@wlydfe/pro-ui 0.2.5 → 0.2.6
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/es/components/date-picker/index.d.ts +25 -25
- package/es/components/date-picker/src/index.vue.d.ts +25 -25
- package/es/components/descriptions/index.d.ts +119 -119
- package/es/components/descriptions/src/index.vue.d.ts +119 -119
- package/es/components/dialog/index.d.ts +2 -2
- package/es/components/dialog/src/index.vue.d.ts +2 -2
- package/es/components/dialog-form/index.d.ts +102 -102
- package/es/components/dialog-form/src/index.vue.d.ts +102 -102
- package/es/components/display-item/index.d.ts +112 -112
- package/es/components/display-item/src/index.vue.d.ts +119 -113
- package/es/components/display-item/src/index.vue2.mjs +81 -31
- package/es/components/drawer-form/index.d.ts +110 -110
- package/es/components/drawer-form/src/index.vue.d.ts +110 -110
- package/es/components/form/index.d.ts +98 -98
- package/es/components/form/src/form-content.vue.d.ts +72 -72
- package/es/components/form/src/index.vue.d.ts +98 -98
- package/es/components/form-item/index.d.ts +65 -65
- package/es/components/form-item/src/index.vue.d.ts +65 -65
- package/es/components/header/index.d.ts +1 -1
- package/es/components/header/src/index.vue.d.ts +1 -1
- package/es/components/input-tag/index.d.ts +10 -10
- package/es/components/input-tag/src/index.vue.d.ts +10 -10
- package/es/components/layout/index.d.ts +56 -56
- package/es/components/layout/src/index.vue.d.ts +56 -56
- package/es/components/page/index.d.ts +1 -0
- package/es/components/page/src/index.vue.d.ts +1 -0
- package/es/components/page/src/index.vue2.mjs +9 -2
- package/es/components/pagination/index.d.ts +1 -1
- package/es/components/pagination/src/index.vue.d.ts +1 -1
- package/es/components/radio/index.d.ts +8 -8
- package/es/components/radio/src/index.vue.d.ts +8 -8
- package/es/components/search/index.d.ts +107 -107
- package/es/components/search/src/index.vue.d.ts +107 -107
- package/es/components/sidebar/index.d.ts +14 -14
- package/es/components/sidebar/src/index.vue.d.ts +14 -14
- package/es/components/steps-form/index.d.ts +104 -104
- package/es/components/steps-form/src/index.vue.d.ts +104 -104
- package/es/components/table/src/index.vue2.mjs +2 -1
- package/es/index.css +13 -13
- package/index.js +92 -34
- package/index.min.js +3 -3
- package/index.min.mjs +3 -3
- package/index.mjs +92 -34
- package/lib/components/date-picker/index.d.ts +25 -25
- package/lib/components/date-picker/src/index.vue.d.ts +25 -25
- package/lib/components/descriptions/index.d.ts +119 -119
- package/lib/components/descriptions/src/index.vue.d.ts +119 -119
- package/lib/components/dialog/index.d.ts +2 -2
- package/lib/components/dialog/src/index.vue.d.ts +2 -2
- package/lib/components/dialog-form/index.d.ts +102 -102
- package/lib/components/dialog-form/src/index.vue.d.ts +102 -102
- package/lib/components/display-item/index.d.ts +112 -112
- package/lib/components/display-item/src/index.vue.d.ts +119 -113
- package/lib/components/display-item/src/index.vue2.js +81 -31
- package/lib/components/drawer-form/index.d.ts +110 -110
- package/lib/components/drawer-form/src/index.vue.d.ts +110 -110
- package/lib/components/form/index.d.ts +98 -98
- package/lib/components/form/src/form-content.vue.d.ts +72 -72
- package/lib/components/form/src/index.vue.d.ts +98 -98
- package/lib/components/form-item/index.d.ts +65 -65
- package/lib/components/form-item/src/index.vue.d.ts +65 -65
- package/lib/components/header/index.d.ts +1 -1
- package/lib/components/header/src/index.vue.d.ts +1 -1
- package/lib/components/input-tag/index.d.ts +10 -10
- package/lib/components/input-tag/src/index.vue.d.ts +10 -10
- package/lib/components/layout/index.d.ts +56 -56
- package/lib/components/layout/src/index.vue.d.ts +56 -56
- package/lib/components/page/index.d.ts +1 -0
- package/lib/components/page/src/index.vue.d.ts +1 -0
- package/lib/components/page/src/index.vue2.js +9 -2
- package/lib/components/pagination/index.d.ts +1 -1
- package/lib/components/pagination/src/index.vue.d.ts +1 -1
- package/lib/components/radio/index.d.ts +8 -8
- package/lib/components/radio/src/index.vue.d.ts +8 -8
- package/lib/components/search/index.d.ts +107 -107
- package/lib/components/search/src/index.vue.d.ts +107 -107
- package/lib/components/sidebar/index.d.ts +14 -14
- package/lib/components/sidebar/src/index.vue.d.ts +14 -14
- package/lib/components/steps-form/index.d.ts +104 -104
- package/lib/components/steps-form/src/index.vue.d.ts +104 -104
- package/lib/components/table/src/index.vue2.js +2 -1
- package/lib/{page.css → index.css} +12 -12
- package/locale/en.js +1 -1
- package/locale/en.min.js +1 -1
- package/locale/en.min.mjs +1 -1
- package/locale/en.mjs +1 -1
- package/locale/zh-cn.js +1 -1
- package/locale/zh-cn.min.js +1 -1
- package/locale/zh-cn.min.mjs +1 -1
- package/locale/zh-cn.mjs +1 -1
- package/package.json +1 -1
|
@@ -66,11 +66,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
66
|
};
|
|
67
67
|
}>, {
|
|
68
68
|
props: any;
|
|
69
|
-
emit: (event: "
|
|
69
|
+
emit: (event: "update:modelValue" | "change" | "focus", ...args: any[]) => void;
|
|
70
70
|
t: import("@wlydfe/pro-ui/es/hooks").Translator;
|
|
71
71
|
startPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
72
72
|
readonly type: {
|
|
73
|
-
readonly type: import("vue").PropType<"
|
|
73
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
74
74
|
readonly required: false;
|
|
75
75
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
76
|
__epPropKey: true;
|
|
@@ -281,7 +281,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
281
281
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
282
282
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
283
283
|
readonly disabled: boolean;
|
|
284
|
-
readonly type: "
|
|
284
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
285
285
|
readonly placeholder: string;
|
|
286
286
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
287
287
|
readonly placement: import("element-plus").Placement;
|
|
@@ -311,7 +311,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
311
311
|
Defaults: {};
|
|
312
312
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
313
313
|
readonly type: {
|
|
314
|
-
readonly type: import("vue").PropType<"
|
|
314
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
315
315
|
readonly required: false;
|
|
316
316
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
317
317
|
__epPropKey: true;
|
|
@@ -522,7 +522,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
522
522
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
523
523
|
}, () => JSX.Element, {}, {}, {}, {
|
|
524
524
|
readonly disabled: boolean;
|
|
525
|
-
readonly type: "
|
|
525
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
526
526
|
readonly placeholder: string;
|
|
527
527
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
528
528
|
readonly placement: import("element-plus").Placement;
|
|
@@ -545,7 +545,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
545
545
|
readonly isRange: boolean;
|
|
546
546
|
}> | null | undefined, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
547
547
|
readonly type: {
|
|
548
|
-
readonly type: import("vue").PropType<"
|
|
548
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
549
549
|
readonly required: false;
|
|
550
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
551
551
|
__epPropKey: true;
|
|
@@ -756,7 +756,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
756
756
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
757
757
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
758
758
|
readonly disabled: boolean;
|
|
759
|
-
readonly type: "
|
|
759
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
760
760
|
readonly placeholder: string;
|
|
761
761
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
762
762
|
readonly placement: import("element-plus").Placement;
|
|
@@ -786,7 +786,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
786
786
|
Defaults: {};
|
|
787
787
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
788
788
|
readonly type: {
|
|
789
|
-
readonly type: import("vue").PropType<"
|
|
789
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
790
790
|
readonly required: false;
|
|
791
791
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
792
|
__epPropKey: true;
|
|
@@ -997,7 +997,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
997
997
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
998
998
|
}, () => JSX.Element, {}, {}, {}, {
|
|
999
999
|
readonly disabled: boolean;
|
|
1000
|
-
readonly type: "
|
|
1000
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
1001
1001
|
readonly placeholder: string;
|
|
1002
1002
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
1003
1003
|
readonly placement: import("element-plus").Placement;
|
|
@@ -1021,7 +1021,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1021
1021
|
}> | null | undefined>;
|
|
1022
1022
|
endPickerInstance: import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1023
1023
|
readonly type: {
|
|
1024
|
-
readonly type: import("vue").PropType<"
|
|
1024
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
1025
1025
|
readonly required: false;
|
|
1026
1026
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1027
1027
|
__epPropKey: true;
|
|
@@ -1232,7 +1232,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1232
1232
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1233
1233
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1234
1234
|
readonly disabled: boolean;
|
|
1235
|
-
readonly type: "
|
|
1235
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
1236
1236
|
readonly placeholder: string;
|
|
1237
1237
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
1238
1238
|
readonly placement: import("element-plus").Placement;
|
|
@@ -1262,7 +1262,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1262
1262
|
Defaults: {};
|
|
1263
1263
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1264
1264
|
readonly type: {
|
|
1265
|
-
readonly type: import("vue").PropType<"
|
|
1265
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
1266
1266
|
readonly required: false;
|
|
1267
1267
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1268
1268
|
__epPropKey: true;
|
|
@@ -1473,7 +1473,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1473
1473
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1474
1474
|
}, () => JSX.Element, {}, {}, {}, {
|
|
1475
1475
|
readonly disabled: boolean;
|
|
1476
|
-
readonly type: "
|
|
1476
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
1477
1477
|
readonly placeholder: string;
|
|
1478
1478
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
1479
1479
|
readonly placement: import("element-plus").Placement;
|
|
@@ -1496,7 +1496,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1496
1496
|
readonly isRange: boolean;
|
|
1497
1497
|
}> | null | undefined, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1498
1498
|
readonly type: {
|
|
1499
|
-
readonly type: import("vue").PropType<"
|
|
1499
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
1500
1500
|
readonly required: false;
|
|
1501
1501
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1502
1502
|
__epPropKey: true;
|
|
@@ -1707,7 +1707,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1707
1707
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1708
1708
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1709
1709
|
readonly disabled: boolean;
|
|
1710
|
-
readonly type: "
|
|
1710
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
1711
1711
|
readonly placeholder: string;
|
|
1712
1712
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
1713
1713
|
readonly placement: import("element-plus").Placement;
|
|
@@ -1737,7 +1737,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1737
1737
|
Defaults: {};
|
|
1738
1738
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1739
1739
|
readonly type: {
|
|
1740
|
-
readonly type: import("vue").PropType<"
|
|
1740
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
1741
1741
|
readonly required: false;
|
|
1742
1742
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1743
1743
|
__epPropKey: true;
|
|
@@ -1948,7 +1948,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1948
1948
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1949
1949
|
}, () => JSX.Element, {}, {}, {}, {
|
|
1950
1950
|
readonly disabled: boolean;
|
|
1951
|
-
readonly type: "
|
|
1951
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
1952
1952
|
readonly placeholder: string;
|
|
1953
1953
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
1954
1954
|
readonly placement: import("element-plus").Placement;
|
|
@@ -1980,7 +1980,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1980
1980
|
readonly ElDatePicker: {
|
|
1981
1981
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
1982
1982
|
readonly type: {
|
|
1983
|
-
readonly type: import("vue").PropType<"
|
|
1983
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
1984
1984
|
readonly required: false;
|
|
1985
1985
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1986
1986
|
__epPropKey: true;
|
|
@@ -2191,7 +2191,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2191
2191
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2192
2192
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
2193
2193
|
readonly disabled: boolean;
|
|
2194
|
-
readonly type: "
|
|
2194
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
2195
2195
|
readonly placeholder: string;
|
|
2196
2196
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
2197
2197
|
readonly placement: import("element-plus").Placement;
|
|
@@ -2221,7 +2221,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2221
2221
|
Defaults: {};
|
|
2222
2222
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
2223
2223
|
readonly type: {
|
|
2224
|
-
readonly type: import("vue").PropType<"
|
|
2224
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
2225
2225
|
readonly required: false;
|
|
2226
2226
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2227
2227
|
__epPropKey: true;
|
|
@@ -2432,7 +2432,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2432
2432
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2433
2433
|
}, () => JSX.Element, {}, {}, {}, {
|
|
2434
2434
|
readonly disabled: boolean;
|
|
2435
|
-
readonly type: "
|
|
2435
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
2436
2436
|
readonly placeholder: string;
|
|
2437
2437
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
2438
2438
|
readonly placement: import("element-plus").Placement;
|
|
@@ -2459,7 +2459,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2459
2459
|
__isSuspense?: undefined;
|
|
2460
2460
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2461
2461
|
readonly type: {
|
|
2462
|
-
readonly type: import("vue").PropType<"
|
|
2462
|
+
readonly type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange">;
|
|
2463
2463
|
readonly required: false;
|
|
2464
2464
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
2465
2465
|
__epPropKey: true;
|
|
@@ -2670,7 +2670,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2670
2670
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2671
2671
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
|
|
2672
2672
|
readonly disabled: boolean;
|
|
2673
|
-
readonly type: "
|
|
2673
|
+
readonly type: "datetimerange" | "daterange" | "monthrange" | "years" | "dates" | "datetime" | "date" | "year" | "month" | "months" | "week" | "yearrange";
|
|
2674
2674
|
readonly placeholder: string;
|
|
2675
2675
|
readonly modelValue: import("element-plus").ModelValueType;
|
|
2676
2676
|
readonly placement: import("element-plus").Placement;
|
|
@@ -2693,7 +2693,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2693
2693
|
readonly isRange: boolean;
|
|
2694
2694
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
2695
2695
|
readonly vClickOutside: import("vue").ObjectDirective<any, any, string, string>;
|
|
2696
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
2696
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change" | "focus")[], "update:modelValue" | "change" | "focus", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2697
2697
|
modelValue: {
|
|
2698
2698
|
type: ArrayConstructor;
|
|
2699
2699
|
required: false;
|
|
@@ -2740,9 +2740,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
2740
2740
|
default: (endTime: any, startValue: any) => boolean;
|
|
2741
2741
|
};
|
|
2742
2742
|
}>> & Readonly<{
|
|
2743
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2744
2743
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2745
2744
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
2745
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
2746
2746
|
}>, {
|
|
2747
2747
|
type: string;
|
|
2748
2748
|
modelValue: unknown[];
|