@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,4 +1,5 @@
|
|
|
1
1
|
import { WritableComputedRef } from 'vue';
|
|
2
|
+
import { FormItemRule } from 'element-plus';
|
|
2
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
4
|
type: {
|
|
4
5
|
type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange">;
|
|
@@ -6,11 +7,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
6
7
|
};
|
|
7
8
|
endPlaceholder: {
|
|
8
9
|
type: StringConstructor;
|
|
9
|
-
default:
|
|
10
|
+
default: undefined;
|
|
10
11
|
};
|
|
11
12
|
startPlaceholder: {
|
|
12
13
|
type: StringConstructor;
|
|
13
|
-
default:
|
|
14
|
+
default: undefined;
|
|
14
15
|
};
|
|
15
16
|
startValue: {
|
|
16
17
|
type: StringConstructor;
|
|
@@ -31,19 +32,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
32
|
default: string;
|
|
32
33
|
};
|
|
33
34
|
selectOptions: {
|
|
34
|
-
type: import("vue").PropType<import("./types").SelectMedia[]>;
|
|
35
|
-
default: () =>
|
|
36
|
-
};
|
|
37
|
-
required: {
|
|
38
|
-
readonly type: import("vue").PropType<boolean>;
|
|
39
|
-
readonly required: false;
|
|
40
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
41
|
-
__epPropKey: true;
|
|
42
|
-
} & {
|
|
43
|
-
readonly default: undefined;
|
|
35
|
+
type: import("vue").PropType<import("./types.ts").SelectMedia[]>;
|
|
36
|
+
default: () => never[];
|
|
44
37
|
};
|
|
38
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
45
39
|
size: {
|
|
46
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
40
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
47
41
|
readonly required: false;
|
|
48
42
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
43
|
__epPropKey: true;
|
|
@@ -53,8 +47,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
53
47
|
default: "default" | "small" | "large";
|
|
54
48
|
};
|
|
55
49
|
formItemSlots: {
|
|
56
|
-
type: import("vue").PropType<import("
|
|
57
|
-
default:
|
|
50
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
51
|
+
default: undefined;
|
|
58
52
|
};
|
|
59
53
|
elRef: {
|
|
60
54
|
type: import("vue").PropType<any>;
|
|
@@ -66,79 +60,72 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
66
60
|
};
|
|
67
61
|
readonly: {
|
|
68
62
|
type: BooleanConstructor;
|
|
69
|
-
default:
|
|
63
|
+
default: undefined;
|
|
70
64
|
};
|
|
71
65
|
formItemTip: {
|
|
72
66
|
type: StringConstructor;
|
|
73
|
-
default:
|
|
67
|
+
default: undefined;
|
|
74
68
|
};
|
|
75
|
-
formItemTipClass:
|
|
69
|
+
formItemTipClass: null;
|
|
76
70
|
labelTip: {
|
|
77
71
|
type: StringConstructor;
|
|
78
|
-
default:
|
|
72
|
+
default: undefined;
|
|
79
73
|
};
|
|
80
74
|
information: {
|
|
81
75
|
type: BooleanConstructor;
|
|
82
76
|
default: boolean;
|
|
83
77
|
};
|
|
84
|
-
defaultModelValue:
|
|
78
|
+
defaultModelValue: null;
|
|
85
79
|
label: StringConstructor;
|
|
86
80
|
labelWidth: {
|
|
87
|
-
readonly type: import("vue").PropType<
|
|
81
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
88
82
|
readonly required: false;
|
|
89
83
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
90
84
|
__epPropKey: true;
|
|
91
|
-
} & {
|
|
92
|
-
readonly default: "";
|
|
93
|
-
};
|
|
94
|
-
labelPosition: {
|
|
95
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
96
|
-
readonly required: false;
|
|
97
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
98
|
-
__epPropKey: true;
|
|
99
|
-
} & {
|
|
100
|
-
readonly default: "";
|
|
101
85
|
};
|
|
86
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
102
87
|
rules: {
|
|
103
|
-
readonly type: import("vue").PropType<unknown
|
|
88
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | ((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | null)[], unknown, unknown>>;
|
|
104
89
|
readonly required: false;
|
|
105
90
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
106
91
|
__epPropKey: true;
|
|
107
92
|
};
|
|
108
93
|
error: StringConstructor;
|
|
109
94
|
validateStatus: {
|
|
110
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
95
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
111
96
|
readonly required: false;
|
|
112
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
113
98
|
__epPropKey: true;
|
|
114
99
|
};
|
|
115
100
|
for: StringConstructor;
|
|
116
|
-
inlineMessage:
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
readonly default: "";
|
|
123
|
-
};
|
|
124
|
-
showMessage: {
|
|
125
|
-
readonly type: import("vue").PropType<boolean>;
|
|
101
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
102
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
103
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
104
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
105
|
+
id: {
|
|
106
|
+
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>>;
|
|
126
107
|
readonly required: false;
|
|
127
108
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
128
109
|
__epPropKey: true;
|
|
129
|
-
} & {
|
|
130
|
-
readonly default: true;
|
|
131
110
|
};
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
111
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
112
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
113
|
+
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>;
|
|
114
|
+
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>;
|
|
115
|
+
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>;
|
|
116
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
|
+
ariaLabel: StringConstructor;
|
|
118
|
+
name: {
|
|
119
|
+
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>>;
|
|
135
120
|
readonly required: false;
|
|
136
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
137
122
|
__epPropKey: true;
|
|
138
123
|
};
|
|
139
|
-
|
|
124
|
+
emptyValues: ArrayConstructor;
|
|
125
|
+
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>;
|
|
126
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
140
127
|
popperClass: {
|
|
141
|
-
readonly type: import("vue").PropType<string | {
|
|
128
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
142
129
|
[x: string]: boolean;
|
|
143
130
|
} | (string | {
|
|
144
131
|
[x: string]: boolean;
|
|
@@ -160,132 +147,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
147
|
[x: string]: boolean;
|
|
161
148
|
} | (string | any[] | {
|
|
162
149
|
[x: string]: boolean;
|
|
163
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
__epPropKey: true;
|
|
231
|
-
};
|
|
232
|
-
prefixIcon: {
|
|
233
|
-
readonly type: import("vue").PropType<unknown>;
|
|
234
|
-
readonly required: false;
|
|
235
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
236
|
-
__epPropKey: true;
|
|
237
|
-
} & {
|
|
238
|
-
readonly default: "";
|
|
239
|
-
};
|
|
240
|
-
tabindex: {
|
|
241
|
-
readonly type: import("vue").PropType<string | number>;
|
|
242
|
-
readonly required: false;
|
|
243
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
244
|
-
__epPropKey: true;
|
|
245
|
-
} & {
|
|
246
|
-
readonly default: 0;
|
|
247
|
-
};
|
|
248
|
-
validateEvent: {
|
|
249
|
-
readonly type: import("vue").PropType<boolean>;
|
|
250
|
-
readonly required: false;
|
|
251
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
252
|
-
__epPropKey: true;
|
|
253
|
-
} & {
|
|
254
|
-
readonly default: true;
|
|
255
|
-
};
|
|
256
|
-
emptyValues: ArrayConstructor;
|
|
257
|
-
valueOnClear: {
|
|
258
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
259
|
-
readonly required: false;
|
|
260
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
|
-
__epPropKey: true;
|
|
262
|
-
} & {
|
|
263
|
-
readonly default: undefined;
|
|
264
|
-
};
|
|
265
|
-
showNow: {
|
|
266
|
-
readonly type: import("vue").PropType<boolean>;
|
|
267
|
-
readonly required: false;
|
|
268
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
269
|
-
__epPropKey: true;
|
|
270
|
-
} & {
|
|
271
|
-
readonly default: true;
|
|
272
|
-
};
|
|
273
|
-
showConfirm: {
|
|
274
|
-
readonly type: import("vue").PropType<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 | {
|
|
169
|
+
[x: string]: boolean;
|
|
170
|
+
} | (string | any[] | {
|
|
171
|
+
[x: string]: boolean;
|
|
172
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => 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 | {
|
|
191
|
+
[x: string]: boolean;
|
|
192
|
+
} | (string | any[] | {
|
|
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 | {
|
|
213
|
+
[x: string]: boolean;
|
|
214
|
+
} | (string | any[] | {
|
|
215
|
+
[x: string]: boolean;
|
|
216
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
275
217
|
readonly required: false;
|
|
276
218
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
219
|
__epPropKey: true;
|
|
278
|
-
} & {
|
|
279
|
-
readonly default: true;
|
|
280
220
|
};
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
readonly default: true;
|
|
221
|
+
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>;
|
|
222
|
+
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>;
|
|
223
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
224
|
+
datePickerSlots: {
|
|
225
|
+
type: import("vue").PropType<import("../../date-picker/src/types.ts").DatePickerSlots>;
|
|
226
|
+
default: undefined;
|
|
288
227
|
};
|
|
228
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
229
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
230
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
289
231
|
showWeekNumber: BooleanConstructor;
|
|
290
232
|
disabledDate: {
|
|
291
233
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -293,16 +235,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
293
235
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
236
|
__epPropKey: true;
|
|
295
237
|
};
|
|
296
|
-
|
|
297
|
-
readonly type: import("vue").PropType<
|
|
238
|
+
cellClassName: {
|
|
239
|
+
readonly type: import("vue").PropType<Function>;
|
|
298
240
|
readonly required: false;
|
|
299
241
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
300
242
|
__epPropKey: true;
|
|
301
|
-
} & {
|
|
302
|
-
readonly default: () => never[];
|
|
303
243
|
};
|
|
244
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
304
245
|
arrowControl: BooleanConstructor;
|
|
305
246
|
unlinkPanels: BooleanConstructor;
|
|
247
|
+
singlePanel: BooleanConstructor;
|
|
306
248
|
disabledHours: {
|
|
307
249
|
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
308
250
|
readonly required: false;
|
|
@@ -324,39 +266,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
324
266
|
format: StringConstructor;
|
|
325
267
|
dateFormat: StringConstructor;
|
|
326
268
|
timeFormat: StringConstructor;
|
|
327
|
-
editable:
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
331
|
-
__epPropKey: true;
|
|
332
|
-
} & {
|
|
333
|
-
readonly default: true;
|
|
334
|
-
};
|
|
335
|
-
rangeSeparator: {
|
|
336
|
-
readonly type: import("vue").PropType<string>;
|
|
337
|
-
readonly required: false;
|
|
338
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
339
|
-
__epPropKey: true;
|
|
340
|
-
} & {
|
|
341
|
-
readonly default: "-";
|
|
342
|
-
};
|
|
269
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
270
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
271
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
343
272
|
defaultValue: {
|
|
344
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
273
|
+
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>>;
|
|
345
274
|
readonly required: false;
|
|
346
275
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
347
276
|
__epPropKey: true;
|
|
348
277
|
};
|
|
349
278
|
defaultTime: {
|
|
350
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
279
|
+
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>>;
|
|
351
280
|
readonly required: false;
|
|
352
281
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
353
282
|
__epPropKey: true;
|
|
354
283
|
};
|
|
355
284
|
isRange: BooleanConstructor;
|
|
356
|
-
datePickerSlots: {
|
|
357
|
-
type: import("vue").PropType<import("@vunk/form/components/date-picker/src/types").DatePickerSlots>;
|
|
358
|
-
default: any;
|
|
359
|
-
};
|
|
360
285
|
}>, {
|
|
361
286
|
coreProps: import("vue").ComputedRef<{
|
|
362
287
|
startPlaceholder: string;
|
|
@@ -364,26 +289,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
364
289
|
}>;
|
|
365
290
|
coreEmits: {
|
|
366
291
|
focus: (...e: any[]) => void;
|
|
367
|
-
change: (...e: any[]) => void;
|
|
368
292
|
blur: (...e: any[]) => void;
|
|
293
|
+
change: (...e: any[]) => void;
|
|
369
294
|
keydown: (...e: any[]) => void;
|
|
370
295
|
"visible-change": (...e: any[]) => void;
|
|
371
296
|
"calendar-change": (...e: any[]) => void;
|
|
372
297
|
"panel-change": (...e: any[]) => void;
|
|
373
298
|
};
|
|
374
299
|
modelValue: WritableComputedRef<[string, string], [string, string]>;
|
|
375
|
-
rulesProp: import("vue").ComputedRef<
|
|
300
|
+
rulesProp: import("vue").ComputedRef<FormItemRule[]>;
|
|
376
301
|
prop: import("vue").ComputedRef<string>;
|
|
377
302
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
378
|
-
'update:startValue':
|
|
379
|
-
'update:endValue':
|
|
380
|
-
focus:
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
keydown:
|
|
384
|
-
"visible-change":
|
|
385
|
-
"calendar-change":
|
|
386
|
-
"panel-change":
|
|
303
|
+
'update:startValue': null;
|
|
304
|
+
'update:endValue': null;
|
|
305
|
+
focus: null;
|
|
306
|
+
blur: null;
|
|
307
|
+
change: null;
|
|
308
|
+
keydown: null;
|
|
309
|
+
"visible-change": null;
|
|
310
|
+
"calendar-change": null;
|
|
311
|
+
"panel-change": null;
|
|
387
312
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
388
313
|
type: {
|
|
389
314
|
type: import("vue").PropType<"datetimerange" | "daterange" | "monthrange">;
|
|
@@ -391,11 +316,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
391
316
|
};
|
|
392
317
|
endPlaceholder: {
|
|
393
318
|
type: StringConstructor;
|
|
394
|
-
default:
|
|
319
|
+
default: undefined;
|
|
395
320
|
};
|
|
396
321
|
startPlaceholder: {
|
|
397
322
|
type: StringConstructor;
|
|
398
|
-
default:
|
|
323
|
+
default: undefined;
|
|
399
324
|
};
|
|
400
325
|
startValue: {
|
|
401
326
|
type: StringConstructor;
|
|
@@ -416,19 +341,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
416
341
|
default: string;
|
|
417
342
|
};
|
|
418
343
|
selectOptions: {
|
|
419
|
-
type: import("vue").PropType<import("./types").SelectMedia[]>;
|
|
420
|
-
default: () =>
|
|
421
|
-
};
|
|
422
|
-
required: {
|
|
423
|
-
readonly type: import("vue").PropType<boolean>;
|
|
424
|
-
readonly required: false;
|
|
425
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
426
|
-
__epPropKey: true;
|
|
427
|
-
} & {
|
|
428
|
-
readonly default: undefined;
|
|
344
|
+
type: import("vue").PropType<import("./types.ts").SelectMedia[]>;
|
|
345
|
+
default: () => never[];
|
|
429
346
|
};
|
|
347
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
430
348
|
size: {
|
|
431
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
349
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
432
350
|
readonly required: false;
|
|
433
351
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
434
352
|
__epPropKey: true;
|
|
@@ -438,8 +356,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
438
356
|
default: "default" | "small" | "large";
|
|
439
357
|
};
|
|
440
358
|
formItemSlots: {
|
|
441
|
-
type: import("vue").PropType<import("
|
|
442
|
-
default:
|
|
359
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
360
|
+
default: undefined;
|
|
443
361
|
};
|
|
444
362
|
elRef: {
|
|
445
363
|
type: import("vue").PropType<any>;
|
|
@@ -451,79 +369,72 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
451
369
|
};
|
|
452
370
|
readonly: {
|
|
453
371
|
type: BooleanConstructor;
|
|
454
|
-
default:
|
|
372
|
+
default: undefined;
|
|
455
373
|
};
|
|
456
374
|
formItemTip: {
|
|
457
375
|
type: StringConstructor;
|
|
458
|
-
default:
|
|
376
|
+
default: undefined;
|
|
459
377
|
};
|
|
460
|
-
formItemTipClass:
|
|
378
|
+
formItemTipClass: null;
|
|
461
379
|
labelTip: {
|
|
462
380
|
type: StringConstructor;
|
|
463
|
-
default:
|
|
381
|
+
default: undefined;
|
|
464
382
|
};
|
|
465
383
|
information: {
|
|
466
384
|
type: BooleanConstructor;
|
|
467
385
|
default: boolean;
|
|
468
386
|
};
|
|
469
|
-
defaultModelValue:
|
|
387
|
+
defaultModelValue: null;
|
|
470
388
|
label: StringConstructor;
|
|
471
389
|
labelWidth: {
|
|
472
|
-
readonly type: import("vue").PropType<
|
|
473
|
-
readonly required: false;
|
|
474
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
475
|
-
__epPropKey: true;
|
|
476
|
-
} & {
|
|
477
|
-
readonly default: "";
|
|
478
|
-
};
|
|
479
|
-
labelPosition: {
|
|
480
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
390
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
481
391
|
readonly required: false;
|
|
482
392
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
393
|
__epPropKey: true;
|
|
484
|
-
} & {
|
|
485
|
-
readonly default: "";
|
|
486
394
|
};
|
|
395
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
487
396
|
rules: {
|
|
488
|
-
readonly type: import("vue").PropType<unknown
|
|
397
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | ((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | null)[], unknown, unknown>>;
|
|
489
398
|
readonly required: false;
|
|
490
399
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
491
400
|
__epPropKey: true;
|
|
492
401
|
};
|
|
493
402
|
error: StringConstructor;
|
|
494
403
|
validateStatus: {
|
|
495
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
404
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
496
405
|
readonly required: false;
|
|
497
406
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
498
407
|
__epPropKey: true;
|
|
499
408
|
};
|
|
500
409
|
for: StringConstructor;
|
|
501
|
-
inlineMessage:
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
readonly default: "";
|
|
508
|
-
};
|
|
509
|
-
showMessage: {
|
|
510
|
-
readonly type: import("vue").PropType<boolean>;
|
|
410
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
411
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
412
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
413
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
414
|
+
id: {
|
|
415
|
+
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>>;
|
|
511
416
|
readonly required: false;
|
|
512
417
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
513
418
|
__epPropKey: true;
|
|
514
|
-
} & {
|
|
515
|
-
readonly default: true;
|
|
516
419
|
};
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
420
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
421
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
422
|
+
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>;
|
|
423
|
+
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>;
|
|
424
|
+
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>;
|
|
425
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
426
|
+
ariaLabel: StringConstructor;
|
|
427
|
+
name: {
|
|
428
|
+
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>>;
|
|
520
429
|
readonly required: false;
|
|
521
430
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
522
431
|
__epPropKey: true;
|
|
523
432
|
};
|
|
524
|
-
|
|
433
|
+
emptyValues: ArrayConstructor;
|
|
434
|
+
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>;
|
|
435
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
525
436
|
popperClass: {
|
|
526
|
-
readonly type: import("vue").PropType<string | {
|
|
437
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
527
438
|
[x: string]: boolean;
|
|
528
439
|
} | (string | {
|
|
529
440
|
[x: string]: boolean;
|
|
@@ -545,132 +456,87 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
545
456
|
[x: string]: boolean;
|
|
546
457
|
} | (string | any[] | {
|
|
547
458
|
[x: string]: boolean;
|
|
548
|
-
})[])[])[])[])[])[])[])[])[])[]
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
__epPropKey: true;
|
|
616
|
-
};
|
|
617
|
-
prefixIcon: {
|
|
618
|
-
readonly type: import("vue").PropType<unknown>;
|
|
619
|
-
readonly required: false;
|
|
620
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
|
-
__epPropKey: true;
|
|
622
|
-
} & {
|
|
623
|
-
readonly default: "";
|
|
624
|
-
};
|
|
625
|
-
tabindex: {
|
|
626
|
-
readonly type: import("vue").PropType<string | number>;
|
|
627
|
-
readonly required: false;
|
|
628
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
-
__epPropKey: true;
|
|
630
|
-
} & {
|
|
631
|
-
readonly default: 0;
|
|
632
|
-
};
|
|
633
|
-
validateEvent: {
|
|
634
|
-
readonly type: import("vue").PropType<boolean>;
|
|
635
|
-
readonly required: false;
|
|
636
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
-
__epPropKey: true;
|
|
638
|
-
} & {
|
|
639
|
-
readonly default: true;
|
|
640
|
-
};
|
|
641
|
-
emptyValues: ArrayConstructor;
|
|
642
|
-
valueOnClear: {
|
|
643
|
-
readonly type: import("vue").PropType<string | number | boolean | Function>;
|
|
644
|
-
readonly required: false;
|
|
645
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
646
|
-
__epPropKey: true;
|
|
647
|
-
} & {
|
|
648
|
-
readonly default: undefined;
|
|
649
|
-
};
|
|
650
|
-
showNow: {
|
|
651
|
-
readonly type: import("vue").PropType<boolean>;
|
|
652
|
-
readonly required: false;
|
|
653
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
654
|
-
__epPropKey: true;
|
|
655
|
-
} & {
|
|
656
|
-
readonly default: true;
|
|
657
|
-
};
|
|
658
|
-
showConfirm: {
|
|
659
|
-
readonly type: import("vue").PropType<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 | {
|
|
474
|
+
[x: string]: boolean;
|
|
475
|
+
} | (string | {
|
|
476
|
+
[x: string]: boolean;
|
|
477
|
+
} | (string | {
|
|
478
|
+
[x: string]: boolean;
|
|
479
|
+
} | (string | any[] | {
|
|
480
|
+
[x: string]: boolean;
|
|
481
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
482
|
+
[x: string]: boolean;
|
|
483
|
+
} | (string | {
|
|
484
|
+
[x: string]: boolean;
|
|
485
|
+
} | (string | {
|
|
486
|
+
[x: string]: boolean;
|
|
487
|
+
} | (string | {
|
|
488
|
+
[x: string]: boolean;
|
|
489
|
+
} | (string | {
|
|
490
|
+
[x: string]: boolean;
|
|
491
|
+
} | (string | {
|
|
492
|
+
[x: string]: boolean;
|
|
493
|
+
} | (string | {
|
|
494
|
+
[x: string]: boolean;
|
|
495
|
+
} | (string | {
|
|
496
|
+
[x: string]: boolean;
|
|
497
|
+
} | (string | {
|
|
498
|
+
[x: string]: boolean;
|
|
499
|
+
} | (string | {
|
|
500
|
+
[x: string]: boolean;
|
|
501
|
+
} | (string | any[] | {
|
|
502
|
+
[x: string]: boolean;
|
|
503
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
504
|
+
[x: string]: boolean;
|
|
505
|
+
} | (string | {
|
|
506
|
+
[x: string]: boolean;
|
|
507
|
+
} | (string | {
|
|
508
|
+
[x: string]: boolean;
|
|
509
|
+
} | (string | {
|
|
510
|
+
[x: string]: boolean;
|
|
511
|
+
} | (string | {
|
|
512
|
+
[x: string]: boolean;
|
|
513
|
+
} | (string | {
|
|
514
|
+
[x: string]: boolean;
|
|
515
|
+
} | (string | {
|
|
516
|
+
[x: string]: boolean;
|
|
517
|
+
} | (string | {
|
|
518
|
+
[x: string]: boolean;
|
|
519
|
+
} | (string | {
|
|
520
|
+
[x: string]: boolean;
|
|
521
|
+
} | (string | {
|
|
522
|
+
[x: string]: boolean;
|
|
523
|
+
} | (string | any[] | {
|
|
524
|
+
[x: string]: boolean;
|
|
525
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
660
526
|
readonly required: false;
|
|
661
527
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
662
528
|
__epPropKey: true;
|
|
663
|
-
} & {
|
|
664
|
-
readonly default: true;
|
|
665
529
|
};
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
readonly default: true;
|
|
530
|
+
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>;
|
|
531
|
+
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>;
|
|
532
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
533
|
+
datePickerSlots: {
|
|
534
|
+
type: import("vue").PropType<import("../../date-picker/src/types.ts").DatePickerSlots>;
|
|
535
|
+
default: undefined;
|
|
673
536
|
};
|
|
537
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
538
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
539
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
674
540
|
showWeekNumber: BooleanConstructor;
|
|
675
541
|
disabledDate: {
|
|
676
542
|
readonly type: import("vue").PropType<Function>;
|
|
@@ -678,16 +544,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
678
544
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
679
545
|
__epPropKey: true;
|
|
680
546
|
};
|
|
681
|
-
|
|
682
|
-
readonly type: import("vue").PropType<
|
|
547
|
+
cellClassName: {
|
|
548
|
+
readonly type: import("vue").PropType<Function>;
|
|
683
549
|
readonly required: false;
|
|
684
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
685
551
|
__epPropKey: true;
|
|
686
|
-
} & {
|
|
687
|
-
readonly default: () => never[];
|
|
688
552
|
};
|
|
553
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
689
554
|
arrowControl: BooleanConstructor;
|
|
690
555
|
unlinkPanels: BooleanConstructor;
|
|
556
|
+
singlePanel: BooleanConstructor;
|
|
691
557
|
disabledHours: {
|
|
692
558
|
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
693
559
|
readonly required: false;
|
|
@@ -709,103 +575,650 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
709
575
|
format: StringConstructor;
|
|
710
576
|
dateFormat: StringConstructor;
|
|
711
577
|
timeFormat: StringConstructor;
|
|
712
|
-
editable:
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
716
|
-
__epPropKey: true;
|
|
717
|
-
} & {
|
|
718
|
-
readonly default: true;
|
|
719
|
-
};
|
|
720
|
-
rangeSeparator: {
|
|
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
|
-
};
|
|
578
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
579
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
580
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
728
581
|
defaultValue: {
|
|
729
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
582
|
+
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>>;
|
|
730
583
|
readonly required: false;
|
|
731
584
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
732
585
|
__epPropKey: true;
|
|
733
586
|
};
|
|
734
587
|
defaultTime: {
|
|
735
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
588
|
+
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>>;
|
|
736
589
|
readonly required: false;
|
|
737
590
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
591
|
__epPropKey: true;
|
|
739
592
|
};
|
|
740
593
|
isRange: BooleanConstructor;
|
|
741
|
-
datePickerSlots: {
|
|
742
|
-
type: import("vue").PropType<import("@vunk/form/components/date-picker/src/types").DatePickerSlots>;
|
|
743
|
-
default: any;
|
|
744
|
-
};
|
|
745
594
|
}>> & Readonly<{
|
|
746
|
-
onFocus?: (...args: any[]
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
onKeydown?: (...args: any[]
|
|
750
|
-
"onVisible-change"?: (...args: any[]
|
|
751
|
-
"onCalendar-change"?: (...args: any[]
|
|
752
|
-
"onPanel-change"?: (...args: any[]
|
|
753
|
-
"onUpdate:startValue"?: (...args: any[]
|
|
754
|
-
"onUpdate:endValue"?: (...args: any[]
|
|
595
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
596
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
597
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
598
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
599
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
600
|
+
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
601
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
602
|
+
"onUpdate:startValue"?: ((...args: any[]) => any) | undefined;
|
|
603
|
+
"onUpdate:endValue"?: ((...args: any[]) => any) | undefined;
|
|
755
604
|
}>, {
|
|
756
605
|
type: "datetimerange" | "daterange" | "monthrange";
|
|
757
|
-
required:
|
|
606
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
758
607
|
formItemSize: "default" | "small" | "large";
|
|
759
|
-
formItemSlots: import("
|
|
608
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
760
609
|
inline: boolean;
|
|
761
610
|
readonly: boolean;
|
|
762
611
|
formItemTip: string;
|
|
763
|
-
formItemTipClass: any;
|
|
764
612
|
labelTip: string;
|
|
765
613
|
information: boolean;
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
disabled: boolean;
|
|
772
|
-
fallbackPlacements: import("element-plus").Placement[];
|
|
773
|
-
placement: import("element-plus").Placement;
|
|
774
|
-
popperOptions: Partial<import("element-plus").Options>;
|
|
775
|
-
clearable: boolean;
|
|
614
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
615
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
616
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
617
|
+
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") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
|
|
618
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
776
619
|
placeholder: string;
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
620
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
621
|
+
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>;
|
|
622
|
+
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>;
|
|
623
|
+
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>;
|
|
624
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
625
|
+
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>;
|
|
626
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
627
|
+
popperStyle: import("vue").StyleValue;
|
|
628
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
629
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
630
|
+
selectOptions: import("./types.ts").SelectMedia[];
|
|
631
|
+
datePickerSlots: import("../../date-picker/src/types.ts").DatePickerSlots;
|
|
632
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
633
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
634
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
784
635
|
showWeekNumber: boolean;
|
|
785
636
|
shortcuts: unknown[];
|
|
786
637
|
arrowControl: boolean;
|
|
787
638
|
unlinkPanels: boolean;
|
|
639
|
+
singlePanel: boolean;
|
|
788
640
|
valueFormat: string;
|
|
789
|
-
editable:
|
|
641
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
642
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
790
643
|
rangeSeparator: string;
|
|
791
644
|
startPlaceholder: string;
|
|
792
645
|
endPlaceholder: string;
|
|
793
646
|
isRange: boolean;
|
|
794
|
-
datePickerSlots: import("@vunk/form/components/date-picker/src/types").DatePickerSlots;
|
|
795
647
|
startValue: string;
|
|
796
648
|
endValue: string;
|
|
797
|
-
selectOptions: import("./types").SelectMedia[];
|
|
798
649
|
}, {}, {
|
|
799
|
-
VkfDatePicker: {
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
650
|
+
VkfDatePicker: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
651
|
+
datePickerSlots: {
|
|
652
|
+
type: import("vue").PropType<import("../../date-picker/src/types.ts").DatePickerSlots>;
|
|
653
|
+
default: undefined;
|
|
654
|
+
};
|
|
655
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
656
|
+
formItemSize: {
|
|
657
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
658
|
+
default: "default" | "small" | "large";
|
|
659
|
+
};
|
|
660
|
+
formItemSlots: {
|
|
661
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
662
|
+
default: undefined;
|
|
663
|
+
};
|
|
664
|
+
elRef: {
|
|
665
|
+
type: import("vue").PropType<any>;
|
|
666
|
+
required: boolean;
|
|
667
|
+
};
|
|
668
|
+
inline: {
|
|
669
|
+
type: BooleanConstructor;
|
|
670
|
+
default: boolean;
|
|
671
|
+
};
|
|
672
|
+
readonly: {
|
|
673
|
+
type: BooleanConstructor;
|
|
674
|
+
default: undefined;
|
|
675
|
+
};
|
|
676
|
+
formItemTip: {
|
|
677
|
+
type: StringConstructor;
|
|
678
|
+
default: undefined;
|
|
679
|
+
};
|
|
680
|
+
formItemTipClass: null;
|
|
681
|
+
labelTip: {
|
|
682
|
+
type: StringConstructor;
|
|
683
|
+
default: undefined;
|
|
684
|
+
};
|
|
685
|
+
information: {
|
|
686
|
+
type: BooleanConstructor;
|
|
687
|
+
default: boolean;
|
|
688
|
+
};
|
|
689
|
+
prop: null;
|
|
690
|
+
defaultModelValue: null;
|
|
691
|
+
label: StringConstructor;
|
|
692
|
+
labelWidth: {
|
|
693
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
694
|
+
readonly required: false;
|
|
695
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
696
|
+
__epPropKey: true;
|
|
697
|
+
};
|
|
698
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
699
|
+
rules: {
|
|
700
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | ((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | null)[], unknown, unknown>>;
|
|
701
|
+
readonly required: false;
|
|
702
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
703
|
+
__epPropKey: true;
|
|
704
|
+
};
|
|
705
|
+
error: StringConstructor;
|
|
706
|
+
validateStatus: {
|
|
707
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
708
|
+
readonly required: false;
|
|
709
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
710
|
+
__epPropKey: true;
|
|
711
|
+
};
|
|
712
|
+
for: StringConstructor;
|
|
713
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
714
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
715
|
+
type: {
|
|
716
|
+
type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
717
|
+
default: string;
|
|
718
|
+
};
|
|
719
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
720
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
721
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
722
|
+
showWeekNumber: BooleanConstructor;
|
|
723
|
+
ariaLabel: StringConstructor;
|
|
724
|
+
emptyValues: ArrayConstructor;
|
|
725
|
+
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>;
|
|
726
|
+
disabledDate: {
|
|
727
|
+
readonly type: import("vue").PropType<Function>;
|
|
728
|
+
readonly required: false;
|
|
729
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
730
|
+
__epPropKey: true;
|
|
731
|
+
};
|
|
732
|
+
cellClassName: {
|
|
733
|
+
readonly type: import("vue").PropType<Function>;
|
|
734
|
+
readonly required: false;
|
|
735
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
736
|
+
__epPropKey: true;
|
|
737
|
+
};
|
|
738
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
739
|
+
arrowControl: BooleanConstructor;
|
|
740
|
+
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>;
|
|
741
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
742
|
+
unlinkPanels: BooleanConstructor;
|
|
743
|
+
singlePanel: BooleanConstructor;
|
|
744
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
745
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
746
|
+
disabledHours: {
|
|
747
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
748
|
+
readonly required: false;
|
|
749
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
750
|
+
__epPropKey: true;
|
|
751
|
+
};
|
|
752
|
+
disabledMinutes: {
|
|
753
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
754
|
+
readonly required: false;
|
|
755
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
756
|
+
__epPropKey: true;
|
|
757
|
+
};
|
|
758
|
+
disabledSeconds: {
|
|
759
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
760
|
+
readonly required: false;
|
|
761
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
762
|
+
__epPropKey: true;
|
|
763
|
+
};
|
|
764
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
765
|
+
id: {
|
|
766
|
+
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>>;
|
|
767
|
+
readonly required: false;
|
|
768
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
769
|
+
__epPropKey: true;
|
|
770
|
+
};
|
|
771
|
+
name: {
|
|
772
|
+
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>>;
|
|
773
|
+
readonly required: false;
|
|
774
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
775
|
+
__epPropKey: true;
|
|
776
|
+
};
|
|
777
|
+
popperClass: {
|
|
778
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
779
|
+
[x: string]: boolean;
|
|
780
|
+
} | (string | {
|
|
781
|
+
[x: string]: boolean;
|
|
782
|
+
} | (string | {
|
|
783
|
+
[x: string]: boolean;
|
|
784
|
+
} | (string | {
|
|
785
|
+
[x: string]: boolean;
|
|
786
|
+
} | (string | {
|
|
787
|
+
[x: string]: boolean;
|
|
788
|
+
} | (string | {
|
|
789
|
+
[x: string]: boolean;
|
|
790
|
+
} | (string | {
|
|
791
|
+
[x: string]: boolean;
|
|
792
|
+
} | (string | {
|
|
793
|
+
[x: string]: boolean;
|
|
794
|
+
} | (string | {
|
|
795
|
+
[x: string]: boolean;
|
|
796
|
+
} | (string | {
|
|
797
|
+
[x: string]: boolean;
|
|
798
|
+
} | (string | any[] | {
|
|
799
|
+
[x: string]: boolean;
|
|
800
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
801
|
+
[x: string]: boolean;
|
|
802
|
+
} | (string | {
|
|
803
|
+
[x: string]: boolean;
|
|
804
|
+
} | (string | {
|
|
805
|
+
[x: string]: boolean;
|
|
806
|
+
} | (string | {
|
|
807
|
+
[x: string]: boolean;
|
|
808
|
+
} | (string | {
|
|
809
|
+
[x: string]: boolean;
|
|
810
|
+
} | (string | {
|
|
811
|
+
[x: string]: boolean;
|
|
812
|
+
} | (string | {
|
|
813
|
+
[x: string]: boolean;
|
|
814
|
+
} | (string | {
|
|
815
|
+
[x: string]: boolean;
|
|
816
|
+
} | (string | {
|
|
817
|
+
[x: string]: boolean;
|
|
818
|
+
} | (string | {
|
|
819
|
+
[x: string]: boolean;
|
|
820
|
+
} | (string | any[] | {
|
|
821
|
+
[x: string]: boolean;
|
|
822
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
823
|
+
[x: string]: boolean;
|
|
824
|
+
} | (string | {
|
|
825
|
+
[x: string]: boolean;
|
|
826
|
+
} | (string | {
|
|
827
|
+
[x: string]: boolean;
|
|
828
|
+
} | (string | {
|
|
829
|
+
[x: string]: boolean;
|
|
830
|
+
} | (string | {
|
|
831
|
+
[x: string]: boolean;
|
|
832
|
+
} | (string | {
|
|
833
|
+
[x: string]: boolean;
|
|
834
|
+
} | (string | {
|
|
835
|
+
[x: string]: boolean;
|
|
836
|
+
} | (string | {
|
|
837
|
+
[x: string]: boolean;
|
|
838
|
+
} | (string | {
|
|
839
|
+
[x: string]: boolean;
|
|
840
|
+
} | (string | {
|
|
841
|
+
[x: string]: boolean;
|
|
842
|
+
} | (string | any[] | {
|
|
843
|
+
[x: string]: boolean;
|
|
844
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
845
|
+
[x: string]: boolean;
|
|
846
|
+
} | (string | {
|
|
847
|
+
[x: string]: boolean;
|
|
848
|
+
} | (string | {
|
|
849
|
+
[x: string]: boolean;
|
|
850
|
+
} | (string | {
|
|
851
|
+
[x: string]: boolean;
|
|
852
|
+
} | (string | {
|
|
853
|
+
[x: string]: boolean;
|
|
854
|
+
} | (string | {
|
|
855
|
+
[x: string]: boolean;
|
|
856
|
+
} | (string | {
|
|
857
|
+
[x: string]: boolean;
|
|
858
|
+
} | (string | {
|
|
859
|
+
[x: string]: boolean;
|
|
860
|
+
} | (string | {
|
|
861
|
+
[x: string]: boolean;
|
|
862
|
+
} | (string | {
|
|
863
|
+
[x: string]: boolean;
|
|
864
|
+
} | (string | any[] | {
|
|
865
|
+
[x: string]: boolean;
|
|
866
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
867
|
+
readonly required: false;
|
|
868
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
869
|
+
__epPropKey: true;
|
|
870
|
+
};
|
|
871
|
+
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>;
|
|
872
|
+
format: StringConstructor;
|
|
873
|
+
valueFormat: StringConstructor;
|
|
874
|
+
dateFormat: StringConstructor;
|
|
875
|
+
timeFormat: StringConstructor;
|
|
876
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
877
|
+
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>;
|
|
878
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
879
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
880
|
+
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>;
|
|
881
|
+
size: {
|
|
882
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
883
|
+
readonly required: false;
|
|
884
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
885
|
+
__epPropKey: true;
|
|
886
|
+
};
|
|
887
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
888
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
889
|
+
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>;
|
|
890
|
+
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>;
|
|
891
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
892
|
+
startPlaceholder: StringConstructor;
|
|
893
|
+
endPlaceholder: StringConstructor;
|
|
894
|
+
defaultValue: {
|
|
895
|
+
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>>;
|
|
896
|
+
readonly required: false;
|
|
897
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
898
|
+
__epPropKey: true;
|
|
899
|
+
};
|
|
900
|
+
defaultTime: {
|
|
901
|
+
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>>;
|
|
902
|
+
readonly required: false;
|
|
903
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
904
|
+
__epPropKey: true;
|
|
905
|
+
};
|
|
906
|
+
isRange: BooleanConstructor;
|
|
907
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
908
|
+
focus: (...args: any[]) => void;
|
|
909
|
+
blur: (...args: any[]) => void;
|
|
910
|
+
"update:modelValue": (...args: any[]) => void;
|
|
911
|
+
change: (...args: any[]) => void;
|
|
912
|
+
keydown: (...args: any[]) => void;
|
|
913
|
+
"visible-change": (...args: any[]) => void;
|
|
914
|
+
"calendar-change": (...args: any[]) => void;
|
|
915
|
+
"panel-change": (...args: any[]) => void;
|
|
916
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
917
|
+
datePickerSlots: {
|
|
918
|
+
type: import("vue").PropType<import("../../date-picker/src/types.ts").DatePickerSlots>;
|
|
919
|
+
default: undefined;
|
|
920
|
+
};
|
|
921
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
922
|
+
formItemSize: {
|
|
923
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
924
|
+
default: "default" | "small" | "large";
|
|
925
|
+
};
|
|
926
|
+
formItemSlots: {
|
|
927
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
928
|
+
default: undefined;
|
|
929
|
+
};
|
|
930
|
+
elRef: {
|
|
931
|
+
type: import("vue").PropType<any>;
|
|
932
|
+
required: boolean;
|
|
933
|
+
};
|
|
934
|
+
inline: {
|
|
935
|
+
type: BooleanConstructor;
|
|
936
|
+
default: boolean;
|
|
937
|
+
};
|
|
938
|
+
readonly: {
|
|
939
|
+
type: BooleanConstructor;
|
|
940
|
+
default: undefined;
|
|
941
|
+
};
|
|
942
|
+
formItemTip: {
|
|
943
|
+
type: StringConstructor;
|
|
944
|
+
default: undefined;
|
|
945
|
+
};
|
|
946
|
+
formItemTipClass: null;
|
|
947
|
+
labelTip: {
|
|
948
|
+
type: StringConstructor;
|
|
949
|
+
default: undefined;
|
|
950
|
+
};
|
|
951
|
+
information: {
|
|
952
|
+
type: BooleanConstructor;
|
|
953
|
+
default: boolean;
|
|
954
|
+
};
|
|
955
|
+
prop: null;
|
|
956
|
+
defaultModelValue: null;
|
|
957
|
+
label: StringConstructor;
|
|
958
|
+
labelWidth: {
|
|
959
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
960
|
+
readonly required: false;
|
|
961
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
962
|
+
__epPropKey: true;
|
|
963
|
+
};
|
|
964
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
965
|
+
rules: {
|
|
966
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | ((new (...args: any[]) => FormItemRule | FormItemRule[]) | (() => import("element-plus/es/utils/typescript.mjs").Arrayable<FormItemRule>) | null)[], unknown, unknown>>;
|
|
967
|
+
readonly required: false;
|
|
968
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
969
|
+
__epPropKey: true;
|
|
970
|
+
};
|
|
971
|
+
error: StringConstructor;
|
|
972
|
+
validateStatus: {
|
|
973
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
974
|
+
readonly required: false;
|
|
975
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
|
+
__epPropKey: true;
|
|
977
|
+
};
|
|
978
|
+
for: StringConstructor;
|
|
979
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
980
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
981
|
+
type: {
|
|
982
|
+
type: import("vue").PropType<"year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange">;
|
|
983
|
+
default: string;
|
|
984
|
+
};
|
|
985
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
986
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
987
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
988
|
+
showWeekNumber: BooleanConstructor;
|
|
989
|
+
ariaLabel: StringConstructor;
|
|
990
|
+
emptyValues: ArrayConstructor;
|
|
991
|
+
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>;
|
|
992
|
+
disabledDate: {
|
|
993
|
+
readonly type: import("vue").PropType<Function>;
|
|
994
|
+
readonly required: false;
|
|
995
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
996
|
+
__epPropKey: true;
|
|
997
|
+
};
|
|
998
|
+
cellClassName: {
|
|
999
|
+
readonly type: import("vue").PropType<Function>;
|
|
1000
|
+
readonly required: false;
|
|
1001
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1002
|
+
__epPropKey: true;
|
|
1003
|
+
};
|
|
1004
|
+
shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
1005
|
+
arrowControl: BooleanConstructor;
|
|
1006
|
+
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>;
|
|
1007
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1008
|
+
unlinkPanels: BooleanConstructor;
|
|
1009
|
+
singlePanel: BooleanConstructor;
|
|
1010
|
+
placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown, "bottom", boolean>;
|
|
1011
|
+
fallbackPlacements: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | null)[], unknown, unknown, readonly ["bottom", "top", "right", "left"], boolean>;
|
|
1012
|
+
disabledHours: {
|
|
1013
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
1014
|
+
readonly required: false;
|
|
1015
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1016
|
+
__epPropKey: true;
|
|
1017
|
+
};
|
|
1018
|
+
disabledMinutes: {
|
|
1019
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
1020
|
+
readonly required: false;
|
|
1021
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1022
|
+
__epPropKey: true;
|
|
1023
|
+
};
|
|
1024
|
+
disabledSeconds: {
|
|
1025
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
1026
|
+
readonly required: false;
|
|
1027
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1028
|
+
__epPropKey: true;
|
|
1029
|
+
};
|
|
1030
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1031
|
+
id: {
|
|
1032
|
+
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>>;
|
|
1033
|
+
readonly required: false;
|
|
1034
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1035
|
+
__epPropKey: true;
|
|
1036
|
+
};
|
|
1037
|
+
name: {
|
|
1038
|
+
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>>;
|
|
1039
|
+
readonly required: false;
|
|
1040
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1041
|
+
__epPropKey: true;
|
|
1042
|
+
};
|
|
1043
|
+
popperClass: {
|
|
1044
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
1045
|
+
[x: string]: boolean;
|
|
1046
|
+
} | (string | {
|
|
1047
|
+
[x: string]: boolean;
|
|
1048
|
+
} | (string | {
|
|
1049
|
+
[x: string]: boolean;
|
|
1050
|
+
} | (string | {
|
|
1051
|
+
[x: string]: boolean;
|
|
1052
|
+
} | (string | {
|
|
1053
|
+
[x: string]: boolean;
|
|
1054
|
+
} | (string | {
|
|
1055
|
+
[x: string]: boolean;
|
|
1056
|
+
} | (string | {
|
|
1057
|
+
[x: string]: boolean;
|
|
1058
|
+
} | (string | {
|
|
1059
|
+
[x: string]: boolean;
|
|
1060
|
+
} | (string | {
|
|
1061
|
+
[x: string]: boolean;
|
|
1062
|
+
} | (string | {
|
|
1063
|
+
[x: string]: boolean;
|
|
1064
|
+
} | (string | any[] | {
|
|
1065
|
+
[x: string]: boolean;
|
|
1066
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1067
|
+
[x: string]: boolean;
|
|
1068
|
+
} | (string | {
|
|
1069
|
+
[x: string]: boolean;
|
|
1070
|
+
} | (string | {
|
|
1071
|
+
[x: string]: boolean;
|
|
1072
|
+
} | (string | {
|
|
1073
|
+
[x: string]: boolean;
|
|
1074
|
+
} | (string | {
|
|
1075
|
+
[x: string]: boolean;
|
|
1076
|
+
} | (string | {
|
|
1077
|
+
[x: string]: boolean;
|
|
1078
|
+
} | (string | {
|
|
1079
|
+
[x: string]: boolean;
|
|
1080
|
+
} | (string | {
|
|
1081
|
+
[x: string]: boolean;
|
|
1082
|
+
} | (string | {
|
|
1083
|
+
[x: string]: boolean;
|
|
1084
|
+
} | (string | {
|
|
1085
|
+
[x: string]: boolean;
|
|
1086
|
+
} | (string | any[] | {
|
|
1087
|
+
[x: string]: boolean;
|
|
1088
|
+
})[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => string | {
|
|
1089
|
+
[x: string]: boolean;
|
|
1090
|
+
} | (string | {
|
|
1091
|
+
[x: string]: boolean;
|
|
1092
|
+
} | (string | {
|
|
1093
|
+
[x: string]: boolean;
|
|
1094
|
+
} | (string | {
|
|
1095
|
+
[x: string]: boolean;
|
|
1096
|
+
} | (string | {
|
|
1097
|
+
[x: string]: boolean;
|
|
1098
|
+
} | (string | {
|
|
1099
|
+
[x: string]: boolean;
|
|
1100
|
+
} | (string | {
|
|
1101
|
+
[x: string]: boolean;
|
|
1102
|
+
} | (string | {
|
|
1103
|
+
[x: string]: boolean;
|
|
1104
|
+
} | (string | {
|
|
1105
|
+
[x: string]: boolean;
|
|
1106
|
+
} | (string | {
|
|
1107
|
+
[x: string]: boolean;
|
|
1108
|
+
} | (string | any[] | {
|
|
1109
|
+
[x: string]: boolean;
|
|
1110
|
+
})[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
1111
|
+
[x: string]: boolean;
|
|
1112
|
+
} | (string | {
|
|
1113
|
+
[x: string]: boolean;
|
|
1114
|
+
} | (string | {
|
|
1115
|
+
[x: string]: boolean;
|
|
1116
|
+
} | (string | {
|
|
1117
|
+
[x: string]: boolean;
|
|
1118
|
+
} | (string | {
|
|
1119
|
+
[x: string]: boolean;
|
|
1120
|
+
} | (string | {
|
|
1121
|
+
[x: string]: boolean;
|
|
1122
|
+
} | (string | {
|
|
1123
|
+
[x: string]: boolean;
|
|
1124
|
+
} | (string | {
|
|
1125
|
+
[x: string]: boolean;
|
|
1126
|
+
} | (string | {
|
|
1127
|
+
[x: string]: boolean;
|
|
1128
|
+
} | (string | {
|
|
1129
|
+
[x: string]: boolean;
|
|
1130
|
+
} | (string | any[] | {
|
|
1131
|
+
[x: string]: boolean;
|
|
1132
|
+
})[])[])[])[])[])[])[])[])[])[]) | null)[], unknown, unknown>>;
|
|
1133
|
+
readonly required: false;
|
|
1134
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1135
|
+
__epPropKey: true;
|
|
1136
|
+
};
|
|
1137
|
+
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>;
|
|
1138
|
+
format: StringConstructor;
|
|
1139
|
+
valueFormat: StringConstructor;
|
|
1140
|
+
dateFormat: StringConstructor;
|
|
1141
|
+
timeFormat: StringConstructor;
|
|
1142
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1143
|
+
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>;
|
|
1144
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1145
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
1146
|
+
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>;
|
|
1147
|
+
size: {
|
|
1148
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1149
|
+
readonly required: false;
|
|
1150
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1151
|
+
__epPropKey: true;
|
|
1152
|
+
};
|
|
1153
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
1154
|
+
placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1155
|
+
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>;
|
|
1156
|
+
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>;
|
|
1157
|
+
rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1158
|
+
startPlaceholder: StringConstructor;
|
|
1159
|
+
endPlaceholder: StringConstructor;
|
|
1160
|
+
defaultValue: {
|
|
1161
|
+
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>>;
|
|
1162
|
+
readonly required: false;
|
|
1163
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1164
|
+
__epPropKey: true;
|
|
1165
|
+
};
|
|
1166
|
+
defaultTime: {
|
|
1167
|
+
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>>;
|
|
1168
|
+
readonly required: false;
|
|
1169
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1170
|
+
__epPropKey: true;
|
|
1171
|
+
};
|
|
1172
|
+
isRange: BooleanConstructor;
|
|
1173
|
+
}>> & Readonly<{
|
|
1174
|
+
onFocus?: ((...args: any[]) => any) | undefined;
|
|
1175
|
+
onBlur?: ((...args: any[]) => any) | undefined;
|
|
1176
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1177
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
1178
|
+
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
1179
|
+
"onVisible-change"?: ((...args: any[]) => any) | undefined;
|
|
1180
|
+
"onCalendar-change"?: ((...args: any[]) => any) | undefined;
|
|
1181
|
+
"onPanel-change"?: ((...args: any[]) => any) | undefined;
|
|
1182
|
+
}>, {
|
|
1183
|
+
type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange" | "yearrange";
|
|
1184
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1185
|
+
formItemSize: "default" | "small" | "large";
|
|
1186
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
1187
|
+
inline: boolean;
|
|
1188
|
+
readonly: boolean;
|
|
1189
|
+
formItemTip: string;
|
|
1190
|
+
labelTip: string;
|
|
1191
|
+
information: boolean;
|
|
1192
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
1193
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1194
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1195
|
+
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") | (() => import("element-plus").Placement) | ((new (...args: any[]) => "left" | "right" | "top" | "auto" | "auto-start" | "auto-end" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | null)[], import("element-plus").Placement, unknown>;
|
|
1196
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1197
|
+
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>;
|
|
1198
|
+
placeholder: string;
|
|
1199
|
+
clearable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1200
|
+
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>;
|
|
1201
|
+
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>;
|
|
1202
|
+
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>;
|
|
1203
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1204
|
+
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>;
|
|
1205
|
+
automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1206
|
+
popperStyle: import("vue").StyleValue;
|
|
1207
|
+
popperOptions: Partial<import("element-plus").Options>;
|
|
1208
|
+
fallbackPlacements: import("element-plus").Placement[];
|
|
1209
|
+
datePickerSlots: import("../../date-picker/src/types.ts").DatePickerSlots;
|
|
1210
|
+
showNow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1211
|
+
showConfirm: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1212
|
+
showFooter: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1213
|
+
showWeekNumber: boolean;
|
|
1214
|
+
shortcuts: unknown[];
|
|
1215
|
+
arrowControl: boolean;
|
|
1216
|
+
unlinkPanels: boolean;
|
|
1217
|
+
singlePanel: boolean;
|
|
1218
|
+
editable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1219
|
+
saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1220
|
+
rangeSeparator: string;
|
|
1221
|
+
isRange: boolean;
|
|
1222
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
810
1223
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
811
1224
|
export default _default;
|