@bscjc/webui 1.4.0 → 1.4.2

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 (50) hide show
  1. package/dist/components/JcCascader/index.d.ts +25 -187
  2. package/dist/components/JcCascader/index.vue.d.ts +37 -100
  3. package/dist/components/JcColumnConfig/index.d.ts +10 -94
  4. package/dist/components/JcColumnConfig/index.vue.d.ts +24 -63
  5. package/dist/components/JcColumnConfig/types.d.ts +2 -0
  6. package/dist/components/JcColumnConfig/useColumnConfig.d.ts +2 -0
  7. package/dist/components/JcDatePicker/index.d.ts +24 -105
  8. package/dist/components/JcDatePicker/index.vue.d.ts +26 -58
  9. package/dist/components/JcImportButton/index.d.ts +14 -41
  10. package/dist/components/JcImportButton/index.vue.d.ts +19 -26
  11. package/dist/components/JcImportDialog/index.d.ts +14 -74
  12. package/dist/components/JcImportDialog/index.vue.d.ts +25 -48
  13. package/dist/components/JcInputComplex/index.d.ts +48 -90
  14. package/dist/components/JcInputComplex/index.vue.d.ts +32 -48
  15. package/dist/components/JcInputSwitch/index.d.ts +42 -90
  16. package/dist/components/JcInputSwitch/index.vue.d.ts +30 -48
  17. package/dist/components/JcMoreQueryContain/index.d.ts +14 -197
  18. package/dist/components/JcMoreQueryContain/index.vue.d.ts +23 -88
  19. package/dist/components/JcSelectQuery/index.d.ts +19 -178
  20. package/dist/components/JcSelectQuery/index.vue.d.ts +37 -106
  21. package/dist/components/JcTagQuery/index.d.ts +4 -19
  22. package/dist/components/JcTagQuery/index.vue.d.ts +7 -12
  23. package/dist/es/index.mjs +2032 -2066
  24. package/dist/index.css +2 -2
  25. package/dist/index.d.ts +3 -1
  26. package/dist/lib/index.cjs +8 -8
  27. package/dist/types/components/JcCascader/index.d.ts +25 -187
  28. package/dist/types/components/JcCascader/index.vue.d.ts +37 -100
  29. package/dist/types/components/JcColumnConfig/index.d.ts +10 -94
  30. package/dist/types/components/JcColumnConfig/index.vue.d.ts +24 -63
  31. package/dist/types/components/JcColumnConfig/types.d.ts +2 -0
  32. package/dist/types/components/JcColumnConfig/useColumnConfig.d.ts +2 -0
  33. package/dist/types/components/JcDatePicker/index.d.ts +24 -105
  34. package/dist/types/components/JcDatePicker/index.vue.d.ts +26 -58
  35. package/dist/types/components/JcImportButton/index.d.ts +14 -41
  36. package/dist/types/components/JcImportButton/index.vue.d.ts +19 -26
  37. package/dist/types/components/JcImportDialog/index.d.ts +14 -74
  38. package/dist/types/components/JcImportDialog/index.vue.d.ts +25 -48
  39. package/dist/types/components/JcInputComplex/index.d.ts +51 -93
  40. package/dist/types/components/JcInputComplex/index.vue.d.ts +126 -141
  41. package/dist/types/components/JcInputSwitch/index.d.ts +45 -93
  42. package/dist/types/components/JcInputSwitch/index.vue.d.ts +74 -91
  43. package/dist/types/components/JcMoreQueryContain/index.d.ts +14 -197
  44. package/dist/types/components/JcMoreQueryContain/index.vue.d.ts +108 -172
  45. package/dist/types/components/JcSelectQuery/index.d.ts +19 -178
  46. package/dist/types/components/JcSelectQuery/index.vue.d.ts +137 -206
  47. package/dist/types/components/JcTagQuery/index.d.ts +4 -19
  48. package/dist/types/components/JcTagQuery/index.vue.d.ts +7 -12
  49. package/dist/types/index.d.ts +3 -1
  50. package/package.json +2 -2
@@ -1,74 +1,13 @@
1
1
  export declare const JcMoreQueryContain: {
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
- fieldList: {
4
- type: {
5
- (arrayLength: number): {
6
- label: string;
7
- value: string;
8
- }[];
9
- (...items: {
10
- label: string;
11
- value: string;
12
- }[]): {
13
- label: string;
14
- value: string;
15
- }[];
16
- new (arrayLength: number): {
17
- label: string;
18
- value: string;
19
- }[];
20
- new (...items: {
21
- label: string;
22
- value: string;
23
- }[]): {
24
- label: string;
25
- value: string;
26
- }[];
27
- isArray(arg: any): arg is any[];
28
- readonly prototype: any[];
29
- from<T>(arrayLike: ArrayLike<T>): T[];
30
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
31
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
32
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
33
- of<T>(...items: T[]): T[];
34
- readonly [Symbol.species]: ArrayConstructor;
35
- };
36
- require: boolean;
37
- default: () => never[];
38
- };
39
- customTagObj: {
40
- type: import('vue').PropType<{
41
- [key: string]: string;
42
- }>;
43
- default: () => {};
44
- };
45
- width: {
46
- type: NumberConstructor;
47
- default: number;
48
- };
49
- size: {
50
- type: import('vue').PropType<"small" | "default" | "large">;
51
- default: string;
52
- validator: (value: string) => boolean;
53
- };
54
- injectionKey: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- }>> & Readonly<{}>, {
59
- [x: string]: any;
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./index.vue').Props> & Readonly<{}>, {
3
+ hide: () => void | undefined;
60
4
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
61
5
  size: "small" | "default" | "large";
62
6
  injectionKey: string;
63
7
  width: number;
64
- fieldList: {
65
- label: string;
66
- value: string;
67
- }[];
68
- customTagObj: {
69
- [key: string]: string;
70
- };
71
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
8
+ fieldList: import('./index.vue').MoreQueryFieldItem[];
9
+ customTagObj: Record<string, string>;
10
+ }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
72
11
  popoverRef: ({
73
12
  $: import('vue').ComponentInternalInstance;
74
13
  $data: {};
@@ -620,152 +559,30 @@ export declare const JcMoreQueryContain: {
620
559
  C: {};
621
560
  M: {};
622
561
  Defaults: {};
623
- }, Readonly<import('vue').ExtractPropTypes<{
624
- fieldList: {
625
- type: {
626
- (arrayLength: number): {
627
- label: string;
628
- value: string;
629
- }[];
630
- (...items: {
631
- label: string;
632
- value: string;
633
- }[]): {
634
- label: string;
635
- value: string;
636
- }[];
637
- new (arrayLength: number): {
638
- label: string;
639
- value: string;
640
- }[];
641
- new (...items: {
642
- label: string;
643
- value: string;
644
- }[]): {
645
- label: string;
646
- value: string;
647
- }[];
648
- isArray(arg: any): arg is any[];
649
- readonly prototype: any[];
650
- from<T>(arrayLike: ArrayLike<T>): T[];
651
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
652
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
653
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
654
- of<T>(...items: T[]): T[];
655
- readonly [Symbol.species]: ArrayConstructor;
656
- };
657
- require: boolean;
658
- default: () => never[];
659
- };
660
- customTagObj: {
661
- type: import('vue').PropType<{
662
- [key: string]: string;
663
- }>;
664
- default: () => {};
665
- };
666
- width: {
667
- type: NumberConstructor;
668
- default: number;
669
- };
670
- size: {
671
- type: import('vue').PropType<"small" | "default" | "large">;
672
- default: string;
673
- validator: (value: string) => boolean;
674
- };
675
- injectionKey: {
676
- type: StringConstructor;
677
- default: string;
678
- };
679
- }>> & Readonly<{}>, {
680
- [x: string]: any;
562
+ }, Readonly<import('./index.vue').Props> & Readonly<{}>, {
563
+ hide: () => void | undefined;
681
564
  }, {}, {}, {}, {
682
565
  size: "small" | "default" | "large";
683
566
  injectionKey: string;
684
567
  width: number;
685
- fieldList: {
686
- label: string;
687
- value: string;
688
- }[];
689
- customTagObj: {
690
- [key: string]: string;
691
- };
568
+ fieldList: import('./index.vue').MoreQueryFieldItem[];
569
+ customTagObj: Record<string, string>;
692
570
  }>;
693
571
  __isFragment?: never;
694
572
  __isTeleport?: never;
695
573
  __isSuspense?: never;
696
- } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
697
- fieldList: {
698
- type: {
699
- (arrayLength: number): {
700
- label: string;
701
- value: string;
702
- }[];
703
- (...items: {
704
- label: string;
705
- value: string;
706
- }[]): {
707
- label: string;
708
- value: string;
709
- }[];
710
- new (arrayLength: number): {
711
- label: string;
712
- value: string;
713
- }[];
714
- new (...items: {
715
- label: string;
716
- value: string;
717
- }[]): {
718
- label: string;
719
- value: string;
720
- }[];
721
- isArray(arg: any): arg is any[];
722
- readonly prototype: any[];
723
- from<T>(arrayLike: ArrayLike<T>): T[];
724
- from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
725
- from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
726
- from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
727
- of<T>(...items: T[]): T[];
728
- readonly [Symbol.species]: ArrayConstructor;
729
- };
730
- require: boolean;
731
- default: () => never[];
732
- };
733
- customTagObj: {
734
- type: import('vue').PropType<{
735
- [key: string]: string;
736
- }>;
737
- default: () => {};
738
- };
739
- width: {
740
- type: NumberConstructor;
741
- default: number;
742
- };
743
- size: {
744
- type: import('vue').PropType<"small" | "default" | "large">;
745
- default: string;
746
- validator: (value: string) => boolean;
747
- };
748
- injectionKey: {
749
- type: StringConstructor;
750
- default: string;
751
- };
752
- }>> & Readonly<{}>, {
753
- [x: string]: any;
574
+ } & import('vue').ComponentOptionsBase<Readonly<import('./index.vue').Props> & Readonly<{}>, {
575
+ hide: () => void | undefined;
754
576
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
755
577
  size: "small" | "default" | "large";
756
578
  injectionKey: string;
757
579
  width: number;
758
- fieldList: {
759
- label: string;
760
- value: string;
761
- }[];
762
- customTagObj: {
763
- [key: string]: string;
764
- };
580
+ fieldList: import('./index.vue').MoreQueryFieldItem[];
581
+ customTagObj: Record<string, string>;
765
582
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
766
583
  $slots: {
767
584
  default?(_: {
768
- scopeForm: any;
585
+ scopeForm: Record<string, unknown>;
769
586
  }): any;
770
587
  };
771
588
  }) & import('vue').Plugin;