prlg-ui 1.8.56 → 1.8.57

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
@@ -517,7 +517,7 @@ declare type __VLS_PublicProps_11 = {
517
517
  } & __VLS_Props_12;
518
518
 
519
519
  declare type __VLS_PublicProps_12 = {
520
- modelValue: boolean;
520
+ modelValue?: boolean;
521
521
  } & __VLS_Props_13;
522
522
 
523
523
  declare type __VLS_PublicProps_13 = {
@@ -1760,7 +1760,10 @@ declare type StepProps = {
1760
1760
 
1761
1761
  export declare const Switch: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1762
1762
  "update:modelValue": (value: boolean) => any;
1763
+ } & {
1764
+ change: () => any;
1763
1765
  }, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
1766
+ onChange?: (() => any) | undefined;
1764
1767
  "onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
1765
1768
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1766
1769