@koi-design/uxd-ui 13.2.8 → 13.2.9

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 (1233) hide show
  1. package/README.md +2 -0
  2. package/es/components/Affix/Affix.mjs +1 -1
  3. package/es/components/Affix/Affix.type.d.ts +3 -3
  4. package/es/components/Affix/Affix.vue.d.ts +2 -2
  5. package/es/components/Affix/index.d.ts +4 -4
  6. package/es/components/Alert/Alert.mjs +1 -1
  7. package/es/components/Alert/Alert.type.d.ts +4 -4
  8. package/es/components/Alert/Alert.vue.d.ts +8 -8
  9. package/es/components/Alert/index.d.ts +15 -15
  10. package/es/components/Anchor/Anchor.mjs +1 -1
  11. package/es/components/Anchor/Anchor.type.d.ts +6 -6
  12. package/es/components/Anchor/Anchor.vue.d.ts +3 -3
  13. package/es/components/Anchor/AnchorLink.mjs +1 -1
  14. package/es/components/Anchor/index.d.ts +8 -8
  15. package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  16. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  17. package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  18. package/es/components/AutoComplete/index.d.ts +600 -660
  19. package/es/components/Avatar/Avatar.mjs +1 -1
  20. package/es/components/Avatar/Avatar.type.d.ts +6 -6
  21. package/es/components/Avatar/Avatar.vue.d.ts +13 -13
  22. package/es/components/Avatar/index.d.ts +25 -25
  23. package/es/components/BackTop/BackTop.mjs +1 -1
  24. package/es/components/BackTop/BackTop.type.d.ts +2 -2
  25. package/es/components/BackTop/BackTop.vue.d.ts +6 -6
  26. package/es/components/BackTop/index.d.ts +12 -12
  27. package/es/components/Badge/Badge.mjs +1 -1
  28. package/es/components/Badge/Badge.type.d.ts +6 -6
  29. package/es/components/Badge/Badge.vue.d.ts +5 -4
  30. package/es/components/Badge/index.d.ts +7 -7
  31. package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  32. package/es/components/Breadcrumb/index.d.ts +2 -2
  33. package/es/components/Button/Button.mjs +1 -1
  34. package/es/components/Button/Button.type.d.ts +21 -21
  35. package/es/components/Button/Button.vue.d.ts +24 -24
  36. package/es/components/Button/ButtonGroup.mjs +1 -1
  37. package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
  38. package/es/components/Button/index.d.ts +50 -50
  39. package/es/components/Calendar/Calendar.mjs +1 -1
  40. package/es/components/Calendar/Calendar.type.d.ts +9 -9
  41. package/es/components/Calendar/Calendar.vue.d.ts +218 -203
  42. package/es/components/Calendar/Header.mjs +1 -1
  43. package/es/components/Calendar/Header.vue.d.ts +119 -104
  44. package/es/components/Calendar/index.d.ts +457 -427
  45. package/es/components/Calendar/table/DateTable.mjs +1 -1
  46. package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
  47. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  48. package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  49. package/es/components/Calendar/table/YearTable.mjs +1 -1
  50. package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
  51. package/es/components/Card/Card.d.ts +6 -6
  52. package/es/components/Card/Card.type.d.ts +4 -4
  53. package/es/components/Card/CardMeta.mjs +1 -1
  54. package/es/components/Card/CardMeta.vue.d.ts +25 -25
  55. package/es/components/Card/index.d.ts +41 -41
  56. package/es/components/Carousel/Carousel.mjs +1 -1
  57. package/es/components/Carousel/Carousel.type.d.ts +15 -15
  58. package/es/components/Carousel/Carousel.vue.d.ts +19 -19
  59. package/es/components/Carousel/CarouselItem.mjs +1 -1
  60. package/es/components/Carousel/index.d.ts +43 -43
  61. package/es/components/Cascader/Cascader.d.ts +17 -17
  62. package/es/components/Cascader/Cascader.type.d.ts +24 -23
  63. package/es/components/Cascader/index.d.ts +37 -37
  64. package/es/components/Checkbox/Checkbox.mjs +1 -1
  65. package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
  66. package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
  67. package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
  68. package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
  69. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  70. package/es/components/Checkbox/index.d.ts +57 -57
  71. package/es/components/Collapse/Collapse.mjs +1 -1
  72. package/es/components/Collapse/Collapse.vue.d.ts +4 -4
  73. package/es/components/Collapse/Collpapse.type.d.ts +6 -6
  74. package/es/components/Collapse/Panel.mjs +1 -1
  75. package/es/components/Collapse/Panel.vue.d.ts +5 -23
  76. package/es/components/Collapse/index.d.ts +13 -31
  77. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  78. package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  79. package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  80. package/es/components/ColorPicker/index.d.ts +260 -260
  81. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  82. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  83. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  84. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  85. package/es/components/Comment/index.d.ts +1 -1
  86. package/es/components/ConfigProvider/index.d.ts +1 -1
  87. package/es/components/DatePicker/DatePicker.mjs +1 -1
  88. package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
  89. package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
  90. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  91. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  92. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  93. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  94. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  95. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  96. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  97. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  98. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  99. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  100. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  101. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  102. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  103. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  104. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  105. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  106. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  107. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  108. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  109. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  110. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  111. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  112. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  113. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  114. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  115. package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  116. package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
  117. package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  118. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  119. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  120. package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
  121. package/es/components/DatePicker/index.d.ts +1117 -1117
  122. package/es/components/DatePicker/utils.d.ts +3 -3
  123. package/es/components/Divider/Divider.mjs +1 -1
  124. package/es/components/Divider/Divider.type.d.ts +9 -9
  125. package/es/components/Divider/Divider.vue.d.ts +9 -9
  126. package/es/components/Divider/index.d.ts +16 -16
  127. package/es/components/Drawer/Drawer.d.ts +6 -5
  128. package/es/components/Drawer/Drawer.type.d.ts +10 -10
  129. package/es/components/Drawer/index.d.ts +9 -9
  130. package/es/components/Dropdown/Dropdown.mjs +1 -1
  131. package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
  132. package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
  133. package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
  134. package/es/components/Dropdown/index.d.ts +30 -30
  135. package/es/components/Empty/Empty.d.ts +8 -8
  136. package/es/components/Empty/Empty.type.d.ts +5 -5
  137. package/es/components/Empty/index.d.ts +27 -27
  138. package/es/components/Form/Form.mjs +1 -1
  139. package/es/components/Form/Form.type.d.ts +12 -12
  140. package/es/components/Form/Form.vue.d.ts +10 -10
  141. package/es/components/Form/FormItem.d.ts +3 -3
  142. package/es/components/Form/index.d.ts +25 -25
  143. package/es/components/Grid/Col.mjs +1 -1
  144. package/es/components/Grid/Grid.type.d.ts +11 -11
  145. package/es/components/Grid/Row.mjs +1 -1
  146. package/es/components/Grid/Row.vue.d.ts +4 -4
  147. package/es/components/Grid/index.d.ts +5 -5
  148. package/es/components/Icon/Icon.mjs +1 -1
  149. package/es/components/Icon/Icon.type.d.ts +3 -3
  150. package/es/components/Icon/Icon.vue.d.ts +2 -2
  151. package/es/components/Icon/index.d.ts +4 -4
  152. package/es/components/Image/Image.mjs +1 -1
  153. package/es/components/Image/Image.type.d.ts +6 -6
  154. package/es/components/Image/Image.vue.d.ts +6 -6
  155. package/es/components/Image/ImgViewer.mjs +1 -1
  156. package/es/components/Image/ImgViewer.vue.d.ts +4 -4
  157. package/es/components/Image/index.d.ts +17 -17
  158. package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  159. package/es/components/InfoView/InfoView.mjs +1 -1
  160. package/es/components/InfoView/InfoView.type.d.ts +9 -8
  161. package/es/components/InfoView/InfoView.vue.d.ts +13 -13
  162. package/es/components/InfoView/index.d.ts +30 -30
  163. package/es/components/Input/Input.d.ts +26 -26
  164. package/es/components/Input/Input.type.d.ts +13 -13
  165. package/es/components/Input/index.d.ts +45 -45
  166. package/es/components/InputNumber/InputNumber.d.ts +36 -36
  167. package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
  168. package/es/components/InputNumber/SingleInput.d.ts +10 -9
  169. package/es/components/InputNumber/index.d.ts +100 -100
  170. package/es/components/InputNumber/utils.d.ts +2 -2
  171. package/es/components/Layout/Content.mjs +1 -1
  172. package/es/components/Layout/Footer.mjs +1 -1
  173. package/es/components/Layout/Header.mjs +1 -1
  174. package/es/components/Layout/Layout.mjs +1 -1
  175. package/es/components/Layout/Layout.type.d.ts +6 -5
  176. package/es/components/Layout/Sider.mjs +1 -1
  177. package/es/components/Layout/Sider.vue.d.ts +10 -10
  178. package/es/components/Layout/index.d.ts +12 -12
  179. package/es/components/Link/Link.mjs +1 -1
  180. package/es/components/Link/Link.type.d.ts +5 -5
  181. package/es/components/Link/Link.vue.d.ts +10 -10
  182. package/es/components/Link/index.d.ts +18 -18
  183. package/es/components/List/List.mjs +1 -1
  184. package/es/components/List/List.type.d.ts +11 -10
  185. package/es/components/List/List.vue.d.ts +49 -53
  186. package/es/components/List/ListItem.d.ts +2 -2
  187. package/es/components/List/ListItemMeta.mjs +1 -1
  188. package/es/components/List/ListItemMeta.vue.d.ts +25 -25
  189. package/es/components/List/index.d.ts +161 -169
  190. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  191. package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  192. package/es/components/LoadingBar/index.d.ts +1 -1
  193. package/es/components/Mask/Mask.type.d.ts +3 -3
  194. package/es/components/Mask/index.d.ts +1 -1
  195. package/es/components/Mention/Mention.mjs +1 -1
  196. package/es/components/Mention/Mentions.type.d.ts +3 -3
  197. package/es/components/Mention/MentionsSelect.mjs +1 -1
  198. package/es/components/Menu/Menu.d.ts +4 -4
  199. package/es/components/Menu/Menu.type.d.ts +22 -21
  200. package/es/components/Menu/MenuDivider.mjs +1 -1
  201. package/es/components/Menu/MenuItem.mjs +1 -1
  202. package/es/components/Menu/MenuItem.vue.d.ts +29 -29
  203. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  204. package/es/components/Menu/SubMenu.mjs +1 -1
  205. package/es/components/Menu/SubMenu.vue.d.ts +17 -35
  206. package/es/components/Menu/index.d.ts +63 -81
  207. package/es/components/Message/Message.d.ts +1 -1
  208. package/es/components/Message/Message.type.d.ts +1 -1
  209. package/es/components/Message/index.d.ts +1 -1
  210. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  211. package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  212. package/es/components/Modal/Modal.mjs +1 -1
  213. package/es/components/Modal/Modal.type.d.ts +6 -6
  214. package/es/components/Modal/Modal.vue.d.ts +67 -67
  215. package/es/components/Modal/index.d.ts +144 -150
  216. package/es/components/Notice/Notice.type.d.ts +3 -3
  217. package/es/components/Notice/index.d.ts +1 -1
  218. package/es/components/Notification/Notication.type.d.ts +1 -1
  219. package/es/components/Notification/Notice.mjs +1 -1
  220. package/es/components/Notification/Notice.vue.d.ts +4 -4
  221. package/es/components/Notification/Notification.mjs +1 -1
  222. package/es/components/Notification/Notification.vue.d.ts +4 -4
  223. package/es/components/PageHeader/PageHeader.mjs +1 -1
  224. package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
  225. package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
  226. package/es/components/PageHeader/index.d.ts +43 -43
  227. package/es/components/Pagination/Options.d.ts +6 -5
  228. package/es/components/Pagination/Pager.mjs +1 -1
  229. package/es/components/Pagination/Pager.vue.d.ts +4 -4
  230. package/es/components/Pagination/Pagination.d.ts +20 -20
  231. package/es/components/Pagination/Pagination.type.d.ts +10 -10
  232. package/es/components/Pagination/index.d.ts +42 -42
  233. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  234. package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  235. package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  236. package/es/components/PopConfirm/index.d.ts +162 -162
  237. package/es/components/Popover/Popover.mjs +1 -1
  238. package/es/components/Popover/Popover.type.d.ts +9 -8
  239. package/es/components/Popover/Popover.vue.d.ts +12 -12
  240. package/es/components/Popover/index.d.ts +22 -22
  241. package/es/components/Popup/Popup.d.ts +6 -6
  242. package/es/components/Popup/Popup.type.d.ts +9 -8
  243. package/es/components/Progress/Circle.d.ts +9 -8
  244. package/es/components/Progress/Line.mjs +1 -1
  245. package/es/components/Progress/Line.vue.d.ts +9 -8
  246. package/es/components/Progress/Progress.mjs +1 -1
  247. package/es/components/Progress/Progress.type.d.ts +11 -11
  248. package/es/components/Progress/Progress.vue.d.ts +31 -31
  249. package/es/components/Progress/Water.mjs +1 -1
  250. package/es/components/Progress/Water.vue.d.ts +5 -4
  251. package/es/components/Progress/index.d.ts +63 -63
  252. package/es/components/Radio/Radio.mjs +1 -1
  253. package/es/components/Radio/Radio.type.d.ts +20 -20
  254. package/es/components/Radio/Radio.vue.d.ts +11 -11
  255. package/es/components/Radio/RadioGroup.d.ts +13 -13
  256. package/es/components/Radio/index.d.ts +37 -37
  257. package/es/components/Rate/Rate.mjs +1 -1
  258. package/es/components/Rate/Rate.type.d.ts +3 -3
  259. package/es/components/Rate/Rate.vue.d.ts +29 -29
  260. package/es/components/Rate/Star.mjs +1 -1
  261. package/es/components/Rate/Star.vue.d.ts +4 -4
  262. package/es/components/Rate/index.d.ts +59 -59
  263. package/es/components/Result/Result.mjs +1 -1
  264. package/es/components/Result/Result.type.d.ts +4 -4
  265. package/es/components/Result/Result.vue.d.ts +6 -6
  266. package/es/components/Result/index.d.ts +12 -12
  267. package/es/components/Scrollbar/index.d.ts +1 -1
  268. package/es/components/Scrollbar/utils.d.ts +1 -1
  269. package/es/components/Select/DropdownMenu.mjs +1 -1
  270. package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
  271. package/es/components/Select/RefSelect.mjs +3 -2
  272. package/es/components/Select/RefSelect.mjs.map +1 -1
  273. package/es/components/Select/RefSelect.vue.d.ts +201 -182
  274. package/es/components/Select/Select.d.ts +34 -25
  275. package/es/components/Select/Select.type.d.ts +23 -18
  276. package/es/components/Select/Select.type.mjs +4 -0
  277. package/es/components/Select/Select.type.mjs.map +1 -1
  278. package/es/components/Select/Selection/Input.mjs +1 -1
  279. package/es/components/Select/Selection/Input.vue.d.ts +3 -3
  280. package/es/components/Select/Selection/Multiple.mjs +5 -4
  281. package/es/components/Select/Selection/Multiple.mjs.map +1 -1
  282. package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
  283. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
  284. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
  285. package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
  286. package/es/components/Select/Selection/MultipleBase.mjs +18 -3
  287. package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
  288. package/es/components/Select/Selection/Selection.mjs +7 -2
  289. package/es/components/Select/Selection/Selection.mjs.map +1 -1
  290. package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
  291. package/es/components/Select/Selection/Single.mjs +1 -1
  292. package/es/components/Select/Selection/Single.vue.d.ts +6 -8
  293. package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
  294. package/es/components/Select/index.d.ts +64 -49
  295. package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
  296. package/es/components/Skeleton/Skeleton.mjs +1 -1
  297. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  298. package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  299. package/es/components/Skeleton/index.d.ts +5 -5
  300. package/es/components/Slider/Handle.mjs +1 -1
  301. package/es/components/Slider/Marks.mjs +1 -1
  302. package/es/components/Slider/Slider.d.ts +8 -8
  303. package/es/components/Slider/Slider.type.d.ts +8 -8
  304. package/es/components/Slider/Steps.mjs +1 -1
  305. package/es/components/Slider/index.d.ts +10 -10
  306. package/es/components/Space/Space.d.ts +4 -4
  307. package/es/components/Space/Space.type.d.ts +8 -8
  308. package/es/components/Space/index.d.ts +7 -7
  309. package/es/components/Spin/Spin.mjs +1 -1
  310. package/es/components/Spin/Spin.type.d.ts +7 -6
  311. package/es/components/Spin/Spin.vue.d.ts +7 -7
  312. package/es/components/Spin/index.d.ts +13 -13
  313. package/es/components/Statistic/Statistic.mjs +1 -1
  314. package/es/components/Statistic/Statistic.type.d.ts +2 -2
  315. package/es/components/Statistic/Statistic.vue.d.ts +31 -31
  316. package/es/components/Statistic/index.d.ts +62 -62
  317. package/es/components/Steps/Step.mjs +1 -1
  318. package/es/components/Steps/Step.vue.d.ts +8 -8
  319. package/es/components/Steps/Steps.mjs +1 -1
  320. package/es/components/Steps/Steps.type.d.ts +14 -14
  321. package/es/components/Steps/Steps.vue.d.ts +11 -11
  322. package/es/components/Steps/index.d.ts +28 -28
  323. package/es/components/Switch/Switch.mjs +1 -1
  324. package/es/components/Switch/Switch.type.d.ts +11 -10
  325. package/es/components/Switch/Switch.vue.d.ts +11 -11
  326. package/es/components/Switch/index.d.ts +20 -20
  327. package/es/components/Table/BaseTable.mjs +1 -1
  328. package/es/components/Table/BaseTable.vue.d.ts +376 -394
  329. package/es/components/Table/BodyTable.mjs +1 -1
  330. package/es/components/Table/BodyTable.vue.d.ts +376 -394
  331. package/es/components/Table/HeadTable.mjs +1 -1
  332. package/es/components/Table/HeadTable.vue.d.ts +376 -394
  333. package/es/components/Table/Table.mjs +1 -1
  334. package/es/components/Table/Table.type.d.ts +20 -20
  335. package/es/components/Table/Table.vue.d.ts +822 -858
  336. package/es/components/Table/TableBox.mjs +1 -1
  337. package/es/components/Table/TableBox.vue.d.ts +752 -788
  338. package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  339. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  340. package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
  341. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  342. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  343. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  344. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  345. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  346. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  347. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  348. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  349. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  350. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  351. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  352. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  353. package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  354. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  355. package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  356. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  357. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  358. package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
  359. package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
  360. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  361. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  362. package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  363. package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
  364. package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
  365. package/es/components/Tabs/TabBar.mjs +1 -1
  366. package/es/components/Tabs/TabBar.vue.d.ts +3 -3
  367. package/es/components/Tabs/TabNav.mjs +1 -1
  368. package/es/components/Tabs/TabNav.vue.d.ts +21 -21
  369. package/es/components/Tabs/TabPane.mjs +1 -1
  370. package/es/components/Tabs/Tabs.d.ts +30 -30
  371. package/es/components/Tabs/Tabs.type.d.ts +23 -22
  372. package/es/components/Tabs/index.d.ts +85 -85
  373. package/es/components/Tag/Tag.mjs +1 -1
  374. package/es/components/Tag/Tag.type.d.ts +4 -4
  375. package/es/components/Tag/Tag.vue.d.ts +7 -7
  376. package/es/components/Tag/index.d.ts +15 -15
  377. package/es/components/Text/Text.d.ts +6 -6
  378. package/es/components/Text/Text.type.d.ts +10 -10
  379. package/es/components/Text/index.d.ts +22 -22
  380. package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  381. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  382. package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  383. package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  384. package/es/components/ThemePanel/index.d.ts +194 -194
  385. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  386. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  387. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  388. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  389. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  390. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  391. package/es/components/TimePicker/TimePicker.mjs +1 -1
  392. package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
  393. package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
  394. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  395. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  396. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  397. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  398. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  399. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  400. package/es/components/TimePicker/index.d.ts +395 -395
  401. package/es/components/TimePicker/utils.d.ts +3 -3
  402. package/es/components/Timeline/Timeline.d.ts +3 -3
  403. package/es/components/Timeline/Timeline.type.d.ts +6 -6
  404. package/es/components/Timeline/TimelineItem.mjs +1 -1
  405. package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
  406. package/es/components/Timeline/index.d.ts +16 -22
  407. package/es/components/Toggle/Toggle.mjs +1 -1
  408. package/es/components/Toggle/Toggle.type.d.ts +1 -1
  409. package/es/components/Toggle/index.d.ts +1 -1
  410. package/es/components/Tooltip/Tooltip.mjs +1 -1
  411. package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
  412. package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
  413. package/es/components/Tooltip/index.d.ts +25 -25
  414. package/es/components/Transfer/Operation.mjs +1 -1
  415. package/es/components/Transfer/Operation.vue.d.ts +50 -50
  416. package/es/components/Transfer/Transfer.mjs +1 -1
  417. package/es/components/Transfer/Transfer.type.d.ts +8 -7
  418. package/es/components/Transfer/Transfer.vue.d.ts +838 -838
  419. package/es/components/Transfer/TransferList.mjs +1 -1
  420. package/es/components/Transfer/TransferList.vue.d.ts +180 -180
  421. package/es/components/Transfer/TransferListItem.mjs +1 -1
  422. package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
  423. package/es/components/Transfer/index.d.ts +2212 -2212
  424. package/es/components/Tree/SubTree.mjs +1 -1
  425. package/es/components/Tree/SubTree.vue.d.ts +92 -110
  426. package/es/components/Tree/Tree.mjs +1 -1
  427. package/es/components/Tree/Tree.type.d.ts +6 -6
  428. package/es/components/Tree/Tree.vue.d.ts +99 -125
  429. package/es/components/Tree/TreeNode.mjs +1 -1
  430. package/es/components/Tree/TreeNode.vue.d.ts +64 -82
  431. package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
  432. package/es/components/Tree/index.d.ts +203 -263
  433. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  434. package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  435. package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  436. package/es/components/TreeSelect/index.d.ts +802 -890
  437. package/es/components/Upload/Upload.d.ts +2 -2
  438. package/es/components/Upload/Upload.type.d.ts +13 -13
  439. package/es/components/Upload/UploadDragger.mjs +1 -1
  440. package/es/components/Upload/UploadList.mjs +1 -1
  441. package/es/components/Upload/UploadList.vue.d.ts +68 -68
  442. package/es/components/Upload/Uploader.mjs +1 -1
  443. package/es/components/Upload/index.d.ts +7 -7
  444. package/es/components/VirtualList/ListContent.mjs +1 -1
  445. package/es/components/VirtualList/VirtualList.mjs +1 -1
  446. package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
  447. package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
  448. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  449. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  450. package/es/components/VirtualList/index.d.ts +31 -35
  451. package/es/components/base/CollapseTransition.d.ts +1 -1
  452. package/es/components/base/HighlightText.mjs +1 -1
  453. package/es/components/base/RenderEmpty.mjs +1 -1
  454. package/es/components/base/RenderEmpty.vue.d.ts +6 -6
  455. package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
  456. package/es/components/base/hooks/useDelaySet.d.ts +3 -3
  457. package/es/components/base/hooks/useLock.d.ts +2 -2
  458. package/es/index.d.ts +1 -1
  459. package/es/utils/globalType.d.ts +8 -8
  460. package/es/utils/install.d.ts +2 -2
  461. package/es/utils/placements.d.ts +1 -1
  462. package/es/utils/responsiveObserve.d.ts +2 -2
  463. package/es/utils/slots.d.ts +2 -2
  464. package/lib/components/Affix/Affix.js +1 -1
  465. package/lib/components/Affix/Affix.type.d.ts +3 -3
  466. package/lib/components/Affix/Affix.vue.d.ts +2 -2
  467. package/lib/components/Affix/index.d.ts +4 -4
  468. package/lib/components/Alert/Alert.js +1 -1
  469. package/lib/components/Alert/Alert.type.d.ts +4 -4
  470. package/lib/components/Alert/Alert.vue.d.ts +8 -8
  471. package/lib/components/Alert/index.d.ts +15 -15
  472. package/lib/components/Anchor/Anchor.js +1 -1
  473. package/lib/components/Anchor/Anchor.type.d.ts +6 -6
  474. package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
  475. package/lib/components/Anchor/AnchorLink.js +1 -1
  476. package/lib/components/Anchor/index.d.ts +8 -8
  477. package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  478. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  479. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  480. package/lib/components/AutoComplete/index.d.ts +600 -660
  481. package/lib/components/Avatar/Avatar.js +1 -1
  482. package/lib/components/Avatar/Avatar.type.d.ts +6 -6
  483. package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
  484. package/lib/components/Avatar/index.d.ts +25 -25
  485. package/lib/components/BackTop/BackTop.js +1 -1
  486. package/lib/components/BackTop/BackTop.type.d.ts +2 -2
  487. package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
  488. package/lib/components/BackTop/index.d.ts +12 -12
  489. package/lib/components/Badge/Badge.js +1 -1
  490. package/lib/components/Badge/Badge.type.d.ts +6 -6
  491. package/lib/components/Badge/Badge.vue.d.ts +5 -4
  492. package/lib/components/Badge/index.d.ts +7 -7
  493. package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  494. package/lib/components/Breadcrumb/index.d.ts +2 -2
  495. package/lib/components/Button/Button.js +1 -1
  496. package/lib/components/Button/Button.type.d.ts +21 -21
  497. package/lib/components/Button/Button.vue.d.ts +24 -24
  498. package/lib/components/Button/ButtonGroup.js +1 -1
  499. package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
  500. package/lib/components/Button/index.d.ts +50 -50
  501. package/lib/components/Calendar/Calendar.js +1 -1
  502. package/lib/components/Calendar/Calendar.type.d.ts +9 -9
  503. package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
  504. package/lib/components/Calendar/Header.js +1 -1
  505. package/lib/components/Calendar/Header.vue.d.ts +119 -104
  506. package/lib/components/Calendar/index.d.ts +457 -427
  507. package/lib/components/Calendar/table/DateTable.js +1 -1
  508. package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
  509. package/lib/components/Calendar/table/MonthTable.js +1 -1
  510. package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  511. package/lib/components/Calendar/table/YearTable.js +1 -1
  512. package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
  513. package/lib/components/Card/Card.d.ts +6 -6
  514. package/lib/components/Card/Card.type.d.ts +4 -4
  515. package/lib/components/Card/CardMeta.js +1 -1
  516. package/lib/components/Card/CardMeta.vue.d.ts +25 -25
  517. package/lib/components/Card/index.d.ts +41 -41
  518. package/lib/components/Carousel/Carousel.js +1 -1
  519. package/lib/components/Carousel/Carousel.type.d.ts +15 -15
  520. package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
  521. package/lib/components/Carousel/CarouselItem.js +1 -1
  522. package/lib/components/Carousel/index.d.ts +43 -43
  523. package/lib/components/Cascader/Cascader.d.ts +17 -17
  524. package/lib/components/Cascader/Cascader.type.d.ts +24 -23
  525. package/lib/components/Cascader/index.d.ts +37 -37
  526. package/lib/components/Checkbox/Checkbox.js +1 -1
  527. package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
  528. package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
  529. package/lib/components/Checkbox/CheckboxGroup.js +5 -2
  530. package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
  531. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  532. package/lib/components/Checkbox/index.d.ts +57 -57
  533. package/lib/components/Collapse/Collapse.js +1 -1
  534. package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
  535. package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
  536. package/lib/components/Collapse/Panel.js +1 -1
  537. package/lib/components/Collapse/Panel.vue.d.ts +5 -23
  538. package/lib/components/Collapse/index.d.ts +13 -31
  539. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  540. package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  541. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  542. package/lib/components/ColorPicker/index.d.ts +260 -260
  543. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  544. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  545. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  546. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  547. package/lib/components/Comment/index.d.ts +1 -1
  548. package/lib/components/ConfigProvider/index.d.ts +1 -1
  549. package/lib/components/DatePicker/DatePicker.js +1 -1
  550. package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
  551. package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
  552. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  553. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  554. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  555. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  556. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  557. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  558. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  559. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  560. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  561. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  562. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  563. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  564. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  565. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  566. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  567. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  568. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  569. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  570. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  571. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  572. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  573. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  574. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  575. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  576. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  577. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  578. package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
  579. package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  580. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  581. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  582. package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
  583. package/lib/components/DatePicker/index.d.ts +1117 -1117
  584. package/lib/components/DatePicker/utils.d.ts +3 -3
  585. package/lib/components/Divider/Divider.js +1 -1
  586. package/lib/components/Divider/Divider.type.d.ts +9 -9
  587. package/lib/components/Divider/Divider.vue.d.ts +9 -9
  588. package/lib/components/Divider/index.d.ts +16 -16
  589. package/lib/components/Drawer/Drawer.d.ts +6 -5
  590. package/lib/components/Drawer/Drawer.type.d.ts +10 -10
  591. package/lib/components/Drawer/index.d.ts +9 -9
  592. package/lib/components/Dropdown/Dropdown.js +1 -1
  593. package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
  594. package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
  595. package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
  596. package/lib/components/Dropdown/index.d.ts +30 -30
  597. package/lib/components/Empty/Empty.d.ts +8 -8
  598. package/lib/components/Empty/Empty.type.d.ts +5 -5
  599. package/lib/components/Empty/index.d.ts +27 -27
  600. package/lib/components/Form/Form.js +1 -1
  601. package/lib/components/Form/Form.type.d.ts +12 -12
  602. package/lib/components/Form/Form.vue.d.ts +10 -10
  603. package/lib/components/Form/FormItem.d.ts +3 -3
  604. package/lib/components/Form/index.d.ts +25 -25
  605. package/lib/components/Grid/Col.js +1 -1
  606. package/lib/components/Grid/Grid.type.d.ts +11 -11
  607. package/lib/components/Grid/Row.js +1 -1
  608. package/lib/components/Grid/Row.vue.d.ts +4 -4
  609. package/lib/components/Grid/index.d.ts +5 -5
  610. package/lib/components/Icon/Icon.js +1 -1
  611. package/lib/components/Icon/Icon.type.d.ts +3 -3
  612. package/lib/components/Icon/Icon.vue.d.ts +2 -2
  613. package/lib/components/Icon/index.d.ts +4 -4
  614. package/lib/components/Image/Image.js +1 -1
  615. package/lib/components/Image/Image.type.d.ts +6 -6
  616. package/lib/components/Image/Image.vue.d.ts +6 -6
  617. package/lib/components/Image/ImgViewer.js +1 -1
  618. package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
  619. package/lib/components/Image/index.d.ts +17 -17
  620. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  621. package/lib/components/InfoView/InfoView.js +1 -1
  622. package/lib/components/InfoView/InfoView.type.d.ts +9 -8
  623. package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
  624. package/lib/components/InfoView/index.d.ts +30 -30
  625. package/lib/components/Input/Input.d.ts +26 -26
  626. package/lib/components/Input/Input.type.d.ts +13 -13
  627. package/lib/components/Input/index.d.ts +45 -45
  628. package/lib/components/InputNumber/InputNumber.d.ts +36 -36
  629. package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
  630. package/lib/components/InputNumber/SingleInput.d.ts +10 -9
  631. package/lib/components/InputNumber/index.d.ts +100 -100
  632. package/lib/components/InputNumber/utils.d.ts +2 -2
  633. package/lib/components/Layout/Content.js +1 -1
  634. package/lib/components/Layout/Footer.js +1 -1
  635. package/lib/components/Layout/Header.js +1 -1
  636. package/lib/components/Layout/Layout.js +1 -1
  637. package/lib/components/Layout/Layout.type.d.ts +6 -5
  638. package/lib/components/Layout/Sider.js +1 -1
  639. package/lib/components/Layout/Sider.vue.d.ts +10 -10
  640. package/lib/components/Layout/index.d.ts +12 -12
  641. package/lib/components/Link/Link.js +1 -1
  642. package/lib/components/Link/Link.type.d.ts +5 -5
  643. package/lib/components/Link/Link.vue.d.ts +10 -10
  644. package/lib/components/Link/index.d.ts +18 -18
  645. package/lib/components/List/List.js +1 -1
  646. package/lib/components/List/List.type.d.ts +11 -10
  647. package/lib/components/List/List.vue.d.ts +49 -53
  648. package/lib/components/List/ListItem.d.ts +2 -2
  649. package/lib/components/List/ListItemMeta.js +1 -1
  650. package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
  651. package/lib/components/List/index.d.ts +161 -169
  652. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  653. package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  654. package/lib/components/LoadingBar/index.d.ts +1 -1
  655. package/lib/components/Mask/Mask.type.d.ts +3 -3
  656. package/lib/components/Mask/index.d.ts +1 -1
  657. package/lib/components/Mention/Mention.js +1 -1
  658. package/lib/components/Mention/Mentions.type.d.ts +3 -3
  659. package/lib/components/Mention/MentionsSelect.js +1 -1
  660. package/lib/components/Menu/Menu.d.ts +4 -4
  661. package/lib/components/Menu/Menu.type.d.ts +22 -21
  662. package/lib/components/Menu/MenuDivider.js +1 -1
  663. package/lib/components/Menu/MenuItem.js +1 -1
  664. package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
  665. package/lib/components/Menu/MenuItemGroup.js +1 -1
  666. package/lib/components/Menu/SubMenu.js +1 -1
  667. package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
  668. package/lib/components/Menu/index.d.ts +63 -81
  669. package/lib/components/Message/Message.d.ts +1 -1
  670. package/lib/components/Message/Message.type.d.ts +1 -1
  671. package/lib/components/Message/index.d.ts +1 -1
  672. package/lib/components/Modal/ConfirmDialog.js +1 -1
  673. package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  674. package/lib/components/Modal/Modal.js +1 -1
  675. package/lib/components/Modal/Modal.type.d.ts +6 -6
  676. package/lib/components/Modal/Modal.vue.d.ts +67 -67
  677. package/lib/components/Modal/index.d.ts +144 -150
  678. package/lib/components/Notice/Notice.type.d.ts +3 -3
  679. package/lib/components/Notice/index.d.ts +1 -1
  680. package/lib/components/Notification/Notication.type.d.ts +1 -1
  681. package/lib/components/Notification/Notice.js +1 -1
  682. package/lib/components/Notification/Notice.vue.d.ts +4 -4
  683. package/lib/components/Notification/Notification.js +1 -1
  684. package/lib/components/Notification/Notification.vue.d.ts +4 -4
  685. package/lib/components/PageHeader/PageHeader.js +1 -1
  686. package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
  687. package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
  688. package/lib/components/PageHeader/index.d.ts +43 -43
  689. package/lib/components/Pagination/Options.d.ts +6 -5
  690. package/lib/components/Pagination/Pager.js +1 -1
  691. package/lib/components/Pagination/Pager.vue.d.ts +4 -4
  692. package/lib/components/Pagination/Pagination.d.ts +20 -20
  693. package/lib/components/Pagination/Pagination.type.d.ts +10 -10
  694. package/lib/components/Pagination/index.d.ts +42 -42
  695. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  696. package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  697. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  698. package/lib/components/PopConfirm/index.d.ts +162 -162
  699. package/lib/components/Popover/Popover.js +1 -1
  700. package/lib/components/Popover/Popover.type.d.ts +9 -8
  701. package/lib/components/Popover/Popover.vue.d.ts +12 -12
  702. package/lib/components/Popover/index.d.ts +22 -22
  703. package/lib/components/Popup/Popup.d.ts +6 -6
  704. package/lib/components/Popup/Popup.type.d.ts +9 -8
  705. package/lib/components/Progress/Circle.d.ts +9 -8
  706. package/lib/components/Progress/Line.js +1 -1
  707. package/lib/components/Progress/Line.vue.d.ts +9 -8
  708. package/lib/components/Progress/Progress.js +1 -1
  709. package/lib/components/Progress/Progress.type.d.ts +11 -11
  710. package/lib/components/Progress/Progress.vue.d.ts +31 -31
  711. package/lib/components/Progress/Water.js +1 -1
  712. package/lib/components/Progress/Water.vue.d.ts +5 -4
  713. package/lib/components/Progress/index.d.ts +63 -63
  714. package/lib/components/Radio/Radio.js +1 -1
  715. package/lib/components/Radio/Radio.type.d.ts +20 -20
  716. package/lib/components/Radio/Radio.vue.d.ts +11 -11
  717. package/lib/components/Radio/RadioGroup.d.ts +13 -13
  718. package/lib/components/Radio/index.d.ts +37 -37
  719. package/lib/components/Rate/Rate.js +1 -1
  720. package/lib/components/Rate/Rate.type.d.ts +3 -3
  721. package/lib/components/Rate/Rate.vue.d.ts +29 -29
  722. package/lib/components/Rate/Star.js +1 -1
  723. package/lib/components/Rate/Star.vue.d.ts +4 -4
  724. package/lib/components/Rate/index.d.ts +59 -59
  725. package/lib/components/Result/Result.js +1 -1
  726. package/lib/components/Result/Result.type.d.ts +4 -4
  727. package/lib/components/Result/Result.vue.d.ts +6 -6
  728. package/lib/components/Result/index.d.ts +12 -12
  729. package/lib/components/Scrollbar/index.d.ts +1 -1
  730. package/lib/components/Scrollbar/utils.d.ts +1 -1
  731. package/lib/components/Select/DropdownMenu.js +1 -1
  732. package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
  733. package/lib/components/Select/RefSelect.js +3 -2
  734. package/lib/components/Select/RefSelect.js.map +1 -1
  735. package/lib/components/Select/RefSelect.vue.d.ts +201 -182
  736. package/lib/components/Select/Select.d.ts +34 -25
  737. package/lib/components/Select/Select.type.d.ts +23 -18
  738. package/lib/components/Select/Select.type.js +4 -0
  739. package/lib/components/Select/Select.type.js.map +1 -1
  740. package/lib/components/Select/Selection/Input.js +1 -1
  741. package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
  742. package/lib/components/Select/Selection/Multiple.js +5 -4
  743. package/lib/components/Select/Selection/Multiple.js.map +1 -1
  744. package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
  745. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
  746. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
  747. package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
  748. package/lib/components/Select/Selection/MultipleBase.js +18 -3
  749. package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
  750. package/lib/components/Select/Selection/Selection.js +7 -2
  751. package/lib/components/Select/Selection/Selection.js.map +1 -1
  752. package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
  753. package/lib/components/Select/Selection/Single.js +1 -1
  754. package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
  755. package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
  756. package/lib/components/Select/index.d.ts +64 -49
  757. package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
  758. package/lib/components/Skeleton/Skeleton.js +1 -1
  759. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  760. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  761. package/lib/components/Skeleton/index.d.ts +5 -5
  762. package/lib/components/Slider/Handle.js +1 -1
  763. package/lib/components/Slider/Marks.js +1 -1
  764. package/lib/components/Slider/Slider.d.ts +8 -8
  765. package/lib/components/Slider/Slider.type.d.ts +8 -8
  766. package/lib/components/Slider/Steps.js +1 -1
  767. package/lib/components/Slider/index.d.ts +10 -10
  768. package/lib/components/Space/Space.d.ts +4 -4
  769. package/lib/components/Space/Space.type.d.ts +8 -8
  770. package/lib/components/Space/index.d.ts +7 -7
  771. package/lib/components/Spin/Spin.js +1 -1
  772. package/lib/components/Spin/Spin.type.d.ts +7 -6
  773. package/lib/components/Spin/Spin.vue.d.ts +7 -7
  774. package/lib/components/Spin/index.d.ts +13 -13
  775. package/lib/components/Statistic/Statistic.js +1 -1
  776. package/lib/components/Statistic/Statistic.type.d.ts +2 -2
  777. package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
  778. package/lib/components/Statistic/index.d.ts +62 -62
  779. package/lib/components/Steps/Step.js +1 -1
  780. package/lib/components/Steps/Step.vue.d.ts +8 -8
  781. package/lib/components/Steps/Steps.js +1 -1
  782. package/lib/components/Steps/Steps.type.d.ts +14 -14
  783. package/lib/components/Steps/Steps.vue.d.ts +11 -11
  784. package/lib/components/Steps/index.d.ts +28 -28
  785. package/lib/components/Switch/Switch.js +1 -1
  786. package/lib/components/Switch/Switch.type.d.ts +11 -10
  787. package/lib/components/Switch/Switch.vue.d.ts +11 -11
  788. package/lib/components/Switch/index.d.ts +20 -20
  789. package/lib/components/Table/BaseTable.js +1 -1
  790. package/lib/components/Table/BaseTable.vue.d.ts +376 -394
  791. package/lib/components/Table/BodyTable.js +1 -1
  792. package/lib/components/Table/BodyTable.vue.d.ts +376 -394
  793. package/lib/components/Table/HeadTable.js +1 -1
  794. package/lib/components/Table/HeadTable.vue.d.ts +376 -394
  795. package/lib/components/Table/Table.js +1 -1
  796. package/lib/components/Table/Table.type.d.ts +20 -20
  797. package/lib/components/Table/Table.vue.d.ts +822 -858
  798. package/lib/components/Table/TableBox.js +1 -1
  799. package/lib/components/Table/TableBox.vue.d.ts +752 -788
  800. package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  801. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  802. package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
  803. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  804. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  805. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  806. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  807. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  808. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  809. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  810. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  811. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  812. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  813. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  814. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  815. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  816. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  817. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  818. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  819. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  820. package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
  821. package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
  822. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  823. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  824. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  825. package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
  826. package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
  827. package/lib/components/Tabs/TabBar.js +1 -1
  828. package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
  829. package/lib/components/Tabs/TabNav.js +1 -1
  830. package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
  831. package/lib/components/Tabs/TabPane.js +1 -1
  832. package/lib/components/Tabs/Tabs.d.ts +30 -30
  833. package/lib/components/Tabs/Tabs.type.d.ts +23 -22
  834. package/lib/components/Tabs/index.d.ts +85 -85
  835. package/lib/components/Tag/Tag.js +1 -1
  836. package/lib/components/Tag/Tag.type.d.ts +4 -4
  837. package/lib/components/Tag/Tag.vue.d.ts +7 -7
  838. package/lib/components/Tag/index.d.ts +15 -15
  839. package/lib/components/Text/Text.d.ts +6 -6
  840. package/lib/components/Text/Text.type.d.ts +10 -10
  841. package/lib/components/Text/index.d.ts +22 -22
  842. package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  843. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  844. package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  845. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  846. package/lib/components/ThemePanel/index.d.ts +194 -194
  847. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  848. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  849. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  850. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  851. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  852. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  853. package/lib/components/TimePicker/TimePicker.js +1 -1
  854. package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
  855. package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
  856. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  857. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  858. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  859. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  860. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  861. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  862. package/lib/components/TimePicker/index.d.ts +395 -395
  863. package/lib/components/TimePicker/utils.d.ts +3 -3
  864. package/lib/components/Timeline/Timeline.d.ts +3 -3
  865. package/lib/components/Timeline/Timeline.type.d.ts +6 -6
  866. package/lib/components/Timeline/TimelineItem.js +1 -1
  867. package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
  868. package/lib/components/Timeline/index.d.ts +16 -22
  869. package/lib/components/Toggle/Toggle.js +1 -1
  870. package/lib/components/Toggle/Toggle.type.d.ts +1 -1
  871. package/lib/components/Toggle/index.d.ts +1 -1
  872. package/lib/components/Tooltip/Tooltip.js +1 -1
  873. package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
  874. package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
  875. package/lib/components/Tooltip/index.d.ts +25 -25
  876. package/lib/components/Transfer/Operation.js +1 -1
  877. package/lib/components/Transfer/Operation.vue.d.ts +50 -50
  878. package/lib/components/Transfer/Transfer.js +1 -1
  879. package/lib/components/Transfer/Transfer.type.d.ts +8 -7
  880. package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
  881. package/lib/components/Transfer/TransferList.js +1 -1
  882. package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
  883. package/lib/components/Transfer/TransferListItem.js +1 -1
  884. package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
  885. package/lib/components/Transfer/index.d.ts +2212 -2212
  886. package/lib/components/Tree/SubTree.js +1 -1
  887. package/lib/components/Tree/SubTree.vue.d.ts +92 -110
  888. package/lib/components/Tree/Tree.js +1 -1
  889. package/lib/components/Tree/Tree.type.d.ts +6 -6
  890. package/lib/components/Tree/Tree.vue.d.ts +99 -125
  891. package/lib/components/Tree/TreeNode.js +1 -1
  892. package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
  893. package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
  894. package/lib/components/Tree/index.d.ts +203 -263
  895. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  896. package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  897. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  898. package/lib/components/TreeSelect/index.d.ts +802 -890
  899. package/lib/components/Upload/Upload.d.ts +2 -2
  900. package/lib/components/Upload/Upload.type.d.ts +13 -13
  901. package/lib/components/Upload/UploadDragger.js +1 -1
  902. package/lib/components/Upload/UploadList.js +1 -1
  903. package/lib/components/Upload/UploadList.vue.d.ts +68 -68
  904. package/lib/components/Upload/Uploader.js +1 -1
  905. package/lib/components/Upload/index.d.ts +7 -7
  906. package/lib/components/VirtualList/ListContent.js +1 -1
  907. package/lib/components/VirtualList/VirtualList.js +1 -1
  908. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
  909. package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
  910. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  911. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  912. package/lib/components/VirtualList/index.d.ts +31 -35
  913. package/lib/components/base/CollapseTransition.d.ts +1 -1
  914. package/lib/components/base/HighlightText.js +1 -1
  915. package/lib/components/base/RenderEmpty.js +1 -1
  916. package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
  917. package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
  918. package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
  919. package/lib/components/base/hooks/useLock.d.ts +2 -2
  920. package/lib/index.d.ts +1 -1
  921. package/lib/utils/globalType.d.ts +8 -8
  922. package/lib/utils/install.d.ts +2 -2
  923. package/lib/utils/placements.d.ts +1 -1
  924. package/lib/utils/responsiveObserve.d.ts +2 -2
  925. package/lib/utils/slots.d.ts +2 -2
  926. package/package.json +2 -2
  927. package/types/components/Affix/Affix.type.d.ts +3 -3
  928. package/types/components/Affix/Affix.vue.d.ts +2 -2
  929. package/types/components/Affix/index.d.ts +4 -4
  930. package/types/components/Alert/Alert.type.d.ts +4 -4
  931. package/types/components/Alert/Alert.vue.d.ts +8 -8
  932. package/types/components/Alert/index.d.ts +15 -15
  933. package/types/components/Anchor/Anchor.type.d.ts +6 -6
  934. package/types/components/Anchor/Anchor.vue.d.ts +3 -3
  935. package/types/components/Anchor/index.d.ts +8 -8
  936. package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  937. package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  938. package/types/components/AutoComplete/index.d.ts +600 -660
  939. package/types/components/Avatar/Avatar.type.d.ts +6 -6
  940. package/types/components/Avatar/Avatar.vue.d.ts +13 -13
  941. package/types/components/Avatar/index.d.ts +25 -25
  942. package/types/components/BackTop/BackTop.type.d.ts +2 -2
  943. package/types/components/BackTop/BackTop.vue.d.ts +6 -6
  944. package/types/components/BackTop/index.d.ts +12 -12
  945. package/types/components/Badge/Badge.type.d.ts +6 -6
  946. package/types/components/Badge/Badge.vue.d.ts +5 -4
  947. package/types/components/Badge/index.d.ts +7 -7
  948. package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  949. package/types/components/Breadcrumb/index.d.ts +2 -2
  950. package/types/components/Button/Button.type.d.ts +21 -21
  951. package/types/components/Button/Button.vue.d.ts +24 -24
  952. package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
  953. package/types/components/Button/index.d.ts +50 -50
  954. package/types/components/Calendar/Calendar.type.d.ts +9 -9
  955. package/types/components/Calendar/Calendar.vue.d.ts +218 -203
  956. package/types/components/Calendar/Header.vue.d.ts +119 -104
  957. package/types/components/Calendar/index.d.ts +457 -427
  958. package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
  959. package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  960. package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
  961. package/types/components/Card/Card.d.ts +6 -6
  962. package/types/components/Card/Card.type.d.ts +4 -4
  963. package/types/components/Card/CardMeta.vue.d.ts +25 -25
  964. package/types/components/Card/index.d.ts +41 -41
  965. package/types/components/Carousel/Carousel.type.d.ts +15 -15
  966. package/types/components/Carousel/Carousel.vue.d.ts +19 -19
  967. package/types/components/Carousel/index.d.ts +43 -43
  968. package/types/components/Cascader/Cascader.d.ts +17 -17
  969. package/types/components/Cascader/Cascader.type.d.ts +24 -23
  970. package/types/components/Cascader/index.d.ts +37 -37
  971. package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
  972. package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
  973. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  974. package/types/components/Checkbox/index.d.ts +57 -57
  975. package/types/components/Collapse/Collapse.vue.d.ts +4 -4
  976. package/types/components/Collapse/Collpapse.type.d.ts +6 -6
  977. package/types/components/Collapse/Panel.vue.d.ts +5 -23
  978. package/types/components/Collapse/index.d.ts +13 -31
  979. package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  980. package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  981. package/types/components/ColorPicker/index.d.ts +260 -260
  982. package/types/components/Comment/index.d.ts +1 -1
  983. package/types/components/ConfigProvider/index.d.ts +1 -1
  984. package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
  985. package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
  986. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  987. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  988. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  989. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  990. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  991. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  992. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  993. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  994. package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  995. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  996. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  997. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  998. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  999. package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  1000. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  1001. package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
  1002. package/types/components/DatePicker/index.d.ts +1117 -1117
  1003. package/types/components/DatePicker/utils.d.ts +3 -3
  1004. package/types/components/Divider/Divider.type.d.ts +9 -9
  1005. package/types/components/Divider/Divider.vue.d.ts +9 -9
  1006. package/types/components/Divider/index.d.ts +16 -16
  1007. package/types/components/Drawer/Drawer.d.ts +6 -5
  1008. package/types/components/Drawer/Drawer.type.d.ts +10 -10
  1009. package/types/components/Drawer/index.d.ts +9 -9
  1010. package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
  1011. package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
  1012. package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
  1013. package/types/components/Dropdown/index.d.ts +30 -30
  1014. package/types/components/Empty/Empty.d.ts +8 -8
  1015. package/types/components/Empty/Empty.type.d.ts +5 -5
  1016. package/types/components/Empty/index.d.ts +27 -27
  1017. package/types/components/Form/Form.type.d.ts +12 -12
  1018. package/types/components/Form/Form.vue.d.ts +10 -10
  1019. package/types/components/Form/FormItem.d.ts +3 -3
  1020. package/types/components/Form/index.d.ts +25 -25
  1021. package/types/components/Grid/Grid.type.d.ts +11 -11
  1022. package/types/components/Grid/Row.vue.d.ts +4 -4
  1023. package/types/components/Grid/index.d.ts +5 -5
  1024. package/types/components/Icon/Icon.type.d.ts +3 -3
  1025. package/types/components/Icon/Icon.vue.d.ts +2 -2
  1026. package/types/components/Icon/index.d.ts +4 -4
  1027. package/types/components/Image/Image.type.d.ts +6 -6
  1028. package/types/components/Image/Image.vue.d.ts +6 -6
  1029. package/types/components/Image/ImgViewer.vue.d.ts +4 -4
  1030. package/types/components/Image/index.d.ts +17 -17
  1031. package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  1032. package/types/components/InfoView/InfoView.type.d.ts +9 -8
  1033. package/types/components/InfoView/InfoView.vue.d.ts +13 -13
  1034. package/types/components/InfoView/index.d.ts +30 -30
  1035. package/types/components/Input/Input.d.ts +26 -26
  1036. package/types/components/Input/Input.type.d.ts +13 -13
  1037. package/types/components/Input/index.d.ts +45 -45
  1038. package/types/components/InputNumber/InputNumber.d.ts +36 -36
  1039. package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
  1040. package/types/components/InputNumber/SingleInput.d.ts +10 -9
  1041. package/types/components/InputNumber/index.d.ts +100 -100
  1042. package/types/components/InputNumber/utils.d.ts +2 -2
  1043. package/types/components/Layout/Layout.type.d.ts +6 -5
  1044. package/types/components/Layout/Sider.vue.d.ts +10 -10
  1045. package/types/components/Layout/index.d.ts +12 -12
  1046. package/types/components/Link/Link.type.d.ts +5 -5
  1047. package/types/components/Link/Link.vue.d.ts +10 -10
  1048. package/types/components/Link/index.d.ts +18 -18
  1049. package/types/components/List/List.type.d.ts +11 -10
  1050. package/types/components/List/List.vue.d.ts +49 -53
  1051. package/types/components/List/ListItem.d.ts +2 -2
  1052. package/types/components/List/ListItemMeta.vue.d.ts +25 -25
  1053. package/types/components/List/index.d.ts +161 -169
  1054. package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  1055. package/types/components/LoadingBar/index.d.ts +1 -1
  1056. package/types/components/Mask/Mask.type.d.ts +3 -3
  1057. package/types/components/Mask/index.d.ts +1 -1
  1058. package/types/components/Mention/Mentions.type.d.ts +3 -3
  1059. package/types/components/Menu/Menu.d.ts +4 -4
  1060. package/types/components/Menu/Menu.type.d.ts +22 -21
  1061. package/types/components/Menu/MenuItem.vue.d.ts +29 -29
  1062. package/types/components/Menu/SubMenu.vue.d.ts +17 -35
  1063. package/types/components/Menu/index.d.ts +63 -81
  1064. package/types/components/Message/Message.d.ts +1 -1
  1065. package/types/components/Message/Message.type.d.ts +1 -1
  1066. package/types/components/Message/index.d.ts +1 -1
  1067. package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  1068. package/types/components/Modal/Modal.type.d.ts +6 -6
  1069. package/types/components/Modal/Modal.vue.d.ts +67 -67
  1070. package/types/components/Modal/index.d.ts +144 -150
  1071. package/types/components/Notice/Notice.type.d.ts +3 -3
  1072. package/types/components/Notice/index.d.ts +1 -1
  1073. package/types/components/Notification/Notication.type.d.ts +1 -1
  1074. package/types/components/Notification/Notice.vue.d.ts +4 -4
  1075. package/types/components/Notification/Notification.vue.d.ts +4 -4
  1076. package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
  1077. package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
  1078. package/types/components/PageHeader/index.d.ts +43 -43
  1079. package/types/components/Pagination/Options.d.ts +6 -5
  1080. package/types/components/Pagination/Pager.vue.d.ts +4 -4
  1081. package/types/components/Pagination/Pagination.d.ts +20 -20
  1082. package/types/components/Pagination/Pagination.type.d.ts +10 -10
  1083. package/types/components/Pagination/index.d.ts +42 -42
  1084. package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  1085. package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  1086. package/types/components/PopConfirm/index.d.ts +162 -162
  1087. package/types/components/Popover/Popover.type.d.ts +9 -8
  1088. package/types/components/Popover/Popover.vue.d.ts +12 -12
  1089. package/types/components/Popover/index.d.ts +22 -22
  1090. package/types/components/Popup/Popup.d.ts +6 -6
  1091. package/types/components/Popup/Popup.type.d.ts +9 -8
  1092. package/types/components/Progress/Circle.d.ts +9 -8
  1093. package/types/components/Progress/Line.vue.d.ts +9 -8
  1094. package/types/components/Progress/Progress.type.d.ts +11 -11
  1095. package/types/components/Progress/Progress.vue.d.ts +31 -31
  1096. package/types/components/Progress/Water.vue.d.ts +5 -4
  1097. package/types/components/Progress/index.d.ts +63 -63
  1098. package/types/components/Radio/Radio.type.d.ts +20 -20
  1099. package/types/components/Radio/Radio.vue.d.ts +11 -11
  1100. package/types/components/Radio/RadioGroup.d.ts +13 -13
  1101. package/types/components/Radio/index.d.ts +37 -37
  1102. package/types/components/Rate/Rate.type.d.ts +3 -3
  1103. package/types/components/Rate/Rate.vue.d.ts +29 -29
  1104. package/types/components/Rate/Star.vue.d.ts +4 -4
  1105. package/types/components/Rate/index.d.ts +59 -59
  1106. package/types/components/Result/Result.type.d.ts +4 -4
  1107. package/types/components/Result/Result.vue.d.ts +6 -6
  1108. package/types/components/Result/index.d.ts +12 -12
  1109. package/types/components/Scrollbar/index.d.ts +1 -1
  1110. package/types/components/Scrollbar/utils.d.ts +1 -1
  1111. package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
  1112. package/types/components/Select/RefSelect.vue.d.ts +201 -182
  1113. package/types/components/Select/Select.d.ts +34 -25
  1114. package/types/components/Select/Select.type.d.ts +23 -18
  1115. package/types/components/Select/Selection/Input.vue.d.ts +3 -3
  1116. package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
  1117. package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
  1118. package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
  1119. package/types/components/Select/Selection/Single.vue.d.ts +6 -8
  1120. package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
  1121. package/types/components/Select/index.d.ts +64 -49
  1122. package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
  1123. package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  1124. package/types/components/Skeleton/index.d.ts +5 -5
  1125. package/types/components/Slider/Slider.d.ts +8 -8
  1126. package/types/components/Slider/Slider.type.d.ts +8 -8
  1127. package/types/components/Slider/index.d.ts +10 -10
  1128. package/types/components/Space/Space.d.ts +4 -4
  1129. package/types/components/Space/Space.type.d.ts +8 -8
  1130. package/types/components/Space/index.d.ts +7 -7
  1131. package/types/components/Spin/Spin.type.d.ts +7 -6
  1132. package/types/components/Spin/Spin.vue.d.ts +7 -7
  1133. package/types/components/Spin/index.d.ts +13 -13
  1134. package/types/components/Statistic/Statistic.type.d.ts +2 -2
  1135. package/types/components/Statistic/Statistic.vue.d.ts +31 -31
  1136. package/types/components/Statistic/index.d.ts +62 -62
  1137. package/types/components/Steps/Step.vue.d.ts +8 -8
  1138. package/types/components/Steps/Steps.type.d.ts +14 -14
  1139. package/types/components/Steps/Steps.vue.d.ts +11 -11
  1140. package/types/components/Steps/index.d.ts +28 -28
  1141. package/types/components/Switch/Switch.type.d.ts +11 -10
  1142. package/types/components/Switch/Switch.vue.d.ts +11 -11
  1143. package/types/components/Switch/index.d.ts +20 -20
  1144. package/types/components/Table/BaseTable.vue.d.ts +376 -394
  1145. package/types/components/Table/BodyTable.vue.d.ts +376 -394
  1146. package/types/components/Table/HeadTable.vue.d.ts +376 -394
  1147. package/types/components/Table/Table.type.d.ts +20 -20
  1148. package/types/components/Table/Table.vue.d.ts +822 -858
  1149. package/types/components/Table/TableBox.vue.d.ts +752 -788
  1150. package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  1151. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  1152. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  1153. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  1154. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  1155. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  1156. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  1157. package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  1158. package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  1159. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  1160. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  1161. package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  1162. package/types/components/Tabs/TabBar.vue.d.ts +3 -3
  1163. package/types/components/Tabs/TabNav.vue.d.ts +21 -21
  1164. package/types/components/Tabs/Tabs.d.ts +30 -30
  1165. package/types/components/Tabs/Tabs.type.d.ts +23 -22
  1166. package/types/components/Tabs/index.d.ts +85 -85
  1167. package/types/components/Tag/Tag.type.d.ts +4 -4
  1168. package/types/components/Tag/Tag.vue.d.ts +7 -7
  1169. package/types/components/Tag/index.d.ts +15 -15
  1170. package/types/components/Text/Text.d.ts +6 -6
  1171. package/types/components/Text/Text.type.d.ts +10 -10
  1172. package/types/components/Text/index.d.ts +22 -22
  1173. package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  1174. package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  1175. package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  1176. package/types/components/ThemePanel/index.d.ts +194 -194
  1177. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  1178. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  1179. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  1180. package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
  1181. package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
  1182. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  1183. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  1184. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  1185. package/types/components/TimePicker/index.d.ts +395 -395
  1186. package/types/components/TimePicker/utils.d.ts +3 -3
  1187. package/types/components/Timeline/Timeline.d.ts +3 -3
  1188. package/types/components/Timeline/Timeline.type.d.ts +6 -6
  1189. package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
  1190. package/types/components/Timeline/index.d.ts +16 -22
  1191. package/types/components/Toggle/Toggle.type.d.ts +1 -1
  1192. package/types/components/Toggle/index.d.ts +1 -1
  1193. package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
  1194. package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
  1195. package/types/components/Tooltip/index.d.ts +25 -25
  1196. package/types/components/Transfer/Operation.vue.d.ts +50 -50
  1197. package/types/components/Transfer/Transfer.type.d.ts +8 -7
  1198. package/types/components/Transfer/Transfer.vue.d.ts +838 -838
  1199. package/types/components/Transfer/TransferList.vue.d.ts +180 -180
  1200. package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
  1201. package/types/components/Transfer/index.d.ts +2212 -2212
  1202. package/types/components/Tree/SubTree.vue.d.ts +92 -110
  1203. package/types/components/Tree/Tree.type.d.ts +6 -6
  1204. package/types/components/Tree/Tree.vue.d.ts +99 -125
  1205. package/types/components/Tree/TreeNode.vue.d.ts +64 -82
  1206. package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
  1207. package/types/components/Tree/index.d.ts +203 -263
  1208. package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  1209. package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  1210. package/types/components/TreeSelect/index.d.ts +802 -890
  1211. package/types/components/Upload/Upload.d.ts +2 -2
  1212. package/types/components/Upload/Upload.type.d.ts +13 -13
  1213. package/types/components/Upload/UploadList.vue.d.ts +68 -68
  1214. package/types/components/Upload/index.d.ts +7 -7
  1215. package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
  1216. package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
  1217. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  1218. package/types/components/VirtualList/index.d.ts +31 -35
  1219. package/types/components/base/CollapseTransition.d.ts +1 -1
  1220. package/types/components/base/RenderEmpty.vue.d.ts +6 -6
  1221. package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
  1222. package/types/components/base/hooks/useDelaySet.d.ts +3 -3
  1223. package/types/components/base/hooks/useLock.d.ts +2 -2
  1224. package/types/index.d.ts +1 -1
  1225. package/types/utils/globalType.d.ts +8 -8
  1226. package/types/utils/install.d.ts +2 -2
  1227. package/types/utils/placements.d.ts +1 -1
  1228. package/types/utils/responsiveObserve.d.ts +2 -2
  1229. package/types/utils/slots.d.ts +2 -2
  1230. package/uxd-ui.esm.min.mjs +6 -6
  1231. package/uxd-ui.esm.mjs +40 -11
  1232. package/uxd-ui.umd.js +40 -11
  1233. package/uxd-ui.umd.min.js +6 -6
@@ -29,7 +29,7 @@ export declare const UTree: {
29
29
  default: boolean;
30
30
  };
31
31
  switcherIcon: {
32
- type: import("vue").PropType<import("../..").IconPropType>;
32
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
33
33
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
34
34
  };
35
35
  showLine: {
@@ -89,12 +89,8 @@ export declare const UTree: {
89
89
  localTreeData: import("vue").Ref<{
90
90
  [x: string]: any;
91
91
  key: string | number;
92
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
93
- [key: string]: any;
94
- }>[];
95
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
96
- [key: string]: any;
97
- }>[];
92
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
93
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
98
94
  componentKey: string;
99
95
  dataRef: {
100
96
  [x: string]: any;
@@ -115,12 +111,8 @@ export declare const UTree: {
115
111
  }[], import("./Tree.type").InnerTreeItem[] | {
116
112
  [x: string]: any;
117
113
  key: string | number;
118
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
119
- [key: string]: any;
120
- }>[];
121
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
122
- [key: string]: any;
123
- }>[];
114
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
115
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
124
116
  componentKey: string;
125
117
  dataRef: {
126
118
  [x: string]: any;
@@ -161,10 +153,10 @@ export declare const UTree: {
161
153
  selectable: boolean;
162
154
  draggable: boolean;
163
155
  checkedKeys: (string | number)[];
156
+ checkStrictly: boolean;
164
157
  treeData: import("./Tree.type").TreeItem[];
165
158
  dataKey: string | import("./Tree.type").GetDataKey;
166
159
  checkable: boolean;
167
- checkStrictly: boolean;
168
160
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
169
161
  showLine: boolean;
170
162
  expandedKeys: (string | number)[];
@@ -200,10 +192,10 @@ export declare const UTree: {
200
192
  selectable: import("vue").Ref<boolean, boolean>;
201
193
  draggable: import("vue").Ref<boolean, boolean>;
202
194
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
195
+ checkStrictly: import("vue").Ref<boolean, boolean>;
203
196
  treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
204
197
  dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
205
198
  checkable: import("vue").Ref<boolean, boolean>;
206
- checkStrictly: import("vue").Ref<boolean, boolean>;
207
199
  switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
208
200
  showLine: import("vue").Ref<boolean, boolean>;
209
201
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -235,7 +227,7 @@ export declare const UTree: {
235
227
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
236
228
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
237
229
  isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
238
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("./Tree.type").TreeItem[]) => void;
230
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
239
231
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
240
232
  data: {
241
233
  type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
@@ -263,7 +255,7 @@ export declare const UTree: {
263
255
  default: string;
264
256
  };
265
257
  icon: {
266
- type: import("vue").PropType<import("../..").IconPropType>;
258
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
267
259
  };
268
260
  }>> & Readonly<{
269
261
  onClick?: (ev: Event) => any;
@@ -310,7 +302,7 @@ export declare const UTree: {
310
302
  default: string;
311
303
  };
312
304
  icon: {
313
- type: import("vue").PropType<import("../..").IconPropType>;
305
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
314
306
  };
315
307
  }>> & Readonly<{
316
308
  onClick?: (ev: Event) => any;
@@ -352,7 +344,7 @@ export declare const UTree: {
352
344
  default: string;
353
345
  };
354
346
  icon: {
355
- type: import("vue").PropType<import("../..").IconPropType>;
347
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
356
348
  };
357
349
  }>> & Readonly<{
358
350
  onClick?: (ev: Event) => any;
@@ -379,7 +371,7 @@ export declare const UTree: {
379
371
  }, string, {
380
372
  color: string;
381
373
  spin: boolean;
382
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
374
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
383
375
  UCheckbox: {
384
376
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
385
377
  modelValue: {
@@ -403,9 +395,9 @@ export declare const UTree: {
403
395
  default: boolean;
404
396
  };
405
397
  size: {
406
- type: import("vue").PropType<"small" | "default" | "large">;
398
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
407
399
  default: string;
408
- validator: (val: "small" | "default" | "large") => boolean;
400
+ validator: (val: "default" | "small" | "large") => boolean;
409
401
  };
410
402
  name: {
411
403
  type: StringConstructor;
@@ -420,16 +412,16 @@ export declare const UTree: {
420
412
  default: boolean;
421
413
  };
422
414
  color: {
423
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
424
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
415
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
416
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
425
417
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
426
418
  };
427
419
  }>> & Readonly<{
428
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
429
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
420
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
421
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
430
422
  }>, {
431
423
  prefixCls: import("vue").ComputedRef<string>;
432
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
424
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
433
425
  computedDisabled: import("vue").ComputedRef<boolean>;
434
426
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
435
427
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -442,12 +434,12 @@ export declare const UTree: {
442
434
  handleBlur: () => void;
443
435
  onClick: (e: MouseEvent) => void;
444
436
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
445
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
446
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
437
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
438
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
447
439
  }, import("vue").PublicProps, {
448
440
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
449
441
  name: string;
450
- size: "small" | "default" | "large";
442
+ size: "default" | "small" | "large";
451
443
  disabled: boolean;
452
444
  modelValue: string | number | boolean;
453
445
  value: string | number;
@@ -470,7 +462,7 @@ export declare const UTree: {
470
462
  default: string;
471
463
  };
472
464
  icon: {
473
- type: import("vue").PropType<import("../..").IconPropType>;
465
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
474
466
  };
475
467
  }>> & Readonly<{
476
468
  onClick?: (ev: Event) => any;
@@ -517,7 +509,7 @@ export declare const UTree: {
517
509
  default: string;
518
510
  };
519
511
  icon: {
520
- type: import("vue").PropType<import("../..").IconPropType>;
512
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
521
513
  };
522
514
  }>> & Readonly<{
523
515
  onClick?: (ev: Event) => any;
@@ -559,7 +551,7 @@ export declare const UTree: {
559
551
  default: string;
560
552
  };
561
553
  icon: {
562
- type: import("vue").PropType<import("../..").IconPropType>;
554
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
563
555
  };
564
556
  }>> & Readonly<{
565
557
  onClick?: (ev: Event) => any;
@@ -586,7 +578,7 @@ export declare const UTree: {
586
578
  }, string, {
587
579
  color: string;
588
580
  spin: boolean;
589
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
581
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
590
582
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
591
583
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
592
584
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -618,9 +610,9 @@ export declare const UTree: {
618
610
  default: boolean;
619
611
  };
620
612
  size: {
621
- type: import("vue").PropType<"small" | "default" | "large">;
613
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
622
614
  default: string;
623
- validator: (val: "small" | "default" | "large") => boolean;
615
+ validator: (val: "default" | "small" | "large") => boolean;
624
616
  };
625
617
  name: {
626
618
  type: StringConstructor;
@@ -635,16 +627,16 @@ export declare const UTree: {
635
627
  default: boolean;
636
628
  };
637
629
  color: {
638
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
639
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
630
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
631
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
640
632
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
641
633
  };
642
634
  }>> & Readonly<{
643
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
644
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
635
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
636
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
645
637
  }>, {
646
638
  prefixCls: import("vue").ComputedRef<string>;
647
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
639
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
648
640
  computedDisabled: import("vue").ComputedRef<boolean>;
649
641
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
650
642
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -659,7 +651,7 @@ export declare const UTree: {
659
651
  }, {}, {}, {}, {
660
652
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
661
653
  name: string;
662
- size: "small" | "default" | "large";
654
+ size: "default" | "small" | "large";
663
655
  disabled: boolean;
664
656
  modelValue: string | number | boolean;
665
657
  value: string | number;
@@ -693,9 +685,9 @@ export declare const UTree: {
693
685
  default: boolean;
694
686
  };
695
687
  size: {
696
- type: import("vue").PropType<"small" | "default" | "large">;
688
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
697
689
  default: string;
698
- validator: (val: "small" | "default" | "large") => boolean;
690
+ validator: (val: "default" | "small" | "large") => boolean;
699
691
  };
700
692
  name: {
701
693
  type: StringConstructor;
@@ -710,16 +702,16 @@ export declare const UTree: {
710
702
  default: boolean;
711
703
  };
712
704
  color: {
713
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
714
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
705
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
706
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
715
707
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
716
708
  };
717
709
  }>> & Readonly<{
718
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
719
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
710
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
711
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
720
712
  }>, {
721
713
  prefixCls: import("vue").ComputedRef<string>;
722
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
714
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
723
715
  computedDisabled: import("vue").ComputedRef<boolean>;
724
716
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
725
717
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -732,12 +724,12 @@ export declare const UTree: {
732
724
  handleBlur: () => void;
733
725
  onClick: (e: MouseEvent) => void;
734
726
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
735
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
736
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
727
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
728
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
737
729
  }, string, {
738
730
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
739
731
  name: string;
740
- size: "small" | "default" | "large";
732
+ size: "default" | "small" | "large";
741
733
  disabled: boolean;
742
734
  modelValue: string | number | boolean;
743
735
  value: string | number;
@@ -760,7 +752,7 @@ export declare const UTree: {
760
752
  default: string;
761
753
  };
762
754
  icon: {
763
- type: import("vue").PropType<import("../..").IconPropType>;
755
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
764
756
  };
765
757
  }>> & Readonly<{
766
758
  onClick?: (ev: Event) => any;
@@ -807,7 +799,7 @@ export declare const UTree: {
807
799
  default: string;
808
800
  };
809
801
  icon: {
810
- type: import("vue").PropType<import("../..").IconPropType>;
802
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
811
803
  };
812
804
  }>> & Readonly<{
813
805
  onClick?: (ev: Event) => any;
@@ -849,7 +841,7 @@ export declare const UTree: {
849
841
  default: string;
850
842
  };
851
843
  icon: {
852
- type: import("vue").PropType<import("../..").IconPropType>;
844
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
853
845
  };
854
846
  }>> & Readonly<{
855
847
  onClick?: (ev: Event) => any;
@@ -876,23 +868,23 @@ export declare const UTree: {
876
868
  }, string, {
877
869
  color: string;
878
870
  spin: boolean;
879
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
871
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
880
872
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
881
873
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
882
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
874
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
883
875
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
884
876
  modelValue: {
885
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
886
- default: () => import("..").CheckboxGroupSingleValue[];
877
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
878
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
887
879
  };
888
880
  size: {
889
- type: import("vue").PropType<"small" | "default" | "large">;
881
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
890
882
  default: string;
891
883
  validator: (val: string) => boolean;
892
884
  };
893
885
  options: {
894
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
895
- default: () => import("..").CheckboxGroupOption[];
886
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
887
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
896
888
  };
897
889
  disabled: {
898
890
  type: BooleanConstructor;
@@ -906,12 +898,12 @@ export declare const UTree: {
906
898
  type: StringConstructor;
907
899
  };
908
900
  buttonType: {
909
- type: import("vue").PropType<"fill" | "border" | "card">;
901
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
910
902
  default: string;
911
903
  validator: (val: "fill" | "border" | "card") => boolean;
912
904
  };
913
905
  type: {
914
- type: import("vue").PropType<"default" | "button">;
906
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
915
907
  default: string;
916
908
  validator: (val: "default" | "button") => boolean;
917
909
  };
@@ -920,8 +912,8 @@ export declare const UTree: {
920
912
  default: boolean;
921
913
  };
922
914
  color: {
923
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
924
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
915
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
916
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
925
917
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
926
918
  };
927
919
  }>, {
@@ -932,21 +924,21 @@ export declare const UTree: {
932
924
  computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
933
925
  hasSlot: import("vue").ComputedRef<boolean>;
934
926
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
935
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
936
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
927
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
928
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
937
929
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
938
930
  modelValue: {
939
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
940
- default: () => import("..").CheckboxGroupSingleValue[];
931
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
932
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
941
933
  };
942
934
  size: {
943
- type: import("vue").PropType<"small" | "default" | "large">;
935
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
944
936
  default: string;
945
937
  validator: (val: string) => boolean;
946
938
  };
947
939
  options: {
948
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
949
- default: () => import("..").CheckboxGroupOption[];
940
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
941
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
950
942
  };
951
943
  disabled: {
952
944
  type: BooleanConstructor;
@@ -960,12 +952,12 @@ export declare const UTree: {
960
952
  type: StringConstructor;
961
953
  };
962
954
  buttonType: {
963
- type: import("vue").PropType<"fill" | "border" | "card">;
955
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
964
956
  default: string;
965
957
  validator: (val: "fill" | "border" | "card") => boolean;
966
958
  };
967
959
  type: {
968
- type: import("vue").PropType<"default" | "button">;
960
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
969
961
  default: string;
970
962
  validator: (val: "default" | "button") => boolean;
971
963
  };
@@ -974,21 +966,21 @@ export declare const UTree: {
974
966
  default: boolean;
975
967
  };
976
968
  color: {
977
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
978
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
969
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
970
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
979
971
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
980
972
  };
981
973
  }>> & Readonly<{
982
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
983
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
974
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
975
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
984
976
  }>, {
985
977
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
986
978
  type: "default" | "button";
987
979
  loading: boolean;
988
- size: "small" | "default" | "large";
980
+ size: "default" | "small" | "large";
989
981
  disabled: boolean;
990
- modelValue: import("..").CheckboxGroupSingleValue[];
991
- options: import("..").CheckboxGroupOption[];
982
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
983
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
992
984
  buttonFill: boolean;
993
985
  buttonType: "fill" | "border" | "card";
994
986
  }, {}, {
@@ -1006,7 +998,7 @@ export declare const UTree: {
1006
998
  default: string;
1007
999
  };
1008
1000
  icon: {
1009
- type: import("vue").PropType<import("../..").IconPropType>;
1001
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1010
1002
  };
1011
1003
  }>> & Readonly<{
1012
1004
  onClick?: (ev: Event) => any;
@@ -1053,7 +1045,7 @@ export declare const UTree: {
1053
1045
  default: string;
1054
1046
  };
1055
1047
  icon: {
1056
- type: import("vue").PropType<import("../..").IconPropType>;
1048
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1057
1049
  };
1058
1050
  }>> & Readonly<{
1059
1051
  onClick?: (ev: Event) => any;
@@ -1095,7 +1087,7 @@ export declare const UTree: {
1095
1087
  default: string;
1096
1088
  };
1097
1089
  icon: {
1098
- type: import("vue").PropType<import("../..").IconPropType>;
1090
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1099
1091
  };
1100
1092
  }>> & Readonly<{
1101
1093
  onClick?: (ev: Event) => any;
@@ -1122,7 +1114,7 @@ export declare const UTree: {
1122
1114
  }, string, {
1123
1115
  color: string;
1124
1116
  spin: boolean;
1125
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1117
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
1126
1118
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1127
1119
  modelValue: {
1128
1120
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -1145,9 +1137,9 @@ export declare const UTree: {
1145
1137
  default: boolean;
1146
1138
  };
1147
1139
  size: {
1148
- type: import("vue").PropType<"small" | "default" | "large">;
1140
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1149
1141
  default: string;
1150
- validator: (val: "small" | "default" | "large") => boolean;
1142
+ validator: (val: "default" | "small" | "large") => boolean;
1151
1143
  };
1152
1144
  name: {
1153
1145
  type: StringConstructor;
@@ -1162,13 +1154,13 @@ export declare const UTree: {
1162
1154
  default: boolean;
1163
1155
  };
1164
1156
  color: {
1165
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1166
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1157
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1158
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1167
1159
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1168
1160
  };
1169
1161
  }>, {
1170
1162
  prefixCls: import("vue").ComputedRef<string>;
1171
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
1163
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
1172
1164
  computedDisabled: import("vue").ComputedRef<boolean>;
1173
1165
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1174
1166
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -1181,8 +1173,8 @@ export declare const UTree: {
1181
1173
  handleBlur: () => void;
1182
1174
  onClick: (e: MouseEvent) => void;
1183
1175
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1184
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1185
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1176
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1177
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1186
1178
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1187
1179
  modelValue: {
1188
1180
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -1205,9 +1197,9 @@ export declare const UTree: {
1205
1197
  default: boolean;
1206
1198
  };
1207
1199
  size: {
1208
- type: import("vue").PropType<"small" | "default" | "large">;
1200
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1209
1201
  default: string;
1210
- validator: (val: "small" | "default" | "large") => boolean;
1202
+ validator: (val: "default" | "small" | "large") => boolean;
1211
1203
  };
1212
1204
  name: {
1213
1205
  type: StringConstructor;
@@ -1222,17 +1214,17 @@ export declare const UTree: {
1222
1214
  default: boolean;
1223
1215
  };
1224
1216
  color: {
1225
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1226
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1217
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1218
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1227
1219
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1228
1220
  };
1229
1221
  }>> & Readonly<{
1230
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1231
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1222
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1223
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1232
1224
  }>, {
1233
1225
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1234
1226
  name: string;
1235
- size: "small" | "default" | "large";
1227
+ size: "default" | "small" | "large";
1236
1228
  disabled: boolean;
1237
1229
  modelValue: string | number | boolean;
1238
1230
  value: string | number;
@@ -1255,7 +1247,7 @@ export declare const UTree: {
1255
1247
  default: string;
1256
1248
  };
1257
1249
  icon: {
1258
- type: import("vue").PropType<import("../..").IconPropType>;
1250
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1259
1251
  };
1260
1252
  }>> & Readonly<{
1261
1253
  onClick?: (ev: Event) => any;
@@ -1302,7 +1294,7 @@ export declare const UTree: {
1302
1294
  default: string;
1303
1295
  };
1304
1296
  icon: {
1305
- type: import("vue").PropType<import("../..").IconPropType>;
1297
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1306
1298
  };
1307
1299
  }>> & Readonly<{
1308
1300
  onClick?: (ev: Event) => any;
@@ -1344,7 +1336,7 @@ export declare const UTree: {
1344
1336
  default: string;
1345
1337
  };
1346
1338
  icon: {
1347
- type: import("vue").PropType<import("../..").IconPropType>;
1339
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1348
1340
  };
1349
1341
  }>> & Readonly<{
1350
1342
  onClick?: (ev: Event) => any;
@@ -1371,35 +1363,17 @@ export declare const UTree: {
1371
1363
  }, string, {
1372
1364
  color: string;
1373
1365
  spin: boolean;
1374
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1366
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
1375
1367
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1376
1368
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1377
1369
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1378
1370
  ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1379
1371
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1380
- };
1372
+ });
1381
1373
  CollapseTransition: {
1382
1374
  (props: {
1383
1375
  appear: boolean;
1384
- }, { slots }: Omit<{
1385
- attrs: {
1386
- [x: string]: unknown;
1387
- };
1388
- slots: Readonly<{
1389
- [name: string]: import("vue").Slot<any>;
1390
- }>;
1391
- emit: (event: string, ...args: any[]) => void;
1392
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
1393
- } | {
1394
- attrs: {
1395
- [x: string]: unknown;
1396
- };
1397
- slots: Readonly<{
1398
- [name: string]: import("vue").Slot<any>;
1399
- }>;
1400
- emit: (event: string, ...args: any[]) => void;
1401
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
1402
- }, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1376
+ }, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1403
1377
  [key: string]: any;
1404
1378
  }>;
1405
1379
  props: {
@@ -1458,7 +1432,7 @@ export declare const UTree: {
1458
1432
  default: boolean;
1459
1433
  };
1460
1434
  switcherIcon: {
1461
- type: import("vue").PropType<import("../..").IconPropType>;
1435
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1462
1436
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1463
1437
  };
1464
1438
  showLine: {
@@ -1518,12 +1492,8 @@ export declare const UTree: {
1518
1492
  localTreeData: import("vue").Ref<{
1519
1493
  [x: string]: any;
1520
1494
  key: string | number;
1521
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1522
- [key: string]: any;
1523
- }>[];
1524
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1525
- [key: string]: any;
1526
- }>[];
1495
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1496
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1527
1497
  componentKey: string;
1528
1498
  dataRef: {
1529
1499
  [x: string]: any;
@@ -1544,12 +1514,8 @@ export declare const UTree: {
1544
1514
  }[], import("./Tree.type").InnerTreeItem[] | {
1545
1515
  [x: string]: any;
1546
1516
  key: string | number;
1547
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1548
- [key: string]: any;
1549
- }>[];
1550
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1551
- [key: string]: any;
1552
- }>[];
1517
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1518
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1553
1519
  componentKey: string;
1554
1520
  dataRef: {
1555
1521
  [x: string]: any;
@@ -1580,10 +1546,10 @@ export declare const UTree: {
1580
1546
  selectable: boolean;
1581
1547
  draggable: boolean;
1582
1548
  checkedKeys: (string | number)[];
1549
+ checkStrictly: boolean;
1583
1550
  treeData: import("./Tree.type").TreeItem[];
1584
1551
  dataKey: string | import("./Tree.type").GetDataKey;
1585
1552
  checkable: boolean;
1586
- checkStrictly: boolean;
1587
1553
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1588
1554
  showLine: boolean;
1589
1555
  expandedKeys: (string | number)[];
@@ -1624,7 +1590,7 @@ export declare const UTree: {
1624
1590
  default: boolean;
1625
1591
  };
1626
1592
  switcherIcon: {
1627
- type: import("vue").PropType<import("../..").IconPropType>;
1593
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1628
1594
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1629
1595
  };
1630
1596
  showLine: {
@@ -1684,12 +1650,8 @@ export declare const UTree: {
1684
1650
  localTreeData: import("vue").Ref<{
1685
1651
  [x: string]: any;
1686
1652
  key: string | number;
1687
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1688
- [key: string]: any;
1689
- }>[];
1690
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1691
- [key: string]: any;
1692
- }>[];
1653
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1654
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1693
1655
  componentKey: string;
1694
1656
  dataRef: {
1695
1657
  [x: string]: any;
@@ -1710,12 +1672,8 @@ export declare const UTree: {
1710
1672
  }[], import("./Tree.type").InnerTreeItem[] | {
1711
1673
  [x: string]: any;
1712
1674
  key: string | number;
1713
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1714
- [key: string]: any;
1715
- }>[];
1716
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1717
- [key: string]: any;
1718
- }>[];
1675
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1676
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1719
1677
  componentKey: string;
1720
1678
  dataRef: {
1721
1679
  [x: string]: any;
@@ -1756,10 +1714,10 @@ export declare const UTree: {
1756
1714
  selectable: boolean;
1757
1715
  draggable: boolean;
1758
1716
  checkedKeys: (string | number)[];
1717
+ checkStrictly: boolean;
1759
1718
  treeData: import("./Tree.type").TreeItem[];
1760
1719
  dataKey: string | import("./Tree.type").GetDataKey;
1761
1720
  checkable: boolean;
1762
- checkStrictly: boolean;
1763
1721
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1764
1722
  showLine: boolean;
1765
1723
  expandedKeys: (string | number)[];
@@ -1795,10 +1753,10 @@ export declare const UTree: {
1795
1753
  selectable: import("vue").Ref<boolean, boolean>;
1796
1754
  draggable: import("vue").Ref<boolean, boolean>;
1797
1755
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1756
+ checkStrictly: import("vue").Ref<boolean, boolean>;
1798
1757
  treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
1799
1758
  dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
1800
1759
  checkable: import("vue").Ref<boolean, boolean>;
1801
- checkStrictly: import("vue").Ref<boolean, boolean>;
1802
1760
  switcherIcon: import("vue").Ref<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
1803
1761
  showLine: import("vue").Ref<boolean, boolean>;
1804
1762
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -1830,7 +1788,7 @@ export declare const UTree: {
1830
1788
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
1831
1789
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
1832
1790
  isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
1833
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("./Tree.type").TreeItem[]) => void;
1791
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
1834
1792
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1835
1793
  data: {
1836
1794
  type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
@@ -1858,7 +1816,7 @@ export declare const UTree: {
1858
1816
  default: string;
1859
1817
  };
1860
1818
  icon: {
1861
- type: import("vue").PropType<import("../..").IconPropType>;
1819
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1862
1820
  };
1863
1821
  }>> & Readonly<{
1864
1822
  onClick?: (ev: Event) => any;
@@ -1905,7 +1863,7 @@ export declare const UTree: {
1905
1863
  default: string;
1906
1864
  };
1907
1865
  icon: {
1908
- type: import("vue").PropType<import("../..").IconPropType>;
1866
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1909
1867
  };
1910
1868
  }>> & Readonly<{
1911
1869
  onClick?: (ev: Event) => any;
@@ -1947,7 +1905,7 @@ export declare const UTree: {
1947
1905
  default: string;
1948
1906
  };
1949
1907
  icon: {
1950
- type: import("vue").PropType<import("../..").IconPropType>;
1908
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1951
1909
  };
1952
1910
  }>> & Readonly<{
1953
1911
  onClick?: (ev: Event) => any;
@@ -1974,7 +1932,7 @@ export declare const UTree: {
1974
1932
  }, string, {
1975
1933
  color: string;
1976
1934
  spin: boolean;
1977
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1935
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
1978
1936
  UCheckbox: {
1979
1937
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1980
1938
  modelValue: {
@@ -1998,9 +1956,9 @@ export declare const UTree: {
1998
1956
  default: boolean;
1999
1957
  };
2000
1958
  size: {
2001
- type: import("vue").PropType<"small" | "default" | "large">;
1959
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2002
1960
  default: string;
2003
- validator: (val: "small" | "default" | "large") => boolean;
1961
+ validator: (val: "default" | "small" | "large") => boolean;
2004
1962
  };
2005
1963
  name: {
2006
1964
  type: StringConstructor;
@@ -2015,16 +1973,16 @@ export declare const UTree: {
2015
1973
  default: boolean;
2016
1974
  };
2017
1975
  color: {
2018
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2019
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1976
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1977
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2020
1978
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2021
1979
  };
2022
1980
  }>> & Readonly<{
2023
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2024
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1981
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1982
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2025
1983
  }>, {
2026
1984
  prefixCls: import("vue").ComputedRef<string>;
2027
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
1985
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2028
1986
  computedDisabled: import("vue").ComputedRef<boolean>;
2029
1987
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2030
1988
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -2037,12 +1995,12 @@ export declare const UTree: {
2037
1995
  handleBlur: () => void;
2038
1996
  onClick: (e: MouseEvent) => void;
2039
1997
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2040
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2041
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1998
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1999
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2042
2000
  }, import("vue").PublicProps, {
2043
2001
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2044
2002
  name: string;
2045
- size: "small" | "default" | "large";
2003
+ size: "default" | "small" | "large";
2046
2004
  disabled: boolean;
2047
2005
  modelValue: string | number | boolean;
2048
2006
  value: string | number;
@@ -2065,7 +2023,7 @@ export declare const UTree: {
2065
2023
  default: string;
2066
2024
  };
2067
2025
  icon: {
2068
- type: import("vue").PropType<import("../..").IconPropType>;
2026
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2069
2027
  };
2070
2028
  }>> & Readonly<{
2071
2029
  onClick?: (ev: Event) => any;
@@ -2112,7 +2070,7 @@ export declare const UTree: {
2112
2070
  default: string;
2113
2071
  };
2114
2072
  icon: {
2115
- type: import("vue").PropType<import("../..").IconPropType>;
2073
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2116
2074
  };
2117
2075
  }>> & Readonly<{
2118
2076
  onClick?: (ev: Event) => any;
@@ -2154,7 +2112,7 @@ export declare const UTree: {
2154
2112
  default: string;
2155
2113
  };
2156
2114
  icon: {
2157
- type: import("vue").PropType<import("../..").IconPropType>;
2115
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2158
2116
  };
2159
2117
  }>> & Readonly<{
2160
2118
  onClick?: (ev: Event) => any;
@@ -2181,7 +2139,7 @@ export declare const UTree: {
2181
2139
  }, string, {
2182
2140
  color: string;
2183
2141
  spin: boolean;
2184
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2142
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2185
2143
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2186
2144
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2187
2145
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2213,9 +2171,9 @@ export declare const UTree: {
2213
2171
  default: boolean;
2214
2172
  };
2215
2173
  size: {
2216
- type: import("vue").PropType<"small" | "default" | "large">;
2174
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2217
2175
  default: string;
2218
- validator: (val: "small" | "default" | "large") => boolean;
2176
+ validator: (val: "default" | "small" | "large") => boolean;
2219
2177
  };
2220
2178
  name: {
2221
2179
  type: StringConstructor;
@@ -2230,16 +2188,16 @@ export declare const UTree: {
2230
2188
  default: boolean;
2231
2189
  };
2232
2190
  color: {
2233
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2234
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2191
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2192
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2235
2193
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2236
2194
  };
2237
2195
  }>> & Readonly<{
2238
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2239
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2196
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2197
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2240
2198
  }>, {
2241
2199
  prefixCls: import("vue").ComputedRef<string>;
2242
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
2200
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2243
2201
  computedDisabled: import("vue").ComputedRef<boolean>;
2244
2202
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2245
2203
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -2254,7 +2212,7 @@ export declare const UTree: {
2254
2212
  }, {}, {}, {}, {
2255
2213
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2256
2214
  name: string;
2257
- size: "small" | "default" | "large";
2215
+ size: "default" | "small" | "large";
2258
2216
  disabled: boolean;
2259
2217
  modelValue: string | number | boolean;
2260
2218
  value: string | number;
@@ -2288,9 +2246,9 @@ export declare const UTree: {
2288
2246
  default: boolean;
2289
2247
  };
2290
2248
  size: {
2291
- type: import("vue").PropType<"small" | "default" | "large">;
2249
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2292
2250
  default: string;
2293
- validator: (val: "small" | "default" | "large") => boolean;
2251
+ validator: (val: "default" | "small" | "large") => boolean;
2294
2252
  };
2295
2253
  name: {
2296
2254
  type: StringConstructor;
@@ -2305,16 +2263,16 @@ export declare const UTree: {
2305
2263
  default: boolean;
2306
2264
  };
2307
2265
  color: {
2308
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2309
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2266
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2267
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2310
2268
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2311
2269
  };
2312
2270
  }>> & Readonly<{
2313
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2314
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2271
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2272
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2315
2273
  }>, {
2316
2274
  prefixCls: import("vue").ComputedRef<string>;
2317
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
2275
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2318
2276
  computedDisabled: import("vue").ComputedRef<boolean>;
2319
2277
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2320
2278
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -2327,12 +2285,12 @@ export declare const UTree: {
2327
2285
  handleBlur: () => void;
2328
2286
  onClick: (e: MouseEvent) => void;
2329
2287
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2330
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2331
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2288
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2289
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2332
2290
  }, string, {
2333
2291
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2334
2292
  name: string;
2335
- size: "small" | "default" | "large";
2293
+ size: "default" | "small" | "large";
2336
2294
  disabled: boolean;
2337
2295
  modelValue: string | number | boolean;
2338
2296
  value: string | number;
@@ -2355,7 +2313,7 @@ export declare const UTree: {
2355
2313
  default: string;
2356
2314
  };
2357
2315
  icon: {
2358
- type: import("vue").PropType<import("../..").IconPropType>;
2316
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2359
2317
  };
2360
2318
  }>> & Readonly<{
2361
2319
  onClick?: (ev: Event) => any;
@@ -2402,7 +2360,7 @@ export declare const UTree: {
2402
2360
  default: string;
2403
2361
  };
2404
2362
  icon: {
2405
- type: import("vue").PropType<import("../..").IconPropType>;
2363
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2406
2364
  };
2407
2365
  }>> & Readonly<{
2408
2366
  onClick?: (ev: Event) => any;
@@ -2444,7 +2402,7 @@ export declare const UTree: {
2444
2402
  default: string;
2445
2403
  };
2446
2404
  icon: {
2447
- type: import("vue").PropType<import("../..").IconPropType>;
2405
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2448
2406
  };
2449
2407
  }>> & Readonly<{
2450
2408
  onClick?: (ev: Event) => any;
@@ -2471,23 +2429,23 @@ export declare const UTree: {
2471
2429
  }, string, {
2472
2430
  color: string;
2473
2431
  spin: boolean;
2474
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2432
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2475
2433
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2476
2434
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2477
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
2435
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2478
2436
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2479
2437
  modelValue: {
2480
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2481
- default: () => import("..").CheckboxGroupSingleValue[];
2438
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2439
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2482
2440
  };
2483
2441
  size: {
2484
- type: import("vue").PropType<"small" | "default" | "large">;
2442
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2485
2443
  default: string;
2486
2444
  validator: (val: string) => boolean;
2487
2445
  };
2488
2446
  options: {
2489
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2490
- default: () => import("..").CheckboxGroupOption[];
2447
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2448
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2491
2449
  };
2492
2450
  disabled: {
2493
2451
  type: BooleanConstructor;
@@ -2501,12 +2459,12 @@ export declare const UTree: {
2501
2459
  type: StringConstructor;
2502
2460
  };
2503
2461
  buttonType: {
2504
- type: import("vue").PropType<"fill" | "border" | "card">;
2462
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2505
2463
  default: string;
2506
2464
  validator: (val: "fill" | "border" | "card") => boolean;
2507
2465
  };
2508
2466
  type: {
2509
- type: import("vue").PropType<"default" | "button">;
2467
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2510
2468
  default: string;
2511
2469
  validator: (val: "default" | "button") => boolean;
2512
2470
  };
@@ -2515,8 +2473,8 @@ export declare const UTree: {
2515
2473
  default: boolean;
2516
2474
  };
2517
2475
  color: {
2518
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2519
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2476
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2477
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2520
2478
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2521
2479
  };
2522
2480
  }>, {
@@ -2527,21 +2485,21 @@ export declare const UTree: {
2527
2485
  computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
2528
2486
  hasSlot: import("vue").ComputedRef<boolean>;
2529
2487
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2530
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2531
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2488
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2489
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2532
2490
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2533
2491
  modelValue: {
2534
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2535
- default: () => import("..").CheckboxGroupSingleValue[];
2492
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2493
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2536
2494
  };
2537
2495
  size: {
2538
- type: import("vue").PropType<"small" | "default" | "large">;
2496
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2539
2497
  default: string;
2540
2498
  validator: (val: string) => boolean;
2541
2499
  };
2542
2500
  options: {
2543
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2544
- default: () => import("..").CheckboxGroupOption[];
2501
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2502
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2545
2503
  };
2546
2504
  disabled: {
2547
2505
  type: BooleanConstructor;
@@ -2555,12 +2513,12 @@ export declare const UTree: {
2555
2513
  type: StringConstructor;
2556
2514
  };
2557
2515
  buttonType: {
2558
- type: import("vue").PropType<"fill" | "border" | "card">;
2516
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2559
2517
  default: string;
2560
2518
  validator: (val: "fill" | "border" | "card") => boolean;
2561
2519
  };
2562
2520
  type: {
2563
- type: import("vue").PropType<"default" | "button">;
2521
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2564
2522
  default: string;
2565
2523
  validator: (val: "default" | "button") => boolean;
2566
2524
  };
@@ -2569,21 +2527,21 @@ export declare const UTree: {
2569
2527
  default: boolean;
2570
2528
  };
2571
2529
  color: {
2572
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2573
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2530
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2531
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2574
2532
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2575
2533
  };
2576
2534
  }>> & Readonly<{
2577
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2578
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2535
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2536
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2579
2537
  }>, {
2580
2538
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2581
2539
  type: "default" | "button";
2582
2540
  loading: boolean;
2583
- size: "small" | "default" | "large";
2541
+ size: "default" | "small" | "large";
2584
2542
  disabled: boolean;
2585
- modelValue: import("..").CheckboxGroupSingleValue[];
2586
- options: import("..").CheckboxGroupOption[];
2543
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2544
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2587
2545
  buttonFill: boolean;
2588
2546
  buttonType: "fill" | "border" | "card";
2589
2547
  }, {}, {
@@ -2601,7 +2559,7 @@ export declare const UTree: {
2601
2559
  default: string;
2602
2560
  };
2603
2561
  icon: {
2604
- type: import("vue").PropType<import("../..").IconPropType>;
2562
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2605
2563
  };
2606
2564
  }>> & Readonly<{
2607
2565
  onClick?: (ev: Event) => any;
@@ -2648,7 +2606,7 @@ export declare const UTree: {
2648
2606
  default: string;
2649
2607
  };
2650
2608
  icon: {
2651
- type: import("vue").PropType<import("../..").IconPropType>;
2609
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2652
2610
  };
2653
2611
  }>> & Readonly<{
2654
2612
  onClick?: (ev: Event) => any;
@@ -2690,7 +2648,7 @@ export declare const UTree: {
2690
2648
  default: string;
2691
2649
  };
2692
2650
  icon: {
2693
- type: import("vue").PropType<import("../..").IconPropType>;
2651
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2694
2652
  };
2695
2653
  }>> & Readonly<{
2696
2654
  onClick?: (ev: Event) => any;
@@ -2717,7 +2675,7 @@ export declare const UTree: {
2717
2675
  }, string, {
2718
2676
  color: string;
2719
2677
  spin: boolean;
2720
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2678
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2721
2679
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2722
2680
  modelValue: {
2723
2681
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2740,9 +2698,9 @@ export declare const UTree: {
2740
2698
  default: boolean;
2741
2699
  };
2742
2700
  size: {
2743
- type: import("vue").PropType<"small" | "default" | "large">;
2701
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2744
2702
  default: string;
2745
- validator: (val: "small" | "default" | "large") => boolean;
2703
+ validator: (val: "default" | "small" | "large") => boolean;
2746
2704
  };
2747
2705
  name: {
2748
2706
  type: StringConstructor;
@@ -2757,13 +2715,13 @@ export declare const UTree: {
2757
2715
  default: boolean;
2758
2716
  };
2759
2717
  color: {
2760
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2761
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2718
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2719
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2762
2720
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2763
2721
  };
2764
2722
  }>, {
2765
2723
  prefixCls: import("vue").ComputedRef<string>;
2766
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
2724
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2767
2725
  computedDisabled: import("vue").ComputedRef<boolean>;
2768
2726
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2769
2727
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -2776,8 +2734,8 @@ export declare const UTree: {
2776
2734
  handleBlur: () => void;
2777
2735
  onClick: (e: MouseEvent) => void;
2778
2736
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2779
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2780
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2737
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2738
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2781
2739
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2782
2740
  modelValue: {
2783
2741
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2800,9 +2758,9 @@ export declare const UTree: {
2800
2758
  default: boolean;
2801
2759
  };
2802
2760
  size: {
2803
- type: import("vue").PropType<"small" | "default" | "large">;
2761
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2804
2762
  default: string;
2805
- validator: (val: "small" | "default" | "large") => boolean;
2763
+ validator: (val: "default" | "small" | "large") => boolean;
2806
2764
  };
2807
2765
  name: {
2808
2766
  type: StringConstructor;
@@ -2817,17 +2775,17 @@ export declare const UTree: {
2817
2775
  default: boolean;
2818
2776
  };
2819
2777
  color: {
2820
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2821
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2778
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2779
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2822
2780
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2823
2781
  };
2824
2782
  }>> & Readonly<{
2825
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2826
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2783
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2784
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2827
2785
  }>, {
2828
2786
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2829
2787
  name: string;
2830
- size: "small" | "default" | "large";
2788
+ size: "default" | "small" | "large";
2831
2789
  disabled: boolean;
2832
2790
  modelValue: string | number | boolean;
2833
2791
  value: string | number;
@@ -2850,7 +2808,7 @@ export declare const UTree: {
2850
2808
  default: string;
2851
2809
  };
2852
2810
  icon: {
2853
- type: import("vue").PropType<import("../..").IconPropType>;
2811
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2854
2812
  };
2855
2813
  }>> & Readonly<{
2856
2814
  onClick?: (ev: Event) => any;
@@ -2897,7 +2855,7 @@ export declare const UTree: {
2897
2855
  default: string;
2898
2856
  };
2899
2857
  icon: {
2900
- type: import("vue").PropType<import("../..").IconPropType>;
2858
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2901
2859
  };
2902
2860
  }>> & Readonly<{
2903
2861
  onClick?: (ev: Event) => any;
@@ -2939,7 +2897,7 @@ export declare const UTree: {
2939
2897
  default: string;
2940
2898
  };
2941
2899
  icon: {
2942
- type: import("vue").PropType<import("../..").IconPropType>;
2900
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2943
2901
  };
2944
2902
  }>> & Readonly<{
2945
2903
  onClick?: (ev: Event) => any;
@@ -2966,35 +2924,17 @@ export declare const UTree: {
2966
2924
  }, string, {
2967
2925
  color: string;
2968
2926
  spin: boolean;
2969
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2927
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
2970
2928
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2971
2929
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2972
2930
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2973
2931
  ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2974
2932
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2975
- };
2933
+ });
2976
2934
  CollapseTransition: {
2977
2935
  (props: {
2978
2936
  appear: boolean;
2979
- }, { slots }: Omit<{
2980
- attrs: {
2981
- [x: string]: unknown;
2982
- };
2983
- slots: Readonly<{
2984
- [name: string]: import("vue").Slot<any>;
2985
- }>;
2986
- emit: (event: string, ...args: any[]) => void;
2987
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
2988
- } | {
2989
- attrs: {
2990
- [x: string]: unknown;
2991
- };
2992
- slots: Readonly<{
2993
- [name: string]: import("vue").Slot<any>;
2994
- }>;
2995
- emit: (event: string, ...args: any[]) => void;
2996
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
2997
- }, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2937
+ }, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2998
2938
  [key: string]: any;
2999
2939
  }>;
3000
2940
  props: {
@@ -3016,6 +2956,6 @@ export declare const UTree: {
3016
2956
  ULineText: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3017
2957
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3018
2958
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3019
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2959
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
3020
2960
  export default UTree;
3021
2961
  export * from './Tree.type';