beyond-webui 1.1.45 → 1.1.46

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 (729) hide show
  1. package/dist/index.full.js +1 -1
  2. package/dist/index.full.min.js +1 -1
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +1 -1
  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 +117 -26
  9. package/es/components/affix/src/affix.mjs.map +1 -1
  10. package/es/components/affix/src/affix2.mjs +26 -117
  11. package/es/components/affix/src/affix2.mjs.map +1 -1
  12. package/es/components/alert/index.d.ts +4 -4
  13. package/es/components/alert/src/alert.d.ts +1 -1
  14. package/es/components/alert/src/alert.vue.d.ts +4 -4
  15. package/es/components/autocomplete/index.d.ts +82 -82
  16. package/es/components/autocomplete/index.mjs +2 -2
  17. package/es/components/autocomplete/src/autocomplete.mjs +96 -397
  18. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  19. package/es/components/autocomplete/src/autocomplete.vue.d.ts +82 -82
  20. package/es/components/autocomplete/src/autocomplete2.mjs +397 -96
  21. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  22. package/es/components/avatar/index.mjs +2 -2
  23. package/es/components/avatar/src/avatar.mjs +32 -67
  24. package/es/components/avatar/src/avatar.mjs.map +1 -1
  25. package/es/components/avatar/src/avatar2.mjs +67 -32
  26. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  27. package/es/components/badge/index.mjs +2 -2
  28. package/es/components/badge/src/badge.mjs +55 -17
  29. package/es/components/badge/src/badge.mjs.map +1 -1
  30. package/es/components/badge/src/badge2.mjs +17 -55
  31. package/es/components/badge/src/badge2.mjs.map +1 -1
  32. package/es/components/button/index.d.ts +6 -6
  33. package/es/components/button/src/button.d.ts +1 -1
  34. package/es/components/button/src/button.vue.d.ts +6 -6
  35. package/es/components/button/src/use-button.d.ts +1 -1
  36. package/es/components/calendar/index.d.ts +6 -6
  37. package/es/components/calendar/src/calendar.vue.d.ts +6 -6
  38. package/es/components/calendar/src/calendar2.mjs +1 -1
  39. package/es/components/calendar/src/date-table.mjs +33 -87
  40. package/es/components/calendar/src/date-table.mjs.map +1 -1
  41. package/es/components/calendar/src/date-table2.mjs +87 -33
  42. package/es/components/calendar/src/date-table2.mjs.map +1 -1
  43. package/es/components/calendar/src/use-date-table.mjs +1 -1
  44. package/es/components/carousel/index.d.ts +5 -5
  45. package/es/components/carousel/index.mjs +2 -2
  46. package/es/components/carousel/src/carousel.d.ts +1 -1
  47. package/es/components/carousel/src/carousel.mjs +224 -62
  48. package/es/components/carousel/src/carousel.mjs.map +1 -1
  49. package/es/components/carousel/src/carousel.vue.d.ts +5 -5
  50. package/es/components/carousel/src/carousel2.mjs +62 -224
  51. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  52. package/es/components/cascader/index.d.ts +170 -170
  53. package/es/components/cascader/index.mjs +2 -2
  54. package/es/components/cascader/src/cascader.mjs +619 -61
  55. package/es/components/cascader/src/cascader.mjs.map +1 -1
  56. package/es/components/cascader/src/cascader.vue.d.ts +85 -85
  57. package/es/components/cascader/src/cascader2.mjs +61 -619
  58. package/es/components/cascader/src/cascader2.mjs.map +1 -1
  59. package/es/components/cascader-panel/index.d.ts +2 -2
  60. package/es/components/cascader-panel/src/index.mjs +1 -1
  61. package/es/components/cascader-panel/src/index.vue.d.ts +1 -1
  62. package/es/components/cascader-panel/src/menu.mjs +1 -1
  63. package/es/components/cascader-panel/src/node.mjs +209 -116
  64. package/es/components/cascader-panel/src/node.mjs.map +1 -1
  65. package/es/components/cascader-panel/src/node2.mjs +116 -209
  66. package/es/components/cascader-panel/src/node2.mjs.map +1 -1
  67. package/es/components/cascader-panel/src/store.mjs +1 -1
  68. package/es/components/checkbox/index.mjs +2 -2
  69. package/es/components/checkbox/src/checkbox-group.mjs +72 -28
  70. package/es/components/checkbox/src/checkbox-group.mjs.map +1 -1
  71. package/es/components/checkbox/src/checkbox-group2.mjs +28 -72
  72. package/es/components/checkbox/src/checkbox-group2.mjs.map +1 -1
  73. package/es/components/col/index.d.ts +1 -1
  74. package/es/components/col/src/col.vue.d.ts +1 -1
  75. package/es/components/collapse/index.mjs +2 -2
  76. package/es/components/collapse/src/collapse.mjs +17 -30
  77. package/es/components/collapse/src/collapse.mjs.map +1 -1
  78. package/es/components/collapse/src/collapse2.mjs +30 -17
  79. package/es/components/collapse/src/collapse2.mjs.map +1 -1
  80. package/es/components/collection/index.mjs +1 -1
  81. package/es/components/collection/src/collection.mjs +62 -10
  82. package/es/components/collection/src/collection.mjs.map +1 -1
  83. package/es/components/collection/src/collection2.mjs +10 -62
  84. package/es/components/collection/src/collection2.mjs.map +1 -1
  85. package/es/components/color-picker/index.d.ts +48 -48
  86. package/es/components/color-picker/src/color-picker.vue.d.ts +48 -48
  87. package/es/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +20 -20
  88. package/es/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +20 -20
  89. package/es/components/date-picker/src/panel-utils.d.ts +40 -40
  90. package/es/components/descriptions/index.mjs +2 -2
  91. package/es/components/descriptions/src/description.mjs +25 -111
  92. package/es/components/descriptions/src/description.mjs.map +1 -1
  93. package/es/components/descriptions/src/description2.mjs +111 -25
  94. package/es/components/descriptions/src/description2.mjs.map +1 -1
  95. package/es/components/descriptions/src/descriptions-row.mjs +64 -7
  96. package/es/components/descriptions/src/descriptions-row.mjs.map +1 -1
  97. package/es/components/descriptions/src/descriptions-row2.mjs +7 -64
  98. package/es/components/descriptions/src/descriptions-row2.mjs.map +1 -1
  99. package/es/components/dialog/index.d.ts +1 -1
  100. package/es/components/dialog/src/dialog-content.mjs +37 -95
  101. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  102. package/es/components/dialog/src/dialog-content2.mjs +95 -37
  103. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  104. package/es/components/dialog/src/dialog.mjs +1 -1
  105. package/es/components/dialog/src/dialog.vue.d.ts +1 -1
  106. package/es/components/dialog/src/dialog2.mjs +1 -1
  107. package/es/components/drawer/index.mjs +2 -2
  108. package/es/components/drawer/src/drawer.mjs +26 -177
  109. package/es/components/drawer/src/drawer.mjs.map +1 -1
  110. package/es/components/drawer/src/drawer2.mjs +177 -26
  111. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  112. package/es/components/dropdown/index.d.ts +21 -21
  113. package/es/components/dropdown/src/dropdown-item-impl.mjs +1 -1
  114. package/es/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  115. package/es/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  116. package/es/components/dropdown/src/dropdown.mjs +2 -2
  117. package/es/components/dropdown/src/dropdown.vue.d.ts +19 -19
  118. package/es/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  119. package/es/components/form/index.d.ts +12 -12
  120. package/es/components/form/index.mjs +2 -2
  121. package/es/components/form/src/form-item.d.ts +1 -1
  122. package/es/components/form/src/form-item.vue.d.ts +5 -5
  123. package/es/components/form/src/form.mjs +152 -55
  124. package/es/components/form/src/form.mjs.map +1 -1
  125. package/es/components/form/src/form2.mjs +55 -152
  126. package/es/components/form/src/form2.mjs.map +1 -1
  127. package/es/components/image/index.d.ts +1 -1
  128. package/es/components/image/index.mjs +2 -2
  129. package/es/components/image/src/image.mjs +220 -62
  130. package/es/components/image/src/image.mjs.map +1 -1
  131. package/es/components/image/src/image.vue.d.ts +1 -1
  132. package/es/components/image/src/image2.mjs +62 -220
  133. package/es/components/image/src/image2.mjs.map +1 -1
  134. package/es/components/image-viewer/index.mjs +2 -2
  135. package/es/components/image-viewer/src/image-viewer.mjs +396 -39
  136. package/es/components/image-viewer/src/image-viewer.mjs.map +1 -1
  137. package/es/components/image-viewer/src/image-viewer2.mjs +39 -396
  138. package/es/components/image-viewer/src/image-viewer2.mjs.map +1 -1
  139. package/es/components/index.mjs +36 -36
  140. package/es/components/input/index.d.ts +14 -14
  141. package/es/components/input/src/input.vue.d.ts +14 -14
  142. package/es/components/input-number/index.d.ts +52 -52
  143. package/es/components/input-number/src/input-number.vue.d.ts +52 -52
  144. package/es/components/menu/index.d.ts +3 -3
  145. package/es/components/menu/index.mjs +2 -2
  146. package/es/components/menu/src/menu-item-group.mjs +35 -4
  147. package/es/components/menu/src/menu-item-group.mjs.map +1 -1
  148. package/es/components/menu/src/menu-item-group2.mjs +4 -35
  149. package/es/components/menu/src/menu-item-group2.mjs.map +1 -1
  150. package/es/components/menu/src/menu.d.ts +4 -4
  151. package/es/components/message/src/message.d.ts +1 -1
  152. package/es/components/message/src/message.vue.d.ts +6 -6
  153. package/es/components/notification/index.mjs +1 -1
  154. package/es/components/notification/src/notification.d.ts +1 -1
  155. package/es/components/notification/src/notification.mjs +69 -147
  156. package/es/components/notification/src/notification.mjs.map +1 -1
  157. package/es/components/notification/src/notification.vue.d.ts +5 -5
  158. package/es/components/notification/src/notification2.mjs +147 -69
  159. package/es/components/notification/src/notification2.mjs.map +1 -1
  160. package/es/components/notification/src/notify.mjs +2 -2
  161. package/es/components/pagination/src/components/jumper.vue.d.ts +14 -14
  162. package/es/components/pagination/src/components/pager.mjs +17 -214
  163. package/es/components/pagination/src/components/pager.mjs.map +1 -1
  164. package/es/components/pagination/src/components/pager2.mjs +214 -17
  165. package/es/components/pagination/src/components/pager2.mjs.map +1 -1
  166. package/es/components/pagination/src/components/sizes.mjs +68 -22
  167. package/es/components/pagination/src/components/sizes.mjs.map +1 -1
  168. package/es/components/pagination/src/components/sizes.vue.d.ts +21 -21
  169. package/es/components/pagination/src/components/sizes2.mjs +22 -68
  170. package/es/components/pagination/src/components/sizes2.mjs.map +1 -1
  171. package/es/components/pagination/src/components/total.mjs +7 -28
  172. package/es/components/pagination/src/components/total.mjs.map +1 -1
  173. package/es/components/pagination/src/components/total2.mjs +28 -7
  174. package/es/components/pagination/src/components/total2.mjs.map +1 -1
  175. package/es/components/pagination/src/pagination.mjs +4 -4
  176. package/es/components/pagination/src/pagination.mjs.map +1 -1
  177. package/es/components/popconfirm/index.d.ts +35 -35
  178. package/es/components/popconfirm/index.mjs +2 -2
  179. package/es/components/popconfirm/src/popconfirm.mjs +47 -110
  180. package/es/components/popconfirm/src/popconfirm.mjs.map +1 -1
  181. package/es/components/popconfirm/src/popconfirm.vue.d.ts +35 -35
  182. package/es/components/popconfirm/src/popconfirm2.mjs +110 -47
  183. package/es/components/popconfirm/src/popconfirm2.mjs.map +1 -1
  184. package/es/components/popover/index.d.ts +29 -29
  185. package/es/components/popover/index.mjs +2 -2
  186. package/es/components/popover/src/popover.mjs +111 -66
  187. package/es/components/popover/src/popover.mjs.map +1 -1
  188. package/es/components/popover/src/popover.vue.d.ts +29 -29
  189. package/es/components/popover/src/popover2.mjs +66 -111
  190. package/es/components/popover/src/popover2.mjs.map +1 -1
  191. package/es/components/popper/index.mjs +4 -4
  192. package/es/components/popper/src/arrow.mjs +8 -37
  193. package/es/components/popper/src/arrow.mjs.map +1 -1
  194. package/es/components/popper/src/arrow2.mjs +37 -8
  195. package/es/components/popper/src/arrow2.mjs.map +1 -1
  196. package/es/components/popper/src/content.vue.d.ts +7 -7
  197. package/es/components/popper/src/trigger.mjs +119 -31
  198. package/es/components/popper/src/trigger.mjs.map +1 -1
  199. package/es/components/popper/src/trigger2.mjs +31 -119
  200. package/es/components/popper/src/trigger2.mjs.map +1 -1
  201. package/es/components/progress/index.d.ts +1 -1
  202. package/es/components/progress/src/progress.vue.d.ts +1 -1
  203. package/es/components/radio/index.mjs +2 -2
  204. package/es/components/radio/src/radio-button.mjs +9 -64
  205. package/es/components/radio/src/radio-button.mjs.map +1 -1
  206. package/es/components/radio/src/radio-button2.mjs +64 -9
  207. package/es/components/radio/src/radio-button2.mjs.map +1 -1
  208. package/es/components/result/index.d.ts +4 -4
  209. package/es/components/result/src/result.d.ts +1 -1
  210. package/es/components/result/src/result.vue.d.ts +4 -4
  211. package/es/components/roving-focus-group/src/roving-focus-group.mjs +1 -1
  212. package/es/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  213. package/es/components/row/index.mjs +2 -2
  214. package/es/components/row/src/row.mjs +30 -45
  215. package/es/components/row/src/row.mjs.map +1 -1
  216. package/es/components/row/src/row2.mjs +45 -30
  217. package/es/components/row/src/row2.mjs.map +1 -1
  218. package/es/components/scrollbar/index.mjs +3 -3
  219. package/es/components/scrollbar/src/bar2.mjs +1 -1
  220. package/es/components/scrollbar/src/scrollbar.mjs +174 -46
  221. package/es/components/scrollbar/src/scrollbar.mjs.map +1 -1
  222. package/es/components/scrollbar/src/scrollbar2.mjs +46 -174
  223. package/es/components/scrollbar/src/scrollbar2.mjs.map +1 -1
  224. package/es/components/scrollbar/src/thumb.mjs +130 -11
  225. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  226. package/es/components/scrollbar/src/thumb2.mjs +11 -130
  227. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  228. package/es/components/select/index.d.ts +21 -21
  229. package/es/components/select/src/select.mjs +1 -1
  230. package/es/components/select/src/select.vue.d.ts +21 -21
  231. package/es/components/select/src/useSelect.d.ts +19 -19
  232. package/es/components/select-v2/index.d.ts +46 -46
  233. package/es/components/select-v2/src/defaults.mjs +1 -1
  234. package/es/components/select-v2/src/option-item.vue.d.ts +1 -1
  235. package/es/components/select-v2/src/select.vue.d.ts +23 -23
  236. package/es/components/select-v2/src/useSelect.d.ts +20 -20
  237. package/es/components/slider/index.d.ts +97 -97
  238. package/es/components/slider/index.mjs +2 -2
  239. package/es/components/slider/src/button.mjs +21 -93
  240. package/es/components/slider/src/button.mjs.map +1 -1
  241. package/es/components/slider/src/button.vue.d.ts +9 -9
  242. package/es/components/slider/src/button2.mjs +93 -21
  243. package/es/components/slider/src/button2.mjs.map +1 -1
  244. package/es/components/slider/src/composables/use-slide.d.ts +36 -36
  245. package/es/components/slider/src/slider.mjs +91 -233
  246. package/es/components/slider/src/slider.mjs.map +1 -1
  247. package/es/components/slider/src/slider.vue.d.ts +97 -97
  248. package/es/components/slider/src/slider2.mjs +233 -91
  249. package/es/components/slider/src/slider2.mjs.map +1 -1
  250. package/es/components/statistic/index.mjs +2 -2
  251. package/es/components/statistic/src/statistic.mjs +25 -70
  252. package/es/components/statistic/src/statistic.mjs.map +1 -1
  253. package/es/components/statistic/src/statistic2.mjs +70 -25
  254. package/es/components/statistic/src/statistic2.mjs.map +1 -1
  255. package/es/components/steps/index.d.ts +16 -16
  256. package/es/components/steps/index.mjs +2 -2
  257. package/es/components/steps/src/item.d.ts +1 -1
  258. package/es/components/steps/src/item.vue.d.ts +4 -4
  259. package/es/components/steps/src/steps.d.ts +2 -2
  260. package/es/components/steps/src/steps.mjs +34 -36
  261. package/es/components/steps/src/steps.mjs.map +1 -1
  262. package/es/components/steps/src/steps.vue.d.ts +8 -8
  263. package/es/components/steps/src/steps2.mjs +36 -34
  264. package/es/components/steps/src/steps2.mjs.map +1 -1
  265. package/es/components/switch/index.mjs +2 -2
  266. package/es/components/switch/src/switch.mjs +241 -88
  267. package/es/components/switch/src/switch.mjs.map +1 -1
  268. package/es/components/switch/src/switch2.mjs +88 -241
  269. package/es/components/switch/src/switch2.mjs.map +1 -1
  270. package/es/components/table/index.d.ts +15 -15
  271. package/es/components/table/src/filter-panel.vue.d.ts +19 -19
  272. package/es/components/table/src/table/defaults.d.ts +2 -2
  273. package/es/components/table/src/table/style-helper.d.ts +1 -1
  274. package/es/components/table/src/table-body/defaults.d.ts +1 -1
  275. package/es/components/table/src/table-body/index.d.ts +2 -2
  276. package/es/components/table/src/table-column/defaults.d.ts +1 -1
  277. package/es/components/table/src/table-column/index.d.ts +3 -3
  278. package/es/components/table/src/table.vue.d.ts +9 -9
  279. package/es/components/tabs/index.mjs +3 -3
  280. package/es/components/tabs/src/tab-bar.mjs +11 -88
  281. package/es/components/tabs/src/tab-bar.mjs.map +1 -1
  282. package/es/components/tabs/src/tab-bar2.mjs +88 -11
  283. package/es/components/tabs/src/tab-bar2.mjs.map +1 -1
  284. package/es/components/tabs/src/tab-nav.mjs +1 -1
  285. package/es/components/tabs/src/tab-pane.mjs +13 -84
  286. package/es/components/tabs/src/tab-pane.mjs.map +1 -1
  287. package/es/components/tabs/src/tab-pane2.mjs +84 -13
  288. package/es/components/tabs/src/tab-pane2.mjs.map +1 -1
  289. package/es/components/tag/index.d.ts +1 -1
  290. package/es/components/tag/src/tag.vue.d.ts +1 -1
  291. package/es/components/teleport/index.mjs +2 -2
  292. package/es/components/teleport/src/teleport.mjs +44 -18
  293. package/es/components/teleport/src/teleport.mjs.map +1 -1
  294. package/es/components/teleport/src/teleport2.mjs +18 -44
  295. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  296. package/es/components/time-picker/src/common/picker.vue.d.ts +47 -47
  297. package/es/components/time-select/index.d.ts +90 -90
  298. package/es/components/time-select/src/time-select.vue.d.ts +45 -45
  299. package/es/components/timeline/index.mjs +2 -2
  300. package/es/components/timeline/src/timeline-item.mjs +70 -42
  301. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  302. package/es/components/timeline/src/timeline-item2.mjs +42 -70
  303. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  304. package/es/components/tooltip/index.d.ts +9 -9
  305. package/es/components/tooltip/index.mjs +1 -1
  306. package/es/components/tooltip/src/content.mjs +31 -177
  307. package/es/components/tooltip/src/content.mjs.map +1 -1
  308. package/es/components/tooltip/src/content.vue.d.ts +8 -8
  309. package/es/components/tooltip/src/content2.mjs +177 -31
  310. package/es/components/tooltip/src/content2.mjs.map +1 -1
  311. package/es/components/tooltip/src/tooltip.mjs +2 -2
  312. package/es/components/tooltip/src/tooltip.vue.d.ts +9 -9
  313. package/es/components/tooltip/src/tooltip2.mjs +2 -2
  314. package/es/components/tooltip/src/trigger.mjs +1 -1
  315. package/es/components/tooltip/src/trigger2.mjs +1 -1
  316. package/es/components/tooltip-v2/index.d.ts +10 -10
  317. package/es/components/tooltip-v2/index.mjs +2 -2
  318. package/es/components/tooltip-v2/src/arrow.mjs +37 -22
  319. package/es/components/tooltip-v2/src/arrow.mjs.map +1 -1
  320. package/es/components/tooltip-v2/src/arrow2.mjs +22 -37
  321. package/es/components/tooltip-v2/src/arrow2.mjs.map +1 -1
  322. package/es/components/tooltip-v2/src/content.vue.d.ts +1 -1
  323. package/es/components/tooltip-v2/src/content2.mjs +1 -1
  324. package/es/components/tooltip-v2/src/root.mjs +80 -17
  325. package/es/components/tooltip-v2/src/root.mjs.map +1 -1
  326. package/es/components/tooltip-v2/src/root2.mjs +17 -80
  327. package/es/components/tooltip-v2/src/root2.mjs.map +1 -1
  328. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  329. package/es/components/tooltip-v2/src/tooltip.vue.d.ts +10 -10
  330. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  331. package/es/components/transfer/index.d.ts +76 -76
  332. package/es/components/transfer/index.mjs +2 -2
  333. package/es/components/transfer/src/composables/use-check.mjs +1 -1
  334. package/es/components/transfer/src/composables/use-checked-change.mjs +1 -1
  335. package/es/components/transfer/src/transfer-panel.mjs +19 -128
  336. package/es/components/transfer/src/transfer-panel.mjs.map +1 -1
  337. package/es/components/transfer/src/transfer-panel.vue.d.ts +14 -14
  338. package/es/components/transfer/src/transfer-panel2.mjs +128 -19
  339. package/es/components/transfer/src/transfer-panel2.mjs.map +1 -1
  340. package/es/components/transfer/src/transfer.mjs +69 -160
  341. package/es/components/transfer/src/transfer.mjs.map +1 -1
  342. package/es/components/transfer/src/transfer.vue.d.ts +76 -76
  343. package/es/components/transfer/src/transfer2.mjs +160 -69
  344. package/es/components/transfer/src/transfer2.mjs.map +1 -1
  345. package/es/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  346. package/es/components/tree-v2/src/tree.vue.d.ts +1 -1
  347. package/es/components/upload/index.d.ts +6 -6
  348. package/es/components/upload/index.mjs +2 -2
  349. package/es/components/upload/src/upload-content.vue.d.ts +1 -1
  350. package/es/components/upload/src/upload-content2.mjs +1 -1
  351. package/es/components/upload/src/upload-dragger.mjs +72 -11
  352. package/es/components/upload/src/upload-dragger.mjs.map +1 -1
  353. package/es/components/upload/src/upload-dragger2.mjs +11 -72
  354. package/es/components/upload/src/upload-dragger2.mjs.map +1 -1
  355. package/es/components/upload/src/upload-list.mjs +26 -173
  356. package/es/components/upload/src/upload-list.mjs.map +1 -1
  357. package/es/components/upload/src/upload-list.vue.d.ts +1 -1
  358. package/es/components/upload/src/upload-list2.mjs +173 -26
  359. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  360. package/es/components/upload/src/upload.vue.d.ts +6 -6
  361. package/es/components/upload/src/upload2.mjs +1 -1
  362. package/es/components/visual-hidden/index.mjs +3 -3
  363. package/es/components/visual-hidden/src/visual-hidden.mjs +35 -7
  364. package/es/components/visual-hidden/src/visual-hidden.mjs.map +1 -1
  365. package/es/components/visual-hidden/src/visual-hidden2.mjs +7 -35
  366. package/es/components/visual-hidden/src/visual-hidden2.mjs.map +1 -1
  367. package/es/index.mjs +36 -36
  368. package/lib/components/affix/index.js +2 -2
  369. package/lib/components/affix/src/affix.js +117 -27
  370. package/lib/components/affix/src/affix.js.map +1 -1
  371. package/lib/components/affix/src/affix2.js +27 -117
  372. package/lib/components/affix/src/affix2.js.map +1 -1
  373. package/lib/components/alert/index.d.ts +4 -4
  374. package/lib/components/alert/src/alert.d.ts +1 -1
  375. package/lib/components/alert/src/alert.vue.d.ts +4 -4
  376. package/lib/components/autocomplete/index.d.ts +82 -82
  377. package/lib/components/autocomplete/index.js +2 -2
  378. package/lib/components/autocomplete/src/autocomplete.js +96 -396
  379. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  380. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +82 -82
  381. package/lib/components/autocomplete/src/autocomplete2.js +396 -96
  382. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  383. package/lib/components/avatar/index.js +2 -2
  384. package/lib/components/avatar/src/avatar.js +33 -67
  385. package/lib/components/avatar/src/avatar.js.map +1 -1
  386. package/lib/components/avatar/src/avatar2.js +67 -33
  387. package/lib/components/avatar/src/avatar2.js.map +1 -1
  388. package/lib/components/badge/index.js +2 -2
  389. package/lib/components/badge/src/badge.js +55 -17
  390. package/lib/components/badge/src/badge.js.map +1 -1
  391. package/lib/components/badge/src/badge2.js +17 -55
  392. package/lib/components/badge/src/badge2.js.map +1 -1
  393. package/lib/components/button/index.d.ts +6 -6
  394. package/lib/components/button/src/button.d.ts +1 -1
  395. package/lib/components/button/src/button.vue.d.ts +6 -6
  396. package/lib/components/button/src/use-button.d.ts +1 -1
  397. package/lib/components/calendar/index.d.ts +6 -6
  398. package/lib/components/calendar/src/calendar.vue.d.ts +6 -6
  399. package/lib/components/calendar/src/calendar2.js +1 -1
  400. package/lib/components/calendar/src/date-table.js +37 -87
  401. package/lib/components/calendar/src/date-table.js.map +1 -1
  402. package/lib/components/calendar/src/date-table2.js +87 -37
  403. package/lib/components/calendar/src/date-table2.js.map +1 -1
  404. package/lib/components/calendar/src/use-date-table.js +1 -1
  405. package/lib/components/carousel/index.d.ts +5 -5
  406. package/lib/components/carousel/index.js +2 -2
  407. package/lib/components/carousel/src/carousel.d.ts +1 -1
  408. package/lib/components/carousel/src/carousel.js +224 -63
  409. package/lib/components/carousel/src/carousel.js.map +1 -1
  410. package/lib/components/carousel/src/carousel.vue.d.ts +5 -5
  411. package/lib/components/carousel/src/carousel2.js +63 -224
  412. package/lib/components/carousel/src/carousel2.js.map +1 -1
  413. package/lib/components/cascader/index.d.ts +170 -170
  414. package/lib/components/cascader/index.js +2 -2
  415. package/lib/components/cascader/src/cascader.js +619 -62
  416. package/lib/components/cascader/src/cascader.js.map +1 -1
  417. package/lib/components/cascader/src/cascader.vue.d.ts +85 -85
  418. package/lib/components/cascader/src/cascader2.js +62 -619
  419. package/lib/components/cascader/src/cascader2.js.map +1 -1
  420. package/lib/components/cascader-panel/index.d.ts +2 -2
  421. package/lib/components/cascader-panel/src/index.js +1 -1
  422. package/lib/components/cascader-panel/src/index.vue.d.ts +1 -1
  423. package/lib/components/cascader-panel/src/menu.js +1 -1
  424. package/lib/components/cascader-panel/src/node.js +209 -116
  425. package/lib/components/cascader-panel/src/node.js.map +1 -1
  426. package/lib/components/cascader-panel/src/node2.js +116 -209
  427. package/lib/components/cascader-panel/src/node2.js.map +1 -1
  428. package/lib/components/cascader-panel/src/store.js +1 -1
  429. package/lib/components/checkbox/index.js +2 -2
  430. package/lib/components/checkbox/src/checkbox-group.js +72 -29
  431. package/lib/components/checkbox/src/checkbox-group.js.map +1 -1
  432. package/lib/components/checkbox/src/checkbox-group2.js +29 -72
  433. package/lib/components/checkbox/src/checkbox-group2.js.map +1 -1
  434. package/lib/components/col/index.d.ts +1 -1
  435. package/lib/components/col/src/col.vue.d.ts +1 -1
  436. package/lib/components/collapse/index.js +2 -2
  437. package/lib/components/collapse/src/collapse.js +19 -30
  438. package/lib/components/collapse/src/collapse.js.map +1 -1
  439. package/lib/components/collapse/src/collapse2.js +30 -19
  440. package/lib/components/collapse/src/collapse2.js.map +1 -1
  441. package/lib/components/collection/index.js +1 -1
  442. package/lib/components/collection/src/collection.js +62 -9
  443. package/lib/components/collection/src/collection.js.map +1 -1
  444. package/lib/components/collection/src/collection2.js +9 -62
  445. package/lib/components/collection/src/collection2.js.map +1 -1
  446. package/lib/components/color-picker/index.d.ts +48 -48
  447. package/lib/components/color-picker/src/color-picker.vue.d.ts +48 -48
  448. package/lib/components/date-picker/src/date-picker-com/panel-date-pick.vue.d.ts +20 -20
  449. package/lib/components/date-picker/src/date-picker-com/panel-date-range.vue.d.ts +20 -20
  450. package/lib/components/date-picker/src/panel-utils.d.ts +40 -40
  451. package/lib/components/descriptions/index.js +2 -2
  452. package/lib/components/descriptions/src/description.js +25 -111
  453. package/lib/components/descriptions/src/description.js.map +1 -1
  454. package/lib/components/descriptions/src/description2.js +111 -25
  455. package/lib/components/descriptions/src/description2.js.map +1 -1
  456. package/lib/components/descriptions/src/descriptions-row.js +64 -7
  457. package/lib/components/descriptions/src/descriptions-row.js.map +1 -1
  458. package/lib/components/descriptions/src/descriptions-row2.js +7 -64
  459. package/lib/components/descriptions/src/descriptions-row2.js.map +1 -1
  460. package/lib/components/dialog/index.d.ts +1 -1
  461. package/lib/components/dialog/src/dialog-content.js +37 -94
  462. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  463. package/lib/components/dialog/src/dialog-content2.js +94 -37
  464. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  465. package/lib/components/dialog/src/dialog.js +1 -1
  466. package/lib/components/dialog/src/dialog.vue.d.ts +1 -1
  467. package/lib/components/dialog/src/dialog2.js +1 -1
  468. package/lib/components/drawer/index.js +2 -2
  469. package/lib/components/drawer/src/drawer.js +27 -177
  470. package/lib/components/drawer/src/drawer.js.map +1 -1
  471. package/lib/components/drawer/src/drawer2.js +177 -27
  472. package/lib/components/drawer/src/drawer2.js.map +1 -1
  473. package/lib/components/dropdown/index.d.ts +21 -21
  474. package/lib/components/dropdown/src/dropdown-item-impl.js +1 -1
  475. package/lib/components/dropdown/src/dropdown-item-impl.vue.d.ts +1 -1
  476. package/lib/components/dropdown/src/dropdown-item.vue.d.ts +1 -1
  477. package/lib/components/dropdown/src/dropdown.js +2 -2
  478. package/lib/components/dropdown/src/dropdown.vue.d.ts +19 -19
  479. package/lib/components/focus-trap/src/focus-trap.vue.d.ts +1 -1
  480. package/lib/components/form/index.d.ts +12 -12
  481. package/lib/components/form/index.js +2 -2
  482. package/lib/components/form/src/form-item.d.ts +1 -1
  483. package/lib/components/form/src/form-item.vue.d.ts +5 -5
  484. package/lib/components/form/src/form.js +151 -55
  485. package/lib/components/form/src/form.js.map +1 -1
  486. package/lib/components/form/src/form2.js +55 -151
  487. package/lib/components/form/src/form2.js.map +1 -1
  488. package/lib/components/image/index.d.ts +1 -1
  489. package/lib/components/image/index.js +2 -2
  490. package/lib/components/image/src/image.js +219 -62
  491. package/lib/components/image/src/image.js.map +1 -1
  492. package/lib/components/image/src/image.vue.d.ts +1 -1
  493. package/lib/components/image/src/image2.js +62 -219
  494. package/lib/components/image/src/image2.js.map +1 -1
  495. package/lib/components/image-viewer/index.js +2 -2
  496. package/lib/components/image-viewer/src/image-viewer.js +396 -40
  497. package/lib/components/image-viewer/src/image-viewer.js.map +1 -1
  498. package/lib/components/image-viewer/src/image-viewer2.js +40 -396
  499. package/lib/components/image-viewer/src/image-viewer2.js.map +1 -1
  500. package/lib/components/index.js +36 -36
  501. package/lib/components/input/index.d.ts +14 -14
  502. package/lib/components/input/src/input.vue.d.ts +14 -14
  503. package/lib/components/input-number/index.d.ts +52 -52
  504. package/lib/components/input-number/src/input-number.vue.d.ts +52 -52
  505. package/lib/components/menu/index.d.ts +3 -3
  506. package/lib/components/menu/index.js +2 -2
  507. package/lib/components/menu/src/menu-item-group.js +35 -4
  508. package/lib/components/menu/src/menu-item-group.js.map +1 -1
  509. package/lib/components/menu/src/menu-item-group2.js +4 -35
  510. package/lib/components/menu/src/menu-item-group2.js.map +1 -1
  511. package/lib/components/menu/src/menu.d.ts +4 -4
  512. package/lib/components/message/src/message.d.ts +1 -1
  513. package/lib/components/message/src/message.vue.d.ts +6 -6
  514. package/lib/components/notification/index.js +1 -1
  515. package/lib/components/notification/src/notification.d.ts +1 -1
  516. package/lib/components/notification/src/notification.js +70 -146
  517. package/lib/components/notification/src/notification.js.map +1 -1
  518. package/lib/components/notification/src/notification.vue.d.ts +5 -5
  519. package/lib/components/notification/src/notification2.js +146 -70
  520. package/lib/components/notification/src/notification2.js.map +1 -1
  521. package/lib/components/notification/src/notify.js +2 -2
  522. package/lib/components/pagination/src/components/jumper.vue.d.ts +14 -14
  523. package/lib/components/pagination/src/components/pager.js +17 -214
  524. package/lib/components/pagination/src/components/pager.js.map +1 -1
  525. package/lib/components/pagination/src/components/pager2.js +214 -17
  526. package/lib/components/pagination/src/components/pager2.js.map +1 -1
  527. package/lib/components/pagination/src/components/sizes.js +68 -22
  528. package/lib/components/pagination/src/components/sizes.js.map +1 -1
  529. package/lib/components/pagination/src/components/sizes.vue.d.ts +21 -21
  530. package/lib/components/pagination/src/components/sizes2.js +22 -68
  531. package/lib/components/pagination/src/components/sizes2.js.map +1 -1
  532. package/lib/components/pagination/src/components/total.js +7 -28
  533. package/lib/components/pagination/src/components/total.js.map +1 -1
  534. package/lib/components/pagination/src/components/total2.js +28 -7
  535. package/lib/components/pagination/src/components/total2.js.map +1 -1
  536. package/lib/components/pagination/src/pagination.js +4 -4
  537. package/lib/components/pagination/src/pagination.js.map +1 -1
  538. package/lib/components/popconfirm/index.d.ts +35 -35
  539. package/lib/components/popconfirm/index.js +2 -2
  540. package/lib/components/popconfirm/src/popconfirm.js +48 -110
  541. package/lib/components/popconfirm/src/popconfirm.js.map +1 -1
  542. package/lib/components/popconfirm/src/popconfirm.vue.d.ts +35 -35
  543. package/lib/components/popconfirm/src/popconfirm2.js +110 -48
  544. package/lib/components/popconfirm/src/popconfirm2.js.map +1 -1
  545. package/lib/components/popover/index.d.ts +29 -29
  546. package/lib/components/popover/index.js +2 -2
  547. package/lib/components/popover/src/popover.js +111 -67
  548. package/lib/components/popover/src/popover.js.map +1 -1
  549. package/lib/components/popover/src/popover.vue.d.ts +29 -29
  550. package/lib/components/popover/src/popover2.js +67 -111
  551. package/lib/components/popover/src/popover2.js.map +1 -1
  552. package/lib/components/popper/index.js +4 -4
  553. package/lib/components/popper/src/arrow.js +9 -37
  554. package/lib/components/popper/src/arrow.js.map +1 -1
  555. package/lib/components/popper/src/arrow2.js +37 -9
  556. package/lib/components/popper/src/arrow2.js.map +1 -1
  557. package/lib/components/popper/src/content.vue.d.ts +7 -7
  558. package/lib/components/popper/src/trigger.js +119 -32
  559. package/lib/components/popper/src/trigger.js.map +1 -1
  560. package/lib/components/popper/src/trigger2.js +32 -119
  561. package/lib/components/popper/src/trigger2.js.map +1 -1
  562. package/lib/components/progress/index.d.ts +1 -1
  563. package/lib/components/progress/src/progress.vue.d.ts +1 -1
  564. package/lib/components/radio/index.js +2 -2
  565. package/lib/components/radio/src/radio-button.js +9 -64
  566. package/lib/components/radio/src/radio-button.js.map +1 -1
  567. package/lib/components/radio/src/radio-button2.js +64 -9
  568. package/lib/components/radio/src/radio-button2.js.map +1 -1
  569. package/lib/components/result/index.d.ts +4 -4
  570. package/lib/components/result/src/result.d.ts +1 -1
  571. package/lib/components/result/src/result.vue.d.ts +4 -4
  572. package/lib/components/roving-focus-group/src/roving-focus-group.js +1 -1
  573. package/lib/components/roving-focus-group/src/roving-focus-item.vue.d.ts +1 -1
  574. package/lib/components/row/index.js +2 -2
  575. package/lib/components/row/src/row.js +32 -45
  576. package/lib/components/row/src/row.js.map +1 -1
  577. package/lib/components/row/src/row2.js +45 -32
  578. package/lib/components/row/src/row2.js.map +1 -1
  579. package/lib/components/scrollbar/index.js +3 -3
  580. package/lib/components/scrollbar/src/bar2.js +1 -1
  581. package/lib/components/scrollbar/src/scrollbar.js +174 -47
  582. package/lib/components/scrollbar/src/scrollbar.js.map +1 -1
  583. package/lib/components/scrollbar/src/scrollbar2.js +47 -174
  584. package/lib/components/scrollbar/src/scrollbar2.js.map +1 -1
  585. package/lib/components/scrollbar/src/thumb.js +130 -11
  586. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  587. package/lib/components/scrollbar/src/thumb2.js +11 -130
  588. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  589. package/lib/components/select/index.d.ts +21 -21
  590. package/lib/components/select/src/select.js +1 -1
  591. package/lib/components/select/src/select.vue.d.ts +21 -21
  592. package/lib/components/select/src/useSelect.d.ts +19 -19
  593. package/lib/components/select-v2/index.d.ts +46 -46
  594. package/lib/components/select-v2/src/defaults.js +1 -1
  595. package/lib/components/select-v2/src/option-item.vue.d.ts +1 -1
  596. package/lib/components/select-v2/src/select.vue.d.ts +23 -23
  597. package/lib/components/select-v2/src/useSelect.d.ts +20 -20
  598. package/lib/components/slider/index.d.ts +97 -97
  599. package/lib/components/slider/index.js +2 -2
  600. package/lib/components/slider/src/button.js +22 -93
  601. package/lib/components/slider/src/button.js.map +1 -1
  602. package/lib/components/slider/src/button.vue.d.ts +9 -9
  603. package/lib/components/slider/src/button2.js +93 -22
  604. package/lib/components/slider/src/button2.js.map +1 -1
  605. package/lib/components/slider/src/composables/use-slide.d.ts +36 -36
  606. package/lib/components/slider/src/slider.js +92 -233
  607. package/lib/components/slider/src/slider.js.map +1 -1
  608. package/lib/components/slider/src/slider.vue.d.ts +97 -97
  609. package/lib/components/slider/src/slider2.js +233 -92
  610. package/lib/components/slider/src/slider2.js.map +1 -1
  611. package/lib/components/statistic/index.js +2 -2
  612. package/lib/components/statistic/src/statistic.js +25 -70
  613. package/lib/components/statistic/src/statistic.js.map +1 -1
  614. package/lib/components/statistic/src/statistic2.js +70 -25
  615. package/lib/components/statistic/src/statistic2.js.map +1 -1
  616. package/lib/components/steps/index.d.ts +16 -16
  617. package/lib/components/steps/index.js +2 -2
  618. package/lib/components/steps/src/item.d.ts +1 -1
  619. package/lib/components/steps/src/item.vue.d.ts +4 -4
  620. package/lib/components/steps/src/steps.d.ts +2 -2
  621. package/lib/components/steps/src/steps.js +34 -37
  622. package/lib/components/steps/src/steps.js.map +1 -1
  623. package/lib/components/steps/src/steps.vue.d.ts +8 -8
  624. package/lib/components/steps/src/steps2.js +37 -34
  625. package/lib/components/steps/src/steps2.js.map +1 -1
  626. package/lib/components/switch/index.js +2 -2
  627. package/lib/components/switch/src/switch.js +240 -88
  628. package/lib/components/switch/src/switch.js.map +1 -1
  629. package/lib/components/switch/src/switch2.js +88 -240
  630. package/lib/components/switch/src/switch2.js.map +1 -1
  631. package/lib/components/table/index.d.ts +15 -15
  632. package/lib/components/table/src/filter-panel.vue.d.ts +19 -19
  633. package/lib/components/table/src/table/defaults.d.ts +2 -2
  634. package/lib/components/table/src/table/style-helper.d.ts +1 -1
  635. package/lib/components/table/src/table-body/defaults.d.ts +1 -1
  636. package/lib/components/table/src/table-body/index.d.ts +2 -2
  637. package/lib/components/table/src/table-column/defaults.d.ts +1 -1
  638. package/lib/components/table/src/table-column/index.d.ts +3 -3
  639. package/lib/components/table/src/table.vue.d.ts +9 -9
  640. package/lib/components/tabs/index.js +3 -3
  641. package/lib/components/tabs/src/tab-bar.js +11 -88
  642. package/lib/components/tabs/src/tab-bar.js.map +1 -1
  643. package/lib/components/tabs/src/tab-bar2.js +88 -11
  644. package/lib/components/tabs/src/tab-bar2.js.map +1 -1
  645. package/lib/components/tabs/src/tab-nav.js +1 -1
  646. package/lib/components/tabs/src/tab-pane.js +13 -84
  647. package/lib/components/tabs/src/tab-pane.js.map +1 -1
  648. package/lib/components/tabs/src/tab-pane2.js +84 -13
  649. package/lib/components/tabs/src/tab-pane2.js.map +1 -1
  650. package/lib/components/tag/index.d.ts +1 -1
  651. package/lib/components/tag/src/tag.vue.d.ts +1 -1
  652. package/lib/components/teleport/index.js +2 -2
  653. package/lib/components/teleport/src/teleport.js +44 -18
  654. package/lib/components/teleport/src/teleport.js.map +1 -1
  655. package/lib/components/teleport/src/teleport2.js +18 -44
  656. package/lib/components/teleport/src/teleport2.js.map +1 -1
  657. package/lib/components/time-picker/src/common/picker.vue.d.ts +47 -47
  658. package/lib/components/time-select/index.d.ts +90 -90
  659. package/lib/components/time-select/src/time-select.vue.d.ts +45 -45
  660. package/lib/components/timeline/index.js +2 -2
  661. package/lib/components/timeline/src/timeline-item.js +70 -42
  662. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  663. package/lib/components/timeline/src/timeline-item2.js +42 -70
  664. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  665. package/lib/components/tooltip/index.d.ts +9 -9
  666. package/lib/components/tooltip/index.js +1 -1
  667. package/lib/components/tooltip/src/content.js +31 -177
  668. package/lib/components/tooltip/src/content.js.map +1 -1
  669. package/lib/components/tooltip/src/content.vue.d.ts +8 -8
  670. package/lib/components/tooltip/src/content2.js +177 -31
  671. package/lib/components/tooltip/src/content2.js.map +1 -1
  672. package/lib/components/tooltip/src/tooltip.js +2 -2
  673. package/lib/components/tooltip/src/tooltip.vue.d.ts +9 -9
  674. package/lib/components/tooltip/src/tooltip2.js +2 -2
  675. package/lib/components/tooltip/src/trigger.js +1 -1
  676. package/lib/components/tooltip/src/trigger2.js +1 -1
  677. package/lib/components/tooltip-v2/index.d.ts +10 -10
  678. package/lib/components/tooltip-v2/index.js +2 -2
  679. package/lib/components/tooltip-v2/src/arrow.js +37 -23
  680. package/lib/components/tooltip-v2/src/arrow.js.map +1 -1
  681. package/lib/components/tooltip-v2/src/arrow2.js +23 -37
  682. package/lib/components/tooltip-v2/src/arrow2.js.map +1 -1
  683. package/lib/components/tooltip-v2/src/content.vue.d.ts +1 -1
  684. package/lib/components/tooltip-v2/src/content2.js +1 -1
  685. package/lib/components/tooltip-v2/src/root.js +80 -17
  686. package/lib/components/tooltip-v2/src/root.js.map +1 -1
  687. package/lib/components/tooltip-v2/src/root2.js +17 -80
  688. package/lib/components/tooltip-v2/src/root2.js.map +1 -1
  689. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  690. package/lib/components/tooltip-v2/src/tooltip.vue.d.ts +10 -10
  691. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  692. package/lib/components/transfer/index.d.ts +76 -76
  693. package/lib/components/transfer/index.js +2 -2
  694. package/lib/components/transfer/src/composables/use-check.js +1 -1
  695. package/lib/components/transfer/src/composables/use-checked-change.js +1 -1
  696. package/lib/components/transfer/src/transfer-panel.js +21 -128
  697. package/lib/components/transfer/src/transfer-panel.js.map +1 -1
  698. package/lib/components/transfer/src/transfer-panel.vue.d.ts +14 -14
  699. package/lib/components/transfer/src/transfer-panel2.js +128 -21
  700. package/lib/components/transfer/src/transfer-panel2.js.map +1 -1
  701. package/lib/components/transfer/src/transfer.js +73 -160
  702. package/lib/components/transfer/src/transfer.js.map +1 -1
  703. package/lib/components/transfer/src/transfer.vue.d.ts +76 -76
  704. package/lib/components/transfer/src/transfer2.js +160 -73
  705. package/lib/components/transfer/src/transfer2.js.map +1 -1
  706. package/lib/components/tree-v2/src/tree-node.vue.d.ts +1 -1
  707. package/lib/components/tree-v2/src/tree.vue.d.ts +1 -1
  708. package/lib/components/upload/index.d.ts +6 -6
  709. package/lib/components/upload/index.js +2 -2
  710. package/lib/components/upload/src/upload-content.vue.d.ts +1 -1
  711. package/lib/components/upload/src/upload-content2.js +1 -1
  712. package/lib/components/upload/src/upload-dragger.js +72 -12
  713. package/lib/components/upload/src/upload-dragger.js.map +1 -1
  714. package/lib/components/upload/src/upload-dragger2.js +12 -72
  715. package/lib/components/upload/src/upload-dragger2.js.map +1 -1
  716. package/lib/components/upload/src/upload-list.js +27 -173
  717. package/lib/components/upload/src/upload-list.js.map +1 -1
  718. package/lib/components/upload/src/upload-list.vue.d.ts +1 -1
  719. package/lib/components/upload/src/upload-list2.js +173 -27
  720. package/lib/components/upload/src/upload-list2.js.map +1 -1
  721. package/lib/components/upload/src/upload.vue.d.ts +6 -6
  722. package/lib/components/upload/src/upload2.js +1 -1
  723. package/lib/components/visual-hidden/index.js +2 -2
  724. package/lib/components/visual-hidden/src/visual-hidden.js +35 -7
  725. package/lib/components/visual-hidden/src/visual-hidden.js.map +1 -1
  726. package/lib/components/visual-hidden/src/visual-hidden2.js +7 -35
  727. package/lib/components/visual-hidden/src/visual-hidden2.js.map +1 -1
  728. package/lib/index.js +36 -36
  729. package/package.json +1 -1
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
13
13
  readonly validator: ((val: unknown) => boolean) | undefined;
14
14
  __epPropKey: true;
15
15
  };
16
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
16
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
17
17
  readonly loading: BooleanConstructor;
18
18
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
19
19
  readonly plain: BooleanConstructor;
@@ -43,7 +43,7 @@ declare const _default: import("vue").DefineComponent<{
43
43
  readonly validator: ((val: unknown) => boolean) | undefined;
44
44
  __epPropKey: true;
45
45
  };
46
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
46
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
47
47
  readonly loading: BooleanConstructor;
48
48
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
49
49
  readonly plain: BooleanConstructor;
@@ -88,7 +88,7 @@ declare const _default: import("vue").DefineComponent<{
88
88
  ariaDisabled: boolean;
89
89
  disabled: boolean;
90
90
  autofocus: boolean;
91
- type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
91
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
92
92
  } | {
93
93
  ariaDisabled?: undefined;
94
94
  disabled?: undefined;
@@ -177,7 +177,7 @@ declare const _default: import("vue").DefineComponent<{
177
177
  readonly validator: ((val: unknown) => boolean) | undefined;
178
178
  __epPropKey: true;
179
179
  };
180
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
180
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
181
181
  readonly loading: BooleanConstructor;
182
182
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
183
183
  readonly plain: BooleanConstructor;
@@ -195,14 +195,14 @@ declare const _default: import("vue").DefineComponent<{
195
195
  onClick?: ((evt: MouseEvent) => any) | undefined;
196
196
  }, {
197
197
  readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
198
- readonly link: boolean;
199
198
  readonly dark: boolean;
199
+ readonly link: boolean;
200
200
  readonly disabled: boolean;
201
201
  readonly text: boolean;
202
202
  readonly round: boolean;
203
203
  readonly circle: boolean;
204
204
  readonly tag: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
205
- readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
205
+ readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
206
206
  readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
207
207
  readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
208
208
  readonly loading: boolean;
@@ -9,7 +9,7 @@ export declare const useButton: (props: ButtonProps, emit: SetupContext<ButtonEm
9
9
  ariaDisabled: boolean;
10
10
  disabled: boolean;
11
11
  autofocus: boolean;
12
- type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
12
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
13
13
  } | {
14
14
  ariaDisabled?: undefined;
15
15
  disabled?: undefined;
@@ -72,7 +72,7 @@ export declare const ElCalendar: import("beyond-webui/es/utils").SFCWithInstall<
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
74
74
  };
75
- readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
75
+ readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
76
76
  readonly loading: BooleanConstructor;
77
77
  readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
78
78
  readonly plain: BooleanConstructor;
@@ -102,7 +102,7 @@ export declare const ElCalendar: import("beyond-webui/es/utils").SFCWithInstall<
102
102
  readonly validator: ((val: unknown) => boolean) | undefined;
103
103
  __epPropKey: true;
104
104
  };
105
- readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
105
+ readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
106
106
  readonly loading: BooleanConstructor;
107
107
  readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
108
108
  readonly plain: BooleanConstructor;
@@ -147,7 +147,7 @@ export declare const ElCalendar: import("beyond-webui/es/utils").SFCWithInstall<
147
147
  ariaDisabled: boolean;
148
148
  disabled: boolean;
149
149
  autofocus: boolean;
150
- type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
150
+ type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
151
151
  } | {
152
152
  ariaDisabled?: undefined;
153
153
  disabled?: undefined;
@@ -236,7 +236,7 @@ export declare const ElCalendar: import("beyond-webui/es/utils").SFCWithInstall<
236
236
  readonly validator: ((val: unknown) => boolean) | undefined;
237
237
  __epPropKey: true;
238
238
  };
239
- readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
239
+ readonly nativeType: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
240
240
  readonly loading: BooleanConstructor;
241
241
  readonly loadingIcon: import("beyond-webui/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
242
242
  readonly plain: BooleanConstructor;
@@ -254,14 +254,14 @@ export declare const ElCalendar: import("beyond-webui/es/utils").SFCWithInstall<
254
254
  onClick?: ((evt: MouseEvent) => any) | undefined;
255
255
  }, {
256
256
  readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
257
- readonly link: boolean;
258
257
  readonly dark: boolean;
258
+ readonly link: boolean;
259
259
  readonly disabled: boolean;
260
260
  readonly text: boolean;
261
261
  readonly round: boolean;
262
262
  readonly circle: boolean;
263
263
  readonly tag: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
264
- readonly nativeType: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
264
+ readonly nativeType: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
265
265
  readonly loadingIcon: import("beyond-webui/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
266
266
  readonly autoInsertSpace: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
267
267
  readonly loading: boolean;
@@ -72,7 +72,7 @@ declare const _default: import("vue").DefineComponent<{
72
72
  readonly validator: ((val: unknown) => boolean) | undefined;
73
73
  __epPropKey: true;
74
74
  };
75
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
75
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
76
76
  readonly loading: BooleanConstructor;
77
77
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
78
78
  readonly plain: BooleanConstructor;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  readonly validator: ((val: unknown) => boolean) | undefined;
103
103
  __epPropKey: true;
104
104
  };
105
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
105
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
106
106
  readonly loading: BooleanConstructor;
107
107
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
108
108
  readonly plain: BooleanConstructor;
@@ -147,7 +147,7 @@ declare const _default: import("vue").DefineComponent<{
147
147
  ariaDisabled: boolean;
148
148
  disabled: boolean;
149
149
  autofocus: boolean;
150
- type: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
150
+ type: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
151
151
  } | {
152
152
  ariaDisabled?: undefined;
153
153
  disabled?: undefined;
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
236
236
  readonly validator: ((val: unknown) => boolean) | undefined;
237
237
  __epPropKey: true;
238
238
  };
239
- readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
239
+ readonly nativeType: import("../../../utils").EpPropFinalized<StringConstructor, "button" | "reset" | "submit", unknown, "button", boolean>;
240
240
  readonly loading: BooleanConstructor;
241
241
  readonly loadingIcon: import("../../../utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => import("vue").DefineComponent<{}, {}, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, boolean>;
242
242
  readonly plain: BooleanConstructor;
@@ -254,14 +254,14 @@ declare const _default: import("vue").DefineComponent<{
254
254
  onClick?: ((evt: MouseEvent) => any) | undefined;
255
255
  }, {
256
256
  readonly type: import("../../../utils").EpPropMergeType<StringConstructor, "" | "default" | "success" | "warning" | "info" | "text" | "primary" | "danger", unknown>;
257
- readonly link: boolean;
258
257
  readonly dark: boolean;
258
+ readonly link: boolean;
259
259
  readonly disabled: boolean;
260
260
  readonly text: boolean;
261
261
  readonly round: boolean;
262
262
  readonly circle: boolean;
263
263
  readonly tag: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
264
- readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "reset" | "submit" | "button", unknown>;
264
+ readonly nativeType: import("../../../utils").EpPropMergeType<StringConstructor, "button" | "reset" | "submit", unknown>;
265
265
  readonly loadingIcon: import("../../../utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>;
266
266
  readonly autoInsertSpace: import("../../../utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
267
267
  readonly loading: boolean;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  var vue = require('vue');
6
6
  var index$2 = require('../../button/index.js');
7
7
  require('../../../hooks/index.js');
8
- var dateTable = require('./date-table.js');
8
+ var dateTable = require('./date-table2.js');
9
9
  var useCalendar = require('./use-calendar.js');
10
10
  var calendar = require('./calendar.js');
11
11
  var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
@@ -2,96 +2,46 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var vue = require('vue');
6
- require('../../../hooks/index.js');
7
- var dateTable = require('./date-table2.js');
8
- var useDateTable = require('./use-date-table.js');
9
- var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
10
- var index = require('../../../hooks/use-namespace/index.js');
5
+ require('../../../utils/index.js');
6
+ require('../../time-picker/index.js');
7
+ var utils = require('../../time-picker/src/utils.js');
8
+ var runtime = require('../../../utils/vue/props/runtime.js');
9
+ var shared = require('@vue/shared');
11
10
 
12
- const _hoisted_1 = { key: 0 };
13
- const _hoisted_2 = ["onClick"];
14
- const __default__ = vue.defineComponent({
15
- name: "DateTable"
11
+ const getPrevMonthLastDays = (date, count) => {
12
+ const lastDay = date.subtract(1, "month").endOf("month").date();
13
+ return utils.rangeArr(count).map((_, index) => lastDay - (count - index - 1));
14
+ };
15
+ const getMonthDays = (date) => {
16
+ const days = date.daysInMonth();
17
+ return utils.rangeArr(days).map((_, index) => index + 1);
18
+ };
19
+ const toNestedArr = (days) => utils.rangeArr(days.length / 7).map((index) => {
20
+ const start = index * 7;
21
+ return days.slice(start, start + 7);
16
22
  });
17
- const _sfc_main = /* @__PURE__ */ vue.defineComponent({
18
- ...__default__,
19
- props: dateTable.dateTableProps,
20
- emits: dateTable.dateTableEmits,
21
- setup(__props, { expose, emit }) {
22
- const props = __props;
23
- const {
24
- isInRange,
25
- now,
26
- rows,
27
- weekDays,
28
- getFormattedDate,
29
- handlePickDay,
30
- getSlotData
31
- } = useDateTable.useDateTable(props, emit);
32
- const nsTable = index.useNamespace("calendar-table");
33
- const nsDay = index.useNamespace("calendar-day");
34
- const getCellClass = ({ text, type }) => {
35
- const classes = [type];
36
- if (type === "current") {
37
- const date = getFormattedDate(text, type);
38
- if (date.isSame(props.selectedDay, "day")) {
39
- classes.push(nsDay.is("selected"));
40
- }
41
- if (date.isSame(now, "day")) {
42
- classes.push(nsDay.is("today"));
43
- }
44
- }
45
- return classes;
46
- };
47
- expose({
48
- getFormattedDate
49
- });
50
- return (_ctx, _cache) => {
51
- return vue.openBlock(), vue.createElementBlock("table", {
52
- class: vue.normalizeClass([vue.unref(nsTable).b(), vue.unref(nsTable).is("range", vue.unref(isInRange))]),
53
- cellspacing: "0",
54
- cellpadding: "0"
55
- }, [
56
- !_ctx.hideHeader ? (vue.openBlock(), vue.createElementBlock("thead", _hoisted_1, [
57
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(weekDays), (day) => {
58
- return vue.openBlock(), vue.createElementBlock("th", { key: day }, vue.toDisplayString(day), 1);
59
- }), 128))
60
- ])) : vue.createCommentVNode("v-if", true),
61
- vue.createElementVNode("tbody", null, [
62
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(rows), (row, index) => {
63
- return vue.openBlock(), vue.createElementBlock("tr", {
64
- key: index,
65
- class: vue.normalizeClass({
66
- [vue.unref(nsTable).e("row")]: true,
67
- [vue.unref(nsTable).em("row", "hide-border")]: index === 0 && _ctx.hideHeader
68
- })
69
- }, [
70
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(row, (cell, key) => {
71
- return vue.openBlock(), vue.createElementBlock("td", {
72
- key,
73
- class: vue.normalizeClass(getCellClass(cell)),
74
- onClick: ($event) => vue.unref(handlePickDay)(cell)
75
- }, [
76
- vue.createElementVNode("div", {
77
- class: vue.normalizeClass(vue.unref(nsDay).b())
78
- }, [
79
- vue.renderSlot(_ctx.$slots, "date-cell", {
80
- data: vue.unref(getSlotData)(cell)
81
- }, () => [
82
- vue.createElementVNode("span", null, vue.toDisplayString(cell.text), 1)
83
- ])
84
- ], 2)
85
- ], 10, _hoisted_2);
86
- }), 128))
87
- ], 2);
88
- }), 128))
89
- ])
90
- ], 2);
91
- };
23
+ const dateTableProps = runtime.buildProps({
24
+ selectedDay: {
25
+ type: runtime.definePropType(Object)
26
+ },
27
+ range: {
28
+ type: runtime.definePropType(Array)
29
+ },
30
+ date: {
31
+ type: runtime.definePropType(Object),
32
+ required: true
33
+ },
34
+ hideHeader: {
35
+ type: Boolean
92
36
  }
93
37
  });
94
- var DateTable = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "D:\\beyondtrucks\\beyond-ui\\packages\\components\\calendar\\src\\date-table.vue"]]);
38
+ const dateTableEmits = {
39
+ pick: (value) => shared.isObject(value)
40
+ };
95
41
 
96
- exports["default"] = DateTable;
42
+ exports.dateTableEmits = dateTableEmits;
43
+ exports.dateTableProps = dateTableProps;
44
+ exports.getMonthDays = getMonthDays;
45
+ exports.getPrevMonthLastDays = getPrevMonthLastDays;
46
+ exports.toNestedArr = toNestedArr;
97
47
  //# sourceMappingURL=date-table.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-table.js","sources":["../../../../../../packages/components/calendar/src/date-table.vue"],"sourcesContent":["<template>\n <table\n :class=\"[nsTable.b(), nsTable.is('range', isInRange)]\"\n cellspacing=\"0\"\n cellpadding=\"0\"\n >\n <thead v-if=\"!hideHeader\">\n <th v-for=\"day in weekDays\" :key=\"day\">{{ day }}</th>\n </thead>\n\n <tbody>\n <tr\n v-for=\"(row, index) in rows\"\n :key=\"index\"\n :class=\"{\n [nsTable.e('row')]: true,\n [nsTable.em('row', 'hide-border')]: index === 0 && hideHeader,\n }\"\n >\n <td\n v-for=\"(cell, key) in row\"\n :key=\"key\"\n :class=\"getCellClass(cell)\"\n @click=\"handlePickDay(cell)\"\n >\n <div :class=\"nsDay.b()\">\n <slot name=\"date-cell\" :data=\"getSlotData(cell)\">\n <span>{{ cell.text }}</span>\n </slot>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@element-plus/hooks'\nimport { dateTableEmits, dateTableProps } from './date-table'\nimport { useDateTable } from './use-date-table'\n\nimport type { CalendarDateCell } from './date-table'\n\ndefineOptions({\n name: 'DateTable',\n})\n\nconst props = defineProps(dateTableProps)\nconst emit = defineEmits(dateTableEmits)\n\nconst {\n isInRange,\n now,\n rows,\n weekDays,\n getFormattedDate,\n handlePickDay,\n getSlotData,\n} = useDateTable(props, emit)\n\nconst nsTable = useNamespace('calendar-table')\nconst nsDay = useNamespace('calendar-day')\n\nconst getCellClass = ({ text, type }: CalendarDateCell) => {\n const classes: string[] = [type]\n if (type === 'current') {\n const date = getFormattedDate(text, type)\n if (date.isSame(props.selectedDay, 'day')) {\n classes.push(nsDay.is('selected'))\n }\n if (date.isSame(now, 'day')) {\n classes.push(nsDay.is('today'))\n }\n }\n return classes\n}\n\ndefineExpose({\n /** @description toggle date panel */\n getFormattedDate,\n})\n</script>\n"],"names":["useDateTable","useNamespace"],"mappings":";;;;;;;;;;;;;uCA2Cc,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA;AAAA,MACJ,SAAA;AAAA,MACA,GAAA;AAAA,MACA,IAAA;AAAA,MACA,QAAA;AAAA,MACA,gBAAA;AAAA,MACA,aAAA;AAAA,MACA,WAAA;AAAA,KACE,GAAAA,yBAAA,CAAa,OAAO,IAAI,CAAA,CAAA;AAE5B,IAAM,MAAA,OAAA,GAAUC,mBAAa,gBAAgB,CAAA,CAAA;AAC7C,IAAM,MAAA,KAAA,GAAQA,mBAAa,cAAc,CAAA,CAAA;AAEzC,IAAA,MAAM,YAAe,GAAA,CAAC,EAAE,IAAA,EAAM,IAA6B,EAAA,KAAA;AACzD,MAAM,MAAA,OAAA,GAAoB,CAAC,IAAI,CAAA,CAAA;AAC/B,MAAA,IAAI,SAAS,SAAW,EAAA;AACtB,QAAM,MAAA,IAAA,GAAO,gBAAiB,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AACxC,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,KAAM,CAAA,WAAA,EAAa,KAAK,CAAG,EAAA;AACzC,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,UAAU,CAAC,CAAA,CAAA;AAAA,SACnC;AACA,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,GAAK,EAAA,KAAK,CAAG,EAAA;AAC3B,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,OAAO,CAAC,CAAA,CAAA;AAAA,SAChC;AAAA,OACF;AACA,MAAO,OAAA,OAAA,CAAA;AAAA,KACT,CAAA;AAEA,IAAa,MAAA,CAAA;AAAA,MAEX,gBAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"date-table.js","sources":["../../../../../../packages/components/calendar/src/date-table.ts"],"sourcesContent":["import { buildProps, definePropType, isObject } from '@element-plus/utils'\nimport { rangeArr } from '@element-plus/components/time-picker'\nimport type { ExtractPropTypes } from 'vue'\nimport type { Dayjs } from 'dayjs'\n\nexport type CalendarDateCellType = 'next' | 'prev' | 'current'\nexport type CalendarDateCell = {\n text: number\n type: CalendarDateCellType\n}\n\nexport const getPrevMonthLastDays = (date: Dayjs, count: number) => {\n const lastDay = date.subtract(1, 'month').endOf('month').date()\n return rangeArr(count).map((_, index) => lastDay - (count - index - 1))\n}\n\nexport const getMonthDays = (date: Dayjs) => {\n const days = date.daysInMonth()\n return rangeArr(days).map((_, index) => index + 1)\n}\n\nexport const toNestedArr = (days: CalendarDateCell[]) =>\n rangeArr(days.length / 7).map((index) => {\n const start = index * 7\n return days.slice(start, start + 7)\n })\n\nexport const dateTableProps = buildProps({\n selectedDay: {\n type: definePropType<Dayjs>(Object),\n },\n range: {\n type: definePropType<[Dayjs, Dayjs]>(Array),\n },\n date: {\n type: definePropType<Dayjs>(Object),\n required: true,\n },\n hideHeader: {\n type: Boolean,\n },\n} as const)\nexport type DateTableProps = ExtractPropTypes<typeof dateTableProps>\n\nexport const dateTableEmits = {\n pick: (value: Dayjs) => isObject(value),\n}\nexport type DateTableEmits = typeof dateTableEmits\n"],"names":["rangeArr","buildProps","definePropType","isObject"],"mappings":";;;;;;;;;;AAEY,MAAC,oBAAoB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK;AACrD,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;AAClE,EAAE,OAAOA,cAAQ,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,OAAO,IAAI,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;AAC1E,EAAE;AACU,MAAC,YAAY,GAAG,CAAC,IAAI,KAAK;AACtC,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;AAClC,EAAE,OAAOA,cAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC;AACrD,EAAE;AACU,MAAC,WAAW,GAAG,CAAC,IAAI,KAAKA,cAAQ,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,KAAK;AAC9E,EAAE,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC;AAC1B,EAAE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;AACtC,CAAC,EAAE;AACS,MAAC,cAAc,GAAGC,kBAAU,CAAC;AACzC,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAEA,sBAAc,CAAC,KAAK,CAAC;AAC/B,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,OAAO;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,cAAc,GAAG;AAC9B,EAAE,IAAI,EAAE,CAAC,KAAK,KAAKC,eAAQ,CAAC,KAAK,CAAC;AAClC;;;;;;;;"}
@@ -2,46 +2,96 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- require('../../../utils/index.js');
6
- require('../../time-picker/index.js');
7
- var utils = require('../../time-picker/src/utils.js');
8
- var runtime = require('../../../utils/vue/props/runtime.js');
9
- var shared = require('@vue/shared');
5
+ var vue = require('vue');
6
+ require('../../../hooks/index.js');
7
+ var dateTable = require('./date-table.js');
8
+ var useDateTable = require('./use-date-table.js');
9
+ var pluginVue_exportHelper = require('../../../_virtual/plugin-vue_export-helper.js');
10
+ var index = require('../../../hooks/use-namespace/index.js');
10
11
 
11
- const getPrevMonthLastDays = (date, count) => {
12
- const lastDay = date.subtract(1, "month").endOf("month").date();
13
- return utils.rangeArr(count).map((_, index) => lastDay - (count - index - 1));
14
- };
15
- const getMonthDays = (date) => {
16
- const days = date.daysInMonth();
17
- return utils.rangeArr(days).map((_, index) => index + 1);
18
- };
19
- const toNestedArr = (days) => utils.rangeArr(days.length / 7).map((index) => {
20
- const start = index * 7;
21
- return days.slice(start, start + 7);
12
+ const _hoisted_1 = { key: 0 };
13
+ const _hoisted_2 = ["onClick"];
14
+ const __default__ = vue.defineComponent({
15
+ name: "DateTable"
22
16
  });
23
- const dateTableProps = runtime.buildProps({
24
- selectedDay: {
25
- type: runtime.definePropType(Object)
26
- },
27
- range: {
28
- type: runtime.definePropType(Array)
29
- },
30
- date: {
31
- type: runtime.definePropType(Object),
32
- required: true
33
- },
34
- hideHeader: {
35
- type: Boolean
17
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
18
+ ...__default__,
19
+ props: dateTable.dateTableProps,
20
+ emits: dateTable.dateTableEmits,
21
+ setup(__props, { expose, emit }) {
22
+ const props = __props;
23
+ const {
24
+ isInRange,
25
+ now,
26
+ rows,
27
+ weekDays,
28
+ getFormattedDate,
29
+ handlePickDay,
30
+ getSlotData
31
+ } = useDateTable.useDateTable(props, emit);
32
+ const nsTable = index.useNamespace("calendar-table");
33
+ const nsDay = index.useNamespace("calendar-day");
34
+ const getCellClass = ({ text, type }) => {
35
+ const classes = [type];
36
+ if (type === "current") {
37
+ const date = getFormattedDate(text, type);
38
+ if (date.isSame(props.selectedDay, "day")) {
39
+ classes.push(nsDay.is("selected"));
40
+ }
41
+ if (date.isSame(now, "day")) {
42
+ classes.push(nsDay.is("today"));
43
+ }
44
+ }
45
+ return classes;
46
+ };
47
+ expose({
48
+ getFormattedDate
49
+ });
50
+ return (_ctx, _cache) => {
51
+ return vue.openBlock(), vue.createElementBlock("table", {
52
+ class: vue.normalizeClass([vue.unref(nsTable).b(), vue.unref(nsTable).is("range", vue.unref(isInRange))]),
53
+ cellspacing: "0",
54
+ cellpadding: "0"
55
+ }, [
56
+ !_ctx.hideHeader ? (vue.openBlock(), vue.createElementBlock("thead", _hoisted_1, [
57
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(weekDays), (day) => {
58
+ return vue.openBlock(), vue.createElementBlock("th", { key: day }, vue.toDisplayString(day), 1);
59
+ }), 128))
60
+ ])) : vue.createCommentVNode("v-if", true),
61
+ vue.createElementVNode("tbody", null, [
62
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(rows), (row, index) => {
63
+ return vue.openBlock(), vue.createElementBlock("tr", {
64
+ key: index,
65
+ class: vue.normalizeClass({
66
+ [vue.unref(nsTable).e("row")]: true,
67
+ [vue.unref(nsTable).em("row", "hide-border")]: index === 0 && _ctx.hideHeader
68
+ })
69
+ }, [
70
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(row, (cell, key) => {
71
+ return vue.openBlock(), vue.createElementBlock("td", {
72
+ key,
73
+ class: vue.normalizeClass(getCellClass(cell)),
74
+ onClick: ($event) => vue.unref(handlePickDay)(cell)
75
+ }, [
76
+ vue.createElementVNode("div", {
77
+ class: vue.normalizeClass(vue.unref(nsDay).b())
78
+ }, [
79
+ vue.renderSlot(_ctx.$slots, "date-cell", {
80
+ data: vue.unref(getSlotData)(cell)
81
+ }, () => [
82
+ vue.createElementVNode("span", null, vue.toDisplayString(cell.text), 1)
83
+ ])
84
+ ], 2)
85
+ ], 10, _hoisted_2);
86
+ }), 128))
87
+ ], 2);
88
+ }), 128))
89
+ ])
90
+ ], 2);
91
+ };
36
92
  }
37
93
  });
38
- const dateTableEmits = {
39
- pick: (value) => shared.isObject(value)
40
- };
94
+ var DateTable = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "D:\\beyondtrucks\\beyond-ui\\packages\\components\\calendar\\src\\date-table.vue"]]);
41
95
 
42
- exports.dateTableEmits = dateTableEmits;
43
- exports.dateTableProps = dateTableProps;
44
- exports.getMonthDays = getMonthDays;
45
- exports.getPrevMonthLastDays = getPrevMonthLastDays;
46
- exports.toNestedArr = toNestedArr;
96
+ exports["default"] = DateTable;
47
97
  //# sourceMappingURL=date-table2.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"date-table2.js","sources":["../../../../../../packages/components/calendar/src/date-table.ts"],"sourcesContent":["import { buildProps, definePropType, isObject } from '@element-plus/utils'\nimport { rangeArr } from '@element-plus/components/time-picker'\nimport type { ExtractPropTypes } from 'vue'\nimport type { Dayjs } from 'dayjs'\n\nexport type CalendarDateCellType = 'next' | 'prev' | 'current'\nexport type CalendarDateCell = {\n text: number\n type: CalendarDateCellType\n}\n\nexport const getPrevMonthLastDays = (date: Dayjs, count: number) => {\n const lastDay = date.subtract(1, 'month').endOf('month').date()\n return rangeArr(count).map((_, index) => lastDay - (count - index - 1))\n}\n\nexport const getMonthDays = (date: Dayjs) => {\n const days = date.daysInMonth()\n return rangeArr(days).map((_, index) => index + 1)\n}\n\nexport const toNestedArr = (days: CalendarDateCell[]) =>\n rangeArr(days.length / 7).map((index) => {\n const start = index * 7\n return days.slice(start, start + 7)\n })\n\nexport const dateTableProps = buildProps({\n selectedDay: {\n type: definePropType<Dayjs>(Object),\n },\n range: {\n type: definePropType<[Dayjs, Dayjs]>(Array),\n },\n date: {\n type: definePropType<Dayjs>(Object),\n required: true,\n },\n hideHeader: {\n type: Boolean,\n },\n} as const)\nexport type DateTableProps = ExtractPropTypes<typeof dateTableProps>\n\nexport const dateTableEmits = {\n pick: (value: Dayjs) => isObject(value),\n}\nexport type DateTableEmits = typeof dateTableEmits\n"],"names":["rangeArr","buildProps","definePropType","isObject"],"mappings":";;;;;;;;;;AAEY,MAAC,oBAAoB,GAAG,CAAC,IAAI,EAAE,KAAK,KAAK;AACrD,EAAE,MAAM,OAAO,GAAG,IAAI,CAAC,QAAQ,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;AAClE,EAAE,OAAOA,cAAQ,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,OAAO,IAAI,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;AAC1E,EAAE;AACU,MAAC,YAAY,GAAG,CAAC,IAAI,KAAK;AACtC,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC,WAAW,EAAE,CAAC;AAClC,EAAE,OAAOA,cAAQ,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,KAAK,KAAK,KAAK,GAAG,CAAC,CAAC,CAAC;AACrD,EAAE;AACU,MAAC,WAAW,GAAG,CAAC,IAAI,KAAKA,cAAQ,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,KAAK,KAAK;AAC9E,EAAE,MAAM,KAAK,GAAG,KAAK,GAAG,CAAC,CAAC;AAC1B,EAAE,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,EAAE,KAAK,GAAG,CAAC,CAAC,CAAC;AACtC,CAAC,EAAE;AACS,MAAC,cAAc,GAAGC,kBAAU,CAAC;AACzC,EAAE,WAAW,EAAE;AACf,IAAI,IAAI,EAAEC,sBAAc,CAAC,MAAM,CAAC;AAChC,GAAG;AACH,EAAE,KAAK,EAAE;AACT,IAAI,IAAI,EAAEA,sBAAc,CAAC,KAAK,CAAC;AAC/B,GAAG;AACH,EAAE,IAAI,EAAE;AACR,IAAI,IAAI,EAAEA,sBAAc,CAAC,MAAM,CAAC;AAChC,IAAI,QAAQ,EAAE,IAAI;AAClB,GAAG;AACH,EAAE,UAAU,EAAE;AACd,IAAI,IAAI,EAAE,OAAO;AACjB,GAAG;AACH,CAAC,EAAE;AACS,MAAC,cAAc,GAAG;AAC9B,EAAE,IAAI,EAAE,CAAC,KAAK,KAAKC,eAAQ,CAAC,KAAK,CAAC;AAClC;;;;;;;;"}
1
+ {"version":3,"file":"date-table2.js","sources":["../../../../../../packages/components/calendar/src/date-table.vue"],"sourcesContent":["<template>\n <table\n :class=\"[nsTable.b(), nsTable.is('range', isInRange)]\"\n cellspacing=\"0\"\n cellpadding=\"0\"\n >\n <thead v-if=\"!hideHeader\">\n <th v-for=\"day in weekDays\" :key=\"day\">{{ day }}</th>\n </thead>\n\n <tbody>\n <tr\n v-for=\"(row, index) in rows\"\n :key=\"index\"\n :class=\"{\n [nsTable.e('row')]: true,\n [nsTable.em('row', 'hide-border')]: index === 0 && hideHeader,\n }\"\n >\n <td\n v-for=\"(cell, key) in row\"\n :key=\"key\"\n :class=\"getCellClass(cell)\"\n @click=\"handlePickDay(cell)\"\n >\n <div :class=\"nsDay.b()\">\n <slot name=\"date-cell\" :data=\"getSlotData(cell)\">\n <span>{{ cell.text }}</span>\n </slot>\n </div>\n </td>\n </tr>\n </tbody>\n </table>\n</template>\n\n<script lang=\"ts\" setup>\nimport { useNamespace } from '@element-plus/hooks'\nimport { dateTableEmits, dateTableProps } from './date-table'\nimport { useDateTable } from './use-date-table'\n\nimport type { CalendarDateCell } from './date-table'\n\ndefineOptions({\n name: 'DateTable',\n})\n\nconst props = defineProps(dateTableProps)\nconst emit = defineEmits(dateTableEmits)\n\nconst {\n isInRange,\n now,\n rows,\n weekDays,\n getFormattedDate,\n handlePickDay,\n getSlotData,\n} = useDateTable(props, emit)\n\nconst nsTable = useNamespace('calendar-table')\nconst nsDay = useNamespace('calendar-day')\n\nconst getCellClass = ({ text, type }: CalendarDateCell) => {\n const classes: string[] = [type]\n if (type === 'current') {\n const date = getFormattedDate(text, type)\n if (date.isSame(props.selectedDay, 'day')) {\n classes.push(nsDay.is('selected'))\n }\n if (date.isSame(now, 'day')) {\n classes.push(nsDay.is('today'))\n }\n }\n return classes\n}\n\ndefineExpose({\n /** @description toggle date panel */\n getFormattedDate,\n})\n</script>\n"],"names":["useDateTable","useNamespace"],"mappings":";;;;;;;;;;;;;uCA2Cc,CAAA;AAAA,EACZ,IAAM,EAAA,WAAA;AACR,CAAA,CAAA,CAAA;;;;;;;AAKA,IAAM,MAAA;AAAA,MACJ,SAAA;AAAA,MACA,GAAA;AAAA,MACA,IAAA;AAAA,MACA,QAAA;AAAA,MACA,gBAAA;AAAA,MACA,aAAA;AAAA,MACA,WAAA;AAAA,KACE,GAAAA,yBAAA,CAAa,OAAO,IAAI,CAAA,CAAA;AAE5B,IAAM,MAAA,OAAA,GAAUC,mBAAa,gBAAgB,CAAA,CAAA;AAC7C,IAAM,MAAA,KAAA,GAAQA,mBAAa,cAAc,CAAA,CAAA;AAEzC,IAAA,MAAM,YAAe,GAAA,CAAC,EAAE,IAAA,EAAM,IAA6B,EAAA,KAAA;AACzD,MAAM,MAAA,OAAA,GAAoB,CAAC,IAAI,CAAA,CAAA;AAC/B,MAAA,IAAI,SAAS,SAAW,EAAA;AACtB,QAAM,MAAA,IAAA,GAAO,gBAAiB,CAAA,IAAA,EAAM,IAAI,CAAA,CAAA;AACxC,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,KAAM,CAAA,WAAA,EAAa,KAAK,CAAG,EAAA;AACzC,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,UAAU,CAAC,CAAA,CAAA;AAAA,SACnC;AACA,QAAA,IAAI,IAAK,CAAA,MAAA,CAAO,GAAK,EAAA,KAAK,CAAG,EAAA;AAC3B,UAAA,OAAA,CAAQ,IAAK,CAAA,KAAA,CAAM,EAAG,CAAA,OAAO,CAAC,CAAA,CAAA;AAAA,SAChC;AAAA,OACF;AACA,MAAO,OAAA,OAAA,CAAA;AAAA,KACT,CAAA;AAEA,IAAa,MAAA,CAAA;AAAA,MAEX,gBAAA;AAAA,KACD,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -8,7 +8,7 @@ var localeData = require('dayjs/plugin/localeData.js');
8
8
  require('../../../hooks/index.js');
9
9
  require('../../time-picker/index.js');
10
10
  require('../../../constants/index.js');
11
- var dateTable = require('./date-table2.js');
11
+ var dateTable = require('./date-table.js');
12
12
  var index = require('../../../hooks/use-locale/index.js');
13
13
  var utils = require('../../time-picker/src/utils.js');
14
14
  var date = require('../../../constants/date.js');
@@ -1,7 +1,7 @@
1
1
  export declare const ElCarousel: import("beyond-webui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
2
2
  readonly initialIndex: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
3
3
  readonly height: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
4
- readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
4
+ readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
5
5
  readonly autoplay: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
6
6
  readonly interval: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3000, boolean>;
7
7
  readonly indicatorPosition: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "none" | "outside", unknown, "", boolean>;
@@ -17,7 +17,7 @@ export declare const ElCarousel: import("beyond-webui/es/utils").SFCWithInstall<
17
17
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
18
  readonly initialIndex: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
19
19
  readonly height: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
20
- readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
20
+ readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
21
21
  readonly autoplay: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
22
22
  readonly interval: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3000, boolean>;
23
23
  readonly indicatorPosition: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "none" | "outside", unknown, "", boolean>;
@@ -159,7 +159,7 @@ export declare const ElCarousel: import("beyond-webui/es/utils").SFCWithInstall<
159
159
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
160
160
  readonly initialIndex: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 0, boolean>;
161
161
  readonly height: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
162
- readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "click" | "hover", unknown, "hover", boolean>;
162
+ readonly trigger: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "hover" | "click", unknown, "hover", boolean>;
163
163
  readonly autoplay: import("beyond-webui/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
164
164
  readonly interval: import("beyond-webui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3000, boolean>;
165
165
  readonly indicatorPosition: import("beyond-webui/es/utils").EpPropFinalized<StringConstructor, "" | "none" | "outside", unknown, "", boolean>;
@@ -173,15 +173,15 @@ export declare const ElCarousel: import("beyond-webui/es/utils").SFCWithInstall<
173
173
  }>> & {
174
174
  onChange?: ((current: number, prev: number) => any) | undefined;
175
175
  }, {
176
- readonly interval: number;
177
176
  readonly type: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "card", unknown>;
178
177
  readonly height: string;
179
178
  readonly direction: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>;
180
- readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "click" | "hover", unknown>;
179
+ readonly trigger: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "hover" | "click", unknown>;
181
180
  readonly arrow: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "always" | "never" | "hover", unknown>;
182
181
  readonly loop: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
183
182
  readonly initialIndex: number;
184
183
  readonly autoplay: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
184
+ readonly interval: number;
185
185
  readonly indicatorPosition: import("beyond-webui/es/utils").EpPropMergeType<StringConstructor, "" | "none" | "outside", unknown>;
186
186
  readonly cardScale: number;
187
187
  readonly pauseOnHover: import("beyond-webui/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -3,9 +3,9 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('../../utils/index.js');
6
- var carousel$1 = require('./src/carousel2.js');
6
+ var carousel$1 = require('./src/carousel.js');
7
7
  var carouselItem$1 = require('./src/carousel-item.js');
8
- var carousel = require('./src/carousel.js');
8
+ var carousel = require('./src/carousel2.js');
9
9
  var carouselItem = require('./src/carousel-item2.js');
10
10
  var constants = require('./src/constants.js');
11
11
  var install = require('../../utils/vue/install.js');