@sdata/web-vue 3.29.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 (742) 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 +16 -17
  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 +2 -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/types.d.ts +4 -0
  343. package/es/json-form/types.js +1 -0
  344. package/es/json-form/utils.js +7 -4
  345. package/es/kv-list/index.d.ts +34 -34
  346. package/es/kv-list/kv-list-row.vue_vue_type_script_setup_true_lang.js +1 -1
  347. package/es/kv-list/kv-list.vue_vue_type_script_setup_true_lang.js +1 -1
  348. package/es/layout/content.vue_vue_type_script_setup_true_lang.js +1 -1
  349. package/es/layout/footer.vue_vue_type_script_setup_true_lang.js +1 -1
  350. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +1 -1
  351. package/es/layout/layout.vue_vue_type_script_setup_true_lang.js +4 -3
  352. package/es/layout/sider.vue_vue_type_script_setup_true_lang.js +1 -1
  353. package/es/link/link.vue_vue_type_script_setup_true_lang.js +1 -1
  354. package/es/list/index.d.ts +2619 -93
  355. package/es/list/index.js +2 -2
  356. package/es/list/list-item-meta.vue_vue_type_script_setup_true_lang.js +1 -1
  357. package/es/list/list-item.js +3 -54
  358. package/es/list/list-item.vue.d.ts +22 -0
  359. package/es/list/list-item.vue_vue_type_script_setup_true_lang.js +58 -0
  360. package/es/list/list.js +3 -383
  361. package/es/list/list.vue.d.ts +980 -0
  362. package/es/list/list.vue_vue_type_script_setup_true_lang.js +326 -0
  363. package/es/mention/index.d.ts +3234 -58
  364. package/es/mention/mention.js +3 -437
  365. package/es/mention/mention.vue.d.ts +1210 -0
  366. package/es/mention/mention.vue_vue_type_script_setup_true_lang.js +376 -0
  367. package/es/menu/base-menu.vue_vue_type_script_setup_true_lang.js +5 -4
  368. package/es/menu/hooks/use-level.js +2 -1
  369. package/es/menu/indent.vue_vue_type_script_setup_true_lang.js +3 -2
  370. package/es/menu/index.d.ts +3 -3
  371. package/es/menu/index.js +1 -1
  372. package/es/menu/item-group.vue_vue_type_script_setup_true_lang.js +3 -2
  373. package/es/menu/item.js +3 -127
  374. package/es/menu/{item.d.ts → item.vue.d.ts} +25 -4
  375. package/es/menu/item.vue_vue_type_script_setup_true_lang.js +147 -0
  376. package/es/menu/menu.js +3 -57
  377. package/es/menu/menu.vue.d.ts +66 -0
  378. package/es/menu/menu.vue_vue_type_script_setup_true_lang.js +78 -0
  379. package/es/menu/overflow-wrap.js +3 -97
  380. package/es/menu/overflow-wrap.vue.d.ts +3 -0
  381. package/es/menu/overflow-wrap.vue_vue_type_script_setup_true_lang.js +114 -0
  382. package/es/menu/sub-menu-inline.vue_vue_type_script_setup_true_lang.js +2 -2
  383. package/es/menu/sub-menu-pop.vue_vue_type_script_setup_true_lang.js +2 -2
  384. package/es/menu/sub-menu.js +3 -115
  385. package/es/menu/{sub-menu.d.ts → sub-menu.vue.d.ts} +27 -30
  386. package/es/menu/sub-menu.vue_vue_type_script_setup_true_lang.js +110 -0
  387. package/es/message/index.js +1 -1
  388. package/es/message/message-list.js +3 -45
  389. package/es/message/{message-list.d.ts → message-list.vue.d.ts} +9 -7
  390. package/es/message/message-list.vue_vue_type_script_setup_true_lang.js +64 -0
  391. package/es/message/message.vue_vue_type_script_setup_true_lang.js +1 -1
  392. package/es/modal/index.js +3 -3
  393. package/es/modal/modal.vue_vue_type_script_setup_true_lang.js +3 -3
  394. package/es/model-selector/model-selector-content.vue_vue_type_script_setup_true_lang.js +1 -1
  395. package/es/model-selector/model-selector-dialog.vue_vue_type_script_setup_true_lang.js +1 -1
  396. package/es/model-selector/model-selector-empty.vue_vue_type_script_setup_true_lang.js +1 -1
  397. package/es/model-selector/model-selector-group.vue_vue_type_script_setup_true_lang.js +1 -1
  398. package/es/model-selector/model-selector-input.vue_vue_type_script_setup_true_lang.js +1 -1
  399. package/es/model-selector/model-selector-item.vue_vue_type_script_setup_true_lang.js +1 -1
  400. package/es/model-selector/model-selector-list.vue_vue_type_script_setup_true_lang.js +1 -1
  401. package/es/model-selector/model-selector-logo-group.vue_vue_type_script_setup_true_lang.js +1 -1
  402. package/es/model-selector/model-selector-logo.vue_vue_type_script_setup_true_lang.js +1 -1
  403. package/es/model-selector/model-selector-name.vue_vue_type_script_setup_true_lang.js +1 -1
  404. package/es/model-selector/model-selector-separator.vue_vue_type_script_setup_true_lang.js +1 -1
  405. package/es/model-selector/model-selector-shortcut.vue_vue_type_script_setup_true_lang.js +1 -1
  406. package/es/model-selector/model-selector-trigger-element.js +5 -0
  407. package/es/model-selector/model-selector-trigger-element.vue.d.ts +7 -0
  408. package/es/model-selector/model-selector-trigger-element.vue_vue_type_script_lang.js +18 -0
  409. package/es/model-selector/model-selector-trigger.vue_vue_type_script_setup_true_lang.js +4 -17
  410. package/es/model-selector/model-selector.vue_vue_type_script_setup_true_lang.js +1 -1
  411. package/es/notification/index.js +1 -1
  412. package/es/notification/notification-list.js +3 -58
  413. package/es/notification/notification-list.vue.d.ts +34 -0
  414. package/es/notification/notification-list.vue_vue_type_script_setup_true_lang.js +96 -0
  415. package/es/notification/notification.vue_vue_type_script_setup_true_lang.js +1 -1
  416. package/es/page-header/page-header.vue_vue_type_script_setup_true_lang.js +1 -1
  417. package/es/pagination/index.d.ts +45 -49
  418. package/es/pagination/page-item-ellipsis.vue_vue_type_script_setup_true_lang.js +1 -1
  419. package/es/pagination/page-item-step.vue_vue_type_script_setup_true_lang.js +1 -1
  420. package/es/pagination/page-item.vue_vue_type_script_setup_true_lang.js +1 -1
  421. package/es/pagination/page-jumper.vue_vue_type_script_setup_true_lang.js +1 -1
  422. package/es/pagination/page-options.vue_vue_type_script_setup_true_lang.js +1 -1
  423. package/es/pagination/pagination.js +3 -463
  424. package/es/pagination/{pagination.d.ts → pagination.vue.d.ts} +42 -31
  425. package/es/pagination/pagination.vue_vue_type_script_setup_true_lang.js +454 -0
  426. package/es/popconfirm/popconfirm.vue_vue_type_script_setup_true_lang.js +2 -2
  427. package/es/popover/popover.vue_vue_type_script_setup_true_lang.js +1 -1
  428. package/es/progress/circle.vue_vue_type_script_setup_true_lang.js +1 -1
  429. package/es/progress/line.vue_vue_type_script_setup_true_lang.js +1 -1
  430. package/es/progress/progress.vue_vue_type_script_setup_true_lang.js +1 -1
  431. package/es/progress/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  432. package/es/qr-code/index.d.ts +18 -33
  433. package/es/qr-code/qr-code.vue.d.ts +6 -11
  434. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +4 -3
  435. package/es/radio/index.d.ts +111 -289
  436. package/es/radio/radio-group.js +3 -168
  437. package/es/radio/radio-group.vue.d.ts +45 -0
  438. package/es/radio/radio-group.vue_vue_type_script_setup_true_lang.js +129 -0
  439. package/es/radio/radio.js +3 -172
  440. package/es/radio/radio.vue.d.ts +40 -0
  441. package/es/radio/radio.vue_vue_type_script_setup_true_lang.js +152 -0
  442. package/es/rate/index.d.ts +17 -11
  443. package/es/rate/rate.js +3 -269
  444. package/es/rate/{rate.d.ts → rate.vue.d.ts} +18 -6
  445. package/es/rate/rate.vue_vue_type_script_setup_true_lang.js +220 -0
  446. package/es/resize-box/resize-box.vue_vue_type_script_setup_true_lang.js +1 -3
  447. package/es/result/403.js +3 -481
  448. package/es/result/403.vue.d.ts +3 -0
  449. package/es/result/403.vue_vue_type_script_setup_true_lang.js +24 -0
  450. package/es/result/404.js +3 -335
  451. package/es/result/404.vue.d.ts +3 -0
  452. package/es/result/404.vue_vue_type_script_setup_true_lang.js +24 -0
  453. package/es/result/500.js +3 -344
  454. package/es/result/500.vue.d.ts +3 -0
  455. package/es/result/500.vue_vue_type_script_setup_true_lang.js +19 -0
  456. package/es/result/result.vue_vue_type_script_setup_true_lang.js +2 -2
  457. package/es/rich-text-editor/nodes/inline-component-node.js +1 -1
  458. package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +2 -2
  459. package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +4 -4
  460. package/es/scrollbar/scrollbar.vue_vue_type_script_setup_true_lang.js +2 -2
  461. package/es/sd-vue.js +15 -17
  462. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +2 -2
  463. package/es/select/hooks/use-options.js +1 -1
  464. package/es/select/index.d.ts +93 -2299
  465. package/es/select/select-dropdown.vue_vue_type_script_setup_true_lang.js +1 -1
  466. package/es/select/select.js +3 -684
  467. package/es/select/select.vue.d.ts +450 -0
  468. package/es/select/select.vue_vue_type_script_setup_true_lang.js +774 -0
  469. package/es/select/utils.js +1 -1
  470. package/es/selectable-card/selectable-card.vue_vue_type_script_setup_true_lang.js +1 -1
  471. package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +1 -1
  472. package/es/sender/sender-recording-icon.js +5 -0
  473. package/es/sender/sender-recording-icon.vue.d.ts +3 -0
  474. package/es/sender/sender-recording-icon.vue_vue_type_script_setup_true_lang.js +38 -0
  475. package/es/sender/sender-skill-tag.js +5 -0
  476. package/es/sender/sender-skill-tag.vue.d.ts +28 -0
  477. package/es/sender/sender-skill-tag.vue_vue_type_script_setup_true_lang.js +59 -0
  478. package/es/sender/sender-stop-loading-icon.js +5 -0
  479. package/es/sender/sender-stop-loading-icon.vue.d.ts +3 -0
  480. package/es/sender/sender-stop-loading-icon.vue_vue_type_script_setup_true_lang.js +54 -0
  481. package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +1 -1
  482. package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +8 -109
  483. package/es/sender/use-recorder.js +2 -1
  484. package/es/skeleton/line.vue_vue_type_script_setup_true_lang.js +1 -1
  485. package/es/skeleton/shape.vue_vue_type_script_setup_true_lang.js +1 -1
  486. package/es/skeleton/skeleton.vue_vue_type_script_setup_true_lang.js +1 -1
  487. package/es/slider/slider-button.vue_vue_type_script_setup_true_lang.js +5 -2
  488. package/es/slider/slider-dots.vue_vue_type_script_setup_true_lang.js +1 -1
  489. package/es/slider/slider-input.vue_vue_type_script_setup_true_lang.js +1 -1
  490. package/es/slider/slider-marks.vue_vue_type_script_setup_true_lang.js +1 -1
  491. package/es/slider/slider-ticks.vue_vue_type_script_setup_true_lang.js +1 -1
  492. package/es/slider/slider.vue_vue_type_script_setup_true_lang.js +1 -1
  493. package/es/slider/utils.js +1 -2
  494. package/es/space/index.d.ts +26 -72
  495. package/es/space/space.js +3 -101
  496. package/es/space/space.vue.d.ts +22 -0
  497. package/es/space/space.vue_vue_type_script_setup_true_lang.js +84 -0
  498. package/es/spin/dot-loading.js +3 -28
  499. package/es/spin/dot-loading.vue.d.ts +6 -0
  500. package/es/spin/dot-loading.vue_vue_type_script_setup_true_lang.js +33 -0
  501. package/es/spin/index.d.ts +37 -60
  502. package/es/spin/spin.js +3 -153
  503. package/es/spin/spin.vue.d.ts +27 -0
  504. package/es/spin/spin.vue_vue_type_script_setup_true_lang.js +139 -0
  505. package/es/split/split.vue_vue_type_script_setup_true_lang.js +2 -2
  506. package/es/statistic/countdown.vue_vue_type_script_setup_true_lang.js +1 -1
  507. package/es/statistic/statistic.vue_vue_type_script_setup_true_lang.js +1 -1
  508. package/es/statistic/utils.js +5 -5
  509. package/es/steps/step.vue_vue_type_script_setup_true_lang.js +1 -1
  510. package/es/steps/steps.vue_vue_type_script_setup_true_lang.js +1 -1
  511. package/es/style/theme/z-index.js +3 -3
  512. package/es/switch/switch.vue_vue_type_script_setup_true_lang.js +2 -2
  513. package/es/table/hooks/use-row-selection.js +1 -1
  514. package/es/table/index.d.ts +449 -362
  515. package/es/table/index.js +1 -1
  516. package/es/table/table-column.js +3 -254
  517. package/es/table/table-column.vue.d.ts +75 -0
  518. package/es/table/table-column.vue_vue_type_script_setup_true_lang.js +194 -0
  519. package/es/table/table-operation-td.js +3 -130
  520. package/es/table/table-operation-td.vue.d.ts +87 -0
  521. package/es/table/table-operation-td.vue_vue_type_script_setup_true_lang.js +114 -0
  522. package/es/table/table-operation-th.js +3 -73
  523. package/es/table/{table-operation-th.d.ts → table-operation-th.vue.d.ts} +5 -4
  524. package/es/table/table-operation-th.vue_vue_type_script_setup_true_lang.js +86 -0
  525. package/es/table/table-tbody.js +3 -16
  526. package/es/table/table-tbody.vue.d.ts +14 -0
  527. package/es/table/table-tbody.vue_vue_type_script_setup_true_lang.js +23 -0
  528. package/es/table/table-td.js +3 -192
  529. package/es/table/{table-td.d.ts → table-td.vue.d.ts} +26 -12
  530. package/es/table/table-td.vue_vue_type_script_setup_true_lang.js +218 -0
  531. package/es/table/table-th.js +3 -225
  532. package/es/table/{table-th.d.ts → table-th.vue.d.ts} +17 -6
  533. package/es/table/table-th.vue_vue_type_script_setup_true_lang.js +268 -0
  534. package/es/table/table-thead.js +3 -16
  535. package/es/table/table-thead.vue.d.ts +14 -0
  536. package/es/table/table-thead.vue_vue_type_script_setup_true_lang.js +23 -0
  537. package/es/table/table-tr.js +3 -34
  538. package/es/table/table-tr.vue.d.ts +30 -0
  539. package/es/table/table-tr.vue_vue_type_script_setup_true_lang.js +48 -0
  540. package/es/table/table.js +3 -1637
  541. package/es/table/{table.d.ts → table.vue.d.ts} +41 -56
  542. package/es/table/table.vue_vue_type_script_setup_true_lang.js +1568 -0
  543. package/es/table/utils.js +1 -1
  544. package/es/tabs/index.d.ts +32 -33
  545. package/es/tabs/tab-pane.vue_vue_type_script_setup_true_lang.js +1 -1
  546. package/es/tabs/tabs-button.js +3 -58
  547. package/es/tabs/{tabs-button.d.ts → tabs-button.vue.d.ts} +6 -3
  548. package/es/tabs/tabs-button.vue_vue_type_script_setup_true_lang.js +54 -0
  549. package/es/tabs/tabs-nav-ink.vue_vue_type_script_setup_true_lang.js +1 -1
  550. package/es/tabs/tabs-nav.js +3 -297
  551. package/es/tabs/{tabs-nav.d.ts → tabs-nav.vue.d.ts} +23 -13
  552. package/es/tabs/tabs-nav.vue_vue_type_script_setup_true_lang.js +332 -0
  553. package/es/tabs/tabs-tab.vue_vue_type_script_setup_true_lang.js +1 -1
  554. package/es/tabs/tabs.js +3 -325
  555. package/es/tabs/{tabs.d.ts → tabs.vue.d.ts} +25 -18
  556. package/es/tabs/tabs.vue_vue_type_script_setup_true_lang.js +237 -0
  557. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +1 -1
  558. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +2 -2
  559. package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +4 -3
  560. package/es/thinking-orb/engine/lattice.js +1 -1
  561. package/es/thinking-orb/engine/morph.js +1 -1
  562. package/es/thinking-orb/engine/profiles.js +1 -1
  563. package/es/thinking-orb/presets.js +1 -1
  564. package/es/thinking-orb/thinking-orb.vue_vue_type_script_setup_true_lang.js +1 -1
  565. package/es/time-picker/hooks/use-time-state.js +4 -2
  566. package/es/time-picker/panel.vue_vue_type_script_setup_true_lang.js +2 -2
  567. package/es/time-picker/range-panel.js +3 -56
  568. package/es/time-picker/range-panel.vue.d.ts +44 -0
  569. package/es/time-picker/range-panel.vue_vue_type_script_setup_true_lang.js +65 -0
  570. package/es/time-picker/time-column.vue_vue_type_script_setup_true_lang.js +1 -1
  571. package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +2 -2
  572. package/es/timeline/context.d.ts +1 -0
  573. package/es/timeline/index.d.ts +36 -426
  574. package/es/timeline/item.vue.d.ts +3 -0
  575. package/es/timeline/item.vue_vue_type_script_setup_true_lang.js +7 -5
  576. package/es/timeline/timeline.js +3 -109
  577. package/es/timeline/timeline.vue.d.ts +26 -0
  578. package/es/timeline/timeline.vue_vue_type_script_setup_true_lang.js +68 -0
  579. package/es/toolbar/toolbar.vue_vue_type_script_setup_true_lang.js +1 -1
  580. package/es/tooltip/index.d.ts +3 -0
  581. package/es/tooltip/interface.d.ts +1 -0
  582. package/es/tooltip/style/index.css +3 -0
  583. package/es/tooltip/style/index.scss +4 -0
  584. package/es/tooltip/tooltip.vue.d.ts +1 -0
  585. package/es/tooltip/tooltip.vue_vue_type_script_setup_true_lang.js +6 -2
  586. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +17 -15
  587. package/es/transfer/transfer-list-item.js +3 -74
  588. package/es/transfer/transfer-list-item.vue.d.ts +30 -0
  589. package/es/transfer/transfer-list-item.vue_vue_type_script_setup_true_lang.js +101 -0
  590. package/es/transfer/transfer-view.vue_vue_type_script_setup_true_lang.js +3 -3
  591. package/es/transfer/transfer.vue_vue_type_script_setup_true_lang.js +1 -1
  592. package/es/tree/base-node.vue_vue_type_script_setup_true_lang.js +1 -1
  593. package/es/tree/expand-transition.vue_vue_type_script_setup_true_lang.js +1 -1
  594. package/es/tree/hooks/use-draggable.js +0 -2
  595. package/es/tree/node-switcher.js +2 -2
  596. package/es/tree/node-switcher.vue.d.ts +7 -43
  597. package/es/tree/node-switcher.vue_vue_type_script_setup_true_lang.js +85 -0
  598. package/es/tree/node.js +3 -20
  599. package/es/tree/node.vue.d.ts +15 -0
  600. package/es/tree/node.vue_vue_type_script_setup_true_lang.js +30 -0
  601. package/es/tree/transition-node-list.vue_vue_type_script_setup_true_lang.js +1 -1
  602. package/es/tree/tree.vue_vue_type_script_setup_true_lang.js +28 -30
  603. package/es/tree/utils/tree-data.js +1 -1
  604. package/es/tree-select/hooks/use-selected-state.js +1 -1
  605. package/es/tree-select/panel.js +3 -71
  606. package/es/tree-select/panel.vue.d.ts +56 -0
  607. package/es/tree-select/panel.vue_vue_type_script_setup_true_lang.js +75 -0
  608. package/es/tree-select/tree-select.vue.d.ts +5 -2
  609. package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +4 -4
  610. package/es/trigger/index.d.ts +168 -506
  611. package/es/trigger/trigger.js +3 -833
  612. package/es/trigger/trigger.vue.d.ts +108 -0
  613. package/es/trigger/trigger.vue_vue_type_script_setup_true_lang.js +642 -0
  614. package/es/typography/base.js +3 -427
  615. package/es/typography/base.vue.d.ts +116 -0
  616. package/es/typography/base.vue_vue_type_script_setup_true_lang.js +314 -0
  617. package/es/typography/edit-content.vue_vue_type_script_setup_true_lang.js +1 -1
  618. package/es/typography/index.d.ts +108 -37
  619. package/es/typography/operations.vue_vue_type_script_setup_true_lang.js +1 -1
  620. package/es/typography/paragraph.js +3 -35
  621. package/es/typography/paragraph.vue.d.ts +33 -0
  622. package/es/typography/paragraph.vue_vue_type_script_setup_true_lang.js +42 -0
  623. package/es/typography/text.js +3 -22
  624. package/es/typography/text.vue.d.ts +27 -0
  625. package/es/typography/text.vue_vue_type_script_setup_true_lang.js +31 -0
  626. package/es/typography/title.js +3 -24
  627. package/es/typography/title.vue.d.ts +26 -0
  628. package/es/typography/title.vue_vue_type_script_setup_true_lang.js +33 -0
  629. package/es/typography/typography-content.js +5 -0
  630. package/es/typography/typography-content.vue.d.ts +9 -0
  631. package/es/typography/typography-content.vue_vue_type_script_setup_true_lang.js +47 -0
  632. package/es/typography/typography-operations.js +5 -0
  633. package/es/typography/typography-operations.vue.d.ts +22 -0
  634. package/es/typography/typography-operations.vue_vue_type_script_setup_true_lang.js +73 -0
  635. package/es/typography/typography.vue_vue_type_script_setup_true_lang.js +1 -1
  636. package/es/typography/utils/getInnerText.d.ts +1 -1
  637. package/es/typography/utils/getInnerText.js +4 -5
  638. package/es/typography/utils/inner-text-renderer.js +5 -0
  639. package/es/typography/utils/inner-text-renderer.vue.d.ts +7 -0
  640. package/es/typography/utils/inner-text-renderer.vue_vue_type_script_setup_true_lang.js +22 -0
  641. package/es/typography/utils/measure.d.ts +2 -3
  642. package/es/typography/utils/measure.js +8 -10
  643. package/es/upload/index.d.ts +74 -148
  644. package/es/upload/style/index.css +7 -9
  645. package/es/upload/style/index.scss +6 -6
  646. package/es/upload/upload-button.js +3 -137
  647. package/es/upload/{upload-button.d.ts → upload-button.vue.d.ts} +18 -11
  648. package/es/upload/upload-button.vue_vue_type_script_setup_true_lang.js +161 -0
  649. package/es/upload/upload-list-item.js +3 -120
  650. package/es/upload/{upload-list-item.d.ts → upload-list-item.vue.d.ts} +5 -4
  651. package/es/upload/upload-list-item.vue_vue_type_script_setup_true_lang.js +195 -0
  652. package/es/upload/upload-list.js +3 -46
  653. package/es/upload/upload-list.vue.d.ts +38 -0
  654. package/es/upload/upload-list.vue_vue_type_script_setup_true_lang.js +47 -0
  655. package/es/upload/upload-picture-item.js +3 -86
  656. package/es/upload/upload-picture-item.vue.d.ts +35 -0
  657. package/es/upload/upload-picture-item.vue_vue_type_script_setup_true_lang.js +147 -0
  658. package/es/upload/upload-progress.js +3 -73
  659. package/es/upload/{upload-progress.d.ts → upload-progress.vue.d.ts} +5 -4
  660. package/es/upload/upload-progress.vue_vue_type_script_setup_true_lang.js +75 -0
  661. package/es/upload/upload.js +3 -671
  662. package/es/upload/{upload.d.ts → upload.vue.d.ts} +50 -83
  663. package/es/upload/upload.vue_vue_type_script_setup_true_lang.js +392 -0
  664. package/es/verification-code/index.d.ts +18 -24
  665. package/es/verification-code/verification-code.js +3 -216
  666. package/es/verification-code/{verification-code.d.ts → verification-code.vue.d.ts} +12 -15
  667. package/es/verification-code/verification-code.vue_vue_type_script_setup_true_lang.js +192 -0
  668. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  669. package/es/watermark/index.d.ts +12 -8
  670. package/es/watermark/watermark.js +3 -292
  671. package/es/watermark/{watermark.d.ts → watermark.vue.d.ts} +13 -2
  672. package/es/watermark/watermark.vue_vue_type_script_setup_true_lang.js +303 -0
  673. package/json/vetur-attributes.json +70 -1356
  674. package/json/vetur-tags.json +86 -473
  675. package/json/web-types.json +2599 -5702
  676. package/package.json +14 -14
  677. package/es/_components/auto-tooltip/auto-tooltip.d.ts +0 -10
  678. package/es/_components/client-only.d.ts +0 -4
  679. package/es/_components/input-label/input-label.d.ts +0 -70
  680. package/es/_components/resize-observer.d.ts +0 -6
  681. package/es/_components/select-view/select-view.d.ts +0 -171
  682. package/es/auto-complete/auto-complete.d.ts +0 -146
  683. package/es/avatar/avatar-group.d.ts +0 -58
  684. package/es/badge/badge.d.ts +0 -67
  685. package/es/breadcrumb/breadcrumb-item.d.ts +0 -35
  686. package/es/breadcrumb/breadcrumb.d.ts +0 -34
  687. package/es/card/card-meta.d.ts +0 -18
  688. package/es/card/card.d.ts +0 -464
  689. package/es/checkbox/checkbox-group.d.ts +0 -62
  690. package/es/checkbox/checkbox.d.ts +0 -146
  691. package/es/checkbox/icon-check.d.ts +0 -2
  692. package/es/collapse/collapse-item.d.ts +0 -157
  693. package/es/color-picker/palette.d.ts +0 -16
  694. package/es/date-picker/pickers/month-picker.d.ts +0 -27
  695. package/es/date-picker/pickers/year-picker.d.ts +0 -27
  696. package/es/divider/divider.d.ts +0 -43
  697. package/es/empty/empty.d.ts +0 -20
  698. package/es/image/preview-action.d.ts +0 -73
  699. package/es/input/input-search.d.ts +0 -81
  700. package/es/input-number/input-number.d.ts +0 -178
  701. package/es/list/list-item.d.ts +0 -16
  702. package/es/list/list.d.ts +0 -127
  703. package/es/mention/mention.d.ts +0 -128
  704. package/es/menu/menu.d.ts +0 -455
  705. package/es/menu/overflow-wrap.d.ts +0 -2
  706. package/es/notification/notification-list.d.ts +0 -32
  707. package/es/overflow-list/index.d.ts +0 -81
  708. package/es/overflow-list/index.js +0 -10
  709. package/es/overflow-list/overflow-list.d.ts +0 -37
  710. package/es/overflow-list/overflow-list.js +0 -140
  711. package/es/overflow-list/style/css.js +0 -2
  712. package/es/overflow-list/style/index.css +0 -30
  713. package/es/overflow-list/style/index.d.ts +0 -2
  714. package/es/overflow-list/style/index.js +0 -2
  715. package/es/overflow-list/style/index.scss +0 -20
  716. package/es/radio/radio-group.d.ts +0 -72
  717. package/es/radio/radio.d.ts +0 -140
  718. package/es/result/403.d.ts +0 -2
  719. package/es/result/404.d.ts +0 -2
  720. package/es/result/500.d.ts +0 -2
  721. package/es/select/select.d.ts +0 -1533
  722. package/es/space/space.d.ts +0 -45
  723. package/es/spin/dot-loading.d.ts +0 -10
  724. package/es/spin/spin.d.ts +0 -37
  725. package/es/table/table-column.d.ts +0 -120
  726. package/es/table/table-operation-td.d.ts +0 -813
  727. package/es/table/table-tbody.d.ts +0 -4
  728. package/es/table/table-thead.d.ts +0 -4
  729. package/es/table/table-tr.d.ts +0 -41
  730. package/es/time-picker/range-panel.d.ts +0 -203
  731. package/es/timeline/timeline.d.ts +0 -226
  732. package/es/transfer/transfer-list-item.d.ts +0 -45
  733. package/es/tree/node-switcher.vue_vue_type_script_lang.js +0 -69
  734. package/es/tree/node.d.ts +0 -4
  735. package/es/tree-select/panel.d.ts +0 -14
  736. package/es/trigger/trigger.d.ts +0 -366
  737. package/es/typography/base.d.ts +0 -171
  738. package/es/typography/paragraph.d.ts +0 -27
  739. package/es/typography/text.d.ts +0 -18
  740. package/es/typography/title.d.ts +0 -17
  741. package/es/upload/upload-list.d.ts +0 -63
  742. package/es/upload/upload-picture-item.d.ts +0 -24
@@ -0,0 +1,87 @@
1
+ import { type PropType, type VNode } from 'vue';
2
+ import type { BaseType } from '../_utils/types';
3
+ import type { TableDataWithRaw, TableOperationColumn } from './interface';
4
+ declare var __VLS_27: {};
5
+ type __VLS_Slots = {} & {
6
+ 'drag-handle-icon'?: (props: typeof __VLS_27) => any;
7
+ };
8
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9
+ operationColumn: {
10
+ type: PropType<TableOperationColumn>;
11
+ required: true;
12
+ };
13
+ operations: {
14
+ type: PropType<TableOperationColumn[]>;
15
+ required: true;
16
+ };
17
+ record: {
18
+ type: PropType<TableDataWithRaw>;
19
+ required: true;
20
+ };
21
+ hasExpand: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ selectedRowKeys: PropType<BaseType[]>;
26
+ renderExpandBtn: PropType<(record: TableDataWithRaw, stopPropagation?: boolean) => VNode>;
27
+ colSpan: {
28
+ type: NumberConstructor;
29
+ default: number;
30
+ };
31
+ rowSpan: {
32
+ type: NumberConstructor;
33
+ default: number;
34
+ };
35
+ summary: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ select: (...args: any[]) => void;
41
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
42
+ operationColumn: {
43
+ type: PropType<TableOperationColumn>;
44
+ required: true;
45
+ };
46
+ operations: {
47
+ type: PropType<TableOperationColumn[]>;
48
+ required: true;
49
+ };
50
+ record: {
51
+ type: PropType<TableDataWithRaw>;
52
+ required: true;
53
+ };
54
+ hasExpand: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ };
58
+ selectedRowKeys: PropType<BaseType[]>;
59
+ renderExpandBtn: PropType<(record: TableDataWithRaw, stopPropagation?: boolean) => VNode>;
60
+ colSpan: {
61
+ type: NumberConstructor;
62
+ default: number;
63
+ };
64
+ rowSpan: {
65
+ type: NumberConstructor;
66
+ default: number;
67
+ };
68
+ summary: {
69
+ type: BooleanConstructor;
70
+ default: boolean;
71
+ };
72
+ }>> & Readonly<{
73
+ onSelect?: ((...args: any[]) => any) | undefined;
74
+ }>, {
75
+ summary: boolean;
76
+ colSpan: number;
77
+ rowSpan: number;
78
+ hasExpand: boolean;
79
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
80
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
81
+ declare const _default: typeof __VLS_export;
82
+ export default _default;
83
+ type __VLS_WithSlots<T, S> = T & {
84
+ new (): {
85
+ $slots: S;
86
+ };
87
+ };
@@ -0,0 +1,114 @@
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 { tableInjectionKey } from "./context.js";
4
+ import { getGridSpanStyle, getLeafKeys, getOperationFixedCls, getOperationStyle, getSelectionStatus } from "./utils.js";
5
+ import Checkbox from "../checkbox/index.js";
6
+ import Radio from "../radio/index.js";
7
+ import IconDragDotVertical from "../icon/icon-drag-dot-vertical/index.js";
8
+ import { computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, inject, normalizeClass, normalizeStyle, openBlock, renderSlot, resolveDynamicComponent, unref, withModifiers } from "vue";
9
+ //#region components/table/table-operation-td.vue?vue&type=script&setup=true&lang.ts
10
+ var table_operation_td_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "OperationTd" }), {}, {
11
+ __name: "table-operation-td",
12
+ props: {
13
+ operationColumn: {
14
+ type: Object,
15
+ required: true
16
+ },
17
+ operations: {
18
+ type: Array,
19
+ required: true
20
+ },
21
+ record: {
22
+ type: Object,
23
+ required: true
24
+ },
25
+ hasExpand: {
26
+ type: Boolean,
27
+ default: false
28
+ },
29
+ selectedRowKeys: Array,
30
+ renderExpandBtn: Function,
31
+ colSpan: {
32
+ type: Number,
33
+ default: 1
34
+ },
35
+ rowSpan: {
36
+ type: Number,
37
+ default: 1
38
+ },
39
+ summary: {
40
+ type: Boolean,
41
+ default: false
42
+ }
43
+ },
44
+ emits: ["select"],
45
+ setup(__props) {
46
+ const props = __props;
47
+ const prefixCls = getPrefixCls("table");
48
+ const tableCtx = inject(tableInjectionKey, {});
49
+ const getRenderFunction = (content) => content === null || content === void 0 ? void 0 : () => content;
50
+ const style = computed(() => _objectSpread2(_objectSpread2({}, getOperationStyle(props.operationColumn, props.operations)), getGridSpanStyle(props.rowSpan, props.colSpan)));
51
+ const cls = computed(() => [
52
+ `${prefixCls}-td`,
53
+ `${prefixCls}-operation`,
54
+ {
55
+ [`${prefixCls}-checkbox`]: props.operationColumn.name === "selection-checkbox",
56
+ [`${prefixCls}-radio`]: props.operationColumn.name === "selection-radio",
57
+ [`${prefixCls}-expand`]: props.operationColumn.name === "expand",
58
+ [`${prefixCls}-drag-handle`]: props.operationColumn.name === "drag-handle"
59
+ },
60
+ ...getOperationFixedCls(prefixCls, props.operationColumn)
61
+ ]);
62
+ const leafKeys = computed(() => getLeafKeys(props.record));
63
+ const selectionStatus = computed(() => {
64
+ var _tableCtx$currentSele;
65
+ return getSelectionStatus((_tableCtx$currentSele = tableCtx.currentSelectedRowKeys) !== null && _tableCtx$currentSele !== void 0 ? _tableCtx$currentSele : [], leafKeys.value);
66
+ });
67
+ const isTreeSelection = computed(() => !tableCtx.checkStrictly && !props.record.isLeaf);
68
+ const checkboxValue = computed(() => {
69
+ var _props$selectedRowKey, _props$selectedRowKey2;
70
+ return isTreeSelection.value ? selectionStatus.value.checked : (_props$selectedRowKey = (_props$selectedRowKey2 = props.selectedRowKeys) === null || _props$selectedRowKey2 === void 0 ? void 0 : _props$selectedRowKey2.includes(props.record.key)) !== null && _props$selectedRowKey !== void 0 ? _props$selectedRowKey : false;
71
+ });
72
+ const handleCheckboxChange = (checked) => {
73
+ if (isTreeSelection.value) {
74
+ var _tableCtx$onSelectAll;
75
+ (_tableCtx$onSelectAll = tableCtx.onSelectAllLeafs) === null || _tableCtx$onSelectAll === void 0 || _tableCtx$onSelectAll.call(tableCtx, props.record, checked);
76
+ } else {
77
+ var _tableCtx$onSelect;
78
+ (_tableCtx$onSelect = tableCtx.onSelect) === null || _tableCtx$onSelect === void 0 || _tableCtx$onSelect.call(tableCtx, checked, props.record);
79
+ }
80
+ };
81
+ const handleRadioChange = (checked) => {
82
+ var _tableCtx$onSelect2;
83
+ (_tableCtx$onSelect2 = tableCtx.onSelect) === null || _tableCtx$onSelect2 === void 0 || _tableCtx$onSelect2.call(tableCtx, checked, props.record);
84
+ };
85
+ return (_ctx, _cache) => {
86
+ var _props$selectedRowKey3, _props$selectedRowKey4;
87
+ return openBlock(), createElementBlock("div", {
88
+ class: normalizeClass(cls.value),
89
+ style: normalizeStyle(style.value)
90
+ }, [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-cell`) }, [!__props.summary && __props.operationColumn.render ? (openBlock(), createBlock(resolveDynamicComponent(getRenderFunction(__props.operationColumn.render(__props.record.raw))), { key: 0 })) : !__props.summary && __props.operationColumn.name === "selection-checkbox" ? (openBlock(), createBlock(unref(Checkbox), {
91
+ key: 1,
92
+ "model-value": checkboxValue.value,
93
+ indeterminate: isTreeSelection.value ? selectionStatus.value.indeterminate : void 0,
94
+ disabled: Boolean(__props.record.disabled),
95
+ "uninject-group-context": "",
96
+ onChange: handleCheckboxChange,
97
+ onClick: _cache[0] || (_cache[0] = withModifiers(() => {}, ["stop"]))
98
+ }, null, 8, [
99
+ "model-value",
100
+ "indeterminate",
101
+ "disabled"
102
+ ])) : !__props.summary && __props.operationColumn.name === "selection-radio" ? (openBlock(), createBlock(unref(Radio), {
103
+ key: 2,
104
+ "model-value": (_props$selectedRowKey3 = (_props$selectedRowKey4 = __props.selectedRowKeys) === null || _props$selectedRowKey4 === void 0 ? void 0 : _props$selectedRowKey4.includes(__props.record.key)) !== null && _props$selectedRowKey3 !== void 0 ? _props$selectedRowKey3 : false,
105
+ disabled: Boolean(__props.record.disabled),
106
+ "uninject-group-context": "",
107
+ onChange: handleRadioChange,
108
+ onClick: _cache[1] || (_cache[1] = withModifiers(() => {}, ["stop"]))
109
+ }, null, 8, ["model-value", "disabled"])) : !__props.summary && __props.operationColumn.name === "expand" && __props.hasExpand && __props.renderExpandBtn ? (openBlock(), createBlock(resolveDynamicComponent(getRenderFunction(__props.renderExpandBtn(__props.record))), { key: 3 })) : !__props.summary && __props.operationColumn.name === "drag-handle" ? renderSlot(_ctx.$slots, "drag-handle-icon", {}, () => [createVNode(unref(IconDragDotVertical))], void 0, 4) : createCommentVNode("", true)], 2)], 6);
110
+ };
111
+ }
112
+ }));
113
+ //#endregion
114
+ export { table_operation_td_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,75 +1,5 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
- import { getPrefixCls } from "../_utils/global-config.js";
3
- import { isFunction } from "../_utils/is.js";
4
- import Checkbox from "../checkbox/index.js";
5
- import { tableInjectionKey } from "./context.js";
6
- import { getGridSpanStyle, getOperationFixedCls, getOperationStyle } from "./utils.js";
7
- import { computed, createVNode, defineComponent, inject } from "vue";
8
- //#region components/table/table-operation-th.tsx
9
- var table_operation_th_default = /* @__PURE__ */ defineComponent({
10
- name: "OperationTh",
11
- props: {
12
- operationColumn: {
13
- type: Object,
14
- required: true
15
- },
16
- operations: {
17
- type: Array,
18
- required: true
19
- },
20
- rowSpan: {
21
- type: Number,
22
- default: 1
23
- },
24
- selectAll: {
25
- type: Boolean,
26
- default: false
27
- }
28
- },
29
- setup(props) {
30
- const prefixCls = getPrefixCls("table");
31
- const tableCtx = inject(tableInjectionKey, {});
32
- const checkboxStatus = computed(() => {
33
- var _tableCtx$currentSele, _tableCtx$currentSele2, _tableCtx$currentAllE3, _tableCtx$currentAllE4;
34
- let checked = false;
35
- let indeterminate = false;
36
- const selectedNumber = ((_tableCtx$currentSele = (_tableCtx$currentSele2 = tableCtx.currentSelectedRowKeys) === null || _tableCtx$currentSele2 === void 0 ? void 0 : _tableCtx$currentSele2.filter((key) => {
37
- var _tableCtx$currentAllE, _tableCtx$currentAllE2;
38
- return (_tableCtx$currentAllE = (_tableCtx$currentAllE2 = tableCtx.currentAllEnabledRowKeys) === null || _tableCtx$currentAllE2 === void 0 ? void 0 : _tableCtx$currentAllE2.includes(key)) !== null && _tableCtx$currentAllE !== void 0 ? _tableCtx$currentAllE : true;
39
- })) !== null && _tableCtx$currentSele !== void 0 ? _tableCtx$currentSele : []).length;
40
- const totalEnabledNumber = (_tableCtx$currentAllE3 = (_tableCtx$currentAllE4 = tableCtx.currentAllEnabledRowKeys) === null || _tableCtx$currentAllE4 === void 0 ? void 0 : _tableCtx$currentAllE4.length) !== null && _tableCtx$currentAllE3 !== void 0 ? _tableCtx$currentAllE3 : 0;
41
- if (selectedNumber > 0) if (selectedNumber >= totalEnabledNumber) checked = true;
42
- else indeterminate = true;
43
- return {
44
- checked,
45
- indeterminate
46
- };
47
- });
48
- const renderContent = () => {
49
- if (props.selectAll) return createVNode(Checkbox, {
50
- "modelValue": checkboxStatus.value.checked,
51
- "indeterminate": checkboxStatus.value.indeterminate,
52
- "uninjectGroupContext": true,
53
- "onChange": (checked) => {
54
- var _tableCtx$onSelectAll;
55
- (_tableCtx$onSelectAll = tableCtx.onSelectAll) === null || _tableCtx$onSelectAll === void 0 || _tableCtx$onSelectAll.call(tableCtx, checked);
56
- }
57
- }, { default: isFunction(props.operationColumn.title) ? props.operationColumn.title() : props.operationColumn.title });
58
- if (props.operationColumn.title) return isFunction(props.operationColumn.title) ? props.operationColumn.title() : props.operationColumn.title;
59
- return null;
60
- };
61
- const style = computed(() => _objectSpread2(_objectSpread2({}, getOperationStyle(props.operationColumn, props.operations)), getGridSpanStyle(props.rowSpan)));
62
- const cls = computed(() => [
63
- `${prefixCls}-th`,
64
- `${prefixCls}-operation`,
65
- { [`${prefixCls}-checkbox`]: props.selectAll },
66
- ...getOperationFixedCls(prefixCls, props.operationColumn)
67
- ]);
68
- return () => createVNode("div", {
69
- "class": cls.value,
70
- "style": style.value
71
- }, [createVNode("span", { "class": `${prefixCls}-cell` }, [renderContent()])]);
72
- }
73
- });
1
+ import table_operation_th_vue_vue_type_script_setup_true_lang_default from "./table-operation-th.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/table/table-operation-th.vue
3
+ var table_operation_th_default = table_operation_th_vue_vue_type_script_setup_true_lang_default;
74
4
  //#endregion
75
5
  export { table_operation_th_default as default };
@@ -1,6 +1,6 @@
1
- import { PropType } from 'vue';
2
- import { TableOperationColumn } from './interface';
3
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ import { type PropType } from 'vue';
2
+ import type { TableOperationColumn } from './interface';
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
4
  operationColumn: {
5
5
  type: PropType<TableOperationColumn>;
6
6
  required: true;
@@ -17,7 +17,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
17
17
  type: BooleanConstructor;
18
18
  default: boolean;
19
19
  };
20
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
21
  operationColumn: {
22
22
  type: PropType<TableOperationColumn>;
23
23
  required: true;
@@ -38,4 +38,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
38
38
  selectAll: boolean;
39
39
  rowSpan: number;
40
40
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
41
+ declare const _default: typeof __VLS_export;
41
42
  export default _default;
@@ -0,0 +1,86 @@
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 { getSlotFunction } from "../_utils/vue-utils.js";
4
+ import { tableInjectionKey } from "./context.js";
5
+ import { getGridSpanStyle, getOperationFixedCls, getOperationStyle } from "./utils.js";
6
+ import Checkbox from "../checkbox/index.js";
7
+ import { Fragment, computed, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, inject, mergeProps, normalizeClass, openBlock, resolveDynamicComponent, unref, withCtx } from "vue";
8
+ import { createReusableTemplate } from "@vueuse/core";
9
+ //#region components/table/table-operation-th.vue?vue&type=script&setup=true&lang.ts
10
+ var table_operation_th_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, {
11
+ name: "OperationTh",
12
+ inheritAttrs: false
13
+ }), {}, {
14
+ __name: "table-operation-th",
15
+ props: {
16
+ operationColumn: {
17
+ type: Object,
18
+ required: true
19
+ },
20
+ operations: {
21
+ type: Array,
22
+ required: true
23
+ },
24
+ rowSpan: {
25
+ type: Number,
26
+ default: 1
27
+ },
28
+ selectAll: {
29
+ type: Boolean,
30
+ default: false
31
+ }
32
+ },
33
+ setup(__props) {
34
+ const props = __props;
35
+ const prefixCls = getPrefixCls("table");
36
+ const tableCtx = inject(tableInjectionKey, {});
37
+ const [DefineTitle, ReuseTitle] = createReusableTemplate();
38
+ const checkboxStatus = computed(() => {
39
+ var _tableCtx$currentSele, _tableCtx$currentSele2, _tableCtx$currentAllE3, _tableCtx$currentAllE4;
40
+ let checked = false;
41
+ let indeterminate = false;
42
+ const selectedNumber = ((_tableCtx$currentSele = (_tableCtx$currentSele2 = tableCtx.currentSelectedRowKeys) === null || _tableCtx$currentSele2 === void 0 ? void 0 : _tableCtx$currentSele2.filter((key) => {
43
+ var _tableCtx$currentAllE, _tableCtx$currentAllE2;
44
+ return (_tableCtx$currentAllE = (_tableCtx$currentAllE2 = tableCtx.currentAllEnabledRowKeys) === null || _tableCtx$currentAllE2 === void 0 ? void 0 : _tableCtx$currentAllE2.includes(key)) !== null && _tableCtx$currentAllE !== void 0 ? _tableCtx$currentAllE : true;
45
+ })) !== null && _tableCtx$currentSele !== void 0 ? _tableCtx$currentSele : []).length;
46
+ const totalEnabledNumber = (_tableCtx$currentAllE3 = (_tableCtx$currentAllE4 = tableCtx.currentAllEnabledRowKeys) === null || _tableCtx$currentAllE4 === void 0 ? void 0 : _tableCtx$currentAllE4.length) !== null && _tableCtx$currentAllE3 !== void 0 ? _tableCtx$currentAllE3 : 0;
47
+ if (selectedNumber > 0) if (selectedNumber >= totalEnabledNumber) checked = true;
48
+ else indeterminate = true;
49
+ return {
50
+ checked,
51
+ indeterminate
52
+ };
53
+ });
54
+ const style = computed(() => _objectSpread2(_objectSpread2({}, getOperationStyle(props.operationColumn, props.operations)), getGridSpanStyle(props.rowSpan)));
55
+ const cls = computed(() => [
56
+ `${prefixCls}-th`,
57
+ `${prefixCls}-operation`,
58
+ { [`${prefixCls}-checkbox`]: props.selectAll },
59
+ ...getOperationFixedCls(prefixCls, props.operationColumn)
60
+ ]);
61
+ const handleSelectAll = (checked) => {
62
+ var _tableCtx$onSelectAll;
63
+ (_tableCtx$onSelectAll = tableCtx.onSelectAll) === null || _tableCtx$onSelectAll === void 0 || _tableCtx$onSelectAll.call(tableCtx, checked);
64
+ };
65
+ return (_ctx, _cache) => {
66
+ return openBlock(), createElementBlock(Fragment, null, [createVNode(unref(DefineTitle), null, {
67
+ default: withCtx(() => [(openBlock(), createBlock(resolveDynamicComponent(unref(getSlotFunction)(__props.operationColumn.title))))]),
68
+ _: 1
69
+ }), createElementVNode("div", mergeProps({
70
+ class: cls.value,
71
+ style: style.value
72
+ }, _ctx.$attrs), [createElementVNode("span", { class: normalizeClass(`${unref(prefixCls)}-cell`) }, [__props.selectAll ? (openBlock(), createBlock(unref(Checkbox), {
73
+ key: 0,
74
+ "model-value": checkboxStatus.value.checked,
75
+ indeterminate: checkboxStatus.value.indeterminate,
76
+ "uninject-group-context": "",
77
+ onChange: handleSelectAll
78
+ }, {
79
+ default: withCtx(() => [createVNode(unref(ReuseTitle))]),
80
+ _: 1
81
+ }, 8, ["model-value", "indeterminate"])) : __props.operationColumn.title ? (openBlock(), createBlock(unref(ReuseTitle), { key: 1 })) : createCommentVNode("", true)], 2)], 16)], 64);
82
+ };
83
+ }
84
+ }));
85
+ //#endregion
86
+ export { table_operation_th_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,18 +1,5 @@
1
- import { getPrefixCls } from "../_utils/global-config.js";
2
- import { createVNode, defineComponent } from "vue";
3
- //#region components/table/table-tbody.tsx
4
- var table_tbody_default = /* @__PURE__ */ defineComponent({
5
- name: "Tbody",
6
- setup(_, { slots }) {
7
- const prefixCls = getPrefixCls("table");
8
- return () => {
9
- var _slots$tbody$, _slots$tbody;
10
- return createVNode((_slots$tbody$ = (_slots$tbody = slots.tbody) === null || _slots$tbody === void 0 ? void 0 : _slots$tbody.call(slots)[0]) !== null && _slots$tbody$ !== void 0 ? _slots$tbody$ : "div", {
11
- class: `${prefixCls}-tbody`,
12
- role: "rowgroup"
13
- }, { default: slots.default });
14
- };
15
- }
16
- });
1
+ import table_tbody_vue_vue_type_script_setup_true_lang_default from "./table-tbody.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/table/table-tbody.vue
3
+ var table_tbody_default = table_tbody_vue_vue_type_script_setup_true_lang_default;
17
4
  //#endregion
18
5
  export { table_tbody_default as default };
@@ -0,0 +1,14 @@
1
+ import type { VNode } from 'vue';
2
+ type __VLS_Slots = {
3
+ default?: () => VNode[];
4
+ tbody?: () => VNode[];
5
+ };
6
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
8
+ declare const _default: typeof __VLS_export;
9
+ export default _default;
10
+ type __VLS_WithSlots<T, S> = T & {
11
+ new (): {
12
+ $slots: S;
13
+ };
14
+ };
@@ -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 { createBlock, createVNode, defineComponent, openBlock, useSlots } from "vue";
4
+ //#region components/table/table-tbody.vue?vue&type=script&setup=true&lang.ts
5
+ var table_tbody_vue_vue_type_script_setup_true_lang_default = /*@__PURE__*/ defineComponent(_objectSpread2(_objectSpread2({}, { name: "Tbody" }), {}, {
6
+ __name: "table-tbody",
7
+ setup(__props) {
8
+ const slots = useSlots();
9
+ const prefixCls = getPrefixCls("table");
10
+ const RenderTbody = () => {
11
+ var _slots$tbody$, _slots$tbody;
12
+ return createVNode((_slots$tbody$ = (_slots$tbody = slots.tbody) === null || _slots$tbody === void 0 ? void 0 : _slots$tbody.call(slots)[0]) !== null && _slots$tbody$ !== void 0 ? _slots$tbody$ : "div", {
13
+ class: `${prefixCls}-tbody`,
14
+ role: "rowgroup"
15
+ }, { default: slots.default });
16
+ };
17
+ return (_ctx, _cache) => {
18
+ return openBlock(), createBlock(RenderTbody);
19
+ };
20
+ }
21
+ }));
22
+ //#endregion
23
+ export { table_tbody_vue_vue_type_script_setup_true_lang_default as default };
@@ -1,194 +1,5 @@
1
- import _objectSpread2 from "../_virtual/_@oxc-project_runtime@0.139.0/helpers/esm/objectSpread2.js";
2
- import { getPrefixCls } from "../_utils/global-config.js";
3
- import { isFunction, isObject } from "../_utils/is.js";
4
- import IconLoading from "../icon/icon-loading/index.js";
5
- import { getValueByPath } from "../_utils/get-value-by-path.js";
6
- import { tableInjectionKey } from "./context.js";
7
- import { getFixedCls, getGridSpanStyle, getStyle } from "./utils.js";
8
- import auto_tooltip_default from "../_components/auto-tooltip/auto-tooltip.js";
9
- import { computed, createVNode, defineComponent, inject, isVNode, ref } from "vue";
10
- //#region components/table/table-td.tsx
11
- function _isSlot(s) {
12
- return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
13
- }
14
- var table_td_default = /* @__PURE__ */ defineComponent({
15
- name: "Td",
16
- props: {
17
- rowIndex: Number,
18
- record: {
19
- type: Object,
20
- default: () => ({})
21
- },
22
- column: {
23
- type: Object,
24
- default: () => ({})
25
- },
26
- type: {
27
- type: String,
28
- default: "normal"
29
- },
30
- operations: {
31
- type: Array,
32
- default: () => []
33
- },
34
- dataColumns: {
35
- type: Array,
36
- default: () => []
37
- },
38
- colSpan: {
39
- type: Number,
40
- default: 1
41
- },
42
- rowSpan: {
43
- type: Number,
44
- default: 1
45
- },
46
- isFixedExpand: {
47
- type: Boolean,
48
- default: false
49
- },
50
- containerWidth: { type: Number },
51
- showExpandBtn: {
52
- type: Boolean,
53
- default: false
54
- },
55
- indentSize: {
56
- type: Number,
57
- default: 0
58
- },
59
- renderExpandBtn: { type: Function },
60
- summary: {
61
- type: Boolean,
62
- default: false
63
- }
64
- },
65
- setup(props, { slots }) {
66
- const prefixCls = getPrefixCls("table");
67
- const tooltipProps = computed(() => {
68
- var _props$column;
69
- if (isObject((_props$column = props.column) === null || _props$column === void 0 ? void 0 : _props$column.tooltip)) return props.column.tooltip;
70
- });
71
- const isSorted = computed(() => {
72
- var _props$column2, _tableCtx$sorter;
73
- return ((_props$column2 = props.column) === null || _props$column2 === void 0 ? void 0 : _props$column2.dataIndex) && ((_tableCtx$sorter = tableCtx.sorter) === null || _tableCtx$sorter === void 0 ? void 0 : _tableCtx$sorter.field) === props.column.dataIndex;
74
- });
75
- const resizing = computed(() => {
76
- var _props$column3;
77
- return ((_props$column3 = props.column) === null || _props$column3 === void 0 ? void 0 : _props$column3.dataIndex) && tableCtx.resizingColumn === props.column.dataIndex;
78
- });
79
- const getCustomClass = () => {
80
- var _props$column6, _props$record2, _props$column7;
81
- if (props.summary) {
82
- var _props$column4, _props$record, _props$column5;
83
- return isFunction((_props$column4 = props.column) === null || _props$column4 === void 0 ? void 0 : _props$column4.summaryCellClass) ? props.column.summaryCellClass((_props$record = props.record) === null || _props$record === void 0 ? void 0 : _props$record.raw) : (_props$column5 = props.column) === null || _props$column5 === void 0 ? void 0 : _props$column5.summaryCellClass;
84
- }
85
- return isFunction((_props$column6 = props.column) === null || _props$column6 === void 0 ? void 0 : _props$column6.bodyCellClass) ? props.column.bodyCellClass((_props$record2 = props.record) === null || _props$record2 === void 0 ? void 0 : _props$record2.raw) : (_props$column7 = props.column) === null || _props$column7 === void 0 ? void 0 : _props$column7.bodyCellClass;
86
- };
87
- const cls = computed(() => {
88
- var _props$column8;
89
- return [
90
- `${prefixCls}-td`,
91
- {
92
- [`${prefixCls}-col-sorted`]: isSorted.value,
93
- [`${prefixCls}-td-resizing`]: resizing.value
94
- },
95
- ...getFixedCls(prefixCls, props.column),
96
- (_props$column8 = props.column) === null || _props$column8 === void 0 ? void 0 : _props$column8.cellClass,
97
- getCustomClass()
98
- ];
99
- });
100
- const getCustomStyle = () => {
101
- var _props$column11, _props$record4, _props$column12;
102
- if (props.summary) {
103
- var _props$column9, _props$record3, _props$column10;
104
- return isFunction((_props$column9 = props.column) === null || _props$column9 === void 0 ? void 0 : _props$column9.summaryCellStyle) ? props.column.summaryCellStyle((_props$record3 = props.record) === null || _props$record3 === void 0 ? void 0 : _props$record3.raw) : (_props$column10 = props.column) === null || _props$column10 === void 0 ? void 0 : _props$column10.summaryCellStyle;
105
- }
106
- return isFunction((_props$column11 = props.column) === null || _props$column11 === void 0 ? void 0 : _props$column11.bodyCellStyle) ? props.column.bodyCellStyle((_props$record4 = props.record) === null || _props$record4 === void 0 ? void 0 : _props$record4.raw) : (_props$column12 = props.column) === null || _props$column12 === void 0 ? void 0 : _props$column12.bodyCellStyle;
107
- };
108
- const style = computed(() => {
109
- var _props$column13;
110
- const style = getStyle(props.column, {
111
- dataColumns: props.dataColumns,
112
- operations: props.operations
113
- });
114
- const customStyle = getCustomStyle();
115
- return _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, style), getGridSpanStyle(props.rowSpan, props.colSpan)), (_props$column13 = props.column) === null || _props$column13 === void 0 ? void 0 : _props$column13.cellStyle), customStyle);
116
- });
117
- const cellStyle = computed(() => {
118
- if (props.isFixedExpand && props.containerWidth) return { width: `${props.containerWidth}px` };
119
- });
120
- const tableCtx = inject(tableInjectionKey, {});
121
- const renderContent = () => {
122
- var _props$record5, _props$rowIndex, _props$column$slots, _tableCtx$slots, _getValueByPath, _props$record6;
123
- if (slots.default) return slots.default();
124
- const data = {
125
- record: (_props$record5 = props.record) === null || _props$record5 === void 0 ? void 0 : _props$record5.raw,
126
- column: props.column,
127
- rowIndex: (_props$rowIndex = props.rowIndex) !== null && _props$rowIndex !== void 0 ? _props$rowIndex : -1
128
- };
129
- if (slots.cell) return slots.cell(data);
130
- if ((_props$column$slots = props.column.slots) === null || _props$column$slots === void 0 ? void 0 : _props$column$slots.cell) return props.column.slots.cell(data);
131
- if (props.column.render) return props.column.render(data);
132
- if (props.column.slotName && ((_tableCtx$slots = tableCtx.slots) === null || _tableCtx$slots === void 0 ? void 0 : _tableCtx$slots[props.column.slotName])) {
133
- var _tableCtx$slots$props, _tableCtx$slots2;
134
- return (_tableCtx$slots$props = (_tableCtx$slots2 = tableCtx.slots)[props.column.slotName]) === null || _tableCtx$slots$props === void 0 ? void 0 : _tableCtx$slots$props.call(_tableCtx$slots2, data);
135
- }
136
- return String((_getValueByPath = getValueByPath((_props$record6 = props.record) === null || _props$record6 === void 0 ? void 0 : _props$record6.raw, props.column.dataIndex)) !== null && _getValueByPath !== void 0 ? _getValueByPath : "");
137
- };
138
- const isLoading = ref(false);
139
- const handleClick = (ev) => {
140
- var _props$record7, _props$record8;
141
- if (isFunction(tableCtx.loadMore) && !((_props$record7 = props.record) === null || _props$record7 === void 0 ? void 0 : _props$record7.isLeaf) && !((_props$record8 = props.record) === null || _props$record8 === void 0 ? void 0 : _props$record8.children)) {
142
- isLoading.value = true;
143
- new Promise((resolve) => {
144
- var _tableCtx$loadMore;
145
- (_tableCtx$loadMore = tableCtx.loadMore) === null || _tableCtx$loadMore === void 0 || _tableCtx$loadMore.call(tableCtx, props.record.raw, resolve);
146
- }).then((children) => {
147
- var _tableCtx$addLazyLoad;
148
- (_tableCtx$addLazyLoad = tableCtx.addLazyLoadData) === null || _tableCtx$addLazyLoad === void 0 || _tableCtx$addLazyLoad.call(tableCtx, children, props.record);
149
- isLoading.value = false;
150
- });
151
- }
152
- ev.stopPropagation();
153
- };
154
- const renderCell = () => {
155
- var _props$column$align, _props$column14, _props$renderExpandBt, _props$column15, _props$column16, _props$column17;
156
- let _slot;
157
- return createVNode("span", {
158
- "class": [
159
- `${prefixCls}-cell`,
160
- `${prefixCls}-cell-align-${(_props$column$align = (_props$column14 = props.column) === null || _props$column14 === void 0 ? void 0 : _props$column14.align) !== null && _props$column$align !== void 0 ? _props$column$align : "left"}`,
161
- {
162
- [`${prefixCls}-cell-fixed-expand`]: props.isFixedExpand,
163
- [`${prefixCls}-cell-expand-icon`]: props.showExpandBtn
164
- }
165
- ],
166
- "style": cellStyle.value
167
- }, [
168
- props.indentSize > 0 && createVNode("span", { "style": { paddingLeft: `${props.indentSize}px` } }, null),
169
- props.showExpandBtn && createVNode("span", {
170
- "class": `${prefixCls}-cell-inline-icon`,
171
- "onClick": handleClick
172
- }, [isLoading.value ? createVNode(IconLoading, null, null) : (_props$renderExpandBt = props.renderExpandBtn) === null || _props$renderExpandBt === void 0 ? void 0 : _props$renderExpandBt.call(props, props.record, false)]),
173
- ((_props$column15 = props.column) === null || _props$column15 === void 0 ? void 0 : _props$column15.ellipsis) && ((_props$column16 = props.column) === null || _props$column16 === void 0 ? void 0 : _props$column16.tooltip) ? createVNode(auto_tooltip_default, {
174
- "class": `${prefixCls}-td-content`,
175
- "tooltipProps": tooltipProps.value
176
- }, _isSlot(_slot = renderContent()) ? _slot : { default: () => [_slot] }) : createVNode("span", { "class": [`${prefixCls}-td-content`, { [`${prefixCls}-text-ellipsis`]: (_props$column17 = props.column) === null || _props$column17 === void 0 ? void 0 : _props$column17.ellipsis }] }, [renderContent()])
177
- ]);
178
- };
179
- return () => {
180
- var _slots$td$, _slots$td, _props$record9, _props$rowIndex2;
181
- return createVNode((_slots$td$ = (_slots$td = slots.td) === null || _slots$td === void 0 ? void 0 : _slots$td.call(slots, {
182
- record: (_props$record9 = props.record) === null || _props$record9 === void 0 ? void 0 : _props$record9.raw,
183
- column: props.column,
184
- rowIndex: (_props$rowIndex2 = props.rowIndex) !== null && _props$rowIndex2 !== void 0 ? _props$rowIndex2 : -1
185
- })[0]) !== null && _slots$td$ !== void 0 ? _slots$td$ : "div", {
186
- class: cls.value,
187
- style: style.value,
188
- role: "cell"
189
- }, { default: () => [renderCell()] });
190
- };
191
- }
192
- });
1
+ import table_td_vue_vue_type_script_setup_true_lang_default from "./table-td.vue_vue_type_script_setup_true_lang.js";
2
+ //#region components/table/table-td.vue
3
+ var table_td_default = table_td_vue_vue_type_script_setup_true_lang_default;
193
4
  //#endregion
194
5
  export { table_td_default as default };