@dazhicheng/ui 1.6.41 → 1.6.43

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 (99) hide show
  1. package/dist/assets/svg/download.svg.js +1 -1
  2. package/dist/components/tt-api-component/index.vue2.js +73 -73
  3. package/dist/components/tt-area/TtArea.vue.js +1 -1
  4. package/dist/components/tt-button/index.d.ts +91 -105
  5. package/dist/components/tt-button/index.vue.d.ts +52 -60
  6. package/dist/components/tt-button/index.vue2.js +1 -1
  7. package/dist/components/tt-drawer/index.d.ts +352 -326
  8. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
  9. package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
  10. package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
  11. package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
  12. package/dist/components/tt-empty/index.d.ts +4 -4
  13. package/dist/components/tt-empty/index.js +1 -1
  14. package/dist/components/tt-form/index.js +1 -1
  15. package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
  16. package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
  17. package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
  18. package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
  19. package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
  20. package/dist/components/tt-form/src/form-render/expandable.js +20 -25
  21. package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
  22. package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
  23. package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
  24. package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
  25. package/dist/components/tt-form/src/index.vue.d.ts +8 -12
  26. package/dist/components/tt-form/src/index.vue2.js +1 -1
  27. package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
  28. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
  29. package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
  30. package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
  31. package/dist/components/tt-icon/index.d.ts +4 -4
  32. package/dist/components/tt-icon/index.vue.js +2 -2
  33. package/dist/components/tt-icon/index.vue2.js +28 -28
  34. package/dist/components/tt-image/index.d.ts +29 -29
  35. package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
  36. package/dist/components/tt-image/tt-image.d.ts +29 -29
  37. package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
  38. package/dist/components/tt-input-textarea/index.vue.js +153 -153
  39. package/dist/components/tt-keep-alive/core/Suspense.d.ts +3 -0
  40. package/dist/components/tt-keep-alive/core/Suspense.js +10 -0
  41. package/dist/components/tt-keep-alive/core/apiAsyncComponent.d.ts +2 -0
  42. package/dist/components/tt-keep-alive/core/apiAsyncComponent.js +6 -0
  43. package/dist/components/tt-keep-alive/core/component.d.ts +2 -0
  44. package/dist/components/tt-keep-alive/core/component.js +7 -0
  45. package/dist/components/tt-keep-alive/core/componentPublicInstance.d.ts +5 -0
  46. package/dist/components/tt-keep-alive/core/devtools.d.ts +2 -0
  47. package/dist/components/tt-keep-alive/core/errorHandling.d.ts +17 -0
  48. package/dist/components/tt-keep-alive/core/errorHandling.js +4 -0
  49. package/dist/components/tt-keep-alive/core/renderer.d.ts +32 -0
  50. package/dist/components/tt-keep-alive/core/renderer.js +8 -0
  51. package/dist/components/tt-keep-alive/core/shapeFlags.d.ts +13 -0
  52. package/dist/components/tt-keep-alive/core/vnode.d.ts +6 -0
  53. package/dist/components/tt-keep-alive/core/vnode.js +8 -0
  54. package/dist/components/tt-keep-alive/index.d.ts +26 -0
  55. package/dist/components/tt-keep-alive/index.js +139 -0
  56. package/dist/components/tt-loading/src/loading.vue.js +2 -2
  57. package/dist/components/tt-loading/src/loading.vue2.js +22 -22
  58. package/dist/components/tt-log/index.vue.js +1 -1
  59. package/dist/components/tt-modal/index.d.ts +182 -162
  60. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
  61. package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
  62. package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
  63. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
  64. package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
  65. package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
  66. package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
  67. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
  68. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
  69. package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
  70. package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
  71. package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
  72. package/dist/components/tt-panel-select/src/index.vue.js +137 -137
  73. package/dist/components/tt-radio-group/index.vue.js +1 -1
  74. package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
  75. package/dist/components/tt-select/src/Select.vue.js +1 -1
  76. package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
  77. package/dist/components/tt-select/src/components/Table.vue.js +1 -1
  78. package/dist/components/tt-table/index.d.ts +20 -24
  79. package/dist/components/tt-table/index.js +1 -1
  80. package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
  81. package/dist/components/tt-table/src/Table.vue.js +1 -1
  82. package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
  83. package/dist/components/tt-table/src/TableForm.vue.js +1 -1
  84. package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
  85. package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
  86. package/dist/components/tt-text/index.vue2.js +22 -22
  87. package/dist/components/tt-upload/index.d.ts +60 -60
  88. package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
  89. package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
  90. package/dist/components/tt-upload/src/typing.d.ts +17 -17
  91. package/dist/hooks/useScreenshotOss.js +1 -1
  92. package/dist/index.d.ts +1 -0
  93. package/dist/index.js +80 -78
  94. package/dist/node_modules/.pnpm/@vue_shared@3.5.34/node_modules/@vue/shared/dist/shared.esm-bundler.js +17 -0
  95. package/dist/packages/hooks/src/propTypes.js +1 -1
  96. package/dist/plugins/vxeTable/switchStatus.js +1 -1
  97. package/dist/style.css +1 -1
  98. package/package.json +3 -2
  99. /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
@@ -543,8 +543,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
543
543
  readonly maxHeight?: number | string | undefined;
544
544
  readonly native?: boolean | undefined;
545
545
  readonly wrapStyle?: import('vue').StyleValue;
546
- readonly wrapClass?: string | string[] | undefined;
547
- readonly viewClass?: string | string[] | undefined;
546
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
547
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
548
548
  readonly viewStyle?: import('vue').StyleValue;
549
549
  readonly noresize?: boolean | undefined;
550
550
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -561,9 +561,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
561
561
  }) => any) | undefined | undefined;
562
562
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
563
563
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
564
- $attrs: {
565
- [x: string]: unknown;
566
- };
564
+ $attrs: import('vue').Attrs;
567
565
  $refs: {
568
566
  [x: string]: unknown;
569
567
  };
@@ -607,8 +605,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
607
605
  tag: keyof HTMLElementTagNameMap | (string & {});
608
606
  distance: number;
609
607
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
610
- wrapClass: string | string[];
611
- viewClass: string | string[];
608
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
609
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
612
610
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
613
611
  minSize: number;
614
612
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -638,8 +636,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
638
636
  tag: keyof HTMLElementTagNameMap | (string & {});
639
637
  distance: number;
640
638
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
641
- wrapClass: string | string[];
642
- viewClass: string | string[];
639
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
640
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
643
641
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
644
642
  minSize: number;
645
643
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -648,8 +646,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
648
646
  scrollLeft: number;
649
647
  }) => any) | undefined;
650
648
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
651
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
652
- wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
649
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
650
+ wrapRef: HTMLDivElement | undefined;
653
651
  update: () => void;
654
652
  scrollTo: {
655
653
  (xCord: number, yCord?: number): void;
@@ -658,7 +656,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
658
656
  setScrollTop: (value: number) => void;
659
657
  setScrollLeft: (value: number) => void;
660
658
  handleScroll: () => void;
661
- }> & {} & import('vue').ComponentCustomProperties & {} & {
659
+ } & {} & import('vue').ComponentCustomProperties & {} & {
662
660
  $slots: {
663
661
  default?: (props: {}) => any;
664
662
  };
@@ -672,8 +670,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
672
670
  readonly maxHeight?: number | string | undefined;
673
671
  readonly native?: boolean | undefined;
674
672
  readonly wrapStyle?: import('vue').StyleValue;
675
- readonly wrapClass?: string | string[] | undefined;
676
- readonly viewClass?: string | string[] | undefined;
673
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
674
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
677
675
  readonly viewStyle?: import('vue').StyleValue;
678
676
  readonly noresize?: boolean | undefined;
679
677
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -690,9 +688,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
690
688
  }) => any) | undefined | undefined;
691
689
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
692
690
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
693
- $attrs: {
694
- [x: string]: unknown;
695
- };
691
+ $attrs: import('vue').Attrs;
696
692
  $refs: {
697
693
  [x: string]: unknown;
698
694
  };
@@ -736,8 +732,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
736
732
  tag: keyof HTMLElementTagNameMap | (string & {});
737
733
  distance: number;
738
734
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
739
- wrapClass: string | string[];
740
- viewClass: string | string[];
735
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
736
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
741
737
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
742
738
  minSize: number;
743
739
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -767,8 +763,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
767
763
  tag: keyof HTMLElementTagNameMap | (string & {});
768
764
  distance: number;
769
765
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
770
- wrapClass: string | string[];
771
- viewClass: string | string[];
766
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
767
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
772
768
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
773
769
  minSize: number;
774
770
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -777,8 +773,8 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
777
773
  scrollLeft: number;
778
774
  }) => any) | undefined;
779
775
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
780
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
781
- wrapRef: import('vue').Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
776
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
777
+ wrapRef: HTMLDivElement | undefined;
782
778
  update: () => void;
783
779
  scrollTo: {
784
780
  (xCord: number, yCord?: number): void;
@@ -787,7 +783,7 @@ export declare const TtTable: import('../../../../utils/src').SFCWithInstall<{
787
783
  setScrollTop: (value: number) => void;
788
784
  setScrollLeft: (value: number) => void;
789
785
  handleScroll: () => void;
790
- }> & {} & import('vue').ComponentCustomProperties & {} & {
786
+ } & {} & import('vue').ComponentCustomProperties & {} & {
791
787
  $slots: {
792
788
  default?: (props: {}) => any;
793
789
  };
@@ -32,7 +32,7 @@ import "../../utils/uppercaseInput.js";
32
32
  import "es-toolkit/compat";
33
33
  import "zod";
34
34
  import "../tt-form/src/shared/zod-defaults.js";
35
- import "../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
35
+ import "../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
36
36
  import "vue-router";
37
37
  import "@vueuse/core";
38
38
  import "../tt-icon/index.js";
@@ -40,8 +40,8 @@ declare function __VLS_template(): {
40
40
  readonly maxHeight?: number | string | undefined;
41
41
  readonly native?: boolean | undefined;
42
42
  readonly wrapStyle?: import('vue').StyleValue;
43
- readonly wrapClass?: string | string[] | undefined;
44
- readonly viewClass?: string | string[] | undefined;
43
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
44
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
45
45
  readonly viewStyle?: import('vue').StyleValue;
46
46
  readonly noresize?: boolean | undefined;
47
47
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -58,9 +58,7 @@ declare function __VLS_template(): {
58
58
  }) => any) | undefined | undefined;
59
59
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
60
60
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
61
- $attrs: {
62
- [x: string]: unknown;
63
- };
61
+ $attrs: import('vue').Attrs;
64
62
  $refs: {
65
63
  [x: string]: unknown;
66
64
  };
@@ -104,8 +102,8 @@ declare function __VLS_template(): {
104
102
  tag: keyof HTMLElementTagNameMap | (string & {});
105
103
  distance: number;
106
104
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
107
- wrapClass: string | string[];
108
- viewClass: string | string[];
105
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
106
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
109
107
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
110
108
  minSize: number;
111
109
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -135,8 +133,8 @@ declare function __VLS_template(): {
135
133
  tag: keyof HTMLElementTagNameMap | (string & {});
136
134
  distance: number;
137
135
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
138
- wrapClass: string | string[];
139
- viewClass: string | string[];
136
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
137
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
140
138
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
141
139
  minSize: number;
142
140
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -145,8 +143,8 @@ declare function __VLS_template(): {
145
143
  scrollLeft: number;
146
144
  }) => any) | undefined;
147
145
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
148
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
149
- wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
146
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
147
+ wrapRef: HTMLDivElement | undefined;
150
148
  update: () => void;
151
149
  scrollTo: {
152
150
  (xCord: number, yCord?: number): void;
@@ -155,7 +153,7 @@ declare function __VLS_template(): {
155
153
  setScrollTop: (value: number) => void;
156
154
  setScrollLeft: (value: number) => void;
157
155
  handleScroll: () => void;
158
- }> & {} & import('vue').ComponentCustomProperties & {} & {
156
+ } & {} & import('vue').ComponentCustomProperties & {} & {
159
157
  $slots: {
160
158
  default?: (props: {}) => any;
161
159
  };
@@ -169,8 +167,8 @@ declare function __VLS_template(): {
169
167
  readonly maxHeight?: number | string | undefined;
170
168
  readonly native?: boolean | undefined;
171
169
  readonly wrapStyle?: import('vue').StyleValue;
172
- readonly wrapClass?: string | string[] | undefined;
173
- readonly viewClass?: string | string[] | undefined;
170
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
171
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
174
172
  readonly viewStyle?: import('vue').StyleValue;
175
173
  readonly noresize?: boolean | undefined;
176
174
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -187,9 +185,7 @@ declare function __VLS_template(): {
187
185
  }) => any) | undefined | undefined;
188
186
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
189
187
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
190
- $attrs: {
191
- [x: string]: unknown;
192
- };
188
+ $attrs: import('vue').Attrs;
193
189
  $refs: {
194
190
  [x: string]: unknown;
195
191
  };
@@ -233,8 +229,8 @@ declare function __VLS_template(): {
233
229
  tag: keyof HTMLElementTagNameMap | (string & {});
234
230
  distance: number;
235
231
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
236
- wrapClass: string | string[];
237
- viewClass: string | string[];
232
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
233
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
238
234
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
239
235
  minSize: number;
240
236
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -264,8 +260,8 @@ declare function __VLS_template(): {
264
260
  tag: keyof HTMLElementTagNameMap | (string & {});
265
261
  distance: number;
266
262
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
267
- wrapClass: string | string[];
268
- viewClass: string | string[];
263
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
264
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
269
265
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
270
266
  minSize: number;
271
267
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -274,8 +270,8 @@ declare function __VLS_template(): {
274
270
  scrollLeft: number;
275
271
  }) => any) | undefined;
276
272
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
277
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
278
- wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
273
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
274
+ wrapRef: HTMLDivElement | undefined;
279
275
  update: () => void;
280
276
  scrollTo: {
281
277
  (xCord: number, yCord?: number): void;
@@ -284,7 +280,7 @@ declare function __VLS_template(): {
284
280
  setScrollTop: (value: number) => void;
285
281
  setScrollLeft: (value: number) => void;
286
282
  handleScroll: () => void;
287
- }> & {} & import('vue').ComponentCustomProperties & {} & {
283
+ } & {} & import('vue').ComponentCustomProperties & {} & {
288
284
  $slots: {
289
285
  default?: (props: {}) => any;
290
286
  };
@@ -991,8 +987,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
991
987
  readonly maxHeight?: number | string | undefined;
992
988
  readonly native?: boolean | undefined;
993
989
  readonly wrapStyle?: import('vue').StyleValue;
994
- readonly wrapClass?: string | string[] | undefined;
995
- readonly viewClass?: string | string[] | undefined;
990
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
991
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
996
992
  readonly viewStyle?: import('vue').StyleValue;
997
993
  readonly noresize?: boolean | undefined;
998
994
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -1009,9 +1005,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1009
1005
  }) => any) | undefined | undefined;
1010
1006
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
1011
1007
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1012
- $attrs: {
1013
- [x: string]: unknown;
1014
- };
1008
+ $attrs: import('vue').Attrs;
1015
1009
  $refs: {
1016
1010
  [x: string]: unknown;
1017
1011
  };
@@ -1055,8 +1049,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1055
1049
  tag: keyof HTMLElementTagNameMap | (string & {});
1056
1050
  distance: number;
1057
1051
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1058
- wrapClass: string | string[];
1059
- viewClass: string | string[];
1052
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1053
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1060
1054
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1061
1055
  minSize: number;
1062
1056
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -1086,8 +1080,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1086
1080
  tag: keyof HTMLElementTagNameMap | (string & {});
1087
1081
  distance: number;
1088
1082
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1089
- wrapClass: string | string[];
1090
- viewClass: string | string[];
1083
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1084
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1091
1085
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1092
1086
  minSize: number;
1093
1087
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -1096,8 +1090,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1096
1090
  scrollLeft: number;
1097
1091
  }) => any) | undefined;
1098
1092
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
1099
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
1100
- wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
1093
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
1094
+ wrapRef: HTMLDivElement | undefined;
1101
1095
  update: () => void;
1102
1096
  scrollTo: {
1103
1097
  (xCord: number, yCord?: number): void;
@@ -1106,7 +1100,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1106
1100
  setScrollTop: (value: number) => void;
1107
1101
  setScrollLeft: (value: number) => void;
1108
1102
  handleScroll: () => void;
1109
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1103
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1110
1104
  $slots: {
1111
1105
  default?: (props: {}) => any;
1112
1106
  };
@@ -1120,8 +1114,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1120
1114
  readonly maxHeight?: number | string | undefined;
1121
1115
  readonly native?: boolean | undefined;
1122
1116
  readonly wrapStyle?: import('vue').StyleValue;
1123
- readonly wrapClass?: string | string[] | undefined;
1124
- readonly viewClass?: string | string[] | undefined;
1117
+ readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
1118
+ readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
1125
1119
  readonly viewStyle?: import('vue').StyleValue;
1126
1120
  readonly noresize?: boolean | undefined;
1127
1121
  readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
@@ -1138,9 +1132,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1138
1132
  }) => any) | undefined | undefined;
1139
1133
  readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
1140
1134
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
1141
- $attrs: {
1142
- [x: string]: unknown;
1143
- };
1135
+ $attrs: import('vue').Attrs;
1144
1136
  $refs: {
1145
1137
  [x: string]: unknown;
1146
1138
  };
@@ -1184,8 +1176,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1184
1176
  tag: keyof HTMLElementTagNameMap | (string & {});
1185
1177
  distance: number;
1186
1178
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1187
- wrapClass: string | string[];
1188
- viewClass: string | string[];
1179
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1180
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1189
1181
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1190
1182
  minSize: number;
1191
1183
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
@@ -1215,8 +1207,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1215
1207
  tag: keyof HTMLElementTagNameMap | (string & {});
1216
1208
  distance: number;
1217
1209
  wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1218
- wrapClass: string | string[];
1219
- viewClass: string | string[];
1210
+ wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1211
+ viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
1220
1212
  viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
1221
1213
  minSize: number;
1222
1214
  }> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
@@ -1225,8 +1217,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1225
1217
  scrollLeft: number;
1226
1218
  }) => any) | undefined;
1227
1219
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
1228
- }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & import('vue').ShallowUnwrapRef<{
1229
- wrapRef: Ref<HTMLDivElement | undefined, HTMLDivElement | undefined>;
1220
+ }>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
1221
+ wrapRef: HTMLDivElement | undefined;
1230
1222
  update: () => void;
1231
1223
  scrollTo: {
1232
1224
  (xCord: number, yCord?: number): void;
@@ -1235,7 +1227,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
1235
1227
  setScrollTop: (value: number) => void;
1236
1228
  setScrollLeft: (value: number) => void;
1237
1229
  handleScroll: () => void;
1238
- }> & {} & import('vue').ComponentCustomProperties & {} & {
1230
+ } & {} & import('vue').ComponentCustomProperties & {} & {
1239
1231
  $slots: {
1240
1232
  default?: (props: {}) => any;
1241
1233
  };
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as _t, mergeModels as fe, useModel as It, useAttrs as Vt, useSlots as Et, getCurrentInstance as Dt, ref as q, shallowReactive as zt, onScopeDispose as he, computed as m, provide as ye, unref as e, toRaw as be, nextTick as J, onMounted as Kt, createElementBlock as g, openBlock as c, normalizeClass as V, createVNode as E, mergeProps as Q, toHandlers as Mt, createSlots as At, withCtx as n, renderSlot as d, createBlock as X, createCommentVNode as D, normalizeStyle as y, createElementVNode as f, normalizeProps as R, guardReactiveProps as z, Fragment as Ft, toDisplayString as U, renderList as Y, createTextVNode as Se, toValue as Lt } from "vue";
2
2
  import { TtErrorTooltip as Nt } from "../../tt-form-item-error-tooltip/index.js";
3
3
  import { useLoading as Ot } from "../../../hooks/useLoading.js";
4
- import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
4
+ import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
5
5
  import { useDesign as Ht } from "../../../packages/hooks/src/useDesign.js";
6
6
  import "axios";
7
7
  import { ElScrollbar as we } from "element-plus";
@@ -69,9 +69,7 @@ declare function __VLS_template(): {
69
69
  isExport: boolean;
70
70
  }) => any) | undefined;
71
71
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
72
- $attrs: {
73
- [x: string]: unknown;
74
- };
72
+ $attrs: import('vue').Attrs;
75
73
  $refs: {
76
74
  [x: string]: unknown;
77
75
  };
@@ -135,11 +133,11 @@ declare function __VLS_template(): {
135
133
  modalApi: TtModalExtendedModalApi;
136
134
  isExport: boolean;
137
135
  }) => any) | undefined;
138
- }>, "setModalProps" | "openModal" | "handleSubmit"> & import('vue').ShallowUnwrapRef<{
136
+ }>, "setModalProps" | "openModal" | "handleSubmit"> & {
139
137
  handleSubmit: () => void;
140
138
  openModal: ({ columns: source, displayFields, disabledColumnField, isExport }: import('./components/TableColumnModal.vue').OpenModalParams) => void;
141
- setModalProps(modalProps: import('../../../index').ModalRenderState): void;
142
- }> & {} & import('vue').ComponentCustomProperties & {} & {
139
+ setModalProps: (modalProps: import('../../../index').ModalRenderState) => void;
140
+ } & {} & import('vue').ComponentCustomProperties & {} & {
143
141
  $slots: {
144
142
  title?(_: {}): any;
145
143
  beforeFooter?(_: {}): any;
@@ -618,9 +616,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
618
616
  isExport: boolean;
619
617
  }) => any) | undefined;
620
618
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
621
- $attrs: {
622
- [x: string]: unknown;
623
- };
619
+ $attrs: import('vue').Attrs;
624
620
  $refs: {
625
621
  [x: string]: unknown;
626
622
  };
@@ -684,11 +680,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
684
680
  modalApi: TtModalExtendedModalApi;
685
681
  isExport: boolean;
686
682
  }) => any) | undefined;
687
- }>, "setModalProps" | "openModal" | "handleSubmit"> & import('vue').ShallowUnwrapRef<{
683
+ }>, "setModalProps" | "openModal" | "handleSubmit"> & {
688
684
  handleSubmit: () => void;
689
685
  openModal: ({ columns: source, displayFields, disabledColumnField, isExport }: import('./components/TableColumnModal.vue').OpenModalParams) => void;
690
- setModalProps(modalProps: import('../../../index').ModalRenderState): void;
691
- }> & {} & import('vue').ComponentCustomProperties & {} & {
686
+ setModalProps: (modalProps: import('../../../index').ModalRenderState) => void;
687
+ } & {} & import('vue').ComponentCustomProperties & {} & {
692
688
  $slots: {
693
689
  title?(_: {}): any;
694
690
  beforeFooter?(_: {}): any;
@@ -33,7 +33,7 @@ import { useStore as Ze } from "@tanstack/vue-store";
33
33
  import "es-toolkit/compat";
34
34
  import "../../tt-form/src/shared/zod-defaults.js";
35
35
  import "../../tt-nav-anchor/index.js";
36
- import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
36
+ import "../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
37
37
  import { useDesign as et } from "../../../packages/hooks/src/useDesign.js";
38
38
  import { useDebounceFn as F } from "../../../packages/hooks/src/useDebounce.js";
39
39
  import "vue-router";
@@ -5,7 +5,7 @@ import { TtIcon as P } from "../../../tt-icon/index.js";
5
5
  import { TtText as oe } from "../../../tt-text/index.js";
6
6
  import "../../../tt-modal/index.js";
7
7
  import { TtButton as ie } from "../../../tt-button/index.js";
8
- import "../../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
8
+ import "../../../../node_modules/.pnpm/vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_/node_modules/vue-types/shim/index.modern.js";
9
9
  import { useDesign as ne } from "../../../../packages/hooks/src/useDesign.js";
10
10
  import "axios";
11
11
  import { ElScrollbar as B, ElCheckbox as z, ElCheckboxGroup as ae, ElTooltip as se } from "element-plus";