@koi-design/uxd-ui 14.0.21 → 14.0.23

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 (989) 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.mjs +1 -1
  151. package/es/components/Menu/SubMenu.mjs.map +1 -1
  152. package/es/components/Menu/SubMenu.vue.d.ts +17 -17
  153. package/es/components/Menu/index.d.ts +61 -61
  154. package/es/components/Message/Message.d.ts +1 -1
  155. package/es/components/Message/Message.type.d.ts +1 -1
  156. package/es/components/Message/index.d.ts +1 -1
  157. package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  158. package/es/components/Modal/Modal.type.d.ts +6 -6
  159. package/es/components/Modal/Modal.vue.d.ts +67 -67
  160. package/es/components/Modal/index.d.ts +144 -150
  161. package/es/components/Notice/Notice.type.d.ts +3 -3
  162. package/es/components/Notice/index.d.ts +1 -1
  163. package/es/components/Notification/Notication.type.d.ts +1 -1
  164. package/es/components/Notification/Notice.vue.d.ts +4 -4
  165. package/es/components/Notification/Notification.vue.d.ts +4 -4
  166. package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
  167. package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
  168. package/es/components/PageHeader/index.d.ts +46 -46
  169. package/es/components/Pagination/Options.d.ts +6 -5
  170. package/es/components/Pagination/Pager.vue.d.ts +4 -4
  171. package/es/components/Pagination/Pagination.d.ts +23 -23
  172. package/es/components/Pagination/Pagination.type.d.ts +10 -10
  173. package/es/components/Pagination/index.d.ts +42 -42
  174. package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  175. package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  176. package/es/components/PopConfirm/index.d.ts +162 -162
  177. package/es/components/Popover/Popover.type.d.ts +9 -8
  178. package/es/components/Popover/Popover.vue.d.ts +12 -12
  179. package/es/components/Popover/index.d.ts +22 -22
  180. package/es/components/Popup/Popup.d.ts +11 -11
  181. package/es/components/Popup/Popup.type.d.ts +9 -8
  182. package/es/components/Progress/Circle.d.ts +12 -11
  183. package/es/components/Progress/Line.vue.d.ts +9 -8
  184. package/es/components/Progress/Progress.type.d.ts +8 -8
  185. package/es/components/Progress/Progress.vue.d.ts +25 -25
  186. package/es/components/Progress/Water.vue.d.ts +5 -4
  187. package/es/components/Progress/index.d.ts +51 -51
  188. package/es/components/Radio/Radio.type.d.ts +16 -16
  189. package/es/components/Radio/Radio.vue.d.ts +7 -7
  190. package/es/components/Radio/RadioGroup.d.ts +17 -17
  191. package/es/components/Radio/index.d.ts +27 -27
  192. package/es/components/Rate/Rate.type.d.ts +3 -3
  193. package/es/components/Rate/Rate.vue.d.ts +29 -29
  194. package/es/components/Rate/Star.vue.d.ts +4 -4
  195. package/es/components/Rate/index.d.ts +59 -59
  196. package/es/components/Result/Result.type.d.ts +4 -4
  197. package/es/components/Result/Result.vue.d.ts +6 -6
  198. package/es/components/Result/index.d.ts +12 -12
  199. package/es/components/Scrollbar/Thumb.d.ts +1 -1
  200. package/es/components/Scrollbar/index.d.ts +1 -1
  201. package/es/components/Scrollbar/utils.d.ts +4 -2
  202. package/es/components/Scrollbar/utils.mjs +4 -2
  203. package/es/components/Scrollbar/utils.mjs.map +1 -1
  204. package/es/components/Select/DropdownMenu.vue.d.ts +39 -45
  205. package/es/components/Select/RefSelect.vue.d.ts +161 -171
  206. package/es/components/Select/Select.d.ts +29 -29
  207. package/es/components/Select/Select.type.d.ts +16 -15
  208. package/es/components/Select/Selection/Input.vue.d.ts +1 -1
  209. package/es/components/Select/Selection/Multiple.vue.d.ts +27 -29
  210. package/es/components/Select/Selection/Selection.vue.d.ts +38 -42
  211. package/es/components/Select/Selection/Single.vue.d.ts +4 -6
  212. package/es/components/Select/index.d.ts +40 -40
  213. package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
  214. package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  215. package/es/components/Skeleton/index.d.ts +5 -5
  216. package/es/components/Slider/Slider.d.ts +5 -5
  217. package/es/components/Slider/Slider.type.d.ts +5 -5
  218. package/es/components/Slider/index.d.ts +1 -1
  219. package/es/components/Space/Space.d.ts +9 -9
  220. package/es/components/Space/Space.type.d.ts +8 -8
  221. package/es/components/Space/index.d.ts +7 -7
  222. package/es/components/Spin/Spin.mjs.map +1 -1
  223. package/es/components/Spin/Spin.type.d.ts +7 -6
  224. package/es/components/Spin/Spin.vue.d.ts +7 -7
  225. package/es/components/Spin/index.d.ts +13 -13
  226. package/es/components/Statistic/Statistic.type.d.ts +2 -2
  227. package/es/components/Statistic/Statistic.vue.d.ts +31 -31
  228. package/es/components/Statistic/index.d.ts +62 -62
  229. package/es/components/Steps/Step.vue.d.ts +8 -8
  230. package/es/components/Steps/Steps.type.d.ts +12 -12
  231. package/es/components/Steps/Steps.vue.d.ts +6 -6
  232. package/es/components/Steps/index.d.ts +19 -19
  233. package/es/components/Switch/Switch.type.d.ts +11 -10
  234. package/es/components/Switch/Switch.vue.d.ts +11 -11
  235. package/es/components/Switch/index.d.ts +20 -20
  236. package/es/components/Table/BaseTable.vue.d.ts +340 -340
  237. package/es/components/Table/BodyTable.vue.d.ts +340 -340
  238. package/es/components/Table/HeadTable.vue.d.ts +340 -340
  239. package/es/components/Table/Table.type.d.ts +20 -20
  240. package/es/components/Table/Table.vue.d.ts +745 -745
  241. package/es/components/Table/TableBox.vue.d.ts +680 -680
  242. package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  243. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  244. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  245. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  246. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  247. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  248. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  249. package/es/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  250. package/es/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  251. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  252. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  253. package/es/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  254. package/es/components/Tabs/TabBar.vue.d.ts +3 -3
  255. package/es/components/Tabs/TabNav.mjs +4 -4
  256. package/es/components/Tabs/TabNav.mjs.map +1 -1
  257. package/es/components/Tabs/TabNav.vue.d.ts +27 -27
  258. package/es/components/Tabs/Tabs.d.ts +59 -59
  259. package/es/components/Tabs/Tabs.mjs +3 -3
  260. package/es/components/Tabs/Tabs.mjs.map +1 -1
  261. package/es/components/Tabs/Tabs.type.d.ts +29 -28
  262. package/es/components/Tabs/Tabs.type.mjs +6 -6
  263. package/es/components/Tabs/Tabs.type.mjs.map +1 -1
  264. package/es/components/Tabs/index.d.ts +118 -118
  265. package/es/components/Tag/Tag.type.d.ts +4 -4
  266. package/es/components/Tag/Tag.vue.d.ts +6 -6
  267. package/es/components/Tag/index.d.ts +12 -12
  268. package/es/components/Text/Text.d.ts +15 -15
  269. package/es/components/Text/Text.type.d.ts +10 -10
  270. package/es/components/Text/index.d.ts +22 -22
  271. package/es/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  272. package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  273. package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  274. package/es/components/ThemePanel/index.d.ts +194 -194
  275. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  276. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  277. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  278. package/es/components/TimePicker/TimePicker.type.d.ts +13 -12
  279. package/es/components/TimePicker/TimePicker.vue.d.ts +174 -174
  280. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  281. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  282. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  283. package/es/components/TimePicker/index.d.ts +386 -386
  284. package/es/components/TimePicker/utils.d.ts +3 -3
  285. package/es/components/Timeline/Timeline.d.ts +7 -7
  286. package/es/components/Timeline/Timeline.mjs +1 -1
  287. package/es/components/Timeline/Timeline.mjs.map +1 -1
  288. package/es/components/Timeline/Timeline.type.d.ts +6 -6
  289. package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
  290. package/es/components/Timeline/index.d.ts +16 -22
  291. package/es/components/Toggle/Toggle.type.d.ts +1 -1
  292. package/es/components/Toggle/index.d.ts +1 -1
  293. package/es/components/Tooltip/Tooltip.type.d.ts +9 -8
  294. package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
  295. package/es/components/Tooltip/index.d.ts +25 -25
  296. package/es/components/Transfer/Operation.vue.d.ts +50 -50
  297. package/es/components/Transfer/Transfer.type.d.ts +5 -5
  298. package/es/components/Transfer/Transfer.vue.d.ts +636 -636
  299. package/es/components/Transfer/TransferList.vue.d.ts +114 -114
  300. package/es/components/Transfer/TransferListItem.vue.d.ts +27 -27
  301. package/es/components/Transfer/index.d.ts +1678 -1678
  302. package/es/components/Tree/SubTree.vue.d.ts +61 -61
  303. package/es/components/Tree/Tree.type.d.ts +6 -6
  304. package/es/components/Tree/Tree.vue.d.ts +68 -76
  305. package/es/components/Tree/TreeNode.vue.d.ts +33 -33
  306. package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
  307. package/es/components/Tree/index.d.ts +141 -165
  308. package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  309. package/es/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  310. package/es/components/TreeSelect/index.d.ts +698 -754
  311. package/es/components/Upload/Upload.d.ts +4 -4
  312. package/es/components/Upload/Upload.type.d.ts +13 -13
  313. package/es/components/Upload/UploadList.vue.d.ts +56 -56
  314. package/es/components/Upload/index.d.ts +4 -4
  315. package/es/components/VirtualList/ListContent.mjs.map +1 -1
  316. package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
  317. package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
  318. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  319. package/es/components/VirtualList/index.d.ts +31 -35
  320. package/es/components/base/CollapseTransition.d.ts +1 -1
  321. package/es/components/base/RenderEmpty.vue.d.ts +6 -6
  322. package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
  323. package/es/components/base/hooks/useDelaySet.d.ts +3 -3
  324. package/es/components/base/hooks/useGlobalConfig.d.ts +1 -1
  325. package/es/components/base/hooks/useLock.d.ts +2 -2
  326. package/es/components/index.mjs +1 -1
  327. package/es/index.d.ts +1 -1
  328. package/es/index.mjs +1 -1
  329. package/es/utils/globalType.d.ts +8 -8
  330. package/es/utils/install.d.ts +2 -2
  331. package/es/utils/placements.d.ts +1 -1
  332. package/es/utils/responsiveObserve.d.ts +2 -2
  333. package/es/utils/slots.d.ts +2 -2
  334. package/es/utils/tools.mjs.map +1 -1
  335. package/lib/components/Affix/Affix.type.d.ts +3 -3
  336. package/lib/components/Affix/Affix.vue.d.ts +2 -2
  337. package/lib/components/Affix/index.d.ts +4 -4
  338. package/lib/components/Alert/Alert.type.d.ts +5 -5
  339. package/lib/components/Alert/Alert.vue.d.ts +8 -8
  340. package/lib/components/Alert/index.d.ts +15 -15
  341. package/lib/components/Anchor/Anchor.type.d.ts +6 -6
  342. package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
  343. package/lib/components/Anchor/index.d.ts +8 -8
  344. package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  345. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
  346. package/lib/components/AutoComplete/index.d.ts +572 -632
  347. package/lib/components/Avatar/Avatar.type.d.ts +6 -6
  348. package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
  349. package/lib/components/Avatar/index.d.ts +25 -25
  350. package/lib/components/BackTop/BackTop.type.d.ts +2 -2
  351. package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
  352. package/lib/components/BackTop/index.d.ts +12 -12
  353. package/lib/components/Badge/Badge.type.d.ts +6 -6
  354. package/lib/components/Badge/Badge.vue.d.ts +5 -4
  355. package/lib/components/Badge/index.d.ts +7 -7
  356. package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  357. package/lib/components/Breadcrumb/index.d.ts +2 -2
  358. package/lib/components/Button/Button.type.d.ts +21 -21
  359. package/lib/components/Button/Button.vue.d.ts +24 -24
  360. package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
  361. package/lib/components/Button/index.d.ts +50 -50
  362. package/lib/components/Calendar/Calendar.type.d.ts +9 -9
  363. package/lib/components/Calendar/Calendar.vue.d.ts +180 -180
  364. package/lib/components/Calendar/Header.vue.d.ts +81 -81
  365. package/lib/components/Calendar/index.d.ts +381 -381
  366. package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
  367. package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  368. package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
  369. package/lib/components/Card/Card.d.ts +8 -8
  370. package/lib/components/Card/Card.type.d.ts +4 -4
  371. package/lib/components/Card/CardMeta.vue.d.ts +25 -25
  372. package/lib/components/Card/index.d.ts +41 -41
  373. package/lib/components/Carousel/Carousel.type.d.ts +15 -15
  374. package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
  375. package/lib/components/Carousel/index.d.ts +43 -43
  376. package/lib/components/Cascader/Cascader.d.ts +40 -40
  377. package/lib/components/Cascader/Cascader.type.d.ts +24 -23
  378. package/lib/components/Cascader/CascaderMenu.d.ts +2 -2
  379. package/lib/components/Cascader/index.d.ts +37 -37
  380. package/lib/components/Cascader/utils.js.map +1 -1
  381. package/lib/components/Checkbox/Checkbox.type.d.ts +14 -14
  382. package/lib/components/Checkbox/Checkbox.vue.d.ts +4 -4
  383. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
  384. package/lib/components/Checkbox/index.d.ts +27 -27
  385. package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
  386. package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
  387. package/lib/components/Collapse/Panel.vue.d.ts +5 -23
  388. package/lib/components/Collapse/index.d.ts +13 -31
  389. package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  390. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
  391. package/lib/components/ColorPicker/index.d.ts +248 -248
  392. package/lib/components/Comment/index.d.ts +1 -1
  393. package/lib/components/ConfigProvider/index.d.ts +8 -2
  394. package/lib/components/ConfigProvider/index.js +2 -1
  395. package/lib/components/ConfigProvider/index.js.map +1 -1
  396. package/lib/components/DatePicker/DatePicker.type.d.ts +17 -16
  397. package/lib/components/DatePicker/DatePicker.vue.d.ts +507 -507
  398. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  399. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  400. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
  401. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
  402. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  403. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  404. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  405. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  406. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  407. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  408. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  409. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  410. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
  411. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
  412. package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
  413. package/lib/components/DatePicker/index.d.ts +1016 -1016
  414. package/lib/components/DatePicker/utils.d.ts +3 -3
  415. package/lib/components/Divider/Divider.type.d.ts +9 -9
  416. package/lib/components/Divider/Divider.vue.d.ts +9 -9
  417. package/lib/components/Divider/index.d.ts +16 -16
  418. package/lib/components/Drawer/Drawer.d.ts +14 -13
  419. package/lib/components/Drawer/Drawer.type.d.ts +10 -10
  420. package/lib/components/Drawer/index.d.ts +9 -9
  421. package/lib/components/Dropdown/Dropdown.type.d.ts +18 -13
  422. package/lib/components/Dropdown/Dropdown.type.js +12 -0
  423. package/lib/components/Dropdown/Dropdown.type.js.map +1 -1
  424. package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
  425. package/lib/components/Dropdown/DropdownMenu.d.ts +2 -2
  426. package/lib/components/Dropdown/DropdownMenu.js +10 -5
  427. package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
  428. package/lib/components/Dropdown/DropdownTrigger.d.ts +20 -19
  429. package/lib/components/Dropdown/index.d.ts +30 -30
  430. package/lib/components/Dropdown/index.js +3 -0
  431. package/lib/components/Dropdown/index.js.map +1 -1
  432. package/lib/components/Empty/Empty.d.ts +14 -14
  433. package/lib/components/Empty/Empty.type.d.ts +5 -5
  434. package/lib/components/Empty/index.d.ts +27 -27
  435. package/lib/components/Form/Form.type.d.ts +12 -12
  436. package/lib/components/Form/Form.vue.d.ts +10 -10
  437. package/lib/components/Form/FormItem.d.ts +8 -8
  438. package/lib/components/Form/index.d.ts +25 -25
  439. package/lib/components/Grid/Grid.type.d.ts +11 -11
  440. package/lib/components/Grid/Row.vue.d.ts +4 -4
  441. package/lib/components/Grid/index.d.ts +5 -5
  442. package/lib/components/Icon/Icon.type.d.ts +3 -3
  443. package/lib/components/Icon/Icon.vue.d.ts +2 -2
  444. package/lib/components/Icon/index.d.ts +4 -4
  445. package/lib/components/Image/Image.type.d.ts +6 -6
  446. package/lib/components/Image/Image.vue.d.ts +6 -6
  447. package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
  448. package/lib/components/Image/index.d.ts +17 -17
  449. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
  450. package/lib/components/InfiniteScroll/InfiniteScroll.js.map +1 -1
  451. package/lib/components/InfoView/Cell.d.ts +2 -2
  452. package/lib/components/InfoView/InfoView.type.d.ts +9 -8
  453. package/lib/components/InfoView/InfoView.vue.d.ts +14 -14
  454. package/lib/components/InfoView/Row.d.ts +2 -2
  455. package/lib/components/InfoView/index.d.ts +33 -33
  456. package/lib/components/Input/Input.d.ts +34 -34
  457. package/lib/components/Input/Input.type.d.ts +11 -11
  458. package/lib/components/Input/index.d.ts +39 -39
  459. package/lib/components/InputNumber/InputNumber.d.ts +83 -83
  460. package/lib/components/InputNumber/InputNumber.type.d.ts +12 -11
  461. package/lib/components/InputNumber/SingleInput.d.ts +23 -22
  462. package/lib/components/InputNumber/index.d.ts +109 -109
  463. package/lib/components/InputNumber/utils.d.ts +2 -2
  464. package/lib/components/Layout/Layout.type.d.ts +5 -4
  465. package/lib/components/Layout/Sider.vue.d.ts +8 -8
  466. package/lib/components/Layout/index.d.ts +10 -10
  467. package/lib/components/Link/Link.type.d.ts +5 -5
  468. package/lib/components/Link/Link.vue.d.ts +10 -10
  469. package/lib/components/Link/index.d.ts +18 -18
  470. package/lib/components/List/List.type.d.ts +11 -10
  471. package/lib/components/List/List.vue.d.ts +49 -53
  472. package/lib/components/List/ListItem.d.ts +3 -3
  473. package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
  474. package/lib/components/List/index.d.ts +161 -169
  475. package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  476. package/lib/components/LoadingBar/index.d.ts +1 -1
  477. package/lib/components/Mask/Mask.d.ts +1 -1
  478. package/lib/components/Mask/Mask.type.d.ts +3 -3
  479. package/lib/components/Mask/index.d.ts +1 -1
  480. package/lib/components/Mention/Mentions.type.d.ts +3 -3
  481. package/lib/components/Menu/Menu.d.ts +6 -6
  482. package/lib/components/Menu/Menu.type.d.ts +20 -20
  483. package/lib/components/Menu/Menu.type.js.map +1 -1
  484. package/lib/components/Menu/MenuItem.vue.d.ts +30 -30
  485. package/lib/components/Menu/SubMenu.js +1 -1
  486. package/lib/components/Menu/SubMenu.js.map +1 -1
  487. package/lib/components/Menu/SubMenu.vue.d.ts +17 -17
  488. package/lib/components/Menu/index.d.ts +61 -61
  489. package/lib/components/Message/Message.d.ts +1 -1
  490. package/lib/components/Message/Message.type.d.ts +1 -1
  491. package/lib/components/Message/index.d.ts +1 -1
  492. package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  493. package/lib/components/Modal/Modal.type.d.ts +6 -6
  494. package/lib/components/Modal/Modal.vue.d.ts +67 -67
  495. package/lib/components/Modal/index.d.ts +144 -150
  496. package/lib/components/Notice/Notice.type.d.ts +3 -3
  497. package/lib/components/Notice/index.d.ts +1 -1
  498. package/lib/components/Notification/Notication.type.d.ts +1 -1
  499. package/lib/components/Notification/Notice.vue.d.ts +4 -4
  500. package/lib/components/Notification/Notification.vue.d.ts +4 -4
  501. package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
  502. package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
  503. package/lib/components/PageHeader/index.d.ts +46 -46
  504. package/lib/components/Pagination/Options.d.ts +6 -5
  505. package/lib/components/Pagination/Pager.vue.d.ts +4 -4
  506. package/lib/components/Pagination/Pagination.d.ts +23 -23
  507. package/lib/components/Pagination/Pagination.type.d.ts +10 -10
  508. package/lib/components/Pagination/index.d.ts +42 -42
  509. package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  510. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  511. package/lib/components/PopConfirm/index.d.ts +162 -162
  512. package/lib/components/Popover/Popover.type.d.ts +9 -8
  513. package/lib/components/Popover/Popover.vue.d.ts +12 -12
  514. package/lib/components/Popover/index.d.ts +22 -22
  515. package/lib/components/Popup/Popup.d.ts +11 -11
  516. package/lib/components/Popup/Popup.type.d.ts +9 -8
  517. package/lib/components/Progress/Circle.d.ts +12 -11
  518. package/lib/components/Progress/Line.vue.d.ts +9 -8
  519. package/lib/components/Progress/Progress.type.d.ts +8 -8
  520. package/lib/components/Progress/Progress.vue.d.ts +25 -25
  521. package/lib/components/Progress/Water.vue.d.ts +5 -4
  522. package/lib/components/Progress/index.d.ts +51 -51
  523. package/lib/components/Radio/Radio.type.d.ts +16 -16
  524. package/lib/components/Radio/Radio.vue.d.ts +7 -7
  525. package/lib/components/Radio/RadioGroup.d.ts +17 -17
  526. package/lib/components/Radio/index.d.ts +27 -27
  527. package/lib/components/Rate/Rate.type.d.ts +3 -3
  528. package/lib/components/Rate/Rate.vue.d.ts +29 -29
  529. package/lib/components/Rate/Star.vue.d.ts +4 -4
  530. package/lib/components/Rate/index.d.ts +59 -59
  531. package/lib/components/Result/Result.type.d.ts +4 -4
  532. package/lib/components/Result/Result.vue.d.ts +6 -6
  533. package/lib/components/Result/index.d.ts +12 -12
  534. package/lib/components/Scrollbar/Thumb.d.ts +1 -1
  535. package/lib/components/Scrollbar/index.d.ts +1 -1
  536. package/lib/components/Scrollbar/utils.d.ts +4 -2
  537. package/lib/components/Scrollbar/utils.js +4 -2
  538. package/lib/components/Scrollbar/utils.js.map +1 -1
  539. package/lib/components/Select/DropdownMenu.vue.d.ts +39 -45
  540. package/lib/components/Select/RefSelect.vue.d.ts +161 -171
  541. package/lib/components/Select/Select.d.ts +29 -29
  542. package/lib/components/Select/Select.type.d.ts +16 -15
  543. package/lib/components/Select/Selection/Input.vue.d.ts +1 -1
  544. package/lib/components/Select/Selection/Multiple.vue.d.ts +27 -29
  545. package/lib/components/Select/Selection/Selection.vue.d.ts +38 -42
  546. package/lib/components/Select/Selection/Single.vue.d.ts +4 -6
  547. package/lib/components/Select/index.d.ts +40 -40
  548. package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
  549. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  550. package/lib/components/Skeleton/index.d.ts +5 -5
  551. package/lib/components/Slider/Slider.d.ts +5 -5
  552. package/lib/components/Slider/Slider.type.d.ts +5 -5
  553. package/lib/components/Slider/index.d.ts +1 -1
  554. package/lib/components/Space/Space.d.ts +9 -9
  555. package/lib/components/Space/Space.type.d.ts +8 -8
  556. package/lib/components/Space/index.d.ts +7 -7
  557. package/lib/components/Spin/Spin.js.map +1 -1
  558. package/lib/components/Spin/Spin.type.d.ts +7 -6
  559. package/lib/components/Spin/Spin.vue.d.ts +7 -7
  560. package/lib/components/Spin/index.d.ts +13 -13
  561. package/lib/components/Statistic/Statistic.type.d.ts +2 -2
  562. package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
  563. package/lib/components/Statistic/index.d.ts +62 -62
  564. package/lib/components/Steps/Step.vue.d.ts +8 -8
  565. package/lib/components/Steps/Steps.type.d.ts +12 -12
  566. package/lib/components/Steps/Steps.vue.d.ts +6 -6
  567. package/lib/components/Steps/index.d.ts +19 -19
  568. package/lib/components/Switch/Switch.type.d.ts +11 -10
  569. package/lib/components/Switch/Switch.vue.d.ts +11 -11
  570. package/lib/components/Switch/index.d.ts +20 -20
  571. package/lib/components/Table/BaseTable.vue.d.ts +340 -340
  572. package/lib/components/Table/BodyTable.vue.d.ts +340 -340
  573. package/lib/components/Table/HeadTable.vue.d.ts +340 -340
  574. package/lib/components/Table/Table.type.d.ts +20 -20
  575. package/lib/components/Table/Table.vue.d.ts +745 -745
  576. package/lib/components/Table/TableBox.vue.d.ts +680 -680
  577. package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  578. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  579. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  580. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  581. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  582. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  583. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  584. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  585. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  586. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  587. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  588. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  589. package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
  590. package/lib/components/Tabs/TabNav.js +4 -4
  591. package/lib/components/Tabs/TabNav.js.map +1 -1
  592. package/lib/components/Tabs/TabNav.vue.d.ts +27 -27
  593. package/lib/components/Tabs/Tabs.d.ts +59 -59
  594. package/lib/components/Tabs/Tabs.js +3 -3
  595. package/lib/components/Tabs/Tabs.js.map +1 -1
  596. package/lib/components/Tabs/Tabs.type.d.ts +29 -28
  597. package/lib/components/Tabs/Tabs.type.js +6 -6
  598. package/lib/components/Tabs/Tabs.type.js.map +1 -1
  599. package/lib/components/Tabs/index.d.ts +118 -118
  600. package/lib/components/Tag/Tag.type.d.ts +4 -4
  601. package/lib/components/Tag/Tag.vue.d.ts +6 -6
  602. package/lib/components/Tag/index.d.ts +12 -12
  603. package/lib/components/Text/Text.d.ts +15 -15
  604. package/lib/components/Text/Text.type.d.ts +10 -10
  605. package/lib/components/Text/index.d.ts +22 -22
  606. package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  607. package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  608. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  609. package/lib/components/ThemePanel/index.d.ts +194 -194
  610. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  611. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  612. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  613. package/lib/components/TimePicker/TimePicker.type.d.ts +13 -12
  614. package/lib/components/TimePicker/TimePicker.vue.d.ts +174 -174
  615. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  616. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  617. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  618. package/lib/components/TimePicker/index.d.ts +386 -386
  619. package/lib/components/TimePicker/utils.d.ts +3 -3
  620. package/lib/components/Timeline/Timeline.d.ts +7 -7
  621. package/lib/components/Timeline/Timeline.js +1 -1
  622. package/lib/components/Timeline/Timeline.js.map +1 -1
  623. package/lib/components/Timeline/Timeline.type.d.ts +6 -6
  624. package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
  625. package/lib/components/Timeline/index.d.ts +16 -22
  626. package/lib/components/Toggle/Toggle.type.d.ts +1 -1
  627. package/lib/components/Toggle/index.d.ts +1 -1
  628. package/lib/components/Tooltip/Tooltip.type.d.ts +9 -8
  629. package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
  630. package/lib/components/Tooltip/index.d.ts +25 -25
  631. package/lib/components/Transfer/Operation.vue.d.ts +50 -50
  632. package/lib/components/Transfer/Transfer.type.d.ts +5 -5
  633. package/lib/components/Transfer/Transfer.vue.d.ts +636 -636
  634. package/lib/components/Transfer/TransferList.vue.d.ts +114 -114
  635. package/lib/components/Transfer/TransferListItem.vue.d.ts +27 -27
  636. package/lib/components/Transfer/index.d.ts +1678 -1678
  637. package/lib/components/Tree/SubTree.vue.d.ts +61 -61
  638. package/lib/components/Tree/Tree.type.d.ts +6 -6
  639. package/lib/components/Tree/Tree.vue.d.ts +68 -76
  640. package/lib/components/Tree/TreeNode.vue.d.ts +33 -33
  641. package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
  642. package/lib/components/Tree/index.d.ts +141 -165
  643. package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  644. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  645. package/lib/components/TreeSelect/index.d.ts +698 -754
  646. package/lib/components/Upload/Upload.d.ts +4 -4
  647. package/lib/components/Upload/Upload.type.d.ts +13 -13
  648. package/lib/components/Upload/UploadList.vue.d.ts +56 -56
  649. package/lib/components/Upload/index.d.ts +4 -4
  650. package/lib/components/VirtualList/ListContent.js.map +1 -1
  651. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
  652. package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
  653. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  654. package/lib/components/VirtualList/index.d.ts +31 -35
  655. package/lib/components/base/CollapseTransition.d.ts +1 -1
  656. package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
  657. package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
  658. package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
  659. package/lib/components/base/hooks/useGlobalConfig.d.ts +1 -1
  660. package/lib/components/base/hooks/useLock.d.ts +2 -2
  661. package/lib/components/index.js +3 -0
  662. package/lib/components/index.js.map +1 -1
  663. package/lib/index.d.ts +1 -1
  664. package/lib/index.js +3 -0
  665. package/lib/index.js.map +1 -1
  666. package/lib/utils/globalType.d.ts +8 -8
  667. package/lib/utils/install.d.ts +2 -2
  668. package/lib/utils/placements.d.ts +1 -1
  669. package/lib/utils/responsiveObserve.d.ts +2 -2
  670. package/lib/utils/slots.d.ts +2 -2
  671. package/lib/utils/tools.js.map +1 -1
  672. package/package.json +1 -1
  673. package/styles/components/dropdown/index.css +1 -1
  674. package/styles/components/dropdown/index.less +12 -7
  675. package/styles/components/menu/index.css +1 -1
  676. package/styles/components/menu/index.less +2 -0
  677. package/styles/index.css +1 -1
  678. package/types/components/Affix/Affix.type.d.ts +3 -3
  679. package/types/components/Affix/Affix.vue.d.ts +2 -2
  680. package/types/components/Affix/index.d.ts +4 -4
  681. package/types/components/Alert/Alert.type.d.ts +5 -5
  682. package/types/components/Alert/Alert.vue.d.ts +8 -8
  683. package/types/components/Alert/index.d.ts +15 -15
  684. package/types/components/Anchor/Anchor.type.d.ts +6 -6
  685. package/types/components/Anchor/Anchor.vue.d.ts +3 -3
  686. package/types/components/Anchor/index.d.ts +8 -8
  687. package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  688. package/types/components/AutoComplete/AutoComplete.vue.d.ts +215 -237
  689. package/types/components/AutoComplete/index.d.ts +572 -632
  690. package/types/components/Avatar/Avatar.type.d.ts +6 -6
  691. package/types/components/Avatar/Avatar.vue.d.ts +13 -13
  692. package/types/components/Avatar/index.d.ts +25 -25
  693. package/types/components/BackTop/BackTop.type.d.ts +2 -2
  694. package/types/components/BackTop/BackTop.vue.d.ts +6 -6
  695. package/types/components/BackTop/index.d.ts +12 -12
  696. package/types/components/Badge/Badge.type.d.ts +6 -6
  697. package/types/components/Badge/Badge.vue.d.ts +5 -4
  698. package/types/components/Badge/index.d.ts +7 -7
  699. package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  700. package/types/components/Breadcrumb/index.d.ts +2 -2
  701. package/types/components/Button/Button.type.d.ts +21 -21
  702. package/types/components/Button/Button.vue.d.ts +24 -24
  703. package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
  704. package/types/components/Button/index.d.ts +50 -50
  705. package/types/components/Calendar/Calendar.type.d.ts +9 -9
  706. package/types/components/Calendar/Calendar.vue.d.ts +180 -180
  707. package/types/components/Calendar/Header.vue.d.ts +81 -81
  708. package/types/components/Calendar/index.d.ts +381 -381
  709. package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
  710. package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  711. package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
  712. package/types/components/Card/Card.d.ts +8 -8
  713. package/types/components/Card/Card.type.d.ts +4 -4
  714. package/types/components/Card/CardMeta.vue.d.ts +25 -25
  715. package/types/components/Card/index.d.ts +41 -41
  716. package/types/components/Carousel/Carousel.type.d.ts +15 -15
  717. package/types/components/Carousel/Carousel.vue.d.ts +19 -19
  718. package/types/components/Carousel/index.d.ts +43 -43
  719. package/types/components/Cascader/Cascader.d.ts +40 -40
  720. package/types/components/Cascader/Cascader.type.d.ts +24 -23
  721. package/types/components/Cascader/CascaderMenu.d.ts +2 -2
  722. package/types/components/Cascader/index.d.ts +37 -37
  723. package/types/components/Checkbox/Checkbox.type.d.ts +14 -14
  724. package/types/components/Checkbox/Checkbox.vue.d.ts +4 -4
  725. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +17 -17
  726. package/types/components/Checkbox/index.d.ts +27 -27
  727. package/types/components/Collapse/Collapse.vue.d.ts +4 -4
  728. package/types/components/Collapse/Collpapse.type.d.ts +6 -6
  729. package/types/components/Collapse/Panel.vue.d.ts +5 -23
  730. package/types/components/Collapse/index.d.ts +13 -31
  731. package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  732. package/types/components/ColorPicker/ColorPicker.vue.d.ts +110 -110
  733. package/types/components/ColorPicker/index.d.ts +248 -248
  734. package/types/components/Comment/index.d.ts +1 -1
  735. package/types/components/ConfigProvider/index.d.ts +8 -2
  736. package/types/components/DatePicker/DatePicker.type.d.ts +17 -16
  737. package/types/components/DatePicker/DatePicker.vue.d.ts +507 -507
  738. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  739. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  740. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +165 -165
  741. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +154 -154
  742. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  743. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  744. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  745. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  746. package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  747. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  748. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  749. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  750. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +7 -6
  751. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +48 -47
  752. package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
  753. package/types/components/DatePicker/index.d.ts +1016 -1016
  754. package/types/components/DatePicker/utils.d.ts +3 -3
  755. package/types/components/Divider/Divider.type.d.ts +9 -9
  756. package/types/components/Divider/Divider.vue.d.ts +9 -9
  757. package/types/components/Divider/index.d.ts +16 -16
  758. package/types/components/Drawer/Drawer.d.ts +14 -13
  759. package/types/components/Drawer/Drawer.type.d.ts +10 -10
  760. package/types/components/Drawer/index.d.ts +9 -9
  761. package/types/components/Dropdown/Dropdown.type.d.ts +18 -13
  762. package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
  763. package/types/components/Dropdown/DropdownMenu.d.ts +2 -2
  764. package/types/components/Dropdown/DropdownTrigger.d.ts +20 -19
  765. package/types/components/Dropdown/index.d.ts +30 -30
  766. package/types/components/Empty/Empty.d.ts +14 -14
  767. package/types/components/Empty/Empty.type.d.ts +5 -5
  768. package/types/components/Empty/index.d.ts +27 -27
  769. package/types/components/Form/Form.type.d.ts +12 -12
  770. package/types/components/Form/Form.vue.d.ts +10 -10
  771. package/types/components/Form/FormItem.d.ts +8 -8
  772. package/types/components/Form/index.d.ts +25 -25
  773. package/types/components/Grid/Grid.type.d.ts +11 -11
  774. package/types/components/Grid/Row.vue.d.ts +4 -4
  775. package/types/components/Grid/index.d.ts +5 -5
  776. package/types/components/Icon/Icon.type.d.ts +3 -3
  777. package/types/components/Icon/Icon.vue.d.ts +2 -2
  778. package/types/components/Icon/index.d.ts +4 -4
  779. package/types/components/Image/Image.type.d.ts +6 -6
  780. package/types/components/Image/Image.vue.d.ts +6 -6
  781. package/types/components/Image/ImgViewer.vue.d.ts +4 -4
  782. package/types/components/Image/index.d.ts +17 -17
  783. package/types/components/InfiniteScroll/InfiniteScroll.d.ts +4 -4
  784. package/types/components/InfoView/Cell.d.ts +2 -2
  785. package/types/components/InfoView/InfoView.type.d.ts +9 -8
  786. package/types/components/InfoView/InfoView.vue.d.ts +14 -14
  787. package/types/components/InfoView/Row.d.ts +2 -2
  788. package/types/components/InfoView/index.d.ts +33 -33
  789. package/types/components/Input/Input.d.ts +34 -34
  790. package/types/components/Input/Input.type.d.ts +11 -11
  791. package/types/components/Input/index.d.ts +39 -39
  792. package/types/components/InputNumber/InputNumber.d.ts +83 -83
  793. package/types/components/InputNumber/InputNumber.type.d.ts +12 -11
  794. package/types/components/InputNumber/SingleInput.d.ts +23 -22
  795. package/types/components/InputNumber/index.d.ts +109 -109
  796. package/types/components/InputNumber/utils.d.ts +2 -2
  797. package/types/components/Layout/Layout.type.d.ts +5 -4
  798. package/types/components/Layout/Sider.vue.d.ts +8 -8
  799. package/types/components/Layout/index.d.ts +10 -10
  800. package/types/components/Link/Link.type.d.ts +5 -5
  801. package/types/components/Link/Link.vue.d.ts +10 -10
  802. package/types/components/Link/index.d.ts +18 -18
  803. package/types/components/List/List.type.d.ts +11 -10
  804. package/types/components/List/List.vue.d.ts +49 -53
  805. package/types/components/List/ListItem.d.ts +3 -3
  806. package/types/components/List/ListItemMeta.vue.d.ts +25 -25
  807. package/types/components/List/index.d.ts +161 -169
  808. package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  809. package/types/components/LoadingBar/index.d.ts +1 -1
  810. package/types/components/Mask/Mask.d.ts +1 -1
  811. package/types/components/Mask/Mask.type.d.ts +3 -3
  812. package/types/components/Mask/index.d.ts +1 -1
  813. package/types/components/Mention/Mentions.type.d.ts +3 -3
  814. package/types/components/Menu/Menu.d.ts +6 -6
  815. package/types/components/Menu/Menu.type.d.ts +20 -20
  816. package/types/components/Menu/MenuItem.vue.d.ts +30 -30
  817. package/types/components/Menu/SubMenu.vue.d.ts +17 -17
  818. package/types/components/Menu/index.d.ts +61 -61
  819. package/types/components/Message/Message.d.ts +1 -1
  820. package/types/components/Message/Message.type.d.ts +1 -1
  821. package/types/components/Message/index.d.ts +1 -1
  822. package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  823. package/types/components/Modal/Modal.type.d.ts +6 -6
  824. package/types/components/Modal/Modal.vue.d.ts +67 -67
  825. package/types/components/Modal/index.d.ts +144 -150
  826. package/types/components/Notice/Notice.type.d.ts +3 -3
  827. package/types/components/Notice/index.d.ts +1 -1
  828. package/types/components/Notification/Notication.type.d.ts +1 -1
  829. package/types/components/Notification/Notice.vue.d.ts +4 -4
  830. package/types/components/Notification/Notification.vue.d.ts +4 -4
  831. package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
  832. package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
  833. package/types/components/PageHeader/index.d.ts +46 -46
  834. package/types/components/Pagination/Options.d.ts +6 -5
  835. package/types/components/Pagination/Pager.vue.d.ts +4 -4
  836. package/types/components/Pagination/Pagination.d.ts +23 -23
  837. package/types/components/Pagination/Pagination.type.d.ts +10 -10
  838. package/types/components/Pagination/index.d.ts +42 -42
  839. package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  840. package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  841. package/types/components/PopConfirm/index.d.ts +162 -162
  842. package/types/components/Popover/Popover.type.d.ts +9 -8
  843. package/types/components/Popover/Popover.vue.d.ts +12 -12
  844. package/types/components/Popover/index.d.ts +22 -22
  845. package/types/components/Popup/Popup.d.ts +11 -11
  846. package/types/components/Popup/Popup.type.d.ts +9 -8
  847. package/types/components/Progress/Circle.d.ts +12 -11
  848. package/types/components/Progress/Line.vue.d.ts +9 -8
  849. package/types/components/Progress/Progress.type.d.ts +8 -8
  850. package/types/components/Progress/Progress.vue.d.ts +25 -25
  851. package/types/components/Progress/Water.vue.d.ts +5 -4
  852. package/types/components/Progress/index.d.ts +51 -51
  853. package/types/components/Radio/Radio.type.d.ts +16 -16
  854. package/types/components/Radio/Radio.vue.d.ts +7 -7
  855. package/types/components/Radio/RadioGroup.d.ts +17 -17
  856. package/types/components/Radio/index.d.ts +27 -27
  857. package/types/components/Rate/Rate.type.d.ts +3 -3
  858. package/types/components/Rate/Rate.vue.d.ts +29 -29
  859. package/types/components/Rate/Star.vue.d.ts +4 -4
  860. package/types/components/Rate/index.d.ts +59 -59
  861. package/types/components/Result/Result.type.d.ts +4 -4
  862. package/types/components/Result/Result.vue.d.ts +6 -6
  863. package/types/components/Result/index.d.ts +12 -12
  864. package/types/components/Scrollbar/Thumb.d.ts +1 -1
  865. package/types/components/Scrollbar/index.d.ts +1 -1
  866. package/types/components/Scrollbar/utils.d.ts +4 -2
  867. package/types/components/Select/DropdownMenu.vue.d.ts +39 -45
  868. package/types/components/Select/RefSelect.vue.d.ts +161 -171
  869. package/types/components/Select/Select.d.ts +29 -29
  870. package/types/components/Select/Select.type.d.ts +16 -15
  871. package/types/components/Select/Selection/Input.vue.d.ts +1 -1
  872. package/types/components/Select/Selection/Multiple.vue.d.ts +27 -29
  873. package/types/components/Select/Selection/Selection.vue.d.ts +38 -42
  874. package/types/components/Select/Selection/Single.vue.d.ts +4 -6
  875. package/types/components/Select/index.d.ts +40 -40
  876. package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
  877. package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  878. package/types/components/Skeleton/index.d.ts +5 -5
  879. package/types/components/Slider/Slider.d.ts +5 -5
  880. package/types/components/Slider/Slider.type.d.ts +5 -5
  881. package/types/components/Slider/index.d.ts +1 -1
  882. package/types/components/Space/Space.d.ts +9 -9
  883. package/types/components/Space/Space.type.d.ts +8 -8
  884. package/types/components/Space/index.d.ts +7 -7
  885. package/types/components/Spin/Spin.type.d.ts +7 -6
  886. package/types/components/Spin/Spin.vue.d.ts +7 -7
  887. package/types/components/Spin/index.d.ts +13 -13
  888. package/types/components/Statistic/Statistic.type.d.ts +2 -2
  889. package/types/components/Statistic/Statistic.vue.d.ts +31 -31
  890. package/types/components/Statistic/index.d.ts +62 -62
  891. package/types/components/Steps/Step.vue.d.ts +8 -8
  892. package/types/components/Steps/Steps.type.d.ts +12 -12
  893. package/types/components/Steps/Steps.vue.d.ts +6 -6
  894. package/types/components/Steps/index.d.ts +19 -19
  895. package/types/components/Switch/Switch.type.d.ts +11 -10
  896. package/types/components/Switch/Switch.vue.d.ts +11 -11
  897. package/types/components/Switch/index.d.ts +20 -20
  898. package/types/components/Table/BaseTable.vue.d.ts +340 -340
  899. package/types/components/Table/BodyTable.vue.d.ts +340 -340
  900. package/types/components/Table/HeadTable.vue.d.ts +340 -340
  901. package/types/components/Table/Table.type.d.ts +20 -20
  902. package/types/components/Table/Table.vue.d.ts +745 -745
  903. package/types/components/Table/TableBox.vue.d.ts +680 -680
  904. package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  905. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  906. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  907. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +60 -60
  908. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +152 -152
  909. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +54 -54
  910. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +152 -152
  911. package/types/components/Table/tableUnits/TableBody.vue.d.ts +120 -120
  912. package/types/components/Table/tableUnits/TableCell.vue.d.ts +41 -41
  913. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +218 -218
  914. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +218 -218
  915. package/types/components/Table/tableUnits/TableRow.vue.d.ts +59 -59
  916. package/types/components/Tabs/TabBar.vue.d.ts +3 -3
  917. package/types/components/Tabs/TabNav.vue.d.ts +27 -27
  918. package/types/components/Tabs/Tabs.d.ts +59 -59
  919. package/types/components/Tabs/Tabs.type.d.ts +29 -28
  920. package/types/components/Tabs/index.d.ts +118 -118
  921. package/types/components/Tag/Tag.type.d.ts +4 -4
  922. package/types/components/Tag/Tag.vue.d.ts +6 -6
  923. package/types/components/Tag/index.d.ts +12 -12
  924. package/types/components/Text/Text.d.ts +15 -15
  925. package/types/components/Text/Text.type.d.ts +10 -10
  926. package/types/components/Text/index.d.ts +22 -22
  927. package/types/components/ThemePanel/ThemeConfigProvider.d.ts +12 -12
  928. package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  929. package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  930. package/types/components/ThemePanel/index.d.ts +194 -194
  931. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  932. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  933. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  934. package/types/components/TimePicker/TimePicker.type.d.ts +13 -12
  935. package/types/components/TimePicker/TimePicker.vue.d.ts +174 -174
  936. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  937. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  938. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  939. package/types/components/TimePicker/index.d.ts +386 -386
  940. package/types/components/TimePicker/utils.d.ts +3 -3
  941. package/types/components/Timeline/Timeline.d.ts +7 -7
  942. package/types/components/Timeline/Timeline.type.d.ts +6 -6
  943. package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
  944. package/types/components/Timeline/index.d.ts +16 -22
  945. package/types/components/Toggle/Toggle.type.d.ts +1 -1
  946. package/types/components/Toggle/index.d.ts +1 -1
  947. package/types/components/Tooltip/Tooltip.type.d.ts +9 -8
  948. package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
  949. package/types/components/Tooltip/index.d.ts +25 -25
  950. package/types/components/Transfer/Operation.vue.d.ts +50 -50
  951. package/types/components/Transfer/Transfer.type.d.ts +5 -5
  952. package/types/components/Transfer/Transfer.vue.d.ts +636 -636
  953. package/types/components/Transfer/TransferList.vue.d.ts +114 -114
  954. package/types/components/Transfer/TransferListItem.vue.d.ts +27 -27
  955. package/types/components/Transfer/index.d.ts +1678 -1678
  956. package/types/components/Tree/SubTree.vue.d.ts +61 -61
  957. package/types/components/Tree/Tree.type.d.ts +6 -6
  958. package/types/components/Tree/Tree.vue.d.ts +68 -76
  959. package/types/components/Tree/TreeNode.vue.d.ts +33 -33
  960. package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
  961. package/types/components/Tree/index.d.ts +141 -165
  962. package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  963. package/types/components/TreeSelect/TreeSelect.vue.d.ts +245 -273
  964. package/types/components/TreeSelect/index.d.ts +698 -754
  965. package/types/components/Upload/Upload.d.ts +4 -4
  966. package/types/components/Upload/Upload.type.d.ts +13 -13
  967. package/types/components/Upload/UploadList.vue.d.ts +56 -56
  968. package/types/components/Upload/index.d.ts +4 -4
  969. package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
  970. package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
  971. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  972. package/types/components/VirtualList/index.d.ts +31 -35
  973. package/types/components/base/CollapseTransition.d.ts +1 -1
  974. package/types/components/base/RenderEmpty.vue.d.ts +6 -6
  975. package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
  976. package/types/components/base/hooks/useDelaySet.d.ts +3 -3
  977. package/types/components/base/hooks/useGlobalConfig.d.ts +1 -1
  978. package/types/components/base/hooks/useLock.d.ts +2 -2
  979. package/types/index.d.ts +1 -1
  980. package/types/utils/globalType.d.ts +8 -8
  981. package/types/utils/install.d.ts +2 -2
  982. package/types/utils/placements.d.ts +1 -1
  983. package/types/utils/responsiveObserve.d.ts +2 -2
  984. package/types/utils/slots.d.ts +2 -2
  985. package/uxd-ui.css +1 -1
  986. package/uxd-ui.esm.min.mjs +6 -6
  987. package/uxd-ui.esm.mjs +41 -25
  988. package/uxd-ui.umd.js +43 -24
  989. package/uxd-ui.umd.min.js +6 -6
@@ -29,7 +29,7 @@ export declare const UTree: {
29
29
  default: boolean;
30
30
  };
31
31
  switcherIcon: {
32
- type: import("vue").PropType<import("../..").IconPropType>;
32
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
33
33
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
34
34
  };
35
35
  showLine: {
@@ -89,12 +89,8 @@ export declare const UTree: {
89
89
  localTreeData: import("vue").Ref<{
90
90
  [x: string]: any;
91
91
  key: string | number;
92
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
93
- [key: string]: any;
94
- }>[];
95
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
96
- [key: string]: any;
97
- }>[];
92
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
93
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
98
94
  componentKey: string;
99
95
  dataRef: {
100
96
  [x: string]: any;
@@ -115,12 +111,8 @@ export declare const UTree: {
115
111
  }[], import("./Tree.type").InnerTreeItem[] | {
116
112
  [x: string]: any;
117
113
  key: string | number;
118
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
119
- [key: string]: any;
120
- }>[];
121
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
122
- [key: string]: any;
123
- }>[];
114
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
115
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
124
116
  componentKey: string;
125
117
  dataRef: {
126
118
  [x: string]: any;
@@ -161,10 +153,10 @@ export declare const UTree: {
161
153
  selectable: boolean;
162
154
  draggable: boolean;
163
155
  checkedKeys: (string | number)[];
156
+ checkStrictly: boolean;
164
157
  treeData: import("./Tree.type").TreeItem[];
165
158
  dataKey: string | import("./Tree.type").GetDataKey;
166
159
  checkable: boolean;
167
- checkStrictly: boolean;
168
160
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
169
161
  showLine: boolean;
170
162
  expandedKeys: (string | number)[];
@@ -200,10 +192,10 @@ export declare const UTree: {
200
192
  selectable: import("vue").Ref<boolean, boolean>;
201
193
  draggable: import("vue").Ref<boolean, boolean>;
202
194
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
195
+ checkStrictly: import("vue").Ref<boolean, boolean>;
203
196
  treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
204
197
  dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
205
198
  checkable: import("vue").Ref<boolean, boolean>;
206
- checkStrictly: import("vue").Ref<boolean, boolean>;
207
199
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
208
200
  showLine: import("vue").Ref<boolean, boolean>;
209
201
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -235,7 +227,7 @@ export declare const UTree: {
235
227
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
236
228
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
237
229
  isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
238
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("./Tree.type").TreeItem[]) => void;
230
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
239
231
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
240
232
  data: {
241
233
  type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
@@ -263,7 +255,7 @@ export declare const UTree: {
263
255
  default: string;
264
256
  };
265
257
  icon: {
266
- type: import("vue").PropType<import("../..").IconPropType>;
258
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
267
259
  };
268
260
  }>> & Readonly<{
269
261
  onClick?: (ev: Event) => any;
@@ -310,7 +302,7 @@ export declare const UTree: {
310
302
  default: string;
311
303
  };
312
304
  icon: {
313
- type: import("vue").PropType<import("../..").IconPropType>;
305
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
314
306
  };
315
307
  }>> & Readonly<{
316
308
  onClick?: (ev: Event) => any;
@@ -352,7 +344,7 @@ export declare const UTree: {
352
344
  default: string;
353
345
  };
354
346
  icon: {
355
- type: import("vue").PropType<import("../..").IconPropType>;
347
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
356
348
  };
357
349
  }>> & Readonly<{
358
350
  onClick?: (ev: Event) => any;
@@ -379,7 +371,7 @@ export declare const UTree: {
379
371
  }, string, {
380
372
  color: string;
381
373
  spin: boolean;
382
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & Record<string, any>;
374
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & Record<string, any>);
383
375
  UCheckbox: {
384
376
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
385
377
  modelValue: {
@@ -411,9 +403,9 @@ export declare const UTree: {
411
403
  default: boolean;
412
404
  };
413
405
  }>> & Readonly<{
414
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
406
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
415
407
  onClick?: (ev: Event) => any;
416
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
408
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
417
409
  }>, {
418
410
  prefixCls: import("vue").ComputedRef<string>;
419
411
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -427,8 +419,8 @@ export declare const UTree: {
427
419
  handleBlur: () => void;
428
420
  onClick: (e: MouseEvent) => void;
429
421
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
430
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
431
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
422
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
423
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
432
424
  click: (ev: Event) => boolean;
433
425
  }, import("vue").PublicProps, {
434
426
  name: string;
@@ -453,7 +445,7 @@ export declare const UTree: {
453
445
  default: string;
454
446
  };
455
447
  icon: {
456
- type: import("vue").PropType<import("../..").IconPropType>;
448
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
457
449
  };
458
450
  }>> & Readonly<{
459
451
  onClick?: (ev: Event) => any;
@@ -500,7 +492,7 @@ export declare const UTree: {
500
492
  default: string;
501
493
  };
502
494
  icon: {
503
- type: import("vue").PropType<import("../..").IconPropType>;
495
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
504
496
  };
505
497
  }>> & Readonly<{
506
498
  onClick?: (ev: Event) => any;
@@ -542,7 +534,7 @@ export declare const UTree: {
542
534
  default: string;
543
535
  };
544
536
  icon: {
545
- type: import("vue").PropType<import("../..").IconPropType>;
537
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
546
538
  };
547
539
  }>> & Readonly<{
548
540
  onClick?: (ev: Event) => any;
@@ -569,7 +561,7 @@ export declare const UTree: {
569
561
  }, string, {
570
562
  color: string;
571
563
  spin: boolean;
572
- }, {}, 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>;
564
+ }, {}, 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>);
573
565
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
574
566
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
575
567
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -609,9 +601,9 @@ export declare const UTree: {
609
601
  default: boolean;
610
602
  };
611
603
  }>> & Readonly<{
612
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
604
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
613
605
  onClick?: (ev: Event) => any;
614
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
606
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
615
607
  }>, {
616
608
  prefixCls: import("vue").ComputedRef<string>;
617
609
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -666,9 +658,9 @@ export declare const UTree: {
666
658
  default: boolean;
667
659
  };
668
660
  }>> & Readonly<{
669
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
661
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
670
662
  onClick?: (ev: Event) => any;
671
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
663
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
672
664
  }>, {
673
665
  prefixCls: import("vue").ComputedRef<string>;
674
666
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -682,8 +674,8 @@ export declare const UTree: {
682
674
  handleBlur: () => void;
683
675
  onClick: (e: MouseEvent) => void;
684
676
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
685
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
686
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
677
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
678
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
687
679
  click: (ev: Event) => boolean;
688
680
  }, string, {
689
681
  name: string;
@@ -708,7 +700,7 @@ export declare const UTree: {
708
700
  default: string;
709
701
  };
710
702
  icon: {
711
- type: import("vue").PropType<import("../..").IconPropType>;
703
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
712
704
  };
713
705
  }>> & Readonly<{
714
706
  onClick?: (ev: Event) => any;
@@ -755,7 +747,7 @@ export declare const UTree: {
755
747
  default: string;
756
748
  };
757
749
  icon: {
758
- type: import("vue").PropType<import("../..").IconPropType>;
750
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
759
751
  };
760
752
  }>> & Readonly<{
761
753
  onClick?: (ev: Event) => any;
@@ -797,7 +789,7 @@ export declare const UTree: {
797
789
  default: string;
798
790
  };
799
791
  icon: {
800
- type: import("vue").PropType<import("../..").IconPropType>;
792
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
801
793
  };
802
794
  }>> & Readonly<{
803
795
  onClick?: (ev: Event) => any;
@@ -824,23 +816,23 @@ export declare const UTree: {
824
816
  }, string, {
825
817
  color: string;
826
818
  spin: boolean;
827
- }, {}, 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>;
819
+ }, {}, 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>);
828
820
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
829
821
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
830
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
822
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
831
823
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
832
824
  modelValue: {
833
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
834
- default: () => import("..").CheckboxGroupSingleValue[];
825
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
826
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
835
827
  };
836
828
  size: {
837
- type: import("vue").PropType<"small" | "default" | "large">;
829
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
838
830
  default: string;
839
- validator: (val: "small" | "default" | "large") => boolean;
831
+ validator: (val: "default" | "small" | "large") => boolean;
840
832
  };
841
833
  options: {
842
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
843
- default: () => import("..").CheckboxGroupOption[];
834
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
835
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
844
836
  };
845
837
  disabled: {
846
838
  type: BooleanConstructor;
@@ -854,12 +846,12 @@ export declare const UTree: {
854
846
  type: StringConstructor;
855
847
  };
856
848
  buttonType: {
857
- type: import("vue").PropType<"fill" | "border" | "card">;
849
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
858
850
  default: string;
859
851
  validator: (val: "fill" | "border" | "card") => boolean;
860
852
  };
861
853
  type: {
862
- type: import("vue").PropType<"default" | "button">;
854
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
863
855
  default: string;
864
856
  validator: (val: "default" | "button") => boolean;
865
857
  };
@@ -879,21 +871,21 @@ export declare const UTree: {
879
871
  hasSlot: import("vue").ComputedRef<boolean>;
880
872
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
881
873
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
882
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
883
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
874
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
875
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
884
876
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
885
877
  modelValue: {
886
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
887
- default: () => import("..").CheckboxGroupSingleValue[];
878
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
879
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
888
880
  };
889
881
  size: {
890
- type: import("vue").PropType<"small" | "default" | "large">;
882
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
891
883
  default: string;
892
- validator: (val: "small" | "default" | "large") => boolean;
884
+ validator: (val: "default" | "small" | "large") => boolean;
893
885
  };
894
886
  options: {
895
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
896
- default: () => import("..").CheckboxGroupOption[];
887
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
888
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
897
889
  };
898
890
  disabled: {
899
891
  type: BooleanConstructor;
@@ -907,12 +899,12 @@ export declare const UTree: {
907
899
  type: StringConstructor;
908
900
  };
909
901
  buttonType: {
910
- type: import("vue").PropType<"fill" | "border" | "card">;
902
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
911
903
  default: string;
912
904
  validator: (val: "fill" | "border" | "card") => boolean;
913
905
  };
914
906
  type: {
915
- type: import("vue").PropType<"default" | "button">;
907
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
916
908
  default: string;
917
909
  validator: (val: "default" | "button") => boolean;
918
910
  };
@@ -924,15 +916,15 @@ export declare const UTree: {
924
916
  type: import("vue").PropType<"ltr" | "rtl">;
925
917
  };
926
918
  }>> & Readonly<{
927
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
928
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
919
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
920
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
929
921
  }>, {
930
922
  type: "default" | "button";
931
923
  loading: boolean;
932
- size: "small" | "default" | "large";
924
+ size: "default" | "small" | "large";
933
925
  disabled: boolean;
934
- modelValue: import("..").CheckboxGroupSingleValue[];
935
- options: import("..").CheckboxGroupOption[];
926
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
927
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
936
928
  buttonFill: boolean;
937
929
  buttonType: "fill" | "border" | "card";
938
930
  }, {}, {
@@ -950,7 +942,7 @@ export declare const UTree: {
950
942
  default: string;
951
943
  };
952
944
  icon: {
953
- type: import("vue").PropType<import("../..").IconPropType>;
945
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
954
946
  };
955
947
  }>> & Readonly<{
956
948
  onClick?: (ev: Event) => any;
@@ -997,7 +989,7 @@ export declare const UTree: {
997
989
  default: string;
998
990
  };
999
991
  icon: {
1000
- type: import("vue").PropType<import("../..").IconPropType>;
992
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1001
993
  };
1002
994
  }>> & Readonly<{
1003
995
  onClick?: (ev: Event) => any;
@@ -1039,7 +1031,7 @@ export declare const UTree: {
1039
1031
  default: string;
1040
1032
  };
1041
1033
  icon: {
1042
- type: import("vue").PropType<import("../..").IconPropType>;
1034
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1043
1035
  };
1044
1036
  }>> & Readonly<{
1045
1037
  onClick?: (ev: Event) => any;
@@ -1066,7 +1058,7 @@ export declare const UTree: {
1066
1058
  }, string, {
1067
1059
  color: string;
1068
1060
  spin: boolean;
1069
- }, {}, 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>;
1061
+ }, {}, 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>);
1070
1062
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1071
1063
  modelValue: {
1072
1064
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -1109,8 +1101,8 @@ export declare const UTree: {
1109
1101
  handleBlur: () => void;
1110
1102
  onClick: (e: MouseEvent) => void;
1111
1103
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1112
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1113
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1104
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1105
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1114
1106
  click: (ev: Event) => boolean;
1115
1107
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1116
1108
  modelValue: {
@@ -1142,9 +1134,9 @@ export declare const UTree: {
1142
1134
  default: boolean;
1143
1135
  };
1144
1136
  }>> & Readonly<{
1145
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1137
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1146
1138
  onClick?: (ev: Event) => any;
1147
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1139
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1148
1140
  }>, {
1149
1141
  name: string;
1150
1142
  disabled: boolean;
@@ -1168,7 +1160,7 @@ export declare const UTree: {
1168
1160
  default: string;
1169
1161
  };
1170
1162
  icon: {
1171
- type: import("vue").PropType<import("../..").IconPropType>;
1163
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1172
1164
  };
1173
1165
  }>> & Readonly<{
1174
1166
  onClick?: (ev: Event) => any;
@@ -1215,7 +1207,7 @@ export declare const UTree: {
1215
1207
  default: string;
1216
1208
  };
1217
1209
  icon: {
1218
- type: import("vue").PropType<import("../..").IconPropType>;
1210
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1219
1211
  };
1220
1212
  }>> & Readonly<{
1221
1213
  onClick?: (ev: Event) => any;
@@ -1257,7 +1249,7 @@ export declare const UTree: {
1257
1249
  default: string;
1258
1250
  };
1259
1251
  icon: {
1260
- type: import("vue").PropType<import("../..").IconPropType>;
1252
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1261
1253
  };
1262
1254
  }>> & Readonly<{
1263
1255
  onClick?: (ev: Event) => any;
@@ -1284,13 +1276,13 @@ export declare const UTree: {
1284
1276
  }, string, {
1285
1277
  color: string;
1286
1278
  spin: boolean;
1287
- }, {}, 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>;
1279
+ }, {}, 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>);
1288
1280
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1289
1281
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1290
1282
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1291
1283
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1292
1284
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1293
- };
1285
+ });
1294
1286
  Render: {
1295
1287
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
1296
1288
  props: {
@@ -1340,7 +1332,7 @@ export declare const UTree: {
1340
1332
  default: boolean;
1341
1333
  };
1342
1334
  switcherIcon: {
1343
- type: import("vue").PropType<import("../..").IconPropType>;
1335
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1344
1336
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1345
1337
  };
1346
1338
  showLine: {
@@ -1400,12 +1392,8 @@ export declare const UTree: {
1400
1392
  localTreeData: import("vue").Ref<{
1401
1393
  [x: string]: any;
1402
1394
  key: string | number;
1403
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1404
- [key: string]: any;
1405
- }>[];
1406
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1407
- [key: string]: any;
1408
- }>[];
1395
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1396
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1409
1397
  componentKey: string;
1410
1398
  dataRef: {
1411
1399
  [x: string]: any;
@@ -1426,12 +1414,8 @@ export declare const UTree: {
1426
1414
  }[], import("./Tree.type").InnerTreeItem[] | {
1427
1415
  [x: string]: any;
1428
1416
  key: string | number;
1429
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1430
- [key: string]: any;
1431
- }>[];
1432
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1433
- [key: string]: any;
1434
- }>[];
1417
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1418
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1435
1419
  componentKey: string;
1436
1420
  dataRef: {
1437
1421
  [x: string]: any;
@@ -1462,10 +1446,10 @@ export declare const UTree: {
1462
1446
  selectable: boolean;
1463
1447
  draggable: boolean;
1464
1448
  checkedKeys: (string | number)[];
1449
+ checkStrictly: boolean;
1465
1450
  treeData: import("./Tree.type").TreeItem[];
1466
1451
  dataKey: string | import("./Tree.type").GetDataKey;
1467
1452
  checkable: boolean;
1468
- checkStrictly: boolean;
1469
1453
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1470
1454
  showLine: boolean;
1471
1455
  expandedKeys: (string | number)[];
@@ -1506,7 +1490,7 @@ export declare const UTree: {
1506
1490
  default: boolean;
1507
1491
  };
1508
1492
  switcherIcon: {
1509
- type: import("vue").PropType<import("../..").IconPropType>;
1493
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1510
1494
  default: () => import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1511
1495
  };
1512
1496
  showLine: {
@@ -1566,12 +1550,8 @@ export declare const UTree: {
1566
1550
  localTreeData: import("vue").Ref<{
1567
1551
  [x: string]: any;
1568
1552
  key: string | number;
1569
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1570
- [key: string]: any;
1571
- }>[];
1572
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1573
- [key: string]: any;
1574
- }>[];
1553
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1554
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1575
1555
  componentKey: string;
1576
1556
  dataRef: {
1577
1557
  [x: string]: any;
@@ -1592,12 +1572,8 @@ export declare const UTree: {
1592
1572
  }[], import("./Tree.type").InnerTreeItem[] | {
1593
1573
  [x: string]: any;
1594
1574
  key: string | number;
1595
- slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1596
- [key: string]: any;
1597
- }>[];
1598
- operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
1599
- [key: string]: any;
1600
- }>[];
1575
+ slot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1576
+ operateSlot: (param: import("./Tree.type").TreeNodeSlotArgs) => import("vue").VNode[];
1601
1577
  componentKey: string;
1602
1578
  dataRef: {
1603
1579
  [x: string]: any;
@@ -1638,10 +1614,10 @@ export declare const UTree: {
1638
1614
  selectable: boolean;
1639
1615
  draggable: boolean;
1640
1616
  checkedKeys: (string | number)[];
1617
+ checkStrictly: boolean;
1641
1618
  treeData: import("./Tree.type").TreeItem[];
1642
1619
  dataKey: string | import("./Tree.type").GetDataKey;
1643
1620
  checkable: boolean;
1644
- checkStrictly: boolean;
1645
1621
  switcherIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
1646
1622
  showLine: boolean;
1647
1623
  expandedKeys: (string | number)[];
@@ -1677,10 +1653,10 @@ export declare const UTree: {
1677
1653
  selectable: import("vue").Ref<boolean, boolean>;
1678
1654
  draggable: import("vue").Ref<boolean, boolean>;
1679
1655
  checkedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
1656
+ checkStrictly: import("vue").Ref<boolean, boolean>;
1680
1657
  treeData: import("vue").Ref<import("./Tree.type").TreeItem[], import("./Tree.type").TreeItem[]>;
1681
1658
  dataKey: import("vue").Ref<string | import("./Tree.type").GetDataKey, string | import("./Tree.type").GetDataKey>;
1682
1659
  checkable: import("vue").Ref<boolean, boolean>;
1683
- checkStrictly: import("vue").Ref<boolean, boolean>;
1684
1660
  switcherIcon: import("vue").Ref<import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>, import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>>;
1685
1661
  showLine: import("vue").Ref<boolean, boolean>;
1686
1662
  expandedKeys: import("vue").Ref<(string | number)[], (string | number)[]>;
@@ -1712,7 +1688,7 @@ export declare const UTree: {
1712
1688
  dragOverGapTop: import("vue").Ref<boolean, boolean>;
1713
1689
  dragOverGapBottom: import("vue").Ref<boolean, boolean>;
1714
1690
  isLeaf: (node: import("./Tree.type").InnerTreeItem) => boolean;
1715
- treeNodeOperate: (type: "delete" | "add", key: string, children?: import("./Tree.type").TreeItem[]) => void;
1691
+ treeNodeOperate: (type: "add" | "delete", key: string, children?: import("./Tree.type").TreeItem[]) => void;
1716
1692
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1717
1693
  data: {
1718
1694
  type: import("vue").PropType<import("./Tree.type").InnerTreeItem>;
@@ -1740,7 +1716,7 @@ export declare const UTree: {
1740
1716
  default: string;
1741
1717
  };
1742
1718
  icon: {
1743
- type: import("vue").PropType<import("../..").IconPropType>;
1719
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1744
1720
  };
1745
1721
  }>> & Readonly<{
1746
1722
  onClick?: (ev: Event) => any;
@@ -1787,7 +1763,7 @@ export declare const UTree: {
1787
1763
  default: string;
1788
1764
  };
1789
1765
  icon: {
1790
- type: import("vue").PropType<import("../..").IconPropType>;
1766
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1791
1767
  };
1792
1768
  }>> & Readonly<{
1793
1769
  onClick?: (ev: Event) => any;
@@ -1829,7 +1805,7 @@ export declare const UTree: {
1829
1805
  default: string;
1830
1806
  };
1831
1807
  icon: {
1832
- type: import("vue").PropType<import("../..").IconPropType>;
1808
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1833
1809
  };
1834
1810
  }>> & Readonly<{
1835
1811
  onClick?: (ev: Event) => any;
@@ -1856,7 +1832,7 @@ export declare const UTree: {
1856
1832
  }, string, {
1857
1833
  color: string;
1858
1834
  spin: boolean;
1859
- }, {}, 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>;
1835
+ }, {}, 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>);
1860
1836
  UCheckbox: {
1861
1837
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1862
1838
  modelValue: {
@@ -1888,9 +1864,9 @@ export declare const UTree: {
1888
1864
  default: boolean;
1889
1865
  };
1890
1866
  }>> & Readonly<{
1891
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
1867
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
1892
1868
  onClick?: (ev: Event) => any;
1893
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
1869
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
1894
1870
  }>, {
1895
1871
  prefixCls: import("vue").ComputedRef<string>;
1896
1872
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -1904,8 +1880,8 @@ export declare const UTree: {
1904
1880
  handleBlur: () => void;
1905
1881
  onClick: (e: MouseEvent) => void;
1906
1882
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1907
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
1908
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
1883
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
1884
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
1909
1885
  click: (ev: Event) => boolean;
1910
1886
  }, import("vue").PublicProps, {
1911
1887
  name: string;
@@ -1930,7 +1906,7 @@ export declare const UTree: {
1930
1906
  default: string;
1931
1907
  };
1932
1908
  icon: {
1933
- type: import("vue").PropType<import("../..").IconPropType>;
1909
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1934
1910
  };
1935
1911
  }>> & Readonly<{
1936
1912
  onClick?: (ev: Event) => any;
@@ -1977,7 +1953,7 @@ export declare const UTree: {
1977
1953
  default: string;
1978
1954
  };
1979
1955
  icon: {
1980
- type: import("vue").PropType<import("../..").IconPropType>;
1956
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1981
1957
  };
1982
1958
  }>> & Readonly<{
1983
1959
  onClick?: (ev: Event) => any;
@@ -2019,7 +1995,7 @@ export declare const UTree: {
2019
1995
  default: string;
2020
1996
  };
2021
1997
  icon: {
2022
- type: import("vue").PropType<import("../..").IconPropType>;
1998
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2023
1999
  };
2024
2000
  }>> & Readonly<{
2025
2001
  onClick?: (ev: Event) => any;
@@ -2046,7 +2022,7 @@ export declare const UTree: {
2046
2022
  }, string, {
2047
2023
  color: string;
2048
2024
  spin: boolean;
2049
- }, {}, 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>;
2025
+ }, {}, 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>);
2050
2026
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2051
2027
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2052
2028
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2086,9 +2062,9 @@ export declare const UTree: {
2086
2062
  default: boolean;
2087
2063
  };
2088
2064
  }>> & Readonly<{
2089
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2065
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2090
2066
  onClick?: (ev: Event) => any;
2091
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2067
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2092
2068
  }>, {
2093
2069
  prefixCls: import("vue").ComputedRef<string>;
2094
2070
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -2143,9 +2119,9 @@ export declare const UTree: {
2143
2119
  default: boolean;
2144
2120
  };
2145
2121
  }>> & Readonly<{
2146
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2122
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2147
2123
  onClick?: (ev: Event) => any;
2148
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2124
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2149
2125
  }>, {
2150
2126
  prefixCls: import("vue").ComputedRef<string>;
2151
2127
  computedDisabled: import("vue").ComputedRef<boolean>;
@@ -2159,8 +2135,8 @@ export declare const UTree: {
2159
2135
  handleBlur: () => void;
2160
2136
  onClick: (e: MouseEvent) => void;
2161
2137
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2162
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2163
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2138
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2139
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2164
2140
  click: (ev: Event) => boolean;
2165
2141
  }, string, {
2166
2142
  name: string;
@@ -2185,7 +2161,7 @@ export declare const UTree: {
2185
2161
  default: string;
2186
2162
  };
2187
2163
  icon: {
2188
- type: import("vue").PropType<import("../..").IconPropType>;
2164
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2189
2165
  };
2190
2166
  }>> & Readonly<{
2191
2167
  onClick?: (ev: Event) => any;
@@ -2232,7 +2208,7 @@ export declare const UTree: {
2232
2208
  default: string;
2233
2209
  };
2234
2210
  icon: {
2235
- type: import("vue").PropType<import("../..").IconPropType>;
2211
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2236
2212
  };
2237
2213
  }>> & Readonly<{
2238
2214
  onClick?: (ev: Event) => any;
@@ -2274,7 +2250,7 @@ export declare const UTree: {
2274
2250
  default: string;
2275
2251
  };
2276
2252
  icon: {
2277
- type: import("vue").PropType<import("../..").IconPropType>;
2253
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2278
2254
  };
2279
2255
  }>> & Readonly<{
2280
2256
  onClick?: (ev: Event) => any;
@@ -2301,23 +2277,23 @@ export declare const UTree: {
2301
2277
  }, string, {
2302
2278
  color: string;
2303
2279
  spin: boolean;
2304
- }, {}, 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>;
2280
+ }, {}, 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>);
2305
2281
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2306
2282
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2307
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]> & {
2283
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2308
2284
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2309
2285
  modelValue: {
2310
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2311
- default: () => import("..").CheckboxGroupSingleValue[];
2286
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2287
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2312
2288
  };
2313
2289
  size: {
2314
- type: import("vue").PropType<"small" | "default" | "large">;
2290
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2315
2291
  default: string;
2316
- validator: (val: "small" | "default" | "large") => boolean;
2292
+ validator: (val: "default" | "small" | "large") => boolean;
2317
2293
  };
2318
2294
  options: {
2319
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2320
- default: () => import("..").CheckboxGroupOption[];
2295
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2296
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2321
2297
  };
2322
2298
  disabled: {
2323
2299
  type: BooleanConstructor;
@@ -2331,12 +2307,12 @@ export declare const UTree: {
2331
2307
  type: StringConstructor;
2332
2308
  };
2333
2309
  buttonType: {
2334
- type: import("vue").PropType<"fill" | "border" | "card">;
2310
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2335
2311
  default: string;
2336
2312
  validator: (val: "fill" | "border" | "card") => boolean;
2337
2313
  };
2338
2314
  type: {
2339
- type: import("vue").PropType<"default" | "button">;
2315
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2340
2316
  default: string;
2341
2317
  validator: (val: "default" | "button") => boolean;
2342
2318
  };
@@ -2356,21 +2332,21 @@ export declare const UTree: {
2356
2332
  hasSlot: import("vue").ComputedRef<boolean>;
2357
2333
  computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
2358
2334
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2359
- 'update:modelValue': (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2360
- change: (v: import("..").CheckboxGroupSingleValue[]) => boolean;
2335
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2336
+ change: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => boolean;
2361
2337
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2362
2338
  modelValue: {
2363
- type: import("vue").PropType<import("..").CheckboxGroupSingleValue[]>;
2364
- default: () => import("..").CheckboxGroupSingleValue[];
2339
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]>;
2340
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2365
2341
  };
2366
2342
  size: {
2367
- type: import("vue").PropType<"small" | "default" | "large">;
2343
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2368
2344
  default: string;
2369
- validator: (val: "small" | "default" | "large") => boolean;
2345
+ validator: (val: "default" | "small" | "large") => boolean;
2370
2346
  };
2371
2347
  options: {
2372
- type: import("vue").PropType<import("..").CheckboxGroupOption[]>;
2373
- default: () => import("..").CheckboxGroupOption[];
2348
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[]>;
2349
+ default: () => import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2374
2350
  };
2375
2351
  disabled: {
2376
2352
  type: BooleanConstructor;
@@ -2384,12 +2360,12 @@ export declare const UTree: {
2384
2360
  type: StringConstructor;
2385
2361
  };
2386
2362
  buttonType: {
2387
- type: import("vue").PropType<"fill" | "border" | "card">;
2363
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxButtonType>;
2388
2364
  default: string;
2389
2365
  validator: (val: "fill" | "border" | "card") => boolean;
2390
2366
  };
2391
2367
  type: {
2392
- type: import("vue").PropType<"default" | "button">;
2368
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").CheckboxGroupType>;
2393
2369
  default: string;
2394
2370
  validator: (val: "default" | "button") => boolean;
2395
2371
  };
@@ -2401,15 +2377,15 @@ export declare const UTree: {
2401
2377
  type: import("vue").PropType<"ltr" | "rtl">;
2402
2378
  };
2403
2379
  }>> & Readonly<{
2404
- onChange?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2405
- "onUpdate:modelValue"?: (v: import("..").CheckboxGroupSingleValue[]) => any;
2380
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2381
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[]) => any;
2406
2382
  }>, {
2407
2383
  type: "default" | "button";
2408
2384
  loading: boolean;
2409
- size: "small" | "default" | "large";
2385
+ size: "default" | "small" | "large";
2410
2386
  disabled: boolean;
2411
- modelValue: import("..").CheckboxGroupSingleValue[];
2412
- options: import("..").CheckboxGroupOption[];
2387
+ modelValue: import("@koi-design/uxd-ui/es/index").CheckboxGroupSingleValue[];
2388
+ options: import("@koi-design/uxd-ui/es/index").CheckboxGroupOption[];
2413
2389
  buttonFill: boolean;
2414
2390
  buttonType: "fill" | "border" | "card";
2415
2391
  }, {}, {
@@ -2427,7 +2403,7 @@ export declare const UTree: {
2427
2403
  default: string;
2428
2404
  };
2429
2405
  icon: {
2430
- type: import("vue").PropType<import("../..").IconPropType>;
2406
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2431
2407
  };
2432
2408
  }>> & Readonly<{
2433
2409
  onClick?: (ev: Event) => any;
@@ -2474,7 +2450,7 @@ export declare const UTree: {
2474
2450
  default: string;
2475
2451
  };
2476
2452
  icon: {
2477
- type: import("vue").PropType<import("../..").IconPropType>;
2453
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2478
2454
  };
2479
2455
  }>> & Readonly<{
2480
2456
  onClick?: (ev: Event) => any;
@@ -2516,7 +2492,7 @@ export declare const UTree: {
2516
2492
  default: string;
2517
2493
  };
2518
2494
  icon: {
2519
- type: import("vue").PropType<import("../..").IconPropType>;
2495
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2520
2496
  };
2521
2497
  }>> & Readonly<{
2522
2498
  onClick?: (ev: Event) => any;
@@ -2543,7 +2519,7 @@ export declare const UTree: {
2543
2519
  }, string, {
2544
2520
  color: string;
2545
2521
  spin: boolean;
2546
- }, {}, 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>;
2522
+ }, {}, 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>);
2547
2523
  UCheckbox: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2548
2524
  modelValue: {
2549
2525
  type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
@@ -2586,8 +2562,8 @@ export declare const UTree: {
2586
2562
  handleBlur: () => void;
2587
2563
  onClick: (e: MouseEvent) => void;
2588
2564
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2589
- 'update:modelValue': (val: import("..").CheckboxValueType) => boolean;
2590
- change: (val: import("..").CheckboxValueType, ev: Event) => boolean;
2565
+ 'update:modelValue': (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => boolean;
2566
+ change: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => boolean;
2591
2567
  click: (ev: Event) => boolean;
2592
2568
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2593
2569
  modelValue: {
@@ -2619,9 +2595,9 @@ export declare const UTree: {
2619
2595
  default: boolean;
2620
2596
  };
2621
2597
  }>> & Readonly<{
2622
- onChange?: (val: import("..").CheckboxValueType, ev: Event) => any;
2598
+ onChange?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType, ev: Event) => any;
2623
2599
  onClick?: (ev: Event) => any;
2624
- "onUpdate:modelValue"?: (val: import("..").CheckboxValueType) => any;
2600
+ "onUpdate:modelValue"?: (val: import("@koi-design/uxd-ui/es/index").CheckboxValueType) => any;
2625
2601
  }>, {
2626
2602
  name: string;
2627
2603
  disabled: boolean;
@@ -2645,7 +2621,7 @@ export declare const UTree: {
2645
2621
  default: string;
2646
2622
  };
2647
2623
  icon: {
2648
- type: import("vue").PropType<import("../..").IconPropType>;
2624
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2649
2625
  };
2650
2626
  }>> & Readonly<{
2651
2627
  onClick?: (ev: Event) => any;
@@ -2692,7 +2668,7 @@ export declare const UTree: {
2692
2668
  default: string;
2693
2669
  };
2694
2670
  icon: {
2695
- type: import("vue").PropType<import("../..").IconPropType>;
2671
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2696
2672
  };
2697
2673
  }>> & Readonly<{
2698
2674
  onClick?: (ev: Event) => any;
@@ -2734,7 +2710,7 @@ export declare const UTree: {
2734
2710
  default: string;
2735
2711
  };
2736
2712
  icon: {
2737
- type: import("vue").PropType<import("../..").IconPropType>;
2713
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2738
2714
  };
2739
2715
  }>> & Readonly<{
2740
2716
  onClick?: (ev: Event) => any;
@@ -2761,13 +2737,13 @@ export declare const UTree: {
2761
2737
  }, string, {
2762
2738
  color: string;
2763
2739
  spin: boolean;
2764
- }, {}, 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>;
2740
+ }, {}, 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>);
2765
2741
  Check: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2766
2742
  Minus: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2767
2743
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2768
2744
  LoaderCircle: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2769
2745
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2770
- };
2746
+ });
2771
2747
  Render: {
2772
2748
  (props: import("../base/Render").RenderProps): import("vue").VNodeChild | import("vue/jsx-runtime").JSX.Element;
2773
2749
  props: {
@@ -2780,6 +2756,6 @@ export declare const UTree: {
2780
2756
  FileIcon: import("vue").FunctionalComponent<import("lucide-vue-next").LucideProps, {}, any, {}>;
2781
2757
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2782
2758
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2783
- } & 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>;
2759
+ } & 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>);
2784
2760
  export default UTree;
2785
2761
  export * from './Tree.type';