@mingto/mt-ui 1.1.32

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 (155) hide show
  1. package/README.md +19 -0
  2. package/dist/avatar-image/index.d.ts +86 -0
  3. package/dist/avatar-image/src/avatar-image.d.ts +35 -0
  4. package/dist/avatar-image/src/avatar-image.vue.d.ts +45 -0
  5. package/dist/avatar-text/index.d.ts +92 -0
  6. package/dist/avatar-text/src/avatar-text.d.ts +35 -0
  7. package/dist/avatar-text/src/avatar-text.vue.d.ts +62 -0
  8. package/dist/backtop/index.d.ts +103 -0
  9. package/dist/backtop/src/backtop.d.ts +43 -0
  10. package/dist/backtop/src/backtop.vue.d.ts +66 -0
  11. package/dist/badge/index.d.ts +117 -0
  12. package/dist/badge/src/badge.d.ts +48 -0
  13. package/dist/badge/src/badge.vue.d.ts +76 -0
  14. package/dist/button/index.d.ts +230 -0
  15. package/dist/button/src/button.d.ts +93 -0
  16. package/dist/button/src/button.vue.d.ts +144 -0
  17. package/dist/button-group/index.d.ts +18 -0
  18. package/dist/button-group/src/button-group.d.ts +3 -0
  19. package/dist/button-group/src/button-group.vue.d.ts +17 -0
  20. package/dist/cell/index.d.ts +157 -0
  21. package/dist/cell/src/cell.d.ts +56 -0
  22. package/dist/cell/src/cell.vue.d.ts +103 -0
  23. package/dist/cell-group/index.d.ts +83 -0
  24. package/dist/cell-group/src/cell-group.d.ts +104 -0
  25. package/dist/collapse-transition/index.d.ts +18 -0
  26. package/dist/collapse-transition/src/collapse-transition.d.ts +4 -0
  27. package/dist/collapse-transition/src/collapse-transition.vue.d.ts +17 -0
  28. package/dist/config-provider/index.d.ts +51 -0
  29. package/dist/config-provider/src/config-provider.d.ts +32 -0
  30. package/dist/dialog/index.d.ts +414 -0
  31. package/dist/dialog/src/dialog.d.ts +124 -0
  32. package/dist/dialog/src/dialog.vue.d.ts +174 -0
  33. package/dist/dialog/src/layout/dialog-confirm-layout.vue.d.ts +116 -0
  34. package/dist/empty/index.d.ts +86 -0
  35. package/dist/empty/src/empty.d.ts +35 -0
  36. package/dist/empty/src/empty.vue.d.ts +45 -0
  37. package/dist/fade-transition/index.d.ts +49 -0
  38. package/dist/fade-transition/src/fade-transition.d.ts +9 -0
  39. package/dist/fade-transition/src/fade-transition.vue.d.ts +33 -0
  40. package/dist/file-preview/index.d.ts +4 -0
  41. package/dist/file-preview/src/ai-music-preview.vue.d.ts +43 -0
  42. package/dist/file-preview/src/file-preview.d.ts +41 -0
  43. package/dist/file-preview/src/file-preview.vue.d.ts +42 -0
  44. package/dist/file-preview/src/iframe-preview.vue.d.ts +16 -0
  45. package/dist/file-preview/src/image-preview.vue.d.ts +14 -0
  46. package/dist/file-preview/src/method.d.ts +9 -0
  47. package/dist/file-preview/src/music-preview.vue.d.ts +14 -0
  48. package/dist/file-preview/src/video-preview.vue.d.ts +14 -0
  49. package/dist/hooks/dom/index.d.ts +1 -0
  50. package/dist/hooks/dom/use-z-index.d.ts +3 -0
  51. package/dist/hooks/event/index.d.ts +1 -0
  52. package/dist/hooks/event/use-click-outside.d.ts +2 -0
  53. package/dist/hooks/event/use-same-target.d.ts +5 -0
  54. package/dist/hooks/index.d.ts +4 -0
  55. package/dist/hooks/locale/index.d.ts +1 -0
  56. package/dist/hooks/locale/use-locale.d.ts +10 -0
  57. package/dist/hooks/vue/index.d.ts +2 -0
  58. package/dist/hooks/vue/use-children.d.ts +5 -0
  59. package/dist/hooks/vue/use-parent.d.ts +11 -0
  60. package/dist/icon/assets/font/iconfont.json.d.ts +2034 -0
  61. package/dist/icon/index.d.ts +98 -0
  62. package/dist/icon/src/icon.d.ts +42 -0
  63. package/dist/icon/src/icon.vue.d.ts +53 -0
  64. package/dist/image/index.d.ts +142 -0
  65. package/dist/image/src/image.d.ts +50 -0
  66. package/dist/image/src/image.vue.d.ts +92 -0
  67. package/dist/index.d.ts +80 -0
  68. package/dist/index.es.js +64743 -0
  69. package/dist/index.umd.js +64742 -0
  70. package/dist/infinite-scroll/index.d.ts +319 -0
  71. package/dist/infinite-scroll/src/infinite-scroll.d.ts +123 -0
  72. package/dist/infinite-scroll/src/infinite-scroll.vue.d.ts +197 -0
  73. package/dist/loading/index.d.ts +72 -0
  74. package/dist/loading/src/loading.d.ts +27 -0
  75. package/dist/loading/src/loading.vue.d.ts +49 -0
  76. package/dist/locale/index.d.ts +17 -0
  77. package/dist/locale/lang/ar.d.ts +40 -0
  78. package/dist/locale/lang/en.d.ts +40 -0
  79. package/dist/locale/lang/ms.d.ts +40 -0
  80. package/dist/locale/lang/th.d.ts +40 -0
  81. package/dist/locale/lang/vi.d.ts +40 -0
  82. package/dist/locale/lang/zh-cn.d.ts +40 -0
  83. package/dist/locale/lang/zh-tw.d.ts +40 -0
  84. package/dist/message/index.d.ts +4 -0
  85. package/dist/message/src/instance.d.ts +16 -0
  86. package/dist/message/src/message.d.ts +69 -0
  87. package/dist/message/src/message.vue.d.ts +96 -0
  88. package/dist/message/src/method.d.ts +3 -0
  89. package/dist/overlay/index.d.ts +54 -0
  90. package/dist/overlay/src/overlay.d.ts +18 -0
  91. package/dist/overlay/src/overlay.vue.d.ts +38 -0
  92. package/dist/popover/index.d.ts +596 -0
  93. package/dist/popover/src/arrow.vue.d.ts +6 -0
  94. package/dist/popover/src/content.vue.d.ts +216 -0
  95. package/dist/popover/src/popover.d.ts +217 -0
  96. package/dist/popover/src/popover.vue.d.ts +344 -0
  97. package/dist/popover/src/trigger-ref.d.ts +17 -0
  98. package/dist/popover/src/trigger.vue.d.ts +59 -0
  99. package/dist/poster/index.d.ts +3 -0
  100. package/dist/poster/src/method.d.ts +51 -0
  101. package/dist/progress/index.d.ts +170 -0
  102. package/dist/progress/src/progress.d.ts +47 -0
  103. package/dist/progress/src/progress.vue.d.ts +109 -0
  104. package/dist/qrcode/index.d.ts +160 -0
  105. package/dist/qrcode/src/qrcode.d.ts +71 -0
  106. package/dist/qrcode/src/qrcode.vue.d.ts +88 -0
  107. package/dist/style.css +20075 -0
  108. package/dist/tab/index.d.ts +57 -0
  109. package/dist/tab/src/tab.d.ts +23 -0
  110. package/dist/tab/src/tab.vue.d.ts +25 -0
  111. package/dist/table/index.d.ts +20 -0
  112. package/dist/table/src/table.vue.d.ts +19 -0
  113. package/dist/table-column/index.d.ts +22 -0
  114. package/dist/table-column/src/table-column.vue.d.ts +21 -0
  115. package/dist/tabs/index.d.ts +71 -0
  116. package/dist/tabs/src/tabs.d.ts +26 -0
  117. package/dist/tabs/src/tabs.vue.d.ts +48 -0
  118. package/dist/tag/index.d.ts +118 -0
  119. package/dist/tag/src/tag.d.ts +44 -0
  120. package/dist/tag/src/tag.vue.d.ts +75 -0
  121. package/dist/teleport/index.d.ts +52 -0
  122. package/dist/teleport/src/teleport.d.ts +12 -0
  123. package/dist/teleport/src/teleport.vue.d.ts +38 -0
  124. package/dist/tooltip/index.d.ts +934 -0
  125. package/dist/tooltip/src/tooltip.d.ts +94 -0
  126. package/dist/tooltip/src/tooltip.vue.d.ts +1295 -0
  127. package/dist/upload/index.d.ts +982 -0
  128. package/dist/upload/src/layout/upload-file-list-layout.vue.d.ts +29 -0
  129. package/dist/upload/src/layout/upload-image-grid-layout.vue.d.ts +59 -0
  130. package/dist/upload/src/layout/upload-image-only-layout.vue.d.ts +59 -0
  131. package/dist/upload/src/trigger/upload-file-list-trigger.vue.d.ts +47 -0
  132. package/dist/upload/src/trigger/upload-image-grid-trigger.vue.d.ts +45 -0
  133. package/dist/upload/src/trigger/upload-image-only-trigger.vue.d.ts +135 -0
  134. package/dist/upload/src/upload-config.d.ts +3 -0
  135. package/dist/upload/src/upload-content.d.ts +63 -0
  136. package/dist/upload/src/upload-content.vue.d.ts +129 -0
  137. package/dist/upload/src/upload-full-screen-drag.vue.d.ts +12 -0
  138. package/dist/upload/src/upload-image-copper.vue.d.ts +9 -0
  139. package/dist/upload/src/upload.d.ts +196 -0
  140. package/dist/upload/src/upload.vue.d.ts +825 -0
  141. package/dist/upload/src/use-full-scree-drag.d.ts +6 -0
  142. package/dist/utils/class/deferred.d.ts +7 -0
  143. package/dist/utils/dom/__test__/is-valid-css-value.test.d.ts +1 -0
  144. package/dist/utils/dom/index.d.ts +2 -0
  145. package/dist/utils/dom/style.d.ts +10 -0
  146. package/dist/utils/dom/unit.d.ts +35 -0
  147. package/dist/utils/function/index.d.ts +1 -0
  148. package/dist/utils/function/shared.d.ts +2 -0
  149. package/dist/utils/index.d.ts +5 -0
  150. package/dist/utils/prop/index.d.ts +1 -0
  151. package/dist/utils/prop/size.d.ts +9 -0
  152. package/dist/utils/vue/children.d.ts +5 -0
  153. package/dist/utils/vue/index.d.ts +2 -0
  154. package/dist/utils/vue/install.d.ts +5 -0
  155. package/package.json +41 -0
@@ -0,0 +1,934 @@
1
+ export declare const MtTooltip: {
2
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
3
+ content: {
4
+ type: StringConstructor;
5
+ default: string;
6
+ };
7
+ placement: {
8
+ type: import('vue').PropType<import('element-plus').Placement>;
9
+ default: string;
10
+ };
11
+ disabled: {
12
+ type: BooleanConstructor;
13
+ default: boolean;
14
+ };
15
+ visible: {
16
+ type: import('vue').PropType<boolean | null>;
17
+ default: null;
18
+ };
19
+ offset: {
20
+ type: NumberConstructor;
21
+ default: undefined;
22
+ };
23
+ 'onUpdate:visible': {
24
+ type: import('vue').PropType<(visible: boolean) => void>;
25
+ };
26
+ 'visible-arrow': {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ 'popper-options': {
31
+ type: import('vue').PropType<Partial<import('element-plus').Options>>;
32
+ default: () => {};
33
+ };
34
+ 'show-after': {
35
+ type: NumberConstructor;
36
+ default: number;
37
+ };
38
+ 'hide-after': {
39
+ type: NumberConstructor;
40
+ default: number;
41
+ };
42
+ 'auto-close': {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ 'popper-class': {
47
+ type: import('vue').PropType<string | {
48
+ [x: string]: boolean;
49
+ } | (string | {
50
+ [x: string]: boolean;
51
+ } | (string | {
52
+ [x: string]: boolean;
53
+ } | (string | {
54
+ [x: string]: boolean;
55
+ } | (string | {
56
+ [x: string]: boolean;
57
+ } | (string | {
58
+ [x: string]: boolean;
59
+ } | (string | {
60
+ [x: string]: boolean;
61
+ } | (string | {
62
+ [x: string]: boolean;
63
+ } | (string | {
64
+ [x: string]: boolean;
65
+ } | (string | {
66
+ [x: string]: boolean;
67
+ } | (string | {
68
+ [x: string]: boolean;
69
+ } | (string | {
70
+ [x: string]: boolean;
71
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
72
+ default: string;
73
+ };
74
+ enterable: {
75
+ type: BooleanConstructor;
76
+ default: boolean;
77
+ };
78
+ effect: {
79
+ type: import('vue').PropType<import('../popover').PopoverEffect>;
80
+ default: string;
81
+ };
82
+ width: {
83
+ type: import('vue').PropType<string>;
84
+ default: string;
85
+ };
86
+ }>> & Readonly<{}>, {
87
+ hide: () => void;
88
+ show: () => void;
89
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
90
+ width: string;
91
+ effect: import('../popover').PopoverEffect;
92
+ visible: boolean | null;
93
+ offset: number;
94
+ content: string;
95
+ disabled: boolean;
96
+ placement: import('element-plus').Placement;
97
+ enterable: boolean;
98
+ 'visible-arrow': boolean;
99
+ 'popper-options': Partial<import('element-plus').Options>;
100
+ 'show-after': number;
101
+ 'hide-after': number;
102
+ 'auto-close': boolean;
103
+ 'popper-class': 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
+ } | (string | {
118
+ [x: string]: boolean;
119
+ } | (string | {
120
+ [x: string]: boolean;
121
+ } | (string | {
122
+ [x: string]: boolean;
123
+ } | (string | {
124
+ [x: string]: boolean;
125
+ } | (string | {
126
+ [x: string]: boolean;
127
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
128
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
129
+ popoverRef: ({
130
+ $: import('vue').ComponentInternalInstance;
131
+ $data: {};
132
+ $props: Partial<{
133
+ width: string | number;
134
+ effect: import('../popover').PopoverEffect;
135
+ visible: boolean | null;
136
+ offset: number;
137
+ content: string;
138
+ disabled: boolean;
139
+ appendTo: string | HTMLElement;
140
+ trigger: import('../popover').PopoverTriggerType;
141
+ placement: import('element-plus').Placement;
142
+ strategy: "fixed" | "absolute";
143
+ showArrow: boolean;
144
+ popperOptions: Partial<import('element-plus').Options>;
145
+ fallbackPlacements: import('element-plus').Placement[];
146
+ gpuAcceleration: boolean;
147
+ popperClass: string | {
148
+ [x: string]: boolean;
149
+ } | (string | {
150
+ [x: string]: boolean;
151
+ } | (string | {
152
+ [x: string]: boolean;
153
+ } | (string | {
154
+ [x: string]: boolean;
155
+ } | (string | {
156
+ [x: string]: boolean;
157
+ } | (string | {
158
+ [x: string]: boolean;
159
+ } | (string | {
160
+ [x: string]: boolean;
161
+ } | (string | {
162
+ [x: string]: boolean;
163
+ } | (string | {
164
+ [x: string]: boolean;
165
+ } | (string | {
166
+ [x: string]: boolean;
167
+ } | (string | {
168
+ [x: string]: boolean;
169
+ } | (string | {
170
+ [x: string]: boolean;
171
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
172
+ showAfter: number;
173
+ hideAfter: number;
174
+ autoClose: boolean;
175
+ popperStyle: import('vue').StyleValue;
176
+ rawContent: boolean;
177
+ virtualTriggering: boolean;
178
+ virtualRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
179
+ enterable: boolean;
180
+ teleported: boolean;
181
+ }> & Omit<{
182
+ readonly width: string | number;
183
+ readonly effect: import('../popover').PopoverEffect;
184
+ readonly visible: boolean | null;
185
+ readonly content: string;
186
+ readonly disabled: boolean;
187
+ readonly appendTo: string | HTMLElement;
188
+ readonly trigger: import('../popover').PopoverTriggerType;
189
+ readonly placement: import('element-plus').Placement;
190
+ readonly strategy: "fixed" | "absolute";
191
+ readonly showArrow: boolean;
192
+ readonly popperOptions: Partial<import('element-plus').Options>;
193
+ readonly gpuAcceleration: boolean;
194
+ readonly popperClass: string | {
195
+ [x: string]: boolean;
196
+ } | (string | {
197
+ [x: string]: boolean;
198
+ } | (string | {
199
+ [x: string]: boolean;
200
+ } | (string | {
201
+ [x: string]: boolean;
202
+ } | (string | {
203
+ [x: string]: boolean;
204
+ } | (string | {
205
+ [x: string]: boolean;
206
+ } | (string | {
207
+ [x: string]: boolean;
208
+ } | (string | {
209
+ [x: string]: boolean;
210
+ } | (string | {
211
+ [x: string]: boolean;
212
+ } | (string | {
213
+ [x: string]: boolean;
214
+ } | (string | {
215
+ [x: string]: boolean;
216
+ } | (string | {
217
+ [x: string]: boolean;
218
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
219
+ readonly showAfter: number;
220
+ readonly hideAfter: number;
221
+ readonly autoClose: boolean;
222
+ readonly popperStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
223
+ readonly rawContent: boolean;
224
+ readonly virtualTriggering: boolean;
225
+ readonly virtualRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
226
+ readonly enterable: boolean;
227
+ readonly teleported: boolean;
228
+ readonly offset?: number | undefined;
229
+ readonly zIndex?: number | undefined;
230
+ readonly 'onUpdate:visible'?: (((visible: boolean) => void) & ((args_0: boolean) => any)) | undefined;
231
+ readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
232
+ readonly onBeforeEnter?: (() => any) | undefined;
233
+ readonly onBeforeLeave?: (() => any) | undefined;
234
+ readonly onHide?: (() => any) | undefined;
235
+ readonly onShow?: (() => any) | undefined;
236
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "width" | "effect" | "visible" | "offset" | "content" | "disabled" | "appendTo" | "trigger" | "placement" | "strategy" | "showArrow" | "popperOptions" | "fallbackPlacements" | "gpuAcceleration" | "popperClass" | "showAfter" | "hideAfter" | "autoClose" | "popperStyle" | "rawContent" | "virtualTriggering" | "virtualRef" | "enterable" | "teleported">;
237
+ $attrs: {
238
+ [x: string]: unknown;
239
+ };
240
+ $refs: {
241
+ [x: string]: unknown;
242
+ };
243
+ $slots: Readonly<{
244
+ [name: string]: import('vue').Slot<any> | undefined;
245
+ }>;
246
+ $root: import('vue').ComponentPublicInstance | null;
247
+ $parent: import('vue').ComponentPublicInstance | null;
248
+ $host: Element | null;
249
+ $emit: ((event: "beforeEnter") => void) & ((event: "beforeLeave") => void) & ((event: "hide") => void) & ((event: "show") => void) & ((event: "update:visible", args_0: boolean) => void);
250
+ $el: any;
251
+ $options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
252
+ trigger: {
253
+ type: import('vue').PropType<import('../popover').PopoverTriggerType>;
254
+ default: string;
255
+ };
256
+ content: {
257
+ type: StringConstructor;
258
+ default: string;
259
+ };
260
+ width: {
261
+ type: import('vue').PropType<number | string>;
262
+ validator: (value: number | string) => boolean;
263
+ default: number;
264
+ };
265
+ placement: {
266
+ type: import('vue').PropType<import('element-plus').Placement>;
267
+ default: string;
268
+ };
269
+ disabled: {
270
+ type: BooleanConstructor;
271
+ default: boolean;
272
+ };
273
+ offset: {
274
+ type: NumberConstructor;
275
+ default: undefined;
276
+ };
277
+ visible: {
278
+ type: import('vue').PropType<boolean | null>;
279
+ default: null;
280
+ };
281
+ 'onUpdate:visible': {
282
+ type: import('vue').PropType<(visible: boolean) => void>;
283
+ };
284
+ showArrow: {
285
+ type: BooleanConstructor;
286
+ default: boolean;
287
+ };
288
+ popperOptions: {
289
+ type: import('vue').PropType<Partial<import('element-plus').Options>>;
290
+ default: () => {};
291
+ };
292
+ strategy: {
293
+ type: import('vue').PropType<"absolute" | "fixed">;
294
+ default: string;
295
+ };
296
+ fallbackPlacements: {
297
+ type: import('vue').PropType<import('element-plus').Placement[]>;
298
+ default: undefined;
299
+ };
300
+ gpuAcceleration: {
301
+ type: BooleanConstructor;
302
+ default: boolean;
303
+ };
304
+ popperClass: {
305
+ type: import('vue').PropType<string | {
306
+ [x: string]: boolean;
307
+ } | (string | {
308
+ [x: string]: boolean;
309
+ } | (string | {
310
+ [x: string]: boolean;
311
+ } | (string | {
312
+ [x: string]: boolean;
313
+ } | (string | {
314
+ [x: string]: boolean;
315
+ } | (string | {
316
+ [x: string]: boolean;
317
+ } | (string | {
318
+ [x: string]: boolean;
319
+ } | (string | {
320
+ [x: string]: boolean;
321
+ } | (string | {
322
+ [x: string]: boolean;
323
+ } | (string | {
324
+ [x: string]: boolean;
325
+ } | (string | {
326
+ [x: string]: boolean;
327
+ } | (string | {
328
+ [x: string]: boolean;
329
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
330
+ default: string;
331
+ };
332
+ showAfter: {
333
+ type: NumberConstructor;
334
+ default: number;
335
+ };
336
+ hideAfter: {
337
+ type: NumberConstructor;
338
+ default: number;
339
+ };
340
+ autoClose: {
341
+ type: BooleanConstructor;
342
+ default: boolean;
343
+ };
344
+ popperStyle: {
345
+ type: import('vue').PropType<import('vue').StyleValue>;
346
+ default: () => {};
347
+ };
348
+ appendTo: {
349
+ type: import('vue').PropType<string | HTMLElement>;
350
+ default: string;
351
+ };
352
+ effect: {
353
+ type: import('vue').PropType<import('../popover').PopoverEffect>;
354
+ default: string;
355
+ };
356
+ rawContent: {
357
+ type: BooleanConstructor;
358
+ default: boolean;
359
+ };
360
+ virtualTriggering: {
361
+ type: BooleanConstructor;
362
+ default: boolean;
363
+ };
364
+ virtualRef: {
365
+ type: import('vue').PropType<import('vue').Ref<HTMLElement | null>>;
366
+ default: () => null;
367
+ };
368
+ zIndex: {
369
+ type: NumberConstructor;
370
+ };
371
+ enterable: {
372
+ type: BooleanConstructor;
373
+ default: boolean;
374
+ };
375
+ teleported: {
376
+ type: BooleanConstructor;
377
+ default: boolean;
378
+ };
379
+ }>> & Readonly<{
380
+ onBeforeEnter?: (() => any) | undefined;
381
+ onBeforeLeave?: (() => any) | undefined;
382
+ onHide?: (() => any) | undefined;
383
+ onShow?: (() => any) | undefined;
384
+ "onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
385
+ }>, {
386
+ hide: () => void;
387
+ show: () => void;
388
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
389
+ beforeEnter: () => any;
390
+ beforeLeave: () => any;
391
+ hide: () => any;
392
+ show: () => any;
393
+ "update:visible": (args_0: boolean) => any;
394
+ }, string, {
395
+ width: string | number;
396
+ effect: import('../popover').PopoverEffect;
397
+ visible: boolean | null;
398
+ offset: number;
399
+ content: string;
400
+ disabled: boolean;
401
+ appendTo: string | HTMLElement;
402
+ trigger: import('../popover').PopoverTriggerType;
403
+ placement: import('element-plus').Placement;
404
+ strategy: "fixed" | "absolute";
405
+ showArrow: boolean;
406
+ popperOptions: Partial<import('element-plus').Options>;
407
+ fallbackPlacements: import('element-plus').Placement[];
408
+ gpuAcceleration: boolean;
409
+ popperClass: string | {
410
+ [x: string]: boolean;
411
+ } | (string | {
412
+ [x: string]: boolean;
413
+ } | (string | {
414
+ [x: string]: boolean;
415
+ } | (string | {
416
+ [x: string]: boolean;
417
+ } | (string | {
418
+ [x: string]: boolean;
419
+ } | (string | {
420
+ [x: string]: boolean;
421
+ } | (string | {
422
+ [x: string]: boolean;
423
+ } | (string | {
424
+ [x: string]: boolean;
425
+ } | (string | {
426
+ [x: string]: boolean;
427
+ } | (string | {
428
+ [x: string]: boolean;
429
+ } | (string | {
430
+ [x: string]: boolean;
431
+ } | (string | {
432
+ [x: string]: boolean;
433
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
434
+ showAfter: number;
435
+ hideAfter: number;
436
+ autoClose: boolean;
437
+ popperStyle: import('vue').StyleValue;
438
+ rawContent: boolean;
439
+ virtualTriggering: boolean;
440
+ virtualRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
441
+ enterable: boolean;
442
+ teleported: boolean;
443
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
444
+ beforeCreate?: (() => void) | (() => void)[];
445
+ created?: (() => void) | (() => void)[];
446
+ beforeMount?: (() => void) | (() => void)[];
447
+ mounted?: (() => void) | (() => void)[];
448
+ beforeUpdate?: (() => void) | (() => void)[];
449
+ updated?: (() => void) | (() => void)[];
450
+ activated?: (() => void) | (() => void)[];
451
+ deactivated?: (() => void) | (() => void)[];
452
+ beforeDestroy?: (() => void) | (() => void)[];
453
+ beforeUnmount?: (() => void) | (() => void)[];
454
+ destroyed?: (() => void) | (() => void)[];
455
+ unmounted?: (() => void) | (() => void)[];
456
+ renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
457
+ renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
458
+ errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
459
+ };
460
+ $forceUpdate: () => void;
461
+ $nextTick: typeof import('vue').nextTick;
462
+ $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;
463
+ } & Readonly<{
464
+ width: string | number;
465
+ effect: import('../popover').PopoverEffect;
466
+ visible: boolean | null;
467
+ offset: number;
468
+ content: string;
469
+ disabled: boolean;
470
+ appendTo: string | HTMLElement;
471
+ trigger: import('../popover').PopoverTriggerType;
472
+ placement: import('element-plus').Placement;
473
+ strategy: "fixed" | "absolute";
474
+ showArrow: boolean;
475
+ popperOptions: Partial<import('element-plus').Options>;
476
+ fallbackPlacements: import('element-plus').Placement[];
477
+ gpuAcceleration: boolean;
478
+ popperClass: string | {
479
+ [x: string]: boolean;
480
+ } | (string | {
481
+ [x: string]: boolean;
482
+ } | (string | {
483
+ [x: string]: boolean;
484
+ } | (string | {
485
+ [x: string]: boolean;
486
+ } | (string | {
487
+ [x: string]: boolean;
488
+ } | (string | {
489
+ [x: string]: boolean;
490
+ } | (string | {
491
+ [x: string]: boolean;
492
+ } | (string | {
493
+ [x: string]: boolean;
494
+ } | (string | {
495
+ [x: string]: boolean;
496
+ } | (string | {
497
+ [x: string]: boolean;
498
+ } | (string | {
499
+ [x: string]: boolean;
500
+ } | (string | {
501
+ [x: string]: boolean;
502
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
503
+ showAfter: number;
504
+ hideAfter: number;
505
+ autoClose: boolean;
506
+ popperStyle: import('vue').StyleValue;
507
+ rawContent: boolean;
508
+ virtualTriggering: boolean;
509
+ virtualRef: import('vue').Ref<HTMLElement | null, HTMLElement | null>;
510
+ enterable: boolean;
511
+ teleported: boolean;
512
+ }> & Omit<Readonly<import('vue').ExtractPropTypes<{
513
+ trigger: {
514
+ type: import('vue').PropType<import('../popover').PopoverTriggerType>;
515
+ default: string;
516
+ };
517
+ content: {
518
+ type: StringConstructor;
519
+ default: string;
520
+ };
521
+ width: {
522
+ type: import('vue').PropType<number | string>;
523
+ validator: (value: number | string) => boolean;
524
+ default: number;
525
+ };
526
+ placement: {
527
+ type: import('vue').PropType<import('element-plus').Placement>;
528
+ default: string;
529
+ };
530
+ disabled: {
531
+ type: BooleanConstructor;
532
+ default: boolean;
533
+ };
534
+ offset: {
535
+ type: NumberConstructor;
536
+ default: undefined;
537
+ };
538
+ visible: {
539
+ type: import('vue').PropType<boolean | null>;
540
+ default: null;
541
+ };
542
+ 'onUpdate:visible': {
543
+ type: import('vue').PropType<(visible: boolean) => void>;
544
+ };
545
+ showArrow: {
546
+ type: BooleanConstructor;
547
+ default: boolean;
548
+ };
549
+ popperOptions: {
550
+ type: import('vue').PropType<Partial<import('element-plus').Options>>;
551
+ default: () => {};
552
+ };
553
+ strategy: {
554
+ type: import('vue').PropType<"absolute" | "fixed">;
555
+ default: string;
556
+ };
557
+ fallbackPlacements: {
558
+ type: import('vue').PropType<import('element-plus').Placement[]>;
559
+ default: undefined;
560
+ };
561
+ gpuAcceleration: {
562
+ type: BooleanConstructor;
563
+ default: boolean;
564
+ };
565
+ popperClass: {
566
+ type: import('vue').PropType<string | {
567
+ [x: string]: boolean;
568
+ } | (string | {
569
+ [x: string]: boolean;
570
+ } | (string | {
571
+ [x: string]: boolean;
572
+ } | (string | {
573
+ [x: string]: boolean;
574
+ } | (string | {
575
+ [x: string]: boolean;
576
+ } | (string | {
577
+ [x: string]: boolean;
578
+ } | (string | {
579
+ [x: string]: boolean;
580
+ } | (string | {
581
+ [x: string]: boolean;
582
+ } | (string | {
583
+ [x: string]: boolean;
584
+ } | (string | {
585
+ [x: string]: boolean;
586
+ } | (string | {
587
+ [x: string]: boolean;
588
+ } | (string | {
589
+ [x: string]: boolean;
590
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
591
+ default: string;
592
+ };
593
+ showAfter: {
594
+ type: NumberConstructor;
595
+ default: number;
596
+ };
597
+ hideAfter: {
598
+ type: NumberConstructor;
599
+ default: number;
600
+ };
601
+ autoClose: {
602
+ type: BooleanConstructor;
603
+ default: boolean;
604
+ };
605
+ popperStyle: {
606
+ type: import('vue').PropType<import('vue').StyleValue>;
607
+ default: () => {};
608
+ };
609
+ appendTo: {
610
+ type: import('vue').PropType<string | HTMLElement>;
611
+ default: string;
612
+ };
613
+ effect: {
614
+ type: import('vue').PropType<import('../popover').PopoverEffect>;
615
+ default: string;
616
+ };
617
+ rawContent: {
618
+ type: BooleanConstructor;
619
+ default: boolean;
620
+ };
621
+ virtualTriggering: {
622
+ type: BooleanConstructor;
623
+ default: boolean;
624
+ };
625
+ virtualRef: {
626
+ type: import('vue').PropType<import('vue').Ref<HTMLElement | null>>;
627
+ default: () => null;
628
+ };
629
+ zIndex: {
630
+ type: NumberConstructor;
631
+ };
632
+ enterable: {
633
+ type: BooleanConstructor;
634
+ default: boolean;
635
+ };
636
+ teleported: {
637
+ type: BooleanConstructor;
638
+ default: boolean;
639
+ };
640
+ }>> & Readonly<{
641
+ onBeforeEnter?: (() => any) | undefined;
642
+ onBeforeLeave?: (() => any) | undefined;
643
+ onHide?: (() => any) | undefined;
644
+ onShow?: (() => any) | undefined;
645
+ "onUpdate:visible"?: ((args_0: boolean) => any) | undefined;
646
+ }>, "hide" | "show" | ("width" | "effect" | "visible" | "offset" | "content" | "disabled" | "appendTo" | "trigger" | "placement" | "strategy" | "showArrow" | "popperOptions" | "fallbackPlacements" | "gpuAcceleration" | "popperClass" | "showAfter" | "hideAfter" | "autoClose" | "popperStyle" | "rawContent" | "virtualTriggering" | "virtualRef" | "enterable" | "teleported")> & import('vue').ShallowUnwrapRef<{
647
+ hide: () => void;
648
+ show: () => void;
649
+ }> & {} & import('vue').ComponentCustomProperties & {} & {
650
+ $slots: Readonly<{
651
+ reference: any;
652
+ default: any;
653
+ content: any;
654
+ }> & {
655
+ reference: any;
656
+ default: any;
657
+ content: any;
658
+ };
659
+ }) | null;
660
+ }, any, import('vue').ComponentProvideOptions, {
661
+ P: {};
662
+ B: {};
663
+ D: {};
664
+ C: {};
665
+ M: {};
666
+ Defaults: {};
667
+ }, Readonly<import('vue').ExtractPropTypes<{
668
+ content: {
669
+ type: StringConstructor;
670
+ default: string;
671
+ };
672
+ placement: {
673
+ type: import('vue').PropType<import('element-plus').Placement>;
674
+ default: string;
675
+ };
676
+ disabled: {
677
+ type: BooleanConstructor;
678
+ default: boolean;
679
+ };
680
+ visible: {
681
+ type: import('vue').PropType<boolean | null>;
682
+ default: null;
683
+ };
684
+ offset: {
685
+ type: NumberConstructor;
686
+ default: undefined;
687
+ };
688
+ 'onUpdate:visible': {
689
+ type: import('vue').PropType<(visible: boolean) => void>;
690
+ };
691
+ 'visible-arrow': {
692
+ type: BooleanConstructor;
693
+ default: boolean;
694
+ };
695
+ 'popper-options': {
696
+ type: import('vue').PropType<Partial<import('element-plus').Options>>;
697
+ default: () => {};
698
+ };
699
+ 'show-after': {
700
+ type: NumberConstructor;
701
+ default: number;
702
+ };
703
+ 'hide-after': {
704
+ type: NumberConstructor;
705
+ default: number;
706
+ };
707
+ 'auto-close': {
708
+ type: BooleanConstructor;
709
+ default: boolean;
710
+ };
711
+ 'popper-class': {
712
+ type: import('vue').PropType<string | {
713
+ [x: string]: boolean;
714
+ } | (string | {
715
+ [x: string]: boolean;
716
+ } | (string | {
717
+ [x: string]: boolean;
718
+ } | (string | {
719
+ [x: string]: boolean;
720
+ } | (string | {
721
+ [x: string]: boolean;
722
+ } | (string | {
723
+ [x: string]: boolean;
724
+ } | (string | {
725
+ [x: string]: boolean;
726
+ } | (string | {
727
+ [x: string]: boolean;
728
+ } | (string | {
729
+ [x: string]: boolean;
730
+ } | (string | {
731
+ [x: string]: boolean;
732
+ } | (string | {
733
+ [x: string]: boolean;
734
+ } | (string | {
735
+ [x: string]: boolean;
736
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
737
+ default: string;
738
+ };
739
+ enterable: {
740
+ type: BooleanConstructor;
741
+ default: boolean;
742
+ };
743
+ effect: {
744
+ type: import('vue').PropType<import('../popover').PopoverEffect>;
745
+ default: string;
746
+ };
747
+ width: {
748
+ type: import('vue').PropType<string>;
749
+ default: string;
750
+ };
751
+ }>> & Readonly<{}>, {
752
+ hide: () => void;
753
+ show: () => void;
754
+ }, {}, {}, {}, {
755
+ width: string;
756
+ effect: import('../popover').PopoverEffect;
757
+ visible: boolean | null;
758
+ offset: number;
759
+ content: string;
760
+ disabled: boolean;
761
+ placement: import('element-plus').Placement;
762
+ enterable: boolean;
763
+ 'visible-arrow': boolean;
764
+ 'popper-options': Partial<import('element-plus').Options>;
765
+ 'show-after': number;
766
+ 'hide-after': number;
767
+ 'auto-close': boolean;
768
+ 'popper-class': string | {
769
+ [x: string]: boolean;
770
+ } | (string | {
771
+ [x: string]: boolean;
772
+ } | (string | {
773
+ [x: string]: boolean;
774
+ } | (string | {
775
+ [x: string]: boolean;
776
+ } | (string | {
777
+ [x: string]: boolean;
778
+ } | (string | {
779
+ [x: string]: boolean;
780
+ } | (string | {
781
+ [x: string]: boolean;
782
+ } | (string | {
783
+ [x: string]: boolean;
784
+ } | (string | {
785
+ [x: string]: boolean;
786
+ } | (string | {
787
+ [x: string]: boolean;
788
+ } | (string | {
789
+ [x: string]: boolean;
790
+ } | (string | {
791
+ [x: string]: boolean;
792
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
793
+ }>;
794
+ __isFragment?: never;
795
+ __isTeleport?: never;
796
+ __isSuspense?: never;
797
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
798
+ content: {
799
+ type: StringConstructor;
800
+ default: string;
801
+ };
802
+ placement: {
803
+ type: import('vue').PropType<import('element-plus').Placement>;
804
+ default: string;
805
+ };
806
+ disabled: {
807
+ type: BooleanConstructor;
808
+ default: boolean;
809
+ };
810
+ visible: {
811
+ type: import('vue').PropType<boolean | null>;
812
+ default: null;
813
+ };
814
+ offset: {
815
+ type: NumberConstructor;
816
+ default: undefined;
817
+ };
818
+ 'onUpdate:visible': {
819
+ type: import('vue').PropType<(visible: boolean) => void>;
820
+ };
821
+ 'visible-arrow': {
822
+ type: BooleanConstructor;
823
+ default: boolean;
824
+ };
825
+ 'popper-options': {
826
+ type: import('vue').PropType<Partial<import('element-plus').Options>>;
827
+ default: () => {};
828
+ };
829
+ 'show-after': {
830
+ type: NumberConstructor;
831
+ default: number;
832
+ };
833
+ 'hide-after': {
834
+ type: NumberConstructor;
835
+ default: number;
836
+ };
837
+ 'auto-close': {
838
+ type: BooleanConstructor;
839
+ default: boolean;
840
+ };
841
+ 'popper-class': {
842
+ type: import('vue').PropType<string | {
843
+ [x: string]: boolean;
844
+ } | (string | {
845
+ [x: string]: boolean;
846
+ } | (string | {
847
+ [x: string]: boolean;
848
+ } | (string | {
849
+ [x: string]: boolean;
850
+ } | (string | {
851
+ [x: string]: boolean;
852
+ } | (string | {
853
+ [x: string]: boolean;
854
+ } | (string | {
855
+ [x: string]: boolean;
856
+ } | (string | {
857
+ [x: string]: boolean;
858
+ } | (string | {
859
+ [x: string]: boolean;
860
+ } | (string | {
861
+ [x: string]: boolean;
862
+ } | (string | {
863
+ [x: string]: boolean;
864
+ } | (string | {
865
+ [x: string]: boolean;
866
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[]>;
867
+ default: string;
868
+ };
869
+ enterable: {
870
+ type: BooleanConstructor;
871
+ default: boolean;
872
+ };
873
+ effect: {
874
+ type: import('vue').PropType<import('../popover').PopoverEffect>;
875
+ default: string;
876
+ };
877
+ width: {
878
+ type: import('vue').PropType<string>;
879
+ default: string;
880
+ };
881
+ }>> & Readonly<{}>, {
882
+ hide: () => void;
883
+ show: () => void;
884
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
885
+ width: string;
886
+ effect: import('../popover').PopoverEffect;
887
+ visible: boolean | null;
888
+ offset: number;
889
+ content: string;
890
+ disabled: boolean;
891
+ placement: import('element-plus').Placement;
892
+ enterable: boolean;
893
+ 'visible-arrow': boolean;
894
+ 'popper-options': Partial<import('element-plus').Options>;
895
+ 'show-after': number;
896
+ 'hide-after': number;
897
+ 'auto-close': boolean;
898
+ 'popper-class': string | {
899
+ [x: string]: boolean;
900
+ } | (string | {
901
+ [x: string]: boolean;
902
+ } | (string | {
903
+ [x: string]: boolean;
904
+ } | (string | {
905
+ [x: string]: boolean;
906
+ } | (string | {
907
+ [x: string]: boolean;
908
+ } | (string | {
909
+ [x: string]: boolean;
910
+ } | (string | {
911
+ [x: string]: boolean;
912
+ } | (string | {
913
+ [x: string]: boolean;
914
+ } | (string | {
915
+ [x: string]: boolean;
916
+ } | (string | {
917
+ [x: string]: boolean;
918
+ } | (string | {
919
+ [x: string]: boolean;
920
+ } | (string | {
921
+ [x: string]: boolean;
922
+ } | /*elided*/ any)[])[])[])[])[])[])[])[])[])[])[];
923
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
924
+ $slots: Readonly<{
925
+ default: any;
926
+ content: any;
927
+ }> & {
928
+ default: any;
929
+ content: any;
930
+ };
931
+ }) & import('vue').Plugin;
932
+ export default MtTooltip;
933
+ export * from './src/tooltip';
934
+ export type * from './src/tooltip';