@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.
- package/chunks/{BmbhIxPF2.mjs → 2t188JoC2.mjs} +1 -1
- package/chunks/{CsNZt53l.mjs → C6Qr094V.mjs} +3 -3
- package/chunks/{NAZ8HFBg.mjs → CJcEBXw-.mjs} +1 -1
- package/chunks/{5RCAxanu2.mjs → DSbWLRCq2.mjs} +1 -1
- package/chunks/{BLKcXIrX.mjs → PMFCDS7v.mjs} +1 -1
- package/chunks/{CixNVW_T2.mjs → SbDhX-Iz2.mjs} +1 -1
- package/chunks/{DL4xcGES2.mjs → Skjlt6fi2.mjs} +1 -1
- package/chunks/{Cf_h9S62.mjs → v7SkpvNZ.mjs} +32 -26
- package/dialog-form/index.mjs +1 -1
- package/form-checkbox-group/index.mjs +1 -1
- package/form-radio-group/index.mjs +1 -1
- package/form-table/index.mjs +1 -1
- package/form-table-plus/index.mjs +1 -1
- package/fy-array/index.d.ts +264 -1
- package/fy-array/index.mjs +1 -1
- package/fy-cascader/index.d.ts +264 -1
- package/fy-cascader/index.mjs +1 -1
- package/fy-checkbox/index.d.ts +264 -1
- package/fy-checkbox/index.mjs +1 -1
- package/fy-curd/index.mjs +1 -1
- package/fy-date/index.d.ts +264 -1
- package/fy-date/index.mjs +1 -1
- package/fy-dynamic/index.d.ts +264 -1
- package/fy-dynamic/index.mjs +1 -1
- package/fy-form/index.mjs +1 -1
- package/fy-input/index.d.ts +264 -1
- package/fy-input/index.mjs +1 -1
- package/fy-input-color/index.d.ts +264 -1
- package/fy-input-color/index.mjs +1 -1
- package/fy-input-icon/index.d.ts +264 -1
- package/fy-input-icon/index.mjs +1 -1
- package/fy-input-map/index.d.ts +264 -1
- package/fy-input-map/index.mjs +1 -1
- package/fy-input-number/index.d.ts +264 -1
- package/fy-input-number/index.mjs +1 -1
- package/fy-input-table/index.d.ts +264 -1
- package/fy-input-table/index.mjs +2 -2
- package/fy-input-tree/index.d.ts +264 -1
- package/fy-input-tree/index.mjs +1 -1
- package/fy-radio/index.d.ts +264 -1
- package/fy-radio/index.mjs +1 -1
- package/fy-rate/index.d.ts +264 -1
- package/fy-rate/index.mjs +1 -1
- package/fy-select/index.d.ts +264 -1
- package/fy-select/index.mjs +1 -1
- package/fy-slider/index.d.ts +264 -1
- package/fy-slider/index.mjs +1 -1
- package/fy-switch/index.d.ts +264 -1
- package/fy-switch/index.mjs +1 -1
- package/fy-time/index.d.ts +264 -1
- package/fy-time/index.mjs +2 -2
- package/fy-title/index.d.ts +264 -1
- package/fy-title/index.mjs +1 -1
- package/fy-tree/index.mjs +1 -1
- package/fy-upload/index.d.ts +264 -1
- package/fy-upload/index.mjs +1 -1
- package/index.mjs +9 -9
- package/package.json +1 -1
- package/resolver/index.mjs +1 -1
- package/sub-table/index.mjs +1 -1
- package/sub-table-plus/index.mjs +1 -1
- package/web-types.json +1 -1
- package/chunks/{ClkLQjZ82.mjs → BaQBwVz32.mjs} +1 -1
- package/chunks/{n7IipIUY.mjs → DYaPbj-G.mjs} +1 -1
package/fy-upload/index.d.ts
CHANGED
|
@@ -273,7 +273,270 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
273
273
|
};
|
|
274
274
|
computed: {
|
|
275
275
|
clearableVal(this: any): any;
|
|
276
|
-
componentName(this: any): string
|
|
276
|
+
componentName(this: any): string | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
277
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
278
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
279
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
280
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
281
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
282
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
283
|
+
}, import('vue').PublicProps, {
|
|
284
|
+
id: string;
|
|
285
|
+
disabled: boolean;
|
|
286
|
+
modelValue: number | string | boolean;
|
|
287
|
+
validateEvent: boolean;
|
|
288
|
+
name: string;
|
|
289
|
+
value: string | boolean | number | object;
|
|
290
|
+
label: string | boolean | number | object;
|
|
291
|
+
trueValue: string | number;
|
|
292
|
+
falseValue: string | number;
|
|
293
|
+
trueLabel: string | number;
|
|
294
|
+
falseLabel: string | number;
|
|
295
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
296
|
+
P: {};
|
|
297
|
+
B: {};
|
|
298
|
+
D: {};
|
|
299
|
+
C: {};
|
|
300
|
+
M: {};
|
|
301
|
+
Defaults: {};
|
|
302
|
+
}, Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
303
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
304
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
305
|
+
}>, {}, {}, {}, {}, {
|
|
306
|
+
id: string;
|
|
307
|
+
disabled: boolean;
|
|
308
|
+
modelValue: number | string | boolean;
|
|
309
|
+
validateEvent: boolean;
|
|
310
|
+
name: string;
|
|
311
|
+
value: string | boolean | number | object;
|
|
312
|
+
label: string | boolean | number | object;
|
|
313
|
+
trueValue: string | number;
|
|
314
|
+
falseValue: string | number;
|
|
315
|
+
trueLabel: string | number;
|
|
316
|
+
falseLabel: string | number;
|
|
317
|
+
}>;
|
|
318
|
+
__isFragment?: never;
|
|
319
|
+
__isTeleport?: never;
|
|
320
|
+
__isSuspense?: never;
|
|
321
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').CheckboxProps> & Readonly<{
|
|
322
|
+
onChange?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
323
|
+
"onUpdate:modelValue"?: ((val: import('element-plus').CheckboxValueType) => any) | undefined;
|
|
324
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
325
|
+
change: (val: import('element-plus').CheckboxValueType) => void;
|
|
326
|
+
"update:modelValue": (val: import('element-plus').CheckboxValueType) => void;
|
|
327
|
+
}, string, {
|
|
328
|
+
id: string;
|
|
329
|
+
disabled: boolean;
|
|
330
|
+
modelValue: number | string | boolean;
|
|
331
|
+
validateEvent: boolean;
|
|
332
|
+
name: string;
|
|
333
|
+
value: string | boolean | number | object;
|
|
334
|
+
label: string | boolean | number | object;
|
|
335
|
+
trueValue: string | number;
|
|
336
|
+
falseValue: string | number;
|
|
337
|
+
trueLabel: string | number;
|
|
338
|
+
falseLabel: string | number;
|
|
339
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
340
|
+
$slots: {
|
|
341
|
+
default?: (props: {}) => any;
|
|
342
|
+
};
|
|
343
|
+
})> | import('element-plus/es/utils/index.mjs').SFCWithInstall<{
|
|
344
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
345
|
+
disabled: boolean;
|
|
346
|
+
modelValue: string | number | boolean;
|
|
347
|
+
name: string;
|
|
348
|
+
value: string | number | boolean;
|
|
349
|
+
label: string | number | boolean;
|
|
350
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
351
|
+
P: {};
|
|
352
|
+
B: {};
|
|
353
|
+
D: {};
|
|
354
|
+
C: {};
|
|
355
|
+
M: {};
|
|
356
|
+
Defaults: {};
|
|
357
|
+
}, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
358
|
+
disabled: boolean;
|
|
359
|
+
modelValue: string | number | boolean;
|
|
360
|
+
name: string;
|
|
361
|
+
value: string | number | boolean;
|
|
362
|
+
label: string | number | boolean;
|
|
363
|
+
}>;
|
|
364
|
+
__isFragment?: never;
|
|
365
|
+
__isTeleport?: never;
|
|
366
|
+
__isSuspense?: never;
|
|
367
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
368
|
+
disabled: boolean;
|
|
369
|
+
modelValue: string | number | boolean;
|
|
370
|
+
name: string;
|
|
371
|
+
value: string | number | boolean;
|
|
372
|
+
label: string | number | boolean;
|
|
373
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
374
|
+
$slots: {
|
|
375
|
+
default?: (props: {}) => any;
|
|
376
|
+
};
|
|
377
|
+
})> | ({
|
|
378
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioProps> & Readonly<{
|
|
379
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
380
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
381
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
382
|
+
change: (val: string | number | boolean | undefined) => void;
|
|
383
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
384
|
+
}, import('vue').PublicProps, {
|
|
385
|
+
disabled: boolean;
|
|
386
|
+
modelValue: string | number | boolean;
|
|
387
|
+
name: string;
|
|
388
|
+
value: string | number | boolean;
|
|
389
|
+
border: boolean;
|
|
390
|
+
label: string | number | boolean;
|
|
391
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
392
|
+
P: {};
|
|
393
|
+
B: {};
|
|
394
|
+
D: {};
|
|
395
|
+
C: {};
|
|
396
|
+
M: {};
|
|
397
|
+
Defaults: {};
|
|
398
|
+
}, Readonly<import('element-plus').RadioProps> & Readonly<{
|
|
399
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
400
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
401
|
+
}>, {}, {}, {}, {}, {
|
|
402
|
+
disabled: boolean;
|
|
403
|
+
modelValue: string | number | boolean;
|
|
404
|
+
name: string;
|
|
405
|
+
value: string | number | boolean;
|
|
406
|
+
border: boolean;
|
|
407
|
+
label: string | number | boolean;
|
|
408
|
+
}>;
|
|
409
|
+
__isFragment?: never;
|
|
410
|
+
__isTeleport?: never;
|
|
411
|
+
__isSuspense?: never;
|
|
412
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioProps> & Readonly<{
|
|
413
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
414
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
415
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
416
|
+
change: (val: string | number | boolean | undefined) => void;
|
|
417
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
418
|
+
}, string, {
|
|
419
|
+
disabled: boolean;
|
|
420
|
+
modelValue: string | number | boolean;
|
|
421
|
+
name: string;
|
|
422
|
+
value: string | number | boolean;
|
|
423
|
+
border: boolean;
|
|
424
|
+
label: string | number | boolean;
|
|
425
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
426
|
+
$slots: {
|
|
427
|
+
default?: (props: {}) => any;
|
|
428
|
+
};
|
|
429
|
+
}) & import('vue').ObjectPlugin & {
|
|
430
|
+
setPropsDefaults: (defaults: Partial<Omit<{
|
|
431
|
+
readonly border?: boolean | undefined;
|
|
432
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
433
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
434
|
+
readonly disabled?: boolean | undefined;
|
|
435
|
+
readonly label?: string | number | boolean | undefined;
|
|
436
|
+
readonly value?: string | number | boolean | undefined;
|
|
437
|
+
readonly name?: string | undefined;
|
|
438
|
+
readonly onChange?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
439
|
+
readonly "onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined | undefined;
|
|
440
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "onUpdate:modelValue" | "onChange" | keyof import('vue').VNodeProps | keyof import('vue').AllowedComponentProps>>) => void;
|
|
441
|
+
} & {
|
|
442
|
+
RadioButton: {
|
|
443
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
444
|
+
disabled: boolean;
|
|
445
|
+
modelValue: string | number | boolean;
|
|
446
|
+
name: string;
|
|
447
|
+
value: string | number | boolean;
|
|
448
|
+
label: string | number | boolean;
|
|
449
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
450
|
+
P: {};
|
|
451
|
+
B: {};
|
|
452
|
+
D: {};
|
|
453
|
+
C: {};
|
|
454
|
+
M: {};
|
|
455
|
+
Defaults: {};
|
|
456
|
+
}, Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
457
|
+
disabled: boolean;
|
|
458
|
+
modelValue: string | number | boolean;
|
|
459
|
+
name: string;
|
|
460
|
+
value: string | number | boolean;
|
|
461
|
+
label: string | number | boolean;
|
|
462
|
+
}>;
|
|
463
|
+
__isFragment?: never;
|
|
464
|
+
__isTeleport?: never;
|
|
465
|
+
__isSuspense?: never;
|
|
466
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioButtonProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
467
|
+
disabled: boolean;
|
|
468
|
+
modelValue: string | number | boolean;
|
|
469
|
+
name: string;
|
|
470
|
+
value: string | number | boolean;
|
|
471
|
+
label: string | number | boolean;
|
|
472
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
473
|
+
$slots: {
|
|
474
|
+
default?: (props: {}) => any;
|
|
475
|
+
};
|
|
476
|
+
});
|
|
477
|
+
RadioGroup: {
|
|
478
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
|
|
479
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
480
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
481
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
482
|
+
change: (val: string | number | boolean | undefined) => void;
|
|
483
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
484
|
+
}, import('vue').PublicProps, {
|
|
485
|
+
fill: string;
|
|
486
|
+
props: import('element-plus').radioOptionProp;
|
|
487
|
+
type: "radio" | "button";
|
|
488
|
+
id: string;
|
|
489
|
+
disabled: boolean;
|
|
490
|
+
modelValue: string | number | boolean;
|
|
491
|
+
validateEvent: boolean;
|
|
492
|
+
name: string;
|
|
493
|
+
textColor: string;
|
|
494
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
495
|
+
P: {};
|
|
496
|
+
B: {};
|
|
497
|
+
D: {};
|
|
498
|
+
C: {};
|
|
499
|
+
M: {};
|
|
500
|
+
Defaults: {};
|
|
501
|
+
}, Readonly<import('element-plus').RadioGroupProps> & Readonly<{
|
|
502
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
503
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
504
|
+
}>, {}, {}, {}, {}, {
|
|
505
|
+
fill: string;
|
|
506
|
+
props: import('element-plus').radioOptionProp;
|
|
507
|
+
type: "radio" | "button";
|
|
508
|
+
id: string;
|
|
509
|
+
disabled: boolean;
|
|
510
|
+
modelValue: string | number | boolean;
|
|
511
|
+
validateEvent: boolean;
|
|
512
|
+
name: string;
|
|
513
|
+
textColor: string;
|
|
514
|
+
}>;
|
|
515
|
+
__isFragment?: never;
|
|
516
|
+
__isTeleport?: never;
|
|
517
|
+
__isSuspense?: never;
|
|
518
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('element-plus').RadioGroupProps> & Readonly<{
|
|
519
|
+
onChange?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
520
|
+
"onUpdate:modelValue"?: ((val: string | number | boolean | undefined) => any) | undefined;
|
|
521
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
522
|
+
change: (val: string | number | boolean | undefined) => void;
|
|
523
|
+
"update:modelValue": (val: string | number | boolean | undefined) => void;
|
|
524
|
+
}, string, {
|
|
525
|
+
fill: string;
|
|
526
|
+
props: import('element-plus').radioOptionProp;
|
|
527
|
+
type: "radio" | "button";
|
|
528
|
+
id: string;
|
|
529
|
+
disabled: boolean;
|
|
530
|
+
modelValue: string | number | boolean;
|
|
531
|
+
validateEvent: boolean;
|
|
532
|
+
name: string;
|
|
533
|
+
textColor: string;
|
|
534
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
535
|
+
$slots: {
|
|
536
|
+
default?: (props: {}) => any;
|
|
537
|
+
};
|
|
538
|
+
});
|
|
539
|
+
});
|
|
277
540
|
required(this: any): boolean;
|
|
278
541
|
isArray(this: any): boolean;
|
|
279
542
|
isString(this: any): boolean;
|
package/fy-upload/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/PMFCDS7v.mjs";
|
|
2
2
|
export { e as default };
|
package/index.mjs
CHANGED
|
@@ -31,13 +31,13 @@ import { t as E } from "./chunks/6eDDQWcr.mjs";
|
|
|
31
31
|
import D from "./data-table-picker/index.mjs";
|
|
32
32
|
import { t as O } from "./chunks/Dodxnwze.mjs";
|
|
33
33
|
import { t as k } from "./chunks/CIihGrgY.mjs";
|
|
34
|
-
import { n as A, r as j, t as M } from "./chunks/
|
|
34
|
+
import { n as A, r as j, t as M } from "./chunks/C6Qr094V.mjs";
|
|
35
35
|
import N from "./fy-array/index.mjs";
|
|
36
36
|
import P from "./fy-cascader/index.mjs";
|
|
37
37
|
import F from "./fy-checkbox/index.mjs";
|
|
38
38
|
import I from "./fy-date/index.mjs";
|
|
39
39
|
import L from "./fy-input/index.mjs";
|
|
40
|
-
import { t as R } from "./chunks/
|
|
40
|
+
import { t as R } from "./chunks/CJcEBXw-.mjs";
|
|
41
41
|
import z from "./icon-temp/index.mjs";
|
|
42
42
|
import B from "./fy-rate/index.mjs";
|
|
43
43
|
import V from "./fy-input-color/index.mjs";
|
|
@@ -50,7 +50,7 @@ import q from "./fy-slider/index.mjs";
|
|
|
50
50
|
import J from "./fy-switch/index.mjs";
|
|
51
51
|
import Y from "./fy-time/index.mjs";
|
|
52
52
|
import X from "./fy-title/index.mjs";
|
|
53
|
-
import { t as Z } from "./chunks/
|
|
53
|
+
import { t as Z } from "./chunks/PMFCDS7v.mjs";
|
|
54
54
|
import re from "./fy-input-tree/index.mjs";
|
|
55
55
|
import ie from "./dialog-form/index.mjs";
|
|
56
56
|
import ae from "./easy-popup/index.mjs";
|
|
@@ -76,7 +76,7 @@ import { t as we } from "./chunks/D20CQ-B6.mjs";
|
|
|
76
76
|
import Te from "./form-cell/index.mjs";
|
|
77
77
|
import { t as Ee } from "./chunks/aOv3rI7q.mjs";
|
|
78
78
|
import { t as De } from "./chunks/DC3DNg_r.mjs";
|
|
79
|
-
import { t as Q } from "./chunks/
|
|
79
|
+
import { t as Q } from "./chunks/DYaPbj-G.mjs";
|
|
80
80
|
import { t as Oe } from "./chunks/D2kLAzxW.mjs";
|
|
81
81
|
import ke from "./form-red-table/index.mjs";
|
|
82
82
|
import { t as Ae } from "./chunks/BcsscZAM.mjs";
|
|
@@ -92,7 +92,7 @@ import { t as ze } from "./chunks/C-s-88fN2.mjs";
|
|
|
92
92
|
import { t as Be } from "./chunks/C54nZqvy2.mjs";
|
|
93
93
|
import Ve from "./form-item-config-provider/index.mjs";
|
|
94
94
|
import { t as He } from "./chunks/BJDeTpmp2.mjs";
|
|
95
|
-
import { t as Ue } from "./chunks/
|
|
95
|
+
import { t as Ue } from "./chunks/BaQBwVz32.mjs";
|
|
96
96
|
import { t as We } from "./chunks/Dnapnskp2.mjs";
|
|
97
97
|
import { t as Ge } from "./chunks/CB0zQsKV2.mjs";
|
|
98
98
|
import { t as Ke } from "./chunks/DdHN2Nv72.mjs";
|
|
@@ -100,10 +100,10 @@ import { t as qe } from "./chunks/BuI82QMb2.mjs";
|
|
|
100
100
|
import { t as Je } from "./chunks/CW021IPm2.mjs";
|
|
101
101
|
import Ye from "./table-column-def/index.mjs";
|
|
102
102
|
import { t as Xe } from "./chunks/B7BaAm4k2.mjs";
|
|
103
|
-
import { t as Ze } from "./chunks/
|
|
104
|
-
import { t as Qe } from "./chunks/
|
|
105
|
-
import { t as $e } from "./chunks/
|
|
106
|
-
import { t as et } from "./chunks/
|
|
103
|
+
import { t as Ze } from "./chunks/Skjlt6fi2.mjs";
|
|
104
|
+
import { t as Qe } from "./chunks/2t188JoC2.mjs";
|
|
105
|
+
import { t as $e } from "./chunks/SbDhX-Iz2.mjs";
|
|
106
|
+
import { t as et } from "./chunks/DSbWLRCq2.mjs";
|
|
107
107
|
import { t as tt } from "./chunks/m5oFTe8Y2.mjs";
|
|
108
108
|
import { t as nt } from "./chunks/Dd4RtBO02.mjs";
|
|
109
109
|
import { t as rt } from "./chunks/Br0vC3nS2.mjs";
|
package/package.json
CHANGED
package/resolver/index.mjs
CHANGED
|
@@ -23,7 +23,7 @@ var r = ({ importStyle: r = !0, excludeComponents: a = [] } = {}) => {
|
|
|
23
23
|
};
|
|
24
24
|
};
|
|
25
25
|
}, i = ({ componentName: e, name: t, importStyle: n = !1, noStylesComponentNameMap: r } = {}) => {
|
|
26
|
-
if (n && r[e] !== !0) return ["@web-utils/form-ui/base.css", `@web-utils/form-ui/${t}/style.css`];
|
|
26
|
+
if (n && r[e] !== !0) return ["@web-utils/form-ui/base.css", `@web-utils/form-ui/${t === "fy-curd" ? "fy-form" : t}/style.css`];
|
|
27
27
|
};
|
|
28
28
|
//#endregion
|
|
29
29
|
export { r as FormUiResolver };
|
package/sub-table/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/Skjlt6fi2.mjs";
|
|
2
2
|
export { e as default };
|
package/sub-table-plus/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../chunks/
|
|
1
|
+
import { t as e } from "../chunks/SbDhX-Iz2.mjs";
|
|
2
2
|
export { e as default };
|