yuang-framework-ui-pc 1.1.45 → 1.1.47

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 (1329) hide show
  1. package/es/core-components.d.ts +3 -3
  2. package/es/core-components.js +3 -3
  3. package/es/core-installer.d.ts +3 -0
  4. package/es/core-installer.js +11 -0
  5. package/es/ele-admin-layout/components/layout-skeleton.d.ts +81 -0
  6. package/es/ele-admin-layout/components/layout-skeleton.js +47 -0
  7. package/es/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
  8. package/es/ele-admin-layout/components/layout-tabs.js +132 -0
  9. package/es/ele-admin-layout/props.d.ts +182 -0
  10. package/es/ele-admin-layout/props.js +169 -0
  11. package/es/ele-admin-layout/style/css-var.scss +14 -0
  12. package/es/ele-admin-layout/style/header.scss +192 -0
  13. package/es/ele-admin-layout/style/sidebar.scss +187 -0
  14. package/es/ele-admin-layout/style/tabs.scss +59 -0
  15. package/es/ele-alert/props.d.ts +58 -0
  16. package/es/ele-alert/props.js +51 -0
  17. package/es/ele-alert/style/css-var.scss +12 -0
  18. package/es/ele-alert/style/index.scss +172 -0
  19. package/es/ele-app/components/message-body.d.ts +109 -0
  20. package/es/ele-app/components/message-body.js +98 -0
  21. package/es/ele-app/components/message-box-icon.d.ts +37 -0
  22. package/es/ele-app/components/message-box-icon.js +63 -0
  23. package/es/ele-app/index.d.ts +4 -0
  24. package/es/ele-app/index.js +13 -0
  25. package/es/ele-app/plus.d.ts +181 -0
  26. package/es/ele-app/style/common/index.d.ts +1 -0
  27. package/es/ele-app/style/common/index.js +1 -0
  28. package/es/ele-app/style/css-var.scss +11 -0
  29. package/es/ele-app/style/index.d.ts +1 -0
  30. package/es/ele-app/style/index.js +4 -0
  31. package/es/ele-app/style/index.scss +4 -0
  32. package/es/ele-app/style/message/index.d.ts +1 -0
  33. package/es/ele-app/style/message/index.js +2 -0
  34. package/es/ele-app/style/message/index.scss +261 -0
  35. package/es/ele-app/style/overwrite/autocomplete/index.scss +33 -0
  36. package/es/ele-app/style/overwrite/backtop/index.d.ts +1 -0
  37. package/es/ele-app/style/overwrite/backtop/index.js +1 -0
  38. package/es/ele-app/style/overwrite/backtop/index.scss +8 -0
  39. package/es/ele-app/style/overwrite/cascader/index.d.ts +1 -0
  40. package/es/ele-app/style/overwrite/cascader/index.js +1 -0
  41. package/es/ele-app/style/overwrite/cascader/index.scss +166 -0
  42. package/es/ele-app/style/overwrite/checkbox/css-var.scss +8 -0
  43. package/es/ele-app/style/overwrite/color-picker/index.d.ts +1 -0
  44. package/es/ele-app/style/overwrite/color-picker/index.js +1 -0
  45. package/es/ele-app/style/overwrite/css-var.scss +33 -0
  46. package/es/ele-app/style/overwrite/descriptions/index.d.ts +1 -0
  47. package/es/ele-app/style/overwrite/descriptions/index.js +1 -0
  48. package/es/ele-app/style/overwrite/index.d.ts +1 -0
  49. package/es/ele-app/style/overwrite/index.js +16 -0
  50. package/es/ele-app/style/overwrite/index.scss +16 -0
  51. package/es/ele-app/style/overwrite/input/css-var.scss +34 -0
  52. package/es/ele-app/style/overwrite/input/index.scss +540 -0
  53. package/es/ele-app/style/overwrite/message-box/css-var.scss +8 -0
  54. package/es/ele-app/style/overwrite/message-box/index.scss +148 -0
  55. package/es/ele-app/style/overwrite/notification/css-var.scss +8 -0
  56. package/es/ele-app/style/overwrite/notification/index.d.ts +1 -0
  57. package/es/ele-app/style/overwrite/notification/index.js +2 -0
  58. package/es/ele-app/style/overwrite/popper/css-var.scss +14 -0
  59. package/es/ele-app/style/overwrite/popper/index.d.ts +1 -0
  60. package/es/ele-app/style/overwrite/popper/index.js +1 -0
  61. package/es/ele-app/style/overwrite/popper/index.scss +9 -0
  62. package/es/ele-app/style/overwrite/radio/index.d.ts +1 -0
  63. package/es/ele-app/style/overwrite/radio/index.js +1 -0
  64. package/es/ele-app/style/overwrite/select/index.scss +203 -0
  65. package/es/ele-app/style/overwrite/tree/css-var.scss +8 -0
  66. package/es/ele-app/style/overwrite/tree/index.d.ts +1 -0
  67. package/es/ele-app/style/overwrite/tree/index.js +1 -0
  68. package/es/ele-app/style/overwrite/tree/index.scss +106 -0
  69. package/es/ele-app/style/scrollbar/index.scss +9 -0
  70. package/es/ele-avatar-group/props.d.ts +56 -0
  71. package/es/ele-avatar-group/props.js +47 -0
  72. package/es/ele-avatar-group/style/index.d.ts +1 -0
  73. package/es/ele-avatar-group/style/index.js +3 -0
  74. package/es/ele-avatar-group/types.d.ts +21 -0
  75. package/es/ele-backtop/index.d.ts +108 -0
  76. package/es/ele-backtop/index.js +105 -0
  77. package/es/ele-backtop/style/css-var.scss +8 -0
  78. package/es/ele-backtop/style/index.scss +34 -0
  79. package/es/ele-bar-code/props.d.ts +19 -0
  80. package/es/ele-bar-code/props.js +14 -0
  81. package/es/ele-bar-code/types.d.ts +11 -0
  82. package/es/ele-basic-select/index.d.ts +2503 -0
  83. package/es/ele-basic-select/index.js +349 -0
  84. package/es/ele-basic-select/props.d.ts +85 -0
  85. package/es/ele-basic-select/props.js +78 -0
  86. package/es/ele-basic-select/style/css-var.scss +9 -0
  87. package/es/ele-basic-select/style/index.d.ts +1 -0
  88. package/es/ele-basic-select/style/index.js +5 -0
  89. package/es/ele-bottom-bar/index.d.ts +15 -0
  90. package/es/ele-bottom-bar/index.js +56 -0
  91. package/es/ele-bottom-bar/props.d.ts +15 -0
  92. package/es/ele-bottom-bar/props.js +11 -0
  93. package/es/ele-bottom-bar/style/index.d.ts +1 -0
  94. package/es/ele-bottom-bar/style/index.js +1 -0
  95. package/es/ele-bottom-bar/style/index.scss +31 -0
  96. package/es/ele-breadcrumb/index.d.ts +278 -0
  97. package/es/ele-breadcrumb/index.js +88 -0
  98. package/es/ele-breadcrumb/style/index.d.ts +1 -0
  99. package/es/ele-breadcrumb/style/index.js +3 -0
  100. package/es/ele-breadcrumb/style/index.scss +31 -0
  101. package/es/ele-card/props.d.ts +43 -0
  102. package/es/ele-card/props.js +36 -0
  103. package/es/ele-card/style/index.scss +125 -0
  104. package/es/ele-check-card/components/card-item.d.ts +37 -0
  105. package/es/ele-check-card/components/card-item.js +50 -0
  106. package/es/ele-check-card/props.d.ts +49 -0
  107. package/es/ele-check-card/props.js +43 -0
  108. package/es/ele-check-card/style/css-var.scss +8 -0
  109. package/es/ele-check-card/style/index.d.ts +1 -0
  110. package/es/ele-check-card/style/index.js +3 -0
  111. package/es/ele-check-card/style/index.scss +72 -0
  112. package/es/ele-check-card/types.d.ts +37 -0
  113. package/es/ele-config-provider/components/receiver-view.d.ts +71 -0
  114. package/es/ele-config-provider/components/receiver-view.js +38 -0
  115. package/es/ele-config-provider/index.d.ts +18 -0
  116. package/es/ele-config-provider/index.js +50 -0
  117. package/es/ele-config-provider/props.d.ts +26 -0
  118. package/es/ele-config-provider/props.js +19 -0
  119. package/es/ele-config-provider/types.d.ts +103 -0
  120. package/es/ele-copyable/index.d.ts +1619 -0
  121. package/es/ele-copyable/index.js +137 -0
  122. package/es/ele-copyable/style/index.d.ts +1 -0
  123. package/es/ele-copyable/style/index.js +3 -0
  124. package/es/ele-count-up/props.d.ts +28 -0
  125. package/es/ele-count-up/props.js +22 -0
  126. package/es/ele-cropper/index.d.ts +2824 -0
  127. package/es/ele-cropper/index.js +212 -0
  128. package/es/ele-cropper/props.d.ts +68 -0
  129. package/es/ele-cropper/props.js +61 -0
  130. package/es/ele-cropper/style/index.d.ts +1 -0
  131. package/es/ele-cropper/style/index.js +6 -0
  132. package/es/ele-cropper/style/index.scss +108 -0
  133. package/es/ele-cropper/types.d.ts +114 -0
  134. package/es/ele-cropper-modal/index.d.ts +3992 -0
  135. package/es/ele-cropper-modal/index.js +94 -0
  136. package/es/ele-cropper-modal/style/index.d.ts +1 -0
  137. package/es/ele-cropper-modal/style/index.js +2 -0
  138. package/es/ele-dashboard/style/index.d.ts +1 -0
  139. package/es/ele-dashboard/style/index.js +1 -0
  140. package/es/ele-dashboard/style/index.scss +79 -0
  141. package/es/ele-dashboard/types.d.ts +4 -0
  142. package/es/ele-data-table/props.d.ts +272 -0
  143. package/es/ele-data-table/props.js +93 -0
  144. package/es/ele-data-table/style/index.d.ts +1 -0
  145. package/es/ele-data-table/style/index.js +4 -0
  146. package/es/ele-data-table/style/index.scss +570 -0
  147. package/es/ele-data-table/types.d.ts +253 -0
  148. package/es/ele-dialog/index.d.ts +1074 -0
  149. package/es/ele-dialog/index.js +342 -0
  150. package/es/ele-dialog/props.d.ts +215 -0
  151. package/es/ele-dialog/props.js +71 -0
  152. package/es/ele-dialog/style/index.d.ts +1 -0
  153. package/es/ele-dialog/style/index.js +3 -0
  154. package/es/ele-dialog/types.d.ts +43 -0
  155. package/es/ele-dialog/util.d.ts +52 -0
  156. package/es/ele-dialog/util.js +293 -0
  157. package/es/ele-dot/props.d.ts +25 -0
  158. package/es/ele-dot/props.js +21 -0
  159. package/es/ele-dot/style/index.d.ts +1 -0
  160. package/es/ele-dot/style/index.js +1 -0
  161. package/es/ele-dot/types.d.ts +4 -0
  162. package/es/ele-drawer/index.d.ts +1170 -0
  163. package/es/ele-drawer/index.js +202 -0
  164. package/es/ele-drawer/props.d.ts +184 -0
  165. package/es/ele-drawer/props.js +19 -0
  166. package/es/ele-drawer/style/index.d.ts +1 -0
  167. package/es/ele-drawer/style/index.js +3 -0
  168. package/es/ele-drawer/style/index.scss +96 -0
  169. package/es/ele-dropdown/components/dropdown-menus.d.ts +131 -0
  170. package/es/ele-dropdown/components/dropdown-menus.js +111 -0
  171. package/es/ele-dropdown/props.d.ts +409 -0
  172. package/es/ele-dropdown/props.js +75 -0
  173. package/es/ele-dropdown/style/css-var.scss +8 -0
  174. package/es/ele-dropdown/style/index.d.ts +1 -0
  175. package/es/ele-dropdown/style/index.js +9 -0
  176. package/es/ele-dropdown/types.d.ts +22 -0
  177. package/es/ele-edit-tag/style/index.d.ts +1 -0
  178. package/es/ele-edit-tag/style/index.js +5 -0
  179. package/es/ele-edit-tag/style/index.scss +123 -0
  180. package/es/ele-edit-tag/types.d.ts +9 -0
  181. package/es/ele-ellipsis/index.d.ts +1660 -0
  182. package/es/ele-ellipsis/index.js +113 -0
  183. package/es/ele-ellipsis/props.d.ts +33 -0
  184. package/es/ele-ellipsis/props.js +18 -0
  185. package/es/ele-ellipsis/style/index.scss +27 -0
  186. package/es/ele-file-list/components/file-grid.d.ts +181 -0
  187. package/es/ele-file-list/components/file-grid.js +135 -0
  188. package/es/ele-file-list/components/file-sort.d.ts +22 -0
  189. package/es/ele-file-list/components/file-sort.js +35 -0
  190. package/es/ele-file-list/components/file-table.d.ts +222 -0
  191. package/es/ele-file-list/components/file-table.js +219 -0
  192. package/es/ele-file-list/index.d.ts +5303 -0
  193. package/es/ele-file-list/index.js +377 -0
  194. package/es/ele-file-list/style/index.d.ts +1 -0
  195. package/es/ele-file-list/style/index.js +2 -0
  196. package/es/ele-file-list/style/index.scss +427 -0
  197. package/es/ele-file-list-tool/index.d.ts +8 -0
  198. package/es/ele-file-list-tool/index.js +31 -0
  199. package/es/ele-file-list-tool/style/index.d.ts +0 -0
  200. package/es/ele-file-list-tool/style/index.js +1 -0
  201. package/es/ele-icon-select/props.d.ts +123 -0
  202. package/es/ele-icon-select/props.js +114 -0
  203. package/es/ele-icon-select/types.d.ts +16 -0
  204. package/es/ele-image-viewer/style/css-var.scss +8 -0
  205. package/es/ele-image-viewer/style/index.d.ts +1 -0
  206. package/es/ele-image-viewer/style/index.js +2 -0
  207. package/es/ele-image-viewer/style/index.scss +117 -0
  208. package/es/ele-loading/props.d.ts +33 -0
  209. package/es/ele-loading/props.js +28 -0
  210. package/es/ele-map-picker/index.js +96 -0
  211. package/es/ele-map-picker/style/css-var.scss +8 -0
  212. package/es/ele-map-picker/style/index.d.ts +1 -0
  213. package/es/ele-map-picker/style/index.js +8 -0
  214. package/es/ele-map-picker/style/index.scss +296 -0
  215. package/es/ele-map-picker/types.d.ts +71 -0
  216. package/es/ele-menus/components/item-title.d.ts +323 -0
  217. package/es/ele-menus/components/item-title.js +108 -0
  218. package/es/ele-menus/components/menu-items.d.ts +785 -0
  219. package/es/ele-menus/components/menu-items.js +269 -0
  220. package/es/ele-menus/index.d.ts +3516 -0
  221. package/es/ele-menus/index.js +346 -0
  222. package/es/ele-menus/props.d.ts +157 -0
  223. package/es/ele-menus/props.js +51 -0
  224. package/es/ele-menus/style/css-var.scss +36 -0
  225. package/es/ele-menus/style/index.d.ts +1 -0
  226. package/es/ele-menus/style/index.js +8 -0
  227. package/es/ele-menus/style/index.scss +844 -0
  228. package/es/ele-menus/types.d.ts +107 -0
  229. package/es/ele-menus/util.d.ts +44 -0
  230. package/es/ele-menus/util.js +132 -0
  231. package/es/ele-page/index.d.ts +23 -0
  232. package/es/ele-page/index.js +30 -0
  233. package/es/ele-page/props.d.ts +19 -0
  234. package/es/ele-page/props.js +16 -0
  235. package/es/ele-page/style/css-var.scss +9 -0
  236. package/es/ele-page/style/index.d.ts +1 -0
  237. package/es/ele-page/style/index.js +1 -0
  238. package/es/ele-page/style/index.scss +74 -0
  239. package/es/ele-pagination/index.d.ts +607 -0
  240. package/es/ele-pagination/index.js +97 -0
  241. package/es/ele-pagination/types.d.ts +9 -0
  242. package/es/ele-popconfirm/props.d.ts +236 -0
  243. package/es/ele-popconfirm/props.js +54 -0
  244. package/es/ele-popconfirm/style/css-var.scss +8 -0
  245. package/es/ele-popconfirm/style/index.scss +41 -0
  246. package/es/ele-printer/index.d.ts +111 -0
  247. package/es/ele-printer/index.js +124 -0
  248. package/es/ele-printer/props.d.ts +41 -0
  249. package/es/ele-printer/props.js +34 -0
  250. package/es/ele-printer/style/index.d.ts +1 -0
  251. package/es/ele-printer/style/index.js +1 -0
  252. package/es/ele-printer/style/index.scss +66 -0
  253. package/es/ele-printer/util.d.ts +25 -0
  254. package/es/ele-printer/util.js +218 -0
  255. package/es/ele-pro-layout/components/pro-iframe.d.ts +39 -0
  256. package/es/ele-pro-layout/components/pro-iframe.js +124 -0
  257. package/es/ele-pro-layout/index.d.ts +10705 -0
  258. package/es/ele-pro-layout/index.js +1011 -0
  259. package/es/ele-pro-layout/props.d.ts +253 -0
  260. package/es/ele-pro-layout/props.js +237 -0
  261. package/es/ele-pro-layout/style/index.d.ts +1 -0
  262. package/es/ele-pro-layout/style/index.js +2 -0
  263. package/es/ele-pro-layout/style/index.scss +41 -0
  264. package/es/ele-pro-layout/types.d.ts +221 -0
  265. package/es/ele-pro-layout/util.d.ts +88 -0
  266. package/es/ele-pro-layout/util.js +171 -0
  267. package/es/ele-pro-table/components/table-tools.js +366 -0
  268. package/es/ele-pro-table/components/tool-column-list.d.ts +1442 -0
  269. package/es/ele-pro-table/components/tool-column-list.js +210 -0
  270. package/es/ele-pro-table/components/tool-column.d.ts +3722 -0
  271. package/es/ele-pro-table/components/tool-column.js +280 -0
  272. package/es/ele-pro-table/components/tool-export.d.ts +8350 -0
  273. package/es/ele-pro-table/components/tool-export.js +506 -0
  274. package/es/ele-pro-table/components/tool-print-body-cell.d.ts +96 -0
  275. package/es/ele-pro-table/components/tool-print-body-cell.js +132 -0
  276. package/es/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
  277. package/es/ele-pro-table/components/tool-print-header-cell.js +92 -0
  278. package/es/ele-pro-table/components/tool-print.d.ts +7986 -0
  279. package/es/ele-pro-table/components/tool-print.js +675 -0
  280. package/es/ele-pro-table/index.js +572 -0
  281. package/es/ele-pro-table/props.d.ts +258 -0
  282. package/es/ele-pro-table/props.js +112 -0
  283. package/es/ele-pro-table/style/css-var.scss +8 -0
  284. package/es/ele-pro-table/style/index.scss +326 -0
  285. package/es/ele-pro-table/types.d.ts +489 -0
  286. package/es/ele-qr-code/components/canvas-render.d.ts +67 -0
  287. package/es/ele-qr-code/components/canvas-render.js +147 -0
  288. package/es/ele-qr-code/index.d.ts +201 -0
  289. package/es/ele-qr-code/index.js +55 -0
  290. package/es/ele-qr-code/props.d.ts +50 -0
  291. package/es/ele-qr-code/props.js +43 -0
  292. package/es/ele-qr-code/style/index.d.ts +0 -0
  293. package/es/ele-qr-code/style/index.js +1 -0
  294. package/es/ele-qr-code/types.d.ts +46 -0
  295. package/es/ele-qr-code-svg/index.d.ts +71 -0
  296. package/es/ele-qr-code-svg/index.js +127 -0
  297. package/es/ele-qr-code-svg/style/index.d.ts +0 -0
  298. package/es/ele-qr-code-svg/style/index.js +1 -0
  299. package/es/ele-segmented/index.d.ts +485 -0
  300. package/es/ele-segmented/index.js +108 -0
  301. package/es/ele-segmented/props.d.ts +31 -0
  302. package/es/ele-segmented/props.js +25 -0
  303. package/es/ele-segmented/style/index.d.ts +1 -0
  304. package/es/ele-segmented/style/index.js +4 -0
  305. package/es/ele-split-panel/index.d.ts +192 -0
  306. package/es/ele-split-panel/index.js +206 -0
  307. package/es/ele-split-panel/props.d.ts +47 -0
  308. package/es/ele-split-panel/props.js +41 -0
  309. package/es/ele-split-panel/style/index.scss +360 -0
  310. package/es/ele-steps/style/index.d.ts +1 -0
  311. package/es/ele-steps/style/index.js +3 -0
  312. package/es/ele-steps/types.d.ts +14 -0
  313. package/es/ele-tab-tool/props.d.ts +14 -0
  314. package/es/ele-tab-tool/props.js +11 -0
  315. package/es/ele-tab-tool/style/index.d.ts +0 -0
  316. package/es/ele-tab-tool/style/index.js +1 -0
  317. package/es/ele-tab-wrap/props.d.ts +13 -0
  318. package/es/ele-tab-wrap/props.js +9 -0
  319. package/es/ele-tab-wrap/style/index.d.ts +0 -0
  320. package/es/ele-tab-wrap/style/index.js +1 -0
  321. package/es/ele-table/index.d.ts +28 -0
  322. package/es/ele-table/index.js +33 -0
  323. package/es/ele-table/props.d.ts +24 -0
  324. package/es/ele-table/props.js +20 -0
  325. package/es/ele-table/style/css-var.scss +54 -0
  326. package/es/ele-table/style/index.scss +219 -0
  327. package/es/ele-table-select/index.js +424 -0
  328. package/es/ele-table-select/style/css-var.scss +8 -0
  329. package/es/ele-tabs/index.d.ts +5451 -0
  330. package/es/ele-tabs/index.js +479 -0
  331. package/es/ele-tabs/style/css-var.scss +8 -0
  332. package/es/ele-tabs/types.d.ts +89 -0
  333. package/es/ele-test/index.d.ts +2 -0
  334. package/es/ele-test/index.js +18 -0
  335. package/es/ele-test/style/css-var.scss +8 -0
  336. package/es/ele-test/style/index.scss +100 -0
  337. package/es/ele-text/index.d.ts +93 -0
  338. package/es/ele-text/index.js +60 -0
  339. package/es/ele-text/props.d.ts +39 -0
  340. package/es/ele-text/props.js +30 -0
  341. package/es/ele-text/style/index.d.ts +1 -0
  342. package/es/ele-text/style/index.js +2 -0
  343. package/es/ele-text/style/index.scss +100 -0
  344. package/es/ele-tool/index.d.ts +33 -0
  345. package/es/ele-tool/index.js +72 -0
  346. package/es/ele-tool/props.d.ts +27 -0
  347. package/es/ele-tool/props.js +21 -0
  348. package/es/ele-tool/style/index.d.ts +1 -0
  349. package/es/ele-tool/style/index.js +1 -0
  350. package/es/ele-tool/style/index.scss +70 -0
  351. package/es/ele-toolbar/index.d.ts +1633 -0
  352. package/es/ele-toolbar/index.js +105 -0
  353. package/es/ele-toolbar/props.d.ts +34 -0
  354. package/es/ele-toolbar/props.js +26 -0
  355. package/es/ele-toolbar/style/index.d.ts +1 -0
  356. package/es/ele-toolbar/style/index.js +3 -0
  357. package/es/ele-toolbar/style/index.scss +56 -0
  358. package/es/ele-tooltip/style/css-var.scss +87 -0
  359. package/es/ele-tour/style/index.d.ts +1 -0
  360. package/es/ele-tour/style/index.js +3 -0
  361. package/es/ele-tour/style/index.scss +101 -0
  362. package/es/ele-tree-select/types.d.ts +21 -0
  363. package/es/ele-tree-select/util.d.ts +56 -0
  364. package/es/ele-tree-select/util.js +141 -0
  365. package/es/ele-upload-list/props.d.ts +81 -0
  366. package/es/ele-upload-list/props.js +72 -0
  367. package/es/ele-upload-list/style/index.d.ts +1 -0
  368. package/es/ele-upload-list/style/index.js +6 -0
  369. package/es/ele-upload-list/style/index.scss +478 -0
  370. package/es/ele-upload-list/types.d.ts +71 -0
  371. package/es/ele-virtual-table/components/body-cell.d.ts +883 -0
  372. package/es/ele-virtual-table/components/body-cell.js +386 -0
  373. package/es/ele-virtual-table/components/cell-filter.d.ts +3189 -0
  374. package/es/ele-virtual-table/components/cell-filter.js +210 -0
  375. package/es/ele-virtual-table/components/expand-row.d.ts +19 -0
  376. package/es/ele-virtual-table/components/expand-row.js +29 -0
  377. package/es/ele-virtual-table/components/footer-row.d.ts +65 -0
  378. package/es/ele-virtual-table/components/footer-row.js +115 -0
  379. package/es/ele-virtual-table/components/header-cell.d.ts +3929 -0
  380. package/es/ele-virtual-table/components/header-cell.js +261 -0
  381. package/es/ele-virtual-table/index.d.ts +7882 -0
  382. package/es/ele-virtual-table/index.js +1151 -0
  383. package/es/ele-virtual-table/props.d.ts +158 -0
  384. package/es/ele-virtual-table/props.js +13 -0
  385. package/es/ele-virtual-table/style/css-var.scss +101 -0
  386. package/es/ele-virtual-table/types.d.ts +229 -0
  387. package/es/ele-virtual-table/util.d.ts +229 -0
  388. package/es/ele-virtual-table/util.js +590 -0
  389. package/es/ele-watermark/index.d.ts +57 -0
  390. package/es/ele-watermark/index.js +203 -0
  391. package/es/ele-watermark/props.d.ts +41 -0
  392. package/es/ele-watermark/props.js +39 -0
  393. package/es/ele-watermark/style/index.d.ts +0 -0
  394. package/es/ele-watermark/style/index.js +1 -0
  395. package/es/icons/AnalysisOutlined.d.ts +2 -0
  396. package/es/icons/AnalysisOutlined.js +30 -0
  397. package/es/icons/ApplicationOutlined.d.ts +2 -0
  398. package/es/icons/ApplicationOutlined.js +24 -0
  399. package/es/icons/AppstoreAddOutlined.d.ts +2 -0
  400. package/es/icons/AppstoreAddOutlined.js +30 -0
  401. package/es/icons/ArrowDown.d.ts +2 -0
  402. package/es/icons/ArrowDown.js +29 -0
  403. package/es/icons/ArrowDownOutlined.d.ts +2 -0
  404. package/es/icons/ArrowDownOutlined.js +28 -0
  405. package/es/icons/ArrowLeft.d.ts +2 -0
  406. package/es/icons/ArrowLeft.js +29 -0
  407. package/es/icons/ArrowLeftOutlined.d.ts +2 -0
  408. package/es/icons/ArrowLeftOutlined.js +28 -0
  409. package/es/icons/ArrowRight.d.ts +2 -0
  410. package/es/icons/ArrowRight.js +29 -0
  411. package/es/icons/BellOutlined.d.ts +2 -0
  412. package/es/icons/BellOutlined.js +27 -0
  413. package/es/icons/BookOutlined.d.ts +2 -0
  414. package/es/icons/BookOutlined.js +27 -0
  415. package/es/icons/CheckCircleFilled.d.ts +2 -0
  416. package/es/icons/CheckCircleFilled.js +24 -0
  417. package/es/icons/CheckCircleOutlined.d.ts +2 -0
  418. package/es/icons/CheckCircleOutlined.js +29 -0
  419. package/es/icons/CheckOutlined.d.ts +2 -0
  420. package/es/icons/CheckOutlined.js +28 -0
  421. package/es/icons/ClockCircleOutlined.d.ts +2 -0
  422. package/es/icons/ClockCircleOutlined.js +29 -0
  423. package/es/icons/CloseCircleFilled.d.ts +2 -0
  424. package/es/icons/CloseCircleFilled.js +24 -0
  425. package/es/icons/CloseCircleOutlined.d.ts +2 -0
  426. package/es/icons/CloseCircleOutlined.js +28 -0
  427. package/es/icons/CloudUploadOutlined.d.ts +2 -0
  428. package/es/icons/CloudUploadOutlined.js +29 -0
  429. package/es/icons/ClusterOutlined.d.ts +2 -0
  430. package/es/icons/ClusterOutlined.js +27 -0
  431. package/es/icons/ColumnHeightOutlined.d.ts +2 -0
  432. package/es/icons/ColumnHeightOutlined.js +31 -0
  433. package/es/icons/CompassOutlined.d.ts +2 -0
  434. package/es/icons/CompassOutlined.js +31 -0
  435. package/es/icons/CopyOutlined.d.ts +2 -0
  436. package/es/icons/CopyOutlined.js +30 -0
  437. package/es/icons/CornerRightFilled.d.ts +2 -0
  438. package/es/icons/CornerRightFilled.js +24 -0
  439. package/es/icons/DatabaseOutlined.d.ts +2 -0
  440. package/es/icons/DatabaseOutlined.js +30 -0
  441. package/es/icons/DesktopOutlined.d.ts +2 -0
  442. package/es/icons/DesktopOutlined.js +27 -0
  443. package/es/icons/DownloadOutlined.d.ts +2 -0
  444. package/es/icons/DownloadOutlined.js +29 -0
  445. package/es/icons/DragOutlined.d.ts +2 -0
  446. package/es/icons/DragOutlined.js +28 -0
  447. package/es/icons/EllipsisOutlined.d.ts +2 -0
  448. package/es/icons/EllipsisOutlined.js +38 -0
  449. package/es/icons/ExclamationCircleFilled.d.ts +2 -0
  450. package/es/icons/ExclamationCircleFilled.js +24 -0
  451. package/es/icons/ExpandOutlined.d.ts +2 -0
  452. package/es/icons/ExpandOutlined.js +31 -0
  453. package/es/icons/EyeOutlined.d.ts +2 -0
  454. package/es/icons/EyeOutlined.js +27 -0
  455. package/es/icons/FileOutlined.d.ts +2 -0
  456. package/es/icons/FileOutlined.js +30 -0
  457. package/es/icons/FilterFilled.d.ts +2 -0
  458. package/es/icons/FilterFilled.js +24 -0
  459. package/es/icons/FolderOutlined.d.ts +2 -0
  460. package/es/icons/FolderOutlined.js +27 -0
  461. package/es/icons/FullscreenExitOutlined.d.ts +2 -0
  462. package/es/icons/FullscreenExitOutlined.js +29 -0
  463. package/es/icons/FundOutlined.d.ts +2 -0
  464. package/es/icons/FundOutlined.js +28 -0
  465. package/es/icons/GlobalOutlined.d.ts +2 -0
  466. package/es/icons/GlobalOutlined.js +26 -0
  467. package/es/icons/IdcardOutlined.d.ts +2 -0
  468. package/es/icons/IdcardOutlined.js +33 -0
  469. package/es/icons/InfoCircleFilled.d.ts +2 -0
  470. package/es/icons/InfoCircleFilled.js +24 -0
  471. package/es/icons/LogOutlined.d.ts +2 -0
  472. package/es/icons/LogOutlined.js +30 -0
  473. package/es/icons/MailOutlined.d.ts +2 -0
  474. package/es/icons/MailOutlined.js +27 -0
  475. package/es/icons/MenuOutlined.d.ts +2 -0
  476. package/es/icons/MenuOutlined.js +28 -0
  477. package/es/icons/MessageOutlined.d.ts +2 -0
  478. package/es/icons/MessageOutlined.js +45 -0
  479. package/es/icons/MobileOutlined.d.ts +2 -0
  480. package/es/icons/MobileOutlined.js +34 -0
  481. package/es/icons/PauseFilled.d.ts +2 -0
  482. package/es/icons/PauseFilled.js +27 -0
  483. package/es/icons/PieChartOutlined.d.ts +2 -0
  484. package/es/icons/PieChartOutlined.js +28 -0
  485. package/es/icons/PrinterOutlined.d.ts +2 -0
  486. package/es/icons/PrinterOutlined.js +27 -0
  487. package/es/icons/QuestionCircleFilled.d.ts +2 -0
  488. package/es/icons/QuestionCircleFilled.js +24 -0
  489. package/es/icons/QuestionCircleOutlined.d.ts +2 -0
  490. package/es/icons/QuestionCircleOutlined.js +35 -0
  491. package/es/icons/ReloadOutlined.d.ts +2 -0
  492. package/es/icons/ReloadOutlined.js +28 -0
  493. package/es/icons/ResizeOutlined.d.ts +2 -0
  494. package/es/icons/ResizeOutlined.js +27 -0
  495. package/es/icons/SearchOutlined.d.ts +2 -0
  496. package/es/icons/SearchOutlined.js +27 -0
  497. package/es/icons/ShoppingOutlined.d.ts +2 -0
  498. package/es/icons/ShoppingOutlined.js +27 -0
  499. package/es/icons/SizeCompactOutlined.d.ts +2 -0
  500. package/es/icons/SizeCompactOutlined.js +29 -0
  501. package/es/icons/SizeMiddleOutlined.d.ts +2 -0
  502. package/es/icons/SizeMiddleOutlined.js +29 -0
  503. package/es/icons/SizeSlackOutlined.d.ts +2 -0
  504. package/es/icons/SizeSlackOutlined.js +29 -0
  505. package/es/icons/SliderArrowSlide.d.ts +2 -0
  506. package/es/icons/SliderArrowSlide.js +34 -0
  507. package/es/icons/SortOutlined.d.ts +2 -0
  508. package/es/icons/SortOutlined.js +29 -0
  509. package/es/icons/StarFilled.d.ts +2 -0
  510. package/es/icons/StarFilled.js +24 -0
  511. package/es/icons/SuitcaseOutlined.d.ts +2 -0
  512. package/es/icons/SuitcaseOutlined.js +27 -0
  513. package/es/icons/SyncOutlined.d.ts +2 -0
  514. package/es/icons/SyncOutlined.js +29 -0
  515. package/es/icons/TableOutlined.d.ts +2 -0
  516. package/es/icons/TableOutlined.js +27 -0
  517. package/es/icons/TagOutlined.d.ts +2 -0
  518. package/es/icons/TagOutlined.js +28 -0
  519. package/es/icons/TimerOutlined.d.ts +2 -0
  520. package/es/icons/TimerOutlined.js +28 -0
  521. package/es/icons/UndoOutlined.d.ts +2 -0
  522. package/es/icons/UndoOutlined.js +28 -0
  523. package/es/icons/VerticalRightOutlined.d.ts +2 -0
  524. package/es/icons/VerticalRightOutlined.js +26 -0
  525. package/es/icons/WarningOutlined.d.ts +2 -0
  526. package/es/icons/WarningOutlined.js +38 -0
  527. package/es/index.d.ts +4 -0
  528. package/es/index.js +6 -0
  529. package/es/installer.d.ts +3 -0
  530. package/es/installer.js +11 -0
  531. package/es/lang/zh_TW.d.ts +4 -0
  532. package/es/lang/zh_TW.js +85 -0
  533. package/es/style/default.scss +77 -0
  534. package/es/style/index.scss +3 -0
  535. package/es/style/plus.scss +48 -0
  536. package/es/style/themes/dark-css-var.scss +6 -0
  537. package/es/style/themes/dark.scss +82 -0
  538. package/es/style/themes/rounded-css-var.scss +6 -0
  539. package/es/style/themes/theme-util.scss +74 -0
  540. package/es/style/util.scss +59 -0
  541. package/es/utils/chart-theme-dark.d.ts +373 -0
  542. package/es/utils/chart-theme-dark.js +397 -0
  543. package/es/utils/chart-theme.d.ts +368 -0
  544. package/es/utils/chart-theme.js +392 -0
  545. package/es/utils/core.d.ts +168 -0
  546. package/es/utils/core.js +318 -0
  547. package/es/utils/message-box.d.ts +25 -0
  548. package/es/utils/message-box.js +98 -0
  549. package/es/utils/message.d.ts +66 -0
  550. package/es/utils/message.js +267 -0
  551. package/es/utils/resolvers.d.ts +18 -0
  552. package/es/utils/resolvers.js +50 -0
  553. package/es/utils/theme-util.d.ts +6 -0
  554. package/es/utils/theme-util.js +42 -0
  555. package/es/utils/validate.d.ts +182 -0
  556. package/es/utils/validate.js +197 -0
  557. package/es/yu-framework-attachment-file-upload/CommonUpload/index.d.ts +161 -0
  558. package/es/yu-framework-attachment-file-upload/CommonUpload/index.js +173 -0
  559. package/es/yu-framework-attachment-file-upload/FileUpload/index.d.ts +143 -0
  560. package/es/yu-framework-attachment-file-upload/FileUpload/index.js +219 -0
  561. package/es/yu-framework-attachment-file-upload/index.d.ts +16 -0
  562. package/es/yu-framework-attachment-file-upload/index.js +55 -0
  563. package/es/yu-framework-attachment-image-upload/index.d.ts +16 -0
  564. package/es/yu-framework-attachment-image-upload/index.js +186 -0
  565. package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
  566. package/es/yu-framework-slider-captcha-dialog/SliderCaptcha.js +284 -0
  567. package/es/yu-framework-slider-captcha-dialog/style/index.d.ts +1 -0
  568. package/es/yu-framework-slider-captcha-dialog/style/index.js +1 -0
  569. package/es/yu-framework-slider-captcha-dialog/style/index.scss +300 -0
  570. package/es/yu-test/index.d.ts +2 -0
  571. package/es/yu-test/index.js +18 -0
  572. package/es/yu-test/style/css-var.scss +8 -0
  573. package/es/yu-test/style/index.d.ts +1 -0
  574. package/es/yu-test/style/index.js +2 -0
  575. package/es/yu-test/style/index.scss +100 -0
  576. package/lib/components.cjs +21 -0
  577. package/lib/components.d.ts +7 -0
  578. package/lib/core-components.cjs +116 -0
  579. package/lib/core-components.d.ts +57 -0
  580. package/lib/core-export.cjs +57 -0
  581. package/lib/core-export.d.ts +11 -0
  582. package/lib/core-installer.cjs +28 -0
  583. package/lib/core-installer.d.ts +3 -0
  584. package/lib/core.d.ts +3 -0
  585. package/lib/ele-admin-layout/components/layout-skeleton.cjs +46 -0
  586. package/lib/ele-admin-layout/components/layout-skeleton.d.ts +81 -0
  587. package/lib/ele-admin-layout/components/layout-tabs.cjs +131 -0
  588. package/lib/ele-admin-layout/components/layout-tabs.d.ts +5646 -0
  589. package/lib/ele-admin-layout/components/layout-tool.d.ts +2 -0
  590. package/lib/ele-admin-layout/index.cjs +595 -0
  591. package/lib/ele-admin-layout/index.d.ts +10276 -0
  592. package/lib/ele-admin-layout/props.cjs +169 -0
  593. package/lib/ele-admin-layout/props.d.ts +182 -0
  594. package/lib/ele-admin-layout/style/css-var.scss +14 -0
  595. package/lib/ele-admin-layout/style/header.scss +192 -0
  596. package/lib/ele-admin-layout/style/index.d.ts +1 -0
  597. package/lib/ele-admin-layout/style/index.scss +313 -0
  598. package/lib/ele-admin-layout/types.d.ts +54 -0
  599. package/lib/ele-alert/index.cjs +126 -0
  600. package/lib/ele-alert/index.d.ts +131 -0
  601. package/lib/ele-alert/props.d.ts +58 -0
  602. package/lib/ele-alert/style/css-var.scss +12 -0
  603. package/lib/ele-alert/style/index.d.ts +1 -0
  604. package/lib/ele-alert/style/index.scss +172 -0
  605. package/lib/ele-app/components/message-body.cjs +97 -0
  606. package/lib/ele-app/components/message-body.d.ts +109 -0
  607. package/lib/ele-app/components/message-box-icon.cjs +62 -0
  608. package/lib/ele-app/components/message-box-icon.d.ts +37 -0
  609. package/lib/ele-app/el.d.ts +304 -0
  610. package/lib/ele-app/index.cjs +12 -0
  611. package/lib/ele-app/index.d.ts +4 -0
  612. package/lib/ele-app/plus.d.ts +181 -0
  613. package/lib/ele-app/style/common/index.cjs +2 -0
  614. package/lib/ele-app/style/common/index.d.ts +1 -0
  615. package/lib/ele-app/style/common/index.scss +55 -0
  616. package/lib/ele-app/style/css-var.scss +11 -0
  617. package/lib/ele-app/style/index.cjs +5 -0
  618. package/lib/ele-app/style/index.d.ts +1 -0
  619. package/lib/ele-app/style/index.scss +4 -0
  620. package/lib/ele-app/style/message/css-var.scss +8 -0
  621. package/lib/ele-app/style/message/index.cjs +3 -0
  622. package/lib/ele-app/style/message/index.d.ts +1 -0
  623. package/lib/ele-app/style/overwrite/autocomplete/css-var.scss +8 -0
  624. package/lib/ele-app/style/overwrite/autocomplete/index.d.ts +1 -0
  625. package/lib/ele-app/style/overwrite/backtop/index.cjs +2 -0
  626. package/lib/ele-app/style/overwrite/backtop/index.d.ts +1 -0
  627. package/lib/ele-app/style/overwrite/cascader/css-var.scss +8 -0
  628. package/lib/ele-app/style/overwrite/cascader/index.d.ts +1 -0
  629. package/lib/ele-app/style/overwrite/cascader/index.scss +166 -0
  630. package/lib/ele-app/style/overwrite/checkbox/css-var.scss +8 -0
  631. package/lib/ele-app/style/overwrite/checkbox/index.cjs +2 -0
  632. package/lib/ele-app/style/overwrite/checkbox/index.d.ts +1 -0
  633. package/lib/ele-app/style/overwrite/checkbox/index.scss +161 -0
  634. package/lib/ele-app/style/overwrite/color-picker/index.d.ts +1 -0
  635. package/lib/ele-app/style/overwrite/date-picker/css-var.scss +16 -0
  636. package/lib/ele-app/style/overwrite/date-picker/index.cjs +2 -0
  637. package/lib/ele-app/style/overwrite/date-picker/index.d.ts +1 -0
  638. package/lib/ele-app/style/overwrite/date-picker/index.scss +895 -0
  639. package/lib/ele-app/style/overwrite/descriptions/css-var.scss +8 -0
  640. package/lib/ele-app/style/overwrite/descriptions/index.cjs +2 -0
  641. package/lib/ele-app/style/overwrite/descriptions/index.d.ts +1 -0
  642. package/lib/ele-app/style/overwrite/descriptions/index.scss +52 -0
  643. package/lib/ele-app/style/overwrite/index.d.ts +1 -0
  644. package/lib/ele-app/style/overwrite/input/css-var.scss +34 -0
  645. package/lib/ele-app/style/overwrite/input/index.cjs +2 -0
  646. package/lib/ele-app/style/overwrite/input/index.d.ts +1 -0
  647. package/lib/ele-app/style/overwrite/input/index.scss +540 -0
  648. package/lib/ele-app/style/overwrite/message-box/css-var.scss +8 -0
  649. package/lib/ele-app/style/overwrite/message-box/index.d.ts +1 -0
  650. package/lib/ele-app/style/overwrite/message-box/index.scss +148 -0
  651. package/lib/ele-app/style/overwrite/notification/index.cjs +3 -0
  652. package/lib/ele-app/style/overwrite/notification/index.d.ts +1 -0
  653. package/lib/ele-app/style/overwrite/notification/index.scss +65 -0
  654. package/lib/ele-app/style/overwrite/popper/css-var.scss +14 -0
  655. package/lib/ele-app/style/overwrite/popper/index.cjs +2 -0
  656. package/lib/ele-app/style/overwrite/popper/index.d.ts +1 -0
  657. package/lib/ele-app/style/overwrite/radio/index.d.ts +1 -0
  658. package/lib/ele-app/style/overwrite/radio/index.scss +128 -0
  659. package/lib/ele-app/style/overwrite/select/index.cjs +2 -0
  660. package/lib/ele-app/style/overwrite/select/index.d.ts +1 -0
  661. package/lib/ele-app/style/overwrite/select/index.scss +203 -0
  662. package/lib/ele-app/style/overwrite/tag/index.d.ts +1 -0
  663. package/lib/ele-app/style/overwrite/tag/index.scss +346 -0
  664. package/lib/ele-app/style/overwrite/tree/index.d.ts +1 -0
  665. package/lib/ele-app/style/overwrite/tree/index.scss +106 -0
  666. package/lib/ele-app/style/overwrite/tree-select/css-var.scss +8 -0
  667. package/lib/ele-app/style/overwrite/tree-select/index.cjs +2 -0
  668. package/lib/ele-app/style/overwrite/tree-select/index.d.ts +1 -0
  669. package/lib/ele-app/style/overwrite/tree-select/index.scss +108 -0
  670. package/lib/ele-app/style/scrollbar/index.d.ts +1 -0
  671. package/lib/ele-app/types.d.ts +48 -0
  672. package/lib/ele-avatar-group/index.d.ts +1742 -0
  673. package/lib/ele-avatar-group/props.d.ts +56 -0
  674. package/lib/ele-avatar-group/style/index.cjs +4 -0
  675. package/lib/ele-avatar-group/style/index.d.ts +1 -0
  676. package/lib/ele-avatar-group/types.d.ts +21 -0
  677. package/lib/ele-backtop/index.cjs +104 -0
  678. package/lib/ele-backtop/index.d.ts +108 -0
  679. package/lib/ele-backtop/props.cjs +31 -0
  680. package/lib/ele-backtop/props.d.ts +36 -0
  681. package/lib/ele-backtop/style/index.cjs +3 -0
  682. package/lib/ele-backtop/style/index.d.ts +1 -0
  683. package/lib/ele-backtop/style/index.scss +34 -0
  684. package/lib/ele-bar-code/index.d.ts +26 -0
  685. package/lib/ele-bar-code/props.d.ts +19 -0
  686. package/lib/ele-bar-code/style/index.d.ts +0 -0
  687. package/lib/ele-bar-code/types.d.ts +11 -0
  688. package/lib/ele-basic-select/index.cjs +348 -0
  689. package/lib/ele-basic-select/index.d.ts +2503 -0
  690. package/lib/ele-basic-select/props.d.ts +85 -0
  691. package/lib/ele-basic-select/style/index.cjs +6 -0
  692. package/lib/ele-basic-select/style/index.d.ts +1 -0
  693. package/lib/ele-basic-select/types.d.ts +28 -0
  694. package/lib/ele-basic-select/util.cjs +43 -0
  695. package/lib/ele-basic-select/util.d.ts +21 -0
  696. package/lib/ele-bottom-bar/index.cjs +55 -0
  697. package/lib/ele-bottom-bar/index.d.ts +15 -0
  698. package/lib/ele-bottom-bar/props.d.ts +15 -0
  699. package/lib/ele-bottom-bar/style/css-var.scss +8 -0
  700. package/lib/ele-bottom-bar/style/index.cjs +2 -0
  701. package/lib/ele-bottom-bar/style/index.d.ts +1 -0
  702. package/lib/ele-bottom-bar/style/index.scss +31 -0
  703. package/lib/ele-breadcrumb/index.d.ts +278 -0
  704. package/lib/ele-breadcrumb/props.d.ts +24 -0
  705. package/lib/ele-breadcrumb/style/index.cjs +4 -0
  706. package/lib/ele-breadcrumb/style/index.d.ts +1 -0
  707. package/lib/ele-breadcrumb/style/index.scss +31 -0
  708. package/lib/ele-breadcrumb/types.d.ts +32 -0
  709. package/lib/ele-card/index.d.ts +106 -0
  710. package/lib/ele-card/props.cjs +36 -0
  711. package/lib/ele-card/props.d.ts +43 -0
  712. package/lib/ele-card/style/css-var.scss +8 -0
  713. package/lib/ele-card/style/index.cjs +3 -0
  714. package/lib/ele-card/style/index.d.ts +1 -0
  715. package/lib/ele-card/style/index.scss +125 -0
  716. package/lib/ele-check-card/components/card-item.cjs +49 -0
  717. package/lib/ele-check-card/components/card-item.d.ts +37 -0
  718. package/lib/ele-check-card/index.cjs +130 -0
  719. package/lib/ele-check-card/index.d.ts +495 -0
  720. package/lib/ele-check-card/props.cjs +43 -0
  721. package/lib/ele-check-card/props.d.ts +49 -0
  722. package/lib/ele-check-card/style/css-var.scss +8 -0
  723. package/lib/ele-check-card/style/index.cjs +4 -0
  724. package/lib/ele-check-card/style/index.d.ts +1 -0
  725. package/lib/ele-check-card/style/index.scss +72 -0
  726. package/lib/ele-check-card/types.d.ts +37 -0
  727. package/lib/ele-config-provider/components/receiver-view.d.ts +71 -0
  728. package/lib/ele-config-provider/index.d.ts +18 -0
  729. package/lib/ele-config-provider/props.d.ts +26 -0
  730. package/lib/ele-config-provider/receiver.d.ts +15 -0
  731. package/lib/ele-config-provider/style/index.cjs +1 -0
  732. package/lib/ele-config-provider/style/index.d.ts +0 -0
  733. package/lib/ele-config-provider/types.d.ts +103 -0
  734. package/lib/ele-copyable/index.cjs +136 -0
  735. package/lib/ele-copyable/index.d.ts +1619 -0
  736. package/lib/ele-copyable/props.cjs +39 -0
  737. package/lib/ele-copyable/props.d.ts +48 -0
  738. package/lib/ele-copyable/style/index.d.ts +1 -0
  739. package/lib/ele-copyable/style/index.scss +28 -0
  740. package/lib/ele-copyable/types.d.ts +14 -0
  741. package/lib/ele-count-up/index.d.ts +37 -0
  742. package/lib/ele-count-up/props.d.ts +28 -0
  743. package/lib/ele-count-up/style/index.cjs +1 -0
  744. package/lib/ele-count-up/style/index.d.ts +0 -0
  745. package/lib/ele-cropper/components/cropper-preview.cjs +73 -0
  746. package/lib/ele-cropper/components/cropper-preview.d.ts +21 -0
  747. package/lib/ele-cropper/components/cropper-tools.d.ts +2710 -0
  748. package/lib/ele-cropper/index.cjs +211 -0
  749. package/lib/ele-cropper/index.d.ts +2824 -0
  750. package/lib/ele-cropper/props.cjs +61 -0
  751. package/lib/ele-cropper/props.d.ts +68 -0
  752. package/lib/ele-cropper/style/index.cjs +7 -0
  753. package/lib/ele-cropper/style/index.d.ts +1 -0
  754. package/lib/ele-cropper/style/index.scss +108 -0
  755. package/lib/ele-cropper/types.d.ts +114 -0
  756. package/lib/ele-cropper-modal/index.cjs +93 -0
  757. package/lib/ele-cropper-modal/index.d.ts +3992 -0
  758. package/lib/ele-cropper-modal/props.cjs +18 -0
  759. package/lib/ele-cropper-modal/props.d.ts +58 -0
  760. package/lib/ele-cropper-modal/style/index.cjs +3 -0
  761. package/lib/ele-cropper-modal/style/index.d.ts +1 -0
  762. package/lib/ele-dashboard/index.cjs +59 -0
  763. package/lib/ele-dashboard/index.d.ts +14 -0
  764. package/lib/ele-dashboard/props.cjs +13 -0
  765. package/lib/ele-dashboard/props.d.ts +17 -0
  766. package/lib/ele-dashboard/style/index.cjs +2 -0
  767. package/lib/ele-dashboard/style/index.d.ts +1 -0
  768. package/lib/ele-dashboard/style/index.scss +79 -0
  769. package/lib/ele-dashboard/types.d.ts +4 -0
  770. package/lib/ele-data-table/index.cjs +400 -0
  771. package/lib/ele-data-table/props.cjs +93 -0
  772. package/lib/ele-data-table/props.d.ts +272 -0
  773. package/lib/ele-data-table/style/css-var.scss +148 -0
  774. package/lib/ele-data-table/style/index.d.ts +1 -0
  775. package/lib/ele-data-table/types.d.ts +253 -0
  776. package/lib/ele-data-table/util.cjs +395 -0
  777. package/lib/ele-data-table/util.d.ts +172 -0
  778. package/lib/ele-dialog/index.cjs +341 -0
  779. package/lib/ele-dialog/index.d.ts +1074 -0
  780. package/lib/ele-dialog/props.d.ts +215 -0
  781. package/lib/ele-dialog/style/index.d.ts +1 -0
  782. package/lib/ele-dialog/style/index.scss +259 -0
  783. package/lib/ele-dialog/types.d.ts +43 -0
  784. package/lib/ele-dialog/util.d.ts +52 -0
  785. package/lib/ele-dot/index.d.ts +29 -0
  786. package/lib/ele-dot/props.d.ts +25 -0
  787. package/lib/ele-dot/style/index.cjs +2 -0
  788. package/lib/ele-dot/style/index.d.ts +1 -0
  789. package/lib/ele-dot/style/index.scss +68 -0
  790. package/lib/ele-dot/types.d.ts +4 -0
  791. package/lib/ele-drawer/index.d.ts +1170 -0
  792. package/lib/ele-drawer/props.d.ts +184 -0
  793. package/lib/ele-drawer/style/css-var.scss +8 -0
  794. package/lib/ele-drawer/style/index.d.ts +1 -0
  795. package/lib/ele-drawer/style/index.scss +96 -0
  796. package/lib/ele-dropdown/components/dropdown-menu-item.cjs +131 -0
  797. package/lib/ele-dropdown/components/dropdown-menu-item.d.ts +97 -0
  798. package/lib/ele-dropdown/components/dropdown-menus.cjs +110 -0
  799. package/lib/ele-dropdown/components/dropdown-menus.d.ts +131 -0
  800. package/lib/ele-dropdown/components/pro-dropdown.d.ts +2912 -0
  801. package/lib/ele-dropdown/index.d.ts +4846 -0
  802. package/lib/ele-dropdown/props.cjs +75 -0
  803. package/lib/ele-dropdown/props.d.ts +409 -0
  804. package/lib/ele-dropdown/style/css-var.scss +8 -0
  805. package/lib/ele-dropdown/style/index.d.ts +1 -0
  806. package/lib/ele-dropdown/style/index.scss +314 -0
  807. package/lib/ele-dropdown/types.d.ts +22 -0
  808. package/lib/ele-edit-tag/index.cjs +271 -0
  809. package/lib/ele-edit-tag/index.d.ts +2380 -0
  810. package/lib/ele-edit-tag/props.cjs +46 -0
  811. package/lib/ele-edit-tag/props.d.ts +55 -0
  812. package/lib/ele-edit-tag/style/index.cjs +6 -0
  813. package/lib/ele-edit-tag/style/index.d.ts +1 -0
  814. package/lib/ele-edit-tag/style/index.scss +123 -0
  815. package/lib/ele-edit-tag/types.d.ts +9 -0
  816. package/lib/ele-ellipsis/index.d.ts +1660 -0
  817. package/lib/ele-ellipsis/props.cjs +18 -0
  818. package/lib/ele-ellipsis/props.d.ts +33 -0
  819. package/lib/ele-ellipsis/style/index.cjs +4 -0
  820. package/lib/ele-ellipsis/style/index.d.ts +1 -0
  821. package/lib/ele-ellipsis/style/index.scss +27 -0
  822. package/lib/ele-ellipsis/types.d.ts +9 -0
  823. package/lib/ele-file-list/components/file-grid-item.d.ts +55 -0
  824. package/lib/ele-file-list/components/file-grid.d.ts +181 -0
  825. package/lib/ele-file-list/components/file-sort.d.ts +22 -0
  826. package/lib/ele-file-list/components/file-table-item.d.ts +59 -0
  827. package/lib/ele-file-list/components/file-table.cjs +218 -0
  828. package/lib/ele-file-list/components/file-table.d.ts +222 -0
  829. package/lib/ele-file-list/icons.d.ts +18 -0
  830. package/lib/ele-file-list/index.cjs +376 -0
  831. package/lib/ele-file-list/index.d.ts +5303 -0
  832. package/lib/ele-file-list/props.d.ts +76 -0
  833. package/lib/ele-file-list/style/index.d.ts +1 -0
  834. package/lib/ele-file-list/types.d.ts +117 -0
  835. package/lib/ele-file-list-tool/index.cjs +30 -0
  836. package/lib/ele-file-list-tool/index.d.ts +8 -0
  837. package/lib/ele-file-list-tool/style/index.cjs +1 -0
  838. package/lib/ele-file-list-tool/style/index.d.ts +0 -0
  839. package/lib/ele-icon-select/components/icon-grid.d.ts +2039 -0
  840. package/lib/ele-icon-select/index.cjs +336 -0
  841. package/lib/ele-icon-select/index.d.ts +5314 -0
  842. package/lib/ele-icon-select/props.d.ts +123 -0
  843. package/lib/ele-icon-select/style/index.d.ts +1 -0
  844. package/lib/ele-icon-select/types.d.ts +16 -0
  845. package/lib/ele-image-viewer/index.d.ts +635 -0
  846. package/lib/ele-image-viewer/props.d.ts +115 -0
  847. package/lib/ele-image-viewer/style/index.d.ts +1 -0
  848. package/lib/ele-image-viewer/style/index.scss +117 -0
  849. package/lib/ele-loading/index.cjs +65 -0
  850. package/lib/ele-loading/props.d.ts +33 -0
  851. package/lib/ele-loading/style/index.d.ts +1 -0
  852. package/lib/ele-loading/style/index.scss +90 -0
  853. package/lib/ele-loading/types.d.ts +19 -0
  854. package/lib/ele-map-picker/props.d.ts +232 -0
  855. package/lib/ele-map-picker/style/css-var.scss +8 -0
  856. package/lib/ele-map-picker/style/index.cjs +9 -0
  857. package/lib/ele-map-picker/style/index.d.ts +1 -0
  858. package/lib/ele-map-picker/style/index.scss +296 -0
  859. package/lib/ele-map-picker/types.d.ts +71 -0
  860. package/lib/ele-menus/components/item-title.cjs +107 -0
  861. package/lib/ele-menus/components/item-title.d.ts +323 -0
  862. package/lib/ele-menus/components/menu-items.cjs +268 -0
  863. package/lib/ele-menus/components/menu-items.d.ts +785 -0
  864. package/lib/ele-menus/index.cjs +345 -0
  865. package/lib/ele-menus/index.d.ts +3516 -0
  866. package/lib/ele-menus/props.cjs +51 -0
  867. package/lib/ele-menus/props.d.ts +157 -0
  868. package/lib/ele-menus/style/css-var.scss +36 -0
  869. package/lib/ele-menus/style/index.cjs +9 -0
  870. package/lib/ele-menus/style/index.d.ts +1 -0
  871. package/lib/ele-menus/style/index.scss +844 -0
  872. package/lib/ele-menus/types.d.ts +107 -0
  873. package/lib/ele-menus/util.cjs +132 -0
  874. package/lib/ele-menus/util.d.ts +44 -0
  875. package/lib/ele-page/index.cjs +29 -0
  876. package/lib/ele-page/index.d.ts +23 -0
  877. package/lib/ele-page/props.cjs +16 -0
  878. package/lib/ele-page/props.d.ts +19 -0
  879. package/lib/ele-page/style/css-var.scss +9 -0
  880. package/lib/ele-page/style/index.cjs +2 -0
  881. package/lib/ele-page/style/index.d.ts +1 -0
  882. package/lib/ele-page/style/index.scss +74 -0
  883. package/lib/ele-pagination/index.cjs +96 -0
  884. package/lib/ele-pagination/index.d.ts +607 -0
  885. package/lib/ele-pagination/props.d.ts +123 -0
  886. package/lib/ele-pagination/style/index.d.ts +1 -0
  887. package/lib/ele-pagination/types.d.ts +9 -0
  888. package/lib/ele-popconfirm/index.d.ts +2422 -0
  889. package/lib/ele-popconfirm/props.d.ts +236 -0
  890. package/lib/ele-popconfirm/style/index.d.ts +1 -0
  891. package/lib/ele-popover/index.cjs +104 -0
  892. package/lib/ele-popover/index.d.ts +1913 -0
  893. package/lib/ele-popover/props.cjs +27 -0
  894. package/lib/ele-popover/props.d.ts +203 -0
  895. package/lib/ele-popover/style/index.cjs +2 -0
  896. package/lib/ele-popover/style/index.d.ts +1 -0
  897. package/lib/ele-printer/index.cjs +123 -0
  898. package/lib/ele-printer/index.d.ts +111 -0
  899. package/lib/ele-printer/props.d.ts +41 -0
  900. package/lib/ele-printer/style/index.d.ts +1 -0
  901. package/lib/ele-printer/style/index.scss +66 -0
  902. package/lib/ele-printer/types.d.ts +46 -0
  903. package/lib/ele-printer/util.cjs +218 -0
  904. package/lib/ele-printer/util.d.ts +25 -0
  905. package/lib/ele-pro-layout/components/pro-iframe.cjs +123 -0
  906. package/lib/ele-pro-layout/components/pro-iframe.d.ts +39 -0
  907. package/lib/ele-pro-layout/index.cjs +1010 -0
  908. package/lib/ele-pro-layout/index.d.ts +10705 -0
  909. package/lib/ele-pro-layout/props.cjs +237 -0
  910. package/lib/ele-pro-layout/props.d.ts +253 -0
  911. package/lib/ele-pro-layout/style/index.cjs +3 -0
  912. package/lib/ele-pro-layout/style/index.d.ts +1 -0
  913. package/lib/ele-pro-layout/style/index.scss +41 -0
  914. package/lib/ele-pro-layout/types.d.ts +221 -0
  915. package/lib/ele-pro-layout/util.cjs +171 -0
  916. package/lib/ele-pro-layout/util.d.ts +88 -0
  917. package/lib/ele-pro-table/components/table-tools.cjs +365 -0
  918. package/lib/ele-pro-table/components/tool-column-list.cjs +209 -0
  919. package/lib/ele-pro-table/components/tool-column-list.d.ts +1442 -0
  920. package/lib/ele-pro-table/components/tool-column.cjs +279 -0
  921. package/lib/ele-pro-table/components/tool-column.d.ts +3722 -0
  922. package/lib/ele-pro-table/components/tool-export.cjs +505 -0
  923. package/lib/ele-pro-table/components/tool-export.d.ts +8350 -0
  924. package/lib/ele-pro-table/components/tool-print-body-cell.cjs +131 -0
  925. package/lib/ele-pro-table/components/tool-print-body-cell.d.ts +96 -0
  926. package/lib/ele-pro-table/components/tool-print-header-cell.cjs +91 -0
  927. package/lib/ele-pro-table/components/tool-print-header-cell.d.ts +39 -0
  928. package/lib/ele-pro-table/components/tool-print.cjs +674 -0
  929. package/lib/ele-pro-table/components/tool-print.d.ts +7986 -0
  930. package/lib/ele-pro-table/index.cjs +571 -0
  931. package/lib/ele-pro-table/props.cjs +112 -0
  932. package/lib/ele-pro-table/props.d.ts +258 -0
  933. package/lib/ele-pro-table/style/css-var.scss +8 -0
  934. package/lib/ele-pro-table/style/index.d.ts +1 -0
  935. package/lib/ele-pro-table/style/index.scss +326 -0
  936. package/lib/ele-pro-table/types.d.ts +489 -0
  937. package/lib/ele-pro-table/util.d.ts +285 -0
  938. package/lib/ele-qr-code/components/canvas-render.cjs +146 -0
  939. package/lib/ele-qr-code/components/canvas-render.d.ts +67 -0
  940. package/lib/ele-qr-code/index.d.ts +201 -0
  941. package/lib/ele-qr-code/props.cjs +43 -0
  942. package/lib/ele-qr-code/props.d.ts +50 -0
  943. package/lib/ele-qr-code/qrcodegen.cjs +1057 -0
  944. package/lib/ele-qr-code/qrcodegen.d.ts +95 -0
  945. package/lib/ele-qr-code/style/index.cjs +1 -0
  946. package/lib/ele-qr-code/style/index.d.ts +0 -0
  947. package/lib/ele-qr-code/types.d.ts +46 -0
  948. package/lib/ele-qr-code/util.d.ts +27 -0
  949. package/lib/ele-qr-code-svg/index.d.ts +71 -0
  950. package/lib/ele-qr-code-svg/style/index.cjs +1 -0
  951. package/lib/ele-qr-code-svg/style/index.d.ts +0 -0
  952. package/lib/ele-segmented/index.d.ts +485 -0
  953. package/lib/ele-segmented/props.cjs +25 -0
  954. package/lib/ele-segmented/props.d.ts +31 -0
  955. package/lib/ele-segmented/style/index.d.ts +1 -0
  956. package/lib/ele-segmented/style/index.scss +144 -0
  957. package/lib/ele-segmented/types.d.ts +28 -0
  958. package/lib/ele-split-panel/index.cjs +205 -0
  959. package/lib/ele-split-panel/index.d.ts +192 -0
  960. package/lib/ele-split-panel/props.cjs +41 -0
  961. package/lib/ele-split-panel/props.d.ts +47 -0
  962. package/lib/ele-split-panel/style/index.d.ts +1 -0
  963. package/lib/ele-split-panel/style/index.scss +360 -0
  964. package/lib/ele-steps/index.d.ts +638 -0
  965. package/lib/ele-steps/props.cjs +14 -0
  966. package/lib/ele-steps/props.d.ts +68 -0
  967. package/lib/ele-steps/style/index.cjs +4 -0
  968. package/lib/ele-steps/style/index.d.ts +1 -0
  969. package/lib/ele-steps/types.d.ts +14 -0
  970. package/lib/ele-tab-tool/index.cjs +64 -0
  971. package/lib/ele-tab-tool/index.d.ts +75 -0
  972. package/lib/ele-tab-tool/props.cjs +11 -0
  973. package/lib/ele-tab-tool/props.d.ts +14 -0
  974. package/lib/ele-tab-tool/style/index.d.ts +0 -0
  975. package/lib/ele-tab-wrap/components/tab-dropdown.cjs +90 -0
  976. package/lib/ele-tab-wrap/components/tab-dropdown.d.ts +5006 -0
  977. package/lib/ele-tab-wrap/index.d.ts +8 -0
  978. package/lib/ele-tab-wrap/props.d.ts +13 -0
  979. package/lib/ele-tab-wrap/style/index.d.ts +0 -0
  980. package/lib/ele-table/index.d.ts +28 -0
  981. package/lib/ele-table/props.d.ts +24 -0
  982. package/lib/ele-table/style/css-var.scss +54 -0
  983. package/lib/ele-table/style/index.cjs +2 -0
  984. package/lib/ele-table/style/index.d.ts +1 -0
  985. package/lib/ele-table-select/index.cjs +423 -0
  986. package/lib/ele-table-select/props.cjs +112 -0
  987. package/lib/ele-table-select/props.d.ts +120 -0
  988. package/lib/ele-table-select/style/css-var.scss +8 -0
  989. package/lib/ele-table-select/style/index.d.ts +1 -0
  990. package/lib/ele-tabs/index.cjs +478 -0
  991. package/lib/ele-tabs/index.d.ts +5451 -0
  992. package/lib/ele-tabs/props.cjs +46 -0
  993. package/lib/ele-tabs/props.d.ts +88 -0
  994. package/lib/ele-tabs/style/index.cjs +6 -0
  995. package/lib/ele-tabs/style/index.d.ts +1 -0
  996. package/lib/ele-tabs/types.d.ts +89 -0
  997. package/lib/ele-test/index.cjs +17 -0
  998. package/lib/ele-test/index.d.ts +2 -0
  999. package/lib/ele-test/style/index.cjs +3 -0
  1000. package/lib/ele-test/style/index.d.ts +1 -0
  1001. package/lib/ele-test/style/index.scss +100 -0
  1002. package/lib/ele-text/index.cjs +59 -0
  1003. package/lib/ele-text/index.d.ts +93 -0
  1004. package/lib/ele-text/props.cjs +30 -0
  1005. package/lib/ele-text/props.d.ts +39 -0
  1006. package/lib/ele-text/style/index.cjs +3 -0
  1007. package/lib/ele-text/style/index.d.ts +1 -0
  1008. package/lib/ele-text/types.d.ts +35 -0
  1009. package/lib/ele-tool/index.cjs +71 -0
  1010. package/lib/ele-tool/index.d.ts +33 -0
  1011. package/lib/ele-tool/props.d.ts +27 -0
  1012. package/lib/ele-tool/style/css-var.scss +12 -0
  1013. package/lib/ele-tool/style/index.cjs +2 -0
  1014. package/lib/ele-tool/style/index.d.ts +1 -0
  1015. package/lib/ele-tool/style/index.scss +70 -0
  1016. package/lib/ele-toolbar/index.cjs +104 -0
  1017. package/lib/ele-toolbar/index.d.ts +1633 -0
  1018. package/lib/ele-toolbar/props.cjs +26 -0
  1019. package/lib/ele-toolbar/props.d.ts +34 -0
  1020. package/lib/ele-toolbar/style/css-var.scss +12 -0
  1021. package/lib/ele-toolbar/style/index.cjs +4 -0
  1022. package/lib/ele-toolbar/style/index.d.ts +1 -0
  1023. package/lib/ele-toolbar/types.d.ts +19 -0
  1024. package/lib/ele-tooltip/index.d.ts +1506 -0
  1025. package/lib/ele-tooltip/props.d.ts +187 -0
  1026. package/lib/ele-tooltip/style/index.cjs +3 -0
  1027. package/lib/ele-tooltip/style/index.d.ts +1 -0
  1028. package/lib/ele-tour/index.d.ts +2030 -0
  1029. package/lib/ele-tour/props.d.ts +36 -0
  1030. package/lib/ele-tour/style/index.cjs +4 -0
  1031. package/lib/ele-tour/style/index.d.ts +1 -0
  1032. package/lib/ele-tour/types.d.ts +42 -0
  1033. package/lib/ele-tour/util.d.ts +20 -0
  1034. package/lib/ele-tree-select/index.cjs +459 -0
  1035. package/lib/ele-tree-select/props.cjs +95 -0
  1036. package/lib/ele-tree-select/props.d.ts +103 -0
  1037. package/lib/ele-tree-select/style/css-var.scss +8 -0
  1038. package/lib/ele-tree-select/style/index.cjs +4 -0
  1039. package/lib/ele-tree-select/style/index.d.ts +1 -0
  1040. package/lib/ele-tree-select/style/index.scss +30 -0
  1041. package/lib/ele-tree-select/types.d.ts +21 -0
  1042. package/lib/ele-tree-select/util.d.ts +56 -0
  1043. package/lib/ele-upload-list/components/list-item.cjs +232 -0
  1044. package/lib/ele-upload-list/components/list-item.d.ts +902 -0
  1045. package/lib/ele-upload-list/index.cjs +286 -0
  1046. package/lib/ele-upload-list/index.d.ts +2450 -0
  1047. package/lib/ele-upload-list/props.d.ts +81 -0
  1048. package/lib/ele-upload-list/style/index.cjs +7 -0
  1049. package/lib/ele-upload-list/style/index.d.ts +1 -0
  1050. package/lib/ele-upload-list/style/index.scss +478 -0
  1051. package/lib/ele-upload-list/types.d.ts +71 -0
  1052. package/lib/ele-virtual-table/components/body-cell.d.ts +883 -0
  1053. package/lib/ele-virtual-table/components/body-row.cjs +210 -0
  1054. package/lib/ele-virtual-table/components/body-row.d.ts +984 -0
  1055. package/lib/ele-virtual-table/components/cell-checkbox.cjs +48 -0
  1056. package/lib/ele-virtual-table/components/cell-checkbox.d.ts +666 -0
  1057. package/lib/ele-virtual-table/components/cell-filter.cjs +209 -0
  1058. package/lib/ele-virtual-table/components/cell-filter.d.ts +3189 -0
  1059. package/lib/ele-virtual-table/components/expand-row.cjs +28 -0
  1060. package/lib/ele-virtual-table/components/expand-row.d.ts +19 -0
  1061. package/lib/ele-virtual-table/components/footer-row.cjs +114 -0
  1062. package/lib/ele-virtual-table/components/footer-row.d.ts +65 -0
  1063. package/lib/ele-virtual-table/components/header-cell.d.ts +3929 -0
  1064. package/lib/ele-virtual-table/components/header-row.d.ts +3980 -0
  1065. package/lib/ele-virtual-table/index.cjs +1150 -0
  1066. package/lib/ele-virtual-table/index.d.ts +7882 -0
  1067. package/lib/ele-virtual-table/props.cjs +13 -0
  1068. package/lib/ele-virtual-table/props.d.ts +158 -0
  1069. package/lib/ele-virtual-table/style/css-var.scss +101 -0
  1070. package/lib/ele-virtual-table/style/index.cjs +10 -0
  1071. package/lib/ele-virtual-table/style/index.d.ts +1 -0
  1072. package/lib/ele-virtual-table/types.d.ts +229 -0
  1073. package/lib/ele-virtual-table/util.d.ts +229 -0
  1074. package/lib/ele-watermark/index.d.ts +57 -0
  1075. package/lib/ele-watermark/props.d.ts +41 -0
  1076. package/lib/ele-watermark/style/index.d.ts +0 -0
  1077. package/lib/ele-watermark/types.d.ts +39 -0
  1078. package/lib/ele-watermark/util.d.ts +31 -0
  1079. package/lib/ele-xg-player/index.cjs +61 -0
  1080. package/lib/ele-xg-player/index.d.ts +22 -0
  1081. package/lib/ele-xg-player/style/index.d.ts +1 -0
  1082. package/lib/icons/AnalysisOutlined.cjs +29 -0
  1083. package/lib/icons/AnalysisOutlined.d.ts +2 -0
  1084. package/lib/icons/ApplicationOutlined.cjs +23 -0
  1085. package/lib/icons/ApplicationOutlined.d.ts +2 -0
  1086. package/lib/icons/AppstoreAddOutlined.d.ts +2 -0
  1087. package/lib/icons/AppstoreOutlined.d.ts +2 -0
  1088. package/lib/icons/ArrowDown.d.ts +2 -0
  1089. package/lib/icons/ArrowDownOutlined.cjs +27 -0
  1090. package/lib/icons/ArrowDownOutlined.d.ts +2 -0
  1091. package/lib/icons/ArrowLeft.cjs +28 -0
  1092. package/lib/icons/ArrowLeft.d.ts +2 -0
  1093. package/lib/icons/ArrowLeftOutlined.cjs +27 -0
  1094. package/lib/icons/ArrowLeftOutlined.d.ts +2 -0
  1095. package/lib/icons/ArrowRight.cjs +28 -0
  1096. package/lib/icons/ArrowRight.d.ts +2 -0
  1097. package/lib/icons/ArrowRightOutlined.d.ts +2 -0
  1098. package/lib/icons/ArrowUp.cjs +28 -0
  1099. package/lib/icons/ArrowUp.d.ts +2 -0
  1100. package/lib/icons/ArrowUpOutlined.cjs +27 -0
  1101. package/lib/icons/ArrowUpOutlined.d.ts +2 -0
  1102. package/lib/icons/BellOutlined.cjs +26 -0
  1103. package/lib/icons/BellOutlined.d.ts +2 -0
  1104. package/lib/icons/BookOutlined.d.ts +2 -0
  1105. package/lib/icons/CalendarOutlined.cjs +26 -0
  1106. package/lib/icons/CalendarOutlined.d.ts +2 -0
  1107. package/lib/icons/CaretDownFilled.d.ts +2 -0
  1108. package/lib/icons/CaretUpFilled.d.ts +2 -0
  1109. package/lib/icons/CheckCircleFilled.cjs +23 -0
  1110. package/lib/icons/CheckCircleFilled.d.ts +2 -0
  1111. package/lib/icons/CheckCircleOutlined.cjs +28 -0
  1112. package/lib/icons/CheckCircleOutlined.d.ts +2 -0
  1113. package/lib/icons/CheckOutlined.d.ts +2 -0
  1114. package/lib/icons/CityOutlined.cjs +29 -0
  1115. package/lib/icons/CityOutlined.d.ts +2 -0
  1116. package/lib/icons/ClockCircleOutlined.cjs +28 -0
  1117. package/lib/icons/ClockCircleOutlined.d.ts +2 -0
  1118. package/lib/icons/CloseCircleFilled.cjs +23 -0
  1119. package/lib/icons/CloseCircleFilled.d.ts +2 -0
  1120. package/lib/icons/CloseCircleOutlined.d.ts +2 -0
  1121. package/lib/icons/CloseOutlined.cjs +27 -0
  1122. package/lib/icons/CloseOutlined.d.ts +2 -0
  1123. package/lib/icons/CloudUploadOutlined.cjs +28 -0
  1124. package/lib/icons/CloudUploadOutlined.d.ts +2 -0
  1125. package/lib/icons/ClusterOutlined.cjs +26 -0
  1126. package/lib/icons/ClusterOutlined.d.ts +2 -0
  1127. package/lib/icons/CodeOutlined.cjs +29 -0
  1128. package/lib/icons/CodeOutlined.d.ts +2 -0
  1129. package/lib/icons/ColumnHeightOutlined.d.ts +2 -0
  1130. package/lib/icons/CompassOutlined.d.ts +2 -0
  1131. package/lib/icons/CompressOutlined.d.ts +2 -0
  1132. package/lib/icons/ConnectionOutlined.cjs +27 -0
  1133. package/lib/icons/ConnectionOutlined.d.ts +2 -0
  1134. package/lib/icons/ControlOutlined.cjs +28 -0
  1135. package/lib/icons/ControlOutlined.d.ts +2 -0
  1136. package/lib/icons/CopyOutlined.cjs +29 -0
  1137. package/lib/icons/CopyOutlined.d.ts +2 -0
  1138. package/lib/icons/CornerLeftFilled.cjs +23 -0
  1139. package/lib/icons/CornerLeftFilled.d.ts +2 -0
  1140. package/lib/icons/CornerRightFilled.d.ts +2 -0
  1141. package/lib/icons/CpuOutlined.cjs +27 -0
  1142. package/lib/icons/CpuOutlined.d.ts +2 -0
  1143. package/lib/icons/DashboardOutlined.d.ts +2 -0
  1144. package/lib/icons/DatabaseOutlined.d.ts +2 -0
  1145. package/lib/icons/DeleteOutlined.d.ts +2 -0
  1146. package/lib/icons/DesktopOutlined.d.ts +2 -0
  1147. package/lib/icons/DownloadOutlined.cjs +28 -0
  1148. package/lib/icons/DownloadOutlined.d.ts +2 -0
  1149. package/lib/icons/DragOutlined.cjs +27 -0
  1150. package/lib/icons/DragOutlined.d.ts +2 -0
  1151. package/lib/icons/EditOutlined.d.ts +2 -0
  1152. package/lib/icons/EllipsisOutlined.cjs +37 -0
  1153. package/lib/icons/EllipsisOutlined.d.ts +2 -0
  1154. package/lib/icons/EnvironmentOutlined.d.ts +2 -0
  1155. package/lib/icons/ExclamationCircleFilled.d.ts +2 -0
  1156. package/lib/icons/ExpandOutlined.d.ts +2 -0
  1157. package/lib/icons/EyeOutlined.cjs +26 -0
  1158. package/lib/icons/EyeOutlined.d.ts +2 -0
  1159. package/lib/icons/FileOutlined.cjs +29 -0
  1160. package/lib/icons/FileOutlined.d.ts +2 -0
  1161. package/lib/icons/FilterFilled.d.ts +2 -0
  1162. package/lib/icons/FolderAddOutlined.d.ts +2 -0
  1163. package/lib/icons/FolderOutlined.cjs +26 -0
  1164. package/lib/icons/FolderOutlined.d.ts +2 -0
  1165. package/lib/icons/FormOutlined.cjs +27 -0
  1166. package/lib/icons/FormOutlined.d.ts +2 -0
  1167. package/lib/icons/FullscreenExitOutlined.cjs +28 -0
  1168. package/lib/icons/FullscreenExitOutlined.d.ts +2 -0
  1169. package/lib/icons/FullscreenOutlined.cjs +28 -0
  1170. package/lib/icons/FullscreenOutlined.d.ts +2 -0
  1171. package/lib/icons/FundOutlined.cjs +27 -0
  1172. package/lib/icons/FundOutlined.d.ts +2 -0
  1173. package/lib/icons/GlobalOutlined.cjs +25 -0
  1174. package/lib/icons/GlobalOutlined.d.ts +2 -0
  1175. package/lib/icons/HolderOutlined.cjs +23 -0
  1176. package/lib/icons/HolderOutlined.d.ts +2 -0
  1177. package/lib/icons/HomeOutlined.cjs +26 -0
  1178. package/lib/icons/HomeOutlined.d.ts +2 -0
  1179. package/lib/icons/IdcardOutlined.cjs +32 -0
  1180. package/lib/icons/IdcardOutlined.d.ts +2 -0
  1181. package/lib/icons/InfoCircleFilled.d.ts +2 -0
  1182. package/lib/icons/LinkOutlined.d.ts +2 -0
  1183. package/lib/icons/LoadingDotOutlined.cjs +26 -0
  1184. package/lib/icons/LoadingDotOutlined.d.ts +2 -0
  1185. package/lib/icons/LoadingOutlined.cjs +26 -0
  1186. package/lib/icons/LoadingOutlined.d.ts +2 -0
  1187. package/lib/icons/LockOutlined.cjs +28 -0
  1188. package/lib/icons/LockOutlined.d.ts +2 -0
  1189. package/lib/icons/LogOutlined.cjs +29 -0
  1190. package/lib/icons/LogOutlined.d.ts +2 -0
  1191. package/lib/icons/LogoutOutlined.cjs +27 -0
  1192. package/lib/icons/LogoutOutlined.d.ts +2 -0
  1193. package/lib/icons/MailOutlined.d.ts +2 -0
  1194. package/lib/icons/MenuFoldOutlined.cjs +25 -0
  1195. package/lib/icons/MenuFoldOutlined.d.ts +2 -0
  1196. package/lib/icons/MenuOutlined.cjs +27 -0
  1197. package/lib/icons/MenuOutlined.d.ts +2 -0
  1198. package/lib/icons/MenuUnfoldOutlined.cjs +25 -0
  1199. package/lib/icons/MenuUnfoldOutlined.d.ts +2 -0
  1200. package/lib/icons/MessageOutlined.d.ts +2 -0
  1201. package/lib/icons/MinusCircleOutlined.cjs +27 -0
  1202. package/lib/icons/MinusCircleOutlined.d.ts +2 -0
  1203. package/lib/icons/MobileOutlined.cjs +33 -0
  1204. package/lib/icons/MobileOutlined.d.ts +2 -0
  1205. package/lib/icons/MoonOutlined.cjs +26 -0
  1206. package/lib/icons/MoonOutlined.d.ts +2 -0
  1207. package/lib/icons/MoreOutlined.d.ts +2 -0
  1208. package/lib/icons/PauseFilled.cjs +26 -0
  1209. package/lib/icons/PauseFilled.d.ts +2 -0
  1210. package/lib/icons/PieChartOutlined.d.ts +2 -0
  1211. package/lib/icons/PlayFilled.d.ts +2 -0
  1212. package/lib/icons/PlusCircleOutlined.cjs +27 -0
  1213. package/lib/icons/PlusCircleOutlined.d.ts +2 -0
  1214. package/lib/icons/PlusOutlined.cjs +26 -0
  1215. package/lib/icons/PlusOutlined.d.ts +2 -0
  1216. package/lib/icons/PrinterOutlined.cjs +26 -0
  1217. package/lib/icons/PrinterOutlined.d.ts +2 -0
  1218. package/lib/icons/ProtectOutlined.d.ts +2 -0
  1219. package/lib/icons/QuestionCircleFilled.d.ts +2 -0
  1220. package/lib/icons/QuestionCircleOutlined.cjs +34 -0
  1221. package/lib/icons/QuestionCircleOutlined.d.ts +2 -0
  1222. package/lib/icons/ReloadOutlined.cjs +27 -0
  1223. package/lib/icons/ReloadOutlined.d.ts +2 -0
  1224. package/lib/icons/ResizeOutlined.cjs +26 -0
  1225. package/lib/icons/ResizeOutlined.d.ts +2 -0
  1226. package/lib/icons/SearchOutlined.cjs +26 -0
  1227. package/lib/icons/SearchOutlined.d.ts +2 -0
  1228. package/lib/icons/SettingOutlined.cjs +27 -0
  1229. package/lib/icons/SettingOutlined.d.ts +2 -0
  1230. package/lib/icons/ShoppingOutlined.d.ts +2 -0
  1231. package/lib/icons/SizeCompactOutlined.cjs +28 -0
  1232. package/lib/icons/SizeCompactOutlined.d.ts +2 -0
  1233. package/lib/icons/SizeMiddleOutlined.cjs +28 -0
  1234. package/lib/icons/SizeMiddleOutlined.d.ts +2 -0
  1235. package/lib/icons/SizeSlackOutlined.d.ts +2 -0
  1236. package/lib/icons/SliderArrowSlide.d.ts +2 -0
  1237. package/lib/icons/SliderArrowStatic.d.ts +2 -0
  1238. package/lib/icons/SortOutlined.d.ts +2 -0
  1239. package/lib/icons/StarFilled.d.ts +2 -0
  1240. package/lib/icons/StepBackwardFilled.cjs +29 -0
  1241. package/lib/icons/StepBackwardFilled.d.ts +2 -0
  1242. package/lib/icons/StepForwardFilled.d.ts +2 -0
  1243. package/lib/icons/SuitcaseOutlined.cjs +26 -0
  1244. package/lib/icons/SuitcaseOutlined.d.ts +2 -0
  1245. package/lib/icons/SunOutlined.d.ts +2 -0
  1246. package/lib/icons/SwapOutlined.d.ts +2 -0
  1247. package/lib/icons/SyncOutlined.cjs +28 -0
  1248. package/lib/icons/SyncOutlined.d.ts +2 -0
  1249. package/lib/icons/TableOutlined.cjs +26 -0
  1250. package/lib/icons/TableOutlined.d.ts +2 -0
  1251. package/lib/icons/TagOutlined.cjs +27 -0
  1252. package/lib/icons/TagOutlined.d.ts +2 -0
  1253. package/lib/icons/TimerOutlined.cjs +27 -0
  1254. package/lib/icons/TimerOutlined.d.ts +2 -0
  1255. package/lib/icons/UndoOutlined.cjs +27 -0
  1256. package/lib/icons/UndoOutlined.d.ts +2 -0
  1257. package/lib/icons/UnlockOutlined.cjs +28 -0
  1258. package/lib/icons/UnlockOutlined.d.ts +2 -0
  1259. package/lib/icons/UploadOutlined.cjs +28 -0
  1260. package/lib/icons/UploadOutlined.d.ts +2 -0
  1261. package/lib/icons/UserOutlined.d.ts +2 -0
  1262. package/lib/icons/VerticalAlignMiddleOutlined.cjs +27 -0
  1263. package/lib/icons/VerticalAlignMiddleOutlined.d.ts +2 -0
  1264. package/lib/icons/VerticalLeftOutlined.cjs +25 -0
  1265. package/lib/icons/VerticalLeftOutlined.d.ts +2 -0
  1266. package/lib/icons/VerticalRightOutlined.cjs +25 -0
  1267. package/lib/icons/VerticalRightOutlined.d.ts +2 -0
  1268. package/lib/icons/WarningOutlined.d.ts +2 -0
  1269. package/lib/icons/ZoomInOutlined.d.ts +2 -0
  1270. package/lib/icons/ZoomOutOutlined.cjs +27 -0
  1271. package/lib/icons/ZoomOutOutlined.d.ts +2 -0
  1272. package/lib/icons/index.cjs +236 -0
  1273. package/lib/icons/index.d.ts +117 -0
  1274. package/lib/index.cjs +21 -0
  1275. package/lib/index.d.ts +4 -0
  1276. package/lib/installer.d.ts +3 -0
  1277. package/lib/lang/en_US.cjs +84 -0
  1278. package/lib/lang/en_US.d.ts +4 -0
  1279. package/lib/lang/zh_CN.cjs +84 -0
  1280. package/lib/lang/zh_CN.d.ts +4 -0
  1281. package/lib/lang/zh_TW.d.ts +4 -0
  1282. package/lib/style/default.scss +77 -0
  1283. package/lib/style/index.scss +3 -0
  1284. package/lib/style/themes/dark-css-var.scss +6 -0
  1285. package/lib/style/themes/dark.scss +82 -0
  1286. package/lib/style/themes/rounded.scss +260 -0
  1287. package/lib/style/themes/theme-util.scss +74 -0
  1288. package/lib/style/util.scss +59 -0
  1289. package/lib/utils/chart-theme-dark.cjs +397 -0
  1290. package/lib/utils/chart-theme-dark.d.ts +373 -0
  1291. package/lib/utils/chart-theme.cjs +392 -0
  1292. package/lib/utils/chart-theme.d.ts +368 -0
  1293. package/lib/utils/core.cjs +318 -0
  1294. package/lib/utils/core.d.ts +168 -0
  1295. package/lib/utils/hook.cjs +264 -0
  1296. package/lib/utils/hook.d.ts +113 -0
  1297. package/lib/utils/menu-util.cjs +78 -0
  1298. package/lib/utils/menu-util.d.ts +14 -0
  1299. package/lib/utils/message-box.cjs +98 -0
  1300. package/lib/utils/message-box.d.ts +25 -0
  1301. package/lib/utils/message.cjs +267 -0
  1302. package/lib/utils/message.d.ts +66 -0
  1303. package/lib/utils/resolvers.cjs +50 -0
  1304. package/lib/utils/resolvers.d.ts +18 -0
  1305. package/lib/utils/theme-util.cjs +42 -0
  1306. package/lib/utils/theme-util.d.ts +6 -0
  1307. package/lib/utils/validate.d.ts +182 -0
  1308. package/lib/yu-framework-attachment-file-upload/CommonUpload/index.cjs +172 -0
  1309. package/lib/yu-framework-attachment-file-upload/CommonUpload/index.d.ts +161 -0
  1310. package/lib/yu-framework-attachment-file-upload/FileUpload/index.cjs +218 -0
  1311. package/lib/yu-framework-attachment-file-upload/FileUpload/index.d.ts +143 -0
  1312. package/lib/yu-framework-attachment-file-upload/index.cjs +54 -0
  1313. package/lib/yu-framework-attachment-file-upload/index.d.ts +16 -0
  1314. package/lib/yu-framework-attachment-image-upload/index.cjs +185 -0
  1315. package/lib/yu-framework-attachment-image-upload/index.d.ts +16 -0
  1316. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.cjs +283 -0
  1317. package/lib/yu-framework-slider-captcha-dialog/SliderCaptcha.d.ts +67 -0
  1318. package/lib/yu-framework-slider-captcha-dialog/index.cjs +63 -0
  1319. package/lib/yu-framework-slider-captcha-dialog/index.d.ts +14 -0
  1320. package/lib/yu-framework-slider-captcha-dialog/style/index.cjs +2 -0
  1321. package/lib/yu-framework-slider-captcha-dialog/style/index.d.ts +1 -0
  1322. package/lib/yu-framework-slider-captcha-dialog/style/index.scss +300 -0
  1323. package/lib/yu-test/index.d.ts +2 -0
  1324. package/lib/yu-test/style/css-var.scss +8 -0
  1325. package/lib/yu-test/style/index.cjs +3 -0
  1326. package/lib/yu-test/style/index.d.ts +1 -0
  1327. package/lib/yu-test/style/index.scss +100 -0
  1328. package/package.json +1 -1
  1329. package/typings/global.d.ts +69 -0
@@ -0,0 +1,1913 @@
1
+ import { EleTooltipInstance } from '../ele-app/plus';
2
+
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
4
+ transition: {
5
+ type: StringConstructor;
6
+ default: string;
7
+ };
8
+ bodyClass: StringConstructor;
9
+ bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
10
+ titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
11
+ contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
12
+ showAfter: {
13
+ readonly type: import('vue').PropType<number>;
14
+ readonly required: false;
15
+ readonly validator: ((val: unknown) => boolean) | undefined;
16
+ __epPropKey: true;
17
+ } & {
18
+ readonly default: 0;
19
+ };
20
+ hideAfter: {
21
+ readonly type: import('vue').PropType<number>;
22
+ readonly required: false;
23
+ readonly validator: ((val: unknown) => boolean) | undefined;
24
+ __epPropKey: true;
25
+ } & {
26
+ readonly default: 200;
27
+ };
28
+ autoClose: {
29
+ readonly type: import('vue').PropType<number>;
30
+ readonly required: false;
31
+ readonly validator: ((val: unknown) => boolean) | undefined;
32
+ __epPropKey: true;
33
+ } & {
34
+ readonly default: 0;
35
+ };
36
+ title: StringConstructor;
37
+ effect: {
38
+ readonly default: "light";
39
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
40
+ readonly required: false;
41
+ readonly validator: ((val: unknown) => boolean) | undefined;
42
+ readonly __epPropKey: true;
43
+ };
44
+ placement: {
45
+ readonly type: import('vue').PropType<any>;
46
+ readonly required: false;
47
+ readonly validator: ((val: unknown) => boolean) | undefined;
48
+ __epPropKey: true;
49
+ } & {
50
+ readonly default: "bottom";
51
+ };
52
+ teleported: {
53
+ readonly type: import('vue').PropType<boolean>;
54
+ readonly required: false;
55
+ readonly validator: ((val: unknown) => boolean) | undefined;
56
+ __epPropKey: true;
57
+ } & {
58
+ readonly default: true;
59
+ };
60
+ appendTo: {
61
+ readonly type: import('vue').PropType<string | HTMLElement>;
62
+ readonly required: false;
63
+ readonly validator: ((val: unknown) => boolean) | undefined;
64
+ __epPropKey: true;
65
+ };
66
+ disabled: BooleanConstructor;
67
+ offset: {
68
+ readonly type: import('vue').PropType<number>;
69
+ readonly required: false;
70
+ readonly validator: ((val: unknown) => boolean) | undefined;
71
+ __epPropKey: true;
72
+ } & {
73
+ readonly default: undefined;
74
+ };
75
+ persistent: {
76
+ readonly type: import('vue').PropType<boolean>;
77
+ readonly required: false;
78
+ readonly validator: ((val: unknown) => boolean) | undefined;
79
+ __epPropKey: true;
80
+ } & {
81
+ readonly default: true;
82
+ };
83
+ width: {
84
+ readonly type: import('vue').PropType<string | number>;
85
+ readonly required: false;
86
+ readonly validator: ((val: unknown) => boolean) | undefined;
87
+ __epPropKey: true;
88
+ } & {
89
+ readonly default: 150;
90
+ };
91
+ visible: {
92
+ readonly type: import('vue').PropType<boolean | null>;
93
+ readonly required: false;
94
+ readonly validator: ((val: unknown) => boolean) | undefined;
95
+ __epPropKey: true;
96
+ } & {
97
+ readonly default: null;
98
+ };
99
+ trigger: {
100
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
101
+ readonly required: false;
102
+ readonly validator: ((val: unknown) => boolean) | undefined;
103
+ __epPropKey: true;
104
+ } & {
105
+ readonly default: "hover";
106
+ };
107
+ triggerKeys: {
108
+ readonly type: import('vue').PropType<string[]>;
109
+ readonly required: false;
110
+ readonly validator: ((val: unknown) => boolean) | undefined;
111
+ __epPropKey: true;
112
+ } & {
113
+ readonly default: () => string[];
114
+ };
115
+ popperOptions: {
116
+ readonly type: import('vue').PropType<any>;
117
+ readonly required: false;
118
+ readonly validator: ((val: unknown) => boolean) | undefined;
119
+ __epPropKey: true;
120
+ } & {
121
+ readonly default: () => {};
122
+ };
123
+ tabindex: {
124
+ readonly type: import('vue').PropType<string | number>;
125
+ readonly required: false;
126
+ readonly validator: ((val: unknown) => boolean) | undefined;
127
+ __epPropKey: true;
128
+ } & {
129
+ readonly default: 0;
130
+ };
131
+ content: {
132
+ readonly type: import('vue').PropType<string>;
133
+ readonly required: false;
134
+ readonly validator: ((val: unknown) => boolean) | undefined;
135
+ __epPropKey: true;
136
+ } & {
137
+ readonly default: "";
138
+ };
139
+ enterable: {
140
+ readonly default: true;
141
+ readonly type: import('vue').PropType<boolean>;
142
+ readonly required: false;
143
+ readonly validator: ((val: unknown) => boolean) | undefined;
144
+ readonly __epPropKey: true;
145
+ };
146
+ showArrow: {
147
+ readonly type: import('vue').PropType<boolean>;
148
+ readonly required: false;
149
+ readonly validator: ((val: unknown) => boolean) | undefined;
150
+ __epPropKey: true;
151
+ } & {
152
+ readonly default: true;
153
+ };
154
+ popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
155
+ popperClass: StringConstructor;
156
+ ariaLabel: StringConstructor;
157
+ bg: StringConstructor;
158
+ zIndex: NumberConstructor;
159
+ arrowOffset: {
160
+ readonly type: import('vue').PropType<number>;
161
+ readonly required: false;
162
+ readonly validator: ((val: unknown) => boolean) | undefined;
163
+ __epPropKey: true;
164
+ } & {
165
+ readonly default: 5;
166
+ };
167
+ virtualRef: {
168
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
169
+ readonly required: false;
170
+ readonly validator: ((val: unknown) => boolean) | undefined;
171
+ __epPropKey: true;
172
+ };
173
+ virtualTriggering: BooleanConstructor;
174
+ className: StringConstructor;
175
+ gpuAcceleration: {
176
+ readonly type: import('vue').PropType<boolean>;
177
+ readonly required: false;
178
+ readonly validator: ((val: unknown) => boolean) | undefined;
179
+ __epPropKey: true;
180
+ } & {
181
+ readonly default: true;
182
+ };
183
+ arrowBg: StringConstructor;
184
+ }>, {
185
+ tooltipRef: import('vue').Ref<EleTooltipInstance, EleTooltipInstance>;
186
+ tooltipProps: import('vue').ComputedRef<Partial<import('../ele-tooltip/props').TooltipProps>>;
187
+ hide: () => void;
188
+ handleUpdateVisible: (visible: boolean) => void;
189
+ handlePopBeforeEnter: () => void;
190
+ handlePopBeforeLeave: () => void;
191
+ handlePopAfterEnter: () => void;
192
+ handlePopAfterLeave: () => void;
193
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
194
+ "update:visible": (value: boolean) => boolean;
195
+ "before-enter": () => boolean;
196
+ "before-leave": () => boolean;
197
+ "after-enter": () => boolean;
198
+ "after-leave": () => boolean;
199
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
200
+ transition: {
201
+ type: StringConstructor;
202
+ default: string;
203
+ };
204
+ bodyClass: StringConstructor;
205
+ bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
206
+ titleStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
207
+ contentStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
208
+ showAfter: {
209
+ readonly type: import('vue').PropType<number>;
210
+ readonly required: false;
211
+ readonly validator: ((val: unknown) => boolean) | undefined;
212
+ __epPropKey: true;
213
+ } & {
214
+ readonly default: 0;
215
+ };
216
+ hideAfter: {
217
+ readonly type: import('vue').PropType<number>;
218
+ readonly required: false;
219
+ readonly validator: ((val: unknown) => boolean) | undefined;
220
+ __epPropKey: true;
221
+ } & {
222
+ readonly default: 200;
223
+ };
224
+ autoClose: {
225
+ readonly type: import('vue').PropType<number>;
226
+ readonly required: false;
227
+ readonly validator: ((val: unknown) => boolean) | undefined;
228
+ __epPropKey: true;
229
+ } & {
230
+ readonly default: 0;
231
+ };
232
+ title: StringConstructor;
233
+ effect: {
234
+ readonly default: "light";
235
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
236
+ readonly required: false;
237
+ readonly validator: ((val: unknown) => boolean) | undefined;
238
+ readonly __epPropKey: true;
239
+ };
240
+ placement: {
241
+ readonly type: import('vue').PropType<any>;
242
+ readonly required: false;
243
+ readonly validator: ((val: unknown) => boolean) | undefined;
244
+ __epPropKey: true;
245
+ } & {
246
+ readonly default: "bottom";
247
+ };
248
+ teleported: {
249
+ readonly type: import('vue').PropType<boolean>;
250
+ readonly required: false;
251
+ readonly validator: ((val: unknown) => boolean) | undefined;
252
+ __epPropKey: true;
253
+ } & {
254
+ readonly default: true;
255
+ };
256
+ appendTo: {
257
+ readonly type: import('vue').PropType<string | HTMLElement>;
258
+ readonly required: false;
259
+ readonly validator: ((val: unknown) => boolean) | undefined;
260
+ __epPropKey: true;
261
+ };
262
+ disabled: BooleanConstructor;
263
+ offset: {
264
+ readonly type: import('vue').PropType<number>;
265
+ readonly required: false;
266
+ readonly validator: ((val: unknown) => boolean) | undefined;
267
+ __epPropKey: true;
268
+ } & {
269
+ readonly default: undefined;
270
+ };
271
+ persistent: {
272
+ readonly type: import('vue').PropType<boolean>;
273
+ readonly required: false;
274
+ readonly validator: ((val: unknown) => boolean) | undefined;
275
+ __epPropKey: true;
276
+ } & {
277
+ readonly default: true;
278
+ };
279
+ width: {
280
+ readonly type: import('vue').PropType<string | number>;
281
+ readonly required: false;
282
+ readonly validator: ((val: unknown) => boolean) | undefined;
283
+ __epPropKey: true;
284
+ } & {
285
+ readonly default: 150;
286
+ };
287
+ visible: {
288
+ readonly type: import('vue').PropType<boolean | null>;
289
+ readonly required: false;
290
+ readonly validator: ((val: unknown) => boolean) | undefined;
291
+ __epPropKey: true;
292
+ } & {
293
+ readonly default: null;
294
+ };
295
+ trigger: {
296
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
297
+ readonly required: false;
298
+ readonly validator: ((val: unknown) => boolean) | undefined;
299
+ __epPropKey: true;
300
+ } & {
301
+ readonly default: "hover";
302
+ };
303
+ triggerKeys: {
304
+ readonly type: import('vue').PropType<string[]>;
305
+ readonly required: false;
306
+ readonly validator: ((val: unknown) => boolean) | undefined;
307
+ __epPropKey: true;
308
+ } & {
309
+ readonly default: () => string[];
310
+ };
311
+ popperOptions: {
312
+ readonly type: import('vue').PropType<any>;
313
+ readonly required: false;
314
+ readonly validator: ((val: unknown) => boolean) | undefined;
315
+ __epPropKey: true;
316
+ } & {
317
+ readonly default: () => {};
318
+ };
319
+ tabindex: {
320
+ readonly type: import('vue').PropType<string | number>;
321
+ readonly required: false;
322
+ readonly validator: ((val: unknown) => boolean) | undefined;
323
+ __epPropKey: true;
324
+ } & {
325
+ readonly default: 0;
326
+ };
327
+ content: {
328
+ readonly type: import('vue').PropType<string>;
329
+ readonly required: false;
330
+ readonly validator: ((val: unknown) => boolean) | undefined;
331
+ __epPropKey: true;
332
+ } & {
333
+ readonly default: "";
334
+ };
335
+ enterable: {
336
+ readonly default: true;
337
+ readonly type: import('vue').PropType<boolean>;
338
+ readonly required: false;
339
+ readonly validator: ((val: unknown) => boolean) | undefined;
340
+ readonly __epPropKey: true;
341
+ };
342
+ showArrow: {
343
+ readonly type: import('vue').PropType<boolean>;
344
+ readonly required: false;
345
+ readonly validator: ((val: unknown) => boolean) | undefined;
346
+ __epPropKey: true;
347
+ } & {
348
+ readonly default: true;
349
+ };
350
+ popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
351
+ popperClass: StringConstructor;
352
+ ariaLabel: StringConstructor;
353
+ bg: StringConstructor;
354
+ zIndex: NumberConstructor;
355
+ arrowOffset: {
356
+ readonly type: import('vue').PropType<number>;
357
+ readonly required: false;
358
+ readonly validator: ((val: unknown) => boolean) | undefined;
359
+ __epPropKey: true;
360
+ } & {
361
+ readonly default: 5;
362
+ };
363
+ virtualRef: {
364
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
365
+ readonly required: false;
366
+ readonly validator: ((val: unknown) => boolean) | undefined;
367
+ __epPropKey: true;
368
+ };
369
+ virtualTriggering: BooleanConstructor;
370
+ className: StringConstructor;
371
+ gpuAcceleration: {
372
+ readonly type: import('vue').PropType<boolean>;
373
+ readonly required: false;
374
+ readonly validator: ((val: unknown) => boolean) | undefined;
375
+ __epPropKey: true;
376
+ } & {
377
+ readonly default: true;
378
+ };
379
+ arrowBg: StringConstructor;
380
+ }>> & Readonly<{
381
+ "onUpdate:visible"?: ((value: boolean) => any) | undefined;
382
+ "onBefore-enter"?: (() => any) | undefined;
383
+ "onBefore-leave"?: (() => any) | undefined;
384
+ "onAfter-enter"?: (() => any) | undefined;
385
+ "onAfter-leave"?: (() => any) | undefined;
386
+ }>, {
387
+ showAfter: number;
388
+ hideAfter: number;
389
+ autoClose: number;
390
+ effect: import('element-plus').PopperEffect;
391
+ placement: any;
392
+ teleported: boolean;
393
+ disabled: boolean;
394
+ offset: number;
395
+ persistent: boolean;
396
+ width: string | number;
397
+ visible: boolean | null;
398
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
399
+ triggerKeys: string[];
400
+ popperOptions: any;
401
+ tabindex: string | number;
402
+ transition: string;
403
+ content: string;
404
+ enterable: boolean;
405
+ showArrow: boolean;
406
+ arrowOffset: number;
407
+ virtualTriggering: boolean;
408
+ gpuAcceleration: boolean;
409
+ }, {}, {
410
+ EleTooltip: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
411
+ bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
412
+ bg: StringConstructor;
413
+ arrowBg: StringConstructor;
414
+ width: (NumberConstructor | StringConstructor)[];
415
+ isPopover: BooleanConstructor;
416
+ showAfter: {
417
+ readonly type: import('vue').PropType<number>;
418
+ readonly required: false;
419
+ readonly validator: ((val: unknown) => boolean) | undefined;
420
+ __epPropKey: true;
421
+ } & {
422
+ readonly default: 0;
423
+ };
424
+ hideAfter: {
425
+ readonly type: import('vue').PropType<number>;
426
+ readonly required: false;
427
+ readonly validator: ((val: unknown) => boolean) | undefined;
428
+ __epPropKey: true;
429
+ } & {
430
+ readonly default: 200;
431
+ };
432
+ autoClose: {
433
+ readonly type: import('vue').PropType<number>;
434
+ readonly required: false;
435
+ readonly validator: ((val: unknown) => boolean) | undefined;
436
+ __epPropKey: true;
437
+ } & {
438
+ readonly default: 0;
439
+ };
440
+ effect: {
441
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
442
+ readonly required: false;
443
+ readonly validator: ((val: unknown) => boolean) | undefined;
444
+ __epPropKey: true;
445
+ } & {
446
+ readonly default: "dark";
447
+ };
448
+ ariaLabel: StringConstructor;
449
+ placement: {
450
+ readonly type: import('vue').PropType<string>;
451
+ readonly required: false;
452
+ readonly validator: ((val: unknown) => boolean) | undefined;
453
+ __epPropKey: true;
454
+ } & {
455
+ readonly default: "bottom";
456
+ };
457
+ teleported: {
458
+ readonly type: import('vue').PropType<boolean>;
459
+ readonly required: false;
460
+ readonly validator: ((val: unknown) => boolean) | undefined;
461
+ __epPropKey: true;
462
+ } & {
463
+ readonly default: true;
464
+ };
465
+ appendTo: {
466
+ readonly type: import('vue').PropType<string | HTMLElement>;
467
+ readonly required: false;
468
+ readonly validator: ((val: unknown) => boolean) | undefined;
469
+ __epPropKey: true;
470
+ };
471
+ disabled: BooleanConstructor;
472
+ offset: {
473
+ readonly type: import('vue').PropType<number>;
474
+ readonly required: false;
475
+ readonly validator: ((val: unknown) => boolean) | undefined;
476
+ __epPropKey: true;
477
+ } & {
478
+ readonly default: 12;
479
+ };
480
+ persistent: BooleanConstructor;
481
+ zIndex: NumberConstructor;
482
+ visible: {
483
+ readonly type: import('vue').PropType<boolean | null>;
484
+ readonly required: false;
485
+ readonly validator: ((val: unknown) => boolean) | undefined;
486
+ __epPropKey: true;
487
+ } & {
488
+ readonly default: null;
489
+ };
490
+ trigger: {
491
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
492
+ readonly required: false;
493
+ readonly validator: ((val: unknown) => boolean) | undefined;
494
+ __epPropKey: true;
495
+ } & {
496
+ readonly default: "hover";
497
+ };
498
+ triggerKeys: {
499
+ readonly type: import('vue').PropType<string[]>;
500
+ readonly required: false;
501
+ readonly validator: ((val: unknown) => boolean) | undefined;
502
+ __epPropKey: true;
503
+ } & {
504
+ readonly default: () => string[];
505
+ };
506
+ popperOptions: {
507
+ readonly type: import('vue').PropType<any>;
508
+ readonly required: false;
509
+ readonly validator: ((val: unknown) => boolean) | undefined;
510
+ __epPropKey: true;
511
+ } & {
512
+ readonly default: () => {};
513
+ };
514
+ transition: StringConstructor;
515
+ content: {
516
+ readonly type: import('vue').PropType<string>;
517
+ readonly required: false;
518
+ readonly validator: ((val: unknown) => boolean) | undefined;
519
+ __epPropKey: true;
520
+ } & {
521
+ readonly default: "";
522
+ };
523
+ enterable: {
524
+ readonly type: import('vue').PropType<boolean>;
525
+ readonly required: false;
526
+ readonly validator: ((val: unknown) => boolean) | undefined;
527
+ __epPropKey: true;
528
+ } & {
529
+ readonly default: true;
530
+ };
531
+ showArrow: {
532
+ readonly type: import('vue').PropType<boolean>;
533
+ readonly required: false;
534
+ readonly validator: ((val: unknown) => boolean) | undefined;
535
+ __epPropKey: true;
536
+ } & {
537
+ readonly default: boolean;
538
+ };
539
+ arrowOffset: {
540
+ readonly type: import('vue').PropType<number>;
541
+ readonly required: false;
542
+ readonly validator: ((val: unknown) => boolean) | undefined;
543
+ __epPropKey: true;
544
+ } & {
545
+ readonly default: 5;
546
+ };
547
+ virtualRef: {
548
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
549
+ readonly required: false;
550
+ readonly validator: ((val: unknown) => boolean) | undefined;
551
+ __epPropKey: true;
552
+ };
553
+ virtualTriggering: BooleanConstructor;
554
+ rawContent: BooleanConstructor;
555
+ gpuAcceleration: {
556
+ readonly type: import('vue').PropType<boolean>;
557
+ readonly required: false;
558
+ readonly validator: ((val: unknown) => boolean) | undefined;
559
+ __epPropKey: true;
560
+ } & {
561
+ readonly default: true;
562
+ };
563
+ className: StringConstructor;
564
+ popperClass: StringConstructor;
565
+ popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
566
+ }>, {
567
+ tooltipRef: import('vue').Ref<import('../ele-app/el').ElTooltipInstance | undefined, import('../ele-app/el').ElTooltipInstance | undefined>;
568
+ rootProps: import('vue').ComputedRef<Partial<import('element-plus').ElTooltipProps>>;
569
+ popperRef: import('vue').ComputedRef<import('../ele-app/el').ElPopperInstance>;
570
+ contentRef: import('vue').ComputedRef<import('element-plus').TooltipContentInstance | undefined>;
571
+ isFocusInsideContent: () => void;
572
+ updatePopper: () => void;
573
+ handleOpen: (opt?: Event) => void;
574
+ handleClose: (opt?: Event) => void;
575
+ hide: (opt?: Event) => void;
576
+ handleUpdateVisible: (visible: boolean) => void;
577
+ handlePopBeforeShow: (e: Event) => void;
578
+ handlePopBeforeHide: (e: Event) => void;
579
+ handlePopShow: (e: Event) => void;
580
+ handlePopHide: (e: Event) => void;
581
+ handlePopOpen: (e: any) => void;
582
+ handlePopClose: (e: any) => void;
583
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, import('../ele-tooltip/props').TooltipEmits, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
584
+ bodyStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
585
+ bg: StringConstructor;
586
+ arrowBg: StringConstructor;
587
+ width: (NumberConstructor | StringConstructor)[];
588
+ isPopover: BooleanConstructor;
589
+ showAfter: {
590
+ readonly type: import('vue').PropType<number>;
591
+ readonly required: false;
592
+ readonly validator: ((val: unknown) => boolean) | undefined;
593
+ __epPropKey: true;
594
+ } & {
595
+ readonly default: 0;
596
+ };
597
+ hideAfter: {
598
+ readonly type: import('vue').PropType<number>;
599
+ readonly required: false;
600
+ readonly validator: ((val: unknown) => boolean) | undefined;
601
+ __epPropKey: true;
602
+ } & {
603
+ readonly default: 200;
604
+ };
605
+ autoClose: {
606
+ readonly type: import('vue').PropType<number>;
607
+ readonly required: false;
608
+ readonly validator: ((val: unknown) => boolean) | undefined;
609
+ __epPropKey: true;
610
+ } & {
611
+ readonly default: 0;
612
+ };
613
+ effect: {
614
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
615
+ readonly required: false;
616
+ readonly validator: ((val: unknown) => boolean) | undefined;
617
+ __epPropKey: true;
618
+ } & {
619
+ readonly default: "dark";
620
+ };
621
+ ariaLabel: StringConstructor;
622
+ placement: {
623
+ readonly type: import('vue').PropType<string>;
624
+ readonly required: false;
625
+ readonly validator: ((val: unknown) => boolean) | undefined;
626
+ __epPropKey: true;
627
+ } & {
628
+ readonly default: "bottom";
629
+ };
630
+ teleported: {
631
+ readonly type: import('vue').PropType<boolean>;
632
+ readonly required: false;
633
+ readonly validator: ((val: unknown) => boolean) | undefined;
634
+ __epPropKey: true;
635
+ } & {
636
+ readonly default: true;
637
+ };
638
+ appendTo: {
639
+ readonly type: import('vue').PropType<string | HTMLElement>;
640
+ readonly required: false;
641
+ readonly validator: ((val: unknown) => boolean) | undefined;
642
+ __epPropKey: true;
643
+ };
644
+ disabled: BooleanConstructor;
645
+ offset: {
646
+ readonly type: import('vue').PropType<number>;
647
+ readonly required: false;
648
+ readonly validator: ((val: unknown) => boolean) | undefined;
649
+ __epPropKey: true;
650
+ } & {
651
+ readonly default: 12;
652
+ };
653
+ persistent: BooleanConstructor;
654
+ zIndex: NumberConstructor;
655
+ visible: {
656
+ readonly type: import('vue').PropType<boolean | null>;
657
+ readonly required: false;
658
+ readonly validator: ((val: unknown) => boolean) | undefined;
659
+ __epPropKey: true;
660
+ } & {
661
+ readonly default: null;
662
+ };
663
+ trigger: {
664
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
665
+ readonly required: false;
666
+ readonly validator: ((val: unknown) => boolean) | undefined;
667
+ __epPropKey: true;
668
+ } & {
669
+ readonly default: "hover";
670
+ };
671
+ triggerKeys: {
672
+ readonly type: import('vue').PropType<string[]>;
673
+ readonly required: false;
674
+ readonly validator: ((val: unknown) => boolean) | undefined;
675
+ __epPropKey: true;
676
+ } & {
677
+ readonly default: () => string[];
678
+ };
679
+ popperOptions: {
680
+ readonly type: import('vue').PropType<any>;
681
+ readonly required: false;
682
+ readonly validator: ((val: unknown) => boolean) | undefined;
683
+ __epPropKey: true;
684
+ } & {
685
+ readonly default: () => {};
686
+ };
687
+ transition: StringConstructor;
688
+ content: {
689
+ readonly type: import('vue').PropType<string>;
690
+ readonly required: false;
691
+ readonly validator: ((val: unknown) => boolean) | undefined;
692
+ __epPropKey: true;
693
+ } & {
694
+ readonly default: "";
695
+ };
696
+ enterable: {
697
+ readonly type: import('vue').PropType<boolean>;
698
+ readonly required: false;
699
+ readonly validator: ((val: unknown) => boolean) | undefined;
700
+ __epPropKey: true;
701
+ } & {
702
+ readonly default: true;
703
+ };
704
+ showArrow: {
705
+ readonly type: import('vue').PropType<boolean>;
706
+ readonly required: false;
707
+ readonly validator: ((val: unknown) => boolean) | undefined;
708
+ __epPropKey: true;
709
+ } & {
710
+ readonly default: boolean;
711
+ };
712
+ arrowOffset: {
713
+ readonly type: import('vue').PropType<number>;
714
+ readonly required: false;
715
+ readonly validator: ((val: unknown) => boolean) | undefined;
716
+ __epPropKey: true;
717
+ } & {
718
+ readonly default: 5;
719
+ };
720
+ virtualRef: {
721
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
722
+ readonly required: false;
723
+ readonly validator: ((val: unknown) => boolean) | undefined;
724
+ __epPropKey: true;
725
+ };
726
+ virtualTriggering: BooleanConstructor;
727
+ rawContent: BooleanConstructor;
728
+ gpuAcceleration: {
729
+ readonly type: import('vue').PropType<boolean>;
730
+ readonly required: false;
731
+ readonly validator: ((val: unknown) => boolean) | undefined;
732
+ __epPropKey: true;
733
+ } & {
734
+ readonly default: true;
735
+ };
736
+ className: StringConstructor;
737
+ popperClass: StringConstructor;
738
+ popperStyle: import('vue').PropType<import('../ele-app/types').StyleValue>;
739
+ }>> & Readonly<{
740
+ onClose?: ((e: any) => any) | undefined;
741
+ onHide?: ((e: Event) => any) | undefined;
742
+ onOpen?: ((e: any) => any) | undefined;
743
+ "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
744
+ "onBefore-show"?: ((e: Event) => any) | undefined;
745
+ "onBefore-hide"?: ((e: Event) => any) | undefined;
746
+ onShow?: ((e: Event) => any) | undefined;
747
+ }>, {
748
+ showAfter: number;
749
+ hideAfter: number;
750
+ autoClose: number;
751
+ effect: import('element-plus').PopperEffect;
752
+ placement: string;
753
+ teleported: boolean;
754
+ disabled: boolean;
755
+ offset: number;
756
+ persistent: boolean;
757
+ visible: boolean | null;
758
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
759
+ triggerKeys: string[];
760
+ popperOptions: any;
761
+ content: string;
762
+ enterable: boolean;
763
+ showArrow: boolean;
764
+ arrowOffset: number;
765
+ virtualTriggering: boolean;
766
+ rawContent: boolean;
767
+ gpuAcceleration: boolean;
768
+ isPopover: boolean;
769
+ }, {}, {
770
+ ElTooltip: {
771
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
772
+ showArrow: {
773
+ readonly type: import('vue').PropType<boolean>;
774
+ readonly required: false;
775
+ readonly validator: ((val: unknown) => boolean) | undefined;
776
+ __epPropKey: true;
777
+ } & {
778
+ readonly default: boolean;
779
+ };
780
+ arrowOffset: {
781
+ readonly type: import('vue').PropType<number>;
782
+ readonly required: false;
783
+ readonly validator: ((val: unknown) => boolean) | undefined;
784
+ __epPropKey: true;
785
+ } & {
786
+ readonly default: 5;
787
+ };
788
+ disabled: BooleanConstructor;
789
+ trigger: {
790
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
791
+ readonly required: false;
792
+ readonly validator: ((val: unknown) => boolean) | undefined;
793
+ __epPropKey: true;
794
+ } & {
795
+ readonly default: "hover";
796
+ };
797
+ triggerKeys: {
798
+ readonly type: import('vue').PropType<string[]>;
799
+ readonly required: false;
800
+ readonly validator: ((val: unknown) => boolean) | undefined;
801
+ __epPropKey: true;
802
+ } & {
803
+ readonly default: () => string[];
804
+ };
805
+ virtualRef: {
806
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
807
+ readonly required: false;
808
+ readonly validator: ((val: unknown) => boolean) | undefined;
809
+ __epPropKey: true;
810
+ };
811
+ virtualTriggering: BooleanConstructor;
812
+ onMouseenter: {
813
+ readonly type: import('vue').PropType<(e: Event) => void>;
814
+ readonly required: false;
815
+ readonly validator: ((val: unknown) => boolean) | undefined;
816
+ __epPropKey: true;
817
+ };
818
+ onMouseleave: {
819
+ readonly type: import('vue').PropType<(e: Event) => void>;
820
+ readonly required: false;
821
+ readonly validator: ((val: unknown) => boolean) | undefined;
822
+ __epPropKey: true;
823
+ };
824
+ onClick: {
825
+ readonly type: import('vue').PropType<(e: Event) => void>;
826
+ readonly required: false;
827
+ readonly validator: ((val: unknown) => boolean) | undefined;
828
+ __epPropKey: true;
829
+ };
830
+ onKeydown: {
831
+ readonly type: import('vue').PropType<(e: Event) => void>;
832
+ readonly required: false;
833
+ readonly validator: ((val: unknown) => boolean) | undefined;
834
+ __epPropKey: true;
835
+ };
836
+ onFocus: {
837
+ readonly type: import('vue').PropType<(e: Event) => void>;
838
+ readonly required: false;
839
+ readonly validator: ((val: unknown) => boolean) | undefined;
840
+ __epPropKey: true;
841
+ };
842
+ onBlur: {
843
+ readonly type: import('vue').PropType<(e: Event) => void>;
844
+ readonly required: false;
845
+ readonly validator: ((val: unknown) => boolean) | undefined;
846
+ __epPropKey: true;
847
+ };
848
+ onContextmenu: {
849
+ readonly type: import('vue').PropType<(e: Event) => void>;
850
+ readonly required: false;
851
+ readonly validator: ((val: unknown) => boolean) | undefined;
852
+ __epPropKey: true;
853
+ };
854
+ id: StringConstructor;
855
+ open: BooleanConstructor;
856
+ ariaLabel: StringConstructor;
857
+ appendTo: {
858
+ readonly type: import('vue').PropType<string | HTMLElement>;
859
+ readonly required: false;
860
+ readonly validator: ((val: unknown) => boolean) | undefined;
861
+ __epPropKey: true;
862
+ };
863
+ content: {
864
+ readonly type: import('vue').PropType<string>;
865
+ readonly required: false;
866
+ readonly validator: ((val: unknown) => boolean) | undefined;
867
+ __epPropKey: true;
868
+ } & {
869
+ readonly default: "";
870
+ };
871
+ rawContent: BooleanConstructor;
872
+ persistent: BooleanConstructor;
873
+ visible: {
874
+ readonly type: import('vue').PropType<boolean | null>;
875
+ readonly required: false;
876
+ readonly validator: ((val: unknown) => boolean) | undefined;
877
+ __epPropKey: true;
878
+ } & {
879
+ readonly default: null;
880
+ };
881
+ transition: StringConstructor;
882
+ teleported: {
883
+ readonly type: import('vue').PropType<boolean>;
884
+ readonly required: false;
885
+ readonly validator: ((val: unknown) => boolean) | undefined;
886
+ __epPropKey: true;
887
+ } & {
888
+ readonly default: true;
889
+ };
890
+ style: {
891
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
892
+ readonly required: false;
893
+ readonly validator: ((val: unknown) => boolean) | undefined;
894
+ __epPropKey: true;
895
+ };
896
+ className: {
897
+ readonly type: import('vue').PropType<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 | {
914
+ [x: string]: boolean;
915
+ } | (string | {
916
+ [x: string]: boolean;
917
+ } | (string | any[] | {
918
+ [x: string]: boolean;
919
+ })[])[])[])[])[])[])[])[])[])[]>;
920
+ readonly required: false;
921
+ readonly validator: ((val: unknown) => boolean) | undefined;
922
+ __epPropKey: true;
923
+ };
924
+ effect: {
925
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
926
+ readonly required: false;
927
+ readonly validator: ((val: unknown) => boolean) | undefined;
928
+ __epPropKey: true;
929
+ } & {
930
+ readonly default: "dark";
931
+ };
932
+ enterable: {
933
+ readonly type: import('vue').PropType<boolean>;
934
+ readonly required: false;
935
+ readonly validator: ((val: unknown) => boolean) | undefined;
936
+ __epPropKey: true;
937
+ } & {
938
+ readonly default: true;
939
+ };
940
+ pure: BooleanConstructor;
941
+ focusOnShow: {
942
+ readonly type: import('vue').PropType<boolean>;
943
+ readonly required: false;
944
+ readonly validator: ((val: unknown) => boolean) | undefined;
945
+ __epPropKey: true;
946
+ } & {
947
+ readonly default: false;
948
+ };
949
+ trapping: {
950
+ readonly type: import('vue').PropType<boolean>;
951
+ readonly required: false;
952
+ readonly validator: ((val: unknown) => boolean) | undefined;
953
+ __epPropKey: true;
954
+ } & {
955
+ readonly default: false;
956
+ };
957
+ popperClass: {
958
+ readonly type: import('vue').PropType<string | {
959
+ [x: string]: boolean;
960
+ } | (string | {
961
+ [x: string]: boolean;
962
+ } | (string | {
963
+ [x: string]: boolean;
964
+ } | (string | {
965
+ [x: string]: boolean;
966
+ } | (string | {
967
+ [x: string]: boolean;
968
+ } | (string | {
969
+ [x: string]: boolean;
970
+ } | (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 | any[] | {
979
+ [x: string]: boolean;
980
+ })[])[])[])[])[])[])[])[])[])[]>;
981
+ readonly required: false;
982
+ readonly validator: ((val: unknown) => boolean) | undefined;
983
+ __epPropKey: true;
984
+ };
985
+ popperStyle: {
986
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
987
+ readonly required: false;
988
+ readonly validator: ((val: unknown) => boolean) | undefined;
989
+ __epPropKey: true;
990
+ };
991
+ referenceEl: {
992
+ readonly type: import('vue').PropType<HTMLElement>;
993
+ readonly required: false;
994
+ readonly validator: ((val: unknown) => boolean) | undefined;
995
+ __epPropKey: true;
996
+ };
997
+ triggerTargetEl: {
998
+ readonly type: import('vue').PropType<HTMLElement>;
999
+ readonly required: false;
1000
+ readonly validator: ((val: unknown) => boolean) | undefined;
1001
+ __epPropKey: true;
1002
+ };
1003
+ stopPopperMouseEvent: {
1004
+ readonly type: import('vue').PropType<boolean>;
1005
+ readonly required: false;
1006
+ readonly validator: ((val: unknown) => boolean) | undefined;
1007
+ __epPropKey: true;
1008
+ } & {
1009
+ readonly default: true;
1010
+ };
1011
+ zIndex: NumberConstructor;
1012
+ boundariesPadding: {
1013
+ readonly type: import('vue').PropType<number>;
1014
+ readonly required: false;
1015
+ readonly validator: ((val: unknown) => boolean) | undefined;
1016
+ __epPropKey: true;
1017
+ } & {
1018
+ readonly default: 0;
1019
+ };
1020
+ fallbackPlacements: {
1021
+ readonly type: import('vue').PropType<Placement[]>;
1022
+ readonly required: false;
1023
+ readonly validator: ((val: unknown) => boolean) | undefined;
1024
+ __epPropKey: true;
1025
+ } & {
1026
+ readonly default: undefined;
1027
+ };
1028
+ gpuAcceleration: {
1029
+ readonly type: import('vue').PropType<boolean>;
1030
+ readonly required: false;
1031
+ readonly validator: ((val: unknown) => boolean) | undefined;
1032
+ __epPropKey: true;
1033
+ } & {
1034
+ readonly default: true;
1035
+ };
1036
+ offset: {
1037
+ readonly type: import('vue').PropType<number>;
1038
+ readonly required: false;
1039
+ readonly validator: ((val: unknown) => boolean) | undefined;
1040
+ __epPropKey: true;
1041
+ } & {
1042
+ readonly default: 12;
1043
+ };
1044
+ placement: {
1045
+ readonly type: import('vue').PropType<string>;
1046
+ readonly required: false;
1047
+ readonly validator: ((val: unknown) => boolean) | undefined;
1048
+ __epPropKey: true;
1049
+ } & {
1050
+ readonly default: "bottom";
1051
+ };
1052
+ popperOptions: {
1053
+ readonly type: import('vue').PropType<any>;
1054
+ readonly required: false;
1055
+ readonly validator: ((val: unknown) => boolean) | undefined;
1056
+ __epPropKey: true;
1057
+ } & {
1058
+ readonly default: () => {};
1059
+ };
1060
+ strategy: {
1061
+ readonly type: import('vue').PropType<"fixed" | "absolute">;
1062
+ readonly required: false;
1063
+ readonly validator: ((val: unknown) => boolean) | undefined;
1064
+ __epPropKey: true;
1065
+ } & {
1066
+ readonly default: "absolute";
1067
+ };
1068
+ showAfter: {
1069
+ readonly type: import('vue').PropType<number>;
1070
+ readonly required: false;
1071
+ readonly validator: ((val: unknown) => boolean) | undefined;
1072
+ __epPropKey: true;
1073
+ } & {
1074
+ readonly default: 0;
1075
+ };
1076
+ hideAfter: {
1077
+ readonly type: import('vue').PropType<number>;
1078
+ readonly required: false;
1079
+ readonly validator: ((val: unknown) => boolean) | undefined;
1080
+ __epPropKey: true;
1081
+ } & {
1082
+ readonly default: 200;
1083
+ };
1084
+ autoClose: {
1085
+ readonly type: import('vue').PropType<number>;
1086
+ readonly required: false;
1087
+ readonly validator: ((val: unknown) => boolean) | undefined;
1088
+ __epPropKey: true;
1089
+ } & {
1090
+ readonly default: 0;
1091
+ };
1092
+ "onUpdate:visible": {
1093
+ readonly type: import('vue').PropType<(val: boolean) => void>;
1094
+ readonly required: false;
1095
+ readonly validator: ((val: unknown) => boolean) | undefined;
1096
+ __epPropKey: true;
1097
+ };
1098
+ role: {
1099
+ readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
1100
+ readonly required: false;
1101
+ readonly validator: ((val: unknown) => boolean) | undefined;
1102
+ __epPropKey: true;
1103
+ } & {
1104
+ readonly default: "tooltip";
1105
+ };
1106
+ }>>, {
1107
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
1108
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
1109
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
1110
+ updatePopper: () => void;
1111
+ onOpen: (event?: Event) => void;
1112
+ onClose: (event?: Event) => void;
1113
+ hide: (event?: Event) => void;
1114
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1115
+ [x: string]: (...args: any[]) => void;
1116
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
1117
+ disabled: boolean;
1118
+ content: string;
1119
+ offset: number;
1120
+ visible: boolean | null;
1121
+ open: boolean;
1122
+ placement: string;
1123
+ strategy: "fixed" | "absolute";
1124
+ effect: import('element-plus').PopperEffect;
1125
+ showAfter: number;
1126
+ hideAfter: number;
1127
+ autoClose: number;
1128
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
1129
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
1130
+ virtualTriggering: boolean;
1131
+ arrowOffset: number;
1132
+ boundariesPadding: number;
1133
+ fallbackPlacements: Placement[];
1134
+ gpuAcceleration: boolean;
1135
+ popperOptions: Partial<Options>;
1136
+ enterable: boolean;
1137
+ focusOnShow: boolean;
1138
+ trapping: boolean;
1139
+ stopPopperMouseEvent: boolean;
1140
+ pure: boolean;
1141
+ triggerKeys: string[];
1142
+ teleported: boolean;
1143
+ rawContent: boolean;
1144
+ persistent: boolean;
1145
+ showArrow: boolean;
1146
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1147
+ P: {};
1148
+ B: {};
1149
+ D: {};
1150
+ C: {};
1151
+ M: {};
1152
+ Defaults: {};
1153
+ }, Readonly<import('vue').ExtractPropTypes<{
1154
+ showArrow: {
1155
+ readonly type: import('vue').PropType<boolean>;
1156
+ readonly required: false;
1157
+ readonly validator: ((val: unknown) => boolean) | undefined;
1158
+ __epPropKey: true;
1159
+ } & {
1160
+ readonly default: boolean;
1161
+ };
1162
+ arrowOffset: {
1163
+ readonly type: import('vue').PropType<number>;
1164
+ readonly required: false;
1165
+ readonly validator: ((val: unknown) => boolean) | undefined;
1166
+ __epPropKey: true;
1167
+ } & {
1168
+ readonly default: 5;
1169
+ };
1170
+ disabled: BooleanConstructor;
1171
+ trigger: {
1172
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
1173
+ readonly required: false;
1174
+ readonly validator: ((val: unknown) => boolean) | undefined;
1175
+ __epPropKey: true;
1176
+ } & {
1177
+ readonly default: "hover";
1178
+ };
1179
+ triggerKeys: {
1180
+ readonly type: import('vue').PropType<string[]>;
1181
+ readonly required: false;
1182
+ readonly validator: ((val: unknown) => boolean) | undefined;
1183
+ __epPropKey: true;
1184
+ } & {
1185
+ readonly default: () => string[];
1186
+ };
1187
+ virtualRef: {
1188
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
1189
+ readonly required: false;
1190
+ readonly validator: ((val: unknown) => boolean) | undefined;
1191
+ __epPropKey: true;
1192
+ };
1193
+ virtualTriggering: BooleanConstructor;
1194
+ onMouseenter: {
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
+ onMouseleave: {
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
+ onClick: {
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
+ onKeydown: {
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
+ onFocus: {
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
+ onBlur: {
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
+ onContextmenu: {
1231
+ readonly type: import('vue').PropType<(e: Event) => void>;
1232
+ readonly required: false;
1233
+ readonly validator: ((val: unknown) => boolean) | undefined;
1234
+ __epPropKey: true;
1235
+ };
1236
+ id: StringConstructor;
1237
+ open: BooleanConstructor;
1238
+ ariaLabel: StringConstructor;
1239
+ appendTo: {
1240
+ readonly type: import('vue').PropType<string | HTMLElement>;
1241
+ readonly required: false;
1242
+ readonly validator: ((val: unknown) => boolean) | undefined;
1243
+ __epPropKey: true;
1244
+ };
1245
+ content: {
1246
+ readonly type: import('vue').PropType<string>;
1247
+ readonly required: false;
1248
+ readonly validator: ((val: unknown) => boolean) | undefined;
1249
+ __epPropKey: true;
1250
+ } & {
1251
+ readonly default: "";
1252
+ };
1253
+ rawContent: BooleanConstructor;
1254
+ persistent: BooleanConstructor;
1255
+ visible: {
1256
+ readonly type: import('vue').PropType<boolean | null>;
1257
+ readonly required: false;
1258
+ readonly validator: ((val: unknown) => boolean) | undefined;
1259
+ __epPropKey: true;
1260
+ } & {
1261
+ readonly default: null;
1262
+ };
1263
+ transition: StringConstructor;
1264
+ teleported: {
1265
+ readonly type: import('vue').PropType<boolean>;
1266
+ readonly required: false;
1267
+ readonly validator: ((val: unknown) => boolean) | undefined;
1268
+ __epPropKey: true;
1269
+ } & {
1270
+ readonly default: true;
1271
+ };
1272
+ style: {
1273
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
1274
+ readonly required: false;
1275
+ readonly validator: ((val: unknown) => boolean) | undefined;
1276
+ __epPropKey: true;
1277
+ };
1278
+ className: {
1279
+ readonly type: import('vue').PropType<string | {
1280
+ [x: string]: boolean;
1281
+ } | (string | {
1282
+ [x: string]: boolean;
1283
+ } | (string | {
1284
+ [x: string]: boolean;
1285
+ } | (string | {
1286
+ [x: string]: boolean;
1287
+ } | (string | {
1288
+ [x: string]: boolean;
1289
+ } | (string | {
1290
+ [x: string]: boolean;
1291
+ } | (string | {
1292
+ [x: string]: boolean;
1293
+ } | (string | {
1294
+ [x: string]: boolean;
1295
+ } | (string | {
1296
+ [x: string]: boolean;
1297
+ } | (string | {
1298
+ [x: string]: boolean;
1299
+ } | (string | any[] | {
1300
+ [x: string]: boolean;
1301
+ })[])[])[])[])[])[])[])[])[])[]>;
1302
+ readonly required: false;
1303
+ readonly validator: ((val: unknown) => boolean) | undefined;
1304
+ __epPropKey: true;
1305
+ };
1306
+ effect: {
1307
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
1308
+ readonly required: false;
1309
+ readonly validator: ((val: unknown) => boolean) | undefined;
1310
+ __epPropKey: true;
1311
+ } & {
1312
+ readonly default: "dark";
1313
+ };
1314
+ enterable: {
1315
+ readonly type: import('vue').PropType<boolean>;
1316
+ readonly required: false;
1317
+ readonly validator: ((val: unknown) => boolean) | undefined;
1318
+ __epPropKey: true;
1319
+ } & {
1320
+ readonly default: true;
1321
+ };
1322
+ pure: BooleanConstructor;
1323
+ focusOnShow: {
1324
+ readonly type: import('vue').PropType<boolean>;
1325
+ readonly required: false;
1326
+ readonly validator: ((val: unknown) => boolean) | undefined;
1327
+ __epPropKey: true;
1328
+ } & {
1329
+ readonly default: false;
1330
+ };
1331
+ trapping: {
1332
+ readonly type: import('vue').PropType<boolean>;
1333
+ readonly required: false;
1334
+ readonly validator: ((val: unknown) => boolean) | undefined;
1335
+ __epPropKey: true;
1336
+ } & {
1337
+ readonly default: false;
1338
+ };
1339
+ popperClass: {
1340
+ readonly type: import('vue').PropType<string | {
1341
+ [x: string]: boolean;
1342
+ } | (string | {
1343
+ [x: string]: boolean;
1344
+ } | (string | {
1345
+ [x: string]: boolean;
1346
+ } | (string | {
1347
+ [x: string]: boolean;
1348
+ } | (string | {
1349
+ [x: string]: boolean;
1350
+ } | (string | {
1351
+ [x: string]: boolean;
1352
+ } | (string | {
1353
+ [x: string]: boolean;
1354
+ } | (string | {
1355
+ [x: string]: boolean;
1356
+ } | (string | {
1357
+ [x: string]: boolean;
1358
+ } | (string | {
1359
+ [x: string]: boolean;
1360
+ } | (string | any[] | {
1361
+ [x: string]: boolean;
1362
+ })[])[])[])[])[])[])[])[])[])[]>;
1363
+ readonly required: false;
1364
+ readonly validator: ((val: unknown) => boolean) | undefined;
1365
+ __epPropKey: true;
1366
+ };
1367
+ popperStyle: {
1368
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
1369
+ readonly required: false;
1370
+ readonly validator: ((val: unknown) => boolean) | undefined;
1371
+ __epPropKey: true;
1372
+ };
1373
+ referenceEl: {
1374
+ readonly type: import('vue').PropType<HTMLElement>;
1375
+ readonly required: false;
1376
+ readonly validator: ((val: unknown) => boolean) | undefined;
1377
+ __epPropKey: true;
1378
+ };
1379
+ triggerTargetEl: {
1380
+ readonly type: import('vue').PropType<HTMLElement>;
1381
+ readonly required: false;
1382
+ readonly validator: ((val: unknown) => boolean) | undefined;
1383
+ __epPropKey: true;
1384
+ };
1385
+ stopPopperMouseEvent: {
1386
+ readonly type: import('vue').PropType<boolean>;
1387
+ readonly required: false;
1388
+ readonly validator: ((val: unknown) => boolean) | undefined;
1389
+ __epPropKey: true;
1390
+ } & {
1391
+ readonly default: true;
1392
+ };
1393
+ zIndex: NumberConstructor;
1394
+ boundariesPadding: {
1395
+ readonly type: import('vue').PropType<number>;
1396
+ readonly required: false;
1397
+ readonly validator: ((val: unknown) => boolean) | undefined;
1398
+ __epPropKey: true;
1399
+ } & {
1400
+ readonly default: 0;
1401
+ };
1402
+ fallbackPlacements: {
1403
+ readonly type: import('vue').PropType<Placement[]>;
1404
+ readonly required: false;
1405
+ readonly validator: ((val: unknown) => boolean) | undefined;
1406
+ __epPropKey: true;
1407
+ } & {
1408
+ readonly default: undefined;
1409
+ };
1410
+ gpuAcceleration: {
1411
+ readonly type: import('vue').PropType<boolean>;
1412
+ readonly required: false;
1413
+ readonly validator: ((val: unknown) => boolean) | undefined;
1414
+ __epPropKey: true;
1415
+ } & {
1416
+ readonly default: true;
1417
+ };
1418
+ offset: {
1419
+ readonly type: import('vue').PropType<number>;
1420
+ readonly required: false;
1421
+ readonly validator: ((val: unknown) => boolean) | undefined;
1422
+ __epPropKey: true;
1423
+ } & {
1424
+ readonly default: 12;
1425
+ };
1426
+ placement: {
1427
+ readonly type: import('vue').PropType<string>;
1428
+ readonly required: false;
1429
+ readonly validator: ((val: unknown) => boolean) | undefined;
1430
+ __epPropKey: true;
1431
+ } & {
1432
+ readonly default: "bottom";
1433
+ };
1434
+ popperOptions: {
1435
+ readonly type: import('vue').PropType<any>;
1436
+ readonly required: false;
1437
+ readonly validator: ((val: unknown) => boolean) | undefined;
1438
+ __epPropKey: true;
1439
+ } & {
1440
+ readonly default: () => {};
1441
+ };
1442
+ strategy: {
1443
+ readonly type: import('vue').PropType<"fixed" | "absolute">;
1444
+ readonly required: false;
1445
+ readonly validator: ((val: unknown) => boolean) | undefined;
1446
+ __epPropKey: true;
1447
+ } & {
1448
+ readonly default: "absolute";
1449
+ };
1450
+ showAfter: {
1451
+ readonly type: import('vue').PropType<number>;
1452
+ readonly required: false;
1453
+ readonly validator: ((val: unknown) => boolean) | undefined;
1454
+ __epPropKey: true;
1455
+ } & {
1456
+ readonly default: 0;
1457
+ };
1458
+ hideAfter: {
1459
+ readonly type: import('vue').PropType<number>;
1460
+ readonly required: false;
1461
+ readonly validator: ((val: unknown) => boolean) | undefined;
1462
+ __epPropKey: true;
1463
+ } & {
1464
+ readonly default: 200;
1465
+ };
1466
+ autoClose: {
1467
+ readonly type: import('vue').PropType<number>;
1468
+ readonly required: false;
1469
+ readonly validator: ((val: unknown) => boolean) | undefined;
1470
+ __epPropKey: true;
1471
+ } & {
1472
+ readonly default: 0;
1473
+ };
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: {
1481
+ readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
1482
+ readonly required: false;
1483
+ readonly validator: ((val: unknown) => boolean) | undefined;
1484
+ __epPropKey: true;
1485
+ } & {
1486
+ readonly default: "tooltip";
1487
+ };
1488
+ }>>, {
1489
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
1490
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
1491
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
1492
+ updatePopper: () => void;
1493
+ onOpen: (event?: Event) => void;
1494
+ onClose: (event?: Event) => void;
1495
+ hide: (event?: Event) => void;
1496
+ }, {}, {}, {}, {
1497
+ disabled: boolean;
1498
+ content: string;
1499
+ offset: number;
1500
+ visible: boolean | null;
1501
+ open: boolean;
1502
+ placement: string;
1503
+ strategy: "fixed" | "absolute";
1504
+ effect: import('element-plus').PopperEffect;
1505
+ showAfter: number;
1506
+ hideAfter: number;
1507
+ autoClose: number;
1508
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
1509
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
1510
+ virtualTriggering: boolean;
1511
+ arrowOffset: number;
1512
+ boundariesPadding: number;
1513
+ fallbackPlacements: Placement[];
1514
+ gpuAcceleration: boolean;
1515
+ popperOptions: Partial<Options>;
1516
+ enterable: boolean;
1517
+ focusOnShow: boolean;
1518
+ trapping: boolean;
1519
+ stopPopperMouseEvent: boolean;
1520
+ pure: boolean;
1521
+ triggerKeys: string[];
1522
+ teleported: boolean;
1523
+ rawContent: boolean;
1524
+ persistent: boolean;
1525
+ showArrow: boolean;
1526
+ }>;
1527
+ __isFragment?: never;
1528
+ __isTeleport?: never;
1529
+ __isSuspense?: never;
1530
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1531
+ showArrow: {
1532
+ readonly type: import('vue').PropType<boolean>;
1533
+ readonly required: false;
1534
+ readonly validator: ((val: unknown) => boolean) | undefined;
1535
+ __epPropKey: true;
1536
+ } & {
1537
+ readonly default: boolean;
1538
+ };
1539
+ arrowOffset: {
1540
+ readonly type: import('vue').PropType<number>;
1541
+ readonly required: false;
1542
+ readonly validator: ((val: unknown) => boolean) | undefined;
1543
+ __epPropKey: true;
1544
+ } & {
1545
+ readonly default: 5;
1546
+ };
1547
+ disabled: BooleanConstructor;
1548
+ trigger: {
1549
+ readonly type: import('vue').PropType<import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[]>;
1550
+ readonly required: false;
1551
+ readonly validator: ((val: unknown) => boolean) | undefined;
1552
+ __epPropKey: true;
1553
+ } & {
1554
+ readonly default: "hover";
1555
+ };
1556
+ triggerKeys: {
1557
+ readonly type: import('vue').PropType<string[]>;
1558
+ readonly required: false;
1559
+ readonly validator: ((val: unknown) => boolean) | undefined;
1560
+ __epPropKey: true;
1561
+ } & {
1562
+ readonly default: () => string[];
1563
+ };
1564
+ virtualRef: {
1565
+ readonly type: import('vue').PropType<import('element-plus').Measurable>;
1566
+ readonly required: false;
1567
+ readonly validator: ((val: unknown) => boolean) | undefined;
1568
+ __epPropKey: true;
1569
+ };
1570
+ virtualTriggering: BooleanConstructor;
1571
+ onMouseenter: {
1572
+ readonly type: import('vue').PropType<(e: Event) => void>;
1573
+ readonly required: false;
1574
+ readonly validator: ((val: unknown) => boolean) | undefined;
1575
+ __epPropKey: true;
1576
+ };
1577
+ onMouseleave: {
1578
+ readonly type: import('vue').PropType<(e: Event) => void>;
1579
+ readonly required: false;
1580
+ readonly validator: ((val: unknown) => boolean) | undefined;
1581
+ __epPropKey: true;
1582
+ };
1583
+ onClick: {
1584
+ readonly type: import('vue').PropType<(e: Event) => void>;
1585
+ readonly required: false;
1586
+ readonly validator: ((val: unknown) => boolean) | undefined;
1587
+ __epPropKey: true;
1588
+ };
1589
+ onKeydown: {
1590
+ readonly type: import('vue').PropType<(e: Event) => void>;
1591
+ readonly required: false;
1592
+ readonly validator: ((val: unknown) => boolean) | undefined;
1593
+ __epPropKey: true;
1594
+ };
1595
+ onFocus: {
1596
+ readonly type: import('vue').PropType<(e: Event) => void>;
1597
+ readonly required: false;
1598
+ readonly validator: ((val: unknown) => boolean) | undefined;
1599
+ __epPropKey: true;
1600
+ };
1601
+ onBlur: {
1602
+ readonly type: import('vue').PropType<(e: Event) => void>;
1603
+ readonly required: false;
1604
+ readonly validator: ((val: unknown) => boolean) | undefined;
1605
+ __epPropKey: true;
1606
+ };
1607
+ onContextmenu: {
1608
+ readonly type: import('vue').PropType<(e: Event) => void>;
1609
+ readonly required: false;
1610
+ readonly validator: ((val: unknown) => boolean) | undefined;
1611
+ __epPropKey: true;
1612
+ };
1613
+ id: StringConstructor;
1614
+ open: BooleanConstructor;
1615
+ ariaLabel: StringConstructor;
1616
+ appendTo: {
1617
+ readonly type: import('vue').PropType<string | HTMLElement>;
1618
+ readonly required: false;
1619
+ readonly validator: ((val: unknown) => boolean) | undefined;
1620
+ __epPropKey: true;
1621
+ };
1622
+ content: {
1623
+ readonly type: import('vue').PropType<string>;
1624
+ readonly required: false;
1625
+ readonly validator: ((val: unknown) => boolean) | undefined;
1626
+ __epPropKey: true;
1627
+ } & {
1628
+ readonly default: "";
1629
+ };
1630
+ rawContent: BooleanConstructor;
1631
+ persistent: BooleanConstructor;
1632
+ visible: {
1633
+ readonly type: import('vue').PropType<boolean | null>;
1634
+ readonly required: false;
1635
+ readonly validator: ((val: unknown) => boolean) | undefined;
1636
+ __epPropKey: true;
1637
+ } & {
1638
+ readonly default: null;
1639
+ };
1640
+ transition: StringConstructor;
1641
+ teleported: {
1642
+ readonly type: import('vue').PropType<boolean>;
1643
+ readonly required: false;
1644
+ readonly validator: ((val: unknown) => boolean) | undefined;
1645
+ __epPropKey: true;
1646
+ } & {
1647
+ readonly default: true;
1648
+ };
1649
+ style: {
1650
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
1651
+ readonly required: false;
1652
+ readonly validator: ((val: unknown) => boolean) | undefined;
1653
+ __epPropKey: true;
1654
+ };
1655
+ className: {
1656
+ readonly type: import('vue').PropType<string | {
1657
+ [x: string]: boolean;
1658
+ } | (string | {
1659
+ [x: string]: boolean;
1660
+ } | (string | {
1661
+ [x: string]: boolean;
1662
+ } | (string | {
1663
+ [x: string]: boolean;
1664
+ } | (string | {
1665
+ [x: string]: boolean;
1666
+ } | (string | {
1667
+ [x: string]: boolean;
1668
+ } | (string | {
1669
+ [x: string]: boolean;
1670
+ } | (string | {
1671
+ [x: string]: boolean;
1672
+ } | (string | {
1673
+ [x: string]: boolean;
1674
+ } | (string | {
1675
+ [x: string]: boolean;
1676
+ } | (string | any[] | {
1677
+ [x: string]: boolean;
1678
+ })[])[])[])[])[])[])[])[])[])[]>;
1679
+ readonly required: false;
1680
+ readonly validator: ((val: unknown) => boolean) | undefined;
1681
+ __epPropKey: true;
1682
+ };
1683
+ effect: {
1684
+ readonly type: import('vue').PropType<import('element-plus').PopperEffect>;
1685
+ readonly required: false;
1686
+ readonly validator: ((val: unknown) => boolean) | undefined;
1687
+ __epPropKey: true;
1688
+ } & {
1689
+ readonly default: "dark";
1690
+ };
1691
+ enterable: {
1692
+ readonly type: import('vue').PropType<boolean>;
1693
+ readonly required: false;
1694
+ readonly validator: ((val: unknown) => boolean) | undefined;
1695
+ __epPropKey: true;
1696
+ } & {
1697
+ readonly default: true;
1698
+ };
1699
+ pure: BooleanConstructor;
1700
+ focusOnShow: {
1701
+ readonly type: import('vue').PropType<boolean>;
1702
+ readonly required: false;
1703
+ readonly validator: ((val: unknown) => boolean) | undefined;
1704
+ __epPropKey: true;
1705
+ } & {
1706
+ readonly default: false;
1707
+ };
1708
+ trapping: {
1709
+ readonly type: import('vue').PropType<boolean>;
1710
+ readonly required: false;
1711
+ readonly validator: ((val: unknown) => boolean) | undefined;
1712
+ __epPropKey: true;
1713
+ } & {
1714
+ readonly default: false;
1715
+ };
1716
+ popperClass: {
1717
+ readonly type: import('vue').PropType<string | {
1718
+ [x: string]: boolean;
1719
+ } | (string | {
1720
+ [x: string]: boolean;
1721
+ } | (string | {
1722
+ [x: string]: boolean;
1723
+ } | (string | {
1724
+ [x: string]: boolean;
1725
+ } | (string | {
1726
+ [x: string]: boolean;
1727
+ } | (string | {
1728
+ [x: string]: boolean;
1729
+ } | (string | {
1730
+ [x: string]: boolean;
1731
+ } | (string | {
1732
+ [x: string]: boolean;
1733
+ } | (string | {
1734
+ [x: string]: boolean;
1735
+ } | (string | {
1736
+ [x: string]: boolean;
1737
+ } | (string | any[] | {
1738
+ [x: string]: boolean;
1739
+ })[])[])[])[])[])[])[])[])[])[]>;
1740
+ readonly required: false;
1741
+ readonly validator: ((val: unknown) => boolean) | undefined;
1742
+ __epPropKey: true;
1743
+ };
1744
+ popperStyle: {
1745
+ readonly type: import('vue').PropType<import('vue').StyleValue>;
1746
+ readonly required: false;
1747
+ readonly validator: ((val: unknown) => boolean) | undefined;
1748
+ __epPropKey: true;
1749
+ };
1750
+ referenceEl: {
1751
+ readonly type: import('vue').PropType<HTMLElement>;
1752
+ readonly required: false;
1753
+ readonly validator: ((val: unknown) => boolean) | undefined;
1754
+ __epPropKey: true;
1755
+ };
1756
+ triggerTargetEl: {
1757
+ readonly type: import('vue').PropType<HTMLElement>;
1758
+ readonly required: false;
1759
+ readonly validator: ((val: unknown) => boolean) | undefined;
1760
+ __epPropKey: true;
1761
+ };
1762
+ stopPopperMouseEvent: {
1763
+ readonly type: import('vue').PropType<boolean>;
1764
+ readonly required: false;
1765
+ readonly validator: ((val: unknown) => boolean) | undefined;
1766
+ __epPropKey: true;
1767
+ } & {
1768
+ readonly default: true;
1769
+ };
1770
+ zIndex: NumberConstructor;
1771
+ boundariesPadding: {
1772
+ readonly type: import('vue').PropType<number>;
1773
+ readonly required: false;
1774
+ readonly validator: ((val: unknown) => boolean) | undefined;
1775
+ __epPropKey: true;
1776
+ } & {
1777
+ readonly default: 0;
1778
+ };
1779
+ fallbackPlacements: {
1780
+ readonly type: import('vue').PropType<Placement[]>;
1781
+ readonly required: false;
1782
+ readonly validator: ((val: unknown) => boolean) | undefined;
1783
+ __epPropKey: true;
1784
+ } & {
1785
+ readonly default: undefined;
1786
+ };
1787
+ gpuAcceleration: {
1788
+ readonly type: import('vue').PropType<boolean>;
1789
+ readonly required: false;
1790
+ readonly validator: ((val: unknown) => boolean) | undefined;
1791
+ __epPropKey: true;
1792
+ } & {
1793
+ readonly default: true;
1794
+ };
1795
+ offset: {
1796
+ readonly type: import('vue').PropType<number>;
1797
+ readonly required: false;
1798
+ readonly validator: ((val: unknown) => boolean) | undefined;
1799
+ __epPropKey: true;
1800
+ } & {
1801
+ readonly default: 12;
1802
+ };
1803
+ placement: {
1804
+ readonly type: import('vue').PropType<string>;
1805
+ readonly required: false;
1806
+ readonly validator: ((val: unknown) => boolean) | undefined;
1807
+ __epPropKey: true;
1808
+ } & {
1809
+ readonly default: "bottom";
1810
+ };
1811
+ popperOptions: {
1812
+ readonly type: import('vue').PropType<any>;
1813
+ readonly required: false;
1814
+ readonly validator: ((val: unknown) => boolean) | undefined;
1815
+ __epPropKey: true;
1816
+ } & {
1817
+ readonly default: () => {};
1818
+ };
1819
+ strategy: {
1820
+ readonly type: import('vue').PropType<"fixed" | "absolute">;
1821
+ readonly required: false;
1822
+ readonly validator: ((val: unknown) => boolean) | undefined;
1823
+ __epPropKey: true;
1824
+ } & {
1825
+ readonly default: "absolute";
1826
+ };
1827
+ showAfter: {
1828
+ readonly type: import('vue').PropType<number>;
1829
+ readonly required: false;
1830
+ readonly validator: ((val: unknown) => boolean) | undefined;
1831
+ __epPropKey: true;
1832
+ } & {
1833
+ readonly default: 0;
1834
+ };
1835
+ hideAfter: {
1836
+ readonly type: import('vue').PropType<number>;
1837
+ readonly required: false;
1838
+ readonly validator: ((val: unknown) => boolean) | undefined;
1839
+ __epPropKey: true;
1840
+ } & {
1841
+ readonly default: 200;
1842
+ };
1843
+ autoClose: {
1844
+ readonly type: import('vue').PropType<number>;
1845
+ readonly required: false;
1846
+ readonly validator: ((val: unknown) => boolean) | undefined;
1847
+ __epPropKey: true;
1848
+ } & {
1849
+ readonly default: 0;
1850
+ };
1851
+ "onUpdate:visible": {
1852
+ readonly type: import('vue').PropType<(val: boolean) => void>;
1853
+ readonly required: false;
1854
+ readonly validator: ((val: unknown) => boolean) | undefined;
1855
+ __epPropKey: true;
1856
+ };
1857
+ role: {
1858
+ readonly type: import('vue').PropType<"dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation">;
1859
+ readonly required: false;
1860
+ readonly validator: ((val: unknown) => boolean) | undefined;
1861
+ __epPropKey: true;
1862
+ } & {
1863
+ readonly default: "tooltip";
1864
+ };
1865
+ }>>, {
1866
+ popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined>;
1867
+ contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined>;
1868
+ isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
1869
+ updatePopper: () => void;
1870
+ onOpen: (event?: Event) => void;
1871
+ onClose: (event?: Event) => void;
1872
+ hide: (event?: Event) => void;
1873
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1874
+ [x: string]: (...args: any[]) => void;
1875
+ }, string, {
1876
+ disabled: boolean;
1877
+ content: string;
1878
+ offset: number;
1879
+ visible: boolean | null;
1880
+ open: boolean;
1881
+ placement: string;
1882
+ strategy: "fixed" | "absolute";
1883
+ effect: import('element-plus').PopperEffect;
1884
+ showAfter: number;
1885
+ hideAfter: number;
1886
+ autoClose: number;
1887
+ trigger: import('element-plus').TooltipTriggerType | import('element-plus').TooltipTriggerType[];
1888
+ role: "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation";
1889
+ virtualTriggering: boolean;
1890
+ arrowOffset: number;
1891
+ boundariesPadding: number;
1892
+ fallbackPlacements: Placement[];
1893
+ gpuAcceleration: boolean;
1894
+ popperOptions: Partial<Options>;
1895
+ enterable: boolean;
1896
+ focusOnShow: boolean;
1897
+ trapping: boolean;
1898
+ stopPopperMouseEvent: boolean;
1899
+ pure: boolean;
1900
+ triggerKeys: string[];
1901
+ teleported: boolean;
1902
+ rawContent: boolean;
1903
+ persistent: boolean;
1904
+ showArrow: boolean;
1905
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1906
+ $slots: {
1907
+ default?(_: {}): any;
1908
+ content?(_: {}): any;
1909
+ };
1910
+ }) & import('vue').Plugin;
1911
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1912
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1913
+ export default _default;