@sdata/web-vue 3.30.0 → 4.1.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 (768) hide show
  1. package/dist/sd.css +319 -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 +36 -0
  61. package/es/badge/badge.vue_vue_type_script_setup_true_lang.js +112 -0
  62. package/es/badge/index.d.ts +39 -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/components.d.ts +2 -0
  153. package/es/config-provider/config-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  154. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  155. package/es/config-provider/theme.js +1 -1
  156. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +2 -2
  157. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +2 -2
  158. package/es/date-picker/hooks/use-range-header-value.js +2 -2
  159. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  160. package/es/date-picker/hooks/use-time-picker-value.js +10 -8
  161. package/es/date-picker/index.d.ts +238 -122
  162. package/es/date-picker/panels/body.vue_vue_type_script_setup_true_lang.js +1 -1
  163. package/es/date-picker/panels/date/index.vue_vue_type_script_setup_true_lang.js +2 -2
  164. package/es/date-picker/panels/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  165. package/es/date-picker/panels/header.vue_vue_type_script_setup_true_lang.js +1 -1
  166. package/es/date-picker/panels/month/index.vue_vue_type_script_setup_true_lang.js +1 -1
  167. package/es/date-picker/panels/quarter/index.vue_vue_type_script_setup_true_lang.js +1 -1
  168. package/es/date-picker/panels/shortcuts.vue_vue_type_script_setup_true_lang.js +1 -1
  169. package/es/date-picker/panels/week/index.vue_vue_type_script_setup_true_lang.js +1 -1
  170. package/es/date-picker/panels/week-list.vue_vue_type_script_setup_true_lang.js +1 -1
  171. package/es/date-picker/panels/year/index.vue_vue_type_script_setup_true_lang.js +2 -2
  172. package/es/date-picker/picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  173. package/es/date-picker/picker.vue.d.ts +1 -1
  174. package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +3 -3
  175. package/es/date-picker/pickers/date-picker.js +3 -93
  176. package/es/date-picker/pickers/{date-picker.d.ts → date-picker.vue.d.ts} +26 -35
  177. package/es/date-picker/pickers/date-picker.vue_vue_type_script_setup_true_lang.js +107 -0
  178. package/es/date-picker/pickers/month-picker.js +3 -37
  179. package/es/date-picker/pickers/month-picker.vue.d.ts +38 -0
  180. package/es/date-picker/pickers/month-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  181. package/es/date-picker/pickers/quarter-picker.js +3 -46
  182. package/es/date-picker/pickers/{quarter-picker.d.ts → quarter-picker.vue.d.ts} +14 -3
  183. package/es/date-picker/pickers/quarter-picker.vue_vue_type_script_setup_true_lang.js +60 -0
  184. package/es/date-picker/pickers/week-picker.js +3 -56
  185. package/es/date-picker/pickers/{week-picker.d.ts → week-picker.vue.d.ts} +15 -4
  186. package/es/date-picker/pickers/week-picker.vue_vue_type_script_setup_true_lang.js +70 -0
  187. package/es/date-picker/pickers/year-picker.js +3 -37
  188. package/es/date-picker/pickers/year-picker.vue.d.ts +38 -0
  189. package/es/date-picker/pickers/year-picker.vue_vue_type_script_setup_true_lang.js +51 -0
  190. package/es/date-picker/range-picker-panel.vue_vue_type_script_setup_true_lang.js +1 -1
  191. package/es/date-picker/range-picker.vue.d.ts +1 -1
  192. package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +3 -3
  193. package/es/descriptions/descriptions-item.vue_vue_type_script_setup_true_lang.js +1 -1
  194. package/es/descriptions/descriptions.js +3 -232
  195. package/es/descriptions/{descriptions.d.ts → descriptions.vue.d.ts} +22 -23
  196. package/es/descriptions/descriptions.vue_vue_type_script_setup_true_lang.js +209 -0
  197. package/es/descriptions/index.d.ts +18 -32
  198. package/es/descriptions/index.js +1 -1
  199. package/es/divider/divider.js +3 -71
  200. package/es/divider/divider.vue.d.ts +21 -0
  201. package/es/divider/divider.vue_vue_type_script_setup_true_lang.js +47 -0
  202. package/es/divider/index.d.ts +25 -66
  203. package/es/drawer/drawer.vue_vue_type_script_setup_true_lang.js +3 -3
  204. package/es/drawer/index.js +2 -2
  205. package/es/dropdown/dropdown-button.vue_vue_type_script_setup_true_lang.js +1 -1
  206. package/es/dropdown/dropdown-group.vue_vue_type_script_setup_true_lang.js +1 -1
  207. package/es/dropdown/dropdown-option.vue_vue_type_script_setup_true_lang.js +1 -1
  208. package/es/dropdown/dropdown-panel.vue_vue_type_script_setup_true_lang.js +1 -2
  209. package/es/dropdown/dropdown-submenu.vue_vue_type_script_setup_true_lang.js +1 -1
  210. package/es/dropdown/dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  211. package/es/ellipsis/ellipsis.vue_vue_type_script_setup_true_lang.js +3 -3
  212. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_setup_true_lang.js +2 -2
  213. package/es/empty/empty.js +3 -49
  214. package/es/empty/empty.vue.d.ts +18 -0
  215. package/es/empty/empty.vue_vue_type_script_setup_true_lang.js +44 -0
  216. package/es/empty/index.d.ts +20 -36
  217. package/es/file-previewer/file-previewer.vue_vue_type_script_setup_true_lang.js +2 -2
  218. package/es/file-previewer/pdfjs-worker.min.mjs +4 -4
  219. package/es/file-previewer/use-pdf-js.js +2 -2
  220. package/es/form/form-item-label.vue_vue_type_script_setup_true_lang.js +1 -1
  221. package/es/form/form-item-message.vue_vue_type_script_setup_true_lang.js +1 -1
  222. package/es/form/form-item.vue_vue_type_script_setup_true_lang.js +31 -30
  223. package/es/form/form.vue_vue_type_script_setup_true_lang.js +1 -1
  224. package/es/grid/grid-col.vue_vue_type_script_setup_true_lang.js +4 -3
  225. package/es/grid/grid-item.vue_vue_type_script_setup_true_lang.js +1 -1
  226. package/es/grid/grid-row.vue_vue_type_script_setup_true_lang.js +3 -2
  227. package/es/grid/grid.vue_vue_type_script_setup_true_lang.js +1 -1
  228. package/es/grid/style/col.scss +29 -41
  229. package/es/grid/style/index.css +237 -0
  230. package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +1 -1
  231. package/es/icon/icon-calendar/icon-calendar.vue_vue_type_script_setup_true_lang.js +1 -1
  232. package/es/icon/icon-caret-down/icon-caret-down.vue_vue_type_script_setup_true_lang.js +1 -1
  233. package/es/icon/icon-caret-left/icon-caret-left.vue_vue_type_script_setup_true_lang.js +1 -1
  234. package/es/icon/icon-caret-right/icon-caret-right.vue_vue_type_script_setup_true_lang.js +1 -1
  235. package/es/icon/icon-caret-up/icon-caret-up.vue_vue_type_script_setup_true_lang.js +1 -1
  236. package/es/icon/icon-check/icon-check.vue_vue_type_script_setup_true_lang.js +1 -1
  237. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  238. package/es/icon/icon-clock-circle/icon-clock-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  239. package/es/icon/icon-close/icon-close.vue_vue_type_script_setup_true_lang.js +1 -1
  240. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  241. package/es/icon/icon-copy/icon-copy.vue_vue_type_script_setup_true_lang.js +1 -1
  242. package/es/icon/icon-delete/icon-delete.vue_vue_type_script_setup_true_lang.js +1 -1
  243. package/es/icon/icon-double-left/icon-double-left.vue_vue_type_script_setup_true_lang.js +1 -1
  244. package/es/icon/icon-double-right/icon-double-right.vue_vue_type_script_setup_true_lang.js +1 -1
  245. package/es/icon/icon-down/icon-down.vue_vue_type_script_setup_true_lang.js +1 -1
  246. package/es/icon/icon-drag-dot/icon-drag-dot.vue_vue_type_script_setup_true_lang.js +1 -1
  247. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.vue_vue_type_script_setup_true_lang.js +1 -1
  248. package/es/icon/icon-edit/icon-edit.vue_vue_type_script_setup_true_lang.js +1 -1
  249. package/es/icon/icon-empty/icon-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  250. package/es/icon/icon-exclamation/icon-exclamation.vue_vue_type_script_setup_true_lang.js +1 -1
  251. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  252. package/es/icon/icon-eye/icon-eye.vue_vue_type_script_setup_true_lang.js +1 -1
  253. package/es/icon/icon-eye-invisible/icon-eye-invisible.vue_vue_type_script_setup_true_lang.js +1 -1
  254. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  255. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  256. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  257. package/es/icon/icon-file/icon-file.vue_vue_type_script_setup_true_lang.js +1 -1
  258. package/es/icon/icon-file-audio/icon-file-audio.vue_vue_type_script_setup_true_lang.js +1 -1
  259. package/es/icon/icon-file-image/icon-file-image.vue_vue_type_script_setup_true_lang.js +1 -1
  260. package/es/icon/icon-file-pdf/icon-file-pdf.vue_vue_type_script_setup_true_lang.js +1 -1
  261. package/es/icon/icon-file-video/icon-file-video.vue_vue_type_script_setup_true_lang.js +1 -1
  262. package/es/icon/icon-filter/icon-filter.vue_vue_type_script_setup_true_lang.js +1 -1
  263. package/es/icon/icon-fullscreen/icon-fullscreen.vue_vue_type_script_setup_true_lang.js +1 -1
  264. package/es/icon/icon-image-close/icon-image-close.vue_vue_type_script_setup_true_lang.js +1 -1
  265. package/es/icon/icon-info/icon-info.vue_vue_type_script_setup_true_lang.js +1 -1
  266. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  267. package/es/icon/icon-left/icon-left.vue_vue_type_script_setup_true_lang.js +1 -1
  268. package/es/icon/icon-link/icon-link.vue_vue_type_script_setup_true_lang.js +1 -1
  269. package/es/icon/icon-list/icon-list.vue_vue_type_script_setup_true_lang.js +1 -1
  270. package/es/icon/icon-loading/icon-loading.vue_vue_type_script_setup_true_lang.js +1 -1
  271. package/es/icon/icon-menu/icon-menu.vue_vue_type_script_setup_true_lang.js +1 -1
  272. package/es/icon/icon-menu-fold/icon-menu-fold.vue_vue_type_script_setup_true_lang.js +1 -1
  273. package/es/icon/icon-menu-unfold/icon-menu-unfold.vue_vue_type_script_setup_true_lang.js +1 -1
  274. package/es/icon/icon-minus/icon-minus.vue_vue_type_script_setup_true_lang.js +1 -1
  275. package/es/icon/icon-more/icon-more.vue_vue_type_script_setup_true_lang.js +1 -1
  276. package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +1 -1
  277. package/es/icon/icon-oblique-line/icon-oblique-line.vue_vue_type_script_setup_true_lang.js +1 -1
  278. package/es/icon/icon-original-size/icon-original-size.vue_vue_type_script_setup_true_lang.js +1 -1
  279. package/es/icon/icon-pause/icon-pause.vue_vue_type_script_setup_true_lang.js +1 -1
  280. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  281. package/es/icon/icon-plus/icon-plus.vue_vue_type_script_setup_true_lang.js +1 -1
  282. package/es/icon/icon-question-circle/icon-question-circle.vue_vue_type_script_setup_true_lang.js +1 -1
  283. package/es/icon/icon-right/icon-right.vue_vue_type_script_setup_true_lang.js +1 -1
  284. package/es/icon/icon-rotate-left/icon-rotate-left.vue_vue_type_script_setup_true_lang.js +1 -1
  285. package/es/icon/icon-rotate-right/icon-rotate-right.vue_vue_type_script_setup_true_lang.js +1 -1
  286. package/es/icon/icon-search/icon-search.vue_vue_type_script_setup_true_lang.js +1 -1
  287. package/es/icon/icon-star-fill/icon-star-fill.vue_vue_type_script_setup_true_lang.js +1 -1
  288. package/es/icon/icon-to-top/icon-to-top.vue_vue_type_script_setup_true_lang.js +1 -1
  289. package/es/icon/icon-up/icon-up.vue_vue_type_script_setup_true_lang.js +1 -1
  290. package/es/icon/icon-upload/icon-upload.vue_vue_type_script_setup_true_lang.js +1 -1
  291. package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +1 -1
  292. package/es/icon/icon-zoom-in/icon-zoom-in.vue_vue_type_script_setup_true_lang.js +1 -1
  293. package/es/icon/icon-zoom-out/icon-zoom-out.vue_vue_type_script_setup_true_lang.js +1 -1
  294. package/es/icon-component/add-from-icon-font-cn.d.ts +8 -13
  295. package/es/icon-component/add-from-icon-font-cn.js +13 -22
  296. package/es/icon-component/icon-font.js +5 -0
  297. package/es/icon-component/icon-font.vue.d.ts +35 -0
  298. package/es/icon-component/icon-font.vue_vue_type_script_setup_true_lang.js +38 -0
  299. package/es/icon-component/icon.vue_vue_type_script_setup_true_lang.js +1 -1
  300. package/es/icon-component/index.d.ts +1 -13
  301. package/es/icon.js +5 -5
  302. package/es/image/hooks/use-image-drag.js +3 -1
  303. package/es/image/image-footer.vue_vue_type_script_setup_true_lang.js +1 -1
  304. package/es/image/image.vue_vue_type_script_setup_true_lang.js +2 -2
  305. package/es/image/index.d.ts +1 -1
  306. package/es/image/preview-action.js +3 -47
  307. package/es/image/preview-action.vue.d.ts +29 -0
  308. package/es/image/preview-action.vue_vue_type_script_setup_true_lang.js +55 -0
  309. package/es/image/preview-arrow.vue_vue_type_script_setup_true_lang.js +1 -1
  310. package/es/image/preview-group.vue_vue_type_script_setup_true_lang.js +1 -1
  311. package/es/image/preview-toolbar.vue.d.ts +2 -2
  312. package/es/image/preview-toolbar.vue_vue_type_script_setup_true_lang.js +3 -3
  313. package/es/image/preview.vue_vue_type_script_setup_true_lang.js +33 -23
  314. package/es/index.css +319 -23
  315. package/es/index.d.ts +2 -2
  316. package/es/index.js +16 -14
  317. package/es/index.scss +1 -1
  318. package/es/input/index.d.ts +1770 -136
  319. package/es/input/index.js +1 -1
  320. package/es/input/input-group.vue_vue_type_script_setup_true_lang.js +1 -1
  321. package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +3 -3
  322. package/es/input/input-search.js +3 -140
  323. package/es/input/input-search.vue.d.ts +620 -0
  324. package/es/input/input-search.vue_vue_type_script_setup_true_lang.js +168 -0
  325. package/es/input/input.js +3 -487
  326. package/es/input/{input.d.ts → input.vue.d.ts} +42 -43
  327. package/es/input/input.vue_vue_type_script_setup_true_lang.js +377 -0
  328. package/es/input-mask/input-mask.vue_vue_type_script_setup_true_lang.js +1 -1
  329. package/es/input-mask/mask-engine.js +4 -4
  330. package/es/input-mask/presets.js +1 -1
  331. package/es/input-number/index.d.ts +1670 -106
  332. package/es/input-number/input-number.js +3 -529
  333. package/es/input-number/input-number.vue.d.ts +708 -0
  334. package/es/input-number/input-number.vue_vue_type_script_setup_true_lang.js +384 -0
  335. package/es/input-tag/index.d.ts +76 -92
  336. package/es/input-tag/input-tag.js +3 -672
  337. package/es/input-tag/{input-tag.d.ts → input-tag.vue.d.ts} +52 -49
  338. package/es/input-tag/input-tag.vue_vue_type_script_setup_true_lang.js +585 -0
  339. package/es/input-tag/utils.js +1 -1
  340. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +1 -1
  341. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +1 -1
  342. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +1 -1
  343. package/es/json-form/utils.js +4 -4
  344. package/es/kv-list/index.d.ts +34 -34
  345. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +1 -1
  346. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
  347. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  348. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  350. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +4 -3
  351. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
  352. package/es/link/link.vue_vue_type_script_setup_true_lang.js +1 -1
  353. package/es/list/index.d.ts +2619 -93
  354. package/es/list/index.js +2 -2
  355. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  356. package/es/list/list-item.js +3 -54
  357. package/es/list/list-item.vue.d.ts +22 -0
  358. package/es/list/list-item.vue_vue_type_script_setup_true_lang.js +58 -0
  359. package/es/list/list.js +3 -383
  360. package/es/list/list.vue.d.ts +980 -0
  361. package/es/list/list.vue_vue_type_script_setup_true_lang.js +326 -0
  362. package/es/mention/index.d.ts +3234 -58
  363. package/es/mention/mention.js +3 -437
  364. package/es/mention/mention.vue.d.ts +1210 -0
  365. package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +376 -0
  366. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +5 -4
  367. package/es/menu/hooks/use-level.js +2 -1
  368. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +3 -2
  369. package/es/menu/index.d.ts +3 -3
  370. package/es/menu/index.js +1 -1
  371. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +3 -2
  372. package/es/menu/item.js +3 -127
  373. package/es/menu/{item.d.ts → item.vue.d.ts} +25 -4
  374. package/es/menu/item.vue_vue_type_script_setup_true_lang.js +147 -0
  375. package/es/menu/menu.js +3 -57
  376. package/es/menu/menu.vue.d.ts +66 -0
  377. package/es/menu/menu.vue_vue_type_script_setup_true_lang.js +78 -0
  378. package/es/menu/overflow-wrap.js +3 -97
  379. package/es/menu/overflow-wrap.vue.d.ts +3 -0
  380. package/es/menu/overflow-wrap.vue_vue_type_script_setup_true_lang.js +114 -0
  381. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
  382. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +2 -2
  383. package/es/menu/sub-menu.js +3 -115
  384. package/es/menu/{sub-menu.d.ts → sub-menu.vue.d.ts} +27 -30
  385. package/es/menu/sub-menu.vue_vue_type_script_setup_true_lang.js +110 -0
  386. package/es/message/index.js +1 -1
  387. package/es/message/message-list.js +3 -45
  388. package/es/message/{message-list.d.ts → message-list.vue.d.ts} +9 -7
  389. package/es/message/message-list.vue_vue_type_script_setup_true_lang.js +64 -0
  390. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  391. package/es/modal/index.js +3 -3
  392. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +3 -3
  393. package/es/model-selector/model-selector-content.vue_vue_type_script_setup_true_lang.js +1 -1
  394. package/es/model-selector/model-selector-dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  395. package/es/model-selector/model-selector-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  396. package/es/model-selector/model-selector-group.vue_vue_type_script_setup_true_lang.js +1 -1
  397. package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +1 -1
  398. package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +1 -1
  399. package/es/model-selector/model-selector-list.vue_vue_type_script_setup_true_lang.js +1 -1
  400. package/es/model-selector/model-selector-logo-group.vue_vue_type_script_setup_true_lang.js +1 -1
  401. package/es/model-selector/model-selector-logo.vue_vue_type_script_setup_true_lang.js +1 -1
  402. package/es/model-selector/model-selector-name.vue_vue_type_script_setup_true_lang.js +1 -1
  403. package/es/model-selector/model-selector-separator.vue_vue_type_script_setup_true_lang.js +1 -1
  404. package/es/model-selector/model-selector-shortcut.vue_vue_type_script_setup_true_lang.js +1 -1
  405. package/es/model-selector/model-selector-trigger-element.js +5 -0
  406. package/es/model-selector/model-selector-trigger-element.vue.d.ts +7 -0
  407. package/es/model-selector/model-selector-trigger-element.vue_vue_type_script_lang.js +18 -0
  408. package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +4 -17
  409. package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +1 -1
  410. package/es/notification/index.js +1 -1
  411. package/es/notification/notification-list.js +3 -58
  412. package/es/notification/notification-list.vue.d.ts +34 -0
  413. package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +96 -0
  414. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  415. package/es/number-flow/continuous.d.ts +2 -0
  416. package/es/number-flow/continuous.js +7 -0
  417. package/es/number-flow/formatter.d.ts +15 -0
  418. package/es/number-flow/formatter.js +54 -0
  419. package/es/number-flow/group-key.d.ts +11 -0
  420. package/es/number-flow/group-key.js +4 -0
  421. package/es/number-flow/index.d.ts +63 -0
  422. package/es/number-flow/index.js +15 -0
  423. package/es/number-flow/number-flow-group.js +5 -0
  424. package/es/number-flow/number-flow-group.vue.d.ts +12 -0
  425. package/es/number-flow/number-flow-group.vue_vue_type_script_setup_true_lang.js +58 -0
  426. package/es/number-flow/number-flow.js +5 -0
  427. package/es/number-flow/number-flow.vue.d.ts +20 -0
  428. package/es/number-flow/number-flow.vue_vue_type_script_setup_true_lang.js +284 -0
  429. package/es/number-flow/style/index.css +85 -0
  430. package/es/number-flow/style/index.scss +93 -0
  431. package/es/number-flow/style/token.scss +5 -0
  432. package/es/number-flow/types.d.ts +46 -0
  433. package/es/number-flow/use-can-animate.d.ts +4 -0
  434. package/es/number-flow/use-can-animate.js +30 -0
  435. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
  436. package/es/pagination/index.d.ts +45 -49
  437. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  438. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  439. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  440. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  441. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  442. package/es/pagination/pagination.js +3 -463
  443. package/es/pagination/{pagination.d.ts → pagination.vue.d.ts} +42 -31
  444. package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +454 -0
  445. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
  446. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
  447. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
  448. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
  449. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  450. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  451. package/es/qr-code/index.d.ts +18 -33
  452. package/es/qr-code/qr-code.vue.d.ts +6 -11
  453. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +4 -3
  454. package/es/radio/index.d.ts +111 -289
  455. package/es/radio/radio-group.js +3 -168
  456. package/es/radio/radio-group.vue.d.ts +45 -0
  457. package/es/radio/radio-group.vue_vue_type_script_setup_true_lang.js +129 -0
  458. package/es/radio/radio.js +3 -172
  459. package/es/radio/radio.vue.d.ts +40 -0
  460. package/es/radio/radio.vue_vue_type_script_setup_true_lang.js +152 -0
  461. package/es/rate/index.d.ts +17 -11
  462. package/es/rate/rate.js +3 -269
  463. package/es/rate/{rate.d.ts → rate.vue.d.ts} +18 -6
  464. package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +220 -0
  465. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +1 -3
  466. package/es/result/403.js +3 -481
  467. package/es/result/403.vue.d.ts +3 -0
  468. package/es/result/403.vue_vue_type_script_setup_true_lang.js +24 -0
  469. package/es/result/404.js +3 -335
  470. package/es/result/404.vue.d.ts +3 -0
  471. package/es/result/404.vue_vue_type_script_setup_true_lang.js +24 -0
  472. package/es/result/500.js +3 -344
  473. package/es/result/500.vue.d.ts +3 -0
  474. package/es/result/500.vue_vue_type_script_setup_true_lang.js +19 -0
  475. package/es/result/result.vue_vue_type_script_setup_true_lang.js +2 -2
  476. package/es/rich-text-editor/index.d.ts +3 -3
  477. package/es/rich-text-editor/nodes/inline-component-node.js +1 -1
  478. package/es/rich-text-editor/rich-text-editor.vue.d.ts +1 -1
  479. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +2 -2
  480. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +4 -4
  481. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +2 -2
  482. package/es/sd-vue.js +17 -16
  483. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +2 -2
  484. package/es/select/hooks/use-options.js +1 -1
  485. package/es/select/index.d.ts +93 -2299
  486. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  487. package/es/select/select.js +3 -684
  488. package/es/select/select.vue.d.ts +450 -0
  489. package/es/select/select.vue_vue_type_script_setup_true_lang.js +774 -0
  490. package/es/select/utils.js +1 -1
  491. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  492. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +1 -1
  493. package/es/sender/sender-recording-icon.js +5 -0
  494. package/es/sender/sender-recording-icon.vue.d.ts +3 -0
  495. package/es/sender/sender-recording-icon.vue_vue_type_script_setup_true_lang.js +38 -0
  496. package/es/sender/sender-skill-tag.js +5 -0
  497. package/es/sender/sender-skill-tag.vue.d.ts +28 -0
  498. package/es/sender/sender-skill-tag.vue_vue_type_script_setup_true_lang.js +59 -0
  499. package/es/sender/sender-stop-loading-icon.js +5 -0
  500. package/es/sender/sender-stop-loading-icon.vue.d.ts +3 -0
  501. package/es/sender/sender-stop-loading-icon.vue_vue_type_script_setup_true_lang.js +54 -0
  502. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +1 -1
  503. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +8 -109
  504. package/es/sender/use-recorder.js +2 -1
  505. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
  506. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  507. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +1 -1
  508. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +5 -2
  509. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  510. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  511. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  512. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  513. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
  514. package/es/slider/utils.js +1 -2
  515. package/es/space/index.d.ts +26 -72
  516. package/es/space/space.js +3 -101
  517. package/es/space/space.vue.d.ts +22 -0
  518. package/es/space/space.vue_vue_type_script_setup_true_lang.js +84 -0
  519. package/es/spin/dot-loading.js +3 -28
  520. package/es/spin/dot-loading.vue.d.ts +6 -0
  521. package/es/spin/dot-loading.vue_vue_type_script_setup_true_lang.js +33 -0
  522. package/es/spin/index.d.ts +37 -60
  523. package/es/spin/spin.js +3 -153
  524. package/es/spin/spin.vue.d.ts +27 -0
  525. package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +139 -0
  526. package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
  527. package/es/statistic/countdown.vue.d.ts +9 -0
  528. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +30 -3
  529. package/es/statistic/index.d.ts +15 -0
  530. package/es/statistic/statistic.vue.d.ts +3 -3
  531. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +32 -63
  532. package/es/statistic/style/index.css +3 -0
  533. package/es/statistic/style/index.scss +5 -0
  534. package/es/statistic/utils.js +5 -5
  535. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
  536. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  537. package/es/style/theme/z-index.js +3 -3
  538. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +2 -2
  539. package/es/table/hooks/use-row-selection.js +1 -1
  540. package/es/table/index.d.ts +449 -362
  541. package/es/table/index.js +1 -1
  542. package/es/table/table-column.js +3 -254
  543. package/es/table/table-column.vue.d.ts +75 -0
  544. package/es/table/table-column.vue_vue_type_script_setup_true_lang.js +194 -0
  545. package/es/table/table-operation-td.js +3 -130
  546. package/es/table/table-operation-td.vue.d.ts +87 -0
  547. package/es/table/table-operation-td.vue_vue_type_script_setup_true_lang.js +114 -0
  548. package/es/table/table-operation-th.js +3 -73
  549. package/es/table/{table-operation-th.d.ts → table-operation-th.vue.d.ts} +5 -4
  550. package/es/table/table-operation-th.vue_vue_type_script_setup_true_lang.js +86 -0
  551. package/es/table/table-tbody.js +3 -16
  552. package/es/table/table-tbody.vue.d.ts +14 -0
  553. package/es/table/table-tbody.vue_vue_type_script_setup_true_lang.js +23 -0
  554. package/es/table/table-td.js +3 -192
  555. package/es/table/{table-td.d.ts → table-td.vue.d.ts} +26 -12
  556. package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +218 -0
  557. package/es/table/table-th.js +3 -225
  558. package/es/table/{table-th.d.ts → table-th.vue.d.ts} +17 -6
  559. package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +268 -0
  560. package/es/table/table-thead.js +3 -16
  561. package/es/table/table-thead.vue.d.ts +14 -0
  562. package/es/table/table-thead.vue_vue_type_script_setup_true_lang.js +23 -0
  563. package/es/table/table-tr.js +3 -34
  564. package/es/table/table-tr.vue.d.ts +30 -0
  565. package/es/table/table-tr.vue_vue_type_script_setup_true_lang.js +48 -0
  566. package/es/table/table.js +3 -1637
  567. package/es/table/{table.d.ts → table.vue.d.ts} +41 -56
  568. package/es/table/table.vue_vue_type_script_setup_true_lang.js +1568 -0
  569. package/es/table/utils.js +1 -1
  570. package/es/tabs/index.d.ts +32 -33
  571. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +1 -1
  572. package/es/tabs/tabs-button.js +3 -58
  573. package/es/tabs/{tabs-button.d.ts → tabs-button.vue.d.ts} +6 -3
  574. package/es/tabs/tabs-button.vue_vue_type_script_setup_true_lang.js +54 -0
  575. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  576. package/es/tabs/tabs-nav.js +3 -297
  577. package/es/tabs/{tabs-nav.d.ts → tabs-nav.vue.d.ts} +23 -13
  578. package/es/tabs/tabs-nav.vue_vue_type_script_setup_true_lang.js +332 -0
  579. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
  580. package/es/tabs/tabs.js +3 -325
  581. package/es/tabs/{tabs.d.ts → tabs.vue.d.ts} +25 -18
  582. package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +237 -0
  583. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
  584. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +2 -2
  585. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -3
  586. package/es/thinking-orb/engine/lattice.js +1 -1
  587. package/es/thinking-orb/engine/morph.js +1 -1
  588. package/es/thinking-orb/engine/profiles.js +1 -1
  589. package/es/thinking-orb/presets.js +1 -1
  590. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +1 -1
  591. package/es/time-picker/hooks/use-time-state.js +4 -2
  592. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +2 -2
  593. package/es/time-picker/range-panel.js +3 -56
  594. package/es/time-picker/range-panel.vue.d.ts +44 -0
  595. package/es/time-picker/range-panel.vue_vue_type_script_setup_true_lang.js +65 -0
  596. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  597. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +2 -2
  598. package/es/timeline/context.d.ts +1 -0
  599. package/es/timeline/index.d.ts +36 -426
  600. package/es/timeline/item.vue.d.ts +3 -0
  601. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +7 -5
  602. package/es/timeline/timeline.js +3 -109
  603. package/es/timeline/timeline.vue.d.ts +26 -0
  604. package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +68 -0
  605. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  606. package/es/tooltip/index.d.ts +3 -0
  607. package/es/tooltip/interface.d.ts +1 -0
  608. package/es/tooltip/style/index.css +3 -0
  609. package/es/tooltip/style/index.scss +4 -0
  610. package/es/tooltip/tooltip.vue.d.ts +1 -0
  611. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +6 -2
  612. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +17 -15
  613. package/es/transfer/transfer-list-item.js +3 -74
  614. package/es/transfer/transfer-list-item.vue.d.ts +30 -0
  615. package/es/transfer/transfer-list-item.vue_vue_type_script_setup_true_lang.js +101 -0
  616. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +3 -3
  617. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +1 -1
  618. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
  619. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  620. package/es/tree/hooks/use-draggable.js +0 -2
  621. package/es/tree/node-switcher.js +2 -2
  622. package/es/tree/node-switcher.vue.d.ts +7 -43
  623. package/es/tree/node-switcher.vue_vue_type_script_setup_true_lang.js +85 -0
  624. package/es/tree/node.js +3 -20
  625. package/es/tree/node.vue.d.ts +15 -0
  626. package/es/tree/node.vue_vue_type_script_setup_true_lang.js +30 -0
  627. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  628. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +28 -30
  629. package/es/tree/utils/tree-data.js +1 -1
  630. package/es/tree-select/hooks/use-selected-state.js +1 -1
  631. package/es/tree-select/panel.js +3 -71
  632. package/es/tree-select/panel.vue.d.ts +56 -0
  633. package/es/tree-select/panel.vue_vue_type_script_setup_true_lang.js +75 -0
  634. package/es/tree-select/tree-select.vue.d.ts +5 -2
  635. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +4 -4
  636. package/es/trigger/index.d.ts +168 -506
  637. package/es/trigger/trigger.js +3 -833
  638. package/es/trigger/trigger.vue.d.ts +108 -0
  639. package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +642 -0
  640. package/es/typography/base.js +3 -427
  641. package/es/typography/base.vue.d.ts +116 -0
  642. package/es/typography/base.vue_vue_type_script_setup_true_lang.js +314 -0
  643. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
  644. package/es/typography/index.d.ts +108 -37
  645. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
  646. package/es/typography/paragraph.js +3 -35
  647. package/es/typography/paragraph.vue.d.ts +33 -0
  648. package/es/typography/paragraph.vue_vue_type_script_setup_true_lang.js +42 -0
  649. package/es/typography/text.js +3 -22
  650. package/es/typography/text.vue.d.ts +27 -0
  651. package/es/typography/text.vue_vue_type_script_setup_true_lang.js +31 -0
  652. package/es/typography/title.js +3 -24
  653. package/es/typography/title.vue.d.ts +26 -0
  654. package/es/typography/title.vue_vue_type_script_setup_true_lang.js +33 -0
  655. package/es/typography/typography-content.js +5 -0
  656. package/es/typography/typography-content.vue.d.ts +9 -0
  657. package/es/typography/typography-content.vue_vue_type_script_setup_true_lang.js +47 -0
  658. package/es/typography/typography-operations.js +5 -0
  659. package/es/typography/typography-operations.vue.d.ts +22 -0
  660. package/es/typography/typography-operations.vue_vue_type_script_setup_true_lang.js +73 -0
  661. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  662. package/es/typography/utils/getInnerText.d.ts +1 -1
  663. package/es/typography/utils/getInnerText.js +4 -5
  664. package/es/typography/utils/inner-text-renderer.js +5 -0
  665. package/es/typography/utils/inner-text-renderer.vue.d.ts +7 -0
  666. package/es/typography/utils/inner-text-renderer.vue_vue_type_script_setup_true_lang.js +22 -0
  667. package/es/typography/utils/measure.d.ts +2 -3
  668. package/es/typography/utils/measure.js +8 -10
  669. package/es/upload/index.d.ts +74 -148
  670. package/es/upload/style/index.css +7 -9
  671. package/es/upload/style/index.scss +6 -6
  672. package/es/upload/upload-button.js +3 -137
  673. package/es/upload/{upload-button.d.ts → upload-button.vue.d.ts} +18 -11
  674. package/es/upload/upload-button.vue_vue_type_script_setup_true_lang.js +161 -0
  675. package/es/upload/upload-list-item.js +3 -120
  676. package/es/upload/{upload-list-item.d.ts → upload-list-item.vue.d.ts} +5 -4
  677. package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +195 -0
  678. package/es/upload/upload-list.js +3 -46
  679. package/es/upload/upload-list.vue.d.ts +38 -0
  680. package/es/upload/upload-list.vue_vue_type_script_setup_true_lang.js +47 -0
  681. package/es/upload/upload-picture-item.js +3 -86
  682. package/es/upload/upload-picture-item.vue.d.ts +35 -0
  683. package/es/upload/upload-picture-item.vue_vue_type_script_setup_true_lang.js +147 -0
  684. package/es/upload/upload-progress.js +3 -73
  685. package/es/upload/{upload-progress.d.ts → upload-progress.vue.d.ts} +5 -4
  686. package/es/upload/upload-progress.vue_vue_type_script_setup_true_lang.js +75 -0
  687. package/es/upload/upload.js +3 -671
  688. package/es/upload/{upload.d.ts → upload.vue.d.ts} +50 -83
  689. package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +392 -0
  690. package/es/verification-code/index.d.ts +18 -24
  691. package/es/verification-code/verification-code.js +3 -216
  692. package/es/verification-code/{verification-code.d.ts → verification-code.vue.d.ts} +12 -15
  693. package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +192 -0
  694. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  695. package/es/watermark/index.d.ts +12 -8
  696. package/es/watermark/watermark.js +3 -292
  697. package/es/watermark/{watermark.d.ts → watermark.vue.d.ts} +13 -2
  698. package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +303 -0
  699. package/json/vetur-attributes.json +74 -1352
  700. package/json/vetur-tags.json +94 -473
  701. package/json/web-types.json +2615 -5690
  702. package/package.json +14 -14
  703. package/es/_components/auto-tooltip/auto-tooltip.d.ts +0 -10
  704. package/es/_components/client-only.d.ts +0 -4
  705. package/es/_components/input-label/input-label.d.ts +0 -70
  706. package/es/_components/resize-observer.d.ts +0 -6
  707. package/es/_components/select-view/select-view.d.ts +0 -171
  708. package/es/auto-complete/auto-complete.d.ts +0 -146
  709. package/es/avatar/avatar-group.d.ts +0 -58
  710. package/es/badge/badge.d.ts +0 -67
  711. package/es/breadcrumb/breadcrumb-item.d.ts +0 -35
  712. package/es/breadcrumb/breadcrumb.d.ts +0 -34
  713. package/es/card/card-meta.d.ts +0 -18
  714. package/es/card/card.d.ts +0 -464
  715. package/es/checkbox/checkbox-group.d.ts +0 -62
  716. package/es/checkbox/checkbox.d.ts +0 -146
  717. package/es/checkbox/icon-check.d.ts +0 -2
  718. package/es/collapse/collapse-item.d.ts +0 -157
  719. package/es/color-picker/palette.d.ts +0 -16
  720. package/es/date-picker/pickers/month-picker.d.ts +0 -27
  721. package/es/date-picker/pickers/year-picker.d.ts +0 -27
  722. package/es/divider/divider.d.ts +0 -43
  723. package/es/empty/empty.d.ts +0 -20
  724. package/es/image/preview-action.d.ts +0 -73
  725. package/es/input/input-search.d.ts +0 -81
  726. package/es/input-number/input-number.d.ts +0 -178
  727. package/es/list/list-item.d.ts +0 -16
  728. package/es/list/list.d.ts +0 -127
  729. package/es/mention/mention.d.ts +0 -128
  730. package/es/menu/menu.d.ts +0 -455
  731. package/es/menu/overflow-wrap.d.ts +0 -2
  732. package/es/notification/notification-list.d.ts +0 -32
  733. package/es/overflow-list/index.d.ts +0 -81
  734. package/es/overflow-list/index.js +0 -10
  735. package/es/overflow-list/overflow-list.d.ts +0 -37
  736. package/es/overflow-list/overflow-list.js +0 -140
  737. package/es/overflow-list/style/index.css +0 -30
  738. package/es/overflow-list/style/index.scss +0 -20
  739. package/es/radio/radio-group.d.ts +0 -72
  740. package/es/radio/radio.d.ts +0 -140
  741. package/es/result/403.d.ts +0 -2
  742. package/es/result/404.d.ts +0 -2
  743. package/es/result/500.d.ts +0 -2
  744. package/es/select/select.d.ts +0 -1533
  745. package/es/space/space.d.ts +0 -45
  746. package/es/spin/dot-loading.d.ts +0 -10
  747. package/es/spin/spin.d.ts +0 -37
  748. package/es/table/table-column.d.ts +0 -120
  749. package/es/table/table-operation-td.d.ts +0 -813
  750. package/es/table/table-tbody.d.ts +0 -4
  751. package/es/table/table-thead.d.ts +0 -4
  752. package/es/table/table-tr.d.ts +0 -41
  753. package/es/time-picker/range-panel.d.ts +0 -203
  754. package/es/timeline/timeline.d.ts +0 -226
  755. package/es/transfer/transfer-list-item.d.ts +0 -45
  756. package/es/tree/node-switcher.vue_vue_type_script_lang.js +0 -69
  757. package/es/tree/node.d.ts +0 -4
  758. package/es/tree-select/panel.d.ts +0 -14
  759. package/es/trigger/trigger.d.ts +0 -366
  760. package/es/typography/base.d.ts +0 -171
  761. package/es/typography/paragraph.d.ts +0 -27
  762. package/es/typography/text.d.ts +0 -18
  763. package/es/typography/title.d.ts +0 -17
  764. package/es/upload/upload-list.d.ts +0 -63
  765. package/es/upload/upload-picture-item.d.ts +0 -24
  766. /package/es/{overflow-list → number-flow}/style/css.js +0 -0
  767. /package/es/{overflow-list → number-flow}/style/index.d.ts +0 -0
  768. /package/es/{overflow-list → number-flow}/style/index.js +0 -0
@@ -0,0 +1,29 @@
1
+ import type { VNode } from 'vue';
2
+ import type { BreadcrumbRoute } from './interface';
3
+ type __VLS_Props = {
4
+ maxCount?: number;
5
+ routes?: BreadcrumbRoute[];
6
+ separator?: string | number;
7
+ customUrl?: (paths: string[]) => string;
8
+ };
9
+ type __VLS_Slots = {
10
+ 'default'?: () => VNode[];
11
+ 'separator'?: () => VNode[];
12
+ 'item-render'?: (props: {
13
+ route: BreadcrumbRoute;
14
+ routes: BreadcrumbRoute[];
15
+ paths: string[];
16
+ }) => VNode[];
17
+ 'more-icon'?: () => VNode[];
18
+ };
19
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
20
+ maxCount: number;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
22
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
23
+ declare const _default: typeof __VLS_export;
24
+ export default _default;
25
+ type __VLS_WithSlots<T, S> = T & {
26
+ new (): {
27
+ $slots: S;
28
+ };
29
+ };
@@ -0,0 +1,98 @@
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 { getAllElements } from "../_utils/vue-utils.js";
4
+ import { useI18n } from "../locale/index.js";
5
+ import { breadcrumbInjectKey } from "./context.js";
6
+ import breadcrumb_item_default from "./breadcrumb-item.js";
7
+ import { Fragment, computed, createBlock, createElementBlock, defineComponent, mergeProps, normalizeClass, openBlock, provide, reactive, ref, renderList, renderSlot, toDisplayString, toRef, unref, useSlots, watchEffect, withCtx } from "vue";
8
+ //#region components/breadcrumb/breadcrumb.vue?vue&type=script&setup=true&lang.ts
9
+ var _hoisted_1 = ["aria-label"];
10
+ var _hoisted_2 = { key: 0 };
11
+ var _hoisted_3 = ["href"];
12
+ var breadcrumb_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Breadcrumb" }), {}, {
13
+ __name: "breadcrumb",
14
+ props: {
15
+ maxCount: { default: 0 },
16
+ routes: {},
17
+ separator: {},
18
+ customUrl: {}
19
+ },
20
+ setup(__props) {
21
+ const props = __props;
22
+ const slots = useSlots();
23
+ const { t } = useI18n();
24
+ const prefixCls = getPrefixCls("breadcrumb");
25
+ const total = ref(0);
26
+ const maxCount = toRef(props, "maxCount");
27
+ const separator = toRef(props, "separator");
28
+ const needHide = computed(() => maxCount.value > 0 && total.value > maxCount.value + 1);
29
+ provide(breadcrumbInjectKey, reactive({
30
+ total,
31
+ maxCount,
32
+ separator,
33
+ needHide,
34
+ slots
35
+ }));
36
+ watchEffect(() => {
37
+ if (!slots.default) {
38
+ var _props$routes$length, _props$routes;
39
+ total.value = (_props$routes$length = (_props$routes = props.routes) === null || _props$routes === void 0 ? void 0 : _props$routes.length) !== null && _props$routes$length !== void 0 ? _props$routes$length : 0;
40
+ }
41
+ });
42
+ const routeEntries = computed(() => {
43
+ var _props$routes2;
44
+ if (!((_props$routes2 = props.routes) === null || _props$routes2 === void 0 ? void 0 : _props$routes2.length)) return [];
45
+ const paths = [];
46
+ return props.routes.map((route, index, origin) => {
47
+ var _props$customUrl, _props$customUrl2;
48
+ paths.push((route.path || "").replace(/^\//, ""));
49
+ const currentPaths = [...paths];
50
+ return {
51
+ route,
52
+ index,
53
+ paths: currentPaths,
54
+ last: index === origin.length - 1,
55
+ href: (_props$customUrl = (_props$customUrl2 = props.customUrl) === null || _props$customUrl2 === void 0 ? void 0 : _props$customUrl2.call(props, currentPaths)) !== null && _props$customUrl !== void 0 ? _props$customUrl : `#/${currentPaths.join("/").replace(/^\//, "")}`
56
+ };
57
+ });
58
+ });
59
+ const RenderChildren = () => {
60
+ var _slots$default, _slots$default2;
61
+ const children = getAllElements((_slots$default = (_slots$default2 = slots.default) === null || _slots$default2 === void 0 ? void 0 : _slots$default2.call(slots)) !== null && _slots$default !== void 0 ? _slots$default : []);
62
+ if (total.value !== children.length) total.value = children.length;
63
+ return children.map((child, index) => {
64
+ var _child$props;
65
+ child.props = mergeProps((_child$props = child.props) !== null && _child$props !== void 0 ? _child$props : {}, { index });
66
+ return child;
67
+ });
68
+ };
69
+ return (_ctx, _cache) => {
70
+ return openBlock(), createElementBlock("div", {
71
+ role: "list",
72
+ "aria-label": unref(t)("a11y.breadcrumb"),
73
+ class: normalizeClass(unref(prefixCls))
74
+ }, [_ctx.$slots.default ? (openBlock(), createBlock(RenderChildren, { key: 0 })) : (openBlock(true), createElementBlock(Fragment, { key: 1 }, renderList(routeEntries.value, (entry) => {
75
+ return openBlock(), createBlock(breadcrumb_item_default, {
76
+ key: entry.route.path || entry.route.label,
77
+ index: entry.index,
78
+ droplist: entry.route.children
79
+ }, {
80
+ default: withCtx(() => {
81
+ var _props$routes3;
82
+ return [renderSlot(_ctx.$slots, "item-render", {
83
+ route: entry.route,
84
+ routes: (_props$routes3 = __props.routes) !== null && _props$routes3 !== void 0 ? _props$routes3 : [],
85
+ paths: entry.paths
86
+ }, () => [entry.last ? (openBlock(), createElementBlock("span", _hoisted_2, toDisplayString(entry.route.label), 1)) : (openBlock(), createElementBlock("a", {
87
+ key: 1,
88
+ href: entry.href
89
+ }, toDisplayString(entry.route.label), 9, _hoisted_3))])];
90
+ }),
91
+ _: 2
92
+ }, 1032, ["index", "droplist"]);
93
+ }), 128))], 10, _hoisted_1);
94
+ };
95
+ }
96
+ }));
97
+ //#endregion
98
+ export { breadcrumb_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,99 +1,92 @@
1
1
  import type { App } from 'vue';
2
2
  import type { SDOptions } from '../_utils/types';
3
- import _Breadcrumb from './breadcrumb';
4
- import _BreadcrumbItem from './breadcrumb-item';
3
+ import _BreadcrumbItem from './breadcrumb-item.vue';
4
+ import _Breadcrumb from './breadcrumb.vue';
5
5
  declare const Breadcrumb: {
6
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7
- maxCount: {
8
- type: NumberConstructor;
9
- default: number;
10
- };
11
- routes: {
12
- type: import("vue").PropType<import("./interface").BreadcrumbRoute[]>;
13
- };
14
- separator: {
15
- type: (StringConstructor | NumberConstructor)[];
16
- };
17
- customUrl: {
18
- type: import("vue").PropType<(paths: string[]) => string>;
19
- };
20
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
6
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
7
+ maxCount?: number;
8
+ routes?: import("./interface").BreadcrumbRoute[];
9
+ separator?: string | number;
10
+ customUrl?: (paths: string[]) => string;
11
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
21
12
  maxCount: number;
22
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
13
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
23
14
  P: {};
24
15
  B: {};
25
16
  D: {};
26
17
  C: {};
27
18
  M: {};
28
19
  Defaults: {};
29
- }, Readonly<import("vue").ExtractPropTypes<{
30
- maxCount: {
31
- type: NumberConstructor;
32
- default: number;
33
- };
34
- routes: {
35
- type: import("vue").PropType<import("./interface").BreadcrumbRoute[]>;
36
- };
37
- separator: {
38
- type: (StringConstructor | NumberConstructor)[];
39
- };
40
- customUrl: {
41
- type: import("vue").PropType<(paths: string[]) => string>;
42
- };
43
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
20
+ }, Readonly<{
21
+ maxCount?: number;
22
+ routes?: import("./interface").BreadcrumbRoute[];
23
+ separator?: string | number;
24
+ customUrl?: (paths: string[]) => string;
25
+ }> & Readonly<{}>, {}, {}, {}, {}, {
44
26
  maxCount: number;
45
27
  }>;
46
28
  __isFragment?: never;
47
29
  __isTeleport?: never;
48
30
  __isSuspense?: never;
49
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
50
- maxCount: {
51
- type: NumberConstructor;
52
- default: number;
53
- };
54
- routes: {
55
- type: import("vue").PropType<import("./interface").BreadcrumbRoute[]>;
56
- };
57
- separator: {
58
- type: (StringConstructor | NumberConstructor)[];
59
- };
60
- customUrl: {
61
- type: import("vue").PropType<(paths: string[]) => string>;
62
- };
63
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
31
+ } & import("vue").ComponentOptionsBase<Readonly<{
32
+ maxCount?: number;
33
+ routes?: import("./interface").BreadcrumbRoute[];
34
+ separator?: string | number;
35
+ customUrl?: (paths: string[]) => string;
36
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
64
37
  maxCount: number;
65
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
66
- Item: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
67
- separator: {
68
- type: (StringConstructor | NumberConstructor)[];
69
- };
70
- droplist: {
71
- type: import("vue").PropType<import("./interface").BreadcrumbRoute["children"]>;
72
- };
73
- dropdownProps: {
74
- type: import("vue").PropType<import("..").DropDownProps>;
75
- };
76
- index: {
77
- type: NumberConstructor;
78
- default: number;
79
- };
80
- }>, () => import("vue/jsx-runtime").JSX.Element | null, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
81
- separator: {
82
- type: (StringConstructor | NumberConstructor)[];
83
- };
84
- droplist: {
85
- type: import("vue").PropType<import("./interface").BreadcrumbRoute["children"]>;
86
- };
87
- dropdownProps: {
88
- type: import("vue").PropType<import("..").DropDownProps>;
89
- };
90
- index: {
91
- type: NumberConstructor;
92
- default: number;
93
- };
94
- }>> & Readonly<{}>, {
38
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
39
+ $slots: {
40
+ default?: () => import("vue").VNode[];
41
+ separator?: () => import("vue").VNode[];
42
+ 'item-render'?: (props: {
43
+ route: import("./interface").BreadcrumbRoute;
44
+ routes: import("./interface").BreadcrumbRoute[];
45
+ paths: string[];
46
+ }) => import("vue").VNode[];
47
+ 'more-icon'?: () => import("vue").VNode[];
48
+ };
49
+ }) & {
50
+ Item: {
51
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
52
+ separator?: string | number;
53
+ droplist?: import("./interface").BreadcrumbRoute["children"];
54
+ dropdownProps?: import("../index.ts").DropDownProps;
55
+ index?: number;
56
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
57
+ index: number;
58
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
59
+ P: {};
60
+ B: {};
61
+ D: {};
62
+ C: {};
63
+ M: {};
64
+ Defaults: {};
65
+ }, Readonly<{
66
+ separator?: string | number;
67
+ droplist?: import("./interface").BreadcrumbRoute["children"];
68
+ dropdownProps?: import("../index.ts").DropDownProps;
69
+ index?: number;
70
+ }> & Readonly<{}>, {}, {}, {}, {}, {
71
+ index: number;
72
+ }>;
73
+ __isFragment?: never;
74
+ __isTeleport?: never;
75
+ __isSuspense?: never;
76
+ } & import("vue").ComponentOptionsBase<Readonly<{
77
+ separator?: string | number;
78
+ droplist?: import("./interface").BreadcrumbRoute["children"];
79
+ dropdownProps?: import("../index.ts").DropDownProps;
80
+ index?: number;
81
+ }> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
95
82
  index: number;
96
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
83
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
84
+ $slots: {
85
+ default?: () => import("vue").VNode[];
86
+ separator?: () => import("vue").VNode[];
87
+ droplist?: () => import("vue").VNode[];
88
+ };
89
+ });
97
90
  install: (app: App, options?: SDOptions) => void;
98
91
  };
99
92
  export type BreadcrumbInstance = InstanceType<typeof _Breadcrumb>;
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { buttonGroupInjectionKey } from "./context.js";
4
4
  import { createElementBlock, defineComponent, normalizeClass, openBlock, provide, reactive, renderSlot, toRefs, unref } from "vue";
@@ -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.139.0/helpers/esm/objectSpread2.js";
3
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
4
4
  import { getPrefixCls } from "../_utils/global-config.js";
5
5
  import { isString } from "../_utils/is.js";
6
6
  import IconLoading from "../icon/icon-loading/index.js";
@@ -140,12 +140,14 @@ var button_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCom
140
140
  const configContext = inject(configProviderInjectionKey, void 0);
141
141
  const groupContext = inject(buttonGroupInjectionKey, void 0);
142
142
  const autoInsertSpaceInButton = computed(() => Boolean(configContext === null || configContext === void 0 ? void 0 : configContext.autoInsertSpaceInButton));
143
+ const _size = computed(() => {
144
+ var _size$value;
145
+ return (_size$value = size.value) !== null && _size$value !== void 0 ? _size$value : groupContext === null || groupContext === void 0 ? void 0 : groupContext.size;
146
+ });
147
+ const _disabled = computed(() => Boolean(disabled.value || (groupContext === null || groupContext === void 0 ? void 0 : groupContext.disabled)));
143
148
  const { mergedSize: _mergedSize, mergedDisabled } = useFormItem({
144
- size: computed(() => {
145
- var _size$value;
146
- return (_size$value = size.value) !== null && _size$value !== void 0 ? _size$value : groupContext === null || groupContext === void 0 ? void 0 : groupContext.size;
147
- }),
148
- disabled: computed(() => Boolean(disabled.value || (groupContext === null || groupContext === void 0 ? void 0 : groupContext.disabled)))
149
+ size: _size,
150
+ disabled: _disabled
149
151
  });
150
152
  const { mergedSize } = useSize(_mergedSize);
151
153
  const buttonRef = ref();
@@ -1,5 +1,5 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
- import _asyncToGenerator from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
+ import _asyncToGenerator from "../../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/asyncToGenerator.js";
3
3
  import { calendarInjectionKey } from "../context.js";
4
4
  import { minutesToPercentage, percentageToMinutes, pxToPercentage } from "../utils/conversions.js";
5
5
  import { months, weekdays } from "../core/config.js";
@@ -401,7 +401,8 @@ var cell_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineCompo
401
401
  };
402
402
  };
403
403
  const cursorInfo = computed(() => {
404
- const minutes = percentageToMinutes(config.horizontal ? touch.movePercentageX || touch.startPercentageX : touch.movePercentageY || touch.startPercentageY, config);
404
+ const percentageVal = config.horizontal ? touch.movePercentageX || touch.startPercentageX : touch.movePercentageY || touch.startPercentageY;
405
+ const minutes = percentageToMinutes(percentageVal, config);
405
406
  const date = new Date(props.start);
406
407
  date.setMinutes(minutes);
407
408
  return {
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
2
  import { PerformantEllipsis } from "../../ellipsis/index.js";
3
3
  import { calendarInjectionKey } from "../context.js";
4
4
  import { minutesToPercentage } from "../utils/conversions.js";
@@ -111,7 +111,7 @@ var event_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComp
111
111
  const plusDaysIndicator = computed(() => {
112
112
  const start = new Date(event.start).setHours(0, 0, 0, 0);
113
113
  const end = new Date(event.end).setHours(0, 0, 0, 0);
114
- return Math.ceil((end - start) / (1e3 * 60 * 60 * 24));
114
+ return Math.ceil((end - start) / 864e5);
115
115
  });
116
116
  const styles = computed(() => {
117
117
  const hasPosition = (view.isDay || view.isDays || view.isWeek) && config.time && !props.inAllDayBar;
@@ -37,7 +37,7 @@ var headings_bar_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ def
37
37
  });
38
38
  const headingCell = (day) => ({
39
39
  start: day.date,
40
- end: /* @__PURE__ */ new Date(day.date.getTime() + 1440 * 60 * 1e3 - 1),
40
+ end: /* @__PURE__ */ new Date(day.date.getTime() + 864e5 - 1),
41
41
  isToday: day.isToday,
42
42
  goNarrower: () => view.narrower(),
43
43
  goBroader: () => view.broader(),
@@ -98,7 +98,7 @@ var headings_bar_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ def
98
98
  },
99
99
  handleTouchStart(e) {
100
100
  var _e$touches;
101
- !((_e$touches = e.touches) === null || _e$touches === void 0) && _e$touches[0] && this.startResize(e.touches[0].clientX, e.touches[0].clientY);
101
+ (_e$touches = e.touches) !== null && _e$touches !== void 0 && _e$touches[0] && this.startResize(e.touches[0].clientX, e.touches[0].clientY);
102
102
  },
103
103
  handleTouchMove(e) {
104
104
  var _e$touches2;
@@ -171,7 +171,7 @@ var headings_bar_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ def
171
171
  key: i,
172
172
  class: normalizeClass([`${unref(prefixCls)}__all-day-cell`, { [`${unref(prefixCls)}__weekday--today`]: day.isToday }]),
173
173
  start: day.date,
174
- end: /* @__PURE__ */ new Date(day.date.getTime() + 1440 * 60 * 1e3 - 1),
174
+ end: /* @__PURE__ */ new Date(day.date.getTime() + 864e5 - 1),
175
175
  index: Number(i),
176
176
  "all-day": ""
177
177
  }, createSlots({ _: 2 }, [_ctx.$slots["event.all-day"] ? {
@@ -1,6 +1,6 @@
1
- import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../../_utils/global-config.js";
3
- import _asyncToGenerator from "../../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/asyncToGenerator.js";
3
+ import _asyncToGenerator from "../../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/asyncToGenerator.js";
4
4
  import Scrollbar from "../../scrollbar/index.js";
5
5
  import { useThemeMode } from "../../_hooks/use-theme-mode.js";
6
6
  import { calendarElInjectionKey, calendarInjectionKey } from "../context.js";
@@ -0,0 +1,5 @@
1
+ import card_actions_vue_vue_type_script_setup_true_lang_default from "./card-actions.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/card/card-actions.vue
3
+ var card_actions_default = card_actions_vue_vue_type_script_setup_true_lang_default;
4
+ //#endregion
5
+ export { card_actions_default as default };
@@ -0,0 +1,7 @@
1
+ import type { VNode } from 'vue';
2
+ type __VLS_Props = {
3
+ actions: VNode[];
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
@@ -0,0 +1,23 @@
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 { getAllElements } from "../_utils/vue-utils.js";
4
+ import { Fragment, createElementBlock, createElementVNode, createVNode, defineComponent, normalizeClass, openBlock, renderList, unref } from "vue";
5
+ //#region components/card/card-actions.vue?vue&type=script&setup=true&lang.ts
6
+ var card_actions_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "CardActions" }), {}, {
7
+ __name: "card-actions",
8
+ props: { actions: {} },
9
+ setup(__props) {
10
+ const VNodeRenderer = ({ content }) => content;
11
+ const prefixCls = getPrefixCls("card");
12
+ return (_ctx, _cache) => {
13
+ return openBlock(), createElementBlock("div", { class: normalizeClass(`${unref(prefixCls)}-actions`) }, [createElementVNode("div", { class: normalizeClass(`${unref(prefixCls)}-actions-right`) }, [(openBlock(true), createElementBlock(Fragment, null, renderList(unref(getAllElements)(__props.actions), (action, index) => {
14
+ return openBlock(), createElementBlock("span", {
15
+ key: `action-${index}`,
16
+ class: normalizeClass(`${unref(prefixCls)}-actions-item`)
17
+ }, [createVNode(VNodeRenderer, { content: action }, null, 8, ["content"])], 2);
18
+ }), 128))], 2)], 2);
19
+ };
20
+ }
21
+ }));
22
+ //#endregion
23
+ export { card_actions_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,4 +1,4 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
1
+ import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.142.0/helpers/esm/objectSpread2.js";
2
2
  import { getPrefixCls } from "../_utils/global-config.js";
3
3
  import { cardInjectionKey } from "./context.js";
4
4
  import { computed, createElementBlock, defineComponent, inject, normalizeClass, onMounted, openBlock, renderSlot } from "vue";
@@ -1,49 +1,5 @@
1
- import { getPrefixCls } from "../_utils/global-config.js";
2
- import { cardInjectionKey } from "./context.js";
3
- import { createVNode, defineComponent, inject, onMounted } from "vue";
4
- //#region components/card/card-meta.tsx
5
- var card_meta_default = /* @__PURE__ */ defineComponent({
6
- name: "CardMeta",
7
- props: {
8
- /**
9
- * @zh 标题
10
- * @en Title of card
11
- */
12
- title: { type: String },
13
- /**
14
- * @zh 描述
15
- * @en Description of card
16
- */
17
- description: { type: String }
18
- },
19
- /**
20
- * @zh 头像
21
- * @en Avatar of card
22
- * @slot avatar
23
- */
24
- /**
25
- * @zh 标题
26
- * @en Title of card
27
- * @slot title
28
- */
29
- /**
30
- * @zh 描述
31
- * @en Description of card
32
- * @slot description
33
- */
34
- setup(props, { slots }) {
35
- const prefixCls = getPrefixCls("card-meta");
36
- const context = inject(cardInjectionKey);
37
- onMounted(() => {
38
- if (context) context.hasMeta = true;
39
- });
40
- return () => {
41
- var _slots$title, _slots$description, _slots$title2, _slots$title3, _slots$description2, _slots$description3;
42
- const hasTitle = Boolean((_slots$title = slots.title) !== null && _slots$title !== void 0 ? _slots$title : props.title);
43
- const hasDesc = Boolean((_slots$description = slots.description) !== null && _slots$description !== void 0 ? _slots$description : props.description);
44
- return createVNode("div", { "class": prefixCls }, [(hasTitle || hasDesc) && createVNode("div", { "class": `${prefixCls}-content` }, [hasTitle && createVNode("div", { "class": `${prefixCls}-title` }, [(_slots$title2 = (_slots$title3 = slots.title) === null || _slots$title3 === void 0 ? void 0 : _slots$title3.call(slots)) !== null && _slots$title2 !== void 0 ? _slots$title2 : props.title]), hasDesc && createVNode("div", { "class": `${prefixCls}-description` }, [(_slots$description2 = (_slots$description3 = slots.description) === null || _slots$description3 === void 0 ? void 0 : _slots$description3.call(slots)) !== null && _slots$description2 !== void 0 ? _slots$description2 : props.description])]), (slots.avatar || (context === null || context === void 0 ? void 0 : context.slots.actions)) && createVNode("div", { "class": [`${prefixCls}-footer `, { [`${prefixCls}-footer-only-actions`]: !slots.avatar }] }, [slots.avatar && createVNode("div", { "class": `${prefixCls}-avatar` }, [slots.avatar()]), context && context.slots.actions && context.renderActions(context.slots.actions())])]);
45
- };
46
- }
47
- });
1
+ import card_meta_vue_vue_type_script_setup_true_lang_default from "./card-meta.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/card/card-meta.vue
3
+ var card_meta_default = card_meta_vue_vue_type_script_setup_true_lang_default;
48
4
  //#endregion
49
5
  export { card_meta_default as default };
@@ -0,0 +1,21 @@
1
+ import type { VNode } from 'vue';
2
+ export declare const SIZES: readonly ["default", "small"];
3
+ export type SizeType = (typeof SIZES)[number];
4
+ declare const _default: typeof __VLS_export;
5
+ export default _default;
6
+ declare const __VLS_export: __VLS_WithSlots<import("vue").DefineComponent<{
7
+ title?: string;
8
+ description?: string;
9
+ }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
10
+ title?: string;
11
+ description?: string;
12
+ }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
13
+ avatar?: () => VNode[];
14
+ title?: () => VNode[];
15
+ description?: () => VNode[];
16
+ }>;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,54 @@
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 { cardInjectionKey } from "./context.js";
4
+ import card_actions_default from "./card-actions.js";
5
+ import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createTextVNode, defineComponent, inject, normalizeClass, onMounted, openBlock, renderSlot, toDisplayString, unref, useSlots } from "vue";
6
+ //#region components/card/card-meta.vue?vue&type=script&setup=true&lang.ts
7
+ var card_meta_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "CardMeta" }), {}, {
8
+ __name: "card-meta",
9
+ props: {
10
+ title: {},
11
+ description: {}
12
+ },
13
+ setup(__props) {
14
+ const props = __props;
15
+ const slots = useSlots();
16
+ const prefixCls = getPrefixCls("card-meta");
17
+ const context = inject(cardInjectionKey, void 0);
18
+ const hasTitle = computed(() => {
19
+ var _slots$title;
20
+ return Boolean((_slots$title = slots.title) !== null && _slots$title !== void 0 ? _slots$title : props.title);
21
+ });
22
+ const hasDescription = computed(() => {
23
+ var _slots$description;
24
+ return Boolean((_slots$description = slots.description) !== null && _slots$description !== void 0 ? _slots$description : props.description);
25
+ });
26
+ onMounted(() => {
27
+ if (context) context.hasMeta = true;
28
+ });
29
+ return (_ctx, _cache) => {
30
+ var _unref2, _unref3;
31
+ return openBlock(), createElementBlock("div", { class: normalizeClass(unref(prefixCls)) }, [hasTitle.value || hasDescription.value ? (openBlock(), createElementBlock("div", {
32
+ key: 0,
33
+ class: normalizeClass(`${unref(prefixCls)}-content`)
34
+ }, [hasTitle.value ? (openBlock(), createElementBlock("div", {
35
+ key: 0,
36
+ class: normalizeClass(`${unref(prefixCls)}-title`)
37
+ }, [_ctx.$slots.title ? renderSlot(_ctx.$slots, "title", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(__props.title), 1)], 64))], 2)) : createCommentVNode("", true), hasDescription.value ? (openBlock(), createElementBlock("div", {
38
+ key: 1,
39
+ class: normalizeClass(`${unref(prefixCls)}-description`)
40
+ }, [_ctx.$slots.description ? renderSlot(_ctx.$slots, "description", {}, void 0, void 0, 0) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [createTextVNode(toDisplayString(__props.description), 1)], 64))], 2)) : createCommentVNode("", true)], 2)) : createCommentVNode("", true), _ctx.$slots.avatar || ((_unref2 = unref(context)) === null || _unref2 === void 0 ? void 0 : _unref2.slots.actions) ? (openBlock(), createElementBlock("div", {
41
+ key: 1,
42
+ class: normalizeClass([`${unref(prefixCls)}-footer`, { [`${unref(prefixCls)}-footer-only-actions`]: !_ctx.$slots.avatar }])
43
+ }, [_ctx.$slots.avatar ? (openBlock(), createElementBlock("div", {
44
+ key: 0,
45
+ class: normalizeClass(`${unref(prefixCls)}-avatar`)
46
+ }, [renderSlot(_ctx.$slots, "avatar")], 2)) : createCommentVNode("", true), ((_unref3 = unref(context)) === null || _unref3 === void 0 ? void 0 : _unref3.slots.actions) ? (openBlock(), createBlock(card_actions_default, {
47
+ key: 1,
48
+ actions: unref(context).slots.actions()
49
+ }, null, 8, ["actions"])) : createCommentVNode("", true)], 2)) : createCommentVNode("", true)], 2);
50
+ };
51
+ }
52
+ }));
53
+ //#endregion
54
+ export { card_meta_vue_vue_type_script_setup_true_lang_default as default };