prlg-ui 1.8.157 → 1.8.158

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
@@ -520,7 +520,7 @@ declare type __VLS_PublicProps = {
520
520
  } & __VLS_Props_2;
521
521
 
522
522
  declare type __VLS_PublicProps_10 = {
523
- modelValue: string | null;
523
+ modelValue: number | string | null;
524
524
  } & __VLS_Props_11;
525
525
 
526
526
  declare type __VLS_PublicProps_11 = {
@@ -1742,9 +1742,9 @@ declare interface ScheduleProps {
1742
1742
  }
1743
1743
 
1744
1744
  export declare const SelectButton: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1745
- "update:modelValue": (value: string | null) => any;
1745
+ "update:modelValue": (value: string | number | null) => any;
1746
1746
  }, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
1747
- "onUpdate:modelValue"?: ((value: string | null) => any) | undefined;
1747
+ "onUpdate:modelValue"?: ((value: string | number | null) => any) | undefined;
1748
1748
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1749
1749
 
1750
1750
  declare type SelectButtonProps = {