@koi-design/uxd-ui 14.0.21 → 14.0.22

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 (983) hide show
  1. package/es/components/Affix/Affix.type.d.ts +3 -3
  2. package/es/components/Affix/Affix.vue.d.ts +2 -2
  3. package/es/components/Affix/index.d.ts +4 -4
  4. package/es/components/Alert/Alert.type.d.ts +5 -5
  5. package/es/components/Alert/Alert.vue.d.ts +8 -8
  6. package/es/components/Alert/index.d.ts +15 -15
  7. package/es/components/Anchor/Anchor.type.d.ts +6 -6
  8. package/es/components/Anchor/Anchor.vue.d.ts +3 -3
  9. package/es/components/Anchor/index.d.ts +8 -8
  10. package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  11. package/es/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
  12. package/es/components/AutoComplete/index.d.ts +572 -632
  13. package/es/components/Avatar/Avatar.type.d.ts +6 -6
  14. package/es/components/Avatar/Avatar.vue.d.ts +13 -13
  15. package/es/components/Avatar/index.d.ts +25 -25
  16. package/es/components/BackTop/BackTop.type.d.ts +2 -2
  17. package/es/components/BackTop/BackTop.vue.d.ts +6 -6
  18. package/es/components/BackTop/index.d.ts +12 -12
  19. package/es/components/Badge/Badge.type.d.ts +6 -6
  20. package/es/components/Badge/Badge.vue.d.ts +5 -4
  21. package/es/components/Badge/index.d.ts +7 -7
  22. package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  23. package/es/components/Breadcrumb/index.d.ts +2 -2
  24. package/es/components/Button/Button.type.d.ts +21 -21
  25. package/es/components/Button/Button.vue.d.ts +24 -24
  26. package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
  27. package/es/components/Button/index.d.ts +50 -50
  28. package/es/components/Calendar/Calendar.type.d.ts +9 -9
  29. package/es/components/Calendar/Calendar.vue.d.ts +180 -180
  30. package/es/components/Calendar/Header.vue.d.ts +81 -81
  31. package/es/components/Calendar/index.d.ts +381 -381
  32. package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
  33. package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  34. package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
  35. package/es/components/Card/Card.d.ts +8 -8
  36. package/es/components/Card/Card.type.d.ts +4 -4
  37. package/es/components/Card/CardMeta.vue.d.ts +25 -25
  38. package/es/components/Card/index.d.ts +41 -41
  39. package/es/components/Carousel/Carousel.type.d.ts +15 -15
  40. package/es/components/Carousel/Carousel.vue.d.ts +19 -19
  41. package/es/components/Carousel/index.d.ts +43 -43
  42. package/es/components/Cascader/Cascader.d.ts +40 -40
  43. package/es/components/Cascader/Cascader.type.d.ts +24 -23
  44. package/es/components/Cascader/CascaderMenu.d.ts +2 -2
  45. package/es/components/Cascader/index.d.ts +37 -37
  46. package/es/components/Cascader/utils.mjs.map +1 -1
  47. package/es/components/Checkbox/Checkbox.type.d.ts +14 -14
  48. package/es/components/Checkbox/Checkbox.vue.d.ts +4 -4
  49. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
  50. package/es/components/Checkbox/index.d.ts +27 -27
  51. package/es/components/Collapse/Collapse.vue.d.ts +4 -4
  52. package/es/components/Collapse/Collpapse.type.d.ts +6 -6
  53. package/es/components/Collapse/Panel.vue.d.ts +5 -23
  54. package/es/components/Collapse/index.d.ts +13 -31
  55. package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  56. package/es/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
  57. package/es/components/ColorPicker/index.d.ts +248 -248
  58. package/es/components/Comment/index.d.ts +1 -1
  59. package/es/components/ConfigProvider/index.d.ts +8 -2
  60. package/es/components/ConfigProvider/index.mjs +2 -1
  61. package/es/components/ConfigProvider/index.mjs.map +1 -1
  62. package/es/components/DatePicker/DatePicker.type.d.ts +17 -16
  63. package/es/components/DatePicker/DatePicker.vue.d.ts +507 -507
  64. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  65. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  66. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
  67. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
  68. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  69. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  70. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  71. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  72. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  73. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  74. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  75. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  76. package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
  77. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
  78. package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
  79. package/es/components/DatePicker/index.d.ts +1016 -1016
  80. package/es/components/DatePicker/utils.d.ts +3 -3
  81. package/es/components/Divider/Divider.type.d.ts +9 -9
  82. package/es/components/Divider/Divider.vue.d.ts +9 -9
  83. package/es/components/Divider/index.d.ts +16 -16
  84. package/es/components/Drawer/Drawer.d.ts +14 -13
  85. package/es/components/Drawer/Drawer.type.d.ts +10 -10
  86. package/es/components/Drawer/index.d.ts +9 -9
  87. package/es/components/Dropdown/Dropdown.type.d.ts +18 -13
  88. package/es/components/Dropdown/Dropdown.type.mjs +10 -1
  89. package/es/components/Dropdown/Dropdown.type.mjs.map +1 -1
  90. package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
  91. package/es/components/Dropdown/DropdownMenu.d.ts +2 -2
  92. package/es/components/Dropdown/DropdownMenu.mjs +10 -5
  93. package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
  94. package/es/components/Dropdown/DropdownTrigger.d.ts +20 -19
  95. package/es/components/Dropdown/index.d.ts +30 -30
  96. package/es/components/Dropdown/index.mjs +1 -1
  97. package/es/components/Empty/Empty.d.ts +14 -14
  98. package/es/components/Empty/Empty.type.d.ts +5 -5
  99. package/es/components/Empty/index.d.ts +27 -27
  100. package/es/components/Form/Form.type.d.ts +12 -12
  101. package/es/components/Form/Form.vue.d.ts +10 -10
  102. package/es/components/Form/FormItem.d.ts +8 -8
  103. package/es/components/Form/index.d.ts +25 -25
  104. package/es/components/Grid/Grid.type.d.ts +11 -11
  105. package/es/components/Grid/Row.vue.d.ts +4 -4
  106. package/es/components/Grid/index.d.ts +5 -5
  107. package/es/components/Icon/Icon.type.d.ts +3 -3
  108. package/es/components/Icon/Icon.vue.d.ts +2 -2
  109. package/es/components/Icon/index.d.ts +4 -4
  110. package/es/components/Image/Image.type.d.ts +6 -6
  111. package/es/components/Image/Image.vue.d.ts +6 -6
  112. package/es/components/Image/ImgViewer.vue.d.ts +4 -4
  113. package/es/components/Image/index.d.ts +17 -17
  114. package/es/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
  115. package/es/components/InfiniteScroll/InfiniteScroll.mjs.map +1 -1
  116. package/es/components/InfoView/Cell.d.ts +2 -2
  117. package/es/components/InfoView/InfoView.type.d.ts +9 -8
  118. package/es/components/InfoView/InfoView.vue.d.ts +14 -14
  119. package/es/components/InfoView/Row.d.ts +2 -2
  120. package/es/components/InfoView/index.d.ts +33 -33
  121. package/es/components/Input/Input.d.ts +34 -34
  122. package/es/components/Input/Input.type.d.ts +11 -11
  123. package/es/components/Input/index.d.ts +39 -39
  124. package/es/components/InputNumber/InputNumber.d.ts +83 -83
  125. package/es/components/InputNumber/InputNumber.type.d.ts +12 -11
  126. package/es/components/InputNumber/SingleInput.d.ts +23 -22
  127. package/es/components/InputNumber/index.d.ts +109 -109
  128. package/es/components/InputNumber/utils.d.ts +2 -2
  129. package/es/components/Layout/Layout.type.d.ts +5 -4
  130. package/es/components/Layout/Sider.vue.d.ts +8 -8
  131. package/es/components/Layout/index.d.ts +10 -10
  132. package/es/components/Link/Link.type.d.ts +5 -5
  133. package/es/components/Link/Link.vue.d.ts +10 -10
  134. package/es/components/Link/index.d.ts +18 -18
  135. package/es/components/List/List.type.d.ts +11 -10
  136. package/es/components/List/List.vue.d.ts +49 -53
  137. package/es/components/List/ListItem.d.ts +3 -3
  138. package/es/components/List/ListItemMeta.vue.d.ts +25 -25
  139. package/es/components/List/index.d.ts +161 -169
  140. package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  141. package/es/components/LoadingBar/index.d.ts +1 -1
  142. package/es/components/Mask/Mask.d.ts +1 -1
  143. package/es/components/Mask/Mask.type.d.ts +3 -3
  144. package/es/components/Mask/index.d.ts +1 -1
  145. package/es/components/Mention/Mentions.type.d.ts +3 -3
  146. package/es/components/Menu/Menu.d.ts +6 -6
  147. package/es/components/Menu/Menu.type.d.ts +20 -20
  148. package/es/components/Menu/Menu.type.mjs.map +1 -1
  149. package/es/components/Menu/MenuItem.vue.d.ts +30 -30
  150. package/es/components/Menu/SubMenu.vue.d.ts +17 -17
  151. package/es/components/Menu/index.d.ts +61 -61
  152. package/es/components/Message/Message.d.ts +1 -1
  153. package/es/components/Message/Message.type.d.ts +1 -1
  154. package/es/components/Message/index.d.ts +1 -1
  155. package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  156. package/es/components/Modal/Modal.type.d.ts +6 -6
  157. package/es/components/Modal/Modal.vue.d.ts +67 -67
  158. package/es/components/Modal/index.d.ts +144 -150
  159. package/es/components/Notice/Notice.type.d.ts +3 -3
  160. package/es/components/Notice/index.d.ts +1 -1
  161. package/es/components/Notification/Notication.type.d.ts +1 -1
  162. package/es/components/Notification/Notice.vue.d.ts +4 -4
  163. package/es/components/Notification/Notification.vue.d.ts +4 -4
  164. package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
  165. package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
  166. package/es/components/PageHeader/index.d.ts +46 -46
  167. package/es/components/Pagination/Options.d.ts +6 -5
  168. package/es/components/Pagination/Pager.vue.d.ts +4 -4
  169. package/es/components/Pagination/Pagination.d.ts +23 -23
  170. package/es/components/Pagination/Pagination.type.d.ts +10 -10
  171. package/es/components/Pagination/index.d.ts +42 -42
  172. package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  173. package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  174. package/es/components/PopConfirm/index.d.ts +162 -162
  175. package/es/components/Popover/Popover.type.d.ts +9 -8
  176. package/es/components/Popover/Popover.vue.d.ts +12 -12
  177. package/es/components/Popover/index.d.ts +22 -22
  178. package/es/components/Popup/Popup.d.ts +11 -11
  179. package/es/components/Popup/Popup.type.d.ts +9 -8
  180. package/es/components/Progress/Circle.d.ts +12 -11
  181. package/es/components/Progress/Line.vue.d.ts +9 -8
  182. package/es/components/Progress/Progress.type.d.ts +8 -8
  183. package/es/components/Progress/Progress.vue.d.ts +25 -25
  184. package/es/components/Progress/Water.vue.d.ts +5 -4
  185. package/es/components/Progress/index.d.ts +51 -51
  186. package/es/components/Radio/Radio.type.d.ts +16 -16
  187. package/es/components/Radio/Radio.vue.d.ts +7 -7
  188. package/es/components/Radio/RadioGroup.d.ts +17 -17
  189. package/es/components/Radio/index.d.ts +27 -27
  190. package/es/components/Rate/Rate.type.d.ts +3 -3
  191. package/es/components/Rate/Rate.vue.d.ts +29 -29
  192. package/es/components/Rate/Star.vue.d.ts +4 -4
  193. package/es/components/Rate/index.d.ts +59 -59
  194. package/es/components/Result/Result.type.d.ts +4 -4
  195. package/es/components/Result/Result.vue.d.ts +6 -6
  196. package/es/components/Result/index.d.ts +12 -12
  197. package/es/components/Scrollbar/Thumb.d.ts +1 -1
  198. package/es/components/Scrollbar/index.d.ts +1 -1
  199. package/es/components/Scrollbar/utils.d.ts +4 -2
  200. package/es/components/Scrollbar/utils.mjs +4 -2
  201. package/es/components/Scrollbar/utils.mjs.map +1 -1
  202. package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
  203. package/es/components/Select/RefSelect.vue.d.ts +161 -171
  204. package/es/components/Select/Select.d.ts +29 -29
  205. package/es/components/Select/Select.type.d.ts +16 -15
  206. package/es/components/Select/Selection/Input.vue.d.ts +1 -1
  207. package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
  208. package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
  209. package/es/components/Select/Selection/Single.vue.d.ts +4 -6
  210. package/es/components/Select/index.d.ts +40 -40
  211. package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
  212. package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  213. package/es/components/Skeleton/index.d.ts +5 -5
  214. package/es/components/Slider/Slider.d.ts +5 -5
  215. package/es/components/Slider/Slider.type.d.ts +5 -5
  216. package/es/components/Slider/index.d.ts +1 -1
  217. package/es/components/Space/Space.d.ts +9 -9
  218. package/es/components/Space/Space.type.d.ts +8 -8
  219. package/es/components/Space/index.d.ts +7 -7
  220. package/es/components/Spin/Spin.mjs.map +1 -1
  221. package/es/components/Spin/Spin.type.d.ts +7 -6
  222. package/es/components/Spin/Spin.vue.d.ts +7 -7
  223. package/es/components/Spin/index.d.ts +13 -13
  224. package/es/components/Statistic/Statistic.type.d.ts +2 -2
  225. package/es/components/Statistic/Statistic.vue.d.ts +31 -31
  226. package/es/components/Statistic/index.d.ts +62 -62
  227. package/es/components/Steps/Step.vue.d.ts +8 -8
  228. package/es/components/Steps/Steps.type.d.ts +12 -12
  229. package/es/components/Steps/Steps.vue.d.ts +6 -6
  230. package/es/components/Steps/index.d.ts +19 -19
  231. package/es/components/Switch/Switch.type.d.ts +11 -10
  232. package/es/components/Switch/Switch.vue.d.ts +11 -11
  233. package/es/components/Switch/index.d.ts +20 -20
  234. package/es/components/Table/BaseTable.vue.d.ts +340 -340
  235. package/es/components/Table/BodyTable.vue.d.ts +340 -340
  236. package/es/components/Table/HeadTable.vue.d.ts +340 -340
  237. package/es/components/Table/Table.type.d.ts +20 -20
  238. package/es/components/Table/Table.vue.d.ts +745 -745
  239. package/es/components/Table/TableBox.vue.d.ts +680 -680
  240. package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  241. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  242. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  243. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  244. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  245. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  246. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  247. package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  248. package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  249. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  250. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  251. package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  252. package/es/components/Tabs/TabBar.vue.d.ts +3 -3
  253. package/es/components/Tabs/TabNav.mjs +4 -4
  254. package/es/components/Tabs/TabNav.mjs.map +1 -1
  255. package/es/components/Tabs/TabNav.vue.d.ts +27 -27
  256. package/es/components/Tabs/Tabs.d.ts +59 -59
  257. package/es/components/Tabs/Tabs.mjs +3 -3
  258. package/es/components/Tabs/Tabs.mjs.map +1 -1
  259. package/es/components/Tabs/Tabs.type.d.ts +29 -28
  260. package/es/components/Tabs/Tabs.type.mjs +6 -6
  261. package/es/components/Tabs/Tabs.type.mjs.map +1 -1
  262. package/es/components/Tabs/index.d.ts +118 -118
  263. package/es/components/Tag/Tag.type.d.ts +4 -4
  264. package/es/components/Tag/Tag.vue.d.ts +6 -6
  265. package/es/components/Tag/index.d.ts +12 -12
  266. package/es/components/Text/Text.d.ts +15 -15
  267. package/es/components/Text/Text.type.d.ts +10 -10
  268. package/es/components/Text/index.d.ts +22 -22
  269. package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  270. package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  271. package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  272. package/es/components/ThemePanel/index.d.ts +194 -194
  273. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  274. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  275. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  276. package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
  277. package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
  278. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  279. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  280. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  281. package/es/components/TimePicker/index.d.ts +386 -386
  282. package/es/components/TimePicker/utils.d.ts +3 -3
  283. package/es/components/Timeline/Timeline.d.ts +7 -7
  284. package/es/components/Timeline/Timeline.mjs +1 -1
  285. package/es/components/Timeline/Timeline.mjs.map +1 -1
  286. package/es/components/Timeline/Timeline.type.d.ts +6 -6
  287. package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
  288. package/es/components/Timeline/index.d.ts +16 -22
  289. package/es/components/Toggle/Toggle.type.d.ts +1 -1
  290. package/es/components/Toggle/index.d.ts +1 -1
  291. package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
  292. package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
  293. package/es/components/Tooltip/index.d.ts +25 -25
  294. package/es/components/Transfer/Operation.vue.d.ts +50 -50
  295. package/es/components/Transfer/Transfer.type.d.ts +5 -5
  296. package/es/components/Transfer/Transfer.vue.d.ts +636 -636
  297. package/es/components/Transfer/TransferList.vue.d.ts +114 -114
  298. package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
  299. package/es/components/Transfer/index.d.ts +1678 -1678
  300. package/es/components/Tree/SubTree.vue.d.ts +61 -61
  301. package/es/components/Tree/Tree.type.d.ts +6 -6
  302. package/es/components/Tree/Tree.vue.d.ts +68 -76
  303. package/es/components/Tree/TreeNode.vue.d.ts +33 -33
  304. package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
  305. package/es/components/Tree/index.d.ts +141 -165
  306. package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  307. package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  308. package/es/components/TreeSelect/index.d.ts +698 -754
  309. package/es/components/Upload/Upload.d.ts +4 -4
  310. package/es/components/Upload/Upload.type.d.ts +13 -13
  311. package/es/components/Upload/UploadList.vue.d.ts +56 -56
  312. package/es/components/Upload/index.d.ts +4 -4
  313. package/es/components/VirtualList/ListContent.mjs.map +1 -1
  314. package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
  315. package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
  316. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  317. package/es/components/VirtualList/index.d.ts +31 -35
  318. package/es/components/base/CollapseTransition.d.ts +1 -1
  319. package/es/components/base/RenderEmpty.vue.d.ts +6 -6
  320. package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
  321. package/es/components/base/hooks/useDelaySet.d.ts +3 -3
  322. package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
  323. package/es/components/base/hooks/useLock.d.ts +2 -2
  324. package/es/components/index.mjs +1 -1
  325. package/es/index.d.ts +1 -1
  326. package/es/index.mjs +1 -1
  327. package/es/utils/globalType.d.ts +8 -8
  328. package/es/utils/install.d.ts +2 -2
  329. package/es/utils/placements.d.ts +1 -1
  330. package/es/utils/responsiveObserve.d.ts +2 -2
  331. package/es/utils/slots.d.ts +2 -2
  332. package/es/utils/tools.mjs.map +1 -1
  333. package/lib/components/Affix/Affix.type.d.ts +3 -3
  334. package/lib/components/Affix/Affix.vue.d.ts +2 -2
  335. package/lib/components/Affix/index.d.ts +4 -4
  336. package/lib/components/Alert/Alert.type.d.ts +5 -5
  337. package/lib/components/Alert/Alert.vue.d.ts +8 -8
  338. package/lib/components/Alert/index.d.ts +15 -15
  339. package/lib/components/Anchor/Anchor.type.d.ts +6 -6
  340. package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
  341. package/lib/components/Anchor/index.d.ts +8 -8
  342. package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  343. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
  344. package/lib/components/AutoComplete/index.d.ts +572 -632
  345. package/lib/components/Avatar/Avatar.type.d.ts +6 -6
  346. package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
  347. package/lib/components/Avatar/index.d.ts +25 -25
  348. package/lib/components/BackTop/BackTop.type.d.ts +2 -2
  349. package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
  350. package/lib/components/BackTop/index.d.ts +12 -12
  351. package/lib/components/Badge/Badge.type.d.ts +6 -6
  352. package/lib/components/Badge/Badge.vue.d.ts +5 -4
  353. package/lib/components/Badge/index.d.ts +7 -7
  354. package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  355. package/lib/components/Breadcrumb/index.d.ts +2 -2
  356. package/lib/components/Button/Button.type.d.ts +21 -21
  357. package/lib/components/Button/Button.vue.d.ts +24 -24
  358. package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
  359. package/lib/components/Button/index.d.ts +50 -50
  360. package/lib/components/Calendar/Calendar.type.d.ts +9 -9
  361. package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
  362. package/lib/components/Calendar/Header.vue.d.ts +81 -81
  363. package/lib/components/Calendar/index.d.ts +381 -381
  364. package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
  365. package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  366. package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
  367. package/lib/components/Card/Card.d.ts +8 -8
  368. package/lib/components/Card/Card.type.d.ts +4 -4
  369. package/lib/components/Card/CardMeta.vue.d.ts +25 -25
  370. package/lib/components/Card/index.d.ts +41 -41
  371. package/lib/components/Carousel/Carousel.type.d.ts +15 -15
  372. package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
  373. package/lib/components/Carousel/index.d.ts +43 -43
  374. package/lib/components/Cascader/Cascader.d.ts +40 -40
  375. package/lib/components/Cascader/Cascader.type.d.ts +24 -23
  376. package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
  377. package/lib/components/Cascader/index.d.ts +37 -37
  378. package/lib/components/Cascader/utils.js.map +1 -1
  379. package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
  380. package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
  381. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
  382. package/lib/components/Checkbox/index.d.ts +27 -27
  383. package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
  384. package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
  385. package/lib/components/Collapse/Panel.vue.d.ts +5 -23
  386. package/lib/components/Collapse/index.d.ts +13 -31
  387. package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  388. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
  389. package/lib/components/ColorPicker/index.d.ts +248 -248
  390. package/lib/components/Comment/index.d.ts +1 -1
  391. package/lib/components/ConfigProvider/index.d.ts +8 -2
  392. package/lib/components/ConfigProvider/index.js +2 -1
  393. package/lib/components/ConfigProvider/index.js.map +1 -1
  394. package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
  395. package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
  396. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  397. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  398. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
  399. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
  400. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  401. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  402. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  403. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  404. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  405. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  406. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  407. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  408. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
  409. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
  410. package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
  411. package/lib/components/DatePicker/index.d.ts +1016 -1016
  412. package/lib/components/DatePicker/utils.d.ts +3 -3
  413. package/lib/components/Divider/Divider.type.d.ts +9 -9
  414. package/lib/components/Divider/Divider.vue.d.ts +9 -9
  415. package/lib/components/Divider/index.d.ts +16 -16
  416. package/lib/components/Drawer/Drawer.d.ts +14 -13
  417. package/lib/components/Drawer/Drawer.type.d.ts +10 -10
  418. package/lib/components/Drawer/index.d.ts +9 -9
  419. package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
  420. package/lib/components/Dropdown/Dropdown.type.js +12 -0
  421. package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
  422. package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
  423. package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
  424. package/lib/components/Dropdown/DropdownMenu.js +10 -5
  425. package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
  426. package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
  427. package/lib/components/Dropdown/index.d.ts +30 -30
  428. package/lib/components/Dropdown/index.js +3 -0
  429. package/lib/components/Dropdown/index.js.map +1 -1
  430. package/lib/components/Empty/Empty.d.ts +14 -14
  431. package/lib/components/Empty/Empty.type.d.ts +5 -5
  432. package/lib/components/Empty/index.d.ts +27 -27
  433. package/lib/components/Form/Form.type.d.ts +12 -12
  434. package/lib/components/Form/Form.vue.d.ts +10 -10
  435. package/lib/components/Form/FormItem.d.ts +8 -8
  436. package/lib/components/Form/index.d.ts +25 -25
  437. package/lib/components/Grid/Grid.type.d.ts +11 -11
  438. package/lib/components/Grid/Row.vue.d.ts +4 -4
  439. package/lib/components/Grid/index.d.ts +5 -5
  440. package/lib/components/Icon/Icon.type.d.ts +3 -3
  441. package/lib/components/Icon/Icon.vue.d.ts +2 -2
  442. package/lib/components/Icon/index.d.ts +4 -4
  443. package/lib/components/Image/Image.type.d.ts +6 -6
  444. package/lib/components/Image/Image.vue.d.ts +6 -6
  445. package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
  446. package/lib/components/Image/index.d.ts +17 -17
  447. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
  448. package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
  449. package/lib/components/InfoView/Cell.d.ts +2 -2
  450. package/lib/components/InfoView/InfoView.type.d.ts +9 -8
  451. package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
  452. package/lib/components/InfoView/Row.d.ts +2 -2
  453. package/lib/components/InfoView/index.d.ts +33 -33
  454. package/lib/components/Input/Input.d.ts +34 -34
  455. package/lib/components/Input/Input.type.d.ts +11 -11
  456. package/lib/components/Input/index.d.ts +39 -39
  457. package/lib/components/InputNumber/InputNumber.d.ts +83 -83
  458. package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
  459. package/lib/components/InputNumber/SingleInput.d.ts +23 -22
  460. package/lib/components/InputNumber/index.d.ts +109 -109
  461. package/lib/components/InputNumber/utils.d.ts +2 -2
  462. package/lib/components/Layout/Layout.type.d.ts +5 -4
  463. package/lib/components/Layout/Sider.vue.d.ts +8 -8
  464. package/lib/components/Layout/index.d.ts +10 -10
  465. package/lib/components/Link/Link.type.d.ts +5 -5
  466. package/lib/components/Link/Link.vue.d.ts +10 -10
  467. package/lib/components/Link/index.d.ts +18 -18
  468. package/lib/components/List/List.type.d.ts +11 -10
  469. package/lib/components/List/List.vue.d.ts +49 -53
  470. package/lib/components/List/ListItem.d.ts +3 -3
  471. package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
  472. package/lib/components/List/index.d.ts +161 -169
  473. package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  474. package/lib/components/LoadingBar/index.d.ts +1 -1
  475. package/lib/components/Mask/Mask.d.ts +1 -1
  476. package/lib/components/Mask/Mask.type.d.ts +3 -3
  477. package/lib/components/Mask/index.d.ts +1 -1
  478. package/lib/components/Mention/Mentions.type.d.ts +3 -3
  479. package/lib/components/Menu/Menu.d.ts +6 -6
  480. package/lib/components/Menu/Menu.type.d.ts +20 -20
  481. package/lib/components/Menu/Menu.type.js.map +1 -1
  482. package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
  483. package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
  484. package/lib/components/Menu/index.d.ts +61 -61
  485. package/lib/components/Message/Message.d.ts +1 -1
  486. package/lib/components/Message/Message.type.d.ts +1 -1
  487. package/lib/components/Message/index.d.ts +1 -1
  488. package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  489. package/lib/components/Modal/Modal.type.d.ts +6 -6
  490. package/lib/components/Modal/Modal.vue.d.ts +67 -67
  491. package/lib/components/Modal/index.d.ts +144 -150
  492. package/lib/components/Notice/Notice.type.d.ts +3 -3
  493. package/lib/components/Notice/index.d.ts +1 -1
  494. package/lib/components/Notification/Notication.type.d.ts +1 -1
  495. package/lib/components/Notification/Notice.vue.d.ts +4 -4
  496. package/lib/components/Notification/Notification.vue.d.ts +4 -4
  497. package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
  498. package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
  499. package/lib/components/PageHeader/index.d.ts +46 -46
  500. package/lib/components/Pagination/Options.d.ts +6 -5
  501. package/lib/components/Pagination/Pager.vue.d.ts +4 -4
  502. package/lib/components/Pagination/Pagination.d.ts +23 -23
  503. package/lib/components/Pagination/Pagination.type.d.ts +10 -10
  504. package/lib/components/Pagination/index.d.ts +42 -42
  505. package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  506. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  507. package/lib/components/PopConfirm/index.d.ts +162 -162
  508. package/lib/components/Popover/Popover.type.d.ts +9 -8
  509. package/lib/components/Popover/Popover.vue.d.ts +12 -12
  510. package/lib/components/Popover/index.d.ts +22 -22
  511. package/lib/components/Popup/Popup.d.ts +11 -11
  512. package/lib/components/Popup/Popup.type.d.ts +9 -8
  513. package/lib/components/Progress/Circle.d.ts +12 -11
  514. package/lib/components/Progress/Line.vue.d.ts +9 -8
  515. package/lib/components/Progress/Progress.type.d.ts +8 -8
  516. package/lib/components/Progress/Progress.vue.d.ts +25 -25
  517. package/lib/components/Progress/Water.vue.d.ts +5 -4
  518. package/lib/components/Progress/index.d.ts +51 -51
  519. package/lib/components/Radio/Radio.type.d.ts +16 -16
  520. package/lib/components/Radio/Radio.vue.d.ts +7 -7
  521. package/lib/components/Radio/RadioGroup.d.ts +17 -17
  522. package/lib/components/Radio/index.d.ts +27 -27
  523. package/lib/components/Rate/Rate.type.d.ts +3 -3
  524. package/lib/components/Rate/Rate.vue.d.ts +29 -29
  525. package/lib/components/Rate/Star.vue.d.ts +4 -4
  526. package/lib/components/Rate/index.d.ts +59 -59
  527. package/lib/components/Result/Result.type.d.ts +4 -4
  528. package/lib/components/Result/Result.vue.d.ts +6 -6
  529. package/lib/components/Result/index.d.ts +12 -12
  530. package/lib/components/Scrollbar/Thumb.d.ts +1 -1
  531. package/lib/components/Scrollbar/index.d.ts +1 -1
  532. package/lib/components/Scrollbar/utils.d.ts +4 -2
  533. package/lib/components/Scrollbar/utils.js +4 -2
  534. package/lib/components/Scrollbar/utils.js.map +1 -1
  535. package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
  536. package/lib/components/Select/RefSelect.vue.d.ts +161 -171
  537. package/lib/components/Select/Select.d.ts +29 -29
  538. package/lib/components/Select/Select.type.d.ts +16 -15
  539. package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
  540. package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
  541. package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
  542. package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
  543. package/lib/components/Select/index.d.ts +40 -40
  544. package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
  545. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  546. package/lib/components/Skeleton/index.d.ts +5 -5
  547. package/lib/components/Slider/Slider.d.ts +5 -5
  548. package/lib/components/Slider/Slider.type.d.ts +5 -5
  549. package/lib/components/Slider/index.d.ts +1 -1
  550. package/lib/components/Space/Space.d.ts +9 -9
  551. package/lib/components/Space/Space.type.d.ts +8 -8
  552. package/lib/components/Space/index.d.ts +7 -7
  553. package/lib/components/Spin/Spin.js.map +1 -1
  554. package/lib/components/Spin/Spin.type.d.ts +7 -6
  555. package/lib/components/Spin/Spin.vue.d.ts +7 -7
  556. package/lib/components/Spin/index.d.ts +13 -13
  557. package/lib/components/Statistic/Statistic.type.d.ts +2 -2
  558. package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
  559. package/lib/components/Statistic/index.d.ts +62 -62
  560. package/lib/components/Steps/Step.vue.d.ts +8 -8
  561. package/lib/components/Steps/Steps.type.d.ts +12 -12
  562. package/lib/components/Steps/Steps.vue.d.ts +6 -6
  563. package/lib/components/Steps/index.d.ts +19 -19
  564. package/lib/components/Switch/Switch.type.d.ts +11 -10
  565. package/lib/components/Switch/Switch.vue.d.ts +11 -11
  566. package/lib/components/Switch/index.d.ts +20 -20
  567. package/lib/components/Table/BaseTable.vue.d.ts +340 -340
  568. package/lib/components/Table/BodyTable.vue.d.ts +340 -340
  569. package/lib/components/Table/HeadTable.vue.d.ts +340 -340
  570. package/lib/components/Table/Table.type.d.ts +20 -20
  571. package/lib/components/Table/Table.vue.d.ts +745 -745
  572. package/lib/components/Table/TableBox.vue.d.ts +680 -680
  573. package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  574. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  575. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  576. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  577. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  578. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  579. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  580. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  581. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  582. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  583. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  584. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  585. package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
  586. package/lib/components/Tabs/TabNav.js +4 -4
  587. package/lib/components/Tabs/TabNav.js.map +1 -1
  588. package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
  589. package/lib/components/Tabs/Tabs.d.ts +59 -59
  590. package/lib/components/Tabs/Tabs.js +3 -3
  591. package/lib/components/Tabs/Tabs.js.map +1 -1
  592. package/lib/components/Tabs/Tabs.type.d.ts +29 -28
  593. package/lib/components/Tabs/Tabs.type.js +6 -6
  594. package/lib/components/Tabs/Tabs.type.js.map +1 -1
  595. package/lib/components/Tabs/index.d.ts +118 -118
  596. package/lib/components/Tag/Tag.type.d.ts +4 -4
  597. package/lib/components/Tag/Tag.vue.d.ts +6 -6
  598. package/lib/components/Tag/index.d.ts +12 -12
  599. package/lib/components/Text/Text.d.ts +15 -15
  600. package/lib/components/Text/Text.type.d.ts +10 -10
  601. package/lib/components/Text/index.d.ts +22 -22
  602. package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  603. package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  604. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  605. package/lib/components/ThemePanel/index.d.ts +194 -194
  606. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  607. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  608. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  609. package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
  610. package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
  611. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  612. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  613. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  614. package/lib/components/TimePicker/index.d.ts +386 -386
  615. package/lib/components/TimePicker/utils.d.ts +3 -3
  616. package/lib/components/Timeline/Timeline.d.ts +7 -7
  617. package/lib/components/Timeline/Timeline.js +1 -1
  618. package/lib/components/Timeline/Timeline.js.map +1 -1
  619. package/lib/components/Timeline/Timeline.type.d.ts +6 -6
  620. package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
  621. package/lib/components/Timeline/index.d.ts +16 -22
  622. package/lib/components/Toggle/Toggle.type.d.ts +1 -1
  623. package/lib/components/Toggle/index.d.ts +1 -1
  624. package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
  625. package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
  626. package/lib/components/Tooltip/index.d.ts +25 -25
  627. package/lib/components/Transfer/Operation.vue.d.ts +50 -50
  628. package/lib/components/Transfer/Transfer.type.d.ts +5 -5
  629. package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
  630. package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
  631. package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
  632. package/lib/components/Transfer/index.d.ts +1678 -1678
  633. package/lib/components/Tree/SubTree.vue.d.ts +61 -61
  634. package/lib/components/Tree/Tree.type.d.ts +6 -6
  635. package/lib/components/Tree/Tree.vue.d.ts +68 -76
  636. package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
  637. package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
  638. package/lib/components/Tree/index.d.ts +141 -165
  639. package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  640. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  641. package/lib/components/TreeSelect/index.d.ts +698 -754
  642. package/lib/components/Upload/Upload.d.ts +4 -4
  643. package/lib/components/Upload/Upload.type.d.ts +13 -13
  644. package/lib/components/Upload/UploadList.vue.d.ts +56 -56
  645. package/lib/components/Upload/index.d.ts +4 -4
  646. package/lib/components/VirtualList/ListContent.js.map +1 -1
  647. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
  648. package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
  649. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  650. package/lib/components/VirtualList/index.d.ts +31 -35
  651. package/lib/components/base/CollapseTransition.d.ts +1 -1
  652. package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
  653. package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
  654. package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
  655. package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
  656. package/lib/components/base/hooks/useLock.d.ts +2 -2
  657. package/lib/components/index.js +3 -0
  658. package/lib/components/index.js.map +1 -1
  659. package/lib/index.d.ts +1 -1
  660. package/lib/index.js +3 -0
  661. package/lib/index.js.map +1 -1
  662. package/lib/utils/globalType.d.ts +8 -8
  663. package/lib/utils/install.d.ts +2 -2
  664. package/lib/utils/placements.d.ts +1 -1
  665. package/lib/utils/responsiveObserve.d.ts +2 -2
  666. package/lib/utils/slots.d.ts +2 -2
  667. package/lib/utils/tools.js.map +1 -1
  668. package/package.json +1 -1
  669. package/styles/components/dropdown/index.css +1 -1
  670. package/styles/components/dropdown/index.less +11 -7
  671. package/styles/index.css +1 -1
  672. package/types/components/Affix/Affix.type.d.ts +3 -3
  673. package/types/components/Affix/Affix.vue.d.ts +2 -2
  674. package/types/components/Affix/index.d.ts +4 -4
  675. package/types/components/Alert/Alert.type.d.ts +5 -5
  676. package/types/components/Alert/Alert.vue.d.ts +8 -8
  677. package/types/components/Alert/index.d.ts +15 -15
  678. package/types/components/Anchor/Anchor.type.d.ts +6 -6
  679. package/types/components/Anchor/Anchor.vue.d.ts +3 -3
  680. package/types/components/Anchor/index.d.ts +8 -8
  681. package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  682. package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
  683. package/types/components/AutoComplete/index.d.ts +572 -632
  684. package/types/components/Avatar/Avatar.type.d.ts +6 -6
  685. package/types/components/Avatar/Avatar.vue.d.ts +13 -13
  686. package/types/components/Avatar/index.d.ts +25 -25
  687. package/types/components/BackTop/BackTop.type.d.ts +2 -2
  688. package/types/components/BackTop/BackTop.vue.d.ts +6 -6
  689. package/types/components/BackTop/index.d.ts +12 -12
  690. package/types/components/Badge/Badge.type.d.ts +6 -6
  691. package/types/components/Badge/Badge.vue.d.ts +5 -4
  692. package/types/components/Badge/index.d.ts +7 -7
  693. package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  694. package/types/components/Breadcrumb/index.d.ts +2 -2
  695. package/types/components/Button/Button.type.d.ts +21 -21
  696. package/types/components/Button/Button.vue.d.ts +24 -24
  697. package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
  698. package/types/components/Button/index.d.ts +50 -50
  699. package/types/components/Calendar/Calendar.type.d.ts +9 -9
  700. package/types/components/Calendar/Calendar.vue.d.ts +180 -180
  701. package/types/components/Calendar/Header.vue.d.ts +81 -81
  702. package/types/components/Calendar/index.d.ts +381 -381
  703. package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
  704. package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  705. package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
  706. package/types/components/Card/Card.d.ts +8 -8
  707. package/types/components/Card/Card.type.d.ts +4 -4
  708. package/types/components/Card/CardMeta.vue.d.ts +25 -25
  709. package/types/components/Card/index.d.ts +41 -41
  710. package/types/components/Carousel/Carousel.type.d.ts +15 -15
  711. package/types/components/Carousel/Carousel.vue.d.ts +19 -19
  712. package/types/components/Carousel/index.d.ts +43 -43
  713. package/types/components/Cascader/Cascader.d.ts +40 -40
  714. package/types/components/Cascader/Cascader.type.d.ts +24 -23
  715. package/types/components/Cascader/CascaderMenu.d.ts +2 -2
  716. package/types/components/Cascader/index.d.ts +37 -37
  717. package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
  718. package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
  719. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
  720. package/types/components/Checkbox/index.d.ts +27 -27
  721. package/types/components/Collapse/Collapse.vue.d.ts +4 -4
  722. package/types/components/Collapse/Collpapse.type.d.ts +6 -6
  723. package/types/components/Collapse/Panel.vue.d.ts +5 -23
  724. package/types/components/Collapse/index.d.ts +13 -31
  725. package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  726. package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
  727. package/types/components/ColorPicker/index.d.ts +248 -248
  728. package/types/components/Comment/index.d.ts +1 -1
  729. package/types/components/ConfigProvider/index.d.ts +8 -2
  730. package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
  731. package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
  732. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  733. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  734. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
  735. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
  736. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  737. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  738. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  739. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  740. package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  741. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  742. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  743. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  744. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
  745. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
  746. package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
  747. package/types/components/DatePicker/index.d.ts +1016 -1016
  748. package/types/components/DatePicker/utils.d.ts +3 -3
  749. package/types/components/Divider/Divider.type.d.ts +9 -9
  750. package/types/components/Divider/Divider.vue.d.ts +9 -9
  751. package/types/components/Divider/index.d.ts +16 -16
  752. package/types/components/Drawer/Drawer.d.ts +14 -13
  753. package/types/components/Drawer/Drawer.type.d.ts +10 -10
  754. package/types/components/Drawer/index.d.ts +9 -9
  755. package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
  756. package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
  757. package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
  758. package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
  759. package/types/components/Dropdown/index.d.ts +30 -30
  760. package/types/components/Empty/Empty.d.ts +14 -14
  761. package/types/components/Empty/Empty.type.d.ts +5 -5
  762. package/types/components/Empty/index.d.ts +27 -27
  763. package/types/components/Form/Form.type.d.ts +12 -12
  764. package/types/components/Form/Form.vue.d.ts +10 -10
  765. package/types/components/Form/FormItem.d.ts +8 -8
  766. package/types/components/Form/index.d.ts +25 -25
  767. package/types/components/Grid/Grid.type.d.ts +11 -11
  768. package/types/components/Grid/Row.vue.d.ts +4 -4
  769. package/types/components/Grid/index.d.ts +5 -5
  770. package/types/components/Icon/Icon.type.d.ts +3 -3
  771. package/types/components/Icon/Icon.vue.d.ts +2 -2
  772. package/types/components/Icon/index.d.ts +4 -4
  773. package/types/components/Image/Image.type.d.ts +6 -6
  774. package/types/components/Image/Image.vue.d.ts +6 -6
  775. package/types/components/Image/ImgViewer.vue.d.ts +4 -4
  776. package/types/components/Image/index.d.ts +17 -17
  777. package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
  778. package/types/components/InfoView/Cell.d.ts +2 -2
  779. package/types/components/InfoView/InfoView.type.d.ts +9 -8
  780. package/types/components/InfoView/InfoView.vue.d.ts +14 -14
  781. package/types/components/InfoView/Row.d.ts +2 -2
  782. package/types/components/InfoView/index.d.ts +33 -33
  783. package/types/components/Input/Input.d.ts +34 -34
  784. package/types/components/Input/Input.type.d.ts +11 -11
  785. package/types/components/Input/index.d.ts +39 -39
  786. package/types/components/InputNumber/InputNumber.d.ts +83 -83
  787. package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
  788. package/types/components/InputNumber/SingleInput.d.ts +23 -22
  789. package/types/components/InputNumber/index.d.ts +109 -109
  790. package/types/components/InputNumber/utils.d.ts +2 -2
  791. package/types/components/Layout/Layout.type.d.ts +5 -4
  792. package/types/components/Layout/Sider.vue.d.ts +8 -8
  793. package/types/components/Layout/index.d.ts +10 -10
  794. package/types/components/Link/Link.type.d.ts +5 -5
  795. package/types/components/Link/Link.vue.d.ts +10 -10
  796. package/types/components/Link/index.d.ts +18 -18
  797. package/types/components/List/List.type.d.ts +11 -10
  798. package/types/components/List/List.vue.d.ts +49 -53
  799. package/types/components/List/ListItem.d.ts +3 -3
  800. package/types/components/List/ListItemMeta.vue.d.ts +25 -25
  801. package/types/components/List/index.d.ts +161 -169
  802. package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  803. package/types/components/LoadingBar/index.d.ts +1 -1
  804. package/types/components/Mask/Mask.d.ts +1 -1
  805. package/types/components/Mask/Mask.type.d.ts +3 -3
  806. package/types/components/Mask/index.d.ts +1 -1
  807. package/types/components/Mention/Mentions.type.d.ts +3 -3
  808. package/types/components/Menu/Menu.d.ts +6 -6
  809. package/types/components/Menu/Menu.type.d.ts +20 -20
  810. package/types/components/Menu/MenuItem.vue.d.ts +30 -30
  811. package/types/components/Menu/SubMenu.vue.d.ts +17 -17
  812. package/types/components/Menu/index.d.ts +61 -61
  813. package/types/components/Message/Message.d.ts +1 -1
  814. package/types/components/Message/Message.type.d.ts +1 -1
  815. package/types/components/Message/index.d.ts +1 -1
  816. package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  817. package/types/components/Modal/Modal.type.d.ts +6 -6
  818. package/types/components/Modal/Modal.vue.d.ts +67 -67
  819. package/types/components/Modal/index.d.ts +144 -150
  820. package/types/components/Notice/Notice.type.d.ts +3 -3
  821. package/types/components/Notice/index.d.ts +1 -1
  822. package/types/components/Notification/Notication.type.d.ts +1 -1
  823. package/types/components/Notification/Notice.vue.d.ts +4 -4
  824. package/types/components/Notification/Notification.vue.d.ts +4 -4
  825. package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
  826. package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
  827. package/types/components/PageHeader/index.d.ts +46 -46
  828. package/types/components/Pagination/Options.d.ts +6 -5
  829. package/types/components/Pagination/Pager.vue.d.ts +4 -4
  830. package/types/components/Pagination/Pagination.d.ts +23 -23
  831. package/types/components/Pagination/Pagination.type.d.ts +10 -10
  832. package/types/components/Pagination/index.d.ts +42 -42
  833. package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  834. package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  835. package/types/components/PopConfirm/index.d.ts +162 -162
  836. package/types/components/Popover/Popover.type.d.ts +9 -8
  837. package/types/components/Popover/Popover.vue.d.ts +12 -12
  838. package/types/components/Popover/index.d.ts +22 -22
  839. package/types/components/Popup/Popup.d.ts +11 -11
  840. package/types/components/Popup/Popup.type.d.ts +9 -8
  841. package/types/components/Progress/Circle.d.ts +12 -11
  842. package/types/components/Progress/Line.vue.d.ts +9 -8
  843. package/types/components/Progress/Progress.type.d.ts +8 -8
  844. package/types/components/Progress/Progress.vue.d.ts +25 -25
  845. package/types/components/Progress/Water.vue.d.ts +5 -4
  846. package/types/components/Progress/index.d.ts +51 -51
  847. package/types/components/Radio/Radio.type.d.ts +16 -16
  848. package/types/components/Radio/Radio.vue.d.ts +7 -7
  849. package/types/components/Radio/RadioGroup.d.ts +17 -17
  850. package/types/components/Radio/index.d.ts +27 -27
  851. package/types/components/Rate/Rate.type.d.ts +3 -3
  852. package/types/components/Rate/Rate.vue.d.ts +29 -29
  853. package/types/components/Rate/Star.vue.d.ts +4 -4
  854. package/types/components/Rate/index.d.ts +59 -59
  855. package/types/components/Result/Result.type.d.ts +4 -4
  856. package/types/components/Result/Result.vue.d.ts +6 -6
  857. package/types/components/Result/index.d.ts +12 -12
  858. package/types/components/Scrollbar/Thumb.d.ts +1 -1
  859. package/types/components/Scrollbar/index.d.ts +1 -1
  860. package/types/components/Scrollbar/utils.d.ts +4 -2
  861. package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
  862. package/types/components/Select/RefSelect.vue.d.ts +161 -171
  863. package/types/components/Select/Select.d.ts +29 -29
  864. package/types/components/Select/Select.type.d.ts +16 -15
  865. package/types/components/Select/Selection/Input.vue.d.ts +1 -1
  866. package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
  867. package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
  868. package/types/components/Select/Selection/Single.vue.d.ts +4 -6
  869. package/types/components/Select/index.d.ts +40 -40
  870. package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
  871. package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  872. package/types/components/Skeleton/index.d.ts +5 -5
  873. package/types/components/Slider/Slider.d.ts +5 -5
  874. package/types/components/Slider/Slider.type.d.ts +5 -5
  875. package/types/components/Slider/index.d.ts +1 -1
  876. package/types/components/Space/Space.d.ts +9 -9
  877. package/types/components/Space/Space.type.d.ts +8 -8
  878. package/types/components/Space/index.d.ts +7 -7
  879. package/types/components/Spin/Spin.type.d.ts +7 -6
  880. package/types/components/Spin/Spin.vue.d.ts +7 -7
  881. package/types/components/Spin/index.d.ts +13 -13
  882. package/types/components/Statistic/Statistic.type.d.ts +2 -2
  883. package/types/components/Statistic/Statistic.vue.d.ts +31 -31
  884. package/types/components/Statistic/index.d.ts +62 -62
  885. package/types/components/Steps/Step.vue.d.ts +8 -8
  886. package/types/components/Steps/Steps.type.d.ts +12 -12
  887. package/types/components/Steps/Steps.vue.d.ts +6 -6
  888. package/types/components/Steps/index.d.ts +19 -19
  889. package/types/components/Switch/Switch.type.d.ts +11 -10
  890. package/types/components/Switch/Switch.vue.d.ts +11 -11
  891. package/types/components/Switch/index.d.ts +20 -20
  892. package/types/components/Table/BaseTable.vue.d.ts +340 -340
  893. package/types/components/Table/BodyTable.vue.d.ts +340 -340
  894. package/types/components/Table/HeadTable.vue.d.ts +340 -340
  895. package/types/components/Table/Table.type.d.ts +20 -20
  896. package/types/components/Table/Table.vue.d.ts +745 -745
  897. package/types/components/Table/TableBox.vue.d.ts +680 -680
  898. package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  899. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  900. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  901. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  902. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  903. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  904. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  905. package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  906. package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  907. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  908. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  909. package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  910. package/types/components/Tabs/TabBar.vue.d.ts +3 -3
  911. package/types/components/Tabs/TabNav.vue.d.ts +27 -27
  912. package/types/components/Tabs/Tabs.d.ts +59 -59
  913. package/types/components/Tabs/Tabs.type.d.ts +29 -28
  914. package/types/components/Tabs/index.d.ts +118 -118
  915. package/types/components/Tag/Tag.type.d.ts +4 -4
  916. package/types/components/Tag/Tag.vue.d.ts +6 -6
  917. package/types/components/Tag/index.d.ts +12 -12
  918. package/types/components/Text/Text.d.ts +15 -15
  919. package/types/components/Text/Text.type.d.ts +10 -10
  920. package/types/components/Text/index.d.ts +22 -22
  921. package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  922. package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  923. package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  924. package/types/components/ThemePanel/index.d.ts +194 -194
  925. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  926. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  927. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  928. package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
  929. package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
  930. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  931. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  932. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  933. package/types/components/TimePicker/index.d.ts +386 -386
  934. package/types/components/TimePicker/utils.d.ts +3 -3
  935. package/types/components/Timeline/Timeline.d.ts +7 -7
  936. package/types/components/Timeline/Timeline.type.d.ts +6 -6
  937. package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
  938. package/types/components/Timeline/index.d.ts +16 -22
  939. package/types/components/Toggle/Toggle.type.d.ts +1 -1
  940. package/types/components/Toggle/index.d.ts +1 -1
  941. package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
  942. package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
  943. package/types/components/Tooltip/index.d.ts +25 -25
  944. package/types/components/Transfer/Operation.vue.d.ts +50 -50
  945. package/types/components/Transfer/Transfer.type.d.ts +5 -5
  946. package/types/components/Transfer/Transfer.vue.d.ts +636 -636
  947. package/types/components/Transfer/TransferList.vue.d.ts +114 -114
  948. package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
  949. package/types/components/Transfer/index.d.ts +1678 -1678
  950. package/types/components/Tree/SubTree.vue.d.ts +61 -61
  951. package/types/components/Tree/Tree.type.d.ts +6 -6
  952. package/types/components/Tree/Tree.vue.d.ts +68 -76
  953. package/types/components/Tree/TreeNode.vue.d.ts +33 -33
  954. package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
  955. package/types/components/Tree/index.d.ts +141 -165
  956. package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  957. package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  958. package/types/components/TreeSelect/index.d.ts +698 -754
  959. package/types/components/Upload/Upload.d.ts +4 -4
  960. package/types/components/Upload/Upload.type.d.ts +13 -13
  961. package/types/components/Upload/UploadList.vue.d.ts +56 -56
  962. package/types/components/Upload/index.d.ts +4 -4
  963. package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
  964. package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
  965. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  966. package/types/components/VirtualList/index.d.ts +31 -35
  967. package/types/components/base/CollapseTransition.d.ts +1 -1
  968. package/types/components/base/RenderEmpty.vue.d.ts +6 -6
  969. package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
  970. package/types/components/base/hooks/useDelaySet.d.ts +3 -3
  971. package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
  972. package/types/components/base/hooks/useLock.d.ts +2 -2
  973. package/types/index.d.ts +1 -1
  974. package/types/utils/globalType.d.ts +8 -8
  975. package/types/utils/install.d.ts +2 -2
  976. package/types/utils/placements.d.ts +1 -1
  977. package/types/utils/responsiveObserve.d.ts +2 -2
  978. package/types/utils/slots.d.ts +2 -2
  979. package/uxd-ui.css +1 -1
  980. package/uxd-ui.esm.min.mjs +6 -6
  981. package/uxd-ui.esm.mjs +40 -24
  982. package/uxd-ui.umd.js +42 -23
  983. package/uxd-ui.umd.min.js +6 -6
@@ -1,8 +1,8 @@
1
1
  export declare const UTreeSelect: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3
3
  modelValue: {
4
- type: import("vue").PropType<import("..").SelectValueType>;
5
- default: () => import("..").SelectValueType;
4
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
5
+ default: () => import("@koi-design/uxd-ui/es/index").SelectValueType;
6
6
  };
7
7
  disabled: {
8
8
  type: BooleanConstructor;
@@ -17,7 +17,7 @@ export declare const UTreeSelect: {
17
17
  default: boolean;
18
18
  };
19
19
  iconType: {
20
- type: import("vue").PropType<import("../..").IconPropType>;
20
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
21
21
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
22
22
  };
23
23
  placeholder: {
@@ -28,7 +28,7 @@ export declare const UTreeSelect: {
28
28
  default: boolean;
29
29
  };
30
30
  clearIcon: {
31
- type: import("vue").PropType<import("../..").IconPropType>;
31
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
32
32
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
33
33
  };
34
34
  labelInValue: {
@@ -63,10 +63,10 @@ export declare const UTreeSelect: {
63
63
  default: boolean;
64
64
  };
65
65
  loadData: {
66
- type: import("vue").PropType<import("..").TreeLoadData>;
66
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
67
67
  };
68
68
  showCheckedStrategy: {
69
- type: import("vue").PropType<"SHOW_PARENT" | "SHOW_ALL">;
69
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
70
70
  default: string;
71
71
  validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
72
72
  };
@@ -75,13 +75,13 @@ export declare const UTreeSelect: {
75
75
  default: string;
76
76
  };
77
77
  variant: {
78
- type: import("vue").PropType<"text" | "surface" | "soft">;
78
+ type: import("vue").PropType<"surface" | "soft" | "text">;
79
79
  default: string;
80
80
  validator: (val: string) => boolean;
81
81
  };
82
82
  color: {
83
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
84
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
83
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
84
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
85
85
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
86
86
  };
87
87
  label: {
@@ -96,7 +96,7 @@ export declare const UTreeSelect: {
96
96
  default: boolean;
97
97
  };
98
98
  placement: {
99
- 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">;
99
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
100
100
  default: string;
101
101
  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;
102
102
  };
@@ -104,9 +104,9 @@ export declare const UTreeSelect: {
104
104
  type: StringConstructor;
105
105
  };
106
106
  }>> & Readonly<{
107
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
107
108
  onSearch?: (v: string) => any;
108
- onChange?: (v: import("..").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
109
- "onUpdate:modelValue"?: (v: import("..").SelectValueType) => any;
109
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
110
110
  onExpand?: (keys: (string | number)[]) => any;
111
111
  }>, {
112
112
  prefixCls: import("vue").ComputedRef<string>;
@@ -121,30 +121,30 @@ export declare const UTreeSelect: {
121
121
  displayTreeData: import("vue").Ref<{
122
122
  key: string;
123
123
  title: string;
124
- value?: import("..").SingleValueType;
124
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
125
125
  disabled?: boolean;
126
126
  children?: any[];
127
127
  }[], import("./TreeSelect.type").SelectTreeItem[] | {
128
128
  key: string;
129
129
  title: string;
130
- value?: import("..").SingleValueType;
130
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
131
131
  disabled?: boolean;
132
132
  children?: any[];
133
133
  }[]>;
134
134
  popupStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
135
135
  onClickOutside: () => void;
136
- onNodeSelect: (selectItems: import("..").TreeItem[]) => void;
136
+ onNodeSelect: (selectItems: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
137
137
  onNodeExpand: (expandKeys: (string | number)[]) => void;
138
138
  onNodeCheck: (checkKeys: (string | number)[]) => void;
139
139
  onClearSelection: () => void;
140
140
  triggerSearch: (searchText: string) => boolean;
141
141
  onSelectionSelect: (value: string) => void;
142
- onUpdateTreeData: (data: import("..").TreeItem[]) => void;
142
+ onUpdateTreeData: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
143
143
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
144
- 'update:modelValue': (v: import("..").SelectValueType) => boolean;
144
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
145
145
  search: (v: string) => boolean;
146
146
  expand: (keys: (string | number)[]) => boolean;
147
- change: (v: import("..").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
147
+ change: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
148
148
  }, import("vue").PublicProps, {
149
149
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
150
150
  showIcon: boolean;
@@ -153,7 +153,7 @@ export declare const UTreeSelect: {
153
153
  placement: "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";
154
154
  disabled: boolean;
155
155
  variant: "text" | "surface" | "soft";
156
- modelValue: import("..").SelectValueType;
156
+ modelValue: import("@koi-design/uxd-ui/es/index").SelectValueType;
157
157
  clearable: boolean;
158
158
  labelColon: boolean;
159
159
  multiple: boolean;
@@ -176,7 +176,7 @@ export declare const UTreeSelect: {
176
176
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
177
177
  };
178
178
  placement: {
179
- 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">;
179
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
180
180
  default: string;
181
181
  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;
182
182
  };
@@ -198,8 +198,8 @@ export declare const UTreeSelect: {
198
198
  type: StringConstructor;
199
199
  };
200
200
  trigger: {
201
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
202
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
201
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
202
+ default: () => import("../Popup").PopupTrigger[];
203
203
  };
204
204
  mouseEnterDelay: {
205
205
  type: NumberConstructor;
@@ -267,7 +267,7 @@ export declare const UTreeSelect: {
267
267
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
268
268
  };
269
269
  placement: {
270
- 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">;
270
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
271
271
  default: string;
272
272
  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;
273
273
  };
@@ -289,8 +289,8 @@ export declare const UTreeSelect: {
289
289
  type: StringConstructor;
290
290
  };
291
291
  trigger: {
292
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
293
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
292
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
293
+ default: () => import("../Popup").PopupTrigger[];
294
294
  };
295
295
  mouseEnterDelay: {
296
296
  type: NumberConstructor;
@@ -371,8 +371,8 @@ export declare const UTreeSelect: {
371
371
  default: boolean;
372
372
  };
373
373
  values: {
374
- type: import("vue").PropType<import("..").DisplayOption[]>;
375
- default: () => import("..").DisplayOption[];
374
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
375
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
376
376
  };
377
377
  multiple: {
378
378
  type: BooleanConstructor;
@@ -386,20 +386,20 @@ export declare const UTreeSelect: {
386
386
  type: StringConstructor;
387
387
  };
388
388
  triggerSearch: {
389
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
389
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
390
390
  };
391
391
  allowCreate: {
392
392
  type: BooleanConstructor;
393
393
  default: boolean;
394
394
  };
395
395
  removeIcon: {
396
- type: import("vue").PropType<import("../..").IconPropType>;
396
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
397
397
  };
398
398
  maxTagCount: {
399
399
  type: NumberConstructor;
400
400
  };
401
401
  maxTagPlaceholder: {
402
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
402
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
403
403
  };
404
404
  maxTagTextLength: {
405
405
  type: NumberConstructor;
@@ -412,7 +412,7 @@ export declare const UTreeSelect: {
412
412
  type: NumberConstructor;
413
413
  };
414
414
  tagRender: {
415
- type: import("vue").PropType<import("..").TagRenderFunction>;
415
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
416
416
  };
417
417
  tagTransitionName: {
418
418
  type: StringConstructor;
@@ -426,7 +426,7 @@ export declare const UTreeSelect: {
426
426
  default: boolean;
427
427
  };
428
428
  popoverProps: {
429
- type: import("vue").PropType<import("..").PopoverProps>;
429
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
430
430
  default: () => {};
431
431
  };
432
432
  titleKey: {
@@ -434,8 +434,8 @@ export declare const UTreeSelect: {
434
434
  default: string;
435
435
  };
436
436
  }>, {
437
- 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;
438
- onSelectionSelect: (value: import("..").SingleValueType, opt: {
437
+ getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
438
+ onSelectionSelect: (value: import("@koi-design/uxd-ui/es/index").SingleValueType, opt: {
439
439
  selected: boolean;
440
440
  }) => void;
441
441
  onClick: ({ target }: any) => void;
@@ -462,8 +462,8 @@ export declare const UTreeSelect: {
462
462
  default: boolean;
463
463
  };
464
464
  values: {
465
- type: import("vue").PropType<import("..").DisplayOption[]>;
466
- default: () => import("..").DisplayOption[];
465
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
466
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
467
467
  };
468
468
  multiple: {
469
469
  type: BooleanConstructor;
@@ -477,20 +477,20 @@ export declare const UTreeSelect: {
477
477
  type: StringConstructor;
478
478
  };
479
479
  triggerSearch: {
480
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
480
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
481
481
  };
482
482
  allowCreate: {
483
483
  type: BooleanConstructor;
484
484
  default: boolean;
485
485
  };
486
486
  removeIcon: {
487
- type: import("vue").PropType<import("../..").IconPropType>;
487
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
488
488
  };
489
489
  maxTagCount: {
490
490
  type: NumberConstructor;
491
491
  };
492
492
  maxTagPlaceholder: {
493
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
493
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
494
494
  };
495
495
  maxTagTextLength: {
496
496
  type: NumberConstructor;
@@ -503,7 +503,7 @@ export declare const UTreeSelect: {
503
503
  type: NumberConstructor;
504
504
  };
505
505
  tagRender: {
506
- type: import("vue").PropType<import("..").TagRenderFunction>;
506
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
507
507
  };
508
508
  tagTransitionName: {
509
509
  type: StringConstructor;
@@ -517,7 +517,7 @@ export declare const UTreeSelect: {
517
517
  default: boolean;
518
518
  };
519
519
  popoverProps: {
520
- type: import("vue").PropType<import("..").PopoverProps>;
520
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
521
521
  default: () => {};
522
522
  };
523
523
  titleKey: {
@@ -529,7 +529,7 @@ export declare const UTreeSelect: {
529
529
  "onCreate-submit"?: (...args: any[]) => any;
530
530
  "onToggle-open"?: (...args: any[]) => any;
531
531
  }>, {
532
- values: import("..").DisplayOption[];
532
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
533
533
  disabled: boolean;
534
534
  multiple: boolean;
535
535
  open: boolean;
@@ -538,7 +538,7 @@ export declare const UTreeSelect: {
538
538
  allowCreate: boolean;
539
539
  maxTagTooltip: boolean;
540
540
  isShowTagTooltip: boolean;
541
- popoverProps: import("..").PopoverProps;
541
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
542
542
  tokenWithEnter: boolean;
543
543
  }, {}, {
544
544
  SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -546,8 +546,8 @@ export declare const UTreeSelect: {
546
546
  type: StringConstructor;
547
547
  };
548
548
  values: {
549
- type: import("vue").PropType<import("..").DisplayOption[]>;
550
- default: () => import("..").DisplayOption[];
549
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
550
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
551
551
  };
552
552
  searchValue: {
553
553
  type: StringConstructor;
@@ -565,21 +565,19 @@ export declare const UTreeSelect: {
565
565
  default: boolean;
566
566
  };
567
567
  inputRef: {
568
- 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>;
568
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
569
569
  };
570
570
  titleKey: {
571
571
  type: StringConstructor;
572
572
  default: string;
573
573
  };
574
574
  }>, {
575
- getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
576
- [key: string]: any;
577
- }> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
575
+ getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
578
576
  [key: string]: any;
579
577
  }>;
580
578
  inputValue: import("vue").ComputedRef<string>;
581
579
  inputEditable: import("vue").ComputedRef<boolean>;
582
- selectedItem: import("vue").ComputedRef<import("..").DisplayOption>;
580
+ selectedItem: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DisplayOption>;
583
581
  title: import("vue").ComputedRef<any>;
584
582
  showPlaceholder: import("vue").ComputedRef<boolean>;
585
583
  hasTextInput: import("vue").ComputedRef<boolean>;
@@ -594,8 +592,8 @@ export declare const UTreeSelect: {
594
592
  type: StringConstructor;
595
593
  };
596
594
  values: {
597
- type: import("vue").PropType<import("..").DisplayOption[]>;
598
- default: () => import("..").DisplayOption[];
595
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
596
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
599
597
  };
600
598
  searchValue: {
601
599
  type: StringConstructor;
@@ -613,7 +611,7 @@ export declare const UTreeSelect: {
613
611
  default: boolean;
614
612
  };
615
613
  inputRef: {
616
- 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>;
614
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
617
615
  };
618
616
  titleKey: {
619
617
  type: StringConstructor;
@@ -627,7 +625,7 @@ export declare const UTreeSelect: {
627
625
  "onInput-compositionend"?: (...args: any[]) => any;
628
626
  "onInput-paste"?: (...args: any[]) => any;
629
627
  }>, {
630
- values: import("..").DisplayOption[];
628
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
631
629
  disabled: boolean;
632
630
  open: boolean;
633
631
  titleKey: string;
@@ -643,7 +641,7 @@ export declare const UTreeSelect: {
643
641
  };
644
642
  SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
645
643
  inputRef: {
646
- 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>;
644
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
647
645
  };
648
646
  prefixCls: {
649
647
  type: StringConstructor;
@@ -689,9 +687,9 @@ export declare const UTreeSelect: {
689
687
  onCompositionend: (e: any) => void;
690
688
  onFocus: (args: any) => void;
691
689
  onBlur: (args: any) => void;
692
- }, {}, {}, {}, 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<{
690
+ }, {}, {}, {}, 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<{
693
691
  inputRef: {
694
- 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>;
692
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
695
693
  };
696
694
  prefixCls: {
697
695
  type: StringConstructor;
@@ -746,8 +744,8 @@ export declare const UTreeSelect: {
746
744
  type: StringConstructor;
747
745
  };
748
746
  values: {
749
- type: import("vue").PropType<import("..").DisplayOption[]>;
750
- default: () => import("..").DisplayOption[];
747
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
748
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
751
749
  };
752
750
  searchValue: {
753
751
  type: StringConstructor;
@@ -765,7 +763,7 @@ export declare const UTreeSelect: {
765
763
  default: undefined;
766
764
  };
767
765
  inputRef: {
768
- 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>;
766
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
769
767
  };
770
768
  tagTransitionName: {
771
769
  type: StringConstructor;
@@ -777,7 +775,7 @@ export declare const UTreeSelect: {
777
775
  type: NumberConstructor;
778
776
  };
779
777
  maxTagPlaceholder: {
780
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
778
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
781
779
  default: (ommittedValus: string[]) => string;
782
780
  };
783
781
  maxTagTooltip: {
@@ -789,23 +787,21 @@ export declare const UTreeSelect: {
789
787
  default: number;
790
788
  };
791
789
  tagRender: {
792
- type: import("vue").PropType<import("..").TagRenderFunction>;
790
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
793
791
  };
794
792
  removeIcon: {
795
- type: import("vue").PropType<import("../..").IconPropType>;
793
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
796
794
  };
797
795
  isShowTagTooltip: {
798
796
  type: BooleanConstructor;
799
797
  default: boolean;
800
798
  };
801
799
  popoverProps: {
802
- type: import("vue").PropType<import("..").PopoverProps>;
800
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
803
801
  default: () => {};
804
802
  };
805
803
  }>, {
806
- getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
807
- [key: string]: any;
808
- }> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
804
+ getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
809
805
  [key: string]: any;
810
806
  }>;
811
807
  REST_TAG_KEY: string;
@@ -816,9 +812,9 @@ export declare const UTreeSelect: {
816
812
  inputEditable: import("vue").ComputedRef<boolean>;
817
813
  showPlaceholder: import("vue").ComputedRef<boolean>;
818
814
  isNotRender: import("vue").ComputedRef<boolean>;
819
- displayValues: import("vue").ComputedRef<import("..").DisplayOption[]>;
820
- closable: (item: import("..").DisplayOption) => boolean;
821
- onClose: (value: import("..").SingleValueType, e: any) => void;
815
+ displayValues: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
816
+ closable: (item: import("@koi-design/uxd-ui/es/index").DisplayOption) => boolean;
817
+ onClose: (value: import("@koi-design/uxd-ui/es/index").SingleValueType, e: any) => void;
822
818
  onInputMouseDown: () => void;
823
819
  onInputChange: (val: any) => void;
824
820
  onInputKeydown: (e: KeyboardEvent) => void;
@@ -830,8 +826,8 @@ export declare const UTreeSelect: {
830
826
  type: StringConstructor;
831
827
  };
832
828
  values: {
833
- type: import("vue").PropType<import("..").DisplayOption[]>;
834
- default: () => import("..").DisplayOption[];
829
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
830
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
835
831
  };
836
832
  searchValue: {
837
833
  type: StringConstructor;
@@ -849,7 +845,7 @@ export declare const UTreeSelect: {
849
845
  default: undefined;
850
846
  };
851
847
  inputRef: {
852
- 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>;
848
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
853
849
  };
854
850
  tagTransitionName: {
855
851
  type: StringConstructor;
@@ -861,7 +857,7 @@ export declare const UTreeSelect: {
861
857
  type: NumberConstructor;
862
858
  };
863
859
  maxTagPlaceholder: {
864
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
860
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
865
861
  default: (ommittedValus: string[]) => string;
866
862
  };
867
863
  maxTagTooltip: {
@@ -873,17 +869,17 @@ export declare const UTreeSelect: {
873
869
  default: number;
874
870
  };
875
871
  tagRender: {
876
- type: import("vue").PropType<import("..").TagRenderFunction>;
872
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
877
873
  };
878
874
  removeIcon: {
879
- type: import("vue").PropType<import("../..").IconPropType>;
875
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
880
876
  };
881
877
  isShowTagTooltip: {
882
878
  type: BooleanConstructor;
883
879
  default: boolean;
884
880
  };
885
881
  popoverProps: {
886
- type: import("vue").PropType<import("..").PopoverProps>;
882
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
887
883
  default: () => {};
888
884
  };
889
885
  }>> & Readonly<{
@@ -895,19 +891,19 @@ export declare const UTreeSelect: {
895
891
  "onInput-compositionend"?: (...args: any[]) => any;
896
892
  "onInput-paste"?: (...args: any[]) => any;
897
893
  }>, {
898
- values: import("..").DisplayOption[];
894
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
899
895
  disabled: boolean;
900
896
  open: boolean;
901
897
  filterable: boolean;
902
- maxTagPlaceholder: (rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
898
+ maxTagPlaceholder: (rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
903
899
  maxTagTooltip: boolean;
904
900
  isShowTagTooltip: boolean;
905
901
  maxTagTooltipWidth: number;
906
- popoverProps: import("..").PopoverProps;
902
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
907
903
  }, {}, {
908
904
  SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
909
905
  inputRef: {
910
- 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>;
906
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
911
907
  };
912
908
  prefixCls: {
913
909
  type: StringConstructor;
@@ -953,9 +949,9 @@ export declare const UTreeSelect: {
953
949
  onCompositionend: (e: any) => void;
954
950
  onFocus: (args: any) => void;
955
951
  onBlur: (args: any) => void;
956
- }, {}, {}, {}, 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<{
952
+ }, {}, {}, {}, 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<{
957
953
  inputRef: {
958
- 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>;
954
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
959
955
  };
960
956
  prefixCls: {
961
957
  type: StringConstructor;
@@ -1015,7 +1011,7 @@ export declare const UTreeSelect: {
1015
1011
  UPopover: {
1016
1012
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1017
1013
  placement: {
1018
- 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">;
1014
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1019
1015
  default: string;
1020
1016
  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;
1021
1017
  };
@@ -1045,7 +1041,7 @@ export declare const UTreeSelect: {
1045
1041
  default: () => {};
1046
1042
  };
1047
1043
  trigger: {
1048
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
1044
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
1049
1045
  default: string;
1050
1046
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
1051
1047
  };
@@ -1054,7 +1050,7 @@ export declare const UTreeSelect: {
1054
1050
  validator: (val: any[]) => boolean;
1055
1051
  };
1056
1052
  type: {
1057
- type: import("vue").PropType<"popConfirm" | "popover">;
1053
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
1058
1054
  default: string;
1059
1055
  validator: (val: "popConfirm" | "popover") => boolean;
1060
1056
  };
@@ -1140,7 +1136,7 @@ export declare const UTreeSelect: {
1140
1136
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1141
1137
  };
1142
1138
  placement: {
1143
- 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">;
1139
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1144
1140
  default: string;
1145
1141
  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;
1146
1142
  };
@@ -1162,8 +1158,8 @@ export declare const UTreeSelect: {
1162
1158
  type: StringConstructor;
1163
1159
  };
1164
1160
  trigger: {
1165
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1166
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1161
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1162
+ default: () => import("../Popup").PopupTrigger[];
1167
1163
  };
1168
1164
  mouseEnterDelay: {
1169
1165
  type: NumberConstructor;
@@ -1231,7 +1227,7 @@ export declare const UTreeSelect: {
1231
1227
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1232
1228
  };
1233
1229
  placement: {
1234
- 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">;
1230
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1235
1231
  default: string;
1236
1232
  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;
1237
1233
  };
@@ -1253,8 +1249,8 @@ export declare const UTreeSelect: {
1253
1249
  type: StringConstructor;
1254
1250
  };
1255
1251
  trigger: {
1256
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1257
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1252
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1253
+ default: () => import("../Popup").PopupTrigger[];
1258
1254
  };
1259
1255
  mouseEnterDelay: {
1260
1256
  type: NumberConstructor;
@@ -1328,7 +1324,7 @@ export declare const UTreeSelect: {
1328
1324
  Defaults: {};
1329
1325
  }, Readonly<import("vue").ExtractPropTypes<{
1330
1326
  placement: {
1331
- 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">;
1327
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1332
1328
  default: string;
1333
1329
  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;
1334
1330
  };
@@ -1358,7 +1354,7 @@ export declare const UTreeSelect: {
1358
1354
  default: () => {};
1359
1355
  };
1360
1356
  trigger: {
1361
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
1357
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
1362
1358
  default: string;
1363
1359
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
1364
1360
  };
@@ -1367,7 +1363,7 @@ export declare const UTreeSelect: {
1367
1363
  validator: (val: any[]) => boolean;
1368
1364
  };
1369
1365
  type: {
1370
- type: import("vue").PropType<"popConfirm" | "popover">;
1366
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
1371
1367
  default: string;
1372
1368
  validator: (val: "popConfirm" | "popover") => boolean;
1373
1369
  };
@@ -1447,7 +1443,7 @@ export declare const UTreeSelect: {
1447
1443
  __isSuspense?: never;
1448
1444
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1449
1445
  placement: {
1450
- 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">;
1446
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1451
1447
  default: string;
1452
1448
  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;
1453
1449
  };
@@ -1477,7 +1473,7 @@ export declare const UTreeSelect: {
1477
1473
  default: () => {};
1478
1474
  };
1479
1475
  trigger: {
1480
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
1476
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
1481
1477
  default: string;
1482
1478
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
1483
1479
  };
@@ -1486,7 +1482,7 @@ export declare const UTreeSelect: {
1486
1482
  validator: (val: any[]) => boolean;
1487
1483
  };
1488
1484
  type: {
1489
- type: import("vue").PropType<"popConfirm" | "popover">;
1485
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
1490
1486
  default: string;
1491
1487
  validator: (val: "popConfirm" | "popover") => boolean;
1492
1488
  };
@@ -1572,7 +1568,7 @@ export declare const UTreeSelect: {
1572
1568
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1573
1569
  };
1574
1570
  placement: {
1575
- 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">;
1571
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1576
1572
  default: string;
1577
1573
  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;
1578
1574
  };
@@ -1594,8 +1590,8 @@ export declare const UTreeSelect: {
1594
1590
  type: StringConstructor;
1595
1591
  };
1596
1592
  trigger: {
1597
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1598
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1593
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1594
+ default: () => import("../Popup").PopupTrigger[];
1599
1595
  };
1600
1596
  mouseEnterDelay: {
1601
1597
  type: NumberConstructor;
@@ -1663,7 +1659,7 @@ export declare const UTreeSelect: {
1663
1659
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
1664
1660
  };
1665
1661
  placement: {
1666
- 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">;
1662
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
1667
1663
  default: string;
1668
1664
  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;
1669
1665
  };
@@ -1685,8 +1681,8 @@ export declare const UTreeSelect: {
1685
1681
  type: StringConstructor;
1686
1682
  };
1687
1683
  trigger: {
1688
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
1689
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
1684
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
1685
+ default: () => import("../Popup").PopupTrigger[];
1690
1686
  };
1691
1687
  mouseEnterDelay: {
1692
1688
  type: NumberConstructor;
@@ -1751,7 +1747,7 @@ export declare const UTreeSelect: {
1751
1747
  };
1752
1748
  };
1753
1749
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1754
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
1750
+ } & 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>);
1755
1751
  UIcon: {
1756
1752
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1757
1753
  rotate: {
@@ -1766,7 +1762,7 @@ export declare const UTreeSelect: {
1766
1762
  default: string;
1767
1763
  };
1768
1764
  icon: {
1769
- type: import("vue").PropType<import("../..").IconPropType>;
1765
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1770
1766
  };
1771
1767
  }>> & Readonly<{
1772
1768
  onClick?: (ev: Event) => any;
@@ -1813,7 +1809,7 @@ export declare const UTreeSelect: {
1813
1809
  default: string;
1814
1810
  };
1815
1811
  icon: {
1816
- type: import("vue").PropType<import("../..").IconPropType>;
1812
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1817
1813
  };
1818
1814
  }>> & Readonly<{
1819
1815
  onClick?: (ev: Event) => any;
@@ -1855,7 +1851,7 @@ export declare const UTreeSelect: {
1855
1851
  default: string;
1856
1852
  };
1857
1853
  icon: {
1858
- type: import("vue").PropType<import("../..").IconPropType>;
1854
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1859
1855
  };
1860
1856
  }>> & Readonly<{
1861
1857
  onClick?: (ev: Event) => any;
@@ -1882,18 +1878,18 @@ export declare const UTreeSelect: {
1882
1878
  }, string, {
1883
1879
  color: string;
1884
1880
  spin: boolean;
1885
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
1881
+ }, {}, 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>);
1886
1882
  X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1887
1883
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1888
1884
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1889
1885
  UTree: {
1890
1886
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1891
1887
  treeData: {
1892
- type: import("vue").PropType<import("..").TreeItem[]>;
1893
- default: () => import("..").TreeItem[];
1888
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
1889
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
1894
1890
  };
1895
1891
  dataKey: {
1896
- type: import("vue").PropType<string | import("..").GetDataKey>;
1892
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
1897
1893
  default: string;
1898
1894
  };
1899
1895
  multiple: {
@@ -1917,7 +1913,7 @@ export declare const UTreeSelect: {
1917
1913
  default: boolean;
1918
1914
  };
1919
1915
  switcherIcon: {
1920
- type: import("vue").PropType<import("../..").IconPropType>;
1916
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1921
1917
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1922
1918
  };
1923
1919
  showLine: {
@@ -1953,7 +1949,7 @@ export declare const UTreeSelect: {
1953
1949
  default: boolean;
1954
1950
  };
1955
1951
  loadData: {
1956
- type: import("vue").PropType<import("..").TreeLoadData>;
1952
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
1957
1953
  };
1958
1954
  loadedKeys: {
1959
1955
  type: import("vue").PropType<(string | number)[]>;
@@ -1963,26 +1959,22 @@ export declare const UTreeSelect: {
1963
1959
  default: boolean;
1964
1960
  };
1965
1961
  }>> & Readonly<{
1966
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
1962
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
1967
1963
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
1968
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
1964
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
1969
1965
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
1970
1966
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
1971
1967
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
1972
1968
  onExpand?: (keys: (string | number)[], e: Event) => any;
1973
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
1974
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
1969
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
1970
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
1975
1971
  }>, {
1976
1972
  prefixCls: import("vue").ComputedRef<string>;
1977
1973
  localTreeData: import("vue").Ref<{
1978
1974
  [x: string]: any;
1979
1975
  key: string | number;
1980
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1981
- [key: string]: any;
1982
- }>[];
1983
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1984
- [key: string]: any;
1985
- }>[];
1976
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
1977
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
1986
1978
  componentKey: string;
1987
1979
  dataRef: {
1988
1980
  [x: string]: any;
@@ -2000,15 +1992,11 @@ export declare const UTreeSelect: {
2000
1992
  disabled?: boolean;
2001
1993
  isLeaf?: boolean;
2002
1994
  checkable?: boolean;
2003
- }[], import("..").InnerTreeItem[] | {
1995
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
2004
1996
  [x: string]: any;
2005
1997
  key: string | number;
2006
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2007
- [key: string]: any;
2008
- }>[];
2009
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
2010
- [key: string]: any;
2011
- }>[];
1998
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
1999
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
2012
2000
  componentKey: string;
2013
2001
  dataRef: {
2014
2002
  [x: string]: any;
@@ -2032,15 +2020,15 @@ export declare const UTreeSelect: {
2032
2020
  halfCheckedKeys: (string | number)[];
2033
2021
  };
2034
2022
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2035
- 'update:treeData': (data: import("..").TreeItem[]) => boolean;
2023
+ 'update:treeData': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
2036
2024
  'update:selectedKeys': (keys: (string | number)[]) => boolean;
2037
2025
  'update:expandedKeys': (keys: (string | number)[]) => boolean;
2038
2026
  'update:checkedKeys': (keys: (string | number)[]) => boolean;
2039
- select: (item: import("..").TreeItem[], e: Event) => boolean;
2027
+ select: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => boolean;
2040
2028
  check: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => boolean;
2041
2029
  expand: (keys: (string | number)[], e: Event) => boolean;
2042
- 'update-data': (data: import("..").TreeItem[]) => boolean;
2043
- 'drag-start': (node: import("..").TreeItem, e: Event) => boolean;
2030
+ 'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
2031
+ 'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
2044
2032
  }, import("vue").PublicProps, {
2045
2033
  showIcon: boolean;
2046
2034
  disabled: boolean;
@@ -2049,10 +2037,10 @@ export declare const UTreeSelect: {
2049
2037
  selectable: boolean;
2050
2038
  draggable: boolean;
2051
2039
  checkedKeys: (string | number)[];
2052
- treeData: import("..").TreeItem[];
2053
- dataKey: string | import("..").GetDataKey;
2054
- checkable: boolean;
2055
2040
  checkStrictly: boolean;
2041
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
2042
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
2043
+ checkable: boolean;
2056
2044
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2057
2045
  showLine: boolean;
2058
2046
  expandedKeys: (string | number)[];
@@ -2062,19 +2050,19 @@ export declare const UTreeSelect: {
2062
2050
  }, true, {}, {}, {
2063
2051
  SubTree: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2064
2052
  data: {
2065
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
2053
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
2066
2054
  };
2067
2055
  }>, {
2068
2056
  prefixCls: string;
2069
2057
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2070
2058
  data: {
2071
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
2059
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
2072
2060
  };
2073
2061
  }>> & Readonly<{}>, {}, {}, {
2074
2062
  TreeNode: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2075
2063
  data: {
2076
- type: import("vue").PropType<import("..").InnerTreeItem>;
2077
- default: () => import("..").InnerTreeItem;
2064
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
2065
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
2078
2066
  };
2079
2067
  appear: {
2080
2068
  type: BooleanConstructor;
@@ -2088,17 +2076,17 @@ export declare const UTreeSelect: {
2088
2076
  selectable: import("vue").Ref<boolean, boolean>;
2089
2077
  draggable: import("vue").Ref<boolean, boolean>;
2090
2078
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2091
- treeData: import("vue").Ref<import("..").TreeItem[], import("..").TreeItem[]>;
2092
- dataKey: import("vue").Ref<string | import("..").GetDataKey, string | import("..").GetDataKey>;
2093
- checkable: import("vue").Ref<boolean, boolean>;
2094
2079
  checkStrictly: import("vue").Ref<boolean, boolean>;
2080
+ treeData: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeItem[], import("@koi-design/uxd-ui/es/index").TreeItem[]>;
2081
+ dataKey: import("vue").Ref<string | import("@koi-design/uxd-ui/es/index").GetDataKey, string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
2082
+ checkable: import("vue").Ref<boolean, boolean>;
2095
2083
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
2096
2084
  showLine: import("vue").Ref<boolean, boolean>;
2097
2085
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
2098
2086
  defaultExpandAll: import("vue").Ref<boolean, boolean>;
2099
2087
  blockNode: import("vue").Ref<boolean, boolean>;
2100
2088
  treeSelect: import("vue").Ref<boolean, boolean>;
2101
- loadData?: import("vue").Ref<import("..").TreeLoadData, import("..").TreeLoadData>;
2089
+ loadData?: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeLoadData, import("@koi-design/uxd-ui/es/index").TreeLoadData>;
2102
2090
  loadedKeys?: import("vue").Ref<(string | number)[], (string | number)[]>;
2103
2091
  prefixCls: string;
2104
2092
  treeNode: import("vue").Ref<any, any>;
@@ -2111,9 +2099,9 @@ export declare const UTreeSelect: {
2111
2099
  loading: import("vue").ComputedRef<boolean>;
2112
2100
  isDisabled: import("vue").ComputedRef<boolean>;
2113
2101
  handleSelectClick: (e: MouseEvent) => void;
2114
- handleExpand: (node: import("..").InnerTreeItem, e: any) => void;
2102
+ handleExpand: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem, e: any) => void;
2115
2103
  handleCheck: (e: any) => void;
2116
- onDragStart: (e: any, innerItem: import("..").InnerTreeItem) => void;
2104
+ onDragStart: (e: any, innerItem: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => void;
2117
2105
  onDragEnter: (e: any) => void;
2118
2106
  onDragOver: (e: any) => void;
2119
2107
  onDragLeave: (e: any) => void;
@@ -2122,19 +2110,19 @@ export declare const UTreeSelect: {
2122
2110
  dragOver: import("vue").Ref<boolean, boolean>;
2123
2111
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
2124
2112
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
2125
- isLeaf: (node: import("..").InnerTreeItem) => boolean;
2126
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("..").TreeItem[]) => void;
2113
+ isLeaf: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => boolean;
2114
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
2127
2115
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2128
2116
  data: {
2129
- type: import("vue").PropType<import("..").InnerTreeItem>;
2130
- default: () => import("..").InnerTreeItem;
2117
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
2118
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
2131
2119
  };
2132
2120
  appear: {
2133
2121
  type: BooleanConstructor;
2134
2122
  default: boolean;
2135
2123
  };
2136
2124
  }>> & Readonly<{}>, {
2137
- data: import("..").InnerTreeItem;
2125
+ data: import("@koi-design/uxd-ui/es/index").InnerTreeItem;
2138
2126
  appear: boolean;
2139
2127
  }, {}, {
2140
2128
  UIcon: {
@@ -2151,7 +2139,7 @@ export declare const UTreeSelect: {
2151
2139
  default: string;
2152
2140
  };
2153
2141
  icon: {
2154
- type: import("vue").PropType<import("../..").IconPropType>;
2142
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2155
2143
  };
2156
2144
  }>> & Readonly<{
2157
2145
  onClick?: (ev: Event) => any;
@@ -2198,7 +2186,7 @@ export declare const UTreeSelect: {
2198
2186
  default: string;
2199
2187
  };
2200
2188
  icon: {
2201
- type: import("vue").PropType<import("../..").IconPropType>;
2189
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2202
2190
  };
2203
2191
  }>> & Readonly<{
2204
2192
  onClick?: (ev: Event) => any;
@@ -2240,7 +2228,7 @@ export declare const UTreeSelect: {
2240
2228
  default: string;
2241
2229
  };
2242
2230
  icon: {
2243
- type: import("vue").PropType<import("../..").IconPropType>;
2231
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2244
2232
  };
2245
2233
  }>> & Readonly<{
2246
2234
  onClick?: (ev: Event) => any;
@@ -2267,7 +2255,7 @@ export declare const UTreeSelect: {
2267
2255
  }, string, {
2268
2256
  color: string;
2269
2257
  spin: boolean;
2270
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2258
+ }, {}, 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>);
2271
2259
  UCheckbox: {
2272
2260
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
2273
2261
  modelValue: {
@@ -2299,9 +2287,9 @@ export declare const UTreeSelect: {
2299
2287
  default: boolean;
2300
2288
  };
2301
2289
  }>> & Readonly<{
2302
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2290
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2303
2291
  onClick?: (ev: Event) => any;
2304
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2292
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2305
2293
  }>, {
2306
2294
  prefixCls: import("vue").ComputedRef<string>;
2307
2295
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -2315,8 +2303,8 @@ export declare const UTreeSelect: {
2315
2303
  handleBlur: () => void;
2316
2304
  onClick: (e: MouseEvent) => void;
2317
2305
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2318
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2319
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2306
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2307
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2320
2308
  click: (ev: Event) => boolean;
2321
2309
  }, import("vue").PublicProps, {
2322
2310
  name: string;
@@ -2341,7 +2329,7 @@ export declare const UTreeSelect: {
2341
2329
  default: string;
2342
2330
  };
2343
2331
  icon: {
2344
- type: import("vue").PropType<import("../..").IconPropType>;
2332
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2345
2333
  };
2346
2334
  }>> & Readonly<{
2347
2335
  onClick?: (ev: Event) => any;
@@ -2388,7 +2376,7 @@ export declare const UTreeSelect: {
2388
2376
  default: string;
2389
2377
  };
2390
2378
  icon: {
2391
- type: import("vue").PropType<import("../..").IconPropType>;
2379
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2392
2380
  };
2393
2381
  }>> & Readonly<{
2394
2382
  onClick?: (ev: Event) => any;
@@ -2430,7 +2418,7 @@ export declare const UTreeSelect: {
2430
2418
  default: string;
2431
2419
  };
2432
2420
  icon: {
2433
- type: import("vue").PropType<import("../..").IconPropType>;
2421
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2434
2422
  };
2435
2423
  }>> & Readonly<{
2436
2424
  onClick?: (ev: Event) => any;
@@ -2457,7 +2445,7 @@ export declare const UTreeSelect: {
2457
2445
  }, string, {
2458
2446
  color: string;
2459
2447
  spin: boolean;
2460
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2448
+ }, {}, 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>);
2461
2449
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2462
2450
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2463
2451
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2497,9 +2485,9 @@ export declare const UTreeSelect: {
2497
2485
  default: boolean;
2498
2486
  };
2499
2487
  }>> & Readonly<{
2500
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2488
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2501
2489
  onClick?: (ev: Event) => any;
2502
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2490
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2503
2491
  }>, {
2504
2492
  prefixCls: import("vue").ComputedRef<string>;
2505
2493
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -2554,9 +2542,9 @@ export declare const UTreeSelect: {
2554
2542
  default: boolean;
2555
2543
  };
2556
2544
  }>> & Readonly<{
2557
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2545
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2558
2546
  onClick?: (ev: Event) => any;
2559
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2547
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2560
2548
  }>, {
2561
2549
  prefixCls: import("vue").ComputedRef<string>;
2562
2550
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -2570,8 +2558,8 @@ export declare const UTreeSelect: {
2570
2558
  handleBlur: () => void;
2571
2559
  onClick: (e: MouseEvent) => void;
2572
2560
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2573
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2574
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2561
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2562
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2575
2563
  click: (ev: Event) => boolean;
2576
2564
  }, string, {
2577
2565
  name: string;
@@ -2596,7 +2584,7 @@ export declare const UTreeSelect: {
2596
2584
  default: string;
2597
2585
  };
2598
2586
  icon: {
2599
- type: import("vue").PropType<import("../..").IconPropType>;
2587
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2600
2588
  };
2601
2589
  }>> & Readonly<{
2602
2590
  onClick?: (ev: Event) => any;
@@ -2643,7 +2631,7 @@ export declare const UTreeSelect: {
2643
2631
  default: string;
2644
2632
  };
2645
2633
  icon: {
2646
- type: import("vue").PropType<import("../..").IconPropType>;
2634
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2647
2635
  };
2648
2636
  }>> & Readonly<{
2649
2637
  onClick?: (ev: Event) => any;
@@ -2685,7 +2673,7 @@ export declare const UTreeSelect: {
2685
2673
  default: string;
2686
2674
  };
2687
2675
  icon: {
2688
- type: import("vue").PropType<import("../..").IconPropType>;
2676
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2689
2677
  };
2690
2678
  }>> & Readonly<{
2691
2679
  onClick?: (ev: Event) => any;
@@ -2712,23 +2700,23 @@ export declare const UTreeSelect: {
2712
2700
  }, string, {
2713
2701
  color: string;
2714
2702
  spin: boolean;
2715
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2703
+ }, {}, 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>);
2716
2704
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2717
2705
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2718
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
2706
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2719
2707
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2720
2708
  modelValue: {
2721
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2722
- default: () => import("..").CheckboxGroupSingleValue[];
2709
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2710
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2723
2711
  };
2724
2712
  size: {
2725
- type: import("vue").PropType<"small" | "default" | "large">;
2713
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2726
2714
  default: string;
2727
- validator: (val: "small" | "default" | "large") => boolean;
2715
+ validator: (val: "default" | "small" | "large") => boolean;
2728
2716
  };
2729
2717
  options: {
2730
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2731
- default: () => import("..").CheckboxGroupOption[];
2718
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2719
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2732
2720
  };
2733
2721
  disabled: {
2734
2722
  type: BooleanConstructor;
@@ -2742,12 +2730,12 @@ export declare const UTreeSelect: {
2742
2730
  type: StringConstructor;
2743
2731
  };
2744
2732
  buttonType: {
2745
- type: import("vue").PropType<"fill" | "border" | "card">;
2733
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2746
2734
  default: string;
2747
2735
  validator: (val: "fill" | "border" | "card") => boolean;
2748
2736
  };
2749
2737
  type: {
2750
- type: import("vue").PropType<"default" | "button">;
2738
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2751
2739
  default: string;
2752
2740
  validator: (val: "default" | "button") => boolean;
2753
2741
  };
@@ -2767,21 +2755,21 @@ export declare const UTreeSelect: {
2767
2755
  hasSlot: import("vue").ComputedRef<boolean>;
2768
2756
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
2769
2757
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2770
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2771
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2758
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2759
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2772
2760
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2773
2761
  modelValue: {
2774
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2775
- default: () => import("..").CheckboxGroupSingleValue[];
2762
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2763
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2776
2764
  };
2777
2765
  size: {
2778
- type: import("vue").PropType<"small" | "default" | "large">;
2766
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2779
2767
  default: string;
2780
- validator: (val: "small" | "default" | "large") => boolean;
2768
+ validator: (val: "default" | "small" | "large") => boolean;
2781
2769
  };
2782
2770
  options: {
2783
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2784
- default: () => import("..").CheckboxGroupOption[];
2771
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2772
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2785
2773
  };
2786
2774
  disabled: {
2787
2775
  type: BooleanConstructor;
@@ -2795,12 +2783,12 @@ export declare const UTreeSelect: {
2795
2783
  type: StringConstructor;
2796
2784
  };
2797
2785
  buttonType: {
2798
- type: import("vue").PropType<"fill" | "border" | "card">;
2786
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2799
2787
  default: string;
2800
2788
  validator: (val: "fill" | "border" | "card") => boolean;
2801
2789
  };
2802
2790
  type: {
2803
- type: import("vue").PropType<"default" | "button">;
2791
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2804
2792
  default: string;
2805
2793
  validator: (val: "default" | "button") => boolean;
2806
2794
  };
@@ -2812,15 +2800,15 @@ export declare const UTreeSelect: {
2812
2800
  type: import("vue").PropType<"ltr" | "rtl">;
2813
2801
  };
2814
2802
  }>> & Readonly<{
2815
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2816
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2803
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2804
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2817
2805
  }>, {
2818
2806
  type: "default" | "button";
2819
2807
  loading: boolean;
2820
- size: "small" | "default" | "large";
2808
+ size: "default" | "small" | "large";
2821
2809
  disabled: boolean;
2822
- modelValue: import("..").CheckboxGroupSingleValue[];
2823
- options: import("..").CheckboxGroupOption[];
2810
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2811
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2824
2812
  buttonFill: boolean;
2825
2813
  buttonType: "fill" | "border" | "card";
2826
2814
  }, {}, {
@@ -2838,7 +2826,7 @@ export declare const UTreeSelect: {
2838
2826
  default: string;
2839
2827
  };
2840
2828
  icon: {
2841
- type: import("vue").PropType<import("../..").IconPropType>;
2829
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2842
2830
  };
2843
2831
  }>> & Readonly<{
2844
2832
  onClick?: (ev: Event) => any;
@@ -2885,7 +2873,7 @@ export declare const UTreeSelect: {
2885
2873
  default: string;
2886
2874
  };
2887
2875
  icon: {
2888
- type: import("vue").PropType<import("../..").IconPropType>;
2876
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2889
2877
  };
2890
2878
  }>> & Readonly<{
2891
2879
  onClick?: (ev: Event) => any;
@@ -2927,7 +2915,7 @@ export declare const UTreeSelect: {
2927
2915
  default: string;
2928
2916
  };
2929
2917
  icon: {
2930
- type: import("vue").PropType<import("../..").IconPropType>;
2918
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2931
2919
  };
2932
2920
  }>> & Readonly<{
2933
2921
  onClick?: (ev: Event) => any;
@@ -2954,7 +2942,7 @@ export declare const UTreeSelect: {
2954
2942
  }, string, {
2955
2943
  color: string;
2956
2944
  spin: boolean;
2957
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
2945
+ }, {}, 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>);
2958
2946
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2959
2947
  modelValue: {
2960
2948
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2997,8 +2985,8 @@ export declare const UTreeSelect: {
2997
2985
  handleBlur: () => void;
2998
2986
  onClick: (e: MouseEvent) => void;
2999
2987
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3000
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3001
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2988
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2989
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3002
2990
  click: (ev: Event) => boolean;
3003
2991
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3004
2992
  modelValue: {
@@ -3030,9 +3018,9 @@ export declare const UTreeSelect: {
3030
3018
  default: boolean;
3031
3019
  };
3032
3020
  }>> & Readonly<{
3033
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3021
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3034
3022
  onClick?: (ev: Event) => any;
3035
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3023
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3036
3024
  }>, {
3037
3025
  name: string;
3038
3026
  disabled: boolean;
@@ -3056,7 +3044,7 @@ export declare const UTreeSelect: {
3056
3044
  default: string;
3057
3045
  };
3058
3046
  icon: {
3059
- type: import("vue").PropType<import("../..").IconPropType>;
3047
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3060
3048
  };
3061
3049
  }>> & Readonly<{
3062
3050
  onClick?: (ev: Event) => any;
@@ -3103,7 +3091,7 @@ export declare const UTreeSelect: {
3103
3091
  default: string;
3104
3092
  };
3105
3093
  icon: {
3106
- type: import("vue").PropType<import("../..").IconPropType>;
3094
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3107
3095
  };
3108
3096
  }>> & Readonly<{
3109
3097
  onClick?: (ev: Event) => any;
@@ -3145,7 +3133,7 @@ export declare const UTreeSelect: {
3145
3133
  default: string;
3146
3134
  };
3147
3135
  icon: {
3148
- type: import("vue").PropType<import("../..").IconPropType>;
3136
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3149
3137
  };
3150
3138
  }>> & Readonly<{
3151
3139
  onClick?: (ev: Event) => any;
@@ -3172,13 +3160,13 @@ export declare const UTreeSelect: {
3172
3160
  }, string, {
3173
3161
  color: string;
3174
3162
  spin: boolean;
3175
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3163
+ }, {}, 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>);
3176
3164
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3177
3165
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3178
3166
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3179
3167
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3180
3168
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3181
- };
3169
+ });
3182
3170
  Render: {
3183
3171
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
3184
3172
  props: {
@@ -3200,11 +3188,11 @@ export declare const UTreeSelect: {
3200
3188
  Defaults: {};
3201
3189
  }, Readonly<import("vue").ExtractPropTypes<{
3202
3190
  treeData: {
3203
- type: import("vue").PropType<import("..").TreeItem[]>;
3204
- default: () => import("..").TreeItem[];
3191
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
3192
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
3205
3193
  };
3206
3194
  dataKey: {
3207
- type: import("vue").PropType<string | import("..").GetDataKey>;
3195
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
3208
3196
  default: string;
3209
3197
  };
3210
3198
  multiple: {
@@ -3228,7 +3216,7 @@ export declare const UTreeSelect: {
3228
3216
  default: boolean;
3229
3217
  };
3230
3218
  switcherIcon: {
3231
- type: import("vue").PropType<import("../..").IconPropType>;
3219
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3232
3220
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3233
3221
  };
3234
3222
  showLine: {
@@ -3264,7 +3252,7 @@ export declare const UTreeSelect: {
3264
3252
  default: boolean;
3265
3253
  };
3266
3254
  loadData: {
3267
- type: import("vue").PropType<import("..").TreeLoadData>;
3255
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
3268
3256
  };
3269
3257
  loadedKeys: {
3270
3258
  type: import("vue").PropType<(string | number)[]>;
@@ -3274,26 +3262,22 @@ export declare const UTreeSelect: {
3274
3262
  default: boolean;
3275
3263
  };
3276
3264
  }>> & Readonly<{
3277
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
3265
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
3278
3266
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
3279
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
3267
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
3280
3268
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
3281
3269
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
3282
3270
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
3283
3271
  onExpand?: (keys: (string | number)[], e: Event) => any;
3284
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
3285
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
3272
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
3273
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
3286
3274
  }>, {
3287
3275
  prefixCls: import("vue").ComputedRef<string>;
3288
3276
  localTreeData: import("vue").Ref<{
3289
3277
  [x: string]: any;
3290
3278
  key: string | number;
3291
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3292
- [key: string]: any;
3293
- }>[];
3294
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3295
- [key: string]: any;
3296
- }>[];
3279
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3280
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3297
3281
  componentKey: string;
3298
3282
  dataRef: {
3299
3283
  [x: string]: any;
@@ -3311,15 +3295,11 @@ export declare const UTreeSelect: {
3311
3295
  disabled?: boolean;
3312
3296
  isLeaf?: boolean;
3313
3297
  checkable?: boolean;
3314
- }[], import("..").InnerTreeItem[] | {
3298
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
3315
3299
  [x: string]: any;
3316
3300
  key: string | number;
3317
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3318
- [key: string]: any;
3319
- }>[];
3320
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3321
- [key: string]: any;
3322
- }>[];
3301
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3302
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3323
3303
  componentKey: string;
3324
3304
  dataRef: {
3325
3305
  [x: string]: any;
@@ -3350,10 +3330,10 @@ export declare const UTreeSelect: {
3350
3330
  selectable: boolean;
3351
3331
  draggable: boolean;
3352
3332
  checkedKeys: (string | number)[];
3353
- treeData: import("..").TreeItem[];
3354
- dataKey: string | import("..").GetDataKey;
3355
- checkable: boolean;
3356
3333
  checkStrictly: boolean;
3334
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
3335
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
3336
+ checkable: boolean;
3357
3337
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3358
3338
  showLine: boolean;
3359
3339
  expandedKeys: (string | number)[];
@@ -3366,11 +3346,11 @@ export declare const UTreeSelect: {
3366
3346
  __isSuspense?: never;
3367
3347
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
3368
3348
  treeData: {
3369
- type: import("vue").PropType<import("..").TreeItem[]>;
3370
- default: () => import("..").TreeItem[];
3349
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
3350
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
3371
3351
  };
3372
3352
  dataKey: {
3373
- type: import("vue").PropType<string | import("..").GetDataKey>;
3353
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
3374
3354
  default: string;
3375
3355
  };
3376
3356
  multiple: {
@@ -3394,7 +3374,7 @@ export declare const UTreeSelect: {
3394
3374
  default: boolean;
3395
3375
  };
3396
3376
  switcherIcon: {
3397
- type: import("vue").PropType<import("../..").IconPropType>;
3377
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3398
3378
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3399
3379
  };
3400
3380
  showLine: {
@@ -3430,7 +3410,7 @@ export declare const UTreeSelect: {
3430
3410
  default: boolean;
3431
3411
  };
3432
3412
  loadData: {
3433
- type: import("vue").PropType<import("..").TreeLoadData>;
3413
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
3434
3414
  };
3435
3415
  loadedKeys: {
3436
3416
  type: import("vue").PropType<(string | number)[]>;
@@ -3440,26 +3420,22 @@ export declare const UTreeSelect: {
3440
3420
  default: boolean;
3441
3421
  };
3442
3422
  }>> & Readonly<{
3443
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
3423
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
3444
3424
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
3445
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
3425
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
3446
3426
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
3447
3427
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
3448
3428
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
3449
3429
  onExpand?: (keys: (string | number)[], e: Event) => any;
3450
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
3451
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
3430
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
3431
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
3452
3432
  }>, {
3453
3433
  prefixCls: import("vue").ComputedRef<string>;
3454
3434
  localTreeData: import("vue").Ref<{
3455
3435
  [x: string]: any;
3456
3436
  key: string | number;
3457
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3458
- [key: string]: any;
3459
- }>[];
3460
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3461
- [key: string]: any;
3462
- }>[];
3437
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3438
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3463
3439
  componentKey: string;
3464
3440
  dataRef: {
3465
3441
  [x: string]: any;
@@ -3477,15 +3453,11 @@ export declare const UTreeSelect: {
3477
3453
  disabled?: boolean;
3478
3454
  isLeaf?: boolean;
3479
3455
  checkable?: boolean;
3480
- }[], import("..").InnerTreeItem[] | {
3456
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
3481
3457
  [x: string]: any;
3482
3458
  key: string | number;
3483
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3484
- [key: string]: any;
3485
- }>[];
3486
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
3487
- [key: string]: any;
3488
- }>[];
3459
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3460
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
3489
3461
  componentKey: string;
3490
3462
  dataRef: {
3491
3463
  [x: string]: any;
@@ -3509,15 +3481,15 @@ export declare const UTreeSelect: {
3509
3481
  halfCheckedKeys: (string | number)[];
3510
3482
  };
3511
3483
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3512
- 'update:treeData': (data: import("..").TreeItem[]) => boolean;
3484
+ 'update:treeData': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
3513
3485
  'update:selectedKeys': (keys: (string | number)[]) => boolean;
3514
3486
  'update:expandedKeys': (keys: (string | number)[]) => boolean;
3515
3487
  'update:checkedKeys': (keys: (string | number)[]) => boolean;
3516
- select: (item: import("..").TreeItem[], e: Event) => boolean;
3488
+ select: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => boolean;
3517
3489
  check: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => boolean;
3518
3490
  expand: (keys: (string | number)[], e: Event) => boolean;
3519
- 'update-data': (data: import("..").TreeItem[]) => boolean;
3520
- 'drag-start': (node: import("..").TreeItem, e: Event) => boolean;
3491
+ 'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
3492
+ 'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
3521
3493
  }, string, {
3522
3494
  showIcon: boolean;
3523
3495
  disabled: boolean;
@@ -3526,10 +3498,10 @@ export declare const UTreeSelect: {
3526
3498
  selectable: boolean;
3527
3499
  draggable: boolean;
3528
3500
  checkedKeys: (string | number)[];
3529
- treeData: import("..").TreeItem[];
3530
- dataKey: string | import("..").GetDataKey;
3531
- checkable: boolean;
3532
3501
  checkStrictly: boolean;
3502
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
3503
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
3504
+ checkable: boolean;
3533
3505
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3534
3506
  showLine: boolean;
3535
3507
  expandedKeys: (string | number)[];
@@ -3539,19 +3511,19 @@ export declare const UTreeSelect: {
3539
3511
  }, {}, string, {}, {
3540
3512
  SubTree: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3541
3513
  data: {
3542
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
3514
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
3543
3515
  };
3544
3516
  }>, {
3545
3517
  prefixCls: string;
3546
3518
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3547
3519
  data: {
3548
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
3520
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
3549
3521
  };
3550
3522
  }>> & Readonly<{}>, {}, {}, {
3551
3523
  TreeNode: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3552
3524
  data: {
3553
- type: import("vue").PropType<import("..").InnerTreeItem>;
3554
- default: () => import("..").InnerTreeItem;
3525
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
3526
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
3555
3527
  };
3556
3528
  appear: {
3557
3529
  type: BooleanConstructor;
@@ -3565,17 +3537,17 @@ export declare const UTreeSelect: {
3565
3537
  selectable: import("vue").Ref<boolean, boolean>;
3566
3538
  draggable: import("vue").Ref<boolean, boolean>;
3567
3539
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
3568
- treeData: import("vue").Ref<import("..").TreeItem[], import("..").TreeItem[]>;
3569
- dataKey: import("vue").Ref<string | import("..").GetDataKey, string | import("..").GetDataKey>;
3570
- checkable: import("vue").Ref<boolean, boolean>;
3571
3540
  checkStrictly: import("vue").Ref<boolean, boolean>;
3541
+ treeData: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeItem[], import("@koi-design/uxd-ui/es/index").TreeItem[]>;
3542
+ dataKey: import("vue").Ref<string | import("@koi-design/uxd-ui/es/index").GetDataKey, string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
3543
+ checkable: import("vue").Ref<boolean, boolean>;
3572
3544
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
3573
3545
  showLine: import("vue").Ref<boolean, boolean>;
3574
3546
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
3575
3547
  defaultExpandAll: import("vue").Ref<boolean, boolean>;
3576
3548
  blockNode: import("vue").Ref<boolean, boolean>;
3577
3549
  treeSelect: import("vue").Ref<boolean, boolean>;
3578
- loadData?: import("vue").Ref<import("..").TreeLoadData, import("..").TreeLoadData>;
3550
+ loadData?: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeLoadData, import("@koi-design/uxd-ui/es/index").TreeLoadData>;
3579
3551
  loadedKeys?: import("vue").Ref<(string | number)[], (string | number)[]>;
3580
3552
  prefixCls: string;
3581
3553
  treeNode: import("vue").Ref<any, any>;
@@ -3588,9 +3560,9 @@ export declare const UTreeSelect: {
3588
3560
  loading: import("vue").ComputedRef<boolean>;
3589
3561
  isDisabled: import("vue").ComputedRef<boolean>;
3590
3562
  handleSelectClick: (e: MouseEvent) => void;
3591
- handleExpand: (node: import("..").InnerTreeItem, e: any) => void;
3563
+ handleExpand: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem, e: any) => void;
3592
3564
  handleCheck: (e: any) => void;
3593
- onDragStart: (e: any, innerItem: import("..").InnerTreeItem) => void;
3565
+ onDragStart: (e: any, innerItem: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => void;
3594
3566
  onDragEnter: (e: any) => void;
3595
3567
  onDragOver: (e: any) => void;
3596
3568
  onDragLeave: (e: any) => void;
@@ -3599,19 +3571,19 @@ export declare const UTreeSelect: {
3599
3571
  dragOver: import("vue").Ref<boolean, boolean>;
3600
3572
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
3601
3573
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
3602
- isLeaf: (node: import("..").InnerTreeItem) => boolean;
3603
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("..").TreeItem[]) => void;
3574
+ isLeaf: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => boolean;
3575
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
3604
3576
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
3605
3577
  data: {
3606
- type: import("vue").PropType<import("..").InnerTreeItem>;
3607
- default: () => import("..").InnerTreeItem;
3578
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
3579
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
3608
3580
  };
3609
3581
  appear: {
3610
3582
  type: BooleanConstructor;
3611
3583
  default: boolean;
3612
3584
  };
3613
3585
  }>> & Readonly<{}>, {
3614
- data: import("..").InnerTreeItem;
3586
+ data: import("@koi-design/uxd-ui/es/index").InnerTreeItem;
3615
3587
  appear: boolean;
3616
3588
  }, {}, {
3617
3589
  UIcon: {
@@ -3628,7 +3600,7 @@ export declare const UTreeSelect: {
3628
3600
  default: string;
3629
3601
  };
3630
3602
  icon: {
3631
- type: import("vue").PropType<import("../..").IconPropType>;
3603
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3632
3604
  };
3633
3605
  }>> & Readonly<{
3634
3606
  onClick?: (ev: Event) => any;
@@ -3675,7 +3647,7 @@ export declare const UTreeSelect: {
3675
3647
  default: string;
3676
3648
  };
3677
3649
  icon: {
3678
- type: import("vue").PropType<import("../..").IconPropType>;
3650
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3679
3651
  };
3680
3652
  }>> & Readonly<{
3681
3653
  onClick?: (ev: Event) => any;
@@ -3717,7 +3689,7 @@ export declare const UTreeSelect: {
3717
3689
  default: string;
3718
3690
  };
3719
3691
  icon: {
3720
- type: import("vue").PropType<import("../..").IconPropType>;
3692
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3721
3693
  };
3722
3694
  }>> & Readonly<{
3723
3695
  onClick?: (ev: Event) => any;
@@ -3744,7 +3716,7 @@ export declare const UTreeSelect: {
3744
3716
  }, string, {
3745
3717
  color: string;
3746
3718
  spin: boolean;
3747
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3719
+ }, {}, 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>);
3748
3720
  UCheckbox: {
3749
3721
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3750
3722
  modelValue: {
@@ -3776,9 +3748,9 @@ export declare const UTreeSelect: {
3776
3748
  default: boolean;
3777
3749
  };
3778
3750
  }>> & Readonly<{
3779
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3751
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3780
3752
  onClick?: (ev: Event) => any;
3781
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3753
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3782
3754
  }>, {
3783
3755
  prefixCls: import("vue").ComputedRef<string>;
3784
3756
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -3792,8 +3764,8 @@ export declare const UTreeSelect: {
3792
3764
  handleBlur: () => void;
3793
3765
  onClick: (e: MouseEvent) => void;
3794
3766
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3795
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
3796
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
3767
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
3768
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
3797
3769
  click: (ev: Event) => boolean;
3798
3770
  }, import("vue").PublicProps, {
3799
3771
  name: string;
@@ -3818,7 +3790,7 @@ export declare const UTreeSelect: {
3818
3790
  default: string;
3819
3791
  };
3820
3792
  icon: {
3821
- type: import("vue").PropType<import("../..").IconPropType>;
3793
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3822
3794
  };
3823
3795
  }>> & Readonly<{
3824
3796
  onClick?: (ev: Event) => any;
@@ -3865,7 +3837,7 @@ export declare const UTreeSelect: {
3865
3837
  default: string;
3866
3838
  };
3867
3839
  icon: {
3868
- type: import("vue").PropType<import("../..").IconPropType>;
3840
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3869
3841
  };
3870
3842
  }>> & Readonly<{
3871
3843
  onClick?: (ev: Event) => any;
@@ -3907,7 +3879,7 @@ export declare const UTreeSelect: {
3907
3879
  default: string;
3908
3880
  };
3909
3881
  icon: {
3910
- type: import("vue").PropType<import("../..").IconPropType>;
3882
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3911
3883
  };
3912
3884
  }>> & Readonly<{
3913
3885
  onClick?: (ev: Event) => any;
@@ -3934,7 +3906,7 @@ export declare const UTreeSelect: {
3934
3906
  }, string, {
3935
3907
  color: string;
3936
3908
  spin: boolean;
3937
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
3909
+ }, {}, 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>);
3938
3910
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3939
3911
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
3940
3912
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3974,9 +3946,9 @@ export declare const UTreeSelect: {
3974
3946
  default: boolean;
3975
3947
  };
3976
3948
  }>> & Readonly<{
3977
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
3949
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
3978
3950
  onClick?: (ev: Event) => any;
3979
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
3951
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
3980
3952
  }>, {
3981
3953
  prefixCls: import("vue").ComputedRef<string>;
3982
3954
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -4031,9 +4003,9 @@ export declare const UTreeSelect: {
4031
4003
  default: boolean;
4032
4004
  };
4033
4005
  }>> & Readonly<{
4034
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4006
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
4035
4007
  onClick?: (ev: Event) => any;
4036
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4008
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
4037
4009
  }>, {
4038
4010
  prefixCls: import("vue").ComputedRef<string>;
4039
4011
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -4047,8 +4019,8 @@ export declare const UTreeSelect: {
4047
4019
  handleBlur: () => void;
4048
4020
  onClick: (e: MouseEvent) => void;
4049
4021
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4050
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
4051
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
4022
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
4023
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
4052
4024
  click: (ev: Event) => boolean;
4053
4025
  }, string, {
4054
4026
  name: string;
@@ -4073,7 +4045,7 @@ export declare const UTreeSelect: {
4073
4045
  default: string;
4074
4046
  };
4075
4047
  icon: {
4076
- type: import("vue").PropType<import("../..").IconPropType>;
4048
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4077
4049
  };
4078
4050
  }>> & Readonly<{
4079
4051
  onClick?: (ev: Event) => any;
@@ -4120,7 +4092,7 @@ export declare const UTreeSelect: {
4120
4092
  default: string;
4121
4093
  };
4122
4094
  icon: {
4123
- type: import("vue").PropType<import("../..").IconPropType>;
4095
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4124
4096
  };
4125
4097
  }>> & Readonly<{
4126
4098
  onClick?: (ev: Event) => any;
@@ -4162,7 +4134,7 @@ export declare const UTreeSelect: {
4162
4134
  default: string;
4163
4135
  };
4164
4136
  icon: {
4165
- type: import("vue").PropType<import("../..").IconPropType>;
4137
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4166
4138
  };
4167
4139
  }>> & Readonly<{
4168
4140
  onClick?: (ev: Event) => any;
@@ -4189,23 +4161,23 @@ export declare const UTreeSelect: {
4189
4161
  }, string, {
4190
4162
  color: string;
4191
4163
  spin: boolean;
4192
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
4164
+ }, {}, 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>);
4193
4165
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4194
4166
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4195
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
4167
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
4196
4168
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4197
4169
  modelValue: {
4198
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
4199
- default: () => import("..").CheckboxGroupSingleValue[];
4170
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
4171
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
4200
4172
  };
4201
4173
  size: {
4202
- type: import("vue").PropType<"small" | "default" | "large">;
4174
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4203
4175
  default: string;
4204
- validator: (val: "small" | "default" | "large") => boolean;
4176
+ validator: (val: "default" | "small" | "large") => boolean;
4205
4177
  };
4206
4178
  options: {
4207
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
4208
- default: () => import("..").CheckboxGroupOption[];
4179
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
4180
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
4209
4181
  };
4210
4182
  disabled: {
4211
4183
  type: BooleanConstructor;
@@ -4219,12 +4191,12 @@ export declare const UTreeSelect: {
4219
4191
  type: StringConstructor;
4220
4192
  };
4221
4193
  buttonType: {
4222
- type: import("vue").PropType<"fill" | "border" | "card">;
4194
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
4223
4195
  default: string;
4224
4196
  validator: (val: "fill" | "border" | "card") => boolean;
4225
4197
  };
4226
4198
  type: {
4227
- type: import("vue").PropType<"default" | "button">;
4199
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
4228
4200
  default: string;
4229
4201
  validator: (val: "default" | "button") => boolean;
4230
4202
  };
@@ -4244,21 +4216,21 @@ export declare const UTreeSelect: {
4244
4216
  hasSlot: import("vue").ComputedRef<boolean>;
4245
4217
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
4246
4218
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4247
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
4248
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
4219
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
4220
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
4249
4221
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4250
4222
  modelValue: {
4251
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
4252
- default: () => import("..").CheckboxGroupSingleValue[];
4223
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
4224
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
4253
4225
  };
4254
4226
  size: {
4255
- type: import("vue").PropType<"small" | "default" | "large">;
4227
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4256
4228
  default: string;
4257
- validator: (val: "small" | "default" | "large") => boolean;
4229
+ validator: (val: "default" | "small" | "large") => boolean;
4258
4230
  };
4259
4231
  options: {
4260
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
4261
- default: () => import("..").CheckboxGroupOption[];
4232
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
4233
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
4262
4234
  };
4263
4235
  disabled: {
4264
4236
  type: BooleanConstructor;
@@ -4272,12 +4244,12 @@ export declare const UTreeSelect: {
4272
4244
  type: StringConstructor;
4273
4245
  };
4274
4246
  buttonType: {
4275
- type: import("vue").PropType<"fill" | "border" | "card">;
4247
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
4276
4248
  default: string;
4277
4249
  validator: (val: "fill" | "border" | "card") => boolean;
4278
4250
  };
4279
4251
  type: {
4280
- type: import("vue").PropType<"default" | "button">;
4252
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
4281
4253
  default: string;
4282
4254
  validator: (val: "default" | "button") => boolean;
4283
4255
  };
@@ -4289,15 +4261,15 @@ export declare const UTreeSelect: {
4289
4261
  type: import("vue").PropType<"ltr" | "rtl">;
4290
4262
  };
4291
4263
  }>> & Readonly<{
4292
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
4293
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
4264
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
4265
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
4294
4266
  }>, {
4295
4267
  type: "default" | "button";
4296
4268
  loading: boolean;
4297
- size: "small" | "default" | "large";
4269
+ size: "default" | "small" | "large";
4298
4270
  disabled: boolean;
4299
- modelValue: import("..").CheckboxGroupSingleValue[];
4300
- options: import("..").CheckboxGroupOption[];
4271
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
4272
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
4301
4273
  buttonFill: boolean;
4302
4274
  buttonType: "fill" | "border" | "card";
4303
4275
  }, {}, {
@@ -4315,7 +4287,7 @@ export declare const UTreeSelect: {
4315
4287
  default: string;
4316
4288
  };
4317
4289
  icon: {
4318
- type: import("vue").PropType<import("../..").IconPropType>;
4290
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4319
4291
  };
4320
4292
  }>> & Readonly<{
4321
4293
  onClick?: (ev: Event) => any;
@@ -4362,7 +4334,7 @@ export declare const UTreeSelect: {
4362
4334
  default: string;
4363
4335
  };
4364
4336
  icon: {
4365
- type: import("vue").PropType<import("../..").IconPropType>;
4337
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4366
4338
  };
4367
4339
  }>> & Readonly<{
4368
4340
  onClick?: (ev: Event) => any;
@@ -4404,7 +4376,7 @@ export declare const UTreeSelect: {
4404
4376
  default: string;
4405
4377
  };
4406
4378
  icon: {
4407
- type: import("vue").PropType<import("../..").IconPropType>;
4379
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4408
4380
  };
4409
4381
  }>> & Readonly<{
4410
4382
  onClick?: (ev: Event) => any;
@@ -4431,7 +4403,7 @@ export declare const UTreeSelect: {
4431
4403
  }, string, {
4432
4404
  color: string;
4433
4405
  spin: boolean;
4434
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
4406
+ }, {}, 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>);
4435
4407
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4436
4408
  modelValue: {
4437
4409
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -4474,8 +4446,8 @@ export declare const UTreeSelect: {
4474
4446
  handleBlur: () => void;
4475
4447
  onClick: (e: MouseEvent) => void;
4476
4448
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4477
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
4478
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
4449
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
4450
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
4479
4451
  click: (ev: Event) => boolean;
4480
4452
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4481
4453
  modelValue: {
@@ -4507,9 +4479,9 @@ export declare const UTreeSelect: {
4507
4479
  default: boolean;
4508
4480
  };
4509
4481
  }>> & Readonly<{
4510
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
4482
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
4511
4483
  onClick?: (ev: Event) => any;
4512
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
4484
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
4513
4485
  }>, {
4514
4486
  name: string;
4515
4487
  disabled: boolean;
@@ -4533,7 +4505,7 @@ export declare const UTreeSelect: {
4533
4505
  default: string;
4534
4506
  };
4535
4507
  icon: {
4536
- type: import("vue").PropType<import("../..").IconPropType>;
4508
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4537
4509
  };
4538
4510
  }>> & Readonly<{
4539
4511
  onClick?: (ev: Event) => any;
@@ -4580,7 +4552,7 @@ export declare const UTreeSelect: {
4580
4552
  default: string;
4581
4553
  };
4582
4554
  icon: {
4583
- type: import("vue").PropType<import("../..").IconPropType>;
4555
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4584
4556
  };
4585
4557
  }>> & Readonly<{
4586
4558
  onClick?: (ev: Event) => any;
@@ -4622,7 +4594,7 @@ export declare const UTreeSelect: {
4622
4594
  default: string;
4623
4595
  };
4624
4596
  icon: {
4625
- type: import("vue").PropType<import("../..").IconPropType>;
4597
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4626
4598
  };
4627
4599
  }>> & Readonly<{
4628
4600
  onClick?: (ev: Event) => any;
@@ -4649,13 +4621,13 @@ export declare const UTreeSelect: {
4649
4621
  }, string, {
4650
4622
  color: string;
4651
4623
  spin: boolean;
4652
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
4624
+ }, {}, 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>);
4653
4625
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4654
4626
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4655
4627
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4656
4628
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4657
4629
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4658
- };
4630
+ });
4659
4631
  Render: {
4660
4632
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
4661
4633
  props: {
@@ -4668,26 +4640,26 @@ export declare const UTreeSelect: {
4668
4640
  FileIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4669
4641
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4670
4642
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4671
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
4643
+ } & 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>);
4672
4644
  UEmpty: {
4673
4645
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4674
4646
  image: {
4675
4647
  type: StringConstructor;
4676
4648
  };
4677
4649
  icon: {
4678
- type: import("vue").PropType<import("../..").IconPropType>;
4650
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4679
4651
  };
4680
4652
  text: {
4681
4653
  type: (BooleanConstructor | StringConstructor)[];
4682
4654
  default: undefined;
4683
4655
  };
4684
4656
  size: {
4685
- type: import("vue").PropType<"small" | "default" | "large">;
4657
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4686
4658
  default: string;
4687
- validator: (val: "small" | "default" | "large") => boolean;
4659
+ validator: (val: "default" | "small" | "large") => boolean;
4688
4660
  };
4689
4661
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4690
- size: "small" | "default" | "large";
4662
+ size: "default" | "small" | "large";
4691
4663
  text: string | boolean;
4692
4664
  }, true, {}, {}, {
4693
4665
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4696,15 +4668,15 @@ export declare const UTreeSelect: {
4696
4668
  default: undefined;
4697
4669
  };
4698
4670
  icon: {
4699
- type: import("vue").PropType<import("../..").IconPropType>;
4671
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4700
4672
  };
4701
4673
  image: {
4702
4674
  type: import("vue").PropType<string>;
4703
4675
  };
4704
4676
  size: {
4705
- type: import("vue").PropType<"small" | "default" | "large">;
4677
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4706
4678
  default: string;
4707
- validator: (val: "small" | "default" | "large") => boolean;
4679
+ validator: (val: "default" | "small" | "large") => boolean;
4708
4680
  };
4709
4681
  }>, {
4710
4682
  prefixCls: import("vue").ComputedRef<string>;
@@ -4717,18 +4689,18 @@ export declare const UTreeSelect: {
4717
4689
  default: undefined;
4718
4690
  };
4719
4691
  icon: {
4720
- type: import("vue").PropType<import("../..").IconPropType>;
4692
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4721
4693
  };
4722
4694
  image: {
4723
4695
  type: import("vue").PropType<string>;
4724
4696
  };
4725
4697
  size: {
4726
- type: import("vue").PropType<"small" | "default" | "large">;
4698
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4727
4699
  default: string;
4728
- validator: (val: "small" | "default" | "large") => boolean;
4700
+ validator: (val: "default" | "small" | "large") => boolean;
4729
4701
  };
4730
4702
  }>> & Readonly<{}>, {
4731
- size: "small" | "default" | "large";
4703
+ size: "default" | "small" | "large";
4732
4704
  text: string | boolean;
4733
4705
  }, {}, {
4734
4706
  ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -4745,19 +4717,19 @@ export declare const UTreeSelect: {
4745
4717
  type: StringConstructor;
4746
4718
  };
4747
4719
  icon: {
4748
- type: import("vue").PropType<import("../..").IconPropType>;
4720
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4749
4721
  };
4750
4722
  text: {
4751
4723
  type: (BooleanConstructor | StringConstructor)[];
4752
4724
  default: undefined;
4753
4725
  };
4754
4726
  size: {
4755
- type: import("vue").PropType<"small" | "default" | "large">;
4727
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4756
4728
  default: string;
4757
- validator: (val: "small" | "default" | "large") => boolean;
4729
+ validator: (val: "default" | "small" | "large") => boolean;
4758
4730
  };
4759
4731
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
4760
- size: "small" | "default" | "large";
4732
+ size: "default" | "small" | "large";
4761
4733
  text: string | boolean;
4762
4734
  }>;
4763
4735
  __isFragment?: never;
@@ -4768,19 +4740,19 @@ export declare const UTreeSelect: {
4768
4740
  type: StringConstructor;
4769
4741
  };
4770
4742
  icon: {
4771
- type: import("vue").PropType<import("../..").IconPropType>;
4743
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4772
4744
  };
4773
4745
  text: {
4774
4746
  type: (BooleanConstructor | StringConstructor)[];
4775
4747
  default: undefined;
4776
4748
  };
4777
4749
  size: {
4778
- type: import("vue").PropType<"small" | "default" | "large">;
4750
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4779
4751
  default: string;
4780
- validator: (val: "small" | "default" | "large") => boolean;
4752
+ validator: (val: "default" | "small" | "large") => boolean;
4781
4753
  };
4782
4754
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
4783
- size: "small" | "default" | "large";
4755
+ size: "default" | "small" | "large";
4784
4756
  text: string | boolean;
4785
4757
  }, {}, string, {}, {
4786
4758
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -4789,15 +4761,15 @@ export declare const UTreeSelect: {
4789
4761
  default: undefined;
4790
4762
  };
4791
4763
  icon: {
4792
- type: import("vue").PropType<import("../..").IconPropType>;
4764
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4793
4765
  };
4794
4766
  image: {
4795
4767
  type: import("vue").PropType<string>;
4796
4768
  };
4797
4769
  size: {
4798
- type: import("vue").PropType<"small" | "default" | "large">;
4770
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4799
4771
  default: string;
4800
- validator: (val: "small" | "default" | "large") => boolean;
4772
+ validator: (val: "default" | "small" | "large") => boolean;
4801
4773
  };
4802
4774
  }>, {
4803
4775
  prefixCls: import("vue").ComputedRef<string>;
@@ -4810,23 +4782,23 @@ export declare const UTreeSelect: {
4810
4782
  default: undefined;
4811
4783
  };
4812
4784
  icon: {
4813
- type: import("vue").PropType<import("../..").IconPropType>;
4785
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4814
4786
  };
4815
4787
  image: {
4816
4788
  type: import("vue").PropType<string>;
4817
4789
  };
4818
4790
  size: {
4819
- type: import("vue").PropType<"small" | "default" | "large">;
4791
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4820
4792
  default: string;
4821
- validator: (val: "small" | "default" | "large") => boolean;
4793
+ validator: (val: "default" | "small" | "large") => boolean;
4822
4794
  };
4823
4795
  }>> & Readonly<{}>, {
4824
- size: "small" | "default" | "large";
4796
+ size: "default" | "small" | "large";
4825
4797
  text: string | boolean;
4826
4798
  }, {}, {
4827
4799
  ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4828
4800
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4829
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
4801
+ } & 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>);
4830
4802
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4831
4803
  P: {};
4832
4804
  B: {};
@@ -4836,8 +4808,8 @@ export declare const UTreeSelect: {
4836
4808
  Defaults: {};
4837
4809
  }, Readonly<import("vue").ExtractPropTypes<{
4838
4810
  modelValue: {
4839
- type: import("vue").PropType<import("..").SelectValueType>;
4840
- default: () => import("..").SelectValueType;
4811
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
4812
+ default: () => import("@koi-design/uxd-ui/es/index").SelectValueType;
4841
4813
  };
4842
4814
  disabled: {
4843
4815
  type: BooleanConstructor;
@@ -4852,7 +4824,7 @@ export declare const UTreeSelect: {
4852
4824
  default: boolean;
4853
4825
  };
4854
4826
  iconType: {
4855
- type: import("vue").PropType<import("../..").IconPropType>;
4827
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4856
4828
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4857
4829
  };
4858
4830
  placeholder: {
@@ -4863,7 +4835,7 @@ export declare const UTreeSelect: {
4863
4835
  default: boolean;
4864
4836
  };
4865
4837
  clearIcon: {
4866
- type: import("vue").PropType<import("../..").IconPropType>;
4838
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4867
4839
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
4868
4840
  };
4869
4841
  labelInValue: {
@@ -4898,10 +4870,10 @@ export declare const UTreeSelect: {
4898
4870
  default: boolean;
4899
4871
  };
4900
4872
  loadData: {
4901
- type: import("vue").PropType<import("..").TreeLoadData>;
4873
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
4902
4874
  };
4903
4875
  showCheckedStrategy: {
4904
- type: import("vue").PropType<"SHOW_PARENT" | "SHOW_ALL">;
4876
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
4905
4877
  default: string;
4906
4878
  validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
4907
4879
  };
@@ -4910,13 +4882,13 @@ export declare const UTreeSelect: {
4910
4882
  default: string;
4911
4883
  };
4912
4884
  variant: {
4913
- type: import("vue").PropType<"text" | "surface" | "soft">;
4885
+ type: import("vue").PropType<"surface" | "soft" | "text">;
4914
4886
  default: string;
4915
4887
  validator: (val: string) => boolean;
4916
4888
  };
4917
4889
  color: {
4918
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4919
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4890
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4891
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4920
4892
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4921
4893
  };
4922
4894
  label: {
@@ -4931,7 +4903,7 @@ export declare const UTreeSelect: {
4931
4903
  default: boolean;
4932
4904
  };
4933
4905
  placement: {
4934
- 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">;
4906
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
4935
4907
  default: string;
4936
4908
  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;
4937
4909
  };
@@ -4939,9 +4911,9 @@ export declare const UTreeSelect: {
4939
4911
  type: StringConstructor;
4940
4912
  };
4941
4913
  }>> & Readonly<{
4914
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
4942
4915
  onSearch?: (v: string) => any;
4943
- onChange?: (v: import("..").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
4944
- "onUpdate:modelValue"?: (v: import("..").SelectValueType) => any;
4916
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
4945
4917
  onExpand?: (keys: (string | number)[]) => any;
4946
4918
  }>, {
4947
4919
  prefixCls: import("vue").ComputedRef<string>;
@@ -4956,25 +4928,25 @@ export declare const UTreeSelect: {
4956
4928
  displayTreeData: import("vue").Ref<{
4957
4929
  key: string;
4958
4930
  title: string;
4959
- value?: import("..").SingleValueType;
4931
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
4960
4932
  disabled?: boolean;
4961
4933
  children?: any[];
4962
4934
  }[], import("./TreeSelect.type").SelectTreeItem[] | {
4963
4935
  key: string;
4964
4936
  title: string;
4965
- value?: import("..").SingleValueType;
4937
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
4966
4938
  disabled?: boolean;
4967
4939
  children?: any[];
4968
4940
  }[]>;
4969
4941
  popupStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
4970
4942
  onClickOutside: () => void;
4971
- onNodeSelect: (selectItems: import("..").TreeItem[]) => void;
4943
+ onNodeSelect: (selectItems: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
4972
4944
  onNodeExpand: (expandKeys: (string | number)[]) => void;
4973
4945
  onNodeCheck: (checkKeys: (string | number)[]) => void;
4974
4946
  onClearSelection: () => void;
4975
4947
  triggerSearch: (searchText: string) => boolean;
4976
4948
  onSelectionSelect: (value: string) => void;
4977
- onUpdateTreeData: (data: import("..").TreeItem[]) => void;
4949
+ onUpdateTreeData: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
4978
4950
  }, {}, {}, {}, {
4979
4951
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4980
4952
  showIcon: boolean;
@@ -4983,7 +4955,7 @@ export declare const UTreeSelect: {
4983
4955
  placement: "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";
4984
4956
  disabled: boolean;
4985
4957
  variant: "text" | "surface" | "soft";
4986
- modelValue: import("..").SelectValueType;
4958
+ modelValue: import("@koi-design/uxd-ui/es/index").SelectValueType;
4987
4959
  clearable: boolean;
4988
4960
  labelColon: boolean;
4989
4961
  multiple: boolean;
@@ -5003,8 +4975,8 @@ export declare const UTreeSelect: {
5003
4975
  __isSuspense?: never;
5004
4976
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
5005
4977
  modelValue: {
5006
- type: import("vue").PropType<import("..").SelectValueType>;
5007
- default: () => import("..").SelectValueType;
4978
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").SelectValueType>;
4979
+ default: () => import("@koi-design/uxd-ui/es/index").SelectValueType;
5008
4980
  };
5009
4981
  disabled: {
5010
4982
  type: BooleanConstructor;
@@ -5019,7 +4991,7 @@ export declare const UTreeSelect: {
5019
4991
  default: boolean;
5020
4992
  };
5021
4993
  iconType: {
5022
- type: import("vue").PropType<import("../..").IconPropType>;
4994
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5023
4995
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5024
4996
  };
5025
4997
  placeholder: {
@@ -5030,7 +5002,7 @@ export declare const UTreeSelect: {
5030
5002
  default: boolean;
5031
5003
  };
5032
5004
  clearIcon: {
5033
- type: import("vue").PropType<import("../..").IconPropType>;
5005
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5034
5006
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
5035
5007
  };
5036
5008
  labelInValue: {
@@ -5065,10 +5037,10 @@ export declare const UTreeSelect: {
5065
5037
  default: boolean;
5066
5038
  };
5067
5039
  loadData: {
5068
- type: import("vue").PropType<import("..").TreeLoadData>;
5040
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
5069
5041
  };
5070
5042
  showCheckedStrategy: {
5071
- type: import("vue").PropType<"SHOW_PARENT" | "SHOW_ALL">;
5043
+ type: import("vue").PropType<import("./TreeSelect.type").CheckedStrategy>;
5072
5044
  default: string;
5073
5045
  validator: (val: "SHOW_PARENT" | "SHOW_ALL") => boolean;
5074
5046
  };
@@ -5077,13 +5049,13 @@ export declare const UTreeSelect: {
5077
5049
  default: string;
5078
5050
  };
5079
5051
  variant: {
5080
- type: import("vue").PropType<"text" | "surface" | "soft">;
5052
+ type: import("vue").PropType<"surface" | "soft" | "text">;
5081
5053
  default: string;
5082
5054
  validator: (val: string) => boolean;
5083
5055
  };
5084
5056
  color: {
5085
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
5086
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
5057
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
5058
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
5087
5059
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
5088
5060
  };
5089
5061
  label: {
@@ -5098,7 +5070,7 @@ export declare const UTreeSelect: {
5098
5070
  default: boolean;
5099
5071
  };
5100
5072
  placement: {
5101
- 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">;
5073
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
5102
5074
  default: string;
5103
5075
  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;
5104
5076
  };
@@ -5106,9 +5078,9 @@ export declare const UTreeSelect: {
5106
5078
  type: StringConstructor;
5107
5079
  };
5108
5080
  }>> & Readonly<{
5081
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
5109
5082
  onSearch?: (v: string) => any;
5110
- onChange?: (v: import("..").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => any;
5111
- "onUpdate:modelValue"?: (v: import("..").SelectValueType) => any;
5083
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => any;
5112
5084
  onExpand?: (keys: (string | number)[]) => any;
5113
5085
  }>, {
5114
5086
  prefixCls: import("vue").ComputedRef<string>;
@@ -5123,30 +5095,30 @@ export declare const UTreeSelect: {
5123
5095
  displayTreeData: import("vue").Ref<{
5124
5096
  key: string;
5125
5097
  title: string;
5126
- value?: import("..").SingleValueType;
5098
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
5127
5099
  disabled?: boolean;
5128
5100
  children?: any[];
5129
5101
  }[], import("./TreeSelect.type").SelectTreeItem[] | {
5130
5102
  key: string;
5131
5103
  title: string;
5132
- value?: import("..").SingleValueType;
5104
+ value?: import("@koi-design/uxd-ui/es/index").SingleValueType;
5133
5105
  disabled?: boolean;
5134
5106
  children?: any[];
5135
5107
  }[]>;
5136
5108
  popupStyle: import("vue").ComputedRef<import("vue").CSSProperties>;
5137
5109
  onClickOutside: () => void;
5138
- onNodeSelect: (selectItems: import("..").TreeItem[]) => void;
5110
+ onNodeSelect: (selectItems: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
5139
5111
  onNodeExpand: (expandKeys: (string | number)[]) => void;
5140
5112
  onNodeCheck: (checkKeys: (string | number)[]) => void;
5141
5113
  onClearSelection: () => void;
5142
5114
  triggerSearch: (searchText: string) => boolean;
5143
5115
  onSelectionSelect: (value: string) => void;
5144
- onUpdateTreeData: (data: import("..").TreeItem[]) => void;
5116
+ onUpdateTreeData: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
5145
5117
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
5146
- 'update:modelValue': (v: import("..").SelectValueType) => boolean;
5118
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").SelectValueType) => boolean;
5147
5119
  search: (v: string) => boolean;
5148
5120
  expand: (keys: (string | number)[]) => boolean;
5149
- change: (v: import("..").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
5121
+ change: (v: import("@koi-design/uxd-ui/es/index").SelectValueType, item: import("./TreeSelect.type").SelectTreeItem | import("./TreeSelect.type").SelectTreeItem[]) => boolean;
5150
5122
  }, string, {
5151
5123
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
5152
5124
  showIcon: boolean;
@@ -5155,7 +5127,7 @@ export declare const UTreeSelect: {
5155
5127
  placement: "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";
5156
5128
  disabled: boolean;
5157
5129
  variant: "text" | "surface" | "soft";
5158
- modelValue: import("..").SelectValueType;
5130
+ modelValue: import("@koi-design/uxd-ui/es/index").SelectValueType;
5159
5131
  clearable: boolean;
5160
5132
  labelColon: boolean;
5161
5133
  multiple: boolean;
@@ -5178,7 +5150,7 @@ export declare const UTreeSelect: {
5178
5150
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
5179
5151
  };
5180
5152
  placement: {
5181
- 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">;
5153
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
5182
5154
  default: string;
5183
5155
  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;
5184
5156
  };
@@ -5200,8 +5172,8 @@ export declare const UTreeSelect: {
5200
5172
  type: StringConstructor;
5201
5173
  };
5202
5174
  trigger: {
5203
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
5204
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
5175
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
5176
+ default: () => import("../Popup").PopupTrigger[];
5205
5177
  };
5206
5178
  mouseEnterDelay: {
5207
5179
  type: NumberConstructor;
@@ -5269,7 +5241,7 @@ export declare const UTreeSelect: {
5269
5241
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
5270
5242
  };
5271
5243
  placement: {
5272
- 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">;
5244
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
5273
5245
  default: string;
5274
5246
  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;
5275
5247
  };
@@ -5291,8 +5263,8 @@ export declare const UTreeSelect: {
5291
5263
  type: StringConstructor;
5292
5264
  };
5293
5265
  trigger: {
5294
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
5295
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
5266
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
5267
+ default: () => import("../Popup").PopupTrigger[];
5296
5268
  };
5297
5269
  mouseEnterDelay: {
5298
5270
  type: NumberConstructor;
@@ -5373,8 +5345,8 @@ export declare const UTreeSelect: {
5373
5345
  default: boolean;
5374
5346
  };
5375
5347
  values: {
5376
- type: import("vue").PropType<import("..").DisplayOption[]>;
5377
- default: () => import("..").DisplayOption[];
5348
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5349
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5378
5350
  };
5379
5351
  multiple: {
5380
5352
  type: BooleanConstructor;
@@ -5388,20 +5360,20 @@ export declare const UTreeSelect: {
5388
5360
  type: StringConstructor;
5389
5361
  };
5390
5362
  triggerSearch: {
5391
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
5363
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
5392
5364
  };
5393
5365
  allowCreate: {
5394
5366
  type: BooleanConstructor;
5395
5367
  default: boolean;
5396
5368
  };
5397
5369
  removeIcon: {
5398
- type: import("vue").PropType<import("../..").IconPropType>;
5370
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5399
5371
  };
5400
5372
  maxTagCount: {
5401
5373
  type: NumberConstructor;
5402
5374
  };
5403
5375
  maxTagPlaceholder: {
5404
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5376
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5405
5377
  };
5406
5378
  maxTagTextLength: {
5407
5379
  type: NumberConstructor;
@@ -5414,7 +5386,7 @@ export declare const UTreeSelect: {
5414
5386
  type: NumberConstructor;
5415
5387
  };
5416
5388
  tagRender: {
5417
- type: import("vue").PropType<import("..").TagRenderFunction>;
5389
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
5418
5390
  };
5419
5391
  tagTransitionName: {
5420
5392
  type: StringConstructor;
@@ -5428,7 +5400,7 @@ export declare const UTreeSelect: {
5428
5400
  default: boolean;
5429
5401
  };
5430
5402
  popoverProps: {
5431
- type: import("vue").PropType<import("..").PopoverProps>;
5403
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
5432
5404
  default: () => {};
5433
5405
  };
5434
5406
  titleKey: {
@@ -5436,8 +5408,8 @@ export declare const UTreeSelect: {
5436
5408
  default: string;
5437
5409
  };
5438
5410
  }>, {
5439
- 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;
5440
- onSelectionSelect: (value: import("..").SingleValueType, opt: {
5411
+ getInputRef: (el: Element | import("vue").ComponentPublicInstance | null) => void;
5412
+ onSelectionSelect: (value: import("@koi-design/uxd-ui/es/index").SingleValueType, opt: {
5441
5413
  selected: boolean;
5442
5414
  }) => void;
5443
5415
  onClick: ({ target }: any) => void;
@@ -5464,8 +5436,8 @@ export declare const UTreeSelect: {
5464
5436
  default: boolean;
5465
5437
  };
5466
5438
  values: {
5467
- type: import("vue").PropType<import("..").DisplayOption[]>;
5468
- default: () => import("..").DisplayOption[];
5439
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5440
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5469
5441
  };
5470
5442
  multiple: {
5471
5443
  type: BooleanConstructor;
@@ -5479,20 +5451,20 @@ export declare const UTreeSelect: {
5479
5451
  type: StringConstructor;
5480
5452
  };
5481
5453
  triggerSearch: {
5482
- type: import("vue").PropType<(searchText: string, isCompositing: boolean) => boolean>;
5454
+ type: import("vue").PropType<(searchText: string, isCompositing: boolean | undefined) => boolean>;
5483
5455
  };
5484
5456
  allowCreate: {
5485
5457
  type: BooleanConstructor;
5486
5458
  default: boolean;
5487
5459
  };
5488
5460
  removeIcon: {
5489
- type: import("vue").PropType<import("../..").IconPropType>;
5461
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5490
5462
  };
5491
5463
  maxTagCount: {
5492
5464
  type: NumberConstructor;
5493
5465
  };
5494
5466
  maxTagPlaceholder: {
5495
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5467
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5496
5468
  };
5497
5469
  maxTagTextLength: {
5498
5470
  type: NumberConstructor;
@@ -5505,7 +5477,7 @@ export declare const UTreeSelect: {
5505
5477
  type: NumberConstructor;
5506
5478
  };
5507
5479
  tagRender: {
5508
- type: import("vue").PropType<import("..").TagRenderFunction>;
5480
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
5509
5481
  };
5510
5482
  tagTransitionName: {
5511
5483
  type: StringConstructor;
@@ -5519,7 +5491,7 @@ export declare const UTreeSelect: {
5519
5491
  default: boolean;
5520
5492
  };
5521
5493
  popoverProps: {
5522
- type: import("vue").PropType<import("..").PopoverProps>;
5494
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
5523
5495
  default: () => {};
5524
5496
  };
5525
5497
  titleKey: {
@@ -5531,7 +5503,7 @@ export declare const UTreeSelect: {
5531
5503
  "onCreate-submit"?: (...args: any[]) => any;
5532
5504
  "onToggle-open"?: (...args: any[]) => any;
5533
5505
  }>, {
5534
- values: import("..").DisplayOption[];
5506
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
5535
5507
  disabled: boolean;
5536
5508
  multiple: boolean;
5537
5509
  open: boolean;
@@ -5540,7 +5512,7 @@ export declare const UTreeSelect: {
5540
5512
  allowCreate: boolean;
5541
5513
  maxTagTooltip: boolean;
5542
5514
  isShowTagTooltip: boolean;
5543
- popoverProps: import("..").PopoverProps;
5515
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
5544
5516
  tokenWithEnter: boolean;
5545
5517
  }, {}, {
5546
5518
  SingleSelection: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -5548,8 +5520,8 @@ export declare const UTreeSelect: {
5548
5520
  type: StringConstructor;
5549
5521
  };
5550
5522
  values: {
5551
- type: import("vue").PropType<import("..").DisplayOption[]>;
5552
- default: () => import("..").DisplayOption[];
5523
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5524
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5553
5525
  };
5554
5526
  searchValue: {
5555
5527
  type: StringConstructor;
@@ -5567,21 +5539,19 @@ export declare const UTreeSelect: {
5567
5539
  default: boolean;
5568
5540
  };
5569
5541
  inputRef: {
5570
- 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>;
5542
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5571
5543
  };
5572
5544
  titleKey: {
5573
5545
  type: StringConstructor;
5574
5546
  default: string;
5575
5547
  };
5576
5548
  }>, {
5577
- getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5578
- [key: string]: any;
5579
- }> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5549
+ getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5580
5550
  [key: string]: any;
5581
5551
  }>;
5582
5552
  inputValue: import("vue").ComputedRef<string>;
5583
5553
  inputEditable: import("vue").ComputedRef<boolean>;
5584
- selectedItem: import("vue").ComputedRef<import("..").DisplayOption>;
5554
+ selectedItem: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DisplayOption>;
5585
5555
  title: import("vue").ComputedRef<any>;
5586
5556
  showPlaceholder: import("vue").ComputedRef<boolean>;
5587
5557
  hasTextInput: import("vue").ComputedRef<boolean>;
@@ -5596,8 +5566,8 @@ export declare const UTreeSelect: {
5596
5566
  type: StringConstructor;
5597
5567
  };
5598
5568
  values: {
5599
- type: import("vue").PropType<import("..").DisplayOption[]>;
5600
- default: () => import("..").DisplayOption[];
5569
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5570
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5601
5571
  };
5602
5572
  searchValue: {
5603
5573
  type: StringConstructor;
@@ -5615,7 +5585,7 @@ export declare const UTreeSelect: {
5615
5585
  default: boolean;
5616
5586
  };
5617
5587
  inputRef: {
5618
- 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>;
5588
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5619
5589
  };
5620
5590
  titleKey: {
5621
5591
  type: StringConstructor;
@@ -5629,7 +5599,7 @@ export declare const UTreeSelect: {
5629
5599
  "onInput-compositionend"?: (...args: any[]) => any;
5630
5600
  "onInput-paste"?: (...args: any[]) => any;
5631
5601
  }>, {
5632
- values: import("..").DisplayOption[];
5602
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
5633
5603
  disabled: boolean;
5634
5604
  open: boolean;
5635
5605
  titleKey: string;
@@ -5645,7 +5615,7 @@ export declare const UTreeSelect: {
5645
5615
  };
5646
5616
  SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5647
5617
  inputRef: {
5648
- 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>;
5618
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5649
5619
  };
5650
5620
  prefixCls: {
5651
5621
  type: StringConstructor;
@@ -5691,9 +5661,9 @@ export declare const UTreeSelect: {
5691
5661
  onCompositionend: (e: any) => void;
5692
5662
  onFocus: (args: any) => void;
5693
5663
  onBlur: (args: any) => void;
5694
- }, {}, {}, {}, 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<{
5664
+ }, {}, {}, {}, 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<{
5695
5665
  inputRef: {
5696
- 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>;
5666
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5697
5667
  };
5698
5668
  prefixCls: {
5699
5669
  type: StringConstructor;
@@ -5748,8 +5718,8 @@ export declare const UTreeSelect: {
5748
5718
  type: StringConstructor;
5749
5719
  };
5750
5720
  values: {
5751
- type: import("vue").PropType<import("..").DisplayOption[]>;
5752
- default: () => import("..").DisplayOption[];
5721
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5722
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5753
5723
  };
5754
5724
  searchValue: {
5755
5725
  type: StringConstructor;
@@ -5767,7 +5737,7 @@ export declare const UTreeSelect: {
5767
5737
  default: undefined;
5768
5738
  };
5769
5739
  inputRef: {
5770
- 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>;
5740
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5771
5741
  };
5772
5742
  tagTransitionName: {
5773
5743
  type: StringConstructor;
@@ -5779,7 +5749,7 @@ export declare const UTreeSelect: {
5779
5749
  type: NumberConstructor;
5780
5750
  };
5781
5751
  maxTagPlaceholder: {
5782
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5752
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5783
5753
  default: (ommittedValus: string[]) => string;
5784
5754
  };
5785
5755
  maxTagTooltip: {
@@ -5791,23 +5761,21 @@ export declare const UTreeSelect: {
5791
5761
  default: number;
5792
5762
  };
5793
5763
  tagRender: {
5794
- type: import("vue").PropType<import("..").TagRenderFunction>;
5764
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
5795
5765
  };
5796
5766
  removeIcon: {
5797
- type: import("vue").PropType<import("../..").IconPropType>;
5767
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5798
5768
  };
5799
5769
  isShowTagTooltip: {
5800
5770
  type: BooleanConstructor;
5801
5771
  default: boolean;
5802
5772
  };
5803
5773
  popoverProps: {
5804
- type: import("vue").PropType<import("..").PopoverProps>;
5774
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
5805
5775
  default: () => {};
5806
5776
  };
5807
5777
  }>, {
5808
- getRender: (children: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5809
- [key: string]: any;
5810
- }> | import("vue").VNodeChild) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5778
+ getRender: (children: import("vue").VNode | import("vue").VNodeChild | string | number) => () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
5811
5779
  [key: string]: any;
5812
5780
  }>;
5813
5781
  REST_TAG_KEY: string;
@@ -5818,9 +5786,9 @@ export declare const UTreeSelect: {
5818
5786
  inputEditable: import("vue").ComputedRef<boolean>;
5819
5787
  showPlaceholder: import("vue").ComputedRef<boolean>;
5820
5788
  isNotRender: import("vue").ComputedRef<boolean>;
5821
- displayValues: import("vue").ComputedRef<import("..").DisplayOption[]>;
5822
- closable: (item: import("..").DisplayOption) => boolean;
5823
- onClose: (value: import("..").SingleValueType, e: any) => void;
5789
+ displayValues: import("vue").ComputedRef<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5790
+ closable: (item: import("@koi-design/uxd-ui/es/index").DisplayOption) => boolean;
5791
+ onClose: (value: import("@koi-design/uxd-ui/es/index").SingleValueType, e: any) => void;
5824
5792
  onInputMouseDown: () => void;
5825
5793
  onInputChange: (val: any) => void;
5826
5794
  onInputKeydown: (e: KeyboardEvent) => void;
@@ -5832,8 +5800,8 @@ export declare const UTreeSelect: {
5832
5800
  type: StringConstructor;
5833
5801
  };
5834
5802
  values: {
5835
- type: import("vue").PropType<import("..").DisplayOption[]>;
5836
- default: () => import("..").DisplayOption[];
5803
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").DisplayOption[]>;
5804
+ default: () => import("@koi-design/uxd-ui/es/index").DisplayOption[];
5837
5805
  };
5838
5806
  searchValue: {
5839
5807
  type: StringConstructor;
@@ -5851,7 +5819,7 @@ export declare const UTreeSelect: {
5851
5819
  default: undefined;
5852
5820
  };
5853
5821
  inputRef: {
5854
- 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>;
5822
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5855
5823
  };
5856
5824
  tagTransitionName: {
5857
5825
  type: StringConstructor;
@@ -5863,7 +5831,7 @@ export declare const UTreeSelect: {
5863
5831
  type: NumberConstructor;
5864
5832
  };
5865
5833
  maxTagPlaceholder: {
5866
- type: import("vue").PropType<(rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5834
+ type: import("vue").PropType<(rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element>;
5867
5835
  default: (ommittedValus: string[]) => string;
5868
5836
  };
5869
5837
  maxTagTooltip: {
@@ -5875,17 +5843,17 @@ export declare const UTreeSelect: {
5875
5843
  default: number;
5876
5844
  };
5877
5845
  tagRender: {
5878
- type: import("vue").PropType<import("..").TagRenderFunction>;
5846
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TagRenderFunction>;
5879
5847
  };
5880
5848
  removeIcon: {
5881
- type: import("vue").PropType<import("../..").IconPropType>;
5849
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5882
5850
  };
5883
5851
  isShowTagTooltip: {
5884
5852
  type: BooleanConstructor;
5885
5853
  default: boolean;
5886
5854
  };
5887
5855
  popoverProps: {
5888
- type: import("vue").PropType<import("..").PopoverProps>;
5856
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverProps>;
5889
5857
  default: () => {};
5890
5858
  };
5891
5859
  }>> & Readonly<{
@@ -5897,19 +5865,19 @@ export declare const UTreeSelect: {
5897
5865
  "onInput-compositionend"?: (...args: any[]) => any;
5898
5866
  "onInput-paste"?: (...args: any[]) => any;
5899
5867
  }>, {
5900
- values: import("..").DisplayOption[];
5868
+ values: import("@koi-design/uxd-ui/es/index").DisplayOption[];
5901
5869
  disabled: boolean;
5902
5870
  open: boolean;
5903
5871
  filterable: boolean;
5904
- maxTagPlaceholder: (rest: import("..").DisplayOption[]) => import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
5872
+ maxTagPlaceholder: (rest: import("@koi-design/uxd-ui/es/index").DisplayOption[]) => string | import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
5905
5873
  maxTagTooltip: boolean;
5906
5874
  isShowTagTooltip: boolean;
5907
5875
  maxTagTooltipWidth: number;
5908
- popoverProps: import("..").PopoverProps;
5876
+ popoverProps: import("@koi-design/uxd-ui/es/index").PopoverProps;
5909
5877
  }, {}, {
5910
5878
  SelectInput: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5911
5879
  inputRef: {
5912
- 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>;
5880
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5913
5881
  };
5914
5882
  prefixCls: {
5915
5883
  type: StringConstructor;
@@ -5955,9 +5923,9 @@ export declare const UTreeSelect: {
5955
5923
  onCompositionend: (e: any) => void;
5956
5924
  onFocus: (args: any) => void;
5957
5925
  onBlur: (args: any) => void;
5958
- }, {}, {}, {}, 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<{
5926
+ }, {}, {}, {}, 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<{
5959
5927
  inputRef: {
5960
- 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>;
5928
+ type: import("vue").PropType<(el: Element | import("vue").ComponentPublicInstance | null) => void>;
5961
5929
  };
5962
5930
  prefixCls: {
5963
5931
  type: StringConstructor;
@@ -6017,7 +5985,7 @@ export declare const UTreeSelect: {
6017
5985
  UPopover: {
6018
5986
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6019
5987
  placement: {
6020
- 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">;
5988
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6021
5989
  default: string;
6022
5990
  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;
6023
5991
  };
@@ -6047,7 +6015,7 @@ export declare const UTreeSelect: {
6047
6015
  default: () => {};
6048
6016
  };
6049
6017
  trigger: {
6050
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
6018
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
6051
6019
  default: string;
6052
6020
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
6053
6021
  };
@@ -6056,7 +6024,7 @@ export declare const UTreeSelect: {
6056
6024
  validator: (val: any[]) => boolean;
6057
6025
  };
6058
6026
  type: {
6059
- type: import("vue").PropType<"popConfirm" | "popover">;
6027
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
6060
6028
  default: string;
6061
6029
  validator: (val: "popConfirm" | "popover") => boolean;
6062
6030
  };
@@ -6142,7 +6110,7 @@ export declare const UTreeSelect: {
6142
6110
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
6143
6111
  };
6144
6112
  placement: {
6145
- 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">;
6113
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6146
6114
  default: string;
6147
6115
  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;
6148
6116
  };
@@ -6164,8 +6132,8 @@ export declare const UTreeSelect: {
6164
6132
  type: StringConstructor;
6165
6133
  };
6166
6134
  trigger: {
6167
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
6168
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
6135
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
6136
+ default: () => import("../Popup").PopupTrigger[];
6169
6137
  };
6170
6138
  mouseEnterDelay: {
6171
6139
  type: NumberConstructor;
@@ -6233,7 +6201,7 @@ export declare const UTreeSelect: {
6233
6201
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
6234
6202
  };
6235
6203
  placement: {
6236
- 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">;
6204
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6237
6205
  default: string;
6238
6206
  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;
6239
6207
  };
@@ -6255,8 +6223,8 @@ export declare const UTreeSelect: {
6255
6223
  type: StringConstructor;
6256
6224
  };
6257
6225
  trigger: {
6258
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
6259
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
6226
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
6227
+ default: () => import("../Popup").PopupTrigger[];
6260
6228
  };
6261
6229
  mouseEnterDelay: {
6262
6230
  type: NumberConstructor;
@@ -6330,7 +6298,7 @@ export declare const UTreeSelect: {
6330
6298
  Defaults: {};
6331
6299
  }, Readonly<import("vue").ExtractPropTypes<{
6332
6300
  placement: {
6333
- 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">;
6301
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6334
6302
  default: string;
6335
6303
  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;
6336
6304
  };
@@ -6360,7 +6328,7 @@ export declare const UTreeSelect: {
6360
6328
  default: () => {};
6361
6329
  };
6362
6330
  trigger: {
6363
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
6331
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
6364
6332
  default: string;
6365
6333
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
6366
6334
  };
@@ -6369,7 +6337,7 @@ export declare const UTreeSelect: {
6369
6337
  validator: (val: any[]) => boolean;
6370
6338
  };
6371
6339
  type: {
6372
- type: import("vue").PropType<"popConfirm" | "popover">;
6340
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
6373
6341
  default: string;
6374
6342
  validator: (val: "popConfirm" | "popover") => boolean;
6375
6343
  };
@@ -6449,7 +6417,7 @@ export declare const UTreeSelect: {
6449
6417
  __isSuspense?: never;
6450
6418
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
6451
6419
  placement: {
6452
- 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">;
6420
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6453
6421
  default: string;
6454
6422
  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;
6455
6423
  };
@@ -6479,7 +6447,7 @@ export declare const UTreeSelect: {
6479
6447
  default: () => {};
6480
6448
  };
6481
6449
  trigger: {
6482
- type: import("vue").PropType<"click" | "hover" | "focus" | "contextmenu">;
6450
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverTrigger>;
6483
6451
  default: string;
6484
6452
  validator: (val: "click" | "hover" | "focus" | "contextmenu") => boolean;
6485
6453
  };
@@ -6488,7 +6456,7 @@ export declare const UTreeSelect: {
6488
6456
  validator: (val: any[]) => boolean;
6489
6457
  };
6490
6458
  type: {
6491
- type: import("vue").PropType<"popConfirm" | "popover">;
6459
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").PopoverType>;
6492
6460
  default: string;
6493
6461
  validator: (val: "popConfirm" | "popover") => boolean;
6494
6462
  };
@@ -6574,7 +6542,7 @@ export declare const UTreeSelect: {
6574
6542
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
6575
6543
  };
6576
6544
  placement: {
6577
- 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">;
6545
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6578
6546
  default: string;
6579
6547
  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;
6580
6548
  };
@@ -6596,8 +6564,8 @@ export declare const UTreeSelect: {
6596
6564
  type: StringConstructor;
6597
6565
  };
6598
6566
  trigger: {
6599
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
6600
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
6567
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
6568
+ default: () => import("../Popup").PopupTrigger[];
6601
6569
  };
6602
6570
  mouseEnterDelay: {
6603
6571
  type: NumberConstructor;
@@ -6665,7 +6633,7 @@ export declare const UTreeSelect: {
6665
6633
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
6666
6634
  };
6667
6635
  placement: {
6668
- 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">;
6636
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
6669
6637
  default: string;
6670
6638
  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;
6671
6639
  };
@@ -6687,8 +6655,8 @@ export declare const UTreeSelect: {
6687
6655
  type: StringConstructor;
6688
6656
  };
6689
6657
  trigger: {
6690
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
6691
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
6658
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
6659
+ default: () => import("../Popup").PopupTrigger[];
6692
6660
  };
6693
6661
  mouseEnterDelay: {
6694
6662
  type: NumberConstructor;
@@ -6753,7 +6721,7 @@ export declare const UTreeSelect: {
6753
6721
  };
6754
6722
  };
6755
6723
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6756
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
6724
+ } & 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>);
6757
6725
  UIcon: {
6758
6726
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6759
6727
  rotate: {
@@ -6768,7 +6736,7 @@ export declare const UTreeSelect: {
6768
6736
  default: string;
6769
6737
  };
6770
6738
  icon: {
6771
- type: import("vue").PropType<import("../..").IconPropType>;
6739
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6772
6740
  };
6773
6741
  }>> & Readonly<{
6774
6742
  onClick?: (ev: Event) => any;
@@ -6815,7 +6783,7 @@ export declare const UTreeSelect: {
6815
6783
  default: string;
6816
6784
  };
6817
6785
  icon: {
6818
- type: import("vue").PropType<import("../..").IconPropType>;
6786
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6819
6787
  };
6820
6788
  }>> & Readonly<{
6821
6789
  onClick?: (ev: Event) => any;
@@ -6857,7 +6825,7 @@ export declare const UTreeSelect: {
6857
6825
  default: string;
6858
6826
  };
6859
6827
  icon: {
6860
- type: import("vue").PropType<import("../..").IconPropType>;
6828
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6861
6829
  };
6862
6830
  }>> & Readonly<{
6863
6831
  onClick?: (ev: Event) => any;
@@ -6884,18 +6852,18 @@ export declare const UTreeSelect: {
6884
6852
  }, string, {
6885
6853
  color: string;
6886
6854
  spin: boolean;
6887
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
6855
+ }, {}, 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>);
6888
6856
  X: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
6889
6857
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6890
6858
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6891
6859
  UTree: {
6892
6860
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
6893
6861
  treeData: {
6894
- type: import("vue").PropType<import("..").TreeItem[]>;
6895
- default: () => import("..").TreeItem[];
6862
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
6863
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
6896
6864
  };
6897
6865
  dataKey: {
6898
- type: import("vue").PropType<string | import("..").GetDataKey>;
6866
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
6899
6867
  default: string;
6900
6868
  };
6901
6869
  multiple: {
@@ -6919,7 +6887,7 @@ export declare const UTreeSelect: {
6919
6887
  default: boolean;
6920
6888
  };
6921
6889
  switcherIcon: {
6922
- type: import("vue").PropType<import("../..").IconPropType>;
6890
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
6923
6891
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
6924
6892
  };
6925
6893
  showLine: {
@@ -6955,7 +6923,7 @@ export declare const UTreeSelect: {
6955
6923
  default: boolean;
6956
6924
  };
6957
6925
  loadData: {
6958
- type: import("vue").PropType<import("..").TreeLoadData>;
6926
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
6959
6927
  };
6960
6928
  loadedKeys: {
6961
6929
  type: import("vue").PropType<(string | number)[]>;
@@ -6965,26 +6933,22 @@ export declare const UTreeSelect: {
6965
6933
  default: boolean;
6966
6934
  };
6967
6935
  }>> & Readonly<{
6968
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
6936
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
6969
6937
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
6970
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
6938
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
6971
6939
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
6972
6940
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
6973
6941
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
6974
6942
  onExpand?: (keys: (string | number)[], e: Event) => any;
6975
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
6976
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
6943
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
6944
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
6977
6945
  }>, {
6978
6946
  prefixCls: import("vue").ComputedRef<string>;
6979
6947
  localTreeData: import("vue").Ref<{
6980
6948
  [x: string]: any;
6981
6949
  key: string | number;
6982
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6983
- [key: string]: any;
6984
- }>[];
6985
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6986
- [key: string]: any;
6987
- }>[];
6950
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
6951
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
6988
6952
  componentKey: string;
6989
6953
  dataRef: {
6990
6954
  [x: string]: any;
@@ -7002,15 +6966,11 @@ export declare const UTreeSelect: {
7002
6966
  disabled?: boolean;
7003
6967
  isLeaf?: boolean;
7004
6968
  checkable?: boolean;
7005
- }[], import("..").InnerTreeItem[] | {
6969
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
7006
6970
  [x: string]: any;
7007
6971
  key: string | number;
7008
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7009
- [key: string]: any;
7010
- }>[];
7011
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
7012
- [key: string]: any;
7013
- }>[];
6972
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
6973
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
7014
6974
  componentKey: string;
7015
6975
  dataRef: {
7016
6976
  [x: string]: any;
@@ -7034,15 +6994,15 @@ export declare const UTreeSelect: {
7034
6994
  halfCheckedKeys: (string | number)[];
7035
6995
  };
7036
6996
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7037
- 'update:treeData': (data: import("..").TreeItem[]) => boolean;
6997
+ 'update:treeData': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
7038
6998
  'update:selectedKeys': (keys: (string | number)[]) => boolean;
7039
6999
  'update:expandedKeys': (keys: (string | number)[]) => boolean;
7040
7000
  'update:checkedKeys': (keys: (string | number)[]) => boolean;
7041
- select: (item: import("..").TreeItem[], e: Event) => boolean;
7001
+ select: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => boolean;
7042
7002
  check: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => boolean;
7043
7003
  expand: (keys: (string | number)[], e: Event) => boolean;
7044
- 'update-data': (data: import("..").TreeItem[]) => boolean;
7045
- 'drag-start': (node: import("..").TreeItem, e: Event) => boolean;
7004
+ 'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
7005
+ 'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
7046
7006
  }, import("vue").PublicProps, {
7047
7007
  showIcon: boolean;
7048
7008
  disabled: boolean;
@@ -7051,10 +7011,10 @@ export declare const UTreeSelect: {
7051
7011
  selectable: boolean;
7052
7012
  draggable: boolean;
7053
7013
  checkedKeys: (string | number)[];
7054
- treeData: import("..").TreeItem[];
7055
- dataKey: string | import("..").GetDataKey;
7056
- checkable: boolean;
7057
7014
  checkStrictly: boolean;
7015
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
7016
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
7017
+ checkable: boolean;
7058
7018
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7059
7019
  showLine: boolean;
7060
7020
  expandedKeys: (string | number)[];
@@ -7064,19 +7024,19 @@ export declare const UTreeSelect: {
7064
7024
  }, true, {}, {}, {
7065
7025
  SubTree: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7066
7026
  data: {
7067
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
7027
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
7068
7028
  };
7069
7029
  }>, {
7070
7030
  prefixCls: string;
7071
7031
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7072
7032
  data: {
7073
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
7033
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
7074
7034
  };
7075
7035
  }>> & Readonly<{}>, {}, {}, {
7076
7036
  TreeNode: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7077
7037
  data: {
7078
- type: import("vue").PropType<import("..").InnerTreeItem>;
7079
- default: () => import("..").InnerTreeItem;
7038
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
7039
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
7080
7040
  };
7081
7041
  appear: {
7082
7042
  type: BooleanConstructor;
@@ -7090,17 +7050,17 @@ export declare const UTreeSelect: {
7090
7050
  selectable: import("vue").Ref<boolean, boolean>;
7091
7051
  draggable: import("vue").Ref<boolean, boolean>;
7092
7052
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
7093
- treeData: import("vue").Ref<import("..").TreeItem[], import("..").TreeItem[]>;
7094
- dataKey: import("vue").Ref<string | import("..").GetDataKey, string | import("..").GetDataKey>;
7095
- checkable: import("vue").Ref<boolean, boolean>;
7096
7053
  checkStrictly: import("vue").Ref<boolean, boolean>;
7054
+ treeData: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeItem[], import("@koi-design/uxd-ui/es/index").TreeItem[]>;
7055
+ dataKey: import("vue").Ref<string | import("@koi-design/uxd-ui/es/index").GetDataKey, string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
7056
+ checkable: import("vue").Ref<boolean, boolean>;
7097
7057
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
7098
7058
  showLine: import("vue").Ref<boolean, boolean>;
7099
7059
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
7100
7060
  defaultExpandAll: import("vue").Ref<boolean, boolean>;
7101
7061
  blockNode: import("vue").Ref<boolean, boolean>;
7102
7062
  treeSelect: import("vue").Ref<boolean, boolean>;
7103
- loadData?: import("vue").Ref<import("..").TreeLoadData, import("..").TreeLoadData>;
7063
+ loadData?: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeLoadData, import("@koi-design/uxd-ui/es/index").TreeLoadData>;
7104
7064
  loadedKeys?: import("vue").Ref<(string | number)[], (string | number)[]>;
7105
7065
  prefixCls: string;
7106
7066
  treeNode: import("vue").Ref<any, any>;
@@ -7113,9 +7073,9 @@ export declare const UTreeSelect: {
7113
7073
  loading: import("vue").ComputedRef<boolean>;
7114
7074
  isDisabled: import("vue").ComputedRef<boolean>;
7115
7075
  handleSelectClick: (e: MouseEvent) => void;
7116
- handleExpand: (node: import("..").InnerTreeItem, e: any) => void;
7076
+ handleExpand: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem, e: any) => void;
7117
7077
  handleCheck: (e: any) => void;
7118
- onDragStart: (e: any, innerItem: import("..").InnerTreeItem) => void;
7078
+ onDragStart: (e: any, innerItem: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => void;
7119
7079
  onDragEnter: (e: any) => void;
7120
7080
  onDragOver: (e: any) => void;
7121
7081
  onDragLeave: (e: any) => void;
@@ -7124,19 +7084,19 @@ export declare const UTreeSelect: {
7124
7084
  dragOver: import("vue").Ref<boolean, boolean>;
7125
7085
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
7126
7086
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
7127
- isLeaf: (node: import("..").InnerTreeItem) => boolean;
7128
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("..").TreeItem[]) => void;
7087
+ isLeaf: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => boolean;
7088
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
7129
7089
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7130
7090
  data: {
7131
- type: import("vue").PropType<import("..").InnerTreeItem>;
7132
- default: () => import("..").InnerTreeItem;
7091
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
7092
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
7133
7093
  };
7134
7094
  appear: {
7135
7095
  type: BooleanConstructor;
7136
7096
  default: boolean;
7137
7097
  };
7138
7098
  }>> & Readonly<{}>, {
7139
- data: import("..").InnerTreeItem;
7099
+ data: import("@koi-design/uxd-ui/es/index").InnerTreeItem;
7140
7100
  appear: boolean;
7141
7101
  }, {}, {
7142
7102
  UIcon: {
@@ -7153,7 +7113,7 @@ export declare const UTreeSelect: {
7153
7113
  default: string;
7154
7114
  };
7155
7115
  icon: {
7156
- type: import("vue").PropType<import("../..").IconPropType>;
7116
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7157
7117
  };
7158
7118
  }>> & Readonly<{
7159
7119
  onClick?: (ev: Event) => any;
@@ -7200,7 +7160,7 @@ export declare const UTreeSelect: {
7200
7160
  default: string;
7201
7161
  };
7202
7162
  icon: {
7203
- type: import("vue").PropType<import("../..").IconPropType>;
7163
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7204
7164
  };
7205
7165
  }>> & Readonly<{
7206
7166
  onClick?: (ev: Event) => any;
@@ -7242,7 +7202,7 @@ export declare const UTreeSelect: {
7242
7202
  default: string;
7243
7203
  };
7244
7204
  icon: {
7245
- type: import("vue").PropType<import("../..").IconPropType>;
7205
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7246
7206
  };
7247
7207
  }>> & Readonly<{
7248
7208
  onClick?: (ev: Event) => any;
@@ -7269,7 +7229,7 @@ export declare const UTreeSelect: {
7269
7229
  }, string, {
7270
7230
  color: string;
7271
7231
  spin: boolean;
7272
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
7232
+ }, {}, 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>);
7273
7233
  UCheckbox: {
7274
7234
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
7275
7235
  modelValue: {
@@ -7301,9 +7261,9 @@ export declare const UTreeSelect: {
7301
7261
  default: boolean;
7302
7262
  };
7303
7263
  }>> & Readonly<{
7304
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7264
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
7305
7265
  onClick?: (ev: Event) => any;
7306
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7266
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
7307
7267
  }>, {
7308
7268
  prefixCls: import("vue").ComputedRef<string>;
7309
7269
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -7317,8 +7277,8 @@ export declare const UTreeSelect: {
7317
7277
  handleBlur: () => void;
7318
7278
  onClick: (e: MouseEvent) => void;
7319
7279
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7320
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
7321
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7280
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
7281
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
7322
7282
  click: (ev: Event) => boolean;
7323
7283
  }, import("vue").PublicProps, {
7324
7284
  name: string;
@@ -7343,7 +7303,7 @@ export declare const UTreeSelect: {
7343
7303
  default: string;
7344
7304
  };
7345
7305
  icon: {
7346
- type: import("vue").PropType<import("../..").IconPropType>;
7306
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7347
7307
  };
7348
7308
  }>> & Readonly<{
7349
7309
  onClick?: (ev: Event) => any;
@@ -7390,7 +7350,7 @@ export declare const UTreeSelect: {
7390
7350
  default: string;
7391
7351
  };
7392
7352
  icon: {
7393
- type: import("vue").PropType<import("../..").IconPropType>;
7353
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7394
7354
  };
7395
7355
  }>> & Readonly<{
7396
7356
  onClick?: (ev: Event) => any;
@@ -7432,7 +7392,7 @@ export declare const UTreeSelect: {
7432
7392
  default: string;
7433
7393
  };
7434
7394
  icon: {
7435
- type: import("vue").PropType<import("../..").IconPropType>;
7395
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7436
7396
  };
7437
7397
  }>> & Readonly<{
7438
7398
  onClick?: (ev: Event) => any;
@@ -7459,7 +7419,7 @@ export declare const UTreeSelect: {
7459
7419
  }, string, {
7460
7420
  color: string;
7461
7421
  spin: boolean;
7462
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
7422
+ }, {}, 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>);
7463
7423
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7464
7424
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7465
7425
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -7499,9 +7459,9 @@ export declare const UTreeSelect: {
7499
7459
  default: boolean;
7500
7460
  };
7501
7461
  }>> & Readonly<{
7502
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7462
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
7503
7463
  onClick?: (ev: Event) => any;
7504
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7464
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
7505
7465
  }>, {
7506
7466
  prefixCls: import("vue").ComputedRef<string>;
7507
7467
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -7556,9 +7516,9 @@ export declare const UTreeSelect: {
7556
7516
  default: boolean;
7557
7517
  };
7558
7518
  }>> & Readonly<{
7559
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7519
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
7560
7520
  onClick?: (ev: Event) => any;
7561
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7521
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
7562
7522
  }>, {
7563
7523
  prefixCls: import("vue").ComputedRef<string>;
7564
7524
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -7572,8 +7532,8 @@ export declare const UTreeSelect: {
7572
7532
  handleBlur: () => void;
7573
7533
  onClick: (e: MouseEvent) => void;
7574
7534
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7575
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
7576
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7535
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
7536
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
7577
7537
  click: (ev: Event) => boolean;
7578
7538
  }, string, {
7579
7539
  name: string;
@@ -7598,7 +7558,7 @@ export declare const UTreeSelect: {
7598
7558
  default: string;
7599
7559
  };
7600
7560
  icon: {
7601
- type: import("vue").PropType<import("../..").IconPropType>;
7561
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7602
7562
  };
7603
7563
  }>> & Readonly<{
7604
7564
  onClick?: (ev: Event) => any;
@@ -7645,7 +7605,7 @@ export declare const UTreeSelect: {
7645
7605
  default: string;
7646
7606
  };
7647
7607
  icon: {
7648
- type: import("vue").PropType<import("../..").IconPropType>;
7608
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7649
7609
  };
7650
7610
  }>> & Readonly<{
7651
7611
  onClick?: (ev: Event) => any;
@@ -7687,7 +7647,7 @@ export declare const UTreeSelect: {
7687
7647
  default: string;
7688
7648
  };
7689
7649
  icon: {
7690
- type: import("vue").PropType<import("../..").IconPropType>;
7650
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7691
7651
  };
7692
7652
  }>> & Readonly<{
7693
7653
  onClick?: (ev: Event) => any;
@@ -7714,23 +7674,23 @@ export declare const UTreeSelect: {
7714
7674
  }, string, {
7715
7675
  color: string;
7716
7676
  spin: boolean;
7717
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
7677
+ }, {}, 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>);
7718
7678
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7719
7679
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
7720
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
7680
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
7721
7681
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7722
7682
  modelValue: {
7723
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
7724
- default: () => import("..").CheckboxGroupSingleValue[];
7683
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
7684
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
7725
7685
  };
7726
7686
  size: {
7727
- type: import("vue").PropType<"small" | "default" | "large">;
7687
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
7728
7688
  default: string;
7729
- validator: (val: "small" | "default" | "large") => boolean;
7689
+ validator: (val: "default" | "small" | "large") => boolean;
7730
7690
  };
7731
7691
  options: {
7732
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
7733
- default: () => import("..").CheckboxGroupOption[];
7692
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
7693
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
7734
7694
  };
7735
7695
  disabled: {
7736
7696
  type: BooleanConstructor;
@@ -7744,12 +7704,12 @@ export declare const UTreeSelect: {
7744
7704
  type: StringConstructor;
7745
7705
  };
7746
7706
  buttonType: {
7747
- type: import("vue").PropType<"fill" | "border" | "card">;
7707
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
7748
7708
  default: string;
7749
7709
  validator: (val: "fill" | "border" | "card") => boolean;
7750
7710
  };
7751
7711
  type: {
7752
- type: import("vue").PropType<"default" | "button">;
7712
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
7753
7713
  default: string;
7754
7714
  validator: (val: "default" | "button") => boolean;
7755
7715
  };
@@ -7769,21 +7729,21 @@ export declare const UTreeSelect: {
7769
7729
  hasSlot: import("vue").ComputedRef<boolean>;
7770
7730
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
7771
7731
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7772
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
7773
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
7732
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
7733
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
7774
7734
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7775
7735
  modelValue: {
7776
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
7777
- default: () => import("..").CheckboxGroupSingleValue[];
7736
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
7737
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
7778
7738
  };
7779
7739
  size: {
7780
- type: import("vue").PropType<"small" | "default" | "large">;
7740
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
7781
7741
  default: string;
7782
- validator: (val: "small" | "default" | "large") => boolean;
7742
+ validator: (val: "default" | "small" | "large") => boolean;
7783
7743
  };
7784
7744
  options: {
7785
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
7786
- default: () => import("..").CheckboxGroupOption[];
7745
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
7746
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
7787
7747
  };
7788
7748
  disabled: {
7789
7749
  type: BooleanConstructor;
@@ -7797,12 +7757,12 @@ export declare const UTreeSelect: {
7797
7757
  type: StringConstructor;
7798
7758
  };
7799
7759
  buttonType: {
7800
- type: import("vue").PropType<"fill" | "border" | "card">;
7760
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
7801
7761
  default: string;
7802
7762
  validator: (val: "fill" | "border" | "card") => boolean;
7803
7763
  };
7804
7764
  type: {
7805
- type: import("vue").PropType<"default" | "button">;
7765
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
7806
7766
  default: string;
7807
7767
  validator: (val: "default" | "button") => boolean;
7808
7768
  };
@@ -7814,15 +7774,15 @@ export declare const UTreeSelect: {
7814
7774
  type: import("vue").PropType<"ltr" | "rtl">;
7815
7775
  };
7816
7776
  }>> & Readonly<{
7817
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
7818
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
7777
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
7778
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
7819
7779
  }>, {
7820
7780
  type: "default" | "button";
7821
7781
  loading: boolean;
7822
- size: "small" | "default" | "large";
7782
+ size: "default" | "small" | "large";
7823
7783
  disabled: boolean;
7824
- modelValue: import("..").CheckboxGroupSingleValue[];
7825
- options: import("..").CheckboxGroupOption[];
7784
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
7785
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
7826
7786
  buttonFill: boolean;
7827
7787
  buttonType: "fill" | "border" | "card";
7828
7788
  }, {}, {
@@ -7840,7 +7800,7 @@ export declare const UTreeSelect: {
7840
7800
  default: string;
7841
7801
  };
7842
7802
  icon: {
7843
- type: import("vue").PropType<import("../..").IconPropType>;
7803
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7844
7804
  };
7845
7805
  }>> & Readonly<{
7846
7806
  onClick?: (ev: Event) => any;
@@ -7887,7 +7847,7 @@ export declare const UTreeSelect: {
7887
7847
  default: string;
7888
7848
  };
7889
7849
  icon: {
7890
- type: import("vue").PropType<import("../..").IconPropType>;
7850
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7891
7851
  };
7892
7852
  }>> & Readonly<{
7893
7853
  onClick?: (ev: Event) => any;
@@ -7929,7 +7889,7 @@ export declare const UTreeSelect: {
7929
7889
  default: string;
7930
7890
  };
7931
7891
  icon: {
7932
- type: import("vue").PropType<import("../..").IconPropType>;
7892
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
7933
7893
  };
7934
7894
  }>> & Readonly<{
7935
7895
  onClick?: (ev: Event) => any;
@@ -7956,7 +7916,7 @@ export declare const UTreeSelect: {
7956
7916
  }, string, {
7957
7917
  color: string;
7958
7918
  spin: boolean;
7959
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
7919
+ }, {}, 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>);
7960
7920
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
7961
7921
  modelValue: {
7962
7922
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -7999,8 +7959,8 @@ export declare const UTreeSelect: {
7999
7959
  handleBlur: () => void;
8000
7960
  onClick: (e: MouseEvent) => void;
8001
7961
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8002
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
8003
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
7962
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
7963
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
8004
7964
  click: (ev: Event) => boolean;
8005
7965
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8006
7966
  modelValue: {
@@ -8032,9 +7992,9 @@ export declare const UTreeSelect: {
8032
7992
  default: boolean;
8033
7993
  };
8034
7994
  }>> & Readonly<{
8035
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
7995
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
8036
7996
  onClick?: (ev: Event) => any;
8037
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
7997
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
8038
7998
  }>, {
8039
7999
  name: string;
8040
8000
  disabled: boolean;
@@ -8058,7 +8018,7 @@ export declare const UTreeSelect: {
8058
8018
  default: string;
8059
8019
  };
8060
8020
  icon: {
8061
- type: import("vue").PropType<import("../..").IconPropType>;
8021
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8062
8022
  };
8063
8023
  }>> & Readonly<{
8064
8024
  onClick?: (ev: Event) => any;
@@ -8105,7 +8065,7 @@ export declare const UTreeSelect: {
8105
8065
  default: string;
8106
8066
  };
8107
8067
  icon: {
8108
- type: import("vue").PropType<import("../..").IconPropType>;
8068
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8109
8069
  };
8110
8070
  }>> & Readonly<{
8111
8071
  onClick?: (ev: Event) => any;
@@ -8147,7 +8107,7 @@ export declare const UTreeSelect: {
8147
8107
  default: string;
8148
8108
  };
8149
8109
  icon: {
8150
- type: import("vue").PropType<import("../..").IconPropType>;
8110
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8151
8111
  };
8152
8112
  }>> & Readonly<{
8153
8113
  onClick?: (ev: Event) => any;
@@ -8174,13 +8134,13 @@ export declare const UTreeSelect: {
8174
8134
  }, string, {
8175
8135
  color: string;
8176
8136
  spin: boolean;
8177
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
8137
+ }, {}, 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>);
8178
8138
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8179
8139
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8180
8140
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8181
8141
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8182
8142
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8183
- };
8143
+ });
8184
8144
  Render: {
8185
8145
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
8186
8146
  props: {
@@ -8202,11 +8162,11 @@ export declare const UTreeSelect: {
8202
8162
  Defaults: {};
8203
8163
  }, Readonly<import("vue").ExtractPropTypes<{
8204
8164
  treeData: {
8205
- type: import("vue").PropType<import("..").TreeItem[]>;
8206
- default: () => import("..").TreeItem[];
8165
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
8166
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
8207
8167
  };
8208
8168
  dataKey: {
8209
- type: import("vue").PropType<string | import("..").GetDataKey>;
8169
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
8210
8170
  default: string;
8211
8171
  };
8212
8172
  multiple: {
@@ -8230,7 +8190,7 @@ export declare const UTreeSelect: {
8230
8190
  default: boolean;
8231
8191
  };
8232
8192
  switcherIcon: {
8233
- type: import("vue").PropType<import("../..").IconPropType>;
8193
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8234
8194
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8235
8195
  };
8236
8196
  showLine: {
@@ -8266,7 +8226,7 @@ export declare const UTreeSelect: {
8266
8226
  default: boolean;
8267
8227
  };
8268
8228
  loadData: {
8269
- type: import("vue").PropType<import("..").TreeLoadData>;
8229
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
8270
8230
  };
8271
8231
  loadedKeys: {
8272
8232
  type: import("vue").PropType<(string | number)[]>;
@@ -8276,26 +8236,22 @@ export declare const UTreeSelect: {
8276
8236
  default: boolean;
8277
8237
  };
8278
8238
  }>> & Readonly<{
8279
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
8239
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
8280
8240
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
8281
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
8241
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
8282
8242
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
8283
8243
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
8284
8244
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
8285
8245
  onExpand?: (keys: (string | number)[], e: Event) => any;
8286
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
8287
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
8246
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
8247
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
8288
8248
  }>, {
8289
8249
  prefixCls: import("vue").ComputedRef<string>;
8290
8250
  localTreeData: import("vue").Ref<{
8291
8251
  [x: string]: any;
8292
8252
  key: string | number;
8293
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8294
- [key: string]: any;
8295
- }>[];
8296
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8297
- [key: string]: any;
8298
- }>[];
8253
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8254
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8299
8255
  componentKey: string;
8300
8256
  dataRef: {
8301
8257
  [x: string]: any;
@@ -8313,15 +8269,11 @@ export declare const UTreeSelect: {
8313
8269
  disabled?: boolean;
8314
8270
  isLeaf?: boolean;
8315
8271
  checkable?: boolean;
8316
- }[], import("..").InnerTreeItem[] | {
8272
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
8317
8273
  [x: string]: any;
8318
8274
  key: string | number;
8319
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8320
- [key: string]: any;
8321
- }>[];
8322
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8323
- [key: string]: any;
8324
- }>[];
8275
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8276
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8325
8277
  componentKey: string;
8326
8278
  dataRef: {
8327
8279
  [x: string]: any;
@@ -8352,10 +8304,10 @@ export declare const UTreeSelect: {
8352
8304
  selectable: boolean;
8353
8305
  draggable: boolean;
8354
8306
  checkedKeys: (string | number)[];
8355
- treeData: import("..").TreeItem[];
8356
- dataKey: string | import("..").GetDataKey;
8357
- checkable: boolean;
8358
8307
  checkStrictly: boolean;
8308
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
8309
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
8310
+ checkable: boolean;
8359
8311
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8360
8312
  showLine: boolean;
8361
8313
  expandedKeys: (string | number)[];
@@ -8368,11 +8320,11 @@ export declare const UTreeSelect: {
8368
8320
  __isSuspense?: never;
8369
8321
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
8370
8322
  treeData: {
8371
- type: import("vue").PropType<import("..").TreeItem[]>;
8372
- default: () => import("..").TreeItem[];
8323
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeItem[]>;
8324
+ default: () => import("@koi-design/uxd-ui/es/index").TreeItem[];
8373
8325
  };
8374
8326
  dataKey: {
8375
- type: import("vue").PropType<string | import("..").GetDataKey>;
8327
+ type: import("vue").PropType<string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
8376
8328
  default: string;
8377
8329
  };
8378
8330
  multiple: {
@@ -8396,7 +8348,7 @@ export declare const UTreeSelect: {
8396
8348
  default: boolean;
8397
8349
  };
8398
8350
  switcherIcon: {
8399
- type: import("vue").PropType<import("../..").IconPropType>;
8351
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8400
8352
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8401
8353
  };
8402
8354
  showLine: {
@@ -8432,7 +8384,7 @@ export declare const UTreeSelect: {
8432
8384
  default: boolean;
8433
8385
  };
8434
8386
  loadData: {
8435
- type: import("vue").PropType<import("..").TreeLoadData>;
8387
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").TreeLoadData>;
8436
8388
  };
8437
8389
  loadedKeys: {
8438
8390
  type: import("vue").PropType<(string | number)[]>;
@@ -8442,26 +8394,22 @@ export declare const UTreeSelect: {
8442
8394
  default: boolean;
8443
8395
  };
8444
8396
  }>> & Readonly<{
8445
- onSelect?: (item: import("..").TreeItem[], e: Event) => any;
8397
+ onSelect?: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => any;
8446
8398
  "onUpdate:selectedKeys"?: (keys: (string | number)[]) => any;
8447
- "onUpdate:treeData"?: (data: import("..").TreeItem[]) => any;
8399
+ "onUpdate:treeData"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
8448
8400
  "onUpdate:expandedKeys"?: (keys: (string | number)[]) => any;
8449
8401
  "onUpdate:checkedKeys"?: (keys: (string | number)[]) => any;
8450
8402
  onCheck?: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => any;
8451
8403
  onExpand?: (keys: (string | number)[], e: Event) => any;
8452
- "onUpdate-data"?: (data: import("..").TreeItem[]) => any;
8453
- "onDrag-start"?: (node: import("..").TreeItem, e: Event) => any;
8404
+ "onUpdate-data"?: (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => any;
8405
+ "onDrag-start"?: (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => any;
8454
8406
  }>, {
8455
8407
  prefixCls: import("vue").ComputedRef<string>;
8456
8408
  localTreeData: import("vue").Ref<{
8457
8409
  [x: string]: any;
8458
8410
  key: string | number;
8459
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8460
- [key: string]: any;
8461
- }>[];
8462
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8463
- [key: string]: any;
8464
- }>[];
8411
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8412
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8465
8413
  componentKey: string;
8466
8414
  dataRef: {
8467
8415
  [x: string]: any;
@@ -8479,15 +8427,11 @@ export declare const UTreeSelect: {
8479
8427
  disabled?: boolean;
8480
8428
  isLeaf?: boolean;
8481
8429
  checkable?: boolean;
8482
- }[], import("..").InnerTreeItem[] | {
8430
+ }[], import("@koi-design/uxd-ui/es/index").InnerTreeItem[] | {
8483
8431
  [x: string]: any;
8484
8432
  key: string | number;
8485
- slot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8486
- [key: string]: any;
8487
- }>[];
8488
- operateSlot: (param: import("..").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
8489
- [key: string]: any;
8490
- }>[];
8433
+ slot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8434
+ operateSlot: (param: import("@koi-design/uxd-ui/es/index").TreeNodeSlotArgs) => import("vue").VNode[];
8491
8435
  componentKey: string;
8492
8436
  dataRef: {
8493
8437
  [x: string]: any;
@@ -8511,15 +8455,15 @@ export declare const UTreeSelect: {
8511
8455
  halfCheckedKeys: (string | number)[];
8512
8456
  };
8513
8457
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8514
- 'update:treeData': (data: import("..").TreeItem[]) => boolean;
8458
+ 'update:treeData': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
8515
8459
  'update:selectedKeys': (keys: (string | number)[]) => boolean;
8516
8460
  'update:expandedKeys': (keys: (string | number)[]) => boolean;
8517
8461
  'update:checkedKeys': (keys: (string | number)[]) => boolean;
8518
- select: (item: import("..").TreeItem[], e: Event) => boolean;
8462
+ select: (item: import("@koi-design/uxd-ui/es/index").TreeItem[], e: Event) => boolean;
8519
8463
  check: (checkedkeys: (string | number)[], halfCheckedKeys: (string | number)[], e?: Event) => boolean;
8520
8464
  expand: (keys: (string | number)[], e: Event) => boolean;
8521
- 'update-data': (data: import("..").TreeItem[]) => boolean;
8522
- 'drag-start': (node: import("..").TreeItem, e: Event) => boolean;
8465
+ 'update-data': (data: import("@koi-design/uxd-ui/es/index").TreeItem[]) => boolean;
8466
+ 'drag-start': (node: import("@koi-design/uxd-ui/es/index").TreeItem, e: Event) => boolean;
8523
8467
  }, string, {
8524
8468
  showIcon: boolean;
8525
8469
  disabled: boolean;
@@ -8528,10 +8472,10 @@ export declare const UTreeSelect: {
8528
8472
  selectable: boolean;
8529
8473
  draggable: boolean;
8530
8474
  checkedKeys: (string | number)[];
8531
- treeData: import("..").TreeItem[];
8532
- dataKey: string | import("..").GetDataKey;
8533
- checkable: boolean;
8534
8475
  checkStrictly: boolean;
8476
+ treeData: import("@koi-design/uxd-ui/es/index").TreeItem[];
8477
+ dataKey: string | import("@koi-design/uxd-ui/es/index").GetDataKey;
8478
+ checkable: boolean;
8535
8479
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8536
8480
  showLine: boolean;
8537
8481
  expandedKeys: (string | number)[];
@@ -8541,19 +8485,19 @@ export declare const UTreeSelect: {
8541
8485
  }, {}, string, {}, {
8542
8486
  SubTree: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8543
8487
  data: {
8544
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
8488
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
8545
8489
  };
8546
8490
  }>, {
8547
8491
  prefixCls: string;
8548
8492
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8549
8493
  data: {
8550
- type: import("vue").PropType<import("..").InnerTreeItem[]>;
8494
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem[]>;
8551
8495
  };
8552
8496
  }>> & Readonly<{}>, {}, {}, {
8553
8497
  TreeNode: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8554
8498
  data: {
8555
- type: import("vue").PropType<import("..").InnerTreeItem>;
8556
- default: () => import("..").InnerTreeItem;
8499
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
8500
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
8557
8501
  };
8558
8502
  appear: {
8559
8503
  type: BooleanConstructor;
@@ -8567,17 +8511,17 @@ export declare const UTreeSelect: {
8567
8511
  selectable: import("vue").Ref<boolean, boolean>;
8568
8512
  draggable: import("vue").Ref<boolean, boolean>;
8569
8513
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
8570
- treeData: import("vue").Ref<import("..").TreeItem[], import("..").TreeItem[]>;
8571
- dataKey: import("vue").Ref<string | import("..").GetDataKey, string | import("..").GetDataKey>;
8572
- checkable: import("vue").Ref<boolean, boolean>;
8573
8514
  checkStrictly: import("vue").Ref<boolean, boolean>;
8515
+ treeData: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeItem[], import("@koi-design/uxd-ui/es/index").TreeItem[]>;
8516
+ dataKey: import("vue").Ref<string | import("@koi-design/uxd-ui/es/index").GetDataKey, string | import("@koi-design/uxd-ui/es/index").GetDataKey>;
8517
+ checkable: import("vue").Ref<boolean, boolean>;
8574
8518
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
8575
8519
  showLine: import("vue").Ref<boolean, boolean>;
8576
8520
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
8577
8521
  defaultExpandAll: import("vue").Ref<boolean, boolean>;
8578
8522
  blockNode: import("vue").Ref<boolean, boolean>;
8579
8523
  treeSelect: import("vue").Ref<boolean, boolean>;
8580
- loadData?: import("vue").Ref<import("..").TreeLoadData, import("..").TreeLoadData>;
8524
+ loadData?: import("vue").Ref<import("@koi-design/uxd-ui/es/index").TreeLoadData, import("@koi-design/uxd-ui/es/index").TreeLoadData>;
8581
8525
  loadedKeys?: import("vue").Ref<(string | number)[], (string | number)[]>;
8582
8526
  prefixCls: string;
8583
8527
  treeNode: import("vue").Ref<any, any>;
@@ -8590,9 +8534,9 @@ export declare const UTreeSelect: {
8590
8534
  loading: import("vue").ComputedRef<boolean>;
8591
8535
  isDisabled: import("vue").ComputedRef<boolean>;
8592
8536
  handleSelectClick: (e: MouseEvent) => void;
8593
- handleExpand: (node: import("..").InnerTreeItem, e: any) => void;
8537
+ handleExpand: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem, e: any) => void;
8594
8538
  handleCheck: (e: any) => void;
8595
- onDragStart: (e: any, innerItem: import("..").InnerTreeItem) => void;
8539
+ onDragStart: (e: any, innerItem: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => void;
8596
8540
  onDragEnter: (e: any) => void;
8597
8541
  onDragOver: (e: any) => void;
8598
8542
  onDragLeave: (e: any) => void;
@@ -8601,19 +8545,19 @@ export declare const UTreeSelect: {
8601
8545
  dragOver: import("vue").Ref<boolean, boolean>;
8602
8546
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
8603
8547
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
8604
- isLeaf: (node: import("..").InnerTreeItem) => boolean;
8605
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("..").TreeItem[]) => void;
8548
+ isLeaf: (node: import("@koi-design/uxd-ui/es/index").InnerTreeItem) => boolean;
8549
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("@koi-design/uxd-ui/es/index").TreeItem[]) => void;
8606
8550
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8607
8551
  data: {
8608
- type: import("vue").PropType<import("..").InnerTreeItem>;
8609
- default: () => import("..").InnerTreeItem;
8552
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InnerTreeItem>;
8553
+ default: () => import("@koi-design/uxd-ui/es/index").InnerTreeItem;
8610
8554
  };
8611
8555
  appear: {
8612
8556
  type: BooleanConstructor;
8613
8557
  default: boolean;
8614
8558
  };
8615
8559
  }>> & Readonly<{}>, {
8616
- data: import("..").InnerTreeItem;
8560
+ data: import("@koi-design/uxd-ui/es/index").InnerTreeItem;
8617
8561
  appear: boolean;
8618
8562
  }, {}, {
8619
8563
  UIcon: {
@@ -8630,7 +8574,7 @@ export declare const UTreeSelect: {
8630
8574
  default: string;
8631
8575
  };
8632
8576
  icon: {
8633
- type: import("vue").PropType<import("../..").IconPropType>;
8577
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8634
8578
  };
8635
8579
  }>> & Readonly<{
8636
8580
  onClick?: (ev: Event) => any;
@@ -8677,7 +8621,7 @@ export declare const UTreeSelect: {
8677
8621
  default: string;
8678
8622
  };
8679
8623
  icon: {
8680
- type: import("vue").PropType<import("../..").IconPropType>;
8624
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8681
8625
  };
8682
8626
  }>> & Readonly<{
8683
8627
  onClick?: (ev: Event) => any;
@@ -8719,7 +8663,7 @@ export declare const UTreeSelect: {
8719
8663
  default: string;
8720
8664
  };
8721
8665
  icon: {
8722
- type: import("vue").PropType<import("../..").IconPropType>;
8666
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8723
8667
  };
8724
8668
  }>> & Readonly<{
8725
8669
  onClick?: (ev: Event) => any;
@@ -8746,7 +8690,7 @@ export declare const UTreeSelect: {
8746
8690
  }, string, {
8747
8691
  color: string;
8748
8692
  spin: boolean;
8749
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
8693
+ }, {}, 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>);
8750
8694
  UCheckbox: {
8751
8695
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
8752
8696
  modelValue: {
@@ -8778,9 +8722,9 @@ export declare const UTreeSelect: {
8778
8722
  default: boolean;
8779
8723
  };
8780
8724
  }>> & Readonly<{
8781
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
8725
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
8782
8726
  onClick?: (ev: Event) => any;
8783
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
8727
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
8784
8728
  }>, {
8785
8729
  prefixCls: import("vue").ComputedRef<string>;
8786
8730
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -8794,8 +8738,8 @@ export declare const UTreeSelect: {
8794
8738
  handleBlur: () => void;
8795
8739
  onClick: (e: MouseEvent) => void;
8796
8740
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8797
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
8798
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
8741
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
8742
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
8799
8743
  click: (ev: Event) => boolean;
8800
8744
  }, import("vue").PublicProps, {
8801
8745
  name: string;
@@ -8820,7 +8764,7 @@ export declare const UTreeSelect: {
8820
8764
  default: string;
8821
8765
  };
8822
8766
  icon: {
8823
- type: import("vue").PropType<import("../..").IconPropType>;
8767
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8824
8768
  };
8825
8769
  }>> & Readonly<{
8826
8770
  onClick?: (ev: Event) => any;
@@ -8867,7 +8811,7 @@ export declare const UTreeSelect: {
8867
8811
  default: string;
8868
8812
  };
8869
8813
  icon: {
8870
- type: import("vue").PropType<import("../..").IconPropType>;
8814
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8871
8815
  };
8872
8816
  }>> & Readonly<{
8873
8817
  onClick?: (ev: Event) => any;
@@ -8909,7 +8853,7 @@ export declare const UTreeSelect: {
8909
8853
  default: string;
8910
8854
  };
8911
8855
  icon: {
8912
- type: import("vue").PropType<import("../..").IconPropType>;
8856
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
8913
8857
  };
8914
8858
  }>> & Readonly<{
8915
8859
  onClick?: (ev: Event) => any;
@@ -8936,7 +8880,7 @@ export declare const UTreeSelect: {
8936
8880
  }, string, {
8937
8881
  color: string;
8938
8882
  spin: boolean;
8939
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
8883
+ }, {}, 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>);
8940
8884
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8941
8885
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
8942
8886
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -8976,9 +8920,9 @@ export declare const UTreeSelect: {
8976
8920
  default: boolean;
8977
8921
  };
8978
8922
  }>> & Readonly<{
8979
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
8923
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
8980
8924
  onClick?: (ev: Event) => any;
8981
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
8925
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
8982
8926
  }>, {
8983
8927
  prefixCls: import("vue").ComputedRef<string>;
8984
8928
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -9033,9 +8977,9 @@ export declare const UTreeSelect: {
9033
8977
  default: boolean;
9034
8978
  };
9035
8979
  }>> & Readonly<{
9036
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
8980
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
9037
8981
  onClick?: (ev: Event) => any;
9038
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
8982
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
9039
8983
  }>, {
9040
8984
  prefixCls: import("vue").ComputedRef<string>;
9041
8985
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -9049,8 +8993,8 @@ export declare const UTreeSelect: {
9049
8993
  handleBlur: () => void;
9050
8994
  onClick: (e: MouseEvent) => void;
9051
8995
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9052
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
9053
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
8996
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
8997
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
9054
8998
  click: (ev: Event) => boolean;
9055
8999
  }, string, {
9056
9000
  name: string;
@@ -9075,7 +9019,7 @@ export declare const UTreeSelect: {
9075
9019
  default: string;
9076
9020
  };
9077
9021
  icon: {
9078
- type: import("vue").PropType<import("../..").IconPropType>;
9022
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9079
9023
  };
9080
9024
  }>> & Readonly<{
9081
9025
  onClick?: (ev: Event) => any;
@@ -9122,7 +9066,7 @@ export declare const UTreeSelect: {
9122
9066
  default: string;
9123
9067
  };
9124
9068
  icon: {
9125
- type: import("vue").PropType<import("../..").IconPropType>;
9069
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9126
9070
  };
9127
9071
  }>> & Readonly<{
9128
9072
  onClick?: (ev: Event) => any;
@@ -9164,7 +9108,7 @@ export declare const UTreeSelect: {
9164
9108
  default: string;
9165
9109
  };
9166
9110
  icon: {
9167
- type: import("vue").PropType<import("../..").IconPropType>;
9111
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9168
9112
  };
9169
9113
  }>> & Readonly<{
9170
9114
  onClick?: (ev: Event) => any;
@@ -9191,23 +9135,23 @@ export declare const UTreeSelect: {
9191
9135
  }, string, {
9192
9136
  color: string;
9193
9137
  spin: boolean;
9194
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9138
+ }, {}, 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>);
9195
9139
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9196
9140
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9197
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
9141
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
9198
9142
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9199
9143
  modelValue: {
9200
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
9201
- default: () => import("..").CheckboxGroupSingleValue[];
9144
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
9145
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
9202
9146
  };
9203
9147
  size: {
9204
- type: import("vue").PropType<"small" | "default" | "large">;
9148
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9205
9149
  default: string;
9206
- validator: (val: "small" | "default" | "large") => boolean;
9150
+ validator: (val: "default" | "small" | "large") => boolean;
9207
9151
  };
9208
9152
  options: {
9209
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
9210
- default: () => import("..").CheckboxGroupOption[];
9153
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
9154
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
9211
9155
  };
9212
9156
  disabled: {
9213
9157
  type: BooleanConstructor;
@@ -9221,12 +9165,12 @@ export declare const UTreeSelect: {
9221
9165
  type: StringConstructor;
9222
9166
  };
9223
9167
  buttonType: {
9224
- type: import("vue").PropType<"fill" | "border" | "card">;
9168
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
9225
9169
  default: string;
9226
9170
  validator: (val: "fill" | "border" | "card") => boolean;
9227
9171
  };
9228
9172
  type: {
9229
- type: import("vue").PropType<"default" | "button">;
9173
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
9230
9174
  default: string;
9231
9175
  validator: (val: "default" | "button") => boolean;
9232
9176
  };
@@ -9246,21 +9190,21 @@ export declare const UTreeSelect: {
9246
9190
  hasSlot: import("vue").ComputedRef<boolean>;
9247
9191
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
9248
9192
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9249
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
9250
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
9193
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
9194
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
9251
9195
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9252
9196
  modelValue: {
9253
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
9254
- default: () => import("..").CheckboxGroupSingleValue[];
9197
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
9198
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
9255
9199
  };
9256
9200
  size: {
9257
- type: import("vue").PropType<"small" | "default" | "large">;
9201
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9258
9202
  default: string;
9259
- validator: (val: "small" | "default" | "large") => boolean;
9203
+ validator: (val: "default" | "small" | "large") => boolean;
9260
9204
  };
9261
9205
  options: {
9262
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
9263
- default: () => import("..").CheckboxGroupOption[];
9206
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
9207
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
9264
9208
  };
9265
9209
  disabled: {
9266
9210
  type: BooleanConstructor;
@@ -9274,12 +9218,12 @@ export declare const UTreeSelect: {
9274
9218
  type: StringConstructor;
9275
9219
  };
9276
9220
  buttonType: {
9277
- type: import("vue").PropType<"fill" | "border" | "card">;
9221
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
9278
9222
  default: string;
9279
9223
  validator: (val: "fill" | "border" | "card") => boolean;
9280
9224
  };
9281
9225
  type: {
9282
- type: import("vue").PropType<"default" | "button">;
9226
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
9283
9227
  default: string;
9284
9228
  validator: (val: "default" | "button") => boolean;
9285
9229
  };
@@ -9291,15 +9235,15 @@ export declare const UTreeSelect: {
9291
9235
  type: import("vue").PropType<"ltr" | "rtl">;
9292
9236
  };
9293
9237
  }>> & Readonly<{
9294
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
9295
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
9238
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
9239
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
9296
9240
  }>, {
9297
9241
  type: "default" | "button";
9298
9242
  loading: boolean;
9299
- size: "small" | "default" | "large";
9243
+ size: "default" | "small" | "large";
9300
9244
  disabled: boolean;
9301
- modelValue: import("..").CheckboxGroupSingleValue[];
9302
- options: import("..").CheckboxGroupOption[];
9245
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
9246
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
9303
9247
  buttonFill: boolean;
9304
9248
  buttonType: "fill" | "border" | "card";
9305
9249
  }, {}, {
@@ -9317,7 +9261,7 @@ export declare const UTreeSelect: {
9317
9261
  default: string;
9318
9262
  };
9319
9263
  icon: {
9320
- type: import("vue").PropType<import("../..").IconPropType>;
9264
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9321
9265
  };
9322
9266
  }>> & Readonly<{
9323
9267
  onClick?: (ev: Event) => any;
@@ -9364,7 +9308,7 @@ export declare const UTreeSelect: {
9364
9308
  default: string;
9365
9309
  };
9366
9310
  icon: {
9367
- type: import("vue").PropType<import("../..").IconPropType>;
9311
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9368
9312
  };
9369
9313
  }>> & Readonly<{
9370
9314
  onClick?: (ev: Event) => any;
@@ -9406,7 +9350,7 @@ export declare const UTreeSelect: {
9406
9350
  default: string;
9407
9351
  };
9408
9352
  icon: {
9409
- type: import("vue").PropType<import("../..").IconPropType>;
9353
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9410
9354
  };
9411
9355
  }>> & Readonly<{
9412
9356
  onClick?: (ev: Event) => any;
@@ -9433,7 +9377,7 @@ export declare const UTreeSelect: {
9433
9377
  }, string, {
9434
9378
  color: string;
9435
9379
  spin: boolean;
9436
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9380
+ }, {}, 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>);
9437
9381
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
9438
9382
  modelValue: {
9439
9383
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -9476,8 +9420,8 @@ export declare const UTreeSelect: {
9476
9420
  handleBlur: () => void;
9477
9421
  onClick: (e: MouseEvent) => void;
9478
9422
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9479
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
9480
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
9423
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
9424
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
9481
9425
  click: (ev: Event) => boolean;
9482
9426
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
9483
9427
  modelValue: {
@@ -9509,9 +9453,9 @@ export declare const UTreeSelect: {
9509
9453
  default: boolean;
9510
9454
  };
9511
9455
  }>> & Readonly<{
9512
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
9456
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
9513
9457
  onClick?: (ev: Event) => any;
9514
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
9458
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
9515
9459
  }>, {
9516
9460
  name: string;
9517
9461
  disabled: boolean;
@@ -9535,7 +9479,7 @@ export declare const UTreeSelect: {
9535
9479
  default: string;
9536
9480
  };
9537
9481
  icon: {
9538
- type: import("vue").PropType<import("../..").IconPropType>;
9482
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9539
9483
  };
9540
9484
  }>> & Readonly<{
9541
9485
  onClick?: (ev: Event) => any;
@@ -9582,7 +9526,7 @@ export declare const UTreeSelect: {
9582
9526
  default: string;
9583
9527
  };
9584
9528
  icon: {
9585
- type: import("vue").PropType<import("../..").IconPropType>;
9529
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9586
9530
  };
9587
9531
  }>> & Readonly<{
9588
9532
  onClick?: (ev: Event) => any;
@@ -9624,7 +9568,7 @@ export declare const UTreeSelect: {
9624
9568
  default: string;
9625
9569
  };
9626
9570
  icon: {
9627
- type: import("vue").PropType<import("../..").IconPropType>;
9571
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9628
9572
  };
9629
9573
  }>> & Readonly<{
9630
9574
  onClick?: (ev: Event) => any;
@@ -9651,13 +9595,13 @@ export declare const UTreeSelect: {
9651
9595
  }, string, {
9652
9596
  color: string;
9653
9597
  spin: boolean;
9654
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9598
+ }, {}, 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>);
9655
9599
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9656
9600
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9657
9601
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9658
9602
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9659
9603
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9660
- };
9604
+ });
9661
9605
  Render: {
9662
9606
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
9663
9607
  props: {
@@ -9670,26 +9614,26 @@ export declare const UTreeSelect: {
9670
9614
  FileIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
9671
9615
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9672
9616
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9673
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9617
+ } & 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>);
9674
9618
  UEmpty: {
9675
9619
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
9676
9620
  image: {
9677
9621
  type: StringConstructor;
9678
9622
  };
9679
9623
  icon: {
9680
- type: import("vue").PropType<import("../..").IconPropType>;
9624
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9681
9625
  };
9682
9626
  text: {
9683
9627
  type: (BooleanConstructor | StringConstructor)[];
9684
9628
  default: undefined;
9685
9629
  };
9686
9630
  size: {
9687
- type: import("vue").PropType<"small" | "default" | "large">;
9631
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9688
9632
  default: string;
9689
- validator: (val: "small" | "default" | "large") => boolean;
9633
+ validator: (val: "default" | "small" | "large") => boolean;
9690
9634
  };
9691
9635
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
9692
- size: "small" | "default" | "large";
9636
+ size: "default" | "small" | "large";
9693
9637
  text: string | boolean;
9694
9638
  }, true, {}, {}, {
9695
9639
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -9698,15 +9642,15 @@ export declare const UTreeSelect: {
9698
9642
  default: undefined;
9699
9643
  };
9700
9644
  icon: {
9701
- type: import("vue").PropType<import("../..").IconPropType>;
9645
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9702
9646
  };
9703
9647
  image: {
9704
9648
  type: import("vue").PropType<string>;
9705
9649
  };
9706
9650
  size: {
9707
- type: import("vue").PropType<"small" | "default" | "large">;
9651
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9708
9652
  default: string;
9709
- validator: (val: "small" | "default" | "large") => boolean;
9653
+ validator: (val: "default" | "small" | "large") => boolean;
9710
9654
  };
9711
9655
  }>, {
9712
9656
  prefixCls: import("vue").ComputedRef<string>;
@@ -9719,18 +9663,18 @@ export declare const UTreeSelect: {
9719
9663
  default: undefined;
9720
9664
  };
9721
9665
  icon: {
9722
- type: import("vue").PropType<import("../..").IconPropType>;
9666
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9723
9667
  };
9724
9668
  image: {
9725
9669
  type: import("vue").PropType<string>;
9726
9670
  };
9727
9671
  size: {
9728
- type: import("vue").PropType<"small" | "default" | "large">;
9672
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9729
9673
  default: string;
9730
- validator: (val: "small" | "default" | "large") => boolean;
9674
+ validator: (val: "default" | "small" | "large") => boolean;
9731
9675
  };
9732
9676
  }>> & Readonly<{}>, {
9733
- size: "small" | "default" | "large";
9677
+ size: "default" | "small" | "large";
9734
9678
  text: string | boolean;
9735
9679
  }, {}, {
9736
9680
  ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -9747,19 +9691,19 @@ export declare const UTreeSelect: {
9747
9691
  type: StringConstructor;
9748
9692
  };
9749
9693
  icon: {
9750
- type: import("vue").PropType<import("../..").IconPropType>;
9694
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9751
9695
  };
9752
9696
  text: {
9753
9697
  type: (BooleanConstructor | StringConstructor)[];
9754
9698
  default: undefined;
9755
9699
  };
9756
9700
  size: {
9757
- type: import("vue").PropType<"small" | "default" | "large">;
9701
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9758
9702
  default: string;
9759
- validator: (val: "small" | "default" | "large") => boolean;
9703
+ validator: (val: "default" | "small" | "large") => boolean;
9760
9704
  };
9761
9705
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
9762
- size: "small" | "default" | "large";
9706
+ size: "default" | "small" | "large";
9763
9707
  text: string | boolean;
9764
9708
  }>;
9765
9709
  __isFragment?: never;
@@ -9770,19 +9714,19 @@ export declare const UTreeSelect: {
9770
9714
  type: StringConstructor;
9771
9715
  };
9772
9716
  icon: {
9773
- type: import("vue").PropType<import("../..").IconPropType>;
9717
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9774
9718
  };
9775
9719
  text: {
9776
9720
  type: (BooleanConstructor | StringConstructor)[];
9777
9721
  default: undefined;
9778
9722
  };
9779
9723
  size: {
9780
- type: import("vue").PropType<"small" | "default" | "large">;
9724
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9781
9725
  default: string;
9782
- validator: (val: "small" | "default" | "large") => boolean;
9726
+ validator: (val: "default" | "small" | "large") => boolean;
9783
9727
  };
9784
9728
  }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
9785
- size: "small" | "default" | "large";
9729
+ size: "default" | "small" | "large";
9786
9730
  text: string | boolean;
9787
9731
  }, {}, string, {}, {
9788
9732
  RenderEmpty: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
@@ -9791,15 +9735,15 @@ export declare const UTreeSelect: {
9791
9735
  default: undefined;
9792
9736
  };
9793
9737
  icon: {
9794
- type: import("vue").PropType<import("../..").IconPropType>;
9738
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9795
9739
  };
9796
9740
  image: {
9797
9741
  type: import("vue").PropType<string>;
9798
9742
  };
9799
9743
  size: {
9800
- type: import("vue").PropType<"small" | "default" | "large">;
9744
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9801
9745
  default: string;
9802
- validator: (val: "small" | "default" | "large") => boolean;
9746
+ validator: (val: "default" | "small" | "large") => boolean;
9803
9747
  };
9804
9748
  }>, {
9805
9749
  prefixCls: import("vue").ComputedRef<string>;
@@ -9812,23 +9756,23 @@ export declare const UTreeSelect: {
9812
9756
  default: undefined;
9813
9757
  };
9814
9758
  icon: {
9815
- type: import("vue").PropType<import("../..").IconPropType>;
9759
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
9816
9760
  };
9817
9761
  image: {
9818
9762
  type: import("vue").PropType<string>;
9819
9763
  };
9820
9764
  size: {
9821
- type: import("vue").PropType<"small" | "default" | "large">;
9765
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
9822
9766
  default: string;
9823
- validator: (val: "small" | "default" | "large") => boolean;
9767
+ validator: (val: "default" | "small" | "large") => boolean;
9824
9768
  };
9825
9769
  }>> & Readonly<{}>, {
9826
- size: "small" | "default" | "large";
9770
+ size: "default" | "small" | "large";
9827
9771
  text: string | boolean;
9828
9772
  }, {}, {
9829
9773
  ColorfullEmpty: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9830
9774
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9831
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9832
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
9775
+ } & 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>);
9776
+ } & 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>);
9833
9777
  export default UTreeSelect;
9834
9778
  export * from './TreeSelect.type';