element-pe 2.2.92 → 2.2.94

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 (692) hide show
  1. package/dist/index.full.js +11 -5
  2. package/dist/index.full.min.js +11 -11
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +11 -11
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +11 -5
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +119 -26
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +26 -119
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.d.ts +4 -4
  13. package/es/components/alert/src/alert.d.ts +1 -1
  14. package/es/components/alert/src/alert.vue.d.ts +4 -4
  15. package/es/components/autocomplete/index.d.ts +65 -65
  16. package/es/components/autocomplete/index.mjs +2 -2
  17. package/es/components/autocomplete/src/autocomplete.mjs +99 -379
  18. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  19. package/es/components/autocomplete/src/autocomplete.vue.d.ts +65 -65
  20. package/es/components/autocomplete/src/autocomplete2.mjs +379 -99
  21. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  22. package/es/components/avatar/index.mjs +2 -2
  23. package/es/components/avatar/src/avatar.mjs +35 -76
  24. package/es/components/avatar/src/avatar.mjs.map +1 -1
  25. package/es/components/avatar/src/avatar2.mjs +76 -35
  26. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  27. package/es/components/breadcrumb/index.mjs +4 -4
  28. package/es/components/breadcrumb/src/breadcrumb-item.mjs +56 -11
  29. package/es/components/breadcrumb/src/breadcrumb-item.mjs.map +1 -1
  30. package/es/components/breadcrumb/src/breadcrumb-item2.mjs +11 -56
  31. package/es/components/breadcrumb/src/breadcrumb-item2.mjs.map +1 -1
  32. package/es/components/breadcrumb/src/breadcrumb.mjs +11 -36
  33. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  34. package/es/components/breadcrumb/src/breadcrumb2.mjs +36 -11
  35. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  36. package/es/components/button/index.d.ts +5 -5
  37. package/es/components/button/index.mjs +1 -1
  38. package/es/components/button/src/button-group.mjs +6 -30
  39. package/es/components/button/src/button-group.mjs.map +1 -1
  40. package/es/components/button/src/button-group2.mjs +30 -6
  41. package/es/components/button/src/button-group2.mjs.map +1 -1
  42. package/es/components/button/src/button.d.ts +1 -1
  43. package/es/components/button/src/button.vue.d.ts +5 -5
  44. package/es/components/button/src/use-button.d.ts +1 -1
  45. package/es/components/calendar/index.d.ts +5 -5
  46. package/es/components/calendar/src/calendar.vue.d.ts +5 -5
  47. package/es/components/carousel/index.d.ts +5 -5
  48. package/es/components/carousel/src/carousel.d.ts +1 -1
  49. package/es/components/carousel/src/carousel.vue.d.ts +5 -5
  50. package/es/components/cascader/index.d.ts +128 -128
  51. package/es/components/cascader/src/cascader.vue.d.ts +64 -64
  52. package/es/components/cascader/src/cascader2.mjs +2 -2
  53. package/es/components/cascader-panel/src/index.mjs +1 -1
  54. package/es/components/cascader-panel/src/menu.mjs +1 -1
  55. package/es/components/cascader-panel/src/node.mjs +209 -116
  56. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  57. package/es/components/cascader-panel/src/node2.mjs +116 -209
  58. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  59. package/es/components/cascader-panel/src/store.mjs +1 -1
  60. package/es/components/checkbox/index.mjs +2 -2
  61. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  62. package/es/components/checkbox/src/checkbox.mjs +125 -54
  63. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  64. package/es/components/checkbox/src/checkbox2.mjs +54 -125
  65. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  66. package/es/components/collection/index.mjs +1 -1
  67. package/es/components/collection/src/collection.mjs +10 -66
  68. package/es/components/collection/src/collection.mjs.map +1 -1
  69. package/es/components/collection/src/collection2.mjs +66 -10
  70. package/es/components/collection/src/collection2.mjs.map +1 -1
  71. package/es/components/color-picker/index.d.ts +35 -35
  72. package/es/components/color-picker/src/color-picker.vue.d.ts +35 -35
  73. package/es/components/color-picker/src/color-picker2.mjs +1 -1
  74. package/es/components/countdown/index.mjs +2 -2
  75. package/es/components/countdown/src/countdown.mjs +76 -23
  76. package/es/components/countdown/src/countdown.mjs.map +1 -1
  77. package/es/components/countdown/src/countdown2.mjs +23 -76
  78. package/es/components/countdown/src/countdown2.mjs.map +1 -1
  79. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +17 -17
  80. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +17 -17
  81. package/es/components/date-picker/src/panel-utils.d.ts +34 -34
  82. package/es/components/descriptions/src/description2.mjs +1 -1
  83. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  84. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  85. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  86. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  87. package/es/components/dialog/index.d.ts +1 -1
  88. package/es/components/dialog/src/dialog.vue.d.ts +1 -1
  89. package/es/components/dropdown/index.d.ts +14 -14
  90. package/es/components/dropdown/index.mjs +2 -2
  91. package/es/components/dropdown/src/dropdown-item-impl.mjs +3 -3
  92. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  93. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  94. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  95. package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
  96. package/es/components/dropdown/src/dropdown.mjs +109 -310
  97. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  98. package/es/components/dropdown/src/dropdown.vue.d.ts +12 -12
  99. package/es/components/dropdown/src/dropdown2.mjs +310 -109
  100. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  101. package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  102. package/es/components/form/index.d.ts +12 -12
  103. package/es/components/form/index.mjs +2 -2
  104. package/es/components/form/src/form-item.d.ts +1 -1
  105. package/es/components/form/src/form-item.mjs +328 -46
  106. package/es/components/form/src/form-item.mjs.map +1 -1
  107. package/es/components/form/src/form-item.vue.d.ts +5 -5
  108. package/es/components/form/src/form-item2.mjs +46 -328
  109. package/es/components/form/src/form-item2.mjs.map +1 -1
  110. package/es/components/icon/index.mjs +2 -2
  111. package/es/components/icon/src/icon.mjs +8 -36
  112. package/es/components/icon/src/icon.mjs.map +1 -1
  113. package/es/components/icon/src/icon2.mjs +36 -8
  114. package/es/components/icon/src/icon2.mjs.map +1 -1
  115. package/es/components/image/index.d.ts +1 -1
  116. package/es/components/image/index.mjs +2 -2
  117. package/es/components/image/src/image.mjs +56 -227
  118. package/es/components/image/src/image.mjs.map +1 -1
  119. package/es/components/image/src/image.vue.d.ts +1 -1
  120. package/es/components/image/src/image2.mjs +227 -56
  121. package/es/components/image/src/image2.mjs.map +1 -1
  122. package/es/components/index.mjs +36 -36
  123. package/es/components/input/index.d.ts +12 -12
  124. package/es/components/input/src/input.vue.d.ts +12 -12
  125. package/es/components/input-number/index.d.ts +45 -45
  126. package/es/components/input-number/index.mjs +2 -2
  127. package/es/components/input-number/src/input-number.mjs +335 -69
  128. package/es/components/input-number/src/input-number.mjs.map +1 -1
  129. package/es/components/input-number/src/input-number.vue.d.ts +45 -45
  130. package/es/components/input-number/src/input-number2.mjs +69 -335
  131. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  132. package/es/components/link/index.mjs +2 -2
  133. package/es/components/link/src/link.mjs +21 -50
  134. package/es/components/link/src/link.mjs.map +1 -1
  135. package/es/components/link/src/link2.mjs +50 -21
  136. package/es/components/link/src/link2.mjs.map +1 -1
  137. package/es/components/menu/index.d.ts +3 -3
  138. package/es/components/menu/index.mjs +2 -2
  139. package/es/components/menu/src/menu-item.mjs +14 -97
  140. package/es/components/menu/src/menu-item.mjs.map +1 -1
  141. package/es/components/menu/src/menu-item2.mjs +97 -14
  142. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  143. package/es/components/menu/src/menu.d.ts +4 -4
  144. package/es/components/message/src/message.d.ts +1 -1
  145. package/es/components/message/src/message.vue.d.ts +4 -4
  146. package/es/components/notification/index.mjs +1 -1
  147. package/es/components/notification/src/notification.d.ts +1 -1
  148. package/es/components/notification/src/notification.mjs +151 -67
  149. package/es/components/notification/src/notification.mjs.map +1 -1
  150. package/es/components/notification/src/notification.vue.d.ts +4 -4
  151. package/es/components/notification/src/notification2.mjs +67 -151
  152. package/es/components/notification/src/notification2.mjs.map +1 -1
  153. package/es/components/notification/src/notify.mjs +2 -2
  154. package/es/components/pagination/src/components/jumper.mjs +9 -60
  155. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  156. package/es/components/pagination/src/components/jumper.vue.d.ts +12 -12
  157. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  158. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  159. package/es/components/pagination/src/components/next.mjs +19 -38
  160. package/es/components/pagination/src/components/next.mjs.map +1 -1
  161. package/es/components/pagination/src/components/next2.mjs +38 -19
  162. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  163. package/es/components/pagination/src/components/pager.mjs +17 -218
  164. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  165. package/es/components/pagination/src/components/pager2.mjs +218 -17
  166. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  167. package/es/components/pagination/src/components/prev.mjs +38 -18
  168. package/es/components/pagination/src/components/prev.mjs.map +1 -1
  169. package/es/components/pagination/src/components/prev2.mjs +18 -38
  170. package/es/components/pagination/src/components/prev2.mjs.map +1 -1
  171. package/es/components/pagination/src/components/sizes.mjs +23 -71
  172. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  173. package/es/components/pagination/src/components/sizes.vue.d.ts +26 -26
  174. package/es/components/pagination/src/components/sizes2.mjs +71 -23
  175. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  176. package/es/components/pagination/src/pagination.mjs +5 -5
  177. package/es/components/popconfirm/index.d.ts +23 -23
  178. package/es/components/popconfirm/src/popconfirm.vue.d.ts +23 -23
  179. package/es/components/popconfirm/src/popconfirm2.mjs +1 -1
  180. package/es/components/popover/index.d.ts +18 -18
  181. package/es/components/popover/src/popover.mjs +3 -3
  182. package/es/components/popover/src/popover.vue.d.ts +18 -18
  183. package/es/components/popper/index.mjs +4 -4
  184. package/es/components/popper/src/content.mjs +94 -139
  185. package/es/components/popper/src/content.mjs.map +1 -1
  186. package/es/components/popper/src/content.vue.d.ts +6 -6
  187. package/es/components/popper/src/content2.mjs +139 -94
  188. package/es/components/popper/src/content2.mjs.map +1 -1
  189. package/es/components/popper/src/trigger.mjs +121 -31
  190. package/es/components/popper/src/trigger.mjs.map +1 -1
  191. package/es/components/popper/src/trigger2.mjs +31 -121
  192. package/es/components/popper/src/trigger2.mjs.map +1 -1
  193. package/es/components/rate/index.mjs +2 -2
  194. package/es/components/rate/src/rate.mjs +259 -92
  195. package/es/components/rate/src/rate.mjs.map +1 -1
  196. package/es/components/rate/src/rate2.mjs +92 -259
  197. package/es/components/rate/src/rate2.mjs.map +1 -1
  198. package/es/components/resizable-columns/index.mjs +2 -2
  199. package/es/components/resizable-columns/src/resizable-columns.mjs +21 -264
  200. package/es/components/resizable-columns/src/resizable-columns.mjs.map +1 -1
  201. package/es/components/resizable-columns/src/resizable-columns2.mjs +264 -21
  202. package/es/components/resizable-columns/src/resizable-columns2.mjs.map +1 -1
  203. package/es/components/result/index.d.ts +4 -4
  204. package/es/components/result/src/result.d.ts +1 -1
  205. package/es/components/result/src/result.vue.d.ts +4 -4
  206. package/es/components/roving-focus-group/index.mjs +3 -3
  207. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  208. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  209. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  210. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  211. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  212. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  213. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  214. package/es/components/row/index.mjs +2 -2
  215. package/es/components/row/src/row.mjs +45 -29
  216. package/es/components/row/src/row.mjs.map +1 -1
  217. package/es/components/row/src/row2.mjs +29 -45
  218. package/es/components/row/src/row2.mjs.map +1 -1
  219. package/es/components/scrollbar/index.mjs +2 -2
  220. package/es/components/scrollbar/src/scrollbar.mjs +176 -46
  221. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  222. package/es/components/scrollbar/src/scrollbar2.mjs +46 -176
  223. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  224. package/es/components/select/index.d.ts +26 -26
  225. package/es/components/select/src/select.mjs +2 -2
  226. package/es/components/select/src/select.vue.d.ts +26 -26
  227. package/es/components/select/src/useSelect.d.ts +24 -24
  228. package/es/components/select-v2/index.d.ts +30 -30
  229. package/es/components/select-v2/src/defaults.mjs +1 -1
  230. package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
  231. package/es/components/select-v2/src/select.vue.d.ts +15 -15
  232. package/es/components/select-v2/src/useSelect.d.ts +13 -13
  233. package/es/components/skeleton/index.mjs +2 -2
  234. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  235. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  236. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  237. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  238. package/es/components/skeleton/src/skeleton2.mjs +1 -1
  239. package/es/components/slider/index.d.ts +75 -75
  240. package/es/components/slider/index.mjs +2 -2
  241. package/es/components/slider/src/button.vue.d.ts +6 -6
  242. package/es/components/slider/src/composables/use-slide.d.ts +24 -24
  243. package/es/components/slider/src/slider.mjs +237 -96
  244. package/es/components/slider/src/slider.mjs.map +1 -1
  245. package/es/components/slider/src/slider.vue.d.ts +75 -75
  246. package/es/components/slider/src/slider2.mjs +96 -237
  247. package/es/components/slider/src/slider2.mjs.map +1 -1
  248. package/es/components/statistic/index.mjs +2 -2
  249. package/es/components/statistic/src/statistic.mjs +70 -25
  250. package/es/components/statistic/src/statistic.mjs.map +1 -1
  251. package/es/components/statistic/src/statistic2.mjs +25 -70
  252. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  253. package/es/components/steps/index.d.ts +16 -16
  254. package/es/components/steps/index.mjs +4 -4
  255. package/es/components/steps/src/item.d.ts +1 -1
  256. package/es/components/steps/src/item.mjs +19 -193
  257. package/es/components/steps/src/item.mjs.map +1 -1
  258. package/es/components/steps/src/item.vue.d.ts +4 -4
  259. package/es/components/steps/src/item2.mjs +193 -19
  260. package/es/components/steps/src/item2.mjs.map +1 -1
  261. package/es/components/steps/src/steps.d.ts +2 -2
  262. package/es/components/steps/src/steps.mjs +36 -39
  263. package/es/components/steps/src/steps.mjs.map +1 -1
  264. package/es/components/steps/src/steps.vue.d.ts +8 -8
  265. package/es/components/steps/src/steps2.mjs +39 -36
  266. package/es/components/steps/src/steps2.mjs.map +1 -1
  267. package/es/components/table/index.d.ts +1 -1
  268. package/es/components/table/src/filter-panel.vue.d.ts +12 -12
  269. package/es/components/table/src/store/watcher.mjs +9 -3
  270. package/es/components/table/src/store/watcher.mjs.map +1 -1
  271. package/es/components/table/src/table-body/index.mjs +1 -1
  272. package/es/components/table/src/table-body/index.mjs.map +1 -1
  273. package/es/components/table/src/table.mjs +1 -1
  274. package/es/components/table/src/table.mjs.map +1 -1
  275. package/es/components/table/src/table.vue.d.ts +1 -1
  276. package/es/components/tabs/index.mjs +3 -3
  277. package/es/components/tabs/src/tab-bar.mjs +75 -7
  278. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  279. package/es/components/tabs/src/tab-bar2.mjs +7 -75
  280. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  281. package/es/components/tabs/src/tab-nav.mjs +1 -1
  282. package/es/components/tabs/src/tab-pane.mjs +14 -76
  283. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  284. package/es/components/tabs/src/tab-pane2.mjs +76 -14
  285. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  286. package/es/components/tag/index.d.ts +1 -1
  287. package/es/components/tag/index.mjs +2 -2
  288. package/es/components/tag/src/tag.mjs +98 -33
  289. package/es/components/tag/src/tag.mjs.map +1 -1
  290. package/es/components/tag/src/tag.vue.d.ts +1 -1
  291. package/es/components/tag/src/tag2.mjs +33 -98
  292. package/es/components/tag/src/tag2.mjs.map +1 -1
  293. package/es/components/text/index.mjs +2 -2
  294. package/es/components/text/src/text.mjs +22 -35
  295. package/es/components/text/src/text.mjs.map +1 -1
  296. package/es/components/text/src/text2.mjs +35 -22
  297. package/es/components/text/src/text2.mjs.map +1 -1
  298. package/es/components/time-picker/src/common/picker.vue.d.ts +34 -34
  299. package/es/components/time-select/index.d.ts +110 -110
  300. package/es/components/time-select/src/time-select.vue.d.ts +55 -55
  301. package/es/components/timeline/index.mjs +2 -2
  302. package/es/components/timeline/src/timeline-item.mjs +72 -42
  303. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  304. package/es/components/timeline/src/timeline-item2.mjs +42 -72
  305. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  306. package/es/components/tooltip/index.d.ts +6 -6
  307. package/es/components/tooltip/index.mjs +2 -2
  308. package/es/components/tooltip/src/content.mjs +31 -179
  309. package/es/components/tooltip/src/content.mjs.map +1 -1
  310. package/es/components/tooltip/src/content.vue.d.ts +6 -6
  311. package/es/components/tooltip/src/content2.mjs +179 -31
  312. package/es/components/tooltip/src/content2.mjs.map +1 -1
  313. package/es/components/tooltip/src/tooltip.mjs +2 -2
  314. package/es/components/tooltip/src/tooltip.vue.d.ts +6 -6
  315. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  316. package/es/components/tooltip/src/trigger.mjs +73 -16
  317. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  318. package/es/components/tooltip/src/trigger2.mjs +16 -73
  319. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  320. package/es/components/tooltip-v2/index.d.ts +4 -4
  321. package/es/components/tooltip-v2/index.mjs +2 -2
  322. package/es/components/tooltip-v2/src/arrow.mjs +22 -37
  323. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  324. package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
  325. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  326. package/es/components/tooltip-v2/src/root.mjs +82 -17
  327. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  328. package/es/components/tooltip-v2/src/root2.mjs +17 -82
  329. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  330. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  331. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +4 -4
  332. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  333. package/es/components/transfer/index.d.ts +65 -65
  334. package/es/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  335. package/es/components/transfer/src/transfer.vue.d.ts +65 -65
  336. package/es/components/tree-v2/index.d.ts +1 -1
  337. package/es/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  338. package/es/components/tree-v2/src/tree.vue.d.ts +1 -1
  339. package/es/components/upload/index.d.ts +5 -5
  340. package/es/components/upload/index.mjs +1 -1
  341. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  342. package/es/components/upload/src/upload-content2.mjs +1 -1
  343. package/es/components/upload/src/upload-dragger.mjs +11 -72
  344. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  345. package/es/components/upload/src/upload-dragger2.mjs +72 -11
  346. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  347. package/es/components/upload/src/upload.vue.d.ts +5 -5
  348. package/es/index.mjs +36 -36
  349. package/lib/components/affix/index.js +2 -2
  350. package/lib/components/affix/src/affix.js +119 -27
  351. package/lib/components/affix/src/affix.js.map +1 -1
  352. package/lib/components/affix/src/affix2.js +27 -119
  353. package/lib/components/affix/src/affix2.js.map +1 -1
  354. package/lib/components/alert/index.d.ts +4 -4
  355. package/lib/components/alert/src/alert.d.ts +1 -1
  356. package/lib/components/alert/src/alert.vue.d.ts +4 -4
  357. package/lib/components/autocomplete/index.d.ts +65 -65
  358. package/lib/components/autocomplete/index.js +2 -2
  359. package/lib/components/autocomplete/src/autocomplete.js +99 -378
  360. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  361. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +65 -65
  362. package/lib/components/autocomplete/src/autocomplete2.js +378 -99
  363. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  364. package/lib/components/avatar/index.js +2 -2
  365. package/lib/components/avatar/src/avatar.js +35 -75
  366. package/lib/components/avatar/src/avatar.js.map +1 -1
  367. package/lib/components/avatar/src/avatar2.js +75 -35
  368. package/lib/components/avatar/src/avatar2.js.map +1 -1
  369. package/lib/components/breadcrumb/index.js +4 -4
  370. package/lib/components/breadcrumb/src/breadcrumb-item.js +56 -11
  371. package/lib/components/breadcrumb/src/breadcrumb-item.js.map +1 -1
  372. package/lib/components/breadcrumb/src/breadcrumb-item2.js +11 -56
  373. package/lib/components/breadcrumb/src/breadcrumb-item2.js.map +1 -1
  374. package/lib/components/breadcrumb/src/breadcrumb.js +11 -36
  375. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  376. package/lib/components/breadcrumb/src/breadcrumb2.js +36 -11
  377. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  378. package/lib/components/button/index.d.ts +5 -5
  379. package/lib/components/button/index.js +1 -1
  380. package/lib/components/button/src/button-group.js +6 -30
  381. package/lib/components/button/src/button-group.js.map +1 -1
  382. package/lib/components/button/src/button-group2.js +30 -6
  383. package/lib/components/button/src/button-group2.js.map +1 -1
  384. package/lib/components/button/src/button.d.ts +1 -1
  385. package/lib/components/button/src/button.vue.d.ts +5 -5
  386. package/lib/components/button/src/use-button.d.ts +1 -1
  387. package/lib/components/calendar/index.d.ts +5 -5
  388. package/lib/components/calendar/src/calendar.vue.d.ts +5 -5
  389. package/lib/components/carousel/index.d.ts +5 -5
  390. package/lib/components/carousel/src/carousel.d.ts +1 -1
  391. package/lib/components/carousel/src/carousel.vue.d.ts +5 -5
  392. package/lib/components/cascader/index.d.ts +128 -128
  393. package/lib/components/cascader/src/cascader.vue.d.ts +64 -64
  394. package/lib/components/cascader/src/cascader2.js +2 -2
  395. package/lib/components/cascader-panel/src/index.js +1 -1
  396. package/lib/components/cascader-panel/src/menu.js +1 -1
  397. package/lib/components/cascader-panel/src/node.js +209 -116
  398. package/lib/components/cascader-panel/src/node.js.map +1 -1
  399. package/lib/components/cascader-panel/src/node2.js +116 -209
  400. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  401. package/lib/components/cascader-panel/src/store.js +1 -1
  402. package/lib/components/checkbox/index.js +2 -2
  403. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  404. package/lib/components/checkbox/src/checkbox.js +125 -55
  405. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  406. package/lib/components/checkbox/src/checkbox2.js +55 -125
  407. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  408. package/lib/components/collection/index.js +1 -1
  409. package/lib/components/collection/src/collection.js +9 -66
  410. package/lib/components/collection/src/collection.js.map +1 -1
  411. package/lib/components/collection/src/collection2.js +66 -9
  412. package/lib/components/collection/src/collection2.js.map +1 -1
  413. package/lib/components/color-picker/index.d.ts +35 -35
  414. package/lib/components/color-picker/src/color-picker.vue.d.ts +35 -35
  415. package/lib/components/color-picker/src/color-picker2.js +1 -1
  416. package/lib/components/countdown/index.js +2 -2
  417. package/lib/components/countdown/src/countdown.js +76 -24
  418. package/lib/components/countdown/src/countdown.js.map +1 -1
  419. package/lib/components/countdown/src/countdown2.js +24 -76
  420. package/lib/components/countdown/src/countdown2.js.map +1 -1
  421. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +17 -17
  422. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +17 -17
  423. package/lib/components/date-picker/src/panel-utils.d.ts +34 -34
  424. package/lib/components/descriptions/src/description2.js +1 -1
  425. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  426. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  427. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  428. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  429. package/lib/components/dialog/index.d.ts +1 -1
  430. package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
  431. package/lib/components/dropdown/index.d.ts +14 -14
  432. package/lib/components/dropdown/index.js +2 -2
  433. package/lib/components/dropdown/src/dropdown-item-impl.js +3 -3
  434. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  435. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  436. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  437. package/lib/components/dropdown/src/dropdown-menu.js +2 -2
  438. package/lib/components/dropdown/src/dropdown.js +118 -310
  439. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  440. package/lib/components/dropdown/src/dropdown.vue.d.ts +12 -12
  441. package/lib/components/dropdown/src/dropdown2.js +310 -118
  442. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  443. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  444. package/lib/components/form/index.d.ts +12 -12
  445. package/lib/components/form/index.js +2 -2
  446. package/lib/components/form/src/form-item.d.ts +1 -1
  447. package/lib/components/form/src/form-item.js +332 -47
  448. package/lib/components/form/src/form-item.js.map +1 -1
  449. package/lib/components/form/src/form-item.vue.d.ts +5 -5
  450. package/lib/components/form/src/form-item2.js +47 -332
  451. package/lib/components/form/src/form-item2.js.map +1 -1
  452. package/lib/components/icon/index.js +2 -2
  453. package/lib/components/icon/src/icon.js +8 -36
  454. package/lib/components/icon/src/icon.js.map +1 -1
  455. package/lib/components/icon/src/icon2.js +36 -8
  456. package/lib/components/icon/src/icon2.js.map +1 -1
  457. package/lib/components/image/index.d.ts +1 -1
  458. package/lib/components/image/index.js +2 -2
  459. package/lib/components/image/src/image.js +56 -226
  460. package/lib/components/image/src/image.js.map +1 -1
  461. package/lib/components/image/src/image.vue.d.ts +1 -1
  462. package/lib/components/image/src/image2.js +226 -56
  463. package/lib/components/image/src/image2.js.map +1 -1
  464. package/lib/components/index.js +36 -36
  465. package/lib/components/input/index.d.ts +12 -12
  466. package/lib/components/input/src/input.vue.d.ts +12 -12
  467. package/lib/components/input-number/index.d.ts +45 -45
  468. package/lib/components/input-number/index.js +2 -2
  469. package/lib/components/input-number/src/input-number.js +333 -68
  470. package/lib/components/input-number/src/input-number.js.map +1 -1
  471. package/lib/components/input-number/src/input-number.vue.d.ts +45 -45
  472. package/lib/components/input-number/src/input-number2.js +68 -333
  473. package/lib/components/input-number/src/input-number2.js.map +1 -1
  474. package/lib/components/link/index.js +2 -2
  475. package/lib/components/link/src/link.js +22 -50
  476. package/lib/components/link/src/link.js.map +1 -1
  477. package/lib/components/link/src/link2.js +50 -22
  478. package/lib/components/link/src/link2.js.map +1 -1
  479. package/lib/components/menu/index.d.ts +3 -3
  480. package/lib/components/menu/index.js +2 -2
  481. package/lib/components/menu/src/menu-item.js +15 -97
  482. package/lib/components/menu/src/menu-item.js.map +1 -1
  483. package/lib/components/menu/src/menu-item2.js +97 -15
  484. package/lib/components/menu/src/menu-item2.js.map +1 -1
  485. package/lib/components/menu/src/menu.d.ts +4 -4
  486. package/lib/components/message/src/message.d.ts +1 -1
  487. package/lib/components/message/src/message.vue.d.ts +4 -4
  488. package/lib/components/notification/index.js +1 -1
  489. package/lib/components/notification/src/notification.d.ts +1 -1
  490. package/lib/components/notification/src/notification.js +150 -68
  491. package/lib/components/notification/src/notification.js.map +1 -1
  492. package/lib/components/notification/src/notification.vue.d.ts +4 -4
  493. package/lib/components/notification/src/notification2.js +68 -150
  494. package/lib/components/notification/src/notification2.js.map +1 -1
  495. package/lib/components/notification/src/notify.js +2 -2
  496. package/lib/components/pagination/src/components/jumper.js +9 -60
  497. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  498. package/lib/components/pagination/src/components/jumper.vue.d.ts +12 -12
  499. package/lib/components/pagination/src/components/jumper2.js +60 -9
  500. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  501. package/lib/components/pagination/src/components/next.js +19 -38
  502. package/lib/components/pagination/src/components/next.js.map +1 -1
  503. package/lib/components/pagination/src/components/next2.js +38 -19
  504. package/lib/components/pagination/src/components/next2.js.map +1 -1
  505. package/lib/components/pagination/src/components/pager.js +17 -218
  506. package/lib/components/pagination/src/components/pager.js.map +1 -1
  507. package/lib/components/pagination/src/components/pager2.js +218 -17
  508. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  509. package/lib/components/pagination/src/components/prev.js +38 -19
  510. package/lib/components/pagination/src/components/prev.js.map +1 -1
  511. package/lib/components/pagination/src/components/prev2.js +19 -38
  512. package/lib/components/pagination/src/components/prev2.js.map +1 -1
  513. package/lib/components/pagination/src/components/sizes.js +23 -71
  514. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  515. package/lib/components/pagination/src/components/sizes.vue.d.ts +26 -26
  516. package/lib/components/pagination/src/components/sizes2.js +71 -23
  517. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  518. package/lib/components/pagination/src/pagination.js +5 -5
  519. package/lib/components/popconfirm/index.d.ts +23 -23
  520. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +23 -23
  521. package/lib/components/popconfirm/src/popconfirm2.js +1 -1
  522. package/lib/components/popover/index.d.ts +18 -18
  523. package/lib/components/popover/src/popover.js +3 -3
  524. package/lib/components/popover/src/popover.vue.d.ts +18 -18
  525. package/lib/components/popper/index.js +4 -4
  526. package/lib/components/popper/src/content.js +99 -139
  527. package/lib/components/popper/src/content.js.map +1 -1
  528. package/lib/components/popper/src/content.vue.d.ts +6 -6
  529. package/lib/components/popper/src/content2.js +139 -99
  530. package/lib/components/popper/src/content2.js.map +1 -1
  531. package/lib/components/popper/src/trigger.js +121 -32
  532. package/lib/components/popper/src/trigger.js.map +1 -1
  533. package/lib/components/popper/src/trigger2.js +32 -121
  534. package/lib/components/popper/src/trigger2.js.map +1 -1
  535. package/lib/components/rate/index.js +2 -2
  536. package/lib/components/rate/src/rate.js +258 -92
  537. package/lib/components/rate/src/rate.js.map +1 -1
  538. package/lib/components/rate/src/rate2.js +92 -258
  539. package/lib/components/rate/src/rate2.js.map +1 -1
  540. package/lib/components/resizable-columns/index.js +2 -2
  541. package/lib/components/resizable-columns/src/resizable-columns.js +21 -264
  542. package/lib/components/resizable-columns/src/resizable-columns.js.map +1 -1
  543. package/lib/components/resizable-columns/src/resizable-columns2.js +264 -21
  544. package/lib/components/resizable-columns/src/resizable-columns2.js.map +1 -1
  545. package/lib/components/result/index.d.ts +4 -4
  546. package/lib/components/result/src/result.d.ts +1 -1
  547. package/lib/components/result/src/result.vue.d.ts +4 -4
  548. package/lib/components/roving-focus-group/index.js +2 -2
  549. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  550. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  551. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  552. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  553. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  554. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  555. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  556. package/lib/components/row/index.js +2 -2
  557. package/lib/components/row/src/row.js +45 -31
  558. package/lib/components/row/src/row.js.map +1 -1
  559. package/lib/components/row/src/row2.js +31 -45
  560. package/lib/components/row/src/row2.js.map +1 -1
  561. package/lib/components/scrollbar/index.js +2 -2
  562. package/lib/components/scrollbar/src/scrollbar.js +176 -47
  563. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  564. package/lib/components/scrollbar/src/scrollbar2.js +47 -176
  565. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  566. package/lib/components/select/index.d.ts +26 -26
  567. package/lib/components/select/src/select.js +2 -2
  568. package/lib/components/select/src/select.vue.d.ts +26 -26
  569. package/lib/components/select/src/useSelect.d.ts +24 -24
  570. package/lib/components/select-v2/index.d.ts +30 -30
  571. package/lib/components/select-v2/src/defaults.js +1 -1
  572. package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
  573. package/lib/components/select-v2/src/select.vue.d.ts +15 -15
  574. package/lib/components/select-v2/src/useSelect.d.ts +13 -13
  575. package/lib/components/skeleton/index.js +2 -2
  576. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  577. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  578. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  579. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  580. package/lib/components/skeleton/src/skeleton2.js +1 -1
  581. package/lib/components/slider/index.d.ts +75 -75
  582. package/lib/components/slider/index.js +2 -2
  583. package/lib/components/slider/src/button.vue.d.ts +6 -6
  584. package/lib/components/slider/src/composables/use-slide.d.ts +24 -24
  585. package/lib/components/slider/src/slider.js +237 -97
  586. package/lib/components/slider/src/slider.js.map +1 -1
  587. package/lib/components/slider/src/slider.vue.d.ts +75 -75
  588. package/lib/components/slider/src/slider2.js +97 -237
  589. package/lib/components/slider/src/slider2.js.map +1 -1
  590. package/lib/components/statistic/index.js +2 -2
  591. package/lib/components/statistic/src/statistic.js +70 -25
  592. package/lib/components/statistic/src/statistic.js.map +1 -1
  593. package/lib/components/statistic/src/statistic2.js +25 -70
  594. package/lib/components/statistic/src/statistic2.js.map +1 -1
  595. package/lib/components/steps/index.d.ts +16 -16
  596. package/lib/components/steps/index.js +4 -4
  597. package/lib/components/steps/src/item.d.ts +1 -1
  598. package/lib/components/steps/src/item.js +19 -193
  599. package/lib/components/steps/src/item.js.map +1 -1
  600. package/lib/components/steps/src/item.vue.d.ts +4 -4
  601. package/lib/components/steps/src/item2.js +193 -19
  602. package/lib/components/steps/src/item2.js.map +1 -1
  603. package/lib/components/steps/src/steps.d.ts +2 -2
  604. package/lib/components/steps/src/steps.js +37 -39
  605. package/lib/components/steps/src/steps.js.map +1 -1
  606. package/lib/components/steps/src/steps.vue.d.ts +8 -8
  607. package/lib/components/steps/src/steps2.js +39 -37
  608. package/lib/components/steps/src/steps2.js.map +1 -1
  609. package/lib/components/table/index.d.ts +1 -1
  610. package/lib/components/table/src/filter-panel.vue.d.ts +12 -12
  611. package/lib/components/table/src/store/watcher.js +9 -3
  612. package/lib/components/table/src/store/watcher.js.map +1 -1
  613. package/lib/components/table/src/table-body/index.js +1 -1
  614. package/lib/components/table/src/table-body/index.js.map +1 -1
  615. package/lib/components/table/src/table.js +1 -1
  616. package/lib/components/table/src/table.js.map +1 -1
  617. package/lib/components/table/src/table.vue.d.ts +1 -1
  618. package/lib/components/tabs/index.js +3 -3
  619. package/lib/components/tabs/src/tab-bar.js +75 -7
  620. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  621. package/lib/components/tabs/src/tab-bar2.js +7 -75
  622. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  623. package/lib/components/tabs/src/tab-nav.js +1 -1
  624. package/lib/components/tabs/src/tab-pane.js +14 -76
  625. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  626. package/lib/components/tabs/src/tab-pane2.js +76 -14
  627. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  628. package/lib/components/tag/index.d.ts +1 -1
  629. package/lib/components/tag/index.js +2 -2
  630. package/lib/components/tag/src/tag.js +98 -34
  631. package/lib/components/tag/src/tag.js.map +1 -1
  632. package/lib/components/tag/src/tag.vue.d.ts +1 -1
  633. package/lib/components/tag/src/tag2.js +34 -98
  634. package/lib/components/tag/src/tag2.js.map +1 -1
  635. package/lib/components/text/index.js +2 -2
  636. package/lib/components/text/src/text.js +22 -35
  637. package/lib/components/text/src/text.js.map +1 -1
  638. package/lib/components/text/src/text2.js +35 -22
  639. package/lib/components/text/src/text2.js.map +1 -1
  640. package/lib/components/time-picker/src/common/picker.vue.d.ts +34 -34
  641. package/lib/components/time-select/index.d.ts +110 -110
  642. package/lib/components/time-select/src/time-select.vue.d.ts +55 -55
  643. package/lib/components/timeline/index.js +2 -2
  644. package/lib/components/timeline/src/timeline-item.js +72 -42
  645. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  646. package/lib/components/timeline/src/timeline-item2.js +42 -72
  647. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  648. package/lib/components/tooltip/index.d.ts +6 -6
  649. package/lib/components/tooltip/index.js +2 -2
  650. package/lib/components/tooltip/src/content.js +31 -179
  651. package/lib/components/tooltip/src/content.js.map +1 -1
  652. package/lib/components/tooltip/src/content.vue.d.ts +6 -6
  653. package/lib/components/tooltip/src/content2.js +179 -31
  654. package/lib/components/tooltip/src/content2.js.map +1 -1
  655. package/lib/components/tooltip/src/tooltip.js +2 -2
  656. package/lib/components/tooltip/src/tooltip.vue.d.ts +6 -6
  657. package/lib/components/tooltip/src/tooltip2.js +2 -2
  658. package/lib/components/tooltip/src/trigger.js +73 -16
  659. package/lib/components/tooltip/src/trigger.js.map +1 -1
  660. package/lib/components/tooltip/src/trigger2.js +16 -73
  661. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  662. package/lib/components/tooltip-v2/index.d.ts +4 -4
  663. package/lib/components/tooltip-v2/index.js +2 -2
  664. package/lib/components/tooltip-v2/src/arrow.js +23 -37
  665. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  666. package/lib/components/tooltip-v2/src/arrow2.js +37 -23
  667. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  668. package/lib/components/tooltip-v2/src/root.js +82 -17
  669. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  670. package/lib/components/tooltip-v2/src/root2.js +17 -82
  671. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  672. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  673. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +4 -4
  674. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  675. package/lib/components/transfer/index.d.ts +65 -65
  676. package/lib/components/transfer/src/transfer-panel.vue.d.ts +12 -12
  677. package/lib/components/transfer/src/transfer.vue.d.ts +65 -65
  678. package/lib/components/tree-v2/index.d.ts +1 -1
  679. package/lib/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  680. package/lib/components/tree-v2/src/tree.vue.d.ts +1 -1
  681. package/lib/components/upload/index.d.ts +5 -5
  682. package/lib/components/upload/index.js +1 -1
  683. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  684. package/lib/components/upload/src/upload-content2.js +1 -1
  685. package/lib/components/upload/src/upload-dragger.js +12 -72
  686. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  687. package/lib/components/upload/src/upload-dragger2.js +72 -12
  688. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  689. package/lib/components/upload/src/upload.vue.d.ts +5 -5
  690. package/lib/index.js +36 -36
  691. package/package.json +1 -1
  692. package/web-types.json +1 -1
@@ -7,7 +7,7 @@ export declare const menuProps: {
7
7
  readonly defaultOpeneds: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
8
8
  readonly uniqueOpened: BooleanConstructor;
9
9
  readonly router: BooleanConstructor;
10
- readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
10
+ readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
11
11
  readonly collapse: BooleanConstructor;
12
12
  readonly backgroundColor: StringConstructor;
13
13
  readonly textColor: StringConstructor;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  readonly defaultOpeneds: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
31
31
  readonly uniqueOpened: BooleanConstructor;
32
32
  readonly router: BooleanConstructor;
33
- readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
33
+ readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
34
34
  readonly collapse: BooleanConstructor;
35
35
  readonly backgroundColor: StringConstructor;
36
36
  readonly textColor: StringConstructor;
@@ -51,7 +51,7 @@ declare const _default: import("vue").DefineComponent<{
51
51
  readonly defaultOpeneds: import("element-pe/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => [], boolean>;
52
52
  readonly uniqueOpened: BooleanConstructor;
53
53
  readonly router: BooleanConstructor;
54
- readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
54
+ readonly menuTrigger: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
55
55
  readonly collapse: BooleanConstructor;
56
56
  readonly backgroundColor: StringConstructor;
57
57
  readonly textColor: StringConstructor;
@@ -70,7 +70,7 @@ declare const _default: import("vue").DefineComponent<{
70
70
  readonly mode: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
71
71
  readonly defaultActive: string;
72
72
  readonly defaultOpeneds: string[];
73
- readonly menuTrigger: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
73
+ readonly menuTrigger: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
74
74
  readonly collapseTransition: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
75
75
  readonly popperEffect: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "light" | "dark", unknown>;
76
76
  readonly uniqueOpened: boolean;
@@ -46,7 +46,7 @@ export declare const messageProps: {
46
46
  __epPropKey: true;
47
47
  };
48
48
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
49
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "error" | "success" | "warning" | "info", unknown, "info", boolean>;
49
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
50
50
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 16, boolean>;
51
51
  readonly zIndex: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
52
52
  readonly grouping: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
@@ -30,7 +30,7 @@ declare const _default: import("vue").DefineComponent<{
30
30
  __epPropKey: true;
31
31
  };
32
32
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
33
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "error" | "success" | "warning" | "info", unknown, "info", boolean>;
33
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
34
34
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 16, boolean>;
35
35
  readonly zIndex: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
36
36
  readonly grouping: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<{
69
69
  __epPropKey: true;
70
70
  };
71
71
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
72
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "error" | "success" | "warning" | "info", unknown, "info", boolean>;
72
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
73
73
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 16, boolean>;
74
74
  readonly zIndex: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
75
75
  readonly grouping: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
@@ -264,7 +264,7 @@ declare const _default: import("vue").DefineComponent<{
264
264
  __epPropKey: true;
265
265
  };
266
266
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
267
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "error" | "success" | "warning" | "info", unknown, "info", boolean>;
267
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "success" | "warning" | "error" | "info", unknown, "info", boolean>;
268
268
  readonly offset: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 16, boolean>;
269
269
  readonly zIndex: import("element-pe/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
270
270
  readonly grouping: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
@@ -272,7 +272,7 @@ declare const _default: import("vue").DefineComponent<{
272
272
  }>> & {
273
273
  onDestroy?: (() => any) | undefined;
274
274
  }, {
275
- readonly type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "error" | "success" | "warning" | "info", unknown>;
275
+ readonly type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "success" | "warning" | "error" | "info", unknown>;
276
276
  readonly zIndex: number;
277
277
  readonly offset: number;
278
278
  readonly center: import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -1,6 +1,6 @@
1
1
  import '../../utils/index.mjs';
2
2
  import notify from './src/notify.mjs';
3
- export { notificationEmits, notificationProps, notificationTypes } from './src/notification.mjs';
3
+ export { notificationEmits, notificationProps, notificationTypes } from './src/notification2.mjs';
4
4
  import { withInstallFunction } from '../../utils/vue/install.mjs';
5
5
 
6
6
  const ElNotification = withInstallFunction(notify, "$notify");
@@ -40,7 +40,7 @@ export declare const notificationProps: {
40
40
  readonly position: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "top-right" | "top-left" | "bottom-right" | "bottom-left", unknown, "top-right", boolean>;
41
41
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
42
42
  readonly title: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
43
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "error" | "success" | "warning" | "info", unknown, "", boolean>;
43
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "error" | "info", unknown, "", boolean>;
44
44
  readonly zIndex: NumberConstructor;
45
45
  };
46
46
  export declare type NotificationProps = ExtractPropTypes<typeof notificationProps>;
@@ -1,72 +1,156 @@
1
+ import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, unref, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createElementBlock, Fragment, vShow, withModifiers, createVNode } from 'vue';
2
+ import { useTimeoutFn, useEventListener } from '@vueuse/core';
1
3
  import '../../../utils/index.mjs';
2
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
3
- import { iconPropType } from '../../../utils/vue/icon.mjs';
4
+ import '../../../constants/index.mjs';
5
+ import { ElIcon } from '../../icon/index.mjs';
6
+ import '../../config-provider/index.mjs';
7
+ import { notificationProps, notificationEmits } from './notification2.mjs';
8
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
+ import { useGlobalConfig, useGlobalComponentSettings } from '../../config-provider/src/hooks/use-global-config.mjs';
10
+ import { CloseComponents, TypeComponentsMap } from '../../../utils/vue/icon.mjs';
11
+ import { EVENT_CODE } from '../../../constants/aria.mjs';
4
12
 
5
- const notificationTypes = [
6
- "success",
7
- "info",
8
- "warning",
9
- "error"
10
- ];
11
- const notificationProps = buildProps({
12
- customClass: {
13
- type: String,
14
- default: ""
15
- },
16
- dangerouslyUseHTMLString: {
17
- type: Boolean,
18
- default: false
19
- },
20
- duration: {
21
- type: Number,
22
- default: 4500
23
- },
24
- icon: {
25
- type: iconPropType
26
- },
27
- id: {
28
- type: String,
29
- default: ""
30
- },
31
- message: {
32
- type: definePropType([String, Object]),
33
- default: ""
34
- },
35
- offset: {
36
- type: Number,
37
- default: 0
38
- },
39
- onClick: {
40
- type: definePropType(Function),
41
- default: () => void 0
42
- },
43
- onClose: {
44
- type: definePropType(Function),
45
- required: true
46
- },
47
- position: {
48
- type: String,
49
- values: ["top-right", "top-left", "bottom-right", "bottom-left"],
50
- default: "top-right"
51
- },
52
- showClose: {
53
- type: Boolean,
54
- default: true
55
- },
56
- title: {
57
- type: String,
58
- default: ""
59
- },
60
- type: {
61
- type: String,
62
- values: [...notificationTypes, ""],
63
- default: ""
64
- },
65
- zIndex: Number
13
+ const _hoisted_1 = ["id"];
14
+ const _hoisted_2 = ["textContent"];
15
+ const _hoisted_3 = { key: 0 };
16
+ const _hoisted_4 = ["innerHTML"];
17
+ const __default__ = defineComponent({
18
+ name: "ElNotification"
66
19
  });
67
- const notificationEmits = {
68
- destroy: () => true
69
- };
20
+ const _sfc_main = /* @__PURE__ */ defineComponent({
21
+ ...__default__,
22
+ props: notificationProps,
23
+ emits: notificationEmits,
24
+ setup(__props, { expose }) {
25
+ const props = __props;
26
+ const forEditor = useGlobalConfig("forEditor");
27
+ const { ns, zIndex } = useGlobalComponentSettings("notification");
28
+ const { nextZIndex, currentZIndex } = zIndex;
29
+ const { Close } = CloseComponents;
30
+ const visible = ref(false);
31
+ let timer = void 0;
32
+ const typeClass = computed(() => {
33
+ const type = props.type;
34
+ return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
35
+ });
36
+ const iconComponent = computed(() => {
37
+ if (!props.type)
38
+ return props.icon;
39
+ return TypeComponentsMap[props.type] || props.icon;
40
+ });
41
+ const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
42
+ const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
43
+ const positionStyle = computed(() => {
44
+ var _a;
45
+ return {
46
+ [verticalProperty.value]: `${props.offset}px`,
47
+ zIndex: (_a = props.zIndex) != null ? _a : currentZIndex.value
48
+ };
49
+ });
50
+ function startTimer() {
51
+ if (props.duration > 0) {
52
+ ;
53
+ ({ stop: timer } = useTimeoutFn(() => {
54
+ if (visible.value)
55
+ close();
56
+ }, props.duration));
57
+ }
58
+ }
59
+ function clearTimer() {
60
+ timer == null ? void 0 : timer();
61
+ }
62
+ function close() {
63
+ visible.value = false;
64
+ }
65
+ function onKeydown({ code }) {
66
+ if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
67
+ clearTimer();
68
+ } else if (code === EVENT_CODE.esc) {
69
+ if (visible.value) {
70
+ close();
71
+ }
72
+ } else {
73
+ startTimer();
74
+ }
75
+ }
76
+ onMounted(() => {
77
+ startTimer();
78
+ nextZIndex();
79
+ visible.value = true;
80
+ });
81
+ useEventListener(document, "keydown", onKeydown);
82
+ expose({
83
+ visible,
84
+ close
85
+ });
86
+ return (_ctx, _cache) => {
87
+ return openBlock(), createBlock(Transition, {
88
+ name: unref(ns).b("fade"),
89
+ onBeforeLeave: _ctx.onClose,
90
+ onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
91
+ duration: unref(forEditor) ? -1 : 0,
92
+ persisted: ""
93
+ }, {
94
+ default: withCtx(() => [
95
+ withDirectives(createElementVNode("div", {
96
+ id: _ctx.id,
97
+ class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
98
+ style: normalizeStyle(unref(positionStyle)),
99
+ role: "alert",
100
+ onMouseenter: clearTimer,
101
+ onMouseleave: startTimer,
102
+ onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
103
+ }, [
104
+ unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
105
+ key: 0,
106
+ class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
107
+ }, {
108
+ default: withCtx(() => [
109
+ (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
110
+ ]),
111
+ _: 1
112
+ }, 8, ["class"])) : createCommentVNode("v-if", true),
113
+ createElementVNode("div", {
114
+ class: normalizeClass(unref(ns).e("group"))
115
+ }, [
116
+ createElementVNode("h2", {
117
+ class: normalizeClass(unref(ns).e("title")),
118
+ textContent: toDisplayString(_ctx.title)
119
+ }, null, 10, _hoisted_2),
120
+ withDirectives(createElementVNode("div", {
121
+ class: normalizeClass(unref(ns).e("content")),
122
+ style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
123
+ }, [
124
+ renderSlot(_ctx.$slots, "default", {}, () => [
125
+ !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
126
+ createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
127
+ createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
128
+ ], 2112))
129
+ ])
130
+ ], 6), [
131
+ [vShow, _ctx.message]
132
+ ]),
133
+ _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
134
+ key: 0,
135
+ class: normalizeClass(unref(ns).e("closeBtn")),
136
+ onClick: withModifiers(close, ["stop"])
137
+ }, {
138
+ default: withCtx(() => [
139
+ createVNode(unref(Close))
140
+ ]),
141
+ _: 1
142
+ }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
143
+ ], 2)
144
+ ], 46, _hoisted_1), [
145
+ [vShow, visible.value]
146
+ ])
147
+ ]),
148
+ _: 3
149
+ }, 8, ["name", "onBeforeLeave", "duration"]);
150
+ };
151
+ }
152
+ });
153
+ var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
70
154
 
71
- export { notificationEmits, notificationProps, notificationTypes };
155
+ export { NotificationConstructor as default };
72
156
  //# sourceMappingURL=notification.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification.mjs","sources":["../../../../../../packages/components/notification/src/notification.ts"],"sourcesContent":["import { buildProps, definePropType, iconPropType } from '@element-plus/utils'\n\nimport type { ExtractPropTypes, VNode } from 'vue'\nimport type Notification from './notification.vue'\n\nexport const notificationTypes = [\n 'success',\n 'info',\n 'warning',\n 'error',\n] as const\n\nexport const notificationProps = buildProps({\n /**\n * @description custom class name for Notification\n */\n customClass: {\n type: String,\n default: '',\n },\n /**\n * @description whether `message` is treated as HTML string\n */\n dangerouslyUseHTMLString: {\n type: Boolean,\n default: false,\n },\n /**\n * @description duration before close. It will not automatically close if set 0\n */\n duration: {\n type: Number,\n default: 4500,\n },\n /**\n * @description custom icon component. It will be overridden by `type`\n */\n icon: {\n type: iconPropType,\n },\n /**\n * @description notification dom id\n */\n id: {\n type: String,\n default: '',\n },\n /**\n * @description description text\n */\n message: {\n type: definePropType<string | VNode>([String, Object]),\n default: '',\n },\n /**\n * @description offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset\n */\n offset: {\n type: Number,\n default: 0,\n },\n /**\n * @description callback function when notification clicked\n */\n onClick: {\n type: definePropType<() => void>(Function),\n default: () => undefined,\n },\n /**\n * @description callback function when closed\n */\n onClose: {\n type: definePropType<() => void>(Function),\n required: true,\n },\n /**\n * @description custom position\n */\n position: {\n type: String,\n values: ['top-right', 'top-left', 'bottom-right', 'bottom-left'],\n default: 'top-right',\n },\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: true,\n },\n /**\n * @description title\n */\n title: {\n type: String,\n default: '',\n },\n /**\n * @description notification type\n */\n type: {\n type: String,\n values: [...notificationTypes, ''],\n default: '',\n },\n /**\n * @description initial zIndex\n */\n zIndex: Number,\n} as const)\nexport type NotificationProps = ExtractPropTypes<typeof notificationProps>\n\nexport const notificationEmits = {\n destroy: () => true,\n}\nexport type NotificationEmits = typeof notificationEmits\n\nexport type NotificationInstance = InstanceType<typeof Notification>\n\nexport type NotificationOptions = Omit<NotificationProps, 'id'> & {\n /**\n * @description set the root element for the notification, default to `document.body`\n */\n appendTo?: HTMLElement | string\n}\nexport type NotificationOptionsTyped = Omit<NotificationOptions, 'type'>\n\nexport interface NotificationHandle {\n close: () => void\n}\n\nexport type NotificationParams = Partial<NotificationOptions> | string | VNode\nexport type NotificationParamsTyped =\n | Partial<NotificationOptionsTyped>\n | string\n | VNode\n\nexport type NotifyFn = ((\n options?: NotificationParams\n) => NotificationHandle) & { closeAll: () => void }\n\nexport type NotifyTypedFn = (\n options?: NotificationParamsTyped\n) => NotificationHandle\n\nexport interface Notify extends NotifyFn {\n success: NotifyTypedFn\n warning: NotifyTypedFn\n error: NotifyTypedFn\n info: NotifyTypedFn\n}\n\nexport interface NotificationQueueItem {\n vm: VNode\n}\n\nexport type NotificationQueue = NotificationQueueItem[]\n"],"names":[],"mappings":";;;;AACY,MAAC,iBAAiB,GAAG;AACjC,EAAE,SAAS;AACX,EAAE,MAAM;AACR,EAAE,SAAS;AACX,EAAE,OAAO;AACT,EAAE;AACU,MAAC,iBAAiB,GAAG,UAAU,CAAC;AAC5C,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,wBAAwB,EAAE;AAC5B,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC;AACzB,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,aAAa,CAAC;AACpE,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,GAAG,iBAAiB,EAAE,EAAE,CAAC;AACtC,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE,MAAM;AAChB,CAAC,EAAE;AACS,MAAC,iBAAiB,GAAG;AACjC,EAAE,OAAO,EAAE,MAAM,IAAI;AACrB;;;;"}
1
+ {"version":3,"file":"notification.mjs","sources":["../../../../../../packages/components/notification/src/notification.vue"],"sourcesContent":["<template>\n <transition\n :name=\"ns.b('fade')\"\n @before-leave=\"onClose\"\n @after-leave=\"$emit('destroy')\"\n :duration=\"forEditor ? -1 : 0\"\n >\n <div\n v-show=\"visible\"\n :id=\"id\"\n :class=\"[ns.b(), customClass, horizontalClass]\"\n :style=\"positionStyle\"\n role=\"alert\"\n @mouseenter=\"clearTimer\"\n @mouseleave=\"startTimer\"\n @click=\"onClick\"\n >\n <el-icon v-if=\"iconComponent\" :class=\"[ns.e('icon'), typeClass]\">\n <component :is=\"iconComponent\" />\n </el-icon>\n <div :class=\"ns.e('group')\">\n <h2 :class=\"ns.e('title')\" v-text=\"title\" />\n <div\n v-show=\"message\"\n :class=\"ns.e('content')\"\n :style=\"!!title ? undefined : { margin: 0 }\"\n >\n <slot>\n <p v-if=\"!dangerouslyUseHTMLString\">{{ message }}</p>\n <!-- Caution here, message could've been compromised, never use user's input as message -->\n <p v-else v-html=\"message\" />\n </slot>\n </div>\n <el-icon v-if=\"showClose\" :class=\"ns.e('closeBtn')\" @click.stop=\"close\">\n <Close />\n </el-icon>\n </div>\n </div>\n </transition>\n</template>\n<script lang=\"ts\" setup>\nimport { computed, onMounted, ref } from 'vue'\nimport { useEventListener, useTimeoutFn } from '@vueuse/core'\nimport { CloseComponents, TypeComponentsMap } from '@element-plus/utils'\nimport { EVENT_CODE } from '@element-plus/constants'\nimport { ElIcon } from '@element-plus/components/icon'\nimport { useGlobalComponentSettings, useGlobalConfig } from '../../config-provider'\nimport { notificationEmits, notificationProps } from './notification'\n\nimport type { CSSProperties } from 'vue'\n\nconst forEditor = useGlobalConfig('forEditor')\n\ndefineOptions({\n name: 'ElNotification',\n})\n\nconst props = defineProps(notificationProps)\ndefineEmits(notificationEmits)\n\nconst { ns, zIndex } = useGlobalComponentSettings('notification')\nconst { nextZIndex, currentZIndex } = zIndex\n\nconst { Close } = CloseComponents\n\nconst visible = ref(false)\nlet timer: (() => void) | undefined = undefined\n\nconst typeClass = computed(() => {\n const type = props.type\n return type && TypeComponentsMap[props.type] ? ns.m(type) : ''\n})\n\nconst iconComponent = computed(() => {\n if (!props.type) return props.icon\n return TypeComponentsMap[props.type] || props.icon\n})\n\nconst horizontalClass = computed(() =>\n props.position.endsWith('right') ? 'right' : 'left'\n)\n\nconst verticalProperty = computed(() =>\n props.position.startsWith('top') ? 'top' : 'bottom'\n)\n\nconst positionStyle = computed<CSSProperties>(() => {\n return {\n [verticalProperty.value]: `${props.offset}px`,\n zIndex: props.zIndex ?? currentZIndex.value,\n }\n})\n\nfunction startTimer() {\n if (props.duration > 0) {\n ;({ stop: timer } = useTimeoutFn(() => {\n if (visible.value) close()\n }, props.duration))\n }\n}\n\nfunction clearTimer() {\n timer?.()\n}\n\nfunction close() {\n visible.value = false\n}\n\nfunction onKeydown({ code }: KeyboardEvent) {\n if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {\n clearTimer() // press delete/backspace clear timer\n } else if (code === EVENT_CODE.esc) {\n // press esc to close the notification\n if (visible.value) {\n close()\n }\n } else {\n startTimer() // resume timer\n }\n}\n\n// lifecycle\nonMounted(() => {\n startTimer()\n nextZIndex()\n visible.value = true\n})\n\nuseEventListener(document, 'keydown', onKeydown)\n\ndefineExpose({\n visible,\n /** @description close notification */\n close,\n})\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;;;;;;mCAqDc,CAAA;AAAA,EACZ,IAAM,EAAA,gBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAJA,IAAM,MAAA,SAAA,GAAY,gBAAgB,WAAW,CAAA,CAAA;AAS7C,IAAA,MAAM,EAAE,EAAA,EAAI,MAAW,EAAA,GAAA,0BAAA,CAA2B,cAAc,CAAA,CAAA;AAChE,IAAM,MAAA,EAAE,YAAY,aAAkB,EAAA,GAAA,MAAA,CAAA;AAEtC,IAAA,MAAM,EAAE,KAAU,EAAA,GAAA,eAAA,CAAA;AAElB,IAAM,MAAA,OAAA,GAAU,IAAI,KAAK,CAAA,CAAA;AACzB,IAAA,IAAI,KAAkC,GAAA,KAAA,CAAA,CAAA;AAEtC,IAAM,MAAA,SAAA,GAAY,SAAS,MAAM;AAC/B,MAAA,MAAM,OAAO,KAAM,CAAA,IAAA,CAAA;AACnB,MAAA,OAAO,QAAQ,iBAAkB,CAAA,KAAA,CAAM,QAAQ,EAAG,CAAA,CAAA,CAAE,IAAI,CAAI,GAAA,EAAA,CAAA;AAAA,KAC7D,CAAA,CAAA;AAED,IAAM,MAAA,aAAA,GAAgB,SAAS,MAAM;AACnC,MAAA,IAAI,CAAC,KAAM,CAAA,IAAA;AAAM,QAAA,OAAO,KAAM,CAAA,IAAA,CAAA;AAC9B,MAAO,OAAA,iBAAA,CAAkB,KAAM,CAAA,IAAA,CAAA,IAAS,KAAM,CAAA,IAAA,CAAA;AAAA,KAC/C,CAAA,CAAA;AAED,IAAM,MAAA,eAAA,GAAkB,SAAS,MAC/B,KAAA,CAAM,SAAS,QAAS,CAAA,OAAO,CAAI,GAAA,OAAA,GAAU,MAC/C,CAAA,CAAA;AAEA,IAAM,MAAA,gBAAA,GAAmB,SAAS,MAChC,KAAA,CAAM,SAAS,UAAW,CAAA,KAAK,CAAI,GAAA,KAAA,GAAQ,QAC7C,CAAA,CAAA;AAEA,IAAM,MAAA,aAAA,GAAgB,SAAwB,MAAM;AAClD,MAAO,IAAA,EAAA,CAAA;AAAA,MAAA,OACJ;AAAkC,QACnC,CAAA,gBAAc,CAAA,KAAA,GAAwB,CAAA,EAAA,KAAA,CAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QACxC,MAAA,EAAA,CAAA,EAAA,GAAA,KAAA,CAAA,MAAA,KAAA,IAAA,GAAA,EAAA,GAAA,aAAA,CAAA,KAAA;AAAA,OACD,CAAA;AAED,KAAsB,CAAA,CAAA;AACpB,IAAI,SAAA;AACF,MAAA,IAAA,KAAA,CAAA,QAAA,GAAA,CAAA,EAAA;AAAC,QAAC,CAAE;AACF,QAAA,CAAA,EAAA,IAAY,EAAA,KAAA,EAAA,GAAA,YAAA,CAAA,MAAA;AAAO,UAAM,IAAA,OAAA,CAAA,KAAA;AAAA,iBAClB,EAAQ,CAAA;AAAA,SACnB,EAAA,KAAA,CAAA,QAAA,CAAA,EAAA;AAAA,OACF;AAEA,KAAsB;AACpB,IAAQ,SAAA,UAAA,GAAA;AAAA,MACV,KAAA,IAAA,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,EAAA,CAAA;AAEA,KAAiB;AACf,IAAA,SAAA,KAAgB,GAAA;AAAA,MAClB,OAAA,CAAA,KAAA,GAAA,KAAA,CAAA;AAEA,KAAA;AACE,IAAA,SAAa,SAAA,CAAA,EAAA,IAAA,EAAqB,EAAA;AAChC,MAAW,IAAA,IAAA,KAAA,UAAA,CAAA,MAAA,IAAA,IAAA,KAAA,UAAA,CAAA,SAAA,EAAA;AAAA,QACb,UAAoB,EAAA,CAAA;AAElB,OAAA,cAAmB,KAAA,UAAA,CAAA,GAAA,EAAA;AACjB,QAAM,IAAA,OAAA,CAAA,KAAA,EAAA;AAAA,UACR,KAAA,EAAA,CAAA;AAAA,SACK;AACL,OAAW,MAAA;AAAA,QACb,UAAA,EAAA,CAAA;AAAA,OACF;AAGA,KAAA;AACE,IAAW,SAAA,CAAA,MAAA;AACX,MAAW,UAAA,EAAA,CAAA;AACX,MAAA,UAAgB,EAAA,CAAA;AAAA,MACjB,OAAA,CAAA,KAAA,GAAA,IAAA,CAAA;AAED,KAAiB,CAAA,CAAA;AAEjB,IAAa,gBAAA,CAAA,QAAA,EAAA,SAAA,EAAA,SAAA,CAAA,CAAA;AAAA,IACX,MAAA,CAAA;AAAA,MAEA,OAAA;AAAA,MACD,KAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -38,7 +38,7 @@ declare const _default: import("vue").DefineComponent<{
38
38
  readonly position: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "top-right" | "top-left" | "bottom-right" | "bottom-left", unknown, "top-right", boolean>;
39
39
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
40
40
  readonly title: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
41
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "error" | "success" | "warning" | "info", unknown, "", boolean>;
41
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "error" | "info", unknown, "", boolean>;
42
42
  readonly zIndex: NumberConstructor;
43
43
  }, {
44
44
  forEditor: import("vue").Ref<import("element-pe/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
@@ -81,7 +81,7 @@ declare const _default: import("vue").DefineComponent<{
81
81
  readonly position: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "top-right" | "top-left" | "bottom-right" | "bottom-left", unknown, "top-right", boolean>;
82
82
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
83
83
  readonly title: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
84
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "error" | "success" | "warning" | "info", unknown, "", boolean>;
84
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "error" | "info", unknown, "", boolean>;
85
85
  readonly zIndex: NumberConstructor;
86
86
  }>> & {
87
87
  onDestroy?: (() => any) | undefined;
@@ -227,12 +227,12 @@ declare const _default: import("vue").DefineComponent<{
227
227
  readonly position: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "top-right" | "top-left" | "bottom-right" | "bottom-left", unknown, "top-right", boolean>;
228
228
  readonly showClose: import("element-pe/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
229
229
  readonly title: import("element-pe/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
230
- readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "error" | "success" | "warning" | "info", unknown, "", boolean>;
230
+ readonly type: import("element-pe/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "warning" | "error" | "info", unknown, "", boolean>;
231
231
  readonly zIndex: NumberConstructor;
232
232
  }>> & {
233
233
  onDestroy?: (() => any) | undefined;
234
234
  }, {
235
- readonly type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "" | "error" | "success" | "warning" | "info", unknown>;
235
+ readonly type: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "" | "success" | "warning" | "error" | "info", unknown>;
236
236
  readonly offset: number;
237
237
  readonly position: import("element-pe/es/utils").EpPropMergeType<StringConstructor, "top-right" | "top-left" | "bottom-right" | "bottom-left", unknown>;
238
238
  readonly title: string;
@@ -1,156 +1,72 @@
1
- import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, unref, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createElementBlock, Fragment, vShow, withModifiers, createVNode } from 'vue';
2
- import { useTimeoutFn, useEventListener } from '@vueuse/core';
3
1
  import '../../../utils/index.mjs';
4
- import '../../../constants/index.mjs';
5
- import { ElIcon } from '../../icon/index.mjs';
6
- import '../../config-provider/index.mjs';
7
- import { notificationProps, notificationEmits } from './notification.mjs';
8
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
- import { useGlobalConfig, useGlobalComponentSettings } from '../../config-provider/src/hooks/use-global-config.mjs';
10
- import { CloseComponents, TypeComponentsMap } from '../../../utils/vue/icon.mjs';
11
- import { EVENT_CODE } from '../../../constants/aria.mjs';
2
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
3
+ import { iconPropType } from '../../../utils/vue/icon.mjs';
12
4
 
13
- const _hoisted_1 = ["id"];
14
- const _hoisted_2 = ["textContent"];
15
- const _hoisted_3 = { key: 0 };
16
- const _hoisted_4 = ["innerHTML"];
17
- const __default__ = defineComponent({
18
- name: "ElNotification"
5
+ const notificationTypes = [
6
+ "success",
7
+ "info",
8
+ "warning",
9
+ "error"
10
+ ];
11
+ const notificationProps = buildProps({
12
+ customClass: {
13
+ type: String,
14
+ default: ""
15
+ },
16
+ dangerouslyUseHTMLString: {
17
+ type: Boolean,
18
+ default: false
19
+ },
20
+ duration: {
21
+ type: Number,
22
+ default: 4500
23
+ },
24
+ icon: {
25
+ type: iconPropType
26
+ },
27
+ id: {
28
+ type: String,
29
+ default: ""
30
+ },
31
+ message: {
32
+ type: definePropType([String, Object]),
33
+ default: ""
34
+ },
35
+ offset: {
36
+ type: Number,
37
+ default: 0
38
+ },
39
+ onClick: {
40
+ type: definePropType(Function),
41
+ default: () => void 0
42
+ },
43
+ onClose: {
44
+ type: definePropType(Function),
45
+ required: true
46
+ },
47
+ position: {
48
+ type: String,
49
+ values: ["top-right", "top-left", "bottom-right", "bottom-left"],
50
+ default: "top-right"
51
+ },
52
+ showClose: {
53
+ type: Boolean,
54
+ default: true
55
+ },
56
+ title: {
57
+ type: String,
58
+ default: ""
59
+ },
60
+ type: {
61
+ type: String,
62
+ values: [...notificationTypes, ""],
63
+ default: ""
64
+ },
65
+ zIndex: Number
19
66
  });
20
- const _sfc_main = /* @__PURE__ */ defineComponent({
21
- ...__default__,
22
- props: notificationProps,
23
- emits: notificationEmits,
24
- setup(__props, { expose }) {
25
- const props = __props;
26
- const forEditor = useGlobalConfig("forEditor");
27
- const { ns, zIndex } = useGlobalComponentSettings("notification");
28
- const { nextZIndex, currentZIndex } = zIndex;
29
- const { Close } = CloseComponents;
30
- const visible = ref(false);
31
- let timer = void 0;
32
- const typeClass = computed(() => {
33
- const type = props.type;
34
- return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
35
- });
36
- const iconComponent = computed(() => {
37
- if (!props.type)
38
- return props.icon;
39
- return TypeComponentsMap[props.type] || props.icon;
40
- });
41
- const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
42
- const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
43
- const positionStyle = computed(() => {
44
- var _a;
45
- return {
46
- [verticalProperty.value]: `${props.offset}px`,
47
- zIndex: (_a = props.zIndex) != null ? _a : currentZIndex.value
48
- };
49
- });
50
- function startTimer() {
51
- if (props.duration > 0) {
52
- ;
53
- ({ stop: timer } = useTimeoutFn(() => {
54
- if (visible.value)
55
- close();
56
- }, props.duration));
57
- }
58
- }
59
- function clearTimer() {
60
- timer == null ? void 0 : timer();
61
- }
62
- function close() {
63
- visible.value = false;
64
- }
65
- function onKeydown({ code }) {
66
- if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
67
- clearTimer();
68
- } else if (code === EVENT_CODE.esc) {
69
- if (visible.value) {
70
- close();
71
- }
72
- } else {
73
- startTimer();
74
- }
75
- }
76
- onMounted(() => {
77
- startTimer();
78
- nextZIndex();
79
- visible.value = true;
80
- });
81
- useEventListener(document, "keydown", onKeydown);
82
- expose({
83
- visible,
84
- close
85
- });
86
- return (_ctx, _cache) => {
87
- return openBlock(), createBlock(Transition, {
88
- name: unref(ns).b("fade"),
89
- onBeforeLeave: _ctx.onClose,
90
- onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
91
- duration: unref(forEditor) ? -1 : 0,
92
- persisted: ""
93
- }, {
94
- default: withCtx(() => [
95
- withDirectives(createElementVNode("div", {
96
- id: _ctx.id,
97
- class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
98
- style: normalizeStyle(unref(positionStyle)),
99
- role: "alert",
100
- onMouseenter: clearTimer,
101
- onMouseleave: startTimer,
102
- onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
103
- }, [
104
- unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
105
- key: 0,
106
- class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
107
- }, {
108
- default: withCtx(() => [
109
- (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
110
- ]),
111
- _: 1
112
- }, 8, ["class"])) : createCommentVNode("v-if", true),
113
- createElementVNode("div", {
114
- class: normalizeClass(unref(ns).e("group"))
115
- }, [
116
- createElementVNode("h2", {
117
- class: normalizeClass(unref(ns).e("title")),
118
- textContent: toDisplayString(_ctx.title)
119
- }, null, 10, _hoisted_2),
120
- withDirectives(createElementVNode("div", {
121
- class: normalizeClass(unref(ns).e("content")),
122
- style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
123
- }, [
124
- renderSlot(_ctx.$slots, "default", {}, () => [
125
- !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
126
- createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
127
- createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
128
- ], 2112))
129
- ])
130
- ], 6), [
131
- [vShow, _ctx.message]
132
- ]),
133
- _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
134
- key: 0,
135
- class: normalizeClass(unref(ns).e("closeBtn")),
136
- onClick: withModifiers(close, ["stop"])
137
- }, {
138
- default: withCtx(() => [
139
- createVNode(unref(Close))
140
- ]),
141
- _: 1
142
- }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
143
- ], 2)
144
- ], 46, _hoisted_1), [
145
- [vShow, visible.value]
146
- ])
147
- ]),
148
- _: 3
149
- }, 8, ["name", "onBeforeLeave", "duration"]);
150
- };
151
- }
152
- });
153
- var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
67
+ const notificationEmits = {
68
+ destroy: () => true
69
+ };
154
70
 
155
- export { NotificationConstructor as default };
71
+ export { notificationEmits, notificationProps, notificationTypes };
156
72
  //# sourceMappingURL=notification2.mjs.map