@selfeesas/shared-components 1.4.2 → 1.4.4
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.
|
@@ -980,6 +980,7 @@ declare type DateInput = string | Date;
|
|
|
980
980
|
|
|
981
981
|
export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DatePickerProps>, {
|
|
982
982
|
label: string;
|
|
983
|
+
modelValue: string;
|
|
983
984
|
date: string;
|
|
984
985
|
required: boolean;
|
|
985
986
|
minDate: undefined;
|
|
@@ -993,9 +994,11 @@ export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
993
994
|
closeLabel: string;
|
|
994
995
|
rules: () => never[];
|
|
995
996
|
}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
997
|
+
"update:modelValue": (value: string) => void;
|
|
996
998
|
"update:date": (value: string) => void;
|
|
997
999
|
}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_6<__VLS_TypePropsToOption_10<DatePickerProps>, {
|
|
998
1000
|
label: string;
|
|
1001
|
+
modelValue: string;
|
|
999
1002
|
date: string;
|
|
1000
1003
|
required: boolean;
|
|
1001
1004
|
minDate: undefined;
|
|
@@ -1009,6 +1012,7 @@ export declare const DatePicker: DefineComponent<ExtractPropTypes<__VLS_WithDefa
|
|
|
1009
1012
|
closeLabel: string;
|
|
1010
1013
|
rules: () => never[];
|
|
1011
1014
|
}>>> & Readonly<{
|
|
1015
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1012
1016
|
"onUpdate:date"?: ((value: string) => any) | undefined;
|
|
1013
1017
|
}>, {
|
|
1014
1018
|
required: boolean;
|