element-pe 2.2.94 → 2.2.95

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 (458) hide show
  1. package/dist/index.full.js +1 -1
  2. package/dist/index.full.min.js +9 -9
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +10 -10
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +1 -1
  7. package/es/components/affix/index.mjs +2 -2
  8. package/es/components/affix/src/affix.mjs +26 -119
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +119 -26
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.mjs +2 -2
  13. package/es/components/alert/src/alert.mjs +103 -38
  14. package/es/components/alert/src/alert.mjs.map +1 -1
  15. package/es/components/alert/src/alert2.mjs +38 -103
  16. package/es/components/alert/src/alert2.mjs.map +1 -1
  17. package/es/components/autocomplete/index.mjs +2 -2
  18. package/es/components/autocomplete/src/autocomplete.mjs +379 -99
  19. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  20. package/es/components/autocomplete/src/autocomplete2.mjs +99 -379
  21. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  22. package/es/components/backtop/index.mjs +2 -2
  23. package/es/components/backtop/src/backtop.mjs +61 -23
  24. package/es/components/backtop/src/backtop.mjs.map +1 -1
  25. package/es/components/backtop/src/backtop2.mjs +23 -61
  26. package/es/components/backtop/src/backtop2.mjs.map +1 -1
  27. package/es/components/calendar/src/calendar2.mjs +1 -1
  28. package/es/components/calendar/src/date-table.mjs +87 -33
  29. package/es/components/calendar/src/date-table.mjs.map +1 -1
  30. package/es/components/calendar/src/date-table2.mjs +33 -87
  31. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  32. package/es/components/calendar/src/use-date-table.mjs +1 -1
  33. package/es/components/carousel/index.mjs +4 -4
  34. package/es/components/carousel/src/carousel-item.mjs +69 -8
  35. package/es/components/carousel/src/carousel-item.mjs.map +1 -1
  36. package/es/components/carousel/src/carousel-item2.mjs +8 -69
  37. package/es/components/carousel/src/carousel-item2.mjs.map +1 -1
  38. package/es/components/carousel/src/carousel.mjs +169 -56
  39. package/es/components/carousel/src/carousel.mjs.map +1 -1
  40. package/es/components/carousel/src/carousel2.mjs +56 -169
  41. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  42. package/es/components/cascader/index.mjs +2 -2
  43. package/es/components/cascader/src/cascader.mjs +86 -647
  44. package/es/components/cascader/src/cascader.mjs.map +1 -1
  45. package/es/components/cascader/src/cascader2.mjs +647 -86
  46. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  47. package/es/components/check-tag/index.mjs +2 -2
  48. package/es/components/check-tag/src/check-tag.mjs +12 -31
  49. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  50. package/es/components/check-tag/src/check-tag2.mjs +31 -12
  51. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  52. package/es/components/checkbox/index.mjs +2 -2
  53. package/es/components/checkbox/src/checkbox-group.mjs +72 -33
  54. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  55. package/es/components/checkbox/src/checkbox-group2.mjs +33 -72
  56. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  57. package/es/components/collapse/index.mjs +4 -4
  58. package/es/components/collapse/src/collapse-item.mjs +14 -93
  59. package/es/components/collapse/src/collapse-item.mjs.map +1 -1
  60. package/es/components/collapse/src/collapse-item2.mjs +93 -14
  61. package/es/components/collapse/src/collapse-item2.mjs.map +1 -1
  62. package/es/components/collapse/src/collapse.mjs +17 -28
  63. package/es/components/collapse/src/collapse.mjs.map +1 -1
  64. package/es/components/collapse/src/collapse2.mjs +28 -17
  65. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  66. package/es/components/collection/index.mjs +1 -1
  67. package/es/components/collection/src/collection.mjs +66 -10
  68. package/es/components/collection/src/collection.mjs.map +1 -1
  69. package/es/components/collection/src/collection2.mjs +10 -66
  70. package/es/components/collection/src/collection2.mjs.map +1 -1
  71. package/es/components/descriptions/index.mjs +2 -2
  72. package/es/components/descriptions/src/description.mjs +120 -27
  73. package/es/components/descriptions/src/description.mjs.map +1 -1
  74. package/es/components/descriptions/src/description2.mjs +27 -120
  75. package/es/components/descriptions/src/description2.mjs.map +1 -1
  76. package/es/components/dialog/src/dialog-content.mjs +96 -30
  77. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  78. package/es/components/dialog/src/dialog-content2.mjs +30 -96
  79. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  80. package/es/components/dialog/src/dialog.mjs +1 -1
  81. package/es/components/dialog/src/dialog2.mjs +1 -1
  82. package/es/components/divider/index.mjs +2 -2
  83. package/es/components/divider/src/divider.mjs +35 -17
  84. package/es/components/divider/src/divider.mjs.map +1 -1
  85. package/es/components/divider/src/divider2.mjs +17 -35
  86. package/es/components/divider/src/divider2.mjs.map +1 -1
  87. package/es/components/drawer/index.mjs +2 -2
  88. package/es/components/drawer/src/drawer.mjs +187 -29
  89. package/es/components/drawer/src/drawer.mjs.map +1 -1
  90. package/es/components/drawer/src/drawer2.mjs +29 -187
  91. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  92. package/es/components/dropdown/src/dropdown-item-impl.mjs +2 -2
  93. package/es/components/dropdown/src/dropdown-menu.mjs +1 -1
  94. package/es/components/dropdown/src/dropdown.mjs +2 -2
  95. package/es/components/dropdown/src/dropdown2.mjs +1 -1
  96. package/es/components/form/index.mjs +2 -2
  97. package/es/components/form/src/form-item.mjs +46 -328
  98. package/es/components/form/src/form-item.mjs.map +1 -1
  99. package/es/components/form/src/form-item2.mjs +328 -46
  100. package/es/components/form/src/form-item2.mjs.map +1 -1
  101. package/es/components/image/index.mjs +2 -2
  102. package/es/components/image/src/image.mjs +227 -56
  103. package/es/components/image/src/image.mjs.map +1 -1
  104. package/es/components/image/src/image2.mjs +56 -227
  105. package/es/components/image/src/image2.mjs.map +1 -1
  106. package/es/components/index.mjs +35 -35
  107. package/es/components/input-number/index.mjs +2 -2
  108. package/es/components/input-number/src/input-number.mjs +69 -335
  109. package/es/components/input-number/src/input-number.mjs.map +1 -1
  110. package/es/components/input-number/src/input-number2.mjs +335 -69
  111. package/es/components/input-number/src/input-number2.mjs.map +1 -1
  112. package/es/components/link/index.mjs +2 -2
  113. package/es/components/link/src/link.mjs +50 -21
  114. package/es/components/link/src/link.mjs.map +1 -1
  115. package/es/components/link/src/link2.mjs +21 -50
  116. package/es/components/link/src/link2.mjs.map +1 -1
  117. package/es/components/notification/index.mjs +1 -1
  118. package/es/components/notification/src/notification.mjs +67 -151
  119. package/es/components/notification/src/notification.mjs.map +1 -1
  120. package/es/components/notification/src/notification2.mjs +151 -67
  121. package/es/components/notification/src/notification2.mjs.map +1 -1
  122. package/es/components/notification/src/notify.mjs +2 -2
  123. package/es/components/pagination/src/components/next.mjs +38 -19
  124. package/es/components/pagination/src/components/next.mjs.map +1 -1
  125. package/es/components/pagination/src/components/next2.mjs +19 -38
  126. package/es/components/pagination/src/components/next2.mjs.map +1 -1
  127. package/es/components/pagination/src/components/pager.mjs +218 -17
  128. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  129. package/es/components/pagination/src/components/pager2.mjs +17 -218
  130. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  131. package/es/components/pagination/src/pagination.mjs +2 -2
  132. package/es/components/popover/src/popover.mjs +1 -1
  133. package/es/components/popper/index.mjs +4 -4
  134. package/es/components/popper/src/arrow.mjs +39 -8
  135. package/es/components/popper/src/arrow.mjs.map +1 -1
  136. package/es/components/popper/src/arrow2.mjs +8 -39
  137. package/es/components/popper/src/arrow2.mjs.map +1 -1
  138. package/es/components/popper/src/trigger.mjs +31 -121
  139. package/es/components/popper/src/trigger.mjs.map +1 -1
  140. package/es/components/popper/src/trigger2.mjs +121 -31
  141. package/es/components/popper/src/trigger2.mjs.map +1 -1
  142. package/es/components/radio/index.mjs +2 -2
  143. package/es/components/radio/src/radio-button.mjs +9 -67
  144. package/es/components/radio/src/radio-button.mjs.map +1 -1
  145. package/es/components/radio/src/radio-button2.mjs +67 -9
  146. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  147. package/es/components/rate/index.mjs +2 -2
  148. package/es/components/rate/src/rate.mjs +92 -259
  149. package/es/components/rate/src/rate.mjs.map +1 -1
  150. package/es/components/rate/src/rate2.mjs +259 -92
  151. package/es/components/rate/src/rate2.mjs.map +1 -1
  152. package/es/components/result/index.mjs +2 -2
  153. package/es/components/result/src/result.mjs +29 -63
  154. package/es/components/result/src/result.mjs.map +1 -1
  155. package/es/components/result/src/result2.mjs +63 -29
  156. package/es/components/result/src/result2.mjs.map +1 -1
  157. package/es/components/roving-focus-group/index.mjs +3 -3
  158. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  159. package/es/components/roving-focus-group/src/roving-focus-group.mjs +27 -29
  160. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  161. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +29 -27
  162. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  163. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  164. package/es/components/row/index.mjs +2 -2
  165. package/es/components/row/src/row.mjs +29 -45
  166. package/es/components/row/src/row.mjs.map +1 -1
  167. package/es/components/row/src/row2.mjs +45 -29
  168. package/es/components/row/src/row2.mjs.map +1 -1
  169. package/es/components/skeleton/index.mjs +4 -4
  170. package/es/components/skeleton/src/skeleton-item.mjs +18 -23
  171. package/es/components/skeleton/src/skeleton-item.mjs.map +1 -1
  172. package/es/components/skeleton/src/skeleton-item2.mjs +23 -18
  173. package/es/components/skeleton/src/skeleton-item2.mjs.map +1 -1
  174. package/es/components/skeleton/src/skeleton.mjs +49 -22
  175. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  176. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  177. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  178. package/es/components/space/src/use-space.mjs +1 -3
  179. package/es/components/space/src/use-space.mjs.map +1 -1
  180. package/es/components/statistic/index.mjs +2 -2
  181. package/es/components/statistic/src/statistic.mjs +25 -70
  182. package/es/components/statistic/src/statistic.mjs.map +1 -1
  183. package/es/components/statistic/src/statistic2.mjs +70 -25
  184. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  185. package/es/components/tabs/index.mjs +3 -3
  186. package/es/components/tabs/src/tab-bar.mjs +7 -75
  187. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  188. package/es/components/tabs/src/tab-bar2.mjs +75 -7
  189. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  190. package/es/components/tabs/src/tab-nav.mjs +1 -1
  191. package/es/components/tabs/src/tab-pane.mjs +76 -14
  192. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  193. package/es/components/tabs/src/tab-pane2.mjs +14 -76
  194. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  195. package/es/components/timeline/index.mjs +2 -2
  196. package/es/components/timeline/src/timeline-item.mjs +42 -72
  197. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  198. package/es/components/timeline/src/timeline-item2.mjs +72 -42
  199. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  200. package/es/components/tooltip/index.mjs +1 -1
  201. package/es/components/tooltip/src/tooltip.mjs +2 -2
  202. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  203. package/es/components/tooltip/src/trigger.mjs +16 -73
  204. package/es/components/tooltip/src/trigger.mjs.map +1 -1
  205. package/es/components/tooltip/src/trigger2.mjs +73 -16
  206. package/es/components/tooltip/src/trigger2.mjs.map +1 -1
  207. package/es/components/tooltip-v2/index.mjs +4 -4
  208. package/es/components/tooltip-v2/src/content.mjs +114 -50
  209. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  210. package/es/components/tooltip-v2/src/content2.mjs +50 -114
  211. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  212. package/es/components/tooltip-v2/src/root.mjs +17 -82
  213. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  214. package/es/components/tooltip-v2/src/root2.mjs +82 -17
  215. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  216. package/es/components/tooltip-v2/src/tooltip.mjs +78 -21
  217. package/es/components/tooltip-v2/src/tooltip.mjs.map +1 -1
  218. package/es/components/tooltip-v2/src/tooltip2.mjs +21 -78
  219. package/es/components/tooltip-v2/src/tooltip2.mjs.map +1 -1
  220. package/es/components/upload/index.mjs +1 -1
  221. package/es/components/upload/src/upload-list.mjs +179 -26
  222. package/es/components/upload/src/upload-list.mjs.map +1 -1
  223. package/es/components/upload/src/upload-list2.mjs +26 -179
  224. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  225. package/es/components/upload/src/upload.mjs +1 -1
  226. package/es/components/visual-hidden/index.mjs +3 -3
  227. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  228. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  229. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  230. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  231. package/es/index.mjs +35 -35
  232. package/lib/components/affix/index.js +2 -2
  233. package/lib/components/affix/src/affix.js +27 -119
  234. package/lib/components/affix/src/affix.js.map +1 -1
  235. package/lib/components/affix/src/affix2.js +119 -27
  236. package/lib/components/affix/src/affix2.js.map +1 -1
  237. package/lib/components/alert/index.js +2 -2
  238. package/lib/components/alert/src/alert.js +102 -39
  239. package/lib/components/alert/src/alert.js.map +1 -1
  240. package/lib/components/alert/src/alert2.js +39 -102
  241. package/lib/components/alert/src/alert2.js.map +1 -1
  242. package/lib/components/autocomplete/index.js +2 -2
  243. package/lib/components/autocomplete/src/autocomplete.js +378 -99
  244. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  245. package/lib/components/autocomplete/src/autocomplete2.js +99 -378
  246. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  247. package/lib/components/backtop/index.js +2 -2
  248. package/lib/components/backtop/src/backtop.js +61 -24
  249. package/lib/components/backtop/src/backtop.js.map +1 -1
  250. package/lib/components/backtop/src/backtop2.js +24 -61
  251. package/lib/components/backtop/src/backtop2.js.map +1 -1
  252. package/lib/components/calendar/src/calendar2.js +1 -1
  253. package/lib/components/calendar/src/date-table.js +87 -37
  254. package/lib/components/calendar/src/date-table.js.map +1 -1
  255. package/lib/components/calendar/src/date-table2.js +37 -87
  256. package/lib/components/calendar/src/date-table2.js.map +1 -1
  257. package/lib/components/calendar/src/use-date-table.js +1 -1
  258. package/lib/components/carousel/index.js +4 -4
  259. package/lib/components/carousel/src/carousel-item.js +69 -8
  260. package/lib/components/carousel/src/carousel-item.js.map +1 -1
  261. package/lib/components/carousel/src/carousel-item2.js +8 -69
  262. package/lib/components/carousel/src/carousel-item2.js.map +1 -1
  263. package/lib/components/carousel/src/carousel.js +169 -57
  264. package/lib/components/carousel/src/carousel.js.map +1 -1
  265. package/lib/components/carousel/src/carousel2.js +57 -169
  266. package/lib/components/carousel/src/carousel2.js.map +1 -1
  267. package/lib/components/cascader/index.js +2 -2
  268. package/lib/components/cascader/src/cascader.js +87 -647
  269. package/lib/components/cascader/src/cascader.js.map +1 -1
  270. package/lib/components/cascader/src/cascader2.js +647 -87
  271. package/lib/components/cascader/src/cascader2.js.map +1 -1
  272. package/lib/components/check-tag/index.js +2 -2
  273. package/lib/components/check-tag/src/check-tag.js +13 -31
  274. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  275. package/lib/components/check-tag/src/check-tag2.js +31 -13
  276. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  277. package/lib/components/checkbox/index.js +2 -2
  278. package/lib/components/checkbox/src/checkbox-group.js +72 -34
  279. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  280. package/lib/components/checkbox/src/checkbox-group2.js +34 -72
  281. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  282. package/lib/components/collapse/index.js +4 -4
  283. package/lib/components/collapse/src/collapse-item.js +14 -93
  284. package/lib/components/collapse/src/collapse-item.js.map +1 -1
  285. package/lib/components/collapse/src/collapse-item2.js +93 -14
  286. package/lib/components/collapse/src/collapse-item2.js.map +1 -1
  287. package/lib/components/collapse/src/collapse.js +19 -28
  288. package/lib/components/collapse/src/collapse.js.map +1 -1
  289. package/lib/components/collapse/src/collapse2.js +28 -19
  290. package/lib/components/collapse/src/collapse2.js.map +1 -1
  291. package/lib/components/collection/index.js +1 -1
  292. package/lib/components/collection/src/collection.js +66 -9
  293. package/lib/components/collection/src/collection.js.map +1 -1
  294. package/lib/components/collection/src/collection2.js +9 -66
  295. package/lib/components/collection/src/collection2.js.map +1 -1
  296. package/lib/components/descriptions/index.js +2 -2
  297. package/lib/components/descriptions/src/description.js +120 -27
  298. package/lib/components/descriptions/src/description.js.map +1 -1
  299. package/lib/components/descriptions/src/description2.js +27 -120
  300. package/lib/components/descriptions/src/description2.js.map +1 -1
  301. package/lib/components/dialog/src/dialog-content.js +95 -30
  302. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  303. package/lib/components/dialog/src/dialog-content2.js +30 -95
  304. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  305. package/lib/components/dialog/src/dialog.js +1 -1
  306. package/lib/components/dialog/src/dialog2.js +1 -1
  307. package/lib/components/divider/index.js +2 -2
  308. package/lib/components/divider/src/divider.js +35 -17
  309. package/lib/components/divider/src/divider.js.map +1 -1
  310. package/lib/components/divider/src/divider2.js +17 -35
  311. package/lib/components/divider/src/divider2.js.map +1 -1
  312. package/lib/components/drawer/index.js +2 -2
  313. package/lib/components/drawer/src/drawer.js +187 -30
  314. package/lib/components/drawer/src/drawer.js.map +1 -1
  315. package/lib/components/drawer/src/drawer2.js +30 -187
  316. package/lib/components/drawer/src/drawer2.js.map +1 -1
  317. package/lib/components/dropdown/src/dropdown-item-impl.js +2 -2
  318. package/lib/components/dropdown/src/dropdown-menu.js +1 -1
  319. package/lib/components/dropdown/src/dropdown.js +2 -2
  320. package/lib/components/dropdown/src/dropdown2.js +1 -1
  321. package/lib/components/form/index.js +2 -2
  322. package/lib/components/form/src/form-item.js +47 -332
  323. package/lib/components/form/src/form-item.js.map +1 -1
  324. package/lib/components/form/src/form-item2.js +332 -47
  325. package/lib/components/form/src/form-item2.js.map +1 -1
  326. package/lib/components/image/index.js +2 -2
  327. package/lib/components/image/src/image.js +226 -56
  328. package/lib/components/image/src/image.js.map +1 -1
  329. package/lib/components/image/src/image2.js +56 -226
  330. package/lib/components/image/src/image2.js.map +1 -1
  331. package/lib/components/index.js +35 -35
  332. package/lib/components/input-number/index.js +2 -2
  333. package/lib/components/input-number/src/input-number.js +68 -333
  334. package/lib/components/input-number/src/input-number.js.map +1 -1
  335. package/lib/components/input-number/src/input-number2.js +333 -68
  336. package/lib/components/input-number/src/input-number2.js.map +1 -1
  337. package/lib/components/link/index.js +2 -2
  338. package/lib/components/link/src/link.js +50 -22
  339. package/lib/components/link/src/link.js.map +1 -1
  340. package/lib/components/link/src/link2.js +22 -50
  341. package/lib/components/link/src/link2.js.map +1 -1
  342. package/lib/components/notification/index.js +1 -1
  343. package/lib/components/notification/src/notification.js +68 -150
  344. package/lib/components/notification/src/notification.js.map +1 -1
  345. package/lib/components/notification/src/notification2.js +150 -68
  346. package/lib/components/notification/src/notification2.js.map +1 -1
  347. package/lib/components/notification/src/notify.js +2 -2
  348. package/lib/components/pagination/src/components/next.js +38 -19
  349. package/lib/components/pagination/src/components/next.js.map +1 -1
  350. package/lib/components/pagination/src/components/next2.js +19 -38
  351. package/lib/components/pagination/src/components/next2.js.map +1 -1
  352. package/lib/components/pagination/src/components/pager.js +218 -17
  353. package/lib/components/pagination/src/components/pager.js.map +1 -1
  354. package/lib/components/pagination/src/components/pager2.js +17 -218
  355. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  356. package/lib/components/pagination/src/pagination.js +2 -2
  357. package/lib/components/popover/src/popover.js +1 -1
  358. package/lib/components/popper/index.js +4 -4
  359. package/lib/components/popper/src/arrow.js +39 -9
  360. package/lib/components/popper/src/arrow.js.map +1 -1
  361. package/lib/components/popper/src/arrow2.js +9 -39
  362. package/lib/components/popper/src/arrow2.js.map +1 -1
  363. package/lib/components/popper/src/trigger.js +32 -121
  364. package/lib/components/popper/src/trigger.js.map +1 -1
  365. package/lib/components/popper/src/trigger2.js +121 -32
  366. package/lib/components/popper/src/trigger2.js.map +1 -1
  367. package/lib/components/radio/index.js +2 -2
  368. package/lib/components/radio/src/radio-button.js +9 -67
  369. package/lib/components/radio/src/radio-button.js.map +1 -1
  370. package/lib/components/radio/src/radio-button2.js +67 -9
  371. package/lib/components/radio/src/radio-button2.js.map +1 -1
  372. package/lib/components/rate/index.js +2 -2
  373. package/lib/components/rate/src/rate.js +92 -258
  374. package/lib/components/rate/src/rate.js.map +1 -1
  375. package/lib/components/rate/src/rate2.js +258 -92
  376. package/lib/components/rate/src/rate2.js.map +1 -1
  377. package/lib/components/result/index.js +2 -2
  378. package/lib/components/result/src/result.js +31 -63
  379. package/lib/components/result/src/result.js.map +1 -1
  380. package/lib/components/result/src/result2.js +63 -31
  381. package/lib/components/result/src/result2.js.map +1 -1
  382. package/lib/components/roving-focus-group/index.js +2 -2
  383. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  384. package/lib/components/roving-focus-group/src/roving-focus-group.js +27 -33
  385. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  386. package/lib/components/roving-focus-group/src/roving-focus-group2.js +33 -27
  387. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  388. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  389. package/lib/components/row/index.js +2 -2
  390. package/lib/components/row/src/row.js +31 -45
  391. package/lib/components/row/src/row.js.map +1 -1
  392. package/lib/components/row/src/row2.js +45 -31
  393. package/lib/components/row/src/row2.js.map +1 -1
  394. package/lib/components/skeleton/index.js +4 -4
  395. package/lib/components/skeleton/src/skeleton-item.js +18 -23
  396. package/lib/components/skeleton/src/skeleton-item.js.map +1 -1
  397. package/lib/components/skeleton/src/skeleton-item2.js +23 -18
  398. package/lib/components/skeleton/src/skeleton-item2.js.map +1 -1
  399. package/lib/components/skeleton/src/skeleton.js +49 -22
  400. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  401. package/lib/components/skeleton/src/skeleton2.js +22 -49
  402. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  403. package/lib/components/space/src/use-space.js +1 -3
  404. package/lib/components/space/src/use-space.js.map +1 -1
  405. package/lib/components/statistic/index.js +2 -2
  406. package/lib/components/statistic/src/statistic.js +25 -70
  407. package/lib/components/statistic/src/statistic.js.map +1 -1
  408. package/lib/components/statistic/src/statistic2.js +70 -25
  409. package/lib/components/statistic/src/statistic2.js.map +1 -1
  410. package/lib/components/tabs/index.js +3 -3
  411. package/lib/components/tabs/src/tab-bar.js +7 -75
  412. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  413. package/lib/components/tabs/src/tab-bar2.js +75 -7
  414. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  415. package/lib/components/tabs/src/tab-nav.js +1 -1
  416. package/lib/components/tabs/src/tab-pane.js +76 -14
  417. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  418. package/lib/components/tabs/src/tab-pane2.js +14 -76
  419. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  420. package/lib/components/timeline/index.js +2 -2
  421. package/lib/components/timeline/src/timeline-item.js +42 -72
  422. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  423. package/lib/components/timeline/src/timeline-item2.js +72 -42
  424. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  425. package/lib/components/tooltip/index.js +1 -1
  426. package/lib/components/tooltip/src/tooltip.js +2 -2
  427. package/lib/components/tooltip/src/tooltip2.js +2 -2
  428. package/lib/components/tooltip/src/trigger.js +16 -73
  429. package/lib/components/tooltip/src/trigger.js.map +1 -1
  430. package/lib/components/tooltip/src/trigger2.js +73 -16
  431. package/lib/components/tooltip/src/trigger2.js.map +1 -1
  432. package/lib/components/tooltip-v2/index.js +4 -4
  433. package/lib/components/tooltip-v2/src/content.js +114 -50
  434. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  435. package/lib/components/tooltip-v2/src/content2.js +50 -114
  436. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  437. package/lib/components/tooltip-v2/src/root.js +17 -82
  438. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  439. package/lib/components/tooltip-v2/src/root2.js +82 -17
  440. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  441. package/lib/components/tooltip-v2/src/tooltip.js +78 -21
  442. package/lib/components/tooltip-v2/src/tooltip.js.map +1 -1
  443. package/lib/components/tooltip-v2/src/tooltip2.js +21 -78
  444. package/lib/components/tooltip-v2/src/tooltip2.js.map +1 -1
  445. package/lib/components/upload/index.js +1 -1
  446. package/lib/components/upload/src/upload-list.js +179 -27
  447. package/lib/components/upload/src/upload-list.js.map +1 -1
  448. package/lib/components/upload/src/upload-list2.js +27 -179
  449. package/lib/components/upload/src/upload-list2.js.map +1 -1
  450. package/lib/components/upload/src/upload.js +1 -1
  451. package/lib/components/visual-hidden/index.js +2 -2
  452. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  453. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  454. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  455. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  456. package/lib/index.js +35 -35
  457. package/package.json +1 -1
  458. package/web-types.json +1 -1
@@ -1,34 +1,68 @@
1
- import '../../../utils/index.mjs';
2
- import { CircleCheckFilled, WarningFilled, CircleCloseFilled, InfoFilled } from '@element-plus/icons-vue';
3
- import { buildProps } from '../../../utils/vue/props/runtime.mjs';
1
+ import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, createElementVNode, renderSlot, createBlock, resolveDynamicComponent, createCommentVNode, toDisplayString } from 'vue';
2
+ import '../../../hooks/index.mjs';
3
+ import { resultProps, IconMap, IconComponentMap } from './result.mjs';
4
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
5
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
4
6
 
5
- const IconMap = {
6
- success: "icon-success",
7
- warning: "icon-warning",
8
- error: "icon-error",
9
- info: "icon-info"
10
- };
11
- const IconComponentMap = {
12
- [IconMap.success]: CircleCheckFilled,
13
- [IconMap.warning]: WarningFilled,
14
- [IconMap.error]: CircleCloseFilled,
15
- [IconMap.info]: InfoFilled
16
- };
17
- const resultProps = buildProps({
18
- title: {
19
- type: String,
20
- default: ""
21
- },
22
- subTitle: {
23
- type: String,
24
- default: ""
25
- },
26
- icon: {
27
- type: String,
28
- values: ["success", "warning", "info", "error"],
29
- default: "info"
7
+ const __default__ = defineComponent({
8
+ name: "ElResult"
9
+ });
10
+ const _sfc_main = /* @__PURE__ */ defineComponent({
11
+ ...__default__,
12
+ props: resultProps,
13
+ setup(__props) {
14
+ const props = __props;
15
+ const ns = useNamespace("result");
16
+ const resultIcon = computed(() => {
17
+ const icon = props.icon;
18
+ const iconClass = icon && IconMap[icon] ? IconMap[icon] : "icon-info";
19
+ const iconComponent = IconComponentMap[iconClass] || IconComponentMap["icon-info"];
20
+ return {
21
+ class: iconClass,
22
+ component: iconComponent
23
+ };
24
+ });
25
+ return (_ctx, _cache) => {
26
+ return openBlock(), createElementBlock("div", {
27
+ class: normalizeClass(unref(ns).b())
28
+ }, [
29
+ createElementVNode("div", {
30
+ class: normalizeClass(unref(ns).e("icon"))
31
+ }, [
32
+ renderSlot(_ctx.$slots, "icon", {}, () => [
33
+ unref(resultIcon).component ? (openBlock(), createBlock(resolveDynamicComponent(unref(resultIcon).component), {
34
+ key: 0,
35
+ class: normalizeClass(unref(resultIcon).class)
36
+ }, null, 8, ["class"])) : createCommentVNode("v-if", true)
37
+ ])
38
+ ], 2),
39
+ _ctx.title || _ctx.$slots.title ? (openBlock(), createElementBlock("div", {
40
+ key: 0,
41
+ class: normalizeClass(unref(ns).e("title"))
42
+ }, [
43
+ renderSlot(_ctx.$slots, "title", {}, () => [
44
+ createElementVNode("p", null, toDisplayString(_ctx.title), 1)
45
+ ])
46
+ ], 2)) : createCommentVNode("v-if", true),
47
+ _ctx.subTitle || _ctx.$slots["sub-title"] ? (openBlock(), createElementBlock("div", {
48
+ key: 1,
49
+ class: normalizeClass(unref(ns).e("subtitle"))
50
+ }, [
51
+ renderSlot(_ctx.$slots, "sub-title", {}, () => [
52
+ createElementVNode("p", null, toDisplayString(_ctx.subTitle), 1)
53
+ ])
54
+ ], 2)) : createCommentVNode("v-if", true),
55
+ _ctx.$slots.extra ? (openBlock(), createElementBlock("div", {
56
+ key: 2,
57
+ class: normalizeClass(unref(ns).e("extra"))
58
+ }, [
59
+ renderSlot(_ctx.$slots, "extra")
60
+ ], 2)) : createCommentVNode("v-if", true)
61
+ ], 2);
62
+ };
30
63
  }
31
64
  });
65
+ var Result = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\result\\src\\result.vue"]]);
32
66
 
33
- export { IconComponentMap, IconMap, resultProps };
67
+ export { Result as default };
34
68
  //# sourceMappingURL=result2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"result2.mjs","sources":["../../../../../../packages/components/result/src/result.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport {\n CircleCheckFilled,\n CircleCloseFilled,\n InfoFilled,\n WarningFilled,\n} from '@element-plus/icons-vue'\nimport type { Component, ExtractPropTypes } from 'vue'\nimport type Result from './result.vue'\n\nexport const IconMap = {\n success: 'icon-success',\n warning: 'icon-warning',\n error: 'icon-error',\n info: 'icon-info',\n} as const\n\nexport const IconComponentMap: Record<\n typeof IconMap[keyof typeof IconMap],\n Component\n> = {\n [IconMap.success]: CircleCheckFilled,\n [IconMap.warning]: WarningFilled,\n [IconMap.error]: CircleCloseFilled,\n [IconMap.info]: InfoFilled,\n}\n\nexport const resultProps = buildProps({\n /**\n * @description title of result\n */\n title: {\n type: String,\n default: '',\n },\n /**\n * @description sub title of result\n */\n subTitle: {\n type: String,\n default: '',\n },\n /**\n * @description icon type of result\n */\n icon: {\n type: String,\n values: ['success', 'warning', 'info', 'error'],\n default: 'info',\n },\n} as const)\n\nexport type ResultProps = ExtractPropTypes<typeof resultProps>\n\nexport type ResultInstance = InstanceType<typeof Result>\n"],"names":[],"mappings":";;;;AAOY,MAAC,OAAO,GAAG;AACvB,EAAE,OAAO,EAAE,cAAc;AACzB,EAAE,OAAO,EAAE,cAAc;AACzB,EAAE,KAAK,EAAE,YAAY;AACrB,EAAE,IAAI,EAAE,WAAW;AACnB,EAAE;AACU,MAAC,gBAAgB,GAAG;AAChC,EAAE,CAAC,OAAO,CAAC,OAAO,GAAG,iBAAiB;AACtC,EAAE,CAAC,OAAO,CAAC,OAAO,GAAG,aAAa;AAClC,EAAE,CAAC,OAAO,CAAC,KAAK,GAAG,iBAAiB;AACpC,EAAE,CAAC,OAAO,CAAC,IAAI,GAAG,UAAU;AAC5B,EAAE;AACU,MAAC,WAAW,GAAG,UAAU,CAAC;AACtC,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,EAAE;AACf,GAAG;AACH,EAAE,QAAQ,EAAE;AACZ,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,SAAS,EAAE,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC;AACnD,IAAI,OAAO,EAAE,MAAM;AACnB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"result2.mjs","sources":["../../../../../../packages/components/result/src/result.vue"],"sourcesContent":["<template>\n <div :class=\"ns.b()\">\n <div :class=\"ns.e('icon')\">\n <slot name=\"icon\">\n <component\n :is=\"resultIcon.component\"\n v-if=\"resultIcon.component\"\n :class=\"resultIcon.class\"\n />\n </slot>\n </div>\n <div v-if=\"title || $slots.title\" :class=\"ns.e('title')\">\n <slot name=\"title\">\n <p>{{ title }}</p>\n </slot>\n </div>\n <div v-if=\"subTitle || $slots['sub-title']\" :class=\"ns.e('subtitle')\">\n <slot name=\"sub-title\">\n <p>{{ subTitle }}</p>\n </slot>\n </div>\n <div v-if=\"$slots.extra\" :class=\"ns.e('extra')\">\n <slot name=\"extra\" />\n </div>\n </div>\n</template>\n<script lang=\"ts\" setup>\nimport { computed } from 'vue'\nimport { useNamespace } from '@element-plus/hooks'\nimport { IconComponentMap, IconMap, resultProps } from './result'\n\ndefineOptions({\n name: 'ElResult',\n})\n\nconst props = defineProps(resultProps)\n\nconst ns = useNamespace('result')\n\nconst resultIcon = computed(() => {\n const icon = props.icon\n const iconClass = icon && IconMap[icon] ? IconMap[icon] : 'icon-info'\n const iconComponent =\n IconComponentMap[iconClass] || IconComponentMap['icon-info']\n\n return {\n class: iconClass,\n component: iconComponent,\n }\n})\n</script>\n"],"names":[],"mappings":";;;;;;mCA+Bc,CAAA;AAAA,EACZ,IAAM,EAAA,UAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,QAAQ,CAAA,CAAA;AAEhC,IAAM,MAAA,UAAA,GAAa,SAAS,MAAM;AAChC,MAAA,MAAM,OAAO,KAAM,CAAA,IAAA,CAAA;AACnB,MAAA,MAAM,SAAY,GAAA,IAAA,IAAQ,OAAQ,CAAA,IAAA,CAAA,GAAQ,QAAQ,IAAQ,CAAA,GAAA,WAAA,CAAA;AAC1D,MAAM,MAAA,aAAA,GACJ,gBAAiB,CAAA,SAAA,CAAA,IAAc,gBAAiB,CAAA,WAAA,CAAA,CAAA;AAElD,MAAO,OAAA;AAAA,QACL,KAAO,EAAA,SAAA;AAAA,QACP,SAAW,EAAA,aAAA;AAAA,OACb,CAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,7 +1,7 @@
1
- import ElRovingFocusGroup from './src/roving-focus-group2.mjs';
2
- export { default as ElRovingFocusGroup, default } from './src/roving-focus-group2.mjs';
1
+ import ElRovingFocusGroup from './src/roving-focus-group.mjs';
2
+ export { default as ElRovingFocusGroup, default } from './src/roving-focus-group.mjs';
3
3
  export { default as ElRovingFocusItem } from './src/roving-focus-item.mjs';
4
4
  export { ROVING_FOCUS_GROUP_INJECTION_KEY, ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY } from './src/tokens.mjs';
5
5
  export { focusFirst, getFocusIntent, reorderArray } from './src/utils.mjs';
6
- export { ROVING_FOCUS_COLLECTION_INJECTION_KEY, ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY } from './src/roving-focus-group.mjs';
6
+ export { ROVING_FOCUS_COLLECTION_INJECTION_KEY, ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY } from './src/roving-focus-group2.mjs';
7
7
  //# sourceMappingURL=index.mjs.map
@@ -2,7 +2,7 @@ import { defineComponent, ref, inject, computed, unref, provide, readonly, toRef
2
2
  import { useEventListener } from '@vueuse/core';
3
3
  import '../../../utils/index.mjs';
4
4
  import '../../config-provider/index.mjs';
5
- import { rovingFocusGroupProps, ROVING_FOCUS_COLLECTION_INJECTION_KEY as COLLECTION_INJECTION_KEY } from './roving-focus-group.mjs';
5
+ import { rovingFocusGroupProps, ROVING_FOCUS_COLLECTION_INJECTION_KEY as COLLECTION_INJECTION_KEY } from './roving-focus-group2.mjs';
6
6
  import { ROVING_FOCUS_GROUP_INJECTION_KEY } from './tokens.mjs';
7
7
  import { focusFirst } from './utils.mjs';
8
8
  import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
@@ -1,33 +1,31 @@
1
- import '../../../utils/index.mjs';
2
- import '../../collection/index.mjs';
3
- import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
4
- import { createCollectionWithScope } from '../../collection/src/collection2.mjs';
1
+ import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, normalizeProps, guardReactiveProps, renderSlot } from 'vue';
2
+ import ElRovingFocusGroupImpl from './roving-focus-group-impl.mjs';
3
+ import { ElCollection } from './roving-focus-group2.mjs';
4
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
5
5
 
6
- const rovingFocusGroupProps = buildProps({
7
- style: { type: definePropType([String, Array, Object]) },
8
- currentTabId: {
9
- type: definePropType(String)
10
- },
11
- defaultCurrentTabId: String,
12
- loop: Boolean,
13
- dir: {
14
- type: String,
15
- values: ["ltr", "rtl"],
16
- default: "ltr"
17
- },
18
- orientation: {
19
- type: definePropType(String)
20
- },
21
- onBlur: Function,
22
- onFocus: Function,
23
- onMousedown: Function
6
+ const _sfc_main = defineComponent({
7
+ name: "ElRovingFocusGroup",
8
+ components: {
9
+ ElFocusGroupCollection: ElCollection,
10
+ ElRovingFocusGroupImpl
11
+ }
24
12
  });
25
- const {
26
- ElCollection,
27
- ElCollectionItem,
28
- COLLECTION_INJECTION_KEY,
29
- COLLECTION_ITEM_INJECTION_KEY
30
- } = createCollectionWithScope("RovingFocusGroup");
13
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
14
+ const _component_el_roving_focus_group_impl = resolveComponent("el-roving-focus-group-impl");
15
+ const _component_el_focus_group_collection = resolveComponent("el-focus-group-collection");
16
+ return openBlock(), createBlock(_component_el_focus_group_collection, null, {
17
+ default: withCtx(() => [
18
+ createVNode(_component_el_roving_focus_group_impl, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
19
+ default: withCtx(() => [
20
+ renderSlot(_ctx.$slots, "default")
21
+ ]),
22
+ _: 3
23
+ }, 16)
24
+ ]),
25
+ _: 3
26
+ });
27
+ }
28
+ var ElRovingFocusGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\workspace\\element-pe\\packages\\components\\roving-focus-group\\src\\roving-focus-group.vue"]]);
31
29
 
32
- export { ElCollection, ElCollectionItem, COLLECTION_INJECTION_KEY as ROVING_FOCUS_COLLECTION_INJECTION_KEY, COLLECTION_ITEM_INJECTION_KEY as ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY, rovingFocusGroupProps };
30
+ export { ElRovingFocusGroup as default };
33
31
  //# sourceMappingURL=roving-focus-group.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"roving-focus-group.mjs","sources":["../../../../../../packages/components/roving-focus-group/src/roving-focus-group.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { createCollectionWithScope } from '@element-plus/components/collection'\nimport type { ExtractPropTypes, HTMLAttributes, StyleValue } from 'vue'\n\nexport const rovingFocusGroupProps = buildProps({\n style: { type: definePropType<StyleValue>([String, Array, Object]) },\n currentTabId: {\n type: definePropType<string | null>(String),\n },\n defaultCurrentTabId: String,\n loop: Boolean,\n dir: {\n type: String, // left for direction support\n values: ['ltr', 'rtl'],\n default: 'ltr',\n },\n orientation: {\n // left for orientation support\n type: definePropType<HTMLAttributes['aria-orientation']>(String),\n },\n\n onBlur: Function,\n onFocus: Function,\n onMousedown: Function,\n})\n\nexport type ElRovingFocusGroupProps = ExtractPropTypes<\n typeof rovingFocusGroupProps\n>\n\nconst {\n ElCollection,\n ElCollectionItem,\n COLLECTION_INJECTION_KEY,\n COLLECTION_ITEM_INJECTION_KEY,\n} = createCollectionWithScope('RovingFocusGroup')\n\nexport {\n ElCollection,\n ElCollectionItem,\n COLLECTION_INJECTION_KEY as ROVING_FOCUS_COLLECTION_INJECTION_KEY,\n COLLECTION_ITEM_INJECTION_KEY as ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY,\n}\n"],"names":[],"mappings":";;;;;AAEY,MAAC,qBAAqB,GAAG,UAAU,CAAC;AAChD,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,EAAE;AAC1D,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,mBAAmB,EAAE,MAAM;AAC7B,EAAE,IAAI,EAAE,OAAO;AACf,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;AAC1B,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,MAAM,EAAE,QAAQ;AAClB,EAAE,OAAO,EAAE,QAAQ;AACnB,EAAE,WAAW,EAAE,QAAQ;AACvB,CAAC,EAAE;AACE,MAAC;AACN,EAAE,YAAY;AACd,EAAE,gBAAgB;AAClB,EAAE,wBAAwB;AAC1B,EAAE,6BAA6B;AAC/B,CAAC,GAAG,yBAAyB,CAAC,kBAAkB;;;;"}
1
+ {"version":3,"file":"roving-focus-group.mjs","sources":["../../../../../../packages/components/roving-focus-group/src/roving-focus-group.vue"],"sourcesContent":["<template>\n <el-focus-group-collection>\n <el-roving-focus-group-impl v-bind=\"$attrs\">\n <slot />\n </el-roving-focus-group-impl>\n </el-focus-group-collection>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent } from 'vue'\nimport ElRovingFocusGroupImpl from './roving-focus-group-impl.vue'\nimport { ElCollection as ElFocusGroupCollection } from './roving-focus-group'\n\nexport default defineComponent({\n name: 'ElRovingFocusGroup',\n components: {\n ElFocusGroupCollection,\n ElRovingFocusGroupImpl,\n },\n})\n</script>\n"],"names":["ElFocusGroupCollection","_createBlock","_withCtx","_createVNode","_renderSlot"],"mappings":";;;;;AAaA,MAAK,YAAa,eAAa,CAAA;AAAA,EAC7B,IAAM,EAAA,oBAAA;AAAA,EACN,UAAY,EAAA;AAAA,4BACVA,YAAA;AAAA,IACA,sBAAA;AAAA,GACF;AACF,CAAC,CAAA,CAAA;;;;sBAlBCC,WAI4B,CAAA,oCAAA,EAAA,IAAA,EAAA;AAAA,IAAA,OAAA,EAAAC,OAAA,CAH1B,MAE6B;AAAA,MAF7BC,WAAA,CAE6B,yEAFO,IAAM,CAAA,MAAA,CAAA,CAAA,EAAA;AAAA,QAAA,OAAA,EAAAD,OAAA,CACxC,MAAQ;AAAA,UAARE,UAAQ,CAAA,IAAA,CAAA,MAAA,EAAA,SAAA,CAAA;AAAA,SAAA,CAAA;;;;;;;;;;;"}
@@ -1,31 +1,33 @@
1
- import { defineComponent, resolveComponent, openBlock, createBlock, withCtx, createVNode, normalizeProps, guardReactiveProps, renderSlot } from 'vue';
2
- import ElRovingFocusGroupImpl from './roving-focus-group-impl.mjs';
3
- import { ElCollection } from './roving-focus-group.mjs';
4
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import '../../collection/index.mjs';
3
+ import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs';
4
+ import { createCollectionWithScope } from '../../collection/src/collection.mjs';
5
5
 
6
- const _sfc_main = defineComponent({
7
- name: "ElRovingFocusGroup",
8
- components: {
9
- ElFocusGroupCollection: ElCollection,
10
- ElRovingFocusGroupImpl
11
- }
6
+ const rovingFocusGroupProps = buildProps({
7
+ style: { type: definePropType([String, Array, Object]) },
8
+ currentTabId: {
9
+ type: definePropType(String)
10
+ },
11
+ defaultCurrentTabId: String,
12
+ loop: Boolean,
13
+ dir: {
14
+ type: String,
15
+ values: ["ltr", "rtl"],
16
+ default: "ltr"
17
+ },
18
+ orientation: {
19
+ type: definePropType(String)
20
+ },
21
+ onBlur: Function,
22
+ onFocus: Function,
23
+ onMousedown: Function
12
24
  });
13
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
14
- const _component_el_roving_focus_group_impl = resolveComponent("el-roving-focus-group-impl");
15
- const _component_el_focus_group_collection = resolveComponent("el-focus-group-collection");
16
- return openBlock(), createBlock(_component_el_focus_group_collection, null, {
17
- default: withCtx(() => [
18
- createVNode(_component_el_roving_focus_group_impl, normalizeProps(guardReactiveProps(_ctx.$attrs)), {
19
- default: withCtx(() => [
20
- renderSlot(_ctx.$slots, "default")
21
- ]),
22
- _: 3
23
- }, 16)
24
- ]),
25
- _: 3
26
- });
27
- }
28
- var ElRovingFocusGroup = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "D:\\workspace\\element-pe\\packages\\components\\roving-focus-group\\src\\roving-focus-group.vue"]]);
25
+ const {
26
+ ElCollection,
27
+ ElCollectionItem,
28
+ COLLECTION_INJECTION_KEY,
29
+ COLLECTION_ITEM_INJECTION_KEY
30
+ } = createCollectionWithScope("RovingFocusGroup");
29
31
 
30
- export { ElRovingFocusGroup as default };
32
+ export { ElCollection, ElCollectionItem, COLLECTION_INJECTION_KEY as ROVING_FOCUS_COLLECTION_INJECTION_KEY, COLLECTION_ITEM_INJECTION_KEY as ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY, rovingFocusGroupProps };
31
33
  //# sourceMappingURL=roving-focus-group2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"roving-focus-group2.mjs","sources":["../../../../../../packages/components/roving-focus-group/src/roving-focus-group.vue"],"sourcesContent":["<template>\n <el-focus-group-collection>\n <el-roving-focus-group-impl v-bind=\"$attrs\">\n <slot />\n </el-roving-focus-group-impl>\n </el-focus-group-collection>\n</template>\n\n<script lang=\"ts\">\nimport { defineComponent } from 'vue'\nimport ElRovingFocusGroupImpl from './roving-focus-group-impl.vue'\nimport { ElCollection as ElFocusGroupCollection } from './roving-focus-group'\n\nexport default defineComponent({\n name: 'ElRovingFocusGroup',\n components: {\n ElFocusGroupCollection,\n ElRovingFocusGroupImpl,\n },\n})\n</script>\n"],"names":["ElFocusGroupCollection","_createBlock","_withCtx","_createVNode","_renderSlot"],"mappings":";;;;;AAaA,MAAK,YAAa,eAAa,CAAA;AAAA,EAC7B,IAAM,EAAA,oBAAA;AAAA,EACN,UAAY,EAAA;AAAA,4BACVA,YAAA;AAAA,IACA,sBAAA;AAAA,GACF;AACF,CAAC,CAAA,CAAA;;;;sBAlBCC,WAI4B,CAAA,oCAAA,EAAA,IAAA,EAAA;AAAA,IAAA,OAAA,EAAAC,OAAA,CAH1B,MAE6B;AAAA,MAF7BC,WAAA,CAE6B,yEAFO,IAAM,CAAA,MAAA,CAAA,CAAA,EAAA;AAAA,QAAA,OAAA,EAAAD,OAAA,CACxC,MAAQ;AAAA,UAARE,UAAQ,CAAA,IAAA,CAAA,MAAA,EAAA,SAAA,CAAA;AAAA,SAAA,CAAA;;;;;;;;;;;"}
1
+ {"version":3,"file":"roving-focus-group2.mjs","sources":["../../../../../../packages/components/roving-focus-group/src/roving-focus-group.ts"],"sourcesContent":["import { buildProps, definePropType } from '@element-plus/utils'\nimport { createCollectionWithScope } from '@element-plus/components/collection'\nimport type { ExtractPropTypes, HTMLAttributes, StyleValue } from 'vue'\n\nexport const rovingFocusGroupProps = buildProps({\n style: { type: definePropType<StyleValue>([String, Array, Object]) },\n currentTabId: {\n type: definePropType<string | null>(String),\n },\n defaultCurrentTabId: String,\n loop: Boolean,\n dir: {\n type: String, // left for direction support\n values: ['ltr', 'rtl'],\n default: 'ltr',\n },\n orientation: {\n // left for orientation support\n type: definePropType<HTMLAttributes['aria-orientation']>(String),\n },\n\n onBlur: Function,\n onFocus: Function,\n onMousedown: Function,\n})\n\nexport type ElRovingFocusGroupProps = ExtractPropTypes<\n typeof rovingFocusGroupProps\n>\n\nconst {\n ElCollection,\n ElCollectionItem,\n COLLECTION_INJECTION_KEY,\n COLLECTION_ITEM_INJECTION_KEY,\n} = createCollectionWithScope('RovingFocusGroup')\n\nexport {\n ElCollection,\n ElCollectionItem,\n COLLECTION_INJECTION_KEY as ROVING_FOCUS_COLLECTION_INJECTION_KEY,\n COLLECTION_ITEM_INJECTION_KEY as ROVING_FOCUS_ITEM_COLLECTION_INJECTION_KEY,\n}\n"],"names":[],"mappings":";;;;;AAEY,MAAC,qBAAqB,GAAG,UAAU,CAAC;AAChD,EAAE,KAAK,EAAE,EAAE,IAAI,EAAE,cAAc,CAAC,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC,CAAC,EAAE;AAC1D,EAAE,YAAY,EAAE;AAChB,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,mBAAmB,EAAE,MAAM;AAC7B,EAAE,IAAI,EAAE,OAAO;AACf,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,CAAC,KAAK,EAAE,KAAK,CAAC;AAC1B,IAAI,OAAO,EAAE,KAAK;AAClB,GAAG;AACH,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAE,cAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,MAAM,EAAE,QAAQ;AAClB,EAAE,OAAO,EAAE,QAAQ;AACnB,EAAE,WAAW,EAAE,QAAQ;AACvB,CAAC,EAAE;AACE,MAAC;AACN,EAAE,YAAY;AACd,EAAE,gBAAgB;AAClB,EAAE,wBAAwB;AAC1B,EAAE,6BAA6B;AAC/B,CAAC,GAAG,yBAAyB,CAAC,kBAAkB;;;;"}
@@ -3,7 +3,7 @@ import '../../../hooks/index.mjs';
3
3
  import '../../../utils/index.mjs';
4
4
  import '../../../constants/index.mjs';
5
5
  import '../../config-provider/index.mjs';
6
- import { ElCollectionItem, ROVING_FOCUS_COLLECTION_INJECTION_KEY as COLLECTION_INJECTION_KEY } from './roving-focus-group.mjs';
6
+ import { ElCollectionItem, ROVING_FOCUS_COLLECTION_INJECTION_KEY as COLLECTION_INJECTION_KEY } from './roving-focus-group2.mjs';
7
7
  import { ROVING_FOCUS_GROUP_INJECTION_KEY, ROVING_FOCUS_GROUP_ITEM_INJECTION_KEY } from './tokens.mjs';
8
8
  import { getFocusIntent, reorderArray, focusFirst } from './utils.mjs';
9
9
  import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
@@ -1,6 +1,6 @@
1
1
  import '../../utils/index.mjs';
2
- import Row from './src/row.mjs';
3
- export { RowAlign, RowJustify, rowProps } from './src/row2.mjs';
2
+ import Row from './src/row2.mjs';
3
+ export { RowAlign, RowJustify, rowProps } from './src/row.mjs';
4
4
  export { rowContextKey } from './src/constants.mjs';
5
5
  import { withInstall } from '../../utils/vue/install.mjs';
6
6
 
@@ -1,50 +1,34 @@
1
- import { defineComponent, computed, provide, openBlock, createBlock, resolveDynamicComponent, normalizeClass, unref, normalizeStyle, withCtx, renderSlot } from 'vue';
2
- import '../../../hooks/index.mjs';
3
- import { rowContextKey } from './constants.mjs';
4
- import { rowProps } from './row2.mjs';
5
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { buildProps } from '../../../utils/vue/props/runtime.mjs';
7
3
 
8
- const __default__ = defineComponent({
9
- name: "ElRow"
10
- });
11
- const _sfc_main = /* @__PURE__ */ defineComponent({
12
- ...__default__,
13
- props: rowProps,
14
- setup(__props) {
15
- const props = __props;
16
- const ns = useNamespace("row");
17
- const gutter = computed(() => props.gutter);
18
- provide(rowContextKey, {
19
- gutter
20
- });
21
- const style = computed(() => {
22
- const styles = {};
23
- if (!props.gutter) {
24
- return styles;
25
- }
26
- styles.marginRight = styles.marginLeft = `-${props.gutter / 2}px`;
27
- return styles;
28
- });
29
- const rowKls = computed(() => [
30
- ns.b(),
31
- ns.is(`justify-${props.justify}`, props.justify !== "start"),
32
- ns.is(`align-${props.align}`, !!props.align)
33
- ]);
34
- return (_ctx, _cache) => {
35
- return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), {
36
- class: normalizeClass(unref(rowKls)),
37
- style: normalizeStyle(unref(style))
38
- }, {
39
- default: withCtx(() => [
40
- renderSlot(_ctx.$slots, "default")
41
- ]),
42
- _: 3
43
- }, 8, ["class", "style"]);
44
- };
4
+ const RowJustify = [
5
+ "start",
6
+ "center",
7
+ "end",
8
+ "space-around",
9
+ "space-between",
10
+ "space-evenly"
11
+ ];
12
+ const RowAlign = ["top", "middle", "bottom"];
13
+ const rowProps = buildProps({
14
+ tag: {
15
+ type: String,
16
+ default: "div"
17
+ },
18
+ gutter: {
19
+ type: Number,
20
+ default: 0
21
+ },
22
+ justify: {
23
+ type: String,
24
+ values: RowJustify,
25
+ default: "start"
26
+ },
27
+ align: {
28
+ type: String,
29
+ values: RowAlign
45
30
  }
46
31
  });
47
- var Row = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\row\\src\\row.vue"]]);
48
32
 
49
- export { Row as default };
33
+ export { RowAlign, RowJustify, rowProps };
50
34
  //# sourceMappingURL=row.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"row.mjs","sources":["../../../../../../packages/components/row/src/row.vue"],"sourcesContent":["<template>\n <component :is=\"tag\" :class=\"rowKls\" :style=\"style\">\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, provide } from 'vue'\nimport { useNamespace } from '@element-plus/hooks'\nimport { rowContextKey } from './constants'\nimport { rowProps } from './row'\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElRow',\n})\n\nconst props = defineProps(rowProps)\n\nconst ns = useNamespace('row')\nconst gutter = computed(() => props.gutter)\n\nprovide(rowContextKey, {\n gutter,\n})\n\nconst style = computed(() => {\n const styles: CSSProperties = {}\n if (!props.gutter) {\n return styles\n }\n\n styles.marginRight = styles.marginLeft = `-${props.gutter / 2}px`\n return styles\n})\n\nconst rowKls = computed(() => [\n ns.b(),\n ns.is(`justify-${props.justify}`, props.justify !== 'start'),\n ns.is(`align-${props.align}`, !!props.align),\n])\n</script>\n"],"names":[],"mappings":";;;;;;;mCAac,CAAA;AAAA,EACZ,IAAM,EAAA,OAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,KAAK,CAAA,CAAA;AAC7B,IAAA,MAAM,MAAS,GAAA,QAAA,CAAS,MAAM,KAAA,CAAM,MAAM,CAAA,CAAA;AAE1C,IAAA,OAAA,CAAQ,aAAe,EAAA;AAAA,MACrB,MAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,KAAA,GAAQ,SAAS,MAAM;AAC3B,MAAA,MAAM,SAAwB,EAAC,CAAA;AAC/B,MAAI,IAAA,CAAC,MAAM,MAAQ,EAAA;AACjB,QAAO,OAAA,MAAA,CAAA;AAAA,OACT;AAEA,MAAA,MAAA,CAAO,WAAc,GAAA,MAAA,CAAO,UAAa,GAAA,CAAA,CAAA,EAAI,MAAM,MAAS,GAAA,CAAA,CAAA,EAAA,CAAA,CAAA;AAC5D,MAAO,OAAA,MAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAM,MAAA,MAAA,GAAS,SAAS,MAAM;AAAA,MAC5B,GAAG,CAAE,EAAA;AAAA,MACL,GAAG,EAAG,CAAA,CAAA,QAAA,EAAW,MAAM,OAAW,CAAA,CAAA,EAAA,KAAA,CAAM,YAAY,OAAO,CAAA;AAAA,MAC3D,EAAA,CAAG,GAAG,CAAS,MAAA,EAAA,KAAA,CAAM,SAAS,CAAC,CAAC,MAAM,KAAK,CAAA;AAAA,KAC5C,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"row.mjs","sources":["../../../../../../packages/components/row/src/row.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type Row from './row.vue'\n\nexport const RowJustify = [\n 'start',\n 'center',\n 'end',\n 'space-around',\n 'space-between',\n 'space-evenly',\n] as const\n\nexport const RowAlign = ['top', 'middle', 'bottom'] as const\n\nexport const rowProps = buildProps({\n /**\n * @description custom element tag\n */\n tag: {\n type: String,\n default: 'div',\n },\n /**\n * @description grid spacing\n */\n gutter: {\n type: Number,\n default: 0,\n },\n /**\n * @description horizontal alignment of flex layout\n */\n justify: {\n type: String,\n values: RowJustify,\n default: 'start',\n },\n /**\n * @description vertical alignment of flex layout\n */\n align: {\n type: String,\n values: RowAlign,\n },\n} as const)\n\nexport type RowProps = ExtractPropTypes<typeof rowProps>\nexport type RowInstance = InstanceType<typeof Row>\n"],"names":[],"mappings":";;;AACY,MAAC,UAAU,GAAG;AAC1B,EAAE,OAAO;AACT,EAAE,QAAQ;AACV,EAAE,KAAK;AACP,EAAE,cAAc;AAChB,EAAE,eAAe;AACjB,EAAE,cAAc;AAChB,EAAE;AACU,MAAC,QAAQ,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;AACxC,MAAC,QAAQ,GAAG,UAAU,CAAC;AACnC,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,KAAK;AAClB,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,MAAM;AAChB,IAAI,MAAM,EAAE,UAAU;AACtB,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,QAAQ;AACpB,GAAG;AACH,CAAC;;;;"}
@@ -1,34 +1,50 @@
1
- import '../../../utils/index.mjs';
2
- import { buildProps } from '../../../utils/vue/props/runtime.mjs';
1
+ import { defineComponent, computed, provide, openBlock, createBlock, resolveDynamicComponent, normalizeClass, unref, normalizeStyle, withCtx, renderSlot } from 'vue';
2
+ import '../../../hooks/index.mjs';
3
+ import { rowContextKey } from './constants.mjs';
4
+ import { rowProps } from './row.mjs';
5
+ import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
+ import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
3
7
 
4
- const RowJustify = [
5
- "start",
6
- "center",
7
- "end",
8
- "space-around",
9
- "space-between",
10
- "space-evenly"
11
- ];
12
- const RowAlign = ["top", "middle", "bottom"];
13
- const rowProps = buildProps({
14
- tag: {
15
- type: String,
16
- default: "div"
17
- },
18
- gutter: {
19
- type: Number,
20
- default: 0
21
- },
22
- justify: {
23
- type: String,
24
- values: RowJustify,
25
- default: "start"
26
- },
27
- align: {
28
- type: String,
29
- values: RowAlign
8
+ const __default__ = defineComponent({
9
+ name: "ElRow"
10
+ });
11
+ const _sfc_main = /* @__PURE__ */ defineComponent({
12
+ ...__default__,
13
+ props: rowProps,
14
+ setup(__props) {
15
+ const props = __props;
16
+ const ns = useNamespace("row");
17
+ const gutter = computed(() => props.gutter);
18
+ provide(rowContextKey, {
19
+ gutter
20
+ });
21
+ const style = computed(() => {
22
+ const styles = {};
23
+ if (!props.gutter) {
24
+ return styles;
25
+ }
26
+ styles.marginRight = styles.marginLeft = `-${props.gutter / 2}px`;
27
+ return styles;
28
+ });
29
+ const rowKls = computed(() => [
30
+ ns.b(),
31
+ ns.is(`justify-${props.justify}`, props.justify !== "start"),
32
+ ns.is(`align-${props.align}`, !!props.align)
33
+ ]);
34
+ return (_ctx, _cache) => {
35
+ return openBlock(), createBlock(resolveDynamicComponent(_ctx.tag), {
36
+ class: normalizeClass(unref(rowKls)),
37
+ style: normalizeStyle(unref(style))
38
+ }, {
39
+ default: withCtx(() => [
40
+ renderSlot(_ctx.$slots, "default")
41
+ ]),
42
+ _: 3
43
+ }, 8, ["class", "style"]);
44
+ };
30
45
  }
31
46
  });
47
+ var Row = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\row\\src\\row.vue"]]);
32
48
 
33
- export { RowAlign, RowJustify, rowProps };
49
+ export { Row as default };
34
50
  //# sourceMappingURL=row2.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"row2.mjs","sources":["../../../../../../packages/components/row/src/row.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type { ExtractPropTypes } from 'vue'\nimport type Row from './row.vue'\n\nexport const RowJustify = [\n 'start',\n 'center',\n 'end',\n 'space-around',\n 'space-between',\n 'space-evenly',\n] as const\n\nexport const RowAlign = ['top', 'middle', 'bottom'] as const\n\nexport const rowProps = buildProps({\n /**\n * @description custom element tag\n */\n tag: {\n type: String,\n default: 'div',\n },\n /**\n * @description grid spacing\n */\n gutter: {\n type: Number,\n default: 0,\n },\n /**\n * @description horizontal alignment of flex layout\n */\n justify: {\n type: String,\n values: RowJustify,\n default: 'start',\n },\n /**\n * @description vertical alignment of flex layout\n */\n align: {\n type: String,\n values: RowAlign,\n },\n} as const)\n\nexport type RowProps = ExtractPropTypes<typeof rowProps>\nexport type RowInstance = InstanceType<typeof Row>\n"],"names":[],"mappings":";;;AACY,MAAC,UAAU,GAAG;AAC1B,EAAE,OAAO;AACT,EAAE,QAAQ;AACV,EAAE,KAAK;AACP,EAAE,cAAc;AAChB,EAAE,eAAe;AACjB,EAAE,cAAc;AAChB,EAAE;AACU,MAAC,QAAQ,GAAG,CAAC,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE;AACxC,MAAC,QAAQ,GAAG,UAAU,CAAC;AACnC,EAAE,GAAG,EAAE;AACP,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,OAAO,EAAE,KAAK;AAClB,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,MAAM;AAChB,IAAI,MAAM,EAAE,UAAU;AACtB,IAAI,OAAO,EAAE,OAAO;AACpB,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE,QAAQ;AACpB,GAAG;AACH,CAAC;;;;"}
1
+ {"version":3,"file":"row2.mjs","sources":["../../../../../../packages/components/row/src/row.vue"],"sourcesContent":["<template>\n <component :is=\"tag\" :class=\"rowKls\" :style=\"style\">\n <slot />\n </component>\n</template>\n\n<script setup lang=\"ts\">\nimport { computed, provide } from 'vue'\nimport { useNamespace } from '@element-plus/hooks'\nimport { rowContextKey } from './constants'\nimport { rowProps } from './row'\nimport type { CSSProperties } from 'vue'\n\ndefineOptions({\n name: 'ElRow',\n})\n\nconst props = defineProps(rowProps)\n\nconst ns = useNamespace('row')\nconst gutter = computed(() => props.gutter)\n\nprovide(rowContextKey, {\n gutter,\n})\n\nconst style = computed(() => {\n const styles: CSSProperties = {}\n if (!props.gutter) {\n return styles\n }\n\n styles.marginRight = styles.marginLeft = `-${props.gutter / 2}px`\n return styles\n})\n\nconst rowKls = computed(() => [\n ns.b(),\n ns.is(`justify-${props.justify}`, props.justify !== 'start'),\n ns.is(`align-${props.align}`, !!props.align),\n])\n</script>\n"],"names":[],"mappings":";;;;;;;mCAac,CAAA;AAAA,EACZ,IAAM,EAAA,OAAA;AACR,CAAA,CAAA,CAAA;;;;;;AAIA,IAAM,MAAA,EAAA,GAAK,aAAa,KAAK,CAAA,CAAA;AAC7B,IAAA,MAAM,MAAS,GAAA,QAAA,CAAS,MAAM,KAAA,CAAM,MAAM,CAAA,CAAA;AAE1C,IAAA,OAAA,CAAQ,aAAe,EAAA;AAAA,MACrB,MAAA;AAAA,KACD,CAAA,CAAA;AAED,IAAM,MAAA,KAAA,GAAQ,SAAS,MAAM;AAC3B,MAAA,MAAM,SAAwB,EAAC,CAAA;AAC/B,MAAI,IAAA,CAAC,MAAM,MAAQ,EAAA;AACjB,QAAO,OAAA,MAAA,CAAA;AAAA,OACT;AAEA,MAAA,MAAA,CAAO,WAAc,GAAA,MAAA,CAAO,UAAa,GAAA,CAAA,CAAA,EAAI,MAAM,MAAS,GAAA,CAAA,CAAA,EAAA,CAAA,CAAA;AAC5D,MAAO,OAAA,MAAA,CAAA;AAAA,KACR,CAAA,CAAA;AAED,IAAM,MAAA,MAAA,GAAS,SAAS,MAAM;AAAA,MAC5B,GAAG,CAAE,EAAA;AAAA,MACL,GAAG,EAAG,CAAA,CAAA,QAAA,EAAW,MAAM,OAAW,CAAA,CAAA,EAAA,KAAA,CAAM,YAAY,OAAO,CAAA;AAAA,MAC3D,EAAA,CAAG,GAAG,CAAS,MAAA,EAAA,KAAA,CAAM,SAAS,CAAC,CAAC,MAAM,KAAK,CAAA;AAAA,KAC5C,CAAA,CAAA;;;;;;;;;;;;;;;;;;"}
@@ -1,8 +1,8 @@
1
1
  import '../../utils/index.mjs';
2
- import Skeleton from './src/skeleton2.mjs';
3
- import SkeletonItem from './src/skeleton-item.mjs';
4
- export { skeletonProps } from './src/skeleton.mjs';
5
- export { skeletonItemProps } from './src/skeleton-item2.mjs';
2
+ import Skeleton from './src/skeleton.mjs';
3
+ import SkeletonItem from './src/skeleton-item2.mjs';
4
+ export { skeletonProps } from './src/skeleton2.mjs';
5
+ export { skeletonItemProps } from './src/skeleton-item.mjs';
6
6
  import { withInstall, withNoopInstall } from '../../utils/vue/install.mjs';
7
7
 
8
8
  const ElSkeleton = withInstall(Skeleton, {
@@ -1,28 +1,23 @@
1
- import { defineComponent, openBlock, createElementBlock, normalizeClass, unref, createBlock, createCommentVNode } from 'vue';
2
- import '../../../hooks/index.mjs';
3
- import { PictureFilled } from '@element-plus/icons-vue';
4
- import { skeletonItemProps } from './skeleton-item2.mjs';
5
- import _export_sfc from '../../../_virtual/plugin-vue_export-helper.mjs';
6
- import { useNamespace } from '../../../hooks/use-namespace/index.mjs';
1
+ import '../../../utils/index.mjs';
2
+ import { buildProps } from '../../../utils/vue/props/runtime.mjs';
7
3
 
8
- const __default__ = defineComponent({
9
- name: "ElSkeletonItem"
10
- });
11
- const _sfc_main = /* @__PURE__ */ defineComponent({
12
- ...__default__,
13
- props: skeletonItemProps,
14
- setup(__props) {
15
- const ns = useNamespace("skeleton");
16
- return (_ctx, _cache) => {
17
- return openBlock(), createElementBlock("div", {
18
- class: normalizeClass([unref(ns).e("item"), unref(ns).e(_ctx.variant)])
19
- }, [
20
- _ctx.variant === "image" ? (openBlock(), createBlock(unref(PictureFilled), { key: 0 })) : createCommentVNode("v-if", true)
21
- ], 2);
22
- };
4
+ const skeletonItemProps = buildProps({
5
+ variant: {
6
+ type: String,
7
+ values: [
8
+ "circle",
9
+ "rect",
10
+ "h1",
11
+ "h3",
12
+ "text",
13
+ "caption",
14
+ "p",
15
+ "image",
16
+ "button"
17
+ ],
18
+ default: "text"
23
19
  }
24
20
  });
25
- var SkeletonItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "D:\\workspace\\element-pe\\packages\\components\\skeleton\\src\\skeleton-item.vue"]]);
26
21
 
27
- export { SkeletonItem as default };
22
+ export { skeletonItemProps };
28
23
  //# sourceMappingURL=skeleton-item.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton-item.mjs","sources":["../../../../../../packages/components/skeleton/src/skeleton-item.vue"],"sourcesContent":["<template>\n <div :class=\"[ns.e('item'), ns.e(variant)]\">\n <picture-filled v-if=\"variant === 'image'\" />\n </div>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@element-plus/hooks'\nimport { PictureFilled } from '@element-plus/icons-vue'\nimport { skeletonItemProps } from './skeleton-item'\n\ndefineOptions({\n name: 'ElSkeletonItem',\n})\ndefineProps(skeletonItemProps)\nconst ns = useNamespace('skeleton')\n</script>\n"],"names":[],"mappings":";;;;;;;mCAWc,CAAA;AAAA,EACZ,IAAM,EAAA,gBAAA;AACR,CAAA,CAAA,CAAA;;;;;AAEA,IAAM,MAAA,EAAA,GAAK,aAAa,UAAU,CAAA,CAAA;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"skeleton-item.mjs","sources":["../../../../../../packages/components/skeleton/src/skeleton-item.ts"],"sourcesContent":["import { buildProps } from '@element-plus/utils'\nimport type SkeletonItem from './skeleton-item.vue'\nimport type { ExtractPropTypes } from 'vue'\n\nexport const skeletonItemProps = buildProps({\n /**\n * @description the current rendering skeleton type\n */\n variant: {\n type: String,\n values: [\n 'circle',\n 'rect',\n 'h1',\n 'h3',\n 'text',\n 'caption',\n 'p',\n 'image',\n 'button',\n ],\n default: 'text',\n },\n} as const)\nexport type SkeletonItemProps = ExtractPropTypes<typeof skeletonItemProps>\n\nexport type SkeletonItemInstance = InstanceType<typeof SkeletonItem>\n"],"names":[],"mappings":";;;AACY,MAAC,iBAAiB,GAAG,UAAU,CAAC;AAC5C,EAAE,OAAO,EAAE;AACX,IAAI,IAAI,EAAE,MAAM;AAChB,IAAI,MAAM,EAAE;AACZ,MAAM,QAAQ;AACd,MAAM,MAAM;AACZ,MAAM,IAAI;AACV,MAAM,IAAI;AACV,MAAM,MAAM;AACZ,MAAM,SAAS;AACf,MAAM,GAAG;AACT,MAAM,OAAO;AACb,MAAM,QAAQ;AACd,KAAK;AACL,IAAI,OAAO,EAAE,MAAM;AACnB,GAAG;AACH,CAAC;;;;"}