naive-ui 2.30.7 → 2.32.0

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 (1202) hide show
  1. package/dist/index.js +5583 -3167
  2. package/dist/index.prod.js +2 -2
  3. package/es/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  4. package/es/_internal/scrollbar/src/Scrollbar.js +52 -23
  5. package/es/_internal/scrollbar/src/styles/index.cssr.js +2 -1
  6. package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  7. package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
  8. package/es/_internal/scrollbar/styles/index.d.ts +1 -0
  9. package/es/_internal/scrollbar/styles/index.js +1 -0
  10. package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
  11. package/es/_internal/scrollbar/styles/rtl.js +6 -0
  12. package/es/_internal/select-menu/src/styles/index.cssr.js +1 -1
  13. package/es/_internal/selection/src/Selection.js +4 -2
  14. package/es/_internal/selection/src/styles/index.cssr.js +5 -1
  15. package/es/_mixins/index.d.ts +1 -0
  16. package/es/_mixins/index.js +1 -0
  17. package/es/_mixins/use-rtl.d.ts +1 -1
  18. package/es/_mixins/use-rtl.js +1 -1
  19. package/es/_utils/env/browser.d.ts +3 -0
  20. package/es/_utils/env/browser.js +4 -0
  21. package/es/_utils/env/is-native-lazy-load.d.ts +1 -0
  22. package/es/_utils/env/is-native-lazy-load.js +3 -0
  23. package/es/_utils/naive/extract-public-props.d.ts +4 -1
  24. package/es/affix/index.d.ts +1 -1
  25. package/es/affix/index.js +1 -1
  26. package/es/alert/index.d.ts +1 -1
  27. package/es/alert/index.js +1 -1
  28. package/es/alert/src/Alert.d.ts +1 -1
  29. package/es/alert/src/Alert.js +2 -2
  30. package/es/anchor/index.d.ts +2 -2
  31. package/es/anchor/index.js +2 -2
  32. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  33. package/es/anchor/src/AnchorAdapter.js +1 -1
  34. package/es/anchor/src/Link.d.ts +1 -1
  35. package/es/anchor/src/Link.js +1 -1
  36. package/es/auto-complete/index.d.ts +1 -1
  37. package/es/auto-complete/index.js +1 -1
  38. package/es/auto-complete/src/AutoComplete.d.ts +2 -1
  39. package/es/auto-complete/src/AutoComplete.js +1 -1
  40. package/es/avatar/index.d.ts +1 -1
  41. package/es/avatar/index.js +1 -1
  42. package/es/avatar/src/Avatar.d.ts +12 -1
  43. package/es/avatar/src/Avatar.js +63 -8
  44. package/es/avatar-group/index.d.ts +1 -1
  45. package/es/avatar-group/index.js +1 -1
  46. package/es/avatar-group/src/AvatarGroup.d.ts +1 -1
  47. package/es/avatar-group/src/AvatarGroup.js +2 -2
  48. package/es/back-top/index.d.ts +1 -1
  49. package/es/back-top/index.js +1 -1
  50. package/es/back-top/src/BackTop.d.ts +1 -1
  51. package/es/back-top/src/BackTop.js +1 -1
  52. package/es/badge/index.d.ts +1 -1
  53. package/es/badge/index.js +1 -1
  54. package/es/badge/src/Badge.d.ts +1 -1
  55. package/es/badge/src/Badge.js +2 -2
  56. package/es/breadcrumb/index.d.ts +2 -2
  57. package/es/breadcrumb/index.js +2 -2
  58. package/es/breadcrumb/src/Breadcrumb.d.ts +1 -1
  59. package/es/breadcrumb/src/Breadcrumb.js +1 -1
  60. package/es/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  61. package/es/breadcrumb/src/BreadcrumbItem.js +1 -1
  62. package/es/breadcrumb/src/styles/index.cssr.js +1 -0
  63. package/es/button/index.d.ts +1 -1
  64. package/es/button/index.js +1 -1
  65. package/es/button/src/Button.d.ts +13 -4
  66. package/es/button/src/Button.js +11 -4
  67. package/es/button/src/styles/index.cssr.js +1 -0
  68. package/es/button-group/index.d.ts +1 -1
  69. package/es/button-group/index.js +1 -1
  70. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  71. package/es/button-group/src/ButtonGroup.js +2 -2
  72. package/es/calendar/index.d.ts +1 -1
  73. package/es/calendar/index.js +1 -1
  74. package/es/calendar/src/Calendar.d.ts +1 -1
  75. package/es/calendar/src/Calendar.js +1 -1
  76. package/es/card/index.d.ts +1 -1
  77. package/es/card/index.js +1 -1
  78. package/es/card/src/Card.d.ts +2 -2
  79. package/es/card/src/Card.js +2 -2
  80. package/es/carousel/index.d.ts +1 -1
  81. package/es/carousel/index.js +1 -1
  82. package/es/carousel/src/Carousel.d.ts +17 -38
  83. package/es/carousel/src/Carousel.js +270 -273
  84. package/es/carousel/src/CarouselArrow.js +3 -5
  85. package/es/carousel/src/CarouselContext.d.ts +21 -0
  86. package/es/carousel/src/CarouselContext.js +11 -0
  87. package/es/carousel/src/CarouselDots.d.ts +1 -1
  88. package/es/carousel/src/CarouselDots.js +23 -31
  89. package/es/carousel/src/CarouselItem.d.ts +4 -4
  90. package/es/carousel/src/CarouselItem.js +17 -36
  91. package/es/carousel/src/interface.d.ts +12 -31
  92. package/es/carousel/src/interface.js +1 -3
  93. package/es/carousel/src/styles/index.cssr.js +9 -3
  94. package/es/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  95. package/es/carousel/src/utils/duplicatedLogic.js +46 -0
  96. package/es/carousel/src/utils/event.d.ts +1 -0
  97. package/es/carousel/src/utils/event.js +3 -0
  98. package/es/carousel/src/utils/index.d.ts +6 -0
  99. package/es/carousel/src/{utils.js → utils/index.js} +3 -28
  100. package/es/cascader/index.d.ts +1 -1
  101. package/es/cascader/index.js +1 -1
  102. package/es/cascader/src/Cascader.d.ts +1 -1
  103. package/es/cascader/src/Cascader.js +1 -1
  104. package/es/cascader/src/utils.d.ts +1 -4
  105. package/es/cascader/src/utils.js +18 -28
  106. package/es/checkbox/index.d.ts +2 -2
  107. package/es/checkbox/index.js +2 -2
  108. package/es/checkbox/src/Checkbox.d.ts +1 -1
  109. package/es/checkbox/src/Checkbox.js +2 -2
  110. package/es/checkbox/src/CheckboxGroup.d.ts +28 -23
  111. package/es/checkbox/src/CheckboxGroup.js +59 -29
  112. package/es/checkbox/src/styles/index.cssr.js +2 -0
  113. package/es/code/index.d.ts +1 -1
  114. package/es/code/index.js +1 -1
  115. package/es/code/src/Code.d.ts +17 -1
  116. package/es/code/src/Code.js +54 -13
  117. package/es/code/src/styles/index.cssr.js +14 -2
  118. package/es/code/styles/dark.js +4 -2
  119. package/es/code/styles/light.d.ts +1 -0
  120. package/es/code/styles/light.js +4 -2
  121. package/es/collapse/index.d.ts +2 -2
  122. package/es/collapse/index.js +2 -2
  123. package/es/collapse/src/Collapse.d.ts +1 -1
  124. package/es/collapse/src/Collapse.js +2 -2
  125. package/es/collapse/src/CollapseItem.d.ts +1 -1
  126. package/es/collapse/src/CollapseItem.js +2 -2
  127. package/es/collapse-transition/index.d.ts +1 -1
  128. package/es/collapse-transition/index.js +1 -1
  129. package/es/collapse-transition/src/CollapseTransition.d.ts +2 -2
  130. package/es/collapse-transition/src/CollapseTransition.js +3 -3
  131. package/es/color-picker/index.d.ts +1 -1
  132. package/es/color-picker/index.js +1 -1
  133. package/es/color-picker/src/ColorPicker.d.ts +2 -2
  134. package/es/color-picker/src/ColorPicker.js +2 -2
  135. package/es/components.d.ts +1 -0
  136. package/es/components.js +1 -0
  137. package/es/config-provider/src/ConfigProvider.d.ts +24 -3
  138. package/es/config-provider/src/internal-interface.d.ts +4 -0
  139. package/es/countdown/index.d.ts +2 -2
  140. package/es/countdown/index.js +1 -1
  141. package/es/countdown/src/Countdown.d.ts +9 -2
  142. package/es/countdown/src/Countdown.js +42 -26
  143. package/es/data-table/index.d.ts +1 -1
  144. package/es/data-table/index.js +1 -1
  145. package/es/data-table/src/TableParts/Body.d.ts +4 -0
  146. package/es/data-table/src/TableParts/Body.js +50 -34
  147. package/es/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  148. package/es/data-table/src/TableParts/BodyRadio.js +30 -0
  149. package/es/data-table/src/TableParts/Header.js +2 -2
  150. package/es/data-table/src/interface.d.ts +2 -1
  151. package/es/data-table/src/use-check.d.ts +1 -1
  152. package/es/data-table/src/use-check.js +15 -3
  153. package/es/date-picker/index.d.ts +1 -1
  154. package/es/date-picker/index.js +1 -1
  155. package/es/date-picker/src/DatePicker.d.ts +2 -1
  156. package/es/date-picker/src/DatePicker.js +19 -10
  157. package/es/date-picker/src/panel/daterange.d.ts +0 -1
  158. package/es/date-picker/src/panel/daterange.js +2 -2
  159. package/es/date-picker/src/panel/datetimerange.d.ts +0 -1
  160. package/es/date-picker/src/panel/datetimerange.js +2 -2
  161. package/es/date-picker/src/panel/month.js +1 -1
  162. package/es/date-picker/src/panel/monthrange.d.ts +0 -1
  163. package/es/date-picker/src/panel/monthrange.js +2 -2
  164. package/es/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  165. package/es/date-picker/src/panel/use-dual-calendar.js +0 -11
  166. package/es/date-picker/src/styles/index.cssr.js +4 -0
  167. package/es/descriptions/index.d.ts +2 -2
  168. package/es/descriptions/index.js +2 -2
  169. package/es/descriptions/src/Descriptions.d.ts +2 -2
  170. package/es/descriptions/src/Descriptions.js +2 -2
  171. package/es/descriptions/src/DescriptionsItem.d.ts +2 -2
  172. package/es/descriptions/src/DescriptionsItem.js +2 -2
  173. package/es/dialog/index.d.ts +2 -1
  174. package/es/dialog/index.js +2 -1
  175. package/es/dialog/src/DialogEnvironment.d.ts +4 -0
  176. package/es/dialog/src/DialogEnvironment.js +11 -4
  177. package/es/dialog/src/DialogProvider.d.ts +2 -1
  178. package/es/dialog/src/DialogProvider.js +1 -1
  179. package/es/divider/index.d.ts +1 -1
  180. package/es/divider/index.js +1 -1
  181. package/es/divider/src/Divider.d.ts +1 -1
  182. package/es/divider/src/Divider.js +1 -1
  183. package/es/drawer/index.d.ts +2 -2
  184. package/es/drawer/index.js +2 -2
  185. package/es/drawer/src/Drawer.d.ts +60 -27
  186. package/es/drawer/src/Drawer.js +39 -18
  187. package/es/drawer/src/DrawerBodyWrapper.d.ts +9 -0
  188. package/es/drawer/src/DrawerBodyWrapper.js +97 -2
  189. package/es/drawer/src/DrawerContent.d.ts +2 -1
  190. package/es/drawer/src/DrawerContent.js +1 -1
  191. package/es/drawer/src/interface.d.ts +2 -0
  192. package/es/drawer/src/styles/index.cssr.js +42 -5
  193. package/es/drawer/styles/light.d.ts +2 -0
  194. package/es/drawer/styles/light.js +3 -2
  195. package/es/dropdown/index.d.ts +2 -2
  196. package/es/dropdown/index.js +1 -1
  197. package/es/dropdown/src/Dropdown.d.ts +10 -2
  198. package/es/dropdown/src/Dropdown.js +15 -4
  199. package/es/dropdown/src/DropdownMenu.d.ts +3 -0
  200. package/es/dropdown/src/DropdownMenu.js +23 -15
  201. package/es/dropdown/src/DropdownOption.d.ts +5 -0
  202. package/es/dropdown/src/DropdownOption.js +32 -10
  203. package/es/dropdown/src/interface.d.ts +2 -1
  204. package/es/dropdown/src/styles/index.cssr.js +17 -11
  205. package/es/dynamic-input/index.d.ts +1 -1
  206. package/es/dynamic-input/index.js +1 -1
  207. package/es/dynamic-input/src/DynamicInput.d.ts +1 -1
  208. package/es/dynamic-input/src/DynamicInput.js +2 -2
  209. package/es/dynamic-tags/index.d.ts +1 -1
  210. package/es/dynamic-tags/index.js +1 -1
  211. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -1
  212. package/es/dynamic-tags/src/DynamicTags.js +1 -1
  213. package/es/element/index.d.ts +1 -1
  214. package/es/element/index.js +1 -1
  215. package/es/element/src/Element.d.ts +1 -1
  216. package/es/element/src/Element.js +1 -1
  217. package/es/ellipsis/index.d.ts +1 -1
  218. package/es/ellipsis/index.js +1 -1
  219. package/es/ellipsis/src/Ellipsis.d.ts +1 -1
  220. package/es/ellipsis/src/Ellipsis.js +1 -1
  221. package/es/empty/index.d.ts +1 -1
  222. package/es/empty/index.js +1 -1
  223. package/es/empty/src/Empty.d.ts +1 -1
  224. package/es/empty/src/Empty.js +1 -1
  225. package/es/form/index.d.ts +3 -3
  226. package/es/form/index.js +3 -3
  227. package/es/form/src/Form.d.ts +1 -1
  228. package/es/form/src/Form.js +1 -1
  229. package/es/form/src/FormItemRow.d.ts +1 -1
  230. package/es/form/src/FormItemRow.js +1 -1
  231. package/es/form/src/styles/form-item.cssr.js +2 -0
  232. package/es/gradient-text/index.d.ts +1 -1
  233. package/es/gradient-text/index.js +1 -1
  234. package/es/gradient-text/src/GradientText.d.ts +1 -1
  235. package/es/gradient-text/src/GradientText.js +1 -1
  236. package/es/grid/index.d.ts +3 -3
  237. package/es/grid/index.js +3 -3
  238. package/es/grid/src/Grid.d.ts +1 -1
  239. package/es/grid/src/Grid.js +1 -1
  240. package/es/icon/index.d.ts +1 -1
  241. package/es/icon/index.js +1 -1
  242. package/es/icon/src/Icon.d.ts +1 -2
  243. package/es/icon/src/Icon.js +1 -1
  244. package/es/icon-wrapper/index.d.ts +1 -1
  245. package/es/icon-wrapper/index.js +1 -1
  246. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -2
  247. package/es/icon-wrapper/src/IconWrapper.js +1 -1
  248. package/es/image/index.d.ts +2 -2
  249. package/es/image/index.js +2 -2
  250. package/es/image/src/Image.d.ts +1 -1
  251. package/es/image/src/Image.js +17 -10
  252. package/es/image/src/ImageGroup.d.ts +1 -1
  253. package/es/image/src/ImageGroup.js +1 -1
  254. package/es/image/src/styles/index.cssr.js +1 -0
  255. package/es/image/src/utils.d.ts +1 -1
  256. package/es/input/index.d.ts +3 -3
  257. package/es/input/index.js +3 -3
  258. package/es/input/src/Input.d.ts +2 -1
  259. package/es/input/src/Input.js +21 -10
  260. package/es/input/src/InputGroup.d.ts +1 -1
  261. package/es/input/src/InputGroup.js +1 -1
  262. package/es/input/src/InputGroupLabel.d.ts +1 -1
  263. package/es/input/src/InputGroupLabel.js +1 -1
  264. package/es/input/src/interface.d.ts +1 -0
  265. package/es/input/src/styles/input-group-label.cssr.js +1 -0
  266. package/es/input/src/styles/input.cssr.js +4 -6
  267. package/es/input-number/index.d.ts +1 -1
  268. package/es/input-number/index.js +1 -1
  269. package/es/input-number/src/InputNumber.d.ts +2 -1
  270. package/es/input-number/src/InputNumber.js +6 -2
  271. package/es/layout/index.d.ts +4 -4
  272. package/es/layout/index.js +4 -4
  273. package/es/layout/src/Layout.d.ts +1 -1
  274. package/es/layout/src/Layout.js +1 -1
  275. package/es/layout/src/LayoutFooter.d.ts +1 -1
  276. package/es/layout/src/LayoutFooter.js +1 -1
  277. package/es/layout/src/LayoutHeader.d.ts +1 -1
  278. package/es/layout/src/LayoutHeader.js +1 -1
  279. package/es/layout/src/LayoutSider.d.ts +1 -1
  280. package/es/layout/src/LayoutSider.js +1 -1
  281. package/es/legacy-grid/index.d.ts +2 -2
  282. package/es/legacy-grid/index.js +2 -2
  283. package/es/legacy-grid/src/Row.d.ts +1 -0
  284. package/es/legacy-grid/src/Row.js +8 -3
  285. package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  286. package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
  287. package/es/legacy-grid/styles/dark.d.ts +4 -0
  288. package/es/legacy-grid/styles/dark.js +6 -0
  289. package/es/legacy-grid/styles/index.d.ts +4 -0
  290. package/es/legacy-grid/styles/index.js +3 -0
  291. package/es/legacy-grid/styles/light.d.ts +4 -0
  292. package/es/legacy-grid/styles/light.js +6 -0
  293. package/es/legacy-grid/styles/rtl.d.ts +2 -0
  294. package/es/legacy-grid/styles/rtl.js +5 -0
  295. package/es/legacy-transfer/index.d.ts +3 -0
  296. package/es/legacy-transfer/index.js +1 -0
  297. package/es/legacy-transfer/src/Transfer.d.ts +3631 -0
  298. package/es/legacy-transfer/src/Transfer.js +214 -0
  299. package/es/legacy-transfer/src/TransferFilter.d.ts +509 -0
  300. package/es/legacy-transfer/src/TransferFilter.js +40 -0
  301. package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
  302. package/es/legacy-transfer/src/TransferHeader.js +47 -0
  303. package/es/legacy-transfer/src/TransferList.d.ts +556 -0
  304. package/es/legacy-transfer/src/TransferList.js +93 -0
  305. package/es/legacy-transfer/src/TransferListItem.d.ts +513 -0
  306. package/es/legacy-transfer/src/TransferListItem.js +65 -0
  307. package/es/legacy-transfer/src/interface.d.ts +31 -0
  308. package/es/legacy-transfer/src/interface.js +2 -0
  309. package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  310. package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
  311. package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  312. package/es/legacy-transfer/src/use-transfer-data.js +145 -0
  313. package/es/legacy-transfer/styles/_common.d.ts +5 -0
  314. package/es/legacy-transfer/styles/_common.js +4 -0
  315. package/es/legacy-transfer/styles/dark.d.ts +3 -0
  316. package/es/legacy-transfer/styles/dark.js +27 -0
  317. package/es/legacy-transfer/styles/index.d.ts +3 -0
  318. package/es/legacy-transfer/styles/index.js +2 -0
  319. package/es/legacy-transfer/styles/light.d.ts +363 -0
  320. package/es/legacy-transfer/styles/light.js +31 -0
  321. package/es/list/index.d.ts +1 -1
  322. package/es/list/index.js +1 -1
  323. package/es/list/src/List.d.ts +1 -1
  324. package/es/list/src/List.js +1 -1
  325. package/es/loading-bar/index.d.ts +1 -1
  326. package/es/loading-bar/index.js +1 -1
  327. package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -3
  328. package/es/loading-bar/src/LoadingBarProvider.js +2 -2
  329. package/es/locales/common/deDE.js +11 -6
  330. package/es/locales/common/enGB.js +8 -1
  331. package/es/locales/common/enUS.d.ts +8 -1
  332. package/es/locales/common/enUS.js +8 -1
  333. package/es/locales/common/eo.js +10 -2
  334. package/es/locales/common/esAR.js +9 -1
  335. package/es/locales/common/frFR.js +9 -1
  336. package/es/locales/common/idID.js +9 -1
  337. package/es/locales/common/itIT.js +9 -1
  338. package/es/locales/common/jaJP.js +9 -1
  339. package/es/locales/common/koKR.js +9 -1
  340. package/es/locales/common/nbNO.js +9 -1
  341. package/es/locales/common/nlNL.js +9 -1
  342. package/es/locales/common/plPL.js +9 -1
  343. package/es/locales/common/ptBR.js +9 -1
  344. package/es/locales/common/ruRU.js +9 -1
  345. package/es/locales/common/skSK.js +9 -1
  346. package/es/locales/common/thTH.js +9 -1
  347. package/es/locales/common/ukUA.js +23 -19
  348. package/es/locales/common/viVN.js +9 -1
  349. package/es/locales/common/zhCN.js +8 -1
  350. package/es/locales/common/zhTW.js +9 -1
  351. package/es/log/index.d.ts +1 -1
  352. package/es/log/index.js +1 -1
  353. package/es/log/src/Log.d.ts +11 -1
  354. package/es/log/src/Log.js +1 -1
  355. package/es/log/styles/light.d.ts +1 -0
  356. package/es/mention/index.d.ts +1 -1
  357. package/es/mention/index.js +1 -1
  358. package/es/mention/src/Mention.d.ts +2 -1
  359. package/es/mention/src/Mention.js +1 -1
  360. package/es/menu/index.d.ts +1 -1
  361. package/es/menu/index.js +1 -1
  362. package/es/menu/src/Menu.d.ts +1 -1
  363. package/es/menu/src/Menu.js +1 -1
  364. package/es/message/index.d.ts +1 -1
  365. package/es/message/index.js +1 -1
  366. package/es/message/src/MessageProvider.d.ts +1 -1
  367. package/es/message/src/MessageProvider.js +1 -1
  368. package/es/modal/index.d.ts +1 -1
  369. package/es/modal/index.js +1 -1
  370. package/es/modal/src/Modal.d.ts +1 -1
  371. package/es/modal/src/Modal.js +1 -1
  372. package/es/modal/src/presetProps.d.ts +1 -1
  373. package/es/notification/index.d.ts +1 -1
  374. package/es/notification/index.js +1 -1
  375. package/es/notification/src/Notification.d.ts +12 -1
  376. package/es/notification/src/Notification.js +10 -4
  377. package/es/notification/src/NotificationContainer.js +1 -1
  378. package/es/notification/src/NotificationEnvironment.d.ts +12 -0
  379. package/es/notification/src/NotificationEnvironment.js +27 -2
  380. package/es/notification/src/NotificationProvider.d.ts +8 -1
  381. package/es/notification/src/NotificationProvider.js +5 -3
  382. package/es/notification/src/styles/index.cssr.js +1 -3
  383. package/es/notification/src/styles/rtl.cssr.d.ts +2 -0
  384. package/es/notification/src/styles/rtl.cssr.js +22 -0
  385. package/es/notification/styles/index.d.ts +1 -0
  386. package/es/notification/styles/index.js +1 -0
  387. package/es/notification/styles/rtl.d.ts +2 -0
  388. package/es/notification/styles/rtl.js +5 -0
  389. package/es/number-animation/index.d.ts +1 -1
  390. package/es/number-animation/index.js +1 -1
  391. package/es/number-animation/src/NumberAnimation.d.ts +5 -1
  392. package/es/number-animation/src/NumberAnimation.js +5 -2
  393. package/es/page-header/index.d.ts +1 -1
  394. package/es/page-header/index.js +1 -1
  395. package/es/page-header/src/PageHeader.d.ts +1 -1
  396. package/es/page-header/src/PageHeader.js +2 -2
  397. package/es/pagination/index.d.ts +1 -1
  398. package/es/pagination/index.js +1 -1
  399. package/es/pagination/src/Pagination.d.ts +2 -1
  400. package/es/pagination/src/Pagination.js +2 -2
  401. package/es/pagination/src/styles/index.cssr.js +1 -0
  402. package/es/popconfirm/index.d.ts +1 -1
  403. package/es/popconfirm/index.js +1 -1
  404. package/es/popconfirm/src/Popconfirm.d.ts +4 -1
  405. package/es/popconfirm/src/Popconfirm.js +1 -1
  406. package/es/popover/index.d.ts +1 -1
  407. package/es/popover/index.js +1 -1
  408. package/es/popover/src/Popover.d.ts +8 -1
  409. package/es/popover/src/Popover.js +4 -2
  410. package/es/popover/src/PopoverBody.d.ts +6 -0
  411. package/es/popover/src/PopoverBody.js +23 -14
  412. package/es/popover/src/styles/index.cssr.js +19 -15
  413. package/es/popselect/index.d.ts +1 -1
  414. package/es/popselect/index.js +1 -1
  415. package/es/popselect/src/Popselect.d.ts +4 -1
  416. package/es/popselect/src/Popselect.js +1 -1
  417. package/es/progress/index.d.ts +1 -1
  418. package/es/progress/index.js +1 -1
  419. package/es/progress/src/Circle.js +3 -1
  420. package/es/progress/src/Progress.d.ts +1 -1
  421. package/es/progress/src/Progress.js +1 -1
  422. package/es/radio/index.d.ts +3 -3
  423. package/es/radio/index.js +3 -3
  424. package/es/radio/src/Radio.d.ts +25 -0
  425. package/es/radio/src/Radio.js +2 -1
  426. package/es/radio/src/RadioButton.d.ts +25 -0
  427. package/es/radio/src/RadioButton.js +1 -0
  428. package/es/radio/src/RadioGroup.d.ts +1 -1
  429. package/es/radio/src/RadioGroup.js +2 -2
  430. package/es/radio/src/styles/radio-group.cssr.js +2 -0
  431. package/es/radio/src/styles/radio.cssr.js +1 -0
  432. package/es/rate/index.d.ts +1 -1
  433. package/es/rate/index.js +1 -1
  434. package/es/rate/src/Rate.d.ts +1 -1
  435. package/es/rate/src/Rate.js +1 -1
  436. package/es/result/index.d.ts +1 -1
  437. package/es/result/index.js +1 -1
  438. package/es/result/src/Result.d.ts +1 -1
  439. package/es/result/src/Result.js +1 -1
  440. package/es/scrollbar/index.d.ts +1 -1
  441. package/es/scrollbar/index.js +1 -1
  442. package/es/scrollbar/src/Scrollbar.d.ts +1 -1
  443. package/es/scrollbar/src/Scrollbar.js +1 -1
  444. package/es/select/index.d.ts +1 -1
  445. package/es/select/index.js +1 -1
  446. package/es/select/src/Select.d.ts +1 -1
  447. package/es/select/src/Select.js +4 -1
  448. package/es/skeleton/index.d.ts +1 -1
  449. package/es/skeleton/index.js +1 -1
  450. package/es/skeleton/src/Skeleton.d.ts +1 -1
  451. package/es/skeleton/src/Skeleton.js +1 -1
  452. package/es/slider/index.d.ts +1 -1
  453. package/es/slider/index.js +1 -1
  454. package/es/slider/src/Slider.d.ts +1 -1
  455. package/es/slider/src/Slider.js +1 -1
  456. package/es/slider/src/styles/index.cssr.js +1 -0
  457. package/es/space/index.d.ts +1 -1
  458. package/es/space/index.js +1 -1
  459. package/es/space/src/Space.d.ts +1 -1
  460. package/es/space/src/Space.js +2 -2
  461. package/es/spin/index.d.ts +1 -1
  462. package/es/spin/index.js +1 -1
  463. package/es/spin/src/Spin.d.ts +1 -1
  464. package/es/spin/src/Spin.js +1 -1
  465. package/es/spin/src/styles/index.cssr.js +1 -0
  466. package/es/statistic/index.d.ts +1 -1
  467. package/es/statistic/index.js +1 -1
  468. package/es/statistic/src/Statistic.d.ts +2 -1
  469. package/es/statistic/src/Statistic.js +10 -4
  470. package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
  471. package/es/statistic/src/styles/rtl.cssr.js +9 -0
  472. package/es/statistic/styles/index.d.ts +1 -0
  473. package/es/statistic/styles/index.js +1 -0
  474. package/es/statistic/styles/rtl.d.ts +2 -0
  475. package/es/statistic/styles/rtl.js +5 -0
  476. package/es/steps/index.d.ts +2 -2
  477. package/es/steps/index.js +2 -2
  478. package/es/steps/src/Step.d.ts +1 -1
  479. package/es/steps/src/Step.js +1 -1
  480. package/es/steps/src/Steps.d.ts +1 -1
  481. package/es/steps/src/Steps.js +1 -1
  482. package/es/styles.d.ts +6 -3
  483. package/es/styles.js +6 -3
  484. package/es/switch/index.d.ts +1 -1
  485. package/es/switch/index.js +1 -1
  486. package/es/switch/src/Switch.d.ts +1 -1
  487. package/es/switch/src/Switch.js +1 -1
  488. package/es/switch/src/styles/index.cssr.js +1 -0
  489. package/es/table/index.d.ts +1 -1
  490. package/es/table/index.js +1 -1
  491. package/es/table/src/Table.d.ts +1 -1
  492. package/es/table/src/Table.js +2 -2
  493. package/es/tabs/index.d.ts +3 -3
  494. package/es/tabs/index.js +3 -3
  495. package/es/tabs/src/Tab.d.ts +2 -2
  496. package/es/tabs/src/Tab.js +2 -2
  497. package/es/tabs/src/Tabs.d.ts +1 -1
  498. package/es/tabs/src/Tabs.js +1 -1
  499. package/es/tag/index.d.ts +1 -1
  500. package/es/tag/index.js +1 -1
  501. package/es/tag/src/Tag.d.ts +1 -1
  502. package/es/tag/src/Tag.js +2 -2
  503. package/es/themes/dark.js +4 -0
  504. package/es/themes/light.js +4 -0
  505. package/es/thing/index.d.ts +1 -1
  506. package/es/thing/index.js +1 -1
  507. package/es/thing/src/Thing.d.ts +1 -1
  508. package/es/thing/src/Thing.js +10 -4
  509. package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
  510. package/es/thing/src/styles/rtl.cssr.js +8 -0
  511. package/es/thing/styles/index.d.ts +1 -0
  512. package/es/thing/styles/index.js +1 -0
  513. package/es/thing/styles/rtl.d.ts +2 -0
  514. package/es/thing/styles/rtl.js +8 -0
  515. package/es/time/index.d.ts +1 -1
  516. package/es/time/index.js +1 -1
  517. package/es/time/src/Time.d.ts +1 -1
  518. package/es/time/src/Time.js +1 -1
  519. package/es/time-picker/index.d.ts +1 -1
  520. package/es/time-picker/index.js +1 -1
  521. package/es/time-picker/src/TimePicker.d.ts +2 -1
  522. package/es/time-picker/src/TimePicker.js +1 -1
  523. package/es/timeline/index.d.ts +2 -2
  524. package/es/timeline/index.js +2 -2
  525. package/es/timeline/src/Timeline.d.ts +1 -1
  526. package/es/timeline/src/Timeline.js +1 -1
  527. package/es/timeline/src/TimelineItem.d.ts +1 -1
  528. package/es/timeline/src/TimelineItem.js +1 -1
  529. package/es/tooltip/index.d.ts +1 -1
  530. package/es/tooltip/index.js +1 -1
  531. package/es/tooltip/src/Tooltip.d.ts +4 -1
  532. package/es/tooltip/src/Tooltip.js +1 -1
  533. package/es/transfer/index.d.ts +2 -2
  534. package/es/transfer/index.js +1 -1
  535. package/es/transfer/src/Transfer.d.ts +211 -91
  536. package/es/transfer/src/Transfer.js +68 -107
  537. package/es/transfer/src/TransferFilter.d.ts +18 -21
  538. package/es/transfer/src/TransferFilter.js +2 -10
  539. package/es/transfer/src/TransferHeader.d.ts +10 -12
  540. package/es/transfer/src/TransferHeader.js +24 -29
  541. package/es/transfer/src/TransferList.d.ts +20 -29
  542. package/es/transfer/src/TransferList.js +15 -32
  543. package/es/transfer/src/TransferListItem.d.ts +32 -19
  544. package/es/transfer/src/TransferListItem.js +33 -29
  545. package/es/transfer/src/interface.d.ts +21 -15
  546. package/es/transfer/src/styles/index.cssr.js +75 -139
  547. package/es/transfer/src/use-transfer-data.d.ts +13 -31
  548. package/es/transfer/src/use-transfer-data.js +45 -121
  549. package/es/transfer/styles/_common.d.ts +11 -2
  550. package/es/transfer/styles/_common.js +11 -2
  551. package/es/transfer/styles/dark.js +8 -4
  552. package/es/transfer/styles/light.d.ts +36 -10
  553. package/es/transfer/styles/light.js +7 -5
  554. package/es/tree/index.d.ts +1 -1
  555. package/es/tree/index.js +1 -1
  556. package/es/tree/src/Tree.d.ts +20 -2
  557. package/es/tree/src/Tree.js +65 -33
  558. package/es/tree/src/TreeNode.d.ts +1 -0
  559. package/es/tree/src/TreeNode.js +25 -8
  560. package/es/tree/src/interface.d.ts +2 -0
  561. package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
  562. package/es/tree/src/styles/rtl.cssr.js +17 -0
  563. package/es/tree/styles/index.d.ts +1 -0
  564. package/es/tree/styles/index.js +1 -0
  565. package/es/tree/styles/rtl.d.ts +2 -0
  566. package/es/tree/styles/rtl.js +5 -0
  567. package/es/tree-select/index.d.ts +1 -1
  568. package/es/tree-select/index.js +1 -1
  569. package/es/tree-select/src/TreeSelect.d.ts +2 -2
  570. package/es/tree-select/src/TreeSelect.js +2 -2
  571. package/es/typography/index.d.ts +7 -6
  572. package/es/typography/index.js +7 -6
  573. package/es/typography/src/a.d.ts +1 -1
  574. package/es/typography/src/a.js +1 -1
  575. package/es/typography/src/blockquote.d.ts +1 -1
  576. package/es/typography/src/blockquote.js +1 -1
  577. package/es/typography/src/create-header.d.ts +1 -1
  578. package/es/typography/src/create-header.js +1 -1
  579. package/es/typography/src/ol.d.ts +1 -1
  580. package/es/typography/src/ol.js +1 -1
  581. package/es/typography/src/p.d.ts +1 -1
  582. package/es/typography/src/p.js +1 -1
  583. package/es/typography/src/text.d.ts +1 -1
  584. package/es/typography/src/text.js +1 -1
  585. package/es/typography/src/ul.d.ts +1 -1
  586. package/es/typography/src/ul.js +1 -1
  587. package/es/upload/index.d.ts +1 -1
  588. package/es/upload/index.js +1 -1
  589. package/es/upload/src/Upload.d.ts +1 -1
  590. package/es/upload/src/Upload.js +1 -1
  591. package/es/upload/src/UploadFile.d.ts +2 -2
  592. package/es/upload/src/UploadFile.js +8 -4
  593. package/es/upload/src/interface.d.ts +2 -2
  594. package/es/version.d.ts +1 -1
  595. package/es/version.js +1 -1
  596. package/es/watermark/index.d.ts +1 -1
  597. package/es/watermark/index.js +1 -1
  598. package/es/watermark/src/Watermark.d.ts +14 -1
  599. package/es/watermark/src/Watermark.js +36 -15
  600. package/es/watermark/src/styles/index.cssr.js +17 -1
  601. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  602. package/lib/_internal/scrollbar/src/Scrollbar.js +50 -21
  603. package/lib/_internal/scrollbar/src/styles/index.cssr.js +2 -1
  604. package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  605. package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +17 -0
  606. package/lib/_internal/scrollbar/styles/index.d.ts +1 -0
  607. package/lib/_internal/scrollbar/styles/index.js +3 -1
  608. package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
  609. package/lib/_internal/scrollbar/styles/rtl.js +12 -0
  610. package/lib/_internal/select-menu/src/styles/index.cssr.js +1 -1
  611. package/lib/_internal/selection/src/Selection.js +4 -2
  612. package/lib/_internal/selection/src/styles/index.cssr.js +5 -1
  613. package/lib/_mixins/index.d.ts +1 -0
  614. package/lib/_mixins/index.js +3 -1
  615. package/lib/_mixins/use-rtl.d.ts +1 -1
  616. package/lib/_mixins/use-rtl.js +2 -1
  617. package/lib/_utils/env/browser.d.ts +3 -0
  618. package/lib/_utils/env/browser.js +7 -0
  619. package/lib/_utils/env/is-native-lazy-load.d.ts +1 -0
  620. package/lib/_utils/env/is-native-lazy-load.js +6 -0
  621. package/lib/_utils/naive/extract-public-props.d.ts +4 -1
  622. package/lib/affix/index.d.ts +1 -1
  623. package/lib/affix/index.js +2 -1
  624. package/lib/alert/index.d.ts +1 -1
  625. package/lib/alert/index.js +2 -1
  626. package/lib/alert/src/Alert.d.ts +1 -1
  627. package/lib/alert/src/Alert.js +5 -4
  628. package/lib/anchor/index.d.ts +2 -2
  629. package/lib/anchor/index.js +3 -1
  630. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  631. package/lib/anchor/src/AnchorAdapter.js +3 -2
  632. package/lib/anchor/src/Link.d.ts +1 -1
  633. package/lib/anchor/src/Link.js +3 -3
  634. package/lib/auto-complete/index.d.ts +1 -1
  635. package/lib/auto-complete/index.js +2 -1
  636. package/lib/auto-complete/src/AutoComplete.d.ts +2 -1
  637. package/lib/auto-complete/src/AutoComplete.js +3 -2
  638. package/lib/avatar/index.d.ts +1 -1
  639. package/lib/avatar/index.js +2 -1
  640. package/lib/avatar/src/Avatar.d.ts +12 -1
  641. package/lib/avatar/src/Avatar.js +62 -7
  642. package/lib/avatar-group/index.d.ts +1 -1
  643. package/lib/avatar-group/index.js +2 -1
  644. package/lib/avatar-group/src/AvatarGroup.d.ts +1 -1
  645. package/lib/avatar-group/src/AvatarGroup.js +5 -4
  646. package/lib/back-top/index.d.ts +1 -1
  647. package/lib/back-top/index.js +2 -1
  648. package/lib/back-top/src/BackTop.d.ts +1 -1
  649. package/lib/back-top/src/BackTop.js +3 -2
  650. package/lib/badge/index.d.ts +1 -1
  651. package/lib/badge/index.js +2 -1
  652. package/lib/badge/src/Badge.d.ts +1 -1
  653. package/lib/badge/src/Badge.js +5 -4
  654. package/lib/breadcrumb/index.d.ts +2 -2
  655. package/lib/breadcrumb/index.js +3 -1
  656. package/lib/breadcrumb/src/Breadcrumb.d.ts +1 -1
  657. package/lib/breadcrumb/src/Breadcrumb.js +3 -3
  658. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  659. package/lib/breadcrumb/src/BreadcrumbItem.js +3 -2
  660. package/lib/breadcrumb/src/styles/index.cssr.js +1 -0
  661. package/lib/button/index.d.ts +1 -1
  662. package/lib/button/index.js +2 -1
  663. package/lib/button/src/Button.d.ts +13 -4
  664. package/lib/button/src/Button.js +14 -7
  665. package/lib/button/src/styles/index.cssr.js +1 -0
  666. package/lib/button-group/index.d.ts +1 -1
  667. package/lib/button-group/index.js +2 -1
  668. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  669. package/lib/button-group/src/ButtonGroup.js +5 -4
  670. package/lib/calendar/index.d.ts +1 -1
  671. package/lib/calendar/index.js +2 -1
  672. package/lib/calendar/src/Calendar.d.ts +1 -1
  673. package/lib/calendar/src/Calendar.js +3 -2
  674. package/lib/card/index.d.ts +1 -1
  675. package/lib/card/index.js +2 -1
  676. package/lib/card/src/Card.d.ts +2 -2
  677. package/lib/card/src/Card.js +5 -5
  678. package/lib/carousel/index.d.ts +1 -1
  679. package/lib/carousel/index.js +2 -1
  680. package/lib/carousel/src/Carousel.d.ts +17 -38
  681. package/lib/carousel/src/Carousel.js +293 -272
  682. package/lib/carousel/src/CarouselArrow.js +2 -4
  683. package/lib/carousel/src/CarouselContext.d.ts +21 -0
  684. package/lib/carousel/src/CarouselContext.js +16 -0
  685. package/lib/carousel/src/CarouselDots.d.ts +1 -1
  686. package/lib/carousel/src/CarouselDots.js +22 -30
  687. package/lib/carousel/src/CarouselItem.d.ts +4 -4
  688. package/lib/carousel/src/CarouselItem.js +18 -35
  689. package/lib/carousel/src/interface.d.ts +12 -31
  690. package/lib/carousel/src/interface.js +0 -5
  691. package/lib/carousel/src/styles/index.cssr.js +9 -3
  692. package/lib/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  693. package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
  694. package/lib/carousel/src/utils/event.d.ts +1 -0
  695. package/lib/carousel/src/utils/event.js +7 -0
  696. package/lib/carousel/src/utils/index.d.ts +6 -0
  697. package/lib/carousel/src/utils/index.js +53 -0
  698. package/lib/cascader/index.d.ts +1 -1
  699. package/lib/cascader/index.js +2 -1
  700. package/lib/cascader/src/Cascader.d.ts +1 -1
  701. package/lib/cascader/src/Cascader.js +3 -2
  702. package/lib/cascader/src/utils.d.ts +1 -4
  703. package/lib/cascader/src/utils.js +18 -29
  704. package/lib/checkbox/index.d.ts +2 -2
  705. package/lib/checkbox/index.js +3 -1
  706. package/lib/checkbox/src/Checkbox.d.ts +1 -1
  707. package/lib/checkbox/src/Checkbox.js +5 -4
  708. package/lib/checkbox/src/CheckboxGroup.d.ts +28 -23
  709. package/lib/checkbox/src/CheckboxGroup.js +59 -29
  710. package/lib/checkbox/src/styles/index.cssr.js +2 -0
  711. package/lib/code/index.d.ts +1 -1
  712. package/lib/code/index.js +2 -1
  713. package/lib/code/src/Code.d.ts +17 -1
  714. package/lib/code/src/Code.js +56 -14
  715. package/lib/code/src/styles/index.cssr.js +13 -1
  716. package/lib/code/styles/dark.js +4 -2
  717. package/lib/code/styles/light.d.ts +1 -0
  718. package/lib/code/styles/light.js +4 -2
  719. package/lib/collapse/index.d.ts +2 -2
  720. package/lib/collapse/index.js +3 -1
  721. package/lib/collapse/src/Collapse.d.ts +1 -1
  722. package/lib/collapse/src/Collapse.js +5 -5
  723. package/lib/collapse/src/CollapseItem.d.ts +1 -1
  724. package/lib/collapse/src/CollapseItem.js +5 -4
  725. package/lib/collapse-transition/index.d.ts +1 -1
  726. package/lib/collapse-transition/index.js +2 -1
  727. package/lib/collapse-transition/src/CollapseTransition.d.ts +2 -2
  728. package/lib/collapse-transition/src/CollapseTransition.js +5 -4
  729. package/lib/color-picker/index.d.ts +1 -1
  730. package/lib/color-picker/index.js +2 -1
  731. package/lib/color-picker/src/ColorPicker.d.ts +2 -2
  732. package/lib/color-picker/src/ColorPicker.js +3 -3
  733. package/lib/components.d.ts +1 -0
  734. package/lib/components.js +1 -0
  735. package/lib/config-provider/src/ConfigProvider.d.ts +24 -3
  736. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  737. package/lib/countdown/index.d.ts +2 -2
  738. package/lib/countdown/index.js +2 -1
  739. package/lib/countdown/src/Countdown.d.ts +9 -2
  740. package/lib/countdown/src/Countdown.js +44 -27
  741. package/lib/data-table/index.d.ts +1 -1
  742. package/lib/data-table/index.js +2 -1
  743. package/lib/data-table/src/TableParts/Body.d.ts +4 -0
  744. package/lib/data-table/src/TableParts/Body.js +50 -34
  745. package/lib/data-table/src/TableParts/BodyRadio.d.ts +30 -0
  746. package/lib/data-table/src/TableParts/BodyRadio.js +32 -0
  747. package/lib/data-table/src/TableParts/Header.js +2 -2
  748. package/lib/data-table/src/interface.d.ts +2 -1
  749. package/lib/data-table/src/use-check.d.ts +1 -1
  750. package/lib/data-table/src/use-check.js +15 -3
  751. package/lib/date-picker/index.d.ts +1 -1
  752. package/lib/date-picker/index.js +2 -1
  753. package/lib/date-picker/src/DatePicker.d.ts +2 -1
  754. package/lib/date-picker/src/DatePicker.js +21 -11
  755. package/lib/date-picker/src/panel/daterange.d.ts +0 -1
  756. package/lib/date-picker/src/panel/daterange.js +2 -2
  757. package/lib/date-picker/src/panel/datetimerange.d.ts +0 -1
  758. package/lib/date-picker/src/panel/datetimerange.js +2 -2
  759. package/lib/date-picker/src/panel/month.js +1 -1
  760. package/lib/date-picker/src/panel/monthrange.d.ts +0 -1
  761. package/lib/date-picker/src/panel/monthrange.js +2 -2
  762. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  763. package/lib/date-picker/src/panel/use-dual-calendar.js +0 -11
  764. package/lib/date-picker/src/styles/index.cssr.js +4 -0
  765. package/lib/descriptions/index.d.ts +2 -2
  766. package/lib/descriptions/index.js +3 -1
  767. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  768. package/lib/descriptions/src/Descriptions.js +3 -2
  769. package/lib/descriptions/src/DescriptionsItem.d.ts +2 -2
  770. package/lib/descriptions/src/DescriptionsItem.js +3 -2
  771. package/lib/dialog/index.d.ts +2 -1
  772. package/lib/dialog/index.js +4 -1
  773. package/lib/dialog/src/DialogEnvironment.d.ts +4 -0
  774. package/lib/dialog/src/DialogEnvironment.js +11 -4
  775. package/lib/dialog/src/DialogProvider.d.ts +2 -1
  776. package/lib/dialog/src/DialogProvider.js +3 -3
  777. package/lib/divider/index.d.ts +1 -1
  778. package/lib/divider/index.js +2 -1
  779. package/lib/divider/src/Divider.d.ts +1 -1
  780. package/lib/divider/src/Divider.js +3 -2
  781. package/lib/drawer/index.d.ts +2 -2
  782. package/lib/drawer/index.js +3 -1
  783. package/lib/drawer/src/Drawer.d.ts +60 -27
  784. package/lib/drawer/src/Drawer.js +39 -17
  785. package/lib/drawer/src/DrawerBodyWrapper.d.ts +9 -0
  786. package/lib/drawer/src/DrawerBodyWrapper.js +96 -1
  787. package/lib/drawer/src/DrawerContent.d.ts +2 -1
  788. package/lib/drawer/src/DrawerContent.js +3 -2
  789. package/lib/drawer/src/interface.d.ts +2 -0
  790. package/lib/drawer/src/styles/index.cssr.js +42 -5
  791. package/lib/drawer/styles/light.d.ts +2 -0
  792. package/lib/drawer/styles/light.js +3 -2
  793. package/lib/dropdown/index.d.ts +2 -2
  794. package/lib/dropdown/index.js +2 -1
  795. package/lib/dropdown/src/Dropdown.d.ts +10 -2
  796. package/lib/dropdown/src/Dropdown.js +17 -5
  797. package/lib/dropdown/src/DropdownMenu.d.ts +3 -0
  798. package/lib/dropdown/src/DropdownMenu.js +23 -15
  799. package/lib/dropdown/src/DropdownOption.d.ts +5 -0
  800. package/lib/dropdown/src/DropdownOption.js +32 -10
  801. package/lib/dropdown/src/interface.d.ts +2 -1
  802. package/lib/dropdown/src/styles/index.cssr.js +16 -10
  803. package/lib/dynamic-input/index.d.ts +1 -1
  804. package/lib/dynamic-input/index.js +2 -1
  805. package/lib/dynamic-input/src/DynamicInput.d.ts +1 -1
  806. package/lib/dynamic-input/src/DynamicInput.js +5 -4
  807. package/lib/dynamic-tags/index.d.ts +1 -1
  808. package/lib/dynamic-tags/index.js +2 -1
  809. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -1
  810. package/lib/dynamic-tags/src/DynamicTags.js +3 -2
  811. package/lib/element/index.d.ts +1 -1
  812. package/lib/element/index.js +2 -1
  813. package/lib/element/src/Element.d.ts +1 -1
  814. package/lib/element/src/Element.js +3 -2
  815. package/lib/ellipsis/index.d.ts +1 -1
  816. package/lib/ellipsis/index.js +2 -1
  817. package/lib/ellipsis/src/Ellipsis.d.ts +1 -1
  818. package/lib/ellipsis/src/Ellipsis.js +3 -2
  819. package/lib/empty/index.d.ts +1 -1
  820. package/lib/empty/index.js +2 -1
  821. package/lib/empty/src/Empty.d.ts +1 -1
  822. package/lib/empty/src/Empty.js +3 -2
  823. package/lib/form/index.d.ts +3 -3
  824. package/lib/form/index.js +5 -1
  825. package/lib/form/src/Form.d.ts +1 -1
  826. package/lib/form/src/Form.js +3 -2
  827. package/lib/form/src/FormItemRow.d.ts +1 -1
  828. package/lib/form/src/FormItemRow.js +3 -2
  829. package/lib/form/src/styles/form-item.cssr.js +2 -0
  830. package/lib/gradient-text/index.d.ts +1 -1
  831. package/lib/gradient-text/index.js +2 -1
  832. package/lib/gradient-text/src/GradientText.d.ts +1 -1
  833. package/lib/gradient-text/src/GradientText.js +3 -2
  834. package/lib/grid/index.d.ts +3 -3
  835. package/lib/grid/index.js +4 -1
  836. package/lib/grid/src/Grid.d.ts +1 -1
  837. package/lib/grid/src/Grid.js +3 -2
  838. package/lib/icon/index.d.ts +1 -1
  839. package/lib/icon/index.js +2 -1
  840. package/lib/icon/src/Icon.d.ts +1 -2
  841. package/lib/icon/src/Icon.js +3 -3
  842. package/lib/icon-wrapper/index.d.ts +1 -1
  843. package/lib/icon-wrapper/index.js +2 -1
  844. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -2
  845. package/lib/icon-wrapper/src/IconWrapper.js +3 -3
  846. package/lib/image/index.d.ts +2 -2
  847. package/lib/image/index.js +3 -1
  848. package/lib/image/src/Image.d.ts +1 -1
  849. package/lib/image/src/Image.js +19 -11
  850. package/lib/image/src/ImageGroup.d.ts +1 -1
  851. package/lib/image/src/ImageGroup.js +3 -3
  852. package/lib/image/src/styles/index.cssr.js +1 -0
  853. package/lib/image/src/utils.d.ts +1 -1
  854. package/lib/input/index.d.ts +3 -3
  855. package/lib/input/index.js +4 -1
  856. package/lib/input/src/Input.d.ts +2 -1
  857. package/lib/input/src/Input.js +24 -12
  858. package/lib/input/src/InputGroup.d.ts +1 -1
  859. package/lib/input/src/InputGroup.js +3 -2
  860. package/lib/input/src/InputGroupLabel.d.ts +1 -1
  861. package/lib/input/src/InputGroupLabel.js +3 -2
  862. package/lib/input/src/interface.d.ts +1 -0
  863. package/lib/input/src/styles/input-group-label.cssr.js +1 -0
  864. package/lib/input/src/styles/input.cssr.js +4 -6
  865. package/lib/input-number/index.d.ts +1 -1
  866. package/lib/input-number/index.js +2 -1
  867. package/lib/input-number/src/InputNumber.d.ts +2 -1
  868. package/lib/input-number/src/InputNumber.js +9 -4
  869. package/lib/layout/index.d.ts +4 -4
  870. package/lib/layout/index.js +6 -1
  871. package/lib/layout/src/Layout.d.ts +1 -1
  872. package/lib/layout/src/Layout.js +3 -3
  873. package/lib/layout/src/LayoutFooter.d.ts +1 -1
  874. package/lib/layout/src/LayoutFooter.js +3 -2
  875. package/lib/layout/src/LayoutHeader.d.ts +1 -1
  876. package/lib/layout/src/LayoutHeader.js +3 -2
  877. package/lib/layout/src/LayoutSider.d.ts +1 -1
  878. package/lib/layout/src/LayoutSider.js +3 -2
  879. package/lib/legacy-grid/index.d.ts +2 -2
  880. package/lib/legacy-grid/index.js +3 -1
  881. package/lib/legacy-grid/src/Row.d.ts +1 -0
  882. package/lib/legacy-grid/src/Row.js +7 -2
  883. package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  884. package/lib/legacy-grid/src/styles/rtl.cssr.js +28 -0
  885. package/lib/legacy-grid/styles/dark.d.ts +4 -0
  886. package/lib/legacy-grid/styles/dark.js +8 -0
  887. package/lib/legacy-grid/styles/index.d.ts +4 -0
  888. package/lib/legacy-grid/styles/index.js +12 -0
  889. package/lib/legacy-grid/styles/light.d.ts +4 -0
  890. package/lib/legacy-grid/styles/light.js +8 -0
  891. package/lib/legacy-grid/styles/rtl.d.ts +2 -0
  892. package/lib/legacy-grid/styles/rtl.js +11 -0
  893. package/lib/legacy-transfer/index.d.ts +3 -0
  894. package/lib/legacy-transfer/index.js +9 -0
  895. package/lib/legacy-transfer/src/Transfer.d.ts +3631 -0
  896. package/lib/legacy-transfer/src/Transfer.js +220 -0
  897. package/lib/legacy-transfer/src/TransferFilter.d.ts +509 -0
  898. package/lib/legacy-transfer/src/TransferFilter.js +42 -0
  899. package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
  900. package/lib/legacy-transfer/src/TransferHeader.js +49 -0
  901. package/lib/legacy-transfer/src/TransferList.d.ts +556 -0
  902. package/lib/legacy-transfer/src/TransferList.js +98 -0
  903. package/lib/legacy-transfer/src/TransferListItem.d.ts +513 -0
  904. package/lib/legacy-transfer/src/TransferListItem.js +67 -0
  905. package/lib/legacy-transfer/src/interface.d.ts +31 -0
  906. package/lib/legacy-transfer/src/interface.js +5 -0
  907. package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  908. package/lib/legacy-transfer/src/styles/index.cssr.js +223 -0
  909. package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  910. package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
  911. package/lib/legacy-transfer/styles/_common.d.ts +5 -0
  912. package/lib/legacy-transfer/styles/_common.js +6 -0
  913. package/lib/legacy-transfer/styles/dark.d.ts +3 -0
  914. package/lib/legacy-transfer/styles/dark.js +32 -0
  915. package/lib/legacy-transfer/styles/index.d.ts +3 -0
  916. package/lib/legacy-transfer/styles/index.js +10 -0
  917. package/lib/legacy-transfer/styles/light.d.ts +363 -0
  918. package/lib/legacy-transfer/styles/light.js +36 -0
  919. package/lib/list/index.d.ts +1 -1
  920. package/lib/list/index.js +2 -1
  921. package/lib/list/src/List.d.ts +1 -1
  922. package/lib/list/src/List.js +3 -3
  923. package/lib/loading-bar/index.d.ts +1 -1
  924. package/lib/loading-bar/index.js +2 -1
  925. package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -3
  926. package/lib/loading-bar/src/LoadingBarProvider.js +3 -2
  927. package/lib/locales/common/deDE.js +11 -6
  928. package/lib/locales/common/enGB.js +8 -1
  929. package/lib/locales/common/enUS.d.ts +8 -1
  930. package/lib/locales/common/enUS.js +8 -1
  931. package/lib/locales/common/eo.js +10 -2
  932. package/lib/locales/common/esAR.js +9 -1
  933. package/lib/locales/common/frFR.js +9 -1
  934. package/lib/locales/common/idID.js +9 -1
  935. package/lib/locales/common/itIT.js +9 -1
  936. package/lib/locales/common/jaJP.js +9 -1
  937. package/lib/locales/common/koKR.js +9 -1
  938. package/lib/locales/common/nbNO.js +9 -1
  939. package/lib/locales/common/nlNL.js +9 -1
  940. package/lib/locales/common/plPL.js +9 -1
  941. package/lib/locales/common/ptBR.js +9 -1
  942. package/lib/locales/common/ruRU.js +9 -1
  943. package/lib/locales/common/skSK.js +9 -1
  944. package/lib/locales/common/thTH.js +9 -1
  945. package/lib/locales/common/ukUA.js +23 -19
  946. package/lib/locales/common/viVN.js +9 -1
  947. package/lib/locales/common/zhCN.js +8 -1
  948. package/lib/locales/common/zhTW.js +9 -1
  949. package/lib/log/index.d.ts +1 -1
  950. package/lib/log/index.js +2 -1
  951. package/lib/log/src/Log.d.ts +11 -1
  952. package/lib/log/src/Log.js +3 -2
  953. package/lib/log/styles/light.d.ts +1 -0
  954. package/lib/mention/index.d.ts +1 -1
  955. package/lib/mention/index.js +2 -1
  956. package/lib/mention/src/Mention.d.ts +2 -1
  957. package/lib/mention/src/Mention.js +3 -2
  958. package/lib/menu/index.d.ts +1 -1
  959. package/lib/menu/index.js +2 -1
  960. package/lib/menu/src/Menu.d.ts +1 -1
  961. package/lib/menu/src/Menu.js +3 -2
  962. package/lib/message/index.d.ts +1 -1
  963. package/lib/message/index.js +2 -1
  964. package/lib/message/src/MessageProvider.d.ts +1 -1
  965. package/lib/message/src/MessageProvider.js +3 -2
  966. package/lib/modal/index.d.ts +1 -1
  967. package/lib/modal/index.js +2 -1
  968. package/lib/modal/src/Modal.d.ts +1 -1
  969. package/lib/modal/src/Modal.js +3 -2
  970. package/lib/modal/src/presetProps.d.ts +1 -1
  971. package/lib/notification/index.d.ts +1 -1
  972. package/lib/notification/index.js +2 -1
  973. package/lib/notification/src/Notification.d.ts +12 -1
  974. package/lib/notification/src/Notification.js +10 -4
  975. package/lib/notification/src/NotificationContainer.js +1 -1
  976. package/lib/notification/src/NotificationEnvironment.d.ts +12 -0
  977. package/lib/notification/src/NotificationEnvironment.js +27 -2
  978. package/lib/notification/src/NotificationProvider.d.ts +8 -1
  979. package/lib/notification/src/NotificationProvider.js +7 -5
  980. package/lib/notification/src/styles/index.cssr.js +1 -3
  981. package/lib/notification/src/styles/rtl.cssr.d.ts +2 -0
  982. package/lib/notification/src/styles/rtl.cssr.js +29 -0
  983. package/lib/notification/styles/index.d.ts +1 -0
  984. package/lib/notification/styles/index.js +3 -1
  985. package/lib/notification/styles/rtl.d.ts +2 -0
  986. package/lib/notification/styles/rtl.js +11 -0
  987. package/lib/number-animation/index.d.ts +1 -1
  988. package/lib/number-animation/index.js +2 -1
  989. package/lib/number-animation/src/NumberAnimation.d.ts +5 -1
  990. package/lib/number-animation/src/NumberAnimation.js +7 -3
  991. package/lib/page-header/index.d.ts +1 -1
  992. package/lib/page-header/index.js +2 -1
  993. package/lib/page-header/src/PageHeader.d.ts +1 -1
  994. package/lib/page-header/src/PageHeader.js +5 -4
  995. package/lib/pagination/index.d.ts +1 -1
  996. package/lib/pagination/index.js +2 -1
  997. package/lib/pagination/src/Pagination.d.ts +2 -1
  998. package/lib/pagination/src/Pagination.js +5 -4
  999. package/lib/pagination/src/styles/index.cssr.js +1 -0
  1000. package/lib/popconfirm/index.d.ts +1 -1
  1001. package/lib/popconfirm/index.js +2 -1
  1002. package/lib/popconfirm/src/Popconfirm.d.ts +4 -1
  1003. package/lib/popconfirm/src/Popconfirm.js +3 -2
  1004. package/lib/popover/index.d.ts +1 -1
  1005. package/lib/popover/index.js +2 -1
  1006. package/lib/popover/src/Popover.d.ts +8 -1
  1007. package/lib/popover/src/Popover.js +6 -4
  1008. package/lib/popover/src/PopoverBody.d.ts +6 -0
  1009. package/lib/popover/src/PopoverBody.js +23 -14
  1010. package/lib/popover/src/styles/index.cssr.js +19 -15
  1011. package/lib/popselect/index.d.ts +1 -1
  1012. package/lib/popselect/index.js +2 -1
  1013. package/lib/popselect/src/Popselect.d.ts +4 -1
  1014. package/lib/popselect/src/Popselect.js +3 -2
  1015. package/lib/progress/index.d.ts +1 -1
  1016. package/lib/progress/index.js +2 -1
  1017. package/lib/progress/src/Circle.js +3 -1
  1018. package/lib/progress/src/Progress.d.ts +1 -1
  1019. package/lib/progress/src/Progress.js +3 -2
  1020. package/lib/radio/index.d.ts +3 -3
  1021. package/lib/radio/index.js +4 -1
  1022. package/lib/radio/src/Radio.d.ts +25 -0
  1023. package/lib/radio/src/Radio.js +4 -2
  1024. package/lib/radio/src/RadioButton.d.ts +25 -0
  1025. package/lib/radio/src/RadioButton.js +2 -0
  1026. package/lib/radio/src/RadioGroup.d.ts +1 -1
  1027. package/lib/radio/src/RadioGroup.js +5 -4
  1028. package/lib/radio/src/styles/radio-group.cssr.js +2 -0
  1029. package/lib/radio/src/styles/radio.cssr.js +1 -0
  1030. package/lib/rate/index.d.ts +1 -1
  1031. package/lib/rate/index.js +2 -1
  1032. package/lib/rate/src/Rate.d.ts +1 -1
  1033. package/lib/rate/src/Rate.js +3 -2
  1034. package/lib/result/index.d.ts +1 -1
  1035. package/lib/result/index.js +2 -1
  1036. package/lib/result/src/Result.d.ts +1 -1
  1037. package/lib/result/src/Result.js +3 -2
  1038. package/lib/scrollbar/index.d.ts +1 -1
  1039. package/lib/scrollbar/index.js +2 -1
  1040. package/lib/scrollbar/src/Scrollbar.d.ts +1 -1
  1041. package/lib/scrollbar/src/Scrollbar.js +3 -2
  1042. package/lib/select/index.d.ts +1 -1
  1043. package/lib/select/index.js +2 -1
  1044. package/lib/select/src/Select.d.ts +1 -1
  1045. package/lib/select/src/Select.js +6 -2
  1046. package/lib/skeleton/index.d.ts +1 -1
  1047. package/lib/skeleton/index.js +2 -1
  1048. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  1049. package/lib/skeleton/src/Skeleton.js +3 -2
  1050. package/lib/slider/index.d.ts +1 -1
  1051. package/lib/slider/index.js +2 -1
  1052. package/lib/slider/src/Slider.d.ts +1 -1
  1053. package/lib/slider/src/Slider.js +3 -2
  1054. package/lib/slider/src/styles/index.cssr.js +1 -0
  1055. package/lib/space/index.d.ts +1 -1
  1056. package/lib/space/index.js +2 -1
  1057. package/lib/space/src/Space.d.ts +1 -1
  1058. package/lib/space/src/Space.js +5 -7
  1059. package/lib/spin/index.d.ts +1 -1
  1060. package/lib/spin/index.js +2 -1
  1061. package/lib/spin/src/Spin.d.ts +1 -1
  1062. package/lib/spin/src/Spin.js +3 -2
  1063. package/lib/spin/src/styles/index.cssr.js +1 -0
  1064. package/lib/statistic/index.d.ts +1 -1
  1065. package/lib/statistic/index.js +2 -1
  1066. package/lib/statistic/src/Statistic.d.ts +2 -1
  1067. package/lib/statistic/src/Statistic.js +11 -4
  1068. package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
  1069. package/lib/statistic/src/styles/rtl.cssr.js +16 -0
  1070. package/lib/statistic/styles/index.d.ts +1 -0
  1071. package/lib/statistic/styles/index.js +3 -1
  1072. package/lib/statistic/styles/rtl.d.ts +2 -0
  1073. package/lib/statistic/styles/rtl.js +11 -0
  1074. package/lib/steps/index.d.ts +2 -2
  1075. package/lib/steps/index.js +3 -1
  1076. package/lib/steps/src/Step.d.ts +1 -1
  1077. package/lib/steps/src/Step.js +3 -2
  1078. package/lib/steps/src/Steps.d.ts +1 -1
  1079. package/lib/steps/src/Steps.js +3 -3
  1080. package/lib/styles.d.ts +6 -3
  1081. package/lib/styles.js +151 -142
  1082. package/lib/switch/index.d.ts +1 -1
  1083. package/lib/switch/index.js +2 -1
  1084. package/lib/switch/src/Switch.d.ts +1 -1
  1085. package/lib/switch/src/Switch.js +3 -2
  1086. package/lib/switch/src/styles/index.cssr.js +1 -0
  1087. package/lib/table/index.d.ts +1 -1
  1088. package/lib/table/index.js +2 -1
  1089. package/lib/table/src/Table.d.ts +1 -1
  1090. package/lib/table/src/Table.js +5 -4
  1091. package/lib/tabs/index.d.ts +3 -3
  1092. package/lib/tabs/index.js +4 -1
  1093. package/lib/tabs/src/Tab.d.ts +2 -2
  1094. package/lib/tabs/src/Tab.js +3 -2
  1095. package/lib/tabs/src/Tabs.d.ts +1 -1
  1096. package/lib/tabs/src/Tabs.js +3 -2
  1097. package/lib/tag/index.d.ts +1 -1
  1098. package/lib/tag/index.js +2 -1
  1099. package/lib/tag/src/Tag.d.ts +1 -1
  1100. package/lib/tag/src/Tag.js +5 -5
  1101. package/lib/themes/dark.js +82 -78
  1102. package/lib/themes/light.js +82 -78
  1103. package/lib/thing/index.d.ts +1 -1
  1104. package/lib/thing/index.js +2 -1
  1105. package/lib/thing/src/Thing.d.ts +1 -1
  1106. package/lib/thing/src/Thing.js +11 -4
  1107. package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
  1108. package/lib/thing/src/styles/rtl.cssr.js +15 -0
  1109. package/lib/thing/styles/index.d.ts +1 -0
  1110. package/lib/thing/styles/index.js +3 -1
  1111. package/lib/thing/styles/rtl.d.ts +2 -0
  1112. package/lib/thing/styles/rtl.js +14 -0
  1113. package/lib/time/index.d.ts +1 -1
  1114. package/lib/time/index.js +2 -1
  1115. package/lib/time/src/Time.d.ts +1 -1
  1116. package/lib/time/src/Time.js +3 -2
  1117. package/lib/time-picker/index.d.ts +1 -1
  1118. package/lib/time-picker/index.js +2 -1
  1119. package/lib/time-picker/src/TimePicker.d.ts +2 -1
  1120. package/lib/time-picker/src/TimePicker.js +3 -2
  1121. package/lib/timeline/index.d.ts +2 -2
  1122. package/lib/timeline/index.js +3 -1
  1123. package/lib/timeline/src/Timeline.d.ts +1 -1
  1124. package/lib/timeline/src/Timeline.js +3 -3
  1125. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  1126. package/lib/timeline/src/TimelineItem.js +3 -2
  1127. package/lib/tooltip/index.d.ts +1 -1
  1128. package/lib/tooltip/index.js +2 -1
  1129. package/lib/tooltip/src/Tooltip.d.ts +4 -1
  1130. package/lib/tooltip/src/Tooltip.js +3 -2
  1131. package/lib/transfer/index.d.ts +2 -2
  1132. package/lib/transfer/index.js +2 -1
  1133. package/lib/transfer/src/Transfer.d.ts +211 -91
  1134. package/lib/transfer/src/Transfer.js +66 -104
  1135. package/lib/transfer/src/TransferFilter.d.ts +18 -21
  1136. package/lib/transfer/src/TransferFilter.js +2 -10
  1137. package/lib/transfer/src/TransferHeader.d.ts +10 -12
  1138. package/lib/transfer/src/TransferHeader.js +23 -28
  1139. package/lib/transfer/src/TransferList.d.ts +20 -29
  1140. package/lib/transfer/src/TransferList.js +14 -31
  1141. package/lib/transfer/src/TransferListItem.d.ts +32 -19
  1142. package/lib/transfer/src/TransferListItem.js +33 -29
  1143. package/lib/transfer/src/interface.d.ts +21 -15
  1144. package/lib/transfer/src/styles/index.cssr.js +74 -139
  1145. package/lib/transfer/src/use-transfer-data.d.ts +13 -31
  1146. package/lib/transfer/src/use-transfer-data.js +44 -120
  1147. package/lib/transfer/styles/_common.d.ts +11 -2
  1148. package/lib/transfer/styles/_common.js +11 -2
  1149. package/lib/transfer/styles/dark.js +8 -4
  1150. package/lib/transfer/styles/light.d.ts +36 -10
  1151. package/lib/transfer/styles/light.js +7 -5
  1152. package/lib/tree/index.d.ts +1 -1
  1153. package/lib/tree/index.js +2 -1
  1154. package/lib/tree/src/Tree.d.ts +20 -2
  1155. package/lib/tree/src/Tree.js +66 -34
  1156. package/lib/tree/src/TreeNode.d.ts +1 -0
  1157. package/lib/tree/src/TreeNode.js +25 -8
  1158. package/lib/tree/src/interface.d.ts +2 -0
  1159. package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
  1160. package/lib/tree/src/styles/rtl.cssr.js +24 -0
  1161. package/lib/tree/styles/index.d.ts +1 -0
  1162. package/lib/tree/styles/index.js +3 -1
  1163. package/lib/tree/styles/rtl.d.ts +2 -0
  1164. package/lib/tree/styles/rtl.js +11 -0
  1165. package/lib/tree-select/index.d.ts +1 -1
  1166. package/lib/tree-select/index.js +2 -1
  1167. package/lib/tree-select/src/TreeSelect.d.ts +2 -2
  1168. package/lib/tree-select/src/TreeSelect.js +3 -2
  1169. package/lib/typography/index.d.ts +7 -6
  1170. package/lib/typography/index.js +14 -1
  1171. package/lib/typography/src/a.d.ts +1 -1
  1172. package/lib/typography/src/a.js +3 -2
  1173. package/lib/typography/src/blockquote.d.ts +1 -1
  1174. package/lib/typography/src/blockquote.js +3 -2
  1175. package/lib/typography/src/create-header.d.ts +1 -1
  1176. package/lib/typography/src/create-header.js +3 -2
  1177. package/lib/typography/src/ol.d.ts +1 -1
  1178. package/lib/typography/src/ol.js +3 -2
  1179. package/lib/typography/src/p.d.ts +1 -1
  1180. package/lib/typography/src/p.js +3 -2
  1181. package/lib/typography/src/text.d.ts +1 -1
  1182. package/lib/typography/src/text.js +3 -2
  1183. package/lib/typography/src/ul.d.ts +1 -1
  1184. package/lib/typography/src/ul.js +3 -2
  1185. package/lib/upload/index.d.ts +1 -1
  1186. package/lib/upload/index.js +2 -1
  1187. package/lib/upload/src/Upload.d.ts +1 -1
  1188. package/lib/upload/src/Upload.js +3 -2
  1189. package/lib/upload/src/UploadFile.d.ts +2 -2
  1190. package/lib/upload/src/UploadFile.js +8 -4
  1191. package/lib/upload/src/interface.d.ts +2 -2
  1192. package/lib/version.d.ts +1 -1
  1193. package/lib/version.js +1 -1
  1194. package/lib/watermark/index.d.ts +1 -1
  1195. package/lib/watermark/index.js +2 -1
  1196. package/lib/watermark/src/Watermark.d.ts +14 -1
  1197. package/lib/watermark/src/Watermark.js +37 -15
  1198. package/lib/watermark/src/styles/index.cssr.js +17 -1
  1199. package/package.json +5 -4
  1200. package/volar.d.ts +1 -0
  1201. package/web-types.json +322 -2
  1202. package/lib/carousel/src/utils.js +0 -69
@@ -0,0 +1,3631 @@
1
+ import { PropType } from 'vue';
2
+ import { ExtractPublicPropTypes } from '../../_utils';
3
+ import type { MaybeArray } from '../../_utils';
4
+ import { OptionValue, Option, Filter, OnUpdateValue } from './interface';
5
+ export declare const transferProps: {
6
+ readonly value: PropType<OptionValue[] | null>;
7
+ readonly defaultValue: {
8
+ readonly type: PropType<OptionValue[] | null>;
9
+ readonly default: null;
10
+ };
11
+ readonly options: {
12
+ readonly type: PropType<Option[]>;
13
+ readonly default: () => never[];
14
+ };
15
+ readonly disabled: {
16
+ readonly type: PropType<boolean | undefined>;
17
+ readonly default: undefined;
18
+ };
19
+ readonly virtualScroll: BooleanConstructor;
20
+ readonly sourceTitle: StringConstructor;
21
+ readonly targetTitle: StringConstructor;
22
+ readonly filterable: BooleanConstructor;
23
+ readonly sourceFilterPlaceholder: StringConstructor;
24
+ readonly targetFilterPlaceholder: StringConstructor;
25
+ readonly filter: {
26
+ readonly type: PropType<Filter>;
27
+ readonly default: (pattern: string, option: Option) => number | true;
28
+ };
29
+ readonly size: PropType<"small" | "medium" | "large">;
30
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
31
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
32
+ readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
33
+ readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
34
+ itemHeightSmall: string;
35
+ itemHeightMedium: string;
36
+ itemHeightLarge: string;
37
+ fontSizeSmall: string;
38
+ fontSizeMedium: string;
39
+ fontSizeLarge: string;
40
+ borderRadius: string;
41
+ borderColor: string;
42
+ listColor: string;
43
+ headerColor: string;
44
+ titleTextColor: string;
45
+ titleTextColorDisabled: string;
46
+ extraTextColor: string;
47
+ filterDividerColor: string;
48
+ itemTextColor: string;
49
+ itemTextColorDisabled: string;
50
+ itemColorPending: string;
51
+ titleFontWeight: string;
52
+ iconColor: string;
53
+ iconColorDisabled: string;
54
+ extraFontSize: string;
55
+ width: string;
56
+ }, {
57
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
58
+ labelLineHeight: string;
59
+ fontSizeSmall: string;
60
+ fontSizeMedium: string;
61
+ fontSizeLarge: string;
62
+ borderRadius: string;
63
+ color: string;
64
+ colorChecked: string;
65
+ colorDisabled: string;
66
+ colorDisabledChecked: string;
67
+ colorTableHeader: string;
68
+ colorTableHeaderModal: string;
69
+ colorTableHeaderPopover: string;
70
+ checkMarkColor: string;
71
+ checkMarkColorDisabled: string;
72
+ checkMarkColorDisabledChecked: string;
73
+ border: string;
74
+ borderDisabled: string;
75
+ borderDisabledChecked: string;
76
+ borderChecked: string;
77
+ borderFocus: string;
78
+ boxShadowFocus: string;
79
+ textColor: string;
80
+ textColorDisabled: string;
81
+ sizeSmall: string;
82
+ sizeMedium: string;
83
+ sizeLarge: string;
84
+ labelPadding: string;
85
+ }, any>;
86
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
87
+ color: string;
88
+ colorHover: string;
89
+ }, any>;
90
+ Input: import("../../_mixins").Theme<"Input", {
91
+ countTextColor: string;
92
+ heightTiny: string;
93
+ heightSmall: string;
94
+ heightMedium: string;
95
+ heightLarge: string;
96
+ fontSizeTiny: string;
97
+ fontSizeSmall: string;
98
+ fontSizeMedium: string;
99
+ fontSizeLarge: string;
100
+ lineHeight: string;
101
+ lineHeightTextarea: string;
102
+ borderRadius: string;
103
+ iconSize: string;
104
+ groupLabelColor: string;
105
+ groupLabelTextColor: string;
106
+ textColor: string;
107
+ textColorDisabled: string;
108
+ textDecorationColor: string;
109
+ caretColor: string;
110
+ placeholderColor: string;
111
+ placeholderColorDisabled: string;
112
+ color: string;
113
+ colorDisabled: string;
114
+ colorFocus: string;
115
+ groupLabelBorder: string;
116
+ border: string;
117
+ borderHover: string;
118
+ borderDisabled: string;
119
+ borderFocus: string;
120
+ boxShadowFocus: string;
121
+ loadingColor: string;
122
+ loadingColorWarning: string;
123
+ borderWarning: string;
124
+ borderHoverWarning: string;
125
+ colorFocusWarning: string;
126
+ borderFocusWarning: string;
127
+ boxShadowFocusWarning: string;
128
+ caretColorWarning: string;
129
+ loadingColorError: string;
130
+ borderError: string;
131
+ borderHoverError: string;
132
+ colorFocusError: string;
133
+ borderFocusError: string;
134
+ boxShadowFocusError: string;
135
+ caretColorError: string;
136
+ clearColor: string;
137
+ clearColorHover: string;
138
+ clearColorPressed: string;
139
+ iconColor: string;
140
+ iconColorDisabled: string;
141
+ iconColorHover: string;
142
+ iconColorPressed: string;
143
+ suffixTextColor: string;
144
+ paddingTiny: string;
145
+ paddingSmall: string;
146
+ paddingMedium: string;
147
+ paddingLarge: string;
148
+ clearSize: string;
149
+ }, any>;
150
+ Empty: import("../../_mixins").Theme<"Empty", {
151
+ fontSizeSmall: string;
152
+ fontSizeMedium: string;
153
+ fontSizeLarge: string;
154
+ fontSizeHuge: string;
155
+ textColor: string;
156
+ iconColor: string;
157
+ extraTextColor: string;
158
+ iconSizeSmall: string;
159
+ iconSizeMedium: string;
160
+ iconSizeLarge: string;
161
+ iconSizeHuge: string;
162
+ }, any>;
163
+ Button: import("../../_mixins").Theme<"Button", {
164
+ heightTiny: string;
165
+ heightSmall: string;
166
+ heightMedium: string;
167
+ heightLarge: string;
168
+ borderRadiusTiny: string;
169
+ borderRadiusSmall: string;
170
+ borderRadiusMedium: string;
171
+ borderRadiusLarge: string;
172
+ fontSizeTiny: string;
173
+ fontSizeSmall: string;
174
+ fontSizeMedium: string;
175
+ fontSizeLarge: string;
176
+ opacityDisabled: string;
177
+ colorOpacitySecondary: string;
178
+ colorOpacitySecondaryHover: string;
179
+ colorOpacitySecondaryPressed: string;
180
+ colorSecondary: string;
181
+ colorSecondaryHover: string;
182
+ colorSecondaryPressed: string;
183
+ colorTertiary: string;
184
+ colorTertiaryHover: string;
185
+ colorTertiaryPressed: string;
186
+ colorQuaternary: string;
187
+ colorQuaternaryHover: string;
188
+ colorQuaternaryPressed: string;
189
+ color: string;
190
+ colorHover: string;
191
+ colorPressed: string;
192
+ colorFocus: string;
193
+ colorDisabled: string;
194
+ textColor: string;
195
+ textColorTertiary: string;
196
+ textColorHover: string;
197
+ textColorPressed: string;
198
+ textColorFocus: string;
199
+ textColorDisabled: string;
200
+ textColorText: string;
201
+ textColorTextHover: string;
202
+ textColorTextPressed: string;
203
+ textColorTextFocus: string;
204
+ textColorTextDisabled: string;
205
+ textColorGhost: string;
206
+ textColorGhostHover: string;
207
+ textColorGhostPressed: string;
208
+ textColorGhostFocus: string;
209
+ textColorGhostDisabled: string;
210
+ border: string;
211
+ borderHover: string;
212
+ borderPressed: string;
213
+ borderFocus: string;
214
+ borderDisabled: string;
215
+ rippleColor: string;
216
+ colorPrimary: string;
217
+ colorHoverPrimary: string;
218
+ colorPressedPrimary: string;
219
+ colorFocusPrimary: string;
220
+ colorDisabledPrimary: string;
221
+ textColorPrimary: string;
222
+ textColorHoverPrimary: string;
223
+ textColorPressedPrimary: string;
224
+ textColorFocusPrimary: string;
225
+ textColorDisabledPrimary: string;
226
+ textColorTextPrimary: string;
227
+ textColorTextHoverPrimary: string;
228
+ textColorTextPressedPrimary: string;
229
+ textColorTextFocusPrimary: string;
230
+ textColorTextDisabledPrimary: string;
231
+ textColorGhostPrimary: string;
232
+ textColorGhostHoverPrimary: string;
233
+ textColorGhostPressedPrimary: string;
234
+ textColorGhostFocusPrimary: string;
235
+ textColorGhostDisabledPrimary: string;
236
+ borderPrimary: string;
237
+ borderHoverPrimary: string;
238
+ borderPressedPrimary: string;
239
+ borderFocusPrimary: string;
240
+ borderDisabledPrimary: string;
241
+ rippleColorPrimary: string;
242
+ colorInfo: string;
243
+ colorHoverInfo: string;
244
+ colorPressedInfo: string;
245
+ colorFocusInfo: string;
246
+ colorDisabledInfo: string;
247
+ textColorInfo: string;
248
+ textColorHoverInfo: string;
249
+ textColorPressedInfo: string;
250
+ textColorFocusInfo: string;
251
+ textColorDisabledInfo: string;
252
+ textColorTextInfo: string;
253
+ textColorTextHoverInfo: string;
254
+ textColorTextPressedInfo: string;
255
+ textColorTextFocusInfo: string;
256
+ textColorTextDisabledInfo: string;
257
+ textColorGhostInfo: string;
258
+ textColorGhostHoverInfo: string;
259
+ textColorGhostPressedInfo: string;
260
+ textColorGhostFocusInfo: string;
261
+ textColorGhostDisabledInfo: string;
262
+ borderInfo: string;
263
+ borderHoverInfo: string;
264
+ borderPressedInfo: string;
265
+ borderFocusInfo: string;
266
+ borderDisabledInfo: string;
267
+ rippleColorInfo: string;
268
+ colorSuccess: string;
269
+ colorHoverSuccess: string;
270
+ colorPressedSuccess: string;
271
+ colorFocusSuccess: string;
272
+ colorDisabledSuccess: string;
273
+ textColorSuccess: string;
274
+ textColorHoverSuccess: string;
275
+ textColorPressedSuccess: string;
276
+ textColorFocusSuccess: string;
277
+ textColorDisabledSuccess: string;
278
+ textColorTextSuccess: string;
279
+ textColorTextHoverSuccess: string;
280
+ textColorTextPressedSuccess: string;
281
+ textColorTextFocusSuccess: string;
282
+ textColorTextDisabledSuccess: string;
283
+ textColorGhostSuccess: string;
284
+ textColorGhostHoverSuccess: string;
285
+ textColorGhostPressedSuccess: string;
286
+ textColorGhostFocusSuccess: string;
287
+ textColorGhostDisabledSuccess: string;
288
+ borderSuccess: string;
289
+ borderHoverSuccess: string;
290
+ borderPressedSuccess: string;
291
+ borderFocusSuccess: string;
292
+ borderDisabledSuccess: string;
293
+ rippleColorSuccess: string;
294
+ colorWarning: string;
295
+ colorHoverWarning: string;
296
+ colorPressedWarning: string;
297
+ colorFocusWarning: string;
298
+ colorDisabledWarning: string;
299
+ textColorWarning: string;
300
+ textColorHoverWarning: string;
301
+ textColorPressedWarning: string;
302
+ textColorFocusWarning: string;
303
+ textColorDisabledWarning: string;
304
+ textColorTextWarning: string;
305
+ textColorTextHoverWarning: string;
306
+ textColorTextPressedWarning: string;
307
+ textColorTextFocusWarning: string;
308
+ textColorTextDisabledWarning: string;
309
+ textColorGhostWarning: string;
310
+ textColorGhostHoverWarning: string;
311
+ textColorGhostPressedWarning: string;
312
+ textColorGhostFocusWarning: string;
313
+ textColorGhostDisabledWarning: string;
314
+ borderWarning: string;
315
+ borderHoverWarning: string;
316
+ borderPressedWarning: string;
317
+ borderFocusWarning: string;
318
+ borderDisabledWarning: string;
319
+ rippleColorWarning: string;
320
+ colorError: string;
321
+ colorHoverError: string;
322
+ colorPressedError: string;
323
+ colorFocusError: string;
324
+ colorDisabledError: string;
325
+ textColorError: string;
326
+ textColorHoverError: string;
327
+ textColorPressedError: string;
328
+ textColorFocusError: string;
329
+ textColorDisabledError: string;
330
+ textColorTextError: string;
331
+ textColorTextHoverError: string;
332
+ textColorTextPressedError: string;
333
+ textColorTextFocusError: string;
334
+ textColorTextDisabledError: string;
335
+ textColorGhostError: string;
336
+ textColorGhostHoverError: string;
337
+ textColorGhostPressedError: string;
338
+ textColorGhostFocusError: string;
339
+ textColorGhostDisabledError: string;
340
+ borderError: string;
341
+ borderHoverError: string;
342
+ borderPressedError: string;
343
+ borderFocusError: string;
344
+ borderDisabledError: string;
345
+ rippleColorError: string;
346
+ waveOpacity: string;
347
+ fontWeight: string;
348
+ fontWeightStrong: string;
349
+ paddingTiny: string;
350
+ paddingSmall: string;
351
+ paddingMedium: string;
352
+ paddingLarge: string;
353
+ paddingRoundTiny: string;
354
+ paddingRoundSmall: string;
355
+ paddingRoundMedium: string;
356
+ paddingRoundLarge: string;
357
+ iconMarginTiny: string;
358
+ iconMarginSmall: string;
359
+ iconMarginMedium: string;
360
+ iconMarginLarge: string;
361
+ iconSizeTiny: string;
362
+ iconSizeSmall: string;
363
+ iconSizeMedium: string;
364
+ iconSizeLarge: string;
365
+ rippleDuration: string;
366
+ }, any>;
367
+ }>>;
368
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
369
+ itemHeightSmall: string;
370
+ itemHeightMedium: string;
371
+ itemHeightLarge: string;
372
+ fontSizeSmall: string;
373
+ fontSizeMedium: string;
374
+ fontSizeLarge: string;
375
+ borderRadius: string;
376
+ borderColor: string;
377
+ listColor: string;
378
+ headerColor: string;
379
+ titleTextColor: string;
380
+ titleTextColorDisabled: string;
381
+ extraTextColor: string;
382
+ filterDividerColor: string;
383
+ itemTextColor: string;
384
+ itemTextColorDisabled: string;
385
+ itemColorPending: string;
386
+ titleFontWeight: string;
387
+ iconColor: string;
388
+ iconColorDisabled: string;
389
+ extraFontSize: string;
390
+ width: string;
391
+ }, {
392
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
393
+ labelLineHeight: string;
394
+ fontSizeSmall: string;
395
+ fontSizeMedium: string;
396
+ fontSizeLarge: string;
397
+ borderRadius: string;
398
+ color: string;
399
+ colorChecked: string;
400
+ colorDisabled: string;
401
+ colorDisabledChecked: string;
402
+ colorTableHeader: string;
403
+ colorTableHeaderModal: string;
404
+ colorTableHeaderPopover: string;
405
+ checkMarkColor: string;
406
+ checkMarkColorDisabled: string;
407
+ checkMarkColorDisabledChecked: string;
408
+ border: string;
409
+ borderDisabled: string;
410
+ borderDisabledChecked: string;
411
+ borderChecked: string;
412
+ borderFocus: string;
413
+ boxShadowFocus: string;
414
+ textColor: string;
415
+ textColorDisabled: string;
416
+ sizeSmall: string;
417
+ sizeMedium: string;
418
+ sizeLarge: string;
419
+ labelPadding: string;
420
+ }, any>;
421
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
422
+ color: string;
423
+ colorHover: string;
424
+ }, any>;
425
+ Input: import("../../_mixins").Theme<"Input", {
426
+ countTextColor: string;
427
+ heightTiny: string;
428
+ heightSmall: string;
429
+ heightMedium: string;
430
+ heightLarge: string;
431
+ fontSizeTiny: string;
432
+ fontSizeSmall: string;
433
+ fontSizeMedium: string;
434
+ fontSizeLarge: string;
435
+ lineHeight: string;
436
+ lineHeightTextarea: string;
437
+ borderRadius: string;
438
+ iconSize: string;
439
+ groupLabelColor: string;
440
+ groupLabelTextColor: string;
441
+ textColor: string;
442
+ textColorDisabled: string;
443
+ textDecorationColor: string;
444
+ caretColor: string;
445
+ placeholderColor: string;
446
+ placeholderColorDisabled: string;
447
+ color: string;
448
+ colorDisabled: string;
449
+ colorFocus: string;
450
+ groupLabelBorder: string;
451
+ border: string;
452
+ borderHover: string;
453
+ borderDisabled: string;
454
+ borderFocus: string;
455
+ boxShadowFocus: string;
456
+ loadingColor: string;
457
+ loadingColorWarning: string;
458
+ borderWarning: string;
459
+ borderHoverWarning: string;
460
+ colorFocusWarning: string;
461
+ borderFocusWarning: string;
462
+ boxShadowFocusWarning: string;
463
+ caretColorWarning: string;
464
+ loadingColorError: string;
465
+ borderError: string;
466
+ borderHoverError: string;
467
+ colorFocusError: string;
468
+ borderFocusError: string;
469
+ boxShadowFocusError: string;
470
+ caretColorError: string;
471
+ clearColor: string;
472
+ clearColorHover: string;
473
+ clearColorPressed: string;
474
+ iconColor: string;
475
+ iconColorDisabled: string;
476
+ iconColorHover: string;
477
+ iconColorPressed: string;
478
+ suffixTextColor: string;
479
+ paddingTiny: string;
480
+ paddingSmall: string;
481
+ paddingMedium: string;
482
+ paddingLarge: string;
483
+ clearSize: string;
484
+ }, any>;
485
+ Empty: import("../../_mixins").Theme<"Empty", {
486
+ fontSizeSmall: string;
487
+ fontSizeMedium: string;
488
+ fontSizeLarge: string;
489
+ fontSizeHuge: string;
490
+ textColor: string;
491
+ iconColor: string;
492
+ extraTextColor: string;
493
+ iconSizeSmall: string;
494
+ iconSizeMedium: string;
495
+ iconSizeLarge: string;
496
+ iconSizeHuge: string;
497
+ }, any>;
498
+ Button: import("../../_mixins").Theme<"Button", {
499
+ heightTiny: string;
500
+ heightSmall: string;
501
+ heightMedium: string;
502
+ heightLarge: string;
503
+ borderRadiusTiny: string;
504
+ borderRadiusSmall: string;
505
+ borderRadiusMedium: string;
506
+ borderRadiusLarge: string;
507
+ fontSizeTiny: string;
508
+ fontSizeSmall: string;
509
+ fontSizeMedium: string;
510
+ fontSizeLarge: string;
511
+ opacityDisabled: string;
512
+ colorOpacitySecondary: string;
513
+ colorOpacitySecondaryHover: string;
514
+ colorOpacitySecondaryPressed: string;
515
+ colorSecondary: string;
516
+ colorSecondaryHover: string;
517
+ colorSecondaryPressed: string;
518
+ colorTertiary: string;
519
+ colorTertiaryHover: string;
520
+ colorTertiaryPressed: string;
521
+ colorQuaternary: string;
522
+ colorQuaternaryHover: string;
523
+ colorQuaternaryPressed: string;
524
+ color: string;
525
+ colorHover: string;
526
+ colorPressed: string;
527
+ colorFocus: string;
528
+ colorDisabled: string;
529
+ textColor: string;
530
+ textColorTertiary: string;
531
+ textColorHover: string;
532
+ textColorPressed: string;
533
+ textColorFocus: string;
534
+ textColorDisabled: string;
535
+ textColorText: string;
536
+ textColorTextHover: string;
537
+ textColorTextPressed: string;
538
+ textColorTextFocus: string;
539
+ textColorTextDisabled: string;
540
+ textColorGhost: string;
541
+ textColorGhostHover: string;
542
+ textColorGhostPressed: string;
543
+ textColorGhostFocus: string;
544
+ textColorGhostDisabled: string;
545
+ border: string;
546
+ borderHover: string;
547
+ borderPressed: string;
548
+ borderFocus: string;
549
+ borderDisabled: string;
550
+ rippleColor: string;
551
+ colorPrimary: string;
552
+ colorHoverPrimary: string;
553
+ colorPressedPrimary: string;
554
+ colorFocusPrimary: string;
555
+ colorDisabledPrimary: string;
556
+ textColorPrimary: string;
557
+ textColorHoverPrimary: string;
558
+ textColorPressedPrimary: string;
559
+ textColorFocusPrimary: string;
560
+ textColorDisabledPrimary: string;
561
+ textColorTextPrimary: string;
562
+ textColorTextHoverPrimary: string;
563
+ textColorTextPressedPrimary: string;
564
+ textColorTextFocusPrimary: string;
565
+ textColorTextDisabledPrimary: string;
566
+ textColorGhostPrimary: string;
567
+ textColorGhostHoverPrimary: string;
568
+ textColorGhostPressedPrimary: string;
569
+ textColorGhostFocusPrimary: string;
570
+ textColorGhostDisabledPrimary: string;
571
+ borderPrimary: string;
572
+ borderHoverPrimary: string;
573
+ borderPressedPrimary: string;
574
+ borderFocusPrimary: string;
575
+ borderDisabledPrimary: string;
576
+ rippleColorPrimary: string;
577
+ colorInfo: string;
578
+ colorHoverInfo: string;
579
+ colorPressedInfo: string;
580
+ colorFocusInfo: string;
581
+ colorDisabledInfo: string;
582
+ textColorInfo: string;
583
+ textColorHoverInfo: string;
584
+ textColorPressedInfo: string;
585
+ textColorFocusInfo: string;
586
+ textColorDisabledInfo: string;
587
+ textColorTextInfo: string;
588
+ textColorTextHoverInfo: string;
589
+ textColorTextPressedInfo: string;
590
+ textColorTextFocusInfo: string;
591
+ textColorTextDisabledInfo: string;
592
+ textColorGhostInfo: string;
593
+ textColorGhostHoverInfo: string;
594
+ textColorGhostPressedInfo: string;
595
+ textColorGhostFocusInfo: string;
596
+ textColorGhostDisabledInfo: string;
597
+ borderInfo: string;
598
+ borderHoverInfo: string;
599
+ borderPressedInfo: string;
600
+ borderFocusInfo: string;
601
+ borderDisabledInfo: string;
602
+ rippleColorInfo: string;
603
+ colorSuccess: string;
604
+ colorHoverSuccess: string;
605
+ colorPressedSuccess: string;
606
+ colorFocusSuccess: string;
607
+ colorDisabledSuccess: string;
608
+ textColorSuccess: string;
609
+ textColorHoverSuccess: string;
610
+ textColorPressedSuccess: string;
611
+ textColorFocusSuccess: string;
612
+ textColorDisabledSuccess: string;
613
+ textColorTextSuccess: string;
614
+ textColorTextHoverSuccess: string;
615
+ textColorTextPressedSuccess: string;
616
+ textColorTextFocusSuccess: string;
617
+ textColorTextDisabledSuccess: string;
618
+ textColorGhostSuccess: string;
619
+ textColorGhostHoverSuccess: string;
620
+ textColorGhostPressedSuccess: string;
621
+ textColorGhostFocusSuccess: string;
622
+ textColorGhostDisabledSuccess: string;
623
+ borderSuccess: string;
624
+ borderHoverSuccess: string;
625
+ borderPressedSuccess: string;
626
+ borderFocusSuccess: string;
627
+ borderDisabledSuccess: string;
628
+ rippleColorSuccess: string;
629
+ colorWarning: string;
630
+ colorHoverWarning: string;
631
+ colorPressedWarning: string;
632
+ colorFocusWarning: string;
633
+ colorDisabledWarning: string;
634
+ textColorWarning: string;
635
+ textColorHoverWarning: string;
636
+ textColorPressedWarning: string;
637
+ textColorFocusWarning: string;
638
+ textColorDisabledWarning: string;
639
+ textColorTextWarning: string;
640
+ textColorTextHoverWarning: string;
641
+ textColorTextPressedWarning: string;
642
+ textColorTextFocusWarning: string;
643
+ textColorTextDisabledWarning: string;
644
+ textColorGhostWarning: string;
645
+ textColorGhostHoverWarning: string;
646
+ textColorGhostPressedWarning: string;
647
+ textColorGhostFocusWarning: string;
648
+ textColorGhostDisabledWarning: string;
649
+ borderWarning: string;
650
+ borderHoverWarning: string;
651
+ borderPressedWarning: string;
652
+ borderFocusWarning: string;
653
+ borderDisabledWarning: string;
654
+ rippleColorWarning: string;
655
+ colorError: string;
656
+ colorHoverError: string;
657
+ colorPressedError: string;
658
+ colorFocusError: string;
659
+ colorDisabledError: string;
660
+ textColorError: string;
661
+ textColorHoverError: string;
662
+ textColorPressedError: string;
663
+ textColorFocusError: string;
664
+ textColorDisabledError: string;
665
+ textColorTextError: string;
666
+ textColorTextHoverError: string;
667
+ textColorTextPressedError: string;
668
+ textColorTextFocusError: string;
669
+ textColorTextDisabledError: string;
670
+ textColorGhostError: string;
671
+ textColorGhostHoverError: string;
672
+ textColorGhostPressedError: string;
673
+ textColorGhostFocusError: string;
674
+ textColorGhostDisabledError: string;
675
+ borderError: string;
676
+ borderHoverError: string;
677
+ borderPressedError: string;
678
+ borderFocusError: string;
679
+ borderDisabledError: string;
680
+ rippleColorError: string;
681
+ waveOpacity: string;
682
+ fontWeight: string;
683
+ fontWeightStrong: string;
684
+ paddingTiny: string;
685
+ paddingSmall: string;
686
+ paddingMedium: string;
687
+ paddingLarge: string;
688
+ paddingRoundTiny: string;
689
+ paddingRoundSmall: string;
690
+ paddingRoundMedium: string;
691
+ paddingRoundLarge: string;
692
+ iconMarginTiny: string;
693
+ iconMarginSmall: string;
694
+ iconMarginMedium: string;
695
+ iconMarginLarge: string;
696
+ iconSizeTiny: string;
697
+ iconSizeSmall: string;
698
+ iconSizeMedium: string;
699
+ iconSizeLarge: string;
700
+ rippleDuration: string;
701
+ }, any>;
702
+ }>>>;
703
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
704
+ itemHeightSmall: string;
705
+ itemHeightMedium: string;
706
+ itemHeightLarge: string;
707
+ fontSizeSmall: string;
708
+ fontSizeMedium: string;
709
+ fontSizeLarge: string;
710
+ borderRadius: string;
711
+ borderColor: string;
712
+ listColor: string;
713
+ headerColor: string;
714
+ titleTextColor: string;
715
+ titleTextColorDisabled: string;
716
+ extraTextColor: string;
717
+ filterDividerColor: string;
718
+ itemTextColor: string;
719
+ itemTextColorDisabled: string;
720
+ itemColorPending: string;
721
+ titleFontWeight: string;
722
+ iconColor: string;
723
+ iconColorDisabled: string;
724
+ extraFontSize: string;
725
+ width: string;
726
+ }, {
727
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
728
+ labelLineHeight: string;
729
+ fontSizeSmall: string;
730
+ fontSizeMedium: string;
731
+ fontSizeLarge: string;
732
+ borderRadius: string;
733
+ color: string;
734
+ colorChecked: string;
735
+ colorDisabled: string;
736
+ colorDisabledChecked: string;
737
+ colorTableHeader: string;
738
+ colorTableHeaderModal: string;
739
+ colorTableHeaderPopover: string;
740
+ checkMarkColor: string;
741
+ checkMarkColorDisabled: string;
742
+ checkMarkColorDisabledChecked: string;
743
+ border: string;
744
+ borderDisabled: string;
745
+ borderDisabledChecked: string;
746
+ borderChecked: string;
747
+ borderFocus: string;
748
+ boxShadowFocus: string;
749
+ textColor: string;
750
+ textColorDisabled: string;
751
+ sizeSmall: string;
752
+ sizeMedium: string;
753
+ sizeLarge: string;
754
+ labelPadding: string;
755
+ }, any>;
756
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
757
+ color: string;
758
+ colorHover: string;
759
+ }, any>;
760
+ Input: import("../../_mixins").Theme<"Input", {
761
+ countTextColor: string;
762
+ heightTiny: string;
763
+ heightSmall: string;
764
+ heightMedium: string;
765
+ heightLarge: string;
766
+ fontSizeTiny: string;
767
+ fontSizeSmall: string;
768
+ fontSizeMedium: string;
769
+ fontSizeLarge: string;
770
+ lineHeight: string;
771
+ lineHeightTextarea: string;
772
+ borderRadius: string;
773
+ iconSize: string;
774
+ groupLabelColor: string;
775
+ groupLabelTextColor: string;
776
+ textColor: string;
777
+ textColorDisabled: string;
778
+ textDecorationColor: string;
779
+ caretColor: string;
780
+ placeholderColor: string;
781
+ placeholderColorDisabled: string;
782
+ color: string;
783
+ colorDisabled: string;
784
+ colorFocus: string;
785
+ groupLabelBorder: string;
786
+ border: string;
787
+ borderHover: string;
788
+ borderDisabled: string;
789
+ borderFocus: string;
790
+ boxShadowFocus: string;
791
+ loadingColor: string;
792
+ loadingColorWarning: string;
793
+ borderWarning: string;
794
+ borderHoverWarning: string;
795
+ colorFocusWarning: string;
796
+ borderFocusWarning: string;
797
+ boxShadowFocusWarning: string;
798
+ caretColorWarning: string;
799
+ loadingColorError: string;
800
+ borderError: string;
801
+ borderHoverError: string;
802
+ colorFocusError: string;
803
+ borderFocusError: string;
804
+ boxShadowFocusError: string;
805
+ caretColorError: string;
806
+ clearColor: string;
807
+ clearColorHover: string;
808
+ clearColorPressed: string;
809
+ iconColor: string;
810
+ iconColorDisabled: string;
811
+ iconColorHover: string;
812
+ iconColorPressed: string;
813
+ suffixTextColor: string;
814
+ paddingTiny: string;
815
+ paddingSmall: string;
816
+ paddingMedium: string;
817
+ paddingLarge: string;
818
+ clearSize: string;
819
+ }, any>;
820
+ Empty: import("../../_mixins").Theme<"Empty", {
821
+ fontSizeSmall: string;
822
+ fontSizeMedium: string;
823
+ fontSizeLarge: string;
824
+ fontSizeHuge: string;
825
+ textColor: string;
826
+ iconColor: string;
827
+ extraTextColor: string;
828
+ iconSizeSmall: string;
829
+ iconSizeMedium: string;
830
+ iconSizeLarge: string;
831
+ iconSizeHuge: string;
832
+ }, any>;
833
+ Button: import("../../_mixins").Theme<"Button", {
834
+ heightTiny: string;
835
+ heightSmall: string;
836
+ heightMedium: string;
837
+ heightLarge: string;
838
+ borderRadiusTiny: string;
839
+ borderRadiusSmall: string;
840
+ borderRadiusMedium: string;
841
+ borderRadiusLarge: string;
842
+ fontSizeTiny: string;
843
+ fontSizeSmall: string;
844
+ fontSizeMedium: string;
845
+ fontSizeLarge: string;
846
+ opacityDisabled: string;
847
+ colorOpacitySecondary: string;
848
+ colorOpacitySecondaryHover: string;
849
+ colorOpacitySecondaryPressed: string;
850
+ colorSecondary: string;
851
+ colorSecondaryHover: string;
852
+ colorSecondaryPressed: string;
853
+ colorTertiary: string;
854
+ colorTertiaryHover: string;
855
+ colorTertiaryPressed: string;
856
+ colorQuaternary: string;
857
+ colorQuaternaryHover: string;
858
+ colorQuaternaryPressed: string;
859
+ color: string;
860
+ colorHover: string;
861
+ colorPressed: string;
862
+ colorFocus: string;
863
+ colorDisabled: string;
864
+ textColor: string;
865
+ textColorTertiary: string;
866
+ textColorHover: string;
867
+ textColorPressed: string;
868
+ textColorFocus: string;
869
+ textColorDisabled: string;
870
+ textColorText: string;
871
+ textColorTextHover: string;
872
+ textColorTextPressed: string;
873
+ textColorTextFocus: string;
874
+ textColorTextDisabled: string;
875
+ textColorGhost: string;
876
+ textColorGhostHover: string;
877
+ textColorGhostPressed: string;
878
+ textColorGhostFocus: string;
879
+ textColorGhostDisabled: string;
880
+ border: string;
881
+ borderHover: string;
882
+ borderPressed: string;
883
+ borderFocus: string;
884
+ borderDisabled: string;
885
+ rippleColor: string;
886
+ colorPrimary: string;
887
+ colorHoverPrimary: string;
888
+ colorPressedPrimary: string;
889
+ colorFocusPrimary: string;
890
+ colorDisabledPrimary: string;
891
+ textColorPrimary: string;
892
+ textColorHoverPrimary: string;
893
+ textColorPressedPrimary: string;
894
+ textColorFocusPrimary: string;
895
+ textColorDisabledPrimary: string;
896
+ textColorTextPrimary: string;
897
+ textColorTextHoverPrimary: string;
898
+ textColorTextPressedPrimary: string;
899
+ textColorTextFocusPrimary: string;
900
+ textColorTextDisabledPrimary: string;
901
+ textColorGhostPrimary: string;
902
+ textColorGhostHoverPrimary: string;
903
+ textColorGhostPressedPrimary: string;
904
+ textColorGhostFocusPrimary: string;
905
+ textColorGhostDisabledPrimary: string;
906
+ borderPrimary: string;
907
+ borderHoverPrimary: string;
908
+ borderPressedPrimary: string;
909
+ borderFocusPrimary: string;
910
+ borderDisabledPrimary: string;
911
+ rippleColorPrimary: string;
912
+ colorInfo: string;
913
+ colorHoverInfo: string;
914
+ colorPressedInfo: string;
915
+ colorFocusInfo: string;
916
+ colorDisabledInfo: string;
917
+ textColorInfo: string;
918
+ textColorHoverInfo: string;
919
+ textColorPressedInfo: string;
920
+ textColorFocusInfo: string;
921
+ textColorDisabledInfo: string;
922
+ textColorTextInfo: string;
923
+ textColorTextHoverInfo: string;
924
+ textColorTextPressedInfo: string;
925
+ textColorTextFocusInfo: string;
926
+ textColorTextDisabledInfo: string;
927
+ textColorGhostInfo: string;
928
+ textColorGhostHoverInfo: string;
929
+ textColorGhostPressedInfo: string;
930
+ textColorGhostFocusInfo: string;
931
+ textColorGhostDisabledInfo: string;
932
+ borderInfo: string;
933
+ borderHoverInfo: string;
934
+ borderPressedInfo: string;
935
+ borderFocusInfo: string;
936
+ borderDisabledInfo: string;
937
+ rippleColorInfo: string;
938
+ colorSuccess: string;
939
+ colorHoverSuccess: string;
940
+ colorPressedSuccess: string;
941
+ colorFocusSuccess: string;
942
+ colorDisabledSuccess: string;
943
+ textColorSuccess: string;
944
+ textColorHoverSuccess: string;
945
+ textColorPressedSuccess: string;
946
+ textColorFocusSuccess: string;
947
+ textColorDisabledSuccess: string;
948
+ textColorTextSuccess: string;
949
+ textColorTextHoverSuccess: string;
950
+ textColorTextPressedSuccess: string;
951
+ textColorTextFocusSuccess: string;
952
+ textColorTextDisabledSuccess: string;
953
+ textColorGhostSuccess: string;
954
+ textColorGhostHoverSuccess: string;
955
+ textColorGhostPressedSuccess: string;
956
+ textColorGhostFocusSuccess: string;
957
+ textColorGhostDisabledSuccess: string;
958
+ borderSuccess: string;
959
+ borderHoverSuccess: string;
960
+ borderPressedSuccess: string;
961
+ borderFocusSuccess: string;
962
+ borderDisabledSuccess: string;
963
+ rippleColorSuccess: string;
964
+ colorWarning: string;
965
+ colorHoverWarning: string;
966
+ colorPressedWarning: string;
967
+ colorFocusWarning: string;
968
+ colorDisabledWarning: string;
969
+ textColorWarning: string;
970
+ textColorHoverWarning: string;
971
+ textColorPressedWarning: string;
972
+ textColorFocusWarning: string;
973
+ textColorDisabledWarning: string;
974
+ textColorTextWarning: string;
975
+ textColorTextHoverWarning: string;
976
+ textColorTextPressedWarning: string;
977
+ textColorTextFocusWarning: string;
978
+ textColorTextDisabledWarning: string;
979
+ textColorGhostWarning: string;
980
+ textColorGhostHoverWarning: string;
981
+ textColorGhostPressedWarning: string;
982
+ textColorGhostFocusWarning: string;
983
+ textColorGhostDisabledWarning: string;
984
+ borderWarning: string;
985
+ borderHoverWarning: string;
986
+ borderPressedWarning: string;
987
+ borderFocusWarning: string;
988
+ borderDisabledWarning: string;
989
+ rippleColorWarning: string;
990
+ colorError: string;
991
+ colorHoverError: string;
992
+ colorPressedError: string;
993
+ colorFocusError: string;
994
+ colorDisabledError: string;
995
+ textColorError: string;
996
+ textColorHoverError: string;
997
+ textColorPressedError: string;
998
+ textColorFocusError: string;
999
+ textColorDisabledError: string;
1000
+ textColorTextError: string;
1001
+ textColorTextHoverError: string;
1002
+ textColorTextPressedError: string;
1003
+ textColorTextFocusError: string;
1004
+ textColorTextDisabledError: string;
1005
+ textColorGhostError: string;
1006
+ textColorGhostHoverError: string;
1007
+ textColorGhostPressedError: string;
1008
+ textColorGhostFocusError: string;
1009
+ textColorGhostDisabledError: string;
1010
+ borderError: string;
1011
+ borderHoverError: string;
1012
+ borderPressedError: string;
1013
+ borderFocusError: string;
1014
+ borderDisabledError: string;
1015
+ rippleColorError: string;
1016
+ waveOpacity: string;
1017
+ fontWeight: string;
1018
+ fontWeightStrong: string;
1019
+ paddingTiny: string;
1020
+ paddingSmall: string;
1021
+ paddingMedium: string;
1022
+ paddingLarge: string;
1023
+ paddingRoundTiny: string;
1024
+ paddingRoundSmall: string;
1025
+ paddingRoundMedium: string;
1026
+ paddingRoundLarge: string;
1027
+ iconMarginTiny: string;
1028
+ iconMarginSmall: string;
1029
+ iconMarginMedium: string;
1030
+ iconMarginLarge: string;
1031
+ iconSizeTiny: string;
1032
+ iconSizeSmall: string;
1033
+ iconSizeMedium: string;
1034
+ iconSizeLarge: string;
1035
+ rippleDuration: string;
1036
+ }, any>;
1037
+ }>>>;
1038
+ };
1039
+ export declare type TransferProps = ExtractPublicPropTypes<typeof transferProps>;
1040
+ declare const _default: import("vue").DefineComponent<{
1041
+ readonly value: PropType<OptionValue[] | null>;
1042
+ readonly defaultValue: {
1043
+ readonly type: PropType<OptionValue[] | null>;
1044
+ readonly default: null;
1045
+ };
1046
+ readonly options: {
1047
+ readonly type: PropType<Option[]>;
1048
+ readonly default: () => never[];
1049
+ };
1050
+ readonly disabled: {
1051
+ readonly type: PropType<boolean | undefined>;
1052
+ readonly default: undefined;
1053
+ };
1054
+ readonly virtualScroll: BooleanConstructor;
1055
+ readonly sourceTitle: StringConstructor;
1056
+ readonly targetTitle: StringConstructor;
1057
+ readonly filterable: BooleanConstructor;
1058
+ readonly sourceFilterPlaceholder: StringConstructor;
1059
+ readonly targetFilterPlaceholder: StringConstructor;
1060
+ readonly filter: {
1061
+ readonly type: PropType<Filter>;
1062
+ readonly default: (pattern: string, option: Option) => number | true;
1063
+ };
1064
+ readonly size: PropType<"small" | "medium" | "large">;
1065
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
1066
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
1067
+ readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
1068
+ readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
1069
+ itemHeightSmall: string;
1070
+ itemHeightMedium: string;
1071
+ itemHeightLarge: string;
1072
+ fontSizeSmall: string;
1073
+ fontSizeMedium: string;
1074
+ fontSizeLarge: string;
1075
+ borderRadius: string;
1076
+ borderColor: string;
1077
+ listColor: string;
1078
+ headerColor: string;
1079
+ titleTextColor: string;
1080
+ titleTextColorDisabled: string;
1081
+ extraTextColor: string;
1082
+ filterDividerColor: string;
1083
+ itemTextColor: string;
1084
+ itemTextColorDisabled: string;
1085
+ itemColorPending: string;
1086
+ titleFontWeight: string;
1087
+ iconColor: string;
1088
+ iconColorDisabled: string;
1089
+ extraFontSize: string;
1090
+ width: string;
1091
+ }, {
1092
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1093
+ labelLineHeight: string;
1094
+ fontSizeSmall: string;
1095
+ fontSizeMedium: string;
1096
+ fontSizeLarge: string;
1097
+ borderRadius: string;
1098
+ color: string;
1099
+ colorChecked: string;
1100
+ colorDisabled: string;
1101
+ colorDisabledChecked: string;
1102
+ colorTableHeader: string;
1103
+ colorTableHeaderModal: string;
1104
+ colorTableHeaderPopover: string;
1105
+ checkMarkColor: string;
1106
+ checkMarkColorDisabled: string;
1107
+ checkMarkColorDisabledChecked: string;
1108
+ border: string;
1109
+ borderDisabled: string;
1110
+ borderDisabledChecked: string;
1111
+ borderChecked: string;
1112
+ borderFocus: string;
1113
+ boxShadowFocus: string;
1114
+ textColor: string;
1115
+ textColorDisabled: string;
1116
+ sizeSmall: string;
1117
+ sizeMedium: string;
1118
+ sizeLarge: string;
1119
+ labelPadding: string;
1120
+ }, any>;
1121
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1122
+ color: string;
1123
+ colorHover: string;
1124
+ }, any>;
1125
+ Input: import("../../_mixins").Theme<"Input", {
1126
+ countTextColor: string;
1127
+ heightTiny: string;
1128
+ heightSmall: string;
1129
+ heightMedium: string;
1130
+ heightLarge: string;
1131
+ fontSizeTiny: string;
1132
+ fontSizeSmall: string;
1133
+ fontSizeMedium: string;
1134
+ fontSizeLarge: string;
1135
+ lineHeight: string;
1136
+ lineHeightTextarea: string;
1137
+ borderRadius: string;
1138
+ iconSize: string;
1139
+ groupLabelColor: string;
1140
+ groupLabelTextColor: string;
1141
+ textColor: string;
1142
+ textColorDisabled: string;
1143
+ textDecorationColor: string;
1144
+ caretColor: string;
1145
+ placeholderColor: string;
1146
+ placeholderColorDisabled: string;
1147
+ color: string;
1148
+ colorDisabled: string;
1149
+ colorFocus: string;
1150
+ groupLabelBorder: string;
1151
+ border: string;
1152
+ borderHover: string;
1153
+ borderDisabled: string;
1154
+ borderFocus: string;
1155
+ boxShadowFocus: string;
1156
+ loadingColor: string;
1157
+ loadingColorWarning: string;
1158
+ borderWarning: string;
1159
+ borderHoverWarning: string;
1160
+ colorFocusWarning: string;
1161
+ borderFocusWarning: string;
1162
+ boxShadowFocusWarning: string;
1163
+ caretColorWarning: string;
1164
+ loadingColorError: string;
1165
+ borderError: string;
1166
+ borderHoverError: string;
1167
+ colorFocusError: string;
1168
+ borderFocusError: string;
1169
+ boxShadowFocusError: string;
1170
+ caretColorError: string;
1171
+ clearColor: string;
1172
+ clearColorHover: string;
1173
+ clearColorPressed: string;
1174
+ iconColor: string;
1175
+ iconColorDisabled: string;
1176
+ iconColorHover: string;
1177
+ iconColorPressed: string;
1178
+ suffixTextColor: string;
1179
+ paddingTiny: string;
1180
+ paddingSmall: string;
1181
+ paddingMedium: string;
1182
+ paddingLarge: string;
1183
+ clearSize: string;
1184
+ }, any>;
1185
+ Empty: import("../../_mixins").Theme<"Empty", {
1186
+ fontSizeSmall: string;
1187
+ fontSizeMedium: string;
1188
+ fontSizeLarge: string;
1189
+ fontSizeHuge: string;
1190
+ textColor: string;
1191
+ iconColor: string;
1192
+ extraTextColor: string;
1193
+ iconSizeSmall: string;
1194
+ iconSizeMedium: string;
1195
+ iconSizeLarge: string;
1196
+ iconSizeHuge: string;
1197
+ }, any>;
1198
+ Button: import("../../_mixins").Theme<"Button", {
1199
+ heightTiny: string;
1200
+ heightSmall: string;
1201
+ heightMedium: string;
1202
+ heightLarge: string;
1203
+ borderRadiusTiny: string;
1204
+ borderRadiusSmall: string;
1205
+ borderRadiusMedium: string;
1206
+ borderRadiusLarge: string;
1207
+ fontSizeTiny: string;
1208
+ fontSizeSmall: string;
1209
+ fontSizeMedium: string;
1210
+ fontSizeLarge: string;
1211
+ opacityDisabled: string;
1212
+ colorOpacitySecondary: string;
1213
+ colorOpacitySecondaryHover: string;
1214
+ colorOpacitySecondaryPressed: string;
1215
+ colorSecondary: string;
1216
+ colorSecondaryHover: string;
1217
+ colorSecondaryPressed: string;
1218
+ colorTertiary: string;
1219
+ colorTertiaryHover: string;
1220
+ colorTertiaryPressed: string;
1221
+ colorQuaternary: string;
1222
+ colorQuaternaryHover: string;
1223
+ colorQuaternaryPressed: string;
1224
+ color: string;
1225
+ colorHover: string;
1226
+ colorPressed: string;
1227
+ colorFocus: string;
1228
+ colorDisabled: string;
1229
+ textColor: string;
1230
+ textColorTertiary: string;
1231
+ textColorHover: string;
1232
+ textColorPressed: string;
1233
+ textColorFocus: string;
1234
+ textColorDisabled: string;
1235
+ textColorText: string;
1236
+ textColorTextHover: string;
1237
+ textColorTextPressed: string;
1238
+ textColorTextFocus: string;
1239
+ textColorTextDisabled: string;
1240
+ textColorGhost: string;
1241
+ textColorGhostHover: string;
1242
+ textColorGhostPressed: string;
1243
+ textColorGhostFocus: string;
1244
+ textColorGhostDisabled: string;
1245
+ border: string;
1246
+ borderHover: string;
1247
+ borderPressed: string;
1248
+ borderFocus: string;
1249
+ borderDisabled: string;
1250
+ rippleColor: string;
1251
+ colorPrimary: string;
1252
+ colorHoverPrimary: string;
1253
+ colorPressedPrimary: string;
1254
+ colorFocusPrimary: string;
1255
+ colorDisabledPrimary: string;
1256
+ textColorPrimary: string;
1257
+ textColorHoverPrimary: string;
1258
+ textColorPressedPrimary: string;
1259
+ textColorFocusPrimary: string;
1260
+ textColorDisabledPrimary: string;
1261
+ textColorTextPrimary: string;
1262
+ textColorTextHoverPrimary: string;
1263
+ textColorTextPressedPrimary: string;
1264
+ textColorTextFocusPrimary: string;
1265
+ textColorTextDisabledPrimary: string;
1266
+ textColorGhostPrimary: string;
1267
+ textColorGhostHoverPrimary: string;
1268
+ textColorGhostPressedPrimary: string;
1269
+ textColorGhostFocusPrimary: string;
1270
+ textColorGhostDisabledPrimary: string;
1271
+ borderPrimary: string;
1272
+ borderHoverPrimary: string;
1273
+ borderPressedPrimary: string;
1274
+ borderFocusPrimary: string;
1275
+ borderDisabledPrimary: string;
1276
+ rippleColorPrimary: string;
1277
+ colorInfo: string;
1278
+ colorHoverInfo: string;
1279
+ colorPressedInfo: string;
1280
+ colorFocusInfo: string;
1281
+ colorDisabledInfo: string;
1282
+ textColorInfo: string;
1283
+ textColorHoverInfo: string;
1284
+ textColorPressedInfo: string;
1285
+ textColorFocusInfo: string;
1286
+ textColorDisabledInfo: string;
1287
+ textColorTextInfo: string;
1288
+ textColorTextHoverInfo: string;
1289
+ textColorTextPressedInfo: string;
1290
+ textColorTextFocusInfo: string;
1291
+ textColorTextDisabledInfo: string;
1292
+ textColorGhostInfo: string;
1293
+ textColorGhostHoverInfo: string;
1294
+ textColorGhostPressedInfo: string;
1295
+ textColorGhostFocusInfo: string;
1296
+ textColorGhostDisabledInfo: string;
1297
+ borderInfo: string;
1298
+ borderHoverInfo: string;
1299
+ borderPressedInfo: string;
1300
+ borderFocusInfo: string;
1301
+ borderDisabledInfo: string;
1302
+ rippleColorInfo: string;
1303
+ colorSuccess: string;
1304
+ colorHoverSuccess: string;
1305
+ colorPressedSuccess: string;
1306
+ colorFocusSuccess: string;
1307
+ colorDisabledSuccess: string;
1308
+ textColorSuccess: string;
1309
+ textColorHoverSuccess: string;
1310
+ textColorPressedSuccess: string;
1311
+ textColorFocusSuccess: string;
1312
+ textColorDisabledSuccess: string;
1313
+ textColorTextSuccess: string;
1314
+ textColorTextHoverSuccess: string;
1315
+ textColorTextPressedSuccess: string;
1316
+ textColorTextFocusSuccess: string;
1317
+ textColorTextDisabledSuccess: string;
1318
+ textColorGhostSuccess: string;
1319
+ textColorGhostHoverSuccess: string;
1320
+ textColorGhostPressedSuccess: string;
1321
+ textColorGhostFocusSuccess: string;
1322
+ textColorGhostDisabledSuccess: string;
1323
+ borderSuccess: string;
1324
+ borderHoverSuccess: string;
1325
+ borderPressedSuccess: string;
1326
+ borderFocusSuccess: string;
1327
+ borderDisabledSuccess: string;
1328
+ rippleColorSuccess: string;
1329
+ colorWarning: string;
1330
+ colorHoverWarning: string;
1331
+ colorPressedWarning: string;
1332
+ colorFocusWarning: string;
1333
+ colorDisabledWarning: string;
1334
+ textColorWarning: string;
1335
+ textColorHoverWarning: string;
1336
+ textColorPressedWarning: string;
1337
+ textColorFocusWarning: string;
1338
+ textColorDisabledWarning: string;
1339
+ textColorTextWarning: string;
1340
+ textColorTextHoverWarning: string;
1341
+ textColorTextPressedWarning: string;
1342
+ textColorTextFocusWarning: string;
1343
+ textColorTextDisabledWarning: string;
1344
+ textColorGhostWarning: string;
1345
+ textColorGhostHoverWarning: string;
1346
+ textColorGhostPressedWarning: string;
1347
+ textColorGhostFocusWarning: string;
1348
+ textColorGhostDisabledWarning: string;
1349
+ borderWarning: string;
1350
+ borderHoverWarning: string;
1351
+ borderPressedWarning: string;
1352
+ borderFocusWarning: string;
1353
+ borderDisabledWarning: string;
1354
+ rippleColorWarning: string;
1355
+ colorError: string;
1356
+ colorHoverError: string;
1357
+ colorPressedError: string;
1358
+ colorFocusError: string;
1359
+ colorDisabledError: string;
1360
+ textColorError: string;
1361
+ textColorHoverError: string;
1362
+ textColorPressedError: string;
1363
+ textColorFocusError: string;
1364
+ textColorDisabledError: string;
1365
+ textColorTextError: string;
1366
+ textColorTextHoverError: string;
1367
+ textColorTextPressedError: string;
1368
+ textColorTextFocusError: string;
1369
+ textColorTextDisabledError: string;
1370
+ textColorGhostError: string;
1371
+ textColorGhostHoverError: string;
1372
+ textColorGhostPressedError: string;
1373
+ textColorGhostFocusError: string;
1374
+ textColorGhostDisabledError: string;
1375
+ borderError: string;
1376
+ borderHoverError: string;
1377
+ borderPressedError: string;
1378
+ borderFocusError: string;
1379
+ borderDisabledError: string;
1380
+ rippleColorError: string;
1381
+ waveOpacity: string;
1382
+ fontWeight: string;
1383
+ fontWeightStrong: string;
1384
+ paddingTiny: string;
1385
+ paddingSmall: string;
1386
+ paddingMedium: string;
1387
+ paddingLarge: string;
1388
+ paddingRoundTiny: string;
1389
+ paddingRoundSmall: string;
1390
+ paddingRoundMedium: string;
1391
+ paddingRoundLarge: string;
1392
+ iconMarginTiny: string;
1393
+ iconMarginSmall: string;
1394
+ iconMarginMedium: string;
1395
+ iconMarginLarge: string;
1396
+ iconSizeTiny: string;
1397
+ iconSizeSmall: string;
1398
+ iconSizeMedium: string;
1399
+ iconSizeLarge: string;
1400
+ rippleDuration: string;
1401
+ }, any>;
1402
+ }>>;
1403
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
1404
+ itemHeightSmall: string;
1405
+ itemHeightMedium: string;
1406
+ itemHeightLarge: string;
1407
+ fontSizeSmall: string;
1408
+ fontSizeMedium: string;
1409
+ fontSizeLarge: string;
1410
+ borderRadius: string;
1411
+ borderColor: string;
1412
+ listColor: string;
1413
+ headerColor: string;
1414
+ titleTextColor: string;
1415
+ titleTextColorDisabled: string;
1416
+ extraTextColor: string;
1417
+ filterDividerColor: string;
1418
+ itemTextColor: string;
1419
+ itemTextColorDisabled: string;
1420
+ itemColorPending: string;
1421
+ titleFontWeight: string;
1422
+ iconColor: string;
1423
+ iconColorDisabled: string;
1424
+ extraFontSize: string;
1425
+ width: string;
1426
+ }, {
1427
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1428
+ labelLineHeight: string;
1429
+ fontSizeSmall: string;
1430
+ fontSizeMedium: string;
1431
+ fontSizeLarge: string;
1432
+ borderRadius: string;
1433
+ color: string;
1434
+ colorChecked: string;
1435
+ colorDisabled: string;
1436
+ colorDisabledChecked: string;
1437
+ colorTableHeader: string;
1438
+ colorTableHeaderModal: string;
1439
+ colorTableHeaderPopover: string;
1440
+ checkMarkColor: string;
1441
+ checkMarkColorDisabled: string;
1442
+ checkMarkColorDisabledChecked: string;
1443
+ border: string;
1444
+ borderDisabled: string;
1445
+ borderDisabledChecked: string;
1446
+ borderChecked: string;
1447
+ borderFocus: string;
1448
+ boxShadowFocus: string;
1449
+ textColor: string;
1450
+ textColorDisabled: string;
1451
+ sizeSmall: string;
1452
+ sizeMedium: string;
1453
+ sizeLarge: string;
1454
+ labelPadding: string;
1455
+ }, any>;
1456
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1457
+ color: string;
1458
+ colorHover: string;
1459
+ }, any>;
1460
+ Input: import("../../_mixins").Theme<"Input", {
1461
+ countTextColor: string;
1462
+ heightTiny: string;
1463
+ heightSmall: string;
1464
+ heightMedium: string;
1465
+ heightLarge: string;
1466
+ fontSizeTiny: string;
1467
+ fontSizeSmall: string;
1468
+ fontSizeMedium: string;
1469
+ fontSizeLarge: string;
1470
+ lineHeight: string;
1471
+ lineHeightTextarea: string;
1472
+ borderRadius: string;
1473
+ iconSize: string;
1474
+ groupLabelColor: string;
1475
+ groupLabelTextColor: string;
1476
+ textColor: string;
1477
+ textColorDisabled: string;
1478
+ textDecorationColor: string;
1479
+ caretColor: string;
1480
+ placeholderColor: string;
1481
+ placeholderColorDisabled: string;
1482
+ color: string;
1483
+ colorDisabled: string;
1484
+ colorFocus: string;
1485
+ groupLabelBorder: string;
1486
+ border: string;
1487
+ borderHover: string;
1488
+ borderDisabled: string;
1489
+ borderFocus: string;
1490
+ boxShadowFocus: string;
1491
+ loadingColor: string;
1492
+ loadingColorWarning: string;
1493
+ borderWarning: string;
1494
+ borderHoverWarning: string;
1495
+ colorFocusWarning: string;
1496
+ borderFocusWarning: string;
1497
+ boxShadowFocusWarning: string;
1498
+ caretColorWarning: string;
1499
+ loadingColorError: string;
1500
+ borderError: string;
1501
+ borderHoverError: string;
1502
+ colorFocusError: string;
1503
+ borderFocusError: string;
1504
+ boxShadowFocusError: string;
1505
+ caretColorError: string;
1506
+ clearColor: string;
1507
+ clearColorHover: string;
1508
+ clearColorPressed: string;
1509
+ iconColor: string;
1510
+ iconColorDisabled: string;
1511
+ iconColorHover: string;
1512
+ iconColorPressed: string;
1513
+ suffixTextColor: string;
1514
+ paddingTiny: string;
1515
+ paddingSmall: string;
1516
+ paddingMedium: string;
1517
+ paddingLarge: string;
1518
+ clearSize: string;
1519
+ }, any>;
1520
+ Empty: import("../../_mixins").Theme<"Empty", {
1521
+ fontSizeSmall: string;
1522
+ fontSizeMedium: string;
1523
+ fontSizeLarge: string;
1524
+ fontSizeHuge: string;
1525
+ textColor: string;
1526
+ iconColor: string;
1527
+ extraTextColor: string;
1528
+ iconSizeSmall: string;
1529
+ iconSizeMedium: string;
1530
+ iconSizeLarge: string;
1531
+ iconSizeHuge: string;
1532
+ }, any>;
1533
+ Button: import("../../_mixins").Theme<"Button", {
1534
+ heightTiny: string;
1535
+ heightSmall: string;
1536
+ heightMedium: string;
1537
+ heightLarge: string;
1538
+ borderRadiusTiny: string;
1539
+ borderRadiusSmall: string;
1540
+ borderRadiusMedium: string;
1541
+ borderRadiusLarge: string;
1542
+ fontSizeTiny: string;
1543
+ fontSizeSmall: string;
1544
+ fontSizeMedium: string;
1545
+ fontSizeLarge: string;
1546
+ opacityDisabled: string;
1547
+ colorOpacitySecondary: string;
1548
+ colorOpacitySecondaryHover: string;
1549
+ colorOpacitySecondaryPressed: string;
1550
+ colorSecondary: string;
1551
+ colorSecondaryHover: string;
1552
+ colorSecondaryPressed: string;
1553
+ colorTertiary: string;
1554
+ colorTertiaryHover: string;
1555
+ colorTertiaryPressed: string;
1556
+ colorQuaternary: string;
1557
+ colorQuaternaryHover: string;
1558
+ colorQuaternaryPressed: string;
1559
+ color: string;
1560
+ colorHover: string;
1561
+ colorPressed: string;
1562
+ colorFocus: string;
1563
+ colorDisabled: string;
1564
+ textColor: string;
1565
+ textColorTertiary: string;
1566
+ textColorHover: string;
1567
+ textColorPressed: string;
1568
+ textColorFocus: string;
1569
+ textColorDisabled: string;
1570
+ textColorText: string;
1571
+ textColorTextHover: string;
1572
+ textColorTextPressed: string;
1573
+ textColorTextFocus: string;
1574
+ textColorTextDisabled: string;
1575
+ textColorGhost: string;
1576
+ textColorGhostHover: string;
1577
+ textColorGhostPressed: string;
1578
+ textColorGhostFocus: string;
1579
+ textColorGhostDisabled: string;
1580
+ border: string;
1581
+ borderHover: string;
1582
+ borderPressed: string;
1583
+ borderFocus: string;
1584
+ borderDisabled: string;
1585
+ rippleColor: string;
1586
+ colorPrimary: string;
1587
+ colorHoverPrimary: string;
1588
+ colorPressedPrimary: string;
1589
+ colorFocusPrimary: string;
1590
+ colorDisabledPrimary: string;
1591
+ textColorPrimary: string;
1592
+ textColorHoverPrimary: string;
1593
+ textColorPressedPrimary: string;
1594
+ textColorFocusPrimary: string;
1595
+ textColorDisabledPrimary: string;
1596
+ textColorTextPrimary: string;
1597
+ textColorTextHoverPrimary: string;
1598
+ textColorTextPressedPrimary: string;
1599
+ textColorTextFocusPrimary: string;
1600
+ textColorTextDisabledPrimary: string;
1601
+ textColorGhostPrimary: string;
1602
+ textColorGhostHoverPrimary: string;
1603
+ textColorGhostPressedPrimary: string;
1604
+ textColorGhostFocusPrimary: string;
1605
+ textColorGhostDisabledPrimary: string;
1606
+ borderPrimary: string;
1607
+ borderHoverPrimary: string;
1608
+ borderPressedPrimary: string;
1609
+ borderFocusPrimary: string;
1610
+ borderDisabledPrimary: string;
1611
+ rippleColorPrimary: string;
1612
+ colorInfo: string;
1613
+ colorHoverInfo: string;
1614
+ colorPressedInfo: string;
1615
+ colorFocusInfo: string;
1616
+ colorDisabledInfo: string;
1617
+ textColorInfo: string;
1618
+ textColorHoverInfo: string;
1619
+ textColorPressedInfo: string;
1620
+ textColorFocusInfo: string;
1621
+ textColorDisabledInfo: string;
1622
+ textColorTextInfo: string;
1623
+ textColorTextHoverInfo: string;
1624
+ textColorTextPressedInfo: string;
1625
+ textColorTextFocusInfo: string;
1626
+ textColorTextDisabledInfo: string;
1627
+ textColorGhostInfo: string;
1628
+ textColorGhostHoverInfo: string;
1629
+ textColorGhostPressedInfo: string;
1630
+ textColorGhostFocusInfo: string;
1631
+ textColorGhostDisabledInfo: string;
1632
+ borderInfo: string;
1633
+ borderHoverInfo: string;
1634
+ borderPressedInfo: string;
1635
+ borderFocusInfo: string;
1636
+ borderDisabledInfo: string;
1637
+ rippleColorInfo: string;
1638
+ colorSuccess: string;
1639
+ colorHoverSuccess: string;
1640
+ colorPressedSuccess: string;
1641
+ colorFocusSuccess: string;
1642
+ colorDisabledSuccess: string;
1643
+ textColorSuccess: string;
1644
+ textColorHoverSuccess: string;
1645
+ textColorPressedSuccess: string;
1646
+ textColorFocusSuccess: string;
1647
+ textColorDisabledSuccess: string;
1648
+ textColorTextSuccess: string;
1649
+ textColorTextHoverSuccess: string;
1650
+ textColorTextPressedSuccess: string;
1651
+ textColorTextFocusSuccess: string;
1652
+ textColorTextDisabledSuccess: string;
1653
+ textColorGhostSuccess: string;
1654
+ textColorGhostHoverSuccess: string;
1655
+ textColorGhostPressedSuccess: string;
1656
+ textColorGhostFocusSuccess: string;
1657
+ textColorGhostDisabledSuccess: string;
1658
+ borderSuccess: string;
1659
+ borderHoverSuccess: string;
1660
+ borderPressedSuccess: string;
1661
+ borderFocusSuccess: string;
1662
+ borderDisabledSuccess: string;
1663
+ rippleColorSuccess: string;
1664
+ colorWarning: string;
1665
+ colorHoverWarning: string;
1666
+ colorPressedWarning: string;
1667
+ colorFocusWarning: string;
1668
+ colorDisabledWarning: string;
1669
+ textColorWarning: string;
1670
+ textColorHoverWarning: string;
1671
+ textColorPressedWarning: string;
1672
+ textColorFocusWarning: string;
1673
+ textColorDisabledWarning: string;
1674
+ textColorTextWarning: string;
1675
+ textColorTextHoverWarning: string;
1676
+ textColorTextPressedWarning: string;
1677
+ textColorTextFocusWarning: string;
1678
+ textColorTextDisabledWarning: string;
1679
+ textColorGhostWarning: string;
1680
+ textColorGhostHoverWarning: string;
1681
+ textColorGhostPressedWarning: string;
1682
+ textColorGhostFocusWarning: string;
1683
+ textColorGhostDisabledWarning: string;
1684
+ borderWarning: string;
1685
+ borderHoverWarning: string;
1686
+ borderPressedWarning: string;
1687
+ borderFocusWarning: string;
1688
+ borderDisabledWarning: string;
1689
+ rippleColorWarning: string;
1690
+ colorError: string;
1691
+ colorHoverError: string;
1692
+ colorPressedError: string;
1693
+ colorFocusError: string;
1694
+ colorDisabledError: string;
1695
+ textColorError: string;
1696
+ textColorHoverError: string;
1697
+ textColorPressedError: string;
1698
+ textColorFocusError: string;
1699
+ textColorDisabledError: string;
1700
+ textColorTextError: string;
1701
+ textColorTextHoverError: string;
1702
+ textColorTextPressedError: string;
1703
+ textColorTextFocusError: string;
1704
+ textColorTextDisabledError: string;
1705
+ textColorGhostError: string;
1706
+ textColorGhostHoverError: string;
1707
+ textColorGhostPressedError: string;
1708
+ textColorGhostFocusError: string;
1709
+ textColorGhostDisabledError: string;
1710
+ borderError: string;
1711
+ borderHoverError: string;
1712
+ borderPressedError: string;
1713
+ borderFocusError: string;
1714
+ borderDisabledError: string;
1715
+ rippleColorError: string;
1716
+ waveOpacity: string;
1717
+ fontWeight: string;
1718
+ fontWeightStrong: string;
1719
+ paddingTiny: string;
1720
+ paddingSmall: string;
1721
+ paddingMedium: string;
1722
+ paddingLarge: string;
1723
+ paddingRoundTiny: string;
1724
+ paddingRoundSmall: string;
1725
+ paddingRoundMedium: string;
1726
+ paddingRoundLarge: string;
1727
+ iconMarginTiny: string;
1728
+ iconMarginSmall: string;
1729
+ iconMarginMedium: string;
1730
+ iconMarginLarge: string;
1731
+ iconSizeTiny: string;
1732
+ iconSizeSmall: string;
1733
+ iconSizeMedium: string;
1734
+ iconSizeLarge: string;
1735
+ rippleDuration: string;
1736
+ }, any>;
1737
+ }>>>;
1738
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
1739
+ itemHeightSmall: string;
1740
+ itemHeightMedium: string;
1741
+ itemHeightLarge: string;
1742
+ fontSizeSmall: string;
1743
+ fontSizeMedium: string;
1744
+ fontSizeLarge: string;
1745
+ borderRadius: string;
1746
+ borderColor: string;
1747
+ listColor: string;
1748
+ headerColor: string;
1749
+ titleTextColor: string;
1750
+ titleTextColorDisabled: string;
1751
+ extraTextColor: string;
1752
+ filterDividerColor: string;
1753
+ itemTextColor: string;
1754
+ itemTextColorDisabled: string;
1755
+ itemColorPending: string;
1756
+ titleFontWeight: string;
1757
+ iconColor: string;
1758
+ iconColorDisabled: string;
1759
+ extraFontSize: string;
1760
+ width: string;
1761
+ }, {
1762
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1763
+ labelLineHeight: string;
1764
+ fontSizeSmall: string;
1765
+ fontSizeMedium: string;
1766
+ fontSizeLarge: string;
1767
+ borderRadius: string;
1768
+ color: string;
1769
+ colorChecked: string;
1770
+ colorDisabled: string;
1771
+ colorDisabledChecked: string;
1772
+ colorTableHeader: string;
1773
+ colorTableHeaderModal: string;
1774
+ colorTableHeaderPopover: string;
1775
+ checkMarkColor: string;
1776
+ checkMarkColorDisabled: string;
1777
+ checkMarkColorDisabledChecked: string;
1778
+ border: string;
1779
+ borderDisabled: string;
1780
+ borderDisabledChecked: string;
1781
+ borderChecked: string;
1782
+ borderFocus: string;
1783
+ boxShadowFocus: string;
1784
+ textColor: string;
1785
+ textColorDisabled: string;
1786
+ sizeSmall: string;
1787
+ sizeMedium: string;
1788
+ sizeLarge: string;
1789
+ labelPadding: string;
1790
+ }, any>;
1791
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1792
+ color: string;
1793
+ colorHover: string;
1794
+ }, any>;
1795
+ Input: import("../../_mixins").Theme<"Input", {
1796
+ countTextColor: string;
1797
+ heightTiny: string;
1798
+ heightSmall: string;
1799
+ heightMedium: string;
1800
+ heightLarge: string;
1801
+ fontSizeTiny: string;
1802
+ fontSizeSmall: string;
1803
+ fontSizeMedium: string;
1804
+ fontSizeLarge: string;
1805
+ lineHeight: string;
1806
+ lineHeightTextarea: string;
1807
+ borderRadius: string;
1808
+ iconSize: string;
1809
+ groupLabelColor: string;
1810
+ groupLabelTextColor: string;
1811
+ textColor: string;
1812
+ textColorDisabled: string;
1813
+ textDecorationColor: string;
1814
+ caretColor: string;
1815
+ placeholderColor: string;
1816
+ placeholderColorDisabled: string;
1817
+ color: string;
1818
+ colorDisabled: string;
1819
+ colorFocus: string;
1820
+ groupLabelBorder: string;
1821
+ border: string;
1822
+ borderHover: string;
1823
+ borderDisabled: string;
1824
+ borderFocus: string;
1825
+ boxShadowFocus: string;
1826
+ loadingColor: string;
1827
+ loadingColorWarning: string;
1828
+ borderWarning: string;
1829
+ borderHoverWarning: string;
1830
+ colorFocusWarning: string;
1831
+ borderFocusWarning: string;
1832
+ boxShadowFocusWarning: string;
1833
+ caretColorWarning: string;
1834
+ loadingColorError: string;
1835
+ borderError: string;
1836
+ borderHoverError: string;
1837
+ colorFocusError: string;
1838
+ borderFocusError: string;
1839
+ boxShadowFocusError: string;
1840
+ caretColorError: string;
1841
+ clearColor: string;
1842
+ clearColorHover: string;
1843
+ clearColorPressed: string;
1844
+ iconColor: string;
1845
+ iconColorDisabled: string;
1846
+ iconColorHover: string;
1847
+ iconColorPressed: string;
1848
+ suffixTextColor: string;
1849
+ paddingTiny: string;
1850
+ paddingSmall: string;
1851
+ paddingMedium: string;
1852
+ paddingLarge: string;
1853
+ clearSize: string;
1854
+ }, any>;
1855
+ Empty: import("../../_mixins").Theme<"Empty", {
1856
+ fontSizeSmall: string;
1857
+ fontSizeMedium: string;
1858
+ fontSizeLarge: string;
1859
+ fontSizeHuge: string;
1860
+ textColor: string;
1861
+ iconColor: string;
1862
+ extraTextColor: string;
1863
+ iconSizeSmall: string;
1864
+ iconSizeMedium: string;
1865
+ iconSizeLarge: string;
1866
+ iconSizeHuge: string;
1867
+ }, any>;
1868
+ Button: import("../../_mixins").Theme<"Button", {
1869
+ heightTiny: string;
1870
+ heightSmall: string;
1871
+ heightMedium: string;
1872
+ heightLarge: string;
1873
+ borderRadiusTiny: string;
1874
+ borderRadiusSmall: string;
1875
+ borderRadiusMedium: string;
1876
+ borderRadiusLarge: string;
1877
+ fontSizeTiny: string;
1878
+ fontSizeSmall: string;
1879
+ fontSizeMedium: string;
1880
+ fontSizeLarge: string;
1881
+ opacityDisabled: string;
1882
+ colorOpacitySecondary: string;
1883
+ colorOpacitySecondaryHover: string;
1884
+ colorOpacitySecondaryPressed: string;
1885
+ colorSecondary: string;
1886
+ colorSecondaryHover: string;
1887
+ colorSecondaryPressed: string;
1888
+ colorTertiary: string;
1889
+ colorTertiaryHover: string;
1890
+ colorTertiaryPressed: string;
1891
+ colorQuaternary: string;
1892
+ colorQuaternaryHover: string;
1893
+ colorQuaternaryPressed: string;
1894
+ color: string;
1895
+ colorHover: string;
1896
+ colorPressed: string;
1897
+ colorFocus: string;
1898
+ colorDisabled: string;
1899
+ textColor: string;
1900
+ textColorTertiary: string;
1901
+ textColorHover: string;
1902
+ textColorPressed: string;
1903
+ textColorFocus: string;
1904
+ textColorDisabled: string;
1905
+ textColorText: string;
1906
+ textColorTextHover: string;
1907
+ textColorTextPressed: string;
1908
+ textColorTextFocus: string;
1909
+ textColorTextDisabled: string;
1910
+ textColorGhost: string;
1911
+ textColorGhostHover: string;
1912
+ textColorGhostPressed: string;
1913
+ textColorGhostFocus: string;
1914
+ textColorGhostDisabled: string;
1915
+ border: string;
1916
+ borderHover: string;
1917
+ borderPressed: string;
1918
+ borderFocus: string;
1919
+ borderDisabled: string;
1920
+ rippleColor: string;
1921
+ colorPrimary: string;
1922
+ colorHoverPrimary: string;
1923
+ colorPressedPrimary: string;
1924
+ colorFocusPrimary: string;
1925
+ colorDisabledPrimary: string;
1926
+ textColorPrimary: string;
1927
+ textColorHoverPrimary: string;
1928
+ textColorPressedPrimary: string;
1929
+ textColorFocusPrimary: string;
1930
+ textColorDisabledPrimary: string;
1931
+ textColorTextPrimary: string;
1932
+ textColorTextHoverPrimary: string;
1933
+ textColorTextPressedPrimary: string;
1934
+ textColorTextFocusPrimary: string;
1935
+ textColorTextDisabledPrimary: string;
1936
+ textColorGhostPrimary: string;
1937
+ textColorGhostHoverPrimary: string;
1938
+ textColorGhostPressedPrimary: string;
1939
+ textColorGhostFocusPrimary: string;
1940
+ textColorGhostDisabledPrimary: string;
1941
+ borderPrimary: string;
1942
+ borderHoverPrimary: string;
1943
+ borderPressedPrimary: string;
1944
+ borderFocusPrimary: string;
1945
+ borderDisabledPrimary: string;
1946
+ rippleColorPrimary: string;
1947
+ colorInfo: string;
1948
+ colorHoverInfo: string;
1949
+ colorPressedInfo: string;
1950
+ colorFocusInfo: string;
1951
+ colorDisabledInfo: string;
1952
+ textColorInfo: string;
1953
+ textColorHoverInfo: string;
1954
+ textColorPressedInfo: string;
1955
+ textColorFocusInfo: string;
1956
+ textColorDisabledInfo: string;
1957
+ textColorTextInfo: string;
1958
+ textColorTextHoverInfo: string;
1959
+ textColorTextPressedInfo: string;
1960
+ textColorTextFocusInfo: string;
1961
+ textColorTextDisabledInfo: string;
1962
+ textColorGhostInfo: string;
1963
+ textColorGhostHoverInfo: string;
1964
+ textColorGhostPressedInfo: string;
1965
+ textColorGhostFocusInfo: string;
1966
+ textColorGhostDisabledInfo: string;
1967
+ borderInfo: string;
1968
+ borderHoverInfo: string;
1969
+ borderPressedInfo: string;
1970
+ borderFocusInfo: string;
1971
+ borderDisabledInfo: string;
1972
+ rippleColorInfo: string;
1973
+ colorSuccess: string;
1974
+ colorHoverSuccess: string;
1975
+ colorPressedSuccess: string;
1976
+ colorFocusSuccess: string;
1977
+ colorDisabledSuccess: string;
1978
+ textColorSuccess: string;
1979
+ textColorHoverSuccess: string;
1980
+ textColorPressedSuccess: string;
1981
+ textColorFocusSuccess: string;
1982
+ textColorDisabledSuccess: string;
1983
+ textColorTextSuccess: string;
1984
+ textColorTextHoverSuccess: string;
1985
+ textColorTextPressedSuccess: string;
1986
+ textColorTextFocusSuccess: string;
1987
+ textColorTextDisabledSuccess: string;
1988
+ textColorGhostSuccess: string;
1989
+ textColorGhostHoverSuccess: string;
1990
+ textColorGhostPressedSuccess: string;
1991
+ textColorGhostFocusSuccess: string;
1992
+ textColorGhostDisabledSuccess: string;
1993
+ borderSuccess: string;
1994
+ borderHoverSuccess: string;
1995
+ borderPressedSuccess: string;
1996
+ borderFocusSuccess: string;
1997
+ borderDisabledSuccess: string;
1998
+ rippleColorSuccess: string;
1999
+ colorWarning: string;
2000
+ colorHoverWarning: string;
2001
+ colorPressedWarning: string;
2002
+ colorFocusWarning: string;
2003
+ colorDisabledWarning: string;
2004
+ textColorWarning: string;
2005
+ textColorHoverWarning: string;
2006
+ textColorPressedWarning: string;
2007
+ textColorFocusWarning: string;
2008
+ textColorDisabledWarning: string;
2009
+ textColorTextWarning: string;
2010
+ textColorTextHoverWarning: string;
2011
+ textColorTextPressedWarning: string;
2012
+ textColorTextFocusWarning: string;
2013
+ textColorTextDisabledWarning: string;
2014
+ textColorGhostWarning: string;
2015
+ textColorGhostHoverWarning: string;
2016
+ textColorGhostPressedWarning: string;
2017
+ textColorGhostFocusWarning: string;
2018
+ textColorGhostDisabledWarning: string;
2019
+ borderWarning: string;
2020
+ borderHoverWarning: string;
2021
+ borderPressedWarning: string;
2022
+ borderFocusWarning: string;
2023
+ borderDisabledWarning: string;
2024
+ rippleColorWarning: string;
2025
+ colorError: string;
2026
+ colorHoverError: string;
2027
+ colorPressedError: string;
2028
+ colorFocusError: string;
2029
+ colorDisabledError: string;
2030
+ textColorError: string;
2031
+ textColorHoverError: string;
2032
+ textColorPressedError: string;
2033
+ textColorFocusError: string;
2034
+ textColorDisabledError: string;
2035
+ textColorTextError: string;
2036
+ textColorTextHoverError: string;
2037
+ textColorTextPressedError: string;
2038
+ textColorTextFocusError: string;
2039
+ textColorTextDisabledError: string;
2040
+ textColorGhostError: string;
2041
+ textColorGhostHoverError: string;
2042
+ textColorGhostPressedError: string;
2043
+ textColorGhostFocusError: string;
2044
+ textColorGhostDisabledError: string;
2045
+ borderError: string;
2046
+ borderHoverError: string;
2047
+ borderPressedError: string;
2048
+ borderFocusError: string;
2049
+ borderDisabledError: string;
2050
+ rippleColorError: string;
2051
+ waveOpacity: string;
2052
+ fontWeight: string;
2053
+ fontWeightStrong: string;
2054
+ paddingTiny: string;
2055
+ paddingSmall: string;
2056
+ paddingMedium: string;
2057
+ paddingLarge: string;
2058
+ paddingRoundTiny: string;
2059
+ paddingRoundSmall: string;
2060
+ paddingRoundMedium: string;
2061
+ paddingRoundLarge: string;
2062
+ iconMarginTiny: string;
2063
+ iconMarginSmall: string;
2064
+ iconMarginMedium: string;
2065
+ iconMarginLarge: string;
2066
+ iconSizeTiny: string;
2067
+ iconSizeSmall: string;
2068
+ iconSizeMedium: string;
2069
+ iconSizeLarge: string;
2070
+ rippleDuration: string;
2071
+ }, any>;
2072
+ }>>>;
2073
+ }, {
2074
+ locale: import("vue").Ref<{
2075
+ sourceTitle: string;
2076
+ targetTitle: string;
2077
+ }>;
2078
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2079
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2080
+ itemSize: import("vue").ComputedRef<number>;
2081
+ isMounted: Readonly<import("vue").Ref<boolean>>;
2082
+ isInputing: import("vue").Ref<boolean>;
2083
+ mergedTheme: import("vue").ComputedRef<{
2084
+ common: {
2085
+ baseColor: string;
2086
+ primaryColor: string;
2087
+ primaryColorHover: string;
2088
+ primaryColorPressed: string;
2089
+ primaryColorSuppl: string;
2090
+ infoColor: string;
2091
+ infoColorHover: string;
2092
+ infoColorPressed: string;
2093
+ infoColorSuppl: string;
2094
+ successColor: string;
2095
+ successColorHover: string;
2096
+ successColorPressed: string;
2097
+ successColorSuppl: string;
2098
+ warningColor: string;
2099
+ warningColorHover: string;
2100
+ warningColorPressed: string;
2101
+ warningColorSuppl: string;
2102
+ errorColor: string;
2103
+ errorColorHover: string;
2104
+ errorColorPressed: string;
2105
+ errorColorSuppl: string;
2106
+ textColorBase: string;
2107
+ textColor1: string;
2108
+ textColor2: string;
2109
+ textColor3: string;
2110
+ textColorDisabled: string;
2111
+ placeholderColor: string;
2112
+ placeholderColorDisabled: string;
2113
+ iconColor: string;
2114
+ iconColorHover: string;
2115
+ iconColorPressed: string;
2116
+ iconColorDisabled: string;
2117
+ opacity1: string;
2118
+ opacity2: string;
2119
+ opacity3: string;
2120
+ opacity4: string;
2121
+ opacity5: string;
2122
+ dividerColor: string;
2123
+ borderColor: string;
2124
+ closeIconColor: string;
2125
+ closeIconColorHover: string;
2126
+ closeIconColorPressed: string;
2127
+ closeColorHover: string;
2128
+ closeColorPressed: string;
2129
+ clearColor: string;
2130
+ clearColorHover: string;
2131
+ clearColorPressed: string;
2132
+ scrollbarColor: string;
2133
+ scrollbarColorHover: string;
2134
+ scrollbarWidth: string;
2135
+ scrollbarHeight: string;
2136
+ scrollbarBorderRadius: string;
2137
+ progressRailColor: string;
2138
+ railColor: string;
2139
+ popoverColor: string;
2140
+ tableColor: string;
2141
+ cardColor: string;
2142
+ modalColor: string;
2143
+ bodyColor: string;
2144
+ tagColor: string;
2145
+ avatarColor: string;
2146
+ invertedColor: string;
2147
+ inputColor: string;
2148
+ codeColor: string;
2149
+ tabColor: string;
2150
+ actionColor: string;
2151
+ tableHeaderColor: string;
2152
+ hoverColor: string;
2153
+ tableColorHover: string;
2154
+ tableColorStriped: string;
2155
+ pressedColor: string;
2156
+ opacityDisabled: string;
2157
+ inputColorDisabled: string;
2158
+ buttonColor2: string;
2159
+ buttonColor2Hover: string;
2160
+ buttonColor2Pressed: string;
2161
+ boxShadow1: string;
2162
+ boxShadow2: string;
2163
+ boxShadow3: string;
2164
+ fontFamily: string;
2165
+ fontFamilyMono: string;
2166
+ fontWeight: string;
2167
+ fontWeightStrong: string;
2168
+ cubicBezierEaseInOut: string;
2169
+ cubicBezierEaseOut: string;
2170
+ cubicBezierEaseIn: string;
2171
+ borderRadius: string;
2172
+ borderRadiusSmall: string;
2173
+ fontSize: string;
2174
+ fontSizeMini: string;
2175
+ fontSizeTiny: string;
2176
+ fontSizeSmall: string;
2177
+ fontSizeMedium: string;
2178
+ fontSizeLarge: string;
2179
+ fontSizeHuge: string;
2180
+ lineHeight: string;
2181
+ heightMini: string;
2182
+ heightTiny: string;
2183
+ heightSmall: string;
2184
+ heightMedium: string;
2185
+ heightLarge: string;
2186
+ heightHuge: string;
2187
+ name: "common";
2188
+ };
2189
+ self: {
2190
+ itemHeightSmall: string;
2191
+ itemHeightMedium: string;
2192
+ itemHeightLarge: string;
2193
+ fontSizeSmall: string;
2194
+ fontSizeMedium: string;
2195
+ fontSizeLarge: string;
2196
+ borderRadius: string;
2197
+ borderColor: string;
2198
+ listColor: string;
2199
+ headerColor: string;
2200
+ titleTextColor: string;
2201
+ titleTextColorDisabled: string;
2202
+ extraTextColor: string;
2203
+ filterDividerColor: string;
2204
+ itemTextColor: string;
2205
+ itemTextColorDisabled: string;
2206
+ itemColorPending: string;
2207
+ titleFontWeight: string;
2208
+ iconColor: string;
2209
+ iconColorDisabled: string;
2210
+ extraFontSize: string;
2211
+ width: string;
2212
+ };
2213
+ peers: {
2214
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2215
+ labelLineHeight: string;
2216
+ fontSizeSmall: string;
2217
+ fontSizeMedium: string;
2218
+ fontSizeLarge: string;
2219
+ borderRadius: string;
2220
+ color: string;
2221
+ colorChecked: string;
2222
+ colorDisabled: string;
2223
+ colorDisabledChecked: string;
2224
+ colorTableHeader: string;
2225
+ colorTableHeaderModal: string;
2226
+ colorTableHeaderPopover: string;
2227
+ checkMarkColor: string;
2228
+ checkMarkColorDisabled: string;
2229
+ checkMarkColorDisabledChecked: string;
2230
+ border: string;
2231
+ borderDisabled: string;
2232
+ borderDisabledChecked: string;
2233
+ borderChecked: string;
2234
+ borderFocus: string;
2235
+ boxShadowFocus: string;
2236
+ textColor: string;
2237
+ textColorDisabled: string;
2238
+ sizeSmall: string;
2239
+ sizeMedium: string;
2240
+ sizeLarge: string;
2241
+ labelPadding: string;
2242
+ }, any>;
2243
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2244
+ color: string;
2245
+ colorHover: string;
2246
+ }, any>;
2247
+ Input: import("../../_mixins").Theme<"Input", {
2248
+ countTextColor: string;
2249
+ heightTiny: string;
2250
+ heightSmall: string;
2251
+ heightMedium: string;
2252
+ heightLarge: string;
2253
+ fontSizeTiny: string;
2254
+ fontSizeSmall: string;
2255
+ fontSizeMedium: string;
2256
+ fontSizeLarge: string;
2257
+ lineHeight: string;
2258
+ lineHeightTextarea: string;
2259
+ borderRadius: string;
2260
+ iconSize: string;
2261
+ groupLabelColor: string;
2262
+ groupLabelTextColor: string;
2263
+ textColor: string;
2264
+ textColorDisabled: string;
2265
+ textDecorationColor: string;
2266
+ caretColor: string;
2267
+ placeholderColor: string;
2268
+ placeholderColorDisabled: string;
2269
+ color: string;
2270
+ colorDisabled: string;
2271
+ colorFocus: string;
2272
+ groupLabelBorder: string;
2273
+ border: string;
2274
+ borderHover: string;
2275
+ borderDisabled: string;
2276
+ borderFocus: string;
2277
+ boxShadowFocus: string;
2278
+ loadingColor: string;
2279
+ loadingColorWarning: string;
2280
+ borderWarning: string;
2281
+ borderHoverWarning: string;
2282
+ colorFocusWarning: string;
2283
+ borderFocusWarning: string;
2284
+ boxShadowFocusWarning: string;
2285
+ caretColorWarning: string;
2286
+ loadingColorError: string;
2287
+ borderError: string;
2288
+ borderHoverError: string;
2289
+ colorFocusError: string;
2290
+ borderFocusError: string;
2291
+ boxShadowFocusError: string;
2292
+ caretColorError: string;
2293
+ clearColor: string;
2294
+ clearColorHover: string;
2295
+ clearColorPressed: string;
2296
+ iconColor: string;
2297
+ iconColorDisabled: string;
2298
+ iconColorHover: string;
2299
+ iconColorPressed: string;
2300
+ suffixTextColor: string;
2301
+ paddingTiny: string;
2302
+ paddingSmall: string;
2303
+ paddingMedium: string;
2304
+ paddingLarge: string;
2305
+ clearSize: string;
2306
+ }, any>;
2307
+ Empty: import("../../_mixins").Theme<"Empty", {
2308
+ fontSizeSmall: string;
2309
+ fontSizeMedium: string;
2310
+ fontSizeLarge: string;
2311
+ fontSizeHuge: string;
2312
+ textColor: string;
2313
+ iconColor: string;
2314
+ extraTextColor: string;
2315
+ iconSizeSmall: string;
2316
+ iconSizeMedium: string;
2317
+ iconSizeLarge: string;
2318
+ iconSizeHuge: string;
2319
+ }, any>;
2320
+ Button: import("../../_mixins").Theme<"Button", {
2321
+ heightTiny: string;
2322
+ heightSmall: string;
2323
+ heightMedium: string;
2324
+ heightLarge: string;
2325
+ borderRadiusTiny: string;
2326
+ borderRadiusSmall: string;
2327
+ borderRadiusMedium: string;
2328
+ borderRadiusLarge: string;
2329
+ fontSizeTiny: string;
2330
+ fontSizeSmall: string;
2331
+ fontSizeMedium: string;
2332
+ fontSizeLarge: string;
2333
+ opacityDisabled: string;
2334
+ colorOpacitySecondary: string;
2335
+ colorOpacitySecondaryHover: string;
2336
+ colorOpacitySecondaryPressed: string;
2337
+ colorSecondary: string;
2338
+ colorSecondaryHover: string;
2339
+ colorSecondaryPressed: string;
2340
+ colorTertiary: string;
2341
+ colorTertiaryHover: string;
2342
+ colorTertiaryPressed: string;
2343
+ colorQuaternary: string;
2344
+ colorQuaternaryHover: string;
2345
+ colorQuaternaryPressed: string;
2346
+ color: string;
2347
+ colorHover: string;
2348
+ colorPressed: string;
2349
+ colorFocus: string;
2350
+ colorDisabled: string;
2351
+ textColor: string;
2352
+ textColorTertiary: string;
2353
+ textColorHover: string;
2354
+ textColorPressed: string;
2355
+ textColorFocus: string;
2356
+ textColorDisabled: string;
2357
+ textColorText: string;
2358
+ textColorTextHover: string;
2359
+ textColorTextPressed: string;
2360
+ textColorTextFocus: string;
2361
+ textColorTextDisabled: string;
2362
+ textColorGhost: string;
2363
+ textColorGhostHover: string;
2364
+ textColorGhostPressed: string;
2365
+ textColorGhostFocus: string;
2366
+ textColorGhostDisabled: string;
2367
+ border: string;
2368
+ borderHover: string;
2369
+ borderPressed: string;
2370
+ borderFocus: string;
2371
+ borderDisabled: string;
2372
+ rippleColor: string;
2373
+ colorPrimary: string;
2374
+ colorHoverPrimary: string;
2375
+ colorPressedPrimary: string;
2376
+ colorFocusPrimary: string;
2377
+ colorDisabledPrimary: string;
2378
+ textColorPrimary: string;
2379
+ textColorHoverPrimary: string;
2380
+ textColorPressedPrimary: string;
2381
+ textColorFocusPrimary: string;
2382
+ textColorDisabledPrimary: string;
2383
+ textColorTextPrimary: string;
2384
+ textColorTextHoverPrimary: string;
2385
+ textColorTextPressedPrimary: string;
2386
+ textColorTextFocusPrimary: string;
2387
+ textColorTextDisabledPrimary: string;
2388
+ textColorGhostPrimary: string;
2389
+ textColorGhostHoverPrimary: string;
2390
+ textColorGhostPressedPrimary: string;
2391
+ textColorGhostFocusPrimary: string;
2392
+ textColorGhostDisabledPrimary: string;
2393
+ borderPrimary: string;
2394
+ borderHoverPrimary: string;
2395
+ borderPressedPrimary: string;
2396
+ borderFocusPrimary: string;
2397
+ borderDisabledPrimary: string;
2398
+ rippleColorPrimary: string;
2399
+ colorInfo: string;
2400
+ colorHoverInfo: string;
2401
+ colorPressedInfo: string;
2402
+ colorFocusInfo: string;
2403
+ colorDisabledInfo: string;
2404
+ textColorInfo: string;
2405
+ textColorHoverInfo: string;
2406
+ textColorPressedInfo: string;
2407
+ textColorFocusInfo: string;
2408
+ textColorDisabledInfo: string;
2409
+ textColorTextInfo: string;
2410
+ textColorTextHoverInfo: string;
2411
+ textColorTextPressedInfo: string;
2412
+ textColorTextFocusInfo: string;
2413
+ textColorTextDisabledInfo: string;
2414
+ textColorGhostInfo: string;
2415
+ textColorGhostHoverInfo: string;
2416
+ textColorGhostPressedInfo: string;
2417
+ textColorGhostFocusInfo: string;
2418
+ textColorGhostDisabledInfo: string;
2419
+ borderInfo: string;
2420
+ borderHoverInfo: string;
2421
+ borderPressedInfo: string;
2422
+ borderFocusInfo: string;
2423
+ borderDisabledInfo: string;
2424
+ rippleColorInfo: string;
2425
+ colorSuccess: string;
2426
+ colorHoverSuccess: string;
2427
+ colorPressedSuccess: string;
2428
+ colorFocusSuccess: string;
2429
+ colorDisabledSuccess: string;
2430
+ textColorSuccess: string;
2431
+ textColorHoverSuccess: string;
2432
+ textColorPressedSuccess: string;
2433
+ textColorFocusSuccess: string;
2434
+ textColorDisabledSuccess: string;
2435
+ textColorTextSuccess: string;
2436
+ textColorTextHoverSuccess: string;
2437
+ textColorTextPressedSuccess: string;
2438
+ textColorTextFocusSuccess: string;
2439
+ textColorTextDisabledSuccess: string;
2440
+ textColorGhostSuccess: string;
2441
+ textColorGhostHoverSuccess: string;
2442
+ textColorGhostPressedSuccess: string;
2443
+ textColorGhostFocusSuccess: string;
2444
+ textColorGhostDisabledSuccess: string;
2445
+ borderSuccess: string;
2446
+ borderHoverSuccess: string;
2447
+ borderPressedSuccess: string;
2448
+ borderFocusSuccess: string;
2449
+ borderDisabledSuccess: string;
2450
+ rippleColorSuccess: string;
2451
+ colorWarning: string;
2452
+ colorHoverWarning: string;
2453
+ colorPressedWarning: string;
2454
+ colorFocusWarning: string;
2455
+ colorDisabledWarning: string;
2456
+ textColorWarning: string;
2457
+ textColorHoverWarning: string;
2458
+ textColorPressedWarning: string;
2459
+ textColorFocusWarning: string;
2460
+ textColorDisabledWarning: string;
2461
+ textColorTextWarning: string;
2462
+ textColorTextHoverWarning: string;
2463
+ textColorTextPressedWarning: string;
2464
+ textColorTextFocusWarning: string;
2465
+ textColorTextDisabledWarning: string;
2466
+ textColorGhostWarning: string;
2467
+ textColorGhostHoverWarning: string;
2468
+ textColorGhostPressedWarning: string;
2469
+ textColorGhostFocusWarning: string;
2470
+ textColorGhostDisabledWarning: string;
2471
+ borderWarning: string;
2472
+ borderHoverWarning: string;
2473
+ borderPressedWarning: string;
2474
+ borderFocusWarning: string;
2475
+ borderDisabledWarning: string;
2476
+ rippleColorWarning: string;
2477
+ colorError: string;
2478
+ colorHoverError: string;
2479
+ colorPressedError: string;
2480
+ colorFocusError: string;
2481
+ colorDisabledError: string;
2482
+ textColorError: string;
2483
+ textColorHoverError: string;
2484
+ textColorPressedError: string;
2485
+ textColorFocusError: string;
2486
+ textColorDisabledError: string;
2487
+ textColorTextError: string;
2488
+ textColorTextHoverError: string;
2489
+ textColorTextPressedError: string;
2490
+ textColorTextFocusError: string;
2491
+ textColorTextDisabledError: string;
2492
+ textColorGhostError: string;
2493
+ textColorGhostHoverError: string;
2494
+ textColorGhostPressedError: string;
2495
+ textColorGhostFocusError: string;
2496
+ textColorGhostDisabledError: string;
2497
+ borderError: string;
2498
+ borderHoverError: string;
2499
+ borderPressedError: string;
2500
+ borderFocusError: string;
2501
+ borderDisabledError: string;
2502
+ rippleColorError: string;
2503
+ waveOpacity: string;
2504
+ fontWeight: string;
2505
+ fontWeightStrong: string;
2506
+ paddingTiny: string;
2507
+ paddingSmall: string;
2508
+ paddingMedium: string;
2509
+ paddingLarge: string;
2510
+ paddingRoundTiny: string;
2511
+ paddingRoundSmall: string;
2512
+ paddingRoundMedium: string;
2513
+ paddingRoundLarge: string;
2514
+ iconMarginTiny: string;
2515
+ iconMarginSmall: string;
2516
+ iconMarginMedium: string;
2517
+ iconMarginLarge: string;
2518
+ iconSizeTiny: string;
2519
+ iconSizeSmall: string;
2520
+ iconSizeMedium: string;
2521
+ iconSizeLarge: string;
2522
+ rippleDuration: string;
2523
+ }, any>;
2524
+ };
2525
+ peerOverrides: {
2526
+ Checkbox?: {
2527
+ peers?: {
2528
+ [x: string]: any;
2529
+ } | undefined;
2530
+ } | undefined;
2531
+ Scrollbar?: {
2532
+ peers?: {
2533
+ [x: string]: any;
2534
+ } | undefined;
2535
+ } | undefined;
2536
+ Input?: {
2537
+ peers?: {
2538
+ [x: string]: any;
2539
+ } | undefined;
2540
+ } | undefined;
2541
+ Empty?: {
2542
+ peers?: {
2543
+ [x: string]: any;
2544
+ } | undefined;
2545
+ } | undefined;
2546
+ Button?: {
2547
+ peers?: {
2548
+ [x: string]: any;
2549
+ } | undefined;
2550
+ } | undefined;
2551
+ };
2552
+ }>;
2553
+ filteredSrcOpts: import("vue").ComputedRef<Option[]>;
2554
+ filteredTgtOpts: import("vue").ComputedRef<any[]>;
2555
+ srcPattern: import("vue").Ref<string>;
2556
+ tgtPattern: import("vue").Ref<string>;
2557
+ toButtonDisabled: import("vue").ComputedRef<boolean>;
2558
+ fromButtonDisabled: import("vue").ComputedRef<boolean>;
2559
+ handleSrcHeaderCheck: (value: boolean) => void;
2560
+ handleTgtHeaderCheck: () => void;
2561
+ handleToSrcClick: () => void;
2562
+ handleToTgtClick: () => void;
2563
+ handleInputFocus: () => void;
2564
+ handleInputBlur: () => void;
2565
+ handleTgtFilterUpdateValue: (value: string | null) => void;
2566
+ handleSrcFilterUpdateValue: (value: string | null) => void;
2567
+ cssVars: import("vue").ComputedRef<{
2568
+ '--n-bezier': string;
2569
+ '--n-bezier-ease-in': string;
2570
+ '--n-bezier-ease-out': string;
2571
+ '--n-border-color': string;
2572
+ '--n-border-radius': string;
2573
+ '--n-extra-font-size': string;
2574
+ '--n-filter-divider-color': string;
2575
+ '--n-font-size': string;
2576
+ '--n-header-color': string;
2577
+ '--n-header-extra-text-color': string;
2578
+ '--n-header-font-weight': string;
2579
+ '--n-header-text-color': string;
2580
+ '--n-header-text-color-disabled': string;
2581
+ '--n-item-color-pending': string;
2582
+ '--n-item-height': string;
2583
+ '--n-item-text-color': string;
2584
+ '--n-item-text-color-disabled': string;
2585
+ '--n-list-color': string;
2586
+ '--n-width': string;
2587
+ '--n-icon-color': string;
2588
+ '--n-icon-color-disabled': string;
2589
+ }>;
2590
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2591
+ readonly value: PropType<OptionValue[] | null>;
2592
+ readonly defaultValue: {
2593
+ readonly type: PropType<OptionValue[] | null>;
2594
+ readonly default: null;
2595
+ };
2596
+ readonly options: {
2597
+ readonly type: PropType<Option[]>;
2598
+ readonly default: () => never[];
2599
+ };
2600
+ readonly disabled: {
2601
+ readonly type: PropType<boolean | undefined>;
2602
+ readonly default: undefined;
2603
+ };
2604
+ readonly virtualScroll: BooleanConstructor;
2605
+ readonly sourceTitle: StringConstructor;
2606
+ readonly targetTitle: StringConstructor;
2607
+ readonly filterable: BooleanConstructor;
2608
+ readonly sourceFilterPlaceholder: StringConstructor;
2609
+ readonly targetFilterPlaceholder: StringConstructor;
2610
+ readonly filter: {
2611
+ readonly type: PropType<Filter>;
2612
+ readonly default: (pattern: string, option: Option) => number | true;
2613
+ };
2614
+ readonly size: PropType<"small" | "medium" | "large">;
2615
+ readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
2616
+ readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
2617
+ readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
2618
+ readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
2619
+ itemHeightSmall: string;
2620
+ itemHeightMedium: string;
2621
+ itemHeightLarge: string;
2622
+ fontSizeSmall: string;
2623
+ fontSizeMedium: string;
2624
+ fontSizeLarge: string;
2625
+ borderRadius: string;
2626
+ borderColor: string;
2627
+ listColor: string;
2628
+ headerColor: string;
2629
+ titleTextColor: string;
2630
+ titleTextColorDisabled: string;
2631
+ extraTextColor: string;
2632
+ filterDividerColor: string;
2633
+ itemTextColor: string;
2634
+ itemTextColorDisabled: string;
2635
+ itemColorPending: string;
2636
+ titleFontWeight: string;
2637
+ iconColor: string;
2638
+ iconColorDisabled: string;
2639
+ extraFontSize: string;
2640
+ width: string;
2641
+ }, {
2642
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2643
+ labelLineHeight: string;
2644
+ fontSizeSmall: string;
2645
+ fontSizeMedium: string;
2646
+ fontSizeLarge: string;
2647
+ borderRadius: string;
2648
+ color: string;
2649
+ colorChecked: string;
2650
+ colorDisabled: string;
2651
+ colorDisabledChecked: string;
2652
+ colorTableHeader: string;
2653
+ colorTableHeaderModal: string;
2654
+ colorTableHeaderPopover: string;
2655
+ checkMarkColor: string;
2656
+ checkMarkColorDisabled: string;
2657
+ checkMarkColorDisabledChecked: string;
2658
+ border: string;
2659
+ borderDisabled: string;
2660
+ borderDisabledChecked: string;
2661
+ borderChecked: string;
2662
+ borderFocus: string;
2663
+ boxShadowFocus: string;
2664
+ textColor: string;
2665
+ textColorDisabled: string;
2666
+ sizeSmall: string;
2667
+ sizeMedium: string;
2668
+ sizeLarge: string;
2669
+ labelPadding: string;
2670
+ }, any>;
2671
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2672
+ color: string;
2673
+ colorHover: string;
2674
+ }, any>;
2675
+ Input: import("../../_mixins").Theme<"Input", {
2676
+ countTextColor: string;
2677
+ heightTiny: string;
2678
+ heightSmall: string;
2679
+ heightMedium: string;
2680
+ heightLarge: string;
2681
+ fontSizeTiny: string;
2682
+ fontSizeSmall: string;
2683
+ fontSizeMedium: string;
2684
+ fontSizeLarge: string;
2685
+ lineHeight: string;
2686
+ lineHeightTextarea: string;
2687
+ borderRadius: string;
2688
+ iconSize: string;
2689
+ groupLabelColor: string;
2690
+ groupLabelTextColor: string;
2691
+ textColor: string;
2692
+ textColorDisabled: string;
2693
+ textDecorationColor: string;
2694
+ caretColor: string;
2695
+ placeholderColor: string;
2696
+ placeholderColorDisabled: string;
2697
+ color: string;
2698
+ colorDisabled: string;
2699
+ colorFocus: string;
2700
+ groupLabelBorder: string;
2701
+ border: string;
2702
+ borderHover: string;
2703
+ borderDisabled: string;
2704
+ borderFocus: string;
2705
+ boxShadowFocus: string;
2706
+ loadingColor: string;
2707
+ loadingColorWarning: string;
2708
+ borderWarning: string;
2709
+ borderHoverWarning: string;
2710
+ colorFocusWarning: string;
2711
+ borderFocusWarning: string;
2712
+ boxShadowFocusWarning: string;
2713
+ caretColorWarning: string;
2714
+ loadingColorError: string;
2715
+ borderError: string;
2716
+ borderHoverError: string;
2717
+ colorFocusError: string;
2718
+ borderFocusError: string;
2719
+ boxShadowFocusError: string;
2720
+ caretColorError: string;
2721
+ clearColor: string;
2722
+ clearColorHover: string;
2723
+ clearColorPressed: string;
2724
+ iconColor: string;
2725
+ iconColorDisabled: string;
2726
+ iconColorHover: string;
2727
+ iconColorPressed: string;
2728
+ suffixTextColor: string;
2729
+ paddingTiny: string;
2730
+ paddingSmall: string;
2731
+ paddingMedium: string;
2732
+ paddingLarge: string;
2733
+ clearSize: string;
2734
+ }, any>;
2735
+ Empty: import("../../_mixins").Theme<"Empty", {
2736
+ fontSizeSmall: string;
2737
+ fontSizeMedium: string;
2738
+ fontSizeLarge: string;
2739
+ fontSizeHuge: string;
2740
+ textColor: string;
2741
+ iconColor: string;
2742
+ extraTextColor: string;
2743
+ iconSizeSmall: string;
2744
+ iconSizeMedium: string;
2745
+ iconSizeLarge: string;
2746
+ iconSizeHuge: string;
2747
+ }, any>;
2748
+ Button: import("../../_mixins").Theme<"Button", {
2749
+ heightTiny: string;
2750
+ heightSmall: string;
2751
+ heightMedium: string;
2752
+ heightLarge: string;
2753
+ borderRadiusTiny: string;
2754
+ borderRadiusSmall: string;
2755
+ borderRadiusMedium: string;
2756
+ borderRadiusLarge: string;
2757
+ fontSizeTiny: string;
2758
+ fontSizeSmall: string;
2759
+ fontSizeMedium: string;
2760
+ fontSizeLarge: string;
2761
+ opacityDisabled: string;
2762
+ colorOpacitySecondary: string;
2763
+ colorOpacitySecondaryHover: string;
2764
+ colorOpacitySecondaryPressed: string;
2765
+ colorSecondary: string;
2766
+ colorSecondaryHover: string;
2767
+ colorSecondaryPressed: string;
2768
+ colorTertiary: string;
2769
+ colorTertiaryHover: string;
2770
+ colorTertiaryPressed: string;
2771
+ colorQuaternary: string;
2772
+ colorQuaternaryHover: string;
2773
+ colorQuaternaryPressed: string;
2774
+ color: string;
2775
+ colorHover: string;
2776
+ colorPressed: string;
2777
+ colorFocus: string;
2778
+ colorDisabled: string;
2779
+ textColor: string;
2780
+ textColorTertiary: string;
2781
+ textColorHover: string;
2782
+ textColorPressed: string;
2783
+ textColorFocus: string;
2784
+ textColorDisabled: string;
2785
+ textColorText: string;
2786
+ textColorTextHover: string;
2787
+ textColorTextPressed: string;
2788
+ textColorTextFocus: string;
2789
+ textColorTextDisabled: string;
2790
+ textColorGhost: string;
2791
+ textColorGhostHover: string;
2792
+ textColorGhostPressed: string;
2793
+ textColorGhostFocus: string;
2794
+ textColorGhostDisabled: string;
2795
+ border: string;
2796
+ borderHover: string;
2797
+ borderPressed: string;
2798
+ borderFocus: string;
2799
+ borderDisabled: string;
2800
+ rippleColor: string;
2801
+ colorPrimary: string;
2802
+ colorHoverPrimary: string;
2803
+ colorPressedPrimary: string;
2804
+ colorFocusPrimary: string;
2805
+ colorDisabledPrimary: string;
2806
+ textColorPrimary: string;
2807
+ textColorHoverPrimary: string;
2808
+ textColorPressedPrimary: string;
2809
+ textColorFocusPrimary: string;
2810
+ textColorDisabledPrimary: string;
2811
+ textColorTextPrimary: string;
2812
+ textColorTextHoverPrimary: string;
2813
+ textColorTextPressedPrimary: string;
2814
+ textColorTextFocusPrimary: string;
2815
+ textColorTextDisabledPrimary: string;
2816
+ textColorGhostPrimary: string;
2817
+ textColorGhostHoverPrimary: string;
2818
+ textColorGhostPressedPrimary: string;
2819
+ textColorGhostFocusPrimary: string;
2820
+ textColorGhostDisabledPrimary: string;
2821
+ borderPrimary: string;
2822
+ borderHoverPrimary: string;
2823
+ borderPressedPrimary: string;
2824
+ borderFocusPrimary: string;
2825
+ borderDisabledPrimary: string;
2826
+ rippleColorPrimary: string;
2827
+ colorInfo: string;
2828
+ colorHoverInfo: string;
2829
+ colorPressedInfo: string;
2830
+ colorFocusInfo: string;
2831
+ colorDisabledInfo: string;
2832
+ textColorInfo: string;
2833
+ textColorHoverInfo: string;
2834
+ textColorPressedInfo: string;
2835
+ textColorFocusInfo: string;
2836
+ textColorDisabledInfo: string;
2837
+ textColorTextInfo: string;
2838
+ textColorTextHoverInfo: string;
2839
+ textColorTextPressedInfo: string;
2840
+ textColorTextFocusInfo: string;
2841
+ textColorTextDisabledInfo: string;
2842
+ textColorGhostInfo: string;
2843
+ textColorGhostHoverInfo: string;
2844
+ textColorGhostPressedInfo: string;
2845
+ textColorGhostFocusInfo: string;
2846
+ textColorGhostDisabledInfo: string;
2847
+ borderInfo: string;
2848
+ borderHoverInfo: string;
2849
+ borderPressedInfo: string;
2850
+ borderFocusInfo: string;
2851
+ borderDisabledInfo: string;
2852
+ rippleColorInfo: string;
2853
+ colorSuccess: string;
2854
+ colorHoverSuccess: string;
2855
+ colorPressedSuccess: string;
2856
+ colorFocusSuccess: string;
2857
+ colorDisabledSuccess: string;
2858
+ textColorSuccess: string;
2859
+ textColorHoverSuccess: string;
2860
+ textColorPressedSuccess: string;
2861
+ textColorFocusSuccess: string;
2862
+ textColorDisabledSuccess: string;
2863
+ textColorTextSuccess: string;
2864
+ textColorTextHoverSuccess: string;
2865
+ textColorTextPressedSuccess: string;
2866
+ textColorTextFocusSuccess: string;
2867
+ textColorTextDisabledSuccess: string;
2868
+ textColorGhostSuccess: string;
2869
+ textColorGhostHoverSuccess: string;
2870
+ textColorGhostPressedSuccess: string;
2871
+ textColorGhostFocusSuccess: string;
2872
+ textColorGhostDisabledSuccess: string;
2873
+ borderSuccess: string;
2874
+ borderHoverSuccess: string;
2875
+ borderPressedSuccess: string;
2876
+ borderFocusSuccess: string;
2877
+ borderDisabledSuccess: string;
2878
+ rippleColorSuccess: string;
2879
+ colorWarning: string;
2880
+ colorHoverWarning: string;
2881
+ colorPressedWarning: string;
2882
+ colorFocusWarning: string;
2883
+ colorDisabledWarning: string;
2884
+ textColorWarning: string;
2885
+ textColorHoverWarning: string;
2886
+ textColorPressedWarning: string;
2887
+ textColorFocusWarning: string;
2888
+ textColorDisabledWarning: string;
2889
+ textColorTextWarning: string;
2890
+ textColorTextHoverWarning: string;
2891
+ textColorTextPressedWarning: string;
2892
+ textColorTextFocusWarning: string;
2893
+ textColorTextDisabledWarning: string;
2894
+ textColorGhostWarning: string;
2895
+ textColorGhostHoverWarning: string;
2896
+ textColorGhostPressedWarning: string;
2897
+ textColorGhostFocusWarning: string;
2898
+ textColorGhostDisabledWarning: string;
2899
+ borderWarning: string;
2900
+ borderHoverWarning: string;
2901
+ borderPressedWarning: string;
2902
+ borderFocusWarning: string;
2903
+ borderDisabledWarning: string;
2904
+ rippleColorWarning: string;
2905
+ colorError: string;
2906
+ colorHoverError: string;
2907
+ colorPressedError: string;
2908
+ colorFocusError: string;
2909
+ colorDisabledError: string;
2910
+ textColorError: string;
2911
+ textColorHoverError: string;
2912
+ textColorPressedError: string;
2913
+ textColorFocusError: string;
2914
+ textColorDisabledError: string;
2915
+ textColorTextError: string;
2916
+ textColorTextHoverError: string;
2917
+ textColorTextPressedError: string;
2918
+ textColorTextFocusError: string;
2919
+ textColorTextDisabledError: string;
2920
+ textColorGhostError: string;
2921
+ textColorGhostHoverError: string;
2922
+ textColorGhostPressedError: string;
2923
+ textColorGhostFocusError: string;
2924
+ textColorGhostDisabledError: string;
2925
+ borderError: string;
2926
+ borderHoverError: string;
2927
+ borderPressedError: string;
2928
+ borderFocusError: string;
2929
+ borderDisabledError: string;
2930
+ rippleColorError: string;
2931
+ waveOpacity: string;
2932
+ fontWeight: string;
2933
+ fontWeightStrong: string;
2934
+ paddingTiny: string;
2935
+ paddingSmall: string;
2936
+ paddingMedium: string;
2937
+ paddingLarge: string;
2938
+ paddingRoundTiny: string;
2939
+ paddingRoundSmall: string;
2940
+ paddingRoundMedium: string;
2941
+ paddingRoundLarge: string;
2942
+ iconMarginTiny: string;
2943
+ iconMarginSmall: string;
2944
+ iconMarginMedium: string;
2945
+ iconMarginLarge: string;
2946
+ iconSizeTiny: string;
2947
+ iconSizeSmall: string;
2948
+ iconSizeMedium: string;
2949
+ iconSizeLarge: string;
2950
+ rippleDuration: string;
2951
+ }, any>;
2952
+ }>>;
2953
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
2954
+ itemHeightSmall: string;
2955
+ itemHeightMedium: string;
2956
+ itemHeightLarge: string;
2957
+ fontSizeSmall: string;
2958
+ fontSizeMedium: string;
2959
+ fontSizeLarge: string;
2960
+ borderRadius: string;
2961
+ borderColor: string;
2962
+ listColor: string;
2963
+ headerColor: string;
2964
+ titleTextColor: string;
2965
+ titleTextColorDisabled: string;
2966
+ extraTextColor: string;
2967
+ filterDividerColor: string;
2968
+ itemTextColor: string;
2969
+ itemTextColorDisabled: string;
2970
+ itemColorPending: string;
2971
+ titleFontWeight: string;
2972
+ iconColor: string;
2973
+ iconColorDisabled: string;
2974
+ extraFontSize: string;
2975
+ width: string;
2976
+ }, {
2977
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
2978
+ labelLineHeight: string;
2979
+ fontSizeSmall: string;
2980
+ fontSizeMedium: string;
2981
+ fontSizeLarge: string;
2982
+ borderRadius: string;
2983
+ color: string;
2984
+ colorChecked: string;
2985
+ colorDisabled: string;
2986
+ colorDisabledChecked: string;
2987
+ colorTableHeader: string;
2988
+ colorTableHeaderModal: string;
2989
+ colorTableHeaderPopover: string;
2990
+ checkMarkColor: string;
2991
+ checkMarkColorDisabled: string;
2992
+ checkMarkColorDisabledChecked: string;
2993
+ border: string;
2994
+ borderDisabled: string;
2995
+ borderDisabledChecked: string;
2996
+ borderChecked: string;
2997
+ borderFocus: string;
2998
+ boxShadowFocus: string;
2999
+ textColor: string;
3000
+ textColorDisabled: string;
3001
+ sizeSmall: string;
3002
+ sizeMedium: string;
3003
+ sizeLarge: string;
3004
+ labelPadding: string;
3005
+ }, any>;
3006
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3007
+ color: string;
3008
+ colorHover: string;
3009
+ }, any>;
3010
+ Input: import("../../_mixins").Theme<"Input", {
3011
+ countTextColor: string;
3012
+ heightTiny: string;
3013
+ heightSmall: string;
3014
+ heightMedium: string;
3015
+ heightLarge: string;
3016
+ fontSizeTiny: string;
3017
+ fontSizeSmall: string;
3018
+ fontSizeMedium: string;
3019
+ fontSizeLarge: string;
3020
+ lineHeight: string;
3021
+ lineHeightTextarea: string;
3022
+ borderRadius: string;
3023
+ iconSize: string;
3024
+ groupLabelColor: string;
3025
+ groupLabelTextColor: string;
3026
+ textColor: string;
3027
+ textColorDisabled: string;
3028
+ textDecorationColor: string;
3029
+ caretColor: string;
3030
+ placeholderColor: string;
3031
+ placeholderColorDisabled: string;
3032
+ color: string;
3033
+ colorDisabled: string;
3034
+ colorFocus: string;
3035
+ groupLabelBorder: string;
3036
+ border: string;
3037
+ borderHover: string;
3038
+ borderDisabled: string;
3039
+ borderFocus: string;
3040
+ boxShadowFocus: string;
3041
+ loadingColor: string;
3042
+ loadingColorWarning: string;
3043
+ borderWarning: string;
3044
+ borderHoverWarning: string;
3045
+ colorFocusWarning: string;
3046
+ borderFocusWarning: string;
3047
+ boxShadowFocusWarning: string;
3048
+ caretColorWarning: string;
3049
+ loadingColorError: string;
3050
+ borderError: string;
3051
+ borderHoverError: string;
3052
+ colorFocusError: string;
3053
+ borderFocusError: string;
3054
+ boxShadowFocusError: string;
3055
+ caretColorError: string;
3056
+ clearColor: string;
3057
+ clearColorHover: string;
3058
+ clearColorPressed: string;
3059
+ iconColor: string;
3060
+ iconColorDisabled: string;
3061
+ iconColorHover: string;
3062
+ iconColorPressed: string;
3063
+ suffixTextColor: string;
3064
+ paddingTiny: string;
3065
+ paddingSmall: string;
3066
+ paddingMedium: string;
3067
+ paddingLarge: string;
3068
+ clearSize: string;
3069
+ }, any>;
3070
+ Empty: import("../../_mixins").Theme<"Empty", {
3071
+ fontSizeSmall: string;
3072
+ fontSizeMedium: string;
3073
+ fontSizeLarge: string;
3074
+ fontSizeHuge: string;
3075
+ textColor: string;
3076
+ iconColor: string;
3077
+ extraTextColor: string;
3078
+ iconSizeSmall: string;
3079
+ iconSizeMedium: string;
3080
+ iconSizeLarge: string;
3081
+ iconSizeHuge: string;
3082
+ }, any>;
3083
+ Button: import("../../_mixins").Theme<"Button", {
3084
+ heightTiny: string;
3085
+ heightSmall: string;
3086
+ heightMedium: string;
3087
+ heightLarge: string;
3088
+ borderRadiusTiny: string;
3089
+ borderRadiusSmall: string;
3090
+ borderRadiusMedium: string;
3091
+ borderRadiusLarge: string;
3092
+ fontSizeTiny: string;
3093
+ fontSizeSmall: string;
3094
+ fontSizeMedium: string;
3095
+ fontSizeLarge: string;
3096
+ opacityDisabled: string;
3097
+ colorOpacitySecondary: string;
3098
+ colorOpacitySecondaryHover: string;
3099
+ colorOpacitySecondaryPressed: string;
3100
+ colorSecondary: string;
3101
+ colorSecondaryHover: string;
3102
+ colorSecondaryPressed: string;
3103
+ colorTertiary: string;
3104
+ colorTertiaryHover: string;
3105
+ colorTertiaryPressed: string;
3106
+ colorQuaternary: string;
3107
+ colorQuaternaryHover: string;
3108
+ colorQuaternaryPressed: string;
3109
+ color: string;
3110
+ colorHover: string;
3111
+ colorPressed: string;
3112
+ colorFocus: string;
3113
+ colorDisabled: string;
3114
+ textColor: string;
3115
+ textColorTertiary: string;
3116
+ textColorHover: string;
3117
+ textColorPressed: string;
3118
+ textColorFocus: string;
3119
+ textColorDisabled: string;
3120
+ textColorText: string;
3121
+ textColorTextHover: string;
3122
+ textColorTextPressed: string;
3123
+ textColorTextFocus: string;
3124
+ textColorTextDisabled: string;
3125
+ textColorGhost: string;
3126
+ textColorGhostHover: string;
3127
+ textColorGhostPressed: string;
3128
+ textColorGhostFocus: string;
3129
+ textColorGhostDisabled: string;
3130
+ border: string;
3131
+ borderHover: string;
3132
+ borderPressed: string;
3133
+ borderFocus: string;
3134
+ borderDisabled: string;
3135
+ rippleColor: string;
3136
+ colorPrimary: string;
3137
+ colorHoverPrimary: string;
3138
+ colorPressedPrimary: string;
3139
+ colorFocusPrimary: string;
3140
+ colorDisabledPrimary: string;
3141
+ textColorPrimary: string;
3142
+ textColorHoverPrimary: string;
3143
+ textColorPressedPrimary: string;
3144
+ textColorFocusPrimary: string;
3145
+ textColorDisabledPrimary: string;
3146
+ textColorTextPrimary: string;
3147
+ textColorTextHoverPrimary: string;
3148
+ textColorTextPressedPrimary: string;
3149
+ textColorTextFocusPrimary: string;
3150
+ textColorTextDisabledPrimary: string;
3151
+ textColorGhostPrimary: string;
3152
+ textColorGhostHoverPrimary: string;
3153
+ textColorGhostPressedPrimary: string;
3154
+ textColorGhostFocusPrimary: string;
3155
+ textColorGhostDisabledPrimary: string;
3156
+ borderPrimary: string;
3157
+ borderHoverPrimary: string;
3158
+ borderPressedPrimary: string;
3159
+ borderFocusPrimary: string;
3160
+ borderDisabledPrimary: string;
3161
+ rippleColorPrimary: string;
3162
+ colorInfo: string;
3163
+ colorHoverInfo: string;
3164
+ colorPressedInfo: string;
3165
+ colorFocusInfo: string;
3166
+ colorDisabledInfo: string;
3167
+ textColorInfo: string;
3168
+ textColorHoverInfo: string;
3169
+ textColorPressedInfo: string;
3170
+ textColorFocusInfo: string;
3171
+ textColorDisabledInfo: string;
3172
+ textColorTextInfo: string;
3173
+ textColorTextHoverInfo: string;
3174
+ textColorTextPressedInfo: string;
3175
+ textColorTextFocusInfo: string;
3176
+ textColorTextDisabledInfo: string;
3177
+ textColorGhostInfo: string;
3178
+ textColorGhostHoverInfo: string;
3179
+ textColorGhostPressedInfo: string;
3180
+ textColorGhostFocusInfo: string;
3181
+ textColorGhostDisabledInfo: string;
3182
+ borderInfo: string;
3183
+ borderHoverInfo: string;
3184
+ borderPressedInfo: string;
3185
+ borderFocusInfo: string;
3186
+ borderDisabledInfo: string;
3187
+ rippleColorInfo: string;
3188
+ colorSuccess: string;
3189
+ colorHoverSuccess: string;
3190
+ colorPressedSuccess: string;
3191
+ colorFocusSuccess: string;
3192
+ colorDisabledSuccess: string;
3193
+ textColorSuccess: string;
3194
+ textColorHoverSuccess: string;
3195
+ textColorPressedSuccess: string;
3196
+ textColorFocusSuccess: string;
3197
+ textColorDisabledSuccess: string;
3198
+ textColorTextSuccess: string;
3199
+ textColorTextHoverSuccess: string;
3200
+ textColorTextPressedSuccess: string;
3201
+ textColorTextFocusSuccess: string;
3202
+ textColorTextDisabledSuccess: string;
3203
+ textColorGhostSuccess: string;
3204
+ textColorGhostHoverSuccess: string;
3205
+ textColorGhostPressedSuccess: string;
3206
+ textColorGhostFocusSuccess: string;
3207
+ textColorGhostDisabledSuccess: string;
3208
+ borderSuccess: string;
3209
+ borderHoverSuccess: string;
3210
+ borderPressedSuccess: string;
3211
+ borderFocusSuccess: string;
3212
+ borderDisabledSuccess: string;
3213
+ rippleColorSuccess: string;
3214
+ colorWarning: string;
3215
+ colorHoverWarning: string;
3216
+ colorPressedWarning: string;
3217
+ colorFocusWarning: string;
3218
+ colorDisabledWarning: string;
3219
+ textColorWarning: string;
3220
+ textColorHoverWarning: string;
3221
+ textColorPressedWarning: string;
3222
+ textColorFocusWarning: string;
3223
+ textColorDisabledWarning: string;
3224
+ textColorTextWarning: string;
3225
+ textColorTextHoverWarning: string;
3226
+ textColorTextPressedWarning: string;
3227
+ textColorTextFocusWarning: string;
3228
+ textColorTextDisabledWarning: string;
3229
+ textColorGhostWarning: string;
3230
+ textColorGhostHoverWarning: string;
3231
+ textColorGhostPressedWarning: string;
3232
+ textColorGhostFocusWarning: string;
3233
+ textColorGhostDisabledWarning: string;
3234
+ borderWarning: string;
3235
+ borderHoverWarning: string;
3236
+ borderPressedWarning: string;
3237
+ borderFocusWarning: string;
3238
+ borderDisabledWarning: string;
3239
+ rippleColorWarning: string;
3240
+ colorError: string;
3241
+ colorHoverError: string;
3242
+ colorPressedError: string;
3243
+ colorFocusError: string;
3244
+ colorDisabledError: string;
3245
+ textColorError: string;
3246
+ textColorHoverError: string;
3247
+ textColorPressedError: string;
3248
+ textColorFocusError: string;
3249
+ textColorDisabledError: string;
3250
+ textColorTextError: string;
3251
+ textColorTextHoverError: string;
3252
+ textColorTextPressedError: string;
3253
+ textColorTextFocusError: string;
3254
+ textColorTextDisabledError: string;
3255
+ textColorGhostError: string;
3256
+ textColorGhostHoverError: string;
3257
+ textColorGhostPressedError: string;
3258
+ textColorGhostFocusError: string;
3259
+ textColorGhostDisabledError: string;
3260
+ borderError: string;
3261
+ borderHoverError: string;
3262
+ borderPressedError: string;
3263
+ borderFocusError: string;
3264
+ borderDisabledError: string;
3265
+ rippleColorError: string;
3266
+ waveOpacity: string;
3267
+ fontWeight: string;
3268
+ fontWeightStrong: string;
3269
+ paddingTiny: string;
3270
+ paddingSmall: string;
3271
+ paddingMedium: string;
3272
+ paddingLarge: string;
3273
+ paddingRoundTiny: string;
3274
+ paddingRoundSmall: string;
3275
+ paddingRoundMedium: string;
3276
+ paddingRoundLarge: string;
3277
+ iconMarginTiny: string;
3278
+ iconMarginSmall: string;
3279
+ iconMarginMedium: string;
3280
+ iconMarginLarge: string;
3281
+ iconSizeTiny: string;
3282
+ iconSizeSmall: string;
3283
+ iconSizeMedium: string;
3284
+ iconSizeLarge: string;
3285
+ rippleDuration: string;
3286
+ }, any>;
3287
+ }>>>;
3288
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
3289
+ itemHeightSmall: string;
3290
+ itemHeightMedium: string;
3291
+ itemHeightLarge: string;
3292
+ fontSizeSmall: string;
3293
+ fontSizeMedium: string;
3294
+ fontSizeLarge: string;
3295
+ borderRadius: string;
3296
+ borderColor: string;
3297
+ listColor: string;
3298
+ headerColor: string;
3299
+ titleTextColor: string;
3300
+ titleTextColorDisabled: string;
3301
+ extraTextColor: string;
3302
+ filterDividerColor: string;
3303
+ itemTextColor: string;
3304
+ itemTextColorDisabled: string;
3305
+ itemColorPending: string;
3306
+ titleFontWeight: string;
3307
+ iconColor: string;
3308
+ iconColorDisabled: string;
3309
+ extraFontSize: string;
3310
+ width: string;
3311
+ }, {
3312
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
3313
+ labelLineHeight: string;
3314
+ fontSizeSmall: string;
3315
+ fontSizeMedium: string;
3316
+ fontSizeLarge: string;
3317
+ borderRadius: string;
3318
+ color: string;
3319
+ colorChecked: string;
3320
+ colorDisabled: string;
3321
+ colorDisabledChecked: string;
3322
+ colorTableHeader: string;
3323
+ colorTableHeaderModal: string;
3324
+ colorTableHeaderPopover: string;
3325
+ checkMarkColor: string;
3326
+ checkMarkColorDisabled: string;
3327
+ checkMarkColorDisabledChecked: string;
3328
+ border: string;
3329
+ borderDisabled: string;
3330
+ borderDisabledChecked: string;
3331
+ borderChecked: string;
3332
+ borderFocus: string;
3333
+ boxShadowFocus: string;
3334
+ textColor: string;
3335
+ textColorDisabled: string;
3336
+ sizeSmall: string;
3337
+ sizeMedium: string;
3338
+ sizeLarge: string;
3339
+ labelPadding: string;
3340
+ }, any>;
3341
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
3342
+ color: string;
3343
+ colorHover: string;
3344
+ }, any>;
3345
+ Input: import("../../_mixins").Theme<"Input", {
3346
+ countTextColor: string;
3347
+ heightTiny: string;
3348
+ heightSmall: string;
3349
+ heightMedium: string;
3350
+ heightLarge: string;
3351
+ fontSizeTiny: string;
3352
+ fontSizeSmall: string;
3353
+ fontSizeMedium: string;
3354
+ fontSizeLarge: string;
3355
+ lineHeight: string;
3356
+ lineHeightTextarea: string;
3357
+ borderRadius: string;
3358
+ iconSize: string;
3359
+ groupLabelColor: string;
3360
+ groupLabelTextColor: string;
3361
+ textColor: string;
3362
+ textColorDisabled: string;
3363
+ textDecorationColor: string;
3364
+ caretColor: string;
3365
+ placeholderColor: string;
3366
+ placeholderColorDisabled: string;
3367
+ color: string;
3368
+ colorDisabled: string;
3369
+ colorFocus: string;
3370
+ groupLabelBorder: string;
3371
+ border: string;
3372
+ borderHover: string;
3373
+ borderDisabled: string;
3374
+ borderFocus: string;
3375
+ boxShadowFocus: string;
3376
+ loadingColor: string;
3377
+ loadingColorWarning: string;
3378
+ borderWarning: string;
3379
+ borderHoverWarning: string;
3380
+ colorFocusWarning: string;
3381
+ borderFocusWarning: string;
3382
+ boxShadowFocusWarning: string;
3383
+ caretColorWarning: string;
3384
+ loadingColorError: string;
3385
+ borderError: string;
3386
+ borderHoverError: string;
3387
+ colorFocusError: string;
3388
+ borderFocusError: string;
3389
+ boxShadowFocusError: string;
3390
+ caretColorError: string;
3391
+ clearColor: string;
3392
+ clearColorHover: string;
3393
+ clearColorPressed: string;
3394
+ iconColor: string;
3395
+ iconColorDisabled: string;
3396
+ iconColorHover: string;
3397
+ iconColorPressed: string;
3398
+ suffixTextColor: string;
3399
+ paddingTiny: string;
3400
+ paddingSmall: string;
3401
+ paddingMedium: string;
3402
+ paddingLarge: string;
3403
+ clearSize: string;
3404
+ }, any>;
3405
+ Empty: import("../../_mixins").Theme<"Empty", {
3406
+ fontSizeSmall: string;
3407
+ fontSizeMedium: string;
3408
+ fontSizeLarge: string;
3409
+ fontSizeHuge: string;
3410
+ textColor: string;
3411
+ iconColor: string;
3412
+ extraTextColor: string;
3413
+ iconSizeSmall: string;
3414
+ iconSizeMedium: string;
3415
+ iconSizeLarge: string;
3416
+ iconSizeHuge: string;
3417
+ }, any>;
3418
+ Button: import("../../_mixins").Theme<"Button", {
3419
+ heightTiny: string;
3420
+ heightSmall: string;
3421
+ heightMedium: string;
3422
+ heightLarge: string;
3423
+ borderRadiusTiny: string;
3424
+ borderRadiusSmall: string;
3425
+ borderRadiusMedium: string;
3426
+ borderRadiusLarge: string;
3427
+ fontSizeTiny: string;
3428
+ fontSizeSmall: string;
3429
+ fontSizeMedium: string;
3430
+ fontSizeLarge: string;
3431
+ opacityDisabled: string;
3432
+ colorOpacitySecondary: string;
3433
+ colorOpacitySecondaryHover: string;
3434
+ colorOpacitySecondaryPressed: string;
3435
+ colorSecondary: string;
3436
+ colorSecondaryHover: string;
3437
+ colorSecondaryPressed: string;
3438
+ colorTertiary: string;
3439
+ colorTertiaryHover: string;
3440
+ colorTertiaryPressed: string;
3441
+ colorQuaternary: string;
3442
+ colorQuaternaryHover: string;
3443
+ colorQuaternaryPressed: string;
3444
+ color: string;
3445
+ colorHover: string;
3446
+ colorPressed: string;
3447
+ colorFocus: string;
3448
+ colorDisabled: string;
3449
+ textColor: string;
3450
+ textColorTertiary: string;
3451
+ textColorHover: string;
3452
+ textColorPressed: string;
3453
+ textColorFocus: string;
3454
+ textColorDisabled: string;
3455
+ textColorText: string;
3456
+ textColorTextHover: string;
3457
+ textColorTextPressed: string;
3458
+ textColorTextFocus: string;
3459
+ textColorTextDisabled: string;
3460
+ textColorGhost: string;
3461
+ textColorGhostHover: string;
3462
+ textColorGhostPressed: string;
3463
+ textColorGhostFocus: string;
3464
+ textColorGhostDisabled: string;
3465
+ border: string;
3466
+ borderHover: string;
3467
+ borderPressed: string;
3468
+ borderFocus: string;
3469
+ borderDisabled: string;
3470
+ rippleColor: string;
3471
+ colorPrimary: string;
3472
+ colorHoverPrimary: string;
3473
+ colorPressedPrimary: string;
3474
+ colorFocusPrimary: string;
3475
+ colorDisabledPrimary: string;
3476
+ textColorPrimary: string;
3477
+ textColorHoverPrimary: string;
3478
+ textColorPressedPrimary: string;
3479
+ textColorFocusPrimary: string;
3480
+ textColorDisabledPrimary: string;
3481
+ textColorTextPrimary: string;
3482
+ textColorTextHoverPrimary: string;
3483
+ textColorTextPressedPrimary: string;
3484
+ textColorTextFocusPrimary: string;
3485
+ textColorTextDisabledPrimary: string;
3486
+ textColorGhostPrimary: string;
3487
+ textColorGhostHoverPrimary: string;
3488
+ textColorGhostPressedPrimary: string;
3489
+ textColorGhostFocusPrimary: string;
3490
+ textColorGhostDisabledPrimary: string;
3491
+ borderPrimary: string;
3492
+ borderHoverPrimary: string;
3493
+ borderPressedPrimary: string;
3494
+ borderFocusPrimary: string;
3495
+ borderDisabledPrimary: string;
3496
+ rippleColorPrimary: string;
3497
+ colorInfo: string;
3498
+ colorHoverInfo: string;
3499
+ colorPressedInfo: string;
3500
+ colorFocusInfo: string;
3501
+ colorDisabledInfo: string;
3502
+ textColorInfo: string;
3503
+ textColorHoverInfo: string;
3504
+ textColorPressedInfo: string;
3505
+ textColorFocusInfo: string;
3506
+ textColorDisabledInfo: string;
3507
+ textColorTextInfo: string;
3508
+ textColorTextHoverInfo: string;
3509
+ textColorTextPressedInfo: string;
3510
+ textColorTextFocusInfo: string;
3511
+ textColorTextDisabledInfo: string;
3512
+ textColorGhostInfo: string;
3513
+ textColorGhostHoverInfo: string;
3514
+ textColorGhostPressedInfo: string;
3515
+ textColorGhostFocusInfo: string;
3516
+ textColorGhostDisabledInfo: string;
3517
+ borderInfo: string;
3518
+ borderHoverInfo: string;
3519
+ borderPressedInfo: string;
3520
+ borderFocusInfo: string;
3521
+ borderDisabledInfo: string;
3522
+ rippleColorInfo: string;
3523
+ colorSuccess: string;
3524
+ colorHoverSuccess: string;
3525
+ colorPressedSuccess: string;
3526
+ colorFocusSuccess: string;
3527
+ colorDisabledSuccess: string;
3528
+ textColorSuccess: string;
3529
+ textColorHoverSuccess: string;
3530
+ textColorPressedSuccess: string;
3531
+ textColorFocusSuccess: string;
3532
+ textColorDisabledSuccess: string;
3533
+ textColorTextSuccess: string;
3534
+ textColorTextHoverSuccess: string;
3535
+ textColorTextPressedSuccess: string;
3536
+ textColorTextFocusSuccess: string;
3537
+ textColorTextDisabledSuccess: string;
3538
+ textColorGhostSuccess: string;
3539
+ textColorGhostHoverSuccess: string;
3540
+ textColorGhostPressedSuccess: string;
3541
+ textColorGhostFocusSuccess: string;
3542
+ textColorGhostDisabledSuccess: string;
3543
+ borderSuccess: string;
3544
+ borderHoverSuccess: string;
3545
+ borderPressedSuccess: string;
3546
+ borderFocusSuccess: string;
3547
+ borderDisabledSuccess: string;
3548
+ rippleColorSuccess: string;
3549
+ colorWarning: string;
3550
+ colorHoverWarning: string;
3551
+ colorPressedWarning: string;
3552
+ colorFocusWarning: string;
3553
+ colorDisabledWarning: string;
3554
+ textColorWarning: string;
3555
+ textColorHoverWarning: string;
3556
+ textColorPressedWarning: string;
3557
+ textColorFocusWarning: string;
3558
+ textColorDisabledWarning: string;
3559
+ textColorTextWarning: string;
3560
+ textColorTextHoverWarning: string;
3561
+ textColorTextPressedWarning: string;
3562
+ textColorTextFocusWarning: string;
3563
+ textColorTextDisabledWarning: string;
3564
+ textColorGhostWarning: string;
3565
+ textColorGhostHoverWarning: string;
3566
+ textColorGhostPressedWarning: string;
3567
+ textColorGhostFocusWarning: string;
3568
+ textColorGhostDisabledWarning: string;
3569
+ borderWarning: string;
3570
+ borderHoverWarning: string;
3571
+ borderPressedWarning: string;
3572
+ borderFocusWarning: string;
3573
+ borderDisabledWarning: string;
3574
+ rippleColorWarning: string;
3575
+ colorError: string;
3576
+ colorHoverError: string;
3577
+ colorPressedError: string;
3578
+ colorFocusError: string;
3579
+ colorDisabledError: string;
3580
+ textColorError: string;
3581
+ textColorHoverError: string;
3582
+ textColorPressedError: string;
3583
+ textColorFocusError: string;
3584
+ textColorDisabledError: string;
3585
+ textColorTextError: string;
3586
+ textColorTextHoverError: string;
3587
+ textColorTextPressedError: string;
3588
+ textColorTextFocusError: string;
3589
+ textColorTextDisabledError: string;
3590
+ textColorGhostError: string;
3591
+ textColorGhostHoverError: string;
3592
+ textColorGhostPressedError: string;
3593
+ textColorGhostFocusError: string;
3594
+ textColorGhostDisabledError: string;
3595
+ borderError: string;
3596
+ borderHoverError: string;
3597
+ borderPressedError: string;
3598
+ borderFocusError: string;
3599
+ borderDisabledError: string;
3600
+ rippleColorError: string;
3601
+ waveOpacity: string;
3602
+ fontWeight: string;
3603
+ fontWeightStrong: string;
3604
+ paddingTiny: string;
3605
+ paddingSmall: string;
3606
+ paddingMedium: string;
3607
+ paddingLarge: string;
3608
+ paddingRoundTiny: string;
3609
+ paddingRoundSmall: string;
3610
+ paddingRoundMedium: string;
3611
+ paddingRoundLarge: string;
3612
+ iconMarginTiny: string;
3613
+ iconMarginSmall: string;
3614
+ iconMarginMedium: string;
3615
+ iconMarginLarge: string;
3616
+ iconSizeTiny: string;
3617
+ iconSizeSmall: string;
3618
+ iconSizeMedium: string;
3619
+ iconSizeLarge: string;
3620
+ rippleDuration: string;
3621
+ }, any>;
3622
+ }>>>;
3623
+ }>>, {
3624
+ readonly filter: Filter;
3625
+ readonly disabled: boolean | undefined;
3626
+ readonly options: Option[];
3627
+ readonly virtualScroll: boolean;
3628
+ readonly filterable: boolean;
3629
+ readonly defaultValue: OptionValue[] | null;
3630
+ }>;
3631
+ export default _default;