@selfeesas/shared-components 1.4.2 → 1.4.5

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.
@@ -140,6 +140,7 @@ declare const __VLS_component_6: DefineComponent<ExtractPropTypes<__VLS_WithDefa
140
140
  order: number;
141
141
  };
142
142
  clearSort: () => void;
143
+ expandRow: (row: any) => Promise<void>;
143
144
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
144
145
  "update:pagination": (...args: any[]) => void;
145
146
  "update:selected": (...args: any[]) => void;
@@ -980,6 +981,7 @@ declare type DateInput = string | Date;
980
981
 
981
982
  export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DatePickerProps>, {
982
983
  label: string;
984
+ modelValue: string;
983
985
  date: string;
984
986
  required: boolean;
985
987
  minDate: undefined;
@@ -993,9 +995,11 @@ export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefa
993
995
  closeLabel: string;
994
996
  rules: () => never[];
995
997
  }>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
998
+ "update:modelValue": (value: string) => void;
996
999
  "update:date": (value: string) => void;
997
1000
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DatePickerProps>, {
998
1001
  label: string;
1002
+ modelValue: string;
999
1003
  date: string;
1000
1004
  required: boolean;
1001
1005
  minDate: undefined;
@@ -1009,6 +1013,7 @@ export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefa
1009
1013
  closeLabel: string;
1010
1014
  rules: () => never[];
1011
1015
  }>>> & Readonly<{
1016
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
1012
1017
  "onUpdate:date"?: ((value: string) => any) | undefined;
1013
1018
  }>, {
1014
1019
  required: boolean;