@koi-design/uxd-ui 14.0.46 → 14.0.47

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 (824) 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 +68 -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 +548 -820
  11. package/es/components/AutoComplete/index.d.ts +1408 -2167
  12. package/es/components/Avatar/Avatar.mjs +1 -1
  13. package/es/components/Avatar/Avatar.vue.d.ts +20 -3
  14. package/es/components/Avatar/index.d.ts +63 -9
  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 +251 -5
  28. package/es/components/Calendar/Header.mjs +1 -1
  29. package/es/components/Calendar/Header.vue.d.ts +251 -5
  30. package/es/components/Calendar/index.d.ts +543 -11
  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 +63 -9
  37. package/es/components/Card/index.d.ts +128 -12
  38. package/es/components/Carousel/Carousel.mjs +1 -1
  39. package/es/components/Carousel/Carousel.vue.d.ts +19 -2
  40. package/es/components/Carousel/CarouselItem.mjs +1 -1
  41. package/es/components/Carousel/index.d.ts +93 -6
  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 +106 -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 +393 -40
  55. package/es/components/ColorPicker/index.d.ts +958 -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 +14 -1
  62. package/es/components/DatePicker/DatePicker.mjs +1 -1
  63. package/es/components/DatePicker/DatePicker.vue.d.ts +445 -22
  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 +309 -10
  70. package/es/components/DatePicker/Panel/DateRangePanel.mjs +1 -1
  71. package/es/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
  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/DatePickerInput.vue.d.ts +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 +1101 -140
  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 +83 -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/ColorfullEmpty.mjs +1 -1
  104. package/es/components/Icon/Icon.mjs +1 -1
  105. package/es/components/Icon/RangeSeparator.mjs +1 -1
  106. package/es/components/Icon/index.d.ts +18 -1
  107. package/es/components/Image/Image.mjs +1 -1
  108. package/es/components/Image/Image.vue.d.ts +19 -2
  109. package/es/components/Image/ImgViewer.mjs +1 -1
  110. package/es/components/Image/ImgViewer.vue.d.ts +19 -2
  111. package/es/components/Image/index.d.ts +89 -7
  112. package/es/components/InfoView/InfoView.mjs +1 -1
  113. package/es/components/InfoView/index.d.ts +46 -1
  114. package/es/components/Input/Input.d.ts +22 -5
  115. package/es/components/Input/index.d.ts +183 -21
  116. package/es/components/InputNumber/InputNumber.d.ts +188 -2
  117. package/es/components/InputNumber/index.d.ts +716 -64
  118. package/es/components/Layout/Content.mjs +1 -1
  119. package/es/components/Layout/Footer.mjs +1 -1
  120. package/es/components/Layout/Header.mjs +1 -1
  121. package/es/components/Layout/Layout.mjs +1 -1
  122. package/es/components/Layout/Sider.mjs +1 -1
  123. package/es/components/Layout/Sider.vue.d.ts +18 -1
  124. package/es/components/Layout/index.d.ts +23 -2
  125. package/es/components/Link/Link.mjs +1 -1
  126. package/es/components/Link/Link.vue.d.ts +18 -1
  127. package/es/components/Link/index.d.ts +62 -3
  128. package/es/components/List/List.mjs +1 -1
  129. package/es/components/List/List.vue.d.ts +56 -249
  130. package/es/components/List/ListItemMeta.mjs +1 -1
  131. package/es/components/List/ListItemMeta.vue.d.ts +63 -9
  132. package/es/components/List/index.d.ts +247 -532
  133. package/es/components/LoadingBar/LoadingBar.mjs +1 -1
  134. package/es/components/Mask/index.d.ts +31 -1
  135. package/es/components/Mention/Mention.mjs +1 -1
  136. package/es/components/Mention/MentionsSelect.mjs +1 -1
  137. package/es/components/Menu/MenuDivider.mjs +1 -1
  138. package/es/components/Menu/MenuItem.mjs +1 -1
  139. package/es/components/Menu/MenuItem.vue.d.ts +58 -3
  140. package/es/components/Menu/MenuItemGroup.mjs +1 -1
  141. package/es/components/Menu/SubMenu.mjs +1 -1
  142. package/es/components/Menu/SubMenu.vue.d.ts +19 -2
  143. package/es/components/Menu/index.d.ts +125 -6
  144. package/es/components/Modal/ConfirmDialog.mjs +1 -1
  145. package/es/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  146. package/es/components/Modal/Modal.mjs +1 -1
  147. package/es/components/Modal/Modal.vue.d.ts +122 -11
  148. package/es/components/Modal/index.d.ts +337 -24
  149. package/es/components/Notification/Notice.mjs +1 -1
  150. package/es/components/Notification/Notice.vue.d.ts +18 -1
  151. package/es/components/Notification/Notification.mjs +1 -1
  152. package/es/components/Notification/Notification.vue.d.ts +18 -1
  153. package/es/components/PageHeader/PageHeader.mjs +1 -1
  154. package/es/components/PageHeader/PageHeader.vue.d.ts +31 -2
  155. package/es/components/PageHeader/index.d.ts +86 -5
  156. package/es/components/Pagination/Pager.mjs +1 -1
  157. package/es/components/Pagination/Pager.vue.d.ts +18 -1
  158. package/es/components/Pagination/Pagination.d.ts +36 -2
  159. package/es/components/Pagination/index.d.ts +151 -5
  160. package/es/components/PopConfirm/PopConfirm.mjs +1 -1
  161. package/es/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
  162. package/es/components/PopConfirm/index.d.ts +433 -27
  163. package/es/components/Popover/Popover.mjs +1 -1
  164. package/es/components/Popover/Popover.vue.d.ts +1 -1
  165. package/es/components/Popover/index.d.ts +67 -3
  166. package/es/components/Popup/Popup.d.ts +1 -1
  167. package/es/components/Popup/hooks/usePopper.d.ts +1 -1
  168. package/es/components/Progress/Circle.d.ts +18 -1
  169. package/es/components/Progress/Line.mjs +1 -1
  170. package/es/components/Progress/Line.vue.d.ts +18 -1
  171. package/es/components/Progress/Progress.mjs +1 -1
  172. package/es/components/Progress/Progress.vue.d.ts +36 -2
  173. package/es/components/Progress/Water.mjs +1 -1
  174. package/es/components/Progress/index.d.ts +111 -5
  175. package/es/components/Radio/Radio.mjs +1 -1
  176. package/es/components/Radio/index.d.ts +38 -1
  177. package/es/components/Rate/Rate.mjs +1 -1
  178. package/es/components/Rate/Rate.vue.d.ts +77 -5
  179. package/es/components/Rate/Star.mjs +1 -1
  180. package/es/components/Rate/Star.vue.d.ts +19 -2
  181. package/es/components/Rate/index.d.ts +198 -11
  182. package/es/components/Result/Result.mjs +1 -1
  183. package/es/components/Result/Result.vue.d.ts +18 -1
  184. package/es/components/Result/index.d.ts +59 -3
  185. package/es/components/Scrollbar/index.d.ts +23 -1
  186. package/es/components/Select/DropdownMenu.mjs +1 -1
  187. package/es/components/Select/DropdownMenu.vue.d.ts +52 -249
  188. package/es/components/Select/RefSelect.mjs +1 -1
  189. package/es/components/Select/RefSelect.vue.d.ts +180 -259
  190. package/es/components/Select/Selection/Input.mjs +1 -1
  191. package/es/components/Select/Selection/Multiple.mjs +1 -1
  192. package/es/components/Select/Selection/Multiple.vue.d.ts +85 -4
  193. package/es/components/Select/Selection/MultipleOverFlow.mjs +1 -1
  194. package/es/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
  195. package/es/components/Select/Selection/Selection.mjs +1 -1
  196. package/es/components/Select/Selection/Selection.vue.d.ts +1 -1
  197. package/es/components/Select/Selection/Single.mjs +1 -1
  198. package/es/components/Select/index.d.ts +213 -4
  199. package/es/components/Skeleton/Skeleton.mjs +1 -1
  200. package/es/components/Skeleton/SkeletonItem.mjs +1 -1
  201. package/es/components/Skeleton/index.d.ts +22 -1
  202. package/es/components/Slider/Handle.mjs +1 -1
  203. package/es/components/Slider/Marks.mjs +1 -1
  204. package/es/components/Slider/Steps.mjs +1 -1
  205. package/es/components/Slider/index.d.ts +59 -1
  206. package/es/components/Space/index.d.ts +25 -1
  207. package/es/components/Spin/Spin.mjs +1 -1
  208. package/es/components/Spin/index.d.ts +23 -1
  209. package/es/components/Statistic/Statistic.mjs +1 -1
  210. package/es/components/Statistic/Statistic.vue.d.ts +76 -4
  211. package/es/components/Statistic/index.d.ts +196 -9
  212. package/es/components/Steps/Step.mjs +1 -1
  213. package/es/components/Steps/Step.vue.d.ts +18 -1
  214. package/es/components/Steps/Steps.mjs +1 -1
  215. package/es/components/Steps/index.d.ts +68 -2
  216. package/es/components/Switch/Switch.mjs +1 -1
  217. package/es/components/Switch/index.d.ts +58 -1
  218. package/es/components/Table/BaseTable.mjs +1 -1
  219. package/es/components/Table/BaseTable.vue.d.ts +579 -32
  220. package/es/components/Table/BodyTable.mjs +1 -1
  221. package/es/components/Table/BodyTable.vue.d.ts +579 -32
  222. package/es/components/Table/HeadTable.mjs +1 -1
  223. package/es/components/Table/HeadTable.vue.d.ts +579 -32
  224. package/es/components/Table/Table.mjs +1 -1
  225. package/es/components/Table/Table.vue.d.ts +1393 -131
  226. package/es/components/Table/TableBox.mjs +1 -1
  227. package/es/components/Table/TableBox.vue.d.ts +1166 -72
  228. package/es/components/Table/hooks/useDraggable.mjs +86 -25
  229. package/es/components/Table/hooks/useDraggable.mjs.map +1 -1
  230. package/es/components/Table/hooks/useTableResize.d.ts +1 -1
  231. package/es/components/Table/hooks/useTableResize.mjs +21 -2
  232. package/es/components/Table/hooks/useTableResize.mjs.map +1 -1
  233. package/es/components/Table/tableUnits/ColGroup.mjs +1 -1
  234. package/es/components/Table/tableUnits/DraggableIcon.mjs +1 -1
  235. package/es/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
  236. package/es/components/Table/tableUnits/ExpandIcon.mjs +1 -1
  237. package/es/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  238. package/es/components/Table/tableUnits/ExpandRows.mjs +1 -1
  239. package/es/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  240. package/es/components/Table/tableUnits/FilterDropdown.mjs +1 -1
  241. package/es/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
  242. package/es/components/Table/tableUnits/SelectionBox.mjs +1 -1
  243. package/es/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
  244. package/es/components/Table/tableUnits/SelectionCheckAll.mjs +1 -1
  245. package/es/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
  246. package/es/components/Table/tableUnits/TableBody.mjs +1 -1
  247. package/es/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  248. package/es/components/Table/tableUnits/TableCell.mjs +1 -1
  249. package/es/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  250. package/es/components/Table/tableUnits/TableHeader.mjs +1 -1
  251. package/es/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
  252. package/es/components/Table/tableUnits/TableHeaderRow.mjs +1 -1
  253. package/es/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
  254. package/es/components/Table/tableUnits/TableRow.mjs +1 -1
  255. package/es/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  256. package/es/components/Table/tableUnits/TableSummaryRow.mjs +1 -1
  257. package/es/components/Tabs/TabBar.mjs +1 -1
  258. package/es/components/Tabs/TabNav.mjs +1 -1
  259. package/es/components/Tabs/TabNav.vue.d.ts +69 -4
  260. package/es/components/Tabs/TabPane.mjs +1 -1
  261. package/es/components/Tabs/Tabs.d.ts +71 -6
  262. package/es/components/Tabs/index.d.ts +272 -19
  263. package/es/components/Tag/Tag.mjs +1 -1
  264. package/es/components/Tag/Tag.vue.d.ts +18 -1
  265. package/es/components/Tag/index.d.ts +63 -3
  266. package/es/components/Text/index.d.ts +24 -1
  267. package/es/components/ThemePanel/ThemePanel.mjs +1 -1
  268. package/es/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  269. package/es/components/ThemePanel/index.d.ts +343 -25
  270. package/es/components/TimePicker/Panel/SelectList.mjs +1 -1
  271. package/es/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  272. package/es/components/TimePicker/Panel/TimePanel.mjs +1 -1
  273. package/es/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  274. package/es/components/TimePicker/Panel/TimeRangePane.mjs +1 -1
  275. package/es/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  276. package/es/components/TimePicker/TimePicker.mjs +1 -1
  277. package/es/components/TimePicker/TimePicker.vue.d.ts +88 -10
  278. package/es/components/TimePicker/Trigger/TimePickerInput.mjs +1 -1
  279. package/es/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
  280. package/es/components/TimePicker/Trigger/TimePickerText.mjs +1 -1
  281. package/es/components/TimePicker/Trigger/TimeRangeInput.mjs +1 -1
  282. package/es/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  283. package/es/components/TimePicker/index.d.ts +304 -21
  284. package/es/components/Timeline/TimelineItem.mjs +1 -1
  285. package/es/components/Timeline/index.d.ts +18 -1
  286. package/es/components/Toggle/Toggle.mjs +1 -1
  287. package/es/components/Toggle/index.d.ts +9 -1
  288. package/es/components/Tooltip/Tooltip.mjs +1 -1
  289. package/es/components/Tooltip/Tooltip.vue.d.ts +1 -1
  290. package/es/components/Tooltip/index.d.ts +58 -3
  291. package/es/components/Transfer/Operation.mjs +1 -1
  292. package/es/components/Transfer/Operation.vue.d.ts +103 -9
  293. package/es/components/Transfer/Transfer.mjs +1 -1
  294. package/es/components/Transfer/Transfer.vue.d.ts +1472 -154
  295. package/es/components/Transfer/TransferList.mjs +1 -1
  296. package/es/components/Transfer/TransferList.vue.d.ts +395 -31
  297. package/es/components/Transfer/TransferListItem.mjs +1 -1
  298. package/es/components/Transfer/TransferListItem.vue.d.ts +106 -5
  299. package/es/components/Transfer/index.d.ts +4161 -591
  300. package/es/components/Tree/SubTree.mjs +1 -1
  301. package/es/components/Tree/SubTree.vue.d.ts +124 -6
  302. package/es/components/Tree/Tree.mjs +1 -1
  303. package/es/components/Tree/Tree.vue.d.ts +124 -6
  304. package/es/components/Tree/TreeNode.mjs +1 -1
  305. package/es/components/Tree/TreeNode.vue.d.ts +124 -6
  306. package/es/components/Tree/index.d.ts +334 -13
  307. package/es/components/TreeSelect/TreeSelect.mjs +1 -1
  308. package/es/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
  309. package/es/components/TreeSelect/index.d.ts +816 -33
  310. package/es/components/Upload/UploadDragger.mjs +1 -1
  311. package/es/components/Upload/UploadList.mjs +1 -1
  312. package/es/components/Upload/UploadList.vue.d.ts +129 -6
  313. package/es/components/Upload/Uploader.mjs +1 -1
  314. package/es/components/Upload/Uploader.vue.d.ts +1 -1
  315. package/es/components/Upload/index.d.ts +94 -4
  316. package/es/components/VirtualList/ListContent.mjs +1 -1
  317. package/es/components/VirtualList/VirtualList.mjs +1 -1
  318. package/es/components/VirtualList/VirtualList.vue.d.ts +8 -83
  319. package/es/components/VirtualList/VirtualScrollBar.mjs +1 -1
  320. package/es/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  321. package/es/components/VirtualList/index.d.ts +34 -248
  322. package/es/components/base/HighlightText.mjs +1 -1
  323. package/es/components/base/RenderEmpty.mjs +1 -1
  324. package/lib/components/Affix/Affix.js +1 -1
  325. package/lib/components/Affix/index.d.ts +14 -1
  326. package/lib/components/Alert/Alert.js +1 -1
  327. package/lib/components/Alert/Alert.vue.d.ts +18 -1
  328. package/lib/components/Alert/index.d.ts +68 -3
  329. package/lib/components/Anchor/Anchor.js +1 -1
  330. package/lib/components/Anchor/AnchorLink.js +1 -1
  331. package/lib/components/Anchor/index.d.ts +47 -1
  332. package/lib/components/AutoComplete/AutoComplete.js +1 -1
  333. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
  334. package/lib/components/AutoComplete/index.d.ts +1408 -2167
  335. package/lib/components/Avatar/Avatar.js +1 -1
  336. package/lib/components/Avatar/Avatar.vue.d.ts +20 -3
  337. package/lib/components/Avatar/index.d.ts +63 -9
  338. package/lib/components/BackTop/BackTop.js +1 -1
  339. package/lib/components/BackTop/BackTop.vue.d.ts +18 -1
  340. package/lib/components/BackTop/index.d.ts +60 -3
  341. package/lib/components/Badge/Badge.js +1 -1
  342. package/lib/components/Badge/index.d.ts +41 -1
  343. package/lib/components/Breadcrumb/index.d.ts +13 -1
  344. package/lib/components/Button/Button.js +1 -1
  345. package/lib/components/Button/Button.type.d.ts +1 -1
  346. package/lib/components/Button/Button.vue.d.ts +21 -4
  347. package/lib/components/Button/ButtonGroup.js +1 -1
  348. package/lib/components/Button/index.d.ts +103 -9
  349. package/lib/components/Calendar/Calendar.js +1 -1
  350. package/lib/components/Calendar/Calendar.vue.d.ts +251 -5
  351. package/lib/components/Calendar/Header.js +1 -1
  352. package/lib/components/Calendar/Header.vue.d.ts +251 -5
  353. package/lib/components/Calendar/index.d.ts +543 -11
  354. package/lib/components/Calendar/table/DateTable.js +1 -1
  355. package/lib/components/Calendar/table/MonthTable.js +1 -1
  356. package/lib/components/Calendar/table/YearTable.js +1 -1
  357. package/lib/components/Card/Card.d.ts +18 -1
  358. package/lib/components/Card/CardMeta.js +1 -1
  359. package/lib/components/Card/CardMeta.vue.d.ts +63 -9
  360. package/lib/components/Card/index.d.ts +128 -12
  361. package/lib/components/Carousel/Carousel.js +1 -1
  362. package/lib/components/Carousel/Carousel.vue.d.ts +19 -2
  363. package/lib/components/Carousel/CarouselItem.js +1 -1
  364. package/lib/components/Carousel/index.d.ts +93 -6
  365. package/lib/components/Cascader/Cascader.d.ts +128 -2
  366. package/lib/components/Cascader/index.d.ts +548 -10
  367. package/lib/components/Checkbox/Checkbox.js +1 -1
  368. package/lib/components/Checkbox/Checkbox.vue.d.ts +18 -1
  369. package/lib/components/Checkbox/CheckboxGroup.js +1 -1
  370. package/lib/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  371. package/lib/components/Checkbox/index.d.ts +106 -5
  372. package/lib/components/Collapse/Collapse.js +1 -1
  373. package/lib/components/Collapse/Panel.js +1 -1
  374. package/lib/components/Collapse/Panel.vue.d.ts +18 -1
  375. package/lib/components/Collapse/index.d.ts +50 -2
  376. package/lib/components/ColorPicker/ColorPicker.js +1 -1
  377. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
  378. package/lib/components/ColorPicker/index.d.ts +958 -130
  379. package/lib/components/ColorPicker/units/AlphaSlider.js +1 -1
  380. package/lib/components/ColorPicker/units/HueSlider.js +1 -1
  381. package/lib/components/ColorPicker/units/PreColors.js +1 -1
  382. package/lib/components/ColorPicker/units/SvPanel.js +1 -1
  383. package/lib/components/Comment/index.d.ts +1 -1
  384. package/lib/components/ConfigProvider/index.d.ts +14 -1
  385. package/lib/components/DatePicker/DatePicker.js +1 -1
  386. package/lib/components/DatePicker/DatePicker.vue.d.ts +445 -22
  387. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.js +1 -1
  388. package/lib/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  389. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.js +1 -1
  390. package/lib/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  391. package/lib/components/DatePicker/Panel/DatePickerPanel.js +1 -1
  392. package/lib/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
  393. package/lib/components/DatePicker/Panel/DateRangePanel.js +1 -1
  394. package/lib/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
  395. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.js +1 -1
  396. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  397. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.js +1 -1
  398. package/lib/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  399. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.js +1 -1
  400. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  401. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.js +1 -1
  402. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  403. package/lib/components/DatePicker/Panel/QuarterPanel/QuarterTable.js +1 -1
  404. package/lib/components/DatePicker/Panel/RangePart.js +1 -1
  405. package/lib/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  406. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.js +1 -1
  407. package/lib/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  408. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.js +1 -1
  409. package/lib/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  410. package/lib/components/DatePicker/Trigger/DatePickerInput.js +1 -1
  411. package/lib/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
  412. package/lib/components/DatePicker/Trigger/DateRangeInput.js +1 -1
  413. package/lib/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  414. package/lib/components/DatePicker/index.d.ts +1101 -140
  415. package/lib/components/Divider/Divider.js +1 -1
  416. package/lib/components/Divider/index.d.ts +21 -1
  417. package/lib/components/Drawer/index.d.ts +83 -1
  418. package/lib/components/Dropdown/Dropdown.js +1 -1
  419. package/lib/components/Dropdown/Dropdown.vue.d.ts +1 -1
  420. package/lib/components/Dropdown/index.d.ts +58 -6
  421. package/lib/components/Empty/index.d.ts +17 -1
  422. package/lib/components/Form/Form.js +1 -1
  423. package/lib/components/Form/index.d.ts +57 -1
  424. package/lib/components/Grid/Col.js +1 -1
  425. package/lib/components/Grid/Row.js +1 -1
  426. package/lib/components/Icon/ColorfullEmpty.js +1 -1
  427. package/lib/components/Icon/Icon.js +1 -1
  428. package/lib/components/Icon/RangeSeparator.js +1 -1
  429. package/lib/components/Icon/index.d.ts +18 -1
  430. package/lib/components/Image/Image.js +1 -1
  431. package/lib/components/Image/Image.vue.d.ts +19 -2
  432. package/lib/components/Image/ImgViewer.js +1 -1
  433. package/lib/components/Image/ImgViewer.vue.d.ts +19 -2
  434. package/lib/components/Image/index.d.ts +89 -7
  435. package/lib/components/InfoView/InfoView.js +1 -1
  436. package/lib/components/InfoView/index.d.ts +46 -1
  437. package/lib/components/Input/Input.d.ts +22 -5
  438. package/lib/components/Input/index.d.ts +183 -21
  439. package/lib/components/InputNumber/InputNumber.d.ts +188 -2
  440. package/lib/components/InputNumber/index.d.ts +716 -64
  441. package/lib/components/Layout/Content.js +1 -1
  442. package/lib/components/Layout/Footer.js +1 -1
  443. package/lib/components/Layout/Header.js +1 -1
  444. package/lib/components/Layout/Layout.js +1 -1
  445. package/lib/components/Layout/Sider.js +1 -1
  446. package/lib/components/Layout/Sider.vue.d.ts +18 -1
  447. package/lib/components/Layout/index.d.ts +23 -2
  448. package/lib/components/Link/Link.js +1 -1
  449. package/lib/components/Link/Link.vue.d.ts +18 -1
  450. package/lib/components/Link/index.d.ts +62 -3
  451. package/lib/components/List/List.js +1 -1
  452. package/lib/components/List/List.vue.d.ts +56 -249
  453. package/lib/components/List/ListItemMeta.js +1 -1
  454. package/lib/components/List/ListItemMeta.vue.d.ts +63 -9
  455. package/lib/components/List/index.d.ts +247 -532
  456. package/lib/components/LoadingBar/LoadingBar.js +1 -1
  457. package/lib/components/Mask/index.d.ts +31 -1
  458. package/lib/components/Mention/Mention.js +1 -1
  459. package/lib/components/Mention/MentionsSelect.js +1 -1
  460. package/lib/components/Menu/MenuDivider.js +1 -1
  461. package/lib/components/Menu/MenuItem.js +1 -1
  462. package/lib/components/Menu/MenuItem.vue.d.ts +58 -3
  463. package/lib/components/Menu/MenuItemGroup.js +1 -1
  464. package/lib/components/Menu/SubMenu.js +1 -1
  465. package/lib/components/Menu/SubMenu.vue.d.ts +19 -2
  466. package/lib/components/Menu/index.d.ts +125 -6
  467. package/lib/components/Modal/ConfirmDialog.js +1 -1
  468. package/lib/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  469. package/lib/components/Modal/Modal.js +1 -1
  470. package/lib/components/Modal/Modal.vue.d.ts +122 -11
  471. package/lib/components/Modal/index.d.ts +337 -24
  472. package/lib/components/Notification/Notice.js +1 -1
  473. package/lib/components/Notification/Notice.vue.d.ts +18 -1
  474. package/lib/components/Notification/Notification.js +1 -1
  475. package/lib/components/Notification/Notification.vue.d.ts +18 -1
  476. package/lib/components/PageHeader/PageHeader.js +1 -1
  477. package/lib/components/PageHeader/PageHeader.vue.d.ts +31 -2
  478. package/lib/components/PageHeader/index.d.ts +86 -5
  479. package/lib/components/Pagination/Pager.js +1 -1
  480. package/lib/components/Pagination/Pager.vue.d.ts +18 -1
  481. package/lib/components/Pagination/Pagination.d.ts +36 -2
  482. package/lib/components/Pagination/index.d.ts +151 -5
  483. package/lib/components/PopConfirm/PopConfirm.js +1 -1
  484. package/lib/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
  485. package/lib/components/PopConfirm/index.d.ts +433 -27
  486. package/lib/components/Popover/Popover.js +1 -1
  487. package/lib/components/Popover/Popover.vue.d.ts +1 -1
  488. package/lib/components/Popover/index.d.ts +67 -3
  489. package/lib/components/Popup/Popup.d.ts +1 -1
  490. package/lib/components/Popup/hooks/usePopper.d.ts +1 -1
  491. package/lib/components/Progress/Circle.d.ts +18 -1
  492. package/lib/components/Progress/Line.js +1 -1
  493. package/lib/components/Progress/Line.vue.d.ts +18 -1
  494. package/lib/components/Progress/Progress.js +1 -1
  495. package/lib/components/Progress/Progress.vue.d.ts +36 -2
  496. package/lib/components/Progress/Water.js +1 -1
  497. package/lib/components/Progress/index.d.ts +111 -5
  498. package/lib/components/Radio/Radio.js +1 -1
  499. package/lib/components/Radio/index.d.ts +38 -1
  500. package/lib/components/Rate/Rate.js +1 -1
  501. package/lib/components/Rate/Rate.vue.d.ts +77 -5
  502. package/lib/components/Rate/Star.js +1 -1
  503. package/lib/components/Rate/Star.vue.d.ts +19 -2
  504. package/lib/components/Rate/index.d.ts +198 -11
  505. package/lib/components/Result/Result.js +1 -1
  506. package/lib/components/Result/Result.vue.d.ts +18 -1
  507. package/lib/components/Result/index.d.ts +59 -3
  508. package/lib/components/Scrollbar/index.d.ts +23 -1
  509. package/lib/components/Select/DropdownMenu.js +1 -1
  510. package/lib/components/Select/DropdownMenu.vue.d.ts +52 -249
  511. package/lib/components/Select/RefSelect.js +1 -1
  512. package/lib/components/Select/RefSelect.vue.d.ts +180 -259
  513. package/lib/components/Select/Selection/Input.js +1 -1
  514. package/lib/components/Select/Selection/Multiple.js +1 -1
  515. package/lib/components/Select/Selection/Multiple.vue.d.ts +85 -4
  516. package/lib/components/Select/Selection/MultipleOverFlow.js +1 -1
  517. package/lib/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
  518. package/lib/components/Select/Selection/Selection.js +1 -1
  519. package/lib/components/Select/Selection/Selection.vue.d.ts +1 -1
  520. package/lib/components/Select/Selection/Single.js +1 -1
  521. package/lib/components/Select/index.d.ts +213 -4
  522. package/lib/components/Skeleton/Skeleton.js +1 -1
  523. package/lib/components/Skeleton/SkeletonItem.js +1 -1
  524. package/lib/components/Skeleton/index.d.ts +22 -1
  525. package/lib/components/Slider/Handle.js +1 -1
  526. package/lib/components/Slider/Marks.js +1 -1
  527. package/lib/components/Slider/Steps.js +1 -1
  528. package/lib/components/Slider/index.d.ts +59 -1
  529. package/lib/components/Space/index.d.ts +25 -1
  530. package/lib/components/Spin/Spin.js +1 -1
  531. package/lib/components/Spin/index.d.ts +23 -1
  532. package/lib/components/Statistic/Statistic.js +1 -1
  533. package/lib/components/Statistic/Statistic.vue.d.ts +76 -4
  534. package/lib/components/Statistic/index.d.ts +196 -9
  535. package/lib/components/Steps/Step.js +1 -1
  536. package/lib/components/Steps/Step.vue.d.ts +18 -1
  537. package/lib/components/Steps/Steps.js +1 -1
  538. package/lib/components/Steps/index.d.ts +68 -2
  539. package/lib/components/Switch/Switch.js +1 -1
  540. package/lib/components/Switch/index.d.ts +58 -1
  541. package/lib/components/Table/BaseTable.js +1 -1
  542. package/lib/components/Table/BaseTable.vue.d.ts +579 -32
  543. package/lib/components/Table/BodyTable.js +1 -1
  544. package/lib/components/Table/BodyTable.vue.d.ts +579 -32
  545. package/lib/components/Table/HeadTable.js +1 -1
  546. package/lib/components/Table/HeadTable.vue.d.ts +579 -32
  547. package/lib/components/Table/Table.js +1 -1
  548. package/lib/components/Table/Table.vue.d.ts +1393 -131
  549. package/lib/components/Table/TableBox.js +1 -1
  550. package/lib/components/Table/TableBox.vue.d.ts +1166 -72
  551. package/lib/components/Table/hooks/useDraggable.js +85 -24
  552. package/lib/components/Table/hooks/useDraggable.js.map +1 -1
  553. package/lib/components/Table/hooks/useTableResize.d.ts +1 -1
  554. package/lib/components/Table/hooks/useTableResize.js +21 -2
  555. package/lib/components/Table/hooks/useTableResize.js.map +1 -1
  556. package/lib/components/Table/tableUnits/ColGroup.js +1 -1
  557. package/lib/components/Table/tableUnits/DraggableIcon.js +1 -1
  558. package/lib/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
  559. package/lib/components/Table/tableUnits/ExpandIcon.js +1 -1
  560. package/lib/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  561. package/lib/components/Table/tableUnits/ExpandRows.js +1 -1
  562. package/lib/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  563. package/lib/components/Table/tableUnits/FilterDropdown.js +1 -1
  564. package/lib/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
  565. package/lib/components/Table/tableUnits/SelectionBox.js +1 -1
  566. package/lib/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
  567. package/lib/components/Table/tableUnits/SelectionCheckAll.js +1 -1
  568. package/lib/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
  569. package/lib/components/Table/tableUnits/TableBody.js +1 -1
  570. package/lib/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  571. package/lib/components/Table/tableUnits/TableCell.js +1 -1
  572. package/lib/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  573. package/lib/components/Table/tableUnits/TableHeader.js +1 -1
  574. package/lib/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
  575. package/lib/components/Table/tableUnits/TableHeaderRow.js +1 -1
  576. package/lib/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
  577. package/lib/components/Table/tableUnits/TableRow.js +1 -1
  578. package/lib/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  579. package/lib/components/Table/tableUnits/TableSummaryRow.js +1 -1
  580. package/lib/components/Tabs/TabBar.js +1 -1
  581. package/lib/components/Tabs/TabNav.js +1 -1
  582. package/lib/components/Tabs/TabNav.vue.d.ts +69 -4
  583. package/lib/components/Tabs/TabPane.js +1 -1
  584. package/lib/components/Tabs/Tabs.d.ts +71 -6
  585. package/lib/components/Tabs/index.d.ts +272 -19
  586. package/lib/components/Tag/Tag.js +1 -1
  587. package/lib/components/Tag/Tag.vue.d.ts +18 -1
  588. package/lib/components/Tag/index.d.ts +63 -3
  589. package/lib/components/Text/index.d.ts +24 -1
  590. package/lib/components/ThemePanel/ThemePanel.js +1 -1
  591. package/lib/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  592. package/lib/components/ThemePanel/index.d.ts +343 -25
  593. package/lib/components/TimePicker/Panel/SelectList.js +1 -1
  594. package/lib/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  595. package/lib/components/TimePicker/Panel/TimePanel.js +1 -1
  596. package/lib/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  597. package/lib/components/TimePicker/Panel/TimeRangePane.js +1 -1
  598. package/lib/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  599. package/lib/components/TimePicker/TimePicker.js +1 -1
  600. package/lib/components/TimePicker/TimePicker.vue.d.ts +88 -10
  601. package/lib/components/TimePicker/Trigger/TimePickerInput.js +1 -1
  602. package/lib/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
  603. package/lib/components/TimePicker/Trigger/TimePickerText.js +1 -1
  604. package/lib/components/TimePicker/Trigger/TimeRangeInput.js +1 -1
  605. package/lib/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  606. package/lib/components/TimePicker/index.d.ts +304 -21
  607. package/lib/components/Timeline/TimelineItem.js +1 -1
  608. package/lib/components/Timeline/index.d.ts +18 -1
  609. package/lib/components/Toggle/Toggle.js +1 -1
  610. package/lib/components/Toggle/index.d.ts +9 -1
  611. package/lib/components/Tooltip/Tooltip.js +1 -1
  612. package/lib/components/Tooltip/Tooltip.vue.d.ts +1 -1
  613. package/lib/components/Tooltip/index.d.ts +58 -3
  614. package/lib/components/Transfer/Operation.js +1 -1
  615. package/lib/components/Transfer/Operation.vue.d.ts +103 -9
  616. package/lib/components/Transfer/Transfer.js +1 -1
  617. package/lib/components/Transfer/Transfer.vue.d.ts +1472 -154
  618. package/lib/components/Transfer/TransferList.js +1 -1
  619. package/lib/components/Transfer/TransferList.vue.d.ts +395 -31
  620. package/lib/components/Transfer/TransferListItem.js +1 -1
  621. package/lib/components/Transfer/TransferListItem.vue.d.ts +106 -5
  622. package/lib/components/Transfer/index.d.ts +4161 -591
  623. package/lib/components/Tree/SubTree.js +1 -1
  624. package/lib/components/Tree/SubTree.vue.d.ts +124 -6
  625. package/lib/components/Tree/Tree.js +1 -1
  626. package/lib/components/Tree/Tree.vue.d.ts +124 -6
  627. package/lib/components/Tree/TreeNode.js +1 -1
  628. package/lib/components/Tree/TreeNode.vue.d.ts +124 -6
  629. package/lib/components/Tree/index.d.ts +334 -13
  630. package/lib/components/TreeSelect/TreeSelect.js +1 -1
  631. package/lib/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
  632. package/lib/components/TreeSelect/index.d.ts +816 -33
  633. package/lib/components/Upload/UploadDragger.js +1 -1
  634. package/lib/components/Upload/UploadList.js +1 -1
  635. package/lib/components/Upload/UploadList.vue.d.ts +129 -6
  636. package/lib/components/Upload/Uploader.js +1 -1
  637. package/lib/components/Upload/Uploader.vue.d.ts +1 -1
  638. package/lib/components/Upload/index.d.ts +94 -4
  639. package/lib/components/VirtualList/ListContent.js +1 -1
  640. package/lib/components/VirtualList/VirtualList.js +1 -1
  641. package/lib/components/VirtualList/VirtualList.vue.d.ts +8 -83
  642. package/lib/components/VirtualList/VirtualScrollBar.js +1 -1
  643. package/lib/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  644. package/lib/components/VirtualList/index.d.ts +34 -248
  645. package/lib/components/base/HighlightText.js +1 -1
  646. package/lib/components/base/RenderEmpty.js +1 -1
  647. package/package.json +1 -1
  648. package/styles/components/modal/index.css +1 -1
  649. package/styles/index.css +1 -1
  650. package/types/components/Affix/index.d.ts +14 -1
  651. package/types/components/Alert/Alert.vue.d.ts +18 -1
  652. package/types/components/Alert/index.d.ts +68 -3
  653. package/types/components/Anchor/index.d.ts +47 -1
  654. package/types/components/AutoComplete/AutoComplete.vue.d.ts +548 -820
  655. package/types/components/AutoComplete/index.d.ts +1408 -2167
  656. package/types/components/Avatar/Avatar.vue.d.ts +20 -3
  657. package/types/components/Avatar/index.d.ts +63 -9
  658. package/types/components/BackTop/BackTop.vue.d.ts +18 -1
  659. package/types/components/BackTop/index.d.ts +60 -3
  660. package/types/components/Badge/index.d.ts +41 -1
  661. package/types/components/Breadcrumb/index.d.ts +13 -1
  662. package/types/components/Button/Button.type.d.ts +1 -1
  663. package/types/components/Button/Button.vue.d.ts +21 -4
  664. package/types/components/Button/index.d.ts +103 -9
  665. package/types/components/Calendar/Calendar.vue.d.ts +251 -5
  666. package/types/components/Calendar/Header.vue.d.ts +251 -5
  667. package/types/components/Calendar/index.d.ts +543 -11
  668. package/types/components/Card/Card.d.ts +18 -1
  669. package/types/components/Card/CardMeta.vue.d.ts +63 -9
  670. package/types/components/Card/index.d.ts +128 -12
  671. package/types/components/Carousel/Carousel.vue.d.ts +19 -2
  672. package/types/components/Carousel/index.d.ts +93 -6
  673. package/types/components/Cascader/Cascader.d.ts +128 -2
  674. package/types/components/Cascader/index.d.ts +548 -10
  675. package/types/components/Checkbox/Checkbox.vue.d.ts +18 -1
  676. package/types/components/Checkbox/CheckboxGroup.vue.d.ts +36 -2
  677. package/types/components/Checkbox/index.d.ts +106 -5
  678. package/types/components/Collapse/Panel.vue.d.ts +18 -1
  679. package/types/components/Collapse/index.d.ts +50 -2
  680. package/types/components/ColorPicker/ColorPicker.vue.d.ts +393 -40
  681. package/types/components/ColorPicker/index.d.ts +958 -130
  682. package/types/components/Comment/index.d.ts +1 -1
  683. package/types/components/ConfigProvider/index.d.ts +14 -1
  684. package/types/components/DatePicker/DatePicker.vue.d.ts +445 -22
  685. package/types/components/DatePicker/Panel/DatePanel/DatePanel.vue.d.ts +42 -3
  686. package/types/components/DatePicker/Panel/DatePanel/DatePanelHeader.vue.d.ts +18 -1
  687. package/types/components/DatePicker/Panel/DatePickerPanel.vue.d.ts +309 -10
  688. package/types/components/DatePicker/Panel/DateRangePanel.vue.d.ts +96 -6
  689. package/types/components/DatePicker/Panel/MonthPanel/MonthPanel.vue.d.ts +18 -1
  690. package/types/components/DatePicker/Panel/MonthPanel/MonthPanelHeader.vue.d.ts +18 -1
  691. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanel.vue.d.ts +18 -1
  692. package/types/components/DatePicker/Panel/QuarterPanel/QuarterPanelHeader.vue.d.ts +18 -1
  693. package/types/components/DatePicker/Panel/RangePart.vue.d.ts +96 -6
  694. package/types/components/DatePicker/Panel/YearPanel/YearPanel.vue.d.ts +18 -1
  695. package/types/components/DatePicker/Panel/YearPanel/YearPanelHeader.vue.d.ts +18 -1
  696. package/types/components/DatePicker/Trigger/DatePickerInput.vue.d.ts +1 -1
  697. package/types/components/DatePicker/Trigger/DateRangeInput.vue.d.ts +20 -3
  698. package/types/components/DatePicker/index.d.ts +1101 -140
  699. package/types/components/Divider/index.d.ts +21 -1
  700. package/types/components/Drawer/index.d.ts +83 -1
  701. package/types/components/Dropdown/Dropdown.vue.d.ts +1 -1
  702. package/types/components/Dropdown/index.d.ts +58 -6
  703. package/types/components/Empty/index.d.ts +17 -1
  704. package/types/components/Form/index.d.ts +57 -1
  705. package/types/components/Icon/index.d.ts +18 -1
  706. package/types/components/Image/Image.vue.d.ts +19 -2
  707. package/types/components/Image/ImgViewer.vue.d.ts +19 -2
  708. package/types/components/Image/index.d.ts +89 -7
  709. package/types/components/InfoView/index.d.ts +46 -1
  710. package/types/components/Input/Input.d.ts +22 -5
  711. package/types/components/Input/index.d.ts +183 -21
  712. package/types/components/InputNumber/InputNumber.d.ts +188 -2
  713. package/types/components/InputNumber/index.d.ts +716 -64
  714. package/types/components/Layout/Sider.vue.d.ts +18 -1
  715. package/types/components/Layout/index.d.ts +23 -2
  716. package/types/components/Link/Link.vue.d.ts +18 -1
  717. package/types/components/Link/index.d.ts +62 -3
  718. package/types/components/List/List.vue.d.ts +56 -249
  719. package/types/components/List/ListItemMeta.vue.d.ts +63 -9
  720. package/types/components/List/index.d.ts +247 -532
  721. package/types/components/Mask/index.d.ts +31 -1
  722. package/types/components/Menu/MenuItem.vue.d.ts +58 -3
  723. package/types/components/Menu/SubMenu.vue.d.ts +19 -2
  724. package/types/components/Menu/index.d.ts +125 -6
  725. package/types/components/Modal/ConfirmDialog.vue.d.ts +243 -21
  726. package/types/components/Modal/Modal.vue.d.ts +122 -11
  727. package/types/components/Modal/index.d.ts +337 -24
  728. package/types/components/Notification/Notice.vue.d.ts +18 -1
  729. package/types/components/Notification/Notification.vue.d.ts +18 -1
  730. package/types/components/PageHeader/PageHeader.vue.d.ts +31 -2
  731. package/types/components/PageHeader/index.d.ts +86 -5
  732. package/types/components/Pagination/Pager.vue.d.ts +18 -1
  733. package/types/components/Pagination/Pagination.d.ts +36 -2
  734. package/types/components/Pagination/index.d.ts +151 -5
  735. package/types/components/PopConfirm/PopConfirm.vue.d.ts +188 -13
  736. package/types/components/PopConfirm/index.d.ts +433 -27
  737. package/types/components/Popover/Popover.vue.d.ts +1 -1
  738. package/types/components/Popover/index.d.ts +67 -3
  739. package/types/components/Popup/Popup.d.ts +1 -1
  740. package/types/components/Popup/hooks/usePopper.d.ts +1 -1
  741. package/types/components/Progress/Circle.d.ts +18 -1
  742. package/types/components/Progress/Line.vue.d.ts +18 -1
  743. package/types/components/Progress/Progress.vue.d.ts +36 -2
  744. package/types/components/Progress/index.d.ts +111 -5
  745. package/types/components/Radio/index.d.ts +38 -1
  746. package/types/components/Rate/Rate.vue.d.ts +77 -5
  747. package/types/components/Rate/Star.vue.d.ts +19 -2
  748. package/types/components/Rate/index.d.ts +198 -11
  749. package/types/components/Result/Result.vue.d.ts +18 -1
  750. package/types/components/Result/index.d.ts +59 -3
  751. package/types/components/Scrollbar/index.d.ts +23 -1
  752. package/types/components/Select/DropdownMenu.vue.d.ts +52 -249
  753. package/types/components/Select/RefSelect.vue.d.ts +180 -259
  754. package/types/components/Select/Selection/Multiple.vue.d.ts +85 -4
  755. package/types/components/Select/Selection/MultipleOverFlow.vue.d.ts +85 -4
  756. package/types/components/Select/Selection/Selection.vue.d.ts +1 -1
  757. package/types/components/Select/index.d.ts +213 -4
  758. package/types/components/Skeleton/index.d.ts +22 -1
  759. package/types/components/Slider/index.d.ts +59 -1
  760. package/types/components/Space/index.d.ts +25 -1
  761. package/types/components/Spin/index.d.ts +23 -1
  762. package/types/components/Statistic/Statistic.vue.d.ts +76 -4
  763. package/types/components/Statistic/index.d.ts +196 -9
  764. package/types/components/Steps/Step.vue.d.ts +18 -1
  765. package/types/components/Steps/index.d.ts +68 -2
  766. package/types/components/Switch/index.d.ts +58 -1
  767. package/types/components/Table/BaseTable.vue.d.ts +579 -32
  768. package/types/components/Table/BodyTable.vue.d.ts +579 -32
  769. package/types/components/Table/HeadTable.vue.d.ts +579 -32
  770. package/types/components/Table/Table.vue.d.ts +1393 -131
  771. package/types/components/Table/TableBox.vue.d.ts +1166 -72
  772. package/types/components/Table/hooks/useTableResize.d.ts +1 -1
  773. package/types/components/Table/tableUnits/DraggableIcon.vue.d.ts +18 -1
  774. package/types/components/Table/tableUnits/ExpandIcon.vue.d.ts +18 -1
  775. package/types/components/Table/tableUnits/ExpandRows.vue.d.ts +98 -5
  776. package/types/components/Table/tableUnits/FilterDropdown.vue.d.ts +365 -21
  777. package/types/components/Table/tableUnits/SelectionBox.vue.d.ts +144 -6
  778. package/types/components/Table/tableUnits/SelectionCheckAll.vue.d.ts +366 -22
  779. package/types/components/Table/tableUnits/TableBody.vue.d.ts +196 -10
  780. package/types/components/Table/tableUnits/TableCell.vue.d.ts +98 -5
  781. package/types/components/Table/tableUnits/TableHeader.vue.d.ts +383 -22
  782. package/types/components/Table/tableUnits/TableHeaderRow.vue.d.ts +383 -22
  783. package/types/components/Table/tableUnits/TableRow.vue.d.ts +98 -5
  784. package/types/components/Tabs/TabNav.vue.d.ts +69 -4
  785. package/types/components/Tabs/Tabs.d.ts +71 -6
  786. package/types/components/Tabs/index.d.ts +272 -19
  787. package/types/components/Tag/Tag.vue.d.ts +18 -1
  788. package/types/components/Tag/index.d.ts +63 -3
  789. package/types/components/Text/index.d.ts +24 -1
  790. package/types/components/ThemePanel/ThemePanel.vue.d.ts +161 -12
  791. package/types/components/ThemePanel/index.d.ts +343 -25
  792. package/types/components/TimePicker/Panel/SelectList.vue.d.ts +24 -2
  793. package/types/components/TimePicker/Panel/TimePanel.vue.d.ts +24 -2
  794. package/types/components/TimePicker/Panel/TimeRangePane.vue.d.ts +24 -2
  795. package/types/components/TimePicker/TimePicker.vue.d.ts +88 -10
  796. package/types/components/TimePicker/Trigger/TimePickerInput.vue.d.ts +1 -1
  797. package/types/components/TimePicker/Trigger/TimeRangeInput.vue.d.ts +20 -3
  798. package/types/components/TimePicker/index.d.ts +304 -21
  799. package/types/components/Timeline/index.d.ts +18 -1
  800. package/types/components/Toggle/index.d.ts +9 -1
  801. package/types/components/Tooltip/Tooltip.vue.d.ts +1 -1
  802. package/types/components/Tooltip/index.d.ts +58 -3
  803. package/types/components/Transfer/Operation.vue.d.ts +103 -9
  804. package/types/components/Transfer/Transfer.vue.d.ts +1472 -154
  805. package/types/components/Transfer/TransferList.vue.d.ts +395 -31
  806. package/types/components/Transfer/TransferListItem.vue.d.ts +106 -5
  807. package/types/components/Transfer/index.d.ts +4161 -591
  808. package/types/components/Tree/SubTree.vue.d.ts +124 -6
  809. package/types/components/Tree/Tree.vue.d.ts +124 -6
  810. package/types/components/Tree/TreeNode.vue.d.ts +124 -6
  811. package/types/components/Tree/index.d.ts +334 -13
  812. package/types/components/TreeSelect/TreeSelect.vue.d.ts +353 -16
  813. package/types/components/TreeSelect/index.d.ts +816 -33
  814. package/types/components/Upload/UploadList.vue.d.ts +129 -6
  815. package/types/components/Upload/Uploader.vue.d.ts +1 -1
  816. package/types/components/Upload/index.d.ts +94 -4
  817. package/types/components/VirtualList/VirtualList.vue.d.ts +8 -83
  818. package/types/components/VirtualList/VirtualScrollBar.vue.d.ts +2 -2
  819. package/types/components/VirtualList/index.d.ts +34 -248
  820. package/uxd-ui.css +1 -1
  821. package/uxd-ui.esm.min.mjs +7 -7
  822. package/uxd-ui.esm.mjs +108 -28
  823. package/uxd-ui.umd.js +108 -28
  824. package/uxd-ui.umd.min.js +7 -7
@@ -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, {
@@ -888,9 +1027,9 @@ export declare const UColorPicker: {
888
1027
  }>> & Readonly<{
889
1028
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
890
1029
  onClear?: (ev: Event) => any;
891
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
892
1030
  onFocus?: (ev: Event) => any;
893
1031
  onBlur?: (ev: Event) => any;
1032
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
894
1033
  onEnter?: (ev: Event) => any;
895
1034
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
896
1035
  onKeydown?: (ev: Event) => any;
@@ -898,10 +1037,10 @@ export declare const UColorPicker: {
898
1037
  onKeyup?: (ev: Event) => any;
899
1038
  }>, {
900
1039
  prefixCls: import("vue").ComputedRef<string>;
901
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
902
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
903
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
904
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1040
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1041
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1042
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1043
+ appendRef: import("vue").ShallowRef<HTMLElement>;
905
1044
  slotReady: import("vue").Ref<boolean, boolean>;
906
1045
  stateValue: import("vue").Ref<string | number, string | number>;
907
1046
  getMoneyString: (val: string) => string;
@@ -942,11 +1081,138 @@ export declare const UColorPicker: {
942
1081
  keyup: (ev: Event) => boolean;
943
1082
  focus: (ev: Event) => boolean;
944
1083
  blur: (ev: Event) => boolean;
945
- }, import("vue").PublicProps, {
1084
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1085
+ type: {
1086
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
1087
+ default: string;
1088
+ validator: (val: "number" | "text" | "textarea" | "password") => boolean;
1089
+ };
1090
+ variant: {
1091
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
1092
+ default: string;
1093
+ validator: (val: string) => boolean;
1094
+ };
1095
+ modelValue: {
1096
+ type: (StringConstructor | NumberConstructor)[];
1097
+ };
1098
+ size: {
1099
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
1100
+ default: string;
1101
+ validator: (val: "default" | "small" | "large") => boolean;
1102
+ };
1103
+ placeholder: {
1104
+ type: StringConstructor;
1105
+ default: string;
1106
+ };
1107
+ maxlength: {
1108
+ type: NumberConstructor;
1109
+ };
1110
+ disabled: {
1111
+ type: BooleanConstructor;
1112
+ default: boolean;
1113
+ };
1114
+ autosize: {
1115
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
1116
+ default: boolean;
1117
+ };
1118
+ rows: {
1119
+ type: NumberConstructor;
1120
+ default: number;
1121
+ };
1122
+ readonly: {
1123
+ type: BooleanConstructor;
1124
+ default: boolean;
1125
+ };
1126
+ autofocus: {
1127
+ type: BooleanConstructor;
1128
+ default: boolean;
1129
+ };
1130
+ spellcheck: {
1131
+ type: BooleanConstructor;
1132
+ default: boolean;
1133
+ };
1134
+ autocomplete: {
1135
+ type: StringConstructor;
1136
+ default: string;
1137
+ };
1138
+ clearable: {
1139
+ type: BooleanConstructor;
1140
+ default: boolean;
1141
+ };
1142
+ elementId: {
1143
+ type: StringConstructor;
1144
+ };
1145
+ wrap: {
1146
+ type: StringConstructor;
1147
+ default: string;
1148
+ };
1149
+ prefixIcon: {
1150
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1151
+ };
1152
+ suffixIcon: {
1153
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1154
+ };
1155
+ showWordLimit: {
1156
+ type: BooleanConstructor;
1157
+ default: boolean;
1158
+ };
1159
+ search: {
1160
+ type: BooleanConstructor;
1161
+ default: boolean;
1162
+ };
1163
+ enterButton: {
1164
+ type: (BooleanConstructor | StringConstructor)[];
1165
+ default: boolean;
1166
+ };
1167
+ passwordIcon: {
1168
+ type: BooleanConstructor;
1169
+ default: boolean;
1170
+ };
1171
+ label: {
1172
+ type: StringConstructor;
1173
+ default: string;
1174
+ };
1175
+ labelPosition: {
1176
+ type: import("vue").PropType<"top" | "left">;
1177
+ default: string;
1178
+ };
1179
+ labelColon: {
1180
+ type: BooleanConstructor;
1181
+ default: boolean;
1182
+ };
1183
+ labelStyle: {
1184
+ type: ObjectConstructor;
1185
+ default: () => {};
1186
+ };
1187
+ required: {
1188
+ type: BooleanConstructor;
1189
+ default: boolean;
1190
+ };
1191
+ disabledTriggerForm: {
1192
+ type: BooleanConstructor;
1193
+ default: boolean;
1194
+ };
1195
+ direction: {
1196
+ type: import("vue").PropType<"ltr" | "rtl">;
1197
+ };
1198
+ inputSize: {
1199
+ type: NumberConstructor;
1200
+ };
1201
+ }>> & Readonly<{
1202
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1203
+ onClear?: (ev: Event) => any;
1204
+ onFocus?: (ev: Event) => any;
1205
+ onBlur?: (ev: Event) => any;
1206
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1207
+ onEnter?: (ev: Event) => any;
1208
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1209
+ onKeydown?: (ev: Event) => any;
1210
+ onKeypress?: (ev: Event) => any;
1211
+ onKeyup?: (ev: Event) => any;
1212
+ }>, {
946
1213
  type: "number" | "text" | "textarea" | "password";
947
1214
  required: boolean;
948
1215
  size: "default" | "small" | "large";
949
- search: boolean;
950
1216
  disabled: boolean;
951
1217
  variant: "surface" | "soft" | "borderless" | "underline";
952
1218
  placeholder: string;
@@ -959,6 +1225,7 @@ export declare const UColorPicker: {
959
1225
  clearable: boolean;
960
1226
  wrap: string;
961
1227
  showWordLimit: boolean;
1228
+ search: boolean;
962
1229
  enterButton: string | boolean;
963
1230
  passwordIcon: boolean;
964
1231
  label: string;
@@ -1005,7 +1272,24 @@ export declare const UColorPicker: {
1005
1272
  handleClick: (e: any) => void;
1006
1273
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1007
1274
  click: (ev: Event) => boolean;
1008
- }, import("vue").PublicProps, {
1275
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1276
+ rotate: {
1277
+ type: NumberConstructor;
1278
+ };
1279
+ spin: BooleanConstructor;
1280
+ size: {
1281
+ type: NumberConstructor;
1282
+ };
1283
+ color: {
1284
+ type: StringConstructor;
1285
+ default: string;
1286
+ };
1287
+ icon: {
1288
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1289
+ };
1290
+ }>> & Readonly<{
1291
+ onClick?: (ev: Event) => any;
1292
+ }>, {
1009
1293
  color: string;
1010
1294
  spin: boolean;
1011
1295
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1229,9 +1513,9 @@ export declare const UColorPicker: {
1229
1513
  }>> & Readonly<{
1230
1514
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1231
1515
  onClear?: (ev: Event) => any;
1232
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1233
1516
  onFocus?: (ev: Event) => any;
1234
1517
  onBlur?: (ev: Event) => any;
1518
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1235
1519
  onEnter?: (ev: Event) => any;
1236
1520
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1237
1521
  onKeydown?: (ev: Event) => any;
@@ -1239,10 +1523,10 @@ export declare const UColorPicker: {
1239
1523
  onKeyup?: (ev: Event) => any;
1240
1524
  }>, {
1241
1525
  prefixCls: import("vue").ComputedRef<string>;
1242
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1243
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
1244
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
1245
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1526
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1527
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1528
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1529
+ appendRef: import("vue").ShallowRef<HTMLElement>;
1246
1530
  slotReady: import("vue").Ref<boolean, boolean>;
1247
1531
  stateValue: import("vue").Ref<string | number, string | number>;
1248
1532
  getMoneyString: (val: string) => string;
@@ -1276,7 +1560,6 @@ export declare const UColorPicker: {
1276
1560
  type: "number" | "text" | "textarea" | "password";
1277
1561
  required: boolean;
1278
1562
  size: "default" | "small" | "large";
1279
- search: boolean;
1280
1563
  disabled: boolean;
1281
1564
  variant: "surface" | "soft" | "borderless" | "underline";
1282
1565
  placeholder: string;
@@ -1289,6 +1572,7 @@ export declare const UColorPicker: {
1289
1572
  clearable: boolean;
1290
1573
  wrap: string;
1291
1574
  showWordLimit: boolean;
1575
+ search: boolean;
1292
1576
  enterButton: string | boolean;
1293
1577
  passwordIcon: boolean;
1294
1578
  label: string;
@@ -1420,9 +1704,9 @@ export declare const UColorPicker: {
1420
1704
  }>> & Readonly<{
1421
1705
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1422
1706
  onClear?: (ev: Event) => any;
1423
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1424
1707
  onFocus?: (ev: Event) => any;
1425
1708
  onBlur?: (ev: Event) => any;
1709
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1426
1710
  onEnter?: (ev: Event) => any;
1427
1711
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
1428
1712
  onKeydown?: (ev: Event) => any;
@@ -1430,10 +1714,10 @@ export declare const UColorPicker: {
1430
1714
  onKeyup?: (ev: Event) => any;
1431
1715
  }>, {
1432
1716
  prefixCls: import("vue").ComputedRef<string>;
1433
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1434
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
1435
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
1436
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
1717
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
1718
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
1719
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
1720
+ appendRef: import("vue").ShallowRef<HTMLElement>;
1437
1721
  slotReady: import("vue").Ref<boolean, boolean>;
1438
1722
  stateValue: import("vue").Ref<string | number, string | number>;
1439
1723
  getMoneyString: (val: string) => string;
@@ -1478,7 +1762,6 @@ export declare const UColorPicker: {
1478
1762
  type: "number" | "text" | "textarea" | "password";
1479
1763
  required: boolean;
1480
1764
  size: "default" | "small" | "large";
1481
- search: boolean;
1482
1765
  disabled: boolean;
1483
1766
  variant: "surface" | "soft" | "borderless" | "underline";
1484
1767
  placeholder: string;
@@ -1491,6 +1774,7 @@ export declare const UColorPicker: {
1491
1774
  clearable: boolean;
1492
1775
  wrap: string;
1493
1776
  showWordLimit: boolean;
1777
+ search: boolean;
1494
1778
  enterButton: string | boolean;
1495
1779
  passwordIcon: boolean;
1496
1780
  label: string;
@@ -1537,7 +1821,24 @@ export declare const UColorPicker: {
1537
1821
  handleClick: (e: any) => void;
1538
1822
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1539
1823
  click: (ev: Event) => boolean;
1540
- }, import("vue").PublicProps, {
1824
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1825
+ rotate: {
1826
+ type: NumberConstructor;
1827
+ };
1828
+ spin: BooleanConstructor;
1829
+ size: {
1830
+ type: NumberConstructor;
1831
+ };
1832
+ color: {
1833
+ type: StringConstructor;
1834
+ default: string;
1835
+ };
1836
+ icon: {
1837
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
1838
+ };
1839
+ }>> & Readonly<{
1840
+ onClick?: (ev: Event) => any;
1841
+ }>, {
1541
1842
  color: string;
1542
1843
  spin: boolean;
1543
1844
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1650,7 +1951,7 @@ export declare const UColorPicker: {
1650
1951
  variant: {
1651
1952
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1652
1953
  default: string;
1653
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
1954
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1654
1955
  };
1655
1956
  size: {
1656
1957
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -1705,13 +2006,73 @@ export declare const UColorPicker: {
1705
2006
  handleClick: (event: any) => void;
1706
2007
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1707
2008
  click: (ev: Event) => boolean;
1708
- }, import("vue").PublicProps, {
2009
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2010
+ type: {
2011
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
2012
+ default: string;
2013
+ validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
2014
+ };
2015
+ color: {
2016
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
2017
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
2018
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
2019
+ };
2020
+ variant: {
2021
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
2022
+ default: string;
2023
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
2024
+ };
2025
+ size: {
2026
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
2027
+ default: string;
2028
+ validator: (val: "default" | "small" | "large") => boolean;
2029
+ };
2030
+ disabled: {
2031
+ type: BooleanConstructor;
2032
+ default: boolean;
2033
+ };
2034
+ dashed: {
2035
+ type: BooleanConstructor;
2036
+ default: boolean;
2037
+ };
2038
+ icon: {
2039
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2040
+ };
2041
+ shape: {
2042
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
2043
+ default: string;
2044
+ validator: (val: "default" | "circle") => boolean;
2045
+ };
2046
+ block: {
2047
+ type: BooleanConstructor;
2048
+ default: undefined;
2049
+ };
2050
+ loading: {
2051
+ type: BooleanConstructor;
2052
+ default: undefined;
2053
+ };
2054
+ iconOnly: {
2055
+ type: BooleanConstructor;
2056
+ default: undefined;
2057
+ };
2058
+ nativeType: {
2059
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
2060
+ default: string;
2061
+ validator: (val: "button" | "submit" | "reset") => boolean;
2062
+ };
2063
+ blurAfterClick: {
2064
+ type: BooleanConstructor;
2065
+ default: boolean;
2066
+ };
2067
+ }>> & Readonly<{
2068
+ onClick?: (ev: Event) => any;
2069
+ }>, {
1709
2070
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
1710
2071
  type: "primary" | "success" | "warning" | "default" | "danger";
1711
2072
  loading: boolean;
1712
2073
  size: "default" | "small" | "large";
1713
2074
  disabled: boolean;
1714
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2075
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
1715
2076
  nativeType: "button" | "submit" | "reset";
1716
2077
  shape: "default" | "circle";
1717
2078
  dashed: boolean;
@@ -1757,7 +2118,24 @@ export declare const UColorPicker: {
1757
2118
  handleClick: (e: any) => void;
1758
2119
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1759
2120
  click: (ev: Event) => boolean;
1760
- }, import("vue").PublicProps, {
2121
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2122
+ rotate: {
2123
+ type: NumberConstructor;
2124
+ };
2125
+ spin: BooleanConstructor;
2126
+ size: {
2127
+ type: NumberConstructor;
2128
+ };
2129
+ color: {
2130
+ type: StringConstructor;
2131
+ default: string;
2132
+ };
2133
+ icon: {
2134
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2135
+ };
2136
+ }>> & Readonly<{
2137
+ onClick?: (ev: Event) => any;
2138
+ }>, {
1761
2139
  color: string;
1762
2140
  spin: boolean;
1763
2141
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -1871,7 +2249,7 @@ export declare const UColorPicker: {
1871
2249
  variant: {
1872
2250
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1873
2251
  default: string;
1874
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
2252
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1875
2253
  };
1876
2254
  size: {
1877
2255
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -1930,7 +2308,7 @@ export declare const UColorPicker: {
1930
2308
  loading: boolean;
1931
2309
  size: "default" | "small" | "large";
1932
2310
  disabled: boolean;
1933
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2311
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
1934
2312
  nativeType: "button" | "submit" | "reset";
1935
2313
  shape: "default" | "circle";
1936
2314
  dashed: boolean;
@@ -1955,7 +2333,7 @@ export declare const UColorPicker: {
1955
2333
  variant: {
1956
2334
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
1957
2335
  default: string;
1958
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
2336
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
1959
2337
  };
1960
2338
  size: {
1961
2339
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -2016,7 +2394,7 @@ export declare const UColorPicker: {
2016
2394
  loading: boolean;
2017
2395
  size: "default" | "small" | "large";
2018
2396
  disabled: boolean;
2019
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
2397
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
2020
2398
  nativeType: "button" | "submit" | "reset";
2021
2399
  shape: "default" | "circle";
2022
2400
  dashed: boolean;
@@ -2062,7 +2440,24 @@ export declare const UColorPicker: {
2062
2440
  handleClick: (e: any) => void;
2063
2441
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2064
2442
  click: (ev: Event) => boolean;
2065
- }, import("vue").PublicProps, {
2443
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2444
+ rotate: {
2445
+ type: NumberConstructor;
2446
+ };
2447
+ spin: BooleanConstructor;
2448
+ size: {
2449
+ type: NumberConstructor;
2450
+ };
2451
+ color: {
2452
+ type: StringConstructor;
2453
+ default: string;
2454
+ };
2455
+ icon: {
2456
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
2457
+ };
2458
+ }>> & Readonly<{
2459
+ onClick?: (ev: Event) => any;
2460
+ }>, {
2066
2461
  color: string;
2067
2462
  spin: boolean;
2068
2463
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -2381,7 +2776,16 @@ export declare const UColorPicker: {
2381
2776
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2382
2777
  thumbTop: import("vue").Ref<number, number>;
2383
2778
  updateState: () => void;
2384
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2779
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2780
+ prefixCls: {
2781
+ type: StringConstructor;
2782
+ default: string;
2783
+ };
2784
+ color: {
2785
+ type: typeof import("./color").default;
2786
+ required: true;
2787
+ };
2788
+ }>> & Readonly<{}>, {
2385
2789
  prefixCls: string;
2386
2790
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2387
2791
  P: {};
@@ -2422,7 +2826,16 @@ export declare const UColorPicker: {
2422
2826
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2423
2827
  thumbTop: import("vue").Ref<number, number>;
2424
2828
  updateState: () => void;
2425
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2829
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2830
+ prefixCls: {
2831
+ type: StringConstructor;
2832
+ default: string;
2833
+ };
2834
+ color: {
2835
+ type: typeof import("./color").default;
2836
+ required: true;
2837
+ };
2838
+ }>> & Readonly<{}>, {
2426
2839
  prefixCls: string;
2427
2840
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2428
2841
  P: {};
@@ -2464,7 +2877,16 @@ export declare const UColorPicker: {
2464
2877
  cursorTop: import("vue").Ref<number, number>;
2465
2878
  cursorLeft: import("vue").Ref<number, number>;
2466
2879
  updateState: () => void;
2467
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2880
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2881
+ prefixCls: {
2882
+ type: StringConstructor;
2883
+ default: string;
2884
+ };
2885
+ color: {
2886
+ type: typeof import("./color").default;
2887
+ required: true;
2888
+ };
2889
+ }>> & Readonly<{}>, {
2468
2890
  prefixCls: string;
2469
2891
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2470
2892
  P: {};
@@ -2505,7 +2927,16 @@ export declare const UColorPicker: {
2505
2927
  cursorTop: import("vue").Ref<number, number>;
2506
2928
  cursorLeft: import("vue").Ref<number, number>;
2507
2929
  updateState: () => void;
2508
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2930
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2931
+ prefixCls: {
2932
+ type: StringConstructor;
2933
+ default: string;
2934
+ };
2935
+ color: {
2936
+ type: typeof import("./color").default;
2937
+ required: true;
2938
+ };
2939
+ }>> & Readonly<{}>, {
2509
2940
  prefixCls: string;
2510
2941
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2511
2942
  P: {};
@@ -2548,7 +2979,16 @@ export declare const UColorPicker: {
2548
2979
  thumbLeft: import("vue").Ref<number, number>;
2549
2980
  background: import("vue").Ref<string, string>;
2550
2981
  updateState: () => void;
2551
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
2982
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
2983
+ prefixCls: {
2984
+ type: StringConstructor;
2985
+ default: string;
2986
+ };
2987
+ color: {
2988
+ type: typeof import("./color").default;
2989
+ required: true;
2990
+ };
2991
+ }>> & Readonly<{}>, {
2552
2992
  prefixCls: string;
2553
2993
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2554
2994
  P: {};
@@ -2591,7 +3031,16 @@ export declare const UColorPicker: {
2591
3031
  thumbLeft: import("vue").Ref<number, number>;
2592
3032
  background: import("vue").Ref<string, string>;
2593
3033
  updateState: () => void;
2594
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3034
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3035
+ prefixCls: {
3036
+ type: StringConstructor;
3037
+ default: string;
3038
+ };
3039
+ color: {
3040
+ type: typeof import("./color").default;
3041
+ required: true;
3042
+ };
3043
+ }>> & Readonly<{}>, {
2595
3044
  prefixCls: string;
2596
3045
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2597
3046
  P: {};
@@ -2641,7 +3090,20 @@ export declare const UColorPicker: {
2641
3090
  rawColor: import("./color").default;
2642
3091
  rgba: string;
2643
3092
  }[]>;
2644
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3093
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3094
+ prefixCls: {
3095
+ type: StringConstructor;
3096
+ default: string;
3097
+ };
3098
+ color: {
3099
+ type: typeof import("./color").default;
3100
+ required: true;
3101
+ };
3102
+ colors: {
3103
+ type: import("vue").PropType<string[]>;
3104
+ required: true;
3105
+ };
3106
+ }>> & Readonly<{}>, {
2645
3107
  prefixCls: string;
2646
3108
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2647
3109
  P: {};
@@ -2696,7 +3158,20 @@ export declare const UColorPicker: {
2696
3158
  rawColor: import("./color").default;
2697
3159
  rgba: string;
2698
3160
  }[]>;
2699
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3161
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3162
+ prefixCls: {
3163
+ type: StringConstructor;
3164
+ default: string;
3165
+ };
3166
+ color: {
3167
+ type: typeof import("./color").default;
3168
+ required: true;
3169
+ };
3170
+ colors: {
3171
+ type: import("vue").PropType<string[]>;
3172
+ required: true;
3173
+ };
3174
+ }>> & Readonly<{}>, {
2700
3175
  prefixCls: string;
2701
3176
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2702
3177
  P: {};
@@ -2829,7 +3304,16 @@ export declare const UColorPicker: {
2829
3304
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2830
3305
  thumbTop: import("vue").Ref<number, number>;
2831
3306
  updateState: () => void;
2832
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3307
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3308
+ prefixCls: {
3309
+ type: StringConstructor;
3310
+ default: string;
3311
+ };
3312
+ color: {
3313
+ type: typeof import("./color").default;
3314
+ required: true;
3315
+ };
3316
+ }>> & Readonly<{}>, {
2833
3317
  prefixCls: string;
2834
3318
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2835
3319
  P: {};
@@ -2870,7 +3354,16 @@ export declare const UColorPicker: {
2870
3354
  barRef: import("vue").Ref<HTMLElement, HTMLElement>;
2871
3355
  thumbTop: import("vue").Ref<number, number>;
2872
3356
  updateState: () => void;
2873
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3357
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3358
+ prefixCls: {
3359
+ type: StringConstructor;
3360
+ default: string;
3361
+ };
3362
+ color: {
3363
+ type: typeof import("./color").default;
3364
+ required: true;
3365
+ };
3366
+ }>> & Readonly<{}>, {
2874
3367
  prefixCls: string;
2875
3368
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2876
3369
  P: {};
@@ -2912,7 +3405,16 @@ export declare const UColorPicker: {
2912
3405
  cursorTop: import("vue").Ref<number, number>;
2913
3406
  cursorLeft: import("vue").Ref<number, number>;
2914
3407
  updateState: () => void;
2915
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3408
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3409
+ prefixCls: {
3410
+ type: StringConstructor;
3411
+ default: string;
3412
+ };
3413
+ color: {
3414
+ type: typeof import("./color").default;
3415
+ required: true;
3416
+ };
3417
+ }>> & Readonly<{}>, {
2916
3418
  prefixCls: string;
2917
3419
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2918
3420
  P: {};
@@ -2953,7 +3455,16 @@ export declare const UColorPicker: {
2953
3455
  cursorTop: import("vue").Ref<number, number>;
2954
3456
  cursorLeft: import("vue").Ref<number, number>;
2955
3457
  updateState: () => void;
2956
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3458
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3459
+ prefixCls: {
3460
+ type: StringConstructor;
3461
+ default: string;
3462
+ };
3463
+ color: {
3464
+ type: typeof import("./color").default;
3465
+ required: true;
3466
+ };
3467
+ }>> & Readonly<{}>, {
2957
3468
  prefixCls: string;
2958
3469
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
2959
3470
  P: {};
@@ -2996,7 +3507,16 @@ export declare const UColorPicker: {
2996
3507
  thumbLeft: import("vue").Ref<number, number>;
2997
3508
  background: import("vue").Ref<string, string>;
2998
3509
  updateState: () => void;
2999
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3510
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3511
+ prefixCls: {
3512
+ type: StringConstructor;
3513
+ default: string;
3514
+ };
3515
+ color: {
3516
+ type: typeof import("./color").default;
3517
+ required: true;
3518
+ };
3519
+ }>> & Readonly<{}>, {
3000
3520
  prefixCls: string;
3001
3521
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3002
3522
  P: {};
@@ -3039,7 +3559,16 @@ export declare const UColorPicker: {
3039
3559
  thumbLeft: import("vue").Ref<number, number>;
3040
3560
  background: import("vue").Ref<string, string>;
3041
3561
  updateState: () => void;
3042
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3562
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3563
+ prefixCls: {
3564
+ type: StringConstructor;
3565
+ default: string;
3566
+ };
3567
+ color: {
3568
+ type: typeof import("./color").default;
3569
+ required: true;
3570
+ };
3571
+ }>> & Readonly<{}>, {
3043
3572
  prefixCls: string;
3044
3573
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3045
3574
  P: {};
@@ -3089,7 +3618,20 @@ export declare const UColorPicker: {
3089
3618
  rawColor: import("./color").default;
3090
3619
  rgba: string;
3091
3620
  }[]>;
3092
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3621
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3622
+ prefixCls: {
3623
+ type: StringConstructor;
3624
+ default: string;
3625
+ };
3626
+ color: {
3627
+ type: typeof import("./color").default;
3628
+ required: true;
3629
+ };
3630
+ colors: {
3631
+ type: import("vue").PropType<string[]>;
3632
+ required: true;
3633
+ };
3634
+ }>> & Readonly<{}>, {
3093
3635
  prefixCls: string;
3094
3636
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3095
3637
  P: {};
@@ -3144,7 +3686,20 @@ export declare const UColorPicker: {
3144
3686
  rawColor: import("./color").default;
3145
3687
  rgba: string;
3146
3688
  }[]>;
3147
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
3689
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
3690
+ prefixCls: {
3691
+ type: StringConstructor;
3692
+ default: string;
3693
+ };
3694
+ color: {
3695
+ type: typeof import("./color").default;
3696
+ required: true;
3697
+ };
3698
+ colors: {
3699
+ type: import("vue").PropType<string[]>;
3700
+ required: true;
3701
+ };
3702
+ }>> & Readonly<{}>, {
3148
3703
  prefixCls: string;
3149
3704
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
3150
3705
  P: {};
@@ -3287,7 +3842,7 @@ export declare const UColorPicker: {
3287
3842
  }>, {
3288
3843
  reference: import("vue").Ref<any, any>;
3289
3844
  stateVisible: import("vue").Ref<boolean, boolean>;
3290
- popup: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3845
+ popup: import("vue").ShallowRef<HTMLElement>;
3291
3846
  isMounted: import("vue").Ref<boolean, boolean>;
3292
3847
  onClick: (e: any) => void;
3293
3848
  onMousedown: (e: any) => void;
@@ -3445,7 +4000,24 @@ export declare const UColorPicker: {
3445
4000
  handleClick: (e: any) => void;
3446
4001
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3447
4002
  click: (ev: Event) => boolean;
3448
- }, import("vue").PublicProps, {
4003
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4004
+ rotate: {
4005
+ type: NumberConstructor;
4006
+ };
4007
+ spin: BooleanConstructor;
4008
+ size: {
4009
+ type: NumberConstructor;
4010
+ };
4011
+ color: {
4012
+ type: StringConstructor;
4013
+ default: string;
4014
+ };
4015
+ icon: {
4016
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4017
+ };
4018
+ }>> & Readonly<{
4019
+ onClick?: (ev: Event) => any;
4020
+ }>, {
3449
4021
  color: string;
3450
4022
  spin: boolean;
3451
4023
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -3659,65 +4231,192 @@ export declare const UColorPicker: {
3659
4231
  }>> & Readonly<{
3660
4232
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3661
4233
  onClear?: (ev: Event) => any;
3662
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3663
4234
  onFocus?: (ev: Event) => any;
3664
4235
  onBlur?: (ev: Event) => any;
4236
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4237
+ onEnter?: (ev: Event) => any;
4238
+ "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4239
+ onKeydown?: (ev: Event) => any;
4240
+ onKeypress?: (ev: Event) => any;
4241
+ onKeyup?: (ev: Event) => any;
4242
+ }>, {
4243
+ prefixCls: import("vue").ComputedRef<string>;
4244
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4245
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4246
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4247
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4248
+ slotReady: import("vue").Ref<boolean, boolean>;
4249
+ stateValue: import("vue").Ref<string | number, string | number>;
4250
+ getMoneyString: (val: string) => string;
4251
+ textareaStyles: import("vue").Ref<{}, {}>;
4252
+ showPassword: import("vue").Ref<boolean, boolean>;
4253
+ computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
4254
+ nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
4255
+ showPrefix: import("vue").ComputedRef<boolean>;
4256
+ showSuffix: import("vue").ComputedRef<boolean>;
4257
+ textLength: import("vue").ComputedRef<number>;
4258
+ showPrepend: import("vue").ComputedRef<boolean>;
4259
+ showAppend: import("vue").ComputedRef<boolean>;
4260
+ showClearIcon: import("vue").Ref<boolean, boolean>;
4261
+ handleEnter: (event: Event) => void;
4262
+ handleWrapEnter: () => void;
4263
+ handleKeydown: (event: any) => void;
4264
+ handleKeypress: (event: any) => void;
4265
+ handleKeyup: (event: any) => void;
4266
+ handleFocus: (event: any) => void;
4267
+ handleBlur: (event: any) => void;
4268
+ handleComposition: (event: any) => void;
4269
+ handleInput: (event: any) => void;
4270
+ setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
4271
+ resizeTextarea: () => void;
4272
+ focus: () => void;
4273
+ select: () => void;
4274
+ handleClear: (event: Event) => void;
4275
+ handleSearch: () => void;
4276
+ handleToggleShowPassword: () => void;
4277
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4278
+ enter: (ev: Event) => boolean;
4279
+ search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4280
+ change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4281
+ 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
4282
+ clear: (ev: Event) => boolean;
4283
+ keydown: (ev: Event) => boolean;
4284
+ keypress: (ev: Event) => boolean;
4285
+ keyup: (ev: Event) => boolean;
4286
+ focus: (ev: Event) => boolean;
4287
+ blur: (ev: Event) => boolean;
4288
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4289
+ type: {
4290
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").InputType>;
4291
+ default: string;
4292
+ validator: (val: "number" | "text" | "textarea" | "password") => boolean;
4293
+ };
4294
+ variant: {
4295
+ type: import("vue").PropType<"surface" | "soft" | "borderless" | "underline">;
4296
+ default: string;
4297
+ validator: (val: string) => boolean;
4298
+ };
4299
+ modelValue: {
4300
+ type: (StringConstructor | NumberConstructor)[];
4301
+ };
4302
+ size: {
4303
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
4304
+ default: string;
4305
+ validator: (val: "default" | "small" | "large") => boolean;
4306
+ };
4307
+ placeholder: {
4308
+ type: StringConstructor;
4309
+ default: string;
4310
+ };
4311
+ maxlength: {
4312
+ type: NumberConstructor;
4313
+ };
4314
+ disabled: {
4315
+ type: BooleanConstructor;
4316
+ default: boolean;
4317
+ };
4318
+ autosize: {
4319
+ type: import("vue").PropType<boolean | import("@koi-design/uxd-ui/es/index").AutoSizeObject>;
4320
+ default: boolean;
4321
+ };
4322
+ rows: {
4323
+ type: NumberConstructor;
4324
+ default: number;
4325
+ };
4326
+ readonly: {
4327
+ type: BooleanConstructor;
4328
+ default: boolean;
4329
+ };
4330
+ autofocus: {
4331
+ type: BooleanConstructor;
4332
+ default: boolean;
4333
+ };
4334
+ spellcheck: {
4335
+ type: BooleanConstructor;
4336
+ default: boolean;
4337
+ };
4338
+ autocomplete: {
4339
+ type: StringConstructor;
4340
+ default: string;
4341
+ };
4342
+ clearable: {
4343
+ type: BooleanConstructor;
4344
+ default: boolean;
4345
+ };
4346
+ elementId: {
4347
+ type: StringConstructor;
4348
+ };
4349
+ wrap: {
4350
+ type: StringConstructor;
4351
+ default: string;
4352
+ };
4353
+ prefixIcon: {
4354
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4355
+ };
4356
+ suffixIcon: {
4357
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4358
+ };
4359
+ showWordLimit: {
4360
+ type: BooleanConstructor;
4361
+ default: boolean;
4362
+ };
4363
+ search: {
4364
+ type: BooleanConstructor;
4365
+ default: boolean;
4366
+ };
4367
+ enterButton: {
4368
+ type: (BooleanConstructor | StringConstructor)[];
4369
+ default: boolean;
4370
+ };
4371
+ passwordIcon: {
4372
+ type: BooleanConstructor;
4373
+ default: boolean;
4374
+ };
4375
+ label: {
4376
+ type: StringConstructor;
4377
+ default: string;
4378
+ };
4379
+ labelPosition: {
4380
+ type: import("vue").PropType<"top" | "left">;
4381
+ default: string;
4382
+ };
4383
+ labelColon: {
4384
+ type: BooleanConstructor;
4385
+ default: boolean;
4386
+ };
4387
+ labelStyle: {
4388
+ type: ObjectConstructor;
4389
+ default: () => {};
4390
+ };
4391
+ required: {
4392
+ type: BooleanConstructor;
4393
+ default: boolean;
4394
+ };
4395
+ disabledTriggerForm: {
4396
+ type: BooleanConstructor;
4397
+ default: boolean;
4398
+ };
4399
+ direction: {
4400
+ type: import("vue").PropType<"ltr" | "rtl">;
4401
+ };
4402
+ inputSize: {
4403
+ type: NumberConstructor;
4404
+ };
4405
+ }>> & Readonly<{
4406
+ onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4407
+ onClear?: (ev: Event) => any;
4408
+ onFocus?: (ev: Event) => any;
4409
+ onBlur?: (ev: Event) => any;
4410
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3665
4411
  onEnter?: (ev: Event) => any;
3666
4412
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
3667
4413
  onKeydown?: (ev: Event) => any;
3668
4414
  onKeypress?: (ev: Event) => any;
3669
4415
  onKeyup?: (ev: Event) => any;
3670
4416
  }>, {
3671
- prefixCls: import("vue").ComputedRef<string>;
3672
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3673
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
3674
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
3675
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
3676
- slotReady: import("vue").Ref<boolean, boolean>;
3677
- stateValue: import("vue").Ref<string | number, string | number>;
3678
- getMoneyString: (val: string) => string;
3679
- textareaStyles: import("vue").Ref<{}, {}>;
3680
- showPassword: import("vue").Ref<boolean, boolean>;
3681
- computedDirection: import("vue").ComputedRef<"ltr" | "rtl">;
3682
- nativeType: import("vue").ComputedRef<"number" | "text" | "textarea" | "password">;
3683
- showPrefix: import("vue").ComputedRef<boolean>;
3684
- showSuffix: import("vue").ComputedRef<boolean>;
3685
- textLength: import("vue").ComputedRef<number>;
3686
- showPrepend: import("vue").ComputedRef<boolean>;
3687
- showAppend: import("vue").ComputedRef<boolean>;
3688
- showClearIcon: import("vue").Ref<boolean, boolean>;
3689
- handleEnter: (event: Event) => void;
3690
- handleWrapEnter: () => void;
3691
- handleKeydown: (event: any) => void;
3692
- handleKeypress: (event: any) => void;
3693
- handleKeyup: (event: any) => void;
3694
- handleFocus: (event: any) => void;
3695
- handleBlur: (event: any) => void;
3696
- handleComposition: (event: any) => void;
3697
- handleInput: (event: any) => void;
3698
- setStateValue: (value: import("@koi-design/uxd-ui/es/index").InputValueType) => void;
3699
- resizeTextarea: () => void;
3700
- focus: () => void;
3701
- select: () => void;
3702
- handleClear: (event: Event) => void;
3703
- handleSearch: () => void;
3704
- handleToggleShowPassword: () => void;
3705
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3706
- enter: (ev: Event) => boolean;
3707
- search: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3708
- change: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3709
- 'update:modelValue': (v: import("@koi-design/uxd-ui/es/index").InputValueType) => v is string | number;
3710
- clear: (ev: Event) => boolean;
3711
- keydown: (ev: Event) => boolean;
3712
- keypress: (ev: Event) => boolean;
3713
- keyup: (ev: Event) => boolean;
3714
- focus: (ev: Event) => boolean;
3715
- blur: (ev: Event) => boolean;
3716
- }, import("vue").PublicProps, {
3717
4417
  type: "number" | "text" | "textarea" | "password";
3718
4418
  required: boolean;
3719
4419
  size: "default" | "small" | "large";
3720
- search: boolean;
3721
4420
  disabled: boolean;
3722
4421
  variant: "surface" | "soft" | "borderless" | "underline";
3723
4422
  placeholder: string;
@@ -3730,6 +4429,7 @@ export declare const UColorPicker: {
3730
4429
  clearable: boolean;
3731
4430
  wrap: string;
3732
4431
  showWordLimit: boolean;
4432
+ search: boolean;
3733
4433
  enterButton: string | boolean;
3734
4434
  passwordIcon: boolean;
3735
4435
  label: string;
@@ -3776,7 +4476,24 @@ export declare const UColorPicker: {
3776
4476
  handleClick: (e: any) => void;
3777
4477
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3778
4478
  click: (ev: Event) => boolean;
3779
- }, import("vue").PublicProps, {
4479
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
4480
+ rotate: {
4481
+ type: NumberConstructor;
4482
+ };
4483
+ spin: BooleanConstructor;
4484
+ size: {
4485
+ type: NumberConstructor;
4486
+ };
4487
+ color: {
4488
+ type: StringConstructor;
4489
+ default: string;
4490
+ };
4491
+ icon: {
4492
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
4493
+ };
4494
+ }>> & Readonly<{
4495
+ onClick?: (ev: Event) => any;
4496
+ }>, {
3780
4497
  color: string;
3781
4498
  spin: boolean;
3782
4499
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4000,9 +4717,9 @@ export declare const UColorPicker: {
4000
4717
  }>> & Readonly<{
4001
4718
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4002
4719
  onClear?: (ev: Event) => any;
4003
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4004
4720
  onFocus?: (ev: Event) => any;
4005
4721
  onBlur?: (ev: Event) => any;
4722
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4006
4723
  onEnter?: (ev: Event) => any;
4007
4724
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4008
4725
  onKeydown?: (ev: Event) => any;
@@ -4010,10 +4727,10 @@ export declare const UColorPicker: {
4010
4727
  onKeyup?: (ev: Event) => any;
4011
4728
  }>, {
4012
4729
  prefixCls: import("vue").ComputedRef<string>;
4013
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4014
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
4015
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
4016
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4730
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4731
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4732
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4733
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4017
4734
  slotReady: import("vue").Ref<boolean, boolean>;
4018
4735
  stateValue: import("vue").Ref<string | number, string | number>;
4019
4736
  getMoneyString: (val: string) => string;
@@ -4047,7 +4764,6 @@ export declare const UColorPicker: {
4047
4764
  type: "number" | "text" | "textarea" | "password";
4048
4765
  required: boolean;
4049
4766
  size: "default" | "small" | "large";
4050
- search: boolean;
4051
4767
  disabled: boolean;
4052
4768
  variant: "surface" | "soft" | "borderless" | "underline";
4053
4769
  placeholder: string;
@@ -4060,6 +4776,7 @@ export declare const UColorPicker: {
4060
4776
  clearable: boolean;
4061
4777
  wrap: string;
4062
4778
  showWordLimit: boolean;
4779
+ search: boolean;
4063
4780
  enterButton: string | boolean;
4064
4781
  passwordIcon: boolean;
4065
4782
  label: string;
@@ -4191,9 +4908,9 @@ export declare const UColorPicker: {
4191
4908
  }>> & Readonly<{
4192
4909
  onChange?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4193
4910
  onClear?: (ev: Event) => any;
4194
- onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4195
4911
  onFocus?: (ev: Event) => any;
4196
4912
  onBlur?: (ev: Event) => any;
4913
+ onSearch?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4197
4914
  onEnter?: (ev: Event) => any;
4198
4915
  "onUpdate:modelValue"?: (v: import("@koi-design/uxd-ui/es/index").InputValueType) => any;
4199
4916
  onKeydown?: (ev: Event) => any;
@@ -4201,10 +4918,10 @@ export declare const UColorPicker: {
4201
4918
  onKeyup?: (ev: Event) => any;
4202
4919
  }>, {
4203
4920
  prefixCls: import("vue").ComputedRef<string>;
4204
- wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4205
- inputRef: import("vue").ShallowRef<HTMLInputElement, HTMLInputElement>;
4206
- textareaRef: import("vue").ShallowRef<HTMLTextAreaElement, HTMLTextAreaElement>;
4207
- appendRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
4921
+ wordCountRef: import("vue").ShallowRef<HTMLElement>;
4922
+ inputRef: import("vue").ShallowRef<HTMLInputElement>;
4923
+ textareaRef: import("vue").ShallowRef<HTMLTextAreaElement>;
4924
+ appendRef: import("vue").ShallowRef<HTMLElement>;
4208
4925
  slotReady: import("vue").Ref<boolean, boolean>;
4209
4926
  stateValue: import("vue").Ref<string | number, string | number>;
4210
4927
  getMoneyString: (val: string) => string;
@@ -4249,7 +4966,6 @@ export declare const UColorPicker: {
4249
4966
  type: "number" | "text" | "textarea" | "password";
4250
4967
  required: boolean;
4251
4968
  size: "default" | "small" | "large";
4252
- search: boolean;
4253
4969
  disabled: boolean;
4254
4970
  variant: "surface" | "soft" | "borderless" | "underline";
4255
4971
  placeholder: string;
@@ -4262,6 +4978,7 @@ export declare const UColorPicker: {
4262
4978
  clearable: boolean;
4263
4979
  wrap: string;
4264
4980
  showWordLimit: boolean;
4981
+ search: boolean;
4265
4982
  enterButton: string | boolean;
4266
4983
  passwordIcon: boolean;
4267
4984
  label: string;
@@ -4308,7 +5025,24 @@ export declare const UColorPicker: {
4308
5025
  handleClick: (e: any) => void;
4309
5026
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4310
5027
  click: (ev: Event) => boolean;
4311
- }, import("vue").PublicProps, {
5028
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5029
+ rotate: {
5030
+ type: NumberConstructor;
5031
+ };
5032
+ spin: BooleanConstructor;
5033
+ size: {
5034
+ type: NumberConstructor;
5035
+ };
5036
+ color: {
5037
+ type: StringConstructor;
5038
+ default: string;
5039
+ };
5040
+ icon: {
5041
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5042
+ };
5043
+ }>> & Readonly<{
5044
+ onClick?: (ev: Event) => any;
5045
+ }>, {
4312
5046
  color: string;
4313
5047
  spin: boolean;
4314
5048
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4421,7 +5155,7 @@ export declare const UColorPicker: {
4421
5155
  variant: {
4422
5156
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4423
5157
  default: string;
4424
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5158
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4425
5159
  };
4426
5160
  size: {
4427
5161
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4476,13 +5210,73 @@ export declare const UColorPicker: {
4476
5210
  handleClick: (event: any) => void;
4477
5211
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4478
5212
  click: (ev: Event) => boolean;
4479
- }, import("vue").PublicProps, {
5213
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5214
+ type: {
5215
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonType>;
5216
+ default: string;
5217
+ validator: (val: "primary" | "success" | "warning" | "default" | "danger") => boolean;
5218
+ };
5219
+ color: {
5220
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").ColorType | undefined>;
5221
+ default: undefined | import("@koi-design/uxd-ui/es/utils").ColorType;
5222
+ validator: (val: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint") => boolean;
5223
+ };
5224
+ variant: {
5225
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
5226
+ default: string;
5227
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
5228
+ };
5229
+ size: {
5230
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
5231
+ default: string;
5232
+ validator: (val: "default" | "small" | "large") => boolean;
5233
+ };
5234
+ disabled: {
5235
+ type: BooleanConstructor;
5236
+ default: boolean;
5237
+ };
5238
+ dashed: {
5239
+ type: BooleanConstructor;
5240
+ default: boolean;
5241
+ };
5242
+ icon: {
5243
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5244
+ };
5245
+ shape: {
5246
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonShape>;
5247
+ default: string;
5248
+ validator: (val: "default" | "circle") => boolean;
5249
+ };
5250
+ block: {
5251
+ type: BooleanConstructor;
5252
+ default: undefined;
5253
+ };
5254
+ loading: {
5255
+ type: BooleanConstructor;
5256
+ default: undefined;
5257
+ };
5258
+ iconOnly: {
5259
+ type: BooleanConstructor;
5260
+ default: undefined;
5261
+ };
5262
+ nativeType: {
5263
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonNativeType>;
5264
+ default: string;
5265
+ validator: (val: "button" | "submit" | "reset") => boolean;
5266
+ };
5267
+ blurAfterClick: {
5268
+ type: BooleanConstructor;
5269
+ default: boolean;
5270
+ };
5271
+ }>> & Readonly<{
5272
+ onClick?: (ev: Event) => any;
5273
+ }>, {
4480
5274
  color: "primary" | "blue" | "red" | "orange" | "green" | "iris" | "cyan" | "yellow" | "amber" | "purple" | "lime" | "sky" | "violet" | "pink" | "mint";
4481
5275
  type: "primary" | "success" | "warning" | "default" | "danger";
4482
5276
  loading: boolean;
4483
5277
  size: "default" | "small" | "large";
4484
5278
  disabled: boolean;
4485
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5279
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4486
5280
  nativeType: "button" | "submit" | "reset";
4487
5281
  shape: "default" | "circle";
4488
5282
  dashed: boolean;
@@ -4528,7 +5322,24 @@ export declare const UColorPicker: {
4528
5322
  handleClick: (e: any) => void;
4529
5323
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4530
5324
  click: (ev: Event) => boolean;
4531
- }, import("vue").PublicProps, {
5325
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5326
+ rotate: {
5327
+ type: NumberConstructor;
5328
+ };
5329
+ spin: BooleanConstructor;
5330
+ size: {
5331
+ type: NumberConstructor;
5332
+ };
5333
+ color: {
5334
+ type: StringConstructor;
5335
+ default: string;
5336
+ };
5337
+ icon: {
5338
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5339
+ };
5340
+ }>> & Readonly<{
5341
+ onClick?: (ev: Event) => any;
5342
+ }>, {
4532
5343
  color: string;
4533
5344
  spin: boolean;
4534
5345
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -4642,7 +5453,7 @@ export declare const UColorPicker: {
4642
5453
  variant: {
4643
5454
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4644
5455
  default: string;
4645
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5456
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4646
5457
  };
4647
5458
  size: {
4648
5459
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4701,7 +5512,7 @@ export declare const UColorPicker: {
4701
5512
  loading: boolean;
4702
5513
  size: "default" | "small" | "large";
4703
5514
  disabled: boolean;
4704
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5515
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4705
5516
  nativeType: "button" | "submit" | "reset";
4706
5517
  shape: "default" | "circle";
4707
5518
  dashed: boolean;
@@ -4726,7 +5537,7 @@ export declare const UColorPicker: {
4726
5537
  variant: {
4727
5538
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/index").ButtonVariantType>;
4728
5539
  default: string;
4729
- validator: (val: "link" | "text" | "surface" | "soft" | "outline" | "dashed") => boolean;
5540
+ validator: (val: "text" | "surface" | "soft" | "link" | "outline" | "dashed") => boolean;
4730
5541
  };
4731
5542
  size: {
4732
5543
  type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").NormalSizeMap>;
@@ -4787,7 +5598,7 @@ export declare const UColorPicker: {
4787
5598
  loading: boolean;
4788
5599
  size: "default" | "small" | "large";
4789
5600
  disabled: boolean;
4790
- variant: "link" | "text" | "surface" | "soft" | "outline" | "dashed";
5601
+ variant: "text" | "surface" | "soft" | "link" | "outline" | "dashed";
4791
5602
  nativeType: "button" | "submit" | "reset";
4792
5603
  shape: "default" | "circle";
4793
5604
  dashed: boolean;
@@ -4833,7 +5644,24 @@ export declare const UColorPicker: {
4833
5644
  handleClick: (e: any) => void;
4834
5645
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4835
5646
  click: (ev: Event) => boolean;
4836
- }, import("vue").PublicProps, {
5647
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
5648
+ rotate: {
5649
+ type: NumberConstructor;
5650
+ };
5651
+ spin: BooleanConstructor;
5652
+ size: {
5653
+ type: NumberConstructor;
5654
+ };
5655
+ color: {
5656
+ type: StringConstructor;
5657
+ default: string;
5658
+ };
5659
+ icon: {
5660
+ type: import("vue").PropType<import("@koi-design/uxd-ui/es/utils").IconPropType>;
5661
+ };
5662
+ }>> & Readonly<{
5663
+ onClick?: (ev: Event) => any;
5664
+ }>, {
4837
5665
  color: string;
4838
5666
  spin: boolean;
4839
5667
  }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {