@silver-formily/element-plus 2.0.1 → 2.2.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/README.en-US.md +32 -0
- package/README.md +32 -35
- package/esm/__builtins__/index.mjs +15 -16
- package/esm/__builtins__/shared/index.mjs +11 -12
- package/esm/__builtins__/shared/transform-component.d.ts +2 -6
- package/esm/__builtins__/shared/transform-component.mjs +16 -33
- package/esm/__builtins__/shared/transform-component.mjs.map +1 -1
- package/esm/__builtins__/shared/utils.mjs +10 -10
- package/esm/__builtins__/shared/utils.mjs.map +1 -1
- package/esm/array-base/index.mjs +58 -58
- package/esm/array-base/index.mjs.map +1 -1
- package/esm/array-cards/index.mjs +44 -44
- package/esm/array-cards/index.mjs.map +1 -1
- package/esm/array-collapse/index.mjs +59 -58
- package/esm/array-collapse/index.mjs.map +1 -1
- package/esm/array-items/index.mjs +46 -43
- package/esm/array-items/index.mjs.map +1 -1
- package/esm/array-list-tabs/index.mjs +15 -14
- package/esm/array-list-tabs/index.mjs.map +1 -1
- package/esm/array-table/array-table.d.ts +28 -0
- package/esm/array-table/index.d.ts +28 -0
- package/esm/array-table/index.mjs +113 -111
- package/esm/array-table/index.mjs.map +1 -1
- package/esm/array-table/types.d.ts +1 -0
- package/esm/cascader/index.mjs +19 -20
- package/esm/cascader/index.mjs.map +1 -1
- package/esm/checkbox/checkbox-group.d.ts +1 -4
- package/esm/checkbox/index.d.ts +442 -379
- package/esm/checkbox/index.mjs.map +1 -1
- package/esm/editable/editable.d.ts +16 -12
- package/esm/editable/index.d.ts +8 -6
- package/esm/editable/index.mjs +110 -112
- package/esm/editable/index.mjs.map +1 -1
- package/esm/form-button-group/index.mjs +29 -28
- package/esm/form-button-group/index.mjs.map +1 -1
- package/esm/form-collapse/index.mjs +42 -43
- package/esm/form-collapse/index.mjs.map +1 -1
- package/esm/form-dialog/index.d.ts +1 -1
- package/esm/form-dialog/index.mjs +4 -4
- package/esm/form-dialog/index.mjs.map +1 -1
- package/esm/form-dialog/types.d.ts +6 -6
- package/esm/form-drawer/index.d.ts +1 -1
- package/esm/form-drawer/index.mjs +4 -4
- package/esm/form-drawer/index.mjs.map +1 -1
- package/esm/form-drawer/types.d.ts +6 -6
- package/esm/form-grid/index.d.ts +1 -183
- package/esm/form-grid/index.mjs +1 -1
- package/esm/form-grid/index.mjs.map +1 -1
- package/esm/form-item/form-item.d.ts +2 -1
- package/esm/form-item/index.d.ts +12 -6
- package/esm/form-item/index.mjs +163 -155
- package/esm/form-item/index.mjs.map +1 -1
- package/esm/form-item/types.d.ts +0 -1
- package/esm/form-layout/form-layout.d.ts +0 -1
- package/esm/form-layout/form-layout.mjs +53 -52
- package/esm/form-layout/form-layout.mjs.map +1 -1
- package/esm/form-layout/types.d.ts +0 -2
- package/esm/form-layout/utils.d.ts +3 -3
- package/esm/form-layout/utils.mjs +48 -43
- package/esm/form-layout/utils.mjs.map +1 -1
- package/esm/form-step/index.mjs +27 -25
- package/esm/form-step/index.mjs.map +1 -1
- package/esm/form-tab/index.d.ts +1 -26
- package/esm/form-tab/index.mjs +30 -30
- package/esm/form-tab/index.mjs.map +1 -1
- package/esm/index.d.ts +3 -0
- package/esm/index.mjs +44 -38
- package/esm/index.mjs.map +1 -1
- package/esm/input/index.mjs.map +1 -1
- package/esm/input-number/index.d.ts +258 -147
- package/esm/pagination/pagination.mjs +109 -110
- package/esm/pagination/pagination.mjs.map +1 -1
- package/esm/password/index.mjs.map +1 -1
- package/esm/preview-text/index.d.ts +5 -0
- package/esm/preview-text/index.mjs +165 -141
- package/esm/preview-text/index.mjs.map +1 -1
- package/esm/preview-text/rate.d.ts +5 -0
- package/esm/preview-text/utils.d.ts +5 -5
- package/esm/preview-text/utils.mjs.map +1 -1
- package/esm/radio/index.d.ts +344 -194
- package/esm/radio/index.mjs.map +1 -1
- package/esm/rate/index.d.ts +187 -0
- package/esm/rate/index.mjs +14 -0
- package/esm/rate/index.mjs.map +1 -0
- package/esm/reset/index.d.ts +1 -62
- package/esm/reset/index.mjs +1 -1
- package/esm/reset/index.mjs.map +1 -1
- package/esm/segmented/index.d.ts +26 -0
- package/esm/segmented/index.mjs +37 -0
- package/esm/segmented/index.mjs.map +1 -0
- package/esm/segmented/segmented.d.ts +25 -0
- package/esm/select/index.mjs +8 -8
- package/esm/select/index.mjs.map +1 -1
- package/esm/select-table/index.d.ts +28 -0
- package/esm/select-table/index.mjs +48 -47
- package/esm/select-table/index.mjs.map +1 -1
- package/esm/select-table/select-table.d.ts +56 -0
- package/esm/slider/index.d.ts +177 -0
- package/esm/slider/index.mjs +14 -0
- package/esm/slider/index.mjs.map +1 -0
- package/esm/submit/index.d.ts +1 -47
- package/esm/submit/index.mjs +1 -1
- package/esm/submit/index.mjs.map +1 -1
- package/esm/switch/index.d.ts +225 -189
- package/esm/time-select/index.d.ts +163 -103
- package/esm/transfer/index.d.ts +196 -115
- package/esm/transfer/index.mjs.map +1 -1
- package/esm/tree/index.mjs +26 -26
- package/esm/tree/index.mjs.map +1 -1
- package/esm/tree-select/index.mjs.map +1 -1
- package/esm/upload/index.d.ts +404 -399
- package/esm/upload/index.mjs.map +1 -1
- package/esm/upload/upload.d.ts +800 -790
- package/esm/vendor/icon.mjs.map +1 -1
- package/esm/vendor/lodash.mjs +12 -20
- package/esm/vendor/lodash.mjs.map +1 -1
- package/esm/vendor/runtime.mjs +29 -24
- package/esm/vendor/runtime.mjs.map +1 -1
- package/esm/vendor/shared.esm-bundler.mjs +2 -2
- package/esm/vendor/sizes.mjs.map +1 -1
- package/esm/vendor/types.mjs +5 -5
- package/esm/vendor/types.mjs.map +1 -1
- package/package.json +8 -9
package/esm/checkbox/index.d.ts
CHANGED
|
@@ -1,61 +1,70 @@
|
|
|
1
1
|
export declare const Checkbox: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
3
|
+
value: {
|
|
4
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
6
5
|
default: undefined;
|
|
7
6
|
};
|
|
7
|
+
size: {
|
|
8
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
9
|
+
};
|
|
8
10
|
label: {
|
|
9
|
-
type: (
|
|
11
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
10
12
|
default: undefined;
|
|
11
13
|
};
|
|
12
|
-
|
|
13
|
-
type: (
|
|
14
|
+
name: {
|
|
15
|
+
type: import('vue').PropType<string>;
|
|
14
16
|
default: undefined;
|
|
15
17
|
};
|
|
16
|
-
indeterminate: BooleanConstructor;
|
|
17
18
|
disabled: {
|
|
18
|
-
type:
|
|
19
|
+
type: import('vue').PropType<boolean>;
|
|
19
20
|
default: undefined;
|
|
20
21
|
};
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
id: {
|
|
23
|
+
type: import('vue').PropType<string>;
|
|
24
|
+
default: undefined;
|
|
25
|
+
};
|
|
26
|
+
modelValue: {
|
|
27
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
24
28
|
default: undefined;
|
|
25
29
|
};
|
|
30
|
+
tabindex: {
|
|
31
|
+
type: import('vue').PropType<string | number>;
|
|
32
|
+
};
|
|
33
|
+
ariaLabel: {
|
|
34
|
+
type: import('vue').PropType<string>;
|
|
35
|
+
};
|
|
36
|
+
validateEvent: {
|
|
37
|
+
type: import('vue').PropType<boolean>;
|
|
38
|
+
default: true;
|
|
39
|
+
};
|
|
40
|
+
border: {
|
|
41
|
+
type: import('vue').PropType<boolean>;
|
|
42
|
+
};
|
|
43
|
+
ariaControls: {
|
|
44
|
+
type: import('vue').PropType<string>;
|
|
45
|
+
};
|
|
46
|
+
indeterminate: {
|
|
47
|
+
type: import('vue').PropType<boolean>;
|
|
48
|
+
};
|
|
49
|
+
checked: {
|
|
50
|
+
type: import('vue').PropType<boolean>;
|
|
51
|
+
};
|
|
26
52
|
trueValue: {
|
|
27
|
-
type: (
|
|
53
|
+
type: import('vue').PropType<string | number>;
|
|
28
54
|
default: undefined;
|
|
29
55
|
};
|
|
30
56
|
falseValue: {
|
|
31
|
-
type: (
|
|
57
|
+
type: import('vue').PropType<string | number>;
|
|
32
58
|
default: undefined;
|
|
33
59
|
};
|
|
34
60
|
trueLabel: {
|
|
35
|
-
type: (
|
|
61
|
+
type: import('vue').PropType<string | number>;
|
|
36
62
|
default: undefined;
|
|
37
63
|
};
|
|
38
64
|
falseLabel: {
|
|
39
|
-
type: (
|
|
65
|
+
type: import('vue').PropType<string | number>;
|
|
40
66
|
default: undefined;
|
|
41
67
|
};
|
|
42
|
-
id: {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: undefined;
|
|
45
|
-
};
|
|
46
|
-
border: BooleanConstructor;
|
|
47
|
-
size: {
|
|
48
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
49
|
-
readonly required: false;
|
|
50
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
51
|
-
__epPropKey: true;
|
|
52
|
-
};
|
|
53
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
54
|
-
validateEvent: {
|
|
55
|
-
type: BooleanConstructor;
|
|
56
|
-
default: boolean;
|
|
57
|
-
};
|
|
58
|
-
ariaLabel: StringConstructor;
|
|
59
68
|
}>> & {
|
|
60
69
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
61
70
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
@@ -63,16 +72,13 @@ export declare const Checkbox: {
|
|
|
63
72
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
64
73
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
65
74
|
}, import('vue').PublicProps, {
|
|
66
|
-
label: string |
|
|
75
|
+
label: string | boolean | number | object;
|
|
67
76
|
disabled: boolean;
|
|
68
|
-
|
|
69
|
-
value: string | number | boolean | Record<string, any>;
|
|
77
|
+
value: string | boolean | number | object;
|
|
70
78
|
id: string;
|
|
71
79
|
name: string;
|
|
72
|
-
modelValue:
|
|
80
|
+
modelValue: number | string | boolean;
|
|
73
81
|
validateEvent: boolean;
|
|
74
|
-
indeterminate: boolean;
|
|
75
|
-
checked: boolean;
|
|
76
82
|
trueValue: string | number;
|
|
77
83
|
falseValue: string | number;
|
|
78
84
|
trueLabel: string | number;
|
|
@@ -85,76 +91,82 @@ export declare const Checkbox: {
|
|
|
85
91
|
M: {};
|
|
86
92
|
Defaults: {};
|
|
87
93
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
94
|
+
value: {
|
|
95
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
91
96
|
default: undefined;
|
|
92
97
|
};
|
|
98
|
+
size: {
|
|
99
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
100
|
+
};
|
|
93
101
|
label: {
|
|
94
|
-
type: (
|
|
102
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
95
103
|
default: undefined;
|
|
96
104
|
};
|
|
97
|
-
|
|
98
|
-
type: (
|
|
105
|
+
name: {
|
|
106
|
+
type: import('vue').PropType<string>;
|
|
99
107
|
default: undefined;
|
|
100
108
|
};
|
|
101
|
-
indeterminate: BooleanConstructor;
|
|
102
109
|
disabled: {
|
|
103
|
-
type:
|
|
110
|
+
type: import('vue').PropType<boolean>;
|
|
104
111
|
default: undefined;
|
|
105
112
|
};
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
type: StringConstructor;
|
|
113
|
+
id: {
|
|
114
|
+
type: import('vue').PropType<string>;
|
|
109
115
|
default: undefined;
|
|
110
116
|
};
|
|
117
|
+
modelValue: {
|
|
118
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
119
|
+
default: undefined;
|
|
120
|
+
};
|
|
121
|
+
tabindex: {
|
|
122
|
+
type: import('vue').PropType<string | number>;
|
|
123
|
+
};
|
|
124
|
+
ariaLabel: {
|
|
125
|
+
type: import('vue').PropType<string>;
|
|
126
|
+
};
|
|
127
|
+
validateEvent: {
|
|
128
|
+
type: import('vue').PropType<boolean>;
|
|
129
|
+
default: true;
|
|
130
|
+
};
|
|
131
|
+
border: {
|
|
132
|
+
type: import('vue').PropType<boolean>;
|
|
133
|
+
};
|
|
134
|
+
ariaControls: {
|
|
135
|
+
type: import('vue').PropType<string>;
|
|
136
|
+
};
|
|
137
|
+
indeterminate: {
|
|
138
|
+
type: import('vue').PropType<boolean>;
|
|
139
|
+
};
|
|
140
|
+
checked: {
|
|
141
|
+
type: import('vue').PropType<boolean>;
|
|
142
|
+
};
|
|
111
143
|
trueValue: {
|
|
112
|
-
type: (
|
|
144
|
+
type: import('vue').PropType<string | number>;
|
|
113
145
|
default: undefined;
|
|
114
146
|
};
|
|
115
147
|
falseValue: {
|
|
116
|
-
type: (
|
|
148
|
+
type: import('vue').PropType<string | number>;
|
|
117
149
|
default: undefined;
|
|
118
150
|
};
|
|
119
151
|
trueLabel: {
|
|
120
|
-
type: (
|
|
152
|
+
type: import('vue').PropType<string | number>;
|
|
121
153
|
default: undefined;
|
|
122
154
|
};
|
|
123
155
|
falseLabel: {
|
|
124
|
-
type: (
|
|
156
|
+
type: import('vue').PropType<string | number>;
|
|
125
157
|
default: undefined;
|
|
126
158
|
};
|
|
127
|
-
id: {
|
|
128
|
-
type: StringConstructor;
|
|
129
|
-
default: undefined;
|
|
130
|
-
};
|
|
131
|
-
border: BooleanConstructor;
|
|
132
|
-
size: {
|
|
133
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
134
|
-
readonly required: false;
|
|
135
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
136
|
-
__epPropKey: true;
|
|
137
|
-
};
|
|
138
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
139
|
-
validateEvent: {
|
|
140
|
-
type: BooleanConstructor;
|
|
141
|
-
default: boolean;
|
|
142
|
-
};
|
|
143
|
-
ariaLabel: StringConstructor;
|
|
144
159
|
}>> & {
|
|
145
160
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
146
161
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
147
162
|
}, {}, {}, {}, {}, {
|
|
148
|
-
label: string |
|
|
163
|
+
label: string | boolean | number | object;
|
|
149
164
|
disabled: boolean;
|
|
150
|
-
|
|
151
|
-
value: string | number | boolean | Record<string, any>;
|
|
165
|
+
value: string | boolean | number | object;
|
|
152
166
|
id: string;
|
|
153
167
|
name: string;
|
|
154
|
-
modelValue:
|
|
168
|
+
modelValue: number | string | boolean;
|
|
155
169
|
validateEvent: boolean;
|
|
156
|
-
indeterminate: boolean;
|
|
157
|
-
checked: boolean;
|
|
158
170
|
trueValue: string | number;
|
|
159
171
|
falseValue: string | number;
|
|
160
172
|
trueLabel: string | number;
|
|
@@ -164,62 +176,71 @@ export declare const Checkbox: {
|
|
|
164
176
|
__isTeleport?: never;
|
|
165
177
|
__isSuspense?: never;
|
|
166
178
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
179
|
+
value: {
|
|
180
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
170
181
|
default: undefined;
|
|
171
182
|
};
|
|
183
|
+
size: {
|
|
184
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
185
|
+
};
|
|
172
186
|
label: {
|
|
173
|
-
type: (
|
|
187
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
174
188
|
default: undefined;
|
|
175
189
|
};
|
|
176
|
-
|
|
177
|
-
type: (
|
|
190
|
+
name: {
|
|
191
|
+
type: import('vue').PropType<string>;
|
|
178
192
|
default: undefined;
|
|
179
193
|
};
|
|
180
|
-
indeterminate: BooleanConstructor;
|
|
181
194
|
disabled: {
|
|
182
|
-
type:
|
|
195
|
+
type: import('vue').PropType<boolean>;
|
|
183
196
|
default: undefined;
|
|
184
197
|
};
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
type: StringConstructor;
|
|
198
|
+
id: {
|
|
199
|
+
type: import('vue').PropType<string>;
|
|
188
200
|
default: undefined;
|
|
189
201
|
};
|
|
202
|
+
modelValue: {
|
|
203
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
204
|
+
default: undefined;
|
|
205
|
+
};
|
|
206
|
+
tabindex: {
|
|
207
|
+
type: import('vue').PropType<string | number>;
|
|
208
|
+
};
|
|
209
|
+
ariaLabel: {
|
|
210
|
+
type: import('vue').PropType<string>;
|
|
211
|
+
};
|
|
212
|
+
validateEvent: {
|
|
213
|
+
type: import('vue').PropType<boolean>;
|
|
214
|
+
default: true;
|
|
215
|
+
};
|
|
216
|
+
border: {
|
|
217
|
+
type: import('vue').PropType<boolean>;
|
|
218
|
+
};
|
|
219
|
+
ariaControls: {
|
|
220
|
+
type: import('vue').PropType<string>;
|
|
221
|
+
};
|
|
222
|
+
indeterminate: {
|
|
223
|
+
type: import('vue').PropType<boolean>;
|
|
224
|
+
};
|
|
225
|
+
checked: {
|
|
226
|
+
type: import('vue').PropType<boolean>;
|
|
227
|
+
};
|
|
190
228
|
trueValue: {
|
|
191
|
-
type: (
|
|
229
|
+
type: import('vue').PropType<string | number>;
|
|
192
230
|
default: undefined;
|
|
193
231
|
};
|
|
194
232
|
falseValue: {
|
|
195
|
-
type: (
|
|
233
|
+
type: import('vue').PropType<string | number>;
|
|
196
234
|
default: undefined;
|
|
197
235
|
};
|
|
198
236
|
trueLabel: {
|
|
199
|
-
type: (
|
|
237
|
+
type: import('vue').PropType<string | number>;
|
|
200
238
|
default: undefined;
|
|
201
239
|
};
|
|
202
240
|
falseLabel: {
|
|
203
|
-
type: (
|
|
204
|
-
default: undefined;
|
|
205
|
-
};
|
|
206
|
-
id: {
|
|
207
|
-
type: StringConstructor;
|
|
241
|
+
type: import('vue').PropType<string | number>;
|
|
208
242
|
default: undefined;
|
|
209
243
|
};
|
|
210
|
-
border: BooleanConstructor;
|
|
211
|
-
size: {
|
|
212
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
213
|
-
readonly required: false;
|
|
214
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
215
|
-
__epPropKey: true;
|
|
216
|
-
};
|
|
217
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
218
|
-
validateEvent: {
|
|
219
|
-
type: BooleanConstructor;
|
|
220
|
-
default: boolean;
|
|
221
|
-
};
|
|
222
|
-
ariaLabel: StringConstructor;
|
|
223
244
|
}>> & {
|
|
224
245
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
225
246
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
@@ -227,16 +248,13 @@ export declare const Checkbox: {
|
|
|
227
248
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
228
249
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
229
250
|
}, string, {
|
|
230
|
-
label: string |
|
|
251
|
+
label: string | boolean | number | object;
|
|
231
252
|
disabled: boolean;
|
|
232
|
-
|
|
233
|
-
value: string | number | boolean | Record<string, any>;
|
|
253
|
+
value: string | boolean | number | object;
|
|
234
254
|
id: string;
|
|
235
255
|
name: string;
|
|
236
|
-
modelValue:
|
|
256
|
+
modelValue: number | string | boolean;
|
|
237
257
|
validateEvent: boolean;
|
|
238
|
-
indeterminate: boolean;
|
|
239
|
-
checked: boolean;
|
|
240
258
|
trueValue: string | number;
|
|
241
259
|
falseValue: string | number;
|
|
242
260
|
trueLabel: string | number;
|
|
@@ -248,62 +266,71 @@ export declare const Checkbox: {
|
|
|
248
266
|
}) & import('vue').ObjectPlugin & {
|
|
249
267
|
CheckboxButton: {
|
|
250
268
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
269
|
+
value: {
|
|
270
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
254
271
|
default: undefined;
|
|
255
272
|
};
|
|
273
|
+
size: {
|
|
274
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
275
|
+
};
|
|
256
276
|
label: {
|
|
257
|
-
type: (
|
|
277
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
258
278
|
default: undefined;
|
|
259
279
|
};
|
|
260
|
-
|
|
261
|
-
type: (
|
|
280
|
+
name: {
|
|
281
|
+
type: import('vue').PropType<string>;
|
|
262
282
|
default: undefined;
|
|
263
283
|
};
|
|
264
|
-
indeterminate: BooleanConstructor;
|
|
265
284
|
disabled: {
|
|
266
|
-
type:
|
|
285
|
+
type: import('vue').PropType<boolean>;
|
|
267
286
|
default: undefined;
|
|
268
287
|
};
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
288
|
+
id: {
|
|
289
|
+
type: import('vue').PropType<string>;
|
|
290
|
+
default: undefined;
|
|
291
|
+
};
|
|
292
|
+
modelValue: {
|
|
293
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
272
294
|
default: undefined;
|
|
273
295
|
};
|
|
296
|
+
tabindex: {
|
|
297
|
+
type: import('vue').PropType<string | number>;
|
|
298
|
+
};
|
|
299
|
+
ariaLabel: {
|
|
300
|
+
type: import('vue').PropType<string>;
|
|
301
|
+
};
|
|
302
|
+
validateEvent: {
|
|
303
|
+
type: import('vue').PropType<boolean>;
|
|
304
|
+
default: true;
|
|
305
|
+
};
|
|
306
|
+
border: {
|
|
307
|
+
type: import('vue').PropType<boolean>;
|
|
308
|
+
};
|
|
309
|
+
ariaControls: {
|
|
310
|
+
type: import('vue').PropType<string>;
|
|
311
|
+
};
|
|
312
|
+
indeterminate: {
|
|
313
|
+
type: import('vue').PropType<boolean>;
|
|
314
|
+
};
|
|
315
|
+
checked: {
|
|
316
|
+
type: import('vue').PropType<boolean>;
|
|
317
|
+
};
|
|
274
318
|
trueValue: {
|
|
275
|
-
type: (
|
|
319
|
+
type: import('vue').PropType<string | number>;
|
|
276
320
|
default: undefined;
|
|
277
321
|
};
|
|
278
322
|
falseValue: {
|
|
279
|
-
type: (
|
|
323
|
+
type: import('vue').PropType<string | number>;
|
|
280
324
|
default: undefined;
|
|
281
325
|
};
|
|
282
326
|
trueLabel: {
|
|
283
|
-
type: (
|
|
327
|
+
type: import('vue').PropType<string | number>;
|
|
284
328
|
default: undefined;
|
|
285
329
|
};
|
|
286
330
|
falseLabel: {
|
|
287
|
-
type: (
|
|
331
|
+
type: import('vue').PropType<string | number>;
|
|
288
332
|
default: undefined;
|
|
289
333
|
};
|
|
290
|
-
id: {
|
|
291
|
-
type: StringConstructor;
|
|
292
|
-
default: undefined;
|
|
293
|
-
};
|
|
294
|
-
border: BooleanConstructor;
|
|
295
|
-
size: {
|
|
296
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
297
|
-
readonly required: false;
|
|
298
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
299
|
-
__epPropKey: true;
|
|
300
|
-
};
|
|
301
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
302
|
-
validateEvent: {
|
|
303
|
-
type: BooleanConstructor;
|
|
304
|
-
default: boolean;
|
|
305
|
-
};
|
|
306
|
-
ariaLabel: StringConstructor;
|
|
307
334
|
}>> & {
|
|
308
335
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
309
336
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
@@ -311,16 +338,13 @@ export declare const Checkbox: {
|
|
|
311
338
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
312
339
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
313
340
|
}, import('vue').PublicProps, {
|
|
314
|
-
label: string |
|
|
341
|
+
label: string | boolean | number | object;
|
|
315
342
|
disabled: boolean;
|
|
316
|
-
|
|
317
|
-
value: string | number | boolean | Record<string, any>;
|
|
343
|
+
value: string | boolean | number | object;
|
|
318
344
|
id: string;
|
|
319
345
|
name: string;
|
|
320
|
-
modelValue:
|
|
346
|
+
modelValue: number | string | boolean;
|
|
321
347
|
validateEvent: boolean;
|
|
322
|
-
indeterminate: boolean;
|
|
323
|
-
checked: boolean;
|
|
324
348
|
trueValue: string | number;
|
|
325
349
|
falseValue: string | number;
|
|
326
350
|
trueLabel: string | number;
|
|
@@ -333,76 +357,82 @@ export declare const Checkbox: {
|
|
|
333
357
|
M: {};
|
|
334
358
|
Defaults: {};
|
|
335
359
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
360
|
+
value: {
|
|
361
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
339
362
|
default: undefined;
|
|
340
363
|
};
|
|
364
|
+
size: {
|
|
365
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
366
|
+
};
|
|
341
367
|
label: {
|
|
342
|
-
type: (
|
|
368
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
343
369
|
default: undefined;
|
|
344
370
|
};
|
|
345
|
-
|
|
346
|
-
type: (
|
|
371
|
+
name: {
|
|
372
|
+
type: import('vue').PropType<string>;
|
|
347
373
|
default: undefined;
|
|
348
374
|
};
|
|
349
|
-
indeterminate: BooleanConstructor;
|
|
350
375
|
disabled: {
|
|
351
|
-
type:
|
|
376
|
+
type: import('vue').PropType<boolean>;
|
|
352
377
|
default: undefined;
|
|
353
378
|
};
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
379
|
+
id: {
|
|
380
|
+
type: import('vue').PropType<string>;
|
|
381
|
+
default: undefined;
|
|
382
|
+
};
|
|
383
|
+
modelValue: {
|
|
384
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
357
385
|
default: undefined;
|
|
358
386
|
};
|
|
387
|
+
tabindex: {
|
|
388
|
+
type: import('vue').PropType<string | number>;
|
|
389
|
+
};
|
|
390
|
+
ariaLabel: {
|
|
391
|
+
type: import('vue').PropType<string>;
|
|
392
|
+
};
|
|
393
|
+
validateEvent: {
|
|
394
|
+
type: import('vue').PropType<boolean>;
|
|
395
|
+
default: true;
|
|
396
|
+
};
|
|
397
|
+
border: {
|
|
398
|
+
type: import('vue').PropType<boolean>;
|
|
399
|
+
};
|
|
400
|
+
ariaControls: {
|
|
401
|
+
type: import('vue').PropType<string>;
|
|
402
|
+
};
|
|
403
|
+
indeterminate: {
|
|
404
|
+
type: import('vue').PropType<boolean>;
|
|
405
|
+
};
|
|
406
|
+
checked: {
|
|
407
|
+
type: import('vue').PropType<boolean>;
|
|
408
|
+
};
|
|
359
409
|
trueValue: {
|
|
360
|
-
type: (
|
|
410
|
+
type: import('vue').PropType<string | number>;
|
|
361
411
|
default: undefined;
|
|
362
412
|
};
|
|
363
413
|
falseValue: {
|
|
364
|
-
type: (
|
|
414
|
+
type: import('vue').PropType<string | number>;
|
|
365
415
|
default: undefined;
|
|
366
416
|
};
|
|
367
417
|
trueLabel: {
|
|
368
|
-
type: (
|
|
418
|
+
type: import('vue').PropType<string | number>;
|
|
369
419
|
default: undefined;
|
|
370
420
|
};
|
|
371
421
|
falseLabel: {
|
|
372
|
-
type: (
|
|
422
|
+
type: import('vue').PropType<string | number>;
|
|
373
423
|
default: undefined;
|
|
374
424
|
};
|
|
375
|
-
id: {
|
|
376
|
-
type: StringConstructor;
|
|
377
|
-
default: undefined;
|
|
378
|
-
};
|
|
379
|
-
border: BooleanConstructor;
|
|
380
|
-
size: {
|
|
381
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
382
|
-
readonly required: false;
|
|
383
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
384
|
-
__epPropKey: true;
|
|
385
|
-
};
|
|
386
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
387
|
-
validateEvent: {
|
|
388
|
-
type: BooleanConstructor;
|
|
389
|
-
default: boolean;
|
|
390
|
-
};
|
|
391
|
-
ariaLabel: StringConstructor;
|
|
392
425
|
}>> & {
|
|
393
426
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
394
427
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
395
428
|
}, {}, {}, {}, {}, {
|
|
396
|
-
label: string |
|
|
429
|
+
label: string | boolean | number | object;
|
|
397
430
|
disabled: boolean;
|
|
398
|
-
|
|
399
|
-
value: string | number | boolean | Record<string, any>;
|
|
431
|
+
value: string | boolean | number | object;
|
|
400
432
|
id: string;
|
|
401
433
|
name: string;
|
|
402
|
-
modelValue:
|
|
434
|
+
modelValue: number | string | boolean;
|
|
403
435
|
validateEvent: boolean;
|
|
404
|
-
indeterminate: boolean;
|
|
405
|
-
checked: boolean;
|
|
406
436
|
trueValue: string | number;
|
|
407
437
|
falseValue: string | number;
|
|
408
438
|
trueLabel: string | number;
|
|
@@ -412,62 +442,71 @@ export declare const Checkbox: {
|
|
|
412
442
|
__isTeleport?: never;
|
|
413
443
|
__isSuspense?: never;
|
|
414
444
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
type: (NumberConstructor | StringConstructor | BooleanConstructor)[];
|
|
445
|
+
value: {
|
|
446
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
418
447
|
default: undefined;
|
|
419
448
|
};
|
|
449
|
+
size: {
|
|
450
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
451
|
+
};
|
|
420
452
|
label: {
|
|
421
|
-
type: (
|
|
453
|
+
type: import('vue').PropType<string | number | boolean | object>;
|
|
422
454
|
default: undefined;
|
|
423
455
|
};
|
|
424
|
-
|
|
425
|
-
type: (
|
|
456
|
+
name: {
|
|
457
|
+
type: import('vue').PropType<string>;
|
|
426
458
|
default: undefined;
|
|
427
459
|
};
|
|
428
|
-
indeterminate: BooleanConstructor;
|
|
429
460
|
disabled: {
|
|
430
|
-
type:
|
|
461
|
+
type: import('vue').PropType<boolean>;
|
|
431
462
|
default: undefined;
|
|
432
463
|
};
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
type: StringConstructor;
|
|
464
|
+
id: {
|
|
465
|
+
type: import('vue').PropType<string>;
|
|
436
466
|
default: undefined;
|
|
437
467
|
};
|
|
468
|
+
modelValue: {
|
|
469
|
+
type: import('vue').PropType<string | number | boolean>;
|
|
470
|
+
default: undefined;
|
|
471
|
+
};
|
|
472
|
+
tabindex: {
|
|
473
|
+
type: import('vue').PropType<string | number>;
|
|
474
|
+
};
|
|
475
|
+
ariaLabel: {
|
|
476
|
+
type: import('vue').PropType<string>;
|
|
477
|
+
};
|
|
478
|
+
validateEvent: {
|
|
479
|
+
type: import('vue').PropType<boolean>;
|
|
480
|
+
default: true;
|
|
481
|
+
};
|
|
482
|
+
border: {
|
|
483
|
+
type: import('vue').PropType<boolean>;
|
|
484
|
+
};
|
|
485
|
+
ariaControls: {
|
|
486
|
+
type: import('vue').PropType<string>;
|
|
487
|
+
};
|
|
488
|
+
indeterminate: {
|
|
489
|
+
type: import('vue').PropType<boolean>;
|
|
490
|
+
};
|
|
491
|
+
checked: {
|
|
492
|
+
type: import('vue').PropType<boolean>;
|
|
493
|
+
};
|
|
438
494
|
trueValue: {
|
|
439
|
-
type: (
|
|
495
|
+
type: import('vue').PropType<string | number>;
|
|
440
496
|
default: undefined;
|
|
441
497
|
};
|
|
442
498
|
falseValue: {
|
|
443
|
-
type: (
|
|
499
|
+
type: import('vue').PropType<string | number>;
|
|
444
500
|
default: undefined;
|
|
445
501
|
};
|
|
446
502
|
trueLabel: {
|
|
447
|
-
type: (
|
|
503
|
+
type: import('vue').PropType<string | number>;
|
|
448
504
|
default: undefined;
|
|
449
505
|
};
|
|
450
506
|
falseLabel: {
|
|
451
|
-
type: (
|
|
452
|
-
default: undefined;
|
|
453
|
-
};
|
|
454
|
-
id: {
|
|
455
|
-
type: StringConstructor;
|
|
507
|
+
type: import('vue').PropType<string | number>;
|
|
456
508
|
default: undefined;
|
|
457
509
|
};
|
|
458
|
-
border: BooleanConstructor;
|
|
459
|
-
size: {
|
|
460
|
-
readonly type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", never>>;
|
|
461
|
-
readonly required: false;
|
|
462
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
463
|
-
__epPropKey: true;
|
|
464
|
-
};
|
|
465
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
466
|
-
validateEvent: {
|
|
467
|
-
type: BooleanConstructor;
|
|
468
|
-
default: boolean;
|
|
469
|
-
};
|
|
470
|
-
ariaLabel: StringConstructor;
|
|
471
510
|
}>> & {
|
|
472
511
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
473
512
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
@@ -475,16 +514,13 @@ export declare const Checkbox: {
|
|
|
475
514
|
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
476
515
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
477
516
|
}, string, {
|
|
478
|
-
label: string |
|
|
517
|
+
label: string | boolean | number | object;
|
|
479
518
|
disabled: boolean;
|
|
480
|
-
|
|
481
|
-
value: string | number | boolean | Record<string, any>;
|
|
519
|
+
value: string | boolean | number | object;
|
|
482
520
|
id: string;
|
|
483
521
|
name: string;
|
|
484
|
-
modelValue:
|
|
522
|
+
modelValue: number | string | boolean;
|
|
485
523
|
validateEvent: boolean;
|
|
486
|
-
indeterminate: boolean;
|
|
487
|
-
checked: boolean;
|
|
488
524
|
trueValue: string | number;
|
|
489
525
|
falseValue: string | number;
|
|
490
526
|
trueLabel: string | number;
|
|
@@ -496,49 +532,59 @@ export declare const Checkbox: {
|
|
|
496
532
|
});
|
|
497
533
|
CheckboxGroup: {
|
|
498
534
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
535
|
+
size: {
|
|
536
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
537
|
+
};
|
|
538
|
+
type: {
|
|
539
|
+
type: import('vue').PropType<"button" | "checkbox">;
|
|
540
|
+
default: string;
|
|
541
|
+
};
|
|
542
|
+
max: {
|
|
543
|
+
type: import('vue').PropType<number>;
|
|
544
|
+
};
|
|
545
|
+
fill: {
|
|
546
|
+
type: import('vue').PropType<string>;
|
|
547
|
+
};
|
|
548
|
+
disabled: {
|
|
549
|
+
type: import('vue').PropType<boolean>;
|
|
550
|
+
default: undefined;
|
|
551
|
+
};
|
|
552
|
+
props: {
|
|
553
|
+
type: import('vue').PropType<{
|
|
554
|
+
value?: string;
|
|
555
|
+
label?: string;
|
|
556
|
+
disabled?: string;
|
|
557
|
+
}>;
|
|
558
|
+
default: () => Required<{
|
|
559
|
+
value?: string;
|
|
560
|
+
label?: string;
|
|
561
|
+
disabled?: string;
|
|
562
|
+
}>;
|
|
563
|
+
};
|
|
564
|
+
modelValue: {
|
|
565
|
+
type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
566
|
+
default: () => never[];
|
|
567
|
+
};
|
|
568
|
+
tag: {
|
|
569
|
+
type: import('vue').PropType<string>;
|
|
570
|
+
default: string;
|
|
571
|
+
};
|
|
572
|
+
ariaLabel: {
|
|
573
|
+
type: import('vue').PropType<string>;
|
|
574
|
+
};
|
|
575
|
+
validateEvent: {
|
|
576
|
+
type: import('vue').PropType<boolean>;
|
|
577
|
+
default: boolean;
|
|
578
|
+
};
|
|
579
|
+
min: {
|
|
580
|
+
type: import('vue').PropType<number>;
|
|
581
|
+
};
|
|
582
|
+
options: {
|
|
583
|
+
type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
584
|
+
};
|
|
585
|
+
textColor: {
|
|
586
|
+
type: import('vue').PropType<string>;
|
|
587
|
+
};
|
|
542
588
|
}>> & {
|
|
543
589
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
544
590
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
@@ -546,16 +592,16 @@ export declare const Checkbox: {
|
|
|
546
592
|
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
547
593
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
548
594
|
}, import('vue').PublicProps, {
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
595
|
+
disabled: boolean;
|
|
596
|
+
type: "checkbox" | "button";
|
|
597
|
+
props: {
|
|
552
598
|
value?: string;
|
|
553
599
|
label?: string;
|
|
554
600
|
disabled?: string;
|
|
555
601
|
};
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
602
|
+
tag: string;
|
|
603
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
604
|
+
validateEvent: boolean;
|
|
559
605
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
560
606
|
P: {};
|
|
561
607
|
B: {};
|
|
@@ -564,111 +610,131 @@ export declare const Checkbox: {
|
|
|
564
610
|
M: {};
|
|
565
611
|
Defaults: {};
|
|
566
612
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
613
|
+
size: {
|
|
614
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
615
|
+
};
|
|
616
|
+
type: {
|
|
617
|
+
type: import('vue').PropType<"button" | "checkbox">;
|
|
618
|
+
default: string;
|
|
619
|
+
};
|
|
620
|
+
max: {
|
|
621
|
+
type: import('vue').PropType<number>;
|
|
622
|
+
};
|
|
623
|
+
fill: {
|
|
624
|
+
type: import('vue').PropType<string>;
|
|
625
|
+
};
|
|
626
|
+
disabled: {
|
|
627
|
+
type: import('vue').PropType<boolean>;
|
|
628
|
+
default: undefined;
|
|
629
|
+
};
|
|
630
|
+
props: {
|
|
631
|
+
type: import('vue').PropType<{
|
|
632
|
+
value?: string;
|
|
633
|
+
label?: string;
|
|
634
|
+
disabled?: string;
|
|
635
|
+
}>;
|
|
636
|
+
default: () => Required<{
|
|
637
|
+
value?: string;
|
|
638
|
+
label?: string;
|
|
639
|
+
disabled?: string;
|
|
640
|
+
}>;
|
|
641
|
+
};
|
|
642
|
+
modelValue: {
|
|
643
|
+
type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
644
|
+
default: () => never[];
|
|
645
|
+
};
|
|
646
|
+
tag: {
|
|
647
|
+
type: import('vue').PropType<string>;
|
|
648
|
+
default: string;
|
|
649
|
+
};
|
|
650
|
+
ariaLabel: {
|
|
651
|
+
type: import('vue').PropType<string>;
|
|
652
|
+
};
|
|
653
|
+
validateEvent: {
|
|
654
|
+
type: import('vue').PropType<boolean>;
|
|
655
|
+
default: boolean;
|
|
656
|
+
};
|
|
657
|
+
min: {
|
|
658
|
+
type: import('vue').PropType<number>;
|
|
659
|
+
};
|
|
660
|
+
options: {
|
|
661
|
+
type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
662
|
+
};
|
|
663
|
+
textColor: {
|
|
664
|
+
type: import('vue').PropType<string>;
|
|
665
|
+
};
|
|
610
666
|
}>> & {
|
|
611
667
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
612
668
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
613
669
|
}, {}, {}, {}, {}, {
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
670
|
+
disabled: boolean;
|
|
671
|
+
type: "checkbox" | "button";
|
|
672
|
+
props: {
|
|
617
673
|
value?: string;
|
|
618
674
|
label?: string;
|
|
619
675
|
disabled?: string;
|
|
620
676
|
};
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
677
|
+
tag: string;
|
|
678
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
679
|
+
validateEvent: boolean;
|
|
624
680
|
}>;
|
|
625
681
|
__isFragment?: never;
|
|
626
682
|
__isTeleport?: never;
|
|
627
683
|
__isSuspense?: never;
|
|
628
684
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
685
|
+
size: {
|
|
686
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
687
|
+
};
|
|
688
|
+
type: {
|
|
689
|
+
type: import('vue').PropType<"button" | "checkbox">;
|
|
690
|
+
default: string;
|
|
691
|
+
};
|
|
692
|
+
max: {
|
|
693
|
+
type: import('vue').PropType<number>;
|
|
694
|
+
};
|
|
695
|
+
fill: {
|
|
696
|
+
type: import('vue').PropType<string>;
|
|
697
|
+
};
|
|
698
|
+
disabled: {
|
|
699
|
+
type: import('vue').PropType<boolean>;
|
|
700
|
+
default: undefined;
|
|
701
|
+
};
|
|
702
|
+
props: {
|
|
703
|
+
type: import('vue').PropType<{
|
|
704
|
+
value?: string;
|
|
705
|
+
label?: string;
|
|
706
|
+
disabled?: string;
|
|
707
|
+
}>;
|
|
708
|
+
default: () => Required<{
|
|
709
|
+
value?: string;
|
|
710
|
+
label?: string;
|
|
711
|
+
disabled?: string;
|
|
712
|
+
}>;
|
|
713
|
+
};
|
|
714
|
+
modelValue: {
|
|
715
|
+
type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
716
|
+
default: () => never[];
|
|
717
|
+
};
|
|
718
|
+
tag: {
|
|
719
|
+
type: import('vue').PropType<string>;
|
|
720
|
+
default: string;
|
|
721
|
+
};
|
|
722
|
+
ariaLabel: {
|
|
723
|
+
type: import('vue').PropType<string>;
|
|
724
|
+
};
|
|
725
|
+
validateEvent: {
|
|
726
|
+
type: import('vue').PropType<boolean>;
|
|
727
|
+
default: boolean;
|
|
728
|
+
};
|
|
729
|
+
min: {
|
|
730
|
+
type: import('vue').PropType<number>;
|
|
731
|
+
};
|
|
732
|
+
options: {
|
|
733
|
+
type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
734
|
+
};
|
|
735
|
+
textColor: {
|
|
736
|
+
type: import('vue').PropType<string>;
|
|
737
|
+
};
|
|
672
738
|
}>> & {
|
|
673
739
|
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
674
740
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
@@ -676,16 +742,16 @@ export declare const Checkbox: {
|
|
|
676
742
|
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
677
743
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
678
744
|
}, string, {
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
745
|
+
disabled: boolean;
|
|
746
|
+
type: "checkbox" | "button";
|
|
747
|
+
props: {
|
|
682
748
|
value?: string;
|
|
683
749
|
label?: string;
|
|
684
750
|
disabled?: string;
|
|
685
751
|
};
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
752
|
+
tag: string;
|
|
753
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
754
|
+
validateEvent: boolean;
|
|
689
755
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
690
756
|
$slots: {
|
|
691
757
|
default?: (props: {}) => any;
|
|
@@ -743,10 +809,7 @@ export declare const Checkbox: {
|
|
|
743
809
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
744
810
|
$slots: {
|
|
745
811
|
option?(_: {
|
|
746
|
-
option: import('element-plus').CheckboxProps
|
|
747
|
-
label: never;
|
|
748
|
-
value: never;
|
|
749
|
-
};
|
|
812
|
+
option: import('element-plus').CheckboxProps;
|
|
750
813
|
}): any;
|
|
751
814
|
};
|
|
752
815
|
});
|