prlg-ui 1.8.164 → 1.8.166
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 +5 -1
- package/dist/prlg-ui.cjs.js +1 -1
- package/dist/prlg-ui.es.js +590 -592
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -144,7 +144,11 @@ contentRef: HTMLDivElement;
|
|
|
144
144
|
bodyRef: HTMLDivElement;
|
|
145
145
|
}, any>;
|
|
146
146
|
|
|
147
|
-
declare const __VLS_component_16: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}
|
|
147
|
+
declare const __VLS_component_16: DefineComponent<__VLS_Props_28, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
148
|
+
"update:value": (value: string | number | (string | number)[] | undefined) => any;
|
|
149
|
+
}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{
|
|
150
|
+
"onUpdate:value"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
151
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
148
152
|
|
|
149
153
|
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|
|
150
154
|
contentRef: HTMLDivElement;
|