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