mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-19 07:29:14 +00:00
Compare commits
2 Commits
native-cod
...
docs-fix
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d110fb4cf0 | ||
|
|
9a49a76cce |
@@ -63,10 +63,7 @@ export default class WaDialog extends WebAwesomeElement {
|
|||||||
|
|
||||||
@query('.dialog') dialog: HTMLDialogElement;
|
@query('.dialog') dialog: HTMLDialogElement;
|
||||||
|
|
||||||
/**
|
/** Indicates whether or not the dialog is open. Toggle this attribute to show and hide the dialog. */
|
||||||
* Indicates whether or not the dialog is open. You can toggle this attribute to show and hide the dialog, or you can
|
|
||||||
* use the `show()` and `hide()` methods and this attribute will reflect the dialog's open state.
|
|
||||||
*/
|
|
||||||
@property({ type: Boolean, reflect: true }) open = false;
|
@property({ type: Boolean, reflect: true }) open = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -68,10 +68,7 @@ export default class WaDrawer extends WebAwesomeElement {
|
|||||||
|
|
||||||
@query('.drawer') drawer: HTMLDialogElement;
|
@query('.drawer') drawer: HTMLDialogElement;
|
||||||
|
|
||||||
/**
|
/** Indicates whether or not the drawer is open. Toggle this attribute to show and hide the drawer. */
|
||||||
* Indicates whether or not the drawer is open. You can toggle this attribute to show and hide the drawer, or you can
|
|
||||||
* use the `show()` and `hide()` methods and this attribute will reflect the drawer's open state.
|
|
||||||
*/
|
|
||||||
@property({ type: Boolean, reflect: true }) open = false;
|
@property({ type: Boolean, reflect: true }) open = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user