prlg-ui 1.8.164 → 1.8.165

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 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, {}, string, PublicProps, Readonly<__VLS_Props_28> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
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;