@web-utils/form-ui 1.0.0-beta88 → 1.0.0-beta89

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.
Files changed (64) hide show
  1. package/chunks/{BmbhIxPF2.mjs → 2t188JoC2.mjs} +1 -1
  2. package/chunks/{CsNZt53l.mjs → C6Qr094V.mjs} +3 -3
  3. package/chunks/{NAZ8HFBg.mjs → CJcEBXw-.mjs} +1 -1
  4. package/chunks/{5RCAxanu2.mjs → DSbWLRCq2.mjs} +1 -1
  5. package/chunks/{BLKcXIrX.mjs → PMFCDS7v.mjs} +1 -1
  6. package/chunks/{CixNVW_T2.mjs → SbDhX-Iz2.mjs} +1 -1
  7. package/chunks/{DL4xcGES2.mjs → Skjlt6fi2.mjs} +1 -1
  8. package/chunks/{Cf_h9S62.mjs → v7SkpvNZ.mjs} +32 -26
  9. package/dialog-form/index.mjs +1 -1
  10. package/form-checkbox-group/index.mjs +1 -1
  11. package/form-radio-group/index.mjs +1 -1
  12. package/form-table/index.mjs +1 -1
  13. package/form-table-plus/index.mjs +1 -1
  14. package/fy-array/index.d.ts +264 -1
  15. package/fy-array/index.mjs +1 -1
  16. package/fy-cascader/index.d.ts +264 -1
  17. package/fy-cascader/index.mjs +1 -1
  18. package/fy-checkbox/index.d.ts +264 -1
  19. package/fy-checkbox/index.mjs +1 -1
  20. package/fy-curd/index.mjs +1 -1
  21. package/fy-date/index.d.ts +264 -1
  22. package/fy-date/index.mjs +1 -1
  23. package/fy-dynamic/index.d.ts +264 -1
  24. package/fy-dynamic/index.mjs +1 -1
  25. package/fy-form/index.mjs +1 -1
  26. package/fy-input/index.d.ts +264 -1
  27. package/fy-input/index.mjs +1 -1
  28. package/fy-input-color/index.d.ts +264 -1
  29. package/fy-input-color/index.mjs +1 -1
  30. package/fy-input-icon/index.d.ts +264 -1
  31. package/fy-input-icon/index.mjs +1 -1
  32. package/fy-input-map/index.d.ts +264 -1
  33. package/fy-input-map/index.mjs +1 -1
  34. package/fy-input-number/index.d.ts +264 -1
  35. package/fy-input-number/index.mjs +1 -1
  36. package/fy-input-table/index.d.ts +264 -1
  37. package/fy-input-table/index.mjs +2 -2
  38. package/fy-input-tree/index.d.ts +264 -1
  39. package/fy-input-tree/index.mjs +1 -1
  40. package/fy-radio/index.d.ts +264 -1
  41. package/fy-radio/index.mjs +1 -1
  42. package/fy-rate/index.d.ts +264 -1
  43. package/fy-rate/index.mjs +1 -1
  44. package/fy-select/index.d.ts +264 -1
  45. package/fy-select/index.mjs +1 -1
  46. package/fy-slider/index.d.ts +264 -1
  47. package/fy-slider/index.mjs +1 -1
  48. package/fy-switch/index.d.ts +264 -1
  49. package/fy-switch/index.mjs +1 -1
  50. package/fy-time/index.d.ts +264 -1
  51. package/fy-time/index.mjs +2 -2
  52. package/fy-title/index.d.ts +264 -1
  53. package/fy-title/index.mjs +1 -1
  54. package/fy-tree/index.mjs +1 -1
  55. package/fy-upload/index.d.ts +264 -1
  56. package/fy-upload/index.mjs +1 -1
  57. package/index.mjs +9 -9
  58. package/package.json +1 -1
  59. package/resolver/index.mjs +1 -1
  60. package/sub-table/index.mjs +1 -1
  61. package/sub-table-plus/index.mjs +1 -1
  62. package/web-types.json +1 -1
  63. package/chunks/{ClkLQjZ82.mjs → BaQBwVz32.mjs} +1 -1
  64. package/chunks/{n7IipIUY.mjs → DYaPbj-G.mjs} +1 -1
@@ -196,7 +196,270 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
196
196
  };
197
197
  computed: {
198
198
  clearableVal(this: any): any;
199
- componentName(this: any): string;
199
+ componentName(this: any): string | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
200
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
201
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
202
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
203
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
204
+ change: (val: import('element-plus').CheckboxValueType) => void;
205
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
206
+ }, import('vue').PublicProps, {
207
+ id: string;
208
+ disabled: boolean;
209
+ modelValue: number | string | boolean;
210
+ validateEvent: boolean;
211
+ name: string;
212
+ value: string | boolean | number | object;
213
+ label: string | boolean | number | object;
214
+ trueValue: string | number;
215
+ falseValue: string | number;
216
+ trueLabel: string | number;
217
+ falseLabel: string | number;
218
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
219
+ P: {};
220
+ B: {};
221
+ D: {};
222
+ C: {};
223
+ M: {};
224
+ Defaults: {};
225
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
226
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
227
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
228
+ }>, {}, {}, {}, {}, {
229
+ id: string;
230
+ disabled: boolean;
231
+ modelValue: number | string | boolean;
232
+ validateEvent: boolean;
233
+ name: string;
234
+ value: string | boolean | number | object;
235
+ label: string | boolean | number | object;
236
+ trueValue: string | number;
237
+ falseValue: string | number;
238
+ trueLabel: string | number;
239
+ falseLabel: string | number;
240
+ }>;
241
+ __isFragment?: never;
242
+ __isTeleport?: never;
243
+ __isSuspense?: never;
244
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
245
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
246
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
247
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
248
+ change: (val: import('element-plus').CheckboxValueType) => void;
249
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
250
+ }, string, {
251
+ id: string;
252
+ disabled: boolean;
253
+ modelValue: number | string | boolean;
254
+ validateEvent: boolean;
255
+ name: string;
256
+ value: string | boolean | number | object;
257
+ label: string | boolean | number | object;
258
+ trueValue: string | number;
259
+ falseValue: string | number;
260
+ trueLabel: string | number;
261
+ falseLabel: string | number;
262
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
263
+ $slots: {
264
+ default?: (props: {}) => any;
265
+ };
266
+ })> | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
267
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
268
+ disabled: boolean;
269
+ modelValue: string | number | boolean;
270
+ name: string;
271
+ value: string | number | boolean;
272
+ label: string | number | boolean;
273
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
274
+ P: {};
275
+ B: {};
276
+ D: {};
277
+ C: {};
278
+ M: {};
279
+ Defaults: {};
280
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
281
+ disabled: boolean;
282
+ modelValue: string | number | boolean;
283
+ name: string;
284
+ value: string | number | boolean;
285
+ label: string | number | boolean;
286
+ }>;
287
+ __isFragment?: never;
288
+ __isTeleport?: never;
289
+ __isSuspense?: never;
290
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
291
+ disabled: boolean;
292
+ modelValue: string | number | boolean;
293
+ name: string;
294
+ value: string | number | boolean;
295
+ label: string | number | boolean;
296
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
297
+ $slots: {
298
+ default?: (props: {}) => any;
299
+ };
300
+ })> | ({
301
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
302
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
303
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
304
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
305
+ change: (val: string | number | boolean | undefined) => void;
306
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
307
+ }, import('vue').PublicProps, {
308
+ disabled: boolean;
309
+ modelValue: string | number | boolean;
310
+ name: string;
311
+ value: string | number | boolean;
312
+ border: boolean;
313
+ label: string | number | boolean;
314
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
315
+ P: {};
316
+ B: {};
317
+ D: {};
318
+ C: {};
319
+ M: {};
320
+ Defaults: {};
321
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
322
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
323
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
324
+ }>, {}, {}, {}, {}, {
325
+ disabled: boolean;
326
+ modelValue: string | number | boolean;
327
+ name: string;
328
+ value: string | number | boolean;
329
+ border: boolean;
330
+ label: string | number | boolean;
331
+ }>;
332
+ __isFragment?: never;
333
+ __isTeleport?: never;
334
+ __isSuspense?: never;
335
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
336
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
337
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
338
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
339
+ change: (val: string | number | boolean | undefined) => void;
340
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
341
+ }, string, {
342
+ disabled: boolean;
343
+ modelValue: string | number | boolean;
344
+ name: string;
345
+ value: string | number | boolean;
346
+ border: boolean;
347
+ label: string | number | boolean;
348
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
349
+ $slots: {
350
+ default?: (props: {}) => any;
351
+ };
352
+ }) & import('vue').ObjectPlugin & {
353
+ setPropsDefaults: (defaults: Partial<Omit<{
354
+ readonly border?: boolean | undefined;
355
+ readonly modelValue?: string | number | boolean | undefined;
356
+ readonly size?: import('element-plus').ComponentSize | undefined;
357
+ readonly disabled?: boolean | undefined;
358
+ readonly label?: string | number | boolean | undefined;
359
+ readonly value?: string | number | boolean | undefined;
360
+ readonly name?: string | undefined;
361
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
362
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
363
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onUpdate:modelValue" | "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
364
+ } & {
365
+ RadioButton: {
366
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
367
+ disabled: boolean;
368
+ modelValue: string | number | boolean;
369
+ name: string;
370
+ value: string | number | boolean;
371
+ label: string | number | boolean;
372
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
373
+ P: {};
374
+ B: {};
375
+ D: {};
376
+ C: {};
377
+ M: {};
378
+ Defaults: {};
379
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
380
+ disabled: boolean;
381
+ modelValue: string | number | boolean;
382
+ name: string;
383
+ value: string | number | boolean;
384
+ label: string | number | boolean;
385
+ }>;
386
+ __isFragment?: never;
387
+ __isTeleport?: never;
388
+ __isSuspense?: never;
389
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
390
+ disabled: boolean;
391
+ modelValue: string | number | boolean;
392
+ name: string;
393
+ value: string | number | boolean;
394
+ label: string | number | boolean;
395
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
396
+ $slots: {
397
+ default?: (props: {}) => any;
398
+ };
399
+ });
400
+ RadioGroup: {
401
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
402
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
403
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
404
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
405
+ change: (val: string | number | boolean | undefined) => void;
406
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
407
+ }, import('vue').PublicProps, {
408
+ fill: string;
409
+ props: import('element-plus').radioOptionProp;
410
+ type: "radio" | "button";
411
+ id: string;
412
+ disabled: boolean;
413
+ modelValue: string | number | boolean;
414
+ validateEvent: boolean;
415
+ name: string;
416
+ textColor: string;
417
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
418
+ P: {};
419
+ B: {};
420
+ D: {};
421
+ C: {};
422
+ M: {};
423
+ Defaults: {};
424
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
425
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
426
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
427
+ }>, {}, {}, {}, {}, {
428
+ fill: string;
429
+ props: import('element-plus').radioOptionProp;
430
+ type: "radio" | "button";
431
+ id: string;
432
+ disabled: boolean;
433
+ modelValue: string | number | boolean;
434
+ validateEvent: boolean;
435
+ name: string;
436
+ textColor: string;
437
+ }>;
438
+ __isFragment?: never;
439
+ __isTeleport?: never;
440
+ __isSuspense?: never;
441
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
442
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
443
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
444
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
445
+ change: (val: string | number | boolean | undefined) => void;
446
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
447
+ }, string, {
448
+ fill: string;
449
+ props: import('element-plus').radioOptionProp;
450
+ type: "radio" | "button";
451
+ id: string;
452
+ disabled: boolean;
453
+ modelValue: string | number | boolean;
454
+ validateEvent: boolean;
455
+ name: string;
456
+ textColor: string;
457
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
458
+ $slots: {
459
+ default?: (props: {}) => any;
460
+ };
461
+ });
462
+ });
200
463
  required(this: any): boolean;
201
464
  isArray(this: any): boolean;
202
465
  isString(this: any): boolean;
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "../chunks/B1MSrc6f.mjs";
2
2
  import { g as t } from "../chunks/BbUUI4mF.mjs";
3
- import { n, t as r } from "../chunks/Cf_h9S62.mjs";
3
+ import { n, t as r } from "../chunks/v7SkpvNZ.mjs";
4
4
  import { ElSlider as i } from "element-plus/es";
5
5
  import "element-plus/es/components/base/style/css";
6
6
  import { createBlock as a, openBlock as o } from "vue";
@@ -190,7 +190,270 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
190
190
  };
191
191
  computed: {
192
192
  clearableVal(this: any): any;
193
- componentName(this: any): string;
193
+ componentName(this: any): string | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
194
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
195
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
196
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
197
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
198
+ change: (val: import('element-plus').CheckboxValueType) => void;
199
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
200
+ }, import('vue').PublicProps, {
201
+ id: string;
202
+ disabled: boolean;
203
+ modelValue: number | string | boolean;
204
+ validateEvent: boolean;
205
+ name: string;
206
+ value: string | boolean | number | object;
207
+ label: string | boolean | number | object;
208
+ trueValue: string | number;
209
+ falseValue: string | number;
210
+ trueLabel: string | number;
211
+ falseLabel: string | number;
212
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
213
+ P: {};
214
+ B: {};
215
+ D: {};
216
+ C: {};
217
+ M: {};
218
+ Defaults: {};
219
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
220
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
221
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
222
+ }>, {}, {}, {}, {}, {
223
+ id: string;
224
+ disabled: boolean;
225
+ modelValue: number | string | boolean;
226
+ validateEvent: boolean;
227
+ name: string;
228
+ value: string | boolean | number | object;
229
+ label: string | boolean | number | object;
230
+ trueValue: string | number;
231
+ falseValue: string | number;
232
+ trueLabel: string | number;
233
+ falseLabel: string | number;
234
+ }>;
235
+ __isFragment?: never;
236
+ __isTeleport?: never;
237
+ __isSuspense?: never;
238
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
239
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
240
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
241
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
242
+ change: (val: import('element-plus').CheckboxValueType) => void;
243
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
244
+ }, string, {
245
+ id: string;
246
+ disabled: boolean;
247
+ modelValue: number | string | boolean;
248
+ validateEvent: boolean;
249
+ name: string;
250
+ value: string | boolean | number | object;
251
+ label: string | boolean | number | object;
252
+ trueValue: string | number;
253
+ falseValue: string | number;
254
+ trueLabel: string | number;
255
+ falseLabel: string | number;
256
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
257
+ $slots: {
258
+ default?: (props: {}) => any;
259
+ };
260
+ })> | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
261
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
262
+ disabled: boolean;
263
+ modelValue: string | number | boolean;
264
+ name: string;
265
+ value: string | number | boolean;
266
+ label: string | number | boolean;
267
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
268
+ P: {};
269
+ B: {};
270
+ D: {};
271
+ C: {};
272
+ M: {};
273
+ Defaults: {};
274
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
275
+ disabled: boolean;
276
+ modelValue: string | number | boolean;
277
+ name: string;
278
+ value: string | number | boolean;
279
+ label: string | number | boolean;
280
+ }>;
281
+ __isFragment?: never;
282
+ __isTeleport?: never;
283
+ __isSuspense?: never;
284
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
285
+ disabled: boolean;
286
+ modelValue: string | number | boolean;
287
+ name: string;
288
+ value: string | number | boolean;
289
+ label: string | number | boolean;
290
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
291
+ $slots: {
292
+ default?: (props: {}) => any;
293
+ };
294
+ })> | ({
295
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
296
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
297
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
298
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
299
+ change: (val: string | number | boolean | undefined) => void;
300
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
301
+ }, import('vue').PublicProps, {
302
+ disabled: boolean;
303
+ modelValue: string | number | boolean;
304
+ name: string;
305
+ value: string | number | boolean;
306
+ border: boolean;
307
+ label: string | number | boolean;
308
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
309
+ P: {};
310
+ B: {};
311
+ D: {};
312
+ C: {};
313
+ M: {};
314
+ Defaults: {};
315
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
316
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
317
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
318
+ }>, {}, {}, {}, {}, {
319
+ disabled: boolean;
320
+ modelValue: string | number | boolean;
321
+ name: string;
322
+ value: string | number | boolean;
323
+ border: boolean;
324
+ label: string | number | boolean;
325
+ }>;
326
+ __isFragment?: never;
327
+ __isTeleport?: never;
328
+ __isSuspense?: never;
329
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
330
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
331
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
332
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
333
+ change: (val: string | number | boolean | undefined) => void;
334
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
335
+ }, string, {
336
+ disabled: boolean;
337
+ modelValue: string | number | boolean;
338
+ name: string;
339
+ value: string | number | boolean;
340
+ border: boolean;
341
+ label: string | number | boolean;
342
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
343
+ $slots: {
344
+ default?: (props: {}) => any;
345
+ };
346
+ }) & import('vue').ObjectPlugin & {
347
+ setPropsDefaults: (defaults: Partial<Omit<{
348
+ readonly border?: boolean | undefined;
349
+ readonly modelValue?: string | number | boolean | undefined;
350
+ readonly size?: import('element-plus').ComponentSize | undefined;
351
+ readonly disabled?: boolean | undefined;
352
+ readonly label?: string | number | boolean | undefined;
353
+ readonly value?: string | number | boolean | undefined;
354
+ readonly name?: string | undefined;
355
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
356
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
357
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onUpdate:modelValue" | "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
358
+ } & {
359
+ RadioButton: {
360
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
361
+ disabled: boolean;
362
+ modelValue: string | number | boolean;
363
+ name: string;
364
+ value: string | number | boolean;
365
+ label: string | number | boolean;
366
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
367
+ P: {};
368
+ B: {};
369
+ D: {};
370
+ C: {};
371
+ M: {};
372
+ Defaults: {};
373
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
374
+ disabled: boolean;
375
+ modelValue: string | number | boolean;
376
+ name: string;
377
+ value: string | number | boolean;
378
+ label: string | number | boolean;
379
+ }>;
380
+ __isFragment?: never;
381
+ __isTeleport?: never;
382
+ __isSuspense?: never;
383
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
384
+ disabled: boolean;
385
+ modelValue: string | number | boolean;
386
+ name: string;
387
+ value: string | number | boolean;
388
+ label: string | number | boolean;
389
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
390
+ $slots: {
391
+ default?: (props: {}) => any;
392
+ };
393
+ });
394
+ RadioGroup: {
395
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
396
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
397
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
398
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
399
+ change: (val: string | number | boolean | undefined) => void;
400
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
401
+ }, import('vue').PublicProps, {
402
+ fill: string;
403
+ props: import('element-plus').radioOptionProp;
404
+ type: "radio" | "button";
405
+ id: string;
406
+ disabled: boolean;
407
+ modelValue: string | number | boolean;
408
+ validateEvent: boolean;
409
+ name: string;
410
+ textColor: string;
411
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
412
+ P: {};
413
+ B: {};
414
+ D: {};
415
+ C: {};
416
+ M: {};
417
+ Defaults: {};
418
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
419
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
420
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
421
+ }>, {}, {}, {}, {}, {
422
+ fill: string;
423
+ props: import('element-plus').radioOptionProp;
424
+ type: "radio" | "button";
425
+ id: string;
426
+ disabled: boolean;
427
+ modelValue: string | number | boolean;
428
+ validateEvent: boolean;
429
+ name: string;
430
+ textColor: string;
431
+ }>;
432
+ __isFragment?: never;
433
+ __isTeleport?: never;
434
+ __isSuspense?: never;
435
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
436
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
437
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
438
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
439
+ change: (val: string | number | boolean | undefined) => void;
440
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
441
+ }, string, {
442
+ fill: string;
443
+ props: import('element-plus').radioOptionProp;
444
+ type: "radio" | "button";
445
+ id: string;
446
+ disabled: boolean;
447
+ modelValue: string | number | boolean;
448
+ validateEvent: boolean;
449
+ name: string;
450
+ textColor: string;
451
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
452
+ $slots: {
453
+ default?: (props: {}) => any;
454
+ };
455
+ });
456
+ });
194
457
  required(this: any): boolean;
195
458
  isArray(this: any): boolean;
196
459
  isString(this: any): boolean;
@@ -1,5 +1,5 @@
1
1
  import { t as e } from "../chunks/B1MSrc6f.mjs";
2
- import { n as t, t as n } from "../chunks/Cf_h9S62.mjs";
2
+ import { n as t, t as n } from "../chunks/v7SkpvNZ.mjs";
3
3
  import { ElSwitch as r } from "element-plus/es";
4
4
  import "element-plus/es/components/base/style/css";
5
5
  import { createBlock as i, openBlock as a } from "vue";