element-pe 2.2.56 → 2.2.57

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 (533) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +111 -38
  3. package/dist/index.full.min.js +21 -21
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +22 -22
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +111 -38
  8. package/dist/locale/fa.js +20 -20
  9. package/dist/locale/fa.min.js +1 -1
  10. package/dist/locale/fa.min.js.map +1 -1
  11. package/dist/locale/fa.min.mjs +1 -1
  12. package/dist/locale/fa.min.mjs.map +1 -1
  13. package/dist/locale/fa.mjs +20 -20
  14. package/es/components/alert/index.mjs +2 -2
  15. package/es/components/alert/src/alert.mjs +103 -38
  16. package/es/components/alert/src/alert.mjs.map +1 -1
  17. package/es/components/alert/src/alert2.mjs +38 -103
  18. package/es/components/alert/src/alert2.mjs.map +1 -1
  19. package/es/components/autocomplete/index.mjs +2 -2
  20. package/es/components/autocomplete/src/autocomplete.mjs +362 -82
  21. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  22. package/es/components/autocomplete/src/autocomplete2.mjs +82 -362
  23. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  24. package/es/components/avatar/src/avatar.mjs +1 -1
  25. package/es/components/avatar/src/avatar.mjs.map +1 -1
  26. package/es/components/carousel/index.d.ts +10 -0
  27. package/es/components/carousel/index.mjs +2 -2
  28. package/es/components/carousel/src/carousel-item.vue.d.ts +1 -0
  29. package/es/components/carousel/src/carousel-item2.mjs +7 -1
  30. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  31. package/es/components/carousel/src/carousel.mjs +169 -56
  32. package/es/components/carousel/src/carousel.mjs.map +1 -1
  33. package/es/components/carousel/src/carousel.vue.d.ts +8 -0
  34. package/es/components/carousel/src/carousel2.mjs +56 -164
  35. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  36. package/es/components/carousel/src/constants.d.ts +1 -0
  37. package/es/components/carousel/src/constants.mjs.map +1 -1
  38. package/es/components/carousel/src/use-carousel-item.d.ts +1 -0
  39. package/es/components/carousel/src/use-carousel-item.mjs +7 -5
  40. package/es/components/carousel/src/use-carousel-item.mjs.map +1 -1
  41. package/es/components/carousel/src/use-carousel.d.ts +8 -0
  42. package/es/components/carousel/src/use-carousel.mjs +21 -1
  43. package/es/components/carousel/src/use-carousel.mjs.map +1 -1
  44. package/es/components/cascader/index.d.ts +16 -16
  45. package/es/components/cascader/src/cascader.vue.d.ts +8 -8
  46. package/es/components/check-tag/index.d.ts +1 -0
  47. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  48. package/es/components/check-tag/src/check-tag.vue.d.ts +1 -0
  49. package/es/components/check-tag/src/check-tag2.mjs +3 -2
  50. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  51. package/es/components/checkbox/index.mjs +2 -2
  52. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  53. package/es/components/checkbox/src/checkbox.mjs +117 -49
  54. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  55. package/es/components/checkbox/src/checkbox2.mjs +49 -117
  56. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  57. package/es/components/collapse/index.mjs +2 -2
  58. package/es/components/collapse/src/collapse-item.mjs +14 -96
  59. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  60. package/es/components/collapse/src/collapse-item2.mjs +96 -14
  61. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  62. package/es/components/descriptions/index.mjs +2 -2
  63. package/es/components/descriptions/src/description.mjs +120 -27
  64. package/es/components/descriptions/src/description.mjs.map +1 -1
  65. package/es/components/descriptions/src/description2.mjs +27 -120
  66. package/es/components/descriptions/src/description2.mjs.map +1 -1
  67. package/es/components/descriptions/src/descriptions-row.mjs +7 -64
  68. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  69. package/es/components/descriptions/src/descriptions-row2.mjs +64 -7
  70. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  71. package/es/components/dropdown/index.mjs +2 -2
  72. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  73. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  74. package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
  75. package/es/components/dropdown/src/dropdown.mjs +105 -310
  76. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  77. package/es/components/dropdown/src/dropdown2.mjs +310 -105
  78. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  79. package/es/components/empty/src/empty.mjs.map +1 -1
  80. package/es/components/icon/index.mjs +2 -2
  81. package/es/components/icon/src/icon.mjs +8 -36
  82. package/es/components/icon/src/icon.mjs.map +1 -1
  83. package/es/components/icon/src/icon2.mjs +36 -8
  84. package/es/components/icon/src/icon2.mjs.map +1 -1
  85. package/es/components/image/index.mjs +2 -2
  86. package/es/components/image/src/image.mjs +65 -226
  87. package/es/components/image/src/image.mjs.map +1 -1
  88. package/es/components/image/src/image2.mjs +226 -65
  89. package/es/components/image/src/image2.mjs.map +1 -1
  90. package/es/components/index.mjs +26 -26
  91. package/es/components/input-number/index.mjs +2 -2
  92. package/es/components/input-number/src/input-number.mjs +318 -58
  93. package/es/components/input-number/src/input-number.mjs.map +1 -1
  94. package/es/components/input-number/src/input-number2.mjs +58 -315
  95. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  96. package/es/components/loading/src/service.mjs +2 -2
  97. package/es/components/loading/src/service.mjs.map +1 -1
  98. package/es/components/menu/index.mjs +4 -4
  99. package/es/components/menu/src/menu-item-group.mjs +4 -35
  100. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  101. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  102. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  103. package/es/components/menu/src/menu-item.mjs +14 -97
  104. package/es/components/menu/src/menu-item.mjs.map +1 -1
  105. package/es/components/menu/src/menu-item2.mjs +97 -14
  106. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  107. package/es/components/menu/src/menu.mjs +1 -1
  108. package/es/components/menu/src/menu.mjs.map +1 -1
  109. package/es/components/notification/index.mjs +1 -1
  110. package/es/components/notification/src/notification.mjs +149 -69
  111. package/es/components/notification/src/notification.mjs.map +1 -1
  112. package/es/components/notification/src/notification2.mjs +69 -149
  113. package/es/components/notification/src/notification2.mjs.map +1 -1
  114. package/es/components/notification/src/notify.mjs +2 -2
  115. package/es/components/page-header/src/page-header.mjs.map +1 -1
  116. package/es/components/pagination/src/components/next.mjs +38 -19
  117. package/es/components/pagination/src/components/next.mjs.map +1 -1
  118. package/es/components/pagination/src/components/next2.mjs +19 -38
  119. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  120. package/es/components/pagination/src/components/pager.mjs +17 -216
  121. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  122. package/es/components/pagination/src/components/pager2.mjs +216 -17
  123. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  124. package/es/components/pagination/src/components/total.mjs +7 -28
  125. package/es/components/pagination/src/components/total.mjs.map +1 -1
  126. package/es/components/pagination/src/components/total2.mjs +28 -7
  127. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  128. package/es/components/pagination/src/pagination.mjs +3 -3
  129. package/es/components/popover/src/popover.mjs +1 -1
  130. package/es/components/popper/index.mjs +2 -2
  131. package/es/components/popper/src/popper.mjs +32 -25
  132. package/es/components/popper/src/popper.mjs.map +1 -1
  133. package/es/components/popper/src/popper2.mjs +25 -32
  134. package/es/components/popper/src/popper2.mjs.map +1 -1
  135. package/es/components/progress/src/progress.mjs.map +1 -1
  136. package/es/components/radio/index.mjs +2 -2
  137. package/es/components/radio/src/radio-group.mjs +36 -70
  138. package/es/components/radio/src/radio-group.mjs.map +1 -1
  139. package/es/components/radio/src/radio-group2.mjs +70 -36
  140. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  141. package/es/components/result/index.mjs +2 -2
  142. package/es/components/result/src/result.mjs +29 -63
  143. package/es/components/result/src/result.mjs.map +1 -1
  144. package/es/components/result/src/result2.mjs +63 -29
  145. package/es/components/result/src/result2.mjs.map +1 -1
  146. package/es/components/roving-focus-group/index.mjs +3 -3
  147. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  148. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  149. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  150. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  151. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  152. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  153. package/es/components/row/index.mjs +2 -2
  154. package/es/components/row/src/row.mjs +30 -45
  155. package/es/components/row/src/row.mjs.map +1 -1
  156. package/es/components/row/src/row2.mjs +45 -30
  157. package/es/components/row/src/row2.mjs.map +1 -1
  158. package/es/components/scrollbar/index.mjs +3 -3
  159. package/es/components/scrollbar/src/bar2.mjs +1 -1
  160. package/es/components/scrollbar/src/scrollbar.mjs +46 -176
  161. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  162. package/es/components/scrollbar/src/scrollbar2.mjs +176 -46
  163. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  164. package/es/components/scrollbar/src/thumb.mjs +11 -134
  165. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  166. package/es/components/scrollbar/src/thumb2.mjs +134 -11
  167. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  168. package/es/components/select/src/useSelect.mjs +4 -0
  169. package/es/components/select/src/useSelect.mjs.map +1 -1
  170. package/es/components/select-v2/src/useSelect.mjs +1 -1
  171. package/es/components/select-v2/src/useSelect.mjs.map +1 -1
  172. package/es/components/skeleton/index.mjs +2 -2
  173. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  174. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  175. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  176. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  177. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  178. package/es/components/skeleton/src/skeleton2.mjs +1 -1
  179. package/es/components/slider/src/button.mjs +21 -93
  180. package/es/components/slider/src/button.mjs.map +1 -1
  181. package/es/components/slider/src/button2.mjs +93 -21
  182. package/es/components/slider/src/button2.mjs.map +1 -1
  183. package/es/components/slider/src/slider.mjs +1 -1
  184. package/es/components/statistic/index.mjs +2 -2
  185. package/es/components/statistic/src/statistic.mjs +70 -25
  186. package/es/components/statistic/src/statistic.mjs.map +1 -1
  187. package/es/components/statistic/src/statistic2.mjs +25 -70
  188. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  189. package/es/components/steps/index.d.ts +2 -0
  190. package/es/components/steps/index.mjs +2 -2
  191. package/es/components/steps/src/item.mjs +193 -19
  192. package/es/components/steps/src/item.mjs.map +1 -1
  193. package/es/components/steps/src/item.vue.d.ts +1 -0
  194. package/es/components/steps/src/item2.mjs +19 -190
  195. package/es/components/steps/src/item2.mjs.map +1 -1
  196. package/es/components/table/src/table-header/event-helper.mjs +6 -2
  197. package/es/components/table/src/table-header/event-helper.mjs.map +1 -1
  198. package/es/components/table-v2/src/renderers/cell.mjs +1 -1
  199. package/es/components/table-v2/src/renderers/cell.mjs.map +1 -1
  200. package/es/components/tag/index.d.ts +8 -8
  201. package/es/components/tag/src/tag.d.ts +2 -2
  202. package/es/components/tag/src/tag.mjs +2 -2
  203. package/es/components/tag/src/tag.mjs.map +1 -1
  204. package/es/components/tag/src/tag.vue.d.ts +8 -8
  205. package/es/components/tag/src/tag2.mjs +3 -3
  206. package/es/components/tag/src/tag2.mjs.map +1 -1
  207. package/es/components/text/index.mjs +2 -2
  208. package/es/components/text/src/text.mjs +22 -35
  209. package/es/components/text/src/text.mjs.map +1 -1
  210. package/es/components/text/src/text2.mjs +35 -22
  211. package/es/components/text/src/text2.mjs.map +1 -1
  212. package/es/components/time-select/src/time-select.mjs.map +1 -1
  213. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  214. package/es/components/timeline/index.d.ts +38 -0
  215. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  216. package/es/components/timeline/src/timeline-item.vue.d.ts +19 -0
  217. package/es/components/timeline/src/timeline-item2.mjs +9 -7
  218. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  219. package/es/components/tooltip/src/tooltip.mjs +1 -1
  220. package/es/components/tooltip-v2/index.mjs +4 -4
  221. package/es/components/tooltip-v2/src/arrow.mjs +22 -37
  222. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  223. package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
  224. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  225. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  226. package/es/components/tooltip-v2/src/root.mjs +17 -82
  227. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  228. package/es/components/tooltip-v2/src/root2.mjs +82 -17
  229. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  230. package/es/components/tooltip-v2/src/tooltip.mjs +78 -21
  231. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  232. package/es/components/tooltip-v2/src/tooltip2.mjs +21 -78
  233. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  234. package/es/components/transfer/index.mjs +2 -2
  235. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  236. package/es/components/transfer/src/transfer-panel.mjs +1 -1
  237. package/es/components/transfer/src/transfer.mjs +69 -162
  238. package/es/components/transfer/src/transfer.mjs.map +1 -1
  239. package/es/components/transfer/src/transfer2.mjs +162 -69
  240. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  241. package/es/components/tree/index.d.ts +2 -2
  242. package/es/components/tree/src/model/useDragNode.mjs +2 -2
  243. package/es/components/tree/src/model/useDragNode.mjs.map +1 -1
  244. package/es/components/tree/src/tree.type.d.ts +1 -1
  245. package/es/components/tree/src/tree.vue.d.ts +1 -1
  246. package/es/components/tree-select/src/tree-select.mjs.map +1 -1
  247. package/es/components/tree-select/src/tree.mjs +20 -3
  248. package/es/components/tree-select/src/tree.mjs.map +1 -1
  249. package/es/components/upload/index.mjs +2 -2
  250. package/es/components/upload/src/upload-content.mjs +182 -33
  251. package/es/components/upload/src/upload-content.mjs.map +1 -1
  252. package/es/components/upload/src/upload-content2.mjs +33 -178
  253. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  254. package/es/components/upload/src/upload-list.mjs +26 -177
  255. package/es/components/upload/src/upload-list.mjs.map +1 -1
  256. package/es/components/upload/src/upload-list2.mjs +177 -26
  257. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  258. package/es/components/upload/src/upload2.mjs +2 -2
  259. package/es/components/visual-hidden/index.mjs +3 -3
  260. package/es/components/visual-hidden/src/visual-hidden.mjs +7 -35
  261. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  262. package/es/components/visual-hidden/src/visual-hidden2.mjs +35 -7
  263. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  264. package/es/index.mjs +26 -26
  265. package/es/locale/lang/fa.mjs +20 -20
  266. package/es/locale/lang/fa.mjs.map +1 -1
  267. package/es/utils/types.mjs +1 -1
  268. package/es/utils/types.mjs.map +1 -1
  269. package/lib/components/alert/index.js +2 -2
  270. package/lib/components/alert/src/alert.js +102 -39
  271. package/lib/components/alert/src/alert.js.map +1 -1
  272. package/lib/components/alert/src/alert2.js +39 -102
  273. package/lib/components/alert/src/alert2.js.map +1 -1
  274. package/lib/components/autocomplete/index.js +2 -2
  275. package/lib/components/autocomplete/src/autocomplete.js +361 -82
  276. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  277. package/lib/components/autocomplete/src/autocomplete2.js +82 -361
  278. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  279. package/lib/components/avatar/src/avatar.js +1 -1
  280. package/lib/components/avatar/src/avatar.js.map +1 -1
  281. package/lib/components/carousel/index.d.ts +10 -0
  282. package/lib/components/carousel/index.js +2 -2
  283. package/lib/components/carousel/src/carousel-item.vue.d.ts +1 -0
  284. package/lib/components/carousel/src/carousel-item2.js +7 -1
  285. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  286. package/lib/components/carousel/src/carousel.js +169 -57
  287. package/lib/components/carousel/src/carousel.js.map +1 -1
  288. package/lib/components/carousel/src/carousel.vue.d.ts +8 -0
  289. package/lib/components/carousel/src/carousel2.js +57 -164
  290. package/lib/components/carousel/src/carousel2.js.map +1 -1
  291. package/lib/components/carousel/src/constants.d.ts +1 -0
  292. package/lib/components/carousel/src/constants.js.map +1 -1
  293. package/lib/components/carousel/src/use-carousel-item.d.ts +1 -0
  294. package/lib/components/carousel/src/use-carousel-item.js +7 -5
  295. package/lib/components/carousel/src/use-carousel-item.js.map +1 -1
  296. package/lib/components/carousel/src/use-carousel.d.ts +8 -0
  297. package/lib/components/carousel/src/use-carousel.js +21 -1
  298. package/lib/components/carousel/src/use-carousel.js.map +1 -1
  299. package/lib/components/cascader/index.d.ts +16 -16
  300. package/lib/components/cascader/src/cascader.vue.d.ts +8 -8
  301. package/lib/components/check-tag/index.d.ts +1 -0
  302. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  303. package/lib/components/check-tag/src/check-tag.vue.d.ts +1 -0
  304. package/lib/components/check-tag/src/check-tag2.js +2 -1
  305. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  306. package/lib/components/checkbox/index.js +2 -2
  307. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  308. package/lib/components/checkbox/src/checkbox.js +117 -50
  309. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  310. package/lib/components/checkbox/src/checkbox2.js +50 -117
  311. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  312. package/lib/components/collapse/index.js +2 -2
  313. package/lib/components/collapse/src/collapse-item.js +14 -96
  314. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  315. package/lib/components/collapse/src/collapse-item2.js +96 -14
  316. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  317. package/lib/components/descriptions/index.js +2 -2
  318. package/lib/components/descriptions/src/description.js +120 -27
  319. package/lib/components/descriptions/src/description.js.map +1 -1
  320. package/lib/components/descriptions/src/description2.js +27 -120
  321. package/lib/components/descriptions/src/description2.js.map +1 -1
  322. package/lib/components/descriptions/src/descriptions-row.js +7 -64
  323. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  324. package/lib/components/descriptions/src/descriptions-row2.js +64 -7
  325. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  326. package/lib/components/dropdown/index.js +2 -2
  327. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  328. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  329. package/lib/components/dropdown/src/dropdown-menu.js +2 -2
  330. package/lib/components/dropdown/src/dropdown.js +114 -310
  331. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  332. package/lib/components/dropdown/src/dropdown2.js +310 -114
  333. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  334. package/lib/components/empty/src/empty.js.map +1 -1
  335. package/lib/components/icon/index.js +2 -2
  336. package/lib/components/icon/src/icon.js +8 -36
  337. package/lib/components/icon/src/icon.js.map +1 -1
  338. package/lib/components/icon/src/icon2.js +36 -8
  339. package/lib/components/icon/src/icon2.js.map +1 -1
  340. package/lib/components/image/index.js +2 -2
  341. package/lib/components/image/src/image.js +65 -225
  342. package/lib/components/image/src/image.js.map +1 -1
  343. package/lib/components/image/src/image2.js +225 -65
  344. package/lib/components/image/src/image2.js.map +1 -1
  345. package/lib/components/index.js +26 -26
  346. package/lib/components/input-number/index.js +2 -2
  347. package/lib/components/input-number/src/input-number.js +316 -57
  348. package/lib/components/input-number/src/input-number.js.map +1 -1
  349. package/lib/components/input-number/src/input-number2.js +57 -313
  350. package/lib/components/input-number/src/input-number2.js.map +1 -1
  351. package/lib/components/loading/src/service.js +2 -2
  352. package/lib/components/loading/src/service.js.map +1 -1
  353. package/lib/components/menu/index.js +4 -4
  354. package/lib/components/menu/src/menu-item-group.js +4 -35
  355. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  356. package/lib/components/menu/src/menu-item-group2.js +35 -4
  357. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  358. package/lib/components/menu/src/menu-item.js +15 -97
  359. package/lib/components/menu/src/menu-item.js.map +1 -1
  360. package/lib/components/menu/src/menu-item2.js +97 -15
  361. package/lib/components/menu/src/menu-item2.js.map +1 -1
  362. package/lib/components/menu/src/menu.js +1 -1
  363. package/lib/components/menu/src/menu.js.map +1 -1
  364. package/lib/components/notification/index.js +1 -1
  365. package/lib/components/notification/src/notification.js +148 -70
  366. package/lib/components/notification/src/notification.js.map +1 -1
  367. package/lib/components/notification/src/notification2.js +70 -148
  368. package/lib/components/notification/src/notification2.js.map +1 -1
  369. package/lib/components/notification/src/notify.js +2 -2
  370. package/lib/components/page-header/src/page-header.js.map +1 -1
  371. package/lib/components/pagination/src/components/next.js +38 -19
  372. package/lib/components/pagination/src/components/next.js.map +1 -1
  373. package/lib/components/pagination/src/components/next2.js +19 -38
  374. package/lib/components/pagination/src/components/next2.js.map +1 -1
  375. package/lib/components/pagination/src/components/pager.js +17 -216
  376. package/lib/components/pagination/src/components/pager.js.map +1 -1
  377. package/lib/components/pagination/src/components/pager2.js +216 -17
  378. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  379. package/lib/components/pagination/src/components/total.js +7 -28
  380. package/lib/components/pagination/src/components/total.js.map +1 -1
  381. package/lib/components/pagination/src/components/total2.js +28 -7
  382. package/lib/components/pagination/src/components/total2.js.map +1 -1
  383. package/lib/components/pagination/src/pagination.js +3 -3
  384. package/lib/components/popover/src/popover.js +1 -1
  385. package/lib/components/popper/index.js +2 -2
  386. package/lib/components/popper/src/popper.js +32 -28
  387. package/lib/components/popper/src/popper.js.map +1 -1
  388. package/lib/components/popper/src/popper2.js +28 -32
  389. package/lib/components/popper/src/popper2.js.map +1 -1
  390. package/lib/components/progress/src/progress.js.map +1 -1
  391. package/lib/components/radio/index.js +2 -2
  392. package/lib/components/radio/src/radio-group.js +37 -70
  393. package/lib/components/radio/src/radio-group.js.map +1 -1
  394. package/lib/components/radio/src/radio-group2.js +70 -37
  395. package/lib/components/radio/src/radio-group2.js.map +1 -1
  396. package/lib/components/result/index.js +2 -2
  397. package/lib/components/result/src/result.js +31 -63
  398. package/lib/components/result/src/result.js.map +1 -1
  399. package/lib/components/result/src/result2.js +63 -31
  400. package/lib/components/result/src/result2.js.map +1 -1
  401. package/lib/components/roving-focus-group/index.js +2 -2
  402. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  403. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  404. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  405. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  406. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  407. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  408. package/lib/components/row/index.js +2 -2
  409. package/lib/components/row/src/row.js +32 -45
  410. package/lib/components/row/src/row.js.map +1 -1
  411. package/lib/components/row/src/row2.js +45 -32
  412. package/lib/components/row/src/row2.js.map +1 -1
  413. package/lib/components/scrollbar/index.js +3 -3
  414. package/lib/components/scrollbar/src/bar2.js +1 -1
  415. package/lib/components/scrollbar/src/scrollbar.js +47 -176
  416. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  417. package/lib/components/scrollbar/src/scrollbar2.js +176 -47
  418. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  419. package/lib/components/scrollbar/src/thumb.js +11 -134
  420. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  421. package/lib/components/scrollbar/src/thumb2.js +134 -11
  422. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  423. package/lib/components/select/src/useSelect.js +4 -0
  424. package/lib/components/select/src/useSelect.js.map +1 -1
  425. package/lib/components/select-v2/src/useSelect.js +1 -1
  426. package/lib/components/select-v2/src/useSelect.js.map +1 -1
  427. package/lib/components/skeleton/index.js +2 -2
  428. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  429. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  430. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  431. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  432. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  433. package/lib/components/skeleton/src/skeleton2.js +1 -1
  434. package/lib/components/slider/src/button.js +22 -93
  435. package/lib/components/slider/src/button.js.map +1 -1
  436. package/lib/components/slider/src/button2.js +93 -22
  437. package/lib/components/slider/src/button2.js.map +1 -1
  438. package/lib/components/slider/src/slider.js +1 -1
  439. package/lib/components/statistic/index.js +2 -2
  440. package/lib/components/statistic/src/statistic.js +70 -25
  441. package/lib/components/statistic/src/statistic.js.map +1 -1
  442. package/lib/components/statistic/src/statistic2.js +25 -70
  443. package/lib/components/statistic/src/statistic2.js.map +1 -1
  444. package/lib/components/steps/index.d.ts +2 -0
  445. package/lib/components/steps/index.js +2 -2
  446. package/lib/components/steps/src/item.js +193 -19
  447. package/lib/components/steps/src/item.js.map +1 -1
  448. package/lib/components/steps/src/item.vue.d.ts +1 -0
  449. package/lib/components/steps/src/item2.js +19 -190
  450. package/lib/components/steps/src/item2.js.map +1 -1
  451. package/lib/components/table/src/table-header/event-helper.js +6 -2
  452. package/lib/components/table/src/table-header/event-helper.js.map +1 -1
  453. package/lib/components/table-v2/src/renderers/cell.js +1 -1
  454. package/lib/components/table-v2/src/renderers/cell.js.map +1 -1
  455. package/lib/components/tag/index.d.ts +8 -8
  456. package/lib/components/tag/src/tag.d.ts +2 -2
  457. package/lib/components/tag/src/tag.js +2 -2
  458. package/lib/components/tag/src/tag.js.map +1 -1
  459. package/lib/components/tag/src/tag.vue.d.ts +8 -8
  460. package/lib/components/tag/src/tag2.js +3 -3
  461. package/lib/components/tag/src/tag2.js.map +1 -1
  462. package/lib/components/text/index.js +2 -2
  463. package/lib/components/text/src/text.js +22 -35
  464. package/lib/components/text/src/text.js.map +1 -1
  465. package/lib/components/text/src/text2.js +35 -22
  466. package/lib/components/text/src/text2.js.map +1 -1
  467. package/lib/components/time-select/src/time-select.js.map +1 -1
  468. package/lib/components/time-select/src/time-select2.js.map +1 -1
  469. package/lib/components/timeline/index.d.ts +38 -0
  470. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  471. package/lib/components/timeline/src/timeline-item.vue.d.ts +19 -0
  472. package/lib/components/timeline/src/timeline-item2.js +8 -6
  473. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  474. package/lib/components/tooltip/src/tooltip.js +1 -1
  475. package/lib/components/tooltip-v2/index.js +4 -4
  476. package/lib/components/tooltip-v2/src/arrow.js +23 -37
  477. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  478. package/lib/components/tooltip-v2/src/arrow2.js +37 -23
  479. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  480. package/lib/components/tooltip-v2/src/content2.js +1 -1
  481. package/lib/components/tooltip-v2/src/root.js +17 -82
  482. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  483. package/lib/components/tooltip-v2/src/root2.js +82 -17
  484. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  485. package/lib/components/tooltip-v2/src/tooltip.js +78 -21
  486. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  487. package/lib/components/tooltip-v2/src/tooltip2.js +21 -78
  488. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  489. package/lib/components/transfer/index.js +2 -2
  490. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  491. package/lib/components/transfer/src/transfer-panel.js +1 -1
  492. package/lib/components/transfer/src/transfer.js +73 -162
  493. package/lib/components/transfer/src/transfer.js.map +1 -1
  494. package/lib/components/transfer/src/transfer2.js +162 -73
  495. package/lib/components/transfer/src/transfer2.js.map +1 -1
  496. package/lib/components/tree/index.d.ts +2 -2
  497. package/lib/components/tree/src/model/useDragNode.js +2 -2
  498. package/lib/components/tree/src/model/useDragNode.js.map +1 -1
  499. package/lib/components/tree/src/tree.type.d.ts +1 -1
  500. package/lib/components/tree/src/tree.vue.d.ts +1 -1
  501. package/lib/components/tree-select/src/tree-select.js.map +1 -1
  502. package/lib/components/tree-select/src/tree.js +20 -3
  503. package/lib/components/tree-select/src/tree.js.map +1 -1
  504. package/lib/components/upload/index.js +2 -2
  505. package/lib/components/upload/src/upload-content.js +180 -31
  506. package/lib/components/upload/src/upload-content.js.map +1 -1
  507. package/lib/components/upload/src/upload-content2.js +31 -176
  508. package/lib/components/upload/src/upload-content2.js.map +1 -1
  509. package/lib/components/upload/src/upload-list.js +27 -177
  510. package/lib/components/upload/src/upload-list.js.map +1 -1
  511. package/lib/components/upload/src/upload-list2.js +177 -27
  512. package/lib/components/upload/src/upload-list2.js.map +1 -1
  513. package/lib/components/upload/src/upload2.js +2 -2
  514. package/lib/components/visual-hidden/index.js +2 -2
  515. package/lib/components/visual-hidden/src/visual-hidden.js +7 -35
  516. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  517. package/lib/components/visual-hidden/src/visual-hidden2.js +35 -7
  518. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  519. package/lib/index.js +26 -26
  520. package/lib/locale/lang/fa.js +20 -20
  521. package/lib/locale/lang/fa.js.map +1 -1
  522. package/lib/utils/types.js +1 -1
  523. package/lib/utils/types.js.map +1 -1
  524. package/package.json +1 -1
  525. package/theme-chalk/el-carousel-item.css +1 -1
  526. package/theme-chalk/el-carousel.css +1 -1
  527. package/theme-chalk/index.css +1 -1
  528. package/theme-chalk/src/carousel-item.scss +8 -0
  529. package/theme-chalk/src/carousel.scss +9 -2
  530. package/theme-chalk/src/image.scss +6 -6
  531. package/theme-chalk/src/progress.scss +10 -1
  532. package/theme-chalk/src/text.scss +1 -1
  533. package/web-types.json +1 -1
@@ -1,75 +1,155 @@
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: {
66
- type: Number,
67
- default: 0
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"
19
+ });
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
+ return {
45
+ [verticalProperty.value]: `${props.offset}px`,
46
+ zIndex: currentZIndex.value
47
+ };
48
+ });
49
+ function startTimer() {
50
+ if (props.duration > 0) {
51
+ ;
52
+ ({ stop: timer } = useTimeoutFn(() => {
53
+ if (visible.value)
54
+ close();
55
+ }, props.duration));
56
+ }
57
+ }
58
+ function clearTimer() {
59
+ timer == null ? void 0 : timer();
60
+ }
61
+ function close() {
62
+ visible.value = false;
63
+ }
64
+ function onKeydown({ code }) {
65
+ if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
66
+ clearTimer();
67
+ } else if (code === EVENT_CODE.esc) {
68
+ if (visible.value) {
69
+ close();
70
+ }
71
+ } else {
72
+ startTimer();
73
+ }
74
+ }
75
+ onMounted(() => {
76
+ startTimer();
77
+ nextZIndex();
78
+ visible.value = true;
79
+ });
80
+ useEventListener(document, "keydown", onKeydown);
81
+ expose({
82
+ visible,
83
+ close
84
+ });
85
+ return (_ctx, _cache) => {
86
+ return openBlock(), createBlock(Transition, {
87
+ name: unref(ns).b("fade"),
88
+ onBeforeLeave: _ctx.onClose,
89
+ onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
90
+ duration: unref(forEditor) ? -1 : 0,
91
+ persisted: ""
92
+ }, {
93
+ default: withCtx(() => [
94
+ withDirectives(createElementVNode("div", {
95
+ id: _ctx.id,
96
+ class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
97
+ style: normalizeStyle(unref(positionStyle)),
98
+ role: "alert",
99
+ onMouseenter: clearTimer,
100
+ onMouseleave: startTimer,
101
+ onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
102
+ }, [
103
+ unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
104
+ key: 0,
105
+ class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
106
+ }, {
107
+ default: withCtx(() => [
108
+ (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
109
+ ]),
110
+ _: 1
111
+ }, 8, ["class"])) : createCommentVNode("v-if", true),
112
+ createElementVNode("div", {
113
+ class: normalizeClass(unref(ns).e("group"))
114
+ }, [
115
+ createElementVNode("h2", {
116
+ class: normalizeClass(unref(ns).e("title")),
117
+ textContent: toDisplayString(_ctx.title)
118
+ }, null, 10, _hoisted_2),
119
+ withDirectives(createElementVNode("div", {
120
+ class: normalizeClass(unref(ns).e("content")),
121
+ style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
122
+ }, [
123
+ renderSlot(_ctx.$slots, "default", {}, () => [
124
+ !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
125
+ createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
126
+ createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
127
+ ], 2112))
128
+ ])
129
+ ], 6), [
130
+ [vShow, _ctx.message]
131
+ ]),
132
+ _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
133
+ key: 0,
134
+ class: normalizeClass(unref(ns).e("closeBtn")),
135
+ onClick: withModifiers(close, ["stop"])
136
+ }, {
137
+ default: withCtx(() => [
138
+ createVNode(unref(Close))
139
+ ]),
140
+ _: 1
141
+ }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
142
+ ], 2)
143
+ ], 46, _hoisted_1), [
144
+ [vShow, visible.value]
145
+ ])
146
+ ]),
147
+ _: 3
148
+ }, 8, ["name", "onBeforeLeave", "duration"]);
149
+ };
68
150
  }
69
151
  });
70
- const notificationEmits = {
71
- destroy: () => true
72
- };
152
+ var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
73
153
 
74
- export { notificationEmits, notificationProps, notificationTypes };
154
+ export { NotificationConstructor as default };
75
155
  //# 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: {\n type: Number,\n default: 0,\n },\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;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,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: 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":"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"}
@@ -1,155 +1,75 @@
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"
19
- });
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
- return {
45
- [verticalProperty.value]: `${props.offset}px`,
46
- zIndex: currentZIndex.value
47
- };
48
- });
49
- function startTimer() {
50
- if (props.duration > 0) {
51
- ;
52
- ({ stop: timer } = useTimeoutFn(() => {
53
- if (visible.value)
54
- close();
55
- }, props.duration));
56
- }
57
- }
58
- function clearTimer() {
59
- timer == null ? void 0 : timer();
60
- }
61
- function close() {
62
- visible.value = false;
63
- }
64
- function onKeydown({ code }) {
65
- if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
66
- clearTimer();
67
- } else if (code === EVENT_CODE.esc) {
68
- if (visible.value) {
69
- close();
70
- }
71
- } else {
72
- startTimer();
73
- }
74
- }
75
- onMounted(() => {
76
- startTimer();
77
- nextZIndex();
78
- visible.value = true;
79
- });
80
- useEventListener(document, "keydown", onKeydown);
81
- expose({
82
- visible,
83
- close
84
- });
85
- return (_ctx, _cache) => {
86
- return openBlock(), createBlock(Transition, {
87
- name: unref(ns).b("fade"),
88
- onBeforeLeave: _ctx.onClose,
89
- onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
90
- duration: unref(forEditor) ? -1 : 0,
91
- persisted: ""
92
- }, {
93
- default: withCtx(() => [
94
- withDirectives(createElementVNode("div", {
95
- id: _ctx.id,
96
- class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
97
- style: normalizeStyle(unref(positionStyle)),
98
- role: "alert",
99
- onMouseenter: clearTimer,
100
- onMouseleave: startTimer,
101
- onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
102
- }, [
103
- unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
104
- key: 0,
105
- class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
106
- }, {
107
- default: withCtx(() => [
108
- (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
109
- ]),
110
- _: 1
111
- }, 8, ["class"])) : createCommentVNode("v-if", true),
112
- createElementVNode("div", {
113
- class: normalizeClass(unref(ns).e("group"))
114
- }, [
115
- createElementVNode("h2", {
116
- class: normalizeClass(unref(ns).e("title")),
117
- textContent: toDisplayString(_ctx.title)
118
- }, null, 10, _hoisted_2),
119
- withDirectives(createElementVNode("div", {
120
- class: normalizeClass(unref(ns).e("content")),
121
- style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
122
- }, [
123
- renderSlot(_ctx.$slots, "default", {}, () => [
124
- !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
125
- createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
126
- createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
127
- ], 2112))
128
- ])
129
- ], 6), [
130
- [vShow, _ctx.message]
131
- ]),
132
- _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
133
- key: 0,
134
- class: normalizeClass(unref(ns).e("closeBtn")),
135
- onClick: withModifiers(close, ["stop"])
136
- }, {
137
- default: withCtx(() => [
138
- createVNode(unref(Close))
139
- ]),
140
- _: 1
141
- }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
142
- ], 2)
143
- ], 46, _hoisted_1), [
144
- [vShow, visible.value]
145
- ])
146
- ]),
147
- _: 3
148
- }, 8, ["name", "onBeforeLeave", "duration"]);
149
- };
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: {
66
+ type: Number,
67
+ default: 0
150
68
  }
151
69
  });
152
- var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
70
+ const notificationEmits = {
71
+ destroy: () => true
72
+ };
153
73
 
154
- export { NotificationConstructor as default };
74
+ export { notificationEmits, notificationProps, notificationTypes };
155
75
  //# sourceMappingURL=notification2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"notification2.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: 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":"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"}
1
+ {"version":3,"file":"notification2.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: {\n type: Number,\n default: 0,\n },\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;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,CAAC,EAAE;AACS,MAAC,iBAAiB,GAAG;AACjC,EAAE,OAAO,EAAE,MAAM,IAAI;AACrB;;;;"}
@@ -1,7 +1,7 @@
1
1
  import { isVNode, createVNode, render } from 'vue';
2
2
  import '../../../utils/index.mjs';
3
- import NotificationConstructor from './notification2.mjs';
4
- import { notificationTypes } from './notification.mjs';
3
+ import NotificationConstructor from './notification.mjs';
4
+ import { notificationTypes } from './notification2.mjs';
5
5
  import { isClient } from '@vueuse/core';
6
6
  import { isElement } from '../../../utils/types.mjs';
7
7
  import { isString } from '@vue/shared';
@@ -1 +1 @@
1
- {"version":3,"file":"page-header.mjs","sources":["../../../../../../packages/components/page-header/src/page-header.ts"],"sourcesContent":["import { buildProps, iconPropType } from '@element-plus/utils'\nimport { Back } from '@element-plus/icons-vue'\nimport type { ExtractPropTypes } from 'vue'\nimport type PageHeader from './page-header.vue'\n\nexport const pageHeaderProps = buildProps({\n icon: {\n type: iconPropType,\n default: () => Back,\n },\n title: String,\n content: {\n type: String,\n default: '',\n },\n} as const)\nexport type PageHeaderProps = ExtractPropTypes<typeof pageHeaderProps>\n\nexport const pageHeaderEmits = {\n back: () => true,\n}\nexport type PageHeaderEmits = typeof pageHeaderEmits\n\nexport type PageHeaderInstance = InstanceType<typeof PageHeader>\n"],"names":[],"mappings":";;;;;AAEY,MAAC,eAAe,GAAG,UAAU,CAAC;AAC1C,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,IAAI,OAAO,EAAE,MAAM,IAAI;AACvB,GAAG;AACH,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,CAAC,EAAE;AACS,MAAC,eAAe,GAAG;AAC/B,EAAE,IAAI,EAAE,MAAM,IAAI;AAClB;;;;"}
1
+ {"version":3,"file":"page-header.mjs","sources":["../../../../../../packages/components/page-header/src/page-header.ts"],"sourcesContent":["import { buildProps, iconPropType } from '@element-plus/utils'\nimport { Back } from '@element-plus/icons-vue'\nimport type { ExtractPropTypes } from 'vue'\nimport type PageHeader from './page-header.vue'\n\nexport const pageHeaderProps = buildProps({\n /**\n * @description icon component of page header\n */\n icon: {\n type: iconPropType,\n default: () => Back,\n },\n /**\n * @description main title of page header\n */\n title: String,\n /**\n * @description content of page header\n */\n content: {\n type: String,\n default: '',\n },\n} as const)\nexport type PageHeaderProps = ExtractPropTypes<typeof pageHeaderProps>\n\nexport const pageHeaderEmits = {\n back: () => true,\n}\nexport type PageHeaderEmits = typeof pageHeaderEmits\n\nexport type PageHeaderInstance = InstanceType<typeof PageHeader>\n"],"names":[],"mappings":";;;;;AAEY,MAAC,eAAe,GAAG,UAAU,CAAC;AAC1C,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,IAAI,OAAO,EAAE,MAAM,IAAI;AACvB,GAAG;AACH,EAAE,KAAK,EAAE,MAAM;AACf,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,CAAC,EAAE;AACS,MAAC,eAAe,GAAG;AAC/B,EAAE,IAAI,EAAE,MAAM,IAAI;AAClB;;;;"}