naive-ui 2.40.3 → 2.40.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 (740) hide show
  1. package/dist/index.js +452 -386
  2. package/dist/index.mjs +452 -386
  3. package/dist/index.prod.js +1 -1
  4. package/dist/index.prod.mjs +1 -1
  5. package/es/_internal/clear/src/Clear.d.ts +5 -5
  6. package/es/_internal/close/src/Close.d.ts +5 -5
  7. package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  8. package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  9. package/es/_internal/icon/src/Icon.d.ts +4 -4
  10. package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  11. package/es/_internal/icons/Add.d.ts +1 -1
  12. package/es/_internal/icons/ArrowBack.d.ts +1 -1
  13. package/es/_internal/icons/ArrowDown.d.ts +1 -1
  14. package/es/_internal/icons/ArrowUp.d.ts +1 -1
  15. package/es/_internal/icons/Attach.d.ts +1 -1
  16. package/es/_internal/icons/Attach.mjs +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/Cancel.mjs +1 -1
  20. package/es/_internal/icons/Checkmark.d.ts +1 -1
  21. package/es/_internal/icons/ChevronDown.d.ts +1 -1
  22. package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
  23. package/es/_internal/icons/ChevronLeft.d.ts +1 -1
  24. package/es/_internal/icons/ChevronRight.d.ts +1 -1
  25. package/es/_internal/icons/Clear.d.ts +1 -1
  26. package/es/_internal/icons/Clear.mjs +1 -1
  27. package/es/_internal/icons/Close.d.ts +1 -1
  28. package/es/_internal/icons/Close.mjs +1 -1
  29. package/es/_internal/icons/Date.d.ts +1 -1
  30. package/es/_internal/icons/Date.mjs +1 -1
  31. package/es/_internal/icons/Download.d.ts +1 -1
  32. package/es/_internal/icons/Download.mjs +1 -1
  33. package/es/_internal/icons/Empty.d.ts +1 -1
  34. package/es/_internal/icons/Error.d.ts +1 -1
  35. package/es/_internal/icons/Error.mjs +1 -1
  36. package/es/_internal/icons/Eye.d.ts +1 -1
  37. package/es/_internal/icons/EyeOff.d.ts +1 -1
  38. package/es/_internal/icons/FastBackward.d.ts +1 -1
  39. package/es/_internal/icons/FastForward.d.ts +1 -1
  40. package/es/_internal/icons/File.d.ts +1 -1
  41. package/es/_internal/icons/Filter.d.ts +1 -1
  42. package/es/_internal/icons/Forward.d.ts +1 -1
  43. package/es/_internal/icons/Info.d.ts +1 -1
  44. package/es/_internal/icons/Info.mjs +1 -1
  45. package/es/_internal/icons/More.d.ts +1 -1
  46. package/es/_internal/icons/Photo.d.ts +1 -1
  47. package/es/_internal/icons/Remove.d.ts +1 -1
  48. package/es/_internal/icons/ResizeSmall.d.ts +1 -1
  49. package/es/_internal/icons/Retry.d.ts +1 -1
  50. package/es/_internal/icons/Retry.mjs +1 -1
  51. package/es/_internal/icons/RotateClockwise.d.ts +1 -1
  52. package/es/_internal/icons/RotateClockwise.mjs +1 -1
  53. package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  54. package/es/_internal/icons/RotateCounterclockwise.mjs +1 -1
  55. package/es/_internal/icons/Search.d.ts +1 -1
  56. package/es/_internal/icons/Success.d.ts +1 -1
  57. package/es/_internal/icons/Success.mjs +1 -1
  58. package/es/_internal/icons/Switcher.d.ts +1 -1
  59. package/es/_internal/icons/Time.d.ts +1 -1
  60. package/es/_internal/icons/Time.mjs +1 -1
  61. package/es/_internal/icons/To.d.ts +1 -1
  62. package/es/_internal/icons/To.mjs +1 -1
  63. package/es/_internal/icons/Trash.d.ts +1 -1
  64. package/es/_internal/icons/Trash.mjs +1 -1
  65. package/es/_internal/icons/Warning.d.ts +1 -1
  66. package/es/_internal/icons/Warning.mjs +1 -1
  67. package/es/_internal/icons/ZoomIn.d.ts +1 -1
  68. package/es/_internal/icons/ZoomIn.mjs +1 -1
  69. package/es/_internal/icons/ZoomOut.d.ts +1 -1
  70. package/es/_internal/icons/ZoomOut.mjs +1 -1
  71. package/es/_internal/icons/replaceable.d.ts +2 -1
  72. package/es/_internal/icons/replaceable.mjs +7 -2
  73. package/es/_internal/loading/src/Loading.d.ts +4 -4
  74. package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  75. package/es/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  76. package/es/_internal/scrollbar/src/Scrollbar.mjs +41 -5
  77. package/es/_internal/scrollbar/src/styles/index.cssr.mjs +16 -4
  78. package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  79. package/es/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  80. package/es/_internal/select-menu/src/SelectOption.d.ts +8 -8
  81. package/es/_internal/select-menu/src/interface.d.ts +1 -1
  82. package/es/_internal/selection/src/Selection.d.ts +31 -22
  83. package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  84. package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  85. package/es/_internal/suffix/src/Suffix.d.ts +4 -4
  86. package/es/_internal/wave/src/Wave.d.ts +6 -6
  87. package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  88. package/es/_utils/composable/use-resize.mjs +9 -1
  89. package/es/_utils/css/rtl-inset.mjs +1 -1
  90. package/es/_utils/vue/wrapper.d.ts +1 -1
  91. package/es/affix/src/Affix.d.ts +7 -7
  92. package/es/alert/src/Alert.d.ts +9 -9
  93. package/es/anchor/src/AnchorAdapter.d.ts +5 -5
  94. package/es/anchor/src/BaseAnchor.d.ts +9 -9
  95. package/es/anchor/src/Link.d.ts +3 -3
  96. package/es/auto-complete/src/AutoComplete.d.ts +45 -11
  97. package/es/avatar/src/Avatar.d.ts +13 -13
  98. package/es/avatar-group/src/AvatarGroup.d.ts +7 -7
  99. package/es/back-top/src/BackTop.d.ts +14 -14
  100. package/es/back-top/src/BackTop.mjs +2 -2
  101. package/es/back-top/src/BackTopIcon.d.ts +1 -1
  102. package/es/back-top/src/BackTopIcon.mjs +1 -1
  103. package/es/badge/src/Badge.d.ts +9 -9
  104. package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
  105. package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  106. package/es/button/src/Button.d.ts +14 -11
  107. package/es/button-group/src/ButtonGroup.d.ts +7 -7
  108. package/es/calendar/src/Calendar.d.ts +39 -9
  109. package/es/card/src/Card.d.ts +9 -9
  110. package/es/carousel/src/Carousel.d.ts +11 -11
  111. package/es/carousel/src/CarouselArrow.d.ts +2 -2
  112. package/es/carousel/src/CarouselArrow.mjs +24 -20
  113. package/es/carousel/src/CarouselDots.d.ts +7 -7
  114. package/es/carousel/src/CarouselItem.d.ts +3 -3
  115. package/es/cascader/src/Cascader.d.ts +34 -14
  116. package/es/cascader/src/CascaderMenu.d.ts +294 -8
  117. package/es/cascader/src/CascaderOption.d.ts +299 -10
  118. package/es/cascader/src/CascaderSelectMenu.d.ts +298 -7
  119. package/es/cascader/src/CascaderSubmenu.d.ts +304 -6
  120. package/es/checkbox/src/CheckMark.d.ts +2 -1
  121. package/es/checkbox/src/CheckMark.mjs +1 -1
  122. package/es/checkbox/src/Checkbox.d.ts +15 -15
  123. package/es/checkbox/src/Checkbox.mjs +4 -4
  124. package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
  125. package/es/checkbox/src/LineMark.d.ts +2 -1
  126. package/es/checkbox/src/LineMark.mjs +1 -1
  127. package/es/code/src/Code.d.ts +8 -8
  128. package/es/collapse/src/Collapse.d.ts +8 -8
  129. package/es/collapse/src/CollapseItem.d.ts +8 -8
  130. package/es/collapse/src/CollapseItemContent.d.ts +6 -6
  131. package/es/collapse-transition/src/CollapseTransition.d.ts +9 -9
  132. package/es/color-picker/src/AlphaSlider.d.ts +6 -6
  133. package/es/color-picker/src/ColorInput.d.ts +5 -5
  134. package/es/color-picker/src/ColorInputUnit.d.ts +6 -6
  135. package/es/color-picker/src/ColorPicker.d.ts +11 -11
  136. package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  137. package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  138. package/es/color-picker/src/ColorPreview.d.ts +5 -5
  139. package/es/color-picker/src/HueSlider.d.ts +5 -5
  140. package/es/color-picker/src/Pallete.d.ts +6 -6
  141. package/es/config-provider/src/ConfigProvider.d.ts +5 -5
  142. package/es/countdown/src/Countdown.d.ts +6 -6
  143. package/es/data-table/src/DataTable.d.ts +13 -9
  144. package/es/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  145. package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  146. package/es/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  147. package/es/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  148. package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  149. package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  150. package/es/data-table/src/MainTable.d.ts +12 -5
  151. package/es/data-table/src/TableParts/Body.d.ts +1255 -34
  152. package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  153. package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  154. package/es/data-table/src/TableParts/Cell.d.ts +4 -4
  155. package/es/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  156. package/es/data-table/src/TableParts/Header.d.ts +1224 -20
  157. package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  158. package/es/data-table/src/use-expand.d.ts +1 -1
  159. package/es/data-table/src/use-scroll.d.ts +4 -4
  160. package/es/data-table/src/use-table-data.d.ts +1 -1
  161. package/es/date-picker/src/DatePicker.d.ts +131 -18
  162. package/es/date-picker/src/panel/date.d.ts +985 -13
  163. package/es/date-picker/src/panel/daterange.d.ts +991 -19
  164. package/es/date-picker/src/panel/datetime.d.ts +985 -13
  165. package/es/date-picker/src/panel/datetimerange.d.ts +991 -19
  166. package/es/date-picker/src/panel/month.d.ts +985 -13
  167. package/es/date-picker/src/panel/monthrange.d.ts +991 -19
  168. package/es/date-picker/src/panel/panelHeader.d.ts +6130 -78
  169. package/es/date-picker/src/panel/use-calendar.d.ts +980 -8
  170. package/es/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  171. package/es/date-picker/src/panel/use-panel-common.d.ts +977 -5
  172. package/es/descriptions/src/Descriptions.d.ts +7 -7
  173. package/es/descriptions/src/DescriptionsItem.d.ts +4 -4
  174. package/es/dialog/src/Dialog.d.ts +8 -8
  175. package/es/dialog/src/DialogEnvironment.d.ts +6 -6
  176. package/es/dialog/src/DialogProvider.d.ts +5505 -9
  177. package/es/dialog/src/dialogProps.d.ts +1 -1
  178. package/es/discrete/src/InjectionExtractor.d.ts +4 -4
  179. package/es/divider/src/Divider.d.ts +7 -7
  180. package/es/drawer/src/Drawer.d.ts +9 -9
  181. package/es/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  182. package/es/drawer/src/DrawerBodyWrapper.mjs +1 -1
  183. package/es/drawer/src/DrawerContent.d.ts +53 -6
  184. package/es/dropdown/src/Dropdown.d.ts +9 -9
  185. package/es/dropdown/src/DropdownDivider.d.ts +3 -3
  186. package/es/dropdown/src/DropdownGroup.d.ts +4 -4
  187. package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  188. package/es/dropdown/src/DropdownMenu.d.ts +6 -6
  189. package/es/dropdown/src/DropdownOption.d.ts +15 -15
  190. package/es/dropdown/src/DropdownRenderOption.d.ts +3 -3
  191. package/es/dynamic-input/src/DynamicInput.d.ts +11 -9
  192. package/es/dynamic-input/src/InputPreset.d.ts +292 -6
  193. package/es/dynamic-input/src/PairPreset.d.ts +293 -7
  194. package/es/dynamic-tags/src/DynamicTags.d.ts +36 -12
  195. package/es/element/src/Element.d.ts +7 -7
  196. package/es/ellipsis/src/Ellipsis.d.ts +10 -7
  197. package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  198. package/es/empty/src/Empty.d.ts +7 -7
  199. package/es/equation/src/Equation.d.ts +4 -4
  200. package/es/flex/src/Flex.d.ts +7 -7
  201. package/es/float-button/src/FloatButton.d.ts +8 -8
  202. package/es/float-button/src/styles/index.cssr.mjs +8 -2
  203. package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  204. package/es/float-button-group/src/styles/index.cssr.mjs +7 -1
  205. package/es/form/src/Form.d.ts +6 -6
  206. package/es/form/src/FormItem.d.ts +17 -11
  207. package/es/form/src/FormItemCol.d.ts +11 -5
  208. package/es/form/src/FormItemGridItem.d.ts +11 -5
  209. package/es/form/src/FormItemRow.d.ts +10 -5
  210. package/es/form/src/utils.d.ts +2 -2
  211. package/es/global-style/src/GlobalStyle.d.ts +1 -1
  212. package/es/gradient-text/src/GradientText.d.ts +7 -7
  213. package/es/grid/src/Grid.d.ts +8 -8
  214. package/es/grid/src/GridItem.d.ts +8 -8
  215. package/es/highlight/src/Highlight.d.ts +6 -6
  216. package/es/icon/src/Icon.d.ts +6 -6
  217. package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
  218. package/es/image/src/Image.d.ts +16 -11
  219. package/es/image/src/ImageGroup.d.ts +10 -6
  220. package/es/image/src/ImagePreview.d.ts +13 -13
  221. package/es/image/src/ImagePreview.mjs +4 -4
  222. package/es/image/src/icons.d.ts +3 -3
  223. package/es/image/src/icons.mjs +30 -24
  224. package/es/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  225. package/es/input/src/Input.d.ts +39 -23
  226. package/es/input/src/InputGroup.d.ts +3 -11
  227. package/es/input/src/InputGroupLabel.d.ts +7 -7
  228. package/es/input/src/WordCount.d.ts +1 -1
  229. package/es/input-number/src/InputNumber.d.ts +42 -10
  230. package/es/layout/src/Layout.d.ts +39 -17
  231. package/es/layout/src/LayoutContent.d.ts +19 -8
  232. package/es/layout/src/LayoutFooter.d.ts +7 -7
  233. package/es/layout/src/LayoutHeader.d.ts +7 -7
  234. package/es/layout/src/LayoutSider.d.ts +20 -9
  235. package/es/layout/src/ToggleBar.d.ts +3 -3
  236. package/es/layout/src/ToggleButton.d.ts +3 -3
  237. package/es/legacy-grid/src/Col.d.ts +7 -7
  238. package/es/legacy-grid/src/Row.d.ts +7 -7
  239. package/es/legacy-transfer/src/Transfer.d.ts +13 -10
  240. package/es/legacy-transfer/src/TransferFilter.d.ts +384 -6
  241. package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
  242. package/es/legacy-transfer/src/TransferList.d.ts +401 -6
  243. package/es/legacy-transfer/src/TransferListItem.d.ts +384 -6
  244. package/es/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  245. package/es/list/src/List.d.ts +8 -8
  246. package/es/list/src/ListItem.d.ts +3 -3
  247. package/es/loading-bar/src/LoadingBar.d.ts +11 -11
  248. package/es/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  249. package/es/log/src/Log.d.ts +19 -7
  250. package/es/log/src/LogLine.d.ts +7 -7
  251. package/es/log/src/LogLoader.d.ts +6 -4
  252. package/es/marquee/src/Marquee.d.ts +7 -7
  253. package/es/mention/src/Mention.d.ts +50 -14
  254. package/es/menu/src/Menu.d.ts +16 -12
  255. package/es/menu/src/MenuDivider.d.ts +1 -1
  256. package/es/menu/src/MenuOption.d.ts +222 -7
  257. package/es/menu/src/MenuOptionContent.d.ts +5 -5
  258. package/es/menu/src/MenuOptionGroup.d.ts +4 -4
  259. package/es/menu/src/Submenu.d.ts +226 -11
  260. package/es/message/src/Message.d.ts +8 -8
  261. package/es/message/src/MessageEnvironment.d.ts +6 -6
  262. package/es/message/src/MessageProvider.d.ts +21 -7
  263. package/es/modal/src/BodyWrapper.d.ts +540 -11
  264. package/es/modal/src/Modal.d.ts +10 -10
  265. package/es/modal/src/ModalEnvironment.d.ts +7 -7
  266. package/es/modal/src/presetProps.d.ts +1 -1
  267. package/es/notification/src/Notification.d.ts +9 -9
  268. package/es/notification/src/NotificationContainer.d.ts +61 -7
  269. package/es/notification/src/NotificationEnvironment.d.ts +6 -6
  270. package/es/notification/src/NotificationProvider.d.ts +31 -7
  271. package/es/number-animation/src/NumberAnimation.d.ts +6 -6
  272. package/es/page-header/src/PageHeader.d.ts +7 -7
  273. package/es/pagination/src/Pagination.d.ts +18 -15
  274. package/es/popconfirm/src/Popconfirm.d.ts +12 -7
  275. package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  276. package/es/popover/src/Popover.d.ts +11 -9
  277. package/es/popover/src/Popover.mjs +4 -1
  278. package/es/popover/src/PopoverBody.d.ts +13 -11
  279. package/es/popselect/src/Popselect.d.ts +26 -23
  280. package/es/popselect/src/PopselectPanel.d.ts +133 -7
  281. package/es/progress/src/Circle.d.ts +4 -4
  282. package/es/progress/src/Line.d.ts +4 -4
  283. package/es/progress/src/MultipleCircle.d.ts +4 -4
  284. package/es/progress/src/Progress.d.ts +7 -7
  285. package/es/qr-code/src/QrCode.d.ts +8 -8
  286. package/es/radio/src/Radio.d.ts +7 -7
  287. package/es/radio/src/RadioButton.d.ts +23 -47
  288. package/es/radio/src/RadioGroup.d.ts +9 -9
  289. package/es/rate/src/Rate.d.ts +8 -8
  290. package/es/rate/src/Rate.mjs +2 -2
  291. package/es/rate/src/StarIcon.d.ts +1 -1
  292. package/es/rate/src/StarIcon.mjs +1 -1
  293. package/es/result/src/403.d.ts +1 -2
  294. package/es/result/src/403.mjs +12 -10
  295. package/es/result/src/404.d.ts +1 -2
  296. package/es/result/src/404.mjs +32 -30
  297. package/es/result/src/418.d.ts +1 -2
  298. package/es/result/src/418.mjs +33 -31
  299. package/es/result/src/500.d.ts +1 -2
  300. package/es/result/src/500.mjs +18 -16
  301. package/es/result/src/Result.d.ts +7 -7
  302. package/es/result/src/Result.mjs +8 -8
  303. package/es/scrollbar/src/Scrollbar.d.ts +17 -5
  304. package/es/select/src/Select.d.ts +37 -17
  305. package/es/skeleton/src/Skeleton.d.ts +6 -6
  306. package/es/slider/src/Slider.d.ts +17 -17
  307. package/es/space/src/Space.d.ts +7 -7
  308. package/es/spin/src/Spin.d.ts +8 -8
  309. package/es/split/src/Split.d.ts +10 -10
  310. package/es/statistic/src/Statistic.d.ts +8 -8
  311. package/es/steps/src/Step.d.ts +7 -7
  312. package/es/steps/src/Steps.d.ts +7 -7
  313. package/es/switch/src/Switch.d.ts +9 -9
  314. package/es/table/src/Table.d.ts +8 -8
  315. package/es/table/src/Tbody.d.ts +1 -1
  316. package/es/table/src/Td.d.ts +1 -1
  317. package/es/table/src/Th.d.ts +1 -1
  318. package/es/table/src/Thead.d.ts +1 -1
  319. package/es/table/src/Tr.d.ts +1 -1
  320. package/es/tabs/src/Tab.d.ts +16 -16
  321. package/es/tabs/src/TabPane.d.ts +8 -8
  322. package/es/tabs/src/Tabs.d.ts +58 -19
  323. package/es/tag/src/Tag.d.ts +10 -10
  324. package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
  325. package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
  326. package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
  327. package/es/theme-editor/src/ThemeEditor.mjs +25 -23
  328. package/es/thing/src/Thing.d.ts +4 -4
  329. package/es/time/src/Time.d.ts +6 -6
  330. package/es/time-picker/src/Panel.d.ts +326 -10
  331. package/es/time-picker/src/PanelCol.d.ts +4 -4
  332. package/es/time-picker/src/TimePicker.d.ts +89 -15
  333. package/es/timeline/src/Timeline.d.ts +4 -4
  334. package/es/timeline/src/TimelineItem.d.ts +7 -7
  335. package/es/tooltip/src/Tooltip.d.ts +10 -7
  336. package/es/transfer/src/Transfer.d.ts +9 -9
  337. package/es/transfer/src/TransferFilter.d.ts +397 -6
  338. package/es/transfer/src/TransferHeader.d.ts +4 -4
  339. package/es/transfer/src/TransferList.d.ts +414 -6
  340. package/es/transfer/src/TransferListItem.d.ts +400 -9
  341. package/es/transfer/src/use-transfer-data.d.ts +3 -3
  342. package/es/tree/src/MotionWrapper.d.ts +3 -3
  343. package/es/tree/src/Tree.d.ts +28 -11
  344. package/es/tree/src/TreeNode.d.ts +14 -14
  345. package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
  346. package/es/tree/src/TreeNodeContent.d.ts +10 -10
  347. package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
  348. package/es/tree-select/src/TreeSelect.d.ts +30 -16
  349. package/es/typography/src/a.d.ts +6 -6
  350. package/es/typography/src/blockquote.d.ts +7 -7
  351. package/es/typography/src/create-header.d.ts +7 -7
  352. package/es/typography/src/headers.d.ts +42 -42
  353. package/es/typography/src/hr.d.ts +6 -6
  354. package/es/typography/src/li.d.ts +1 -1
  355. package/es/typography/src/ol.d.ts +7 -7
  356. package/es/typography/src/p.d.ts +6 -6
  357. package/es/typography/src/text.d.ts +7 -7
  358. package/es/typography/src/ul.d.ts +7 -7
  359. package/es/upload/src/Upload.d.ts +10 -10
  360. package/es/upload/src/UploadDragger.d.ts +1 -1
  361. package/es/upload/src/UploadFile.d.ts +270 -7
  362. package/es/upload/src/UploadFile.mjs +3 -3
  363. package/es/upload/src/UploadFileList.d.ts +1 -1
  364. package/es/upload/src/UploadProgress.d.ts +265 -5
  365. package/es/upload/src/UploadTrigger.d.ts +5 -5
  366. package/es/upload/src/icons.d.ts +2 -2
  367. package/es/upload/src/icons.mjs +2 -2
  368. package/es/version.d.ts +1 -1
  369. package/es/version.mjs +1 -1
  370. package/es/virtual-list/src/VirtualList.d.ts +22 -6
  371. package/es/watermark/src/Watermark.d.ts +4 -4
  372. package/lib/_internal/clear/src/Clear.d.ts +5 -5
  373. package/lib/_internal/close/src/Close.d.ts +5 -5
  374. package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
  375. package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
  376. package/lib/_internal/icon/src/Icon.d.ts +4 -4
  377. package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
  378. package/lib/_internal/icons/Add.d.ts +1 -1
  379. package/lib/_internal/icons/ArrowBack.d.ts +1 -1
  380. package/lib/_internal/icons/ArrowDown.d.ts +1 -1
  381. package/lib/_internal/icons/ArrowUp.d.ts +1 -1
  382. package/lib/_internal/icons/Attach.d.ts +1 -1
  383. package/lib/_internal/icons/Attach.js +2 -2
  384. package/lib/_internal/icons/Backward.d.ts +1 -1
  385. package/lib/_internal/icons/Cancel.d.ts +1 -1
  386. package/lib/_internal/icons/Cancel.js +2 -2
  387. package/lib/_internal/icons/Checkmark.d.ts +1 -1
  388. package/lib/_internal/icons/ChevronDown.d.ts +1 -1
  389. package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
  390. package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
  391. package/lib/_internal/icons/ChevronRight.d.ts +1 -1
  392. package/lib/_internal/icons/Clear.d.ts +1 -1
  393. package/lib/_internal/icons/Clear.js +2 -2
  394. package/lib/_internal/icons/Close.d.ts +1 -1
  395. package/lib/_internal/icons/Close.js +2 -2
  396. package/lib/_internal/icons/Date.d.ts +1 -1
  397. package/lib/_internal/icons/Date.js +2 -2
  398. package/lib/_internal/icons/Download.d.ts +1 -1
  399. package/lib/_internal/icons/Download.js +2 -2
  400. package/lib/_internal/icons/Empty.d.ts +1 -1
  401. package/lib/_internal/icons/Error.d.ts +1 -1
  402. package/lib/_internal/icons/Error.js +2 -2
  403. package/lib/_internal/icons/Eye.d.ts +1 -1
  404. package/lib/_internal/icons/EyeOff.d.ts +1 -1
  405. package/lib/_internal/icons/FastBackward.d.ts +1 -1
  406. package/lib/_internal/icons/FastForward.d.ts +1 -1
  407. package/lib/_internal/icons/File.d.ts +1 -1
  408. package/lib/_internal/icons/Filter.d.ts +1 -1
  409. package/lib/_internal/icons/Forward.d.ts +1 -1
  410. package/lib/_internal/icons/Info.d.ts +1 -1
  411. package/lib/_internal/icons/Info.js +2 -2
  412. package/lib/_internal/icons/More.d.ts +1 -1
  413. package/lib/_internal/icons/Photo.d.ts +1 -1
  414. package/lib/_internal/icons/Remove.d.ts +1 -1
  415. package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
  416. package/lib/_internal/icons/Retry.d.ts +1 -1
  417. package/lib/_internal/icons/Retry.js +2 -2
  418. package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
  419. package/lib/_internal/icons/RotateClockwise.js +2 -2
  420. package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
  421. package/lib/_internal/icons/RotateCounterclockwise.js +2 -2
  422. package/lib/_internal/icons/Search.d.ts +1 -1
  423. package/lib/_internal/icons/Success.d.ts +1 -1
  424. package/lib/_internal/icons/Success.js +2 -2
  425. package/lib/_internal/icons/Switcher.d.ts +1 -1
  426. package/lib/_internal/icons/Time.d.ts +1 -1
  427. package/lib/_internal/icons/Time.js +2 -2
  428. package/lib/_internal/icons/To.d.ts +1 -1
  429. package/lib/_internal/icons/To.js +2 -2
  430. package/lib/_internal/icons/Trash.d.ts +1 -1
  431. package/lib/_internal/icons/Trash.js +2 -2
  432. package/lib/_internal/icons/Warning.d.ts +1 -1
  433. package/lib/_internal/icons/Warning.js +2 -2
  434. package/lib/_internal/icons/ZoomIn.d.ts +1 -1
  435. package/lib/_internal/icons/ZoomIn.js +2 -2
  436. package/lib/_internal/icons/ZoomOut.d.ts +1 -1
  437. package/lib/_internal/icons/ZoomOut.js +2 -2
  438. package/lib/_internal/icons/replaceable.d.ts +2 -1
  439. package/lib/_internal/icons/replaceable.js +6 -1
  440. package/lib/_internal/loading/src/Loading.d.ts +4 -4
  441. package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
  442. package/lib/_internal/scrollbar/src/Scrollbar.d.ts +30 -18
  443. package/lib/_internal/scrollbar/src/Scrollbar.js +24 -8
  444. package/lib/_internal/scrollbar/src/styles/index.cssr.js +16 -4
  445. package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +6 -6
  446. package/lib/_internal/select-menu/src/SelectMenu.d.ts +25 -8
  447. package/lib/_internal/select-menu/src/SelectOption.d.ts +8 -8
  448. package/lib/_internal/select-menu/src/interface.d.ts +1 -1
  449. package/lib/_internal/selection/src/Selection.d.ts +31 -22
  450. package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
  451. package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
  452. package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
  453. package/lib/_internal/wave/src/Wave.d.ts +6 -6
  454. package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
  455. package/lib/_utils/composable/use-resize.js +8 -0
  456. package/lib/_utils/css/rtl-inset.js +1 -1
  457. package/lib/_utils/vue/wrapper.d.ts +1 -1
  458. package/lib/affix/src/Affix.d.ts +7 -7
  459. package/lib/alert/src/Alert.d.ts +9 -9
  460. package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
  461. package/lib/anchor/src/BaseAnchor.d.ts +9 -9
  462. package/lib/anchor/src/Link.d.ts +3 -3
  463. package/lib/auto-complete/src/AutoComplete.d.ts +45 -11
  464. package/lib/avatar/src/Avatar.d.ts +13 -13
  465. package/lib/avatar-group/src/AvatarGroup.d.ts +7 -7
  466. package/lib/back-top/src/BackTop.d.ts +14 -14
  467. package/lib/back-top/src/BackTop.js +1 -1
  468. package/lib/back-top/src/BackTopIcon.d.ts +1 -1
  469. package/lib/back-top/src/BackTopIcon.js +1 -1
  470. package/lib/badge/src/Badge.d.ts +9 -9
  471. package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
  472. package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
  473. package/lib/button/src/Button.d.ts +14 -11
  474. package/lib/button-group/src/ButtonGroup.d.ts +7 -7
  475. package/lib/calendar/src/Calendar.d.ts +39 -9
  476. package/lib/card/src/Card.d.ts +9 -9
  477. package/lib/carousel/src/Carousel.d.ts +11 -11
  478. package/lib/carousel/src/CarouselArrow.d.ts +2 -2
  479. package/lib/carousel/src/CarouselArrow.js +12 -8
  480. package/lib/carousel/src/CarouselDots.d.ts +7 -7
  481. package/lib/carousel/src/CarouselItem.d.ts +3 -3
  482. package/lib/cascader/src/Cascader.d.ts +34 -14
  483. package/lib/cascader/src/CascaderMenu.d.ts +294 -8
  484. package/lib/cascader/src/CascaderOption.d.ts +299 -10
  485. package/lib/cascader/src/CascaderSelectMenu.d.ts +298 -7
  486. package/lib/cascader/src/CascaderSubmenu.d.ts +304 -6
  487. package/lib/checkbox/src/CheckMark.d.ts +2 -1
  488. package/lib/checkbox/src/CheckMark.js +1 -1
  489. package/lib/checkbox/src/Checkbox.d.ts +15 -15
  490. package/lib/checkbox/src/Checkbox.js +1 -1
  491. package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
  492. package/lib/checkbox/src/LineMark.d.ts +2 -1
  493. package/lib/checkbox/src/LineMark.js +1 -1
  494. package/lib/code/src/Code.d.ts +8 -8
  495. package/lib/collapse/src/Collapse.d.ts +8 -8
  496. package/lib/collapse/src/CollapseItem.d.ts +8 -8
  497. package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
  498. package/lib/collapse-transition/src/CollapseTransition.d.ts +9 -9
  499. package/lib/color-picker/src/AlphaSlider.d.ts +6 -6
  500. package/lib/color-picker/src/ColorInput.d.ts +5 -5
  501. package/lib/color-picker/src/ColorInputUnit.d.ts +6 -6
  502. package/lib/color-picker/src/ColorPicker.d.ts +11 -11
  503. package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
  504. package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
  505. package/lib/color-picker/src/ColorPreview.d.ts +5 -5
  506. package/lib/color-picker/src/HueSlider.d.ts +5 -5
  507. package/lib/color-picker/src/Pallete.d.ts +6 -6
  508. package/lib/config-provider/src/ConfigProvider.d.ts +5 -5
  509. package/lib/countdown/src/Countdown.d.ts +6 -6
  510. package/lib/data-table/src/DataTable.d.ts +13 -9
  511. package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1207 -9
  512. package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1210 -7
  513. package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +4 -4
  514. package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +4 -4
  515. package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
  516. package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
  517. package/lib/data-table/src/MainTable.d.ts +12 -5
  518. package/lib/data-table/src/TableParts/Body.d.ts +1255 -34
  519. package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
  520. package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
  521. package/lib/data-table/src/TableParts/Cell.d.ts +4 -4
  522. package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +4 -4
  523. package/lib/data-table/src/TableParts/Header.d.ts +1224 -20
  524. package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
  525. package/lib/data-table/src/use-expand.d.ts +1 -1
  526. package/lib/data-table/src/use-scroll.d.ts +4 -4
  527. package/lib/data-table/src/use-table-data.d.ts +1 -1
  528. package/lib/date-picker/src/DatePicker.d.ts +131 -18
  529. package/lib/date-picker/src/panel/date.d.ts +985 -13
  530. package/lib/date-picker/src/panel/daterange.d.ts +991 -19
  531. package/lib/date-picker/src/panel/datetime.d.ts +985 -13
  532. package/lib/date-picker/src/panel/datetimerange.d.ts +991 -19
  533. package/lib/date-picker/src/panel/month.d.ts +985 -13
  534. package/lib/date-picker/src/panel/monthrange.d.ts +991 -19
  535. package/lib/date-picker/src/panel/panelHeader.d.ts +6130 -78
  536. package/lib/date-picker/src/panel/use-calendar.d.ts +980 -8
  537. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +986 -14
  538. package/lib/date-picker/src/panel/use-panel-common.d.ts +977 -5
  539. package/lib/descriptions/src/Descriptions.d.ts +7 -7
  540. package/lib/descriptions/src/DescriptionsItem.d.ts +4 -4
  541. package/lib/dialog/src/Dialog.d.ts +8 -8
  542. package/lib/dialog/src/DialogEnvironment.d.ts +6 -6
  543. package/lib/dialog/src/DialogProvider.d.ts +5505 -9
  544. package/lib/dialog/src/dialogProps.d.ts +1 -1
  545. package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
  546. package/lib/divider/src/Divider.d.ts +7 -7
  547. package/lib/drawer/src/Drawer.d.ts +9 -9
  548. package/lib/drawer/src/DrawerBodyWrapper.d.ts +60 -13
  549. package/lib/drawer/src/DrawerBodyWrapper.js +1 -1
  550. package/lib/drawer/src/DrawerContent.d.ts +53 -6
  551. package/lib/dropdown/src/Dropdown.d.ts +9 -9
  552. package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
  553. package/lib/dropdown/src/DropdownGroup.d.ts +4 -4
  554. package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
  555. package/lib/dropdown/src/DropdownMenu.d.ts +6 -6
  556. package/lib/dropdown/src/DropdownOption.d.ts +15 -15
  557. package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -3
  558. package/lib/dynamic-input/src/DynamicInput.d.ts +11 -9
  559. package/lib/dynamic-input/src/InputPreset.d.ts +292 -6
  560. package/lib/dynamic-input/src/PairPreset.d.ts +293 -7
  561. package/lib/dynamic-tags/src/DynamicTags.d.ts +36 -12
  562. package/lib/element/src/Element.d.ts +7 -7
  563. package/lib/ellipsis/src/Ellipsis.d.ts +10 -7
  564. package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
  565. package/lib/empty/src/Empty.d.ts +7 -7
  566. package/lib/equation/src/Equation.d.ts +4 -4
  567. package/lib/flex/src/Flex.d.ts +7 -7
  568. package/lib/float-button/src/FloatButton.d.ts +8 -8
  569. package/lib/float-button/src/styles/index.cssr.js +8 -2
  570. package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
  571. package/lib/float-button-group/src/styles/index.cssr.js +7 -1
  572. package/lib/form/src/Form.d.ts +6 -6
  573. package/lib/form/src/FormItem.d.ts +17 -11
  574. package/lib/form/src/FormItemCol.d.ts +11 -5
  575. package/lib/form/src/FormItemGridItem.d.ts +11 -5
  576. package/lib/form/src/FormItemRow.d.ts +10 -5
  577. package/lib/form/src/utils.d.ts +2 -2
  578. package/lib/global-style/src/GlobalStyle.d.ts +1 -1
  579. package/lib/gradient-text/src/GradientText.d.ts +7 -7
  580. package/lib/grid/src/Grid.d.ts +8 -8
  581. package/lib/grid/src/GridItem.d.ts +8 -8
  582. package/lib/highlight/src/Highlight.d.ts +6 -6
  583. package/lib/icon/src/Icon.d.ts +6 -6
  584. package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
  585. package/lib/image/src/Image.d.ts +16 -11
  586. package/lib/image/src/ImageGroup.d.ts +10 -6
  587. package/lib/image/src/ImagePreview.d.ts +13 -13
  588. package/lib/image/src/ImagePreview.js +3 -3
  589. package/lib/image/src/icons.d.ts +3 -3
  590. package/lib/image/src/icons.js +15 -7
  591. package/lib/infinite-scroll/src/InfiniteScroll.d.ts +17 -5
  592. package/lib/input/src/Input.d.ts +39 -23
  593. package/lib/input/src/InputGroup.d.ts +3 -11
  594. package/lib/input/src/InputGroupLabel.d.ts +7 -7
  595. package/lib/input/src/WordCount.d.ts +1 -1
  596. package/lib/input-number/src/InputNumber.d.ts +42 -10
  597. package/lib/layout/src/Layout.d.ts +39 -17
  598. package/lib/layout/src/LayoutContent.d.ts +19 -8
  599. package/lib/layout/src/LayoutFooter.d.ts +7 -7
  600. package/lib/layout/src/LayoutHeader.d.ts +7 -7
  601. package/lib/layout/src/LayoutSider.d.ts +20 -9
  602. package/lib/layout/src/ToggleBar.d.ts +3 -3
  603. package/lib/layout/src/ToggleButton.d.ts +3 -3
  604. package/lib/legacy-grid/src/Col.d.ts +7 -7
  605. package/lib/legacy-grid/src/Row.d.ts +7 -7
  606. package/lib/legacy-transfer/src/Transfer.d.ts +13 -10
  607. package/lib/legacy-transfer/src/TransferFilter.d.ts +384 -6
  608. package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
  609. package/lib/legacy-transfer/src/TransferList.d.ts +401 -6
  610. package/lib/legacy-transfer/src/TransferListItem.d.ts +384 -6
  611. package/lib/legacy-transfer/src/use-transfer-data.d.ts +6 -6
  612. package/lib/list/src/List.d.ts +8 -8
  613. package/lib/list/src/ListItem.d.ts +3 -3
  614. package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
  615. package/lib/loading-bar/src/LoadingBarProvider.d.ts +9 -5
  616. package/lib/log/src/Log.d.ts +19 -7
  617. package/lib/log/src/LogLine.d.ts +7 -7
  618. package/lib/log/src/LogLoader.d.ts +6 -4
  619. package/lib/marquee/src/Marquee.d.ts +7 -7
  620. package/lib/mention/src/Mention.d.ts +50 -14
  621. package/lib/menu/src/Menu.d.ts +16 -12
  622. package/lib/menu/src/MenuDivider.d.ts +1 -1
  623. package/lib/menu/src/MenuOption.d.ts +222 -7
  624. package/lib/menu/src/MenuOptionContent.d.ts +5 -5
  625. package/lib/menu/src/MenuOptionGroup.d.ts +4 -4
  626. package/lib/menu/src/Submenu.d.ts +226 -11
  627. package/lib/message/src/Message.d.ts +8 -8
  628. package/lib/message/src/MessageEnvironment.d.ts +6 -6
  629. package/lib/message/src/MessageProvider.d.ts +21 -7
  630. package/lib/modal/src/BodyWrapper.d.ts +540 -11
  631. package/lib/modal/src/Modal.d.ts +10 -10
  632. package/lib/modal/src/ModalEnvironment.d.ts +7 -7
  633. package/lib/modal/src/presetProps.d.ts +1 -1
  634. package/lib/notification/src/Notification.d.ts +9 -9
  635. package/lib/notification/src/NotificationContainer.d.ts +61 -7
  636. package/lib/notification/src/NotificationEnvironment.d.ts +6 -6
  637. package/lib/notification/src/NotificationProvider.d.ts +31 -7
  638. package/lib/number-animation/src/NumberAnimation.d.ts +6 -6
  639. package/lib/page-header/src/PageHeader.d.ts +7 -7
  640. package/lib/pagination/src/Pagination.d.ts +18 -15
  641. package/lib/popconfirm/src/Popconfirm.d.ts +12 -7
  642. package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
  643. package/lib/popover/src/Popover.d.ts +11 -9
  644. package/lib/popover/src/Popover.js +7 -1
  645. package/lib/popover/src/PopoverBody.d.ts +13 -11
  646. package/lib/popselect/src/Popselect.d.ts +26 -23
  647. package/lib/popselect/src/PopselectPanel.d.ts +133 -7
  648. package/lib/progress/src/Circle.d.ts +4 -4
  649. package/lib/progress/src/Line.d.ts +4 -4
  650. package/lib/progress/src/MultipleCircle.d.ts +4 -4
  651. package/lib/progress/src/Progress.d.ts +7 -7
  652. package/lib/qr-code/src/QrCode.d.ts +8 -8
  653. package/lib/radio/src/Radio.d.ts +7 -7
  654. package/lib/radio/src/RadioButton.d.ts +23 -47
  655. package/lib/radio/src/RadioGroup.d.ts +9 -9
  656. package/lib/rate/src/Rate.d.ts +8 -8
  657. package/lib/rate/src/Rate.js +1 -1
  658. package/lib/rate/src/StarIcon.d.ts +1 -1
  659. package/lib/rate/src/StarIcon.js +1 -1
  660. package/lib/result/src/403.d.ts +1 -2
  661. package/lib/result/src/403.js +6 -3
  662. package/lib/result/src/404.d.ts +1 -2
  663. package/lib/result/src/404.js +10 -7
  664. package/lib/result/src/418.d.ts +1 -2
  665. package/lib/result/src/418.js +10 -7
  666. package/lib/result/src/500.d.ts +1 -2
  667. package/lib/result/src/500.js +7 -4
  668. package/lib/result/src/Result.d.ts +7 -7
  669. package/lib/result/src/Result.js +8 -8
  670. package/lib/scrollbar/src/Scrollbar.d.ts +17 -5
  671. package/lib/select/src/Select.d.ts +37 -17
  672. package/lib/skeleton/src/Skeleton.d.ts +6 -6
  673. package/lib/slider/src/Slider.d.ts +17 -17
  674. package/lib/space/src/Space.d.ts +7 -7
  675. package/lib/spin/src/Spin.d.ts +8 -8
  676. package/lib/split/src/Split.d.ts +10 -10
  677. package/lib/statistic/src/Statistic.d.ts +8 -8
  678. package/lib/steps/src/Step.d.ts +7 -7
  679. package/lib/steps/src/Steps.d.ts +7 -7
  680. package/lib/switch/src/Switch.d.ts +9 -9
  681. package/lib/table/src/Table.d.ts +8 -8
  682. package/lib/table/src/Tbody.d.ts +1 -1
  683. package/lib/table/src/Td.d.ts +1 -1
  684. package/lib/table/src/Th.d.ts +1 -1
  685. package/lib/table/src/Thead.d.ts +1 -1
  686. package/lib/table/src/Tr.d.ts +1 -1
  687. package/lib/tabs/src/Tab.d.ts +16 -16
  688. package/lib/tabs/src/TabPane.d.ts +8 -8
  689. package/lib/tabs/src/Tabs.d.ts +58 -19
  690. package/lib/tag/src/Tag.d.ts +10 -10
  691. package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
  692. package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
  693. package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
  694. package/lib/theme-editor/src/ThemeEditor.js +8 -6
  695. package/lib/thing/src/Thing.d.ts +4 -4
  696. package/lib/time/src/Time.d.ts +6 -6
  697. package/lib/time-picker/src/Panel.d.ts +326 -10
  698. package/lib/time-picker/src/PanelCol.d.ts +4 -4
  699. package/lib/time-picker/src/TimePicker.d.ts +89 -15
  700. package/lib/timeline/src/Timeline.d.ts +4 -4
  701. package/lib/timeline/src/TimelineItem.d.ts +7 -7
  702. package/lib/tooltip/src/Tooltip.d.ts +10 -7
  703. package/lib/transfer/src/Transfer.d.ts +9 -9
  704. package/lib/transfer/src/TransferFilter.d.ts +397 -6
  705. package/lib/transfer/src/TransferHeader.d.ts +4 -4
  706. package/lib/transfer/src/TransferList.d.ts +414 -6
  707. package/lib/transfer/src/TransferListItem.d.ts +400 -9
  708. package/lib/transfer/src/use-transfer-data.d.ts +3 -3
  709. package/lib/tree/src/MotionWrapper.d.ts +3 -3
  710. package/lib/tree/src/Tree.d.ts +28 -11
  711. package/lib/tree/src/TreeNode.d.ts +14 -14
  712. package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
  713. package/lib/tree/src/TreeNodeContent.d.ts +10 -10
  714. package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
  715. package/lib/tree-select/src/TreeSelect.d.ts +30 -16
  716. package/lib/typography/src/a.d.ts +6 -6
  717. package/lib/typography/src/blockquote.d.ts +7 -7
  718. package/lib/typography/src/create-header.d.ts +7 -7
  719. package/lib/typography/src/headers.d.ts +42 -42
  720. package/lib/typography/src/hr.d.ts +6 -6
  721. package/lib/typography/src/li.d.ts +1 -1
  722. package/lib/typography/src/ol.d.ts +7 -7
  723. package/lib/typography/src/p.d.ts +6 -6
  724. package/lib/typography/src/text.d.ts +7 -7
  725. package/lib/typography/src/ul.d.ts +7 -7
  726. package/lib/upload/src/Upload.d.ts +10 -10
  727. package/lib/upload/src/UploadDragger.d.ts +1 -1
  728. package/lib/upload/src/UploadFile.d.ts +270 -7
  729. package/lib/upload/src/UploadFile.js +1 -1
  730. package/lib/upload/src/UploadFileList.d.ts +1 -1
  731. package/lib/upload/src/UploadProgress.d.ts +265 -5
  732. package/lib/upload/src/UploadTrigger.d.ts +5 -5
  733. package/lib/upload/src/icons.d.ts +2 -2
  734. package/lib/upload/src/icons.js +3 -3
  735. package/lib/version.d.ts +1 -1
  736. package/lib/version.js +1 -1
  737. package/lib/virtual-list/src/VirtualList.d.ts +22 -6
  738. package/lib/watermark/src/Watermark.d.ts +4 -4
  739. package/package.json +4 -4
  740. package/web-types.json +1 -1
@@ -1,16 +1,18 @@
1
1
  import type { CSSProperties, PropType, VNodeChild } from 'vue';
2
+ import type { VirtualListInst } from 'vueuc';
2
3
  import type { ColItem } from '../use-group-header';
4
+ import { type ScrollbarInst } from '../../../_internal';
3
5
  import { type ColumnKey, type RowData, type RowKey, type TmNode } from '../interface';
4
- declare const _default: import("vue").DefineComponent<{
6
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
5
7
  onResize: PropType<(e: ResizeObserverEntry) => void>;
6
8
  showHeader: BooleanConstructor;
7
9
  flexHeight: BooleanConstructor;
8
10
  bodyStyle: PropType<CSSProperties>;
9
- }, {
11
+ }>, {
10
12
  getScrollContainer: () => HTMLElement | null;
11
13
  scrollTo: import("../../../scrollbar/src/Scrollbar").ScrollTo;
12
- bodyWidth: import("vue").Ref<number | null>;
13
- summaryPlacement: import("vue").Ref<"top" | "bottom">;
14
+ bodyWidth: import("vue").Ref<number | null, number | null>;
15
+ summaryPlacement: import("vue").Ref<"top" | "bottom", "top" | "bottom">;
14
16
  dataTableSlots: Readonly<{
15
17
  [name: string]: import("vue").Slot<any> | undefined;
16
18
  }>;
@@ -26,15 +28,30 @@ declare const _default: import("vue").DefineComponent<{
26
28
  sync: () => void;
27
29
  handleMouseEnterWrapper: () => void;
28
30
  handleMouseLeaveWrapper: () => void;
31
+ } | null, ScrollbarInst | {
32
+ $el: HTMLElement;
33
+ containerRef: HTMLElement | null;
34
+ contentRef: HTMLElement | null;
35
+ containerScrollTop: number;
36
+ syncUnifiedContainer: () => void;
37
+ scrollTo: import("../../../_internal/scrollbar/src/Scrollbar").ScrollTo;
38
+ scrollBy: import("../../../_internal/scrollbar/src/Scrollbar").ScrollBy;
39
+ sync: () => void;
40
+ handleMouseEnterWrapper: () => void;
41
+ handleMouseLeaveWrapper: () => void;
29
42
  } | null>;
30
43
  virtualListRef: import("vue").Ref<{
31
44
  listElRef: HTMLElement;
32
45
  itemsElRef: HTMLElement | null;
33
46
  scrollTo: import("vueuc").VVirtualListScrollTo;
47
+ } | null, VirtualListInst | {
48
+ listElRef: HTMLElement;
49
+ itemsElRef: HTMLElement | null;
50
+ scrollTo: import("vueuc").VVirtualListScrollTo;
34
51
  } | null>;
35
- emptyElRef: import("vue").Ref<HTMLElement | null>;
36
- summary: import("vue").Ref<import("../interface").CreateSummary<import("../interface").InternalRowData> | undefined>;
37
- mergedClsPrefix: import("vue").Ref<string>;
52
+ emptyElRef: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
53
+ summary: import("vue").Ref<import("../interface").CreateSummary<import("../interface").InternalRowData> | undefined, import("../interface").CreateSummary<import("../interface").InternalRowData> | undefined>;
54
+ mergedClsPrefix: import("vue").Ref<string, string>;
38
55
  mergedTheme: import("vue").Ref<{
39
56
  common: import("../../..").ThemeCommonVars;
40
57
  self: {
@@ -1233,10 +1250,1208 @@ declare const _default: import("vue").DefineComponent<{
1233
1250
  } | undefined;
1234
1251
  } | undefined;
1235
1252
  };
1253
+ }, {
1254
+ common: import("../../..").ThemeCommonVars;
1255
+ self: {
1256
+ actionDividerColor: string;
1257
+ lineHeight: string;
1258
+ borderRadius: string;
1259
+ fontSizeSmall: string;
1260
+ fontSizeMedium: string;
1261
+ fontSizeLarge: string;
1262
+ borderColor: string;
1263
+ tdColorHover: string;
1264
+ tdColorSorting: string;
1265
+ tdColorStriped: string;
1266
+ thColor: string;
1267
+ thColorHover: string;
1268
+ thColorSorting: string;
1269
+ tdColor: string;
1270
+ tdTextColor: string;
1271
+ thTextColor: string;
1272
+ thFontWeight: string;
1273
+ thButtonColorHover: string;
1274
+ thIconColor: string;
1275
+ thIconColorActive: string;
1276
+ borderColorModal: string;
1277
+ tdColorHoverModal: string;
1278
+ tdColorSortingModal: string;
1279
+ tdColorStripedModal: string;
1280
+ thColorModal: string;
1281
+ thColorHoverModal: string;
1282
+ thColorSortingModal: string;
1283
+ tdColorModal: string;
1284
+ borderColorPopover: string;
1285
+ tdColorHoverPopover: string;
1286
+ tdColorSortingPopover: string;
1287
+ tdColorStripedPopover: string;
1288
+ thColorPopover: string;
1289
+ thColorHoverPopover: string;
1290
+ thColorSortingPopover: string;
1291
+ tdColorPopover: string;
1292
+ boxShadowBefore: string;
1293
+ boxShadowAfter: string;
1294
+ loadingColor: string;
1295
+ loadingSize: string;
1296
+ opacityLoading: string;
1297
+ thPaddingSmall: string;
1298
+ thPaddingMedium: string;
1299
+ thPaddingLarge: string;
1300
+ tdPaddingSmall: string;
1301
+ tdPaddingMedium: string;
1302
+ tdPaddingLarge: string;
1303
+ sorterSize: string;
1304
+ resizableContainerSize: string;
1305
+ resizableSize: string;
1306
+ filterSize: string;
1307
+ paginationMargin: string;
1308
+ emptyPadding: string;
1309
+ actionPadding: string;
1310
+ actionButtonMargin: string;
1311
+ };
1312
+ peers: {
1313
+ Button: import("../../../_mixins").Theme<"Button", {
1314
+ heightTiny: string;
1315
+ heightSmall: string;
1316
+ heightMedium: string;
1317
+ heightLarge: string;
1318
+ borderRadiusTiny: string;
1319
+ borderRadiusSmall: string;
1320
+ borderRadiusMedium: string;
1321
+ borderRadiusLarge: string;
1322
+ fontSizeTiny: string;
1323
+ fontSizeSmall: string;
1324
+ fontSizeMedium: string;
1325
+ fontSizeLarge: string;
1326
+ opacityDisabled: string;
1327
+ colorOpacitySecondary: string;
1328
+ colorOpacitySecondaryHover: string;
1329
+ colorOpacitySecondaryPressed: string;
1330
+ colorSecondary: string;
1331
+ colorSecondaryHover: string;
1332
+ colorSecondaryPressed: string;
1333
+ colorTertiary: string;
1334
+ colorTertiaryHover: string;
1335
+ colorTertiaryPressed: string;
1336
+ colorQuaternary: string;
1337
+ colorQuaternaryHover: string;
1338
+ colorQuaternaryPressed: string;
1339
+ color: string;
1340
+ colorHover: string;
1341
+ colorPressed: string;
1342
+ colorFocus: string;
1343
+ colorDisabled: string;
1344
+ textColor: string;
1345
+ textColorTertiary: string;
1346
+ textColorHover: string;
1347
+ textColorPressed: string;
1348
+ textColorFocus: string;
1349
+ textColorDisabled: string;
1350
+ textColorText: string;
1351
+ textColorTextHover: string;
1352
+ textColorTextPressed: string;
1353
+ textColorTextFocus: string;
1354
+ textColorTextDisabled: string;
1355
+ textColorGhost: string;
1356
+ textColorGhostHover: string;
1357
+ textColorGhostPressed: string;
1358
+ textColorGhostFocus: string;
1359
+ textColorGhostDisabled: string;
1360
+ border: string;
1361
+ borderHover: string;
1362
+ borderPressed: string;
1363
+ borderFocus: string;
1364
+ borderDisabled: string;
1365
+ rippleColor: string;
1366
+ colorPrimary: string;
1367
+ colorHoverPrimary: string;
1368
+ colorPressedPrimary: string;
1369
+ colorFocusPrimary: string;
1370
+ colorDisabledPrimary: string;
1371
+ textColorPrimary: string;
1372
+ textColorHoverPrimary: string;
1373
+ textColorPressedPrimary: string;
1374
+ textColorFocusPrimary: string;
1375
+ textColorDisabledPrimary: string;
1376
+ textColorTextPrimary: string;
1377
+ textColorTextHoverPrimary: string;
1378
+ textColorTextPressedPrimary: string;
1379
+ textColorTextFocusPrimary: string;
1380
+ textColorTextDisabledPrimary: string;
1381
+ textColorGhostPrimary: string;
1382
+ textColorGhostHoverPrimary: string;
1383
+ textColorGhostPressedPrimary: string;
1384
+ textColorGhostFocusPrimary: string;
1385
+ textColorGhostDisabledPrimary: string;
1386
+ borderPrimary: string;
1387
+ borderHoverPrimary: string;
1388
+ borderPressedPrimary: string;
1389
+ borderFocusPrimary: string;
1390
+ borderDisabledPrimary: string;
1391
+ rippleColorPrimary: string;
1392
+ colorInfo: string;
1393
+ colorHoverInfo: string;
1394
+ colorPressedInfo: string;
1395
+ colorFocusInfo: string;
1396
+ colorDisabledInfo: string;
1397
+ textColorInfo: string;
1398
+ textColorHoverInfo: string;
1399
+ textColorPressedInfo: string;
1400
+ textColorFocusInfo: string;
1401
+ textColorDisabledInfo: string;
1402
+ textColorTextInfo: string;
1403
+ textColorTextHoverInfo: string;
1404
+ textColorTextPressedInfo: string;
1405
+ textColorTextFocusInfo: string;
1406
+ textColorTextDisabledInfo: string;
1407
+ textColorGhostInfo: string;
1408
+ textColorGhostHoverInfo: string;
1409
+ textColorGhostPressedInfo: string;
1410
+ textColorGhostFocusInfo: string;
1411
+ textColorGhostDisabledInfo: string;
1412
+ borderInfo: string;
1413
+ borderHoverInfo: string;
1414
+ borderPressedInfo: string;
1415
+ borderFocusInfo: string;
1416
+ borderDisabledInfo: string;
1417
+ rippleColorInfo: string;
1418
+ colorSuccess: string;
1419
+ colorHoverSuccess: string;
1420
+ colorPressedSuccess: string;
1421
+ colorFocusSuccess: string;
1422
+ colorDisabledSuccess: string;
1423
+ textColorSuccess: string;
1424
+ textColorHoverSuccess: string;
1425
+ textColorPressedSuccess: string;
1426
+ textColorFocusSuccess: string;
1427
+ textColorDisabledSuccess: string;
1428
+ textColorTextSuccess: string;
1429
+ textColorTextHoverSuccess: string;
1430
+ textColorTextPressedSuccess: string;
1431
+ textColorTextFocusSuccess: string;
1432
+ textColorTextDisabledSuccess: string;
1433
+ textColorGhostSuccess: string;
1434
+ textColorGhostHoverSuccess: string;
1435
+ textColorGhostPressedSuccess: string;
1436
+ textColorGhostFocusSuccess: string;
1437
+ textColorGhostDisabledSuccess: string;
1438
+ borderSuccess: string;
1439
+ borderHoverSuccess: string;
1440
+ borderPressedSuccess: string;
1441
+ borderFocusSuccess: string;
1442
+ borderDisabledSuccess: string;
1443
+ rippleColorSuccess: string;
1444
+ colorWarning: string;
1445
+ colorHoverWarning: string;
1446
+ colorPressedWarning: string;
1447
+ colorFocusWarning: string;
1448
+ colorDisabledWarning: string;
1449
+ textColorWarning: string;
1450
+ textColorHoverWarning: string;
1451
+ textColorPressedWarning: string;
1452
+ textColorFocusWarning: string;
1453
+ textColorDisabledWarning: string;
1454
+ textColorTextWarning: string;
1455
+ textColorTextHoverWarning: string;
1456
+ textColorTextPressedWarning: string;
1457
+ textColorTextFocusWarning: string;
1458
+ textColorTextDisabledWarning: string;
1459
+ textColorGhostWarning: string;
1460
+ textColorGhostHoverWarning: string;
1461
+ textColorGhostPressedWarning: string;
1462
+ textColorGhostFocusWarning: string;
1463
+ textColorGhostDisabledWarning: string;
1464
+ borderWarning: string;
1465
+ borderHoverWarning: string;
1466
+ borderPressedWarning: string;
1467
+ borderFocusWarning: string;
1468
+ borderDisabledWarning: string;
1469
+ rippleColorWarning: string;
1470
+ colorError: string;
1471
+ colorHoverError: string;
1472
+ colorPressedError: string;
1473
+ colorFocusError: string;
1474
+ colorDisabledError: string;
1475
+ textColorError: string;
1476
+ textColorHoverError: string;
1477
+ textColorPressedError: string;
1478
+ textColorFocusError: string;
1479
+ textColorDisabledError: string;
1480
+ textColorTextError: string;
1481
+ textColorTextHoverError: string;
1482
+ textColorTextPressedError: string;
1483
+ textColorTextFocusError: string;
1484
+ textColorTextDisabledError: string;
1485
+ textColorGhostError: string;
1486
+ textColorGhostHoverError: string;
1487
+ textColorGhostPressedError: string;
1488
+ textColorGhostFocusError: string;
1489
+ textColorGhostDisabledError: string;
1490
+ borderError: string;
1491
+ borderHoverError: string;
1492
+ borderPressedError: string;
1493
+ borderFocusError: string;
1494
+ borderDisabledError: string;
1495
+ rippleColorError: string;
1496
+ waveOpacity: string;
1497
+ fontWeight: string;
1498
+ fontWeightStrong: string;
1499
+ paddingTiny: string;
1500
+ paddingSmall: string;
1501
+ paddingMedium: string;
1502
+ paddingLarge: string;
1503
+ paddingRoundTiny: string;
1504
+ paddingRoundSmall: string;
1505
+ paddingRoundMedium: string;
1506
+ paddingRoundLarge: string;
1507
+ iconMarginTiny: string;
1508
+ iconMarginSmall: string;
1509
+ iconMarginMedium: string;
1510
+ iconMarginLarge: string;
1511
+ iconSizeTiny: string;
1512
+ iconSizeSmall: string;
1513
+ iconSizeMedium: string;
1514
+ iconSizeLarge: string;
1515
+ rippleDuration: string;
1516
+ }, any>;
1517
+ Checkbox: import("../../../_mixins").Theme<"Checkbox", {
1518
+ labelLineHeight: string;
1519
+ fontSizeSmall: string;
1520
+ fontSizeMedium: string;
1521
+ fontSizeLarge: string;
1522
+ borderRadius: string;
1523
+ color: string;
1524
+ colorChecked: string;
1525
+ colorDisabled: string;
1526
+ colorDisabledChecked: string;
1527
+ colorTableHeader: string;
1528
+ colorTableHeaderModal: string;
1529
+ colorTableHeaderPopover: string;
1530
+ checkMarkColor: string;
1531
+ checkMarkColorDisabled: string;
1532
+ checkMarkColorDisabledChecked: string;
1533
+ border: string;
1534
+ borderDisabled: string;
1535
+ borderDisabledChecked: string;
1536
+ borderChecked: string;
1537
+ borderFocus: string;
1538
+ boxShadowFocus: string;
1539
+ textColor: string;
1540
+ textColorDisabled: string;
1541
+ sizeSmall: string;
1542
+ sizeMedium: string;
1543
+ sizeLarge: string;
1544
+ labelPadding: string;
1545
+ labelFontWeight: string;
1546
+ }, any>;
1547
+ Radio: import("../../../_mixins").Theme<"Radio", {
1548
+ labelLineHeight: string;
1549
+ buttonHeightSmall: string;
1550
+ buttonHeightMedium: string;
1551
+ buttonHeightLarge: string;
1552
+ fontSizeSmall: string;
1553
+ fontSizeMedium: string;
1554
+ fontSizeLarge: string;
1555
+ boxShadow: string;
1556
+ boxShadowActive: string;
1557
+ boxShadowFocus: string;
1558
+ boxShadowHover: string;
1559
+ boxShadowDisabled: string;
1560
+ color: string;
1561
+ colorDisabled: string;
1562
+ colorActive: string;
1563
+ textColor: string;
1564
+ textColorDisabled: string;
1565
+ dotColorActive: string;
1566
+ dotColorDisabled: string;
1567
+ buttonBorderColor: string;
1568
+ buttonBorderColorActive: string;
1569
+ buttonBorderColorHover: string;
1570
+ buttonColor: string;
1571
+ buttonColorActive: string;
1572
+ buttonTextColor: string;
1573
+ buttonTextColorActive: string;
1574
+ buttonTextColorHover: string;
1575
+ opacityDisabled: string;
1576
+ buttonBoxShadowFocus: string;
1577
+ buttonBoxShadowHover: string;
1578
+ buttonBoxShadow: string;
1579
+ buttonBorderRadius: string;
1580
+ radioSizeSmall: string;
1581
+ radioSizeMedium: string;
1582
+ radioSizeLarge: string;
1583
+ labelPadding: string;
1584
+ labelFontWeight: string;
1585
+ }, any>;
1586
+ Pagination: import("../../../_mixins").Theme<"Pagination", {
1587
+ buttonColor: string;
1588
+ buttonColorHover: string;
1589
+ buttonColorPressed: string;
1590
+ buttonBorder: string;
1591
+ buttonBorderHover: string;
1592
+ buttonBorderPressed: string;
1593
+ buttonIconColor: string;
1594
+ buttonIconColorHover: string;
1595
+ buttonIconColorPressed: string;
1596
+ itemTextColor: string;
1597
+ itemTextColorHover: string;
1598
+ itemTextColorPressed: string;
1599
+ itemTextColorActive: string;
1600
+ itemTextColorDisabled: string;
1601
+ itemColor: string;
1602
+ itemColorHover: string;
1603
+ itemColorPressed: string;
1604
+ itemColorActive: string;
1605
+ itemColorActiveHover: string;
1606
+ itemColorDisabled: string;
1607
+ itemBorder: string;
1608
+ itemBorderHover: string;
1609
+ itemBorderPressed: string;
1610
+ itemBorderActive: string;
1611
+ itemBorderDisabled: string;
1612
+ itemBorderRadius: string;
1613
+ itemSizeSmall: string;
1614
+ itemSizeMedium: string;
1615
+ itemSizeLarge: string;
1616
+ itemFontSizeSmall: string;
1617
+ itemFontSizeMedium: string;
1618
+ itemFontSizeLarge: string;
1619
+ jumperFontSizeSmall: string;
1620
+ jumperFontSizeMedium: string;
1621
+ jumperFontSizeLarge: string;
1622
+ jumperTextColor: string;
1623
+ jumperTextColorDisabled: string;
1624
+ itemPaddingSmall: string;
1625
+ itemMarginSmall: string;
1626
+ itemMarginSmallRtl: string;
1627
+ itemPaddingMedium: string;
1628
+ itemMarginMedium: string;
1629
+ itemMarginMediumRtl: string;
1630
+ itemPaddingLarge: string;
1631
+ itemMarginLarge: string;
1632
+ itemMarginLargeRtl: string;
1633
+ buttonIconSizeSmall: string;
1634
+ buttonIconSizeMedium: string;
1635
+ buttonIconSizeLarge: string;
1636
+ inputWidthSmall: string;
1637
+ selectWidthSmall: string;
1638
+ inputMarginSmall: string;
1639
+ inputMarginSmallRtl: string;
1640
+ selectMarginSmall: string;
1641
+ prefixMarginSmall: string;
1642
+ suffixMarginSmall: string;
1643
+ inputWidthMedium: string;
1644
+ selectWidthMedium: string;
1645
+ inputMarginMedium: string;
1646
+ inputMarginMediumRtl: string;
1647
+ selectMarginMedium: string;
1648
+ prefixMarginMedium: string;
1649
+ suffixMarginMedium: string;
1650
+ inputWidthLarge: string;
1651
+ selectWidthLarge: string;
1652
+ inputMarginLarge: string;
1653
+ inputMarginLargeRtl: string;
1654
+ selectMarginLarge: string;
1655
+ prefixMarginLarge: string;
1656
+ suffixMarginLarge: string;
1657
+ }, {
1658
+ Select: import("../../../_mixins").Theme<"Select", {
1659
+ menuBoxShadow: string;
1660
+ }, {
1661
+ InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
1662
+ fontSizeTiny: string;
1663
+ fontSizeSmall: string;
1664
+ fontSizeMedium: string;
1665
+ fontSizeLarge: string;
1666
+ heightTiny: string;
1667
+ heightSmall: string;
1668
+ heightMedium: string;
1669
+ heightLarge: string;
1670
+ borderRadius: string;
1671
+ fontWeight: string;
1672
+ textColor: string;
1673
+ textColorDisabled: string;
1674
+ placeholderColor: string;
1675
+ placeholderColorDisabled: string;
1676
+ color: string;
1677
+ colorDisabled: string;
1678
+ colorActive: string;
1679
+ border: string;
1680
+ borderHover: string;
1681
+ borderActive: string;
1682
+ borderFocus: string;
1683
+ boxShadowHover: string;
1684
+ boxShadowActive: string;
1685
+ boxShadowFocus: string;
1686
+ caretColor: string;
1687
+ arrowColor: string;
1688
+ arrowColorDisabled: string;
1689
+ loadingColor: string;
1690
+ borderWarning: string;
1691
+ borderHoverWarning: string;
1692
+ borderActiveWarning: string;
1693
+ borderFocusWarning: string;
1694
+ boxShadowHoverWarning: string;
1695
+ boxShadowActiveWarning: string;
1696
+ boxShadowFocusWarning: string;
1697
+ colorActiveWarning: string;
1698
+ caretColorWarning: string;
1699
+ borderError: string;
1700
+ borderHoverError: string;
1701
+ borderActiveError: string;
1702
+ borderFocusError: string;
1703
+ boxShadowHoverError: string;
1704
+ boxShadowActiveError: string;
1705
+ boxShadowFocusError: string;
1706
+ colorActiveError: string;
1707
+ caretColorError: string;
1708
+ clearColor: string;
1709
+ clearColorHover: string;
1710
+ clearColorPressed: string;
1711
+ paddingSingle: string;
1712
+ paddingMultiple: string;
1713
+ clearSize: string;
1714
+ arrowSize: string;
1715
+ }, {
1716
+ Popover: import("../../../_mixins").Theme<"Popover", {
1717
+ fontSize: string;
1718
+ borderRadius: string;
1719
+ color: string;
1720
+ dividerColor: string;
1721
+ textColor: string;
1722
+ boxShadow: string;
1723
+ space: string;
1724
+ spaceArrow: string;
1725
+ arrowOffset: string;
1726
+ arrowOffsetVertical: string;
1727
+ arrowHeight: string;
1728
+ padding: string;
1729
+ }, any>;
1730
+ }>;
1731
+ InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
1732
+ optionFontSizeTiny: string;
1733
+ optionFontSizeSmall: string;
1734
+ optionFontSizeMedium: string;
1735
+ optionFontSizeLarge: string;
1736
+ optionFontSizeHuge: string;
1737
+ optionHeightTiny: string;
1738
+ optionHeightSmall: string;
1739
+ optionHeightMedium: string;
1740
+ optionHeightLarge: string;
1741
+ optionHeightHuge: string;
1742
+ borderRadius: string;
1743
+ color: string;
1744
+ groupHeaderTextColor: string;
1745
+ actionDividerColor: string;
1746
+ optionTextColor: string;
1747
+ optionTextColorPressed: string;
1748
+ optionTextColorDisabled: string;
1749
+ optionTextColorActive: string;
1750
+ optionOpacityDisabled: string;
1751
+ optionCheckColor: string;
1752
+ optionColorPending: string;
1753
+ optionColorActive: string;
1754
+ optionColorActivePending: string;
1755
+ actionTextColor: string;
1756
+ loadingColor: string;
1757
+ height: string;
1758
+ paddingTiny: string;
1759
+ paddingSmall: string;
1760
+ paddingMedium: string;
1761
+ paddingLarge: string;
1762
+ paddingHuge: string;
1763
+ optionPaddingTiny: string;
1764
+ optionPaddingSmall: string;
1765
+ optionPaddingMedium: string;
1766
+ optionPaddingLarge: string;
1767
+ optionPaddingHuge: string;
1768
+ loadingSize: string;
1769
+ }, {
1770
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1771
+ height: string;
1772
+ width: string;
1773
+ borderRadius: string;
1774
+ color: string;
1775
+ colorHover: string;
1776
+ railInsetHorizontalBottom: string;
1777
+ railInsetHorizontalTop: string;
1778
+ railInsetVerticalRight: string;
1779
+ railInsetVerticalLeft: string;
1780
+ railColor: string;
1781
+ }, any>;
1782
+ Empty: import("../../../_mixins").Theme<"Empty", {
1783
+ fontSizeTiny: string;
1784
+ fontSizeSmall: string;
1785
+ fontSizeMedium: string;
1786
+ fontSizeLarge: string;
1787
+ fontSizeHuge: string;
1788
+ textColor: string;
1789
+ iconColor: string;
1790
+ extraTextColor: string;
1791
+ iconSizeTiny: string;
1792
+ iconSizeSmall: string;
1793
+ iconSizeMedium: string;
1794
+ iconSizeLarge: string;
1795
+ iconSizeHuge: string;
1796
+ }, any>;
1797
+ }>;
1798
+ }>;
1799
+ Input: import("../../../_mixins").Theme<"Input", {
1800
+ fontWeight: string;
1801
+ countTextColorDisabled: string;
1802
+ countTextColor: string;
1803
+ heightTiny: string;
1804
+ heightSmall: string;
1805
+ heightMedium: string;
1806
+ heightLarge: string;
1807
+ fontSizeTiny: string;
1808
+ fontSizeSmall: string;
1809
+ fontSizeMedium: string;
1810
+ fontSizeLarge: string;
1811
+ lineHeight: string;
1812
+ lineHeightTextarea: string;
1813
+ borderRadius: string;
1814
+ iconSize: string;
1815
+ groupLabelColor: string;
1816
+ groupLabelTextColor: string;
1817
+ textColor: string;
1818
+ textColorDisabled: string;
1819
+ textDecorationColor: string;
1820
+ caretColor: string;
1821
+ placeholderColor: string;
1822
+ placeholderColorDisabled: string;
1823
+ color: string;
1824
+ colorDisabled: string;
1825
+ colorFocus: string;
1826
+ groupLabelBorder: string;
1827
+ border: string;
1828
+ borderHover: string;
1829
+ borderDisabled: string;
1830
+ borderFocus: string;
1831
+ boxShadowFocus: string;
1832
+ loadingColor: string;
1833
+ loadingColorWarning: string;
1834
+ borderWarning: string;
1835
+ borderHoverWarning: string;
1836
+ colorFocusWarning: string;
1837
+ borderFocusWarning: string;
1838
+ boxShadowFocusWarning: string;
1839
+ caretColorWarning: string;
1840
+ loadingColorError: string;
1841
+ borderError: string;
1842
+ borderHoverError: string;
1843
+ colorFocusError: string;
1844
+ borderFocusError: string;
1845
+ boxShadowFocusError: string;
1846
+ caretColorError: string;
1847
+ clearColor: string;
1848
+ clearColorHover: string;
1849
+ clearColorPressed: string;
1850
+ iconColor: string;
1851
+ iconColorDisabled: string;
1852
+ iconColorHover: string;
1853
+ iconColorPressed: string;
1854
+ suffixTextColor: string;
1855
+ paddingTiny: string;
1856
+ paddingSmall: string;
1857
+ paddingMedium: string;
1858
+ paddingLarge: string;
1859
+ clearSize: string;
1860
+ }, any>;
1861
+ Popselect: import("../../../_mixins").Theme<"Popselect", {
1862
+ menuBoxShadow: string;
1863
+ }, {
1864
+ Popover: import("../../../_mixins").Theme<"Popover", {
1865
+ fontSize: string;
1866
+ borderRadius: string;
1867
+ color: string;
1868
+ dividerColor: string;
1869
+ textColor: string;
1870
+ boxShadow: string;
1871
+ space: string;
1872
+ spaceArrow: string;
1873
+ arrowOffset: string;
1874
+ arrowOffsetVertical: string;
1875
+ arrowHeight: string;
1876
+ padding: string;
1877
+ }, any>;
1878
+ InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
1879
+ optionFontSizeTiny: string;
1880
+ optionFontSizeSmall: string;
1881
+ optionFontSizeMedium: string;
1882
+ optionFontSizeLarge: string;
1883
+ optionFontSizeHuge: string;
1884
+ optionHeightTiny: string;
1885
+ optionHeightSmall: string;
1886
+ optionHeightMedium: string;
1887
+ optionHeightLarge: string;
1888
+ optionHeightHuge: string;
1889
+ borderRadius: string;
1890
+ color: string;
1891
+ groupHeaderTextColor: string;
1892
+ actionDividerColor: string;
1893
+ optionTextColor: string;
1894
+ optionTextColorPressed: string;
1895
+ optionTextColorDisabled: string;
1896
+ optionTextColorActive: string;
1897
+ optionOpacityDisabled: string;
1898
+ optionCheckColor: string;
1899
+ optionColorPending: string;
1900
+ optionColorActive: string;
1901
+ optionColorActivePending: string;
1902
+ actionTextColor: string;
1903
+ loadingColor: string;
1904
+ height: string;
1905
+ paddingTiny: string;
1906
+ paddingSmall: string;
1907
+ paddingMedium: string;
1908
+ paddingLarge: string;
1909
+ paddingHuge: string;
1910
+ optionPaddingTiny: string;
1911
+ optionPaddingSmall: string;
1912
+ optionPaddingMedium: string;
1913
+ optionPaddingLarge: string;
1914
+ optionPaddingHuge: string;
1915
+ loadingSize: string;
1916
+ }, {
1917
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1918
+ height: string;
1919
+ width: string;
1920
+ borderRadius: string;
1921
+ color: string;
1922
+ colorHover: string;
1923
+ railInsetHorizontalBottom: string;
1924
+ railInsetHorizontalTop: string;
1925
+ railInsetVerticalRight: string;
1926
+ railInsetVerticalLeft: string;
1927
+ railColor: string;
1928
+ }, any>;
1929
+ Empty: import("../../../_mixins").Theme<"Empty", {
1930
+ fontSizeTiny: string;
1931
+ fontSizeSmall: string;
1932
+ fontSizeMedium: string;
1933
+ fontSizeLarge: string;
1934
+ fontSizeHuge: string;
1935
+ textColor: string;
1936
+ iconColor: string;
1937
+ extraTextColor: string;
1938
+ iconSizeTiny: string;
1939
+ iconSizeSmall: string;
1940
+ iconSizeMedium: string;
1941
+ iconSizeLarge: string;
1942
+ iconSizeHuge: string;
1943
+ }, any>;
1944
+ }>;
1945
+ }>;
1946
+ }>;
1947
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
1948
+ height: string;
1949
+ width: string;
1950
+ borderRadius: string;
1951
+ color: string;
1952
+ colorHover: string;
1953
+ railInsetHorizontalBottom: string;
1954
+ railInsetHorizontalTop: string;
1955
+ railInsetVerticalRight: string;
1956
+ railInsetVerticalLeft: string;
1957
+ railColor: string;
1958
+ }, any>;
1959
+ Empty: import("../../../_mixins").Theme<"Empty", {
1960
+ fontSizeTiny: string;
1961
+ fontSizeSmall: string;
1962
+ fontSizeMedium: string;
1963
+ fontSizeLarge: string;
1964
+ fontSizeHuge: string;
1965
+ textColor: string;
1966
+ iconColor: string;
1967
+ extraTextColor: string;
1968
+ iconSizeTiny: string;
1969
+ iconSizeSmall: string;
1970
+ iconSizeMedium: string;
1971
+ iconSizeLarge: string;
1972
+ iconSizeHuge: string;
1973
+ }, any>;
1974
+ Popover: import("../../../_mixins").Theme<"Popover", {
1975
+ fontSize: string;
1976
+ borderRadius: string;
1977
+ color: string;
1978
+ dividerColor: string;
1979
+ textColor: string;
1980
+ boxShadow: string;
1981
+ space: string;
1982
+ spaceArrow: string;
1983
+ arrowOffset: string;
1984
+ arrowOffsetVertical: string;
1985
+ arrowHeight: string;
1986
+ padding: string;
1987
+ }, any>;
1988
+ Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
1989
+ Tooltip: import("../../../_mixins").Theme<"Tooltip", {
1990
+ borderRadius: string;
1991
+ boxShadow: string;
1992
+ color: string;
1993
+ textColor: string;
1994
+ padding: string;
1995
+ }, {
1996
+ Popover: import("../../../_mixins").Theme<"Popover", {
1997
+ fontSize: string;
1998
+ borderRadius: string;
1999
+ color: string;
2000
+ dividerColor: string;
2001
+ textColor: string;
2002
+ boxShadow: string;
2003
+ space: string;
2004
+ spaceArrow: string;
2005
+ arrowOffset: string;
2006
+ arrowOffsetVertical: string;
2007
+ arrowHeight: string;
2008
+ padding: string;
2009
+ }, any>;
2010
+ }>;
2011
+ }>;
2012
+ Dropdown: import("../../../_mixins").Theme<"Dropdown", {
2013
+ optionHeightSmall: string;
2014
+ optionHeightMedium: string;
2015
+ optionHeightLarge: string;
2016
+ optionHeightHuge: string;
2017
+ borderRadius: string;
2018
+ fontSizeSmall: string;
2019
+ fontSizeMedium: string;
2020
+ fontSizeLarge: string;
2021
+ fontSizeHuge: string;
2022
+ optionTextColor: string;
2023
+ optionTextColorHover: string;
2024
+ optionTextColorActive: string;
2025
+ optionTextColorChildActive: string;
2026
+ color: string;
2027
+ dividerColor: string;
2028
+ suffixColor: string;
2029
+ prefixColor: string;
2030
+ optionColorHover: string;
2031
+ optionColorActive: string;
2032
+ groupHeaderTextColor: string;
2033
+ optionTextColorInverted: string;
2034
+ optionTextColorHoverInverted: string;
2035
+ optionTextColorActiveInverted: string;
2036
+ optionTextColorChildActiveInverted: string;
2037
+ colorInverted: string;
2038
+ dividerColorInverted: string;
2039
+ suffixColorInverted: string;
2040
+ prefixColorInverted: string;
2041
+ optionColorHoverInverted: string;
2042
+ optionColorActiveInverted: string;
2043
+ groupHeaderTextColorInverted: string;
2044
+ optionOpacityDisabled: string;
2045
+ padding: string;
2046
+ optionIconSizeSmall: string;
2047
+ optionIconSizeMedium: string;
2048
+ optionIconSizeLarge: string;
2049
+ optionIconSizeHuge: string;
2050
+ optionSuffixWidthSmall: string;
2051
+ optionSuffixWidthMedium: string;
2052
+ optionSuffixWidthLarge: string;
2053
+ optionSuffixWidthHuge: string;
2054
+ optionIconSuffixWidthSmall: string;
2055
+ optionIconSuffixWidthMedium: string;
2056
+ optionIconSuffixWidthLarge: string;
2057
+ optionIconSuffixWidthHuge: string;
2058
+ optionPrefixWidthSmall: string;
2059
+ optionPrefixWidthMedium: string;
2060
+ optionPrefixWidthLarge: string;
2061
+ optionPrefixWidthHuge: string;
2062
+ optionIconPrefixWidthSmall: string;
2063
+ optionIconPrefixWidthMedium: string;
2064
+ optionIconPrefixWidthLarge: string;
2065
+ optionIconPrefixWidthHuge: string;
2066
+ }, {
2067
+ Popover: import("../../../_mixins").Theme<"Popover", {
2068
+ fontSize: string;
2069
+ borderRadius: string;
2070
+ color: string;
2071
+ dividerColor: string;
2072
+ textColor: string;
2073
+ boxShadow: string;
2074
+ space: string;
2075
+ spaceArrow: string;
2076
+ arrowOffset: string;
2077
+ arrowOffsetVertical: string;
2078
+ arrowHeight: string;
2079
+ padding: string;
2080
+ }, any>;
2081
+ }>;
2082
+ };
2083
+ peerOverrides: {
2084
+ Button?: {
2085
+ peers?: {
2086
+ [x: string]: any;
2087
+ } | undefined;
2088
+ } | undefined;
2089
+ Checkbox?: {
2090
+ peers?: {
2091
+ [x: string]: any;
2092
+ } | undefined;
2093
+ } | undefined;
2094
+ Radio?: {
2095
+ peers?: {
2096
+ [x: string]: any;
2097
+ } | undefined;
2098
+ } | undefined;
2099
+ Pagination?: {
2100
+ peers?: {
2101
+ Select?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Select", {
2102
+ menuBoxShadow: string;
2103
+ }, {
2104
+ InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
2105
+ fontSizeTiny: string;
2106
+ fontSizeSmall: string;
2107
+ fontSizeMedium: string;
2108
+ fontSizeLarge: string;
2109
+ heightTiny: string;
2110
+ heightSmall: string;
2111
+ heightMedium: string;
2112
+ heightLarge: string;
2113
+ borderRadius: string;
2114
+ fontWeight: string;
2115
+ textColor: string;
2116
+ textColorDisabled: string;
2117
+ placeholderColor: string;
2118
+ placeholderColorDisabled: string;
2119
+ color: string;
2120
+ colorDisabled: string;
2121
+ colorActive: string;
2122
+ border: string;
2123
+ borderHover: string;
2124
+ borderActive: string;
2125
+ borderFocus: string;
2126
+ boxShadowHover: string;
2127
+ boxShadowActive: string;
2128
+ boxShadowFocus: string;
2129
+ caretColor: string;
2130
+ arrowColor: string;
2131
+ arrowColorDisabled: string;
2132
+ loadingColor: string;
2133
+ borderWarning: string;
2134
+ borderHoverWarning: string;
2135
+ borderActiveWarning: string;
2136
+ borderFocusWarning: string;
2137
+ boxShadowHoverWarning: string;
2138
+ boxShadowActiveWarning: string;
2139
+ boxShadowFocusWarning: string;
2140
+ colorActiveWarning: string;
2141
+ caretColorWarning: string;
2142
+ borderError: string;
2143
+ borderHoverError: string;
2144
+ borderActiveError: string;
2145
+ borderFocusError: string;
2146
+ boxShadowHoverError: string;
2147
+ boxShadowActiveError: string;
2148
+ boxShadowFocusError: string;
2149
+ colorActiveError: string;
2150
+ caretColorError: string;
2151
+ clearColor: string;
2152
+ clearColorHover: string;
2153
+ clearColorPressed: string;
2154
+ paddingSingle: string;
2155
+ paddingMultiple: string;
2156
+ clearSize: string;
2157
+ arrowSize: string;
2158
+ }, {
2159
+ Popover: import("../../../_mixins").Theme<"Popover", {
2160
+ fontSize: string;
2161
+ borderRadius: string;
2162
+ color: string;
2163
+ dividerColor: string;
2164
+ textColor: string;
2165
+ boxShadow: string;
2166
+ space: string;
2167
+ spaceArrow: string;
2168
+ arrowOffset: string;
2169
+ arrowOffsetVertical: string;
2170
+ arrowHeight: string;
2171
+ padding: string;
2172
+ }, any>;
2173
+ }>;
2174
+ InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2175
+ optionFontSizeTiny: string;
2176
+ optionFontSizeSmall: string;
2177
+ optionFontSizeMedium: string;
2178
+ optionFontSizeLarge: string;
2179
+ optionFontSizeHuge: string;
2180
+ optionHeightTiny: string;
2181
+ optionHeightSmall: string;
2182
+ optionHeightMedium: string;
2183
+ optionHeightLarge: string;
2184
+ optionHeightHuge: string;
2185
+ borderRadius: string;
2186
+ color: string;
2187
+ groupHeaderTextColor: string;
2188
+ actionDividerColor: string;
2189
+ optionTextColor: string;
2190
+ optionTextColorPressed: string;
2191
+ optionTextColorDisabled: string;
2192
+ optionTextColorActive: string;
2193
+ optionOpacityDisabled: string;
2194
+ optionCheckColor: string;
2195
+ optionColorPending: string;
2196
+ optionColorActive: string;
2197
+ optionColorActivePending: string;
2198
+ actionTextColor: string;
2199
+ loadingColor: string;
2200
+ height: string;
2201
+ paddingTiny: string;
2202
+ paddingSmall: string;
2203
+ paddingMedium: string;
2204
+ paddingLarge: string;
2205
+ paddingHuge: string;
2206
+ optionPaddingTiny: string;
2207
+ optionPaddingSmall: string;
2208
+ optionPaddingMedium: string;
2209
+ optionPaddingLarge: string;
2210
+ optionPaddingHuge: string;
2211
+ loadingSize: string;
2212
+ }, {
2213
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2214
+ height: string;
2215
+ width: string;
2216
+ borderRadius: string;
2217
+ color: string;
2218
+ colorHover: string;
2219
+ railInsetHorizontalBottom: string;
2220
+ railInsetHorizontalTop: string;
2221
+ railInsetVerticalRight: string;
2222
+ railInsetVerticalLeft: string;
2223
+ railColor: string;
2224
+ }, any>;
2225
+ Empty: import("../../../_mixins").Theme<"Empty", {
2226
+ fontSizeTiny: string;
2227
+ fontSizeSmall: string;
2228
+ fontSizeMedium: string;
2229
+ fontSizeLarge: string;
2230
+ fontSizeHuge: string;
2231
+ textColor: string;
2232
+ iconColor: string;
2233
+ extraTextColor: string;
2234
+ iconSizeTiny: string;
2235
+ iconSizeSmall: string;
2236
+ iconSizeMedium: string;
2237
+ iconSizeLarge: string;
2238
+ iconSizeHuge: string;
2239
+ }, any>;
2240
+ }>;
2241
+ }>> | undefined;
2242
+ Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
2243
+ fontWeight: string;
2244
+ countTextColorDisabled: string;
2245
+ countTextColor: string;
2246
+ heightTiny: string;
2247
+ heightSmall: string;
2248
+ heightMedium: string;
2249
+ heightLarge: string;
2250
+ fontSizeTiny: string;
2251
+ fontSizeSmall: string;
2252
+ fontSizeMedium: string;
2253
+ fontSizeLarge: string;
2254
+ lineHeight: string;
2255
+ lineHeightTextarea: string;
2256
+ borderRadius: string;
2257
+ iconSize: string;
2258
+ groupLabelColor: string;
2259
+ groupLabelTextColor: string;
2260
+ textColor: string;
2261
+ textColorDisabled: string;
2262
+ textDecorationColor: string;
2263
+ caretColor: string;
2264
+ placeholderColor: string;
2265
+ placeholderColorDisabled: string;
2266
+ color: string;
2267
+ colorDisabled: string;
2268
+ colorFocus: string;
2269
+ groupLabelBorder: string;
2270
+ border: string;
2271
+ borderHover: string;
2272
+ borderDisabled: string;
2273
+ borderFocus: string;
2274
+ boxShadowFocus: string;
2275
+ loadingColor: string;
2276
+ loadingColorWarning: string;
2277
+ borderWarning: string;
2278
+ borderHoverWarning: string;
2279
+ colorFocusWarning: string;
2280
+ borderFocusWarning: string;
2281
+ boxShadowFocusWarning: string;
2282
+ caretColorWarning: string;
2283
+ loadingColorError: string;
2284
+ borderError: string;
2285
+ borderHoverError: string;
2286
+ colorFocusError: string;
2287
+ borderFocusError: string;
2288
+ boxShadowFocusError: string;
2289
+ caretColorError: string;
2290
+ clearColor: string;
2291
+ clearColorHover: string;
2292
+ clearColorPressed: string;
2293
+ iconColor: string;
2294
+ iconColorDisabled: string;
2295
+ iconColorHover: string;
2296
+ iconColorPressed: string;
2297
+ suffixTextColor: string;
2298
+ paddingTiny: string;
2299
+ paddingSmall: string;
2300
+ paddingMedium: string;
2301
+ paddingLarge: string;
2302
+ clearSize: string;
2303
+ }, any>> | undefined;
2304
+ Popselect?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popselect", {
2305
+ menuBoxShadow: string;
2306
+ }, {
2307
+ Popover: import("../../../_mixins").Theme<"Popover", {
2308
+ fontSize: string;
2309
+ borderRadius: string;
2310
+ color: string;
2311
+ dividerColor: string;
2312
+ textColor: string;
2313
+ boxShadow: string;
2314
+ space: string;
2315
+ spaceArrow: string;
2316
+ arrowOffset: string;
2317
+ arrowOffsetVertical: string;
2318
+ arrowHeight: string;
2319
+ padding: string;
2320
+ }, any>;
2321
+ InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
2322
+ optionFontSizeTiny: string;
2323
+ optionFontSizeSmall: string;
2324
+ optionFontSizeMedium: string;
2325
+ optionFontSizeLarge: string;
2326
+ optionFontSizeHuge: string;
2327
+ optionHeightTiny: string;
2328
+ optionHeightSmall: string;
2329
+ optionHeightMedium: string;
2330
+ optionHeightLarge: string;
2331
+ optionHeightHuge: string;
2332
+ borderRadius: string;
2333
+ color: string;
2334
+ groupHeaderTextColor: string;
2335
+ actionDividerColor: string;
2336
+ optionTextColor: string;
2337
+ optionTextColorPressed: string;
2338
+ optionTextColorDisabled: string;
2339
+ optionTextColorActive: string;
2340
+ optionOpacityDisabled: string;
2341
+ optionCheckColor: string;
2342
+ optionColorPending: string;
2343
+ optionColorActive: string;
2344
+ optionColorActivePending: string;
2345
+ actionTextColor: string;
2346
+ loadingColor: string;
2347
+ height: string;
2348
+ paddingTiny: string;
2349
+ paddingSmall: string;
2350
+ paddingMedium: string;
2351
+ paddingLarge: string;
2352
+ paddingHuge: string;
2353
+ optionPaddingTiny: string;
2354
+ optionPaddingSmall: string;
2355
+ optionPaddingMedium: string;
2356
+ optionPaddingLarge: string;
2357
+ optionPaddingHuge: string;
2358
+ loadingSize: string;
2359
+ }, {
2360
+ Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
2361
+ height: string;
2362
+ width: string;
2363
+ borderRadius: string;
2364
+ color: string;
2365
+ colorHover: string;
2366
+ railInsetHorizontalBottom: string;
2367
+ railInsetHorizontalTop: string;
2368
+ railInsetVerticalRight: string;
2369
+ railInsetVerticalLeft: string;
2370
+ railColor: string;
2371
+ }, any>;
2372
+ Empty: import("../../../_mixins").Theme<"Empty", {
2373
+ fontSizeTiny: string;
2374
+ fontSizeSmall: string;
2375
+ fontSizeMedium: string;
2376
+ fontSizeLarge: string;
2377
+ fontSizeHuge: string;
2378
+ textColor: string;
2379
+ iconColor: string;
2380
+ extraTextColor: string;
2381
+ iconSizeTiny: string;
2382
+ iconSizeSmall: string;
2383
+ iconSizeMedium: string;
2384
+ iconSizeLarge: string;
2385
+ iconSizeHuge: string;
2386
+ }, any>;
2387
+ }>;
2388
+ }>> | undefined;
2389
+ } | undefined;
2390
+ } | undefined;
2391
+ Scrollbar?: {
2392
+ peers?: {
2393
+ [x: string]: any;
2394
+ } | undefined;
2395
+ } | undefined;
2396
+ Empty?: {
2397
+ peers?: {
2398
+ [x: string]: any;
2399
+ } | undefined;
2400
+ } | undefined;
2401
+ Popover?: {
2402
+ peers?: {
2403
+ [x: string]: any;
2404
+ } | undefined;
2405
+ } | undefined;
2406
+ Ellipsis?: {
2407
+ peers?: {
2408
+ Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
2409
+ borderRadius: string;
2410
+ boxShadow: string;
2411
+ color: string;
2412
+ textColor: string;
2413
+ padding: string;
2414
+ }, {
2415
+ Popover: import("../../../_mixins").Theme<"Popover", {
2416
+ fontSize: string;
2417
+ borderRadius: string;
2418
+ color: string;
2419
+ dividerColor: string;
2420
+ textColor: string;
2421
+ boxShadow: string;
2422
+ space: string;
2423
+ spaceArrow: string;
2424
+ arrowOffset: string;
2425
+ arrowOffsetVertical: string;
2426
+ arrowHeight: string;
2427
+ padding: string;
2428
+ }, any>;
2429
+ }>> | undefined;
2430
+ } | undefined;
2431
+ } | undefined;
2432
+ Dropdown?: {
2433
+ peers?: {
2434
+ Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
2435
+ fontSize: string;
2436
+ borderRadius: string;
2437
+ color: string;
2438
+ dividerColor: string;
2439
+ textColor: string;
2440
+ boxShadow: string;
2441
+ space: string;
2442
+ spaceArrow: string;
2443
+ arrowOffset: string;
2444
+ arrowOffsetVertical: string;
2445
+ arrowHeight: string;
2446
+ padding: string;
2447
+ }, any>> | undefined;
2448
+ } | undefined;
2449
+ } | undefined;
2450
+ };
1236
2451
  }>;
1237
- scrollX: import("vue").Ref<string | number | undefined>;
1238
- cols: import("vue").Ref<ColItem[]>;
1239
- loading: import("vue").Ref<boolean>;
2452
+ scrollX: import("vue").Ref<string | number | undefined, string | number | undefined>;
2453
+ cols: import("vue").Ref<ColItem[], ColItem[]>;
2454
+ loading: import("vue").Ref<boolean, boolean>;
1240
2455
  bodyShowHeaderOnly: import("vue").ComputedRef<boolean>;
1241
2456
  shouldDisplaySomeTablePart: import("vue").ComputedRef<boolean>;
1242
2457
  empty: import("vue").ComputedRef<boolean>;
@@ -1249,35 +2464,41 @@ declare const _default: import("vue").DefineComponent<{
1249
2464
  }[];
1250
2465
  hasChildren: boolean;
1251
2466
  }>;
1252
- rawPaginatedData: import("vue").Ref<import("../interface").InternalRowData[]>;
2467
+ rawPaginatedData: import("vue").Ref<import("../interface").InternalRowData[], import("../interface").InternalRowData[]>;
1253
2468
  fixedColumnLeftMap: import("vue").Ref<Record<ColumnKey, {
1254
2469
  start: number;
1255
2470
  end: number;
2471
+ } | undefined>, Record<ColumnKey, {
2472
+ start: number;
2473
+ end: number;
1256
2474
  } | undefined>>;
1257
2475
  fixedColumnRightMap: import("vue").Ref<Record<ColumnKey, {
1258
2476
  start: number;
1259
2477
  end: number;
2478
+ } | undefined>, Record<ColumnKey, {
2479
+ start: number;
2480
+ end: number;
1260
2481
  } | undefined>>;
1261
- currentPage: import("vue").Ref<number>;
1262
- rowClassName: import("vue").Ref<string | import("../interface").CreateRowClassName<import("../interface").InternalRowData> | undefined>;
1263
- renderExpand: import("vue").Ref<import("../interface").RenderExpand<import("../interface").InternalRowData> | undefined>;
2482
+ currentPage: import("vue").Ref<number, number>;
2483
+ rowClassName: import("vue").Ref<string | import("../interface").CreateRowClassName<import("../interface").InternalRowData> | undefined, string | import("../interface").CreateRowClassName<import("../interface").InternalRowData> | undefined>;
2484
+ renderExpand: import("vue").Ref<import("../interface").RenderExpand<import("../interface").InternalRowData> | undefined, import("../interface").RenderExpand<import("../interface").InternalRowData> | undefined>;
1264
2485
  mergedExpandedRowKeySet: import("vue").ComputedRef<Set<RowKey>>;
1265
- hoverKey: import("vue").Ref<RowKey | null>;
1266
- mergedSortState: import("vue").Ref<import("../interface").SortState[]>;
1267
- virtualScroll: import("vue").Ref<boolean>;
1268
- virtualScrollX: import("vue").Ref<boolean>;
1269
- heightForRow: import("vue").Ref<import("../interface").DataTableHeightForRow<RowData> | undefined>;
1270
- minRowHeight: import("vue").Ref<number>;
1271
- mergedTableLayout: import("vue").Ref<"fixed" | "auto">;
1272
- childTriggerColIndex: import("vue").Ref<number>;
1273
- indent: import("vue").Ref<number>;
1274
- rowProps: import("vue").Ref<import("../interface").CreateRowProps<import("../interface").InternalRowData> | undefined>;
1275
- maxHeight: import("vue").Ref<string | number | undefined>;
1276
- loadingKeySet: import("vue").Ref<Set<RowKey>>;
1277
- expandable: import("vue").Ref<import("../interface").Expandable<any> | undefined>;
1278
- stickyExpandedRows: import("vue").Ref<boolean>;
1279
- renderExpandIcon: import("vue").Ref<import("../interface").RenderExpandIcon | undefined>;
1280
- scrollbarProps: import("vue").Ref<import("../../..").ScrollbarProps | undefined>;
2486
+ hoverKey: import("vue").Ref<RowKey | null, RowKey | null>;
2487
+ mergedSortState: import("vue").Ref<import("../interface").SortState[], import("../interface").SortState[]>;
2488
+ virtualScroll: import("vue").Ref<boolean, boolean>;
2489
+ virtualScrollX: import("vue").Ref<boolean, boolean>;
2490
+ heightForRow: import("vue").Ref<import("../interface").DataTableHeightForRow<RowData> | undefined, import("../interface").DataTableHeightForRow<RowData> | undefined>;
2491
+ minRowHeight: import("vue").Ref<number, number>;
2492
+ mergedTableLayout: import("vue").Ref<"fixed" | "auto", "fixed" | "auto">;
2493
+ childTriggerColIndex: import("vue").Ref<number, number>;
2494
+ indent: import("vue").Ref<number, number>;
2495
+ rowProps: import("vue").Ref<import("../interface").CreateRowProps<import("../interface").InternalRowData> | undefined, import("../interface").CreateRowProps<import("../interface").InternalRowData> | undefined>;
2496
+ maxHeight: import("vue").Ref<string | number | undefined, string | number | undefined>;
2497
+ loadingKeySet: import("vue").Ref<Set<RowKey>, Set<RowKey>>;
2498
+ expandable: import("vue").Ref<import("../interface").Expandable<any> | undefined, import("../interface").Expandable<any> | undefined>;
2499
+ stickyExpandedRows: import("vue").Ref<boolean, boolean>;
2500
+ renderExpandIcon: import("vue").Ref<import("../interface").RenderExpandIcon | undefined, import("../interface").RenderExpandIcon | undefined>;
2501
+ scrollbarProps: import("vue").Ref<import("../../..").ScrollbarProps | undefined, import("../../..").ScrollbarProps | undefined>;
1281
2502
  setHeaderScrollLeft: (scrollLeft: number) => void;
1282
2503
  handleVirtualListScroll: (e: Event) => void;
1283
2504
  handleVirtualListResize: (e: ResizeObserverEntry) => void;
@@ -1292,14 +2513,14 @@ declare const _default: import("vue").DefineComponent<{
1292
2513
  key: RowKey;
1293
2514
  }) => void;
1294
2515
  handleUpdateExpanded: (key: RowKey, tmNode: TmNode | null) => void;
1295
- renderCell: import("vue").Ref<((value: any, rowData: object, column: import("../interface").TableBaseColumn) => VNodeChild) | undefined>;
1296
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
2516
+ renderCell: import("vue").Ref<((value: any, rowData: object, column: import("../interface").TableBaseColumn) => VNodeChild) | undefined, ((value: any, rowData: object, column: import("../interface").TableBaseColumn) => VNodeChild) | undefined>;
2517
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1297
2518
  onResize: PropType<(e: ResizeObserverEntry) => void>;
1298
2519
  showHeader: BooleanConstructor;
1299
2520
  flexHeight: BooleanConstructor;
1300
2521
  bodyStyle: PropType<CSSProperties>;
1301
- }>>, {
2522
+ }>> & Readonly<{}>, {
1302
2523
  flexHeight: boolean;
1303
2524
  showHeader: boolean;
1304
- }, {}>;
2525
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1305
2526
  export default _default;