@vunk/form 2.18.1 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -352
- package/components/card-input-collection/index.mjs +177 -261
- package/components/card-input-collection/src/core.vue.d.ts +54 -950
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -297
- package/components/input-array/index.mjs +115 -232
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -900
- package/components/input-array/src/index.vue.d.ts +43 -729
- package/components/input-collection/index.cjs +1 -444
- package/components/input-collection/index.mjs +195 -347
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -110
- package/locale/index.mjs +37 -45
- package/locale/lang/en.d.ts +2 -6
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/locale/lang/zh-cn.d.ts +2 -6
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -1,123 +1,67 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
-
modelValue:
|
|
1
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
modelValue: null;
|
|
3
3
|
ariaLabel: StringConstructor;
|
|
4
|
-
disabled: BooleanConstructor
|
|
4
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
5
5
|
loading: BooleanConstructor;
|
|
6
6
|
size: {
|
|
7
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
7
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | null)[], unknown, "" | "default" | "small" | "large">>;
|
|
8
8
|
readonly required: false;
|
|
9
9
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
10
10
|
__epPropKey: true;
|
|
11
11
|
};
|
|
12
|
-
width:
|
|
13
|
-
readonly type: import("vue").PropType<string | number>;
|
|
14
|
-
readonly required: false;
|
|
15
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
16
|
-
__epPropKey: true;
|
|
17
|
-
} & {
|
|
18
|
-
readonly default: "";
|
|
19
|
-
};
|
|
12
|
+
width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
20
13
|
inlinePrompt: BooleanConstructor;
|
|
21
14
|
inactiveActionIcon: {
|
|
22
|
-
readonly type: import("vue").PropType<unknown
|
|
15
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
23
16
|
readonly required: false;
|
|
24
17
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
18
|
__epPropKey: true;
|
|
26
19
|
};
|
|
27
20
|
activeActionIcon: {
|
|
28
|
-
readonly type: import("vue").PropType<unknown
|
|
21
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
29
22
|
readonly required: false;
|
|
30
23
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
31
24
|
__epPropKey: true;
|
|
32
25
|
};
|
|
33
26
|
activeIcon: {
|
|
34
|
-
readonly type: import("vue").PropType<unknown
|
|
27
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
35
28
|
readonly required: false;
|
|
36
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
37
30
|
__epPropKey: true;
|
|
38
31
|
};
|
|
39
32
|
inactiveIcon: {
|
|
40
|
-
readonly type: import("vue").PropType<unknown
|
|
41
|
-
readonly required: false;
|
|
42
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
43
|
-
__epPropKey: true;
|
|
44
|
-
};
|
|
45
|
-
activeText: {
|
|
46
|
-
readonly type: import("vue").PropType<string>;
|
|
47
|
-
readonly required: false;
|
|
48
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
49
|
-
__epPropKey: true;
|
|
50
|
-
} & {
|
|
51
|
-
readonly default: "";
|
|
52
|
-
};
|
|
53
|
-
inactiveText: {
|
|
54
|
-
readonly type: import("vue").PropType<string>;
|
|
33
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
55
34
|
readonly required: false;
|
|
56
35
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
57
36
|
__epPropKey: true;
|
|
58
|
-
} & {
|
|
59
|
-
readonly default: "";
|
|
60
|
-
};
|
|
61
|
-
activeValue: {
|
|
62
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
63
|
-
readonly required: false;
|
|
64
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
65
|
-
__epPropKey: true;
|
|
66
|
-
} & {
|
|
67
|
-
readonly default: true;
|
|
68
|
-
};
|
|
69
|
-
inactiveValue: {
|
|
70
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
71
|
-
readonly required: false;
|
|
72
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
73
|
-
__epPropKey: true;
|
|
74
|
-
} & {
|
|
75
|
-
readonly default: false;
|
|
76
|
-
};
|
|
77
|
-
name: {
|
|
78
|
-
readonly type: import("vue").PropType<string>;
|
|
79
|
-
readonly required: false;
|
|
80
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
81
|
-
__epPropKey: true;
|
|
82
|
-
} & {
|
|
83
|
-
readonly default: "";
|
|
84
|
-
};
|
|
85
|
-
validateEvent: {
|
|
86
|
-
readonly type: import("vue").PropType<boolean>;
|
|
87
|
-
readonly required: false;
|
|
88
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
89
|
-
__epPropKey: true;
|
|
90
|
-
} & {
|
|
91
|
-
readonly default: true;
|
|
92
37
|
};
|
|
38
|
+
activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
39
|
+
inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
40
|
+
activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
41
|
+
inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
42
|
+
name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
43
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
93
44
|
beforeChange: {
|
|
94
|
-
readonly type: import("vue").PropType<() =>
|
|
45
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
95
46
|
readonly required: false;
|
|
96
47
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
97
48
|
__epPropKey: true;
|
|
98
49
|
};
|
|
99
50
|
id: StringConstructor;
|
|
100
51
|
tabindex: {
|
|
101
|
-
readonly type: import("vue").PropType<
|
|
52
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
102
53
|
readonly required: false;
|
|
103
54
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
104
55
|
__epPropKey: true;
|
|
105
56
|
};
|
|
106
|
-
required:
|
|
107
|
-
readonly type: import("vue").PropType<boolean>;
|
|
108
|
-
readonly required: false;
|
|
109
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
|
-
__epPropKey: true;
|
|
111
|
-
} & {
|
|
112
|
-
readonly default: undefined;
|
|
113
|
-
};
|
|
57
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
114
58
|
formItemSize: {
|
|
115
59
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
116
60
|
default: "default" | "small" | "large";
|
|
117
61
|
};
|
|
118
62
|
formItemSlots: {
|
|
119
|
-
type: import("vue").PropType<import("
|
|
120
|
-
default:
|
|
63
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
64
|
+
default: undefined;
|
|
121
65
|
};
|
|
122
66
|
elRef: {
|
|
123
67
|
type: import("vue").PropType<any>;
|
|
@@ -129,218 +73,115 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
129
73
|
};
|
|
130
74
|
readonly: {
|
|
131
75
|
type: BooleanConstructor;
|
|
132
|
-
default:
|
|
76
|
+
default: undefined;
|
|
133
77
|
};
|
|
134
78
|
formItemTip: {
|
|
135
79
|
type: StringConstructor;
|
|
136
|
-
default:
|
|
80
|
+
default: undefined;
|
|
137
81
|
};
|
|
138
|
-
formItemTipClass:
|
|
82
|
+
formItemTipClass: null;
|
|
139
83
|
labelTip: {
|
|
140
84
|
type: StringConstructor;
|
|
141
|
-
default:
|
|
85
|
+
default: undefined;
|
|
142
86
|
};
|
|
143
87
|
information: {
|
|
144
88
|
type: BooleanConstructor;
|
|
145
89
|
default: boolean;
|
|
146
90
|
};
|
|
147
|
-
prop:
|
|
148
|
-
defaultModelValue:
|
|
91
|
+
prop: null;
|
|
92
|
+
defaultModelValue: null;
|
|
149
93
|
label: StringConstructor;
|
|
150
94
|
labelWidth: {
|
|
151
|
-
readonly type: import("vue").PropType<
|
|
152
|
-
readonly required: false;
|
|
153
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
154
|
-
__epPropKey: true;
|
|
155
|
-
} & {
|
|
156
|
-
readonly default: "";
|
|
157
|
-
};
|
|
158
|
-
labelPosition: {
|
|
159
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
95
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
160
96
|
readonly required: false;
|
|
161
97
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
162
98
|
__epPropKey: true;
|
|
163
|
-
} & {
|
|
164
|
-
readonly default: "";
|
|
165
99
|
};
|
|
100
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
166
101
|
rules: {
|
|
167
|
-
readonly type: import("vue").PropType<unknown
|
|
102
|
+
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>>;
|
|
168
103
|
readonly required: false;
|
|
169
104
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
105
|
__epPropKey: true;
|
|
171
106
|
};
|
|
172
107
|
error: StringConstructor;
|
|
173
108
|
validateStatus: {
|
|
174
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
109
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
175
110
|
readonly required: false;
|
|
176
111
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
177
112
|
__epPropKey: true;
|
|
178
113
|
};
|
|
179
114
|
for: StringConstructor;
|
|
180
|
-
inlineMessage:
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
readonly default: "";
|
|
187
|
-
};
|
|
188
|
-
showMessage: {
|
|
189
|
-
readonly type: import("vue").PropType<boolean>;
|
|
190
|
-
readonly required: false;
|
|
191
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
192
|
-
__epPropKey: true;
|
|
193
|
-
} & {
|
|
194
|
-
readonly default: true;
|
|
195
|
-
};
|
|
196
|
-
}>, {
|
|
197
|
-
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
198
|
-
switchBindProps: import("vue").ComputedRef<{
|
|
199
|
-
size: "" | "default" | "small" | "large";
|
|
200
|
-
id: string;
|
|
201
|
-
ariaLabel: string;
|
|
202
|
-
name: string;
|
|
203
|
-
width: string | number;
|
|
204
|
-
loading: boolean;
|
|
205
|
-
tabindex: string | number;
|
|
206
|
-
validateEvent: boolean;
|
|
207
|
-
inlinePrompt: boolean;
|
|
208
|
-
inactiveActionIcon: unknown;
|
|
209
|
-
activeActionIcon: unknown;
|
|
210
|
-
activeIcon: unknown;
|
|
211
|
-
inactiveIcon: unknown;
|
|
212
|
-
activeText: string;
|
|
213
|
-
inactiveText: string;
|
|
214
|
-
activeValue: string | number | boolean;
|
|
215
|
-
inactiveValue: string | number | boolean;
|
|
216
|
-
beforeChange: () => Promise<boolean> | boolean;
|
|
217
|
-
}>;
|
|
218
|
-
switchOnEmits: {};
|
|
219
|
-
readonly: import("vue").ComputedRef<boolean>;
|
|
220
|
-
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
221
|
-
"update:modelValue": (val: boolean | string | number) => boolean;
|
|
222
|
-
change: (val: boolean | string | number) => boolean;
|
|
223
|
-
input: (val: boolean | string | number) => boolean;
|
|
115
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
116
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
117
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
118
|
+
input: (val: string | number | boolean) => void;
|
|
119
|
+
"update:modelValue": (val: string | number | boolean) => void;
|
|
120
|
+
change: (val: string | number | boolean) => void;
|
|
224
121
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
225
|
-
modelValue:
|
|
122
|
+
modelValue: null;
|
|
226
123
|
ariaLabel: StringConstructor;
|
|
227
|
-
disabled: BooleanConstructor
|
|
124
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
228
125
|
loading: BooleanConstructor;
|
|
229
126
|
size: {
|
|
230
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
127
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | ((new (...args: any[]) => "" | "default" | "small" | "large") | (() => "" | "default" | "small" | "large") | null)[], unknown, "" | "default" | "small" | "large">>;
|
|
231
128
|
readonly required: false;
|
|
232
129
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
233
130
|
__epPropKey: true;
|
|
234
131
|
};
|
|
235
|
-
width:
|
|
236
|
-
readonly type: import("vue").PropType<string | number>;
|
|
237
|
-
readonly required: false;
|
|
238
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
239
|
-
__epPropKey: true;
|
|
240
|
-
} & {
|
|
241
|
-
readonly default: "";
|
|
242
|
-
};
|
|
132
|
+
width: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>;
|
|
243
133
|
inlinePrompt: BooleanConstructor;
|
|
244
134
|
inactiveActionIcon: {
|
|
245
|
-
readonly type: import("vue").PropType<unknown
|
|
135
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
246
136
|
readonly required: false;
|
|
247
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
138
|
__epPropKey: true;
|
|
249
139
|
};
|
|
250
140
|
activeActionIcon: {
|
|
251
|
-
readonly type: import("vue").PropType<unknown
|
|
141
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
252
142
|
readonly required: false;
|
|
253
143
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
254
144
|
__epPropKey: true;
|
|
255
145
|
};
|
|
256
146
|
activeIcon: {
|
|
257
|
-
readonly type: import("vue").PropType<unknown
|
|
147
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
258
148
|
readonly required: false;
|
|
259
149
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
260
150
|
__epPropKey: true;
|
|
261
151
|
};
|
|
262
152
|
inactiveIcon: {
|
|
263
|
-
readonly type: import("vue").PropType<unknown
|
|
264
|
-
readonly required: false;
|
|
265
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
|
-
__epPropKey: true;
|
|
267
|
-
};
|
|
268
|
-
activeText: {
|
|
269
|
-
readonly type: import("vue").PropType<string>;
|
|
270
|
-
readonly required: false;
|
|
271
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
272
|
-
__epPropKey: true;
|
|
273
|
-
} & {
|
|
274
|
-
readonly default: "";
|
|
275
|
-
};
|
|
276
|
-
inactiveText: {
|
|
277
|
-
readonly type: import("vue").PropType<string>;
|
|
153
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>) | null)[], unknown, unknown>>;
|
|
278
154
|
readonly required: false;
|
|
279
155
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
280
156
|
__epPropKey: true;
|
|
281
|
-
} & {
|
|
282
|
-
readonly default: "";
|
|
283
|
-
};
|
|
284
|
-
activeValue: {
|
|
285
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
286
|
-
readonly required: false;
|
|
287
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
288
|
-
__epPropKey: true;
|
|
289
|
-
} & {
|
|
290
|
-
readonly default: true;
|
|
291
|
-
};
|
|
292
|
-
inactiveValue: {
|
|
293
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
294
|
-
readonly required: false;
|
|
295
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
296
|
-
__epPropKey: true;
|
|
297
|
-
} & {
|
|
298
|
-
readonly default: false;
|
|
299
|
-
};
|
|
300
|
-
name: {
|
|
301
|
-
readonly type: import("vue").PropType<string>;
|
|
302
|
-
readonly required: false;
|
|
303
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
304
|
-
__epPropKey: true;
|
|
305
|
-
} & {
|
|
306
|
-
readonly default: "";
|
|
307
|
-
};
|
|
308
|
-
validateEvent: {
|
|
309
|
-
readonly type: import("vue").PropType<boolean>;
|
|
310
|
-
readonly required: false;
|
|
311
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
312
|
-
__epPropKey: true;
|
|
313
|
-
} & {
|
|
314
|
-
readonly default: true;
|
|
315
157
|
};
|
|
158
|
+
activeText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
159
|
+
inactiveText: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
160
|
+
activeValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, true, boolean>;
|
|
161
|
+
inactiveValue: import("element-plus/es/utils/index.mjs").EpPropFinalized<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown, false, boolean>;
|
|
162
|
+
name: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
163
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
316
164
|
beforeChange: {
|
|
317
|
-
readonly type: import("vue").PropType<() =>
|
|
165
|
+
readonly type: import("vue").PropType<() => boolean | Promise<boolean>>;
|
|
318
166
|
readonly required: false;
|
|
319
167
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
168
|
__epPropKey: true;
|
|
321
169
|
};
|
|
322
170
|
id: StringConstructor;
|
|
323
171
|
tabindex: {
|
|
324
|
-
readonly type: import("vue").PropType<
|
|
172
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
325
173
|
readonly required: false;
|
|
326
174
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
327
175
|
__epPropKey: true;
|
|
328
176
|
};
|
|
329
|
-
required:
|
|
330
|
-
readonly type: import("vue").PropType<boolean>;
|
|
331
|
-
readonly required: false;
|
|
332
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
333
|
-
__epPropKey: true;
|
|
334
|
-
} & {
|
|
335
|
-
readonly default: undefined;
|
|
336
|
-
};
|
|
177
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
337
178
|
formItemSize: {
|
|
338
179
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
339
180
|
default: "default" | "small" | "large";
|
|
340
181
|
};
|
|
341
182
|
formItemSlots: {
|
|
342
|
-
type: import("vue").PropType<import("
|
|
343
|
-
default:
|
|
183
|
+
type: import("vue").PropType<import("../../form-item/src/types").FormItemSlots>;
|
|
184
|
+
default: undefined;
|
|
344
185
|
};
|
|
345
186
|
elRef: {
|
|
346
187
|
type: import("vue").PropType<any>;
|
|
@@ -352,531 +193,79 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
352
193
|
};
|
|
353
194
|
readonly: {
|
|
354
195
|
type: BooleanConstructor;
|
|
355
|
-
default:
|
|
196
|
+
default: undefined;
|
|
356
197
|
};
|
|
357
198
|
formItemTip: {
|
|
358
199
|
type: StringConstructor;
|
|
359
|
-
default:
|
|
200
|
+
default: undefined;
|
|
360
201
|
};
|
|
361
|
-
formItemTipClass:
|
|
202
|
+
formItemTipClass: null;
|
|
362
203
|
labelTip: {
|
|
363
204
|
type: StringConstructor;
|
|
364
|
-
default:
|
|
205
|
+
default: undefined;
|
|
365
206
|
};
|
|
366
207
|
information: {
|
|
367
208
|
type: BooleanConstructor;
|
|
368
209
|
default: boolean;
|
|
369
210
|
};
|
|
370
|
-
prop:
|
|
371
|
-
defaultModelValue:
|
|
211
|
+
prop: null;
|
|
212
|
+
defaultModelValue: null;
|
|
372
213
|
label: StringConstructor;
|
|
373
214
|
labelWidth: {
|
|
374
|
-
readonly type: import("vue").PropType<
|
|
375
|
-
readonly required: false;
|
|
376
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
377
|
-
__epPropKey: true;
|
|
378
|
-
} & {
|
|
379
|
-
readonly default: "";
|
|
380
|
-
};
|
|
381
|
-
labelPosition: {
|
|
382
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
215
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
383
216
|
readonly required: false;
|
|
384
217
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
385
218
|
__epPropKey: true;
|
|
386
|
-
} & {
|
|
387
|
-
readonly default: "";
|
|
388
219
|
};
|
|
220
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
389
221
|
rules: {
|
|
390
|
-
readonly type: import("vue").PropType<unknown
|
|
222
|
+
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>>;
|
|
391
223
|
readonly required: false;
|
|
392
224
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
393
225
|
__epPropKey: true;
|
|
394
226
|
};
|
|
395
227
|
error: StringConstructor;
|
|
396
228
|
validateStatus: {
|
|
397
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
229
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
398
230
|
readonly required: false;
|
|
399
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
400
232
|
__epPropKey: true;
|
|
401
233
|
};
|
|
402
234
|
for: StringConstructor;
|
|
403
|
-
inlineMessage:
|
|
404
|
-
|
|
405
|
-
readonly required: false;
|
|
406
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
407
|
-
__epPropKey: true;
|
|
408
|
-
} & {
|
|
409
|
-
readonly default: "";
|
|
410
|
-
};
|
|
411
|
-
showMessage: {
|
|
412
|
-
readonly type: import("vue").PropType<boolean>;
|
|
413
|
-
readonly required: false;
|
|
414
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
415
|
-
__epPropKey: true;
|
|
416
|
-
} & {
|
|
417
|
-
readonly default: true;
|
|
418
|
-
};
|
|
235
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
236
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
419
237
|
}>> & Readonly<{
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
238
|
+
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
239
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
240
|
+
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
423
241
|
}>, {
|
|
424
|
-
required:
|
|
242
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
425
243
|
formItemSize: "default" | "small" | "large";
|
|
426
|
-
formItemSlots: import("
|
|
244
|
+
formItemSlots: import("../../form-item/src/types").FormItemSlots;
|
|
427
245
|
inline: boolean;
|
|
428
246
|
readonly: boolean;
|
|
429
247
|
formItemTip: string;
|
|
430
|
-
formItemTipClass: any;
|
|
431
248
|
labelTip: string;
|
|
432
249
|
information: boolean;
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
showMessage: boolean;
|
|
439
|
-
disabled: boolean;
|
|
250
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
251
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
252
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
253
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
254
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
440
255
|
name: string;
|
|
441
|
-
modelValue: any;
|
|
442
|
-
width: string | number;
|
|
443
256
|
loading: boolean;
|
|
444
|
-
|
|
257
|
+
width: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
445
258
|
inlinePrompt: boolean;
|
|
446
259
|
activeText: string;
|
|
447
260
|
inactiveText: string;
|
|
448
|
-
activeValue:
|
|
449
|
-
inactiveValue:
|
|
450
|
-
}, {}, {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
readonly ariaLabel: StringConstructor;
|
|
454
|
-
readonly modelValue: {
|
|
455
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
456
|
-
readonly required: false;
|
|
457
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
458
|
-
__epPropKey: true;
|
|
459
|
-
} & {
|
|
460
|
-
readonly default: false;
|
|
461
|
-
};
|
|
462
|
-
readonly disabled: BooleanConstructor;
|
|
463
|
-
readonly loading: BooleanConstructor;
|
|
464
|
-
readonly size: {
|
|
465
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
466
|
-
readonly required: false;
|
|
467
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
468
|
-
__epPropKey: true;
|
|
469
|
-
};
|
|
470
|
-
readonly width: {
|
|
471
|
-
readonly type: import("vue").PropType<string | number>;
|
|
472
|
-
readonly required: false;
|
|
473
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
474
|
-
__epPropKey: true;
|
|
475
|
-
} & {
|
|
476
|
-
readonly default: "";
|
|
477
|
-
};
|
|
478
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
479
|
-
readonly inactiveActionIcon: {
|
|
480
|
-
readonly type: import("vue").PropType<unknown>;
|
|
481
|
-
readonly required: false;
|
|
482
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
483
|
-
__epPropKey: true;
|
|
484
|
-
};
|
|
485
|
-
readonly activeActionIcon: {
|
|
486
|
-
readonly type: import("vue").PropType<unknown>;
|
|
487
|
-
readonly required: false;
|
|
488
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
489
|
-
__epPropKey: true;
|
|
490
|
-
};
|
|
491
|
-
readonly activeIcon: {
|
|
492
|
-
readonly type: import("vue").PropType<unknown>;
|
|
493
|
-
readonly required: false;
|
|
494
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
495
|
-
__epPropKey: true;
|
|
496
|
-
};
|
|
497
|
-
readonly inactiveIcon: {
|
|
498
|
-
readonly type: import("vue").PropType<unknown>;
|
|
499
|
-
readonly required: false;
|
|
500
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
501
|
-
__epPropKey: true;
|
|
502
|
-
};
|
|
503
|
-
readonly activeText: {
|
|
504
|
-
readonly type: import("vue").PropType<string>;
|
|
505
|
-
readonly required: false;
|
|
506
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
507
|
-
__epPropKey: true;
|
|
508
|
-
} & {
|
|
509
|
-
readonly default: "";
|
|
510
|
-
};
|
|
511
|
-
readonly inactiveText: {
|
|
512
|
-
readonly type: import("vue").PropType<string>;
|
|
513
|
-
readonly required: false;
|
|
514
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
515
|
-
__epPropKey: true;
|
|
516
|
-
} & {
|
|
517
|
-
readonly default: "";
|
|
518
|
-
};
|
|
519
|
-
readonly activeValue: {
|
|
520
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
521
|
-
readonly required: false;
|
|
522
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
523
|
-
__epPropKey: true;
|
|
524
|
-
} & {
|
|
525
|
-
readonly default: true;
|
|
526
|
-
};
|
|
527
|
-
readonly inactiveValue: {
|
|
528
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
529
|
-
readonly required: false;
|
|
530
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
531
|
-
__epPropKey: true;
|
|
532
|
-
} & {
|
|
533
|
-
readonly default: false;
|
|
534
|
-
};
|
|
535
|
-
readonly name: {
|
|
536
|
-
readonly type: import("vue").PropType<string>;
|
|
537
|
-
readonly required: false;
|
|
538
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
539
|
-
__epPropKey: true;
|
|
540
|
-
} & {
|
|
541
|
-
readonly default: "";
|
|
542
|
-
};
|
|
543
|
-
readonly validateEvent: {
|
|
544
|
-
readonly type: import("vue").PropType<boolean>;
|
|
545
|
-
readonly required: false;
|
|
546
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
547
|
-
__epPropKey: true;
|
|
548
|
-
} & {
|
|
549
|
-
readonly default: true;
|
|
550
|
-
};
|
|
551
|
-
readonly beforeChange: {
|
|
552
|
-
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
553
|
-
readonly required: false;
|
|
554
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
555
|
-
__epPropKey: true;
|
|
556
|
-
};
|
|
557
|
-
readonly id: StringConstructor;
|
|
558
|
-
readonly tabindex: {
|
|
559
|
-
readonly type: import("vue").PropType<string | number>;
|
|
560
|
-
readonly required: false;
|
|
561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
-
__epPropKey: true;
|
|
563
|
-
};
|
|
564
|
-
}>> & {
|
|
565
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
566
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
567
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
568
|
-
}, {
|
|
569
|
-
focus: () => void;
|
|
570
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
571
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
572
|
-
"update:modelValue": (val: string | number | boolean) => void;
|
|
573
|
-
change: (val: string | number | boolean) => void;
|
|
574
|
-
input: (val: string | number | boolean) => void;
|
|
575
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, {
|
|
576
|
-
readonly disabled: boolean;
|
|
577
|
-
readonly width: string | number;
|
|
578
|
-
readonly name: string;
|
|
579
|
-
readonly loading: boolean;
|
|
580
|
-
readonly modelValue: string | number | boolean;
|
|
581
|
-
readonly validateEvent: boolean;
|
|
582
|
-
readonly activeText: string;
|
|
583
|
-
readonly inactiveText: string;
|
|
584
|
-
readonly activeValue: string | number | boolean;
|
|
585
|
-
readonly inactiveValue: string | number | boolean;
|
|
586
|
-
readonly inlinePrompt: boolean;
|
|
587
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
588
|
-
P: {};
|
|
589
|
-
B: {};
|
|
590
|
-
D: {};
|
|
591
|
-
C: {};
|
|
592
|
-
M: {};
|
|
593
|
-
Defaults: {};
|
|
594
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
595
|
-
readonly ariaLabel: StringConstructor;
|
|
596
|
-
readonly modelValue: {
|
|
597
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
598
|
-
readonly required: false;
|
|
599
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
600
|
-
__epPropKey: true;
|
|
601
|
-
} & {
|
|
602
|
-
readonly default: false;
|
|
603
|
-
};
|
|
604
|
-
readonly disabled: BooleanConstructor;
|
|
605
|
-
readonly loading: BooleanConstructor;
|
|
606
|
-
readonly size: {
|
|
607
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
608
|
-
readonly required: false;
|
|
609
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
610
|
-
__epPropKey: true;
|
|
611
|
-
};
|
|
612
|
-
readonly width: {
|
|
613
|
-
readonly type: import("vue").PropType<string | number>;
|
|
614
|
-
readonly required: false;
|
|
615
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
616
|
-
__epPropKey: true;
|
|
617
|
-
} & {
|
|
618
|
-
readonly default: "";
|
|
619
|
-
};
|
|
620
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
621
|
-
readonly inactiveActionIcon: {
|
|
622
|
-
readonly type: import("vue").PropType<unknown>;
|
|
623
|
-
readonly required: false;
|
|
624
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
625
|
-
__epPropKey: true;
|
|
626
|
-
};
|
|
627
|
-
readonly activeActionIcon: {
|
|
628
|
-
readonly type: import("vue").PropType<unknown>;
|
|
629
|
-
readonly required: false;
|
|
630
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
631
|
-
__epPropKey: true;
|
|
632
|
-
};
|
|
633
|
-
readonly activeIcon: {
|
|
634
|
-
readonly type: import("vue").PropType<unknown>;
|
|
635
|
-
readonly required: false;
|
|
636
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
-
__epPropKey: true;
|
|
638
|
-
};
|
|
639
|
-
readonly inactiveIcon: {
|
|
640
|
-
readonly type: import("vue").PropType<unknown>;
|
|
641
|
-
readonly required: false;
|
|
642
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
643
|
-
__epPropKey: true;
|
|
644
|
-
};
|
|
645
|
-
readonly activeText: {
|
|
646
|
-
readonly type: import("vue").PropType<string>;
|
|
647
|
-
readonly required: false;
|
|
648
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
649
|
-
__epPropKey: true;
|
|
650
|
-
} & {
|
|
651
|
-
readonly default: "";
|
|
652
|
-
};
|
|
653
|
-
readonly inactiveText: {
|
|
654
|
-
readonly type: import("vue").PropType<string>;
|
|
655
|
-
readonly required: false;
|
|
656
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
657
|
-
__epPropKey: true;
|
|
658
|
-
} & {
|
|
659
|
-
readonly default: "";
|
|
660
|
-
};
|
|
661
|
-
readonly activeValue: {
|
|
662
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
663
|
-
readonly required: false;
|
|
664
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
665
|
-
__epPropKey: true;
|
|
666
|
-
} & {
|
|
667
|
-
readonly default: true;
|
|
668
|
-
};
|
|
669
|
-
readonly inactiveValue: {
|
|
670
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
671
|
-
readonly required: false;
|
|
672
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
673
|
-
__epPropKey: true;
|
|
674
|
-
} & {
|
|
675
|
-
readonly default: false;
|
|
676
|
-
};
|
|
677
|
-
readonly name: {
|
|
678
|
-
readonly type: import("vue").PropType<string>;
|
|
679
|
-
readonly required: false;
|
|
680
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
681
|
-
__epPropKey: true;
|
|
682
|
-
} & {
|
|
683
|
-
readonly default: "";
|
|
684
|
-
};
|
|
685
|
-
readonly validateEvent: {
|
|
686
|
-
readonly type: import("vue").PropType<boolean>;
|
|
687
|
-
readonly required: false;
|
|
688
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
689
|
-
__epPropKey: true;
|
|
690
|
-
} & {
|
|
691
|
-
readonly default: true;
|
|
692
|
-
};
|
|
693
|
-
readonly beforeChange: {
|
|
694
|
-
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
695
|
-
readonly required: false;
|
|
696
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
697
|
-
__epPropKey: true;
|
|
698
|
-
};
|
|
699
|
-
readonly id: StringConstructor;
|
|
700
|
-
readonly tabindex: {
|
|
701
|
-
readonly type: import("vue").PropType<string | number>;
|
|
702
|
-
readonly required: false;
|
|
703
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
704
|
-
__epPropKey: true;
|
|
705
|
-
};
|
|
706
|
-
}>> & {
|
|
707
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
708
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
709
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
710
|
-
}, {
|
|
711
|
-
focus: () => void;
|
|
712
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
713
|
-
}, {}, {}, {}, {
|
|
714
|
-
readonly disabled: boolean;
|
|
715
|
-
readonly width: string | number;
|
|
716
|
-
readonly name: string;
|
|
717
|
-
readonly loading: boolean;
|
|
718
|
-
readonly modelValue: string | number | boolean;
|
|
719
|
-
readonly validateEvent: boolean;
|
|
720
|
-
readonly activeText: string;
|
|
721
|
-
readonly inactiveText: string;
|
|
722
|
-
readonly activeValue: string | number | boolean;
|
|
723
|
-
readonly inactiveValue: string | number | boolean;
|
|
724
|
-
readonly inlinePrompt: boolean;
|
|
725
|
-
}>;
|
|
726
|
-
__isFragment?: never;
|
|
727
|
-
__isTeleport?: never;
|
|
728
|
-
__isSuspense?: never;
|
|
729
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
730
|
-
readonly ariaLabel: StringConstructor;
|
|
731
|
-
readonly modelValue: {
|
|
732
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
733
|
-
readonly required: false;
|
|
734
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
735
|
-
__epPropKey: true;
|
|
736
|
-
} & {
|
|
737
|
-
readonly default: false;
|
|
738
|
-
};
|
|
739
|
-
readonly disabled: BooleanConstructor;
|
|
740
|
-
readonly loading: BooleanConstructor;
|
|
741
|
-
readonly size: {
|
|
742
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
743
|
-
readonly required: false;
|
|
744
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
745
|
-
__epPropKey: true;
|
|
746
|
-
};
|
|
747
|
-
readonly width: {
|
|
748
|
-
readonly type: import("vue").PropType<string | number>;
|
|
749
|
-
readonly required: false;
|
|
750
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
751
|
-
__epPropKey: true;
|
|
752
|
-
} & {
|
|
753
|
-
readonly default: "";
|
|
754
|
-
};
|
|
755
|
-
readonly inlinePrompt: BooleanConstructor;
|
|
756
|
-
readonly inactiveActionIcon: {
|
|
757
|
-
readonly type: import("vue").PropType<unknown>;
|
|
758
|
-
readonly required: false;
|
|
759
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
760
|
-
__epPropKey: true;
|
|
761
|
-
};
|
|
762
|
-
readonly activeActionIcon: {
|
|
763
|
-
readonly type: import("vue").PropType<unknown>;
|
|
764
|
-
readonly required: false;
|
|
765
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
|
-
__epPropKey: true;
|
|
767
|
-
};
|
|
768
|
-
readonly activeIcon: {
|
|
769
|
-
readonly type: import("vue").PropType<unknown>;
|
|
770
|
-
readonly required: false;
|
|
771
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
772
|
-
__epPropKey: true;
|
|
773
|
-
};
|
|
774
|
-
readonly inactiveIcon: {
|
|
775
|
-
readonly type: import("vue").PropType<unknown>;
|
|
776
|
-
readonly required: false;
|
|
777
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
778
|
-
__epPropKey: true;
|
|
779
|
-
};
|
|
780
|
-
readonly activeText: {
|
|
781
|
-
readonly type: import("vue").PropType<string>;
|
|
782
|
-
readonly required: false;
|
|
783
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
784
|
-
__epPropKey: true;
|
|
785
|
-
} & {
|
|
786
|
-
readonly default: "";
|
|
787
|
-
};
|
|
788
|
-
readonly inactiveText: {
|
|
789
|
-
readonly type: import("vue").PropType<string>;
|
|
790
|
-
readonly required: false;
|
|
791
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
792
|
-
__epPropKey: true;
|
|
793
|
-
} & {
|
|
794
|
-
readonly default: "";
|
|
795
|
-
};
|
|
796
|
-
readonly activeValue: {
|
|
797
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
798
|
-
readonly required: false;
|
|
799
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
800
|
-
__epPropKey: true;
|
|
801
|
-
} & {
|
|
802
|
-
readonly default: true;
|
|
803
|
-
};
|
|
804
|
-
readonly inactiveValue: {
|
|
805
|
-
readonly type: import("vue").PropType<string | number | boolean>;
|
|
806
|
-
readonly required: false;
|
|
807
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
808
|
-
__epPropKey: true;
|
|
809
|
-
} & {
|
|
810
|
-
readonly default: false;
|
|
811
|
-
};
|
|
812
|
-
readonly name: {
|
|
813
|
-
readonly type: import("vue").PropType<string>;
|
|
814
|
-
readonly required: false;
|
|
815
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
816
|
-
__epPropKey: true;
|
|
817
|
-
} & {
|
|
818
|
-
readonly default: "";
|
|
819
|
-
};
|
|
820
|
-
readonly validateEvent: {
|
|
821
|
-
readonly type: import("vue").PropType<boolean>;
|
|
822
|
-
readonly required: false;
|
|
823
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
824
|
-
__epPropKey: true;
|
|
825
|
-
} & {
|
|
826
|
-
readonly default: true;
|
|
827
|
-
};
|
|
828
|
-
readonly beforeChange: {
|
|
829
|
-
readonly type: import("vue").PropType<() => Promise<boolean> | boolean>;
|
|
830
|
-
readonly required: false;
|
|
831
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
832
|
-
__epPropKey: true;
|
|
833
|
-
};
|
|
834
|
-
readonly id: StringConstructor;
|
|
835
|
-
readonly tabindex: {
|
|
836
|
-
readonly type: import("vue").PropType<string | number>;
|
|
837
|
-
readonly required: false;
|
|
838
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
839
|
-
__epPropKey: true;
|
|
840
|
-
};
|
|
841
|
-
}>> & {
|
|
842
|
-
"onUpdate:modelValue"?: ((val: string | number | boolean) => any) | undefined;
|
|
843
|
-
onChange?: ((val: string | number | boolean) => any) | undefined;
|
|
844
|
-
onInput?: ((val: string | number | boolean) => any) | undefined;
|
|
845
|
-
}, {
|
|
846
|
-
focus: () => void;
|
|
847
|
-
checked: import("vue").ComputedRef<boolean>;
|
|
848
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
849
|
-
"update:modelValue": (val: string | number | boolean) => void;
|
|
850
|
-
change: (val: string | number | boolean) => void;
|
|
851
|
-
input: (val: string | number | boolean) => void;
|
|
852
|
-
}, string, {
|
|
853
|
-
readonly disabled: boolean;
|
|
854
|
-
readonly width: string | number;
|
|
855
|
-
readonly name: string;
|
|
856
|
-
readonly loading: boolean;
|
|
857
|
-
readonly modelValue: string | number | boolean;
|
|
858
|
-
readonly validateEvent: boolean;
|
|
859
|
-
readonly activeText: string;
|
|
860
|
-
readonly inactiveText: string;
|
|
861
|
-
readonly activeValue: string | number | boolean;
|
|
862
|
-
readonly inactiveValue: string | number | boolean;
|
|
863
|
-
readonly inlinePrompt: boolean;
|
|
864
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
865
|
-
$slots: {
|
|
866
|
-
"active-action"?(_: {}): any;
|
|
867
|
-
"inactive-action"?(_: {}): any;
|
|
868
|
-
};
|
|
869
|
-
}) & import("vue").Plugin;
|
|
870
|
-
VkfFormItem: {
|
|
871
|
-
new (...args: any[]): any;
|
|
872
|
-
__isFragment?: never;
|
|
873
|
-
__isTeleport?: never;
|
|
874
|
-
__isSuspense?: never;
|
|
875
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
876
|
-
[x: string]: any;
|
|
877
|
-
[x: symbol]: any;
|
|
878
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
|
879
|
-
install(app: import("vue").App): void;
|
|
880
|
-
};
|
|
881
|
-
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
261
|
+
activeValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
262
|
+
inactiveValue: import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [BooleanConstructor, StringConstructor, NumberConstructor], unknown, unknown>;
|
|
263
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
264
|
+
default?: ((props: {}) => any) | undefined;
|
|
265
|
+
}>;
|
|
882
266
|
export default _default;
|
|
267
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
268
|
+
new (): {
|
|
269
|
+
$slots: S;
|
|
270
|
+
};
|
|
271
|
+
};
|