naive-ui 2.31.0 → 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 (398) hide show
  1. package/dist/index.js +3197 -1769
  2. package/dist/index.prod.js +1 -1
  3. package/es/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  4. package/es/_internal/scrollbar/src/Scrollbar.js +49 -26
  5. package/es/_internal/scrollbar/src/styles/index.cssr.js +1 -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/selection/src/Selection.js +4 -2
  13. package/es/_internal/selection/src/styles/index.cssr.js +4 -1
  14. package/es/_mixins/index.d.ts +1 -0
  15. package/es/_mixins/index.js +1 -0
  16. package/es/_utils/naive/extract-public-props.d.ts +4 -1
  17. package/es/auto-complete/src/AutoComplete.d.ts +1 -0
  18. package/es/avatar/src/Avatar.d.ts +0 -1
  19. package/es/avatar/src/Avatar.js +12 -10
  20. package/es/button/src/Button.js +3 -0
  21. package/es/carousel/src/Carousel.d.ts +16 -37
  22. package/es/carousel/src/Carousel.js +269 -272
  23. package/es/carousel/src/CarouselArrow.js +3 -5
  24. package/es/carousel/src/CarouselContext.d.ts +21 -0
  25. package/es/carousel/src/CarouselContext.js +11 -0
  26. package/es/carousel/src/CarouselDots.d.ts +1 -1
  27. package/es/carousel/src/CarouselDots.js +23 -31
  28. package/es/carousel/src/CarouselItem.d.ts +4 -4
  29. package/es/carousel/src/CarouselItem.js +17 -36
  30. package/es/carousel/src/interface.d.ts +12 -31
  31. package/es/carousel/src/interface.js +1 -3
  32. package/es/carousel/src/styles/index.cssr.js +8 -3
  33. package/es/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  34. package/es/carousel/src/utils/duplicatedLogic.js +46 -0
  35. package/es/carousel/src/utils/event.d.ts +1 -0
  36. package/es/carousel/src/utils/event.js +3 -0
  37. package/es/carousel/src/utils/index.d.ts +6 -0
  38. package/es/carousel/src/{utils.js → utils/index.js} +3 -28
  39. package/es/checkbox/src/CheckboxGroup.d.ts +27 -22
  40. package/es/checkbox/src/CheckboxGroup.js +58 -28
  41. package/es/code/src/Code.d.ts +16 -0
  42. package/es/code/src/Code.js +53 -12
  43. package/es/code/src/styles/index.cssr.js +14 -2
  44. package/es/code/styles/dark.js +4 -2
  45. package/es/code/styles/light.d.ts +1 -0
  46. package/es/code/styles/light.js +4 -2
  47. package/es/components.d.ts +1 -0
  48. package/es/components.js +1 -0
  49. package/es/config-provider/src/ConfigProvider.d.ts +24 -3
  50. package/es/config-provider/src/internal-interface.d.ts +4 -0
  51. package/es/date-picker/src/DatePicker.d.ts +1 -0
  52. package/es/date-picker/src/panel/daterange.d.ts +0 -1
  53. package/es/date-picker/src/panel/daterange.js +1 -1
  54. package/es/date-picker/src/panel/datetimerange.d.ts +0 -1
  55. package/es/date-picker/src/panel/datetimerange.js +1 -1
  56. package/es/date-picker/src/panel/monthrange.d.ts +0 -1
  57. package/es/date-picker/src/panel/monthrange.js +1 -1
  58. package/es/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  59. package/es/date-picker/src/panel/use-dual-calendar.js +0 -11
  60. package/es/dialog/src/DialogEnvironment.d.ts +4 -0
  61. package/es/dialog/src/DialogEnvironment.js +11 -4
  62. package/es/dialog/src/DialogProvider.d.ts +1 -0
  63. package/es/dynamic-tags/src/DynamicTags.d.ts +1 -0
  64. package/es/image/src/utils.d.ts +1 -1
  65. package/es/input/src/Input.d.ts +1 -0
  66. package/es/input/src/Input.js +19 -8
  67. package/es/input/src/interface.d.ts +1 -0
  68. package/es/input/src/styles/input.cssr.js +1 -6
  69. package/es/input-number/src/InputNumber.d.ts +1 -0
  70. package/es/input-number/src/InputNumber.js +4 -0
  71. package/es/legacy-grid/src/Row.d.ts +1 -0
  72. package/es/legacy-grid/src/Row.js +8 -3
  73. package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  74. package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
  75. package/es/legacy-grid/styles/dark.d.ts +4 -0
  76. package/es/legacy-grid/styles/dark.js +6 -0
  77. package/es/legacy-grid/styles/index.d.ts +4 -0
  78. package/es/legacy-grid/styles/index.js +3 -0
  79. package/es/legacy-grid/styles/light.d.ts +4 -0
  80. package/es/legacy-grid/styles/light.js +6 -0
  81. package/es/legacy-grid/styles/rtl.d.ts +2 -0
  82. package/es/legacy-grid/styles/rtl.js +5 -0
  83. package/es/legacy-transfer/index.d.ts +3 -0
  84. package/es/legacy-transfer/index.js +1 -0
  85. package/es/legacy-transfer/src/Transfer.d.ts +3631 -0
  86. package/es/legacy-transfer/src/Transfer.js +214 -0
  87. package/es/legacy-transfer/src/TransferFilter.d.ts +509 -0
  88. package/es/legacy-transfer/src/TransferFilter.js +40 -0
  89. package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
  90. package/es/legacy-transfer/src/TransferHeader.js +47 -0
  91. package/es/legacy-transfer/src/TransferList.d.ts +556 -0
  92. package/es/legacy-transfer/src/TransferList.js +93 -0
  93. package/es/legacy-transfer/src/TransferListItem.d.ts +513 -0
  94. package/es/legacy-transfer/src/TransferListItem.js +65 -0
  95. package/es/legacy-transfer/src/interface.d.ts +31 -0
  96. package/es/legacy-transfer/src/interface.js +2 -0
  97. package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  98. package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
  99. package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  100. package/es/legacy-transfer/src/use-transfer-data.js +145 -0
  101. package/es/legacy-transfer/styles/_common.d.ts +5 -0
  102. package/es/legacy-transfer/styles/_common.js +4 -0
  103. package/es/legacy-transfer/styles/dark.d.ts +3 -0
  104. package/es/legacy-transfer/styles/dark.js +27 -0
  105. package/es/legacy-transfer/styles/index.d.ts +3 -0
  106. package/es/legacy-transfer/styles/index.js +2 -0
  107. package/es/legacy-transfer/styles/light.d.ts +363 -0
  108. package/es/legacy-transfer/styles/light.js +31 -0
  109. package/es/locales/common/deDE.js +11 -6
  110. package/es/locales/common/enGB.js +8 -1
  111. package/es/locales/common/enUS.d.ts +8 -1
  112. package/es/locales/common/enUS.js +8 -1
  113. package/es/locales/common/eo.js +10 -2
  114. package/es/locales/common/esAR.js +9 -1
  115. package/es/locales/common/frFR.js +9 -1
  116. package/es/locales/common/idID.js +9 -1
  117. package/es/locales/common/itIT.js +9 -1
  118. package/es/locales/common/jaJP.js +9 -1
  119. package/es/locales/common/koKR.js +9 -1
  120. package/es/locales/common/nbNO.js +9 -1
  121. package/es/locales/common/nlNL.js +9 -1
  122. package/es/locales/common/plPL.js +9 -1
  123. package/es/locales/common/ptBR.js +9 -1
  124. package/es/locales/common/ruRU.js +9 -1
  125. package/es/locales/common/skSK.js +9 -1
  126. package/es/locales/common/thTH.js +9 -1
  127. package/es/locales/common/ukUA.js +9 -1
  128. package/es/locales/common/viVN.js +9 -1
  129. package/es/locales/common/zhCN.js +8 -1
  130. package/es/locales/common/zhTW.js +9 -1
  131. package/es/log/src/Log.d.ts +10 -0
  132. package/es/log/styles/light.d.ts +1 -0
  133. package/es/mention/src/Mention.d.ts +1 -0
  134. package/es/notification/src/Notification.d.ts +11 -1
  135. package/es/notification/src/Notification.js +6 -4
  136. package/es/notification/src/NotificationEnvironment.d.ts +12 -0
  137. package/es/notification/src/NotificationEnvironment.js +27 -2
  138. package/es/notification/src/NotificationProvider.d.ts +7 -0
  139. package/es/notification/src/NotificationProvider.js +4 -2
  140. package/es/pagination/src/Pagination.d.ts +1 -0
  141. package/es/progress/src/Circle.js +3 -1
  142. package/es/select/src/Select.js +3 -0
  143. package/es/statistic/src/Statistic.d.ts +1 -0
  144. package/es/statistic/src/Statistic.js +9 -3
  145. package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
  146. package/es/statistic/src/styles/rtl.cssr.js +9 -0
  147. package/es/statistic/styles/index.d.ts +1 -0
  148. package/es/statistic/styles/index.js +1 -0
  149. package/es/statistic/styles/rtl.d.ts +2 -0
  150. package/es/statistic/styles/rtl.js +5 -0
  151. package/es/styles.d.ts +6 -3
  152. package/es/styles.js +6 -3
  153. package/es/themes/dark.js +4 -0
  154. package/es/themes/light.js +4 -0
  155. package/es/thing/src/Thing.js +9 -3
  156. package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
  157. package/es/thing/src/styles/rtl.cssr.js +8 -0
  158. package/es/thing/styles/index.d.ts +1 -0
  159. package/es/thing/styles/index.js +1 -0
  160. package/es/thing/styles/rtl.d.ts +2 -0
  161. package/es/thing/styles/rtl.js +8 -0
  162. package/es/time-picker/src/TimePicker.d.ts +1 -0
  163. package/es/transfer/index.d.ts +1 -1
  164. package/es/transfer/src/Transfer.d.ts +210 -90
  165. package/es/transfer/src/Transfer.js +67 -106
  166. package/es/transfer/src/TransferFilter.d.ts +18 -21
  167. package/es/transfer/src/TransferFilter.js +2 -10
  168. package/es/transfer/src/TransferHeader.d.ts +10 -12
  169. package/es/transfer/src/TransferHeader.js +24 -29
  170. package/es/transfer/src/TransferList.d.ts +20 -29
  171. package/es/transfer/src/TransferList.js +15 -32
  172. package/es/transfer/src/TransferListItem.d.ts +32 -19
  173. package/es/transfer/src/TransferListItem.js +33 -29
  174. package/es/transfer/src/interface.d.ts +21 -15
  175. package/es/transfer/src/styles/index.cssr.js +75 -139
  176. package/es/transfer/src/use-transfer-data.d.ts +13 -31
  177. package/es/transfer/src/use-transfer-data.js +45 -121
  178. package/es/transfer/styles/_common.d.ts +11 -2
  179. package/es/transfer/styles/_common.js +11 -2
  180. package/es/transfer/styles/dark.js +8 -4
  181. package/es/transfer/styles/light.d.ts +36 -10
  182. package/es/transfer/styles/light.js +7 -5
  183. package/es/tree/src/Tree.d.ts +1 -0
  184. package/es/tree/src/Tree.js +22 -16
  185. package/es/tree/src/TreeNode.d.ts +1 -0
  186. package/es/tree/src/TreeNode.js +5 -3
  187. package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
  188. package/es/tree/src/styles/rtl.cssr.js +17 -0
  189. package/es/tree/styles/index.d.ts +1 -0
  190. package/es/tree/styles/index.js +1 -0
  191. package/es/tree/styles/rtl.d.ts +2 -0
  192. package/es/tree/styles/rtl.js +5 -0
  193. package/es/upload/src/interface.d.ts +2 -2
  194. package/es/version.d.ts +1 -1
  195. package/es/version.js +1 -1
  196. package/es/watermark/src/Watermark.d.ts +13 -0
  197. package/es/watermark/src/Watermark.js +35 -14
  198. package/es/watermark/src/styles/index.cssr.js +13 -0
  199. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +5 -0
  200. package/lib/_internal/scrollbar/src/Scrollbar.js +47 -24
  201. package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -1
  202. package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
  203. package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +17 -0
  204. package/lib/_internal/scrollbar/styles/index.d.ts +1 -0
  205. package/lib/_internal/scrollbar/styles/index.js +3 -1
  206. package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
  207. package/lib/_internal/scrollbar/styles/rtl.js +12 -0
  208. package/lib/_internal/selection/src/Selection.js +4 -2
  209. package/lib/_internal/selection/src/styles/index.cssr.js +4 -1
  210. package/lib/_mixins/index.d.ts +1 -0
  211. package/lib/_mixins/index.js +3 -1
  212. package/lib/_utils/naive/extract-public-props.d.ts +4 -1
  213. package/lib/auto-complete/src/AutoComplete.d.ts +1 -0
  214. package/lib/avatar/src/Avatar.d.ts +0 -1
  215. package/lib/avatar/src/Avatar.js +12 -10
  216. package/lib/button/src/Button.js +3 -0
  217. package/lib/carousel/src/Carousel.d.ts +16 -37
  218. package/lib/carousel/src/Carousel.js +290 -270
  219. package/lib/carousel/src/CarouselArrow.js +2 -4
  220. package/lib/carousel/src/CarouselContext.d.ts +21 -0
  221. package/lib/carousel/src/CarouselContext.js +16 -0
  222. package/lib/carousel/src/CarouselDots.d.ts +1 -1
  223. package/lib/carousel/src/CarouselDots.js +22 -30
  224. package/lib/carousel/src/CarouselItem.d.ts +4 -4
  225. package/lib/carousel/src/CarouselItem.js +18 -35
  226. package/lib/carousel/src/interface.d.ts +12 -31
  227. package/lib/carousel/src/interface.js +0 -5
  228. package/lib/carousel/src/styles/index.cssr.js +8 -3
  229. package/lib/carousel/src/{utils.d.ts → utils/duplicatedLogic.d.ts} +3 -8
  230. package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
  231. package/lib/carousel/src/utils/event.d.ts +1 -0
  232. package/lib/carousel/src/utils/event.js +7 -0
  233. package/lib/carousel/src/utils/index.d.ts +6 -0
  234. package/lib/carousel/src/utils/index.js +53 -0
  235. package/lib/checkbox/src/CheckboxGroup.d.ts +27 -22
  236. package/lib/checkbox/src/CheckboxGroup.js +56 -26
  237. package/lib/code/src/Code.d.ts +16 -0
  238. package/lib/code/src/Code.js +53 -12
  239. package/lib/code/src/styles/index.cssr.js +13 -1
  240. package/lib/code/styles/dark.js +4 -2
  241. package/lib/code/styles/light.d.ts +1 -0
  242. package/lib/code/styles/light.js +4 -2
  243. package/lib/components.d.ts +1 -0
  244. package/lib/components.js +1 -0
  245. package/lib/config-provider/src/ConfigProvider.d.ts +24 -3
  246. package/lib/config-provider/src/internal-interface.d.ts +4 -0
  247. package/lib/date-picker/src/DatePicker.d.ts +1 -0
  248. package/lib/date-picker/src/panel/daterange.d.ts +0 -1
  249. package/lib/date-picker/src/panel/daterange.js +1 -1
  250. package/lib/date-picker/src/panel/datetimerange.d.ts +0 -1
  251. package/lib/date-picker/src/panel/datetimerange.js +1 -1
  252. package/lib/date-picker/src/panel/monthrange.d.ts +0 -1
  253. package/lib/date-picker/src/panel/monthrange.js +1 -1
  254. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +0 -1
  255. package/lib/date-picker/src/panel/use-dual-calendar.js +0 -11
  256. package/lib/dialog/src/DialogEnvironment.d.ts +4 -0
  257. package/lib/dialog/src/DialogEnvironment.js +11 -4
  258. package/lib/dialog/src/DialogProvider.d.ts +1 -0
  259. package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -0
  260. package/lib/image/src/utils.d.ts +1 -1
  261. package/lib/input/src/Input.d.ts +1 -0
  262. package/lib/input/src/Input.js +19 -8
  263. package/lib/input/src/interface.d.ts +1 -0
  264. package/lib/input/src/styles/input.cssr.js +1 -6
  265. package/lib/input-number/src/InputNumber.d.ts +1 -0
  266. package/lib/input-number/src/InputNumber.js +4 -0
  267. package/lib/legacy-grid/src/Row.d.ts +1 -0
  268. package/lib/legacy-grid/src/Row.js +7 -2
  269. package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
  270. package/lib/legacy-grid/src/styles/rtl.cssr.js +28 -0
  271. package/lib/legacy-grid/styles/dark.d.ts +4 -0
  272. package/lib/legacy-grid/styles/dark.js +8 -0
  273. package/lib/legacy-grid/styles/index.d.ts +4 -0
  274. package/lib/legacy-grid/styles/index.js +12 -0
  275. package/lib/legacy-grid/styles/light.d.ts +4 -0
  276. package/lib/legacy-grid/styles/light.js +8 -0
  277. package/lib/legacy-grid/styles/rtl.d.ts +2 -0
  278. package/lib/legacy-grid/styles/rtl.js +11 -0
  279. package/lib/legacy-transfer/index.d.ts +3 -0
  280. package/lib/legacy-transfer/index.js +9 -0
  281. package/lib/legacy-transfer/src/Transfer.d.ts +3631 -0
  282. package/lib/legacy-transfer/src/Transfer.js +220 -0
  283. package/lib/legacy-transfer/src/TransferFilter.d.ts +509 -0
  284. package/lib/legacy-transfer/src/TransferFilter.js +42 -0
  285. package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
  286. package/lib/legacy-transfer/src/TransferHeader.js +49 -0
  287. package/lib/legacy-transfer/src/TransferList.d.ts +556 -0
  288. package/lib/legacy-transfer/src/TransferList.js +98 -0
  289. package/lib/legacy-transfer/src/TransferListItem.d.ts +513 -0
  290. package/lib/legacy-transfer/src/TransferListItem.js +67 -0
  291. package/lib/legacy-transfer/src/interface.d.ts +31 -0
  292. package/lib/legacy-transfer/src/interface.js +5 -0
  293. package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
  294. package/lib/legacy-transfer/src/styles/index.cssr.js +223 -0
  295. package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
  296. package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
  297. package/lib/legacy-transfer/styles/_common.d.ts +5 -0
  298. package/lib/legacy-transfer/styles/_common.js +6 -0
  299. package/lib/legacy-transfer/styles/dark.d.ts +3 -0
  300. package/lib/legacy-transfer/styles/dark.js +32 -0
  301. package/lib/legacy-transfer/styles/index.d.ts +3 -0
  302. package/lib/legacy-transfer/styles/index.js +10 -0
  303. package/lib/legacy-transfer/styles/light.d.ts +363 -0
  304. package/lib/legacy-transfer/styles/light.js +36 -0
  305. package/lib/locales/common/deDE.js +11 -6
  306. package/lib/locales/common/enGB.js +8 -1
  307. package/lib/locales/common/enUS.d.ts +8 -1
  308. package/lib/locales/common/enUS.js +8 -1
  309. package/lib/locales/common/eo.js +10 -2
  310. package/lib/locales/common/esAR.js +9 -1
  311. package/lib/locales/common/frFR.js +9 -1
  312. package/lib/locales/common/idID.js +9 -1
  313. package/lib/locales/common/itIT.js +9 -1
  314. package/lib/locales/common/jaJP.js +9 -1
  315. package/lib/locales/common/koKR.js +9 -1
  316. package/lib/locales/common/nbNO.js +9 -1
  317. package/lib/locales/common/nlNL.js +9 -1
  318. package/lib/locales/common/plPL.js +9 -1
  319. package/lib/locales/common/ptBR.js +9 -1
  320. package/lib/locales/common/ruRU.js +9 -1
  321. package/lib/locales/common/skSK.js +9 -1
  322. package/lib/locales/common/thTH.js +9 -1
  323. package/lib/locales/common/ukUA.js +9 -1
  324. package/lib/locales/common/viVN.js +9 -1
  325. package/lib/locales/common/zhCN.js +8 -1
  326. package/lib/locales/common/zhTW.js +9 -1
  327. package/lib/log/src/Log.d.ts +10 -0
  328. package/lib/log/styles/light.d.ts +1 -0
  329. package/lib/mention/src/Mention.d.ts +1 -0
  330. package/lib/notification/src/Notification.d.ts +11 -1
  331. package/lib/notification/src/Notification.js +6 -4
  332. package/lib/notification/src/NotificationEnvironment.d.ts +12 -0
  333. package/lib/notification/src/NotificationEnvironment.js +27 -2
  334. package/lib/notification/src/NotificationProvider.d.ts +7 -0
  335. package/lib/notification/src/NotificationProvider.js +4 -2
  336. package/lib/pagination/src/Pagination.d.ts +1 -0
  337. package/lib/progress/src/Circle.js +3 -1
  338. package/lib/select/src/Select.js +3 -0
  339. package/lib/statistic/src/Statistic.d.ts +1 -0
  340. package/lib/statistic/src/Statistic.js +8 -2
  341. package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
  342. package/lib/statistic/src/styles/rtl.cssr.js +16 -0
  343. package/lib/statistic/styles/index.d.ts +1 -0
  344. package/lib/statistic/styles/index.js +3 -1
  345. package/lib/statistic/styles/rtl.d.ts +2 -0
  346. package/lib/statistic/styles/rtl.js +11 -0
  347. package/lib/styles.d.ts +6 -3
  348. package/lib/styles.js +151 -142
  349. package/lib/themes/dark.js +82 -78
  350. package/lib/themes/light.js +82 -78
  351. package/lib/thing/src/Thing.js +8 -2
  352. package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
  353. package/lib/thing/src/styles/rtl.cssr.js +15 -0
  354. package/lib/thing/styles/index.d.ts +1 -0
  355. package/lib/thing/styles/index.js +3 -1
  356. package/lib/thing/styles/rtl.d.ts +2 -0
  357. package/lib/thing/styles/rtl.js +14 -0
  358. package/lib/time-picker/src/TimePicker.d.ts +1 -0
  359. package/lib/transfer/index.d.ts +1 -1
  360. package/lib/transfer/src/Transfer.d.ts +210 -90
  361. package/lib/transfer/src/Transfer.js +63 -102
  362. package/lib/transfer/src/TransferFilter.d.ts +18 -21
  363. package/lib/transfer/src/TransferFilter.js +2 -10
  364. package/lib/transfer/src/TransferHeader.d.ts +10 -12
  365. package/lib/transfer/src/TransferHeader.js +23 -28
  366. package/lib/transfer/src/TransferList.d.ts +20 -29
  367. package/lib/transfer/src/TransferList.js +14 -31
  368. package/lib/transfer/src/TransferListItem.d.ts +32 -19
  369. package/lib/transfer/src/TransferListItem.js +33 -29
  370. package/lib/transfer/src/interface.d.ts +21 -15
  371. package/lib/transfer/src/styles/index.cssr.js +74 -139
  372. package/lib/transfer/src/use-transfer-data.d.ts +13 -31
  373. package/lib/transfer/src/use-transfer-data.js +44 -120
  374. package/lib/transfer/styles/_common.d.ts +11 -2
  375. package/lib/transfer/styles/_common.js +11 -2
  376. package/lib/transfer/styles/dark.js +8 -4
  377. package/lib/transfer/styles/light.d.ts +36 -10
  378. package/lib/transfer/styles/light.js +7 -5
  379. package/lib/tree/src/Tree.d.ts +1 -0
  380. package/lib/tree/src/Tree.js +21 -15
  381. package/lib/tree/src/TreeNode.d.ts +1 -0
  382. package/lib/tree/src/TreeNode.js +5 -3
  383. package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
  384. package/lib/tree/src/styles/rtl.cssr.js +24 -0
  385. package/lib/tree/styles/index.d.ts +1 -0
  386. package/lib/tree/styles/index.js +3 -1
  387. package/lib/tree/styles/rtl.d.ts +2 -0
  388. package/lib/tree/styles/rtl.js +11 -0
  389. package/lib/upload/src/interface.d.ts +2 -2
  390. package/lib/version.d.ts +1 -1
  391. package/lib/version.js +1 -1
  392. package/lib/watermark/src/Watermark.d.ts +13 -0
  393. package/lib/watermark/src/Watermark.js +34 -13
  394. package/lib/watermark/src/styles/index.cssr.js +13 -0
  395. package/package.json +4 -3
  396. package/volar.d.ts +1 -0
  397. package/web-types.json +183 -1
  398. 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;