naive-ui 2.40.0 → 2.40.2
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.
- package/dist/index.js +73333 -73022
- package/dist/index.mjs +71707 -71397
- package/dist/index.prod.js +1 -1
- package/dist/index.prod.mjs +1 -1
- package/es/_internal/clear/src/Clear.d.ts +5 -5
- package/es/_internal/clear/src/Clear.mjs +2 -2
- package/es/_internal/clear/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/close/src/Close.d.ts +5 -5
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +1 -1
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
- package/es/_internal/icon/src/Icon.d.ts +4 -4
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +1 -1
- package/es/_internal/icons/Add.d.ts +1 -1
- package/es/_internal/icons/ArrowBack.d.ts +1 -1
- package/es/_internal/icons/ArrowDown.d.ts +1 -1
- package/es/_internal/icons/ArrowUp.d.ts +1 -1
- package/es/_internal/icons/Attach.d.ts +1 -1
- package/es/_internal/icons/Backward.d.ts +1 -1
- package/es/_internal/icons/Cancel.d.ts +1 -1
- package/es/_internal/icons/Checkmark.d.ts +1 -1
- package/es/_internal/icons/ChevronDown.d.ts +1 -1
- package/es/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/es/_internal/icons/ChevronLeft.d.ts +1 -1
- package/es/_internal/icons/ChevronRight.d.ts +1 -1
- package/es/_internal/icons/Clear.d.ts +1 -1
- package/es/_internal/icons/Close.d.ts +1 -1
- package/es/_internal/icons/Date.d.ts +1 -1
- package/es/_internal/icons/Download.d.ts +1 -1
- package/es/_internal/icons/Empty.d.ts +1 -1
- package/es/_internal/icons/Error.d.ts +1 -1
- package/es/_internal/icons/Eye.d.ts +1 -1
- package/es/_internal/icons/EyeOff.d.ts +1 -1
- package/es/_internal/icons/FastBackward.d.ts +1 -1
- package/es/_internal/icons/FastForward.d.ts +1 -1
- package/es/_internal/icons/File.d.ts +1 -1
- package/es/_internal/icons/Filter.d.ts +1 -1
- package/es/_internal/icons/Forward.d.ts +1 -1
- package/es/_internal/icons/Info.d.ts +1 -1
- package/es/_internal/icons/More.d.ts +1 -1
- package/es/_internal/icons/Photo.d.ts +1 -1
- package/es/_internal/icons/Remove.d.ts +1 -1
- package/es/_internal/icons/ResizeSmall.d.ts +1 -1
- package/es/_internal/icons/Retry.d.ts +1 -1
- package/es/_internal/icons/RotateClockwise.d.ts +1 -1
- package/es/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/es/_internal/icons/Search.d.ts +1 -1
- package/es/_internal/icons/Success.d.ts +1 -1
- package/es/_internal/icons/Switcher.d.ts +1 -1
- package/es/_internal/icons/Time.d.ts +1 -1
- package/es/_internal/icons/To.d.ts +1 -1
- package/es/_internal/icons/Trash.d.ts +1 -1
- package/es/_internal/icons/Warning.d.ts +1 -1
- package/es/_internal/icons/ZoomIn.d.ts +1 -1
- package/es/_internal/icons/ZoomOut.d.ts +1 -1
- package/es/_internal/icons/index.d.ts +16 -16
- package/es/_internal/icons/index.mjs +17 -17
- package/es/_internal/icons/replaceable.d.ts +1 -1
- package/es/_internal/index.d.ts +9 -9
- package/es/_internal/index.mjs +7 -7
- package/es/_internal/loading/src/Loading.d.ts +4 -4
- package/es/_internal/loading/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/menu-mask/index.d.ts +1 -1
- package/es/_internal/menu-mask/src/MenuMask.d.ts +6 -6
- package/es/_internal/menu-mask/src/MenuMask.mjs +1 -1
- package/es/_internal/menu-mask/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
- package/es/_internal/scrollbar/src/Scrollbar.mjs +4 -4
- package/es/_internal/scrollbar/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/scrollbar/styles/index.d.ts +1 -1
- package/es/_internal/scrollbar/styles/light.d.ts +1 -1
- package/es/_internal/select-menu/index.d.ts +1 -1
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +7 -7
- package/es/_internal/select-menu/src/SelectMenu.d.ts +28 -11
- package/es/_internal/select-menu/src/SelectMenu.mjs +8 -8
- package/es/_internal/select-menu/src/SelectOption.d.ts +9 -9
- package/es/_internal/select-menu/src/SelectOption.mjs +2 -2
- package/es/_internal/select-menu/src/interface.d.ts +2 -2
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/select-menu/styles/dark.mjs +1 -1
- package/es/_internal/select-menu/styles/index.d.ts +2 -2
- package/es/_internal/select-menu/styles/index.mjs +1 -1
- package/es/_internal/select-menu/styles/light.mjs +2 -2
- package/es/_internal/selection/src/Selection.d.ts +44 -27
- package/es/_internal/selection/src/Selection.mjs +8 -5
- package/es/_internal/selection/src/styles/index.cssr.mjs +1 -0
- package/es/_internal/selection/styles/dark.mjs +3 -1
- package/es/_internal/selection/styles/index.d.ts +2 -2
- package/es/_internal/selection/styles/index.mjs +1 -1
- package/es/_internal/selection/styles/light.d.ts +2 -0
- package/es/_internal/selection/styles/light.mjs +4 -2
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
- package/es/_internal/slot-machine/src/SlotMachine.mjs +2 -2
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
- package/es/_internal/slot-machine/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/suffix/src/Suffix.d.ts +4 -4
- package/es/_internal/suffix/src/Suffix.mjs +2 -2
- package/es/_internal/wave/src/Wave.d.ts +6 -6
- package/es/_mixins/index.d.ts +6 -6
- package/es/_mixins/index.mjs +5 -5
- package/es/_mixins/use-config.d.ts +1 -1
- package/es/_mixins/use-css-vars-class.mjs +3 -3
- package/es/_mixins/use-form-item.d.ts +1 -1
- package/es/_mixins/use-hljs.d.ts +1 -1
- package/es/_mixins/use-hljs.mjs +1 -1
- package/es/_mixins/use-locale.d.ts +1 -1
- package/es/_mixins/use-locale.mjs +1 -1
- package/es/_mixins/use-rtl.d.ts +1 -1
- package/es/_mixins/use-rtl.mjs +2 -2
- package/es/_mixins/use-style.mjs +2 -2
- package/es/_mixins/use-theme.d.ts +2 -2
- package/es/_mixins/use-theme.mjs +2 -2
- package/es/_utils/composable/index.d.ts +3 -3
- package/es/_utils/composable/index.mjs +4 -4
- package/es/_utils/composable/use-adjusted-to.mjs +2 -2
- package/es/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/es/_utils/css/index.d.ts +1 -1
- package/es/_utils/css/index.mjs +1 -1
- package/es/_utils/cssr/index.d.ts +1 -1
- package/es/_utils/cssr/index.mjs +2 -2
- package/es/_utils/dom/index.d.ts +1 -1
- package/es/_utils/dom/index.mjs +2 -2
- package/es/_utils/index.d.ts +8 -8
- package/es/_utils/index.mjs +6 -6
- package/es/_utils/naive/index.d.ts +3 -3
- package/es/_utils/naive/index.mjs +3 -3
- package/es/_utils/vue/flatten.mjs +1 -1
- package/es/_utils/vue/index.d.ts +11 -11
- package/es/_utils/vue/index.mjs +10 -10
- package/es/_utils/vue/wrapper.d.ts +1 -1
- package/es/affix/index.d.ts +1 -1
- package/es/affix/index.mjs +1 -1
- package/es/affix/src/Affix.d.ts +9 -9
- package/es/affix/src/Affix.mjs +2 -2
- package/es/alert/index.d.ts +1 -1
- package/es/alert/index.mjs +1 -1
- package/es/alert/src/Alert.d.ts +11 -11
- package/es/alert/src/Alert.mjs +3 -3
- package/es/alert/src/styles/index.cssr.mjs +1 -1
- package/es/alert/styles/index.d.ts +1 -1
- package/es/alert/styles/light.d.ts +1 -1
- package/es/anchor/index.d.ts +2 -2
- package/es/anchor/index.mjs +2 -2
- package/es/anchor/src/AnchorAdapter.d.ts +5 -5
- package/es/anchor/src/AnchorAdapter.mjs +3 -3
- package/es/anchor/src/BaseAnchor.d.ts +10 -10
- package/es/anchor/src/BaseAnchor.mjs +1 -1
- package/es/anchor/src/Link.d.ts +3 -3
- package/es/anchor/src/Link.mjs +2 -2
- package/es/anchor/styles/index.d.ts +1 -1
- package/es/anchor/styles/light.d.ts +1 -1
- package/es/auto-complete/index.d.ts +2 -2
- package/es/auto-complete/index.mjs +1 -1
- package/es/auto-complete/src/AutoComplete.d.ts +59 -15
- package/es/auto-complete/src/AutoComplete.mjs +6 -6
- package/es/auto-complete/src/styles/index.cssr.mjs +1 -1
- package/es/auto-complete/styles/dark.mjs +1 -1
- package/es/auto-complete/styles/light.d.ts +1 -0
- package/es/auto-complete/styles/light.mjs +2 -2
- package/es/avatar/index.d.ts +1 -1
- package/es/avatar/index.mjs +1 -1
- package/es/avatar/src/Avatar.d.ts +15 -15
- package/es/avatar/src/Avatar.mjs +2 -2
- package/es/avatar/styles/index.d.ts +1 -1
- package/es/avatar/styles/light.d.ts +1 -1
- package/es/avatar-group/index.d.ts +2 -2
- package/es/avatar-group/index.mjs +1 -1
- package/es/avatar-group/src/AvatarGroup.d.ts +9 -9
- package/es/avatar-group/src/AvatarGroup.mjs +2 -2
- package/es/avatar-group/styles/index.d.ts +1 -1
- package/es/avatar-group/styles/light.mjs +1 -1
- package/es/back-top/index.d.ts +1 -1
- package/es/back-top/index.mjs +1 -1
- package/es/back-top/src/BackTop.d.ts +15 -15
- package/es/back-top/src/BackTop.mjs +4 -4
- package/es/back-top/src/styles/index.cssr.mjs +1 -1
- package/es/back-top/styles/index.d.ts +1 -1
- package/es/back-top/styles/light.d.ts +1 -1
- package/es/badge/index.d.ts +1 -1
- package/es/badge/index.mjs +1 -1
- package/es/badge/src/Badge.d.ts +11 -11
- package/es/badge/src/Badge.mjs +3 -3
- package/es/badge/src/styles/index.cssr.mjs +1 -1
- package/es/badge/styles/index.d.ts +1 -1
- package/es/badge/styles/light.d.ts +1 -1
- package/es/breadcrumb/index.d.ts +2 -2
- package/es/breadcrumb/index.mjs +2 -2
- package/es/breadcrumb/src/Breadcrumb.d.ts +7 -7
- package/es/breadcrumb/src/Breadcrumb.mjs +1 -1
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
- package/es/breadcrumb/styles/light.d.ts +1 -1
- package/es/button/index.d.ts +1 -1
- package/es/button/index.mjs +1 -1
- package/es/button/src/Button.d.ts +16 -13
- package/es/button/src/Button.mjs +7 -7
- package/es/button/src/styles/index.cssr.mjs +1 -1
- package/es/button/styles/index.d.ts +1 -1
- package/es/button/styles/light.d.ts +1 -1
- package/es/button-group/index.d.ts +1 -1
- package/es/button-group/index.mjs +1 -1
- package/es/button-group/src/ButtonGroup.d.ts +9 -9
- package/es/button-group/src/ButtonGroup.mjs +1 -1
- package/es/calendar/index.d.ts +1 -1
- package/es/calendar/index.mjs +1 -1
- package/es/calendar/src/Calendar.d.ts +40 -10
- package/es/calendar/src/Calendar.mjs +4 -4
- package/es/calendar/styles/light.mjs +1 -1
- package/es/card/index.d.ts +1 -1
- package/es/card/index.mjs +1 -1
- package/es/card/src/Card.d.ts +10 -10
- package/es/card/src/Card.mjs +4 -4
- package/es/card/styles/index.d.ts +1 -1
- package/es/card/styles/light.d.ts +1 -1
- package/es/carousel/index.d.ts +2 -2
- package/es/carousel/index.mjs +1 -1
- package/es/carousel/src/Carousel.d.ts +11 -11
- package/es/carousel/src/Carousel.mjs +9 -8
- package/es/carousel/src/CarouselArrow.d.ts +2 -2
- package/es/carousel/src/CarouselDots.d.ts +7 -7
- package/es/carousel/src/CarouselDots.mjs +1 -1
- package/es/carousel/src/CarouselItem.d.ts +3 -3
- package/es/carousel/src/CarouselItem.mjs +1 -1
- package/es/cascader/index.d.ts +2 -2
- package/es/cascader/index.mjs +1 -1
- package/es/cascader/src/Cascader.d.ts +50 -20
- package/es/cascader/src/Cascader.mjs +4 -4
- package/es/cascader/src/CascaderMenu.d.ts +296 -9
- package/es/cascader/src/CascaderMenu.mjs +2 -2
- package/es/cascader/src/CascaderOption.d.ts +300 -10
- package/es/cascader/src/CascaderOption.mjs +3 -3
- package/es/cascader/src/CascaderSelectMenu.d.ts +301 -9
- package/es/cascader/src/CascaderSelectMenu.mjs +4 -4
- package/es/cascader/src/CascaderSubmenu.d.ts +305 -6
- package/es/cascader/src/CascaderSubmenu.mjs +1 -1
- package/es/cascader/src/styles/index.cssr.mjs +1 -1
- package/es/cascader/styles/dark.mjs +3 -3
- package/es/cascader/styles/light.d.ts +1 -0
- package/es/cascader/styles/light.mjs +4 -4
- package/es/checkbox/index.d.ts +2 -2
- package/es/checkbox/index.mjs +2 -2
- package/es/checkbox/src/Checkbox.d.ts +16 -16
- package/es/checkbox/src/Checkbox.mjs +6 -6
- package/es/checkbox/src/CheckboxGroup.d.ts +6 -6
- package/es/checkbox/src/CheckboxGroup.mjs +1 -1
- package/es/checkbox/src/styles/index.cssr.mjs +1 -1
- package/es/checkbox/styles/index.d.ts +1 -1
- package/es/checkbox/styles/light.d.ts +1 -1
- package/es/code/index.d.ts +1 -1
- package/es/code/index.mjs +1 -1
- package/es/code/src/Code.d.ts +9 -9
- package/es/code/styles/index.d.ts +1 -1
- package/es/code/styles/light.d.ts +1 -1
- package/es/collapse/index.d.ts +2 -2
- package/es/collapse/index.mjs +2 -2
- package/es/collapse/src/Collapse.d.ts +9 -9
- package/es/collapse/src/Collapse.mjs +2 -2
- package/es/collapse/src/CollapseItem.d.ts +9 -9
- package/es/collapse/src/CollapseItem.mjs +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +6 -6
- package/es/collapse/src/CollapseItemContent.mjs +1 -1
- package/es/collapse/src/styles/index.cssr.mjs +1 -1
- package/es/collapse/styles/index.d.ts +1 -1
- package/es/collapse/styles/light.d.ts +1 -1
- package/es/collapse-transition/index.d.ts +1 -1
- package/es/collapse-transition/index.mjs +1 -1
- package/es/collapse-transition/src/CollapseTransition.d.ts +10 -10
- package/es/collapse-transition/src/CollapseTransition.mjs +1 -1
- package/es/collapse-transition/src/styles/index.cssr.mjs +1 -1
- package/es/collapse-transition/styles/index.d.ts +1 -1
- package/es/collapse-transition/styles/light.d.ts +1 -1
- package/es/color-picker/index.d.ts +1 -1
- package/es/color-picker/index.mjs +1 -1
- package/es/color-picker/src/AlphaSlider.d.ts +7 -7
- package/es/color-picker/src/AlphaSlider.mjs +1 -1
- package/es/color-picker/src/ColorInput.d.ts +6 -6
- package/es/color-picker/src/ColorInput.mjs +1 -1
- package/es/color-picker/src/ColorInputUnit.d.ts +7 -6
- package/es/color-picker/src/ColorPicker.d.ts +24 -15
- package/es/color-picker/src/ColorPicker.mjs +8 -8
- package/es/color-picker/src/ColorPickerSwatches.d.ts +4 -4
- package/es/color-picker/src/ColorPickerSwatches.mjs +1 -1
- package/es/color-picker/src/ColorPickerTrigger.d.ts +4 -4
- package/es/color-picker/src/ColorPreview.d.ts +5 -5
- package/es/color-picker/src/HueSlider.d.ts +5 -5
- package/es/color-picker/src/HueSlider.mjs +1 -1
- package/es/color-picker/src/Pallete.d.ts +6 -6
- package/es/color-picker/src/styles/index.cssr.mjs +1 -1
- package/es/color-picker/styles/dark.mjs +1 -1
- package/es/color-picker/styles/index.d.ts +1 -1
- package/es/color-picker/styles/light.d.ts +1 -0
- package/es/color-picker/styles/light.mjs +2 -2
- package/es/components.d.ts +8 -7
- package/es/components.mjs +9 -8
- package/es/composables/use-theme-vars.d.ts +1 -1
- package/es/composables/use-theme-vars.mjs +1 -1
- package/es/config-provider/index.d.ts +1 -1
- package/es/config-provider/index.mjs +1 -1
- package/es/config-provider/src/ConfigProvider.d.ts +7 -7
- package/es/config-provider/src/ConfigProvider.mjs +4 -4
- package/es/config-provider/src/interface.d.ts +2 -2
- package/es/config-provider/src/internal-interface.d.ts +24 -22
- package/es/countdown/index.d.ts +2 -2
- package/es/countdown/index.mjs +1 -1
- package/es/countdown/src/Countdown.d.ts +7 -7
- package/es/data-table/index.d.ts +2 -1
- package/es/data-table/index.mjs +2 -1
- package/es/data-table/src/DataTable.d.ts +34 -10
- package/es/data-table/src/DataTable.mjs +10 -10
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +1212 -10
- package/es/data-table/src/HeaderButton/FilterButton.mjs +2 -2
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1214 -7
- package/es/data-table/src/HeaderButton/FilterMenu.mjs +4 -4
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +5 -5
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +5 -5
- package/es/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
- package/es/data-table/src/HeaderButton/ResizeButton.mjs +1 -1
- package/es/data-table/src/HeaderButton/SortButton.d.ts +5 -5
- package/es/data-table/src/HeaderButton/SortButton.mjs +2 -2
- package/es/data-table/src/MainTable.d.ts +12 -5
- package/es/data-table/src/MainTable.mjs +2 -2
- package/es/data-table/src/TableParts/Body.d.ts +1278 -53
- package/es/data-table/src/TableParts/Body.mjs +15 -11
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
- package/es/data-table/src/TableParts/BodyRadio.d.ts +3 -3
- package/es/data-table/src/TableParts/Cell.d.ts +5 -5
- package/es/data-table/src/TableParts/Cell.mjs +1 -1
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +5 -5
- package/es/data-table/src/TableParts/ExpandTrigger.mjs +1 -1
- package/es/data-table/src/TableParts/Header.d.ts +1229 -21
- package/es/data-table/src/TableParts/Header.mjs +3 -3
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
- package/es/data-table/src/TableParts/SelectionMenu.mjs +1 -1
- package/es/data-table/src/interface.d.ts +14 -5
- package/es/data-table/src/interface.mjs +2 -0
- package/es/data-table/src/publicTypes.d.ts +3 -0
- package/es/data-table/src/styles/index.cssr.mjs +2 -1
- package/es/data-table/src/use-check.d.ts +1 -1
- package/es/data-table/src/use-expand.d.ts +2 -2
- package/es/data-table/src/use-expand.mjs +1 -1
- package/es/data-table/src/use-group-header.d.ts +1 -1
- package/es/data-table/src/use-scroll.d.ts +5 -5
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-table-data.d.ts +2 -2
- package/es/data-table/src/use-table-data.mjs +3 -3
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.mjs +7 -3
- package/es/data-table/styles/dark.mjs +6 -6
- package/es/data-table/styles/index.d.ts +1 -1
- package/es/data-table/styles/light.d.ts +2 -0
- package/es/data-table/styles/light.mjs +7 -7
- package/es/date-picker/src/DatePicker.d.ts +171 -19
- package/es/date-picker/src/DatePicker.mjs +18 -12
- package/es/date-picker/src/interface.d.ts +3 -3
- package/es/date-picker/src/panel/date.d.ts +1014 -13
- package/es/date-picker/src/panel/date.mjs +5 -4
- package/es/date-picker/src/panel/daterange.d.ts +1023 -22
- package/es/date-picker/src/panel/daterange.mjs +6 -4
- package/es/date-picker/src/panel/datetime.d.ts +1014 -13
- package/es/date-picker/src/panel/datetime.mjs +7 -6
- package/es/date-picker/src/panel/datetimerange.d.ts +1023 -22
- package/es/date-picker/src/panel/datetimerange.mjs +8 -6
- package/es/date-picker/src/panel/month.d.ts +1014 -13
- package/es/date-picker/src/panel/month.mjs +3 -3
- package/es/date-picker/src/panel/monthrange.d.ts +1023 -22
- package/es/date-picker/src/panel/monthrange.mjs +3 -3
- package/es/date-picker/src/panel/panelHeader.d.ts +6328 -222
- package/es/date-picker/src/panel/panelHeader.mjs +9 -4
- package/es/date-picker/src/panel/use-calendar.d.ts +1002 -14
- package/es/date-picker/src/panel/use-calendar.mjs +12 -6
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +1022 -34
- package/es/date-picker/src/panel/use-dual-calendar.mjs +14 -8
- package/es/date-picker/src/panel/use-panel-common.d.ts +999 -11
- package/es/date-picker/src/panel/use-panel-common.mjs +14 -1
- package/es/date-picker/src/props.d.ts +18 -1
- package/es/date-picker/src/props.mjs +11 -0
- package/es/date-picker/src/styles/index.cssr.mjs +5 -1
- package/es/date-picker/src/utils.d.ts +1 -1
- package/es/date-picker/src/utils.mjs +1 -1
- package/es/date-picker/src/validation-utils.d.ts +1 -1
- package/es/date-picker/src/validation-utils.mjs +1 -1
- package/es/date-picker/styles/dark.mjs +2 -2
- package/es/date-picker/styles/light.d.ts +2 -0
- package/es/date-picker/styles/light.mjs +3 -3
- package/es/descriptions/index.d.ts +1 -1
- package/es/descriptions/src/Descriptions.d.ts +8 -8
- package/es/descriptions/src/Descriptions.mjs +3 -3
- package/es/descriptions/src/DescriptionsItem.d.ts +5 -5
- package/es/descriptions/styles/light.d.ts +1 -1
- package/es/dialog/index.d.ts +3 -3
- package/es/dialog/index.mjs +2 -2
- package/es/dialog/src/Dialog.d.ts +9 -9
- package/es/dialog/src/Dialog.mjs +2 -2
- package/es/dialog/src/DialogEnvironment.d.ts +7 -7
- package/es/dialog/src/DialogEnvironment.mjs +1 -1
- package/es/dialog/src/DialogProvider.d.ts +5512 -16
- package/es/dialog/src/DialogProvider.mjs +3 -3
- package/es/dialog/src/composables.d.ts +1 -1
- package/es/dialog/src/dialogProps.d.ts +2 -2
- package/es/dialog/styles/dark.mjs +1 -1
- package/es/dialog/styles/index.d.ts +1 -1
- package/es/dialog/styles/light.mjs +2 -2
- package/es/discrete/index.d.ts +1 -1
- package/es/discrete/src/InjectionExtractor.d.ts +4 -4
- package/es/discrete/src/discrete.mjs +2 -2
- package/es/discrete/src/discreteApp.d.ts +2 -2
- package/es/discrete/src/discreteApp.mjs +2 -2
- package/es/discrete/src/interface.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +8 -8
- package/es/divider/src/Divider.mjs +1 -1
- package/es/divider/styles/index.d.ts +1 -1
- package/es/divider/styles/light.d.ts +1 -1
- package/es/drawer/index.d.ts +1 -1
- package/es/drawer/src/Drawer.d.ts +11 -11
- package/es/drawer/src/Drawer.mjs +2 -2
- package/es/drawer/src/DrawerBodyWrapper.d.ts +61 -14
- package/es/drawer/src/DrawerBodyWrapper.mjs +5 -5
- package/es/drawer/src/DrawerContent.d.ts +54 -7
- package/es/drawer/src/styles/index.cssr.mjs +4 -4
- package/es/drawer/styles/dark.mjs +1 -1
- package/es/drawer/styles/index.d.ts +1 -1
- package/es/drawer/styles/light.mjs +1 -1
- package/es/drawer/styles/rtl.mjs +1 -1
- package/es/dropdown/index.d.ts +1 -1
- package/es/dropdown/src/Dropdown.d.ts +12 -12
- package/es/dropdown/src/Dropdown.mjs +4 -4
- package/es/dropdown/src/DropdownDivider.d.ts +3 -3
- package/es/dropdown/src/DropdownGroup.d.ts +5 -5
- package/es/dropdown/src/DropdownGroup.mjs +2 -2
- package/es/dropdown/src/DropdownGroupHeader.d.ts +10 -10
- package/es/dropdown/src/DropdownMenu.d.ts +7 -7
- package/es/dropdown/src/DropdownMenu.mjs +3 -3
- package/es/dropdown/src/DropdownOption.d.ts +17 -17
- package/es/dropdown/src/DropdownOption.mjs +4 -4
- package/es/dropdown/src/DropdownRenderOption.d.ts +4 -4
- package/es/dropdown/src/styles/index.cssr.mjs +1 -1
- package/es/dropdown/styles/index.d.ts +1 -1
- package/es/dropdown/styles/light.mjs +1 -1
- package/es/dynamic-input/src/DynamicInput.d.ts +23 -11
- package/es/dynamic-input/src/DynamicInput.mjs +7 -7
- package/es/dynamic-input/src/InputPreset.d.ts +293 -6
- package/es/dynamic-input/src/PairPreset.d.ts +294 -7
- package/es/dynamic-input/styles/dark.mjs +2 -2
- package/es/dynamic-input/styles/index.d.ts +1 -1
- package/es/dynamic-input/styles/light.d.ts +1 -0
- package/es/dynamic-input/styles/light.mjs +3 -3
- package/es/dynamic-input/styles/rtl.mjs +2 -2
- package/es/dynamic-tags/src/DynamicTags.d.ts +49 -15
- package/es/dynamic-tags/src/DynamicTags.mjs +6 -6
- package/es/dynamic-tags/styles/dark.mjs +3 -3
- package/es/dynamic-tags/styles/light.d.ts +1 -0
- package/es/dynamic-tags/styles/light.mjs +4 -4
- package/es/element/src/Element.d.ts +7 -7
- package/es/element/src/Element.mjs +1 -1
- package/es/ellipsis/index.d.ts +1 -1
- package/es/ellipsis/src/Ellipsis.d.ts +12 -9
- package/es/ellipsis/src/Ellipsis.mjs +2 -2
- package/es/ellipsis/src/PerformantEllipsis.d.ts +6 -6
- package/es/ellipsis/src/PerformantEllipsis.mjs +1 -1
- package/es/empty/src/Empty.d.ts +8 -8
- package/es/empty/styles/index.d.ts +1 -1
- package/es/empty/styles/light.d.ts +1 -1
- package/es/equation/src/Equation.d.ts +6 -6
- package/es/equation/styles/index.d.ts +1 -1
- package/es/flex/src/Flex.d.ts +8 -8
- package/es/flex/src/Flex.mjs +2 -2
- package/es/flex/styles/index.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +8 -8
- package/es/float-button/src/FloatButton.mjs +7 -7
- package/es/float-button/styles/light.d.ts +1 -1
- package/es/float-button-group/src/FloatButtonGroup.d.ts +7 -7
- package/es/form/index.d.ts +3 -3
- package/es/form/index.mjs +1 -1
- package/es/form/src/Form.d.ts +7 -7
- package/es/form/src/Form.mjs +2 -2
- package/es/form/src/FormItem.d.ts +18 -12
- package/es/form/src/FormItem.mjs +3 -3
- package/es/form/src/FormItemCol.d.ts +11 -5
- package/es/form/src/FormItemCol.mjs +1 -1
- package/es/form/src/FormItemGridItem.d.ts +11 -5
- package/es/form/src/FormItemGridItem.mjs +1 -1
- package/es/form/src/FormItemRow.d.ts +10 -5
- package/es/form/src/FormItemRow.mjs +1 -1
- package/es/form/src/interface.d.ts +1 -1
- package/es/form/src/styles/form-item.cssr.mjs +1 -1
- package/es/form/src/utils.d.ts +3 -3
- package/es/form/src/utils.mjs +1 -1
- package/es/form/styles/index.d.ts +1 -1
- package/es/form/styles/light.d.ts +1 -1
- package/es/global-style/src/GlobalStyle.d.ts +1 -1
- package/es/global-style/src/GlobalStyle.mjs +2 -2
- package/es/gradient-text/src/GradientText.d.ts +8 -8
- package/es/grid/src/Grid.d.ts +8 -8
- package/es/grid/src/Grid.mjs +3 -3
- package/es/grid/src/GridItem.d.ts +9 -9
- package/es/grid/src/GridItem.mjs +1 -1
- package/es/highlight/src/Highlight.d.ts +6 -6
- package/es/icon/index.d.ts +1 -1
- package/es/icon/index.mjs +1 -1
- package/es/icon/src/Icon.d.ts +7 -7
- package/es/icon/styles/light.d.ts +1 -1
- package/es/icon-wrapper/index.d.ts +1 -1
- package/es/icon-wrapper/index.mjs +1 -1
- package/es/icon-wrapper/src/IconWrapper.d.ts +4 -4
- package/es/icon-wrapper/styles/light.d.ts +1 -1
- package/es/image/src/Image.d.ts +18 -13
- package/es/image/src/Image.mjs +6 -4
- package/es/image/src/ImageGroup.d.ts +12 -8
- package/es/image/src/ImageGroup.mjs +2 -2
- package/es/image/src/ImagePreview.d.ts +13 -13
- package/es/image/src/ImagePreview.mjs +5 -5
- package/es/image/src/styles/index.cssr.mjs +1 -1
- package/es/image/styles/dark.mjs +1 -1
- package/es/image/styles/index.d.ts +1 -1
- package/es/image/styles/index.mjs +2 -2
- package/es/image/styles/light.mjs +1 -1
- package/es/index.d.ts +8 -8
- package/es/index.mjs +8 -8
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +18 -6
- package/es/infinite-scroll/src/InfiniteScroll.mjs +1 -1
- package/es/input/index.d.ts +2 -2
- package/es/input/src/Input.d.ts +52 -25
- package/es/input/src/Input.mjs +9 -7
- package/es/input/src/InputGroup.d.ts +3 -11
- package/es/input/src/InputGroupLabel.d.ts +17 -8
- package/es/input/src/WordCount.d.ts +1 -1
- package/es/input/src/styles/input.cssr.mjs +1 -0
- package/es/input/styles/dark.mjs +3 -1
- package/es/input/styles/index.d.ts +1 -1
- package/es/input/styles/light.d.ts +2 -1
- package/es/input/styles/light.mjs +3 -1
- package/es/input-number/src/InputNumber.d.ts +54 -12
- package/es/input-number/src/InputNumber.mjs +7 -7
- package/es/input-number/src/utils.mjs +6 -3
- package/es/input-number/styles/dark.mjs +1 -1
- package/es/input-number/styles/index.d.ts +1 -1
- package/es/input-number/styles/light.d.ts +1 -0
- package/es/input-number/styles/light.mjs +2 -2
- package/es/input-number/styles/rtl.mjs +2 -2
- package/es/layout/index.d.ts +5 -5
- package/es/layout/index.mjs +1 -1
- package/es/layout/src/Layout.d.ts +40 -18
- package/es/layout/src/LayoutContent.d.ts +19 -8
- package/es/layout/src/LayoutFooter.d.ts +7 -7
- package/es/layout/src/LayoutHeader.d.ts +7 -7
- package/es/layout/src/LayoutSider.d.ts +21 -10
- package/es/layout/src/LayoutSider.mjs +5 -5
- package/es/layout/src/ToggleBar.d.ts +3 -3
- package/es/layout/src/ToggleButton.d.ts +3 -3
- package/es/layout/styles/dark.mjs +1 -1
- package/es/layout/styles/light.mjs +1 -1
- package/es/legacy-grid/index.d.ts +2 -2
- package/es/legacy-grid/index.mjs +2 -2
- package/es/legacy-grid/src/Col.d.ts +8 -8
- package/es/legacy-grid/src/Row.d.ts +7 -7
- package/es/legacy-grid/src/Row.mjs +2 -2
- package/es/legacy-grid/styles/index.d.ts +2 -2
- package/es/legacy-grid/styles/index.mjs +1 -1
- package/es/legacy-transfer/index.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +24 -11
- package/es/legacy-transfer/src/Transfer.mjs +8 -8
- package/es/legacy-transfer/src/TransferFilter.d.ts +385 -6
- package/es/legacy-transfer/src/TransferFilter.mjs +1 -1
- package/es/legacy-transfer/src/TransferHeader.d.ts +4 -4
- package/es/legacy-transfer/src/TransferList.d.ts +402 -6
- package/es/legacy-transfer/src/TransferList.mjs +2 -2
- package/es/legacy-transfer/src/TransferListItem.d.ts +385 -6
- package/es/legacy-transfer/src/TransferListItem.mjs +2 -2
- package/es/legacy-transfer/src/styles/index.cssr.mjs +1 -1
- package/es/legacy-transfer/src/use-transfer-data.d.ts +7 -7
- package/es/legacy-transfer/src/use-transfer-data.mjs +1 -1
- package/es/legacy-transfer/styles/dark.mjs +3 -3
- package/es/legacy-transfer/styles/light.d.ts +1 -0
- package/es/legacy-transfer/styles/light.mjs +4 -4
- package/es/list/src/List.d.ts +8 -8
- package/es/list/src/ListItem.d.ts +3 -3
- package/es/list/styles/index.d.ts +1 -1
- package/es/list/styles/light.d.ts +1 -1
- package/es/loading-bar/index.d.ts +1 -1
- package/es/loading-bar/src/LoadingBar.d.ts +11 -11
- package/es/loading-bar/src/LoadingBar.mjs +1 -1
- package/es/loading-bar/src/LoadingBarProvider.d.ts +10 -6
- package/es/loading-bar/src/LoadingBarProvider.mjs +2 -2
- package/es/loading-bar/src/styles/index.cssr.mjs +1 -1
- package/es/loading-bar/styles/index.d.ts +1 -1
- package/es/loading-bar/styles/light.d.ts +1 -1
- package/es/locales/index.d.ts +40 -40
- package/es/locales/index.mjs +38 -38
- package/es/log/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +20 -8
- package/es/log/src/Log.mjs +4 -4
- package/es/log/src/LogLine.d.ts +7 -7
- package/es/log/src/LogLoader.d.ts +6 -4
- package/es/log/src/styles/index.cssr.mjs +1 -1
- package/es/log/styles/index.d.ts +1 -1
- package/es/log/styles/light.mjs +1 -1
- package/es/marquee/index.d.ts +2 -0
- package/es/marquee/index.mjs +1 -0
- package/es/marquee/src/Marquee.d.ts +38 -0
- package/es/marquee/src/Marquee.mjs +117 -0
- package/es/marquee/src/props.d.ts +12 -0
- package/es/marquee/src/props.mjs +8 -0
- package/es/marquee/src/public-types.d.ts +1 -0
- package/es/marquee/src/public-types.mjs +1 -0
- package/es/marquee/src/styles/index.cssr.d.ts +2 -0
- package/es/marquee/src/styles/index.cssr.mjs +30 -0
- package/es/marquee/styles/dark.d.ts +3 -0
- package/es/marquee/styles/dark.mjs +8 -0
- package/es/marquee/styles/index.d.ts +3 -0
- package/es/marquee/styles/index.mjs +2 -0
- package/es/marquee/styles/light.d.ts +6 -0
- package/es/marquee/styles/light.mjs +10 -0
- package/es/mention/index.d.ts +1 -1
- package/es/mention/src/Mention.d.ts +64 -18
- package/es/mention/src/Mention.mjs +5 -5
- package/es/mention/styles/dark.mjs +1 -1
- package/es/mention/styles/light.d.ts +1 -0
- package/es/mention/styles/light.mjs +2 -2
- package/es/menu/index.d.ts +1 -1
- package/es/menu/src/Menu.d.ts +19 -15
- package/es/menu/src/Menu.mjs +6 -6
- package/es/menu/src/MenuDivider.d.ts +1 -1
- package/es/menu/src/MenuOption.d.ts +223 -7
- package/es/menu/src/MenuOption.mjs +3 -2
- package/es/menu/src/MenuOptionContent.d.ts +6 -6
- package/es/menu/src/MenuOptionContent.mjs +1 -1
- package/es/menu/src/MenuOptionGroup.d.ts +6 -5
- package/es/menu/src/MenuOptionGroup.mjs +4 -3
- package/es/menu/src/Submenu.d.ts +227 -11
- package/es/menu/src/Submenu.mjs +5 -3
- package/es/menu/src/use-menu-child-props.d.ts +1 -1
- package/es/menu/src/use-menu-child.d.ts +1 -1
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.mjs +6 -9
- package/es/menu/styles/dark.mjs +2 -2
- package/es/menu/styles/index.d.ts +1 -1
- package/es/menu/styles/light.mjs +3 -3
- package/es/message/index.d.ts +1 -1
- package/es/message/src/Message.d.ts +9 -9
- package/es/message/src/Message.mjs +3 -3
- package/es/message/src/MessageEnvironment.d.ts +6 -6
- package/es/message/src/MessageProvider.d.ts +23 -9
- package/es/message/src/MessageProvider.mjs +3 -3
- package/es/message/src/styles/index.cssr.mjs +2 -2
- package/es/message/styles/index.d.ts +1 -1
- package/es/message/styles/light.d.ts +1 -1
- package/es/modal/index.d.ts +3 -3
- package/es/modal/index.mjs +2 -2
- package/es/modal/src/BodyWrapper.d.ts +541 -12
- package/es/modal/src/BodyWrapper.mjs +6 -6
- package/es/modal/src/Modal.d.ts +12 -12
- package/es/modal/src/Modal.mjs +5 -5
- package/es/modal/src/ModalEnvironment.d.ts +8 -8
- package/es/modal/src/ModalProvider.mjs +3 -3
- package/es/modal/src/composables.d.ts +1 -1
- package/es/modal/src/presetProps.d.ts +1 -1
- package/es/modal/src/presetProps.mjs +2 -2
- package/es/modal/src/styles/index.cssr.mjs +1 -1
- package/es/modal/styles/dark.mjs +2 -2
- package/es/modal/styles/light.mjs +3 -3
- package/es/notification/index.d.ts +2 -2
- package/es/notification/src/Notification.d.ts +10 -10
- package/es/notification/src/Notification.mjs +3 -3
- package/es/notification/src/NotificationContainer.d.ts +62 -8
- package/es/notification/src/NotificationEnvironment.d.ts +7 -7
- package/es/notification/src/NotificationEnvironment.mjs +1 -1
- package/es/notification/src/NotificationProvider.d.ts +34 -10
- package/es/notification/src/NotificationProvider.mjs +2 -2
- package/es/notification/styles/index.d.ts +1 -1
- package/es/notification/styles/light.mjs +1 -1
- package/es/number-animation/src/NumberAnimation.d.ts +7 -7
- package/es/number-animation/src/NumberAnimation.mjs +1 -1
- package/es/page-header/src/PageHeader.d.ts +8 -8
- package/es/page-header/src/PageHeader.mjs +3 -3
- package/es/page-header/styles/index.d.ts +1 -1
- package/es/page-header/styles/index.mjs +1 -1
- package/es/pagination/index.d.ts +1 -1
- package/es/pagination/src/Pagination.d.ts +41 -17
- package/es/pagination/src/Pagination.mjs +6 -6
- package/es/pagination/styles/dark.mjs +2 -2
- package/es/pagination/styles/index.d.ts +1 -1
- package/es/pagination/styles/light.d.ts +2 -0
- package/es/pagination/styles/light.mjs +3 -3
- package/es/pagination/styles/rtl.mjs +1 -1
- package/es/popconfirm/index.d.ts +1 -1
- package/es/popconfirm/src/Popconfirm.d.ts +15 -10
- package/es/popconfirm/src/Popconfirm.mjs +3 -3
- package/es/popconfirm/src/PopconfirmPanel.d.ts +12 -9
- package/es/popconfirm/src/PopconfirmPanel.mjs +1 -1
- package/es/popconfirm/src/interface.d.ts +1 -1
- package/es/popconfirm/styles/dark.mjs +1 -1
- package/es/popconfirm/styles/index.d.ts +1 -1
- package/es/popconfirm/styles/light.mjs +2 -2
- package/es/popover/index.d.ts +1 -1
- package/es/popover/src/Popover.d.ts +12 -10
- package/es/popover/src/Popover.mjs +4 -4
- package/es/popover/src/PopoverBody.d.ts +14 -12
- package/es/popover/src/PopoverBody.mjs +5 -5
- package/es/popover/styles/index.d.ts +1 -1
- package/es/popover/styles/light.d.ts +1 -1
- package/es/popselect/index.d.ts +1 -1
- package/es/popselect/src/Popselect.d.ts +27 -24
- package/es/popselect/src/Popselect.mjs +4 -4
- package/es/popselect/src/PopselectPanel.d.ts +137 -11
- package/es/popselect/src/PopselectPanel.mjs +4 -4
- package/es/popselect/src/interface.d.ts +1 -1
- package/es/popselect/styles/dark.mjs +1 -1
- package/es/popselect/styles/light.mjs +1 -1
- package/es/progress/index.d.ts +1 -0
- package/es/progress/src/Circle.d.ts +9 -9
- package/es/progress/src/Circle.mjs +24 -6
- package/es/progress/src/Line.d.ts +9 -9
- package/es/progress/src/Line.mjs +7 -4
- package/es/progress/src/MultipleCircle.d.ts +8 -7
- package/es/progress/src/MultipleCircle.mjs +22 -2
- package/es/progress/src/Progress.d.ts +16 -16
- package/es/progress/src/Progress.mjs +3 -3
- package/es/progress/src/public-types.d.ts +4 -0
- package/es/progress/src/public-types.mjs +1 -0
- package/es/progress/styles/index.d.ts +1 -1
- package/es/progress/styles/light.d.ts +1 -1
- package/es/qr-code/src/QrCode.d.ts +9 -9
- package/es/qr-code/src/QrCode.mjs +1 -1
- package/es/qr-code/styles/light.d.ts +1 -1
- package/es/radio/index.d.ts +3 -3
- package/es/radio/index.mjs +2 -2
- package/es/radio/src/Radio.d.ts +7 -7
- package/es/radio/src/Radio.mjs +2 -2
- package/es/radio/src/RadioButton.d.ts +23 -47
- package/es/radio/src/RadioGroup.d.ts +10 -10
- package/es/radio/src/RadioGroup.mjs +3 -3
- package/es/radio/src/use-radio.d.ts +1 -1
- package/es/radio/src/use-radio.mjs +1 -1
- package/es/radio/styles/index.d.ts +1 -1
- package/es/radio/styles/light.d.ts +1 -1
- package/es/rate/src/Rate.d.ts +9 -9
- package/es/rate/src/Rate.mjs +1 -1
- package/es/rate/styles/light.d.ts +1 -1
- package/es/result/src/Result.d.ts +8 -8
- package/es/result/src/Result.mjs +4 -4
- package/es/result/styles/light.d.ts +1 -1
- package/es/scrollbar/src/Scrollbar.d.ts +18 -6
- package/es/select/index.d.ts +3 -3
- package/es/select/src/Select.d.ts +52 -22
- package/es/select/src/Select.mjs +5 -5
- package/es/select/src/styles/index.cssr.mjs +2 -1
- package/es/select/styles/dark.mjs +1 -1
- package/es/select/styles/index.d.ts +1 -1
- package/es/select/styles/light.d.ts +1 -0
- package/es/select/styles/light.mjs +2 -2
- package/es/select/styles/rtl.mjs +2 -2
- package/es/skeleton/src/Skeleton.d.ts +7 -7
- package/es/skeleton/src/Skeleton.mjs +1 -1
- package/es/skeleton/styles/light.d.ts +1 -1
- package/es/slider/src/Slider.d.ts +17 -17
- package/es/slider/src/Slider.mjs +4 -4
- package/es/slider/src/styles/index.cssr.mjs +1 -1
- package/es/slider/styles/light.d.ts +1 -1
- package/es/space/src/Space.d.ts +8 -8
- package/es/space/src/Space.mjs +3 -3
- package/es/space/styles/index.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +8 -8
- package/es/spin/src/Spin.mjs +2 -2
- package/es/spin/src/styles/index.cssr.mjs +1 -1
- package/es/spin/styles/index.d.ts +1 -1
- package/es/split/src/Split.d.ts +11 -11
- package/es/split/src/Split.mjs +4 -4
- package/es/split/styles/light.d.ts +1 -1
- package/es/statistic/src/Statistic.d.ts +8 -8
- package/es/statistic/styles/index.d.ts +1 -1
- package/es/statistic/styles/light.d.ts +1 -1
- package/es/steps/index.d.ts +2 -2
- package/es/steps/index.mjs +2 -2
- package/es/steps/src/Step.d.ts +8 -8
- package/es/steps/src/Step.mjs +2 -2
- package/es/steps/src/Steps.d.ts +8 -8
- package/es/steps/src/styles/index.cssr.mjs +1 -1
- package/es/steps/styles/index.d.ts +1 -1
- package/es/steps/styles/light.d.ts +1 -1
- package/es/styles.d.ts +9 -9
- package/es/styles.mjs +11 -11
- package/es/switch/src/Switch.d.ts +10 -10
- package/es/switch/src/Switch.mjs +2 -2
- package/es/switch/styles/index.d.ts +1 -1
- package/es/switch/styles/light.d.ts +1 -1
- package/es/table/index.d.ts +4 -4
- package/es/table/index.mjs +3 -3
- package/es/table/src/Table.d.ts +9 -9
- package/es/table/src/Tbody.d.ts +1 -1
- package/es/table/src/Td.d.ts +1 -1
- package/es/table/src/Th.d.ts +1 -1
- package/es/table/src/Thead.d.ts +1 -1
- package/es/table/src/Tr.d.ts +1 -1
- package/es/table/styles/index.d.ts +1 -1
- package/es/table/styles/light.d.ts +1 -1
- package/es/tabs/index.d.ts +5 -5
- package/es/tabs/index.mjs +2 -2
- package/es/tabs/src/Tab.d.ts +16 -16
- package/es/tabs/src/Tab.mjs +2 -2
- package/es/tabs/src/TabPane.d.ts +9 -9
- package/es/tabs/src/Tabs.d.ts +61 -22
- package/es/tabs/src/Tabs.mjs +4 -4
- package/es/tabs/src/styles/index.cssr.mjs +2 -1
- package/es/tabs/styles/light.d.ts +1 -1
- package/es/tag/src/Tag.d.ts +12 -12
- package/es/tag/src/Tag.mjs +2 -2
- package/es/tag/styles/index.d.ts +1 -1
- package/es/tag/styles/light.d.ts +1 -1
- package/es/theme-editor/src/MaximizeIcon.d.ts +1 -1
- package/es/theme-editor/src/MinimizeIcon.d.ts +1 -1
- package/es/theme-editor/src/ThemeEditor.d.ts +19 -10
- package/es/theme-editor/src/ThemeEditor.mjs +12 -12
- package/es/themes/dark.mjs +11 -9
- package/es/themes/light.mjs +11 -9
- package/es/thing/src/Thing.d.ts +5 -5
- package/es/thing/src/Thing.mjs +1 -1
- package/es/thing/styles/index.d.ts +1 -1
- package/es/thing/styles/light.d.ts +1 -1
- package/es/thing/styles/rtl.mjs +1 -1
- package/es/time/src/Time.d.ts +7 -7
- package/es/time/src/Time.mjs +1 -1
- package/es/time-picker/index.d.ts +1 -1
- package/es/time-picker/src/Panel.d.ts +328 -11
- package/es/time-picker/src/Panel.mjs +1 -1
- package/es/time-picker/src/PanelCol.d.ts +5 -5
- package/es/time-picker/src/PanelCol.mjs +1 -1
- package/es/time-picker/src/TimePicker.d.ts +101 -17
- package/es/time-picker/src/TimePicker.mjs +10 -10
- package/es/time-picker/src/styles/index.cssr.mjs +1 -1
- package/es/time-picker/styles/light.d.ts +1 -0
- package/es/time-picker/styles/light.mjs +1 -1
- package/es/timeline/index.d.ts +1 -1
- package/es/timeline/src/Timeline.d.ts +5 -5
- package/es/timeline/src/TimelineItem.d.ts +9 -9
- package/es/timeline/src/TimelineItem.mjs +1 -1
- package/es/timeline/styles/index.d.ts +1 -1
- package/es/timeline/styles/light.d.ts +1 -1
- package/es/tooltip/index.d.ts +1 -1
- package/es/tooltip/src/Tooltip.d.ts +11 -8
- package/es/tooltip/src/Tooltip.mjs +1 -1
- package/es/tooltip/styles/index.d.ts +1 -1
- package/es/tooltip/styles/light.mjs +1 -1
- package/es/transfer/index.d.ts +1 -1
- package/es/transfer/src/Transfer.d.ts +20 -10
- package/es/transfer/src/Transfer.mjs +6 -6
- package/es/transfer/src/TransferFilter.d.ts +398 -6
- package/es/transfer/src/TransferFilter.mjs +1 -1
- package/es/transfer/src/TransferHeader.d.ts +4 -4
- package/es/transfer/src/TransferHeader.mjs +1 -1
- package/es/transfer/src/TransferList.d.ts +415 -6
- package/es/transfer/src/TransferList.mjs +1 -1
- package/es/transfer/src/TransferListItem.d.ts +401 -9
- package/es/transfer/src/TransferListItem.mjs +3 -3
- package/es/transfer/src/use-transfer-data.d.ts +3 -3
- package/es/transfer/src/use-transfer-data.mjs +1 -1
- package/es/transfer/styles/dark.mjs +3 -3
- package/es/transfer/styles/light.d.ts +1 -0
- package/es/transfer/styles/light.mjs +4 -4
- package/es/tree/index.d.ts +1 -1
- package/es/tree/src/MotionWrapper.d.ts +4 -4
- package/es/tree/src/MotionWrapper.mjs +1 -1
- package/es/tree/src/Tree.d.ts +31 -14
- package/es/tree/src/Tree.mjs +9 -9
- package/es/tree/src/TreeNode.d.ts +14 -14
- package/es/tree/src/TreeNode.mjs +5 -5
- package/es/tree/src/TreeNodeCheckbox.d.ts +99 -5
- package/es/tree/src/TreeNodeContent.d.ts +10 -10
- package/es/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/es/tree/src/TreeNodeSwitcher.mjs +1 -1
- package/es/tree/src/dnd.d.ts +1 -1
- package/es/tree/src/keyboard.d.ts +1 -1
- package/es/tree/src/styles/index.cssr.mjs +2 -2
- package/es/tree/src/utils.d.ts +1 -1
- package/es/tree/src/utils.mjs +1 -1
- package/es/tree/styles/dark.mjs +2 -2
- package/es/tree/styles/index.d.ts +1 -1
- package/es/tree/styles/light.mjs +3 -3
- package/es/tree-select/index.d.ts +2 -2
- package/es/tree-select/src/TreeSelect.d.ts +45 -21
- package/es/tree-select/src/TreeSelect.mjs +10 -10
- package/es/tree-select/styles/dark.mjs +2 -2
- package/es/tree-select/styles/index.d.ts +1 -1
- package/es/tree-select/styles/light.d.ts +1 -0
- package/es/tree-select/styles/light.mjs +3 -3
- package/es/typography/index.d.ts +10 -10
- package/es/typography/index.mjs +7 -7
- package/es/typography/src/a.d.ts +6 -6
- package/es/typography/src/blockquote.d.ts +7 -7
- package/es/typography/src/create-header.d.ts +8 -8
- package/es/typography/src/headers.d.ts +48 -48
- package/es/typography/src/hr.d.ts +6 -6
- package/es/typography/src/li.d.ts +1 -1
- package/es/typography/src/ol.d.ts +7 -7
- package/es/typography/src/p.d.ts +7 -7
- package/es/typography/src/text.d.ts +8 -8
- package/es/typography/src/text.mjs +1 -1
- package/es/typography/src/ul.d.ts +7 -7
- package/es/typography/styles/index.d.ts +1 -1
- package/es/typography/styles/light.d.ts +1 -1
- package/es/upload/index.d.ts +2 -2
- package/es/upload/index.mjs +2 -2
- package/es/upload/src/Upload.d.ts +11 -11
- package/es/upload/src/Upload.mjs +5 -5
- package/es/upload/src/UploadDragger.d.ts +1 -1
- package/es/upload/src/UploadFile.d.ts +271 -8
- package/es/upload/src/UploadFile.mjs +6 -6
- package/es/upload/src/UploadFileList.d.ts +1 -1
- package/es/upload/src/UploadFileList.mjs +1 -1
- package/es/upload/src/UploadProgress.d.ts +265 -5
- package/es/upload/src/UploadTrigger.d.ts +5 -5
- package/es/upload/src/UploadTrigger.mjs +2 -2
- package/es/upload/src/interface.d.ts +1 -1
- package/es/upload/src/styles/index.cssr.mjs +1 -1
- package/es/upload/styles/dark.mjs +1 -1
- package/es/upload/styles/light.mjs +2 -2
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -1
- package/es/virtual-list/index.d.ts +1 -1
- package/es/virtual-list/src/VirtualList.d.ts +23 -7
- package/es/watermark/src/Watermark.d.ts +4 -4
- package/es/watermark/src/Watermark.mjs +1 -1
- package/es/watermark/styles/light.mjs +1 -1
- package/lib/_internal/clear/src/Clear.d.ts +5 -5
- package/lib/_internal/clear/src/Clear.js +2 -2
- package/lib/_internal/clear/src/styles/index.cssr.js +1 -1
- package/lib/_internal/close/src/Close.d.ts +5 -5
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +6 -6
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +3 -3
- package/lib/_internal/icon/src/Icon.d.ts +4 -4
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +1 -1
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +1 -1
- package/lib/_internal/icons/Add.d.ts +1 -1
- package/lib/_internal/icons/ArrowBack.d.ts +1 -1
- package/lib/_internal/icons/ArrowDown.d.ts +1 -1
- package/lib/_internal/icons/ArrowUp.d.ts +1 -1
- package/lib/_internal/icons/Attach.d.ts +1 -1
- package/lib/_internal/icons/Backward.d.ts +1 -1
- package/lib/_internal/icons/Cancel.d.ts +1 -1
- package/lib/_internal/icons/Checkmark.d.ts +1 -1
- package/lib/_internal/icons/ChevronDown.d.ts +1 -1
- package/lib/_internal/icons/ChevronDownFilled.d.ts +1 -1
- package/lib/_internal/icons/ChevronLeft.d.ts +1 -1
- package/lib/_internal/icons/ChevronRight.d.ts +1 -1
- package/lib/_internal/icons/Clear.d.ts +1 -1
- package/lib/_internal/icons/Close.d.ts +1 -1
- package/lib/_internal/icons/Date.d.ts +1 -1
- package/lib/_internal/icons/Download.d.ts +1 -1
- package/lib/_internal/icons/Empty.d.ts +1 -1
- package/lib/_internal/icons/Error.d.ts +1 -1
- package/lib/_internal/icons/Eye.d.ts +1 -1
- package/lib/_internal/icons/EyeOff.d.ts +1 -1
- package/lib/_internal/icons/FastBackward.d.ts +1 -1
- package/lib/_internal/icons/FastForward.d.ts +1 -1
- package/lib/_internal/icons/File.d.ts +1 -1
- package/lib/_internal/icons/Filter.d.ts +1 -1
- package/lib/_internal/icons/Forward.d.ts +1 -1
- package/lib/_internal/icons/Info.d.ts +1 -1
- package/lib/_internal/icons/More.d.ts +1 -1
- package/lib/_internal/icons/Photo.d.ts +1 -1
- package/lib/_internal/icons/Remove.d.ts +1 -1
- package/lib/_internal/icons/ResizeSmall.d.ts +1 -1
- package/lib/_internal/icons/Retry.d.ts +1 -1
- package/lib/_internal/icons/RotateClockwise.d.ts +1 -1
- package/lib/_internal/icons/RotateCounterclockwise.d.ts +1 -1
- package/lib/_internal/icons/Search.d.ts +1 -1
- package/lib/_internal/icons/Success.d.ts +1 -1
- package/lib/_internal/icons/Switcher.d.ts +1 -1
- package/lib/_internal/icons/Time.d.ts +1 -1
- package/lib/_internal/icons/To.d.ts +1 -1
- package/lib/_internal/icons/Trash.d.ts +1 -1
- package/lib/_internal/icons/Warning.d.ts +1 -1
- package/lib/_internal/icons/ZoomIn.d.ts +1 -1
- package/lib/_internal/icons/ZoomOut.d.ts +1 -1
- package/lib/_internal/icons/index.d.ts +16 -16
- package/lib/_internal/icons/index.js +33 -33
- package/lib/_internal/icons/replaceable.d.ts +1 -1
- package/lib/_internal/index.d.ts +9 -9
- package/lib/_internal/index.js +16 -16
- package/lib/_internal/loading/src/Loading.d.ts +4 -4
- package/lib/_internal/loading/src/styles/index.cssr.js +1 -1
- package/lib/_internal/menu-mask/index.d.ts +1 -1
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +6 -6
- package/lib/_internal/menu-mask/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +14 -14
- package/lib/_internal/scrollbar/src/Scrollbar.js +3 -3
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +1 -1
- package/lib/_internal/scrollbar/styles/index.d.ts +1 -1
- package/lib/_internal/scrollbar/styles/light.d.ts +1 -1
- package/lib/_internal/select-menu/index.d.ts +1 -1
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +7 -7
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +28 -11
- package/lib/_internal/select-menu/src/SelectMenu.js +8 -8
- package/lib/_internal/select-menu/src/SelectOption.d.ts +9 -9
- package/lib/_internal/select-menu/src/SelectOption.js +2 -2
- package/lib/_internal/select-menu/src/interface.d.ts +2 -2
- package/lib/_internal/select-menu/src/styles/index.cssr.js +1 -1
- package/lib/_internal/select-menu/styles/dark.js +1 -1
- package/lib/_internal/select-menu/styles/index.d.ts +2 -2
- package/lib/_internal/select-menu/styles/index.js +3 -3
- package/lib/_internal/select-menu/styles/light.js +2 -2
- package/lib/_internal/selection/src/Selection.d.ts +44 -27
- package/lib/_internal/selection/src/Selection.js +7 -5
- package/lib/_internal/selection/src/styles/index.cssr.js +1 -0
- package/lib/_internal/selection/styles/dark.js +3 -2
- package/lib/_internal/selection/styles/index.d.ts +2 -2
- package/lib/_internal/selection/styles/index.js +3 -3
- package/lib/_internal/selection/styles/light.d.ts +2 -0
- package/lib/_internal/selection/styles/light.js +4 -3
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +4 -4
- package/lib/_internal/slot-machine/src/SlotMachine.js +1 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +4 -4
- package/lib/_internal/slot-machine/src/styles/index.cssr.js +1 -1
- package/lib/_internal/suffix/src/Suffix.d.ts +4 -4
- package/lib/_internal/suffix/src/Suffix.js +2 -2
- package/lib/_internal/wave/src/Wave.d.ts +6 -6
- package/lib/_mixins/index.d.ts +6 -6
- package/lib/_mixins/index.js +12 -12
- package/lib/_mixins/use-config.d.ts +1 -1
- package/lib/_mixins/use-css-vars-class.js +3 -3
- package/lib/_mixins/use-form-item.d.ts +1 -1
- package/lib/_mixins/use-hljs.d.ts +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.d.ts +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.d.ts +1 -1
- package/lib/_mixins/use-rtl.js +2 -2
- package/lib/_mixins/use-style.js +2 -2
- package/lib/_mixins/use-theme.d.ts +2 -2
- package/lib/_mixins/use-theme.js +2 -2
- package/lib/_utils/composable/index.d.ts +3 -3
- package/lib/_utils/composable/index.js +8 -8
- package/lib/_utils/composable/use-adjusted-to.js +5 -5
- package/lib/_utils/composable/use-lock-html-scroll.d.ts +1 -1
- package/lib/_utils/css/index.d.ts +1 -1
- package/lib/_utils/css/index.js +3 -3
- package/lib/_utils/cssr/index.d.ts +1 -1
- package/lib/_utils/cssr/index.js +4 -4
- package/lib/_utils/dom/index.d.ts +1 -1
- package/lib/_utils/dom/index.js +3 -3
- package/lib/_utils/index.d.ts +8 -8
- package/lib/_utils/index.js +32 -32
- package/lib/_utils/naive/index.d.ts +3 -3
- package/lib/_utils/naive/index.js +7 -7
- package/lib/_utils/vue/index.d.ts +11 -11
- package/lib/_utils/vue/index.js +21 -21
- package/lib/_utils/vue/wrapper.d.ts +1 -1
- package/lib/affix/index.d.ts +1 -1
- package/lib/affix/index.js +2 -2
- package/lib/affix/src/Affix.d.ts +9 -9
- package/lib/affix/src/Affix.js +2 -2
- package/lib/alert/index.d.ts +1 -1
- package/lib/alert/index.js +2 -2
- package/lib/alert/src/Alert.d.ts +11 -11
- package/lib/alert/src/Alert.js +3 -3
- package/lib/alert/src/styles/index.cssr.js +1 -1
- package/lib/alert/styles/index.d.ts +1 -1
- package/lib/alert/styles/light.d.ts +1 -1
- package/lib/anchor/index.d.ts +2 -2
- package/lib/anchor/index.js +3 -3
- package/lib/anchor/src/AnchorAdapter.d.ts +5 -5
- package/lib/anchor/src/AnchorAdapter.js +3 -3
- package/lib/anchor/src/BaseAnchor.d.ts +10 -10
- package/lib/anchor/src/BaseAnchor.js +1 -1
- package/lib/anchor/src/Link.d.ts +3 -3
- package/lib/anchor/src/Link.js +2 -2
- package/lib/anchor/styles/index.d.ts +1 -1
- package/lib/anchor/styles/light.d.ts +1 -1
- package/lib/auto-complete/index.d.ts +2 -2
- package/lib/auto-complete/index.js +2 -2
- package/lib/auto-complete/src/AutoComplete.d.ts +59 -15
- package/lib/auto-complete/src/AutoComplete.js +6 -6
- package/lib/auto-complete/src/styles/index.cssr.js +1 -1
- package/lib/auto-complete/styles/dark.js +1 -1
- package/lib/auto-complete/styles/light.d.ts +1 -0
- package/lib/auto-complete/styles/light.js +2 -2
- package/lib/avatar/index.d.ts +1 -1
- package/lib/avatar/index.js +2 -2
- package/lib/avatar/src/Avatar.d.ts +15 -15
- package/lib/avatar/src/Avatar.js +2 -2
- package/lib/avatar/styles/index.d.ts +1 -1
- package/lib/avatar/styles/light.d.ts +1 -1
- package/lib/avatar-group/index.d.ts +2 -2
- package/lib/avatar-group/index.js +2 -2
- package/lib/avatar-group/src/AvatarGroup.d.ts +9 -9
- package/lib/avatar-group/src/AvatarGroup.js +2 -2
- package/lib/avatar-group/styles/index.d.ts +1 -1
- package/lib/avatar-group/styles/light.js +1 -1
- package/lib/back-top/index.d.ts +1 -1
- package/lib/back-top/index.js +2 -2
- package/lib/back-top/src/BackTop.d.ts +15 -15
- package/lib/back-top/src/BackTop.js +3 -3
- package/lib/back-top/src/styles/index.cssr.js +1 -1
- package/lib/back-top/styles/index.d.ts +1 -1
- package/lib/back-top/styles/light.d.ts +1 -1
- package/lib/badge/index.d.ts +1 -1
- package/lib/badge/index.js +2 -2
- package/lib/badge/src/Badge.d.ts +11 -11
- package/lib/badge/src/Badge.js +2 -2
- package/lib/badge/src/styles/index.cssr.js +1 -1
- package/lib/badge/styles/index.d.ts +1 -1
- package/lib/badge/styles/light.d.ts +1 -1
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/index.js +3 -3
- package/lib/breadcrumb/src/Breadcrumb.d.ts +7 -7
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +4 -4
- package/lib/breadcrumb/styles/light.d.ts +1 -1
- package/lib/button/index.d.ts +1 -1
- package/lib/button/index.js +2 -2
- package/lib/button/src/Button.d.ts +16 -13
- package/lib/button/src/Button.js +7 -7
- package/lib/button/src/styles/index.cssr.js +1 -1
- package/lib/button/styles/index.d.ts +1 -1
- package/lib/button/styles/light.d.ts +1 -1
- package/lib/button-group/index.d.ts +1 -1
- package/lib/button-group/index.js +2 -2
- package/lib/button-group/src/ButtonGroup.d.ts +9 -9
- package/lib/button-group/src/ButtonGroup.js +1 -1
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar/index.js +2 -2
- package/lib/calendar/src/Calendar.d.ts +40 -10
- package/lib/calendar/src/Calendar.js +4 -4
- package/lib/calendar/styles/light.js +1 -1
- package/lib/card/index.d.ts +1 -1
- package/lib/card/index.js +2 -2
- package/lib/card/src/Card.d.ts +10 -10
- package/lib/card/src/Card.js +4 -4
- package/lib/card/styles/index.d.ts +1 -1
- package/lib/card/styles/light.d.ts +1 -1
- package/lib/carousel/index.d.ts +2 -2
- package/lib/carousel/index.js +2 -2
- package/lib/carousel/src/Carousel.d.ts +11 -11
- package/lib/carousel/src/Carousel.js +9 -8
- package/lib/carousel/src/CarouselArrow.d.ts +2 -2
- package/lib/carousel/src/CarouselDots.d.ts +7 -7
- package/lib/carousel/src/CarouselDots.js +1 -1
- package/lib/carousel/src/CarouselItem.d.ts +3 -3
- package/lib/carousel/src/CarouselItem.js +1 -1
- package/lib/cascader/index.d.ts +2 -2
- package/lib/cascader/index.js +2 -2
- package/lib/cascader/src/Cascader.d.ts +50 -20
- package/lib/cascader/src/Cascader.js +4 -4
- package/lib/cascader/src/CascaderMenu.d.ts +296 -9
- package/lib/cascader/src/CascaderMenu.js +2 -2
- package/lib/cascader/src/CascaderOption.d.ts +300 -10
- package/lib/cascader/src/CascaderOption.js +3 -3
- package/lib/cascader/src/CascaderSelectMenu.d.ts +301 -9
- package/lib/cascader/src/CascaderSelectMenu.js +4 -4
- package/lib/cascader/src/CascaderSubmenu.d.ts +305 -6
- package/lib/cascader/src/CascaderSubmenu.js +1 -1
- package/lib/cascader/src/styles/index.cssr.js +1 -1
- package/lib/cascader/styles/dark.js +5 -5
- package/lib/cascader/styles/light.d.ts +1 -0
- package/lib/cascader/styles/light.js +6 -6
- package/lib/checkbox/index.d.ts +2 -2
- package/lib/checkbox/index.js +3 -3
- package/lib/checkbox/src/Checkbox.d.ts +16 -16
- package/lib/checkbox/src/Checkbox.js +6 -6
- package/lib/checkbox/src/CheckboxGroup.d.ts +6 -6
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/styles/index.cssr.js +1 -1
- package/lib/checkbox/styles/index.d.ts +1 -1
- package/lib/checkbox/styles/light.d.ts +1 -1
- package/lib/code/index.d.ts +1 -1
- package/lib/code/index.js +2 -2
- package/lib/code/src/Code.d.ts +9 -9
- package/lib/code/styles/index.d.ts +1 -1
- package/lib/code/styles/light.d.ts +1 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/index.js +3 -3
- package/lib/collapse/src/Collapse.d.ts +9 -9
- package/lib/collapse/src/Collapse.js +2 -2
- package/lib/collapse/src/CollapseItem.d.ts +9 -9
- package/lib/collapse/src/CollapseItem.js +3 -3
- package/lib/collapse/src/CollapseItemContent.d.ts +6 -6
- package/lib/collapse/src/CollapseItemContent.js +1 -1
- package/lib/collapse/src/styles/index.cssr.js +1 -1
- package/lib/collapse/styles/index.d.ts +1 -1
- package/lib/collapse/styles/light.d.ts +1 -1
- package/lib/collapse-transition/index.d.ts +1 -1
- package/lib/collapse-transition/index.js +2 -2
- package/lib/collapse-transition/src/CollapseTransition.d.ts +10 -10
- package/lib/collapse-transition/src/CollapseTransition.js +1 -1
- package/lib/collapse-transition/src/styles/index.cssr.js +1 -1
- package/lib/collapse-transition/styles/index.d.ts +1 -1
- package/lib/collapse-transition/styles/light.d.ts +1 -1
- package/lib/color-picker/index.d.ts +1 -1
- package/lib/color-picker/index.js +2 -2
- package/lib/color-picker/src/AlphaSlider.d.ts +7 -7
- package/lib/color-picker/src/AlphaSlider.js +1 -1
- package/lib/color-picker/src/ColorInput.d.ts +6 -6
- package/lib/color-picker/src/ColorInputUnit.d.ts +7 -6
- package/lib/color-picker/src/ColorPicker.d.ts +24 -15
- package/lib/color-picker/src/ColorPicker.js +7 -7
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +4 -4
- package/lib/color-picker/src/ColorPickerSwatches.js +1 -1
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +4 -4
- package/lib/color-picker/src/ColorPreview.d.ts +5 -5
- package/lib/color-picker/src/HueSlider.d.ts +5 -5
- package/lib/color-picker/src/HueSlider.js +1 -1
- package/lib/color-picker/src/Pallete.d.ts +6 -6
- package/lib/color-picker/src/styles/index.cssr.js +1 -1
- package/lib/color-picker/styles/dark.js +1 -1
- package/lib/color-picker/styles/index.d.ts +1 -1
- package/lib/color-picker/styles/light.d.ts +1 -0
- package/lib/color-picker/styles/light.js +5 -5
- package/lib/components.d.ts +8 -7
- package/lib/components.js +8 -7
- package/lib/composables/use-theme-vars.d.ts +1 -1
- package/lib/composables/use-theme-vars.js +1 -1
- package/lib/config-provider/index.d.ts +1 -1
- package/lib/config-provider/index.js +2 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +7 -7
- package/lib/config-provider/src/ConfigProvider.js +4 -4
- package/lib/config-provider/src/interface.d.ts +2 -2
- package/lib/config-provider/src/internal-interface.d.ts +24 -22
- package/lib/countdown/index.d.ts +2 -2
- package/lib/countdown/index.js +2 -2
- package/lib/countdown/src/Countdown.d.ts +7 -7
- package/lib/data-table/index.d.ts +2 -1
- package/lib/data-table/index.js +15 -0
- package/lib/data-table/src/DataTable.d.ts +34 -10
- package/lib/data-table/src/DataTable.js +10 -10
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1212 -10
- package/lib/data-table/src/HeaderButton/FilterButton.js +2 -2
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1214 -7
- package/lib/data-table/src/HeaderButton/FilterMenu.js +4 -4
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +6 -6
- package/lib/data-table/src/HeaderButton/ResizeButton.js +1 -1
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +5 -5
- package/lib/data-table/src/HeaderButton/SortButton.js +2 -2
- package/lib/data-table/src/MainTable.d.ts +12 -5
- package/lib/data-table/src/MainTable.js +2 -2
- package/lib/data-table/src/TableParts/Body.d.ts +1278 -53
- package/lib/data-table/src/TableParts/Body.js +14 -9
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +3 -3
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +3 -3
- package/lib/data-table/src/TableParts/Cell.d.ts +5 -5
- package/lib/data-table/src/TableParts/Cell.js +1 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +5 -5
- package/lib/data-table/src/TableParts/ExpandTrigger.js +1 -1
- package/lib/data-table/src/TableParts/Header.d.ts +1229 -21
- package/lib/data-table/src/TableParts/Header.js +3 -3
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +3 -3
- package/lib/data-table/src/TableParts/SelectionMenu.js +1 -1
- package/lib/data-table/src/interface.d.ts +14 -5
- package/lib/data-table/src/interface.js +1 -1
- package/lib/data-table/src/publicTypes.d.ts +3 -0
- package/lib/data-table/src/styles/index.cssr.js +2 -1
- package/lib/data-table/src/use-check.d.ts +1 -1
- package/lib/data-table/src/use-expand.d.ts +2 -2
- package/lib/data-table/src/use-expand.js +1 -1
- package/lib/data-table/src/use-group-header.d.ts +1 -1
- package/lib/data-table/src/use-scroll.d.ts +5 -5
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-table-data.d.ts +2 -2
- package/lib/data-table/src/use-table-data.js +3 -3
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +11 -3
- package/lib/data-table/styles/dark.js +15 -15
- package/lib/data-table/styles/index.d.ts +1 -1
- package/lib/data-table/styles/light.d.ts +2 -0
- package/lib/data-table/styles/light.js +16 -16
- package/lib/date-picker/src/DatePicker.d.ts +171 -19
- package/lib/date-picker/src/DatePicker.js +18 -12
- package/lib/date-picker/src/interface.d.ts +3 -3
- package/lib/date-picker/src/panel/date.d.ts +1014 -13
- package/lib/date-picker/src/panel/date.js +4 -4
- package/lib/date-picker/src/panel/daterange.d.ts +1023 -22
- package/lib/date-picker/src/panel/daterange.js +4 -4
- package/lib/date-picker/src/panel/datetime.d.ts +1014 -13
- package/lib/date-picker/src/panel/datetime.js +6 -6
- package/lib/date-picker/src/panel/datetimerange.d.ts +1023 -22
- package/lib/date-picker/src/panel/datetimerange.js +6 -6
- package/lib/date-picker/src/panel/month.d.ts +1014 -13
- package/lib/date-picker/src/panel/month.js +3 -3
- package/lib/date-picker/src/panel/monthrange.d.ts +1023 -22
- package/lib/date-picker/src/panel/monthrange.js +3 -3
- package/lib/date-picker/src/panel/panelHeader.d.ts +6328 -222
- package/lib/date-picker/src/panel/panelHeader.js +17 -5
- package/lib/date-picker/src/panel/use-calendar.d.ts +1002 -14
- package/lib/date-picker/src/panel/use-calendar.js +12 -7
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1022 -34
- package/lib/date-picker/src/panel/use-dual-calendar.js +14 -9
- package/lib/date-picker/src/panel/use-panel-common.d.ts +999 -11
- package/lib/date-picker/src/panel/use-panel-common.js +11 -1
- package/lib/date-picker/src/props.d.ts +18 -1
- package/lib/date-picker/src/props.js +7 -1
- package/lib/date-picker/src/styles/index.cssr.js +5 -1
- package/lib/date-picker/src/utils.d.ts +1 -1
- package/lib/date-picker/src/utils.js +6 -6
- package/lib/date-picker/src/validation-utils.d.ts +1 -1
- package/lib/date-picker/src/validation-utils.js +1 -1
- package/lib/date-picker/styles/dark.js +6 -6
- package/lib/date-picker/styles/light.d.ts +2 -0
- package/lib/date-picker/styles/light.js +7 -7
- package/lib/descriptions/index.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.d.ts +8 -8
- package/lib/descriptions/src/Descriptions.js +3 -3
- package/lib/descriptions/src/DescriptionsItem.d.ts +5 -5
- package/lib/descriptions/styles/light.d.ts +1 -1
- package/lib/dialog/index.d.ts +3 -3
- package/lib/dialog/index.js +5 -5
- package/lib/dialog/src/Dialog.d.ts +9 -9
- package/lib/dialog/src/Dialog.js +2 -2
- package/lib/dialog/src/DialogEnvironment.d.ts +7 -7
- package/lib/dialog/src/DialogEnvironment.js +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +5512 -16
- package/lib/dialog/src/DialogProvider.js +2 -2
- package/lib/dialog/src/composables.d.ts +1 -1
- package/lib/dialog/src/dialogProps.d.ts +2 -2
- package/lib/dialog/styles/dark.js +1 -1
- package/lib/dialog/styles/index.d.ts +1 -1
- package/lib/dialog/styles/light.js +2 -2
- package/lib/discrete/index.d.ts +1 -1
- package/lib/discrete/src/InjectionExtractor.d.ts +4 -4
- package/lib/discrete/src/discrete.js +2 -2
- package/lib/discrete/src/discreteApp.d.ts +2 -2
- package/lib/discrete/src/discreteApp.js +2 -2
- package/lib/discrete/src/interface.d.ts +2 -2
- package/lib/divider/src/Divider.d.ts +8 -8
- package/lib/divider/styles/index.d.ts +1 -1
- package/lib/divider/styles/light.d.ts +1 -1
- package/lib/drawer/index.d.ts +1 -1
- package/lib/drawer/src/Drawer.d.ts +11 -11
- package/lib/drawer/src/Drawer.js +2 -2
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +61 -14
- package/lib/drawer/src/DrawerBodyWrapper.js +6 -6
- package/lib/drawer/src/DrawerContent.d.ts +54 -7
- package/lib/drawer/src/styles/index.cssr.js +4 -4
- package/lib/drawer/styles/dark.js +1 -1
- package/lib/drawer/styles/index.d.ts +1 -1
- package/lib/drawer/styles/light.js +1 -1
- package/lib/drawer/styles/rtl.js +1 -1
- package/lib/dropdown/index.d.ts +1 -1
- package/lib/dropdown/src/Dropdown.d.ts +12 -12
- package/lib/dropdown/src/Dropdown.js +4 -4
- package/lib/dropdown/src/DropdownDivider.d.ts +3 -3
- package/lib/dropdown/src/DropdownGroup.d.ts +5 -5
- package/lib/dropdown/src/DropdownGroup.js +1 -1
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +10 -10
- package/lib/dropdown/src/DropdownMenu.d.ts +7 -7
- package/lib/dropdown/src/DropdownMenu.js +6 -6
- package/lib/dropdown/src/DropdownOption.d.ts +17 -17
- package/lib/dropdown/src/DropdownOption.js +3 -3
- package/lib/dropdown/src/DropdownRenderOption.d.ts +4 -4
- package/lib/dropdown/src/styles/index.cssr.js +1 -1
- package/lib/dropdown/styles/index.d.ts +1 -1
- package/lib/dropdown/styles/light.js +1 -1
- package/lib/dynamic-input/src/DynamicInput.d.ts +23 -11
- package/lib/dynamic-input/src/DynamicInput.js +7 -7
- package/lib/dynamic-input/src/InputPreset.d.ts +293 -6
- package/lib/dynamic-input/src/PairPreset.d.ts +294 -7
- package/lib/dynamic-input/styles/dark.js +4 -4
- package/lib/dynamic-input/styles/index.d.ts +1 -1
- package/lib/dynamic-input/styles/light.d.ts +1 -0
- package/lib/dynamic-input/styles/light.js +5 -5
- package/lib/dynamic-input/styles/rtl.js +6 -6
- package/lib/dynamic-tags/src/DynamicTags.d.ts +49 -15
- package/lib/dynamic-tags/src/DynamicTags.js +6 -6
- package/lib/dynamic-tags/styles/dark.js +7 -7
- package/lib/dynamic-tags/styles/light.d.ts +1 -0
- package/lib/dynamic-tags/styles/light.js +8 -8
- package/lib/element/src/Element.d.ts +7 -7
- package/lib/element/src/Element.js +1 -1
- package/lib/ellipsis/index.d.ts +1 -1
- package/lib/ellipsis/src/Ellipsis.d.ts +12 -9
- package/lib/ellipsis/src/Ellipsis.js +2 -2
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +6 -6
- package/lib/ellipsis/src/PerformantEllipsis.js +1 -1
- package/lib/empty/src/Empty.d.ts +8 -8
- package/lib/empty/styles/index.d.ts +1 -1
- package/lib/empty/styles/light.d.ts +1 -1
- package/lib/equation/src/Equation.d.ts +6 -6
- package/lib/equation/styles/index.d.ts +1 -1
- package/lib/flex/src/Flex.d.ts +8 -8
- package/lib/flex/src/Flex.js +2 -2
- package/lib/flex/styles/index.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +8 -8
- package/lib/float-button/src/FloatButton.js +7 -7
- package/lib/float-button/styles/light.d.ts +1 -1
- package/lib/float-button-group/src/FloatButtonGroup.d.ts +7 -7
- package/lib/form/index.d.ts +3 -3
- package/lib/form/index.js +4 -4
- package/lib/form/src/Form.d.ts +7 -7
- package/lib/form/src/Form.js +2 -2
- package/lib/form/src/FormItem.d.ts +18 -12
- package/lib/form/src/FormItem.js +3 -3
- package/lib/form/src/FormItemCol.d.ts +11 -5
- package/lib/form/src/FormItemCol.js +1 -1
- package/lib/form/src/FormItemGridItem.d.ts +11 -5
- package/lib/form/src/FormItemGridItem.js +1 -1
- package/lib/form/src/FormItemRow.d.ts +10 -5
- package/lib/form/src/FormItemRow.js +1 -1
- package/lib/form/src/interface.d.ts +1 -1
- package/lib/form/src/styles/form-item.cssr.js +1 -1
- package/lib/form/src/utils.d.ts +3 -3
- package/lib/form/src/utils.js +1 -1
- package/lib/form/styles/index.d.ts +1 -1
- package/lib/form/styles/light.d.ts +1 -1
- package/lib/global-style/src/GlobalStyle.d.ts +1 -1
- package/lib/global-style/src/GlobalStyle.js +2 -2
- package/lib/gradient-text/src/GradientText.d.ts +8 -8
- package/lib/grid/src/Grid.d.ts +8 -8
- package/lib/grid/src/Grid.js +3 -3
- package/lib/grid/src/GridItem.d.ts +9 -9
- package/lib/grid/src/GridItem.js +1 -1
- package/lib/highlight/src/Highlight.d.ts +6 -6
- package/lib/icon/index.d.ts +1 -1
- package/lib/icon/index.js +2 -2
- package/lib/icon/src/Icon.d.ts +7 -7
- package/lib/icon/styles/light.d.ts +1 -1
- package/lib/icon-wrapper/index.d.ts +1 -1
- package/lib/icon-wrapper/index.js +2 -2
- package/lib/icon-wrapper/src/IconWrapper.d.ts +4 -4
- package/lib/icon-wrapper/styles/light.d.ts +1 -1
- package/lib/image/src/Image.d.ts +18 -13
- package/lib/image/src/Image.js +26 -20
- package/lib/image/src/ImageGroup.d.ts +12 -8
- package/lib/image/src/ImageGroup.js +2 -2
- package/lib/image/src/ImagePreview.d.ts +13 -13
- package/lib/image/src/ImagePreview.js +5 -5
- package/lib/image/src/styles/index.cssr.js +1 -1
- package/lib/image/styles/dark.js +1 -1
- package/lib/image/styles/index.d.ts +1 -1
- package/lib/image/styles/index.js +3 -3
- package/lib/image/styles/light.js +1 -1
- package/lib/index.d.ts +8 -8
- package/lib/index.js +19 -19
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +18 -6
- package/lib/infinite-scroll/src/InfiniteScroll.js +1 -1
- package/lib/input/index.d.ts +2 -2
- package/lib/input/src/Input.d.ts +52 -25
- package/lib/input/src/Input.js +9 -8
- package/lib/input/src/InputGroup.d.ts +3 -11
- package/lib/input/src/InputGroupLabel.d.ts +17 -8
- package/lib/input/src/WordCount.d.ts +1 -1
- package/lib/input/src/styles/input.cssr.js +1 -0
- package/lib/input/styles/dark.js +2 -2
- package/lib/input/styles/index.d.ts +1 -1
- package/lib/input/styles/light.d.ts +2 -1
- package/lib/input/styles/light.js +2 -2
- package/lib/input-number/src/InputNumber.d.ts +54 -12
- package/lib/input-number/src/InputNumber.js +7 -7
- package/lib/input-number/src/utils.js +9 -4
- package/lib/input-number/styles/dark.js +1 -1
- package/lib/input-number/styles/index.d.ts +1 -1
- package/lib/input-number/styles/light.d.ts +1 -0
- package/lib/input-number/styles/light.js +2 -2
- package/lib/input-number/styles/rtl.js +3 -3
- package/lib/layout/index.d.ts +5 -5
- package/lib/layout/index.js +4 -4
- package/lib/layout/src/Layout.d.ts +40 -18
- package/lib/layout/src/LayoutContent.d.ts +19 -8
- package/lib/layout/src/LayoutFooter.d.ts +7 -7
- package/lib/layout/src/LayoutHeader.d.ts +7 -7
- package/lib/layout/src/LayoutSider.d.ts +21 -10
- package/lib/layout/src/LayoutSider.js +5 -5
- package/lib/layout/src/ToggleBar.d.ts +3 -3
- package/lib/layout/src/ToggleButton.d.ts +3 -3
- package/lib/layout/styles/dark.js +1 -1
- package/lib/layout/styles/light.js +1 -1
- package/lib/legacy-grid/index.d.ts +2 -2
- package/lib/legacy-grid/index.js +4 -4
- package/lib/legacy-grid/src/Col.d.ts +8 -8
- package/lib/legacy-grid/src/Row.d.ts +7 -7
- package/lib/legacy-grid/src/Row.js +2 -2
- package/lib/legacy-grid/styles/index.d.ts +2 -2
- package/lib/legacy-grid/styles/index.js +3 -3
- package/lib/legacy-transfer/index.d.ts +1 -1
- package/lib/legacy-transfer/src/Transfer.d.ts +24 -11
- package/lib/legacy-transfer/src/Transfer.js +8 -8
- package/lib/legacy-transfer/src/TransferFilter.d.ts +385 -6
- package/lib/legacy-transfer/src/TransferFilter.js +1 -1
- package/lib/legacy-transfer/src/TransferHeader.d.ts +4 -4
- package/lib/legacy-transfer/src/TransferList.d.ts +402 -6
- package/lib/legacy-transfer/src/TransferList.js +1 -1
- package/lib/legacy-transfer/src/TransferListItem.d.ts +385 -6
- package/lib/legacy-transfer/src/TransferListItem.js +2 -2
- package/lib/legacy-transfer/src/styles/index.cssr.js +1 -1
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +7 -7
- package/lib/legacy-transfer/src/use-transfer-data.js +1 -1
- package/lib/legacy-transfer/styles/dark.js +8 -8
- package/lib/legacy-transfer/styles/light.d.ts +1 -0
- package/lib/legacy-transfer/styles/light.js +9 -9
- package/lib/list/src/List.d.ts +8 -8
- package/lib/list/src/ListItem.d.ts +3 -3
- package/lib/list/styles/index.d.ts +1 -1
- package/lib/list/styles/light.d.ts +1 -1
- package/lib/loading-bar/index.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.d.ts +11 -11
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +10 -6
- package/lib/loading-bar/src/LoadingBarProvider.js +2 -2
- package/lib/loading-bar/src/styles/index.cssr.js +1 -1
- package/lib/loading-bar/styles/index.d.ts +1 -1
- package/lib/loading-bar/styles/light.d.ts +1 -1
- package/lib/locales/index.d.ts +40 -40
- package/lib/locales/index.js +78 -78
- package/lib/log/index.d.ts +1 -1
- package/lib/log/src/Log.d.ts +20 -8
- package/lib/log/src/Log.js +4 -4
- package/lib/log/src/LogLine.d.ts +7 -7
- package/lib/log/src/LogLoader.d.ts +6 -4
- package/lib/log/src/styles/index.cssr.js +1 -1
- package/lib/log/styles/index.d.ts +1 -1
- package/lib/log/styles/light.js +1 -1
- package/lib/marquee/index.d.ts +2 -0
- package/lib/marquee/index.js +8 -0
- package/lib/marquee/src/Marquee.d.ts +38 -0
- package/lib/marquee/src/Marquee.js +94 -0
- package/lib/marquee/src/props.d.ts +12 -0
- package/lib/marquee/src/props.js +8 -0
- package/lib/marquee/src/public-types.d.ts +1 -0
- package/lib/marquee/src/public-types.js +2 -0
- package/lib/marquee/src/styles/index.cssr.d.ts +2 -0
- package/lib/marquee/src/styles/index.cssr.js +35 -0
- package/lib/marquee/styles/dark.d.ts +3 -0
- package/lib/marquee/styles/dark.js +10 -0
- package/lib/marquee/styles/index.d.ts +3 -0
- package/lib/marquee/styles/index.js +10 -0
- package/lib/marquee/styles/light.d.ts +6 -0
- package/lib/marquee/styles/light.js +13 -0
- package/lib/mention/index.d.ts +1 -1
- package/lib/mention/src/Mention.d.ts +64 -18
- package/lib/mention/src/Mention.js +5 -5
- package/lib/mention/styles/dark.js +1 -1
- package/lib/mention/styles/light.d.ts +1 -0
- package/lib/mention/styles/light.js +2 -2
- package/lib/menu/index.d.ts +1 -1
- package/lib/menu/src/Menu.d.ts +19 -15
- package/lib/menu/src/Menu.js +6 -6
- package/lib/menu/src/MenuDivider.d.ts +1 -1
- package/lib/menu/src/MenuOption.d.ts +223 -7
- package/lib/menu/src/MenuOption.js +3 -2
- package/lib/menu/src/MenuOptionContent.d.ts +6 -6
- package/lib/menu/src/MenuOptionContent.js +1 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +6 -5
- package/lib/menu/src/MenuOptionGroup.js +3 -2
- package/lib/menu/src/Submenu.d.ts +227 -11
- package/lib/menu/src/Submenu.js +6 -4
- package/lib/menu/src/use-menu-child-props.d.ts +1 -1
- package/lib/menu/src/use-menu-child.d.ts +1 -1
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +9 -8
- package/lib/menu/styles/dark.js +4 -4
- package/lib/menu/styles/index.d.ts +1 -1
- package/lib/menu/styles/light.js +5 -5
- package/lib/message/index.d.ts +1 -1
- package/lib/message/src/Message.d.ts +9 -9
- package/lib/message/src/Message.js +3 -3
- package/lib/message/src/MessageEnvironment.d.ts +6 -6
- package/lib/message/src/MessageProvider.d.ts +23 -9
- package/lib/message/src/MessageProvider.js +3 -3
- package/lib/message/src/styles/index.cssr.js +2 -2
- package/lib/message/styles/index.d.ts +1 -1
- package/lib/message/styles/light.d.ts +1 -1
- package/lib/modal/index.d.ts +3 -3
- package/lib/modal/index.js +5 -5
- package/lib/modal/src/BodyWrapper.d.ts +541 -12
- package/lib/modal/src/BodyWrapper.js +6 -6
- package/lib/modal/src/Modal.d.ts +12 -12
- package/lib/modal/src/Modal.js +4 -4
- package/lib/modal/src/ModalEnvironment.d.ts +8 -8
- package/lib/modal/src/ModalProvider.js +2 -2
- package/lib/modal/src/composables.d.ts +1 -1
- package/lib/modal/src/presetProps.d.ts +1 -1
- package/lib/modal/src/presetProps.js +2 -2
- package/lib/modal/src/styles/index.cssr.js +1 -1
- package/lib/modal/styles/dark.js +4 -4
- package/lib/modal/styles/light.js +5 -5
- package/lib/notification/index.d.ts +2 -2
- package/lib/notification/src/Notification.d.ts +10 -10
- package/lib/notification/src/Notification.js +3 -3
- package/lib/notification/src/NotificationContainer.d.ts +62 -8
- package/lib/notification/src/NotificationEnvironment.d.ts +7 -7
- package/lib/notification/src/NotificationProvider.d.ts +34 -10
- package/lib/notification/src/NotificationProvider.js +2 -2
- package/lib/notification/styles/index.d.ts +1 -1
- package/lib/notification/styles/light.js +1 -1
- package/lib/number-animation/src/NumberAnimation.d.ts +7 -7
- package/lib/number-animation/src/NumberAnimation.js +1 -1
- package/lib/page-header/src/PageHeader.d.ts +8 -8
- package/lib/page-header/src/PageHeader.js +3 -3
- package/lib/page-header/styles/index.d.ts +1 -1
- package/lib/page-header/styles/index.js +3 -3
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/src/Pagination.d.ts +41 -17
- package/lib/pagination/src/Pagination.js +6 -6
- package/lib/pagination/styles/dark.js +6 -6
- package/lib/pagination/styles/index.d.ts +1 -1
- package/lib/pagination/styles/light.d.ts +2 -0
- package/lib/pagination/styles/light.js +7 -7
- package/lib/pagination/styles/rtl.js +1 -1
- package/lib/popconfirm/index.d.ts +1 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +15 -10
- package/lib/popconfirm/src/Popconfirm.js +3 -3
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +12 -9
- package/lib/popconfirm/src/PopconfirmPanel.js +1 -1
- package/lib/popconfirm/src/interface.d.ts +1 -1
- package/lib/popconfirm/styles/dark.js +1 -1
- package/lib/popconfirm/styles/index.d.ts +1 -1
- package/lib/popconfirm/styles/light.js +2 -2
- package/lib/popover/index.d.ts +1 -1
- package/lib/popover/src/Popover.d.ts +12 -10
- package/lib/popover/src/Popover.js +3 -3
- package/lib/popover/src/PopoverBody.d.ts +14 -12
- package/lib/popover/src/PopoverBody.js +4 -4
- package/lib/popover/styles/index.d.ts +1 -1
- package/lib/popover/styles/light.d.ts +1 -1
- package/lib/popselect/index.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +27 -24
- package/lib/popselect/src/Popselect.js +4 -4
- package/lib/popselect/src/PopselectPanel.d.ts +137 -11
- package/lib/popselect/src/PopselectPanel.js +4 -4
- package/lib/popselect/src/interface.d.ts +1 -1
- package/lib/popselect/styles/dark.js +1 -1
- package/lib/popselect/styles/light.js +1 -1
- package/lib/progress/index.d.ts +1 -0
- package/lib/progress/src/Circle.d.ts +9 -9
- package/lib/progress/src/Circle.js +19 -5
- package/lib/progress/src/Line.d.ts +9 -9
- package/lib/progress/src/Line.js +10 -4
- package/lib/progress/src/MultipleCircle.d.ts +8 -7
- package/lib/progress/src/MultipleCircle.js +36 -22
- package/lib/progress/src/Progress.d.ts +16 -16
- package/lib/progress/src/Progress.js +3 -3
- package/lib/progress/src/public-types.d.ts +4 -0
- package/lib/progress/src/public-types.js +2 -0
- package/lib/progress/styles/index.d.ts +1 -1
- package/lib/progress/styles/light.d.ts +1 -1
- package/lib/qr-code/src/QrCode.d.ts +9 -9
- package/lib/qr-code/src/QrCode.js +1 -1
- package/lib/qr-code/styles/light.d.ts +1 -1
- package/lib/radio/index.d.ts +3 -3
- package/lib/radio/index.js +4 -4
- package/lib/radio/src/Radio.d.ts +7 -7
- package/lib/radio/src/Radio.js +2 -2
- package/lib/radio/src/RadioButton.d.ts +23 -47
- package/lib/radio/src/RadioGroup.d.ts +10 -10
- package/lib/radio/src/RadioGroup.js +3 -3
- package/lib/radio/src/use-radio.d.ts +1 -1
- package/lib/radio/src/use-radio.js +1 -1
- package/lib/radio/styles/index.d.ts +1 -1
- package/lib/radio/styles/light.d.ts +1 -1
- package/lib/rate/src/Rate.d.ts +9 -9
- package/lib/rate/src/Rate.js +1 -1
- package/lib/rate/styles/light.d.ts +1 -1
- package/lib/result/src/Result.d.ts +8 -8
- package/lib/result/src/Result.js +4 -4
- package/lib/result/styles/light.d.ts +1 -1
- package/lib/scrollbar/src/Scrollbar.d.ts +18 -6
- package/lib/select/index.d.ts +3 -3
- package/lib/select/src/Select.d.ts +52 -22
- package/lib/select/src/Select.js +5 -5
- package/lib/select/src/styles/index.cssr.js +2 -1
- package/lib/select/styles/dark.js +4 -4
- package/lib/select/styles/index.d.ts +1 -1
- package/lib/select/styles/light.d.ts +1 -0
- package/lib/select/styles/light.js +5 -5
- package/lib/select/styles/rtl.js +5 -5
- package/lib/skeleton/src/Skeleton.d.ts +7 -7
- package/lib/skeleton/styles/light.d.ts +1 -1
- package/lib/slider/src/Slider.d.ts +17 -17
- package/lib/slider/src/Slider.js +3 -3
- package/lib/slider/src/styles/index.cssr.js +1 -1
- package/lib/slider/styles/light.d.ts +1 -1
- package/lib/space/src/Space.d.ts +8 -8
- package/lib/space/src/Space.js +3 -3
- package/lib/space/styles/index.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +8 -8
- package/lib/spin/src/Spin.js +2 -2
- package/lib/spin/src/styles/index.cssr.js +1 -1
- package/lib/spin/styles/index.d.ts +1 -1
- package/lib/split/src/Split.d.ts +11 -11
- package/lib/split/src/Split.js +4 -4
- package/lib/split/styles/light.d.ts +1 -1
- package/lib/statistic/src/Statistic.d.ts +8 -8
- package/lib/statistic/styles/index.d.ts +1 -1
- package/lib/statistic/styles/light.d.ts +1 -1
- package/lib/steps/index.d.ts +2 -2
- package/lib/steps/index.js +4 -4
- package/lib/steps/src/Step.d.ts +8 -8
- package/lib/steps/src/Step.js +2 -2
- package/lib/steps/src/Steps.d.ts +8 -8
- package/lib/steps/src/styles/index.cssr.js +1 -1
- package/lib/steps/styles/index.d.ts +1 -1
- package/lib/steps/styles/light.d.ts +1 -1
- package/lib/styles.d.ts +9 -9
- package/lib/styles.js +186 -186
- package/lib/switch/src/Switch.d.ts +10 -10
- package/lib/switch/src/Switch.js +2 -2
- package/lib/switch/styles/index.d.ts +1 -1
- package/lib/switch/styles/light.d.ts +1 -1
- package/lib/table/index.d.ts +4 -4
- package/lib/table/index.js +7 -7
- package/lib/table/src/Table.d.ts +9 -9
- package/lib/table/src/Tbody.d.ts +1 -1
- package/lib/table/src/Td.d.ts +1 -1
- package/lib/table/src/Th.d.ts +1 -1
- package/lib/table/src/Thead.d.ts +1 -1
- package/lib/table/src/Tr.d.ts +1 -1
- package/lib/table/styles/index.d.ts +1 -1
- package/lib/table/styles/light.d.ts +1 -1
- package/lib/tabs/index.d.ts +5 -5
- package/lib/tabs/index.js +7 -7
- package/lib/tabs/src/Tab.d.ts +16 -16
- package/lib/tabs/src/Tab.js +1 -1
- package/lib/tabs/src/TabPane.d.ts +9 -9
- package/lib/tabs/src/Tabs.d.ts +61 -22
- package/lib/tabs/src/Tabs.js +4 -4
- package/lib/tabs/src/styles/index.cssr.js +2 -1
- package/lib/tabs/styles/light.d.ts +1 -1
- package/lib/tag/src/Tag.d.ts +12 -12
- package/lib/tag/src/Tag.js +2 -2
- package/lib/tag/styles/index.d.ts +1 -1
- package/lib/tag/styles/light.d.ts +1 -1
- package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -1
- package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +19 -10
- package/lib/theme-editor/src/ThemeEditor.js +12 -12
- package/lib/themes/dark.js +172 -170
- package/lib/themes/light.js +174 -172
- package/lib/thing/src/Thing.d.ts +5 -5
- package/lib/thing/styles/index.d.ts +1 -1
- package/lib/thing/styles/light.d.ts +1 -1
- package/lib/thing/styles/rtl.js +1 -1
- package/lib/time/src/Time.d.ts +7 -7
- package/lib/time/src/Time.js +1 -1
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/src/Panel.d.ts +328 -11
- package/lib/time-picker/src/Panel.js +1 -1
- package/lib/time-picker/src/PanelCol.d.ts +5 -5
- package/lib/time-picker/src/PanelCol.js +1 -1
- package/lib/time-picker/src/TimePicker.d.ts +101 -17
- package/lib/time-picker/src/TimePicker.js +10 -10
- package/lib/time-picker/src/styles/index.cssr.js +1 -1
- package/lib/time-picker/styles/light.d.ts +1 -0
- package/lib/time-picker/styles/light.js +1 -1
- package/lib/timeline/index.d.ts +1 -1
- package/lib/timeline/src/Timeline.d.ts +5 -5
- package/lib/timeline/src/TimelineItem.d.ts +9 -9
- package/lib/timeline/src/TimelineItem.js +1 -1
- package/lib/timeline/styles/index.d.ts +1 -1
- package/lib/timeline/styles/light.d.ts +1 -1
- package/lib/tooltip/index.d.ts +1 -1
- package/lib/tooltip/src/Tooltip.d.ts +11 -8
- package/lib/tooltip/src/Tooltip.js +1 -1
- package/lib/tooltip/styles/index.d.ts +1 -1
- package/lib/tooltip/styles/light.js +1 -1
- package/lib/transfer/index.d.ts +1 -1
- package/lib/transfer/src/Transfer.d.ts +20 -10
- package/lib/transfer/src/Transfer.js +6 -6
- package/lib/transfer/src/TransferFilter.d.ts +398 -6
- package/lib/transfer/src/TransferFilter.js +1 -1
- package/lib/transfer/src/TransferHeader.d.ts +4 -4
- package/lib/transfer/src/TransferHeader.js +1 -1
- package/lib/transfer/src/TransferList.d.ts +415 -6
- package/lib/transfer/src/TransferList.js +1 -1
- package/lib/transfer/src/TransferListItem.d.ts +401 -9
- package/lib/transfer/src/TransferListItem.js +3 -3
- package/lib/transfer/src/use-transfer-data.d.ts +3 -3
- package/lib/transfer/src/use-transfer-data.js +1 -1
- package/lib/transfer/styles/dark.js +8 -8
- package/lib/transfer/styles/light.d.ts +1 -0
- package/lib/transfer/styles/light.js +9 -9
- package/lib/tree/index.d.ts +1 -1
- package/lib/tree/src/MotionWrapper.d.ts +4 -4
- package/lib/tree/src/MotionWrapper.js +1 -1
- package/lib/tree/src/Tree.d.ts +31 -14
- package/lib/tree/src/Tree.js +9 -9
- package/lib/tree/src/TreeNode.d.ts +14 -14
- package/lib/tree/src/TreeNode.js +5 -5
- package/lib/tree/src/TreeNodeCheckbox.d.ts +99 -5
- package/lib/tree/src/TreeNodeContent.d.ts +10 -10
- package/lib/tree/src/TreeNodeSwitcher.d.ts +4 -4
- package/lib/tree/src/TreeNodeSwitcher.js +1 -1
- package/lib/tree/src/dnd.d.ts +1 -1
- package/lib/tree/src/keyboard.d.ts +1 -1
- package/lib/tree/src/styles/index.cssr.js +2 -2
- package/lib/tree/src/utils.d.ts +1 -1
- package/lib/tree/src/utils.js +1 -1
- package/lib/tree/styles/dark.js +6 -6
- package/lib/tree/styles/index.d.ts +1 -1
- package/lib/tree/styles/light.js +7 -7
- package/lib/tree-select/index.d.ts +2 -2
- package/lib/tree-select/src/TreeSelect.d.ts +45 -21
- package/lib/tree-select/src/TreeSelect.js +9 -9
- package/lib/tree-select/styles/dark.js +6 -6
- package/lib/tree-select/styles/index.d.ts +1 -1
- package/lib/tree-select/styles/light.d.ts +1 -0
- package/lib/tree-select/styles/light.js +5 -5
- package/lib/typography/index.d.ts +10 -10
- package/lib/typography/index.js +22 -22
- package/lib/typography/src/a.d.ts +6 -6
- package/lib/typography/src/blockquote.d.ts +7 -7
- package/lib/typography/src/create-header.d.ts +8 -8
- package/lib/typography/src/headers.d.ts +48 -48
- package/lib/typography/src/hr.d.ts +6 -6
- package/lib/typography/src/li.d.ts +1 -1
- package/lib/typography/src/ol.d.ts +7 -7
- package/lib/typography/src/p.d.ts +7 -7
- package/lib/typography/src/text.d.ts +8 -8
- package/lib/typography/src/text.js +1 -1
- package/lib/typography/src/ul.d.ts +7 -7
- package/lib/typography/styles/index.d.ts +1 -1
- package/lib/typography/styles/light.d.ts +1 -1
- package/lib/upload/index.d.ts +2 -2
- package/lib/upload/index.js +3 -3
- package/lib/upload/src/Upload.d.ts +11 -11
- package/lib/upload/src/Upload.js +5 -5
- package/lib/upload/src/UploadDragger.d.ts +1 -1
- package/lib/upload/src/UploadFile.d.ts +271 -8
- package/lib/upload/src/UploadFile.js +6 -6
- package/lib/upload/src/UploadFileList.d.ts +1 -1
- package/lib/upload/src/UploadFileList.js +1 -1
- package/lib/upload/src/UploadProgress.d.ts +265 -5
- package/lib/upload/src/UploadTrigger.d.ts +5 -5
- package/lib/upload/src/UploadTrigger.js +2 -2
- package/lib/upload/src/interface.d.ts +1 -1
- package/lib/upload/src/styles/index.cssr.js +1 -1
- package/lib/upload/styles/dark.js +1 -1
- package/lib/upload/styles/light.js +2 -2
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +23 -7
- package/lib/watermark/src/Watermark.d.ts +4 -4
- package/lib/watermark/src/Watermark.js +1 -1
- package/lib/watermark/styles/light.js +1 -1
- package/package.json +7 -7
- package/volar.d.ts +1 -0
- package/web-types.json +1546 -1446
- package/es/progress/src/interface.d.ts +0 -1
- package/lib/progress/src/interface.d.ts +0 -1
- /package/es/{progress/src/interface.mjs → data-table/src/publicTypes.mjs} +0 -0
- /package/lib/{progress/src/interface.js → data-table/src/publicTypes.js} +0 -0
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
import type { VirtualListInst } from 'vueuc';
|
|
2
|
-
import { type ColumnKey, type TableBaseColumn } from '../interface';
|
|
3
2
|
import type { ColItem, RowItem } from '../use-group-header';
|
|
4
|
-
|
|
3
|
+
import { type ColumnKey, type TableBaseColumn } from '../interface';
|
|
4
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
5
5
|
discrete: {
|
|
6
6
|
type: BooleanConstructor;
|
|
7
7
|
default: boolean;
|
|
8
8
|
};
|
|
9
|
-
}
|
|
10
|
-
cellElsRef: import("vue").Ref<Record<ColumnKey, HTMLTableCellElement>>;
|
|
9
|
+
}>, {
|
|
10
|
+
cellElsRef: import("vue").Ref<Record<ColumnKey, HTMLTableCellElement>, Record<ColumnKey, HTMLTableCellElement>>;
|
|
11
11
|
componentId: string;
|
|
12
|
-
mergedSortState: import("vue").Ref<import("../interface").SortState[]>;
|
|
13
|
-
mergedClsPrefix: import("vue").Ref<string>;
|
|
14
|
-
scrollX: import("vue").Ref<string | number | undefined>;
|
|
12
|
+
mergedSortState: import("vue").Ref<import("../interface").SortState[], import("../interface").SortState[]>;
|
|
13
|
+
mergedClsPrefix: import("vue").Ref<string, string>;
|
|
14
|
+
scrollX: import("vue").Ref<string | number | undefined, string | number | undefined>;
|
|
15
15
|
fixedColumnLeftMap: import("vue").Ref<Record<ColumnKey, {
|
|
16
16
|
start: number;
|
|
17
17
|
end: number;
|
|
18
|
+
} | undefined>, Record<ColumnKey, {
|
|
19
|
+
start: number;
|
|
20
|
+
end: number;
|
|
18
21
|
} | undefined>>;
|
|
19
22
|
fixedColumnRightMap: import("vue").Ref<Record<ColumnKey, {
|
|
20
23
|
start: number;
|
|
21
24
|
end: number;
|
|
25
|
+
} | undefined>, Record<ColumnKey, {
|
|
26
|
+
start: number;
|
|
27
|
+
end: number;
|
|
22
28
|
} | undefined>>;
|
|
23
|
-
currentPage: import("vue").Ref<number>;
|
|
24
|
-
allRowsChecked: import("vue").Ref<boolean>;
|
|
25
|
-
someRowsChecked: import("vue").Ref<boolean>;
|
|
26
|
-
rows: import("vue").Ref<RowItem[][]>;
|
|
27
|
-
cols: import("vue").Ref<ColItem[]>;
|
|
29
|
+
currentPage: import("vue").Ref<number, number>;
|
|
30
|
+
allRowsChecked: import("vue").Ref<boolean, boolean>;
|
|
31
|
+
someRowsChecked: import("vue").Ref<boolean, boolean>;
|
|
32
|
+
rows: import("vue").Ref<RowItem[][], RowItem[][]>;
|
|
33
|
+
cols: import("vue").Ref<ColItem[], ColItem[]>;
|
|
28
34
|
mergedTheme: import("vue").Ref<{
|
|
29
35
|
common: import("../../..").ThemeCommonVars;
|
|
30
36
|
self: {
|
|
@@ -443,6 +449,1205 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
443
449
|
heightMedium: string;
|
|
444
450
|
heightLarge: string;
|
|
445
451
|
borderRadius: string;
|
|
452
|
+
fontWeight: string;
|
|
453
|
+
textColor: string;
|
|
454
|
+
textColorDisabled: string;
|
|
455
|
+
placeholderColor: string;
|
|
456
|
+
placeholderColorDisabled: string;
|
|
457
|
+
color: string;
|
|
458
|
+
colorDisabled: string;
|
|
459
|
+
colorActive: string;
|
|
460
|
+
border: string;
|
|
461
|
+
borderHover: string;
|
|
462
|
+
borderActive: string;
|
|
463
|
+
borderFocus: string;
|
|
464
|
+
boxShadowHover: string;
|
|
465
|
+
boxShadowActive: string;
|
|
466
|
+
boxShadowFocus: string;
|
|
467
|
+
caretColor: string;
|
|
468
|
+
arrowColor: string;
|
|
469
|
+
arrowColorDisabled: string;
|
|
470
|
+
loadingColor: string;
|
|
471
|
+
borderWarning: string;
|
|
472
|
+
borderHoverWarning: string;
|
|
473
|
+
borderActiveWarning: string;
|
|
474
|
+
borderFocusWarning: string;
|
|
475
|
+
boxShadowHoverWarning: string;
|
|
476
|
+
boxShadowActiveWarning: string;
|
|
477
|
+
boxShadowFocusWarning: string;
|
|
478
|
+
colorActiveWarning: string;
|
|
479
|
+
caretColorWarning: string;
|
|
480
|
+
borderError: string;
|
|
481
|
+
borderHoverError: string;
|
|
482
|
+
borderActiveError: string;
|
|
483
|
+
borderFocusError: string;
|
|
484
|
+
boxShadowHoverError: string;
|
|
485
|
+
boxShadowActiveError: string;
|
|
486
|
+
boxShadowFocusError: string;
|
|
487
|
+
colorActiveError: string;
|
|
488
|
+
caretColorError: string;
|
|
489
|
+
clearColor: string;
|
|
490
|
+
clearColorHover: string;
|
|
491
|
+
clearColorPressed: string;
|
|
492
|
+
paddingSingle: string;
|
|
493
|
+
paddingMultiple: string;
|
|
494
|
+
clearSize: string;
|
|
495
|
+
arrowSize: string;
|
|
496
|
+
}, {
|
|
497
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
498
|
+
fontSize: string;
|
|
499
|
+
borderRadius: string;
|
|
500
|
+
color: string;
|
|
501
|
+
dividerColor: string;
|
|
502
|
+
textColor: string;
|
|
503
|
+
boxShadow: string;
|
|
504
|
+
space: string;
|
|
505
|
+
spaceArrow: string;
|
|
506
|
+
arrowOffset: string;
|
|
507
|
+
arrowOffsetVertical: string;
|
|
508
|
+
arrowHeight: string;
|
|
509
|
+
padding: string;
|
|
510
|
+
}, any>;
|
|
511
|
+
}>;
|
|
512
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
513
|
+
optionFontSizeTiny: string;
|
|
514
|
+
optionFontSizeSmall: string;
|
|
515
|
+
optionFontSizeMedium: string;
|
|
516
|
+
optionFontSizeLarge: string;
|
|
517
|
+
optionFontSizeHuge: string;
|
|
518
|
+
optionHeightTiny: string;
|
|
519
|
+
optionHeightSmall: string;
|
|
520
|
+
optionHeightMedium: string;
|
|
521
|
+
optionHeightLarge: string;
|
|
522
|
+
optionHeightHuge: string;
|
|
523
|
+
borderRadius: string;
|
|
524
|
+
color: string;
|
|
525
|
+
groupHeaderTextColor: string;
|
|
526
|
+
actionDividerColor: string;
|
|
527
|
+
optionTextColor: string;
|
|
528
|
+
optionTextColorPressed: string;
|
|
529
|
+
optionTextColorDisabled: string;
|
|
530
|
+
optionTextColorActive: string;
|
|
531
|
+
optionOpacityDisabled: string;
|
|
532
|
+
optionCheckColor: string;
|
|
533
|
+
optionColorPending: string;
|
|
534
|
+
optionColorActive: string;
|
|
535
|
+
optionColorActivePending: string;
|
|
536
|
+
actionTextColor: string;
|
|
537
|
+
loadingColor: string;
|
|
538
|
+
height: string;
|
|
539
|
+
paddingTiny: string;
|
|
540
|
+
paddingSmall: string;
|
|
541
|
+
paddingMedium: string;
|
|
542
|
+
paddingLarge: string;
|
|
543
|
+
paddingHuge: string;
|
|
544
|
+
optionPaddingTiny: string;
|
|
545
|
+
optionPaddingSmall: string;
|
|
546
|
+
optionPaddingMedium: string;
|
|
547
|
+
optionPaddingLarge: string;
|
|
548
|
+
optionPaddingHuge: string;
|
|
549
|
+
loadingSize: string;
|
|
550
|
+
}, {
|
|
551
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
552
|
+
height: string;
|
|
553
|
+
width: string;
|
|
554
|
+
borderRadius: string;
|
|
555
|
+
color: string;
|
|
556
|
+
colorHover: string;
|
|
557
|
+
railInsetHorizontalBottom: string;
|
|
558
|
+
railInsetHorizontalTop: string;
|
|
559
|
+
railInsetVerticalRight: string;
|
|
560
|
+
railInsetVerticalLeft: string;
|
|
561
|
+
railColor: string;
|
|
562
|
+
}, any>;
|
|
563
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
564
|
+
fontSizeTiny: string;
|
|
565
|
+
fontSizeSmall: string;
|
|
566
|
+
fontSizeMedium: string;
|
|
567
|
+
fontSizeLarge: string;
|
|
568
|
+
fontSizeHuge: string;
|
|
569
|
+
textColor: string;
|
|
570
|
+
iconColor: string;
|
|
571
|
+
extraTextColor: string;
|
|
572
|
+
iconSizeTiny: string;
|
|
573
|
+
iconSizeSmall: string;
|
|
574
|
+
iconSizeMedium: string;
|
|
575
|
+
iconSizeLarge: string;
|
|
576
|
+
iconSizeHuge: string;
|
|
577
|
+
}, any>;
|
|
578
|
+
}>;
|
|
579
|
+
}>;
|
|
580
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
581
|
+
fontWeight: string;
|
|
582
|
+
countTextColorDisabled: string;
|
|
583
|
+
countTextColor: string;
|
|
584
|
+
heightTiny: string;
|
|
585
|
+
heightSmall: string;
|
|
586
|
+
heightMedium: string;
|
|
587
|
+
heightLarge: string;
|
|
588
|
+
fontSizeTiny: string;
|
|
589
|
+
fontSizeSmall: string;
|
|
590
|
+
fontSizeMedium: string;
|
|
591
|
+
fontSizeLarge: string;
|
|
592
|
+
lineHeight: string;
|
|
593
|
+
lineHeightTextarea: string;
|
|
594
|
+
borderRadius: string;
|
|
595
|
+
iconSize: string;
|
|
596
|
+
groupLabelColor: string;
|
|
597
|
+
groupLabelTextColor: string;
|
|
598
|
+
textColor: string;
|
|
599
|
+
textColorDisabled: string;
|
|
600
|
+
textDecorationColor: string;
|
|
601
|
+
caretColor: string;
|
|
602
|
+
placeholderColor: string;
|
|
603
|
+
placeholderColorDisabled: string;
|
|
604
|
+
color: string;
|
|
605
|
+
colorDisabled: string;
|
|
606
|
+
colorFocus: string;
|
|
607
|
+
groupLabelBorder: string;
|
|
608
|
+
border: string;
|
|
609
|
+
borderHover: string;
|
|
610
|
+
borderDisabled: string;
|
|
611
|
+
borderFocus: string;
|
|
612
|
+
boxShadowFocus: string;
|
|
613
|
+
loadingColor: string;
|
|
614
|
+
loadingColorWarning: string;
|
|
615
|
+
borderWarning: string;
|
|
616
|
+
borderHoverWarning: string;
|
|
617
|
+
colorFocusWarning: string;
|
|
618
|
+
borderFocusWarning: string;
|
|
619
|
+
boxShadowFocusWarning: string;
|
|
620
|
+
caretColorWarning: string;
|
|
621
|
+
loadingColorError: string;
|
|
622
|
+
borderError: string;
|
|
623
|
+
borderHoverError: string;
|
|
624
|
+
colorFocusError: string;
|
|
625
|
+
borderFocusError: string;
|
|
626
|
+
boxShadowFocusError: string;
|
|
627
|
+
caretColorError: string;
|
|
628
|
+
clearColor: string;
|
|
629
|
+
clearColorHover: string;
|
|
630
|
+
clearColorPressed: string;
|
|
631
|
+
iconColor: string;
|
|
632
|
+
iconColorDisabled: string;
|
|
633
|
+
iconColorHover: string;
|
|
634
|
+
iconColorPressed: string;
|
|
635
|
+
suffixTextColor: string;
|
|
636
|
+
paddingTiny: string;
|
|
637
|
+
paddingSmall: string;
|
|
638
|
+
paddingMedium: string;
|
|
639
|
+
paddingLarge: string;
|
|
640
|
+
clearSize: string;
|
|
641
|
+
}, any>;
|
|
642
|
+
Popselect: import("../../../_mixins").Theme<"Popselect", {
|
|
643
|
+
menuBoxShadow: string;
|
|
644
|
+
}, {
|
|
645
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
646
|
+
fontSize: string;
|
|
647
|
+
borderRadius: string;
|
|
648
|
+
color: string;
|
|
649
|
+
dividerColor: string;
|
|
650
|
+
textColor: string;
|
|
651
|
+
boxShadow: string;
|
|
652
|
+
space: string;
|
|
653
|
+
spaceArrow: string;
|
|
654
|
+
arrowOffset: string;
|
|
655
|
+
arrowOffsetVertical: string;
|
|
656
|
+
arrowHeight: string;
|
|
657
|
+
padding: string;
|
|
658
|
+
}, any>;
|
|
659
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
660
|
+
optionFontSizeTiny: string;
|
|
661
|
+
optionFontSizeSmall: string;
|
|
662
|
+
optionFontSizeMedium: string;
|
|
663
|
+
optionFontSizeLarge: string;
|
|
664
|
+
optionFontSizeHuge: string;
|
|
665
|
+
optionHeightTiny: string;
|
|
666
|
+
optionHeightSmall: string;
|
|
667
|
+
optionHeightMedium: string;
|
|
668
|
+
optionHeightLarge: string;
|
|
669
|
+
optionHeightHuge: string;
|
|
670
|
+
borderRadius: string;
|
|
671
|
+
color: string;
|
|
672
|
+
groupHeaderTextColor: string;
|
|
673
|
+
actionDividerColor: string;
|
|
674
|
+
optionTextColor: string;
|
|
675
|
+
optionTextColorPressed: string;
|
|
676
|
+
optionTextColorDisabled: string;
|
|
677
|
+
optionTextColorActive: string;
|
|
678
|
+
optionOpacityDisabled: string;
|
|
679
|
+
optionCheckColor: string;
|
|
680
|
+
optionColorPending: string;
|
|
681
|
+
optionColorActive: string;
|
|
682
|
+
optionColorActivePending: string;
|
|
683
|
+
actionTextColor: string;
|
|
684
|
+
loadingColor: string;
|
|
685
|
+
height: string;
|
|
686
|
+
paddingTiny: string;
|
|
687
|
+
paddingSmall: string;
|
|
688
|
+
paddingMedium: string;
|
|
689
|
+
paddingLarge: string;
|
|
690
|
+
paddingHuge: string;
|
|
691
|
+
optionPaddingTiny: string;
|
|
692
|
+
optionPaddingSmall: string;
|
|
693
|
+
optionPaddingMedium: string;
|
|
694
|
+
optionPaddingLarge: string;
|
|
695
|
+
optionPaddingHuge: string;
|
|
696
|
+
loadingSize: string;
|
|
697
|
+
}, {
|
|
698
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
699
|
+
height: string;
|
|
700
|
+
width: string;
|
|
701
|
+
borderRadius: string;
|
|
702
|
+
color: string;
|
|
703
|
+
colorHover: string;
|
|
704
|
+
railInsetHorizontalBottom: string;
|
|
705
|
+
railInsetHorizontalTop: string;
|
|
706
|
+
railInsetVerticalRight: string;
|
|
707
|
+
railInsetVerticalLeft: string;
|
|
708
|
+
railColor: string;
|
|
709
|
+
}, any>;
|
|
710
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
711
|
+
fontSizeTiny: string;
|
|
712
|
+
fontSizeSmall: string;
|
|
713
|
+
fontSizeMedium: string;
|
|
714
|
+
fontSizeLarge: string;
|
|
715
|
+
fontSizeHuge: string;
|
|
716
|
+
textColor: string;
|
|
717
|
+
iconColor: string;
|
|
718
|
+
extraTextColor: string;
|
|
719
|
+
iconSizeTiny: string;
|
|
720
|
+
iconSizeSmall: string;
|
|
721
|
+
iconSizeMedium: string;
|
|
722
|
+
iconSizeLarge: string;
|
|
723
|
+
iconSizeHuge: string;
|
|
724
|
+
}, any>;
|
|
725
|
+
}>;
|
|
726
|
+
}>;
|
|
727
|
+
}>;
|
|
728
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
729
|
+
height: string;
|
|
730
|
+
width: string;
|
|
731
|
+
borderRadius: string;
|
|
732
|
+
color: string;
|
|
733
|
+
colorHover: string;
|
|
734
|
+
railInsetHorizontalBottom: string;
|
|
735
|
+
railInsetHorizontalTop: string;
|
|
736
|
+
railInsetVerticalRight: string;
|
|
737
|
+
railInsetVerticalLeft: string;
|
|
738
|
+
railColor: string;
|
|
739
|
+
}, any>;
|
|
740
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
741
|
+
fontSizeTiny: string;
|
|
742
|
+
fontSizeSmall: string;
|
|
743
|
+
fontSizeMedium: string;
|
|
744
|
+
fontSizeLarge: string;
|
|
745
|
+
fontSizeHuge: string;
|
|
746
|
+
textColor: string;
|
|
747
|
+
iconColor: string;
|
|
748
|
+
extraTextColor: string;
|
|
749
|
+
iconSizeTiny: string;
|
|
750
|
+
iconSizeSmall: string;
|
|
751
|
+
iconSizeMedium: string;
|
|
752
|
+
iconSizeLarge: string;
|
|
753
|
+
iconSizeHuge: string;
|
|
754
|
+
}, any>;
|
|
755
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
756
|
+
fontSize: string;
|
|
757
|
+
borderRadius: string;
|
|
758
|
+
color: string;
|
|
759
|
+
dividerColor: string;
|
|
760
|
+
textColor: string;
|
|
761
|
+
boxShadow: string;
|
|
762
|
+
space: string;
|
|
763
|
+
spaceArrow: string;
|
|
764
|
+
arrowOffset: string;
|
|
765
|
+
arrowOffsetVertical: string;
|
|
766
|
+
arrowHeight: string;
|
|
767
|
+
padding: string;
|
|
768
|
+
}, any>;
|
|
769
|
+
Ellipsis: import("../../../_mixins").Theme<"Ellipsis", unknown, {
|
|
770
|
+
Tooltip: import("../../../_mixins").Theme<"Tooltip", {
|
|
771
|
+
borderRadius: string;
|
|
772
|
+
boxShadow: string;
|
|
773
|
+
color: string;
|
|
774
|
+
textColor: string;
|
|
775
|
+
padding: string;
|
|
776
|
+
}, {
|
|
777
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
778
|
+
fontSize: string;
|
|
779
|
+
borderRadius: string;
|
|
780
|
+
color: string;
|
|
781
|
+
dividerColor: string;
|
|
782
|
+
textColor: string;
|
|
783
|
+
boxShadow: string;
|
|
784
|
+
space: string;
|
|
785
|
+
spaceArrow: string;
|
|
786
|
+
arrowOffset: string;
|
|
787
|
+
arrowOffsetVertical: string;
|
|
788
|
+
arrowHeight: string;
|
|
789
|
+
padding: string;
|
|
790
|
+
}, any>;
|
|
791
|
+
}>;
|
|
792
|
+
}>;
|
|
793
|
+
Dropdown: import("../../../_mixins").Theme<"Dropdown", {
|
|
794
|
+
optionHeightSmall: string;
|
|
795
|
+
optionHeightMedium: string;
|
|
796
|
+
optionHeightLarge: string;
|
|
797
|
+
optionHeightHuge: string;
|
|
798
|
+
borderRadius: string;
|
|
799
|
+
fontSizeSmall: string;
|
|
800
|
+
fontSizeMedium: string;
|
|
801
|
+
fontSizeLarge: string;
|
|
802
|
+
fontSizeHuge: string;
|
|
803
|
+
optionTextColor: string;
|
|
804
|
+
optionTextColorHover: string;
|
|
805
|
+
optionTextColorActive: string;
|
|
806
|
+
optionTextColorChildActive: string;
|
|
807
|
+
color: string;
|
|
808
|
+
dividerColor: string;
|
|
809
|
+
suffixColor: string;
|
|
810
|
+
prefixColor: string;
|
|
811
|
+
optionColorHover: string;
|
|
812
|
+
optionColorActive: string;
|
|
813
|
+
groupHeaderTextColor: string;
|
|
814
|
+
optionTextColorInverted: string;
|
|
815
|
+
optionTextColorHoverInverted: string;
|
|
816
|
+
optionTextColorActiveInverted: string;
|
|
817
|
+
optionTextColorChildActiveInverted: string;
|
|
818
|
+
colorInverted: string;
|
|
819
|
+
dividerColorInverted: string;
|
|
820
|
+
suffixColorInverted: string;
|
|
821
|
+
prefixColorInverted: string;
|
|
822
|
+
optionColorHoverInverted: string;
|
|
823
|
+
optionColorActiveInverted: string;
|
|
824
|
+
groupHeaderTextColorInverted: string;
|
|
825
|
+
optionOpacityDisabled: string;
|
|
826
|
+
padding: string;
|
|
827
|
+
optionIconSizeSmall: string;
|
|
828
|
+
optionIconSizeMedium: string;
|
|
829
|
+
optionIconSizeLarge: string;
|
|
830
|
+
optionIconSizeHuge: string;
|
|
831
|
+
optionSuffixWidthSmall: string;
|
|
832
|
+
optionSuffixWidthMedium: string;
|
|
833
|
+
optionSuffixWidthLarge: string;
|
|
834
|
+
optionSuffixWidthHuge: string;
|
|
835
|
+
optionIconSuffixWidthSmall: string;
|
|
836
|
+
optionIconSuffixWidthMedium: string;
|
|
837
|
+
optionIconSuffixWidthLarge: string;
|
|
838
|
+
optionIconSuffixWidthHuge: string;
|
|
839
|
+
optionPrefixWidthSmall: string;
|
|
840
|
+
optionPrefixWidthMedium: string;
|
|
841
|
+
optionPrefixWidthLarge: string;
|
|
842
|
+
optionPrefixWidthHuge: string;
|
|
843
|
+
optionIconPrefixWidthSmall: string;
|
|
844
|
+
optionIconPrefixWidthMedium: string;
|
|
845
|
+
optionIconPrefixWidthLarge: string;
|
|
846
|
+
optionIconPrefixWidthHuge: string;
|
|
847
|
+
}, {
|
|
848
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
849
|
+
fontSize: string;
|
|
850
|
+
borderRadius: string;
|
|
851
|
+
color: string;
|
|
852
|
+
dividerColor: string;
|
|
853
|
+
textColor: string;
|
|
854
|
+
boxShadow: string;
|
|
855
|
+
space: string;
|
|
856
|
+
spaceArrow: string;
|
|
857
|
+
arrowOffset: string;
|
|
858
|
+
arrowOffsetVertical: string;
|
|
859
|
+
arrowHeight: string;
|
|
860
|
+
padding: string;
|
|
861
|
+
}, any>;
|
|
862
|
+
}>;
|
|
863
|
+
};
|
|
864
|
+
peerOverrides: {
|
|
865
|
+
Button?: {
|
|
866
|
+
peers?: {
|
|
867
|
+
[x: string]: any;
|
|
868
|
+
} | undefined;
|
|
869
|
+
} | undefined;
|
|
870
|
+
Checkbox?: {
|
|
871
|
+
peers?: {
|
|
872
|
+
[x: string]: any;
|
|
873
|
+
} | undefined;
|
|
874
|
+
} | undefined;
|
|
875
|
+
Radio?: {
|
|
876
|
+
peers?: {
|
|
877
|
+
[x: string]: any;
|
|
878
|
+
} | undefined;
|
|
879
|
+
} | undefined;
|
|
880
|
+
Pagination?: {
|
|
881
|
+
peers?: {
|
|
882
|
+
Select?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Select", {
|
|
883
|
+
menuBoxShadow: string;
|
|
884
|
+
}, {
|
|
885
|
+
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
886
|
+
fontSizeTiny: string;
|
|
887
|
+
fontSizeSmall: string;
|
|
888
|
+
fontSizeMedium: string;
|
|
889
|
+
fontSizeLarge: string;
|
|
890
|
+
heightTiny: string;
|
|
891
|
+
heightSmall: string;
|
|
892
|
+
heightMedium: string;
|
|
893
|
+
heightLarge: string;
|
|
894
|
+
borderRadius: string;
|
|
895
|
+
fontWeight: string;
|
|
896
|
+
textColor: string;
|
|
897
|
+
textColorDisabled: string;
|
|
898
|
+
placeholderColor: string;
|
|
899
|
+
placeholderColorDisabled: string;
|
|
900
|
+
color: string;
|
|
901
|
+
colorDisabled: string;
|
|
902
|
+
colorActive: string;
|
|
903
|
+
border: string;
|
|
904
|
+
borderHover: string;
|
|
905
|
+
borderActive: string;
|
|
906
|
+
borderFocus: string;
|
|
907
|
+
boxShadowHover: string;
|
|
908
|
+
boxShadowActive: string;
|
|
909
|
+
boxShadowFocus: string;
|
|
910
|
+
caretColor: string;
|
|
911
|
+
arrowColor: string;
|
|
912
|
+
arrowColorDisabled: string;
|
|
913
|
+
loadingColor: string;
|
|
914
|
+
borderWarning: string;
|
|
915
|
+
borderHoverWarning: string;
|
|
916
|
+
borderActiveWarning: string;
|
|
917
|
+
borderFocusWarning: string;
|
|
918
|
+
boxShadowHoverWarning: string;
|
|
919
|
+
boxShadowActiveWarning: string;
|
|
920
|
+
boxShadowFocusWarning: string;
|
|
921
|
+
colorActiveWarning: string;
|
|
922
|
+
caretColorWarning: string;
|
|
923
|
+
borderError: string;
|
|
924
|
+
borderHoverError: string;
|
|
925
|
+
borderActiveError: string;
|
|
926
|
+
borderFocusError: string;
|
|
927
|
+
boxShadowHoverError: string;
|
|
928
|
+
boxShadowActiveError: string;
|
|
929
|
+
boxShadowFocusError: string;
|
|
930
|
+
colorActiveError: string;
|
|
931
|
+
caretColorError: string;
|
|
932
|
+
clearColor: string;
|
|
933
|
+
clearColorHover: string;
|
|
934
|
+
clearColorPressed: string;
|
|
935
|
+
paddingSingle: string;
|
|
936
|
+
paddingMultiple: string;
|
|
937
|
+
clearSize: string;
|
|
938
|
+
arrowSize: string;
|
|
939
|
+
}, {
|
|
940
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
941
|
+
fontSize: string;
|
|
942
|
+
borderRadius: string;
|
|
943
|
+
color: string;
|
|
944
|
+
dividerColor: string;
|
|
945
|
+
textColor: string;
|
|
946
|
+
boxShadow: string;
|
|
947
|
+
space: string;
|
|
948
|
+
spaceArrow: string;
|
|
949
|
+
arrowOffset: string;
|
|
950
|
+
arrowOffsetVertical: string;
|
|
951
|
+
arrowHeight: string;
|
|
952
|
+
padding: string;
|
|
953
|
+
}, any>;
|
|
954
|
+
}>;
|
|
955
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
956
|
+
optionFontSizeTiny: string;
|
|
957
|
+
optionFontSizeSmall: string;
|
|
958
|
+
optionFontSizeMedium: string;
|
|
959
|
+
optionFontSizeLarge: string;
|
|
960
|
+
optionFontSizeHuge: string;
|
|
961
|
+
optionHeightTiny: string;
|
|
962
|
+
optionHeightSmall: string;
|
|
963
|
+
optionHeightMedium: string;
|
|
964
|
+
optionHeightLarge: string;
|
|
965
|
+
optionHeightHuge: string;
|
|
966
|
+
borderRadius: string;
|
|
967
|
+
color: string;
|
|
968
|
+
groupHeaderTextColor: string;
|
|
969
|
+
actionDividerColor: string;
|
|
970
|
+
optionTextColor: string;
|
|
971
|
+
optionTextColorPressed: string;
|
|
972
|
+
optionTextColorDisabled: string;
|
|
973
|
+
optionTextColorActive: string;
|
|
974
|
+
optionOpacityDisabled: string;
|
|
975
|
+
optionCheckColor: string;
|
|
976
|
+
optionColorPending: string;
|
|
977
|
+
optionColorActive: string;
|
|
978
|
+
optionColorActivePending: string;
|
|
979
|
+
actionTextColor: string;
|
|
980
|
+
loadingColor: string;
|
|
981
|
+
height: string;
|
|
982
|
+
paddingTiny: string;
|
|
983
|
+
paddingSmall: string;
|
|
984
|
+
paddingMedium: string;
|
|
985
|
+
paddingLarge: string;
|
|
986
|
+
paddingHuge: string;
|
|
987
|
+
optionPaddingTiny: string;
|
|
988
|
+
optionPaddingSmall: string;
|
|
989
|
+
optionPaddingMedium: string;
|
|
990
|
+
optionPaddingLarge: string;
|
|
991
|
+
optionPaddingHuge: string;
|
|
992
|
+
loadingSize: string;
|
|
993
|
+
}, {
|
|
994
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
995
|
+
height: string;
|
|
996
|
+
width: string;
|
|
997
|
+
borderRadius: string;
|
|
998
|
+
color: string;
|
|
999
|
+
colorHover: string;
|
|
1000
|
+
railInsetHorizontalBottom: string;
|
|
1001
|
+
railInsetHorizontalTop: string;
|
|
1002
|
+
railInsetVerticalRight: string;
|
|
1003
|
+
railInsetVerticalLeft: string;
|
|
1004
|
+
railColor: string;
|
|
1005
|
+
}, any>;
|
|
1006
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1007
|
+
fontSizeTiny: string;
|
|
1008
|
+
fontSizeSmall: string;
|
|
1009
|
+
fontSizeMedium: string;
|
|
1010
|
+
fontSizeLarge: string;
|
|
1011
|
+
fontSizeHuge: string;
|
|
1012
|
+
textColor: string;
|
|
1013
|
+
iconColor: string;
|
|
1014
|
+
extraTextColor: string;
|
|
1015
|
+
iconSizeTiny: string;
|
|
1016
|
+
iconSizeSmall: string;
|
|
1017
|
+
iconSizeMedium: string;
|
|
1018
|
+
iconSizeLarge: string;
|
|
1019
|
+
iconSizeHuge: string;
|
|
1020
|
+
}, any>;
|
|
1021
|
+
}>;
|
|
1022
|
+
}>> | undefined;
|
|
1023
|
+
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
1024
|
+
fontWeight: string;
|
|
1025
|
+
countTextColorDisabled: string;
|
|
1026
|
+
countTextColor: string;
|
|
1027
|
+
heightTiny: string;
|
|
1028
|
+
heightSmall: string;
|
|
1029
|
+
heightMedium: string;
|
|
1030
|
+
heightLarge: string;
|
|
1031
|
+
fontSizeTiny: string;
|
|
1032
|
+
fontSizeSmall: string;
|
|
1033
|
+
fontSizeMedium: string;
|
|
1034
|
+
fontSizeLarge: string;
|
|
1035
|
+
lineHeight: string;
|
|
1036
|
+
lineHeightTextarea: string;
|
|
1037
|
+
borderRadius: string;
|
|
1038
|
+
iconSize: string;
|
|
1039
|
+
groupLabelColor: string;
|
|
1040
|
+
groupLabelTextColor: string;
|
|
1041
|
+
textColor: string;
|
|
1042
|
+
textColorDisabled: string;
|
|
1043
|
+
textDecorationColor: string;
|
|
1044
|
+
caretColor: string;
|
|
1045
|
+
placeholderColor: string;
|
|
1046
|
+
placeholderColorDisabled: string;
|
|
1047
|
+
color: string;
|
|
1048
|
+
colorDisabled: string;
|
|
1049
|
+
colorFocus: string;
|
|
1050
|
+
groupLabelBorder: string;
|
|
1051
|
+
border: string;
|
|
1052
|
+
borderHover: string;
|
|
1053
|
+
borderDisabled: string;
|
|
1054
|
+
borderFocus: string;
|
|
1055
|
+
boxShadowFocus: string;
|
|
1056
|
+
loadingColor: string;
|
|
1057
|
+
loadingColorWarning: string;
|
|
1058
|
+
borderWarning: string;
|
|
1059
|
+
borderHoverWarning: string;
|
|
1060
|
+
colorFocusWarning: string;
|
|
1061
|
+
borderFocusWarning: string;
|
|
1062
|
+
boxShadowFocusWarning: string;
|
|
1063
|
+
caretColorWarning: string;
|
|
1064
|
+
loadingColorError: string;
|
|
1065
|
+
borderError: string;
|
|
1066
|
+
borderHoverError: string;
|
|
1067
|
+
colorFocusError: string;
|
|
1068
|
+
borderFocusError: string;
|
|
1069
|
+
boxShadowFocusError: string;
|
|
1070
|
+
caretColorError: string;
|
|
1071
|
+
clearColor: string;
|
|
1072
|
+
clearColorHover: string;
|
|
1073
|
+
clearColorPressed: string;
|
|
1074
|
+
iconColor: string;
|
|
1075
|
+
iconColorDisabled: string;
|
|
1076
|
+
iconColorHover: string;
|
|
1077
|
+
iconColorPressed: string;
|
|
1078
|
+
suffixTextColor: string;
|
|
1079
|
+
paddingTiny: string;
|
|
1080
|
+
paddingSmall: string;
|
|
1081
|
+
paddingMedium: string;
|
|
1082
|
+
paddingLarge: string;
|
|
1083
|
+
clearSize: string;
|
|
1084
|
+
}, any>> | undefined;
|
|
1085
|
+
Popselect?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popselect", {
|
|
1086
|
+
menuBoxShadow: string;
|
|
1087
|
+
}, {
|
|
1088
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1089
|
+
fontSize: string;
|
|
1090
|
+
borderRadius: string;
|
|
1091
|
+
color: string;
|
|
1092
|
+
dividerColor: string;
|
|
1093
|
+
textColor: string;
|
|
1094
|
+
boxShadow: string;
|
|
1095
|
+
space: string;
|
|
1096
|
+
spaceArrow: string;
|
|
1097
|
+
arrowOffset: string;
|
|
1098
|
+
arrowOffsetVertical: string;
|
|
1099
|
+
arrowHeight: string;
|
|
1100
|
+
padding: string;
|
|
1101
|
+
}, any>;
|
|
1102
|
+
InternalSelectMenu: import("../../../_mixins").Theme<"InternalSelectMenu", {
|
|
1103
|
+
optionFontSizeTiny: string;
|
|
1104
|
+
optionFontSizeSmall: string;
|
|
1105
|
+
optionFontSizeMedium: string;
|
|
1106
|
+
optionFontSizeLarge: string;
|
|
1107
|
+
optionFontSizeHuge: string;
|
|
1108
|
+
optionHeightTiny: string;
|
|
1109
|
+
optionHeightSmall: string;
|
|
1110
|
+
optionHeightMedium: string;
|
|
1111
|
+
optionHeightLarge: string;
|
|
1112
|
+
optionHeightHuge: string;
|
|
1113
|
+
borderRadius: string;
|
|
1114
|
+
color: string;
|
|
1115
|
+
groupHeaderTextColor: string;
|
|
1116
|
+
actionDividerColor: string;
|
|
1117
|
+
optionTextColor: string;
|
|
1118
|
+
optionTextColorPressed: string;
|
|
1119
|
+
optionTextColorDisabled: string;
|
|
1120
|
+
optionTextColorActive: string;
|
|
1121
|
+
optionOpacityDisabled: string;
|
|
1122
|
+
optionCheckColor: string;
|
|
1123
|
+
optionColorPending: string;
|
|
1124
|
+
optionColorActive: string;
|
|
1125
|
+
optionColorActivePending: string;
|
|
1126
|
+
actionTextColor: string;
|
|
1127
|
+
loadingColor: string;
|
|
1128
|
+
height: string;
|
|
1129
|
+
paddingTiny: string;
|
|
1130
|
+
paddingSmall: string;
|
|
1131
|
+
paddingMedium: string;
|
|
1132
|
+
paddingLarge: string;
|
|
1133
|
+
paddingHuge: string;
|
|
1134
|
+
optionPaddingTiny: string;
|
|
1135
|
+
optionPaddingSmall: string;
|
|
1136
|
+
optionPaddingMedium: string;
|
|
1137
|
+
optionPaddingLarge: string;
|
|
1138
|
+
optionPaddingHuge: string;
|
|
1139
|
+
loadingSize: string;
|
|
1140
|
+
}, {
|
|
1141
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
1142
|
+
height: string;
|
|
1143
|
+
width: string;
|
|
1144
|
+
borderRadius: string;
|
|
1145
|
+
color: string;
|
|
1146
|
+
colorHover: string;
|
|
1147
|
+
railInsetHorizontalBottom: string;
|
|
1148
|
+
railInsetHorizontalTop: string;
|
|
1149
|
+
railInsetVerticalRight: string;
|
|
1150
|
+
railInsetVerticalLeft: string;
|
|
1151
|
+
railColor: string;
|
|
1152
|
+
}, any>;
|
|
1153
|
+
Empty: import("../../../_mixins").Theme<"Empty", {
|
|
1154
|
+
fontSizeTiny: string;
|
|
1155
|
+
fontSizeSmall: string;
|
|
1156
|
+
fontSizeMedium: string;
|
|
1157
|
+
fontSizeLarge: string;
|
|
1158
|
+
fontSizeHuge: string;
|
|
1159
|
+
textColor: string;
|
|
1160
|
+
iconColor: string;
|
|
1161
|
+
extraTextColor: string;
|
|
1162
|
+
iconSizeTiny: string;
|
|
1163
|
+
iconSizeSmall: string;
|
|
1164
|
+
iconSizeMedium: string;
|
|
1165
|
+
iconSizeLarge: string;
|
|
1166
|
+
iconSizeHuge: string;
|
|
1167
|
+
}, any>;
|
|
1168
|
+
}>;
|
|
1169
|
+
}>> | undefined;
|
|
1170
|
+
} | undefined;
|
|
1171
|
+
} | undefined;
|
|
1172
|
+
Scrollbar?: {
|
|
1173
|
+
peers?: {
|
|
1174
|
+
[x: string]: any;
|
|
1175
|
+
} | undefined;
|
|
1176
|
+
} | undefined;
|
|
1177
|
+
Empty?: {
|
|
1178
|
+
peers?: {
|
|
1179
|
+
[x: string]: any;
|
|
1180
|
+
} | undefined;
|
|
1181
|
+
} | undefined;
|
|
1182
|
+
Popover?: {
|
|
1183
|
+
peers?: {
|
|
1184
|
+
[x: string]: any;
|
|
1185
|
+
} | undefined;
|
|
1186
|
+
} | undefined;
|
|
1187
|
+
Ellipsis?: {
|
|
1188
|
+
peers?: {
|
|
1189
|
+
Tooltip?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Tooltip", {
|
|
1190
|
+
borderRadius: string;
|
|
1191
|
+
boxShadow: string;
|
|
1192
|
+
color: string;
|
|
1193
|
+
textColor: string;
|
|
1194
|
+
padding: string;
|
|
1195
|
+
}, {
|
|
1196
|
+
Popover: import("../../../_mixins").Theme<"Popover", {
|
|
1197
|
+
fontSize: string;
|
|
1198
|
+
borderRadius: string;
|
|
1199
|
+
color: string;
|
|
1200
|
+
dividerColor: string;
|
|
1201
|
+
textColor: string;
|
|
1202
|
+
boxShadow: string;
|
|
1203
|
+
space: string;
|
|
1204
|
+
spaceArrow: string;
|
|
1205
|
+
arrowOffset: string;
|
|
1206
|
+
arrowOffsetVertical: string;
|
|
1207
|
+
arrowHeight: string;
|
|
1208
|
+
padding: string;
|
|
1209
|
+
}, any>;
|
|
1210
|
+
}>> | undefined;
|
|
1211
|
+
} | undefined;
|
|
1212
|
+
} | undefined;
|
|
1213
|
+
Dropdown?: {
|
|
1214
|
+
peers?: {
|
|
1215
|
+
Popover?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Popover", {
|
|
1216
|
+
fontSize: string;
|
|
1217
|
+
borderRadius: string;
|
|
1218
|
+
color: string;
|
|
1219
|
+
dividerColor: string;
|
|
1220
|
+
textColor: string;
|
|
1221
|
+
boxShadow: string;
|
|
1222
|
+
space: string;
|
|
1223
|
+
spaceArrow: string;
|
|
1224
|
+
arrowOffset: string;
|
|
1225
|
+
arrowOffsetVertical: string;
|
|
1226
|
+
arrowHeight: string;
|
|
1227
|
+
padding: string;
|
|
1228
|
+
}, any>> | undefined;
|
|
1229
|
+
} | undefined;
|
|
1230
|
+
} | undefined;
|
|
1231
|
+
};
|
|
1232
|
+
}, {
|
|
1233
|
+
common: import("../../..").ThemeCommonVars;
|
|
1234
|
+
self: {
|
|
1235
|
+
actionDividerColor: string;
|
|
1236
|
+
lineHeight: string;
|
|
1237
|
+
borderRadius: string;
|
|
1238
|
+
fontSizeSmall: string;
|
|
1239
|
+
fontSizeMedium: string;
|
|
1240
|
+
fontSizeLarge: string;
|
|
1241
|
+
borderColor: string;
|
|
1242
|
+
tdColorHover: string;
|
|
1243
|
+
tdColorSorting: string;
|
|
1244
|
+
tdColorStriped: string;
|
|
1245
|
+
thColor: string;
|
|
1246
|
+
thColorHover: string;
|
|
1247
|
+
thColorSorting: string;
|
|
1248
|
+
tdColor: string;
|
|
1249
|
+
tdTextColor: string;
|
|
1250
|
+
thTextColor: string;
|
|
1251
|
+
thFontWeight: string;
|
|
1252
|
+
thButtonColorHover: string;
|
|
1253
|
+
thIconColor: string;
|
|
1254
|
+
thIconColorActive: string;
|
|
1255
|
+
borderColorModal: string;
|
|
1256
|
+
tdColorHoverModal: string;
|
|
1257
|
+
tdColorSortingModal: string;
|
|
1258
|
+
tdColorStripedModal: string;
|
|
1259
|
+
thColorModal: string;
|
|
1260
|
+
thColorHoverModal: string;
|
|
1261
|
+
thColorSortingModal: string;
|
|
1262
|
+
tdColorModal: string;
|
|
1263
|
+
borderColorPopover: string;
|
|
1264
|
+
tdColorHoverPopover: string;
|
|
1265
|
+
tdColorSortingPopover: string;
|
|
1266
|
+
tdColorStripedPopover: string;
|
|
1267
|
+
thColorPopover: string;
|
|
1268
|
+
thColorHoverPopover: string;
|
|
1269
|
+
thColorSortingPopover: string;
|
|
1270
|
+
tdColorPopover: string;
|
|
1271
|
+
boxShadowBefore: string;
|
|
1272
|
+
boxShadowAfter: string;
|
|
1273
|
+
loadingColor: string;
|
|
1274
|
+
loadingSize: string;
|
|
1275
|
+
opacityLoading: string;
|
|
1276
|
+
thPaddingSmall: string;
|
|
1277
|
+
thPaddingMedium: string;
|
|
1278
|
+
thPaddingLarge: string;
|
|
1279
|
+
tdPaddingSmall: string;
|
|
1280
|
+
tdPaddingMedium: string;
|
|
1281
|
+
tdPaddingLarge: string;
|
|
1282
|
+
sorterSize: string;
|
|
1283
|
+
resizableContainerSize: string;
|
|
1284
|
+
resizableSize: string;
|
|
1285
|
+
filterSize: string;
|
|
1286
|
+
paginationMargin: string;
|
|
1287
|
+
emptyPadding: string;
|
|
1288
|
+
actionPadding: string;
|
|
1289
|
+
actionButtonMargin: string;
|
|
1290
|
+
};
|
|
1291
|
+
peers: {
|
|
1292
|
+
Button: import("../../../_mixins").Theme<"Button", {
|
|
1293
|
+
heightTiny: string;
|
|
1294
|
+
heightSmall: string;
|
|
1295
|
+
heightMedium: string;
|
|
1296
|
+
heightLarge: string;
|
|
1297
|
+
borderRadiusTiny: string;
|
|
1298
|
+
borderRadiusSmall: string;
|
|
1299
|
+
borderRadiusMedium: string;
|
|
1300
|
+
borderRadiusLarge: string;
|
|
1301
|
+
fontSizeTiny: string;
|
|
1302
|
+
fontSizeSmall: string;
|
|
1303
|
+
fontSizeMedium: string;
|
|
1304
|
+
fontSizeLarge: string;
|
|
1305
|
+
opacityDisabled: string;
|
|
1306
|
+
colorOpacitySecondary: string;
|
|
1307
|
+
colorOpacitySecondaryHover: string;
|
|
1308
|
+
colorOpacitySecondaryPressed: string;
|
|
1309
|
+
colorSecondary: string;
|
|
1310
|
+
colorSecondaryHover: string;
|
|
1311
|
+
colorSecondaryPressed: string;
|
|
1312
|
+
colorTertiary: string;
|
|
1313
|
+
colorTertiaryHover: string;
|
|
1314
|
+
colorTertiaryPressed: string;
|
|
1315
|
+
colorQuaternary: string;
|
|
1316
|
+
colorQuaternaryHover: string;
|
|
1317
|
+
colorQuaternaryPressed: string;
|
|
1318
|
+
color: string;
|
|
1319
|
+
colorHover: string;
|
|
1320
|
+
colorPressed: string;
|
|
1321
|
+
colorFocus: string;
|
|
1322
|
+
colorDisabled: string;
|
|
1323
|
+
textColor: string;
|
|
1324
|
+
textColorTertiary: string;
|
|
1325
|
+
textColorHover: string;
|
|
1326
|
+
textColorPressed: string;
|
|
1327
|
+
textColorFocus: string;
|
|
1328
|
+
textColorDisabled: string;
|
|
1329
|
+
textColorText: string;
|
|
1330
|
+
textColorTextHover: string;
|
|
1331
|
+
textColorTextPressed: string;
|
|
1332
|
+
textColorTextFocus: string;
|
|
1333
|
+
textColorTextDisabled: string;
|
|
1334
|
+
textColorGhost: string;
|
|
1335
|
+
textColorGhostHover: string;
|
|
1336
|
+
textColorGhostPressed: string;
|
|
1337
|
+
textColorGhostFocus: string;
|
|
1338
|
+
textColorGhostDisabled: string;
|
|
1339
|
+
border: string;
|
|
1340
|
+
borderHover: string;
|
|
1341
|
+
borderPressed: string;
|
|
1342
|
+
borderFocus: string;
|
|
1343
|
+
borderDisabled: string;
|
|
1344
|
+
rippleColor: string;
|
|
1345
|
+
colorPrimary: string;
|
|
1346
|
+
colorHoverPrimary: string;
|
|
1347
|
+
colorPressedPrimary: string;
|
|
1348
|
+
colorFocusPrimary: string;
|
|
1349
|
+
colorDisabledPrimary: string;
|
|
1350
|
+
textColorPrimary: string;
|
|
1351
|
+
textColorHoverPrimary: string;
|
|
1352
|
+
textColorPressedPrimary: string;
|
|
1353
|
+
textColorFocusPrimary: string;
|
|
1354
|
+
textColorDisabledPrimary: string;
|
|
1355
|
+
textColorTextPrimary: string;
|
|
1356
|
+
textColorTextHoverPrimary: string;
|
|
1357
|
+
textColorTextPressedPrimary: string;
|
|
1358
|
+
textColorTextFocusPrimary: string;
|
|
1359
|
+
textColorTextDisabledPrimary: string;
|
|
1360
|
+
textColorGhostPrimary: string;
|
|
1361
|
+
textColorGhostHoverPrimary: string;
|
|
1362
|
+
textColorGhostPressedPrimary: string;
|
|
1363
|
+
textColorGhostFocusPrimary: string;
|
|
1364
|
+
textColorGhostDisabledPrimary: string;
|
|
1365
|
+
borderPrimary: string;
|
|
1366
|
+
borderHoverPrimary: string;
|
|
1367
|
+
borderPressedPrimary: string;
|
|
1368
|
+
borderFocusPrimary: string;
|
|
1369
|
+
borderDisabledPrimary: string;
|
|
1370
|
+
rippleColorPrimary: string;
|
|
1371
|
+
colorInfo: string;
|
|
1372
|
+
colorHoverInfo: string;
|
|
1373
|
+
colorPressedInfo: string;
|
|
1374
|
+
colorFocusInfo: string;
|
|
1375
|
+
colorDisabledInfo: string;
|
|
1376
|
+
textColorInfo: string;
|
|
1377
|
+
textColorHoverInfo: string;
|
|
1378
|
+
textColorPressedInfo: string;
|
|
1379
|
+
textColorFocusInfo: string;
|
|
1380
|
+
textColorDisabledInfo: string;
|
|
1381
|
+
textColorTextInfo: string;
|
|
1382
|
+
textColorTextHoverInfo: string;
|
|
1383
|
+
textColorTextPressedInfo: string;
|
|
1384
|
+
textColorTextFocusInfo: string;
|
|
1385
|
+
textColorTextDisabledInfo: string;
|
|
1386
|
+
textColorGhostInfo: string;
|
|
1387
|
+
textColorGhostHoverInfo: string;
|
|
1388
|
+
textColorGhostPressedInfo: string;
|
|
1389
|
+
textColorGhostFocusInfo: string;
|
|
1390
|
+
textColorGhostDisabledInfo: string;
|
|
1391
|
+
borderInfo: string;
|
|
1392
|
+
borderHoverInfo: string;
|
|
1393
|
+
borderPressedInfo: string;
|
|
1394
|
+
borderFocusInfo: string;
|
|
1395
|
+
borderDisabledInfo: string;
|
|
1396
|
+
rippleColorInfo: string;
|
|
1397
|
+
colorSuccess: string;
|
|
1398
|
+
colorHoverSuccess: string;
|
|
1399
|
+
colorPressedSuccess: string;
|
|
1400
|
+
colorFocusSuccess: string;
|
|
1401
|
+
colorDisabledSuccess: string;
|
|
1402
|
+
textColorSuccess: string;
|
|
1403
|
+
textColorHoverSuccess: string;
|
|
1404
|
+
textColorPressedSuccess: string;
|
|
1405
|
+
textColorFocusSuccess: string;
|
|
1406
|
+
textColorDisabledSuccess: string;
|
|
1407
|
+
textColorTextSuccess: string;
|
|
1408
|
+
textColorTextHoverSuccess: string;
|
|
1409
|
+
textColorTextPressedSuccess: string;
|
|
1410
|
+
textColorTextFocusSuccess: string;
|
|
1411
|
+
textColorTextDisabledSuccess: string;
|
|
1412
|
+
textColorGhostSuccess: string;
|
|
1413
|
+
textColorGhostHoverSuccess: string;
|
|
1414
|
+
textColorGhostPressedSuccess: string;
|
|
1415
|
+
textColorGhostFocusSuccess: string;
|
|
1416
|
+
textColorGhostDisabledSuccess: string;
|
|
1417
|
+
borderSuccess: string;
|
|
1418
|
+
borderHoverSuccess: string;
|
|
1419
|
+
borderPressedSuccess: string;
|
|
1420
|
+
borderFocusSuccess: string;
|
|
1421
|
+
borderDisabledSuccess: string;
|
|
1422
|
+
rippleColorSuccess: string;
|
|
1423
|
+
colorWarning: string;
|
|
1424
|
+
colorHoverWarning: string;
|
|
1425
|
+
colorPressedWarning: string;
|
|
1426
|
+
colorFocusWarning: string;
|
|
1427
|
+
colorDisabledWarning: string;
|
|
1428
|
+
textColorWarning: string;
|
|
1429
|
+
textColorHoverWarning: string;
|
|
1430
|
+
textColorPressedWarning: string;
|
|
1431
|
+
textColorFocusWarning: string;
|
|
1432
|
+
textColorDisabledWarning: string;
|
|
1433
|
+
textColorTextWarning: string;
|
|
1434
|
+
textColorTextHoverWarning: string;
|
|
1435
|
+
textColorTextPressedWarning: string;
|
|
1436
|
+
textColorTextFocusWarning: string;
|
|
1437
|
+
textColorTextDisabledWarning: string;
|
|
1438
|
+
textColorGhostWarning: string;
|
|
1439
|
+
textColorGhostHoverWarning: string;
|
|
1440
|
+
textColorGhostPressedWarning: string;
|
|
1441
|
+
textColorGhostFocusWarning: string;
|
|
1442
|
+
textColorGhostDisabledWarning: string;
|
|
1443
|
+
borderWarning: string;
|
|
1444
|
+
borderHoverWarning: string;
|
|
1445
|
+
borderPressedWarning: string;
|
|
1446
|
+
borderFocusWarning: string;
|
|
1447
|
+
borderDisabledWarning: string;
|
|
1448
|
+
rippleColorWarning: string;
|
|
1449
|
+
colorError: string;
|
|
1450
|
+
colorHoverError: string;
|
|
1451
|
+
colorPressedError: string;
|
|
1452
|
+
colorFocusError: string;
|
|
1453
|
+
colorDisabledError: string;
|
|
1454
|
+
textColorError: string;
|
|
1455
|
+
textColorHoverError: string;
|
|
1456
|
+
textColorPressedError: string;
|
|
1457
|
+
textColorFocusError: string;
|
|
1458
|
+
textColorDisabledError: string;
|
|
1459
|
+
textColorTextError: string;
|
|
1460
|
+
textColorTextHoverError: string;
|
|
1461
|
+
textColorTextPressedError: string;
|
|
1462
|
+
textColorTextFocusError: string;
|
|
1463
|
+
textColorTextDisabledError: string;
|
|
1464
|
+
textColorGhostError: string;
|
|
1465
|
+
textColorGhostHoverError: string;
|
|
1466
|
+
textColorGhostPressedError: string;
|
|
1467
|
+
textColorGhostFocusError: string;
|
|
1468
|
+
textColorGhostDisabledError: string;
|
|
1469
|
+
borderError: string;
|
|
1470
|
+
borderHoverError: string;
|
|
1471
|
+
borderPressedError: string;
|
|
1472
|
+
borderFocusError: string;
|
|
1473
|
+
borderDisabledError: string;
|
|
1474
|
+
rippleColorError: string;
|
|
1475
|
+
waveOpacity: string;
|
|
1476
|
+
fontWeight: string;
|
|
1477
|
+
fontWeightStrong: string;
|
|
1478
|
+
paddingTiny: string;
|
|
1479
|
+
paddingSmall: string;
|
|
1480
|
+
paddingMedium: string;
|
|
1481
|
+
paddingLarge: string;
|
|
1482
|
+
paddingRoundTiny: string;
|
|
1483
|
+
paddingRoundSmall: string;
|
|
1484
|
+
paddingRoundMedium: string;
|
|
1485
|
+
paddingRoundLarge: string;
|
|
1486
|
+
iconMarginTiny: string;
|
|
1487
|
+
iconMarginSmall: string;
|
|
1488
|
+
iconMarginMedium: string;
|
|
1489
|
+
iconMarginLarge: string;
|
|
1490
|
+
iconSizeTiny: string;
|
|
1491
|
+
iconSizeSmall: string;
|
|
1492
|
+
iconSizeMedium: string;
|
|
1493
|
+
iconSizeLarge: string;
|
|
1494
|
+
rippleDuration: string;
|
|
1495
|
+
}, any>;
|
|
1496
|
+
Checkbox: import("../../../_mixins").Theme<"Checkbox", {
|
|
1497
|
+
labelLineHeight: string;
|
|
1498
|
+
fontSizeSmall: string;
|
|
1499
|
+
fontSizeMedium: string;
|
|
1500
|
+
fontSizeLarge: string;
|
|
1501
|
+
borderRadius: string;
|
|
1502
|
+
color: string;
|
|
1503
|
+
colorChecked: string;
|
|
1504
|
+
colorDisabled: string;
|
|
1505
|
+
colorDisabledChecked: string;
|
|
1506
|
+
colorTableHeader: string;
|
|
1507
|
+
colorTableHeaderModal: string;
|
|
1508
|
+
colorTableHeaderPopover: string;
|
|
1509
|
+
checkMarkColor: string;
|
|
1510
|
+
checkMarkColorDisabled: string;
|
|
1511
|
+
checkMarkColorDisabledChecked: string;
|
|
1512
|
+
border: string;
|
|
1513
|
+
borderDisabled: string;
|
|
1514
|
+
borderDisabledChecked: string;
|
|
1515
|
+
borderChecked: string;
|
|
1516
|
+
borderFocus: string;
|
|
1517
|
+
boxShadowFocus: string;
|
|
1518
|
+
textColor: string;
|
|
1519
|
+
textColorDisabled: string;
|
|
1520
|
+
sizeSmall: string;
|
|
1521
|
+
sizeMedium: string;
|
|
1522
|
+
sizeLarge: string;
|
|
1523
|
+
labelPadding: string;
|
|
1524
|
+
labelFontWeight: string;
|
|
1525
|
+
}, any>;
|
|
1526
|
+
Radio: import("../../../_mixins").Theme<"Radio", {
|
|
1527
|
+
labelLineHeight: string;
|
|
1528
|
+
buttonHeightSmall: string;
|
|
1529
|
+
buttonHeightMedium: string;
|
|
1530
|
+
buttonHeightLarge: string;
|
|
1531
|
+
fontSizeSmall: string;
|
|
1532
|
+
fontSizeMedium: string;
|
|
1533
|
+
fontSizeLarge: string;
|
|
1534
|
+
boxShadow: string;
|
|
1535
|
+
boxShadowActive: string;
|
|
1536
|
+
boxShadowFocus: string;
|
|
1537
|
+
boxShadowHover: string;
|
|
1538
|
+
boxShadowDisabled: string;
|
|
1539
|
+
color: string;
|
|
1540
|
+
colorDisabled: string;
|
|
1541
|
+
colorActive: string;
|
|
1542
|
+
textColor: string;
|
|
1543
|
+
textColorDisabled: string;
|
|
1544
|
+
dotColorActive: string;
|
|
1545
|
+
dotColorDisabled: string;
|
|
1546
|
+
buttonBorderColor: string;
|
|
1547
|
+
buttonBorderColorActive: string;
|
|
1548
|
+
buttonBorderColorHover: string;
|
|
1549
|
+
buttonColor: string;
|
|
1550
|
+
buttonColorActive: string;
|
|
1551
|
+
buttonTextColor: string;
|
|
1552
|
+
buttonTextColorActive: string;
|
|
1553
|
+
buttonTextColorHover: string;
|
|
1554
|
+
opacityDisabled: string;
|
|
1555
|
+
buttonBoxShadowFocus: string;
|
|
1556
|
+
buttonBoxShadowHover: string;
|
|
1557
|
+
buttonBoxShadow: string;
|
|
1558
|
+
buttonBorderRadius: string;
|
|
1559
|
+
radioSizeSmall: string;
|
|
1560
|
+
radioSizeMedium: string;
|
|
1561
|
+
radioSizeLarge: string;
|
|
1562
|
+
labelPadding: string;
|
|
1563
|
+
labelFontWeight: string;
|
|
1564
|
+
}, any>;
|
|
1565
|
+
Pagination: import("../../../_mixins").Theme<"Pagination", {
|
|
1566
|
+
buttonColor: string;
|
|
1567
|
+
buttonColorHover: string;
|
|
1568
|
+
buttonColorPressed: string;
|
|
1569
|
+
buttonBorder: string;
|
|
1570
|
+
buttonBorderHover: string;
|
|
1571
|
+
buttonBorderPressed: string;
|
|
1572
|
+
buttonIconColor: string;
|
|
1573
|
+
buttonIconColorHover: string;
|
|
1574
|
+
buttonIconColorPressed: string;
|
|
1575
|
+
itemTextColor: string;
|
|
1576
|
+
itemTextColorHover: string;
|
|
1577
|
+
itemTextColorPressed: string;
|
|
1578
|
+
itemTextColorActive: string;
|
|
1579
|
+
itemTextColorDisabled: string;
|
|
1580
|
+
itemColor: string;
|
|
1581
|
+
itemColorHover: string;
|
|
1582
|
+
itemColorPressed: string;
|
|
1583
|
+
itemColorActive: string;
|
|
1584
|
+
itemColorActiveHover: string;
|
|
1585
|
+
itemColorDisabled: string;
|
|
1586
|
+
itemBorder: string;
|
|
1587
|
+
itemBorderHover: string;
|
|
1588
|
+
itemBorderPressed: string;
|
|
1589
|
+
itemBorderActive: string;
|
|
1590
|
+
itemBorderDisabled: string;
|
|
1591
|
+
itemBorderRadius: string;
|
|
1592
|
+
itemSizeSmall: string;
|
|
1593
|
+
itemSizeMedium: string;
|
|
1594
|
+
itemSizeLarge: string;
|
|
1595
|
+
itemFontSizeSmall: string;
|
|
1596
|
+
itemFontSizeMedium: string;
|
|
1597
|
+
itemFontSizeLarge: string;
|
|
1598
|
+
jumperFontSizeSmall: string;
|
|
1599
|
+
jumperFontSizeMedium: string;
|
|
1600
|
+
jumperFontSizeLarge: string;
|
|
1601
|
+
jumperTextColor: string;
|
|
1602
|
+
jumperTextColorDisabled: string;
|
|
1603
|
+
itemPaddingSmall: string;
|
|
1604
|
+
itemMarginSmall: string;
|
|
1605
|
+
itemMarginSmallRtl: string;
|
|
1606
|
+
itemPaddingMedium: string;
|
|
1607
|
+
itemMarginMedium: string;
|
|
1608
|
+
itemMarginMediumRtl: string;
|
|
1609
|
+
itemPaddingLarge: string;
|
|
1610
|
+
itemMarginLarge: string;
|
|
1611
|
+
itemMarginLargeRtl: string;
|
|
1612
|
+
buttonIconSizeSmall: string;
|
|
1613
|
+
buttonIconSizeMedium: string;
|
|
1614
|
+
buttonIconSizeLarge: string;
|
|
1615
|
+
inputWidthSmall: string;
|
|
1616
|
+
selectWidthSmall: string;
|
|
1617
|
+
inputMarginSmall: string;
|
|
1618
|
+
inputMarginSmallRtl: string;
|
|
1619
|
+
selectMarginSmall: string;
|
|
1620
|
+
prefixMarginSmall: string;
|
|
1621
|
+
suffixMarginSmall: string;
|
|
1622
|
+
inputWidthMedium: string;
|
|
1623
|
+
selectWidthMedium: string;
|
|
1624
|
+
inputMarginMedium: string;
|
|
1625
|
+
inputMarginMediumRtl: string;
|
|
1626
|
+
selectMarginMedium: string;
|
|
1627
|
+
prefixMarginMedium: string;
|
|
1628
|
+
suffixMarginMedium: string;
|
|
1629
|
+
inputWidthLarge: string;
|
|
1630
|
+
selectWidthLarge: string;
|
|
1631
|
+
inputMarginLarge: string;
|
|
1632
|
+
inputMarginLargeRtl: string;
|
|
1633
|
+
selectMarginLarge: string;
|
|
1634
|
+
prefixMarginLarge: string;
|
|
1635
|
+
suffixMarginLarge: string;
|
|
1636
|
+
}, {
|
|
1637
|
+
Select: import("../../../_mixins").Theme<"Select", {
|
|
1638
|
+
menuBoxShadow: string;
|
|
1639
|
+
}, {
|
|
1640
|
+
InternalSelection: import("../../../_mixins").Theme<"InternalSelection", {
|
|
1641
|
+
fontSizeTiny: string;
|
|
1642
|
+
fontSizeSmall: string;
|
|
1643
|
+
fontSizeMedium: string;
|
|
1644
|
+
fontSizeLarge: string;
|
|
1645
|
+
heightTiny: string;
|
|
1646
|
+
heightSmall: string;
|
|
1647
|
+
heightMedium: string;
|
|
1648
|
+
heightLarge: string;
|
|
1649
|
+
borderRadius: string;
|
|
1650
|
+
fontWeight: string;
|
|
446
1651
|
textColor: string;
|
|
447
1652
|
textColorDisabled: string;
|
|
448
1653
|
placeholderColor: string;
|
|
@@ -571,6 +1776,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
571
1776
|
}>;
|
|
572
1777
|
}>;
|
|
573
1778
|
Input: import("../../../_mixins").Theme<"Input", {
|
|
1779
|
+
fontWeight: string;
|
|
574
1780
|
countTextColorDisabled: string;
|
|
575
1781
|
countTextColor: string;
|
|
576
1782
|
heightTiny: string;
|
|
@@ -884,6 +2090,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
884
2090
|
heightMedium: string;
|
|
885
2091
|
heightLarge: string;
|
|
886
2092
|
borderRadius: string;
|
|
2093
|
+
fontWeight: string;
|
|
887
2094
|
textColor: string;
|
|
888
2095
|
textColorDisabled: string;
|
|
889
2096
|
placeholderColor: string;
|
|
@@ -1012,6 +2219,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1012
2219
|
}>;
|
|
1013
2220
|
}>> | undefined;
|
|
1014
2221
|
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
2222
|
+
fontWeight: string;
|
|
1015
2223
|
countTextColorDisabled: string;
|
|
1016
2224
|
countTextColor: string;
|
|
1017
2225
|
heightTiny: string;
|
|
@@ -1220,23 +2428,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1220
2428
|
} | undefined;
|
|
1221
2429
|
};
|
|
1222
2430
|
}>;
|
|
1223
|
-
checkOptions: import("vue").Ref<import("../interface").DataTableSelectionOptions<import("../interface").InternalRowData> | undefined>;
|
|
1224
|
-
mergedTableLayout: import("vue").Ref<"fixed" | "auto">;
|
|
1225
|
-
headerCheckboxDisabled: import("vue").Ref<boolean>;
|
|
1226
|
-
headerHeight: import("vue").Ref<number>;
|
|
1227
|
-
virtualScrollHeader: import("vue").Ref<boolean>;
|
|
1228
|
-
virtualListRef: import("vue").Ref<VirtualListInst | null | undefined>;
|
|
2431
|
+
checkOptions: import("vue").Ref<import("../interface").DataTableSelectionOptions<import("../interface").InternalRowData> | undefined, import("../interface").DataTableSelectionOptions<import("../interface").InternalRowData> | undefined>;
|
|
2432
|
+
mergedTableLayout: import("vue").Ref<"fixed" | "auto", "fixed" | "auto">;
|
|
2433
|
+
headerCheckboxDisabled: import("vue").Ref<boolean, boolean>;
|
|
2434
|
+
headerHeight: import("vue").Ref<number, number>;
|
|
2435
|
+
virtualScrollHeader: import("vue").Ref<boolean, boolean>;
|
|
2436
|
+
virtualListRef: import("vue").Ref<VirtualListInst | null | undefined, VirtualListInst | null | undefined>;
|
|
1229
2437
|
handleCheckboxUpdateChecked: () => void;
|
|
1230
2438
|
handleColHeaderClick: (e: MouseEvent, column: TableBaseColumn) => void;
|
|
1231
2439
|
handleTableHeaderScroll: (e: Event) => void;
|
|
1232
2440
|
handleColumnResizeStart: (column: TableBaseColumn) => void;
|
|
1233
2441
|
handleColumnResize: (column: TableBaseColumn, displacementX: number) => void;
|
|
1234
|
-
},
|
|
2442
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1235
2443
|
discrete: {
|
|
1236
2444
|
type: BooleanConstructor;
|
|
1237
2445
|
default: boolean;
|
|
1238
2446
|
};
|
|
1239
|
-
}
|
|
2447
|
+
}>> & Readonly<{}>, {
|
|
1240
2448
|
discrete: boolean;
|
|
1241
|
-
}, {}>;
|
|
2449
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
1242
2450
|
export default _default;
|