@vunk/form 2.18.2 → 2.19.1
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 +147 -173
- package/components/api-tables-select/src/index.vue.d.ts +390 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +56 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +314 -621
- 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 +57 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +49 -112
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +148 -207
- package/components/cascader/src/index.vue.d.ts +335 -525
- 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 +445 -1012
- 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 +138 -107
- package/components/color-picker/src/index.vue.d.ts +305 -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 +131 -206
- package/components/date-picker/src/index.vue.d.ts +287 -1359
- 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 +139 -207
- package/components/date-picker-range/src/index.vue.d.ts +896 -450
- 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 -1070
- 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 +20 -50
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +28 -6366
- package/components/dialog-input-collection/src/index.vue.d.ts +66 -7629
- package/components/dialog-input-collection/src/layout.vue.d.ts +16 -72
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +214 -358
- package/components/download-plus/src/ctx.d.ts +20 -50
- package/components/download-plus/src/index.vue.d.ts +434 -1171
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +20 -50
- package/components/editable-text/src/index.vue.d.ts +62 -3257
- 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 +42 -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 +219 -0
- package/components/el-slider/src/slider.d.ts +175 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +666 -1289
- package/components/esri-input-geojson/src/append.vue.d.ts +225 -1084
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +62 -158
- package/components/esri-input-geojson/src/default-view.vue.d.ts +12 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +1470 -789
- package/components/esri-input-geojson/src/viewer.vue.d.ts +424 -287
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +62 -77
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +10 -9
- 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 +360 -2416
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +139 -229
- package/components/form-item/src/core.vue.d.ts +33 -1853
- package/components/form-item/src/ctx.d.ts +17 -47
- package/components/form-item/src/index.vue.d.ts +41 -103
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +102 -162
- package/components/form-item-renderer/src/core.vue.d.ts +12 -11
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +25 -73
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +19 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +4 -3
- 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/index.vue.d.ts +5 -2
- package/components/forms-provider/src/segment.vue.d.ts +12 -8
- package/components/forms-provider/src/view.vue.d.ts +17 -3
- 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 +7 -6
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +20 -50
- package/components/information-collection/src/index.vue.d.ts +49 -112
- package/components/information-renderer/index.cjs +1 -16
- 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 +5 -19
- package/components/information-tag/src/index.vue.d.ts +24 -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 +2 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +50 -151
- package/components/input/src/index.vue.d.ts +389 -947
- 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 +2 -901
- package/components/input-array/src/index.vue.d.ts +45 -731
- 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 +59 -1019
- package/components/input-collection/src/ctx.d.ts +19 -49
- package/components/input-collection/src/index.vue.d.ts +47 -110
- 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 +447 -76
- package/components/input-file/src/template.vue.d.ts +2 -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 +48 -135
- package/components/input-link/src/index.vue.d.ts +835 -312
- 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 -682
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +41 -143
- package/components/input-tag/src/index.vue.d.ts +322 -775
- 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 +212 -111
- 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 +299 -1279
- package/components/radio/src/option.vue.d.ts +28 -878
- package/components/radio/src/wraper.vue.d.ts +67 -198
- 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 +5 -4
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +446 -1028
- package/components/select/src/ctx.d.ts +60 -215
- package/components/select/src/index.vue.d.ts +318 -593
- package/components/select/src/options.vue.d.ts +4 -3
- 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 +154 -419
- 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 +30 -109
- package/components/switch/src/index.vue.d.ts +90 -697
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +101 -172
- package/components/tables-select/src/ctx.d.ts +68 -99
- package/components/tables-select/src/index.vue.d.ts +233 -4988
- 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 +5 -4
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +2 -2
- package/components/templates-default/src/index.vue.d.ts +7337 -145
- 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 +59 -251
- 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 +2184 -25
- 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 +73 -404
- 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 +1272 -25
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +130 -212
- package/components/time-picker/src/index.vue.d.ts +283 -1371
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +106 -191
- package/components/upload/src/file.vue.d.ts +168 -745
- package/components/upload/src/index.vue.d.ts +647 -1888
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +233 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4566 -18366
- package/components/upload-plus/src/api.d.ts +1 -1
- package/components/upload-plus/src/ctx.d.ts +21 -51
- package/components/upload-plus/src/index.vue.d.ts +53 -1657
- 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 +143 -203
- package/components/van-cascader/src/index.vue.d.ts +332 -988
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +173 -254
- package/components/var-datetime-picker/src/ctx.d.ts +18 -48
- package/components/var-datetime-picker/src/index.vue.d.ts +628 -1090
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +15 -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 +100 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- 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 +224 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import { DatePicker, TimePicker } from '@varlet/ui';
|
|
2
2
|
import 'vant/es/popup/style';
|
|
3
|
-
import '@varlet/ui/es/date-picker/
|
|
4
|
-
import '@varlet/ui/es/time-picker/
|
|
5
|
-
declare const _default:
|
|
6
|
-
|
|
3
|
+
import '@varlet/ui/es/date-picker/date-picker.css';
|
|
4
|
+
import '@varlet/ui/es/time-picker/timePicker.css';
|
|
5
|
+
declare const _default: typeof __VLS_export;
|
|
6
|
+
export default _default;
|
|
7
|
+
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
8
|
+
modelValue: null;
|
|
7
9
|
readonly: BooleanConstructor;
|
|
8
10
|
type: {
|
|
9
11
|
type: import("vue").PropType<Exclude<import("element-plus").DatePickType, "datetimerange">>;
|
|
@@ -11,28 +13,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
11
13
|
};
|
|
12
14
|
allowedDates: {
|
|
13
15
|
type: import("vue").PropType<(date: string) => boolean>;
|
|
14
|
-
default:
|
|
16
|
+
default: undefined;
|
|
15
17
|
};
|
|
16
18
|
useSeconds: BooleanConstructor;
|
|
17
19
|
valueFormat: {
|
|
18
20
|
type: StringConstructor;
|
|
19
21
|
default: string;
|
|
20
22
|
};
|
|
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
|
-
};
|
|
23
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
29
24
|
formItemSize: {
|
|
30
25
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
31
26
|
default: "default" | "small" | "large";
|
|
32
27
|
};
|
|
33
28
|
formItemSlots: {
|
|
34
|
-
type: import("vue").PropType<import("
|
|
35
|
-
default:
|
|
29
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
30
|
+
default: undefined;
|
|
36
31
|
};
|
|
37
32
|
elRef: {
|
|
38
33
|
type: import("vue").PropType<any>;
|
|
@@ -44,66 +39,43 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
44
39
|
};
|
|
45
40
|
formItemTip: {
|
|
46
41
|
type: StringConstructor;
|
|
47
|
-
default:
|
|
42
|
+
default: undefined;
|
|
48
43
|
};
|
|
49
|
-
formItemTipClass:
|
|
44
|
+
formItemTipClass: null;
|
|
50
45
|
labelTip: {
|
|
51
46
|
type: StringConstructor;
|
|
52
|
-
default:
|
|
47
|
+
default: undefined;
|
|
53
48
|
};
|
|
54
49
|
information: {
|
|
55
50
|
type: BooleanConstructor;
|
|
56
51
|
default: boolean;
|
|
57
52
|
};
|
|
58
|
-
prop:
|
|
59
|
-
defaultModelValue:
|
|
53
|
+
prop: null;
|
|
54
|
+
defaultModelValue: null;
|
|
60
55
|
label: StringConstructor;
|
|
61
56
|
labelWidth: {
|
|
62
|
-
readonly type: import("vue").PropType<
|
|
63
|
-
readonly required: false;
|
|
64
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
|
-
__epPropKey: true;
|
|
66
|
-
} & {
|
|
67
|
-
readonly default: "";
|
|
68
|
-
};
|
|
69
|
-
labelPosition: {
|
|
70
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
57
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
71
58
|
readonly required: false;
|
|
72
59
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
60
|
__epPropKey: true;
|
|
74
|
-
} & {
|
|
75
|
-
readonly default: "";
|
|
76
61
|
};
|
|
62
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
77
63
|
rules: {
|
|
78
|
-
readonly type: import("vue").PropType<unknown
|
|
64
|
+
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
65
|
readonly required: false;
|
|
80
66
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
67
|
__epPropKey: true;
|
|
82
68
|
};
|
|
83
69
|
error: StringConstructor;
|
|
84
70
|
validateStatus: {
|
|
85
|
-
readonly type: import("vue").PropType<"" | "
|
|
71
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
86
72
|
readonly required: false;
|
|
87
73
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
88
74
|
__epPropKey: true;
|
|
89
75
|
};
|
|
90
76
|
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
|
-
};
|
|
77
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
78
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
107
79
|
}>, {
|
|
108
80
|
preInput: () => void;
|
|
109
81
|
inputBlur: (e: FocusEvent) => void;
|
|
@@ -117,9 +89,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
117
89
|
valueDate: import("vue").WritableComputedRef<string, string>;
|
|
118
90
|
tr: import("@vunk/form/composables/element-plus").TranslateWithFallback;
|
|
119
91
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
120
|
-
'update:modelValue':
|
|
92
|
+
'update:modelValue': null;
|
|
121
93
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
122
|
-
modelValue:
|
|
94
|
+
modelValue: null;
|
|
123
95
|
readonly: BooleanConstructor;
|
|
124
96
|
type: {
|
|
125
97
|
type: import("vue").PropType<Exclude<import("element-plus").DatePickType, "datetimerange">>;
|
|
@@ -127,28 +99,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
127
99
|
};
|
|
128
100
|
allowedDates: {
|
|
129
101
|
type: import("vue").PropType<(date: string) => boolean>;
|
|
130
|
-
default:
|
|
102
|
+
default: undefined;
|
|
131
103
|
};
|
|
132
104
|
useSeconds: BooleanConstructor;
|
|
133
105
|
valueFormat: {
|
|
134
106
|
type: StringConstructor;
|
|
135
107
|
default: string;
|
|
136
108
|
};
|
|
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
|
-
};
|
|
109
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
145
110
|
formItemSize: {
|
|
146
111
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
147
112
|
default: "default" | "small" | "large";
|
|
148
113
|
};
|
|
149
114
|
formItemSlots: {
|
|
150
|
-
type: import("vue").PropType<import("
|
|
151
|
-
default:
|
|
115
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
116
|
+
default: undefined;
|
|
152
117
|
};
|
|
153
118
|
elRef: {
|
|
154
119
|
type: import("vue").PropType<any>;
|
|
@@ -160,711 +125,419 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
160
125
|
};
|
|
161
126
|
formItemTip: {
|
|
162
127
|
type: StringConstructor;
|
|
163
|
-
default:
|
|
128
|
+
default: undefined;
|
|
164
129
|
};
|
|
165
|
-
formItemTipClass:
|
|
130
|
+
formItemTipClass: null;
|
|
166
131
|
labelTip: {
|
|
167
132
|
type: StringConstructor;
|
|
168
|
-
default:
|
|
133
|
+
default: undefined;
|
|
169
134
|
};
|
|
170
135
|
information: {
|
|
171
136
|
type: BooleanConstructor;
|
|
172
137
|
default: boolean;
|
|
173
138
|
};
|
|
174
|
-
prop:
|
|
175
|
-
defaultModelValue:
|
|
139
|
+
prop: null;
|
|
140
|
+
defaultModelValue: null;
|
|
176
141
|
label: StringConstructor;
|
|
177
142
|
labelWidth: {
|
|
178
|
-
readonly type: import("vue").PropType<
|
|
143
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
179
144
|
readonly required: false;
|
|
180
145
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
146
|
__epPropKey: true;
|
|
182
|
-
} & {
|
|
183
|
-
readonly default: "";
|
|
184
|
-
};
|
|
185
|
-
labelPosition: {
|
|
186
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
187
|
-
readonly required: false;
|
|
188
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
189
|
-
__epPropKey: true;
|
|
190
|
-
} & {
|
|
191
|
-
readonly default: "";
|
|
192
147
|
};
|
|
148
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
193
149
|
rules: {
|
|
194
|
-
readonly type: import("vue").PropType<unknown
|
|
150
|
+
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
151
|
readonly required: false;
|
|
196
152
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
197
153
|
__epPropKey: true;
|
|
198
154
|
};
|
|
199
155
|
error: StringConstructor;
|
|
200
156
|
validateStatus: {
|
|
201
|
-
readonly type: import("vue").PropType<"" | "
|
|
157
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
202
158
|
readonly required: false;
|
|
203
159
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
204
160
|
__epPropKey: true;
|
|
205
161
|
};
|
|
206
162
|
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
|
-
};
|
|
163
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
164
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
223
165
|
}>> & Readonly<{
|
|
224
|
-
"onUpdate:modelValue"?: (...args: any[]
|
|
166
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
225
167
|
}>, {
|
|
226
168
|
type: "year" | "years" | "month" | "months" | "date" | "dates" | "week" | "datetime" | "daterange" | "monthrange" | "yearrange";
|
|
227
|
-
required:
|
|
169
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
228
170
|
formItemSize: "default" | "small" | "large";
|
|
229
|
-
formItemSlots: import("
|
|
171
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
230
172
|
inline: boolean;
|
|
231
173
|
readonly: boolean;
|
|
232
174
|
formItemTip: string;
|
|
233
|
-
formItemTipClass: any;
|
|
234
175
|
labelTip: string;
|
|
235
176
|
information: boolean;
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
labelPosition: "" | "top" | "left" | "right";
|
|
240
|
-
inlineMessage: string | boolean;
|
|
241
|
-
showMessage: boolean;
|
|
242
|
-
modelValue: any;
|
|
177
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
178
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
179
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
243
180
|
valueFormat: string;
|
|
244
181
|
allowedDates: (date: string) => boolean;
|
|
245
182
|
useSeconds: boolean;
|
|
246
183
|
}, {}, {
|
|
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
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
}
|
|
550
|
-
|
|
551
|
-
}
|
|
552
|
-
|
|
553
|
-
|
|
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>;
|
|
184
|
+
VkfFormItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<Omit<{
|
|
185
|
+
formItemSize: {
|
|
186
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
187
|
+
default: "default" | "small" | "large";
|
|
188
|
+
};
|
|
189
|
+
formItemSlots: {
|
|
190
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
191
|
+
default: undefined;
|
|
192
|
+
};
|
|
193
|
+
elRef: {
|
|
194
|
+
type: import("vue").PropType<any>;
|
|
195
|
+
required: boolean;
|
|
196
|
+
};
|
|
197
|
+
inline: {
|
|
198
|
+
type: BooleanConstructor;
|
|
199
|
+
default: boolean;
|
|
200
|
+
};
|
|
201
|
+
readonly: {
|
|
202
|
+
type: BooleanConstructor;
|
|
203
|
+
default: undefined;
|
|
204
|
+
};
|
|
205
|
+
formItemTip: {
|
|
206
|
+
type: StringConstructor;
|
|
207
|
+
default: undefined;
|
|
208
|
+
};
|
|
209
|
+
formItemTipClass: null;
|
|
210
|
+
labelTip: {
|
|
211
|
+
type: StringConstructor;
|
|
212
|
+
default: undefined;
|
|
213
|
+
};
|
|
214
|
+
information: {
|
|
215
|
+
type: BooleanConstructor;
|
|
216
|
+
default: boolean;
|
|
217
|
+
};
|
|
218
|
+
prop: null;
|
|
219
|
+
defaultModelValue: null;
|
|
220
|
+
label: StringConstructor;
|
|
221
|
+
labelWidth: {
|
|
222
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
223
|
+
readonly required: false;
|
|
224
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
225
|
+
__epPropKey: true;
|
|
226
|
+
};
|
|
227
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
228
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
229
|
+
rules: {
|
|
230
|
+
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>>;
|
|
231
|
+
readonly required: false;
|
|
232
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
|
+
__epPropKey: true;
|
|
234
|
+
};
|
|
235
|
+
error: StringConstructor;
|
|
236
|
+
validateStatus: {
|
|
237
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
238
|
+
readonly required: false;
|
|
239
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
240
|
+
__epPropKey: true;
|
|
241
|
+
};
|
|
242
|
+
for: StringConstructor;
|
|
243
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
244
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
245
|
+
size: {
|
|
246
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
247
|
+
readonly required: false;
|
|
248
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
249
|
+
__epPropKey: true;
|
|
250
|
+
};
|
|
251
|
+
}, "size">>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
252
|
+
[key: string]: any;
|
|
253
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
254
|
+
formItemSize: {
|
|
255
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
256
|
+
default: "default" | "small" | "large";
|
|
257
|
+
};
|
|
258
|
+
formItemSlots: {
|
|
259
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
260
|
+
default: undefined;
|
|
261
|
+
};
|
|
262
|
+
elRef: {
|
|
263
|
+
type: import("vue").PropType<any>;
|
|
264
|
+
required: boolean;
|
|
265
|
+
};
|
|
266
|
+
inline: {
|
|
267
|
+
type: BooleanConstructor;
|
|
268
|
+
default: boolean;
|
|
269
|
+
};
|
|
270
|
+
readonly: {
|
|
271
|
+
type: BooleanConstructor;
|
|
272
|
+
default: undefined;
|
|
273
|
+
};
|
|
274
|
+
formItemTip: {
|
|
275
|
+
type: StringConstructor;
|
|
276
|
+
default: undefined;
|
|
277
|
+
};
|
|
278
|
+
formItemTipClass: null;
|
|
279
|
+
labelTip: {
|
|
280
|
+
type: StringConstructor;
|
|
281
|
+
default: undefined;
|
|
282
|
+
};
|
|
283
|
+
information: {
|
|
284
|
+
type: BooleanConstructor;
|
|
285
|
+
default: boolean;
|
|
286
|
+
};
|
|
287
|
+
prop: null;
|
|
288
|
+
defaultModelValue: null;
|
|
289
|
+
label: StringConstructor;
|
|
290
|
+
labelWidth: {
|
|
291
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
292
|
+
readonly required: false;
|
|
293
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
294
|
+
__epPropKey: true;
|
|
295
|
+
};
|
|
296
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
297
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
298
|
+
rules: {
|
|
299
|
+
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>>;
|
|
300
|
+
readonly required: false;
|
|
301
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
302
|
+
__epPropKey: true;
|
|
303
|
+
};
|
|
304
|
+
error: StringConstructor;
|
|
305
|
+
validateStatus: {
|
|
306
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "success" | "error" | "validating", unknown>>;
|
|
307
|
+
readonly required: false;
|
|
308
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
309
|
+
__epPropKey: true;
|
|
310
|
+
};
|
|
311
|
+
for: StringConstructor;
|
|
312
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
313
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
314
|
+
size: {
|
|
315
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
316
|
+
readonly required: false;
|
|
317
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
318
|
+
__epPropKey: true;
|
|
319
|
+
};
|
|
320
|
+
}, "size">>> & Readonly<{}>, {
|
|
321
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
322
|
+
formItemSize: "default" | "small" | "large";
|
|
323
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
324
|
+
inline: boolean;
|
|
325
|
+
readonly: boolean;
|
|
326
|
+
formItemTip: string;
|
|
327
|
+
labelTip: string;
|
|
328
|
+
information: boolean;
|
|
329
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
330
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
331
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
332
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
333
|
+
ElDatePicker: import("element-plus/es/utils/index.mjs").SFCWithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
334
|
+
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>;
|
|
335
|
+
readonly showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
336
|
+
readonly showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
337
|
+
readonly showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
338
|
+
readonly showWeekNumber: BooleanConstructor;
|
|
339
|
+
readonly ariaLabel: StringConstructor;
|
|
340
|
+
readonly emptyValues: ArrayConstructor;
|
|
341
|
+
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>;
|
|
342
|
+
readonly disabledDate: {
|
|
343
|
+
readonly type: import("vue").PropType<Function>;
|
|
344
|
+
readonly required: false;
|
|
345
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
346
|
+
__epPropKey: true;
|
|
347
|
+
};
|
|
348
|
+
readonly cellClassName: {
|
|
349
|
+
readonly type: import("vue").PropType<Function>;
|
|
350
|
+
readonly required: false;
|
|
351
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
352
|
+
__epPropKey: true;
|
|
353
|
+
};
|
|
354
|
+
readonly shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
355
|
+
readonly arrowControl: BooleanConstructor;
|
|
356
|
+
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>;
|
|
357
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
358
|
+
readonly unlinkPanels: BooleanConstructor;
|
|
359
|
+
readonly singlePanel: BooleanConstructor;
|
|
360
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "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>;
|
|
361
|
+
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>;
|
|
362
|
+
readonly disabledHours: {
|
|
363
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
364
|
+
readonly required: false;
|
|
365
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
366
|
+
__epPropKey: true;
|
|
367
|
+
};
|
|
368
|
+
readonly disabledMinutes: {
|
|
369
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledMinutes>;
|
|
370
|
+
readonly required: false;
|
|
371
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
372
|
+
__epPropKey: true;
|
|
373
|
+
};
|
|
374
|
+
readonly disabledSeconds: {
|
|
375
|
+
readonly type: import("vue").PropType<import("element-plus").GetDisabledSeconds>;
|
|
376
|
+
readonly required: false;
|
|
377
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
378
|
+
__epPropKey: true;
|
|
379
|
+
};
|
|
380
|
+
readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
381
|
+
readonly id: {
|
|
382
|
+
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>>;
|
|
383
|
+
readonly required: false;
|
|
384
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
|
+
__epPropKey: true;
|
|
386
|
+
};
|
|
387
|
+
readonly name: {
|
|
388
|
+
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>>;
|
|
389
|
+
readonly required: false;
|
|
390
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
391
|
+
__epPropKey: true;
|
|
392
|
+
};
|
|
393
|
+
readonly popperClass: {
|
|
394
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => 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 | {
|
|
413
|
+
[x: string]: boolean;
|
|
414
|
+
} | (string | {
|
|
415
|
+
[x: string]: boolean;
|
|
416
|
+
} | (string | {
|
|
417
|
+
[x: string]: boolean;
|
|
418
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
435
|
+
[x: string]: boolean;
|
|
436
|
+
} | (string | {
|
|
437
|
+
[x: string]: boolean;
|
|
438
|
+
} | (string | {
|
|
439
|
+
[x: string]: boolean;
|
|
440
|
+
} | (string | {
|
|
441
|
+
[x: string]: boolean;
|
|
442
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => 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 | {
|
|
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
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
479
|
+
[x: string]: boolean;
|
|
480
|
+
} | (string | {
|
|
481
|
+
[x: string]: boolean;
|
|
482
|
+
} | (string | {
|
|
483
|
+
[x: string]: boolean;
|
|
484
|
+
} | (string | {
|
|
485
|
+
[x: string]: boolean;
|
|
486
|
+
} | (string | {
|
|
487
|
+
[x: string]: boolean;
|
|
488
|
+
} | (string | {
|
|
489
|
+
[x: string]: boolean;
|
|
490
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
827
491
|
readonly required: false;
|
|
828
492
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
829
493
|
__epPropKey: true;
|
|
830
|
-
} & {
|
|
831
|
-
readonly default: "date";
|
|
832
494
|
};
|
|
833
|
-
readonly
|
|
834
|
-
|
|
495
|
+
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>;
|
|
496
|
+
readonly format: StringConstructor;
|
|
497
|
+
readonly valueFormat: StringConstructor;
|
|
498
|
+
readonly dateFormat: StringConstructor;
|
|
499
|
+
readonly timeFormat: StringConstructor;
|
|
500
|
+
readonly clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
501
|
+
readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
502
|
+
readonly editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
503
|
+
readonly saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
504
|
+
readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
505
|
+
readonly size: {
|
|
506
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
835
507
|
readonly required: false;
|
|
836
508
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
837
509
|
__epPropKey: true;
|
|
838
|
-
} & {
|
|
839
|
-
readonly default: true;
|
|
840
510
|
};
|
|
841
|
-
readonly
|
|
842
|
-
|
|
511
|
+
readonly readonly: BooleanConstructor;
|
|
512
|
+
readonly disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
513
|
+
readonly placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
514
|
+
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>;
|
|
515
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
516
|
+
readonly rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
517
|
+
readonly startPlaceholder: StringConstructor;
|
|
518
|
+
readonly endPlaceholder: StringConstructor;
|
|
519
|
+
readonly defaultValue: {
|
|
520
|
+
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
521
|
readonly required: false;
|
|
844
522
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
845
523
|
__epPropKey: true;
|
|
846
|
-
} & {
|
|
847
|
-
readonly default: true;
|
|
848
524
|
};
|
|
849
|
-
readonly
|
|
850
|
-
readonly type: import("vue").PropType<
|
|
525
|
+
readonly defaultTime: {
|
|
526
|
+
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
527
|
readonly required: false;
|
|
852
528
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
853
529
|
__epPropKey: true;
|
|
854
|
-
} & {
|
|
855
|
-
readonly default: true;
|
|
856
530
|
};
|
|
531
|
+
readonly isRange: BooleanConstructor;
|
|
532
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
533
|
+
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>;
|
|
534
|
+
readonly showNow: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
535
|
+
readonly showConfirm: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
536
|
+
readonly showFooter: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
857
537
|
readonly showWeekNumber: BooleanConstructor;
|
|
858
538
|
readonly ariaLabel: StringConstructor;
|
|
859
539
|
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
|
-
};
|
|
540
|
+
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
541
|
readonly disabledDate: {
|
|
869
542
|
readonly type: import("vue").PropType<Function>;
|
|
870
543
|
readonly required: false;
|
|
@@ -877,48 +550,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
877
550
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
878
551
|
__epPropKey: true;
|
|
879
552
|
};
|
|
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
|
-
};
|
|
553
|
+
readonly shortcuts: import("element-plus/es/utils/index.mjs").EpPropFinalized<ArrayConstructor, unknown, unknown, () => never[], boolean>;
|
|
888
554
|
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
|
-
};
|
|
555
|
+
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>;
|
|
556
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
905
557
|
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
|
-
};
|
|
558
|
+
readonly singlePanel: BooleanConstructor;
|
|
559
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "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>;
|
|
560
|
+
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
561
|
readonly disabledHours: {
|
|
923
562
|
readonly type: import("vue").PropType<import("element-plus").GetDisabledHours>;
|
|
924
563
|
readonly required: false;
|
|
@@ -937,20 +576,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
937
576
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
938
577
|
__epPropKey: true;
|
|
939
578
|
};
|
|
579
|
+
readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
940
580
|
readonly id: {
|
|
941
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
581
|
+
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
582
|
readonly required: false;
|
|
943
583
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
944
584
|
__epPropKey: true;
|
|
945
585
|
};
|
|
946
586
|
readonly name: {
|
|
947
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<string>>;
|
|
587
|
+
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
588
|
readonly required: false;
|
|
949
589
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
950
590
|
__epPropKey: true;
|
|
951
591
|
};
|
|
952
592
|
readonly popperClass: {
|
|
953
|
-
readonly type: import("vue").PropType<string | {
|
|
593
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | {
|
|
954
594
|
[x: string]: boolean;
|
|
955
595
|
} | (string | {
|
|
956
596
|
[x: string]: boolean;
|
|
@@ -970,135 +610,156 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
970
610
|
[x: string]: boolean;
|
|
971
611
|
} | (string | {
|
|
972
612
|
[x: string]: boolean;
|
|
973
|
-
} | (string |
|
|
613
|
+
} | (string | {
|
|
974
614
|
[x: string]: boolean;
|
|
975
|
-
}
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
615
|
+
} | (string | {
|
|
616
|
+
[x: string]: boolean;
|
|
617
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => 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 | {
|
|
626
|
+
[x: string]: boolean;
|
|
627
|
+
} | (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
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (((new (...args: any[]) => string | {
|
|
642
|
+
[x: string]: boolean;
|
|
643
|
+
} | (string | {
|
|
644
|
+
[x: string]: boolean;
|
|
645
|
+
} | (string | {
|
|
646
|
+
[x: string]: boolean;
|
|
647
|
+
} | (string | {
|
|
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
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[]) | (() => string | {
|
|
666
|
+
[x: string]: boolean;
|
|
667
|
+
} | (string | {
|
|
668
|
+
[x: string]: boolean;
|
|
669
|
+
} | (string | {
|
|
670
|
+
[x: string]: boolean;
|
|
671
|
+
} | (string | {
|
|
672
|
+
[x: string]: boolean;
|
|
673
|
+
} | (string | {
|
|
674
|
+
[x: string]: boolean;
|
|
675
|
+
} | (string | {
|
|
676
|
+
[x: string]: boolean;
|
|
677
|
+
} | (string | {
|
|
678
|
+
[x: string]: boolean;
|
|
679
|
+
} | (string | {
|
|
680
|
+
[x: string]: boolean;
|
|
681
|
+
} | (string | {
|
|
682
|
+
[x: string]: boolean;
|
|
683
|
+
} | (string | {
|
|
684
|
+
[x: string]: boolean;
|
|
685
|
+
} | (string | {
|
|
686
|
+
[x: string]: boolean;
|
|
687
|
+
} | (string | {
|
|
688
|
+
[x: string]: boolean;
|
|
689
|
+
} | any)[])[])[])[])[])[])[])[])[])[])[])) | null)[], unknown, unknown>>;
|
|
982
690
|
readonly required: false;
|
|
983
691
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
692
|
__epPropKey: true;
|
|
985
693
|
};
|
|
694
|
+
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
695
|
readonly format: StringConstructor;
|
|
987
696
|
readonly valueFormat: StringConstructor;
|
|
988
697
|
readonly dateFormat: StringConstructor;
|
|
989
698
|
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
|
-
};
|
|
699
|
+
readonly clearable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
700
|
+
readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, import("vue").DefineComponent<{}, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, boolean>;
|
|
701
|
+
readonly editable: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
702
|
+
readonly saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
703
|
+
readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown, "", boolean>;
|
|
1020
704
|
readonly size: {
|
|
1021
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
705
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
1022
706
|
readonly required: false;
|
|
1023
707
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1024
708
|
__epPropKey: true;
|
|
1025
709
|
};
|
|
1026
710
|
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
|
-
};
|
|
711
|
+
readonly disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
712
|
+
readonly placeholder: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
713
|
+
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>;
|
|
714
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown, "", boolean>;
|
|
715
|
+
readonly rangeSeparator: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
|
|
1060
716
|
readonly startPlaceholder: StringConstructor;
|
|
1061
717
|
readonly endPlaceholder: StringConstructor;
|
|
1062
718
|
readonly defaultValue: {
|
|
1063
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
719
|
+
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
720
|
readonly required: false;
|
|
1065
721
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1066
722
|
__epPropKey: true;
|
|
1067
723
|
};
|
|
1068
724
|
readonly defaultTime: {
|
|
1069
|
-
readonly type: import("vue").PropType<import("element-plus").SingleOrRange<Date>>;
|
|
725
|
+
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
726
|
readonly required: false;
|
|
1071
727
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1072
728
|
__epPropKey: true;
|
|
1073
729
|
};
|
|
1074
730
|
readonly isRange: BooleanConstructor;
|
|
1075
|
-
}>> & {
|
|
731
|
+
}>> & Readonly<{
|
|
1076
732
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1077
|
-
}
|
|
1078
|
-
readonly disabled:
|
|
1079
|
-
readonly
|
|
733
|
+
}>, {
|
|
734
|
+
readonly disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
735
|
+
readonly modelValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null) | (((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => import("element-plus").ModelValueType | null)) | null)[], unknown, unknown>;
|
|
736
|
+
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
737
|
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
738
|
readonly readonly: boolean;
|
|
1086
|
-
readonly
|
|
1087
|
-
readonly
|
|
1088
|
-
readonly
|
|
739
|
+
readonly clearable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
740
|
+
readonly clearIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown>;
|
|
741
|
+
readonly prefixIcon: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component) | (((new (...args: any[]) => (string | import("vue").Component) & {}) | (() => string | import("vue").Component)) | null)[], unknown, unknown>;
|
|
742
|
+
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>;
|
|
743
|
+
readonly validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
744
|
+
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>;
|
|
745
|
+
readonly popperStyle: import("vue").StyleValue;
|
|
1089
746
|
readonly fallbackPlacements: import("element-plus").Placement[];
|
|
747
|
+
readonly placement: import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => import("element-plus").Placement) | (((new (...args: any[]) => "auto" | "left" | "right" | "bottom" | "top" | "auto-start" | "auto-end" | "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
748
|
readonly popperOptions: Partial<import("element-plus").Options>;
|
|
1091
|
-
readonly
|
|
749
|
+
readonly automaticDropdown: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
750
|
+
readonly editable: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
751
|
+
readonly saveOnBlur: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1092
752
|
readonly rangeSeparator: string;
|
|
1093
753
|
readonly shortcuts: unknown[];
|
|
1094
|
-
readonly showNow:
|
|
1095
|
-
readonly showConfirm:
|
|
1096
|
-
readonly showFooter:
|
|
754
|
+
readonly showNow: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
755
|
+
readonly showConfirm: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
756
|
+
readonly showFooter: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1097
757
|
readonly showWeekNumber: boolean;
|
|
1098
758
|
readonly arrowControl: boolean;
|
|
1099
759
|
readonly unlinkPanels: boolean;
|
|
760
|
+
readonly singlePanel: boolean;
|
|
1100
761
|
readonly isRange: boolean;
|
|
1101
|
-
}, {},
|
|
762
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
|
|
1102
763
|
DatePicker: typeof DatePicker;
|
|
1103
764
|
TimePicker: typeof TimePicker;
|
|
1104
765
|
Popup: import("vant/lib/utils").WithInstall<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
@@ -1148,7 +809,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1148
809
|
destroyOnClose: BooleanConstructor;
|
|
1149
810
|
safeAreaInsetTop: BooleanConstructor;
|
|
1150
811
|
safeAreaInsetBottom: BooleanConstructor;
|
|
1151
|
-
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
812
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("keydown" | "close" | "open" | "closed" | "opened" | "update:show" | "clickOverlay" | "clickCloseIcon")[], "keydown" | "close" | "open" | "closed" | "opened" | "update:show" | "clickOverlay" | "clickCloseIcon", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1152
813
|
show: BooleanConstructor;
|
|
1153
814
|
zIndex: (NumberConstructor | StringConstructor)[];
|
|
1154
815
|
overlay: {
|
|
@@ -1221,140 +882,74 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1221
882
|
destroyOnClose: boolean;
|
|
1222
883
|
safeAreaInsetTop: boolean;
|
|
1223
884
|
}, {}, {}, {}, 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, {
|
|
885
|
+
ElTabPane: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
886
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
887
|
+
label: string;
|
|
888
|
+
closable: boolean;
|
|
889
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1249
890
|
P: {};
|
|
1250
891
|
B: {};
|
|
1251
892
|
D: {};
|
|
1252
893
|
C: {};
|
|
1253
894
|
M: {};
|
|
1254
895
|
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;
|
|
896
|
+
}, Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
897
|
+
label: string;
|
|
898
|
+
closable: boolean;
|
|
1278
899
|
}>;
|
|
1279
900
|
__isFragment?: never;
|
|
1280
901
|
__isTeleport?: never;
|
|
1281
902
|
__isSuspense?: never;
|
|
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;
|
|
903
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
904
|
+
label: string;
|
|
905
|
+
closable: boolean;
|
|
1305
906
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1306
907
|
$slots: {
|
|
1307
|
-
default
|
|
908
|
+
default?: (props: {}) => any;
|
|
1308
909
|
};
|
|
1309
|
-
})
|
|
1310
|
-
ElTabs:
|
|
910
|
+
})>;
|
|
911
|
+
ElTabs: {
|
|
1311
912
|
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
|
-
};
|
|
913
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
1320
914
|
readonly closable: BooleanConstructor;
|
|
1321
915
|
readonly addable: BooleanConstructor;
|
|
1322
916
|
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">;
|
|
917
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1331
918
|
readonly required: false;
|
|
1332
919
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1333
920
|
__epPropKey: true;
|
|
1334
|
-
} & {
|
|
1335
|
-
readonly default: "top";
|
|
1336
921
|
};
|
|
1337
|
-
readonly
|
|
1338
|
-
readonly type: import("vue").PropType<
|
|
922
|
+
readonly defaultValue: {
|
|
923
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1339
924
|
readonly required: false;
|
|
1340
925
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1341
926
|
__epPropKey: true;
|
|
1342
|
-
} & {
|
|
1343
|
-
readonly default: () => true;
|
|
1344
927
|
};
|
|
928
|
+
readonly editable: BooleanConstructor;
|
|
929
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
|
|
930
|
+
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<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
931
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
932
|
+
new (): any;
|
|
933
|
+
readonly prototype: any;
|
|
934
|
+
} | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
935
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
936
|
+
new (): any;
|
|
937
|
+
readonly prototype: any;
|
|
938
|
+
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
1345
939
|
readonly stretch: BooleanConstructor;
|
|
1346
|
-
|
|
940
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
941
|
+
}>> & Readonly<{
|
|
1347
942
|
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1348
943
|
onTabClick?: ((pane: {
|
|
1349
944
|
uid: number;
|
|
1350
945
|
getVnode: () => import("vue").VNode;
|
|
1351
946
|
slots: import("vue").Slots;
|
|
1352
947
|
props: {
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
948
|
+
label?: string | undefined;
|
|
949
|
+
name?: string | number | undefined;
|
|
950
|
+
closable?: boolean | undefined;
|
|
951
|
+
disabled?: boolean | undefined;
|
|
952
|
+
lazy?: boolean | undefined;
|
|
1358
953
|
};
|
|
1359
954
|
paneName: import("element-plus").TabPaneName | undefined;
|
|
1360
955
|
active: boolean;
|
|
@@ -1362,24 +957,25 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1362
957
|
isClosable: boolean;
|
|
1363
958
|
isFocusInsidePane: () => boolean | undefined;
|
|
1364
959
|
}, ev: Event) => any) | undefined;
|
|
1365
|
-
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1366
960
|
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1367
961
|
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
962
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1368
963
|
onTabAdd?: (() => any) | undefined;
|
|
1369
|
-
}
|
|
964
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1370
965
|
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1371
966
|
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
1372
967
|
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1373
968
|
edit: (paneName: import("element-plus").TabPaneName | undefined, action: "remove" | "add") => boolean;
|
|
1374
969
|
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1375
970
|
tabAdd: () => boolean;
|
|
1376
|
-
}, import("vue").
|
|
971
|
+
}, import("vue").PublicProps, {
|
|
972
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
|
|
973
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1377
974
|
readonly stretch: boolean;
|
|
1378
|
-
readonly type: "" | "card" | "border-card";
|
|
1379
975
|
readonly closable: boolean;
|
|
1380
|
-
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
1381
976
|
readonly editable: boolean;
|
|
1382
|
-
readonly tabPosition: "
|
|
977
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
|
|
978
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1383
979
|
readonly addable: boolean;
|
|
1384
980
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1385
981
|
P: {};
|
|
@@ -1389,52 +985,46 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1389
985
|
M: {};
|
|
1390
986
|
Defaults: {};
|
|
1391
987
|
}, 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
|
-
};
|
|
988
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
1400
989
|
readonly closable: BooleanConstructor;
|
|
1401
990
|
readonly addable: BooleanConstructor;
|
|
1402
991
|
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">;
|
|
992
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1411
993
|
readonly required: false;
|
|
1412
994
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1413
995
|
__epPropKey: true;
|
|
1414
|
-
} & {
|
|
1415
|
-
readonly default: "top";
|
|
1416
996
|
};
|
|
1417
|
-
readonly
|
|
1418
|
-
readonly type: import("vue").PropType<
|
|
997
|
+
readonly defaultValue: {
|
|
998
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1419
999
|
readonly required: false;
|
|
1420
1000
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1421
1001
|
__epPropKey: true;
|
|
1422
|
-
} & {
|
|
1423
|
-
readonly default: () => true;
|
|
1424
1002
|
};
|
|
1003
|
+
readonly editable: BooleanConstructor;
|
|
1004
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
|
|
1005
|
+
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<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
1006
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1007
|
+
new (): any;
|
|
1008
|
+
readonly prototype: any;
|
|
1009
|
+
} | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
1010
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1011
|
+
new (): any;
|
|
1012
|
+
readonly prototype: any;
|
|
1013
|
+
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
1425
1014
|
readonly stretch: BooleanConstructor;
|
|
1426
|
-
|
|
1015
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1016
|
+
}>> & Readonly<{
|
|
1427
1017
|
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1428
1018
|
onTabClick?: ((pane: {
|
|
1429
1019
|
uid: number;
|
|
1430
1020
|
getVnode: () => import("vue").VNode;
|
|
1431
1021
|
slots: import("vue").Slots;
|
|
1432
1022
|
props: {
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1023
|
+
label?: string | undefined;
|
|
1024
|
+
name?: string | number | undefined;
|
|
1025
|
+
closable?: boolean | undefined;
|
|
1026
|
+
disabled?: boolean | undefined;
|
|
1027
|
+
lazy?: boolean | undefined;
|
|
1438
1028
|
};
|
|
1439
1029
|
paneName: import("element-plus").TabPaneName | undefined;
|
|
1440
1030
|
active: boolean;
|
|
@@ -1442,69 +1032,64 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1442
1032
|
isClosable: boolean;
|
|
1443
1033
|
isFocusInsidePane: () => boolean | undefined;
|
|
1444
1034
|
}, ev: Event) => any) | undefined;
|
|
1445
|
-
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1446
1035
|
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1447
1036
|
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
1037
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1448
1038
|
onTabAdd?: (() => any) | undefined;
|
|
1449
|
-
}
|
|
1039
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
|
1040
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
|
|
1041
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1450
1042
|
readonly stretch: boolean;
|
|
1451
|
-
readonly type: "" | "card" | "border-card";
|
|
1452
1043
|
readonly closable: boolean;
|
|
1453
|
-
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
1454
1044
|
readonly editable: boolean;
|
|
1455
|
-
readonly tabPosition: "
|
|
1045
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
|
|
1046
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1456
1047
|
readonly addable: boolean;
|
|
1457
1048
|
}>;
|
|
1458
1049
|
__isFragment?: never;
|
|
1459
1050
|
__isTeleport?: never;
|
|
1460
1051
|
__isSuspense?: never;
|
|
1461
1052
|
} & 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
|
-
};
|
|
1053
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "card" | "border-card", unknown, "", boolean>;
|
|
1470
1054
|
readonly closable: BooleanConstructor;
|
|
1471
1055
|
readonly addable: BooleanConstructor;
|
|
1472
1056
|
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">;
|
|
1057
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1481
1058
|
readonly required: false;
|
|
1482
1059
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1483
1060
|
__epPropKey: true;
|
|
1484
|
-
} & {
|
|
1485
|
-
readonly default: "top";
|
|
1486
1061
|
};
|
|
1487
|
-
readonly
|
|
1488
|
-
readonly type: import("vue").PropType<
|
|
1062
|
+
readonly defaultValue: {
|
|
1063
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
1489
1064
|
readonly required: false;
|
|
1490
1065
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1491
1066
|
__epPropKey: true;
|
|
1492
|
-
} & {
|
|
1493
|
-
readonly default: () => true;
|
|
1494
1067
|
};
|
|
1068
|
+
readonly editable: BooleanConstructor;
|
|
1069
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "left" | "right" | "bottom" | "top", unknown, "top", boolean>;
|
|
1070
|
+
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<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
1071
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1072
|
+
new (): any;
|
|
1073
|
+
readonly prototype: any;
|
|
1074
|
+
} | (((new (...args: any[]) => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | {
|
|
1075
|
+
(): (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1076
|
+
new (): any;
|
|
1077
|
+
readonly prototype: any;
|
|
1078
|
+
}) | null)[], unknown, unknown, () => true, boolean>;
|
|
1495
1079
|
readonly stretch: BooleanConstructor;
|
|
1496
|
-
|
|
1080
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
|
|
1081
|
+
}>> & Readonly<{
|
|
1497
1082
|
"onUpdate:modelValue"?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1498
1083
|
onTabClick?: ((pane: {
|
|
1499
1084
|
uid: number;
|
|
1500
1085
|
getVnode: () => import("vue").VNode;
|
|
1501
1086
|
slots: import("vue").Slots;
|
|
1502
1087
|
props: {
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1088
|
+
label?: string | undefined;
|
|
1089
|
+
name?: string | number | undefined;
|
|
1090
|
+
closable?: boolean | undefined;
|
|
1091
|
+
disabled?: boolean | undefined;
|
|
1092
|
+
lazy?: boolean | undefined;
|
|
1508
1093
|
};
|
|
1509
1094
|
paneName: import("element-plus").TabPaneName | undefined;
|
|
1510
1095
|
active: boolean;
|
|
@@ -1512,11 +1097,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1512
1097
|
isClosable: boolean;
|
|
1513
1098
|
isFocusInsidePane: () => boolean | undefined;
|
|
1514
1099
|
}, ev: Event) => any) | undefined;
|
|
1515
|
-
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1516
1100
|
onTabChange?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1517
1101
|
onEdit?: ((paneName: import("element-plus").TabPaneName | undefined, action: "add" | "remove") => any) | undefined;
|
|
1102
|
+
onTabRemove?: ((name: import("element-plus").TabPaneName) => any) | undefined;
|
|
1518
1103
|
onTabAdd?: (() => any) | undefined;
|
|
1519
|
-
}
|
|
1104
|
+
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1520
1105
|
"update:modelValue": (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1521
1106
|
tabClick: (pane: import("element-plus").TabsPaneContext, ev: Event) => boolean;
|
|
1522
1107
|
tabChange: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
@@ -1524,100 +1109,53 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
1524
1109
|
tabRemove: (name: import("element-plus").TabPaneName) => name is string | number;
|
|
1525
1110
|
tabAdd: () => boolean;
|
|
1526
1111
|
}, string, {
|
|
1112
|
+
readonly type: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown>;
|
|
1113
|
+
readonly tabindex: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1527
1114
|
readonly stretch: boolean;
|
|
1528
|
-
readonly type: "" | "card" | "border-card";
|
|
1529
1115
|
readonly closable: boolean;
|
|
1530
|
-
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => boolean | void | Promise<boolean | void>;
|
|
1531
1116
|
readonly editable: boolean;
|
|
1532
|
-
readonly tabPosition: "
|
|
1117
|
+
readonly tabPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "bottom" | "top", unknown>;
|
|
1118
|
+
readonly beforeLeave: (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>;
|
|
1533
1119
|
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").
|
|
1120
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").ObjectPlugin & {
|
|
1121
|
+
setPropsDefaults: (defaults: {
|
|
1122
|
+
readonly type?: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "card" | "border-card", unknown> | (() => "" | "card" | "border-card") | undefined;
|
|
1123
|
+
readonly tabindex?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | (() => string | number) | undefined;
|
|
1124
|
+
readonly stretch?: boolean | (() => boolean) | undefined;
|
|
1125
|
+
readonly closable?: boolean | (() => boolean) | undefined;
|
|
1126
|
+
readonly editable?: boolean | (() => boolean) | undefined;
|
|
1127
|
+
readonly tabPosition?: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "left" | "right" | "top" | "bottom", unknown> | (() => "left" | "right" | "top" | "bottom") | undefined;
|
|
1128
|
+
readonly beforeLeave?: ((newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | (() => (newName: import("element-plus").TabPaneName, oldName: import("element-plus").TabPaneName) => import("element-plus/es/utils/typescript.mjs").Awaitable<void | boolean>) | undefined;
|
|
1129
|
+
readonly addable?: boolean | (() => boolean) | undefined;
|
|
1130
|
+
readonly modelValue?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | (() => string | number) | undefined;
|
|
1131
|
+
readonly defaultValue?: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | (() => string | number) | undefined;
|
|
1132
|
+
}) => void;
|
|
1133
|
+
} & {
|
|
1535
1134
|
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, {
|
|
1135
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
1136
|
+
label: string;
|
|
1137
|
+
closable: boolean;
|
|
1138
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1560
1139
|
P: {};
|
|
1561
1140
|
B: {};
|
|
1562
1141
|
D: {};
|
|
1563
1142
|
C: {};
|
|
1564
1143
|
M: {};
|
|
1565
1144
|
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;
|
|
1145
|
+
}, Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
1146
|
+
label: string;
|
|
1147
|
+
closable: boolean;
|
|
1589
1148
|
}>;
|
|
1590
1149
|
__isFragment?: never;
|
|
1591
1150
|
__isTeleport?: never;
|
|
1592
1151
|
__isSuspense?: never;
|
|
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;
|
|
1152
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").TabPaneProps> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
1153
|
+
label: string;
|
|
1154
|
+
closable: boolean;
|
|
1616
1155
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1617
1156
|
$slots: {
|
|
1618
|
-
default
|
|
1157
|
+
default?: (props: {}) => any;
|
|
1619
1158
|
};
|
|
1620
1159
|
});
|
|
1621
1160
|
};
|
|
1622
1161
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1623
|
-
export default _default;
|