@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
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
20
  default: boolean;
21
21
  };
22
22
  iconType: {
23
- type: import("vue").PropType<import("../..").IconPropType>;
23
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
24
24
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
25
  };
26
26
  placeholder: {
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
31
31
  default: boolean;
32
32
  };
33
33
  clearIcon: {
34
- type: import("vue").PropType<import("../..").IconPropType>;
34
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
35
35
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
36
36
  };
37
37
  labelInValue: {
@@ -69,7 +69,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
69
69
  type: import("vue").PropType<import("../Tree").TreeLoadData>;
70
70
  };
71
71
  showCheckedStrategy: {
72
- type: import("vue").PropType<"SHOW_PARENT" | "SHOW_ALL">;
72
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
73
73
  default: string;
74
74
  validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
75
75
  };
@@ -78,13 +78,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
78
78
  default: string;
79
79
  };
80
80
  variant: {
81
- type: import("vue").PropType<"text" | "surface" | "soft">;
81
+ type: import("vue").PropType<"surface" | "soft" | "text">;
82
82
  default: string;
83
83
  validator: (val: string) => boolean;
84
84
  };
85
85
  color: {
86
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
87
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
86
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
87
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
88
88
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
89
89
  };
90
90
  label: {
@@ -99,7 +99,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
99
99
  default: boolean;
100
100
  };
101
101
  placement: {
102
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
102
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
103
103
  default: string;
104
104
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
105
105
  };
@@ -161,7 +161,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
161
161
  default: boolean;
162
162
  };
163
163
  iconType: {
164
- type: import("vue").PropType<import("../..").IconPropType>;
164
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
165
165
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
166
166
  };
167
167
  placeholder: {
@@ -172,7 +172,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
172
172
  default: boolean;
173
173
  };
174
174
  clearIcon: {
175
- type: import("vue").PropType<import("../..").IconPropType>;
175
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
176
176
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
177
177
  };
178
178
  labelInValue: {
@@ -210,7 +210,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
210
210
  type: import("vue").PropType<import("../Tree").TreeLoadData>;
211
211
  };
212
212
  showCheckedStrategy: {
213
- type: import("vue").PropType<"SHOW_PARENT" | "SHOW_ALL">;
213
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
214
214
  default: string;
215
215
  validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
216
216
  };
@@ -219,13 +219,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
219
219
  default: string;
220
220
  };
221
221
  variant: {
222
- type: import("vue").PropType<"text" | "surface" | "soft">;
222
+ type: import("vue").PropType<"surface" | "soft" | "text">;
223
223
  default: string;
224
224
  validator: (val: string) => boolean;
225
225
  };
226
226
  color: {
227
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
228
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
227
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
228
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
229
229
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
230
230
  };
231
231
  label: {
@@ -240,7 +240,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
240
240
  default: boolean;
241
241
  };
242
242
  placement: {
243
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
243
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
244
244
  default: string;
245
245
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
246
246
  };
@@ -248,8 +248,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
248
248
  type: StringConstructor;
249
249
  };
250
250
  }>> & Readonly<{
251
- onSearch?: (v: string) => any;
252
251
  onChange?: (v: SelectValueType, item: SelectTreeItem | SelectTreeItem[]) => any;
252
+ onSearch?: (v: string) => any;
253
253
  "onUpdate:modelValue"?: (v: SelectValueType) => any;
254
254
  onExpand?: (keys: (string | number)[]) => any;
255
255
  }>, {
@@ -283,7 +283,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
283
283
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
284
284
  };
285
285
  placement: {
286
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
286
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
287
287
  default: string;
288
288
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
289
289
  };
@@ -305,8 +305,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
305
305
  type: StringConstructor;
306
306
  };
307
307
  trigger: {
308
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
309
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
308
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
309
+ default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
310
310
  };
311
311
  mouseEnterDelay: {
312
312
  type: NumberConstructor;
@@ -374,7 +374,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
374
374
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").GetPopupContainer>;
375
375
  };
376
376
  placement: {
377
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
377
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
378
378
  default: string;
379
379
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
380
380
  };
@@ -396,8 +396,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
396
396
  type: StringConstructor;
397
397
  };
398
398
  trigger: {
399
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
400
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
399
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[]>;
400
+ default: () => import("@koi-design/uxd-ui/es/components/Popup").PopupTrigger[];
401
401
  };
402
402
  mouseEnterDelay: {
403
403
  type: NumberConstructor;
@@ -493,20 +493,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
493
493
  type: StringConstructor;
494
494
  };
495
495
  triggerSearch: {
496
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
496
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
497
497
  };
498
498
  allowCreate: {
499
499
  type: BooleanConstructor;
500
500
  default: boolean;
501
501
  };
502
502
  removeIcon: {
503
- type: import("vue").PropType<import("../..").IconPropType>;
503
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
504
504
  };
505
505
  maxTagCount: {
506
506
  type: NumberConstructor;
507
507
  };
508
508
  maxTagPlaceholder: {
509
- type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
509
+ type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
510
510
  };
511
511
  maxTagTextLength: {
512
512
  type: import("vue").PropType<number | "responsive">;
@@ -518,6 +518,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
518
518
  maxTagTooltipWidth: {
519
519
  type: NumberConstructor;
520
520
  };
521
+ maxTagTooltipShowAll: {
522
+ type: BooleanConstructor;
523
+ default: boolean;
524
+ };
521
525
  tagRender: {
522
526
  type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
523
527
  };
@@ -533,7 +537,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
533
537
  default: boolean;
534
538
  };
535
539
  popoverProps: {
536
- type: import("vue").PropType<import("..").PopoverProps>;
540
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
537
541
  default: () => {};
538
542
  };
539
543
  titleKey: {
@@ -541,7 +545,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
541
545
  default: string;
542
546
  };
543
547
  }>, {
544
- getInputRef: (el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void;
548
+ getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
545
549
  onSelectionSelect: (value: import("../Select/Select.type").SingleValueType, opt: {
546
550
  selected: boolean;
547
551
  }) => void;
@@ -589,20 +593,20 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
589
593
  type: StringConstructor;
590
594
  };
591
595
  triggerSearch: {
592
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
596
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
593
597
  };
594
598
  allowCreate: {
595
599
  type: BooleanConstructor;
596
600
  default: boolean;
597
601
  };
598
602
  removeIcon: {
599
- type: import("vue").PropType<import("../..").IconPropType>;
603
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
600
604
  };
601
605
  maxTagCount: {
602
606
  type: NumberConstructor;
603
607
  };
604
608
  maxTagPlaceholder: {
605
- type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
609
+ type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
606
610
  };
607
611
  maxTagTextLength: {
608
612
  type: import("vue").PropType<number | "responsive">;
@@ -614,6 +618,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
614
618
  maxTagTooltipWidth: {
615
619
  type: NumberConstructor;
616
620
  };
621
+ maxTagTooltipShowAll: {
622
+ type: BooleanConstructor;
623
+ default: boolean;
624
+ };
617
625
  tagRender: {
618
626
  type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
619
627
  };
@@ -629,7 +637,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
629
637
  default: boolean;
630
638
  };
631
639
  popoverProps: {
632
- type: import("vue").PropType<import("..").PopoverProps>;
640
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
633
641
  default: () => {};
634
642
  };
635
643
  titleKey: {
@@ -650,7 +658,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
650
658
  allowCreate: boolean;
651
659
  maxTagTooltip: boolean;
652
660
  isShowTagTooltip: boolean;
653
- popoverProps: import("..").PopoverProps;
661
+ maxTagTooltipShowAll: boolean;
662
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
654
663
  tokenWithEnter: boolean;
655
664
  }, {}, {
656
665
  SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -677,16 +686,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
677
686
  default: boolean;
678
687
  };
679
688
  inputRef: {
680
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
689
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
681
690
  };
682
691
  titleKey: {
683
692
  type: StringConstructor;
684
693
  default: string;
685
694
  };
686
695
  }>, {
687
- getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
688
- [key: string]: any;
689
- }> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
696
+ getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
690
697
  [key: string]: any;
691
698
  }>;
692
699
  inputValue: import("vue").ComputedRef<string>;
@@ -725,7 +732,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
725
732
  default: boolean;
726
733
  };
727
734
  inputRef: {
728
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
735
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
729
736
  };
730
737
  titleKey: {
731
738
  type: StringConstructor;
@@ -755,7 +762,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
755
762
  };
756
763
  SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
757
764
  inputRef: {
758
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
765
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
759
766
  };
760
767
  prefixCls: {
761
768
  type: StringConstructor;
@@ -801,9 +808,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
801
808
  onCompositionend: (e: any) => void;
802
809
  onFocus: (args: any) => void;
803
810
  onBlur: (args: any) => void;
804
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("paste" | "change" | "compositionend" | "compositionstart" | "keydown" | "mousedown")[], "change" | "mousedown" | "keydown" | "paste" | "compositionend" | "compositionstart", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
811
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend")[], "change" | "mousedown" | "keydown" | "paste" | "compositionstart" | "compositionend", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
805
812
  inputRef: {
806
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
813
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
807
814
  };
808
815
  prefixCls: {
809
816
  type: StringConstructor;
@@ -843,9 +850,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
843
850
  onChange?: (...args: any[]) => any;
844
851
  onMousedown?: (...args: any[]) => any;
845
852
  onKeydown?: (...args: any[]) => any;
846
- onPaste?: (...args: any[]) => any;
847
- onCompositionend?: (...args: any[]) => any;
848
853
  onCompositionstart?: (...args: any[]) => any;
854
+ onCompositionend?: (...args: any[]) => any;
855
+ onPaste?: (...args: any[]) => any;
849
856
  }>, {
850
857
  disabled: boolean;
851
858
  autofocus: boolean;
@@ -894,7 +901,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
894
901
  default: undefined;
895
902
  };
896
903
  inputRef: {
897
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
904
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
898
905
  };
899
906
  tagTransitionName: {
900
907
  type: StringConstructor;
@@ -906,7 +913,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
906
913
  type: import("vue").PropType<number | "responsive">;
907
914
  };
908
915
  maxTagPlaceholder: {
909
- type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
916
+ type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
910
917
  default: (ommittedValus: string[]) => string;
911
918
  };
912
919
  maxTagTooltip: {
@@ -917,18 +924,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
917
924
  type: NumberConstructor;
918
925
  default: number;
919
926
  };
927
+ maxTagTooltipShowAll: {
928
+ type: BooleanConstructor;
929
+ default: boolean;
930
+ };
920
931
  tagRender: {
921
932
  type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
922
933
  };
923
934
  removeIcon: {
924
- type: import("vue").PropType<import("../..").IconPropType>;
935
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
925
936
  };
926
937
  isShowTagTooltip: {
927
938
  type: BooleanConstructor;
928
939
  default: boolean;
929
940
  };
930
941
  popoverProps: {
931
- type: import("vue").PropType<import("..").PopoverProps>;
942
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
932
943
  default: () => {};
933
944
  };
934
945
  itemWidth: {
@@ -936,7 +947,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
936
947
  default: number;
937
948
  };
938
949
  containerWrapperWidth: {
939
- type: import("vue").PropType<number>;
950
+ type: import("vue").PropType<number | null>;
940
951
  default: null;
941
952
  };
942
953
  enableOverflow: {
@@ -967,7 +978,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
967
978
  default: undefined;
968
979
  };
969
980
  inputRef: {
970
- type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any>) => void>;
981
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
971
982
  };
972
983
  tagTransitionName: {
973
984
  type: StringConstructor;
@@ -979,7 +990,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
979
990
  type: import("vue").PropType<number | "responsive">;
980
991
  };
981
992
  maxTagPlaceholder: {
982
- type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
993
+ type: import("vue").PropType<(rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
983
994
  default: (ommittedValus: string[]) => string;
984
995
  };
985
996
  maxTagTooltip: {
@@ -990,18 +1001,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
990
1001
  type: NumberConstructor;
991
1002
  default: number;
992
1003
  };
1004
+ maxTagTooltipShowAll: {
1005
+ type: BooleanConstructor;
1006
+ default: boolean;
1007
+ };
993
1008
  tagRender: {
994
1009
  type: import("vue").PropType<import("../Select/Select.type").TagRenderFunction>;
995
1010
  };
996
1011
  removeIcon: {
997
- type: import("vue").PropType<import("../..").IconPropType>;
1012
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
998
1013
  };
999
1014
  isShowTagTooltip: {
1000
1015
  type: BooleanConstructor;
1001
1016
  default: boolean;
1002
1017
  };
1003
1018
  popoverProps: {
1004
- type: import("vue").PropType<import("..").PopoverProps>;
1019
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
1005
1020
  default: () => {};
1006
1021
  };
1007
1022
  itemWidth: {
@@ -1009,7 +1024,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1009
1024
  default: number;
1010
1025
  };
1011
1026
  containerWrapperWidth: {
1012
- type: import("vue").PropType<number>;
1027
+ type: import("vue").PropType<number | null>;
1013
1028
  default: null;
1014
1029
  };
1015
1030
  enableOverflow: {
@@ -1017,17 +1032,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1017
1032
  default: boolean;
1018
1033
  };
1019
1034
  }>> & Readonly<{
1020
- [x: `on${string}`]: (...args: any[]) => any;
1035
+ [x: `on${Capitalize<string>}`]: (...args: any[]) => any;
1021
1036
  }>, {
1022
1037
  values: import("../Select/Select.type").DisplayOption[];
1023
1038
  disabled: boolean;
1024
1039
  open: boolean;
1025
1040
  filterable: boolean;
1026
- maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
1041
+ maxTagPlaceholder: (rest: import("../Select/Select.type").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
1027
1042
  maxTagTooltip: boolean;
1028
1043
  isShowTagTooltip: boolean;
1029
1044
  maxTagTooltipWidth: number;
1030
- popoverProps: import("..").PopoverProps;
1045
+ maxTagTooltipShowAll: boolean;
1046
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
1031
1047
  itemWidth: number;
1032
1048
  containerWrapperWidth: number;
1033
1049
  enableOverflow: boolean;
@@ -1064,7 +1080,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1064
1080
  default: boolean;
1065
1081
  };
1066
1082
  switcherIcon: {
1067
- type: import("vue").PropType<import("../..").IconPropType>;
1083
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1068
1084
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1069
1085
  };
1070
1086
  showLine: {
@@ -1124,12 +1140,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1124
1140
  localTreeData: import("vue").Ref<{
1125
1141
  [x: string]: any;
1126
1142
  key: string | number;
1127
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1128
- [key: string]: any;
1129
- }>[];
1130
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1131
- [key: string]: any;
1132
- }>[];
1143
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
1144
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
1133
1145
  componentKey: string;
1134
1146
  dataRef: {
1135
1147
  [x: string]: any;
@@ -1150,12 +1162,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1150
1162
  }[], import("../Tree").InnerTreeItem[] | {
1151
1163
  [x: string]: any;
1152
1164
  key: string | number;
1153
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1154
- [key: string]: any;
1155
- }>[];
1156
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1157
- [key: string]: any;
1158
- }>[];
1165
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
1166
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
1159
1167
  componentKey: string;
1160
1168
  dataRef: {
1161
1169
  [x: string]: any;
@@ -1196,10 +1204,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1196
1204
  selectable: boolean;
1197
1205
  draggable: boolean;
1198
1206
  checkedKeys: (string | number)[];
1207
+ checkStrictly: boolean;
1199
1208
  treeData: TreeItem[];
1200
1209
  dataKey: string | import("../Tree").GetDataKey;
1201
1210
  checkable: boolean;
1202
- checkStrictly: boolean;
1203
1211
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1204
1212
  showLine: boolean;
1205
1213
  expandedKeys: (string | number)[];
@@ -1235,10 +1243,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1235
1243
  selectable: import("vue").Ref<boolean, boolean>;
1236
1244
  draggable: import("vue").Ref<boolean, boolean>;
1237
1245
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1246
+ checkStrictly: import("vue").Ref<boolean, boolean>;
1238
1247
  treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
1239
1248
  dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
1240
1249
  checkable: import("vue").Ref<boolean, boolean>;
1241
- checkStrictly: import("vue").Ref<boolean, boolean>;
1242
1250
  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>>;
1243
1251
  showLine: import("vue").Ref<boolean, boolean>;
1244
1252
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -1270,7 +1278,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1270
1278
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
1271
1279
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
1272
1280
  isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
1273
- treeNodeOperate: (type: "delete" | "add", key: string, children?: TreeItem[]) => void;
1281
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
1274
1282
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1275
1283
  data: {
1276
1284
  type: import("vue").PropType<import("../Tree").InnerTreeItem>;
@@ -1298,7 +1306,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1298
1306
  default: string;
1299
1307
  };
1300
1308
  icon: {
1301
- type: import("vue").PropType<import("../..").IconPropType>;
1309
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1302
1310
  };
1303
1311
  }>> & Readonly<{
1304
1312
  onClick?: (ev: Event) => any;
@@ -1345,7 +1353,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1345
1353
  default: string;
1346
1354
  };
1347
1355
  icon: {
1348
- type: import("vue").PropType<import("../..").IconPropType>;
1356
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1349
1357
  };
1350
1358
  }>> & Readonly<{
1351
1359
  onClick?: (ev: Event) => any;
@@ -1387,7 +1395,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1387
1395
  default: string;
1388
1396
  };
1389
1397
  icon: {
1390
- type: import("vue").PropType<import("../..").IconPropType>;
1398
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1391
1399
  };
1392
1400
  }>> & Readonly<{
1393
1401
  onClick?: (ev: Event) => any;
@@ -1414,7 +1422,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1414
1422
  }, string, {
1415
1423
  color: string;
1416
1424
  spin: boolean;
1417
- }, {}, 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>;
1425
+ }, {}, 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>);
1418
1426
  UCheckbox: {
1419
1427
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1420
1428
  modelValue: {
@@ -1438,9 +1446,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1438
1446
  default: boolean;
1439
1447
  };
1440
1448
  size: {
1441
- type: import("vue").PropType<"small" | "default" | "large">;
1449
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1442
1450
  default: string;
1443
- validator: (val: "small" | "default" | "large") => boolean;
1451
+ validator: (val: "default" | "small" | "large") => boolean;
1444
1452
  };
1445
1453
  name: {
1446
1454
  type: StringConstructor;
@@ -1455,16 +1463,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1455
1463
  default: boolean;
1456
1464
  };
1457
1465
  color: {
1458
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1459
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1466
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1467
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1460
1468
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1461
1469
  };
1462
1470
  }>> & Readonly<{
1463
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1464
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1471
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1472
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1465
1473
  }>, {
1466
1474
  prefixCls: import("vue").ComputedRef<string>;
1467
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
1475
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
1468
1476
  computedDisabled: import("vue").ComputedRef<boolean>;
1469
1477
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1470
1478
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -1477,12 +1485,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1477
1485
  handleBlur: () => void;
1478
1486
  onClick: (e: MouseEvent) => void;
1479
1487
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1480
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1481
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1488
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1489
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1482
1490
  }, import("vue").PublicProps, {
1483
1491
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1484
1492
  name: string;
1485
- size: "small" | "default" | "large";
1493
+ size: "default" | "small" | "large";
1486
1494
  disabled: boolean;
1487
1495
  modelValue: string | number | boolean;
1488
1496
  value: string | number;
@@ -1505,7 +1513,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1505
1513
  default: string;
1506
1514
  };
1507
1515
  icon: {
1508
- type: import("vue").PropType<import("../..").IconPropType>;
1516
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1509
1517
  };
1510
1518
  }>> & Readonly<{
1511
1519
  onClick?: (ev: Event) => any;
@@ -1552,7 +1560,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1552
1560
  default: string;
1553
1561
  };
1554
1562
  icon: {
1555
- type: import("vue").PropType<import("../..").IconPropType>;
1563
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1556
1564
  };
1557
1565
  }>> & Readonly<{
1558
1566
  onClick?: (ev: Event) => any;
@@ -1594,7 +1602,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1594
1602
  default: string;
1595
1603
  };
1596
1604
  icon: {
1597
- type: import("vue").PropType<import("../..").IconPropType>;
1605
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1598
1606
  };
1599
1607
  }>> & Readonly<{
1600
1608
  onClick?: (ev: Event) => any;
@@ -1621,7 +1629,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1621
1629
  }, string, {
1622
1630
  color: string;
1623
1631
  spin: boolean;
1624
- }, {}, 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>;
1632
+ }, {}, 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>);
1625
1633
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1626
1634
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1627
1635
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1653,9 +1661,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1653
1661
  default: boolean;
1654
1662
  };
1655
1663
  size: {
1656
- type: import("vue").PropType<"small" | "default" | "large">;
1664
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1657
1665
  default: string;
1658
- validator: (val: "small" | "default" | "large") => boolean;
1666
+ validator: (val: "default" | "small" | "large") => boolean;
1659
1667
  };
1660
1668
  name: {
1661
1669
  type: StringConstructor;
@@ -1670,16 +1678,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1670
1678
  default: boolean;
1671
1679
  };
1672
1680
  color: {
1673
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1674
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1681
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1682
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1675
1683
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1676
1684
  };
1677
1685
  }>> & Readonly<{
1678
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1679
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1686
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1687
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1680
1688
  }>, {
1681
1689
  prefixCls: import("vue").ComputedRef<string>;
1682
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
1690
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
1683
1691
  computedDisabled: import("vue").ComputedRef<boolean>;
1684
1692
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1685
1693
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -1694,7 +1702,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1694
1702
  }, {}, {}, {}, {
1695
1703
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1696
1704
  name: string;
1697
- size: "small" | "default" | "large";
1705
+ size: "default" | "small" | "large";
1698
1706
  disabled: boolean;
1699
1707
  modelValue: string | number | boolean;
1700
1708
  value: string | number;
@@ -1728,9 +1736,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1728
1736
  default: boolean;
1729
1737
  };
1730
1738
  size: {
1731
- type: import("vue").PropType<"small" | "default" | "large">;
1739
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1732
1740
  default: string;
1733
- validator: (val: "small" | "default" | "large") => boolean;
1741
+ validator: (val: "default" | "small" | "large") => boolean;
1734
1742
  };
1735
1743
  name: {
1736
1744
  type: StringConstructor;
@@ -1745,16 +1753,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1745
1753
  default: boolean;
1746
1754
  };
1747
1755
  color: {
1748
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1749
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1756
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1757
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1750
1758
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1751
1759
  };
1752
1760
  }>> & Readonly<{
1753
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1754
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1761
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1762
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1755
1763
  }>, {
1756
1764
  prefixCls: import("vue").ComputedRef<string>;
1757
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
1765
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
1758
1766
  computedDisabled: import("vue").ComputedRef<boolean>;
1759
1767
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1760
1768
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -1767,12 +1775,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1767
1775
  handleBlur: () => void;
1768
1776
  onClick: (e: MouseEvent) => void;
1769
1777
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1770
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1771
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1778
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1779
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1772
1780
  }, string, {
1773
1781
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1774
1782
  name: string;
1775
- size: "small" | "default" | "large";
1783
+ size: "default" | "small" | "large";
1776
1784
  disabled: boolean;
1777
1785
  modelValue: string | number | boolean;
1778
1786
  value: string | number;
@@ -1795,7 +1803,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1795
1803
  default: string;
1796
1804
  };
1797
1805
  icon: {
1798
- type: import("vue").PropType<import("../..").IconPropType>;
1806
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1799
1807
  };
1800
1808
  }>> & Readonly<{
1801
1809
  onClick?: (ev: Event) => any;
@@ -1842,7 +1850,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1842
1850
  default: string;
1843
1851
  };
1844
1852
  icon: {
1845
- type: import("vue").PropType<import("../..").IconPropType>;
1853
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1846
1854
  };
1847
1855
  }>> & Readonly<{
1848
1856
  onClick?: (ev: Event) => any;
@@ -1884,7 +1892,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1884
1892
  default: string;
1885
1893
  };
1886
1894
  icon: {
1887
- type: import("vue").PropType<import("../..").IconPropType>;
1895
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1888
1896
  };
1889
1897
  }>> & Readonly<{
1890
1898
  onClick?: (ev: Event) => any;
@@ -1911,23 +1919,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1911
1919
  }, string, {
1912
1920
  color: string;
1913
1921
  spin: boolean;
1914
- }, {}, 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>;
1922
+ }, {}, 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>);
1915
1923
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1916
1924
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1917
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
1925
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
1918
1926
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1919
1927
  modelValue: {
1920
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
1921
- default: () => import("..").CheckboxGroupSingleValue[];
1928
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
1929
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
1922
1930
  };
1923
1931
  size: {
1924
- type: import("vue").PropType<"small" | "default" | "large">;
1932
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1925
1933
  default: string;
1926
1934
  validator: (val: string) => boolean;
1927
1935
  };
1928
1936
  options: {
1929
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
1930
- default: () => import("..").CheckboxGroupOption[];
1937
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
1938
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
1931
1939
  };
1932
1940
  disabled: {
1933
1941
  type: BooleanConstructor;
@@ -1941,12 +1949,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1941
1949
  type: StringConstructor;
1942
1950
  };
1943
1951
  buttonType: {
1944
- type: import("vue").PropType<"fill" | "border" | "card">;
1952
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
1945
1953
  default: string;
1946
1954
  validator: (val: "fill" | "border" | "card") => boolean;
1947
1955
  };
1948
1956
  type: {
1949
- type: import("vue").PropType<"default" | "button">;
1957
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
1950
1958
  default: string;
1951
1959
  validator: (val: "default" | "button") => boolean;
1952
1960
  };
@@ -1955,8 +1963,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1955
1963
  default: boolean;
1956
1964
  };
1957
1965
  color: {
1958
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1959
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1966
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1967
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1960
1968
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1961
1969
  };
1962
1970
  }>, {
@@ -1967,21 +1975,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1967
1975
  computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
1968
1976
  hasSlot: import("vue").ComputedRef<boolean>;
1969
1977
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1970
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
1971
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
1978
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
1979
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
1972
1980
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1973
1981
  modelValue: {
1974
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
1975
- default: () => import("..").CheckboxGroupSingleValue[];
1982
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
1983
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
1976
1984
  };
1977
1985
  size: {
1978
- type: import("vue").PropType<"small" | "default" | "large">;
1986
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1979
1987
  default: string;
1980
1988
  validator: (val: string) => boolean;
1981
1989
  };
1982
1990
  options: {
1983
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
1984
- default: () => import("..").CheckboxGroupOption[];
1991
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
1992
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
1985
1993
  };
1986
1994
  disabled: {
1987
1995
  type: BooleanConstructor;
@@ -1995,12 +2003,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1995
2003
  type: StringConstructor;
1996
2004
  };
1997
2005
  buttonType: {
1998
- type: import("vue").PropType<"fill" | "border" | "card">;
2006
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
1999
2007
  default: string;
2000
2008
  validator: (val: "fill" | "border" | "card") => boolean;
2001
2009
  };
2002
2010
  type: {
2003
- type: import("vue").PropType<"default" | "button">;
2011
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2004
2012
  default: string;
2005
2013
  validator: (val: "default" | "button") => boolean;
2006
2014
  };
@@ -2009,21 +2017,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2009
2017
  default: boolean;
2010
2018
  };
2011
2019
  color: {
2012
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2013
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2020
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2021
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2014
2022
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2015
2023
  };
2016
2024
  }>> & Readonly<{
2017
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2018
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2025
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2026
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2019
2027
  }>, {
2020
2028
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2021
2029
  type: "default" | "button";
2022
2030
  loading: boolean;
2023
- size: "small" | "default" | "large";
2031
+ size: "default" | "small" | "large";
2024
2032
  disabled: boolean;
2025
- modelValue: import("..").CheckboxGroupSingleValue[];
2026
- options: import("..").CheckboxGroupOption[];
2033
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2034
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2027
2035
  buttonFill: boolean;
2028
2036
  buttonType: "fill" | "border" | "card";
2029
2037
  }, {}, {
@@ -2041,7 +2049,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2041
2049
  default: string;
2042
2050
  };
2043
2051
  icon: {
2044
- type: import("vue").PropType<import("../..").IconPropType>;
2052
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2045
2053
  };
2046
2054
  }>> & Readonly<{
2047
2055
  onClick?: (ev: Event) => any;
@@ -2088,7 +2096,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2088
2096
  default: string;
2089
2097
  };
2090
2098
  icon: {
2091
- type: import("vue").PropType<import("../..").IconPropType>;
2099
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2092
2100
  };
2093
2101
  }>> & Readonly<{
2094
2102
  onClick?: (ev: Event) => any;
@@ -2130,7 +2138,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2130
2138
  default: string;
2131
2139
  };
2132
2140
  icon: {
2133
- type: import("vue").PropType<import("../..").IconPropType>;
2141
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2134
2142
  };
2135
2143
  }>> & Readonly<{
2136
2144
  onClick?: (ev: Event) => any;
@@ -2157,7 +2165,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2157
2165
  }, string, {
2158
2166
  color: string;
2159
2167
  spin: boolean;
2160
- }, {}, 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>;
2168
+ }, {}, 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>);
2161
2169
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2162
2170
  modelValue: {
2163
2171
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2180,9 +2188,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2180
2188
  default: boolean;
2181
2189
  };
2182
2190
  size: {
2183
- type: import("vue").PropType<"small" | "default" | "large">;
2191
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2184
2192
  default: string;
2185
- validator: (val: "small" | "default" | "large") => boolean;
2193
+ validator: (val: "default" | "small" | "large") => boolean;
2186
2194
  };
2187
2195
  name: {
2188
2196
  type: StringConstructor;
@@ -2197,13 +2205,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2197
2205
  default: boolean;
2198
2206
  };
2199
2207
  color: {
2200
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2201
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2208
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2209
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2202
2210
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2203
2211
  };
2204
2212
  }>, {
2205
2213
  prefixCls: import("vue").ComputedRef<string>;
2206
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
2214
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
2207
2215
  computedDisabled: import("vue").ComputedRef<boolean>;
2208
2216
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2209
2217
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -2216,8 +2224,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2216
2224
  handleBlur: () => void;
2217
2225
  onClick: (e: MouseEvent) => void;
2218
2226
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2219
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2220
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2227
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2228
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2221
2229
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2222
2230
  modelValue: {
2223
2231
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2240,9 +2248,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2240
2248
  default: boolean;
2241
2249
  };
2242
2250
  size: {
2243
- type: import("vue").PropType<"small" | "default" | "large">;
2251
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2244
2252
  default: string;
2245
- validator: (val: "small" | "default" | "large") => boolean;
2253
+ validator: (val: "default" | "small" | "large") => boolean;
2246
2254
  };
2247
2255
  name: {
2248
2256
  type: StringConstructor;
@@ -2257,17 +2265,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2257
2265
  default: boolean;
2258
2266
  };
2259
2267
  color: {
2260
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
2261
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2268
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2269
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2262
2270
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2263
2271
  };
2264
2272
  }>> & Readonly<{
2265
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2266
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2273
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2274
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2267
2275
  }>, {
2268
2276
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2269
2277
  name: string;
2270
- size: "small" | "default" | "large";
2278
+ size: "default" | "small" | "large";
2271
2279
  disabled: boolean;
2272
2280
  modelValue: string | number | boolean;
2273
2281
  value: string | number;
@@ -2290,7 +2298,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2290
2298
  default: string;
2291
2299
  };
2292
2300
  icon: {
2293
- type: import("vue").PropType<import("../..").IconPropType>;
2301
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2294
2302
  };
2295
2303
  }>> & Readonly<{
2296
2304
  onClick?: (ev: Event) => any;
@@ -2337,7 +2345,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2337
2345
  default: string;
2338
2346
  };
2339
2347
  icon: {
2340
- type: import("vue").PropType<import("../..").IconPropType>;
2348
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2341
2349
  };
2342
2350
  }>> & Readonly<{
2343
2351
  onClick?: (ev: Event) => any;
@@ -2379,7 +2387,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2379
2387
  default: string;
2380
2388
  };
2381
2389
  icon: {
2382
- type: import("vue").PropType<import("../..").IconPropType>;
2390
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2383
2391
  };
2384
2392
  }>> & Readonly<{
2385
2393
  onClick?: (ev: Event) => any;
@@ -2406,35 +2414,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2406
2414
  }, string, {
2407
2415
  color: string;
2408
2416
  spin: boolean;
2409
- }, {}, 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>;
2417
+ }, {}, 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>);
2410
2418
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2411
2419
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2412
2420
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2413
2421
  ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2414
2422
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2415
- };
2423
+ });
2416
2424
  CollapseTransition: {
2417
2425
  (props: {
2418
2426
  appear: boolean;
2419
- }, { slots }: Omit<{
2420
- attrs: {
2421
- [x: string]: unknown;
2422
- };
2423
- slots: Readonly<{
2424
- [name: string]: import("vue").Slot<any>;
2425
- }>;
2426
- emit: (event: string, ...args: any[]) => void;
2427
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
2428
- } | {
2429
- attrs: {
2430
- [x: string]: unknown;
2431
- };
2432
- slots: Readonly<{
2433
- [name: string]: import("vue").Slot<any>;
2434
- }>;
2435
- emit: (event: string, ...args: any[]) => void;
2436
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
2437
- }, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2427
+ }, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2438
2428
  [key: string]: any;
2439
2429
  }>;
2440
2430
  props: {
@@ -2493,7 +2483,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2493
2483
  default: boolean;
2494
2484
  };
2495
2485
  switcherIcon: {
2496
- type: import("vue").PropType<import("../..").IconPropType>;
2486
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2497
2487
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2498
2488
  };
2499
2489
  showLine: {
@@ -2553,12 +2543,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2553
2543
  localTreeData: import("vue").Ref<{
2554
2544
  [x: string]: any;
2555
2545
  key: string | number;
2556
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2557
- [key: string]: any;
2558
- }>[];
2559
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2560
- [key: string]: any;
2561
- }>[];
2546
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2547
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2562
2548
  componentKey: string;
2563
2549
  dataRef: {
2564
2550
  [x: string]: any;
@@ -2579,12 +2565,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2579
2565
  }[], import("../Tree").InnerTreeItem[] | {
2580
2566
  [x: string]: any;
2581
2567
  key: string | number;
2582
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2583
- [key: string]: any;
2584
- }>[];
2585
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2586
- [key: string]: any;
2587
- }>[];
2568
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2569
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2588
2570
  componentKey: string;
2589
2571
  dataRef: {
2590
2572
  [x: string]: any;
@@ -2615,10 +2597,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2615
2597
  selectable: boolean;
2616
2598
  draggable: boolean;
2617
2599
  checkedKeys: (string | number)[];
2600
+ checkStrictly: boolean;
2618
2601
  treeData: TreeItem[];
2619
2602
  dataKey: string | import("../Tree").GetDataKey;
2620
2603
  checkable: boolean;
2621
- checkStrictly: boolean;
2622
2604
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2623
2605
  showLine: boolean;
2624
2606
  expandedKeys: (string | number)[];
@@ -2659,7 +2641,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2659
2641
  default: boolean;
2660
2642
  };
2661
2643
  switcherIcon: {
2662
- type: import("vue").PropType<import("../..").IconPropType>;
2644
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2663
2645
  default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2664
2646
  };
2665
2647
  showLine: {
@@ -2719,12 +2701,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2719
2701
  localTreeData: import("vue").Ref<{
2720
2702
  [x: string]: any;
2721
2703
  key: string | number;
2722
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2723
- [key: string]: any;
2724
- }>[];
2725
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2726
- [key: string]: any;
2727
- }>[];
2704
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2705
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2728
2706
  componentKey: string;
2729
2707
  dataRef: {
2730
2708
  [x: string]: any;
@@ -2745,12 +2723,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2745
2723
  }[], import("../Tree").InnerTreeItem[] | {
2746
2724
  [x: string]: any;
2747
2725
  key: string | number;
2748
- slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2749
- [key: string]: any;
2750
- }>[];
2751
- operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2752
- [key: string]: any;
2753
- }>[];
2726
+ slot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2727
+ operateSlot: (param: import("../Tree").TreeNodeSlotArgs) => import("vue").VNode[];
2754
2728
  componentKey: string;
2755
2729
  dataRef: {
2756
2730
  [x: string]: any;
@@ -2791,10 +2765,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2791
2765
  selectable: boolean;
2792
2766
  draggable: boolean;
2793
2767
  checkedKeys: (string | number)[];
2768
+ checkStrictly: boolean;
2794
2769
  treeData: TreeItem[];
2795
2770
  dataKey: string | import("../Tree").GetDataKey;
2796
2771
  checkable: boolean;
2797
- checkStrictly: boolean;
2798
2772
  switcherIcon: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2799
2773
  showLine: boolean;
2800
2774
  expandedKeys: (string | number)[];
@@ -2830,10 +2804,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2830
2804
  selectable: import("vue").Ref<boolean, boolean>;
2831
2805
  draggable: import("vue").Ref<boolean, boolean>;
2832
2806
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2807
+ checkStrictly: import("vue").Ref<boolean, boolean>;
2833
2808
  treeData: import("vue").Ref<TreeItem[], TreeItem[]>;
2834
2809
  dataKey: import("vue").Ref<string | import("../Tree").GetDataKey, string | import("../Tree").GetDataKey>;
2835
2810
  checkable: import("vue").Ref<boolean, boolean>;
2836
- checkStrictly: import("vue").Ref<boolean, boolean>;
2837
2811
  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>>;
2838
2812
  showLine: import("vue").Ref<boolean, boolean>;
2839
2813
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -2865,7 +2839,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2865
2839
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
2866
2840
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
2867
2841
  isLeaf: (node: import("../Tree").InnerTreeItem) => boolean;
2868
- treeNodeOperate: (type: "delete" | "add", key: string, children?: TreeItem[]) => void;
2842
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: TreeItem[]) => void;
2869
2843
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2870
2844
  data: {
2871
2845
  type: import("vue").PropType<import("../Tree").InnerTreeItem>;
@@ -2893,7 +2867,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2893
2867
  default: string;
2894
2868
  };
2895
2869
  icon: {
2896
- type: import("vue").PropType<import("../..").IconPropType>;
2870
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2897
2871
  };
2898
2872
  }>> & Readonly<{
2899
2873
  onClick?: (ev: Event) => any;
@@ -2940,7 +2914,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2940
2914
  default: string;
2941
2915
  };
2942
2916
  icon: {
2943
- type: import("vue").PropType<import("../..").IconPropType>;
2917
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2944
2918
  };
2945
2919
  }>> & Readonly<{
2946
2920
  onClick?: (ev: Event) => any;
@@ -2982,7 +2956,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2982
2956
  default: string;
2983
2957
  };
2984
2958
  icon: {
2985
- type: import("vue").PropType<import("../..").IconPropType>;
2959
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2986
2960
  };
2987
2961
  }>> & Readonly<{
2988
2962
  onClick?: (ev: Event) => any;
@@ -3009,7 +2983,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3009
2983
  }, string, {
3010
2984
  color: string;
3011
2985
  spin: boolean;
3012
- }, {}, 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>;
2986
+ }, {}, 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>);
3013
2987
  UCheckbox: {
3014
2988
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3015
2989
  modelValue: {
@@ -3033,9 +3007,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3033
3007
  default: boolean;
3034
3008
  };
3035
3009
  size: {
3036
- type: import("vue").PropType<"small" | "default" | "large">;
3010
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3037
3011
  default: string;
3038
- validator: (val: "small" | "default" | "large") => boolean;
3012
+ validator: (val: "default" | "small" | "large") => boolean;
3039
3013
  };
3040
3014
  name: {
3041
3015
  type: StringConstructor;
@@ -3050,16 +3024,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3050
3024
  default: boolean;
3051
3025
  };
3052
3026
  color: {
3053
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3054
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3027
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3028
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3055
3029
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3056
3030
  };
3057
3031
  }>> & Readonly<{
3058
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3059
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3032
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3033
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3060
3034
  }>, {
3061
3035
  prefixCls: import("vue").ComputedRef<string>;
3062
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
3036
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
3063
3037
  computedDisabled: import("vue").ComputedRef<boolean>;
3064
3038
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3065
3039
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -3072,12 +3046,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3072
3046
  handleBlur: () => void;
3073
3047
  onClick: (e: MouseEvent) => void;
3074
3048
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3075
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3076
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3049
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
3050
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3077
3051
  }, import("vue").PublicProps, {
3078
3052
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3079
3053
  name: string;
3080
- size: "small" | "default" | "large";
3054
+ size: "default" | "small" | "large";
3081
3055
  disabled: boolean;
3082
3056
  modelValue: string | number | boolean;
3083
3057
  value: string | number;
@@ -3100,7 +3074,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3100
3074
  default: string;
3101
3075
  };
3102
3076
  icon: {
3103
- type: import("vue").PropType<import("../..").IconPropType>;
3077
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3104
3078
  };
3105
3079
  }>> & Readonly<{
3106
3080
  onClick?: (ev: Event) => any;
@@ -3147,7 +3121,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3147
3121
  default: string;
3148
3122
  };
3149
3123
  icon: {
3150
- type: import("vue").PropType<import("../..").IconPropType>;
3124
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3151
3125
  };
3152
3126
  }>> & Readonly<{
3153
3127
  onClick?: (ev: Event) => any;
@@ -3189,7 +3163,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3189
3163
  default: string;
3190
3164
  };
3191
3165
  icon: {
3192
- type: import("vue").PropType<import("../..").IconPropType>;
3166
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3193
3167
  };
3194
3168
  }>> & Readonly<{
3195
3169
  onClick?: (ev: Event) => any;
@@ -3216,7 +3190,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3216
3190
  }, string, {
3217
3191
  color: string;
3218
3192
  spin: boolean;
3219
- }, {}, 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>;
3193
+ }, {}, 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>);
3220
3194
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3221
3195
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3222
3196
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3248,9 +3222,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3248
3222
  default: boolean;
3249
3223
  };
3250
3224
  size: {
3251
- type: import("vue").PropType<"small" | "default" | "large">;
3225
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3252
3226
  default: string;
3253
- validator: (val: "small" | "default" | "large") => boolean;
3227
+ validator: (val: "default" | "small" | "large") => boolean;
3254
3228
  };
3255
3229
  name: {
3256
3230
  type: StringConstructor;
@@ -3265,16 +3239,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3265
3239
  default: boolean;
3266
3240
  };
3267
3241
  color: {
3268
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3269
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3242
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3243
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3270
3244
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3271
3245
  };
3272
3246
  }>> & Readonly<{
3273
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3274
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3247
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3248
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3275
3249
  }>, {
3276
3250
  prefixCls: import("vue").ComputedRef<string>;
3277
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
3251
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
3278
3252
  computedDisabled: import("vue").ComputedRef<boolean>;
3279
3253
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3280
3254
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -3289,7 +3263,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3289
3263
  }, {}, {}, {}, {
3290
3264
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3291
3265
  name: string;
3292
- size: "small" | "default" | "large";
3266
+ size: "default" | "small" | "large";
3293
3267
  disabled: boolean;
3294
3268
  modelValue: string | number | boolean;
3295
3269
  value: string | number;
@@ -3323,9 +3297,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3323
3297
  default: boolean;
3324
3298
  };
3325
3299
  size: {
3326
- type: import("vue").PropType<"small" | "default" | "large">;
3300
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3327
3301
  default: string;
3328
- validator: (val: "small" | "default" | "large") => boolean;
3302
+ validator: (val: "default" | "small" | "large") => boolean;
3329
3303
  };
3330
3304
  name: {
3331
3305
  type: StringConstructor;
@@ -3340,16 +3314,16 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3340
3314
  default: boolean;
3341
3315
  };
3342
3316
  color: {
3343
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3344
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3317
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3318
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3345
3319
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3346
3320
  };
3347
3321
  }>> & Readonly<{
3348
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3349
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3322
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3323
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3350
3324
  }>, {
3351
3325
  prefixCls: import("vue").ComputedRef<string>;
3352
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
3326
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
3353
3327
  computedDisabled: import("vue").ComputedRef<boolean>;
3354
3328
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3355
3329
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -3362,12 +3336,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3362
3336
  handleBlur: () => void;
3363
3337
  onClick: (e: MouseEvent) => void;
3364
3338
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3365
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3366
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3339
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
3340
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3367
3341
  }, string, {
3368
3342
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3369
3343
  name: string;
3370
- size: "small" | "default" | "large";
3344
+ size: "default" | "small" | "large";
3371
3345
  disabled: boolean;
3372
3346
  modelValue: string | number | boolean;
3373
3347
  value: string | number;
@@ -3390,7 +3364,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3390
3364
  default: string;
3391
3365
  };
3392
3366
  icon: {
3393
- type: import("vue").PropType<import("../..").IconPropType>;
3367
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3394
3368
  };
3395
3369
  }>> & Readonly<{
3396
3370
  onClick?: (ev: Event) => any;
@@ -3437,7 +3411,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3437
3411
  default: string;
3438
3412
  };
3439
3413
  icon: {
3440
- type: import("vue").PropType<import("../..").IconPropType>;
3414
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3441
3415
  };
3442
3416
  }>> & Readonly<{
3443
3417
  onClick?: (ev: Event) => any;
@@ -3479,7 +3453,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3479
3453
  default: string;
3480
3454
  };
3481
3455
  icon: {
3482
- type: import("vue").PropType<import("../..").IconPropType>;
3456
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3483
3457
  };
3484
3458
  }>> & Readonly<{
3485
3459
  onClick?: (ev: Event) => any;
@@ -3506,23 +3480,23 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3506
3480
  }, string, {
3507
3481
  color: string;
3508
3482
  spin: boolean;
3509
- }, {}, 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>;
3483
+ }, {}, 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>);
3510
3484
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3511
3485
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3512
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
3486
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
3513
3487
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3514
3488
  modelValue: {
3515
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
3516
- default: () => import("..").CheckboxGroupSingleValue[];
3489
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
3490
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
3517
3491
  };
3518
3492
  size: {
3519
- type: import("vue").PropType<"small" | "default" | "large">;
3493
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3520
3494
  default: string;
3521
3495
  validator: (val: string) => boolean;
3522
3496
  };
3523
3497
  options: {
3524
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
3525
- default: () => import("..").CheckboxGroupOption[];
3498
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
3499
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
3526
3500
  };
3527
3501
  disabled: {
3528
3502
  type: BooleanConstructor;
@@ -3536,12 +3510,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3536
3510
  type: StringConstructor;
3537
3511
  };
3538
3512
  buttonType: {
3539
- type: import("vue").PropType<"fill" | "border" | "card">;
3513
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
3540
3514
  default: string;
3541
3515
  validator: (val: "fill" | "border" | "card") => boolean;
3542
3516
  };
3543
3517
  type: {
3544
- type: import("vue").PropType<"default" | "button">;
3518
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
3545
3519
  default: string;
3546
3520
  validator: (val: "default" | "button") => boolean;
3547
3521
  };
@@ -3550,8 +3524,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3550
3524
  default: boolean;
3551
3525
  };
3552
3526
  color: {
3553
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3554
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3527
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3528
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3555
3529
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3556
3530
  };
3557
3531
  }>, {
@@ -3562,21 +3536,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3562
3536
  computedType: import("vue").ComputedRef<"fill" | "default" | "border" | "card">;
3563
3537
  hasSlot: import("vue").ComputedRef<boolean>;
3564
3538
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3565
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
3566
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
3539
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
3540
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
3567
3541
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3568
3542
  modelValue: {
3569
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
3570
- default: () => import("..").CheckboxGroupSingleValue[];
3543
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
3544
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
3571
3545
  };
3572
3546
  size: {
3573
- type: import("vue").PropType<"small" | "default" | "large">;
3547
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3574
3548
  default: string;
3575
3549
  validator: (val: string) => boolean;
3576
3550
  };
3577
3551
  options: {
3578
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
3579
- default: () => import("..").CheckboxGroupOption[];
3552
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
3553
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
3580
3554
  };
3581
3555
  disabled: {
3582
3556
  type: BooleanConstructor;
@@ -3590,12 +3564,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3590
3564
  type: StringConstructor;
3591
3565
  };
3592
3566
  buttonType: {
3593
- type: import("vue").PropType<"fill" | "border" | "card">;
3567
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
3594
3568
  default: string;
3595
3569
  validator: (val: "fill" | "border" | "card") => boolean;
3596
3570
  };
3597
3571
  type: {
3598
- type: import("vue").PropType<"default" | "button">;
3572
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
3599
3573
  default: string;
3600
3574
  validator: (val: "default" | "button") => boolean;
3601
3575
  };
@@ -3604,21 +3578,21 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3604
3578
  default: boolean;
3605
3579
  };
3606
3580
  color: {
3607
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3608
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3581
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3582
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3609
3583
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3610
3584
  };
3611
3585
  }>> & Readonly<{
3612
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
3613
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
3586
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
3587
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
3614
3588
  }>, {
3615
3589
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3616
3590
  type: "default" | "button";
3617
3591
  loading: boolean;
3618
- size: "small" | "default" | "large";
3592
+ size: "default" | "small" | "large";
3619
3593
  disabled: boolean;
3620
- modelValue: import("..").CheckboxGroupSingleValue[];
3621
- options: import("..").CheckboxGroupOption[];
3594
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
3595
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
3622
3596
  buttonFill: boolean;
3623
3597
  buttonType: "fill" | "border" | "card";
3624
3598
  }, {}, {
@@ -3636,7 +3610,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3636
3610
  default: string;
3637
3611
  };
3638
3612
  icon: {
3639
- type: import("vue").PropType<import("../..").IconPropType>;
3613
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3640
3614
  };
3641
3615
  }>> & Readonly<{
3642
3616
  onClick?: (ev: Event) => any;
@@ -3683,7 +3657,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3683
3657
  default: string;
3684
3658
  };
3685
3659
  icon: {
3686
- type: import("vue").PropType<import("../..").IconPropType>;
3660
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3687
3661
  };
3688
3662
  }>> & Readonly<{
3689
3663
  onClick?: (ev: Event) => any;
@@ -3725,7 +3699,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3725
3699
  default: string;
3726
3700
  };
3727
3701
  icon: {
3728
- type: import("vue").PropType<import("../..").IconPropType>;
3702
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3729
3703
  };
3730
3704
  }>> & Readonly<{
3731
3705
  onClick?: (ev: Event) => any;
@@ -3752,7 +3726,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3752
3726
  }, string, {
3753
3727
  color: string;
3754
3728
  spin: boolean;
3755
- }, {}, 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>;
3729
+ }, {}, 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>);
3756
3730
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3757
3731
  modelValue: {
3758
3732
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3775,9 +3749,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3775
3749
  default: boolean;
3776
3750
  };
3777
3751
  size: {
3778
- type: import("vue").PropType<"small" | "default" | "large">;
3752
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3779
3753
  default: string;
3780
- validator: (val: "small" | "default" | "large") => boolean;
3754
+ validator: (val: "default" | "small" | "large") => boolean;
3781
3755
  };
3782
3756
  name: {
3783
3757
  type: StringConstructor;
@@ -3792,13 +3766,13 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3792
3766
  default: boolean;
3793
3767
  };
3794
3768
  color: {
3795
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3796
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3769
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3770
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3797
3771
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3798
3772
  };
3799
3773
  }>, {
3800
3774
  prefixCls: import("vue").ComputedRef<string>;
3801
- computedSize: import("vue").ComputedRef<"small" | "default" | "large">;
3775
+ computedSize: import("vue").ComputedRef<"default" | "small" | "large">;
3802
3776
  computedDisabled: import("vue").ComputedRef<boolean>;
3803
3777
  computedColor: import("vue").ComputedRef<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3804
3778
  focusWrap: import("vue").Ref<boolean, boolean>;
@@ -3811,8 +3785,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3811
3785
  handleBlur: () => void;
3812
3786
  onClick: (e: MouseEvent) => void;
3813
3787
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3814
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3815
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3788
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
3789
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3816
3790
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3817
3791
  modelValue: {
3818
3792
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -3835,9 +3809,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3835
3809
  default: boolean;
3836
3810
  };
3837
3811
  size: {
3838
- type: import("vue").PropType<"small" | "default" | "large">;
3812
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3839
3813
  default: string;
3840
- validator: (val: "small" | "default" | "large") => boolean;
3814
+ validator: (val: "default" | "small" | "large") => boolean;
3841
3815
  };
3842
3816
  name: {
3843
3817
  type: StringConstructor;
@@ -3852,17 +3826,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3852
3826
  default: boolean;
3853
3827
  };
3854
3828
  color: {
3855
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3856
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3829
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3830
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3857
3831
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3858
3832
  };
3859
3833
  }>> & Readonly<{
3860
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3861
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3834
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3835
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3862
3836
  }>, {
3863
3837
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3864
3838
  name: string;
3865
- size: "small" | "default" | "large";
3839
+ size: "default" | "small" | "large";
3866
3840
  disabled: boolean;
3867
3841
  modelValue: string | number | boolean;
3868
3842
  value: string | number;
@@ -3885,7 +3859,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3885
3859
  default: string;
3886
3860
  };
3887
3861
  icon: {
3888
- type: import("vue").PropType<import("../..").IconPropType>;
3862
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3889
3863
  };
3890
3864
  }>> & Readonly<{
3891
3865
  onClick?: (ev: Event) => any;
@@ -3932,7 +3906,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3932
3906
  default: string;
3933
3907
  };
3934
3908
  icon: {
3935
- type: import("vue").PropType<import("../..").IconPropType>;
3909
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3936
3910
  };
3937
3911
  }>> & Readonly<{
3938
3912
  onClick?: (ev: Event) => any;
@@ -3974,7 +3948,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
3974
3948
  default: string;
3975
3949
  };
3976
3950
  icon: {
3977
- type: import("vue").PropType<import("../..").IconPropType>;
3951
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3978
3952
  };
3979
3953
  }>> & Readonly<{
3980
3954
  onClick?: (ev: Event) => any;
@@ -4001,35 +3975,17 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4001
3975
  }, string, {
4002
3976
  color: string;
4003
3977
  spin: boolean;
4004
- }, {}, 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>;
3978
+ }, {}, 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>);
4005
3979
  USolidCheck: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4006
3980
  USolidRemove: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4007
3981
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4008
3982
  ULineLoading: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4009
3983
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4010
- };
3984
+ });
4011
3985
  CollapseTransition: {
4012
3986
  (props: {
4013
3987
  appear: boolean;
4014
- }, { slots }: Omit<{
4015
- attrs: {
4016
- [x: string]: unknown;
4017
- };
4018
- slots: Readonly<{
4019
- [name: string]: import("vue").Slot<any>;
4020
- }>;
4021
- emit: (event: string, ...args: any[]) => void;
4022
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
4023
- } | {
4024
- attrs: {
4025
- [x: string]: unknown;
4026
- };
4027
- slots: Readonly<{
4028
- [name: string]: import("vue").Slot<any>;
4029
- }>;
4030
- emit: (event: string, ...args: any[]) => void;
4031
- expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void;
4032
- }, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3988
+ }, { slots }: Omit<import("vue").SetupContext, "expose">): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
4033
3989
  [key: string]: any;
4034
3990
  }>;
4035
3991
  props: {
@@ -4051,26 +4007,26 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4051
4007
  ULineText: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4052
4008
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4053
4009
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4054
- } & 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>;
4010
+ } & 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>);
4055
4011
  UEmpty: {
4056
4012
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4057
4013
  image: {
4058
4014
  type: StringConstructor;
4059
4015
  };
4060
4016
  icon: {
4061
- type: import("vue").PropType<import("../..").IconPropType>;
4017
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4062
4018
  };
4063
4019
  text: {
4064
4020
  type: (BooleanConstructor | StringConstructor)[];
4065
4021
  default: undefined;
4066
4022
  };
4067
4023
  size: {
4068
- type: import("vue").PropType<"small" | "default" | "large">;
4024
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4069
4025
  default: string;
4070
- validator: (val: "small" | "default" | "large") => boolean;
4026
+ validator: (val: "default" | "small" | "large") => boolean;
4071
4027
  };
4072
4028
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4073
- size: "small" | "default" | "large";
4029
+ size: "default" | "small" | "large";
4074
4030
  text: string | boolean;
4075
4031
  }, true, {}, {}, {
4076
4032
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4079,15 +4035,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4079
4035
  default: undefined;
4080
4036
  };
4081
4037
  icon: {
4082
- type: import("vue").PropType<import("../..").IconPropType>;
4038
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4083
4039
  };
4084
4040
  image: {
4085
4041
  type: import("vue").PropType<string>;
4086
4042
  };
4087
4043
  size: {
4088
- type: import("vue").PropType<"small" | "default" | "large">;
4044
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4089
4045
  default: string;
4090
- validator: (val: "small" | "default" | "large") => boolean;
4046
+ validator: (val: "default" | "small" | "large") => boolean;
4091
4047
  };
4092
4048
  }>, {
4093
4049
  prefixCls: import("vue").ComputedRef<string>;
@@ -4100,18 +4056,18 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4100
4056
  default: undefined;
4101
4057
  };
4102
4058
  icon: {
4103
- type: import("vue").PropType<import("../..").IconPropType>;
4059
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4104
4060
  };
4105
4061
  image: {
4106
4062
  type: import("vue").PropType<string>;
4107
4063
  };
4108
4064
  size: {
4109
- type: import("vue").PropType<"small" | "default" | "large">;
4065
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4110
4066
  default: string;
4111
- validator: (val: "small" | "default" | "large") => boolean;
4067
+ validator: (val: "default" | "small" | "large") => boolean;
4112
4068
  };
4113
4069
  }>> & Readonly<{}>, {
4114
- size: "small" | "default" | "large";
4070
+ size: "default" | "small" | "large";
4115
4071
  text: string | boolean;
4116
4072
  }, {}, {
4117
4073
  UColorfulEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4128,19 +4084,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4128
4084
  type: StringConstructor;
4129
4085
  };
4130
4086
  icon: {
4131
- type: import("vue").PropType<import("../..").IconPropType>;
4087
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4132
4088
  };
4133
4089
  text: {
4134
4090
  type: (BooleanConstructor | StringConstructor)[];
4135
4091
  default: undefined;
4136
4092
  };
4137
4093
  size: {
4138
- type: import("vue").PropType<"small" | "default" | "large">;
4094
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4139
4095
  default: string;
4140
- validator: (val: "small" | "default" | "large") => boolean;
4096
+ validator: (val: "default" | "small" | "large") => boolean;
4141
4097
  };
4142
4098
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
4143
- size: "small" | "default" | "large";
4099
+ size: "default" | "small" | "large";
4144
4100
  text: string | boolean;
4145
4101
  }>;
4146
4102
  __isFragment?: never;
@@ -4151,19 +4107,19 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4151
4107
  type: StringConstructor;
4152
4108
  };
4153
4109
  icon: {
4154
- type: import("vue").PropType<import("../..").IconPropType>;
4110
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4155
4111
  };
4156
4112
  text: {
4157
4113
  type: (BooleanConstructor | StringConstructor)[];
4158
4114
  default: undefined;
4159
4115
  };
4160
4116
  size: {
4161
- type: import("vue").PropType<"small" | "default" | "large">;
4117
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4162
4118
  default: string;
4163
- validator: (val: "small" | "default" | "large") => boolean;
4119
+ validator: (val: "default" | "small" | "large") => boolean;
4164
4120
  };
4165
4121
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4166
- size: "small" | "default" | "large";
4122
+ size: "default" | "small" | "large";
4167
4123
  text: string | boolean;
4168
4124
  }, {}, string, {}, {
4169
4125
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4172,15 +4128,15 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4172
4128
  default: undefined;
4173
4129
  };
4174
4130
  icon: {
4175
- type: import("vue").PropType<import("../..").IconPropType>;
4131
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4176
4132
  };
4177
4133
  image: {
4178
4134
  type: import("vue").PropType<string>;
4179
4135
  };
4180
4136
  size: {
4181
- type: import("vue").PropType<"small" | "default" | "large">;
4137
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4182
4138
  default: string;
4183
- validator: (val: "small" | "default" | "large") => boolean;
4139
+ validator: (val: "default" | "small" | "large") => boolean;
4184
4140
  };
4185
4141
  }>, {
4186
4142
  prefixCls: import("vue").ComputedRef<string>;
@@ -4193,22 +4149,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
4193
4149
  default: undefined;
4194
4150
  };
4195
4151
  icon: {
4196
- type: import("vue").PropType<import("../..").IconPropType>;
4152
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4197
4153
  };
4198
4154
  image: {
4199
4155
  type: import("vue").PropType<string>;
4200
4156
  };
4201
4157
  size: {
4202
- type: import("vue").PropType<"small" | "default" | "large">;
4158
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4203
4159
  default: string;
4204
- validator: (val: "small" | "default" | "large") => boolean;
4160
+ validator: (val: "default" | "small" | "large") => boolean;
4205
4161
  };
4206
4162
  }>> & Readonly<{}>, {
4207
- size: "small" | "default" | "large";
4163
+ size: "default" | "small" | "large";
4208
4164
  text: string | boolean;
4209
4165
  }, {}, {
4210
4166
  UColorfulEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4211
4167
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4212
- } & 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>;
4168
+ } & 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>);
4213
4169
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4214
4170
  export default _default;