@uzum-tech/ui 1.3.1 → 1.4.1

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 (759) hide show
  1. package/dist/index.js +83297 -64805
  2. package/dist/index.prod.js +12 -2
  3. package/es/__mocks__/vueuse-core.d.ts +5 -0
  4. package/es/__mocks__/vueuse-core.js +9 -0
  5. package/es/_internal/checkbox/src/use-checkbox.d.ts +4 -4
  6. package/es/_internal/close/src/Close.d.ts +2 -2
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
  8. package/es/_internal/icons/ContentCopy.d.ts +2 -0
  9. package/es/_internal/icons/ContentCopy.js +8 -0
  10. package/es/_internal/icons/FileHeart.d.ts +2 -0
  11. package/es/_internal/icons/FileHeart.js +8 -0
  12. package/es/_internal/icons/SiderUnionBorder.d.ts +2 -0
  13. package/es/_internal/icons/SiderUnionBorder.js +8 -0
  14. package/es/_internal/icons/index.d.ts +3 -0
  15. package/es/_internal/icons/index.js +3 -0
  16. package/es/_internal/loading/src/Loading.d.ts +2 -2
  17. package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  18. package/es/_internal/radio/src/use-radio.d.ts +2 -2
  19. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
  20. package/es/_internal/select-menu/src/SelectMenu.d.ts +83 -152
  21. package/es/_internal/select-menu/src/SelectOption.d.ts +2 -2
  22. package/es/_internal/select-menu/styles/light.d.ts +11 -5
  23. package/es/_internal/selection/src/Selection.d.ts +13 -124
  24. package/es/_internal/skeleton/src/Skeleton.d.ts +1 -1
  25. package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
  26. package/es/_utils/cssr/index.d.ts +1 -1
  27. package/es/_utils/debounce/index.d.ts +1 -0
  28. package/es/_utils/debounce/index.js +10 -0
  29. package/es/_utils/inject/index.d.ts +1 -1
  30. package/es/_utils/vue/render.d.ts +1 -1
  31. package/es/affix/src/Affix.d.ts +4 -4
  32. package/es/alert/src/Alert.d.ts +8 -120
  33. package/es/anchor/src/AnchorAdapter.d.ts +4 -4
  34. package/es/anchor/src/BaseAnchor.d.ts +2 -2
  35. package/es/auto-complete/src/AutoComplete.d.ts +130 -175
  36. package/es/auto-complete/styles/light.d.ts +11 -5
  37. package/es/avatar/src/Avatar.d.ts +3 -3
  38. package/es/avatar-group/src/AvatarGroup.d.ts +6 -117
  39. package/es/back-top/src/BackTop.d.ts +4 -4
  40. package/es/badge/src/Badge.d.ts +7 -7
  41. package/es/button/src/Button.d.ts +14 -14
  42. package/es/calendar/src/Calendar.d.ts +3 -114
  43. package/es/card/src/Card.d.ts +19 -130
  44. package/es/card-list/index.d.ts +3 -0
  45. package/es/card-list/index.js +1 -0
  46. package/es/card-list/src/CardList.d.ts +259 -0
  47. package/es/card-list/src/CardList.js +69 -0
  48. package/es/card-list/src/CardListItem.d.ts +70 -0
  49. package/es/card-list/src/CardListItem.js +109 -0
  50. package/es/card-list/src/interface.d.ts +12 -0
  51. package/es/card-list/src/interface.js +1 -0
  52. package/es/card-list/src/styles/index.cssr.d.ts +2 -0
  53. package/es/card-list/src/styles/index.cssr.js +101 -0
  54. package/es/card-list/styles/dark.d.ts +3 -0
  55. package/es/card-list/styles/dark.js +8 -0
  56. package/es/card-list/styles/index.d.ts +3 -0
  57. package/es/card-list/styles/index.js +2 -0
  58. package/es/card-list/styles/light.d.ts +22 -0
  59. package/es/card-list/styles/light.js +26 -0
  60. package/es/carousel/src/Carousel.d.ts +23 -25
  61. package/es/carousel/src/CarouselDots.d.ts +5 -5
  62. package/es/cascader/src/Cascader.d.ts +246 -231
  63. package/es/cascader/src/CascaderMenu.d.ts +36 -129
  64. package/es/cascader/src/CascaderOption.d.ts +34 -127
  65. package/es/cascader/src/CascaderSelectMenu.d.ts +35 -128
  66. package/es/cascader/src/CascaderSubmenu.d.ts +34 -127
  67. package/es/cascader/styles/light.d.ts +22 -10
  68. package/es/checkbox/src/Checkbox.d.ts +18 -129
  69. package/es/checkbox/src/CheckboxGroup.d.ts +14 -14
  70. package/es/code/src/Code.d.ts +1 -1
  71. package/es/collapse/src/Collapse.d.ts +10 -121
  72. package/es/collapse/src/CollapseItem.d.ts +3 -3
  73. package/es/collapse/src/CollapseItemContent.d.ts +2 -2
  74. package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
  75. package/es/color-picker/src/ColorInput.d.ts +2 -2
  76. package/es/color-picker/src/ColorInputUnit.d.ts +3 -114
  77. package/es/color-picker/src/ColorPicker.d.ts +7 -7
  78. package/es/components.d.ts +1 -0
  79. package/es/components.js +1 -0
  80. package/es/config-provider/src/ConfigProvider.d.ts +10 -366
  81. package/es/config-provider/src/config.js +5 -5
  82. package/es/config-provider/src/internal-interface.d.ts +3 -1
  83. package/es/countdown/src/Countdown.d.ts +4 -4
  84. package/es/data-table/src/DataTable.d.ts +308 -255
  85. package/es/data-table/src/DataTable.js +153 -5
  86. package/es/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
  87. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
  88. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  89. package/es/data-table/src/MainTable.d.ts +4 -1
  90. package/es/data-table/src/MainTable.js +6 -4
  91. package/es/data-table/src/TableParts/Body.d.ts +68 -142
  92. package/es/data-table/src/TableParts/Body.js +27 -7
  93. package/es/data-table/src/TableParts/Cell.d.ts +8 -2828
  94. package/es/data-table/src/TableParts/Cell.js +64 -6
  95. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  96. package/es/data-table/src/TableParts/Header.d.ts +60 -138
  97. package/es/data-table/src/TableParts/Header.js +7 -5
  98. package/es/data-table/src/interface.d.ts +135 -53
  99. package/es/data-table/src/styles/index.cssr.js +25 -1
  100. package/es/data-table/src/use-check.d.ts +1 -1
  101. package/es/data-table/src/use-expand.d.ts +1 -1
  102. package/es/data-table/src/use-group-header.js +4 -0
  103. package/es/data-table/src/use-mask.d.ts +10 -0
  104. package/es/data-table/src/use-mask.js +58 -0
  105. package/es/data-table/src/utils.d.ts +4 -0
  106. package/es/data-table/src/utils.js +4 -0
  107. package/es/data-table/styles/light.d.ts +39 -15
  108. package/es/data-table/styles/light.js +4 -1
  109. package/es/date-picker/src/DatePicker.d.ts +14 -125
  110. package/es/date-picker/src/panel/date.d.ts +6 -129
  111. package/es/date-picker/src/panel/daterange.d.ts +7 -118
  112. package/es/date-picker/src/panel/datetime.d.ts +6 -117
  113. package/es/date-picker/src/panel/datetimerange.d.ts +7 -118
  114. package/es/date-picker/src/panel/panelMonth.d.ts +41 -299
  115. package/es/date-picker/src/panel/panelMonthContent.d.ts +6 -123
  116. package/es/date-picker/src/panel/panelYear.d.ts +41 -299
  117. package/es/date-picker/src/panel/panelYearContent.d.ts +6 -135
  118. package/es/date-picker/src/panel/use-calendar.d.ts +3 -114
  119. package/es/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
  120. package/es/date-picker/src/panel/use-panel-common.d.ts +2 -113
  121. package/es/date-picker/styles/_common.js +1 -1
  122. package/es/descriptions/src/Descriptions.d.ts +2 -2
  123. package/es/dialog/src/Dialog.d.ts +4 -115
  124. package/es/dialog/src/Dialog.js +1 -1
  125. package/es/dialog/src/DialogEnvironment.d.ts +5 -5
  126. package/es/dialog/src/DialogProvider.d.ts +40 -40
  127. package/es/dialog/src/dialogProps.d.ts +2 -2
  128. package/es/divider/src/Divider.d.ts +4 -4
  129. package/es/drawer/src/Drawer.d.ts +21 -119
  130. package/es/drawer/src/Drawer.js +4 -1
  131. package/es/drawer/src/DrawerBodyWrapper.d.ts +12 -114
  132. package/es/drawer/src/DrawerBodyWrapper.js +6 -0
  133. package/es/drawer/src/DrawerContent.d.ts +1 -112
  134. package/es/drawer/src/styles/index.cssr.js +3 -2
  135. package/es/drawer/styles/_common.js +2 -2
  136. package/es/dropdown/src/Dropdown.d.ts +31 -142
  137. package/es/dropdown/src/DropdownGroup.d.ts +3 -2
  138. package/es/dropdown/src/DropdownMenu.d.ts +3 -2
  139. package/es/dropdown/src/DropdownOption.d.ts +4 -3
  140. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
  141. package/es/dynamic-input/src/DynamicInput.d.ts +3 -114
  142. package/es/dynamic-input/src/InputPreset.d.ts +1 -112
  143. package/es/dynamic-input/src/PairPreset.d.ts +1 -112
  144. package/es/dynamic-tags/src/DynamicTags.d.ts +14 -125
  145. package/es/ellipsis/src/Ellipsis.d.ts +4 -115
  146. package/es/ellipsis/src/PerformantEllipsis.d.ts +2 -2
  147. package/es/empty/src/Empty.d.ts +109 -48
  148. package/es/empty/src/Empty.js +27 -9
  149. package/es/empty/src/styles/index.cssr.js +38 -11
  150. package/es/empty/styles/light.d.ts +11 -5
  151. package/es/empty/styles/light.js +17 -11
  152. package/es/equation/src/Equation.d.ts +4 -3
  153. package/es/flex/src/Flex.d.ts +13 -12
  154. package/es/form/src/Form.d.ts +4 -4
  155. package/es/form/src/Form.js +2 -2
  156. package/es/form/src/FormItem.d.ts +23 -10
  157. package/es/form/src/FormItem.js +20 -7
  158. package/es/form/src/FormItemCol.d.ts +22 -9
  159. package/es/form/src/FormItemGridItem.d.ts +24 -11
  160. package/es/form/src/FormItemRow.d.ts +21 -8
  161. package/es/form/src/utils.d.ts +3 -2
  162. package/es/form/src/utils.js +16 -0
  163. package/es/gradient-text/src/GradientText.d.ts +5 -5
  164. package/es/grid/src/Grid.d.ts +18 -18
  165. package/es/grid/src/GridItem.d.ts +2 -2
  166. package/es/icon/src/Icon.d.ts +3 -3
  167. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
  168. package/es/image/src/Image.d.ts +5 -5
  169. package/es/image/src/ImageGroup.d.ts +1 -1
  170. package/es/image/src/ImagePreview.d.ts +1 -1
  171. package/es/input/src/Input.d.ts +79 -155
  172. package/es/input/src/Input.js +54 -17
  173. package/es/input/src/InputGroupLabel.d.ts +1 -1
  174. package/es/input/src/use-clipboard.d.ts +9 -0
  175. package/es/input/src/use-clipboard.js +47 -0
  176. package/es/input-number/src/InputNumber.d.ts +14 -125
  177. package/es/layout/src/Layout.d.ts +4 -226
  178. package/es/layout/src/LayoutContent.d.ts +2 -113
  179. package/es/layout/src/LayoutFooter.d.ts +1 -1
  180. package/es/layout/src/LayoutHeader.d.ts +2 -2
  181. package/es/layout/src/LayoutHeader.js +5 -1
  182. package/es/layout/src/LayoutSider.d.ts +10 -121
  183. package/es/layout/src/LayoutSider.js +3 -3
  184. package/es/layout/src/ToggleSidebarButton.d.ts +15 -0
  185. package/es/layout/src/ToggleSidebarButton.js +23 -0
  186. package/es/layout/src/interface.d.ts +1 -1
  187. package/es/layout/src/styles/layout-header.cssr.js +4 -1
  188. package/es/layout/src/styles/layout-sider.cssr.js +64 -6
  189. package/es/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
  190. package/es/layout/src/utils/resolveTriggerComponent.js +13 -0
  191. package/es/legacy-transfer/src/Transfer.d.ts +112 -163
  192. package/es/legacy-transfer/src/TransferFilter.d.ts +12 -117
  193. package/es/legacy-transfer/src/TransferList.d.ts +12 -117
  194. package/es/legacy-transfer/src/TransferListItem.d.ts +13 -118
  195. package/es/legacy-transfer/styles/light.d.ts +11 -5
  196. package/es/list/src/List.d.ts +6 -6
  197. package/es/list/src/ListItem.d.ts +5 -5
  198. package/es/loading-bar/src/LoadingBar.d.ts +1 -1
  199. package/es/loading-bar/src/LoadingBar.js +2 -2
  200. package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -9
  201. package/es/locales/common/arDZ.js +9 -2
  202. package/es/locales/common/deDE.js +9 -2
  203. package/es/locales/common/enGB.js +9 -2
  204. package/es/locales/common/enUS.d.ts +8 -1
  205. package/es/locales/common/enUS.js +9 -2
  206. package/es/locales/common/eo.js +9 -2
  207. package/es/locales/common/esAR.js +9 -2
  208. package/es/locales/common/faIR.js +9 -2
  209. package/es/locales/common/frFR.js +9 -2
  210. package/es/locales/common/idID.js +9 -2
  211. package/es/locales/common/itIT.js +9 -2
  212. package/es/locales/common/jaJP.js +9 -2
  213. package/es/locales/common/koKR.js +9 -2
  214. package/es/locales/common/nbNO.js +9 -2
  215. package/es/locales/common/nlNL.js +9 -2
  216. package/es/locales/common/plPL.js +9 -2
  217. package/es/locales/common/ptBR.js +9 -2
  218. package/es/locales/common/ruRU.js +9 -2
  219. package/es/locales/common/skSK.js +9 -2
  220. package/es/locales/common/svSE.js +9 -2
  221. package/es/locales/common/thTH.js +9 -2
  222. package/es/locales/common/trTR.js +9 -2
  223. package/es/locales/common/ukUA.js +9 -2
  224. package/es/locales/common/viVN.js +9 -2
  225. package/es/locales/common/zhCN.js +9 -2
  226. package/es/locales/common/zhTW.js +9 -2
  227. package/es/log/src/Log.d.ts +8 -120
  228. package/es/mention/src/Mention.d.ts +140 -185
  229. package/es/mention/src/utils.js +4 -4
  230. package/es/mention/styles/light.d.ts +11 -5
  231. package/es/menu/src/Menu.d.ts +16 -127
  232. package/es/menu/src/MenuOption.d.ts +2 -113
  233. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  234. package/es/menu/src/Submenu.d.ts +2 -113
  235. package/es/message/src/Message.d.ts +1 -1
  236. package/es/message/src/MessageEnvironment.d.ts +1 -1
  237. package/es/message/src/MessageProvider.d.ts +5 -5
  238. package/es/modal/src/BodyWrapper.d.ts +8 -119
  239. package/es/modal/src/Modal.d.ts +17 -17
  240. package/es/modal/src/presetProps.d.ts +2 -2
  241. package/es/notification/src/Notification.d.ts +5 -5
  242. package/es/notification/src/NotificationContainer.d.ts +1 -112
  243. package/es/notification/src/NotificationEnvironment.d.ts +4 -4
  244. package/es/notification/src/NotificationProvider.d.ts +17 -17
  245. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  246. package/es/pagination/src/Pagination.d.ts +263 -242
  247. package/es/pagination/styles/light.d.ts +22 -10
  248. package/es/popconfirm/src/Popconfirm.d.ts +29 -140
  249. package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  250. package/es/popover/src/Popover.d.ts +30 -30
  251. package/es/popover/src/PopoverBody.d.ts +19 -19
  252. package/es/popselect/src/Popselect.d.ts +195 -240
  253. package/es/popselect/src/PopselectPanel.d.ts +26 -125
  254. package/es/popselect/styles/light.d.ts +11 -5
  255. package/es/preset.d.ts +1 -1
  256. package/es/progress/src/Line.d.ts +1 -1
  257. package/es/progress/src/MultipleCircle.d.ts +2 -2
  258. package/es/progress/src/Progress.d.ts +6 -6
  259. package/es/radio/src/Radio.d.ts +10 -10
  260. package/es/radio/src/RadioButton.d.ts +6 -6
  261. package/es/rate/src/Rate.d.ts +1 -1
  262. package/es/result/src/Result.d.ts +4 -4
  263. package/es/select/src/Select.d.ts +141 -186
  264. package/es/select/styles/light.d.ts +11 -5
  265. package/es/skeleton/src/Skeleton.d.ts +1 -1
  266. package/es/slider/src/Slider.d.ts +9 -9
  267. package/es/space/src/Space.d.ts +5 -5
  268. package/es/spin/src/Spin.d.ts +8 -8
  269. package/es/styles.d.ts +1 -0
  270. package/es/styles.js +1 -0
  271. package/es/switch/src/Switch.d.ts +11 -11
  272. package/es/table/src/Table.d.ts +1 -1
  273. package/es/tabs/src/Tab.d.ts +10 -22
  274. package/es/tabs/src/TabPane.d.ts +9 -21
  275. package/es/tabs/src/Tabs.d.ts +29 -30
  276. package/es/tag/src/Tag.d.ts +11 -11
  277. package/es/tag/src/common-props.d.ts +2 -2
  278. package/es/themes/dark.js +2 -0
  279. package/es/themes/light.js +2 -0
  280. package/es/time/src/Time.d.ts +2 -2
  281. package/es/time-picker/src/Panel.d.ts +3 -114
  282. package/es/time-picker/src/PanelCol.d.ts +4 -4
  283. package/es/time-picker/src/TimePicker.d.ts +17 -128
  284. package/es/timeline/src/TimelineItem.d.ts +4 -4
  285. package/es/toggle-button/src/ToggleButton.d.ts +12 -12
  286. package/es/tooltip/src/Tooltip.d.ts +25 -136
  287. package/es/transfer/src/Transfer.d.ts +112 -163
  288. package/es/transfer/src/TransferFilter.d.ts +12 -117
  289. package/es/transfer/src/TransferList.d.ts +12 -117
  290. package/es/transfer/src/TransferListItem.d.ts +13 -118
  291. package/es/transfer/styles/light.d.ts +11 -5
  292. package/es/tree/src/MotionWrapper.d.ts +2 -2
  293. package/es/tree/src/Tree.d.ts +148 -199
  294. package/es/tree/src/TreeNodeCheckbox.d.ts +13 -118
  295. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  296. package/es/tree/src/TreeNodeSwitcher.d.ts +3 -3
  297. package/es/tree/styles/light.d.ts +11 -5
  298. package/es/tree-select/src/TreeSelect.d.ts +269 -260
  299. package/es/tree-select/styles/light.d.ts +22 -10
  300. package/es/typography/src/create-header.d.ts +5 -5
  301. package/es/typography/src/headers.d.ts +18 -18
  302. package/es/typography/src/p.d.ts +3 -3
  303. package/es/typography/src/text.d.ts +6 -6
  304. package/es/upload/src/Upload.d.ts +137 -137
  305. package/es/upload/src/Upload.js +60 -188
  306. package/es/upload/src/UploadFile.d.ts +17 -115
  307. package/es/upload/src/UploadFile.js +57 -54
  308. package/es/upload/src/UploadFileList.js +2 -2
  309. package/es/upload/src/UploadProgress.d.ts +9 -114
  310. package/es/upload/src/UploadTrigger.js +20 -7
  311. package/es/upload/src/interface.d.ts +42 -0
  312. package/es/upload/src/styles/index.cssr.js +159 -34
  313. package/es/upload/src/useUpload.d.ts +2 -0
  314. package/es/upload/src/useUpload.js +163 -0
  315. package/es/upload/src/useUploadActionsRender.d.ts +26 -0
  316. package/es/upload/src/useUploadActionsRender.js +85 -0
  317. package/es/upload/src/useUploadInternals.d.ts +25 -0
  318. package/es/upload/src/useUploadInternals.js +37 -0
  319. package/es/upload/src/utils.d.ts +2 -1
  320. package/es/upload/src/utils.js +5 -0
  321. package/es/upload/styles/light.d.ts +12 -0
  322. package/es/upload/styles/light.js +8 -2
  323. package/es/version.d.ts +1 -1
  324. package/es/version.js +1 -1
  325. package/es/watermark/src/Watermark.d.ts +6 -6
  326. package/lib/__mocks__/vueuse-core.d.ts +5 -0
  327. package/lib/__mocks__/vueuse-core.js +9 -0
  328. package/lib/_internal/checkbox/src/use-checkbox.d.ts +4 -4
  329. package/lib/_internal/close/src/Close.d.ts +2 -2
  330. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +3 -3
  331. package/lib/_internal/icons/ContentCopy.d.ts +2 -0
  332. package/lib/_internal/icons/ContentCopy.js +10 -0
  333. package/lib/_internal/icons/FileHeart.d.ts +2 -0
  334. package/lib/_internal/icons/FileHeart.js +10 -0
  335. package/lib/_internal/icons/SiderUnionBorder.d.ts +2 -0
  336. package/lib/_internal/icons/SiderUnionBorder.js +10 -0
  337. package/lib/_internal/icons/index.d.ts +3 -0
  338. package/lib/_internal/icons/index.js +8 -1
  339. package/lib/_internal/icons/replaceable.js +1 -2
  340. package/lib/_internal/loading/src/Loading.d.ts +2 -2
  341. package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  342. package/lib/_internal/radio/src/use-radio.d.ts +2 -2
  343. package/lib/_internal/radio/src/use-radio.js +2 -2
  344. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
  345. package/lib/_internal/select-menu/src/SelectMenu.d.ts +83 -152
  346. package/lib/_internal/select-menu/src/SelectOption.d.ts +2 -2
  347. package/lib/_internal/select-menu/styles/light.d.ts +11 -5
  348. package/lib/_internal/selection/src/Selection.d.ts +13 -124
  349. package/lib/_internal/skeleton/src/Skeleton.d.ts +1 -1
  350. package/lib/_mixins/use-config.js +3 -3
  351. package/lib/_mixins/use-css-vars-class.js +1 -2
  352. package/lib/_mixins/use-form-item.js +1 -1
  353. package/lib/_mixins/use-hljs.js +1 -1
  354. package/lib/_mixins/use-locale.js +1 -1
  355. package/lib/_mixins/use-rtl.js +1 -2
  356. package/lib/_mixins/use-style.js +1 -1
  357. package/lib/_mixins/use-theme.js +1 -2
  358. package/lib/_resolvers/auto-import/auto-import-resolver.js +1 -2
  359. package/lib/_styles/transitions/fade-down.cssr.js +2 -3
  360. package/lib/_styles/transitions/fade-in-height-expand.cssr.js +2 -3
  361. package/lib/_styles/transitions/fade-in-scale-up.cssr.js +2 -3
  362. package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
  363. package/lib/_styles/transitions/fade-in.cssr.js +2 -3
  364. package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
  365. package/lib/_styles/transitions/icon-switch.cssr.js +2 -3
  366. package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
  367. package/lib/_styles/transitions/slide-in-from-left.js +1 -2
  368. package/lib/_styles/transitions/slide-in-from-right.js +1 -2
  369. package/lib/_styles/transitions/slide-in-from-top.js +1 -2
  370. package/lib/_utils/color/index.js +3 -4
  371. package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
  372. package/lib/_utils/composable/use-adjusted-to.js +1 -2
  373. package/lib/_utils/composable/use-collection.js +3 -4
  374. package/lib/_utils/composable/use-deferred-true.js +1 -2
  375. package/lib/_utils/composable/use-houdini.js +1 -2
  376. package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
  377. package/lib/_utils/composable/use-reactivated.js +1 -2
  378. package/lib/_utils/composable/use-resize.js +1 -2
  379. package/lib/_utils/css/color-to-class.js +1 -2
  380. package/lib/_utils/css/format-length.js +1 -2
  381. package/lib/_utils/cssr/create-key.js +1 -2
  382. package/lib/_utils/cssr/index.d.ts +1 -1
  383. package/lib/_utils/cssr/index.js +4 -4
  384. package/lib/_utils/debounce/index.d.ts +1 -0
  385. package/lib/_utils/debounce/index.js +13 -0
  386. package/lib/_utils/dom/is-document.js +1 -2
  387. package/lib/_utils/env/is-jsdom.js +1 -2
  388. package/lib/_utils/event/index.js +2 -3
  389. package/lib/_utils/inject/index.d.ts +1 -1
  390. package/lib/_utils/uzum/attribute.js +1 -2
  391. package/lib/_utils/uzum/prop.js +2 -3
  392. package/lib/_utils/uzum/warn.js +3 -4
  393. package/lib/_utils/vue/call.js +1 -2
  394. package/lib/_utils/vue/create-data-key.js +1 -2
  395. package/lib/_utils/vue/create-injection-key.js +1 -2
  396. package/lib/_utils/vue/create-ref-setter.js +1 -2
  397. package/lib/_utils/vue/flatten.js +1 -2
  398. package/lib/_utils/vue/get-first-slot-vnode.js +1 -2
  399. package/lib/_utils/vue/get-slot.js +1 -2
  400. package/lib/_utils/vue/get-v-node-children.js +1 -2
  401. package/lib/_utils/vue/is-node-v-show-false.js +1 -2
  402. package/lib/_utils/vue/keep.js +1 -2
  403. package/lib/_utils/vue/keysOf.js +1 -2
  404. package/lib/_utils/vue/merge-handlers.js +1 -2
  405. package/lib/_utils/vue/omit.js +1 -2
  406. package/lib/_utils/vue/render.d.ts +1 -1
  407. package/lib/_utils/vue/resolve-slot.js +5 -6
  408. package/lib/affix/src/Affix.d.ts +4 -4
  409. package/lib/affix/src/utils.js +2 -3
  410. package/lib/alert/src/Alert.d.ts +8 -120
  411. package/lib/anchor/src/AnchorAdapter.d.ts +4 -4
  412. package/lib/anchor/src/BaseAnchor.d.ts +2 -2
  413. package/lib/anchor/src/utils.js +1 -2
  414. package/lib/auto-complete/src/AutoComplete.d.ts +130 -175
  415. package/lib/auto-complete/src/utils.js +1 -2
  416. package/lib/auto-complete/styles/light.d.ts +11 -5
  417. package/lib/auto-complete/styles/light.js +1 -2
  418. package/lib/avatar/src/Avatar.d.ts +3 -3
  419. package/lib/avatar-group/src/AvatarGroup.d.ts +6 -117
  420. package/lib/back-top/src/BackTop.d.ts +4 -4
  421. package/lib/badge/src/Badge.d.ts +7 -7
  422. package/lib/button/src/Button.d.ts +14 -14
  423. package/lib/calendar/src/Calendar.d.ts +3 -114
  424. package/lib/card/src/Card.d.ts +19 -130
  425. package/lib/card-list/index.d.ts +3 -0
  426. package/lib/card-list/index.js +9 -0
  427. package/lib/card-list/src/CardList.d.ts +259 -0
  428. package/lib/card-list/src/CardList.js +75 -0
  429. package/lib/card-list/src/CardListItem.d.ts +70 -0
  430. package/lib/card-list/src/CardListItem.js +114 -0
  431. package/lib/card-list/src/interface.d.ts +12 -0
  432. package/lib/card-list/src/interface.js +2 -0
  433. package/lib/card-list/src/styles/index.cssr.d.ts +2 -0
  434. package/lib/card-list/src/styles/index.cssr.js +106 -0
  435. package/lib/card-list/styles/dark.d.ts +3 -0
  436. package/lib/card-list/styles/dark.js +10 -0
  437. package/lib/card-list/styles/index.d.ts +3 -0
  438. package/lib/card-list/styles/index.js +10 -0
  439. package/lib/card-list/styles/light.d.ts +22 -0
  440. package/lib/card-list/styles/light.js +30 -0
  441. package/lib/carousel/src/Carousel.d.ts +23 -25
  442. package/lib/carousel/src/CarouselDots.d.ts +5 -5
  443. package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
  444. package/lib/carousel/src/utils/event.js +1 -2
  445. package/lib/carousel/src/utils/index.js +3 -4
  446. package/lib/cascader/src/Cascader.d.ts +246 -231
  447. package/lib/cascader/src/CascaderMenu.d.ts +36 -129
  448. package/lib/cascader/src/CascaderOption.d.ts +34 -127
  449. package/lib/cascader/src/CascaderSelectMenu.d.ts +35 -128
  450. package/lib/cascader/src/CascaderSubmenu.d.ts +34 -127
  451. package/lib/cascader/src/utils.js +3 -4
  452. package/lib/cascader/styles/light.d.ts +22 -10
  453. package/lib/checkbox/src/Checkbox.d.ts +18 -129
  454. package/lib/checkbox/src/CheckboxGroup.d.ts +14 -14
  455. package/lib/code/src/Code.d.ts +1 -1
  456. package/lib/collapse/src/Collapse.d.ts +10 -121
  457. package/lib/collapse/src/CollapseItem.d.ts +3 -3
  458. package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
  459. package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
  460. package/lib/color-picker/src/ColorInput.d.ts +2 -2
  461. package/lib/color-picker/src/ColorInputUnit.d.ts +3 -114
  462. package/lib/color-picker/src/ColorPicker.d.ts +7 -7
  463. package/lib/color-picker/src/utils.js +6 -7
  464. package/lib/components.d.ts +1 -0
  465. package/lib/components.js +1 -0
  466. package/lib/composables/use-theme-vars.js +1 -2
  467. package/lib/config-provider/src/ConfigProvider.d.ts +10 -366
  468. package/lib/config-provider/src/config.js +5 -5
  469. package/lib/config-provider/src/internal-interface.d.ts +3 -1
  470. package/lib/countdown/src/Countdown.d.ts +4 -4
  471. package/lib/data-table/src/DataTable.d.ts +308 -255
  472. package/lib/data-table/src/DataTable.js +153 -5
  473. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +59 -137
  474. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +62 -140
  475. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  476. package/lib/data-table/src/MainTable.d.ts +4 -1
  477. package/lib/data-table/src/MainTable.js +6 -4
  478. package/lib/data-table/src/TableParts/Body.d.ts +68 -142
  479. package/lib/data-table/src/TableParts/Body.js +27 -7
  480. package/lib/data-table/src/TableParts/Cell.d.ts +8 -2828
  481. package/lib/data-table/src/TableParts/Cell.js +65 -7
  482. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  483. package/lib/data-table/src/TableParts/Header.d.ts +60 -138
  484. package/lib/data-table/src/TableParts/Header.js +7 -5
  485. package/lib/data-table/src/interface.d.ts +135 -53
  486. package/lib/data-table/src/styles/index.cssr.js +25 -1
  487. package/lib/data-table/src/use-check.d.ts +1 -1
  488. package/lib/data-table/src/use-check.js +1 -2
  489. package/lib/data-table/src/use-expand.d.ts +1 -1
  490. package/lib/data-table/src/use-expand.js +1 -2
  491. package/lib/data-table/src/use-group-header.js +5 -2
  492. package/lib/data-table/src/use-mask.d.ts +10 -0
  493. package/lib/data-table/src/use-mask.js +63 -0
  494. package/lib/data-table/src/use-resizable.js +1 -2
  495. package/lib/data-table/src/use-scroll.js +1 -2
  496. package/lib/data-table/src/use-sorter.js +1 -2
  497. package/lib/data-table/src/use-table-data.js +1 -2
  498. package/lib/data-table/src/utils.d.ts +4 -0
  499. package/lib/data-table/src/utils.js +19 -15
  500. package/lib/data-table/styles/light.d.ts +39 -15
  501. package/lib/data-table/styles/light.js +4 -1
  502. package/lib/date-picker/src/DatePicker.d.ts +14 -125
  503. package/lib/date-picker/src/panel/date.d.ts +6 -129
  504. package/lib/date-picker/src/panel/daterange.d.ts +7 -118
  505. package/lib/date-picker/src/panel/datetime.d.ts +6 -117
  506. package/lib/date-picker/src/panel/datetimerange.d.ts +7 -118
  507. package/lib/date-picker/src/panel/panelMonth.d.ts +41 -299
  508. package/lib/date-picker/src/panel/panelMonthContent.d.ts +6 -123
  509. package/lib/date-picker/src/panel/panelYear.d.ts +41 -299
  510. package/lib/date-picker/src/panel/panelYearContent.d.ts +6 -135
  511. package/lib/date-picker/src/panel/use-calendar.d.ts +3 -114
  512. package/lib/date-picker/src/panel/use-calendar.js +2 -2
  513. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +8 -119
  514. package/lib/date-picker/src/panel/use-dual-calendar.js +2 -2
  515. package/lib/date-picker/src/panel/use-panel-common.d.ts +2 -113
  516. package/lib/date-picker/src/panel/use-panel-common.js +2 -2
  517. package/lib/date-picker/src/utils.js +9 -10
  518. package/lib/date-picker/src/validation-utils.js +2 -3
  519. package/lib/date-picker/styles/_common.js +1 -1
  520. package/lib/descriptions/src/Descriptions.d.ts +2 -2
  521. package/lib/descriptions/src/utils.js +2 -2
  522. package/lib/dialog/src/Dialog.d.ts +4 -115
  523. package/lib/dialog/src/Dialog.js +1 -1
  524. package/lib/dialog/src/DialogEnvironment.d.ts +5 -5
  525. package/lib/dialog/src/DialogProvider.d.ts +40 -40
  526. package/lib/dialog/src/composables.js +2 -3
  527. package/lib/dialog/src/dialogProps.d.ts +2 -2
  528. package/lib/discrete/src/discrete.js +1 -2
  529. package/lib/discrete/src/discreteApp.js +1 -2
  530. package/lib/divider/src/Divider.d.ts +4 -4
  531. package/lib/drawer/src/Drawer.d.ts +21 -119
  532. package/lib/drawer/src/Drawer.js +4 -1
  533. package/lib/drawer/src/DrawerBodyWrapper.d.ts +12 -114
  534. package/lib/drawer/src/DrawerBodyWrapper.js +6 -0
  535. package/lib/drawer/src/DrawerContent.d.ts +1 -112
  536. package/lib/drawer/src/styles/index.cssr.js +3 -2
  537. package/lib/drawer/styles/_common.js +2 -2
  538. package/lib/dropdown/src/Dropdown.d.ts +31 -142
  539. package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
  540. package/lib/dropdown/src/DropdownMenu.d.ts +3 -2
  541. package/lib/dropdown/src/DropdownOption.d.ts +4 -3
  542. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
  543. package/lib/dropdown/src/utils.js +4 -5
  544. package/lib/dynamic-input/src/DynamicInput.d.ts +3 -114
  545. package/lib/dynamic-input/src/InputPreset.d.ts +1 -112
  546. package/lib/dynamic-input/src/PairPreset.d.ts +1 -112
  547. package/lib/dynamic-tags/src/DynamicTags.d.ts +14 -125
  548. package/lib/ellipsis/src/Ellipsis.d.ts +4 -115
  549. package/lib/ellipsis/src/Ellipsis.js +3 -3
  550. package/lib/ellipsis/src/PerformantEllipsis.d.ts +2 -2
  551. package/lib/empty/src/Empty.d.ts +109 -48
  552. package/lib/empty/src/Empty.js +25 -7
  553. package/lib/empty/src/styles/index.cssr.js +37 -10
  554. package/lib/empty/styles/light.d.ts +11 -5
  555. package/lib/empty/styles/light.js +17 -11
  556. package/lib/equation/src/Equation.d.ts +4 -3
  557. package/lib/flex/src/Flex.d.ts +13 -12
  558. package/lib/form/src/Form.d.ts +4 -4
  559. package/lib/form/src/Form.js +2 -2
  560. package/lib/form/src/FormItem.d.ts +23 -10
  561. package/lib/form/src/FormItem.js +19 -6
  562. package/lib/form/src/FormItemCol.d.ts +22 -9
  563. package/lib/form/src/FormItemGridItem.d.ts +24 -11
  564. package/lib/form/src/FormItemRow.d.ts +21 -8
  565. package/lib/form/src/utils.d.ts +3 -2
  566. package/lib/form/src/utils.js +20 -4
  567. package/lib/gradient-text/src/GradientText.d.ts +5 -5
  568. package/lib/grid/src/Grid.d.ts +18 -18
  569. package/lib/grid/src/GridItem.d.ts +2 -2
  570. package/lib/icon/src/Icon.d.ts +3 -3
  571. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
  572. package/lib/image/src/Image.d.ts +5 -5
  573. package/lib/image/src/ImageGroup.d.ts +1 -1
  574. package/lib/image/src/ImagePreview.d.ts +1 -1
  575. package/lib/input/src/Input.d.ts +79 -155
  576. package/lib/input/src/Input.js +54 -17
  577. package/lib/input/src/InputGroupLabel.d.ts +1 -1
  578. package/lib/input/src/use-clipboard.d.ts +9 -0
  579. package/lib/input/src/use-clipboard.js +50 -0
  580. package/lib/input/src/utils.js +3 -4
  581. package/lib/input-number/src/InputNumber.d.ts +14 -125
  582. package/lib/input-number/src/utils.js +5 -6
  583. package/lib/layout/src/Layout.d.ts +4 -226
  584. package/lib/layout/src/Layout.js +2 -2
  585. package/lib/layout/src/LayoutContent.d.ts +2 -113
  586. package/lib/layout/src/LayoutFooter.d.ts +1 -1
  587. package/lib/layout/src/LayoutHeader.d.ts +2 -2
  588. package/lib/layout/src/LayoutHeader.js +5 -1
  589. package/lib/layout/src/LayoutSider.d.ts +10 -121
  590. package/lib/layout/src/LayoutSider.js +3 -3
  591. package/lib/layout/src/ToggleSidebarButton.d.ts +15 -0
  592. package/lib/layout/src/ToggleSidebarButton.js +25 -0
  593. package/lib/layout/src/interface.d.ts +1 -1
  594. package/lib/layout/src/styles/layout-header.cssr.js +3 -0
  595. package/lib/layout/src/styles/layout-sider.cssr.js +64 -6
  596. package/lib/layout/src/utils/resolveTriggerComponent.d.ts +51 -0
  597. package/lib/layout/src/utils/resolveTriggerComponent.js +19 -0
  598. package/lib/legacy-transfer/src/Transfer.d.ts +112 -163
  599. package/lib/legacy-transfer/src/TransferFilter.d.ts +12 -117
  600. package/lib/legacy-transfer/src/TransferList.d.ts +12 -117
  601. package/lib/legacy-transfer/src/TransferListItem.d.ts +13 -118
  602. package/lib/legacy-transfer/src/use-transfer-data.js +1 -2
  603. package/lib/legacy-transfer/styles/light.d.ts +11 -5
  604. package/lib/list/src/List.d.ts +6 -6
  605. package/lib/list/src/ListItem.d.ts +5 -5
  606. package/lib/loading-bar/src/LoadingBar.d.ts +1 -1
  607. package/lib/loading-bar/src/LoadingBar.js +2 -2
  608. package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -9
  609. package/lib/loading-bar/src/use-loading-bar.js +1 -2
  610. package/lib/locales/common/arDZ.js +9 -2
  611. package/lib/locales/common/deDE.js +9 -2
  612. package/lib/locales/common/enGB.js +9 -2
  613. package/lib/locales/common/enUS.d.ts +8 -1
  614. package/lib/locales/common/enUS.js +9 -2
  615. package/lib/locales/common/eo.js +9 -2
  616. package/lib/locales/common/esAR.js +9 -2
  617. package/lib/locales/common/faIR.js +9 -2
  618. package/lib/locales/common/frFR.js +9 -2
  619. package/lib/locales/common/idID.js +9 -2
  620. package/lib/locales/common/itIT.js +9 -2
  621. package/lib/locales/common/jaJP.js +9 -2
  622. package/lib/locales/common/koKR.js +9 -2
  623. package/lib/locales/common/nbNO.js +9 -2
  624. package/lib/locales/common/nlNL.js +9 -2
  625. package/lib/locales/common/plPL.js +9 -2
  626. package/lib/locales/common/ptBR.js +9 -2
  627. package/lib/locales/common/ruRU.js +9 -2
  628. package/lib/locales/common/skSK.js +9 -2
  629. package/lib/locales/common/svSE.js +9 -2
  630. package/lib/locales/common/thTH.js +9 -2
  631. package/lib/locales/common/trTR.js +9 -2
  632. package/lib/locales/common/ukUA.js +9 -2
  633. package/lib/locales/common/viVN.js +9 -2
  634. package/lib/locales/common/zhCN.js +9 -2
  635. package/lib/locales/common/zhTW.js +9 -2
  636. package/lib/locales/utils/index.js +1 -2
  637. package/lib/log/src/Log.d.ts +8 -120
  638. package/lib/mention/src/Mention.d.ts +140 -185
  639. package/lib/mention/src/utils.js +7 -8
  640. package/lib/mention/styles/light.d.ts +11 -5
  641. package/lib/menu/src/Menu.d.ts +16 -127
  642. package/lib/menu/src/MenuOption.d.ts +2 -113
  643. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  644. package/lib/menu/src/Submenu.d.ts +2 -113
  645. package/lib/menu/src/use-menu-child.js +1 -2
  646. package/lib/menu/src/useCheckDeprecated.js +1 -2
  647. package/lib/menu/src/utils.js +3 -4
  648. package/lib/menu/styles/light.js +2 -2
  649. package/lib/message/src/Message.d.ts +1 -1
  650. package/lib/message/src/MessageEnvironment.d.ts +1 -1
  651. package/lib/message/src/MessageProvider.d.ts +5 -5
  652. package/lib/message/src/use-message.js +1 -2
  653. package/lib/modal/src/BodyWrapper.d.ts +8 -119
  654. package/lib/modal/src/Modal.d.ts +17 -17
  655. package/lib/modal/src/presetProps.d.ts +2 -2
  656. package/lib/notification/src/Notification.d.ts +5 -5
  657. package/lib/notification/src/NotificationContainer.d.ts +1 -112
  658. package/lib/notification/src/NotificationEnvironment.d.ts +4 -4
  659. package/lib/notification/src/NotificationProvider.d.ts +17 -17
  660. package/lib/notification/src/use-notification.js +1 -2
  661. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  662. package/lib/number-animation/src/utils.js +1 -2
  663. package/lib/page-header/styles/light.js +2 -2
  664. package/lib/pagination/src/Pagination.d.ts +263 -242
  665. package/lib/pagination/src/utils.js +1 -2
  666. package/lib/pagination/styles/light.d.ts +22 -10
  667. package/lib/popconfirm/src/Popconfirm.d.ts +29 -140
  668. package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  669. package/lib/popover/src/Popover.d.ts +30 -30
  670. package/lib/popover/src/PopoverBody.d.ts +19 -19
  671. package/lib/popselect/src/Popselect.d.ts +195 -240
  672. package/lib/popselect/src/PopselectPanel.d.ts +26 -125
  673. package/lib/popselect/styles/light.d.ts +11 -5
  674. package/lib/popselect/styles/light.js +1 -2
  675. package/lib/preset.d.ts +1 -1
  676. package/lib/progress/src/Line.d.ts +1 -1
  677. package/lib/progress/src/MultipleCircle.d.ts +2 -2
  678. package/lib/progress/src/Progress.d.ts +6 -6
  679. package/lib/radio/src/Radio.d.ts +10 -10
  680. package/lib/radio/src/RadioButton.d.ts +6 -6
  681. package/lib/rate/src/Rate.d.ts +1 -1
  682. package/lib/result/src/Result.d.ts +4 -4
  683. package/lib/select/src/Select.d.ts +141 -186
  684. package/lib/select/src/utils.js +6 -7
  685. package/lib/select/styles/light.d.ts +11 -5
  686. package/lib/select/styles/light.js +1 -2
  687. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  688. package/lib/slider/src/Slider.d.ts +9 -9
  689. package/lib/slider/src/utils.js +2 -3
  690. package/lib/space/src/Space.d.ts +5 -5
  691. package/lib/spin/src/Spin.d.ts +8 -8
  692. package/lib/styles.d.ts +1 -0
  693. package/lib/styles.js +153 -151
  694. package/lib/switch/src/Switch.d.ts +11 -11
  695. package/lib/table/src/Table.d.ts +1 -1
  696. package/lib/tabs/src/Tab.d.ts +10 -22
  697. package/lib/tabs/src/TabPane.d.ts +9 -21
  698. package/lib/tabs/src/Tabs.d.ts +29 -30
  699. package/lib/tag/src/Tag.d.ts +11 -11
  700. package/lib/tag/src/common-props.d.ts +2 -2
  701. package/lib/themes/dark.js +148 -146
  702. package/lib/themes/light.js +148 -146
  703. package/lib/themes/utils.js +1 -2
  704. package/lib/time/src/Time.d.ts +2 -2
  705. package/lib/time-picker/src/Panel.d.ts +3 -114
  706. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  707. package/lib/time-picker/src/TimePicker.d.ts +17 -128
  708. package/lib/time-picker/src/utils.js +6 -6
  709. package/lib/timeline/src/TimelineItem.d.ts +4 -4
  710. package/lib/toggle-button/src/ToggleButton.d.ts +12 -12
  711. package/lib/tooltip/src/Tooltip.d.ts +25 -136
  712. package/lib/transfer/src/Transfer.d.ts +112 -163
  713. package/lib/transfer/src/TransferFilter.d.ts +12 -117
  714. package/lib/transfer/src/TransferList.d.ts +12 -117
  715. package/lib/transfer/src/TransferListItem.d.ts +13 -118
  716. package/lib/transfer/src/use-transfer-data.js +1 -2
  717. package/lib/transfer/styles/light.d.ts +11 -5
  718. package/lib/tree/src/MotionWrapper.d.ts +2 -2
  719. package/lib/tree/src/Tree.d.ts +148 -199
  720. package/lib/tree/src/Tree.js +2 -2
  721. package/lib/tree/src/TreeNodeCheckbox.d.ts +13 -118
  722. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  723. package/lib/tree/src/TreeNodeSwitcher.d.ts +3 -3
  724. package/lib/tree/src/dnd.js +2 -3
  725. package/lib/tree/src/keyboard.js +1 -2
  726. package/lib/tree/src/utils.js +5 -5
  727. package/lib/tree/styles/light.d.ts +11 -5
  728. package/lib/tree-select/src/TreeSelect.d.ts +269 -260
  729. package/lib/tree-select/src/utils.js +2 -3
  730. package/lib/tree-select/styles/light.d.ts +22 -10
  731. package/lib/typography/src/create-header.d.ts +5 -5
  732. package/lib/typography/src/headers.d.ts +18 -18
  733. package/lib/typography/src/p.d.ts +3 -3
  734. package/lib/typography/src/text.d.ts +6 -6
  735. package/lib/upload/src/Upload.d.ts +137 -137
  736. package/lib/upload/src/Upload.js +58 -209
  737. package/lib/upload/src/UploadFile.d.ts +17 -115
  738. package/lib/upload/src/UploadFile.js +55 -55
  739. package/lib/upload/src/UploadFileList.js +2 -2
  740. package/lib/upload/src/UploadProgress.d.ts +9 -114
  741. package/lib/upload/src/UploadTrigger.js +19 -6
  742. package/lib/upload/src/interface.d.ts +42 -0
  743. package/lib/upload/src/styles/index.cssr.js +159 -34
  744. package/lib/upload/src/useUpload.d.ts +2 -0
  745. package/lib/upload/src/useUpload.js +166 -0
  746. package/lib/upload/src/useUploadActionsRender.d.ts +26 -0
  747. package/lib/upload/src/useUploadActionsRender.js +88 -0
  748. package/lib/upload/src/useUploadInternals.d.ts +25 -0
  749. package/lib/upload/src/useUploadInternals.js +43 -0
  750. package/lib/upload/src/utils.d.ts +2 -1
  751. package/lib/upload/src/utils.js +13 -7
  752. package/lib/upload/styles/light.d.ts +12 -0
  753. package/lib/upload/styles/light.js +8 -2
  754. package/lib/version.d.ts +1 -1
  755. package/lib/version.js +1 -1
  756. package/lib/watermark/src/Watermark.d.ts +6 -6
  757. package/package.json +53 -50
  758. package/volar.d.ts +2 -1
  759. package/web-types.json +259 -9
@@ -1,4 +1,6 @@
1
1
  import { type PropType, type VNodeChild } from 'vue';
2
+ import type { MergedTheme } from '../../../_mixins';
3
+ import type { DataTableTheme } from '../../styles';
2
4
  import type { TableBaseColumn, InternalRowData } from '../interface';
3
5
  declare const _default: import("vue").DefineComponent<{
4
6
  clsPrefix: {
@@ -19,1423 +21,11 @@ declare const _default: import("vue").DefineComponent<{
19
21
  };
20
22
  isSummary: BooleanConstructor;
21
23
  mergedTheme: {
22
- type: PropType<{
23
- common: {
24
- scrollbarColor: string;
25
- scrollbarColorHover: string;
26
- scrollbarWidth: string;
27
- scrollbarHeight: string;
28
- scrollbarBorderRadius: string;
29
- opacityDisabled: string;
30
- brandPrimary50: string;
31
- brandPrimary100: string;
32
- brandPrimary200: string;
33
- brandPrimary300: string;
34
- brandPrimary400: string;
35
- brandPrimary500: string;
36
- brandPrimary550: string;
37
- brandPrimary600: string;
38
- brandSecondary500: string;
39
- brandSecondary300: string;
40
- brandSecondary600: string;
41
- brandTertiary500: string;
42
- brandTertiary300: string;
43
- brandTertiary600: string;
44
- brandQuaternary500: string;
45
- brandQuaternary300: string;
46
- brandQuaternary600: string;
47
- brandQuinary500: string;
48
- brandQuinary300: string;
49
- brandQuinary600: string;
50
- brandQuinary100: string;
51
- surfacePrimary: string;
52
- surfaceSecondary: string;
53
- containerPrimary: string;
54
- containerSecondary: string;
55
- textPrimary: string;
56
- textSecondary: string;
57
- textTertiary: string;
58
- textQuaternary: string;
59
- textBrand: string;
60
- elementsPrimary: string;
61
- elementsSecondary: string;
62
- elementsTertiary: string;
63
- elementsQuaternary: string;
64
- elementsQuinary: string;
65
- elementsDarkQuinary: string;
66
- elementsSenary: string;
67
- elementsOnContainer: string;
68
- transparencyPrimary: string;
69
- transparencySecondary: string;
70
- transparencyTertiary: string;
71
- transparencyQuinary: string;
72
- transparencyModal: string;
73
- staticBlack: string;
74
- staticDarkGrey: string;
75
- staticWhite: string;
76
- staticRed: string;
77
- staticOrange: string;
78
- staticGreen: string;
79
- staticDeepBlue: string;
80
- staticErrorAccent: string;
81
- shadowDepth2: string;
82
- shadowDepth: string;
83
- fontFamily: string;
84
- fontFamilyMono: string;
85
- cubicBezierEaseInOut: string;
86
- cubicBezierEaseOut: string;
87
- cubicBezierEaseIn: string;
88
- borderRadiusLarge: string;
89
- borderRadius: string;
90
- borderRadiusMedium: string;
91
- borderRadiusSmall: string;
92
- borderRadiusTiny: string;
93
- heightMini: string;
94
- heightTiny: string;
95
- heightSmall: string;
96
- heightMedium: string;
97
- heightLarge: string;
98
- heightHuge: string;
99
- fontDisplayLarge: string;
100
- fontDisplaySmall: string;
101
- fontHeadingLarge: string;
102
- fontHeadingMedium: string;
103
- fontHeadingSmall: string;
104
- fontTitleLarge: string;
105
- fontTitleMedium: string;
106
- fontTitleSmall: string;
107
- fontBodyLarge: string;
108
- fontBodyMedium: string;
109
- fontBodySmall: string;
110
- lineHeightDisplayLarge: string;
111
- lineHeightDisplaySmall: string;
112
- lineHeightHeadingLarge: string;
113
- lineHeightHeadingMedium: string;
114
- lineHeightHeadingSmall: string;
115
- lineHeightTitleLarge: string;
116
- lineHeightTitleMedium: string;
117
- lineHeightTitleSmall: string;
118
- lineHeightBodyLarge: string;
119
- lineHeightBodyMedium: string;
120
- lineHeightBodySmall: string;
121
- fontWeight: string;
122
- fontWeightStrong: string;
123
- fontWeightBold: string;
124
- iconSmall: string;
125
- iconMedium: string;
126
- iconLarge: string;
127
- iconHuge: string;
128
- closeSmall: string;
129
- closeMedium: string;
130
- closeLarge: string;
131
- closeHuge: string;
132
- closeBorderRadius: string;
133
- name: "common";
134
- };
135
- self: {
136
- thPaddingSmall: string;
137
- thPaddingMedium: string;
138
- thPaddingLarge: string;
139
- tdPaddingSmall: string;
140
- tdPaddingMedium: string;
141
- tdPaddingLarge: string;
142
- thHeightSmall: string;
143
- thHeightMedium: string;
144
- thHeightLarge: string;
145
- tdHeightSmall: string;
146
- tdHeightMedium: string;
147
- tdHeightLarge: string;
148
- sorterSize: string;
149
- resizableContainerSize: string;
150
- resizableSize: string;
151
- filterSize: string;
152
- paginationMargin: string;
153
- emptyPadding: string;
154
- actionPadding: string;
155
- actionButtonMargin: string;
156
- actionDividerColor: string;
157
- lineHeight: string;
158
- borderRadius: string;
159
- fontSizeSmall: string;
160
- fontSizeMedium: string;
161
- fontSizeLarge: string;
162
- borderColor: string;
163
- tdColorHover: string;
164
- tdColorStriped: string;
165
- thColor: string;
166
- thColorHover: string;
167
- tdColor: string;
168
- tdTextColor: string;
169
- thTextColor: string;
170
- thFontWeight: string;
171
- thButtonColorHover: string;
172
- thIconColor: string;
173
- thIconColorActive: string;
174
- borderColorModal: string;
175
- tdColorHoverModal: string;
176
- tdColorStripedModal: string;
177
- thColorModal: string;
178
- thColorHoverModal: string;
179
- tdColorModal: string;
180
- borderColorPopover: string;
181
- tdColorHoverPopover: string;
182
- tdColorStripedPopover: string;
183
- thColorPopover: string;
184
- thColorHoverPopover: string;
185
- tdColorPopover: string;
186
- fixedBoxShadow: string;
187
- loadingColor: string;
188
- loadingSize: string;
189
- opacityLoading: string;
190
- opacityDisabled: string;
191
- };
192
- peers: {
193
- Button: import("../../../_mixins").Theme<"Button", {
194
- heightTiny: string;
195
- heightSmall: string;
196
- heightMedium: string;
197
- heightLarge: string;
198
- borderRadiusTiny: string;
199
- borderRadiusSmall: string;
200
- borderRadiusMedium: string;
201
- borderRadiusLarge: string;
202
- fontSizeTiny: string;
203
- fontSizeSmall: string;
204
- fontSizeMedium: string;
205
- fontSizeLarge: string;
206
- opacityDisabled: string;
207
- colorOpacitySecondary: string;
208
- colorOpacitySecondaryHover: string;
209
- colorOpacitySecondaryPressed: string;
210
- colorOpacitySecondaryFocus: string;
211
- colorSecondary: string;
212
- colorSecondaryHover: string;
213
- colorSecondaryPressed: string;
214
- waveColorSecondary: string;
215
- colorTertiary: string;
216
- colorTertiaryHover: string;
217
- colorTertiaryPressed: string;
218
- colorTertiaryDisalbed: string;
219
- waveColorTertiary: string;
220
- textColorTextTertiary: string;
221
- colorQuaternary: string;
222
- colorQuaternaryHover: string;
223
- colorQuaternaryPressed: string;
224
- color: string;
225
- colorHover: string;
226
- colorPressed: string;
227
- colorFocus: string;
228
- colorDisabled: string;
229
- textColor: string;
230
- textTertiary: string;
231
- textColorTertiary: string;
232
- textColorHover: string;
233
- textColorPressed: string;
234
- textColorFocus: string;
235
- textColorDisabled: string;
236
- textColorText: string;
237
- textColorTextHover: string;
238
- textColorTextPressed: string;
239
- textColorTextFocus: string;
240
- textColorTextDisabled: string;
241
- textColorGhost: string;
242
- textColorGhostHover: string;
243
- textColorGhostPressed: string;
244
- textColorGhostFocus: string;
245
- textColorGhostDisabled: string;
246
- border: string;
247
- borderHover: string;
248
- borderPressed: string;
249
- borderFocus: string;
250
- borderDisabled: string;
251
- rippleColor: string;
252
- colorPrimary: string;
253
- colorHoverPrimary: string;
254
- colorPressedPrimary: string;
255
- colorFocusPrimary: string;
256
- colorDisabledPrimary: string;
257
- waveColorPrimary: string;
258
- textColorPrimary: string;
259
- textColorHoverPrimary: string;
260
- textColorPressedPrimary: string;
261
- textColorFocusPrimary: string;
262
- textColorDisabledPrimary: string;
263
- textColorTextPrimary: string;
264
- textColorTextHoverPrimary: string;
265
- textColorTextPressedPrimary: string;
266
- textColorTextFocusPrimary: string;
267
- textColorTextDisabledPrimary: string;
268
- textColorGhostPrimary: string;
269
- textColorGhostHoverPrimary: string;
270
- textColorGhostPressedPrimary: string;
271
- textColorGhostFocusPrimary: string;
272
- textColorGhostDisabledPrimary: string;
273
- borderPrimary: string;
274
- borderHoverPrimary: string;
275
- borderPressedPrimary: string;
276
- borderFocusPrimary: string;
277
- borderDisabledPrimary: string;
278
- rippleColorPrimary: string;
279
- colorInfo: string;
280
- colorHoverInfo: string;
281
- colorPressedInfo: string;
282
- colorFocusInfo: string;
283
- colorDisabledInfo: string;
284
- textColorInfo: string;
285
- textColorHoverInfo: string;
286
- textColorPressedInfo: string;
287
- textColorFocusInfo: string;
288
- textColorDisabledInfo: string;
289
- textColorTextInfo: string;
290
- textColorTextHoverInfo: string;
291
- textColorTextPressedInfo: string;
292
- textColorTextFocusInfo: string;
293
- textColorTextDisabledInfo: string;
294
- textColorGhostInfo: string;
295
- textColorGhostHoverInfo: string;
296
- textColorGhostPressedInfo: string;
297
- textColorGhostFocusInfo: string;
298
- textColorGhostDisabledInfo: string;
299
- borderInfo: string;
300
- borderHoverInfo: string;
301
- borderPressedInfo: string;
302
- borderFocusInfo: string;
303
- borderDisabledInfo: string;
304
- rippleColorInfo: string;
305
- colorSuccess: string;
306
- colorHoverSuccess: string;
307
- colorPressedSuccess: string;
308
- colorFocusSuccess: string;
309
- colorDisabledSuccess: string;
310
- textColorSuccess: string;
311
- textColorHoverSuccess: string;
312
- textColorPressedSuccess: string;
313
- textColorFocusSuccess: string;
314
- textColorDisabledSuccess: string;
315
- textColorTextSuccess: string;
316
- textColorTextHoverSuccess: string;
317
- textColorTextPressedSuccess: string;
318
- textColorTextFocusSuccess: string;
319
- textColorTextDisabledSuccess: string;
320
- textColorGhostSuccess: string;
321
- textColorGhostHoverSuccess: string;
322
- textColorGhostPressedSuccess: string;
323
- textColorGhostFocusSuccess: string;
324
- textColorGhostDisabledSuccess: string;
325
- borderSuccess: string;
326
- borderHoverSuccess: string;
327
- borderPressedSuccess: string;
328
- borderFocusSuccess: string;
329
- borderDisabledSuccess: string;
330
- rippleColorSuccess: string;
331
- colorWarning: string;
332
- colorHoverWarning: string;
333
- colorPressedWarning: string;
334
- colorFocusWarning: string;
335
- colorDisabledWarning: string;
336
- textColorWarning: string;
337
- textColorHoverWarning: string;
338
- textColorPressedWarning: string;
339
- textColorFocusWarning: string;
340
- textColorDisabledWarning: string;
341
- textColorTextWarning: string;
342
- textColorTextHoverWarning: string;
343
- textColorTextPressedWarning: string;
344
- textColorTextFocusWarning: string;
345
- textColorTextDisabledWarning: string;
346
- textColorGhostWarning: string;
347
- textColorGhostHoverWarning: string;
348
- textColorGhostPressedWarning: string;
349
- textColorGhostFocusWarning: string;
350
- textColorGhostDisabledWarning: string;
351
- borderWarning: string;
352
- borderHoverWarning: string;
353
- borderPressedWarning: string;
354
- borderFocusWarning: string;
355
- borderDisabledWarning: string;
356
- rippleColorWarning: string;
357
- colorError: string;
358
- colorHoverError: string;
359
- colorPressedError: string;
360
- colorFocusError: string;
361
- colorDisabledError: string;
362
- textColorError: string;
363
- textColorHoverError: string;
364
- textColorPressedError: string;
365
- textColorFocusError: string;
366
- textColorDisabledError: string;
367
- textColorTextError: string;
368
- textColorTextHoverError: string;
369
- textColorTextPressedError: string;
370
- textColorTextFocusError: string;
371
- textColorTextDisabledError: string;
372
- textColorGhostError: string;
373
- textColorGhostHoverError: string;
374
- textColorGhostPressedError: string;
375
- textColorGhostFocusError: string;
376
- textColorGhostDisabledError: string;
377
- borderError: string;
378
- borderHoverError: string;
379
- borderPressedError: string;
380
- borderFocusError: string;
381
- borderDisabledError: string;
382
- rippleColorError: string;
383
- waveOpacity: string;
384
- fontWeight: string;
385
- fontWeightStrong: string;
386
- paddingTiny: string;
387
- paddingSmall: string;
388
- paddingMedium: string;
389
- paddingLarge: string;
390
- paddingRoundTiny: string;
391
- paddingRoundSmall: string;
392
- paddingRoundMedium: string;
393
- paddingRoundLarge: string;
394
- iconMarginTiny: string;
395
- iconMarginSmall: string;
396
- iconMarginMedium: string;
397
- iconMarginLarge: string;
398
- iconSizeTiny: string;
399
- iconSizeSmall: string;
400
- iconSizeMedium: string;
401
- iconSizeLarge: string;
402
- rippleDuration: string;
403
- }, any>;
404
- Checkbox: import("../../../_mixins").Theme<"Checkbox", {
405
- fontWeight: string;
406
- textColor: string;
407
- descriptionTextColor: string;
408
- textColorDisabled: string;
409
- descriptionTextColorDisabled: string;
410
- fontSizeLarge: string;
411
- fontSizeMedium: string;
412
- fontSizeSmall: string;
413
- lineHeightLarge: string;
414
- lineHeightMedium: string;
415
- lineHeightSmall: string;
416
- borderRadiusLarge: string;
417
- borderRadiusMedium: string;
418
- borderRadiusSmall: string;
419
- color: string;
420
- colorHover: string;
421
- colorFocus: string;
422
- colorActive: string;
423
- colorChecked: string;
424
- colorHoverChecked: string;
425
- colorFocusChecked: string;
426
- colorActiveChecked: string;
427
- colorDisabled: string;
428
- colorDisabledChecked: string;
429
- checkMarkColor: string;
430
- checkMarkColorHover: string;
431
- checkMarkColorFocus: string;
432
- checkMarkColorActive: string;
433
- checkMarkColorDisabled: string;
434
- checkMarkColorDisabledChecked: string;
435
- border: string;
436
- borderHover: string;
437
- borderFocus: string;
438
- borderActive: string;
439
- borderChecked: string;
440
- borderHoverChecked: string;
441
- borderFocusChecked: string;
442
- borderActiveChecked: string;
443
- borderDisabled: string;
444
- borderDisabledChecked: string;
445
- boxShadowHover: string;
446
- boxShadowFocus: string;
447
- boxShadowActive: string;
448
- boxShadowHoverChecked: string;
449
- boxShadowFocusChecked: string;
450
- boxShadowActiveChecked: string;
451
- sizeSmall: string;
452
- sizeMedium: string;
453
- sizeLarge: string;
454
- labelPadding: string;
455
- }, any>;
456
- Radio: import("../../../_mixins").Theme<"Radio", {
457
- radioSizeSmall: string;
458
- radioSizeMedium: string;
459
- radioSizeLarge: string;
460
- buttonHeightSmall: string;
461
- buttonHeightMedium: string;
462
- buttonHeightLarge: string;
463
- labelPadding: string;
464
- labelFontWeight: string;
465
- labelFontSizeSmall: string;
466
- labelFontSizeMedium: string;
467
- labelFontSizeLarge: string;
468
- fontSizeSmall: string;
469
- fontSizeMedium: string;
470
- fontSizeLarge: string;
471
- lineHeightSmall: string;
472
- lineHeightMedium: string;
473
- lineHeightLarge: string;
474
- fontWeight: string;
475
- boxShadow: string;
476
- boxShadowActive: string;
477
- boxShadowFocus: string;
478
- boxShadowHover: string;
479
- boxShadowPressed: string;
480
- boxShadowDisabled: string;
481
- boxShadowChecked: string;
482
- boxShadowActiveChecked: string;
483
- boxShadowFocusChecked: string;
484
- boxShadowHoverChecked: string;
485
- boxShadowPressedChecked: string;
486
- boxShadowDisabledChecked: string;
487
- color: string;
488
- colorDisabled: string;
489
- colorActive: string;
490
- textColor: string;
491
- textColorDisabled: string;
492
- dotColorActive: string;
493
- dotColorDisabled: string;
494
- buttonBorderColor: string;
495
- buttonBorderColorActive: string;
496
- buttonBorderColorHover: string;
497
- buttonColor: string;
498
- buttonColorActive: string;
499
- buttonTextColor: string;
500
- buttonTextColorActive: string;
501
- buttonTextColorHover: string;
502
- opacityDisabled: string;
503
- buttonBoxShadowFocus: string;
504
- buttonBoxShadowHover: string;
505
- buttonBoxShadow: string;
506
- buttonBorderRadius: string;
507
- }, any>;
508
- Pagination: import("../../../_mixins").Theme<"Pagination", {
509
- itemPaddingSmall: string;
510
- itemMarginSmall: string;
511
- itemMarginSmallRtl: string;
512
- itemPaddingMedium: string;
513
- itemMarginMedium: string;
514
- itemMarginMediumRtl: string;
515
- itemPaddingLarge: string;
516
- itemMarginLarge: string;
517
- itemMarginLargeRtl: string;
518
- buttonIconSizeSmall: string;
519
- buttonIconSizeMedium: string;
520
- buttonIconSizeLarge: string;
521
- inputWidthSmall: string;
522
- selectWidthSmall: string;
523
- inputMarginSmall: string;
524
- inputMarginSmallRtl: string;
525
- selectMarginSmall: string;
526
- prefixMarginSmall: string;
527
- suffixMarginSmall: string;
528
- inputWidthMedium: string;
529
- selectWidthMedium: string;
530
- inputMarginMedium: string;
531
- inputMarginMediumRtl: string;
532
- selectMarginMedium: string;
533
- prefixMarginMedium: string;
534
- suffixMarginMedium: string;
535
- inputWidthLarge: string;
536
- selectWidthLarge: string;
537
- inputMarginLarge: string;
538
- inputMarginLargeRtl: string;
539
- selectMarginLarge: string;
540
- prefixMarginLarge: string;
541
- suffixMarginLarge: string;
542
- buttonColor: string;
543
- buttonColorHover: string;
544
- buttonColorPressed: string;
545
- buttonBorder: string;
546
- buttonBorderHover: string;
547
- buttonBorderPressed: string;
548
- buttonIconColor: string;
549
- buttonIconColorHover: string;
550
- buttonIconColorPressed: string;
551
- itemTextColor: string;
552
- itemTextColorHover: string;
553
- itemTextColorPressed: string;
554
- itemTextColorActive: string;
555
- itemTextColorDisabled: string;
556
- itemColor: string;
557
- itemColorHover: string;
558
- itemColorPressed: string;
559
- itemColorActive: string;
560
- itemColorActiveHover: string;
561
- itemColorDisabled: string;
562
- itemBorder: string;
563
- itemBorderHover: string;
564
- itemBorderPressed: string;
565
- itemBorderActive: string;
566
- itemBorderDisabled: string;
567
- itemBorderRadius: string;
568
- itemSizeSmall: string;
569
- itemSizeMedium: string;
570
- itemSizeLarge: string;
571
- itemFontSizeSmall: string;
572
- itemFontSizeMedium: string;
573
- itemFontSizeLarge: string;
574
- jumperFontSizeSmall: string;
575
- jumperFontSizeMedium: string;
576
- jumperFontSizeLarge: string;
577
- jumperTextColor: string;
578
- jumperTextColorDisabled: string;
579
- }, {
580
- Select: import("../../../_mixins").Theme<"Select", {
581
- menuBoxShadow: string;
582
- }, {
583
- InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
584
- paddingTiny: string;
585
- paddingSmall: string;
586
- paddingMedium: string;
587
- paddingLarge: string;
588
- paddingHuge: string;
589
- clearSizeTiny: string;
590
- clearSizeSmall: string;
591
- clearSizeMedium: string;
592
- clearSizeLarge: string;
593
- clearSizeHuge: string;
594
- arrowSizeTiny: string;
595
- arrowSizeSmall: string;
596
- arrowSizeMedium: string;
597
- arrowSizeLarge: string;
598
- arrowSizeHuge: string;
599
- fontSizeTiny: string;
600
- fontSizeSmall: string;
601
- fontSizeMedium: string;
602
- fontSizeLarge: string;
603
- fontSizeHuge: string;
604
- lineHeightTiny: string;
605
- lineHeightSmall: string;
606
- lineHeightMedium: string;
607
- lineHeightLarge: string;
608
- lineHeightHuge: string;
609
- heightTiny: string;
610
- heightSmall: string;
611
- heightMedium: string;
612
- heightLarge: string;
613
- heightHuge: string;
614
- borderRadiusTiny: string;
615
- borderRadiusSmall: string;
616
- borderRadiusMedium: string;
617
- borderRadiusLarge: string;
618
- borderRadiusHuge: string;
619
- textColor: string;
620
- textColorDisabled: string;
621
- placeholderColor: string;
622
- placeholderColorDisabled: string;
623
- color: string;
624
- colorFilled: string;
625
- colorDisabled: string;
626
- colorActive: string;
627
- border: string;
628
- borderFilled: string;
629
- borderHover: string;
630
- borderActive: string;
631
- borderFocus: string;
632
- borderDisabled: string;
633
- boxShadowHover: string;
634
- boxShadowActive: string;
635
- boxShadowFocus: string;
636
- caretColor: string;
637
- arrowColor: string;
638
- arrowColorHover: string;
639
- arrowColorDisabled: string;
640
- loadingColor: string;
641
- borderWarning: string;
642
- borderHoverWarning: string;
643
- borderActiveWarning: string;
644
- borderFocusWarning: string;
645
- boxShadowHoverWarning: string;
646
- boxShadowActiveWarning: string;
647
- boxShadowFocusWarning: string;
648
- colorActiveWarning: string;
649
- caretColorWarning: string;
650
- borderError: string;
651
- borderHoverError: string;
652
- borderActiveError: string;
653
- borderFocusError: string;
654
- boxShadowHoverError: string;
655
- boxShadowActiveError: string;
656
- boxShadowFocusError: string;
657
- colorActiveError: string;
658
- caretColorError: string;
659
- clearColor: string;
660
- clearColorHover: string;
661
- clearColorPressed: string;
662
- caretColorSecondary: string;
663
- filterCounterTextColor: string;
664
- filterCounterSeparatorColor: string;
665
- filterCounterTextColorDisabled: string;
666
- filterCounterSeparatorColorDisabled: string;
667
- arrowColorSecondary: string;
668
- clearColorSecondary: string;
669
- colorSecondary: string;
670
- textColorSecondary: string;
671
- borderSecondary: string;
672
- arrowColorDisabledSecondary: string;
673
- clearColorDisabledSecondary: string;
674
- colorDisabledSecondary: string;
675
- textColorDisabledSecondary: string;
676
- borderDisabledSecondary: string;
677
- arrowColorHoverSecondary: string;
678
- clearColorHoverSecondary: string;
679
- colorHoverSecondary: string;
680
- textColorHoverSecondary: string;
681
- borderHoverSecondary: string;
682
- arrowColorFocusSecondary: string;
683
- clearColorFocusSecondary: string;
684
- colorFocusSecondary: string;
685
- textColorFocusSecondary: string;
686
- borderFocusSecondary: string;
687
- arrowColorActiveSecondary: string;
688
- clearColorActiveSecondary: string;
689
- colorActiveSecondary: string;
690
- textColorActiveSecondary: string;
691
- borderActiveSecondary: string;
692
- }, {
693
- Popover: import("../../../_mixins").Theme<"Popover", {
694
- space: string;
695
- spaceArrow: string;
696
- arrowOffset: string;
697
- arrowOffsetVertical: string;
698
- arrowHeight: string;
699
- padding: string;
700
- fontSize: string;
701
- borderRadius: string;
702
- color: string;
703
- dividerColor: string;
704
- textColor: string;
705
- boxShadow: string;
706
- }, any>;
707
- }>;
708
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
709
- height: string;
710
- paddingSmall: string;
711
- paddingMedium: string;
712
- paddingLarge: string;
713
- optionPaddingSmall: string;
714
- optionPaddingMedium: string;
715
- optionPaddingLarge: string;
716
- loadingSize: string;
717
- optionFontSizeSmall: string;
718
- optionFontSizeMedium: string;
719
- optionFontSizeLarge: string;
720
- optionHeightSmall: string;
721
- optionHeightMedium: string;
722
- optionHeightLarge: string;
723
- optionBorderRadius: string;
724
- borderRadius: string;
725
- color: string;
726
- groupHeaderTextColor: string;
727
- actionDividerColor: string;
728
- optionTextColor: string;
729
- optionTextColorPressed: string;
730
- optionTextColorDisabled: string;
731
- optionTextColorActive: string;
732
- optionOpacityDisabled: string;
733
- optionCheckColor: string;
734
- optionColorPending: string;
735
- optionColorActive: string;
736
- optionGroupHeaderBorderColor: string;
737
- optionColorActivePending: string;
738
- actionTextColor: string;
739
- loadingColor: string;
740
- }, {
741
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
742
- color: string;
743
- colorHover: string;
744
- }, any>;
745
- Empty: import("../../../_mixins").Theme<"Empty", {
746
- iconSizeSmall: string;
747
- iconSizeMedium: string;
748
- iconSizeLarge: string;
749
- iconSizeHuge: string;
750
- fontSizeSmall: string;
751
- fontSizeMedium: string;
752
- fontSizeLarge: string;
753
- fontSizeHuge: string;
754
- textColor: string;
755
- iconColor: string;
756
- extraTextColor: string;
757
- }, any>;
758
- }>;
759
- }>;
760
- Input: import("../../../_mixins").Theme<"Input", {
761
- paddingTiny: string;
762
- paddingSmall: string;
763
- paddingMedium: string;
764
- paddingLarge: string;
765
- paddingHuge: string;
766
- clearSize: string;
767
- countTextColorDisabled: string;
768
- countTextColor: string;
769
- heightTiny: string;
770
- heightSmall: string;
771
- heightMedium: string;
772
- heightLarge: string;
773
- heightHuge: string;
774
- fontSizeTiny: string;
775
- fontSizeSmall: string;
776
- fontSizeMedium: string;
777
- fontSizeLarge: string;
778
- fontSizeHuge: string;
779
- lineHeight: string;
780
- lineHeightTextarea: string;
781
- borderRadius: string;
782
- iconSize: string;
783
- groupLabelTextColor: string;
784
- textColor: string;
785
- textColorDisabled: string;
786
- textDecorationColor: string;
787
- caretColor: string;
788
- placeholderColor: string;
789
- placeholderColorDisabled: string;
790
- color: string;
791
- colorDisabled: string;
792
- colorFocus: string;
793
- groupLabelBorder: string;
794
- border: string;
795
- borderHover: string;
796
- borderDisabled: string;
797
- borderFocus: string;
798
- boxShadowFocus: string;
799
- loadingColor: string;
800
- loadingColorWarning: string;
801
- borderWarning: string;
802
- borderHoverWarning: string;
803
- colorFocusWarning: string;
804
- borderFocusWarning: string;
805
- boxShadowFocusWarning: string;
806
- caretColorWarning: string;
807
- loadingColorError: string;
808
- borderError: string;
809
- borderHoverError: string;
810
- colorFocusError: string;
811
- borderFocusError: string;
812
- boxShadowFocusError: string;
813
- caretColorError: string;
814
- clearColor: string;
815
- clearColorHover: string;
816
- clearColorPressed: string;
817
- iconColor: string;
818
- iconColorDisabled: string;
819
- iconColorHover: string;
820
- iconColorPressed: string;
821
- suffixTextColor: string;
822
- selectionColor: string;
823
- }, any>;
824
- Popselect: import("../../../_mixins").Theme<"Popselect", {
825
- menuBoxShadow: string;
826
- }, {
827
- Popover: import("../../../_mixins").Theme<"Popover", {
828
- space: string;
829
- spaceArrow: string;
830
- arrowOffset: string;
831
- arrowOffsetVertical: string;
832
- arrowHeight: string;
833
- padding: string;
834
- fontSize: string;
835
- borderRadius: string;
836
- color: string;
837
- dividerColor: string;
838
- textColor: string;
839
- boxShadow: string;
840
- }, any>;
841
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
842
- height: string;
843
- paddingSmall: string;
844
- paddingMedium: string;
845
- paddingLarge: string;
846
- optionPaddingSmall: string;
847
- optionPaddingMedium: string;
848
- optionPaddingLarge: string;
849
- loadingSize: string;
850
- optionFontSizeSmall: string;
851
- optionFontSizeMedium: string;
852
- optionFontSizeLarge: string;
853
- optionHeightSmall: string;
854
- optionHeightMedium: string;
855
- optionHeightLarge: string;
856
- optionBorderRadius: string;
857
- borderRadius: string;
858
- color: string;
859
- groupHeaderTextColor: string;
860
- actionDividerColor: string;
861
- optionTextColor: string;
862
- optionTextColorPressed: string;
863
- optionTextColorDisabled: string;
864
- optionTextColorActive: string;
865
- optionOpacityDisabled: string;
866
- optionCheckColor: string;
867
- optionColorPending: string;
868
- optionColorActive: string;
869
- optionGroupHeaderBorderColor: string;
870
- optionColorActivePending: string;
871
- actionTextColor: string;
872
- loadingColor: string;
873
- }, {
874
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
875
- color: string;
876
- colorHover: string;
877
- }, any>;
878
- Empty: import("../../../_mixins").Theme<"Empty", {
879
- iconSizeSmall: string;
880
- iconSizeMedium: string;
881
- iconSizeLarge: string;
882
- iconSizeHuge: string;
883
- fontSizeSmall: string;
884
- fontSizeMedium: string;
885
- fontSizeLarge: string;
886
- fontSizeHuge: string;
887
- textColor: string;
888
- iconColor: string;
889
- extraTextColor: string;
890
- }, any>;
891
- }>;
892
- }>;
893
- }>;
894
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
895
- color: string;
896
- colorHover: string;
897
- }, any>;
898
- Empty: import("../../../_mixins").Theme<"Empty", {
899
- iconSizeSmall: string;
900
- iconSizeMedium: string;
901
- iconSizeLarge: string;
902
- iconSizeHuge: string;
903
- fontSizeSmall: string;
904
- fontSizeMedium: string;
905
- fontSizeLarge: string;
906
- fontSizeHuge: string;
907
- textColor: string;
908
- iconColor: string;
909
- extraTextColor: string;
910
- }, any>;
911
- Popover: import("../../../_mixins").Theme<"Popover", {
912
- space: string;
913
- spaceArrow: string;
914
- arrowOffset: string;
915
- arrowOffsetVertical: string;
916
- arrowHeight: string;
917
- padding: string;
918
- fontSize: string;
919
- borderRadius: string;
920
- color: string;
921
- dividerColor: string;
922
- textColor: string;
923
- boxShadow: string;
924
- }, any>;
925
- Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
926
- Tooltip: import("../../../_mixins").Theme<"Tooltip", {
927
- padding: string;
928
- textPadding: string;
929
- titleSize: string;
930
- titleWeight: string;
931
- titleLineHeight: string;
932
- subtitleSize: string;
933
- subtitleMargin: string;
934
- subtitleWeight: string;
935
- subtitleLineHeight: string;
936
- iconSize: string;
937
- arrowSpace: string;
938
- noArrowSpace: string;
939
- borderRadius: string;
940
- color: string;
941
- textColor: string;
942
- }, {
943
- Popover: import("../../../_mixins").Theme<"Popover", {
944
- space: string;
945
- spaceArrow: string;
946
- arrowOffset: string;
947
- arrowOffsetVertical: string;
948
- arrowHeight: string;
949
- padding: string;
950
- fontSize: string;
951
- borderRadius: string;
952
- color: string;
953
- dividerColor: string;
954
- textColor: string;
955
- boxShadow: string;
956
- }, any>;
957
- }>;
958
- }>;
959
- Dropdown: import("../../../_mixins").Theme<"Dropdown", {
960
- padding: string;
961
- optionIconSizeSmall: string;
962
- optionIconSizeMedium: string;
963
- optionIconSizeLarge: string;
964
- optionIconSizeHuge: string;
965
- optionSuffixWidthSmall: string;
966
- optionSuffixWidthMedium: string;
967
- optionSuffixWidthLarge: string;
968
- optionSuffixWidthHuge: string;
969
- optionIconSuffixWidthSmall: string;
970
- optionIconSuffixWidthMedium: string;
971
- optionIconSuffixWidthLarge: string;
972
- optionIconSuffixWidthHuge: string;
973
- optionPrefixWidthSmall: string;
974
- optionPrefixWidthMedium: string;
975
- optionPrefixWidthLarge: string;
976
- optionPrefixWidthHuge: string;
977
- optionIconPrefixWidthSmall: string;
978
- optionIconPrefixWidthMedium: string;
979
- optionIconPrefixWidthLarge: string;
980
- optionIconPrefixWidthHuge: string;
981
- optionHeightSmall: string;
982
- optionHeightMedium: string;
983
- optionHeightLarge: string;
984
- optionHeightHuge: string;
985
- borderRadius: string;
986
- fontSizeSmall: string;
987
- fontSizeMedium: string;
988
- fontSizeLarge: string;
989
- fontSizeHuge: string;
990
- optionOpacityDisabled: string;
991
- optionGroupHeaderBorderColor: string;
992
- optionTextColor: string;
993
- optionTextColorHover: string;
994
- optionTextColorActive: string;
995
- optionTextColorChildActive: string;
996
- color: string;
997
- dividerColor: string;
998
- suffixColor: string;
999
- prefixColor: string;
1000
- optionColorHover: string;
1001
- optionColorActive: string;
1002
- groupHeaderTextColor: string;
1003
- optionTextColorInverted: string;
1004
- optionTextColorHoverInverted: string;
1005
- optionTextColorActiveInverted: string;
1006
- optionTextColorChildActiveInverted: string;
1007
- colorInverted: string;
1008
- dividerColorInverted: string;
1009
- suffixColorInverted: string;
1010
- prefixColorInverted: string;
1011
- optionColorHoverInverted: string;
1012
- optionColorActiveInverted: string;
1013
- groupHeaderTextColorInverted: string;
1014
- }, {
1015
- Popover: import("../../../_mixins").Theme<"Popover", {
1016
- space: string;
1017
- spaceArrow: string;
1018
- arrowOffset: string;
1019
- arrowOffsetVertical: string;
1020
- arrowHeight: string;
1021
- padding: string;
1022
- fontSize: string;
1023
- borderRadius: string;
1024
- color: string;
1025
- dividerColor: string;
1026
- textColor: string;
1027
- boxShadow: string;
1028
- }, any>;
1029
- }>;
1030
- };
1031
- peerOverrides: {
1032
- Button?: {
1033
- peers?: {
1034
- [x: string]: any;
1035
- } | undefined;
1036
- } | undefined;
1037
- Checkbox?: {
1038
- peers?: {
1039
- [x: string]: any;
1040
- } | undefined;
1041
- } | undefined;
1042
- Radio?: {
1043
- peers?: {
1044
- [x: string]: any;
1045
- } | undefined;
1046
- } | undefined;
1047
- Pagination?: {
1048
- peers?: {
1049
- Select?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Select", {
1050
- menuBoxShadow: string;
1051
- }, {
1052
- InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
1053
- paddingTiny: string;
1054
- paddingSmall: string;
1055
- paddingMedium: string;
1056
- paddingLarge: string;
1057
- paddingHuge: string;
1058
- clearSizeTiny: string;
1059
- clearSizeSmall: string;
1060
- clearSizeMedium: string;
1061
- clearSizeLarge: string;
1062
- clearSizeHuge: string;
1063
- arrowSizeTiny: string;
1064
- arrowSizeSmall: string;
1065
- arrowSizeMedium: string;
1066
- arrowSizeLarge: string;
1067
- arrowSizeHuge: string;
1068
- fontSizeTiny: string;
1069
- fontSizeSmall: string;
1070
- fontSizeMedium: string;
1071
- fontSizeLarge: string;
1072
- fontSizeHuge: string;
1073
- lineHeightTiny: string;
1074
- lineHeightSmall: string;
1075
- lineHeightMedium: string;
1076
- lineHeightLarge: string;
1077
- lineHeightHuge: string;
1078
- heightTiny: string;
1079
- heightSmall: string;
1080
- heightMedium: string;
1081
- heightLarge: string;
1082
- heightHuge: string;
1083
- borderRadiusTiny: string;
1084
- borderRadiusSmall: string;
1085
- borderRadiusMedium: string;
1086
- borderRadiusLarge: string;
1087
- borderRadiusHuge: string;
1088
- textColor: string;
1089
- textColorDisabled: string;
1090
- placeholderColor: string;
1091
- placeholderColorDisabled: string;
1092
- color: string;
1093
- colorFilled: string;
1094
- colorDisabled: string;
1095
- colorActive: string;
1096
- border: string;
1097
- borderFilled: string;
1098
- borderHover: string;
1099
- borderActive: string;
1100
- borderFocus: string;
1101
- borderDisabled: string;
1102
- boxShadowHover: string;
1103
- boxShadowActive: string;
1104
- boxShadowFocus: string;
1105
- caretColor: string;
1106
- arrowColor: string;
1107
- arrowColorHover: string;
1108
- arrowColorDisabled: string;
1109
- loadingColor: string;
1110
- borderWarning: string;
1111
- borderHoverWarning: string;
1112
- borderActiveWarning: string;
1113
- borderFocusWarning: string;
1114
- boxShadowHoverWarning: string;
1115
- boxShadowActiveWarning: string;
1116
- boxShadowFocusWarning: string;
1117
- colorActiveWarning: string;
1118
- caretColorWarning: string;
1119
- borderError: string;
1120
- borderHoverError: string;
1121
- borderActiveError: string;
1122
- borderFocusError: string;
1123
- boxShadowHoverError: string;
1124
- boxShadowActiveError: string;
1125
- boxShadowFocusError: string;
1126
- colorActiveError: string;
1127
- caretColorError: string;
1128
- clearColor: string;
1129
- clearColorHover: string;
1130
- clearColorPressed: string;
1131
- caretColorSecondary: string;
1132
- filterCounterTextColor: string;
1133
- filterCounterSeparatorColor: string;
1134
- filterCounterTextColorDisabled: string;
1135
- filterCounterSeparatorColorDisabled: string;
1136
- arrowColorSecondary: string;
1137
- clearColorSecondary: string;
1138
- colorSecondary: string;
1139
- textColorSecondary: string;
1140
- borderSecondary: string;
1141
- arrowColorDisabledSecondary: string;
1142
- clearColorDisabledSecondary: string;
1143
- colorDisabledSecondary: string;
1144
- textColorDisabledSecondary: string;
1145
- borderDisabledSecondary: string;
1146
- arrowColorHoverSecondary: string;
1147
- clearColorHoverSecondary: string;
1148
- colorHoverSecondary: string;
1149
- textColorHoverSecondary: string;
1150
- borderHoverSecondary: string;
1151
- arrowColorFocusSecondary: string;
1152
- clearColorFocusSecondary: string;
1153
- colorFocusSecondary: string;
1154
- textColorFocusSecondary: string;
1155
- borderFocusSecondary: string;
1156
- arrowColorActiveSecondary: string;
1157
- clearColorActiveSecondary: string;
1158
- colorActiveSecondary: string;
1159
- textColorActiveSecondary: string;
1160
- borderActiveSecondary: string;
1161
- }, {
1162
- Popover: import("../../../_mixins").Theme<"Popover", {
1163
- space: string;
1164
- spaceArrow: string;
1165
- arrowOffset: string;
1166
- arrowOffsetVertical: string;
1167
- arrowHeight: string;
1168
- padding: string;
1169
- fontSize: string;
1170
- borderRadius: string;
1171
- color: string;
1172
- dividerColor: string;
1173
- textColor: string;
1174
- boxShadow: string;
1175
- }, any>;
1176
- }>;
1177
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
1178
- height: string;
1179
- paddingSmall: string;
1180
- paddingMedium: string;
1181
- paddingLarge: string;
1182
- optionPaddingSmall: string;
1183
- optionPaddingMedium: string;
1184
- optionPaddingLarge: string;
1185
- loadingSize: string;
1186
- optionFontSizeSmall: string;
1187
- optionFontSizeMedium: string;
1188
- optionFontSizeLarge: string;
1189
- optionHeightSmall: string;
1190
- optionHeightMedium: string;
1191
- optionHeightLarge: string;
1192
- optionBorderRadius: string;
1193
- borderRadius: string;
1194
- color: string;
1195
- groupHeaderTextColor: string;
1196
- actionDividerColor: string;
1197
- optionTextColor: string;
1198
- optionTextColorPressed: string;
1199
- optionTextColorDisabled: string;
1200
- optionTextColorActive: string;
1201
- optionOpacityDisabled: string;
1202
- optionCheckColor: string;
1203
- optionColorPending: string;
1204
- optionColorActive: string;
1205
- optionGroupHeaderBorderColor: string;
1206
- optionColorActivePending: string;
1207
- actionTextColor: string;
1208
- loadingColor: string;
1209
- }, {
1210
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1211
- color: string;
1212
- colorHover: string;
1213
- }, any>;
1214
- Empty: import("../../../_mixins").Theme<"Empty", {
1215
- iconSizeSmall: string;
1216
- iconSizeMedium: string;
1217
- iconSizeLarge: string;
1218
- iconSizeHuge: string;
1219
- fontSizeSmall: string;
1220
- fontSizeMedium: string;
1221
- fontSizeLarge: string;
1222
- fontSizeHuge: string;
1223
- textColor: string;
1224
- iconColor: string;
1225
- extraTextColor: string;
1226
- }, any>;
1227
- }>;
1228
- }>> | undefined;
1229
- Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
1230
- paddingTiny: string;
1231
- paddingSmall: string;
1232
- paddingMedium: string;
1233
- paddingLarge: string;
1234
- paddingHuge: string;
1235
- clearSize: string;
1236
- countTextColorDisabled: string;
1237
- countTextColor: string;
1238
- heightTiny: string;
1239
- heightSmall: string;
1240
- heightMedium: string;
1241
- heightLarge: string;
1242
- heightHuge: string;
1243
- fontSizeTiny: string;
1244
- fontSizeSmall: string;
1245
- fontSizeMedium: string;
1246
- fontSizeLarge: string;
1247
- fontSizeHuge: string;
1248
- lineHeight: string;
1249
- lineHeightTextarea: string;
1250
- borderRadius: string;
1251
- iconSize: string;
1252
- groupLabelTextColor: string;
1253
- textColor: string;
1254
- textColorDisabled: string;
1255
- textDecorationColor: string;
1256
- caretColor: string;
1257
- placeholderColor: string;
1258
- placeholderColorDisabled: string;
1259
- color: string;
1260
- colorDisabled: string;
1261
- colorFocus: string;
1262
- groupLabelBorder: string;
1263
- border: string;
1264
- borderHover: string;
1265
- borderDisabled: string;
1266
- borderFocus: string;
1267
- boxShadowFocus: string;
1268
- loadingColor: string;
1269
- loadingColorWarning: string;
1270
- borderWarning: string;
1271
- borderHoverWarning: string;
1272
- colorFocusWarning: string;
1273
- borderFocusWarning: string;
1274
- boxShadowFocusWarning: string;
1275
- caretColorWarning: string;
1276
- loadingColorError: string;
1277
- borderError: string;
1278
- borderHoverError: string;
1279
- colorFocusError: string;
1280
- borderFocusError: string;
1281
- boxShadowFocusError: string;
1282
- caretColorError: string;
1283
- clearColor: string;
1284
- clearColorHover: string;
1285
- clearColorPressed: string;
1286
- iconColor: string;
1287
- iconColorDisabled: string;
1288
- iconColorHover: string;
1289
- iconColorPressed: string;
1290
- suffixTextColor: string;
1291
- selectionColor: string;
1292
- }, any>> | undefined;
1293
- Popselect?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popselect", {
1294
- menuBoxShadow: string;
1295
- }, {
1296
- Popover: import("../../../_mixins").Theme<"Popover", {
1297
- space: string;
1298
- spaceArrow: string;
1299
- arrowOffset: string;
1300
- arrowOffsetVertical: string;
1301
- arrowHeight: string;
1302
- padding: string;
1303
- fontSize: string;
1304
- borderRadius: string;
1305
- color: string;
1306
- dividerColor: string;
1307
- textColor: string;
1308
- boxShadow: string;
1309
- }, any>;
1310
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
1311
- height: string;
1312
- paddingSmall: string;
1313
- paddingMedium: string;
1314
- paddingLarge: string;
1315
- optionPaddingSmall: string;
1316
- optionPaddingMedium: string;
1317
- optionPaddingLarge: string;
1318
- loadingSize: string;
1319
- optionFontSizeSmall: string;
1320
- optionFontSizeMedium: string;
1321
- optionFontSizeLarge: string;
1322
- optionHeightSmall: string;
1323
- optionHeightMedium: string;
1324
- optionHeightLarge: string;
1325
- optionBorderRadius: string;
1326
- borderRadius: string;
1327
- color: string;
1328
- groupHeaderTextColor: string;
1329
- actionDividerColor: string;
1330
- optionTextColor: string;
1331
- optionTextColorPressed: string;
1332
- optionTextColorDisabled: string;
1333
- optionTextColorActive: string;
1334
- optionOpacityDisabled: string;
1335
- optionCheckColor: string;
1336
- optionColorPending: string;
1337
- optionColorActive: string;
1338
- optionGroupHeaderBorderColor: string;
1339
- optionColorActivePending: string;
1340
- actionTextColor: string;
1341
- loadingColor: string;
1342
- }, {
1343
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1344
- color: string;
1345
- colorHover: string;
1346
- }, any>;
1347
- Empty: import("../../../_mixins").Theme<"Empty", {
1348
- iconSizeSmall: string;
1349
- iconSizeMedium: string;
1350
- iconSizeLarge: string;
1351
- iconSizeHuge: string;
1352
- fontSizeSmall: string;
1353
- fontSizeMedium: string;
1354
- fontSizeLarge: string;
1355
- fontSizeHuge: string;
1356
- textColor: string;
1357
- iconColor: string;
1358
- extraTextColor: string;
1359
- }, any>;
1360
- }>;
1361
- }>> | undefined;
1362
- } | undefined;
1363
- } | undefined;
1364
- Scrollbar?: {
1365
- peers?: {
1366
- [x: string]: any;
1367
- } | undefined;
1368
- } | undefined;
1369
- Empty?: {
1370
- peers?: {
1371
- [x: string]: any;
1372
- } | undefined;
1373
- } | undefined;
1374
- Popover?: {
1375
- peers?: {
1376
- [x: string]: any;
1377
- } | undefined;
1378
- } | undefined;
1379
- Ellipsis?: {
1380
- peers?: {
1381
- Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
1382
- padding: string;
1383
- textPadding: string;
1384
- titleSize: string;
1385
- titleWeight: string;
1386
- titleLineHeight: string;
1387
- subtitleSize: string;
1388
- subtitleMargin: string;
1389
- subtitleWeight: string;
1390
- subtitleLineHeight: string;
1391
- iconSize: string;
1392
- arrowSpace: string;
1393
- noArrowSpace: string;
1394
- borderRadius: string;
1395
- color: string;
1396
- textColor: string;
1397
- }, {
1398
- Popover: import("../../../_mixins").Theme<"Popover", {
1399
- space: string;
1400
- spaceArrow: string;
1401
- arrowOffset: string;
1402
- arrowOffsetVertical: string;
1403
- arrowHeight: string;
1404
- padding: string;
1405
- fontSize: string;
1406
- borderRadius: string;
1407
- color: string;
1408
- dividerColor: string;
1409
- textColor: string;
1410
- boxShadow: string;
1411
- }, any>;
1412
- }>> | undefined;
1413
- } | undefined;
1414
- } | undefined;
1415
- Dropdown?: {
1416
- peers?: {
1417
- Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
1418
- space: string;
1419
- spaceArrow: string;
1420
- arrowOffset: string;
1421
- arrowOffsetVertical: string;
1422
- arrowHeight: string;
1423
- padding: string;
1424
- fontSize: string;
1425
- borderRadius: string;
1426
- color: string;
1427
- dividerColor: string;
1428
- textColor: string;
1429
- boxShadow: string;
1430
- }, any>> | undefined;
1431
- } | undefined;
1432
- } | undefined;
1433
- };
1434
- }>;
24
+ type: PropType<MergedTheme<DataTableTheme>>;
1435
25
  required: true;
1436
26
  };
1437
27
  renderCell: PropType<(value: any, rowData: object, column: any) => VNodeChild>;
1438
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
28
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "edit"[], "edit", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1439
29
  clsPrefix: {
1440
30
  type: StringConstructor;
1441
31
  required: true;
@@ -1454,1423 +44,13 @@ declare const _default: import("vue").DefineComponent<{
1454
44
  };
1455
45
  isSummary: BooleanConstructor;
1456
46
  mergedTheme: {
1457
- type: PropType<{
1458
- common: {
1459
- scrollbarColor: string;
1460
- scrollbarColorHover: string;
1461
- scrollbarWidth: string;
1462
- scrollbarHeight: string;
1463
- scrollbarBorderRadius: string;
1464
- opacityDisabled: string;
1465
- brandPrimary50: string;
1466
- brandPrimary100: string;
1467
- brandPrimary200: string;
1468
- brandPrimary300: string;
1469
- brandPrimary400: string;
1470
- brandPrimary500: string;
1471
- brandPrimary550: string;
1472
- brandPrimary600: string;
1473
- brandSecondary500: string;
1474
- brandSecondary300: string;
1475
- brandSecondary600: string;
1476
- brandTertiary500: string;
1477
- brandTertiary300: string;
1478
- brandTertiary600: string;
1479
- brandQuaternary500: string;
1480
- brandQuaternary300: string;
1481
- brandQuaternary600: string;
1482
- brandQuinary500: string;
1483
- brandQuinary300: string;
1484
- brandQuinary600: string;
1485
- brandQuinary100: string;
1486
- surfacePrimary: string;
1487
- surfaceSecondary: string;
1488
- containerPrimary: string;
1489
- containerSecondary: string;
1490
- textPrimary: string;
1491
- textSecondary: string;
1492
- textTertiary: string;
1493
- textQuaternary: string;
1494
- textBrand: string;
1495
- elementsPrimary: string;
1496
- elementsSecondary: string;
1497
- elementsTertiary: string;
1498
- elementsQuaternary: string;
1499
- elementsQuinary: string;
1500
- elementsDarkQuinary: string;
1501
- elementsSenary: string;
1502
- elementsOnContainer: string;
1503
- transparencyPrimary: string;
1504
- transparencySecondary: string;
1505
- transparencyTertiary: string;
1506
- transparencyQuinary: string;
1507
- transparencyModal: string;
1508
- staticBlack: string;
1509
- staticDarkGrey: string;
1510
- staticWhite: string;
1511
- staticRed: string;
1512
- staticOrange: string;
1513
- staticGreen: string;
1514
- staticDeepBlue: string;
1515
- staticErrorAccent: string;
1516
- shadowDepth2: string;
1517
- shadowDepth: string;
1518
- fontFamily: string;
1519
- fontFamilyMono: string;
1520
- cubicBezierEaseInOut: string;
1521
- cubicBezierEaseOut: string;
1522
- cubicBezierEaseIn: string;
1523
- borderRadiusLarge: string;
1524
- borderRadius: string;
1525
- borderRadiusMedium: string;
1526
- borderRadiusSmall: string;
1527
- borderRadiusTiny: string;
1528
- heightMini: string;
1529
- heightTiny: string;
1530
- heightSmall: string;
1531
- heightMedium: string;
1532
- heightLarge: string;
1533
- heightHuge: string;
1534
- fontDisplayLarge: string;
1535
- fontDisplaySmall: string;
1536
- fontHeadingLarge: string;
1537
- fontHeadingMedium: string;
1538
- fontHeadingSmall: string;
1539
- fontTitleLarge: string;
1540
- fontTitleMedium: string;
1541
- fontTitleSmall: string;
1542
- fontBodyLarge: string;
1543
- fontBodyMedium: string;
1544
- fontBodySmall: string;
1545
- lineHeightDisplayLarge: string;
1546
- lineHeightDisplaySmall: string;
1547
- lineHeightHeadingLarge: string;
1548
- lineHeightHeadingMedium: string;
1549
- lineHeightHeadingSmall: string;
1550
- lineHeightTitleLarge: string;
1551
- lineHeightTitleMedium: string;
1552
- lineHeightTitleSmall: string;
1553
- lineHeightBodyLarge: string;
1554
- lineHeightBodyMedium: string;
1555
- lineHeightBodySmall: string;
1556
- fontWeight: string;
1557
- fontWeightStrong: string;
1558
- fontWeightBold: string;
1559
- iconSmall: string;
1560
- iconMedium: string;
1561
- iconLarge: string;
1562
- iconHuge: string;
1563
- closeSmall: string;
1564
- closeMedium: string;
1565
- closeLarge: string;
1566
- closeHuge: string;
1567
- closeBorderRadius: string;
1568
- name: "common";
1569
- };
1570
- self: {
1571
- thPaddingSmall: string;
1572
- thPaddingMedium: string;
1573
- thPaddingLarge: string;
1574
- tdPaddingSmall: string;
1575
- tdPaddingMedium: string;
1576
- tdPaddingLarge: string;
1577
- thHeightSmall: string;
1578
- thHeightMedium: string;
1579
- thHeightLarge: string;
1580
- tdHeightSmall: string;
1581
- tdHeightMedium: string;
1582
- tdHeightLarge: string;
1583
- sorterSize: string;
1584
- resizableContainerSize: string;
1585
- resizableSize: string;
1586
- filterSize: string;
1587
- paginationMargin: string;
1588
- emptyPadding: string;
1589
- actionPadding: string;
1590
- actionButtonMargin: string;
1591
- actionDividerColor: string;
1592
- lineHeight: string;
1593
- borderRadius: string;
1594
- fontSizeSmall: string;
1595
- fontSizeMedium: string;
1596
- fontSizeLarge: string;
1597
- borderColor: string;
1598
- tdColorHover: string;
1599
- tdColorStriped: string;
1600
- thColor: string;
1601
- thColorHover: string;
1602
- tdColor: string;
1603
- tdTextColor: string;
1604
- thTextColor: string;
1605
- thFontWeight: string;
1606
- thButtonColorHover: string;
1607
- thIconColor: string;
1608
- thIconColorActive: string;
1609
- borderColorModal: string;
1610
- tdColorHoverModal: string;
1611
- tdColorStripedModal: string;
1612
- thColorModal: string;
1613
- thColorHoverModal: string;
1614
- tdColorModal: string;
1615
- borderColorPopover: string;
1616
- tdColorHoverPopover: string;
1617
- tdColorStripedPopover: string;
1618
- thColorPopover: string;
1619
- thColorHoverPopover: string;
1620
- tdColorPopover: string;
1621
- fixedBoxShadow: string;
1622
- loadingColor: string;
1623
- loadingSize: string;
1624
- opacityLoading: string;
1625
- opacityDisabled: string;
1626
- };
1627
- peers: {
1628
- Button: import("../../../_mixins").Theme<"Button", {
1629
- heightTiny: string;
1630
- heightSmall: string;
1631
- heightMedium: string;
1632
- heightLarge: string;
1633
- borderRadiusTiny: string;
1634
- borderRadiusSmall: string;
1635
- borderRadiusMedium: string;
1636
- borderRadiusLarge: string;
1637
- fontSizeTiny: string;
1638
- fontSizeSmall: string;
1639
- fontSizeMedium: string;
1640
- fontSizeLarge: string;
1641
- opacityDisabled: string;
1642
- colorOpacitySecondary: string;
1643
- colorOpacitySecondaryHover: string;
1644
- colorOpacitySecondaryPressed: string;
1645
- colorOpacitySecondaryFocus: string;
1646
- colorSecondary: string;
1647
- colorSecondaryHover: string;
1648
- colorSecondaryPressed: string;
1649
- waveColorSecondary: string;
1650
- colorTertiary: string;
1651
- colorTertiaryHover: string;
1652
- colorTertiaryPressed: string;
1653
- colorTertiaryDisalbed: string;
1654
- waveColorTertiary: string;
1655
- textColorTextTertiary: string;
1656
- colorQuaternary: string;
1657
- colorQuaternaryHover: string;
1658
- colorQuaternaryPressed: string;
1659
- color: string;
1660
- colorHover: string;
1661
- colorPressed: string;
1662
- colorFocus: string;
1663
- colorDisabled: string;
1664
- textColor: string;
1665
- textTertiary: string;
1666
- textColorTertiary: string;
1667
- textColorHover: string;
1668
- textColorPressed: string;
1669
- textColorFocus: string;
1670
- textColorDisabled: string;
1671
- textColorText: string;
1672
- textColorTextHover: string;
1673
- textColorTextPressed: string;
1674
- textColorTextFocus: string;
1675
- textColorTextDisabled: string;
1676
- textColorGhost: string;
1677
- textColorGhostHover: string;
1678
- textColorGhostPressed: string;
1679
- textColorGhostFocus: string;
1680
- textColorGhostDisabled: string;
1681
- border: string;
1682
- borderHover: string;
1683
- borderPressed: string;
1684
- borderFocus: string;
1685
- borderDisabled: string;
1686
- rippleColor: string;
1687
- colorPrimary: string;
1688
- colorHoverPrimary: string;
1689
- colorPressedPrimary: string;
1690
- colorFocusPrimary: string;
1691
- colorDisabledPrimary: string;
1692
- waveColorPrimary: string;
1693
- textColorPrimary: string;
1694
- textColorHoverPrimary: string;
1695
- textColorPressedPrimary: string;
1696
- textColorFocusPrimary: string;
1697
- textColorDisabledPrimary: string;
1698
- textColorTextPrimary: string;
1699
- textColorTextHoverPrimary: string;
1700
- textColorTextPressedPrimary: string;
1701
- textColorTextFocusPrimary: string;
1702
- textColorTextDisabledPrimary: string;
1703
- textColorGhostPrimary: string;
1704
- textColorGhostHoverPrimary: string;
1705
- textColorGhostPressedPrimary: string;
1706
- textColorGhostFocusPrimary: string;
1707
- textColorGhostDisabledPrimary: string;
1708
- borderPrimary: string;
1709
- borderHoverPrimary: string;
1710
- borderPressedPrimary: string;
1711
- borderFocusPrimary: string;
1712
- borderDisabledPrimary: string;
1713
- rippleColorPrimary: string;
1714
- colorInfo: string;
1715
- colorHoverInfo: string;
1716
- colorPressedInfo: string;
1717
- colorFocusInfo: string;
1718
- colorDisabledInfo: string;
1719
- textColorInfo: string;
1720
- textColorHoverInfo: string;
1721
- textColorPressedInfo: string;
1722
- textColorFocusInfo: string;
1723
- textColorDisabledInfo: string;
1724
- textColorTextInfo: string;
1725
- textColorTextHoverInfo: string;
1726
- textColorTextPressedInfo: string;
1727
- textColorTextFocusInfo: string;
1728
- textColorTextDisabledInfo: string;
1729
- textColorGhostInfo: string;
1730
- textColorGhostHoverInfo: string;
1731
- textColorGhostPressedInfo: string;
1732
- textColorGhostFocusInfo: string;
1733
- textColorGhostDisabledInfo: string;
1734
- borderInfo: string;
1735
- borderHoverInfo: string;
1736
- borderPressedInfo: string;
1737
- borderFocusInfo: string;
1738
- borderDisabledInfo: string;
1739
- rippleColorInfo: string;
1740
- colorSuccess: string;
1741
- colorHoverSuccess: string;
1742
- colorPressedSuccess: string;
1743
- colorFocusSuccess: string;
1744
- colorDisabledSuccess: string;
1745
- textColorSuccess: string;
1746
- textColorHoverSuccess: string;
1747
- textColorPressedSuccess: string;
1748
- textColorFocusSuccess: string;
1749
- textColorDisabledSuccess: string;
1750
- textColorTextSuccess: string;
1751
- textColorTextHoverSuccess: string;
1752
- textColorTextPressedSuccess: string;
1753
- textColorTextFocusSuccess: string;
1754
- textColorTextDisabledSuccess: string;
1755
- textColorGhostSuccess: string;
1756
- textColorGhostHoverSuccess: string;
1757
- textColorGhostPressedSuccess: string;
1758
- textColorGhostFocusSuccess: string;
1759
- textColorGhostDisabledSuccess: string;
1760
- borderSuccess: string;
1761
- borderHoverSuccess: string;
1762
- borderPressedSuccess: string;
1763
- borderFocusSuccess: string;
1764
- borderDisabledSuccess: string;
1765
- rippleColorSuccess: string;
1766
- colorWarning: string;
1767
- colorHoverWarning: string;
1768
- colorPressedWarning: string;
1769
- colorFocusWarning: string;
1770
- colorDisabledWarning: string;
1771
- textColorWarning: string;
1772
- textColorHoverWarning: string;
1773
- textColorPressedWarning: string;
1774
- textColorFocusWarning: string;
1775
- textColorDisabledWarning: string;
1776
- textColorTextWarning: string;
1777
- textColorTextHoverWarning: string;
1778
- textColorTextPressedWarning: string;
1779
- textColorTextFocusWarning: string;
1780
- textColorTextDisabledWarning: string;
1781
- textColorGhostWarning: string;
1782
- textColorGhostHoverWarning: string;
1783
- textColorGhostPressedWarning: string;
1784
- textColorGhostFocusWarning: string;
1785
- textColorGhostDisabledWarning: string;
1786
- borderWarning: string;
1787
- borderHoverWarning: string;
1788
- borderPressedWarning: string;
1789
- borderFocusWarning: string;
1790
- borderDisabledWarning: string;
1791
- rippleColorWarning: string;
1792
- colorError: string;
1793
- colorHoverError: string;
1794
- colorPressedError: string;
1795
- colorFocusError: string;
1796
- colorDisabledError: string;
1797
- textColorError: string;
1798
- textColorHoverError: string;
1799
- textColorPressedError: string;
1800
- textColorFocusError: string;
1801
- textColorDisabledError: string;
1802
- textColorTextError: string;
1803
- textColorTextHoverError: string;
1804
- textColorTextPressedError: string;
1805
- textColorTextFocusError: string;
1806
- textColorTextDisabledError: string;
1807
- textColorGhostError: string;
1808
- textColorGhostHoverError: string;
1809
- textColorGhostPressedError: string;
1810
- textColorGhostFocusError: string;
1811
- textColorGhostDisabledError: string;
1812
- borderError: string;
1813
- borderHoverError: string;
1814
- borderPressedError: string;
1815
- borderFocusError: string;
1816
- borderDisabledError: string;
1817
- rippleColorError: string;
1818
- waveOpacity: string;
1819
- fontWeight: string;
1820
- fontWeightStrong: string;
1821
- paddingTiny: string;
1822
- paddingSmall: string;
1823
- paddingMedium: string;
1824
- paddingLarge: string;
1825
- paddingRoundTiny: string;
1826
- paddingRoundSmall: string;
1827
- paddingRoundMedium: string;
1828
- paddingRoundLarge: string;
1829
- iconMarginTiny: string;
1830
- iconMarginSmall: string;
1831
- iconMarginMedium: string;
1832
- iconMarginLarge: string;
1833
- iconSizeTiny: string;
1834
- iconSizeSmall: string;
1835
- iconSizeMedium: string;
1836
- iconSizeLarge: string;
1837
- rippleDuration: string;
1838
- }, any>;
1839
- Checkbox: import("../../../_mixins").Theme<"Checkbox", {
1840
- fontWeight: string;
1841
- textColor: string;
1842
- descriptionTextColor: string;
1843
- textColorDisabled: string;
1844
- descriptionTextColorDisabled: string;
1845
- fontSizeLarge: string;
1846
- fontSizeMedium: string;
1847
- fontSizeSmall: string;
1848
- lineHeightLarge: string;
1849
- lineHeightMedium: string;
1850
- lineHeightSmall: string;
1851
- borderRadiusLarge: string;
1852
- borderRadiusMedium: string;
1853
- borderRadiusSmall: string;
1854
- color: string;
1855
- colorHover: string;
1856
- colorFocus: string;
1857
- colorActive: string;
1858
- colorChecked: string;
1859
- colorHoverChecked: string;
1860
- colorFocusChecked: string;
1861
- colorActiveChecked: string;
1862
- colorDisabled: string;
1863
- colorDisabledChecked: string;
1864
- checkMarkColor: string;
1865
- checkMarkColorHover: string;
1866
- checkMarkColorFocus: string;
1867
- checkMarkColorActive: string;
1868
- checkMarkColorDisabled: string;
1869
- checkMarkColorDisabledChecked: string;
1870
- border: string;
1871
- borderHover: string;
1872
- borderFocus: string;
1873
- borderActive: string;
1874
- borderChecked: string;
1875
- borderHoverChecked: string;
1876
- borderFocusChecked: string;
1877
- borderActiveChecked: string;
1878
- borderDisabled: string;
1879
- borderDisabledChecked: string;
1880
- boxShadowHover: string;
1881
- boxShadowFocus: string;
1882
- boxShadowActive: string;
1883
- boxShadowHoverChecked: string;
1884
- boxShadowFocusChecked: string;
1885
- boxShadowActiveChecked: string;
1886
- sizeSmall: string;
1887
- sizeMedium: string;
1888
- sizeLarge: string;
1889
- labelPadding: string;
1890
- }, any>;
1891
- Radio: import("../../../_mixins").Theme<"Radio", {
1892
- radioSizeSmall: string;
1893
- radioSizeMedium: string;
1894
- radioSizeLarge: string;
1895
- buttonHeightSmall: string;
1896
- buttonHeightMedium: string;
1897
- buttonHeightLarge: string;
1898
- labelPadding: string;
1899
- labelFontWeight: string;
1900
- labelFontSizeSmall: string;
1901
- labelFontSizeMedium: string;
1902
- labelFontSizeLarge: string;
1903
- fontSizeSmall: string;
1904
- fontSizeMedium: string;
1905
- fontSizeLarge: string;
1906
- lineHeightSmall: string;
1907
- lineHeightMedium: string;
1908
- lineHeightLarge: string;
1909
- fontWeight: string;
1910
- boxShadow: string;
1911
- boxShadowActive: string;
1912
- boxShadowFocus: string;
1913
- boxShadowHover: string;
1914
- boxShadowPressed: string;
1915
- boxShadowDisabled: string;
1916
- boxShadowChecked: string;
1917
- boxShadowActiveChecked: string;
1918
- boxShadowFocusChecked: string;
1919
- boxShadowHoverChecked: string;
1920
- boxShadowPressedChecked: string;
1921
- boxShadowDisabledChecked: string;
1922
- color: string;
1923
- colorDisabled: string;
1924
- colorActive: string;
1925
- textColor: string;
1926
- textColorDisabled: string;
1927
- dotColorActive: string;
1928
- dotColorDisabled: string;
1929
- buttonBorderColor: string;
1930
- buttonBorderColorActive: string;
1931
- buttonBorderColorHover: string;
1932
- buttonColor: string;
1933
- buttonColorActive: string;
1934
- buttonTextColor: string;
1935
- buttonTextColorActive: string;
1936
- buttonTextColorHover: string;
1937
- opacityDisabled: string;
1938
- buttonBoxShadowFocus: string;
1939
- buttonBoxShadowHover: string;
1940
- buttonBoxShadow: string;
1941
- buttonBorderRadius: string;
1942
- }, any>;
1943
- Pagination: import("../../../_mixins").Theme<"Pagination", {
1944
- itemPaddingSmall: string;
1945
- itemMarginSmall: string;
1946
- itemMarginSmallRtl: string;
1947
- itemPaddingMedium: string;
1948
- itemMarginMedium: string;
1949
- itemMarginMediumRtl: string;
1950
- itemPaddingLarge: string;
1951
- itemMarginLarge: string;
1952
- itemMarginLargeRtl: string;
1953
- buttonIconSizeSmall: string;
1954
- buttonIconSizeMedium: string;
1955
- buttonIconSizeLarge: string;
1956
- inputWidthSmall: string;
1957
- selectWidthSmall: string;
1958
- inputMarginSmall: string;
1959
- inputMarginSmallRtl: string;
1960
- selectMarginSmall: string;
1961
- prefixMarginSmall: string;
1962
- suffixMarginSmall: string;
1963
- inputWidthMedium: string;
1964
- selectWidthMedium: string;
1965
- inputMarginMedium: string;
1966
- inputMarginMediumRtl: string;
1967
- selectMarginMedium: string;
1968
- prefixMarginMedium: string;
1969
- suffixMarginMedium: string;
1970
- inputWidthLarge: string;
1971
- selectWidthLarge: string;
1972
- inputMarginLarge: string;
1973
- inputMarginLargeRtl: string;
1974
- selectMarginLarge: string;
1975
- prefixMarginLarge: string;
1976
- suffixMarginLarge: string;
1977
- buttonColor: string;
1978
- buttonColorHover: string;
1979
- buttonColorPressed: string;
1980
- buttonBorder: string;
1981
- buttonBorderHover: string;
1982
- buttonBorderPressed: string;
1983
- buttonIconColor: string;
1984
- buttonIconColorHover: string;
1985
- buttonIconColorPressed: string;
1986
- itemTextColor: string;
1987
- itemTextColorHover: string;
1988
- itemTextColorPressed: string;
1989
- itemTextColorActive: string;
1990
- itemTextColorDisabled: string;
1991
- itemColor: string;
1992
- itemColorHover: string;
1993
- itemColorPressed: string;
1994
- itemColorActive: string;
1995
- itemColorActiveHover: string;
1996
- itemColorDisabled: string;
1997
- itemBorder: string;
1998
- itemBorderHover: string;
1999
- itemBorderPressed: string;
2000
- itemBorderActive: string;
2001
- itemBorderDisabled: string;
2002
- itemBorderRadius: string;
2003
- itemSizeSmall: string;
2004
- itemSizeMedium: string;
2005
- itemSizeLarge: string;
2006
- itemFontSizeSmall: string;
2007
- itemFontSizeMedium: string;
2008
- itemFontSizeLarge: string;
2009
- jumperFontSizeSmall: string;
2010
- jumperFontSizeMedium: string;
2011
- jumperFontSizeLarge: string;
2012
- jumperTextColor: string;
2013
- jumperTextColorDisabled: string;
2014
- }, {
2015
- Select: import("../../../_mixins").Theme<"Select", {
2016
- menuBoxShadow: string;
2017
- }, {
2018
- InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
2019
- paddingTiny: string;
2020
- paddingSmall: string;
2021
- paddingMedium: string;
2022
- paddingLarge: string;
2023
- paddingHuge: string;
2024
- clearSizeTiny: string;
2025
- clearSizeSmall: string;
2026
- clearSizeMedium: string;
2027
- clearSizeLarge: string;
2028
- clearSizeHuge: string;
2029
- arrowSizeTiny: string;
2030
- arrowSizeSmall: string;
2031
- arrowSizeMedium: string;
2032
- arrowSizeLarge: string;
2033
- arrowSizeHuge: string;
2034
- fontSizeTiny: string;
2035
- fontSizeSmall: string;
2036
- fontSizeMedium: string;
2037
- fontSizeLarge: string;
2038
- fontSizeHuge: string;
2039
- lineHeightTiny: string;
2040
- lineHeightSmall: string;
2041
- lineHeightMedium: string;
2042
- lineHeightLarge: string;
2043
- lineHeightHuge: string;
2044
- heightTiny: string;
2045
- heightSmall: string;
2046
- heightMedium: string;
2047
- heightLarge: string;
2048
- heightHuge: string;
2049
- borderRadiusTiny: string;
2050
- borderRadiusSmall: string;
2051
- borderRadiusMedium: string;
2052
- borderRadiusLarge: string;
2053
- borderRadiusHuge: string;
2054
- textColor: string;
2055
- textColorDisabled: string;
2056
- placeholderColor: string;
2057
- placeholderColorDisabled: string;
2058
- color: string;
2059
- colorFilled: string;
2060
- colorDisabled: string;
2061
- colorActive: string;
2062
- border: string;
2063
- borderFilled: string;
2064
- borderHover: string;
2065
- borderActive: string;
2066
- borderFocus: string;
2067
- borderDisabled: string;
2068
- boxShadowHover: string;
2069
- boxShadowActive: string;
2070
- boxShadowFocus: string;
2071
- caretColor: string;
2072
- arrowColor: string;
2073
- arrowColorHover: string;
2074
- arrowColorDisabled: string;
2075
- loadingColor: string;
2076
- borderWarning: string;
2077
- borderHoverWarning: string;
2078
- borderActiveWarning: string;
2079
- borderFocusWarning: string;
2080
- boxShadowHoverWarning: string;
2081
- boxShadowActiveWarning: string;
2082
- boxShadowFocusWarning: string;
2083
- colorActiveWarning: string;
2084
- caretColorWarning: string;
2085
- borderError: string;
2086
- borderHoverError: string;
2087
- borderActiveError: string;
2088
- borderFocusError: string;
2089
- boxShadowHoverError: string;
2090
- boxShadowActiveError: string;
2091
- boxShadowFocusError: string;
2092
- colorActiveError: string;
2093
- caretColorError: string;
2094
- clearColor: string;
2095
- clearColorHover: string;
2096
- clearColorPressed: string;
2097
- caretColorSecondary: string;
2098
- filterCounterTextColor: string;
2099
- filterCounterSeparatorColor: string;
2100
- filterCounterTextColorDisabled: string;
2101
- filterCounterSeparatorColorDisabled: string;
2102
- arrowColorSecondary: string;
2103
- clearColorSecondary: string;
2104
- colorSecondary: string;
2105
- textColorSecondary: string;
2106
- borderSecondary: string;
2107
- arrowColorDisabledSecondary: string;
2108
- clearColorDisabledSecondary: string;
2109
- colorDisabledSecondary: string;
2110
- textColorDisabledSecondary: string;
2111
- borderDisabledSecondary: string;
2112
- arrowColorHoverSecondary: string;
2113
- clearColorHoverSecondary: string;
2114
- colorHoverSecondary: string;
2115
- textColorHoverSecondary: string;
2116
- borderHoverSecondary: string;
2117
- arrowColorFocusSecondary: string;
2118
- clearColorFocusSecondary: string;
2119
- colorFocusSecondary: string;
2120
- textColorFocusSecondary: string;
2121
- borderFocusSecondary: string;
2122
- arrowColorActiveSecondary: string;
2123
- clearColorActiveSecondary: string;
2124
- colorActiveSecondary: string;
2125
- textColorActiveSecondary: string;
2126
- borderActiveSecondary: string;
2127
- }, {
2128
- Popover: import("../../../_mixins").Theme<"Popover", {
2129
- space: string;
2130
- spaceArrow: string;
2131
- arrowOffset: string;
2132
- arrowOffsetVertical: string;
2133
- arrowHeight: string;
2134
- padding: string;
2135
- fontSize: string;
2136
- borderRadius: string;
2137
- color: string;
2138
- dividerColor: string;
2139
- textColor: string;
2140
- boxShadow: string;
2141
- }, any>;
2142
- }>;
2143
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2144
- height: string;
2145
- paddingSmall: string;
2146
- paddingMedium: string;
2147
- paddingLarge: string;
2148
- optionPaddingSmall: string;
2149
- optionPaddingMedium: string;
2150
- optionPaddingLarge: string;
2151
- loadingSize: string;
2152
- optionFontSizeSmall: string;
2153
- optionFontSizeMedium: string;
2154
- optionFontSizeLarge: string;
2155
- optionHeightSmall: string;
2156
- optionHeightMedium: string;
2157
- optionHeightLarge: string;
2158
- optionBorderRadius: string;
2159
- borderRadius: string;
2160
- color: string;
2161
- groupHeaderTextColor: string;
2162
- actionDividerColor: string;
2163
- optionTextColor: string;
2164
- optionTextColorPressed: string;
2165
- optionTextColorDisabled: string;
2166
- optionTextColorActive: string;
2167
- optionOpacityDisabled: string;
2168
- optionCheckColor: string;
2169
- optionColorPending: string;
2170
- optionColorActive: string;
2171
- optionGroupHeaderBorderColor: string;
2172
- optionColorActivePending: string;
2173
- actionTextColor: string;
2174
- loadingColor: string;
2175
- }, {
2176
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2177
- color: string;
2178
- colorHover: string;
2179
- }, any>;
2180
- Empty: import("../../../_mixins").Theme<"Empty", {
2181
- iconSizeSmall: string;
2182
- iconSizeMedium: string;
2183
- iconSizeLarge: string;
2184
- iconSizeHuge: string;
2185
- fontSizeSmall: string;
2186
- fontSizeMedium: string;
2187
- fontSizeLarge: string;
2188
- fontSizeHuge: string;
2189
- textColor: string;
2190
- iconColor: string;
2191
- extraTextColor: string;
2192
- }, any>;
2193
- }>;
2194
- }>;
2195
- Input: import("../../../_mixins").Theme<"Input", {
2196
- paddingTiny: string;
2197
- paddingSmall: string;
2198
- paddingMedium: string;
2199
- paddingLarge: string;
2200
- paddingHuge: string;
2201
- clearSize: string;
2202
- countTextColorDisabled: string;
2203
- countTextColor: string;
2204
- heightTiny: string;
2205
- heightSmall: string;
2206
- heightMedium: string;
2207
- heightLarge: string;
2208
- heightHuge: string;
2209
- fontSizeTiny: string;
2210
- fontSizeSmall: string;
2211
- fontSizeMedium: string;
2212
- fontSizeLarge: string;
2213
- fontSizeHuge: string;
2214
- lineHeight: string;
2215
- lineHeightTextarea: string;
2216
- borderRadius: string;
2217
- iconSize: string;
2218
- groupLabelTextColor: string;
2219
- textColor: string;
2220
- textColorDisabled: string;
2221
- textDecorationColor: string;
2222
- caretColor: string;
2223
- placeholderColor: string;
2224
- placeholderColorDisabled: string;
2225
- color: string;
2226
- colorDisabled: string;
2227
- colorFocus: string;
2228
- groupLabelBorder: string;
2229
- border: string;
2230
- borderHover: string;
2231
- borderDisabled: string;
2232
- borderFocus: string;
2233
- boxShadowFocus: string;
2234
- loadingColor: string;
2235
- loadingColorWarning: string;
2236
- borderWarning: string;
2237
- borderHoverWarning: string;
2238
- colorFocusWarning: string;
2239
- borderFocusWarning: string;
2240
- boxShadowFocusWarning: string;
2241
- caretColorWarning: string;
2242
- loadingColorError: string;
2243
- borderError: string;
2244
- borderHoverError: string;
2245
- colorFocusError: string;
2246
- borderFocusError: string;
2247
- boxShadowFocusError: string;
2248
- caretColorError: string;
2249
- clearColor: string;
2250
- clearColorHover: string;
2251
- clearColorPressed: string;
2252
- iconColor: string;
2253
- iconColorDisabled: string;
2254
- iconColorHover: string;
2255
- iconColorPressed: string;
2256
- suffixTextColor: string;
2257
- selectionColor: string;
2258
- }, any>;
2259
- Popselect: import("../../../_mixins").Theme<"Popselect", {
2260
- menuBoxShadow: string;
2261
- }, {
2262
- Popover: import("../../../_mixins").Theme<"Popover", {
2263
- space: string;
2264
- spaceArrow: string;
2265
- arrowOffset: string;
2266
- arrowOffsetVertical: string;
2267
- arrowHeight: string;
2268
- padding: string;
2269
- fontSize: string;
2270
- borderRadius: string;
2271
- color: string;
2272
- dividerColor: string;
2273
- textColor: string;
2274
- boxShadow: string;
2275
- }, any>;
2276
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2277
- height: string;
2278
- paddingSmall: string;
2279
- paddingMedium: string;
2280
- paddingLarge: string;
2281
- optionPaddingSmall: string;
2282
- optionPaddingMedium: string;
2283
- optionPaddingLarge: string;
2284
- loadingSize: string;
2285
- optionFontSizeSmall: string;
2286
- optionFontSizeMedium: string;
2287
- optionFontSizeLarge: string;
2288
- optionHeightSmall: string;
2289
- optionHeightMedium: string;
2290
- optionHeightLarge: string;
2291
- optionBorderRadius: string;
2292
- borderRadius: string;
2293
- color: string;
2294
- groupHeaderTextColor: string;
2295
- actionDividerColor: string;
2296
- optionTextColor: string;
2297
- optionTextColorPressed: string;
2298
- optionTextColorDisabled: string;
2299
- optionTextColorActive: string;
2300
- optionOpacityDisabled: string;
2301
- optionCheckColor: string;
2302
- optionColorPending: string;
2303
- optionColorActive: string;
2304
- optionGroupHeaderBorderColor: string;
2305
- optionColorActivePending: string;
2306
- actionTextColor: string;
2307
- loadingColor: string;
2308
- }, {
2309
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2310
- color: string;
2311
- colorHover: string;
2312
- }, any>;
2313
- Empty: import("../../../_mixins").Theme<"Empty", {
2314
- iconSizeSmall: string;
2315
- iconSizeMedium: string;
2316
- iconSizeLarge: string;
2317
- iconSizeHuge: string;
2318
- fontSizeSmall: string;
2319
- fontSizeMedium: string;
2320
- fontSizeLarge: string;
2321
- fontSizeHuge: string;
2322
- textColor: string;
2323
- iconColor: string;
2324
- extraTextColor: string;
2325
- }, any>;
2326
- }>;
2327
- }>;
2328
- }>;
2329
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2330
- color: string;
2331
- colorHover: string;
2332
- }, any>;
2333
- Empty: import("../../../_mixins").Theme<"Empty", {
2334
- iconSizeSmall: string;
2335
- iconSizeMedium: string;
2336
- iconSizeLarge: string;
2337
- iconSizeHuge: string;
2338
- fontSizeSmall: string;
2339
- fontSizeMedium: string;
2340
- fontSizeLarge: string;
2341
- fontSizeHuge: string;
2342
- textColor: string;
2343
- iconColor: string;
2344
- extraTextColor: string;
2345
- }, any>;
2346
- Popover: import("../../../_mixins").Theme<"Popover", {
2347
- space: string;
2348
- spaceArrow: string;
2349
- arrowOffset: string;
2350
- arrowOffsetVertical: string;
2351
- arrowHeight: string;
2352
- padding: string;
2353
- fontSize: string;
2354
- borderRadius: string;
2355
- color: string;
2356
- dividerColor: string;
2357
- textColor: string;
2358
- boxShadow: string;
2359
- }, any>;
2360
- Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
2361
- Tooltip: import("../../../_mixins").Theme<"Tooltip", {
2362
- padding: string;
2363
- textPadding: string;
2364
- titleSize: string;
2365
- titleWeight: string;
2366
- titleLineHeight: string;
2367
- subtitleSize: string;
2368
- subtitleMargin: string;
2369
- subtitleWeight: string;
2370
- subtitleLineHeight: string;
2371
- iconSize: string;
2372
- arrowSpace: string;
2373
- noArrowSpace: string;
2374
- borderRadius: string;
2375
- color: string;
2376
- textColor: string;
2377
- }, {
2378
- Popover: import("../../../_mixins").Theme<"Popover", {
2379
- space: string;
2380
- spaceArrow: string;
2381
- arrowOffset: string;
2382
- arrowOffsetVertical: string;
2383
- arrowHeight: string;
2384
- padding: string;
2385
- fontSize: string;
2386
- borderRadius: string;
2387
- color: string;
2388
- dividerColor: string;
2389
- textColor: string;
2390
- boxShadow: string;
2391
- }, any>;
2392
- }>;
2393
- }>;
2394
- Dropdown: import("../../../_mixins").Theme<"Dropdown", {
2395
- padding: string;
2396
- optionIconSizeSmall: string;
2397
- optionIconSizeMedium: string;
2398
- optionIconSizeLarge: string;
2399
- optionIconSizeHuge: string;
2400
- optionSuffixWidthSmall: string;
2401
- optionSuffixWidthMedium: string;
2402
- optionSuffixWidthLarge: string;
2403
- optionSuffixWidthHuge: string;
2404
- optionIconSuffixWidthSmall: string;
2405
- optionIconSuffixWidthMedium: string;
2406
- optionIconSuffixWidthLarge: string;
2407
- optionIconSuffixWidthHuge: string;
2408
- optionPrefixWidthSmall: string;
2409
- optionPrefixWidthMedium: string;
2410
- optionPrefixWidthLarge: string;
2411
- optionPrefixWidthHuge: string;
2412
- optionIconPrefixWidthSmall: string;
2413
- optionIconPrefixWidthMedium: string;
2414
- optionIconPrefixWidthLarge: string;
2415
- optionIconPrefixWidthHuge: string;
2416
- optionHeightSmall: string;
2417
- optionHeightMedium: string;
2418
- optionHeightLarge: string;
2419
- optionHeightHuge: string;
2420
- borderRadius: string;
2421
- fontSizeSmall: string;
2422
- fontSizeMedium: string;
2423
- fontSizeLarge: string;
2424
- fontSizeHuge: string;
2425
- optionOpacityDisabled: string;
2426
- optionGroupHeaderBorderColor: string;
2427
- optionTextColor: string;
2428
- optionTextColorHover: string;
2429
- optionTextColorActive: string;
2430
- optionTextColorChildActive: string;
2431
- color: string;
2432
- dividerColor: string;
2433
- suffixColor: string;
2434
- prefixColor: string;
2435
- optionColorHover: string;
2436
- optionColorActive: string;
2437
- groupHeaderTextColor: string;
2438
- optionTextColorInverted: string;
2439
- optionTextColorHoverInverted: string;
2440
- optionTextColorActiveInverted: string;
2441
- optionTextColorChildActiveInverted: string;
2442
- colorInverted: string;
2443
- dividerColorInverted: string;
2444
- suffixColorInverted: string;
2445
- prefixColorInverted: string;
2446
- optionColorHoverInverted: string;
2447
- optionColorActiveInverted: string;
2448
- groupHeaderTextColorInverted: string;
2449
- }, {
2450
- Popover: import("../../../_mixins").Theme<"Popover", {
2451
- space: string;
2452
- spaceArrow: string;
2453
- arrowOffset: string;
2454
- arrowOffsetVertical: string;
2455
- arrowHeight: string;
2456
- padding: string;
2457
- fontSize: string;
2458
- borderRadius: string;
2459
- color: string;
2460
- dividerColor: string;
2461
- textColor: string;
2462
- boxShadow: string;
2463
- }, any>;
2464
- }>;
2465
- };
2466
- peerOverrides: {
2467
- Button?: {
2468
- peers?: {
2469
- [x: string]: any;
2470
- } | undefined;
2471
- } | undefined;
2472
- Checkbox?: {
2473
- peers?: {
2474
- [x: string]: any;
2475
- } | undefined;
2476
- } | undefined;
2477
- Radio?: {
2478
- peers?: {
2479
- [x: string]: any;
2480
- } | undefined;
2481
- } | undefined;
2482
- Pagination?: {
2483
- peers?: {
2484
- Select?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Select", {
2485
- menuBoxShadow: string;
2486
- }, {
2487
- InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
2488
- paddingTiny: string;
2489
- paddingSmall: string;
2490
- paddingMedium: string;
2491
- paddingLarge: string;
2492
- paddingHuge: string;
2493
- clearSizeTiny: string;
2494
- clearSizeSmall: string;
2495
- clearSizeMedium: string;
2496
- clearSizeLarge: string;
2497
- clearSizeHuge: string;
2498
- arrowSizeTiny: string;
2499
- arrowSizeSmall: string;
2500
- arrowSizeMedium: string;
2501
- arrowSizeLarge: string;
2502
- arrowSizeHuge: string;
2503
- fontSizeTiny: string;
2504
- fontSizeSmall: string;
2505
- fontSizeMedium: string;
2506
- fontSizeLarge: string;
2507
- fontSizeHuge: string;
2508
- lineHeightTiny: string;
2509
- lineHeightSmall: string;
2510
- lineHeightMedium: string;
2511
- lineHeightLarge: string;
2512
- lineHeightHuge: string;
2513
- heightTiny: string;
2514
- heightSmall: string;
2515
- heightMedium: string;
2516
- heightLarge: string;
2517
- heightHuge: string;
2518
- borderRadiusTiny: string;
2519
- borderRadiusSmall: string;
2520
- borderRadiusMedium: string;
2521
- borderRadiusLarge: string;
2522
- borderRadiusHuge: string;
2523
- textColor: string;
2524
- textColorDisabled: string;
2525
- placeholderColor: string;
2526
- placeholderColorDisabled: string;
2527
- color: string;
2528
- colorFilled: string;
2529
- colorDisabled: string;
2530
- colorActive: string;
2531
- border: string;
2532
- borderFilled: string;
2533
- borderHover: string;
2534
- borderActive: string;
2535
- borderFocus: string;
2536
- borderDisabled: string;
2537
- boxShadowHover: string;
2538
- boxShadowActive: string;
2539
- boxShadowFocus: string;
2540
- caretColor: string;
2541
- arrowColor: string;
2542
- arrowColorHover: string;
2543
- arrowColorDisabled: string;
2544
- loadingColor: string;
2545
- borderWarning: string;
2546
- borderHoverWarning: string;
2547
- borderActiveWarning: string;
2548
- borderFocusWarning: string;
2549
- boxShadowHoverWarning: string;
2550
- boxShadowActiveWarning: string;
2551
- boxShadowFocusWarning: string;
2552
- colorActiveWarning: string;
2553
- caretColorWarning: string;
2554
- borderError: string;
2555
- borderHoverError: string;
2556
- borderActiveError: string;
2557
- borderFocusError: string;
2558
- boxShadowHoverError: string;
2559
- boxShadowActiveError: string;
2560
- boxShadowFocusError: string;
2561
- colorActiveError: string;
2562
- caretColorError: string;
2563
- clearColor: string;
2564
- clearColorHover: string;
2565
- clearColorPressed: string;
2566
- caretColorSecondary: string;
2567
- filterCounterTextColor: string;
2568
- filterCounterSeparatorColor: string;
2569
- filterCounterTextColorDisabled: string;
2570
- filterCounterSeparatorColorDisabled: string;
2571
- arrowColorSecondary: string;
2572
- clearColorSecondary: string;
2573
- colorSecondary: string;
2574
- textColorSecondary: string;
2575
- borderSecondary: string;
2576
- arrowColorDisabledSecondary: string;
2577
- clearColorDisabledSecondary: string;
2578
- colorDisabledSecondary: string;
2579
- textColorDisabledSecondary: string;
2580
- borderDisabledSecondary: string;
2581
- arrowColorHoverSecondary: string;
2582
- clearColorHoverSecondary: string;
2583
- colorHoverSecondary: string;
2584
- textColorHoverSecondary: string;
2585
- borderHoverSecondary: string;
2586
- arrowColorFocusSecondary: string;
2587
- clearColorFocusSecondary: string;
2588
- colorFocusSecondary: string;
2589
- textColorFocusSecondary: string;
2590
- borderFocusSecondary: string;
2591
- arrowColorActiveSecondary: string;
2592
- clearColorActiveSecondary: string;
2593
- colorActiveSecondary: string;
2594
- textColorActiveSecondary: string;
2595
- borderActiveSecondary: string;
2596
- }, {
2597
- Popover: import("../../../_mixins").Theme<"Popover", {
2598
- space: string;
2599
- spaceArrow: string;
2600
- arrowOffset: string;
2601
- arrowOffsetVertical: string;
2602
- arrowHeight: string;
2603
- padding: string;
2604
- fontSize: string;
2605
- borderRadius: string;
2606
- color: string;
2607
- dividerColor: string;
2608
- textColor: string;
2609
- boxShadow: string;
2610
- }, any>;
2611
- }>;
2612
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2613
- height: string;
2614
- paddingSmall: string;
2615
- paddingMedium: string;
2616
- paddingLarge: string;
2617
- optionPaddingSmall: string;
2618
- optionPaddingMedium: string;
2619
- optionPaddingLarge: string;
2620
- loadingSize: string;
2621
- optionFontSizeSmall: string;
2622
- optionFontSizeMedium: string;
2623
- optionFontSizeLarge: string;
2624
- optionHeightSmall: string;
2625
- optionHeightMedium: string;
2626
- optionHeightLarge: string;
2627
- optionBorderRadius: string;
2628
- borderRadius: string;
2629
- color: string;
2630
- groupHeaderTextColor: string;
2631
- actionDividerColor: string;
2632
- optionTextColor: string;
2633
- optionTextColorPressed: string;
2634
- optionTextColorDisabled: string;
2635
- optionTextColorActive: string;
2636
- optionOpacityDisabled: string;
2637
- optionCheckColor: string;
2638
- optionColorPending: string;
2639
- optionColorActive: string;
2640
- optionGroupHeaderBorderColor: string;
2641
- optionColorActivePending: string;
2642
- actionTextColor: string;
2643
- loadingColor: string;
2644
- }, {
2645
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2646
- color: string;
2647
- colorHover: string;
2648
- }, any>;
2649
- Empty: import("../../../_mixins").Theme<"Empty", {
2650
- iconSizeSmall: string;
2651
- iconSizeMedium: string;
2652
- iconSizeLarge: string;
2653
- iconSizeHuge: string;
2654
- fontSizeSmall: string;
2655
- fontSizeMedium: string;
2656
- fontSizeLarge: string;
2657
- fontSizeHuge: string;
2658
- textColor: string;
2659
- iconColor: string;
2660
- extraTextColor: string;
2661
- }, any>;
2662
- }>;
2663
- }>> | undefined;
2664
- Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
2665
- paddingTiny: string;
2666
- paddingSmall: string;
2667
- paddingMedium: string;
2668
- paddingLarge: string;
2669
- paddingHuge: string;
2670
- clearSize: string;
2671
- countTextColorDisabled: string;
2672
- countTextColor: string;
2673
- heightTiny: string;
2674
- heightSmall: string;
2675
- heightMedium: string;
2676
- heightLarge: string;
2677
- heightHuge: string;
2678
- fontSizeTiny: string;
2679
- fontSizeSmall: string;
2680
- fontSizeMedium: string;
2681
- fontSizeLarge: string;
2682
- fontSizeHuge: string;
2683
- lineHeight: string;
2684
- lineHeightTextarea: string;
2685
- borderRadius: string;
2686
- iconSize: string;
2687
- groupLabelTextColor: string;
2688
- textColor: string;
2689
- textColorDisabled: string;
2690
- textDecorationColor: string;
2691
- caretColor: string;
2692
- placeholderColor: string;
2693
- placeholderColorDisabled: string;
2694
- color: string;
2695
- colorDisabled: string;
2696
- colorFocus: string;
2697
- groupLabelBorder: string;
2698
- border: string;
2699
- borderHover: string;
2700
- borderDisabled: string;
2701
- borderFocus: string;
2702
- boxShadowFocus: string;
2703
- loadingColor: string;
2704
- loadingColorWarning: string;
2705
- borderWarning: string;
2706
- borderHoverWarning: string;
2707
- colorFocusWarning: string;
2708
- borderFocusWarning: string;
2709
- boxShadowFocusWarning: string;
2710
- caretColorWarning: string;
2711
- loadingColorError: string;
2712
- borderError: string;
2713
- borderHoverError: string;
2714
- colorFocusError: string;
2715
- borderFocusError: string;
2716
- boxShadowFocusError: string;
2717
- caretColorError: string;
2718
- clearColor: string;
2719
- clearColorHover: string;
2720
- clearColorPressed: string;
2721
- iconColor: string;
2722
- iconColorDisabled: string;
2723
- iconColorHover: string;
2724
- iconColorPressed: string;
2725
- suffixTextColor: string;
2726
- selectionColor: string;
2727
- }, any>> | undefined;
2728
- Popselect?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popselect", {
2729
- menuBoxShadow: string;
2730
- }, {
2731
- Popover: import("../../../_mixins").Theme<"Popover", {
2732
- space: string;
2733
- spaceArrow: string;
2734
- arrowOffset: string;
2735
- arrowOffsetVertical: string;
2736
- arrowHeight: string;
2737
- padding: string;
2738
- fontSize: string;
2739
- borderRadius: string;
2740
- color: string;
2741
- dividerColor: string;
2742
- textColor: string;
2743
- boxShadow: string;
2744
- }, any>;
2745
- InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2746
- height: string;
2747
- paddingSmall: string;
2748
- paddingMedium: string;
2749
- paddingLarge: string;
2750
- optionPaddingSmall: string;
2751
- optionPaddingMedium: string;
2752
- optionPaddingLarge: string;
2753
- loadingSize: string;
2754
- optionFontSizeSmall: string;
2755
- optionFontSizeMedium: string;
2756
- optionFontSizeLarge: string;
2757
- optionHeightSmall: string;
2758
- optionHeightMedium: string;
2759
- optionHeightLarge: string;
2760
- optionBorderRadius: string;
2761
- borderRadius: string;
2762
- color: string;
2763
- groupHeaderTextColor: string;
2764
- actionDividerColor: string;
2765
- optionTextColor: string;
2766
- optionTextColorPressed: string;
2767
- optionTextColorDisabled: string;
2768
- optionTextColorActive: string;
2769
- optionOpacityDisabled: string;
2770
- optionCheckColor: string;
2771
- optionColorPending: string;
2772
- optionColorActive: string;
2773
- optionGroupHeaderBorderColor: string;
2774
- optionColorActivePending: string;
2775
- actionTextColor: string;
2776
- loadingColor: string;
2777
- }, {
2778
- Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2779
- color: string;
2780
- colorHover: string;
2781
- }, any>;
2782
- Empty: import("../../../_mixins").Theme<"Empty", {
2783
- iconSizeSmall: string;
2784
- iconSizeMedium: string;
2785
- iconSizeLarge: string;
2786
- iconSizeHuge: string;
2787
- fontSizeSmall: string;
2788
- fontSizeMedium: string;
2789
- fontSizeLarge: string;
2790
- fontSizeHuge: string;
2791
- textColor: string;
2792
- iconColor: string;
2793
- extraTextColor: string;
2794
- }, any>;
2795
- }>;
2796
- }>> | undefined;
2797
- } | undefined;
2798
- } | undefined;
2799
- Scrollbar?: {
2800
- peers?: {
2801
- [x: string]: any;
2802
- } | undefined;
2803
- } | undefined;
2804
- Empty?: {
2805
- peers?: {
2806
- [x: string]: any;
2807
- } | undefined;
2808
- } | undefined;
2809
- Popover?: {
2810
- peers?: {
2811
- [x: string]: any;
2812
- } | undefined;
2813
- } | undefined;
2814
- Ellipsis?: {
2815
- peers?: {
2816
- Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
2817
- padding: string;
2818
- textPadding: string;
2819
- titleSize: string;
2820
- titleWeight: string;
2821
- titleLineHeight: string;
2822
- subtitleSize: string;
2823
- subtitleMargin: string;
2824
- subtitleWeight: string;
2825
- subtitleLineHeight: string;
2826
- iconSize: string;
2827
- arrowSpace: string;
2828
- noArrowSpace: string;
2829
- borderRadius: string;
2830
- color: string;
2831
- textColor: string;
2832
- }, {
2833
- Popover: import("../../../_mixins").Theme<"Popover", {
2834
- space: string;
2835
- spaceArrow: string;
2836
- arrowOffset: string;
2837
- arrowOffsetVertical: string;
2838
- arrowHeight: string;
2839
- padding: string;
2840
- fontSize: string;
2841
- borderRadius: string;
2842
- color: string;
2843
- dividerColor: string;
2844
- textColor: string;
2845
- boxShadow: string;
2846
- }, any>;
2847
- }>> | undefined;
2848
- } | undefined;
2849
- } | undefined;
2850
- Dropdown?: {
2851
- peers?: {
2852
- Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
2853
- space: string;
2854
- spaceArrow: string;
2855
- arrowOffset: string;
2856
- arrowOffsetVertical: string;
2857
- arrowHeight: string;
2858
- padding: string;
2859
- fontSize: string;
2860
- borderRadius: string;
2861
- color: string;
2862
- dividerColor: string;
2863
- textColor: string;
2864
- boxShadow: string;
2865
- }, any>> | undefined;
2866
- } | undefined;
2867
- } | undefined;
2868
- };
2869
- }>;
47
+ type: PropType<MergedTheme<DataTableTheme>>;
2870
48
  required: true;
2871
49
  };
2872
50
  renderCell: PropType<(value: any, rowData: object, column: any) => VNodeChild>;
2873
- }>>, {
51
+ }>> & {
52
+ onEdit?: ((...args: any[]) => any) | undefined;
53
+ }, {
2874
54
  isSummary: boolean;
2875
55
  }, {}>;
2876
56
  export default _default;