@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
@@ -37,24 +37,22 @@ export declare const popselectProps: {
37
37
  type: PropType<PopoverTrigger>;
38
38
  default: string;
39
39
  };
40
- disabled: BooleanConstructor;
41
- y: NumberConstructor;
42
- x: NumberConstructor;
43
- to: {
44
- type: PropType<HTMLElement | string | boolean>;
45
- default: undefined;
46
- };
40
+ raw: BooleanConstructor;
47
41
  width: {
48
42
  type: PropType<number | string | "trigger">;
49
43
  default: undefined;
50
44
  };
51
- raw: BooleanConstructor;
52
45
  duration: {
53
46
  type: NumberConstructor;
54
47
  default: number;
55
48
  };
56
49
  contentClass: StringConstructor;
57
50
  contentStyle: PropType<import("vue").CSSProperties | string>;
51
+ to: {
52
+ type: PropType<HTMLElement | string | boolean>;
53
+ default: undefined;
54
+ };
55
+ disabled: BooleanConstructor;
58
56
  zIndex: NumberConstructor;
59
57
  show: {
60
58
  type: PropType<boolean | undefined>;
@@ -75,6 +73,8 @@ export declare const popselectProps: {
75
73
  type: NumberConstructor;
76
74
  default: number;
77
75
  };
76
+ x: NumberConstructor;
77
+ y: NumberConstructor;
78
78
  arrowPointToCenter: BooleanConstructor;
79
79
  getDisabled: PropType<() => boolean>;
80
80
  arrowClass: StringConstructor;
@@ -191,6 +191,129 @@ export declare const popselectProps: {
191
191
  iconBgColor: string;
192
192
  extraTextColor: string;
193
193
  }, any>;
194
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
195
+ fontWeight: string;
196
+ textColor: string;
197
+ descriptionTextColor: string;
198
+ textColorDisabled: string;
199
+ descriptionTextColorDisabled: string;
200
+ fontSizeLarge: string;
201
+ fontSizeMedium: string;
202
+ fontSizeSmall: string;
203
+ lineHeightLarge: string;
204
+ lineHeightMedium: string;
205
+ lineHeightSmall: string;
206
+ borderRadiusLarge: string;
207
+ borderRadiusMedium: string;
208
+ borderRadiusSmall: string;
209
+ color: string;
210
+ colorHover: string;
211
+ colorFocus: string;
212
+ colorActive: string;
213
+ colorChecked: string;
214
+ colorHoverChecked: string;
215
+ colorFocusChecked: string;
216
+ colorActiveChecked: string;
217
+ colorDisabled: string;
218
+ colorDisabledChecked: string;
219
+ checkMarkColor: string;
220
+ checkMarkColorHover: string;
221
+ checkMarkColorFocus: string;
222
+ checkMarkColorActive: string;
223
+ checkMarkColorDisabled: string;
224
+ checkMarkColorDisabledChecked: string;
225
+ border: string;
226
+ borderHover: string;
227
+ borderFocus: string;
228
+ borderActive: string;
229
+ borderChecked: string;
230
+ borderHoverChecked: string;
231
+ borderFocusChecked: string;
232
+ borderActiveChecked: string;
233
+ borderDisabled: string;
234
+ borderDisabledChecked: string;
235
+ boxShadowHover: string;
236
+ boxShadowFocus: string;
237
+ boxShadowActive: string;
238
+ boxShadowHoverChecked: string;
239
+ boxShadowFocusChecked: string;
240
+ boxShadowActiveChecked: string;
241
+ sizeSmall: string;
242
+ sizeMedium: string;
243
+ sizeLarge: string;
244
+ labelPadding: string;
245
+ }, any>;
246
+ Input: import("../../_mixins").Theme<"Input", {
247
+ paddingTiny: string;
248
+ paddingSmall: string;
249
+ paddingMedium: string;
250
+ paddingLarge: string;
251
+ paddingHuge: string;
252
+ clearSize: string;
253
+ countTextColorDisabled: string;
254
+ countTextColor: string;
255
+ heightTiny: string;
256
+ heightSmall: string;
257
+ heightMedium: string;
258
+ heightLarge: string;
259
+ heightHuge: string;
260
+ fontSizeTiny: string;
261
+ fontSizeSmall: string;
262
+ fontSizeMedium: string;
263
+ fontSizeLarge: string;
264
+ fontSizeHuge: string;
265
+ lineHeight: string;
266
+ lineHeightTextarea: string;
267
+ borderRadius: string;
268
+ iconSize: string;
269
+ groupLabelTextColor: string;
270
+ textColor: string;
271
+ textColorDisabled: string;
272
+ textDecorationColor: string;
273
+ caretColor: string;
274
+ placeholderColor: string;
275
+ placeholderColorDisabled: string;
276
+ color: string;
277
+ colorDisabled: string;
278
+ colorFocus: string;
279
+ groupLabelBorder: string;
280
+ border: string;
281
+ borderHover: string;
282
+ borderDisabled: string;
283
+ borderFocus: string;
284
+ boxShadowFocus: string;
285
+ loadingColor: string;
286
+ loadingColorSuccess: string;
287
+ borderSuccess: string;
288
+ borderHoverSuccess: string;
289
+ colorFocusSuccess: string;
290
+ borderFocusSuccess: string;
291
+ boxShadowFocusSuccess: string;
292
+ caretColorSuccess: string;
293
+ loadingColorWarning: string;
294
+ borderWarning: string;
295
+ borderHoverWarning: string;
296
+ colorFocusWarning: string;
297
+ borderFocusWarning: string;
298
+ boxShadowFocusWarning: string;
299
+ caretColorWarning: string;
300
+ loadingColorError: string;
301
+ borderError: string;
302
+ borderHoverError: string;
303
+ colorFocusError: string;
304
+ borderFocusError: string;
305
+ boxShadowFocusError: string;
306
+ caretColorError: string;
307
+ clearColor: string;
308
+ clearColorHover: string;
309
+ clearColorPressed: string;
310
+ iconColor: string;
311
+ iconColorDisabled: string;
312
+ iconColorHover: string;
313
+ iconColorPressed: string;
314
+ suffixTextColor: string;
315
+ selectionColor: string;
316
+ }, any>;
194
317
  }>;
195
318
  }>>;
196
319
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -274,6 +397,129 @@ export declare const popselectProps: {
274
397
  iconBgColor: string;
275
398
  extraTextColor: string;
276
399
  }, any>;
400
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
401
+ fontWeight: string;
402
+ textColor: string;
403
+ descriptionTextColor: string;
404
+ textColorDisabled: string;
405
+ descriptionTextColorDisabled: string;
406
+ fontSizeLarge: string;
407
+ fontSizeMedium: string;
408
+ fontSizeSmall: string;
409
+ lineHeightLarge: string;
410
+ lineHeightMedium: string;
411
+ lineHeightSmall: string;
412
+ borderRadiusLarge: string;
413
+ borderRadiusMedium: string;
414
+ borderRadiusSmall: string;
415
+ color: string;
416
+ colorHover: string;
417
+ colorFocus: string;
418
+ colorActive: string;
419
+ colorChecked: string;
420
+ colorHoverChecked: string;
421
+ colorFocusChecked: string;
422
+ colorActiveChecked: string;
423
+ colorDisabled: string;
424
+ colorDisabledChecked: string;
425
+ checkMarkColor: string;
426
+ checkMarkColorHover: string;
427
+ checkMarkColorFocus: string;
428
+ checkMarkColorActive: string;
429
+ checkMarkColorDisabled: string;
430
+ checkMarkColorDisabledChecked: string;
431
+ border: string;
432
+ borderHover: string;
433
+ borderFocus: string;
434
+ borderActive: string;
435
+ borderChecked: string;
436
+ borderHoverChecked: string;
437
+ borderFocusChecked: string;
438
+ borderActiveChecked: string;
439
+ borderDisabled: string;
440
+ borderDisabledChecked: string;
441
+ boxShadowHover: string;
442
+ boxShadowFocus: string;
443
+ boxShadowActive: string;
444
+ boxShadowHoverChecked: string;
445
+ boxShadowFocusChecked: string;
446
+ boxShadowActiveChecked: string;
447
+ sizeSmall: string;
448
+ sizeMedium: string;
449
+ sizeLarge: string;
450
+ labelPadding: string;
451
+ }, any>;
452
+ Input: import("../../_mixins").Theme<"Input", {
453
+ paddingTiny: string;
454
+ paddingSmall: string;
455
+ paddingMedium: string;
456
+ paddingLarge: string;
457
+ paddingHuge: string;
458
+ clearSize: string;
459
+ countTextColorDisabled: string;
460
+ countTextColor: string;
461
+ heightTiny: string;
462
+ heightSmall: string;
463
+ heightMedium: string;
464
+ heightLarge: string;
465
+ heightHuge: string;
466
+ fontSizeTiny: string;
467
+ fontSizeSmall: string;
468
+ fontSizeMedium: string;
469
+ fontSizeLarge: string;
470
+ fontSizeHuge: string;
471
+ lineHeight: string;
472
+ lineHeightTextarea: string;
473
+ borderRadius: string;
474
+ iconSize: string;
475
+ groupLabelTextColor: string;
476
+ textColor: string;
477
+ textColorDisabled: string;
478
+ textDecorationColor: string;
479
+ caretColor: string;
480
+ placeholderColor: string;
481
+ placeholderColorDisabled: string;
482
+ color: string;
483
+ colorDisabled: string;
484
+ colorFocus: string;
485
+ groupLabelBorder: string;
486
+ border: string;
487
+ borderHover: string;
488
+ borderDisabled: string;
489
+ borderFocus: string;
490
+ boxShadowFocus: string;
491
+ loadingColor: string;
492
+ loadingColorSuccess: string;
493
+ borderSuccess: string;
494
+ borderHoverSuccess: string;
495
+ colorFocusSuccess: string;
496
+ borderFocusSuccess: string;
497
+ boxShadowFocusSuccess: string;
498
+ caretColorSuccess: string;
499
+ loadingColorWarning: string;
500
+ borderWarning: string;
501
+ borderHoverWarning: string;
502
+ colorFocusWarning: string;
503
+ borderFocusWarning: string;
504
+ boxShadowFocusWarning: string;
505
+ caretColorWarning: string;
506
+ loadingColorError: string;
507
+ borderError: string;
508
+ borderHoverError: string;
509
+ colorFocusError: string;
510
+ borderFocusError: string;
511
+ boxShadowFocusError: string;
512
+ caretColorError: string;
513
+ clearColor: string;
514
+ clearColorHover: string;
515
+ clearColorPressed: string;
516
+ iconColor: string;
517
+ iconColorDisabled: string;
518
+ iconColorHover: string;
519
+ iconColorPressed: string;
520
+ suffixTextColor: string;
521
+ selectionColor: string;
522
+ }, any>;
277
523
  }>;
278
524
  }>>>;
279
525
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -357,6 +603,129 @@ export declare const popselectProps: {
357
603
  iconBgColor: string;
358
604
  extraTextColor: string;
359
605
  }, any>;
606
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
607
+ fontWeight: string;
608
+ textColor: string;
609
+ descriptionTextColor: string;
610
+ textColorDisabled: string;
611
+ descriptionTextColorDisabled: string;
612
+ fontSizeLarge: string;
613
+ fontSizeMedium: string;
614
+ fontSizeSmall: string;
615
+ lineHeightLarge: string;
616
+ lineHeightMedium: string;
617
+ lineHeightSmall: string;
618
+ borderRadiusLarge: string;
619
+ borderRadiusMedium: string;
620
+ borderRadiusSmall: string;
621
+ color: string;
622
+ colorHover: string;
623
+ colorFocus: string;
624
+ colorActive: string;
625
+ colorChecked: string;
626
+ colorHoverChecked: string;
627
+ colorFocusChecked: string;
628
+ colorActiveChecked: string;
629
+ colorDisabled: string;
630
+ colorDisabledChecked: string;
631
+ checkMarkColor: string;
632
+ checkMarkColorHover: string;
633
+ checkMarkColorFocus: string;
634
+ checkMarkColorActive: string;
635
+ checkMarkColorDisabled: string;
636
+ checkMarkColorDisabledChecked: string;
637
+ border: string;
638
+ borderHover: string;
639
+ borderFocus: string;
640
+ borderActive: string;
641
+ borderChecked: string;
642
+ borderHoverChecked: string;
643
+ borderFocusChecked: string;
644
+ borderActiveChecked: string;
645
+ borderDisabled: string;
646
+ borderDisabledChecked: string;
647
+ boxShadowHover: string;
648
+ boxShadowFocus: string;
649
+ boxShadowActive: string;
650
+ boxShadowHoverChecked: string;
651
+ boxShadowFocusChecked: string;
652
+ boxShadowActiveChecked: string;
653
+ sizeSmall: string;
654
+ sizeMedium: string;
655
+ sizeLarge: string;
656
+ labelPadding: string;
657
+ }, any>;
658
+ Input: import("../../_mixins").Theme<"Input", {
659
+ paddingTiny: string;
660
+ paddingSmall: string;
661
+ paddingMedium: string;
662
+ paddingLarge: string;
663
+ paddingHuge: string;
664
+ clearSize: string;
665
+ countTextColorDisabled: string;
666
+ countTextColor: string;
667
+ heightTiny: string;
668
+ heightSmall: string;
669
+ heightMedium: string;
670
+ heightLarge: string;
671
+ heightHuge: string;
672
+ fontSizeTiny: string;
673
+ fontSizeSmall: string;
674
+ fontSizeMedium: string;
675
+ fontSizeLarge: string;
676
+ fontSizeHuge: string;
677
+ lineHeight: string;
678
+ lineHeightTextarea: string;
679
+ borderRadius: string;
680
+ iconSize: string;
681
+ groupLabelTextColor: string;
682
+ textColor: string;
683
+ textColorDisabled: string;
684
+ textDecorationColor: string;
685
+ caretColor: string;
686
+ placeholderColor: string;
687
+ placeholderColorDisabled: string;
688
+ color: string;
689
+ colorDisabled: string;
690
+ colorFocus: string;
691
+ groupLabelBorder: string;
692
+ border: string;
693
+ borderHover: string;
694
+ borderDisabled: string;
695
+ borderFocus: string;
696
+ boxShadowFocus: string;
697
+ loadingColor: string;
698
+ loadingColorSuccess: string;
699
+ borderSuccess: string;
700
+ borderHoverSuccess: string;
701
+ colorFocusSuccess: string;
702
+ borderFocusSuccess: string;
703
+ boxShadowFocusSuccess: string;
704
+ caretColorSuccess: string;
705
+ loadingColorWarning: string;
706
+ borderWarning: string;
707
+ borderHoverWarning: string;
708
+ colorFocusWarning: string;
709
+ borderFocusWarning: string;
710
+ boxShadowFocusWarning: string;
711
+ caretColorWarning: string;
712
+ loadingColorError: string;
713
+ borderError: string;
714
+ borderHoverError: string;
715
+ colorFocusError: string;
716
+ borderFocusError: string;
717
+ boxShadowFocusError: string;
718
+ caretColorError: string;
719
+ clearColor: string;
720
+ clearColorHover: string;
721
+ clearColorPressed: string;
722
+ iconColor: string;
723
+ iconColorDisabled: string;
724
+ iconColorHover: string;
725
+ iconColorPressed: string;
726
+ suffixTextColor: string;
727
+ selectionColor: string;
728
+ }, any>;
360
729
  }>;
361
730
  }>>>;
362
731
  };
@@ -404,24 +773,22 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
404
773
  type: PropType<PopoverTrigger>;
405
774
  default: string;
406
775
  };
407
- disabled: BooleanConstructor;
408
- y: NumberConstructor;
409
- x: NumberConstructor;
410
- to: {
411
- type: PropType<HTMLElement | string | boolean>;
412
- default: undefined;
413
- };
776
+ raw: BooleanConstructor;
414
777
  width: {
415
778
  type: PropType<number | string | "trigger">;
416
779
  default: undefined;
417
780
  };
418
- raw: BooleanConstructor;
419
781
  duration: {
420
782
  type: NumberConstructor;
421
783
  default: number;
422
784
  };
423
785
  contentClass: StringConstructor;
424
786
  contentStyle: PropType<import("vue").CSSProperties | string>;
787
+ to: {
788
+ type: PropType<HTMLElement | string | boolean>;
789
+ default: undefined;
790
+ };
791
+ disabled: BooleanConstructor;
425
792
  zIndex: NumberConstructor;
426
793
  show: {
427
794
  type: PropType<boolean | undefined>;
@@ -442,6 +809,8 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
442
809
  type: NumberConstructor;
443
810
  default: number;
444
811
  };
812
+ x: NumberConstructor;
813
+ y: NumberConstructor;
445
814
  arrowPointToCenter: BooleanConstructor;
446
815
  getDisabled: PropType<() => boolean>;
447
816
  arrowClass: StringConstructor;
@@ -558,6 +927,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
558
927
  iconBgColor: string;
559
928
  extraTextColor: string;
560
929
  }, any>;
930
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
931
+ fontWeight: string;
932
+ textColor: string;
933
+ descriptionTextColor: string;
934
+ textColorDisabled: string;
935
+ descriptionTextColorDisabled: string;
936
+ fontSizeLarge: string;
937
+ fontSizeMedium: string;
938
+ fontSizeSmall: string;
939
+ lineHeightLarge: string;
940
+ lineHeightMedium: string;
941
+ lineHeightSmall: string;
942
+ borderRadiusLarge: string;
943
+ borderRadiusMedium: string;
944
+ borderRadiusSmall: string;
945
+ color: string;
946
+ colorHover: string;
947
+ colorFocus: string;
948
+ colorActive: string;
949
+ colorChecked: string;
950
+ colorHoverChecked: string;
951
+ colorFocusChecked: string;
952
+ colorActiveChecked: string;
953
+ colorDisabled: string;
954
+ colorDisabledChecked: string;
955
+ checkMarkColor: string;
956
+ checkMarkColorHover: string;
957
+ checkMarkColorFocus: string;
958
+ checkMarkColorActive: string;
959
+ checkMarkColorDisabled: string;
960
+ checkMarkColorDisabledChecked: string;
961
+ border: string;
962
+ borderHover: string;
963
+ borderFocus: string;
964
+ borderActive: string;
965
+ borderChecked: string;
966
+ borderHoverChecked: string;
967
+ borderFocusChecked: string;
968
+ borderActiveChecked: string;
969
+ borderDisabled: string;
970
+ borderDisabledChecked: string;
971
+ boxShadowHover: string;
972
+ boxShadowFocus: string;
973
+ boxShadowActive: string;
974
+ boxShadowHoverChecked: string;
975
+ boxShadowFocusChecked: string;
976
+ boxShadowActiveChecked: string;
977
+ sizeSmall: string;
978
+ sizeMedium: string;
979
+ sizeLarge: string;
980
+ labelPadding: string;
981
+ }, any>;
982
+ Input: import("../../_mixins").Theme<"Input", {
983
+ paddingTiny: string;
984
+ paddingSmall: string;
985
+ paddingMedium: string;
986
+ paddingLarge: string;
987
+ paddingHuge: string;
988
+ clearSize: string;
989
+ countTextColorDisabled: string;
990
+ countTextColor: string;
991
+ heightTiny: string;
992
+ heightSmall: string;
993
+ heightMedium: string;
994
+ heightLarge: string;
995
+ heightHuge: string;
996
+ fontSizeTiny: string;
997
+ fontSizeSmall: string;
998
+ fontSizeMedium: string;
999
+ fontSizeLarge: string;
1000
+ fontSizeHuge: string;
1001
+ lineHeight: string;
1002
+ lineHeightTextarea: string;
1003
+ borderRadius: string;
1004
+ iconSize: string;
1005
+ groupLabelTextColor: string;
1006
+ textColor: string;
1007
+ textColorDisabled: string;
1008
+ textDecorationColor: string;
1009
+ caretColor: string;
1010
+ placeholderColor: string;
1011
+ placeholderColorDisabled: string;
1012
+ color: string;
1013
+ colorDisabled: string;
1014
+ colorFocus: string;
1015
+ groupLabelBorder: string;
1016
+ border: string;
1017
+ borderHover: string;
1018
+ borderDisabled: string;
1019
+ borderFocus: string;
1020
+ boxShadowFocus: string;
1021
+ loadingColor: string;
1022
+ loadingColorSuccess: string;
1023
+ borderSuccess: string;
1024
+ borderHoverSuccess: string;
1025
+ colorFocusSuccess: string;
1026
+ borderFocusSuccess: string;
1027
+ boxShadowFocusSuccess: string;
1028
+ caretColorSuccess: string;
1029
+ loadingColorWarning: string;
1030
+ borderWarning: string;
1031
+ borderHoverWarning: string;
1032
+ colorFocusWarning: string;
1033
+ borderFocusWarning: string;
1034
+ boxShadowFocusWarning: string;
1035
+ caretColorWarning: string;
1036
+ loadingColorError: string;
1037
+ borderError: string;
1038
+ borderHoverError: string;
1039
+ colorFocusError: string;
1040
+ borderFocusError: string;
1041
+ boxShadowFocusError: string;
1042
+ caretColorError: string;
1043
+ clearColor: string;
1044
+ clearColorHover: string;
1045
+ clearColorPressed: string;
1046
+ iconColor: string;
1047
+ iconColorDisabled: string;
1048
+ iconColorHover: string;
1049
+ iconColorPressed: string;
1050
+ suffixTextColor: string;
1051
+ selectionColor: string;
1052
+ }, any>;
561
1053
  }>;
562
1054
  }>>;
563
1055
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -641,6 +1133,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
641
1133
  iconBgColor: string;
642
1134
  extraTextColor: string;
643
1135
  }, any>;
1136
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1137
+ fontWeight: string;
1138
+ textColor: string;
1139
+ descriptionTextColor: string;
1140
+ textColorDisabled: string;
1141
+ descriptionTextColorDisabled: string;
1142
+ fontSizeLarge: string;
1143
+ fontSizeMedium: string;
1144
+ fontSizeSmall: string;
1145
+ lineHeightLarge: string;
1146
+ lineHeightMedium: string;
1147
+ lineHeightSmall: string;
1148
+ borderRadiusLarge: string;
1149
+ borderRadiusMedium: string;
1150
+ borderRadiusSmall: string;
1151
+ color: string;
1152
+ colorHover: string;
1153
+ colorFocus: string;
1154
+ colorActive: string;
1155
+ colorChecked: string;
1156
+ colorHoverChecked: string;
1157
+ colorFocusChecked: string;
1158
+ colorActiveChecked: string;
1159
+ colorDisabled: string;
1160
+ colorDisabledChecked: string;
1161
+ checkMarkColor: string;
1162
+ checkMarkColorHover: string;
1163
+ checkMarkColorFocus: string;
1164
+ checkMarkColorActive: string;
1165
+ checkMarkColorDisabled: string;
1166
+ checkMarkColorDisabledChecked: string;
1167
+ border: string;
1168
+ borderHover: string;
1169
+ borderFocus: string;
1170
+ borderActive: string;
1171
+ borderChecked: string;
1172
+ borderHoverChecked: string;
1173
+ borderFocusChecked: string;
1174
+ borderActiveChecked: string;
1175
+ borderDisabled: string;
1176
+ borderDisabledChecked: string;
1177
+ boxShadowHover: string;
1178
+ boxShadowFocus: string;
1179
+ boxShadowActive: string;
1180
+ boxShadowHoverChecked: string;
1181
+ boxShadowFocusChecked: string;
1182
+ boxShadowActiveChecked: string;
1183
+ sizeSmall: string;
1184
+ sizeMedium: string;
1185
+ sizeLarge: string;
1186
+ labelPadding: string;
1187
+ }, any>;
1188
+ Input: import("../../_mixins").Theme<"Input", {
1189
+ paddingTiny: string;
1190
+ paddingSmall: string;
1191
+ paddingMedium: string;
1192
+ paddingLarge: string;
1193
+ paddingHuge: string;
1194
+ clearSize: string;
1195
+ countTextColorDisabled: string;
1196
+ countTextColor: string;
1197
+ heightTiny: string;
1198
+ heightSmall: string;
1199
+ heightMedium: string;
1200
+ heightLarge: string;
1201
+ heightHuge: string;
1202
+ fontSizeTiny: string;
1203
+ fontSizeSmall: string;
1204
+ fontSizeMedium: string;
1205
+ fontSizeLarge: string;
1206
+ fontSizeHuge: string;
1207
+ lineHeight: string;
1208
+ lineHeightTextarea: string;
1209
+ borderRadius: string;
1210
+ iconSize: string;
1211
+ groupLabelTextColor: string;
1212
+ textColor: string;
1213
+ textColorDisabled: string;
1214
+ textDecorationColor: string;
1215
+ caretColor: string;
1216
+ placeholderColor: string;
1217
+ placeholderColorDisabled: string;
1218
+ color: string;
1219
+ colorDisabled: string;
1220
+ colorFocus: string;
1221
+ groupLabelBorder: string;
1222
+ border: string;
1223
+ borderHover: string;
1224
+ borderDisabled: string;
1225
+ borderFocus: string;
1226
+ boxShadowFocus: string;
1227
+ loadingColor: string;
1228
+ loadingColorSuccess: string;
1229
+ borderSuccess: string;
1230
+ borderHoverSuccess: string;
1231
+ colorFocusSuccess: string;
1232
+ borderFocusSuccess: string;
1233
+ boxShadowFocusSuccess: string;
1234
+ caretColorSuccess: string;
1235
+ loadingColorWarning: string;
1236
+ borderWarning: string;
1237
+ borderHoverWarning: string;
1238
+ colorFocusWarning: string;
1239
+ borderFocusWarning: string;
1240
+ boxShadowFocusWarning: string;
1241
+ caretColorWarning: string;
1242
+ loadingColorError: string;
1243
+ borderError: string;
1244
+ borderHoverError: string;
1245
+ colorFocusError: string;
1246
+ borderFocusError: string;
1247
+ boxShadowFocusError: string;
1248
+ caretColorError: string;
1249
+ clearColor: string;
1250
+ clearColorHover: string;
1251
+ clearColorPressed: string;
1252
+ iconColor: string;
1253
+ iconColorDisabled: string;
1254
+ iconColorHover: string;
1255
+ iconColorPressed: string;
1256
+ suffixTextColor: string;
1257
+ selectionColor: string;
1258
+ }, any>;
644
1259
  }>;
645
1260
  }>>>;
646
1261
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -724,6 +1339,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
724
1339
  iconBgColor: string;
725
1340
  extraTextColor: string;
726
1341
  }, any>;
1342
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1343
+ fontWeight: string;
1344
+ textColor: string;
1345
+ descriptionTextColor: string;
1346
+ textColorDisabled: string;
1347
+ descriptionTextColorDisabled: string;
1348
+ fontSizeLarge: string;
1349
+ fontSizeMedium: string;
1350
+ fontSizeSmall: string;
1351
+ lineHeightLarge: string;
1352
+ lineHeightMedium: string;
1353
+ lineHeightSmall: string;
1354
+ borderRadiusLarge: string;
1355
+ borderRadiusMedium: string;
1356
+ borderRadiusSmall: string;
1357
+ color: string;
1358
+ colorHover: string;
1359
+ colorFocus: string;
1360
+ colorActive: string;
1361
+ colorChecked: string;
1362
+ colorHoverChecked: string;
1363
+ colorFocusChecked: string;
1364
+ colorActiveChecked: string;
1365
+ colorDisabled: string;
1366
+ colorDisabledChecked: string;
1367
+ checkMarkColor: string;
1368
+ checkMarkColorHover: string;
1369
+ checkMarkColorFocus: string;
1370
+ checkMarkColorActive: string;
1371
+ checkMarkColorDisabled: string;
1372
+ checkMarkColorDisabledChecked: string;
1373
+ border: string;
1374
+ borderHover: string;
1375
+ borderFocus: string;
1376
+ borderActive: string;
1377
+ borderChecked: string;
1378
+ borderHoverChecked: string;
1379
+ borderFocusChecked: string;
1380
+ borderActiveChecked: string;
1381
+ borderDisabled: string;
1382
+ borderDisabledChecked: string;
1383
+ boxShadowHover: string;
1384
+ boxShadowFocus: string;
1385
+ boxShadowActive: string;
1386
+ boxShadowHoverChecked: string;
1387
+ boxShadowFocusChecked: string;
1388
+ boxShadowActiveChecked: string;
1389
+ sizeSmall: string;
1390
+ sizeMedium: string;
1391
+ sizeLarge: string;
1392
+ labelPadding: string;
1393
+ }, any>;
1394
+ Input: import("../../_mixins").Theme<"Input", {
1395
+ paddingTiny: string;
1396
+ paddingSmall: string;
1397
+ paddingMedium: string;
1398
+ paddingLarge: string;
1399
+ paddingHuge: string;
1400
+ clearSize: string;
1401
+ countTextColorDisabled: string;
1402
+ countTextColor: string;
1403
+ heightTiny: string;
1404
+ heightSmall: string;
1405
+ heightMedium: string;
1406
+ heightLarge: string;
1407
+ heightHuge: string;
1408
+ fontSizeTiny: string;
1409
+ fontSizeSmall: string;
1410
+ fontSizeMedium: string;
1411
+ fontSizeLarge: string;
1412
+ fontSizeHuge: string;
1413
+ lineHeight: string;
1414
+ lineHeightTextarea: string;
1415
+ borderRadius: string;
1416
+ iconSize: string;
1417
+ groupLabelTextColor: string;
1418
+ textColor: string;
1419
+ textColorDisabled: string;
1420
+ textDecorationColor: string;
1421
+ caretColor: string;
1422
+ placeholderColor: string;
1423
+ placeholderColorDisabled: string;
1424
+ color: string;
1425
+ colorDisabled: string;
1426
+ colorFocus: string;
1427
+ groupLabelBorder: string;
1428
+ border: string;
1429
+ borderHover: string;
1430
+ borderDisabled: string;
1431
+ borderFocus: string;
1432
+ boxShadowFocus: string;
1433
+ loadingColor: string;
1434
+ loadingColorSuccess: string;
1435
+ borderSuccess: string;
1436
+ borderHoverSuccess: string;
1437
+ colorFocusSuccess: string;
1438
+ borderFocusSuccess: string;
1439
+ boxShadowFocusSuccess: string;
1440
+ caretColorSuccess: string;
1441
+ loadingColorWarning: string;
1442
+ borderWarning: string;
1443
+ borderHoverWarning: string;
1444
+ colorFocusWarning: string;
1445
+ borderFocusWarning: string;
1446
+ boxShadowFocusWarning: string;
1447
+ caretColorWarning: string;
1448
+ loadingColorError: string;
1449
+ borderError: string;
1450
+ borderHoverError: string;
1451
+ colorFocusError: string;
1452
+ borderFocusError: string;
1453
+ boxShadowFocusError: string;
1454
+ caretColorError: string;
1455
+ clearColor: string;
1456
+ clearColorHover: string;
1457
+ clearColorPressed: string;
1458
+ iconColor: string;
1459
+ iconColorDisabled: string;
1460
+ iconColorHover: string;
1461
+ iconColorPressed: string;
1462
+ suffixTextColor: string;
1463
+ selectionColor: string;
1464
+ }, any>;
727
1465
  }>;
728
1466
  }>>>;
729
1467
  }>, {
@@ -818,6 +1556,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
818
1556
  iconBgColor: string;
819
1557
  extraTextColor: string;
820
1558
  }, any>;
1559
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1560
+ fontWeight: string;
1561
+ textColor: string;
1562
+ descriptionTextColor: string;
1563
+ textColorDisabled: string;
1564
+ descriptionTextColorDisabled: string;
1565
+ fontSizeLarge: string;
1566
+ fontSizeMedium: string;
1567
+ fontSizeSmall: string;
1568
+ lineHeightLarge: string;
1569
+ lineHeightMedium: string;
1570
+ lineHeightSmall: string;
1571
+ borderRadiusLarge: string;
1572
+ borderRadiusMedium: string;
1573
+ borderRadiusSmall: string;
1574
+ color: string;
1575
+ colorHover: string;
1576
+ colorFocus: string;
1577
+ colorActive: string;
1578
+ colorChecked: string;
1579
+ colorHoverChecked: string;
1580
+ colorFocusChecked: string;
1581
+ colorActiveChecked: string;
1582
+ colorDisabled: string;
1583
+ colorDisabledChecked: string;
1584
+ checkMarkColor: string;
1585
+ checkMarkColorHover: string;
1586
+ checkMarkColorFocus: string;
1587
+ checkMarkColorActive: string;
1588
+ checkMarkColorDisabled: string;
1589
+ checkMarkColorDisabledChecked: string;
1590
+ border: string;
1591
+ borderHover: string;
1592
+ borderFocus: string;
1593
+ borderActive: string;
1594
+ borderChecked: string;
1595
+ borderHoverChecked: string;
1596
+ borderFocusChecked: string;
1597
+ borderActiveChecked: string;
1598
+ borderDisabled: string;
1599
+ borderDisabledChecked: string;
1600
+ boxShadowHover: string;
1601
+ boxShadowFocus: string;
1602
+ boxShadowActive: string;
1603
+ boxShadowHoverChecked: string;
1604
+ boxShadowFocusChecked: string;
1605
+ boxShadowActiveChecked: string;
1606
+ sizeSmall: string;
1607
+ sizeMedium: string;
1608
+ sizeLarge: string;
1609
+ labelPadding: string;
1610
+ }, any>;
1611
+ Input: import("../../_mixins").Theme<"Input", {
1612
+ paddingTiny: string;
1613
+ paddingSmall: string;
1614
+ paddingMedium: string;
1615
+ paddingLarge: string;
1616
+ paddingHuge: string;
1617
+ clearSize: string;
1618
+ countTextColorDisabled: string;
1619
+ countTextColor: string;
1620
+ heightTiny: string;
1621
+ heightSmall: string;
1622
+ heightMedium: string;
1623
+ heightLarge: string;
1624
+ heightHuge: string;
1625
+ fontSizeTiny: string;
1626
+ fontSizeSmall: string;
1627
+ fontSizeMedium: string;
1628
+ fontSizeLarge: string;
1629
+ fontSizeHuge: string;
1630
+ lineHeight: string;
1631
+ lineHeightTextarea: string;
1632
+ borderRadius: string;
1633
+ iconSize: string;
1634
+ groupLabelTextColor: string;
1635
+ textColor: string;
1636
+ textColorDisabled: string;
1637
+ textDecorationColor: string;
1638
+ caretColor: string;
1639
+ placeholderColor: string;
1640
+ placeholderColorDisabled: string;
1641
+ color: string;
1642
+ colorDisabled: string;
1643
+ colorFocus: string;
1644
+ groupLabelBorder: string;
1645
+ border: string;
1646
+ borderHover: string;
1647
+ borderDisabled: string;
1648
+ borderFocus: string;
1649
+ boxShadowFocus: string;
1650
+ loadingColor: string;
1651
+ loadingColorSuccess: string;
1652
+ borderSuccess: string;
1653
+ borderHoverSuccess: string;
1654
+ colorFocusSuccess: string;
1655
+ borderFocusSuccess: string;
1656
+ boxShadowFocusSuccess: string;
1657
+ caretColorSuccess: string;
1658
+ loadingColorWarning: string;
1659
+ borderWarning: string;
1660
+ borderHoverWarning: string;
1661
+ colorFocusWarning: string;
1662
+ borderFocusWarning: string;
1663
+ boxShadowFocusWarning: string;
1664
+ caretColorWarning: string;
1665
+ loadingColorError: string;
1666
+ borderError: string;
1667
+ borderHoverError: string;
1668
+ colorFocusError: string;
1669
+ borderFocusError: string;
1670
+ boxShadowFocusError: string;
1671
+ caretColorError: string;
1672
+ clearColor: string;
1673
+ clearColorHover: string;
1674
+ clearColorPressed: string;
1675
+ iconColor: string;
1676
+ iconColorDisabled: string;
1677
+ iconColorHover: string;
1678
+ iconColorPressed: string;
1679
+ suffixTextColor: string;
1680
+ selectionColor: string;
1681
+ }, any>;
821
1682
  }>;
822
1683
  };
823
1684
  peerOverrides: {
@@ -859,6 +1720,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
859
1720
  iconBgColor: string;
860
1721
  extraTextColor: string;
861
1722
  }, any>> | undefined;
1723
+ Checkbox?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Checkbox", {
1724
+ fontWeight: string;
1725
+ textColor: string;
1726
+ descriptionTextColor: string;
1727
+ textColorDisabled: string;
1728
+ descriptionTextColorDisabled: string;
1729
+ fontSizeLarge: string;
1730
+ fontSizeMedium: string;
1731
+ fontSizeSmall: string;
1732
+ lineHeightLarge: string;
1733
+ lineHeightMedium: string;
1734
+ lineHeightSmall: string;
1735
+ borderRadiusLarge: string;
1736
+ borderRadiusMedium: string;
1737
+ borderRadiusSmall: string;
1738
+ color: string;
1739
+ colorHover: string;
1740
+ colorFocus: string;
1741
+ colorActive: string;
1742
+ colorChecked: string;
1743
+ colorHoverChecked: string;
1744
+ colorFocusChecked: string;
1745
+ colorActiveChecked: string;
1746
+ colorDisabled: string;
1747
+ colorDisabledChecked: string;
1748
+ checkMarkColor: string;
1749
+ checkMarkColorHover: string;
1750
+ checkMarkColorFocus: string;
1751
+ checkMarkColorActive: string;
1752
+ checkMarkColorDisabled: string;
1753
+ checkMarkColorDisabledChecked: string;
1754
+ border: string;
1755
+ borderHover: string;
1756
+ borderFocus: string;
1757
+ borderActive: string;
1758
+ borderChecked: string;
1759
+ borderHoverChecked: string;
1760
+ borderFocusChecked: string;
1761
+ borderActiveChecked: string;
1762
+ borderDisabled: string;
1763
+ borderDisabledChecked: string;
1764
+ boxShadowHover: string;
1765
+ boxShadowFocus: string;
1766
+ boxShadowActive: string;
1767
+ boxShadowHoverChecked: string;
1768
+ boxShadowFocusChecked: string;
1769
+ boxShadowActiveChecked: string;
1770
+ sizeSmall: string;
1771
+ sizeMedium: string;
1772
+ sizeLarge: string;
1773
+ labelPadding: string;
1774
+ }, any>> | undefined;
1775
+ Input?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
1776
+ paddingTiny: string;
1777
+ paddingSmall: string;
1778
+ paddingMedium: string;
1779
+ paddingLarge: string;
1780
+ paddingHuge: string;
1781
+ clearSize: string;
1782
+ countTextColorDisabled: string;
1783
+ countTextColor: string;
1784
+ heightTiny: string;
1785
+ heightSmall: string;
1786
+ heightMedium: string;
1787
+ heightLarge: string;
1788
+ heightHuge: string;
1789
+ fontSizeTiny: string;
1790
+ fontSizeSmall: string;
1791
+ fontSizeMedium: string;
1792
+ fontSizeLarge: string;
1793
+ fontSizeHuge: string;
1794
+ lineHeight: string;
1795
+ lineHeightTextarea: string;
1796
+ borderRadius: string;
1797
+ iconSize: string;
1798
+ groupLabelTextColor: string;
1799
+ textColor: string;
1800
+ textColorDisabled: string;
1801
+ textDecorationColor: string;
1802
+ caretColor: string;
1803
+ placeholderColor: string;
1804
+ placeholderColorDisabled: string;
1805
+ color: string;
1806
+ colorDisabled: string;
1807
+ colorFocus: string;
1808
+ groupLabelBorder: string;
1809
+ border: string;
1810
+ borderHover: string;
1811
+ borderDisabled: string;
1812
+ borderFocus: string;
1813
+ boxShadowFocus: string;
1814
+ loadingColor: string;
1815
+ loadingColorSuccess: string;
1816
+ borderSuccess: string;
1817
+ borderHoverSuccess: string;
1818
+ colorFocusSuccess: string;
1819
+ borderFocusSuccess: string;
1820
+ boxShadowFocusSuccess: string;
1821
+ caretColorSuccess: string;
1822
+ loadingColorWarning: string;
1823
+ borderWarning: string;
1824
+ borderHoverWarning: string;
1825
+ colorFocusWarning: string;
1826
+ borderFocusWarning: string;
1827
+ boxShadowFocusWarning: string;
1828
+ caretColorWarning: string;
1829
+ loadingColorError: string;
1830
+ borderError: string;
1831
+ borderHoverError: string;
1832
+ colorFocusError: string;
1833
+ borderFocusError: string;
1834
+ boxShadowFocusError: string;
1835
+ caretColorError: string;
1836
+ clearColor: string;
1837
+ clearColorHover: string;
1838
+ clearColorPressed: string;
1839
+ iconColor: string;
1840
+ iconColorDisabled: string;
1841
+ iconColorHover: string;
1842
+ iconColorPressed: string;
1843
+ suffixTextColor: string;
1844
+ selectionColor: string;
1845
+ }, any>> | undefined;
862
1846
  } | undefined;
863
1847
  } | undefined;
864
1848
  };
@@ -901,24 +1885,22 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
901
1885
  type: PropType<PopoverTrigger>;
902
1886
  default: string;
903
1887
  };
904
- disabled: BooleanConstructor;
905
- y: NumberConstructor;
906
- x: NumberConstructor;
907
- to: {
908
- type: PropType<HTMLElement | string | boolean>;
909
- default: undefined;
910
- };
1888
+ raw: BooleanConstructor;
911
1889
  width: {
912
1890
  type: PropType<number | string | "trigger">;
913
1891
  default: undefined;
914
1892
  };
915
- raw: BooleanConstructor;
916
1893
  duration: {
917
1894
  type: NumberConstructor;
918
1895
  default: number;
919
1896
  };
920
1897
  contentClass: StringConstructor;
921
1898
  contentStyle: PropType<import("vue").CSSProperties | string>;
1899
+ to: {
1900
+ type: PropType<HTMLElement | string | boolean>;
1901
+ default: undefined;
1902
+ };
1903
+ disabled: BooleanConstructor;
922
1904
  zIndex: NumberConstructor;
923
1905
  show: {
924
1906
  type: PropType<boolean | undefined>;
@@ -939,6 +1921,8 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
939
1921
  type: NumberConstructor;
940
1922
  default: number;
941
1923
  };
1924
+ x: NumberConstructor;
1925
+ y: NumberConstructor;
942
1926
  arrowPointToCenter: BooleanConstructor;
943
1927
  getDisabled: PropType<() => boolean>;
944
1928
  arrowClass: StringConstructor;
@@ -1055,6 +2039,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
1055
2039
  iconBgColor: string;
1056
2040
  extraTextColor: string;
1057
2041
  }, any>;
2042
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2043
+ fontWeight: string;
2044
+ textColor: string;
2045
+ descriptionTextColor: string;
2046
+ textColorDisabled: string;
2047
+ descriptionTextColorDisabled: string;
2048
+ fontSizeLarge: string;
2049
+ fontSizeMedium: string;
2050
+ fontSizeSmall: string;
2051
+ lineHeightLarge: string;
2052
+ lineHeightMedium: string;
2053
+ lineHeightSmall: string;
2054
+ borderRadiusLarge: string;
2055
+ borderRadiusMedium: string;
2056
+ borderRadiusSmall: string;
2057
+ color: string;
2058
+ colorHover: string;
2059
+ colorFocus: string;
2060
+ colorActive: string;
2061
+ colorChecked: string;
2062
+ colorHoverChecked: string;
2063
+ colorFocusChecked: string;
2064
+ colorActiveChecked: string;
2065
+ colorDisabled: string;
2066
+ colorDisabledChecked: string;
2067
+ checkMarkColor: string;
2068
+ checkMarkColorHover: string;
2069
+ checkMarkColorFocus: string;
2070
+ checkMarkColorActive: string;
2071
+ checkMarkColorDisabled: string;
2072
+ checkMarkColorDisabledChecked: string;
2073
+ border: string;
2074
+ borderHover: string;
2075
+ borderFocus: string;
2076
+ borderActive: string;
2077
+ borderChecked: string;
2078
+ borderHoverChecked: string;
2079
+ borderFocusChecked: string;
2080
+ borderActiveChecked: string;
2081
+ borderDisabled: string;
2082
+ borderDisabledChecked: string;
2083
+ boxShadowHover: string;
2084
+ boxShadowFocus: string;
2085
+ boxShadowActive: string;
2086
+ boxShadowHoverChecked: string;
2087
+ boxShadowFocusChecked: string;
2088
+ boxShadowActiveChecked: string;
2089
+ sizeSmall: string;
2090
+ sizeMedium: string;
2091
+ sizeLarge: string;
2092
+ labelPadding: string;
2093
+ }, any>;
2094
+ Input: import("../../_mixins").Theme<"Input", {
2095
+ paddingTiny: string;
2096
+ paddingSmall: string;
2097
+ paddingMedium: string;
2098
+ paddingLarge: string;
2099
+ paddingHuge: string;
2100
+ clearSize: string;
2101
+ countTextColorDisabled: string;
2102
+ countTextColor: string;
2103
+ heightTiny: string;
2104
+ heightSmall: string;
2105
+ heightMedium: string;
2106
+ heightLarge: string;
2107
+ heightHuge: string;
2108
+ fontSizeTiny: string;
2109
+ fontSizeSmall: string;
2110
+ fontSizeMedium: string;
2111
+ fontSizeLarge: string;
2112
+ fontSizeHuge: string;
2113
+ lineHeight: string;
2114
+ lineHeightTextarea: string;
2115
+ borderRadius: string;
2116
+ iconSize: string;
2117
+ groupLabelTextColor: string;
2118
+ textColor: string;
2119
+ textColorDisabled: string;
2120
+ textDecorationColor: string;
2121
+ caretColor: string;
2122
+ placeholderColor: string;
2123
+ placeholderColorDisabled: string;
2124
+ color: string;
2125
+ colorDisabled: string;
2126
+ colorFocus: string;
2127
+ groupLabelBorder: string;
2128
+ border: string;
2129
+ borderHover: string;
2130
+ borderDisabled: string;
2131
+ borderFocus: string;
2132
+ boxShadowFocus: string;
2133
+ loadingColor: string;
2134
+ loadingColorSuccess: string;
2135
+ borderSuccess: string;
2136
+ borderHoverSuccess: string;
2137
+ colorFocusSuccess: string;
2138
+ borderFocusSuccess: string;
2139
+ boxShadowFocusSuccess: string;
2140
+ caretColorSuccess: string;
2141
+ loadingColorWarning: string;
2142
+ borderWarning: string;
2143
+ borderHoverWarning: string;
2144
+ colorFocusWarning: string;
2145
+ borderFocusWarning: string;
2146
+ boxShadowFocusWarning: string;
2147
+ caretColorWarning: string;
2148
+ loadingColorError: string;
2149
+ borderError: string;
2150
+ borderHoverError: string;
2151
+ colorFocusError: string;
2152
+ borderFocusError: string;
2153
+ boxShadowFocusError: string;
2154
+ caretColorError: string;
2155
+ clearColor: string;
2156
+ clearColorHover: string;
2157
+ clearColorPressed: string;
2158
+ iconColor: string;
2159
+ iconColorDisabled: string;
2160
+ iconColorHover: string;
2161
+ iconColorPressed: string;
2162
+ suffixTextColor: string;
2163
+ selectionColor: string;
2164
+ }, any>;
1058
2165
  }>;
1059
2166
  }>>;
1060
2167
  themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -1138,6 +2245,129 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
1138
2245
  iconBgColor: string;
1139
2246
  extraTextColor: string;
1140
2247
  }, any>;
2248
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2249
+ fontWeight: string;
2250
+ textColor: string;
2251
+ descriptionTextColor: string;
2252
+ textColorDisabled: string;
2253
+ descriptionTextColorDisabled: string;
2254
+ fontSizeLarge: string;
2255
+ fontSizeMedium: string;
2256
+ fontSizeSmall: string;
2257
+ lineHeightLarge: string;
2258
+ lineHeightMedium: string;
2259
+ lineHeightSmall: string;
2260
+ borderRadiusLarge: string;
2261
+ borderRadiusMedium: string;
2262
+ borderRadiusSmall: string;
2263
+ color: string;
2264
+ colorHover: string;
2265
+ colorFocus: string;
2266
+ colorActive: string;
2267
+ colorChecked: string;
2268
+ colorHoverChecked: string;
2269
+ colorFocusChecked: string;
2270
+ colorActiveChecked: string;
2271
+ colorDisabled: string;
2272
+ colorDisabledChecked: string;
2273
+ checkMarkColor: string;
2274
+ checkMarkColorHover: string;
2275
+ checkMarkColorFocus: string;
2276
+ checkMarkColorActive: string;
2277
+ checkMarkColorDisabled: string;
2278
+ checkMarkColorDisabledChecked: string;
2279
+ border: string;
2280
+ borderHover: string;
2281
+ borderFocus: string;
2282
+ borderActive: string;
2283
+ borderChecked: string;
2284
+ borderHoverChecked: string;
2285
+ borderFocusChecked: string;
2286
+ borderActiveChecked: string;
2287
+ borderDisabled: string;
2288
+ borderDisabledChecked: string;
2289
+ boxShadowHover: string;
2290
+ boxShadowFocus: string;
2291
+ boxShadowActive: string;
2292
+ boxShadowHoverChecked: string;
2293
+ boxShadowFocusChecked: string;
2294
+ boxShadowActiveChecked: string;
2295
+ sizeSmall: string;
2296
+ sizeMedium: string;
2297
+ sizeLarge: string;
2298
+ labelPadding: string;
2299
+ }, any>;
2300
+ Input: import("../../_mixins").Theme<"Input", {
2301
+ paddingTiny: string;
2302
+ paddingSmall: string;
2303
+ paddingMedium: string;
2304
+ paddingLarge: string;
2305
+ paddingHuge: string;
2306
+ clearSize: string;
2307
+ countTextColorDisabled: string;
2308
+ countTextColor: string;
2309
+ heightTiny: string;
2310
+ heightSmall: string;
2311
+ heightMedium: string;
2312
+ heightLarge: string;
2313
+ heightHuge: string;
2314
+ fontSizeTiny: string;
2315
+ fontSizeSmall: string;
2316
+ fontSizeMedium: string;
2317
+ fontSizeLarge: string;
2318
+ fontSizeHuge: string;
2319
+ lineHeight: string;
2320
+ lineHeightTextarea: string;
2321
+ borderRadius: string;
2322
+ iconSize: string;
2323
+ groupLabelTextColor: string;
2324
+ textColor: string;
2325
+ textColorDisabled: string;
2326
+ textDecorationColor: string;
2327
+ caretColor: string;
2328
+ placeholderColor: string;
2329
+ placeholderColorDisabled: string;
2330
+ color: string;
2331
+ colorDisabled: string;
2332
+ colorFocus: string;
2333
+ groupLabelBorder: string;
2334
+ border: string;
2335
+ borderHover: string;
2336
+ borderDisabled: string;
2337
+ borderFocus: string;
2338
+ boxShadowFocus: string;
2339
+ loadingColor: string;
2340
+ loadingColorSuccess: string;
2341
+ borderSuccess: string;
2342
+ borderHoverSuccess: string;
2343
+ colorFocusSuccess: string;
2344
+ borderFocusSuccess: string;
2345
+ boxShadowFocusSuccess: string;
2346
+ caretColorSuccess: string;
2347
+ loadingColorWarning: string;
2348
+ borderWarning: string;
2349
+ borderHoverWarning: string;
2350
+ colorFocusWarning: string;
2351
+ borderFocusWarning: string;
2352
+ boxShadowFocusWarning: string;
2353
+ caretColorWarning: string;
2354
+ loadingColorError: string;
2355
+ borderError: string;
2356
+ borderHoverError: string;
2357
+ colorFocusError: string;
2358
+ borderFocusError: string;
2359
+ boxShadowFocusError: string;
2360
+ caretColorError: string;
2361
+ clearColor: string;
2362
+ clearColorHover: string;
2363
+ clearColorPressed: string;
2364
+ iconColor: string;
2365
+ iconColorDisabled: string;
2366
+ iconColorHover: string;
2367
+ iconColorPressed: string;
2368
+ suffixTextColor: string;
2369
+ selectionColor: string;
2370
+ }, any>;
1141
2371
  }>;
1142
2372
  }>>>;
1143
2373
  builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Popselect", {
@@ -1221,20 +2451,143 @@ declare const _default: import("vue").DefineComponent<ExtractPropTypes<{
1221
2451
  iconBgColor: string;
1222
2452
  extraTextColor: string;
1223
2453
  }, any>;
2454
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2455
+ fontWeight: string;
2456
+ textColor: string;
2457
+ descriptionTextColor: string;
2458
+ textColorDisabled: string;
2459
+ descriptionTextColorDisabled: string;
2460
+ fontSizeLarge: string;
2461
+ fontSizeMedium: string;
2462
+ fontSizeSmall: string;
2463
+ lineHeightLarge: string;
2464
+ lineHeightMedium: string;
2465
+ lineHeightSmall: string;
2466
+ borderRadiusLarge: string;
2467
+ borderRadiusMedium: string;
2468
+ borderRadiusSmall: string;
2469
+ color: string;
2470
+ colorHover: string;
2471
+ colorFocus: string;
2472
+ colorActive: string;
2473
+ colorChecked: string;
2474
+ colorHoverChecked: string;
2475
+ colorFocusChecked: string;
2476
+ colorActiveChecked: string;
2477
+ colorDisabled: string;
2478
+ colorDisabledChecked: string;
2479
+ checkMarkColor: string;
2480
+ checkMarkColorHover: string;
2481
+ checkMarkColorFocus: string;
2482
+ checkMarkColorActive: string;
2483
+ checkMarkColorDisabled: string;
2484
+ checkMarkColorDisabledChecked: string;
2485
+ border: string;
2486
+ borderHover: string;
2487
+ borderFocus: string;
2488
+ borderActive: string;
2489
+ borderChecked: string;
2490
+ borderHoverChecked: string;
2491
+ borderFocusChecked: string;
2492
+ borderActiveChecked: string;
2493
+ borderDisabled: string;
2494
+ borderDisabledChecked: string;
2495
+ boxShadowHover: string;
2496
+ boxShadowFocus: string;
2497
+ boxShadowActive: string;
2498
+ boxShadowHoverChecked: string;
2499
+ boxShadowFocusChecked: string;
2500
+ boxShadowActiveChecked: string;
2501
+ sizeSmall: string;
2502
+ sizeMedium: string;
2503
+ sizeLarge: string;
2504
+ labelPadding: string;
2505
+ }, any>;
2506
+ Input: import("../../_mixins").Theme<"Input", {
2507
+ paddingTiny: string;
2508
+ paddingSmall: string;
2509
+ paddingMedium: string;
2510
+ paddingLarge: string;
2511
+ paddingHuge: string;
2512
+ clearSize: string;
2513
+ countTextColorDisabled: string;
2514
+ countTextColor: string;
2515
+ heightTiny: string;
2516
+ heightSmall: string;
2517
+ heightMedium: string;
2518
+ heightLarge: string;
2519
+ heightHuge: string;
2520
+ fontSizeTiny: string;
2521
+ fontSizeSmall: string;
2522
+ fontSizeMedium: string;
2523
+ fontSizeLarge: string;
2524
+ fontSizeHuge: string;
2525
+ lineHeight: string;
2526
+ lineHeightTextarea: string;
2527
+ borderRadius: string;
2528
+ iconSize: string;
2529
+ groupLabelTextColor: string;
2530
+ textColor: string;
2531
+ textColorDisabled: string;
2532
+ textDecorationColor: string;
2533
+ caretColor: string;
2534
+ placeholderColor: string;
2535
+ placeholderColorDisabled: string;
2536
+ color: string;
2537
+ colorDisabled: string;
2538
+ colorFocus: string;
2539
+ groupLabelBorder: string;
2540
+ border: string;
2541
+ borderHover: string;
2542
+ borderDisabled: string;
2543
+ borderFocus: string;
2544
+ boxShadowFocus: string;
2545
+ loadingColor: string;
2546
+ loadingColorSuccess: string;
2547
+ borderSuccess: string;
2548
+ borderHoverSuccess: string;
2549
+ colorFocusSuccess: string;
2550
+ borderFocusSuccess: string;
2551
+ boxShadowFocusSuccess: string;
2552
+ caretColorSuccess: string;
2553
+ loadingColorWarning: string;
2554
+ borderWarning: string;
2555
+ borderHoverWarning: string;
2556
+ colorFocusWarning: string;
2557
+ borderFocusWarning: string;
2558
+ boxShadowFocusWarning: string;
2559
+ caretColorWarning: string;
2560
+ loadingColorError: string;
2561
+ borderError: string;
2562
+ borderHoverError: string;
2563
+ colorFocusError: string;
2564
+ borderFocusError: string;
2565
+ boxShadowFocusError: string;
2566
+ caretColorError: string;
2567
+ clearColor: string;
2568
+ clearColorHover: string;
2569
+ clearColorPressed: string;
2570
+ iconColor: string;
2571
+ iconColorDisabled: string;
2572
+ iconColorHover: string;
2573
+ iconColorPressed: string;
2574
+ suffixTextColor: string;
2575
+ selectionColor: string;
2576
+ }, any>;
1224
2577
  }>;
1225
2578
  }>>>;
1226
2579
  }>> & Readonly<{}>, {
1227
- value: import("../../select/src/interface").Value | null;
1228
- disabled: boolean;
1229
- to: string | boolean | HTMLElement;
1230
- size: import("./public-types").PopselectSize;
1231
- width: string | number;
1232
- options: import("../../select/src/interface").SelectMixedOption[];
1233
2580
  raw: boolean;
2581
+ width: string | number;
1234
2582
  duration: number;
1235
2583
  scrollable: boolean;
1236
2584
  trigger: PopoverTrigger;
2585
+ to: string | boolean | HTMLElement;
2586
+ disabled: boolean;
1237
2587
  placement: import("vueuc").FollowerPlacement;
2588
+ value: import("../../select/src/interface").Value | null;
2589
+ size: import("./public-types").PopselectSize;
2590
+ options: import("../../select/src/interface").SelectMixedOption[];
1238
2591
  show: boolean | undefined;
1239
2592
  multiple: boolean;
1240
2593
  virtualScroll: boolean;