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