element-pe 2.2.63 → 2.2.65

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 (587) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +797 -473
  3. package/dist/index.full.min.js +16 -16
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +16 -16
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +793 -474
  8. package/es/component.mjs +2 -0
  9. package/es/component.mjs.map +1 -1
  10. package/es/components/affix/index.mjs +2 -2
  11. package/es/components/affix/src/affix.mjs +119 -26
  12. package/es/components/affix/src/affix.mjs.map +1 -1
  13. package/es/components/affix/src/affix2.mjs +26 -119
  14. package/es/components/affix/src/affix2.mjs.map +1 -1
  15. package/es/components/avatar/index.mjs +2 -2
  16. package/es/components/avatar/src/avatar.mjs +35 -76
  17. package/es/components/avatar/src/avatar.mjs.map +1 -1
  18. package/es/components/avatar/src/avatar2.mjs +76 -35
  19. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  20. package/es/components/carousel/index.mjs +2 -2
  21. package/es/components/carousel/src/carousel-item.mjs +69 -8
  22. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  23. package/es/components/carousel/src/carousel-item2.mjs +8 -69
  24. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  25. package/es/components/cascader/index.mjs +2 -2
  26. package/es/components/cascader/src/cascader.mjs +82 -639
  27. package/es/components/cascader/src/cascader.mjs.map +1 -1
  28. package/es/components/cascader/src/cascader2.mjs +639 -82
  29. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  30. package/es/components/cascader-panel/src/index.mjs +1 -1
  31. package/es/components/cascader-panel/src/menu.mjs +1 -1
  32. package/es/components/cascader-panel/src/node.mjs +116 -209
  33. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  34. package/es/components/cascader-panel/src/node2.mjs +209 -116
  35. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  36. package/es/components/cascader-panel/src/store.mjs +1 -1
  37. package/es/components/check-tag/index.mjs +2 -2
  38. package/es/components/check-tag/src/check-tag.mjs +31 -12
  39. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  40. package/es/components/check-tag/src/check-tag2.mjs +12 -31
  41. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  42. package/es/components/checkbox/index.mjs +2 -2
  43. package/es/components/checkbox/src/checkbox-button.mjs +1 -1
  44. package/es/components/checkbox/src/checkbox.mjs +121 -54
  45. package/es/components/checkbox/src/checkbox.mjs.map +1 -1
  46. package/es/components/checkbox/src/checkbox2.mjs +54 -121
  47. package/es/components/checkbox/src/checkbox2.mjs.map +1 -1
  48. package/es/components/col/index.mjs +2 -2
  49. package/es/components/col/src/col.mjs +43 -66
  50. package/es/components/col/src/col.mjs.map +1 -1
  51. package/es/components/col/src/col2.mjs +66 -43
  52. package/es/components/col/src/col2.mjs.map +1 -1
  53. package/es/components/collapse/index.mjs +2 -2
  54. package/es/components/collapse/src/collapse-item.mjs +99 -14
  55. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  56. package/es/components/collapse/src/collapse-item2.mjs +14 -99
  57. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  58. package/es/components/collection/index.mjs +1 -1
  59. package/es/components/collection/src/collection.mjs +10 -66
  60. package/es/components/collection/src/collection.mjs.map +1 -1
  61. package/es/components/collection/src/collection2.mjs +66 -10
  62. package/es/components/collection/src/collection2.mjs.map +1 -1
  63. package/es/components/countdown/index.mjs +2 -2
  64. package/es/components/countdown/src/countdown.mjs +23 -76
  65. package/es/components/countdown/src/countdown.mjs.map +1 -1
  66. package/es/components/countdown/src/countdown2.mjs +76 -23
  67. package/es/components/countdown/src/countdown2.mjs.map +1 -1
  68. package/es/components/descriptions/src/description2.mjs +1 -1
  69. package/es/components/descriptions/src/descriptions-row.mjs +64 -7
  70. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  71. package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
  72. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  73. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  74. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  75. package/es/components/dropdown/src/dropdown.mjs +2 -2
  76. package/es/components/dropdown/src/dropdown2.mjs +1 -1
  77. package/es/components/empty/index.mjs +2 -2
  78. package/es/components/empty/src/empty.mjs +55 -11
  79. package/es/components/empty/src/empty.mjs.map +1 -1
  80. package/es/components/empty/src/empty2.mjs +11 -55
  81. package/es/components/empty/src/empty2.mjs.map +1 -1
  82. package/es/components/image/index.mjs +2 -2
  83. package/es/components/image/src/image.mjs +226 -65
  84. package/es/components/image/src/image.mjs.map +1 -1
  85. package/es/components/image/src/image2.mjs +65 -226
  86. package/es/components/image/src/image2.mjs.map +1 -1
  87. package/es/components/index.d.ts +1 -0
  88. package/es/components/index.mjs +38 -34
  89. package/es/components/index.mjs.map +1 -1
  90. package/es/components/input-number/index.d.ts +4 -0
  91. package/es/components/input-number/src/input-number.d.ts +1 -0
  92. package/es/components/input-number/src/input-number.mjs +5 -0
  93. package/es/components/input-number/src/input-number.mjs.map +1 -1
  94. package/es/components/input-number/src/input-number.vue.d.ts +4 -0
  95. package/es/components/input-number/src/input-number2.mjs +2 -1
  96. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  97. package/es/components/menu/index.mjs +2 -2
  98. package/es/components/menu/src/menu-item.mjs +14 -97
  99. package/es/components/menu/src/menu-item.mjs.map +1 -1
  100. package/es/components/menu/src/menu-item2.mjs +97 -14
  101. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  102. package/es/components/notification/index.mjs +1 -1
  103. package/es/components/notification/src/notification.mjs +67 -151
  104. package/es/components/notification/src/notification.mjs.map +1 -1
  105. package/es/components/notification/src/notification2.mjs +151 -67
  106. package/es/components/notification/src/notification2.mjs.map +1 -1
  107. package/es/components/notification/src/notify.mjs +2 -2
  108. package/es/components/pagination/src/components/jumper.mjs +9 -60
  109. package/es/components/pagination/src/components/jumper.mjs.map +1 -1
  110. package/es/components/pagination/src/components/jumper2.mjs +60 -9
  111. package/es/components/pagination/src/components/jumper2.mjs.map +1 -1
  112. package/es/components/pagination/src/components/pager.mjs +218 -17
  113. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  114. package/es/components/pagination/src/components/pager2.mjs +17 -218
  115. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  116. package/es/components/pagination/src/components/sizes.mjs +70 -22
  117. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  118. package/es/components/pagination/src/components/sizes2.mjs +22 -70
  119. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  120. package/es/components/pagination/src/components/total.mjs +7 -28
  121. package/es/components/pagination/src/components/total.mjs.map +1 -1
  122. package/es/components/pagination/src/components/total2.mjs +28 -7
  123. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  124. package/es/components/pagination/src/pagination.mjs +4 -4
  125. package/es/components/popconfirm/index.mjs +2 -2
  126. package/es/components/popconfirm/src/popconfirm.mjs +110 -47
  127. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  128. package/es/components/popconfirm/src/popconfirm2.mjs +47 -110
  129. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  130. package/es/components/popover/index.mjs +2 -2
  131. package/es/components/popover/src/popover.mjs +111 -66
  132. package/es/components/popover/src/popover.mjs.map +1 -1
  133. package/es/components/popover/src/popover2.mjs +66 -111
  134. package/es/components/popover/src/popover2.mjs.map +1 -1
  135. package/es/components/popper/index.mjs +4 -4
  136. package/es/components/popper/src/content.mjs +94 -139
  137. package/es/components/popper/src/content.mjs.map +1 -1
  138. package/es/components/popper/src/content2.mjs +139 -94
  139. package/es/components/popper/src/content2.mjs.map +1 -1
  140. package/es/components/popper/src/trigger.mjs +121 -31
  141. package/es/components/popper/src/trigger.mjs.map +1 -1
  142. package/es/components/popper/src/trigger2.mjs +31 -121
  143. package/es/components/popper/src/trigger2.mjs.map +1 -1
  144. package/es/components/progress/index.mjs +2 -2
  145. package/es/components/progress/src/progress.mjs +204 -59
  146. package/es/components/progress/src/progress.mjs.map +1 -1
  147. package/es/components/progress/src/progress2.mjs +59 -204
  148. package/es/components/progress/src/progress2.mjs.map +1 -1
  149. package/es/components/radio/index.mjs +6 -6
  150. package/es/components/radio/src/radio-button.mjs +65 -9
  151. package/es/components/radio/src/radio-button.mjs.map +1 -1
  152. package/es/components/radio/src/radio-button2.mjs +9 -65
  153. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  154. package/es/components/radio/src/radio-group.mjs +70 -42
  155. package/es/components/radio/src/radio-group.mjs.map +1 -1
  156. package/es/components/radio/src/radio-group2.mjs +42 -70
  157. package/es/components/radio/src/radio-group2.mjs.map +1 -1
  158. package/es/components/radio/src/radio.mjs +74 -35
  159. package/es/components/radio/src/radio.mjs.map +1 -1
  160. package/es/components/radio/src/radio2.mjs +35 -74
  161. package/es/components/radio/src/radio2.mjs.map +1 -1
  162. package/es/components/rate/index.mjs +2 -2
  163. package/es/components/rate/src/rate.mjs +92 -258
  164. package/es/components/rate/src/rate.mjs.map +1 -1
  165. package/es/components/rate/src/rate2.mjs +258 -92
  166. package/es/components/rate/src/rate2.mjs.map +1 -1
  167. package/es/components/resizable-column/style/css.d.ts +2 -0
  168. package/es/components/resizable-column/style/css.mjs +3 -0
  169. package/es/components/resizable-column/style/css.mjs.map +1 -0
  170. package/es/components/resizable-column/style/index.d.ts +2 -0
  171. package/es/components/resizable-column/style/index.mjs +3 -0
  172. package/es/components/resizable-column/style/index.mjs.map +1 -0
  173. package/es/components/resizable-columns/index.d.ts +156 -0
  174. package/es/components/resizable-columns/index.mjs +15 -0
  175. package/es/components/resizable-columns/index.mjs.map +1 -0
  176. package/es/components/resizable-columns/src/constants.d.ts +24 -0
  177. package/es/components/resizable-columns/src/constants.mjs +4 -0
  178. package/es/components/resizable-columns/src/constants.mjs.map +1 -0
  179. package/es/components/resizable-columns/src/resizable-column.d.ts +10 -0
  180. package/es/components/resizable-columns/src/resizable-column.mjs +143 -0
  181. package/es/components/resizable-columns/src/resizable-column.mjs.map +1 -0
  182. package/es/components/resizable-columns/src/resizable-column.vue.d.ts +60 -0
  183. package/es/components/resizable-columns/src/resizable-column2.mjs +12 -0
  184. package/es/components/resizable-columns/src/resizable-column2.mjs.map +1 -0
  185. package/es/components/resizable-columns/src/resizable-columns.d.ts +9 -0
  186. package/es/components/resizable-columns/src/resizable-columns.mjs +17 -0
  187. package/es/components/resizable-columns/src/resizable-columns.mjs.map +1 -0
  188. package/es/components/resizable-columns/src/resizable-columns.vue.d.ts +34 -0
  189. package/es/components/resizable-columns/src/resizable-columns2.mjs +165 -0
  190. package/es/components/resizable-columns/src/resizable-columns2.mjs.map +1 -0
  191. package/es/components/resizable-columns/style/css.d.ts +2 -0
  192. package/es/components/resizable-columns/style/css.mjs +3 -0
  193. package/es/components/resizable-columns/style/css.mjs.map +1 -0
  194. package/es/components/resizable-columns/style/index.d.ts +2 -0
  195. package/es/components/resizable-columns/style/index.mjs +3 -0
  196. package/es/components/resizable-columns/style/index.mjs.map +1 -0
  197. package/es/components/roving-focus-group/index.mjs +3 -3
  198. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  199. package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
  200. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  201. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
  202. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  203. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  204. package/es/components/row/index.mjs +2 -2
  205. package/es/components/row/src/row.mjs +30 -45
  206. package/es/components/row/src/row.mjs.map +1 -1
  207. package/es/components/row/src/row2.mjs +45 -30
  208. package/es/components/row/src/row2.mjs.map +1 -1
  209. package/es/components/skeleton/index.mjs +4 -4
  210. package/es/components/skeleton/src/skeleton-item.mjs +23 -18
  211. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  212. package/es/components/skeleton/src/skeleton-item2.mjs +18 -23
  213. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  214. package/es/components/skeleton/src/skeleton.mjs +49 -22
  215. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  216. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  217. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  218. package/es/components/slider/index.d.ts +4 -0
  219. package/es/components/slider/index.mjs +2 -2
  220. package/es/components/slider/src/slider.mjs +237 -96
  221. package/es/components/slider/src/slider.mjs.map +1 -1
  222. package/es/components/slider/src/slider.vue.d.ts +4 -0
  223. package/es/components/slider/src/slider2.mjs +96 -237
  224. package/es/components/slider/src/slider2.mjs.map +1 -1
  225. package/es/components/steps/index.mjs +2 -2
  226. package/es/components/steps/src/steps.mjs +39 -36
  227. package/es/components/steps/src/steps.mjs.map +1 -1
  228. package/es/components/steps/src/steps2.mjs +36 -39
  229. package/es/components/steps/src/steps2.mjs.map +1 -1
  230. package/es/components/time-select/index.mjs +1 -1
  231. package/es/components/time-select/src/time-select.mjs +132 -55
  232. package/es/components/time-select/src/time-select.mjs.map +1 -1
  233. package/es/components/time-select/src/time-select2.mjs +55 -132
  234. package/es/components/time-select/src/time-select2.mjs.map +1 -1
  235. package/es/components/timeline/index.mjs +2 -2
  236. package/es/components/timeline/src/timeline-item.mjs +72 -42
  237. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  238. package/es/components/timeline/src/timeline-item2.mjs +42 -72
  239. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  240. package/es/components/tooltip/index.mjs +1 -1
  241. package/es/components/tooltip/src/content.mjs +1 -1
  242. package/es/components/tooltip/src/content2.mjs +1 -1
  243. package/es/components/tooltip/src/tooltip.mjs +1 -1
  244. package/es/components/tooltip/src/tooltip2.mjs +1 -1
  245. package/es/components/tooltip/src/trigger.mjs +73 -16
  246. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  247. package/es/components/tooltip/src/trigger2.mjs +16 -73
  248. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  249. package/es/components/tooltip-v2/index.mjs +5 -5
  250. package/es/components/tooltip-v2/src/arrow.mjs +22 -37
  251. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  252. package/es/components/tooltip-v2/src/arrow2.mjs +37 -22
  253. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  254. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  255. package/es/components/tooltip-v2/src/root.mjs +17 -82
  256. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  257. package/es/components/tooltip-v2/src/root2.mjs +82 -17
  258. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  259. package/es/components/tooltip-v2/src/tooltip.mjs +78 -21
  260. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  261. package/es/components/tooltip-v2/src/tooltip2.mjs +21 -78
  262. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  263. package/es/components/tooltip-v2/src/trigger.mjs +12 -91
  264. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  265. package/es/components/tooltip-v2/src/trigger2.mjs +91 -12
  266. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  267. package/es/components/upload/index.mjs +4 -4
  268. package/es/components/upload/src/upload-content.mjs +1 -1
  269. package/es/components/upload/src/upload-content2.mjs +2 -2
  270. package/es/components/upload/src/upload-dragger.mjs +11 -72
  271. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  272. package/es/components/upload/src/upload-dragger2.mjs +72 -11
  273. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  274. package/es/components/upload/src/upload-list.mjs +26 -177
  275. package/es/components/upload/src/upload-list.mjs.map +1 -1
  276. package/es/components/upload/src/upload-list2.mjs +177 -26
  277. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  278. package/es/components/upload/src/upload.mjs +119 -105
  279. package/es/components/upload/src/upload.mjs.map +1 -1
  280. package/es/components/upload/src/upload2.mjs +105 -119
  281. package/es/components/upload/src/upload2.mjs.map +1 -1
  282. package/es/components/upload/src/use-handlers.mjs +1 -1
  283. package/es/components/visual-hidden/index.mjs +3 -3
  284. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  285. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  286. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  287. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  288. package/es/index.mjs +38 -34
  289. package/es/index.mjs.map +1 -1
  290. package/lib/component.js +23 -21
  291. package/lib/component.js.map +1 -1
  292. package/lib/components/affix/index.js +2 -2
  293. package/lib/components/affix/src/affix.js +119 -27
  294. package/lib/components/affix/src/affix.js.map +1 -1
  295. package/lib/components/affix/src/affix2.js +27 -119
  296. package/lib/components/affix/src/affix2.js.map +1 -1
  297. package/lib/components/avatar/index.js +2 -2
  298. package/lib/components/avatar/src/avatar.js +35 -75
  299. package/lib/components/avatar/src/avatar.js.map +1 -1
  300. package/lib/components/avatar/src/avatar2.js +75 -35
  301. package/lib/components/avatar/src/avatar2.js.map +1 -1
  302. package/lib/components/carousel/index.js +2 -2
  303. package/lib/components/carousel/src/carousel-item.js +69 -8
  304. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  305. package/lib/components/carousel/src/carousel-item2.js +8 -69
  306. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  307. package/lib/components/cascader/index.js +2 -2
  308. package/lib/components/cascader/src/cascader.js +83 -639
  309. package/lib/components/cascader/src/cascader.js.map +1 -1
  310. package/lib/components/cascader/src/cascader2.js +639 -83
  311. package/lib/components/cascader/src/cascader2.js.map +1 -1
  312. package/lib/components/cascader-panel/src/index.js +1 -1
  313. package/lib/components/cascader-panel/src/menu.js +1 -1
  314. package/lib/components/cascader-panel/src/node.js +116 -209
  315. package/lib/components/cascader-panel/src/node.js.map +1 -1
  316. package/lib/components/cascader-panel/src/node2.js +209 -116
  317. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  318. package/lib/components/cascader-panel/src/store.js +1 -1
  319. package/lib/components/check-tag/index.js +2 -2
  320. package/lib/components/check-tag/src/check-tag.js +31 -13
  321. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  322. package/lib/components/check-tag/src/check-tag2.js +13 -31
  323. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  324. package/lib/components/checkbox/index.js +2 -2
  325. package/lib/components/checkbox/src/checkbox-button.js +1 -1
  326. package/lib/components/checkbox/src/checkbox.js +121 -55
  327. package/lib/components/checkbox/src/checkbox.js.map +1 -1
  328. package/lib/components/checkbox/src/checkbox2.js +55 -121
  329. package/lib/components/checkbox/src/checkbox2.js.map +1 -1
  330. package/lib/components/col/index.js +2 -2
  331. package/lib/components/col/src/col.js +43 -66
  332. package/lib/components/col/src/col.js.map +1 -1
  333. package/lib/components/col/src/col2.js +66 -43
  334. package/lib/components/col/src/col2.js.map +1 -1
  335. package/lib/components/collapse/index.js +2 -2
  336. package/lib/components/collapse/src/collapse-item.js +99 -14
  337. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  338. package/lib/components/collapse/src/collapse-item2.js +14 -99
  339. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  340. package/lib/components/collection/index.js +1 -1
  341. package/lib/components/collection/src/collection.js +9 -66
  342. package/lib/components/collection/src/collection.js.map +1 -1
  343. package/lib/components/collection/src/collection2.js +66 -9
  344. package/lib/components/collection/src/collection2.js.map +1 -1
  345. package/lib/components/countdown/index.js +2 -2
  346. package/lib/components/countdown/src/countdown.js +24 -76
  347. package/lib/components/countdown/src/countdown.js.map +1 -1
  348. package/lib/components/countdown/src/countdown2.js +76 -24
  349. package/lib/components/countdown/src/countdown2.js.map +1 -1
  350. package/lib/components/descriptions/src/description2.js +1 -1
  351. package/lib/components/descriptions/src/descriptions-row.js +64 -7
  352. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  353. package/lib/components/descriptions/src/descriptions-row2.js +7 -64
  354. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  355. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  356. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  357. package/lib/components/dropdown/src/dropdown.js +2 -2
  358. package/lib/components/dropdown/src/dropdown2.js +1 -1
  359. package/lib/components/empty/index.js +2 -2
  360. package/lib/components/empty/src/empty.js +55 -11
  361. package/lib/components/empty/src/empty.js.map +1 -1
  362. package/lib/components/empty/src/empty2.js +11 -55
  363. package/lib/components/empty/src/empty2.js.map +1 -1
  364. package/lib/components/image/index.js +2 -2
  365. package/lib/components/image/src/image.js +225 -65
  366. package/lib/components/image/src/image.js.map +1 -1
  367. package/lib/components/image/src/image2.js +65 -225
  368. package/lib/components/image/src/image2.js.map +1 -1
  369. package/lib/components/index.d.ts +1 -0
  370. package/lib/components/index.js +56 -47
  371. package/lib/components/index.js.map +1 -1
  372. package/lib/components/input-number/index.d.ts +4 -0
  373. package/lib/components/input-number/src/input-number.d.ts +1 -0
  374. package/lib/components/input-number/src/input-number.js +5 -0
  375. package/lib/components/input-number/src/input-number.js.map +1 -1
  376. package/lib/components/input-number/src/input-number.vue.d.ts +4 -0
  377. package/lib/components/input-number/src/input-number2.js +2 -1
  378. package/lib/components/input-number/src/input-number2.js.map +1 -1
  379. package/lib/components/menu/index.js +2 -2
  380. package/lib/components/menu/src/menu-item.js +15 -97
  381. package/lib/components/menu/src/menu-item.js.map +1 -1
  382. package/lib/components/menu/src/menu-item2.js +97 -15
  383. package/lib/components/menu/src/menu-item2.js.map +1 -1
  384. package/lib/components/notification/index.js +1 -1
  385. package/lib/components/notification/src/notification.js +68 -150
  386. package/lib/components/notification/src/notification.js.map +1 -1
  387. package/lib/components/notification/src/notification2.js +150 -68
  388. package/lib/components/notification/src/notification2.js.map +1 -1
  389. package/lib/components/notification/src/notify.js +2 -2
  390. package/lib/components/pagination/src/components/jumper.js +9 -60
  391. package/lib/components/pagination/src/components/jumper.js.map +1 -1
  392. package/lib/components/pagination/src/components/jumper2.js +60 -9
  393. package/lib/components/pagination/src/components/jumper2.js.map +1 -1
  394. package/lib/components/pagination/src/components/pager.js +218 -17
  395. package/lib/components/pagination/src/components/pager.js.map +1 -1
  396. package/lib/components/pagination/src/components/pager2.js +17 -218
  397. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  398. package/lib/components/pagination/src/components/sizes.js +70 -22
  399. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  400. package/lib/components/pagination/src/components/sizes2.js +22 -70
  401. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  402. package/lib/components/pagination/src/components/total.js +7 -28
  403. package/lib/components/pagination/src/components/total.js.map +1 -1
  404. package/lib/components/pagination/src/components/total2.js +28 -7
  405. package/lib/components/pagination/src/components/total2.js.map +1 -1
  406. package/lib/components/pagination/src/pagination.js +4 -4
  407. package/lib/components/popconfirm/index.js +2 -2
  408. package/lib/components/popconfirm/src/popconfirm.js +110 -48
  409. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  410. package/lib/components/popconfirm/src/popconfirm2.js +48 -110
  411. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  412. package/lib/components/popover/index.js +2 -2
  413. package/lib/components/popover/src/popover.js +111 -67
  414. package/lib/components/popover/src/popover.js.map +1 -1
  415. package/lib/components/popover/src/popover2.js +67 -111
  416. package/lib/components/popover/src/popover2.js.map +1 -1
  417. package/lib/components/popper/index.js +4 -4
  418. package/lib/components/popper/src/content.js +99 -139
  419. package/lib/components/popper/src/content.js.map +1 -1
  420. package/lib/components/popper/src/content2.js +139 -99
  421. package/lib/components/popper/src/content2.js.map +1 -1
  422. package/lib/components/popper/src/trigger.js +121 -32
  423. package/lib/components/popper/src/trigger.js.map +1 -1
  424. package/lib/components/popper/src/trigger2.js +32 -121
  425. package/lib/components/popper/src/trigger2.js.map +1 -1
  426. package/lib/components/progress/index.js +2 -2
  427. package/lib/components/progress/src/progress.js +204 -59
  428. package/lib/components/progress/src/progress.js.map +1 -1
  429. package/lib/components/progress/src/progress2.js +59 -204
  430. package/lib/components/progress/src/progress2.js.map +1 -1
  431. package/lib/components/radio/index.js +6 -6
  432. package/lib/components/radio/src/radio-button.js +65 -9
  433. package/lib/components/radio/src/radio-button.js.map +1 -1
  434. package/lib/components/radio/src/radio-button2.js +9 -65
  435. package/lib/components/radio/src/radio-button2.js.map +1 -1
  436. package/lib/components/radio/src/radio-group.js +70 -43
  437. package/lib/components/radio/src/radio-group.js.map +1 -1
  438. package/lib/components/radio/src/radio-group2.js +43 -70
  439. package/lib/components/radio/src/radio-group2.js.map +1 -1
  440. package/lib/components/radio/src/radio.js +74 -37
  441. package/lib/components/radio/src/radio.js.map +1 -1
  442. package/lib/components/radio/src/radio2.js +37 -74
  443. package/lib/components/radio/src/radio2.js.map +1 -1
  444. package/lib/components/rate/index.js +2 -2
  445. package/lib/components/rate/src/rate.js +92 -257
  446. package/lib/components/rate/src/rate.js.map +1 -1
  447. package/lib/components/rate/src/rate2.js +257 -92
  448. package/lib/components/rate/src/rate2.js.map +1 -1
  449. package/lib/components/resizable-column/style/css.d.ts +2 -0
  450. package/lib/components/resizable-column/style/css.js +6 -0
  451. package/lib/components/resizable-column/style/css.js.map +1 -0
  452. package/lib/components/resizable-column/style/index.d.ts +2 -0
  453. package/lib/components/resizable-column/style/index.js +6 -0
  454. package/lib/components/resizable-column/style/index.js.map +1 -0
  455. package/lib/components/resizable-columns/index.d.ts +156 -0
  456. package/lib/components/resizable-columns/index.js +24 -0
  457. package/lib/components/resizable-columns/index.js.map +1 -0
  458. package/lib/components/resizable-columns/src/constants.d.ts +24 -0
  459. package/lib/components/resizable-columns/src/constants.js +8 -0
  460. package/lib/components/resizable-columns/src/constants.js.map +1 -0
  461. package/lib/components/resizable-columns/src/resizable-column.d.ts +10 -0
  462. package/lib/components/resizable-columns/src/resizable-column.js +147 -0
  463. package/lib/components/resizable-columns/src/resizable-column.js.map +1 -0
  464. package/lib/components/resizable-columns/src/resizable-column.vue.d.ts +60 -0
  465. package/lib/components/resizable-columns/src/resizable-column2.js +16 -0
  466. package/lib/components/resizable-columns/src/resizable-column2.js.map +1 -0
  467. package/lib/components/resizable-columns/src/resizable-columns.d.ts +9 -0
  468. package/lib/components/resizable-columns/src/resizable-columns.js +21 -0
  469. package/lib/components/resizable-columns/src/resizable-columns.js.map +1 -0
  470. package/lib/components/resizable-columns/src/resizable-columns.vue.d.ts +34 -0
  471. package/lib/components/resizable-columns/src/resizable-columns2.js +169 -0
  472. package/lib/components/resizable-columns/src/resizable-columns2.js.map +1 -0
  473. package/lib/components/resizable-columns/style/css.d.ts +2 -0
  474. package/lib/components/resizable-columns/style/css.js +6 -0
  475. package/lib/components/resizable-columns/style/css.js.map +1 -0
  476. package/lib/components/resizable-columns/style/index.d.ts +2 -0
  477. package/lib/components/resizable-columns/style/index.js +6 -0
  478. package/lib/components/resizable-columns/style/index.js.map +1 -0
  479. package/lib/components/roving-focus-group/index.js +2 -2
  480. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  481. package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
  482. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  483. package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
  484. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  485. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  486. package/lib/components/row/index.js +2 -2
  487. package/lib/components/row/src/row.js +32 -45
  488. package/lib/components/row/src/row.js.map +1 -1
  489. package/lib/components/row/src/row2.js +45 -32
  490. package/lib/components/row/src/row2.js.map +1 -1
  491. package/lib/components/skeleton/index.js +4 -4
  492. package/lib/components/skeleton/src/skeleton-item.js +23 -18
  493. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  494. package/lib/components/skeleton/src/skeleton-item2.js +18 -23
  495. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  496. package/lib/components/skeleton/src/skeleton.js +49 -22
  497. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  498. package/lib/components/skeleton/src/skeleton2.js +22 -49
  499. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  500. package/lib/components/slider/index.d.ts +4 -0
  501. package/lib/components/slider/index.js +2 -2
  502. package/lib/components/slider/src/slider.js +237 -97
  503. package/lib/components/slider/src/slider.js.map +1 -1
  504. package/lib/components/slider/src/slider.vue.d.ts +4 -0
  505. package/lib/components/slider/src/slider2.js +97 -237
  506. package/lib/components/slider/src/slider2.js.map +1 -1
  507. package/lib/components/steps/index.js +2 -2
  508. package/lib/components/steps/src/steps.js +39 -37
  509. package/lib/components/steps/src/steps.js.map +1 -1
  510. package/lib/components/steps/src/steps2.js +37 -39
  511. package/lib/components/steps/src/steps2.js.map +1 -1
  512. package/lib/components/time-select/index.js +1 -1
  513. package/lib/components/time-select/src/time-select.js +137 -55
  514. package/lib/components/time-select/src/time-select.js.map +1 -1
  515. package/lib/components/time-select/src/time-select2.js +55 -137
  516. package/lib/components/time-select/src/time-select2.js.map +1 -1
  517. package/lib/components/timeline/index.js +2 -2
  518. package/lib/components/timeline/src/timeline-item.js +72 -42
  519. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  520. package/lib/components/timeline/src/timeline-item2.js +42 -72
  521. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  522. package/lib/components/tooltip/index.js +1 -1
  523. package/lib/components/tooltip/src/content.js +1 -1
  524. package/lib/components/tooltip/src/content2.js +1 -1
  525. package/lib/components/tooltip/src/tooltip.js +1 -1
  526. package/lib/components/tooltip/src/tooltip2.js +1 -1
  527. package/lib/components/tooltip/src/trigger.js +73 -16
  528. package/lib/components/tooltip/src/trigger.js.map +1 -1
  529. package/lib/components/tooltip/src/trigger2.js +16 -73
  530. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  531. package/lib/components/tooltip-v2/index.js +5 -5
  532. package/lib/components/tooltip-v2/src/arrow.js +23 -37
  533. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  534. package/lib/components/tooltip-v2/src/arrow2.js +37 -23
  535. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  536. package/lib/components/tooltip-v2/src/content2.js +1 -1
  537. package/lib/components/tooltip-v2/src/root.js +17 -82
  538. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  539. package/lib/components/tooltip-v2/src/root2.js +82 -17
  540. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  541. package/lib/components/tooltip-v2/src/tooltip.js +78 -21
  542. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  543. package/lib/components/tooltip-v2/src/tooltip2.js +21 -78
  544. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  545. package/lib/components/tooltip-v2/src/trigger.js +12 -91
  546. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  547. package/lib/components/tooltip-v2/src/trigger2.js +91 -12
  548. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  549. package/lib/components/upload/index.js +4 -4
  550. package/lib/components/upload/src/upload-content.js +1 -1
  551. package/lib/components/upload/src/upload-content2.js +2 -2
  552. package/lib/components/upload/src/upload-dragger.js +12 -72
  553. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  554. package/lib/components/upload/src/upload-dragger2.js +72 -12
  555. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  556. package/lib/components/upload/src/upload-list.js +27 -177
  557. package/lib/components/upload/src/upload-list.js.map +1 -1
  558. package/lib/components/upload/src/upload-list2.js +177 -27
  559. package/lib/components/upload/src/upload-list2.js.map +1 -1
  560. package/lib/components/upload/src/upload.js +119 -108
  561. package/lib/components/upload/src/upload.js.map +1 -1
  562. package/lib/components/upload/src/upload2.js +108 -119
  563. package/lib/components/upload/src/upload2.js.map +1 -1
  564. package/lib/components/upload/src/use-handlers.js +1 -1
  565. package/lib/components/visual-hidden/index.js +2 -2
  566. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  567. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  568. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  569. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  570. package/lib/index.js +145 -136
  571. package/lib/index.js.map +1 -1
  572. package/package.json +1 -1
  573. package/theme-chalk/el-input-number.css +1 -1
  574. package/theme-chalk/el-input.css +1 -1
  575. package/theme-chalk/el-resizable-column.css +0 -0
  576. package/theme-chalk/el-resizable-columns.css +1 -0
  577. package/theme-chalk/el-select-v2.css +1 -1
  578. package/theme-chalk/el-select.css +1 -1
  579. package/theme-chalk/index.css +1 -1
  580. package/theme-chalk/src/index.scss +1 -0
  581. package/theme-chalk/src/input-number.scss +10 -0
  582. package/theme-chalk/src/input.scss +7 -1
  583. package/theme-chalk/src/resizable-column.scss +0 -0
  584. package/theme-chalk/src/resizable-columns.scss +64 -0
  585. package/theme-chalk/src/select-v2.scss +4 -0
  586. package/theme-chalk/src/select.scss +12 -0
  587. package/web-types.json +1 -1
@@ -1,156 +1,72 @@
1
- import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, unref, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createElementBlock, Fragment, vShow, withModifiers, createVNode } from 'vue';
2
- import { useTimeoutFn, useEventListener } from '@vueuse/core';
3
1
  import '../../../utils/index.mjs';
4
- import '../../../constants/index.mjs';
5
- import { ElIcon } from '../../icon/index.mjs';
6
- import '../../config-provider/index.mjs';
7
- import { notificationProps, notificationEmits } from './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';
2
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
3
+ import { iconPropType } from '../../../utils/vue/icon.mjs';
12
4
 
13
- const _hoisted_1 = ["id"];
14
- const _hoisted_2 = ["textContent"];
15
- const _hoisted_3 = { key: 0 };
16
- const _hoisted_4 = ["innerHTML"];
17
- const __default__ = defineComponent({
18
- name: "ElNotification"
5
+ const notificationTypes = [
6
+ "success",
7
+ "info",
8
+ "warning",
9
+ "error"
10
+ ];
11
+ const notificationProps = buildProps({
12
+ customClass: {
13
+ type: String,
14
+ default: ""
15
+ },
16
+ dangerouslyUseHTMLString: {
17
+ type: Boolean,
18
+ default: false
19
+ },
20
+ duration: {
21
+ type: Number,
22
+ default: 4500
23
+ },
24
+ icon: {
25
+ type: iconPropType
26
+ },
27
+ id: {
28
+ type: String,
29
+ default: ""
30
+ },
31
+ message: {
32
+ type: definePropType([String, Object]),
33
+ default: ""
34
+ },
35
+ offset: {
36
+ type: Number,
37
+ default: 0
38
+ },
39
+ onClick: {
40
+ type: definePropType(Function),
41
+ default: () => void 0
42
+ },
43
+ onClose: {
44
+ type: definePropType(Function),
45
+ required: true
46
+ },
47
+ position: {
48
+ type: String,
49
+ values: ["top-right", "top-left", "bottom-right", "bottom-left"],
50
+ default: "top-right"
51
+ },
52
+ showClose: {
53
+ type: Boolean,
54
+ default: true
55
+ },
56
+ title: {
57
+ type: String,
58
+ default: ""
59
+ },
60
+ type: {
61
+ type: String,
62
+ values: [...notificationTypes, ""],
63
+ default: ""
64
+ },
65
+ zIndex: Number
19
66
  });
20
- const _sfc_main = /* @__PURE__ */ defineComponent({
21
- ...__default__,
22
- props: notificationProps,
23
- emits: notificationEmits,
24
- setup(__props, { expose }) {
25
- const props = __props;
26
- const forEditor = useGlobalConfig("forEditor");
27
- const { ns, zIndex } = useGlobalComponentSettings("notification");
28
- const { nextZIndex, currentZIndex } = zIndex;
29
- const { Close } = CloseComponents;
30
- const visible = ref(false);
31
- let timer = void 0;
32
- const typeClass = computed(() => {
33
- const type = props.type;
34
- return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
35
- });
36
- const iconComponent = computed(() => {
37
- if (!props.type)
38
- return props.icon;
39
- return TypeComponentsMap[props.type] || props.icon;
40
- });
41
- const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
42
- const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
43
- const positionStyle = computed(() => {
44
- var _a;
45
- return {
46
- [verticalProperty.value]: `${props.offset}px`,
47
- zIndex: (_a = props.zIndex) != null ? _a : currentZIndex.value
48
- };
49
- });
50
- function startTimer() {
51
- if (props.duration > 0) {
52
- ;
53
- ({ stop: timer } = useTimeoutFn(() => {
54
- if (visible.value)
55
- close();
56
- }, props.duration));
57
- }
58
- }
59
- function clearTimer() {
60
- timer == null ? void 0 : timer();
61
- }
62
- function close() {
63
- visible.value = false;
64
- }
65
- function onKeydown({ code }) {
66
- if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
67
- clearTimer();
68
- } else if (code === EVENT_CODE.esc) {
69
- if (visible.value) {
70
- close();
71
- }
72
- } else {
73
- startTimer();
74
- }
75
- }
76
- onMounted(() => {
77
- startTimer();
78
- nextZIndex();
79
- visible.value = true;
80
- });
81
- useEventListener(document, "keydown", onKeydown);
82
- expose({
83
- visible,
84
- close
85
- });
86
- return (_ctx, _cache) => {
87
- return openBlock(), createBlock(Transition, {
88
- name: unref(ns).b("fade"),
89
- onBeforeLeave: _ctx.onClose,
90
- onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
91
- duration: unref(forEditor) ? -1 : 0,
92
- persisted: ""
93
- }, {
94
- default: withCtx(() => [
95
- withDirectives(createElementVNode("div", {
96
- id: _ctx.id,
97
- class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
98
- style: normalizeStyle(unref(positionStyle)),
99
- role: "alert",
100
- onMouseenter: clearTimer,
101
- onMouseleave: startTimer,
102
- onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
103
- }, [
104
- unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
105
- key: 0,
106
- class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
107
- }, {
108
- default: withCtx(() => [
109
- (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
110
- ]),
111
- _: 1
112
- }, 8, ["class"])) : createCommentVNode("v-if", true),
113
- createElementVNode("div", {
114
- class: normalizeClass(unref(ns).e("group"))
115
- }, [
116
- createElementVNode("h2", {
117
- class: normalizeClass(unref(ns).e("title")),
118
- textContent: toDisplayString(_ctx.title)
119
- }, null, 10, _hoisted_2),
120
- withDirectives(createElementVNode("div", {
121
- class: normalizeClass(unref(ns).e("content")),
122
- style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
123
- }, [
124
- renderSlot(_ctx.$slots, "default", {}, () => [
125
- !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
126
- createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
127
- createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
128
- ], 2112))
129
- ])
130
- ], 6), [
131
- [vShow, _ctx.message]
132
- ]),
133
- _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
134
- key: 0,
135
- class: normalizeClass(unref(ns).e("closeBtn")),
136
- onClick: withModifiers(close, ["stop"])
137
- }, {
138
- default: withCtx(() => [
139
- createVNode(unref(Close))
140
- ]),
141
- _: 1
142
- }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
143
- ], 2)
144
- ], 46, _hoisted_1), [
145
- [vShow, visible.value]
146
- ])
147
- ]),
148
- _: 3
149
- }, 8, ["name", "onBeforeLeave", "duration"]);
150
- };
151
- }
152
- });
153
- var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
67
+ const notificationEmits = {
68
+ destroy: () => true
69
+ };
154
70
 
155
- export { NotificationConstructor as default };
71
+ export { notificationEmits, notificationProps, notificationTypes };
156
72
  //# sourceMappingURL=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 :duration=\"forEditor ? -1 : 0\"\n >\n <div\n v-show=\"visible\"\n :id=\"id\"\n :class=\"[ns.b(), customClass, horizontalClass]\"\n :style=\"positionStyle\"\n role=\"alert\"\n @mouseenter=\"clearTimer\"\n @mouseleave=\"startTimer\"\n @click=\"onClick\"\n >\n <el-icon v-if=\"iconComponent\" :class=\"[ns.e('icon'), typeClass]\">\n <component :is=\"iconComponent\" />\n </el-icon>\n <div :class=\"ns.e('group')\">\n <h2 :class=\"ns.e('title')\" v-text=\"title\" />\n <div\n v-show=\"message\"\n :class=\"ns.e('content')\"\n :style=\"!!title ? undefined : { margin: 0 }\"\n >\n <slot>\n <p v-if=\"!dangerouslyUseHTMLString\">{{ message }}</p>\n <!-- Caution here, message could've been compromised, never use user's input as message -->\n <p v-else v-html=\"message\" />\n </slot>\n </div>\n <el-icon v-if=\"showClose\" :class=\"ns.e('closeBtn')\" @click.stop=\"close\">\n <Close />\n </el-icon>\n </div>\n </div>\n </transition>\n</template>\n<script lang=\"ts\" setup>\nimport { computed, onMounted, ref } from 'vue'\nimport { useEventListener, useTimeoutFn } from '@vueuse/core'\nimport { CloseComponents, TypeComponentsMap } from '@element-plus/utils'\nimport { EVENT_CODE } from '@element-plus/constants'\nimport { ElIcon } from '@element-plus/components/icon'\nimport { useGlobalComponentSettings, useGlobalConfig } from '../../config-provider'\nimport { notificationEmits, notificationProps } from './notification'\n\nimport type { CSSProperties } from 'vue'\n\nconst forEditor = useGlobalConfig('forEditor')\n\ndefineOptions({\n name: 'ElNotification',\n})\n\nconst props = defineProps(notificationProps)\ndefineEmits(notificationEmits)\n\nconst { ns, zIndex } = useGlobalComponentSettings('notification')\nconst { nextZIndex, currentZIndex } = zIndex\n\nconst { Close } = CloseComponents\n\nconst visible = ref(false)\nlet timer: (() => void) | undefined = undefined\n\nconst typeClass = computed(() => {\n const type = props.type\n return type && TypeComponentsMap[props.type] ? ns.m(type) : ''\n})\n\nconst iconComponent = computed(() => {\n if (!props.type) return props.icon\n return TypeComponentsMap[props.type] || props.icon\n})\n\nconst horizontalClass = computed(() =>\n props.position.endsWith('right') ? 'right' : 'left'\n)\n\nconst verticalProperty = computed(() =>\n props.position.startsWith('top') ? 'top' : 'bottom'\n)\n\nconst positionStyle = computed<CSSProperties>(() => {\n return {\n [verticalProperty.value]: `${props.offset}px`,\n zIndex: props.zIndex ?? currentZIndex.value,\n }\n})\n\nfunction startTimer() {\n if (props.duration > 0) {\n ;({ stop: timer } = useTimeoutFn(() => {\n if (visible.value) close()\n }, props.duration))\n }\n}\n\nfunction clearTimer() {\n timer?.()\n}\n\nfunction close() {\n visible.value = false\n}\n\nfunction onKeydown({ code }: KeyboardEvent) {\n if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {\n clearTimer() // press delete/backspace clear timer\n } else if (code === EVENT_CODE.esc) {\n // press esc to close the notification\n if (visible.value) {\n close()\n }\n } else {\n startTimer() // resume timer\n }\n}\n\n// lifecycle\nonMounted(() => {\n startTimer()\n nextZIndex()\n visible.value = true\n})\n\nuseEventListener(document, 'keydown', onKeydown)\n\ndefineExpose({\n visible,\n /** @description close notification */\n close,\n})\n</script>\n"],"names":[],"mappings":"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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 /**\n * @description custom class name for Notification\n */\n customClass: {\n type: String,\n default: '',\n },\n /**\n * @description whether `message` is treated as HTML string\n */\n dangerouslyUseHTMLString: {\n type: Boolean,\n default: false,\n },\n /**\n * @description duration before close. It will not automatically close if set 0\n */\n duration: {\n type: Number,\n default: 4500,\n },\n /**\n * @description custom icon component. It will be overridden by `type`\n */\n icon: {\n type: iconPropType,\n },\n /**\n * @description notification dom id\n */\n id: {\n type: String,\n default: '',\n },\n /**\n * @description description text\n */\n message: {\n type: definePropType<string | VNode>([String, Object]),\n default: '',\n },\n /**\n * @description offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset\n */\n offset: {\n type: Number,\n default: 0,\n },\n /**\n * @description callback function when notification clicked\n */\n onClick: {\n type: definePropType<() => void>(Function),\n default: () => undefined,\n },\n /**\n * @description callback function when closed\n */\n onClose: {\n type: definePropType<() => void>(Function),\n required: true,\n },\n /**\n * @description custom position\n */\n position: {\n type: String,\n values: ['top-right', 'top-left', 'bottom-right', 'bottom-left'],\n default: 'top-right',\n },\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: true,\n },\n /**\n * @description title\n */\n title: {\n type: String,\n default: '',\n },\n /**\n * @description notification type\n */\n type: {\n type: String,\n values: [...notificationTypes, ''],\n default: '',\n },\n /**\n * @description initial zIndex\n */\n zIndex: Number,\n} as const)\nexport type NotificationProps = ExtractPropTypes<typeof notificationProps>\n\nexport const notificationEmits = {\n destroy: () => true,\n}\nexport type NotificationEmits = typeof notificationEmits\n\nexport type NotificationInstance = InstanceType<typeof Notification>\n\nexport type NotificationOptions = Omit<NotificationProps, 'id'> & {\n /**\n * @description set the root element for the notification, default to `document.body`\n */\n appendTo?: HTMLElement | string\n}\nexport type NotificationOptionsTyped = Omit<NotificationOptions, 'type'>\n\nexport interface NotificationHandle {\n close: () => void\n}\n\nexport type NotificationParams = Partial<NotificationOptions> | string | VNode\nexport type NotificationParamsTyped =\n | Partial<NotificationOptionsTyped>\n | string\n | VNode\n\nexport type NotifyFn = ((\n options?: NotificationParams\n) => NotificationHandle) & { closeAll: () => void }\n\nexport type NotifyTypedFn = (\n options?: NotificationParamsTyped\n) => NotificationHandle\n\nexport interface Notify extends NotifyFn {\n success: NotifyTypedFn\n warning: NotifyTypedFn\n error: NotifyTypedFn\n info: NotifyTypedFn\n}\n\nexport interface NotificationQueueItem {\n vm: VNode\n}\n\nexport type NotificationQueue = NotificationQueueItem[]\n"],"names":[],"mappings":";;;;AACY,MAAC,iBAAiB,GAAG;AACjC,EAAE,SAAS;AACX,EAAE,MAAM;AACR,EAAE,SAAS;AACX,EAAE,OAAO;AACT,EAAE;AACU,MAAC,iBAAiB,GAAG,UAAU,CAAC;AAC5C,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,wBAAwB,EAAE;AAC5B,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC;AACzB,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,aAAa,CAAC;AACpE,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,GAAG,iBAAiB,EAAE,EAAE,CAAC;AACtC,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE,MAAM;AAChB,CAAC,EAAE;AACS,MAAC,iBAAiB,GAAG;AACjC,EAAE,OAAO,EAAE,MAAM,IAAI;AACrB;;;;"}
@@ -1,72 +1,156 @@
1
+ import { defineComponent, ref, computed, onMounted, openBlock, createBlock, Transition, unref, withCtx, withDirectives, createElementVNode, normalizeClass, normalizeStyle, resolveDynamicComponent, createCommentVNode, toDisplayString, renderSlot, createElementBlock, Fragment, vShow, withModifiers, createVNode } from 'vue';
2
+ import { useTimeoutFn, useEventListener } from '@vueuse/core';
1
3
  import '../../../utils/index.mjs';
2
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
3
- import { iconPropType } from '../../../utils/vue/icon.mjs';
4
+ import '../../../constants/index.mjs';
5
+ import { ElIcon } from '../../icon/index.mjs';
6
+ import '../../config-provider/index.mjs';
7
+ import { notificationProps, notificationEmits } from './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';
4
12
 
5
- const notificationTypes = [
6
- "success",
7
- "info",
8
- "warning",
9
- "error"
10
- ];
11
- const notificationProps = buildProps({
12
- customClass: {
13
- type: String,
14
- default: ""
15
- },
16
- dangerouslyUseHTMLString: {
17
- type: Boolean,
18
- default: false
19
- },
20
- duration: {
21
- type: Number,
22
- default: 4500
23
- },
24
- icon: {
25
- type: iconPropType
26
- },
27
- id: {
28
- type: String,
29
- default: ""
30
- },
31
- message: {
32
- type: definePropType([String, Object]),
33
- default: ""
34
- },
35
- offset: {
36
- type: Number,
37
- default: 0
38
- },
39
- onClick: {
40
- type: definePropType(Function),
41
- default: () => void 0
42
- },
43
- onClose: {
44
- type: definePropType(Function),
45
- required: true
46
- },
47
- position: {
48
- type: String,
49
- values: ["top-right", "top-left", "bottom-right", "bottom-left"],
50
- default: "top-right"
51
- },
52
- showClose: {
53
- type: Boolean,
54
- default: true
55
- },
56
- title: {
57
- type: String,
58
- default: ""
59
- },
60
- type: {
61
- type: String,
62
- values: [...notificationTypes, ""],
63
- default: ""
64
- },
65
- zIndex: Number
13
+ const _hoisted_1 = ["id"];
14
+ const _hoisted_2 = ["textContent"];
15
+ const _hoisted_3 = { key: 0 };
16
+ const _hoisted_4 = ["innerHTML"];
17
+ const __default__ = defineComponent({
18
+ name: "ElNotification"
66
19
  });
67
- const notificationEmits = {
68
- destroy: () => true
69
- };
20
+ const _sfc_main = /* @__PURE__ */ defineComponent({
21
+ ...__default__,
22
+ props: notificationProps,
23
+ emits: notificationEmits,
24
+ setup(__props, { expose }) {
25
+ const props = __props;
26
+ const forEditor = useGlobalConfig("forEditor");
27
+ const { ns, zIndex } = useGlobalComponentSettings("notification");
28
+ const { nextZIndex, currentZIndex } = zIndex;
29
+ const { Close } = CloseComponents;
30
+ const visible = ref(false);
31
+ let timer = void 0;
32
+ const typeClass = computed(() => {
33
+ const type = props.type;
34
+ return type && TypeComponentsMap[props.type] ? ns.m(type) : "";
35
+ });
36
+ const iconComponent = computed(() => {
37
+ if (!props.type)
38
+ return props.icon;
39
+ return TypeComponentsMap[props.type] || props.icon;
40
+ });
41
+ const horizontalClass = computed(() => props.position.endsWith("right") ? "right" : "left");
42
+ const verticalProperty = computed(() => props.position.startsWith("top") ? "top" : "bottom");
43
+ const positionStyle = computed(() => {
44
+ var _a;
45
+ return {
46
+ [verticalProperty.value]: `${props.offset}px`,
47
+ zIndex: (_a = props.zIndex) != null ? _a : currentZIndex.value
48
+ };
49
+ });
50
+ function startTimer() {
51
+ if (props.duration > 0) {
52
+ ;
53
+ ({ stop: timer } = useTimeoutFn(() => {
54
+ if (visible.value)
55
+ close();
56
+ }, props.duration));
57
+ }
58
+ }
59
+ function clearTimer() {
60
+ timer == null ? void 0 : timer();
61
+ }
62
+ function close() {
63
+ visible.value = false;
64
+ }
65
+ function onKeydown({ code }) {
66
+ if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {
67
+ clearTimer();
68
+ } else if (code === EVENT_CODE.esc) {
69
+ if (visible.value) {
70
+ close();
71
+ }
72
+ } else {
73
+ startTimer();
74
+ }
75
+ }
76
+ onMounted(() => {
77
+ startTimer();
78
+ nextZIndex();
79
+ visible.value = true;
80
+ });
81
+ useEventListener(document, "keydown", onKeydown);
82
+ expose({
83
+ visible,
84
+ close
85
+ });
86
+ return (_ctx, _cache) => {
87
+ return openBlock(), createBlock(Transition, {
88
+ name: unref(ns).b("fade"),
89
+ onBeforeLeave: _ctx.onClose,
90
+ onAfterLeave: _cache[1] || (_cache[1] = ($event) => _ctx.$emit("destroy")),
91
+ duration: unref(forEditor) ? -1 : 0,
92
+ persisted: ""
93
+ }, {
94
+ default: withCtx(() => [
95
+ withDirectives(createElementVNode("div", {
96
+ id: _ctx.id,
97
+ class: normalizeClass([unref(ns).b(), _ctx.customClass, unref(horizontalClass)]),
98
+ style: normalizeStyle(unref(positionStyle)),
99
+ role: "alert",
100
+ onMouseenter: clearTimer,
101
+ onMouseleave: startTimer,
102
+ onClick: _cache[0] || (_cache[0] = (...args) => _ctx.onClick && _ctx.onClick(...args))
103
+ }, [
104
+ unref(iconComponent) ? (openBlock(), createBlock(unref(ElIcon), {
105
+ key: 0,
106
+ class: normalizeClass([unref(ns).e("icon"), unref(typeClass)])
107
+ }, {
108
+ default: withCtx(() => [
109
+ (openBlock(), createBlock(resolveDynamicComponent(unref(iconComponent))))
110
+ ]),
111
+ _: 1
112
+ }, 8, ["class"])) : createCommentVNode("v-if", true),
113
+ createElementVNode("div", {
114
+ class: normalizeClass(unref(ns).e("group"))
115
+ }, [
116
+ createElementVNode("h2", {
117
+ class: normalizeClass(unref(ns).e("title")),
118
+ textContent: toDisplayString(_ctx.title)
119
+ }, null, 10, _hoisted_2),
120
+ withDirectives(createElementVNode("div", {
121
+ class: normalizeClass(unref(ns).e("content")),
122
+ style: normalizeStyle(!!_ctx.title ? void 0 : { margin: 0 })
123
+ }, [
124
+ renderSlot(_ctx.$slots, "default", {}, () => [
125
+ !_ctx.dangerouslyUseHTMLString ? (openBlock(), createElementBlock("p", _hoisted_3, toDisplayString(_ctx.message), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
126
+ createCommentVNode(" Caution here, message could've been compromised, never use user's input as message "),
127
+ createElementVNode("p", { innerHTML: _ctx.message }, null, 8, _hoisted_4)
128
+ ], 2112))
129
+ ])
130
+ ], 6), [
131
+ [vShow, _ctx.message]
132
+ ]),
133
+ _ctx.showClose ? (openBlock(), createBlock(unref(ElIcon), {
134
+ key: 0,
135
+ class: normalizeClass(unref(ns).e("closeBtn")),
136
+ onClick: withModifiers(close, ["stop"])
137
+ }, {
138
+ default: withCtx(() => [
139
+ createVNode(unref(Close))
140
+ ]),
141
+ _: 1
142
+ }, 8, ["class", "onClick"])) : createCommentVNode("v-if", true)
143
+ ], 2)
144
+ ], 46, _hoisted_1), [
145
+ [vShow, visible.value]
146
+ ])
147
+ ]),
148
+ _: 3
149
+ }, 8, ["name", "onBeforeLeave", "duration"]);
150
+ };
151
+ }
152
+ });
153
+ var NotificationConstructor = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\notification\\src\\notification.vue"]]);
70
154
 
71
- export { notificationEmits, notificationProps, notificationTypes };
155
+ export { NotificationConstructor as default };
72
156
  //# sourceMappingURL=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 /**\n * @description custom class name for Notification\n */\n customClass: {\n type: String,\n default: '',\n },\n /**\n * @description whether `message` is treated as HTML string\n */\n dangerouslyUseHTMLString: {\n type: Boolean,\n default: false,\n },\n /**\n * @description duration before close. It will not automatically close if set 0\n */\n duration: {\n type: Number,\n default: 4500,\n },\n /**\n * @description custom icon component. It will be overridden by `type`\n */\n icon: {\n type: iconPropType,\n },\n /**\n * @description notification dom id\n */\n id: {\n type: String,\n default: '',\n },\n /**\n * @description description text\n */\n message: {\n type: definePropType<string | VNode>([String, Object]),\n default: '',\n },\n /**\n * @description offset from the top edge of the screen. Every Notification instance of the same moment should have the same offset\n */\n offset: {\n type: Number,\n default: 0,\n },\n /**\n * @description callback function when notification clicked\n */\n onClick: {\n type: definePropType<() => void>(Function),\n default: () => undefined,\n },\n /**\n * @description callback function when closed\n */\n onClose: {\n type: definePropType<() => void>(Function),\n required: true,\n },\n /**\n * @description custom position\n */\n position: {\n type: String,\n values: ['top-right', 'top-left', 'bottom-right', 'bottom-left'],\n default: 'top-right',\n },\n /**\n * @description whether to show a close button\n */\n showClose: {\n type: Boolean,\n default: true,\n },\n /**\n * @description title\n */\n title: {\n type: String,\n default: '',\n },\n /**\n * @description notification type\n */\n type: {\n type: String,\n values: [...notificationTypes, ''],\n default: '',\n },\n /**\n * @description initial zIndex\n */\n zIndex: Number,\n} as const)\nexport type NotificationProps = ExtractPropTypes<typeof notificationProps>\n\nexport const notificationEmits = {\n destroy: () => true,\n}\nexport type NotificationEmits = typeof notificationEmits\n\nexport type NotificationInstance = InstanceType<typeof Notification>\n\nexport type NotificationOptions = Omit<NotificationProps, 'id'> & {\n /**\n * @description set the root element for the notification, default to `document.body`\n */\n appendTo?: HTMLElement | string\n}\nexport type NotificationOptionsTyped = Omit<NotificationOptions, 'type'>\n\nexport interface NotificationHandle {\n close: () => void\n}\n\nexport type NotificationParams = Partial<NotificationOptions> | string | VNode\nexport type NotificationParamsTyped =\n | Partial<NotificationOptionsTyped>\n | string\n | VNode\n\nexport type NotifyFn = ((\n options?: NotificationParams\n) => NotificationHandle) & { closeAll: () => void }\n\nexport type NotifyTypedFn = (\n options?: NotificationParamsTyped\n) => NotificationHandle\n\nexport interface Notify extends NotifyFn {\n success: NotifyTypedFn\n warning: NotifyTypedFn\n error: NotifyTypedFn\n info: NotifyTypedFn\n}\n\nexport interface NotificationQueueItem {\n vm: VNode\n}\n\nexport type NotificationQueue = NotificationQueueItem[]\n"],"names":[],"mappings":";;;;AACY,MAAC,iBAAiB,GAAG;AACjC,EAAE,SAAS;AACX,EAAE,MAAM;AACR,EAAE,SAAS;AACX,EAAE,OAAO;AACT,EAAE;AACU,MAAC,iBAAiB,GAAG,UAAU,CAAC;AAC5C,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,wBAAwB,EAAE;AAC5B,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,YAAY;AACtB,GAAG;AACH,EAAE,EAAE,EAAE;AACN,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;AAC1C,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE;AACV,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,CAAC;AACd,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,OAAO,EAAE,MAAM,KAAK,CAAC;AACzB,GAAG;AACH,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,cAAc,CAAC,QAAQ,CAAC;AAClC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,cAAc,EAAE,aAAa,CAAC;AACpE,IAAI,OAAO,EAAE,WAAW;AACxB,GAAG;AACH,EAAE,SAAS,EAAE;AACb,IAAI,IAAI,EAAE,OAAO;AACjB,IAAI,OAAO,EAAE,IAAI;AACjB,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,GAAG,iBAAiB,EAAE,EAAE,CAAC;AACtC,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,MAAM,EAAE,MAAM;AAChB,CAAC,EAAE;AACS,MAAC,iBAAiB,GAAG;AACjC,EAAE,OAAO,EAAE,MAAM,IAAI;AACrB;;;;"}
1
+ {"version":3,"file":"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: props.zIndex ?? currentZIndex.value,\n }\n})\n\nfunction startTimer() {\n if (props.duration > 0) {\n ;({ stop: timer } = useTimeoutFn(() => {\n if (visible.value) close()\n }, props.duration))\n }\n}\n\nfunction clearTimer() {\n timer?.()\n}\n\nfunction close() {\n visible.value = false\n}\n\nfunction onKeydown({ code }: KeyboardEvent) {\n if (code === EVENT_CODE.delete || code === EVENT_CODE.backspace) {\n clearTimer() // press delete/backspace clear timer\n } else if (code === EVENT_CODE.esc) {\n // press esc to close the notification\n if (visible.value) {\n close()\n }\n } else {\n startTimer() // resume timer\n }\n}\n\n// lifecycle\nonMounted(() => {\n startTimer()\n nextZIndex()\n visible.value = true\n})\n\nuseEventListener(document, 'keydown', onKeydown)\n\ndefineExpose({\n visible,\n /** @description close notification */\n close,\n})\n</script>\n"],"names":[],"mappings":"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"}
@@ -1,7 +1,7 @@
1
1
  import { isVNode, createVNode, render } from 'vue';
2
2
  import '../../../utils/index.mjs';
3
- import NotificationConstructor from './notification.mjs';
4
- import { notificationTypes } from './notification2.mjs';
3
+ import NotificationConstructor from './notification2.mjs';
4
+ import { notificationTypes } from './notification.mjs';
5
5
  import { isClient } from '@vueuse/core';
6
6
  import { isElement } from '../../../utils/types.mjs';
7
7
  import { isString } from '@vue/shared';
@@ -1,65 +1,14 @@
1
- import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, toDisplayString, createVNode } from 'vue';
2
- import '../../../../hooks/index.mjs';
3
- import { ElInput } from '../../../input/index.mjs';
4
- import { usePagination } from '../usePagination.mjs';
5
- import { paginationJumperProps } from './jumper2.mjs';
6
- import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.mjs';
7
- import { useLocale } from '../../../../hooks/use-locale/index.mjs';
8
- import { useNamespace } from '../../../../hooks/use-namespace/index.mjs';
1
+ import '../../../../utils/index.mjs';
2
+ import '../../../../constants/index.mjs';
3
+ import { buildProps } from '../../../../utils/vue/props/runtime.mjs';
4
+ import { componentSizes } from '../../../../constants/size.mjs';
9
5
 
10
- const _hoisted_1 = ["disabled"];
11
- const __default__ = defineComponent({
12
- name: "ElPaginationJumper"
13
- });
14
- const _sfc_main = /* @__PURE__ */ defineComponent({
15
- ...__default__,
16
- props: paginationJumperProps,
17
- setup(__props) {
18
- const { t } = useLocale();
19
- const ns = useNamespace("pagination");
20
- const { pageCount, disabled, currentPage, changeEvent } = usePagination();
21
- const userInput = ref();
22
- const innerValue = computed(() => {
23
- var _a;
24
- return (_a = userInput.value) != null ? _a : currentPage == null ? void 0 : currentPage.value;
25
- });
26
- function handleInput(val) {
27
- userInput.value = val ? +val : "";
28
- }
29
- function handleChange(val) {
30
- val = Math.trunc(+val);
31
- changeEvent == null ? void 0 : changeEvent(val);
32
- userInput.value = void 0;
33
- }
34
- return (_ctx, _cache) => {
35
- return openBlock(), createElementBlock("span", {
36
- class: normalizeClass(unref(ns).e("jump")),
37
- disabled: unref(disabled)
38
- }, [
39
- createElementVNode("span", {
40
- class: normalizeClass([unref(ns).e("goto")])
41
- }, toDisplayString(unref(t)("el.pagination.goto")), 3),
42
- createVNode(unref(ElInput), {
43
- size: _ctx.size,
44
- class: normalizeClass([unref(ns).e("editor"), unref(ns).is("in-pagination")]),
45
- min: 1,
46
- max: unref(pageCount),
47
- disabled: unref(disabled),
48
- "model-value": unref(innerValue),
49
- "validate-event": false,
50
- label: unref(t)("el.pagination.page"),
51
- type: "number",
52
- "onUpdate:modelValue": handleInput,
53
- onChange: handleChange
54
- }, null, 8, ["size", "class", "max", "disabled", "model-value", "label"]),
55
- createElementVNode("span", {
56
- class: normalizeClass([unref(ns).e("classifier")])
57
- }, toDisplayString(unref(t)("el.pagination.pageClassifier")), 3)
58
- ], 10, _hoisted_1);
59
- };
6
+ const paginationJumperProps = buildProps({
7
+ size: {
8
+ type: String,
9
+ values: componentSizes
60
10
  }
61
11
  });
62
- var Jumper = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\pagination\\src\\components\\jumper.vue"]]);
63
12
 
64
- export { Jumper as default };
13
+ export { paginationJumperProps };
65
14
  //# sourceMappingURL=jumper.mjs.map