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