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