@sdata/web-vue 3.30.0 → 4.0.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 (740) hide show
  1. package/dist/sd.css +248 -23
  2. package/dist/sd.min.css +2 -2
  3. package/es/_components/auto-tooltip/auto-tooltip.js +3 -62
  4. package/es/_components/auto-tooltip/auto-tooltip.vue.d.ts +17 -0
  5. package/es/_components/auto-tooltip/auto-tooltip.vue_vue_type_script_setup_true_lang.js +66 -0
  6. package/es/_components/client-only.js +3 -16
  7. package/es/_components/client-only.vue.d.ts +13 -0
  8. package/es/_components/client-only.vue_vue_type_script_setup_true_lang.js +17 -0
  9. package/es/_components/feedback-icon.vue_vue_type_script_setup_true_lang.js +1 -1
  10. package/es/_components/icon-hover.vue_vue_type_script_setup_true_lang.js +1 -1
  11. package/es/_components/input-label/input-label.js +3 -168
  12. package/es/_components/input-label/input-label.vue.d.ts +59 -0
  13. package/es/_components/input-label/input-label.vue_vue_type_script_setup_true_lang.js +192 -0
  14. package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +1 -1
  15. package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +1 -1
  16. package/es/_components/resize-observer.js +3 -44
  17. package/es/_components/resize-observer.vue.d.ts +17 -0
  18. package/es/_components/resize-observer.vue_vue_type_script_setup_true_lang.js +48 -0
  19. package/es/_components/resize-trigger.vue_vue_type_script_setup_true_lang.js +2 -2
  20. package/es/_components/select-view/select-view.js +3 -231
  21. package/es/_components/select-view/select-view.vue.d.ts +76 -0
  22. package/es/_components/select-view/select-view.vue_vue_type_script_setup_true_lang.js +269 -0
  23. package/es/_components/transition/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  24. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_setup_true_lang.js +3 -3
  25. package/es/_hooks/use-scrollbar.js +1 -1
  26. package/es/_utils/array.js +1 -6
  27. package/es/_utils/color.js +4 -6
  28. package/es/_utils/date.js +2 -2
  29. package/es/_utils/global-config.js +1 -1
  30. package/es/_utils/omit.js +1 -1
  31. package/es/_utils/responsive-observe.js +1 -1
  32. package/es/_utils/virtual-dropdown.js +1 -1
  33. package/es/_utils/vue-utils.js +2 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/asyncToGenerator.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/defineProperty.js +1 -1
  36. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/extends.js +1 -1
  37. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectDestructuringEmpty.js +1 -1
  38. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectSpread2.js +1 -1
  39. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutProperties.js +1 -1
  40. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/objectWithoutPropertiesLoose.js +1 -1
  41. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPrimitive.js +1 -1
  42. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/toPropertyKey.js +1 -1
  43. package/es/_virtual/{_@oxc-project_runtime@0.139.0 → _@oxc-project_runtime@0.142.0}/helpers/esm/typeof.js +1 -1
  44. package/es/affix/affix.vue_vue_type_script_setup_true_lang.js +3 -3
  45. package/es/alert/alert.vue_vue_type_script_setup_true_lang.js +1 -1
  46. package/es/anchor/anchor-link.vue_vue_type_script_setup_true_lang.js +1 -1
  47. package/es/anchor/anchor.vue_vue_type_script_setup_true_lang.js +3 -2
  48. package/es/auto-complete/auto-complete.js +3 -389
  49. package/es/auto-complete/auto-complete.vue.d.ts +693 -0
  50. package/es/auto-complete/auto-complete.vue_vue_type_script_setup_true_lang.js +293 -0
  51. package/es/auto-complete/index.d.ts +1667 -79
  52. package/es/avatar/avatar-group.js +4 -96
  53. package/es/avatar/avatar-group.vue.d.ts +29 -0
  54. package/es/avatar/avatar-group.vue_vue_type_script_setup_true_lang.js +84 -0
  55. package/es/avatar/avatar.vue_vue_type_script_setup_true_lang.js +1 -1
  56. package/es/avatar/index.d.ts +53 -51
  57. package/es/avatar/index.js +4 -4
  58. package/es/back-top/back-top.vue_vue_type_script_setup_true_lang.js +1 -1
  59. package/es/badge/badge.js +4 -149
  60. package/es/badge/badge.vue.d.ts +34 -0
  61. package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +97 -0
  62. package/es/badge/index.d.ts +36 -100
  63. package/es/basic-crud-table/basic-crud-modal.vue_vue_type_script_setup_true_lang.js +2 -2
  64. package/es/basic-crud-table/basic-crud-table.vue_vue_type_script_setup_true_lang.js +2 -2
  65. package/es/border-beam/border-beam.vue_vue_type_script_setup_true_lang.js +1 -1
  66. package/es/border-beam/styles.js +1 -1
  67. package/es/breadcrumb/breadcrumb-item.js +3 -106
  68. package/es/breadcrumb/breadcrumb-item.vue.d.ts +25 -0
  69. package/es/breadcrumb/breadcrumb-item.vue_vue_type_script_setup_true_lang.js +89 -0
  70. package/es/breadcrumb/breadcrumb.js +3 -115
  71. package/es/breadcrumb/breadcrumb.vue.d.ts +29 -0
  72. package/es/breadcrumb/breadcrumb.vue_vue_type_script_setup_true_lang.js +98 -0
  73. package/es/breadcrumb/index.d.ts +72 -79
  74. package/es/button/button-group.vue_vue_type_script_setup_true_lang.js +1 -1
  75. package/es/button/button.vue_vue_type_script_setup_true_lang.js +8 -6
  76. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +4 -3
  77. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +2 -2
  78. package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +3 -3
  79. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +2 -2
  80. package/es/card/card-actions.js +5 -0
  81. package/es/card/card-actions.vue.d.ts +7 -0
  82. package/es/card/card-actions.vue_vue_type_script_setup_true_lang.js +23 -0
  83. package/es/card/card-grid.vue_vue_type_script_setup_true_lang.js +1 -1
  84. package/es/card/card-meta.js +3 -47
  85. package/es/card/card-meta.vue.d.ts +21 -0
  86. package/es/card/card-meta.vue_vue_type_script_setup_true_lang.js +54 -0
  87. package/es/card/card.js +3 -180
  88. package/es/card/card.vue.d.ts +40 -0
  89. package/es/card/card.vue_vue_type_script_setup_true_lang.js +116 -0
  90. package/es/card/context.d.ts +1 -2
  91. package/es/card/index.d.ts +67 -871
  92. package/es/card/index.js +1 -1
  93. package/es/carousel/carousel-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  94. package/es/carousel/carousel-indicator.vue_vue_type_script_setup_true_lang.js +1 -1
  95. package/es/carousel/carousel-item.vue_vue_type_script_setup_true_lang.js +1 -1
  96. package/es/carousel/carousel.js +3 -289
  97. package/es/carousel/{carousel.d.ts → carousel.vue.d.ts} +8 -11
  98. package/es/carousel/carousel.vue_vue_type_script_setup_true_lang.js +229 -0
  99. package/es/carousel/index.d.ts +11 -17
  100. package/es/carousel/index.js +1 -1
  101. package/es/cascader/base-cascader-panel.js +3 -70
  102. package/es/cascader/{base-cascader-panel.d.ts → base-cascader-panel.vue.d.ts} +20 -11
  103. package/es/cascader/base-cascader-panel.vue_vue_type_script_setup_true_lang.js +85 -0
  104. package/es/cascader/cascader-column.js +3 -75
  105. package/es/cascader/{cascader-column.d.ts → cascader-column.vue.d.ts} +18 -11
  106. package/es/cascader/cascader-column.vue_vue_type_script_setup_true_lang.js +103 -0
  107. package/es/cascader/cascader-option.js +3 -141
  108. package/es/cascader/{cascader-option.d.ts → cascader-option.vue.d.ts} +4 -3
  109. package/es/cascader/cascader-option.vue_vue_type_script_setup_true_lang.js +171 -0
  110. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +4 -3
  111. package/es/cascader/cascader-search-panel.js +3 -58
  112. package/es/cascader/{cascader-search-panel.d.ts → cascader-search-panel.vue.d.ts} +15 -4
  113. package/es/cascader/cascader-search-panel.vue_vue_type_script_setup_true_lang.js +71 -0
  114. package/es/cascader/cascader.vue.d.ts +3 -1
  115. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +17 -13
  116. package/es/checkbox/checkbox-group.js +3 -139
  117. package/es/checkbox/checkbox-group.vue.d.ts +41 -0
  118. package/es/checkbox/checkbox-group.vue_vue_type_script_setup_true_lang.js +100 -0
  119. package/es/checkbox/checkbox.js +3 -195
  120. package/es/checkbox/checkbox.vue.d.ts +39 -0
  121. package/es/checkbox/checkbox.vue_vue_type_script_setup_true_lang.js +165 -0
  122. package/es/checkbox/icon-check.js +3 -18
  123. package/es/checkbox/icon-check.vue.d.ts +3 -0
  124. package/es/checkbox/icon-check.vue_vue_type_script_setup_true_lang.js +24 -0
  125. package/es/checkbox/index.d.ts +102 -294
  126. package/es/collapse/collapse-item.js +3 -177
  127. package/es/collapse/collapse-item.vue.d.ts +30 -0
  128. package/es/collapse/collapse-item.vue_vue_type_script_setup_true_lang.js +168 -0
  129. package/es/collapse/collapse.vue.d.ts +1 -1
  130. package/es/collapse/collapse.vue_vue_type_script_setup_true_lang.js +1 -1
  131. package/es/collapse/index.d.ts +50 -155
  132. package/es/collapse/style/index.css +1 -0
  133. package/es/collapse/style/index.scss +1 -0
  134. package/es/color-picker/color-picker.js +3 -293
  135. package/es/color-picker/{color-picker.d.ts → color-picker.vue.d.ts} +25 -14
  136. package/es/color-picker/color-picker.vue_vue_type_script_setup_true_lang.js +256 -0
  137. package/es/color-picker/control-bar.js +3 -54
  138. package/es/color-picker/{control-bar.d.ts → control-bar.vue.d.ts} +5 -4
  139. package/es/color-picker/control-bar.vue_vue_type_script_setup_true_lang.js +68 -0
  140. package/es/color-picker/gradient-thumb.js +5 -0
  141. package/es/color-picker/gradient-thumb.vue.d.ts +13 -0
  142. package/es/color-picker/gradient-thumb.vue_vue_type_script_setup_true_lang.js +69 -0
  143. package/es/color-picker/index.d.ts +37 -32
  144. package/es/color-picker/palette.js +3 -43
  145. package/es/color-picker/palette.vue.d.ts +17 -0
  146. package/es/color-picker/palette.vue_vue_type_script_setup_true_lang.js +51 -0
  147. package/es/color-picker/panel.js +3 -475
  148. package/es/color-picker/{panel.d.ts → panel.vue.d.ts} +5 -4
  149. package/es/color-picker/panel.vue_vue_type_script_setup_true_lang.js +453 -0
  150. package/es/color-picker/utils.js +12 -10
  151. package/es/comment/comment.vue_vue_type_script_setup_true_lang.js +1 -1
  152. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  153. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  154. package/es/config-provider/theme.js +1 -1
  155. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
  156. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
  157. package/es/date-picker/hooks/use-range-header-value.js +2 -2
  158. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  159. package/es/date-picker/hooks/use-time-picker-value.js +10 -8
  160. package/es/date-picker/index.d.ts +238 -122
  161. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +1 -1
  162. package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +2 -2
  163. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  164. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
  165. package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
  166. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
  167. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
  168. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +1 -1
  169. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
  170. package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +2 -2
  171. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  172. package/es/date-picker/picker.vue.d.ts +1 -1
  173. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +3 -3
  174. package/es/date-picker/pickers/date-picker.js +3 -93
  175. package/es/date-picker/pickers/{date-picker.d.ts → date-picker.vue.d.ts} +26 -35
  176. package/es/date-picker/pickers/date-picker.vue_vue_type_script_setup_true_lang.js +107 -0
  177. package/es/date-picker/pickers/month-picker.js +3 -37
  178. package/es/date-picker/pickers/month-picker.vue.d.ts +38 -0
  179. package/es/date-picker/pickers/month-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  180. package/es/date-picker/pickers/quarter-picker.js +3 -46
  181. package/es/date-picker/pickers/{quarter-picker.d.ts → quarter-picker.vue.d.ts} +14 -3
  182. package/es/date-picker/pickers/quarter-picker.vue_vue_type_script_setup_true_lang.js +60 -0
  183. package/es/date-picker/pickers/week-picker.js +3 -56
  184. package/es/date-picker/pickers/{week-picker.d.ts → week-picker.vue.d.ts} +15 -4
  185. package/es/date-picker/pickers/week-picker.vue_vue_type_script_setup_true_lang.js +70 -0
  186. package/es/date-picker/pickers/year-picker.js +3 -37
  187. package/es/date-picker/pickers/year-picker.vue.d.ts +38 -0
  188. package/es/date-picker/pickers/year-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  189. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  190. package/es/date-picker/range-picker.vue.d.ts +1 -1
  191. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +3 -3
  192. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
  193. package/es/descriptions/descriptions.js +3 -232
  194. package/es/descriptions/{descriptions.d.ts → descriptions.vue.d.ts} +22 -23
  195. package/es/descriptions/descriptions.vue_vue_type_script_setup_true_lang.js +209 -0
  196. package/es/descriptions/index.d.ts +18 -32
  197. package/es/descriptions/index.js +1 -1
  198. package/es/divider/divider.js +3 -71
  199. package/es/divider/divider.vue.d.ts +21 -0
  200. package/es/divider/divider.vue_vue_type_script_setup_true_lang.js +47 -0
  201. package/es/divider/index.d.ts +25 -66
  202. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +3 -3
  203. package/es/drawer/index.js +2 -2
  204. package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +1 -1
  205. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
  206. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
  207. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +1 -2
  208. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +1 -1
  209. package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  210. package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
  211. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +2 -2
  212. package/es/empty/empty.js +3 -49
  213. package/es/empty/empty.vue.d.ts +18 -0
  214. package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +44 -0
  215. package/es/empty/index.d.ts +20 -36
  216. package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +2 -2
  217. package/es/file-previewer/pdfjs-worker.min.mjs +4 -4
  218. package/es/file-previewer/use-pdf-js.js +2 -2
  219. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
  220. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
  221. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +31 -30
  222. package/es/form/form.vue_vue_type_script_setup_true_lang.js +1 -1
  223. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +4 -3
  224. package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
  225. package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +3 -2
  226. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
  227. package/es/grid/style/col.scss +29 -41
  228. package/es/grid/style/index.css +237 -0
  229. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +1 -1
  230. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
  231. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
  232. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
  233. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
  234. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
  235. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
  236. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  237. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  238. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
  239. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  240. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
  241. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
  242. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
  243. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
  244. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
  245. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
  246. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
  247. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
  248. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  249. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
  250. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  251. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
  252. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
  253. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  254. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  255. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  256. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
  257. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
  258. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
  259. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
  260. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
  261. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
  262. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
  263. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
  264. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
  265. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  266. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
  267. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
  268. package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +1 -1
  269. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
  270. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  271. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
  272. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
  273. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
  274. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
  275. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +1 -1
  276. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
  277. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
  278. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
  279. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  280. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
  281. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  282. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
  283. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
  284. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
  285. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
  286. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  287. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +1 -1
  288. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
  289. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
  290. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +1 -1
  291. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
  292. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
  293. package/es/icon-component/add-from-icon-font-cn.d.ts +8 -13
  294. package/es/icon-component/add-from-icon-font-cn.js +13 -22
  295. package/es/icon-component/icon-font.js +5 -0
  296. package/es/icon-component/icon-font.vue.d.ts +35 -0
  297. package/es/icon-component/icon-font.vue_vue_type_script_setup_true_lang.js +38 -0
  298. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
  299. package/es/icon-component/index.d.ts +1 -13
  300. package/es/icon.js +5 -5
  301. package/es/image/hooks/use-image-drag.js +3 -1
  302. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
  303. package/es/image/image.vue_vue_type_script_setup_true_lang.js +2 -2
  304. package/es/image/index.d.ts +1 -1
  305. package/es/image/preview-action.js +3 -47
  306. package/es/image/preview-action.vue.d.ts +29 -0
  307. package/es/image/preview-action.vue_vue_type_script_setup_true_lang.js +55 -0
  308. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  309. package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
  310. package/es/image/preview-toolbar.vue.d.ts +2 -2
  311. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
  312. package/es/image/preview.vue_vue_type_script_setup_true_lang.js +33 -23
  313. package/es/index.css +248 -23
  314. package/es/index.d.ts +0 -2
  315. package/es/index.js +13 -14
  316. package/es/index.scss +0 -1
  317. package/es/input/index.d.ts +1770 -136
  318. package/es/input/index.js +1 -1
  319. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
  320. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +3 -3
  321. package/es/input/input-search.js +3 -140
  322. package/es/input/input-search.vue.d.ts +620 -0
  323. package/es/input/input-search.vue_vue_type_script_setup_true_lang.js +168 -0
  324. package/es/input/input.js +3 -487
  325. package/es/input/{input.d.ts → input.vue.d.ts} +42 -43
  326. package/es/input/input.vue_vue_type_script_setup_true_lang.js +377 -0
  327. package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +1 -1
  328. package/es/input-mask/mask-engine.js +4 -4
  329. package/es/input-mask/presets.js +1 -1
  330. package/es/input-number/index.d.ts +1670 -106
  331. package/es/input-number/input-number.js +3 -529
  332. package/es/input-number/input-number.vue.d.ts +708 -0
  333. package/es/input-number/input-number.vue_vue_type_script_setup_true_lang.js +384 -0
  334. package/es/input-tag/index.d.ts +76 -92
  335. package/es/input-tag/input-tag.js +3 -672
  336. package/es/input-tag/{input-tag.d.ts → input-tag.vue.d.ts} +52 -49
  337. package/es/input-tag/input-tag.vue_vue_type_script_setup_true_lang.js +585 -0
  338. package/es/input-tag/utils.js +1 -1
  339. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
  340. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
  341. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +1 -1
  342. package/es/json-form/utils.js +4 -4
  343. package/es/kv-list/index.d.ts +34 -34
  344. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +1 -1
  345. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
  346. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  347. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  348. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +4 -3
  350. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
  351. package/es/link/link.vue_vue_type_script_setup_true_lang.js +1 -1
  352. package/es/list/index.d.ts +2619 -93
  353. package/es/list/index.js +2 -2
  354. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  355. package/es/list/list-item.js +3 -54
  356. package/es/list/list-item.vue.d.ts +22 -0
  357. package/es/list/list-item.vue_vue_type_script_setup_true_lang.js +58 -0
  358. package/es/list/list.js +3 -383
  359. package/es/list/list.vue.d.ts +980 -0
  360. package/es/list/list.vue_vue_type_script_setup_true_lang.js +326 -0
  361. package/es/mention/index.d.ts +3234 -58
  362. package/es/mention/mention.js +3 -437
  363. package/es/mention/mention.vue.d.ts +1210 -0
  364. package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +376 -0
  365. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +5 -4
  366. package/es/menu/hooks/use-level.js +2 -1
  367. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +3 -2
  368. package/es/menu/index.d.ts +3 -3
  369. package/es/menu/index.js +1 -1
  370. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +3 -2
  371. package/es/menu/item.js +3 -127
  372. package/es/menu/{item.d.ts → item.vue.d.ts} +25 -4
  373. package/es/menu/item.vue_vue_type_script_setup_true_lang.js +147 -0
  374. package/es/menu/menu.js +3 -57
  375. package/es/menu/menu.vue.d.ts +66 -0
  376. package/es/menu/menu.vue_vue_type_script_setup_true_lang.js +78 -0
  377. package/es/menu/overflow-wrap.js +3 -97
  378. package/es/menu/overflow-wrap.vue.d.ts +3 -0
  379. package/es/menu/overflow-wrap.vue_vue_type_script_setup_true_lang.js +114 -0
  380. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
  381. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +2 -2
  382. package/es/menu/sub-menu.js +3 -115
  383. package/es/menu/{sub-menu.d.ts → sub-menu.vue.d.ts} +27 -30
  384. package/es/menu/sub-menu.vue_vue_type_script_setup_true_lang.js +110 -0
  385. package/es/message/index.js +1 -1
  386. package/es/message/message-list.js +3 -45
  387. package/es/message/{message-list.d.ts → message-list.vue.d.ts} +9 -7
  388. package/es/message/message-list.vue_vue_type_script_setup_true_lang.js +64 -0
  389. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  390. package/es/modal/index.js +3 -3
  391. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +3 -3
  392. package/es/model-selector/model-selector-content.vue_vue_type_script_setup_true_lang.js +1 -1
  393. package/es/model-selector/model-selector-dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  394. package/es/model-selector/model-selector-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  395. package/es/model-selector/model-selector-group.vue_vue_type_script_setup_true_lang.js +1 -1
  396. package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +1 -1
  397. package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +1 -1
  398. package/es/model-selector/model-selector-list.vue_vue_type_script_setup_true_lang.js +1 -1
  399. package/es/model-selector/model-selector-logo-group.vue_vue_type_script_setup_true_lang.js +1 -1
  400. package/es/model-selector/model-selector-logo.vue_vue_type_script_setup_true_lang.js +1 -1
  401. package/es/model-selector/model-selector-name.vue_vue_type_script_setup_true_lang.js +1 -1
  402. package/es/model-selector/model-selector-separator.vue_vue_type_script_setup_true_lang.js +1 -1
  403. package/es/model-selector/model-selector-shortcut.vue_vue_type_script_setup_true_lang.js +1 -1
  404. package/es/model-selector/model-selector-trigger-element.js +5 -0
  405. package/es/model-selector/model-selector-trigger-element.vue.d.ts +7 -0
  406. package/es/model-selector/model-selector-trigger-element.vue_vue_type_script_lang.js +18 -0
  407. package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +4 -17
  408. package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +1 -1
  409. package/es/notification/index.js +1 -1
  410. package/es/notification/notification-list.js +3 -58
  411. package/es/notification/notification-list.vue.d.ts +34 -0
  412. package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +96 -0
  413. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  414. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
  415. package/es/pagination/index.d.ts +45 -49
  416. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  417. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  418. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  419. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  420. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  421. package/es/pagination/pagination.js +3 -463
  422. package/es/pagination/{pagination.d.ts → pagination.vue.d.ts} +42 -31
  423. package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +454 -0
  424. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
  425. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
  426. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
  427. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
  428. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  429. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  430. package/es/qr-code/index.d.ts +18 -33
  431. package/es/qr-code/qr-code.vue.d.ts +6 -11
  432. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +4 -3
  433. package/es/radio/index.d.ts +111 -289
  434. package/es/radio/radio-group.js +3 -168
  435. package/es/radio/radio-group.vue.d.ts +45 -0
  436. package/es/radio/radio-group.vue_vue_type_script_setup_true_lang.js +129 -0
  437. package/es/radio/radio.js +3 -172
  438. package/es/radio/radio.vue.d.ts +40 -0
  439. package/es/radio/radio.vue_vue_type_script_setup_true_lang.js +152 -0
  440. package/es/rate/index.d.ts +17 -11
  441. package/es/rate/rate.js +3 -269
  442. package/es/rate/{rate.d.ts → rate.vue.d.ts} +18 -6
  443. package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +220 -0
  444. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +1 -3
  445. package/es/result/403.js +3 -481
  446. package/es/result/403.vue.d.ts +3 -0
  447. package/es/result/403.vue_vue_type_script_setup_true_lang.js +24 -0
  448. package/es/result/404.js +3 -335
  449. package/es/result/404.vue.d.ts +3 -0
  450. package/es/result/404.vue_vue_type_script_setup_true_lang.js +24 -0
  451. package/es/result/500.js +3 -344
  452. package/es/result/500.vue.d.ts +3 -0
  453. package/es/result/500.vue_vue_type_script_setup_true_lang.js +19 -0
  454. package/es/result/result.vue_vue_type_script_setup_true_lang.js +2 -2
  455. package/es/rich-text-editor/nodes/inline-component-node.js +1 -1
  456. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +2 -2
  457. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +4 -4
  458. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +2 -2
  459. package/es/sd-vue.js +14 -16
  460. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +2 -2
  461. package/es/select/hooks/use-options.js +1 -1
  462. package/es/select/index.d.ts +93 -2299
  463. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  464. package/es/select/select.js +3 -684
  465. package/es/select/select.vue.d.ts +450 -0
  466. package/es/select/select.vue_vue_type_script_setup_true_lang.js +774 -0
  467. package/es/select/utils.js +1 -1
  468. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  469. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +1 -1
  470. package/es/sender/sender-recording-icon.js +5 -0
  471. package/es/sender/sender-recording-icon.vue.d.ts +3 -0
  472. package/es/sender/sender-recording-icon.vue_vue_type_script_setup_true_lang.js +38 -0
  473. package/es/sender/sender-skill-tag.js +5 -0
  474. package/es/sender/sender-skill-tag.vue.d.ts +28 -0
  475. package/es/sender/sender-skill-tag.vue_vue_type_script_setup_true_lang.js +59 -0
  476. package/es/sender/sender-stop-loading-icon.js +5 -0
  477. package/es/sender/sender-stop-loading-icon.vue.d.ts +3 -0
  478. package/es/sender/sender-stop-loading-icon.vue_vue_type_script_setup_true_lang.js +54 -0
  479. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +1 -1
  480. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +8 -109
  481. package/es/sender/use-recorder.js +2 -1
  482. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
  483. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  484. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +1 -1
  485. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +5 -2
  486. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  487. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  488. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  489. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  490. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
  491. package/es/slider/utils.js +1 -2
  492. package/es/space/index.d.ts +26 -72
  493. package/es/space/space.js +3 -101
  494. package/es/space/space.vue.d.ts +22 -0
  495. package/es/space/space.vue_vue_type_script_setup_true_lang.js +84 -0
  496. package/es/spin/dot-loading.js +3 -28
  497. package/es/spin/dot-loading.vue.d.ts +6 -0
  498. package/es/spin/dot-loading.vue_vue_type_script_setup_true_lang.js +33 -0
  499. package/es/spin/index.d.ts +37 -60
  500. package/es/spin/spin.js +3 -153
  501. package/es/spin/spin.vue.d.ts +27 -0
  502. package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +139 -0
  503. package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
  504. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +1 -1
  505. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +1 -1
  506. package/es/statistic/utils.js +5 -5
  507. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
  508. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  509. package/es/style/theme/z-index.js +3 -3
  510. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +2 -2
  511. package/es/table/hooks/use-row-selection.js +1 -1
  512. package/es/table/index.d.ts +449 -362
  513. package/es/table/index.js +1 -1
  514. package/es/table/table-column.js +3 -254
  515. package/es/table/table-column.vue.d.ts +75 -0
  516. package/es/table/table-column.vue_vue_type_script_setup_true_lang.js +194 -0
  517. package/es/table/table-operation-td.js +3 -130
  518. package/es/table/table-operation-td.vue.d.ts +87 -0
  519. package/es/table/table-operation-td.vue_vue_type_script_setup_true_lang.js +114 -0
  520. package/es/table/table-operation-th.js +3 -73
  521. package/es/table/{table-operation-th.d.ts → table-operation-th.vue.d.ts} +5 -4
  522. package/es/table/table-operation-th.vue_vue_type_script_setup_true_lang.js +86 -0
  523. package/es/table/table-tbody.js +3 -16
  524. package/es/table/table-tbody.vue.d.ts +14 -0
  525. package/es/table/table-tbody.vue_vue_type_script_setup_true_lang.js +23 -0
  526. package/es/table/table-td.js +3 -192
  527. package/es/table/{table-td.d.ts → table-td.vue.d.ts} +26 -12
  528. package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +218 -0
  529. package/es/table/table-th.js +3 -225
  530. package/es/table/{table-th.d.ts → table-th.vue.d.ts} +17 -6
  531. package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +268 -0
  532. package/es/table/table-thead.js +3 -16
  533. package/es/table/table-thead.vue.d.ts +14 -0
  534. package/es/table/table-thead.vue_vue_type_script_setup_true_lang.js +23 -0
  535. package/es/table/table-tr.js +3 -34
  536. package/es/table/table-tr.vue.d.ts +30 -0
  537. package/es/table/table-tr.vue_vue_type_script_setup_true_lang.js +48 -0
  538. package/es/table/table.js +3 -1637
  539. package/es/table/{table.d.ts → table.vue.d.ts} +41 -56
  540. package/es/table/table.vue_vue_type_script_setup_true_lang.js +1568 -0
  541. package/es/table/utils.js +1 -1
  542. package/es/tabs/index.d.ts +32 -33
  543. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +1 -1
  544. package/es/tabs/tabs-button.js +3 -58
  545. package/es/tabs/{tabs-button.d.ts → tabs-button.vue.d.ts} +6 -3
  546. package/es/tabs/tabs-button.vue_vue_type_script_setup_true_lang.js +54 -0
  547. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  548. package/es/tabs/tabs-nav.js +3 -297
  549. package/es/tabs/{tabs-nav.d.ts → tabs-nav.vue.d.ts} +23 -13
  550. package/es/tabs/tabs-nav.vue_vue_type_script_setup_true_lang.js +332 -0
  551. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
  552. package/es/tabs/tabs.js +3 -325
  553. package/es/tabs/{tabs.d.ts → tabs.vue.d.ts} +25 -18
  554. package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +237 -0
  555. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
  556. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +2 -2
  557. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -3
  558. package/es/thinking-orb/engine/lattice.js +1 -1
  559. package/es/thinking-orb/engine/morph.js +1 -1
  560. package/es/thinking-orb/engine/profiles.js +1 -1
  561. package/es/thinking-orb/presets.js +1 -1
  562. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +1 -1
  563. package/es/time-picker/hooks/use-time-state.js +4 -2
  564. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +2 -2
  565. package/es/time-picker/range-panel.js +3 -56
  566. package/es/time-picker/range-panel.vue.d.ts +44 -0
  567. package/es/time-picker/range-panel.vue_vue_type_script_setup_true_lang.js +65 -0
  568. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  569. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +2 -2
  570. package/es/timeline/context.d.ts +1 -0
  571. package/es/timeline/index.d.ts +36 -426
  572. package/es/timeline/item.vue.d.ts +3 -0
  573. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +7 -5
  574. package/es/timeline/timeline.js +3 -109
  575. package/es/timeline/timeline.vue.d.ts +26 -0
  576. package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +68 -0
  577. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  578. package/es/tooltip/index.d.ts +3 -0
  579. package/es/tooltip/interface.d.ts +1 -0
  580. package/es/tooltip/style/index.css +3 -0
  581. package/es/tooltip/style/index.scss +4 -0
  582. package/es/tooltip/tooltip.vue.d.ts +1 -0
  583. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +6 -2
  584. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +17 -15
  585. package/es/transfer/transfer-list-item.js +3 -74
  586. package/es/transfer/transfer-list-item.vue.d.ts +30 -0
  587. package/es/transfer/transfer-list-item.vue_vue_type_script_setup_true_lang.js +101 -0
  588. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +3 -3
  589. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +1 -1
  590. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
  591. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  592. package/es/tree/hooks/use-draggable.js +0 -2
  593. package/es/tree/node-switcher.js +2 -2
  594. package/es/tree/node-switcher.vue.d.ts +7 -43
  595. package/es/tree/node-switcher.vue_vue_type_script_setup_true_lang.js +85 -0
  596. package/es/tree/node.js +3 -20
  597. package/es/tree/node.vue.d.ts +15 -0
  598. package/es/tree/node.vue_vue_type_script_setup_true_lang.js +30 -0
  599. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  600. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +28 -30
  601. package/es/tree/utils/tree-data.js +1 -1
  602. package/es/tree-select/hooks/use-selected-state.js +1 -1
  603. package/es/tree-select/panel.js +3 -71
  604. package/es/tree-select/panel.vue.d.ts +56 -0
  605. package/es/tree-select/panel.vue_vue_type_script_setup_true_lang.js +75 -0
  606. package/es/tree-select/tree-select.vue.d.ts +5 -2
  607. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +4 -4
  608. package/es/trigger/index.d.ts +168 -506
  609. package/es/trigger/trigger.js +3 -833
  610. package/es/trigger/trigger.vue.d.ts +108 -0
  611. package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +642 -0
  612. package/es/typography/base.js +3 -427
  613. package/es/typography/base.vue.d.ts +116 -0
  614. package/es/typography/base.vue_vue_type_script_setup_true_lang.js +314 -0
  615. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
  616. package/es/typography/index.d.ts +108 -37
  617. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
  618. package/es/typography/paragraph.js +3 -35
  619. package/es/typography/paragraph.vue.d.ts +33 -0
  620. package/es/typography/paragraph.vue_vue_type_script_setup_true_lang.js +42 -0
  621. package/es/typography/text.js +3 -22
  622. package/es/typography/text.vue.d.ts +27 -0
  623. package/es/typography/text.vue_vue_type_script_setup_true_lang.js +31 -0
  624. package/es/typography/title.js +3 -24
  625. package/es/typography/title.vue.d.ts +26 -0
  626. package/es/typography/title.vue_vue_type_script_setup_true_lang.js +33 -0
  627. package/es/typography/typography-content.js +5 -0
  628. package/es/typography/typography-content.vue.d.ts +9 -0
  629. package/es/typography/typography-content.vue_vue_type_script_setup_true_lang.js +47 -0
  630. package/es/typography/typography-operations.js +5 -0
  631. package/es/typography/typography-operations.vue.d.ts +22 -0
  632. package/es/typography/typography-operations.vue_vue_type_script_setup_true_lang.js +73 -0
  633. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  634. package/es/typography/utils/getInnerText.d.ts +1 -1
  635. package/es/typography/utils/getInnerText.js +4 -5
  636. package/es/typography/utils/inner-text-renderer.js +5 -0
  637. package/es/typography/utils/inner-text-renderer.vue.d.ts +7 -0
  638. package/es/typography/utils/inner-text-renderer.vue_vue_type_script_setup_true_lang.js +22 -0
  639. package/es/typography/utils/measure.d.ts +2 -3
  640. package/es/typography/utils/measure.js +8 -10
  641. package/es/upload/index.d.ts +74 -148
  642. package/es/upload/style/index.css +7 -9
  643. package/es/upload/style/index.scss +6 -6
  644. package/es/upload/upload-button.js +3 -137
  645. package/es/upload/{upload-button.d.ts → upload-button.vue.d.ts} +18 -11
  646. package/es/upload/upload-button.vue_vue_type_script_setup_true_lang.js +161 -0
  647. package/es/upload/upload-list-item.js +3 -120
  648. package/es/upload/{upload-list-item.d.ts → upload-list-item.vue.d.ts} +5 -4
  649. package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +195 -0
  650. package/es/upload/upload-list.js +3 -46
  651. package/es/upload/upload-list.vue.d.ts +38 -0
  652. package/es/upload/upload-list.vue_vue_type_script_setup_true_lang.js +47 -0
  653. package/es/upload/upload-picture-item.js +3 -86
  654. package/es/upload/upload-picture-item.vue.d.ts +35 -0
  655. package/es/upload/upload-picture-item.vue_vue_type_script_setup_true_lang.js +147 -0
  656. package/es/upload/upload-progress.js +3 -73
  657. package/es/upload/{upload-progress.d.ts → upload-progress.vue.d.ts} +5 -4
  658. package/es/upload/upload-progress.vue_vue_type_script_setup_true_lang.js +75 -0
  659. package/es/upload/upload.js +3 -671
  660. package/es/upload/{upload.d.ts → upload.vue.d.ts} +50 -83
  661. package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +392 -0
  662. package/es/verification-code/index.d.ts +18 -24
  663. package/es/verification-code/verification-code.js +3 -216
  664. package/es/verification-code/{verification-code.d.ts → verification-code.vue.d.ts} +12 -15
  665. package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +192 -0
  666. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  667. package/es/watermark/index.d.ts +12 -8
  668. package/es/watermark/watermark.js +3 -292
  669. package/es/watermark/{watermark.d.ts → watermark.vue.d.ts} +13 -2
  670. package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +303 -0
  671. package/json/vetur-attributes.json +70 -1356
  672. package/json/vetur-tags.json +86 -473
  673. package/json/web-types.json +2599 -5702
  674. package/package.json +14 -14
  675. package/es/_components/auto-tooltip/auto-tooltip.d.ts +0 -10
  676. package/es/_components/client-only.d.ts +0 -4
  677. package/es/_components/input-label/input-label.d.ts +0 -70
  678. package/es/_components/resize-observer.d.ts +0 -6
  679. package/es/_components/select-view/select-view.d.ts +0 -171
  680. package/es/auto-complete/auto-complete.d.ts +0 -146
  681. package/es/avatar/avatar-group.d.ts +0 -58
  682. package/es/badge/badge.d.ts +0 -67
  683. package/es/breadcrumb/breadcrumb-item.d.ts +0 -35
  684. package/es/breadcrumb/breadcrumb.d.ts +0 -34
  685. package/es/card/card-meta.d.ts +0 -18
  686. package/es/card/card.d.ts +0 -464
  687. package/es/checkbox/checkbox-group.d.ts +0 -62
  688. package/es/checkbox/checkbox.d.ts +0 -146
  689. package/es/checkbox/icon-check.d.ts +0 -2
  690. package/es/collapse/collapse-item.d.ts +0 -157
  691. package/es/color-picker/palette.d.ts +0 -16
  692. package/es/date-picker/pickers/month-picker.d.ts +0 -27
  693. package/es/date-picker/pickers/year-picker.d.ts +0 -27
  694. package/es/divider/divider.d.ts +0 -43
  695. package/es/empty/empty.d.ts +0 -20
  696. package/es/image/preview-action.d.ts +0 -73
  697. package/es/input/input-search.d.ts +0 -81
  698. package/es/input-number/input-number.d.ts +0 -178
  699. package/es/list/list-item.d.ts +0 -16
  700. package/es/list/list.d.ts +0 -127
  701. package/es/mention/mention.d.ts +0 -128
  702. package/es/menu/menu.d.ts +0 -455
  703. package/es/menu/overflow-wrap.d.ts +0 -2
  704. package/es/notification/notification-list.d.ts +0 -32
  705. package/es/overflow-list/index.d.ts +0 -81
  706. package/es/overflow-list/index.js +0 -10
  707. package/es/overflow-list/overflow-list.d.ts +0 -37
  708. package/es/overflow-list/overflow-list.js +0 -140
  709. package/es/overflow-list/style/css.js +0 -2
  710. package/es/overflow-list/style/index.css +0 -30
  711. package/es/overflow-list/style/index.d.ts +0 -2
  712. package/es/overflow-list/style/index.js +0 -2
  713. package/es/overflow-list/style/index.scss +0 -20
  714. package/es/radio/radio-group.d.ts +0 -72
  715. package/es/radio/radio.d.ts +0 -140
  716. package/es/result/403.d.ts +0 -2
  717. package/es/result/404.d.ts +0 -2
  718. package/es/result/500.d.ts +0 -2
  719. package/es/select/select.d.ts +0 -1533
  720. package/es/space/space.d.ts +0 -45
  721. package/es/spin/dot-loading.d.ts +0 -10
  722. package/es/spin/spin.d.ts +0 -37
  723. package/es/table/table-column.d.ts +0 -120
  724. package/es/table/table-operation-td.d.ts +0 -813
  725. package/es/table/table-tbody.d.ts +0 -4
  726. package/es/table/table-thead.d.ts +0 -4
  727. package/es/table/table-tr.d.ts +0 -41
  728. package/es/time-picker/range-panel.d.ts +0 -203
  729. package/es/timeline/timeline.d.ts +0 -226
  730. package/es/transfer/transfer-list-item.d.ts +0 -45
  731. package/es/tree/node-switcher.vue_vue_type_script_lang.js +0 -69
  732. package/es/tree/node.d.ts +0 -4
  733. package/es/tree-select/panel.d.ts +0 -14
  734. package/es/trigger/trigger.d.ts +0 -366
  735. package/es/typography/base.d.ts +0 -171
  736. package/es/typography/paragraph.d.ts +0 -27
  737. package/es/typography/text.d.ts +0 -18
  738. package/es/typography/title.d.ts +0 -17
  739. package/es/upload/upload-list.d.ts +0 -63
  740. package/es/upload/upload-picture-item.d.ts +0 -24
@@ -0,0 +1,38 @@
1
+ import { type PropType } from 'vue';
2
+ import type { FileItem, ListType } from './interfaces';
3
+ declare var __VLS_8: {
4
+ fileItem: FileItem;
5
+ index: number;
6
+ }, __VLS_20: {};
7
+ type __VLS_Slots = {} & {
8
+ 'upload-item'?: (props: typeof __VLS_8) => any;
9
+ } & {
10
+ 'upload-button'?: (props: typeof __VLS_20) => any;
11
+ };
12
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
+ fileList: {
14
+ type: PropType<FileItem[]>;
15
+ required: true;
16
+ };
17
+ listType: {
18
+ type: PropType<ListType>;
19
+ required: true;
20
+ };
21
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ fileList: {
23
+ type: PropType<FileItem[]>;
24
+ required: true;
25
+ };
26
+ listType: {
27
+ type: PropType<ListType>;
28
+ required: true;
29
+ };
30
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
31
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
32
+ declare const _default: typeof __VLS_export;
33
+ export default _default;
34
+ type __VLS_WithSlots<T, S> = T & {
35
+ new (): {
36
+ $slots: S;
37
+ };
38
+ };
@@ -0,0 +1,47 @@
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
+ import { getPrefixCls } from "../_utils/global-config.js";
3
+ import upload_list_item_default from "./upload-list-item.js";
4
+ import upload_picture_item_default from "./upload-picture-item.js";
5
+ import { Fragment, TransitionGroup, computed, createBlock, createCommentVNode, createElementBlock, defineComponent, normalizeClass, openBlock, renderList, renderSlot, withCtx } from "vue";
6
+ //#region components/upload/upload-list.vue?vue&type=script&setup=true&lang.ts
7
+ var upload_list_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "UploadList" }), {}, {
8
+ __name: "upload-list",
9
+ props: {
10
+ fileList: {
11
+ type: Array,
12
+ required: true
13
+ },
14
+ listType: {
15
+ type: String,
16
+ required: true
17
+ }
18
+ },
19
+ setup(__props) {
20
+ const props = __props;
21
+ const prefixCls = getPrefixCls("upload");
22
+ const cls = computed(() => [`${prefixCls}-list`, `${prefixCls}-list-type-${props.listType}`]);
23
+ return (_ctx, _cache) => {
24
+ return openBlock(), createBlock(TransitionGroup, {
25
+ tag: "div",
26
+ class: normalizeClass(cls.value)
27
+ }, {
28
+ default: withCtx(() => [(openBlock(true), createElementBlock(Fragment, null, renderList(__props.fileList, (fileItem, index) => {
29
+ return openBlock(), createElementBlock(Fragment, { key: `item-${index}` }, [_ctx.$slots["upload-item"] ? renderSlot(_ctx.$slots, "upload-item", {
30
+ fileItem,
31
+ index
32
+ }, void 0, void 0, 0) : __props.listType === "picture-card" ? (openBlock(), createBlock(upload_picture_item_default, {
33
+ key: 1,
34
+ file: fileItem
35
+ }, null, 8, ["file"])) : (openBlock(), createBlock(upload_list_item_default, {
36
+ key: 2,
37
+ file: fileItem,
38
+ "list-type": __props.listType
39
+ }, null, 8, ["file", "list-type"]))], 64);
40
+ }), 128)), __props.listType === "picture-card" ? renderSlot(_ctx.$slots, "upload-button", {}, void 0, void 0, 0) : createCommentVNode("", true)]),
41
+ _: 3
42
+ }, 8, ["class"]);
43
+ };
44
+ }
45
+ }));
46
+ //#endregion
47
+ export { upload_list_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,88 +1,5 @@
1
- import { getPrefixCls } from "../_utils/global-config.js";
2
- import { isActivationKey } from "../_utils/keyboard.js";
3
- import { useI18n } from "../locale/index.js";
4
- import IconEye from "../icon/icon-eye/index.js";
5
- import IconImageClose from "../icon/icon-image-close/index.js";
6
- import IconDelete from "../icon/icon-delete/index.js";
7
- import { uploadInjectionKey } from "./context.js";
8
- import IconUpload from "../icon/icon-upload/index.js";
9
- import IconPlayArrowFill from "../icon/icon-play-arrow-fill/index.js";
10
- import upload_progress_default from "./upload-progress.js";
11
- import { Fragment, computed, createVNode, defineComponent, inject, mergeProps } from "vue";
12
- //#region components/upload/upload-picture-item.tsx
13
- var upload_picture_item_default = /* @__PURE__ */ defineComponent({
14
- name: "UploadPictureItem",
15
- props: {
16
- file: {
17
- type: Object,
18
- required: true
19
- },
20
- disabled: {
21
- type: Boolean,
22
- default: false
23
- }
24
- },
25
- setup(props) {
26
- const { t } = useI18n();
27
- const itemCls = `${getPrefixCls("upload-list")}-picture`;
28
- const cls = computed(() => [itemCls, { [`${itemCls}-status-error`]: props.file.status === "error" }]);
29
- const uploadCtx = inject(uploadInjectionKey, void 0);
30
- const onActionKeydown = (fn) => (e) => {
31
- if (fn && isActivationKey(e)) {
32
- e.preventDefault();
33
- fn();
34
- }
35
- };
36
- const renderCard = () => {
37
- var _uploadCtx$slots$imag, _uploadCtx$slots, _uploadCtx$slots$imag2, _ref, _uploadCtx$slots$erro, _uploadCtx$slots2, _uploadCtx$slots2$err, _uploadCtx$customIcon, _uploadCtx$customIcon2, _ref2, _uploadCtx$slots$prev, _uploadCtx$slots3, _uploadCtx$slots3$pre, _uploadCtx$customIcon3, _uploadCtx$customIcon4, _ref3, _uploadCtx$slots$star, _uploadCtx$slots4, _uploadCtx$slots4$sta, _uploadCtx$customIcon5, _uploadCtx$customIcon6, _ref4, _uploadCtx$slots$retr, _uploadCtx$slots5, _uploadCtx$slots5$ret, _uploadCtx$customIcon7, _uploadCtx$customIcon8, _ref5, _uploadCtx$slots$remo, _uploadCtx$slots6, _uploadCtx$slots6$rem, _uploadCtx$customIcon9, _uploadCtx$customIcon10, _uploadCtx$slots7, _uploadCtx$slots7$ext;
38
- if (props.file.status === "uploading") return createVNode(upload_progress_default, {
39
- "file": props.file,
40
- "listType": "picture-card"
41
- }, null);
42
- return createVNode(Fragment, null, [(_uploadCtx$slots$imag = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots$imag2 = (_uploadCtx$slots = uploadCtx.slots).image) === null || _uploadCtx$slots$imag2 === void 0 ? void 0 : _uploadCtx$slots$imag2.call(_uploadCtx$slots, { fileItem: props.file })) !== null && _uploadCtx$slots$imag !== void 0 ? _uploadCtx$slots$imag : createVNode("img", mergeProps({
43
- "src": props.file.url,
44
- "alt": props.file.name
45
- }, (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.imageLoading) ? { loading: uploadCtx.imageLoading } : void 0), null), createVNode("div", { "class": `${itemCls}-mask` }, [props.file.status === "error" && createVNode("div", { "class": `${itemCls}-error-tip` }, [createVNode("span", { "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-error`] }, [(_ref = (_uploadCtx$slots$erro = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots2$err = (_uploadCtx$slots2 = uploadCtx.slots)["error-icon"]) === null || _uploadCtx$slots2$err === void 0 ? void 0 : _uploadCtx$slots2$err.call(_uploadCtx$slots2)) !== null && _uploadCtx$slots$erro !== void 0 ? _uploadCtx$slots$erro : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon = uploadCtx.customIcon) === null || _uploadCtx$customIcon === void 0 || (_uploadCtx$customIcon2 = _uploadCtx$customIcon.errorIcon) === null || _uploadCtx$customIcon2 === void 0 ? void 0 : _uploadCtx$customIcon2.call(_uploadCtx$customIcon)) !== null && _ref !== void 0 ? _ref : createVNode(IconImageClose, null, null)])]), createVNode("div", { "class": `${itemCls}-operation` }, [
46
- props.file.status !== "error" && (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showPreviewButton) && createVNode("span", {
47
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-preview`],
48
- "role": "button",
49
- "tabindex": "0",
50
- "aria-label": t("a11y.preview"),
51
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onPreview(props.file),
52
- "onKeydown": onActionKeydown(() => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onPreview(props.file))
53
- }, [(_ref2 = (_uploadCtx$slots$prev = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots3$pre = (_uploadCtx$slots3 = uploadCtx.slots)["preview-icon"]) === null || _uploadCtx$slots3$pre === void 0 ? void 0 : _uploadCtx$slots3$pre.call(_uploadCtx$slots3)) !== null && _uploadCtx$slots$prev !== void 0 ? _uploadCtx$slots$prev : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon3 = uploadCtx.customIcon) === null || _uploadCtx$customIcon3 === void 0 || (_uploadCtx$customIcon4 = _uploadCtx$customIcon3.previewIcon) === null || _uploadCtx$customIcon4 === void 0 ? void 0 : _uploadCtx$customIcon4.call(_uploadCtx$customIcon3)) !== null && _ref2 !== void 0 ? _ref2 : createVNode(IconEye, null, null)]),
54
- props.file.status === "init" && (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showStartButton) && createVNode("span", {
55
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-start`],
56
- "role": "button",
57
- "tabindex": "0",
58
- "aria-label": t("upload.start"),
59
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file),
60
- "onKeydown": onActionKeydown(() => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file))
61
- }, [(_ref3 = (_uploadCtx$slots$star = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots4$sta = (_uploadCtx$slots4 = uploadCtx.slots)["start-icon"]) === null || _uploadCtx$slots4$sta === void 0 ? void 0 : _uploadCtx$slots4$sta.call(_uploadCtx$slots4)) !== null && _uploadCtx$slots$star !== void 0 ? _uploadCtx$slots$star : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon5 = uploadCtx.customIcon) === null || _uploadCtx$customIcon5 === void 0 || (_uploadCtx$customIcon6 = _uploadCtx$customIcon5.startIcon) === null || _uploadCtx$customIcon6 === void 0 ? void 0 : _uploadCtx$customIcon6.call(_uploadCtx$customIcon5)) !== null && _ref3 !== void 0 ? _ref3 : createVNode(IconPlayArrowFill, null, null)]),
62
- props.file.status === "error" && (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showRetryButton) && createVNode("span", {
63
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-upload`],
64
- "role": "button",
65
- "tabindex": "0",
66
- "aria-label": t("a11y.retryUpload"),
67
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file),
68
- "onKeydown": onActionKeydown(() => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file))
69
- }, [(_ref4 = (_uploadCtx$slots$retr = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots5$ret = (_uploadCtx$slots5 = uploadCtx.slots)["retry-icon"]) === null || _uploadCtx$slots5$ret === void 0 ? void 0 : _uploadCtx$slots5$ret.call(_uploadCtx$slots5)) !== null && _uploadCtx$slots$retr !== void 0 ? _uploadCtx$slots$retr : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon7 = uploadCtx.customIcon) === null || _uploadCtx$customIcon7 === void 0 || (_uploadCtx$customIcon8 = _uploadCtx$customIcon7.retryIcon) === null || _uploadCtx$customIcon8 === void 0 ? void 0 : _uploadCtx$customIcon8.call(_uploadCtx$customIcon7)) !== null && _ref4 !== void 0 ? _ref4 : createVNode(IconUpload, null, null)]),
70
- !(uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.disabled) && (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showRemoveButton) && createVNode("span", {
71
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-remove`],
72
- "role": "button",
73
- "tabindex": "0",
74
- "aria-label": t("a11y.remove"),
75
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onRemove(props.file),
76
- "onKeydown": onActionKeydown(() => {
77
- var _uploadCtx$onRemove;
78
- return uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$onRemove = uploadCtx.onRemove) === null || _uploadCtx$onRemove === void 0 ? void 0 : _uploadCtx$onRemove.call(uploadCtx, props.file);
79
- })
80
- }, [(_ref5 = (_uploadCtx$slots$remo = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots6$rem = (_uploadCtx$slots6 = uploadCtx.slots)["remove-icon"]) === null || _uploadCtx$slots6$rem === void 0 ? void 0 : _uploadCtx$slots6$rem.call(_uploadCtx$slots6)) !== null && _uploadCtx$slots$remo !== void 0 ? _uploadCtx$slots$remo : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon9 = uploadCtx.customIcon) === null || _uploadCtx$customIcon9 === void 0 || (_uploadCtx$customIcon10 = _uploadCtx$customIcon9.removeIcon) === null || _uploadCtx$customIcon10 === void 0 ? void 0 : _uploadCtx$customIcon10.call(_uploadCtx$customIcon9)) !== null && _ref5 !== void 0 ? _ref5 : createVNode(IconDelete, null, null)]),
81
- uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots7$ext = (_uploadCtx$slots7 = uploadCtx.slots)["extra-button"]) === null || _uploadCtx$slots7$ext === void 0 ? void 0 : _uploadCtx$slots7$ext.call(_uploadCtx$slots7, props.file)
82
- ])])]);
83
- };
84
- return () => createVNode("span", { "class": cls.value }, [renderCard()]);
85
- }
86
- });
1
+ import upload_picture_item_vue_vue_type_script_setup_true_lang_default from "./upload-picture-item.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/upload/upload-picture-item.vue
3
+ var upload_picture_item_default = upload_picture_item_vue_vue_type_script_setup_true_lang_default;
87
4
  //#endregion
88
5
  export { upload_picture_item_default as default };
@@ -0,0 +1,35 @@
1
+ import { type PropType } from 'vue';
2
+ import type { FileItem } from './interfaces';
3
+ declare var __VLS_7: {};
4
+ type __VLS_Slots = {} & {
5
+ default?: (props: typeof __VLS_7) => any;
6
+ };
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ file: {
9
+ type: PropType<FileItem>;
10
+ required: true;
11
+ };
12
+ disabled: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
17
+ file: {
18
+ type: PropType<FileItem>;
19
+ required: true;
20
+ };
21
+ disabled: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ }>> & Readonly<{}>, {
26
+ disabled: boolean;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
28
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
29
+ declare const _default: typeof __VLS_export;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,147 @@
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
+ import { getPrefixCls } from "../_utils/global-config.js";
3
+ import { isActivationKey } from "../_utils/keyboard.js";
4
+ import { useI18n } from "../locale/index.js";
5
+ import IconEye from "../icon/icon-eye/index.js";
6
+ import IconImageClose from "../icon/icon-image-close/index.js";
7
+ import IconDelete from "../icon/icon-delete/index.js";
8
+ import { uploadInjectionKey } from "./context.js";
9
+ import IconUpload from "../icon/icon-upload/index.js";
10
+ import IconPlayArrowFill from "../icon/icon-play-arrow-fill/index.js";
11
+ import upload_progress_default from "./upload-progress.js";
12
+ import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, inject, mergeProps, normalizeClass, normalizeProps, openBlock, renderSlot, resolveDynamicComponent, toRef, unref, withCtx } from "vue";
13
+ import { createReusableTemplate } from "@vueuse/core";
14
+ //#region components/upload/upload-picture-item.vue?vue&type=script&setup=true&lang.ts
15
+ var _hoisted_1 = [
16
+ "aria-label",
17
+ "onClick",
18
+ "onKeydown"
19
+ ];
20
+ var _hoisted_2 = [
21
+ "src",
22
+ "alt",
23
+ "loading"
24
+ ];
25
+ var upload_picture_item_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "UploadPictureItem" }), {}, {
26
+ __name: "upload-picture-item",
27
+ props: {
28
+ file: {
29
+ type: Object,
30
+ required: true
31
+ },
32
+ disabled: {
33
+ type: Boolean,
34
+ default: false
35
+ }
36
+ },
37
+ setup(__props) {
38
+ const file = toRef(__props, "file");
39
+ const { t } = useI18n();
40
+ const itemCls = `${getPrefixCls("upload-list")}-picture`;
41
+ const cls = computed(() => [itemCls, { [`${itemCls}-status-error`]: file.value.status === "error" }]);
42
+ const uploadCtx = inject(uploadInjectionKey, void 0);
43
+ const [DefineAction, ReuseAction] = createReusableTemplate();
44
+ const onActionKeydown = (action) => (event) => {
45
+ if (action && isActivationKey(event)) {
46
+ event.preventDefault();
47
+ action();
48
+ }
49
+ };
50
+ return (_ctx, _cache) => {
51
+ var _unref4, _unref5, _unref6, _unref7, _unref8, _unref9, _unref10, _unref14, _unref18, _unref22, _unref23, _unref27;
52
+ return openBlock(), createElementBlock("span", { class: normalizeClass(cls.value) }, [createVNode(unref(DefineAction), null, {
53
+ default: withCtx(({ action, className, label }) => {
54
+ var _unref2, _unref3;
55
+ return [createElementVNode("span", {
56
+ class: normalizeClass([(_unref2 = unref(uploadCtx)) === null || _unref2 === void 0 ? void 0 : _unref2.iconCls, `${(_unref3 = unref(uploadCtx)) === null || _unref3 === void 0 ? void 0 : _unref3.iconCls}-${className}`]),
57
+ role: "button",
58
+ tabindex: "0",
59
+ "aria-label": label,
60
+ onClick: action,
61
+ onKeydown: ($event) => onActionKeydown(action)
62
+ }, [renderSlot(_ctx.$slots, "default")], 42, _hoisted_1)];
63
+ }),
64
+ _: 3
65
+ }), file.value.status === "uploading" ? (openBlock(), createBlock(upload_progress_default, {
66
+ key: 0,
67
+ file: file.value,
68
+ "list-type": "picture-card"
69
+ }, null, 8, ["file"])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [((_unref4 = unref(uploadCtx)) === null || _unref4 === void 0 ? void 0 : _unref4.slots.image) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots.image), {
70
+ key: 0,
71
+ "file-item": file.value
72
+ }, null, 8, ["file-item"])) : (openBlock(), createElementBlock("img", {
73
+ key: 1,
74
+ src: file.value.url,
75
+ alt: file.value.name,
76
+ loading: ((_unref5 = unref(uploadCtx)) === null || _unref5 === void 0 ? void 0 : _unref5.imageLoading) || void 0
77
+ }, null, 8, _hoisted_2)), createElementVNode("div", { class: normalizeClass(`${itemCls}-mask`) }, [file.value.status === "error" ? (openBlock(), createElementBlock("div", {
78
+ key: 0,
79
+ class: normalizeClass(`${itemCls}-error-tip`)
80
+ }, [createElementVNode("span", { class: normalizeClass([(_unref6 = unref(uploadCtx)) === null || _unref6 === void 0 ? void 0 : _unref6.iconCls, `${(_unref7 = unref(uploadCtx)) === null || _unref7 === void 0 ? void 0 : _unref7.iconCls}-error`]) }, [((_unref8 = unref(uploadCtx)) === null || _unref8 === void 0 ? void 0 : _unref8.slots["error-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["error-icon"]), { key: 0 })) : ((_unref9 = unref(uploadCtx)) === null || _unref9 === void 0 || (_unref9 = _unref9.customIcon) === null || _unref9 === void 0 ? void 0 : _unref9.errorIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.errorIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconImageClose), { key: 2 }))], 2)], 2)) : createCommentVNode("", true), createElementVNode("div", { class: normalizeClass(`${itemCls}-operation`) }, [
81
+ file.value.status !== "error" && ((_unref10 = unref(uploadCtx)) === null || _unref10 === void 0 ? void 0 : _unref10.showPreviewButton) ? (openBlock(), createBlock(unref(ReuseAction), {
82
+ key: 0,
83
+ "class-name": "preview",
84
+ label: unref(t)("a11y.preview"),
85
+ action: () => {
86
+ var _unref11;
87
+ return (_unref11 = unref(uploadCtx)) === null || _unref11 === void 0 ? void 0 : _unref11.onPreview(file.value);
88
+ }
89
+ }, {
90
+ default: withCtx(() => {
91
+ var _unref12, _unref13;
92
+ return [((_unref12 = unref(uploadCtx)) === null || _unref12 === void 0 ? void 0 : _unref12.slots["preview-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["preview-icon"]), { key: 0 })) : ((_unref13 = unref(uploadCtx)) === null || _unref13 === void 0 || (_unref13 = _unref13.customIcon) === null || _unref13 === void 0 ? void 0 : _unref13.previewIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.previewIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconEye), { key: 2 }))];
93
+ }),
94
+ _: 1
95
+ }, 8, ["label", "action"])) : createCommentVNode("", true),
96
+ file.value.status === "init" && ((_unref14 = unref(uploadCtx)) === null || _unref14 === void 0 ? void 0 : _unref14.showStartButton) ? (openBlock(), createBlock(unref(ReuseAction), {
97
+ key: 1,
98
+ "class-name": "start",
99
+ label: unref(t)("upload.start"),
100
+ action: () => {
101
+ var _unref15;
102
+ return (_unref15 = unref(uploadCtx)) === null || _unref15 === void 0 ? void 0 : _unref15.onUpload(file.value);
103
+ }
104
+ }, {
105
+ default: withCtx(() => {
106
+ var _unref16, _unref17;
107
+ return [((_unref16 = unref(uploadCtx)) === null || _unref16 === void 0 ? void 0 : _unref16.slots["start-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["start-icon"]), { key: 0 })) : ((_unref17 = unref(uploadCtx)) === null || _unref17 === void 0 || (_unref17 = _unref17.customIcon) === null || _unref17 === void 0 ? void 0 : _unref17.startIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.startIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconPlayArrowFill), { key: 2 }))];
108
+ }),
109
+ _: 1
110
+ }, 8, ["label", "action"])) : createCommentVNode("", true),
111
+ file.value.status === "error" && ((_unref18 = unref(uploadCtx)) === null || _unref18 === void 0 ? void 0 : _unref18.showRetryButton) ? (openBlock(), createBlock(unref(ReuseAction), {
112
+ key: 2,
113
+ "class-name": "upload",
114
+ label: unref(t)("a11y.retryUpload"),
115
+ action: () => {
116
+ var _unref19;
117
+ return (_unref19 = unref(uploadCtx)) === null || _unref19 === void 0 ? void 0 : _unref19.onUpload(file.value);
118
+ }
119
+ }, {
120
+ default: withCtx(() => {
121
+ var _unref20, _unref21;
122
+ return [((_unref20 = unref(uploadCtx)) === null || _unref20 === void 0 ? void 0 : _unref20.slots["retry-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["retry-icon"]), { key: 0 })) : ((_unref21 = unref(uploadCtx)) === null || _unref21 === void 0 || (_unref21 = _unref21.customIcon) === null || _unref21 === void 0 ? void 0 : _unref21.retryIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.retryIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconUpload), { key: 2 }))];
123
+ }),
124
+ _: 1
125
+ }, 8, ["label", "action"])) : createCommentVNode("", true),
126
+ !((_unref22 = unref(uploadCtx)) === null || _unref22 === void 0 ? void 0 : _unref22.disabled) && ((_unref23 = unref(uploadCtx)) === null || _unref23 === void 0 ? void 0 : _unref23.showRemoveButton) ? (openBlock(), createBlock(unref(ReuseAction), {
127
+ key: 3,
128
+ "class-name": "remove",
129
+ label: unref(t)("a11y.remove"),
130
+ action: () => {
131
+ var _unref24;
132
+ return (_unref24 = unref(uploadCtx)) === null || _unref24 === void 0 ? void 0 : _unref24.onRemove(file.value);
133
+ }
134
+ }, {
135
+ default: withCtx(() => {
136
+ var _unref25, _unref26;
137
+ return [((_unref25 = unref(uploadCtx)) === null || _unref25 === void 0 ? void 0 : _unref25.slots["remove-icon"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["remove-icon"]), { key: 0 })) : ((_unref26 = unref(uploadCtx)) === null || _unref26 === void 0 || (_unref26 = _unref26.customIcon) === null || _unref26 === void 0 ? void 0 : _unref26.removeIcon) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).customIcon.removeIcon), { key: 1 })) : (openBlock(), createBlock(unref(IconDelete), { key: 2 }))];
138
+ }),
139
+ _: 1
140
+ }, 8, ["label", "action"])) : createCommentVNode("", true),
141
+ ((_unref27 = unref(uploadCtx)) === null || _unref27 === void 0 ? void 0 : _unref27.slots["extra-button"]) ? (openBlock(), createBlock(resolveDynamicComponent(unref(uploadCtx).slots["extra-button"]), normalizeProps(mergeProps({ key: 4 }, file.value)), null, 16)) : createCommentVNode("", true)
142
+ ], 2)], 2)], 64))], 2);
143
+ };
144
+ }
145
+ }));
146
+ //#endregion
147
+ export { upload_picture_item_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,75 +1,5 @@
1
- import { getPrefixCls } from "../_utils/global-config.js";
2
- import { useI18n } from "../locale/index.js";
3
- import Tooltip from "../tooltip/index.js";
4
- import IconCheck from "../icon/icon-check/index.js";
5
- import Progress from "../progress/index.js";
6
- import { uploadInjectionKey } from "./context.js";
7
- import IconUpload from "../icon/icon-upload/index.js";
8
- import { getProgressStatus } from "./utils.js";
9
- import IconPause from "../icon/icon-pause/index.js";
10
- import IconPlayArrowFill from "../icon/icon-play-arrow-fill/index.js";
11
- import { createVNode, defineComponent, inject } from "vue";
12
- //#region components/upload/upload-progress.tsx
13
- var upload_progress_default = /* @__PURE__ */ defineComponent({
14
- name: "UploadProgress",
15
- props: {
16
- file: {
17
- type: Object,
18
- required: true
19
- },
20
- listType: {
21
- type: String,
22
- required: true
23
- }
24
- },
25
- setup(props) {
26
- const prefixCls = getPrefixCls("upload-progress");
27
- const { t } = useI18n();
28
- const uploadCtx = inject(uploadInjectionKey, void 0);
29
- const renderIcon = () => {
30
- if (props.file.status === "error") {
31
- var _ref, _uploadCtx$slots$retr, _uploadCtx$slots$retr2, _uploadCtx$slots, _uploadCtx$customIcon, _uploadCtx$customIcon2;
32
- if (!(uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showRetryButton)) return null;
33
- return createVNode("span", {
34
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-upload`],
35
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file)
36
- }, [(_ref = (_uploadCtx$slots$retr = (_uploadCtx$slots$retr2 = (_uploadCtx$slots = uploadCtx.slots)["retry-icon"]) === null || _uploadCtx$slots$retr2 === void 0 ? void 0 : _uploadCtx$slots$retr2.call(_uploadCtx$slots)) !== null && _uploadCtx$slots$retr !== void 0 ? _uploadCtx$slots$retr : (_uploadCtx$customIcon = uploadCtx.customIcon) === null || _uploadCtx$customIcon === void 0 || (_uploadCtx$customIcon2 = _uploadCtx$customIcon.retryIcon) === null || _uploadCtx$customIcon2 === void 0 ? void 0 : _uploadCtx$customIcon2.call(_uploadCtx$customIcon)) !== null && _ref !== void 0 ? _ref : props.listType === "picture-card" ? createVNode(IconUpload, null, null) : t("upload.retry")]);
37
- }
38
- if (props.file.status === "done") {
39
- var _ref2, _uploadCtx$slots$succ, _uploadCtx$slots2, _uploadCtx$slots2$suc, _uploadCtx$customIcon3, _uploadCtx$customIcon4;
40
- return createVNode("span", { "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-success`] }, [(_ref2 = (_uploadCtx$slots$succ = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots2$suc = (_uploadCtx$slots2 = uploadCtx.slots)["success-icon"]) === null || _uploadCtx$slots2$suc === void 0 ? void 0 : _uploadCtx$slots2$suc.call(_uploadCtx$slots2)) !== null && _uploadCtx$slots$succ !== void 0 ? _uploadCtx$slots$succ : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon3 = uploadCtx.customIcon) === null || _uploadCtx$customIcon3 === void 0 || (_uploadCtx$customIcon4 = _uploadCtx$customIcon3.successIcon) === null || _uploadCtx$customIcon4 === void 0 ? void 0 : _uploadCtx$customIcon4.call(_uploadCtx$customIcon3)) !== null && _ref2 !== void 0 ? _ref2 : createVNode(IconCheck, null, null)]);
41
- }
42
- if (props.file.status === "init") {
43
- if (!(uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showStartButton)) return null;
44
- return createVNode(Tooltip, { "content": t("upload.start") }, { default: () => {
45
- var _ref3, _uploadCtx$slots$star, _uploadCtx$slots3, _uploadCtx$slots3$sta, _uploadCtx$customIcon5, _uploadCtx$customIcon6;
46
- return [createVNode("span", {
47
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-start`],
48
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onUpload(props.file)
49
- }, [(_ref3 = (_uploadCtx$slots$star = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots3$sta = (_uploadCtx$slots3 = uploadCtx.slots)["start-icon"]) === null || _uploadCtx$slots3$sta === void 0 ? void 0 : _uploadCtx$slots3$sta.call(_uploadCtx$slots3)) !== null && _uploadCtx$slots$star !== void 0 ? _uploadCtx$slots$star : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon5 = uploadCtx.customIcon) === null || _uploadCtx$customIcon5 === void 0 || (_uploadCtx$customIcon6 = _uploadCtx$customIcon5.startIcon) === null || _uploadCtx$customIcon6 === void 0 ? void 0 : _uploadCtx$customIcon6.call(_uploadCtx$customIcon5)) !== null && _ref3 !== void 0 ? _ref3 : createVNode(IconPlayArrowFill, null, null)])];
50
- } });
51
- }
52
- return (uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.showCancelButton) && createVNode(Tooltip, { "content": t("upload.cancel") }, { default: () => {
53
- var _ref4, _uploadCtx$slots$canc, _uploadCtx$slots4, _uploadCtx$slots4$can, _uploadCtx$customIcon7, _uploadCtx$customIcon8;
54
- return [createVNode("span", {
55
- "class": [uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls, `${uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.iconCls}-cancel`],
56
- "onClick": () => uploadCtx === null || uploadCtx === void 0 ? void 0 : uploadCtx.onAbort(props.file)
57
- }, [(_ref4 = (_uploadCtx$slots$canc = uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$slots4$can = (_uploadCtx$slots4 = uploadCtx.slots)["cancel-icon"]) === null || _uploadCtx$slots4$can === void 0 ? void 0 : _uploadCtx$slots4$can.call(_uploadCtx$slots4)) !== null && _uploadCtx$slots$canc !== void 0 ? _uploadCtx$slots$canc : uploadCtx === null || uploadCtx === void 0 || (_uploadCtx$customIcon7 = uploadCtx.customIcon) === null || _uploadCtx$customIcon7 === void 0 || (_uploadCtx$customIcon8 = _uploadCtx$customIcon7.cancelIcon) === null || _uploadCtx$customIcon8 === void 0 ? void 0 : _uploadCtx$customIcon8.call(_uploadCtx$customIcon7)) !== null && _ref4 !== void 0 ? _ref4 : createVNode(IconPause, null, null)])];
58
- } });
59
- };
60
- const renderProgress = () => {
61
- var _props$file$status;
62
- if (["init", "uploading"].includes((_props$file$status = props.file.status) !== null && _props$file$status !== void 0 ? _props$file$status : "")) return createVNode(Progress, {
63
- "type": "circle",
64
- "size": "mini",
65
- "showText": false,
66
- "status": getProgressStatus(props.file.status),
67
- "percent": props.file.percent
68
- }, null);
69
- return null;
70
- };
71
- return () => createVNode("span", { "class": prefixCls }, [renderProgress(), renderIcon()]);
72
- }
73
- });
1
+ import upload_progress_vue_vue_type_script_setup_true_lang_default from "./upload-progress.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/upload/upload-progress.vue
3
+ var upload_progress_default = upload_progress_vue_vue_type_script_setup_true_lang_default;
74
4
  //#endregion
75
5
  export { upload_progress_default as default };
@@ -1,6 +1,6 @@
1
- import { PropType } from 'vue';
2
- import { FileItem, ListType } from './interfaces';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ import { type PropType } from 'vue';
2
+ import type { FileItem, ListType } from './interfaces';
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  file: {
5
5
  type: PropType<FileItem>;
6
6
  required: true;
@@ -9,7 +9,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
9
9
  type: PropType<ListType>;
10
10
  required: true;
11
11
  };
12
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
13
  file: {
14
14
  type: PropType<FileItem>;
15
15
  required: true;
@@ -19,4 +19,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
19
19
  required: true;
20
20
  };
21
21
  }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
+ declare const _default: typeof __VLS_export;
22
23
  export default _default;
@@ -0,0 +1,75 @@
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
+ import { getPrefixCls } from "../_utils/global-config.js";
3
+ import { useI18n } from "../locale/index.js";
4
+ import Tooltip from "../tooltip/index.js";
5
+ import IconCheck from "../icon/icon-check/index.js";
6
+ import Progress from "../progress/index.js";
7
+ import { uploadInjectionKey } from "./context.js";
8
+ import IconUpload from "../icon/icon-upload/index.js";
9
+ import { getProgressStatus } from "./utils.js";
10
+ import IconPause from "../icon/icon-pause/index.js";
11
+ import IconPlayArrowFill from "../icon/icon-play-arrow-fill/index.js";
12
+ import { Fragment, createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, defineComponent, inject, normalizeClass, openBlock, resolveDynamicComponent, toDisplayString, unref, withCtx } from "vue";
13
+ //#region components/upload/upload-progress.vue?vue&type=script&setup=true&lang.ts
14
+ var upload_progress_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "UploadProgress" }), {}, {
15
+ __name: "upload-progress",
16
+ props: {
17
+ file: {
18
+ type: Object,
19
+ required: true
20
+ },
21
+ listType: {
22
+ type: String,
23
+ required: true
24
+ }
25
+ },
26
+ setup(__props) {
27
+ const prefixCls = getPrefixCls("upload-progress");
28
+ const { t } = useI18n();
29
+ const uploadCtx = inject(uploadInjectionKey, void 0);
30
+ return (_ctx, _cache) => {
31
+ var _unref2, _unref$customIcon, _unref3, _unref4, _unref5, _unref6, _unref7, _unref8;
32
+ return openBlock(), createElementBlock("span", { class: normalizeClass(unref(prefixCls)) }, [__props.file.status === "init" || __props.file.status === "uploading" ? (openBlock(), createBlock(unref(Progress), {
33
+ key: 0,
34
+ type: "circle",
35
+ size: "mini",
36
+ "show-text": false,
37
+ status: unref(getProgressStatus)(__props.file.status),
38
+ percent: __props.file.percent
39
+ }, 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
+ key: 1,
41
+ 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", {
44
+ 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), {
47
+ key: 3,
48
+ content: unref(t)("upload.start")
49
+ }, {
50
+ default: withCtx(() => {
51
+ var _unref$customIcon2;
52
+ return [createElementVNode("span", {
53
+ 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)];
56
+ }),
57
+ _: 1
58
+ }, 8, ["content"])) : ((_unref8 = unref(uploadCtx)) === null || _unref8 === void 0 ? void 0 : _unref8.showCancelButton) ? (openBlock(), createBlock(unref(Tooltip), {
59
+ key: 4,
60
+ content: unref(t)("upload.cancel")
61
+ }, {
62
+ default: withCtx(() => {
63
+ var _unref$customIcon3;
64
+ return [createElementVNode("span", {
65
+ 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)];
68
+ }),
69
+ _: 1
70
+ }, 8, ["content"])) : createCommentVNode("", true)], 2);
71
+ };
72
+ }
73
+ }));
74
+ //#endregion
75
+ export { upload_progress_vue_vue_type_script_setup_true_lang_default as default };