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