naive-ui 2.33.2 → 2.33.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (786) hide show
  1. package/README.md +3 -2
  2. package/README.zh-CN.md +3 -2
  3. package/dist/index.js +8272 -3401
  4. package/dist/index.prod.js +2 -2
  5. package/es/_internal/clear/src/Clear.d.ts +1 -1
  6. package/es/_internal/close/src/Close.d.ts +10 -1
  7. package/es/_internal/close/src/Close.js +7 -2
  8. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  9. package/es/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
  10. package/es/_internal/icon/src/Icon.d.ts +1 -1
  11. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  12. package/es/_internal/icons/Add.d.ts +1 -1
  13. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  14. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  15. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  16. package/es/_internal/icons/Attach.d.ts +1 -1
  17. package/es/_internal/icons/Backward.d.ts +1 -1
  18. package/es/_internal/icons/Cancel.d.ts +1 -1
  19. package/es/_internal/icons/Checkmark.d.ts +1 -1
  20. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  22. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  23. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  24. package/es/_internal/icons/Clear.d.ts +1 -1
  25. package/es/_internal/icons/Close.d.ts +1 -1
  26. package/es/_internal/icons/Date.d.ts +1 -1
  27. package/es/_internal/icons/Download.d.ts +1 -1
  28. package/es/_internal/icons/Empty.d.ts +1 -1
  29. package/es/_internal/icons/Error.d.ts +1 -1
  30. package/es/_internal/icons/Eye.d.ts +1 -1
  31. package/es/_internal/icons/EyeOff.d.ts +1 -1
  32. package/es/_internal/icons/FastBackward.d.ts +1 -1
  33. package/es/_internal/icons/FastForward.d.ts +1 -1
  34. package/es/_internal/icons/File.d.ts +1 -1
  35. package/es/_internal/icons/Filter.d.ts +1 -1
  36. package/es/_internal/icons/Forward.d.ts +1 -1
  37. package/es/_internal/icons/Info.d.ts +1 -1
  38. package/es/_internal/icons/More.d.ts +1 -1
  39. package/es/_internal/icons/Photo.d.ts +1 -1
  40. package/es/_internal/icons/Remove.d.ts +1 -1
  41. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  42. package/es/_internal/icons/Retry.d.ts +1 -1
  43. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  44. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  45. package/es/_internal/icons/Search.d.ts +1 -1
  46. package/es/_internal/icons/Success.d.ts +1 -1
  47. package/es/_internal/icons/Switcher.d.ts +1 -1
  48. package/es/_internal/icons/Time.d.ts +1 -1
  49. package/es/_internal/icons/To.d.ts +1 -1
  50. package/es/_internal/icons/Trash.d.ts +1 -1
  51. package/es/_internal/icons/Warning.d.ts +1 -1
  52. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  53. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  54. package/es/_internal/icons/replaceable.d.ts +1 -1
  55. package/es/_internal/loading/src/Loading.d.ts +1 -1
  56. package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  57. package/es/_internal/scrollbar/src/Scrollbar.d.ts +1 -1
  58. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +1 -1
  59. package/es/_internal/select-menu/src/SelectMenu.d.ts +1 -1
  60. package/es/_internal/select-menu/src/SelectOption.d.ts +1 -1
  61. package/es/_internal/selection/src/Selection.d.ts +12 -3
  62. package/es/_internal/selection/src/Selection.js +28 -14
  63. package/es/_internal/slot-machine/src/SlotMachine.d.ts +1 -1
  64. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
  65. package/es/_internal/suffix/src/Suffix.d.ts +1 -1
  66. package/es/_internal/wave/src/Wave.d.ts +1 -1
  67. package/es/_utils/index.d.ts +1 -1
  68. package/es/_utils/index.js +1 -1
  69. package/es/_utils/vue/call.d.ts +1 -0
  70. package/es/_utils/vue/index.d.ts +1 -1
  71. package/es/_utils/vue/index.js +1 -1
  72. package/es/_utils/vue/keysOf.d.ts +1 -1
  73. package/es/_utils/vue/resolve-slot.d.ts +1 -0
  74. package/es/_utils/vue/resolve-slot.js +7 -0
  75. package/es/_utils/vue/wrapper.d.ts +1 -1
  76. package/es/affix/src/Affix.d.ts +1 -1
  77. package/es/alert/src/Alert.d.ts +1 -1
  78. package/es/anchor/src/AnchorAdapter.d.ts +1 -1
  79. package/es/anchor/src/BaseAnchor.d.ts +1 -1
  80. package/es/anchor/src/Link.d.ts +1 -1
  81. package/es/auto-complete/src/AutoComplete.d.ts +1 -1
  82. package/es/avatar/src/Avatar.d.ts +11 -2
  83. package/es/avatar/src/Avatar.js +12 -4
  84. package/es/avatar-group/src/AvatarGroup.d.ts +34 -11
  85. package/es/avatar-group/src/AvatarGroup.js +7 -2
  86. package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +3 -2
  87. package/es/avatar-group/src/styles/avatar-group.cssr.js +4 -3
  88. package/es/avatar-group/styles/dark.js +3 -1
  89. package/es/avatar-group/styles/light.d.ts +6 -1
  90. package/es/avatar-group/styles/light.js +7 -1
  91. package/es/back-top/src/BackTop.d.ts +1 -1
  92. package/es/badge/src/Badge.d.ts +1 -1
  93. package/es/breadcrumb/src/Breadcrumb.d.ts +1 -1
  94. package/es/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  95. package/es/button/src/Button.d.ts +2 -2
  96. package/es/button-group/src/ButtonGroup.d.ts +1 -1
  97. package/es/calendar/src/Calendar.d.ts +1 -1
  98. package/es/card/index.d.ts +1 -1
  99. package/es/card/src/Card.d.ts +7 -7
  100. package/es/carousel/index.d.ts +1 -0
  101. package/es/carousel/src/Carousel.d.ts +1 -1
  102. package/es/carousel/src/CarouselArrow.d.ts +1 -1
  103. package/es/carousel/src/CarouselDots.d.ts +1 -1
  104. package/es/carousel/src/CarouselItem.d.ts +1 -1
  105. package/es/carousel/src/utils/index.js +1 -1
  106. package/es/cascader/src/Cascader.d.ts +2 -2
  107. package/es/cascader/src/CascaderMenu.d.ts +1 -1
  108. package/es/cascader/src/CascaderOption.d.ts +1 -1
  109. package/es/cascader/src/CascaderSelectMenu.d.ts +1 -1
  110. package/es/cascader/src/CascaderSubmenu.d.ts +1 -1
  111. package/es/checkbox/src/Checkbox.d.ts +1 -1
  112. package/es/checkbox/src/CheckboxGroup.d.ts +1 -1
  113. package/es/code/src/Code.d.ts +1 -1
  114. package/es/collapse/src/Collapse.d.ts +12 -1
  115. package/es/collapse/src/Collapse.js +3 -2
  116. package/es/collapse/src/CollapseItem.d.ts +2 -2
  117. package/es/collapse/src/CollapseItem.js +13 -9
  118. package/es/collapse/src/CollapseItemContent.d.ts +1 -1
  119. package/es/collapse/src/styles/index.cssr.js +2 -1
  120. package/es/collapse/styles/light.d.ts +1 -0
  121. package/es/collapse/styles/light.js +2 -1
  122. package/es/collapse-transition/src/CollapseTransition.d.ts +1 -1
  123. package/es/color-picker/src/AlphaSlider.d.ts +1 -1
  124. package/es/color-picker/src/ColorInput.d.ts +1 -1
  125. package/es/color-picker/src/ColorInputUnit.d.ts +1 -1
  126. package/es/color-picker/src/ColorPicker.d.ts +1 -1
  127. package/es/color-picker/src/ColorPickerSwatches.d.ts +1 -1
  128. package/es/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  129. package/es/color-picker/src/ColorPreview.d.ts +1 -1
  130. package/es/color-picker/src/HueSlider.d.ts +1 -1
  131. package/es/color-picker/src/Pallete.d.ts +1 -1
  132. package/es/config-provider/src/ConfigProvider.d.ts +1 -1
  133. package/es/countdown/src/Countdown.d.ts +1 -1
  134. package/es/data-table/index.d.ts +3 -3
  135. package/es/data-table/index.js +2 -1
  136. package/es/data-table/src/DataTable.d.ts +627 -2319
  137. package/es/data-table/src/DataTable.js +14 -54
  138. package/es/data-table/src/HeaderButton/FilterButton.d.ts +91 -1
  139. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +92 -2
  140. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  141. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
  142. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  143. package/es/data-table/src/HeaderButton/ResizeButton.js +58 -0
  144. package/es/data-table/src/HeaderButton/SortButton.d.ts +1 -1
  145. package/es/data-table/src/MainTable.d.ts +1 -1
  146. package/es/data-table/src/TableParts/Body.d.ts +92 -1
  147. package/es/data-table/src/TableParts/Body.js +39 -31
  148. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +1 -1
  149. package/es/data-table/src/TableParts/BodyRadio.d.ts +1 -1
  150. package/es/data-table/src/TableParts/Cell.d.ts +181 -1
  151. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  152. package/es/data-table/src/TableParts/Header.d.ts +97 -4
  153. package/es/data-table/src/TableParts/Header.js +48 -16
  154. package/es/data-table/src/TableParts/SelectionMenu.d.ts +1 -8
  155. package/es/data-table/src/TableParts/SelectionMenu.js +12 -13
  156. package/es/data-table/src/interface.d.ts +2467 -5
  157. package/es/data-table/src/interface.js +54 -0
  158. package/es/data-table/src/styles/index.cssr.js +27 -1
  159. package/es/data-table/src/use-check.d.ts +4 -5
  160. package/es/data-table/src/use-check.js +17 -14
  161. package/es/data-table/src/use-expand.d.ts +1 -2
  162. package/es/data-table/src/use-group-header.d.ts +2 -3
  163. package/es/data-table/src/use-group-header.js +6 -4
  164. package/es/data-table/src/use-resizable.d.ts +6 -0
  165. package/es/data-table/src/use-resizable.js +22 -0
  166. package/es/data-table/src/use-scroll.d.ts +1 -2
  167. package/es/data-table/src/use-sorter.d.ts +1 -2
  168. package/es/data-table/src/use-sorter.js +1 -1
  169. package/es/data-table/src/use-table-data.d.ts +2 -2
  170. package/es/data-table/src/use-table-data.js +6 -1
  171. package/es/data-table/src/utils.d.ts +3 -1
  172. package/es/data-table/src/utils.js +26 -2
  173. package/es/data-table/styles/_common.d.ts +2 -0
  174. package/es/data-table/styles/_common.js +2 -0
  175. package/es/data-table/styles/dark.js +3 -1
  176. package/es/data-table/styles/light.d.ts +74 -0
  177. package/es/data-table/styles/light.js +3 -1
  178. package/es/date-picker/src/DatePicker.d.ts +1 -1
  179. package/es/date-picker/src/DatePicker.js +5 -3
  180. package/es/date-picker/src/panel/date.d.ts +17 -49
  181. package/es/date-picker/src/panel/date.js +6 -10
  182. package/es/date-picker/src/panel/daterange.d.ts +1 -1
  183. package/es/date-picker/src/panel/daterange.js +10 -18
  184. package/es/date-picker/src/panel/datetime.d.ts +7 -7
  185. package/es/date-picker/src/panel/datetime.js +6 -9
  186. package/es/date-picker/src/panel/datetimerange.d.ts +1 -1
  187. package/es/date-picker/src/panel/datetimerange.js +10 -18
  188. package/es/date-picker/src/panel/month.d.ts +7 -7
  189. package/es/date-picker/src/panel/monthrange.d.ts +1 -1
  190. package/es/date-picker/src/panel/monthrange.js +4 -2
  191. package/es/date-picker/src/panel/panelHeader.d.ts +2 -2
  192. package/es/date-picker/src/panel/use-calendar.d.ts +1 -1
  193. package/es/descriptions/src/Descriptions.d.ts +1 -1
  194. package/es/descriptions/src/DescriptionsItem.d.ts +1 -1
  195. package/es/descriptions/src/utils.d.ts +1 -1
  196. package/es/descriptions/src/utils.js +1 -1
  197. package/es/dialog/src/Dialog.d.ts +1 -1
  198. package/es/dialog/src/DialogEnvironment.d.ts +4 -1
  199. package/es/dialog/src/DialogEnvironment.js +6 -2
  200. package/es/dialog/src/DialogProvider.d.ts +4 -3
  201. package/es/discrete/src/InjectionExtractor.d.ts +1 -1
  202. package/es/discrete/src/discreteApp.d.ts +2 -1
  203. package/es/discrete/src/discreteApp.js +10 -5
  204. package/es/discrete/src/interface.d.ts +2 -1
  205. package/es/divider/src/Divider.d.ts +1 -1
  206. package/es/drawer/src/Drawer.d.ts +1 -1
  207. package/es/drawer/src/DrawerBodyWrapper.d.ts +1 -1
  208. package/es/drawer/src/DrawerContent.d.ts +1 -1
  209. package/es/dropdown/src/Dropdown.d.ts +1 -1
  210. package/es/dropdown/src/Dropdown.js +21 -20
  211. package/es/dropdown/src/DropdownDivider.d.ts +1 -1
  212. package/es/dropdown/src/DropdownGroup.d.ts +1 -1
  213. package/es/dropdown/src/DropdownGroup.js +4 -1
  214. package/es/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  215. package/es/dropdown/src/DropdownMenu.d.ts +1 -1
  216. package/es/dropdown/src/DropdownMenu.js +2 -0
  217. package/es/dropdown/src/DropdownOption.d.ts +1 -1
  218. package/es/dropdown/src/DropdownRenderOption.d.ts +1 -1
  219. package/es/dynamic-input/src/DynamicInput.d.ts +1 -1
  220. package/es/dynamic-input/src/InputPreset.d.ts +1 -1
  221. package/es/dynamic-input/src/PairPreset.d.ts +1 -1
  222. package/es/dynamic-tags/index.d.ts +1 -0
  223. package/es/dynamic-tags/src/DynamicTags.d.ts +2 -2
  224. package/es/element/src/Element.d.ts +1 -1
  225. package/es/ellipsis/src/Ellipsis.d.ts +1 -1
  226. package/es/empty/src/Empty.d.ts +1 -1
  227. package/es/form/src/Form.d.ts +1 -1
  228. package/es/form/src/FormItem.d.ts +1 -1
  229. package/es/form/src/FormItemCol.d.ts +1 -1
  230. package/es/form/src/FormItemGridItem.d.ts +1 -1
  231. package/es/form/src/FormItemRow.d.ts +1 -1
  232. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  233. package/es/gradient-text/src/GradientText.d.ts +1 -1
  234. package/es/grid/src/Grid.d.ts +1 -1
  235. package/es/grid/src/Grid.js +1 -1
  236. package/es/grid/src/GridItem.d.ts +1 -1
  237. package/es/icon/src/Icon.d.ts +1 -1
  238. package/es/icon-wrapper/src/IconWrapper.d.ts +1 -1
  239. package/es/image/src/Image.d.ts +1 -1
  240. package/es/image/src/ImageGroup.d.ts +1 -1
  241. package/es/image/src/ImagePreview.d.ts +1 -1
  242. package/es/input/src/Input.d.ts +2 -2
  243. package/es/input/src/InputGroup.d.ts +1 -1
  244. package/es/input/src/InputGroupLabel.d.ts +1 -1
  245. package/es/input/src/WordCount.d.ts +1 -1
  246. package/es/input-number/src/InputNumber.d.ts +1 -1
  247. package/es/input-number/src/InputNumber.js +6 -1
  248. package/es/layout/index.d.ts +1 -1
  249. package/es/layout/src/Layout.d.ts +2 -2
  250. package/es/layout/src/LayoutContent.d.ts +1 -1
  251. package/es/layout/src/LayoutFooter.d.ts +1 -1
  252. package/es/layout/src/LayoutHeader.d.ts +1 -1
  253. package/es/layout/src/LayoutSider.d.ts +1 -1
  254. package/es/layout/src/ToggleBar.d.ts +1 -1
  255. package/es/layout/src/ToggleButton.d.ts +1 -1
  256. package/es/legacy-grid/src/Col.d.ts +1 -1
  257. package/es/legacy-grid/src/Row.d.ts +1 -1
  258. package/es/legacy-transfer/src/Transfer.d.ts +1 -1
  259. package/es/legacy-transfer/src/TransferFilter.d.ts +1 -1
  260. package/es/legacy-transfer/src/TransferHeader.d.ts +1 -1
  261. package/es/legacy-transfer/src/TransferList.d.ts +1 -1
  262. package/es/legacy-transfer/src/TransferListItem.d.ts +1 -1
  263. package/es/list/src/List.d.ts +1 -1
  264. package/es/list/src/ListItem.d.ts +1 -1
  265. package/es/loading-bar/src/LoadingBar.d.ts +8 -3
  266. package/es/loading-bar/src/LoadingBar.js +5 -2
  267. package/es/loading-bar/src/LoadingBarProvider.d.ts +8 -5
  268. package/es/loading-bar/src/LoadingBarProvider.js +6 -6
  269. package/es/log/src/Log.d.ts +1 -1
  270. package/es/log/src/LogLine.d.ts +1 -1
  271. package/es/log/src/LogLoader.d.ts +1 -1
  272. package/es/mention/src/Mention.d.ts +1 -1
  273. package/es/menu/src/Menu.d.ts +1 -1
  274. package/es/menu/src/Menu.js +5 -2
  275. package/es/menu/src/MenuDivider.d.ts +1 -1
  276. package/es/menu/src/MenuOption.d.ts +1 -1
  277. package/es/menu/src/MenuOption.js +1 -4
  278. package/es/menu/src/MenuOptionContent.d.ts +1 -1
  279. package/es/menu/src/MenuOptionGroup.d.ts +1 -1
  280. package/es/menu/src/Submenu.d.ts +1 -1
  281. package/es/menu/src/interface.d.ts +1 -0
  282. package/es/menu/src/utils.js +1 -1
  283. package/es/message/src/Message.d.ts +1 -1
  284. package/es/message/src/MessageEnvironment.d.ts +1 -1
  285. package/es/message/src/MessageProvider.d.ts +1 -1
  286. package/es/modal/src/BodyWrapper.d.ts +4 -4
  287. package/es/modal/src/Modal.d.ts +5 -5
  288. package/es/modal/src/presetProps.d.ts +1 -1
  289. package/es/notification/src/Notification.d.ts +1 -1
  290. package/es/notification/src/NotificationContainer.d.ts +1 -1
  291. package/es/notification/src/NotificationEnvironment.d.ts +1 -1
  292. package/es/notification/src/NotificationProvider.d.ts +1 -1
  293. package/es/number-animation/src/NumberAnimation.d.ts +1 -1
  294. package/es/page-header/src/PageHeader.d.ts +1 -1
  295. package/es/pagination/src/Pagination.d.ts +14 -1
  296. package/es/pagination/src/Pagination.js +5 -5
  297. package/es/popconfirm/src/Popconfirm.d.ts +1 -1
  298. package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  299. package/es/popover/src/Popover.d.ts +1 -1
  300. package/es/popover/src/Popover.js +5 -0
  301. package/es/popover/src/PopoverBody.d.ts +1 -1
  302. package/es/popselect/src/Popselect.d.ts +5 -5
  303. package/es/popselect/src/PopselectPanel.d.ts +6 -6
  304. package/es/popselect/src/PopselectPanel.js +2 -2
  305. package/es/progress/src/Circle.d.ts +1 -1
  306. package/es/progress/src/Circle.js +5 -3
  307. package/es/progress/src/Line.d.ts +1 -1
  308. package/es/progress/src/MultipleCircle.d.ts +1 -1
  309. package/es/progress/src/Progress.d.ts +1 -1
  310. package/es/radio/src/Radio.d.ts +1 -1
  311. package/es/radio/src/RadioButton.d.ts +1 -1
  312. package/es/radio/src/RadioGroup.d.ts +1 -1
  313. package/es/rate/src/Rate.d.ts +1 -1
  314. package/es/result/src/Result.d.ts +1 -1
  315. package/es/scrollbar/src/Scrollbar.d.ts +1 -1
  316. package/es/select/src/Select.d.ts +19 -6
  317. package/es/select/src/Select.js +5 -5
  318. package/es/skeleton/src/Skeleton.d.ts +1 -1
  319. package/es/slider/src/Slider.d.ts +11 -1
  320. package/es/slider/src/Slider.js +3 -2
  321. package/es/slider/src/styles/index.cssr.js +2 -0
  322. package/es/slider/styles/dark.js +1 -2
  323. package/es/slider/styles/light.d.ts +1 -0
  324. package/es/slider/styles/light.js +1 -2
  325. package/es/space/src/Space.d.ts +1 -1
  326. package/es/spin/src/Spin.d.ts +1 -1
  327. package/es/statistic/src/Statistic.d.ts +1 -1
  328. package/es/steps/src/Step.d.ts +1 -1
  329. package/es/steps/src/Steps.d.ts +1 -1
  330. package/es/switch/src/Switch.d.ts +1 -1
  331. package/es/table/src/Table.d.ts +1 -1
  332. package/es/table/src/Tbody.d.ts +1 -1
  333. package/es/table/src/Td.d.ts +1 -1
  334. package/es/table/src/Th.d.ts +1 -1
  335. package/es/table/src/Thead.d.ts +1 -1
  336. package/es/table/src/Tr.d.ts +1 -1
  337. package/es/tabs/src/Tab.d.ts +1 -1
  338. package/es/tabs/src/TabPane.d.ts +1 -1
  339. package/es/tabs/src/Tabs.d.ts +2 -2
  340. package/es/tabs/src/Tabs.js +28 -0
  341. package/es/tag/src/Tag.d.ts +14 -14
  342. package/es/tag/src/Tag.js +14 -13
  343. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  344. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  345. package/es/theme-editor/src/ThemeEditor.d.ts +1 -1
  346. package/es/thing/src/Thing.d.ts +1 -1
  347. package/es/time/src/Time.d.ts +1 -1
  348. package/es/time-picker/src/Panel.d.ts +1 -1
  349. package/es/time-picker/src/PanelCol.d.ts +1 -1
  350. package/es/time-picker/src/TimePicker.d.ts +1 -1
  351. package/es/timeline/src/Timeline.d.ts +1 -1
  352. package/es/timeline/src/TimelineItem.d.ts +1 -1
  353. package/es/timeline/src/styles/index.cssr.js +2 -3
  354. package/es/timeline/styles/_common.js +2 -2
  355. package/es/tooltip/src/Tooltip.d.ts +1 -1
  356. package/es/transfer/src/Transfer.d.ts +4 -1
  357. package/es/transfer/src/Transfer.js +9 -4
  358. package/es/transfer/src/TransferFilter.d.ts +1 -1
  359. package/es/transfer/src/TransferHeader.d.ts +1 -1
  360. package/es/transfer/src/TransferList.d.ts +1 -1
  361. package/es/transfer/src/TransferListItem.d.ts +1 -1
  362. package/es/tree/src/MotionWrapper.d.ts +1 -1
  363. package/es/tree/src/Tree.d.ts +1 -1
  364. package/es/tree/src/Tree.js +42 -14
  365. package/es/tree/src/TreeNode.d.ts +1 -1
  366. package/es/tree/src/TreeNode.js +9 -4
  367. package/es/tree/src/TreeNodeCheckbox.d.ts +1 -1
  368. package/es/tree/src/TreeNodeContent.d.ts +1 -1
  369. package/es/tree/src/TreeNodeSwitcher.d.ts +1 -1
  370. package/es/tree/src/interface.d.ts +1 -0
  371. package/es/tree/src/utils.d.ts +2 -1
  372. package/es/tree/src/utils.js +3 -0
  373. package/es/tree-select/src/TreeSelect.d.ts +4 -4
  374. package/es/tree-select/src/TreeSelect.js +8 -10
  375. package/es/typography/src/a.d.ts +1 -1
  376. package/es/typography/src/blockquote.d.ts +1 -1
  377. package/es/typography/src/create-header.d.ts +1 -1
  378. package/es/typography/src/headers.d.ts +6 -6
  379. package/es/typography/src/hr.d.ts +1 -1
  380. package/es/typography/src/li.d.ts +1 -1
  381. package/es/typography/src/ol.d.ts +1 -1
  382. package/es/typography/src/p.d.ts +1 -1
  383. package/es/typography/src/text.d.ts +1 -1
  384. package/es/typography/src/ul.d.ts +1 -1
  385. package/es/upload/src/Upload.d.ts +14 -11
  386. package/es/upload/src/Upload.js +8 -3
  387. package/es/upload/src/UploadDragger.d.ts +1 -1
  388. package/es/upload/src/UploadFile.d.ts +1 -1
  389. package/es/upload/src/UploadFileList.d.ts +1 -1
  390. package/es/upload/src/UploadProgress.d.ts +1 -1
  391. package/es/upload/src/UploadTrigger.d.ts +1 -1
  392. package/es/version.d.ts +1 -1
  393. package/es/version.js +1 -1
  394. package/es/watermark/src/Watermark.d.ts +1 -1
  395. package/lib/_internal/clear/src/Clear.d.ts +1 -1
  396. package/lib/_internal/close/src/Close.d.ts +10 -1
  397. package/lib/_internal/close/src/Close.js +7 -2
  398. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +1 -1
  399. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +1 -1
  400. package/lib/_internal/icon/src/Icon.d.ts +1 -1
  401. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  402. package/lib/_internal/icons/Add.d.ts +1 -1
  403. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  404. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  405. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  406. package/lib/_internal/icons/Attach.d.ts +1 -1
  407. package/lib/_internal/icons/Backward.d.ts +1 -1
  408. package/lib/_internal/icons/Cancel.d.ts +1 -1
  409. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  410. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  411. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  412. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  413. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  414. package/lib/_internal/icons/Clear.d.ts +1 -1
  415. package/lib/_internal/icons/Close.d.ts +1 -1
  416. package/lib/_internal/icons/Date.d.ts +1 -1
  417. package/lib/_internal/icons/Download.d.ts +1 -1
  418. package/lib/_internal/icons/Empty.d.ts +1 -1
  419. package/lib/_internal/icons/Error.d.ts +1 -1
  420. package/lib/_internal/icons/Eye.d.ts +1 -1
  421. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  422. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  423. package/lib/_internal/icons/FastForward.d.ts +1 -1
  424. package/lib/_internal/icons/File.d.ts +1 -1
  425. package/lib/_internal/icons/Filter.d.ts +1 -1
  426. package/lib/_internal/icons/Forward.d.ts +1 -1
  427. package/lib/_internal/icons/Info.d.ts +1 -1
  428. package/lib/_internal/icons/More.d.ts +1 -1
  429. package/lib/_internal/icons/Photo.d.ts +1 -1
  430. package/lib/_internal/icons/Remove.d.ts +1 -1
  431. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  432. package/lib/_internal/icons/Retry.d.ts +1 -1
  433. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  434. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  435. package/lib/_internal/icons/Search.d.ts +1 -1
  436. package/lib/_internal/icons/Success.d.ts +1 -1
  437. package/lib/_internal/icons/Switcher.d.ts +1 -1
  438. package/lib/_internal/icons/Time.d.ts +1 -1
  439. package/lib/_internal/icons/To.d.ts +1 -1
  440. package/lib/_internal/icons/Trash.d.ts +1 -1
  441. package/lib/_internal/icons/Warning.d.ts +1 -1
  442. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  443. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  444. package/lib/_internal/icons/replaceable.d.ts +1 -1
  445. package/lib/_internal/loading/src/Loading.d.ts +1 -1
  446. package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
  447. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +1 -1
  448. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +1 -1
  449. package/lib/_internal/select-menu/src/SelectMenu.d.ts +1 -1
  450. package/lib/_internal/select-menu/src/SelectOption.d.ts +1 -1
  451. package/lib/_internal/selection/src/Selection.d.ts +12 -3
  452. package/lib/_internal/selection/src/Selection.js +28 -14
  453. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +1 -1
  454. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +1 -1
  455. package/lib/_internal/suffix/src/Suffix.d.ts +1 -1
  456. package/lib/_internal/wave/src/Wave.d.ts +1 -1
  457. package/lib/_utils/index.d.ts +1 -1
  458. package/lib/_utils/index.js +2 -1
  459. package/lib/_utils/vue/call.d.ts +1 -0
  460. package/lib/_utils/vue/index.d.ts +1 -1
  461. package/lib/_utils/vue/index.js +2 -1
  462. package/lib/_utils/vue/keysOf.d.ts +1 -1
  463. package/lib/_utils/vue/resolve-slot.d.ts +1 -0
  464. package/lib/_utils/vue/resolve-slot.js +9 -1
  465. package/lib/_utils/vue/wrapper.d.ts +1 -1
  466. package/lib/affix/src/Affix.d.ts +1 -1
  467. package/lib/alert/src/Alert.d.ts +1 -1
  468. package/lib/anchor/src/AnchorAdapter.d.ts +1 -1
  469. package/lib/anchor/src/BaseAnchor.d.ts +1 -1
  470. package/lib/anchor/src/Link.d.ts +1 -1
  471. package/lib/auto-complete/src/AutoComplete.d.ts +1 -1
  472. package/lib/avatar/src/Avatar.d.ts +11 -2
  473. package/lib/avatar/src/Avatar.js +11 -3
  474. package/lib/avatar-group/src/AvatarGroup.d.ts +34 -11
  475. package/lib/avatar-group/src/AvatarGroup.js +7 -2
  476. package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.js +3 -2
  477. package/lib/avatar-group/src/styles/avatar-group.cssr.js +4 -3
  478. package/lib/avatar-group/styles/dark.js +3 -1
  479. package/lib/avatar-group/styles/light.d.ts +6 -1
  480. package/lib/avatar-group/styles/light.js +9 -1
  481. package/lib/back-top/src/BackTop.d.ts +1 -1
  482. package/lib/badge/src/Badge.d.ts +1 -1
  483. package/lib/breadcrumb/src/Breadcrumb.d.ts +1 -1
  484. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +1 -1
  485. package/lib/button/src/Button.d.ts +2 -2
  486. package/lib/button-group/src/ButtonGroup.d.ts +1 -1
  487. package/lib/calendar/src/Calendar.d.ts +1 -1
  488. package/lib/card/index.d.ts +1 -1
  489. package/lib/card/src/Card.d.ts +7 -7
  490. package/lib/carousel/index.d.ts +1 -0
  491. package/lib/carousel/src/Carousel.d.ts +1 -1
  492. package/lib/carousel/src/CarouselArrow.d.ts +1 -1
  493. package/lib/carousel/src/CarouselDots.d.ts +1 -1
  494. package/lib/carousel/src/CarouselItem.d.ts +1 -1
  495. package/lib/carousel/src/utils/index.js +1 -1
  496. package/lib/cascader/src/Cascader.d.ts +2 -2
  497. package/lib/cascader/src/CascaderMenu.d.ts +1 -1
  498. package/lib/cascader/src/CascaderOption.d.ts +1 -1
  499. package/lib/cascader/src/CascaderSelectMenu.d.ts +1 -1
  500. package/lib/cascader/src/CascaderSubmenu.d.ts +1 -1
  501. package/lib/checkbox/src/Checkbox.d.ts +1 -1
  502. package/lib/checkbox/src/CheckboxGroup.d.ts +1 -1
  503. package/lib/code/src/Code.d.ts +1 -1
  504. package/lib/collapse/src/Collapse.d.ts +12 -1
  505. package/lib/collapse/src/Collapse.js +3 -2
  506. package/lib/collapse/src/CollapseItem.d.ts +2 -2
  507. package/lib/collapse/src/CollapseItem.js +12 -8
  508. package/lib/collapse/src/CollapseItemContent.d.ts +1 -1
  509. package/lib/collapse/src/styles/index.cssr.js +2 -1
  510. package/lib/collapse/styles/light.d.ts +1 -0
  511. package/lib/collapse/styles/light.js +2 -1
  512. package/lib/collapse-transition/src/CollapseTransition.d.ts +1 -1
  513. package/lib/color-picker/src/AlphaSlider.d.ts +1 -1
  514. package/lib/color-picker/src/ColorInput.d.ts +1 -1
  515. package/lib/color-picker/src/ColorInputUnit.d.ts +1 -1
  516. package/lib/color-picker/src/ColorPicker.d.ts +1 -1
  517. package/lib/color-picker/src/ColorPickerSwatches.d.ts +1 -1
  518. package/lib/color-picker/src/ColorPickerTrigger.d.ts +1 -1
  519. package/lib/color-picker/src/ColorPreview.d.ts +1 -1
  520. package/lib/color-picker/src/HueSlider.d.ts +1 -1
  521. package/lib/color-picker/src/Pallete.d.ts +1 -1
  522. package/lib/config-provider/src/ConfigProvider.d.ts +1 -1
  523. package/lib/countdown/src/Countdown.d.ts +1 -1
  524. package/lib/data-table/index.d.ts +3 -3
  525. package/lib/data-table/index.js +2 -1
  526. package/lib/data-table/src/DataTable.d.ts +627 -2319
  527. package/lib/data-table/src/DataTable.js +14 -55
  528. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +91 -1
  529. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +92 -2
  530. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +1 -1
  531. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +1 -1
  532. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
  533. package/lib/data-table/src/HeaderButton/ResizeButton.js +60 -0
  534. package/lib/data-table/src/HeaderButton/SortButton.d.ts +1 -1
  535. package/lib/data-table/src/MainTable.d.ts +1 -1
  536. package/lib/data-table/src/TableParts/Body.d.ts +92 -1
  537. package/lib/data-table/src/TableParts/Body.js +39 -31
  538. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +1 -1
  539. package/lib/data-table/src/TableParts/BodyRadio.d.ts +1 -1
  540. package/lib/data-table/src/TableParts/Cell.d.ts +181 -1
  541. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +1 -1
  542. package/lib/data-table/src/TableParts/Header.d.ts +97 -4
  543. package/lib/data-table/src/TableParts/Header.js +46 -14
  544. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +1 -8
  545. package/lib/data-table/src/TableParts/SelectionMenu.js +12 -13
  546. package/lib/data-table/src/interface.d.ts +2467 -5
  547. package/lib/data-table/src/interface.js +55 -1
  548. package/lib/data-table/src/styles/index.cssr.js +27 -1
  549. package/lib/data-table/src/use-check.d.ts +4 -5
  550. package/lib/data-table/src/use-check.js +17 -14
  551. package/lib/data-table/src/use-expand.d.ts +1 -2
  552. package/lib/data-table/src/use-group-header.d.ts +2 -3
  553. package/lib/data-table/src/use-group-header.js +6 -4
  554. package/lib/data-table/src/use-resizable.d.ts +6 -0
  555. package/lib/data-table/src/use-resizable.js +26 -0
  556. package/lib/data-table/src/use-scroll.d.ts +1 -2
  557. package/lib/data-table/src/use-sorter.d.ts +1 -2
  558. package/lib/data-table/src/use-sorter.js +1 -1
  559. package/lib/data-table/src/use-table-data.d.ts +2 -2
  560. package/lib/data-table/src/use-table-data.js +6 -1
  561. package/lib/data-table/src/utils.d.ts +3 -1
  562. package/lib/data-table/src/utils.js +29 -3
  563. package/lib/data-table/styles/_common.d.ts +2 -0
  564. package/lib/data-table/styles/_common.js +2 -0
  565. package/lib/data-table/styles/dark.js +3 -1
  566. package/lib/data-table/styles/light.d.ts +74 -0
  567. package/lib/data-table/styles/light.js +3 -1
  568. package/lib/date-picker/src/DatePicker.d.ts +1 -1
  569. package/lib/date-picker/src/DatePicker.js +5 -3
  570. package/lib/date-picker/src/panel/date.d.ts +17 -49
  571. package/lib/date-picker/src/panel/date.js +5 -9
  572. package/lib/date-picker/src/panel/daterange.d.ts +1 -1
  573. package/lib/date-picker/src/panel/daterange.js +9 -17
  574. package/lib/date-picker/src/panel/datetime.d.ts +7 -7
  575. package/lib/date-picker/src/panel/datetime.js +6 -9
  576. package/lib/date-picker/src/panel/datetimerange.d.ts +1 -1
  577. package/lib/date-picker/src/panel/datetimerange.js +9 -17
  578. package/lib/date-picker/src/panel/month.d.ts +7 -7
  579. package/lib/date-picker/src/panel/monthrange.d.ts +1 -1
  580. package/lib/date-picker/src/panel/monthrange.js +4 -2
  581. package/lib/date-picker/src/panel/panelHeader.d.ts +2 -2
  582. package/lib/date-picker/src/panel/use-calendar.d.ts +1 -1
  583. package/lib/descriptions/src/Descriptions.d.ts +1 -1
  584. package/lib/descriptions/src/DescriptionsItem.d.ts +1 -1
  585. package/lib/descriptions/src/utils.d.ts +1 -1
  586. package/lib/descriptions/src/utils.js +1 -1
  587. package/lib/dialog/src/Dialog.d.ts +1 -1
  588. package/lib/dialog/src/DialogEnvironment.d.ts +4 -1
  589. package/lib/dialog/src/DialogEnvironment.js +6 -2
  590. package/lib/dialog/src/DialogProvider.d.ts +4 -3
  591. package/lib/discrete/src/InjectionExtractor.d.ts +1 -1
  592. package/lib/discrete/src/discreteApp.d.ts +2 -1
  593. package/lib/discrete/src/discreteApp.js +9 -4
  594. package/lib/discrete/src/interface.d.ts +2 -1
  595. package/lib/divider/src/Divider.d.ts +1 -1
  596. package/lib/drawer/src/Drawer.d.ts +1 -1
  597. package/lib/drawer/src/DrawerBodyWrapper.d.ts +1 -1
  598. package/lib/drawer/src/DrawerContent.d.ts +1 -1
  599. package/lib/dropdown/src/Dropdown.d.ts +1 -1
  600. package/lib/dropdown/src/Dropdown.js +21 -20
  601. package/lib/dropdown/src/DropdownDivider.d.ts +1 -1
  602. package/lib/dropdown/src/DropdownGroup.d.ts +1 -1
  603. package/lib/dropdown/src/DropdownGroup.js +4 -1
  604. package/lib/dropdown/src/DropdownGroupHeader.d.ts +1 -1
  605. package/lib/dropdown/src/DropdownMenu.d.ts +1 -1
  606. package/lib/dropdown/src/DropdownMenu.js +2 -0
  607. package/lib/dropdown/src/DropdownOption.d.ts +1 -1
  608. package/lib/dropdown/src/DropdownRenderOption.d.ts +1 -1
  609. package/lib/dynamic-input/src/DynamicInput.d.ts +1 -1
  610. package/lib/dynamic-input/src/InputPreset.d.ts +1 -1
  611. package/lib/dynamic-input/src/PairPreset.d.ts +1 -1
  612. package/lib/dynamic-tags/index.d.ts +1 -0
  613. package/lib/dynamic-tags/src/DynamicTags.d.ts +2 -2
  614. package/lib/element/src/Element.d.ts +1 -1
  615. package/lib/ellipsis/src/Ellipsis.d.ts +1 -1
  616. package/lib/empty/src/Empty.d.ts +1 -1
  617. package/lib/form/src/Form.d.ts +1 -1
  618. package/lib/form/src/FormItem.d.ts +1 -1
  619. package/lib/form/src/FormItemCol.d.ts +1 -1
  620. package/lib/form/src/FormItemGridItem.d.ts +1 -1
  621. package/lib/form/src/FormItemRow.d.ts +1 -1
  622. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  623. package/lib/gradient-text/src/GradientText.d.ts +1 -1
  624. package/lib/grid/src/Grid.d.ts +1 -1
  625. package/lib/grid/src/Grid.js +1 -1
  626. package/lib/grid/src/GridItem.d.ts +1 -1
  627. package/lib/icon/src/Icon.d.ts +1 -1
  628. package/lib/icon-wrapper/src/IconWrapper.d.ts +1 -1
  629. package/lib/image/src/Image.d.ts +1 -1
  630. package/lib/image/src/ImageGroup.d.ts +1 -1
  631. package/lib/image/src/ImagePreview.d.ts +1 -1
  632. package/lib/input/src/Input.d.ts +2 -2
  633. package/lib/input/src/InputGroup.d.ts +1 -1
  634. package/lib/input/src/InputGroupLabel.d.ts +1 -1
  635. package/lib/input/src/WordCount.d.ts +1 -1
  636. package/lib/input-number/src/InputNumber.d.ts +1 -1
  637. package/lib/input-number/src/InputNumber.js +5 -0
  638. package/lib/layout/index.d.ts +1 -1
  639. package/lib/layout/src/Layout.d.ts +2 -2
  640. package/lib/layout/src/LayoutContent.d.ts +1 -1
  641. package/lib/layout/src/LayoutFooter.d.ts +1 -1
  642. package/lib/layout/src/LayoutHeader.d.ts +1 -1
  643. package/lib/layout/src/LayoutSider.d.ts +1 -1
  644. package/lib/layout/src/ToggleBar.d.ts +1 -1
  645. package/lib/layout/src/ToggleButton.d.ts +1 -1
  646. package/lib/legacy-grid/src/Col.d.ts +1 -1
  647. package/lib/legacy-grid/src/Row.d.ts +1 -1
  648. package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
  649. package/lib/legacy-transfer/src/TransferFilter.d.ts +1 -1
  650. package/lib/legacy-transfer/src/TransferHeader.d.ts +1 -1
  651. package/lib/legacy-transfer/src/TransferList.d.ts +1 -1
  652. package/lib/legacy-transfer/src/TransferListItem.d.ts +1 -1
  653. package/lib/list/src/List.d.ts +1 -1
  654. package/lib/list/src/ListItem.d.ts +1 -1
  655. package/lib/loading-bar/src/LoadingBar.d.ts +8 -3
  656. package/lib/loading-bar/src/LoadingBar.js +5 -2
  657. package/lib/loading-bar/src/LoadingBarProvider.d.ts +8 -5
  658. package/lib/loading-bar/src/LoadingBarProvider.js +6 -6
  659. package/lib/log/src/Log.d.ts +1 -1
  660. package/lib/log/src/LogLine.d.ts +1 -1
  661. package/lib/log/src/LogLoader.d.ts +1 -1
  662. package/lib/mention/src/Mention.d.ts +1 -1
  663. package/lib/menu/src/Menu.d.ts +1 -1
  664. package/lib/menu/src/Menu.js +4 -1
  665. package/lib/menu/src/MenuDivider.d.ts +1 -1
  666. package/lib/menu/src/MenuOption.d.ts +1 -1
  667. package/lib/menu/src/MenuOption.js +1 -4
  668. package/lib/menu/src/MenuOptionContent.d.ts +1 -1
  669. package/lib/menu/src/MenuOptionGroup.d.ts +1 -1
  670. package/lib/menu/src/Submenu.d.ts +1 -1
  671. package/lib/menu/src/interface.d.ts +1 -0
  672. package/lib/menu/src/utils.js +1 -1
  673. package/lib/message/src/Message.d.ts +1 -1
  674. package/lib/message/src/MessageEnvironment.d.ts +1 -1
  675. package/lib/message/src/MessageProvider.d.ts +1 -1
  676. package/lib/modal/src/BodyWrapper.d.ts +4 -4
  677. package/lib/modal/src/Modal.d.ts +5 -5
  678. package/lib/modal/src/presetProps.d.ts +1 -1
  679. package/lib/notification/src/Notification.d.ts +1 -1
  680. package/lib/notification/src/NotificationContainer.d.ts +1 -1
  681. package/lib/notification/src/NotificationEnvironment.d.ts +1 -1
  682. package/lib/notification/src/NotificationProvider.d.ts +1 -1
  683. package/lib/number-animation/src/NumberAnimation.d.ts +1 -1
  684. package/lib/page-header/src/PageHeader.d.ts +1 -1
  685. package/lib/pagination/src/Pagination.d.ts +14 -1
  686. package/lib/pagination/src/Pagination.js +4 -4
  687. package/lib/popconfirm/src/Popconfirm.d.ts +1 -1
  688. package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
  689. package/lib/popover/src/Popover.d.ts +1 -1
  690. package/lib/popover/src/Popover.js +5 -0
  691. package/lib/popover/src/PopoverBody.d.ts +1 -1
  692. package/lib/popselect/src/Popselect.d.ts +5 -5
  693. package/lib/popselect/src/PopselectPanel.d.ts +6 -6
  694. package/lib/popselect/src/PopselectPanel.js +2 -2
  695. package/lib/progress/src/Circle.d.ts +1 -1
  696. package/lib/progress/src/Circle.js +5 -3
  697. package/lib/progress/src/Line.d.ts +1 -1
  698. package/lib/progress/src/MultipleCircle.d.ts +1 -1
  699. package/lib/progress/src/Progress.d.ts +1 -1
  700. package/lib/radio/src/Radio.d.ts +1 -1
  701. package/lib/radio/src/RadioButton.d.ts +1 -1
  702. package/lib/radio/src/RadioGroup.d.ts +1 -1
  703. package/lib/rate/src/Rate.d.ts +1 -1
  704. package/lib/result/src/Result.d.ts +1 -1
  705. package/lib/scrollbar/src/Scrollbar.d.ts +1 -1
  706. package/lib/select/src/Select.d.ts +19 -6
  707. package/lib/select/src/Select.js +5 -5
  708. package/lib/skeleton/src/Skeleton.d.ts +1 -1
  709. package/lib/slider/src/Slider.d.ts +11 -1
  710. package/lib/slider/src/Slider.js +3 -2
  711. package/lib/slider/src/styles/index.cssr.js +2 -0
  712. package/lib/slider/styles/dark.js +1 -2
  713. package/lib/slider/styles/light.d.ts +1 -0
  714. package/lib/slider/styles/light.js +1 -2
  715. package/lib/space/src/Space.d.ts +1 -1
  716. package/lib/spin/src/Spin.d.ts +1 -1
  717. package/lib/statistic/src/Statistic.d.ts +1 -1
  718. package/lib/steps/src/Step.d.ts +1 -1
  719. package/lib/steps/src/Steps.d.ts +1 -1
  720. package/lib/switch/src/Switch.d.ts +1 -1
  721. package/lib/table/src/Table.d.ts +1 -1
  722. package/lib/table/src/Tbody.d.ts +1 -1
  723. package/lib/table/src/Td.d.ts +1 -1
  724. package/lib/table/src/Th.d.ts +1 -1
  725. package/lib/table/src/Thead.d.ts +1 -1
  726. package/lib/table/src/Tr.d.ts +1 -1
  727. package/lib/tabs/src/Tab.d.ts +1 -1
  728. package/lib/tabs/src/TabPane.d.ts +1 -1
  729. package/lib/tabs/src/Tabs.d.ts +2 -2
  730. package/lib/tabs/src/Tabs.js +28 -0
  731. package/lib/tag/src/Tag.d.ts +14 -14
  732. package/lib/tag/src/Tag.js +12 -11
  733. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  734. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  735. package/lib/theme-editor/src/ThemeEditor.d.ts +1 -1
  736. package/lib/thing/src/Thing.d.ts +1 -1
  737. package/lib/time/src/Time.d.ts +1 -1
  738. package/lib/time-picker/src/Panel.d.ts +1 -1
  739. package/lib/time-picker/src/PanelCol.d.ts +1 -1
  740. package/lib/time-picker/src/TimePicker.d.ts +1 -1
  741. package/lib/timeline/src/Timeline.d.ts +1 -1
  742. package/lib/timeline/src/TimelineItem.d.ts +1 -1
  743. package/lib/timeline/src/styles/index.cssr.js +2 -3
  744. package/lib/timeline/styles/_common.js +2 -2
  745. package/lib/tooltip/src/Tooltip.d.ts +1 -1
  746. package/lib/transfer/src/Transfer.d.ts +4 -1
  747. package/lib/transfer/src/Transfer.js +9 -4
  748. package/lib/transfer/src/TransferFilter.d.ts +1 -1
  749. package/lib/transfer/src/TransferHeader.d.ts +1 -1
  750. package/lib/transfer/src/TransferList.d.ts +1 -1
  751. package/lib/transfer/src/TransferListItem.d.ts +1 -1
  752. package/lib/tree/src/MotionWrapper.d.ts +1 -1
  753. package/lib/tree/src/Tree.d.ts +1 -1
  754. package/lib/tree/src/Tree.js +41 -13
  755. package/lib/tree/src/TreeNode.d.ts +1 -1
  756. package/lib/tree/src/TreeNode.js +9 -4
  757. package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -1
  758. package/lib/tree/src/TreeNodeContent.d.ts +1 -1
  759. package/lib/tree/src/TreeNodeSwitcher.d.ts +1 -1
  760. package/lib/tree/src/interface.d.ts +1 -0
  761. package/lib/tree/src/utils.d.ts +2 -1
  762. package/lib/tree/src/utils.js +5 -1
  763. package/lib/tree-select/src/TreeSelect.d.ts +4 -4
  764. package/lib/tree-select/src/TreeSelect.js +8 -10
  765. package/lib/typography/src/a.d.ts +1 -1
  766. package/lib/typography/src/blockquote.d.ts +1 -1
  767. package/lib/typography/src/create-header.d.ts +1 -1
  768. package/lib/typography/src/headers.d.ts +6 -6
  769. package/lib/typography/src/hr.d.ts +1 -1
  770. package/lib/typography/src/li.d.ts +1 -1
  771. package/lib/typography/src/ol.d.ts +1 -1
  772. package/lib/typography/src/p.d.ts +1 -1
  773. package/lib/typography/src/text.d.ts +1 -1
  774. package/lib/typography/src/ul.d.ts +1 -1
  775. package/lib/upload/src/Upload.d.ts +14 -11
  776. package/lib/upload/src/Upload.js +8 -3
  777. package/lib/upload/src/UploadDragger.d.ts +1 -1
  778. package/lib/upload/src/UploadFile.d.ts +1 -1
  779. package/lib/upload/src/UploadFileList.d.ts +1 -1
  780. package/lib/upload/src/UploadProgress.d.ts +1 -1
  781. package/lib/upload/src/UploadTrigger.d.ts +1 -1
  782. package/lib/version.d.ts +1 -1
  783. package/lib/version.js +1 -1
  784. package/lib/watermark/src/Watermark.d.ts +1 -1
  785. package/package.json +26 -33
  786. package/web-types.json +10314 -10309
@@ -1,12 +1,2456 @@
1
1
  import { TreeNode } from 'treemate';
2
- import { CSSProperties, Ref, VNodeChild, HTMLAttributes, Slots } from 'vue';
2
+ import { CSSProperties, Ref, HTMLAttributes, Slots, PropType, ExtractPropTypes, VNodeChild } from 'vue';
3
3
  import type { ScrollTo } from '../../scrollbar/src/Scrollbar';
4
4
  import type { EllipsisProps } from '../../ellipsis/src/Ellipsis';
5
+ import type { MaybeArray, ExtractPublicPropTypes } from '../../_utils';
5
6
  import type { NLocale } from '../../locales';
6
7
  import type { MergedTheme } from '../../_mixins';
8
+ import type { PaginationProps } from '../../pagination';
7
9
  import type { DataTableTheme } from '../styles';
8
10
  import type { RowItem, ColItem } from './use-group-header';
9
- import type { DataTableSelectionOption } from './TableParts/SelectionMenu';
11
+ export declare const dataTableProps: {
12
+ readonly onUnstableColumnResize: PropType<(resizedWidth: number, limitedWidth: number, column: TableBaseColumn, getColumnWidth: (key: ColumnKey) => number | undefined) => void>;
13
+ readonly pagination: {
14
+ readonly type: PropType<false | PaginationProps>;
15
+ readonly default: false;
16
+ };
17
+ readonly paginateSinglePage: {
18
+ readonly type: BooleanConstructor;
19
+ readonly default: true;
20
+ };
21
+ readonly minHeight: PropType<string | number>;
22
+ readonly maxHeight: PropType<string | number>;
23
+ readonly columns: {
24
+ readonly type: PropType<TableColumns<any>>;
25
+ readonly default: () => never[];
26
+ };
27
+ readonly rowClassName: PropType<string | CreateRowClassName<any>>;
28
+ readonly rowProps: PropType<CreateRowProps<any>>;
29
+ readonly rowKey: PropType<CreateRowKey<any>>;
30
+ readonly summary: PropType<CreateSummary<any>>;
31
+ readonly data: {
32
+ readonly type: PropType<RowData[]>;
33
+ readonly default: () => never[];
34
+ };
35
+ readonly loading: BooleanConstructor;
36
+ readonly bordered: {
37
+ readonly type: PropType<boolean | undefined>;
38
+ readonly default: undefined;
39
+ };
40
+ readonly bottomBordered: {
41
+ readonly type: PropType<boolean | undefined>;
42
+ readonly default: undefined;
43
+ };
44
+ readonly striped: BooleanConstructor;
45
+ readonly scrollX: PropType<string | number>;
46
+ readonly defaultCheckedRowKeys: {
47
+ readonly type: PropType<RowKey[]>;
48
+ readonly default: () => never[];
49
+ };
50
+ readonly checkedRowKeys: PropType<RowKey[]>;
51
+ readonly singleLine: {
52
+ readonly type: BooleanConstructor;
53
+ readonly default: true;
54
+ };
55
+ readonly singleColumn: BooleanConstructor;
56
+ readonly size: {
57
+ readonly type: PropType<"small" | "medium" | "large">;
58
+ readonly default: "medium";
59
+ };
60
+ readonly remote: BooleanConstructor;
61
+ readonly defaultExpandedRowKeys: {
62
+ readonly type: PropType<RowKey[]>;
63
+ readonly default: readonly [];
64
+ };
65
+ readonly defaultExpandAll: BooleanConstructor;
66
+ readonly expandedRowKeys: PropType<RowKey[]>;
67
+ readonly stickyExpandedRows: BooleanConstructor;
68
+ readonly virtualScroll: BooleanConstructor;
69
+ readonly tableLayout: {
70
+ readonly type: PropType<"fixed" | "auto">;
71
+ readonly default: "auto";
72
+ };
73
+ readonly allowCheckingNotLoaded: BooleanConstructor;
74
+ readonly cascade: {
75
+ readonly type: BooleanConstructor;
76
+ readonly default: true;
77
+ };
78
+ readonly childrenKey: {
79
+ readonly type: StringConstructor;
80
+ readonly default: "children";
81
+ };
82
+ readonly indent: {
83
+ readonly type: NumberConstructor;
84
+ readonly default: 16;
85
+ };
86
+ readonly flexHeight: BooleanConstructor;
87
+ readonly summaryPlacement: {
88
+ readonly type: PropType<"bottom" | "top">;
89
+ readonly default: "bottom";
90
+ };
91
+ readonly paginationBehaviorOnFilter: {
92
+ readonly type: PropType<"first" | "current">;
93
+ readonly default: "current";
94
+ };
95
+ readonly renderCell: PropType<(value: any, rowData: object, column: TableBaseColumn) => VNodeChild>;
96
+ readonly renderExpandIcon: PropType<() => VNodeChild>;
97
+ readonly onLoad: PropType<DataTableOnLoad>;
98
+ readonly 'onUpdate:page': PropType<MaybeArray<(page: number) => void> | undefined>;
99
+ readonly onUpdatePage: PropType<MaybeArray<(page: number) => void> | undefined>;
100
+ readonly 'onUpdate:pageSize': PropType<MaybeArray<(pageSize: number) => void> | undefined>;
101
+ readonly onUpdatePageSize: PropType<MaybeArray<(pageSize: number) => void> | undefined>;
102
+ readonly 'onUpdate:sorter': PropType<MaybeArray<OnUpdateSorter>>;
103
+ readonly onUpdateSorter: PropType<MaybeArray<OnUpdateSorter>>;
104
+ readonly 'onUpdate:filters': PropType<MaybeArray<OnUpdateFilters>>;
105
+ readonly onUpdateFilters: PropType<MaybeArray<OnUpdateFilters>>;
106
+ readonly 'onUpdate:checkedRowKeys': PropType<MaybeArray<OnUpdateCheckedRowKeys>>;
107
+ readonly onUpdateCheckedRowKeys: PropType<MaybeArray<OnUpdateCheckedRowKeys>>;
108
+ readonly 'onUpdate:expandedRowKeys': PropType<MaybeArray<OnUpdateExpandedRowKeys>>;
109
+ readonly onUpdateExpandedRowKeys: PropType<MaybeArray<OnUpdateExpandedRowKeys>>;
110
+ readonly onScroll: PropType<(e: Event) => void>;
111
+ readonly onPageChange: PropType<MaybeArray<(page: number) => void> | undefined>;
112
+ readonly onPageSizeChange: PropType<MaybeArray<(pageSize: number) => void> | undefined>;
113
+ readonly onSorterChange: PropType<MaybeArray<OnUpdateSorter> | undefined>;
114
+ readonly onFiltersChange: PropType<MaybeArray<OnUpdateFilters> | undefined>;
115
+ readonly onCheckedRowKeysChange: PropType<MaybeArray<OnUpdateCheckedRowKeys> | undefined>;
116
+ readonly theme: PropType<import("../../_mixins").Theme<"DataTable", {
117
+ actionDividerColor: string;
118
+ lineHeight: string;
119
+ borderRadius: string;
120
+ fontSizeSmall: string;
121
+ fontSizeMedium: string;
122
+ fontSizeLarge: string;
123
+ borderColor: string;
124
+ tdColorHover: string;
125
+ tdColorStriped: string;
126
+ thColor: string;
127
+ thColorHover: string;
128
+ tdColor: string;
129
+ tdTextColor: string;
130
+ thTextColor: string;
131
+ thFontWeight: string;
132
+ thButtonColorHover: string;
133
+ thIconColor: string;
134
+ thIconColorActive: string;
135
+ borderColorModal: string;
136
+ tdColorHoverModal: string;
137
+ tdColorStripedModal: string;
138
+ thColorModal: string;
139
+ thColorHoverModal: string;
140
+ tdColorModal: string;
141
+ borderColorPopover: string;
142
+ tdColorHoverPopover: string;
143
+ tdColorStripedPopover: string;
144
+ thColorPopover: string;
145
+ thColorHoverPopover: string;
146
+ tdColorPopover: string;
147
+ boxShadowBefore: string;
148
+ boxShadowAfter: string;
149
+ loadingColor: string;
150
+ loadingSize: string;
151
+ opacityLoading: string;
152
+ thPaddingSmall: string;
153
+ thPaddingMedium: string;
154
+ thPaddingLarge: string;
155
+ tdPaddingSmall: string;
156
+ tdPaddingMedium: string;
157
+ tdPaddingLarge: string;
158
+ sorterSize: string;
159
+ resizableContainerSize: string;
160
+ resizableSize: string;
161
+ filterSize: string;
162
+ paginationMargin: string;
163
+ emptyPadding: string;
164
+ actionPadding: string;
165
+ actionButtonMargin: string;
166
+ }, {
167
+ Button: import("../../_mixins").Theme<"Button", {
168
+ heightTiny: string;
169
+ heightSmall: string;
170
+ heightMedium: string;
171
+ heightLarge: string;
172
+ borderRadiusTiny: string;
173
+ borderRadiusSmall: string;
174
+ borderRadiusMedium: string;
175
+ borderRadiusLarge: string;
176
+ fontSizeTiny: string;
177
+ fontSizeSmall: string;
178
+ fontSizeMedium: string;
179
+ fontSizeLarge: string;
180
+ opacityDisabled: string;
181
+ colorOpacitySecondary: string;
182
+ colorOpacitySecondaryHover: string;
183
+ colorOpacitySecondaryPressed: string;
184
+ colorSecondary: string;
185
+ colorSecondaryHover: string;
186
+ colorSecondaryPressed: string;
187
+ colorTertiary: string;
188
+ colorTertiaryHover: string;
189
+ colorTertiaryPressed: string;
190
+ colorQuaternary: string;
191
+ colorQuaternaryHover: string;
192
+ colorQuaternaryPressed: string;
193
+ color: string;
194
+ colorHover: string;
195
+ colorPressed: string;
196
+ colorFocus: string;
197
+ colorDisabled: string;
198
+ textColor: string;
199
+ textColorTertiary: string;
200
+ textColorHover: string;
201
+ textColorPressed: string;
202
+ textColorFocus: string;
203
+ textColorDisabled: string;
204
+ textColorText: string;
205
+ textColorTextHover: string;
206
+ textColorTextPressed: string;
207
+ textColorTextFocus: string;
208
+ textColorTextDisabled: string;
209
+ textColorGhost: string;
210
+ textColorGhostHover: string;
211
+ textColorGhostPressed: string;
212
+ textColorGhostFocus: string;
213
+ textColorGhostDisabled: string;
214
+ border: string;
215
+ borderHover: string;
216
+ borderPressed: string;
217
+ borderFocus: string;
218
+ borderDisabled: string;
219
+ rippleColor: string;
220
+ colorPrimary: string;
221
+ colorHoverPrimary: string;
222
+ colorPressedPrimary: string;
223
+ colorFocusPrimary: string;
224
+ colorDisabledPrimary: string;
225
+ textColorPrimary: string;
226
+ textColorHoverPrimary: string;
227
+ textColorPressedPrimary: string;
228
+ textColorFocusPrimary: string;
229
+ textColorDisabledPrimary: string;
230
+ textColorTextPrimary: string;
231
+ textColorTextHoverPrimary: string;
232
+ textColorTextPressedPrimary: string;
233
+ textColorTextFocusPrimary: string;
234
+ textColorTextDisabledPrimary: string;
235
+ textColorGhostPrimary: string;
236
+ textColorGhostHoverPrimary: string;
237
+ textColorGhostPressedPrimary: string;
238
+ textColorGhostFocusPrimary: string;
239
+ textColorGhostDisabledPrimary: string;
240
+ borderPrimary: string;
241
+ borderHoverPrimary: string;
242
+ borderPressedPrimary: string;
243
+ borderFocusPrimary: string;
244
+ borderDisabledPrimary: string;
245
+ rippleColorPrimary: string;
246
+ colorInfo: string;
247
+ colorHoverInfo: string;
248
+ colorPressedInfo: string;
249
+ colorFocusInfo: string;
250
+ colorDisabledInfo: string;
251
+ textColorInfo: string;
252
+ textColorHoverInfo: string;
253
+ textColorPressedInfo: string;
254
+ textColorFocusInfo: string;
255
+ textColorDisabledInfo: string;
256
+ textColorTextInfo: string;
257
+ textColorTextHoverInfo: string;
258
+ textColorTextPressedInfo: string;
259
+ textColorTextFocusInfo: string;
260
+ textColorTextDisabledInfo: string;
261
+ textColorGhostInfo: string;
262
+ textColorGhostHoverInfo: string;
263
+ textColorGhostPressedInfo: string;
264
+ textColorGhostFocusInfo: string;
265
+ textColorGhostDisabledInfo: string;
266
+ borderInfo: string;
267
+ borderHoverInfo: string;
268
+ borderPressedInfo: string;
269
+ borderFocusInfo: string;
270
+ borderDisabledInfo: string;
271
+ rippleColorInfo: string;
272
+ colorSuccess: string;
273
+ colorHoverSuccess: string;
274
+ colorPressedSuccess: string;
275
+ colorFocusSuccess: string;
276
+ colorDisabledSuccess: string;
277
+ textColorSuccess: string;
278
+ textColorHoverSuccess: string;
279
+ textColorPressedSuccess: string;
280
+ textColorFocusSuccess: string;
281
+ textColorDisabledSuccess: string;
282
+ textColorTextSuccess: string;
283
+ textColorTextHoverSuccess: string;
284
+ textColorTextPressedSuccess: string;
285
+ textColorTextFocusSuccess: string;
286
+ textColorTextDisabledSuccess: string;
287
+ textColorGhostSuccess: string;
288
+ textColorGhostHoverSuccess: string;
289
+ textColorGhostPressedSuccess: string;
290
+ textColorGhostFocusSuccess: string;
291
+ textColorGhostDisabledSuccess: string;
292
+ borderSuccess: string;
293
+ borderHoverSuccess: string;
294
+ borderPressedSuccess: string;
295
+ borderFocusSuccess: string;
296
+ borderDisabledSuccess: string;
297
+ rippleColorSuccess: string;
298
+ colorWarning: string;
299
+ colorHoverWarning: string;
300
+ colorPressedWarning: string;
301
+ colorFocusWarning: string;
302
+ colorDisabledWarning: string;
303
+ textColorWarning: string;
304
+ textColorHoverWarning: string;
305
+ textColorPressedWarning: string;
306
+ textColorFocusWarning: string;
307
+ textColorDisabledWarning: string;
308
+ textColorTextWarning: string;
309
+ textColorTextHoverWarning: string;
310
+ textColorTextPressedWarning: string;
311
+ textColorTextFocusWarning: string;
312
+ textColorTextDisabledWarning: string;
313
+ textColorGhostWarning: string;
314
+ textColorGhostHoverWarning: string;
315
+ textColorGhostPressedWarning: string;
316
+ textColorGhostFocusWarning: string;
317
+ textColorGhostDisabledWarning: string;
318
+ borderWarning: string;
319
+ borderHoverWarning: string;
320
+ borderPressedWarning: string;
321
+ borderFocusWarning: string;
322
+ borderDisabledWarning: string;
323
+ rippleColorWarning: string;
324
+ colorError: string;
325
+ colorHoverError: string;
326
+ colorPressedError: string;
327
+ colorFocusError: string;
328
+ colorDisabledError: string;
329
+ textColorError: string;
330
+ textColorHoverError: string;
331
+ textColorPressedError: string;
332
+ textColorFocusError: string;
333
+ textColorDisabledError: string;
334
+ textColorTextError: string;
335
+ textColorTextHoverError: string;
336
+ textColorTextPressedError: string;
337
+ textColorTextFocusError: string;
338
+ textColorTextDisabledError: string;
339
+ textColorGhostError: string;
340
+ textColorGhostHoverError: string;
341
+ textColorGhostPressedError: string;
342
+ textColorGhostFocusError: string;
343
+ textColorGhostDisabledError: string;
344
+ borderError: string;
345
+ borderHoverError: string;
346
+ borderPressedError: string;
347
+ borderFocusError: string;
348
+ borderDisabledError: string;
349
+ rippleColorError: string;
350
+ waveOpacity: string;
351
+ fontWeight: string;
352
+ fontWeightStrong: string;
353
+ paddingTiny: string;
354
+ paddingSmall: string;
355
+ paddingMedium: string;
356
+ paddingLarge: string;
357
+ paddingRoundTiny: string;
358
+ paddingRoundSmall: string;
359
+ paddingRoundMedium: string;
360
+ paddingRoundLarge: string;
361
+ iconMarginTiny: string;
362
+ iconMarginSmall: string;
363
+ iconMarginMedium: string;
364
+ iconMarginLarge: string;
365
+ iconSizeTiny: string;
366
+ iconSizeSmall: string;
367
+ iconSizeMedium: string;
368
+ iconSizeLarge: string;
369
+ rippleDuration: string;
370
+ }, any>;
371
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
372
+ labelLineHeight: string;
373
+ fontSizeSmall: string;
374
+ fontSizeMedium: string;
375
+ fontSizeLarge: string;
376
+ borderRadius: string;
377
+ color: string;
378
+ colorChecked: string;
379
+ colorDisabled: string;
380
+ colorDisabledChecked: string;
381
+ colorTableHeader: string;
382
+ colorTableHeaderModal: string;
383
+ colorTableHeaderPopover: string;
384
+ checkMarkColor: string;
385
+ checkMarkColorDisabled: string;
386
+ checkMarkColorDisabledChecked: string;
387
+ border: string;
388
+ borderDisabled: string;
389
+ borderDisabledChecked: string;
390
+ borderChecked: string;
391
+ borderFocus: string;
392
+ boxShadowFocus: string;
393
+ textColor: string;
394
+ textColorDisabled: string;
395
+ sizeSmall: string;
396
+ sizeMedium: string;
397
+ sizeLarge: string;
398
+ labelPadding: string;
399
+ }, any>;
400
+ Radio: import("../../_mixins").Theme<"Radio", {
401
+ labelLineHeight: string;
402
+ buttonHeightSmall: string;
403
+ buttonHeightMedium: string;
404
+ buttonHeightLarge: string;
405
+ fontSizeSmall: string;
406
+ fontSizeMedium: string;
407
+ fontSizeLarge: string;
408
+ boxShadow: string;
409
+ boxShadowActive: string;
410
+ boxShadowFocus: string;
411
+ boxShadowHover: string;
412
+ boxShadowDisabled: string;
413
+ color: string;
414
+ colorDisabled: string;
415
+ colorActive: string;
416
+ textColor: string;
417
+ textColorDisabled: string;
418
+ dotColorActive: string;
419
+ dotColorDisabled: string;
420
+ buttonBorderColor: string;
421
+ buttonBorderColorActive: string;
422
+ buttonBorderColorHover: string;
423
+ buttonColor: string;
424
+ buttonColorActive: string;
425
+ buttonTextColor: string;
426
+ buttonTextColorActive: string;
427
+ buttonTextColorHover: string;
428
+ opacityDisabled: string;
429
+ buttonBoxShadowFocus: string;
430
+ buttonBoxShadowHover: string;
431
+ buttonBoxShadow: string;
432
+ buttonBorderRadius: string;
433
+ radioSizeSmall: string;
434
+ radioSizeMedium: string;
435
+ radioSizeLarge: string;
436
+ labelPadding: string;
437
+ }, any>;
438
+ Pagination: import("../../_mixins").Theme<"Pagination", {
439
+ buttonColor: string;
440
+ buttonColorHover: string;
441
+ buttonColorPressed: string;
442
+ buttonBorder: string;
443
+ buttonBorderHover: string;
444
+ buttonBorderPressed: string;
445
+ buttonIconColor: string;
446
+ buttonIconColorHover: string;
447
+ buttonIconColorPressed: string;
448
+ itemTextColor: string;
449
+ itemTextColorHover: string;
450
+ itemTextColorPressed: string;
451
+ itemTextColorActive: string;
452
+ itemTextColorDisabled: string;
453
+ itemColor: string;
454
+ itemColorHover: string;
455
+ itemColorPressed: string;
456
+ itemColorActive: string;
457
+ itemColorActiveHover: string;
458
+ itemColorDisabled: string;
459
+ itemBorder: string;
460
+ itemBorderHover: string;
461
+ itemBorderPressed: string;
462
+ itemBorderActive: string;
463
+ itemBorderDisabled: string;
464
+ itemBorderRadius: string;
465
+ itemSizeSmall: string;
466
+ itemSizeMedium: string;
467
+ itemSizeLarge: string;
468
+ itemFontSizeSmall: string;
469
+ itemFontSizeMedium: string;
470
+ itemFontSizeLarge: string;
471
+ jumperFontSizeSmall: string;
472
+ jumperFontSizeMedium: string;
473
+ jumperFontSizeLarge: string;
474
+ jumperTextColor: string;
475
+ jumperTextColorDisabled: string;
476
+ itemPaddingSmall: string;
477
+ itemMarginSmall: string;
478
+ itemMarginSmallRtl: string;
479
+ itemPaddingMedium: string;
480
+ itemMarginMedium: string;
481
+ itemMarginMediumRtl: string;
482
+ itemPaddingLarge: string;
483
+ itemMarginLarge: string;
484
+ itemMarginLargeRtl: string;
485
+ buttonIconSizeSmall: string;
486
+ buttonIconSizeMedium: string;
487
+ buttonIconSizeLarge: string;
488
+ inputWidthSmall: string;
489
+ selectWidthSmall: string;
490
+ inputMarginSmall: string;
491
+ inputMarginSmallRtl: string;
492
+ selectMarginSmall: string;
493
+ prefixMarginSmall: string;
494
+ suffixMarginSmall: string;
495
+ inputWidthMedium: string;
496
+ selectWidthMedium: string;
497
+ inputMarginMedium: string;
498
+ inputMarginMediumRtl: string;
499
+ selectMarginMedium: string;
500
+ prefixMarginMedium: string;
501
+ suffixMarginMedium: string;
502
+ inputWidthLarge: string;
503
+ selectWidthLarge: string;
504
+ inputMarginLarge: string;
505
+ inputMarginLargeRtl: string;
506
+ selectMarginLarge: string;
507
+ prefixMarginLarge: string;
508
+ suffixMarginLarge: string;
509
+ }, {
510
+ Select: import("../../_mixins").Theme<"Select", {
511
+ menuBoxShadow: string;
512
+ }, {
513
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
514
+ fontSizeTiny: string;
515
+ fontSizeSmall: string;
516
+ fontSizeMedium: string;
517
+ fontSizeLarge: string;
518
+ heightTiny: string;
519
+ heightSmall: string;
520
+ heightMedium: string;
521
+ heightLarge: string;
522
+ borderRadius: string;
523
+ textColor: string;
524
+ textColorDisabled: string;
525
+ placeholderColor: string;
526
+ placeholderColorDisabled: string;
527
+ color: string;
528
+ colorDisabled: string;
529
+ colorActive: string;
530
+ border: string;
531
+ borderHover: string;
532
+ borderActive: string;
533
+ borderFocus: string;
534
+ boxShadowHover: string;
535
+ boxShadowActive: string;
536
+ boxShadowFocus: string;
537
+ caretColor: string;
538
+ arrowColor: string;
539
+ arrowColorDisabled: string;
540
+ loadingColor: string;
541
+ borderWarning: string;
542
+ borderHoverWarning: string;
543
+ borderActiveWarning: string;
544
+ borderFocusWarning: string;
545
+ boxShadowHoverWarning: string;
546
+ boxShadowActiveWarning: string;
547
+ boxShadowFocusWarning: string;
548
+ colorActiveWarning: string;
549
+ caretColorWarning: string;
550
+ borderError: string;
551
+ borderHoverError: string;
552
+ borderActiveError: string;
553
+ borderFocusError: string;
554
+ boxShadowHoverError: string;
555
+ boxShadowActiveError: string;
556
+ boxShadowFocusError: string;
557
+ colorActiveError: string;
558
+ caretColorError: string;
559
+ clearColor: string;
560
+ clearColorHover: string;
561
+ clearColorPressed: string;
562
+ paddingSingle: string;
563
+ paddingMultiple: string;
564
+ clearSize: string;
565
+ arrowSize: string;
566
+ }, {
567
+ Popover: import("../../_mixins").Theme<"Popover", {
568
+ fontSize: string;
569
+ borderRadius: string;
570
+ color: string;
571
+ dividerColor: string;
572
+ textColor: string;
573
+ boxShadow: string;
574
+ space: string;
575
+ spaceArrow: string;
576
+ arrowOffset: string;
577
+ arrowOffsetVertical: string;
578
+ arrowHeight: string;
579
+ padding: string;
580
+ }, any>;
581
+ }>;
582
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
583
+ optionFontSizeSmall: string;
584
+ optionFontSizeMedium: string;
585
+ optionFontSizeLarge: string;
586
+ optionFontSizeHuge: string;
587
+ optionHeightSmall: string;
588
+ optionHeightMedium: string;
589
+ optionHeightLarge: string;
590
+ optionHeightHuge: string;
591
+ borderRadius: string;
592
+ color: string;
593
+ groupHeaderTextColor: string;
594
+ actionDividerColor: string;
595
+ optionTextColor: string;
596
+ optionTextColorPressed: string;
597
+ optionTextColorDisabled: string;
598
+ optionTextColorActive: string;
599
+ optionOpacityDisabled: string;
600
+ optionCheckColor: string;
601
+ optionColorPending: string;
602
+ optionColorActive: string;
603
+ optionColorActivePending: string;
604
+ actionTextColor: string;
605
+ loadingColor: string;
606
+ height: string;
607
+ paddingSmall: string;
608
+ paddingMedium: string;
609
+ paddingLarge: string;
610
+ paddingHuge: string;
611
+ optionPaddingSmall: string;
612
+ optionPaddingMedium: string;
613
+ optionPaddingLarge: string;
614
+ optionPaddingHuge: string;
615
+ loadingSize: string;
616
+ }, {
617
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
618
+ color: string;
619
+ colorHover: string;
620
+ }, any>;
621
+ Empty: import("../../_mixins").Theme<"Empty", {
622
+ fontSizeSmall: string;
623
+ fontSizeMedium: string;
624
+ fontSizeLarge: string;
625
+ fontSizeHuge: string;
626
+ textColor: string;
627
+ iconColor: string;
628
+ extraTextColor: string;
629
+ iconSizeSmall: string;
630
+ iconSizeMedium: string;
631
+ iconSizeLarge: string;
632
+ iconSizeHuge: string;
633
+ }, any>;
634
+ }>;
635
+ }>;
636
+ Input: import("../../_mixins").Theme<"Input", {
637
+ countTextColorDisabled: string;
638
+ countTextColor: string;
639
+ heightTiny: string;
640
+ heightSmall: string;
641
+ heightMedium: string;
642
+ heightLarge: string;
643
+ fontSizeTiny: string;
644
+ fontSizeSmall: string;
645
+ fontSizeMedium: string;
646
+ fontSizeLarge: string;
647
+ lineHeight: string;
648
+ lineHeightTextarea: string;
649
+ borderRadius: string;
650
+ iconSize: string;
651
+ groupLabelColor: string;
652
+ groupLabelTextColor: string;
653
+ textColor: string;
654
+ textColorDisabled: string;
655
+ textDecorationColor: string;
656
+ caretColor: string;
657
+ placeholderColor: string;
658
+ placeholderColorDisabled: string;
659
+ color: string;
660
+ colorDisabled: string;
661
+ colorFocus: string;
662
+ groupLabelBorder: string;
663
+ border: string;
664
+ borderHover: string;
665
+ borderDisabled: string;
666
+ borderFocus: string;
667
+ boxShadowFocus: string;
668
+ loadingColor: string;
669
+ loadingColorWarning: string;
670
+ borderWarning: string;
671
+ borderHoverWarning: string;
672
+ colorFocusWarning: string;
673
+ borderFocusWarning: string;
674
+ boxShadowFocusWarning: string;
675
+ caretColorWarning: string;
676
+ loadingColorError: string;
677
+ borderError: string;
678
+ borderHoverError: string;
679
+ colorFocusError: string;
680
+ borderFocusError: string;
681
+ boxShadowFocusError: string;
682
+ caretColorError: string;
683
+ clearColor: string;
684
+ clearColorHover: string;
685
+ clearColorPressed: string;
686
+ iconColor: string;
687
+ iconColorDisabled: string;
688
+ iconColorHover: string;
689
+ iconColorPressed: string;
690
+ suffixTextColor: string;
691
+ paddingTiny: string;
692
+ paddingSmall: string;
693
+ paddingMedium: string;
694
+ paddingLarge: string;
695
+ clearSize: string;
696
+ }, any>;
697
+ Popselect: import("../../_mixins").Theme<"Popselect", {
698
+ menuBoxShadow: string;
699
+ }, {
700
+ Popover: import("../../_mixins").Theme<"Popover", {
701
+ fontSize: string;
702
+ borderRadius: string;
703
+ color: string;
704
+ dividerColor: string;
705
+ textColor: string;
706
+ boxShadow: string;
707
+ space: string;
708
+ spaceArrow: string;
709
+ arrowOffset: string;
710
+ arrowOffsetVertical: string;
711
+ arrowHeight: string;
712
+ padding: string;
713
+ }, any>;
714
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
715
+ optionFontSizeSmall: string;
716
+ optionFontSizeMedium: string;
717
+ optionFontSizeLarge: string;
718
+ optionFontSizeHuge: string;
719
+ optionHeightSmall: string;
720
+ optionHeightMedium: string;
721
+ optionHeightLarge: string;
722
+ optionHeightHuge: string;
723
+ borderRadius: string;
724
+ color: string;
725
+ groupHeaderTextColor: string;
726
+ actionDividerColor: string;
727
+ optionTextColor: string;
728
+ optionTextColorPressed: string;
729
+ optionTextColorDisabled: string;
730
+ optionTextColorActive: string;
731
+ optionOpacityDisabled: string;
732
+ optionCheckColor: string;
733
+ optionColorPending: string;
734
+ optionColorActive: string;
735
+ optionColorActivePending: string;
736
+ actionTextColor: string;
737
+ loadingColor: string;
738
+ height: string;
739
+ paddingSmall: string;
740
+ paddingMedium: string;
741
+ paddingLarge: string;
742
+ paddingHuge: string;
743
+ optionPaddingSmall: string;
744
+ optionPaddingMedium: string;
745
+ optionPaddingLarge: string;
746
+ optionPaddingHuge: string;
747
+ loadingSize: string;
748
+ }, {
749
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
750
+ color: string;
751
+ colorHover: string;
752
+ }, any>;
753
+ Empty: import("../../_mixins").Theme<"Empty", {
754
+ fontSizeSmall: string;
755
+ fontSizeMedium: string;
756
+ fontSizeLarge: string;
757
+ fontSizeHuge: string;
758
+ textColor: string;
759
+ iconColor: string;
760
+ extraTextColor: string;
761
+ iconSizeSmall: string;
762
+ iconSizeMedium: string;
763
+ iconSizeLarge: string;
764
+ iconSizeHuge: string;
765
+ }, any>;
766
+ }>;
767
+ }>;
768
+ }>;
769
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
770
+ color: string;
771
+ colorHover: string;
772
+ }, any>;
773
+ Empty: import("../../_mixins").Theme<"Empty", {
774
+ fontSizeSmall: string;
775
+ fontSizeMedium: string;
776
+ fontSizeLarge: string;
777
+ fontSizeHuge: string;
778
+ textColor: string;
779
+ iconColor: string;
780
+ extraTextColor: string;
781
+ iconSizeSmall: string;
782
+ iconSizeMedium: string;
783
+ iconSizeLarge: string;
784
+ iconSizeHuge: string;
785
+ }, any>;
786
+ Popover: import("../../_mixins").Theme<"Popover", {
787
+ fontSize: string;
788
+ borderRadius: string;
789
+ color: string;
790
+ dividerColor: string;
791
+ textColor: string;
792
+ boxShadow: string;
793
+ space: string;
794
+ spaceArrow: string;
795
+ arrowOffset: string;
796
+ arrowOffsetVertical: string;
797
+ arrowHeight: string;
798
+ padding: string;
799
+ }, any>;
800
+ Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
801
+ Tooltip: import("../../_mixins").Theme<"Tooltip", {
802
+ borderRadius: string;
803
+ boxShadow: string;
804
+ color: string;
805
+ textColor: string;
806
+ padding: string;
807
+ }, {
808
+ Popover: import("../../_mixins").Theme<"Popover", {
809
+ fontSize: string;
810
+ borderRadius: string;
811
+ color: string;
812
+ dividerColor: string;
813
+ textColor: string;
814
+ boxShadow: string;
815
+ space: string;
816
+ spaceArrow: string;
817
+ arrowOffset: string;
818
+ arrowOffsetVertical: string;
819
+ arrowHeight: string;
820
+ padding: string;
821
+ }, any>;
822
+ }>;
823
+ }>;
824
+ Dropdown: import("../../_mixins").Theme<"Dropdown", {
825
+ optionHeightSmall: string;
826
+ optionHeightMedium: string;
827
+ optionHeightLarge: string;
828
+ optionHeightHuge: string;
829
+ borderRadius: string;
830
+ fontSizeSmall: string;
831
+ fontSizeMedium: string;
832
+ fontSizeLarge: string;
833
+ fontSizeHuge: string;
834
+ optionTextColor: string;
835
+ optionTextColorHover: string;
836
+ optionTextColorActive: string;
837
+ optionTextColorChildActive: string;
838
+ color: string;
839
+ dividerColor: string;
840
+ suffixColor: string;
841
+ prefixColor: string;
842
+ optionColorHover: string;
843
+ optionColorActive: string;
844
+ groupHeaderTextColor: string;
845
+ optionTextColorInverted: string;
846
+ optionTextColorHoverInverted: string;
847
+ optionTextColorActiveInverted: string;
848
+ optionTextColorChildActiveInverted: string;
849
+ colorInverted: string;
850
+ dividerColorInverted: string;
851
+ suffixColorInverted: string;
852
+ prefixColorInverted: string;
853
+ optionColorHoverInverted: string;
854
+ optionColorActiveInverted: string;
855
+ groupHeaderTextColorInverted: string;
856
+ optionOpacityDisabled: string;
857
+ padding: string;
858
+ optionIconSizeSmall: string;
859
+ optionIconSizeMedium: string;
860
+ optionIconSizeLarge: string;
861
+ optionIconSizeHuge: string;
862
+ optionSuffixWidthSmall: string;
863
+ optionSuffixWidthMedium: string;
864
+ optionSuffixWidthLarge: string;
865
+ optionSuffixWidthHuge: string;
866
+ optionIconSuffixWidthSmall: string;
867
+ optionIconSuffixWidthMedium: string;
868
+ optionIconSuffixWidthLarge: string;
869
+ optionIconSuffixWidthHuge: string;
870
+ optionPrefixWidthSmall: string;
871
+ optionPrefixWidthMedium: string;
872
+ optionPrefixWidthLarge: string;
873
+ optionPrefixWidthHuge: string;
874
+ optionIconPrefixWidthSmall: string;
875
+ optionIconPrefixWidthMedium: string;
876
+ optionIconPrefixWidthLarge: string;
877
+ optionIconPrefixWidthHuge: string;
878
+ }, {
879
+ Popover: import("../../_mixins").Theme<"Popover", {
880
+ fontSize: string;
881
+ borderRadius: string;
882
+ color: string;
883
+ dividerColor: string;
884
+ textColor: string;
885
+ boxShadow: string;
886
+ space: string;
887
+ spaceArrow: string;
888
+ arrowOffset: string;
889
+ arrowOffsetVertical: string;
890
+ arrowHeight: string;
891
+ padding: string;
892
+ }, any>;
893
+ }>;
894
+ }>>;
895
+ readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DataTable", {
896
+ actionDividerColor: string;
897
+ lineHeight: string;
898
+ borderRadius: string;
899
+ fontSizeSmall: string;
900
+ fontSizeMedium: string;
901
+ fontSizeLarge: string;
902
+ borderColor: string;
903
+ tdColorHover: string;
904
+ tdColorStriped: string;
905
+ thColor: string;
906
+ thColorHover: string;
907
+ tdColor: string;
908
+ tdTextColor: string;
909
+ thTextColor: string;
910
+ thFontWeight: string;
911
+ thButtonColorHover: string;
912
+ thIconColor: string;
913
+ thIconColorActive: string;
914
+ borderColorModal: string;
915
+ tdColorHoverModal: string;
916
+ tdColorStripedModal: string;
917
+ thColorModal: string;
918
+ thColorHoverModal: string;
919
+ tdColorModal: string;
920
+ borderColorPopover: string;
921
+ tdColorHoverPopover: string;
922
+ tdColorStripedPopover: string;
923
+ thColorPopover: string;
924
+ thColorHoverPopover: string;
925
+ tdColorPopover: string;
926
+ boxShadowBefore: string;
927
+ boxShadowAfter: string;
928
+ loadingColor: string;
929
+ loadingSize: string;
930
+ opacityLoading: string;
931
+ thPaddingSmall: string;
932
+ thPaddingMedium: string;
933
+ thPaddingLarge: string;
934
+ tdPaddingSmall: string;
935
+ tdPaddingMedium: string;
936
+ tdPaddingLarge: string;
937
+ sorterSize: string;
938
+ resizableContainerSize: string;
939
+ resizableSize: string;
940
+ filterSize: string;
941
+ paginationMargin: string;
942
+ emptyPadding: string;
943
+ actionPadding: string;
944
+ actionButtonMargin: string;
945
+ }, {
946
+ Button: import("../../_mixins").Theme<"Button", {
947
+ heightTiny: string;
948
+ heightSmall: string;
949
+ heightMedium: string;
950
+ heightLarge: string;
951
+ borderRadiusTiny: string;
952
+ borderRadiusSmall: string;
953
+ borderRadiusMedium: string;
954
+ borderRadiusLarge: string;
955
+ fontSizeTiny: string;
956
+ fontSizeSmall: string;
957
+ fontSizeMedium: string;
958
+ fontSizeLarge: string;
959
+ opacityDisabled: string;
960
+ colorOpacitySecondary: string;
961
+ colorOpacitySecondaryHover: string;
962
+ colorOpacitySecondaryPressed: string;
963
+ colorSecondary: string;
964
+ colorSecondaryHover: string;
965
+ colorSecondaryPressed: string;
966
+ colorTertiary: string;
967
+ colorTertiaryHover: string;
968
+ colorTertiaryPressed: string;
969
+ colorQuaternary: string;
970
+ colorQuaternaryHover: string;
971
+ colorQuaternaryPressed: string;
972
+ color: string;
973
+ colorHover: string;
974
+ colorPressed: string;
975
+ colorFocus: string;
976
+ colorDisabled: string;
977
+ textColor: string;
978
+ textColorTertiary: string;
979
+ textColorHover: string;
980
+ textColorPressed: string;
981
+ textColorFocus: string;
982
+ textColorDisabled: string;
983
+ textColorText: string;
984
+ textColorTextHover: string;
985
+ textColorTextPressed: string;
986
+ textColorTextFocus: string;
987
+ textColorTextDisabled: string;
988
+ textColorGhost: string;
989
+ textColorGhostHover: string;
990
+ textColorGhostPressed: string;
991
+ textColorGhostFocus: string;
992
+ textColorGhostDisabled: string;
993
+ border: string;
994
+ borderHover: string;
995
+ borderPressed: string;
996
+ borderFocus: string;
997
+ borderDisabled: string;
998
+ rippleColor: string;
999
+ colorPrimary: string;
1000
+ colorHoverPrimary: string;
1001
+ colorPressedPrimary: string;
1002
+ colorFocusPrimary: string;
1003
+ colorDisabledPrimary: string;
1004
+ textColorPrimary: string;
1005
+ textColorHoverPrimary: string;
1006
+ textColorPressedPrimary: string;
1007
+ textColorFocusPrimary: string;
1008
+ textColorDisabledPrimary: string;
1009
+ textColorTextPrimary: string;
1010
+ textColorTextHoverPrimary: string;
1011
+ textColorTextPressedPrimary: string;
1012
+ textColorTextFocusPrimary: string;
1013
+ textColorTextDisabledPrimary: string;
1014
+ textColorGhostPrimary: string;
1015
+ textColorGhostHoverPrimary: string;
1016
+ textColorGhostPressedPrimary: string;
1017
+ textColorGhostFocusPrimary: string;
1018
+ textColorGhostDisabledPrimary: string;
1019
+ borderPrimary: string;
1020
+ borderHoverPrimary: string;
1021
+ borderPressedPrimary: string;
1022
+ borderFocusPrimary: string;
1023
+ borderDisabledPrimary: string;
1024
+ rippleColorPrimary: string;
1025
+ colorInfo: string;
1026
+ colorHoverInfo: string;
1027
+ colorPressedInfo: string;
1028
+ colorFocusInfo: string;
1029
+ colorDisabledInfo: string;
1030
+ textColorInfo: string;
1031
+ textColorHoverInfo: string;
1032
+ textColorPressedInfo: string;
1033
+ textColorFocusInfo: string;
1034
+ textColorDisabledInfo: string;
1035
+ textColorTextInfo: string;
1036
+ textColorTextHoverInfo: string;
1037
+ textColorTextPressedInfo: string;
1038
+ textColorTextFocusInfo: string;
1039
+ textColorTextDisabledInfo: string;
1040
+ textColorGhostInfo: string;
1041
+ textColorGhostHoverInfo: string;
1042
+ textColorGhostPressedInfo: string;
1043
+ textColorGhostFocusInfo: string;
1044
+ textColorGhostDisabledInfo: string;
1045
+ borderInfo: string;
1046
+ borderHoverInfo: string;
1047
+ borderPressedInfo: string;
1048
+ borderFocusInfo: string;
1049
+ borderDisabledInfo: string;
1050
+ rippleColorInfo: string;
1051
+ colorSuccess: string;
1052
+ colorHoverSuccess: string;
1053
+ colorPressedSuccess: string;
1054
+ colorFocusSuccess: string;
1055
+ colorDisabledSuccess: string;
1056
+ textColorSuccess: string;
1057
+ textColorHoverSuccess: string;
1058
+ textColorPressedSuccess: string;
1059
+ textColorFocusSuccess: string;
1060
+ textColorDisabledSuccess: string;
1061
+ textColorTextSuccess: string;
1062
+ textColorTextHoverSuccess: string;
1063
+ textColorTextPressedSuccess: string;
1064
+ textColorTextFocusSuccess: string;
1065
+ textColorTextDisabledSuccess: string;
1066
+ textColorGhostSuccess: string;
1067
+ textColorGhostHoverSuccess: string;
1068
+ textColorGhostPressedSuccess: string;
1069
+ textColorGhostFocusSuccess: string;
1070
+ textColorGhostDisabledSuccess: string;
1071
+ borderSuccess: string;
1072
+ borderHoverSuccess: string;
1073
+ borderPressedSuccess: string;
1074
+ borderFocusSuccess: string;
1075
+ borderDisabledSuccess: string;
1076
+ rippleColorSuccess: string;
1077
+ colorWarning: string;
1078
+ colorHoverWarning: string;
1079
+ colorPressedWarning: string;
1080
+ colorFocusWarning: string;
1081
+ colorDisabledWarning: string;
1082
+ textColorWarning: string;
1083
+ textColorHoverWarning: string;
1084
+ textColorPressedWarning: string;
1085
+ textColorFocusWarning: string;
1086
+ textColorDisabledWarning: string;
1087
+ textColorTextWarning: string;
1088
+ textColorTextHoverWarning: string;
1089
+ textColorTextPressedWarning: string;
1090
+ textColorTextFocusWarning: string;
1091
+ textColorTextDisabledWarning: string;
1092
+ textColorGhostWarning: string;
1093
+ textColorGhostHoverWarning: string;
1094
+ textColorGhostPressedWarning: string;
1095
+ textColorGhostFocusWarning: string;
1096
+ textColorGhostDisabledWarning: string;
1097
+ borderWarning: string;
1098
+ borderHoverWarning: string;
1099
+ borderPressedWarning: string;
1100
+ borderFocusWarning: string;
1101
+ borderDisabledWarning: string;
1102
+ rippleColorWarning: string;
1103
+ colorError: string;
1104
+ colorHoverError: string;
1105
+ colorPressedError: string;
1106
+ colorFocusError: string;
1107
+ colorDisabledError: string;
1108
+ textColorError: string;
1109
+ textColorHoverError: string;
1110
+ textColorPressedError: string;
1111
+ textColorFocusError: string;
1112
+ textColorDisabledError: string;
1113
+ textColorTextError: string;
1114
+ textColorTextHoverError: string;
1115
+ textColorTextPressedError: string;
1116
+ textColorTextFocusError: string;
1117
+ textColorTextDisabledError: string;
1118
+ textColorGhostError: string;
1119
+ textColorGhostHoverError: string;
1120
+ textColorGhostPressedError: string;
1121
+ textColorGhostFocusError: string;
1122
+ textColorGhostDisabledError: string;
1123
+ borderError: string;
1124
+ borderHoverError: string;
1125
+ borderPressedError: string;
1126
+ borderFocusError: string;
1127
+ borderDisabledError: string;
1128
+ rippleColorError: string;
1129
+ waveOpacity: string;
1130
+ fontWeight: string;
1131
+ fontWeightStrong: string;
1132
+ paddingTiny: string;
1133
+ paddingSmall: string;
1134
+ paddingMedium: string;
1135
+ paddingLarge: string;
1136
+ paddingRoundTiny: string;
1137
+ paddingRoundSmall: string;
1138
+ paddingRoundMedium: string;
1139
+ paddingRoundLarge: string;
1140
+ iconMarginTiny: string;
1141
+ iconMarginSmall: string;
1142
+ iconMarginMedium: string;
1143
+ iconMarginLarge: string;
1144
+ iconSizeTiny: string;
1145
+ iconSizeSmall: string;
1146
+ iconSizeMedium: string;
1147
+ iconSizeLarge: string;
1148
+ rippleDuration: string;
1149
+ }, any>;
1150
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1151
+ labelLineHeight: string;
1152
+ fontSizeSmall: string;
1153
+ fontSizeMedium: string;
1154
+ fontSizeLarge: string;
1155
+ borderRadius: string;
1156
+ color: string;
1157
+ colorChecked: string;
1158
+ colorDisabled: string;
1159
+ colorDisabledChecked: string;
1160
+ colorTableHeader: string;
1161
+ colorTableHeaderModal: string;
1162
+ colorTableHeaderPopover: string;
1163
+ checkMarkColor: string;
1164
+ checkMarkColorDisabled: string;
1165
+ checkMarkColorDisabledChecked: string;
1166
+ border: string;
1167
+ borderDisabled: string;
1168
+ borderDisabledChecked: string;
1169
+ borderChecked: string;
1170
+ borderFocus: string;
1171
+ boxShadowFocus: string;
1172
+ textColor: string;
1173
+ textColorDisabled: string;
1174
+ sizeSmall: string;
1175
+ sizeMedium: string;
1176
+ sizeLarge: string;
1177
+ labelPadding: string;
1178
+ }, any>;
1179
+ Radio: import("../../_mixins").Theme<"Radio", {
1180
+ labelLineHeight: string;
1181
+ buttonHeightSmall: string;
1182
+ buttonHeightMedium: string;
1183
+ buttonHeightLarge: string;
1184
+ fontSizeSmall: string;
1185
+ fontSizeMedium: string;
1186
+ fontSizeLarge: string;
1187
+ boxShadow: string;
1188
+ boxShadowActive: string;
1189
+ boxShadowFocus: string;
1190
+ boxShadowHover: string;
1191
+ boxShadowDisabled: string;
1192
+ color: string;
1193
+ colorDisabled: string;
1194
+ colorActive: string;
1195
+ textColor: string;
1196
+ textColorDisabled: string;
1197
+ dotColorActive: string;
1198
+ dotColorDisabled: string;
1199
+ buttonBorderColor: string;
1200
+ buttonBorderColorActive: string;
1201
+ buttonBorderColorHover: string;
1202
+ buttonColor: string;
1203
+ buttonColorActive: string;
1204
+ buttonTextColor: string;
1205
+ buttonTextColorActive: string;
1206
+ buttonTextColorHover: string;
1207
+ opacityDisabled: string;
1208
+ buttonBoxShadowFocus: string;
1209
+ buttonBoxShadowHover: string;
1210
+ buttonBoxShadow: string;
1211
+ buttonBorderRadius: string;
1212
+ radioSizeSmall: string;
1213
+ radioSizeMedium: string;
1214
+ radioSizeLarge: string;
1215
+ labelPadding: string;
1216
+ }, any>;
1217
+ Pagination: import("../../_mixins").Theme<"Pagination", {
1218
+ buttonColor: string;
1219
+ buttonColorHover: string;
1220
+ buttonColorPressed: string;
1221
+ buttonBorder: string;
1222
+ buttonBorderHover: string;
1223
+ buttonBorderPressed: string;
1224
+ buttonIconColor: string;
1225
+ buttonIconColorHover: string;
1226
+ buttonIconColorPressed: string;
1227
+ itemTextColor: string;
1228
+ itemTextColorHover: string;
1229
+ itemTextColorPressed: string;
1230
+ itemTextColorActive: string;
1231
+ itemTextColorDisabled: string;
1232
+ itemColor: string;
1233
+ itemColorHover: string;
1234
+ itemColorPressed: string;
1235
+ itemColorActive: string;
1236
+ itemColorActiveHover: string;
1237
+ itemColorDisabled: string;
1238
+ itemBorder: string;
1239
+ itemBorderHover: string;
1240
+ itemBorderPressed: string;
1241
+ itemBorderActive: string;
1242
+ itemBorderDisabled: string;
1243
+ itemBorderRadius: string;
1244
+ itemSizeSmall: string;
1245
+ itemSizeMedium: string;
1246
+ itemSizeLarge: string;
1247
+ itemFontSizeSmall: string;
1248
+ itemFontSizeMedium: string;
1249
+ itemFontSizeLarge: string;
1250
+ jumperFontSizeSmall: string;
1251
+ jumperFontSizeMedium: string;
1252
+ jumperFontSizeLarge: string;
1253
+ jumperTextColor: string;
1254
+ jumperTextColorDisabled: string;
1255
+ itemPaddingSmall: string;
1256
+ itemMarginSmall: string;
1257
+ itemMarginSmallRtl: string;
1258
+ itemPaddingMedium: string;
1259
+ itemMarginMedium: string;
1260
+ itemMarginMediumRtl: string;
1261
+ itemPaddingLarge: string;
1262
+ itemMarginLarge: string;
1263
+ itemMarginLargeRtl: string;
1264
+ buttonIconSizeSmall: string;
1265
+ buttonIconSizeMedium: string;
1266
+ buttonIconSizeLarge: string;
1267
+ inputWidthSmall: string;
1268
+ selectWidthSmall: string;
1269
+ inputMarginSmall: string;
1270
+ inputMarginSmallRtl: string;
1271
+ selectMarginSmall: string;
1272
+ prefixMarginSmall: string;
1273
+ suffixMarginSmall: string;
1274
+ inputWidthMedium: string;
1275
+ selectWidthMedium: string;
1276
+ inputMarginMedium: string;
1277
+ inputMarginMediumRtl: string;
1278
+ selectMarginMedium: string;
1279
+ prefixMarginMedium: string;
1280
+ suffixMarginMedium: string;
1281
+ inputWidthLarge: string;
1282
+ selectWidthLarge: string;
1283
+ inputMarginLarge: string;
1284
+ inputMarginLargeRtl: string;
1285
+ selectMarginLarge: string;
1286
+ prefixMarginLarge: string;
1287
+ suffixMarginLarge: string;
1288
+ }, {
1289
+ Select: import("../../_mixins").Theme<"Select", {
1290
+ menuBoxShadow: string;
1291
+ }, {
1292
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
1293
+ fontSizeTiny: string;
1294
+ fontSizeSmall: string;
1295
+ fontSizeMedium: string;
1296
+ fontSizeLarge: string;
1297
+ heightTiny: string;
1298
+ heightSmall: string;
1299
+ heightMedium: string;
1300
+ heightLarge: string;
1301
+ borderRadius: string;
1302
+ textColor: string;
1303
+ textColorDisabled: string;
1304
+ placeholderColor: string;
1305
+ placeholderColorDisabled: string;
1306
+ color: string;
1307
+ colorDisabled: string;
1308
+ colorActive: string;
1309
+ border: string;
1310
+ borderHover: string;
1311
+ borderActive: string;
1312
+ borderFocus: string;
1313
+ boxShadowHover: string;
1314
+ boxShadowActive: string;
1315
+ boxShadowFocus: string;
1316
+ caretColor: string;
1317
+ arrowColor: string;
1318
+ arrowColorDisabled: string;
1319
+ loadingColor: string;
1320
+ borderWarning: string;
1321
+ borderHoverWarning: string;
1322
+ borderActiveWarning: string;
1323
+ borderFocusWarning: string;
1324
+ boxShadowHoverWarning: string;
1325
+ boxShadowActiveWarning: string;
1326
+ boxShadowFocusWarning: string;
1327
+ colorActiveWarning: string;
1328
+ caretColorWarning: string;
1329
+ borderError: string;
1330
+ borderHoverError: string;
1331
+ borderActiveError: string;
1332
+ borderFocusError: string;
1333
+ boxShadowHoverError: string;
1334
+ boxShadowActiveError: string;
1335
+ boxShadowFocusError: string;
1336
+ colorActiveError: string;
1337
+ caretColorError: string;
1338
+ clearColor: string;
1339
+ clearColorHover: string;
1340
+ clearColorPressed: string;
1341
+ paddingSingle: string;
1342
+ paddingMultiple: string;
1343
+ clearSize: string;
1344
+ arrowSize: string;
1345
+ }, {
1346
+ Popover: import("../../_mixins").Theme<"Popover", {
1347
+ fontSize: string;
1348
+ borderRadius: string;
1349
+ color: string;
1350
+ dividerColor: string;
1351
+ textColor: string;
1352
+ boxShadow: string;
1353
+ space: string;
1354
+ spaceArrow: string;
1355
+ arrowOffset: string;
1356
+ arrowOffsetVertical: string;
1357
+ arrowHeight: string;
1358
+ padding: string;
1359
+ }, any>;
1360
+ }>;
1361
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
1362
+ optionFontSizeSmall: string;
1363
+ optionFontSizeMedium: string;
1364
+ optionFontSizeLarge: string;
1365
+ optionFontSizeHuge: string;
1366
+ optionHeightSmall: string;
1367
+ optionHeightMedium: string;
1368
+ optionHeightLarge: string;
1369
+ optionHeightHuge: string;
1370
+ borderRadius: string;
1371
+ color: string;
1372
+ groupHeaderTextColor: string;
1373
+ actionDividerColor: string;
1374
+ optionTextColor: string;
1375
+ optionTextColorPressed: string;
1376
+ optionTextColorDisabled: string;
1377
+ optionTextColorActive: string;
1378
+ optionOpacityDisabled: string;
1379
+ optionCheckColor: string;
1380
+ optionColorPending: string;
1381
+ optionColorActive: string;
1382
+ optionColorActivePending: string;
1383
+ actionTextColor: string;
1384
+ loadingColor: string;
1385
+ height: string;
1386
+ paddingSmall: string;
1387
+ paddingMedium: string;
1388
+ paddingLarge: string;
1389
+ paddingHuge: string;
1390
+ optionPaddingSmall: string;
1391
+ optionPaddingMedium: string;
1392
+ optionPaddingLarge: string;
1393
+ optionPaddingHuge: string;
1394
+ loadingSize: string;
1395
+ }, {
1396
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1397
+ color: string;
1398
+ colorHover: string;
1399
+ }, any>;
1400
+ Empty: import("../../_mixins").Theme<"Empty", {
1401
+ fontSizeSmall: string;
1402
+ fontSizeMedium: string;
1403
+ fontSizeLarge: string;
1404
+ fontSizeHuge: string;
1405
+ textColor: string;
1406
+ iconColor: string;
1407
+ extraTextColor: string;
1408
+ iconSizeSmall: string;
1409
+ iconSizeMedium: string;
1410
+ iconSizeLarge: string;
1411
+ iconSizeHuge: string;
1412
+ }, any>;
1413
+ }>;
1414
+ }>;
1415
+ Input: import("../../_mixins").Theme<"Input", {
1416
+ countTextColorDisabled: string;
1417
+ countTextColor: string;
1418
+ heightTiny: string;
1419
+ heightSmall: string;
1420
+ heightMedium: string;
1421
+ heightLarge: string;
1422
+ fontSizeTiny: string;
1423
+ fontSizeSmall: string;
1424
+ fontSizeMedium: string;
1425
+ fontSizeLarge: string;
1426
+ lineHeight: string;
1427
+ lineHeightTextarea: string;
1428
+ borderRadius: string;
1429
+ iconSize: string;
1430
+ groupLabelColor: string;
1431
+ groupLabelTextColor: string;
1432
+ textColor: string;
1433
+ textColorDisabled: string;
1434
+ textDecorationColor: string;
1435
+ caretColor: string;
1436
+ placeholderColor: string;
1437
+ placeholderColorDisabled: string;
1438
+ color: string;
1439
+ colorDisabled: string;
1440
+ colorFocus: string;
1441
+ groupLabelBorder: string;
1442
+ border: string;
1443
+ borderHover: string;
1444
+ borderDisabled: string;
1445
+ borderFocus: string;
1446
+ boxShadowFocus: string;
1447
+ loadingColor: string;
1448
+ loadingColorWarning: string;
1449
+ borderWarning: string;
1450
+ borderHoverWarning: string;
1451
+ colorFocusWarning: string;
1452
+ borderFocusWarning: string;
1453
+ boxShadowFocusWarning: string;
1454
+ caretColorWarning: string;
1455
+ loadingColorError: string;
1456
+ borderError: string;
1457
+ borderHoverError: string;
1458
+ colorFocusError: string;
1459
+ borderFocusError: string;
1460
+ boxShadowFocusError: string;
1461
+ caretColorError: string;
1462
+ clearColor: string;
1463
+ clearColorHover: string;
1464
+ clearColorPressed: string;
1465
+ iconColor: string;
1466
+ iconColorDisabled: string;
1467
+ iconColorHover: string;
1468
+ iconColorPressed: string;
1469
+ suffixTextColor: string;
1470
+ paddingTiny: string;
1471
+ paddingSmall: string;
1472
+ paddingMedium: string;
1473
+ paddingLarge: string;
1474
+ clearSize: string;
1475
+ }, any>;
1476
+ Popselect: import("../../_mixins").Theme<"Popselect", {
1477
+ menuBoxShadow: string;
1478
+ }, {
1479
+ Popover: import("../../_mixins").Theme<"Popover", {
1480
+ fontSize: string;
1481
+ borderRadius: string;
1482
+ color: string;
1483
+ dividerColor: string;
1484
+ textColor: string;
1485
+ boxShadow: string;
1486
+ space: string;
1487
+ spaceArrow: string;
1488
+ arrowOffset: string;
1489
+ arrowOffsetVertical: string;
1490
+ arrowHeight: string;
1491
+ padding: string;
1492
+ }, any>;
1493
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
1494
+ optionFontSizeSmall: string;
1495
+ optionFontSizeMedium: string;
1496
+ optionFontSizeLarge: string;
1497
+ optionFontSizeHuge: string;
1498
+ optionHeightSmall: string;
1499
+ optionHeightMedium: string;
1500
+ optionHeightLarge: string;
1501
+ optionHeightHuge: string;
1502
+ borderRadius: string;
1503
+ color: string;
1504
+ groupHeaderTextColor: string;
1505
+ actionDividerColor: string;
1506
+ optionTextColor: string;
1507
+ optionTextColorPressed: string;
1508
+ optionTextColorDisabled: string;
1509
+ optionTextColorActive: string;
1510
+ optionOpacityDisabled: string;
1511
+ optionCheckColor: string;
1512
+ optionColorPending: string;
1513
+ optionColorActive: string;
1514
+ optionColorActivePending: string;
1515
+ actionTextColor: string;
1516
+ loadingColor: string;
1517
+ height: string;
1518
+ paddingSmall: string;
1519
+ paddingMedium: string;
1520
+ paddingLarge: string;
1521
+ paddingHuge: string;
1522
+ optionPaddingSmall: string;
1523
+ optionPaddingMedium: string;
1524
+ optionPaddingLarge: string;
1525
+ optionPaddingHuge: string;
1526
+ loadingSize: string;
1527
+ }, {
1528
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1529
+ color: string;
1530
+ colorHover: string;
1531
+ }, any>;
1532
+ Empty: import("../../_mixins").Theme<"Empty", {
1533
+ fontSizeSmall: string;
1534
+ fontSizeMedium: string;
1535
+ fontSizeLarge: string;
1536
+ fontSizeHuge: string;
1537
+ textColor: string;
1538
+ iconColor: string;
1539
+ extraTextColor: string;
1540
+ iconSizeSmall: string;
1541
+ iconSizeMedium: string;
1542
+ iconSizeLarge: string;
1543
+ iconSizeHuge: string;
1544
+ }, any>;
1545
+ }>;
1546
+ }>;
1547
+ }>;
1548
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
1549
+ color: string;
1550
+ colorHover: string;
1551
+ }, any>;
1552
+ Empty: import("../../_mixins").Theme<"Empty", {
1553
+ fontSizeSmall: string;
1554
+ fontSizeMedium: string;
1555
+ fontSizeLarge: string;
1556
+ fontSizeHuge: string;
1557
+ textColor: string;
1558
+ iconColor: string;
1559
+ extraTextColor: string;
1560
+ iconSizeSmall: string;
1561
+ iconSizeMedium: string;
1562
+ iconSizeLarge: string;
1563
+ iconSizeHuge: string;
1564
+ }, any>;
1565
+ Popover: import("../../_mixins").Theme<"Popover", {
1566
+ fontSize: string;
1567
+ borderRadius: string;
1568
+ color: string;
1569
+ dividerColor: string;
1570
+ textColor: string;
1571
+ boxShadow: string;
1572
+ space: string;
1573
+ spaceArrow: string;
1574
+ arrowOffset: string;
1575
+ arrowOffsetVertical: string;
1576
+ arrowHeight: string;
1577
+ padding: string;
1578
+ }, any>;
1579
+ Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
1580
+ Tooltip: import("../../_mixins").Theme<"Tooltip", {
1581
+ borderRadius: string;
1582
+ boxShadow: string;
1583
+ color: string;
1584
+ textColor: string;
1585
+ padding: string;
1586
+ }, {
1587
+ Popover: import("../../_mixins").Theme<"Popover", {
1588
+ fontSize: string;
1589
+ borderRadius: string;
1590
+ color: string;
1591
+ dividerColor: string;
1592
+ textColor: string;
1593
+ boxShadow: string;
1594
+ space: string;
1595
+ spaceArrow: string;
1596
+ arrowOffset: string;
1597
+ arrowOffsetVertical: string;
1598
+ arrowHeight: string;
1599
+ padding: string;
1600
+ }, any>;
1601
+ }>;
1602
+ }>;
1603
+ Dropdown: import("../../_mixins").Theme<"Dropdown", {
1604
+ optionHeightSmall: string;
1605
+ optionHeightMedium: string;
1606
+ optionHeightLarge: string;
1607
+ optionHeightHuge: string;
1608
+ borderRadius: string;
1609
+ fontSizeSmall: string;
1610
+ fontSizeMedium: string;
1611
+ fontSizeLarge: string;
1612
+ fontSizeHuge: string;
1613
+ optionTextColor: string;
1614
+ optionTextColorHover: string;
1615
+ optionTextColorActive: string;
1616
+ optionTextColorChildActive: string;
1617
+ color: string;
1618
+ dividerColor: string;
1619
+ suffixColor: string;
1620
+ prefixColor: string;
1621
+ optionColorHover: string;
1622
+ optionColorActive: string;
1623
+ groupHeaderTextColor: string;
1624
+ optionTextColorInverted: string;
1625
+ optionTextColorHoverInverted: string;
1626
+ optionTextColorActiveInverted: string;
1627
+ optionTextColorChildActiveInverted: string;
1628
+ colorInverted: string;
1629
+ dividerColorInverted: string;
1630
+ suffixColorInverted: string;
1631
+ prefixColorInverted: string;
1632
+ optionColorHoverInverted: string;
1633
+ optionColorActiveInverted: string;
1634
+ groupHeaderTextColorInverted: string;
1635
+ optionOpacityDisabled: string;
1636
+ padding: string;
1637
+ optionIconSizeSmall: string;
1638
+ optionIconSizeMedium: string;
1639
+ optionIconSizeLarge: string;
1640
+ optionIconSizeHuge: string;
1641
+ optionSuffixWidthSmall: string;
1642
+ optionSuffixWidthMedium: string;
1643
+ optionSuffixWidthLarge: string;
1644
+ optionSuffixWidthHuge: string;
1645
+ optionIconSuffixWidthSmall: string;
1646
+ optionIconSuffixWidthMedium: string;
1647
+ optionIconSuffixWidthLarge: string;
1648
+ optionIconSuffixWidthHuge: string;
1649
+ optionPrefixWidthSmall: string;
1650
+ optionPrefixWidthMedium: string;
1651
+ optionPrefixWidthLarge: string;
1652
+ optionPrefixWidthHuge: string;
1653
+ optionIconPrefixWidthSmall: string;
1654
+ optionIconPrefixWidthMedium: string;
1655
+ optionIconPrefixWidthLarge: string;
1656
+ optionIconPrefixWidthHuge: string;
1657
+ }, {
1658
+ Popover: import("../../_mixins").Theme<"Popover", {
1659
+ fontSize: string;
1660
+ borderRadius: string;
1661
+ color: string;
1662
+ dividerColor: string;
1663
+ textColor: string;
1664
+ boxShadow: string;
1665
+ space: string;
1666
+ spaceArrow: string;
1667
+ arrowOffset: string;
1668
+ arrowOffsetVertical: string;
1669
+ arrowHeight: string;
1670
+ padding: string;
1671
+ }, any>;
1672
+ }>;
1673
+ }>>>;
1674
+ readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DataTable", {
1675
+ actionDividerColor: string;
1676
+ lineHeight: string;
1677
+ borderRadius: string;
1678
+ fontSizeSmall: string;
1679
+ fontSizeMedium: string;
1680
+ fontSizeLarge: string;
1681
+ borderColor: string;
1682
+ tdColorHover: string;
1683
+ tdColorStriped: string;
1684
+ thColor: string;
1685
+ thColorHover: string;
1686
+ tdColor: string;
1687
+ tdTextColor: string;
1688
+ thTextColor: string;
1689
+ thFontWeight: string;
1690
+ thButtonColorHover: string;
1691
+ thIconColor: string;
1692
+ thIconColorActive: string;
1693
+ borderColorModal: string;
1694
+ tdColorHoverModal: string;
1695
+ tdColorStripedModal: string;
1696
+ thColorModal: string;
1697
+ thColorHoverModal: string;
1698
+ tdColorModal: string;
1699
+ borderColorPopover: string;
1700
+ tdColorHoverPopover: string;
1701
+ tdColorStripedPopover: string;
1702
+ thColorPopover: string;
1703
+ thColorHoverPopover: string;
1704
+ tdColorPopover: string;
1705
+ boxShadowBefore: string;
1706
+ boxShadowAfter: string;
1707
+ loadingColor: string;
1708
+ loadingSize: string;
1709
+ opacityLoading: string;
1710
+ thPaddingSmall: string;
1711
+ thPaddingMedium: string;
1712
+ thPaddingLarge: string;
1713
+ tdPaddingSmall: string;
1714
+ tdPaddingMedium: string;
1715
+ tdPaddingLarge: string;
1716
+ sorterSize: string;
1717
+ resizableContainerSize: string;
1718
+ resizableSize: string;
1719
+ filterSize: string;
1720
+ paginationMargin: string;
1721
+ emptyPadding: string;
1722
+ actionPadding: string;
1723
+ actionButtonMargin: string;
1724
+ }, {
1725
+ Button: import("../../_mixins").Theme<"Button", {
1726
+ heightTiny: string;
1727
+ heightSmall: string;
1728
+ heightMedium: string;
1729
+ heightLarge: string;
1730
+ borderRadiusTiny: string;
1731
+ borderRadiusSmall: string;
1732
+ borderRadiusMedium: string;
1733
+ borderRadiusLarge: string;
1734
+ fontSizeTiny: string;
1735
+ fontSizeSmall: string;
1736
+ fontSizeMedium: string;
1737
+ fontSizeLarge: string;
1738
+ opacityDisabled: string;
1739
+ colorOpacitySecondary: string;
1740
+ colorOpacitySecondaryHover: string;
1741
+ colorOpacitySecondaryPressed: string;
1742
+ colorSecondary: string;
1743
+ colorSecondaryHover: string;
1744
+ colorSecondaryPressed: string;
1745
+ colorTertiary: string;
1746
+ colorTertiaryHover: string;
1747
+ colorTertiaryPressed: string;
1748
+ colorQuaternary: string;
1749
+ colorQuaternaryHover: string;
1750
+ colorQuaternaryPressed: string;
1751
+ color: string;
1752
+ colorHover: string;
1753
+ colorPressed: string;
1754
+ colorFocus: string;
1755
+ colorDisabled: string;
1756
+ textColor: string;
1757
+ textColorTertiary: string;
1758
+ textColorHover: string;
1759
+ textColorPressed: string;
1760
+ textColorFocus: string;
1761
+ textColorDisabled: string;
1762
+ textColorText: string;
1763
+ textColorTextHover: string;
1764
+ textColorTextPressed: string;
1765
+ textColorTextFocus: string;
1766
+ textColorTextDisabled: string;
1767
+ textColorGhost: string;
1768
+ textColorGhostHover: string;
1769
+ textColorGhostPressed: string;
1770
+ textColorGhostFocus: string;
1771
+ textColorGhostDisabled: string;
1772
+ border: string;
1773
+ borderHover: string;
1774
+ borderPressed: string;
1775
+ borderFocus: string;
1776
+ borderDisabled: string;
1777
+ rippleColor: string;
1778
+ colorPrimary: string;
1779
+ colorHoverPrimary: string;
1780
+ colorPressedPrimary: string;
1781
+ colorFocusPrimary: string;
1782
+ colorDisabledPrimary: string;
1783
+ textColorPrimary: string;
1784
+ textColorHoverPrimary: string;
1785
+ textColorPressedPrimary: string;
1786
+ textColorFocusPrimary: string;
1787
+ textColorDisabledPrimary: string;
1788
+ textColorTextPrimary: string;
1789
+ textColorTextHoverPrimary: string;
1790
+ textColorTextPressedPrimary: string;
1791
+ textColorTextFocusPrimary: string;
1792
+ textColorTextDisabledPrimary: string;
1793
+ textColorGhostPrimary: string;
1794
+ textColorGhostHoverPrimary: string;
1795
+ textColorGhostPressedPrimary: string;
1796
+ textColorGhostFocusPrimary: string;
1797
+ textColorGhostDisabledPrimary: string;
1798
+ borderPrimary: string;
1799
+ borderHoverPrimary: string;
1800
+ borderPressedPrimary: string;
1801
+ borderFocusPrimary: string;
1802
+ borderDisabledPrimary: string;
1803
+ rippleColorPrimary: string;
1804
+ colorInfo: string;
1805
+ colorHoverInfo: string;
1806
+ colorPressedInfo: string;
1807
+ colorFocusInfo: string;
1808
+ colorDisabledInfo: string;
1809
+ textColorInfo: string;
1810
+ textColorHoverInfo: string;
1811
+ textColorPressedInfo: string;
1812
+ textColorFocusInfo: string;
1813
+ textColorDisabledInfo: string;
1814
+ textColorTextInfo: string;
1815
+ textColorTextHoverInfo: string;
1816
+ textColorTextPressedInfo: string;
1817
+ textColorTextFocusInfo: string;
1818
+ textColorTextDisabledInfo: string;
1819
+ textColorGhostInfo: string;
1820
+ textColorGhostHoverInfo: string;
1821
+ textColorGhostPressedInfo: string;
1822
+ textColorGhostFocusInfo: string;
1823
+ textColorGhostDisabledInfo: string;
1824
+ borderInfo: string;
1825
+ borderHoverInfo: string;
1826
+ borderPressedInfo: string;
1827
+ borderFocusInfo: string;
1828
+ borderDisabledInfo: string;
1829
+ rippleColorInfo: string;
1830
+ colorSuccess: string;
1831
+ colorHoverSuccess: string;
1832
+ colorPressedSuccess: string;
1833
+ colorFocusSuccess: string;
1834
+ colorDisabledSuccess: string;
1835
+ textColorSuccess: string;
1836
+ textColorHoverSuccess: string;
1837
+ textColorPressedSuccess: string;
1838
+ textColorFocusSuccess: string;
1839
+ textColorDisabledSuccess: string;
1840
+ textColorTextSuccess: string;
1841
+ textColorTextHoverSuccess: string;
1842
+ textColorTextPressedSuccess: string;
1843
+ textColorTextFocusSuccess: string;
1844
+ textColorTextDisabledSuccess: string;
1845
+ textColorGhostSuccess: string;
1846
+ textColorGhostHoverSuccess: string;
1847
+ textColorGhostPressedSuccess: string;
1848
+ textColorGhostFocusSuccess: string;
1849
+ textColorGhostDisabledSuccess: string;
1850
+ borderSuccess: string;
1851
+ borderHoverSuccess: string;
1852
+ borderPressedSuccess: string;
1853
+ borderFocusSuccess: string;
1854
+ borderDisabledSuccess: string;
1855
+ rippleColorSuccess: string;
1856
+ colorWarning: string;
1857
+ colorHoverWarning: string;
1858
+ colorPressedWarning: string;
1859
+ colorFocusWarning: string;
1860
+ colorDisabledWarning: string;
1861
+ textColorWarning: string;
1862
+ textColorHoverWarning: string;
1863
+ textColorPressedWarning: string;
1864
+ textColorFocusWarning: string;
1865
+ textColorDisabledWarning: string;
1866
+ textColorTextWarning: string;
1867
+ textColorTextHoverWarning: string;
1868
+ textColorTextPressedWarning: string;
1869
+ textColorTextFocusWarning: string;
1870
+ textColorTextDisabledWarning: string;
1871
+ textColorGhostWarning: string;
1872
+ textColorGhostHoverWarning: string;
1873
+ textColorGhostPressedWarning: string;
1874
+ textColorGhostFocusWarning: string;
1875
+ textColorGhostDisabledWarning: string;
1876
+ borderWarning: string;
1877
+ borderHoverWarning: string;
1878
+ borderPressedWarning: string;
1879
+ borderFocusWarning: string;
1880
+ borderDisabledWarning: string;
1881
+ rippleColorWarning: string;
1882
+ colorError: string;
1883
+ colorHoverError: string;
1884
+ colorPressedError: string;
1885
+ colorFocusError: string;
1886
+ colorDisabledError: string;
1887
+ textColorError: string;
1888
+ textColorHoverError: string;
1889
+ textColorPressedError: string;
1890
+ textColorFocusError: string;
1891
+ textColorDisabledError: string;
1892
+ textColorTextError: string;
1893
+ textColorTextHoverError: string;
1894
+ textColorTextPressedError: string;
1895
+ textColorTextFocusError: string;
1896
+ textColorTextDisabledError: string;
1897
+ textColorGhostError: string;
1898
+ textColorGhostHoverError: string;
1899
+ textColorGhostPressedError: string;
1900
+ textColorGhostFocusError: string;
1901
+ textColorGhostDisabledError: string;
1902
+ borderError: string;
1903
+ borderHoverError: string;
1904
+ borderPressedError: string;
1905
+ borderFocusError: string;
1906
+ borderDisabledError: string;
1907
+ rippleColorError: string;
1908
+ waveOpacity: string;
1909
+ fontWeight: string;
1910
+ fontWeightStrong: string;
1911
+ paddingTiny: string;
1912
+ paddingSmall: string;
1913
+ paddingMedium: string;
1914
+ paddingLarge: string;
1915
+ paddingRoundTiny: string;
1916
+ paddingRoundSmall: string;
1917
+ paddingRoundMedium: string;
1918
+ paddingRoundLarge: string;
1919
+ iconMarginTiny: string;
1920
+ iconMarginSmall: string;
1921
+ iconMarginMedium: string;
1922
+ iconMarginLarge: string;
1923
+ iconSizeTiny: string;
1924
+ iconSizeSmall: string;
1925
+ iconSizeMedium: string;
1926
+ iconSizeLarge: string;
1927
+ rippleDuration: string;
1928
+ }, any>;
1929
+ Checkbox: import("../../_mixins").Theme<"Checkbox", {
1930
+ labelLineHeight: string;
1931
+ fontSizeSmall: string;
1932
+ fontSizeMedium: string;
1933
+ fontSizeLarge: string;
1934
+ borderRadius: string;
1935
+ color: string;
1936
+ colorChecked: string;
1937
+ colorDisabled: string;
1938
+ colorDisabledChecked: string;
1939
+ colorTableHeader: string;
1940
+ colorTableHeaderModal: string;
1941
+ colorTableHeaderPopover: string;
1942
+ checkMarkColor: string;
1943
+ checkMarkColorDisabled: string;
1944
+ checkMarkColorDisabledChecked: string;
1945
+ border: string;
1946
+ borderDisabled: string;
1947
+ borderDisabledChecked: string;
1948
+ borderChecked: string;
1949
+ borderFocus: string;
1950
+ boxShadowFocus: string;
1951
+ textColor: string;
1952
+ textColorDisabled: string;
1953
+ sizeSmall: string;
1954
+ sizeMedium: string;
1955
+ sizeLarge: string;
1956
+ labelPadding: string;
1957
+ }, any>;
1958
+ Radio: import("../../_mixins").Theme<"Radio", {
1959
+ labelLineHeight: string;
1960
+ buttonHeightSmall: string;
1961
+ buttonHeightMedium: string;
1962
+ buttonHeightLarge: string;
1963
+ fontSizeSmall: string;
1964
+ fontSizeMedium: string;
1965
+ fontSizeLarge: string;
1966
+ boxShadow: string;
1967
+ boxShadowActive: string;
1968
+ boxShadowFocus: string;
1969
+ boxShadowHover: string;
1970
+ boxShadowDisabled: string;
1971
+ color: string;
1972
+ colorDisabled: string;
1973
+ colorActive: string;
1974
+ textColor: string;
1975
+ textColorDisabled: string;
1976
+ dotColorActive: string;
1977
+ dotColorDisabled: string;
1978
+ buttonBorderColor: string;
1979
+ buttonBorderColorActive: string;
1980
+ buttonBorderColorHover: string;
1981
+ buttonColor: string;
1982
+ buttonColorActive: string;
1983
+ buttonTextColor: string;
1984
+ buttonTextColorActive: string;
1985
+ buttonTextColorHover: string;
1986
+ opacityDisabled: string;
1987
+ buttonBoxShadowFocus: string;
1988
+ buttonBoxShadowHover: string;
1989
+ buttonBoxShadow: string;
1990
+ buttonBorderRadius: string;
1991
+ radioSizeSmall: string;
1992
+ radioSizeMedium: string;
1993
+ radioSizeLarge: string;
1994
+ labelPadding: string;
1995
+ }, any>;
1996
+ Pagination: import("../../_mixins").Theme<"Pagination", {
1997
+ buttonColor: string;
1998
+ buttonColorHover: string;
1999
+ buttonColorPressed: string;
2000
+ buttonBorder: string;
2001
+ buttonBorderHover: string;
2002
+ buttonBorderPressed: string;
2003
+ buttonIconColor: string;
2004
+ buttonIconColorHover: string;
2005
+ buttonIconColorPressed: string;
2006
+ itemTextColor: string;
2007
+ itemTextColorHover: string;
2008
+ itemTextColorPressed: string;
2009
+ itemTextColorActive: string;
2010
+ itemTextColorDisabled: string;
2011
+ itemColor: string;
2012
+ itemColorHover: string;
2013
+ itemColorPressed: string;
2014
+ itemColorActive: string;
2015
+ itemColorActiveHover: string;
2016
+ itemColorDisabled: string;
2017
+ itemBorder: string;
2018
+ itemBorderHover: string;
2019
+ itemBorderPressed: string;
2020
+ itemBorderActive: string;
2021
+ itemBorderDisabled: string;
2022
+ itemBorderRadius: string;
2023
+ itemSizeSmall: string;
2024
+ itemSizeMedium: string;
2025
+ itemSizeLarge: string;
2026
+ itemFontSizeSmall: string;
2027
+ itemFontSizeMedium: string;
2028
+ itemFontSizeLarge: string;
2029
+ jumperFontSizeSmall: string;
2030
+ jumperFontSizeMedium: string;
2031
+ jumperFontSizeLarge: string;
2032
+ jumperTextColor: string;
2033
+ jumperTextColorDisabled: string;
2034
+ itemPaddingSmall: string;
2035
+ itemMarginSmall: string;
2036
+ itemMarginSmallRtl: string;
2037
+ itemPaddingMedium: string;
2038
+ itemMarginMedium: string;
2039
+ itemMarginMediumRtl: string;
2040
+ itemPaddingLarge: string;
2041
+ itemMarginLarge: string;
2042
+ itemMarginLargeRtl: string;
2043
+ buttonIconSizeSmall: string;
2044
+ buttonIconSizeMedium: string;
2045
+ buttonIconSizeLarge: string;
2046
+ inputWidthSmall: string;
2047
+ selectWidthSmall: string;
2048
+ inputMarginSmall: string;
2049
+ inputMarginSmallRtl: string;
2050
+ selectMarginSmall: string;
2051
+ prefixMarginSmall: string;
2052
+ suffixMarginSmall: string;
2053
+ inputWidthMedium: string;
2054
+ selectWidthMedium: string;
2055
+ inputMarginMedium: string;
2056
+ inputMarginMediumRtl: string;
2057
+ selectMarginMedium: string;
2058
+ prefixMarginMedium: string;
2059
+ suffixMarginMedium: string;
2060
+ inputWidthLarge: string;
2061
+ selectWidthLarge: string;
2062
+ inputMarginLarge: string;
2063
+ inputMarginLargeRtl: string;
2064
+ selectMarginLarge: string;
2065
+ prefixMarginLarge: string;
2066
+ suffixMarginLarge: string;
2067
+ }, {
2068
+ Select: import("../../_mixins").Theme<"Select", {
2069
+ menuBoxShadow: string;
2070
+ }, {
2071
+ InternalSelection: import("../../_mixins").Theme<"InternalSelection", {
2072
+ fontSizeTiny: string;
2073
+ fontSizeSmall: string;
2074
+ fontSizeMedium: string;
2075
+ fontSizeLarge: string;
2076
+ heightTiny: string;
2077
+ heightSmall: string;
2078
+ heightMedium: string;
2079
+ heightLarge: string;
2080
+ borderRadius: string;
2081
+ textColor: string;
2082
+ textColorDisabled: string;
2083
+ placeholderColor: string;
2084
+ placeholderColorDisabled: string;
2085
+ color: string;
2086
+ colorDisabled: string;
2087
+ colorActive: string;
2088
+ border: string;
2089
+ borderHover: string;
2090
+ borderActive: string;
2091
+ borderFocus: string;
2092
+ boxShadowHover: string;
2093
+ boxShadowActive: string;
2094
+ boxShadowFocus: string;
2095
+ caretColor: string;
2096
+ arrowColor: string;
2097
+ arrowColorDisabled: string;
2098
+ loadingColor: string;
2099
+ borderWarning: string;
2100
+ borderHoverWarning: string;
2101
+ borderActiveWarning: string;
2102
+ borderFocusWarning: string;
2103
+ boxShadowHoverWarning: string;
2104
+ boxShadowActiveWarning: string;
2105
+ boxShadowFocusWarning: string;
2106
+ colorActiveWarning: string;
2107
+ caretColorWarning: string;
2108
+ borderError: string;
2109
+ borderHoverError: string;
2110
+ borderActiveError: string;
2111
+ borderFocusError: string;
2112
+ boxShadowHoverError: string;
2113
+ boxShadowActiveError: string;
2114
+ boxShadowFocusError: string;
2115
+ colorActiveError: string;
2116
+ caretColorError: string;
2117
+ clearColor: string;
2118
+ clearColorHover: string;
2119
+ clearColorPressed: string;
2120
+ paddingSingle: string;
2121
+ paddingMultiple: string;
2122
+ clearSize: string;
2123
+ arrowSize: string;
2124
+ }, {
2125
+ Popover: import("../../_mixins").Theme<"Popover", {
2126
+ fontSize: string;
2127
+ borderRadius: string;
2128
+ color: string;
2129
+ dividerColor: string;
2130
+ textColor: string;
2131
+ boxShadow: string;
2132
+ space: string;
2133
+ spaceArrow: string;
2134
+ arrowOffset: string;
2135
+ arrowOffsetVertical: string;
2136
+ arrowHeight: string;
2137
+ padding: string;
2138
+ }, any>;
2139
+ }>;
2140
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
2141
+ optionFontSizeSmall: string;
2142
+ optionFontSizeMedium: string;
2143
+ optionFontSizeLarge: string;
2144
+ optionFontSizeHuge: string;
2145
+ optionHeightSmall: string;
2146
+ optionHeightMedium: string;
2147
+ optionHeightLarge: string;
2148
+ optionHeightHuge: string;
2149
+ borderRadius: string;
2150
+ color: string;
2151
+ groupHeaderTextColor: string;
2152
+ actionDividerColor: string;
2153
+ optionTextColor: string;
2154
+ optionTextColorPressed: string;
2155
+ optionTextColorDisabled: string;
2156
+ optionTextColorActive: string;
2157
+ optionOpacityDisabled: string;
2158
+ optionCheckColor: string;
2159
+ optionColorPending: string;
2160
+ optionColorActive: string;
2161
+ optionColorActivePending: string;
2162
+ actionTextColor: string;
2163
+ loadingColor: string;
2164
+ height: string;
2165
+ paddingSmall: string;
2166
+ paddingMedium: string;
2167
+ paddingLarge: string;
2168
+ paddingHuge: string;
2169
+ optionPaddingSmall: string;
2170
+ optionPaddingMedium: string;
2171
+ optionPaddingLarge: string;
2172
+ optionPaddingHuge: string;
2173
+ loadingSize: string;
2174
+ }, {
2175
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2176
+ color: string;
2177
+ colorHover: string;
2178
+ }, any>;
2179
+ Empty: import("../../_mixins").Theme<"Empty", {
2180
+ fontSizeSmall: string;
2181
+ fontSizeMedium: string;
2182
+ fontSizeLarge: string;
2183
+ fontSizeHuge: string;
2184
+ textColor: string;
2185
+ iconColor: string;
2186
+ extraTextColor: string;
2187
+ iconSizeSmall: string;
2188
+ iconSizeMedium: string;
2189
+ iconSizeLarge: string;
2190
+ iconSizeHuge: string;
2191
+ }, any>;
2192
+ }>;
2193
+ }>;
2194
+ Input: import("../../_mixins").Theme<"Input", {
2195
+ countTextColorDisabled: string;
2196
+ countTextColor: string;
2197
+ heightTiny: string;
2198
+ heightSmall: string;
2199
+ heightMedium: string;
2200
+ heightLarge: string;
2201
+ fontSizeTiny: string;
2202
+ fontSizeSmall: string;
2203
+ fontSizeMedium: string;
2204
+ fontSizeLarge: string;
2205
+ lineHeight: string;
2206
+ lineHeightTextarea: string;
2207
+ borderRadius: string;
2208
+ iconSize: string;
2209
+ groupLabelColor: string;
2210
+ groupLabelTextColor: string;
2211
+ textColor: string;
2212
+ textColorDisabled: string;
2213
+ textDecorationColor: string;
2214
+ caretColor: string;
2215
+ placeholderColor: string;
2216
+ placeholderColorDisabled: string;
2217
+ color: string;
2218
+ colorDisabled: string;
2219
+ colorFocus: string;
2220
+ groupLabelBorder: string;
2221
+ border: string;
2222
+ borderHover: string;
2223
+ borderDisabled: string;
2224
+ borderFocus: string;
2225
+ boxShadowFocus: string;
2226
+ loadingColor: string;
2227
+ loadingColorWarning: string;
2228
+ borderWarning: string;
2229
+ borderHoverWarning: string;
2230
+ colorFocusWarning: string;
2231
+ borderFocusWarning: string;
2232
+ boxShadowFocusWarning: string;
2233
+ caretColorWarning: string;
2234
+ loadingColorError: string;
2235
+ borderError: string;
2236
+ borderHoverError: string;
2237
+ colorFocusError: string;
2238
+ borderFocusError: string;
2239
+ boxShadowFocusError: string;
2240
+ caretColorError: string;
2241
+ clearColor: string;
2242
+ clearColorHover: string;
2243
+ clearColorPressed: string;
2244
+ iconColor: string;
2245
+ iconColorDisabled: string;
2246
+ iconColorHover: string;
2247
+ iconColorPressed: string;
2248
+ suffixTextColor: string;
2249
+ paddingTiny: string;
2250
+ paddingSmall: string;
2251
+ paddingMedium: string;
2252
+ paddingLarge: string;
2253
+ clearSize: string;
2254
+ }, any>;
2255
+ Popselect: import("../../_mixins").Theme<"Popselect", {
2256
+ menuBoxShadow: string;
2257
+ }, {
2258
+ Popover: import("../../_mixins").Theme<"Popover", {
2259
+ fontSize: string;
2260
+ borderRadius: string;
2261
+ color: string;
2262
+ dividerColor: string;
2263
+ textColor: string;
2264
+ boxShadow: string;
2265
+ space: string;
2266
+ spaceArrow: string;
2267
+ arrowOffset: string;
2268
+ arrowOffsetVertical: string;
2269
+ arrowHeight: string;
2270
+ padding: string;
2271
+ }, any>;
2272
+ InternalSelectMenu: import("../../_mixins").Theme<"InternalSelectMenu", {
2273
+ optionFontSizeSmall: string;
2274
+ optionFontSizeMedium: string;
2275
+ optionFontSizeLarge: string;
2276
+ optionFontSizeHuge: string;
2277
+ optionHeightSmall: string;
2278
+ optionHeightMedium: string;
2279
+ optionHeightLarge: string;
2280
+ optionHeightHuge: string;
2281
+ borderRadius: string;
2282
+ color: string;
2283
+ groupHeaderTextColor: string;
2284
+ actionDividerColor: string;
2285
+ optionTextColor: string;
2286
+ optionTextColorPressed: string;
2287
+ optionTextColorDisabled: string;
2288
+ optionTextColorActive: string;
2289
+ optionOpacityDisabled: string;
2290
+ optionCheckColor: string;
2291
+ optionColorPending: string;
2292
+ optionColorActive: string;
2293
+ optionColorActivePending: string;
2294
+ actionTextColor: string;
2295
+ loadingColor: string;
2296
+ height: string;
2297
+ paddingSmall: string;
2298
+ paddingMedium: string;
2299
+ paddingLarge: string;
2300
+ paddingHuge: string;
2301
+ optionPaddingSmall: string;
2302
+ optionPaddingMedium: string;
2303
+ optionPaddingLarge: string;
2304
+ optionPaddingHuge: string;
2305
+ loadingSize: string;
2306
+ }, {
2307
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2308
+ color: string;
2309
+ colorHover: string;
2310
+ }, any>;
2311
+ Empty: import("../../_mixins").Theme<"Empty", {
2312
+ fontSizeSmall: string;
2313
+ fontSizeMedium: string;
2314
+ fontSizeLarge: string;
2315
+ fontSizeHuge: string;
2316
+ textColor: string;
2317
+ iconColor: string;
2318
+ extraTextColor: string;
2319
+ iconSizeSmall: string;
2320
+ iconSizeMedium: string;
2321
+ iconSizeLarge: string;
2322
+ iconSizeHuge: string;
2323
+ }, any>;
2324
+ }>;
2325
+ }>;
2326
+ }>;
2327
+ Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
2328
+ color: string;
2329
+ colorHover: string;
2330
+ }, any>;
2331
+ Empty: import("../../_mixins").Theme<"Empty", {
2332
+ fontSizeSmall: string;
2333
+ fontSizeMedium: string;
2334
+ fontSizeLarge: string;
2335
+ fontSizeHuge: string;
2336
+ textColor: string;
2337
+ iconColor: string;
2338
+ extraTextColor: string;
2339
+ iconSizeSmall: string;
2340
+ iconSizeMedium: string;
2341
+ iconSizeLarge: string;
2342
+ iconSizeHuge: string;
2343
+ }, any>;
2344
+ Popover: import("../../_mixins").Theme<"Popover", {
2345
+ fontSize: string;
2346
+ borderRadius: string;
2347
+ color: string;
2348
+ dividerColor: string;
2349
+ textColor: string;
2350
+ boxShadow: string;
2351
+ space: string;
2352
+ spaceArrow: string;
2353
+ arrowOffset: string;
2354
+ arrowOffsetVertical: string;
2355
+ arrowHeight: string;
2356
+ padding: string;
2357
+ }, any>;
2358
+ Ellipsis: import("../../_mixins").Theme<"Ellipsis", unknown, {
2359
+ Tooltip: import("../../_mixins").Theme<"Tooltip", {
2360
+ borderRadius: string;
2361
+ boxShadow: string;
2362
+ color: string;
2363
+ textColor: string;
2364
+ padding: string;
2365
+ }, {
2366
+ Popover: import("../../_mixins").Theme<"Popover", {
2367
+ fontSize: string;
2368
+ borderRadius: string;
2369
+ color: string;
2370
+ dividerColor: string;
2371
+ textColor: string;
2372
+ boxShadow: string;
2373
+ space: string;
2374
+ spaceArrow: string;
2375
+ arrowOffset: string;
2376
+ arrowOffsetVertical: string;
2377
+ arrowHeight: string;
2378
+ padding: string;
2379
+ }, any>;
2380
+ }>;
2381
+ }>;
2382
+ Dropdown: import("../../_mixins").Theme<"Dropdown", {
2383
+ optionHeightSmall: string;
2384
+ optionHeightMedium: string;
2385
+ optionHeightLarge: string;
2386
+ optionHeightHuge: string;
2387
+ borderRadius: string;
2388
+ fontSizeSmall: string;
2389
+ fontSizeMedium: string;
2390
+ fontSizeLarge: string;
2391
+ fontSizeHuge: string;
2392
+ optionTextColor: string;
2393
+ optionTextColorHover: string;
2394
+ optionTextColorActive: string;
2395
+ optionTextColorChildActive: string;
2396
+ color: string;
2397
+ dividerColor: string;
2398
+ suffixColor: string;
2399
+ prefixColor: string;
2400
+ optionColorHover: string;
2401
+ optionColorActive: string;
2402
+ groupHeaderTextColor: string;
2403
+ optionTextColorInverted: string;
2404
+ optionTextColorHoverInverted: string;
2405
+ optionTextColorActiveInverted: string;
2406
+ optionTextColorChildActiveInverted: string;
2407
+ colorInverted: string;
2408
+ dividerColorInverted: string;
2409
+ suffixColorInverted: string;
2410
+ prefixColorInverted: string;
2411
+ optionColorHoverInverted: string;
2412
+ optionColorActiveInverted: string;
2413
+ groupHeaderTextColorInverted: string;
2414
+ optionOpacityDisabled: string;
2415
+ padding: string;
2416
+ optionIconSizeSmall: string;
2417
+ optionIconSizeMedium: string;
2418
+ optionIconSizeLarge: string;
2419
+ optionIconSizeHuge: string;
2420
+ optionSuffixWidthSmall: string;
2421
+ optionSuffixWidthMedium: string;
2422
+ optionSuffixWidthLarge: string;
2423
+ optionSuffixWidthHuge: string;
2424
+ optionIconSuffixWidthSmall: string;
2425
+ optionIconSuffixWidthMedium: string;
2426
+ optionIconSuffixWidthLarge: string;
2427
+ optionIconSuffixWidthHuge: string;
2428
+ optionPrefixWidthSmall: string;
2429
+ optionPrefixWidthMedium: string;
2430
+ optionPrefixWidthLarge: string;
2431
+ optionPrefixWidthHuge: string;
2432
+ optionIconPrefixWidthSmall: string;
2433
+ optionIconPrefixWidthMedium: string;
2434
+ optionIconPrefixWidthLarge: string;
2435
+ optionIconPrefixWidthHuge: string;
2436
+ }, {
2437
+ Popover: import("../../_mixins").Theme<"Popover", {
2438
+ fontSize: string;
2439
+ borderRadius: string;
2440
+ color: string;
2441
+ dividerColor: string;
2442
+ textColor: string;
2443
+ boxShadow: string;
2444
+ space: string;
2445
+ spaceArrow: string;
2446
+ arrowOffset: string;
2447
+ arrowOffsetVertical: string;
2448
+ arrowHeight: string;
2449
+ padding: string;
2450
+ }, any>;
2451
+ }>;
2452
+ }>>>;
2453
+ };
10
2454
  export declare type FilterOptionValue = string | number;
11
2455
  export declare type ColumnKey = string | number;
12
2456
  export declare type RowKey = string | number;
@@ -39,6 +2483,7 @@ export interface CommonColumnInfo<T = InternalRowData> {
39
2483
  fixed?: 'left' | 'right';
40
2484
  width?: number | string;
41
2485
  minWidth?: number | string;
2486
+ maxWidth?: number | string;
42
2487
  className?: string;
43
2488
  align?: 'left' | 'center' | 'right';
44
2489
  ellipsis?: Ellipsis;
@@ -52,6 +2497,7 @@ export declare type TableColumnGroup<T = InternalRowData> = {
52
2497
  type?: never;
53
2498
  key: ColumnKey;
54
2499
  children: Array<TableBaseColumn<T>>;
2500
+ resizable?: boolean;
55
2501
  filterOptions?: never;
56
2502
  } & CommonColumnInfo<T>;
57
2503
  export declare type TableBaseColumn<T = InternalRowData> = {
@@ -63,6 +2509,9 @@ export declare type TableBaseColumn<T = InternalRowData> = {
63
2509
  sorter?: boolean | Sorter<T> | 'default';
64
2510
  defaultSortOrder?: SortOrder;
65
2511
  sortOrder?: SortOrder;
2512
+ resizable?: boolean;
2513
+ minWidth?: string | number;
2514
+ maxWidth?: string | number;
66
2515
  filter?: 'default' | boolean | Filter<T>;
67
2516
  filterOptions?: FilterOption[];
68
2517
  filterOptionValues?: FilterOptionValue[] | null;
@@ -86,6 +2535,7 @@ export declare type TableSelectionColumn<T = InternalRowData> = {
86
2535
  disabled?: (row: T) => boolean;
87
2536
  options?: DataTableSelectionOptions<T>;
88
2537
  sorter?: never;
2538
+ resizable?: boolean;
89
2539
  filter?: never;
90
2540
  filterOptions?: never;
91
2541
  filterOptionValues?: never;
@@ -109,6 +2559,7 @@ export declare type DataTableSelectionOptions<T = InternalRowData> = Array<DataT
109
2559
  onSelect: (pageData: T[]) => void;
110
2560
  }>;
111
2561
  export interface DataTableInjection {
2562
+ props: DataTableSetupProps;
112
2563
  slots: Slots;
113
2564
  indentRef: Ref<number>;
114
2565
  childTriggerColIndexRef: Ref<number>;
@@ -167,14 +2618,19 @@ export interface DataTableInjection {
167
2618
  expandableRef: Ref<Expandable<any> | undefined>;
168
2619
  stickyExpandedRowsRef: Ref<boolean>;
169
2620
  renderExpandIconRef: Ref<undefined | (() => VNodeChild)>;
2621
+ summaryPlacementRef: Ref<'top' | 'bottom'>;
170
2622
  doUpdatePage: (page: number) => void;
171
2623
  doUpdateExpandedRowKeys: (keys: RowKey[]) => void;
172
2624
  doUpdateFilters: (filters: FilterState, sourceColumn: TableBaseColumn) => void;
2625
+ onUnstableColumnResize: (resizedWidth: number, limitedWidth: number, column: TableBaseColumn, getColumnWidth: (key: ColumnKey) => number | undefined) => void;
2626
+ getResizableWidth: (key: ColumnKey) => number | undefined;
2627
+ clearResizableWidth: () => void;
2628
+ doUpdateResizableWidth: (column: TableColumn, width: number) => void;
173
2629
  deriveNextSorter: (sorter: SortState | null) => void;
174
2630
  doUncheckAll: (checkWholeTable?: boolean) => void;
175
2631
  doCheckAll: (checkWholeTable?: boolean) => void;
176
- doCheck: (rowKey: RowKey | RowKey[], single: boolean) => void;
177
- doUncheck: (rowKey: RowKey | RowKey[]) => void;
2632
+ doCheck: (rowKey: RowKey | RowKey[], single: boolean, rowInfo: RowData) => void;
2633
+ doUncheck: (rowKey: RowKey | RowKey[], rowInfo: RowData) => void;
178
2634
  handleTableHeaderScroll: (e: Event) => void;
179
2635
  handleTableBodyScroll: (e: Event) => void;
180
2636
  syncScrollState: (deltaX?: number, deltaY?: number) => void;
@@ -199,7 +2655,10 @@ export declare type RenderFilterMenu = (actions: {
199
2655
  hide: () => void;
200
2656
  }) => VNodeChild;
201
2657
  export declare type OnUpdateExpandedRowKeys = (keys: RowKey[]) => void;
202
- export declare type OnUpdateCheckedRowKeys = (keys: RowKey[], row: InternalRowData[]) => void;
2658
+ export declare type OnUpdateCheckedRowKeys = (keys: RowKey[], rows: InternalRowData[], meta: {
2659
+ row: InternalRowData | undefined;
2660
+ action: 'check' | 'uncheck' | 'checkAll' | 'uncheckAll';
2661
+ }) => void;
203
2662
  export declare type OnUpdateSorter = (sortState: SortState & SortState[] & null) => void;
204
2663
  export declare type OnUpdateSorterImpl = (sortState: SortState | SortState[] | null) => void;
205
2664
  export declare type OnUpdateFilters = (filterState: FilterState, sourceColumn: TableBaseColumn) => void;
@@ -246,3 +2705,6 @@ export interface SummaryRowData {
246
2705
  [key: string]: SummaryCell;
247
2706
  }
248
2707
  export declare type DataTableOnLoad = (node: RowData) => Promise<void>;
2708
+ export declare type DataTableSelectionOption = 'all' | 'none';
2709
+ export declare type DataTableProps = ExtractPublicPropTypes<typeof dataTableProps>;
2710
+ export declare type DataTableSetupProps = ExtractPropTypes<typeof dataTableProps>;