@koi-design/uxd-ui 13.2.9 → 13.2.11

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 (804) hide show
  1. package/es/components/Affix/Affix.mjs +1 -1
  2. package/es/components/Affix/index.d.ts +14 -1
  3. package/es/components/Alert/Alert.mjs +1 -1
  4. package/es/components/Alert/Alert.vue.d.ts +18 -1
  5. package/es/components/Alert/index.d.ts +72 -3
  6. package/es/components/Anchor/Anchor.mjs +1 -1
  7. package/es/components/Anchor/AnchorLink.mjs +1 -1
  8. package/es/components/Anchor/index.d.ts +47 -1
  9. package/es/components/AutoComplete/AutoComplete.mjs +1 -1
  10. package/es/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  11. package/es/components/AutoComplete/index.d.ts +2400 -185
  12. package/es/components/Avatar/Avatar.mjs +1 -1
  13. package/es/components/Avatar/Avatar.vue.d.ts +18 -1
  14. package/es/components/Avatar/index.d.ts +57 -3
  15. package/es/components/BackTop/BackTop.mjs +1 -1
  16. package/es/components/BackTop/BackTop.vue.d.ts +18 -1
  17. package/es/components/BackTop/index.d.ts +60 -3
  18. package/es/components/Badge/Badge.mjs +1 -1
  19. package/es/components/Badge/index.d.ts +41 -1
  20. package/es/components/Breadcrumb/index.d.ts +13 -1
  21. package/es/components/Button/Button.mjs +1 -1
  22. package/es/components/Button/Button.type.d.ts +1 -1
  23. package/es/components/Button/Button.vue.d.ts +21 -4
  24. package/es/components/Button/ButtonGroup.mjs +1 -1
  25. package/es/components/Button/index.d.ts +103 -9
  26. package/es/components/Calendar/Calendar.mjs +1 -1
  27. package/es/components/Calendar/Calendar.vue.d.ts +264 -5
  28. package/es/components/Calendar/Header.mjs +1 -1
  29. package/es/components/Calendar/Header.vue.d.ts +264 -5
  30. package/es/components/Calendar/index.d.ts +594 -36
  31. package/es/components/Calendar/table/DateTable.mjs +1 -1
  32. package/es/components/Calendar/table/MonthTable.mjs +1 -1
  33. package/es/components/Calendar/table/YearTable.mjs +1 -1
  34. package/es/components/Card/Card.d.ts +18 -1
  35. package/es/components/Card/CardMeta.mjs +1 -1
  36. package/es/components/Card/CardMeta.vue.d.ts +57 -3
  37. package/es/components/Card/index.d.ts +122 -6
  38. package/es/components/Carousel/Carousel.mjs +1 -1
  39. package/es/components/Carousel/Carousel.vue.d.ts +18 -1
  40. package/es/components/Carousel/CarouselItem.mjs +1 -1
  41. package/es/components/Carousel/index.d.ts +90 -3
  42. package/es/components/Cascader/Cascader.d.ts +128 -2
  43. package/es/components/Cascader/index.d.ts +548 -10
  44. package/es/components/Checkbox/Checkbox.mjs +1 -1
  45. package/es/components/Checkbox/Checkbox.vue.d.ts +18 -1
  46. package/es/components/Checkbox/CheckboxGroup.mjs +1 -1
  47. package/es/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  48. package/es/components/Checkbox/index.d.ts +119 -5
  49. package/es/components/Collapse/Collapse.mjs +1 -1
  50. package/es/components/Collapse/Panel.mjs +1 -1
  51. package/es/components/Collapse/Panel.vue.d.ts +18 -1
  52. package/es/components/Collapse/index.d.ts +50 -2
  53. package/es/components/ColorPicker/ColorPicker.mjs +1 -1
  54. package/es/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  55. package/es/components/ColorPicker/index.d.ts +962 -130
  56. package/es/components/ColorPicker/units/AlphaSlider.mjs +1 -1
  57. package/es/components/ColorPicker/units/HueSlider.mjs +1 -1
  58. package/es/components/ColorPicker/units/PreColors.mjs +1 -1
  59. package/es/components/ColorPicker/units/SvPanel.mjs +1 -1
  60. package/es/components/Comment/index.d.ts +1 -1
  61. package/es/components/ConfigProvider/index.d.ts +13 -1
  62. package/es/components/DatePicker/DatePicker.mjs +1 -1
  63. package/es/components/DatePicker/DatePicker.vue.d.ts +437 -35
  64. package/es/components/DatePicker/Panel/DatePanel/DatePanel.mjs +1 -1
  65. package/es/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  66. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.mjs +1 -1
  67. package/es/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  68. package/es/components/DatePicker/Panel/DatePickerPanel.mjs +1 -1
  69. package/es/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  70. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  71. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  72. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.mjs +1 -1
  73. package/es/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  74. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.mjs +1 -1
  75. package/es/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  76. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.mjs +1 -1
  77. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  78. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.mjs +1 -1
  79. package/es/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  80. package/es/components/DatePicker/Panel/QuarterPanel/QuarterTable.mjs +1 -1
  81. package/es/components/DatePicker/Panel/RangePart.mjs +1 -1
  82. package/es/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  83. package/es/components/DatePicker/Panel/YearPanel/YearPanel.mjs +1 -1
  84. package/es/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  85. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.mjs +1 -1
  86. package/es/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  87. package/es/components/DatePicker/Trigger/DatePickerInput.mjs +1 -1
  88. package/es/components/DatePicker/Trigger/DatePickerText.mjs +1 -1
  89. package/es/components/DatePicker/Trigger/DateRangeInput.mjs +1 -1
  90. package/es/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  91. package/es/components/DatePicker/index.d.ts +1032 -100
  92. package/es/components/Divider/Divider.mjs +1 -1
  93. package/es/components/Divider/index.d.ts +21 -1
  94. package/es/components/Drawer/index.d.ts +79 -1
  95. package/es/components/Dropdown/Dropdown.mjs +1 -1
  96. package/es/components/Dropdown/Dropdown.vue.d.ts +1 -1
  97. package/es/components/Dropdown/index.d.ts +58 -6
  98. package/es/components/Empty/index.d.ts +17 -1
  99. package/es/components/Form/Form.mjs +1 -1
  100. package/es/components/Form/index.d.ts +57 -1
  101. package/es/components/Grid/Col.mjs +1 -1
  102. package/es/components/Grid/Row.mjs +1 -1
  103. package/es/components/Icon/Icon.mjs +1 -1
  104. package/es/components/Icon/index.d.ts +18 -1
  105. package/es/components/Image/Image.mjs +1 -1
  106. package/es/components/Image/Image.vue.d.ts +18 -1
  107. package/es/components/Image/ImgViewer.mjs +1 -1
  108. package/es/components/Image/ImgViewer.vue.d.ts +18 -1
  109. package/es/components/Image/index.d.ts +86 -4
  110. package/es/components/InfoView/InfoView.mjs +1 -1
  111. package/es/components/InfoView/index.d.ts +46 -1
  112. package/es/components/Input/Input.d.ts +22 -5
  113. package/es/components/Input/index.d.ts +185 -21
  114. package/es/components/InputNumber/InputNumber.d.ts +188 -2
  115. package/es/components/InputNumber/index.d.ts +752 -95
  116. package/es/components/Layout/Content.mjs +1 -1
  117. package/es/components/Layout/Footer.mjs +1 -1
  118. package/es/components/Layout/Header.mjs +1 -1
  119. package/es/components/Layout/Layout.mjs +1 -1
  120. package/es/components/Layout/Sider.mjs +1 -1
  121. package/es/components/Layout/Sider.vue.d.ts +18 -1
  122. package/es/components/Layout/index.d.ts +23 -2
  123. package/es/components/Link/Link.mjs +1 -1
  124. package/es/components/Link/Link.vue.d.ts +18 -1
  125. package/es/components/Link/index.d.ts +62 -3
  126. package/es/components/List/List.mjs +1 -1
  127. package/es/components/List/List.vue.d.ts +184 -8
  128. package/es/components/List/ListItemMeta.mjs +1 -1
  129. package/es/components/List/ListItemMeta.vue.d.ts +57 -3
  130. package/es/components/List/index.d.ts +473 -20
  131. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  132. package/es/components/Mask/index.d.ts +30 -1
  133. package/es/components/Mention/Mention.mjs +1 -1
  134. package/es/components/Mention/MentionsSelect.mjs +1 -1
  135. package/es/components/Menu/MenuDivider.mjs +1 -1
  136. package/es/components/Menu/MenuItem.mjs +1 -1
  137. package/es/components/Menu/MenuItem.vue.d.ts +58 -3
  138. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  139. package/es/components/Menu/SubMenu.mjs +1 -1
  140. package/es/components/Menu/SubMenu.vue.d.ts +19 -2
  141. package/es/components/Menu/index.d.ts +130 -6
  142. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  143. package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  144. package/es/components/Modal/Modal.mjs +1 -1
  145. package/es/components/Modal/Modal.vue.d.ts +122 -11
  146. package/es/components/Modal/index.d.ts +330 -24
  147. package/es/components/Notification/Notice.mjs +1 -1
  148. package/es/components/Notification/Notice.vue.d.ts +18 -1
  149. package/es/components/Notification/Notification.mjs +1 -1
  150. package/es/components/Notification/Notification.vue.d.ts +18 -1
  151. package/es/components/PageHeader/PageHeader.mjs +1 -1
  152. package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
  153. package/es/components/PageHeader/index.d.ts +85 -5
  154. package/es/components/Pagination/Pager.mjs +1 -1
  155. package/es/components/Pagination/Pager.vue.d.ts +18 -1
  156. package/es/components/Pagination/Pagination.d.ts +36 -2
  157. package/es/components/Pagination/index.d.ts +151 -5
  158. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  159. package/es/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  160. package/es/components/PopConfirm/index.d.ts +427 -27
  161. package/es/components/Popover/Popover.mjs +1 -1
  162. package/es/components/Popover/Popover.vue.d.ts +1 -1
  163. package/es/components/Popover/index.d.ts +64 -3
  164. package/es/components/Popup/Popup.d.ts +1 -1
  165. package/es/components/Popup/hooks/usePopper.d.ts +1 -1
  166. package/es/components/Progress/Circle.d.ts +18 -1
  167. package/es/components/Progress/Line.mjs +1 -1
  168. package/es/components/Progress/Line.vue.d.ts +18 -1
  169. package/es/components/Progress/Progress.mjs +1 -1
  170. package/es/components/Progress/Progress.vue.d.ts +36 -2
  171. package/es/components/Progress/Water.mjs +1 -1
  172. package/es/components/Progress/index.d.ts +116 -5
  173. package/es/components/Radio/Radio.mjs +1 -1
  174. package/es/components/Radio/index.d.ts +43 -1
  175. package/es/components/Rate/Rate.mjs +1 -1
  176. package/es/components/Rate/Rate.vue.d.ts +76 -4
  177. package/es/components/Rate/Star.mjs +1 -1
  178. package/es/components/Rate/Star.vue.d.ts +18 -1
  179. package/es/components/Rate/index.d.ts +196 -9
  180. package/es/components/Result/Result.mjs +1 -1
  181. package/es/components/Result/Result.vue.d.ts +18 -1
  182. package/es/components/Result/index.d.ts +59 -3
  183. package/es/components/Scrollbar/index.d.ts +23 -1
  184. package/es/components/Select/DropdownMenu.mjs +1 -1
  185. package/es/components/Select/DropdownMenu.vue.d.ts +180 -8
  186. package/es/components/Select/RefSelect.mjs +1 -1
  187. package/es/components/Select/RefSelect.vue.d.ts +321 -18
  188. package/es/components/Select/Selection/Input.mjs +1 -1
  189. package/es/components/Select/Selection/Multiple.mjs +1 -1
  190. package/es/components/Select/Selection/Multiple.vue.d.ts +82 -4
  191. package/es/components/Select/Selection/Selection.mjs +1 -1
  192. package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
  193. package/es/components/Select/Selection/Single.mjs +1 -1
  194. package/es/components/Select/index.d.ts +221 -4
  195. package/es/components/Skeleton/Skeleton.mjs +1 -1
  196. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  197. package/es/components/Skeleton/index.d.ts +22 -1
  198. package/es/components/Slider/Handle.mjs +1 -1
  199. package/es/components/Slider/Marks.mjs +1 -1
  200. package/es/components/Slider/Steps.mjs +1 -1
  201. package/es/components/Slider/index.d.ts +68 -1
  202. package/es/components/Space/index.d.ts +25 -1
  203. package/es/components/Spin/Spin.mjs +1 -1
  204. package/es/components/Spin/index.d.ts +23 -1
  205. package/es/components/Statistic/Statistic.mjs +1 -1
  206. package/es/components/Statistic/Statistic.vue.d.ts +76 -4
  207. package/es/components/Statistic/index.d.ts +196 -9
  208. package/es/components/Steps/Step.mjs +1 -1
  209. package/es/components/Steps/Step.vue.d.ts +18 -1
  210. package/es/components/Steps/Steps.mjs +1 -1
  211. package/es/components/Steps/index.d.ts +73 -2
  212. package/es/components/Switch/Switch.mjs +1 -1
  213. package/es/components/Switch/index.d.ts +58 -1
  214. package/es/components/Table/BaseTable.mjs +1 -1
  215. package/es/components/Table/BaseTable.vue.d.ts +597 -32
  216. package/es/components/Table/BodyTable.mjs +1 -1
  217. package/es/components/Table/BodyTable.vue.d.ts +597 -32
  218. package/es/components/Table/HeadTable.mjs +1 -1
  219. package/es/components/Table/HeadTable.vue.d.ts +597 -32
  220. package/es/components/Table/Table.mjs +1 -1
  221. package/es/components/Table/Table.vue.d.ts +1437 -139
  222. package/es/components/Table/TableBox.mjs +1 -1
  223. package/es/components/Table/TableBox.vue.d.ts +1246 -116
  224. package/es/components/Table/hooks/useDraggable.mjs +112 -31
  225. package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
  226. package/es/components/Table/hooks/useTableResize.mjs +21 -2
  227. package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
  228. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  229. package/es/components/Table/tableUnits/DraggableIcon.mjs +4 -3
  230. package/es/components/Table/tableUnits/DraggableIcon.mjs.map +1 -1
  231. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  232. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  233. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  234. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  235. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  236. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  237. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  238. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  239. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  240. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  241. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  242. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  243. package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  244. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  245. package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  246. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  247. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  248. package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
  249. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  250. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  251. package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  252. package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
  253. package/es/components/Tabs/TabBar.mjs +1 -1
  254. package/es/components/Tabs/TabNav.mjs +1 -1
  255. package/es/components/Tabs/TabNav.vue.d.ts +69 -4
  256. package/es/components/Tabs/TabPane.mjs +1 -1
  257. package/es/components/Tabs/Tabs.d.ts +71 -6
  258. package/es/components/Tabs/index.d.ts +272 -19
  259. package/es/components/Tag/Tag.mjs +1 -1
  260. package/es/components/Tag/Tag.vue.d.ts +18 -1
  261. package/es/components/Tag/index.d.ts +67 -3
  262. package/es/components/Text/index.d.ts +24 -1
  263. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  264. package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  265. package/es/components/ThemePanel/index.d.ts +343 -25
  266. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  267. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  268. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  269. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  270. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  271. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  272. package/es/components/TimePicker/TimePicker.mjs +1 -1
  273. package/es/components/TimePicker/TimePicker.vue.d.ts +87 -9
  274. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  275. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  276. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  277. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  278. package/es/components/TimePicker/index.d.ts +307 -19
  279. package/es/components/Timeline/TimelineItem.mjs +1 -1
  280. package/es/components/Timeline/index.d.ts +18 -1
  281. package/es/components/Toggle/Toggle.mjs +1 -1
  282. package/es/components/Toggle/index.d.ts +9 -1
  283. package/es/components/Tooltip/Tooltip.mjs +1 -1
  284. package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
  285. package/es/components/Tooltip/index.d.ts +58 -3
  286. package/es/components/Transfer/Operation.mjs +1 -1
  287. package/es/components/Transfer/Operation.vue.d.ts +103 -9
  288. package/es/components/Transfer/Transfer.mjs +1 -1
  289. package/es/components/Transfer/Transfer.vue.d.ts +1580 -178
  290. package/es/components/Transfer/TransferList.mjs +1 -1
  291. package/es/components/Transfer/TransferList.vue.d.ts +423 -31
  292. package/es/components/Transfer/TransferListItem.mjs +1 -1
  293. package/es/components/Transfer/TransferListItem.vue.d.ts +119 -5
  294. package/es/components/Transfer/index.d.ts +4481 -682
  295. package/es/components/Tree/SubTree.mjs +1 -1
  296. package/es/components/Tree/SubTree.vue.d.ts +137 -6
  297. package/es/components/Tree/Tree.mjs +1 -1
  298. package/es/components/Tree/Tree.vue.d.ts +137 -6
  299. package/es/components/Tree/TreeNode.mjs +1 -1
  300. package/es/components/Tree/TreeNode.vue.d.ts +137 -6
  301. package/es/components/Tree/index.d.ts +360 -13
  302. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  303. package/es/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  304. package/es/components/TreeSelect/index.d.ts +900 -65
  305. package/es/components/Upload/UploadDragger.mjs +1 -1
  306. package/es/components/Upload/UploadList.mjs +1 -1
  307. package/es/components/Upload/UploadList.vue.d.ts +134 -6
  308. package/es/components/Upload/Uploader.mjs +1 -1
  309. package/es/components/Upload/Uploader.vue.d.ts +1 -1
  310. package/es/components/Upload/index.d.ts +90 -4
  311. package/es/components/VirtualList/ListContent.mjs +1 -1
  312. package/es/components/VirtualList/VirtualList.mjs +1 -1
  313. package/es/components/VirtualList/VirtualList.vue.d.ts +50 -2
  314. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  315. package/es/components/VirtualList/index.d.ts +162 -7
  316. package/es/components/base/HighlightText.mjs +1 -1
  317. package/es/components/base/RenderEmpty.mjs +1 -1
  318. package/lib/components/Affix/Affix.js +1 -1
  319. package/lib/components/Affix/index.d.ts +14 -1
  320. package/lib/components/Alert/Alert.js +1 -1
  321. package/lib/components/Alert/Alert.vue.d.ts +18 -1
  322. package/lib/components/Alert/index.d.ts +72 -3
  323. package/lib/components/Anchor/Anchor.js +1 -1
  324. package/lib/components/Anchor/AnchorLink.js +1 -1
  325. package/lib/components/Anchor/index.d.ts +47 -1
  326. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  327. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  328. package/lib/components/AutoComplete/index.d.ts +2400 -185
  329. package/lib/components/Avatar/Avatar.js +1 -1
  330. package/lib/components/Avatar/Avatar.vue.d.ts +18 -1
  331. package/lib/components/Avatar/index.d.ts +57 -3
  332. package/lib/components/BackTop/BackTop.js +1 -1
  333. package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
  334. package/lib/components/BackTop/index.d.ts +60 -3
  335. package/lib/components/Badge/Badge.js +1 -1
  336. package/lib/components/Badge/index.d.ts +41 -1
  337. package/lib/components/Breadcrumb/index.d.ts +13 -1
  338. package/lib/components/Button/Button.js +1 -1
  339. package/lib/components/Button/Button.type.d.ts +1 -1
  340. package/lib/components/Button/Button.vue.d.ts +21 -4
  341. package/lib/components/Button/ButtonGroup.js +1 -1
  342. package/lib/components/Button/index.d.ts +103 -9
  343. package/lib/components/Calendar/Calendar.js +1 -1
  344. package/lib/components/Calendar/Calendar.vue.d.ts +264 -5
  345. package/lib/components/Calendar/Header.js +1 -1
  346. package/lib/components/Calendar/Header.vue.d.ts +264 -5
  347. package/lib/components/Calendar/index.d.ts +594 -36
  348. package/lib/components/Calendar/table/DateTable.js +1 -1
  349. package/lib/components/Calendar/table/MonthTable.js +1 -1
  350. package/lib/components/Calendar/table/YearTable.js +1 -1
  351. package/lib/components/Card/Card.d.ts +18 -1
  352. package/lib/components/Card/CardMeta.js +1 -1
  353. package/lib/components/Card/CardMeta.vue.d.ts +57 -3
  354. package/lib/components/Card/index.d.ts +122 -6
  355. package/lib/components/Carousel/Carousel.js +1 -1
  356. package/lib/components/Carousel/Carousel.vue.d.ts +18 -1
  357. package/lib/components/Carousel/CarouselItem.js +1 -1
  358. package/lib/components/Carousel/index.d.ts +90 -3
  359. package/lib/components/Cascader/Cascader.d.ts +128 -2
  360. package/lib/components/Cascader/index.d.ts +548 -10
  361. package/lib/components/Checkbox/Checkbox.js +1 -1
  362. package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
  363. package/lib/components/Checkbox/CheckboxGroup.js +1 -1
  364. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  365. package/lib/components/Checkbox/index.d.ts +119 -5
  366. package/lib/components/Collapse/Collapse.js +1 -1
  367. package/lib/components/Collapse/Panel.js +1 -1
  368. package/lib/components/Collapse/Panel.vue.d.ts +18 -1
  369. package/lib/components/Collapse/index.d.ts +50 -2
  370. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  371. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  372. package/lib/components/ColorPicker/index.d.ts +962 -130
  373. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  374. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  375. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  376. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  377. package/lib/components/Comment/index.d.ts +1 -1
  378. package/lib/components/ConfigProvider/index.d.ts +13 -1
  379. package/lib/components/DatePicker/DatePicker.js +1 -1
  380. package/lib/components/DatePicker/DatePicker.vue.d.ts +437 -35
  381. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  382. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  383. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  384. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  385. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  386. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  387. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  388. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  389. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  390. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  391. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  392. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  393. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  394. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  395. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  396. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  397. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  398. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  399. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  400. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  401. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  402. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  403. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  404. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  405. package/lib/components/DatePicker/Trigger/DatePickerText.js +1 -1
  406. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  407. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  408. package/lib/components/DatePicker/index.d.ts +1032 -100
  409. package/lib/components/Divider/Divider.js +1 -1
  410. package/lib/components/Divider/index.d.ts +21 -1
  411. package/lib/components/Drawer/index.d.ts +79 -1
  412. package/lib/components/Dropdown/Dropdown.js +1 -1
  413. package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
  414. package/lib/components/Dropdown/index.d.ts +58 -6
  415. package/lib/components/Empty/index.d.ts +17 -1
  416. package/lib/components/Form/Form.js +1 -1
  417. package/lib/components/Form/index.d.ts +57 -1
  418. package/lib/components/Grid/Col.js +1 -1
  419. package/lib/components/Grid/Row.js +1 -1
  420. package/lib/components/Icon/Icon.js +1 -1
  421. package/lib/components/Icon/index.d.ts +18 -1
  422. package/lib/components/Image/Image.js +1 -1
  423. package/lib/components/Image/Image.vue.d.ts +18 -1
  424. package/lib/components/Image/ImgViewer.js +1 -1
  425. package/lib/components/Image/ImgViewer.vue.d.ts +18 -1
  426. package/lib/components/Image/index.d.ts +86 -4
  427. package/lib/components/InfoView/InfoView.js +1 -1
  428. package/lib/components/InfoView/index.d.ts +46 -1
  429. package/lib/components/Input/Input.d.ts +22 -5
  430. package/lib/components/Input/index.d.ts +185 -21
  431. package/lib/components/InputNumber/InputNumber.d.ts +188 -2
  432. package/lib/components/InputNumber/index.d.ts +752 -95
  433. package/lib/components/Layout/Content.js +1 -1
  434. package/lib/components/Layout/Footer.js +1 -1
  435. package/lib/components/Layout/Header.js +1 -1
  436. package/lib/components/Layout/Layout.js +1 -1
  437. package/lib/components/Layout/Sider.js +1 -1
  438. package/lib/components/Layout/Sider.vue.d.ts +18 -1
  439. package/lib/components/Layout/index.d.ts +23 -2
  440. package/lib/components/Link/Link.js +1 -1
  441. package/lib/components/Link/Link.vue.d.ts +18 -1
  442. package/lib/components/Link/index.d.ts +62 -3
  443. package/lib/components/List/List.js +1 -1
  444. package/lib/components/List/List.vue.d.ts +184 -8
  445. package/lib/components/List/ListItemMeta.js +1 -1
  446. package/lib/components/List/ListItemMeta.vue.d.ts +57 -3
  447. package/lib/components/List/index.d.ts +473 -20
  448. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  449. package/lib/components/Mask/index.d.ts +30 -1
  450. package/lib/components/Mention/Mention.js +1 -1
  451. package/lib/components/Mention/MentionsSelect.js +1 -1
  452. package/lib/components/Menu/MenuDivider.js +1 -1
  453. package/lib/components/Menu/MenuItem.js +1 -1
  454. package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
  455. package/lib/components/Menu/MenuItemGroup.js +1 -1
  456. package/lib/components/Menu/SubMenu.js +1 -1
  457. package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
  458. package/lib/components/Menu/index.d.ts +130 -6
  459. package/lib/components/Modal/ConfirmDialog.js +1 -1
  460. package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  461. package/lib/components/Modal/Modal.js +1 -1
  462. package/lib/components/Modal/Modal.vue.d.ts +122 -11
  463. package/lib/components/Modal/index.d.ts +330 -24
  464. package/lib/components/Notification/Notice.js +1 -1
  465. package/lib/components/Notification/Notice.vue.d.ts +18 -1
  466. package/lib/components/Notification/Notification.js +1 -1
  467. package/lib/components/Notification/Notification.vue.d.ts +18 -1
  468. package/lib/components/PageHeader/PageHeader.js +1 -1
  469. package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
  470. package/lib/components/PageHeader/index.d.ts +85 -5
  471. package/lib/components/Pagination/Pager.js +1 -1
  472. package/lib/components/Pagination/Pager.vue.d.ts +18 -1
  473. package/lib/components/Pagination/Pagination.d.ts +36 -2
  474. package/lib/components/Pagination/index.d.ts +151 -5
  475. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  476. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  477. package/lib/components/PopConfirm/index.d.ts +427 -27
  478. package/lib/components/Popover/Popover.js +1 -1
  479. package/lib/components/Popover/Popover.vue.d.ts +1 -1
  480. package/lib/components/Popover/index.d.ts +64 -3
  481. package/lib/components/Popup/Popup.d.ts +1 -1
  482. package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
  483. package/lib/components/Progress/Circle.d.ts +18 -1
  484. package/lib/components/Progress/Line.js +1 -1
  485. package/lib/components/Progress/Line.vue.d.ts +18 -1
  486. package/lib/components/Progress/Progress.js +1 -1
  487. package/lib/components/Progress/Progress.vue.d.ts +36 -2
  488. package/lib/components/Progress/Water.js +1 -1
  489. package/lib/components/Progress/index.d.ts +116 -5
  490. package/lib/components/Radio/Radio.js +1 -1
  491. package/lib/components/Radio/index.d.ts +43 -1
  492. package/lib/components/Rate/Rate.js +1 -1
  493. package/lib/components/Rate/Rate.vue.d.ts +76 -4
  494. package/lib/components/Rate/Star.js +1 -1
  495. package/lib/components/Rate/Star.vue.d.ts +18 -1
  496. package/lib/components/Rate/index.d.ts +196 -9
  497. package/lib/components/Result/Result.js +1 -1
  498. package/lib/components/Result/Result.vue.d.ts +18 -1
  499. package/lib/components/Result/index.d.ts +59 -3
  500. package/lib/components/Scrollbar/index.d.ts +23 -1
  501. package/lib/components/Select/DropdownMenu.js +1 -1
  502. package/lib/components/Select/DropdownMenu.vue.d.ts +180 -8
  503. package/lib/components/Select/RefSelect.js +1 -1
  504. package/lib/components/Select/RefSelect.vue.d.ts +321 -18
  505. package/lib/components/Select/Selection/Input.js +1 -1
  506. package/lib/components/Select/Selection/Multiple.js +1 -1
  507. package/lib/components/Select/Selection/Multiple.vue.d.ts +82 -4
  508. package/lib/components/Select/Selection/Selection.js +1 -1
  509. package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
  510. package/lib/components/Select/Selection/Single.js +1 -1
  511. package/lib/components/Select/index.d.ts +221 -4
  512. package/lib/components/Skeleton/Skeleton.js +1 -1
  513. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  514. package/lib/components/Skeleton/index.d.ts +22 -1
  515. package/lib/components/Slider/Handle.js +1 -1
  516. package/lib/components/Slider/Marks.js +1 -1
  517. package/lib/components/Slider/Steps.js +1 -1
  518. package/lib/components/Slider/index.d.ts +68 -1
  519. package/lib/components/Space/index.d.ts +25 -1
  520. package/lib/components/Spin/Spin.js +1 -1
  521. package/lib/components/Spin/index.d.ts +23 -1
  522. package/lib/components/Statistic/Statistic.js +1 -1
  523. package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
  524. package/lib/components/Statistic/index.d.ts +196 -9
  525. package/lib/components/Steps/Step.js +1 -1
  526. package/lib/components/Steps/Step.vue.d.ts +18 -1
  527. package/lib/components/Steps/Steps.js +1 -1
  528. package/lib/components/Steps/index.d.ts +73 -2
  529. package/lib/components/Switch/Switch.js +1 -1
  530. package/lib/components/Switch/index.d.ts +58 -1
  531. package/lib/components/Table/BaseTable.js +1 -1
  532. package/lib/components/Table/BaseTable.vue.d.ts +597 -32
  533. package/lib/components/Table/BodyTable.js +1 -1
  534. package/lib/components/Table/BodyTable.vue.d.ts +597 -32
  535. package/lib/components/Table/HeadTable.js +1 -1
  536. package/lib/components/Table/HeadTable.vue.d.ts +597 -32
  537. package/lib/components/Table/Table.js +1 -1
  538. package/lib/components/Table/Table.vue.d.ts +1437 -139
  539. package/lib/components/Table/TableBox.js +1 -1
  540. package/lib/components/Table/TableBox.vue.d.ts +1246 -116
  541. package/lib/components/Table/hooks/useDraggable.js +111 -30
  542. package/lib/components/Table/hooks/useDraggable.js.map +1 -1
  543. package/lib/components/Table/hooks/useTableResize.js +21 -2
  544. package/lib/components/Table/hooks/useTableResize.js.map +1 -1
  545. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  546. package/lib/components/Table/tableUnits/DraggableIcon.js +4 -3
  547. package/lib/components/Table/tableUnits/DraggableIcon.js.map +1 -1
  548. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  549. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  550. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  551. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  552. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  553. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  554. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  555. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  556. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  557. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  558. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  559. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  560. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  561. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  562. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  563. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  564. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  565. package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
  566. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  567. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  568. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  569. package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
  570. package/lib/components/Tabs/TabBar.js +1 -1
  571. package/lib/components/Tabs/TabNav.js +1 -1
  572. package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
  573. package/lib/components/Tabs/TabPane.js +1 -1
  574. package/lib/components/Tabs/Tabs.d.ts +71 -6
  575. package/lib/components/Tabs/index.d.ts +272 -19
  576. package/lib/components/Tag/Tag.js +1 -1
  577. package/lib/components/Tag/Tag.vue.d.ts +18 -1
  578. package/lib/components/Tag/index.d.ts +67 -3
  579. package/lib/components/Text/index.d.ts +24 -1
  580. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  581. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  582. package/lib/components/ThemePanel/index.d.ts +343 -25
  583. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  584. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  585. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  586. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  587. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  588. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  589. package/lib/components/TimePicker/TimePicker.js +1 -1
  590. package/lib/components/TimePicker/TimePicker.vue.d.ts +87 -9
  591. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  592. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  593. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  594. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  595. package/lib/components/TimePicker/index.d.ts +307 -19
  596. package/lib/components/Timeline/TimelineItem.js +1 -1
  597. package/lib/components/Timeline/index.d.ts +18 -1
  598. package/lib/components/Toggle/Toggle.js +1 -1
  599. package/lib/components/Toggle/index.d.ts +9 -1
  600. package/lib/components/Tooltip/Tooltip.js +1 -1
  601. package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
  602. package/lib/components/Tooltip/index.d.ts +58 -3
  603. package/lib/components/Transfer/Operation.js +1 -1
  604. package/lib/components/Transfer/Operation.vue.d.ts +103 -9
  605. package/lib/components/Transfer/Transfer.js +1 -1
  606. package/lib/components/Transfer/Transfer.vue.d.ts +1580 -178
  607. package/lib/components/Transfer/TransferList.js +1 -1
  608. package/lib/components/Transfer/TransferList.vue.d.ts +423 -31
  609. package/lib/components/Transfer/TransferListItem.js +1 -1
  610. package/lib/components/Transfer/TransferListItem.vue.d.ts +119 -5
  611. package/lib/components/Transfer/index.d.ts +4481 -682
  612. package/lib/components/Tree/SubTree.js +1 -1
  613. package/lib/components/Tree/SubTree.vue.d.ts +137 -6
  614. package/lib/components/Tree/Tree.js +1 -1
  615. package/lib/components/Tree/Tree.vue.d.ts +137 -6
  616. package/lib/components/Tree/TreeNode.js +1 -1
  617. package/lib/components/Tree/TreeNode.vue.d.ts +137 -6
  618. package/lib/components/Tree/index.d.ts +360 -13
  619. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  620. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  621. package/lib/components/TreeSelect/index.d.ts +900 -65
  622. package/lib/components/Upload/UploadDragger.js +1 -1
  623. package/lib/components/Upload/UploadList.js +1 -1
  624. package/lib/components/Upload/UploadList.vue.d.ts +134 -6
  625. package/lib/components/Upload/Uploader.js +1 -1
  626. package/lib/components/Upload/Uploader.vue.d.ts +1 -1
  627. package/lib/components/Upload/index.d.ts +90 -4
  628. package/lib/components/VirtualList/ListContent.js +1 -1
  629. package/lib/components/VirtualList/VirtualList.js +1 -1
  630. package/lib/components/VirtualList/VirtualList.vue.d.ts +50 -2
  631. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  632. package/lib/components/VirtualList/index.d.ts +162 -7
  633. package/lib/components/base/HighlightText.js +1 -1
  634. package/lib/components/base/RenderEmpty.js +1 -1
  635. package/package.json +1 -1
  636. package/types/components/Affix/index.d.ts +14 -1
  637. package/types/components/Alert/Alert.vue.d.ts +18 -1
  638. package/types/components/Alert/index.d.ts +72 -3
  639. package/types/components/Anchor/index.d.ts +47 -1
  640. package/types/components/AutoComplete/AutoComplete.vue.d.ts +912 -69
  641. package/types/components/AutoComplete/index.d.ts +2400 -185
  642. package/types/components/Avatar/Avatar.vue.d.ts +18 -1
  643. package/types/components/Avatar/index.d.ts +57 -3
  644. package/types/components/BackTop/BackTop.vue.d.ts +18 -1
  645. package/types/components/BackTop/index.d.ts +60 -3
  646. package/types/components/Badge/index.d.ts +41 -1
  647. package/types/components/Breadcrumb/index.d.ts +13 -1
  648. package/types/components/Button/Button.type.d.ts +1 -1
  649. package/types/components/Button/Button.vue.d.ts +21 -4
  650. package/types/components/Button/index.d.ts +103 -9
  651. package/types/components/Calendar/Calendar.vue.d.ts +264 -5
  652. package/types/components/Calendar/Header.vue.d.ts +264 -5
  653. package/types/components/Calendar/index.d.ts +594 -36
  654. package/types/components/Card/Card.d.ts +18 -1
  655. package/types/components/Card/CardMeta.vue.d.ts +57 -3
  656. package/types/components/Card/index.d.ts +122 -6
  657. package/types/components/Carousel/Carousel.vue.d.ts +18 -1
  658. package/types/components/Carousel/index.d.ts +90 -3
  659. package/types/components/Cascader/Cascader.d.ts +128 -2
  660. package/types/components/Cascader/index.d.ts +548 -10
  661. package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
  662. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  663. package/types/components/Checkbox/index.d.ts +119 -5
  664. package/types/components/Collapse/Panel.vue.d.ts +18 -1
  665. package/types/components/Collapse/index.d.ts +50 -2
  666. package/types/components/ColorPicker/ColorPicker.vue.d.ts +395 -40
  667. package/types/components/ColorPicker/index.d.ts +962 -130
  668. package/types/components/Comment/index.d.ts +1 -1
  669. package/types/components/ConfigProvider/index.d.ts +13 -1
  670. package/types/components/DatePicker/DatePicker.vue.d.ts +437 -35
  671. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  672. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  673. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +199 -15
  674. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +199 -15
  675. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  676. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  677. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  678. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  679. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  680. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  681. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  682. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  683. package/types/components/DatePicker/index.d.ts +1032 -100
  684. package/types/components/Divider/index.d.ts +21 -1
  685. package/types/components/Drawer/index.d.ts +79 -1
  686. package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
  687. package/types/components/Dropdown/index.d.ts +58 -6
  688. package/types/components/Empty/index.d.ts +17 -1
  689. package/types/components/Form/index.d.ts +57 -1
  690. package/types/components/Icon/index.d.ts +18 -1
  691. package/types/components/Image/Image.vue.d.ts +18 -1
  692. package/types/components/Image/ImgViewer.vue.d.ts +18 -1
  693. package/types/components/Image/index.d.ts +86 -4
  694. package/types/components/InfoView/index.d.ts +46 -1
  695. package/types/components/Input/Input.d.ts +22 -5
  696. package/types/components/Input/index.d.ts +185 -21
  697. package/types/components/InputNumber/InputNumber.d.ts +188 -2
  698. package/types/components/InputNumber/index.d.ts +752 -95
  699. package/types/components/Layout/Sider.vue.d.ts +18 -1
  700. package/types/components/Layout/index.d.ts +23 -2
  701. package/types/components/Link/Link.vue.d.ts +18 -1
  702. package/types/components/Link/index.d.ts +62 -3
  703. package/types/components/List/List.vue.d.ts +184 -8
  704. package/types/components/List/ListItemMeta.vue.d.ts +57 -3
  705. package/types/components/List/index.d.ts +473 -20
  706. package/types/components/Mask/index.d.ts +30 -1
  707. package/types/components/Menu/MenuItem.vue.d.ts +58 -3
  708. package/types/components/Menu/SubMenu.vue.d.ts +19 -2
  709. package/types/components/Menu/index.d.ts +130 -6
  710. package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  711. package/types/components/Modal/Modal.vue.d.ts +122 -11
  712. package/types/components/Modal/index.d.ts +330 -24
  713. package/types/components/Notification/Notice.vue.d.ts +18 -1
  714. package/types/components/Notification/Notification.vue.d.ts +18 -1
  715. package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
  716. package/types/components/PageHeader/index.d.ts +85 -5
  717. package/types/components/Pagination/Pager.vue.d.ts +18 -1
  718. package/types/components/Pagination/Pagination.d.ts +36 -2
  719. package/types/components/Pagination/index.d.ts +151 -5
  720. package/types/components/PopConfirm/PopConfirm.vue.d.ts +185 -13
  721. package/types/components/PopConfirm/index.d.ts +427 -27
  722. package/types/components/Popover/Popover.vue.d.ts +1 -1
  723. package/types/components/Popover/index.d.ts +64 -3
  724. package/types/components/Popup/Popup.d.ts +1 -1
  725. package/types/components/Popup/hooks/usePopper.d.ts +1 -1
  726. package/types/components/Progress/Circle.d.ts +18 -1
  727. package/types/components/Progress/Line.vue.d.ts +18 -1
  728. package/types/components/Progress/Progress.vue.d.ts +36 -2
  729. package/types/components/Progress/index.d.ts +116 -5
  730. package/types/components/Radio/index.d.ts +43 -1
  731. package/types/components/Rate/Rate.vue.d.ts +76 -4
  732. package/types/components/Rate/Star.vue.d.ts +18 -1
  733. package/types/components/Rate/index.d.ts +196 -9
  734. package/types/components/Result/Result.vue.d.ts +18 -1
  735. package/types/components/Result/index.d.ts +59 -3
  736. package/types/components/Scrollbar/index.d.ts +23 -1
  737. package/types/components/Select/DropdownMenu.vue.d.ts +180 -8
  738. package/types/components/Select/RefSelect.vue.d.ts +321 -18
  739. package/types/components/Select/Selection/Multiple.vue.d.ts +82 -4
  740. package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
  741. package/types/components/Select/index.d.ts +221 -4
  742. package/types/components/Skeleton/index.d.ts +22 -1
  743. package/types/components/Slider/index.d.ts +68 -1
  744. package/types/components/Space/index.d.ts +25 -1
  745. package/types/components/Spin/index.d.ts +23 -1
  746. package/types/components/Statistic/Statistic.vue.d.ts +76 -4
  747. package/types/components/Statistic/index.d.ts +196 -9
  748. package/types/components/Steps/Step.vue.d.ts +18 -1
  749. package/types/components/Steps/index.d.ts +73 -2
  750. package/types/components/Switch/index.d.ts +58 -1
  751. package/types/components/Table/BaseTable.vue.d.ts +597 -32
  752. package/types/components/Table/BodyTable.vue.d.ts +597 -32
  753. package/types/components/Table/HeadTable.vue.d.ts +597 -32
  754. package/types/components/Table/Table.vue.d.ts +1437 -139
  755. package/types/components/Table/TableBox.vue.d.ts +1246 -116
  756. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +19 -2
  757. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  758. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  759. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +383 -21
  760. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +162 -6
  761. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +384 -22
  762. package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  763. package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  764. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +401 -22
  765. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +401 -22
  766. package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  767. package/types/components/Tabs/TabNav.vue.d.ts +69 -4
  768. package/types/components/Tabs/Tabs.d.ts +71 -6
  769. package/types/components/Tabs/index.d.ts +272 -19
  770. package/types/components/Tag/Tag.vue.d.ts +18 -1
  771. package/types/components/Tag/index.d.ts +67 -3
  772. package/types/components/Text/index.d.ts +24 -1
  773. package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  774. package/types/components/ThemePanel/index.d.ts +343 -25
  775. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  776. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  777. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  778. package/types/components/TimePicker/TimePicker.vue.d.ts +87 -9
  779. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  780. package/types/components/TimePicker/index.d.ts +307 -19
  781. package/types/components/Timeline/index.d.ts +18 -1
  782. package/types/components/Toggle/index.d.ts +9 -1
  783. package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
  784. package/types/components/Tooltip/index.d.ts +58 -3
  785. package/types/components/Transfer/Operation.vue.d.ts +103 -9
  786. package/types/components/Transfer/Transfer.vue.d.ts +1580 -178
  787. package/types/components/Transfer/TransferList.vue.d.ts +423 -31
  788. package/types/components/Transfer/TransferListItem.vue.d.ts +119 -5
  789. package/types/components/Transfer/index.d.ts +4481 -682
  790. package/types/components/Tree/SubTree.vue.d.ts +137 -6
  791. package/types/components/Tree/Tree.vue.d.ts +137 -6
  792. package/types/components/Tree/TreeNode.vue.d.ts +137 -6
  793. package/types/components/Tree/index.d.ts +360 -13
  794. package/types/components/TreeSelect/TreeSelect.vue.d.ts +379 -16
  795. package/types/components/TreeSelect/index.d.ts +900 -65
  796. package/types/components/Upload/UploadList.vue.d.ts +134 -6
  797. package/types/components/Upload/Uploader.vue.d.ts +1 -1
  798. package/types/components/Upload/index.d.ts +90 -4
  799. package/types/components/VirtualList/VirtualList.vue.d.ts +50 -2
  800. package/types/components/VirtualList/index.d.ts +162 -7
  801. package/uxd-ui.esm.min.mjs +6 -6
  802. package/uxd-ui.esm.mjs +137 -36
  803. package/uxd-ui.umd.js +137 -36
  804. package/uxd-ui.umd.min.js +6 -6
@@ -58,7 +58,16 @@ export declare const UColorPicker: {
58
58
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
59
59
  thumbTop: import("vue").Ref<number, number>;
60
60
  updateState: () => void;
61
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
61
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
62
+ prefixCls: {
63
+ type: StringConstructor;
64
+ default: string;
65
+ };
66
+ color: {
67
+ type: typeof import("./color").default;
68
+ required: true;
69
+ };
70
+ }>> & Readonly<{}>, {
62
71
  prefixCls: string;
63
72
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
64
73
  P: {};
@@ -99,7 +108,16 @@ export declare const UColorPicker: {
99
108
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
100
109
  thumbTop: import("vue").Ref<number, number>;
101
110
  updateState: () => void;
102
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
111
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
112
+ prefixCls: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ color: {
117
+ type: typeof import("./color").default;
118
+ required: true;
119
+ };
120
+ }>> & Readonly<{}>, {
103
121
  prefixCls: string;
104
122
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
105
123
  P: {};
@@ -141,7 +159,16 @@ export declare const UColorPicker: {
141
159
  cursorTop: import("vue").Ref<number, number>;
142
160
  cursorLeft: import("vue").Ref<number, number>;
143
161
  updateState: () => void;
144
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
162
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
163
+ prefixCls: {
164
+ type: StringConstructor;
165
+ default: string;
166
+ };
167
+ color: {
168
+ type: typeof import("./color").default;
169
+ required: true;
170
+ };
171
+ }>> & Readonly<{}>, {
145
172
  prefixCls: string;
146
173
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
147
174
  P: {};
@@ -182,7 +209,16 @@ export declare const UColorPicker: {
182
209
  cursorTop: import("vue").Ref<number, number>;
183
210
  cursorLeft: import("vue").Ref<number, number>;
184
211
  updateState: () => void;
185
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
212
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
213
+ prefixCls: {
214
+ type: StringConstructor;
215
+ default: string;
216
+ };
217
+ color: {
218
+ type: typeof import("./color").default;
219
+ required: true;
220
+ };
221
+ }>> & Readonly<{}>, {
186
222
  prefixCls: string;
187
223
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
188
224
  P: {};
@@ -225,7 +261,16 @@ export declare const UColorPicker: {
225
261
  thumbLeft: import("vue").Ref<number, number>;
226
262
  background: import("vue").Ref<string, string>;
227
263
  updateState: () => void;
228
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
264
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
265
+ prefixCls: {
266
+ type: StringConstructor;
267
+ default: string;
268
+ };
269
+ color: {
270
+ type: typeof import("./color").default;
271
+ required: true;
272
+ };
273
+ }>> & Readonly<{}>, {
229
274
  prefixCls: string;
230
275
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
231
276
  P: {};
@@ -268,7 +313,16 @@ export declare const UColorPicker: {
268
313
  thumbLeft: import("vue").Ref<number, number>;
269
314
  background: import("vue").Ref<string, string>;
270
315
  updateState: () => void;
271
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
316
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
317
+ prefixCls: {
318
+ type: StringConstructor;
319
+ default: string;
320
+ };
321
+ color: {
322
+ type: typeof import("./color").default;
323
+ required: true;
324
+ };
325
+ }>> & Readonly<{}>, {
272
326
  prefixCls: string;
273
327
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
274
328
  P: {};
@@ -318,7 +372,20 @@ export declare const UColorPicker: {
318
372
  rawColor: import("./color").default;
319
373
  rgba: string;
320
374
  }[]>;
321
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
375
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
376
+ prefixCls: {
377
+ type: StringConstructor;
378
+ default: string;
379
+ };
380
+ color: {
381
+ type: typeof import("./color").default;
382
+ required: true;
383
+ };
384
+ colors: {
385
+ type: import("vue").PropType<string[]>;
386
+ required: true;
387
+ };
388
+ }>> & Readonly<{}>, {
322
389
  prefixCls: string;
323
390
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
324
391
  P: {};
@@ -373,7 +440,20 @@ export declare const UColorPicker: {
373
440
  rawColor: import("./color").default;
374
441
  rgba: string;
375
442
  }[]>;
376
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
443
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
444
+ prefixCls: {
445
+ type: StringConstructor;
446
+ default: string;
447
+ };
448
+ color: {
449
+ type: typeof import("./color").default;
450
+ required: true;
451
+ };
452
+ colors: {
453
+ type: import("vue").PropType<string[]>;
454
+ required: true;
455
+ };
456
+ }>> & Readonly<{}>, {
377
457
  prefixCls: string;
378
458
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
379
459
  P: {};
@@ -443,7 +523,49 @@ export declare const UColorPicker: {
443
523
  change: (v: string | undefined) => boolean;
444
524
  'active-change': (v: string) => boolean;
445
525
  'open-change': (v: boolean) => boolean;
446
- }, import("vue").PublicProps, {
526
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
527
+ modelValue: {
528
+ type: StringConstructor;
529
+ };
530
+ showAlpha: {
531
+ type: BooleanConstructor;
532
+ default: boolean;
533
+ };
534
+ format: {
535
+ type: import("vue").PropType<import("./ColorPicker.type").ColorPickerFormat>;
536
+ validator: (val: "hsv" | "hsl" | "hex" | "rgb") => boolean;
537
+ };
538
+ preColors: {
539
+ type: import("vue").PropType<string[]>;
540
+ };
541
+ onlyPreColors: {
542
+ type: BooleanConstructor;
543
+ default: boolean;
544
+ };
545
+ size: {
546
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
547
+ default: string;
548
+ validator: (val: "default" | "small" | "large") => boolean;
549
+ };
550
+ disabled: {
551
+ type: BooleanConstructor;
552
+ default: boolean;
553
+ };
554
+ popupClass: {
555
+ type: StringConstructor;
556
+ };
557
+ popupStyle: {
558
+ type: import("vue").PropType<import("vue").CSSProperties>;
559
+ };
560
+ emptyValue: {
561
+ type: import("vue").PropType<string | undefined>;
562
+ };
563
+ }>> & Readonly<{
564
+ onChange?: (v: string) => any;
565
+ "onUpdate:modelValue"?: (v: string) => any;
566
+ "onActive-change"?: (v: string) => any;
567
+ "onOpen-change"?: (v: boolean) => any;
568
+ }>, {
447
569
  size: "default" | "small" | "large";
448
570
  disabled: boolean;
449
571
  showAlpha: boolean;
@@ -516,7 +638,7 @@ export declare const UColorPicker: {
516
638
  }>, {
517
639
  reference: import("vue").Ref<any, any>;
518
640
  stateVisible: import("vue").Ref<boolean, boolean>;
519
- popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
641
+ popup: import("vue").ShallowRef<HTMLElement>;
520
642
  isMounted: import("vue").Ref<boolean, boolean>;
521
643
  onClick: (e: any) => void;
522
644
  onMousedown: (e: any) => void;
@@ -674,7 +796,24 @@ export declare const UColorPicker: {
674
796
  handleClick: (e: any) => void;
675
797
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
676
798
  click: (ev: Event) => boolean;
677
- }, import("vue").PublicProps, {
799
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
800
+ rotate: {
801
+ type: NumberConstructor;
802
+ };
803
+ spin: BooleanConstructor;
804
+ size: {
805
+ type: NumberConstructor;
806
+ };
807
+ color: {
808
+ type: StringConstructor;
809
+ default: string;
810
+ };
811
+ icon: {
812
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
813
+ };
814
+ }>> & Readonly<{
815
+ onClick?: (ev: Event) => any;
816
+ }>, {
678
817
  color: string;
679
818
  spin: boolean;
680
819
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -890,9 +1029,9 @@ export declare const UColorPicker: {
890
1029
  }>> & Readonly<{
891
1030
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
892
1031
  onClear?: (ev: Event) => any;
893
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
894
1032
  onFocus?: (ev: Event) => any;
895
1033
  onBlur?: (ev: Event) => any;
1034
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
896
1035
  onEnter?: (ev: Event) => any;
897
1036
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
898
1037
  onKeydown?: (ev: Event) => any;
@@ -900,10 +1039,10 @@ export declare const UColorPicker: {
900
1039
  onKeyup?: (ev: Event) => any;
901
1040
  }>, {
902
1041
  prefixCls: import("vue").ComputedRef<string>;
903
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
904
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
905
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
906
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1042
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1043
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1044
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1045
+ appendRef: import("vue").ShallowRef<HTMLElement>;
907
1046
  slotReady: import("vue").Ref<boolean, boolean>;
908
1047
  stateValue: import("vue").Ref<string | number, string | number>;
909
1048
  getMoneyString: (val: string) => string;
@@ -944,12 +1083,141 @@ export declare const UColorPicker: {
944
1083
  keyup: (ev: Event) => boolean;
945
1084
  focus: (ev: Event) => boolean;
946
1085
  blur: (ev: Event) => boolean;
947
- }, import("vue").PublicProps, {
1086
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1087
+ type: {
1088
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
1089
+ default: string;
1090
+ validator: (val: "number" | "text" | "textarea" | "password") => boolean;
1091
+ };
1092
+ variant: {
1093
+ type: import("vue").PropType<"surface" | "soft">;
1094
+ default: string;
1095
+ validator: (val: string) => boolean;
1096
+ };
1097
+ color: {
1098
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
1099
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
1100
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
1101
+ };
1102
+ modelValue: {
1103
+ type: (StringConstructor | NumberConstructor)[];
1104
+ };
1105
+ size: {
1106
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1107
+ default: string;
1108
+ validator: (val: "default" | "small" | "large") => boolean;
1109
+ };
1110
+ placeholder: {
1111
+ type: StringConstructor;
1112
+ default: string;
1113
+ };
1114
+ maxlength: {
1115
+ type: NumberConstructor;
1116
+ };
1117
+ disabled: {
1118
+ type: BooleanConstructor;
1119
+ default: boolean;
1120
+ };
1121
+ autosize: {
1122
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
1123
+ default: boolean;
1124
+ };
1125
+ rows: {
1126
+ type: NumberConstructor;
1127
+ default: number;
1128
+ };
1129
+ readonly: {
1130
+ type: BooleanConstructor;
1131
+ default: boolean;
1132
+ };
1133
+ autofocus: {
1134
+ type: BooleanConstructor;
1135
+ default: boolean;
1136
+ };
1137
+ spellcheck: {
1138
+ type: BooleanConstructor;
1139
+ default: boolean;
1140
+ };
1141
+ autocomplete: {
1142
+ type: StringConstructor;
1143
+ default: string;
1144
+ };
1145
+ clearable: {
1146
+ type: BooleanConstructor;
1147
+ default: boolean;
1148
+ };
1149
+ elementId: {
1150
+ type: StringConstructor;
1151
+ };
1152
+ wrap: {
1153
+ type: StringConstructor;
1154
+ default: string;
1155
+ };
1156
+ prefixIcon: {
1157
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1158
+ };
1159
+ suffixIcon: {
1160
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1161
+ };
1162
+ showWordLimit: {
1163
+ type: BooleanConstructor;
1164
+ default: boolean;
1165
+ };
1166
+ search: {
1167
+ type: BooleanConstructor;
1168
+ default: boolean;
1169
+ };
1170
+ enterButton: {
1171
+ type: (BooleanConstructor | StringConstructor)[];
1172
+ default: boolean;
1173
+ };
1174
+ passwordIcon: {
1175
+ type: BooleanConstructor;
1176
+ default: boolean;
1177
+ };
1178
+ label: {
1179
+ type: StringConstructor;
1180
+ default: string;
1181
+ };
1182
+ labelPosition: {
1183
+ type: import("vue").PropType<"top" | "left">;
1184
+ default: string;
1185
+ };
1186
+ labelColon: {
1187
+ type: BooleanConstructor;
1188
+ default: boolean;
1189
+ };
1190
+ labelStyle: {
1191
+ type: ObjectConstructor;
1192
+ default: () => {};
1193
+ };
1194
+ required: {
1195
+ type: BooleanConstructor;
1196
+ default: boolean;
1197
+ };
1198
+ disabledTriggerForm: {
1199
+ type: BooleanConstructor;
1200
+ default: boolean;
1201
+ };
1202
+ direction: {
1203
+ type: import("vue").PropType<"ltr" | "rtl">;
1204
+ };
1205
+ }>> & Readonly<{
1206
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1207
+ onClear?: (ev: Event) => any;
1208
+ onFocus?: (ev: Event) => any;
1209
+ onBlur?: (ev: Event) => any;
1210
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1211
+ onEnter?: (ev: Event) => any;
1212
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1213
+ onKeydown?: (ev: Event) => any;
1214
+ onKeypress?: (ev: Event) => any;
1215
+ onKeyup?: (ev: Event) => any;
1216
+ }>, {
948
1217
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
949
1218
  type: "number" | "text" | "textarea" | "password";
950
1219
  required: boolean;
951
1220
  size: "default" | "small" | "large";
952
- search: boolean;
953
1221
  disabled: boolean;
954
1222
  variant: "surface" | "soft";
955
1223
  placeholder: string;
@@ -962,6 +1230,7 @@ export declare const UColorPicker: {
962
1230
  clearable: boolean;
963
1231
  wrap: string;
964
1232
  showWordLimit: boolean;
1233
+ search: boolean;
965
1234
  enterButton: string | boolean;
966
1235
  passwordIcon: boolean;
967
1236
  label: string;
@@ -1008,7 +1277,24 @@ export declare const UColorPicker: {
1008
1277
  handleClick: (e: any) => void;
1009
1278
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1010
1279
  click: (ev: Event) => boolean;
1011
- }, import("vue").PublicProps, {
1280
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1281
+ rotate: {
1282
+ type: NumberConstructor;
1283
+ };
1284
+ spin: BooleanConstructor;
1285
+ size: {
1286
+ type: NumberConstructor;
1287
+ };
1288
+ color: {
1289
+ type: StringConstructor;
1290
+ default: string;
1291
+ };
1292
+ icon: {
1293
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1294
+ };
1295
+ }>> & Readonly<{
1296
+ onClick?: (ev: Event) => any;
1297
+ }>, {
1012
1298
  color: string;
1013
1299
  spin: boolean;
1014
1300
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1234,9 +1520,9 @@ export declare const UColorPicker: {
1234
1520
  }>> & Readonly<{
1235
1521
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1236
1522
  onClear?: (ev: Event) => any;
1237
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1238
1523
  onFocus?: (ev: Event) => any;
1239
1524
  onBlur?: (ev: Event) => any;
1525
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1240
1526
  onEnter?: (ev: Event) => any;
1241
1527
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1242
1528
  onKeydown?: (ev: Event) => any;
@@ -1244,10 +1530,10 @@ export declare const UColorPicker: {
1244
1530
  onKeyup?: (ev: Event) => any;
1245
1531
  }>, {
1246
1532
  prefixCls: import("vue").ComputedRef<string>;
1247
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1248
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
1249
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
1250
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1533
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1534
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1535
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1536
+ appendRef: import("vue").ShallowRef<HTMLElement>;
1251
1537
  slotReady: import("vue").Ref<boolean, boolean>;
1252
1538
  stateValue: import("vue").Ref<string | number, string | number>;
1253
1539
  getMoneyString: (val: string) => string;
@@ -1282,7 +1568,6 @@ export declare const UColorPicker: {
1282
1568
  type: "number" | "text" | "textarea" | "password";
1283
1569
  required: boolean;
1284
1570
  size: "default" | "small" | "large";
1285
- search: boolean;
1286
1571
  disabled: boolean;
1287
1572
  variant: "surface" | "soft";
1288
1573
  placeholder: string;
@@ -1295,6 +1580,7 @@ export declare const UColorPicker: {
1295
1580
  clearable: boolean;
1296
1581
  wrap: string;
1297
1582
  showWordLimit: boolean;
1583
+ search: boolean;
1298
1584
  enterButton: string | boolean;
1299
1585
  passwordIcon: boolean;
1300
1586
  label: string;
@@ -1428,9 +1714,9 @@ export declare const UColorPicker: {
1428
1714
  }>> & Readonly<{
1429
1715
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1430
1716
  onClear?: (ev: Event) => any;
1431
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1432
1717
  onFocus?: (ev: Event) => any;
1433
1718
  onBlur?: (ev: Event) => any;
1719
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1434
1720
  onEnter?: (ev: Event) => any;
1435
1721
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1436
1722
  onKeydown?: (ev: Event) => any;
@@ -1438,10 +1724,10 @@ export declare const UColorPicker: {
1438
1724
  onKeyup?: (ev: Event) => any;
1439
1725
  }>, {
1440
1726
  prefixCls: import("vue").ComputedRef<string>;
1441
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1442
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
1443
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
1444
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1727
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1728
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1729
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1730
+ appendRef: import("vue").ShallowRef<HTMLElement>;
1445
1731
  slotReady: import("vue").Ref<boolean, boolean>;
1446
1732
  stateValue: import("vue").Ref<string | number, string | number>;
1447
1733
  getMoneyString: (val: string) => string;
@@ -1487,7 +1773,6 @@ export declare const UColorPicker: {
1487
1773
  type: "number" | "text" | "textarea" | "password";
1488
1774
  required: boolean;
1489
1775
  size: "default" | "small" | "large";
1490
- search: boolean;
1491
1776
  disabled: boolean;
1492
1777
  variant: "surface" | "soft";
1493
1778
  placeholder: string;
@@ -1500,6 +1785,7 @@ export declare const UColorPicker: {
1500
1785
  clearable: boolean;
1501
1786
  wrap: string;
1502
1787
  showWordLimit: boolean;
1788
+ search: boolean;
1503
1789
  enterButton: string | boolean;
1504
1790
  passwordIcon: boolean;
1505
1791
  label: string;
@@ -1546,7 +1832,24 @@ export declare const UColorPicker: {
1546
1832
  handleClick: (e: any) => void;
1547
1833
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1548
1834
  click: (ev: Event) => boolean;
1549
- }, import("vue").PublicProps, {
1835
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1836
+ rotate: {
1837
+ type: NumberConstructor;
1838
+ };
1839
+ spin: BooleanConstructor;
1840
+ size: {
1841
+ type: NumberConstructor;
1842
+ };
1843
+ color: {
1844
+ type: StringConstructor;
1845
+ default: string;
1846
+ };
1847
+ icon: {
1848
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1849
+ };
1850
+ }>> & Readonly<{
1851
+ onClick?: (ev: Event) => any;
1852
+ }>, {
1550
1853
  color: string;
1551
1854
  spin: boolean;
1552
1855
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1659,7 +1962,7 @@ export declare const UColorPicker: {
1659
1962
  variant: {
1660
1963
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1661
1964
  default: string;
1662
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1965
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1663
1966
  };
1664
1967
  size: {
1665
1968
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -1714,13 +2017,73 @@ export declare const UColorPicker: {
1714
2017
  handleClick: (event: any) => void;
1715
2018
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1716
2019
  click: (ev: Event) => boolean;
1717
- }, import("vue").PublicProps, {
2020
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2021
+ type: {
2022
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
2023
+ default: string;
2024
+ validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
2025
+ };
2026
+ color: {
2027
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2028
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2029
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2030
+ };
2031
+ variant: {
2032
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
2033
+ default: string;
2034
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
2035
+ };
2036
+ size: {
2037
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2038
+ default: string;
2039
+ validator: (val: "default" | "small" | "large") => boolean;
2040
+ };
2041
+ disabled: {
2042
+ type: BooleanConstructor;
2043
+ default: boolean;
2044
+ };
2045
+ dashed: {
2046
+ type: BooleanConstructor;
2047
+ default: boolean;
2048
+ };
2049
+ icon: {
2050
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2051
+ };
2052
+ shape: {
2053
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2054
+ default: string;
2055
+ validator: (val: "default" | "circle") => boolean;
2056
+ };
2057
+ block: {
2058
+ type: BooleanConstructor;
2059
+ default: undefined;
2060
+ };
2061
+ loading: {
2062
+ type: BooleanConstructor;
2063
+ default: undefined;
2064
+ };
2065
+ iconOnly: {
2066
+ type: BooleanConstructor;
2067
+ default: undefined;
2068
+ };
2069
+ nativeType: {
2070
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
2071
+ default: string;
2072
+ validator: (val: "button" | "submit" | "reset") => boolean;
2073
+ };
2074
+ blurAfterClick: {
2075
+ type: BooleanConstructor;
2076
+ default: boolean;
2077
+ };
2078
+ }>> & Readonly<{
2079
+ onClick?: (ev: Event) => any;
2080
+ }>, {
1718
2081
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1719
2082
  type: "primary" | "success" | "warning" | "default" | "danger";
1720
2083
  loading: boolean;
1721
2084
  size: "default" | "small" | "large";
1722
2085
  disabled: boolean;
1723
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2086
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
1724
2087
  nativeType: "button" | "submit" | "reset";
1725
2088
  shape: "default" | "circle";
1726
2089
  dashed: boolean;
@@ -1766,7 +2129,24 @@ export declare const UColorPicker: {
1766
2129
  handleClick: (e: any) => void;
1767
2130
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1768
2131
  click: (ev: Event) => boolean;
1769
- }, import("vue").PublicProps, {
2132
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2133
+ rotate: {
2134
+ type: NumberConstructor;
2135
+ };
2136
+ spin: BooleanConstructor;
2137
+ size: {
2138
+ type: NumberConstructor;
2139
+ };
2140
+ color: {
2141
+ type: StringConstructor;
2142
+ default: string;
2143
+ };
2144
+ icon: {
2145
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2146
+ };
2147
+ }>> & Readonly<{
2148
+ onClick?: (ev: Event) => any;
2149
+ }>, {
1770
2150
  color: string;
1771
2151
  spin: boolean;
1772
2152
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1880,7 +2260,7 @@ export declare const UColorPicker: {
1880
2260
  variant: {
1881
2261
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1882
2262
  default: string;
1883
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
2263
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1884
2264
  };
1885
2265
  size: {
1886
2266
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -1939,7 +2319,7 @@ export declare const UColorPicker: {
1939
2319
  loading: boolean;
1940
2320
  size: "default" | "small" | "large";
1941
2321
  disabled: boolean;
1942
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2322
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
1943
2323
  nativeType: "button" | "submit" | "reset";
1944
2324
  shape: "default" | "circle";
1945
2325
  dashed: boolean;
@@ -1964,7 +2344,7 @@ export declare const UColorPicker: {
1964
2344
  variant: {
1965
2345
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1966
2346
  default: string;
1967
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
2347
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1968
2348
  };
1969
2349
  size: {
1970
2350
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -2025,7 +2405,7 @@ export declare const UColorPicker: {
2025
2405
  loading: boolean;
2026
2406
  size: "default" | "small" | "large";
2027
2407
  disabled: boolean;
2028
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2408
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
2029
2409
  nativeType: "button" | "submit" | "reset";
2030
2410
  shape: "default" | "circle";
2031
2411
  dashed: boolean;
@@ -2071,7 +2451,24 @@ export declare const UColorPicker: {
2071
2451
  handleClick: (e: any) => void;
2072
2452
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2073
2453
  click: (ev: Event) => boolean;
2074
- }, import("vue").PublicProps, {
2454
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2455
+ rotate: {
2456
+ type: NumberConstructor;
2457
+ };
2458
+ spin: BooleanConstructor;
2459
+ size: {
2460
+ type: NumberConstructor;
2461
+ };
2462
+ color: {
2463
+ type: StringConstructor;
2464
+ default: string;
2465
+ };
2466
+ icon: {
2467
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2468
+ };
2469
+ }>> & Readonly<{
2470
+ onClick?: (ev: Event) => any;
2471
+ }>, {
2075
2472
  color: string;
2076
2473
  spin: boolean;
2077
2474
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2390,7 +2787,16 @@ export declare const UColorPicker: {
2390
2787
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2391
2788
  thumbTop: import("vue").Ref<number, number>;
2392
2789
  updateState: () => void;
2393
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2790
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2791
+ prefixCls: {
2792
+ type: StringConstructor;
2793
+ default: string;
2794
+ };
2795
+ color: {
2796
+ type: typeof import("./color").default;
2797
+ required: true;
2798
+ };
2799
+ }>> & Readonly<{}>, {
2394
2800
  prefixCls: string;
2395
2801
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2396
2802
  P: {};
@@ -2431,7 +2837,16 @@ export declare const UColorPicker: {
2431
2837
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2432
2838
  thumbTop: import("vue").Ref<number, number>;
2433
2839
  updateState: () => void;
2434
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2840
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2841
+ prefixCls: {
2842
+ type: StringConstructor;
2843
+ default: string;
2844
+ };
2845
+ color: {
2846
+ type: typeof import("./color").default;
2847
+ required: true;
2848
+ };
2849
+ }>> & Readonly<{}>, {
2435
2850
  prefixCls: string;
2436
2851
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2437
2852
  P: {};
@@ -2473,7 +2888,16 @@ export declare const UColorPicker: {
2473
2888
  cursorTop: import("vue").Ref<number, number>;
2474
2889
  cursorLeft: import("vue").Ref<number, number>;
2475
2890
  updateState: () => void;
2476
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2891
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2892
+ prefixCls: {
2893
+ type: StringConstructor;
2894
+ default: string;
2895
+ };
2896
+ color: {
2897
+ type: typeof import("./color").default;
2898
+ required: true;
2899
+ };
2900
+ }>> & Readonly<{}>, {
2477
2901
  prefixCls: string;
2478
2902
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2479
2903
  P: {};
@@ -2514,7 +2938,16 @@ export declare const UColorPicker: {
2514
2938
  cursorTop: import("vue").Ref<number, number>;
2515
2939
  cursorLeft: import("vue").Ref<number, number>;
2516
2940
  updateState: () => void;
2517
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2941
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2942
+ prefixCls: {
2943
+ type: StringConstructor;
2944
+ default: string;
2945
+ };
2946
+ color: {
2947
+ type: typeof import("./color").default;
2948
+ required: true;
2949
+ };
2950
+ }>> & Readonly<{}>, {
2518
2951
  prefixCls: string;
2519
2952
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2520
2953
  P: {};
@@ -2557,7 +2990,16 @@ export declare const UColorPicker: {
2557
2990
  thumbLeft: import("vue").Ref<number, number>;
2558
2991
  background: import("vue").Ref<string, string>;
2559
2992
  updateState: () => void;
2560
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2993
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2994
+ prefixCls: {
2995
+ type: StringConstructor;
2996
+ default: string;
2997
+ };
2998
+ color: {
2999
+ type: typeof import("./color").default;
3000
+ required: true;
3001
+ };
3002
+ }>> & Readonly<{}>, {
2561
3003
  prefixCls: string;
2562
3004
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2563
3005
  P: {};
@@ -2600,7 +3042,16 @@ export declare const UColorPicker: {
2600
3042
  thumbLeft: import("vue").Ref<number, number>;
2601
3043
  background: import("vue").Ref<string, string>;
2602
3044
  updateState: () => void;
2603
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3045
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3046
+ prefixCls: {
3047
+ type: StringConstructor;
3048
+ default: string;
3049
+ };
3050
+ color: {
3051
+ type: typeof import("./color").default;
3052
+ required: true;
3053
+ };
3054
+ }>> & Readonly<{}>, {
2604
3055
  prefixCls: string;
2605
3056
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2606
3057
  P: {};
@@ -2650,7 +3101,20 @@ export declare const UColorPicker: {
2650
3101
  rawColor: import("./color").default;
2651
3102
  rgba: string;
2652
3103
  }[]>;
2653
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3104
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3105
+ prefixCls: {
3106
+ type: StringConstructor;
3107
+ default: string;
3108
+ };
3109
+ color: {
3110
+ type: typeof import("./color").default;
3111
+ required: true;
3112
+ };
3113
+ colors: {
3114
+ type: import("vue").PropType<string[]>;
3115
+ required: true;
3116
+ };
3117
+ }>> & Readonly<{}>, {
2654
3118
  prefixCls: string;
2655
3119
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2656
3120
  P: {};
@@ -2705,7 +3169,20 @@ export declare const UColorPicker: {
2705
3169
  rawColor: import("./color").default;
2706
3170
  rgba: string;
2707
3171
  }[]>;
2708
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3172
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3173
+ prefixCls: {
3174
+ type: StringConstructor;
3175
+ default: string;
3176
+ };
3177
+ color: {
3178
+ type: typeof import("./color").default;
3179
+ required: true;
3180
+ };
3181
+ colors: {
3182
+ type: import("vue").PropType<string[]>;
3183
+ required: true;
3184
+ };
3185
+ }>> & Readonly<{}>, {
2709
3186
  prefixCls: string;
2710
3187
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2711
3188
  P: {};
@@ -2838,7 +3315,16 @@ export declare const UColorPicker: {
2838
3315
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2839
3316
  thumbTop: import("vue").Ref<number, number>;
2840
3317
  updateState: () => void;
2841
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3318
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3319
+ prefixCls: {
3320
+ type: StringConstructor;
3321
+ default: string;
3322
+ };
3323
+ color: {
3324
+ type: typeof import("./color").default;
3325
+ required: true;
3326
+ };
3327
+ }>> & Readonly<{}>, {
2842
3328
  prefixCls: string;
2843
3329
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2844
3330
  P: {};
@@ -2879,7 +3365,16 @@ export declare const UColorPicker: {
2879
3365
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2880
3366
  thumbTop: import("vue").Ref<number, number>;
2881
3367
  updateState: () => void;
2882
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3368
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3369
+ prefixCls: {
3370
+ type: StringConstructor;
3371
+ default: string;
3372
+ };
3373
+ color: {
3374
+ type: typeof import("./color").default;
3375
+ required: true;
3376
+ };
3377
+ }>> & Readonly<{}>, {
2883
3378
  prefixCls: string;
2884
3379
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2885
3380
  P: {};
@@ -2921,7 +3416,16 @@ export declare const UColorPicker: {
2921
3416
  cursorTop: import("vue").Ref<number, number>;
2922
3417
  cursorLeft: import("vue").Ref<number, number>;
2923
3418
  updateState: () => void;
2924
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3419
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3420
+ prefixCls: {
3421
+ type: StringConstructor;
3422
+ default: string;
3423
+ };
3424
+ color: {
3425
+ type: typeof import("./color").default;
3426
+ required: true;
3427
+ };
3428
+ }>> & Readonly<{}>, {
2925
3429
  prefixCls: string;
2926
3430
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2927
3431
  P: {};
@@ -2962,7 +3466,16 @@ export declare const UColorPicker: {
2962
3466
  cursorTop: import("vue").Ref<number, number>;
2963
3467
  cursorLeft: import("vue").Ref<number, number>;
2964
3468
  updateState: () => void;
2965
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3469
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3470
+ prefixCls: {
3471
+ type: StringConstructor;
3472
+ default: string;
3473
+ };
3474
+ color: {
3475
+ type: typeof import("./color").default;
3476
+ required: true;
3477
+ };
3478
+ }>> & Readonly<{}>, {
2966
3479
  prefixCls: string;
2967
3480
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2968
3481
  P: {};
@@ -3005,7 +3518,16 @@ export declare const UColorPicker: {
3005
3518
  thumbLeft: import("vue").Ref<number, number>;
3006
3519
  background: import("vue").Ref<string, string>;
3007
3520
  updateState: () => void;
3008
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3521
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3522
+ prefixCls: {
3523
+ type: StringConstructor;
3524
+ default: string;
3525
+ };
3526
+ color: {
3527
+ type: typeof import("./color").default;
3528
+ required: true;
3529
+ };
3530
+ }>> & Readonly<{}>, {
3009
3531
  prefixCls: string;
3010
3532
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3011
3533
  P: {};
@@ -3048,7 +3570,16 @@ export declare const UColorPicker: {
3048
3570
  thumbLeft: import("vue").Ref<number, number>;
3049
3571
  background: import("vue").Ref<string, string>;
3050
3572
  updateState: () => void;
3051
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3573
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3574
+ prefixCls: {
3575
+ type: StringConstructor;
3576
+ default: string;
3577
+ };
3578
+ color: {
3579
+ type: typeof import("./color").default;
3580
+ required: true;
3581
+ };
3582
+ }>> & Readonly<{}>, {
3052
3583
  prefixCls: string;
3053
3584
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3054
3585
  P: {};
@@ -3098,7 +3629,20 @@ export declare const UColorPicker: {
3098
3629
  rawColor: import("./color").default;
3099
3630
  rgba: string;
3100
3631
  }[]>;
3101
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3632
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3633
+ prefixCls: {
3634
+ type: StringConstructor;
3635
+ default: string;
3636
+ };
3637
+ color: {
3638
+ type: typeof import("./color").default;
3639
+ required: true;
3640
+ };
3641
+ colors: {
3642
+ type: import("vue").PropType<string[]>;
3643
+ required: true;
3644
+ };
3645
+ }>> & Readonly<{}>, {
3102
3646
  prefixCls: string;
3103
3647
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3104
3648
  P: {};
@@ -3153,7 +3697,20 @@ export declare const UColorPicker: {
3153
3697
  rawColor: import("./color").default;
3154
3698
  rgba: string;
3155
3699
  }[]>;
3156
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3700
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3701
+ prefixCls: {
3702
+ type: StringConstructor;
3703
+ default: string;
3704
+ };
3705
+ color: {
3706
+ type: typeof import("./color").default;
3707
+ required: true;
3708
+ };
3709
+ colors: {
3710
+ type: import("vue").PropType<string[]>;
3711
+ required: true;
3712
+ };
3713
+ }>> & Readonly<{}>, {
3157
3714
  prefixCls: string;
3158
3715
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3159
3716
  P: {};
@@ -3296,7 +3853,7 @@ export declare const UColorPicker: {
3296
3853
  }>, {
3297
3854
  reference: import("vue").Ref<any, any>;
3298
3855
  stateVisible: import("vue").Ref<boolean, boolean>;
3299
- popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3856
+ popup: import("vue").ShallowRef<HTMLElement>;
3300
3857
  isMounted: import("vue").Ref<boolean, boolean>;
3301
3858
  onClick: (e: any) => void;
3302
3859
  onMousedown: (e: any) => void;
@@ -3454,7 +4011,24 @@ export declare const UColorPicker: {
3454
4011
  handleClick: (e: any) => void;
3455
4012
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3456
4013
  click: (ev: Event) => boolean;
3457
- }, import("vue").PublicProps, {
4014
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4015
+ rotate: {
4016
+ type: NumberConstructor;
4017
+ };
4018
+ spin: BooleanConstructor;
4019
+ size: {
4020
+ type: NumberConstructor;
4021
+ };
4022
+ color: {
4023
+ type: StringConstructor;
4024
+ default: string;
4025
+ };
4026
+ icon: {
4027
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4028
+ };
4029
+ }>> & Readonly<{
4030
+ onClick?: (ev: Event) => any;
4031
+ }>, {
3458
4032
  color: string;
3459
4033
  spin: boolean;
3460
4034
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3670,66 +4244,195 @@ export declare const UColorPicker: {
3670
4244
  }>> & Readonly<{
3671
4245
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3672
4246
  onClear?: (ev: Event) => any;
3673
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3674
4247
  onFocus?: (ev: Event) => any;
3675
4248
  onBlur?: (ev: Event) => any;
4249
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4250
+ onEnter?: (ev: Event) => any;
4251
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4252
+ onKeydown?: (ev: Event) => any;
4253
+ onKeypress?: (ev: Event) => any;
4254
+ onKeyup?: (ev: Event) => any;
4255
+ }>, {
4256
+ prefixCls: import("vue").ComputedRef<string>;
4257
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4258
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4259
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4260
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4261
+ slotReady: import("vue").Ref<boolean, boolean>;
4262
+ stateValue: import("vue").Ref<string | number, string | number>;
4263
+ getMoneyString: (val: string) => string;
4264
+ textareaStyles: import("vue").Ref<{}, {}>;
4265
+ showPassword: import("vue").Ref<boolean, boolean>;
4266
+ computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
4267
+ nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
4268
+ showPrefix: import("vue").ComputedRef<boolean>;
4269
+ showSuffix: import("vue").ComputedRef<boolean>;
4270
+ textLength: import("vue").ComputedRef<number>;
4271
+ showPrepend: import("vue").ComputedRef<boolean>;
4272
+ showAppend: import("vue").ComputedRef<boolean>;
4273
+ showClearIcon: import("vue").Ref<boolean, boolean>;
4274
+ handleEnter: (event: Event) => void;
4275
+ handleWrapEnter: () => void;
4276
+ handleKeydown: (event: any) => void;
4277
+ handleKeypress: (event: any) => void;
4278
+ handleKeyup: (event: any) => void;
4279
+ handleFocus: (event: any) => void;
4280
+ handleBlur: (event: any) => void;
4281
+ handleComposition: (event: any) => void;
4282
+ handleInput: (event: any) => void;
4283
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
4284
+ resizeTextarea: () => void;
4285
+ focus: () => void;
4286
+ select: () => void;
4287
+ handleClear: (event: Event) => void;
4288
+ handleSearch: () => void;
4289
+ handleToggleShowPassword: () => void;
4290
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4291
+ enter: (ev: Event) => boolean;
4292
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4293
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4294
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4295
+ clear: (ev: Event) => boolean;
4296
+ keydown: (ev: Event) => boolean;
4297
+ keypress: (ev: Event) => boolean;
4298
+ keyup: (ev: Event) => boolean;
4299
+ focus: (ev: Event) => boolean;
4300
+ blur: (ev: Event) => boolean;
4301
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4302
+ type: {
4303
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
4304
+ default: string;
4305
+ validator: (val: "number" | "text" | "textarea" | "password") => boolean;
4306
+ };
4307
+ variant: {
4308
+ type: import("vue").PropType<"surface" | "soft">;
4309
+ default: string;
4310
+ validator: (val: string) => boolean;
4311
+ };
4312
+ color: {
4313
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
4314
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
4315
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
4316
+ };
4317
+ modelValue: {
4318
+ type: (StringConstructor | NumberConstructor)[];
4319
+ };
4320
+ size: {
4321
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4322
+ default: string;
4323
+ validator: (val: "default" | "small" | "large") => boolean;
4324
+ };
4325
+ placeholder: {
4326
+ type: StringConstructor;
4327
+ default: string;
4328
+ };
4329
+ maxlength: {
4330
+ type: NumberConstructor;
4331
+ };
4332
+ disabled: {
4333
+ type: BooleanConstructor;
4334
+ default: boolean;
4335
+ };
4336
+ autosize: {
4337
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
4338
+ default: boolean;
4339
+ };
4340
+ rows: {
4341
+ type: NumberConstructor;
4342
+ default: number;
4343
+ };
4344
+ readonly: {
4345
+ type: BooleanConstructor;
4346
+ default: boolean;
4347
+ };
4348
+ autofocus: {
4349
+ type: BooleanConstructor;
4350
+ default: boolean;
4351
+ };
4352
+ spellcheck: {
4353
+ type: BooleanConstructor;
4354
+ default: boolean;
4355
+ };
4356
+ autocomplete: {
4357
+ type: StringConstructor;
4358
+ default: string;
4359
+ };
4360
+ clearable: {
4361
+ type: BooleanConstructor;
4362
+ default: boolean;
4363
+ };
4364
+ elementId: {
4365
+ type: StringConstructor;
4366
+ };
4367
+ wrap: {
4368
+ type: StringConstructor;
4369
+ default: string;
4370
+ };
4371
+ prefixIcon: {
4372
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4373
+ };
4374
+ suffixIcon: {
4375
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4376
+ };
4377
+ showWordLimit: {
4378
+ type: BooleanConstructor;
4379
+ default: boolean;
4380
+ };
4381
+ search: {
4382
+ type: BooleanConstructor;
4383
+ default: boolean;
4384
+ };
4385
+ enterButton: {
4386
+ type: (BooleanConstructor | StringConstructor)[];
4387
+ default: boolean;
4388
+ };
4389
+ passwordIcon: {
4390
+ type: BooleanConstructor;
4391
+ default: boolean;
4392
+ };
4393
+ label: {
4394
+ type: StringConstructor;
4395
+ default: string;
4396
+ };
4397
+ labelPosition: {
4398
+ type: import("vue").PropType<"top" | "left">;
4399
+ default: string;
4400
+ };
4401
+ labelColon: {
4402
+ type: BooleanConstructor;
4403
+ default: boolean;
4404
+ };
4405
+ labelStyle: {
4406
+ type: ObjectConstructor;
4407
+ default: () => {};
4408
+ };
4409
+ required: {
4410
+ type: BooleanConstructor;
4411
+ default: boolean;
4412
+ };
4413
+ disabledTriggerForm: {
4414
+ type: BooleanConstructor;
4415
+ default: boolean;
4416
+ };
4417
+ direction: {
4418
+ type: import("vue").PropType<"ltr" | "rtl">;
4419
+ };
4420
+ }>> & Readonly<{
4421
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4422
+ onClear?: (ev: Event) => any;
4423
+ onFocus?: (ev: Event) => any;
4424
+ onBlur?: (ev: Event) => any;
4425
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3676
4426
  onEnter?: (ev: Event) => any;
3677
4427
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3678
4428
  onKeydown?: (ev: Event) => any;
3679
4429
  onKeypress?: (ev: Event) => any;
3680
4430
  onKeyup?: (ev: Event) => any;
3681
4431
  }>, {
3682
- prefixCls: import("vue").ComputedRef<string>;
3683
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3684
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
3685
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
3686
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3687
- slotReady: import("vue").Ref<boolean, boolean>;
3688
- stateValue: import("vue").Ref<string | number, string | number>;
3689
- getMoneyString: (val: string) => string;
3690
- textareaStyles: import("vue").Ref<{}, {}>;
3691
- showPassword: import("vue").Ref<boolean, boolean>;
3692
- computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
3693
- nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
3694
- showPrefix: import("vue").ComputedRef<boolean>;
3695
- showSuffix: import("vue").ComputedRef<boolean>;
3696
- textLength: import("vue").ComputedRef<number>;
3697
- showPrepend: import("vue").ComputedRef<boolean>;
3698
- showAppend: import("vue").ComputedRef<boolean>;
3699
- showClearIcon: import("vue").Ref<boolean, boolean>;
3700
- handleEnter: (event: Event) => void;
3701
- handleWrapEnter: () => void;
3702
- handleKeydown: (event: any) => void;
3703
- handleKeypress: (event: any) => void;
3704
- handleKeyup: (event: any) => void;
3705
- handleFocus: (event: any) => void;
3706
- handleBlur: (event: any) => void;
3707
- handleComposition: (event: any) => void;
3708
- handleInput: (event: any) => void;
3709
- setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
3710
- resizeTextarea: () => void;
3711
- focus: () => void;
3712
- select: () => void;
3713
- handleClear: (event: Event) => void;
3714
- handleSearch: () => void;
3715
- handleToggleShowPassword: () => void;
3716
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3717
- enter: (ev: Event) => 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
- clear: (ev: Event) => boolean;
3722
- keydown: (ev: Event) => boolean;
3723
- keypress: (ev: Event) => boolean;
3724
- keyup: (ev: Event) => boolean;
3725
- focus: (ev: Event) => boolean;
3726
- blur: (ev: Event) => boolean;
3727
- }, import("vue").PublicProps, {
3728
4432
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
3729
4433
  type: "number" | "text" | "textarea" | "password";
3730
4434
  required: boolean;
3731
4435
  size: "default" | "small" | "large";
3732
- search: boolean;
3733
4436
  disabled: boolean;
3734
4437
  variant: "surface" | "soft";
3735
4438
  placeholder: string;
@@ -3742,6 +4445,7 @@ export declare const UColorPicker: {
3742
4445
  clearable: boolean;
3743
4446
  wrap: string;
3744
4447
  showWordLimit: boolean;
4448
+ search: boolean;
3745
4449
  enterButton: string | boolean;
3746
4450
  passwordIcon: boolean;
3747
4451
  label: string;
@@ -3788,7 +4492,24 @@ export declare const UColorPicker: {
3788
4492
  handleClick: (e: any) => void;
3789
4493
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3790
4494
  click: (ev: Event) => boolean;
3791
- }, import("vue").PublicProps, {
4495
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4496
+ rotate: {
4497
+ type: NumberConstructor;
4498
+ };
4499
+ spin: BooleanConstructor;
4500
+ size: {
4501
+ type: NumberConstructor;
4502
+ };
4503
+ color: {
4504
+ type: StringConstructor;
4505
+ default: string;
4506
+ };
4507
+ icon: {
4508
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4509
+ };
4510
+ }>> & Readonly<{
4511
+ onClick?: (ev: Event) => any;
4512
+ }>, {
3792
4513
  color: string;
3793
4514
  spin: boolean;
3794
4515
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4014,9 +4735,9 @@ export declare const UColorPicker: {
4014
4735
  }>> & Readonly<{
4015
4736
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4016
4737
  onClear?: (ev: Event) => any;
4017
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4018
4738
  onFocus?: (ev: Event) => any;
4019
4739
  onBlur?: (ev: Event) => any;
4740
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4020
4741
  onEnter?: (ev: Event) => any;
4021
4742
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4022
4743
  onKeydown?: (ev: Event) => any;
@@ -4024,10 +4745,10 @@ export declare const UColorPicker: {
4024
4745
  onKeyup?: (ev: Event) => any;
4025
4746
  }>, {
4026
4747
  prefixCls: import("vue").ComputedRef<string>;
4027
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4028
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
4029
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
4030
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4748
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4749
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4750
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4751
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4031
4752
  slotReady: import("vue").Ref<boolean, boolean>;
4032
4753
  stateValue: import("vue").Ref<string | number, string | number>;
4033
4754
  getMoneyString: (val: string) => string;
@@ -4062,7 +4783,6 @@ export declare const UColorPicker: {
4062
4783
  type: "number" | "text" | "textarea" | "password";
4063
4784
  required: boolean;
4064
4785
  size: "default" | "small" | "large";
4065
- search: boolean;
4066
4786
  disabled: boolean;
4067
4787
  variant: "surface" | "soft";
4068
4788
  placeholder: string;
@@ -4075,6 +4795,7 @@ export declare const UColorPicker: {
4075
4795
  clearable: boolean;
4076
4796
  wrap: string;
4077
4797
  showWordLimit: boolean;
4798
+ search: boolean;
4078
4799
  enterButton: string | boolean;
4079
4800
  passwordIcon: boolean;
4080
4801
  label: string;
@@ -4208,9 +4929,9 @@ export declare const UColorPicker: {
4208
4929
  }>> & Readonly<{
4209
4930
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4210
4931
  onClear?: (ev: Event) => any;
4211
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4212
4932
  onFocus?: (ev: Event) => any;
4213
4933
  onBlur?: (ev: Event) => any;
4934
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4214
4935
  onEnter?: (ev: Event) => any;
4215
4936
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4216
4937
  onKeydown?: (ev: Event) => any;
@@ -4218,10 +4939,10 @@ export declare const UColorPicker: {
4218
4939
  onKeyup?: (ev: Event) => any;
4219
4940
  }>, {
4220
4941
  prefixCls: import("vue").ComputedRef<string>;
4221
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4222
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
4223
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
4224
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4942
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4943
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4944
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4945
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4225
4946
  slotReady: import("vue").Ref<boolean, boolean>;
4226
4947
  stateValue: import("vue").Ref<string | number, string | number>;
4227
4948
  getMoneyString: (val: string) => string;
@@ -4267,7 +4988,6 @@ export declare const UColorPicker: {
4267
4988
  type: "number" | "text" | "textarea" | "password";
4268
4989
  required: boolean;
4269
4990
  size: "default" | "small" | "large";
4270
- search: boolean;
4271
4991
  disabled: boolean;
4272
4992
  variant: "surface" | "soft";
4273
4993
  placeholder: string;
@@ -4280,6 +5000,7 @@ export declare const UColorPicker: {
4280
5000
  clearable: boolean;
4281
5001
  wrap: string;
4282
5002
  showWordLimit: boolean;
5003
+ search: boolean;
4283
5004
  enterButton: string | boolean;
4284
5005
  passwordIcon: boolean;
4285
5006
  label: string;
@@ -4326,7 +5047,24 @@ export declare const UColorPicker: {
4326
5047
  handleClick: (e: any) => void;
4327
5048
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4328
5049
  click: (ev: Event) => boolean;
4329
- }, import("vue").PublicProps, {
5050
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5051
+ rotate: {
5052
+ type: NumberConstructor;
5053
+ };
5054
+ spin: BooleanConstructor;
5055
+ size: {
5056
+ type: NumberConstructor;
5057
+ };
5058
+ color: {
5059
+ type: StringConstructor;
5060
+ default: string;
5061
+ };
5062
+ icon: {
5063
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5064
+ };
5065
+ }>> & Readonly<{
5066
+ onClick?: (ev: Event) => any;
5067
+ }>, {
4330
5068
  color: string;
4331
5069
  spin: boolean;
4332
5070
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4439,7 +5177,7 @@ export declare const UColorPicker: {
4439
5177
  variant: {
4440
5178
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4441
5179
  default: string;
4442
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5180
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4443
5181
  };
4444
5182
  size: {
4445
5183
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4494,13 +5232,73 @@ export declare const UColorPicker: {
4494
5232
  handleClick: (event: any) => void;
4495
5233
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4496
5234
  click: (ev: Event) => boolean;
4497
- }, import("vue").PublicProps, {
5235
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5236
+ type: {
5237
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
5238
+ default: string;
5239
+ validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
5240
+ };
5241
+ color: {
5242
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
5243
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
5244
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
5245
+ };
5246
+ variant: {
5247
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
5248
+ default: string;
5249
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
5250
+ };
5251
+ size: {
5252
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
5253
+ default: string;
5254
+ validator: (val: "default" | "small" | "large") => boolean;
5255
+ };
5256
+ disabled: {
5257
+ type: BooleanConstructor;
5258
+ default: boolean;
5259
+ };
5260
+ dashed: {
5261
+ type: BooleanConstructor;
5262
+ default: boolean;
5263
+ };
5264
+ icon: {
5265
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5266
+ };
5267
+ shape: {
5268
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
5269
+ default: string;
5270
+ validator: (val: "default" | "circle") => boolean;
5271
+ };
5272
+ block: {
5273
+ type: BooleanConstructor;
5274
+ default: undefined;
5275
+ };
5276
+ loading: {
5277
+ type: BooleanConstructor;
5278
+ default: undefined;
5279
+ };
5280
+ iconOnly: {
5281
+ type: BooleanConstructor;
5282
+ default: undefined;
5283
+ };
5284
+ nativeType: {
5285
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
5286
+ default: string;
5287
+ validator: (val: "button" | "submit" | "reset") => boolean;
5288
+ };
5289
+ blurAfterClick: {
5290
+ type: BooleanConstructor;
5291
+ default: boolean;
5292
+ };
5293
+ }>> & Readonly<{
5294
+ onClick?: (ev: Event) => any;
5295
+ }>, {
4498
5296
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4499
5297
  type: "primary" | "success" | "warning" | "default" | "danger";
4500
5298
  loading: boolean;
4501
5299
  size: "default" | "small" | "large";
4502
5300
  disabled: boolean;
4503
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5301
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4504
5302
  nativeType: "button" | "submit" | "reset";
4505
5303
  shape: "default" | "circle";
4506
5304
  dashed: boolean;
@@ -4546,7 +5344,24 @@ export declare const UColorPicker: {
4546
5344
  handleClick: (e: any) => void;
4547
5345
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4548
5346
  click: (ev: Event) => boolean;
4549
- }, import("vue").PublicProps, {
5347
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5348
+ rotate: {
5349
+ type: NumberConstructor;
5350
+ };
5351
+ spin: BooleanConstructor;
5352
+ size: {
5353
+ type: NumberConstructor;
5354
+ };
5355
+ color: {
5356
+ type: StringConstructor;
5357
+ default: string;
5358
+ };
5359
+ icon: {
5360
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5361
+ };
5362
+ }>> & Readonly<{
5363
+ onClick?: (ev: Event) => any;
5364
+ }>, {
4550
5365
  color: string;
4551
5366
  spin: boolean;
4552
5367
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4660,7 +5475,7 @@ export declare const UColorPicker: {
4660
5475
  variant: {
4661
5476
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4662
5477
  default: string;
4663
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5478
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4664
5479
  };
4665
5480
  size: {
4666
5481
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4719,7 +5534,7 @@ export declare const UColorPicker: {
4719
5534
  loading: boolean;
4720
5535
  size: "default" | "small" | "large";
4721
5536
  disabled: boolean;
4722
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5537
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4723
5538
  nativeType: "button" | "submit" | "reset";
4724
5539
  shape: "default" | "circle";
4725
5540
  dashed: boolean;
@@ -4744,7 +5559,7 @@ export declare const UColorPicker: {
4744
5559
  variant: {
4745
5560
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4746
5561
  default: string;
4747
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5562
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4748
5563
  };
4749
5564
  size: {
4750
5565
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4805,7 +5620,7 @@ export declare const UColorPicker: {
4805
5620
  loading: boolean;
4806
5621
  size: "default" | "small" | "large";
4807
5622
  disabled: boolean;
4808
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5623
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4809
5624
  nativeType: "button" | "submit" | "reset";
4810
5625
  shape: "default" | "circle";
4811
5626
  dashed: boolean;
@@ -4851,7 +5666,24 @@ export declare const UColorPicker: {
4851
5666
  handleClick: (e: any) => void;
4852
5667
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4853
5668
  click: (ev: Event) => boolean;
4854
- }, import("vue").PublicProps, {
5669
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5670
+ rotate: {
5671
+ type: NumberConstructor;
5672
+ };
5673
+ spin: BooleanConstructor;
5674
+ size: {
5675
+ type: NumberConstructor;
5676
+ };
5677
+ color: {
5678
+ type: StringConstructor;
5679
+ default: string;
5680
+ };
5681
+ icon: {
5682
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5683
+ };
5684
+ }>> & Readonly<{
5685
+ onClick?: (ev: Event) => any;
5686
+ }>, {
4855
5687
  color: string;
4856
5688
  spin: boolean;
4857
5689
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {