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