prlg-ui 1.7.56 → 1.7.58
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 +4 -1
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.es.js +1040 -1040
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -46,7 +46,10 @@ open: () => void;
|
|
|
46
46
|
close: () => void;
|
|
47
47
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
48
48
|
"update:open": (value: boolean) => any;
|
|
49
|
+
} & {
|
|
50
|
+
close: () => any;
|
|
49
51
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
52
|
+
onClose?: (() => any) | undefined;
|
|
50
53
|
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
51
54
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
52
55
|
|
|
@@ -303,7 +306,7 @@ declare type __VLS_Props_23 = {
|
|
|
303
306
|
title?: string;
|
|
304
307
|
style?: CSSProperties;
|
|
305
308
|
position?: 'top' | 'center' | 'bottom';
|
|
306
|
-
zIndex?:
|
|
309
|
+
zIndex?: number;
|
|
307
310
|
};
|
|
308
311
|
|
|
309
312
|
declare type __VLS_Props_24 = {
|