vft 0.0.507 → 0.0.511

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 (326) hide show
  1. package/dist/index.css +1 -1
  2. package/es/components/affix/affix.vue2.js +2 -2
  3. package/es/components/alert/alert.vue2.js +1 -1
  4. package/es/components/autocomplete/autocomplete.vue2.js +1 -1
  5. package/es/components/avatar/avatar.vue2.js +2 -2
  6. package/es/components/avatar-stack/avatar-stack.vue2.js +7 -7
  7. package/es/components/backtop/backtop.vue2.js +1 -1
  8. package/es/components/breadcrumb/breadcrumb-item.vue2.js +3 -3
  9. package/es/components/breadcrumb/breadcrumb.vue2.js +2 -2
  10. package/es/components/button/button-group.vue2.js +2 -2
  11. package/es/components/button/button.vue2.js +7 -7
  12. package/es/components/button/use-button.js +3 -3
  13. package/es/components/card/card.vue2.js +6 -6
  14. package/es/components/carousel/carousel-item.vue2.js +3 -3
  15. package/es/components/carousel/carousel.vue2.js +1 -1
  16. package/es/components/carousel/use-carousel.js +1 -1
  17. package/es/components/cascader/cascader.vue2.js +203 -202
  18. package/es/components/cascader-panel/index.vue2.js +1 -1
  19. package/es/components/cascader-panel/menu.vue2.js +50 -49
  20. package/es/components/cascader-panel/node.vue2.js +8 -8
  21. package/es/components/check-tag/check-tag.vue2.js +2 -2
  22. package/es/components/checkbox/checkbox-button.vue2.js +13 -13
  23. package/es/components/checkbox/checkbox-group.vue2.js +3 -3
  24. package/es/components/checkbox/checkbox.vue2.js +1 -1
  25. package/es/components/clamp/clamp.vue2.js +2 -2
  26. package/es/components/clamp-toggle/clamp-toggle.vue2.js +21 -17
  27. package/es/components/clamp-tooltip/clamp-tooltip.vue2.js +6 -6
  28. package/es/components/col/col.vue2.js +2 -2
  29. package/es/components/collapse/collapse-item.vue2.js +2 -2
  30. package/es/components/collapse/collapse.vue2.js +2 -2
  31. package/es/components/collapse-transition/collapse-transition.vue2.js +2 -2
  32. package/es/components/color-picker/color-picker.vue2.js +134 -133
  33. package/es/components/color-picker/components/alpha-slider.vue2.js +2 -2
  34. package/es/components/color-picker/components/hue-slider.vue.js +2 -2
  35. package/es/components/color-picker/components/predefine.vue.js +3 -3
  36. package/es/components/color-picker/components/sv-panel.vue.js +2 -2
  37. package/es/components/config-provider/config-provider.vue.d.ts +2 -0
  38. package/es/components/config-provider/config-provider.vue2.js +5 -4
  39. package/es/components/config-provider/constants.d.ts +1 -0
  40. package/es/components/config-provider/constants.js +3 -2
  41. package/es/components/config-provider/hooks/use-global-config.js +33 -30
  42. package/es/components/config-provider/index.d.ts +9 -0
  43. package/es/components/config-provider/index.js +6 -5
  44. package/es/components/container/aside.vue2.js +2 -2
  45. package/es/components/container/container.vue2.js +2 -2
  46. package/es/components/container/footer.vue2.js +2 -2
  47. package/es/components/container/header.vue2.js +2 -2
  48. package/es/components/container/main.vue2.js +2 -2
  49. package/es/components/context-menu/context-menu.vue2.js +1 -1
  50. package/es/components/countdown/countdown.vue2.js +2 -2
  51. package/es/components/date-picker/composables/use-basic-date-table.js +83 -82
  52. package/es/components/date-picker/composables/use-month-range-header.js +15 -14
  53. package/es/components/date-picker/composables/use-panel-date-range.js +24 -23
  54. package/es/components/date-picker/date-picker-com/basic-date-table.vue2.js +6 -6
  55. package/es/components/date-picker/date-picker-com/basic-month-table.vue2.js +40 -39
  56. package/es/components/date-picker/date-picker-com/basic-year-table.vue2.js +41 -40
  57. package/es/components/date-picker/date-picker-com/panel-date-pick.vue2.js +184 -183
  58. package/es/components/date-picker/date-picker-com/panel-date-range.vue2.js +225 -224
  59. package/es/components/date-picker/date-picker-com/panel-month-range.vue2.js +12 -12
  60. package/es/components/date-picker/date-picker-com/panel-year-range.vue2.js +12 -12
  61. package/es/components/date-picker/props/basic-date-table.js +3 -3
  62. package/es/components/date-picker/props/basic-month-table.js +3 -3
  63. package/es/components/date-picker/props/basic-year-table.js +3 -3
  64. package/es/components/date-time-select/date-time-select.vue2.js +39 -36
  65. package/es/components/descriptions/description.vue2.js +1 -1
  66. package/es/components/descriptions/descriptions-row.vue2.js +10 -10
  67. package/es/components/dialog/dialog-content.vue2.js +3 -3
  68. package/es/components/dialog/dialog.vue2.js +5 -5
  69. package/es/components/divider/divider.vue2.js +5 -5
  70. package/es/components/drawer/drawer.vue2.js +4 -4
  71. package/es/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
  72. package/es/components/dropdown/dropdown-item-impl.vue2.js +3 -3
  73. package/es/components/dropdown/dropdown-item.vue.d.ts +1 -1
  74. package/es/components/dropdown/dropdown-item.vue2.js +2 -2
  75. package/es/components/dropdown/dropdown-menu.vue2.js +2 -2
  76. package/es/components/dropdown/dropdown.vue.d.ts +1 -1
  77. package/es/components/dropdown/dropdown.vue2.js +68 -67
  78. package/es/components/dropdown/index.d.ts +33 -33
  79. package/es/components/empty/empty.vue2.js +39 -38
  80. package/es/components/footer-layout/footer-layout.vue2.js +2 -2
  81. package/es/components/form/form-item.vue2.js +16 -16
  82. package/es/components/form/form.vue2.js +2 -2
  83. package/es/components/full-screen/full-screen.vue2.js +18 -17
  84. package/es/components/header-layout/header-layout.vue2.js +1 -1
  85. package/es/components/horizontal-menu/horizontal-menu.vue2.js +3 -3
  86. package/es/components/icon/icon.vue2.js +3 -3
  87. package/es/components/icon-text/icon-text.vue2.js +1 -1
  88. package/es/components/iframe-layout/iframe-layout.vue2.js +4 -4
  89. package/es/components/iframe-layout/iframe-page.vue2.js +2 -2
  90. package/es/components/image/image.vue2.js +60 -59
  91. package/es/components/image-viewer/image-viewer.vue2.js +43 -42
  92. package/es/components/index.d.ts +1 -0
  93. package/es/components/index.js +214 -210
  94. package/es/components/input/input.vue2.js +2 -2
  95. package/es/components/input-number/input-number.vue2.js +4 -4
  96. package/es/components/input-tag/composables/use-input-tag.js +1 -1
  97. package/es/components/input-tag/input-tag.vue2.js +7 -7
  98. package/es/components/link/link.vue2.js +1 -1
  99. package/es/components/list-cell/list-cell.vue2.js +1 -1
  100. package/es/components/logo/logo.vue2.js +10 -10
  101. package/es/components/md-comment/md-comment.vue2.js +2 -2
  102. package/es/components/md-container/md-container.vue2.js +75 -74
  103. package/es/components/md-container/toc.js +37 -36
  104. package/es/components/menu/menu-collapse-transition.vue.js +2 -2
  105. package/es/components/menu/menu-item-group.vue2.js +7 -7
  106. package/es/components/menu/menu-item.vue2.js +1 -1
  107. package/es/components/message/message.vue2.js +3 -3
  108. package/es/components/message-box/index.d.ts +4 -0
  109. package/es/components/message-box/index.js +14 -0
  110. package/es/components/message-box/message-box.vue.d.ts +103 -0
  111. package/es/components/message-box/message-box.vue.js +4 -0
  112. package/es/components/message-box/message-box.vue2.js +358 -0
  113. package/es/components/message-box/method.d.ts +3 -0
  114. package/es/components/message-box/method.js +101 -0
  115. package/es/components/message-box/style/css.d.ts +2 -0
  116. package/es/components/message-box/style/css.js +3 -0
  117. package/es/components/message-box/style/index.d.ts +2 -0
  118. package/es/components/message-box/style/index.js +3 -0
  119. package/es/components/message-box/types.d.ts +202 -0
  120. package/es/components/message-box/types.js +1 -0
  121. package/es/components/modal/index.d.ts +1 -0
  122. package/es/components/modal/modal-footer-action.vue2.js +25 -24
  123. package/es/components/modal/modal.vue.d.ts +1 -0
  124. package/es/components/modal/modal.vue2.js +30 -28
  125. package/es/components/multiple-tabs/multiple-tabs.vue2.js +17 -16
  126. package/es/components/multiple-tabs/tab-content.vue2.js +2 -2
  127. package/es/components/multiple-tabs/use/use-tab-dropdown.js +54 -53
  128. package/es/components/notification/notification.vue2.js +1 -1
  129. package/es/components/overlay/overlay.vue2.js +1 -1
  130. package/es/components/page-wrapper/page-wrapper.vue2.js +2 -2
  131. package/es/components/pagination/components/jumper.vue2.js +2 -2
  132. package/es/components/pagination/components/next.vue2.js +4 -4
  133. package/es/components/pagination/components/pager.vue2.js +1 -1
  134. package/es/components/pagination/components/prev.vue2.js +4 -4
  135. package/es/components/pagination/components/sizes.vue2.js +2 -2
  136. package/es/components/pagination/components/total.vue2.js +2 -2
  137. package/es/components/popconfirm/popconfirm.vue2.js +40 -39
  138. package/es/components/popover/popover.vue2.js +1 -1
  139. package/es/components/popper/arrow.vue2.js +2 -2
  140. package/es/components/popper/content.vue2.js +2 -2
  141. package/es/components/popper/trigger.vue2.js +4 -4
  142. package/es/components/progress/progress.vue2.js +1 -1
  143. package/es/components/progress-i/progress-i.vue2.js +2 -2
  144. package/es/components/qrcode/qrcode.vue2.js +1 -1
  145. package/es/components/radio/radio-button.vue2.js +2 -2
  146. package/es/components/radio/radio-group.vue2.js +3 -3
  147. package/es/components/radio/radio.vue2.js +2 -2
  148. package/es/components/rate/rate.vue2.js +6 -6
  149. package/es/components/router-view-content/router-view-content.vue2.js +7 -7
  150. package/es/components/roving-focus-group/roving-focus-group.vue2.js +2 -2
  151. package/es/components/roving-focus-group/roving-focus-item.vue2.js +2 -2
  152. package/es/components/row/row.vue2.js +2 -2
  153. package/es/components/scrollbar/bar.vue2.js +2 -2
  154. package/es/components/scrollbar/scrollbar.vue2.js +7 -7
  155. package/es/components/scrollbar/thumb.vue2.js +2 -2
  156. package/es/components/search/search.vue2.js +78 -76
  157. package/es/components/segmented/segmented.vue2.js +7 -7
  158. package/es/components/select/group-item.vue.js +2 -2
  159. package/es/components/select/option-item.vue.js +2 -2
  160. package/es/components/select/select.vue.js +1 -1
  161. package/es/components/select/useSelect.js +232 -231
  162. package/es/components/skeleton/skeleton-item.vue2.js +2 -2
  163. package/es/components/skeleton/skeleton.vue2.js +8 -8
  164. package/es/components/slider/button.vue2.js +2 -2
  165. package/es/components/slider/slider.vue2.js +1 -1
  166. package/es/components/space/space.js +1 -1
  167. package/es/components/statistic/statistic.vue2.js +17 -17
  168. package/es/components/steps/item.vue2.js +11 -11
  169. package/es/components/steps/steps.vue2.js +2 -2
  170. package/es/components/super-form/super-form-action.vue2.js +11 -11
  171. package/es/components/super-form/super-form-item.vue2.js +5 -4
  172. package/es/components/super-form/super-form.vue2.js +7 -7
  173. package/es/components/super-form/use/helper.js +12 -12
  174. package/es/components/super-form/use/use-form.js +8 -8
  175. package/es/components/switch/switch.vue2.js +1 -1
  176. package/es/components/table/field.js +34 -33
  177. package/es/components/table/table.vue2.js +154 -157
  178. package/es/components/table/use/use-data-source.js +90 -90
  179. package/es/components/tabs/tab-bar.vue2.js +2 -2
  180. package/es/components/tabs/tab-pane.vue2.js +6 -6
  181. package/es/components/teleport/teleport.vue2.js +2 -2
  182. package/es/components/time-picker/common/picker-range-trigger.vue2.js +2 -2
  183. package/es/components/time-picker/common/picker.vue2.js +8 -8
  184. package/es/components/time-picker/time-picker-com/basic-time-spinner.vue2.js +1 -1
  185. package/es/components/time-picker/time-picker-com/panel-time-pick.vue2.js +66 -65
  186. package/es/components/time-picker/time-picker-com/panel-time-range.vue2.js +134 -133
  187. package/es/components/time-select/time-select.vue2.js +3 -3
  188. package/es/components/timeline/timeline-item.vue2.js +1 -1
  189. package/es/components/tooltip/content.vue2.js +6 -6
  190. package/es/components/tooltip/tooltip.vue2.js +1 -1
  191. package/es/components/tooltip/trigger.vue2.js +2 -2
  192. package/es/components/transfer/transfer-panel.vue2.js +59 -58
  193. package/es/components/transfer/transfer.vue2.js +70 -69
  194. package/es/components/tree/tree-node.vue.js +1 -1
  195. package/es/components/tree/tree.vue2.js +60 -59
  196. package/es/components/upload/index.d.ts +3 -3
  197. package/es/components/upload/upload-content.vue.d.ts +2 -2
  198. package/es/components/upload/upload-content.vue2.js +76 -73
  199. package/es/components/upload/upload-dragger.vue2.js +2 -2
  200. package/es/components/upload/upload-list.vue2.js +46 -45
  201. package/es/components/upload/upload.vue.d.ts +2 -2
  202. package/es/components/upload/upload.vue2.js +87 -85
  203. package/es/components/upload/utils.js +29 -29
  204. package/es/components/verify-code/verify-code.vue2.js +2 -2
  205. package/es/components/watermark/watermark.vue2.js +2 -2
  206. package/es/constants/date.d.ts +1 -1
  207. package/es/constants/date.js +9 -1
  208. package/es/hooks/use-id/index.js +2 -2
  209. package/es/hooks/use-z-index/index.js +3 -3
  210. package/es/index.d.ts +1 -0
  211. package/es/index.js +43 -38
  212. package/es/locale/index.d.js +1 -0
  213. package/es/locale/index.d.ts +26 -0
  214. package/es/locale/index.js +10 -0
  215. package/es/locale/lang/en.d.ts +183 -0
  216. package/es/locale/lang/en.js +241 -0
  217. package/es/locale/lang/zh-cn.d.ts +183 -0
  218. package/es/locale/lang/zh-cn.js +241 -0
  219. package/es/locale/lang/zh-tw.d.ts +183 -0
  220. package/es/locale/lang/zh-tw.js +241 -0
  221. package/es/locale/use-locale.d.ts +17 -0
  222. package/es/locale/use-locale.js +56 -0
  223. package/es/package.json.d.ts +1 -1
  224. package/es/package.json.js +1 -1
  225. package/es/plugin.js +5 -3
  226. package/es/utils/helper.js +2 -2
  227. package/es/utils/ns-cover.js +1 -1
  228. package/es/utils/vue/vnode.js +4 -4
  229. package/lib/components/button/use-button.cjs +1 -1
  230. package/lib/components/cascader/cascader.vue2.cjs +1 -1
  231. package/lib/components/cascader-panel/menu.vue2.cjs +4 -4
  232. package/lib/components/clamp-toggle/clamp-toggle.vue2.cjs +1 -1
  233. package/lib/components/color-picker/color-picker.vue2.cjs +1 -1
  234. package/lib/components/config-provider/config-provider.vue.d.ts +2 -0
  235. package/lib/components/config-provider/config-provider.vue2.cjs +1 -1
  236. package/lib/components/config-provider/constants.cjs +1 -1
  237. package/lib/components/config-provider/constants.d.ts +1 -0
  238. package/lib/components/config-provider/hooks/use-global-config.cjs +1 -1
  239. package/lib/components/config-provider/index.cjs +1 -1
  240. package/lib/components/config-provider/index.d.ts +9 -0
  241. package/lib/components/date-picker/composables/use-basic-date-table.cjs +1 -1
  242. package/lib/components/date-picker/composables/use-month-range-header.cjs +1 -1
  243. package/lib/components/date-picker/composables/use-panel-date-range.cjs +1 -1
  244. package/lib/components/date-picker/date-picker-com/basic-month-table.vue2.cjs +1 -1
  245. package/lib/components/date-picker/date-picker-com/basic-year-table.vue2.cjs +1 -1
  246. package/lib/components/date-picker/date-picker-com/panel-date-pick.vue2.cjs +1 -1
  247. package/lib/components/date-picker/date-picker-com/panel-date-range.vue2.cjs +1 -1
  248. package/lib/components/date-time-select/date-time-select.vue2.cjs +1 -1
  249. package/lib/components/dropdown/dropdown-item-impl.vue.d.ts +1 -1
  250. package/lib/components/dropdown/dropdown-item.vue.d.ts +1 -1
  251. package/lib/components/dropdown/dropdown.vue.d.ts +1 -1
  252. package/lib/components/dropdown/dropdown.vue2.cjs +1 -1
  253. package/lib/components/dropdown/index.d.ts +33 -33
  254. package/lib/components/empty/empty.vue2.cjs +1 -1
  255. package/lib/components/full-screen/full-screen.vue2.cjs +1 -1
  256. package/lib/components/image/image.vue2.cjs +1 -1
  257. package/lib/components/image-viewer/image-viewer.vue2.cjs +1 -1
  258. package/lib/components/index.cjs +1 -1
  259. package/lib/components/index.d.ts +1 -0
  260. package/lib/components/md-container/md-container.vue2.cjs +1 -1
  261. package/lib/components/md-container/toc.cjs +1 -1
  262. package/lib/components/message-box/index.cjs +1 -0
  263. package/lib/components/message-box/index.d.ts +4 -0
  264. package/lib/components/message-box/message-box.vue.cjs +1 -0
  265. package/lib/components/message-box/message-box.vue.d.ts +103 -0
  266. package/lib/components/message-box/message-box.vue2.cjs +1 -0
  267. package/lib/components/message-box/method.cjs +1 -0
  268. package/lib/components/message-box/method.d.ts +3 -0
  269. package/lib/components/message-box/style/css.cjs +1 -0
  270. package/lib/components/message-box/style/css.d.ts +2 -0
  271. package/lib/components/message-box/style/index.cjs +1 -0
  272. package/lib/components/message-box/style/index.d.ts +2 -0
  273. package/lib/components/message-box/types.cjs +1 -0
  274. package/lib/components/message-box/types.d.ts +202 -0
  275. package/lib/components/modal/index.d.ts +1 -0
  276. package/lib/components/modal/modal-footer-action.vue2.cjs +1 -1
  277. package/lib/components/modal/modal.vue.d.ts +1 -0
  278. package/lib/components/modal/modal.vue2.cjs +1 -1
  279. package/lib/components/multiple-tabs/multiple-tabs.vue2.cjs +1 -1
  280. package/lib/components/multiple-tabs/use/use-tab-dropdown.cjs +1 -1
  281. package/lib/components/popconfirm/popconfirm.vue2.cjs +1 -1
  282. package/lib/components/search/search.vue2.cjs +1 -1
  283. package/lib/components/select/useSelect.cjs +1 -1
  284. package/lib/components/super-form/super-form-item.vue2.cjs +1 -1
  285. package/lib/components/super-form/use/helper.cjs +1 -1
  286. package/lib/components/super-form/use/use-form.cjs +1 -1
  287. package/lib/components/table/field.cjs +1 -1
  288. package/lib/components/table/table.vue2.cjs +1 -1
  289. package/lib/components/table/use/use-data-source.cjs +1 -1
  290. package/lib/components/time-picker/time-picker-com/panel-time-pick.vue2.cjs +1 -1
  291. package/lib/components/time-picker/time-picker-com/panel-time-range.vue2.cjs +1 -1
  292. package/lib/components/transfer/transfer-panel.vue2.cjs +1 -1
  293. package/lib/components/transfer/transfer.vue2.cjs +1 -1
  294. package/lib/components/tree/tree.vue2.cjs +1 -1
  295. package/lib/components/upload/index.d.ts +3 -3
  296. package/lib/components/upload/upload-content.vue.d.ts +2 -2
  297. package/lib/components/upload/upload-content.vue2.cjs +1 -1
  298. package/lib/components/upload/upload-list.vue2.cjs +1 -1
  299. package/lib/components/upload/upload.vue.d.ts +2 -2
  300. package/lib/components/upload/upload.vue2.cjs +1 -1
  301. package/lib/components/upload/utils.cjs +1 -1
  302. package/lib/constants/date.cjs +1 -1
  303. package/lib/constants/date.d.ts +1 -1
  304. package/lib/index.cjs +1 -1
  305. package/lib/index.d.ts +1 -0
  306. package/lib/locale/index.cjs +1 -0
  307. package/lib/locale/index.d.cjs +1 -0
  308. package/lib/locale/index.d.ts +26 -0
  309. package/lib/locale/lang/en.cjs +1 -0
  310. package/lib/locale/lang/en.d.ts +183 -0
  311. package/lib/locale/lang/zh-cn.cjs +1 -0
  312. package/lib/locale/lang/zh-cn.d.ts +183 -0
  313. package/lib/locale/lang/zh-tw.cjs +1 -0
  314. package/lib/locale/lang/zh-tw.d.ts +183 -0
  315. package/lib/locale/use-locale.cjs +1 -0
  316. package/lib/locale/use-locale.d.ts +17 -0
  317. package/lib/package.json.cjs +1 -1
  318. package/lib/package.json.d.ts +1 -1
  319. package/lib/plugin.cjs +1 -1
  320. package/package.json +2 -2
  321. package/theme-style/index.css +1 -1
  322. package/theme-style/src/super-form.scss +0 -1
  323. package/theme-style/src/table.scss +4 -0
  324. package/theme-style/vft-super-form.css +1 -1
  325. package/theme-style/vft-table.css +1 -1
  326. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- import { defineComponent as J, inject as j, ref as I, computed as s, markRaw as _, watch as de, resolveComponent as me, createElementBlock as v, openBlock as c, normalizeStyle as E, unref as i, normalizeClass as f, createCommentVNode as g, Fragment as D, renderList as ve, createVNode as z, withCtx as P, withDirectives as W, createBlock as w, resolveDynamicComponent as x, vShow as R, toDisplayString as fe } from "vue";
1
+ import { defineComponent as J, inject as j, ref as I, computed as s, markRaw as _, watch as de, resolveComponent as me, openBlock as c, createElementBlock as v, normalizeStyle as E, unref as i, normalizeClass as f, Fragment as g, renderList as ve, createVNode as z, withCtx as P, withDirectives as W, createBlock as w, resolveDynamicComponent as x, vShow as R, createCommentVNode as D, toDisplayString as fe } from "vue";
2
2
  import { EVENT_CODE as b } from "../../constants/aria.js";
3
3
  import { UPDATE_MODEL_EVENT as M, CHANGE_EVENT as q } from "../../constants/event.js";
4
4
  import { isArray as S, isObject as G, isString as U, hasClass as X } from "@vft/utils";
@@ -131,7 +131,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
131
131
  style: E(te.value),
132
132
  onKeydown: ce
133
133
  }, [
134
- (c(!0), v(D, null, ve(l.max, (u, h) => (c(), v("span", {
134
+ (c(!0), v(g, null, ve(l.max, (u, h) => (c(), v("span", {
135
135
  key: h,
136
136
  class: f(i(r).e("item")),
137
137
  onMousemove: (n) => O(u, n),
@@ -146,7 +146,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
146
146
  ])
147
147
  }, {
148
148
  default: P(() => [
149
- K(u) ? g("", !0) : (c(), v(D, { key: 0 }, [
149
+ K(u) ? D("", !0) : (c(), v(g, { key: 0 }, [
150
150
  W((c(), w(x(ie.value), null, null, 512)), [
151
151
  [R, u <= t.value]
152
152
  ]),
@@ -154,7 +154,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
154
154
  [R, !(u <= t.value)]
155
155
  ])
156
156
  ], 64)),
157
- K(u) ? (c(), v(D, { key: 1 }, [
157
+ K(u) ? (c(), v(g, { key: 1 }, [
158
158
  (c(), w(x(F.value), {
159
159
  class: f([i(r).em("decimal", "box")])
160
160
  }, null, 8, ["class"])),
@@ -167,7 +167,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
167
167
  ]),
168
168
  _: 1
169
169
  }, 8, ["style", "class"])
170
- ], 64)) : g("", !0)
170
+ ], 64)) : D("", !0)
171
171
  ]),
172
172
  _: 2
173
173
  }, 1032, ["class"])
@@ -176,7 +176,7 @@ const ye = ["id", "aria-label", "aria-labelledby", "aria-valuenow", "aria-valuet
176
176
  key: 0,
177
177
  class: f(i(r).e("text")),
178
178
  style: E({ color: l.textColor })
179
- }, fe(k.value), 7)) : g("", !0)
179
+ }, fe(k.value), 7)) : D("", !0)
180
180
  ], 46, ye);
181
181
  };
182
182
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent as v, computed as d, resolveComponent as A, createBlock as t, openBlock as n, withCtx as m, createVNode as s, unref as o, KeepAlive as k, createCommentVNode as g, resolveDynamicComponent as f, Transition as x, mergeProps as C } from "vue";
1
+ import { defineComponent as v, computed as d, resolveComponent as A, openBlock as t, createBlock as n, withCtx as m, createVNode as s, unref as o, KeepAlive as k, resolveDynamicComponent as f, createCommentVNode as g, Transition as x, mergeProps as C } from "vue";
2
2
  import { getRouterKeyPath as N } from "@vft/router";
3
3
  import { createReusableTemplate as R } from "@vueuse/core";
4
4
  const K = v({
@@ -20,25 +20,25 @@ const K = v({
20
20
  }), [y, c] = R();
21
21
  return (a, i) => {
22
22
  const r = A("router-view");
23
- return n(), t(r, { name: e.name }, {
23
+ return t(), n(r, { name: e.name }, {
24
24
  default: m(({ Component: u, route: l }) => [
25
25
  s(o(y), null, {
26
26
  default: m(() => [
27
- e.openKeepAlive ? (n(), t(k, {
27
+ e.openKeepAlive ? (t(), n(k, {
28
28
  key: 0,
29
29
  include: h.value,
30
30
  exclude: p.value(l)
31
31
  }, [
32
- e.isReloadFlag ? (n(), t(f(u), {
32
+ e.isReloadFlag ? (t(), n(f(u), {
33
33
  key: o(N)(l)
34
34
  })) : g("", !0)
35
- ], 1032, ["include", "exclude"])) : (n(), t(f(u), {
35
+ ], 1032, ["include", "exclude"])) : (t(), n(f(u), {
36
36
  key: l.fullPath
37
37
  }))
38
38
  ]),
39
39
  _: 2
40
40
  }, 1024),
41
- e.transitionName ? (n(), t(x, C({
41
+ e.transitionName ? (t(), n(x, C({
42
42
  key: 0,
43
43
  name: e.transitionName
44
44
  }, e.transitionAttr), {
@@ -46,7 +46,7 @@ const K = v({
46
46
  s(o(c))
47
47
  ]),
48
48
  _: 1
49
- }, 16, ["name"])) : (n(), t(o(c), { key: 1 }))
49
+ }, 16, ["name"])) : (t(), n(o(c), { key: 1 }))
50
50
  ]),
51
51
  _: 1
52
52
  }, 8, ["name"]);
@@ -1,4 +1,4 @@
1
- import { defineComponent as t, createBlock as c, openBlock as l, unref as u, withCtx as e, createVNode as a, normalizeProps as f, guardReactiveProps as p, renderSlot as s } from "vue";
1
+ import { defineComponent as t, openBlock as c, createBlock as l, unref as u, withCtx as e, createVNode as a, normalizeProps as f, guardReactiveProps as p, renderSlot as s } from "vue";
2
2
  import r from "./roving-focus-group-impl.vue2.js";
3
3
  import { VftCollection as n } from "./types.js";
4
4
  const i = t({
@@ -10,7 +10,7 @@ const i = t({
10
10
  }), C = /* @__PURE__ */ t({
11
11
  ...i,
12
12
  setup(m) {
13
- return (o, _) => (l(), c(u(n), null, {
13
+ return (o, _) => (c(), l(u(n), null, {
14
14
  default: e(() => [
15
15
  a(r, f(p(o.$attrs)), {
16
16
  default: e(() => [
@@ -1,4 +1,4 @@
1
- import { defineComponent as p, inject as l, ref as g, unref as r, nextTick as x, computed as d, provide as R, createBlock as G, openBlock as K, withCtx as V, renderSlot as S } from "vue";
1
+ import { defineComponent as p, inject as l, ref as g, unref as r, nextTick as x, computed as d, provide as R, openBlock as G, createBlock as K, withCtx as V, renderSlot as S } from "vue";
2
2
  import { EVENT_CODE as U } from "../../constants/aria.js";
3
3
  import "@vueuse/core";
4
4
  import "@vft/utils";
@@ -83,7 +83,7 @@ const j = p({
83
83
  handleMousedown: T,
84
84
  handleFocus: F,
85
85
  handleKeydown: h
86
- }), (e, m) => (K(), G(r(I), {
86
+ }), (e, m) => (G(), K(r(I), {
87
87
  id: r(n),
88
88
  focusable: s.focusable,
89
89
  active: s.active
@@ -1,4 +1,4 @@
1
- import { defineComponent as o, provide as s, computed as r, createBlock as n, openBlock as m, resolveDynamicComponent as u, normalizeStyle as f, normalizeClass as c, withCtx as g, renderSlot as d } from "vue";
1
+ import { defineComponent as o, provide as s, computed as r, openBlock as n, createBlock as m, resolveDynamicComponent as u, normalizeStyle as f, normalizeClass as c, withCtx as g, renderSlot as d } from "vue";
2
2
  import "@vueuse/core";
3
3
  import "@vft/utils";
4
4
  import "../config-provider/hooks/use-global-config.js";
@@ -34,7 +34,7 @@ const v = o({
34
34
  a.is(`align-${t.align}`, t.align !== "top"),
35
35
  t.className
36
36
  ]);
37
- return (e, w) => (m(), n(u(t.tag), {
37
+ return (e, w) => (n(), m(u(t.tag), {
38
38
  class: c(l.value),
39
39
  style: f(i.value)
40
40
  }, {
@@ -1,4 +1,4 @@
1
- import { defineComponent as m, ref as i, createElementBlock as u, openBlock as h, Fragment as d, createVNode as n } from "vue";
1
+ import { defineComponent as m, ref as i, openBlock as u, createElementBlock as h, Fragment as d, createVNode as n } from "vue";
2
2
  import r from "./thumb.vue2.js";
3
3
  import { GAP as s } from "./util.js";
4
4
  const z = /* @__PURE__ */ m({
@@ -19,7 +19,7 @@ const z = /* @__PURE__ */ m({
19
19
  o.value = t.scrollTop * 100 / l * e.ratioY, a.value = t.scrollLeft * 100 / c * e.ratioX;
20
20
  }
21
21
  }
22
- }), (t, l) => (h(), u(d, null, [
22
+ }), (t, l) => (u(), h(d, null, [
23
23
  n(r, {
24
24
  move: a.value,
25
25
  ratio: e.ratioX,
@@ -1,4 +1,4 @@
1
- import { defineComponent as W, ref as o, computed as h, watch as k, nextTick as T, provide as D, reactive as G, onMounted as X, onUpdated as Y, createElementBlock as q, openBlock as y, normalizeClass as w, unref as F, createElementVNode as I, createBlock as B, createCommentVNode as J, normalizeStyle as E, resolveDynamicComponent as Q, withCtx as Z, renderSlot as _ } from "vue";
1
+ import { defineComponent as W, ref as o, computed as h, watch as k, nextTick as T, provide as D, reactive as G, onMounted as X, onUpdated as Y, openBlock as y, createElementBlock as q, normalizeClass as w, unref as F, createElementVNode as I, normalizeStyle as B, createBlock as E, resolveDynamicComponent as J, withCtx as Q, renderSlot as Z, createCommentVNode as _ } from "vue";
2
2
  import { isNumber as i, isObject as ee } from "@vft/utils";
3
3
  import { useResizeObserver as te, useEventListener as le } from "@vueuse/core";
4
4
  import { debugWarn as N } from "../../utils/error.js";
@@ -116,22 +116,22 @@ const L = "ElScrollbar", ie = W({
116
116
  ref_key: "wrapRef",
117
117
  ref: l,
118
118
  class: w(j.value),
119
- style: E($.value),
119
+ style: B($.value),
120
120
  onScroll: H
121
121
  }, [
122
- (y(), B(Q(t.tag), {
122
+ (y(), E(J(t.tag), {
123
123
  ref_key: "resizeRef",
124
124
  ref: x,
125
125
  class: w(K.value),
126
- style: E(t.viewStyle)
126
+ style: B(t.viewStyle)
127
127
  }, {
128
- default: Z(() => [
129
- _(e.$slots, "default")
128
+ default: Q(() => [
129
+ Z(e.$slots, "default")
130
130
  ]),
131
131
  _: 3
132
132
  }, 8, ["class", "style"]))
133
133
  ], 38),
134
- t.native ? J("", !0) : (y(), B(oe, {
134
+ t.native ? _("", !0) : (y(), E(oe, {
135
135
  key: 0,
136
136
  ref_key: "barRef",
137
137
  ref: m,
@@ -1,4 +1,4 @@
1
- import { defineComponent as T, inject as D, ref as i, computed as E, onBeforeUnmount as N, toRef as S, createBlock as A, openBlock as O, Transition as j, unref as m, withCtx as K, withDirectives as U, createElementVNode as z, normalizeClass as C, normalizeStyle as I, vShow as V } from "vue";
1
+ import { defineComponent as T, inject as D, ref as i, computed as E, onBeforeUnmount as N, toRef as S, openBlock as A, createBlock as O, Transition as j, unref as m, withCtx as K, withDirectives as U, createElementVNode as z, normalizeClass as C, normalizeStyle as I, vShow as V } from "vue";
2
2
  import { useEventListener as P, isClient as _ } from "@vueuse/core";
3
3
  import "@vft/utils";
4
4
  import { throwError as q } from "../../utils/error.js";
@@ -78,7 +78,7 @@ const W = "Thumb", ce = /* @__PURE__ */ T({
78
78
  S(o, "scrollbarElement"),
79
79
  "mouseleave",
80
80
  H
81
- ), (t, n) => (O(), A(j, {
81
+ ), (t, n) => (A(), O(j, {
82
82
  name: m(s).b("fade")
83
83
  }, {
84
84
  default: K(() => [
@@ -1,21 +1,22 @@
1
- import { defineComponent as g, ref as a, computed as u, createElementBlock as V, openBlock as h, Fragment as T, withDirectives as X, createBlock as Y, createCommentVNode as Z, normalizeStyle as _, normalizeClass as w, unref as l, createVNode as ee, mergeProps as B, createSlots as oe, withCtx as i, renderSlot as r, createElementVNode as te } from "vue";
2
- import { VftInput as ne } from "../input/index.js";
3
- import { VftPopover as ae } from "../popover/index.js";
1
+ import { defineComponent as g, computed as i, ref as l, openBlock as h, createElementBlock as V, Fragment as Y, withDirectives as Z, normalizeStyle as _, normalizeClass as w, unref as a, createVNode as ee, mergeProps as B, createSlots as oe, withCtx as r, renderSlot as s, createBlock as te, createElementVNode as ne, createCommentVNode as le } from "vue";
2
+ import { VftInput as ae } from "../input/index.js";
3
+ import { VftPopover as ie } from "../popover/index.js";
4
4
  import "@vueuse/core";
5
5
  import "@vft/utils";
6
6
  import { addUnit as d } from "../../utils/helper.js";
7
7
  import { generateCssVars as b } from "../../utils/ns-cover.js";
8
8
  import "lodash-es";
9
9
  import "../form/index.js";
10
- import { useNamespace as le } from "../../hooks/use-namespace/index.js";
10
+ import { useNamespace as re } from "../../hooks/use-namespace/index.js";
11
11
  import "../../hooks/use-model-toggle/index.js";
12
12
  import "@popperjs/core";
13
13
  import "../../hooks/use-z-index/index.js";
14
- import { ClickOutside as ie } from "@vft/directives";
15
- const re = g({
14
+ import se from "../../locale/use-locale.js";
15
+ import { ClickOutside as ue } from "@vft/directives";
16
+ const de = g({
16
17
  name: "vft-search"
17
- }), Be = /* @__PURE__ */ g({
18
- ...re,
18
+ }), xe = /* @__PURE__ */ g({
19
+ ...de,
19
20
  props: {
20
21
  width: { default: 200 },
21
22
  activeWidth: {},
@@ -31,7 +32,7 @@ const re = g({
31
32
  autocomplete: {},
32
33
  formatter: {},
33
34
  parser: {},
34
- placeholder: { default: "请输入你要搜索的内容" },
35
+ placeholder: {},
35
36
  form: {},
36
37
  readonly: { type: Boolean },
37
38
  clearable: { type: Boolean, default: !0 },
@@ -47,169 +48,170 @@ const re = g({
47
48
  inputStyle: { type: [Boolean, null, String, Object, Array] }
48
49
  },
49
50
  emits: ["update:modelValue", "blur", "focus", "clear", "enter", "prefixClick", "suffixClick", "mouseenter", "mouseleave", "keydown", "change", "input", "compositionstart", "compositionupdate", "compositionend"],
50
- setup(o, { expose: x, emit: P }) {
51
- const t = P, f = le("search"), y = a(), C = a(), c = a(), p = a(!1), m = a(!1), n = a(!1), R = u(
51
+ setup(o, { expose: P, emit: x }) {
52
+ const { t: R } = se(), t = x, f = re("search"), S = i(() => o.placeholder || R("vft.search.placeholder")), y = l(), C = l(), c = l(), p = l(!1), m = l(!1), n = l(!1), $ = i(
52
53
  () => b(
53
54
  {
54
55
  width: o.activeWidth && (n.value || o.modelValue) ? d(o.activeWidth) : d(o.width)
55
56
  },
56
57
  "input"
57
58
  )
58
- ), S = u(
59
+ ), E = i(
59
60
  () => b(
60
61
  {
61
62
  "active-width": o.activeWidth ? d(o.activeWidth) : d(o.width)
62
63
  },
63
64
  "search"
64
65
  )
65
- ), $ = u(() => ({
66
+ ), W = i(() => ({
66
67
  "show-arrow": !1,
67
68
  transition: "vft-zoom-in-top",
68
69
  placement: "bottom-start",
69
70
  offset: 3,
70
71
  width: 500,
71
72
  ...o.popoverCfg
72
- })), E = (e) => {
73
+ })), z = (e) => {
73
74
  t("update:modelValue", e), t("input", e);
74
- }, W = () => {
75
+ }, I = () => {
75
76
  v();
76
77
  };
77
- function z() {
78
+ function M() {
78
79
  n.value = !0;
79
80
  }
80
81
  function v() {
81
82
  n.value = !1;
82
83
  }
83
- const I = () => {
84
- t("clear"), s(!1);
84
+ const U = () => {
85
+ t("clear"), u(!1);
85
86
  };
86
- function M() {
87
+ function F() {
87
88
  m.value = !0, t("mouseenter", o.modelValue);
88
89
  }
89
- function U() {
90
+ function N() {
90
91
  m.value = !1, t("mouseleave", o.modelValue);
91
92
  }
92
- const F = () => {
93
+ const O = () => {
93
94
  n.value = !0, p.value = !0, t("focus");
94
95
  };
95
- function N() {
96
+ function L() {
96
97
  p.value = !1, t("blur");
97
98
  }
98
- function O() {
99
- s(), t("prefixClick", o.modelValue);
100
- }
101
99
  function j() {
102
- s(), t("suffixClick", o.modelValue);
100
+ u(), t("prefixClick", o.modelValue);
103
101
  }
104
102
  function A() {
105
- s(), t("enter", o.modelValue);
103
+ u(), t("suffixClick", o.modelValue);
106
104
  }
107
- function s(e = !0) {
105
+ function D() {
106
+ u(), t("enter", o.modelValue);
107
+ }
108
+ function u(e = !0) {
108
109
  o.usePopover && v(), e && c.value.blur();
109
110
  }
110
- const D = (e) => {
111
+ const K = (e) => {
111
112
  t("keydown", e);
112
- }, K = u(() => y.value?.popperRef?.contentRef), L = (e) => {
113
+ }, H = i(() => y.value?.popperRef?.contentRef), q = (e) => {
113
114
  t("update:modelValue", e);
114
- }, H = (e) => {
115
+ }, G = (e) => {
115
116
  t("change", e);
116
- }, q = (e) => {
117
+ }, J = (e) => {
117
118
  t("compositionstart", e);
118
- }, G = (e) => {
119
+ }, Q = (e) => {
119
120
  t("compositionupdate", e);
120
- }, J = (e) => {
121
+ }, T = (e) => {
121
122
  t("compositionend", e);
122
123
  };
123
- return x({
124
+ return P({
124
125
  isFocus: p,
125
126
  isHover: m,
126
127
  visible: n,
127
128
  hidePopover: v,
128
- showPopover: z,
129
+ showPopover: M,
129
130
  inputRef: c
130
- }), (e, k) => (h(), V(T, null, [
131
- X((h(), V("div", {
131
+ }), (e, k) => (h(), V(Y, null, [
132
+ Z((h(), V("div", {
132
133
  ref_key: "searchRef",
133
134
  ref: C,
134
- class: w([l(f).b(), l(f).is("active", !!n.value || !!o.modelValue)]),
135
- style: _(S.value)
135
+ class: w([a(f).b(), a(f).is("active", !!n.value || !!o.modelValue)]),
136
+ style: _(E.value)
136
137
  }, [
137
- ee(l(ne), B({
138
+ ee(a(ae), B({
138
139
  ref_key: "inputRef",
139
140
  ref: c
140
141
  }, e.$props, {
141
- "input-style": R.value,
142
- onInput: E,
143
- onFocus: F,
144
- onEnter: A,
145
- onBlur: N,
146
- onMouseenter: M,
147
- "onUpdate:modelValue": L,
148
- onMouseleave: U,
149
- onPrefixClick: O,
150
- onSuffixClick: j,
151
- onChange: H,
152
- onKeydown: D,
153
- onClear: I,
154
- onCompositionstart: q,
155
- onCompositionupdate: G,
156
- onCompositionend: J
142
+ placeholder: S.value,
143
+ "input-style": $.value,
144
+ onInput: z,
145
+ onFocus: O,
146
+ onEnter: D,
147
+ onBlur: L,
148
+ onMouseenter: F,
149
+ "onUpdate:modelValue": q,
150
+ onMouseleave: N,
151
+ onPrefixClick: j,
152
+ onSuffixClick: A,
153
+ onChange: G,
154
+ onKeydown: K,
155
+ onClear: U,
156
+ onCompositionstart: J,
157
+ onCompositionupdate: Q,
158
+ onCompositionend: T
157
159
  }), oe({ _: 2 }, [
158
160
  e.$slots.prefix ? {
159
161
  name: "prefix",
160
- fn: i(() => [
161
- r(e.$slots, "prefix")
162
+ fn: r(() => [
163
+ s(e.$slots, "prefix")
162
164
  ]),
163
165
  key: "0"
164
166
  } : void 0,
165
167
  e.$slots.suffix ? {
166
168
  name: "suffix",
167
- fn: i(() => [
168
- r(e.$slots, "suffix")
169
+ fn: r(() => [
170
+ s(e.$slots, "suffix")
169
171
  ]),
170
172
  key: "1"
171
173
  } : void 0,
172
174
  e.$slots.prepend ? {
173
175
  name: "prepend",
174
- fn: i(() => [
175
- r(e.$slots, "prepend")
176
+ fn: r(() => [
177
+ s(e.$slots, "prepend")
176
178
  ]),
177
179
  key: "2"
178
180
  } : void 0,
179
181
  e.$slots.append ? {
180
182
  name: "append",
181
- fn: i(() => [
182
- r(e.$slots, "append")
183
+ fn: r(() => [
184
+ s(e.$slots, "append")
183
185
  ]),
184
186
  key: "3"
185
187
  } : void 0
186
- ]), 1040, ["input-style"])
188
+ ]), 1040, ["placeholder", "input-style"])
187
189
  ], 6)), [
188
- [l(ie), W, K.value]
190
+ [a(ue), I, H.value]
189
191
  ]),
190
- o.usePopover ? (h(), Y(l(ae), B({
192
+ o.usePopover ? (h(), te(a(ie), B({
191
193
  key: 0,
192
194
  style: { "--vft-transition-duration": "3s" },
193
195
  ref_key: "popoverRef",
194
196
  ref: y
195
- }, $.value, {
197
+ }, W.value, {
196
198
  "virtual-ref": C.value,
197
199
  visible: n.value,
198
- "onUpdate:visible": k[0] || (k[0] = (Q) => n.value = Q),
200
+ "onUpdate:visible": k[0] || (k[0] = (X) => n.value = X),
199
201
  "virtual-triggering": ""
200
202
  }), {
201
- default: i(() => [
202
- te("div", {
203
- class: w(l(f).e("content"))
203
+ default: r(() => [
204
+ ne("div", {
205
+ class: w(a(f).e("content"))
204
206
  }, [
205
- r(e.$slots, "default")
207
+ s(e.$slots, "default")
206
208
  ], 2)
207
209
  ]),
208
210
  _: 3
209
- }, 16, ["virtual-ref", "visible"])) : Z("", !0)
211
+ }, 16, ["virtual-ref", "visible"])) : le("", !0)
210
212
  ], 64));
211
213
  }
212
214
  });
213
215
  export {
214
- Be as default
216
+ xe as default
215
217
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent as _, ref as A, reactive as B, computed as c, watch as E, createElementBlock as b, createCommentVNode as R, openBlock as h, unref as a, normalizeClass as r, createElementVNode as d, normalizeStyle as q, Fragment as H, renderList as W, renderSlot as j, createTextVNode as G, toDisplayString as M } from "vue";
1
+ import { defineComponent as _, ref as A, reactive as B, computed as c, watch as E, openBlock as b, createElementBlock as h, unref as a, normalizeClass as r, createElementVNode as d, normalizeStyle as R, Fragment as q, renderList as H, renderSlot as W, createTextVNode as j, toDisplayString as G, createCommentVNode as M } from "vue";
2
2
  import { useActiveElement as U, useResizeObserver as J } from "@vueuse/core";
3
3
  import { isObject as g } from "@vft/utils";
4
4
  import { debugWarn as K } from "../../utils/error.js";
@@ -75,7 +75,7 @@ const ce = ["id", "aria-label", "aria-labelledby"], de = ["name", "disabled", "c
75
75
  {
76
76
  flush: "post"
77
77
  }
78
- ), (e, o) => e.options.length ? (h(), b("div", {
78
+ ), (e, o) => e.options.length ? (b(), h("div", {
79
79
  key: 0,
80
80
  id: a(F),
81
81
  ref_key: "segmentedRef",
@@ -89,10 +89,10 @@ const ce = ["id", "aria-label", "aria-labelledby"], de = ["name", "disabled", "c
89
89
  class: r([a(l).e("group"), a(l).m(s.direction)])
90
90
  }, [
91
91
  d("div", {
92
- style: q(Y.value),
92
+ style: R(Y.value),
93
93
  class: r(x.value)
94
94
  }, null, 6),
95
- (h(!0), b(H, null, W(e.options, (n, P) => (h(), b("label", {
95
+ (b(!0), h(q, null, H(e.options, (n, P) => (b(), h("label", {
96
96
  key: P,
97
97
  class: r(T(n))
98
98
  }, [
@@ -107,13 +107,13 @@ const ce = ["id", "aria-label", "aria-labelledby"], de = ["name", "disabled", "c
107
107
  d("div", {
108
108
  class: r(a(l).e("item-label"))
109
109
  }, [
110
- j(e.$slots, "default", { item: n }, () => [
111
- G(M(z(n)), 1)
110
+ W(e.$slots, "default", { item: n }, () => [
111
+ j(G(z(n)), 1)
112
112
  ])
113
113
  ], 2)
114
114
  ], 2))), 128))
115
115
  ], 2)
116
- ], 10, ce)) : R("", !0);
116
+ ], 10, ce)) : M("", !0);
117
117
  }
118
118
  });
119
119
  export {
@@ -1,8 +1,8 @@
1
1
  import t from "./group-item.vue2.js";
2
- import { createElementBlock as o, openBlock as r, normalizeStyle as i, normalizeClass as l, toDisplayString as s } from "vue";
2
+ import { openBlock as o, createElementBlock as r, normalizeStyle as i, normalizeClass as l, toDisplayString as s } from "vue";
3
3
  import n from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  function p(e, a, m, c, f, u) {
5
- return r(), o("div", {
5
+ return o(), r("div", {
6
6
  class: l(e.ns.be("group", "title")),
7
7
  style: i({ ...e.style, lineHeight: `${e.height}px` })
8
8
  }, s(e.item.label), 7);
@@ -1,9 +1,9 @@
1
1
  import o from "./option-item.vue2.js";
2
- import { createElementBlock as l, openBlock as n, withModifiers as r, normalizeClass as d, normalizeStyle as t, renderSlot as a, createElementVNode as m, toDisplayString as p } from "vue";
2
+ import { openBlock as l, createElementBlock as n, withModifiers as r, normalizeClass as d, normalizeStyle as t, renderSlot as a, createElementVNode as m, toDisplayString as p } from "vue";
3
3
  import f from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const u = ["aria-selected"];
5
5
  function b(e, s, k, v, $, g) {
6
- return n(), l("li", {
6
+ return l(), n("li", {
7
7
  "aria-selected": e.selected,
8
8
  style: t(e.style),
9
9
  class: d([
@@ -1,5 +1,5 @@
1
1
  import I from "./select.vue2.js";
2
- import { resolveComponent as m, resolveDirective as R, withDirectives as w, createElementBlock as p, openBlock as a, normalizeClass as o, createVNode as u, withCtx as t, createSlots as M, renderSlot as i, normalizeProps as D, guardReactiveProps as E, createElementVNode as n, toDisplayString as f, withModifiers as r, createCommentVNode as d, createBlock as b, Fragment as h, renderList as $, normalizeStyle as k, createTextVNode as T, withKeys as g, vModelText as B, vShow as K } from "vue";
2
+ import { resolveComponent as m, resolveDirective as R, withDirectives as w, openBlock as a, createElementBlock as p, normalizeClass as o, createVNode as u, withCtx as t, createSlots as M, renderSlot as i, normalizeProps as D, guardReactiveProps as E, createElementVNode as n, toDisplayString as f, withModifiers as r, createCommentVNode as d, Fragment as h, renderList as $, normalizeStyle as k, createTextVNode as T, createBlock as b, withKeys as g, vModelText as B, vShow as K } from "vue";
3
3
  import L from "../../_virtual/_plugin-vue_export-helper.js";
4
4
  const P = ["id", "autocomplete", "tabindex", "aria-expanded", "aria-label", "disabled", "readonly", "name"], N = ["textContent"], O = { key: 1 };
5
5
  function H(e, s, U, A, F, j) {