hzzt-plus 0.0.2 → 0.0.4

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 (280) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +13679 -406
  3. package/dist/index.full.min.js +25 -17
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +26 -18
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +13660 -397
  8. package/dist/locale/en.js +11 -0
  9. package/dist/locale/en.min.js +1 -1
  10. package/dist/locale/en.min.js.map +1 -1
  11. package/dist/locale/en.min.mjs +1 -1
  12. package/dist/locale/en.min.mjs.map +1 -1
  13. package/dist/locale/en.mjs +11 -0
  14. package/dist/locale/zh-cn.js +11 -0
  15. package/dist/locale/zh-cn.min.js +1 -1
  16. package/dist/locale/zh-cn.min.js.map +1 -1
  17. package/dist/locale/zh-cn.min.mjs +1 -1
  18. package/dist/locale/zh-cn.min.mjs.map +1 -1
  19. package/dist/locale/zh-cn.mjs +11 -0
  20. package/es/component.mjs +11 -1
  21. package/es/component.mjs.map +1 -1
  22. package/es/components/collapse/index.d.ts +1 -3
  23. package/es/components/collapse/index.mjs +2 -1
  24. package/es/components/collapse/index.mjs.map +1 -1
  25. package/es/components/collapse/src/collapse.d.ts +2 -0
  26. package/es/components/collapse/src/{index.mjs → collapse.mjs} +3 -4
  27. package/es/components/collapse/src/collapse.mjs.map +1 -0
  28. package/es/components/collapse/src/{index.vue.d.ts → collapse.vue.d.ts} +0 -3
  29. package/es/components/collapse/src/collapse2.mjs +2 -0
  30. package/es/components/collapse/src/collapse2.mjs.map +1 -0
  31. package/es/components/config-provider/src/config-provider.mjs.map +1 -1
  32. package/es/components/config-provider/src/hooks/use-global-config.mjs.map +1 -1
  33. package/es/components/confirm-password/index.d.ts +556 -0
  34. package/es/components/confirm-password/index.mjs +8 -0
  35. package/es/components/confirm-password/index.mjs.map +1 -0
  36. package/es/components/confirm-password/src/confirm-password.mjs +72 -0
  37. package/es/components/confirm-password/src/confirm-password.mjs.map +1 -0
  38. package/es/components/confirm-password/src/confirm-password.vue.d.ts +556 -0
  39. package/es/components/confirm-password/style/css.d.ts +2 -0
  40. package/es/components/confirm-password/style/css.mjs +3 -0
  41. package/es/components/confirm-password/style/css.mjs.map +1 -0
  42. package/es/components/confirm-password/style/index.d.ts +2 -0
  43. package/es/components/confirm-password/style/index.mjs +3 -0
  44. package/es/components/confirm-password/style/index.mjs.map +1 -0
  45. package/es/components/dropdown/index.mjs.map +1 -1
  46. package/es/components/dropdown/src/index.mjs +18 -12
  47. package/es/components/dropdown/src/index.mjs.map +1 -1
  48. package/es/components/icon/index.d.ts +5 -0
  49. package/es/components/icon/index.mjs +17 -0
  50. package/es/components/icon/index.mjs.map +1 -0
  51. package/es/components/icon/src/index.mjs +34 -0
  52. package/es/components/icon/src/index.mjs.map +1 -0
  53. package/es/components/icon/src/index.vue.d.ts +138 -0
  54. package/es/components/icon/style/css.d.ts +2 -0
  55. package/es/components/icon/style/css.mjs +3 -0
  56. package/es/components/icon/style/css.mjs.map +1 -0
  57. package/es/components/icon/style/index.d.ts +2 -0
  58. package/es/components/icon/style/index.mjs +3 -0
  59. package/es/components/icon/style/index.mjs.map +1 -0
  60. package/es/components/index.d.ts +5 -0
  61. package/es/components/index.mjs +5 -0
  62. package/es/components/index.mjs.map +1 -1
  63. package/es/components/page-size/index.d.ts +3570 -0
  64. package/es/components/page-size/index.mjs +8 -0
  65. package/es/components/page-size/index.mjs.map +1 -0
  66. package/es/components/page-size/src/index.mjs +157 -0
  67. package/es/components/page-size/src/index.mjs.map +1 -0
  68. package/es/components/page-size/src/index.vue.d.ts +3570 -0
  69. package/es/components/page-size/style/css.d.ts +2 -0
  70. package/es/components/page-size/style/css.mjs +3 -0
  71. package/es/components/page-size/style/css.mjs.map +1 -0
  72. package/es/components/page-size/style/index.d.ts +2 -0
  73. package/es/components/page-size/style/index.mjs +3 -0
  74. package/es/components/page-size/style/index.mjs.map +1 -0
  75. package/es/components/pagination/index.d.ts +180 -0
  76. package/es/components/pagination/index.mjs +8 -0
  77. package/es/components/pagination/index.mjs.map +1 -0
  78. package/es/components/pagination/src/index.mjs +68 -0
  79. package/es/components/pagination/src/index.mjs.map +1 -0
  80. package/es/components/pagination/src/index.vue.d.ts +180 -0
  81. package/es/components/pagination/style/css.d.ts +2 -0
  82. package/es/components/pagination/style/css.mjs +3 -0
  83. package/es/components/pagination/style/css.mjs.map +1 -0
  84. package/es/components/pagination/style/index.d.ts +2 -0
  85. package/es/components/pagination/style/index.mjs +3 -0
  86. package/es/components/pagination/style/index.mjs.map +1 -0
  87. package/es/components/tab/index.mjs.map +1 -1
  88. package/es/components/tab/src/index.mjs +3 -3
  89. package/es/components/tab/src/index.mjs.map +1 -1
  90. package/es/components/title/index.mjs +1 -1
  91. package/es/components/title/index.mjs.map +1 -1
  92. package/es/components/title/src/{index.mjs → title.mjs} +2 -2
  93. package/es/components/title/src/title.mjs.map +1 -0
  94. package/es/components/tooltip/index.d.ts +1601 -0
  95. package/es/components/tooltip/index.mjs +8 -0
  96. package/es/components/tooltip/index.mjs.map +1 -0
  97. package/es/components/tooltip/src/instance.d.ts +2 -0
  98. package/es/components/tooltip/src/instance.mjs +2 -0
  99. package/es/components/tooltip/src/instance.mjs.map +1 -0
  100. package/es/components/tooltip/src/tooltip.mjs +49 -0
  101. package/es/components/tooltip/src/tooltip.mjs.map +1 -0
  102. package/es/components/tooltip/src/tooltip.vue.d.ts +1600 -0
  103. package/es/components/tooltip/style/css.d.ts +2 -0
  104. package/es/components/tooltip/style/css.mjs +3 -0
  105. package/es/components/tooltip/style/css.mjs.map +1 -0
  106. package/es/components/tooltip/style/index.d.ts +2 -0
  107. package/es/components/tooltip/style/index.mjs +3 -0
  108. package/es/components/tooltip/style/index.mjs.map +1 -0
  109. package/es/directives/blur/index.mjs.map +1 -1
  110. package/es/directives/download/index.mjs.map +1 -1
  111. package/es/directives/drag/index.d.ts +3 -0
  112. package/es/directives/drag/index.mjs +81 -0
  113. package/es/directives/drag/index.mjs.map +1 -0
  114. package/es/directives/height/index.mjs +3 -3
  115. package/es/directives/height/index.mjs.map +1 -1
  116. package/es/directives/highlight/index.d.ts +1 -1
  117. package/es/directives/highlight/index.mjs +5 -1
  118. package/es/directives/highlight/index.mjs.map +1 -1
  119. package/es/directives/index.d.ts +1 -0
  120. package/es/directives/index.mjs +1 -0
  121. package/es/directives/index.mjs.map +1 -1
  122. package/es/hooks/index.d.ts +1 -0
  123. package/es/hooks/index.mjs +1 -0
  124. package/es/hooks/index.mjs.map +1 -1
  125. package/es/hooks/use-namespace/index.d.ts +23 -0
  126. package/es/hooks/use-namespace/index.mjs +77 -0
  127. package/es/hooks/use-namespace/index.mjs.map +1 -0
  128. package/es/index.mjs +7 -0
  129. package/es/index.mjs.map +1 -1
  130. package/es/locale/lang/en.d.ts +11 -0
  131. package/es/locale/lang/en.mjs +11 -0
  132. package/es/locale/lang/en.mjs.map +1 -1
  133. package/es/locale/lang/zh-cn.d.ts +11 -0
  134. package/es/locale/lang/zh-cn.mjs +11 -0
  135. package/es/locale/lang/zh-cn.mjs.map +1 -1
  136. package/es/plugin.mjs.map +1 -1
  137. package/global.d.ts +5 -0
  138. package/lib/component.js +11 -1
  139. package/lib/component.js.map +1 -1
  140. package/lib/components/collapse/index.d.ts +1 -3
  141. package/lib/components/collapse/index.js +3 -2
  142. package/lib/components/collapse/index.js.map +1 -1
  143. package/lib/components/collapse/src/collapse.d.ts +2 -0
  144. package/lib/components/collapse/src/{index.js → collapse.js} +2 -3
  145. package/lib/components/collapse/src/collapse.js.map +1 -0
  146. package/lib/components/collapse/src/{index.vue.d.ts → collapse.vue.d.ts} +0 -3
  147. package/lib/components/collapse/src/collapse2.js +3 -0
  148. package/lib/components/collapse/src/collapse2.js.map +1 -0
  149. package/lib/components/config-provider/src/config-provider.js.map +1 -1
  150. package/lib/components/config-provider/src/hooks/use-global-config.js.map +1 -1
  151. package/lib/components/confirm-password/index.d.ts +556 -0
  152. package/lib/components/confirm-password/index.js +13 -0
  153. package/lib/components/confirm-password/index.js.map +1 -0
  154. package/lib/components/confirm-password/src/confirm-password.js +76 -0
  155. package/lib/components/confirm-password/src/confirm-password.js.map +1 -0
  156. package/lib/components/confirm-password/src/confirm-password.vue.d.ts +556 -0
  157. package/lib/components/confirm-password/style/css.d.ts +2 -0
  158. package/lib/components/confirm-password/style/css.js +6 -0
  159. package/lib/components/confirm-password/style/css.js.map +1 -0
  160. package/lib/components/confirm-password/style/index.d.ts +2 -0
  161. package/lib/components/confirm-password/style/index.js +6 -0
  162. package/lib/components/confirm-password/style/index.js.map +1 -0
  163. package/lib/components/dropdown/index.js.map +1 -1
  164. package/lib/components/dropdown/src/index.js +18 -12
  165. package/lib/components/dropdown/src/index.js.map +1 -1
  166. package/lib/components/icon/index.d.ts +5 -0
  167. package/lib/components/icon/index.js +42 -0
  168. package/lib/components/icon/index.js.map +1 -0
  169. package/lib/components/icon/src/index.js +38 -0
  170. package/lib/components/icon/src/index.js.map +1 -0
  171. package/lib/components/icon/src/index.vue.d.ts +138 -0
  172. package/lib/components/icon/style/css.d.ts +2 -0
  173. package/lib/components/icon/style/css.js +6 -0
  174. package/lib/components/icon/style/css.js.map +1 -0
  175. package/lib/components/icon/style/index.d.ts +2 -0
  176. package/lib/components/icon/style/index.js +6 -0
  177. package/lib/components/icon/style/index.js.map +1 -0
  178. package/lib/components/index.d.ts +5 -0
  179. package/lib/components/index.js +10 -0
  180. package/lib/components/index.js.map +1 -1
  181. package/lib/components/page-size/index.d.ts +3570 -0
  182. package/lib/components/page-size/index.js +13 -0
  183. package/lib/components/page-size/index.js.map +1 -0
  184. package/lib/components/page-size/src/index.js +161 -0
  185. package/lib/components/page-size/src/index.js.map +1 -0
  186. package/lib/components/page-size/src/index.vue.d.ts +3570 -0
  187. package/lib/components/page-size/style/css.d.ts +2 -0
  188. package/lib/components/page-size/style/css.js +6 -0
  189. package/lib/components/page-size/style/css.js.map +1 -0
  190. package/lib/components/page-size/style/index.d.ts +2 -0
  191. package/lib/components/page-size/style/index.js +6 -0
  192. package/lib/components/page-size/style/index.js.map +1 -0
  193. package/lib/components/pagination/index.d.ts +180 -0
  194. package/lib/components/pagination/index.js +13 -0
  195. package/lib/components/pagination/index.js.map +1 -0
  196. package/lib/components/pagination/src/index.js +72 -0
  197. package/lib/components/pagination/src/index.js.map +1 -0
  198. package/lib/components/pagination/src/index.vue.d.ts +180 -0
  199. package/lib/components/pagination/style/css.d.ts +2 -0
  200. package/lib/components/pagination/style/css.js +6 -0
  201. package/lib/components/pagination/style/css.js.map +1 -0
  202. package/lib/components/pagination/style/index.d.ts +2 -0
  203. package/lib/components/pagination/style/index.js +6 -0
  204. package/lib/components/pagination/style/index.js.map +1 -0
  205. package/lib/components/tab/index.js.map +1 -1
  206. package/lib/components/tab/src/index.js +3 -3
  207. package/lib/components/tab/src/index.js.map +1 -1
  208. package/lib/components/title/index.js +2 -2
  209. package/lib/components/title/index.js.map +1 -1
  210. package/lib/components/title/src/{index.js → title.js} +2 -2
  211. package/lib/components/title/src/title.js.map +1 -0
  212. package/lib/components/tooltip/index.d.ts +1601 -0
  213. package/lib/components/tooltip/index.js +13 -0
  214. package/lib/components/tooltip/index.js.map +1 -0
  215. package/lib/components/tooltip/src/instance.d.ts +2 -0
  216. package/lib/components/tooltip/src/instance.js +3 -0
  217. package/lib/components/tooltip/src/instance.js.map +1 -0
  218. package/lib/components/tooltip/src/tooltip.js +53 -0
  219. package/lib/components/tooltip/src/tooltip.js.map +1 -0
  220. package/lib/components/tooltip/src/tooltip.vue.d.ts +1600 -0
  221. package/lib/components/tooltip/style/css.d.ts +2 -0
  222. package/lib/components/tooltip/style/css.js +6 -0
  223. package/lib/components/tooltip/style/css.js.map +1 -0
  224. package/lib/components/tooltip/style/index.d.ts +2 -0
  225. package/lib/components/tooltip/style/index.js +6 -0
  226. package/lib/components/tooltip/style/index.js.map +1 -0
  227. package/lib/directives/blur/index.js.map +1 -1
  228. package/lib/directives/download/index.js.map +1 -1
  229. package/lib/directives/drag/index.d.ts +3 -0
  230. package/lib/directives/drag/index.js +85 -0
  231. package/lib/directives/drag/index.js.map +1 -0
  232. package/lib/directives/height/index.js +3 -3
  233. package/lib/directives/height/index.js.map +1 -1
  234. package/lib/directives/highlight/index.d.ts +1 -1
  235. package/lib/directives/highlight/index.js +5 -1
  236. package/lib/directives/highlight/index.js.map +1 -1
  237. package/lib/directives/index.d.ts +1 -0
  238. package/lib/directives/index.js +2 -0
  239. package/lib/directives/index.js.map +1 -1
  240. package/lib/hooks/index.d.ts +1 -0
  241. package/lib/hooks/index.js +5 -0
  242. package/lib/hooks/index.js.map +1 -1
  243. package/lib/hooks/use-namespace/index.d.ts +23 -0
  244. package/lib/hooks/use-namespace/index.js +84 -0
  245. package/lib/hooks/use-namespace/index.js.map +1 -0
  246. package/lib/index.js +36 -19
  247. package/lib/index.js.map +1 -1
  248. package/lib/locale/lang/en.d.ts +11 -0
  249. package/lib/locale/lang/en.js +11 -0
  250. package/lib/locale/lang/en.js.map +1 -1
  251. package/lib/locale/lang/zh-cn.d.ts +11 -0
  252. package/lib/locale/lang/zh-cn.js +11 -0
  253. package/lib/locale/lang/zh-cn.js.map +1 -1
  254. package/lib/plugin.js.map +1 -1
  255. package/lib/utils/vue/icon.js +14 -14
  256. package/lib/utils/vue/icon.js.map +1 -1
  257. package/package.json +1 -1
  258. package/theme/base.css +1 -1
  259. package/theme/hzzt-confirm-password.css +0 -0
  260. package/theme/hzzt-icon.css +0 -0
  261. package/theme/hzzt-page-size.css +1 -0
  262. package/theme/hzzt-pagination.css +1 -0
  263. package/theme/hzzt-tooltip.css +0 -0
  264. package/theme/index.css +1 -1
  265. package/theme/src/base.scss +4 -3
  266. package/theme/src/common/display.scss +1 -1
  267. package/theme/src/common/font.scss +6 -0
  268. package/theme/src/common/index.scss +48 -0
  269. package/theme/src/confirm-password.scss +0 -0
  270. package/theme/src/icon.scss +0 -0
  271. package/theme/src/index.scss +6 -0
  272. package/theme/src/page-size.scss +86 -0
  273. package/theme/src/pagination.scss +17 -0
  274. package/theme/src/tooltip.scss +0 -0
  275. package/es/components/collapse/src/index.mjs.map +0 -1
  276. package/es/components/title/src/index.mjs.map +0 -1
  277. package/lib/components/collapse/src/index.js.map +0 -1
  278. package/lib/components/title/src/index.js.map +0 -1
  279. /package/es/components/title/src/{index.vue.d.ts → title.vue.d.ts} +0 -0
  280. /package/lib/components/title/src/{index.vue.d.ts → title.vue.d.ts} +0 -0
@@ -0,0 +1,1600 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ content: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }, {
7
+ emit: (event: "dblclick", ...args: any[]) => void;
8
+ attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ ElTooltip: import("element-plus/es/utils").SFCWithInstall<{
12
+ new (...args: any[]): {
13
+ $: import("vue").ComponentInternalInstance;
14
+ $data: {};
15
+ $props: Partial<{
16
+ content: string;
17
+ offset: number;
18
+ visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
19
+ open: boolean;
20
+ disabled: boolean;
21
+ placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
22
+ strategy: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
23
+ effect: string;
24
+ showAfter: number;
25
+ hideAfter: number;
26
+ autoClose: number;
27
+ role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
28
+ trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
29
+ arrowOffset: number;
30
+ virtualTriggering: boolean;
31
+ boundariesPadding: number;
32
+ fallbackPlacements: import("element-plus").Placement[];
33
+ gpuAcceleration: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
34
+ popperOptions: Partial<import("element-plus").Options>;
35
+ enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
36
+ focusOnShow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
37
+ trapping: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
38
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
39
+ pure: boolean;
40
+ triggerKeys: string[];
41
+ teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
42
+ rawContent: boolean;
43
+ persistent: boolean;
44
+ showArrow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
45
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
46
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
47
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
48
+ disabled: BooleanConstructor;
49
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
50
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
51
+ virtualRef: {
52
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
53
+ readonly required: false;
54
+ readonly validator: ((val: unknown) => boolean) | undefined;
55
+ __epPropKey: true;
56
+ };
57
+ virtualTriggering: BooleanConstructor;
58
+ onMouseenter: {
59
+ readonly type: import("vue").PropType<(e: Event) => void>;
60
+ readonly required: false;
61
+ readonly validator: ((val: unknown) => boolean) | undefined;
62
+ __epPropKey: true;
63
+ };
64
+ onMouseleave: {
65
+ readonly type: import("vue").PropType<(e: Event) => void>;
66
+ readonly required: false;
67
+ readonly validator: ((val: unknown) => boolean) | undefined;
68
+ __epPropKey: true;
69
+ };
70
+ onClick: {
71
+ readonly type: import("vue").PropType<(e: Event) => void>;
72
+ readonly required: false;
73
+ readonly validator: ((val: unknown) => boolean) | undefined;
74
+ __epPropKey: true;
75
+ };
76
+ onKeydown: {
77
+ readonly type: import("vue").PropType<(e: Event) => void>;
78
+ readonly required: false;
79
+ readonly validator: ((val: unknown) => boolean) | undefined;
80
+ __epPropKey: true;
81
+ };
82
+ onFocus: {
83
+ readonly type: import("vue").PropType<(e: Event) => void>;
84
+ readonly required: false;
85
+ readonly validator: ((val: unknown) => boolean) | undefined;
86
+ __epPropKey: true;
87
+ };
88
+ onBlur: {
89
+ readonly type: import("vue").PropType<(e: Event) => void>;
90
+ readonly required: false;
91
+ readonly validator: ((val: unknown) => boolean) | undefined;
92
+ __epPropKey: true;
93
+ };
94
+ onContextmenu: {
95
+ readonly type: import("vue").PropType<(e: Event) => void>;
96
+ readonly required: false;
97
+ readonly validator: ((val: unknown) => boolean) | undefined;
98
+ __epPropKey: true;
99
+ };
100
+ id: StringConstructor;
101
+ open: BooleanConstructor;
102
+ ariaLabel: StringConstructor;
103
+ appendTo: {
104
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>;
105
+ readonly required: false;
106
+ readonly validator: ((val: unknown) => boolean) | undefined;
107
+ __epPropKey: true;
108
+ };
109
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
110
+ rawContent: BooleanConstructor;
111
+ persistent: BooleanConstructor;
112
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
113
+ transition: StringConstructor;
114
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
115
+ style: {
116
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
117
+ readonly required: false;
118
+ readonly validator: ((val: unknown) => boolean) | undefined;
119
+ __epPropKey: true;
120
+ };
121
+ className: {
122
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
123
+ [x: string]: boolean;
124
+ } | (string | {
125
+ [x: string]: boolean;
126
+ } | (string | {
127
+ [x: string]: boolean;
128
+ } | (string | {
129
+ [x: string]: boolean;
130
+ } | (string | {
131
+ [x: string]: boolean;
132
+ } | (string | {
133
+ [x: string]: boolean;
134
+ } | (string | {
135
+ [x: string]: boolean;
136
+ } | (string | {
137
+ [x: string]: boolean;
138
+ } | (string | {
139
+ [x: string]: boolean;
140
+ } | (string | {
141
+ [x: string]: boolean;
142
+ } | (string | any[] | {
143
+ [x: string]: boolean;
144
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
145
+ [x: string]: boolean;
146
+ } | (string | {
147
+ [x: string]: boolean;
148
+ } | (string | {
149
+ [x: string]: boolean;
150
+ } | (string | {
151
+ [x: string]: boolean;
152
+ } | (string | {
153
+ [x: string]: boolean;
154
+ } | (string | {
155
+ [x: string]: boolean;
156
+ } | (string | {
157
+ [x: string]: boolean;
158
+ } | (string | {
159
+ [x: string]: boolean;
160
+ } | (string | {
161
+ [x: string]: boolean;
162
+ } | (string | {
163
+ [x: string]: boolean;
164
+ } | (string | any[] | {
165
+ [x: string]: boolean;
166
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
167
+ [x: string]: boolean;
168
+ } | (string | {
169
+ [x: string]: boolean;
170
+ } | (string | {
171
+ [x: string]: boolean;
172
+ } | (string | {
173
+ [x: string]: boolean;
174
+ } | (string | {
175
+ [x: string]: boolean;
176
+ } | (string | {
177
+ [x: string]: boolean;
178
+ } | (string | {
179
+ [x: string]: boolean;
180
+ } | (string | {
181
+ [x: string]: boolean;
182
+ } | (string | {
183
+ [x: string]: boolean;
184
+ } | (string | {
185
+ [x: string]: boolean;
186
+ } | (string | any[] | {
187
+ [x: string]: boolean;
188
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
189
+ [x: string]: boolean;
190
+ } | (string | {
191
+ [x: string]: boolean;
192
+ } | (string | {
193
+ [x: string]: boolean;
194
+ } | (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 | any[] | {
209
+ [x: string]: boolean;
210
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
211
+ readonly required: false;
212
+ readonly validator: ((val: unknown) => boolean) | undefined;
213
+ __epPropKey: true;
214
+ };
215
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
216
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
217
+ pure: BooleanConstructor;
218
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
219
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
220
+ popperClass: {
221
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
222
+ [x: string]: boolean;
223
+ } | (string | {
224
+ [x: string]: boolean;
225
+ } | (string | {
226
+ [x: string]: boolean;
227
+ } | (string | {
228
+ [x: string]: boolean;
229
+ } | (string | {
230
+ [x: string]: boolean;
231
+ } | (string | {
232
+ [x: string]: boolean;
233
+ } | (string | {
234
+ [x: string]: boolean;
235
+ } | (string | {
236
+ [x: string]: boolean;
237
+ } | (string | {
238
+ [x: string]: boolean;
239
+ } | (string | {
240
+ [x: string]: boolean;
241
+ } | (string | any[] | {
242
+ [x: string]: boolean;
243
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
244
+ [x: string]: boolean;
245
+ } | (string | {
246
+ [x: string]: boolean;
247
+ } | (string | {
248
+ [x: string]: boolean;
249
+ } | (string | {
250
+ [x: string]: boolean;
251
+ } | (string | {
252
+ [x: string]: boolean;
253
+ } | (string | {
254
+ [x: string]: boolean;
255
+ } | (string | {
256
+ [x: string]: boolean;
257
+ } | (string | {
258
+ [x: string]: boolean;
259
+ } | (string | {
260
+ [x: string]: boolean;
261
+ } | (string | {
262
+ [x: string]: boolean;
263
+ } | (string | any[] | {
264
+ [x: string]: boolean;
265
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
266
+ [x: string]: boolean;
267
+ } | (string | {
268
+ [x: string]: boolean;
269
+ } | (string | {
270
+ [x: string]: boolean;
271
+ } | (string | {
272
+ [x: string]: boolean;
273
+ } | (string | {
274
+ [x: string]: boolean;
275
+ } | (string | {
276
+ [x: string]: boolean;
277
+ } | (string | {
278
+ [x: string]: boolean;
279
+ } | (string | {
280
+ [x: string]: boolean;
281
+ } | (string | {
282
+ [x: string]: boolean;
283
+ } | (string | {
284
+ [x: string]: boolean;
285
+ } | (string | any[] | {
286
+ [x: string]: boolean;
287
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
288
+ [x: string]: boolean;
289
+ } | (string | {
290
+ [x: string]: boolean;
291
+ } | (string | {
292
+ [x: string]: boolean;
293
+ } | (string | {
294
+ [x: string]: boolean;
295
+ } | (string | {
296
+ [x: string]: boolean;
297
+ } | (string | {
298
+ [x: string]: boolean;
299
+ } | (string | {
300
+ [x: string]: boolean;
301
+ } | (string | {
302
+ [x: string]: boolean;
303
+ } | (string | {
304
+ [x: string]: boolean;
305
+ } | (string | {
306
+ [x: string]: boolean;
307
+ } | (string | any[] | {
308
+ [x: string]: boolean;
309
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
310
+ readonly required: false;
311
+ readonly validator: ((val: unknown) => boolean) | undefined;
312
+ __epPropKey: true;
313
+ };
314
+ popperStyle: {
315
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
316
+ readonly required: false;
317
+ readonly validator: ((val: unknown) => boolean) | undefined;
318
+ __epPropKey: true;
319
+ };
320
+ referenceEl: {
321
+ readonly type: import("vue").PropType<HTMLElement>;
322
+ readonly required: false;
323
+ readonly validator: ((val: unknown) => boolean) | undefined;
324
+ __epPropKey: true;
325
+ };
326
+ triggerTargetEl: {
327
+ readonly type: import("vue").PropType<HTMLElement>;
328
+ readonly required: false;
329
+ readonly validator: ((val: unknown) => boolean) | undefined;
330
+ __epPropKey: true;
331
+ };
332
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
333
+ zIndex: NumberConstructor;
334
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
335
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
336
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
337
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
338
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
339
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
340
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
341
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
342
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
343
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
344
+ "onUpdate:visible": {
345
+ readonly type: import("vue").PropType<(val: boolean) => void>;
346
+ readonly required: false;
347
+ readonly validator: ((val: unknown) => boolean) | undefined;
348
+ __epPropKey: true;
349
+ };
350
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
351
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "disabled" | "effect" | "popperOptions" | "teleported" | "persistent" | "placement" | "fallbackPlacements" | "strategy" | "showArrow" | "arrowOffset" | "trigger" | "triggerKeys" | "virtualTriggering" | "open" | "content" | "rawContent" | "visible" | "enterable" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "gpuAcceleration" | "offset" | "showAfter" | "hideAfter" | "autoClose" | "role">;
352
+ $attrs: {
353
+ [x: string]: unknown;
354
+ };
355
+ $refs: {
356
+ [x: string]: unknown;
357
+ };
358
+ $slots: Readonly<{
359
+ [name: string]: import("vue").Slot | undefined;
360
+ }>;
361
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
362
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
363
+ $emit: (event: string, ...args: any[]) => void;
364
+ $el: any;
365
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
366
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
367
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
368
+ disabled: BooleanConstructor;
369
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
370
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
371
+ virtualRef: {
372
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
373
+ readonly required: false;
374
+ readonly validator: ((val: unknown) => boolean) | undefined;
375
+ __epPropKey: true;
376
+ };
377
+ virtualTriggering: BooleanConstructor;
378
+ onMouseenter: {
379
+ readonly type: import("vue").PropType<(e: Event) => void>;
380
+ readonly required: false;
381
+ readonly validator: ((val: unknown) => boolean) | undefined;
382
+ __epPropKey: true;
383
+ };
384
+ onMouseleave: {
385
+ readonly type: import("vue").PropType<(e: Event) => void>;
386
+ readonly required: false;
387
+ readonly validator: ((val: unknown) => boolean) | undefined;
388
+ __epPropKey: true;
389
+ };
390
+ onClick: {
391
+ readonly type: import("vue").PropType<(e: Event) => void>;
392
+ readonly required: false;
393
+ readonly validator: ((val: unknown) => boolean) | undefined;
394
+ __epPropKey: true;
395
+ };
396
+ onKeydown: {
397
+ readonly type: import("vue").PropType<(e: Event) => void>;
398
+ readonly required: false;
399
+ readonly validator: ((val: unknown) => boolean) | undefined;
400
+ __epPropKey: true;
401
+ };
402
+ onFocus: {
403
+ readonly type: import("vue").PropType<(e: Event) => void>;
404
+ readonly required: false;
405
+ readonly validator: ((val: unknown) => boolean) | undefined;
406
+ __epPropKey: true;
407
+ };
408
+ onBlur: {
409
+ readonly type: import("vue").PropType<(e: Event) => void>;
410
+ readonly required: false;
411
+ readonly validator: ((val: unknown) => boolean) | undefined;
412
+ __epPropKey: true;
413
+ };
414
+ onContextmenu: {
415
+ readonly type: import("vue").PropType<(e: Event) => void>;
416
+ readonly required: false;
417
+ readonly validator: ((val: unknown) => boolean) | undefined;
418
+ __epPropKey: true;
419
+ };
420
+ id: StringConstructor;
421
+ open: BooleanConstructor;
422
+ ariaLabel: StringConstructor;
423
+ appendTo: {
424
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>;
425
+ readonly required: false;
426
+ readonly validator: ((val: unknown) => boolean) | undefined;
427
+ __epPropKey: true;
428
+ };
429
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
430
+ rawContent: BooleanConstructor;
431
+ persistent: BooleanConstructor;
432
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
433
+ transition: StringConstructor;
434
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
435
+ style: {
436
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
437
+ readonly required: false;
438
+ readonly validator: ((val: unknown) => boolean) | undefined;
439
+ __epPropKey: true;
440
+ };
441
+ className: {
442
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
443
+ [x: string]: boolean;
444
+ } | (string | {
445
+ [x: string]: boolean;
446
+ } | (string | {
447
+ [x: string]: boolean;
448
+ } | (string | {
449
+ [x: string]: boolean;
450
+ } | (string | {
451
+ [x: string]: boolean;
452
+ } | (string | {
453
+ [x: string]: boolean;
454
+ } | (string | {
455
+ [x: string]: boolean;
456
+ } | (string | {
457
+ [x: string]: boolean;
458
+ } | (string | {
459
+ [x: string]: boolean;
460
+ } | (string | {
461
+ [x: string]: boolean;
462
+ } | (string | any[] | {
463
+ [x: string]: boolean;
464
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
465
+ [x: string]: boolean;
466
+ } | (string | {
467
+ [x: string]: boolean;
468
+ } | (string | {
469
+ [x: string]: boolean;
470
+ } | (string | {
471
+ [x: string]: boolean;
472
+ } | (string | {
473
+ [x: string]: boolean;
474
+ } | (string | {
475
+ [x: string]: boolean;
476
+ } | (string | {
477
+ [x: string]: boolean;
478
+ } | (string | {
479
+ [x: string]: boolean;
480
+ } | (string | {
481
+ [x: string]: boolean;
482
+ } | (string | {
483
+ [x: string]: boolean;
484
+ } | (string | any[] | {
485
+ [x: string]: boolean;
486
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (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
+ } | (string | {
503
+ [x: string]: boolean;
504
+ } | (string | {
505
+ [x: string]: boolean;
506
+ } | (string | any[] | {
507
+ [x: string]: boolean;
508
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
509
+ [x: string]: boolean;
510
+ } | (string | {
511
+ [x: string]: boolean;
512
+ } | (string | {
513
+ [x: string]: boolean;
514
+ } | (string | {
515
+ [x: string]: boolean;
516
+ } | (string | {
517
+ [x: string]: boolean;
518
+ } | (string | {
519
+ [x: string]: boolean;
520
+ } | (string | {
521
+ [x: string]: boolean;
522
+ } | (string | {
523
+ [x: string]: boolean;
524
+ } | (string | {
525
+ [x: string]: boolean;
526
+ } | (string | {
527
+ [x: string]: boolean;
528
+ } | (string | any[] | {
529
+ [x: string]: boolean;
530
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
531
+ readonly required: false;
532
+ readonly validator: ((val: unknown) => boolean) | undefined;
533
+ __epPropKey: true;
534
+ };
535
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
536
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
537
+ pure: BooleanConstructor;
538
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
539
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
540
+ popperClass: {
541
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
542
+ [x: string]: boolean;
543
+ } | (string | {
544
+ [x: string]: boolean;
545
+ } | (string | {
546
+ [x: string]: boolean;
547
+ } | (string | {
548
+ [x: string]: boolean;
549
+ } | (string | {
550
+ [x: string]: boolean;
551
+ } | (string | {
552
+ [x: string]: boolean;
553
+ } | (string | {
554
+ [x: string]: boolean;
555
+ } | (string | {
556
+ [x: string]: boolean;
557
+ } | (string | {
558
+ [x: string]: boolean;
559
+ } | (string | {
560
+ [x: string]: boolean;
561
+ } | (string | any[] | {
562
+ [x: string]: boolean;
563
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
564
+ [x: string]: boolean;
565
+ } | (string | {
566
+ [x: string]: boolean;
567
+ } | (string | {
568
+ [x: string]: boolean;
569
+ } | (string | {
570
+ [x: string]: boolean;
571
+ } | (string | {
572
+ [x: string]: boolean;
573
+ } | (string | {
574
+ [x: string]: boolean;
575
+ } | (string | {
576
+ [x: string]: boolean;
577
+ } | (string | {
578
+ [x: string]: boolean;
579
+ } | (string | {
580
+ [x: string]: boolean;
581
+ } | (string | {
582
+ [x: string]: boolean;
583
+ } | (string | any[] | {
584
+ [x: string]: boolean;
585
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
586
+ [x: string]: boolean;
587
+ } | (string | {
588
+ [x: string]: boolean;
589
+ } | (string | {
590
+ [x: string]: boolean;
591
+ } | (string | {
592
+ [x: string]: boolean;
593
+ } | (string | {
594
+ [x: string]: boolean;
595
+ } | (string | {
596
+ [x: string]: boolean;
597
+ } | (string | {
598
+ [x: string]: boolean;
599
+ } | (string | {
600
+ [x: string]: boolean;
601
+ } | (string | {
602
+ [x: string]: boolean;
603
+ } | (string | {
604
+ [x: string]: boolean;
605
+ } | (string | any[] | {
606
+ [x: string]: boolean;
607
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
608
+ [x: string]: boolean;
609
+ } | (string | {
610
+ [x: string]: boolean;
611
+ } | (string | {
612
+ [x: string]: boolean;
613
+ } | (string | {
614
+ [x: string]: boolean;
615
+ } | (string | {
616
+ [x: string]: boolean;
617
+ } | (string | {
618
+ [x: string]: boolean;
619
+ } | (string | {
620
+ [x: string]: boolean;
621
+ } | (string | {
622
+ [x: string]: boolean;
623
+ } | (string | {
624
+ [x: string]: boolean;
625
+ } | (string | {
626
+ [x: string]: boolean;
627
+ } | (string | any[] | {
628
+ [x: string]: boolean;
629
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
630
+ readonly required: false;
631
+ readonly validator: ((val: unknown) => boolean) | undefined;
632
+ __epPropKey: true;
633
+ };
634
+ popperStyle: {
635
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
636
+ readonly required: false;
637
+ readonly validator: ((val: unknown) => boolean) | undefined;
638
+ __epPropKey: true;
639
+ };
640
+ referenceEl: {
641
+ readonly type: import("vue").PropType<HTMLElement>;
642
+ readonly required: false;
643
+ readonly validator: ((val: unknown) => boolean) | undefined;
644
+ __epPropKey: true;
645
+ };
646
+ triggerTargetEl: {
647
+ readonly type: import("vue").PropType<HTMLElement>;
648
+ readonly required: false;
649
+ readonly validator: ((val: unknown) => boolean) | undefined;
650
+ __epPropKey: true;
651
+ };
652
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
653
+ zIndex: NumberConstructor;
654
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
655
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
656
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
657
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
658
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
659
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
660
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
661
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
662
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
663
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
664
+ "onUpdate:visible": {
665
+ readonly type: import("vue").PropType<(val: boolean) => void>;
666
+ readonly required: false;
667
+ readonly validator: ((val: unknown) => boolean) | undefined;
668
+ __epPropKey: true;
669
+ };
670
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
671
+ }>>, {
672
+ popperRef: import("vue").Ref<({
673
+ $: import("vue").ComponentInternalInstance;
674
+ $data: {};
675
+ $props: Partial<{
676
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
677
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
678
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
679
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
680
+ $attrs: {
681
+ [x: string]: unknown;
682
+ };
683
+ $refs: {
684
+ [x: string]: unknown;
685
+ };
686
+ $slots: Readonly<{
687
+ [name: string]: import("vue").Slot | undefined;
688
+ }>;
689
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
690
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
691
+ $emit: (event: string, ...args: any[]) => void;
692
+ $el: any;
693
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
694
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
695
+ }>>, {
696
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
697
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
698
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
699
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
700
+ role: import("vue").ComputedRef<string>;
701
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
702
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
703
+ }> & {
704
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
705
+ created?: (() => void) | (() => void)[] | undefined;
706
+ beforeMount?: (() => void) | (() => void)[] | undefined;
707
+ mounted?: (() => void) | (() => void)[] | undefined;
708
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
709
+ updated?: (() => void) | (() => void)[] | undefined;
710
+ activated?: (() => void) | (() => void)[] | undefined;
711
+ deactivated?: (() => void) | (() => void)[] | undefined;
712
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
713
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
714
+ destroyed?: (() => void) | (() => void)[] | undefined;
715
+ unmounted?: (() => void) | (() => void)[] | undefined;
716
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
717
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
718
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
719
+ };
720
+ $forceUpdate: () => void;
721
+ $nextTick: typeof import("vue").nextTick;
722
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
723
+ } & Readonly<import("vue").ExtractPropTypes<{
724
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
725
+ }>> & import("vue").ShallowUnwrapRef<{
726
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
727
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
728
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
729
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
730
+ role: import("vue").ComputedRef<string>;
731
+ }> & import("vue").ComponentCustomProperties & {
732
+ $slots: {
733
+ default?(_: {}): any;
734
+ };
735
+ }) | undefined>;
736
+ contentRef: import("vue").Ref<any>;
737
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
738
+ updatePopper: () => void;
739
+ onOpen: (event?: Event | undefined) => void;
740
+ onClose: (event?: Event | undefined) => void;
741
+ hide: (event?: Event | undefined) => void;
742
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
743
+ [x: string]: (...args: any[]) => void;
744
+ }, string, {
745
+ content: string;
746
+ offset: number;
747
+ visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
748
+ open: boolean;
749
+ disabled: boolean;
750
+ placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
751
+ strategy: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
752
+ effect: string;
753
+ showAfter: number;
754
+ hideAfter: number;
755
+ autoClose: number;
756
+ role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
757
+ trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
758
+ arrowOffset: number;
759
+ virtualTriggering: boolean;
760
+ boundariesPadding: number;
761
+ fallbackPlacements: import("element-plus").Placement[];
762
+ gpuAcceleration: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
763
+ popperOptions: Partial<import("element-plus").Options>;
764
+ enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
765
+ focusOnShow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
766
+ trapping: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
767
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
768
+ pure: boolean;
769
+ triggerKeys: string[];
770
+ teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
771
+ rawContent: boolean;
772
+ persistent: boolean;
773
+ showArrow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
774
+ }> & {
775
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
776
+ created?: ((() => void) | (() => void)[]) | undefined;
777
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
778
+ mounted?: ((() => void) | (() => void)[]) | undefined;
779
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
780
+ updated?: ((() => void) | (() => void)[]) | undefined;
781
+ activated?: ((() => void) | (() => void)[]) | undefined;
782
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
783
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
784
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
785
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
786
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
787
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
788
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
789
+ errorCaptured?: (((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[]) | undefined;
790
+ };
791
+ $forceUpdate: () => void;
792
+ $nextTick: typeof import("vue").nextTick;
793
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
794
+ } & Readonly<import("vue").ExtractPropTypes<{
795
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
796
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
797
+ disabled: BooleanConstructor;
798
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
799
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
800
+ virtualRef: {
801
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
802
+ readonly required: false;
803
+ readonly validator: ((val: unknown) => boolean) | undefined;
804
+ __epPropKey: true;
805
+ };
806
+ virtualTriggering: BooleanConstructor;
807
+ onMouseenter: {
808
+ readonly type: import("vue").PropType<(e: Event) => void>;
809
+ readonly required: false;
810
+ readonly validator: ((val: unknown) => boolean) | undefined;
811
+ __epPropKey: true;
812
+ };
813
+ onMouseleave: {
814
+ readonly type: import("vue").PropType<(e: Event) => void>;
815
+ readonly required: false;
816
+ readonly validator: ((val: unknown) => boolean) | undefined;
817
+ __epPropKey: true;
818
+ };
819
+ onClick: {
820
+ readonly type: import("vue").PropType<(e: Event) => void>;
821
+ readonly required: false;
822
+ readonly validator: ((val: unknown) => boolean) | undefined;
823
+ __epPropKey: true;
824
+ };
825
+ onKeydown: {
826
+ readonly type: import("vue").PropType<(e: Event) => void>;
827
+ readonly required: false;
828
+ readonly validator: ((val: unknown) => boolean) | undefined;
829
+ __epPropKey: true;
830
+ };
831
+ onFocus: {
832
+ readonly type: import("vue").PropType<(e: Event) => void>;
833
+ readonly required: false;
834
+ readonly validator: ((val: unknown) => boolean) | undefined;
835
+ __epPropKey: true;
836
+ };
837
+ onBlur: {
838
+ readonly type: import("vue").PropType<(e: Event) => void>;
839
+ readonly required: false;
840
+ readonly validator: ((val: unknown) => boolean) | undefined;
841
+ __epPropKey: true;
842
+ };
843
+ onContextmenu: {
844
+ readonly type: import("vue").PropType<(e: Event) => void>;
845
+ readonly required: false;
846
+ readonly validator: ((val: unknown) => boolean) | undefined;
847
+ __epPropKey: true;
848
+ };
849
+ id: StringConstructor;
850
+ open: BooleanConstructor;
851
+ ariaLabel: StringConstructor;
852
+ appendTo: {
853
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>;
854
+ readonly required: false;
855
+ readonly validator: ((val: unknown) => boolean) | undefined;
856
+ __epPropKey: true;
857
+ };
858
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
859
+ rawContent: BooleanConstructor;
860
+ persistent: BooleanConstructor;
861
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
862
+ transition: StringConstructor;
863
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
864
+ style: {
865
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
866
+ readonly required: false;
867
+ readonly validator: ((val: unknown) => boolean) | undefined;
868
+ __epPropKey: true;
869
+ };
870
+ className: {
871
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
872
+ [x: string]: boolean;
873
+ } | (string | {
874
+ [x: string]: boolean;
875
+ } | (string | {
876
+ [x: string]: boolean;
877
+ } | (string | {
878
+ [x: string]: boolean;
879
+ } | (string | {
880
+ [x: string]: boolean;
881
+ } | (string | {
882
+ [x: string]: boolean;
883
+ } | (string | {
884
+ [x: string]: boolean;
885
+ } | (string | {
886
+ [x: string]: boolean;
887
+ } | (string | {
888
+ [x: string]: boolean;
889
+ } | (string | {
890
+ [x: string]: boolean;
891
+ } | (string | any[] | {
892
+ [x: string]: boolean;
893
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
894
+ [x: string]: boolean;
895
+ } | (string | {
896
+ [x: string]: boolean;
897
+ } | (string | {
898
+ [x: string]: boolean;
899
+ } | (string | {
900
+ [x: string]: boolean;
901
+ } | (string | {
902
+ [x: string]: boolean;
903
+ } | (string | {
904
+ [x: string]: boolean;
905
+ } | (string | {
906
+ [x: string]: boolean;
907
+ } | (string | {
908
+ [x: string]: boolean;
909
+ } | (string | {
910
+ [x: string]: boolean;
911
+ } | (string | {
912
+ [x: string]: boolean;
913
+ } | (string | any[] | {
914
+ [x: string]: boolean;
915
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
916
+ [x: string]: boolean;
917
+ } | (string | {
918
+ [x: string]: boolean;
919
+ } | (string | {
920
+ [x: string]: boolean;
921
+ } | (string | {
922
+ [x: string]: boolean;
923
+ } | (string | {
924
+ [x: string]: boolean;
925
+ } | (string | {
926
+ [x: string]: boolean;
927
+ } | (string | {
928
+ [x: string]: boolean;
929
+ } | (string | {
930
+ [x: string]: boolean;
931
+ } | (string | {
932
+ [x: string]: boolean;
933
+ } | (string | {
934
+ [x: string]: boolean;
935
+ } | (string | any[] | {
936
+ [x: string]: boolean;
937
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
938
+ [x: string]: boolean;
939
+ } | (string | {
940
+ [x: string]: boolean;
941
+ } | (string | {
942
+ [x: string]: boolean;
943
+ } | (string | {
944
+ [x: string]: boolean;
945
+ } | (string | {
946
+ [x: string]: boolean;
947
+ } | (string | {
948
+ [x: string]: boolean;
949
+ } | (string | {
950
+ [x: string]: boolean;
951
+ } | (string | {
952
+ [x: string]: boolean;
953
+ } | (string | {
954
+ [x: string]: boolean;
955
+ } | (string | {
956
+ [x: string]: boolean;
957
+ } | (string | any[] | {
958
+ [x: string]: boolean;
959
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
960
+ readonly required: false;
961
+ readonly validator: ((val: unknown) => boolean) | undefined;
962
+ __epPropKey: true;
963
+ };
964
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
965
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
966
+ pure: BooleanConstructor;
967
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
968
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
969
+ popperClass: {
970
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
971
+ [x: string]: boolean;
972
+ } | (string | {
973
+ [x: string]: boolean;
974
+ } | (string | {
975
+ [x: string]: boolean;
976
+ } | (string | {
977
+ [x: string]: boolean;
978
+ } | (string | {
979
+ [x: string]: boolean;
980
+ } | (string | {
981
+ [x: string]: boolean;
982
+ } | (string | {
983
+ [x: string]: boolean;
984
+ } | (string | {
985
+ [x: string]: boolean;
986
+ } | (string | {
987
+ [x: string]: boolean;
988
+ } | (string | {
989
+ [x: string]: boolean;
990
+ } | (string | any[] | {
991
+ [x: string]: boolean;
992
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
993
+ [x: string]: boolean;
994
+ } | (string | {
995
+ [x: string]: boolean;
996
+ } | (string | {
997
+ [x: string]: boolean;
998
+ } | (string | {
999
+ [x: string]: boolean;
1000
+ } | (string | {
1001
+ [x: string]: boolean;
1002
+ } | (string | {
1003
+ [x: string]: boolean;
1004
+ } | (string | {
1005
+ [x: string]: boolean;
1006
+ } | (string | {
1007
+ [x: string]: boolean;
1008
+ } | (string | {
1009
+ [x: string]: boolean;
1010
+ } | (string | {
1011
+ [x: string]: boolean;
1012
+ } | (string | any[] | {
1013
+ [x: string]: boolean;
1014
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
1015
+ [x: string]: boolean;
1016
+ } | (string | {
1017
+ [x: string]: boolean;
1018
+ } | (string | {
1019
+ [x: string]: boolean;
1020
+ } | (string | {
1021
+ [x: string]: boolean;
1022
+ } | (string | {
1023
+ [x: string]: boolean;
1024
+ } | (string | {
1025
+ [x: string]: boolean;
1026
+ } | (string | {
1027
+ [x: string]: boolean;
1028
+ } | (string | {
1029
+ [x: string]: boolean;
1030
+ } | (string | {
1031
+ [x: string]: boolean;
1032
+ } | (string | {
1033
+ [x: string]: boolean;
1034
+ } | (string | any[] | {
1035
+ [x: string]: boolean;
1036
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
1037
+ [x: string]: boolean;
1038
+ } | (string | {
1039
+ [x: string]: boolean;
1040
+ } | (string | {
1041
+ [x: string]: boolean;
1042
+ } | (string | {
1043
+ [x: string]: boolean;
1044
+ } | (string | {
1045
+ [x: string]: boolean;
1046
+ } | (string | {
1047
+ [x: string]: boolean;
1048
+ } | (string | {
1049
+ [x: string]: boolean;
1050
+ } | (string | {
1051
+ [x: string]: boolean;
1052
+ } | (string | {
1053
+ [x: string]: boolean;
1054
+ } | (string | {
1055
+ [x: string]: boolean;
1056
+ } | (string | any[] | {
1057
+ [x: string]: boolean;
1058
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1059
+ readonly required: false;
1060
+ readonly validator: ((val: unknown) => boolean) | undefined;
1061
+ __epPropKey: true;
1062
+ };
1063
+ popperStyle: {
1064
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1065
+ readonly required: false;
1066
+ readonly validator: ((val: unknown) => boolean) | undefined;
1067
+ __epPropKey: true;
1068
+ };
1069
+ referenceEl: {
1070
+ readonly type: import("vue").PropType<HTMLElement>;
1071
+ readonly required: false;
1072
+ readonly validator: ((val: unknown) => boolean) | undefined;
1073
+ __epPropKey: true;
1074
+ };
1075
+ triggerTargetEl: {
1076
+ readonly type: import("vue").PropType<HTMLElement>;
1077
+ readonly required: false;
1078
+ readonly validator: ((val: unknown) => boolean) | undefined;
1079
+ __epPropKey: true;
1080
+ };
1081
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1082
+ zIndex: NumberConstructor;
1083
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1084
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
1085
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1086
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1087
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
1088
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
1089
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1090
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1091
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1092
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1093
+ "onUpdate:visible": {
1094
+ readonly type: import("vue").PropType<(val: boolean) => void>;
1095
+ readonly required: false;
1096
+ readonly validator: ((val: unknown) => boolean) | undefined;
1097
+ __epPropKey: true;
1098
+ };
1099
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1100
+ }>> & import("vue").ShallowUnwrapRef<{
1101
+ popperRef: import("vue").Ref<({
1102
+ $: import("vue").ComponentInternalInstance;
1103
+ $data: {};
1104
+ $props: Partial<{
1105
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1106
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1107
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1108
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
1109
+ $attrs: {
1110
+ [x: string]: unknown;
1111
+ };
1112
+ $refs: {
1113
+ [x: string]: unknown;
1114
+ };
1115
+ $slots: Readonly<{
1116
+ [name: string]: import("vue").Slot | undefined;
1117
+ }>;
1118
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1119
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1120
+ $emit: (event: string, ...args: any[]) => void;
1121
+ $el: any;
1122
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1123
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1124
+ }>>, {
1125
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1126
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
1127
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1128
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1129
+ role: import("vue").ComputedRef<string>;
1130
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1131
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1132
+ }> & {
1133
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1134
+ created?: (() => void) | (() => void)[] | undefined;
1135
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1136
+ mounted?: (() => void) | (() => void)[] | undefined;
1137
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1138
+ updated?: (() => void) | (() => void)[] | undefined;
1139
+ activated?: (() => void) | (() => void)[] | undefined;
1140
+ deactivated?: (() => void) | (() => void)[] | undefined;
1141
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1142
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1143
+ destroyed?: (() => void) | (() => void)[] | undefined;
1144
+ unmounted?: (() => void) | (() => void)[] | undefined;
1145
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
1146
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
1147
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
1148
+ };
1149
+ $forceUpdate: () => void;
1150
+ $nextTick: typeof import("vue").nextTick;
1151
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1152
+ } & Readonly<import("vue").ExtractPropTypes<{
1153
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1154
+ }>> & import("vue").ShallowUnwrapRef<{
1155
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1156
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
1157
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1158
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1159
+ role: import("vue").ComputedRef<string>;
1160
+ }> & import("vue").ComponentCustomProperties & {
1161
+ $slots: {
1162
+ default?(_: {}): any;
1163
+ };
1164
+ }) | undefined>;
1165
+ contentRef: import("vue").Ref<any>;
1166
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
1167
+ updatePopper: () => void;
1168
+ onOpen: (event?: Event | undefined) => void;
1169
+ onClose: (event?: Event | undefined) => void;
1170
+ hide: (event?: Event | undefined) => void;
1171
+ }> & {} & import("vue").ComponentCustomProperties;
1172
+ __isFragment?: undefined;
1173
+ __isTeleport?: undefined;
1174
+ __isSuspense?: undefined;
1175
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1176
+ showArrow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, boolean, boolean>;
1177
+ arrowOffset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 5, boolean>;
1178
+ disabled: BooleanConstructor;
1179
+ trigger: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown, "hover", boolean>;
1180
+ triggerKeys: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => string[], boolean>;
1181
+ virtualRef: {
1182
+ readonly type: import("vue").PropType<import("element-plus").Measurable>;
1183
+ readonly required: false;
1184
+ readonly validator: ((val: unknown) => boolean) | undefined;
1185
+ __epPropKey: true;
1186
+ };
1187
+ virtualTriggering: BooleanConstructor;
1188
+ onMouseenter: {
1189
+ readonly type: import("vue").PropType<(e: Event) => void>;
1190
+ readonly required: false;
1191
+ readonly validator: ((val: unknown) => boolean) | undefined;
1192
+ __epPropKey: true;
1193
+ };
1194
+ onMouseleave: {
1195
+ readonly type: import("vue").PropType<(e: Event) => void>;
1196
+ readonly required: false;
1197
+ readonly validator: ((val: unknown) => boolean) | undefined;
1198
+ __epPropKey: true;
1199
+ };
1200
+ onClick: {
1201
+ readonly type: import("vue").PropType<(e: Event) => void>;
1202
+ readonly required: false;
1203
+ readonly validator: ((val: unknown) => boolean) | undefined;
1204
+ __epPropKey: true;
1205
+ };
1206
+ onKeydown: {
1207
+ readonly type: import("vue").PropType<(e: Event) => void>;
1208
+ readonly required: false;
1209
+ readonly validator: ((val: unknown) => boolean) | undefined;
1210
+ __epPropKey: true;
1211
+ };
1212
+ onFocus: {
1213
+ readonly type: import("vue").PropType<(e: Event) => void>;
1214
+ readonly required: false;
1215
+ readonly validator: ((val: unknown) => boolean) | undefined;
1216
+ __epPropKey: true;
1217
+ };
1218
+ onBlur: {
1219
+ readonly type: import("vue").PropType<(e: Event) => void>;
1220
+ readonly required: false;
1221
+ readonly validator: ((val: unknown) => boolean) | undefined;
1222
+ __epPropKey: true;
1223
+ };
1224
+ onContextmenu: {
1225
+ readonly type: import("vue").PropType<(e: Event) => void>;
1226
+ readonly required: false;
1227
+ readonly validator: ((val: unknown) => boolean) | undefined;
1228
+ __epPropKey: true;
1229
+ };
1230
+ id: StringConstructor;
1231
+ open: BooleanConstructor;
1232
+ ariaLabel: StringConstructor;
1233
+ appendTo: {
1234
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement) | ((new (...args: any[]) => (string | HTMLElement) & {}) | (() => string | HTMLElement))[], unknown, unknown>>;
1235
+ readonly required: false;
1236
+ readonly validator: ((val: unknown) => boolean) | undefined;
1237
+ __epPropKey: true;
1238
+ };
1239
+ content: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1240
+ rawContent: BooleanConstructor;
1241
+ persistent: BooleanConstructor;
1242
+ visible: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown, null, boolean>;
1243
+ transition: StringConstructor;
1244
+ teleported: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1245
+ style: {
1246
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1247
+ readonly required: false;
1248
+ readonly validator: ((val: unknown) => boolean) | undefined;
1249
+ __epPropKey: true;
1250
+ };
1251
+ className: {
1252
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
1253
+ [x: string]: boolean;
1254
+ } | (string | {
1255
+ [x: string]: boolean;
1256
+ } | (string | {
1257
+ [x: string]: boolean;
1258
+ } | (string | {
1259
+ [x: string]: boolean;
1260
+ } | (string | {
1261
+ [x: string]: boolean;
1262
+ } | (string | {
1263
+ [x: string]: boolean;
1264
+ } | (string | {
1265
+ [x: string]: boolean;
1266
+ } | (string | {
1267
+ [x: string]: boolean;
1268
+ } | (string | {
1269
+ [x: string]: boolean;
1270
+ } | (string | {
1271
+ [x: string]: boolean;
1272
+ } | (string | any[] | {
1273
+ [x: string]: boolean;
1274
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
1275
+ [x: string]: boolean;
1276
+ } | (string | {
1277
+ [x: string]: boolean;
1278
+ } | (string | {
1279
+ [x: string]: boolean;
1280
+ } | (string | {
1281
+ [x: string]: boolean;
1282
+ } | (string | {
1283
+ [x: string]: boolean;
1284
+ } | (string | {
1285
+ [x: string]: boolean;
1286
+ } | (string | {
1287
+ [x: string]: boolean;
1288
+ } | (string | {
1289
+ [x: string]: boolean;
1290
+ } | (string | {
1291
+ [x: string]: boolean;
1292
+ } | (string | {
1293
+ [x: string]: boolean;
1294
+ } | (string | any[] | {
1295
+ [x: string]: boolean;
1296
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
1297
+ [x: string]: boolean;
1298
+ } | (string | {
1299
+ [x: string]: boolean;
1300
+ } | (string | {
1301
+ [x: string]: boolean;
1302
+ } | (string | {
1303
+ [x: string]: boolean;
1304
+ } | (string | {
1305
+ [x: string]: boolean;
1306
+ } | (string | {
1307
+ [x: string]: boolean;
1308
+ } | (string | {
1309
+ [x: string]: boolean;
1310
+ } | (string | {
1311
+ [x: string]: boolean;
1312
+ } | (string | {
1313
+ [x: string]: boolean;
1314
+ } | (string | {
1315
+ [x: string]: boolean;
1316
+ } | (string | any[] | {
1317
+ [x: string]: boolean;
1318
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
1319
+ [x: string]: boolean;
1320
+ } | (string | {
1321
+ [x: string]: boolean;
1322
+ } | (string | {
1323
+ [x: string]: boolean;
1324
+ } | (string | {
1325
+ [x: string]: boolean;
1326
+ } | (string | {
1327
+ [x: string]: boolean;
1328
+ } | (string | {
1329
+ [x: string]: boolean;
1330
+ } | (string | {
1331
+ [x: string]: boolean;
1332
+ } | (string | {
1333
+ [x: string]: boolean;
1334
+ } | (string | {
1335
+ [x: string]: boolean;
1336
+ } | (string | {
1337
+ [x: string]: boolean;
1338
+ } | (string | any[] | {
1339
+ [x: string]: boolean;
1340
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1341
+ readonly required: false;
1342
+ readonly validator: ((val: unknown) => boolean) | undefined;
1343
+ __epPropKey: true;
1344
+ };
1345
+ effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string & {}) | (() => string) | ((new (...args: any[]) => string & {}) | (() => string))[], unknown, unknown, "dark", boolean>;
1346
+ enterable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1347
+ pure: BooleanConstructor;
1348
+ focusOnShow: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1349
+ trapping: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
1350
+ popperClass: {
1351
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | {
1352
+ [x: string]: boolean;
1353
+ } | (string | {
1354
+ [x: string]: boolean;
1355
+ } | (string | {
1356
+ [x: string]: boolean;
1357
+ } | (string | {
1358
+ [x: string]: boolean;
1359
+ } | (string | {
1360
+ [x: string]: boolean;
1361
+ } | (string | {
1362
+ [x: string]: boolean;
1363
+ } | (string | {
1364
+ [x: string]: boolean;
1365
+ } | (string | {
1366
+ [x: string]: boolean;
1367
+ } | (string | {
1368
+ [x: string]: boolean;
1369
+ } | (string | {
1370
+ [x: string]: boolean;
1371
+ } | (string | any[] | {
1372
+ [x: string]: boolean;
1373
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
1374
+ [x: string]: boolean;
1375
+ } | (string | {
1376
+ [x: string]: boolean;
1377
+ } | (string | {
1378
+ [x: string]: boolean;
1379
+ } | (string | {
1380
+ [x: string]: boolean;
1381
+ } | (string | {
1382
+ [x: string]: boolean;
1383
+ } | (string | {
1384
+ [x: string]: boolean;
1385
+ } | (string | {
1386
+ [x: string]: boolean;
1387
+ } | (string | {
1388
+ [x: string]: boolean;
1389
+ } | (string | {
1390
+ [x: string]: boolean;
1391
+ } | (string | {
1392
+ [x: string]: boolean;
1393
+ } | (string | any[] | {
1394
+ [x: string]: boolean;
1395
+ })[])[])[])[])[])[])[])[])[])[]) | ((new (...args: any[]) => (string | {
1396
+ [x: string]: boolean;
1397
+ } | (string | {
1398
+ [x: string]: boolean;
1399
+ } | (string | {
1400
+ [x: string]: boolean;
1401
+ } | (string | {
1402
+ [x: string]: boolean;
1403
+ } | (string | {
1404
+ [x: string]: boolean;
1405
+ } | (string | {
1406
+ [x: string]: boolean;
1407
+ } | (string | {
1408
+ [x: string]: boolean;
1409
+ } | (string | {
1410
+ [x: string]: boolean;
1411
+ } | (string | {
1412
+ [x: string]: boolean;
1413
+ } | (string | {
1414
+ [x: string]: boolean;
1415
+ } | (string | any[] | {
1416
+ [x: string]: boolean;
1417
+ })[])[])[])[])[])[])[])[])[])[]) & {}) | (() => string | {
1418
+ [x: string]: boolean;
1419
+ } | (string | {
1420
+ [x: string]: boolean;
1421
+ } | (string | {
1422
+ [x: string]: boolean;
1423
+ } | (string | {
1424
+ [x: string]: boolean;
1425
+ } | (string | {
1426
+ [x: string]: boolean;
1427
+ } | (string | {
1428
+ [x: string]: boolean;
1429
+ } | (string | {
1430
+ [x: string]: boolean;
1431
+ } | (string | {
1432
+ [x: string]: boolean;
1433
+ } | (string | {
1434
+ [x: string]: boolean;
1435
+ } | (string | {
1436
+ [x: string]: boolean;
1437
+ } | (string | any[] | {
1438
+ [x: string]: boolean;
1439
+ })[])[])[])[])[])[])[])[])[])[]))[], unknown, unknown>>;
1440
+ readonly required: false;
1441
+ readonly validator: ((val: unknown) => boolean) | undefined;
1442
+ __epPropKey: true;
1443
+ };
1444
+ popperStyle: {
1445
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown>>;
1446
+ readonly required: false;
1447
+ readonly validator: ((val: unknown) => boolean) | undefined;
1448
+ __epPropKey: true;
1449
+ };
1450
+ referenceEl: {
1451
+ readonly type: import("vue").PropType<HTMLElement>;
1452
+ readonly required: false;
1453
+ readonly validator: ((val: unknown) => boolean) | undefined;
1454
+ __epPropKey: true;
1455
+ };
1456
+ triggerTargetEl: {
1457
+ readonly type: import("vue").PropType<HTMLElement>;
1458
+ readonly required: false;
1459
+ readonly validator: ((val: unknown) => boolean) | undefined;
1460
+ __epPropKey: true;
1461
+ };
1462
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1463
+ zIndex: NumberConstructor;
1464
+ boundariesPadding: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1465
+ fallbackPlacements: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]) | ((new (...args: any[]) => import("element-plus").Placement[]) | (() => import("element-plus").Placement[]))[], unknown, unknown, undefined, boolean>;
1466
+ gpuAcceleration: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
1467
+ offset: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 12, boolean>;
1468
+ placement: import("element-plus/es/utils").EpPropFinalized<StringConstructor, import("element-plus").Placement, unknown, "bottom", boolean>;
1469
+ popperOptions: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>) | ((new (...args: any[]) => Partial<import("element-plus").Options>) | (() => Partial<import("element-plus").Options>))[], unknown, unknown, () => {}, boolean>;
1470
+ strategy: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "fixed" | "absolute", unknown, "absolute", boolean>;
1471
+ showAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1472
+ hideAfter: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 200, boolean>;
1473
+ autoClose: import("element-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
1474
+ "onUpdate:visible": {
1475
+ readonly type: import("vue").PropType<(val: boolean) => void>;
1476
+ readonly required: false;
1477
+ readonly validator: ((val: unknown) => boolean) | undefined;
1478
+ __epPropKey: true;
1479
+ };
1480
+ role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1481
+ }>>, {
1482
+ popperRef: import("vue").Ref<({
1483
+ $: import("vue").ComponentInternalInstance;
1484
+ $data: {};
1485
+ $props: Partial<{
1486
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1487
+ }> & Omit<Readonly<import("vue").ExtractPropTypes<{
1488
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1489
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "role">;
1490
+ $attrs: {
1491
+ [x: string]: unknown;
1492
+ };
1493
+ $refs: {
1494
+ [x: string]: unknown;
1495
+ };
1496
+ $slots: Readonly<{
1497
+ [name: string]: import("vue").Slot | undefined;
1498
+ }>;
1499
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1500
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null;
1501
+ $emit: (event: string, ...args: any[]) => void;
1502
+ $el: any;
1503
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1504
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1505
+ }>>, {
1506
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1507
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
1508
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1509
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1510
+ role: import("vue").ComputedRef<string>;
1511
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, {
1512
+ readonly role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1513
+ }> & {
1514
+ beforeCreate?: (() => void) | (() => void)[] | undefined;
1515
+ created?: (() => void) | (() => void)[] | undefined;
1516
+ beforeMount?: (() => void) | (() => void)[] | undefined;
1517
+ mounted?: (() => void) | (() => void)[] | undefined;
1518
+ beforeUpdate?: (() => void) | (() => void)[] | undefined;
1519
+ updated?: (() => void) | (() => void)[] | undefined;
1520
+ activated?: (() => void) | (() => void)[] | undefined;
1521
+ deactivated?: (() => void) | (() => void)[] | undefined;
1522
+ beforeDestroy?: (() => void) | (() => void)[] | undefined;
1523
+ beforeUnmount?: (() => void) | (() => void)[] | undefined;
1524
+ destroyed?: (() => void) | (() => void)[] | undefined;
1525
+ unmounted?: (() => void) | (() => void)[] | undefined;
1526
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
1527
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[] | undefined;
1528
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}>> | null, info: string) => boolean | void)[] | undefined;
1529
+ };
1530
+ $forceUpdate: () => void;
1531
+ $nextTick: typeof import("vue").nextTick;
1532
+ $watch(source: string | Function, cb: Function, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
1533
+ } & Readonly<import("vue").ExtractPropTypes<{
1534
+ readonly role: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1535
+ }>> & import("vue").ShallowUnwrapRef<{
1536
+ triggerRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1537
+ contentRef: import("vue").Ref<HTMLElement | undefined>;
1538
+ popperInstanceRef: import("vue").Ref<import("@popperjs/core").Instance | undefined>;
1539
+ referenceRef: import("vue").Ref<import("element-plus").Measurable | undefined>;
1540
+ role: import("vue").ComputedRef<string>;
1541
+ }> & import("vue").ComponentCustomProperties & {
1542
+ $slots: {
1543
+ default?(_: {}): any;
1544
+ };
1545
+ }) | undefined>;
1546
+ contentRef: import("vue").Ref<any>;
1547
+ isFocusInsideContent: (event?: FocusEvent | undefined) => boolean | undefined;
1548
+ updatePopper: () => void;
1549
+ onOpen: (event?: Event | undefined) => void;
1550
+ onClose: (event?: Event | undefined) => void;
1551
+ hide: (event?: Event | undefined) => void;
1552
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1553
+ [x: string]: (...args: any[]) => void;
1554
+ }, string, {
1555
+ content: string;
1556
+ offset: number;
1557
+ visible: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null) | ((new (...args: any[]) => (boolean | null) & {}) | (() => boolean | null))[], unknown, unknown>;
1558
+ open: boolean;
1559
+ disabled: boolean;
1560
+ placement: import("element-plus/es/utils").EpPropMergeType<StringConstructor, import("element-plus").Placement, unknown>;
1561
+ strategy: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "fixed" | "absolute", unknown>;
1562
+ effect: string;
1563
+ showAfter: number;
1564
+ hideAfter: number;
1565
+ autoClose: number;
1566
+ role: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown>;
1567
+ trigger: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>) | ((new (...args: any[]) => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType> & {}) | (() => import("element-plus/es/utils").Arrayable<import("element-plus").TooltipTriggerType>))[], unknown, unknown>;
1568
+ arrowOffset: number;
1569
+ virtualTriggering: boolean;
1570
+ boundariesPadding: number;
1571
+ fallbackPlacements: import("element-plus").Placement[];
1572
+ gpuAcceleration: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1573
+ popperOptions: Partial<import("element-plus").Options>;
1574
+ enterable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1575
+ focusOnShow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1576
+ trapping: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1577
+ stopPopperMouseEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1578
+ pure: boolean;
1579
+ triggerKeys: string[];
1580
+ teleported: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1581
+ rawContent: boolean;
1582
+ persistent: boolean;
1583
+ showArrow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
1584
+ }> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1585
+ $slots: {
1586
+ default?(_: {}): any;
1587
+ content?(_: {}): any;
1588
+ };
1589
+ })>;
1590
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "dblclick"[], "dblclick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1591
+ content: {
1592
+ type: StringConstructor;
1593
+ default: string;
1594
+ };
1595
+ }>> & {
1596
+ onDblclick?: ((...args: any[]) => any) | undefined;
1597
+ }, {
1598
+ content: string;
1599
+ }>;
1600
+ export default _default;