@sdata/web-vue 4.4.3 → 4.5.1

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 (499) hide show
  1. package/dist/sd.css +74 -9
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/auto-tooltip/auto-tooltip.vue_vue_type_script_setup_true_lang.js +1 -1
  4. package/es/_components/client-only.vue_vue_type_script_setup_true_lang.js +1 -1
  5. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  6. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
  7. package/es/_components/input-label/input-label.vue_vue_type_script_setup_true_lang.js +1 -1
  8. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +1 -1
  9. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +1 -1
  10. package/es/_components/resize-observer.vue_vue_type_script_setup_true_lang.js +1 -1
  11. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +1 -1
  12. package/es/_components/select-view/select-view.vue.d.ts +1 -1
  13. package/es/_components/select-view/select-view.vue_vue_type_script_setup_true_lang.js +2 -2
  14. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  15. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +3 -3
  16. package/es/_hooks/use-component-ref.d.ts +1 -1
  17. package/es/_hooks/use-responsive.js +6 -1
  18. package/es/_hooks/use-scrollbar.js +1 -1
  19. package/es/_utils/color.js +1 -1
  20. package/es/_utils/date.d.ts +1 -1
  21. package/es/_utils/date.js +6 -3
  22. package/es/_utils/debounce.d.ts +4 -1
  23. package/es/_utils/debounce.js +8 -1
  24. package/es/_utils/get-value-by-path.d.ts +1 -0
  25. package/es/_utils/get-value-by-path.js +9 -9
  26. package/es/_utils/global-config.js +1 -1
  27. package/es/_utils/omit.js +1 -1
  28. package/es/_utils/responsive-observe.js +1 -1
  29. package/es/_utils/virtual-dropdown.js +1 -1
  30. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/asyncToGenerator.js +1 -1
  31. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/defineProperty.js +1 -1
  32. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/extends.js +1 -1
  33. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/objectDestructuringEmpty.js +1 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/objectSpread2.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/objectWithoutProperties.js +1 -1
  36. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  37. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/toPrimitive.js +1 -1
  38. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/toPropertyKey.js +1 -1
  39. package/es/_virtual/{_@oxc-project_runtime@0.146.0 → _@oxc-project_runtime@0.147.0}/helpers/esm/typeof.js +1 -1
  40. package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +3 -2
  41. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
  42. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +8 -4
  43. package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +18 -5
  44. package/es/anchor/utils.d.ts +1 -1
  45. package/es/anchor/utils.js +4 -2
  46. package/es/auto-complete/auto-complete.vue.d.ts +4 -4
  47. package/es/auto-complete/auto-complete.vue_vue_type_script_setup_true_lang.js +22 -9
  48. package/es/avatar/avatar-group.vue_vue_type_script_setup_true_lang.js +16 -23
  49. package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +36 -20
  50. package/es/avatar/style/index.css +4 -0
  51. package/es/avatar/style/index.scss +5 -0
  52. package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +24 -13
  53. package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +5 -5
  54. package/es/basic-crud-table/basic-crud-modal.vue.d.ts +1 -1
  55. package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +24 -15
  56. package/es/basic-crud-table/basic-crud-table.vue.d.ts +4 -4
  57. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +58 -37
  58. package/es/basic-crud-table/index.d.ts +12 -12
  59. package/es/bloom-menu/bloom-menu.vue_vue_type_script_setup_true_lang.js +3 -2
  60. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +64 -22
  61. package/es/border-beam/styles.js +20 -7
  62. package/es/breadcrumb/breadcrumb-item.vue_vue_type_script_setup_true_lang.js +9 -3
  63. package/es/breadcrumb/breadcrumb.vue_vue_type_script_setup_true_lang.js +6 -4
  64. package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
  65. package/es/button/button.vue_vue_type_script_setup_true_lang.js +19 -13
  66. package/es/button/index.d.ts +3 -3
  67. package/es/calendar/__test__/real-transitions.js +10 -0
  68. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +7 -3
  69. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +1 -1
  70. package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +9 -3
  71. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +2 -2
  72. package/es/calendar/core/config.js +17 -20
  73. package/es/calendar/core/events.js +59 -41
  74. package/es/calendar/core/i18n.d.ts +1 -1
  75. package/es/calendar/core/i18n.js +2 -2
  76. package/es/calendar/core/index.d.ts +6 -6
  77. package/es/calendar/core/index.js +1 -1
  78. package/es/calendar/core/view.js +10 -7
  79. package/es/calendar/modules/drag-and-drop.js +80 -30
  80. package/es/calendar/utils/date.d.ts +4 -4
  81. package/es/calendar/utils/date.js +20 -11
  82. package/es/card/card-actions.vue_vue_type_script_setup_true_lang.js +1 -1
  83. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +6 -3
  84. package/es/card/card-meta.vue_vue_type_script_setup_true_lang.js +13 -10
  85. package/es/card/card.vue_vue_type_script_setup_true_lang.js +17 -11
  86. package/es/card/context.d.ts +2 -0
  87. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  88. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
  89. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
  90. package/es/carousel/carousel.vue_vue_type_script_setup_true_lang.js +13 -10
  91. package/es/cascader/base-cascader-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  92. package/es/cascader/cascader-column.vue_vue_type_script_setup_true_lang.js +3 -3
  93. package/es/cascader/cascader-option.vue_vue_type_script_setup_true_lang.js +8 -21
  94. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +27 -12
  95. package/es/cascader/cascader-search-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  96. package/es/cascader/cascader.vue.d.ts +1 -1
  97. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +37 -17
  98. package/es/cascader/context.d.ts +2 -2
  99. package/es/cascader/hooks/use-lazy-load.d.ts +6 -0
  100. package/es/cascader/hooks/use-lazy-load.js +35 -0
  101. package/es/cascader/interface.d.ts +4 -0
  102. package/es/cascader/utils.d.ts +2 -2
  103. package/es/cascader/utils.js +10 -8
  104. package/es/checkbox/checkbox-group.vue_vue_type_script_setup_true_lang.js +1 -1
  105. package/es/checkbox/checkbox.vue_vue_type_script_setup_true_lang.js +2 -1
  106. package/es/checkbox/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
  107. package/es/collapse/collapse-item.vue_vue_type_script_setup_true_lang.js +17 -2
  108. package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
  109. package/es/color-picker/color-picker.vue_vue_type_script_setup_true_lang.js +3 -3
  110. package/es/color-picker/control-bar.vue_vue_type_script_setup_true_lang.js +1 -1
  111. package/es/color-picker/gradient-thumb.vue_vue_type_script_setup_true_lang.js +6 -2
  112. package/es/color-picker/hooks/use-control-block.js +5 -1
  113. package/es/color-picker/palette.vue_vue_type_script_setup_true_lang.js +1 -1
  114. package/es/color-picker/panel.vue_vue_type_script_setup_true_lang.js +31 -12
  115. package/es/color-picker/utils.js +1 -1
  116. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +7 -15
  117. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  118. package/es/config-provider/context.d.ts +5 -1
  119. package/es/config-provider/context.js +2 -1
  120. package/es/config-provider/global-theme.d.ts +3 -0
  121. package/es/config-provider/global-theme.js +49 -0
  122. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +39 -37
  123. package/es/config-provider/theme.d.ts +1 -0
  124. package/es/config-provider/theme.js +5 -3
  125. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +33 -25
  126. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +38 -6
  127. package/es/date-picker/hooks/use-is-disabled-date.d.ts +2 -2
  128. package/es/date-picker/hooks/use-is-disabled-date.js +4 -5
  129. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  130. package/es/date-picker/index.d.ts +28 -0
  131. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +1 -1
  132. package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +2 -2
  133. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  134. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
  135. package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +2 -2
  136. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
  137. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
  138. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +1 -1
  139. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
  140. package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +1 -1
  141. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  142. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +11 -3
  143. package/es/date-picker/pickers/date-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  144. package/es/date-picker/pickers/month-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  145. package/es/date-picker/pickers/quarter-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  146. package/es/date-picker/pickers/week-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  147. package/es/date-picker/pickers/year-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  148. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  149. package/es/date-picker/range-picker.vue.d.ts +28 -0
  150. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +24 -3
  151. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
  152. package/es/descriptions/descriptions.vue_vue_type_script_setup_true_lang.js +10 -9
  153. package/es/descriptions/interface.d.ts +1 -0
  154. package/es/divider/divider.vue_vue_type_script_setup_true_lang.js +5 -3
  155. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +28 -24
  156. package/es/drawer/index.js +2 -2
  157. package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +1 -1
  158. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
  159. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +3 -6
  160. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +15 -13
  161. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +17 -13
  162. package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  163. package/es/ellipsis/ellipsis.vue.d.ts +2 -0
  164. package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +23 -8
  165. package/es/ellipsis/index.d.ts +3 -0
  166. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +24 -9
  167. package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +2 -2
  168. package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +34 -18
  169. package/es/file-previewer/pdfjs-worker.min.mjs +4 -4
  170. package/es/file-previewer/use-pdf-js.js +57 -38
  171. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
  172. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
  173. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +54 -15
  174. package/es/form/form.vue_vue_type_script_setup_true_lang.js +11 -8
  175. package/es/grid/context.d.ts +2 -2
  176. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +8 -7
  177. package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +5 -4
  178. package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +2 -1
  179. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +11 -12
  180. package/es/grid/style/col.scss +2 -2
  181. package/es/grid/style/index.css +42 -0
  182. package/es/grid/utils/index.js +5 -2
  183. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +2 -2
  184. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +2 -2
  185. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +2 -2
  186. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +2 -2
  187. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +2 -2
  188. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +2 -2
  189. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +2 -2
  190. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  191. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +2 -2
  192. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +2 -2
  193. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  194. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +2 -2
  195. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +2 -2
  196. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +2 -2
  197. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +2 -2
  198. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +2 -2
  199. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +2 -2
  200. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +2 -2
  201. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +2 -2
  202. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +2 -2
  203. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +2 -2
  204. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  205. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +2 -2
  206. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +2 -2
  207. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  208. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  209. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  210. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +2 -2
  211. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +2 -2
  212. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +2 -2
  213. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +2 -2
  214. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +2 -2
  215. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +2 -2
  216. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +2 -2
  217. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +2 -2
  218. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +2 -2
  219. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  220. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +2 -2
  221. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +2 -2
  222. package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +2 -2
  223. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +2 -2
  224. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +2 -2
  225. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +2 -2
  226. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +2 -2
  227. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +2 -2
  228. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +2 -2
  229. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +2 -2
  230. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +2 -2
  231. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +2 -2
  232. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +2 -2
  233. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  234. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +2 -2
  235. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +2 -2
  236. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +2 -2
  237. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +2 -2
  238. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +2 -2
  239. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +2 -2
  240. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +2 -2
  241. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +2 -2
  242. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +2 -2
  243. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +2 -2
  244. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +2 -2
  245. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +2 -2
  246. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +2 -2
  247. package/es/icon-component/add-from-icon-font-cn.js +5 -1
  248. package/es/icon-component/icon-font.vue_vue_type_script_setup_true_lang.js +1 -1
  249. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +6 -3
  250. package/es/icon.js +292 -292
  251. package/es/image/hooks/use-image-drag.js +4 -2
  252. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
  253. package/es/image/image.vue_vue_type_script_setup_true_lang.js +14 -10
  254. package/es/image/preview-action.vue.d.ts +6 -2
  255. package/es/image/preview-action.vue_vue_type_script_setup_true_lang.js +12 -3
  256. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  257. package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +7 -9
  258. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  259. package/es/image/preview.vue_vue_type_script_setup_true_lang.js +17 -22
  260. package/es/index.css +74 -9
  261. package/es/index.d.ts +6 -6
  262. package/es/input/index.d.ts +3 -3
  263. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
  264. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +1 -1
  265. package/es/input/input-search.vue.d.ts +1 -1
  266. package/es/input/input-search.vue_vue_type_script_setup_true_lang.js +3 -2
  267. package/es/input/input.vue_vue_type_script_setup_true_lang.js +7 -8
  268. package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +14 -7
  269. package/es/input-mask/mask-engine.js +1 -1
  270. package/es/input-number/decimal.d.ts +3 -0
  271. package/es/input-number/decimal.js +49 -0
  272. package/es/input-number/input-number.vue_vue_type_script_setup_true_lang.js +60 -27
  273. package/es/input-tag/input-tag.vue_vue_type_script_setup_true_lang.js +34 -16
  274. package/es/input-tag/utils.js +1 -1
  275. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
  276. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +6 -3
  277. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +1 -1
  278. package/es/json-form/utils.js +4 -2
  279. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +1 -1
  280. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +2 -1
  281. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  282. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  283. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  284. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +1 -1
  285. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +6 -1
  286. package/es/link/link.vue_vue_type_script_setup_true_lang.js +1 -1
  287. package/es/list/index.d.ts +3 -3
  288. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  289. package/es/list/list-item.vue_vue_type_script_setup_true_lang.js +1 -1
  290. package/es/list/list.vue.d.ts +1 -1
  291. package/es/list/list.vue_vue_type_script_setup_true_lang.js +2 -2
  292. package/es/locale/interface.d.ts +4 -0
  293. package/es/locale/lang/en-us.js +4 -0
  294. package/es/locale/lang/zh-cn.js +4 -0
  295. package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +1 -1
  296. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  297. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +1 -1
  298. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +1 -1
  299. package/es/menu/item.vue_vue_type_script_setup_true_lang.js +1 -1
  300. package/es/menu/menu.vue_vue_type_script_setup_true_lang.js +1 -1
  301. package/es/menu/overflow-wrap.vue_vue_type_script_setup_true_lang.js +13 -3
  302. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +1 -1
  303. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +1 -1
  304. package/es/menu/sub-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  305. package/es/message/index.js +2 -1
  306. package/es/message/message-list.vue_vue_type_script_setup_true_lang.js +1 -1
  307. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  308. package/es/modal/hooks/use-draggable.js +3 -1
  309. package/es/modal/index.js +2 -2
  310. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +2 -2
  311. package/es/model-selector/model-selector-content.vue_vue_type_script_setup_true_lang.js +1 -1
  312. package/es/model-selector/model-selector-dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  313. package/es/model-selector/model-selector-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  314. package/es/model-selector/model-selector-group.vue_vue_type_script_setup_true_lang.js +1 -1
  315. package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +1 -1
  316. package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +1 -1
  317. package/es/model-selector/model-selector-list.vue_vue_type_script_setup_true_lang.js +1 -1
  318. package/es/model-selector/model-selector-logo-group.vue_vue_type_script_setup_true_lang.js +1 -1
  319. package/es/model-selector/model-selector-logo.vue_vue_type_script_setup_true_lang.js +1 -1
  320. package/es/model-selector/model-selector-name.vue_vue_type_script_setup_true_lang.js +1 -1
  321. package/es/model-selector/model-selector-separator.vue_vue_type_script_setup_true_lang.js +1 -1
  322. package/es/model-selector/model-selector-shortcut.vue_vue_type_script_setup_true_lang.js +1 -1
  323. package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +1 -1
  324. package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +1 -1
  325. package/es/notification/index.js +5 -2
  326. package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +1 -1
  327. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  328. package/es/number-flow/number-flow-group.vue_vue_type_script_setup_true_lang.js +2 -2
  329. package/es/number-flow/number-flow.vue_vue_type_script_setup_true_lang.js +2 -2
  330. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +5 -5
  331. package/es/pagination/interface.d.ts +1 -0
  332. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  333. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  334. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  335. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  336. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  337. package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +2 -2
  338. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
  339. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
  340. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +5 -5
  341. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +3 -3
  342. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  343. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +3 -3
  344. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +23 -12
  345. package/es/radio/radio-group.vue_vue_type_script_setup_true_lang.js +1 -1
  346. package/es/radio/radio.vue_vue_type_script_setup_true_lang.js +1 -1
  347. package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +9 -7
  348. package/es/regex-vis/layout.js +1 -1
  349. package/es/regex-vis/parser/parser.js +1 -1
  350. package/es/regex-vis/regex-vis.vue_vue_type_script_setup_true_lang.js +1 -1
  351. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +7 -3
  352. package/es/result/403.vue_vue_type_script_setup_true_lang.js +1 -1
  353. package/es/result/404.vue_vue_type_script_setup_true_lang.js +1 -1
  354. package/es/result/500.vue_vue_type_script_setup_true_lang.js +1 -1
  355. package/es/result/index.d.ts +7 -6
  356. package/es/result/result.vue.d.ts +2 -2
  357. package/es/result/result.vue_vue_type_script_setup_true_lang.js +1 -1
  358. package/es/rich-text-editor/nodes/inline-component-node.js +1 -1
  359. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +2 -2
  360. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +2 -2
  361. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +1 -1
  362. package/es/sd-vue.js +1 -1
  363. package/es/secret/index.d.ts +4 -15
  364. package/es/secret/interface.d.ts +6 -0
  365. package/es/secret/secret.vue.d.ts +1 -5
  366. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +5 -4
  367. package/es/select/hooks/use-options.js +1 -1
  368. package/es/select/index.d.ts +3 -3
  369. package/es/select/interface.d.ts +5 -0
  370. package/es/select/select-dropdown.vue.d.ts +3 -1
  371. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +9 -5
  372. package/es/select/select.vue.d.ts +1 -1
  373. package/es/select/select.vue_vue_type_script_setup_true_lang.js +3 -2
  374. package/es/select/utils.js +1 -1
  375. package/es/selectable-card/index.d.ts +4 -52
  376. package/es/selectable-card/selectable-card.vue.d.ts +3 -20
  377. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  378. package/es/selectable-card/types.d.ts +17 -0
  379. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +1 -1
  380. package/es/sender/sender-recording-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  381. package/es/sender/sender-skill-tag.vue_vue_type_script_setup_true_lang.js +1 -1
  382. package/es/sender/sender-stop-loading-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  383. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +1 -1
  384. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +1 -1
  385. package/es/skeleton/index.d.ts +1 -0
  386. package/es/skeleton/interface.d.ts +14 -0
  387. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +6 -8
  388. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  389. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +1 -1
  390. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +9 -4
  391. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  392. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  393. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  394. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  395. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +3 -3
  396. package/es/space/space.vue_vue_type_script_setup_true_lang.js +1 -1
  397. package/es/spin/dot-loading.vue_vue_type_script_setup_true_lang.js +1 -1
  398. package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +4 -2
  399. package/es/split/index.d.ts +1 -0
  400. package/es/split/interface.d.ts +7 -7
  401. package/es/split/split.vue_vue_type_script_setup_true_lang.js +8 -4
  402. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +2 -1
  403. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +2 -2
  404. package/es/steps/index.d.ts +2 -0
  405. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +7 -2
  406. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  407. package/es/switch/index.d.ts +4 -3
  408. package/es/switch/switch.vue.d.ts +1 -1
  409. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +4 -2
  410. package/es/table/index.d.ts +3 -3
  411. package/es/table/table-column.vue_vue_type_script_setup_true_lang.js +1 -1
  412. package/es/table/table-operation-td.vue_vue_type_script_setup_true_lang.js +1 -1
  413. package/es/table/table-operation-th.vue_vue_type_script_setup_true_lang.js +1 -1
  414. package/es/table/table-tbody.vue_vue_type_script_setup_true_lang.js +1 -1
  415. package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +1 -1
  416. package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +14 -3
  417. package/es/table/table-thead.vue_vue_type_script_setup_true_lang.js +1 -1
  418. package/es/table/table-tr.vue_vue_type_script_setup_true_lang.js +1 -1
  419. package/es/table/table.vue.d.ts +1 -1
  420. package/es/table/table.vue_vue_type_script_setup_true_lang.js +14 -5
  421. package/es/table/utils.js +1 -1
  422. package/es/tabs/index.d.ts +19 -57
  423. package/es/tabs/style/index.css +17 -1
  424. package/es/tabs/style/index.scss +17 -1
  425. package/es/tabs/tab-pane.vue.d.ts +1 -13
  426. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +26 -5
  427. package/es/tabs/tabs-button.vue_vue_type_script_setup_true_lang.js +9 -3
  428. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  429. package/es/tabs/tabs-nav.vue_vue_type_script_setup_true_lang.js +10 -5
  430. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +10 -5
  431. package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +8 -7
  432. package/es/tag/index.d.ts +10 -10
  433. package/es/tag/tag.vue.d.ts +4 -4
  434. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +2 -2
  435. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +6 -2
  436. package/es/textarea/index.d.ts +1 -0
  437. package/es/textarea/style/index.css +2 -2
  438. package/es/textarea/style/index.scss +3 -2
  439. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -4
  440. package/es/theme-provider/index.d.ts +1 -0
  441. package/es/thinking-orb/engine/profiles.js +1 -1
  442. package/es/thinking-orb/presets.js +1 -1
  443. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +1 -1
  444. package/es/time-picker/index.d.ts +1 -0
  445. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +1 -1
  446. package/es/time-picker/range-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  447. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  448. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +1 -1
  449. package/es/timeline/index.d.ts +2 -0
  450. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +1 -1
  451. package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +1 -1
  452. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +8 -2
  453. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +2 -2
  454. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +4 -2
  455. package/es/transfer/index.d.ts +1 -0
  456. package/es/transfer/transfer-list-item.vue_vue_type_script_setup_true_lang.js +1 -1
  457. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +1 -1
  458. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +3 -5
  459. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
  460. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  461. package/es/tree/node-switcher.vue_vue_type_script_setup_true_lang.js +1 -1
  462. package/es/tree/node.vue_vue_type_script_setup_true_lang.js +1 -1
  463. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  464. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +3 -3
  465. package/es/tree/utils/tree-data.js +1 -1
  466. package/es/tree-select/hooks/use-filter-tree-node.js +2 -1
  467. package/es/tree-select/hooks/use-selected-state.js +1 -1
  468. package/es/tree-select/panel.vue_vue_type_script_setup_true_lang.js +1 -1
  469. package/es/tree-select/tree-select.vue.d.ts +1 -1
  470. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +3 -3
  471. package/es/trigger/interface.d.ts +4 -1
  472. package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +11 -5
  473. package/es/typography/base.vue_vue_type_script_setup_true_lang.js +1 -1
  474. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +5 -2
  475. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +4 -2
  476. package/es/typography/paragraph.vue_vue_type_script_setup_true_lang.js +1 -1
  477. package/es/typography/text.vue_vue_type_script_setup_true_lang.js +1 -1
  478. package/es/typography/title.vue_vue_type_script_setup_true_lang.js +1 -1
  479. package/es/typography/typography-content.vue_vue_type_script_setup_true_lang.js +1 -1
  480. package/es/typography/typography-operations.vue_vue_type_script_setup_true_lang.js +1 -1
  481. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  482. package/es/typography/utils/inner-text-renderer.vue_vue_type_script_setup_true_lang.js +1 -1
  483. package/es/upload/style/index.css +9 -6
  484. package/es/upload/style/index.scss +12 -6
  485. package/es/upload/upload-button.vue_vue_type_script_setup_true_lang.js +1 -1
  486. package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +1 -1
  487. package/es/upload/upload-list.vue_vue_type_script_setup_true_lang.js +1 -1
  488. package/es/upload/upload-picture-item.vue_vue_type_script_setup_true_lang.js +3 -3
  489. package/es/upload/upload-progress.vue_vue_type_script_setup_true_lang.js +42 -11
  490. package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +1 -1
  491. package/es/verification-code/index.d.ts +1 -0
  492. package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +3 -3
  493. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  494. package/es/watermark/index.d.ts +5 -3
  495. package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +4 -1
  496. package/json/vetur-attributes.json +4 -0
  497. package/json/vetur-tags.json +2 -1
  498. package/json/web-types.json +9 -1
  499. package/package.json +9 -9
@@ -1,5 +1,5 @@
1
1
  import { useFormItem } from "../_hooks/use-form-item.js";
2
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.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 Button from "../button/index.js";
@@ -314,22 +314,20 @@ var transfer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineC
314
314
  key: 0,
315
315
  class: normalizeClass([`${unref(prefixCls)}-operations`])
316
316
  }, [createVNode(unref(Button), {
317
- tabindex: "-1",
318
317
  "aria-label": unref(t)("a11y.moveSelectedRight"),
319
318
  size: "small",
320
319
  shape: "round",
321
- disabled: dataInfo.value.sourceInfo.validSelected.length === 0,
320
+ disabled: unref(mergedDisabled) || dataInfo.value.sourceInfo.validSelected.length === 0,
322
321
  onClick: _cache[0] || (_cache[0] = ($event) => handleClick("target"))
323
322
  }, {
324
323
  icon: withCtx(() => [renderSlot(_ctx.$slots, "to-target-icon", {}, () => [createVNode(unref(IconRight))])]),
325
324
  _: 3
326
325
  }, 8, ["aria-label", "disabled"]), !__props.oneWay ? (openBlock(), createBlock(unref(Button), {
327
326
  key: 0,
328
- tabindex: "-1",
329
327
  "aria-label": unref(t)("a11y.moveSelectedLeft"),
330
328
  size: "small",
331
329
  shape: "round",
332
- disabled: dataInfo.value.targetInfo.validSelected.length === 0,
330
+ disabled: unref(mergedDisabled) || dataInfo.value.targetInfo.validSelected.length === 0,
333
331
  onClick: _cache[1] || (_cache[1] = ($event) => handleClick("source"))
334
332
  }, {
335
333
  icon: withCtx(() => [renderSlot(_ctx.$slots, "to-source-icon", {}, () => [createVNode(unref(IconLeft))])]),
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isFunction } from "../_utils/is.js";
4
4
  import Ellipsis, { PerformantEllipsis } from "../ellipsis/index.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { Transition, createBlock, defineComponent, openBlock, renderSlot, withCtx } from "vue";
3
3
  //#region components/tree/expand-transition.vue?vue&type=script&setup=true&lang.ts
4
4
  var expand_transition_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "ExpandTransition" }), {}, {
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import icon_hover_default from "../_components/icon-hover.js";
3
3
  import usePickSlots from "../_hooks/use-pick-slots.js";
4
4
  import IconLoading from "../icon/icon-loading/index.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import useNodeKey from "./hooks/use-node-key.js";
3
3
  import base_node_default from "./base-node.js";
4
4
  import transition_node_list_default from "./transition-node-list.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import useTreeContext from "./hooks/use-tree-context.js";
4
4
  import base_node_default from "./base-node.js";
@@ -1,8 +1,8 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isArray, isFunction, isUndefined } from "../_utils/is.js";
4
4
  import { KEYBOARD_KEY } from "../_utils/keyboard.js";
5
- import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/asyncToGenerator.js";
5
+ import _asyncToGenerator from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/asyncToGenerator.js";
6
6
  import virtual_list_default from "../_components/virtual-list/index.js";
7
7
  import usePickSlots from "../_hooks/use-pick-slots.js";
8
8
  import useMergeState from "../_hooks/use-merge-state.js";
@@ -426,7 +426,7 @@ var tree_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
426
426
  const activeKey = ref(void 0);
427
427
  const effectiveActiveKey = computed(() => {
428
428
  var _visibleTreeNodeList$;
429
- if (activeKey.value !== void 0) return activeKey.value;
429
+ if (activeKey.value !== void 0 && visibleTreeNodeList.value.some((node) => node.key === activeKey.value)) return activeKey.value;
430
430
  const selected = mergedSelectedKeys.value.find((k) => key2TreeNode.value.has(k));
431
431
  if (selected !== void 0) return selected;
432
432
  return (_visibleTreeNodeList$ = visibleTreeNodeList.value[0]) === null || _visibleTreeNodeList$ === void 0 ? void 0 : _visibleTreeNodeList$.key;
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { isFunction, isUndefined } from "../../_utils/is.js";
3
3
  import { omit } from "../../_utils/omit.js";
4
4
  //#region components/tree/utils/tree-data.ts
@@ -1,6 +1,6 @@
1
1
  import { isUndefined } from "../../_utils/is.js";
2
2
  import { debounce } from "../../_utils/debounce.js";
3
- import { computed, ref, toRefs, watchEffect } from "vue";
3
+ import { computed, onBeforeUnmount, ref, toRefs, watchEffect } from "vue";
4
4
  //#region components/tree-select/hooks/use-filter-tree-node.ts
5
5
  function useFilterTreeNode(props) {
6
6
  const { searchValue, flattenTreeData, filterMethod: propFilterMethod, disableFilter, fieldNames } = toRefs(props);
@@ -33,6 +33,7 @@ function useFilterTreeNode(props) {
33
33
  });
34
34
  filteredKeysSet.value = _keysSet;
35
35
  }, 100);
36
+ onBeforeUnmount(updateFilteredKeysSet.cancel);
36
37
  watchEffect(() => {
37
38
  if (disableFilter === null || disableFilter === void 0 ? void 0 : disableFilter.value) filteredKeysSet.value = void 0;
38
39
  else updateFilteredKeysSet(flattenTreeData.value, searchValue.value);
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { isArray, isFunction, isObject } from "../../_utils/is.js";
3
3
  import { computed, ref, toRefs, watch, watchEffect } from "vue";
4
4
  //#region components/tree-select/hooks/use-selected-state.ts
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { useScrollbar } from "../_hooks/use-scrollbar.js";
4
4
  import Scrollbar from "../scrollbar/index.js";
@@ -438,6 +438,7 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
438
438
  multiple: boolean;
439
439
  disabled: boolean;
440
440
  error: boolean;
441
+ loading: boolean;
441
442
  data: TreeNodeData[];
442
443
  popupVisible: boolean;
443
444
  defaultPopupVisible: boolean;
@@ -445,7 +446,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
445
446
  allowClear: boolean;
446
447
  fitWidth: boolean;
447
448
  maxWFull: boolean;
448
- loading: boolean;
449
449
  showHeaderOnEmpty: boolean;
450
450
  showFooterOnEmpty: boolean;
451
451
  checkable: boolean;
@@ -1,6 +1,6 @@
1
1
  import { useFormItem } from "../_hooks/use-form-item.js";
2
2
  import { configProviderInjectionKey } from "../config-provider/context.js";
3
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
3
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
4
4
  import { getPrefixCls } from "../_utils/global-config.js";
5
5
  import { isFunction, isObject, isUndefined } from "../_utils/is.js";
6
6
  import { useAllowClear } from "../_hooks/use-allow-clear.js";
@@ -581,7 +581,7 @@ var tree_select_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
581
581
  const triggerInputAttrs = computed(() => ({
582
582
  "role": "combobox",
583
583
  "aria-expanded": panelVisible.value,
584
- "aria-haspopup": "listbox",
584
+ "aria-haspopup": "tree",
585
585
  "aria-autocomplete": mergedAllowSearch.value ? "list" : "none"
586
586
  }));
587
587
  const setPanelVisible = (visible) => {
@@ -668,7 +668,7 @@ var tree_select_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defi
668
668
  "popup-container": __props.popupContainer,
669
669
  "click-to-close": !Boolean(unref(mergedAllowSearch)),
670
670
  "auto-fit-transform-origin": "",
671
- "aria-has-popup": "listbox",
671
+ "aria-has-popup": "tree",
672
672
  onPopupVisibleChange: unref(onVisibleChange)
673
673
  }), {
674
674
  content: withCtx(() => [createElementVNode("div", {
@@ -9,7 +9,7 @@ export interface TriggerProps {
9
9
  floatingOptions?: FloatingOptions;
10
10
  popupVisible?: boolean;
11
11
  defaultPopupVisible?: boolean;
12
- trigger?: TriggerEvent;
12
+ trigger?: TriggerEvent | TriggerEvent[];
13
13
  position?: TriggerPosition;
14
14
  disabled?: boolean;
15
15
  popupOffset?: number;
@@ -46,4 +46,7 @@ export interface TriggerProps {
46
46
  preventFocus?: boolean;
47
47
  scrollToClose?: boolean;
48
48
  scrollToCloseDistance?: number;
49
+ escToClose?: boolean;
50
+ ariaHasPopup?: boolean | 'menu' | 'listbox' | 'tree' | 'grid' | 'dialog';
51
+ ariaDescribedbyPopup?: boolean;
49
52
  }
@@ -1,5 +1,5 @@
1
1
  import { configProviderInjectionKey, themePopupContainerInjectionKey } from "../config-provider/context.js";
2
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
3
3
  import { getPrefixCls } from "../_utils/global-config.js";
4
4
  import { isEmptyChildren, mergeFirstChild } from "../_utils/vue-utils.js";
5
5
  import { off, on } from "../_utils/dom.js";
@@ -470,6 +470,14 @@ var trigger_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
470
470
  off(window, "scroll", onWindowScroll);
471
471
  windowListener = false;
472
472
  };
473
+ const updateWindowScrollListener = (visible) => {
474
+ if (visible && (props.scrollToClose || (configCtx === null || configCtx === void 0 ? void 0 : configCtx.scrollToClose))) {
475
+ if (!windowListener) {
476
+ on(window, "scroll", onWindowScroll);
477
+ windowListener = true;
478
+ }
479
+ } else if (windowListener) removeWindowScroll();
480
+ };
473
481
  const onWindowScroll = throttleByRaf((event) => {
474
482
  var _windowScrollPosition;
475
483
  const element = event.target.documentElement;
@@ -498,10 +506,7 @@ var trigger_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
498
506
  let scrollElements;
499
507
  const mounted = ref(computedVisible.value);
500
508
  watch(computedVisible, (value) => {
501
- if (props.scrollToClose || (configCtx === null || configCtx === void 0 ? void 0 : configCtx.scrollToClose)) {
502
- on(window, "scroll", onWindowScroll);
503
- windowListener = true;
504
- }
509
+ updateWindowScrollListener(value);
505
510
  if (props.updateAtScroll || (configCtx === null || configCtx === void 0 ? void 0 : configCtx.updateAtScroll)) {
506
511
  if (value) {
507
512
  scrollElements = getScrollElements(firstElement.value);
@@ -524,6 +529,7 @@ var trigger_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCo
524
529
  createResizeObserver();
525
530
  if (computedVisible.value) {
526
531
  updateFloatingPosition();
532
+ updateWindowScrollListener(true);
527
533
  if (props.updateAtScroll || (configCtx === null || configCtx === void 0 ? void 0 : configCtx.updateAtScroll)) {
528
534
  scrollElements = getScrollElements(firstElement.value);
529
535
  for (const item of scrollElements) item.addEventListener("scroll", handleScroll);
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isObject } from "../_utils/is.js";
4
4
  import { RichLineClamp } from "../clamp/index.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { useI18n } from "../locale/index.js";
4
4
  import Input from "../input/index.js";
@@ -27,6 +27,9 @@ var edit_content_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ def
27
27
  function onEnd() {
28
28
  emit("end");
29
29
  }
30
+ function onEnter(event) {
31
+ if (!event.isComposing) onEnd();
32
+ }
30
33
  onMounted(() => {
31
34
  var _rootRef$value;
32
35
  const inputEl = (_rootRef$value = rootRef.value) === null || _rootRef$value === void 0 ? void 0 : _rootRef$value.querySelector("input");
@@ -47,7 +50,7 @@ var edit_content_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ def
47
50
  "model-value": __props.text,
48
51
  onBlur: unref(onBlur),
49
52
  onInput: onChange,
50
- onKeydown: withKeys(onEnd, ["enter"])
53
+ onKeydown: withKeys(onEnter, ["enter"])
51
54
  }, null, 8, [
52
55
  "input-attrs",
53
56
  "model-value",
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isActivationKey } from "../_utils/keyboard.js";
4
4
  import IconCheckCircleFill from "../icon/icon-check-circle-fill/index.js";
@@ -10,6 +10,7 @@ import { Fragment, computed, createBlock, createCommentVNode, createElementBlock
10
10
  //#region components/typography/operations.vue?vue&type=script&setup=true&lang.ts
11
11
  var _hoisted_1 = ["aria-label"];
12
12
  var _hoisted_2 = ["aria-label"];
13
+ var _hoisted_3 = ["aria-expanded"];
13
14
  var operations_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "TypographyOperations" }), {}, {
14
15
  __name: "operations",
15
16
  props: {
@@ -115,9 +116,10 @@ var operations_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defin
115
116
  class: normalizeClass(`${unref(prefixCls)}-operation-expand`),
116
117
  role: "button",
117
118
  tabindex: "0",
119
+ "aria-expanded": __props.expanded,
118
120
  onClick: withModifiers(onExpandClick, ["stop"]),
119
121
  onKeydown: onExpandKeydown
120
- }, [renderSlot(_ctx.$slots, "expand-node", { expanded: __props.expanded }, () => [createTextVNode(toDisplayString(__props.expanded ? unref(t)("typography.collapse") : unref(t)("typography.expand")), 1)])], 34)) : createCommentVNode("", true)
122
+ }, [renderSlot(_ctx.$slots, "expand-node", { expanded: __props.expanded }, () => [createTextVNode(toDisplayString(__props.expanded ? unref(t)("typography.collapse") : unref(t)("typography.expand")), 1)])], 42, _hoisted_3)) : createCommentVNode("", true)
121
123
  ], 64);
122
124
  };
123
125
  }
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import base_default from "./base.js";
4
4
  import { computed, createBlock, createSlots, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderList, renderSlot, withCtx } from "vue";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import base_default from "./base.js";
3
3
  import { computed, createBlock, createSlots, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderList, renderSlot, withCtx } from "vue";
4
4
  //#region components/typography/text.vue?vue&type=script&setup=true&lang.ts
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import base_default from "./base.js";
3
3
  import { computed, createBlock, createSlots, defineComponent, guardReactiveProps, mergeProps, normalizeProps, openBlock, renderList, renderSlot, withCtx } from "vue";
4
4
  //#region components/typography/title.vue?vue&type=script&setup=true&lang.ts
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { computed, createBlock, createVNode, defineComponent, normalizeStyle, openBlock, resolveComponent, resolveDynamicComponent, withCtx } from "vue";
3
3
  //#region components/typography/typography-content.vue?vue&type=script&setup=true&lang.ts
4
4
  var typography_content_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "TypographyContent" }), {}, {
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import operations_default from "./operations.js";
3
3
  import { createBlock, createSlots, defineComponent, guardReactiveProps, normalizeProps, openBlock, resolveDynamicComponent, withCtx } from "vue";
4
4
  //#region components/typography/typography-operations.vue?vue&type=script&setup=true&lang.ts
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { createElementBlock, defineComponent, normalizeClass, openBlock, renderSlot } from "vue";
4
4
  //#region components/typography/typography.vue?vue&type=script&setup=true&lang.ts
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { createElementBlock, createVNode, defineComponent, openBlock } from "vue";
3
3
  //#region components/typography/utils/inner-text-renderer.vue?vue&type=script&setup=true&lang.ts
4
4
  var inner_text_renderer_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "TypographyInnerTextRenderer" }), {}, {
@@ -325,8 +325,11 @@
325
325
  transition: opacity 0.1s cubic-bezier(0.34, 0.69, 0.1, 1);
326
326
  }
327
327
  .sd-upload-list-picture-operation {
328
- display: none;
328
+ display: flex;
329
+ justify-content: space-evenly;
329
330
  font-size: 14px;
331
+ opacity: 0;
332
+ pointer-events: none;
330
333
  }
331
334
  .sd-upload-list-picture-operation .sd-upload-icon-retry {
332
335
  color: var(--sd-color-white);
@@ -335,14 +338,14 @@
335
338
  color: var(--sd-color-white);
336
339
  font-size: 26px;
337
340
  }
338
- .sd-upload-list-picture-mask:hover {
341
+ .sd-upload-list-picture-mask:hover, .sd-upload-list-picture-mask:focus-within {
339
342
  opacity: 1;
340
343
  }
341
- .sd-upload-list-picture-mask:hover .sd-upload-list-picture-operation {
342
- display: flex;
343
- justify-content: space-evenly;
344
+ .sd-upload-list-picture-mask:hover .sd-upload-list-picture-operation, .sd-upload-list-picture-mask:focus-within .sd-upload-list-picture-operation {
345
+ opacity: 1;
346
+ pointer-events: auto;
344
347
  }
345
- .sd-upload-list-picture-mask:hover .sd-upload-list-picture-error-tip {
348
+ .sd-upload-list-picture-mask:hover .sd-upload-list-picture-error-tip, .sd-upload-list-picture-mask:focus-within .sd-upload-list-picture-error-tip {
346
349
  display: none;
347
350
  }
348
351
  .sd-upload-list-type-picture .sd-upload-list-item-content {
@@ -391,8 +391,11 @@ $upload-prefix-cls: string.unquote('#{theme.$prefix}-upload');
391
391
  }
392
392
 
393
393
  &-operation {
394
- display: none;
394
+ display: flex;
395
+ justify-content: space-evenly;
395
396
  font-size: $upload-picture-item-size-operation-icon;
397
+ opacity: 0;
398
+ pointer-events: none;
396
399
 
397
400
  .#{$upload-prefix-cls}-icon-retry {
398
401
  color: $upload-picture-item-color-operation-icon;
@@ -406,16 +409,19 @@ $upload-prefix-cls: string.unquote('#{theme.$prefix}-upload');
406
409
  }
407
410
  }
408
411
 
409
- &-mask:hover {
412
+ &-mask:hover,
413
+ &-mask:focus-within {
410
414
  opacity: 1;
411
415
  }
412
416
 
413
- &-mask:hover &-operation {
414
- display: flex;
415
- justify-content: space-evenly;
417
+ &-mask:hover &-operation,
418
+ &-mask:focus-within &-operation {
419
+ opacity: 1;
420
+ pointer-events: auto;
416
421
  }
417
422
 
418
- &-mask:hover &-error-tip {
423
+ &-mask:hover &-error-tip,
424
+ &-mask:focus-within &-error-tip {
419
425
  display: none;
420
426
  }
421
427
  }
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isFunction, isPromise } from "../_utils/is.js";
4
4
  import { useI18n } from "../locale/index.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import icon_hover_default from "../_components/icon-hover.js";
4
4
  import { isActivationKey } from "../_utils/keyboard.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import upload_list_item_default from "./upload-list-item.js";
4
4
  import upload_picture_item_default from "./upload-picture-item.js";
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isActivationKey } from "../_utils/keyboard.js";
4
4
  import { useI18n } from "../locale/index.js";
@@ -41,7 +41,7 @@ var upload_picture_item_vue_vue_type_script_setup_true_lang_default = /*@__PURE_
41
41
  const cls = computed(() => [itemCls, { [`${itemCls}-status-error`]: file.value.status === "error" }]);
42
42
  const uploadCtx = inject(uploadInjectionKey, void 0);
43
43
  const [DefineAction, ReuseAction] = createReusableTemplate();
44
- const onActionKeydown = (action) => (event) => {
44
+ const onActionKeydown = (event, action) => {
45
45
  if (action && isActivationKey(event)) {
46
46
  event.preventDefault();
47
47
  action();
@@ -58,7 +58,7 @@ var upload_picture_item_vue_vue_type_script_setup_true_lang_default = /*@__PURE_
58
58
  tabindex: "0",
59
59
  "aria-label": label,
60
60
  onClick: action,
61
- onKeydown: ($event) => onActionKeydown(action)
61
+ onKeydown: ($event) => onActionKeydown($event, action)
62
62
  }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1)];
63
63
  }),
64
64
  _: 3
@@ -1,5 +1,6 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
+ import { isActivationKey } from "../_utils/keyboard.js";
3
4
  import { useI18n } from "../locale/index.js";
4
5
  import Tooltip from "../tooltip/index.js";
5
6
  import IconCheck from "../icon/icon-check/index.js";
@@ -11,6 +12,9 @@ import IconPause from "../icon/icon-pause/index.js";
11
12
  import IconPlayArrowFill from "../icon/icon-play-arrow-fill/index.js";
12
13
  import { Fragment, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, inject, normalizeClass, openBlock, resolveDynamicComponent, toDisplayString, unref, withCtx } from "vue";
13
14
  //#region components/upload/upload-progress.vue?vue&type=script&setup=true&lang.ts
15
+ var _hoisted_1 = ["aria-label"];
16
+ var _hoisted_2 = ["aria-label"];
17
+ var _hoisted_3 = ["aria-label"];
14
18
  var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "UploadProgress" }), {}, {
15
19
  __name: "upload-progress",
16
20
  props: {
@@ -27,8 +31,14 @@ var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
27
31
  const prefixCls = getPrefixCls("upload-progress");
28
32
  const { t } = useI18n();
29
33
  const uploadCtx = inject(uploadInjectionKey, void 0);
34
+ const onActionKeydown = (event, action) => {
35
+ if (isActivationKey(event)) {
36
+ event.preventDefault();
37
+ action();
38
+ }
39
+ };
30
40
  return (_ctx, _cache) => {
31
- var _unref2, _unref$customIcon, _unref3, _unref4, _unref5, _unref6, _unref7, _unref8;
41
+ var _unref2, _unref$customIcon, _unref4, _unref5, _unref6, _unref7, _unref8, _unref10;
32
42
  return openBlock(), createElementBlock("span", { class: normalizeClass(unref(prefixCls)) }, [__props.file.status === "init" || __props.file.status === "uploading" ? (openBlock(), createBlock(unref(Progress), {
33
43
  key: 0,
34
44
  type: "circle",
@@ -39,11 +49,18 @@ var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
39
49
  }, null, 8, ["status", "percent"])) : createCommentVNode("", true), __props.file.status === "error" && ((_unref2 = unref(uploadCtx)) === null || _unref2 === void 0 ? void 0 : _unref2.showRetryButton) ? (openBlock(), createElementBlock("span", {
40
50
  key: 1,
41
51
  class: normalizeClass([unref(uploadCtx).iconCls, `${unref(uploadCtx).iconCls}-upload`]),
42
- onClick: _cache[0] || (_cache[0] = ($event) => unref(uploadCtx).onUpload(__props.file))
43
- }, [unref(uploadCtx).slots["retry-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["retry-icon"]), { key: 0 })) : ((_unref$customIcon = unref(uploadCtx).customIcon) === null || _unref$customIcon === void 0 ? void 0 : _unref$customIcon.retryIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.retryIcon), { key: 1 })) : __props.listType === "picture-card" ? (openBlock(), createBlock(unref(IconUpload), { key: 2 })) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [createTextVNode(toDisplayString(unref(t)("upload.retry")), 1)], 64))], 2)) : __props.file.status === "done" ? (openBlock(), createElementBlock("span", {
52
+ role: "button",
53
+ tabindex: "0",
54
+ "aria-label": unref(t)("a11y.retryUpload"),
55
+ onClick: _cache[0] || (_cache[0] = ($event) => unref(uploadCtx).onUpload(__props.file)),
56
+ onKeydown: _cache[1] || (_cache[1] = ($event) => onActionKeydown($event, () => {
57
+ var _unref3;
58
+ return (_unref3 = unref(uploadCtx)) === null || _unref3 === void 0 ? void 0 : _unref3.onUpload(__props.file);
59
+ }))
60
+ }, [unref(uploadCtx).slots["retry-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["retry-icon"]), { key: 0 })) : ((_unref$customIcon = unref(uploadCtx).customIcon) === null || _unref$customIcon === void 0 ? void 0 : _unref$customIcon.retryIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.retryIcon), { key: 1 })) : __props.listType === "picture-card" ? (openBlock(), createBlock(unref(IconUpload), { key: 2 })) : (openBlock(), createElementBlock(Fragment, { key: 3 }, [createTextVNode(toDisplayString(unref(t)("upload.retry")), 1)], 64))], 42, _hoisted_1)) : __props.file.status === "done" ? (openBlock(), createElementBlock("span", {
44
61
  key: 2,
45
- class: normalizeClass([(_unref3 = unref(uploadCtx)) === null || _unref3 === void 0 ? void 0 : _unref3.iconCls, `${(_unref4 = unref(uploadCtx)) === null || _unref4 === void 0 ? void 0 : _unref4.iconCls}-success`])
46
- }, [((_unref5 = unref(uploadCtx)) === null || _unref5 === void 0 ? void 0 : _unref5.slots["success-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["success-icon"]), { key: 0 })) : ((_unref6 = unref(uploadCtx)) === null || _unref6 === void 0 || (_unref6 = _unref6.customIcon) === null || _unref6 === void 0 ? void 0 : _unref6.successIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.successIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconCheck), { key: 2 }))], 2)) : __props.file.status === "init" && ((_unref7 = unref(uploadCtx)) === null || _unref7 === void 0 ? void 0 : _unref7.showStartButton) ? (openBlock(), createBlock(unref(Tooltip), {
62
+ class: normalizeClass([(_unref4 = unref(uploadCtx)) === null || _unref4 === void 0 ? void 0 : _unref4.iconCls, `${(_unref5 = unref(uploadCtx)) === null || _unref5 === void 0 ? void 0 : _unref5.iconCls}-success`])
63
+ }, [((_unref6 = unref(uploadCtx)) === null || _unref6 === void 0 ? void 0 : _unref6.slots["success-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["success-icon"]), { key: 0 })) : ((_unref7 = unref(uploadCtx)) === null || _unref7 === void 0 || (_unref7 = _unref7.customIcon) === null || _unref7 === void 0 ? void 0 : _unref7.successIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.successIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconCheck), { key: 2 }))], 2)) : __props.file.status === "init" && ((_unref8 = unref(uploadCtx)) === null || _unref8 === void 0 ? void 0 : _unref8.showStartButton) ? (openBlock(), createBlock(unref(Tooltip), {
47
64
  key: 3,
48
65
  content: unref(t)("upload.start")
49
66
  }, {
@@ -51,11 +68,18 @@ var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
51
68
  var _unref$customIcon2;
52
69
  return [createElementVNode("span", {
53
70
  class: normalizeClass([unref(uploadCtx).iconCls, `${unref(uploadCtx).iconCls}-start`]),
54
- onClick: _cache[1] || (_cache[1] = ($event) => unref(uploadCtx).onUpload(__props.file))
55
- }, [unref(uploadCtx).slots["start-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["start-icon"]), { key: 0 })) : ((_unref$customIcon2 = unref(uploadCtx).customIcon) === null || _unref$customIcon2 === void 0 ? void 0 : _unref$customIcon2.startIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.startIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconPlayArrowFill), { key: 2 }))], 2)];
71
+ role: "button",
72
+ tabindex: "0",
73
+ "aria-label": unref(t)("upload.start"),
74
+ onClick: _cache[2] || (_cache[2] = ($event) => unref(uploadCtx).onUpload(__props.file)),
75
+ onKeydown: _cache[3] || (_cache[3] = ($event) => onActionKeydown($event, () => {
76
+ var _unref9;
77
+ return (_unref9 = unref(uploadCtx)) === null || _unref9 === void 0 ? void 0 : _unref9.onUpload(__props.file);
78
+ }))
79
+ }, [unref(uploadCtx).slots["start-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["start-icon"]), { key: 0 })) : ((_unref$customIcon2 = unref(uploadCtx).customIcon) === null || _unref$customIcon2 === void 0 ? void 0 : _unref$customIcon2.startIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.startIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconPlayArrowFill), { key: 2 }))], 42, _hoisted_2)];
56
80
  }),
57
81
  _: 1
58
- }, 8, ["content"])) : ((_unref8 = unref(uploadCtx)) === null || _unref8 === void 0 ? void 0 : _unref8.showCancelButton) ? (openBlock(), createBlock(unref(Tooltip), {
82
+ }, 8, ["content"])) : ((_unref10 = unref(uploadCtx)) === null || _unref10 === void 0 ? void 0 : _unref10.showCancelButton) ? (openBlock(), createBlock(unref(Tooltip), {
59
83
  key: 4,
60
84
  content: unref(t)("upload.cancel")
61
85
  }, {
@@ -63,8 +87,15 @@ var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/
63
87
  var _unref$customIcon3;
64
88
  return [createElementVNode("span", {
65
89
  class: normalizeClass([unref(uploadCtx).iconCls, `${unref(uploadCtx).iconCls}-cancel`]),
66
- onClick: _cache[2] || (_cache[2] = ($event) => unref(uploadCtx).onAbort(__props.file))
67
- }, [unref(uploadCtx).slots["cancel-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["cancel-icon"]), { key: 0 })) : ((_unref$customIcon3 = unref(uploadCtx).customIcon) === null || _unref$customIcon3 === void 0 ? void 0 : _unref$customIcon3.cancelIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.cancelIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconPause), { key: 2 }))], 2)];
90
+ role: "button",
91
+ tabindex: "0",
92
+ "aria-label": unref(t)("upload.cancel"),
93
+ onClick: _cache[4] || (_cache[4] = ($event) => unref(uploadCtx).onAbort(__props.file)),
94
+ onKeydown: _cache[5] || (_cache[5] = ($event) => onActionKeydown($event, () => {
95
+ var _unref11;
96
+ return (_unref11 = unref(uploadCtx)) === null || _unref11 === void 0 ? void 0 : _unref11.onAbort(__props.file);
97
+ }))
98
+ }, [unref(uploadCtx).slots["cancel-icon"] ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["cancel-icon"]), { key: 0 })) : ((_unref$customIcon3 = unref(uploadCtx).customIcon) === null || _unref$customIcon3 === void 0 ? void 0 : _unref$customIcon3.cancelIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.cancelIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconPause), { key: 2 }))], 42, _hoisted_3)];
68
99
  }),
69
100
  _: 1
70
101
  }, 8, ["content"])) : createCommentVNode("", true)], 2);
@@ -1,5 +1,5 @@
1
1
  import { useFormItem } from "../_hooks/use-form-item.js";
2
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
2
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
3
3
  import { getPrefixCls } from "../_utils/global-config.js";
4
4
  import { isBoolean, isFunction, isObject } from "../_utils/is.js";
5
5
  import preview_group_default from "../image/preview-group.js";
@@ -153,4 +153,5 @@ declare const VerificationCode: {
153
153
  install: (app: App, options?: SDOptions) => void;
154
154
  };
155
155
  export type VerificationCodeInstance = InstanceType<typeof _VerificationCode>;
156
+ export type VerificationCodeProps = VerificationCodeInstance['$props'];
156
157
  export default VerificationCode;
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { isExist, isFunction, isString, isUndefined } from "../_utils/is.js";
4
4
  import { useI18n } from "../locale/index.js";
@@ -68,8 +68,8 @@ var verification_code_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*
68
68
  return Array.from({ length: props.length }, (_, index) => isExist(newValue[index]) ? String(newValue[index]) : "");
69
69
  });
70
70
  const innerValue = ref(filledValue.value.slice());
71
- watch(mergedValue, () => {
72
- innerValue.value = filledValue.value.slice();
71
+ watch(filledValue, (value) => {
72
+ innerValue.value = value.slice();
73
73
  });
74
74
  function setInputRef(element, index) {
75
75
  if (element) inputRefList.value[index] = element;
@@ -1,4 +1,4 @@
1
- import _objectWithoutProperties from "../../_virtual/_@oxc-project_runtime@0.146.0/helpers/esm/objectWithoutProperties.js";
1
+ import _objectWithoutProperties from "../../_virtual/_@oxc-project_runtime@0.147.0/helpers/esm/objectWithoutProperties.js";
2
2
  import { getCurrentScope, onScopeDispose, unref, watch } from "vue";
3
3
  //#region components/watermark/hooks/use-mutation-observer.ts
4
4
  var _excluded = ["window"];