@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
@@ -60,61 +60,13 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
60
60
  readonly placement?: import('element-plus').Placement | undefined;
61
61
  readonly style?: import('vue').StyleValue;
62
62
  readonly id?: string | undefined;
63
- readonly className?: (string | {
64
- [x: string]: boolean;
65
- } | (string | {
66
- [x: string]: boolean;
67
- } | (string | {
68
- [x: string]: boolean;
69
- } | (string | {
70
- [x: string]: boolean;
71
- } | (string | {
72
- [x: string]: boolean;
73
- } | (string | {
74
- [x: string]: boolean;
75
- } | (string | {
76
- [x: string]: boolean;
77
- } | (string | {
78
- [x: string]: boolean;
79
- } | (string | {
80
- [x: string]: boolean;
81
- } | (string | {
82
- [x: string]: boolean;
83
- } | (string | {
84
- [x: string]: boolean;
85
- } | (string | {
86
- [x: string]: boolean;
87
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
63
+ readonly className?: import('element-plus/es/utils/typescript.mjs').ClassValue;
88
64
  readonly effect?: import('element-plus').PopperEffect | undefined;
89
65
  readonly enterable?: boolean | undefined;
90
66
  readonly pure?: boolean | undefined;
91
67
  readonly focusOnShow?: boolean | undefined;
92
68
  readonly trapping?: boolean | undefined;
93
- readonly popperClass?: (string | {
94
- [x: string]: boolean;
95
- } | (string | {
96
- [x: string]: boolean;
97
- } | (string | {
98
- [x: string]: boolean;
99
- } | (string | {
100
- [x: string]: boolean;
101
- } | (string | {
102
- [x: string]: boolean;
103
- } | (string | {
104
- [x: string]: boolean;
105
- } | (string | {
106
- [x: string]: boolean;
107
- } | (string | {
108
- [x: string]: boolean;
109
- } | (string | {
110
- [x: string]: boolean;
111
- } | (string | {
112
- [x: string]: boolean;
113
- } | (string | {
114
- [x: string]: boolean;
115
- } | (string | {
116
- [x: string]: boolean;
117
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
69
+ readonly popperClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
118
70
  readonly popperStyle?: import('vue').StyleValue;
119
71
  readonly referenceEl?: HTMLElement | undefined;
120
72
  readonly triggerTargetEl?: HTMLElement | undefined;
@@ -141,16 +93,14 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
141
93
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
142
94
  readonly onContextmenu?: ((e: PointerEvent) => void) | undefined;
143
95
  readonly open?: boolean | undefined;
96
+ readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
144
97
  readonly onClose?: ((...args: any[]) => any) | undefined | undefined;
145
98
  readonly onHide?: ((...args: any[]) => any) | undefined | undefined;
146
99
  readonly onShow?: ((...args: any[]) => any) | undefined | undefined;
147
- readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
148
100
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined | undefined;
149
101
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined | undefined;
150
102
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
151
- $attrs: {
152
- [x: string]: unknown;
153
- };
103
+ $attrs: import('vue').Attrs;
154
104
  $refs: {
155
105
  [x: string]: unknown;
156
106
  };
@@ -163,10 +113,10 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
163
113
  $emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "update:visible", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
164
114
  $el: any;
165
115
  $options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
116
+ onOpen?: ((...args: any[]) => any) | undefined;
166
117
  onClose?: ((...args: any[]) => any) | undefined;
167
118
  onHide?: ((...args: any[]) => any) | undefined;
168
119
  onShow?: ((...args: any[]) => any) | undefined;
169
- onOpen?: ((...args: any[]) => any) | undefined;
170
120
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
171
121
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
172
122
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
@@ -179,24 +129,25 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
179
129
  onClose: (event?: Event, delay?: number) => void;
180
130
  hide: (event?: Event) => void;
181
131
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
132
+ open: (...args: any[]) => void;
182
133
  close: (...args: any[]) => void;
183
134
  hide: (...args: any[]) => void;
184
135
  show: (...args: any[]) => void;
185
- open: (...args: any[]) => void;
186
136
  "update:visible": (...args: any[]) => void;
187
137
  "before-show": (...args: any[]) => void;
188
138
  "before-hide": (...args: any[]) => void;
189
139
  }, string, {
140
+ visible: boolean | null;
190
141
  offset: number;
191
142
  teleported: boolean;
192
143
  effect: import('element-plus').PopperEffect;
193
- visible: boolean | null;
194
144
  content: string;
195
145
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
196
146
  enterable: boolean;
197
147
  pure: boolean;
198
148
  focusOnShow: boolean;
199
149
  trapping: boolean;
150
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
200
151
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
201
152
  stopPopperMouseEvent: boolean;
202
153
  virtualTriggering: boolean;
@@ -235,16 +186,17 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
235
186
  $nextTick: typeof import('vue').nextTick;
236
187
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
237
188
  } & Readonly<{
189
+ visible: boolean | null;
238
190
  offset: number;
239
191
  teleported: boolean;
240
192
  effect: import('element-plus').PopperEffect;
241
- visible: boolean | null;
242
193
  content: string;
243
194
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
244
195
  enterable: boolean;
245
196
  pure: boolean;
246
197
  focusOnShow: boolean;
247
198
  trapping: boolean;
199
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
248
200
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
249
201
  stopPopperMouseEvent: boolean;
250
202
  virtualTriggering: boolean;
@@ -263,22 +215,22 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
263
215
  trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
264
216
  triggerKeys: string[];
265
217
  }> & Omit<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
218
+ onOpen?: ((...args: any[]) => any) | undefined;
266
219
  onClose?: ((...args: any[]) => any) | undefined;
267
220
  onHide?: ((...args: any[]) => any) | undefined;
268
221
  onShow?: ((...args: any[]) => any) | undefined;
269
- onOpen?: ((...args: any[]) => any) | undefined;
270
222
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
271
223
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
272
224
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
273
- }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
274
- popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
275
- contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
225
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperClass" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & {
226
+ popperRef: import('element-plus').PopperInstance | undefined;
227
+ contentRef: import('element-plus').TooltipContentInstance | undefined;
276
228
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
277
229
  updatePopper: () => void;
278
230
  onOpen: (event?: Event, delay?: number) => void;
279
231
  onClose: (event?: Event, delay?: number) => void;
280
232
  hide: (event?: Event) => void;
281
- }> & {} & import('vue').ComponentCustomProperties & {} & {
233
+ } & {} & import('vue').ComponentCustomProperties & {} & {
282
234
  $slots: {
283
235
  default?: (props: {}) => any;
284
236
  } & {
@@ -348,61 +300,13 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
348
300
  readonly placement?: import('element-plus').Placement | undefined;
349
301
  readonly style?: import('vue').StyleValue;
350
302
  readonly id?: string | undefined;
351
- readonly className?: (string | {
352
- [x: string]: boolean;
353
- } | (string | {
354
- [x: string]: boolean;
355
- } | (string | {
356
- [x: string]: boolean;
357
- } | (string | {
358
- [x: string]: boolean;
359
- } | (string | {
360
- [x: string]: boolean;
361
- } | (string | {
362
- [x: string]: boolean;
363
- } | (string | {
364
- [x: string]: boolean;
365
- } | (string | {
366
- [x: string]: boolean;
367
- } | (string | {
368
- [x: string]: boolean;
369
- } | (string | {
370
- [x: string]: boolean;
371
- } | (string | {
372
- [x: string]: boolean;
373
- } | (string | {
374
- [x: string]: boolean;
375
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
303
+ readonly className?: import('element-plus/es/utils/typescript.mjs').ClassValue;
376
304
  readonly effect?: import('element-plus').PopperEffect | undefined;
377
305
  readonly enterable?: boolean | undefined;
378
306
  readonly pure?: boolean | undefined;
379
307
  readonly focusOnShow?: boolean | undefined;
380
308
  readonly trapping?: boolean | undefined;
381
- readonly popperClass?: (string | {
382
- [x: string]: boolean;
383
- } | (string | {
384
- [x: string]: boolean;
385
- } | (string | {
386
- [x: string]: boolean;
387
- } | (string | {
388
- [x: string]: boolean;
389
- } | (string | {
390
- [x: string]: boolean;
391
- } | (string | {
392
- [x: string]: boolean;
393
- } | (string | {
394
- [x: string]: boolean;
395
- } | (string | {
396
- [x: string]: boolean;
397
- } | (string | {
398
- [x: string]: boolean;
399
- } | (string | {
400
- [x: string]: boolean;
401
- } | (string | {
402
- [x: string]: boolean;
403
- } | (string | {
404
- [x: string]: boolean;
405
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
309
+ readonly popperClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
406
310
  readonly popperStyle?: import('vue').StyleValue;
407
311
  readonly referenceEl?: HTMLElement | undefined;
408
312
  readonly triggerTargetEl?: HTMLElement | undefined;
@@ -429,16 +333,14 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
429
333
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
430
334
  readonly onContextmenu?: ((e: PointerEvent) => void) | undefined;
431
335
  readonly open?: boolean | undefined;
336
+ readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
432
337
  readonly onClose?: ((...args: any[]) => any) | undefined | undefined;
433
338
  readonly onHide?: ((...args: any[]) => any) | undefined | undefined;
434
339
  readonly onShow?: ((...args: any[]) => any) | undefined | undefined;
435
- readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
436
340
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined | undefined;
437
341
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined | undefined;
438
342
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
439
- $attrs: {
440
- [x: string]: unknown;
441
- };
343
+ $attrs: import('vue').Attrs;
442
344
  $refs: {
443
345
  [x: string]: unknown;
444
346
  };
@@ -451,10 +353,10 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
451
353
  $emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "update:visible", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
452
354
  $el: any;
453
355
  $options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
356
+ onOpen?: ((...args: any[]) => any) | undefined;
454
357
  onClose?: ((...args: any[]) => any) | undefined;
455
358
  onHide?: ((...args: any[]) => any) | undefined;
456
359
  onShow?: ((...args: any[]) => any) | undefined;
457
- onOpen?: ((...args: any[]) => any) | undefined;
458
360
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
459
361
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
460
362
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
@@ -467,24 +369,25 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
467
369
  onClose: (event?: Event, delay?: number) => void;
468
370
  hide: (event?: Event) => void;
469
371
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
372
+ open: (...args: any[]) => void;
470
373
  close: (...args: any[]) => void;
471
374
  hide: (...args: any[]) => void;
472
375
  show: (...args: any[]) => void;
473
- open: (...args: any[]) => void;
474
376
  "update:visible": (...args: any[]) => void;
475
377
  "before-show": (...args: any[]) => void;
476
378
  "before-hide": (...args: any[]) => void;
477
379
  }, string, {
380
+ visible: boolean | null;
478
381
  offset: number;
479
382
  teleported: boolean;
480
383
  effect: import('element-plus').PopperEffect;
481
- visible: boolean | null;
482
384
  content: string;
483
385
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
484
386
  enterable: boolean;
485
387
  pure: boolean;
486
388
  focusOnShow: boolean;
487
389
  trapping: boolean;
390
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
488
391
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
489
392
  stopPopperMouseEvent: boolean;
490
393
  virtualTriggering: boolean;
@@ -523,16 +426,17 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
523
426
  $nextTick: typeof import('vue').nextTick;
524
427
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
525
428
  } & Readonly<{
429
+ visible: boolean | null;
526
430
  offset: number;
527
431
  teleported: boolean;
528
432
  effect: import('element-plus').PopperEffect;
529
- visible: boolean | null;
530
433
  content: string;
531
434
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
532
435
  enterable: boolean;
533
436
  pure: boolean;
534
437
  focusOnShow: boolean;
535
438
  trapping: boolean;
439
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
536
440
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
537
441
  stopPopperMouseEvent: boolean;
538
442
  virtualTriggering: boolean;
@@ -551,22 +455,22 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
551
455
  trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
552
456
  triggerKeys: string[];
553
457
  }> & Omit<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
458
+ onOpen?: ((...args: any[]) => any) | undefined;
554
459
  onClose?: ((...args: any[]) => any) | undefined;
555
460
  onHide?: ((...args: any[]) => any) | undefined;
556
461
  onShow?: ((...args: any[]) => any) | undefined;
557
- onOpen?: ((...args: any[]) => any) | undefined;
558
462
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
559
463
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
560
464
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
561
- }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
562
- popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
563
- contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
465
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperClass" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & {
466
+ popperRef: import('element-plus').PopperInstance | undefined;
467
+ contentRef: import('element-plus').TooltipContentInstance | undefined;
564
468
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
565
469
  updatePopper: () => void;
566
470
  onOpen: (event?: Event, delay?: number) => void;
567
471
  onClose: (event?: Event, delay?: number) => void;
568
472
  hide: (event?: Event) => void;
569
- }> & {} & import('vue').ComponentCustomProperties & {} & {
473
+ } & {} & import('vue').ComponentCustomProperties & {} & {
570
474
  $slots: {
571
475
  default?: (props: {}) => any;
572
476
  } & {
@@ -69,61 +69,13 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  readonly placement?: import('element-plus').Placement | undefined;
70
70
  readonly style?: import('vue').StyleValue;
71
71
  readonly id?: string | undefined;
72
- readonly className?: (string | {
73
- [x: string]: boolean;
74
- } | (string | {
75
- [x: string]: boolean;
76
- } | (string | {
77
- [x: string]: boolean;
78
- } | (string | {
79
- [x: string]: boolean;
80
- } | (string | {
81
- [x: string]: boolean;
82
- } | (string | {
83
- [x: string]: boolean;
84
- } | (string | {
85
- [x: string]: boolean;
86
- } | (string | {
87
- [x: string]: boolean;
88
- } | (string | {
89
- [x: string]: boolean;
90
- } | (string | {
91
- [x: string]: boolean;
92
- } | (string | {
93
- [x: string]: boolean;
94
- } | (string | {
95
- [x: string]: boolean;
96
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
72
+ readonly className?: import('element-plus/es/utils/typescript.mjs').ClassValue;
97
73
  readonly effect?: import('element-plus').PopperEffect | undefined;
98
74
  readonly enterable?: boolean | undefined;
99
75
  readonly pure?: boolean | undefined;
100
76
  readonly focusOnShow?: boolean | undefined;
101
77
  readonly trapping?: boolean | undefined;
102
- readonly popperClass?: (string | {
103
- [x: string]: boolean;
104
- } | (string | {
105
- [x: string]: boolean;
106
- } | (string | {
107
- [x: string]: boolean;
108
- } | (string | {
109
- [x: string]: boolean;
110
- } | (string | {
111
- [x: string]: boolean;
112
- } | (string | {
113
- [x: string]: boolean;
114
- } | (string | {
115
- [x: string]: boolean;
116
- } | (string | {
117
- [x: string]: boolean;
118
- } | (string | {
119
- [x: string]: boolean;
120
- } | (string | {
121
- [x: string]: boolean;
122
- } | (string | {
123
- [x: string]: boolean;
124
- } | (string | {
125
- [x: string]: boolean;
126
- } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]) | undefined;
78
+ readonly popperClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
127
79
  readonly popperStyle?: import('vue').StyleValue;
128
80
  readonly referenceEl?: HTMLElement | undefined;
129
81
  readonly triggerTargetEl?: HTMLElement | undefined;
@@ -150,16 +102,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
150
102
  readonly onBlur?: ((e: FocusEvent) => void) | undefined;
151
103
  readonly onContextmenu?: ((e: PointerEvent) => void) | undefined;
152
104
  readonly open?: boolean | undefined;
105
+ readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
153
106
  readonly onClose?: ((...args: any[]) => any) | undefined | undefined;
154
107
  readonly onHide?: ((...args: any[]) => any) | undefined | undefined;
155
108
  readonly onShow?: ((...args: any[]) => any) | undefined | undefined;
156
- readonly onOpen?: ((...args: any[]) => any) | undefined | undefined;
157
109
  readonly "onBefore-show"?: ((...args: any[]) => any) | undefined | undefined;
158
110
  readonly "onBefore-hide"?: ((...args: any[]) => any) | undefined | undefined;
159
111
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
160
- $attrs: {
161
- [x: string]: unknown;
162
- };
112
+ $attrs: import('vue').Attrs;
163
113
  $refs: {
164
114
  [x: string]: unknown;
165
115
  };
@@ -172,10 +122,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
172
122
  $emit: ((event: "close", ...args: any[]) => void) & ((event: "open", ...args: any[]) => void) & ((event: "hide", ...args: any[]) => void) & ((event: "show", ...args: any[]) => void) & ((event: "update:visible", ...args: any[]) => void) & ((event: "before-show", ...args: any[]) => void) & ((event: "before-hide", ...args: any[]) => void);
173
123
  $el: any;
174
124
  $options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
125
+ onOpen?: ((...args: any[]) => any) | undefined;
175
126
  onClose?: ((...args: any[]) => any) | undefined;
176
127
  onHide?: ((...args: any[]) => any) | undefined;
177
128
  onShow?: ((...args: any[]) => any) | undefined;
178
- onOpen?: ((...args: any[]) => any) | undefined;
179
129
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
180
130
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
181
131
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
@@ -188,24 +138,25 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
188
138
  onClose: (event?: Event, delay?: number) => void;
189
139
  hide: (event?: Event) => void;
190
140
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
141
+ open: (...args: any[]) => void;
191
142
  close: (...args: any[]) => void;
192
143
  hide: (...args: any[]) => void;
193
144
  show: (...args: any[]) => void;
194
- open: (...args: any[]) => void;
195
145
  "update:visible": (...args: any[]) => void;
196
146
  "before-show": (...args: any[]) => void;
197
147
  "before-hide": (...args: any[]) => void;
198
148
  }, string, {
149
+ visible: boolean | null;
199
150
  offset: number;
200
151
  teleported: boolean;
201
152
  effect: import('element-plus').PopperEffect;
202
- visible: boolean | null;
203
153
  content: string;
204
154
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
205
155
  enterable: boolean;
206
156
  pure: boolean;
207
157
  focusOnShow: boolean;
208
158
  trapping: boolean;
159
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
209
160
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
210
161
  stopPopperMouseEvent: boolean;
211
162
  virtualTriggering: boolean;
@@ -244,16 +195,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
244
195
  $nextTick: typeof nextTick;
245
196
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
246
197
  } & Readonly<{
198
+ visible: boolean | null;
247
199
  offset: number;
248
200
  teleported: boolean;
249
201
  effect: import('element-plus').PopperEffect;
250
- visible: boolean | null;
251
202
  content: string;
252
203
  style: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
253
204
  enterable: boolean;
254
205
  pure: boolean;
255
206
  focusOnShow: boolean;
256
207
  trapping: boolean;
208
+ popperClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
257
209
  popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
258
210
  stopPopperMouseEvent: boolean;
259
211
  virtualTriggering: boolean;
@@ -272,22 +224,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
272
224
  trigger: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').TooltipTriggerType>;
273
225
  triggerKeys: string[];
274
226
  }> & Omit<Readonly<import('element-plus').UseTooltipProps> & Readonly<{
227
+ onOpen?: ((...args: any[]) => any) | undefined;
275
228
  onClose?: ((...args: any[]) => any) | undefined;
276
229
  onHide?: ((...args: any[]) => any) | undefined;
277
230
  onShow?: ((...args: any[]) => any) | undefined;
278
- onOpen?: ((...args: any[]) => any) | undefined;
279
231
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
280
232
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
281
233
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
282
- }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
283
- popperRef: Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
284
- contentRef: Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
234
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperClass" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & {
235
+ popperRef: import('element-plus').PopperInstance | undefined;
236
+ contentRef: import('element-plus').TooltipContentInstance | undefined;
285
237
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
286
238
  updatePopper: () => void;
287
239
  onOpen: (event?: Event, delay?: number) => void;
288
240
  onClose: (event?: Event, delay?: number) => void;
289
241
  hide: (event?: Event) => void;
290
- }> & {} & import('vue').ComponentCustomProperties & {} & {
242
+ } & {} & import('vue').ComponentCustomProperties & {} & {
291
243
  $slots: {
292
244
  default?: (props: {}) => any;
293
245
  } & {
@@ -1,7 +1,7 @@
1
- import { defineComponent as r, useAttrs as s, computed as c, createBlock as a, openBlock as l, resolveDynamicComponent as i, h as p, mergeProps as m, unref as u } from "vue";
1
+ import { defineComponent as r, useAttrs as c, computed as s, createBlock as l, openBlock as a, resolveDynamicComponent as i, h as p, mergeProps as m, unref as u } from "vue";
2
2
  import d from "../../../assets/svg/addCircleLine.svg.js";
3
3
  import f from "../index.vue.js";
4
- const b = /* @__PURE__ */ r({
4
+ const A = /* @__PURE__ */ r({
5
5
  name: "TtSubIcon",
6
6
  __name: "AddIcon",
7
7
  props: {
@@ -12,17 +12,17 @@ const b = /* @__PURE__ */ r({
12
12
  isImg: { type: Boolean },
13
13
  size: { default: 24 },
14
14
  disabled: { type: Boolean },
15
- class: {},
15
+ class: { type: [Boolean, null, String, Object, Array] },
16
16
  color: {}
17
17
  },
18
18
  setup(o) {
19
- const e = o, t = s(), n = c(() => ({
19
+ const e = o, t = c(), n = s(() => ({
20
20
  ...t,
21
21
  ...e
22
22
  }));
23
- return (y, B) => (l(), a(i(p(f)), m(n.value, { icon: u(d) }), null, 16, ["icon"]));
23
+ return (y, B) => (a(), l(i(p(f)), m(n.value, { icon: u(d) }), null, 16, ["icon"]));
24
24
  }
25
25
  });
26
26
  export {
27
- b as default
27
+ A as default
28
28
  };
@@ -1,7 +1,7 @@
1
- import { defineComponent as r, useAttrs as s, computed as c, createBlock as a, openBlock as i, resolveDynamicComponent as l, h as m, mergeProps as p, unref as u } from "vue";
1
+ import { defineComponent as r, useAttrs as c, computed as s, createBlock as l, openBlock as a, resolveDynamicComponent as i, h as p, mergeProps as m, unref as u } from "vue";
2
2
  import f from "../../../assets/svg/determinateCircleLine.svg.js";
3
3
  import d from "../index.vue.js";
4
- const I = /* @__PURE__ */ r({
4
+ const g = /* @__PURE__ */ r({
5
5
  name: "TtSubIcon",
6
6
  __name: "SubIcon",
7
7
  props: {
@@ -12,17 +12,17 @@ const I = /* @__PURE__ */ r({
12
12
  isImg: { type: Boolean },
13
13
  size: { default: 24 },
14
14
  disabled: { type: Boolean },
15
- class: {},
15
+ class: { type: [Boolean, null, String, Object, Array] },
16
16
  color: {}
17
17
  },
18
18
  setup(e) {
19
- const o = e, t = s(), n = c(() => ({
19
+ const o = e, t = c(), n = s(() => ({
20
20
  ...t,
21
21
  ...o
22
22
  }));
23
- return (y, B) => (i(), a(l(m(d)), p(n.value, { icon: u(f) }), null, 16, ["icon"]));
23
+ return (y, B) => (a(), l(i(p(d)), m(n.value, { icon: u(f) }), null, 16, ["icon"]));
24
24
  }
25
25
  });
26
26
  export {
27
- I as default
27
+ g as default
28
28
  };
@@ -52,7 +52,7 @@ export declare const TtAddIcon: import('../../../../utils/src').SFCWithInstall<i
52
52
  title?: string | undefined;
53
53
  disabled?: boolean | undefined;
54
54
  size?: number | undefined;
55
- class?: HTMLAttributes["class"];
55
+ class?: import('vue').ClassValue;
56
56
  isSymbol?: boolean | undefined;
57
57
  isCustomSvg?: boolean | undefined;
58
58
  iconFont?: string | undefined;
@@ -62,7 +62,7 @@ export declare const TtAddIcon: import('../../../../utils/src').SFCWithInstall<i
62
62
  title?: string | undefined;
63
63
  disabled?: boolean | undefined;
64
64
  size?: number | undefined;
65
- class?: HTMLAttributes["class"];
65
+ class?: import('vue').ClassValue;
66
66
  isSymbol?: boolean | undefined;
67
67
  isCustomSvg?: boolean | undefined;
68
68
  iconFont?: string | undefined;
@@ -76,7 +76,7 @@ export declare const TtSubIcon: import('../../../../utils/src').SFCWithInstall<i
76
76
  title?: string | undefined;
77
77
  disabled?: boolean | undefined;
78
78
  size?: number | undefined;
79
- class?: HTMLAttributes["class"];
79
+ class?: import('vue').ClassValue;
80
80
  isSymbol?: boolean | undefined;
81
81
  isCustomSvg?: boolean | undefined;
82
82
  iconFont?: string | undefined;
@@ -86,7 +86,7 @@ export declare const TtSubIcon: import('../../../../utils/src').SFCWithInstall<i
86
86
  title?: string | undefined;
87
87
  disabled?: boolean | undefined;
88
88
  size?: number | undefined;
89
- class?: HTMLAttributes["class"];
89
+ class?: import('vue').ClassValue;
90
90
  isSymbol?: boolean | undefined;
91
91
  isCustomSvg?: boolean | undefined;
92
92
  iconFont?: string | undefined;
@@ -2,7 +2,7 @@ import o from "./index.vue2.js";
2
2
  /* empty css */
3
3
  /* empty css */
4
4
  import t from "../../_virtual/_plugin-vue_export-helper.js";
5
- const _ = /* @__PURE__ */ t(o, [["__scopeId", "data-v-6dba01d4"]]);
5
+ const a = /* @__PURE__ */ t(o, [["__scopeId", "data-v-d731bb93"]]);
6
6
  export {
7
- _ as default
7
+ a as default
8
8
  };