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