manolis-ui 0.9.1 → 0.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +2 -0
- package/dist/manolis-ui.js +222 -215
- package/dist/manolis-ui.umd.cjs +4 -4
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -85,6 +85,7 @@ forceOpen: boolean;
|
|
|
85
85
|
|
|
86
86
|
declare const __VLS_component_3: DefineComponent<Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props_3> & Readonly<{}>, {
|
|
87
87
|
position: keyof typeof modalPosition;
|
|
88
|
+
forceOpen: boolean | null;
|
|
88
89
|
withBackdrop: boolean;
|
|
89
90
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
90
91
|
dialog: HTMLDialogElement;
|
|
@@ -712,6 +713,7 @@ declare interface Props_2 {
|
|
|
712
713
|
declare interface Props_3 {
|
|
713
714
|
position?: keyof typeof modalPosition;
|
|
714
715
|
withBackdrop?: boolean;
|
|
716
|
+
forceOpen: boolean | null;
|
|
715
717
|
}
|
|
716
718
|
|
|
717
719
|
declare interface Props_4 {
|