sd-render 1.0.24 → 1.0.26
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/package.json +1 -1
- package/{sd-lib-BIFVmG2P.js → sd-lib-BRDqWpkQ.js} +4 -4
- package/{sd-render-COOAA_gI.js → sd-render-DK3Yjbxt.js} +2 -2
- package/sd-render.es.js +2 -2
- package/sd-render.style.css +1 -1
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/ImageView.vue.d.ts +128 -622
- package/types/src/components/input3/eltiptap/widget/ExtensionViews/TaskItemView.vue.d.ts +109 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/AddYoutubeCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/ColorPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/CommandButton.vue.d.ts +117 -1061
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontFamilyDropdown.vue.d.ts +1925 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/FontSizeDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HeadingDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/HighlightPopover.vue.d.ts +314 -1649
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/EditImageCommandButton.vue.d.ts +444 -4366
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/ImageDisplayCommandButton.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Image/InsertImageCommandButton.vue.d.ts +291 -1843
- package/types/src/components/input3/eltiptap/widget/MenuCommands/LineHeightDropdown.vue.d.ts +1923 -645
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/AddLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/EditLinkCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/Link/UploadFileCommandButton.vue.d.ts +541 -4734
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/CreateTablePopover.vue.d.ts +129 -623
- package/types/src/components/input3/eltiptap/widget/MenuCommands/TablePopover/index.vue.d.ts +129 -623
- package/types/src/components/sdwidget/SDImportAndModified.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SDImportMapData.vue.d.ts +1 -1
- package/types/src/components/sdwidget/SdCrudForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdCrudPopupForm.vue.d.ts +38 -30
- package/types/src/components/sdwidget/SdFormSchema.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdFormSchemaForm.vue.d.ts +48 -1362
- package/types/src/components/sdwidget/SdGallery.vue.d.ts +144 -616
- package/types/src/components/sdwidget/SdReport.vue.d.ts +38 -30
- package/types/src/types/Connect.d.ts +1 -1
- package/types/src/types/StateStore.d.ts +1 -0
|
@@ -120,155 +120,43 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
120
120
|
}>> & Readonly<{}>, {
|
|
121
121
|
as: string;
|
|
122
122
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
123
|
-
ElCheckbox:
|
|
124
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
125
|
-
ariaControls: StringConstructor;
|
|
126
|
-
modelValue: {
|
|
127
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
128
|
-
default: undefined;
|
|
129
|
-
};
|
|
130
|
-
label: {
|
|
131
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
132
|
-
default: undefined;
|
|
133
|
-
};
|
|
134
|
-
value: {
|
|
135
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
136
|
-
default: undefined;
|
|
137
|
-
};
|
|
138
|
-
indeterminate: BooleanConstructor;
|
|
139
|
-
disabled: BooleanConstructor;
|
|
140
|
-
checked: BooleanConstructor;
|
|
141
|
-
name: {
|
|
142
|
-
type: StringConstructor;
|
|
143
|
-
default: undefined;
|
|
144
|
-
};
|
|
145
|
-
trueValue: {
|
|
146
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
147
|
-
default: undefined;
|
|
148
|
-
};
|
|
149
|
-
falseValue: {
|
|
150
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
151
|
-
default: undefined;
|
|
152
|
-
};
|
|
153
|
-
trueLabel: {
|
|
154
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
155
|
-
default: undefined;
|
|
156
|
-
};
|
|
157
|
-
falseLabel: {
|
|
158
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
159
|
-
default: undefined;
|
|
160
|
-
};
|
|
161
|
-
id: {
|
|
162
|
-
type: StringConstructor;
|
|
163
|
-
default: undefined;
|
|
164
|
-
};
|
|
165
|
-
border: BooleanConstructor;
|
|
166
|
-
size: {
|
|
167
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
168
|
-
readonly required: false;
|
|
169
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
170
|
-
__epPropKey: true;
|
|
171
|
-
};
|
|
172
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
173
|
-
validateEvent: {
|
|
174
|
-
type: BooleanConstructor;
|
|
175
|
-
default: boolean;
|
|
176
|
-
};
|
|
177
|
-
}>> & {
|
|
178
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
123
|
+
ElCheckbox: {
|
|
124
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
179
125
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
180
|
-
|
|
181
|
-
|
|
126
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
127
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
182
128
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
183
|
-
|
|
184
|
-
|
|
129
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
130
|
+
}, import('vue').PublicProps, {
|
|
131
|
+
value: string | boolean | number | object;
|
|
132
|
+
label: string | boolean | number | object;
|
|
185
133
|
disabled: boolean;
|
|
186
|
-
|
|
187
|
-
|
|
134
|
+
validateEvent: boolean;
|
|
135
|
+
modelValue: number | string | boolean;
|
|
188
136
|
id: string;
|
|
189
137
|
name: string;
|
|
190
|
-
modelValue: string | number | boolean;
|
|
191
|
-
validateEvent: boolean;
|
|
192
|
-
indeterminate: boolean;
|
|
193
|
-
checked: boolean;
|
|
194
138
|
trueValue: string | number;
|
|
195
139
|
falseValue: string | number;
|
|
196
140
|
trueLabel: string | number;
|
|
197
141
|
falseLabel: string | number;
|
|
198
|
-
},
|
|
142
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
199
143
|
P: {};
|
|
200
144
|
B: {};
|
|
201
145
|
D: {};
|
|
202
146
|
C: {};
|
|
203
147
|
M: {};
|
|
204
148
|
Defaults: {};
|
|
205
|
-
}, Readonly<import('
|
|
206
|
-
ariaControls: StringConstructor;
|
|
207
|
-
modelValue: {
|
|
208
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
209
|
-
default: undefined;
|
|
210
|
-
};
|
|
211
|
-
label: {
|
|
212
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
213
|
-
default: undefined;
|
|
214
|
-
};
|
|
215
|
-
value: {
|
|
216
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
217
|
-
default: undefined;
|
|
218
|
-
};
|
|
219
|
-
indeterminate: BooleanConstructor;
|
|
220
|
-
disabled: BooleanConstructor;
|
|
221
|
-
checked: BooleanConstructor;
|
|
222
|
-
name: {
|
|
223
|
-
type: StringConstructor;
|
|
224
|
-
default: undefined;
|
|
225
|
-
};
|
|
226
|
-
trueValue: {
|
|
227
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
228
|
-
default: undefined;
|
|
229
|
-
};
|
|
230
|
-
falseValue: {
|
|
231
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
232
|
-
default: undefined;
|
|
233
|
-
};
|
|
234
|
-
trueLabel: {
|
|
235
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
236
|
-
default: undefined;
|
|
237
|
-
};
|
|
238
|
-
falseLabel: {
|
|
239
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
240
|
-
default: undefined;
|
|
241
|
-
};
|
|
242
|
-
id: {
|
|
243
|
-
type: StringConstructor;
|
|
244
|
-
default: undefined;
|
|
245
|
-
};
|
|
246
|
-
border: BooleanConstructor;
|
|
247
|
-
size: {
|
|
248
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
249
|
-
readonly required: false;
|
|
250
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
251
|
-
__epPropKey: true;
|
|
252
|
-
};
|
|
253
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
254
|
-
validateEvent: {
|
|
255
|
-
type: BooleanConstructor;
|
|
256
|
-
default: boolean;
|
|
257
|
-
};
|
|
258
|
-
}>> & {
|
|
259
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
149
|
+
}, Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
260
150
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
261
|
-
|
|
262
|
-
|
|
151
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
152
|
+
}>, {}, {}, {}, {}, {
|
|
153
|
+
value: string | boolean | number | object;
|
|
154
|
+
label: string | boolean | number | object;
|
|
263
155
|
disabled: boolean;
|
|
264
|
-
|
|
265
|
-
|
|
156
|
+
validateEvent: boolean;
|
|
157
|
+
modelValue: number | string | boolean;
|
|
266
158
|
id: string;
|
|
267
159
|
name: string;
|
|
268
|
-
modelValue: string | number | boolean;
|
|
269
|
-
validateEvent: boolean;
|
|
270
|
-
indeterminate: boolean;
|
|
271
|
-
checked: boolean;
|
|
272
160
|
trueValue: string | number;
|
|
273
161
|
falseValue: string | number;
|
|
274
162
|
trueLabel: string | number;
|
|
@@ -277,234 +165,89 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
277
165
|
__isFragment?: never;
|
|
278
166
|
__isTeleport?: never;
|
|
279
167
|
__isSuspense?: never;
|
|
280
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
281
|
-
ariaControls: StringConstructor;
|
|
282
|
-
modelValue: {
|
|
283
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
284
|
-
default: undefined;
|
|
285
|
-
};
|
|
286
|
-
label: {
|
|
287
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
288
|
-
default: undefined;
|
|
289
|
-
};
|
|
290
|
-
value: {
|
|
291
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
292
|
-
default: undefined;
|
|
293
|
-
};
|
|
294
|
-
indeterminate: BooleanConstructor;
|
|
295
|
-
disabled: BooleanConstructor;
|
|
296
|
-
checked: BooleanConstructor;
|
|
297
|
-
name: {
|
|
298
|
-
type: StringConstructor;
|
|
299
|
-
default: undefined;
|
|
300
|
-
};
|
|
301
|
-
trueValue: {
|
|
302
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
303
|
-
default: undefined;
|
|
304
|
-
};
|
|
305
|
-
falseValue: {
|
|
306
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
307
|
-
default: undefined;
|
|
308
|
-
};
|
|
309
|
-
trueLabel: {
|
|
310
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
311
|
-
default: undefined;
|
|
312
|
-
};
|
|
313
|
-
falseLabel: {
|
|
314
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
315
|
-
default: undefined;
|
|
316
|
-
};
|
|
317
|
-
id: {
|
|
318
|
-
type: StringConstructor;
|
|
319
|
-
default: undefined;
|
|
320
|
-
};
|
|
321
|
-
border: BooleanConstructor;
|
|
322
|
-
size: {
|
|
323
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
324
|
-
readonly required: false;
|
|
325
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
326
|
-
__epPropKey: true;
|
|
327
|
-
};
|
|
328
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
329
|
-
validateEvent: {
|
|
330
|
-
type: BooleanConstructor;
|
|
331
|
-
default: boolean;
|
|
332
|
-
};
|
|
333
|
-
}>> & {
|
|
334
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
168
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
335
169
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
336
|
-
|
|
337
|
-
|
|
170
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
171
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
338
172
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
173
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
339
174
|
}, string, {
|
|
340
|
-
|
|
175
|
+
value: string | boolean | number | object;
|
|
176
|
+
label: string | boolean | number | object;
|
|
341
177
|
disabled: boolean;
|
|
342
|
-
|
|
343
|
-
|
|
178
|
+
validateEvent: boolean;
|
|
179
|
+
modelValue: number | string | boolean;
|
|
344
180
|
id: string;
|
|
345
181
|
name: string;
|
|
346
|
-
modelValue: string | number | boolean;
|
|
347
|
-
validateEvent: boolean;
|
|
348
|
-
indeterminate: boolean;
|
|
349
|
-
checked: boolean;
|
|
350
182
|
trueValue: string | number;
|
|
351
183
|
falseValue: string | number;
|
|
352
184
|
trueLabel: string | number;
|
|
353
185
|
falseLabel: string | number;
|
|
354
186
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
355
187
|
$slots: {
|
|
356
|
-
default
|
|
188
|
+
default?: (props: {}) => any;
|
|
357
189
|
};
|
|
358
|
-
}) & import('vue').
|
|
190
|
+
}) & import('vue').ObjectPlugin & {
|
|
191
|
+
setPropsDefaults: (defaults: Partial<{
|
|
192
|
+
readonly modelValue?: number | string | boolean | undefined;
|
|
193
|
+
readonly label?: string | boolean | number | object | undefined;
|
|
194
|
+
readonly value?: string | boolean | number | object | undefined;
|
|
195
|
+
readonly indeterminate?: boolean | undefined;
|
|
196
|
+
readonly disabled?: boolean | undefined;
|
|
197
|
+
readonly checked?: boolean | undefined;
|
|
198
|
+
readonly name?: string | undefined;
|
|
199
|
+
readonly trueValue?: string | number | undefined;
|
|
200
|
+
readonly falseValue?: string | number | undefined;
|
|
201
|
+
readonly trueLabel?: string | number | undefined;
|
|
202
|
+
readonly falseLabel?: string | number | undefined;
|
|
203
|
+
readonly id?: string | undefined;
|
|
204
|
+
readonly border?: boolean | undefined;
|
|
205
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
206
|
+
readonly tabindex?: string | number | undefined;
|
|
207
|
+
readonly validateEvent?: boolean | undefined;
|
|
208
|
+
readonly ariaLabel?: string | undefined;
|
|
209
|
+
readonly ariaControls?: string | undefined;
|
|
210
|
+
readonly onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined | undefined;
|
|
211
|
+
readonly "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined | undefined;
|
|
212
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps>) => void;
|
|
213
|
+
} & {
|
|
359
214
|
CheckboxButton: {
|
|
360
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
361
|
-
ariaControls: StringConstructor;
|
|
362
|
-
modelValue: {
|
|
363
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
364
|
-
default: undefined;
|
|
365
|
-
};
|
|
366
|
-
label: {
|
|
367
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
368
|
-
default: undefined;
|
|
369
|
-
};
|
|
370
|
-
value: {
|
|
371
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
372
|
-
default: undefined;
|
|
373
|
-
};
|
|
374
|
-
indeterminate: BooleanConstructor;
|
|
375
|
-
disabled: BooleanConstructor;
|
|
376
|
-
checked: BooleanConstructor;
|
|
377
|
-
name: {
|
|
378
|
-
type: StringConstructor;
|
|
379
|
-
default: undefined;
|
|
380
|
-
};
|
|
381
|
-
trueValue: {
|
|
382
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
383
|
-
default: undefined;
|
|
384
|
-
};
|
|
385
|
-
falseValue: {
|
|
386
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
387
|
-
default: undefined;
|
|
388
|
-
};
|
|
389
|
-
trueLabel: {
|
|
390
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
391
|
-
default: undefined;
|
|
392
|
-
};
|
|
393
|
-
falseLabel: {
|
|
394
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
395
|
-
default: undefined;
|
|
396
|
-
};
|
|
397
|
-
id: {
|
|
398
|
-
type: StringConstructor;
|
|
399
|
-
default: undefined;
|
|
400
|
-
};
|
|
401
|
-
border: BooleanConstructor;
|
|
402
|
-
size: {
|
|
403
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
404
|
-
readonly required: false;
|
|
405
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
406
|
-
__epPropKey: true;
|
|
407
|
-
};
|
|
408
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
409
|
-
validateEvent: {
|
|
410
|
-
type: BooleanConstructor;
|
|
411
|
-
default: boolean;
|
|
412
|
-
};
|
|
413
|
-
}>> & {
|
|
414
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
215
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
415
216
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
416
|
-
|
|
417
|
-
|
|
217
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
218
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
418
219
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
419
|
-
|
|
420
|
-
|
|
220
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
221
|
+
}, import('vue').PublicProps, {
|
|
222
|
+
value: string | boolean | number | object;
|
|
223
|
+
label: string | boolean | number | object;
|
|
421
224
|
disabled: boolean;
|
|
422
|
-
|
|
423
|
-
|
|
225
|
+
validateEvent: boolean;
|
|
226
|
+
modelValue: number | string | boolean;
|
|
424
227
|
id: string;
|
|
425
228
|
name: string;
|
|
426
|
-
modelValue: string | number | boolean;
|
|
427
|
-
validateEvent: boolean;
|
|
428
|
-
indeterminate: boolean;
|
|
429
|
-
checked: boolean;
|
|
430
229
|
trueValue: string | number;
|
|
431
230
|
falseValue: string | number;
|
|
432
231
|
trueLabel: string | number;
|
|
433
232
|
falseLabel: string | number;
|
|
434
|
-
},
|
|
233
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
435
234
|
P: {};
|
|
436
235
|
B: {};
|
|
437
236
|
D: {};
|
|
438
237
|
C: {};
|
|
439
238
|
M: {};
|
|
440
239
|
Defaults: {};
|
|
441
|
-
}, Readonly<import('
|
|
442
|
-
ariaControls: StringConstructor;
|
|
443
|
-
modelValue: {
|
|
444
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
445
|
-
default: undefined;
|
|
446
|
-
};
|
|
447
|
-
label: {
|
|
448
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
449
|
-
default: undefined;
|
|
450
|
-
};
|
|
451
|
-
value: {
|
|
452
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
453
|
-
default: undefined;
|
|
454
|
-
};
|
|
455
|
-
indeterminate: BooleanConstructor;
|
|
456
|
-
disabled: BooleanConstructor;
|
|
457
|
-
checked: BooleanConstructor;
|
|
458
|
-
name: {
|
|
459
|
-
type: StringConstructor;
|
|
460
|
-
default: undefined;
|
|
461
|
-
};
|
|
462
|
-
trueValue: {
|
|
463
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
464
|
-
default: undefined;
|
|
465
|
-
};
|
|
466
|
-
falseValue: {
|
|
467
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
468
|
-
default: undefined;
|
|
469
|
-
};
|
|
470
|
-
trueLabel: {
|
|
471
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
472
|
-
default: undefined;
|
|
473
|
-
};
|
|
474
|
-
falseLabel: {
|
|
475
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
476
|
-
default: undefined;
|
|
477
|
-
};
|
|
478
|
-
id: {
|
|
479
|
-
type: StringConstructor;
|
|
480
|
-
default: undefined;
|
|
481
|
-
};
|
|
482
|
-
border: BooleanConstructor;
|
|
483
|
-
size: {
|
|
484
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
485
|
-
readonly required: false;
|
|
486
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
487
|
-
__epPropKey: true;
|
|
488
|
-
};
|
|
489
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
490
|
-
validateEvent: {
|
|
491
|
-
type: BooleanConstructor;
|
|
492
|
-
default: boolean;
|
|
493
|
-
};
|
|
494
|
-
}>> & {
|
|
495
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
240
|
+
}, Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
496
241
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
497
|
-
|
|
498
|
-
|
|
242
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
243
|
+
}>, {}, {}, {}, {}, {
|
|
244
|
+
value: string | boolean | number | object;
|
|
245
|
+
label: string | boolean | number | object;
|
|
499
246
|
disabled: boolean;
|
|
500
|
-
|
|
501
|
-
|
|
247
|
+
validateEvent: boolean;
|
|
248
|
+
modelValue: number | string | boolean;
|
|
502
249
|
id: string;
|
|
503
250
|
name: string;
|
|
504
|
-
modelValue: string | number | boolean;
|
|
505
|
-
validateEvent: boolean;
|
|
506
|
-
indeterminate: boolean;
|
|
507
|
-
checked: boolean;
|
|
508
251
|
trueValue: string | number;
|
|
509
252
|
falseValue: string | number;
|
|
510
253
|
trueLabel: string | number;
|
|
@@ -513,349 +256,92 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
513
256
|
__isFragment?: never;
|
|
514
257
|
__isTeleport?: never;
|
|
515
258
|
__isSuspense?: never;
|
|
516
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
517
|
-
ariaControls: StringConstructor;
|
|
518
|
-
modelValue: {
|
|
519
|
-
type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
520
|
-
default: undefined;
|
|
521
|
-
};
|
|
522
|
-
label: {
|
|
523
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
524
|
-
default: undefined;
|
|
525
|
-
};
|
|
526
|
-
value: {
|
|
527
|
-
type: (ObjectConstructor | BooleanConstructor | NumberConstructor | StringConstructor)[];
|
|
528
|
-
default: undefined;
|
|
529
|
-
};
|
|
530
|
-
indeterminate: BooleanConstructor;
|
|
531
|
-
disabled: BooleanConstructor;
|
|
532
|
-
checked: BooleanConstructor;
|
|
533
|
-
name: {
|
|
534
|
-
type: StringConstructor;
|
|
535
|
-
default: undefined;
|
|
536
|
-
};
|
|
537
|
-
trueValue: {
|
|
538
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
539
|
-
default: undefined;
|
|
540
|
-
};
|
|
541
|
-
falseValue: {
|
|
542
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
543
|
-
default: undefined;
|
|
544
|
-
};
|
|
545
|
-
trueLabel: {
|
|
546
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
547
|
-
default: undefined;
|
|
548
|
-
};
|
|
549
|
-
falseLabel: {
|
|
550
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
551
|
-
default: undefined;
|
|
552
|
-
};
|
|
553
|
-
id: {
|
|
554
|
-
type: StringConstructor;
|
|
555
|
-
default: undefined;
|
|
556
|
-
};
|
|
557
|
-
border: BooleanConstructor;
|
|
558
|
-
size: {
|
|
559
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
560
|
-
readonly required: false;
|
|
561
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
562
|
-
__epPropKey: true;
|
|
563
|
-
};
|
|
564
|
-
tabindex: (NumberConstructor | StringConstructor)[];
|
|
565
|
-
validateEvent: {
|
|
566
|
-
type: BooleanConstructor;
|
|
567
|
-
default: boolean;
|
|
568
|
-
};
|
|
569
|
-
}>> & {
|
|
570
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
259
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
571
260
|
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
572
|
-
|
|
573
|
-
|
|
261
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
262
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
574
263
|
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
264
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
575
265
|
}, string, {
|
|
576
|
-
|
|
266
|
+
value: string | boolean | number | object;
|
|
267
|
+
label: string | boolean | number | object;
|
|
577
268
|
disabled: boolean;
|
|
578
|
-
|
|
579
|
-
|
|
269
|
+
validateEvent: boolean;
|
|
270
|
+
modelValue: number | string | boolean;
|
|
580
271
|
id: string;
|
|
581
272
|
name: string;
|
|
582
|
-
modelValue: string | number | boolean;
|
|
583
|
-
validateEvent: boolean;
|
|
584
|
-
indeterminate: boolean;
|
|
585
|
-
checked: boolean;
|
|
586
273
|
trueValue: string | number;
|
|
587
274
|
falseValue: string | number;
|
|
588
275
|
trueLabel: string | number;
|
|
589
276
|
falseLabel: string | number;
|
|
590
277
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
591
278
|
$slots: {
|
|
592
|
-
default
|
|
279
|
+
default?: (props: {}) => any;
|
|
593
280
|
};
|
|
594
281
|
});
|
|
595
282
|
CheckboxGroup: {
|
|
596
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
597
|
-
readonly ariaLabel: StringConstructor;
|
|
598
|
-
readonly modelValue: {
|
|
599
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
600
|
-
readonly required: false;
|
|
601
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
602
|
-
__epPropKey: true;
|
|
603
|
-
} & {
|
|
604
|
-
readonly default: () => never[];
|
|
605
|
-
};
|
|
606
|
-
readonly disabled: BooleanConstructor;
|
|
607
|
-
readonly min: NumberConstructor;
|
|
608
|
-
readonly max: NumberConstructor;
|
|
609
|
-
readonly size: {
|
|
610
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
611
|
-
readonly required: false;
|
|
612
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
613
|
-
__epPropKey: true;
|
|
614
|
-
};
|
|
615
|
-
readonly fill: StringConstructor;
|
|
616
|
-
readonly textColor: StringConstructor;
|
|
617
|
-
readonly tag: {
|
|
618
|
-
readonly type: import('vue').PropType<string>;
|
|
619
|
-
readonly required: false;
|
|
620
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
621
|
-
__epPropKey: true;
|
|
622
|
-
} & {
|
|
623
|
-
readonly default: "div";
|
|
624
|
-
};
|
|
625
|
-
readonly validateEvent: {
|
|
626
|
-
readonly type: import('vue').PropType<boolean>;
|
|
627
|
-
readonly required: false;
|
|
628
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
629
|
-
__epPropKey: true;
|
|
630
|
-
} & {
|
|
631
|
-
readonly default: true;
|
|
632
|
-
};
|
|
633
|
-
readonly options: {
|
|
634
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
635
|
-
readonly required: false;
|
|
636
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
637
|
-
__epPropKey: true;
|
|
638
|
-
};
|
|
639
|
-
readonly props: {
|
|
640
|
-
readonly type: import('vue').PropType<{
|
|
641
|
-
value?: string;
|
|
642
|
-
label?: string;
|
|
643
|
-
disabled?: string;
|
|
644
|
-
}>;
|
|
645
|
-
readonly required: false;
|
|
646
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
647
|
-
__epPropKey: true;
|
|
648
|
-
} & {
|
|
649
|
-
readonly default: () => Required<{
|
|
650
|
-
value?: string;
|
|
651
|
-
label?: string;
|
|
652
|
-
disabled?: string;
|
|
653
|
-
}>;
|
|
654
|
-
};
|
|
655
|
-
readonly type: {
|
|
656
|
-
readonly type: import('vue').PropType<"button" | "checkbox">;
|
|
657
|
-
readonly required: false;
|
|
658
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
659
|
-
__epPropKey: true;
|
|
660
|
-
} & {
|
|
661
|
-
readonly default: "checkbox";
|
|
662
|
-
};
|
|
663
|
-
}>> & {
|
|
664
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
283
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
665
284
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
666
|
-
|
|
667
|
-
|
|
285
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
286
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
668
287
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
288
|
+
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
289
|
+
}, import('vue').PublicProps, {
|
|
290
|
+
type: "checkbox" | "button";
|
|
291
|
+
props: {
|
|
673
292
|
value?: string;
|
|
674
293
|
label?: string;
|
|
675
294
|
disabled?: string;
|
|
676
295
|
};
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
296
|
+
disabled: boolean;
|
|
297
|
+
validateEvent: boolean;
|
|
298
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
299
|
+
tag: string;
|
|
300
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
681
301
|
P: {};
|
|
682
302
|
B: {};
|
|
683
303
|
D: {};
|
|
684
304
|
C: {};
|
|
685
305
|
M: {};
|
|
686
306
|
Defaults: {};
|
|
687
|
-
}, Readonly<import('
|
|
688
|
-
readonly ariaLabel: StringConstructor;
|
|
689
|
-
readonly modelValue: {
|
|
690
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
691
|
-
readonly required: false;
|
|
692
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
693
|
-
__epPropKey: true;
|
|
694
|
-
} & {
|
|
695
|
-
readonly default: () => never[];
|
|
696
|
-
};
|
|
697
|
-
readonly disabled: BooleanConstructor;
|
|
698
|
-
readonly min: NumberConstructor;
|
|
699
|
-
readonly max: NumberConstructor;
|
|
700
|
-
readonly size: {
|
|
701
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
702
|
-
readonly required: false;
|
|
703
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
704
|
-
__epPropKey: true;
|
|
705
|
-
};
|
|
706
|
-
readonly fill: StringConstructor;
|
|
707
|
-
readonly textColor: StringConstructor;
|
|
708
|
-
readonly tag: {
|
|
709
|
-
readonly type: import('vue').PropType<string>;
|
|
710
|
-
readonly required: false;
|
|
711
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
712
|
-
__epPropKey: true;
|
|
713
|
-
} & {
|
|
714
|
-
readonly default: "div";
|
|
715
|
-
};
|
|
716
|
-
readonly validateEvent: {
|
|
717
|
-
readonly type: import('vue').PropType<boolean>;
|
|
718
|
-
readonly required: false;
|
|
719
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
720
|
-
__epPropKey: true;
|
|
721
|
-
} & {
|
|
722
|
-
readonly default: true;
|
|
723
|
-
};
|
|
724
|
-
readonly options: {
|
|
725
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
726
|
-
readonly required: false;
|
|
727
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
728
|
-
__epPropKey: true;
|
|
729
|
-
};
|
|
730
|
-
readonly props: {
|
|
731
|
-
readonly type: import('vue').PropType<{
|
|
732
|
-
value?: string;
|
|
733
|
-
label?: string;
|
|
734
|
-
disabled?: string;
|
|
735
|
-
}>;
|
|
736
|
-
readonly required: false;
|
|
737
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
738
|
-
__epPropKey: true;
|
|
739
|
-
} & {
|
|
740
|
-
readonly default: () => Required<{
|
|
741
|
-
value?: string;
|
|
742
|
-
label?: string;
|
|
743
|
-
disabled?: string;
|
|
744
|
-
}>;
|
|
745
|
-
};
|
|
746
|
-
readonly type: {
|
|
747
|
-
readonly type: import('vue').PropType<"button" | "checkbox">;
|
|
748
|
-
readonly required: false;
|
|
749
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
750
|
-
__epPropKey: true;
|
|
751
|
-
} & {
|
|
752
|
-
readonly default: "checkbox";
|
|
753
|
-
};
|
|
754
|
-
}>> & {
|
|
755
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
307
|
+
}, Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
756
308
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
309
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
310
|
+
}>, {}, {}, {}, {}, {
|
|
311
|
+
type: "checkbox" | "button";
|
|
312
|
+
props: {
|
|
761
313
|
value?: string;
|
|
762
314
|
label?: string;
|
|
763
315
|
disabled?: string;
|
|
764
316
|
};
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
317
|
+
disabled: boolean;
|
|
318
|
+
validateEvent: boolean;
|
|
319
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
320
|
+
tag: string;
|
|
768
321
|
}>;
|
|
769
322
|
__isFragment?: never;
|
|
770
323
|
__isTeleport?: never;
|
|
771
324
|
__isSuspense?: never;
|
|
772
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
773
|
-
readonly ariaLabel: StringConstructor;
|
|
774
|
-
readonly modelValue: {
|
|
775
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxGroupValueType>;
|
|
776
|
-
readonly required: false;
|
|
777
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
778
|
-
__epPropKey: true;
|
|
779
|
-
} & {
|
|
780
|
-
readonly default: () => never[];
|
|
781
|
-
};
|
|
782
|
-
readonly disabled: BooleanConstructor;
|
|
783
|
-
readonly min: NumberConstructor;
|
|
784
|
-
readonly max: NumberConstructor;
|
|
785
|
-
readonly size: {
|
|
786
|
-
readonly type: import('vue').PropType<"" | "default" | "small" | "large">;
|
|
787
|
-
readonly required: false;
|
|
788
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
789
|
-
__epPropKey: true;
|
|
790
|
-
};
|
|
791
|
-
readonly fill: StringConstructor;
|
|
792
|
-
readonly textColor: StringConstructor;
|
|
793
|
-
readonly tag: {
|
|
794
|
-
readonly type: import('vue').PropType<string>;
|
|
795
|
-
readonly required: false;
|
|
796
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
797
|
-
__epPropKey: true;
|
|
798
|
-
} & {
|
|
799
|
-
readonly default: "div";
|
|
800
|
-
};
|
|
801
|
-
readonly validateEvent: {
|
|
802
|
-
readonly type: import('vue').PropType<boolean>;
|
|
803
|
-
readonly required: false;
|
|
804
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
805
|
-
__epPropKey: true;
|
|
806
|
-
} & {
|
|
807
|
-
readonly default: true;
|
|
808
|
-
};
|
|
809
|
-
readonly options: {
|
|
810
|
-
readonly type: import('vue').PropType<import('element-plus').CheckboxOption[]>;
|
|
811
|
-
readonly required: false;
|
|
812
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
813
|
-
__epPropKey: true;
|
|
814
|
-
};
|
|
815
|
-
readonly props: {
|
|
816
|
-
readonly type: import('vue').PropType<{
|
|
817
|
-
value?: string;
|
|
818
|
-
label?: string;
|
|
819
|
-
disabled?: string;
|
|
820
|
-
}>;
|
|
821
|
-
readonly required: false;
|
|
822
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
823
|
-
__epPropKey: true;
|
|
824
|
-
} & {
|
|
825
|
-
readonly default: () => Required<{
|
|
826
|
-
value?: string;
|
|
827
|
-
label?: string;
|
|
828
|
-
disabled?: string;
|
|
829
|
-
}>;
|
|
830
|
-
};
|
|
831
|
-
readonly type: {
|
|
832
|
-
readonly type: import('vue').PropType<"button" | "checkbox">;
|
|
833
|
-
readonly required: false;
|
|
834
|
-
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
835
|
-
__epPropKey: true;
|
|
836
|
-
} & {
|
|
837
|
-
readonly default: "checkbox";
|
|
838
|
-
};
|
|
839
|
-
}>> & {
|
|
840
|
-
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
325
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxGroupProps> & Readonly<{
|
|
841
326
|
onChange?: ((val: import('element-plus').CheckboxValueType[]) => any) | undefined;
|
|
842
|
-
|
|
843
|
-
|
|
327
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxGroupValueType) => any) | undefined;
|
|
328
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
844
329
|
change: (val: import('element-plus').CheckboxValueType[]) => void;
|
|
330
|
+
"update:modelValue": (val: import('element-plus').CheckboxGroupValueType) => void;
|
|
845
331
|
}, string, {
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
readonly props: {
|
|
332
|
+
type: "checkbox" | "button";
|
|
333
|
+
props: {
|
|
849
334
|
value?: string;
|
|
850
335
|
label?: string;
|
|
851
336
|
disabled?: string;
|
|
852
337
|
};
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
338
|
+
disabled: boolean;
|
|
339
|
+
validateEvent: boolean;
|
|
340
|
+
modelValue: import('element-plus').CheckboxGroupValueType;
|
|
341
|
+
tag: string;
|
|
856
342
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
857
343
|
$slots: {
|
|
858
|
-
default
|
|
344
|
+
default?: (props: {}) => any;
|
|
859
345
|
};
|
|
860
346
|
});
|
|
861
347
|
};
|