@vunk/form 2.18.2 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/_plugin-vue_export-helper.cjs +1 -11
- package/components/api-tables-select/index.cjs +1 -467
- package/components/api-tables-select/index.mjs +56 -413
- package/components/api-tables-select/src/ctx.d.ts +152 -172
- package/components/api-tables-select/src/index.vue.d.ts +394 -983
- package/components/button/index.cjs +1 -112
- package/components/button/index.mjs +57 -85
- package/components/button/src/ctx.d.ts +28 -113
- package/components/button/src/index.vue.d.ts +317 -625
- package/components/card-input-collection/index.cjs +1 -370
- package/components/card-input-collection/index.mjs +175 -277
- package/components/card-input-collection/src/core.vue.d.ts +54 -951
- package/components/card-input-collection/src/ctx.d.ts +19 -49
- package/components/card-input-collection/src/index.vue.d.ts +46 -110
- package/components/cascader/index.cjs +1 -150
- package/components/cascader/index.mjs +88 -116
- package/components/cascader/src/ctx.d.ts +140 -207
- package/components/cascader/src/index.vue.d.ts +315 -522
- package/components/cascader/src/use.d.ts +1 -1
- package/components/checkbox/index.cjs +1 -152
- package/components/checkbox/index.mjs +75 -119
- package/components/checkbox/src/ctx.d.ts +46 -69
- package/components/checkbox/src/index.vue.d.ts +448 -1016
- package/components/cloneDeep.cjs +1 -2106
- package/components/color-picker/index.cjs +1 -80
- package/components/color-picker/index.mjs +46 -69
- package/components/color-picker/src/ctx.d.ts +130 -107
- package/components/color-picker/src/index.vue.d.ts +285 -255
- package/components/date-picker/index.cjs +1 -119
- package/components/date-picker/index.mjs +63 -97
- package/components/date-picker/src/ctx.d.ts +123 -206
- package/components/date-picker/src/index.vue.d.ts +269 -1358
- package/components/date-picker/src/types.d.ts +7 -7
- package/components/date-picker-range/index.cjs +1 -177
- package/components/date-picker-range/index.mjs +62 -113
- package/components/date-picker-range/src/ctx.d.ts +130 -206
- package/components/date-picker-range/src/index.vue.d.ts +861 -448
- package/components/debounce.cjs +1 -0
- package/components/dialog/index.cjs +1 -126
- package/components/dialog/index.mjs +65 -99
- package/components/dialog/src/ctx.d.ts +17 -108
- package/components/dialog/src/index.vue.d.ts +77 -1072
- package/components/dialog-input-collection/index.cjs +1 -624
- package/components/dialog-input-collection/index.mjs +276 -498
- package/components/dialog-input-collection/src/ctx.d.ts +21 -52
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +29 -6371
- package/components/dialog-input-collection/src/index.vue.d.ts +65 -7630
- package/components/dialog-input-collection/src/layout.vue.d.ts +13 -73
- package/components/download-plus/index.cjs +1 -456
- package/components/download-plus/index.mjs +215 -358
- package/components/download-plus/src/api.d.ts +1 -1
- package/components/download-plus/src/ctx.d.ts +21 -52
- package/components/download-plus/src/index.vue.d.ts +437 -1177
- package/components/editable-text/index.cjs +1 -295
- package/components/editable-text/index.mjs +113 -239
- package/components/editable-text/src/ctx.d.ts +24 -50
- package/components/editable-text/src/index.vue.d.ts +59 -3258
- package/components/el-slider/index.cjs +1 -0
- package/components/el-slider/index.d.ts +5 -0
- package/components/el-slider/index.mjs +475 -0
- package/components/el-slider/src/button.d.ts +36 -0
- package/components/el-slider/src/button.vue.d.ts +41 -0
- package/components/el-slider/src/composables/index.cjs +1 -0
- package/components/el-slider/src/composables/index.d.ts +6 -0
- package/components/el-slider/src/composables/index.mjs +9 -0
- package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
- package/components/el-slider/src/composables/use-marks.d.ts +7 -0
- package/components/el-slider/src/composables/use-slide.d.ts +23 -0
- package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
- package/components/el-slider/src/composables/use-stops.d.ts +8 -0
- package/components/el-slider/src/composables/use-watch.d.ts +4 -0
- package/components/el-slider/src/constants.d.ts +14 -0
- package/components/el-slider/src/marker.d.ts +37 -0
- package/components/el-slider/src/slider-core.vue.d.ts +218 -0
- package/components/el-slider/src/slider.d.ts +174 -0
- package/components/esri-input-geojson/index.cjs +2 -1604
- package/components/esri-input-geojson/index.mjs +682 -1290
- package/components/esri-input-geojson/src/append.vue.d.ts +239 -1099
- package/components/esri-input-geojson/src/const.d.ts +1 -1
- package/components/esri-input-geojson/src/ctx.d.ts +66 -161
- package/components/esri-input-geojson/src/default-view.vue.d.ts +8 -132
- package/components/esri-input-geojson/src/index.vue.d.ts +982 -708
- package/components/esri-input-geojson/src/types.d.ts +1 -0
- package/components/esri-input-geojson/src/viewer.vue.d.ts +53 -282
- package/components/fieldset/index.cjs +1 -110
- package/components/fieldset/index.mjs +63 -76
- package/components/fieldset/src/ctx.d.ts +4 -4
- package/components/fieldset/src/index.vue.d.ts +7 -7
- package/components/form/index.cjs +1 -248
- package/components/form/index.mjs +107 -161
- package/components/form/src/ctx.d.ts +15 -64
- package/components/form/src/index.vue.d.ts +374 -2431
- package/components/form-item/index.cjs +1 -294
- package/components/form-item/index.mjs +140 -229
- package/components/form-item/src/core.vue.d.ts +32 -1854
- package/components/form-item/src/ctx.d.ts +19 -51
- package/components/form-item/src/index.vue.d.ts +38 -101
- package/components/form-item-renderer/index.cjs +1 -193
- package/components/form-item-renderer/index.mjs +103 -162
- package/components/form-item-renderer/src/core.vue.d.ts +9 -9
- package/components/form-item-renderer/src/ctx.d.ts +3 -3
- package/components/form-item-renderer/src/index.vue.d.ts +24 -74
- package/components/form-item-renderer-template/index.cjs +1 -47
- package/components/form-item-renderer-template/index.mjs +20 -33
- package/components/form-item-renderer-template/src/index.vue.d.ts +1 -1
- package/components/forms-provider/index.cjs +1 -99
- package/components/forms-provider/index.mjs +44 -73
- package/components/forms-provider/src/core.d.ts +3 -2
- package/components/forms-provider/src/segment.vue.d.ts +8 -8
- package/components/forms-provider/src/view.vue.d.ts +14 -4
- package/components/index.cjs +1 -399
- package/components/index2.cjs +1 -17
- package/components/information/index.cjs +1 -65
- package/components/information/index.mjs +28 -38
- package/components/information/src/ctx.d.ts +2 -2
- package/components/information/src/index.vue.d.ts +4 -4
- package/components/information-collection/index.cjs +1 -81
- package/components/information-collection/index.mjs +44 -48
- package/components/information-collection/src/ctx.d.ts +29 -65
- package/components/information-collection/src/index.vue.d.ts +64 -136
- package/components/information-renderer/index.cjs +1 -16
- package/components/information-renderer/index.d.ts +9 -9
- package/components/information-renderer/index.mjs +9 -10
- package/components/information-tag/index.cjs +1 -101
- package/components/information-tag/index.mjs +44 -54
- package/components/information-tag/src/ctx.d.ts +6 -21
- package/components/information-tag/src/index.vue.d.ts +23 -51
- package/components/information-templates-default/index.cjs +1 -101
- package/components/information-templates-default/index.mjs +63 -73
- package/components/information-templates-default/src/index.vue.d.ts +1 -1
- package/components/input/index.cjs +1 -115
- package/components/input/index.mjs +60 -83
- package/components/input/src/ctx.d.ts +51 -152
- package/components/input/src/index.vue.d.ts +392 -951
- package/components/input-array/index.cjs +1 -310
- package/components/input-array/index.mjs +114 -244
- package/components/input-array/src/ctx.d.ts +19 -49
- package/components/input-array/src/form-template.vue.d.ts +1 -901
- package/components/input-array/src/index.vue.d.ts +43 -730
- package/components/input-collection/index.cjs +1 -452
- package/components/input-collection/index.mjs +195 -355
- package/components/input-collection/src/core.vue.d.ts +64 -1026
- package/components/input-collection/src/ctx.d.ts +21 -51
- package/components/input-collection/src/index.vue.d.ts +50 -114
- package/components/input-file/index.cjs +1 -142
- package/components/input-file/index.mjs +68 -100
- package/components/input-file/src/ctx.d.ts +8 -29
- package/components/input-file/src/index.vue.d.ts +444 -74
- package/components/input-file/src/template.vue.d.ts +1 -124
- package/components/input-link/index.cjs +1 -167
- package/components/input-link/index.mjs +60 -83
- package/components/input-link/src/ctx.d.ts +52 -137
- package/components/input-link/src/index.vue.d.ts +833 -311
- package/components/input-number/index.cjs +1 -119
- package/components/input-number/index.mjs +73 -87
- package/components/input-number/src/ctx.d.ts +38 -131
- package/components/input-number/src/index.vue.d.ts +321 -683
- package/components/input-tag/index.cjs +1 -100
- package/components/input-tag/index.mjs +51 -78
- package/components/input-tag/src/ctx.d.ts +43 -145
- package/components/input-tag/src/index.vue.d.ts +324 -778
- package/components/isObject.cjs +1 -165
- package/components/monaco-editor/index.cjs +1 -83
- package/components/monaco-editor/index.mjs +40 -59
- package/components/monaco-editor/src/ctx.d.ts +19 -44
- package/components/monaco-editor/src/index.vue.d.ts +209 -109
- package/components/radio/index.cjs +1 -267
- package/components/radio/index.mjs +110 -209
- package/components/radio/src/ctx.d.ts +27 -91
- package/components/radio/src/index.vue.d.ts +298 -1279
- package/components/radio/src/option.vue.d.ts +29 -881
- package/components/radio/src/wraper.vue.d.ts +64 -196
- package/components/renderer-data/index.cjs +1 -41
- package/components/renderer-data/index.mjs +19 -26
- package/components/renderer-data/src/ctx.d.ts +1 -1
- package/components/renderer-data/src/index.vue.d.ts +2 -2
- package/components/select/index.cjs +1 -311
- package/components/select/index.mjs +156 -214
- package/components/select/src/core.vue.d.ts +638 -1080
- package/components/select/src/ctx.d.ts +140 -223
- package/components/select/src/index.vue.d.ts +334 -610
- package/components/select/src/options.vue.d.ts +1 -1
- package/components/slider/index.cjs +1 -88
- package/components/slider/index.mjs +41 -70
- package/components/slider/src/ctx.d.ts +63 -174
- package/components/slider/src/index.vue.d.ts +151 -420
- package/components/style.css +1 -0
- package/components/switch/index.cjs +1 -88
- package/components/switch/index.mjs +37 -69
- package/components/switch/src/ctx.d.ts +34 -113
- package/components/switch/src/index.vue.d.ts +88 -699
- package/components/switch/src/types.d.ts +2 -2
- package/components/tables-select/index.cjs +1 -263
- package/components/tables-select/index.mjs +102 -172
- package/components/tables-select/src/ctx.d.ts +76 -91
- package/components/tables-select/src/index.vue.d.ts +228 -4969
- package/components/template-instances-provider/index.cjs +1 -31
- package/components/template-instances-provider/index.mjs +18 -22
- package/components/template-instances-provider/src/index.vue.d.ts +2 -2
- package/components/templates-default/index.cjs +1 -235
- package/components/templates-default/index.mjs +152 -211
- package/components/templates-default/src/ctx.d.ts +5 -3
- package/components/templates-default/src/index.vue.d.ts +7298 -157
- package/components/templates-element-plus/index.cjs +1 -112
- package/components/templates-element-plus/index.mjs +49 -91
- package/components/templates-element-plus/src/ctx.d.ts +1 -1
- package/components/templates-element-plus/src/index.vue.d.ts +65 -258
- package/components/templates-esri/index.cjs +1 -65
- package/components/templates-esri/index.mjs +29 -39
- package/components/templates-esri/src/ctx.d.ts +1 -1
- package/components/templates-esri/src/index.vue.d.ts +1776 -24
- package/components/templates-layout/index.cjs +1 -137
- package/components/templates-layout/index.mjs +78 -116
- package/components/templates-layout/src/ctx.d.ts +1 -1
- package/components/templates-layout/src/index.vue.d.ts +79 -411
- package/components/templates-variant/index.cjs +1 -70
- package/components/templates-variant/index.mjs +33 -43
- package/components/templates-variant/src/ctx.d.ts +1 -1
- package/components/templates-variant/src/index.vue.d.ts +1238 -24
- package/components/time-picker/index.cjs +1 -104
- package/components/time-picker/index.mjs +57 -87
- package/components/time-picker/src/ctx.d.ts +121 -211
- package/components/time-picker/src/index.vue.d.ts +263 -1368
- package/components/upload/index.cjs +1 -663
- package/components/upload/index.mjs +343 -537
- package/components/upload/src/ctx.d.ts +108 -195
- package/components/upload/src/file.vue.d.ts +197 -776
- package/components/upload/src/index.vue.d.ts +689 -1931
- package/components/upload/src/types.d.ts +1 -1
- package/components/upload/src/wraper.vue.d.ts +232 -407
- package/components/upload-plus/index.cjs +21 -18673
- package/components/upload-plus/index.mjs +4598 -18372
- package/components/upload-plus/src/api.d.ts +2 -2
- package/components/upload-plus/src/ctx.d.ts +24 -51
- package/components/upload-plus/src/index.vue.d.ts +51 -1656
- package/components/use-watch.cjs +1 -0
- package/components/van-cascader/index.cjs +1 -125
- package/components/van-cascader/index.mjs +51 -96
- package/components/van-cascader/src/ctx.d.ts +135 -203
- package/components/van-cascader/src/index.vue.d.ts +312 -985
- package/components/var-datetime-picker/index.cjs +1 -333
- package/components/var-datetime-picker/index.mjs +175 -254
- package/components/var-datetime-picker/src/ctx.d.ts +19 -50
- package/components/var-datetime-picker/src/index.vue.d.ts +688 -1115
- package/components/vditor/index.cjs +1 -86
- package/components/vditor/index.mjs +40 -66
- package/components/vditor/src/ctx.d.ts +16 -45
- package/components/vditor/src/index.vue.d.ts +195 -120
- package/composables/element-plus/index.cjs +1 -23
- package/composables/element-plus/index.mjs +14 -18
- package/composables/index.cjs +1 -161
- package/composables/index.d.ts +1 -0
- package/composables/index.mjs +102 -135
- package/composables/useForm.d.ts +2 -2
- package/composables/useRtl.d.ts +18 -0
- package/composables/useSourceManager.d.ts +2 -2
- package/composables/useTemplateInstances.d.ts +3 -3
- package/index.css +1 -562
- package/index.d.ts +0 -3
- package/index.esm.js +23 -48
- package/locale/index.cjs +1 -102
- package/locale/index.mjs +34 -34
- package/locale/lang/index.cjs +1 -2
- package/locale/lang/index.d.ts +1 -0
- package/package.json +14 -85
- package/shared/const/index.cjs +1 -59
- package/shared/const/index.d.ts +1 -1
- package/shared/const/index.mjs +18 -20
- package/shared/element-plus/ctx.d.ts +40 -37
- package/shared/element-plus/index.cjs +1 -211
- package/shared/element-plus/index.mjs +93 -161
- package/shared/element-plus/instances.d.ts +207 -321
- package/shared/form/index.cjs +1 -33
- package/shared/form/index.mjs +23 -25
- package/shared/helper/index.cjs +1 -11
- package/shared/helper/index.mjs +7 -8
- package/shared/index.cjs +1 -8
- package/shared/index.mjs +5 -1
- package/shared/infer-prop/index.cjs +1 -36
- package/shared/infer-prop/index.mjs +22 -28
- package/shared/progress-it/index.cjs +1 -42
- package/shared/progress-it/index.mjs +15 -31
- package/shared/rules/index.cjs +1 -56
- package/shared/rules/index.mjs +19 -18
- package/shared/types/form/index.cjs +1 -2
- package/shared/types/index.cjs +1 -2
- package/shared/types/source/index.cjs +1 -2
- package/shared/types/source-manager/index.cjs +1 -2
- package/shared/upload/index.cjs +1 -774
- package/shared/upload/index.mjs +180 -764
- package/component.d.ts +0 -3
- package/components/_plugin-vue_export-helper.mjs +0 -9
- package/components/card-input-collection/index.css +0 -21
- package/components/cascader/index.css +0 -9
- package/components/checkbox/index.css +0 -30
- package/components/cloneDeep.mjs +0 -2104
- package/components/date-picker-range/index.css +0 -18
- package/components/dialog-input-collection/index.css +0 -21
- package/components/download-plus/index.css +0 -68
- package/components/editable-text/index.css +0 -9
- package/components/esri-input-geojson/index.css +0 -32
- package/components/fieldset/index.css +0 -5
- package/components/form-item/index.css +0 -35
- package/components/index.mjs +0 -378
- package/components/index2.mjs +0 -14
- package/components/information-tag/index.css +0 -6
- package/components/information-templates-default/index.css +0 -16
- package/components/input-array/index.css +0 -14
- package/components/input-collection/index.css +0 -20
- package/components/input-link/index.css +0 -4
- package/components/input-number/index.css +0 -13
- package/components/isObject.mjs +0 -158
- package/components/monaco-editor/index.css +0 -4
- package/components/radio/index.css +0 -40
- package/components/select/index.css +0 -15
- package/components/switch/index.css +0 -10
- package/components/tables-select/index.css +0 -3
- package/components/templates-layout/index.css +0 -3
- package/components/upload/index.css +0 -34
- package/components/upload-plus/index.css +0 -84
- package/components/van-cascader/index.css +0 -6
- package/components/var-datetime-picker/index.css +0 -17
- package/defaults.d.ts +0 -5
|
@@ -2,63 +2,63 @@ import type { CheckboxProps } from '@vunk/form/shared/types/form';
|
|
|
2
2
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
3
|
options: {
|
|
4
4
|
type: import("vue").PropType<CheckboxProps[]>;
|
|
5
|
-
default: () =>
|
|
5
|
+
default: () => never[];
|
|
6
6
|
};
|
|
7
7
|
type: {
|
|
8
|
-
type: import("vue").PropType<"button" | "
|
|
8
|
+
type: import("vue").PropType<"button" | "checkbox">;
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
defaultModelValue: {
|
|
12
12
|
type: import("vue").PropType<any[]>;
|
|
13
|
-
default:
|
|
13
|
+
default: undefined;
|
|
14
14
|
};
|
|
15
15
|
modelValue: {
|
|
16
16
|
type: import("vue").PropType<(string | number)[]>;
|
|
17
|
-
default:
|
|
17
|
+
default: undefined;
|
|
18
18
|
};
|
|
19
19
|
ariaLabel: StringConstructor;
|
|
20
|
-
disabled: BooleanConstructor
|
|
20
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
21
21
|
min: NumberConstructor;
|
|
22
22
|
max: NumberConstructor;
|
|
23
23
|
size: {
|
|
24
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
24
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
25
25
|
readonly required: false;
|
|
26
26
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
27
27
|
__epPropKey: true;
|
|
28
28
|
};
|
|
29
29
|
fill: StringConstructor;
|
|
30
30
|
textColor: StringConstructor;
|
|
31
|
-
tag:
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
31
|
+
tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
32
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
33
|
+
props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
34
|
+
value?: string | undefined;
|
|
35
|
+
label?: string | undefined;
|
|
36
|
+
disabled?: string | undefined;
|
|
37
|
+
}) | (() => {
|
|
38
|
+
value?: string | undefined;
|
|
39
|
+
label?: string | undefined;
|
|
40
|
+
disabled?: string | undefined;
|
|
41
|
+
}) | ((new (...args: any[]) => {
|
|
42
|
+
value?: string | undefined;
|
|
43
|
+
label?: string | undefined;
|
|
44
|
+
disabled?: string | undefined;
|
|
45
|
+
}) | (() => {
|
|
46
|
+
value?: string | undefined;
|
|
47
|
+
label?: string | undefined;
|
|
48
|
+
disabled?: string | undefined;
|
|
49
|
+
}) | null)[], unknown, unknown, () => Required<{
|
|
50
|
+
value?: string | undefined;
|
|
51
|
+
label?: string | undefined;
|
|
52
|
+
disabled?: string | undefined;
|
|
53
|
+
}>, boolean>;
|
|
54
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
55
55
|
formItemSize: {
|
|
56
56
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
57
57
|
default: "default" | "small" | "large";
|
|
58
58
|
};
|
|
59
59
|
formItemSlots: {
|
|
60
|
-
type: import("vue").PropType<import("
|
|
61
|
-
default:
|
|
60
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
61
|
+
default: undefined;
|
|
62
62
|
};
|
|
63
63
|
elRef: {
|
|
64
64
|
type: import("vue").PropType<any>;
|
|
@@ -70,81 +70,65 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
70
70
|
};
|
|
71
71
|
readonly: {
|
|
72
72
|
type: BooleanConstructor;
|
|
73
|
-
default:
|
|
73
|
+
default: undefined;
|
|
74
74
|
};
|
|
75
75
|
formItemTip: {
|
|
76
76
|
type: StringConstructor;
|
|
77
|
-
default:
|
|
77
|
+
default: undefined;
|
|
78
78
|
};
|
|
79
|
-
formItemTipClass:
|
|
79
|
+
formItemTipClass: null;
|
|
80
80
|
labelTip: {
|
|
81
81
|
type: StringConstructor;
|
|
82
|
-
default:
|
|
82
|
+
default: undefined;
|
|
83
83
|
};
|
|
84
84
|
information: {
|
|
85
85
|
type: BooleanConstructor;
|
|
86
86
|
default: boolean;
|
|
87
87
|
};
|
|
88
|
-
prop:
|
|
88
|
+
prop: null;
|
|
89
89
|
label: StringConstructor;
|
|
90
90
|
labelWidth: {
|
|
91
|
-
readonly type: import("vue").PropType<
|
|
91
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
92
92
|
readonly required: false;
|
|
93
93
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
94
94
|
__epPropKey: true;
|
|
95
|
-
} & {
|
|
96
|
-
readonly default: "";
|
|
97
|
-
};
|
|
98
|
-
labelPosition: {
|
|
99
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
100
|
-
readonly required: false;
|
|
101
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
102
|
-
__epPropKey: true;
|
|
103
|
-
} & {
|
|
104
|
-
readonly default: "";
|
|
105
95
|
};
|
|
96
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
106
97
|
rules: {
|
|
107
|
-
readonly type: import("vue").PropType<unknown
|
|
98
|
+
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>>;
|
|
108
99
|
readonly required: false;
|
|
109
100
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
110
101
|
__epPropKey: true;
|
|
111
102
|
};
|
|
112
103
|
error: StringConstructor;
|
|
113
104
|
validateStatus: {
|
|
114
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
105
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
115
106
|
readonly required: false;
|
|
116
107
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
117
108
|
__epPropKey: true;
|
|
118
109
|
};
|
|
119
110
|
for: StringConstructor;
|
|
120
|
-
inlineMessage:
|
|
121
|
-
|
|
122
|
-
readonly required: false;
|
|
123
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
124
|
-
__epPropKey: true;
|
|
125
|
-
} & {
|
|
126
|
-
readonly default: "";
|
|
127
|
-
};
|
|
128
|
-
showMessage: {
|
|
129
|
-
readonly type: import("vue").PropType<boolean>;
|
|
130
|
-
readonly required: false;
|
|
131
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
132
|
-
__epPropKey: true;
|
|
133
|
-
} & {
|
|
134
|
-
readonly default: true;
|
|
135
|
-
};
|
|
111
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
112
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
136
113
|
}>, {
|
|
137
114
|
formItemBindProps: import("vue").ComputedRef<{}>;
|
|
138
115
|
coreBindProps: import("vue").ComputedRef<{
|
|
139
|
-
|
|
140
|
-
size: "" | "default" | "small" | "large";
|
|
141
|
-
|
|
142
|
-
modelValue: (string | number)[];
|
|
116
|
+
type: "button" | "checkbox";
|
|
117
|
+
size: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
118
|
+
fill: string | undefined;
|
|
119
|
+
modelValue: (string | number)[] | undefined;
|
|
120
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
121
|
+
ariaLabel: string | undefined;
|
|
122
|
+
props: {
|
|
123
|
+
value?: string | undefined;
|
|
124
|
+
label?: string | undefined;
|
|
125
|
+
disabled?: string | undefined;
|
|
126
|
+
};
|
|
143
127
|
tag: string;
|
|
144
|
-
|
|
145
|
-
max: number;
|
|
146
|
-
|
|
147
|
-
textColor: string;
|
|
128
|
+
options: CheckboxProps[];
|
|
129
|
+
max: number | undefined;
|
|
130
|
+
min: number | undefined;
|
|
131
|
+
textColor: string | undefined;
|
|
148
132
|
}>;
|
|
149
133
|
coreOnEmits: {};
|
|
150
134
|
options: import("vue").ComputedRef<CheckboxProps[]>;
|
|
@@ -156,63 +140,63 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
156
140
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
157
141
|
options: {
|
|
158
142
|
type: import("vue").PropType<CheckboxProps[]>;
|
|
159
|
-
default: () =>
|
|
143
|
+
default: () => never[];
|
|
160
144
|
};
|
|
161
145
|
type: {
|
|
162
|
-
type: import("vue").PropType<"button" | "
|
|
146
|
+
type: import("vue").PropType<"button" | "checkbox">;
|
|
163
147
|
default: string;
|
|
164
148
|
};
|
|
165
149
|
defaultModelValue: {
|
|
166
150
|
type: import("vue").PropType<any[]>;
|
|
167
|
-
default:
|
|
151
|
+
default: undefined;
|
|
168
152
|
};
|
|
169
153
|
modelValue: {
|
|
170
154
|
type: import("vue").PropType<(string | number)[]>;
|
|
171
|
-
default:
|
|
155
|
+
default: undefined;
|
|
172
156
|
};
|
|
173
157
|
ariaLabel: StringConstructor;
|
|
174
|
-
disabled: BooleanConstructor
|
|
158
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
175
159
|
min: NumberConstructor;
|
|
176
160
|
max: NumberConstructor;
|
|
177
161
|
size: {
|
|
178
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large"
|
|
162
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
179
163
|
readonly required: false;
|
|
180
164
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
181
165
|
__epPropKey: true;
|
|
182
166
|
};
|
|
183
167
|
fill: StringConstructor;
|
|
184
168
|
textColor: StringConstructor;
|
|
185
|
-
tag:
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
169
|
+
tag: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, unknown, unknown, "div", boolean>;
|
|
170
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
171
|
+
props: import("element-plus/es/utils/index.mjs").EpPropFinalized<(new (...args: any[]) => {
|
|
172
|
+
value?: string | undefined;
|
|
173
|
+
label?: string | undefined;
|
|
174
|
+
disabled?: string | undefined;
|
|
175
|
+
}) | (() => {
|
|
176
|
+
value?: string | undefined;
|
|
177
|
+
label?: string | undefined;
|
|
178
|
+
disabled?: string | undefined;
|
|
179
|
+
}) | ((new (...args: any[]) => {
|
|
180
|
+
value?: string | undefined;
|
|
181
|
+
label?: string | undefined;
|
|
182
|
+
disabled?: string | undefined;
|
|
183
|
+
}) | (() => {
|
|
184
|
+
value?: string | undefined;
|
|
185
|
+
label?: string | undefined;
|
|
186
|
+
disabled?: string | undefined;
|
|
187
|
+
}) | null)[], unknown, unknown, () => Required<{
|
|
188
|
+
value?: string | undefined;
|
|
189
|
+
label?: string | undefined;
|
|
190
|
+
disabled?: string | undefined;
|
|
191
|
+
}>, boolean>;
|
|
192
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
209
193
|
formItemSize: {
|
|
210
194
|
type: import("vue").PropType<"default" | "small" | "large">;
|
|
211
195
|
default: "default" | "small" | "large";
|
|
212
196
|
};
|
|
213
197
|
formItemSlots: {
|
|
214
|
-
type: import("vue").PropType<import("
|
|
215
|
-
default:
|
|
198
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
199
|
+
default: undefined;
|
|
216
200
|
};
|
|
217
201
|
elRef: {
|
|
218
202
|
type: import("vue").PropType<any>;
|
|
@@ -224,1130 +208,578 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
224
208
|
};
|
|
225
209
|
readonly: {
|
|
226
210
|
type: BooleanConstructor;
|
|
227
|
-
default:
|
|
211
|
+
default: undefined;
|
|
228
212
|
};
|
|
229
213
|
formItemTip: {
|
|
230
214
|
type: StringConstructor;
|
|
231
|
-
default:
|
|
215
|
+
default: undefined;
|
|
232
216
|
};
|
|
233
|
-
formItemTipClass:
|
|
217
|
+
formItemTipClass: null;
|
|
234
218
|
labelTip: {
|
|
235
219
|
type: StringConstructor;
|
|
236
|
-
default:
|
|
220
|
+
default: undefined;
|
|
237
221
|
};
|
|
238
222
|
information: {
|
|
239
223
|
type: BooleanConstructor;
|
|
240
224
|
default: boolean;
|
|
241
225
|
};
|
|
242
|
-
prop:
|
|
226
|
+
prop: null;
|
|
243
227
|
label: StringConstructor;
|
|
244
228
|
labelWidth: {
|
|
245
|
-
readonly type: import("vue").PropType<
|
|
246
|
-
readonly required: false;
|
|
247
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
248
|
-
__epPropKey: true;
|
|
249
|
-
} & {
|
|
250
|
-
readonly default: "";
|
|
251
|
-
};
|
|
252
|
-
labelPosition: {
|
|
253
|
-
readonly type: import("vue").PropType<"" | "top" | "left" | "right">;
|
|
229
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
254
230
|
readonly required: false;
|
|
255
231
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
256
232
|
__epPropKey: true;
|
|
257
|
-
} & {
|
|
258
|
-
readonly default: "";
|
|
259
233
|
};
|
|
234
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
260
235
|
rules: {
|
|
261
|
-
readonly type: import("vue").PropType<unknown
|
|
236
|
+
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>>;
|
|
262
237
|
readonly required: false;
|
|
263
238
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
264
239
|
__epPropKey: true;
|
|
265
240
|
};
|
|
266
241
|
error: StringConstructor;
|
|
267
242
|
validateStatus: {
|
|
268
|
-
readonly type: import("vue").PropType<"" | "error" | "success" | "validating"
|
|
243
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
269
244
|
readonly required: false;
|
|
270
245
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
271
246
|
__epPropKey: true;
|
|
272
247
|
};
|
|
273
248
|
for: StringConstructor;
|
|
274
|
-
inlineMessage:
|
|
275
|
-
|
|
276
|
-
readonly required: false;
|
|
277
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
278
|
-
__epPropKey: true;
|
|
279
|
-
} & {
|
|
280
|
-
readonly default: "";
|
|
281
|
-
};
|
|
282
|
-
showMessage: {
|
|
283
|
-
readonly type: import("vue").PropType<boolean>;
|
|
284
|
-
readonly required: false;
|
|
285
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
286
|
-
__epPropKey: true;
|
|
287
|
-
} & {
|
|
288
|
-
readonly default: true;
|
|
289
|
-
};
|
|
249
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
250
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
290
251
|
}>> & Readonly<{
|
|
291
|
-
"onUpdate:modelValue"?: (val: import("element-plus").CheckboxGroupValueType) => any;
|
|
292
|
-
onChange?: (val: import("element-plus").CheckboxValueType[]) => any;
|
|
252
|
+
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
253
|
+
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
293
254
|
}>, {
|
|
294
|
-
type: "
|
|
295
|
-
required:
|
|
255
|
+
type: "button" | "checkbox";
|
|
256
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
296
257
|
formItemSize: "default" | "small" | "large";
|
|
297
|
-
formItemSlots: import("
|
|
258
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
298
259
|
inline: boolean;
|
|
299
260
|
readonly: boolean;
|
|
300
261
|
formItemTip: string;
|
|
301
|
-
formItemTipClass: any;
|
|
302
262
|
labelTip: string;
|
|
303
263
|
information: boolean;
|
|
304
|
-
prop: any;
|
|
305
264
|
defaultModelValue: any[];
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
disabled: boolean;
|
|
265
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
266
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
267
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
268
|
+
disabled: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
311
269
|
modelValue: (string | number)[];
|
|
270
|
+
validateEvent: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
271
|
+
props: {
|
|
272
|
+
value?: string | undefined;
|
|
273
|
+
label?: string | undefined;
|
|
274
|
+
disabled?: string | undefined;
|
|
275
|
+
};
|
|
312
276
|
tag: string;
|
|
313
277
|
options: CheckboxProps[];
|
|
314
|
-
validateEvent: boolean;
|
|
315
278
|
}, {}, {
|
|
316
|
-
VkfFormItem: {
|
|
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
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
279
|
+
VkfFormItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<Omit<{
|
|
280
|
+
formItemSize: {
|
|
281
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
282
|
+
default: "default" | "small" | "large";
|
|
283
|
+
};
|
|
284
|
+
formItemSlots: {
|
|
285
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
286
|
+
default: undefined;
|
|
287
|
+
};
|
|
288
|
+
elRef: {
|
|
289
|
+
type: import("vue").PropType<any>;
|
|
290
|
+
required: boolean;
|
|
291
|
+
};
|
|
292
|
+
inline: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
296
|
+
readonly: {
|
|
297
|
+
type: BooleanConstructor;
|
|
298
|
+
default: undefined;
|
|
299
|
+
};
|
|
300
|
+
formItemTip: {
|
|
301
|
+
type: StringConstructor;
|
|
302
|
+
default: undefined;
|
|
303
|
+
};
|
|
304
|
+
formItemTipClass: null;
|
|
305
|
+
labelTip: {
|
|
306
|
+
type: StringConstructor;
|
|
307
|
+
default: undefined;
|
|
308
|
+
};
|
|
309
|
+
information: {
|
|
310
|
+
type: BooleanConstructor;
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
313
|
+
prop: null;
|
|
314
|
+
defaultModelValue: null;
|
|
315
|
+
label: StringConstructor;
|
|
316
|
+
labelWidth: {
|
|
317
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
318
|
+
readonly required: false;
|
|
319
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
320
|
+
__epPropKey: true;
|
|
321
|
+
};
|
|
322
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
323
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
324
|
+
rules: {
|
|
325
|
+
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>>;
|
|
326
|
+
readonly required: false;
|
|
327
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
328
|
+
__epPropKey: true;
|
|
329
|
+
};
|
|
330
|
+
error: StringConstructor;
|
|
331
|
+
validateStatus: {
|
|
332
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
333
|
+
readonly required: false;
|
|
334
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
335
|
+
__epPropKey: true;
|
|
336
|
+
};
|
|
337
|
+
for: StringConstructor;
|
|
338
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
339
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
340
|
+
size: {
|
|
341
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
342
|
+
readonly required: false;
|
|
343
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
344
|
+
__epPropKey: true;
|
|
345
|
+
};
|
|
346
|
+
}, "size">>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
347
|
+
[key: string]: any;
|
|
348
|
+
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<Omit<{
|
|
349
|
+
formItemSize: {
|
|
350
|
+
type: import("vue").PropType<"default" | "small" | "large">;
|
|
351
|
+
default: "default" | "small" | "large";
|
|
352
|
+
};
|
|
353
|
+
formItemSlots: {
|
|
354
|
+
type: import("vue").PropType<import("../../form-item/src/types.ts").FormItemSlots>;
|
|
355
|
+
default: undefined;
|
|
356
|
+
};
|
|
357
|
+
elRef: {
|
|
358
|
+
type: import("vue").PropType<any>;
|
|
359
|
+
required: boolean;
|
|
360
|
+
};
|
|
361
|
+
inline: {
|
|
362
|
+
type: BooleanConstructor;
|
|
363
|
+
default: boolean;
|
|
364
|
+
};
|
|
365
|
+
readonly: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
default: undefined;
|
|
368
|
+
};
|
|
369
|
+
formItemTip: {
|
|
370
|
+
type: StringConstructor;
|
|
371
|
+
default: undefined;
|
|
372
|
+
};
|
|
373
|
+
formItemTipClass: null;
|
|
374
|
+
labelTip: {
|
|
375
|
+
type: StringConstructor;
|
|
376
|
+
default: undefined;
|
|
377
|
+
};
|
|
378
|
+
information: {
|
|
379
|
+
type: BooleanConstructor;
|
|
380
|
+
default: boolean;
|
|
381
|
+
};
|
|
382
|
+
prop: null;
|
|
383
|
+
defaultModelValue: null;
|
|
384
|
+
label: StringConstructor;
|
|
385
|
+
labelWidth: {
|
|
386
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
387
|
+
readonly required: false;
|
|
388
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
389
|
+
__epPropKey: true;
|
|
390
|
+
};
|
|
391
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropFinalized<StringConstructor, "" | "left" | "right" | "top", unknown, "", boolean>;
|
|
392
|
+
required: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
393
|
+
rules: {
|
|
394
|
+
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>>;
|
|
395
|
+
readonly required: false;
|
|
396
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
397
|
+
__epPropKey: true;
|
|
398
|
+
};
|
|
399
|
+
error: StringConstructor;
|
|
400
|
+
validateStatus: {
|
|
401
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "error" | "success" | "validating", unknown>>;
|
|
402
|
+
readonly required: false;
|
|
403
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
404
|
+
__epPropKey: true;
|
|
405
|
+
};
|
|
406
|
+
for: StringConstructor;
|
|
407
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
408
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
409
|
+
size: {
|
|
410
|
+
readonly type: import("vue").PropType<import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", unknown>>;
|
|
411
|
+
readonly required: false;
|
|
412
|
+
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
413
|
+
__epPropKey: true;
|
|
414
|
+
};
|
|
415
|
+
}, "size">>> & Readonly<{}>, {
|
|
416
|
+
required: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
417
|
+
formItemSize: "default" | "small" | "large";
|
|
418
|
+
formItemSlots: import("../../form-item/src/types.ts").FormItemSlots;
|
|
419
|
+
inline: boolean;
|
|
420
|
+
readonly: boolean;
|
|
421
|
+
formItemTip: string;
|
|
422
|
+
labelTip: string;
|
|
423
|
+
information: boolean;
|
|
424
|
+
labelPosition: import("element-plus/es/utils/index.mjs").EpPropMergeType<StringConstructor, "" | "left" | "right" | "top", unknown>;
|
|
425
|
+
inlineMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
426
|
+
showMessage: import("element-plus/es/utils/index.mjs").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
427
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
428
|
+
ElCheckbox: {
|
|
429
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
382
430
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
383
431
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
384
|
-
}
|
|
432
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
385
433
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
386
434
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
387
|
-
}, import("vue").
|
|
388
|
-
label: string | number | boolean | Record<string, any>;
|
|
389
|
-
disabled: boolean;
|
|
390
|
-
border: boolean;
|
|
391
|
-
value: string | number | boolean | Record<string, any>;
|
|
435
|
+
}, import("vue").PublicProps, {
|
|
392
436
|
id: string;
|
|
393
|
-
|
|
437
|
+
disabled: boolean;
|
|
394
438
|
modelValue: string | number | boolean;
|
|
395
439
|
validateEvent: boolean;
|
|
396
|
-
|
|
397
|
-
|
|
440
|
+
name: string;
|
|
441
|
+
value: string | number | boolean | object;
|
|
442
|
+
label: string | number | boolean | object;
|
|
398
443
|
trueValue: string | number;
|
|
399
444
|
falseValue: string | number;
|
|
400
445
|
trueLabel: string | number;
|
|
401
446
|
falseLabel: string | number;
|
|
402
|
-
},
|
|
447
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
403
448
|
P: {};
|
|
404
449
|
B: {};
|
|
405
450
|
D: {};
|
|
406
451
|
C: {};
|
|
407
452
|
M: {};
|
|
408
453
|
Defaults: {};
|
|
409
|
-
}, Readonly<import("
|
|
410
|
-
ariaControls: StringConstructor;
|
|
411
|
-
modelValue: {
|
|
412
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
413
|
-
default: undefined;
|
|
414
|
-
};
|
|
415
|
-
label: {
|
|
416
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
417
|
-
default: undefined;
|
|
418
|
-
};
|
|
419
|
-
value: {
|
|
420
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
421
|
-
default: undefined;
|
|
422
|
-
};
|
|
423
|
-
indeterminate: BooleanConstructor;
|
|
424
|
-
disabled: BooleanConstructor;
|
|
425
|
-
checked: BooleanConstructor;
|
|
426
|
-
name: {
|
|
427
|
-
type: StringConstructor;
|
|
428
|
-
default: undefined;
|
|
429
|
-
};
|
|
430
|
-
trueValue: {
|
|
431
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
432
|
-
default: undefined;
|
|
433
|
-
};
|
|
434
|
-
falseValue: {
|
|
435
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
436
|
-
default: undefined;
|
|
437
|
-
};
|
|
438
|
-
trueLabel: {
|
|
439
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
440
|
-
default: undefined;
|
|
441
|
-
};
|
|
442
|
-
falseLabel: {
|
|
443
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
444
|
-
default: undefined;
|
|
445
|
-
};
|
|
446
|
-
id: {
|
|
447
|
-
type: StringConstructor;
|
|
448
|
-
default: undefined;
|
|
449
|
-
};
|
|
450
|
-
border: BooleanConstructor;
|
|
451
|
-
size: {
|
|
452
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
453
|
-
readonly required: false;
|
|
454
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
455
|
-
__epPropKey: true;
|
|
456
|
-
};
|
|
457
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
458
|
-
validateEvent: {
|
|
459
|
-
type: BooleanConstructor;
|
|
460
|
-
default: boolean;
|
|
461
|
-
};
|
|
462
|
-
}>> & {
|
|
454
|
+
}, Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
463
455
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
464
456
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
465
|
-
}
|
|
466
|
-
label: string | number | boolean | Record<string, any>;
|
|
467
|
-
disabled: boolean;
|
|
468
|
-
border: boolean;
|
|
469
|
-
value: string | number | boolean | Record<string, any>;
|
|
457
|
+
}>, {}, {}, {}, {}, {
|
|
470
458
|
id: string;
|
|
471
|
-
|
|
459
|
+
disabled: boolean;
|
|
472
460
|
modelValue: string | number | boolean;
|
|
473
461
|
validateEvent: boolean;
|
|
474
|
-
|
|
475
|
-
|
|
462
|
+
name: string;
|
|
463
|
+
value: string | number | boolean | object;
|
|
464
|
+
label: string | number | boolean | object;
|
|
476
465
|
trueValue: string | number;
|
|
477
466
|
falseValue: string | number;
|
|
478
467
|
trueLabel: string | number;
|
|
479
468
|
falseLabel: string | number;
|
|
480
469
|
}>;
|
|
481
|
-
__isFragment?:
|
|
482
|
-
__isTeleport?:
|
|
483
|
-
__isSuspense?:
|
|
484
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
485
|
-
ariaControls: StringConstructor;
|
|
486
|
-
modelValue: {
|
|
487
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
488
|
-
default: undefined;
|
|
489
|
-
};
|
|
490
|
-
label: {
|
|
491
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
492
|
-
default: undefined;
|
|
493
|
-
};
|
|
494
|
-
value: {
|
|
495
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
496
|
-
default: undefined;
|
|
497
|
-
};
|
|
498
|
-
indeterminate: BooleanConstructor;
|
|
499
|
-
disabled: BooleanConstructor;
|
|
500
|
-
checked: BooleanConstructor;
|
|
501
|
-
name: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
default: undefined;
|
|
504
|
-
};
|
|
505
|
-
trueValue: {
|
|
506
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
507
|
-
default: undefined;
|
|
508
|
-
};
|
|
509
|
-
falseValue: {
|
|
510
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
511
|
-
default: undefined;
|
|
512
|
-
};
|
|
513
|
-
trueLabel: {
|
|
514
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
515
|
-
default: undefined;
|
|
516
|
-
};
|
|
517
|
-
falseLabel: {
|
|
518
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
519
|
-
default: undefined;
|
|
520
|
-
};
|
|
521
|
-
id: {
|
|
522
|
-
type: StringConstructor;
|
|
523
|
-
default: undefined;
|
|
524
|
-
};
|
|
525
|
-
border: BooleanConstructor;
|
|
526
|
-
size: {
|
|
527
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
528
|
-
readonly required: false;
|
|
529
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
530
|
-
__epPropKey: true;
|
|
531
|
-
};
|
|
532
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
533
|
-
validateEvent: {
|
|
534
|
-
type: BooleanConstructor;
|
|
535
|
-
default: boolean;
|
|
536
|
-
};
|
|
537
|
-
}>> & {
|
|
470
|
+
__isFragment?: undefined;
|
|
471
|
+
__isTeleport?: undefined;
|
|
472
|
+
__isSuspense?: undefined;
|
|
473
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
538
474
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
539
475
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
540
|
-
}
|
|
476
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
541
477
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
542
478
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
543
479
|
}, string, {
|
|
544
|
-
label: string | number | boolean | Record<string, any>;
|
|
545
|
-
disabled: boolean;
|
|
546
|
-
border: boolean;
|
|
547
|
-
value: string | number | boolean | Record<string, any>;
|
|
548
480
|
id: string;
|
|
549
|
-
|
|
481
|
+
disabled: boolean;
|
|
550
482
|
modelValue: string | number | boolean;
|
|
551
483
|
validateEvent: boolean;
|
|
552
|
-
|
|
553
|
-
|
|
484
|
+
name: string;
|
|
485
|
+
value: string | number | boolean | object;
|
|
486
|
+
label: string | number | boolean | object;
|
|
554
487
|
trueValue: string | number;
|
|
555
488
|
falseValue: string | number;
|
|
556
489
|
trueLabel: string | number;
|
|
557
490
|
falseLabel: string | number;
|
|
558
491
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
559
492
|
$slots: {
|
|
560
|
-
default
|
|
493
|
+
default?: ((props: {}) => any) | undefined;
|
|
561
494
|
};
|
|
562
|
-
}) & import("vue").
|
|
495
|
+
}) & import("vue").ObjectPlugin & {
|
|
496
|
+
setPropsDefaults: (defaults: {
|
|
497
|
+
readonly modelValue?: string | number | boolean | (() => string | number | boolean) | undefined;
|
|
498
|
+
readonly label?: string | number | boolean | (() => string | number | boolean | object) | undefined;
|
|
499
|
+
readonly value?: string | number | boolean | (() => string | number | boolean | object) | undefined;
|
|
500
|
+
readonly indeterminate?: boolean | (() => boolean) | undefined;
|
|
501
|
+
readonly disabled?: boolean | (() => boolean) | undefined;
|
|
502
|
+
readonly checked?: boolean | (() => boolean) | undefined;
|
|
503
|
+
readonly name?: string | (() => string) | undefined;
|
|
504
|
+
readonly trueValue?: string | number | (() => string | number) | undefined;
|
|
505
|
+
readonly falseValue?: string | number | (() => string | number) | undefined;
|
|
506
|
+
readonly trueLabel?: string | number | (() => string | number) | undefined;
|
|
507
|
+
readonly falseLabel?: string | number | (() => string | number) | undefined;
|
|
508
|
+
readonly id?: string | (() => string) | undefined;
|
|
509
|
+
readonly border?: boolean | (() => boolean) | undefined;
|
|
510
|
+
readonly size?: "" | "default" | "small" | "large" | (() => "" | "default" | "small" | "large") | undefined;
|
|
511
|
+
readonly tabindex?: string | number | (() => string | number) | undefined;
|
|
512
|
+
readonly validateEvent?: boolean | (() => boolean) | undefined;
|
|
513
|
+
readonly ariaLabel?: string | (() => string) | undefined;
|
|
514
|
+
readonly ariaControls?: string | (() => string) | undefined;
|
|
515
|
+
}) => void;
|
|
516
|
+
} & {
|
|
563
517
|
CheckboxButton: {
|
|
564
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
565
|
-
ariaControls: StringConstructor;
|
|
566
|
-
modelValue: {
|
|
567
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
568
|
-
default: undefined;
|
|
569
|
-
};
|
|
570
|
-
label: {
|
|
571
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
572
|
-
default: undefined;
|
|
573
|
-
};
|
|
574
|
-
value: {
|
|
575
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
576
|
-
default: undefined;
|
|
577
|
-
};
|
|
578
|
-
indeterminate: BooleanConstructor;
|
|
579
|
-
disabled: BooleanConstructor;
|
|
580
|
-
checked: BooleanConstructor;
|
|
581
|
-
name: {
|
|
582
|
-
type: StringConstructor;
|
|
583
|
-
default: undefined;
|
|
584
|
-
};
|
|
585
|
-
trueValue: {
|
|
586
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
587
|
-
default: undefined;
|
|
588
|
-
};
|
|
589
|
-
falseValue: {
|
|
590
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
591
|
-
default: undefined;
|
|
592
|
-
};
|
|
593
|
-
trueLabel: {
|
|
594
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
595
|
-
default: undefined;
|
|
596
|
-
};
|
|
597
|
-
falseLabel: {
|
|
598
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
599
|
-
default: undefined;
|
|
600
|
-
};
|
|
601
|
-
id: {
|
|
602
|
-
type: StringConstructor;
|
|
603
|
-
default: undefined;
|
|
604
|
-
};
|
|
605
|
-
border: BooleanConstructor;
|
|
606
|
-
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
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
613
|
-
validateEvent: {
|
|
614
|
-
type: BooleanConstructor;
|
|
615
|
-
default: boolean;
|
|
616
|
-
};
|
|
617
|
-
}>> & {
|
|
518
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
618
519
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
619
520
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
620
|
-
}
|
|
521
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
621
522
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
622
523
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
623
|
-
}, import("vue").
|
|
624
|
-
label: string | number | boolean | Record<string, any>;
|
|
625
|
-
disabled: boolean;
|
|
626
|
-
border: boolean;
|
|
627
|
-
value: string | number | boolean | Record<string, any>;
|
|
524
|
+
}, import("vue").PublicProps, {
|
|
628
525
|
id: string;
|
|
629
|
-
|
|
526
|
+
disabled: boolean;
|
|
630
527
|
modelValue: string | number | boolean;
|
|
631
528
|
validateEvent: boolean;
|
|
632
|
-
|
|
633
|
-
|
|
529
|
+
name: string;
|
|
530
|
+
value: string | number | boolean | object;
|
|
531
|
+
label: string | number | boolean | object;
|
|
634
532
|
trueValue: string | number;
|
|
635
533
|
falseValue: string | number;
|
|
636
534
|
trueLabel: string | number;
|
|
637
535
|
falseLabel: string | number;
|
|
638
|
-
},
|
|
536
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
639
537
|
P: {};
|
|
640
538
|
B: {};
|
|
641
539
|
D: {};
|
|
642
540
|
C: {};
|
|
643
541
|
M: {};
|
|
644
542
|
Defaults: {};
|
|
645
|
-
}, Readonly<import("
|
|
646
|
-
ariaControls: StringConstructor;
|
|
647
|
-
modelValue: {
|
|
648
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
649
|
-
default: undefined;
|
|
650
|
-
};
|
|
651
|
-
label: {
|
|
652
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
653
|
-
default: undefined;
|
|
654
|
-
};
|
|
655
|
-
value: {
|
|
656
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
657
|
-
default: undefined;
|
|
658
|
-
};
|
|
659
|
-
indeterminate: BooleanConstructor;
|
|
660
|
-
disabled: BooleanConstructor;
|
|
661
|
-
checked: BooleanConstructor;
|
|
662
|
-
name: {
|
|
663
|
-
type: StringConstructor;
|
|
664
|
-
default: undefined;
|
|
665
|
-
};
|
|
666
|
-
trueValue: {
|
|
667
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
668
|
-
default: undefined;
|
|
669
|
-
};
|
|
670
|
-
falseValue: {
|
|
671
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
672
|
-
default: undefined;
|
|
673
|
-
};
|
|
674
|
-
trueLabel: {
|
|
675
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
676
|
-
default: undefined;
|
|
677
|
-
};
|
|
678
|
-
falseLabel: {
|
|
679
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
680
|
-
default: undefined;
|
|
681
|
-
};
|
|
682
|
-
id: {
|
|
683
|
-
type: StringConstructor;
|
|
684
|
-
default: undefined;
|
|
685
|
-
};
|
|
686
|
-
border: BooleanConstructor;
|
|
687
|
-
size: {
|
|
688
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
689
|
-
readonly required: false;
|
|
690
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
691
|
-
__epPropKey: true;
|
|
692
|
-
};
|
|
693
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
694
|
-
validateEvent: {
|
|
695
|
-
type: BooleanConstructor;
|
|
696
|
-
default: boolean;
|
|
697
|
-
};
|
|
698
|
-
}>> & {
|
|
543
|
+
}, Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
699
544
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
700
545
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
701
|
-
}
|
|
702
|
-
label: string | number | boolean | Record<string, any>;
|
|
703
|
-
disabled: boolean;
|
|
704
|
-
border: boolean;
|
|
705
|
-
value: string | number | boolean | Record<string, any>;
|
|
546
|
+
}>, {}, {}, {}, {}, {
|
|
706
547
|
id: string;
|
|
707
|
-
|
|
548
|
+
disabled: boolean;
|
|
708
549
|
modelValue: string | number | boolean;
|
|
709
550
|
validateEvent: boolean;
|
|
710
|
-
|
|
711
|
-
|
|
551
|
+
name: string;
|
|
552
|
+
value: string | number | boolean | object;
|
|
553
|
+
label: string | number | boolean | object;
|
|
712
554
|
trueValue: string | number;
|
|
713
555
|
falseValue: string | number;
|
|
714
556
|
trueLabel: string | number;
|
|
715
557
|
falseLabel: string | number;
|
|
716
558
|
}>;
|
|
717
|
-
__isFragment?:
|
|
718
|
-
__isTeleport?:
|
|
719
|
-
__isSuspense?:
|
|
720
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
721
|
-
ariaControls: StringConstructor;
|
|
722
|
-
modelValue: {
|
|
723
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
724
|
-
default: undefined;
|
|
725
|
-
};
|
|
726
|
-
label: {
|
|
727
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
728
|
-
default: undefined;
|
|
729
|
-
};
|
|
730
|
-
value: {
|
|
731
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
732
|
-
default: undefined;
|
|
733
|
-
};
|
|
734
|
-
indeterminate: BooleanConstructor;
|
|
735
|
-
disabled: BooleanConstructor;
|
|
736
|
-
checked: BooleanConstructor;
|
|
737
|
-
name: {
|
|
738
|
-
type: StringConstructor;
|
|
739
|
-
default: undefined;
|
|
740
|
-
};
|
|
741
|
-
trueValue: {
|
|
742
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
743
|
-
default: undefined;
|
|
744
|
-
};
|
|
745
|
-
falseValue: {
|
|
746
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
747
|
-
default: undefined;
|
|
748
|
-
};
|
|
749
|
-
trueLabel: {
|
|
750
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
751
|
-
default: undefined;
|
|
752
|
-
};
|
|
753
|
-
falseLabel: {
|
|
754
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
755
|
-
default: undefined;
|
|
756
|
-
};
|
|
757
|
-
id: {
|
|
758
|
-
type: StringConstructor;
|
|
759
|
-
default: undefined;
|
|
760
|
-
};
|
|
761
|
-
border: BooleanConstructor;
|
|
762
|
-
size: {
|
|
763
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
764
|
-
readonly required: false;
|
|
765
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
766
|
-
__epPropKey: true;
|
|
767
|
-
};
|
|
768
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
769
|
-
validateEvent: {
|
|
770
|
-
type: BooleanConstructor;
|
|
771
|
-
default: boolean;
|
|
772
|
-
};
|
|
773
|
-
}>> & {
|
|
559
|
+
__isFragment?: undefined;
|
|
560
|
+
__isTeleport?: undefined;
|
|
561
|
+
__isSuspense?: undefined;
|
|
562
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
774
563
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
775
564
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
776
|
-
}
|
|
565
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
777
566
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
778
567
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
779
568
|
}, string, {
|
|
780
|
-
label: string | number | boolean | Record<string, any>;
|
|
781
|
-
disabled: boolean;
|
|
782
|
-
border: boolean;
|
|
783
|
-
value: string | number | boolean | Record<string, any>;
|
|
784
569
|
id: string;
|
|
785
|
-
|
|
570
|
+
disabled: boolean;
|
|
786
571
|
modelValue: string | number | boolean;
|
|
787
572
|
validateEvent: boolean;
|
|
788
|
-
|
|
789
|
-
|
|
573
|
+
name: string;
|
|
574
|
+
value: string | number | boolean | object;
|
|
575
|
+
label: string | number | boolean | object;
|
|
790
576
|
trueValue: string | number;
|
|
791
577
|
falseValue: string | number;
|
|
792
578
|
trueLabel: string | number;
|
|
793
579
|
falseLabel: string | number;
|
|
794
580
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
795
581
|
$slots: {
|
|
796
|
-
default
|
|
582
|
+
default?: ((props: {}) => any) | undefined;
|
|
797
583
|
};
|
|
798
584
|
});
|
|
799
585
|
CheckboxGroup: {
|
|
800
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
801
|
-
readonly ariaLabel: StringConstructor;
|
|
802
|
-
readonly modelValue: {
|
|
803
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
804
|
-
readonly required: false;
|
|
805
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
806
|
-
__epPropKey: true;
|
|
807
|
-
} & {
|
|
808
|
-
readonly default: () => never[];
|
|
809
|
-
};
|
|
810
|
-
readonly disabled: BooleanConstructor;
|
|
811
|
-
readonly min: NumberConstructor;
|
|
812
|
-
readonly max: NumberConstructor;
|
|
813
|
-
readonly size: {
|
|
814
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
815
|
-
readonly required: false;
|
|
816
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
817
|
-
__epPropKey: true;
|
|
818
|
-
};
|
|
819
|
-
readonly fill: StringConstructor;
|
|
820
|
-
readonly textColor: StringConstructor;
|
|
821
|
-
readonly tag: {
|
|
822
|
-
readonly type: import("vue").PropType<string>;
|
|
823
|
-
readonly required: false;
|
|
824
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
825
|
-
__epPropKey: true;
|
|
826
|
-
} & {
|
|
827
|
-
readonly default: "div";
|
|
828
|
-
};
|
|
829
|
-
readonly validateEvent: {
|
|
830
|
-
readonly type: import("vue").PropType<boolean>;
|
|
831
|
-
readonly required: false;
|
|
832
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
833
|
-
__epPropKey: true;
|
|
834
|
-
} & {
|
|
835
|
-
readonly default: true;
|
|
836
|
-
};
|
|
837
|
-
}>> & {
|
|
586
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
838
587
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
839
588
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
840
|
-
}
|
|
589
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
841
590
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
842
591
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
843
|
-
}, import("vue").
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
592
|
+
}, import("vue").PublicProps, {
|
|
593
|
+
disabled: boolean;
|
|
594
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
595
|
+
type: "button" | "checkbox";
|
|
596
|
+
validateEvent: boolean;
|
|
597
|
+
props: {
|
|
598
|
+
value?: string | undefined;
|
|
599
|
+
label?: string | undefined;
|
|
600
|
+
disabled?: string | undefined;
|
|
601
|
+
};
|
|
602
|
+
tag: string;
|
|
603
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
849
604
|
P: {};
|
|
850
605
|
B: {};
|
|
851
606
|
D: {};
|
|
852
607
|
C: {};
|
|
853
608
|
M: {};
|
|
854
609
|
Defaults: {};
|
|
855
|
-
}, Readonly<import("
|
|
856
|
-
readonly ariaLabel: StringConstructor;
|
|
857
|
-
readonly modelValue: {
|
|
858
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
859
|
-
readonly required: false;
|
|
860
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
861
|
-
__epPropKey: true;
|
|
862
|
-
} & {
|
|
863
|
-
readonly default: () => never[];
|
|
864
|
-
};
|
|
865
|
-
readonly disabled: BooleanConstructor;
|
|
866
|
-
readonly min: NumberConstructor;
|
|
867
|
-
readonly max: NumberConstructor;
|
|
868
|
-
readonly size: {
|
|
869
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
870
|
-
readonly required: false;
|
|
871
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
872
|
-
__epPropKey: true;
|
|
873
|
-
};
|
|
874
|
-
readonly fill: StringConstructor;
|
|
875
|
-
readonly textColor: StringConstructor;
|
|
876
|
-
readonly tag: {
|
|
877
|
-
readonly type: import("vue").PropType<string>;
|
|
878
|
-
readonly required: false;
|
|
879
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
880
|
-
__epPropKey: true;
|
|
881
|
-
} & {
|
|
882
|
-
readonly default: "div";
|
|
883
|
-
};
|
|
884
|
-
readonly validateEvent: {
|
|
885
|
-
readonly type: import("vue").PropType<boolean>;
|
|
886
|
-
readonly required: false;
|
|
887
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
888
|
-
__epPropKey: true;
|
|
889
|
-
} & {
|
|
890
|
-
readonly default: true;
|
|
891
|
-
};
|
|
892
|
-
}>> & {
|
|
610
|
+
}, Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
893
611
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
894
612
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
613
|
+
}>, {}, {}, {}, {}, {
|
|
614
|
+
disabled: boolean;
|
|
615
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
616
|
+
type: "button" | "checkbox";
|
|
617
|
+
validateEvent: boolean;
|
|
618
|
+
props: {
|
|
619
|
+
value?: string | undefined;
|
|
620
|
+
label?: string | undefined;
|
|
621
|
+
disabled?: string | undefined;
|
|
622
|
+
};
|
|
623
|
+
tag: string;
|
|
900
624
|
}>;
|
|
901
|
-
__isFragment?:
|
|
902
|
-
__isTeleport?:
|
|
903
|
-
__isSuspense?:
|
|
904
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
905
|
-
readonly ariaLabel: StringConstructor;
|
|
906
|
-
readonly modelValue: {
|
|
907
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
908
|
-
readonly required: false;
|
|
909
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
910
|
-
__epPropKey: true;
|
|
911
|
-
} & {
|
|
912
|
-
readonly default: () => never[];
|
|
913
|
-
};
|
|
914
|
-
readonly disabled: BooleanConstructor;
|
|
915
|
-
readonly min: NumberConstructor;
|
|
916
|
-
readonly max: NumberConstructor;
|
|
917
|
-
readonly size: {
|
|
918
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
919
|
-
readonly required: false;
|
|
920
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
921
|
-
__epPropKey: true;
|
|
922
|
-
};
|
|
923
|
-
readonly fill: StringConstructor;
|
|
924
|
-
readonly textColor: StringConstructor;
|
|
925
|
-
readonly tag: {
|
|
926
|
-
readonly type: import("vue").PropType<string>;
|
|
927
|
-
readonly required: false;
|
|
928
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
929
|
-
__epPropKey: true;
|
|
930
|
-
} & {
|
|
931
|
-
readonly default: "div";
|
|
932
|
-
};
|
|
933
|
-
readonly validateEvent: {
|
|
934
|
-
readonly type: import("vue").PropType<boolean>;
|
|
935
|
-
readonly required: false;
|
|
936
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
937
|
-
__epPropKey: true;
|
|
938
|
-
} & {
|
|
939
|
-
readonly default: true;
|
|
940
|
-
};
|
|
941
|
-
}>> & {
|
|
625
|
+
__isFragment?: undefined;
|
|
626
|
+
__isTeleport?: undefined;
|
|
627
|
+
__isSuspense?: undefined;
|
|
628
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
942
629
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
943
630
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
944
|
-
}
|
|
631
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
945
632
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
946
633
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
947
634
|
}, string, {
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
635
|
+
disabled: boolean;
|
|
636
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
637
|
+
type: "button" | "checkbox";
|
|
638
|
+
validateEvent: boolean;
|
|
639
|
+
props: {
|
|
640
|
+
value?: string | undefined;
|
|
641
|
+
label?: string | undefined;
|
|
642
|
+
disabled?: string | undefined;
|
|
643
|
+
};
|
|
644
|
+
tag: string;
|
|
952
645
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
953
646
|
$slots: {
|
|
954
|
-
default
|
|
647
|
+
default?: ((props: {}) => any) | undefined;
|
|
955
648
|
};
|
|
956
649
|
});
|
|
957
650
|
};
|
|
958
|
-
ElCheckboxGroup: {
|
|
959
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
960
|
-
readonly ariaLabel: StringConstructor;
|
|
961
|
-
readonly modelValue: {
|
|
962
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
963
|
-
readonly required: false;
|
|
964
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
965
|
-
__epPropKey: true;
|
|
966
|
-
} & {
|
|
967
|
-
readonly default: () => never[];
|
|
968
|
-
};
|
|
969
|
-
readonly disabled: BooleanConstructor;
|
|
970
|
-
readonly min: NumberConstructor;
|
|
971
|
-
readonly max: NumberConstructor;
|
|
972
|
-
readonly size: {
|
|
973
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
974
|
-
readonly required: false;
|
|
975
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
976
|
-
__epPropKey: true;
|
|
977
|
-
};
|
|
978
|
-
readonly fill: StringConstructor;
|
|
979
|
-
readonly textColor: StringConstructor;
|
|
980
|
-
readonly tag: {
|
|
981
|
-
readonly type: import("vue").PropType<string>;
|
|
982
|
-
readonly required: false;
|
|
983
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
984
|
-
__epPropKey: true;
|
|
985
|
-
} & {
|
|
986
|
-
readonly default: "div";
|
|
987
|
-
};
|
|
988
|
-
readonly validateEvent: {
|
|
989
|
-
readonly type: import("vue").PropType<boolean>;
|
|
990
|
-
readonly required: false;
|
|
991
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
992
|
-
__epPropKey: true;
|
|
993
|
-
} & {
|
|
994
|
-
readonly default: true;
|
|
995
|
-
};
|
|
996
|
-
}>> & {
|
|
651
|
+
ElCheckboxGroup: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
652
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
997
653
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
998
654
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
999
|
-
}
|
|
655
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1000
656
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
1001
657
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
1002
|
-
}, import("vue").
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
658
|
+
}, import("vue").PublicProps, {
|
|
659
|
+
disabled: boolean;
|
|
660
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
661
|
+
type: "button" | "checkbox";
|
|
662
|
+
validateEvent: boolean;
|
|
663
|
+
props: {
|
|
664
|
+
value?: string | undefined;
|
|
665
|
+
label?: string | undefined;
|
|
666
|
+
disabled?: string | undefined;
|
|
667
|
+
};
|
|
668
|
+
tag: string;
|
|
669
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1008
670
|
P: {};
|
|
1009
671
|
B: {};
|
|
1010
672
|
D: {};
|
|
1011
673
|
C: {};
|
|
1012
674
|
M: {};
|
|
1013
675
|
Defaults: {};
|
|
1014
|
-
}, Readonly<import("
|
|
1015
|
-
readonly ariaLabel: StringConstructor;
|
|
1016
|
-
readonly modelValue: {
|
|
1017
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1018
|
-
readonly required: false;
|
|
1019
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1020
|
-
__epPropKey: true;
|
|
1021
|
-
} & {
|
|
1022
|
-
readonly default: () => never[];
|
|
1023
|
-
};
|
|
1024
|
-
readonly disabled: BooleanConstructor;
|
|
1025
|
-
readonly min: NumberConstructor;
|
|
1026
|
-
readonly max: NumberConstructor;
|
|
1027
|
-
readonly size: {
|
|
1028
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1029
|
-
readonly required: false;
|
|
1030
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1031
|
-
__epPropKey: true;
|
|
1032
|
-
};
|
|
1033
|
-
readonly fill: StringConstructor;
|
|
1034
|
-
readonly textColor: StringConstructor;
|
|
1035
|
-
readonly tag: {
|
|
1036
|
-
readonly type: import("vue").PropType<string>;
|
|
1037
|
-
readonly required: false;
|
|
1038
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1039
|
-
__epPropKey: true;
|
|
1040
|
-
} & {
|
|
1041
|
-
readonly default: "div";
|
|
1042
|
-
};
|
|
1043
|
-
readonly validateEvent: {
|
|
1044
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1045
|
-
readonly required: false;
|
|
1046
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1047
|
-
__epPropKey: true;
|
|
1048
|
-
} & {
|
|
1049
|
-
readonly default: true;
|
|
1050
|
-
};
|
|
1051
|
-
}>> & {
|
|
676
|
+
}, Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
1052
677
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
1053
678
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
679
|
+
}>, {}, {}, {}, {}, {
|
|
680
|
+
disabled: boolean;
|
|
681
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
682
|
+
type: "button" | "checkbox";
|
|
683
|
+
validateEvent: boolean;
|
|
684
|
+
props: {
|
|
685
|
+
value?: string | undefined;
|
|
686
|
+
label?: string | undefined;
|
|
687
|
+
disabled?: string | undefined;
|
|
688
|
+
};
|
|
689
|
+
tag: string;
|
|
1059
690
|
}>;
|
|
1060
|
-
__isFragment?:
|
|
1061
|
-
__isTeleport?:
|
|
1062
|
-
__isSuspense?:
|
|
1063
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
1064
|
-
readonly ariaLabel: StringConstructor;
|
|
1065
|
-
readonly modelValue: {
|
|
1066
|
-
readonly type: import("vue").PropType<import("element-plus").CheckboxGroupValueType>;
|
|
1067
|
-
readonly required: false;
|
|
1068
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1069
|
-
__epPropKey: true;
|
|
1070
|
-
} & {
|
|
1071
|
-
readonly default: () => never[];
|
|
1072
|
-
};
|
|
1073
|
-
readonly disabled: BooleanConstructor;
|
|
1074
|
-
readonly min: NumberConstructor;
|
|
1075
|
-
readonly max: NumberConstructor;
|
|
1076
|
-
readonly size: {
|
|
1077
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1078
|
-
readonly required: false;
|
|
1079
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1080
|
-
__epPropKey: true;
|
|
1081
|
-
};
|
|
1082
|
-
readonly fill: StringConstructor;
|
|
1083
|
-
readonly textColor: StringConstructor;
|
|
1084
|
-
readonly tag: {
|
|
1085
|
-
readonly type: import("vue").PropType<string>;
|
|
1086
|
-
readonly required: false;
|
|
1087
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1088
|
-
__epPropKey: true;
|
|
1089
|
-
} & {
|
|
1090
|
-
readonly default: "div";
|
|
1091
|
-
};
|
|
1092
|
-
readonly validateEvent: {
|
|
1093
|
-
readonly type: import("vue").PropType<boolean>;
|
|
1094
|
-
readonly required: false;
|
|
1095
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1096
|
-
__epPropKey: true;
|
|
1097
|
-
} & {
|
|
1098
|
-
readonly default: true;
|
|
1099
|
-
};
|
|
1100
|
-
}>> & {
|
|
691
|
+
__isFragment?: undefined;
|
|
692
|
+
__isTeleport?: undefined;
|
|
693
|
+
__isSuspense?: undefined;
|
|
694
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").CheckboxGroupProps> & Readonly<{
|
|
1101
695
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxGroupValueType) => any) | undefined;
|
|
1102
696
|
onChange?: ((val: import("element-plus").CheckboxValueType[]) => any) | undefined;
|
|
1103
|
-
}
|
|
697
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1104
698
|
"update:modelValue": (val: import("element-plus").CheckboxGroupValueType) => void;
|
|
1105
699
|
change: (val: import("element-plus").CheckboxValueType[]) => void;
|
|
1106
700
|
}, string, {
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
701
|
+
disabled: boolean;
|
|
702
|
+
modelValue: import("element-plus").CheckboxGroupValueType;
|
|
703
|
+
type: "button" | "checkbox";
|
|
704
|
+
validateEvent: boolean;
|
|
705
|
+
props: {
|
|
706
|
+
value?: string | undefined;
|
|
707
|
+
label?: string | undefined;
|
|
708
|
+
disabled?: string | undefined;
|
|
709
|
+
};
|
|
710
|
+
tag: string;
|
|
1111
711
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1112
712
|
$slots: {
|
|
1113
|
-
default
|
|
713
|
+
default?: ((props: {}) => any) | undefined;
|
|
1114
714
|
};
|
|
1115
|
-
})
|
|
1116
|
-
ElCheckboxButton: {
|
|
1117
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("
|
|
1118
|
-
ariaControls: StringConstructor;
|
|
1119
|
-
modelValue: {
|
|
1120
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1121
|
-
default: undefined;
|
|
1122
|
-
};
|
|
1123
|
-
label: {
|
|
1124
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1125
|
-
default: undefined;
|
|
1126
|
-
};
|
|
1127
|
-
value: {
|
|
1128
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1129
|
-
default: undefined;
|
|
1130
|
-
};
|
|
1131
|
-
indeterminate: BooleanConstructor;
|
|
1132
|
-
disabled: BooleanConstructor;
|
|
1133
|
-
checked: BooleanConstructor;
|
|
1134
|
-
name: {
|
|
1135
|
-
type: StringConstructor;
|
|
1136
|
-
default: undefined;
|
|
1137
|
-
};
|
|
1138
|
-
trueValue: {
|
|
1139
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1140
|
-
default: undefined;
|
|
1141
|
-
};
|
|
1142
|
-
falseValue: {
|
|
1143
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1144
|
-
default: undefined;
|
|
1145
|
-
};
|
|
1146
|
-
trueLabel: {
|
|
1147
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1148
|
-
default: undefined;
|
|
1149
|
-
};
|
|
1150
|
-
falseLabel: {
|
|
1151
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1152
|
-
default: undefined;
|
|
1153
|
-
};
|
|
1154
|
-
id: {
|
|
1155
|
-
type: StringConstructor;
|
|
1156
|
-
default: undefined;
|
|
1157
|
-
};
|
|
1158
|
-
border: BooleanConstructor;
|
|
1159
|
-
size: {
|
|
1160
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1161
|
-
readonly required: false;
|
|
1162
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1163
|
-
__epPropKey: true;
|
|
1164
|
-
};
|
|
1165
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
1166
|
-
validateEvent: {
|
|
1167
|
-
type: BooleanConstructor;
|
|
1168
|
-
default: boolean;
|
|
1169
|
-
};
|
|
1170
|
-
}>> & {
|
|
715
|
+
})>;
|
|
716
|
+
ElCheckboxButton: import("element-plus/es/utils/index.mjs").SFCWithInstall<{
|
|
717
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
1171
718
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1172
719
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1173
|
-
}
|
|
720
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1174
721
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
1175
722
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
1176
|
-
}, import("vue").
|
|
1177
|
-
label: string | number | boolean | Record<string, any>;
|
|
1178
|
-
disabled: boolean;
|
|
1179
|
-
border: boolean;
|
|
1180
|
-
value: string | number | boolean | Record<string, any>;
|
|
723
|
+
}, import("vue").PublicProps, {
|
|
1181
724
|
id: string;
|
|
1182
|
-
|
|
725
|
+
disabled: boolean;
|
|
1183
726
|
modelValue: string | number | boolean;
|
|
1184
727
|
validateEvent: boolean;
|
|
1185
|
-
|
|
1186
|
-
|
|
728
|
+
name: string;
|
|
729
|
+
value: string | number | boolean | object;
|
|
730
|
+
label: string | number | boolean | object;
|
|
1187
731
|
trueValue: string | number;
|
|
1188
732
|
falseValue: string | number;
|
|
1189
733
|
trueLabel: string | number;
|
|
1190
734
|
falseLabel: string | number;
|
|
1191
|
-
},
|
|
735
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
1192
736
|
P: {};
|
|
1193
737
|
B: {};
|
|
1194
738
|
D: {};
|
|
1195
739
|
C: {};
|
|
1196
740
|
M: {};
|
|
1197
741
|
Defaults: {};
|
|
1198
|
-
}, Readonly<import("
|
|
1199
|
-
ariaControls: StringConstructor;
|
|
1200
|
-
modelValue: {
|
|
1201
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1202
|
-
default: undefined;
|
|
1203
|
-
};
|
|
1204
|
-
label: {
|
|
1205
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1206
|
-
default: undefined;
|
|
1207
|
-
};
|
|
1208
|
-
value: {
|
|
1209
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1210
|
-
default: undefined;
|
|
1211
|
-
};
|
|
1212
|
-
indeterminate: BooleanConstructor;
|
|
1213
|
-
disabled: BooleanConstructor;
|
|
1214
|
-
checked: BooleanConstructor;
|
|
1215
|
-
name: {
|
|
1216
|
-
type: StringConstructor;
|
|
1217
|
-
default: undefined;
|
|
1218
|
-
};
|
|
1219
|
-
trueValue: {
|
|
1220
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1221
|
-
default: undefined;
|
|
1222
|
-
};
|
|
1223
|
-
falseValue: {
|
|
1224
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1225
|
-
default: undefined;
|
|
1226
|
-
};
|
|
1227
|
-
trueLabel: {
|
|
1228
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1229
|
-
default: undefined;
|
|
1230
|
-
};
|
|
1231
|
-
falseLabel: {
|
|
1232
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1233
|
-
default: undefined;
|
|
1234
|
-
};
|
|
1235
|
-
id: {
|
|
1236
|
-
type: StringConstructor;
|
|
1237
|
-
default: undefined;
|
|
1238
|
-
};
|
|
1239
|
-
border: BooleanConstructor;
|
|
1240
|
-
size: {
|
|
1241
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1242
|
-
readonly required: false;
|
|
1243
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1244
|
-
__epPropKey: true;
|
|
1245
|
-
};
|
|
1246
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
1247
|
-
validateEvent: {
|
|
1248
|
-
type: BooleanConstructor;
|
|
1249
|
-
default: boolean;
|
|
1250
|
-
};
|
|
1251
|
-
}>> & {
|
|
742
|
+
}, Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
1252
743
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1253
744
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1254
|
-
}
|
|
1255
|
-
label: string | number | boolean | Record<string, any>;
|
|
1256
|
-
disabled: boolean;
|
|
1257
|
-
border: boolean;
|
|
1258
|
-
value: string | number | boolean | Record<string, any>;
|
|
745
|
+
}>, {}, {}, {}, {}, {
|
|
1259
746
|
id: string;
|
|
1260
|
-
|
|
747
|
+
disabled: boolean;
|
|
1261
748
|
modelValue: string | number | boolean;
|
|
1262
749
|
validateEvent: boolean;
|
|
1263
|
-
|
|
1264
|
-
|
|
750
|
+
name: string;
|
|
751
|
+
value: string | number | boolean | object;
|
|
752
|
+
label: string | number | boolean | object;
|
|
1265
753
|
trueValue: string | number;
|
|
1266
754
|
falseValue: string | number;
|
|
1267
755
|
trueLabel: string | number;
|
|
1268
756
|
falseLabel: string | number;
|
|
1269
757
|
}>;
|
|
1270
|
-
__isFragment?:
|
|
1271
|
-
__isTeleport?:
|
|
1272
|
-
__isSuspense?:
|
|
1273
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("
|
|
1274
|
-
ariaControls: StringConstructor;
|
|
1275
|
-
modelValue: {
|
|
1276
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1277
|
-
default: undefined;
|
|
1278
|
-
};
|
|
1279
|
-
label: {
|
|
1280
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1281
|
-
default: undefined;
|
|
1282
|
-
};
|
|
1283
|
-
value: {
|
|
1284
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
1285
|
-
default: undefined;
|
|
1286
|
-
};
|
|
1287
|
-
indeterminate: BooleanConstructor;
|
|
1288
|
-
disabled: BooleanConstructor;
|
|
1289
|
-
checked: BooleanConstructor;
|
|
1290
|
-
name: {
|
|
1291
|
-
type: StringConstructor;
|
|
1292
|
-
default: undefined;
|
|
1293
|
-
};
|
|
1294
|
-
trueValue: {
|
|
1295
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1296
|
-
default: undefined;
|
|
1297
|
-
};
|
|
1298
|
-
falseValue: {
|
|
1299
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1300
|
-
default: undefined;
|
|
1301
|
-
};
|
|
1302
|
-
trueLabel: {
|
|
1303
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1304
|
-
default: undefined;
|
|
1305
|
-
};
|
|
1306
|
-
falseLabel: {
|
|
1307
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
1308
|
-
default: undefined;
|
|
1309
|
-
};
|
|
1310
|
-
id: {
|
|
1311
|
-
type: StringConstructor;
|
|
1312
|
-
default: undefined;
|
|
1313
|
-
};
|
|
1314
|
-
border: BooleanConstructor;
|
|
1315
|
-
size: {
|
|
1316
|
-
readonly type: import("vue").PropType<"" | "default" | "small" | "large">;
|
|
1317
|
-
readonly required: false;
|
|
1318
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
1319
|
-
__epPropKey: true;
|
|
1320
|
-
};
|
|
1321
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
1322
|
-
validateEvent: {
|
|
1323
|
-
type: BooleanConstructor;
|
|
1324
|
-
default: boolean;
|
|
1325
|
-
};
|
|
1326
|
-
}>> & {
|
|
758
|
+
__isFragment?: undefined;
|
|
759
|
+
__isTeleport?: undefined;
|
|
760
|
+
__isSuspense?: undefined;
|
|
761
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("element-plus").CheckboxProps> & Readonly<{
|
|
1327
762
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1328
763
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
1329
|
-
}
|
|
764
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1330
765
|
"update:modelValue": (val: import("element-plus").CheckboxValueType) => void;
|
|
1331
766
|
change: (val: import("element-plus").CheckboxValueType) => void;
|
|
1332
767
|
}, string, {
|
|
1333
|
-
label: string | number | boolean | Record<string, any>;
|
|
1334
|
-
disabled: boolean;
|
|
1335
|
-
border: boolean;
|
|
1336
|
-
value: string | number | boolean | Record<string, any>;
|
|
1337
768
|
id: string;
|
|
1338
|
-
|
|
769
|
+
disabled: boolean;
|
|
1339
770
|
modelValue: string | number | boolean;
|
|
1340
771
|
validateEvent: boolean;
|
|
1341
|
-
|
|
1342
|
-
|
|
772
|
+
name: string;
|
|
773
|
+
value: string | number | boolean | object;
|
|
774
|
+
label: string | number | boolean | object;
|
|
1343
775
|
trueValue: string | number;
|
|
1344
776
|
falseValue: string | number;
|
|
1345
777
|
trueLabel: string | number;
|
|
1346
778
|
falseLabel: string | number;
|
|
1347
779
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
1348
780
|
$slots: {
|
|
1349
|
-
default
|
|
781
|
+
default?: ((props: {}) => any) | undefined;
|
|
1350
782
|
};
|
|
1351
|
-
})
|
|
783
|
+
})>;
|
|
1352
784
|
}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1353
785
|
export default _default;
|