@sdata/web-vue 1.11.1 → 1.13.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 (408) hide show
  1. package/dist/sd.css +177 -6
  2. package/dist/sd.min.css +1 -1
  3. package/es/_components/icon-hover.vue.d.ts +1 -1
  4. package/es/_components/picker/input-range.vue.d.ts +1 -1
  5. package/es/_components/picker/input.vue.d.ts +1 -1
  6. package/es/_components/select-view/style/index.css +13 -6
  7. package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
  8. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +2 -2
  9. package/es/_hooks/use-allow-search.d.ts +10 -0
  10. package/es/_hooks/use-allow-search.js +31 -0
  11. package/es/_hooks/use-component-ref.d.ts +1 -1
  12. package/es/_hooks/use-dropdown-virtual-list-props.d.ts +5 -0
  13. package/es/_hooks/use-dropdown-virtual-list-props.js +21 -0
  14. package/es/_hooks/use-form-item.d.ts +1 -1
  15. package/es/_hooks/use-scrollbar.js +1 -1
  16. package/es/_hooks/use-size.d.ts +1 -1
  17. package/es/_hooks/use-trigger.d.ts +1 -1
  18. package/es/_utils/color.js +1 -1
  19. package/es/_utils/date.js +7 -1
  20. package/es/_utils/dom.js +1 -1
  21. package/es/_utils/global-config.js +1 -1
  22. package/es/_utils/omit.js +1 -1
  23. package/es/_utils/responsive-observe.js +1 -1
  24. package/es/_utils/virtual-dropdown.js +1 -1
  25. package/es/_utils/vue-utils.js +4 -18
  26. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/asyncToGenerator.js +1 -1
  27. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/defineProperty.js +1 -1
  28. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/extends.js +1 -1
  29. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectDestructuringEmpty.js +1 -1
  30. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectSpread2.js +1 -1
  31. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutProperties.js +1 -1
  32. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/objectWithoutPropertiesLoose.js +1 -1
  33. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPrimitive.js +1 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/toPropertyKey.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.124.0 → _@oxc-project_runtime@0.130.0}/helpers/typeof.js +1 -1
  36. package/es/affix/affix.vue_vue_type_script_lang.js +31 -3
  37. package/es/alert/alert.vue.d.ts +2 -2
  38. package/es/alert/alert.vue_vue_type_script_lang.js +55 -0
  39. package/es/alert/index.d.ts +5 -5
  40. package/es/anchor/anchor-link.vue_vue_type_script_lang.js +8 -0
  41. package/es/anchor/anchor.vue_vue_type_script_lang.js +32 -0
  42. package/es/auto-complete/auto-complete.d.ts +1 -1
  43. package/es/auto-complete/auto-complete.js +107 -3
  44. package/es/auto-complete/index.d.ts +3 -3
  45. package/es/avatar/avatar-group.js +31 -0
  46. package/es/avatar/avatar.vue_vue_type_script_lang.js +51 -1
  47. package/es/back-top/back-top.vue_vue_type_script_lang.js +16 -0
  48. package/es/badge/badge.js +34 -1
  49. package/es/breadcrumb/breadcrumb-item.js +27 -0
  50. package/es/breadcrumb/breadcrumb.js +39 -0
  51. package/es/button/button-group.vue_vue_type_script_lang.js +22 -0
  52. package/es/button/button.vue_vue_type_script_lang.js +58 -1
  53. package/es/calendar/calendar.js +47 -0
  54. package/es/calendar/month.js +1 -1
  55. package/es/calendar/year.js +1 -1
  56. package/es/card/card-grid.vue_vue_type_script_lang.js +6 -1
  57. package/es/card/card-meta.js +23 -0
  58. package/es/card/card.js +54 -0
  59. package/es/carousel/carousel.js +68 -1
  60. package/es/cascader/cascader-panel.js +2 -28
  61. package/es/cascader/cascader-panel.vue.d.ts +24 -306
  62. package/es/cascader/{cascader-panel.vue_vue_type_script_lang.js → cascader-panel.vue_vue_type_script_setup_true_lang.js} +92 -101
  63. package/es/cascader/cascader.js +2 -145
  64. package/es/cascader/cascader.vue.d.ts +54 -1290
  65. package/es/cascader/{cascader.vue_vue_type_script_lang.js → cascader.vue_vue_type_script_setup_true_lang.js} +257 -177
  66. package/es/cascader/index.d.ts +4 -2986
  67. package/es/cascader/types.d.ts +79 -0
  68. package/es/checkbox/checkbox-group.js +48 -0
  69. package/es/checkbox/checkbox.d.ts +1 -1
  70. package/es/checkbox/checkbox.js +35 -0
  71. package/es/checkbox/index.d.ts +2 -2
  72. package/es/collapse/collapse-item.d.ts +1 -1
  73. package/es/collapse/collapse-item.js +36 -0
  74. package/es/collapse/collapse.vue_vue_type_script_lang.js +47 -0
  75. package/es/collapse/index.d.ts +1 -1
  76. package/es/color-picker/color-picker.d.ts +1 -1
  77. package/es/color-picker/color-picker.js +90 -1
  78. package/es/color-picker/index.d.ts +3 -3
  79. package/es/color-picker/panel.js +5 -2
  80. package/es/color-picker/utils.js +1 -1
  81. package/es/comment/comment.js +47 -1
  82. package/es/comment/comment.vue.d.ts +2 -2
  83. package/es/comment/index.d.ts +3 -3
  84. package/es/components.d.ts +132 -127
  85. package/es/config-provider/config-provider.vue.d.ts +16 -0
  86. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +78 -1
  87. package/es/config-provider/context.d.ts +3 -0
  88. package/es/config-provider/index.d.ts +24 -0
  89. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +1 -1
  90. package/es/config-provider/theme.js +1 -1
  91. package/es/copy/copy.js +5 -0
  92. package/es/copy/copy.vue.d.ts +15 -0
  93. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +95 -0
  94. package/es/copy/index.d.ts +15 -0
  95. package/es/copy/index.js +10 -0
  96. package/es/copy/style/css.js +2 -0
  97. package/es/copy/style/index.css +25 -0
  98. package/es/copy/style/index.d.ts +2 -0
  99. package/es/copy/style/index.js +2 -0
  100. package/es/copy/style/index.scss +15 -0
  101. package/es/copy/style/token.scss +3 -0
  102. package/es/copy/types.d.ts +21 -0
  103. package/es/cropper/cropper.js +5 -0
  104. package/es/cropper/cropper.vue.d.ts +45 -0
  105. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +266 -0
  106. package/es/cropper/index.d.ts +130 -0
  107. package/es/cropper/index.js +10 -0
  108. package/es/cropper/interface.d.ts +59 -0
  109. package/es/cropper/style/css.js +2 -0
  110. package/es/cropper/style/index.css +51 -0
  111. package/es/cropper/style/index.d.ts +2 -0
  112. package/es/cropper/style/index.js +2 -0
  113. package/es/cropper/style/index.scss +43 -0
  114. package/es/cropper/style/token.scss +8 -0
  115. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  116. package/es/date-picker/index.d.ts +187 -709
  117. package/es/date-picker/panels/date/index.js +1 -1
  118. package/es/date-picker/panels/date/index.vue.d.ts +1 -1
  119. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
  120. package/es/date-picker/panels/footer.vue.d.ts +55 -577
  121. package/es/date-picker/panels/footer.vue_vue_type_script_lang.js +1 -1
  122. package/es/date-picker/panels/month/index.js +1 -1
  123. package/es/date-picker/panels/quarter/index.js +1 -1
  124. package/es/date-picker/panels/week/index.vue.d.ts +1 -1
  125. package/es/date-picker/panels/year/index.js +1 -1
  126. package/es/date-picker/picker-panel.vue.d.ts +264 -786
  127. package/es/date-picker/picker.js +1 -1
  128. package/es/date-picker/picker.vue.d.ts +174 -696
  129. package/es/date-picker/picker.vue_vue_type_script_lang.js +193 -1
  130. package/es/date-picker/pickers/date-picker.js +42 -0
  131. package/es/date-picker/pickers/month-picker.js +12 -0
  132. package/es/date-picker/pickers/quarter-picker.js +17 -0
  133. package/es/date-picker/pickers/week-picker.js +23 -0
  134. package/es/date-picker/pickers/year-picker.js +12 -0
  135. package/es/date-picker/range-picker-panel.vue.d.ts +263 -785
  136. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
  137. package/es/date-picker/range-picker.js +1 -1
  138. package/es/date-picker/range-picker.vue.d.ts +187 -709
  139. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +120 -1
  140. package/es/descriptions/descriptions-item.vue_vue_type_script_lang.js +16 -0
  141. package/es/descriptions/descriptions.d.ts +1 -1
  142. package/es/descriptions/descriptions.js +65 -1
  143. package/es/descriptions/index.d.ts +3 -3
  144. package/es/divider/divider.js +24 -0
  145. package/es/drawer/drawer.vue.d.ts +2 -2
  146. package/es/drawer/drawer.vue_vue_type_script_lang.js +161 -2
  147. package/es/drawer/index.d.ts +5 -5
  148. package/es/drawer/index.js +2 -2
  149. package/es/dropdown/dropdown-button.vue.d.ts +18 -18
  150. package/es/dropdown/dropdown-button.vue_vue_type_script_lang.js +70 -0
  151. package/es/dropdown/dropdown-group.vue_vue_type_script_lang.js +12 -1
  152. package/es/dropdown/dropdown-option.vue.d.ts +2 -2
  153. package/es/dropdown/dropdown-option.vue_vue_type_script_lang.js +20 -1
  154. package/es/dropdown/dropdown-panel.vue.d.ts +6 -6
  155. package/es/dropdown/dropdown-submenu.vue.d.ts +20 -20
  156. package/es/dropdown/dropdown-submenu.vue_vue_type_script_lang.js +57 -0
  157. package/es/dropdown/dropdown.vue.d.ts +18 -18
  158. package/es/dropdown/dropdown.vue_vue_type_script_lang.js +55 -0
  159. package/es/dropdown/index.d.ts +76 -76
  160. package/es/ellipsis/ellipsis.vue.d.ts +24 -24
  161. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +25 -2
  162. package/es/ellipsis/index.d.ts +96 -96
  163. package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
  164. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +24 -1
  165. package/es/empty/empty.js +18 -0
  166. package/es/form/form-item-label.vue.d.ts +24 -24
  167. package/es/form/form-item.vue.d.ts +28 -28
  168. package/es/form/form-item.vue_vue_type_script_lang.js +146 -3
  169. package/es/form/form.vue_vue_type_script_lang.js +108 -0
  170. package/es/form/index.d.ts +28 -28
  171. package/es/grid/grid-col.vue_vue_type_script_lang.js +42 -1
  172. package/es/grid/grid-item.vue_vue_type_script_lang.js +13 -1
  173. package/es/grid/grid-row.vue_vue_type_script_lang.js +21 -0
  174. package/es/grid/grid.vue_vue_type_script_lang.js +20 -0
  175. package/es/icon.js +5 -5
  176. package/es/image/image.js +1 -1
  177. package/es/image/image.vue.d.ts +26 -26
  178. package/es/image/image.vue_vue_type_script_lang.js +82 -0
  179. package/es/image/preview-action.d.ts +24 -24
  180. package/es/image/preview-action.js +8 -0
  181. package/es/image/preview-group.js +1 -1
  182. package/es/image/preview-group.vue.d.ts +24 -24
  183. package/es/image/preview-group.vue_vue_type_script_lang.js +48 -0
  184. package/es/image/preview-toolbar.vue.d.ts +24 -24
  185. package/es/image/preview-toolbar.vue_vue_type_script_lang.js +1 -0
  186. package/es/image/preview.vue.d.ts +24 -24
  187. package/es/image/preview.vue_vue_type_script_lang.js +56 -1
  188. package/es/index.css +177 -6
  189. package/es/index.d.ts +9 -1
  190. package/es/index.js +6 -2
  191. package/es/index.scss +4 -0
  192. package/es/input/index.d.ts +5 -5
  193. package/es/input/input-password.vue.d.ts +2 -2
  194. package/es/input/input-password.vue_vue_type_script_lang.js +13 -0
  195. package/es/input/input-search.js +35 -1
  196. package/es/input/input.d.ts +1 -1
  197. package/es/input/input.js +129 -1
  198. package/es/input-number/index.d.ts +38 -26
  199. package/es/input-number/input-number.d.ts +20 -11
  200. package/es/input-number/input-number.js +205 -23
  201. package/es/input-tag/input-tag.js +137 -1
  202. package/es/input-tag/style/index.css +13 -6
  203. package/es/input-tag/utils.js +1 -1
  204. package/es/layout/content.js +5 -0
  205. package/es/layout/footer.js +5 -0
  206. package/es/layout/header.js +5 -0
  207. package/es/layout/layout.vue_vue_type_script_lang.js +6 -1
  208. package/es/layout/sider.vue_vue_type_script_lang.js +46 -0
  209. package/es/link/index.d.ts +44 -564
  210. package/es/link/interface.d.ts +15 -0
  211. package/es/link/link.js +2 -17
  212. package/es/link/link.vue.d.ts +31 -286
  213. package/es/link/link.vue_vue_type_script_setup_true_lang.js +112 -0
  214. package/es/link/style/index.css +6 -0
  215. package/es/link/style/index.scss +10 -0
  216. package/es/list/index.d.ts +3 -3
  217. package/es/list/list-item-meta.vue_vue_type_script_lang.js +23 -0
  218. package/es/list/list-item.js +21 -1
  219. package/es/list/list.d.ts +1 -1
  220. package/es/list/list.js +104 -2
  221. package/es/mention/index.d.ts +6 -6
  222. package/es/mention/mention.d.ts +2 -2
  223. package/es/mention/mention.js +87 -1
  224. package/es/menu/base-menu.vue.d.ts +1 -1
  225. package/es/menu/base-menu.vue_vue_type_script_lang.js +102 -0
  226. package/es/menu/item-group.vue_vue_type_script_lang.js +11 -1
  227. package/es/menu/item.d.ts +1 -1
  228. package/es/menu/item.js +13 -2
  229. package/es/menu/menu.d.ts +2 -2
  230. package/es/menu/menu.js +2 -1
  231. package/es/menu/sub-menu-pop.vue.d.ts +14 -14
  232. package/es/menu/sub-menu.js +40 -1
  233. package/es/message/index.js +1 -1
  234. package/es/message/message.vue.d.ts +1 -1
  235. package/es/modal/index.d.ts +5 -5
  236. package/es/modal/index.js +2 -2
  237. package/es/modal/modal.vue.d.ts +2 -2
  238. package/es/modal/modal.vue_vue_type_script_lang.js +193 -2
  239. package/es/notification/index.js +1 -1
  240. package/es/notification/notification.vue.d.ts +1 -1
  241. package/es/overflow-list/index.d.ts +3 -3
  242. package/es/overflow-list/overflow-list.d.ts +1 -1
  243. package/es/overflow-list/overflow-list.js +25 -1
  244. package/es/page-header/index.d.ts +2 -2
  245. package/es/page-header/page-header.vue.d.ts +1 -1
  246. package/es/page-header/page-header.vue_vue_type_script_lang.js +38 -0
  247. package/es/pagination/page-jumper.vue.d.ts +38 -25
  248. package/es/pagination/page-options.vue.d.ts +34 -34
  249. package/es/pagination/pagination.js +122 -0
  250. package/es/popconfirm/index.d.ts +24 -24
  251. package/es/popconfirm/popconfirm.vue.d.ts +12 -12
  252. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +95 -1
  253. package/es/popover/index.d.ts +24 -24
  254. package/es/popover/popover.vue.d.ts +12 -12
  255. package/es/popover/popover.vue_vue_type_script_lang.js +62 -0
  256. package/es/progress/circle.vue.d.ts +3 -3
  257. package/es/progress/index.d.ts +23 -23
  258. package/es/progress/line.vue.d.ts +2 -2
  259. package/es/progress/line.vue_vue_type_script_lang.js +1 -1
  260. package/es/progress/progress.vue.d.ts +12 -12
  261. package/es/progress/progress.vue_vue_type_script_lang.js +48 -0
  262. package/es/progress/steps.vue.d.ts +2 -2
  263. package/es/radio/index.d.ts +2 -2
  264. package/es/radio/radio-group.js +53 -0
  265. package/es/radio/radio.d.ts +1 -1
  266. package/es/radio/radio.js +36 -0
  267. package/es/rate/rate.js +54 -0
  268. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +47 -1
  269. package/es/result/result.vue_vue_type_script_lang.js +40 -0
  270. package/es/scrollbar/index.d.ts +6 -6
  271. package/es/scrollbar/scrollbar.vue.d.ts +3 -3
  272. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +108 -2
  273. package/es/sd-vue.js +10 -2
  274. package/es/secret/index.d.ts +48 -0
  275. package/es/secret/index.js +10 -0
  276. package/es/secret/secret.js +5 -0
  277. package/es/secret/secret.vue.d.ts +17 -0
  278. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +64 -0
  279. package/es/secret/style/css.js +2 -0
  280. package/es/secret/style/index.css +54 -0
  281. package/es/secret/style/index.d.ts +2 -0
  282. package/es/secret/style/index.js +2 -0
  283. package/es/secret/style/index.scss +48 -0
  284. package/es/secret/style/token.scss +9 -0
  285. package/es/select/hooks/use-options.js +1 -1
  286. package/es/select/index.d.ts +34 -34
  287. package/es/select/optgroup.vue_vue_type_script_lang.js +12 -1
  288. package/es/select/option.vue.d.ts +4 -4
  289. package/es/select/option.vue_vue_type_script_lang.js +27 -0
  290. package/es/select/select-dropdown.vue.d.ts +7 -7
  291. package/es/select/select.d.ts +14 -14
  292. package/es/select/select.js +13 -9
  293. package/es/select/utils.js +1 -1
  294. package/es/skeleton/line.vue_vue_type_script_lang.js +16 -0
  295. package/es/skeleton/shape.vue_vue_type_script_lang.js +10 -0
  296. package/es/skeleton/skeleton.vue_vue_type_script_lang.js +8 -0
  297. package/es/slider/index.d.ts +120 -96
  298. package/es/slider/slider-button.vue.d.ts +24 -24
  299. package/es/slider/slider-input.vue.d.ts +36 -24
  300. package/es/slider/slider.vue.d.ts +60 -48
  301. package/es/slider/slider.vue_vue_type_script_lang.js +55 -0
  302. package/es/space/index.d.ts +6 -6
  303. package/es/space/space.d.ts +1 -1
  304. package/es/space/space.js +27 -0
  305. package/es/spin/spin.js +35 -0
  306. package/es/split/split.vue_vue_type_script_lang.js +62 -1
  307. package/es/statistic/countdown.vue_vue_type_script_lang.js +36 -1
  308. package/es/statistic/statistic.vue_vue_type_script_lang.js +74 -0
  309. package/es/steps/index.d.ts +3 -3
  310. package/es/steps/step.vue_vue_type_script_lang.js +36 -0
  311. package/es/steps/steps.vue.d.ts +1 -1
  312. package/es/steps/steps.vue_vue_type_script_lang.js +47 -0
  313. package/es/switch/switch.vue_vue_type_script_lang.js +98 -1
  314. package/es/table/index.d.ts +14 -14
  315. package/es/table/table-column.d.ts +2 -2
  316. package/es/table/table-column.js +115 -0
  317. package/es/table/table-operation-td.d.ts +4 -4
  318. package/es/table/table-operation-td.js +1 -1
  319. package/es/table/table-operation-th.js +1 -1
  320. package/es/table/table-td.js +1 -1
  321. package/es/table/table-th.js +1 -1
  322. package/es/table/table.d.ts +7 -7
  323. package/es/table/table.js +442 -3
  324. package/es/table/utils.js +1 -1
  325. package/es/tabs/tab-pane.vue_vue_type_script_lang.js +23 -1
  326. package/es/tabs/tabs-tab.vue.d.ts +1 -1
  327. package/es/tabs/tabs.js +104 -0
  328. package/es/tag/index.d.ts +29238 -75
  329. package/es/tag/interface.d.ts +9 -1
  330. package/es/tag/style/index.css +13 -6
  331. package/es/tag/style/index.scss +16 -4
  332. package/es/tag/tag.js +26 -5
  333. package/es/tag/tag.vue.d.ts +11690 -9
  334. package/es/tag/tag.vue_vue_type_script_lang.js +139 -3
  335. package/es/tag-group/index.d.ts +64 -0
  336. package/es/tag-group/index.js +10 -0
  337. package/es/tag-group/interface.d.ts +18 -0
  338. package/es/tag-group/style/css.js +2 -0
  339. package/es/tag-group/style/index.css +92 -0
  340. package/es/tag-group/style/index.d.ts +2 -0
  341. package/es/tag-group/style/index.js +2 -0
  342. package/es/tag-group/style/index.scss +108 -0
  343. package/es/tag-group/style/token.scss +6 -0
  344. package/es/tag-group/tag-group.js +5 -0
  345. package/es/tag-group/tag-group.vue.d.ts +46 -0
  346. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +360 -0
  347. package/es/textarea/index.d.ts +2 -2
  348. package/es/textarea/textarea.vue.d.ts +1 -1
  349. package/es/textarea/textarea.vue_vue_type_script_lang.js +90 -1
  350. package/es/time-picker/index.d.ts +35 -35
  351. package/es/time-picker/panel.vue.d.ts +1 -1
  352. package/es/time-picker/range-panel.d.ts +1 -1
  353. package/es/time-picker/range-panel.js +1 -1
  354. package/es/time-picker/time-picker.js +1 -1
  355. package/es/time-picker/time-picker.vue.d.ts +17 -17
  356. package/es/time-picker/time-picker.vue_vue_type_script_lang.js +132 -0
  357. package/es/timeline/item.vue_vue_type_script_lang.js +38 -1
  358. package/es/timeline/timeline.js +28 -0
  359. package/es/tooltip/index.d.ts +24 -24
  360. package/es/tooltip/tooltip.vue.d.ts +12 -12
  361. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +61 -1
  362. package/es/transfer/index.d.ts +27 -27
  363. package/es/transfer/transfer-view.vue.d.ts +12 -12
  364. package/es/transfer/transfer.vue.d.ts +13 -13
  365. package/es/transfer/transfer.vue_vue_type_script_lang.js +136 -0
  366. package/es/tree/base-node.vue.d.ts +2 -2
  367. package/es/tree/base-node.vue_vue_type_script_lang.js +7 -0
  368. package/es/tree/node.js +1 -1
  369. package/es/tree/transition-node-list.vue.d.ts +2 -2
  370. package/es/tree/tree.vue.d.ts +8 -8
  371. package/es/tree/tree.vue_vue_type_script_lang.js +287 -2
  372. package/es/tree/utils/tree-data.js +1 -1
  373. package/es/tree-select/hooks/use-selected-state.js +1 -1
  374. package/es/tree-select/panel.js +1 -1
  375. package/es/tree-select/tree-select.js +1 -1
  376. package/es/tree-select/tree-select.vue.d.ts +17 -17
  377. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +287 -10
  378. package/es/trigger/index.d.ts +12 -12
  379. package/es/trigger/trigger.d.ts +7 -7
  380. package/es/trigger/trigger.js +161 -1
  381. package/es/trigger/utils.js +1 -1
  382. package/es/typography/base.d.ts +8 -1
  383. package/es/typography/base.js +127 -3
  384. package/es/typography/edit-content.vue.d.ts +15 -15
  385. package/es/typography/index.d.ts +1 -1
  386. package/es/typography/interface.d.ts +2 -0
  387. package/es/typography/operations.js +30 -0
  388. package/es/typography/operations.vue.d.ts +24 -24
  389. package/es/typography/paragraph.js +8 -0
  390. package/es/typography/title.d.ts +1 -1
  391. package/es/typography/title.js +6 -1
  392. package/es/upload/upload-button.d.ts +1 -1
  393. package/es/upload/upload.js +279 -2
  394. package/es/verification-code/index.d.ts +3 -3
  395. package/es/verification-code/verification-code.d.ts +1 -1
  396. package/es/verification-code/verification-code.js +59 -0
  397. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  398. package/es/watermark/index.d.ts +3 -3
  399. package/es/watermark/watermark.d.ts +1 -1
  400. package/es/watermark/watermark.js +58 -1
  401. package/es/web-vue.css +24 -24
  402. package/json/vetur-attributes.json +137 -218
  403. package/json/vetur-tags.json +59 -67
  404. package/json/web-types.json +312 -493
  405. package/package.json +9 -7
  406. package/es/_utils/clipboard.d.ts +0 -1
  407. package/es/_utils/clipboard.js +0 -35
  408. package/es/link/link.vue_vue_type_script_lang.js +0 -56
@@ -395,7 +395,7 @@ declare const DatePicker: {
395
395
  focusedIndex: import("vue").Ref<number, number>;
396
396
  mergedAllowClear: import("vue").ComputedRef<boolean | undefined>;
397
397
  triggerDisabled: import("vue").ComputedRef<boolean>;
398
- mergedSize: import("vue").ComputedRef<"mini" | "small" | "medium" | "large" | undefined>;
398
+ mergedSize: import("vue").ComputedRef<"small" | "mini" | "medium" | "large" | undefined>;
399
399
  mergedError: import("vue").ComputedRef<boolean>;
400
400
  onPanelVisibleChange: (visible: boolean) => void;
401
401
  onInputClear: (e: Event) => void;
@@ -410,10 +410,10 @@ declare const DatePicker: {
410
410
  timePickerValue: import("dayjs").Dayjs[];
411
411
  timePickerProps: {
412
412
  visible: boolean;
413
+ type?: "time" | "time-range" | undefined;
413
414
  error?: boolean | undefined;
414
415
  readonly?: boolean | undefined;
415
- type?: "time" | "time-range" | undefined;
416
- size?: "mini" | "small" | "medium" | "large" | undefined;
416
+ size?: "small" | "mini" | "medium" | "large" | undefined;
417
417
  disabled?: boolean | undefined;
418
418
  unmountOnClose?: boolean | undefined;
419
419
  position?: "top" | "tl" | "tr" | "bottom" | "bl" | "br" | undefined;
@@ -969,9 +969,9 @@ declare const DatePicker: {
969
969
  "onStart-header-select"?: ((...args: any[]) => any) | undefined;
970
970
  "onEnd-header-select"?: ((...args: any[]) => any) | undefined;
971
971
  }>, {
972
+ visible: boolean;
972
973
  disabled: boolean[];
973
974
  value: (import("dayjs").Dayjs | undefined)[];
974
- visible: boolean;
975
975
  mode: import("./interface").Mode;
976
976
  dayStartOfWeek: import("./interface").WeekStart;
977
977
  hideTrigger: boolean;
@@ -1255,598 +1255,41 @@ declare const DatePicker: {
1255
1255
  type: BooleanConstructor;
1256
1256
  default: boolean;
1257
1257
  };
1258
- loading: {
1259
- type: BooleanConstructor;
1260
- default: boolean;
1261
- };
1262
- disabled: {
1263
- type: BooleanConstructor;
1264
- };
1265
- htmlType: {
1266
- type: import("vue").PropType<HTMLButtonElement["type"]>;
1267
- default: string;
1268
- };
1269
- autofocus: {
1270
- type: BooleanConstructor;
1271
- default: boolean;
1272
- };
1273
- href: StringConstructor;
1274
- }>> & Readonly<{
1275
- onClick?: ((_ev: MouseEvent) => any) | undefined;
1276
- }>, {
1277
- prefixCls: string;
1278
- cls: import("vue").ComputedRef<(string | {
1279
- [x: string]: boolean;
1280
- })[]>;
1281
- mergedDisabled: import("vue").ComputedRef<boolean>;
1282
- handleClick: (ev: MouseEvent) => void;
1283
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1284
- click: (_ev: MouseEvent) => true;
1285
- }, string, {
1286
- autofocus: boolean;
1287
- disabled: boolean;
1288
- long: boolean;
1289
- loading: boolean;
1290
- htmlType: "submit" | "reset" | "button";
1291
- }, {}, string, {}, {
1292
- IconLoading: {
1293
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1294
- size: {
1295
- type: (StringConstructor | NumberConstructor)[];
1296
- };
1297
- strokeWidth: {
1298
- type: NumberConstructor;
1299
- default: number;
1300
- };
1301
- strokeLinecap: {
1302
- type: StringConstructor;
1303
- default: string;
1304
- validator: (value: any) => boolean;
1305
- };
1306
- strokeLinejoin: {
1307
- type: StringConstructor;
1308
- default: string;
1309
- validator: (value: any) => boolean;
1310
- };
1311
- rotate: NumberConstructor;
1312
- spin: BooleanConstructor;
1313
- }>> & Readonly<{
1314
- onClick?: ((ev: MouseEvent) => any) | undefined;
1315
- }>, {
1316
- cls: import("vue").ComputedRef<(string | {
1317
- [x: string]: boolean;
1318
- })[]>;
1319
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1320
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1321
- onClick: (ev: MouseEvent) => void;
1322
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1323
- click: (ev: MouseEvent) => true;
1324
- }, import("vue").PublicProps, {
1325
- spin: boolean;
1326
- strokeWidth: number;
1327
- strokeLinecap: string;
1328
- strokeLinejoin: string;
1329
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1330
- P: {};
1331
- B: {};
1332
- D: {};
1333
- C: {};
1334
- M: {};
1335
- Defaults: {};
1336
- }, Readonly<import("vue").ExtractPropTypes<{
1337
- size: {
1338
- type: (StringConstructor | NumberConstructor)[];
1339
- };
1340
- strokeWidth: {
1341
- type: NumberConstructor;
1342
- default: number;
1343
- };
1344
- strokeLinecap: {
1345
- type: StringConstructor;
1346
- default: string;
1347
- validator: (value: any) => boolean;
1348
- };
1349
- strokeLinejoin: {
1350
- type: StringConstructor;
1351
- default: string;
1352
- validator: (value: any) => boolean;
1353
- };
1354
- rotate: NumberConstructor;
1355
- spin: BooleanConstructor;
1356
- }>> & Readonly<{
1357
- onClick?: ((ev: MouseEvent) => any) | undefined;
1358
- }>, {
1359
- cls: import("vue").ComputedRef<(string | {
1360
- [x: string]: boolean;
1361
- })[]>;
1362
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1363
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1364
- onClick: (ev: MouseEvent) => void;
1365
- }, {}, {}, {}, {
1366
- spin: boolean;
1367
- strokeWidth: number;
1368
- strokeLinecap: string;
1369
- strokeLinejoin: string;
1370
- }>;
1371
- __isFragment?: never;
1372
- __isTeleport?: never;
1373
- __isSuspense?: never;
1374
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1375
- size: {
1376
- type: (StringConstructor | NumberConstructor)[];
1377
- };
1378
- strokeWidth: {
1379
- type: NumberConstructor;
1380
- default: number;
1381
- };
1382
- strokeLinecap: {
1383
- type: StringConstructor;
1384
- default: string;
1385
- validator: (value: any) => boolean;
1386
- };
1387
- strokeLinejoin: {
1388
- type: StringConstructor;
1389
- default: string;
1390
- validator: (value: any) => boolean;
1391
- };
1392
- rotate: NumberConstructor;
1393
- spin: BooleanConstructor;
1394
- }>> & Readonly<{
1395
- onClick?: ((ev: MouseEvent) => any) | undefined;
1396
- }>, {
1397
- cls: import("vue").ComputedRef<(string | {
1398
- [x: string]: boolean;
1399
- })[]>;
1400
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1401
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1402
- onClick: (ev: MouseEvent) => void;
1403
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1404
- click: (ev: MouseEvent) => true;
1405
- }, string, {
1406
- spin: boolean;
1407
- strokeWidth: number;
1408
- strokeLinecap: string;
1409
- strokeLinejoin: string;
1410
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1411
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1412
- };
1413
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1414
- Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1415
- type: {
1416
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
1417
- };
1418
- status: {
1419
- type: import("vue").PropType<import("..").Status>;
1420
- };
1421
- shape: {
1422
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
1423
- };
1424
- size: {
1425
- type: import("vue").PropType<import("..").Size>;
1426
- };
1427
- disabled: {
1428
- type: BooleanConstructor;
1429
- };
1430
- }>, {
1431
- prefixCls: string;
1432
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1433
- type: {
1434
- type: import("vue").PropType<import("../button/constants").ButtonTypes>;
1435
- };
1436
- status: {
1437
- type: import("vue").PropType<import("..").Status>;
1438
- };
1439
- shape: {
1440
- type: import("vue").PropType<import("../_utils/constant").BorderShape>;
1441
- };
1442
- size: {
1443
- type: import("vue").PropType<import("..").Size>;
1444
- };
1445
- disabled: {
1446
- type: BooleanConstructor;
1447
- };
1448
- }>> & Readonly<{}>, {
1449
- disabled: boolean;
1450
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1451
- install: (app: App, options?: SDOptions) => void;
1452
- };
1453
- RenderFunction: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1454
- renderFunc: {
1455
- type: import("vue").PropType<import("../_components/render-function").RenderFunc>;
1456
- required: true;
1457
- };
1458
- }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1459
- renderFunc: {
1460
- type: import("vue").PropType<import("../_components/render-function").RenderFunc>;
1461
- required: true;
1462
- };
1463
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1464
- }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1465
- PanelFooter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1466
- prefixCls: {
1467
- type: StringConstructor;
1468
- required: true;
1469
- };
1470
- showTodayBtn: {
1471
- type: BooleanConstructor;
1472
- };
1473
- showConfirmBtn: {
1474
- type: BooleanConstructor;
1475
- };
1476
- confirmBtnDisabled: {
1477
- type: BooleanConstructor;
1478
- };
1479
- }>, {
1480
- datePickerT: (key: string, ...args: any[]) => any;
1481
- onTodayClick: () => void;
1482
- onConfirmBtnClick: () => void;
1483
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("today-btn-click" | "confirm-btn-click")[], "today-btn-click" | "confirm-btn-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1484
- prefixCls: {
1485
- type: StringConstructor;
1486
- required: true;
1487
- };
1488
- showTodayBtn: {
1489
- type: BooleanConstructor;
1490
- };
1491
- showConfirmBtn: {
1492
- type: BooleanConstructor;
1493
- };
1494
- confirmBtnDisabled: {
1495
- type: BooleanConstructor;
1496
- };
1497
- }>> & Readonly<{
1498
- "onToday-btn-click"?: ((...args: any[]) => any) | undefined;
1499
- "onConfirm-btn-click"?: ((...args: any[]) => any) | undefined;
1500
- }>, {
1501
- confirmBtnDisabled: boolean;
1502
- showTodayBtn: boolean;
1503
- showConfirmBtn: boolean;
1504
- }, {}, {
1505
- Link: {
1506
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1507
- href: StringConstructor;
1508
- status: {
1509
- type: import("vue").PropType<import("..").Status>;
1510
- default: string;
1511
- };
1512
- hoverable: {
1513
- type: BooleanConstructor;
1514
- default: boolean;
1515
- };
1516
- icon: BooleanConstructor;
1517
- loading: BooleanConstructor;
1518
- disabled: BooleanConstructor;
1519
- }>> & Readonly<{
1520
- onClick?: ((_ev: MouseEvent) => any) | undefined;
1521
- }>, {
1522
- cls: import("vue").ComputedRef<(string | {
1523
- [x: string]: boolean;
1524
- })[]>;
1525
- prefixCls: string;
1526
- showIcon: import("vue").ComputedRef<boolean>;
1527
- handleClick: (ev: MouseEvent) => void;
1528
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1529
- click: (_ev: MouseEvent) => true;
1530
- }, import("vue").PublicProps, {
1531
- status: "normal" | "success" | "warning" | "danger";
1532
- disabled: boolean;
1533
- loading: boolean;
1534
- icon: boolean;
1535
- hoverable: boolean;
1536
- }, true, {}, {}, {
1537
- IconLink: {
1538
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1539
- size: {
1540
- type: (StringConstructor | NumberConstructor)[];
1541
- };
1542
- strokeWidth: {
1543
- type: NumberConstructor;
1544
- default: number;
1545
- };
1546
- strokeLinecap: {
1547
- type: StringConstructor;
1548
- default: string;
1549
- validator: (value: any) => boolean;
1550
- };
1551
- strokeLinejoin: {
1552
- type: StringConstructor;
1553
- default: string;
1554
- validator: (value: any) => boolean;
1555
- };
1556
- rotate: NumberConstructor;
1557
- spin: BooleanConstructor;
1558
- }>> & Readonly<{
1559
- onClick?: ((ev: MouseEvent) => any) | undefined;
1560
- }>, {
1561
- cls: import("vue").ComputedRef<(string | {
1562
- [x: string]: boolean;
1563
- })[]>;
1564
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1565
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1566
- onClick: (ev: MouseEvent) => void;
1567
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1568
- click: (ev: MouseEvent) => true;
1569
- }, import("vue").PublicProps, {
1570
- spin: boolean;
1571
- strokeWidth: number;
1572
- strokeLinecap: string;
1573
- strokeLinejoin: string;
1574
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1575
- P: {};
1576
- B: {};
1577
- D: {};
1578
- C: {};
1579
- M: {};
1580
- Defaults: {};
1581
- }, Readonly<import("vue").ExtractPropTypes<{
1582
- size: {
1583
- type: (StringConstructor | NumberConstructor)[];
1584
- };
1585
- strokeWidth: {
1586
- type: NumberConstructor;
1587
- default: number;
1588
- };
1589
- strokeLinecap: {
1590
- type: StringConstructor;
1591
- default: string;
1592
- validator: (value: any) => boolean;
1593
- };
1594
- strokeLinejoin: {
1595
- type: StringConstructor;
1596
- default: string;
1597
- validator: (value: any) => boolean;
1598
- };
1599
- rotate: NumberConstructor;
1600
- spin: BooleanConstructor;
1601
- }>> & Readonly<{
1602
- onClick?: ((ev: MouseEvent) => any) | undefined;
1603
- }>, {
1604
- cls: import("vue").ComputedRef<(string | {
1605
- [x: string]: boolean;
1606
- })[]>;
1607
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1608
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1609
- onClick: (ev: MouseEvent) => void;
1610
- }, {}, {}, {}, {
1611
- spin: boolean;
1612
- strokeWidth: number;
1613
- strokeLinecap: string;
1614
- strokeLinejoin: string;
1615
- }>;
1616
- __isFragment?: never;
1617
- __isTeleport?: never;
1618
- __isSuspense?: never;
1619
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1620
- size: {
1621
- type: (StringConstructor | NumberConstructor)[];
1622
- };
1623
- strokeWidth: {
1624
- type: NumberConstructor;
1625
- default: number;
1626
- };
1627
- strokeLinecap: {
1628
- type: StringConstructor;
1629
- default: string;
1630
- validator: (value: any) => boolean;
1631
- };
1632
- strokeLinejoin: {
1633
- type: StringConstructor;
1634
- default: string;
1635
- validator: (value: any) => boolean;
1636
- };
1637
- rotate: NumberConstructor;
1638
- spin: BooleanConstructor;
1639
- }>> & Readonly<{
1640
- onClick?: ((ev: MouseEvent) => any) | undefined;
1641
- }>, {
1642
- cls: import("vue").ComputedRef<(string | {
1643
- [x: string]: boolean;
1644
- })[]>;
1645
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1646
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1647
- onClick: (ev: MouseEvent) => void;
1648
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1649
- click: (ev: MouseEvent) => true;
1650
- }, string, {
1651
- spin: boolean;
1652
- strokeWidth: number;
1653
- strokeLinecap: string;
1654
- strokeLinejoin: string;
1655
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1656
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1657
- };
1658
- IconLoading: {
1659
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1660
- size: {
1661
- type: (StringConstructor | NumberConstructor)[];
1662
- };
1663
- strokeWidth: {
1664
- type: NumberConstructor;
1665
- default: number;
1666
- };
1667
- strokeLinecap: {
1668
- type: StringConstructor;
1669
- default: string;
1670
- validator: (value: any) => boolean;
1671
- };
1672
- strokeLinejoin: {
1673
- type: StringConstructor;
1674
- default: string;
1675
- validator: (value: any) => boolean;
1676
- };
1677
- rotate: NumberConstructor;
1678
- spin: BooleanConstructor;
1679
- }>> & Readonly<{
1680
- onClick?: ((ev: MouseEvent) => any) | undefined;
1681
- }>, {
1682
- cls: import("vue").ComputedRef<(string | {
1683
- [x: string]: boolean;
1684
- })[]>;
1685
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1686
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1687
- onClick: (ev: MouseEvent) => void;
1688
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1689
- click: (ev: MouseEvent) => true;
1690
- }, import("vue").PublicProps, {
1691
- spin: boolean;
1692
- strokeWidth: number;
1693
- strokeLinecap: string;
1694
- strokeLinejoin: string;
1695
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1696
- P: {};
1697
- B: {};
1698
- D: {};
1699
- C: {};
1700
- M: {};
1701
- Defaults: {};
1702
- }, Readonly<import("vue").ExtractPropTypes<{
1703
- size: {
1704
- type: (StringConstructor | NumberConstructor)[];
1705
- };
1706
- strokeWidth: {
1707
- type: NumberConstructor;
1708
- default: number;
1709
- };
1710
- strokeLinecap: {
1711
- type: StringConstructor;
1712
- default: string;
1713
- validator: (value: any) => boolean;
1714
- };
1715
- strokeLinejoin: {
1716
- type: StringConstructor;
1717
- default: string;
1718
- validator: (value: any) => boolean;
1719
- };
1720
- rotate: NumberConstructor;
1721
- spin: BooleanConstructor;
1722
- }>> & Readonly<{
1723
- onClick?: ((ev: MouseEvent) => any) | undefined;
1724
- }>, {
1725
- cls: import("vue").ComputedRef<(string | {
1726
- [x: string]: boolean;
1727
- })[]>;
1728
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1729
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1730
- onClick: (ev: MouseEvent) => void;
1731
- }, {}, {}, {}, {
1732
- spin: boolean;
1733
- strokeWidth: number;
1734
- strokeLinecap: string;
1735
- strokeLinejoin: string;
1736
- }>;
1737
- __isFragment?: never;
1738
- __isTeleport?: never;
1739
- __isSuspense?: never;
1740
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1741
- size: {
1742
- type: (StringConstructor | NumberConstructor)[];
1743
- };
1744
- strokeWidth: {
1745
- type: NumberConstructor;
1746
- default: number;
1747
- };
1748
- strokeLinecap: {
1749
- type: StringConstructor;
1750
- default: string;
1751
- validator: (value: any) => boolean;
1752
- };
1753
- strokeLinejoin: {
1754
- type: StringConstructor;
1755
- default: string;
1756
- validator: (value: any) => boolean;
1757
- };
1758
- rotate: NumberConstructor;
1759
- spin: BooleanConstructor;
1760
- }>> & Readonly<{
1761
- onClick?: ((ev: MouseEvent) => any) | undefined;
1762
- }>, {
1763
- cls: import("vue").ComputedRef<(string | {
1764
- [x: string]: boolean;
1765
- })[]>;
1766
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1767
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1768
- onClick: (ev: MouseEvent) => void;
1769
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1770
- click: (ev: MouseEvent) => true;
1771
- }, string, {
1772
- spin: boolean;
1773
- strokeWidth: number;
1774
- strokeLinecap: string;
1775
- strokeLinejoin: string;
1776
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1777
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1778
- };
1779
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1780
- P: {};
1781
- B: {};
1782
- D: {};
1783
- C: {};
1784
- M: {};
1785
- Defaults: {};
1786
- }, Readonly<import("vue").ExtractPropTypes<{
1787
- href: StringConstructor;
1788
- status: {
1789
- type: import("vue").PropType<import("..").Status>;
1790
- default: string;
1791
- };
1792
- hoverable: {
1793
- type: BooleanConstructor;
1794
- default: boolean;
1795
- };
1796
- icon: BooleanConstructor;
1797
- loading: BooleanConstructor;
1798
- disabled: BooleanConstructor;
1799
- }>> & Readonly<{
1800
- onClick?: ((_ev: MouseEvent) => any) | undefined;
1801
- }>, {
1802
- cls: import("vue").ComputedRef<(string | {
1803
- [x: string]: boolean;
1804
- })[]>;
1805
- prefixCls: string;
1806
- showIcon: import("vue").ComputedRef<boolean>;
1807
- handleClick: (ev: MouseEvent) => void;
1808
- }, {}, {}, {}, {
1809
- status: "normal" | "success" | "warning" | "danger";
1810
- disabled: boolean;
1811
- loading: boolean;
1812
- icon: boolean;
1813
- hoverable: boolean;
1814
- }>;
1815
- __isFragment?: never;
1816
- __isTeleport?: never;
1817
- __isSuspense?: never;
1818
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1819
- href: StringConstructor;
1820
- status: {
1821
- type: import("vue").PropType<import("..").Status>;
1258
+ loading: {
1259
+ type: BooleanConstructor;
1260
+ default: boolean;
1261
+ };
1262
+ disabled: {
1263
+ type: BooleanConstructor;
1264
+ };
1265
+ htmlType: {
1266
+ type: import("vue").PropType<HTMLButtonElement["type"]>;
1822
1267
  default: string;
1823
1268
  };
1824
- hoverable: {
1269
+ autofocus: {
1825
1270
  type: BooleanConstructor;
1826
1271
  default: boolean;
1827
1272
  };
1828
- icon: BooleanConstructor;
1829
- loading: BooleanConstructor;
1830
- disabled: BooleanConstructor;
1273
+ href: StringConstructor;
1831
1274
  }>> & Readonly<{
1832
1275
  onClick?: ((_ev: MouseEvent) => any) | undefined;
1833
1276
  }>, {
1277
+ prefixCls: string;
1834
1278
  cls: import("vue").ComputedRef<(string | {
1835
1279
  [x: string]: boolean;
1836
1280
  })[]>;
1837
- prefixCls: string;
1838
- showIcon: import("vue").ComputedRef<boolean>;
1281
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1839
1282
  handleClick: (ev: MouseEvent) => void;
1840
1283
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1841
1284
  click: (_ev: MouseEvent) => true;
1842
1285
  }, string, {
1843
- status: "normal" | "success" | "warning" | "danger";
1286
+ autofocus: boolean;
1844
1287
  disabled: boolean;
1288
+ long: boolean;
1845
1289
  loading: boolean;
1846
- icon: boolean;
1847
- hoverable: boolean;
1290
+ htmlType: "submit" | "reset" | "button";
1848
1291
  }, {}, string, {}, {
1849
- IconLink: {
1292
+ IconLoading: {
1850
1293
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1851
1294
  size: {
1852
1295
  type: (StringConstructor | NumberConstructor)[];
@@ -1967,128 +1410,163 @@ declare const DatePicker: {
1967
1410
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1968
1411
  install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1969
1412
  };
1970
- IconLoading: {
1971
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1972
- size: {
1973
- type: (StringConstructor | NumberConstructor)[];
1974
- };
1975
- strokeWidth: {
1976
- type: NumberConstructor;
1977
- default: number;
1978
- };
1979
- strokeLinecap: {
1980
- type: StringConstructor;
1981
- default: string;
1982
- validator: (value: any) => boolean;
1983
- };
1984
- strokeLinejoin: {
1985
- type: StringConstructor;
1986
- default: string;
1987
- validator: (value: any) => boolean;
1988
- };
1989
- rotate: NumberConstructor;
1990
- spin: BooleanConstructor;
1991
- }>> & Readonly<{
1992
- onClick?: ((ev: MouseEvent) => any) | undefined;
1993
- }>, {
1994
- cls: import("vue").ComputedRef<(string | {
1995
- [x: string]: boolean;
1996
- })[]>;
1997
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
1998
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
1999
- onClick: (ev: MouseEvent) => void;
2000
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2001
- click: (ev: MouseEvent) => true;
2002
- }, import("vue").PublicProps, {
2003
- spin: boolean;
2004
- strokeWidth: number;
2005
- strokeLinecap: string;
2006
- strokeLinejoin: string;
2007
- }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2008
- P: {};
2009
- B: {};
2010
- D: {};
2011
- C: {};
2012
- M: {};
2013
- Defaults: {};
2014
- }, Readonly<import("vue").ExtractPropTypes<{
2015
- size: {
2016
- type: (StringConstructor | NumberConstructor)[];
2017
- };
2018
- strokeWidth: {
2019
- type: NumberConstructor;
2020
- default: number;
2021
- };
2022
- strokeLinecap: {
2023
- type: StringConstructor;
2024
- default: string;
2025
- validator: (value: any) => boolean;
2026
- };
2027
- strokeLinejoin: {
2028
- type: StringConstructor;
2029
- default: string;
2030
- validator: (value: any) => boolean;
2031
- };
2032
- rotate: NumberConstructor;
2033
- spin: BooleanConstructor;
2034
- }>> & Readonly<{
2035
- onClick?: ((ev: MouseEvent) => any) | undefined;
2036
- }>, {
2037
- cls: import("vue").ComputedRef<(string | {
2038
- [x: string]: boolean;
2039
- })[]>;
2040
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2041
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2042
- onClick: (ev: MouseEvent) => void;
2043
- }, {}, {}, {}, {
2044
- spin: boolean;
2045
- strokeWidth: number;
2046
- strokeLinecap: string;
2047
- strokeLinejoin: string;
2048
- }>;
2049
- __isFragment?: never;
2050
- __isTeleport?: never;
2051
- __isSuspense?: never;
2052
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
2053
- size: {
2054
- type: (StringConstructor | NumberConstructor)[];
1413
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1414
+ Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1415
+ type: {
1416
+ type: import("vue").PropType<import("../button/constants").ButtonTypes>;
2055
1417
  };
2056
- strokeWidth: {
2057
- type: NumberConstructor;
2058
- default: number;
1418
+ status: {
1419
+ type: import("vue").PropType<import("..").Status>;
2059
1420
  };
2060
- strokeLinecap: {
2061
- type: StringConstructor;
2062
- default: string;
2063
- validator: (value: any) => boolean;
1421
+ shape: {
1422
+ type: import("vue").PropType<import("../_utils/constant").BorderShape>;
2064
1423
  };
2065
- strokeLinejoin: {
2066
- type: StringConstructor;
2067
- default: string;
2068
- validator: (value: any) => boolean;
1424
+ size: {
1425
+ type: import("vue").PropType<import("..").Size>;
1426
+ };
1427
+ disabled: {
1428
+ type: BooleanConstructor;
2069
1429
  };
2070
- rotate: NumberConstructor;
2071
- spin: BooleanConstructor;
2072
- }>> & Readonly<{
2073
- onClick?: ((ev: MouseEvent) => any) | undefined;
2074
1430
  }>, {
2075
- cls: import("vue").ComputedRef<(string | {
2076
- [x: string]: boolean;
2077
- })[]>;
2078
- innerStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
2079
- svgAttrs: import("vue").ComputedRef<Record<string, string | number>>;
2080
- onClick: (ev: MouseEvent) => void;
2081
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2082
- click: (ev: MouseEvent) => true;
2083
- }, string, {
2084
- spin: boolean;
2085
- strokeWidth: number;
2086
- strokeLinecap: string;
2087
- strokeLinejoin: string;
2088
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
2089
- install: (app: App, options?: import("../_utils/types").SDIconOptions) => void;
1431
+ prefixCls: string;
1432
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1433
+ type: {
1434
+ type: import("vue").PropType<import("../button/constants").ButtonTypes>;
1435
+ };
1436
+ status: {
1437
+ type: import("vue").PropType<import("..").Status>;
1438
+ };
1439
+ shape: {
1440
+ type: import("vue").PropType<import("../_utils/constant").BorderShape>;
1441
+ };
1442
+ size: {
1443
+ type: import("vue").PropType<import("..").Size>;
1444
+ };
1445
+ disabled: {
1446
+ type: BooleanConstructor;
1447
+ };
1448
+ }>> & Readonly<{}>, {
1449
+ disabled: boolean;
1450
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1451
+ install: (app: App, options?: SDOptions) => void;
1452
+ };
1453
+ RenderFunction: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1454
+ renderFunc: {
1455
+ type: import("vue").PropType<import("../_components/render-function").RenderFunc>;
1456
+ required: true;
2090
1457
  };
2091
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
1458
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1459
+ renderFunc: {
1460
+ type: import("vue").PropType<import("../_components/render-function").RenderFunc>;
1461
+ required: true;
1462
+ };
1463
+ }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1464
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1465
+ PanelFooter: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1466
+ prefixCls: {
1467
+ type: StringConstructor;
1468
+ required: true;
1469
+ };
1470
+ showTodayBtn: {
1471
+ type: BooleanConstructor;
1472
+ };
1473
+ showConfirmBtn: {
1474
+ type: BooleanConstructor;
1475
+ };
1476
+ confirmBtnDisabled: {
1477
+ type: BooleanConstructor;
1478
+ };
1479
+ }>, {
1480
+ datePickerT: (key: string, ...args: any[]) => any;
1481
+ onTodayClick: () => void;
1482
+ onConfirmBtnClick: () => void;
1483
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("today-btn-click" | "confirm-btn-click")[], "today-btn-click" | "confirm-btn-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1484
+ prefixCls: {
1485
+ type: StringConstructor;
1486
+ required: true;
1487
+ };
1488
+ showTodayBtn: {
1489
+ type: BooleanConstructor;
1490
+ };
1491
+ showConfirmBtn: {
1492
+ type: BooleanConstructor;
1493
+ };
1494
+ confirmBtnDisabled: {
1495
+ type: BooleanConstructor;
1496
+ };
1497
+ }>> & Readonly<{
1498
+ "onToday-btn-click"?: ((...args: any[]) => any) | undefined;
1499
+ "onConfirm-btn-click"?: ((...args: any[]) => any) | undefined;
1500
+ }>, {
1501
+ confirmBtnDisabled: boolean;
1502
+ showTodayBtn: boolean;
1503
+ showConfirmBtn: boolean;
1504
+ }, {}, {
1505
+ Link: {
1506
+ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("..").LinkProps> & Readonly<{
1507
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1508
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1509
+ click: (ev: MouseEvent) => any;
1510
+ }, import("vue").PublicProps, {
1511
+ status: import("..").Status;
1512
+ disabled: boolean;
1513
+ loading: boolean;
1514
+ icon: boolean;
1515
+ ellipsis: boolean;
1516
+ ellipsisLineClamp: number | string;
1517
+ ellipsisExpandTrigger: "click";
1518
+ ellipsisTooltip: boolean | import("..").EllipsisTooltipProps;
1519
+ iconTooltip: string;
1520
+ }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1521
+ P: {};
1522
+ B: {};
1523
+ D: {};
1524
+ C: {};
1525
+ M: {};
1526
+ Defaults: {};
1527
+ }, Readonly<import("..").LinkProps> & Readonly<{
1528
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1529
+ }>, {}, {}, {}, {}, {
1530
+ status: import("..").Status;
1531
+ disabled: boolean;
1532
+ loading: boolean;
1533
+ icon: boolean;
1534
+ ellipsis: boolean;
1535
+ ellipsisLineClamp: number | string;
1536
+ ellipsisExpandTrigger: "click";
1537
+ ellipsisTooltip: boolean | import("..").EllipsisTooltipProps;
1538
+ iconTooltip: string;
1539
+ }>;
1540
+ __isFragment?: never;
1541
+ __isTeleport?: never;
1542
+ __isSuspense?: never;
1543
+ } & import("vue").ComponentOptionsBase<Readonly<import("..").LinkProps> & Readonly<{
1544
+ onClick?: ((ev: MouseEvent) => any) | undefined;
1545
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1546
+ click: (ev: MouseEvent) => any;
1547
+ }, string, {
1548
+ status: import("..").Status;
1549
+ disabled: boolean;
1550
+ loading: boolean;
1551
+ icon: boolean;
1552
+ ellipsis: boolean;
1553
+ ellipsisLineClamp: number | string;
1554
+ ellipsisExpandTrigger: "click";
1555
+ ellipsisTooltip: boolean | import("..").EllipsisTooltipProps;
1556
+ iconTooltip: string;
1557
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
1558
+ $slots: {
1559
+ icon?: (props: {}) => any;
1560
+ } & {
1561
+ icon?: (props: {}) => any;
1562
+ } & {
1563
+ default?: (props: {}) => any;
1564
+ } & {
1565
+ tooltip?: (props: {}) => any;
1566
+ } & {
1567
+ default?: (props: {}) => any;
1568
+ };
1569
+ }) & {
2092
1570
  install: (app: App, options?: SDOptions) => void;
2093
1571
  };
2094
1572
  Button: {
@@ -3630,8 +3108,8 @@ declare const DatePicker: {
3630
3108
  onSelect?: ((value: import("dayjs").Dayjs) => any) | undefined;
3631
3109
  onConfirm?: ((value: import("dayjs").Dayjs) => any) | undefined;
3632
3110
  }>, {
3633
- disabled: boolean;
3634
3111
  visible: boolean;
3112
+ disabled: boolean;
3635
3113
  format: string;
3636
3114
  isRange: boolean;
3637
3115
  use12Hours: boolean;
@@ -5495,8 +4973,8 @@ declare const DatePicker: {
5495
4973
  onSelect?: ((value: import("dayjs").Dayjs) => any) | undefined;
5496
4974
  onConfirm?: ((value: import("dayjs").Dayjs) => any) | undefined;
5497
4975
  }>, {
5498
- disabled: boolean;
5499
4976
  visible: boolean;
4977
+ disabled: boolean;
5500
4978
  format: string;
5501
4979
  isRange: boolean;
5502
4980
  use12Hours: boolean;
@@ -8589,7 +8067,7 @@ declare const DatePicker: {
8589
8067
  default: boolean;
8590
8068
  };
8591
8069
  }>> & Readonly<{}>, {
8592
- size: "mini" | "small" | "medium" | "large";
8070
+ size: "small" | "mini" | "medium" | "large";
8593
8071
  disabled: boolean;
8594
8072
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8595
8073
  IconClose: {
@@ -9268,13 +8746,13 @@ declare const DatePicker: {
9268
8746
  default: boolean;
9269
8747
  };
9270
8748
  contentClass: {
9271
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
8749
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9272
8750
  };
9273
8751
  contentStyle: {
9274
8752
  type: import("vue").PropType<import("vue").CSSProperties>;
9275
8753
  };
9276
8754
  arrowClass: {
9277
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
8755
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9278
8756
  };
9279
8757
  arrowStyle: {
9280
8758
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -9332,7 +8810,7 @@ declare const DatePicker: {
9332
8810
  default: boolean;
9333
8811
  };
9334
8812
  openedClass: {
9335
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
8813
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9336
8814
  };
9337
8815
  autoFitPosition: {
9338
8816
  type: BooleanConstructor;
@@ -9355,8 +8833,8 @@ declare const DatePicker: {
9355
8833
  default: number;
9356
8834
  };
9357
8835
  }>> & Readonly<{
9358
- onResize?: (() => any) | undefined;
9359
8836
  onHide?: (() => any) | undefined;
8837
+ onResize?: (() => any) | undefined;
9360
8838
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9361
8839
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9362
8840
  onShow?: (() => any) | undefined;
@@ -9459,13 +8937,13 @@ declare const DatePicker: {
9459
8937
  default: boolean;
9460
8938
  };
9461
8939
  contentClass: {
9462
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
8940
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9463
8941
  };
9464
8942
  contentStyle: {
9465
8943
  type: import("vue").PropType<import("vue").CSSProperties>;
9466
8944
  };
9467
8945
  arrowClass: {
9468
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
8946
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9469
8947
  };
9470
8948
  arrowStyle: {
9471
8949
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -9523,7 +9001,7 @@ declare const DatePicker: {
9523
9001
  default: boolean;
9524
9002
  };
9525
9003
  openedClass: {
9526
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
9004
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9527
9005
  };
9528
9006
  autoFitPosition: {
9529
9007
  type: BooleanConstructor;
@@ -9546,8 +9024,8 @@ declare const DatePicker: {
9546
9024
  default: number;
9547
9025
  };
9548
9026
  }>> & Readonly<{
9549
- onResize?: (() => any) | undefined;
9550
9027
  onHide?: (() => any) | undefined;
9028
+ onResize?: (() => any) | undefined;
9551
9029
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9552
9030
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9553
9031
  onShow?: (() => any) | undefined;
@@ -9641,13 +9119,13 @@ declare const DatePicker: {
9641
9119
  default: boolean;
9642
9120
  };
9643
9121
  contentClass: {
9644
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
9122
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9645
9123
  };
9646
9124
  contentStyle: {
9647
9125
  type: import("vue").PropType<import("vue").CSSProperties>;
9648
9126
  };
9649
9127
  arrowClass: {
9650
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
9128
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9651
9129
  };
9652
9130
  arrowStyle: {
9653
9131
  type: import("vue").PropType<import("vue").CSSProperties>;
@@ -9705,7 +9183,7 @@ declare const DatePicker: {
9705
9183
  default: boolean;
9706
9184
  };
9707
9185
  openedClass: {
9708
- type: (StringConstructor | ObjectConstructor | ArrayConstructor)[];
9186
+ type: (ObjectConstructor | StringConstructor | ArrayConstructor)[];
9709
9187
  };
9710
9188
  autoFitPosition: {
9711
9189
  type: BooleanConstructor;
@@ -9728,8 +9206,8 @@ declare const DatePicker: {
9728
9206
  default: number;
9729
9207
  };
9730
9208
  }>> & Readonly<{
9731
- onResize?: (() => any) | undefined;
9732
9209
  onHide?: (() => any) | undefined;
9210
+ onResize?: (() => any) | undefined;
9733
9211
  "onUpdate:popupVisible"?: ((_visible: boolean) => any) | undefined;
9734
9212
  onPopupVisibleChange?: ((_visible: boolean) => any) | undefined;
9735
9213
  onShow?: (() => any) | undefined;