@koi-design/uxd-ui 13.2.8 → 13.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1233) hide show
  1. package/README.md +2 -0
  2. package/es/components/Affix/Affix.mjs +1 -1
  3. package/es/components/Affix/Affix.type.d.ts +3 -3
  4. package/es/components/Affix/Affix.vue.d.ts +2 -2
  5. package/es/components/Affix/index.d.ts +4 -4
  6. package/es/components/Alert/Alert.mjs +1 -1
  7. package/es/components/Alert/Alert.type.d.ts +4 -4
  8. package/es/components/Alert/Alert.vue.d.ts +8 -8
  9. package/es/components/Alert/index.d.ts +15 -15
  10. package/es/components/Anchor/Anchor.mjs +1 -1
  11. package/es/components/Anchor/Anchor.type.d.ts +6 -6
  12. package/es/components/Anchor/Anchor.vue.d.ts +3 -3
  13. package/es/components/Anchor/AnchorLink.mjs +1 -1
  14. package/es/components/Anchor/index.d.ts +8 -8
  15. package/es/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  16. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  17. package/es/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  18. package/es/components/AutoComplete/index.d.ts +600 -660
  19. package/es/components/Avatar/Avatar.mjs +1 -1
  20. package/es/components/Avatar/Avatar.type.d.ts +6 -6
  21. package/es/components/Avatar/Avatar.vue.d.ts +13 -13
  22. package/es/components/Avatar/index.d.ts +25 -25
  23. package/es/components/BackTop/BackTop.mjs +1 -1
  24. package/es/components/BackTop/BackTop.type.d.ts +2 -2
  25. package/es/components/BackTop/BackTop.vue.d.ts +6 -6
  26. package/es/components/BackTop/index.d.ts +12 -12
  27. package/es/components/Badge/Badge.mjs +1 -1
  28. package/es/components/Badge/Badge.type.d.ts +6 -6
  29. package/es/components/Badge/Badge.vue.d.ts +5 -4
  30. package/es/components/Badge/index.d.ts +7 -7
  31. package/es/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  32. package/es/components/Breadcrumb/index.d.ts +2 -2
  33. package/es/components/Button/Button.mjs +1 -1
  34. package/es/components/Button/Button.type.d.ts +21 -21
  35. package/es/components/Button/Button.vue.d.ts +24 -24
  36. package/es/components/Button/ButtonGroup.mjs +1 -1
  37. package/es/components/Button/ButtonGroup.vue.d.ts +7 -7
  38. package/es/components/Button/index.d.ts +50 -50
  39. package/es/components/Calendar/Calendar.mjs +1 -1
  40. package/es/components/Calendar/Calendar.type.d.ts +9 -9
  41. package/es/components/Calendar/Calendar.vue.d.ts +218 -203
  42. package/es/components/Calendar/Header.mjs +1 -1
  43. package/es/components/Calendar/Header.vue.d.ts +119 -104
  44. package/es/components/Calendar/index.d.ts +457 -427
  45. package/es/components/Calendar/table/DateTable.mjs +1 -1
  46. package/es/components/Calendar/table/DateTable.vue.d.ts +4 -4
  47. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  48. package/es/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  49. package/es/components/Calendar/table/YearTable.mjs +1 -1
  50. package/es/components/Calendar/table/YearTable.vue.d.ts +4 -4
  51. package/es/components/Card/Card.d.ts +6 -6
  52. package/es/components/Card/Card.type.d.ts +4 -4
  53. package/es/components/Card/CardMeta.mjs +1 -1
  54. package/es/components/Card/CardMeta.vue.d.ts +25 -25
  55. package/es/components/Card/index.d.ts +41 -41
  56. package/es/components/Carousel/Carousel.mjs +1 -1
  57. package/es/components/Carousel/Carousel.type.d.ts +15 -15
  58. package/es/components/Carousel/Carousel.vue.d.ts +19 -19
  59. package/es/components/Carousel/CarouselItem.mjs +1 -1
  60. package/es/components/Carousel/index.d.ts +43 -43
  61. package/es/components/Cascader/Cascader.d.ts +17 -17
  62. package/es/components/Cascader/Cascader.type.d.ts +24 -23
  63. package/es/components/Cascader/index.d.ts +37 -37
  64. package/es/components/Checkbox/Checkbox.mjs +1 -1
  65. package/es/components/Checkbox/Checkbox.type.d.ts +19 -19
  66. package/es/components/Checkbox/Checkbox.vue.d.ts +14 -14
  67. package/es/components/Checkbox/CheckboxGroup.mjs +5 -2
  68. package/es/components/Checkbox/CheckboxGroup.mjs.map +1 -1
  69. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  70. package/es/components/Checkbox/index.d.ts +57 -57
  71. package/es/components/Collapse/Collapse.mjs +1 -1
  72. package/es/components/Collapse/Collapse.vue.d.ts +4 -4
  73. package/es/components/Collapse/Collpapse.type.d.ts +6 -6
  74. package/es/components/Collapse/Panel.mjs +1 -1
  75. package/es/components/Collapse/Panel.vue.d.ts +5 -23
  76. package/es/components/Collapse/index.d.ts +13 -31
  77. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  78. package/es/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  79. package/es/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  80. package/es/components/ColorPicker/index.d.ts +260 -260
  81. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  82. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  83. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  84. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  85. package/es/components/Comment/index.d.ts +1 -1
  86. package/es/components/ConfigProvider/index.d.ts +1 -1
  87. package/es/components/DatePicker/DatePicker.mjs +1 -1
  88. package/es/components/DatePicker/DatePicker.type.d.ts +20 -19
  89. package/es/components/DatePicker/DatePicker.vue.d.ts +559 -559
  90. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  91. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  92. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  93. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  94. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  95. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  96. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  97. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  98. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  99. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  100. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  101. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  102. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  103. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  104. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  105. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  106. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  107. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  108. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  109. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  110. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  111. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  112. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  113. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  114. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  115. package/es/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  116. package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
  117. package/es/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  118. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  119. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  120. package/es/components/DatePicker/hooks/useFormat.d.ts +1 -1
  121. package/es/components/DatePicker/index.d.ts +1117 -1117
  122. package/es/components/DatePicker/utils.d.ts +3 -3
  123. package/es/components/Divider/Divider.mjs +1 -1
  124. package/es/components/Divider/Divider.type.d.ts +9 -9
  125. package/es/components/Divider/Divider.vue.d.ts +9 -9
  126. package/es/components/Divider/index.d.ts +16 -16
  127. package/es/components/Drawer/Drawer.d.ts +6 -5
  128. package/es/components/Drawer/Drawer.type.d.ts +10 -10
  129. package/es/components/Drawer/index.d.ts +9 -9
  130. package/es/components/Dropdown/Dropdown.mjs +1 -1
  131. package/es/components/Dropdown/Dropdown.type.d.ts +7 -7
  132. package/es/components/Dropdown/Dropdown.vue.d.ts +10 -10
  133. package/es/components/Dropdown/DropdownTrigger.d.ts +12 -11
  134. package/es/components/Dropdown/index.d.ts +30 -30
  135. package/es/components/Empty/Empty.d.ts +8 -8
  136. package/es/components/Empty/Empty.type.d.ts +5 -5
  137. package/es/components/Empty/index.d.ts +27 -27
  138. package/es/components/Form/Form.mjs +1 -1
  139. package/es/components/Form/Form.type.d.ts +12 -12
  140. package/es/components/Form/Form.vue.d.ts +10 -10
  141. package/es/components/Form/FormItem.d.ts +3 -3
  142. package/es/components/Form/index.d.ts +25 -25
  143. package/es/components/Grid/Col.mjs +1 -1
  144. package/es/components/Grid/Grid.type.d.ts +11 -11
  145. package/es/components/Grid/Row.mjs +1 -1
  146. package/es/components/Grid/Row.vue.d.ts +4 -4
  147. package/es/components/Grid/index.d.ts +5 -5
  148. package/es/components/Icon/Icon.mjs +1 -1
  149. package/es/components/Icon/Icon.type.d.ts +3 -3
  150. package/es/components/Icon/Icon.vue.d.ts +2 -2
  151. package/es/components/Icon/index.d.ts +4 -4
  152. package/es/components/Image/Image.mjs +1 -1
  153. package/es/components/Image/Image.type.d.ts +6 -6
  154. package/es/components/Image/Image.vue.d.ts +6 -6
  155. package/es/components/Image/ImgViewer.mjs +1 -1
  156. package/es/components/Image/ImgViewer.vue.d.ts +4 -4
  157. package/es/components/Image/index.d.ts +17 -17
  158. package/es/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  159. package/es/components/InfoView/InfoView.mjs +1 -1
  160. package/es/components/InfoView/InfoView.type.d.ts +9 -8
  161. package/es/components/InfoView/InfoView.vue.d.ts +13 -13
  162. package/es/components/InfoView/index.d.ts +30 -30
  163. package/es/components/Input/Input.d.ts +26 -26
  164. package/es/components/Input/Input.type.d.ts +13 -13
  165. package/es/components/Input/index.d.ts +45 -45
  166. package/es/components/InputNumber/InputNumber.d.ts +36 -36
  167. package/es/components/InputNumber/InputNumber.type.d.ts +13 -12
  168. package/es/components/InputNumber/SingleInput.d.ts +10 -9
  169. package/es/components/InputNumber/index.d.ts +100 -100
  170. package/es/components/InputNumber/utils.d.ts +2 -2
  171. package/es/components/Layout/Content.mjs +1 -1
  172. package/es/components/Layout/Footer.mjs +1 -1
  173. package/es/components/Layout/Header.mjs +1 -1
  174. package/es/components/Layout/Layout.mjs +1 -1
  175. package/es/components/Layout/Layout.type.d.ts +6 -5
  176. package/es/components/Layout/Sider.mjs +1 -1
  177. package/es/components/Layout/Sider.vue.d.ts +10 -10
  178. package/es/components/Layout/index.d.ts +12 -12
  179. package/es/components/Link/Link.mjs +1 -1
  180. package/es/components/Link/Link.type.d.ts +5 -5
  181. package/es/components/Link/Link.vue.d.ts +10 -10
  182. package/es/components/Link/index.d.ts +18 -18
  183. package/es/components/List/List.mjs +1 -1
  184. package/es/components/List/List.type.d.ts +11 -10
  185. package/es/components/List/List.vue.d.ts +49 -53
  186. package/es/components/List/ListItem.d.ts +2 -2
  187. package/es/components/List/ListItemMeta.mjs +1 -1
  188. package/es/components/List/ListItemMeta.vue.d.ts +25 -25
  189. package/es/components/List/index.d.ts +161 -169
  190. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  191. package/es/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  192. package/es/components/LoadingBar/index.d.ts +1 -1
  193. package/es/components/Mask/Mask.type.d.ts +3 -3
  194. package/es/components/Mask/index.d.ts +1 -1
  195. package/es/components/Mention/Mention.mjs +1 -1
  196. package/es/components/Mention/Mentions.type.d.ts +3 -3
  197. package/es/components/Mention/MentionsSelect.mjs +1 -1
  198. package/es/components/Menu/Menu.d.ts +4 -4
  199. package/es/components/Menu/Menu.type.d.ts +22 -21
  200. package/es/components/Menu/MenuDivider.mjs +1 -1
  201. package/es/components/Menu/MenuItem.mjs +1 -1
  202. package/es/components/Menu/MenuItem.vue.d.ts +29 -29
  203. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  204. package/es/components/Menu/SubMenu.mjs +1 -1
  205. package/es/components/Menu/SubMenu.vue.d.ts +17 -35
  206. package/es/components/Menu/index.d.ts +63 -81
  207. package/es/components/Message/Message.d.ts +1 -1
  208. package/es/components/Message/Message.type.d.ts +1 -1
  209. package/es/components/Message/index.d.ts +1 -1
  210. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  211. package/es/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  212. package/es/components/Modal/Modal.mjs +1 -1
  213. package/es/components/Modal/Modal.type.d.ts +6 -6
  214. package/es/components/Modal/Modal.vue.d.ts +67 -67
  215. package/es/components/Modal/index.d.ts +144 -150
  216. package/es/components/Notice/Notice.type.d.ts +3 -3
  217. package/es/components/Notice/index.d.ts +1 -1
  218. package/es/components/Notification/Notication.type.d.ts +1 -1
  219. package/es/components/Notification/Notice.mjs +1 -1
  220. package/es/components/Notification/Notice.vue.d.ts +4 -4
  221. package/es/components/Notification/Notification.mjs +1 -1
  222. package/es/components/Notification/Notification.vue.d.ts +4 -4
  223. package/es/components/PageHeader/PageHeader.mjs +1 -1
  224. package/es/components/PageHeader/PageHeader.type.d.ts +1 -1
  225. package/es/components/PageHeader/PageHeader.vue.d.ts +10 -10
  226. package/es/components/PageHeader/index.d.ts +43 -43
  227. package/es/components/Pagination/Options.d.ts +6 -5
  228. package/es/components/Pagination/Pager.mjs +1 -1
  229. package/es/components/Pagination/Pager.vue.d.ts +4 -4
  230. package/es/components/Pagination/Pagination.d.ts +20 -20
  231. package/es/components/Pagination/Pagination.type.d.ts +10 -10
  232. package/es/components/Pagination/index.d.ts +42 -42
  233. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  234. package/es/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  235. package/es/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  236. package/es/components/PopConfirm/index.d.ts +162 -162
  237. package/es/components/Popover/Popover.mjs +1 -1
  238. package/es/components/Popover/Popover.type.d.ts +9 -8
  239. package/es/components/Popover/Popover.vue.d.ts +12 -12
  240. package/es/components/Popover/index.d.ts +22 -22
  241. package/es/components/Popup/Popup.d.ts +6 -6
  242. package/es/components/Popup/Popup.type.d.ts +9 -8
  243. package/es/components/Progress/Circle.d.ts +9 -8
  244. package/es/components/Progress/Line.mjs +1 -1
  245. package/es/components/Progress/Line.vue.d.ts +9 -8
  246. package/es/components/Progress/Progress.mjs +1 -1
  247. package/es/components/Progress/Progress.type.d.ts +11 -11
  248. package/es/components/Progress/Progress.vue.d.ts +31 -31
  249. package/es/components/Progress/Water.mjs +1 -1
  250. package/es/components/Progress/Water.vue.d.ts +5 -4
  251. package/es/components/Progress/index.d.ts +63 -63
  252. package/es/components/Radio/Radio.mjs +1 -1
  253. package/es/components/Radio/Radio.type.d.ts +20 -20
  254. package/es/components/Radio/Radio.vue.d.ts +11 -11
  255. package/es/components/Radio/RadioGroup.d.ts +13 -13
  256. package/es/components/Radio/index.d.ts +37 -37
  257. package/es/components/Rate/Rate.mjs +1 -1
  258. package/es/components/Rate/Rate.type.d.ts +3 -3
  259. package/es/components/Rate/Rate.vue.d.ts +29 -29
  260. package/es/components/Rate/Star.mjs +1 -1
  261. package/es/components/Rate/Star.vue.d.ts +4 -4
  262. package/es/components/Rate/index.d.ts +59 -59
  263. package/es/components/Result/Result.mjs +1 -1
  264. package/es/components/Result/Result.type.d.ts +4 -4
  265. package/es/components/Result/Result.vue.d.ts +6 -6
  266. package/es/components/Result/index.d.ts +12 -12
  267. package/es/components/Scrollbar/index.d.ts +1 -1
  268. package/es/components/Scrollbar/utils.d.ts +1 -1
  269. package/es/components/Select/DropdownMenu.mjs +1 -1
  270. package/es/components/Select/DropdownMenu.vue.d.ts +42 -47
  271. package/es/components/Select/RefSelect.mjs +3 -2
  272. package/es/components/Select/RefSelect.mjs.map +1 -1
  273. package/es/components/Select/RefSelect.vue.d.ts +201 -182
  274. package/es/components/Select/Select.d.ts +34 -25
  275. package/es/components/Select/Select.type.d.ts +23 -18
  276. package/es/components/Select/Select.type.mjs +4 -0
  277. package/es/components/Select/Select.type.mjs.map +1 -1
  278. package/es/components/Select/Selection/Input.mjs +1 -1
  279. package/es/components/Select/Selection/Input.vue.d.ts +3 -3
  280. package/es/components/Select/Selection/Multiple.mjs +5 -4
  281. package/es/components/Select/Selection/Multiple.mjs.map +1 -1
  282. package/es/components/Select/Selection/Multiple.vue.d.ts +39 -31
  283. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs +12 -0
  284. package/es/components/Select/Selection/Multiple.vue_vue_type_script_lang.mjs.map +1 -1
  285. package/es/components/Select/Selection/MultipleBase.d.ts +24 -10
  286. package/es/components/Select/Selection/MultipleBase.mjs +18 -3
  287. package/es/components/Select/Selection/MultipleBase.mjs.map +1 -1
  288. package/es/components/Select/Selection/Selection.mjs +7 -2
  289. package/es/components/Select/Selection/Selection.mjs.map +1 -1
  290. package/es/components/Select/Selection/Selection.vue.d.ts +34 -18
  291. package/es/components/Select/Selection/Single.mjs +1 -1
  292. package/es/components/Select/Selection/Single.vue.d.ts +6 -8
  293. package/es/components/Select/hooks/useMultipleBase.d.ts +1 -3
  294. package/es/components/Select/index.d.ts +64 -49
  295. package/es/components/Skeleton/Skeletion.type.d.ts +3 -3
  296. package/es/components/Skeleton/Skeleton.mjs +1 -1
  297. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  298. package/es/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  299. package/es/components/Skeleton/index.d.ts +5 -5
  300. package/es/components/Slider/Handle.mjs +1 -1
  301. package/es/components/Slider/Marks.mjs +1 -1
  302. package/es/components/Slider/Slider.d.ts +8 -8
  303. package/es/components/Slider/Slider.type.d.ts +8 -8
  304. package/es/components/Slider/Steps.mjs +1 -1
  305. package/es/components/Slider/index.d.ts +10 -10
  306. package/es/components/Space/Space.d.ts +4 -4
  307. package/es/components/Space/Space.type.d.ts +8 -8
  308. package/es/components/Space/index.d.ts +7 -7
  309. package/es/components/Spin/Spin.mjs +1 -1
  310. package/es/components/Spin/Spin.type.d.ts +7 -6
  311. package/es/components/Spin/Spin.vue.d.ts +7 -7
  312. package/es/components/Spin/index.d.ts +13 -13
  313. package/es/components/Statistic/Statistic.mjs +1 -1
  314. package/es/components/Statistic/Statistic.type.d.ts +2 -2
  315. package/es/components/Statistic/Statistic.vue.d.ts +31 -31
  316. package/es/components/Statistic/index.d.ts +62 -62
  317. package/es/components/Steps/Step.mjs +1 -1
  318. package/es/components/Steps/Step.vue.d.ts +8 -8
  319. package/es/components/Steps/Steps.mjs +1 -1
  320. package/es/components/Steps/Steps.type.d.ts +14 -14
  321. package/es/components/Steps/Steps.vue.d.ts +11 -11
  322. package/es/components/Steps/index.d.ts +28 -28
  323. package/es/components/Switch/Switch.mjs +1 -1
  324. package/es/components/Switch/Switch.type.d.ts +11 -10
  325. package/es/components/Switch/Switch.vue.d.ts +11 -11
  326. package/es/components/Switch/index.d.ts +20 -20
  327. package/es/components/Table/BaseTable.mjs +1 -1
  328. package/es/components/Table/BaseTable.vue.d.ts +376 -394
  329. package/es/components/Table/BodyTable.mjs +1 -1
  330. package/es/components/Table/BodyTable.vue.d.ts +376 -394
  331. package/es/components/Table/HeadTable.mjs +1 -1
  332. package/es/components/Table/HeadTable.vue.d.ts +376 -394
  333. package/es/components/Table/Table.mjs +1 -1
  334. package/es/components/Table/Table.type.d.ts +20 -20
  335. package/es/components/Table/Table.vue.d.ts +822 -858
  336. package/es/components/Table/TableBox.mjs +1 -1
  337. package/es/components/Table/TableBox.vue.d.ts +752 -788
  338. package/es/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  339. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  340. package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
  341. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  342. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  343. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  344. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  345. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  346. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  347. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  348. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  349. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  350. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  351. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  352. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  353. package/es/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  354. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  355. package/es/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  356. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  357. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  358. package/es/components/Table/tableUnits/TableHeaderRow.mjs +2 -2
  359. package/es/components/Table/tableUnits/TableHeaderRow.mjs.map +1 -1
  360. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  361. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  362. package/es/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  363. package/es/components/Table/tableUnits/TableSummaryRow.mjs +4 -3
  364. package/es/components/Table/tableUnits/TableSummaryRow.mjs.map +1 -1
  365. package/es/components/Tabs/TabBar.mjs +1 -1
  366. package/es/components/Tabs/TabBar.vue.d.ts +3 -3
  367. package/es/components/Tabs/TabNav.mjs +1 -1
  368. package/es/components/Tabs/TabNav.vue.d.ts +21 -21
  369. package/es/components/Tabs/TabPane.mjs +1 -1
  370. package/es/components/Tabs/Tabs.d.ts +30 -30
  371. package/es/components/Tabs/Tabs.type.d.ts +23 -22
  372. package/es/components/Tabs/index.d.ts +85 -85
  373. package/es/components/Tag/Tag.mjs +1 -1
  374. package/es/components/Tag/Tag.type.d.ts +4 -4
  375. package/es/components/Tag/Tag.vue.d.ts +7 -7
  376. package/es/components/Tag/index.d.ts +15 -15
  377. package/es/components/Text/Text.d.ts +6 -6
  378. package/es/components/Text/Text.type.d.ts +10 -10
  379. package/es/components/Text/index.d.ts +22 -22
  380. package/es/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  381. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  382. package/es/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  383. package/es/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  384. package/es/components/ThemePanel/index.d.ts +194 -194
  385. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  386. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  387. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  388. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  389. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  390. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  391. package/es/components/TimePicker/TimePicker.mjs +1 -1
  392. package/es/components/TimePicker/TimePicker.type.d.ts +16 -15
  393. package/es/components/TimePicker/TimePicker.vue.d.ts +180 -180
  394. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  395. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  396. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  397. package/es/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  398. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  399. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  400. package/es/components/TimePicker/index.d.ts +395 -395
  401. package/es/components/TimePicker/utils.d.ts +3 -3
  402. package/es/components/Timeline/Timeline.d.ts +3 -3
  403. package/es/components/Timeline/Timeline.type.d.ts +6 -6
  404. package/es/components/Timeline/TimelineItem.mjs +1 -1
  405. package/es/components/Timeline/TimelineItem.vue.d.ts +2 -2
  406. package/es/components/Timeline/index.d.ts +16 -22
  407. package/es/components/Toggle/Toggle.mjs +1 -1
  408. package/es/components/Toggle/Toggle.type.d.ts +1 -1
  409. package/es/components/Toggle/index.d.ts +1 -1
  410. package/es/components/Tooltip/Tooltip.mjs +1 -1
  411. package/es/components/Tooltip/Tooltip.type.d.ts +10 -8
  412. package/es/components/Tooltip/Tooltip.vue.d.ts +14 -14
  413. package/es/components/Tooltip/index.d.ts +25 -25
  414. package/es/components/Transfer/Operation.mjs +1 -1
  415. package/es/components/Transfer/Operation.vue.d.ts +50 -50
  416. package/es/components/Transfer/Transfer.mjs +1 -1
  417. package/es/components/Transfer/Transfer.type.d.ts +8 -7
  418. package/es/components/Transfer/Transfer.vue.d.ts +838 -838
  419. package/es/components/Transfer/TransferList.mjs +1 -1
  420. package/es/components/Transfer/TransferList.vue.d.ts +180 -180
  421. package/es/components/Transfer/TransferListItem.mjs +1 -1
  422. package/es/components/Transfer/TransferListItem.vue.d.ts +57 -57
  423. package/es/components/Transfer/index.d.ts +2212 -2212
  424. package/es/components/Tree/SubTree.mjs +1 -1
  425. package/es/components/Tree/SubTree.vue.d.ts +92 -110
  426. package/es/components/Tree/Tree.mjs +1 -1
  427. package/es/components/Tree/Tree.type.d.ts +6 -6
  428. package/es/components/Tree/Tree.vue.d.ts +99 -125
  429. package/es/components/Tree/TreeNode.mjs +1 -1
  430. package/es/components/Tree/TreeNode.vue.d.ts +64 -82
  431. package/es/components/Tree/hooks/useTransfer.d.ts +8 -24
  432. package/es/components/Tree/index.d.ts +203 -263
  433. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  434. package/es/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  435. package/es/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  436. package/es/components/TreeSelect/index.d.ts +802 -890
  437. package/es/components/Upload/Upload.d.ts +2 -2
  438. package/es/components/Upload/Upload.type.d.ts +13 -13
  439. package/es/components/Upload/UploadDragger.mjs +1 -1
  440. package/es/components/Upload/UploadList.mjs +1 -1
  441. package/es/components/Upload/UploadList.vue.d.ts +68 -68
  442. package/es/components/Upload/Uploader.mjs +1 -1
  443. package/es/components/Upload/index.d.ts +7 -7
  444. package/es/components/VirtualList/ListContent.mjs +1 -1
  445. package/es/components/VirtualList/VirtualList.mjs +1 -1
  446. package/es/components/VirtualList/VirtualList.type.d.ts +1 -1
  447. package/es/components/VirtualList/VirtualList.vue.d.ts +11 -13
  448. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  449. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  450. package/es/components/VirtualList/index.d.ts +31 -35
  451. package/es/components/base/CollapseTransition.d.ts +1 -1
  452. package/es/components/base/HighlightText.mjs +1 -1
  453. package/es/components/base/RenderEmpty.mjs +1 -1
  454. package/es/components/base/RenderEmpty.vue.d.ts +6 -6
  455. package/es/components/base/hooks/useAutoFocus.d.ts +1 -1
  456. package/es/components/base/hooks/useDelaySet.d.ts +3 -3
  457. package/es/components/base/hooks/useLock.d.ts +2 -2
  458. package/es/index.d.ts +1 -1
  459. package/es/utils/globalType.d.ts +8 -8
  460. package/es/utils/install.d.ts +2 -2
  461. package/es/utils/placements.d.ts +1 -1
  462. package/es/utils/responsiveObserve.d.ts +2 -2
  463. package/es/utils/slots.d.ts +2 -2
  464. package/lib/components/Affix/Affix.js +1 -1
  465. package/lib/components/Affix/Affix.type.d.ts +3 -3
  466. package/lib/components/Affix/Affix.vue.d.ts +2 -2
  467. package/lib/components/Affix/index.d.ts +4 -4
  468. package/lib/components/Alert/Alert.js +1 -1
  469. package/lib/components/Alert/Alert.type.d.ts +4 -4
  470. package/lib/components/Alert/Alert.vue.d.ts +8 -8
  471. package/lib/components/Alert/index.d.ts +15 -15
  472. package/lib/components/Anchor/Anchor.js +1 -1
  473. package/lib/components/Anchor/Anchor.type.d.ts +6 -6
  474. package/lib/components/Anchor/Anchor.vue.d.ts +3 -3
  475. package/lib/components/Anchor/AnchorLink.js +1 -1
  476. package/lib/components/Anchor/index.d.ts +8 -8
  477. package/lib/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  478. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  479. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  480. package/lib/components/AutoComplete/index.d.ts +600 -660
  481. package/lib/components/Avatar/Avatar.js +1 -1
  482. package/lib/components/Avatar/Avatar.type.d.ts +6 -6
  483. package/lib/components/Avatar/Avatar.vue.d.ts +13 -13
  484. package/lib/components/Avatar/index.d.ts +25 -25
  485. package/lib/components/BackTop/BackTop.js +1 -1
  486. package/lib/components/BackTop/BackTop.type.d.ts +2 -2
  487. package/lib/components/BackTop/BackTop.vue.d.ts +6 -6
  488. package/lib/components/BackTop/index.d.ts +12 -12
  489. package/lib/components/Badge/Badge.js +1 -1
  490. package/lib/components/Badge/Badge.type.d.ts +6 -6
  491. package/lib/components/Badge/Badge.vue.d.ts +5 -4
  492. package/lib/components/Badge/index.d.ts +7 -7
  493. package/lib/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  494. package/lib/components/Breadcrumb/index.d.ts +2 -2
  495. package/lib/components/Button/Button.js +1 -1
  496. package/lib/components/Button/Button.type.d.ts +21 -21
  497. package/lib/components/Button/Button.vue.d.ts +24 -24
  498. package/lib/components/Button/ButtonGroup.js +1 -1
  499. package/lib/components/Button/ButtonGroup.vue.d.ts +7 -7
  500. package/lib/components/Button/index.d.ts +50 -50
  501. package/lib/components/Calendar/Calendar.js +1 -1
  502. package/lib/components/Calendar/Calendar.type.d.ts +9 -9
  503. package/lib/components/Calendar/Calendar.vue.d.ts +218 -203
  504. package/lib/components/Calendar/Header.js +1 -1
  505. package/lib/components/Calendar/Header.vue.d.ts +119 -104
  506. package/lib/components/Calendar/index.d.ts +457 -427
  507. package/lib/components/Calendar/table/DateTable.js +1 -1
  508. package/lib/components/Calendar/table/DateTable.vue.d.ts +4 -4
  509. package/lib/components/Calendar/table/MonthTable.js +1 -1
  510. package/lib/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  511. package/lib/components/Calendar/table/YearTable.js +1 -1
  512. package/lib/components/Calendar/table/YearTable.vue.d.ts +4 -4
  513. package/lib/components/Card/Card.d.ts +6 -6
  514. package/lib/components/Card/Card.type.d.ts +4 -4
  515. package/lib/components/Card/CardMeta.js +1 -1
  516. package/lib/components/Card/CardMeta.vue.d.ts +25 -25
  517. package/lib/components/Card/index.d.ts +41 -41
  518. package/lib/components/Carousel/Carousel.js +1 -1
  519. package/lib/components/Carousel/Carousel.type.d.ts +15 -15
  520. package/lib/components/Carousel/Carousel.vue.d.ts +19 -19
  521. package/lib/components/Carousel/CarouselItem.js +1 -1
  522. package/lib/components/Carousel/index.d.ts +43 -43
  523. package/lib/components/Cascader/Cascader.d.ts +17 -17
  524. package/lib/components/Cascader/Cascader.type.d.ts +24 -23
  525. package/lib/components/Cascader/index.d.ts +37 -37
  526. package/lib/components/Checkbox/Checkbox.js +1 -1
  527. package/lib/components/Checkbox/Checkbox.type.d.ts +19 -19
  528. package/lib/components/Checkbox/Checkbox.vue.d.ts +14 -14
  529. package/lib/components/Checkbox/CheckboxGroup.js +5 -2
  530. package/lib/components/Checkbox/CheckboxGroup.js.map +1 -1
  531. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  532. package/lib/components/Checkbox/index.d.ts +57 -57
  533. package/lib/components/Collapse/Collapse.js +1 -1
  534. package/lib/components/Collapse/Collapse.vue.d.ts +4 -4
  535. package/lib/components/Collapse/Collpapse.type.d.ts +6 -6
  536. package/lib/components/Collapse/Panel.js +1 -1
  537. package/lib/components/Collapse/Panel.vue.d.ts +5 -23
  538. package/lib/components/Collapse/index.d.ts +13 -31
  539. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  540. package/lib/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  541. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  542. package/lib/components/ColorPicker/index.d.ts +260 -260
  543. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  544. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  545. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  546. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  547. package/lib/components/Comment/index.d.ts +1 -1
  548. package/lib/components/ConfigProvider/index.d.ts +1 -1
  549. package/lib/components/DatePicker/DatePicker.js +1 -1
  550. package/lib/components/DatePicker/DatePicker.type.d.ts +20 -19
  551. package/lib/components/DatePicker/DatePicker.vue.d.ts +559 -559
  552. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  553. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  554. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  555. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  556. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  557. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  558. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  559. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  560. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  561. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  562. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  563. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  564. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  565. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  566. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  567. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  568. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  569. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  570. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  571. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  572. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  573. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  574. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  575. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  576. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  577. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  578. package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
  579. package/lib/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  580. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  581. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  582. package/lib/components/DatePicker/hooks/useFormat.d.ts +1 -1
  583. package/lib/components/DatePicker/index.d.ts +1117 -1117
  584. package/lib/components/DatePicker/utils.d.ts +3 -3
  585. package/lib/components/Divider/Divider.js +1 -1
  586. package/lib/components/Divider/Divider.type.d.ts +9 -9
  587. package/lib/components/Divider/Divider.vue.d.ts +9 -9
  588. package/lib/components/Divider/index.d.ts +16 -16
  589. package/lib/components/Drawer/Drawer.d.ts +6 -5
  590. package/lib/components/Drawer/Drawer.type.d.ts +10 -10
  591. package/lib/components/Drawer/index.d.ts +9 -9
  592. package/lib/components/Dropdown/Dropdown.js +1 -1
  593. package/lib/components/Dropdown/Dropdown.type.d.ts +7 -7
  594. package/lib/components/Dropdown/Dropdown.vue.d.ts +10 -10
  595. package/lib/components/Dropdown/DropdownTrigger.d.ts +12 -11
  596. package/lib/components/Dropdown/index.d.ts +30 -30
  597. package/lib/components/Empty/Empty.d.ts +8 -8
  598. package/lib/components/Empty/Empty.type.d.ts +5 -5
  599. package/lib/components/Empty/index.d.ts +27 -27
  600. package/lib/components/Form/Form.js +1 -1
  601. package/lib/components/Form/Form.type.d.ts +12 -12
  602. package/lib/components/Form/Form.vue.d.ts +10 -10
  603. package/lib/components/Form/FormItem.d.ts +3 -3
  604. package/lib/components/Form/index.d.ts +25 -25
  605. package/lib/components/Grid/Col.js +1 -1
  606. package/lib/components/Grid/Grid.type.d.ts +11 -11
  607. package/lib/components/Grid/Row.js +1 -1
  608. package/lib/components/Grid/Row.vue.d.ts +4 -4
  609. package/lib/components/Grid/index.d.ts +5 -5
  610. package/lib/components/Icon/Icon.js +1 -1
  611. package/lib/components/Icon/Icon.type.d.ts +3 -3
  612. package/lib/components/Icon/Icon.vue.d.ts +2 -2
  613. package/lib/components/Icon/index.d.ts +4 -4
  614. package/lib/components/Image/Image.js +1 -1
  615. package/lib/components/Image/Image.type.d.ts +6 -6
  616. package/lib/components/Image/Image.vue.d.ts +6 -6
  617. package/lib/components/Image/ImgViewer.js +1 -1
  618. package/lib/components/Image/ImgViewer.vue.d.ts +4 -4
  619. package/lib/components/Image/index.d.ts +17 -17
  620. package/lib/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  621. package/lib/components/InfoView/InfoView.js +1 -1
  622. package/lib/components/InfoView/InfoView.type.d.ts +9 -8
  623. package/lib/components/InfoView/InfoView.vue.d.ts +13 -13
  624. package/lib/components/InfoView/index.d.ts +30 -30
  625. package/lib/components/Input/Input.d.ts +26 -26
  626. package/lib/components/Input/Input.type.d.ts +13 -13
  627. package/lib/components/Input/index.d.ts +45 -45
  628. package/lib/components/InputNumber/InputNumber.d.ts +36 -36
  629. package/lib/components/InputNumber/InputNumber.type.d.ts +13 -12
  630. package/lib/components/InputNumber/SingleInput.d.ts +10 -9
  631. package/lib/components/InputNumber/index.d.ts +100 -100
  632. package/lib/components/InputNumber/utils.d.ts +2 -2
  633. package/lib/components/Layout/Content.js +1 -1
  634. package/lib/components/Layout/Footer.js +1 -1
  635. package/lib/components/Layout/Header.js +1 -1
  636. package/lib/components/Layout/Layout.js +1 -1
  637. package/lib/components/Layout/Layout.type.d.ts +6 -5
  638. package/lib/components/Layout/Sider.js +1 -1
  639. package/lib/components/Layout/Sider.vue.d.ts +10 -10
  640. package/lib/components/Layout/index.d.ts +12 -12
  641. package/lib/components/Link/Link.js +1 -1
  642. package/lib/components/Link/Link.type.d.ts +5 -5
  643. package/lib/components/Link/Link.vue.d.ts +10 -10
  644. package/lib/components/Link/index.d.ts +18 -18
  645. package/lib/components/List/List.js +1 -1
  646. package/lib/components/List/List.type.d.ts +11 -10
  647. package/lib/components/List/List.vue.d.ts +49 -53
  648. package/lib/components/List/ListItem.d.ts +2 -2
  649. package/lib/components/List/ListItemMeta.js +1 -1
  650. package/lib/components/List/ListItemMeta.vue.d.ts +25 -25
  651. package/lib/components/List/index.d.ts +161 -169
  652. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  653. package/lib/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  654. package/lib/components/LoadingBar/index.d.ts +1 -1
  655. package/lib/components/Mask/Mask.type.d.ts +3 -3
  656. package/lib/components/Mask/index.d.ts +1 -1
  657. package/lib/components/Mention/Mention.js +1 -1
  658. package/lib/components/Mention/Mentions.type.d.ts +3 -3
  659. package/lib/components/Mention/MentionsSelect.js +1 -1
  660. package/lib/components/Menu/Menu.d.ts +4 -4
  661. package/lib/components/Menu/Menu.type.d.ts +22 -21
  662. package/lib/components/Menu/MenuDivider.js +1 -1
  663. package/lib/components/Menu/MenuItem.js +1 -1
  664. package/lib/components/Menu/MenuItem.vue.d.ts +29 -29
  665. package/lib/components/Menu/MenuItemGroup.js +1 -1
  666. package/lib/components/Menu/SubMenu.js +1 -1
  667. package/lib/components/Menu/SubMenu.vue.d.ts +17 -35
  668. package/lib/components/Menu/index.d.ts +63 -81
  669. package/lib/components/Message/Message.d.ts +1 -1
  670. package/lib/components/Message/Message.type.d.ts +1 -1
  671. package/lib/components/Message/index.d.ts +1 -1
  672. package/lib/components/Modal/ConfirmDialog.js +1 -1
  673. package/lib/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  674. package/lib/components/Modal/Modal.js +1 -1
  675. package/lib/components/Modal/Modal.type.d.ts +6 -6
  676. package/lib/components/Modal/Modal.vue.d.ts +67 -67
  677. package/lib/components/Modal/index.d.ts +144 -150
  678. package/lib/components/Notice/Notice.type.d.ts +3 -3
  679. package/lib/components/Notice/index.d.ts +1 -1
  680. package/lib/components/Notification/Notication.type.d.ts +1 -1
  681. package/lib/components/Notification/Notice.js +1 -1
  682. package/lib/components/Notification/Notice.vue.d.ts +4 -4
  683. package/lib/components/Notification/Notification.js +1 -1
  684. package/lib/components/Notification/Notification.vue.d.ts +4 -4
  685. package/lib/components/PageHeader/PageHeader.js +1 -1
  686. package/lib/components/PageHeader/PageHeader.type.d.ts +1 -1
  687. package/lib/components/PageHeader/PageHeader.vue.d.ts +10 -10
  688. package/lib/components/PageHeader/index.d.ts +43 -43
  689. package/lib/components/Pagination/Options.d.ts +6 -5
  690. package/lib/components/Pagination/Pager.js +1 -1
  691. package/lib/components/Pagination/Pager.vue.d.ts +4 -4
  692. package/lib/components/Pagination/Pagination.d.ts +20 -20
  693. package/lib/components/Pagination/Pagination.type.d.ts +10 -10
  694. package/lib/components/Pagination/index.d.ts +42 -42
  695. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  696. package/lib/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  697. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  698. package/lib/components/PopConfirm/index.d.ts +162 -162
  699. package/lib/components/Popover/Popover.js +1 -1
  700. package/lib/components/Popover/Popover.type.d.ts +9 -8
  701. package/lib/components/Popover/Popover.vue.d.ts +12 -12
  702. package/lib/components/Popover/index.d.ts +22 -22
  703. package/lib/components/Popup/Popup.d.ts +6 -6
  704. package/lib/components/Popup/Popup.type.d.ts +9 -8
  705. package/lib/components/Progress/Circle.d.ts +9 -8
  706. package/lib/components/Progress/Line.js +1 -1
  707. package/lib/components/Progress/Line.vue.d.ts +9 -8
  708. package/lib/components/Progress/Progress.js +1 -1
  709. package/lib/components/Progress/Progress.type.d.ts +11 -11
  710. package/lib/components/Progress/Progress.vue.d.ts +31 -31
  711. package/lib/components/Progress/Water.js +1 -1
  712. package/lib/components/Progress/Water.vue.d.ts +5 -4
  713. package/lib/components/Progress/index.d.ts +63 -63
  714. package/lib/components/Radio/Radio.js +1 -1
  715. package/lib/components/Radio/Radio.type.d.ts +20 -20
  716. package/lib/components/Radio/Radio.vue.d.ts +11 -11
  717. package/lib/components/Radio/RadioGroup.d.ts +13 -13
  718. package/lib/components/Radio/index.d.ts +37 -37
  719. package/lib/components/Rate/Rate.js +1 -1
  720. package/lib/components/Rate/Rate.type.d.ts +3 -3
  721. package/lib/components/Rate/Rate.vue.d.ts +29 -29
  722. package/lib/components/Rate/Star.js +1 -1
  723. package/lib/components/Rate/Star.vue.d.ts +4 -4
  724. package/lib/components/Rate/index.d.ts +59 -59
  725. package/lib/components/Result/Result.js +1 -1
  726. package/lib/components/Result/Result.type.d.ts +4 -4
  727. package/lib/components/Result/Result.vue.d.ts +6 -6
  728. package/lib/components/Result/index.d.ts +12 -12
  729. package/lib/components/Scrollbar/index.d.ts +1 -1
  730. package/lib/components/Scrollbar/utils.d.ts +1 -1
  731. package/lib/components/Select/DropdownMenu.js +1 -1
  732. package/lib/components/Select/DropdownMenu.vue.d.ts +42 -47
  733. package/lib/components/Select/RefSelect.js +3 -2
  734. package/lib/components/Select/RefSelect.js.map +1 -1
  735. package/lib/components/Select/RefSelect.vue.d.ts +201 -182
  736. package/lib/components/Select/Select.d.ts +34 -25
  737. package/lib/components/Select/Select.type.d.ts +23 -18
  738. package/lib/components/Select/Select.type.js +4 -0
  739. package/lib/components/Select/Select.type.js.map +1 -1
  740. package/lib/components/Select/Selection/Input.js +1 -1
  741. package/lib/components/Select/Selection/Input.vue.d.ts +3 -3
  742. package/lib/components/Select/Selection/Multiple.js +5 -4
  743. package/lib/components/Select/Selection/Multiple.js.map +1 -1
  744. package/lib/components/Select/Selection/Multiple.vue.d.ts +39 -31
  745. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js +12 -0
  746. package/lib/components/Select/Selection/Multiple.vue_vue_type_script_lang.js.map +1 -1
  747. package/lib/components/Select/Selection/MultipleBase.d.ts +24 -10
  748. package/lib/components/Select/Selection/MultipleBase.js +18 -3
  749. package/lib/components/Select/Selection/MultipleBase.js.map +1 -1
  750. package/lib/components/Select/Selection/Selection.js +7 -2
  751. package/lib/components/Select/Selection/Selection.js.map +1 -1
  752. package/lib/components/Select/Selection/Selection.vue.d.ts +34 -18
  753. package/lib/components/Select/Selection/Single.js +1 -1
  754. package/lib/components/Select/Selection/Single.vue.d.ts +6 -8
  755. package/lib/components/Select/hooks/useMultipleBase.d.ts +1 -3
  756. package/lib/components/Select/index.d.ts +64 -49
  757. package/lib/components/Skeleton/Skeletion.type.d.ts +3 -3
  758. package/lib/components/Skeleton/Skeleton.js +1 -1
  759. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  760. package/lib/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  761. package/lib/components/Skeleton/index.d.ts +5 -5
  762. package/lib/components/Slider/Handle.js +1 -1
  763. package/lib/components/Slider/Marks.js +1 -1
  764. package/lib/components/Slider/Slider.d.ts +8 -8
  765. package/lib/components/Slider/Slider.type.d.ts +8 -8
  766. package/lib/components/Slider/Steps.js +1 -1
  767. package/lib/components/Slider/index.d.ts +10 -10
  768. package/lib/components/Space/Space.d.ts +4 -4
  769. package/lib/components/Space/Space.type.d.ts +8 -8
  770. package/lib/components/Space/index.d.ts +7 -7
  771. package/lib/components/Spin/Spin.js +1 -1
  772. package/lib/components/Spin/Spin.type.d.ts +7 -6
  773. package/lib/components/Spin/Spin.vue.d.ts +7 -7
  774. package/lib/components/Spin/index.d.ts +13 -13
  775. package/lib/components/Statistic/Statistic.js +1 -1
  776. package/lib/components/Statistic/Statistic.type.d.ts +2 -2
  777. package/lib/components/Statistic/Statistic.vue.d.ts +31 -31
  778. package/lib/components/Statistic/index.d.ts +62 -62
  779. package/lib/components/Steps/Step.js +1 -1
  780. package/lib/components/Steps/Step.vue.d.ts +8 -8
  781. package/lib/components/Steps/Steps.js +1 -1
  782. package/lib/components/Steps/Steps.type.d.ts +14 -14
  783. package/lib/components/Steps/Steps.vue.d.ts +11 -11
  784. package/lib/components/Steps/index.d.ts +28 -28
  785. package/lib/components/Switch/Switch.js +1 -1
  786. package/lib/components/Switch/Switch.type.d.ts +11 -10
  787. package/lib/components/Switch/Switch.vue.d.ts +11 -11
  788. package/lib/components/Switch/index.d.ts +20 -20
  789. package/lib/components/Table/BaseTable.js +1 -1
  790. package/lib/components/Table/BaseTable.vue.d.ts +376 -394
  791. package/lib/components/Table/BodyTable.js +1 -1
  792. package/lib/components/Table/BodyTable.vue.d.ts +376 -394
  793. package/lib/components/Table/HeadTable.js +1 -1
  794. package/lib/components/Table/HeadTable.vue.d.ts +376 -394
  795. package/lib/components/Table/Table.js +1 -1
  796. package/lib/components/Table/Table.type.d.ts +20 -20
  797. package/lib/components/Table/Table.vue.d.ts +822 -858
  798. package/lib/components/Table/TableBox.js +1 -1
  799. package/lib/components/Table/TableBox.vue.d.ts +752 -788
  800. package/lib/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  801. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  802. package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
  803. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  804. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  805. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  806. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  807. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  808. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  809. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  810. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  811. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  812. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  813. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  814. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  815. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  816. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  817. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  818. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  819. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  820. package/lib/components/Table/tableUnits/TableHeaderRow.js +2 -2
  821. package/lib/components/Table/tableUnits/TableHeaderRow.js.map +1 -1
  822. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  823. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  824. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  825. package/lib/components/Table/tableUnits/TableSummaryRow.js +4 -3
  826. package/lib/components/Table/tableUnits/TableSummaryRow.js.map +1 -1
  827. package/lib/components/Tabs/TabBar.js +1 -1
  828. package/lib/components/Tabs/TabBar.vue.d.ts +3 -3
  829. package/lib/components/Tabs/TabNav.js +1 -1
  830. package/lib/components/Tabs/TabNav.vue.d.ts +21 -21
  831. package/lib/components/Tabs/TabPane.js +1 -1
  832. package/lib/components/Tabs/Tabs.d.ts +30 -30
  833. package/lib/components/Tabs/Tabs.type.d.ts +23 -22
  834. package/lib/components/Tabs/index.d.ts +85 -85
  835. package/lib/components/Tag/Tag.js +1 -1
  836. package/lib/components/Tag/Tag.type.d.ts +4 -4
  837. package/lib/components/Tag/Tag.vue.d.ts +7 -7
  838. package/lib/components/Tag/index.d.ts +15 -15
  839. package/lib/components/Text/Text.d.ts +6 -6
  840. package/lib/components/Text/Text.type.d.ts +10 -10
  841. package/lib/components/Text/index.d.ts +22 -22
  842. package/lib/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  843. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  844. package/lib/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  845. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  846. package/lib/components/ThemePanel/index.d.ts +194 -194
  847. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  848. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  849. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  850. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  851. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  852. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  853. package/lib/components/TimePicker/TimePicker.js +1 -1
  854. package/lib/components/TimePicker/TimePicker.type.d.ts +16 -15
  855. package/lib/components/TimePicker/TimePicker.vue.d.ts +180 -180
  856. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  857. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  858. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  859. package/lib/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  860. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  861. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  862. package/lib/components/TimePicker/index.d.ts +395 -395
  863. package/lib/components/TimePicker/utils.d.ts +3 -3
  864. package/lib/components/Timeline/Timeline.d.ts +3 -3
  865. package/lib/components/Timeline/Timeline.type.d.ts +6 -6
  866. package/lib/components/Timeline/TimelineItem.js +1 -1
  867. package/lib/components/Timeline/TimelineItem.vue.d.ts +2 -2
  868. package/lib/components/Timeline/index.d.ts +16 -22
  869. package/lib/components/Toggle/Toggle.js +1 -1
  870. package/lib/components/Toggle/Toggle.type.d.ts +1 -1
  871. package/lib/components/Toggle/index.d.ts +1 -1
  872. package/lib/components/Tooltip/Tooltip.js +1 -1
  873. package/lib/components/Tooltip/Tooltip.type.d.ts +10 -8
  874. package/lib/components/Tooltip/Tooltip.vue.d.ts +14 -14
  875. package/lib/components/Tooltip/index.d.ts +25 -25
  876. package/lib/components/Transfer/Operation.js +1 -1
  877. package/lib/components/Transfer/Operation.vue.d.ts +50 -50
  878. package/lib/components/Transfer/Transfer.js +1 -1
  879. package/lib/components/Transfer/Transfer.type.d.ts +8 -7
  880. package/lib/components/Transfer/Transfer.vue.d.ts +838 -838
  881. package/lib/components/Transfer/TransferList.js +1 -1
  882. package/lib/components/Transfer/TransferList.vue.d.ts +180 -180
  883. package/lib/components/Transfer/TransferListItem.js +1 -1
  884. package/lib/components/Transfer/TransferListItem.vue.d.ts +57 -57
  885. package/lib/components/Transfer/index.d.ts +2212 -2212
  886. package/lib/components/Tree/SubTree.js +1 -1
  887. package/lib/components/Tree/SubTree.vue.d.ts +92 -110
  888. package/lib/components/Tree/Tree.js +1 -1
  889. package/lib/components/Tree/Tree.type.d.ts +6 -6
  890. package/lib/components/Tree/Tree.vue.d.ts +99 -125
  891. package/lib/components/Tree/TreeNode.js +1 -1
  892. package/lib/components/Tree/TreeNode.vue.d.ts +64 -82
  893. package/lib/components/Tree/hooks/useTransfer.d.ts +8 -24
  894. package/lib/components/Tree/index.d.ts +203 -263
  895. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  896. package/lib/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  897. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  898. package/lib/components/TreeSelect/index.d.ts +802 -890
  899. package/lib/components/Upload/Upload.d.ts +2 -2
  900. package/lib/components/Upload/Upload.type.d.ts +13 -13
  901. package/lib/components/Upload/UploadDragger.js +1 -1
  902. package/lib/components/Upload/UploadList.js +1 -1
  903. package/lib/components/Upload/UploadList.vue.d.ts +68 -68
  904. package/lib/components/Upload/Uploader.js +1 -1
  905. package/lib/components/Upload/index.d.ts +7 -7
  906. package/lib/components/VirtualList/ListContent.js +1 -1
  907. package/lib/components/VirtualList/VirtualList.js +1 -1
  908. package/lib/components/VirtualList/VirtualList.type.d.ts +1 -1
  909. package/lib/components/VirtualList/VirtualList.vue.d.ts +11 -13
  910. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  911. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  912. package/lib/components/VirtualList/index.d.ts +31 -35
  913. package/lib/components/base/CollapseTransition.d.ts +1 -1
  914. package/lib/components/base/HighlightText.js +1 -1
  915. package/lib/components/base/RenderEmpty.js +1 -1
  916. package/lib/components/base/RenderEmpty.vue.d.ts +6 -6
  917. package/lib/components/base/hooks/useAutoFocus.d.ts +1 -1
  918. package/lib/components/base/hooks/useDelaySet.d.ts +3 -3
  919. package/lib/components/base/hooks/useLock.d.ts +2 -2
  920. package/lib/index.d.ts +1 -1
  921. package/lib/utils/globalType.d.ts +8 -8
  922. package/lib/utils/install.d.ts +2 -2
  923. package/lib/utils/placements.d.ts +1 -1
  924. package/lib/utils/responsiveObserve.d.ts +2 -2
  925. package/lib/utils/slots.d.ts +2 -2
  926. package/package.json +2 -2
  927. package/types/components/Affix/Affix.type.d.ts +3 -3
  928. package/types/components/Affix/Affix.vue.d.ts +2 -2
  929. package/types/components/Affix/index.d.ts +4 -4
  930. package/types/components/Alert/Alert.type.d.ts +4 -4
  931. package/types/components/Alert/Alert.vue.d.ts +8 -8
  932. package/types/components/Alert/index.d.ts +15 -15
  933. package/types/components/Anchor/Anchor.type.d.ts +6 -6
  934. package/types/components/Anchor/Anchor.vue.d.ts +3 -3
  935. package/types/components/Anchor/index.d.ts +8 -8
  936. package/types/components/AutoComplete/AuoComplete.type.d.ts +11 -10
  937. package/types/components/AutoComplete/AutoComplete.vue.d.ts +227 -249
  938. package/types/components/AutoComplete/index.d.ts +600 -660
  939. package/types/components/Avatar/Avatar.type.d.ts +6 -6
  940. package/types/components/Avatar/Avatar.vue.d.ts +13 -13
  941. package/types/components/Avatar/index.d.ts +25 -25
  942. package/types/components/BackTop/BackTop.type.d.ts +2 -2
  943. package/types/components/BackTop/BackTop.vue.d.ts +6 -6
  944. package/types/components/BackTop/index.d.ts +12 -12
  945. package/types/components/Badge/Badge.type.d.ts +6 -6
  946. package/types/components/Badge/Badge.vue.d.ts +5 -4
  947. package/types/components/Badge/index.d.ts +7 -7
  948. package/types/components/Breadcrumb/Breadcrumb.type.d.ts +4 -4
  949. package/types/components/Breadcrumb/index.d.ts +2 -2
  950. package/types/components/Button/Button.type.d.ts +21 -21
  951. package/types/components/Button/Button.vue.d.ts +24 -24
  952. package/types/components/Button/ButtonGroup.vue.d.ts +7 -7
  953. package/types/components/Button/index.d.ts +50 -50
  954. package/types/components/Calendar/Calendar.type.d.ts +9 -9
  955. package/types/components/Calendar/Calendar.vue.d.ts +218 -203
  956. package/types/components/Calendar/Header.vue.d.ts +119 -104
  957. package/types/components/Calendar/index.d.ts +457 -427
  958. package/types/components/Calendar/table/DateTable.vue.d.ts +4 -4
  959. package/types/components/Calendar/table/MonthTable.vue.d.ts +4 -4
  960. package/types/components/Calendar/table/YearTable.vue.d.ts +4 -4
  961. package/types/components/Card/Card.d.ts +6 -6
  962. package/types/components/Card/Card.type.d.ts +4 -4
  963. package/types/components/Card/CardMeta.vue.d.ts +25 -25
  964. package/types/components/Card/index.d.ts +41 -41
  965. package/types/components/Carousel/Carousel.type.d.ts +15 -15
  966. package/types/components/Carousel/Carousel.vue.d.ts +19 -19
  967. package/types/components/Carousel/index.d.ts +43 -43
  968. package/types/components/Cascader/Cascader.d.ts +17 -17
  969. package/types/components/Cascader/Cascader.type.d.ts +24 -23
  970. package/types/components/Cascader/index.d.ts +37 -37
  971. package/types/components/Checkbox/Checkbox.type.d.ts +19 -19
  972. package/types/components/Checkbox/Checkbox.vue.d.ts +14 -14
  973. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +29 -29
  974. package/types/components/Checkbox/index.d.ts +57 -57
  975. package/types/components/Collapse/Collapse.vue.d.ts +4 -4
  976. package/types/components/Collapse/Collpapse.type.d.ts +6 -6
  977. package/types/components/Collapse/Panel.vue.d.ts +5 -23
  978. package/types/components/Collapse/index.d.ts +13 -31
  979. package/types/components/ColorPicker/ColorPicker.type.d.ts +9 -8
  980. package/types/components/ColorPicker/ColorPicker.vue.d.ts +116 -116
  981. package/types/components/ColorPicker/index.d.ts +260 -260
  982. package/types/components/Comment/index.d.ts +1 -1
  983. package/types/components/ConfigProvider/index.d.ts +1 -1
  984. package/types/components/DatePicker/DatePicker.type.d.ts +20 -19
  985. package/types/components/DatePicker/DatePicker.vue.d.ts +559 -559
  986. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +51 -51
  987. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +4 -4
  988. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +175 -175
  989. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +204 -204
  990. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +14 -14
  991. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +4 -4
  992. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +14 -14
  993. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +4 -4
  994. package/types/components/DatePicker/Panel/QuarterPanel/QuarterTable.vue.d.ts +4 -4
  995. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +113 -113
  996. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +14 -14
  997. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +4 -4
  998. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +8 -7
  999. package/types/components/DatePicker/Trigger/DatePickerText.vue.d.ts +8 -7
  1000. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +49 -48
  1001. package/types/components/DatePicker/hooks/useFormat.d.ts +1 -1
  1002. package/types/components/DatePicker/index.d.ts +1117 -1117
  1003. package/types/components/DatePicker/utils.d.ts +3 -3
  1004. package/types/components/Divider/Divider.type.d.ts +9 -9
  1005. package/types/components/Divider/Divider.vue.d.ts +9 -9
  1006. package/types/components/Divider/index.d.ts +16 -16
  1007. package/types/components/Drawer/Drawer.d.ts +6 -5
  1008. package/types/components/Drawer/Drawer.type.d.ts +10 -10
  1009. package/types/components/Drawer/index.d.ts +9 -9
  1010. package/types/components/Dropdown/Dropdown.type.d.ts +7 -7
  1011. package/types/components/Dropdown/Dropdown.vue.d.ts +10 -10
  1012. package/types/components/Dropdown/DropdownTrigger.d.ts +12 -11
  1013. package/types/components/Dropdown/index.d.ts +30 -30
  1014. package/types/components/Empty/Empty.d.ts +8 -8
  1015. package/types/components/Empty/Empty.type.d.ts +5 -5
  1016. package/types/components/Empty/index.d.ts +27 -27
  1017. package/types/components/Form/Form.type.d.ts +12 -12
  1018. package/types/components/Form/Form.vue.d.ts +10 -10
  1019. package/types/components/Form/FormItem.d.ts +3 -3
  1020. package/types/components/Form/index.d.ts +25 -25
  1021. package/types/components/Grid/Grid.type.d.ts +11 -11
  1022. package/types/components/Grid/Row.vue.d.ts +4 -4
  1023. package/types/components/Grid/index.d.ts +5 -5
  1024. package/types/components/Icon/Icon.type.d.ts +3 -3
  1025. package/types/components/Icon/Icon.vue.d.ts +2 -2
  1026. package/types/components/Icon/index.d.ts +4 -4
  1027. package/types/components/Image/Image.type.d.ts +6 -6
  1028. package/types/components/Image/Image.vue.d.ts +6 -6
  1029. package/types/components/Image/ImgViewer.vue.d.ts +4 -4
  1030. package/types/components/Image/index.d.ts +17 -17
  1031. package/types/components/InfiniteScroll/InfiniteScroll.d.ts +2 -2
  1032. package/types/components/InfoView/InfoView.type.d.ts +9 -8
  1033. package/types/components/InfoView/InfoView.vue.d.ts +13 -13
  1034. package/types/components/InfoView/index.d.ts +30 -30
  1035. package/types/components/Input/Input.d.ts +26 -26
  1036. package/types/components/Input/Input.type.d.ts +13 -13
  1037. package/types/components/Input/index.d.ts +45 -45
  1038. package/types/components/InputNumber/InputNumber.d.ts +36 -36
  1039. package/types/components/InputNumber/InputNumber.type.d.ts +13 -12
  1040. package/types/components/InputNumber/SingleInput.d.ts +10 -9
  1041. package/types/components/InputNumber/index.d.ts +100 -100
  1042. package/types/components/InputNumber/utils.d.ts +2 -2
  1043. package/types/components/Layout/Layout.type.d.ts +6 -5
  1044. package/types/components/Layout/Sider.vue.d.ts +10 -10
  1045. package/types/components/Layout/index.d.ts +12 -12
  1046. package/types/components/Link/Link.type.d.ts +5 -5
  1047. package/types/components/Link/Link.vue.d.ts +10 -10
  1048. package/types/components/Link/index.d.ts +18 -18
  1049. package/types/components/List/List.type.d.ts +11 -10
  1050. package/types/components/List/List.vue.d.ts +49 -53
  1051. package/types/components/List/ListItem.d.ts +2 -2
  1052. package/types/components/List/ListItemMeta.vue.d.ts +25 -25
  1053. package/types/components/List/index.d.ts +161 -169
  1054. package/types/components/LoadingBar/LoadingBar.type.d.ts +1 -1
  1055. package/types/components/LoadingBar/index.d.ts +1 -1
  1056. package/types/components/Mask/Mask.type.d.ts +3 -3
  1057. package/types/components/Mask/index.d.ts +1 -1
  1058. package/types/components/Mention/Mentions.type.d.ts +3 -3
  1059. package/types/components/Menu/Menu.d.ts +4 -4
  1060. package/types/components/Menu/Menu.type.d.ts +22 -21
  1061. package/types/components/Menu/MenuItem.vue.d.ts +29 -29
  1062. package/types/components/Menu/SubMenu.vue.d.ts +17 -35
  1063. package/types/components/Menu/index.d.ts +63 -81
  1064. package/types/components/Message/Message.d.ts +1 -1
  1065. package/types/components/Message/Message.type.d.ts +1 -1
  1066. package/types/components/Message/index.d.ts +1 -1
  1067. package/types/components/Modal/ConfirmDialog.vue.d.ts +125 -125
  1068. package/types/components/Modal/Modal.type.d.ts +6 -6
  1069. package/types/components/Modal/Modal.vue.d.ts +67 -67
  1070. package/types/components/Modal/index.d.ts +144 -150
  1071. package/types/components/Notice/Notice.type.d.ts +3 -3
  1072. package/types/components/Notice/index.d.ts +1 -1
  1073. package/types/components/Notification/Notication.type.d.ts +1 -1
  1074. package/types/components/Notification/Notice.vue.d.ts +4 -4
  1075. package/types/components/Notification/Notification.vue.d.ts +4 -4
  1076. package/types/components/PageHeader/PageHeader.type.d.ts +1 -1
  1077. package/types/components/PageHeader/PageHeader.vue.d.ts +10 -10
  1078. package/types/components/PageHeader/index.d.ts +43 -43
  1079. package/types/components/Pagination/Options.d.ts +6 -5
  1080. package/types/components/Pagination/Pager.vue.d.ts +4 -4
  1081. package/types/components/Pagination/Pagination.d.ts +20 -20
  1082. package/types/components/Pagination/Pagination.type.d.ts +10 -10
  1083. package/types/components/Pagination/index.d.ts +42 -42
  1084. package/types/components/PopConfirm/PopConfirm.type.d.ts +5 -3
  1085. package/types/components/PopConfirm/PopConfirm.vue.d.ts +82 -82
  1086. package/types/components/PopConfirm/index.d.ts +162 -162
  1087. package/types/components/Popover/Popover.type.d.ts +9 -8
  1088. package/types/components/Popover/Popover.vue.d.ts +12 -12
  1089. package/types/components/Popover/index.d.ts +22 -22
  1090. package/types/components/Popup/Popup.d.ts +6 -6
  1091. package/types/components/Popup/Popup.type.d.ts +9 -8
  1092. package/types/components/Progress/Circle.d.ts +9 -8
  1093. package/types/components/Progress/Line.vue.d.ts +9 -8
  1094. package/types/components/Progress/Progress.type.d.ts +11 -11
  1095. package/types/components/Progress/Progress.vue.d.ts +31 -31
  1096. package/types/components/Progress/Water.vue.d.ts +5 -4
  1097. package/types/components/Progress/index.d.ts +63 -63
  1098. package/types/components/Radio/Radio.type.d.ts +20 -20
  1099. package/types/components/Radio/Radio.vue.d.ts +11 -11
  1100. package/types/components/Radio/RadioGroup.d.ts +13 -13
  1101. package/types/components/Radio/index.d.ts +37 -37
  1102. package/types/components/Rate/Rate.type.d.ts +3 -3
  1103. package/types/components/Rate/Rate.vue.d.ts +29 -29
  1104. package/types/components/Rate/Star.vue.d.ts +4 -4
  1105. package/types/components/Rate/index.d.ts +59 -59
  1106. package/types/components/Result/Result.type.d.ts +4 -4
  1107. package/types/components/Result/Result.vue.d.ts +6 -6
  1108. package/types/components/Result/index.d.ts +12 -12
  1109. package/types/components/Scrollbar/index.d.ts +1 -1
  1110. package/types/components/Scrollbar/utils.d.ts +1 -1
  1111. package/types/components/Select/DropdownMenu.vue.d.ts +42 -47
  1112. package/types/components/Select/RefSelect.vue.d.ts +201 -182
  1113. package/types/components/Select/Select.d.ts +34 -25
  1114. package/types/components/Select/Select.type.d.ts +23 -18
  1115. package/types/components/Select/Selection/Input.vue.d.ts +3 -3
  1116. package/types/components/Select/Selection/Multiple.vue.d.ts +39 -31
  1117. package/types/components/Select/Selection/MultipleBase.d.ts +24 -10
  1118. package/types/components/Select/Selection/Selection.vue.d.ts +34 -18
  1119. package/types/components/Select/Selection/Single.vue.d.ts +6 -8
  1120. package/types/components/Select/hooks/useMultipleBase.d.ts +1 -3
  1121. package/types/components/Select/index.d.ts +64 -49
  1122. package/types/components/Skeleton/Skeletion.type.d.ts +3 -3
  1123. package/types/components/Skeleton/SkeletonItem.vue.d.ts +3 -3
  1124. package/types/components/Skeleton/index.d.ts +5 -5
  1125. package/types/components/Slider/Slider.d.ts +8 -8
  1126. package/types/components/Slider/Slider.type.d.ts +8 -8
  1127. package/types/components/Slider/index.d.ts +10 -10
  1128. package/types/components/Space/Space.d.ts +4 -4
  1129. package/types/components/Space/Space.type.d.ts +8 -8
  1130. package/types/components/Space/index.d.ts +7 -7
  1131. package/types/components/Spin/Spin.type.d.ts +7 -6
  1132. package/types/components/Spin/Spin.vue.d.ts +7 -7
  1133. package/types/components/Spin/index.d.ts +13 -13
  1134. package/types/components/Statistic/Statistic.type.d.ts +2 -2
  1135. package/types/components/Statistic/Statistic.vue.d.ts +31 -31
  1136. package/types/components/Statistic/index.d.ts +62 -62
  1137. package/types/components/Steps/Step.vue.d.ts +8 -8
  1138. package/types/components/Steps/Steps.type.d.ts +14 -14
  1139. package/types/components/Steps/Steps.vue.d.ts +11 -11
  1140. package/types/components/Steps/index.d.ts +28 -28
  1141. package/types/components/Switch/Switch.type.d.ts +11 -10
  1142. package/types/components/Switch/Switch.vue.d.ts +11 -11
  1143. package/types/components/Switch/index.d.ts +20 -20
  1144. package/types/components/Table/BaseTable.vue.d.ts +376 -394
  1145. package/types/components/Table/BodyTable.vue.d.ts +376 -394
  1146. package/types/components/Table/HeadTable.vue.d.ts +376 -394
  1147. package/types/components/Table/Table.type.d.ts +20 -20
  1148. package/types/components/Table/Table.vue.d.ts +822 -858
  1149. package/types/components/Table/TableBox.vue.d.ts +752 -788
  1150. package/types/components/Table/hooks/useFilterSortPage.d.ts +1 -1
  1151. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +4 -4
  1152. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +2 -2
  1153. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +62 -62
  1154. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +183 -201
  1155. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +94 -94
  1156. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +183 -201
  1157. package/types/components/Table/tableUnits/TableBody.vue.d.ts +124 -124
  1158. package/types/components/Table/tableUnits/TableCell.vue.d.ts +42 -42
  1159. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +249 -267
  1160. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +249 -267
  1161. package/types/components/Table/tableUnits/TableRow.vue.d.ts +61 -61
  1162. package/types/components/Tabs/TabBar.vue.d.ts +3 -3
  1163. package/types/components/Tabs/TabNav.vue.d.ts +21 -21
  1164. package/types/components/Tabs/Tabs.d.ts +30 -30
  1165. package/types/components/Tabs/Tabs.type.d.ts +23 -22
  1166. package/types/components/Tabs/index.d.ts +85 -85
  1167. package/types/components/Tag/Tag.type.d.ts +4 -4
  1168. package/types/components/Tag/Tag.vue.d.ts +7 -7
  1169. package/types/components/Tag/index.d.ts +15 -15
  1170. package/types/components/Text/Text.d.ts +6 -6
  1171. package/types/components/Text/Text.type.d.ts +10 -10
  1172. package/types/components/Text/index.d.ts +22 -22
  1173. package/types/components/ThemePanel/ThemeConfigProvider.d.ts +6 -6
  1174. package/types/components/ThemePanel/ThemePanel.type.d.ts +9 -9
  1175. package/types/components/ThemePanel/ThemePanel.vue.d.ts +76 -76
  1176. package/types/components/ThemePanel/index.d.ts +194 -194
  1177. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +1 -1
  1178. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +3 -3
  1179. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +46 -46
  1180. package/types/components/TimePicker/TimePicker.type.d.ts +16 -15
  1181. package/types/components/TimePicker/TimePicker.vue.d.ts +180 -180
  1182. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +8 -7
  1183. package/types/components/TimePicker/Trigger/TimePickerText.vue.d.ts +8 -7
  1184. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +51 -50
  1185. package/types/components/TimePicker/index.d.ts +395 -395
  1186. package/types/components/TimePicker/utils.d.ts +3 -3
  1187. package/types/components/Timeline/Timeline.d.ts +3 -3
  1188. package/types/components/Timeline/Timeline.type.d.ts +6 -6
  1189. package/types/components/Timeline/TimelineItem.vue.d.ts +2 -2
  1190. package/types/components/Timeline/index.d.ts +16 -22
  1191. package/types/components/Toggle/Toggle.type.d.ts +1 -1
  1192. package/types/components/Toggle/index.d.ts +1 -1
  1193. package/types/components/Tooltip/Tooltip.type.d.ts +10 -8
  1194. package/types/components/Tooltip/Tooltip.vue.d.ts +14 -14
  1195. package/types/components/Tooltip/index.d.ts +25 -25
  1196. package/types/components/Transfer/Operation.vue.d.ts +50 -50
  1197. package/types/components/Transfer/Transfer.type.d.ts +8 -7
  1198. package/types/components/Transfer/Transfer.vue.d.ts +838 -838
  1199. package/types/components/Transfer/TransferList.vue.d.ts +180 -180
  1200. package/types/components/Transfer/TransferListItem.vue.d.ts +57 -57
  1201. package/types/components/Transfer/index.d.ts +2212 -2212
  1202. package/types/components/Tree/SubTree.vue.d.ts +92 -110
  1203. package/types/components/Tree/Tree.type.d.ts +6 -6
  1204. package/types/components/Tree/Tree.vue.d.ts +99 -125
  1205. package/types/components/Tree/TreeNode.vue.d.ts +64 -82
  1206. package/types/components/Tree/hooks/useTransfer.d.ts +8 -24
  1207. package/types/components/Tree/index.d.ts +203 -263
  1208. package/types/components/TreeSelect/TreeSelect.type.d.ts +12 -11
  1209. package/types/components/TreeSelect/TreeSelect.vue.d.ts +300 -344
  1210. package/types/components/TreeSelect/index.d.ts +802 -890
  1211. package/types/components/Upload/Upload.d.ts +2 -2
  1212. package/types/components/Upload/Upload.type.d.ts +13 -13
  1213. package/types/components/Upload/UploadList.vue.d.ts +68 -68
  1214. package/types/components/Upload/index.d.ts +7 -7
  1215. package/types/components/VirtualList/VirtualList.type.d.ts +1 -1
  1216. package/types/components/VirtualList/VirtualList.vue.d.ts +11 -13
  1217. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  1218. package/types/components/VirtualList/index.d.ts +31 -35
  1219. package/types/components/base/CollapseTransition.d.ts +1 -1
  1220. package/types/components/base/RenderEmpty.vue.d.ts +6 -6
  1221. package/types/components/base/hooks/useAutoFocus.d.ts +1 -1
  1222. package/types/components/base/hooks/useDelaySet.d.ts +3 -3
  1223. package/types/components/base/hooks/useLock.d.ts +2 -2
  1224. package/types/index.d.ts +1 -1
  1225. package/types/utils/globalType.d.ts +8 -8
  1226. package/types/utils/install.d.ts +2 -2
  1227. package/types/utils/placements.d.ts +1 -1
  1228. package/types/utils/responsiveObserve.d.ts +2 -2
  1229. package/types/utils/slots.d.ts +2 -2
  1230. package/uxd-ui.esm.min.mjs +6 -6
  1231. package/uxd-ui.esm.mjs +40 -11
  1232. package/uxd-ui.umd.js +40 -11
  1233. package/uxd-ui.umd.min.js +6 -6
@@ -8,7 +8,7 @@ export declare const UColorPicker: {
8
8
  default: boolean;
9
9
  };
10
10
  format: {
11
- type: import("vue").PropType<"hsv" | "hsl" | "hex" | "rgb">;
11
+ type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
12
12
  validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
13
13
  };
14
14
  preColors: {
@@ -19,9 +19,9 @@ export declare const UColorPicker: {
19
19
  default: boolean;
20
20
  };
21
21
  size: {
22
- type: import("vue").PropType<"small" | "default" | "large">;
22
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
23
23
  default: string;
24
- validator: (val: "small" | "default" | "large") => boolean;
24
+ validator: (val: "default" | "small" | "large") => boolean;
25
25
  };
26
26
  disabled: {
27
27
  type: BooleanConstructor;
@@ -34,7 +34,7 @@ export declare const UColorPicker: {
34
34
  type: import("vue").PropType<import("vue").CSSProperties>;
35
35
  };
36
36
  emptyValue: {
37
- type: import("vue").PropType<string>;
37
+ type: import("vue").PropType<string | undefined>;
38
38
  };
39
39
  }>> & Readonly<{
40
40
  onChange?: (v: string) => any;
@@ -439,12 +439,12 @@ export declare const UColorPicker: {
439
439
  handleConfirm: () => void;
440
440
  onPopupVisibleChange: (val: boolean) => void;
441
441
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
442
- 'update:modelValue': (v: string) => boolean;
443
- change: (v: string) => boolean;
442
+ 'update:modelValue': (v: string | undefined) => boolean;
443
+ change: (v: string | undefined) => boolean;
444
444
  'active-change': (v: string) => boolean;
445
445
  'open-change': (v: boolean) => boolean;
446
446
  }, import("vue").PublicProps, {
447
- size: "small" | "default" | "large";
447
+ size: "default" | "small" | "large";
448
448
  disabled: boolean;
449
449
  showAlpha: boolean;
450
450
  onlyPreColors: boolean;
@@ -457,7 +457,7 @@ export declare const UColorPicker: {
457
457
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
458
458
  };
459
459
  placement: {
460
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
460
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
461
461
  default: string;
462
462
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
463
463
  };
@@ -479,8 +479,8 @@ export declare const UColorPicker: {
479
479
  type: StringConstructor;
480
480
  };
481
481
  trigger: {
482
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
483
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
482
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
483
+ default: () => import("../Popup").PopupTrigger[];
484
484
  };
485
485
  mouseEnterDelay: {
486
486
  type: NumberConstructor;
@@ -548,7 +548,7 @@ export declare const UColorPicker: {
548
548
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
549
549
  };
550
550
  placement: {
551
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
551
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
552
552
  default: string;
553
553
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
554
554
  };
@@ -570,8 +570,8 @@ export declare const UColorPicker: {
570
570
  type: StringConstructor;
571
571
  };
572
572
  trigger: {
573
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
574
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
573
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
574
+ default: () => import("../Popup").PopupTrigger[];
575
575
  };
576
576
  mouseEnterDelay: {
577
577
  type: NumberConstructor;
@@ -650,7 +650,7 @@ export declare const UColorPicker: {
650
650
  default: string;
651
651
  };
652
652
  icon: {
653
- type: import("vue").PropType<import("../..").IconPropType>;
653
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
654
654
  };
655
655
  }>> & Readonly<{
656
656
  onClick?: (ev: Event) => any;
@@ -697,7 +697,7 @@ export declare const UColorPicker: {
697
697
  default: string;
698
698
  };
699
699
  icon: {
700
- type: import("vue").PropType<import("../..").IconPropType>;
700
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
701
701
  };
702
702
  }>> & Readonly<{
703
703
  onClick?: (ev: Event) => any;
@@ -739,7 +739,7 @@ export declare const UColorPicker: {
739
739
  default: string;
740
740
  };
741
741
  icon: {
742
- type: import("vue").PropType<import("../..").IconPropType>;
742
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
743
743
  };
744
744
  }>> & Readonly<{
745
745
  onClick?: (ev: Event) => any;
@@ -766,11 +766,11 @@ export declare const UColorPicker: {
766
766
  }, string, {
767
767
  color: string;
768
768
  spin: boolean;
769
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
769
+ }, {}, 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>);
770
770
  UInput: {
771
771
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
772
772
  type: {
773
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
773
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
774
774
  default: string;
775
775
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
776
776
  };
@@ -780,17 +780,17 @@ export declare const UColorPicker: {
780
780
  validator: (val: string) => boolean;
781
781
  };
782
782
  color: {
783
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
784
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
783
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
784
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
785
785
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
786
786
  };
787
787
  modelValue: {
788
788
  type: (StringConstructor | NumberConstructor)[];
789
789
  };
790
790
  size: {
791
- type: import("vue").PropType<"small" | "default" | "large">;
791
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
792
792
  default: string;
793
- validator: (val: "small" | "default" | "large") => boolean;
793
+ validator: (val: "default" | "small" | "large") => boolean;
794
794
  };
795
795
  placeholder: {
796
796
  type: StringConstructor;
@@ -804,7 +804,7 @@ export declare const UColorPicker: {
804
804
  default: boolean;
805
805
  };
806
806
  autosize: {
807
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
807
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
808
808
  default: boolean;
809
809
  };
810
810
  rows: {
@@ -839,10 +839,10 @@ export declare const UColorPicker: {
839
839
  default: string;
840
840
  };
841
841
  prefixIcon: {
842
- type: import("vue").PropType<import("../..").IconPropType>;
842
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
843
843
  };
844
844
  suffixIcon: {
845
- type: import("vue").PropType<import("../..").IconPropType>;
845
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
846
846
  };
847
847
  showWordLimit: {
848
848
  type: BooleanConstructor;
@@ -888,13 +888,13 @@ export declare const UColorPicker: {
888
888
  type: import("vue").PropType<"ltr" | "rtl">;
889
889
  };
890
890
  }>> & Readonly<{
891
- onSearch?: (v: import("..").InputValueType) => any;
892
- onChange?: (v: import("..").InputValueType) => any;
891
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
893
892
  onClear?: (ev: Event) => any;
893
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
894
894
  onFocus?: (ev: Event) => any;
895
895
  onBlur?: (ev: Event) => any;
896
896
  onEnter?: (ev: Event) => any;
897
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
897
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
898
898
  onKeydown?: (ev: Event) => any;
899
899
  onKeypress?: (ev: Event) => any;
900
900
  onKeyup?: (ev: Event) => any;
@@ -926,7 +926,7 @@ export declare const UColorPicker: {
926
926
  handleBlur: (event: any) => void;
927
927
  handleComposition: (event: any) => void;
928
928
  handleInput: (event: any) => void;
929
- setStateValue: (value: import("..").InputValueType) => void;
929
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
930
930
  resizeTextarea: () => void;
931
931
  focus: () => void;
932
932
  select: () => void;
@@ -935,9 +935,9 @@ export declare const UColorPicker: {
935
935
  handleToggleShowPassword: () => void;
936
936
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
937
937
  enter: (ev: Event) => boolean;
938
- search: (v: import("..").InputValueType) => boolean;
939
- change: (v: import("..").InputValueType) => boolean;
940
- 'update:modelValue': (v: import("..").InputValueType) => boolean;
938
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
939
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
940
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
941
941
  clear: (ev: Event) => boolean;
942
942
  keydown: (ev: Event) => boolean;
943
943
  keypress: (ev: Event) => boolean;
@@ -947,13 +947,13 @@ export declare const UColorPicker: {
947
947
  }, import("vue").PublicProps, {
948
948
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
949
949
  type: "number" | "text" | "textarea" | "password";
950
- search: boolean;
951
950
  required: boolean;
952
- size: "small" | "default" | "large";
951
+ size: "default" | "small" | "large";
952
+ search: boolean;
953
953
  disabled: boolean;
954
954
  variant: "surface" | "soft";
955
955
  placeholder: string;
956
- autosize: boolean | import("..").AutoSizeObject;
956
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
957
957
  rows: number;
958
958
  readonly: boolean;
959
959
  autofocus: boolean;
@@ -984,7 +984,7 @@ export declare const UColorPicker: {
984
984
  default: string;
985
985
  };
986
986
  icon: {
987
- type: import("vue").PropType<import("../..").IconPropType>;
987
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
988
988
  };
989
989
  }>> & Readonly<{
990
990
  onClick?: (ev: Event) => any;
@@ -1031,7 +1031,7 @@ export declare const UColorPicker: {
1031
1031
  default: string;
1032
1032
  };
1033
1033
  icon: {
1034
- type: import("vue").PropType<import("../..").IconPropType>;
1034
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1035
1035
  };
1036
1036
  }>> & Readonly<{
1037
1037
  onClick?: (ev: Event) => any;
@@ -1073,7 +1073,7 @@ export declare const UColorPicker: {
1073
1073
  default: string;
1074
1074
  };
1075
1075
  icon: {
1076
- type: import("vue").PropType<import("../..").IconPropType>;
1076
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1077
1077
  };
1078
1078
  }>> & Readonly<{
1079
1079
  onClick?: (ev: Event) => any;
@@ -1100,7 +1100,7 @@ export declare const UColorPicker: {
1100
1100
  }, string, {
1101
1101
  color: string;
1102
1102
  spin: boolean;
1103
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1103
+ }, {}, 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>);
1104
1104
  URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1105
1105
  URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1106
1106
  URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1114,7 +1114,7 @@ export declare const UColorPicker: {
1114
1114
  Defaults: {};
1115
1115
  }, Readonly<import("vue").ExtractPropTypes<{
1116
1116
  type: {
1117
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
1117
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
1118
1118
  default: string;
1119
1119
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
1120
1120
  };
@@ -1124,17 +1124,17 @@ export declare const UColorPicker: {
1124
1124
  validator: (val: string) => boolean;
1125
1125
  };
1126
1126
  color: {
1127
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1128
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1127
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1128
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1129
1129
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1130
1130
  };
1131
1131
  modelValue: {
1132
1132
  type: (StringConstructor | NumberConstructor)[];
1133
1133
  };
1134
1134
  size: {
1135
- type: import("vue").PropType<"small" | "default" | "large">;
1135
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1136
1136
  default: string;
1137
- validator: (val: "small" | "default" | "large") => boolean;
1137
+ validator: (val: "default" | "small" | "large") => boolean;
1138
1138
  };
1139
1139
  placeholder: {
1140
1140
  type: StringConstructor;
@@ -1148,7 +1148,7 @@ export declare const UColorPicker: {
1148
1148
  default: boolean;
1149
1149
  };
1150
1150
  autosize: {
1151
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
1151
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
1152
1152
  default: boolean;
1153
1153
  };
1154
1154
  rows: {
@@ -1183,10 +1183,10 @@ export declare const UColorPicker: {
1183
1183
  default: string;
1184
1184
  };
1185
1185
  prefixIcon: {
1186
- type: import("vue").PropType<import("../..").IconPropType>;
1186
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1187
1187
  };
1188
1188
  suffixIcon: {
1189
- type: import("vue").PropType<import("../..").IconPropType>;
1189
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1190
1190
  };
1191
1191
  showWordLimit: {
1192
1192
  type: BooleanConstructor;
@@ -1232,13 +1232,13 @@ export declare const UColorPicker: {
1232
1232
  type: import("vue").PropType<"ltr" | "rtl">;
1233
1233
  };
1234
1234
  }>> & Readonly<{
1235
- onSearch?: (v: import("..").InputValueType) => any;
1236
- onChange?: (v: import("..").InputValueType) => any;
1235
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1237
1236
  onClear?: (ev: Event) => any;
1237
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1238
1238
  onFocus?: (ev: Event) => any;
1239
1239
  onBlur?: (ev: Event) => any;
1240
1240
  onEnter?: (ev: Event) => any;
1241
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
1241
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1242
1242
  onKeydown?: (ev: Event) => any;
1243
1243
  onKeypress?: (ev: Event) => any;
1244
1244
  onKeyup?: (ev: Event) => any;
@@ -1270,7 +1270,7 @@ export declare const UColorPicker: {
1270
1270
  handleBlur: (event: any) => void;
1271
1271
  handleComposition: (event: any) => void;
1272
1272
  handleInput: (event: any) => void;
1273
- setStateValue: (value: import("..").InputValueType) => void;
1273
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
1274
1274
  resizeTextarea: () => void;
1275
1275
  focus: () => void;
1276
1276
  select: () => void;
@@ -1280,13 +1280,13 @@ export declare const UColorPicker: {
1280
1280
  }, {}, {}, {}, {
1281
1281
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1282
1282
  type: "number" | "text" | "textarea" | "password";
1283
- search: boolean;
1284
1283
  required: boolean;
1285
- size: "small" | "default" | "large";
1284
+ size: "default" | "small" | "large";
1285
+ search: boolean;
1286
1286
  disabled: boolean;
1287
1287
  variant: "surface" | "soft";
1288
1288
  placeholder: string;
1289
- autosize: boolean | import("..").AutoSizeObject;
1289
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
1290
1290
  rows: number;
1291
1291
  readonly: boolean;
1292
1292
  autofocus: boolean;
@@ -1308,7 +1308,7 @@ export declare const UColorPicker: {
1308
1308
  __isSuspense?: never;
1309
1309
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1310
1310
  type: {
1311
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
1311
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
1312
1312
  default: string;
1313
1313
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
1314
1314
  };
@@ -1318,17 +1318,17 @@ export declare const UColorPicker: {
1318
1318
  validator: (val: string) => boolean;
1319
1319
  };
1320
1320
  color: {
1321
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1322
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1321
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1322
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1323
1323
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1324
1324
  };
1325
1325
  modelValue: {
1326
1326
  type: (StringConstructor | NumberConstructor)[];
1327
1327
  };
1328
1328
  size: {
1329
- type: import("vue").PropType<"small" | "default" | "large">;
1329
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1330
1330
  default: string;
1331
- validator: (val: "small" | "default" | "large") => boolean;
1331
+ validator: (val: "default" | "small" | "large") => boolean;
1332
1332
  };
1333
1333
  placeholder: {
1334
1334
  type: StringConstructor;
@@ -1342,7 +1342,7 @@ export declare const UColorPicker: {
1342
1342
  default: boolean;
1343
1343
  };
1344
1344
  autosize: {
1345
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
1345
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
1346
1346
  default: boolean;
1347
1347
  };
1348
1348
  rows: {
@@ -1377,10 +1377,10 @@ export declare const UColorPicker: {
1377
1377
  default: string;
1378
1378
  };
1379
1379
  prefixIcon: {
1380
- type: import("vue").PropType<import("../..").IconPropType>;
1380
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1381
1381
  };
1382
1382
  suffixIcon: {
1383
- type: import("vue").PropType<import("../..").IconPropType>;
1383
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1384
1384
  };
1385
1385
  showWordLimit: {
1386
1386
  type: BooleanConstructor;
@@ -1426,13 +1426,13 @@ export declare const UColorPicker: {
1426
1426
  type: import("vue").PropType<"ltr" | "rtl">;
1427
1427
  };
1428
1428
  }>> & Readonly<{
1429
- onSearch?: (v: import("..").InputValueType) => any;
1430
- onChange?: (v: import("..").InputValueType) => any;
1429
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1431
1430
  onClear?: (ev: Event) => any;
1431
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1432
1432
  onFocus?: (ev: Event) => any;
1433
1433
  onBlur?: (ev: Event) => any;
1434
1434
  onEnter?: (ev: Event) => any;
1435
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
1435
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1436
1436
  onKeydown?: (ev: Event) => any;
1437
1437
  onKeypress?: (ev: Event) => any;
1438
1438
  onKeyup?: (ev: Event) => any;
@@ -1464,7 +1464,7 @@ export declare const UColorPicker: {
1464
1464
  handleBlur: (event: any) => void;
1465
1465
  handleComposition: (event: any) => void;
1466
1466
  handleInput: (event: any) => void;
1467
- setStateValue: (value: import("..").InputValueType) => void;
1467
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
1468
1468
  resizeTextarea: () => void;
1469
1469
  focus: () => void;
1470
1470
  select: () => void;
@@ -1473,9 +1473,9 @@ export declare const UColorPicker: {
1473
1473
  handleToggleShowPassword: () => void;
1474
1474
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1475
1475
  enter: (ev: Event) => boolean;
1476
- search: (v: import("..").InputValueType) => boolean;
1477
- change: (v: import("..").InputValueType) => boolean;
1478
- 'update:modelValue': (v: import("..").InputValueType) => boolean;
1476
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
1477
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
1478
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
1479
1479
  clear: (ev: Event) => boolean;
1480
1480
  keydown: (ev: Event) => boolean;
1481
1481
  keypress: (ev: Event) => boolean;
@@ -1485,13 +1485,13 @@ export declare const UColorPicker: {
1485
1485
  }, string, {
1486
1486
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1487
1487
  type: "number" | "text" | "textarea" | "password";
1488
- search: boolean;
1489
1488
  required: boolean;
1490
- size: "small" | "default" | "large";
1489
+ size: "default" | "small" | "large";
1490
+ search: boolean;
1491
1491
  disabled: boolean;
1492
1492
  variant: "surface" | "soft";
1493
1493
  placeholder: string;
1494
- autosize: boolean | import("..").AutoSizeObject;
1494
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
1495
1495
  rows: number;
1496
1496
  readonly: boolean;
1497
1497
  autofocus: boolean;
@@ -1522,7 +1522,7 @@ export declare const UColorPicker: {
1522
1522
  default: string;
1523
1523
  };
1524
1524
  icon: {
1525
- type: import("vue").PropType<import("../..").IconPropType>;
1525
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1526
1526
  };
1527
1527
  }>> & Readonly<{
1528
1528
  onClick?: (ev: Event) => any;
@@ -1569,7 +1569,7 @@ export declare const UColorPicker: {
1569
1569
  default: string;
1570
1570
  };
1571
1571
  icon: {
1572
- type: import("vue").PropType<import("../..").IconPropType>;
1572
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1573
1573
  };
1574
1574
  }>> & Readonly<{
1575
1575
  onClick?: (ev: Event) => any;
@@ -1611,7 +1611,7 @@ export declare const UColorPicker: {
1611
1611
  default: string;
1612
1612
  };
1613
1613
  icon: {
1614
- type: import("vue").PropType<import("../..").IconPropType>;
1614
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1615
1615
  };
1616
1616
  }>> & Readonly<{
1617
1617
  onClick?: (ev: Event) => any;
@@ -1638,33 +1638,33 @@ export declare const UColorPicker: {
1638
1638
  }, string, {
1639
1639
  color: string;
1640
1640
  spin: boolean;
1641
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1641
+ }, {}, 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>);
1642
1642
  URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1643
1643
  URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1644
1644
  URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1645
1645
  URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1646
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1646
+ } & 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>);
1647
1647
  UButton: {
1648
1648
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
1649
1649
  type: {
1650
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1650
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1651
1651
  default: string;
1652
1652
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1653
1653
  };
1654
1654
  color: {
1655
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1656
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1655
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1656
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1657
1657
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1658
1658
  };
1659
1659
  variant: {
1660
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1660
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1661
1661
  default: string;
1662
1662
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1663
1663
  };
1664
1664
  size: {
1665
- type: import("vue").PropType<"small" | "default" | "large">;
1665
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1666
1666
  default: string;
1667
- validator: (val: "small" | "default" | "large") => boolean;
1667
+ validator: (val: "default" | "small" | "large") => boolean;
1668
1668
  };
1669
1669
  disabled: {
1670
1670
  type: BooleanConstructor;
@@ -1675,10 +1675,10 @@ export declare const UColorPicker: {
1675
1675
  default: boolean;
1676
1676
  };
1677
1677
  icon: {
1678
- type: import("vue").PropType<import("../..").IconPropType>;
1678
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1679
1679
  };
1680
1680
  shape: {
1681
- type: import("vue").PropType<"default" | "circle">;
1681
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1682
1682
  default: string;
1683
1683
  validator: (val: "default" | "circle") => boolean;
1684
1684
  };
@@ -1695,7 +1695,7 @@ export declare const UColorPicker: {
1695
1695
  default: undefined;
1696
1696
  };
1697
1697
  nativeType: {
1698
- type: import("vue").PropType<"button" | "submit" | "reset">;
1698
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
1699
1699
  default: string;
1700
1700
  validator: (val: "button" | "submit" | "reset") => boolean;
1701
1701
  };
@@ -1718,13 +1718,13 @@ export declare const UColorPicker: {
1718
1718
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1719
1719
  type: "primary" | "success" | "warning" | "default" | "danger";
1720
1720
  loading: boolean;
1721
- size: "small" | "default" | "large";
1721
+ size: "default" | "small" | "large";
1722
1722
  disabled: boolean;
1723
1723
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
1724
1724
  nativeType: "button" | "submit" | "reset";
1725
- block: boolean;
1726
1725
  shape: "default" | "circle";
1727
1726
  dashed: boolean;
1727
+ block: boolean;
1728
1728
  iconOnly: boolean;
1729
1729
  blurAfterClick: boolean;
1730
1730
  }, true, {}, {}, {
@@ -1742,7 +1742,7 @@ export declare const UColorPicker: {
1742
1742
  default: string;
1743
1743
  };
1744
1744
  icon: {
1745
- type: import("vue").PropType<import("../..").IconPropType>;
1745
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1746
1746
  };
1747
1747
  }>> & Readonly<{
1748
1748
  onClick?: (ev: Event) => any;
@@ -1789,7 +1789,7 @@ export declare const UColorPicker: {
1789
1789
  default: string;
1790
1790
  };
1791
1791
  icon: {
1792
- type: import("vue").PropType<import("../..").IconPropType>;
1792
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1793
1793
  };
1794
1794
  }>> & Readonly<{
1795
1795
  onClick?: (ev: Event) => any;
@@ -1831,7 +1831,7 @@ export declare const UColorPicker: {
1831
1831
  default: string;
1832
1832
  };
1833
1833
  icon: {
1834
- type: import("vue").PropType<import("../..").IconPropType>;
1834
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1835
1835
  };
1836
1836
  }>> & Readonly<{
1837
1837
  onClick?: (ev: Event) => any;
@@ -1858,7 +1858,7 @@ export declare const UColorPicker: {
1858
1858
  }, string, {
1859
1859
  color: string;
1860
1860
  spin: boolean;
1861
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
1861
+ }, {}, 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>);
1862
1862
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
1863
1863
  P: {};
1864
1864
  B: {};
@@ -1868,24 +1868,24 @@ export declare const UColorPicker: {
1868
1868
  Defaults: {};
1869
1869
  }, Readonly<import("vue").ExtractPropTypes<{
1870
1870
  type: {
1871
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1871
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1872
1872
  default: string;
1873
1873
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1874
1874
  };
1875
1875
  color: {
1876
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1877
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1876
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1877
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1878
1878
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1879
1879
  };
1880
1880
  variant: {
1881
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1881
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1882
1882
  default: string;
1883
1883
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1884
1884
  };
1885
1885
  size: {
1886
- type: import("vue").PropType<"small" | "default" | "large">;
1886
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1887
1887
  default: string;
1888
- validator: (val: "small" | "default" | "large") => boolean;
1888
+ validator: (val: "default" | "small" | "large") => boolean;
1889
1889
  };
1890
1890
  disabled: {
1891
1891
  type: BooleanConstructor;
@@ -1896,10 +1896,10 @@ export declare const UColorPicker: {
1896
1896
  default: boolean;
1897
1897
  };
1898
1898
  icon: {
1899
- type: import("vue").PropType<import("../..").IconPropType>;
1899
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1900
1900
  };
1901
1901
  shape: {
1902
- type: import("vue").PropType<"default" | "circle">;
1902
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1903
1903
  default: string;
1904
1904
  validator: (val: "default" | "circle") => boolean;
1905
1905
  };
@@ -1916,7 +1916,7 @@ export declare const UColorPicker: {
1916
1916
  default: undefined;
1917
1917
  };
1918
1918
  nativeType: {
1919
- type: import("vue").PropType<"button" | "submit" | "reset">;
1919
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
1920
1920
  default: string;
1921
1921
  validator: (val: "button" | "submit" | "reset") => boolean;
1922
1922
  };
@@ -1937,13 +1937,13 @@ export declare const UColorPicker: {
1937
1937
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1938
1938
  type: "primary" | "success" | "warning" | "default" | "danger";
1939
1939
  loading: boolean;
1940
- size: "small" | "default" | "large";
1940
+ size: "default" | "small" | "large";
1941
1941
  disabled: boolean;
1942
1942
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
1943
1943
  nativeType: "button" | "submit" | "reset";
1944
- block: boolean;
1945
1944
  shape: "default" | "circle";
1946
1945
  dashed: boolean;
1946
+ block: boolean;
1947
1947
  iconOnly: boolean;
1948
1948
  blurAfterClick: boolean;
1949
1949
  }>;
@@ -1952,24 +1952,24 @@ export declare const UColorPicker: {
1952
1952
  __isSuspense?: never;
1953
1953
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1954
1954
  type: {
1955
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
1955
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
1956
1956
  default: string;
1957
1957
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
1958
1958
  };
1959
1959
  color: {
1960
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
1961
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1960
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1961
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1962
1962
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1963
1963
  };
1964
1964
  variant: {
1965
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
1965
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1966
1966
  default: string;
1967
1967
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1968
1968
  };
1969
1969
  size: {
1970
- type: import("vue").PropType<"small" | "default" | "large">;
1970
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1971
1971
  default: string;
1972
- validator: (val: "small" | "default" | "large") => boolean;
1972
+ validator: (val: "default" | "small" | "large") => boolean;
1973
1973
  };
1974
1974
  disabled: {
1975
1975
  type: BooleanConstructor;
@@ -1980,10 +1980,10 @@ export declare const UColorPicker: {
1980
1980
  default: boolean;
1981
1981
  };
1982
1982
  icon: {
1983
- type: import("vue").PropType<import("../..").IconPropType>;
1983
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1984
1984
  };
1985
1985
  shape: {
1986
- type: import("vue").PropType<"default" | "circle">;
1986
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
1987
1987
  default: string;
1988
1988
  validator: (val: "default" | "circle") => boolean;
1989
1989
  };
@@ -2000,7 +2000,7 @@ export declare const UColorPicker: {
2000
2000
  default: undefined;
2001
2001
  };
2002
2002
  nativeType: {
2003
- type: import("vue").PropType<"button" | "submit" | "reset">;
2003
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
2004
2004
  default: string;
2005
2005
  validator: (val: "button" | "submit" | "reset") => boolean;
2006
2006
  };
@@ -2023,13 +2023,13 @@ export declare const UColorPicker: {
2023
2023
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
2024
2024
  type: "primary" | "success" | "warning" | "default" | "danger";
2025
2025
  loading: boolean;
2026
- size: "small" | "default" | "large";
2026
+ size: "default" | "small" | "large";
2027
2027
  disabled: boolean;
2028
2028
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2029
2029
  nativeType: "button" | "submit" | "reset";
2030
- block: boolean;
2031
2030
  shape: "default" | "circle";
2032
2031
  dashed: boolean;
2032
+ block: boolean;
2033
2033
  iconOnly: boolean;
2034
2034
  blurAfterClick: boolean;
2035
2035
  }, {}, string, {}, {
@@ -2047,7 +2047,7 @@ export declare const UColorPicker: {
2047
2047
  default: string;
2048
2048
  };
2049
2049
  icon: {
2050
- type: import("vue").PropType<import("../..").IconPropType>;
2050
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2051
2051
  };
2052
2052
  }>> & Readonly<{
2053
2053
  onClick?: (ev: Event) => any;
@@ -2094,7 +2094,7 @@ export declare const UColorPicker: {
2094
2094
  default: string;
2095
2095
  };
2096
2096
  icon: {
2097
- type: import("vue").PropType<import("../..").IconPropType>;
2097
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2098
2098
  };
2099
2099
  }>> & Readonly<{
2100
2100
  onClick?: (ev: Event) => any;
@@ -2136,7 +2136,7 @@ export declare const UColorPicker: {
2136
2136
  default: string;
2137
2137
  };
2138
2138
  icon: {
2139
- type: import("vue").PropType<import("../..").IconPropType>;
2139
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2140
2140
  };
2141
2141
  }>> & Readonly<{
2142
2142
  onClick?: (ev: Event) => any;
@@ -2163,16 +2163,16 @@ export declare const UColorPicker: {
2163
2163
  }, string, {
2164
2164
  color: string;
2165
2165
  spin: boolean;
2166
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
2167
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
2166
+ }, {}, 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>);
2167
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
2168
2168
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2169
2169
  size: {
2170
- type: import("vue").PropType<"small" | "default" | "large">;
2170
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2171
2171
  default: string;
2172
- validator: (val: "small" | "default" | "large") => boolean;
2172
+ validator: (val: "default" | "small" | "large") => boolean;
2173
2173
  };
2174
2174
  shape: {
2175
- type: import("vue").PropType<"default" | "circle">;
2175
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2176
2176
  default: string;
2177
2177
  validator: (val: "default" | "circle") => boolean;
2178
2178
  };
@@ -2184,12 +2184,12 @@ export declare const UColorPicker: {
2184
2184
  prefixCls: import("vue").ComputedRef<string>;
2185
2185
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2186
2186
  size: {
2187
- type: import("vue").PropType<"small" | "default" | "large">;
2187
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2188
2188
  default: string;
2189
- validator: (val: "small" | "default" | "large") => boolean;
2189
+ validator: (val: "default" | "small" | "large") => boolean;
2190
2190
  };
2191
2191
  shape: {
2192
- type: import("vue").PropType<"default" | "circle">;
2192
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2193
2193
  default: string;
2194
2194
  validator: (val: "default" | "circle") => boolean;
2195
2195
  };
@@ -2198,11 +2198,11 @@ export declare const UColorPicker: {
2198
2198
  default: undefined;
2199
2199
  };
2200
2200
  }>> & Readonly<{}>, {
2201
- size: "small" | "default" | "large";
2201
+ size: "default" | "small" | "large";
2202
2202
  shape: "default" | "circle";
2203
2203
  vertical: boolean;
2204
2204
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2205
- };
2205
+ });
2206
2206
  HueSlider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2207
2207
  prefixCls: {
2208
2208
  type: StringConstructor;
@@ -2340,7 +2340,7 @@ export declare const UColorPicker: {
2340
2340
  default: boolean;
2341
2341
  };
2342
2342
  format: {
2343
- type: import("vue").PropType<"hsv" | "hsl" | "hex" | "rgb">;
2343
+ type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
2344
2344
  validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
2345
2345
  };
2346
2346
  preColors: {
@@ -2351,9 +2351,9 @@ export declare const UColorPicker: {
2351
2351
  default: boolean;
2352
2352
  };
2353
2353
  size: {
2354
- type: import("vue").PropType<"small" | "default" | "large">;
2354
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2355
2355
  default: string;
2356
- validator: (val: "small" | "default" | "large") => boolean;
2356
+ validator: (val: "default" | "small" | "large") => boolean;
2357
2357
  };
2358
2358
  disabled: {
2359
2359
  type: BooleanConstructor;
@@ -2366,7 +2366,7 @@ export declare const UColorPicker: {
2366
2366
  type: import("vue").PropType<import("vue").CSSProperties>;
2367
2367
  };
2368
2368
  emptyValue: {
2369
- type: import("vue").PropType<string>;
2369
+ type: import("vue").PropType<string | undefined>;
2370
2370
  };
2371
2371
  }>> & Readonly<{
2372
2372
  onChange?: (v: string) => any;
@@ -2771,7 +2771,7 @@ export declare const UColorPicker: {
2771
2771
  handleConfirm: () => void;
2772
2772
  onPopupVisibleChange: (val: boolean) => void;
2773
2773
  }, {}, {}, {}, {
2774
- size: "small" | "default" | "large";
2774
+ size: "default" | "small" | "large";
2775
2775
  disabled: boolean;
2776
2776
  showAlpha: boolean;
2777
2777
  onlyPreColors: boolean;
@@ -2788,7 +2788,7 @@ export declare const UColorPicker: {
2788
2788
  default: boolean;
2789
2789
  };
2790
2790
  format: {
2791
- type: import("vue").PropType<"hsv" | "hsl" | "hex" | "rgb">;
2791
+ type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
2792
2792
  validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
2793
2793
  };
2794
2794
  preColors: {
@@ -2799,9 +2799,9 @@ export declare const UColorPicker: {
2799
2799
  default: boolean;
2800
2800
  };
2801
2801
  size: {
2802
- type: import("vue").PropType<"small" | "default" | "large">;
2802
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2803
2803
  default: string;
2804
- validator: (val: "small" | "default" | "large") => boolean;
2804
+ validator: (val: "default" | "small" | "large") => boolean;
2805
2805
  };
2806
2806
  disabled: {
2807
2807
  type: BooleanConstructor;
@@ -2814,7 +2814,7 @@ export declare const UColorPicker: {
2814
2814
  type: import("vue").PropType<import("vue").CSSProperties>;
2815
2815
  };
2816
2816
  emptyValue: {
2817
- type: import("vue").PropType<string>;
2817
+ type: import("vue").PropType<string | undefined>;
2818
2818
  };
2819
2819
  }>> & Readonly<{
2820
2820
  onChange?: (v: string) => any;
@@ -3219,12 +3219,12 @@ export declare const UColorPicker: {
3219
3219
  handleConfirm: () => void;
3220
3220
  onPopupVisibleChange: (val: boolean) => void;
3221
3221
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3222
- 'update:modelValue': (v: string) => boolean;
3223
- change: (v: string) => boolean;
3222
+ 'update:modelValue': (v: string | undefined) => boolean;
3223
+ change: (v: string | undefined) => boolean;
3224
3224
  'active-change': (v: string) => boolean;
3225
3225
  'open-change': (v: boolean) => boolean;
3226
3226
  }, string, {
3227
- size: "small" | "default" | "large";
3227
+ size: "default" | "small" | "large";
3228
3228
  disabled: boolean;
3229
3229
  showAlpha: boolean;
3230
3230
  onlyPreColors: boolean;
@@ -3237,7 +3237,7 @@ export declare const UColorPicker: {
3237
3237
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
3238
3238
  };
3239
3239
  placement: {
3240
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
3240
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
3241
3241
  default: string;
3242
3242
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
3243
3243
  };
@@ -3259,8 +3259,8 @@ export declare const UColorPicker: {
3259
3259
  type: StringConstructor;
3260
3260
  };
3261
3261
  trigger: {
3262
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
3263
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
3262
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
3263
+ default: () => import("../Popup").PopupTrigger[];
3264
3264
  };
3265
3265
  mouseEnterDelay: {
3266
3266
  type: NumberConstructor;
@@ -3328,7 +3328,7 @@ export declare const UColorPicker: {
3328
3328
  type: import("vue").PropType<import("../Popup").GetPopupContainer>;
3329
3329
  };
3330
3330
  placement: {
3331
- type: import("vue").PropType<"top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end">;
3331
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").Placements>;
3332
3332
  default: string;
3333
3333
  validator: (val: "top" | "bottom" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right" | "right-start" | "right-end" | "left" | "left-start" | "left-end") => boolean;
3334
3334
  };
@@ -3350,8 +3350,8 @@ export declare const UColorPicker: {
3350
3350
  type: StringConstructor;
3351
3351
  };
3352
3352
  trigger: {
3353
- type: import("vue").PropType<("click" | "hover" | "focus" | "contextmenu")[]>;
3354
- default: () => ("click" | "hover" | "focus" | "contextmenu")[];
3353
+ type: import("vue").PropType<import("../Popup").PopupTrigger[]>;
3354
+ default: () => import("../Popup").PopupTrigger[];
3355
3355
  };
3356
3356
  mouseEnterDelay: {
3357
3357
  type: NumberConstructor;
@@ -3430,7 +3430,7 @@ export declare const UColorPicker: {
3430
3430
  default: string;
3431
3431
  };
3432
3432
  icon: {
3433
- type: import("vue").PropType<import("../..").IconPropType>;
3433
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3434
3434
  };
3435
3435
  }>> & Readonly<{
3436
3436
  onClick?: (ev: Event) => any;
@@ -3477,7 +3477,7 @@ export declare const UColorPicker: {
3477
3477
  default: string;
3478
3478
  };
3479
3479
  icon: {
3480
- type: import("vue").PropType<import("../..").IconPropType>;
3480
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3481
3481
  };
3482
3482
  }>> & Readonly<{
3483
3483
  onClick?: (ev: Event) => any;
@@ -3519,7 +3519,7 @@ export declare const UColorPicker: {
3519
3519
  default: string;
3520
3520
  };
3521
3521
  icon: {
3522
- type: import("vue").PropType<import("../..").IconPropType>;
3522
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3523
3523
  };
3524
3524
  }>> & Readonly<{
3525
3525
  onClick?: (ev: Event) => any;
@@ -3546,11 +3546,11 @@ export declare const UColorPicker: {
3546
3546
  }, string, {
3547
3547
  color: string;
3548
3548
  spin: boolean;
3549
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
3549
+ }, {}, 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>);
3550
3550
  UInput: {
3551
3551
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
3552
3552
  type: {
3553
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
3553
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
3554
3554
  default: string;
3555
3555
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
3556
3556
  };
@@ -3560,17 +3560,17 @@ export declare const UColorPicker: {
3560
3560
  validator: (val: string) => boolean;
3561
3561
  };
3562
3562
  color: {
3563
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3564
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3563
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3564
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3565
3565
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3566
3566
  };
3567
3567
  modelValue: {
3568
3568
  type: (StringConstructor | NumberConstructor)[];
3569
3569
  };
3570
3570
  size: {
3571
- type: import("vue").PropType<"small" | "default" | "large">;
3571
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3572
3572
  default: string;
3573
- validator: (val: "small" | "default" | "large") => boolean;
3573
+ validator: (val: "default" | "small" | "large") => boolean;
3574
3574
  };
3575
3575
  placeholder: {
3576
3576
  type: StringConstructor;
@@ -3584,7 +3584,7 @@ export declare const UColorPicker: {
3584
3584
  default: boolean;
3585
3585
  };
3586
3586
  autosize: {
3587
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
3587
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
3588
3588
  default: boolean;
3589
3589
  };
3590
3590
  rows: {
@@ -3619,10 +3619,10 @@ export declare const UColorPicker: {
3619
3619
  default: string;
3620
3620
  };
3621
3621
  prefixIcon: {
3622
- type: import("vue").PropType<import("../..").IconPropType>;
3622
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3623
3623
  };
3624
3624
  suffixIcon: {
3625
- type: import("vue").PropType<import("../..").IconPropType>;
3625
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3626
3626
  };
3627
3627
  showWordLimit: {
3628
3628
  type: BooleanConstructor;
@@ -3668,13 +3668,13 @@ export declare const UColorPicker: {
3668
3668
  type: import("vue").PropType<"ltr" | "rtl">;
3669
3669
  };
3670
3670
  }>> & Readonly<{
3671
- onSearch?: (v: import("..").InputValueType) => any;
3672
- onChange?: (v: import("..").InputValueType) => any;
3671
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3673
3672
  onClear?: (ev: Event) => any;
3673
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3674
3674
  onFocus?: (ev: Event) => any;
3675
3675
  onBlur?: (ev: Event) => any;
3676
3676
  onEnter?: (ev: Event) => any;
3677
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
3677
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3678
3678
  onKeydown?: (ev: Event) => any;
3679
3679
  onKeypress?: (ev: Event) => any;
3680
3680
  onKeyup?: (ev: Event) => any;
@@ -3706,7 +3706,7 @@ export declare const UColorPicker: {
3706
3706
  handleBlur: (event: any) => void;
3707
3707
  handleComposition: (event: any) => void;
3708
3708
  handleInput: (event: any) => void;
3709
- setStateValue: (value: import("..").InputValueType) => void;
3709
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
3710
3710
  resizeTextarea: () => void;
3711
3711
  focus: () => void;
3712
3712
  select: () => void;
@@ -3715,9 +3715,9 @@ export declare const UColorPicker: {
3715
3715
  handleToggleShowPassword: () => void;
3716
3716
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3717
3717
  enter: (ev: Event) => boolean;
3718
- search: (v: import("..").InputValueType) => boolean;
3719
- change: (v: import("..").InputValueType) => boolean;
3720
- 'update:modelValue': (v: import("..").InputValueType) => boolean;
3718
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3719
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3720
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3721
3721
  clear: (ev: Event) => boolean;
3722
3722
  keydown: (ev: Event) => boolean;
3723
3723
  keypress: (ev: Event) => boolean;
@@ -3727,13 +3727,13 @@ export declare const UColorPicker: {
3727
3727
  }, import("vue").PublicProps, {
3728
3728
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3729
3729
  type: "number" | "text" | "textarea" | "password";
3730
- search: boolean;
3731
3730
  required: boolean;
3732
- size: "small" | "default" | "large";
3731
+ size: "default" | "small" | "large";
3732
+ search: boolean;
3733
3733
  disabled: boolean;
3734
3734
  variant: "surface" | "soft";
3735
3735
  placeholder: string;
3736
- autosize: boolean | import("..").AutoSizeObject;
3736
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
3737
3737
  rows: number;
3738
3738
  readonly: boolean;
3739
3739
  autofocus: boolean;
@@ -3764,7 +3764,7 @@ export declare const UColorPicker: {
3764
3764
  default: string;
3765
3765
  };
3766
3766
  icon: {
3767
- type: import("vue").PropType<import("../..").IconPropType>;
3767
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3768
3768
  };
3769
3769
  }>> & Readonly<{
3770
3770
  onClick?: (ev: Event) => any;
@@ -3811,7 +3811,7 @@ export declare const UColorPicker: {
3811
3811
  default: string;
3812
3812
  };
3813
3813
  icon: {
3814
- type: import("vue").PropType<import("../..").IconPropType>;
3814
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3815
3815
  };
3816
3816
  }>> & Readonly<{
3817
3817
  onClick?: (ev: Event) => any;
@@ -3853,7 +3853,7 @@ export declare const UColorPicker: {
3853
3853
  default: string;
3854
3854
  };
3855
3855
  icon: {
3856
- type: import("vue").PropType<import("../..").IconPropType>;
3856
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3857
3857
  };
3858
3858
  }>> & Readonly<{
3859
3859
  onClick?: (ev: Event) => any;
@@ -3880,7 +3880,7 @@ export declare const UColorPicker: {
3880
3880
  }, string, {
3881
3881
  color: string;
3882
3882
  spin: boolean;
3883
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
3883
+ }, {}, 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>);
3884
3884
  URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3885
3885
  URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
3886
3886
  URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -3894,7 +3894,7 @@ export declare const UColorPicker: {
3894
3894
  Defaults: {};
3895
3895
  }, Readonly<import("vue").ExtractPropTypes<{
3896
3896
  type: {
3897
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
3897
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
3898
3898
  default: string;
3899
3899
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
3900
3900
  };
@@ -3904,17 +3904,17 @@ export declare const UColorPicker: {
3904
3904
  validator: (val: string) => boolean;
3905
3905
  };
3906
3906
  color: {
3907
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
3908
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3907
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
3908
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
3909
3909
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
3910
3910
  };
3911
3911
  modelValue: {
3912
3912
  type: (StringConstructor | NumberConstructor)[];
3913
3913
  };
3914
3914
  size: {
3915
- type: import("vue").PropType<"small" | "default" | "large">;
3915
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
3916
3916
  default: string;
3917
- validator: (val: "small" | "default" | "large") => boolean;
3917
+ validator: (val: "default" | "small" | "large") => boolean;
3918
3918
  };
3919
3919
  placeholder: {
3920
3920
  type: StringConstructor;
@@ -3928,7 +3928,7 @@ export declare const UColorPicker: {
3928
3928
  default: boolean;
3929
3929
  };
3930
3930
  autosize: {
3931
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
3931
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
3932
3932
  default: boolean;
3933
3933
  };
3934
3934
  rows: {
@@ -3963,10 +3963,10 @@ export declare const UColorPicker: {
3963
3963
  default: string;
3964
3964
  };
3965
3965
  prefixIcon: {
3966
- type: import("vue").PropType<import("../..").IconPropType>;
3966
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3967
3967
  };
3968
3968
  suffixIcon: {
3969
- type: import("vue").PropType<import("../..").IconPropType>;
3969
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
3970
3970
  };
3971
3971
  showWordLimit: {
3972
3972
  type: BooleanConstructor;
@@ -4012,13 +4012,13 @@ export declare const UColorPicker: {
4012
4012
  type: import("vue").PropType<"ltr" | "rtl">;
4013
4013
  };
4014
4014
  }>> & Readonly<{
4015
- onSearch?: (v: import("..").InputValueType) => any;
4016
- onChange?: (v: import("..").InputValueType) => any;
4015
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4017
4016
  onClear?: (ev: Event) => any;
4017
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4018
4018
  onFocus?: (ev: Event) => any;
4019
4019
  onBlur?: (ev: Event) => any;
4020
4020
  onEnter?: (ev: Event) => any;
4021
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
4021
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4022
4022
  onKeydown?: (ev: Event) => any;
4023
4023
  onKeypress?: (ev: Event) => any;
4024
4024
  onKeyup?: (ev: Event) => any;
@@ -4050,7 +4050,7 @@ export declare const UColorPicker: {
4050
4050
  handleBlur: (event: any) => void;
4051
4051
  handleComposition: (event: any) => void;
4052
4052
  handleInput: (event: any) => void;
4053
- setStateValue: (value: import("..").InputValueType) => void;
4053
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
4054
4054
  resizeTextarea: () => void;
4055
4055
  focus: () => void;
4056
4056
  select: () => void;
@@ -4060,13 +4060,13 @@ export declare const UColorPicker: {
4060
4060
  }, {}, {}, {}, {
4061
4061
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4062
4062
  type: "number" | "text" | "textarea" | "password";
4063
- search: boolean;
4064
4063
  required: boolean;
4065
- size: "small" | "default" | "large";
4064
+ size: "default" | "small" | "large";
4065
+ search: boolean;
4066
4066
  disabled: boolean;
4067
4067
  variant: "surface" | "soft";
4068
4068
  placeholder: string;
4069
- autosize: boolean | import("..").AutoSizeObject;
4069
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
4070
4070
  rows: number;
4071
4071
  readonly: boolean;
4072
4072
  autofocus: boolean;
@@ -4088,7 +4088,7 @@ export declare const UColorPicker: {
4088
4088
  __isSuspense?: never;
4089
4089
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4090
4090
  type: {
4091
- type: import("vue").PropType<"number" | "text" | "textarea" | "password">;
4091
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
4092
4092
  default: string;
4093
4093
  validator: (val: "number" | "text" | "textarea" | "password") => boolean;
4094
4094
  };
@@ -4098,17 +4098,17 @@ export declare const UColorPicker: {
4098
4098
  validator: (val: string) => boolean;
4099
4099
  };
4100
4100
  color: {
4101
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4102
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4101
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4102
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4103
4103
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4104
4104
  };
4105
4105
  modelValue: {
4106
4106
  type: (StringConstructor | NumberConstructor)[];
4107
4107
  };
4108
4108
  size: {
4109
- type: import("vue").PropType<"small" | "default" | "large">;
4109
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4110
4110
  default: string;
4111
- validator: (val: "small" | "default" | "large") => boolean;
4111
+ validator: (val: "default" | "small" | "large") => boolean;
4112
4112
  };
4113
4113
  placeholder: {
4114
4114
  type: StringConstructor;
@@ -4122,7 +4122,7 @@ export declare const UColorPicker: {
4122
4122
  default: boolean;
4123
4123
  };
4124
4124
  autosize: {
4125
- type: import("vue").PropType<boolean | import("..").AutoSizeObject>;
4125
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
4126
4126
  default: boolean;
4127
4127
  };
4128
4128
  rows: {
@@ -4157,10 +4157,10 @@ export declare const UColorPicker: {
4157
4157
  default: string;
4158
4158
  };
4159
4159
  prefixIcon: {
4160
- type: import("vue").PropType<import("../..").IconPropType>;
4160
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4161
4161
  };
4162
4162
  suffixIcon: {
4163
- type: import("vue").PropType<import("../..").IconPropType>;
4163
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4164
4164
  };
4165
4165
  showWordLimit: {
4166
4166
  type: BooleanConstructor;
@@ -4206,13 +4206,13 @@ export declare const UColorPicker: {
4206
4206
  type: import("vue").PropType<"ltr" | "rtl">;
4207
4207
  };
4208
4208
  }>> & Readonly<{
4209
- onSearch?: (v: import("..").InputValueType) => any;
4210
- onChange?: (v: import("..").InputValueType) => any;
4209
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4211
4210
  onClear?: (ev: Event) => any;
4211
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4212
4212
  onFocus?: (ev: Event) => any;
4213
4213
  onBlur?: (ev: Event) => any;
4214
4214
  onEnter?: (ev: Event) => any;
4215
- "onUpdate:modelValue"?: (v: import("..").InputValueType) => any;
4215
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4216
4216
  onKeydown?: (ev: Event) => any;
4217
4217
  onKeypress?: (ev: Event) => any;
4218
4218
  onKeyup?: (ev: Event) => any;
@@ -4244,7 +4244,7 @@ export declare const UColorPicker: {
4244
4244
  handleBlur: (event: any) => void;
4245
4245
  handleComposition: (event: any) => void;
4246
4246
  handleInput: (event: any) => void;
4247
- setStateValue: (value: import("..").InputValueType) => void;
4247
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
4248
4248
  resizeTextarea: () => void;
4249
4249
  focus: () => void;
4250
4250
  select: () => void;
@@ -4253,9 +4253,9 @@ export declare const UColorPicker: {
4253
4253
  handleToggleShowPassword: () => void;
4254
4254
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4255
4255
  enter: (ev: Event) => boolean;
4256
- search: (v: import("..").InputValueType) => boolean;
4257
- change: (v: import("..").InputValueType) => boolean;
4258
- 'update:modelValue': (v: import("..").InputValueType) => boolean;
4256
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4257
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4258
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4259
4259
  clear: (ev: Event) => boolean;
4260
4260
  keydown: (ev: Event) => boolean;
4261
4261
  keypress: (ev: Event) => boolean;
@@ -4265,13 +4265,13 @@ export declare const UColorPicker: {
4265
4265
  }, string, {
4266
4266
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4267
4267
  type: "number" | "text" | "textarea" | "password";
4268
- search: boolean;
4269
4268
  required: boolean;
4270
- size: "small" | "default" | "large";
4269
+ size: "default" | "small" | "large";
4270
+ search: boolean;
4271
4271
  disabled: boolean;
4272
4272
  variant: "surface" | "soft";
4273
4273
  placeholder: string;
4274
- autosize: boolean | import("..").AutoSizeObject;
4274
+ autosize: boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject;
4275
4275
  rows: number;
4276
4276
  readonly: boolean;
4277
4277
  autofocus: boolean;
@@ -4302,7 +4302,7 @@ export declare const UColorPicker: {
4302
4302
  default: string;
4303
4303
  };
4304
4304
  icon: {
4305
- type: import("vue").PropType<import("../..").IconPropType>;
4305
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4306
4306
  };
4307
4307
  }>> & Readonly<{
4308
4308
  onClick?: (ev: Event) => any;
@@ -4349,7 +4349,7 @@ export declare const UColorPicker: {
4349
4349
  default: string;
4350
4350
  };
4351
4351
  icon: {
4352
- type: import("vue").PropType<import("../..").IconPropType>;
4352
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4353
4353
  };
4354
4354
  }>> & Readonly<{
4355
4355
  onClick?: (ev: Event) => any;
@@ -4391,7 +4391,7 @@ export declare const UColorPicker: {
4391
4391
  default: string;
4392
4392
  };
4393
4393
  icon: {
4394
- type: import("vue").PropType<import("../..").IconPropType>;
4394
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4395
4395
  };
4396
4396
  }>> & Readonly<{
4397
4397
  onClick?: (ev: Event) => any;
@@ -4418,33 +4418,33 @@ export declare const UColorPicker: {
4418
4418
  }, string, {
4419
4419
  color: string;
4420
4420
  spin: boolean;
4421
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
4421
+ }, {}, 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>);
4422
4422
  URoundSearch: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4423
4423
  URoundCloseCircle: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4424
4424
  URoundEyeOpen: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4425
4425
  URoundEyeOff: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4426
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
4426
+ } & 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>);
4427
4427
  UButton: {
4428
4428
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
4429
4429
  type: {
4430
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
4430
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
4431
4431
  default: string;
4432
4432
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
4433
4433
  };
4434
4434
  color: {
4435
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4436
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4435
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4436
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4437
4437
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4438
4438
  };
4439
4439
  variant: {
4440
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
4440
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4441
4441
  default: string;
4442
4442
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
4443
4443
  };
4444
4444
  size: {
4445
- type: import("vue").PropType<"small" | "default" | "large">;
4445
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4446
4446
  default: string;
4447
- validator: (val: "small" | "default" | "large") => boolean;
4447
+ validator: (val: "default" | "small" | "large") => boolean;
4448
4448
  };
4449
4449
  disabled: {
4450
4450
  type: BooleanConstructor;
@@ -4455,10 +4455,10 @@ export declare const UColorPicker: {
4455
4455
  default: boolean;
4456
4456
  };
4457
4457
  icon: {
4458
- type: import("vue").PropType<import("../..").IconPropType>;
4458
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4459
4459
  };
4460
4460
  shape: {
4461
- type: import("vue").PropType<"default" | "circle">;
4461
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
4462
4462
  default: string;
4463
4463
  validator: (val: "default" | "circle") => boolean;
4464
4464
  };
@@ -4475,7 +4475,7 @@ export declare const UColorPicker: {
4475
4475
  default: undefined;
4476
4476
  };
4477
4477
  nativeType: {
4478
- type: import("vue").PropType<"button" | "submit" | "reset">;
4478
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
4479
4479
  default: string;
4480
4480
  validator: (val: "button" | "submit" | "reset") => boolean;
4481
4481
  };
@@ -4498,13 +4498,13 @@ export declare const UColorPicker: {
4498
4498
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4499
4499
  type: "primary" | "success" | "warning" | "default" | "danger";
4500
4500
  loading: boolean;
4501
- size: "small" | "default" | "large";
4501
+ size: "default" | "small" | "large";
4502
4502
  disabled: boolean;
4503
4503
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
4504
4504
  nativeType: "button" | "submit" | "reset";
4505
- block: boolean;
4506
4505
  shape: "default" | "circle";
4507
4506
  dashed: boolean;
4507
+ block: boolean;
4508
4508
  iconOnly: boolean;
4509
4509
  blurAfterClick: boolean;
4510
4510
  }, true, {}, {}, {
@@ -4522,7 +4522,7 @@ export declare const UColorPicker: {
4522
4522
  default: string;
4523
4523
  };
4524
4524
  icon: {
4525
- type: import("vue").PropType<import("../..").IconPropType>;
4525
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4526
4526
  };
4527
4527
  }>> & Readonly<{
4528
4528
  onClick?: (ev: Event) => any;
@@ -4569,7 +4569,7 @@ export declare const UColorPicker: {
4569
4569
  default: string;
4570
4570
  };
4571
4571
  icon: {
4572
- type: import("vue").PropType<import("../..").IconPropType>;
4572
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4573
4573
  };
4574
4574
  }>> & Readonly<{
4575
4575
  onClick?: (ev: Event) => any;
@@ -4611,7 +4611,7 @@ export declare const UColorPicker: {
4611
4611
  default: string;
4612
4612
  };
4613
4613
  icon: {
4614
- type: import("vue").PropType<import("../..").IconPropType>;
4614
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4615
4615
  };
4616
4616
  }>> & Readonly<{
4617
4617
  onClick?: (ev: Event) => any;
@@ -4638,7 +4638,7 @@ export declare const UColorPicker: {
4638
4638
  }, string, {
4639
4639
  color: string;
4640
4640
  spin: boolean;
4641
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
4641
+ }, {}, 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>);
4642
4642
  } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
4643
4643
  P: {};
4644
4644
  B: {};
@@ -4648,24 +4648,24 @@ export declare const UColorPicker: {
4648
4648
  Defaults: {};
4649
4649
  }, Readonly<import("vue").ExtractPropTypes<{
4650
4650
  type: {
4651
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
4651
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
4652
4652
  default: string;
4653
4653
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
4654
4654
  };
4655
4655
  color: {
4656
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4657
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4656
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4657
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4658
4658
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4659
4659
  };
4660
4660
  variant: {
4661
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
4661
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4662
4662
  default: string;
4663
4663
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
4664
4664
  };
4665
4665
  size: {
4666
- type: import("vue").PropType<"small" | "default" | "large">;
4666
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4667
4667
  default: string;
4668
- validator: (val: "small" | "default" | "large") => boolean;
4668
+ validator: (val: "default" | "small" | "large") => boolean;
4669
4669
  };
4670
4670
  disabled: {
4671
4671
  type: BooleanConstructor;
@@ -4676,10 +4676,10 @@ export declare const UColorPicker: {
4676
4676
  default: boolean;
4677
4677
  };
4678
4678
  icon: {
4679
- type: import("vue").PropType<import("../..").IconPropType>;
4679
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4680
4680
  };
4681
4681
  shape: {
4682
- type: import("vue").PropType<"default" | "circle">;
4682
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
4683
4683
  default: string;
4684
4684
  validator: (val: "default" | "circle") => boolean;
4685
4685
  };
@@ -4696,7 +4696,7 @@ export declare const UColorPicker: {
4696
4696
  default: undefined;
4697
4697
  };
4698
4698
  nativeType: {
4699
- type: import("vue").PropType<"button" | "submit" | "reset">;
4699
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
4700
4700
  default: string;
4701
4701
  validator: (val: "button" | "submit" | "reset") => boolean;
4702
4702
  };
@@ -4717,13 +4717,13 @@ export declare const UColorPicker: {
4717
4717
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4718
4718
  type: "primary" | "success" | "warning" | "default" | "danger";
4719
4719
  loading: boolean;
4720
- size: "small" | "default" | "large";
4720
+ size: "default" | "small" | "large";
4721
4721
  disabled: boolean;
4722
4722
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
4723
4723
  nativeType: "button" | "submit" | "reset";
4724
- block: boolean;
4725
4724
  shape: "default" | "circle";
4726
4725
  dashed: boolean;
4726
+ block: boolean;
4727
4727
  iconOnly: boolean;
4728
4728
  blurAfterClick: boolean;
4729
4729
  }>;
@@ -4732,24 +4732,24 @@ export declare const UColorPicker: {
4732
4732
  __isSuspense?: never;
4733
4733
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
4734
4734
  type: {
4735
- type: import("vue").PropType<"primary" | "success" | "warning" | "default" | "danger">;
4735
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
4736
4736
  default: string;
4737
4737
  validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
4738
4738
  };
4739
4739
  color: {
4740
- type: import("vue").PropType<"primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint">;
4741
- default: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4740
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4741
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4742
4742
  validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4743
4743
  };
4744
4744
  variant: {
4745
- type: import("vue").PropType<"link" | "text" | "surface" | "soft" | "outline" | "dashed">;
4745
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4746
4746
  default: string;
4747
4747
  validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
4748
4748
  };
4749
4749
  size: {
4750
- type: import("vue").PropType<"small" | "default" | "large">;
4750
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4751
4751
  default: string;
4752
- validator: (val: "small" | "default" | "large") => boolean;
4752
+ validator: (val: "default" | "small" | "large") => boolean;
4753
4753
  };
4754
4754
  disabled: {
4755
4755
  type: BooleanConstructor;
@@ -4760,10 +4760,10 @@ export declare const UColorPicker: {
4760
4760
  default: boolean;
4761
4761
  };
4762
4762
  icon: {
4763
- type: import("vue").PropType<import("../..").IconPropType>;
4763
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4764
4764
  };
4765
4765
  shape: {
4766
- type: import("vue").PropType<"default" | "circle">;
4766
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
4767
4767
  default: string;
4768
4768
  validator: (val: "default" | "circle") => boolean;
4769
4769
  };
@@ -4780,7 +4780,7 @@ export declare const UColorPicker: {
4780
4780
  default: undefined;
4781
4781
  };
4782
4782
  nativeType: {
4783
- type: import("vue").PropType<"button" | "submit" | "reset">;
4783
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
4784
4784
  default: string;
4785
4785
  validator: (val: "button" | "submit" | "reset") => boolean;
4786
4786
  };
@@ -4803,13 +4803,13 @@ export declare const UColorPicker: {
4803
4803
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4804
4804
  type: "primary" | "success" | "warning" | "default" | "danger";
4805
4805
  loading: boolean;
4806
- size: "small" | "default" | "large";
4806
+ size: "default" | "small" | "large";
4807
4807
  disabled: boolean;
4808
4808
  variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
4809
4809
  nativeType: "button" | "submit" | "reset";
4810
- block: boolean;
4811
4810
  shape: "default" | "circle";
4812
4811
  dashed: boolean;
4812
+ block: boolean;
4813
4813
  iconOnly: boolean;
4814
4814
  blurAfterClick: boolean;
4815
4815
  }, {}, string, {}, {
@@ -4827,7 +4827,7 @@ export declare const UColorPicker: {
4827
4827
  default: string;
4828
4828
  };
4829
4829
  icon: {
4830
- type: import("vue").PropType<import("../..").IconPropType>;
4830
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4831
4831
  };
4832
4832
  }>> & Readonly<{
4833
4833
  onClick?: (ev: Event) => any;
@@ -4874,7 +4874,7 @@ export declare const UColorPicker: {
4874
4874
  default: string;
4875
4875
  };
4876
4876
  icon: {
4877
- type: import("vue").PropType<import("../..").IconPropType>;
4877
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4878
4878
  };
4879
4879
  }>> & Readonly<{
4880
4880
  onClick?: (ev: Event) => any;
@@ -4916,7 +4916,7 @@ export declare const UColorPicker: {
4916
4916
  default: string;
4917
4917
  };
4918
4918
  icon: {
4919
- type: import("vue").PropType<import("../..").IconPropType>;
4919
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4920
4920
  };
4921
4921
  }>> & Readonly<{
4922
4922
  onClick?: (ev: Event) => any;
@@ -4943,16 +4943,16 @@ export declare const UColorPicker: {
4943
4943
  }, string, {
4944
4944
  color: string;
4945
4945
  spin: boolean;
4946
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
4947
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & {
4946
+ }, {}, 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>);
4947
+ } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (import("vue").Plugin & {
4948
4948
  Group: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4949
4949
  size: {
4950
- type: import("vue").PropType<"small" | "default" | "large">;
4950
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4951
4951
  default: string;
4952
- validator: (val: "small" | "default" | "large") => boolean;
4952
+ validator: (val: "default" | "small" | "large") => boolean;
4953
4953
  };
4954
4954
  shape: {
4955
- type: import("vue").PropType<"default" | "circle">;
4955
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
4956
4956
  default: string;
4957
4957
  validator: (val: "default" | "circle") => boolean;
4958
4958
  };
@@ -4964,12 +4964,12 @@ export declare const UColorPicker: {
4964
4964
  prefixCls: import("vue").ComputedRef<string>;
4965
4965
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
4966
4966
  size: {
4967
- type: import("vue").PropType<"small" | "default" | "large">;
4967
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4968
4968
  default: string;
4969
- validator: (val: "small" | "default" | "large") => boolean;
4969
+ validator: (val: "default" | "small" | "large") => boolean;
4970
4970
  };
4971
4971
  shape: {
4972
- type: import("vue").PropType<"default" | "circle">;
4972
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
4973
4973
  default: string;
4974
4974
  validator: (val: "default" | "circle") => boolean;
4975
4975
  };
@@ -4978,11 +4978,11 @@ export declare const UColorPicker: {
4978
4978
  default: undefined;
4979
4979
  };
4980
4980
  }>> & Readonly<{}>, {
4981
- size: "small" | "default" | "large";
4981
+ size: "default" | "small" | "large";
4982
4982
  shape: "default" | "circle";
4983
4983
  vertical: boolean;
4984
4984
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
4985
- };
4985
+ });
4986
4986
  HueSlider: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4987
4987
  prefixCls: {
4988
4988
  type: StringConstructor;
@@ -5104,6 +5104,6 @@ export declare const UColorPicker: {
5104
5104
  prefixCls: string;
5105
5105
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5106
5106
  ULineDown: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5107
- } & import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[], any[]> & Record<string, any>;
5107
+ } & 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>);
5108
5108
  export default UColorPicker;
5109
5109
  export * from './ColorPicker.type';