element-ps 2.0.12 → 2.0.13

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 (516) hide show
  1. package/dist/index.full.js +352 -324
  2. package/dist/index.full.min.js +5 -5
  3. package/dist/index.full.min.js.map +1 -1
  4. package/dist/index.full.min.mjs +5 -5
  5. package/dist/index.full.min.mjs.map +1 -1
  6. package/dist/index.full.mjs +352 -324
  7. package/es/components/autocomplete/index.d.ts +11 -4
  8. package/es/components/autocomplete/index.mjs +2 -2
  9. package/es/components/autocomplete/src/autocomplete.mjs +96 -58
  10. package/es/components/autocomplete/src/autocomplete.mjs.map +1 -1
  11. package/es/components/autocomplete/src/autocomplete.vue.d.ts +11 -4
  12. package/es/components/autocomplete/src/autocomplete2.mjs +58 -96
  13. package/es/components/autocomplete/src/autocomplete2.mjs.map +1 -1
  14. package/es/components/avatar/index.mjs +2 -2
  15. package/es/components/avatar/src/avatar.mjs +29 -61
  16. package/es/components/avatar/src/avatar.mjs.map +1 -1
  17. package/es/components/avatar/src/avatar2.mjs +61 -29
  18. package/es/components/avatar/src/avatar2.mjs.map +1 -1
  19. package/es/components/breadcrumb/index.mjs +2 -2
  20. package/es/components/breadcrumb/src/breadcrumb.mjs +37 -12
  21. package/es/components/breadcrumb/src/breadcrumb.mjs.map +1 -1
  22. package/es/components/breadcrumb/src/breadcrumb2.mjs +12 -37
  23. package/es/components/breadcrumb/src/breadcrumb2.mjs.map +1 -1
  24. package/es/components/button/index.mjs +1 -1
  25. package/es/components/button/src/button-group.mjs +5 -30
  26. package/es/components/button/src/button-group.mjs.map +1 -1
  27. package/es/components/button/src/button-group2.mjs +30 -5
  28. package/es/components/button/src/button-group2.mjs.map +1 -1
  29. package/es/components/calendar/index.mjs +2 -2
  30. package/es/components/calendar/src/calendar.mjs +188 -9
  31. package/es/components/calendar/src/calendar.mjs.map +1 -1
  32. package/es/components/calendar/src/calendar2.mjs +9 -188
  33. package/es/components/calendar/src/calendar2.mjs.map +1 -1
  34. package/es/components/card/index.mjs +2 -2
  35. package/es/components/card/src/card.mjs +15 -35
  36. package/es/components/card/src/card.mjs.map +1 -1
  37. package/es/components/card/src/card2.mjs +35 -15
  38. package/es/components/card/src/card2.mjs.map +1 -1
  39. package/es/components/carousel/index.mjs +2 -2
  40. package/es/components/carousel/src/carousel.mjs +43 -227
  41. package/es/components/carousel/src/carousel.mjs.map +1 -1
  42. package/es/components/carousel/src/carousel2.mjs +227 -43
  43. package/es/components/carousel/src/carousel2.mjs.map +1 -1
  44. package/es/components/cascader/index.d.ts +28 -2
  45. package/es/components/cascader/src/index.mjs +15 -10
  46. package/es/components/cascader/src/index.mjs.map +1 -1
  47. package/es/components/cascader/src/index.vue.d.ts +14 -1
  48. package/es/components/check-tag/index.mjs +2 -2
  49. package/es/components/check-tag/src/check-tag.mjs +20 -7
  50. package/es/components/check-tag/src/check-tag.mjs.map +1 -1
  51. package/es/components/check-tag/src/check-tag2.mjs +7 -20
  52. package/es/components/check-tag/src/check-tag2.mjs.map +1 -1
  53. package/es/components/collection/index.mjs +1 -1
  54. package/es/components/collection/src/collection.mjs +10 -63
  55. package/es/components/collection/src/collection.mjs.map +1 -1
  56. package/es/components/collection/src/collection2.mjs +63 -10
  57. package/es/components/collection/src/collection2.mjs.map +1 -1
  58. package/es/components/descriptions/index.d.ts +12 -0
  59. package/es/components/descriptions/src/description-item.d.ts +6 -0
  60. package/es/components/descriptions/src/description-item.mjs +3 -0
  61. package/es/components/descriptions/src/description-item.mjs.map +1 -1
  62. package/es/components/descriptions/src/descriptions.type.d.ts +1 -0
  63. package/es/components/dialog/index.d.ts +4 -0
  64. package/es/components/dialog/index.mjs +2 -2
  65. package/es/components/dialog/src/dialog-content.d.ts +1 -0
  66. package/es/components/dialog/src/dialog-content.mjs +3 -0
  67. package/es/components/dialog/src/dialog-content.mjs.map +1 -1
  68. package/es/components/dialog/src/dialog-content.vue.d.ts +3 -0
  69. package/es/components/dialog/src/dialog-content2.mjs +11 -6
  70. package/es/components/dialog/src/dialog-content2.mjs.map +1 -1
  71. package/es/components/dialog/src/dialog.d.ts +1 -0
  72. package/es/components/dialog/src/dialog.mjs +97 -58
  73. package/es/components/dialog/src/dialog.mjs.map +1 -1
  74. package/es/components/dialog/src/dialog.vue.d.ts +4 -0
  75. package/es/components/dialog/src/dialog2.mjs +61 -96
  76. package/es/components/dialog/src/dialog2.mjs.map +1 -1
  77. package/es/components/drawer/index.d.ts +3 -0
  78. package/es/components/drawer/src/drawer.d.ts +1 -0
  79. package/es/components/drawer/src/drawer.mjs +4 -1
  80. package/es/components/drawer/src/drawer.mjs.map +1 -1
  81. package/es/components/drawer/src/drawer.vue.d.ts +3 -0
  82. package/es/components/drawer/src/drawer2.mjs +64 -65
  83. package/es/components/drawer/src/drawer2.mjs.map +1 -1
  84. package/es/components/dropdown/index.mjs +2 -2
  85. package/es/components/dropdown/src/dropdown-item-impl.mjs +3 -3
  86. package/es/components/dropdown/src/dropdown-item.mjs +1 -1
  87. package/es/components/dropdown/src/dropdown-menu.mjs +2 -2
  88. package/es/components/dropdown/src/dropdown.mjs +100 -109
  89. package/es/components/dropdown/src/dropdown.mjs.map +1 -1
  90. package/es/components/dropdown/src/dropdown2.mjs +109 -100
  91. package/es/components/dropdown/src/dropdown2.mjs.map +1 -1
  92. package/es/components/empty/index.mjs +2 -2
  93. package/es/components/empty/src/empty.mjs +11 -56
  94. package/es/components/empty/src/empty.mjs.map +1 -1
  95. package/es/components/empty/src/empty2.mjs +56 -11
  96. package/es/components/empty/src/empty2.mjs.map +1 -1
  97. package/es/components/form/index.d.ts +8 -0
  98. package/es/components/form/index.mjs +2 -2
  99. package/es/components/form/src/form-item.d.ts +1 -0
  100. package/es/components/form/src/form-item.mjs +3 -0
  101. package/es/components/form/src/form-item.mjs.map +1 -1
  102. package/es/components/form/src/form-item.vue.d.ts +4 -0
  103. package/es/components/form/src/form-item2.mjs +12 -7
  104. package/es/components/form/src/form-item2.mjs.map +1 -1
  105. package/es/components/form/src/form.mjs +45 -40
  106. package/es/components/form/src/form.mjs.map +1 -1
  107. package/es/components/form/src/form2.mjs +40 -45
  108. package/es/components/form/src/form2.mjs.map +1 -1
  109. package/es/components/icon/index.mjs +2 -2
  110. package/es/components/icon/src/icon.mjs +8 -35
  111. package/es/components/icon/src/icon.mjs.map +1 -1
  112. package/es/components/icon/src/icon2.mjs +35 -8
  113. package/es/components/icon/src/icon2.mjs.map +1 -1
  114. package/es/components/image/index.d.ts +1 -1
  115. package/es/components/image/index.mjs +2 -2
  116. package/es/components/image/src/image.mjs +50 -158
  117. package/es/components/image/src/image.mjs.map +1 -1
  118. package/es/components/image/src/image.vue.d.ts +1 -1
  119. package/es/components/image/src/image2.mjs +158 -50
  120. package/es/components/image/src/image2.mjs.map +1 -1
  121. package/es/components/index.mjs +27 -27
  122. package/es/components/input/index.d.ts +4 -0
  123. package/es/components/input/index.mjs +2 -2
  124. package/es/components/input/src/input.d.ts +1 -0
  125. package/es/components/input/src/input.mjs +85 -294
  126. package/es/components/input/src/input.mjs.map +1 -1
  127. package/es/components/input/src/input.vue.d.ts +4 -0
  128. package/es/components/input/src/input2.mjs +296 -82
  129. package/es/components/input/src/input2.mjs.map +1 -1
  130. package/es/components/input-number/index.d.ts +8 -0
  131. package/es/components/input-number/src/input-number.vue.d.ts +8 -0
  132. package/es/components/menu/index.mjs +2 -2
  133. package/es/components/menu/src/menu-item.mjs +15 -73
  134. package/es/components/menu/src/menu-item.mjs.map +1 -1
  135. package/es/components/menu/src/menu-item2.mjs +73 -15
  136. package/es/components/menu/src/menu-item2.mjs.map +1 -1
  137. package/es/components/popconfirm/src/popconfirm.mjs +1 -1
  138. package/es/components/popover/index.d.ts +2 -2
  139. package/es/components/popover/src/index.vue.d.ts +1 -1
  140. package/es/components/popover/src/popover.mjs +2 -2
  141. package/es/components/popper/index.mjs +2 -2
  142. package/es/components/popper/src/content.vue.d.ts +1 -1
  143. package/es/components/popper/src/trigger.mjs +36 -17
  144. package/es/components/popper/src/trigger.mjs.map +1 -1
  145. package/es/components/popper/src/trigger2.mjs +17 -36
  146. package/es/components/popper/src/trigger2.mjs.map +1 -1
  147. package/es/components/progress/index.d.ts +3 -3
  148. package/es/components/progress/index.mjs +2 -2
  149. package/es/components/progress/src/progress.d.ts +1 -1
  150. package/es/components/progress/src/progress.mjs +57 -230
  151. package/es/components/progress/src/progress.mjs.map +1 -1
  152. package/es/components/progress/src/progress.vue.d.ts +3 -3
  153. package/es/components/progress/src/progress2.mjs +230 -57
  154. package/es/components/progress/src/progress2.mjs.map +1 -1
  155. package/es/components/radio/index.mjs +2 -2
  156. package/es/components/radio/src/radio-button.mjs +1 -1
  157. package/es/components/radio/src/radio-button2.mjs +1 -1
  158. package/es/components/radio/src/radio.mjs +74 -67
  159. package/es/components/radio/src/radio.mjs.map +1 -1
  160. package/es/components/radio/src/radio2.mjs +67 -74
  161. package/es/components/radio/src/radio2.mjs.map +1 -1
  162. package/es/components/rate/index.mjs +2 -2
  163. package/es/components/rate/src/rate.mjs +84 -169
  164. package/es/components/rate/src/rate.mjs.map +1 -1
  165. package/es/components/rate/src/rate2.mjs +169 -84
  166. package/es/components/rate/src/rate2.mjs.map +1 -1
  167. package/es/components/result/index.mjs +2 -2
  168. package/es/components/result/src/result.mjs +28 -73
  169. package/es/components/result/src/result.mjs.map +1 -1
  170. package/es/components/result/src/result2.mjs +73 -28
  171. package/es/components/result/src/result2.mjs.map +1 -1
  172. package/es/components/roving-focus-group/index.mjs +3 -3
  173. package/es/components/roving-focus-group/src/roving-focus-group-impl.mjs +1 -1
  174. package/es/components/roving-focus-group/src/roving-focus-group.mjs +29 -27
  175. package/es/components/roving-focus-group/src/roving-focus-group.mjs.map +1 -1
  176. package/es/components/roving-focus-group/src/roving-focus-group2.mjs +27 -29
  177. package/es/components/roving-focus-group/src/roving-focus-group2.mjs.map +1 -1
  178. package/es/components/roving-focus-group/src/roving-focus-item.mjs +1 -1
  179. package/es/components/scrollbar/index.mjs +1 -1
  180. package/es/components/scrollbar/src/bar.mjs +1 -1
  181. package/es/components/scrollbar/src/thumb.mjs +11 -59
  182. package/es/components/scrollbar/src/thumb.mjs.map +1 -1
  183. package/es/components/scrollbar/src/thumb.vue.d.ts +1 -1
  184. package/es/components/scrollbar/src/thumb2.mjs +59 -11
  185. package/es/components/scrollbar/src/thumb2.mjs.map +1 -1
  186. package/es/components/select/index.d.ts +4 -4
  187. package/es/components/select/src/select.mjs +1 -1
  188. package/es/components/select/src/select.vue.d.ts +4 -4
  189. package/es/components/select/src/useSelect.d.ts +3 -3
  190. package/es/components/select-v2/index.d.ts +8 -8
  191. package/es/components/select-v2/src/defaults.mjs +1 -1
  192. package/es/components/select-v2/src/select.vue.d.ts +4 -4
  193. package/es/components/select-v2/src/useSelect.d.ts +3 -3
  194. package/es/components/skeleton/index.mjs +2 -2
  195. package/es/components/skeleton/src/skeleton.mjs +49 -22
  196. package/es/components/skeleton/src/skeleton.mjs.map +1 -1
  197. package/es/components/skeleton/src/skeleton2.mjs +22 -49
  198. package/es/components/skeleton/src/skeleton2.mjs.map +1 -1
  199. package/es/components/switch/index.d.ts +1 -1
  200. package/es/components/switch/src/switch.vue.d.ts +1 -1
  201. package/es/components/table/index.d.ts +13 -1
  202. package/es/components/table/src/filter-panel.vue.d.ts +3 -3
  203. package/es/components/table/src/table-body/render-helper.mjs +2 -1
  204. package/es/components/table/src/table-body/render-helper.mjs.map +1 -1
  205. package/es/components/table/src/table-column/defaults.d.ts +4 -0
  206. package/es/components/table/src/table-column/defaults.mjs +3 -0
  207. package/es/components/table/src/table-column/defaults.mjs.map +1 -1
  208. package/es/components/table/src/table-column/index.d.ts +6 -0
  209. package/es/components/table/src/table-column/index.mjs +2 -1
  210. package/es/components/table/src/table-column/index.mjs.map +1 -1
  211. package/es/components/table/src/table-header/index.mjs +1 -8
  212. package/es/components/table/src/table-header/index.mjs.map +1 -1
  213. package/es/components/table/src/table.vue.d.ts +1 -1
  214. package/es/components/teleport/index.mjs +2 -2
  215. package/es/components/teleport/src/teleport.mjs +18 -43
  216. package/es/components/teleport/src/teleport.mjs.map +1 -1
  217. package/es/components/teleport/src/teleport2.mjs +43 -18
  218. package/es/components/teleport/src/teleport2.mjs.map +1 -1
  219. package/es/components/time-picker/src/common/picker.vue.d.ts +3 -3
  220. package/es/components/time-select/index.d.ts +4 -4
  221. package/es/components/time-select/src/time-select.vue.d.ts +2 -2
  222. package/es/components/timeline/index.mjs +2 -2
  223. package/es/components/timeline/src/timeline-item.mjs +73 -39
  224. package/es/components/timeline/src/timeline-item.mjs.map +1 -1
  225. package/es/components/timeline/src/timeline-item2.mjs +39 -73
  226. package/es/components/timeline/src/timeline-item2.mjs.map +1 -1
  227. package/es/components/tooltip/index.d.ts +1 -1
  228. package/es/components/tooltip/index.mjs +2 -2
  229. package/es/components/tooltip/src/tooltip.mjs +64 -51
  230. package/es/components/tooltip/src/tooltip.mjs.map +1 -1
  231. package/es/components/tooltip/src/tooltip.vue.d.ts +1 -1
  232. package/es/components/tooltip/src/tooltip2.mjs +51 -64
  233. package/es/components/tooltip/src/tooltip2.mjs.map +1 -1
  234. package/es/components/tooltip/src/trigger.mjs +2 -2
  235. package/es/components/tooltip-v2/index.mjs +2 -2
  236. package/es/components/tooltip-v2/src/content.mjs +113 -50
  237. package/es/components/tooltip-v2/src/content.mjs.map +1 -1
  238. package/es/components/tooltip-v2/src/content2.mjs +50 -113
  239. package/es/components/tooltip-v2/src/content2.mjs.map +1 -1
  240. package/es/components/tooltip-v2/src/tooltip.mjs +2 -2
  241. package/es/components/tooltip-v2/src/tooltip2.mjs +4 -4
  242. package/es/components/tooltip-v2/src/trigger.mjs +11 -89
  243. package/es/components/tooltip-v2/src/trigger.mjs.map +1 -1
  244. package/es/components/tooltip-v2/src/trigger2.mjs +89 -11
  245. package/es/components/tooltip-v2/src/trigger2.mjs.map +1 -1
  246. package/es/components/upload/index.mjs +3 -3
  247. package/es/components/upload/src/upload-content.mjs +1 -1
  248. package/es/components/upload/src/upload-list.mjs +155 -26
  249. package/es/components/upload/src/upload-list.mjs.map +1 -1
  250. package/es/components/upload/src/upload-list.vue.d.ts +3 -3
  251. package/es/components/upload/src/upload-list2.mjs +26 -155
  252. package/es/components/upload/src/upload-list2.mjs.map +1 -1
  253. package/es/components/upload/src/upload.mjs +99 -106
  254. package/es/components/upload/src/upload.mjs.map +1 -1
  255. package/es/components/upload/src/upload2.mjs +106 -99
  256. package/es/components/upload/src/upload2.mjs.map +1 -1
  257. package/es/components/virtual-list/src/builders/build-list.d.ts +1 -1
  258. package/es/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  259. package/es/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  260. package/es/index.mjs +27 -27
  261. package/lib/components/autocomplete/index.d.ts +11 -4
  262. package/lib/components/autocomplete/index.js +2 -2
  263. package/lib/components/autocomplete/src/autocomplete.js +96 -58
  264. package/lib/components/autocomplete/src/autocomplete.js.map +1 -1
  265. package/lib/components/autocomplete/src/autocomplete.vue.d.ts +11 -4
  266. package/lib/components/autocomplete/src/autocomplete2.js +58 -96
  267. package/lib/components/autocomplete/src/autocomplete2.js.map +1 -1
  268. package/lib/components/avatar/index.js +2 -2
  269. package/lib/components/avatar/src/avatar.js +29 -61
  270. package/lib/components/avatar/src/avatar.js.map +1 -1
  271. package/lib/components/avatar/src/avatar2.js +61 -29
  272. package/lib/components/avatar/src/avatar2.js.map +1 -1
  273. package/lib/components/breadcrumb/index.js +2 -2
  274. package/lib/components/breadcrumb/src/breadcrumb.js +37 -12
  275. package/lib/components/breadcrumb/src/breadcrumb.js.map +1 -1
  276. package/lib/components/breadcrumb/src/breadcrumb2.js +12 -37
  277. package/lib/components/breadcrumb/src/breadcrumb2.js.map +1 -1
  278. package/lib/components/button/index.js +1 -1
  279. package/lib/components/button/src/button-group.js +5 -30
  280. package/lib/components/button/src/button-group.js.map +1 -1
  281. package/lib/components/button/src/button-group2.js +30 -5
  282. package/lib/components/button/src/button-group2.js.map +1 -1
  283. package/lib/components/calendar/index.js +2 -2
  284. package/lib/components/calendar/src/calendar.js +192 -9
  285. package/lib/components/calendar/src/calendar.js.map +1 -1
  286. package/lib/components/calendar/src/calendar2.js +9 -192
  287. package/lib/components/calendar/src/calendar2.js.map +1 -1
  288. package/lib/components/card/index.js +2 -2
  289. package/lib/components/card/src/card.js +15 -35
  290. package/lib/components/card/src/card.js.map +1 -1
  291. package/lib/components/card/src/card2.js +35 -15
  292. package/lib/components/card/src/card2.js.map +1 -1
  293. package/lib/components/carousel/index.js +2 -2
  294. package/lib/components/carousel/src/carousel.js +43 -227
  295. package/lib/components/carousel/src/carousel.js.map +1 -1
  296. package/lib/components/carousel/src/carousel2.js +227 -43
  297. package/lib/components/carousel/src/carousel2.js.map +1 -1
  298. package/lib/components/cascader/index.d.ts +28 -2
  299. package/lib/components/cascader/src/index.js +15 -10
  300. package/lib/components/cascader/src/index.js.map +1 -1
  301. package/lib/components/cascader/src/index.vue.d.ts +14 -1
  302. package/lib/components/check-tag/index.js +2 -2
  303. package/lib/components/check-tag/src/check-tag.js +20 -7
  304. package/lib/components/check-tag/src/check-tag.js.map +1 -1
  305. package/lib/components/check-tag/src/check-tag2.js +7 -20
  306. package/lib/components/check-tag/src/check-tag2.js.map +1 -1
  307. package/lib/components/collection/index.js +1 -1
  308. package/lib/components/collection/src/collection.js +9 -63
  309. package/lib/components/collection/src/collection.js.map +1 -1
  310. package/lib/components/collection/src/collection2.js +63 -9
  311. package/lib/components/collection/src/collection2.js.map +1 -1
  312. package/lib/components/descriptions/index.d.ts +12 -0
  313. package/lib/components/descriptions/src/description-item.d.ts +6 -0
  314. package/lib/components/descriptions/src/description-item.js +3 -0
  315. package/lib/components/descriptions/src/description-item.js.map +1 -1
  316. package/lib/components/descriptions/src/descriptions.type.d.ts +1 -0
  317. package/lib/components/dialog/index.d.ts +4 -0
  318. package/lib/components/dialog/index.js +2 -2
  319. package/lib/components/dialog/src/dialog-content.d.ts +1 -0
  320. package/lib/components/dialog/src/dialog-content.js +3 -0
  321. package/lib/components/dialog/src/dialog-content.js.map +1 -1
  322. package/lib/components/dialog/src/dialog-content.vue.d.ts +3 -0
  323. package/lib/components/dialog/src/dialog-content2.js +11 -6
  324. package/lib/components/dialog/src/dialog-content2.js.map +1 -1
  325. package/lib/components/dialog/src/dialog.d.ts +1 -0
  326. package/lib/components/dialog/src/dialog.js +97 -58
  327. package/lib/components/dialog/src/dialog.js.map +1 -1
  328. package/lib/components/dialog/src/dialog.vue.d.ts +4 -0
  329. package/lib/components/dialog/src/dialog2.js +61 -96
  330. package/lib/components/dialog/src/dialog2.js.map +1 -1
  331. package/lib/components/drawer/index.d.ts +3 -0
  332. package/lib/components/drawer/src/drawer.d.ts +1 -0
  333. package/lib/components/drawer/src/drawer.js +4 -1
  334. package/lib/components/drawer/src/drawer.js.map +1 -1
  335. package/lib/components/drawer/src/drawer.vue.d.ts +3 -0
  336. package/lib/components/drawer/src/drawer2.js +63 -64
  337. package/lib/components/drawer/src/drawer2.js.map +1 -1
  338. package/lib/components/dropdown/index.js +2 -2
  339. package/lib/components/dropdown/src/dropdown-item-impl.js +3 -3
  340. package/lib/components/dropdown/src/dropdown-item.js +1 -1
  341. package/lib/components/dropdown/src/dropdown-menu.js +2 -2
  342. package/lib/components/dropdown/src/dropdown.js +109 -109
  343. package/lib/components/dropdown/src/dropdown.js.map +1 -1
  344. package/lib/components/dropdown/src/dropdown2.js +109 -109
  345. package/lib/components/dropdown/src/dropdown2.js.map +1 -1
  346. package/lib/components/empty/index.js +2 -2
  347. package/lib/components/empty/src/empty.js +11 -56
  348. package/lib/components/empty/src/empty.js.map +1 -1
  349. package/lib/components/empty/src/empty2.js +56 -11
  350. package/lib/components/empty/src/empty2.js.map +1 -1
  351. package/lib/components/form/index.d.ts +8 -0
  352. package/lib/components/form/index.js +2 -2
  353. package/lib/components/form/src/form-item.d.ts +1 -0
  354. package/lib/components/form/src/form-item.js +3 -0
  355. package/lib/components/form/src/form-item.js.map +1 -1
  356. package/lib/components/form/src/form-item.vue.d.ts +4 -0
  357. package/lib/components/form/src/form-item2.js +12 -7
  358. package/lib/components/form/src/form-item2.js.map +1 -1
  359. package/lib/components/form/src/form.js +45 -40
  360. package/lib/components/form/src/form.js.map +1 -1
  361. package/lib/components/form/src/form2.js +40 -45
  362. package/lib/components/form/src/form2.js.map +1 -1
  363. package/lib/components/icon/index.js +2 -2
  364. package/lib/components/icon/src/icon.js +8 -35
  365. package/lib/components/icon/src/icon.js.map +1 -1
  366. package/lib/components/icon/src/icon2.js +35 -8
  367. package/lib/components/icon/src/icon2.js.map +1 -1
  368. package/lib/components/image/index.d.ts +1 -1
  369. package/lib/components/image/index.js +2 -2
  370. package/lib/components/image/src/image.js +50 -158
  371. package/lib/components/image/src/image.js.map +1 -1
  372. package/lib/components/image/src/image.vue.d.ts +1 -1
  373. package/lib/components/image/src/image2.js +158 -50
  374. package/lib/components/image/src/image2.js.map +1 -1
  375. package/lib/components/index.js +27 -27
  376. package/lib/components/input/index.d.ts +4 -0
  377. package/lib/components/input/index.js +2 -2
  378. package/lib/components/input/src/input.d.ts +1 -0
  379. package/lib/components/input/src/input.js +84 -293
  380. package/lib/components/input/src/input.js.map +1 -1
  381. package/lib/components/input/src/input.vue.d.ts +4 -0
  382. package/lib/components/input/src/input2.js +295 -81
  383. package/lib/components/input/src/input2.js.map +1 -1
  384. package/lib/components/input-number/index.d.ts +8 -0
  385. package/lib/components/input-number/src/input-number.vue.d.ts +8 -0
  386. package/lib/components/menu/index.js +2 -2
  387. package/lib/components/menu/src/menu-item.js +16 -73
  388. package/lib/components/menu/src/menu-item.js.map +1 -1
  389. package/lib/components/menu/src/menu-item2.js +73 -16
  390. package/lib/components/menu/src/menu-item2.js.map +1 -1
  391. package/lib/components/popconfirm/src/popconfirm.js +1 -1
  392. package/lib/components/popover/index.d.ts +2 -2
  393. package/lib/components/popover/src/index.vue.d.ts +1 -1
  394. package/lib/components/popover/src/popover.js +2 -2
  395. package/lib/components/popper/index.js +2 -2
  396. package/lib/components/popper/src/content.vue.d.ts +1 -1
  397. package/lib/components/popper/src/trigger.js +36 -17
  398. package/lib/components/popper/src/trigger.js.map +1 -1
  399. package/lib/components/popper/src/trigger2.js +17 -36
  400. package/lib/components/popper/src/trigger2.js.map +1 -1
  401. package/lib/components/progress/index.d.ts +3 -3
  402. package/lib/components/progress/index.js +2 -2
  403. package/lib/components/progress/src/progress.d.ts +1 -1
  404. package/lib/components/progress/src/progress.js +57 -230
  405. package/lib/components/progress/src/progress.js.map +1 -1
  406. package/lib/components/progress/src/progress.vue.d.ts +3 -3
  407. package/lib/components/progress/src/progress2.js +230 -57
  408. package/lib/components/progress/src/progress2.js.map +1 -1
  409. package/lib/components/radio/index.js +2 -2
  410. package/lib/components/radio/src/radio-button.js +1 -1
  411. package/lib/components/radio/src/radio-button2.js +1 -1
  412. package/lib/components/radio/src/radio.js +73 -69
  413. package/lib/components/radio/src/radio.js.map +1 -1
  414. package/lib/components/radio/src/radio2.js +69 -73
  415. package/lib/components/radio/src/radio2.js.map +1 -1
  416. package/lib/components/rate/index.js +2 -2
  417. package/lib/components/rate/src/rate.js +84 -169
  418. package/lib/components/rate/src/rate.js.map +1 -1
  419. package/lib/components/rate/src/rate2.js +169 -84
  420. package/lib/components/rate/src/rate2.js.map +1 -1
  421. package/lib/components/result/index.js +2 -2
  422. package/lib/components/result/src/result.js +30 -73
  423. package/lib/components/result/src/result.js.map +1 -1
  424. package/lib/components/result/src/result2.js +73 -30
  425. package/lib/components/result/src/result2.js.map +1 -1
  426. package/lib/components/roving-focus-group/index.js +2 -2
  427. package/lib/components/roving-focus-group/src/roving-focus-group-impl.js +1 -1
  428. package/lib/components/roving-focus-group/src/roving-focus-group.js +33 -27
  429. package/lib/components/roving-focus-group/src/roving-focus-group.js.map +1 -1
  430. package/lib/components/roving-focus-group/src/roving-focus-group2.js +27 -33
  431. package/lib/components/roving-focus-group/src/roving-focus-group2.js.map +1 -1
  432. package/lib/components/roving-focus-group/src/roving-focus-item.js +1 -1
  433. package/lib/components/scrollbar/index.js +1 -1
  434. package/lib/components/scrollbar/src/bar.js +1 -1
  435. package/lib/components/scrollbar/src/thumb.js +11 -59
  436. package/lib/components/scrollbar/src/thumb.js.map +1 -1
  437. package/lib/components/scrollbar/src/thumb.vue.d.ts +1 -1
  438. package/lib/components/scrollbar/src/thumb2.js +59 -11
  439. package/lib/components/scrollbar/src/thumb2.js.map +1 -1
  440. package/lib/components/select/index.d.ts +4 -4
  441. package/lib/components/select/src/select.js +1 -1
  442. package/lib/components/select/src/select.vue.d.ts +4 -4
  443. package/lib/components/select/src/useSelect.d.ts +3 -3
  444. package/lib/components/select-v2/index.d.ts +8 -8
  445. package/lib/components/select-v2/src/defaults.js +1 -1
  446. package/lib/components/select-v2/src/select.vue.d.ts +4 -4
  447. package/lib/components/select-v2/src/useSelect.d.ts +3 -3
  448. package/lib/components/skeleton/index.js +2 -2
  449. package/lib/components/skeleton/src/skeleton.js +49 -22
  450. package/lib/components/skeleton/src/skeleton.js.map +1 -1
  451. package/lib/components/skeleton/src/skeleton2.js +22 -49
  452. package/lib/components/skeleton/src/skeleton2.js.map +1 -1
  453. package/lib/components/switch/index.d.ts +1 -1
  454. package/lib/components/switch/src/switch.vue.d.ts +1 -1
  455. package/lib/components/table/index.d.ts +13 -1
  456. package/lib/components/table/src/filter-panel.vue.d.ts +3 -3
  457. package/lib/components/table/src/table-body/render-helper.js +2 -1
  458. package/lib/components/table/src/table-body/render-helper.js.map +1 -1
  459. package/lib/components/table/src/table-column/defaults.d.ts +4 -0
  460. package/lib/components/table/src/table-column/defaults.js +3 -0
  461. package/lib/components/table/src/table-column/defaults.js.map +1 -1
  462. package/lib/components/table/src/table-column/index.d.ts +6 -0
  463. package/lib/components/table/src/table-column/index.js +2 -1
  464. package/lib/components/table/src/table-column/index.js.map +1 -1
  465. package/lib/components/table/src/table-header/index.js +1 -8
  466. package/lib/components/table/src/table-header/index.js.map +1 -1
  467. package/lib/components/table/src/table.vue.d.ts +1 -1
  468. package/lib/components/teleport/index.js +2 -2
  469. package/lib/components/teleport/src/teleport.js +18 -43
  470. package/lib/components/teleport/src/teleport.js.map +1 -1
  471. package/lib/components/teleport/src/teleport2.js +43 -18
  472. package/lib/components/teleport/src/teleport2.js.map +1 -1
  473. package/lib/components/time-picker/src/common/picker.vue.d.ts +3 -3
  474. package/lib/components/time-select/index.d.ts +4 -4
  475. package/lib/components/time-select/src/time-select.vue.d.ts +2 -2
  476. package/lib/components/timeline/index.js +2 -2
  477. package/lib/components/timeline/src/timeline-item.js +73 -39
  478. package/lib/components/timeline/src/timeline-item.js.map +1 -1
  479. package/lib/components/timeline/src/timeline-item2.js +39 -73
  480. package/lib/components/timeline/src/timeline-item2.js.map +1 -1
  481. package/lib/components/tooltip/index.d.ts +1 -1
  482. package/lib/components/tooltip/index.js +2 -2
  483. package/lib/components/tooltip/src/tooltip.js +65 -50
  484. package/lib/components/tooltip/src/tooltip.js.map +1 -1
  485. package/lib/components/tooltip/src/tooltip.vue.d.ts +1 -1
  486. package/lib/components/tooltip/src/tooltip2.js +50 -65
  487. package/lib/components/tooltip/src/tooltip2.js.map +1 -1
  488. package/lib/components/tooltip/src/trigger.js +2 -2
  489. package/lib/components/tooltip-v2/index.js +2 -2
  490. package/lib/components/tooltip-v2/src/content.js +113 -50
  491. package/lib/components/tooltip-v2/src/content.js.map +1 -1
  492. package/lib/components/tooltip-v2/src/content2.js +50 -113
  493. package/lib/components/tooltip-v2/src/content2.js.map +1 -1
  494. package/lib/components/tooltip-v2/src/tooltip.js +2 -2
  495. package/lib/components/tooltip-v2/src/tooltip2.js +4 -4
  496. package/lib/components/tooltip-v2/src/trigger.js +11 -89
  497. package/lib/components/tooltip-v2/src/trigger.js.map +1 -1
  498. package/lib/components/tooltip-v2/src/trigger2.js +89 -11
  499. package/lib/components/tooltip-v2/src/trigger2.js.map +1 -1
  500. package/lib/components/upload/index.js +3 -3
  501. package/lib/components/upload/src/upload-content.js +1 -1
  502. package/lib/components/upload/src/upload-list.js +155 -27
  503. package/lib/components/upload/src/upload-list.js.map +1 -1
  504. package/lib/components/upload/src/upload-list.vue.d.ts +3 -3
  505. package/lib/components/upload/src/upload-list2.js +27 -155
  506. package/lib/components/upload/src/upload-list2.js.map +1 -1
  507. package/lib/components/upload/src/upload.js +99 -109
  508. package/lib/components/upload/src/upload.js.map +1 -1
  509. package/lib/components/upload/src/upload2.js +109 -99
  510. package/lib/components/upload/src/upload2.js.map +1 -1
  511. package/lib/components/virtual-list/src/builders/build-list.d.ts +1 -1
  512. package/lib/components/virtual-list/src/components/dynamic-size-list.d.ts +1 -1
  513. package/lib/components/virtual-list/src/components/fixed-size-list.d.ts +1 -1
  514. package/lib/index.js +27 -27
  515. package/package.json +1 -1
  516. package/web-types.json +1 -1
@@ -2459,15 +2459,15 @@
2459
2459
  viewBox: "0 0 1024 1024",
2460
2460
  xmlns: "http://www.w3.org/2000/svg"
2461
2461
  };
2462
- const _hoisted_2$11 = /* @__PURE__ */ vue.createElementVNode("path", {
2462
+ const _hoisted_2$12 = /* @__PURE__ */ vue.createElementVNode("path", {
2463
2463
  fill: "currentColor",
2464
2464
  d: "M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"
2465
2465
  }, null, -1);
2466
- const _hoisted_3$Q = [
2467
- _hoisted_2$11
2466
+ const _hoisted_3$S = [
2467
+ _hoisted_2$12
2468
2468
  ];
2469
2469
  function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
2470
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1m, _hoisted_3$Q);
2470
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1m, _hoisted_3$S);
2471
2471
  }
2472
2472
  var arrowDown = /* @__PURE__ */ _export_sfc$1(_sfc_main$2D, [["render", _sfc_render$1R]]);
2473
2473
 
@@ -2478,15 +2478,15 @@
2478
2478
  viewBox: "0 0 1024 1024",
2479
2479
  xmlns: "http://www.w3.org/2000/svg"
2480
2480
  };
2481
- const _hoisted_2$10 = /* @__PURE__ */ vue.createElementVNode("path", {
2481
+ const _hoisted_2$11 = /* @__PURE__ */ vue.createElementVNode("path", {
2482
2482
  fill: "currentColor",
2483
2483
  d: "M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"
2484
2484
  }, null, -1);
2485
- const _hoisted_3$P = [
2486
- _hoisted_2$10
2485
+ const _hoisted_3$R = [
2486
+ _hoisted_2$11
2487
2487
  ];
2488
2488
  function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
2489
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1l, _hoisted_3$P);
2489
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1l, _hoisted_3$R);
2490
2490
  }
2491
2491
  var arrowLeft = /* @__PURE__ */ _export_sfc$1(_sfc_main$2C, [["render", _sfc_render$1Q]]);
2492
2492
 
@@ -2497,15 +2497,15 @@
2497
2497
  viewBox: "0 0 1024 1024",
2498
2498
  xmlns: "http://www.w3.org/2000/svg"
2499
2499
  };
2500
- const _hoisted_2$$ = /* @__PURE__ */ vue.createElementVNode("path", {
2500
+ const _hoisted_2$10 = /* @__PURE__ */ vue.createElementVNode("path", {
2501
2501
  fill: "currentColor",
2502
2502
  d: "M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"
2503
2503
  }, null, -1);
2504
- const _hoisted_3$O = [
2505
- _hoisted_2$$
2504
+ const _hoisted_3$Q = [
2505
+ _hoisted_2$10
2506
2506
  ];
2507
2507
  function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
2508
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1k, _hoisted_3$O);
2508
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1k, _hoisted_3$Q);
2509
2509
  }
2510
2510
  var arrowRight = /* @__PURE__ */ _export_sfc$1(_sfc_main$2B, [["render", _sfc_render$1P]]);
2511
2511
 
@@ -2516,15 +2516,15 @@
2516
2516
  viewBox: "0 0 1024 1024",
2517
2517
  xmlns: "http://www.w3.org/2000/svg"
2518
2518
  };
2519
- const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("path", {
2519
+ const _hoisted_2$$ = /* @__PURE__ */ vue.createElementVNode("path", {
2520
2520
  fill: "currentColor",
2521
2521
  d: "m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0z"
2522
2522
  }, null, -1);
2523
- const _hoisted_3$N = [
2524
- _hoisted_2$_
2523
+ const _hoisted_3$P = [
2524
+ _hoisted_2$$
2525
2525
  ];
2526
2526
  function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
2527
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1j, _hoisted_3$N);
2527
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1j, _hoisted_3$P);
2528
2528
  }
2529
2529
  var arrowUp = /* @__PURE__ */ _export_sfc$1(_sfc_main$2A, [["render", _sfc_render$1O]]);
2530
2530
 
@@ -2535,20 +2535,20 @@
2535
2535
  viewBox: "0 0 1024 1024",
2536
2536
  xmlns: "http://www.w3.org/2000/svg"
2537
2537
  };
2538
- const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("path", {
2538
+ const _hoisted_2$_ = /* @__PURE__ */ vue.createElementVNode("path", {
2539
2539
  fill: "currentColor",
2540
2540
  d: "M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z"
2541
2541
  }, null, -1);
2542
- const _hoisted_3$M = /* @__PURE__ */ vue.createElementVNode("path", {
2542
+ const _hoisted_3$O = /* @__PURE__ */ vue.createElementVNode("path", {
2543
2543
  fill: "currentColor",
2544
2544
  d: "m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z"
2545
2545
  }, null, -1);
2546
- const _hoisted_4$e = [
2547
- _hoisted_2$Z,
2548
- _hoisted_3$M
2546
+ const _hoisted_4$f = [
2547
+ _hoisted_2$_,
2548
+ _hoisted_3$O
2549
2549
  ];
2550
2550
  function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2551
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1i, _hoisted_4$e);
2551
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1i, _hoisted_4$f);
2552
2552
  }
2553
2553
  var back = /* @__PURE__ */ _export_sfc$1(_sfc_main$2z, [["render", _sfc_render$1N]]);
2554
2554
 
@@ -2559,15 +2559,15 @@
2559
2559
  viewBox: "0 0 1024 1024",
2560
2560
  xmlns: "http://www.w3.org/2000/svg"
2561
2561
  };
2562
- const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", {
2562
+ const _hoisted_2$Z = /* @__PURE__ */ vue.createElementVNode("path", {
2563
2563
  fill: "currentColor",
2564
2564
  d: "M128 384v512h768V192H768v32a32 32 0 1 1-64 0v-32H320v32a32 32 0 0 1-64 0v-32H128v128h768v64H128zm192-256h384V96a32 32 0 1 1 64 0v32h160a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h160V96a32 32 0 0 1 64 0v32zm-32 384h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 0 1 0 64h-64a32 32 0 0 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm192-192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64zm0 192h64a32 32 0 1 1 0 64h-64a32 32 0 1 1 0-64z"
2565
2565
  }, null, -1);
2566
- const _hoisted_3$L = [
2567
- _hoisted_2$Y
2566
+ const _hoisted_3$N = [
2567
+ _hoisted_2$Z
2568
2568
  ];
2569
2569
  function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2570
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1h, _hoisted_3$L);
2570
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1h, _hoisted_3$N);
2571
2571
  }
2572
2572
  var calendar = /* @__PURE__ */ _export_sfc$1(_sfc_main$2y, [["render", _sfc_render$1M]]);
2573
2573
 
@@ -2578,15 +2578,15 @@
2578
2578
  viewBox: "0 0 1024 1024",
2579
2579
  xmlns: "http://www.w3.org/2000/svg"
2580
2580
  };
2581
- const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", {
2581
+ const _hoisted_2$Y = /* @__PURE__ */ vue.createElementVNode("path", {
2582
2582
  fill: "currentColor",
2583
2583
  d: "M384 192v640l384-320.064z"
2584
2584
  }, null, -1);
2585
- const _hoisted_3$K = [
2586
- _hoisted_2$X
2585
+ const _hoisted_3$M = [
2586
+ _hoisted_2$Y
2587
2587
  ];
2588
2588
  function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2589
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1g, _hoisted_3$K);
2589
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1g, _hoisted_3$M);
2590
2590
  }
2591
2591
  var caretRight = /* @__PURE__ */ _export_sfc$1(_sfc_main$2x, [["render", _sfc_render$1L]]);
2592
2592
 
@@ -2597,15 +2597,15 @@
2597
2597
  viewBox: "0 0 1024 1024",
2598
2598
  xmlns: "http://www.w3.org/2000/svg"
2599
2599
  };
2600
- const _hoisted_2$W = /* @__PURE__ */ vue.createElementVNode("path", {
2600
+ const _hoisted_2$X = /* @__PURE__ */ vue.createElementVNode("path", {
2601
2601
  fill: "currentColor",
2602
2602
  d: "M512 320 192 704h639.936z"
2603
2603
  }, null, -1);
2604
- const _hoisted_3$J = [
2605
- _hoisted_2$W
2604
+ const _hoisted_3$L = [
2605
+ _hoisted_2$X
2606
2606
  ];
2607
2607
  function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2608
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1f, _hoisted_3$J);
2608
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1f, _hoisted_3$L);
2609
2609
  }
2610
2610
  var caretTop = /* @__PURE__ */ _export_sfc$1(_sfc_main$2w, [["render", _sfc_render$1K]]);
2611
2611
 
@@ -2616,15 +2616,15 @@
2616
2616
  viewBox: "0 0 1024 1024",
2617
2617
  xmlns: "http://www.w3.org/2000/svg"
2618
2618
  };
2619
- const _hoisted_2$V = /* @__PURE__ */ vue.createElementVNode("path", {
2619
+ const _hoisted_2$W = /* @__PURE__ */ vue.createElementVNode("path", {
2620
2620
  fill: "currentColor",
2621
2621
  d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
2622
2622
  }, null, -1);
2623
- const _hoisted_3$I = [
2624
- _hoisted_2$V
2623
+ const _hoisted_3$K = [
2624
+ _hoisted_2$W
2625
2625
  ];
2626
2626
  function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2627
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1e, _hoisted_3$I);
2627
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1e, _hoisted_3$K);
2628
2628
  }
2629
2629
  var check = /* @__PURE__ */ _export_sfc$1(_sfc_main$2v, [["render", _sfc_render$1J]]);
2630
2630
 
@@ -2635,15 +2635,15 @@
2635
2635
  viewBox: "0 0 1024 1024",
2636
2636
  xmlns: "http://www.w3.org/2000/svg"
2637
2637
  };
2638
- const _hoisted_2$U = /* @__PURE__ */ vue.createElementVNode("path", {
2638
+ const _hoisted_2$V = /* @__PURE__ */ vue.createElementVNode("path", {
2639
2639
  fill: "currentColor",
2640
2640
  d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"
2641
2641
  }, null, -1);
2642
- const _hoisted_3$H = [
2643
- _hoisted_2$U
2642
+ const _hoisted_3$J = [
2643
+ _hoisted_2$V
2644
2644
  ];
2645
2645
  function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2646
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1d, _hoisted_3$H);
2646
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1d, _hoisted_3$J);
2647
2647
  }
2648
2648
  var circleCheckFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2u, [["render", _sfc_render$1I]]);
2649
2649
 
@@ -2654,20 +2654,20 @@
2654
2654
  viewBox: "0 0 1024 1024",
2655
2655
  xmlns: "http://www.w3.org/2000/svg"
2656
2656
  };
2657
- const _hoisted_2$T = /* @__PURE__ */ vue.createElementVNode("path", {
2657
+ const _hoisted_2$U = /* @__PURE__ */ vue.createElementVNode("path", {
2658
2658
  fill: "currentColor",
2659
2659
  d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
2660
2660
  }, null, -1);
2661
- const _hoisted_3$G = /* @__PURE__ */ vue.createElementVNode("path", {
2661
+ const _hoisted_3$I = /* @__PURE__ */ vue.createElementVNode("path", {
2662
2662
  fill: "currentColor",
2663
2663
  d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"
2664
2664
  }, null, -1);
2665
- const _hoisted_4$d = [
2666
- _hoisted_2$T,
2667
- _hoisted_3$G
2665
+ const _hoisted_4$e = [
2666
+ _hoisted_2$U,
2667
+ _hoisted_3$I
2668
2668
  ];
2669
2669
  function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2670
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1c, _hoisted_4$d);
2670
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1c, _hoisted_4$e);
2671
2671
  }
2672
2672
  var circleCheck = /* @__PURE__ */ _export_sfc$1(_sfc_main$2t, [["render", _sfc_render$1H]]);
2673
2673
 
@@ -2678,15 +2678,15 @@
2678
2678
  viewBox: "0 0 1024 1024",
2679
2679
  xmlns: "http://www.w3.org/2000/svg"
2680
2680
  };
2681
- const _hoisted_2$S = /* @__PURE__ */ vue.createElementVNode("path", {
2681
+ const _hoisted_2$T = /* @__PURE__ */ vue.createElementVNode("path", {
2682
2682
  fill: "currentColor",
2683
2683
  d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336L512 457.664z"
2684
2684
  }, null, -1);
2685
- const _hoisted_3$F = [
2686
- _hoisted_2$S
2685
+ const _hoisted_3$H = [
2686
+ _hoisted_2$T
2687
2687
  ];
2688
2688
  function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
2689
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1b, _hoisted_3$F);
2689
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1b, _hoisted_3$H);
2690
2690
  }
2691
2691
  var circleCloseFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2s, [["render", _sfc_render$1G]]);
2692
2692
 
@@ -2697,20 +2697,20 @@
2697
2697
  viewBox: "0 0 1024 1024",
2698
2698
  xmlns: "http://www.w3.org/2000/svg"
2699
2699
  };
2700
- const _hoisted_2$R = /* @__PURE__ */ vue.createElementVNode("path", {
2700
+ const _hoisted_2$S = /* @__PURE__ */ vue.createElementVNode("path", {
2701
2701
  fill: "currentColor",
2702
2702
  d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
2703
2703
  }, null, -1);
2704
- const _hoisted_3$E = /* @__PURE__ */ vue.createElementVNode("path", {
2704
+ const _hoisted_3$G = /* @__PURE__ */ vue.createElementVNode("path", {
2705
2705
  fill: "currentColor",
2706
2706
  d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
2707
2707
  }, null, -1);
2708
- const _hoisted_4$c = [
2709
- _hoisted_2$R,
2710
- _hoisted_3$E
2708
+ const _hoisted_4$d = [
2709
+ _hoisted_2$S,
2710
+ _hoisted_3$G
2711
2711
  ];
2712
2712
  function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
2713
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1a, _hoisted_4$c);
2713
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$1a, _hoisted_4$d);
2714
2714
  }
2715
2715
  var circleClose = /* @__PURE__ */ _export_sfc$1(_sfc_main$2r, [["render", _sfc_render$1F]]);
2716
2716
 
@@ -2721,25 +2721,25 @@
2721
2721
  viewBox: "0 0 1024 1024",
2722
2722
  xmlns: "http://www.w3.org/2000/svg"
2723
2723
  };
2724
- const _hoisted_2$Q = /* @__PURE__ */ vue.createElementVNode("path", {
2724
+ const _hoisted_2$R = /* @__PURE__ */ vue.createElementVNode("path", {
2725
2725
  fill: "currentColor",
2726
2726
  d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
2727
2727
  }, null, -1);
2728
- const _hoisted_3$D = /* @__PURE__ */ vue.createElementVNode("path", {
2728
+ const _hoisted_3$F = /* @__PURE__ */ vue.createElementVNode("path", {
2729
2729
  fill: "currentColor",
2730
2730
  d: "M480 256a32 32 0 0 1 32 32v256a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32z"
2731
2731
  }, null, -1);
2732
- const _hoisted_4$b = /* @__PURE__ */ vue.createElementVNode("path", {
2732
+ const _hoisted_4$c = /* @__PURE__ */ vue.createElementVNode("path", {
2733
2733
  fill: "currentColor",
2734
2734
  d: "M480 512h256q32 0 32 32t-32 32H480q-32 0-32-32t32-32z"
2735
2735
  }, null, -1);
2736
- const _hoisted_5$8 = [
2737
- _hoisted_2$Q,
2738
- _hoisted_3$D,
2739
- _hoisted_4$b
2736
+ const _hoisted_5$9 = [
2737
+ _hoisted_2$R,
2738
+ _hoisted_3$F,
2739
+ _hoisted_4$c
2740
2740
  ];
2741
2741
  function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
2742
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$19, _hoisted_5$8);
2742
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$19, _hoisted_5$9);
2743
2743
  }
2744
2744
  var clock = /* @__PURE__ */ _export_sfc$1(_sfc_main$2q, [["render", _sfc_render$1E]]);
2745
2745
 
@@ -2750,15 +2750,15 @@
2750
2750
  viewBox: "0 0 1024 1024",
2751
2751
  xmlns: "http://www.w3.org/2000/svg"
2752
2752
  };
2753
- const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", {
2753
+ const _hoisted_2$Q = /* @__PURE__ */ vue.createElementVNode("path", {
2754
2754
  fill: "currentColor",
2755
2755
  d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
2756
2756
  }, null, -1);
2757
- const _hoisted_3$C = [
2758
- _hoisted_2$P
2757
+ const _hoisted_3$E = [
2758
+ _hoisted_2$Q
2759
2759
  ];
2760
2760
  function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
2761
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$18, _hoisted_3$C);
2761
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$18, _hoisted_3$E);
2762
2762
  }
2763
2763
  var close$1 = /* @__PURE__ */ _export_sfc$1(_sfc_main$2p, [["render", _sfc_render$1D]]);
2764
2764
 
@@ -2769,15 +2769,15 @@
2769
2769
  viewBox: "0 0 1024 1024",
2770
2770
  xmlns: "http://www.w3.org/2000/svg"
2771
2771
  };
2772
- const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", {
2772
+ const _hoisted_2$P = /* @__PURE__ */ vue.createElementVNode("path", {
2773
2773
  fill: "currentColor",
2774
2774
  d: "M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"
2775
2775
  }, null, -1);
2776
- const _hoisted_3$B = [
2777
- _hoisted_2$O
2776
+ const _hoisted_3$D = [
2777
+ _hoisted_2$P
2778
2778
  ];
2779
2779
  function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
2780
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$17, _hoisted_3$B);
2780
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$17, _hoisted_3$D);
2781
2781
  }
2782
2782
  var dArrowLeft = /* @__PURE__ */ _export_sfc$1(_sfc_main$2o, [["render", _sfc_render$1C]]);
2783
2783
 
@@ -2788,15 +2788,15 @@
2788
2788
  viewBox: "0 0 1024 1024",
2789
2789
  xmlns: "http://www.w3.org/2000/svg"
2790
2790
  };
2791
- const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", {
2791
+ const _hoisted_2$O = /* @__PURE__ */ vue.createElementVNode("path", {
2792
2792
  fill: "currentColor",
2793
2793
  d: "M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688zm-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"
2794
2794
  }, null, -1);
2795
- const _hoisted_3$A = [
2796
- _hoisted_2$N
2795
+ const _hoisted_3$C = [
2796
+ _hoisted_2$O
2797
2797
  ];
2798
2798
  function _sfc_render$1B(_ctx, _cache, $props, $setup, $data, $options) {
2799
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$16, _hoisted_3$A);
2799
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$16, _hoisted_3$C);
2800
2800
  }
2801
2801
  var dArrowRight = /* @__PURE__ */ _export_sfc$1(_sfc_main$2n, [["render", _sfc_render$1B]]);
2802
2802
 
@@ -2807,15 +2807,15 @@
2807
2807
  viewBox: "0 0 1024 1024",
2808
2808
  xmlns: "http://www.w3.org/2000/svg"
2809
2809
  };
2810
- const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", {
2810
+ const _hoisted_2$N = /* @__PURE__ */ vue.createElementVNode("path", {
2811
2811
  fill: "currentColor",
2812
2812
  d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
2813
2813
  }, null, -1);
2814
- const _hoisted_3$z = [
2815
- _hoisted_2$M
2814
+ const _hoisted_3$B = [
2815
+ _hoisted_2$N
2816
2816
  ];
2817
2817
  function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
2818
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$15, _hoisted_3$z);
2818
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$15, _hoisted_3$B);
2819
2819
  }
2820
2820
  var fullScreen = /* @__PURE__ */ _export_sfc$1(_sfc_main$2m, [["render", _sfc_render$1A]]);
2821
2821
 
@@ -2826,20 +2826,20 @@
2826
2826
  viewBox: "0 0 1024 1024",
2827
2827
  xmlns: "http://www.w3.org/2000/svg"
2828
2828
  };
2829
- const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", {
2829
+ const _hoisted_2$M = /* @__PURE__ */ vue.createElementVNode("path", {
2830
2830
  d: "M876.8 156.8c0-9.6-3.2-16-9.6-22.4-6.4-6.4-12.8-9.6-22.4-9.6-9.6 0-16 3.2-22.4 9.6L736 220.8c-64-32-137.6-51.2-224-60.8-160 16-288 73.6-377.6 176C44.8 438.4 0 496 0 512s48 73.6 134.4 176c22.4 25.6 44.8 48 73.6 67.2l-86.4 89.6c-6.4 6.4-9.6 12.8-9.6 22.4 0 9.6 3.2 16 9.6 22.4 6.4 6.4 12.8 9.6 22.4 9.6 9.6 0 16-3.2 22.4-9.6l704-710.4c3.2-6.4 6.4-12.8 6.4-22.4Zm-646.4 528c-76.8-70.4-128-128-153.6-172.8 28.8-48 80-105.6 153.6-172.8C304 272 400 230.4 512 224c64 3.2 124.8 19.2 176 44.8l-54.4 54.4C598.4 300.8 560 288 512 288c-64 0-115.2 22.4-160 64s-64 96-64 160c0 48 12.8 89.6 35.2 124.8L256 707.2c-9.6-6.4-19.2-16-25.6-22.4Zm140.8-96c-12.8-22.4-19.2-48-19.2-76.8 0-44.8 16-83.2 48-112 32-28.8 67.2-48 112-48 28.8 0 54.4 6.4 73.6 19.2L371.2 588.8ZM889.599 336c-12.8-16-28.8-28.8-41.6-41.6l-48 48c73.6 67.2 124.8 124.8 150.4 169.6-28.8 48-80 105.6-153.6 172.8-73.6 67.2-172.8 108.8-284.8 115.2-51.2-3.2-99.2-12.8-140.8-28.8l-48 48c57.6 22.4 118.4 38.4 188.8 44.8 160-16 288-73.6 377.6-176C979.199 585.6 1024 528 1024 512s-48.001-73.6-134.401-176Z",
2831
2831
  fill: "currentColor"
2832
2832
  }, null, -1);
2833
- const _hoisted_3$y = /* @__PURE__ */ vue.createElementVNode("path", {
2833
+ const _hoisted_3$A = /* @__PURE__ */ vue.createElementVNode("path", {
2834
2834
  d: "M511.998 672c-12.8 0-25.6-3.2-38.4-6.4l-51.2 51.2c28.8 12.8 57.6 19.2 89.6 19.2 64 0 115.2-22.4 160-64 41.6-41.6 64-96 64-160 0-32-6.4-64-19.2-89.6l-51.2 51.2c3.2 12.8 6.4 25.6 6.4 38.4 0 44.8-16 83.2-48 112-32 28.8-67.2 48-112 48Z",
2835
2835
  fill: "currentColor"
2836
2836
  }, null, -1);
2837
- const _hoisted_4$a = [
2838
- _hoisted_2$L,
2839
- _hoisted_3$y
2837
+ const _hoisted_4$b = [
2838
+ _hoisted_2$M,
2839
+ _hoisted_3$A
2840
2840
  ];
2841
2841
  function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
2842
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$14, _hoisted_4$a);
2842
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$14, _hoisted_4$b);
2843
2843
  }
2844
2844
  var hide = /* @__PURE__ */ _export_sfc$1(_sfc_main$2l, [["render", _sfc_render$1z]]);
2845
2845
 
@@ -2850,15 +2850,15 @@
2850
2850
  viewBox: "0 0 1024 1024",
2851
2851
  xmlns: "http://www.w3.org/2000/svg"
2852
2852
  };
2853
- const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", {
2853
+ const _hoisted_2$L = /* @__PURE__ */ vue.createElementVNode("path", {
2854
2854
  fill: "currentColor",
2855
2855
  d: "M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"
2856
2856
  }, null, -1);
2857
- const _hoisted_3$x = [
2858
- _hoisted_2$K
2857
+ const _hoisted_3$z = [
2858
+ _hoisted_2$L
2859
2859
  ];
2860
2860
  function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
2861
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$13, _hoisted_3$x);
2861
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$13, _hoisted_3$z);
2862
2862
  }
2863
2863
  var infoFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2k, [["render", _sfc_render$1y]]);
2864
2864
 
@@ -2869,15 +2869,15 @@
2869
2869
  viewBox: "0 0 1024 1024",
2870
2870
  xmlns: "http://www.w3.org/2000/svg"
2871
2871
  };
2872
- const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", {
2872
+ const _hoisted_2$K = /* @__PURE__ */ vue.createElementVNode("path", {
2873
2873
  fill: "currentColor",
2874
2874
  d: "M512 64a32 32 0 0 1 32 32v192a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32zm0 640a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V736a32 32 0 0 1 32-32zm448-192a32 32 0 0 1-32 32H736a32 32 0 1 1 0-64h192a32 32 0 0 1 32 32zm-640 0a32 32 0 0 1-32 32H96a32 32 0 0 1 0-64h192a32 32 0 0 1 32 32zM195.2 195.2a32 32 0 0 1 45.248 0L376.32 331.008a32 32 0 0 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm452.544 452.544a32 32 0 0 1 45.248 0L828.8 783.552a32 32 0 0 1-45.248 45.248L647.744 692.992a32 32 0 0 1 0-45.248zM828.8 195.264a32 32 0 0 1 0 45.184L692.992 376.32a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0zm-452.544 452.48a32 32 0 0 1 0 45.248L240.448 828.8a32 32 0 0 1-45.248-45.248l135.808-135.808a32 32 0 0 1 45.248 0z"
2875
2875
  }, null, -1);
2876
- const _hoisted_3$w = [
2877
- _hoisted_2$J
2876
+ const _hoisted_3$y = [
2877
+ _hoisted_2$K
2878
2878
  ];
2879
2879
  function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
2880
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$12, _hoisted_3$w);
2880
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$12, _hoisted_3$y);
2881
2881
  }
2882
2882
  var loading = /* @__PURE__ */ _export_sfc$1(_sfc_main$2j, [["render", _sfc_render$1x]]);
2883
2883
 
@@ -2888,15 +2888,15 @@
2888
2888
  viewBox: "0 0 1024 1024",
2889
2889
  xmlns: "http://www.w3.org/2000/svg"
2890
2890
  };
2891
- const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", {
2891
+ const _hoisted_2$J = /* @__PURE__ */ vue.createElementVNode("path", {
2892
2892
  fill: "currentColor",
2893
2893
  d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z"
2894
2894
  }, null, -1);
2895
- const _hoisted_3$v = [
2896
- _hoisted_2$I
2895
+ const _hoisted_3$x = [
2896
+ _hoisted_2$J
2897
2897
  ];
2898
2898
  function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
2899
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$11, _hoisted_3$v);
2899
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$11, _hoisted_3$x);
2900
2900
  }
2901
2901
  var minus = /* @__PURE__ */ _export_sfc$1(_sfc_main$2i, [["render", _sfc_render$1w]]);
2902
2902
 
@@ -2907,15 +2907,15 @@
2907
2907
  viewBox: "0 0 1024 1024",
2908
2908
  xmlns: "http://www.w3.org/2000/svg"
2909
2909
  };
2910
- const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", {
2910
+ const _hoisted_2$I = /* @__PURE__ */ vue.createElementVNode("path", {
2911
2911
  fill: "currentColor",
2912
2912
  d: "M176 416a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm336 0a112 112 0 1 1 0 224 112 112 0 0 1 0-224z"
2913
2913
  }, null, -1);
2914
- const _hoisted_3$u = [
2915
- _hoisted_2$H
2914
+ const _hoisted_3$w = [
2915
+ _hoisted_2$I
2916
2916
  ];
2917
2917
  function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
2918
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$10, _hoisted_3$u);
2918
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$10, _hoisted_3$w);
2919
2919
  }
2920
2920
  var moreFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2h, [["render", _sfc_render$1v]]);
2921
2921
 
@@ -2926,15 +2926,15 @@
2926
2926
  viewBox: "0 0 1024 1024",
2927
2927
  xmlns: "http://www.w3.org/2000/svg"
2928
2928
  };
2929
- const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("path", {
2929
+ const _hoisted_2$H = /* @__PURE__ */ vue.createElementVNode("path", {
2930
2930
  fill: "currentColor",
2931
2931
  d: "M176 416a112 112 0 1 0 0 224 112 112 0 0 0 0-224m0 64a48 48 0 1 1 0 96 48 48 0 0 1 0-96zm336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96zm336-64a112 112 0 1 1 0 224 112 112 0 0 1 0-224zm0 64a48 48 0 1 0 0 96 48 48 0 0 0 0-96z"
2932
2932
  }, null, -1);
2933
- const _hoisted_3$t = [
2934
- _hoisted_2$G
2933
+ const _hoisted_3$v = [
2934
+ _hoisted_2$H
2935
2935
  ];
2936
2936
  function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
2937
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$$, _hoisted_3$t);
2937
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$$, _hoisted_3$v);
2938
2938
  }
2939
2939
  var more = /* @__PURE__ */ _export_sfc$1(_sfc_main$2g, [["render", _sfc_render$1u]]);
2940
2940
 
@@ -2945,15 +2945,15 @@
2945
2945
  viewBox: "0 0 1024 1024",
2946
2946
  xmlns: "http://www.w3.org/2000/svg"
2947
2947
  };
2948
- const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", {
2948
+ const _hoisted_2$G = /* @__PURE__ */ vue.createElementVNode("path", {
2949
2949
  fill: "currentColor",
2950
2950
  d: "M96 896a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h832a32 32 0 0 1 32 32v704a32 32 0 0 1-32 32H96zm315.52-228.48-68.928-68.928a32 32 0 0 0-45.248 0L128 768.064h778.688l-242.112-290.56a32 32 0 0 0-49.216 0L458.752 665.408a32 32 0 0 1-47.232 2.112zM256 384a96 96 0 1 0 192.064-.064A96 96 0 0 0 256 384z"
2951
2951
  }, null, -1);
2952
- const _hoisted_3$s = [
2953
- _hoisted_2$F
2952
+ const _hoisted_3$u = [
2953
+ _hoisted_2$G
2954
2954
  ];
2955
2955
  function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
2956
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$_, _hoisted_3$s);
2956
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$_, _hoisted_3$u);
2957
2957
  }
2958
2958
  var pictureFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2f, [["render", _sfc_render$1t]]);
2959
2959
 
@@ -2964,15 +2964,15 @@
2964
2964
  viewBox: "0 0 1024 1024",
2965
2965
  xmlns: "http://www.w3.org/2000/svg"
2966
2966
  };
2967
- const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("path", {
2967
+ const _hoisted_2$F = /* @__PURE__ */ vue.createElementVNode("path", {
2968
2968
  fill: "currentColor",
2969
2969
  d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"
2970
2970
  }, null, -1);
2971
- const _hoisted_3$r = [
2972
- _hoisted_2$E
2971
+ const _hoisted_3$t = [
2972
+ _hoisted_2$F
2973
2973
  ];
2974
2974
  function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
2975
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Z, _hoisted_3$r);
2975
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Z, _hoisted_3$t);
2976
2976
  }
2977
2977
  var plus = /* @__PURE__ */ _export_sfc$1(_sfc_main$2e, [["render", _sfc_render$1s]]);
2978
2978
 
@@ -2983,15 +2983,15 @@
2983
2983
  viewBox: "0 0 1024 1024",
2984
2984
  xmlns: "http://www.w3.org/2000/svg"
2985
2985
  };
2986
- const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", {
2986
+ const _hoisted_2$E = /* @__PURE__ */ vue.createElementVNode("path", {
2987
2987
  fill: "currentColor",
2988
2988
  d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm23.744 191.488c-52.096 0-92.928 14.784-123.2 44.352-30.976 29.568-45.76 70.4-45.76 122.496h80.256c0-29.568 5.632-52.8 17.6-68.992 13.376-19.712 35.2-28.864 66.176-28.864 23.936 0 42.944 6.336 56.32 19.712 12.672 13.376 19.712 31.68 19.712 54.912 0 17.6-6.336 34.496-19.008 49.984l-8.448 9.856c-45.76 40.832-73.216 70.4-82.368 89.408-9.856 19.008-14.08 42.24-14.08 68.992v9.856h80.96v-9.856c0-16.896 3.52-31.68 10.56-45.76 6.336-12.672 15.488-24.64 28.16-35.2 33.792-29.568 54.208-48.576 60.544-55.616 16.896-22.528 26.048-51.392 26.048-86.592 0-42.944-14.08-76.736-42.24-101.376-28.16-25.344-65.472-37.312-111.232-37.312zm-12.672 406.208a54.272 54.272 0 0 0-38.72 14.784 49.408 49.408 0 0 0-15.488 38.016c0 15.488 4.928 28.16 15.488 38.016A54.848 54.848 0 0 0 523.072 768c15.488 0 28.16-4.928 38.72-14.784a51.52 51.52 0 0 0 16.192-38.72 51.968 51.968 0 0 0-15.488-38.016 55.936 55.936 0 0 0-39.424-14.784z"
2989
2989
  }, null, -1);
2990
- const _hoisted_3$q = [
2991
- _hoisted_2$D
2990
+ const _hoisted_3$s = [
2991
+ _hoisted_2$E
2992
2992
  ];
2993
2993
  function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
2994
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Y, _hoisted_3$q);
2994
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Y, _hoisted_3$s);
2995
2995
  }
2996
2996
  var questionFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$2d, [["render", _sfc_render$1r]]);
2997
2997
 
@@ -3002,15 +3002,15 @@
3002
3002
  viewBox: "0 0 1024 1024",
3003
3003
  xmlns: "http://www.w3.org/2000/svg"
3004
3004
  };
3005
- const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", {
3005
+ const _hoisted_2$D = /* @__PURE__ */ vue.createElementVNode("path", {
3006
3006
  fill: "currentColor",
3007
3007
  d: "M289.088 296.704h92.992a32 32 0 0 1 0 64H232.96a32 32 0 0 1-32-32V179.712a32 32 0 0 1 64 0v50.56a384 384 0 0 1 643.84 282.88 384 384 0 0 1-383.936 384 384 384 0 0 1-384-384h64a320 320 0 1 0 640 0 320 320 0 0 0-555.712-216.448z"
3008
3008
  }, null, -1);
3009
- const _hoisted_3$p = [
3010
- _hoisted_2$C
3009
+ const _hoisted_3$r = [
3010
+ _hoisted_2$D
3011
3011
  ];
3012
3012
  function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
3013
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$X, _hoisted_3$p);
3013
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$X, _hoisted_3$r);
3014
3014
  }
3015
3015
  var refreshLeft = /* @__PURE__ */ _export_sfc$1(_sfc_main$2c, [["render", _sfc_render$1q]]);
3016
3016
 
@@ -3021,15 +3021,15 @@
3021
3021
  viewBox: "0 0 1024 1024",
3022
3022
  xmlns: "http://www.w3.org/2000/svg"
3023
3023
  };
3024
- const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", {
3024
+ const _hoisted_2$C = /* @__PURE__ */ vue.createElementVNode("path", {
3025
3025
  fill: "currentColor",
3026
3026
  d: "M784.512 230.272v-50.56a32 32 0 1 1 64 0v149.056a32 32 0 0 1-32 32H667.52a32 32 0 1 1 0-64h92.992A320 320 0 1 0 524.8 833.152a320 320 0 0 0 320-320h64a384 384 0 0 1-384 384 384 384 0 0 1-384-384 384 384 0 0 1 643.712-282.88z"
3027
3027
  }, null, -1);
3028
- const _hoisted_3$o = [
3029
- _hoisted_2$B
3028
+ const _hoisted_3$q = [
3029
+ _hoisted_2$C
3030
3030
  ];
3031
3031
  function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
3032
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$W, _hoisted_3$o);
3032
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$W, _hoisted_3$q);
3033
3033
  }
3034
3034
  var refreshRight = /* @__PURE__ */ _export_sfc$1(_sfc_main$2b, [["render", _sfc_render$1p]]);
3035
3035
 
@@ -3040,15 +3040,15 @@
3040
3040
  viewBox: "0 0 1024 1024",
3041
3041
  xmlns: "http://www.w3.org/2000/svg"
3042
3042
  };
3043
- const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("path", {
3043
+ const _hoisted_2$B = /* @__PURE__ */ vue.createElementVNode("path", {
3044
3044
  fill: "currentColor",
3045
3045
  d: "M813.176 180.706a60.235 60.235 0 0 1 60.236 60.235v481.883a60.235 60.235 0 0 1-60.236 60.235H210.824a60.235 60.235 0 0 1-60.236-60.235V240.94a60.235 60.235 0 0 1 60.236-60.235h602.352zm0-60.235H210.824A120.47 120.47 0 0 0 90.353 240.94v481.883a120.47 120.47 0 0 0 120.47 120.47h602.353a120.47 120.47 0 0 0 120.471-120.47V240.94a120.47 120.47 0 0 0-120.47-120.47zm-120.47 180.705a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 0 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zm-361.412 0a30.118 30.118 0 0 0-30.118 30.118v301.177a30.118 30.118 0 1 0 60.236 0V331.294a30.118 30.118 0 0 0-30.118-30.118zM512 361.412a30.118 30.118 0 0 0-30.118 30.117v30.118a30.118 30.118 0 0 0 60.236 0V391.53A30.118 30.118 0 0 0 512 361.412zM512 512a30.118 30.118 0 0 0-30.118 30.118v30.117a30.118 30.118 0 0 0 60.236 0v-30.117A30.118 30.118 0 0 0 512 512z"
3046
3046
  }, null, -1);
3047
- const _hoisted_3$n = [
3048
- _hoisted_2$A
3047
+ const _hoisted_3$p = [
3048
+ _hoisted_2$B
3049
3049
  ];
3050
3050
  function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
3051
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$V, _hoisted_3$n);
3051
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$V, _hoisted_3$p);
3052
3052
  }
3053
3053
  var scaleToOriginal = /* @__PURE__ */ _export_sfc$1(_sfc_main$2a, [["render", _sfc_render$1o]]);
3054
3054
 
@@ -3059,15 +3059,15 @@
3059
3059
  viewBox: "0 0 1024 1024",
3060
3060
  xmlns: "http://www.w3.org/2000/svg"
3061
3061
  };
3062
- const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", {
3062
+ const _hoisted_2$A = /* @__PURE__ */ vue.createElementVNode("path", {
3063
3063
  fill: "currentColor",
3064
3064
  d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704z"
3065
3065
  }, null, -1);
3066
- const _hoisted_3$m = [
3067
- _hoisted_2$z
3066
+ const _hoisted_3$o = [
3067
+ _hoisted_2$A
3068
3068
  ];
3069
3069
  function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
3070
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$U, _hoisted_3$m);
3070
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$U, _hoisted_3$o);
3071
3071
  }
3072
3072
  var search = /* @__PURE__ */ _export_sfc$1(_sfc_main$29, [["render", _sfc_render$1n]]);
3073
3073
 
@@ -3078,15 +3078,15 @@
3078
3078
  viewBox: "0 0 1024 1024",
3079
3079
  xmlns: "http://www.w3.org/2000/svg"
3080
3080
  };
3081
- const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", {
3081
+ const _hoisted_2$z = /* @__PURE__ */ vue.createElementVNode("path", {
3082
3082
  fill: "currentColor",
3083
3083
  d: "M283.84 867.84 512 747.776l228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72z"
3084
3084
  }, null, -1);
3085
- const _hoisted_3$l = [
3086
- _hoisted_2$y
3085
+ const _hoisted_3$n = [
3086
+ _hoisted_2$z
3087
3087
  ];
3088
3088
  function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
3089
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$T, _hoisted_3$l);
3089
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$T, _hoisted_3$n);
3090
3090
  }
3091
3091
  var starFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$28, [["render", _sfc_render$1m]]);
3092
3092
 
@@ -3097,15 +3097,15 @@
3097
3097
  viewBox: "0 0 1024 1024",
3098
3098
  xmlns: "http://www.w3.org/2000/svg"
3099
3099
  };
3100
- const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", {
3100
+ const _hoisted_2$y = /* @__PURE__ */ vue.createElementVNode("path", {
3101
3101
  fill: "currentColor",
3102
3102
  d: "m512 747.84 228.16 119.936a6.4 6.4 0 0 0 9.28-6.72l-43.52-254.08 184.512-179.904a6.4 6.4 0 0 0-3.52-10.88l-255.104-37.12L517.76 147.904a6.4 6.4 0 0 0-11.52 0L392.192 379.072l-255.104 37.12a6.4 6.4 0 0 0-3.52 10.88L318.08 606.976l-43.584 254.08a6.4 6.4 0 0 0 9.28 6.72L512 747.84zM313.6 924.48a70.4 70.4 0 0 1-102.144-74.24l37.888-220.928L88.96 472.96A70.4 70.4 0 0 1 128 352.896l221.76-32.256 99.2-200.96a70.4 70.4 0 0 1 126.208 0l99.2 200.96 221.824 32.256a70.4 70.4 0 0 1 39.04 120.064L774.72 629.376l37.888 220.928a70.4 70.4 0 0 1-102.144 74.24L512 820.096l-198.4 104.32z"
3103
3103
  }, null, -1);
3104
- const _hoisted_3$k = [
3105
- _hoisted_2$x
3104
+ const _hoisted_3$m = [
3105
+ _hoisted_2$y
3106
3106
  ];
3107
3107
  function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
3108
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$S, _hoisted_3$k);
3108
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$S, _hoisted_3$m);
3109
3109
  }
3110
3110
  var star = /* @__PURE__ */ _export_sfc$1(_sfc_main$27, [["render", _sfc_render$1l]]);
3111
3111
 
@@ -3116,15 +3116,15 @@
3116
3116
  viewBox: "0 0 1024 1024",
3117
3117
  xmlns: "http://www.w3.org/2000/svg"
3118
3118
  };
3119
- const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", {
3119
+ const _hoisted_2$x = /* @__PURE__ */ vue.createElementVNode("path", {
3120
3120
  fill: "currentColor",
3121
3121
  d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336L456.192 600.384z"
3122
3122
  }, null, -1);
3123
- const _hoisted_3$j = [
3124
- _hoisted_2$w
3123
+ const _hoisted_3$l = [
3124
+ _hoisted_2$x
3125
3125
  ];
3126
3126
  function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
3127
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$R, _hoisted_3$j);
3127
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$R, _hoisted_3$l);
3128
3128
  }
3129
3129
  var successFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$26, [["render", _sfc_render$1k]]);
3130
3130
 
@@ -3135,15 +3135,15 @@
3135
3135
  viewBox: "0 0 1024 1024",
3136
3136
  xmlns: "http://www.w3.org/2000/svg"
3137
3137
  };
3138
- const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", {
3138
+ const _hoisted_2$w = /* @__PURE__ */ vue.createElementVNode("path", {
3139
3139
  fill: "currentColor",
3140
3140
  d: "M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z"
3141
3141
  }, null, -1);
3142
- const _hoisted_3$i = [
3143
- _hoisted_2$v
3142
+ const _hoisted_3$k = [
3143
+ _hoisted_2$w
3144
3144
  ];
3145
3145
  function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
3146
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Q, _hoisted_3$i);
3146
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$Q, _hoisted_3$k);
3147
3147
  }
3148
3148
  var view = /* @__PURE__ */ _export_sfc$1(_sfc_main$25, [["render", _sfc_render$1j]]);
3149
3149
 
@@ -3154,15 +3154,15 @@
3154
3154
  viewBox: "0 0 1024 1024",
3155
3155
  xmlns: "http://www.w3.org/2000/svg"
3156
3156
  };
3157
- const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", {
3157
+ const _hoisted_2$v = /* @__PURE__ */ vue.createElementVNode("path", {
3158
3158
  fill: "currentColor",
3159
3159
  d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 192a58.432 58.432 0 0 0-58.24 63.744l23.36 256.384a35.072 35.072 0 0 0 69.76 0l23.296-256.384A58.432 58.432 0 0 0 512 256zm0 512a51.2 51.2 0 1 0 0-102.4 51.2 51.2 0 0 0 0 102.4z"
3160
3160
  }, null, -1);
3161
- const _hoisted_3$h = [
3162
- _hoisted_2$u
3161
+ const _hoisted_3$j = [
3162
+ _hoisted_2$v
3163
3163
  ];
3164
3164
  function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
3165
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$P, _hoisted_3$h);
3165
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$P, _hoisted_3$j);
3166
3166
  }
3167
3167
  var warningFilled = /* @__PURE__ */ _export_sfc$1(_sfc_main$24, [["render", _sfc_render$1i]]);
3168
3168
 
@@ -3173,15 +3173,15 @@
3173
3173
  viewBox: "0 0 1024 1024",
3174
3174
  xmlns: "http://www.w3.org/2000/svg"
3175
3175
  };
3176
- const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
3176
+ const _hoisted_2$u = /* @__PURE__ */ vue.createElementVNode("path", {
3177
3177
  fill: "currentColor",
3178
3178
  d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zm-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64h96z"
3179
3179
  }, null, -1);
3180
- const _hoisted_3$g = [
3181
- _hoisted_2$t
3180
+ const _hoisted_3$i = [
3181
+ _hoisted_2$u
3182
3182
  ];
3183
3183
  function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
3184
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$O, _hoisted_3$g);
3184
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$O, _hoisted_3$i);
3185
3185
  }
3186
3186
  var zoomIn = /* @__PURE__ */ _export_sfc$1(_sfc_main$23, [["render", _sfc_render$1h]]);
3187
3187
 
@@ -3192,15 +3192,15 @@
3192
3192
  viewBox: "0 0 1024 1024",
3193
3193
  xmlns: "http://www.w3.org/2000/svg"
3194
3194
  };
3195
- const _hoisted_2$s = /* @__PURE__ */ vue.createElementVNode("path", {
3195
+ const _hoisted_2$t = /* @__PURE__ */ vue.createElementVNode("path", {
3196
3196
  fill: "currentColor",
3197
3197
  d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704zM352 448h256a32 32 0 0 1 0 64H352a32 32 0 0 1 0-64z"
3198
3198
  }, null, -1);
3199
- const _hoisted_3$f = [
3200
- _hoisted_2$s
3199
+ const _hoisted_3$h = [
3200
+ _hoisted_2$t
3201
3201
  ];
3202
3202
  function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
3203
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, _hoisted_3$f);
3203
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1$N, _hoisted_3$h);
3204
3204
  }
3205
3205
  var zoomOut = /* @__PURE__ */ _export_sfc$1(_sfc_main$22, [["render", _sfc_render$1g]]);
3206
3206
 
@@ -8017,11 +8017,15 @@
8017
8017
  inputStyle: {
8018
8018
  type: definePropType([Object, Array, String]),
8019
8019
  default: () => mutable({})
8020
+ },
8021
+ widget: {
8022
+ type: String
8020
8023
  }
8021
8024
  });
8022
8025
 
8023
- const _hoisted_1$I = ["type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder"];
8024
- const _hoisted_2$r = ["tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder"];
8026
+ const _hoisted_1$I = ["widget"];
8027
+ const _hoisted_2$s = ["type", "disabled", "formatter", "parser", "readonly", "autocomplete", "tabindex", "aria-label", "placeholder"];
8028
+ const _hoisted_3$g = ["tabindex", "disabled", "readonly", "autocomplete", "aria-label", "placeholder"];
8025
8029
  const __default__$t = {
8026
8030
  name: "PsInput",
8027
8031
  inheritAttrs: false
@@ -8153,7 +8157,8 @@
8153
8157
  },
8154
8158
  _ctx.$attrs.class
8155
8159
  ]),
8156
- style: vue.normalizeStyle(vue.unref(containerStyle))
8160
+ style: vue.normalizeStyle(vue.unref(containerStyle)),
8161
+ widget: _ctx.widget
8157
8162
  }, [
8158
8163
  vue.createCommentVNode(" input "),
8159
8164
  _ctx.type !== "textarea" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
@@ -8202,7 +8207,7 @@
8202
8207
  "aria-label": _ctx.label,
8203
8208
  placeholder: _ctx.placeholder,
8204
8209
  style: _ctx.inputStyle
8205
- }), null, 16, _hoisted_1$I),
8210
+ }), null, 16, _hoisted_2$s),
8206
8211
  vue.createCommentVNode(" suffix slot "),
8207
8212
  vue.unref(suffixVisible) ? (vue.openBlock(), vue.createElementBlock("span", {
8208
8213
  key: 1,
@@ -8286,13 +8291,13 @@
8286
8291
  style: vue.unref(textareaStyle),
8287
8292
  "aria-label": _ctx.label,
8288
8293
  placeholder: _ctx.placeholder
8289
- }), null, 16, _hoisted_2$r),
8294
+ }), null, 16, _hoisted_3$g),
8290
8295
  vue.unref(isWordLimitVisible) ? (vue.openBlock(), vue.createElementBlock("span", {
8291
8296
  key: 0,
8292
8297
  class: vue.normalizeClass(vue.unref(nsInput).e("count"))
8293
8298
  }, vue.toDisplayString(vue.unref(textLength)) + " / " + vue.toDisplayString(vue.unref(attrs).maxlength), 3)) : vue.createCommentVNode("v-if", true)
8294
8299
  ], 64))
8295
- ], 6)), [
8300
+ ], 14, _hoisted_1$I)), [
8296
8301
  [vue.vShow, _ctx.type !== "hidden"]
8297
8302
  ]);
8298
8303
  };
@@ -8824,7 +8829,7 @@
8824
8829
  }
8825
8830
  });
8826
8831
  const _hoisted_1$H = ["id", "name", "placeholder", "value", "disabled", "readonly"];
8827
- const _hoisted_2$q = ["id", "name", "placeholder", "value", "disabled", "readonly"];
8832
+ const _hoisted_2$r = ["id", "name", "placeholder", "value", "disabled", "readonly"];
8828
8833
  function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
8829
8834
  const _component_ps_icon = vue.resolveComponent("ps-icon");
8830
8835
  const _component_ps_input = vue.resolveComponent("ps-input");
@@ -8912,7 +8917,7 @@
8912
8917
  disabled: _ctx.pickerDisabled,
8913
8918
  readonly: !_ctx.editable || _ctx.readonly,
8914
8919
  class: vue.normalizeClass(_ctx.nsRange.b("input"))
8915
- }, null, 10, _hoisted_2$q),
8920
+ }, null, 10, _hoisted_2$r),
8916
8921
  _ctx.clearIcon ? (vue.openBlock(), vue.createBlock(_component_ps_icon, {
8917
8922
  key: 1,
8918
8923
  class: vue.normalizeClass([
@@ -11249,9 +11254,9 @@
11249
11254
  }
11250
11255
  });
11251
11256
  const _hoisted_1$D = ["id", "aria-controls"];
11252
- const _hoisted_2$p = ["tabindex", "role", "aria-checked"];
11253
- const _hoisted_3$e = ["aria-hidden", "name", "tabindex", "disabled", "true-value", "false-value"];
11254
- const _hoisted_4$9 = ["aria-hidden", "disabled", "value", "name", "tabindex"];
11257
+ const _hoisted_2$q = ["tabindex", "role", "aria-checked"];
11258
+ const _hoisted_3$f = ["aria-hidden", "name", "tabindex", "disabled", "true-value", "false-value"];
11259
+ const _hoisted_4$a = ["aria-hidden", "disabled", "value", "name", "tabindex"];
11255
11260
  function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
11256
11261
  return vue.openBlock(), vue.createElementBlock("label", {
11257
11262
  id: _ctx.id,
@@ -11293,7 +11298,7 @@
11293
11298
  onChange: _cache[1] || (_cache[1] = (...args) => _ctx.handleChange && _ctx.handleChange(...args)),
11294
11299
  onFocus: _cache[2] || (_cache[2] = ($event) => _ctx.focus = true),
11295
11300
  onBlur: _cache[3] || (_cache[3] = ($event) => _ctx.focus = false)
11296
- }, null, 42, _hoisted_3$e)), [
11301
+ }, null, 42, _hoisted_3$f)), [
11297
11302
  [vue.vModelCheckbox, _ctx.model]
11298
11303
  ]) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
11299
11304
  key: 1,
@@ -11308,10 +11313,10 @@
11308
11313
  onChange: _cache[5] || (_cache[5] = (...args) => _ctx.handleChange && _ctx.handleChange(...args)),
11309
11314
  onFocus: _cache[6] || (_cache[6] = ($event) => _ctx.focus = true),
11310
11315
  onBlur: _cache[7] || (_cache[7] = ($event) => _ctx.focus = false)
11311
- }, null, 42, _hoisted_4$9)), [
11316
+ }, null, 42, _hoisted_4$a)), [
11312
11317
  [vue.vModelCheckbox, _ctx.model]
11313
11318
  ])
11314
- ], 10, _hoisted_2$p),
11319
+ ], 10, _hoisted_2$q),
11315
11320
  _ctx.$slots.default || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
11316
11321
  key: 0,
11317
11322
  class: vue.normalizeClass(_ctx.ns.e("label"))
@@ -11354,8 +11359,8 @@
11354
11359
  }
11355
11360
  });
11356
11361
  const _hoisted_1$C = ["aria-checked", "aria-disabled"];
11357
- const _hoisted_2$o = ["name", "tabindex", "disabled", "true-value", "false-value"];
11358
- const _hoisted_3$d = ["name", "tabindex", "disabled", "value"];
11362
+ const _hoisted_2$p = ["name", "tabindex", "disabled", "true-value", "false-value"];
11363
+ const _hoisted_3$e = ["name", "tabindex", "disabled", "value"];
11359
11364
  function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
11360
11365
  return vue.openBlock(), vue.createElementBlock("label", {
11361
11366
  class: vue.normalizeClass([
@@ -11379,7 +11384,7 @@
11379
11384
  disabled: _ctx.isDisabled,
11380
11385
  "true-value": _ctx.trueLabel,
11381
11386
  "false-value": _ctx.falseLabel
11382
- }, null, 10, _hoisted_2$o)), [
11387
+ }, null, 10, _hoisted_2$p)), [
11383
11388
  [vue.vModelCheckbox, _ctx.model]
11384
11389
  ]) : vue.withDirectives((vue.openBlock(), vue.createElementBlock("input", {
11385
11390
  key: 1,
@@ -11390,7 +11395,7 @@
11390
11395
  tabindex: _ctx.tabindex,
11391
11396
  disabled: _ctx.isDisabled,
11392
11397
  value: _ctx.label
11393
- }, null, 10, _hoisted_3$d)), [
11398
+ }, null, 10, _hoisted_3$e)), [
11394
11399
  [vue.vModelCheckbox, _ctx.model]
11395
11400
  ]),
11396
11401
  _ctx.$slots.default || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
@@ -11554,7 +11559,7 @@
11554
11559
  }
11555
11560
  });
11556
11561
  const _hoisted_1$B = ["aria-checked", "aria-disabled", "tabindex"];
11557
- const _hoisted_2$n = ["value", "name", "disabled"];
11562
+ const _hoisted_2$o = ["value", "name", "disabled"];
11558
11563
  function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
11559
11564
  return vue.openBlock(), vue.createElementBlock("label", {
11560
11565
  class: vue.normalizeClass([
@@ -11590,7 +11595,7 @@
11590
11595
  name: _ctx.name,
11591
11596
  disabled: _ctx.disabled,
11592
11597
  tabindex: "-1"
11593
- }, null, 10, _hoisted_2$n), [
11598
+ }, null, 10, _hoisted_2$o), [
11594
11599
  [vue.vModelRadio, _ctx.modelValue]
11595
11600
  ])
11596
11601
  ], 2),
@@ -11652,7 +11657,7 @@
11652
11657
  }
11653
11658
  });
11654
11659
  const _hoisted_1$A = ["aria-checked", "aria-disabled", "tabindex"];
11655
- const _hoisted_2$m = ["value", "name", "disabled"];
11660
+ const _hoisted_2$n = ["value", "name", "disabled"];
11656
11661
  function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
11657
11662
  return vue.openBlock(), vue.createElementBlock("label", {
11658
11663
  class: vue.normalizeClass([
@@ -11676,7 +11681,7 @@
11676
11681
  name: _ctx.name,
11677
11682
  disabled: _ctx.disabled,
11678
11683
  tabindex: "-1"
11679
- }, null, 10, _hoisted_2$m), [
11684
+ }, null, 10, _hoisted_2$n), [
11680
11685
  [vue.vModelRadio, _ctx.modelValue]
11681
11686
  ]),
11682
11687
  vue.createElementVNode("span", {
@@ -11826,7 +11831,7 @@
11826
11831
  }
11827
11832
  });
11828
11833
  const _hoisted_1$z = ["id", "aria-haspopup", "aria-owns", "aria-expanded", "tabindex"];
11829
- const _hoisted_2$l = /* @__PURE__ */ vue.createElementVNode("span", null, null, -1);
11834
+ const _hoisted_2$m = /* @__PURE__ */ vue.createElementVNode("span", null, null, -1);
11830
11835
  function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
11831
11836
  const _component_ps_checkbox = vue.resolveComponent("ps-checkbox");
11832
11837
  const _component_ps_radio = vue.resolveComponent("ps-radio");
@@ -11865,7 +11870,7 @@
11865
11870
  }, {
11866
11871
  default: vue.withCtx(() => [
11867
11872
  vue.createCommentVNode("\n Add an empty element to avoid render label,\n do not use empty fragment here for https://github.com/vuejs/vue-next/pull/2485\n "),
11868
- _hoisted_2$l
11873
+ _hoisted_2$m
11869
11874
  ]),
11870
11875
  _: 1
11871
11876
  }, 8, ["model-value", "label", "disabled"])) : _ctx.isLeaf && _ctx.node.checked ? (vue.openBlock(), vue.createBlock(_component_ps_icon, {
@@ -12465,7 +12470,10 @@
12465
12470
  default: void 0
12466
12471
  },
12467
12472
  teleported: useTooltipContentProps.teleported,
12468
- tagType: { ...tagProps.type, default: "info" }
12473
+ tagType: { ...tagProps.type, default: "info" },
12474
+ widget: {
12475
+ type: String
12476
+ }
12469
12477
  },
12470
12478
  setup(props) {
12471
12479
  let inputInitialHeight = 0;
@@ -12558,9 +12566,10 @@
12558
12566
  };
12559
12567
  }
12560
12568
  });
12561
- const _hoisted_1$y = { key: 0 };
12562
- const _hoisted_2$k = { class: "el-cascader__collapse-tags" };
12563
- const _hoisted_3$c = ["placeholder"];
12569
+ const _hoisted_1$y = ["widget"];
12570
+ const _hoisted_2$l = { key: 0 };
12571
+ const _hoisted_3$d = { class: "el-cascader__collapse-tags" };
12572
+ const _hoisted_4$9 = ["placeholder"];
12564
12573
  function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
12565
12574
  const _component_circle_close = vue.resolveComponent("circle-close");
12566
12575
  const _component_ps_icon = vue.resolveComponent("ps-icon");
@@ -12575,7 +12584,8 @@
12575
12584
  _ctx.nsCascader.is("disabled", _ctx.isDisabled),
12576
12585
  _ctx.$attrs.class
12577
12586
  ]),
12578
- style: vue.normalizeStyle(_ctx.$attrs.style)
12587
+ style: vue.normalizeStyle(_ctx.$attrs.style),
12588
+ widget: _ctx.widget
12579
12589
  }, [
12580
12590
  vue.createVNode(_component_ps_input, {
12581
12591
  ref: "input",
@@ -12628,7 +12638,7 @@
12628
12638
  "disable-transitions": ""
12629
12639
  }, {
12630
12640
  default: vue.withCtx(() => [
12631
- tag.isCollapseTag === false ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1$y, vue.toDisplayString(tag.text), 1)) : (vue.openBlock(), vue.createBlock(_component_ps_tooltip, {
12641
+ tag.isCollapseTag === false ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$l, vue.toDisplayString(tag.text), 1)) : (vue.openBlock(), vue.createBlock(_component_ps_tooltip, {
12632
12642
  key: 1,
12633
12643
  teleported: false,
12634
12644
  disabled: _ctx.popperVisible || !_ctx.collapseTagsTooltip,
@@ -12640,7 +12650,7 @@
12640
12650
  vue.createElementVNode("span", null, vue.toDisplayString(tag.text), 1)
12641
12651
  ]),
12642
12652
  content: vue.withCtx(() => [
12643
- vue.createElementVNode("div", _hoisted_2$k, [
12653
+ vue.createElementVNode("div", _hoisted_3$d, [
12644
12654
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.allPresentTags, (tag2, idx) => {
12645
12655
  return vue.openBlock(), vue.createElementBlock("div", {
12646
12656
  key: idx,
@@ -12676,11 +12686,11 @@
12676
12686
  type: "text",
12677
12687
  class: vue.normalizeClass(_ctx.nsCascader.e("search-input")),
12678
12688
  placeholder: _ctx.presentText ? "" : _ctx.inputPlaceholder
12679
- }, null, 10, _hoisted_3$c)), [
12689
+ }, null, 10, _hoisted_4$9)), [
12680
12690
  [vue.vModelText, _ctx.searchInputValue]
12681
12691
  ]) : vue.createCommentVNode("v-if", true)
12682
12692
  ], 2)) : vue.createCommentVNode("v-if", true)
12683
- ], 6);
12693
+ ], 14, _hoisted_1$y);
12684
12694
  }
12685
12695
  var Cascader = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$_], ["__file", "index.vue"]]);
12686
12696
 
@@ -12975,8 +12985,8 @@
12975
12985
  });
12976
12986
 
12977
12987
  const _hoisted_1$x = ["aria-expanded", "aria-controls", "aria-describedby"];
12978
- const _hoisted_2$j = ["id", "tabindex"];
12979
- const _hoisted_3$b = ["id", "aria-hidden", "aria-labelledby"];
12988
+ const _hoisted_2$k = ["id", "tabindex"];
12989
+ const _hoisted_3$c = ["id", "aria-hidden", "aria-labelledby"];
12980
12990
  const __default__$k = {
12981
12991
  name: "PsCollapseItem"
12982
12992
  };
@@ -13028,7 +13038,7 @@
13028
13038
  ]),
13029
13039
  _: 1
13030
13040
  }, 8, ["class"])
13031
- ], 10, _hoisted_2$j)
13041
+ ], 10, _hoisted_2$k)
13032
13042
  ], 8, _hoisted_1$x),
13033
13043
  vue.createVNode(vue.unref(_CollapseTransition), null, {
13034
13044
  default: vue.withCtx(() => [
@@ -13044,7 +13054,7 @@
13044
13054
  }, [
13045
13055
  vue.renderSlot(_ctx.$slots, "default")
13046
13056
  ], 2)
13047
- ], 10, _hoisted_3$b), [
13057
+ ], 10, _hoisted_3$c), [
13048
13058
  [vue.vShow, vue.unref(isActive)]
13049
13059
  ])
13050
13060
  ]),
@@ -14420,11 +14430,11 @@
14420
14430
  }
14421
14431
  });
14422
14432
  const _hoisted_1$u = { class: "cell" };
14423
- const _hoisted_2$i = { class: "cell" };
14424
- const _hoisted_3$a = { class: "cell" };
14433
+ const _hoisted_2$j = { class: "cell" };
14434
+ const _hoisted_3$b = { class: "cell" };
14425
14435
  const _hoisted_4$8 = { class: "cell" };
14426
- const _hoisted_5$7 = { class: "cell" };
14427
- const _hoisted_6$5 = { class: "cell" };
14436
+ const _hoisted_5$8 = { class: "cell" };
14437
+ const _hoisted_6$6 = { class: "cell" };
14428
14438
  const _hoisted_7$4 = { class: "cell" };
14429
14439
  const _hoisted_8$4 = { class: "cell" };
14430
14440
  const _hoisted_9$4 = { class: "cell" };
@@ -14446,12 +14456,12 @@
14446
14456
  vue.createElementVNode("td", {
14447
14457
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 1)])
14448
14458
  }, [
14449
- vue.createElementVNode("a", _hoisted_2$i, vue.toDisplayString(_ctx.startYear + 1), 1)
14459
+ vue.createElementVNode("a", _hoisted_2$j, vue.toDisplayString(_ctx.startYear + 1), 1)
14450
14460
  ], 2),
14451
14461
  vue.createElementVNode("td", {
14452
14462
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 2)])
14453
14463
  }, [
14454
- vue.createElementVNode("a", _hoisted_3$a, vue.toDisplayString(_ctx.startYear + 2), 1)
14464
+ vue.createElementVNode("a", _hoisted_3$b, vue.toDisplayString(_ctx.startYear + 2), 1)
14455
14465
  ], 2),
14456
14466
  vue.createElementVNode("td", {
14457
14467
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 3)])
@@ -14463,12 +14473,12 @@
14463
14473
  vue.createElementVNode("td", {
14464
14474
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 4)])
14465
14475
  }, [
14466
- vue.createElementVNode("a", _hoisted_5$7, vue.toDisplayString(_ctx.startYear + 4), 1)
14476
+ vue.createElementVNode("a", _hoisted_5$8, vue.toDisplayString(_ctx.startYear + 4), 1)
14467
14477
  ], 2),
14468
14478
  vue.createElementVNode("td", {
14469
14479
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 5)])
14470
14480
  }, [
14471
- vue.createElementVNode("a", _hoisted_6$5, vue.toDisplayString(_ctx.startYear + 5), 1)
14481
+ vue.createElementVNode("a", _hoisted_6$6, vue.toDisplayString(_ctx.startYear + 5), 1)
14472
14482
  ], 2),
14473
14483
  vue.createElementVNode("td", {
14474
14484
  class: vue.normalizeClass(["available", _ctx.getCellStyle(_ctx.startYear + 6)])
@@ -14913,17 +14923,17 @@
14913
14923
  }
14914
14924
  });
14915
14925
  const _hoisted_1$t = { class: "el-picker-panel__body-wrapper" };
14916
- const _hoisted_2$h = {
14926
+ const _hoisted_2$i = {
14917
14927
  key: 0,
14918
14928
  class: "el-picker-panel__sidebar"
14919
14929
  };
14920
- const _hoisted_3$9 = ["onClick"];
14930
+ const _hoisted_3$a = ["onClick"];
14921
14931
  const _hoisted_4$7 = { class: "el-picker-panel__body" };
14922
- const _hoisted_5$6 = {
14932
+ const _hoisted_5$7 = {
14923
14933
  key: 0,
14924
14934
  class: "el-date-picker__time-header"
14925
14935
  };
14926
- const _hoisted_6$4 = { class: "el-date-picker__editor-wrap" };
14936
+ const _hoisted_6$5 = { class: "el-date-picker__editor-wrap" };
14927
14937
  const _hoisted_7$3 = { class: "el-date-picker__editor-wrap" };
14928
14938
  const _hoisted_8$3 = ["aria-label"];
14929
14939
  const _hoisted_9$3 = ["aria-label"];
@@ -14954,19 +14964,19 @@
14954
14964
  }, [
14955
14965
  vue.createElementVNode("div", _hoisted_1$t, [
14956
14966
  vue.renderSlot(_ctx.$slots, "sidebar", { class: "el-picker-panel__sidebar" }),
14957
- _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
14967
+ _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$i, [
14958
14968
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.shortcuts, (shortcut, key) => {
14959
14969
  return vue.openBlock(), vue.createElementBlock("button", {
14960
14970
  key,
14961
14971
  type: "button",
14962
14972
  class: "el-picker-panel__shortcut",
14963
14973
  onClick: ($event) => _ctx.handleShortcutClick(shortcut)
14964
- }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$9);
14974
+ }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$a);
14965
14975
  }), 128))
14966
14976
  ])) : vue.createCommentVNode("v-if", true),
14967
14977
  vue.createElementVNode("div", _hoisted_4$7, [
14968
- _ctx.showTime ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$6, [
14969
- vue.createElementVNode("span", _hoisted_6$4, [
14978
+ _ctx.showTime ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$7, [
14979
+ vue.createElementVNode("span", _hoisted_6$5, [
14970
14980
  vue.createVNode(_component_ps_input, {
14971
14981
  placeholder: _ctx.t("el.datepicker.selectDate"),
14972
14982
  "model-value": _ctx.visibleDate,
@@ -15566,17 +15576,17 @@
15566
15576
  }
15567
15577
  });
15568
15578
  const _hoisted_1$s = { class: "el-picker-panel__body-wrapper" };
15569
- const _hoisted_2$g = {
15579
+ const _hoisted_2$h = {
15570
15580
  key: 0,
15571
15581
  class: "el-picker-panel__sidebar"
15572
15582
  };
15573
- const _hoisted_3$8 = ["onClick"];
15583
+ const _hoisted_3$9 = ["onClick"];
15574
15584
  const _hoisted_4$6 = { class: "el-picker-panel__body" };
15575
- const _hoisted_5$5 = {
15585
+ const _hoisted_5$6 = {
15576
15586
  key: 0,
15577
15587
  class: "el-date-range-picker__time-header"
15578
15588
  };
15579
- const _hoisted_6$3 = { class: "el-date-range-picker__editors-wrap" };
15589
+ const _hoisted_6$4 = { class: "el-date-range-picker__editors-wrap" };
15580
15590
  const _hoisted_7$2 = { class: "el-date-range-picker__time-picker-wrap" };
15581
15591
  const _hoisted_8$2 = { class: "el-date-range-picker__time-picker-wrap" };
15582
15592
  const _hoisted_9$2 = { class: "el-date-range-picker__editors-wrap is-right" };
@@ -15615,19 +15625,19 @@
15615
15625
  }, [
15616
15626
  vue.createElementVNode("div", _hoisted_1$s, [
15617
15627
  vue.renderSlot(_ctx.$slots, "sidebar", { class: "el-picker-panel__sidebar" }),
15618
- _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$g, [
15628
+ _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
15619
15629
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.shortcuts, (shortcut, key) => {
15620
15630
  return vue.openBlock(), vue.createElementBlock("button", {
15621
15631
  key,
15622
15632
  type: "button",
15623
15633
  class: "el-picker-panel__shortcut",
15624
15634
  onClick: ($event) => _ctx.handleShortcutClick(shortcut)
15625
- }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$8);
15635
+ }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$9);
15626
15636
  }), 128))
15627
15637
  ])) : vue.createCommentVNode("v-if", true),
15628
15638
  vue.createElementVNode("div", _hoisted_4$6, [
15629
- _ctx.showTime ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
15630
- vue.createElementVNode("span", _hoisted_6$3, [
15639
+ _ctx.showTime ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$6, [
15640
+ vue.createElementVNode("span", _hoisted_6$4, [
15631
15641
  vue.createElementVNode("span", _hoisted_7$2, [
15632
15642
  vue.createVNode(_component_ps_input, {
15633
15643
  size: "small",
@@ -16049,14 +16059,14 @@
16049
16059
  }
16050
16060
  });
16051
16061
  const _hoisted_1$r = { class: "el-picker-panel__body-wrapper" };
16052
- const _hoisted_2$f = {
16062
+ const _hoisted_2$g = {
16053
16063
  key: 0,
16054
16064
  class: "el-picker-panel__sidebar"
16055
16065
  };
16056
- const _hoisted_3$7 = ["onClick"];
16066
+ const _hoisted_3$8 = ["onClick"];
16057
16067
  const _hoisted_4$5 = { class: "el-picker-panel__body" };
16058
- const _hoisted_5$4 = { class: "el-picker-panel__content el-date-range-picker__content is-left" };
16059
- const _hoisted_6$2 = { class: "el-date-range-picker__header" };
16068
+ const _hoisted_5$5 = { class: "el-picker-panel__content el-date-range-picker__content is-left" };
16069
+ const _hoisted_6$3 = { class: "el-date-range-picker__header" };
16060
16070
  const _hoisted_7$1 = ["disabled"];
16061
16071
  const _hoisted_8$1 = { class: "el-picker-panel__content el-date-range-picker__content is-right" };
16062
16072
  const _hoisted_9$1 = { class: "el-date-range-picker__header" };
@@ -16075,19 +16085,19 @@
16075
16085
  }, [
16076
16086
  vue.createElementVNode("div", _hoisted_1$r, [
16077
16087
  vue.renderSlot(_ctx.$slots, "sidebar", { class: "el-picker-panel__sidebar" }),
16078
- _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$f, [
16088
+ _ctx.hasShortcuts ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$g, [
16079
16089
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.shortcuts, (shortcut, key) => {
16080
16090
  return vue.openBlock(), vue.createElementBlock("button", {
16081
16091
  key,
16082
16092
  type: "button",
16083
16093
  class: "el-picker-panel__shortcut",
16084
16094
  onClick: ($event) => _ctx.handleShortcutClick(shortcut)
16085
- }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$7);
16095
+ }, vue.toDisplayString(shortcut.text), 9, _hoisted_3$8);
16086
16096
  }), 128))
16087
16097
  ])) : vue.createCommentVNode("v-if", true),
16088
16098
  vue.createElementVNode("div", _hoisted_4$5, [
16089
- vue.createElementVNode("div", _hoisted_5$4, [
16090
- vue.createElementVNode("div", _hoisted_6$2, [
16099
+ vue.createElementVNode("div", _hoisted_5$5, [
16100
+ vue.createElementVNode("div", _hoisted_6$3, [
16091
16101
  vue.createElementVNode("button", {
16092
16102
  type: "button",
16093
16103
  class: "el-picker-panel__icon-btn d-arrow-left",
@@ -16571,6 +16581,9 @@
16571
16581
  labelClassName: {
16572
16582
  type: String,
16573
16583
  default: ""
16584
+ },
16585
+ widget: {
16586
+ type: String
16574
16587
  }
16575
16588
  }
16576
16589
  });
@@ -16608,6 +16621,9 @@
16608
16621
  title: {
16609
16622
  type: String,
16610
16623
  default: ""
16624
+ },
16625
+ widget: {
16626
+ type: String
16611
16627
  }
16612
16628
  });
16613
16629
 
@@ -16665,6 +16681,9 @@
16665
16681
  trapFocus: {
16666
16682
  type: Boolean,
16667
16683
  default: false
16684
+ },
16685
+ widget: {
16686
+ type: String
16668
16687
  }
16669
16688
  });
16670
16689
 
@@ -16797,7 +16816,7 @@
16797
16816
  vue.withDirectives(vue.createVNode(_component_ps_overlay, {
16798
16817
  "custom-mask-event": "",
16799
16818
  mask: _ctx.modal,
16800
- "overlay-class": _ctx.modalClass,
16819
+ "overlay-class": (_ctx.modalClass || "") + (_ctx.widget ? ` ps--dialog-widget-class` : ""),
16801
16820
  "z-index": vue.unref(zIndex)
16802
16821
  }, {
16803
16822
  default: vue.withCtx(() => [
@@ -16813,7 +16832,8 @@
16813
16832
  fullscreen: _ctx.fullscreen,
16814
16833
  "show-close": _ctx.showClose,
16815
16834
  style: vue.normalizeStyle(vue.unref(style)),
16816
- title: _ctx.title
16835
+ title: _ctx.title,
16836
+ widget: _ctx.widget
16817
16837
  }, vue.createSlots({
16818
16838
  title: vue.withCtx(() => [
16819
16839
  vue.renderSlot(_ctx.$slots, "title")
@@ -16829,7 +16849,7 @@
16829
16849
  vue.renderSlot(_ctx.$slots, "footer")
16830
16850
  ])
16831
16851
  } : void 0
16832
- ]), 1032, ["custom-class", "center", "close-icon", "draggable", "fullscreen", "show-close", "style", "title"])) : vue.createCommentVNode("v-if", true)
16852
+ ]), 1032, ["custom-class", "center", "close-icon", "draggable", "fullscreen", "show-close", "style", "title", "widget"])) : vue.createCommentVNode("v-if", true)
16833
16853
  ], 2)
16834
16854
  ]),
16835
16855
  _: 3
@@ -16963,6 +16983,9 @@
16963
16983
  modalFade: {
16964
16984
  type: Boolean,
16965
16985
  default: true
16986
+ },
16987
+ widget: {
16988
+ type: String
16966
16989
  }
16967
16990
  });
16968
16991
 
@@ -16991,10 +17014,12 @@
16991
17014
  };
16992
17015
  }
16993
17016
  });
16994
- const _hoisted_1$p = ["aria-labelledby", "aria-label"];
16995
- const _hoisted_2$e = ["id"];
16996
- const _hoisted_3$6 = ["title"];
17017
+ const _hoisted_1$p = ["aria-labelledby", "aria-label", "widget"];
17018
+ const _hoisted_2$f = ["id", "widget"];
17019
+ const _hoisted_3$7 = ["title"];
16997
17020
  const _hoisted_4$4 = ["aria-label"];
17021
+ const _hoisted_5$4 = ["widget"];
17022
+ const _hoisted_6$2 = ["widget"];
16998
17023
  function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
16999
17024
  const _component_close = vue.resolveComponent("close");
17000
17025
  const _component_ps_icon = vue.resolveComponent("ps-icon");
@@ -17004,75 +17029,72 @@
17004
17029
  to: "body",
17005
17030
  disabled: !_ctx.appendToBody
17006
17031
  }, [
17007
- vue.createVNode(vue.Transition, {
17008
- name: _ctx.ns.b("fade")
17032
+ vue.withDirectives(vue.createVNode(_component_ps_overlay, {
17033
+ mask: _ctx.modal,
17034
+ "overlay-class": (_ctx.modalClass || "") + (_ctx.widget ? ` ps--drawer-widget-class` : ""),
17035
+ "z-index": _ctx.zIndex
17009
17036
  }, {
17010
17037
  default: vue.withCtx(() => [
17011
- vue.withDirectives(vue.createVNode(_component_ps_overlay, {
17012
- mask: _ctx.modal,
17013
- "overlay-class": _ctx.modalClass,
17014
- "z-index": _ctx.zIndex
17015
- }, {
17016
- default: vue.withCtx(() => [
17017
- vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
17018
- ref: "drawerRef",
17019
- "aria-modal": "true",
17020
- "aria-labelledby": _ctx.ns.e("title"),
17021
- "aria-label": _ctx.title,
17022
- class: vue.normalizeClass([_ctx.ns.b(), _ctx.direction, _ctx.visible && "open", _ctx.customClass]),
17023
- style: vue.normalizeStyle(_ctx.isHorizontal ? "width: " + _ctx.drawerSize : "height: " + _ctx.drawerSize),
17024
- role: "dialog"
17038
+ vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
17039
+ ref: "drawerRef",
17040
+ "aria-modal": "true",
17041
+ "aria-labelledby": _ctx.ns.e("title"),
17042
+ "aria-label": _ctx.title,
17043
+ class: vue.normalizeClass([_ctx.ns.b(), _ctx.direction, _ctx.visible && "open", _ctx.customClass]),
17044
+ style: vue.normalizeStyle(_ctx.isHorizontal ? "width: " + _ctx.drawerSize : "height: " + _ctx.drawerSize),
17045
+ role: "dialog",
17046
+ widget: _ctx.widget
17047
+ }, [
17048
+ _ctx.withHeader ? (vue.openBlock(), vue.createElementBlock("header", {
17049
+ key: 0,
17050
+ id: _ctx.ns.e("title"),
17051
+ class: vue.normalizeClass(_ctx.ns.e("header")),
17052
+ widget: _ctx.widget ? "drawer:title:" + _ctx.widget.split(":")[1] : void 0
17053
+ }, [
17054
+ vue.renderSlot(_ctx.$slots, "title", {}, () => [
17055
+ vue.createElementVNode("span", {
17056
+ role: "heading",
17057
+ title: _ctx.title
17058
+ }, vue.toDisplayString(_ctx.title), 9, _hoisted_3$7)
17059
+ ]),
17060
+ _ctx.showClose ? (vue.openBlock(), vue.createElementBlock("button", {
17061
+ key: 0,
17062
+ "aria-label": "close " + (_ctx.title || "drawer"),
17063
+ class: vue.normalizeClass(_ctx.ns.e("close-btn")),
17064
+ type: "button"
17025
17065
  }, [
17026
- _ctx.withHeader ? (vue.openBlock(), vue.createElementBlock("header", {
17027
- key: 0,
17028
- id: _ctx.ns.e("title"),
17029
- class: vue.normalizeClass(_ctx.ns.e("header"))
17030
- }, [
17031
- vue.renderSlot(_ctx.$slots, "title", {}, () => [
17032
- vue.createElementVNode("span", {
17033
- role: "heading",
17034
- title: _ctx.title
17035
- }, vue.toDisplayString(_ctx.title), 9, _hoisted_3$6)
17066
+ vue.createVNode(_component_ps_icon, {
17067
+ class: vue.normalizeClass(_ctx.ns.e("close"))
17068
+ }, {
17069
+ default: vue.withCtx(() => [
17070
+ vue.createVNode(_component_close)
17036
17071
  ]),
17037
- _ctx.showClose ? (vue.openBlock(), vue.createElementBlock("button", {
17038
- key: 0,
17039
- "aria-label": "close " + (_ctx.title || "drawer"),
17040
- class: vue.normalizeClass(_ctx.ns.e("close-btn")),
17041
- type: "button"
17042
- }, [
17043
- vue.createVNode(_component_ps_icon, {
17044
- class: vue.normalizeClass(_ctx.ns.e("close"))
17045
- }, {
17046
- default: vue.withCtx(() => [
17047
- vue.createVNode(_component_close)
17048
- ]),
17049
- _: 1
17050
- }, 8, ["class"])
17051
- ], 10, _hoisted_4$4)) : vue.createCommentVNode("v-if", true)
17052
- ], 10, _hoisted_2$e)) : vue.createCommentVNode("v-if", true),
17053
- _ctx.rendered ? (vue.openBlock(), vue.createElementBlock("section", {
17054
- key: 1,
17055
- class: vue.normalizeClass(_ctx.ns.e("body"))
17056
- }, [
17057
- vue.renderSlot(_ctx.$slots, "default")
17058
- ], 2)) : vue.createCommentVNode("v-if", true),
17059
- _ctx.$slots.footer ? (vue.openBlock(), vue.createElementBlock("div", {
17060
- key: 2,
17061
- class: vue.normalizeClass(_ctx.ns.e("footer"))
17062
- }, [
17063
- vue.renderSlot(_ctx.$slots, "footer")
17064
- ], 2)) : vue.createCommentVNode("v-if", true)
17065
- ], 14, _hoisted_1$p)), [
17066
- [_directive_trap_focus]
17067
- ])
17068
- ]),
17069
- _: 3
17070
- }, 8, ["mask", "overlay-class", "z-index"]), [
17071
- [vue.vShow, _ctx.visible]
17072
+ _: 1
17073
+ }, 8, ["class"])
17074
+ ], 10, _hoisted_4$4)) : vue.createCommentVNode("v-if", true)
17075
+ ], 10, _hoisted_2$f)) : vue.createCommentVNode("v-if", true),
17076
+ _ctx.rendered ? (vue.openBlock(), vue.createElementBlock("section", {
17077
+ key: 1,
17078
+ class: vue.normalizeClass(_ctx.ns.e("body")),
17079
+ widget: _ctx.widget ? "drawer:default:" + _ctx.widget.split(":")[1] : void 0
17080
+ }, [
17081
+ vue.renderSlot(_ctx.$slots, "default")
17082
+ ], 10, _hoisted_5$4)) : vue.createCommentVNode("v-if", true),
17083
+ _ctx.$slots.footer ? (vue.openBlock(), vue.createElementBlock("div", {
17084
+ key: 2,
17085
+ class: vue.normalizeClass(_ctx.ns.e("footer")),
17086
+ widget: _ctx.widget ? "drawer:footer:" + _ctx.widget.split(":")[1] : void 0
17087
+ }, [
17088
+ vue.renderSlot(_ctx.$slots, "footer")
17089
+ ], 10, _hoisted_6$2)) : vue.createCommentVNode("v-if", true)
17090
+ ], 14, _hoisted_1$p)), [
17091
+ [_directive_trap_focus]
17072
17092
  ])
17073
17093
  ]),
17074
17094
  _: 3
17075
- }, 8, ["name"])
17095
+ }, 8, ["mask", "overlay-class", "z-index"]), [
17096
+ [vue.vShow, _ctx.visible]
17097
+ ])
17076
17098
  ], 8, ["disabled"]);
17077
17099
  }
17078
17100
  var Drawer = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$K], ["__file", "drawer.vue"]]);
@@ -17603,8 +17625,8 @@
17603
17625
  xmlns: "http://www.w3.org/2000/svg",
17604
17626
  "xmlns:xlink": "http://www.w3.org/1999/xlink"
17605
17627
  };
17606
- const _hoisted_2$d = ["id"];
17607
- const _hoisted_3$5 = /* @__PURE__ */ vue.createElementVNode("stop", {
17628
+ const _hoisted_2$e = ["id"];
17629
+ const _hoisted_3$6 = /* @__PURE__ */ vue.createElementVNode("stop", {
17608
17630
  "stop-color": "var(--el-empty-fill-color-1)",
17609
17631
  offset: "0%"
17610
17632
  }, null, -1);
@@ -17613,7 +17635,7 @@
17613
17635
  offset: "100%"
17614
17636
  }, null, -1);
17615
17637
  const _hoisted_5$3 = [
17616
- _hoisted_3$5,
17638
+ _hoisted_3$6,
17617
17639
  _hoisted_4$3
17618
17640
  ];
17619
17641
  const _hoisted_6$1 = ["id"];
@@ -17700,7 +17722,7 @@
17700
17722
  y1: "0%",
17701
17723
  x2: "61.1496914%",
17702
17724
  y2: "100%"
17703
- }, _hoisted_5$3, 8, _hoisted_2$d),
17725
+ }, _hoisted_5$3, 8, _hoisted_2$e),
17704
17726
  vue.createElementVNode("linearGradient", {
17705
17727
  id: `linearGradient-2-${_ctx.id}`,
17706
17728
  x1: "0%",
@@ -17779,7 +17801,7 @@
17779
17801
  };
17780
17802
 
17781
17803
  const _hoisted_1$m = ["src"];
17782
- const _hoisted_2$c = { key: 1 };
17804
+ const _hoisted_2$d = { key: 1 };
17783
17805
  const __default__$h = {
17784
17806
  name: "PsEmpty"
17785
17807
  };
@@ -17813,7 +17835,7 @@
17813
17835
  vue.createElementVNode("div", {
17814
17836
  class: vue.normalizeClass(vue.unref(ns).e("description"))
17815
17837
  }, [
17816
- _ctx.$slots.description ? vue.renderSlot(_ctx.$slots, "description", { key: 0 }) : (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$c, vue.toDisplayString(vue.unref(emptyDescription)), 1))
17838
+ _ctx.$slots.description ? vue.renderSlot(_ctx.$slots, "description", { key: 0 }) : (vue.openBlock(), vue.createElementBlock("p", _hoisted_2$d, vue.toDisplayString(vue.unref(emptyDescription)), 1))
17817
17839
  ], 2),
17818
17840
  _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("div", {
17819
17841
  key: 0,
@@ -17974,6 +17996,9 @@
17974
17996
  size: {
17975
17997
  type: String,
17976
17998
  values: componentSizes
17999
+ },
18000
+ widget: {
18001
+ type: String
17977
18002
  }
17978
18003
  });
17979
18004
 
@@ -18057,7 +18082,9 @@
18057
18082
  }
18058
18083
  });
18059
18084
 
18060
- const _hoisted_1$l = ["for"];
18085
+ const _hoisted_1$l = ["widget"];
18086
+ const _hoisted_2$c = ["for", "widget"];
18087
+ const _hoisted_3$5 = ["widget"];
18061
18088
  const __default__$f = {
18062
18089
  name: "PsFormItem"
18063
18090
  };
@@ -18172,7 +18199,8 @@
18172
18199
  return vue.openBlock(), vue.createElementBlock("div", {
18173
18200
  ref_key: "formItemRef",
18174
18201
  ref: formItemRef,
18175
- class: vue.normalizeClass(vue.unref(formItemClasses))
18202
+ class: vue.normalizeClass(vue.unref(formItemClasses)),
18203
+ widget: _ctx.widget
18176
18204
  }, [
18177
18205
  vue.createVNode(vue.unref(FormLabelWrap), {
18178
18206
  "is-auto-width": vue.unref(labelStyle).width === "auto",
@@ -18183,18 +18211,20 @@
18183
18211
  key: 0,
18184
18212
  for: vue.unref(labelFor),
18185
18213
  class: vue.normalizeClass(vue.unref(ns).e("label")),
18186
- style: vue.normalizeStyle(vue.unref(labelStyle))
18214
+ style: vue.normalizeStyle(vue.unref(labelStyle)),
18215
+ widget: _ctx.widget ? "form-item:label:" + _ctx.widget.split(":")[1] : void 0
18187
18216
  }, [
18188
18217
  vue.renderSlot(_ctx.$slots, "label", { label: vue.unref(currentLabel) }, () => [
18189
18218
  vue.createTextVNode(vue.toDisplayString(vue.unref(currentLabel)), 1)
18190
18219
  ])
18191
- ], 14, _hoisted_1$l)) : vue.createCommentVNode("v-if", true)
18220
+ ], 14, _hoisted_2$c)) : vue.createCommentVNode("v-if", true)
18192
18221
  ]),
18193
18222
  _: 3
18194
18223
  }, 8, ["is-auto-width", "update-all"]),
18195
18224
  vue.createElementVNode("div", {
18196
18225
  class: vue.normalizeClass(vue.unref(ns).e("content")),
18197
- style: vue.normalizeStyle(vue.unref(contentStyle))
18226
+ style: vue.normalizeStyle(vue.unref(contentStyle)),
18227
+ widget: _ctx.widget ? "form-item:default:" + _ctx.widget.split(":")[1] : void 0
18198
18228
  }, [
18199
18229
  vue.renderSlot(_ctx.$slots, "default"),
18200
18230
  vue.createVNode(vue.Transition, {
@@ -18212,8 +18242,8 @@
18212
18242
  ]),
18213
18243
  _: 3
18214
18244
  }, 8, ["name"])
18215
- ], 6)
18216
- ], 2);
18245
+ ], 14, _hoisted_3$5)
18246
+ ], 10, _hoisted_1$l);
18217
18247
  };
18218
18248
  }
18219
18249
  });
@@ -29314,11 +29344,7 @@
29314
29344
  key: `${column.id}-thead`,
29315
29345
  rowspan: column.rowSpan,
29316
29346
  style: getHeaderCellStyle(rowIndex, cellIndex, subColumns, column),
29317
- onClick: ($event) => handleHeaderClick($event, column),
29318
- onContextmenu: ($event) => handleHeaderContextMenu($event, column),
29319
- onMousedown: ($event) => handleMouseDown($event, column),
29320
- onMousemove: ($event) => handleMouseMove($event, column),
29321
- onMouseout: handleMouseOut
29347
+ widget: column.widget ? "table-column:header:" + column.widget.split(":")[1] : void 0
29322
29348
  }, [
29323
29349
  vue.h("div", {
29324
29350
  class: [
@@ -29334,15 +29360,12 @@
29334
29360
  _self: $parent
29335
29361
  }) : column.label,
29336
29362
  column.sortable && vue.h("span", {
29337
- onClick: ($event) => handleSortClick($event, column),
29338
29363
  class: "caret-wrapper"
29339
29364
  }, [
29340
29365
  vue.h("i", {
29341
- onClick: ($event) => handleSortClick($event, column, "ascending"),
29342
29366
  class: "sort-caret ascending"
29343
29367
  }),
29344
29368
  vue.h("i", {
29345
- onClick: ($event) => handleSortClick($event, column, "descending"),
29346
29369
  class: "sort-caret descending"
29347
29370
  })
29348
29371
  ]),
@@ -29640,7 +29663,8 @@
29640
29663
  rowspan,
29641
29664
  colspan,
29642
29665
  onMouseenter: ($event) => handleCellMouseEnter($event, { ...row, tooltipEffect }),
29643
- onMouseleave: handleCellMouseLeave
29666
+ onMouseleave: handleCellMouseLeave,
29667
+ widget: column.widget ? "table-column:default:" + column.widget.split(":")[1] : void 0
29644
29668
  }, [tdChildren]);
29645
29669
  }));
29646
29670
  };
@@ -31203,6 +31227,9 @@
31203
31227
  validator: (val) => {
31204
31228
  return val.every((order) => ["ascending", "descending", null].includes(order));
31205
31229
  }
31230
+ },
31231
+ widget: {
31232
+ type: String
31206
31233
  }
31207
31234
  };
31208
31235
 
@@ -31269,7 +31296,8 @@
31269
31296
  "renderHeader",
31270
31297
  "formatter",
31271
31298
  "fixed",
31272
- "resizable"
31299
+ "resizable",
31300
+ "widget"
31273
31301
  ];
31274
31302
  const sortProps = ["sortMethod", "sortBy", "sortOrders"];
31275
31303
  const selectProps = ["selectable", "reserveSelection"];