@koi-design/uxd-ui 13.2.9 → 13.2.11

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 (804) hide show
  1. package/es/components/Affix/Affix.mjs +1 -1
  2. package/es/components/Affix/index.d.ts +14 -1
  3. package/es/components/Alert/Alert.mjs +1 -1
  4. package/es/components/Alert/Alert.vue.d.ts +18 -1
  5. package/es/components/Alert/index.d.ts +72 -3
  6. package/es/components/Anchor/Anchor.mjs +1 -1
  7. package/es/components/Anchor/AnchorLink.mjs +1 -1
  8. package/es/components/Anchor/index.d.ts +47 -1
  9. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  10. package/es/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  11. package/es/components/AutoComplete/index.d.ts +2400 -185
  12. package/es/components/Avatar/Avatar.mjs +1 -1
  13. package/es/components/Avatar/Avatar.vue.d.ts +18 -1
  14. package/es/components/Avatar/index.d.ts +57 -3
  15. package/es/components/BackTop/BackTop.mjs +1 -1
  16. package/es/components/BackTop/BackTop.vue.d.ts +18 -1
  17. package/es/components/BackTop/index.d.ts +60 -3
  18. package/es/components/Badge/Badge.mjs +1 -1
  19. package/es/components/Badge/index.d.ts +41 -1
  20. package/es/components/Breadcrumb/index.d.ts +13 -1
  21. package/es/components/Button/Button.mjs +1 -1
  22. package/es/components/Button/Button.type.d.ts +1 -1
  23. package/es/components/Button/Button.vue.d.ts +21 -4
  24. package/es/components/Button/ButtonGroup.mjs +1 -1
  25. package/es/components/Button/index.d.ts +103 -9
  26. package/es/components/Calendar/Calendar.mjs +1 -1
  27. package/es/components/Calendar/Calendar.vue.d.ts +264 -5
  28. package/es/components/Calendar/Header.mjs +1 -1
  29. package/es/components/Calendar/Header.vue.d.ts +264 -5
  30. package/es/components/Calendar/index.d.ts +594 -36
  31. package/es/components/Calendar/table/DateTable.mjs +1 -1
  32. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  33. package/es/components/Calendar/table/YearTable.mjs +1 -1
  34. package/es/components/Card/Card.d.ts +18 -1
  35. package/es/components/Card/CardMeta.mjs +1 -1
  36. package/es/components/Card/CardMeta.vue.d.ts +57 -3
  37. package/es/components/Card/index.d.ts +122 -6
  38. package/es/components/Carousel/Carousel.mjs +1 -1
  39. package/es/components/Carousel/Carousel.vue.d.ts +18 -1
  40. package/es/components/Carousel/CarouselItem.mjs +1 -1
  41. package/es/components/Carousel/index.d.ts +90 -3
  42. package/es/components/Cascader/Cascader.d.ts +128 -2
  43. package/es/components/Cascader/index.d.ts +548 -10
  44. package/es/components/Checkbox/Checkbox.mjs +1 -1
  45. package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
  46. package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
  47. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  48. package/es/components/Checkbox/index.d.ts +119 -5
  49. package/es/components/Collapse/Collapse.mjs +1 -1
  50. package/es/components/Collapse/Panel.mjs +1 -1
  51. package/es/components/Collapse/Panel.vue.d.ts +18 -1
  52. package/es/components/Collapse/index.d.ts +50 -2
  53. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  54. package/es/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  55. package/es/components/ColorPicker/index.d.ts +962 -130
  56. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  57. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  58. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  59. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  60. package/es/components/Comment/index.d.ts +1 -1
  61. package/es/components/ConfigProvider/index.d.ts +13 -1
  62. package/es/components/DatePicker/DatePicker.mjs +1 -1
  63. package/es/components/DatePicker/DatePicker.vue.d.ts +437 -35
  64. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  65. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  66. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  67. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  68. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  69. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  70. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  71. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  72. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  73. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  74. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  75. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  76. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  77. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  78. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  79. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  80. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  81. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  82. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  83. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  84. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  85. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  86. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  87. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  88. package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
  89. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  90. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  91. package/es/components/DatePicker/index.d.ts +1032 -100
  92. package/es/components/Divider/Divider.mjs +1 -1
  93. package/es/components/Divider/index.d.ts +21 -1
  94. package/es/components/Drawer/index.d.ts +79 -1
  95. package/es/components/Dropdown/Dropdown.mjs +1 -1
  96. package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
  97. package/es/components/Dropdown/index.d.ts +58 -6
  98. package/es/components/Empty/index.d.ts +17 -1
  99. package/es/components/Form/Form.mjs +1 -1
  100. package/es/components/Form/index.d.ts +57 -1
  101. package/es/components/Grid/Col.mjs +1 -1
  102. package/es/components/Grid/Row.mjs +1 -1
  103. package/es/components/Icon/Icon.mjs +1 -1
  104. package/es/components/Icon/index.d.ts +18 -1
  105. package/es/components/Image/Image.mjs +1 -1
  106. package/es/components/Image/Image.vue.d.ts +18 -1
  107. package/es/components/Image/ImgViewer.mjs +1 -1
  108. package/es/components/Image/ImgViewer.vue.d.ts +18 -1
  109. package/es/components/Image/index.d.ts +86 -4
  110. package/es/components/InfoView/InfoView.mjs +1 -1
  111. package/es/components/InfoView/index.d.ts +46 -1
  112. package/es/components/Input/Input.d.ts +22 -5
  113. package/es/components/Input/index.d.ts +185 -21
  114. package/es/components/InputNumber/InputNumber.d.ts +188 -2
  115. package/es/components/InputNumber/index.d.ts +752 -95
  116. package/es/components/Layout/Content.mjs +1 -1
  117. package/es/components/Layout/Footer.mjs +1 -1
  118. package/es/components/Layout/Header.mjs +1 -1
  119. package/es/components/Layout/Layout.mjs +1 -1
  120. package/es/components/Layout/Sider.mjs +1 -1
  121. package/es/components/Layout/Sider.vue.d.ts +18 -1
  122. package/es/components/Layout/index.d.ts +23 -2
  123. package/es/components/Link/Link.mjs +1 -1
  124. package/es/components/Link/Link.vue.d.ts +18 -1
  125. package/es/components/Link/index.d.ts +62 -3
  126. package/es/components/List/List.mjs +1 -1
  127. package/es/components/List/List.vue.d.ts +184 -8
  128. package/es/components/List/ListItemMeta.mjs +1 -1
  129. package/es/components/List/ListItemMeta.vue.d.ts +57 -3
  130. package/es/components/List/index.d.ts +473 -20
  131. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  132. package/es/components/Mask/index.d.ts +30 -1
  133. package/es/components/Mention/Mention.mjs +1 -1
  134. package/es/components/Mention/MentionsSelect.mjs +1 -1
  135. package/es/components/Menu/MenuDivider.mjs +1 -1
  136. package/es/components/Menu/MenuItem.mjs +1 -1
  137. package/es/components/Menu/MenuItem.vue.d.ts +58 -3
  138. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  139. package/es/components/Menu/SubMenu.mjs +1 -1
  140. package/es/components/Menu/SubMenu.vue.d.ts +19 -2
  141. package/es/components/Menu/index.d.ts +130 -6
  142. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  143. package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  144. package/es/components/Modal/Modal.mjs +1 -1
  145. package/es/components/Modal/Modal.vue.d.ts +122 -11
  146. package/es/components/Modal/index.d.ts +330 -24
  147. package/es/components/Notification/Notice.mjs +1 -1
  148. package/es/components/Notification/Notice.vue.d.ts +18 -1
  149. package/es/components/Notification/Notification.mjs +1 -1
  150. package/es/components/Notification/Notification.vue.d.ts +18 -1
  151. package/es/components/PageHeader/PageHeader.mjs +1 -1
  152. package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
  153. package/es/components/PageHeader/index.d.ts +85 -5
  154. package/es/components/Pagination/Pager.mjs +1 -1
  155. package/es/components/Pagination/Pager.vue.d.ts +18 -1
  156. package/es/components/Pagination/Pagination.d.ts +36 -2
  157. package/es/components/Pagination/index.d.ts +151 -5
  158. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  159. package/es/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  160. package/es/components/PopConfirm/index.d.ts +427 -27
  161. package/es/components/Popover/Popover.mjs +1 -1
  162. package/es/components/Popover/Popover.vue.d.ts +1 -1
  163. package/es/components/Popover/index.d.ts +64 -3
  164. package/es/components/Popup/Popup.d.ts +1 -1
  165. package/es/components/Popup/hooks/usePopper.d.ts +1 -1
  166. package/es/components/Progress/Circle.d.ts +18 -1
  167. package/es/components/Progress/Line.mjs +1 -1
  168. package/es/components/Progress/Line.vue.d.ts +18 -1
  169. package/es/components/Progress/Progress.mjs +1 -1
  170. package/es/components/Progress/Progress.vue.d.ts +36 -2
  171. package/es/components/Progress/Water.mjs +1 -1
  172. package/es/components/Progress/index.d.ts +116 -5
  173. package/es/components/Radio/Radio.mjs +1 -1
  174. package/es/components/Radio/index.d.ts +43 -1
  175. package/es/components/Rate/Rate.mjs +1 -1
  176. package/es/components/Rate/Rate.vue.d.ts +76 -4
  177. package/es/components/Rate/Star.mjs +1 -1
  178. package/es/components/Rate/Star.vue.d.ts +18 -1
  179. package/es/components/Rate/index.d.ts +196 -9
  180. package/es/components/Result/Result.mjs +1 -1
  181. package/es/components/Result/Result.vue.d.ts +18 -1
  182. package/es/components/Result/index.d.ts +59 -3
  183. package/es/components/Scrollbar/index.d.ts +23 -1
  184. package/es/components/Select/DropdownMenu.mjs +1 -1
  185. package/es/components/Select/DropdownMenu.vue.d.ts +180 -8
  186. package/es/components/Select/RefSelect.mjs +1 -1
  187. package/es/components/Select/RefSelect.vue.d.ts +321 -18
  188. package/es/components/Select/Selection/Input.mjs +1 -1
  189. package/es/components/Select/Selection/Multiple.mjs +1 -1
  190. package/es/components/Select/Selection/Multiple.vue.d.ts +82 -4
  191. package/es/components/Select/Selection/Selection.mjs +1 -1
  192. package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
  193. package/es/components/Select/Selection/Single.mjs +1 -1
  194. package/es/components/Select/index.d.ts +221 -4
  195. package/es/components/Skeleton/Skeleton.mjs +1 -1
  196. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  197. package/es/components/Skeleton/index.d.ts +22 -1
  198. package/es/components/Slider/Handle.mjs +1 -1
  199. package/es/components/Slider/Marks.mjs +1 -1
  200. package/es/components/Slider/Steps.mjs +1 -1
  201. package/es/components/Slider/index.d.ts +68 -1
  202. package/es/components/Space/index.d.ts +25 -1
  203. package/es/components/Spin/Spin.mjs +1 -1
  204. package/es/components/Spin/index.d.ts +23 -1
  205. package/es/components/Statistic/Statistic.mjs +1 -1
  206. package/es/components/Statistic/Statistic.vue.d.ts +76 -4
  207. package/es/components/Statistic/index.d.ts +196 -9
  208. package/es/components/Steps/Step.mjs +1 -1
  209. package/es/components/Steps/Step.vue.d.ts +18 -1
  210. package/es/components/Steps/Steps.mjs +1 -1
  211. package/es/components/Steps/index.d.ts +73 -2
  212. package/es/components/Switch/Switch.mjs +1 -1
  213. package/es/components/Switch/index.d.ts +58 -1
  214. package/es/components/Table/BaseTable.mjs +1 -1
  215. package/es/components/Table/BaseTable.vue.d.ts +597 -32
  216. package/es/components/Table/BodyTable.mjs +1 -1
  217. package/es/components/Table/BodyTable.vue.d.ts +597 -32
  218. package/es/components/Table/HeadTable.mjs +1 -1
  219. package/es/components/Table/HeadTable.vue.d.ts +597 -32
  220. package/es/components/Table/Table.mjs +1 -1
  221. package/es/components/Table/Table.vue.d.ts +1437 -139
  222. package/es/components/Table/TableBox.mjs +1 -1
  223. package/es/components/Table/TableBox.vue.d.ts +1246 -116
  224. package/es/components/Table/hooks/useDraggable.mjs +112 -31
  225. package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
  226. package/es/components/Table/hooks/useTableResize.mjs +21 -2
  227. package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
  228. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  229. package/es/components/Table/tableUnits/DraggableIcon.mjs +4 -3
  230. package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
  231. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  232. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  233. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  234. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  235. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  236. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  237. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  238. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  239. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  240. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  241. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  242. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  243. package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  244. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  245. package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  246. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  247. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  248. package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
  249. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  250. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  251. package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  252. package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
  253. package/es/components/Tabs/TabBar.mjs +1 -1
  254. package/es/components/Tabs/TabNav.mjs +1 -1
  255. package/es/components/Tabs/TabNav.vue.d.ts +69 -4
  256. package/es/components/Tabs/TabPane.mjs +1 -1
  257. package/es/components/Tabs/Tabs.d.ts +71 -6
  258. package/es/components/Tabs/index.d.ts +272 -19
  259. package/es/components/Tag/Tag.mjs +1 -1
  260. package/es/components/Tag/Tag.vue.d.ts +18 -1
  261. package/es/components/Tag/index.d.ts +67 -3
  262. package/es/components/Text/index.d.ts +24 -1
  263. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  264. package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  265. package/es/components/ThemePanel/index.d.ts +343 -25
  266. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  267. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  268. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  269. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  270. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  271. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  272. package/es/components/TimePicker/TimePicker.mjs +1 -1
  273. package/es/components/TimePicker/TimePicker.vue.d.ts +87 -9
  274. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  275. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  276. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  277. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  278. package/es/components/TimePicker/index.d.ts +307 -19
  279. package/es/components/Timeline/TimelineItem.mjs +1 -1
  280. package/es/components/Timeline/index.d.ts +18 -1
  281. package/es/components/Toggle/Toggle.mjs +1 -1
  282. package/es/components/Toggle/index.d.ts +9 -1
  283. package/es/components/Tooltip/Tooltip.mjs +1 -1
  284. package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
  285. package/es/components/Tooltip/index.d.ts +58 -3
  286. package/es/components/Transfer/Operation.mjs +1 -1
  287. package/es/components/Transfer/Operation.vue.d.ts +103 -9
  288. package/es/components/Transfer/Transfer.mjs +1 -1
  289. package/es/components/Transfer/Transfer.vue.d.ts +1580 -178
  290. package/es/components/Transfer/TransferList.mjs +1 -1
  291. package/es/components/Transfer/TransferList.vue.d.ts +423 -31
  292. package/es/components/Transfer/TransferListItem.mjs +1 -1
  293. package/es/components/Transfer/TransferListItem.vue.d.ts +119 -5
  294. package/es/components/Transfer/index.d.ts +4481 -682
  295. package/es/components/Tree/SubTree.mjs +1 -1
  296. package/es/components/Tree/SubTree.vue.d.ts +137 -6
  297. package/es/components/Tree/Tree.mjs +1 -1
  298. package/es/components/Tree/Tree.vue.d.ts +137 -6
  299. package/es/components/Tree/TreeNode.mjs +1 -1
  300. package/es/components/Tree/TreeNode.vue.d.ts +137 -6
  301. package/es/components/Tree/index.d.ts +360 -13
  302. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  303. package/es/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  304. package/es/components/TreeSelect/index.d.ts +900 -65
  305. package/es/components/Upload/UploadDragger.mjs +1 -1
  306. package/es/components/Upload/UploadList.mjs +1 -1
  307. package/es/components/Upload/UploadList.vue.d.ts +134 -6
  308. package/es/components/Upload/Uploader.mjs +1 -1
  309. package/es/components/Upload/Uploader.vue.d.ts +1 -1
  310. package/es/components/Upload/index.d.ts +90 -4
  311. package/es/components/VirtualList/ListContent.mjs +1 -1
  312. package/es/components/VirtualList/VirtualList.mjs +1 -1
  313. package/es/components/VirtualList/VirtualList.vue.d.ts +50 -2
  314. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  315. package/es/components/VirtualList/index.d.ts +162 -7
  316. package/es/components/base/HighlightText.mjs +1 -1
  317. package/es/components/base/RenderEmpty.mjs +1 -1
  318. package/lib/components/Affix/Affix.js +1 -1
  319. package/lib/components/Affix/index.d.ts +14 -1
  320. package/lib/components/Alert/Alert.js +1 -1
  321. package/lib/components/Alert/Alert.vue.d.ts +18 -1
  322. package/lib/components/Alert/index.d.ts +72 -3
  323. package/lib/components/Anchor/Anchor.js +1 -1
  324. package/lib/components/Anchor/AnchorLink.js +1 -1
  325. package/lib/components/Anchor/index.d.ts +47 -1
  326. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  327. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  328. package/lib/components/AutoComplete/index.d.ts +2400 -185
  329. package/lib/components/Avatar/Avatar.js +1 -1
  330. package/lib/components/Avatar/Avatar.vue.d.ts +18 -1
  331. package/lib/components/Avatar/index.d.ts +57 -3
  332. package/lib/components/BackTop/BackTop.js +1 -1
  333. package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
  334. package/lib/components/BackTop/index.d.ts +60 -3
  335. package/lib/components/Badge/Badge.js +1 -1
  336. package/lib/components/Badge/index.d.ts +41 -1
  337. package/lib/components/Breadcrumb/index.d.ts +13 -1
  338. package/lib/components/Button/Button.js +1 -1
  339. package/lib/components/Button/Button.type.d.ts +1 -1
  340. package/lib/components/Button/Button.vue.d.ts +21 -4
  341. package/lib/components/Button/ButtonGroup.js +1 -1
  342. package/lib/components/Button/index.d.ts +103 -9
  343. package/lib/components/Calendar/Calendar.js +1 -1
  344. package/lib/components/Calendar/Calendar.vue.d.ts +264 -5
  345. package/lib/components/Calendar/Header.js +1 -1
  346. package/lib/components/Calendar/Header.vue.d.ts +264 -5
  347. package/lib/components/Calendar/index.d.ts +594 -36
  348. package/lib/components/Calendar/table/DateTable.js +1 -1
  349. package/lib/components/Calendar/table/MonthTable.js +1 -1
  350. package/lib/components/Calendar/table/YearTable.js +1 -1
  351. package/lib/components/Card/Card.d.ts +18 -1
  352. package/lib/components/Card/CardMeta.js +1 -1
  353. package/lib/components/Card/CardMeta.vue.d.ts +57 -3
  354. package/lib/components/Card/index.d.ts +122 -6
  355. package/lib/components/Carousel/Carousel.js +1 -1
  356. package/lib/components/Carousel/Carousel.vue.d.ts +18 -1
  357. package/lib/components/Carousel/CarouselItem.js +1 -1
  358. package/lib/components/Carousel/index.d.ts +90 -3
  359. package/lib/components/Cascader/Cascader.d.ts +128 -2
  360. package/lib/components/Cascader/index.d.ts +548 -10
  361. package/lib/components/Checkbox/Checkbox.js +1 -1
  362. package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
  363. package/lib/components/Checkbox/CheckboxGroup.js +1 -1
  364. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  365. package/lib/components/Checkbox/index.d.ts +119 -5
  366. package/lib/components/Collapse/Collapse.js +1 -1
  367. package/lib/components/Collapse/Panel.js +1 -1
  368. package/lib/components/Collapse/Panel.vue.d.ts +18 -1
  369. package/lib/components/Collapse/index.d.ts +50 -2
  370. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  371. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  372. package/lib/components/ColorPicker/index.d.ts +962 -130
  373. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  374. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  375. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  376. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  377. package/lib/components/Comment/index.d.ts +1 -1
  378. package/lib/components/ConfigProvider/index.d.ts +13 -1
  379. package/lib/components/DatePicker/DatePicker.js +1 -1
  380. package/lib/components/DatePicker/DatePicker.vue.d.ts +437 -35
  381. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  382. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  383. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  384. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  385. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  386. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  387. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  388. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  389. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  390. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  391. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  392. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  393. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  394. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  395. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  396. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  397. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  398. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  399. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  400. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  401. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  402. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  403. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  404. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  405. package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
  406. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  407. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  408. package/lib/components/DatePicker/index.d.ts +1032 -100
  409. package/lib/components/Divider/Divider.js +1 -1
  410. package/lib/components/Divider/index.d.ts +21 -1
  411. package/lib/components/Drawer/index.d.ts +79 -1
  412. package/lib/components/Dropdown/Dropdown.js +1 -1
  413. package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
  414. package/lib/components/Dropdown/index.d.ts +58 -6
  415. package/lib/components/Empty/index.d.ts +17 -1
  416. package/lib/components/Form/Form.js +1 -1
  417. package/lib/components/Form/index.d.ts +57 -1
  418. package/lib/components/Grid/Col.js +1 -1
  419. package/lib/components/Grid/Row.js +1 -1
  420. package/lib/components/Icon/Icon.js +1 -1
  421. package/lib/components/Icon/index.d.ts +18 -1
  422. package/lib/components/Image/Image.js +1 -1
  423. package/lib/components/Image/Image.vue.d.ts +18 -1
  424. package/lib/components/Image/ImgViewer.js +1 -1
  425. package/lib/components/Image/ImgViewer.vue.d.ts +18 -1
  426. package/lib/components/Image/index.d.ts +86 -4
  427. package/lib/components/InfoView/InfoView.js +1 -1
  428. package/lib/components/InfoView/index.d.ts +46 -1
  429. package/lib/components/Input/Input.d.ts +22 -5
  430. package/lib/components/Input/index.d.ts +185 -21
  431. package/lib/components/InputNumber/InputNumber.d.ts +188 -2
  432. package/lib/components/InputNumber/index.d.ts +752 -95
  433. package/lib/components/Layout/Content.js +1 -1
  434. package/lib/components/Layout/Footer.js +1 -1
  435. package/lib/components/Layout/Header.js +1 -1
  436. package/lib/components/Layout/Layout.js +1 -1
  437. package/lib/components/Layout/Sider.js +1 -1
  438. package/lib/components/Layout/Sider.vue.d.ts +18 -1
  439. package/lib/components/Layout/index.d.ts +23 -2
  440. package/lib/components/Link/Link.js +1 -1
  441. package/lib/components/Link/Link.vue.d.ts +18 -1
  442. package/lib/components/Link/index.d.ts +62 -3
  443. package/lib/components/List/List.js +1 -1
  444. package/lib/components/List/List.vue.d.ts +184 -8
  445. package/lib/components/List/ListItemMeta.js +1 -1
  446. package/lib/components/List/ListItemMeta.vue.d.ts +57 -3
  447. package/lib/components/List/index.d.ts +473 -20
  448. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  449. package/lib/components/Mask/index.d.ts +30 -1
  450. package/lib/components/Mention/Mention.js +1 -1
  451. package/lib/components/Mention/MentionsSelect.js +1 -1
  452. package/lib/components/Menu/MenuDivider.js +1 -1
  453. package/lib/components/Menu/MenuItem.js +1 -1
  454. package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
  455. package/lib/components/Menu/MenuItemGroup.js +1 -1
  456. package/lib/components/Menu/SubMenu.js +1 -1
  457. package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
  458. package/lib/components/Menu/index.d.ts +130 -6
  459. package/lib/components/Modal/ConfirmDialog.js +1 -1
  460. package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  461. package/lib/components/Modal/Modal.js +1 -1
  462. package/lib/components/Modal/Modal.vue.d.ts +122 -11
  463. package/lib/components/Modal/index.d.ts +330 -24
  464. package/lib/components/Notification/Notice.js +1 -1
  465. package/lib/components/Notification/Notice.vue.d.ts +18 -1
  466. package/lib/components/Notification/Notification.js +1 -1
  467. package/lib/components/Notification/Notification.vue.d.ts +18 -1
  468. package/lib/components/PageHeader/PageHeader.js +1 -1
  469. package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
  470. package/lib/components/PageHeader/index.d.ts +85 -5
  471. package/lib/components/Pagination/Pager.js +1 -1
  472. package/lib/components/Pagination/Pager.vue.d.ts +18 -1
  473. package/lib/components/Pagination/Pagination.d.ts +36 -2
  474. package/lib/components/Pagination/index.d.ts +151 -5
  475. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  476. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  477. package/lib/components/PopConfirm/index.d.ts +427 -27
  478. package/lib/components/Popover/Popover.js +1 -1
  479. package/lib/components/Popover/Popover.vue.d.ts +1 -1
  480. package/lib/components/Popover/index.d.ts +64 -3
  481. package/lib/components/Popup/Popup.d.ts +1 -1
  482. package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
  483. package/lib/components/Progress/Circle.d.ts +18 -1
  484. package/lib/components/Progress/Line.js +1 -1
  485. package/lib/components/Progress/Line.vue.d.ts +18 -1
  486. package/lib/components/Progress/Progress.js +1 -1
  487. package/lib/components/Progress/Progress.vue.d.ts +36 -2
  488. package/lib/components/Progress/Water.js +1 -1
  489. package/lib/components/Progress/index.d.ts +116 -5
  490. package/lib/components/Radio/Radio.js +1 -1
  491. package/lib/components/Radio/index.d.ts +43 -1
  492. package/lib/components/Rate/Rate.js +1 -1
  493. package/lib/components/Rate/Rate.vue.d.ts +76 -4
  494. package/lib/components/Rate/Star.js +1 -1
  495. package/lib/components/Rate/Star.vue.d.ts +18 -1
  496. package/lib/components/Rate/index.d.ts +196 -9
  497. package/lib/components/Result/Result.js +1 -1
  498. package/lib/components/Result/Result.vue.d.ts +18 -1
  499. package/lib/components/Result/index.d.ts +59 -3
  500. package/lib/components/Scrollbar/index.d.ts +23 -1
  501. package/lib/components/Select/DropdownMenu.js +1 -1
  502. package/lib/components/Select/DropdownMenu.vue.d.ts +180 -8
  503. package/lib/components/Select/RefSelect.js +1 -1
  504. package/lib/components/Select/RefSelect.vue.d.ts +321 -18
  505. package/lib/components/Select/Selection/Input.js +1 -1
  506. package/lib/components/Select/Selection/Multiple.js +1 -1
  507. package/lib/components/Select/Selection/Multiple.vue.d.ts +82 -4
  508. package/lib/components/Select/Selection/Selection.js +1 -1
  509. package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
  510. package/lib/components/Select/Selection/Single.js +1 -1
  511. package/lib/components/Select/index.d.ts +221 -4
  512. package/lib/components/Skeleton/Skeleton.js +1 -1
  513. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  514. package/lib/components/Skeleton/index.d.ts +22 -1
  515. package/lib/components/Slider/Handle.js +1 -1
  516. package/lib/components/Slider/Marks.js +1 -1
  517. package/lib/components/Slider/Steps.js +1 -1
  518. package/lib/components/Slider/index.d.ts +68 -1
  519. package/lib/components/Space/index.d.ts +25 -1
  520. package/lib/components/Spin/Spin.js +1 -1
  521. package/lib/components/Spin/index.d.ts +23 -1
  522. package/lib/components/Statistic/Statistic.js +1 -1
  523. package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
  524. package/lib/components/Statistic/index.d.ts +196 -9
  525. package/lib/components/Steps/Step.js +1 -1
  526. package/lib/components/Steps/Step.vue.d.ts +18 -1
  527. package/lib/components/Steps/Steps.js +1 -1
  528. package/lib/components/Steps/index.d.ts +73 -2
  529. package/lib/components/Switch/Switch.js +1 -1
  530. package/lib/components/Switch/index.d.ts +58 -1
  531. package/lib/components/Table/BaseTable.js +1 -1
  532. package/lib/components/Table/BaseTable.vue.d.ts +597 -32
  533. package/lib/components/Table/BodyTable.js +1 -1
  534. package/lib/components/Table/BodyTable.vue.d.ts +597 -32
  535. package/lib/components/Table/HeadTable.js +1 -1
  536. package/lib/components/Table/HeadTable.vue.d.ts +597 -32
  537. package/lib/components/Table/Table.js +1 -1
  538. package/lib/components/Table/Table.vue.d.ts +1437 -139
  539. package/lib/components/Table/TableBox.js +1 -1
  540. package/lib/components/Table/TableBox.vue.d.ts +1246 -116
  541. package/lib/components/Table/hooks/useDraggable.js +111 -30
  542. package/lib/components/Table/hooks/useDraggable.js.map +1 -1
  543. package/lib/components/Table/hooks/useTableResize.js +21 -2
  544. package/lib/components/Table/hooks/useTableResize.js.map +1 -1
  545. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  546. package/lib/components/Table/tableUnits/DraggableIcon.js +4 -3
  547. package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
  548. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  549. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  550. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  551. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  552. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  553. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  554. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  555. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  556. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  557. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  558. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  559. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  560. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  561. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  562. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  563. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  564. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  565. package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
  566. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  567. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  568. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  569. package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
  570. package/lib/components/Tabs/TabBar.js +1 -1
  571. package/lib/components/Tabs/TabNav.js +1 -1
  572. package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
  573. package/lib/components/Tabs/TabPane.js +1 -1
  574. package/lib/components/Tabs/Tabs.d.ts +71 -6
  575. package/lib/components/Tabs/index.d.ts +272 -19
  576. package/lib/components/Tag/Tag.js +1 -1
  577. package/lib/components/Tag/Tag.vue.d.ts +18 -1
  578. package/lib/components/Tag/index.d.ts +67 -3
  579. package/lib/components/Text/index.d.ts +24 -1
  580. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  581. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  582. package/lib/components/ThemePanel/index.d.ts +343 -25
  583. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  584. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  585. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  586. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  587. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  588. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  589. package/lib/components/TimePicker/TimePicker.js +1 -1
  590. package/lib/components/TimePicker/TimePicker.vue.d.ts +87 -9
  591. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  592. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  593. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  594. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  595. package/lib/components/TimePicker/index.d.ts +307 -19
  596. package/lib/components/Timeline/TimelineItem.js +1 -1
  597. package/lib/components/Timeline/index.d.ts +18 -1
  598. package/lib/components/Toggle/Toggle.js +1 -1
  599. package/lib/components/Toggle/index.d.ts +9 -1
  600. package/lib/components/Tooltip/Tooltip.js +1 -1
  601. package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
  602. package/lib/components/Tooltip/index.d.ts +58 -3
  603. package/lib/components/Transfer/Operation.js +1 -1
  604. package/lib/components/Transfer/Operation.vue.d.ts +103 -9
  605. package/lib/components/Transfer/Transfer.js +1 -1
  606. package/lib/components/Transfer/Transfer.vue.d.ts +1580 -178
  607. package/lib/components/Transfer/TransferList.js +1 -1
  608. package/lib/components/Transfer/TransferList.vue.d.ts +423 -31
  609. package/lib/components/Transfer/TransferListItem.js +1 -1
  610. package/lib/components/Transfer/TransferListItem.vue.d.ts +119 -5
  611. package/lib/components/Transfer/index.d.ts +4481 -682
  612. package/lib/components/Tree/SubTree.js +1 -1
  613. package/lib/components/Tree/SubTree.vue.d.ts +137 -6
  614. package/lib/components/Tree/Tree.js +1 -1
  615. package/lib/components/Tree/Tree.vue.d.ts +137 -6
  616. package/lib/components/Tree/TreeNode.js +1 -1
  617. package/lib/components/Tree/TreeNode.vue.d.ts +137 -6
  618. package/lib/components/Tree/index.d.ts +360 -13
  619. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  620. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  621. package/lib/components/TreeSelect/index.d.ts +900 -65
  622. package/lib/components/Upload/UploadDragger.js +1 -1
  623. package/lib/components/Upload/UploadList.js +1 -1
  624. package/lib/components/Upload/UploadList.vue.d.ts +134 -6
  625. package/lib/components/Upload/Uploader.js +1 -1
  626. package/lib/components/Upload/Uploader.vue.d.ts +1 -1
  627. package/lib/components/Upload/index.d.ts +90 -4
  628. package/lib/components/VirtualList/ListContent.js +1 -1
  629. package/lib/components/VirtualList/VirtualList.js +1 -1
  630. package/lib/components/VirtualList/VirtualList.vue.d.ts +50 -2
  631. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  632. package/lib/components/VirtualList/index.d.ts +162 -7
  633. package/lib/components/base/HighlightText.js +1 -1
  634. package/lib/components/base/RenderEmpty.js +1 -1
  635. package/package.json +1 -1
  636. package/types/components/Affix/index.d.ts +14 -1
  637. package/types/components/Alert/Alert.vue.d.ts +18 -1
  638. package/types/components/Alert/index.d.ts +72 -3
  639. package/types/components/Anchor/index.d.ts +47 -1
  640. package/types/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  641. package/types/components/AutoComplete/index.d.ts +2400 -185
  642. package/types/components/Avatar/Avatar.vue.d.ts +18 -1
  643. package/types/components/Avatar/index.d.ts +57 -3
  644. package/types/components/BackTop/BackTop.vue.d.ts +18 -1
  645. package/types/components/BackTop/index.d.ts +60 -3
  646. package/types/components/Badge/index.d.ts +41 -1
  647. package/types/components/Breadcrumb/index.d.ts +13 -1
  648. package/types/components/Button/Button.type.d.ts +1 -1
  649. package/types/components/Button/Button.vue.d.ts +21 -4
  650. package/types/components/Button/index.d.ts +103 -9
  651. package/types/components/Calendar/Calendar.vue.d.ts +264 -5
  652. package/types/components/Calendar/Header.vue.d.ts +264 -5
  653. package/types/components/Calendar/index.d.ts +594 -36
  654. package/types/components/Card/Card.d.ts +18 -1
  655. package/types/components/Card/CardMeta.vue.d.ts +57 -3
  656. package/types/components/Card/index.d.ts +122 -6
  657. package/types/components/Carousel/Carousel.vue.d.ts +18 -1
  658. package/types/components/Carousel/index.d.ts +90 -3
  659. package/types/components/Cascader/Cascader.d.ts +128 -2
  660. package/types/components/Cascader/index.d.ts +548 -10
  661. package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
  662. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  663. package/types/components/Checkbox/index.d.ts +119 -5
  664. package/types/components/Collapse/Panel.vue.d.ts +18 -1
  665. package/types/components/Collapse/index.d.ts +50 -2
  666. package/types/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  667. package/types/components/ColorPicker/index.d.ts +962 -130
  668. package/types/components/Comment/index.d.ts +1 -1
  669. package/types/components/ConfigProvider/index.d.ts +13 -1
  670. package/types/components/DatePicker/DatePicker.vue.d.ts +437 -35
  671. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  672. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  673. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  674. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  675. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  676. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  677. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  678. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  679. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  680. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  681. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  682. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  683. package/types/components/DatePicker/index.d.ts +1032 -100
  684. package/types/components/Divider/index.d.ts +21 -1
  685. package/types/components/Drawer/index.d.ts +79 -1
  686. package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
  687. package/types/components/Dropdown/index.d.ts +58 -6
  688. package/types/components/Empty/index.d.ts +17 -1
  689. package/types/components/Form/index.d.ts +57 -1
  690. package/types/components/Icon/index.d.ts +18 -1
  691. package/types/components/Image/Image.vue.d.ts +18 -1
  692. package/types/components/Image/ImgViewer.vue.d.ts +18 -1
  693. package/types/components/Image/index.d.ts +86 -4
  694. package/types/components/InfoView/index.d.ts +46 -1
  695. package/types/components/Input/Input.d.ts +22 -5
  696. package/types/components/Input/index.d.ts +185 -21
  697. package/types/components/InputNumber/InputNumber.d.ts +188 -2
  698. package/types/components/InputNumber/index.d.ts +752 -95
  699. package/types/components/Layout/Sider.vue.d.ts +18 -1
  700. package/types/components/Layout/index.d.ts +23 -2
  701. package/types/components/Link/Link.vue.d.ts +18 -1
  702. package/types/components/Link/index.d.ts +62 -3
  703. package/types/components/List/List.vue.d.ts +184 -8
  704. package/types/components/List/ListItemMeta.vue.d.ts +57 -3
  705. package/types/components/List/index.d.ts +473 -20
  706. package/types/components/Mask/index.d.ts +30 -1
  707. package/types/components/Menu/MenuItem.vue.d.ts +58 -3
  708. package/types/components/Menu/SubMenu.vue.d.ts +19 -2
  709. package/types/components/Menu/index.d.ts +130 -6
  710. package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  711. package/types/components/Modal/Modal.vue.d.ts +122 -11
  712. package/types/components/Modal/index.d.ts +330 -24
  713. package/types/components/Notification/Notice.vue.d.ts +18 -1
  714. package/types/components/Notification/Notification.vue.d.ts +18 -1
  715. package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
  716. package/types/components/PageHeader/index.d.ts +85 -5
  717. package/types/components/Pagination/Pager.vue.d.ts +18 -1
  718. package/types/components/Pagination/Pagination.d.ts +36 -2
  719. package/types/components/Pagination/index.d.ts +151 -5
  720. package/types/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  721. package/types/components/PopConfirm/index.d.ts +427 -27
  722. package/types/components/Popover/Popover.vue.d.ts +1 -1
  723. package/types/components/Popover/index.d.ts +64 -3
  724. package/types/components/Popup/Popup.d.ts +1 -1
  725. package/types/components/Popup/hooks/usePopper.d.ts +1 -1
  726. package/types/components/Progress/Circle.d.ts +18 -1
  727. package/types/components/Progress/Line.vue.d.ts +18 -1
  728. package/types/components/Progress/Progress.vue.d.ts +36 -2
  729. package/types/components/Progress/index.d.ts +116 -5
  730. package/types/components/Radio/index.d.ts +43 -1
  731. package/types/components/Rate/Rate.vue.d.ts +76 -4
  732. package/types/components/Rate/Star.vue.d.ts +18 -1
  733. package/types/components/Rate/index.d.ts +196 -9
  734. package/types/components/Result/Result.vue.d.ts +18 -1
  735. package/types/components/Result/index.d.ts +59 -3
  736. package/types/components/Scrollbar/index.d.ts +23 -1
  737. package/types/components/Select/DropdownMenu.vue.d.ts +180 -8
  738. package/types/components/Select/RefSelect.vue.d.ts +321 -18
  739. package/types/components/Select/Selection/Multiple.vue.d.ts +82 -4
  740. package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
  741. package/types/components/Select/index.d.ts +221 -4
  742. package/types/components/Skeleton/index.d.ts +22 -1
  743. package/types/components/Slider/index.d.ts +68 -1
  744. package/types/components/Space/index.d.ts +25 -1
  745. package/types/components/Spin/index.d.ts +23 -1
  746. package/types/components/Statistic/Statistic.vue.d.ts +76 -4
  747. package/types/components/Statistic/index.d.ts +196 -9
  748. package/types/components/Steps/Step.vue.d.ts +18 -1
  749. package/types/components/Steps/index.d.ts +73 -2
  750. package/types/components/Switch/index.d.ts +58 -1
  751. package/types/components/Table/BaseTable.vue.d.ts +597 -32
  752. package/types/components/Table/BodyTable.vue.d.ts +597 -32
  753. package/types/components/Table/HeadTable.vue.d.ts +597 -32
  754. package/types/components/Table/Table.vue.d.ts +1437 -139
  755. package/types/components/Table/TableBox.vue.d.ts +1246 -116
  756. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  757. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  758. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  759. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  760. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  761. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  762. package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  763. package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  764. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  765. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  766. package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  767. package/types/components/Tabs/TabNav.vue.d.ts +69 -4
  768. package/types/components/Tabs/Tabs.d.ts +71 -6
  769. package/types/components/Tabs/index.d.ts +272 -19
  770. package/types/components/Tag/Tag.vue.d.ts +18 -1
  771. package/types/components/Tag/index.d.ts +67 -3
  772. package/types/components/Text/index.d.ts +24 -1
  773. package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  774. package/types/components/ThemePanel/index.d.ts +343 -25
  775. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  776. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  777. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  778. package/types/components/TimePicker/TimePicker.vue.d.ts +87 -9
  779. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  780. package/types/components/TimePicker/index.d.ts +307 -19
  781. package/types/components/Timeline/index.d.ts +18 -1
  782. package/types/components/Toggle/index.d.ts +9 -1
  783. package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
  784. package/types/components/Tooltip/index.d.ts +58 -3
  785. package/types/components/Transfer/Operation.vue.d.ts +103 -9
  786. package/types/components/Transfer/Transfer.vue.d.ts +1580 -178
  787. package/types/components/Transfer/TransferList.vue.d.ts +423 -31
  788. package/types/components/Transfer/TransferListItem.vue.d.ts +119 -5
  789. package/types/components/Transfer/index.d.ts +4481 -682
  790. package/types/components/Tree/SubTree.vue.d.ts +137 -6
  791. package/types/components/Tree/Tree.vue.d.ts +137 -6
  792. package/types/components/Tree/TreeNode.vue.d.ts +137 -6
  793. package/types/components/Tree/index.d.ts +360 -13
  794. package/types/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  795. package/types/components/TreeSelect/index.d.ts +900 -65
  796. package/types/components/Upload/UploadList.vue.d.ts +134 -6
  797. package/types/components/Upload/Uploader.vue.d.ts +1 -1
  798. package/types/components/Upload/index.d.ts +90 -4
  799. package/types/components/VirtualList/VirtualList.vue.d.ts +50 -2
  800. package/types/components/VirtualList/index.d.ts +162 -7
  801. package/uxd-ui.esm.min.mjs +6 -6
  802. package/uxd-ui.esm.mjs +137 -36
  803. package/uxd-ui.umd.js +137 -36
  804. package/uxd-ui.umd.min.js +6 -6
@@ -145,7 +145,116 @@ export declare const UTreeSelect: {
145
145
  search: (v: string) => boolean;
146
146
  expand: (keys: (string | number)[]) => boolean;
147
147
  change: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
148
- }, import("vue").PublicProps, {
148
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
149
+ modelValue: {
150
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
151
+ default: () => import("@koi-design/uxd-ui/es/index").SelectValueType;
152
+ };
153
+ disabled: {
154
+ type: BooleanConstructor;
155
+ default: boolean;
156
+ };
157
+ showIcon: {
158
+ type: BooleanConstructor;
159
+ default: boolean;
160
+ };
161
+ multiple: {
162
+ type: BooleanConstructor;
163
+ default: boolean;
164
+ };
165
+ iconType: {
166
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
167
+ default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
168
+ };
169
+ placeholder: {
170
+ type: StringConstructor;
171
+ };
172
+ clearable: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ clearIcon: {
177
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
178
+ default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
179
+ };
180
+ labelInValue: {
181
+ type: BooleanConstructor;
182
+ default: boolean;
183
+ };
184
+ maxTagCount: {
185
+ type: NumberConstructor;
186
+ };
187
+ treeCheckStrictly: {
188
+ type: BooleanConstructor;
189
+ default: boolean;
190
+ };
191
+ treeData: {
192
+ type: import("vue").PropType<import("./TreeSelect.type").SelectTreeItem[]>;
193
+ default: () => import("./TreeSelect.type").SelectTreeItem[];
194
+ };
195
+ treeDefaultExpandAll: {
196
+ type: BooleanConstructor;
197
+ default: boolean;
198
+ };
199
+ dropdownMenuStyle: {
200
+ type: import("vue").PropType<import("vue").CSSProperties>;
201
+ default: () => {};
202
+ };
203
+ filterable: {
204
+ type: BooleanConstructor;
205
+ default: boolean;
206
+ };
207
+ checkable: {
208
+ type: BooleanConstructor;
209
+ default: boolean;
210
+ };
211
+ loadData: {
212
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
213
+ };
214
+ showCheckedStrategy: {
215
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
216
+ default: string;
217
+ validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
218
+ };
219
+ dropdownMenuWidth: {
220
+ type: import("vue").PropType<number | "container">;
221
+ default: string;
222
+ };
223
+ variant: {
224
+ type: import("vue").PropType<"surface" | "soft" | "text">;
225
+ default: string;
226
+ validator: (val: string) => boolean;
227
+ };
228
+ color: {
229
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
230
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
231
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
232
+ };
233
+ label: {
234
+ type: StringConstructor;
235
+ };
236
+ labelColon: {
237
+ type: BooleanConstructor;
238
+ default: boolean;
239
+ };
240
+ required: {
241
+ type: BooleanConstructor;
242
+ default: boolean;
243
+ };
244
+ placement: {
245
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
246
+ default: string;
247
+ validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
248
+ };
249
+ notFoundText: {
250
+ type: StringConstructor;
251
+ };
252
+ }>> & Readonly<{
253
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
254
+ onSearch?: (v: string) => any;
255
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
256
+ onExpand?: (keys: (string | number)[]) => any;
257
+ }>, {
149
258
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
150
259
  required: boolean;
151
260
  showIcon: boolean;
@@ -235,7 +344,7 @@ export declare const UTreeSelect: {
235
344
  }>, {
236
345
  reference: import("vue").Ref<any, any>;
237
346
  stateVisible: import("vue").Ref<boolean, boolean>;
238
- popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
347
+ popup: import("vue").ShallowRef<HTMLElement>;
239
348
  isMounted: import("vue").Ref<boolean, boolean>;
240
349
  onClick: (e: any) => void;
241
350
  onMousedown: (e: any) => void;
@@ -453,7 +562,7 @@ export declare const UTreeSelect: {
453
562
  onOverflowResize: ({ width }: {
454
563
  width: number;
455
564
  }) => void;
456
- containerWrapperWidth: import("vue").ShallowRef<number, number>;
565
+ containerWrapperWidth: import("vue").ShallowRef<number>;
457
566
  isResponsive: import("vue").ComputedRef<boolean>;
458
567
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "create-submit" | "toggle-open")[], "select" | "create-submit" | "toggle-open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
459
568
  prefixCls: {
@@ -1089,7 +1198,92 @@ export declare const UTreeSelect: {
1089
1198
  expand: (keys: (string | number)[], e: Event) => boolean;
1090
1199
  'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
1091
1200
  'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
1092
- }, import("vue").PublicProps, {
1201
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1202
+ treeData: {
1203
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
1204
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
1205
+ };
1206
+ dataKey: {
1207
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
1208
+ default: string;
1209
+ };
1210
+ multiple: {
1211
+ type: BooleanConstructor;
1212
+ default: boolean;
1213
+ };
1214
+ checkable: {
1215
+ type: BooleanConstructor;
1216
+ default: boolean;
1217
+ };
1218
+ selectable: {
1219
+ type: BooleanConstructor;
1220
+ default: boolean;
1221
+ };
1222
+ checkStrictly: {
1223
+ type: BooleanConstructor;
1224
+ default: boolean;
1225
+ };
1226
+ disabled: {
1227
+ type: BooleanConstructor;
1228
+ default: boolean;
1229
+ };
1230
+ switcherIcon: {
1231
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1232
+ default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1233
+ };
1234
+ showLine: {
1235
+ type: BooleanConstructor;
1236
+ default: boolean;
1237
+ };
1238
+ showIcon: {
1239
+ type: BooleanConstructor;
1240
+ default: boolean;
1241
+ };
1242
+ selectedKeys: {
1243
+ type: import("vue").PropType<(string | number)[]>;
1244
+ default: () => string[];
1245
+ };
1246
+ expandedKeys: {
1247
+ type: import("vue").PropType<(string | number)[]>;
1248
+ default: () => string[];
1249
+ };
1250
+ checkedKeys: {
1251
+ type: import("vue").PropType<(string | number)[]>;
1252
+ default: () => string[];
1253
+ };
1254
+ defaultExpandAll: {
1255
+ type: BooleanConstructor;
1256
+ default: boolean;
1257
+ };
1258
+ draggable: {
1259
+ type: BooleanConstructor;
1260
+ default: boolean;
1261
+ };
1262
+ blockNode: {
1263
+ type: BooleanConstructor;
1264
+ default: boolean;
1265
+ };
1266
+ loadData: {
1267
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
1268
+ };
1269
+ loadedKeys: {
1270
+ type: import("vue").PropType<(string | number)[]>;
1271
+ };
1272
+ treeSelect: {
1273
+ type: BooleanConstructor;
1274
+ default: boolean;
1275
+ };
1276
+ }>> & Readonly<{
1277
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
1278
+ "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
1279
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
1280
+ "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
1281
+ "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
1282
+ onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
1283
+ onExpand?: (keys: (string | number)[], e: Event) => any;
1284
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
1285
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
1286
+ }>, {
1093
1287
  showIcon: boolean;
1094
1288
  disabled: boolean;
1095
1289
  multiple: boolean;
@@ -1223,7 +1417,24 @@ export declare const UTreeSelect: {
1223
1417
  handleClick: (e: any) => void;
1224
1418
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1225
1419
  click: (ev: Event) => boolean;
1226
- }, import("vue").PublicProps, {
1420
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1421
+ rotate: {
1422
+ type: NumberConstructor;
1423
+ };
1424
+ spin: BooleanConstructor;
1425
+ size: {
1426
+ type: NumberConstructor;
1427
+ };
1428
+ color: {
1429
+ type: StringConstructor;
1430
+ default: string;
1431
+ };
1432
+ icon: {
1433
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1434
+ };
1435
+ }>> & Readonly<{
1436
+ onClick?: (ev: Event) => any;
1437
+ }>, {
1227
1438
  color: string;
1228
1439
  spin: boolean;
1229
1440
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1380,7 +1591,53 @@ export declare const UTreeSelect: {
1380
1591
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1381
1592
  'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1382
1593
  change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1383
- }, import("vue").PublicProps, {
1594
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1595
+ modelValue: {
1596
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
1597
+ default: undefined;
1598
+ };
1599
+ trueValue: {
1600
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
1601
+ default: boolean;
1602
+ };
1603
+ falseValue: {
1604
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
1605
+ default: boolean;
1606
+ };
1607
+ value: {
1608
+ type: (StringConstructor | NumberConstructor)[];
1609
+ default: string;
1610
+ };
1611
+ disabled: {
1612
+ type: BooleanConstructor;
1613
+ default: boolean;
1614
+ };
1615
+ size: {
1616
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1617
+ default: string;
1618
+ validator: (val: "default" | "small" | "large") => boolean;
1619
+ };
1620
+ name: {
1621
+ type: StringConstructor;
1622
+ default: string;
1623
+ };
1624
+ border: {
1625
+ type: BooleanConstructor;
1626
+ default: boolean;
1627
+ };
1628
+ indeterminate: {
1629
+ type: BooleanConstructor;
1630
+ default: boolean;
1631
+ };
1632
+ color: {
1633
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1634
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1635
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1636
+ };
1637
+ }>> & Readonly<{
1638
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1639
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1640
+ }>, {
1384
1641
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1385
1642
  name: string;
1386
1643
  size: "default" | "small" | "large";
@@ -1430,7 +1687,24 @@ export declare const UTreeSelect: {
1430
1687
  handleClick: (e: any) => void;
1431
1688
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1432
1689
  click: (ev: Event) => boolean;
1433
- }, import("vue").PublicProps, {
1690
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1691
+ rotate: {
1692
+ type: NumberConstructor;
1693
+ };
1694
+ spin: BooleanConstructor;
1695
+ size: {
1696
+ type: NumberConstructor;
1697
+ };
1698
+ color: {
1699
+ type: StringConstructor;
1700
+ default: string;
1701
+ };
1702
+ icon: {
1703
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1704
+ };
1705
+ }>> & Readonly<{
1706
+ onClick?: (ev: Event) => any;
1707
+ }>, {
1434
1708
  color: string;
1435
1709
  spin: boolean;
1436
1710
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1720,7 +1994,24 @@ export declare const UTreeSelect: {
1720
1994
  handleClick: (e: any) => void;
1721
1995
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1722
1996
  click: (ev: Event) => boolean;
1723
- }, import("vue").PublicProps, {
1997
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1998
+ rotate: {
1999
+ type: NumberConstructor;
2000
+ };
2001
+ spin: BooleanConstructor;
2002
+ size: {
2003
+ type: NumberConstructor;
2004
+ };
2005
+ color: {
2006
+ type: StringConstructor;
2007
+ default: string;
2008
+ };
2009
+ icon: {
2010
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2011
+ };
2012
+ }>> & Readonly<{
2013
+ onClick?: (ev: Event) => any;
2014
+ }>, {
1724
2015
  color: string;
1725
2016
  spin: boolean;
1726
2017
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1966,7 +2257,24 @@ export declare const UTreeSelect: {
1966
2257
  handleClick: (e: any) => void;
1967
2258
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1968
2259
  click: (ev: Event) => boolean;
1969
- }, import("vue").PublicProps, {
2260
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2261
+ rotate: {
2262
+ type: NumberConstructor;
2263
+ };
2264
+ spin: BooleanConstructor;
2265
+ size: {
2266
+ type: NumberConstructor;
2267
+ };
2268
+ color: {
2269
+ type: StringConstructor;
2270
+ default: string;
2271
+ };
2272
+ icon: {
2273
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2274
+ };
2275
+ }>> & Readonly<{
2276
+ onClick?: (ev: Event) => any;
2277
+ }>, {
1970
2278
  color: string;
1971
2279
  spin: boolean;
1972
2280
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2215,7 +2523,24 @@ export declare const UTreeSelect: {
2215
2523
  handleClick: (e: any) => void;
2216
2524
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2217
2525
  click: (ev: Event) => boolean;
2218
- }, import("vue").PublicProps, {
2526
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2527
+ rotate: {
2528
+ type: NumberConstructor;
2529
+ };
2530
+ spin: BooleanConstructor;
2531
+ size: {
2532
+ type: NumberConstructor;
2533
+ };
2534
+ color: {
2535
+ type: StringConstructor;
2536
+ default: string;
2537
+ };
2538
+ icon: {
2539
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2540
+ };
2541
+ }>> & Readonly<{
2542
+ onClick?: (ev: Event) => any;
2543
+ }>, {
2219
2544
  color: string;
2220
2545
  spin: boolean;
2221
2546
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2784,7 +3109,24 @@ export declare const UTreeSelect: {
2784
3109
  handleClick: (e: any) => void;
2785
3110
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2786
3111
  click: (ev: Event) => boolean;
2787
- }, import("vue").PublicProps, {
3112
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3113
+ rotate: {
3114
+ type: NumberConstructor;
3115
+ };
3116
+ spin: BooleanConstructor;
3117
+ size: {
3118
+ type: NumberConstructor;
3119
+ };
3120
+ color: {
3121
+ type: StringConstructor;
3122
+ default: string;
3123
+ };
3124
+ icon: {
3125
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3126
+ };
3127
+ }>> & Readonly<{
3128
+ onClick?: (ev: Event) => any;
3129
+ }>, {
2788
3130
  color: string;
2789
3131
  spin: boolean;
2790
3132
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2925,23 +3267,69 @@ export declare const UTreeSelect: {
2925
3267
  onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2926
3268
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2927
3269
  }>, {
2928
- prefixCls: import("vue").ComputedRef<string>;
2929
- computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2930
- computedDisabled: import("vue").ComputedRef<boolean>;
2931
- computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2932
- focusWrap: import("vue").Ref<boolean, boolean>;
2933
- focusInner: import("vue").Ref<boolean, boolean>;
2934
- showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
2935
- computedChecked: import("vue").ComputedRef<boolean>;
2936
- change: (event: any) => boolean;
2937
- handleKeyDown: (e: KeyboardEvent) => void;
2938
- handleFocus: () => void;
2939
- handleBlur: () => void;
2940
- onClick: (e: MouseEvent) => void;
2941
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2942
- 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2943
- change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2944
- }, import("vue").PublicProps, {
3270
+ prefixCls: import("vue").ComputedRef<string>;
3271
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
3272
+ computedDisabled: import("vue").ComputedRef<boolean>;
3273
+ computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3274
+ focusWrap: import("vue").Ref<boolean, boolean>;
3275
+ focusInner: import("vue").Ref<boolean, boolean>;
3276
+ showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
3277
+ computedChecked: import("vue").ComputedRef<boolean>;
3278
+ change: (event: any) => boolean;
3279
+ handleKeyDown: (e: KeyboardEvent) => void;
3280
+ handleFocus: () => void;
3281
+ handleBlur: () => void;
3282
+ onClick: (e: MouseEvent) => void;
3283
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3284
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
3285
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3286
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3287
+ modelValue: {
3288
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
3289
+ default: undefined;
3290
+ };
3291
+ trueValue: {
3292
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
3293
+ default: boolean;
3294
+ };
3295
+ falseValue: {
3296
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
3297
+ default: boolean;
3298
+ };
3299
+ value: {
3300
+ type: (StringConstructor | NumberConstructor)[];
3301
+ default: string;
3302
+ };
3303
+ disabled: {
3304
+ type: BooleanConstructor;
3305
+ default: boolean;
3306
+ };
3307
+ size: {
3308
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3309
+ default: string;
3310
+ validator: (val: "default" | "small" | "large") => boolean;
3311
+ };
3312
+ name: {
3313
+ type: StringConstructor;
3314
+ default: string;
3315
+ };
3316
+ border: {
3317
+ type: BooleanConstructor;
3318
+ default: boolean;
3319
+ };
3320
+ indeterminate: {
3321
+ type: BooleanConstructor;
3322
+ default: boolean;
3323
+ };
3324
+ color: {
3325
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3326
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3327
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3328
+ };
3329
+ }>> & Readonly<{
3330
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3331
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3332
+ }>, {
2945
3333
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2946
3334
  name: string;
2947
3335
  size: "default" | "small" | "large";
@@ -2991,7 +3379,24 @@ export declare const UTreeSelect: {
2991
3379
  handleClick: (e: any) => void;
2992
3380
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2993
3381
  click: (ev: Event) => boolean;
2994
- }, import("vue").PublicProps, {
3382
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3383
+ rotate: {
3384
+ type: NumberConstructor;
3385
+ };
3386
+ spin: BooleanConstructor;
3387
+ size: {
3388
+ type: NumberConstructor;
3389
+ };
3390
+ color: {
3391
+ type: StringConstructor;
3392
+ default: string;
3393
+ };
3394
+ icon: {
3395
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3396
+ };
3397
+ }>> & Readonly<{
3398
+ onClick?: (ev: Event) => any;
3399
+ }>, {
2995
3400
  color: string;
2996
3401
  spin: boolean;
2997
3402
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3281,7 +3686,24 @@ export declare const UTreeSelect: {
3281
3686
  handleClick: (e: any) => void;
3282
3687
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3283
3688
  click: (ev: Event) => boolean;
3284
- }, import("vue").PublicProps, {
3689
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3690
+ rotate: {
3691
+ type: NumberConstructor;
3692
+ };
3693
+ spin: BooleanConstructor;
3694
+ size: {
3695
+ type: NumberConstructor;
3696
+ };
3697
+ color: {
3698
+ type: StringConstructor;
3699
+ default: string;
3700
+ };
3701
+ icon: {
3702
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3703
+ };
3704
+ }>> & Readonly<{
3705
+ onClick?: (ev: Event) => any;
3706
+ }>, {
3285
3707
  color: string;
3286
3708
  spin: boolean;
3287
3709
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3527,7 +3949,24 @@ export declare const UTreeSelect: {
3527
3949
  handleClick: (e: any) => void;
3528
3950
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3529
3951
  click: (ev: Event) => boolean;
3530
- }, import("vue").PublicProps, {
3952
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3953
+ rotate: {
3954
+ type: NumberConstructor;
3955
+ };
3956
+ spin: BooleanConstructor;
3957
+ size: {
3958
+ type: NumberConstructor;
3959
+ };
3960
+ color: {
3961
+ type: StringConstructor;
3962
+ default: string;
3963
+ };
3964
+ icon: {
3965
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3966
+ };
3967
+ }>> & Readonly<{
3968
+ onClick?: (ev: Event) => any;
3969
+ }>, {
3531
3970
  color: string;
3532
3971
  spin: boolean;
3533
3972
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3776,7 +4215,24 @@ export declare const UTreeSelect: {
3776
4215
  handleClick: (e: any) => void;
3777
4216
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3778
4217
  click: (ev: Event) => boolean;
3779
- }, import("vue").PublicProps, {
4218
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4219
+ rotate: {
4220
+ type: NumberConstructor;
4221
+ };
4222
+ spin: BooleanConstructor;
4223
+ size: {
4224
+ type: NumberConstructor;
4225
+ };
4226
+ color: {
4227
+ type: StringConstructor;
4228
+ default: string;
4229
+ };
4230
+ icon: {
4231
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4232
+ };
4233
+ }>> & Readonly<{
4234
+ onClick?: (ev: Event) => any;
4235
+ }>, {
3780
4236
  color: string;
3781
4237
  spin: boolean;
3782
4238
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3918,7 +4374,23 @@ export declare const UTreeSelect: {
3918
4374
  default: string;
3919
4375
  validator: (val: "default" | "small" | "large") => boolean;
3920
4376
  };
3921
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4377
+ }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4378
+ image: {
4379
+ type: StringConstructor;
4380
+ };
4381
+ icon: {
4382
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4383
+ };
4384
+ text: {
4385
+ type: (BooleanConstructor | StringConstructor)[];
4386
+ default: undefined;
4387
+ };
4388
+ size: {
4389
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4390
+ default: string;
4391
+ validator: (val: "default" | "small" | "large") => boolean;
4392
+ };
4393
+ }>> & Readonly<{}>, {
3922
4394
  size: "default" | "small" | "large";
3923
4395
  text: string | boolean;
3924
4396
  }, true, {}, {}, {
@@ -4469,7 +4941,7 @@ export declare const UTreeSelect: {
4469
4941
  }>, {
4470
4942
  reference: import("vue").Ref<any, any>;
4471
4943
  stateVisible: import("vue").Ref<boolean, boolean>;
4472
- popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4944
+ popup: import("vue").ShallowRef<HTMLElement>;
4473
4945
  isMounted: import("vue").Ref<boolean, boolean>;
4474
4946
  onClick: (e: any) => void;
4475
4947
  onMousedown: (e: any) => void;
@@ -4687,7 +5159,7 @@ export declare const UTreeSelect: {
4687
5159
  onOverflowResize: ({ width }: {
4688
5160
  width: number;
4689
5161
  }) => void;
4690
- containerWrapperWidth: import("vue").ShallowRef<number, number>;
5162
+ containerWrapperWidth: import("vue").ShallowRef<number>;
4691
5163
  isResponsive: import("vue").ComputedRef<boolean>;
4692
5164
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("select" | "create-submit" | "toggle-open")[], "select" | "create-submit" | "toggle-open", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4693
5165
  prefixCls: {
@@ -5323,7 +5795,92 @@ export declare const UTreeSelect: {
5323
5795
  expand: (keys: (string | number)[], e: Event) => boolean;
5324
5796
  'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
5325
5797
  'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
5326
- }, import("vue").PublicProps, {
5798
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5799
+ treeData: {
5800
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
5801
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
5802
+ };
5803
+ dataKey: {
5804
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
5805
+ default: string;
5806
+ };
5807
+ multiple: {
5808
+ type: BooleanConstructor;
5809
+ default: boolean;
5810
+ };
5811
+ checkable: {
5812
+ type: BooleanConstructor;
5813
+ default: boolean;
5814
+ };
5815
+ selectable: {
5816
+ type: BooleanConstructor;
5817
+ default: boolean;
5818
+ };
5819
+ checkStrictly: {
5820
+ type: BooleanConstructor;
5821
+ default: boolean;
5822
+ };
5823
+ disabled: {
5824
+ type: BooleanConstructor;
5825
+ default: boolean;
5826
+ };
5827
+ switcherIcon: {
5828
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5829
+ default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5830
+ };
5831
+ showLine: {
5832
+ type: BooleanConstructor;
5833
+ default: boolean;
5834
+ };
5835
+ showIcon: {
5836
+ type: BooleanConstructor;
5837
+ default: boolean;
5838
+ };
5839
+ selectedKeys: {
5840
+ type: import("vue").PropType<(string | number)[]>;
5841
+ default: () => string[];
5842
+ };
5843
+ expandedKeys: {
5844
+ type: import("vue").PropType<(string | number)[]>;
5845
+ default: () => string[];
5846
+ };
5847
+ checkedKeys: {
5848
+ type: import("vue").PropType<(string | number)[]>;
5849
+ default: () => string[];
5850
+ };
5851
+ defaultExpandAll: {
5852
+ type: BooleanConstructor;
5853
+ default: boolean;
5854
+ };
5855
+ draggable: {
5856
+ type: BooleanConstructor;
5857
+ default: boolean;
5858
+ };
5859
+ blockNode: {
5860
+ type: BooleanConstructor;
5861
+ default: boolean;
5862
+ };
5863
+ loadData: {
5864
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
5865
+ };
5866
+ loadedKeys: {
5867
+ type: import("vue").PropType<(string | number)[]>;
5868
+ };
5869
+ treeSelect: {
5870
+ type: BooleanConstructor;
5871
+ default: boolean;
5872
+ };
5873
+ }>> & Readonly<{
5874
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
5875
+ "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
5876
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
5877
+ "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
5878
+ "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
5879
+ onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
5880
+ onExpand?: (keys: (string | number)[], e: Event) => any;
5881
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
5882
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
5883
+ }>, {
5327
5884
  showIcon: boolean;
5328
5885
  disabled: boolean;
5329
5886
  multiple: boolean;
@@ -5457,7 +6014,24 @@ export declare const UTreeSelect: {
5457
6014
  handleClick: (e: any) => void;
5458
6015
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5459
6016
  click: (ev: Event) => boolean;
5460
- }, import("vue").PublicProps, {
6017
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6018
+ rotate: {
6019
+ type: NumberConstructor;
6020
+ };
6021
+ spin: BooleanConstructor;
6022
+ size: {
6023
+ type: NumberConstructor;
6024
+ };
6025
+ color: {
6026
+ type: StringConstructor;
6027
+ default: string;
6028
+ };
6029
+ icon: {
6030
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6031
+ };
6032
+ }>> & Readonly<{
6033
+ onClick?: (ev: Event) => any;
6034
+ }>, {
5461
6035
  color: string;
5462
6036
  spin: boolean;
5463
6037
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -5598,23 +6172,69 @@ export declare const UTreeSelect: {
5598
6172
  onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
5599
6173
  "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
5600
6174
  }>, {
5601
- prefixCls: import("vue").ComputedRef<string>;
5602
- computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
5603
- computedDisabled: import("vue").ComputedRef<boolean>;
5604
- computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
5605
- focusWrap: import("vue").Ref<boolean, boolean>;
5606
- focusInner: import("vue").Ref<boolean, boolean>;
5607
- showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
5608
- computedChecked: import("vue").ComputedRef<boolean>;
5609
- change: (event: any) => boolean;
5610
- handleKeyDown: (e: KeyboardEvent) => void;
5611
- handleFocus: () => void;
5612
- handleBlur: () => void;
5613
- onClick: (e: MouseEvent) => void;
5614
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5615
- 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
5616
- change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
5617
- }, import("vue").PublicProps, {
6175
+ prefixCls: import("vue").ComputedRef<string>;
6176
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
6177
+ computedDisabled: import("vue").ComputedRef<boolean>;
6178
+ computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
6179
+ focusWrap: import("vue").Ref<boolean, boolean>;
6180
+ focusInner: import("vue").Ref<boolean, boolean>;
6181
+ showSlot: import("vue").ComputedRef<true | import("vue").Slot<any>>;
6182
+ computedChecked: import("vue").ComputedRef<boolean>;
6183
+ change: (event: any) => boolean;
6184
+ handleKeyDown: (e: KeyboardEvent) => void;
6185
+ handleFocus: () => void;
6186
+ handleBlur: () => void;
6187
+ onClick: (e: MouseEvent) => void;
6188
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6189
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
6190
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
6191
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6192
+ modelValue: {
6193
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
6194
+ default: undefined;
6195
+ };
6196
+ trueValue: {
6197
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
6198
+ default: boolean;
6199
+ };
6200
+ falseValue: {
6201
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
6202
+ default: boolean;
6203
+ };
6204
+ value: {
6205
+ type: (StringConstructor | NumberConstructor)[];
6206
+ default: string;
6207
+ };
6208
+ disabled: {
6209
+ type: BooleanConstructor;
6210
+ default: boolean;
6211
+ };
6212
+ size: {
6213
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
6214
+ default: string;
6215
+ validator: (val: "default" | "small" | "large") => boolean;
6216
+ };
6217
+ name: {
6218
+ type: StringConstructor;
6219
+ default: string;
6220
+ };
6221
+ border: {
6222
+ type: BooleanConstructor;
6223
+ default: boolean;
6224
+ };
6225
+ indeterminate: {
6226
+ type: BooleanConstructor;
6227
+ default: boolean;
6228
+ };
6229
+ color: {
6230
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
6231
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
6232
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
6233
+ };
6234
+ }>> & Readonly<{
6235
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
6236
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
6237
+ }>, {
5618
6238
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
5619
6239
  name: string;
5620
6240
  size: "default" | "small" | "large";
@@ -5664,7 +6284,24 @@ export declare const UTreeSelect: {
5664
6284
  handleClick: (e: any) => void;
5665
6285
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5666
6286
  click: (ev: Event) => boolean;
5667
- }, import("vue").PublicProps, {
6287
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6288
+ rotate: {
6289
+ type: NumberConstructor;
6290
+ };
6291
+ spin: BooleanConstructor;
6292
+ size: {
6293
+ type: NumberConstructor;
6294
+ };
6295
+ color: {
6296
+ type: StringConstructor;
6297
+ default: string;
6298
+ };
6299
+ icon: {
6300
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6301
+ };
6302
+ }>> & Readonly<{
6303
+ onClick?: (ev: Event) => any;
6304
+ }>, {
5668
6305
  color: string;
5669
6306
  spin: boolean;
5670
6307
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -5954,7 +6591,24 @@ export declare const UTreeSelect: {
5954
6591
  handleClick: (e: any) => void;
5955
6592
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5956
6593
  click: (ev: Event) => boolean;
5957
- }, import("vue").PublicProps, {
6594
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6595
+ rotate: {
6596
+ type: NumberConstructor;
6597
+ };
6598
+ spin: BooleanConstructor;
6599
+ size: {
6600
+ type: NumberConstructor;
6601
+ };
6602
+ color: {
6603
+ type: StringConstructor;
6604
+ default: string;
6605
+ };
6606
+ icon: {
6607
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6608
+ };
6609
+ }>> & Readonly<{
6610
+ onClick?: (ev: Event) => any;
6611
+ }>, {
5958
6612
  color: string;
5959
6613
  spin: boolean;
5960
6614
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -6200,7 +6854,24 @@ export declare const UTreeSelect: {
6200
6854
  handleClick: (e: any) => void;
6201
6855
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6202
6856
  click: (ev: Event) => boolean;
6203
- }, import("vue").PublicProps, {
6857
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
6858
+ rotate: {
6859
+ type: NumberConstructor;
6860
+ };
6861
+ spin: BooleanConstructor;
6862
+ size: {
6863
+ type: NumberConstructor;
6864
+ };
6865
+ color: {
6866
+ type: StringConstructor;
6867
+ default: string;
6868
+ };
6869
+ icon: {
6870
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6871
+ };
6872
+ }>> & Readonly<{
6873
+ onClick?: (ev: Event) => any;
6874
+ }>, {
6204
6875
  color: string;
6205
6876
  spin: boolean;
6206
6877
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -6449,7 +7120,24 @@ export declare const UTreeSelect: {
6449
7120
  handleClick: (e: any) => void;
6450
7121
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6451
7122
  click: (ev: Event) => boolean;
6452
- }, import("vue").PublicProps, {
7123
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7124
+ rotate: {
7125
+ type: NumberConstructor;
7126
+ };
7127
+ spin: BooleanConstructor;
7128
+ size: {
7129
+ type: NumberConstructor;
7130
+ };
7131
+ color: {
7132
+ type: StringConstructor;
7133
+ default: string;
7134
+ };
7135
+ icon: {
7136
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7137
+ };
7138
+ }>> & Readonly<{
7139
+ onClick?: (ev: Event) => any;
7140
+ }>, {
6453
7141
  color: string;
6454
7142
  spin: boolean;
6455
7143
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -7018,7 +7706,24 @@ export declare const UTreeSelect: {
7018
7706
  handleClick: (e: any) => void;
7019
7707
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7020
7708
  click: (ev: Event) => boolean;
7021
- }, import("vue").PublicProps, {
7709
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7710
+ rotate: {
7711
+ type: NumberConstructor;
7712
+ };
7713
+ spin: BooleanConstructor;
7714
+ size: {
7715
+ type: NumberConstructor;
7716
+ };
7717
+ color: {
7718
+ type: StringConstructor;
7719
+ default: string;
7720
+ };
7721
+ icon: {
7722
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7723
+ };
7724
+ }>> & Readonly<{
7725
+ onClick?: (ev: Event) => any;
7726
+ }>, {
7022
7727
  color: string;
7023
7728
  spin: boolean;
7024
7729
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -7175,7 +7880,53 @@ export declare const UTreeSelect: {
7175
7880
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7176
7881
  'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
7177
7882
  change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
7178
- }, import("vue").PublicProps, {
7883
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7884
+ modelValue: {
7885
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
7886
+ default: undefined;
7887
+ };
7888
+ trueValue: {
7889
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
7890
+ default: boolean;
7891
+ };
7892
+ falseValue: {
7893
+ type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
7894
+ default: boolean;
7895
+ };
7896
+ value: {
7897
+ type: (StringConstructor | NumberConstructor)[];
7898
+ default: string;
7899
+ };
7900
+ disabled: {
7901
+ type: BooleanConstructor;
7902
+ default: boolean;
7903
+ };
7904
+ size: {
7905
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
7906
+ default: string;
7907
+ validator: (val: "default" | "small" | "large") => boolean;
7908
+ };
7909
+ name: {
7910
+ type: StringConstructor;
7911
+ default: string;
7912
+ };
7913
+ border: {
7914
+ type: BooleanConstructor;
7915
+ default: boolean;
7916
+ };
7917
+ indeterminate: {
7918
+ type: BooleanConstructor;
7919
+ default: boolean;
7920
+ };
7921
+ color: {
7922
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
7923
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
7924
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
7925
+ };
7926
+ }>> & Readonly<{
7927
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
7928
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
7929
+ }>, {
7179
7930
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
7180
7931
  name: string;
7181
7932
  size: "default" | "small" | "large";
@@ -7225,7 +7976,24 @@ export declare const UTreeSelect: {
7225
7976
  handleClick: (e: any) => void;
7226
7977
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7227
7978
  click: (ev: Event) => boolean;
7228
- }, import("vue").PublicProps, {
7979
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
7980
+ rotate: {
7981
+ type: NumberConstructor;
7982
+ };
7983
+ spin: BooleanConstructor;
7984
+ size: {
7985
+ type: NumberConstructor;
7986
+ };
7987
+ color: {
7988
+ type: StringConstructor;
7989
+ default: string;
7990
+ };
7991
+ icon: {
7992
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7993
+ };
7994
+ }>> & Readonly<{
7995
+ onClick?: (ev: Event) => any;
7996
+ }>, {
7229
7997
  color: string;
7230
7998
  spin: boolean;
7231
7999
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -7515,7 +8283,24 @@ export declare const UTreeSelect: {
7515
8283
  handleClick: (e: any) => void;
7516
8284
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7517
8285
  click: (ev: Event) => boolean;
7518
- }, import("vue").PublicProps, {
8286
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
8287
+ rotate: {
8288
+ type: NumberConstructor;
8289
+ };
8290
+ spin: BooleanConstructor;
8291
+ size: {
8292
+ type: NumberConstructor;
8293
+ };
8294
+ color: {
8295
+ type: StringConstructor;
8296
+ default: string;
8297
+ };
8298
+ icon: {
8299
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8300
+ };
8301
+ }>> & Readonly<{
8302
+ onClick?: (ev: Event) => any;
8303
+ }>, {
7519
8304
  color: string;
7520
8305
  spin: boolean;
7521
8306
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -7761,7 +8546,24 @@ export declare const UTreeSelect: {
7761
8546
  handleClick: (e: any) => void;
7762
8547
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7763
8548
  click: (ev: Event) => boolean;
7764
- }, import("vue").PublicProps, {
8549
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
8550
+ rotate: {
8551
+ type: NumberConstructor;
8552
+ };
8553
+ spin: BooleanConstructor;
8554
+ size: {
8555
+ type: NumberConstructor;
8556
+ };
8557
+ color: {
8558
+ type: StringConstructor;
8559
+ default: string;
8560
+ };
8561
+ icon: {
8562
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8563
+ };
8564
+ }>> & Readonly<{
8565
+ onClick?: (ev: Event) => any;
8566
+ }>, {
7765
8567
  color: string;
7766
8568
  spin: boolean;
7767
8569
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -8010,7 +8812,24 @@ export declare const UTreeSelect: {
8010
8812
  handleClick: (e: any) => void;
8011
8813
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8012
8814
  click: (ev: Event) => boolean;
8013
- }, import("vue").PublicProps, {
8815
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
8816
+ rotate: {
8817
+ type: NumberConstructor;
8818
+ };
8819
+ spin: BooleanConstructor;
8820
+ size: {
8821
+ type: NumberConstructor;
8822
+ };
8823
+ color: {
8824
+ type: StringConstructor;
8825
+ default: string;
8826
+ };
8827
+ icon: {
8828
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8829
+ };
8830
+ }>> & Readonly<{
8831
+ onClick?: (ev: Event) => any;
8832
+ }>, {
8014
8833
  color: string;
8015
8834
  spin: boolean;
8016
8835
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -8152,7 +8971,23 @@ export declare const UTreeSelect: {
8152
8971
  default: string;
8153
8972
  validator: (val: "default" | "small" | "large") => boolean;
8154
8973
  };
8155
- }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
8974
+ }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
8975
+ image: {
8976
+ type: StringConstructor;
8977
+ };
8978
+ icon: {
8979
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8980
+ };
8981
+ text: {
8982
+ type: (BooleanConstructor | StringConstructor)[];
8983
+ default: undefined;
8984
+ };
8985
+ size: {
8986
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
8987
+ default: string;
8988
+ validator: (val: "default" | "small" | "large") => boolean;
8989
+ };
8990
+ }>> & Readonly<{}>, {
8156
8991
  size: "default" | "small" | "large";
8157
8992
  text: string | boolean;
8158
8993
  }, true, {}, {}, {