@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
@@ -252,7 +252,270 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
252
252
  };
253
253
  computed: {
254
254
  clearableVal(this: any): any;
255
- componentName(this: any): string;
255
+ componentName(this: any): string | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
256
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
257
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
258
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
259
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
260
+ change: (val: import('element-plus').CheckboxValueType) => void;
261
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
262
+ }, import('vue').PublicProps, {
263
+ id: string;
264
+ disabled: boolean;
265
+ modelValue: number | string | boolean;
266
+ validateEvent: boolean;
267
+ name: string;
268
+ value: string | boolean | number | object;
269
+ label: string | boolean | number | object;
270
+ trueValue: string | number;
271
+ falseValue: string | number;
272
+ trueLabel: string | number;
273
+ falseLabel: string | number;
274
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
275
+ P: {};
276
+ B: {};
277
+ D: {};
278
+ C: {};
279
+ M: {};
280
+ Defaults: {};
281
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
282
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
283
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
284
+ }>, {}, {}, {}, {}, {
285
+ id: string;
286
+ disabled: boolean;
287
+ modelValue: number | string | boolean;
288
+ validateEvent: boolean;
289
+ name: string;
290
+ value: string | boolean | number | object;
291
+ label: string | boolean | number | object;
292
+ trueValue: string | number;
293
+ falseValue: string | number;
294
+ trueLabel: string | number;
295
+ falseLabel: string | number;
296
+ }>;
297
+ __isFragment?: never;
298
+ __isTeleport?: never;
299
+ __isSuspense?: never;
300
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
301
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
302
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
303
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
304
+ change: (val: import('element-plus').CheckboxValueType) => void;
305
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
306
+ }, string, {
307
+ id: string;
308
+ disabled: boolean;
309
+ modelValue: number | string | boolean;
310
+ validateEvent: boolean;
311
+ name: string;
312
+ value: string | boolean | number | object;
313
+ label: string | boolean | number | object;
314
+ trueValue: string | number;
315
+ falseValue: string | number;
316
+ trueLabel: string | number;
317
+ falseLabel: string | number;
318
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
319
+ $slots: {
320
+ default?: (props: {}) => any;
321
+ };
322
+ })> | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
323
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
324
+ disabled: boolean;
325
+ modelValue: string | number | boolean;
326
+ name: string;
327
+ value: string | number | boolean;
328
+ label: string | number | boolean;
329
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
330
+ P: {};
331
+ B: {};
332
+ D: {};
333
+ C: {};
334
+ M: {};
335
+ Defaults: {};
336
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
337
+ disabled: boolean;
338
+ modelValue: string | number | boolean;
339
+ name: string;
340
+ value: string | number | boolean;
341
+ label: string | number | boolean;
342
+ }>;
343
+ __isFragment?: never;
344
+ __isTeleport?: never;
345
+ __isSuspense?: never;
346
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
347
+ disabled: boolean;
348
+ modelValue: string | number | boolean;
349
+ name: string;
350
+ value: string | number | boolean;
351
+ label: string | number | boolean;
352
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
353
+ $slots: {
354
+ default?: (props: {}) => any;
355
+ };
356
+ })> | ({
357
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
358
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
359
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
360
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
361
+ change: (val: string | number | boolean | undefined) => void;
362
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
363
+ }, import('vue').PublicProps, {
364
+ disabled: boolean;
365
+ modelValue: string | number | boolean;
366
+ name: string;
367
+ value: string | number | boolean;
368
+ border: boolean;
369
+ label: string | number | boolean;
370
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
371
+ P: {};
372
+ B: {};
373
+ D: {};
374
+ C: {};
375
+ M: {};
376
+ Defaults: {};
377
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
378
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
379
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
380
+ }>, {}, {}, {}, {}, {
381
+ disabled: boolean;
382
+ modelValue: string | number | boolean;
383
+ name: string;
384
+ value: string | number | boolean;
385
+ border: boolean;
386
+ label: string | number | boolean;
387
+ }>;
388
+ __isFragment?: never;
389
+ __isTeleport?: never;
390
+ __isSuspense?: never;
391
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
392
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
393
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
394
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
395
+ change: (val: string | number | boolean | undefined) => void;
396
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
397
+ }, string, {
398
+ disabled: boolean;
399
+ modelValue: string | number | boolean;
400
+ name: string;
401
+ value: string | number | boolean;
402
+ border: boolean;
403
+ label: string | number | boolean;
404
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
405
+ $slots: {
406
+ default?: (props: {}) => any;
407
+ };
408
+ }) & import('vue').ObjectPlugin & {
409
+ setPropsDefaults: (defaults: Partial<Omit<{
410
+ readonly border?: boolean | undefined;
411
+ readonly modelValue?: string | number | boolean | undefined;
412
+ readonly size?: import('element-plus').ComponentSize | undefined;
413
+ readonly disabled?: boolean | undefined;
414
+ readonly label?: string | number | boolean | undefined;
415
+ readonly value?: string | number | boolean | undefined;
416
+ readonly name?: string | undefined;
417
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
418
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
419
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onUpdate:modelValue" | "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
420
+ } & {
421
+ RadioButton: {
422
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
423
+ disabled: boolean;
424
+ modelValue: string | number | boolean;
425
+ name: string;
426
+ value: string | number | boolean;
427
+ label: string | number | boolean;
428
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
429
+ P: {};
430
+ B: {};
431
+ D: {};
432
+ C: {};
433
+ M: {};
434
+ Defaults: {};
435
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
436
+ disabled: boolean;
437
+ modelValue: string | number | boolean;
438
+ name: string;
439
+ value: string | number | boolean;
440
+ label: string | number | boolean;
441
+ }>;
442
+ __isFragment?: never;
443
+ __isTeleport?: never;
444
+ __isSuspense?: never;
445
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
446
+ disabled: boolean;
447
+ modelValue: string | number | boolean;
448
+ name: string;
449
+ value: string | number | boolean;
450
+ label: string | number | boolean;
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
+ RadioGroup: {
457
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
458
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
459
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
460
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
461
+ change: (val: string | number | boolean | undefined) => void;
462
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
463
+ }, import('vue').PublicProps, {
464
+ fill: string;
465
+ props: import('element-plus').radioOptionProp;
466
+ type: "radio" | "button";
467
+ id: string;
468
+ disabled: boolean;
469
+ modelValue: string | number | boolean;
470
+ validateEvent: boolean;
471
+ name: string;
472
+ textColor: string;
473
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
474
+ P: {};
475
+ B: {};
476
+ D: {};
477
+ C: {};
478
+ M: {};
479
+ Defaults: {};
480
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
481
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
482
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
483
+ }>, {}, {}, {}, {}, {
484
+ fill: string;
485
+ props: import('element-plus').radioOptionProp;
486
+ type: "radio" | "button";
487
+ id: string;
488
+ disabled: boolean;
489
+ modelValue: string | number | boolean;
490
+ validateEvent: boolean;
491
+ name: string;
492
+ textColor: string;
493
+ }>;
494
+ __isFragment?: never;
495
+ __isTeleport?: never;
496
+ __isSuspense?: never;
497
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
498
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
499
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
500
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
501
+ change: (val: string | number | boolean | undefined) => void;
502
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
503
+ }, string, {
504
+ fill: string;
505
+ props: import('element-plus').radioOptionProp;
506
+ type: "radio" | "button";
507
+ id: string;
508
+ disabled: boolean;
509
+ modelValue: string | number | boolean;
510
+ validateEvent: boolean;
511
+ name: string;
512
+ textColor: string;
513
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
514
+ $slots: {
515
+ default?: (props: {}) => any;
516
+ };
517
+ });
518
+ });
256
519
  required(this: any): boolean;
257
520
  isArray(this: any): boolean;
258
521
  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 { ElInput as r, ElOption as i, ElSelect as a, ElTree as o } from "element-plus/es";
4
4
  import "element-plus/es/components/base/style/css";
5
5
  import "element-plus/es/components/input/style/css";
@@ -184,7 +184,270 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
184
184
  };
185
185
  computed: {
186
186
  clearableVal(this: any): any;
187
- componentName(this: any): string;
187
+ componentName(this: any): string | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
188
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
189
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
190
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
191
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
192
+ change: (val: import('element-plus').CheckboxValueType) => void;
193
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
194
+ }, import('vue').PublicProps, {
195
+ id: string;
196
+ disabled: boolean;
197
+ modelValue: number | string | boolean;
198
+ validateEvent: boolean;
199
+ name: string;
200
+ value: string | boolean | number | object;
201
+ label: string | boolean | number | object;
202
+ trueValue: string | number;
203
+ falseValue: string | number;
204
+ trueLabel: string | number;
205
+ falseLabel: string | number;
206
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
207
+ P: {};
208
+ B: {};
209
+ D: {};
210
+ C: {};
211
+ M: {};
212
+ Defaults: {};
213
+ }, Readonly<import('element-plus').CheckboxProps> & Readonly<{
214
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
215
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
216
+ }>, {}, {}, {}, {}, {
217
+ id: string;
218
+ disabled: boolean;
219
+ modelValue: number | string | boolean;
220
+ validateEvent: boolean;
221
+ name: string;
222
+ value: string | boolean | number | object;
223
+ label: string | boolean | number | object;
224
+ trueValue: string | number;
225
+ falseValue: string | number;
226
+ trueLabel: string | number;
227
+ falseLabel: string | number;
228
+ }>;
229
+ __isFragment?: never;
230
+ __isTeleport?: never;
231
+ __isSuspense?: never;
232
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
233
+ onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
234
+ "onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
235
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
236
+ change: (val: import('element-plus').CheckboxValueType) => void;
237
+ "update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
238
+ }, string, {
239
+ id: string;
240
+ disabled: boolean;
241
+ modelValue: number | string | boolean;
242
+ validateEvent: boolean;
243
+ name: string;
244
+ value: string | boolean | number | object;
245
+ label: string | boolean | number | object;
246
+ trueValue: string | number;
247
+ falseValue: string | number;
248
+ trueLabel: string | number;
249
+ falseLabel: string | number;
250
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
251
+ $slots: {
252
+ default?: (props: {}) => any;
253
+ };
254
+ })> | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
255
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
256
+ disabled: boolean;
257
+ modelValue: string | number | boolean;
258
+ name: string;
259
+ value: string | number | boolean;
260
+ label: string | number | boolean;
261
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
262
+ P: {};
263
+ B: {};
264
+ D: {};
265
+ C: {};
266
+ M: {};
267
+ Defaults: {};
268
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
269
+ disabled: boolean;
270
+ modelValue: string | number | boolean;
271
+ name: string;
272
+ value: string | number | boolean;
273
+ label: string | number | boolean;
274
+ }>;
275
+ __isFragment?: never;
276
+ __isTeleport?: never;
277
+ __isSuspense?: never;
278
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
279
+ disabled: boolean;
280
+ modelValue: string | number | boolean;
281
+ name: string;
282
+ value: string | number | boolean;
283
+ label: string | number | boolean;
284
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
285
+ $slots: {
286
+ default?: (props: {}) => any;
287
+ };
288
+ })> | ({
289
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
290
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
291
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
292
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
293
+ change: (val: string | number | boolean | undefined) => void;
294
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
295
+ }, import('vue').PublicProps, {
296
+ disabled: boolean;
297
+ modelValue: string | number | boolean;
298
+ name: string;
299
+ value: string | number | boolean;
300
+ border: boolean;
301
+ label: string | number | boolean;
302
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
303
+ P: {};
304
+ B: {};
305
+ D: {};
306
+ C: {};
307
+ M: {};
308
+ Defaults: {};
309
+ }, Readonly<import('element-plus').RadioProps> & Readonly<{
310
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
311
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
312
+ }>, {}, {}, {}, {}, {
313
+ disabled: boolean;
314
+ modelValue: string | number | boolean;
315
+ name: string;
316
+ value: string | number | boolean;
317
+ border: boolean;
318
+ label: string | number | boolean;
319
+ }>;
320
+ __isFragment?: never;
321
+ __isTeleport?: never;
322
+ __isSuspense?: never;
323
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
324
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
325
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
326
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
327
+ change: (val: string | number | boolean | undefined) => void;
328
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
329
+ }, string, {
330
+ disabled: boolean;
331
+ modelValue: string | number | boolean;
332
+ name: string;
333
+ value: string | number | boolean;
334
+ border: boolean;
335
+ label: string | number | boolean;
336
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
337
+ $slots: {
338
+ default?: (props: {}) => any;
339
+ };
340
+ }) & import('vue').ObjectPlugin & {
341
+ setPropsDefaults: (defaults: Partial<Omit<{
342
+ readonly border?: boolean | undefined;
343
+ readonly modelValue?: string | number | boolean | undefined;
344
+ readonly size?: import('element-plus').ComponentSize | undefined;
345
+ readonly disabled?: boolean | undefined;
346
+ readonly label?: string | number | boolean | undefined;
347
+ readonly value?: string | number | boolean | undefined;
348
+ readonly name?: string | undefined;
349
+ readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
350
+ readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
351
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onUpdate:modelValue" | "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
352
+ } & {
353
+ RadioButton: {
354
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
355
+ disabled: boolean;
356
+ modelValue: string | number | boolean;
357
+ name: string;
358
+ value: string | number | boolean;
359
+ label: string | number | boolean;
360
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
361
+ P: {};
362
+ B: {};
363
+ D: {};
364
+ C: {};
365
+ M: {};
366
+ Defaults: {};
367
+ }, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
368
+ disabled: boolean;
369
+ modelValue: string | number | boolean;
370
+ name: string;
371
+ value: string | number | boolean;
372
+ label: string | number | boolean;
373
+ }>;
374
+ __isFragment?: never;
375
+ __isTeleport?: never;
376
+ __isSuspense?: never;
377
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
378
+ disabled: boolean;
379
+ modelValue: string | number | boolean;
380
+ name: string;
381
+ value: string | number | boolean;
382
+ label: string | number | boolean;
383
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
384
+ $slots: {
385
+ default?: (props: {}) => any;
386
+ };
387
+ });
388
+ RadioGroup: {
389
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
390
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
391
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
392
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
393
+ change: (val: string | number | boolean | undefined) => void;
394
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
395
+ }, import('vue').PublicProps, {
396
+ fill: string;
397
+ props: import('element-plus').radioOptionProp;
398
+ type: "radio" | "button";
399
+ id: string;
400
+ disabled: boolean;
401
+ modelValue: string | number | boolean;
402
+ validateEvent: boolean;
403
+ name: string;
404
+ textColor: string;
405
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
406
+ P: {};
407
+ B: {};
408
+ D: {};
409
+ C: {};
410
+ M: {};
411
+ Defaults: {};
412
+ }, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
413
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
414
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
415
+ }>, {}, {}, {}, {}, {
416
+ fill: string;
417
+ props: import('element-plus').radioOptionProp;
418
+ type: "radio" | "button";
419
+ id: string;
420
+ disabled: boolean;
421
+ modelValue: string | number | boolean;
422
+ validateEvent: boolean;
423
+ name: string;
424
+ textColor: string;
425
+ }>;
426
+ __isFragment?: never;
427
+ __isTeleport?: never;
428
+ __isSuspense?: never;
429
+ } & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
430
+ onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
431
+ "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
432
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
433
+ change: (val: string | number | boolean | undefined) => void;
434
+ "update:modelValue": (val: string | number | boolean | undefined) => void;
435
+ }, string, {
436
+ fill: string;
437
+ props: import('element-plus').radioOptionProp;
438
+ type: "radio" | "button";
439
+ id: string;
440
+ disabled: boolean;
441
+ modelValue: string | number | boolean;
442
+ validateEvent: boolean;
443
+ name: string;
444
+ textColor: string;
445
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
446
+ $slots: {
447
+ default?: (props: {}) => any;
448
+ };
449
+ });
450
+ });
188
451
  required(this: any): boolean;
189
452
  isArray(this: any): boolean;
190
453
  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 { ElRadioGroup as r } from "element-plus/es";
4
4
  import "element-plus/es/components/base/style/css";
5
5
  import { Fragment as i, createBlock as a, createElementBlock as o, createTextVNode as s, createVNode as c, openBlock as l, renderList as u, resolveDynamicComponent as d, toDisplayString as f, withCtx as p } from "vue";