@sdata/web-vue 3.16.1 → 3.18.0

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 (426) hide show
  1. package/dist/sd.css +81 -0
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  4. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
  5. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +1 -1
  6. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +1 -1
  7. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +1 -1
  8. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  9. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +4 -4
  10. package/es/_hooks/use-cursor.js +4 -2
  11. package/es/_hooks/use-scrollbar.js +1 -1
  12. package/es/_utils/color.js +2 -2
  13. package/es/_utils/date.js +20 -20
  14. package/es/_utils/floating.d.ts +8 -0
  15. package/es/_utils/floating.js +54 -0
  16. package/es/_utils/global-config.js +1 -1
  17. package/es/_utils/is-equal.js +1 -1
  18. package/es/_utils/keyboard.js +3 -2
  19. package/es/_utils/omit.js +1 -1
  20. package/es/_utils/responsive-observe.js +2 -2
  21. package/es/_utils/virtual-dropdown.js +2 -2
  22. package/es/_utils/vue-utils.js +1 -1
  23. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/asyncToGenerator.js +2 -2
  24. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/defineProperty.js +3 -3
  25. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/extends.js +2 -2
  26. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectDestructuringEmpty.js +2 -2
  27. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectSpread2.js +3 -3
  28. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutProperties.js +3 -3
  29. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/objectWithoutPropertiesLoose.js +2 -2
  30. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/toPrimitive.js +3 -3
  31. package/es/_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/toPropertyKey.js +9 -0
  32. package/es/_virtual/{_@oxc-project_runtime@0.133.0 → _@oxc-project_runtime@0.139.0}/helpers/esm/typeof.js +2 -2
  33. package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +1 -1
  34. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
  35. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +1 -1
  36. package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +5 -2
  37. package/es/anchor/index.js +1 -1
  38. package/es/auto-complete/auto-complete.d.ts +7 -0
  39. package/es/auto-complete/auto-complete.js +34 -27
  40. package/es/auto-complete/index.d.ts +9 -0
  41. package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +6 -6
  42. package/es/avatar/index.js +1 -1
  43. package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +1 -1
  44. package/es/badge/badge.d.ts +1 -1
  45. package/es/badge/badge.js +2 -2
  46. package/es/badge/index.d.ts +3 -3
  47. package/es/basic-crud-table/basic-crud-modal.vue.d.ts +6 -6
  48. package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +4 -3
  49. package/es/basic-crud-table/basic-crud-table.vue.d.ts +18 -18
  50. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +2 -2
  51. package/es/basic-crud-table/index.d.ts +54 -54
  52. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +1 -1
  53. package/es/border-beam/styles.js +1 -1
  54. package/es/breadcrumb/index.js +1 -1
  55. package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
  56. package/es/button/button.vue.d.ts +8 -4
  57. package/es/button/button.vue_vue_type_script_setup_true_lang.js +34 -15
  58. package/es/button/index.d.ts +4 -0
  59. package/es/button/index.js +1 -1
  60. package/es/button/style/index.css +11 -0
  61. package/es/button/style/index.scss +12 -0
  62. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +6 -11
  63. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +3 -12
  64. package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +3 -4
  65. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +3 -6
  66. package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +4 -1
  67. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +1 -1
  68. package/es/card/index.js +1 -1
  69. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  70. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
  71. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
  72. package/es/carousel/carousel.js +1 -1
  73. package/es/carousel/index.js +1 -1
  74. package/es/cascader/base-cascader-panel.js +1 -1
  75. package/es/cascader/cascader-column.js +1 -1
  76. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
  77. package/es/cascader/cascader-search-panel.js +1 -1
  78. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +138 -132
  79. package/es/cascader/index.js +1 -1
  80. package/es/cascader/types.d.ts +2 -0
  81. package/es/checkbox/index.js +1 -1
  82. package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
  83. package/es/collapse/index.js +1 -1
  84. package/es/color-picker/color-picker.d.ts +7 -0
  85. package/es/color-picker/color-picker.js +15 -10
  86. package/es/color-picker/index.d.ts +9 -0
  87. package/es/color-picker/panel.js +7 -4
  88. package/es/color-picker/utils.js +3 -2
  89. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +5 -5
  90. package/es/components.d.ts +1 -0
  91. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  92. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
  93. package/es/config-provider/theme.js +3 -3
  94. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
  95. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
  96. package/es/date-picker/hooks/use-format.js +1 -1
  97. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  98. package/es/date-picker/hooks/use-value-format.js +1 -1
  99. package/es/date-picker/index.d.ts +9 -0
  100. package/es/date-picker/index.js +1 -1
  101. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +4 -6
  102. package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +1 -1
  103. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  104. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
  105. package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
  106. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
  107. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
  108. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +5 -3
  109. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
  110. package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +1 -1
  111. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  112. package/es/date-picker/picker.vue.d.ts +7 -0
  113. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +10 -5
  114. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  115. package/es/date-picker/range-picker.vue.d.ts +7 -0
  116. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +8 -4
  117. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
  118. package/es/descriptions/descriptions.js +1 -1
  119. package/es/descriptions/index.js +1 -1
  120. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +2 -2
  121. package/es/drawer/index.js +2 -2
  122. package/es/dropdown/dropdown-button.vue.d.ts +7 -0
  123. package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +4 -1
  124. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
  125. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
  126. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +2 -2
  127. package/es/dropdown/dropdown-submenu.vue.d.ts +7 -0
  128. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +4 -1
  129. package/es/dropdown/dropdown.vue.d.ts +7 -0
  130. package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +4 -1
  131. package/es/dropdown/index.d.ts +27 -0
  132. package/es/dropdown/index.js +1 -1
  133. package/es/dropdown/interface.d.ts +3 -0
  134. package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +5 -5
  135. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
  136. package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +6 -6
  137. package/es/file-previewer/use-pdf-js.js +2 -2
  138. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
  139. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
  140. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +5 -5
  141. package/es/form/form.vue_vue_type_script_setup_true_lang.js +3 -2
  142. package/es/form/index.js +1 -1
  143. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +1 -1
  144. package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
  145. package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +1 -1
  146. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
  147. package/es/grid/index.js +1 -1
  148. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
  149. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
  150. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
  151. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
  152. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
  153. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
  154. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  155. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  156. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
  157. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  158. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
  159. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
  160. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
  161. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
  162. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
  163. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
  164. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
  165. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
  166. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  167. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
  168. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  169. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
  170. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
  171. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  172. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  173. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  174. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
  175. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
  176. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
  177. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
  178. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
  179. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
  180. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
  181. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
  182. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
  183. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  184. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
  185. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
  186. package/es/icon/icon-list/icon-list.js +5 -0
  187. package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +52 -0
  188. package/es/icon/icon-list/index.js +9 -0
  189. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
  190. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  191. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
  192. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
  193. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
  194. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
  195. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
  196. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
  197. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
  198. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  199. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
  200. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  201. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
  202. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
  203. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
  204. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
  205. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  206. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +2 -2
  207. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
  208. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
  209. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
  210. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
  211. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
  212. package/es/icon.js +6 -6
  213. package/es/image/hooks/use-image-drag.js +3 -1
  214. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
  215. package/es/image/image.vue_vue_type_script_setup_true_lang.js +3 -3
  216. package/es/image/index.js +1 -1
  217. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  218. package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
  219. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  220. package/es/image/preview.vue_vue_type_script_setup_true_lang.js +3 -2
  221. package/es/index.css +81 -0
  222. package/es/index.d.ts +5 -3
  223. package/es/index.js +4 -3
  224. package/es/index.scss +1 -0
  225. package/es/input/index.js +1 -1
  226. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
  227. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +1 -1
  228. package/es/input/input.js +1 -1
  229. package/es/input-number/input-number.js +2 -2
  230. package/es/input-tag/input-tag.js +7 -4
  231. package/es/input-tag/utils.js +1 -1
  232. package/es/json-form/index.d.ts +5 -5
  233. package/es/json-form/index.js +2 -2
  234. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
  235. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +4 -6
  236. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +4 -4
  237. package/es/json-form/types.d.ts +80 -110
  238. package/es/json-form/types.js +3 -3
  239. package/es/json-form/utils.d.ts +5 -6
  240. package/es/json-form/utils.js +69 -196
  241. package/es/kv-list/constants.d.ts +1 -0
  242. package/es/kv-list/constants.js +127 -0
  243. package/es/kv-list/index.d.ts +304 -0
  244. package/es/kv-list/index.js +10 -0
  245. package/es/kv-list/kv-list-row.js +5 -0
  246. package/es/kv-list/kv-list-row.vue.d.ts +29 -0
  247. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +121 -0
  248. package/es/kv-list/kv-list.js +5 -0
  249. package/es/kv-list/kv-list.vue.d.ts +34 -0
  250. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +262 -0
  251. package/es/kv-list/style/css.js +2 -0
  252. package/es/kv-list/style/index.css +86 -0
  253. package/es/kv-list/style/index.d.ts +2 -0
  254. package/es/kv-list/style/index.js +2 -0
  255. package/es/kv-list/style/index.scss +93 -0
  256. package/es/kv-list/style/token.scss +14 -0
  257. package/es/kv-list/types.d.ts +29 -0
  258. package/es/kv-list/utils.d.ts +8 -0
  259. package/es/kv-list/utils.js +32 -0
  260. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  261. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  262. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  263. package/es/layout/index.js +1 -1
  264. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +1 -1
  265. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
  266. package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
  267. package/es/list/index.js +1 -1
  268. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  269. package/es/list/list.js +2 -2
  270. package/es/locale/interface.d.ts +11 -0
  271. package/es/locale/lang/ar-eg.js +2 -0
  272. package/es/locale/lang/de-de.js +2 -0
  273. package/es/locale/lang/en-us.js +2 -0
  274. package/es/locale/lang/es-es.js +2 -0
  275. package/es/locale/lang/fr-fr.js +2 -0
  276. package/es/locale/lang/id-id.js +2 -0
  277. package/es/locale/lang/it-it.js +2 -0
  278. package/es/locale/lang/ja-jp.js +2 -0
  279. package/es/locale/lang/km-kh.js +2 -0
  280. package/es/locale/lang/ko-kr.js +2 -0
  281. package/es/locale/lang/kv-list.d.ts +2 -0
  282. package/es/locale/lang/kv-list.js +14 -0
  283. package/es/locale/lang/ms-my.js +2 -0
  284. package/es/locale/lang/nl-nl.js +2 -0
  285. package/es/locale/lang/pt-pt.js +2 -0
  286. package/es/locale/lang/ru-ru.js +2 -0
  287. package/es/locale/lang/th-th.js +2 -0
  288. package/es/locale/lang/vi-vn.js +2 -0
  289. package/es/locale/lang/zh-cn.js +11 -0
  290. package/es/locale/lang/zh-tw.js +11 -0
  291. package/es/mention/index.d.ts +9 -0
  292. package/es/mention/mention.d.ts +7 -0
  293. package/es/mention/mention.js +9 -2
  294. package/es/menu/base-menu.vue.d.ts +7 -0
  295. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +4 -2
  296. package/es/menu/context.d.ts +1 -1
  297. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +1 -1
  298. package/es/menu/index.js +1 -1
  299. package/es/menu/interface.d.ts +2 -0
  300. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +2 -2
  301. package/es/menu/item.d.ts +1 -1
  302. package/es/menu/item.js +1 -1
  303. package/es/menu/menu.d.ts +16 -0
  304. package/es/menu/menu.js +3 -2
  305. package/es/menu/overflow-wrap.js +4 -1
  306. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
  307. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +8 -3
  308. package/es/menu/sub-menu.js +1 -1
  309. package/es/message/index.js +1 -1
  310. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  311. package/es/modal/index.js +2 -2
  312. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +2 -2
  313. package/es/notification/index.js +1 -1
  314. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  315. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
  316. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  317. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  318. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  319. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  320. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  321. package/es/popconfirm/index.d.ts +9 -0
  322. package/es/popconfirm/popconfirm.vue.d.ts +7 -0
  323. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +5 -2
  324. package/es/popover/index.d.ts +9 -0
  325. package/es/popover/popover.vue.d.ts +7 -0
  326. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +6 -3
  327. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
  328. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
  329. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  330. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  331. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +3 -4
  332. package/es/radio/index.js +1 -1
  333. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +2 -5
  334. package/es/result/result.vue_vue_type_script_setup_true_lang.js +1 -1
  335. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +1 -1
  336. package/es/sd-vue.js +4 -2
  337. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +1 -1
  338. package/es/select/hooks/use-options.js +1 -1
  339. package/es/select/hooks/use-select.js +1 -1
  340. package/es/select/index.d.ts +33 -6
  341. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +4 -3
  342. package/es/select/select.d.ts +19 -3
  343. package/es/select/select.js +64 -59
  344. package/es/select/utils.js +2 -2
  345. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  346. package/es/skeleton/index.js +1 -1
  347. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
  348. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +2 -2
  350. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +1 -1
  351. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  352. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  353. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  354. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  355. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
  356. package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
  357. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +6 -6
  358. package/es/statistic/index.js +1 -1
  359. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +3 -3
  360. package/es/steps/index.js +1 -1
  361. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
  362. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  363. package/es/style/theme/z-index.js +1 -1
  364. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +3 -3
  365. package/es/table/index.js +1 -1
  366. package/es/table/interface.d.ts +2 -0
  367. package/es/table/table-operation-td.js +1 -1
  368. package/es/table/table-operation-th.js +1 -1
  369. package/es/table/table-td.js +1 -1
  370. package/es/table/table-th.js +3 -2
  371. package/es/table/table.js +6 -4
  372. package/es/table/utils.js +2 -2
  373. package/es/tabs/index.js +1 -1
  374. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +2 -2
  375. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  376. package/es/tabs/tabs-nav.js +2 -1
  377. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
  378. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
  379. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +3 -4
  380. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +1 -1
  381. package/es/time-picker/index.d.ts +9 -0
  382. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +1 -1
  383. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  384. package/es/time-picker/time-picker.vue.d.ts +7 -0
  385. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +9 -3
  386. package/es/timeline/index.js +1 -1
  387. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +5 -4
  388. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
  389. package/es/tooltip/interface.d.ts +2 -0
  390. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +5 -2
  391. package/es/tour/index.d.ts +15 -0
  392. package/es/tour/tour.vue.d.ts +10 -0
  393. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +108 -145
  394. package/es/tour/types.d.ts +3 -0
  395. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +2 -2
  396. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +3 -2
  397. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +5 -8
  398. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  399. package/es/tree/node.js +1 -1
  400. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  401. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +3 -3
  402. package/es/tree/utils/tree-data.js +1 -1
  403. package/es/tree-select/hooks/use-selected-state.js +1 -1
  404. package/es/tree-select/panel.js +1 -1
  405. package/es/tree-select/tree-select.vue.d.ts +7 -0
  406. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +146 -136
  407. package/es/trigger/index.d.ts +13 -3
  408. package/es/trigger/interface.d.ts +2 -0
  409. package/es/trigger/trigger.d.ts +8 -1
  410. package/es/trigger/trigger.js +130 -52
  411. package/es/trigger/utils.d.ts +0 -47
  412. package/es/trigger/utils.js +1 -268
  413. package/es/typography/base.js +1 -1
  414. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
  415. package/es/typography/index.js +1 -1
  416. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
  417. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  418. package/es/upload/upload.js +2 -2
  419. package/es/watermark/hooks/use-mutation-observer.js +2 -2
  420. package/es/watermark/utils/index.js +1 -1
  421. package/es/watermark/watermark.js +1 -1
  422. package/json/vetur-attributes.json +26 -0
  423. package/json/vetur-tags.json +13 -1
  424. package/json/web-types.json +72 -1
  425. package/package.json +15 -13
  426. package/es/_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/toPropertyKey.js +0 -9
@@ -26,6 +26,9 @@ declare const Dropdown: {
26
26
  popupContainer: {
27
27
  type: import("vue").PropType<string | HTMLElement>;
28
28
  };
29
+ floatingOptions: {
30
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
31
+ };
29
32
  popupMaxHeight: {
30
33
  type: (BooleanConstructor | NumberConstructor)[];
31
34
  default: boolean;
@@ -76,6 +79,9 @@ declare const Dropdown: {
76
79
  popupContainer: {
77
80
  type: import("vue").PropType<string | HTMLElement>;
78
81
  };
82
+ floatingOptions: {
83
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
84
+ };
79
85
  popupMaxHeight: {
80
86
  type: (BooleanConstructor | NumberConstructor)[];
81
87
  default: boolean;
@@ -119,6 +125,9 @@ declare const Dropdown: {
119
125
  popupContainer: {
120
126
  type: import("vue").PropType<string | HTMLElement>;
121
127
  };
128
+ floatingOptions: {
129
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
130
+ };
122
131
  popupMaxHeight: {
123
132
  type: (BooleanConstructor | NumberConstructor)[];
124
133
  default: boolean;
@@ -266,6 +275,9 @@ declare const Dropdown: {
266
275
  type: import("vue").PropType<"rt" | "lt">;
267
276
  default: string;
268
277
  };
278
+ floatingOptions: {
279
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
280
+ };
269
281
  popupVisible: {
270
282
  type: BooleanConstructor;
271
283
  default: undefined;
@@ -312,6 +324,9 @@ declare const Dropdown: {
312
324
  type: import("vue").PropType<"rt" | "lt">;
313
325
  default: string;
314
326
  };
327
+ floatingOptions: {
328
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
329
+ };
315
330
  popupVisible: {
316
331
  type: BooleanConstructor;
317
332
  default: undefined;
@@ -352,6 +367,9 @@ declare const Dropdown: {
352
367
  type: import("vue").PropType<"rt" | "lt">;
353
368
  default: string;
354
369
  };
370
+ floatingOptions: {
371
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
372
+ };
355
373
  popupVisible: {
356
374
  type: BooleanConstructor;
357
375
  default: undefined;
@@ -409,6 +427,9 @@ declare const Dropdown: {
409
427
  popupContainer: {
410
428
  type: import("vue").PropType<string | HTMLElement>;
411
429
  };
430
+ floatingOptions: {
431
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
432
+ };
412
433
  disabled: {
413
434
  type: BooleanConstructor;
414
435
  default: boolean;
@@ -470,6 +491,9 @@ declare const Dropdown: {
470
491
  popupContainer: {
471
492
  type: import("vue").PropType<string | HTMLElement>;
472
493
  };
494
+ floatingOptions: {
495
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
496
+ };
473
497
  disabled: {
474
498
  type: BooleanConstructor;
475
499
  default: boolean;
@@ -523,6 +547,9 @@ declare const Dropdown: {
523
547
  popupContainer: {
524
548
  type: import("vue").PropType<string | HTMLElement>;
525
549
  };
550
+ floatingOptions: {
551
+ type: import("vue").PropType<import("../index.ts").FloatingOptions>;
552
+ };
526
553
  disabled: {
527
554
  type: BooleanConstructor;
528
555
  default: boolean;
@@ -21,4 +21,4 @@ var Dropdown = Object.assign(dropdown_default, {
21
21
  }
22
22
  });
23
23
  //#endregion
24
- export { Dropdown as default };
24
+ export { dropdown_group_default as Dgroup, dropdown_option_default as Doption, dropdown_button_default as DropdownButton, dropdown_submenu_default as Dsubmenu, Dropdown as default };
@@ -1,4 +1,5 @@
1
1
  import { Slot, Slots } from 'vue';
2
+ import type { FloatingOptions } from '../_utils/floating';
2
3
  import { TriggerEvent, TriggerPosition } from '../_utils/constant';
3
4
  export type DropdownPosition = 'top' | 'tl' | 'tr' | 'bottom' | 'bl' | 'br';
4
5
  export interface DropDownProps {
@@ -7,6 +8,7 @@ export interface DropDownProps {
7
8
  trigger?: TriggerEvent | TriggerEvent[];
8
9
  position?: DropdownPosition;
9
10
  popupContainer?: string | HTMLElement;
11
+ floatingOptions?: FloatingOptions;
10
12
  popupMaxHeight?: boolean | number;
11
13
  }
12
14
  export interface DOption {
@@ -29,5 +31,6 @@ export interface DSubmenu extends DOption {
29
31
  trigger?: TriggerEvent;
30
32
  position?: TriggerPosition;
31
33
  footer?: Slot;
34
+ floatingOptions?: FloatingOptions;
32
35
  }
33
36
  export type DropdownOption = DOption | DGroup | DSubmenu;
@@ -1,8 +1,8 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isObject } from "../_utils/is.js";
4
- import { _objectWithoutProperties } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectWithoutProperties.js";
5
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/asyncToGenerator.js";
4
+ import _objectWithoutProperties from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectWithoutProperties.js";
5
+ import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
6
6
  import resize_observer_v2_default from "../_components/resize-observer-v2.js";
7
7
  import Tooltip from "../tooltip/index.js";
8
8
  import { computed, createBlock, createElementBlock, defineComponent, mergeProps, nextTick, normalizeClass, onMounted, onUpdated, openBlock, ref, renderSlot, resolveDynamicComponent, unref, watch, withCtx } from "vue";
@@ -185,7 +185,7 @@ var ellipsis_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
185
185
  onClick: handleClick,
186
186
  onKeydown: handleKeydown
187
187
  }), {
188
- default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("span", {
188
+ default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createElementBlock("span", {
189
189
  key: 1,
190
190
  ref_key: "contentRef",
191
191
  ref: contentRef,
@@ -215,7 +215,7 @@ var ellipsis_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
215
215
  onClick: handleClick,
216
216
  onKeydown: handleKeydown
217
217
  }), {
218
- default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("span", {
218
+ default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createElementBlock("span", {
219
219
  key: 1,
220
220
  ref_key: "contentRef",
221
221
  ref: contentRef,
@@ -1,6 +1,6 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/asyncToGenerator.js";
3
+ import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
4
4
  import ellipsis_default from "./ellipsis.js";
5
5
  import { computed, createBlock, createElementBlock, createSlots, defineComponent, mergeProps, nextTick, normalizeClass, openBlock, ref, renderSlot, resolveDynamicComponent, unref, withCtx } from "vue";
6
6
  //#region components/ellipsis/performant-ellipsis.vue?vue&type=script&setup=true&lang.ts
@@ -120,7 +120,7 @@ var performant_ellipsis_vue_vue_type_script_setup_true_lang_default = /*@__PURE_
120
120
  onFocus: handleFocus,
121
121
  onClick: handleClick
122
122
  }), {
123
- default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", { key: 0 }) : (openBlock(), createElementBlock("span", {
123
+ default: withCtx(() => [isLineClamp.value ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createElementBlock("span", {
124
124
  key: 1,
125
125
  class: normalizeClass(`${unref(prefixCls)}-content`)
126
126
  }, [renderSlot(_ctx.$slots, "default")], 2))]),
@@ -1,10 +1,10 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isServerRendering } from "../_utils/dom.js";
4
4
  import { KEYBOARD_KEY } from "../_utils/keyboard.js";
5
5
  import IconClose from "../icon/icon-close/index.js";
6
6
  import { useI18n } from "../locale/index.js";
7
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/asyncToGenerator.js";
7
+ import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
8
8
  import IconLoading from "../icon/icon-loading/index.js";
9
9
  import usePopupManager from "../_hooks/use-popup-manager.js";
10
10
  import usePopupContainer from "../_hooks/use-popup-container.js";
@@ -489,13 +489,13 @@ var file_previewer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ d
489
489
  }, [unref(title) || _ctx.$slots.title ? (openBlock(), createElementBlock("header", {
490
490
  key: 0,
491
491
  class: normalizeClass(`${unref(prefixCls)}-header`)
492
- }, [renderSlot(_ctx.$slots, "title", {}, () => [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-title`) }, toDisplayString(unref(title)), 3)])], 2)) : createCommentVNode("", true), createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-body`) }, [renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(contentSlotProps.value)), () => [unref(type) === "image" ? renderSlot(_ctx.$slots, "image", normalizeProps(mergeProps({ key: 0 }, imageSlotProps.value)), () => [(openBlock(), createBlock(unref(Image), mergeProps({ key: currentSrc.value + "image" }, mergedImageProps.value, { class: `${unref(prefixCls)}-image` }), null, 16, ["class"]))]) : unref(type) === "video" ? renderSlot(_ctx.$slots, "video", normalizeProps(mergeProps({ key: 1 }, mediaSlotProps.value)), () => [useVideoJsMediaSkin.value ? (openBlock(), createBlock(resolveDynamicComponent(mediaPlayerTag.value), mergeProps({ key: 0 }, mediaPlayerProps.value, { class: `${unref(prefixCls)}-video-player` }), {
492
+ }, [renderSlot(_ctx.$slots, "title", {}, () => [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-title`) }, toDisplayString(unref(title)), 3)])], 2)) : createCommentVNode("", true), createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-body`) }, [renderSlot(_ctx.$slots, "content", normalizeProps(guardReactiveProps(contentSlotProps.value)), () => [unref(type) === "image" ? renderSlot(_ctx.$slots, "image", normalizeProps(guardReactiveProps(imageSlotProps.value)), () => [(openBlock(), createBlock(unref(Image), mergeProps({ key: currentSrc.value + "image" }, mergedImageProps.value, { class: `${unref(prefixCls)}-image` }), null, 16, ["class"]))], void 0, 0) : unref(type) === "video" ? renderSlot(_ctx.$slots, "video", normalizeProps(guardReactiveProps(mediaSlotProps.value)), () => [useVideoJsMediaSkin.value ? (openBlock(), createBlock(resolveDynamicComponent(mediaPlayerTag.value), mergeProps({ key: 0 }, mediaPlayerProps.value, { class: `${unref(prefixCls)}-video-player` }), {
493
493
  default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(mediaSkinTag.value), mergeProps(mediaSkinProps.value, { class: mediaSkinClassNames.value }), {
494
494
  default: withCtx(() => [(openBlock(), createElementBlock("video", mergeProps({ key: currentSrc.value + "video" }, mergedMediaProps.value, { class: `${unref(prefixCls)}-video` }), null, 16))]),
495
495
  _: 1
496
496
  }, 16, ["class"]))]),
497
497
  _: 1
498
- }, 16, ["class"])) : (openBlock(), createElementBlock("video", mergeProps({ key: currentSrc.value }, mergedMediaProps.value, { class: `${unref(prefixCls)}-video` }), null, 16))]) : unref(type) === "audio" ? (openBlock(), createElementBlock("div", {
498
+ }, 16, ["class"])) : (openBlock(), createElementBlock("video", mergeProps({ key: currentSrc.value }, mergedMediaProps.value, { class: `${unref(prefixCls)}-video` }), null, 16))], void 0, 1) : unref(type) === "audio" ? (openBlock(), createElementBlock("div", {
499
499
  key: 2,
500
500
  class: normalizeClass(`${unref(prefixCls)}-audio-panel`)
501
501
  }, [renderSlot(_ctx.$slots, "audio", normalizeProps(guardReactiveProps(mediaSlotProps.value)), () => [useVideoJsMediaSkin.value ? (openBlock(), createBlock(resolveDynamicComponent(mediaPlayerTag.value), mergeProps({ key: 0 }, mediaPlayerProps.value, { class: `${unref(prefixCls)}-audio-player` }), {
@@ -504,7 +504,7 @@ var file_previewer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ d
504
504
  _: 1
505
505
  }, 16, ["class"]))]),
506
506
  _: 1
507
- }, 16, ["class"])) : (openBlock(), createElementBlock("audio", mergeProps({ key: currentSrc.value + "audio" }, mergedMediaProps.value, { class: `${unref(prefixCls)}-audio` }), null, 16))])], 2)) : unref(type) === "pdf" ? renderSlot(_ctx.$slots, "pdf", normalizeProps(mergeProps({ key: 3 }, pdfSlotProps.value)), () => [createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-pdf`) }, [createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-pdf-canvas-wrap`) }, [createElementVNode("canvas", {
507
+ }, 16, ["class"])) : (openBlock(), createElementBlock("audio", mergeProps({ key: currentSrc.value + "audio" }, mergedMediaProps.value, { class: `${unref(prefixCls)}-audio` }), null, 16))])], 2)) : unref(type) === "pdf" ? renderSlot(_ctx.$slots, "pdf", normalizeProps(guardReactiveProps(pdfSlotProps.value)), () => [createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-pdf`) }, [createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-pdf-canvas-wrap`) }, [createElementVNode("canvas", {
508
508
  ref_key: "pdfCanvasRef",
509
509
  ref: pdfCanvasRef,
510
510
  class: normalizeClass(`${unref(prefixCls)}-pdf-canvas`)
@@ -527,7 +527,7 @@ var file_previewer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ d
527
527
  "aria-label": unref(t)("a11y.nextPage"),
528
528
  onClick: _cache[1] || (_cache[1] = (...args) => unref(pdfNext) && unref(pdfNext)(...args))
529
529
  }, " › ", 10, _hoisted_4)
530
- ], 2)) : createCommentVNode("", true)], 2)]) : createCommentVNode("", true)])], 2)], 10, _hoisted_2),
530
+ ], 2)) : createCommentVNode("", true)], 2)], void 0, 3) : createCommentVNode("", true)])], 2)], 10, _hoisted_2),
531
531
  unref(fullscreen) && unref(closable) ? (openBlock(), createElementBlock("button", {
532
532
  key: 1,
533
533
  type: "button",
@@ -1,6 +1,6 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { isServerRendering } from "../_utils/dom.js";
3
- import { _asyncToGenerator } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/asyncToGenerator.js";
3
+ import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
4
4
  import { shallowRef } from "vue";
5
5
  //#region components/file-previewer/use-pdf-js.ts
6
6
  var pdfModulePromise;
@@ -1,5 +1,5 @@
1
1
  import { formInjectionKey } from "./context.js";
2
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
3
3
  import { getPrefixCls } from "../_utils/global-config.js";
4
4
  import { isNumber } from "../_utils/is.js";
5
5
  import resize_observer_v2_default from "../_components/resize-observer-v2.js";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { Fragment, Transition, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, normalizeClass, openBlock, renderList, renderSlot, toDisplayString, unref, withCtx } from "vue";
4
4
  //#region components/form/form-item-message.vue?vue&type=script&setup=true&lang.ts
@@ -1,5 +1,5 @@
1
1
  import { formInjectionKey, formItemInjectionKey } from "./context.js";
2
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
3
3
  import { getPrefixCls } from "../_utils/global-config.js";
4
4
  import { useI18n } from "../locale/index.js";
5
5
  import { getValueByPath, setValueByPath } from "../_utils/get-value-by-path.js";
@@ -8,8 +8,8 @@ import grid_col_default from "../grid/grid-col.js";
8
8
  import grid_row_default from "../grid/grid-row.js";
9
9
  import form_item_label_default from "./form-item-label.js";
10
10
  import form_item_message_default from "./form-item-message.js";
11
- import { _objectDestructuringEmpty } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectDestructuringEmpty.js";
12
- import { _extends } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/extends.js";
11
+ import _objectDestructuringEmpty from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectDestructuringEmpty.js";
12
+ import _extends from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/extends.js";
13
13
  import { computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createSlots, createTextVNode, createVNode, defineComponent, getCurrentInstance, inject, mergeProps, nextTick, normalizeClass, onBeforeUnmount, onMounted, openBlock, provide, reactive, ref, renderSlot, toDisplayString, toRef, toRefs, unref, withCtx } from "vue";
14
14
  import { Schema } from "b-validate";
15
15
  //#region components/form/form-item.vue?vue&type=script&setup=true&lang.ts
@@ -445,7 +445,7 @@ var form_item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
445
445
  const wrapperColCls = computed(() => [`${prefixCls}-wrapper-col`, { [`${prefixCls}-wrapper-col-flex`]: !mergedWrapperCol.value }]);
446
446
  return (_ctx, _cache) => {
447
447
  var _ctx$$slots$help;
448
- return __props.noStyle ? renderSlot(_ctx.$slots, "default", { key: 0 }) : (openBlock(), createBlock(unref(grid_row_default), mergeProps({
448
+ return __props.noStyle ? renderSlot(_ctx.$slots, "default", {}, void 0, void 0, 0) : (openBlock(), createBlock(unref(grid_row_default), mergeProps({
449
449
  key: 1,
450
450
  class: [cls.value, { [`${unref(prefixCls)}-has-help`]: Boolean((_ctx$$slots$help = _ctx.$slots.help) !== null && _ctx$$slots$help !== void 0 ? _ctx$$slots$help : __props.help) }],
451
451
  wrap: !(__props.labelColFlex || unref(autoLabelWidth)),
@@ -464,7 +464,7 @@ var form_item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ define
464
464
  attrs: mergedLabelAttrs.value,
465
465
  tooltip: __props.tooltip
466
466
  }, {
467
- default: withCtx(() => [_ctx.$slots.label || __props.label ? renderSlot(_ctx.$slots, "label", { key: 0 }, () => [createTextVNode(toDisplayString(__props.label), 1)]) : createCommentVNode("", true)]),
467
+ default: withCtx(() => [_ctx.$slots.label || __props.label ? renderSlot(_ctx.$slots, "label", {}, () => [createTextVNode(toDisplayString(__props.label), 1)], void 0, 0) : createCommentVNode("", true)]),
468
468
  _: 3
469
469
  }, 8, [
470
470
  "required",
@@ -1,5 +1,5 @@
1
1
  import { formInjectionKey } from "./context.js";
2
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
3
3
  import { getPrefixCls } from "../_utils/global-config.js";
4
4
  import { isArray, isBoolean, isFunction } from "../_utils/is.js";
5
5
  import { useSize } from "../_hooks/use-size.js";
@@ -158,7 +158,8 @@ var form_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
158
158
  });
159
159
  };
160
160
  const scrollToFirstError = (field) => {
161
- scrollToField(field, !isBoolean(props.scrollToFirstError) ? props.scrollToFirstError : void 0);
161
+ const options = !isBoolean(props.scrollToFirstError) ? props.scrollToFirstError : void 0;
162
+ scrollToField(field, options);
162
163
  };
163
164
  const validate = (callback) => {
164
165
  const list = [];
package/es/form/index.js CHANGED
@@ -12,4 +12,4 @@ var Form = Object.assign(form_default, {
12
12
  }
13
13
  });
14
14
  //#endregion
15
- export { Form as default };
15
+ export { form_item_default as FormItem, Form as default };
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isNumber, isObject, isString } from "../_utils/is.js";
4
4
  import pick from "../_utils/pick.js";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { useIndex } from "../_hooks/use-index.js";
4
4
  import { GridContextInjectionKey, GridDataCollectorInjectionKey } from "./context.js";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { RowContextInjectionKey } from "./context.js";
4
4
  import { useResponsiveState } from "./hook/use-responsive-state.js";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { GridContextInjectionKey, GridDataCollectorInjectionKey } from "./context.js";
4
4
  import { useResponsiveState } from "./hook/use-responsive-state.js";
package/es/grid/index.js CHANGED
@@ -18,4 +18,4 @@ var Grid = Object.assign(grid_default, {
18
18
  }
19
19
  });
20
20
  //#endregion
21
- export { Grid as default };
21
+ export { grid_col_default as Col, grid_item_default as GridItem, grid_row_default as Row, Grid as default };
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";
@@ -1,4 +1,4 @@
1
- import { _objectSpread2 } from "../../_virtual/_@oxc-project_runtime@0.133.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
3
  import { isNumber } from "../../_utils/is.js";
4
4
  import { computed, createElementBlock, createElementVNode, defineComponent, mergeProps, openBlock } from "vue";