@vunk/form 2.18.1 → 2.19.0
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/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -352
- package/components/card-input-collection/index.mjs +177 -261
- package/components/card-input-collection/src/core.vue.d.ts +54 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -297
- package/components/input-array/index.mjs +115 -232
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -900
- package/components/input-array/src/index.vue.d.ts +43 -729
- package/components/input-collection/index.cjs +1 -444
- package/components/input-collection/index.mjs +195 -347
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -110
- package/locale/index.mjs +37 -45
- package/locale/lang/en.d.ts +2 -6
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/locale/lang/zh-cn.d.ts +2 -6
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,45 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { PropType } from 'vue';
|
|
1
|
+
import type { PropType } from 'vue';
|
|
3
2
|
export declare const datePickerProps: {
|
|
4
3
|
type: {
|
|
5
|
-
type: PropType<
|
|
4
|
+
type: PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
6
5
|
default: string;
|
|
7
6
|
};
|
|
8
|
-
showNow:
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
12
|
-
__epPropKey: true;
|
|
13
|
-
} & {
|
|
14
|
-
readonly default: true;
|
|
15
|
-
};
|
|
16
|
-
showConfirm: {
|
|
17
|
-
readonly type: PropType<boolean>;
|
|
18
|
-
readonly required: false;
|
|
19
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
|
-
__epPropKey: true;
|
|
21
|
-
} & {
|
|
22
|
-
readonly default: true;
|
|
23
|
-
};
|
|
24
|
-
showFooter: {
|
|
25
|
-
readonly type: PropType<boolean>;
|
|
26
|
-
readonly required: false;
|
|
27
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
28
|
-
__epPropKey: true;
|
|
29
|
-
} & {
|
|
30
|
-
readonly default: true;
|
|
31
|
-
};
|
|
7
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
8
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
9
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
32
10
|
showWeekNumber: BooleanConstructor;
|
|
33
11
|
ariaLabel: StringConstructor;
|
|
34
12
|
emptyValues: ArrayConstructor;
|
|
35
|
-
valueOnClear:
|
|
36
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
37
|
-
readonly required: false;
|
|
38
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
39
|
-
__epPropKey: true;
|
|
40
|
-
} & {
|
|
41
|
-
readonly default: undefined;
|
|
42
|
-
};
|
|
13
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
43
14
|
disabledDate: {
|
|
44
15
|
readonly type: PropType<Function>;
|
|
45
16
|
readonly required: false;
|
|
@@ -52,48 +23,14 @@ export declare const datePickerProps: {
|
|
|
52
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
24
|
__epPropKey: true;
|
|
54
25
|
};
|
|
55
|
-
shortcuts:
|
|
56
|
-
readonly type: PropType<unknown[]>;
|
|
57
|
-
readonly required: false;
|
|
58
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
59
|
-
__epPropKey: true;
|
|
60
|
-
} & {
|
|
61
|
-
readonly default: () => never[];
|
|
62
|
-
};
|
|
26
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
63
27
|
arrowControl: BooleanConstructor;
|
|
64
|
-
tabindex:
|
|
65
|
-
|
|
66
|
-
readonly required: false;
|
|
67
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
68
|
-
__epPropKey: true;
|
|
69
|
-
} & {
|
|
70
|
-
readonly default: 0;
|
|
71
|
-
};
|
|
72
|
-
validateEvent: {
|
|
73
|
-
readonly type: PropType<boolean>;
|
|
74
|
-
readonly required: false;
|
|
75
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
76
|
-
__epPropKey: true;
|
|
77
|
-
} & {
|
|
78
|
-
readonly default: true;
|
|
79
|
-
};
|
|
28
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
|
|
29
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
80
30
|
unlinkPanels: BooleanConstructor;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
85
|
-
__epPropKey: true;
|
|
86
|
-
} & {
|
|
87
|
-
readonly default: "bottom";
|
|
88
|
-
};
|
|
89
|
-
fallbackPlacements: {
|
|
90
|
-
readonly type: PropType<import("element-plus").Placement[]>;
|
|
91
|
-
readonly required: false;
|
|
92
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
93
|
-
__epPropKey: true;
|
|
94
|
-
} & {
|
|
95
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
96
|
-
};
|
|
31
|
+
singlePanel: BooleanConstructor;
|
|
32
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
33
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
97
34
|
disabledHours: {
|
|
98
35
|
readonly type: PropType<import("element-plus").GetDisabledHours>;
|
|
99
36
|
readonly required: false;
|
|
@@ -112,20 +49,21 @@ export declare const datePickerProps: {
|
|
|
112
49
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
50
|
__epPropKey: true;
|
|
114
51
|
};
|
|
52
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
115
53
|
id: {
|
|
116
|
-
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
54
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
117
55
|
readonly required: false;
|
|
118
56
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
119
57
|
__epPropKey: true;
|
|
120
58
|
};
|
|
121
59
|
name: {
|
|
122
|
-
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
60
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
123
61
|
readonly required: false;
|
|
124
62
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
125
63
|
__epPropKey: true;
|
|
126
64
|
};
|
|
127
65
|
popperClass: {
|
|
128
|
-
readonly type: PropType<string | {
|
|
66
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
129
67
|
[x: string]: boolean;
|
|
130
68
|
} | (string | {
|
|
131
69
|
[x: string]: boolean;
|
|
@@ -147,101 +85,109 @@ export declare const datePickerProps: {
|
|
|
147
85
|
[x: string]: boolean;
|
|
148
86
|
} | (string | any[] | {
|
|
149
87
|
[x: string]: boolean;
|
|
150
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
88
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
89
|
+
[x: string]: boolean;
|
|
90
|
+
} | (string | {
|
|
91
|
+
[x: string]: boolean;
|
|
92
|
+
} | (string | {
|
|
93
|
+
[x: string]: boolean;
|
|
94
|
+
} | (string | {
|
|
95
|
+
[x: string]: boolean;
|
|
96
|
+
} | (string | {
|
|
97
|
+
[x: string]: boolean;
|
|
98
|
+
} | (string | {
|
|
99
|
+
[x: string]: boolean;
|
|
100
|
+
} | (string | {
|
|
101
|
+
[x: string]: boolean;
|
|
102
|
+
} | (string | {
|
|
103
|
+
[x: string]: boolean;
|
|
104
|
+
} | (string | {
|
|
105
|
+
[x: string]: boolean;
|
|
106
|
+
} | (string | {
|
|
107
|
+
[x: string]: boolean;
|
|
108
|
+
} | (string | any[] | {
|
|
109
|
+
[x: string]: boolean;
|
|
110
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
111
|
+
[x: string]: boolean;
|
|
112
|
+
} | (string | {
|
|
113
|
+
[x: string]: boolean;
|
|
114
|
+
} | (string | {
|
|
115
|
+
[x: string]: boolean;
|
|
116
|
+
} | (string | {
|
|
117
|
+
[x: string]: boolean;
|
|
118
|
+
} | (string | {
|
|
119
|
+
[x: string]: boolean;
|
|
120
|
+
} | (string | {
|
|
121
|
+
[x: string]: boolean;
|
|
122
|
+
} | (string | {
|
|
123
|
+
[x: string]: boolean;
|
|
124
|
+
} | (string | {
|
|
125
|
+
[x: string]: boolean;
|
|
126
|
+
} | (string | {
|
|
127
|
+
[x: string]: boolean;
|
|
128
|
+
} | (string | {
|
|
129
|
+
[x: string]: boolean;
|
|
130
|
+
} | (string | any[] | {
|
|
131
|
+
[x: string]: boolean;
|
|
132
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
133
|
+
[x: string]: boolean;
|
|
134
|
+
} | (string | {
|
|
135
|
+
[x: string]: boolean;
|
|
136
|
+
} | (string | {
|
|
137
|
+
[x: string]: boolean;
|
|
138
|
+
} | (string | {
|
|
139
|
+
[x: string]: boolean;
|
|
140
|
+
} | (string | {
|
|
141
|
+
[x: string]: boolean;
|
|
142
|
+
} | (string | {
|
|
143
|
+
[x: string]: boolean;
|
|
144
|
+
} | (string | {
|
|
145
|
+
[x: string]: boolean;
|
|
146
|
+
} | (string | {
|
|
147
|
+
[x: string]: boolean;
|
|
148
|
+
} | (string | {
|
|
149
|
+
[x: string]: boolean;
|
|
150
|
+
} | (string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | (string | any[] | {
|
|
153
|
+
[x: string]: boolean;
|
|
154
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
157
155
|
readonly required: false;
|
|
158
156
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
159
157
|
__epPropKey: true;
|
|
160
158
|
};
|
|
159
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
161
160
|
format: StringConstructor;
|
|
162
161
|
valueFormat: StringConstructor;
|
|
163
162
|
dateFormat: StringConstructor;
|
|
164
163
|
timeFormat: StringConstructor;
|
|
165
|
-
clearable:
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
} & {
|
|
171
|
-
readonly default: true;
|
|
172
|
-
};
|
|
173
|
-
clearIcon: {
|
|
174
|
-
readonly type: PropType<unknown>;
|
|
175
|
-
readonly required: false;
|
|
176
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
|
-
__epPropKey: true;
|
|
178
|
-
};
|
|
179
|
-
editable: {
|
|
180
|
-
readonly type: PropType<boolean>;
|
|
181
|
-
readonly required: false;
|
|
182
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
183
|
-
__epPropKey: true;
|
|
184
|
-
} & {
|
|
185
|
-
readonly default: true;
|
|
186
|
-
};
|
|
187
|
-
prefixIcon: {
|
|
188
|
-
readonly type: PropType<unknown>;
|
|
189
|
-
readonly required: false;
|
|
190
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
191
|
-
__epPropKey: true;
|
|
192
|
-
} & {
|
|
193
|
-
readonly default: "";
|
|
194
|
-
};
|
|
164
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
165
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
166
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
167
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
168
|
+
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, "", boolean>;
|
|
195
169
|
size: {
|
|
196
|
-
readonly type: PropType<"" | "default" | "small" | "large"
|
|
170
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
197
171
|
readonly required: false;
|
|
198
172
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
199
173
|
__epPropKey: true;
|
|
200
174
|
};
|
|
201
175
|
readonly: BooleanConstructor;
|
|
202
|
-
disabled: BooleanConstructor
|
|
203
|
-
placeholder:
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
__epPropKey: true;
|
|
208
|
-
} & {
|
|
209
|
-
readonly default: "";
|
|
210
|
-
};
|
|
211
|
-
popperOptions: {
|
|
212
|
-
readonly type: PropType<Partial<import("element-plus").Options>>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
} & {
|
|
217
|
-
readonly default: () => {};
|
|
218
|
-
};
|
|
219
|
-
modelValue: {
|
|
220
|
-
readonly type: PropType<import("element-plus").ModelValueType>;
|
|
221
|
-
readonly required: false;
|
|
222
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
223
|
-
__epPropKey: true;
|
|
224
|
-
} & {
|
|
225
|
-
readonly default: "";
|
|
226
|
-
};
|
|
227
|
-
rangeSeparator: {
|
|
228
|
-
readonly type: PropType<string>;
|
|
229
|
-
readonly required: false;
|
|
230
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
231
|
-
__epPropKey: true;
|
|
232
|
-
} & {
|
|
233
|
-
readonly default: "-";
|
|
234
|
-
};
|
|
176
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
177
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
178
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
|
|
179
|
+
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | null)[], unknown, unknown, "", boolean>;
|
|
180
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
235
181
|
startPlaceholder: StringConstructor;
|
|
236
182
|
endPlaceholder: StringConstructor;
|
|
237
183
|
defaultValue: {
|
|
238
|
-
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
184
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
239
185
|
readonly required: false;
|
|
240
186
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
241
187
|
__epPropKey: true;
|
|
242
188
|
};
|
|
243
189
|
defaultTime: {
|
|
244
|
-
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
190
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
245
191
|
readonly required: false;
|
|
246
192
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
193
|
__epPropKey: true;
|
|
@@ -249,51 +195,23 @@ export declare const datePickerProps: {
|
|
|
249
195
|
isRange: BooleanConstructor;
|
|
250
196
|
};
|
|
251
197
|
export declare const datePickerEmits: {
|
|
252
|
-
'update:modelValue':
|
|
253
|
-
change:
|
|
254
|
-
focus:
|
|
255
|
-
blur:
|
|
256
|
-
'calendar-change':
|
|
257
|
-
'panel-change':
|
|
258
|
-
'visible-change':
|
|
259
|
-
keydown:
|
|
198
|
+
'update:modelValue': null;
|
|
199
|
+
change: null;
|
|
200
|
+
focus: null;
|
|
201
|
+
blur: null;
|
|
202
|
+
'calendar-change': null;
|
|
203
|
+
'panel-change': null;
|
|
204
|
+
'visible-change': null;
|
|
205
|
+
keydown: null;
|
|
260
206
|
};
|
|
261
207
|
export declare const timePickerProps: {
|
|
262
|
-
showNow:
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
-
__epPropKey: true;
|
|
267
|
-
} & {
|
|
268
|
-
readonly default: true;
|
|
269
|
-
};
|
|
270
|
-
showConfirm: {
|
|
271
|
-
readonly type: PropType<boolean>;
|
|
272
|
-
readonly required: false;
|
|
273
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
274
|
-
__epPropKey: true;
|
|
275
|
-
} & {
|
|
276
|
-
readonly default: true;
|
|
277
|
-
};
|
|
278
|
-
showFooter: {
|
|
279
|
-
readonly type: PropType<boolean>;
|
|
280
|
-
readonly required: false;
|
|
281
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
282
|
-
__epPropKey: true;
|
|
283
|
-
} & {
|
|
284
|
-
readonly default: true;
|
|
285
|
-
};
|
|
208
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
209
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
210
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
286
211
|
showWeekNumber: BooleanConstructor;
|
|
287
212
|
ariaLabel: StringConstructor;
|
|
288
213
|
emptyValues: ArrayConstructor;
|
|
289
|
-
valueOnClear:
|
|
290
|
-
readonly type: PropType<string | number | boolean | Function>;
|
|
291
|
-
readonly required: false;
|
|
292
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
293
|
-
__epPropKey: true;
|
|
294
|
-
} & {
|
|
295
|
-
readonly default: undefined;
|
|
296
|
-
};
|
|
214
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | null)[], unknown, unknown, undefined, boolean>;
|
|
297
215
|
disabledDate: {
|
|
298
216
|
readonly type: PropType<Function>;
|
|
299
217
|
readonly required: false;
|
|
@@ -306,48 +224,14 @@ export declare const timePickerProps: {
|
|
|
306
224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
307
225
|
__epPropKey: true;
|
|
308
226
|
};
|
|
309
|
-
shortcuts:
|
|
310
|
-
readonly type: PropType<unknown[]>;
|
|
311
|
-
readonly required: false;
|
|
312
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
313
|
-
__epPropKey: true;
|
|
314
|
-
} & {
|
|
315
|
-
readonly default: () => never[];
|
|
316
|
-
};
|
|
227
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
317
228
|
arrowControl: BooleanConstructor;
|
|
318
|
-
tabindex:
|
|
319
|
-
|
|
320
|
-
readonly required: false;
|
|
321
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
322
|
-
__epPropKey: true;
|
|
323
|
-
} & {
|
|
324
|
-
readonly default: 0;
|
|
325
|
-
};
|
|
326
|
-
validateEvent: {
|
|
327
|
-
readonly type: PropType<boolean>;
|
|
328
|
-
readonly required: false;
|
|
329
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
330
|
-
__epPropKey: true;
|
|
331
|
-
} & {
|
|
332
|
-
readonly default: true;
|
|
333
|
-
};
|
|
229
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown, 0, boolean>;
|
|
230
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
334
231
|
unlinkPanels: BooleanConstructor;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
|
-
__epPropKey: true;
|
|
340
|
-
} & {
|
|
341
|
-
readonly default: "bottom";
|
|
342
|
-
};
|
|
343
|
-
fallbackPlacements: {
|
|
344
|
-
readonly type: PropType<import("element-plus").Placement[]>;
|
|
345
|
-
readonly required: false;
|
|
346
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
|
-
__epPropKey: true;
|
|
348
|
-
} & {
|
|
349
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
350
|
-
};
|
|
232
|
+
singlePanel: BooleanConstructor;
|
|
233
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
234
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
351
235
|
disabledHours: {
|
|
352
236
|
readonly type: PropType<import("element-plus").GetDisabledHours>;
|
|
353
237
|
readonly required: false;
|
|
@@ -366,20 +250,21 @@ export declare const timePickerProps: {
|
|
|
366
250
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
367
251
|
__epPropKey: true;
|
|
368
252
|
};
|
|
253
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
369
254
|
id: {
|
|
370
|
-
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
255
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
371
256
|
readonly required: false;
|
|
372
257
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
373
258
|
__epPropKey: true;
|
|
374
259
|
};
|
|
375
260
|
name: {
|
|
376
|
-
readonly type: PropType<import("element-plus").SingleOrRange<string>>;
|
|
261
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | ((new (...args: any[]) => string | [string, string]) | (() => import("element-plus").SingleOrRange<string>) | null)[], unknown, unknown>>;
|
|
377
262
|
readonly required: false;
|
|
378
263
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
379
264
|
__epPropKey: true;
|
|
380
265
|
};
|
|
381
266
|
popperClass: {
|
|
382
|
-
readonly type: PropType<string | {
|
|
267
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
383
268
|
[x: string]: boolean;
|
|
384
269
|
} | (string | {
|
|
385
270
|
[x: string]: boolean;
|
|
@@ -401,109 +286,110 @@ export declare const timePickerProps: {
|
|
|
401
286
|
[x: string]: boolean;
|
|
402
287
|
} | (string | any[] | {
|
|
403
288
|
[x: string]: boolean;
|
|
404
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
289
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
290
|
+
[x: string]: boolean;
|
|
291
|
+
} | (string | {
|
|
292
|
+
[x: string]: boolean;
|
|
293
|
+
} | (string | {
|
|
294
|
+
[x: string]: boolean;
|
|
295
|
+
} | (string | {
|
|
296
|
+
[x: string]: boolean;
|
|
297
|
+
} | (string | {
|
|
298
|
+
[x: string]: boolean;
|
|
299
|
+
} | (string | {
|
|
300
|
+
[x: string]: boolean;
|
|
301
|
+
} | (string | {
|
|
302
|
+
[x: string]: boolean;
|
|
303
|
+
} | (string | {
|
|
304
|
+
[x: string]: boolean;
|
|
305
|
+
} | (string | {
|
|
306
|
+
[x: string]: boolean;
|
|
307
|
+
} | (string | {
|
|
308
|
+
[x: string]: boolean;
|
|
309
|
+
} | (string | any[] | {
|
|
310
|
+
[x: string]: boolean;
|
|
311
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
312
|
+
[x: string]: boolean;
|
|
313
|
+
} | (string | {
|
|
314
|
+
[x: string]: boolean;
|
|
315
|
+
} | (string | {
|
|
316
|
+
[x: string]: boolean;
|
|
317
|
+
} | (string | {
|
|
318
|
+
[x: string]: boolean;
|
|
319
|
+
} | (string | {
|
|
320
|
+
[x: string]: boolean;
|
|
321
|
+
} | (string | {
|
|
322
|
+
[x: string]: boolean;
|
|
323
|
+
} | (string | {
|
|
324
|
+
[x: string]: boolean;
|
|
325
|
+
} | (string | {
|
|
326
|
+
[x: string]: boolean;
|
|
327
|
+
} | (string | {
|
|
328
|
+
[x: string]: boolean;
|
|
329
|
+
} | (string | {
|
|
330
|
+
[x: string]: boolean;
|
|
331
|
+
} | (string | any[] | {
|
|
332
|
+
[x: string]: boolean;
|
|
333
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
334
|
+
[x: string]: boolean;
|
|
335
|
+
} | (string | {
|
|
336
|
+
[x: string]: boolean;
|
|
337
|
+
} | (string | {
|
|
338
|
+
[x: string]: boolean;
|
|
339
|
+
} | (string | {
|
|
340
|
+
[x: string]: boolean;
|
|
341
|
+
} | (string | {
|
|
342
|
+
[x: string]: boolean;
|
|
343
|
+
} | (string | {
|
|
344
|
+
[x: string]: boolean;
|
|
345
|
+
} | (string | {
|
|
346
|
+
[x: string]: boolean;
|
|
347
|
+
} | (string | {
|
|
348
|
+
[x: string]: boolean;
|
|
349
|
+
} | (string | {
|
|
350
|
+
[x: string]: boolean;
|
|
351
|
+
} | (string | {
|
|
352
|
+
[x: string]: boolean;
|
|
353
|
+
} | (string | any[] | {
|
|
354
|
+
[x: string]: boolean;
|
|
355
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
411
356
|
readonly required: false;
|
|
412
357
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
358
|
__epPropKey: true;
|
|
414
359
|
};
|
|
360
|
+
popperStyle: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | ((new (...args: any[]) => string | false | import("vue").CSSProperties | import("vue").StyleValue[]) | (() => import("vue").StyleValue) | null)[], unknown, unknown, undefined, boolean>;
|
|
415
361
|
format: StringConstructor;
|
|
416
362
|
valueFormat: StringConstructor;
|
|
417
363
|
dateFormat: StringConstructor;
|
|
418
364
|
timeFormat: StringConstructor;
|
|
419
|
-
type:
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
} & {
|
|
425
|
-
readonly default: "";
|
|
426
|
-
};
|
|
427
|
-
clearable: {
|
|
428
|
-
readonly type: PropType<boolean>;
|
|
429
|
-
readonly required: false;
|
|
430
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
431
|
-
__epPropKey: true;
|
|
432
|
-
} & {
|
|
433
|
-
readonly default: true;
|
|
434
|
-
};
|
|
435
|
-
clearIcon: {
|
|
436
|
-
readonly type: PropType<unknown>;
|
|
437
|
-
readonly required: false;
|
|
438
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
439
|
-
__epPropKey: true;
|
|
440
|
-
};
|
|
441
|
-
editable: {
|
|
442
|
-
readonly type: PropType<boolean>;
|
|
443
|
-
readonly required: false;
|
|
444
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
445
|
-
__epPropKey: true;
|
|
446
|
-
} & {
|
|
447
|
-
readonly default: true;
|
|
448
|
-
};
|
|
449
|
-
prefixIcon: {
|
|
450
|
-
readonly type: PropType<unknown>;
|
|
451
|
-
readonly required: false;
|
|
452
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
453
|
-
__epPropKey: true;
|
|
454
|
-
} & {
|
|
455
|
-
readonly default: "";
|
|
456
|
-
};
|
|
365
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
366
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
367
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
368
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
369
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
370
|
+
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | ((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | null)[], unknown, unknown, "", boolean>;
|
|
457
371
|
size: {
|
|
458
|
-
readonly type: PropType<"" | "default" | "small" | "large"
|
|
372
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
459
373
|
readonly required: false;
|
|
460
374
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
461
375
|
__epPropKey: true;
|
|
462
376
|
};
|
|
463
377
|
readonly: BooleanConstructor;
|
|
464
|
-
disabled: BooleanConstructor
|
|
465
|
-
placeholder:
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
__epPropKey: true;
|
|
470
|
-
} & {
|
|
471
|
-
readonly default: "";
|
|
472
|
-
};
|
|
473
|
-
popperOptions: {
|
|
474
|
-
readonly type: PropType<Partial<import("element-plus").Options>>;
|
|
475
|
-
readonly required: false;
|
|
476
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
477
|
-
__epPropKey: true;
|
|
478
|
-
} & {
|
|
479
|
-
readonly default: () => {};
|
|
480
|
-
};
|
|
481
|
-
modelValue: {
|
|
482
|
-
readonly type: PropType<import("element-plus").ModelValueType>;
|
|
483
|
-
readonly required: false;
|
|
484
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
485
|
-
__epPropKey: true;
|
|
486
|
-
} & {
|
|
487
|
-
readonly default: "";
|
|
488
|
-
};
|
|
489
|
-
rangeSeparator: {
|
|
490
|
-
readonly type: PropType<string>;
|
|
491
|
-
readonly required: false;
|
|
492
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
493
|
-
__epPropKey: true;
|
|
494
|
-
} & {
|
|
495
|
-
readonly default: "-";
|
|
496
|
-
};
|
|
378
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
379
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
380
|
+
popperOptions: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | null)[], unknown, unknown, () => {}, boolean>;
|
|
381
|
+
modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | null)[], unknown, unknown, "", boolean>;
|
|
382
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
497
383
|
startPlaceholder: StringConstructor;
|
|
498
384
|
endPlaceholder: StringConstructor;
|
|
499
385
|
defaultValue: {
|
|
500
|
-
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
386
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
501
387
|
readonly required: false;
|
|
502
388
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
503
389
|
__epPropKey: true;
|
|
504
390
|
};
|
|
505
391
|
defaultTime: {
|
|
506
|
-
readonly type: PropType<import("element-plus").SingleOrRange<Date>>;
|
|
392
|
+
readonly type: PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | ((new (...args: any[]) => Date | [Date, Date]) | (() => import("element-plus").SingleOrRange<Date>) | null)[], unknown, unknown>>;
|
|
507
393
|
readonly required: false;
|
|
508
394
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
509
395
|
__epPropKey: true;
|
|
@@ -511,10 +397,10 @@ export declare const timePickerProps: {
|
|
|
511
397
|
isRange: BooleanConstructor;
|
|
512
398
|
};
|
|
513
399
|
export declare const timePickerEmits: {
|
|
514
|
-
'update:modelValue':
|
|
515
|
-
change:
|
|
516
|
-
focus:
|
|
517
|
-
blur:
|
|
518
|
-
'visible-change':
|
|
519
|
-
keydown:
|
|
400
|
+
'update:modelValue': null;
|
|
401
|
+
change: null;
|
|
402
|
+
focus: null;
|
|
403
|
+
blur: null;
|
|
404
|
+
'visible-change': null;
|
|
405
|
+
keydown: null;
|
|
520
406
|
};
|