element-plus-secondary 0.6.1 → 0.6.2

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 (537) hide show
  1. package/es/components/affix/index.mjs +2 -2
  2. package/es/components/affix/src/affix.mjs +117 -26
  3. package/es/components/affix/src/affix.mjs.map +1 -1
  4. package/es/components/affix/src/affix2.mjs +26 -117
  5. package/es/components/affix/src/affix2.mjs.map +1 -1
  6. package/es/components/alert/index.mjs +2 -2
  7. package/es/components/alert/src/alert.mjs +96 -36
  8. package/es/components/alert/src/alert.mjs.map +1 -1
  9. package/es/components/alert/src/alert2.mjs +36 -96
  10. package/es/components/alert/src/alert2.mjs.map +1 -1
  11. package/es/components/autocomplete/src/autocomplete.mjs +1 -1
  12. package/es/components/avatar/index.mjs +2 -2
  13. package/es/components/avatar/src/avatar.mjs +32 -67
  14. package/es/components/avatar/src/avatar.mjs.map +1 -1
  15. package/es/components/avatar/src/avatar2.mjs +67 -32
  16. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  17. package/es/components/backtop/index.mjs +2 -2
  18. package/es/components/backtop/src/backtop.mjs +21 -54
  19. package/es/components/backtop/src/backtop.mjs.map +1 -1
  20. package/es/components/backtop/src/backtop2.mjs +54 -21
  21. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  22. package/es/components/badge/index.mjs +2 -2
  23. package/es/components/badge/src/badge.mjs +55 -17
  24. package/es/components/badge/src/badge.mjs.map +1 -1
  25. package/es/components/badge/src/badge2.mjs +17 -55
  26. package/es/components/badge/src/badge2.mjs.map +1 -1
  27. package/es/components/breadcrumb/index.mjs +2 -2
  28. package/es/components/breadcrumb/src/breadcrumb.mjs +37 -11
  29. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  30. package/es/components/breadcrumb/src/breadcrumb2.mjs +11 -37
  31. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  32. package/es/components/button/index.mjs +1 -1
  33. package/es/components/button/src/button-group.mjs +6 -31
  34. package/es/components/button/src/button-group.mjs.map +1 -1
  35. package/es/components/button/src/button-group2.mjs +31 -6
  36. package/es/components/button/src/button-group2.mjs.map +1 -1
  37. package/es/components/calendar/src/calendar2.mjs +1 -1
  38. package/es/components/calendar/src/date-table.mjs +33 -87
  39. package/es/components/calendar/src/date-table.mjs.map +1 -1
  40. package/es/components/calendar/src/date-table2.mjs +87 -33
  41. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  42. package/es/components/calendar/src/use-date-table.mjs +1 -1
  43. package/es/components/card/index.mjs +2 -2
  44. package/es/components/card/src/card.mjs +16 -35
  45. package/es/components/card/src/card.mjs.map +1 -1
  46. package/es/components/card/src/card2.mjs +35 -16
  47. package/es/components/card/src/card2.mjs.map +1 -1
  48. package/es/components/carousel/index.mjs +4 -4
  49. package/es/components/carousel/src/carousel-item.mjs +8 -63
  50. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  51. package/es/components/carousel/src/carousel-item2.mjs +63 -8
  52. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  53. package/es/components/carousel/src/carousel.mjs +60 -159
  54. package/es/components/carousel/src/carousel.mjs.map +1 -1
  55. package/es/components/carousel/src/carousel2.mjs +159 -60
  56. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  57. package/es/components/cascader/src/index.mjs +1 -1
  58. package/es/components/cascader-panel/src/index.mjs +1 -1
  59. package/es/components/cascader-panel/src/menu.mjs +1 -1
  60. package/es/components/cascader-panel/src/node.mjs +116 -209
  61. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  62. package/es/components/cascader-panel/src/node2.mjs +209 -116
  63. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  64. package/es/components/cascader-panel/src/store.mjs +1 -1
  65. package/es/components/check-tag/index.mjs +2 -2
  66. package/es/components/check-tag/src/check-tag.mjs +30 -12
  67. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  68. package/es/components/check-tag/src/check-tag2.mjs +12 -30
  69. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  70. package/es/components/checkbox/index.mjs +2 -2
  71. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  72. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  73. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  74. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  75. package/es/components/collapse/index.mjs +2 -2
  76. package/es/components/collapse/src/collapse.mjs +30 -17
  77. package/es/components/collapse/src/collapse.mjs.map +1 -1
  78. package/es/components/collapse/src/collapse2.mjs +17 -30
  79. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  80. package/es/components/color-picker/index.mjs +2 -2
  81. package/es/components/color-picker/src/color-picker.mjs +54 -408
  82. package/es/components/color-picker/src/color-picker.mjs.map +1 -1
  83. package/es/components/color-picker/src/color-picker2.mjs +408 -54
  84. package/es/components/color-picker/src/color-picker2.mjs.map +1 -1
  85. package/es/components/color-picker/src/components/predefine.mjs +1 -1
  86. package/es/components/descriptions/index.mjs +2 -2
  87. package/es/components/descriptions/src/description.mjs +25 -110
  88. package/es/components/descriptions/src/description.mjs.map +1 -1
  89. package/es/components/descriptions/src/description2.mjs +110 -25
  90. package/es/components/descriptions/src/description2.mjs.map +1 -1
  91. package/es/components/divider/index.mjs +2 -2
  92. package/es/components/divider/src/divider.mjs +17 -35
  93. package/es/components/divider/src/divider.mjs.map +1 -1
  94. package/es/components/divider/src/divider2.mjs +35 -17
  95. package/es/components/divider/src/divider2.mjs.map +1 -1
  96. package/es/components/dropdown/index.mjs +2 -2
  97. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  98. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  99. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  100. package/es/components/dropdown/src/dropdown.mjs +105 -281
  101. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  102. package/es/components/dropdown/src/dropdown2.mjs +281 -105
  103. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  104. package/es/components/form/index.mjs +4 -4
  105. package/es/components/form/src/form-item.mjs +43 -316
  106. package/es/components/form/src/form-item.mjs.map +1 -1
  107. package/es/components/form/src/form-item2.mjs +316 -43
  108. package/es/components/form/src/form-item2.mjs.map +1 -1
  109. package/es/components/form/src/form.mjs +53 -150
  110. package/es/components/form/src/form.mjs.map +1 -1
  111. package/es/components/form/src/form2.mjs +150 -53
  112. package/es/components/form/src/form2.mjs.map +1 -1
  113. package/es/components/icon/index.mjs +2 -2
  114. package/es/components/icon/src/icon.mjs +8 -36
  115. package/es/components/icon/src/icon.mjs.map +1 -1
  116. package/es/components/icon/src/icon2.mjs +36 -8
  117. package/es/components/icon/src/icon2.mjs.map +1 -1
  118. package/es/components/image-viewer/index.mjs +2 -2
  119. package/es/components/image-viewer/src/image-viewer.mjs +405 -35
  120. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  121. package/es/components/image-viewer/src/image-viewer2.mjs +35 -405
  122. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  123. package/es/components/index.mjs +45 -45
  124. package/es/components/input/index.mjs +2 -2
  125. package/es/components/input/src/input.mjs +442 -116
  126. package/es/components/input/src/input.mjs.map +1 -1
  127. package/es/components/input/src/input2.mjs +116 -442
  128. package/es/components/input/src/input2.mjs.map +1 -1
  129. package/es/components/input-number/index.mjs +2 -2
  130. package/es/components/input-number/src/input-number.mjs +62 -322
  131. package/es/components/input-number/src/input-number.mjs.map +1 -1
  132. package/es/components/input-number/src/input-number2.mjs +322 -62
  133. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  134. package/es/components/link/index.mjs +2 -2
  135. package/es/components/link/src/link.mjs +21 -49
  136. package/es/components/link/src/link.mjs.map +1 -1
  137. package/es/components/link/src/link2.mjs +49 -21
  138. package/es/components/link/src/link2.mjs.map +1 -1
  139. package/es/components/menu/index.mjs +4 -4
  140. package/es/components/menu/src/menu-item-group.mjs +4 -35
  141. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  142. package/es/components/menu/src/menu-item-group2.mjs +35 -4
  143. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  144. package/es/components/menu/src/menu-item.mjs +100 -14
  145. package/es/components/menu/src/menu-item.mjs.map +1 -1
  146. package/es/components/menu/src/menu-item2.mjs +14 -100
  147. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  148. package/es/components/notification/index.mjs +1 -1
  149. package/es/components/notification/src/notification.mjs +69 -145
  150. package/es/components/notification/src/notification.mjs.map +1 -1
  151. package/es/components/notification/src/notification2.mjs +145 -69
  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/page-header/index.mjs +2 -2
  155. package/es/components/page-header/src/page-header.mjs +17 -102
  156. package/es/components/page-header/src/page-header.mjs.map +1 -1
  157. package/es/components/page-header/src/page-header2.mjs +102 -17
  158. package/es/components/page-header/src/page-header2.mjs.map +1 -1
  159. package/es/components/pagination/src/components/next.mjs +34 -19
  160. package/es/components/pagination/src/components/next.mjs.map +1 -1
  161. package/es/components/pagination/src/components/next2.mjs +19 -34
  162. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  163. package/es/components/pagination/src/components/pager.mjs +208 -17
  164. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  165. package/es/components/pagination/src/components/pager2.mjs +17 -208
  166. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  167. package/es/components/pagination/src/components/sizes.vue.d.ts +0 -1
  168. package/es/components/pagination/src/pagination.mjs +2 -2
  169. package/es/components/popconfirm/src/popconfirm.mjs +1 -1
  170. package/es/components/popover/src/popover.mjs +3 -3
  171. package/es/components/popper/index.mjs +4 -4
  172. package/es/components/popper/src/arrow.mjs +8 -44
  173. package/es/components/popper/src/arrow.mjs.map +1 -1
  174. package/es/components/popper/src/arrow2.mjs +44 -8
  175. package/es/components/popper/src/arrow2.mjs.map +1 -1
  176. package/es/components/popper/src/content.mjs +94 -212
  177. package/es/components/popper/src/content.mjs.map +1 -1
  178. package/es/components/popper/src/content2.mjs +212 -94
  179. package/es/components/popper/src/content2.mjs.map +1 -1
  180. package/es/components/radio/index.mjs +2 -2
  181. package/es/components/radio/src/radio-button.mjs +1 -1
  182. package/es/components/radio/src/radio-group2.mjs +1 -1
  183. package/es/components/radio/src/radio.mjs +34 -78
  184. package/es/components/radio/src/radio.mjs.map +1 -1
  185. package/es/components/radio/src/radio2.mjs +78 -34
  186. package/es/components/radio/src/radio2.mjs.map +1 -1
  187. package/es/components/result/index.mjs +2 -2
  188. package/es/components/result/src/result.mjs +63 -29
  189. package/es/components/result/src/result.mjs.map +1 -1
  190. package/es/components/result/src/result2.mjs +29 -63
  191. package/es/components/result/src/result2.mjs.map +1 -1
  192. package/es/components/row/index.mjs +2 -2
  193. package/es/components/row/src/row.mjs +45 -30
  194. package/es/components/row/src/row.mjs.map +1 -1
  195. package/es/components/row/src/row2.mjs +30 -45
  196. package/es/components/row/src/row2.mjs.map +1 -1
  197. package/es/components/scrollbar/index.mjs +3 -3
  198. package/es/components/scrollbar/src/bar.mjs +1 -1
  199. package/es/components/scrollbar/src/scrollbar.mjs +175 -47
  200. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  201. package/es/components/scrollbar/src/scrollbar2.mjs +47 -175
  202. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  203. package/es/components/scrollbar/src/thumb.mjs +11 -131
  204. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  205. package/es/components/scrollbar/src/thumb2.mjs +131 -11
  206. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  207. package/es/components/select/index.d.ts +0 -1
  208. package/es/components/select/src/select.mjs +3 -14
  209. package/es/components/select/src/select.mjs.map +1 -1
  210. package/es/components/select/src/select.vue.d.ts +0 -1
  211. package/es/components/select/src/useSelect.mjs +6 -6
  212. package/es/components/select/src/useSelect.mjs.map +1 -1
  213. package/es/components/select-v2/src/defaults.mjs +1 -1
  214. package/es/components/select-v2/src/select-dropdown.mjs +8 -2
  215. package/es/components/select-v2/src/select-dropdown.mjs.map +1 -1
  216. package/es/components/skeleton/index.mjs +4 -4
  217. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  218. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  219. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  220. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  221. package/es/components/skeleton/src/skeleton.mjs +22 -49
  222. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  223. package/es/components/skeleton/src/skeleton2.mjs +49 -22
  224. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  225. package/es/components/steps/index.mjs +2 -2
  226. package/es/components/steps/src/steps.mjs +36 -34
  227. package/es/components/steps/src/steps.mjs.map +1 -1
  228. package/es/components/steps/src/steps2.mjs +34 -36
  229. package/es/components/steps/src/steps2.mjs.map +1 -1
  230. package/es/components/switch/index.mjs +2 -2
  231. package/es/components/switch/src/switch.mjs +240 -88
  232. package/es/components/switch/src/switch.mjs.map +1 -1
  233. package/es/components/switch/src/switch2.mjs +88 -240
  234. package/es/components/switch/src/switch2.mjs.map +1 -1
  235. package/es/components/tabs/index.mjs +2 -2
  236. package/es/components/tabs/src/tab-pane.mjs +73 -13
  237. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  238. package/es/components/tabs/src/tab-pane2.mjs +13 -73
  239. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  240. package/es/components/time-select/index.d.ts +0 -4
  241. package/es/components/time-select/src/time-select.vue.d.ts +0 -2
  242. package/es/components/tooltip/index.mjs +2 -2
  243. package/es/components/tooltip/src/content.mjs +167 -39
  244. package/es/components/tooltip/src/content.mjs.map +1 -1
  245. package/es/components/tooltip/src/content2.mjs +39 -167
  246. package/es/components/tooltip/src/content2.mjs.map +1 -1
  247. package/es/components/tooltip/src/tooltip.mjs +3 -3
  248. package/es/components/tooltip/src/tooltip2.mjs +3 -3
  249. package/es/components/tooltip/src/trigger.mjs +16 -74
  250. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  251. package/es/components/tooltip/src/trigger2.mjs +74 -16
  252. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  253. package/es/components/tooltip-v2/index.mjs +2 -2
  254. package/es/components/tooltip-v2/src/tooltip.mjs +20 -73
  255. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  256. package/es/components/tooltip-v2/src/tooltip2.mjs +73 -20
  257. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  258. package/es/components/upload/index.mjs +2 -2
  259. package/es/components/upload/src/upload-content.mjs +170 -33
  260. package/es/components/upload/src/upload-content.mjs.map +1 -1
  261. package/es/components/upload/src/upload-content2.mjs +33 -170
  262. package/es/components/upload/src/upload-content2.mjs.map +1 -1
  263. package/es/components/upload/src/upload-list.mjs +170 -26
  264. package/es/components/upload/src/upload-list.mjs.map +1 -1
  265. package/es/components/upload/src/upload-list2.mjs +26 -170
  266. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  267. package/es/components/upload/src/upload2.mjs +2 -2
  268. package/es/index.mjs +45 -45
  269. package/lib/components/affix/index.js +2 -2
  270. package/lib/components/affix/src/affix.js +117 -27
  271. package/lib/components/affix/src/affix.js.map +1 -1
  272. package/lib/components/affix/src/affix2.js +27 -117
  273. package/lib/components/affix/src/affix2.js.map +1 -1
  274. package/lib/components/alert/index.js +2 -2
  275. package/lib/components/alert/src/alert.js +95 -37
  276. package/lib/components/alert/src/alert.js.map +1 -1
  277. package/lib/components/alert/src/alert2.js +37 -95
  278. package/lib/components/alert/src/alert2.js.map +1 -1
  279. package/lib/components/autocomplete/src/autocomplete.js +1 -1
  280. package/lib/components/avatar/index.js +2 -2
  281. package/lib/components/avatar/src/avatar.js +33 -67
  282. package/lib/components/avatar/src/avatar.js.map +1 -1
  283. package/lib/components/avatar/src/avatar2.js +67 -33
  284. package/lib/components/avatar/src/avatar2.js.map +1 -1
  285. package/lib/components/backtop/index.js +2 -2
  286. package/lib/components/backtop/src/backtop.js +22 -54
  287. package/lib/components/backtop/src/backtop.js.map +1 -1
  288. package/lib/components/backtop/src/backtop2.js +54 -22
  289. package/lib/components/backtop/src/backtop2.js.map +1 -1
  290. package/lib/components/badge/index.js +2 -2
  291. package/lib/components/badge/src/badge.js +55 -17
  292. package/lib/components/badge/src/badge.js.map +1 -1
  293. package/lib/components/badge/src/badge2.js +17 -55
  294. package/lib/components/badge/src/badge2.js.map +1 -1
  295. package/lib/components/breadcrumb/index.js +2 -2
  296. package/lib/components/breadcrumb/src/breadcrumb.js +37 -11
  297. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  298. package/lib/components/breadcrumb/src/breadcrumb2.js +11 -37
  299. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  300. package/lib/components/button/index.js +1 -1
  301. package/lib/components/button/src/button-group.js +6 -31
  302. package/lib/components/button/src/button-group.js.map +1 -1
  303. package/lib/components/button/src/button-group2.js +31 -6
  304. package/lib/components/button/src/button-group2.js.map +1 -1
  305. package/lib/components/calendar/src/calendar2.js +1 -1
  306. package/lib/components/calendar/src/date-table.js +37 -87
  307. package/lib/components/calendar/src/date-table.js.map +1 -1
  308. package/lib/components/calendar/src/date-table2.js +87 -37
  309. package/lib/components/calendar/src/date-table2.js.map +1 -1
  310. package/lib/components/calendar/src/use-date-table.js +1 -1
  311. package/lib/components/card/index.js +2 -2
  312. package/lib/components/card/src/card.js +16 -35
  313. package/lib/components/card/src/card.js.map +1 -1
  314. package/lib/components/card/src/card2.js +35 -16
  315. package/lib/components/card/src/card2.js.map +1 -1
  316. package/lib/components/carousel/index.js +4 -4
  317. package/lib/components/carousel/src/carousel-item.js +8 -63
  318. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  319. package/lib/components/carousel/src/carousel-item2.js +63 -8
  320. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  321. package/lib/components/carousel/src/carousel.js +61 -159
  322. package/lib/components/carousel/src/carousel.js.map +1 -1
  323. package/lib/components/carousel/src/carousel2.js +159 -61
  324. package/lib/components/carousel/src/carousel2.js.map +1 -1
  325. package/lib/components/cascader/src/index.js +1 -1
  326. package/lib/components/cascader-panel/src/index.js +1 -1
  327. package/lib/components/cascader-panel/src/menu.js +1 -1
  328. package/lib/components/cascader-panel/src/node.js +116 -209
  329. package/lib/components/cascader-panel/src/node.js.map +1 -1
  330. package/lib/components/cascader-panel/src/node2.js +209 -116
  331. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  332. package/lib/components/cascader-panel/src/store.js +1 -1
  333. package/lib/components/check-tag/index.js +2 -2
  334. package/lib/components/check-tag/src/check-tag.js +30 -13
  335. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  336. package/lib/components/check-tag/src/check-tag2.js +13 -30
  337. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  338. package/lib/components/checkbox/index.js +2 -2
  339. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  340. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  341. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  342. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  343. package/lib/components/collapse/index.js +2 -2
  344. package/lib/components/collapse/src/collapse.js +30 -19
  345. package/lib/components/collapse/src/collapse.js.map +1 -1
  346. package/lib/components/collapse/src/collapse2.js +19 -30
  347. package/lib/components/collapse/src/collapse2.js.map +1 -1
  348. package/lib/components/color-picker/index.js +2 -2
  349. package/lib/components/color-picker/src/color-picker.js +54 -406
  350. package/lib/components/color-picker/src/color-picker.js.map +1 -1
  351. package/lib/components/color-picker/src/color-picker2.js +406 -54
  352. package/lib/components/color-picker/src/color-picker2.js.map +1 -1
  353. package/lib/components/color-picker/src/components/predefine.js +1 -1
  354. package/lib/components/descriptions/index.js +2 -2
  355. package/lib/components/descriptions/src/description.js +25 -110
  356. package/lib/components/descriptions/src/description.js.map +1 -1
  357. package/lib/components/descriptions/src/description2.js +110 -25
  358. package/lib/components/descriptions/src/description2.js.map +1 -1
  359. package/lib/components/divider/index.js +2 -2
  360. package/lib/components/divider/src/divider.js +17 -35
  361. package/lib/components/divider/src/divider.js.map +1 -1
  362. package/lib/components/divider/src/divider2.js +35 -17
  363. package/lib/components/divider/src/divider2.js.map +1 -1
  364. package/lib/components/dropdown/index.js +2 -2
  365. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  366. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  367. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  368. package/lib/components/dropdown/src/dropdown.js +114 -281
  369. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  370. package/lib/components/dropdown/src/dropdown2.js +281 -114
  371. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  372. package/lib/components/form/index.js +4 -4
  373. package/lib/components/form/src/form-item.js +44 -320
  374. package/lib/components/form/src/form-item.js.map +1 -1
  375. package/lib/components/form/src/form-item2.js +320 -44
  376. package/lib/components/form/src/form-item2.js.map +1 -1
  377. package/lib/components/form/src/form.js +53 -149
  378. package/lib/components/form/src/form.js.map +1 -1
  379. package/lib/components/form/src/form2.js +149 -53
  380. package/lib/components/form/src/form2.js.map +1 -1
  381. package/lib/components/icon/index.js +2 -2
  382. package/lib/components/icon/src/icon.js +8 -36
  383. package/lib/components/icon/src/icon.js.map +1 -1
  384. package/lib/components/icon/src/icon2.js +36 -8
  385. package/lib/components/icon/src/icon2.js.map +1 -1
  386. package/lib/components/image-viewer/index.js +2 -2
  387. package/lib/components/image-viewer/src/image-viewer.js +405 -36
  388. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  389. package/lib/components/image-viewer/src/image-viewer2.js +36 -405
  390. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  391. package/lib/components/index.js +45 -45
  392. package/lib/components/input/index.js +2 -2
  393. package/lib/components/input/src/input.js +441 -116
  394. package/lib/components/input/src/input.js.map +1 -1
  395. package/lib/components/input/src/input2.js +116 -441
  396. package/lib/components/input/src/input2.js.map +1 -1
  397. package/lib/components/input-number/index.js +2 -2
  398. package/lib/components/input-number/src/input-number.js +62 -321
  399. package/lib/components/input-number/src/input-number.js.map +1 -1
  400. package/lib/components/input-number/src/input-number2.js +321 -62
  401. package/lib/components/input-number/src/input-number2.js.map +1 -1
  402. package/lib/components/link/index.js +2 -2
  403. package/lib/components/link/src/link.js +22 -49
  404. package/lib/components/link/src/link.js.map +1 -1
  405. package/lib/components/link/src/link2.js +49 -22
  406. package/lib/components/link/src/link2.js.map +1 -1
  407. package/lib/components/menu/index.js +4 -4
  408. package/lib/components/menu/src/menu-item-group.js +4 -35
  409. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  410. package/lib/components/menu/src/menu-item-group2.js +35 -4
  411. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  412. package/lib/components/menu/src/menu-item.js +100 -15
  413. package/lib/components/menu/src/menu-item.js.map +1 -1
  414. package/lib/components/menu/src/menu-item2.js +15 -100
  415. package/lib/components/menu/src/menu-item2.js.map +1 -1
  416. package/lib/components/notification/index.js +1 -1
  417. package/lib/components/notification/src/notification.js +70 -144
  418. package/lib/components/notification/src/notification.js.map +1 -1
  419. package/lib/components/notification/src/notification2.js +144 -70
  420. package/lib/components/notification/src/notification2.js.map +1 -1
  421. package/lib/components/notification/src/notify.js +2 -2
  422. package/lib/components/page-header/index.js +2 -2
  423. package/lib/components/page-header/src/page-header.js +18 -102
  424. package/lib/components/page-header/src/page-header.js.map +1 -1
  425. package/lib/components/page-header/src/page-header2.js +102 -18
  426. package/lib/components/page-header/src/page-header2.js.map +1 -1
  427. package/lib/components/pagination/src/components/next.js +34 -19
  428. package/lib/components/pagination/src/components/next.js.map +1 -1
  429. package/lib/components/pagination/src/components/next2.js +19 -34
  430. package/lib/components/pagination/src/components/next2.js.map +1 -1
  431. package/lib/components/pagination/src/components/pager.js +208 -17
  432. package/lib/components/pagination/src/components/pager.js.map +1 -1
  433. package/lib/components/pagination/src/components/pager2.js +17 -208
  434. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  435. package/lib/components/pagination/src/components/sizes.vue.d.ts +0 -1
  436. package/lib/components/pagination/src/pagination.js +2 -2
  437. package/lib/components/popconfirm/src/popconfirm.js +1 -1
  438. package/lib/components/popover/src/popover.js +3 -3
  439. package/lib/components/popper/index.js +4 -4
  440. package/lib/components/popper/src/arrow.js +9 -44
  441. package/lib/components/popper/src/arrow.js.map +1 -1
  442. package/lib/components/popper/src/arrow2.js +44 -9
  443. package/lib/components/popper/src/arrow2.js.map +1 -1
  444. package/lib/components/popper/src/content.js +99 -212
  445. package/lib/components/popper/src/content.js.map +1 -1
  446. package/lib/components/popper/src/content2.js +212 -99
  447. package/lib/components/popper/src/content2.js.map +1 -1
  448. package/lib/components/radio/index.js +2 -2
  449. package/lib/components/radio/src/radio-button.js +1 -1
  450. package/lib/components/radio/src/radio-group2.js +1 -1
  451. package/lib/components/radio/src/radio.js +36 -78
  452. package/lib/components/radio/src/radio.js.map +1 -1
  453. package/lib/components/radio/src/radio2.js +78 -36
  454. package/lib/components/radio/src/radio2.js.map +1 -1
  455. package/lib/components/result/index.js +2 -2
  456. package/lib/components/result/src/result.js +63 -31
  457. package/lib/components/result/src/result.js.map +1 -1
  458. package/lib/components/result/src/result2.js +31 -63
  459. package/lib/components/result/src/result2.js.map +1 -1
  460. package/lib/components/row/index.js +2 -2
  461. package/lib/components/row/src/row.js +45 -32
  462. package/lib/components/row/src/row.js.map +1 -1
  463. package/lib/components/row/src/row2.js +32 -45
  464. package/lib/components/row/src/row2.js.map +1 -1
  465. package/lib/components/scrollbar/index.js +3 -3
  466. package/lib/components/scrollbar/src/bar.js +1 -1
  467. package/lib/components/scrollbar/src/scrollbar.js +175 -48
  468. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  469. package/lib/components/scrollbar/src/scrollbar2.js +48 -175
  470. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  471. package/lib/components/scrollbar/src/thumb.js +11 -131
  472. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  473. package/lib/components/scrollbar/src/thumb2.js +131 -11
  474. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  475. package/lib/components/select/index.d.ts +0 -1
  476. package/lib/components/select/src/select.js +3 -14
  477. package/lib/components/select/src/select.js.map +1 -1
  478. package/lib/components/select/src/select.vue.d.ts +0 -1
  479. package/lib/components/select/src/useSelect.js +6 -6
  480. package/lib/components/select/src/useSelect.js.map +1 -1
  481. package/lib/components/select-v2/src/defaults.js +1 -1
  482. package/lib/components/select-v2/src/select-dropdown.js +8 -2
  483. package/lib/components/select-v2/src/select-dropdown.js.map +1 -1
  484. package/lib/components/skeleton/index.js +4 -4
  485. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  486. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  487. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  488. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  489. package/lib/components/skeleton/src/skeleton.js +22 -49
  490. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  491. package/lib/components/skeleton/src/skeleton2.js +49 -22
  492. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  493. package/lib/components/steps/index.js +2 -2
  494. package/lib/components/steps/src/steps.js +37 -34
  495. package/lib/components/steps/src/steps.js.map +1 -1
  496. package/lib/components/steps/src/steps2.js +34 -37
  497. package/lib/components/steps/src/steps2.js.map +1 -1
  498. package/lib/components/switch/index.js +2 -2
  499. package/lib/components/switch/src/switch.js +239 -88
  500. package/lib/components/switch/src/switch.js.map +1 -1
  501. package/lib/components/switch/src/switch2.js +88 -239
  502. package/lib/components/switch/src/switch2.js.map +1 -1
  503. package/lib/components/tabs/index.js +2 -2
  504. package/lib/components/tabs/src/tab-pane.js +73 -13
  505. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  506. package/lib/components/tabs/src/tab-pane2.js +13 -73
  507. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  508. package/lib/components/time-select/index.d.ts +0 -4
  509. package/lib/components/time-select/src/time-select.vue.d.ts +0 -2
  510. package/lib/components/tooltip/index.js +2 -2
  511. package/lib/components/tooltip/src/content.js +167 -39
  512. package/lib/components/tooltip/src/content.js.map +1 -1
  513. package/lib/components/tooltip/src/content2.js +39 -167
  514. package/lib/components/tooltip/src/content2.js.map +1 -1
  515. package/lib/components/tooltip/src/tooltip.js +3 -3
  516. package/lib/components/tooltip/src/tooltip2.js +3 -3
  517. package/lib/components/tooltip/src/trigger.js +16 -74
  518. package/lib/components/tooltip/src/trigger.js.map +1 -1
  519. package/lib/components/tooltip/src/trigger2.js +74 -16
  520. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  521. package/lib/components/tooltip-v2/index.js +2 -2
  522. package/lib/components/tooltip-v2/src/tooltip.js +20 -73
  523. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  524. package/lib/components/tooltip-v2/src/tooltip2.js +73 -20
  525. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  526. package/lib/components/upload/index.js +2 -2
  527. package/lib/components/upload/src/upload-content.js +169 -32
  528. package/lib/components/upload/src/upload-content.js.map +1 -1
  529. package/lib/components/upload/src/upload-content2.js +32 -169
  530. package/lib/components/upload/src/upload-content2.js.map +1 -1
  531. package/lib/components/upload/src/upload-list.js +170 -27
  532. package/lib/components/upload/src/upload-list.js.map +1 -1
  533. package/lib/components/upload/src/upload-list2.js +27 -170
  534. package/lib/components/upload/src/upload-list2.js.map +1 -1
  535. package/lib/components/upload/src/upload2.js +2 -2
  536. package/lib/index.js +45 -45
  537. package/package.json +1 -1
@@ -1,151 +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 '../../../hooks/index.mjs';
7
- import { notificationProps, notificationEmits } from './notification2.mjs';
8
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
- import { useNamespace } from '../../../hooks/use-namespace/index.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 ns = useNamespace("notification");
27
- const { Close } = CloseComponents;
28
- const visible = ref(false);
29
- let timer = void 0;
30
- const typeClass = computed(() => {
31
- const type = props.type;
32
- return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
33
- });
34
- const iconComponent = computed(() => {
35
- if (!props.type)
36
- return props.icon;
37
- return TypeComponentsMap[props.type] || props.icon;
38
- });
39
- const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
40
- const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
41
- const positionStyle = computed(() => {
42
- return {
43
- [verticalProperty.value]: `${props.offset}px`,
44
- zIndex: props.zIndex
45
- };
46
- });
47
- function startTimer() {
48
- if (props.duration > 0) {
49
- ;
50
- ({ stop: timer } = useTimeoutFn(() => {
51
- if (visible.value)
52
- close();
53
- }, props.duration));
54
- }
55
- }
56
- function clearTimer() {
57
- timer == null ? void 0 : timer();
58
- }
59
- function close() {
60
- visible.value = false;
61
- }
62
- function onKeydown({ code }) {
63
- if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
64
- clearTimer();
65
- } else if (code === EVENT_CODE.esc) {
66
- if (visible.value) {
67
- close();
68
- }
69
- } else {
70
- startTimer();
71
- }
72
- }
73
- onMounted(() => {
74
- startTimer();
75
- visible.value = true;
76
- });
77
- useEventListener(document, "keydown", onKeydown);
78
- expose({
79
- visible,
80
- close
81
- });
82
- return (_ctx, _cache) => {
83
- return openBlock(), createBlock(Transition, {
84
- name: unref(ns).b("fade"),
85
- onBeforeLeave: _ctx.onClose,
86
- onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
87
- persisted: ""
88
- }, {
89
- default: withCtx(() => [
90
- withDirectives(createElementVNode("div", {
91
- id: _ctx.id,
92
- class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
93
- style: normalizeStyle(unref(positionStyle)),
94
- role: "alert",
95
- onMouseenter: clearTimer,
96
- onMouseleave: startTimer,
97
- onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
98
- }, [
99
- unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
100
- key: 0,
101
- class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
102
- }, {
103
- default: withCtx(() => [
104
- (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
105
- ]),
106
- _: 1
107
- }, 8, ["class"])) : createCommentVNode("v-if", true),
108
- createElementVNode("div", {
109
- class: normalizeClass(unref(ns).e("group"))
110
- }, [
111
- createElementVNode("h2", {
112
- class: normalizeClass(unref(ns).e("title")),
113
- textContent: toDisplayString(_ctx.title)
114
- }, null, 10, _hoisted_2),
115
- withDirectives(createElementVNode("div", {
116
- class: normalizeClass(unref(ns).e("content")),
117
- style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
118
- }, [
119
- renderSlot(_ctx.$slots, "default", {}, () => [
120
- !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
121
- createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
122
- createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
123
- ], 2112))
124
- ])
125
- ], 6), [
126
- [vShow, _ctx.message]
127
- ]),
128
- _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
129
- key: 0,
130
- class: normalizeClass(unref(ns).e("closeBtn")),
131
- onClick: withModifiers(close, ["stop"])
132
- }, {
133
- default: withCtx(() => [
134
- createVNode(unref(Close))
135
- ]),
136
- _: 1
137
- }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
138
- ], 2)
139
- ], 46, _hoisted_1), [
140
- [vShow, visible.value]
141
- ])
142
- ]),
143
- _: 3
144
- }, 8, ["name", "onBeforeLeave"]);
145
- };
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
146
68
  }
147
69
  });
148
- var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/notification/src/notification.vue"]]);
70
+ const notificationEmits = {
71
+ destroy: () => true
72
+ };
149
73
 
150
- export { NotificationConstructor as default };
74
+ export { notificationEmits, notificationProps, notificationTypes };
151
75
  //# sourceMappingURL=notification.mjs.map
@@ -1 +1 @@
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 >\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 { useNamespace } from '@element-plus/hooks'\nimport { notificationEmits, notificationProps } from './notification'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElNotification',\n})\n\nconst props = defineProps(notificationProps)\ndefineEmits(notificationEmits)\n\nconst ns = useNamespace('notification')\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,\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 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":"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 customClass: {\n type: String,\n default: '',\n },\n dangerouslyUseHTMLString: {\n type: Boolean,\n default: false,\n },\n duration: {\n type: Number,\n default: 4500,\n },\n icon: {\n type: iconPropType,\n },\n id: {\n type: String,\n default: '',\n },\n message: {\n type: definePropType<string | VNode>([String, Object]),\n default: '',\n },\n offset: {\n type: Number,\n default: 0,\n },\n onClick: {\n type: definePropType<() => void>(Function),\n default: () => undefined,\n },\n onClose: {\n type: definePropType<() => void>(Function),\n required: true,\n },\n position: {\n type: String,\n values: ['top-right', 'top-left', 'bottom-right', 'bottom-left'],\n default: 'top-right',\n },\n showClose: {\n type: Boolean,\n default: true,\n },\n title: {\n type: String,\n default: '',\n },\n type: {\n type: String,\n values: [...notificationTypes, ''],\n default: '',\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 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,75 +1,151 @@
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 '../../../hooks/index.mjs';
7
+ import { notificationProps, notificationEmits } from './notification.mjs';
8
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
9
+ import { useNamespace } from '../../../hooks/use-namespace/index.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 ns = useNamespace("notification");
27
+ const { Close } = CloseComponents;
28
+ const visible = ref(false);
29
+ let timer = void 0;
30
+ const typeClass = computed(() => {
31
+ const type = props.type;
32
+ return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
33
+ });
34
+ const iconComponent = computed(() => {
35
+ if (!props.type)
36
+ return props.icon;
37
+ return TypeComponentsMap[props.type] || props.icon;
38
+ });
39
+ const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
40
+ const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
41
+ const positionStyle = computed(() => {
42
+ return {
43
+ [verticalProperty.value]: `${props.offset}px`,
44
+ zIndex: props.zIndex
45
+ };
46
+ });
47
+ function startTimer() {
48
+ if (props.duration > 0) {
49
+ ;
50
+ ({ stop: timer } = useTimeoutFn(() => {
51
+ if (visible.value)
52
+ close();
53
+ }, props.duration));
54
+ }
55
+ }
56
+ function clearTimer() {
57
+ timer == null ? void 0 : timer();
58
+ }
59
+ function close() {
60
+ visible.value = false;
61
+ }
62
+ function onKeydown({ code }) {
63
+ if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
64
+ clearTimer();
65
+ } else if (code === EVENT_CODE.esc) {
66
+ if (visible.value) {
67
+ close();
68
+ }
69
+ } else {
70
+ startTimer();
71
+ }
72
+ }
73
+ onMounted(() => {
74
+ startTimer();
75
+ visible.value = true;
76
+ });
77
+ useEventListener(document, "keydown", onKeydown);
78
+ expose({
79
+ visible,
80
+ close
81
+ });
82
+ return (_ctx, _cache) => {
83
+ return openBlock(), createBlock(Transition, {
84
+ name: unref(ns).b("fade"),
85
+ onBeforeLeave: _ctx.onClose,
86
+ onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
87
+ persisted: ""
88
+ }, {
89
+ default: withCtx(() => [
90
+ withDirectives(createElementVNode("div", {
91
+ id: _ctx.id,
92
+ class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
93
+ style: normalizeStyle(unref(positionStyle)),
94
+ role: "alert",
95
+ onMouseenter: clearTimer,
96
+ onMouseleave: startTimer,
97
+ onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
98
+ }, [
99
+ unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
100
+ key: 0,
101
+ class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
102
+ }, {
103
+ default: withCtx(() => [
104
+ (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
105
+ ]),
106
+ _: 1
107
+ }, 8, ["class"])) : createCommentVNode("v-if", true),
108
+ createElementVNode("div", {
109
+ class: normalizeClass(unref(ns).e("group"))
110
+ }, [
111
+ createElementVNode("h2", {
112
+ class: normalizeClass(unref(ns).e("title")),
113
+ textContent: toDisplayString(_ctx.title)
114
+ }, null, 10, _hoisted_2),
115
+ withDirectives(createElementVNode("div", {
116
+ class: normalizeClass(unref(ns).e("content")),
117
+ style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
118
+ }, [
119
+ renderSlot(_ctx.$slots, "default", {}, () => [
120
+ !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
121
+ createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
122
+ createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
123
+ ], 2112))
124
+ ])
125
+ ], 6), [
126
+ [vShow, _ctx.message]
127
+ ]),
128
+ _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
129
+ key: 0,
130
+ class: normalizeClass(unref(ns).e("closeBtn")),
131
+ onClick: withModifiers(close, ["stop"])
132
+ }, {
133
+ default: withCtx(() => [
134
+ createVNode(unref(Close))
135
+ ]),
136
+ _: 1
137
+ }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
138
+ ], 2)
139
+ ], 46, _hoisted_1), [
140
+ [vShow, visible.value]
141
+ ])
142
+ ]),
143
+ _: 3
144
+ }, 8, ["name", "onBeforeLeave"]);
145
+ };
68
146
  }
69
147
  });
70
- const notificationEmits = {
71
- destroy: () => true
72
- };
148
+ var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/Users/st/Desktop/vue/nxx-ui/packages/components/notification/src/notification.vue"]]);
73
149
 
74
- export { notificationEmits, notificationProps, notificationTypes };
150
+ export { NotificationConstructor as default };
75
151
  //# sourceMappingURL=notification2.mjs.map
@@ -1 +1 @@
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 customClass: {\n type: String,\n default: '',\n },\n dangerouslyUseHTMLString: {\n type: Boolean,\n default: false,\n },\n duration: {\n type: Number,\n default: 4500,\n },\n icon: {\n type: iconPropType,\n },\n id: {\n type: String,\n default: '',\n },\n message: {\n type: definePropType<string | VNode>([String, Object]),\n default: '',\n },\n offset: {\n type: Number,\n default: 0,\n },\n onClick: {\n type: definePropType<() => void>(Function),\n default: () => undefined,\n },\n onClose: {\n type: definePropType<() => void>(Function),\n required: true,\n },\n position: {\n type: String,\n values: ['top-right', 'top-left', 'bottom-right', 'bottom-left'],\n default: 'top-right',\n },\n showClose: {\n type: Boolean,\n default: true,\n },\n title: {\n type: String,\n default: '',\n },\n type: {\n type: String,\n values: [...notificationTypes, ''],\n default: '',\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 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":"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 >\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 { useNamespace } from '@element-plus/hooks'\nimport { notificationEmits, notificationProps } from './notification'\n\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElNotification',\n})\n\nconst props = defineProps(notificationProps)\ndefineEmits(notificationEmits)\n\nconst ns = useNamespace('notification')\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,\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 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":";;;;;;;;;;;;;;;;mCAkDc,CAAA;AAAA,EACZ,IAAM,EAAA,gBAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA,EAAA,GAAK,aAAa,cAAc,CAAA,CAAA;AACtC,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,OAAA;AAAA,QACL,CAAC,gBAAA,CAAiB,KAAQ,GAAA,CAAA,EAAG,KAAM,CAAA,MAAA,CAAA,EAAA,CAAA;AAAA,QACnC,QAAQ,KAAM,CAAA,MAAA;AAAA,OAChB,CAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAsB,SAAA,UAAA,GAAA;AACpB,MAAI,IAAA,KAAA,CAAM,WAAW,CAAG,EAAA;AACtB,QAAA,CAAA;AAAC,QAAC,CAAE,EAAA,IAAA,EAAM,KAAM,EAAA,GAAI,aAAa,MAAM;AACrC,UAAA,IAAI,OAAQ,CAAA,KAAA;AAAO,YAAM,KAAA,EAAA,CAAA;AAAA,SAC3B,EAAG,MAAM,QAAQ,CAAA,EAAA;AAAA,OACnB;AAAA,KACF;AAEA,IAAsB,SAAA,UAAA,GAAA;AACpB,MAAQ,KAAA,IAAA,IAAA,GAAA,KAAA,CAAA,GAAA,KAAA,EAAA,CAAA;AAAA,KACV;AAEA,IAAiB,SAAA,KAAA,GAAA;AACf,MAAA,OAAA,CAAQ,KAAQ,GAAA,KAAA,CAAA;AAAA,KAClB;AAEA,IAAA,SAAA,SAAA,CAAmB,EAAE,IAAuB,EAAA,EAAA;AAC1C,MAAA,IAAI,IAAS,KAAA,UAAA,CAAW,MAAU,IAAA,IAAA,KAAS,WAAW,SAAW,EAAA;AAC/D,QAAW,UAAA,EAAA,CAAA;AAAA,OACb,MAAA,IAAW,IAAS,KAAA,UAAA,CAAW,GAAK,EAAA;AAElC,QAAA,IAAI,QAAQ,KAAO,EAAA;AACjB,UAAM,KAAA,EAAA,CAAA;AAAA,SACR;AAAA,OACK,MAAA;AACL,QAAW,UAAA,EAAA,CAAA;AAAA,OACb;AAAA,KACF;AAGA,IAAA,SAAA,CAAU,MAAM;AACd,MAAW,UAAA,EAAA,CAAA;AACX,MAAA,OAAA,CAAQ,KAAQ,GAAA,IAAA,CAAA;AAAA,KACjB,CAAA,CAAA;AAED,IAAiB,gBAAA,CAAA,QAAA,EAAU,WAAW,SAAS,CAAA,CAAA;AAE/C,IAAa,MAAA,CAAA;AAAA,MACX,OAAA;AAAA,MAEA,KAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -2,8 +2,8 @@ import { isVNode, createVNode, render } from 'vue';
2
2
  import { isClient } from '@vueuse/core';
3
3
  import '../../../hooks/index.mjs';
4
4
  import '../../../utils/index.mjs';
5
- import NotificationConstructor from './notification.mjs';
6
- import { notificationTypes } from './notification2.mjs';
5
+ import NotificationConstructor from './notification2.mjs';
6
+ import { notificationTypes } from './notification.mjs';
7
7
  import { useZIndex } from '../../../hooks/use-z-index/index.mjs';
8
8
  import { isElement } from '../../../utils/types.mjs';
9
9
  import { isString } from '@vue/shared';
@@ -1,6 +1,6 @@
1
1
  import '../../utils/index.mjs';
2
- import PageHeader from './src/page-header.mjs';
3
- export { pageHeaderEmits, pageHeaderProps } from './src/page-header2.mjs';
2
+ import PageHeader from './src/page-header2.mjs';
3
+ export { pageHeaderEmits, pageHeaderProps } from './src/page-header.mjs';
4
4
  import { withInstall } from '../../utils/vue/install.mjs';
5
5
 
6
6
  const ElPageHeader = withInstall(PageHeader);