@vunk/form 2.18.2 → 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 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- 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 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- 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 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- 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,23 +1,17 @@
|
|
|
1
|
+
import { Placement } from 'element-plus';
|
|
1
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
3
|
timePickerSlots: {
|
|
3
4
|
type: import("vue").PropType<import("./types").TimePickerSlots>;
|
|
4
|
-
default:
|
|
5
|
-
};
|
|
6
|
-
required: {
|
|
7
|
-
readonly type: import("vue").PropType<boolean>;
|
|
8
|
-
readonly required: false;
|
|
9
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
|
-
__epPropKey: true;
|
|
11
|
-
} & {
|
|
12
|
-
readonly default: undefined;
|
|
5
|
+
default: undefined;
|
|
13
6
|
};
|
|
7
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
14
8
|
formItemSize: {
|
|
15
9
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
16
10
|
default: "default" | "small" | "large";
|
|
17
11
|
};
|
|
18
12
|
formItemSlots: {
|
|
19
|
-
type: import("vue").PropType<import("
|
|
20
|
-
default:
|
|
13
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
14
|
+
default: undefined;
|
|
21
15
|
};
|
|
22
16
|
elRef: {
|
|
23
17
|
type: import("vue").PropType<any>;
|
|
@@ -29,105 +23,54 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
29
23
|
};
|
|
30
24
|
readonly: {
|
|
31
25
|
type: BooleanConstructor;
|
|
32
|
-
default:
|
|
26
|
+
default: undefined;
|
|
33
27
|
};
|
|
34
28
|
formItemTip: {
|
|
35
29
|
type: StringConstructor;
|
|
36
|
-
default:
|
|
30
|
+
default: undefined;
|
|
37
31
|
};
|
|
38
|
-
formItemTipClass:
|
|
32
|
+
formItemTipClass: null;
|
|
39
33
|
labelTip: {
|
|
40
34
|
type: StringConstructor;
|
|
41
|
-
default:
|
|
35
|
+
default: undefined;
|
|
42
36
|
};
|
|
43
37
|
information: {
|
|
44
38
|
type: BooleanConstructor;
|
|
45
39
|
default: boolean;
|
|
46
40
|
};
|
|
47
|
-
prop:
|
|
48
|
-
defaultModelValue:
|
|
41
|
+
prop: null;
|
|
42
|
+
defaultModelValue: null;
|
|
49
43
|
label: StringConstructor;
|
|
50
44
|
labelWidth: {
|
|
51
|
-
readonly type: import("vue").PropType<
|
|
45
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
52
46
|
readonly required: false;
|
|
53
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
54
48
|
__epPropKey: true;
|
|
55
|
-
} & {
|
|
56
|
-
readonly default: "";
|
|
57
|
-
};
|
|
58
|
-
labelPosition: {
|
|
59
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
60
|
-
readonly required: false;
|
|
61
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
62
|
-
__epPropKey: true;
|
|
63
|
-
} & {
|
|
64
|
-
readonly default: "";
|
|
65
49
|
};
|
|
50
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
66
51
|
rules: {
|
|
67
|
-
readonly type: import("vue").PropType<unknown
|
|
52
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
|
|
68
53
|
readonly required: false;
|
|
69
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
70
55
|
__epPropKey: true;
|
|
71
56
|
};
|
|
72
57
|
error: StringConstructor;
|
|
73
58
|
validateStatus: {
|
|
74
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
59
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
75
60
|
readonly required: false;
|
|
76
61
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
77
62
|
__epPropKey: true;
|
|
78
63
|
};
|
|
79
64
|
for: StringConstructor;
|
|
80
|
-
inlineMessage:
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
} & {
|
|
86
|
-
readonly default: "";
|
|
87
|
-
};
|
|
88
|
-
showMessage: {
|
|
89
|
-
readonly type: import("vue").PropType<boolean>;
|
|
90
|
-
readonly required: false;
|
|
91
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
92
|
-
__epPropKey: true;
|
|
93
|
-
} & {
|
|
94
|
-
readonly default: true;
|
|
95
|
-
};
|
|
96
|
-
showNow: {
|
|
97
|
-
readonly type: import("vue").PropType<boolean>;
|
|
98
|
-
readonly required: false;
|
|
99
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
100
|
-
__epPropKey: true;
|
|
101
|
-
} & {
|
|
102
|
-
readonly default: true;
|
|
103
|
-
};
|
|
104
|
-
showConfirm: {
|
|
105
|
-
readonly type: import("vue").PropType<boolean>;
|
|
106
|
-
readonly required: false;
|
|
107
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
108
|
-
__epPropKey: true;
|
|
109
|
-
} & {
|
|
110
|
-
readonly default: true;
|
|
111
|
-
};
|
|
112
|
-
showFooter: {
|
|
113
|
-
readonly type: import("vue").PropType<boolean>;
|
|
114
|
-
readonly required: false;
|
|
115
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
116
|
-
__epPropKey: true;
|
|
117
|
-
} & {
|
|
118
|
-
readonly default: true;
|
|
119
|
-
};
|
|
65
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
66
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
67
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
68
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
69
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
120
70
|
showWeekNumber: BooleanConstructor;
|
|
121
71
|
ariaLabel: StringConstructor;
|
|
122
72
|
emptyValues: ArrayConstructor;
|
|
123
|
-
valueOnClear:
|
|
124
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
125
|
-
readonly required: false;
|
|
126
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
127
|
-
__epPropKey: true;
|
|
128
|
-
} & {
|
|
129
|
-
readonly default: undefined;
|
|
130
|
-
};
|
|
73
|
+
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>;
|
|
131
74
|
disabledDate: {
|
|
132
75
|
readonly type: import("vue").PropType<Function>;
|
|
133
76
|
readonly required: false;
|
|
@@ -140,48 +83,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
140
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
141
84
|
__epPropKey: true;
|
|
142
85
|
};
|
|
143
|
-
shortcuts:
|
|
144
|
-
readonly type: import("vue").PropType<unknown[]>;
|
|
145
|
-
readonly required: false;
|
|
146
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
147
|
-
__epPropKey: true;
|
|
148
|
-
} & {
|
|
149
|
-
readonly default: () => never[];
|
|
150
|
-
};
|
|
86
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
151
87
|
arrowControl: BooleanConstructor;
|
|
152
|
-
tabindex:
|
|
153
|
-
|
|
154
|
-
readonly required: false;
|
|
155
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
156
|
-
__epPropKey: true;
|
|
157
|
-
} & {
|
|
158
|
-
readonly default: 0;
|
|
159
|
-
};
|
|
160
|
-
validateEvent: {
|
|
161
|
-
readonly type: import("vue").PropType<boolean>;
|
|
162
|
-
readonly required: false;
|
|
163
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
164
|
-
__epPropKey: true;
|
|
165
|
-
} & {
|
|
166
|
-
readonly default: true;
|
|
167
|
-
};
|
|
88
|
+
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>;
|
|
89
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
168
90
|
unlinkPanels: BooleanConstructor;
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
173
|
-
__epPropKey: true;
|
|
174
|
-
} & {
|
|
175
|
-
readonly default: "bottom";
|
|
176
|
-
};
|
|
177
|
-
fallbackPlacements: {
|
|
178
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
179
|
-
readonly required: false;
|
|
180
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
|
-
__epPropKey: true;
|
|
182
|
-
} & {
|
|
183
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
184
|
-
};
|
|
91
|
+
singlePanel: BooleanConstructor;
|
|
92
|
+
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") | (() => 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") | (() => Placement) | null)[], Placement, unknown, "bottom", boolean>;
|
|
93
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
185
94
|
disabledHours: {
|
|
186
95
|
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
187
96
|
readonly required: false;
|
|
@@ -200,20 +109,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
200
109
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
201
110
|
__epPropKey: true;
|
|
202
111
|
};
|
|
112
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
203
113
|
id: {
|
|
204
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
114
|
+
readonly type: import("vue").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>>;
|
|
205
115
|
readonly required: false;
|
|
206
116
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
207
117
|
__epPropKey: true;
|
|
208
118
|
};
|
|
209
119
|
name: {
|
|
210
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
120
|
+
readonly type: import("vue").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>>;
|
|
211
121
|
readonly required: false;
|
|
212
122
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
213
123
|
__epPropKey: true;
|
|
214
124
|
};
|
|
215
125
|
popperClass: {
|
|
216
|
-
readonly type: import("vue").PropType<string | {
|
|
126
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
217
127
|
[x: string]: boolean;
|
|
218
128
|
} | (string | {
|
|
219
129
|
[x: string]: boolean;
|
|
@@ -235,211 +145,134 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
235
145
|
[x: string]: boolean;
|
|
236
146
|
} | (string | any[] | {
|
|
237
147
|
[x: string]: boolean;
|
|
238
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
148
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
149
|
+
[x: string]: boolean;
|
|
150
|
+
} | (string | {
|
|
151
|
+
[x: string]: boolean;
|
|
152
|
+
} | (string | {
|
|
153
|
+
[x: string]: boolean;
|
|
154
|
+
} | (string | {
|
|
155
|
+
[x: string]: boolean;
|
|
156
|
+
} | (string | {
|
|
157
|
+
[x: string]: boolean;
|
|
158
|
+
} | (string | {
|
|
159
|
+
[x: string]: boolean;
|
|
160
|
+
} | (string | {
|
|
161
|
+
[x: string]: boolean;
|
|
162
|
+
} | (string | {
|
|
163
|
+
[x: string]: boolean;
|
|
164
|
+
} | (string | {
|
|
165
|
+
[x: string]: boolean;
|
|
166
|
+
} | (string | {
|
|
167
|
+
[x: string]: boolean;
|
|
168
|
+
} | (string | any[] | {
|
|
169
|
+
[x: string]: boolean;
|
|
170
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
} | (string | {
|
|
173
|
+
[x: string]: boolean;
|
|
174
|
+
} | (string | {
|
|
175
|
+
[x: string]: boolean;
|
|
176
|
+
} | (string | {
|
|
177
|
+
[x: string]: boolean;
|
|
178
|
+
} | (string | {
|
|
179
|
+
[x: string]: boolean;
|
|
180
|
+
} | (string | {
|
|
181
|
+
[x: string]: boolean;
|
|
182
|
+
} | (string | {
|
|
183
|
+
[x: string]: boolean;
|
|
184
|
+
} | (string | {
|
|
185
|
+
[x: string]: boolean;
|
|
186
|
+
} | (string | {
|
|
187
|
+
[x: string]: boolean;
|
|
188
|
+
} | (string | {
|
|
189
|
+
[x: string]: boolean;
|
|
190
|
+
} | (string | any[] | {
|
|
191
|
+
[x: string]: boolean;
|
|
192
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
193
|
+
[x: string]: boolean;
|
|
194
|
+
} | (string | {
|
|
195
|
+
[x: string]: boolean;
|
|
196
|
+
} | (string | {
|
|
197
|
+
[x: string]: boolean;
|
|
198
|
+
} | (string | {
|
|
199
|
+
[x: string]: boolean;
|
|
200
|
+
} | (string | {
|
|
201
|
+
[x: string]: boolean;
|
|
202
|
+
} | (string | {
|
|
203
|
+
[x: string]: boolean;
|
|
204
|
+
} | (string | {
|
|
205
|
+
[x: string]: boolean;
|
|
206
|
+
} | (string | {
|
|
207
|
+
[x: string]: boolean;
|
|
208
|
+
} | (string | {
|
|
209
|
+
[x: string]: boolean;
|
|
210
|
+
} | (string | {
|
|
211
|
+
[x: string]: boolean;
|
|
212
|
+
} | (string | any[] | {
|
|
213
|
+
[x: string]: boolean;
|
|
214
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
245
215
|
readonly required: false;
|
|
246
216
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
247
217
|
__epPropKey: true;
|
|
248
218
|
};
|
|
219
|
+
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>;
|
|
249
220
|
format: StringConstructor;
|
|
250
221
|
valueFormat: StringConstructor;
|
|
251
222
|
dateFormat: StringConstructor;
|
|
252
223
|
timeFormat: StringConstructor;
|
|
253
|
-
type:
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
} & {
|
|
259
|
-
readonly default: "";
|
|
260
|
-
};
|
|
261
|
-
clearable: {
|
|
262
|
-
readonly type: import("vue").PropType<boolean>;
|
|
263
|
-
readonly required: false;
|
|
264
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
265
|
-
__epPropKey: true;
|
|
266
|
-
} & {
|
|
267
|
-
readonly default: true;
|
|
268
|
-
};
|
|
269
|
-
clearIcon: {
|
|
270
|
-
readonly type: import("vue").PropType<unknown>;
|
|
271
|
-
readonly required: false;
|
|
272
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
273
|
-
__epPropKey: true;
|
|
274
|
-
};
|
|
275
|
-
editable: {
|
|
276
|
-
readonly type: import("vue").PropType<boolean>;
|
|
277
|
-
readonly required: false;
|
|
278
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
279
|
-
__epPropKey: true;
|
|
280
|
-
} & {
|
|
281
|
-
readonly default: true;
|
|
282
|
-
};
|
|
283
|
-
prefixIcon: {
|
|
284
|
-
readonly type: import("vue").PropType<unknown>;
|
|
285
|
-
readonly required: false;
|
|
286
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
287
|
-
__epPropKey: true;
|
|
288
|
-
} & {
|
|
289
|
-
readonly default: "";
|
|
290
|
-
};
|
|
224
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
225
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
226
|
+
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>;
|
|
227
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
228
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
229
|
+
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>;
|
|
291
230
|
size: {
|
|
292
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
293
|
-
readonly required: false;
|
|
294
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
295
|
-
__epPropKey: true;
|
|
296
|
-
};
|
|
297
|
-
disabled: BooleanConstructor;
|
|
298
|
-
placeholder: {
|
|
299
|
-
readonly type: import("vue").PropType<string>;
|
|
300
|
-
readonly required: false;
|
|
301
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
-
__epPropKey: true;
|
|
303
|
-
} & {
|
|
304
|
-
readonly default: "";
|
|
305
|
-
};
|
|
306
|
-
popperOptions: {
|
|
307
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
231
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
308
232
|
readonly required: false;
|
|
309
233
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
310
234
|
__epPropKey: true;
|
|
311
|
-
} & {
|
|
312
|
-
readonly default: () => {};
|
|
313
|
-
};
|
|
314
|
-
modelValue: {
|
|
315
|
-
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
316
|
-
readonly required: false;
|
|
317
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
|
-
__epPropKey: true;
|
|
319
|
-
} & {
|
|
320
|
-
readonly default: "";
|
|
321
|
-
};
|
|
322
|
-
rangeSeparator: {
|
|
323
|
-
readonly type: import("vue").PropType<string>;
|
|
324
|
-
readonly required: false;
|
|
325
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
|
-
__epPropKey: true;
|
|
327
|
-
} & {
|
|
328
|
-
readonly default: "-";
|
|
329
235
|
};
|
|
236
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
237
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
238
|
+
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>;
|
|
239
|
+
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>;
|
|
240
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
330
241
|
startPlaceholder: StringConstructor;
|
|
331
242
|
endPlaceholder: StringConstructor;
|
|
332
243
|
defaultValue: {
|
|
333
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
244
|
+
readonly type: import("vue").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>>;
|
|
334
245
|
readonly required: false;
|
|
335
246
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
336
247
|
__epPropKey: true;
|
|
337
248
|
};
|
|
338
249
|
defaultTime: {
|
|
339
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
250
|
+
readonly type: import("vue").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>>;
|
|
340
251
|
readonly required: false;
|
|
341
252
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
342
253
|
__epPropKey: true;
|
|
343
254
|
};
|
|
344
255
|
isRange: BooleanConstructor;
|
|
345
|
-
}>, {
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
ariaLabel: string;
|
|
353
|
-
popperClass: string | {
|
|
354
|
-
[x: string]: boolean;
|
|
355
|
-
} | (string | {
|
|
356
|
-
[x: string]: boolean;
|
|
357
|
-
} | (string | {
|
|
358
|
-
[x: string]: boolean;
|
|
359
|
-
} | (string | {
|
|
360
|
-
[x: string]: boolean;
|
|
361
|
-
} | (string | {
|
|
362
|
-
[x: string]: boolean;
|
|
363
|
-
} | (string | {
|
|
364
|
-
[x: string]: boolean;
|
|
365
|
-
} | (string | {
|
|
366
|
-
[x: string]: boolean;
|
|
367
|
-
} | (string | {
|
|
368
|
-
[x: string]: boolean;
|
|
369
|
-
} | (string | {
|
|
370
|
-
[x: string]: boolean;
|
|
371
|
-
} | (string | {
|
|
372
|
-
[x: string]: boolean;
|
|
373
|
-
} | (string | any[] | {
|
|
374
|
-
[x: string]: boolean;
|
|
375
|
-
})[])[])[])[])[])[])[])[])[])[];
|
|
376
|
-
popperStyle: import("vue").StyleValue;
|
|
377
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
378
|
-
placement: import("element-plus").Placement;
|
|
379
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
380
|
-
name: import("element-plus").SingleOrRange<string>;
|
|
381
|
-
modelValue: import("element-plus").ModelValueType;
|
|
382
|
-
clearable: boolean;
|
|
383
|
-
placeholder: string;
|
|
384
|
-
cellClassName: Function;
|
|
385
|
-
clearIcon: unknown;
|
|
386
|
-
prefixIcon: "";
|
|
387
|
-
tabindex: string | number;
|
|
388
|
-
validateEvent: boolean;
|
|
389
|
-
emptyValues: unknown[];
|
|
390
|
-
valueOnClear: string | number | boolean | Function;
|
|
391
|
-
showNow: boolean;
|
|
392
|
-
showConfirm: boolean;
|
|
393
|
-
showFooter: boolean;
|
|
394
|
-
showWeekNumber: boolean;
|
|
395
|
-
disabledDate: Function;
|
|
396
|
-
shortcuts: unknown[];
|
|
397
|
-
arrowControl: boolean;
|
|
398
|
-
unlinkPanels: boolean;
|
|
399
|
-
disabledHours: import("element-plus").GetDisabledHours;
|
|
400
|
-
disabledMinutes: import("element-plus").GetDisabledMinutes;
|
|
401
|
-
disabledSeconds: import("element-plus").GetDisabledSeconds;
|
|
402
|
-
format: string;
|
|
403
|
-
valueFormat: string;
|
|
404
|
-
dateFormat: string;
|
|
405
|
-
timeFormat: string;
|
|
406
|
-
editable: boolean;
|
|
407
|
-
rangeSeparator: string;
|
|
408
|
-
startPlaceholder: string;
|
|
409
|
-
endPlaceholder: string;
|
|
410
|
-
defaultValue: import("element-plus").SingleOrRange<Date>;
|
|
411
|
-
defaultTime: import("element-plus").SingleOrRange<Date>;
|
|
412
|
-
isRange: boolean;
|
|
413
|
-
}>;
|
|
414
|
-
timePickerOnEmits: {};
|
|
415
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
416
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
417
|
-
'update:modelValue': any;
|
|
418
|
-
change: any;
|
|
419
|
-
focus: any;
|
|
420
|
-
blur: any;
|
|
421
|
-
'visible-change': any;
|
|
422
|
-
keydown: any;
|
|
256
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
257
|
+
focus: (...args: any[]) => void;
|
|
258
|
+
blur: (...args: any[]) => void;
|
|
259
|
+
"update:modelValue": (...args: any[]) => void;
|
|
260
|
+
change: (...args: any[]) => void;
|
|
261
|
+
keydown: (...args: any[]) => void;
|
|
262
|
+
"visible-change": (...args: any[]) => void;
|
|
423
263
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
424
264
|
timePickerSlots: {
|
|
425
265
|
type: import("vue").PropType<import("./types").TimePickerSlots>;
|
|
426
|
-
default:
|
|
427
|
-
};
|
|
428
|
-
required: {
|
|
429
|
-
readonly type: import("vue").PropType<boolean>;
|
|
430
|
-
readonly required: false;
|
|
431
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
432
|
-
__epPropKey: true;
|
|
433
|
-
} & {
|
|
434
|
-
readonly default: undefined;
|
|
266
|
+
default: undefined;
|
|
435
267
|
};
|
|
268
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
436
269
|
formItemSize: {
|
|
437
270
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
438
271
|
default: "default" | "small" | "large";
|
|
439
272
|
};
|
|
440
273
|
formItemSlots: {
|
|
441
|
-
type: import("vue").PropType<import("
|
|
442
|
-
default:
|
|
274
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
275
|
+
default: undefined;
|
|
443
276
|
};
|
|
444
277
|
elRef: {
|
|
445
278
|
type: import("vue").PropType<any>;
|
|
@@ -451,105 +284,54 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
451
284
|
};
|
|
452
285
|
readonly: {
|
|
453
286
|
type: BooleanConstructor;
|
|
454
|
-
default:
|
|
287
|
+
default: undefined;
|
|
455
288
|
};
|
|
456
289
|
formItemTip: {
|
|
457
290
|
type: StringConstructor;
|
|
458
|
-
default:
|
|
291
|
+
default: undefined;
|
|
459
292
|
};
|
|
460
|
-
formItemTipClass:
|
|
293
|
+
formItemTipClass: null;
|
|
461
294
|
labelTip: {
|
|
462
295
|
type: StringConstructor;
|
|
463
|
-
default:
|
|
296
|
+
default: undefined;
|
|
464
297
|
};
|
|
465
298
|
information: {
|
|
466
299
|
type: BooleanConstructor;
|
|
467
300
|
default: boolean;
|
|
468
301
|
};
|
|
469
|
-
prop:
|
|
470
|
-
defaultModelValue:
|
|
302
|
+
prop: null;
|
|
303
|
+
defaultModelValue: null;
|
|
471
304
|
label: StringConstructor;
|
|
472
305
|
labelWidth: {
|
|
473
|
-
readonly type: import("vue").PropType<
|
|
474
|
-
readonly required: false;
|
|
475
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
476
|
-
__epPropKey: true;
|
|
477
|
-
} & {
|
|
478
|
-
readonly default: "";
|
|
479
|
-
};
|
|
480
|
-
labelPosition: {
|
|
481
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
306
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
482
307
|
readonly required: false;
|
|
483
308
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
484
309
|
__epPropKey: true;
|
|
485
|
-
} & {
|
|
486
|
-
readonly default: "";
|
|
487
310
|
};
|
|
311
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
488
312
|
rules: {
|
|
489
|
-
readonly type: import("vue").PropType<unknown
|
|
313
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | ((new (...args: any[]) => import("element-plus").FormItemRule | import("element-plus").FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<import("element-plus").FormItemRule>) | null)[], unknown, unknown>>;
|
|
490
314
|
readonly required: false;
|
|
491
315
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
492
316
|
__epPropKey: true;
|
|
493
317
|
};
|
|
494
318
|
error: StringConstructor;
|
|
495
319
|
validateStatus: {
|
|
496
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
320
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
497
321
|
readonly required: false;
|
|
498
322
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
499
323
|
__epPropKey: true;
|
|
500
324
|
};
|
|
501
325
|
for: StringConstructor;
|
|
502
|
-
inlineMessage:
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
} & {
|
|
508
|
-
readonly default: "";
|
|
509
|
-
};
|
|
510
|
-
showMessage: {
|
|
511
|
-
readonly type: import("vue").PropType<boolean>;
|
|
512
|
-
readonly required: false;
|
|
513
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
514
|
-
__epPropKey: true;
|
|
515
|
-
} & {
|
|
516
|
-
readonly default: true;
|
|
517
|
-
};
|
|
518
|
-
showNow: {
|
|
519
|
-
readonly type: import("vue").PropType<boolean>;
|
|
520
|
-
readonly required: false;
|
|
521
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
|
-
__epPropKey: true;
|
|
523
|
-
} & {
|
|
524
|
-
readonly default: true;
|
|
525
|
-
};
|
|
526
|
-
showConfirm: {
|
|
527
|
-
readonly type: import("vue").PropType<boolean>;
|
|
528
|
-
readonly required: false;
|
|
529
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
530
|
-
__epPropKey: true;
|
|
531
|
-
} & {
|
|
532
|
-
readonly default: true;
|
|
533
|
-
};
|
|
534
|
-
showFooter: {
|
|
535
|
-
readonly type: import("vue").PropType<boolean>;
|
|
536
|
-
readonly required: false;
|
|
537
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
538
|
-
__epPropKey: true;
|
|
539
|
-
} & {
|
|
540
|
-
readonly default: true;
|
|
541
|
-
};
|
|
326
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
327
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
328
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
329
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
330
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
542
331
|
showWeekNumber: BooleanConstructor;
|
|
543
332
|
ariaLabel: StringConstructor;
|
|
544
333
|
emptyValues: ArrayConstructor;
|
|
545
|
-
valueOnClear:
|
|
546
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
547
|
-
readonly required: false;
|
|
548
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
549
|
-
__epPropKey: true;
|
|
550
|
-
} & {
|
|
551
|
-
readonly default: undefined;
|
|
552
|
-
};
|
|
334
|
+
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>;
|
|
553
335
|
disabledDate: {
|
|
554
336
|
readonly type: import("vue").PropType<Function>;
|
|
555
337
|
readonly required: false;
|
|
@@ -562,48 +344,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
562
344
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
563
345
|
__epPropKey: true;
|
|
564
346
|
};
|
|
565
|
-
shortcuts:
|
|
566
|
-
readonly type: import("vue").PropType<unknown[]>;
|
|
567
|
-
readonly required: false;
|
|
568
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
569
|
-
__epPropKey: true;
|
|
570
|
-
} & {
|
|
571
|
-
readonly default: () => never[];
|
|
572
|
-
};
|
|
347
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
573
348
|
arrowControl: BooleanConstructor;
|
|
574
|
-
tabindex:
|
|
575
|
-
|
|
576
|
-
readonly required: false;
|
|
577
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
578
|
-
__epPropKey: true;
|
|
579
|
-
} & {
|
|
580
|
-
readonly default: 0;
|
|
581
|
-
};
|
|
582
|
-
validateEvent: {
|
|
583
|
-
readonly type: import("vue").PropType<boolean>;
|
|
584
|
-
readonly required: false;
|
|
585
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
586
|
-
__epPropKey: true;
|
|
587
|
-
} & {
|
|
588
|
-
readonly default: true;
|
|
589
|
-
};
|
|
349
|
+
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>;
|
|
350
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
590
351
|
unlinkPanels: BooleanConstructor;
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
595
|
-
__epPropKey: true;
|
|
596
|
-
} & {
|
|
597
|
-
readonly default: "bottom";
|
|
598
|
-
};
|
|
599
|
-
fallbackPlacements: {
|
|
600
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
601
|
-
readonly required: false;
|
|
602
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
603
|
-
__epPropKey: true;
|
|
604
|
-
} & {
|
|
605
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
606
|
-
};
|
|
352
|
+
singlePanel: BooleanConstructor;
|
|
353
|
+
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") | (() => 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") | (() => Placement) | null)[], Placement, unknown, "bottom", boolean>;
|
|
354
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => Placement[]) | (() => Placement[]) | ((new (...args: any[]) => Placement[]) | (() => Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
607
355
|
disabledHours: {
|
|
608
356
|
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
609
357
|
readonly required: false;
|
|
@@ -622,20 +370,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
622
370
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
623
371
|
__epPropKey: true;
|
|
624
372
|
};
|
|
373
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
625
374
|
id: {
|
|
626
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
375
|
+
readonly type: import("vue").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>>;
|
|
627
376
|
readonly required: false;
|
|
628
377
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
378
|
__epPropKey: true;
|
|
630
379
|
};
|
|
631
380
|
name: {
|
|
632
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
381
|
+
readonly type: import("vue").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>>;
|
|
633
382
|
readonly required: false;
|
|
634
383
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
635
384
|
__epPropKey: true;
|
|
636
385
|
};
|
|
637
386
|
popperClass: {
|
|
638
|
-
readonly type: import("vue").PropType<string | {
|
|
387
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
639
388
|
[x: string]: boolean;
|
|
640
389
|
} | (string | {
|
|
641
390
|
[x: string]: boolean;
|
|
@@ -657,1014 +406,160 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
657
406
|
[x: string]: boolean;
|
|
658
407
|
} | (string | any[] | {
|
|
659
408
|
[x: string]: boolean;
|
|
660
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
409
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
410
|
+
[x: string]: boolean;
|
|
411
|
+
} | (string | {
|
|
412
|
+
[x: string]: boolean;
|
|
413
|
+
} | (string | {
|
|
414
|
+
[x: string]: boolean;
|
|
415
|
+
} | (string | {
|
|
416
|
+
[x: string]: boolean;
|
|
417
|
+
} | (string | {
|
|
418
|
+
[x: string]: boolean;
|
|
419
|
+
} | (string | {
|
|
420
|
+
[x: string]: boolean;
|
|
421
|
+
} | (string | {
|
|
422
|
+
[x: string]: boolean;
|
|
423
|
+
} | (string | {
|
|
424
|
+
[x: string]: boolean;
|
|
425
|
+
} | (string | {
|
|
426
|
+
[x: string]: boolean;
|
|
427
|
+
} | (string | {
|
|
428
|
+
[x: string]: boolean;
|
|
429
|
+
} | (string | any[] | {
|
|
430
|
+
[x: string]: boolean;
|
|
431
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
432
|
+
[x: string]: boolean;
|
|
433
|
+
} | (string | {
|
|
434
|
+
[x: string]: boolean;
|
|
435
|
+
} | (string | {
|
|
436
|
+
[x: string]: boolean;
|
|
437
|
+
} | (string | {
|
|
438
|
+
[x: string]: boolean;
|
|
439
|
+
} | (string | {
|
|
440
|
+
[x: string]: boolean;
|
|
441
|
+
} | (string | {
|
|
442
|
+
[x: string]: boolean;
|
|
443
|
+
} | (string | {
|
|
444
|
+
[x: string]: boolean;
|
|
445
|
+
} | (string | {
|
|
446
|
+
[x: string]: boolean;
|
|
447
|
+
} | (string | {
|
|
448
|
+
[x: string]: boolean;
|
|
449
|
+
} | (string | {
|
|
450
|
+
[x: string]: boolean;
|
|
451
|
+
} | (string | any[] | {
|
|
452
|
+
[x: string]: boolean;
|
|
453
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
454
|
+
[x: string]: boolean;
|
|
455
|
+
} | (string | {
|
|
456
|
+
[x: string]: boolean;
|
|
457
|
+
} | (string | {
|
|
458
|
+
[x: string]: boolean;
|
|
459
|
+
} | (string | {
|
|
460
|
+
[x: string]: boolean;
|
|
461
|
+
} | (string | {
|
|
462
|
+
[x: string]: boolean;
|
|
463
|
+
} | (string | {
|
|
464
|
+
[x: string]: boolean;
|
|
465
|
+
} | (string | {
|
|
466
|
+
[x: string]: boolean;
|
|
467
|
+
} | (string | {
|
|
468
|
+
[x: string]: boolean;
|
|
469
|
+
} | (string | {
|
|
470
|
+
[x: string]: boolean;
|
|
471
|
+
} | (string | {
|
|
472
|
+
[x: string]: boolean;
|
|
473
|
+
} | (string | any[] | {
|
|
474
|
+
[x: string]: boolean;
|
|
475
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
667
476
|
readonly required: false;
|
|
668
477
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
669
478
|
__epPropKey: true;
|
|
670
479
|
};
|
|
480
|
+
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>;
|
|
671
481
|
format: StringConstructor;
|
|
672
482
|
valueFormat: StringConstructor;
|
|
673
483
|
dateFormat: StringConstructor;
|
|
674
484
|
timeFormat: StringConstructor;
|
|
675
|
-
type:
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
} & {
|
|
681
|
-
readonly default: "";
|
|
682
|
-
};
|
|
683
|
-
clearable: {
|
|
684
|
-
readonly type: import("vue").PropType<boolean>;
|
|
685
|
-
readonly required: false;
|
|
686
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
687
|
-
__epPropKey: true;
|
|
688
|
-
} & {
|
|
689
|
-
readonly default: true;
|
|
690
|
-
};
|
|
691
|
-
clearIcon: {
|
|
692
|
-
readonly type: import("vue").PropType<unknown>;
|
|
693
|
-
readonly required: false;
|
|
694
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
695
|
-
__epPropKey: true;
|
|
696
|
-
};
|
|
697
|
-
editable: {
|
|
698
|
-
readonly type: import("vue").PropType<boolean>;
|
|
699
|
-
readonly required: false;
|
|
700
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
701
|
-
__epPropKey: true;
|
|
702
|
-
} & {
|
|
703
|
-
readonly default: true;
|
|
704
|
-
};
|
|
705
|
-
prefixIcon: {
|
|
706
|
-
readonly type: import("vue").PropType<unknown>;
|
|
707
|
-
readonly required: false;
|
|
708
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
709
|
-
__epPropKey: true;
|
|
710
|
-
} & {
|
|
711
|
-
readonly default: "";
|
|
712
|
-
};
|
|
485
|
+
type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
486
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
487
|
+
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>;
|
|
488
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
489
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
490
|
+
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>;
|
|
713
491
|
size: {
|
|
714
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
715
|
-
readonly required: false;
|
|
716
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
717
|
-
__epPropKey: true;
|
|
718
|
-
};
|
|
719
|
-
disabled: BooleanConstructor;
|
|
720
|
-
placeholder: {
|
|
721
|
-
readonly type: import("vue").PropType<string>;
|
|
722
|
-
readonly required: false;
|
|
723
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
724
|
-
__epPropKey: true;
|
|
725
|
-
} & {
|
|
726
|
-
readonly default: "";
|
|
727
|
-
};
|
|
728
|
-
popperOptions: {
|
|
729
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
730
|
-
readonly required: false;
|
|
731
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
732
|
-
__epPropKey: true;
|
|
733
|
-
} & {
|
|
734
|
-
readonly default: () => {};
|
|
735
|
-
};
|
|
736
|
-
modelValue: {
|
|
737
|
-
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
738
|
-
readonly required: false;
|
|
739
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
740
|
-
__epPropKey: true;
|
|
741
|
-
} & {
|
|
742
|
-
readonly default: "";
|
|
743
|
-
};
|
|
744
|
-
rangeSeparator: {
|
|
745
|
-
readonly type: import("vue").PropType<string>;
|
|
492
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
746
493
|
readonly required: false;
|
|
747
494
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
748
495
|
__epPropKey: true;
|
|
749
|
-
} & {
|
|
750
|
-
readonly default: "-";
|
|
751
496
|
};
|
|
497
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
498
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
499
|
+
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>;
|
|
500
|
+
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>;
|
|
501
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
752
502
|
startPlaceholder: StringConstructor;
|
|
753
503
|
endPlaceholder: StringConstructor;
|
|
754
504
|
defaultValue: {
|
|
755
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
505
|
+
readonly type: import("vue").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>>;
|
|
756
506
|
readonly required: false;
|
|
757
507
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
758
508
|
__epPropKey: true;
|
|
759
509
|
};
|
|
760
510
|
defaultTime: {
|
|
761
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
511
|
+
readonly type: import("vue").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>>;
|
|
762
512
|
readonly required: false;
|
|
763
513
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
764
514
|
__epPropKey: true;
|
|
765
515
|
};
|
|
766
516
|
isRange: BooleanConstructor;
|
|
767
517
|
}>> & Readonly<{
|
|
768
|
-
onFocus?: (...args: any[]
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
onKeydown?: (...args: any[]
|
|
773
|
-
"onVisible-change"?: (...args: any[]
|
|
518
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
519
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
520
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
521
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
522
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
523
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
774
524
|
}>, {
|
|
775
525
|
type: string;
|
|
776
|
-
required:
|
|
526
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
777
527
|
formItemSize: "default" | "small" | "large";
|
|
778
|
-
formItemSlots: import("
|
|
528
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
779
529
|
inline: boolean;
|
|
780
530
|
readonly: boolean;
|
|
781
531
|
formItemTip: string;
|
|
782
|
-
formItemTipClass: any;
|
|
783
532
|
labelTip: string;
|
|
784
533
|
information: boolean;
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
disabled: boolean;
|
|
792
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
793
|
-
placement: import("element-plus").Placement;
|
|
794
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
795
|
-
modelValue: import("element-plus").ModelValueType;
|
|
796
|
-
clearable: boolean;
|
|
534
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
535
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
536
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
537
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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") | (() => 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") | (() => Placement) | null)[], Placement, unknown>;
|
|
538
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
539
|
+
modelValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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>;
|
|
797
540
|
placeholder: string;
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
541
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
542
|
+
clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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>;
|
|
543
|
+
prefixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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>;
|
|
544
|
+
tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number) | null)[], unknown, unknown>;
|
|
545
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
546
|
+
valueOnClear: import("element-plus/es/utils/index.mjs").EpPropMergeType<(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>;
|
|
547
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
548
|
+
popperStyle: import("vue").StyleValue;
|
|
549
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
550
|
+
fallbackPlacements: Placement[];
|
|
551
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
552
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
553
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
805
554
|
showWeekNumber: boolean;
|
|
806
555
|
shortcuts: unknown[];
|
|
807
556
|
arrowControl: boolean;
|
|
808
557
|
unlinkPanels: boolean;
|
|
809
|
-
|
|
558
|
+
singlePanel: boolean;
|
|
559
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
560
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
810
561
|
rangeSeparator: string;
|
|
811
562
|
isRange: boolean;
|
|
812
563
|
timePickerSlots: import("./types").TimePickerSlots;
|
|
813
|
-
}, {}, {
|
|
814
|
-
VkfFormItem: {
|
|
815
|
-
new (...args: any[]): any;
|
|
816
|
-
__isFragment?: never;
|
|
817
|
-
__isTeleport?: never;
|
|
818
|
-
__isSuspense?: never;
|
|
819
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
820
|
-
[x: string]: any;
|
|
821
|
-
[x: symbol]: any;
|
|
822
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
823
|
-
install(app: import("vue").App): void;
|
|
824
|
-
};
|
|
825
|
-
ElTimePicker: {
|
|
826
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
827
|
-
isRange: BooleanConstructor;
|
|
828
|
-
showNow: {
|
|
829
|
-
readonly type: import("vue").PropType<boolean>;
|
|
830
|
-
readonly required: false;
|
|
831
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
-
__epPropKey: true;
|
|
833
|
-
} & {
|
|
834
|
-
readonly default: true;
|
|
835
|
-
};
|
|
836
|
-
showConfirm: {
|
|
837
|
-
readonly type: import("vue").PropType<boolean>;
|
|
838
|
-
readonly required: false;
|
|
839
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
840
|
-
__epPropKey: true;
|
|
841
|
-
} & {
|
|
842
|
-
readonly default: true;
|
|
843
|
-
};
|
|
844
|
-
showFooter: {
|
|
845
|
-
readonly type: import("vue").PropType<boolean>;
|
|
846
|
-
readonly required: false;
|
|
847
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
848
|
-
__epPropKey: true;
|
|
849
|
-
} & {
|
|
850
|
-
readonly default: true;
|
|
851
|
-
};
|
|
852
|
-
showWeekNumber: BooleanConstructor;
|
|
853
|
-
ariaLabel: StringConstructor;
|
|
854
|
-
emptyValues: ArrayConstructor;
|
|
855
|
-
valueOnClear: {
|
|
856
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
857
|
-
readonly required: false;
|
|
858
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
859
|
-
__epPropKey: true;
|
|
860
|
-
} & {
|
|
861
|
-
readonly default: undefined;
|
|
862
|
-
};
|
|
863
|
-
disabledDate: {
|
|
864
|
-
readonly type: import("vue").PropType<Function>;
|
|
865
|
-
readonly required: false;
|
|
866
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
867
|
-
__epPropKey: true;
|
|
868
|
-
};
|
|
869
|
-
cellClassName: {
|
|
870
|
-
readonly type: import("vue").PropType<Function>;
|
|
871
|
-
readonly required: false;
|
|
872
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
873
|
-
__epPropKey: true;
|
|
874
|
-
};
|
|
875
|
-
shortcuts: {
|
|
876
|
-
readonly type: import("vue").PropType<unknown[]>;
|
|
877
|
-
readonly required: false;
|
|
878
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
879
|
-
__epPropKey: true;
|
|
880
|
-
} & {
|
|
881
|
-
readonly default: () => never[];
|
|
882
|
-
};
|
|
883
|
-
arrowControl: BooleanConstructor;
|
|
884
|
-
tabindex: {
|
|
885
|
-
readonly type: import("vue").PropType<string | number>;
|
|
886
|
-
readonly required: false;
|
|
887
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
888
|
-
__epPropKey: true;
|
|
889
|
-
} & {
|
|
890
|
-
readonly default: 0;
|
|
891
|
-
};
|
|
892
|
-
validateEvent: {
|
|
893
|
-
readonly type: import("vue").PropType<boolean>;
|
|
894
|
-
readonly required: false;
|
|
895
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
896
|
-
__epPropKey: true;
|
|
897
|
-
} & {
|
|
898
|
-
readonly default: true;
|
|
899
|
-
};
|
|
900
|
-
unlinkPanels: BooleanConstructor;
|
|
901
|
-
placement: {
|
|
902
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
903
|
-
readonly required: false;
|
|
904
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
905
|
-
__epPropKey: true;
|
|
906
|
-
} & {
|
|
907
|
-
readonly default: "bottom";
|
|
908
|
-
};
|
|
909
|
-
fallbackPlacements: {
|
|
910
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
911
|
-
readonly required: false;
|
|
912
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
913
|
-
__epPropKey: true;
|
|
914
|
-
} & {
|
|
915
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
916
|
-
};
|
|
917
|
-
disabledHours: {
|
|
918
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
919
|
-
readonly required: false;
|
|
920
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
-
__epPropKey: true;
|
|
922
|
-
};
|
|
923
|
-
disabledMinutes: {
|
|
924
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
925
|
-
readonly required: false;
|
|
926
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
927
|
-
__epPropKey: true;
|
|
928
|
-
};
|
|
929
|
-
disabledSeconds: {
|
|
930
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
931
|
-
readonly required: false;
|
|
932
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
933
|
-
__epPropKey: true;
|
|
934
|
-
};
|
|
935
|
-
id: {
|
|
936
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
937
|
-
readonly required: false;
|
|
938
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
939
|
-
__epPropKey: true;
|
|
940
|
-
};
|
|
941
|
-
name: {
|
|
942
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
943
|
-
readonly required: false;
|
|
944
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
945
|
-
__epPropKey: true;
|
|
946
|
-
};
|
|
947
|
-
popperClass: {
|
|
948
|
-
readonly type: import("vue").PropType<string | {
|
|
949
|
-
[x: string]: boolean;
|
|
950
|
-
} | (string | {
|
|
951
|
-
[x: string]: boolean;
|
|
952
|
-
} | (string | {
|
|
953
|
-
[x: string]: boolean;
|
|
954
|
-
} | (string | {
|
|
955
|
-
[x: string]: boolean;
|
|
956
|
-
} | (string | {
|
|
957
|
-
[x: string]: boolean;
|
|
958
|
-
} | (string | {
|
|
959
|
-
[x: string]: boolean;
|
|
960
|
-
} | (string | {
|
|
961
|
-
[x: string]: boolean;
|
|
962
|
-
} | (string | {
|
|
963
|
-
[x: string]: boolean;
|
|
964
|
-
} | (string | {
|
|
965
|
-
[x: string]: boolean;
|
|
966
|
-
} | (string | {
|
|
967
|
-
[x: string]: boolean;
|
|
968
|
-
} | (string | any[] | {
|
|
969
|
-
[x: string]: boolean;
|
|
970
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
971
|
-
readonly required: false;
|
|
972
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
973
|
-
__epPropKey: true;
|
|
974
|
-
};
|
|
975
|
-
popperStyle: {
|
|
976
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
977
|
-
readonly required: false;
|
|
978
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
979
|
-
__epPropKey: true;
|
|
980
|
-
};
|
|
981
|
-
format: StringConstructor;
|
|
982
|
-
valueFormat: StringConstructor;
|
|
983
|
-
dateFormat: StringConstructor;
|
|
984
|
-
timeFormat: StringConstructor;
|
|
985
|
-
type: {
|
|
986
|
-
readonly type: import("vue").PropType<string>;
|
|
987
|
-
readonly required: false;
|
|
988
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
989
|
-
__epPropKey: true;
|
|
990
|
-
} & {
|
|
991
|
-
readonly default: "";
|
|
992
|
-
};
|
|
993
|
-
clearable: {
|
|
994
|
-
readonly type: import("vue").PropType<boolean>;
|
|
995
|
-
readonly required: false;
|
|
996
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
997
|
-
__epPropKey: true;
|
|
998
|
-
} & {
|
|
999
|
-
readonly default: true;
|
|
1000
|
-
};
|
|
1001
|
-
clearIcon: {
|
|
1002
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1003
|
-
readonly required: false;
|
|
1004
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1005
|
-
__epPropKey: true;
|
|
1006
|
-
};
|
|
1007
|
-
editable: {
|
|
1008
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1009
|
-
readonly required: false;
|
|
1010
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1011
|
-
__epPropKey: true;
|
|
1012
|
-
} & {
|
|
1013
|
-
readonly default: true;
|
|
1014
|
-
};
|
|
1015
|
-
prefixIcon: {
|
|
1016
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1017
|
-
readonly required: false;
|
|
1018
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1019
|
-
__epPropKey: true;
|
|
1020
|
-
} & {
|
|
1021
|
-
readonly default: "";
|
|
1022
|
-
};
|
|
1023
|
-
size: {
|
|
1024
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1025
|
-
readonly required: false;
|
|
1026
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1027
|
-
__epPropKey: true;
|
|
1028
|
-
};
|
|
1029
|
-
readonly: BooleanConstructor;
|
|
1030
|
-
disabled: BooleanConstructor;
|
|
1031
|
-
placeholder: {
|
|
1032
|
-
readonly type: import("vue").PropType<string>;
|
|
1033
|
-
readonly required: false;
|
|
1034
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1035
|
-
__epPropKey: true;
|
|
1036
|
-
} & {
|
|
1037
|
-
readonly default: "";
|
|
1038
|
-
};
|
|
1039
|
-
popperOptions: {
|
|
1040
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1041
|
-
readonly required: false;
|
|
1042
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1043
|
-
__epPropKey: true;
|
|
1044
|
-
} & {
|
|
1045
|
-
readonly default: () => {};
|
|
1046
|
-
};
|
|
1047
|
-
modelValue: {
|
|
1048
|
-
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
1049
|
-
readonly required: false;
|
|
1050
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1051
|
-
__epPropKey: true;
|
|
1052
|
-
} & {
|
|
1053
|
-
readonly default: "";
|
|
1054
|
-
};
|
|
1055
|
-
rangeSeparator: {
|
|
1056
|
-
readonly type: import("vue").PropType<string>;
|
|
1057
|
-
readonly required: false;
|
|
1058
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1059
|
-
__epPropKey: true;
|
|
1060
|
-
} & {
|
|
1061
|
-
readonly default: "-";
|
|
1062
|
-
};
|
|
1063
|
-
startPlaceholder: StringConstructor;
|
|
1064
|
-
endPlaceholder: StringConstructor;
|
|
1065
|
-
defaultValue: {
|
|
1066
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1067
|
-
readonly required: false;
|
|
1068
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1069
|
-
__epPropKey: true;
|
|
1070
|
-
};
|
|
1071
|
-
defaultTime: {
|
|
1072
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1073
|
-
readonly required: false;
|
|
1074
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1075
|
-
__epPropKey: true;
|
|
1076
|
-
};
|
|
1077
|
-
}>> & {
|
|
1078
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1079
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
1080
|
-
disabled: boolean;
|
|
1081
|
-
type: string;
|
|
1082
|
-
placeholder: string;
|
|
1083
|
-
modelValue: import("element-plus").ModelValueType;
|
|
1084
|
-
placement: import("element-plus").Placement;
|
|
1085
|
-
tabindex: string | number;
|
|
1086
|
-
valueOnClear: string | number | boolean | Function;
|
|
1087
|
-
readonly: boolean;
|
|
1088
|
-
prefixIcon: unknown;
|
|
1089
|
-
validateEvent: boolean;
|
|
1090
|
-
clearable: boolean;
|
|
1091
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1092
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1093
|
-
editable: boolean;
|
|
1094
|
-
rangeSeparator: string;
|
|
1095
|
-
shortcuts: unknown[];
|
|
1096
|
-
showNow: boolean;
|
|
1097
|
-
showConfirm: boolean;
|
|
1098
|
-
showFooter: boolean;
|
|
1099
|
-
showWeekNumber: boolean;
|
|
1100
|
-
arrowControl: boolean;
|
|
1101
|
-
unlinkPanels: boolean;
|
|
1102
|
-
isRange: boolean;
|
|
1103
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1104
|
-
P: {};
|
|
1105
|
-
B: {};
|
|
1106
|
-
D: {};
|
|
1107
|
-
C: {};
|
|
1108
|
-
M: {};
|
|
1109
|
-
Defaults: {};
|
|
1110
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1111
|
-
isRange: BooleanConstructor;
|
|
1112
|
-
showNow: {
|
|
1113
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1114
|
-
readonly required: false;
|
|
1115
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1116
|
-
__epPropKey: true;
|
|
1117
|
-
} & {
|
|
1118
|
-
readonly default: true;
|
|
1119
|
-
};
|
|
1120
|
-
showConfirm: {
|
|
1121
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1122
|
-
readonly required: false;
|
|
1123
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1124
|
-
__epPropKey: true;
|
|
1125
|
-
} & {
|
|
1126
|
-
readonly default: true;
|
|
1127
|
-
};
|
|
1128
|
-
showFooter: {
|
|
1129
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1130
|
-
readonly required: false;
|
|
1131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1132
|
-
__epPropKey: true;
|
|
1133
|
-
} & {
|
|
1134
|
-
readonly default: true;
|
|
1135
|
-
};
|
|
1136
|
-
showWeekNumber: BooleanConstructor;
|
|
1137
|
-
ariaLabel: StringConstructor;
|
|
1138
|
-
emptyValues: ArrayConstructor;
|
|
1139
|
-
valueOnClear: {
|
|
1140
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
1141
|
-
readonly required: false;
|
|
1142
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1143
|
-
__epPropKey: true;
|
|
1144
|
-
} & {
|
|
1145
|
-
readonly default: undefined;
|
|
1146
|
-
};
|
|
1147
|
-
disabledDate: {
|
|
1148
|
-
readonly type: import("vue").PropType<Function>;
|
|
1149
|
-
readonly required: false;
|
|
1150
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1151
|
-
__epPropKey: true;
|
|
1152
|
-
};
|
|
1153
|
-
cellClassName: {
|
|
1154
|
-
readonly type: import("vue").PropType<Function>;
|
|
1155
|
-
readonly required: false;
|
|
1156
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1157
|
-
__epPropKey: true;
|
|
1158
|
-
};
|
|
1159
|
-
shortcuts: {
|
|
1160
|
-
readonly type: import("vue").PropType<unknown[]>;
|
|
1161
|
-
readonly required: false;
|
|
1162
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1163
|
-
__epPropKey: true;
|
|
1164
|
-
} & {
|
|
1165
|
-
readonly default: () => never[];
|
|
1166
|
-
};
|
|
1167
|
-
arrowControl: BooleanConstructor;
|
|
1168
|
-
tabindex: {
|
|
1169
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1170
|
-
readonly required: false;
|
|
1171
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1172
|
-
__epPropKey: true;
|
|
1173
|
-
} & {
|
|
1174
|
-
readonly default: 0;
|
|
1175
|
-
};
|
|
1176
|
-
validateEvent: {
|
|
1177
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1178
|
-
readonly required: false;
|
|
1179
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1180
|
-
__epPropKey: true;
|
|
1181
|
-
} & {
|
|
1182
|
-
readonly default: true;
|
|
1183
|
-
};
|
|
1184
|
-
unlinkPanels: BooleanConstructor;
|
|
1185
|
-
placement: {
|
|
1186
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1187
|
-
readonly required: false;
|
|
1188
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1189
|
-
__epPropKey: true;
|
|
1190
|
-
} & {
|
|
1191
|
-
readonly default: "bottom";
|
|
1192
|
-
};
|
|
1193
|
-
fallbackPlacements: {
|
|
1194
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1195
|
-
readonly required: false;
|
|
1196
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1197
|
-
__epPropKey: true;
|
|
1198
|
-
} & {
|
|
1199
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
1200
|
-
};
|
|
1201
|
-
disabledHours: {
|
|
1202
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
1203
|
-
readonly required: false;
|
|
1204
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1205
|
-
__epPropKey: true;
|
|
1206
|
-
};
|
|
1207
|
-
disabledMinutes: {
|
|
1208
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
1209
|
-
readonly required: false;
|
|
1210
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1211
|
-
__epPropKey: true;
|
|
1212
|
-
};
|
|
1213
|
-
disabledSeconds: {
|
|
1214
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
1215
|
-
readonly required: false;
|
|
1216
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1217
|
-
__epPropKey: true;
|
|
1218
|
-
};
|
|
1219
|
-
id: {
|
|
1220
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
1221
|
-
readonly required: false;
|
|
1222
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1223
|
-
__epPropKey: true;
|
|
1224
|
-
};
|
|
1225
|
-
name: {
|
|
1226
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
1227
|
-
readonly required: false;
|
|
1228
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1229
|
-
__epPropKey: true;
|
|
1230
|
-
};
|
|
1231
|
-
popperClass: {
|
|
1232
|
-
readonly type: import("vue").PropType<string | {
|
|
1233
|
-
[x: string]: boolean;
|
|
1234
|
-
} | (string | {
|
|
1235
|
-
[x: string]: boolean;
|
|
1236
|
-
} | (string | {
|
|
1237
|
-
[x: string]: boolean;
|
|
1238
|
-
} | (string | {
|
|
1239
|
-
[x: string]: boolean;
|
|
1240
|
-
} | (string | {
|
|
1241
|
-
[x: string]: boolean;
|
|
1242
|
-
} | (string | {
|
|
1243
|
-
[x: string]: boolean;
|
|
1244
|
-
} | (string | {
|
|
1245
|
-
[x: string]: boolean;
|
|
1246
|
-
} | (string | {
|
|
1247
|
-
[x: string]: boolean;
|
|
1248
|
-
} | (string | {
|
|
1249
|
-
[x: string]: boolean;
|
|
1250
|
-
} | (string | {
|
|
1251
|
-
[x: string]: boolean;
|
|
1252
|
-
} | (string | any[] | {
|
|
1253
|
-
[x: string]: boolean;
|
|
1254
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1255
|
-
readonly required: false;
|
|
1256
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1257
|
-
__epPropKey: true;
|
|
1258
|
-
};
|
|
1259
|
-
popperStyle: {
|
|
1260
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1261
|
-
readonly required: false;
|
|
1262
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1263
|
-
__epPropKey: true;
|
|
1264
|
-
};
|
|
1265
|
-
format: StringConstructor;
|
|
1266
|
-
valueFormat: StringConstructor;
|
|
1267
|
-
dateFormat: StringConstructor;
|
|
1268
|
-
timeFormat: StringConstructor;
|
|
1269
|
-
type: {
|
|
1270
|
-
readonly type: import("vue").PropType<string>;
|
|
1271
|
-
readonly required: false;
|
|
1272
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1273
|
-
__epPropKey: true;
|
|
1274
|
-
} & {
|
|
1275
|
-
readonly default: "";
|
|
1276
|
-
};
|
|
1277
|
-
clearable: {
|
|
1278
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1279
|
-
readonly required: false;
|
|
1280
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1281
|
-
__epPropKey: true;
|
|
1282
|
-
} & {
|
|
1283
|
-
readonly default: true;
|
|
1284
|
-
};
|
|
1285
|
-
clearIcon: {
|
|
1286
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1287
|
-
readonly required: false;
|
|
1288
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1289
|
-
__epPropKey: true;
|
|
1290
|
-
};
|
|
1291
|
-
editable: {
|
|
1292
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1293
|
-
readonly required: false;
|
|
1294
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1295
|
-
__epPropKey: true;
|
|
1296
|
-
} & {
|
|
1297
|
-
readonly default: true;
|
|
1298
|
-
};
|
|
1299
|
-
prefixIcon: {
|
|
1300
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1301
|
-
readonly required: false;
|
|
1302
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1303
|
-
__epPropKey: true;
|
|
1304
|
-
} & {
|
|
1305
|
-
readonly default: "";
|
|
1306
|
-
};
|
|
1307
|
-
size: {
|
|
1308
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1309
|
-
readonly required: false;
|
|
1310
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1311
|
-
__epPropKey: true;
|
|
1312
|
-
};
|
|
1313
|
-
readonly: BooleanConstructor;
|
|
1314
|
-
disabled: BooleanConstructor;
|
|
1315
|
-
placeholder: {
|
|
1316
|
-
readonly type: import("vue").PropType<string>;
|
|
1317
|
-
readonly required: false;
|
|
1318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1319
|
-
__epPropKey: true;
|
|
1320
|
-
} & {
|
|
1321
|
-
readonly default: "";
|
|
1322
|
-
};
|
|
1323
|
-
popperOptions: {
|
|
1324
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1325
|
-
readonly required: false;
|
|
1326
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1327
|
-
__epPropKey: true;
|
|
1328
|
-
} & {
|
|
1329
|
-
readonly default: () => {};
|
|
1330
|
-
};
|
|
1331
|
-
modelValue: {
|
|
1332
|
-
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
1333
|
-
readonly required: false;
|
|
1334
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1335
|
-
__epPropKey: true;
|
|
1336
|
-
} & {
|
|
1337
|
-
readonly default: "";
|
|
1338
|
-
};
|
|
1339
|
-
rangeSeparator: {
|
|
1340
|
-
readonly type: import("vue").PropType<string>;
|
|
1341
|
-
readonly required: false;
|
|
1342
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1343
|
-
__epPropKey: true;
|
|
1344
|
-
} & {
|
|
1345
|
-
readonly default: "-";
|
|
1346
|
-
};
|
|
1347
|
-
startPlaceholder: StringConstructor;
|
|
1348
|
-
endPlaceholder: StringConstructor;
|
|
1349
|
-
defaultValue: {
|
|
1350
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1351
|
-
readonly required: false;
|
|
1352
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1353
|
-
__epPropKey: true;
|
|
1354
|
-
};
|
|
1355
|
-
defaultTime: {
|
|
1356
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1357
|
-
readonly required: false;
|
|
1358
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1359
|
-
__epPropKey: true;
|
|
1360
|
-
};
|
|
1361
|
-
}>> & {
|
|
1362
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1363
|
-
}, () => JSX.Element, {}, {}, {}, {
|
|
1364
|
-
disabled: boolean;
|
|
1365
|
-
type: string;
|
|
1366
|
-
placeholder: string;
|
|
1367
|
-
modelValue: import("element-plus").ModelValueType;
|
|
1368
|
-
placement: import("element-plus").Placement;
|
|
1369
|
-
tabindex: string | number;
|
|
1370
|
-
valueOnClear: string | number | boolean | Function;
|
|
1371
|
-
readonly: boolean;
|
|
1372
|
-
prefixIcon: unknown;
|
|
1373
|
-
validateEvent: boolean;
|
|
1374
|
-
clearable: boolean;
|
|
1375
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1376
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1377
|
-
editable: boolean;
|
|
1378
|
-
rangeSeparator: string;
|
|
1379
|
-
shortcuts: unknown[];
|
|
1380
|
-
showNow: boolean;
|
|
1381
|
-
showConfirm: boolean;
|
|
1382
|
-
showFooter: boolean;
|
|
1383
|
-
showWeekNumber: boolean;
|
|
1384
|
-
arrowControl: boolean;
|
|
1385
|
-
unlinkPanels: boolean;
|
|
1386
|
-
isRange: boolean;
|
|
1387
|
-
}>;
|
|
1388
|
-
__isFragment?: never;
|
|
1389
|
-
__isTeleport?: never;
|
|
1390
|
-
__isSuspense?: never;
|
|
1391
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1392
|
-
isRange: BooleanConstructor;
|
|
1393
|
-
showNow: {
|
|
1394
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1395
|
-
readonly required: false;
|
|
1396
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1397
|
-
__epPropKey: true;
|
|
1398
|
-
} & {
|
|
1399
|
-
readonly default: true;
|
|
1400
|
-
};
|
|
1401
|
-
showConfirm: {
|
|
1402
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1403
|
-
readonly required: false;
|
|
1404
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1405
|
-
__epPropKey: true;
|
|
1406
|
-
} & {
|
|
1407
|
-
readonly default: true;
|
|
1408
|
-
};
|
|
1409
|
-
showFooter: {
|
|
1410
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1411
|
-
readonly required: false;
|
|
1412
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1413
|
-
__epPropKey: true;
|
|
1414
|
-
} & {
|
|
1415
|
-
readonly default: true;
|
|
1416
|
-
};
|
|
1417
|
-
showWeekNumber: BooleanConstructor;
|
|
1418
|
-
ariaLabel: StringConstructor;
|
|
1419
|
-
emptyValues: ArrayConstructor;
|
|
1420
|
-
valueOnClear: {
|
|
1421
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
1422
|
-
readonly required: false;
|
|
1423
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1424
|
-
__epPropKey: true;
|
|
1425
|
-
} & {
|
|
1426
|
-
readonly default: undefined;
|
|
1427
|
-
};
|
|
1428
|
-
disabledDate: {
|
|
1429
|
-
readonly type: import("vue").PropType<Function>;
|
|
1430
|
-
readonly required: false;
|
|
1431
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1432
|
-
__epPropKey: true;
|
|
1433
|
-
};
|
|
1434
|
-
cellClassName: {
|
|
1435
|
-
readonly type: import("vue").PropType<Function>;
|
|
1436
|
-
readonly required: false;
|
|
1437
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1438
|
-
__epPropKey: true;
|
|
1439
|
-
};
|
|
1440
|
-
shortcuts: {
|
|
1441
|
-
readonly type: import("vue").PropType<unknown[]>;
|
|
1442
|
-
readonly required: false;
|
|
1443
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1444
|
-
__epPropKey: true;
|
|
1445
|
-
} & {
|
|
1446
|
-
readonly default: () => never[];
|
|
1447
|
-
};
|
|
1448
|
-
arrowControl: BooleanConstructor;
|
|
1449
|
-
tabindex: {
|
|
1450
|
-
readonly type: import("vue").PropType<string | number>;
|
|
1451
|
-
readonly required: false;
|
|
1452
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1453
|
-
__epPropKey: true;
|
|
1454
|
-
} & {
|
|
1455
|
-
readonly default: 0;
|
|
1456
|
-
};
|
|
1457
|
-
validateEvent: {
|
|
1458
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1459
|
-
readonly required: false;
|
|
1460
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1461
|
-
__epPropKey: true;
|
|
1462
|
-
} & {
|
|
1463
|
-
readonly default: true;
|
|
1464
|
-
};
|
|
1465
|
-
unlinkPanels: BooleanConstructor;
|
|
1466
|
-
placement: {
|
|
1467
|
-
readonly type: import("vue").PropType<import("element-plus").Placement>;
|
|
1468
|
-
readonly required: false;
|
|
1469
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1470
|
-
__epPropKey: true;
|
|
1471
|
-
} & {
|
|
1472
|
-
readonly default: "bottom";
|
|
1473
|
-
};
|
|
1474
|
-
fallbackPlacements: {
|
|
1475
|
-
readonly type: import("vue").PropType<import("element-plus").Placement[]>;
|
|
1476
|
-
readonly required: false;
|
|
1477
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1478
|
-
__epPropKey: true;
|
|
1479
|
-
} & {
|
|
1480
|
-
readonly default: readonly ["bottom", "top", "right", "left"];
|
|
1481
|
-
};
|
|
1482
|
-
disabledHours: {
|
|
1483
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
1484
|
-
readonly required: false;
|
|
1485
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1486
|
-
__epPropKey: true;
|
|
1487
|
-
};
|
|
1488
|
-
disabledMinutes: {
|
|
1489
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
1490
|
-
readonly required: false;
|
|
1491
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1492
|
-
__epPropKey: true;
|
|
1493
|
-
};
|
|
1494
|
-
disabledSeconds: {
|
|
1495
|
-
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
1496
|
-
readonly required: false;
|
|
1497
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1498
|
-
__epPropKey: true;
|
|
1499
|
-
};
|
|
1500
|
-
id: {
|
|
1501
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
1502
|
-
readonly required: false;
|
|
1503
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1504
|
-
__epPropKey: true;
|
|
1505
|
-
};
|
|
1506
|
-
name: {
|
|
1507
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
1508
|
-
readonly required: false;
|
|
1509
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1510
|
-
__epPropKey: true;
|
|
1511
|
-
};
|
|
1512
|
-
popperClass: {
|
|
1513
|
-
readonly type: import("vue").PropType<string | {
|
|
1514
|
-
[x: string]: boolean;
|
|
1515
|
-
} | (string | {
|
|
1516
|
-
[x: string]: boolean;
|
|
1517
|
-
} | (string | {
|
|
1518
|
-
[x: string]: boolean;
|
|
1519
|
-
} | (string | {
|
|
1520
|
-
[x: string]: boolean;
|
|
1521
|
-
} | (string | {
|
|
1522
|
-
[x: string]: boolean;
|
|
1523
|
-
} | (string | {
|
|
1524
|
-
[x: string]: boolean;
|
|
1525
|
-
} | (string | {
|
|
1526
|
-
[x: string]: boolean;
|
|
1527
|
-
} | (string | {
|
|
1528
|
-
[x: string]: boolean;
|
|
1529
|
-
} | (string | {
|
|
1530
|
-
[x: string]: boolean;
|
|
1531
|
-
} | (string | {
|
|
1532
|
-
[x: string]: boolean;
|
|
1533
|
-
} | (string | any[] | {
|
|
1534
|
-
[x: string]: boolean;
|
|
1535
|
-
})[])[])[])[])[])[])[])[])[])[]>;
|
|
1536
|
-
readonly required: false;
|
|
1537
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1538
|
-
__epPropKey: true;
|
|
1539
|
-
};
|
|
1540
|
-
popperStyle: {
|
|
1541
|
-
readonly type: import("vue").PropType<import("vue").StyleValue>;
|
|
1542
|
-
readonly required: false;
|
|
1543
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1544
|
-
__epPropKey: true;
|
|
1545
|
-
};
|
|
1546
|
-
format: StringConstructor;
|
|
1547
|
-
valueFormat: StringConstructor;
|
|
1548
|
-
dateFormat: StringConstructor;
|
|
1549
|
-
timeFormat: StringConstructor;
|
|
1550
|
-
type: {
|
|
1551
|
-
readonly type: import("vue").PropType<string>;
|
|
1552
|
-
readonly required: false;
|
|
1553
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1554
|
-
__epPropKey: true;
|
|
1555
|
-
} & {
|
|
1556
|
-
readonly default: "";
|
|
1557
|
-
};
|
|
1558
|
-
clearable: {
|
|
1559
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1560
|
-
readonly required: false;
|
|
1561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1562
|
-
__epPropKey: true;
|
|
1563
|
-
} & {
|
|
1564
|
-
readonly default: true;
|
|
1565
|
-
};
|
|
1566
|
-
clearIcon: {
|
|
1567
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1568
|
-
readonly required: false;
|
|
1569
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1570
|
-
__epPropKey: true;
|
|
1571
|
-
};
|
|
1572
|
-
editable: {
|
|
1573
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1574
|
-
readonly required: false;
|
|
1575
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1576
|
-
__epPropKey: true;
|
|
1577
|
-
} & {
|
|
1578
|
-
readonly default: true;
|
|
1579
|
-
};
|
|
1580
|
-
prefixIcon: {
|
|
1581
|
-
readonly type: import("vue").PropType<unknown>;
|
|
1582
|
-
readonly required: false;
|
|
1583
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1584
|
-
__epPropKey: true;
|
|
1585
|
-
} & {
|
|
1586
|
-
readonly default: "";
|
|
1587
|
-
};
|
|
1588
|
-
size: {
|
|
1589
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1590
|
-
readonly required: false;
|
|
1591
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1592
|
-
__epPropKey: true;
|
|
1593
|
-
};
|
|
1594
|
-
readonly: BooleanConstructor;
|
|
1595
|
-
disabled: BooleanConstructor;
|
|
1596
|
-
placeholder: {
|
|
1597
|
-
readonly type: import("vue").PropType<string>;
|
|
1598
|
-
readonly required: false;
|
|
1599
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1600
|
-
__epPropKey: true;
|
|
1601
|
-
} & {
|
|
1602
|
-
readonly default: "";
|
|
1603
|
-
};
|
|
1604
|
-
popperOptions: {
|
|
1605
|
-
readonly type: import("vue").PropType<Partial<import("element-plus").Options>>;
|
|
1606
|
-
readonly required: false;
|
|
1607
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1608
|
-
__epPropKey: true;
|
|
1609
|
-
} & {
|
|
1610
|
-
readonly default: () => {};
|
|
1611
|
-
};
|
|
1612
|
-
modelValue: {
|
|
1613
|
-
readonly type: import("vue").PropType<import("element-plus").ModelValueType>;
|
|
1614
|
-
readonly required: false;
|
|
1615
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1616
|
-
__epPropKey: true;
|
|
1617
|
-
} & {
|
|
1618
|
-
readonly default: "";
|
|
1619
|
-
};
|
|
1620
|
-
rangeSeparator: {
|
|
1621
|
-
readonly type: import("vue").PropType<string>;
|
|
1622
|
-
readonly required: false;
|
|
1623
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1624
|
-
__epPropKey: true;
|
|
1625
|
-
} & {
|
|
1626
|
-
readonly default: "-";
|
|
1627
|
-
};
|
|
1628
|
-
startPlaceholder: StringConstructor;
|
|
1629
|
-
endPlaceholder: StringConstructor;
|
|
1630
|
-
defaultValue: {
|
|
1631
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1632
|
-
readonly required: false;
|
|
1633
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1634
|
-
__epPropKey: true;
|
|
1635
|
-
};
|
|
1636
|
-
defaultTime: {
|
|
1637
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
1638
|
-
readonly required: false;
|
|
1639
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1640
|
-
__epPropKey: true;
|
|
1641
|
-
};
|
|
1642
|
-
}>> & {
|
|
1643
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1644
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", {
|
|
1645
|
-
disabled: boolean;
|
|
1646
|
-
type: string;
|
|
1647
|
-
placeholder: string;
|
|
1648
|
-
modelValue: import("element-plus").ModelValueType;
|
|
1649
|
-
placement: import("element-plus").Placement;
|
|
1650
|
-
tabindex: string | number;
|
|
1651
|
-
valueOnClear: string | number | boolean | Function;
|
|
1652
|
-
readonly: boolean;
|
|
1653
|
-
prefixIcon: unknown;
|
|
1654
|
-
validateEvent: boolean;
|
|
1655
|
-
clearable: boolean;
|
|
1656
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
1657
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
1658
|
-
editable: boolean;
|
|
1659
|
-
rangeSeparator: string;
|
|
1660
|
-
shortcuts: unknown[];
|
|
1661
|
-
showNow: boolean;
|
|
1662
|
-
showConfirm: boolean;
|
|
1663
|
-
showFooter: boolean;
|
|
1664
|
-
showWeekNumber: boolean;
|
|
1665
|
-
arrowControl: boolean;
|
|
1666
|
-
unlinkPanels: boolean;
|
|
1667
|
-
isRange: boolean;
|
|
1668
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
|
|
1669
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
564
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1670
565
|
export default _default;
|