@uzum-tech/ui 2.3.2 → 2.3.4

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 (386) hide show
  1. package/dist/index.js +29612 -29062
  2. package/dist/index.mjs +29877 -29327
  3. package/dist/index.prod.js +2 -2
  4. package/dist/index.prod.mjs +2 -2
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  6. package/es/_internal/close/src/Close.d.ts +1 -1
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  8. package/es/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  9. package/es/_internal/select-menu/src/SelectMenu.mjs +56 -204
  10. package/es/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  11. package/es/_internal/select-menu/src/SelectMenuParts/Action.mjs +28 -0
  12. package/es/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  13. package/es/_internal/select-menu/src/SelectMenuParts/Header.mjs +22 -0
  14. package/es/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  15. package/es/_internal/select-menu/src/SelectMenuParts/List.mjs +196 -0
  16. package/es/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  17. package/es/_internal/select-menu/src/SelectMenuParts/Search.mjs +69 -0
  18. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -0
  19. package/es/_internal/select-menu/src/SelectOption.mjs +17 -2
  20. package/es/_internal/select-menu/src/interface.d.ts +650 -2
  21. package/es/_internal/select-menu/src/interface.mjs +81 -0
  22. package/es/_internal/select-menu/src/styles/index.cssr.mjs +23 -1
  23. package/es/_internal/select-menu/styles/dark.mjs +5 -1
  24. package/es/_internal/select-menu/styles/light.d.ts +123 -0
  25. package/es/_internal/select-menu/styles/light.mjs +5 -1
  26. package/es/_internal/selection/src/Selection.d.ts +3 -3
  27. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  28. package/es/_internal/typography/src/text.d.ts +3 -3
  29. package/es/action-card/src/ActionCard.d.ts +2 -2
  30. package/es/affix/src/Affix.d.ts +1 -1
  31. package/es/alert/src/Alert.d.ts +1 -1
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  34. package/es/auto-complete/src/AutoComplete.d.ts +1386 -30
  35. package/es/auto-complete/styles/light.d.ts +123 -0
  36. package/es/avatar/src/Avatar.d.ts +1 -1
  37. package/es/avatar-group/src/AvatarGroup.d.ts +2 -2
  38. package/es/back-top/src/BackTop.d.ts +1 -1
  39. package/es/badge/src/Badge.d.ts +1 -1
  40. package/es/button/src/Button.d.ts +7 -7
  41. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  42. package/es/card/src/Card.d.ts +1 -1
  43. package/es/card-list/src/CardListItem.d.ts +1 -1
  44. package/es/carousel/src/Carousel.d.ts +4 -4
  45. package/es/carousel/src/CarouselDots.d.ts +2 -2
  46. package/es/cascader/src/Cascader.d.ts +1404 -51
  47. package/es/cascader/src/CascaderMenu.d.ts +492 -0
  48. package/es/cascader/src/CascaderOption.d.ts +492 -0
  49. package/es/cascader/src/CascaderSelectMenu.d.ts +496 -1
  50. package/es/cascader/src/CascaderSubmenu.d.ts +492 -0
  51. package/es/cascader/styles/light.d.ts +123 -0
  52. package/es/chat/src/Chat.d.ts +5921 -2897
  53. package/es/chat/src/Chat.mjs +13 -240
  54. package/es/chat/src/ChatListItems.d.ts +1875 -30
  55. package/es/chat/src/ChatMainArea.d.ts +1925 -54
  56. package/es/chat/src/ChatMainArea.mjs +49 -3
  57. package/es/chat/src/ChatMessages.d.ts +1874 -29
  58. package/es/chat/src/ChatParts/Sidebar.d.ts +492 -0
  59. package/es/chat/src/interface.d.ts +2814 -2
  60. package/es/chat/src/interface.mjs +244 -1
  61. package/es/chat/styles/dark.d.ts +123 -0
  62. package/es/chat/styles/light.d.ts +123 -0
  63. package/es/checkbox/src/Checkbox.d.ts +7 -7
  64. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  65. package/es/code/src/Code.d.ts +2 -2
  66. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  67. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  68. package/es/components.d.ts +19428 -602
  69. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  70. package/es/config-provider/src/context.mjs +1 -1
  71. package/es/crop/src/Crop.d.ts +1 -1
  72. package/es/data-table/src/DataTable.d.ts +2087 -119
  73. package/es/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  74. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  75. package/es/data-table/src/TableParts/Body.d.ts +985 -1
  76. package/es/data-table/src/TableParts/Header.d.ts +985 -1
  77. package/es/data-table/src/interface.d.ts +738 -0
  78. package/es/data-table/styles/light.d.ts +246 -0
  79. package/es/date-picker/src/DatePicker.d.ts +3 -3
  80. package/es/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  81. package/es/descriptions/src/Descriptions.d.ts +2 -2
  82. package/es/dialog/src/Dialog.d.ts +1 -1
  83. package/es/dialog/src/DialogEnvironment.d.ts +1 -1
  84. package/es/dialog/src/DialogProvider.d.ts +52 -52
  85. package/es/dialog/src/dialogProps.d.ts +1 -1
  86. package/es/divider/src/Divider.d.ts +1 -1
  87. package/es/drawer/src/Drawer.d.ts +2 -2
  88. package/es/dropdown/src/Dropdown.d.ts +4 -4
  89. package/es/dynamic-input/src/DynamicInput.d.ts +2 -2
  90. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  91. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  92. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  93. package/es/empty/src/Empty.d.ts +1 -1
  94. package/es/flex/src/Flex.d.ts +1 -1
  95. package/es/float-button/src/FloatButton.d.ts +1 -1
  96. package/es/form/src/Form.d.ts +1 -1
  97. package/es/form/src/FormItem.d.ts +3 -3
  98. package/es/form/src/FormItemCol.d.ts +3 -3
  99. package/es/form/src/FormItemGridItem.d.ts +3 -3
  100. package/es/form/src/FormItemRow.d.ts +2 -2
  101. package/es/form/src/utils.d.ts +1 -1
  102. package/es/gradient-text/src/GradientText.d.ts +2 -2
  103. package/es/header/src/Header.d.ts +1 -1
  104. package/es/header/src/mobile/HeaderMobile.d.ts +1 -1
  105. package/es/heatmap/src/Heatmap.d.ts +1 -1
  106. package/es/icon-bar/src/IconBarItem.d.ts +4 -4
  107. package/es/icon-pack/src/IconPack.d.ts +2 -2
  108. package/es/image/src/Image.d.ts +1 -1
  109. package/es/input/src/Input.d.ts +7 -7
  110. package/es/input-number/src/InputNumber.d.ts +3 -3
  111. package/es/input-otp/src/InputOtp.d.ts +2 -2
  112. package/es/kanban/src/Kanban.d.ts +1 -1
  113. package/es/layout/src/LayoutSider.d.ts +1 -1
  114. package/es/legacy-transfer/src/Transfer.d.ts +2 -2
  115. package/es/list/src/List.d.ts +9 -9
  116. package/es/list/src/ListItem.d.ts +10 -10
  117. package/es/locales/common/enUS.d.ts +1 -0
  118. package/es/locales/common/enUS.mjs +2 -1
  119. package/es/locales/common/ruRU.mjs +2 -1
  120. package/es/locales/common/uzUZ.mjs +2 -1
  121. package/es/locales/common/zhCN.mjs +2 -1
  122. package/es/mention/src/Mention.d.ts +1388 -32
  123. package/es/mention/styles/light.d.ts +123 -0
  124. package/es/menu/src/Menu.d.ts +3 -3
  125. package/es/menu/src/MenuOption.d.ts +1 -1
  126. package/es/menu/src/MenuOptionContent.d.ts +2 -2
  127. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  128. package/es/menu/src/Submenu.d.ts +1 -1
  129. package/es/message-bubble/src/MessageBubble.d.ts +3 -3
  130. package/es/modal/src/BodyWrapper.d.ts +2 -2
  131. package/es/modal/src/Modal.d.ts +4 -4
  132. package/es/modal/src/ModalEnvironment.d.ts +4 -4
  133. package/es/modal/src/presetProps.d.ts +1 -1
  134. package/es/modal-fullscreen/src/ModalFull.d.ts +1 -1
  135. package/es/notification/src/Notification.d.ts +2 -2
  136. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  137. package/es/notification/src/NotificationProvider.d.ts +12 -12
  138. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  139. package/es/pagination/src/Pagination.d.ts +1995 -27
  140. package/es/pagination/src/interface.d.ts +738 -0
  141. package/es/pagination/styles/light.d.ts +246 -0
  142. package/es/popconfirm/src/Popconfirm.d.ts +3 -3
  143. package/es/popover/src/Popover.d.ts +3 -3
  144. package/es/popover/src/PopoverBody.d.ts +1 -1
  145. package/es/popselect/src/Popselect.d.ts +1383 -30
  146. package/es/popselect/src/PopselectPanel.d.ts +494 -2
  147. package/es/popselect/styles/light.d.ts +123 -0
  148. package/es/qr-code/src/QrCode.d.ts +2 -2
  149. package/es/radio/src/Radio.d.ts +2 -2
  150. package/es/radio/src/RadioButton.d.ts +9 -9
  151. package/es/radio/src/RadioGroup.d.ts +1 -1
  152. package/es/rate/src/Rate.d.ts +1 -1
  153. package/es/result/src/Result.d.ts +1 -1
  154. package/es/select/index.d.ts +4 -3
  155. package/es/select/index.mjs +2 -1
  156. package/es/select/src/Select.d.ts +1127 -811
  157. package/es/select/src/Select.mjs +257 -226
  158. package/es/select/src/interface.d.ts +1140 -8
  159. package/es/select/src/interface.mjs +154 -1
  160. package/es/select/src/styles/index.cssr.mjs +16 -3
  161. package/es/select/src/utils.d.ts +3 -1
  162. package/es/select/src/utils.mjs +32 -0
  163. package/es/select/styles/light.d.ts +123 -0
  164. package/es/skeleton/src/Skeleton.d.ts +1 -1
  165. package/es/slider/src/Slider.d.ts +4 -4
  166. package/es/spin/src/Spin.d.ts +1 -1
  167. package/es/split/src/Split.d.ts +2 -2
  168. package/es/steps/src/Steps.d.ts +1 -1
  169. package/es/switch/src/Switch.d.ts +2 -2
  170. package/es/tabs/src/Tab.d.ts +8 -8
  171. package/es/tabs/src/TabPane.d.ts +1 -1
  172. package/es/tabs/src/Tabs.d.ts +1 -1
  173. package/es/tag/src/Tag.d.ts +4 -4
  174. package/es/tag/src/TagGroup.d.ts +2 -2
  175. package/es/time-picker/src/Panel.d.ts +1 -1
  176. package/es/time-picker/src/TimePicker.d.ts +3 -3
  177. package/es/timeline/src/Timeline.d.ts +1 -1
  178. package/es/timeline/src/TimelineItem.d.ts +1 -1
  179. package/es/toggle-button/src/ToggleButton.d.ts +8 -8
  180. package/es/tooltip/src/Tooltip.d.ts +3 -3
  181. package/es/transfer/src/Transfer.d.ts +2 -2
  182. package/es/tree/src/Tree.d.ts +2 -2
  183. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  184. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  185. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  186. package/es/typography/src/create-header.d.ts +1 -1
  187. package/es/typography/src/headers.d.ts +6 -6
  188. package/es/typography/src/text.d.ts +5 -5
  189. package/es/upload/src/Upload.d.ts +3 -3
  190. package/es/upload/src/UploadFile.d.ts +1 -1
  191. package/es/version.d.ts +1 -1
  192. package/es/version.mjs +1 -1
  193. package/es/virtual-list/src/VirtualList.d.ts +2 -2
  194. package/es/watermark/src/Watermark.d.ts +2 -2
  195. package/lib/_internal/checkbox/src/use-checkbox.d.ts +2 -2
  196. package/lib/_internal/close/src/Close.d.ts +1 -1
  197. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  198. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1039 -169
  199. package/lib/_internal/select-menu/src/SelectMenu.js +29 -109
  200. package/lib/_internal/select-menu/src/SelectMenuParts/Action.d.ts +15 -0
  201. package/lib/_internal/select-menu/src/SelectMenuParts/Action.js +25 -0
  202. package/lib/_internal/select-menu/src/SelectMenuParts/Header.d.ts +12 -0
  203. package/lib/_internal/select-menu/src/SelectMenuParts/Header.js +17 -0
  204. package/lib/_internal/select-menu/src/SelectMenuParts/List.d.ts +129 -0
  205. package/lib/_internal/select-menu/src/SelectMenuParts/List.js +134 -0
  206. package/lib/_internal/select-menu/src/SelectMenuParts/Search.d.ts +90 -0
  207. package/lib/_internal/select-menu/src/SelectMenuParts/Search.js +52 -0
  208. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -0
  209. package/lib/_internal/select-menu/src/SelectOption.js +13 -4
  210. package/lib/_internal/select-menu/src/interface.d.ts +650 -2
  211. package/lib/_internal/select-menu/src/interface.js +46 -1
  212. package/lib/_internal/select-menu/src/styles/index.cssr.js +23 -1
  213. package/lib/_internal/select-menu/styles/dark.js +8 -4
  214. package/lib/_internal/select-menu/styles/light.d.ts +123 -0
  215. package/lib/_internal/select-menu/styles/light.js +8 -4
  216. package/lib/_internal/selection/src/Selection.d.ts +3 -3
  217. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  218. package/lib/_internal/typography/src/text.d.ts +3 -3
  219. package/lib/action-card/src/ActionCard.d.ts +2 -2
  220. package/lib/affix/src/Affix.d.ts +1 -1
  221. package/lib/alert/src/Alert.d.ts +1 -1
  222. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  223. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  224. package/lib/auto-complete/src/AutoComplete.d.ts +1386 -30
  225. package/lib/auto-complete/styles/light.d.ts +123 -0
  226. package/lib/avatar/src/Avatar.d.ts +1 -1
  227. package/lib/avatar-group/src/AvatarGroup.d.ts +2 -2
  228. package/lib/back-top/src/BackTop.d.ts +1 -1
  229. package/lib/badge/src/Badge.d.ts +1 -1
  230. package/lib/button/src/Button.d.ts +7 -7
  231. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  232. package/lib/card/src/Card.d.ts +1 -1
  233. package/lib/card-list/src/CardListItem.d.ts +1 -1
  234. package/lib/carousel/src/Carousel.d.ts +4 -4
  235. package/lib/carousel/src/CarouselDots.d.ts +2 -2
  236. package/lib/cascader/src/Cascader.d.ts +1404 -51
  237. package/lib/cascader/src/CascaderMenu.d.ts +492 -0
  238. package/lib/cascader/src/CascaderOption.d.ts +492 -0
  239. package/lib/cascader/src/CascaderSelectMenu.d.ts +496 -1
  240. package/lib/cascader/src/CascaderSubmenu.d.ts +492 -0
  241. package/lib/cascader/styles/light.d.ts +123 -0
  242. package/lib/chat/src/Chat.d.ts +5921 -2897
  243. package/lib/chat/src/Chat.js +15 -180
  244. package/lib/chat/src/ChatListItems.d.ts +1875 -30
  245. package/lib/chat/src/ChatMainArea.d.ts +1925 -54
  246. package/lib/chat/src/ChatMainArea.js +48 -3
  247. package/lib/chat/src/ChatMessages.d.ts +1874 -29
  248. package/lib/chat/src/ChatParts/Sidebar.d.ts +492 -0
  249. package/lib/chat/src/interface.d.ts +2814 -2
  250. package/lib/chat/src/interface.js +183 -1
  251. package/lib/chat/styles/dark.d.ts +123 -0
  252. package/lib/chat/styles/light.d.ts +123 -0
  253. package/lib/checkbox/src/Checkbox.d.ts +7 -7
  254. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  255. package/lib/code/src/Code.d.ts +2 -2
  256. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  257. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  258. package/lib/components.d.ts +19428 -602
  259. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  260. package/lib/config-provider/src/context.js +2 -2
  261. package/lib/crop/src/Crop.d.ts +1 -1
  262. package/lib/data-table/src/DataTable.d.ts +2087 -119
  263. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +984 -0
  264. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +984 -0
  265. package/lib/data-table/src/TableParts/Body.d.ts +985 -1
  266. package/lib/data-table/src/TableParts/Header.d.ts +985 -1
  267. package/lib/data-table/src/interface.d.ts +738 -0
  268. package/lib/data-table/styles/light.d.ts +246 -0
  269. package/lib/date-picker/src/DatePicker.d.ts +3 -3
  270. package/lib/date-picker-v2/src/DatePickerV2.d.ts +2 -2
  271. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  272. package/lib/dialog/src/Dialog.d.ts +1 -1
  273. package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
  274. package/lib/dialog/src/DialogProvider.d.ts +52 -52
  275. package/lib/dialog/src/dialogProps.d.ts +1 -1
  276. package/lib/divider/src/Divider.d.ts +1 -1
  277. package/lib/drawer/src/Drawer.d.ts +2 -2
  278. package/lib/dropdown/src/Dropdown.d.ts +4 -4
  279. package/lib/dynamic-input/src/DynamicInput.d.ts +2 -2
  280. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  281. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  282. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  283. package/lib/empty/src/Empty.d.ts +1 -1
  284. package/lib/flex/src/Flex.d.ts +1 -1
  285. package/lib/float-button/src/FloatButton.d.ts +1 -1
  286. package/lib/form/src/Form.d.ts +1 -1
  287. package/lib/form/src/FormItem.d.ts +3 -3
  288. package/lib/form/src/FormItemCol.d.ts +3 -3
  289. package/lib/form/src/FormItemGridItem.d.ts +3 -3
  290. package/lib/form/src/FormItemRow.d.ts +2 -2
  291. package/lib/form/src/utils.d.ts +1 -1
  292. package/lib/gradient-text/src/GradientText.d.ts +2 -2
  293. package/lib/header/src/Header.d.ts +1 -1
  294. package/lib/header/src/mobile/HeaderMobile.d.ts +1 -1
  295. package/lib/heatmap/src/Heatmap.d.ts +1 -1
  296. package/lib/icon-bar/src/IconBarItem.d.ts +4 -4
  297. package/lib/icon-pack/src/IconPack.d.ts +2 -2
  298. package/lib/image/src/Image.d.ts +1 -1
  299. package/lib/input/src/Input.d.ts +7 -7
  300. package/lib/input-number/src/InputNumber.d.ts +3 -3
  301. package/lib/input-otp/src/InputOtp.d.ts +2 -2
  302. package/lib/kanban/src/Kanban.d.ts +1 -1
  303. package/lib/layout/src/LayoutSider.d.ts +1 -1
  304. package/lib/legacy-transfer/src/Transfer.d.ts +2 -2
  305. package/lib/list/src/List.d.ts +9 -9
  306. package/lib/list/src/ListItem.d.ts +10 -10
  307. package/lib/locales/common/enUS.d.ts +1 -0
  308. package/lib/locales/common/enUS.js +2 -1
  309. package/lib/locales/common/ruRU.js +2 -1
  310. package/lib/locales/common/uzUZ.js +2 -1
  311. package/lib/locales/common/zhCN.js +2 -1
  312. package/lib/mention/src/Mention.d.ts +1388 -32
  313. package/lib/mention/styles/light.d.ts +123 -0
  314. package/lib/menu/src/Menu.d.ts +3 -3
  315. package/lib/menu/src/MenuOption.d.ts +1 -1
  316. package/lib/menu/src/MenuOptionContent.d.ts +2 -2
  317. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  318. package/lib/menu/src/Submenu.d.ts +1 -1
  319. package/lib/message-bubble/src/MessageBubble.d.ts +3 -3
  320. package/lib/modal/src/BodyWrapper.d.ts +2 -2
  321. package/lib/modal/src/Modal.d.ts +4 -4
  322. package/lib/modal/src/ModalEnvironment.d.ts +4 -4
  323. package/lib/modal/src/presetProps.d.ts +1 -1
  324. package/lib/modal-fullscreen/src/ModalFull.d.ts +1 -1
  325. package/lib/notification/src/Notification.d.ts +2 -2
  326. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  327. package/lib/notification/src/NotificationProvider.d.ts +12 -12
  328. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  329. package/lib/pagination/src/Pagination.d.ts +1995 -27
  330. package/lib/pagination/src/interface.d.ts +738 -0
  331. package/lib/pagination/styles/light.d.ts +246 -0
  332. package/lib/popconfirm/src/Popconfirm.d.ts +3 -3
  333. package/lib/popover/src/Popover.d.ts +3 -3
  334. package/lib/popover/src/PopoverBody.d.ts +1 -1
  335. package/lib/popselect/src/Popselect.d.ts +1383 -30
  336. package/lib/popselect/src/PopselectPanel.d.ts +494 -2
  337. package/lib/popselect/styles/light.d.ts +123 -0
  338. package/lib/qr-code/src/QrCode.d.ts +2 -2
  339. package/lib/radio/src/Radio.d.ts +2 -2
  340. package/lib/radio/src/RadioButton.d.ts +9 -9
  341. package/lib/radio/src/RadioGroup.d.ts +1 -1
  342. package/lib/rate/src/Rate.d.ts +1 -1
  343. package/lib/result/src/Result.d.ts +1 -1
  344. package/lib/select/index.d.ts +4 -3
  345. package/lib/select/index.js +2 -1
  346. package/lib/select/src/Select.d.ts +1127 -811
  347. package/lib/select/src/Select.js +189 -108
  348. package/lib/select/src/interface.d.ts +1140 -8
  349. package/lib/select/src/interface.js +85 -0
  350. package/lib/select/src/styles/index.cssr.js +15 -2
  351. package/lib/select/src/utils.d.ts +3 -1
  352. package/lib/select/src/utils.js +38 -0
  353. package/lib/select/styles/light.d.ts +123 -0
  354. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  355. package/lib/slider/src/Slider.d.ts +4 -4
  356. package/lib/spin/src/Spin.d.ts +1 -1
  357. package/lib/split/src/Split.d.ts +2 -2
  358. package/lib/steps/src/Steps.d.ts +1 -1
  359. package/lib/switch/src/Switch.d.ts +2 -2
  360. package/lib/tabs/src/Tab.d.ts +8 -8
  361. package/lib/tabs/src/TabPane.d.ts +1 -1
  362. package/lib/tabs/src/Tabs.d.ts +1 -1
  363. package/lib/tag/src/Tag.d.ts +4 -4
  364. package/lib/tag/src/TagGroup.d.ts +2 -2
  365. package/lib/time-picker/src/Panel.d.ts +1 -1
  366. package/lib/time-picker/src/TimePicker.d.ts +3 -3
  367. package/lib/timeline/src/Timeline.d.ts +1 -1
  368. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  369. package/lib/toggle-button/src/ToggleButton.d.ts +8 -8
  370. package/lib/tooltip/src/Tooltip.d.ts +3 -3
  371. package/lib/transfer/src/Transfer.d.ts +2 -2
  372. package/lib/tree/src/Tree.d.ts +2 -2
  373. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  374. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  375. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  376. package/lib/typography/src/create-header.d.ts +1 -1
  377. package/lib/typography/src/headers.d.ts +6 -6
  378. package/lib/typography/src/text.d.ts +5 -5
  379. package/lib/upload/src/Upload.d.ts +3 -3
  380. package/lib/upload/src/UploadFile.d.ts +1 -1
  381. package/lib/version.d.ts +1 -1
  382. package/lib/version.js +1 -1
  383. package/lib/virtual-list/src/VirtualList.d.ts +2 -2
  384. package/lib/watermark/src/Watermark.d.ts +2 -2
  385. package/package.json +1 -1
  386. package/web-types.json +86 -3
@@ -1,6 +1,14 @@
1
1
  import type { TreeMate } from 'treemate';
2
- import type { CSSProperties, VNode, VNodeChild } from 'vue';
3
- export type SelectMixedOption = SelectBaseOption | SelectGroupOption | SelectIgnoredOption;
2
+ import type { CSSProperties, HTMLAttributes, InputHTMLAttributes, PropType, VNode, VNodeChild } from 'vue';
3
+ import type { FollowerPlacement } from 'vueuc';
4
+ import type { ScrollbarProps } from '../../_internal';
5
+ import type { MarkType, NodeProps, RenderLabel, RenderOption, Size as SelectMenuSize } from '../../_internal/select-menu/src/interface';
6
+ import type { SelectSize } from '../../_internal/selection';
7
+ import type { RenderTag } from '../../_internal/selection/src/interface';
8
+ import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils';
9
+ import type { ButtonProps } from '../../button/src/Button';
10
+ import type { FormValidationStatus } from '../../form/src/interface';
11
+ import type { PopoverProps } from '../../popover';
4
12
  export interface SelectBaseOption<V = string | number, L = string | ((option: SelectBaseOption<V>, selected: boolean) => VNodeChild)> {
5
13
  icon?: () => VNodeChild;
6
14
  avatar?: () => VNodeChild;
@@ -31,11 +39,41 @@ export interface SelectIgnoredOption {
31
39
  value: string | number;
32
40
  [k: string]: unknown;
33
41
  }
42
+ export type SelectMixedOption = SelectBaseOption | SelectGroupOption | SelectIgnoredOption;
34
43
  export type ValueAtom = string | number;
35
44
  export type Value = ValueAtom | string[] | number[] | ValueAtom[];
45
+ export type SelectOptionValueSet = Set<ValueAtom>;
36
46
  export type OnUpdateValue = (value: string & number & ValueAtom & string[] & number[] & ValueAtom[] & (ValueAtom | null) & (string[] | null) & (number[] | null) & (ValueAtom[] | null), option: SelectBaseOption & null & SelectBaseOption[]) => void;
37
47
  export type OnUpdateValueImpl = (value: ValueAtom | string[] | number[] | ValueAtom[] | (ValueAtom | null) | (string[] | null) | (number[] | null) | (ValueAtom[] | null), option: SelectBaseOption | null | SelectBaseOption[]) => void;
38
48
  export type SelectTreeMate = TreeMate<SelectBaseOption, SelectGroupOption, SelectIgnoredOption>;
49
+ export interface SelectInst {
50
+ focus: () => void;
51
+ blur: () => void;
52
+ focusInput: () => void;
53
+ blurInput: () => void;
54
+ }
55
+ export interface SelectFooterButtonProps extends ButtonProps {
56
+ label?: string | (() => VNodeChild);
57
+ closeOnClick?: boolean;
58
+ }
59
+ export interface SelectTriggerSlotProps {
60
+ open: () => void;
61
+ close: () => void;
62
+ toggle: () => void;
63
+ show: boolean;
64
+ disabled: boolean;
65
+ value: Value | null;
66
+ selectedOption: SelectOption | null;
67
+ selectedOptions: SelectOption[] | null;
68
+ }
69
+ export interface SelectSlots {
70
+ default?: () => VNode[];
71
+ header?: () => VNode[];
72
+ action?: () => VNode[];
73
+ empty?: () => VNode[];
74
+ arrow?: () => VNode[];
75
+ trigger?: (props: SelectTriggerSlotProps) => VNode[];
76
+ }
39
77
  export type SelectOption = SelectBaseOption<string | number>;
40
78
  export type SelectGroupOption = (SelectGroupOptionBase & {
41
79
  /** @deprecated should use key and label instead */
@@ -43,12 +81,1106 @@ export type SelectGroupOption = (SelectGroupOptionBase & {
43
81
  }) | (SelectGroupOptionBase & {
44
82
  key: string | number;
45
83
  });
46
- export interface SelectInst {
47
- focus: () => void;
48
- blur: () => void;
49
- focusInput: () => void;
50
- blurInput: () => void;
51
- }
52
84
  export type SelectFallbackOption = (value: string & number) => SelectOption;
53
85
  export type SelectFallbackOptionImpl = (value: string | number) => SelectOption;
54
86
  export type SelectFilter = (pattern: string, option: SelectOption) => boolean;
87
+ export type SelectProps = ExtractPublicPropTypes<typeof selectProps>;
88
+ export declare const selectProps: {
89
+ readonly to: {
90
+ type: PropType<HTMLElement | string | boolean>;
91
+ default: undefined;
92
+ };
93
+ readonly bordered: {
94
+ readonly type: PropType<boolean | undefined>;
95
+ readonly default: undefined;
96
+ };
97
+ readonly clearable: BooleanConstructor;
98
+ readonly clearCreatedOptionsOnClear: {
99
+ readonly type: BooleanConstructor;
100
+ readonly default: true;
101
+ };
102
+ readonly clearFilterAfterSelect: {
103
+ readonly type: BooleanConstructor;
104
+ readonly default: true;
105
+ };
106
+ readonly options: {
107
+ readonly type: PropType<SelectMixedOption[]>;
108
+ readonly default: () => never[];
109
+ };
110
+ readonly defaultOptions: {
111
+ readonly type: PropType<SelectMixedOption[]>;
112
+ readonly default: () => never[];
113
+ };
114
+ readonly defaultValue: {
115
+ readonly type: PropType<Value | null>;
116
+ readonly default: null;
117
+ };
118
+ readonly keyboard: {
119
+ readonly type: BooleanConstructor;
120
+ readonly default: true;
121
+ };
122
+ readonly value: PropType<Value | null>;
123
+ readonly placeholder: StringConstructor;
124
+ readonly menuProps: PropType<HTMLAttributes>;
125
+ readonly multiple: BooleanConstructor;
126
+ readonly size: PropType<SelectSize>;
127
+ readonly menuSize: {
128
+ readonly type: PropType<SelectMenuSize>;
129
+ };
130
+ readonly filterable: BooleanConstructor;
131
+ readonly filterPlacement: {
132
+ readonly type: PropType<"default" | "dropdown">;
133
+ readonly default: "default";
134
+ };
135
+ readonly searchPlaceholder: StringConstructor;
136
+ readonly markType: {
137
+ readonly type: PropType<MarkType>;
138
+ readonly default: "mark";
139
+ };
140
+ readonly disabled: {
141
+ readonly type: PropType<boolean | undefined>;
142
+ readonly default: undefined;
143
+ };
144
+ readonly remote: BooleanConstructor;
145
+ readonly loading: BooleanConstructor;
146
+ readonly loadingSkeleton: BooleanConstructor;
147
+ readonly filter: PropType<SelectFilter>;
148
+ readonly placement: {
149
+ readonly type: PropType<FollowerPlacement>;
150
+ readonly default: "bottom-start";
151
+ };
152
+ readonly widthMode: {
153
+ readonly type: StringConstructor;
154
+ readonly default: "trigger";
155
+ };
156
+ readonly tag: BooleanConstructor;
157
+ readonly onCreate: PropType<(label: string) => SelectOption>;
158
+ readonly fallbackOption: {
159
+ readonly type: PropType<SelectFallbackOption | false | undefined>;
160
+ readonly default: undefined;
161
+ };
162
+ readonly show: {
163
+ readonly type: PropType<boolean | undefined>;
164
+ readonly default: undefined;
165
+ };
166
+ readonly showArrow: {
167
+ readonly type: BooleanConstructor;
168
+ readonly default: true;
169
+ };
170
+ readonly maxTagCount: PropType<number | "responsive">;
171
+ readonly ellipsisTagPopoverProps: PropType<PopoverProps>;
172
+ readonly consistentMenuWidth: {
173
+ readonly type: BooleanConstructor;
174
+ readonly default: true;
175
+ };
176
+ readonly virtualScroll: {
177
+ readonly type: BooleanConstructor;
178
+ readonly default: true;
179
+ };
180
+ readonly labelField: {
181
+ readonly type: StringConstructor;
182
+ readonly default: "label";
183
+ };
184
+ readonly valueField: {
185
+ readonly type: StringConstructor;
186
+ readonly default: "value";
187
+ };
188
+ readonly childrenField: {
189
+ readonly type: StringConstructor;
190
+ readonly default: "children";
191
+ };
192
+ readonly filled: BooleanConstructor;
193
+ readonly tagField: StringConstructor;
194
+ readonly renderTagLabel: PropType<RenderLabel>;
195
+ readonly renderLabel: PropType<RenderLabel>;
196
+ readonly renderOption: PropType<RenderOption>;
197
+ readonly renderTag: PropType<RenderTag>;
198
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue> | undefined>;
199
+ readonly inputProps: PropType<InputHTMLAttributes>;
200
+ readonly nodeProps: PropType<NodeProps>;
201
+ readonly ignoreComposition: {
202
+ readonly type: BooleanConstructor;
203
+ readonly default: true;
204
+ };
205
+ readonly showOnFocus: BooleanConstructor;
206
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue> | undefined>;
207
+ readonly onBlur: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
208
+ readonly onClear: PropType<MaybeArray<() => void> | undefined>;
209
+ readonly onFocus: PropType<MaybeArray<(e: FocusEvent) => void> | undefined>;
210
+ readonly onScroll: PropType<MaybeArray<(e: Event) => void> | undefined>;
211
+ readonly onSearch: PropType<MaybeArray<(value: string) => void> | undefined>;
212
+ readonly onUpdateShow: PropType<MaybeArray<(value: boolean) => void>>;
213
+ readonly 'onUpdate:show': PropType<MaybeArray<(value: boolean) => void>>;
214
+ readonly displayDirective: {
215
+ readonly type: PropType<"if" | "show">;
216
+ readonly default: "show";
217
+ };
218
+ readonly resetMenuOnOptionsChange: {
219
+ readonly type: BooleanConstructor;
220
+ readonly default: true;
221
+ };
222
+ readonly status: PropType<FormValidationStatus>;
223
+ readonly showCheckmark: {
224
+ readonly type: BooleanConstructor;
225
+ readonly default: true;
226
+ };
227
+ readonly closeOnSelect: {
228
+ readonly type: PropType<boolean | undefined>;
229
+ readonly default: undefined;
230
+ };
231
+ readonly primaryButtonProps: PropType<SelectFooterButtonProps>;
232
+ readonly secondaryButtonProps: PropType<SelectFooterButtonProps>;
233
+ readonly scrollbarProps: PropType<ScrollbarProps>;
234
+ readonly round: BooleanConstructor;
235
+ readonly counter: BooleanConstructor;
236
+ readonly secondary: BooleanConstructor;
237
+ /** deprecated */
238
+ readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
239
+ readonly items: PropType<SelectMixedOption[]>;
240
+ readonly account: BooleanConstructor;
241
+ readonly theme: PropType<import("../../_mixins").Theme<"Select", {
242
+ menuBoxShadow: string;
243
+ }, {
244
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
245
+ paddingTiny: string;
246
+ paddingSmall: string;
247
+ paddingMedium: string;
248
+ paddingLarge: string;
249
+ paddingHuge: string;
250
+ clearSizeTiny: string;
251
+ clearSizeSmall: string;
252
+ clearSizeMedium: string;
253
+ clearSizeLarge: string;
254
+ clearSizeHuge: string;
255
+ arrowSizeTiny: string;
256
+ arrowSizeSmall: string;
257
+ arrowSizeMedium: string;
258
+ arrowSizeLarge: string;
259
+ arrowSizeHuge: string;
260
+ fontSizeTiny: string;
261
+ fontSizeSmall: string;
262
+ fontSizeMedium: string;
263
+ fontSizeLarge: string;
264
+ fontSizeHuge: string;
265
+ lineHeightTiny: string;
266
+ lineHeightSmall: string;
267
+ lineHeightMedium: string;
268
+ lineHeightLarge: string;
269
+ lineHeightHuge: string;
270
+ heightTiny: string;
271
+ heightSmall: string;
272
+ heightMedium: string;
273
+ heightLarge: string;
274
+ heightHuge: string;
275
+ borderRadiusTiny: string;
276
+ borderRadiusSmall: string;
277
+ borderRadiusMedium: string;
278
+ borderRadiusLarge: string;
279
+ borderRadiusHuge: string;
280
+ textColor: string;
281
+ textColorDisabled: string;
282
+ placeholderColor: string;
283
+ placeholderColorDisabled: string;
284
+ color: string;
285
+ colorFilled: string;
286
+ colorDisabled: string;
287
+ colorActive: string;
288
+ border: string;
289
+ borderFilled: string;
290
+ borderHover: string;
291
+ borderActive: string;
292
+ borderFocus: string;
293
+ borderDisabled: string;
294
+ boxShadowHover: string;
295
+ boxShadowActive: string;
296
+ boxShadowFocus: string;
297
+ caretColor: string;
298
+ arrowColor: string;
299
+ arrowColorHover: string;
300
+ arrowColorDisabled: string;
301
+ loadingColor: string;
302
+ borderWarning: string;
303
+ borderHoverWarning: string;
304
+ borderActiveWarning: string;
305
+ borderFocusWarning: string;
306
+ boxShadowHoverWarning: string;
307
+ boxShadowActiveWarning: string;
308
+ boxShadowFocusWarning: string;
309
+ colorActiveWarning: string;
310
+ caretColorWarning: string;
311
+ borderError: string;
312
+ borderHoverError: string;
313
+ borderActiveError: string;
314
+ borderFocusError: string;
315
+ boxShadowHoverError: string;
316
+ boxShadowActiveError: string;
317
+ boxShadowFocusError: string;
318
+ colorActiveError: string;
319
+ caretColorError: string;
320
+ clearColor: string;
321
+ clearColorHover: string;
322
+ clearColorPressed: string;
323
+ caretColorSecondary: string;
324
+ filterCounterTextColor: string;
325
+ filterCounterTextColorDisabled: string;
326
+ arrowColorSecondary: string;
327
+ clearColorSecondary: string;
328
+ colorSecondary: string;
329
+ textColorSecondary: string;
330
+ borderSecondary: string;
331
+ arrowColorDisabledSecondary: string;
332
+ clearColorDisabledSecondary: string;
333
+ colorDisabledSecondary: string;
334
+ textColorDisabledSecondary: string;
335
+ borderDisabledSecondary: string;
336
+ arrowColorHoverSecondary: string;
337
+ clearColorHoverSecondary: string;
338
+ colorHoverSecondary: string;
339
+ textColorHoverSecondary: string;
340
+ borderHoverSecondary: string;
341
+ arrowColorFocusSecondary: string;
342
+ clearColorFocusSecondary: string;
343
+ colorFocusSecondary: string;
344
+ textColorFocusSecondary: string;
345
+ borderFocusSecondary: string;
346
+ arrowColorActiveSecondary: string;
347
+ clearColorActiveSecondary: string;
348
+ colorActiveSecondary: string;
349
+ textColorActiveSecondary: string;
350
+ borderActiveSecondary: string;
351
+ }, {
352
+ Popover: import("../../_mixins").Theme<"Popover", {
353
+ space: string;
354
+ spaceArrow: string;
355
+ arrowOffset: string;
356
+ arrowOffsetVertical: string;
357
+ arrowHeight: string;
358
+ padding: string;
359
+ fontSize: string;
360
+ borderRadius: string;
361
+ color: string;
362
+ dividerColor: string;
363
+ textColor: string;
364
+ boxShadow: string;
365
+ }, any>;
366
+ }>;
367
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
368
+ height: string;
369
+ paddingSmall: string;
370
+ paddingMedium: string;
371
+ paddingLarge: string;
372
+ optionPaddingSmall: string;
373
+ optionPaddingMedium: string;
374
+ optionPaddingLarge: string;
375
+ loadingSize: string;
376
+ optionFontSizeSmall: string;
377
+ optionFontSizeMedium: string;
378
+ optionFontSizeLarge: string;
379
+ optionHeightSmall: string;
380
+ optionHeightMedium: string;
381
+ optionHeightLarge: string;
382
+ optionBorderRadius: string;
383
+ borderRadius: string;
384
+ color: string;
385
+ groupHeaderTextColor: string;
386
+ actionDividerColor: string;
387
+ optionTextColor: string;
388
+ optionTextColorPressed: string;
389
+ optionTextColorDisabled: string;
390
+ optionTextColorActive: string;
391
+ optionOpacityDisabled: string;
392
+ optionCheckColor: string;
393
+ optionColorPending: string;
394
+ optionColorActive: string;
395
+ optionGroupHeaderBorderColor: string;
396
+ optionColorActivePending: string;
397
+ actionTextColor: string;
398
+ loadingColor: string;
399
+ }, {
400
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
401
+ height: string;
402
+ width: string;
403
+ borderRadius: string;
404
+ color: string;
405
+ colorHover: string;
406
+ railInsetHorizontalBottom: string;
407
+ railInsetHorizontalTop: string;
408
+ railInsetVerticalRight: string;
409
+ railInsetVerticalLeft: string;
410
+ railColor: string;
411
+ }, any>;
412
+ Empty: import("../../_mixins").Theme<"Empty", {
413
+ iconSizeSmall: string;
414
+ iconSizeMedium: string;
415
+ iconSizeLarge: string;
416
+ iconSizeHuge: string;
417
+ titleFontSizeSmall: string;
418
+ titleFontSizeMedium: string;
419
+ titleFontSizeLarge: string;
420
+ titleFontSizeHuge: string;
421
+ descriptionFontSizeSmall: string;
422
+ descriptionFontSizeMedium: string;
423
+ descriptionFontSizeLarge: string;
424
+ descriptionFontSizeHuge: string;
425
+ titleColor: string;
426
+ descriptionColor: string;
427
+ iconColor: string;
428
+ iconBgColor: string;
429
+ extraTextColor: string;
430
+ }, any>;
431
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
432
+ fontWeight: string;
433
+ textColor: string;
434
+ descriptionTextColor: string;
435
+ textColorDisabled: string;
436
+ descriptionTextColorDisabled: string;
437
+ fontSizeLarge: string;
438
+ fontSizeMedium: string;
439
+ fontSizeSmall: string;
440
+ lineHeightLarge: string;
441
+ lineHeightMedium: string;
442
+ lineHeightSmall: string;
443
+ borderRadiusLarge: string;
444
+ borderRadiusMedium: string;
445
+ borderRadiusSmall: string;
446
+ color: string;
447
+ colorHover: string;
448
+ colorFocus: string;
449
+ colorActive: string;
450
+ colorChecked: string;
451
+ colorHoverChecked: string;
452
+ colorFocusChecked: string;
453
+ colorActiveChecked: string;
454
+ colorDisabled: string;
455
+ colorDisabledChecked: string;
456
+ checkMarkColor: string;
457
+ checkMarkColorHover: string;
458
+ checkMarkColorFocus: string;
459
+ checkMarkColorActive: string;
460
+ checkMarkColorDisabled: string;
461
+ checkMarkColorDisabledChecked: string;
462
+ border: string;
463
+ borderHover: string;
464
+ borderFocus: string;
465
+ borderActive: string;
466
+ borderChecked: string;
467
+ borderHoverChecked: string;
468
+ borderFocusChecked: string;
469
+ borderActiveChecked: string;
470
+ borderDisabled: string;
471
+ borderDisabledChecked: string;
472
+ boxShadowHover: string;
473
+ boxShadowFocus: string;
474
+ boxShadowActive: string;
475
+ boxShadowHoverChecked: string;
476
+ boxShadowFocusChecked: string;
477
+ boxShadowActiveChecked: string;
478
+ sizeSmall: string;
479
+ sizeMedium: string;
480
+ sizeLarge: string;
481
+ labelPadding: string;
482
+ }, any>;
483
+ Input: import("../../_mixins").Theme<"Input", {
484
+ paddingTiny: string;
485
+ paddingSmall: string;
486
+ paddingMedium: string;
487
+ paddingLarge: string;
488
+ paddingHuge: string;
489
+ clearSize: string;
490
+ countTextColorDisabled: string;
491
+ countTextColor: string;
492
+ heightTiny: string;
493
+ heightSmall: string;
494
+ heightMedium: string;
495
+ heightLarge: string;
496
+ heightHuge: string;
497
+ fontSizeTiny: string;
498
+ fontSizeSmall: string;
499
+ fontSizeMedium: string;
500
+ fontSizeLarge: string;
501
+ fontSizeHuge: string;
502
+ lineHeight: string;
503
+ lineHeightTextarea: string;
504
+ borderRadius: string;
505
+ iconSize: string;
506
+ groupLabelTextColor: string;
507
+ textColor: string;
508
+ textColorDisabled: string;
509
+ textDecorationColor: string;
510
+ caretColor: string;
511
+ placeholderColor: string;
512
+ placeholderColorDisabled: string;
513
+ color: string;
514
+ colorDisabled: string;
515
+ colorFocus: string;
516
+ groupLabelBorder: string;
517
+ border: string;
518
+ borderHover: string;
519
+ borderDisabled: string;
520
+ borderFocus: string;
521
+ boxShadowFocus: string;
522
+ loadingColor: string;
523
+ loadingColorSuccess: string;
524
+ borderSuccess: string;
525
+ borderHoverSuccess: string;
526
+ colorFocusSuccess: string;
527
+ borderFocusSuccess: string;
528
+ boxShadowFocusSuccess: string;
529
+ caretColorSuccess: string;
530
+ loadingColorWarning: string;
531
+ borderWarning: string;
532
+ borderHoverWarning: string;
533
+ colorFocusWarning: string;
534
+ borderFocusWarning: string;
535
+ boxShadowFocusWarning: string;
536
+ caretColorWarning: string;
537
+ loadingColorError: string;
538
+ borderError: string;
539
+ borderHoverError: string;
540
+ colorFocusError: string;
541
+ borderFocusError: string;
542
+ boxShadowFocusError: string;
543
+ caretColorError: string;
544
+ clearColor: string;
545
+ clearColorHover: string;
546
+ clearColorPressed: string;
547
+ iconColor: string;
548
+ iconColorDisabled: string;
549
+ iconColorHover: string;
550
+ iconColorPressed: string;
551
+ suffixTextColor: string;
552
+ selectionColor: string;
553
+ }, any>;
554
+ }>;
555
+ }>>;
556
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
557
+ menuBoxShadow: string;
558
+ }, {
559
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
560
+ paddingTiny: string;
561
+ paddingSmall: string;
562
+ paddingMedium: string;
563
+ paddingLarge: string;
564
+ paddingHuge: string;
565
+ clearSizeTiny: string;
566
+ clearSizeSmall: string;
567
+ clearSizeMedium: string;
568
+ clearSizeLarge: string;
569
+ clearSizeHuge: string;
570
+ arrowSizeTiny: string;
571
+ arrowSizeSmall: string;
572
+ arrowSizeMedium: string;
573
+ arrowSizeLarge: string;
574
+ arrowSizeHuge: string;
575
+ fontSizeTiny: string;
576
+ fontSizeSmall: string;
577
+ fontSizeMedium: string;
578
+ fontSizeLarge: string;
579
+ fontSizeHuge: string;
580
+ lineHeightTiny: string;
581
+ lineHeightSmall: string;
582
+ lineHeightMedium: string;
583
+ lineHeightLarge: string;
584
+ lineHeightHuge: string;
585
+ heightTiny: string;
586
+ heightSmall: string;
587
+ heightMedium: string;
588
+ heightLarge: string;
589
+ heightHuge: string;
590
+ borderRadiusTiny: string;
591
+ borderRadiusSmall: string;
592
+ borderRadiusMedium: string;
593
+ borderRadiusLarge: string;
594
+ borderRadiusHuge: string;
595
+ textColor: string;
596
+ textColorDisabled: string;
597
+ placeholderColor: string;
598
+ placeholderColorDisabled: string;
599
+ color: string;
600
+ colorFilled: string;
601
+ colorDisabled: string;
602
+ colorActive: string;
603
+ border: string;
604
+ borderFilled: string;
605
+ borderHover: string;
606
+ borderActive: string;
607
+ borderFocus: string;
608
+ borderDisabled: string;
609
+ boxShadowHover: string;
610
+ boxShadowActive: string;
611
+ boxShadowFocus: string;
612
+ caretColor: string;
613
+ arrowColor: string;
614
+ arrowColorHover: string;
615
+ arrowColorDisabled: string;
616
+ loadingColor: string;
617
+ borderWarning: string;
618
+ borderHoverWarning: string;
619
+ borderActiveWarning: string;
620
+ borderFocusWarning: string;
621
+ boxShadowHoverWarning: string;
622
+ boxShadowActiveWarning: string;
623
+ boxShadowFocusWarning: string;
624
+ colorActiveWarning: string;
625
+ caretColorWarning: string;
626
+ borderError: string;
627
+ borderHoverError: string;
628
+ borderActiveError: string;
629
+ borderFocusError: string;
630
+ boxShadowHoverError: string;
631
+ boxShadowActiveError: string;
632
+ boxShadowFocusError: string;
633
+ colorActiveError: string;
634
+ caretColorError: string;
635
+ clearColor: string;
636
+ clearColorHover: string;
637
+ clearColorPressed: string;
638
+ caretColorSecondary: string;
639
+ filterCounterTextColor: string;
640
+ filterCounterTextColorDisabled: string;
641
+ arrowColorSecondary: string;
642
+ clearColorSecondary: string;
643
+ colorSecondary: string;
644
+ textColorSecondary: string;
645
+ borderSecondary: string;
646
+ arrowColorDisabledSecondary: string;
647
+ clearColorDisabledSecondary: string;
648
+ colorDisabledSecondary: string;
649
+ textColorDisabledSecondary: string;
650
+ borderDisabledSecondary: string;
651
+ arrowColorHoverSecondary: string;
652
+ clearColorHoverSecondary: string;
653
+ colorHoverSecondary: string;
654
+ textColorHoverSecondary: string;
655
+ borderHoverSecondary: string;
656
+ arrowColorFocusSecondary: string;
657
+ clearColorFocusSecondary: string;
658
+ colorFocusSecondary: string;
659
+ textColorFocusSecondary: string;
660
+ borderFocusSecondary: string;
661
+ arrowColorActiveSecondary: string;
662
+ clearColorActiveSecondary: string;
663
+ colorActiveSecondary: string;
664
+ textColorActiveSecondary: string;
665
+ borderActiveSecondary: string;
666
+ }, {
667
+ Popover: import("../../_mixins").Theme<"Popover", {
668
+ space: string;
669
+ spaceArrow: string;
670
+ arrowOffset: string;
671
+ arrowOffsetVertical: string;
672
+ arrowHeight: string;
673
+ padding: string;
674
+ fontSize: string;
675
+ borderRadius: string;
676
+ color: string;
677
+ dividerColor: string;
678
+ textColor: string;
679
+ boxShadow: string;
680
+ }, any>;
681
+ }>;
682
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
683
+ height: string;
684
+ paddingSmall: string;
685
+ paddingMedium: string;
686
+ paddingLarge: string;
687
+ optionPaddingSmall: string;
688
+ optionPaddingMedium: string;
689
+ optionPaddingLarge: string;
690
+ loadingSize: string;
691
+ optionFontSizeSmall: string;
692
+ optionFontSizeMedium: string;
693
+ optionFontSizeLarge: string;
694
+ optionHeightSmall: string;
695
+ optionHeightMedium: string;
696
+ optionHeightLarge: string;
697
+ optionBorderRadius: string;
698
+ borderRadius: string;
699
+ color: string;
700
+ groupHeaderTextColor: string;
701
+ actionDividerColor: string;
702
+ optionTextColor: string;
703
+ optionTextColorPressed: string;
704
+ optionTextColorDisabled: string;
705
+ optionTextColorActive: string;
706
+ optionOpacityDisabled: string;
707
+ optionCheckColor: string;
708
+ optionColorPending: string;
709
+ optionColorActive: string;
710
+ optionGroupHeaderBorderColor: string;
711
+ optionColorActivePending: string;
712
+ actionTextColor: string;
713
+ loadingColor: string;
714
+ }, {
715
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
716
+ height: string;
717
+ width: string;
718
+ borderRadius: string;
719
+ color: string;
720
+ colorHover: string;
721
+ railInsetHorizontalBottom: string;
722
+ railInsetHorizontalTop: string;
723
+ railInsetVerticalRight: string;
724
+ railInsetVerticalLeft: string;
725
+ railColor: string;
726
+ }, any>;
727
+ Empty: import("../../_mixins").Theme<"Empty", {
728
+ iconSizeSmall: string;
729
+ iconSizeMedium: string;
730
+ iconSizeLarge: string;
731
+ iconSizeHuge: string;
732
+ titleFontSizeSmall: string;
733
+ titleFontSizeMedium: string;
734
+ titleFontSizeLarge: string;
735
+ titleFontSizeHuge: string;
736
+ descriptionFontSizeSmall: string;
737
+ descriptionFontSizeMedium: string;
738
+ descriptionFontSizeLarge: string;
739
+ descriptionFontSizeHuge: string;
740
+ titleColor: string;
741
+ descriptionColor: string;
742
+ iconColor: string;
743
+ iconBgColor: string;
744
+ extraTextColor: string;
745
+ }, any>;
746
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
747
+ fontWeight: string;
748
+ textColor: string;
749
+ descriptionTextColor: string;
750
+ textColorDisabled: string;
751
+ descriptionTextColorDisabled: string;
752
+ fontSizeLarge: string;
753
+ fontSizeMedium: string;
754
+ fontSizeSmall: string;
755
+ lineHeightLarge: string;
756
+ lineHeightMedium: string;
757
+ lineHeightSmall: string;
758
+ borderRadiusLarge: string;
759
+ borderRadiusMedium: string;
760
+ borderRadiusSmall: string;
761
+ color: string;
762
+ colorHover: string;
763
+ colorFocus: string;
764
+ colorActive: string;
765
+ colorChecked: string;
766
+ colorHoverChecked: string;
767
+ colorFocusChecked: string;
768
+ colorActiveChecked: string;
769
+ colorDisabled: string;
770
+ colorDisabledChecked: string;
771
+ checkMarkColor: string;
772
+ checkMarkColorHover: string;
773
+ checkMarkColorFocus: string;
774
+ checkMarkColorActive: string;
775
+ checkMarkColorDisabled: string;
776
+ checkMarkColorDisabledChecked: string;
777
+ border: string;
778
+ borderHover: string;
779
+ borderFocus: string;
780
+ borderActive: string;
781
+ borderChecked: string;
782
+ borderHoverChecked: string;
783
+ borderFocusChecked: string;
784
+ borderActiveChecked: string;
785
+ borderDisabled: string;
786
+ borderDisabledChecked: string;
787
+ boxShadowHover: string;
788
+ boxShadowFocus: string;
789
+ boxShadowActive: string;
790
+ boxShadowHoverChecked: string;
791
+ boxShadowFocusChecked: string;
792
+ boxShadowActiveChecked: string;
793
+ sizeSmall: string;
794
+ sizeMedium: string;
795
+ sizeLarge: string;
796
+ labelPadding: string;
797
+ }, any>;
798
+ Input: import("../../_mixins").Theme<"Input", {
799
+ paddingTiny: string;
800
+ paddingSmall: string;
801
+ paddingMedium: string;
802
+ paddingLarge: string;
803
+ paddingHuge: string;
804
+ clearSize: string;
805
+ countTextColorDisabled: string;
806
+ countTextColor: string;
807
+ heightTiny: string;
808
+ heightSmall: string;
809
+ heightMedium: string;
810
+ heightLarge: string;
811
+ heightHuge: string;
812
+ fontSizeTiny: string;
813
+ fontSizeSmall: string;
814
+ fontSizeMedium: string;
815
+ fontSizeLarge: string;
816
+ fontSizeHuge: string;
817
+ lineHeight: string;
818
+ lineHeightTextarea: string;
819
+ borderRadius: string;
820
+ iconSize: string;
821
+ groupLabelTextColor: string;
822
+ textColor: string;
823
+ textColorDisabled: string;
824
+ textDecorationColor: string;
825
+ caretColor: string;
826
+ placeholderColor: string;
827
+ placeholderColorDisabled: string;
828
+ color: string;
829
+ colorDisabled: string;
830
+ colorFocus: string;
831
+ groupLabelBorder: string;
832
+ border: string;
833
+ borderHover: string;
834
+ borderDisabled: string;
835
+ borderFocus: string;
836
+ boxShadowFocus: string;
837
+ loadingColor: string;
838
+ loadingColorSuccess: string;
839
+ borderSuccess: string;
840
+ borderHoverSuccess: string;
841
+ colorFocusSuccess: string;
842
+ borderFocusSuccess: string;
843
+ boxShadowFocusSuccess: string;
844
+ caretColorSuccess: string;
845
+ loadingColorWarning: string;
846
+ borderWarning: string;
847
+ borderHoverWarning: string;
848
+ colorFocusWarning: string;
849
+ borderFocusWarning: string;
850
+ boxShadowFocusWarning: string;
851
+ caretColorWarning: string;
852
+ loadingColorError: string;
853
+ borderError: string;
854
+ borderHoverError: string;
855
+ colorFocusError: string;
856
+ borderFocusError: string;
857
+ boxShadowFocusError: string;
858
+ caretColorError: string;
859
+ clearColor: string;
860
+ clearColorHover: string;
861
+ clearColorPressed: string;
862
+ iconColor: string;
863
+ iconColorDisabled: string;
864
+ iconColorHover: string;
865
+ iconColorPressed: string;
866
+ suffixTextColor: string;
867
+ selectionColor: string;
868
+ }, any>;
869
+ }>;
870
+ }>>>;
871
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Select", {
872
+ menuBoxShadow: string;
873
+ }, {
874
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
875
+ paddingTiny: string;
876
+ paddingSmall: string;
877
+ paddingMedium: string;
878
+ paddingLarge: string;
879
+ paddingHuge: string;
880
+ clearSizeTiny: string;
881
+ clearSizeSmall: string;
882
+ clearSizeMedium: string;
883
+ clearSizeLarge: string;
884
+ clearSizeHuge: string;
885
+ arrowSizeTiny: string;
886
+ arrowSizeSmall: string;
887
+ arrowSizeMedium: string;
888
+ arrowSizeLarge: string;
889
+ arrowSizeHuge: string;
890
+ fontSizeTiny: string;
891
+ fontSizeSmall: string;
892
+ fontSizeMedium: string;
893
+ fontSizeLarge: string;
894
+ fontSizeHuge: string;
895
+ lineHeightTiny: string;
896
+ lineHeightSmall: string;
897
+ lineHeightMedium: string;
898
+ lineHeightLarge: string;
899
+ lineHeightHuge: string;
900
+ heightTiny: string;
901
+ heightSmall: string;
902
+ heightMedium: string;
903
+ heightLarge: string;
904
+ heightHuge: string;
905
+ borderRadiusTiny: string;
906
+ borderRadiusSmall: string;
907
+ borderRadiusMedium: string;
908
+ borderRadiusLarge: string;
909
+ borderRadiusHuge: string;
910
+ textColor: string;
911
+ textColorDisabled: string;
912
+ placeholderColor: string;
913
+ placeholderColorDisabled: string;
914
+ color: string;
915
+ colorFilled: string;
916
+ colorDisabled: string;
917
+ colorActive: string;
918
+ border: string;
919
+ borderFilled: string;
920
+ borderHover: string;
921
+ borderActive: string;
922
+ borderFocus: string;
923
+ borderDisabled: string;
924
+ boxShadowHover: string;
925
+ boxShadowActive: string;
926
+ boxShadowFocus: string;
927
+ caretColor: string;
928
+ arrowColor: string;
929
+ arrowColorHover: string;
930
+ arrowColorDisabled: string;
931
+ loadingColor: string;
932
+ borderWarning: string;
933
+ borderHoverWarning: string;
934
+ borderActiveWarning: string;
935
+ borderFocusWarning: string;
936
+ boxShadowHoverWarning: string;
937
+ boxShadowActiveWarning: string;
938
+ boxShadowFocusWarning: string;
939
+ colorActiveWarning: string;
940
+ caretColorWarning: string;
941
+ borderError: string;
942
+ borderHoverError: string;
943
+ borderActiveError: string;
944
+ borderFocusError: string;
945
+ boxShadowHoverError: string;
946
+ boxShadowActiveError: string;
947
+ boxShadowFocusError: string;
948
+ colorActiveError: string;
949
+ caretColorError: string;
950
+ clearColor: string;
951
+ clearColorHover: string;
952
+ clearColorPressed: string;
953
+ caretColorSecondary: string;
954
+ filterCounterTextColor: string;
955
+ filterCounterTextColorDisabled: string;
956
+ arrowColorSecondary: string;
957
+ clearColorSecondary: string;
958
+ colorSecondary: string;
959
+ textColorSecondary: string;
960
+ borderSecondary: string;
961
+ arrowColorDisabledSecondary: string;
962
+ clearColorDisabledSecondary: string;
963
+ colorDisabledSecondary: string;
964
+ textColorDisabledSecondary: string;
965
+ borderDisabledSecondary: string;
966
+ arrowColorHoverSecondary: string;
967
+ clearColorHoverSecondary: string;
968
+ colorHoverSecondary: string;
969
+ textColorHoverSecondary: string;
970
+ borderHoverSecondary: string;
971
+ arrowColorFocusSecondary: string;
972
+ clearColorFocusSecondary: string;
973
+ colorFocusSecondary: string;
974
+ textColorFocusSecondary: string;
975
+ borderFocusSecondary: string;
976
+ arrowColorActiveSecondary: string;
977
+ clearColorActiveSecondary: string;
978
+ colorActiveSecondary: string;
979
+ textColorActiveSecondary: string;
980
+ borderActiveSecondary: string;
981
+ }, {
982
+ Popover: import("../../_mixins").Theme<"Popover", {
983
+ space: string;
984
+ spaceArrow: string;
985
+ arrowOffset: string;
986
+ arrowOffsetVertical: string;
987
+ arrowHeight: string;
988
+ padding: string;
989
+ fontSize: string;
990
+ borderRadius: string;
991
+ color: string;
992
+ dividerColor: string;
993
+ textColor: string;
994
+ boxShadow: string;
995
+ }, any>;
996
+ }>;
997
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
998
+ height: string;
999
+ paddingSmall: string;
1000
+ paddingMedium: string;
1001
+ paddingLarge: string;
1002
+ optionPaddingSmall: string;
1003
+ optionPaddingMedium: string;
1004
+ optionPaddingLarge: string;
1005
+ loadingSize: string;
1006
+ optionFontSizeSmall: string;
1007
+ optionFontSizeMedium: string;
1008
+ optionFontSizeLarge: string;
1009
+ optionHeightSmall: string;
1010
+ optionHeightMedium: string;
1011
+ optionHeightLarge: string;
1012
+ optionBorderRadius: string;
1013
+ borderRadius: string;
1014
+ color: string;
1015
+ groupHeaderTextColor: string;
1016
+ actionDividerColor: string;
1017
+ optionTextColor: string;
1018
+ optionTextColorPressed: string;
1019
+ optionTextColorDisabled: string;
1020
+ optionTextColorActive: string;
1021
+ optionOpacityDisabled: string;
1022
+ optionCheckColor: string;
1023
+ optionColorPending: string;
1024
+ optionColorActive: string;
1025
+ optionGroupHeaderBorderColor: string;
1026
+ optionColorActivePending: string;
1027
+ actionTextColor: string;
1028
+ loadingColor: string;
1029
+ }, {
1030
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1031
+ height: string;
1032
+ width: string;
1033
+ borderRadius: string;
1034
+ color: string;
1035
+ colorHover: string;
1036
+ railInsetHorizontalBottom: string;
1037
+ railInsetHorizontalTop: string;
1038
+ railInsetVerticalRight: string;
1039
+ railInsetVerticalLeft: string;
1040
+ railColor: string;
1041
+ }, any>;
1042
+ Empty: import("../../_mixins").Theme<"Empty", {
1043
+ iconSizeSmall: string;
1044
+ iconSizeMedium: string;
1045
+ iconSizeLarge: string;
1046
+ iconSizeHuge: string;
1047
+ titleFontSizeSmall: string;
1048
+ titleFontSizeMedium: string;
1049
+ titleFontSizeLarge: string;
1050
+ titleFontSizeHuge: string;
1051
+ descriptionFontSizeSmall: string;
1052
+ descriptionFontSizeMedium: string;
1053
+ descriptionFontSizeLarge: string;
1054
+ descriptionFontSizeHuge: string;
1055
+ titleColor: string;
1056
+ descriptionColor: string;
1057
+ iconColor: string;
1058
+ iconBgColor: string;
1059
+ extraTextColor: string;
1060
+ }, any>;
1061
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1062
+ fontWeight: string;
1063
+ textColor: string;
1064
+ descriptionTextColor: string;
1065
+ textColorDisabled: string;
1066
+ descriptionTextColorDisabled: string;
1067
+ fontSizeLarge: string;
1068
+ fontSizeMedium: string;
1069
+ fontSizeSmall: string;
1070
+ lineHeightLarge: string;
1071
+ lineHeightMedium: string;
1072
+ lineHeightSmall: string;
1073
+ borderRadiusLarge: string;
1074
+ borderRadiusMedium: string;
1075
+ borderRadiusSmall: string;
1076
+ color: string;
1077
+ colorHover: string;
1078
+ colorFocus: string;
1079
+ colorActive: string;
1080
+ colorChecked: string;
1081
+ colorHoverChecked: string;
1082
+ colorFocusChecked: string;
1083
+ colorActiveChecked: string;
1084
+ colorDisabled: string;
1085
+ colorDisabledChecked: string;
1086
+ checkMarkColor: string;
1087
+ checkMarkColorHover: string;
1088
+ checkMarkColorFocus: string;
1089
+ checkMarkColorActive: string;
1090
+ checkMarkColorDisabled: string;
1091
+ checkMarkColorDisabledChecked: string;
1092
+ border: string;
1093
+ borderHover: string;
1094
+ borderFocus: string;
1095
+ borderActive: string;
1096
+ borderChecked: string;
1097
+ borderHoverChecked: string;
1098
+ borderFocusChecked: string;
1099
+ borderActiveChecked: string;
1100
+ borderDisabled: string;
1101
+ borderDisabledChecked: string;
1102
+ boxShadowHover: string;
1103
+ boxShadowFocus: string;
1104
+ boxShadowActive: string;
1105
+ boxShadowHoverChecked: string;
1106
+ boxShadowFocusChecked: string;
1107
+ boxShadowActiveChecked: string;
1108
+ sizeSmall: string;
1109
+ sizeMedium: string;
1110
+ sizeLarge: string;
1111
+ labelPadding: string;
1112
+ }, any>;
1113
+ Input: import("../../_mixins").Theme<"Input", {
1114
+ paddingTiny: string;
1115
+ paddingSmall: string;
1116
+ paddingMedium: string;
1117
+ paddingLarge: string;
1118
+ paddingHuge: string;
1119
+ clearSize: string;
1120
+ countTextColorDisabled: string;
1121
+ countTextColor: string;
1122
+ heightTiny: string;
1123
+ heightSmall: string;
1124
+ heightMedium: string;
1125
+ heightLarge: string;
1126
+ heightHuge: string;
1127
+ fontSizeTiny: string;
1128
+ fontSizeSmall: string;
1129
+ fontSizeMedium: string;
1130
+ fontSizeLarge: string;
1131
+ fontSizeHuge: string;
1132
+ lineHeight: string;
1133
+ lineHeightTextarea: string;
1134
+ borderRadius: string;
1135
+ iconSize: string;
1136
+ groupLabelTextColor: string;
1137
+ textColor: string;
1138
+ textColorDisabled: string;
1139
+ textDecorationColor: string;
1140
+ caretColor: string;
1141
+ placeholderColor: string;
1142
+ placeholderColorDisabled: string;
1143
+ color: string;
1144
+ colorDisabled: string;
1145
+ colorFocus: string;
1146
+ groupLabelBorder: string;
1147
+ border: string;
1148
+ borderHover: string;
1149
+ borderDisabled: string;
1150
+ borderFocus: string;
1151
+ boxShadowFocus: string;
1152
+ loadingColor: string;
1153
+ loadingColorSuccess: string;
1154
+ borderSuccess: string;
1155
+ borderHoverSuccess: string;
1156
+ colorFocusSuccess: string;
1157
+ borderFocusSuccess: string;
1158
+ boxShadowFocusSuccess: string;
1159
+ caretColorSuccess: string;
1160
+ loadingColorWarning: string;
1161
+ borderWarning: string;
1162
+ borderHoverWarning: string;
1163
+ colorFocusWarning: string;
1164
+ borderFocusWarning: string;
1165
+ boxShadowFocusWarning: string;
1166
+ caretColorWarning: string;
1167
+ loadingColorError: string;
1168
+ borderError: string;
1169
+ borderHoverError: string;
1170
+ colorFocusError: string;
1171
+ borderFocusError: string;
1172
+ boxShadowFocusError: string;
1173
+ caretColorError: string;
1174
+ clearColor: string;
1175
+ clearColorHover: string;
1176
+ clearColorPressed: string;
1177
+ iconColor: string;
1178
+ iconColorDisabled: string;
1179
+ iconColorHover: string;
1180
+ iconColorPressed: string;
1181
+ suffixTextColor: string;
1182
+ selectionColor: string;
1183
+ }, any>;
1184
+ }>;
1185
+ }>>>;
1186
+ };