naive-ui 2.38.2 → 2.40.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/dist/index.js +31501 -32798
- package/dist/index.mjs +31486 -32787
- package/dist/index.prod.js +1 -9
- package/dist/index.prod.mjs +1 -9
- package/es/_internal/clear/src/Clear.mjs +1 -1
- package/es/_internal/clear/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/close/src/Close.d.ts +0 -1
- package/es/_internal/close/src/Close.mjs +1 -1
- package/es/_internal/close/src/styles/index.cssr.mjs +1 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +1 -2
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
- package/es/_internal/focus-detector/src/FocusDetector.mjs +1 -1
- package/es/_internal/icon/src/Icon.mjs +1 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +1 -1
- package/es/_internal/icons/Add.mjs +1 -1
- package/es/_internal/icons/ArrowBack.mjs +1 -1
- package/es/_internal/icons/ArrowDown.mjs +1 -1
- package/es/_internal/icons/ArrowUp.mjs +1 -1
- package/es/_internal/icons/Backward.mjs +1 -1
- package/es/_internal/icons/Checkmark.mjs +1 -1
- package/es/_internal/icons/ChevronDown.mjs +1 -1
- package/es/_internal/icons/ChevronDownFilled.mjs +1 -1
- package/es/_internal/icons/ChevronLeft.mjs +1 -1
- package/es/_internal/icons/ChevronRight.mjs +1 -1
- package/es/_internal/icons/Empty.mjs +1 -1
- package/es/_internal/icons/Eye.mjs +1 -1
- package/es/_internal/icons/EyeOff.mjs +1 -1
- package/es/_internal/icons/FastBackward.mjs +1 -1
- package/es/_internal/icons/FastForward.mjs +1 -1
- package/es/_internal/icons/File.mjs +1 -1
- package/es/_internal/icons/Filter.mjs +1 -1
- package/es/_internal/icons/Forward.mjs +1 -1
- package/es/_internal/icons/More.mjs +1 -1
- package/es/_internal/icons/Photo.mjs +1 -1
- package/es/_internal/icons/Remove.mjs +1 -1
- package/es/_internal/icons/ResizeSmall.mjs +1 -1
- package/es/_internal/icons/Search.mjs +1 -1
- package/es/_internal/icons/Switcher.mjs +1 -1
- package/es/_internal/icons/replaceable.d.ts +0 -1
- package/es/_internal/icons/replaceable.mjs +0 -1
- package/es/_internal/loading/src/Loading.mjs +1 -1
- package/es/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/es/_internal/menu-mask/src/MenuMask.mjs +1 -1
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
- package/es/_internal/scrollbar/src/Scrollbar.mjs +53 -42
- package/es/_internal/scrollbar/src/styles/index.cssr.mjs +11 -5
- package/es/_internal/scrollbar/src/styles/rtl.cssr.mjs +1 -1
- package/es/_internal/scrollbar/styles/common.d.ts +4 -2
- package/es/_internal/scrollbar/styles/common.mjs +4 -2
- package/es/_internal/scrollbar/styles/light.d.ts +5 -3
- package/es/_internal/scrollbar/styles/light.mjs +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/es/_internal/select-menu/src/SelectGroupHeader.mjs +1 -2
- package/es/_internal/select-menu/src/SelectMenu.d.ts +75 -123
- package/es/_internal/select-menu/src/SelectMenu.mjs +5 -4
- package/es/_internal/select-menu/src/SelectOption.d.ts +3 -3
- package/es/_internal/select-menu/src/SelectOption.mjs +2 -3
- package/es/_internal/select-menu/src/interface.d.ts +2 -2
- package/es/_internal/select-menu/styles/_common.d.ts +2 -0
- package/es/_internal/select-menu/styles/_common.mjs +2 -0
- package/es/_internal/select-menu/styles/light.d.ts +15 -3
- package/es/_internal/select-menu/styles/light.mjs +7 -3
- package/es/_internal/selection/src/Selection.d.ts +8 -112
- package/es/_internal/selection/src/Selection.mjs +5 -6
- package/es/_internal/selection/src/interface.d.ts +1 -1
- package/es/_internal/selection/styles/light.d.ts +1 -1
- package/es/_internal/selection/styles/light.mjs +3 -3
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
- package/es/_internal/slot-machine/src/SlotMachine.mjs +1 -1
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
- package/es/_internal/slot-machine/src/SlotMachineNumber.mjs +1 -1
- package/es/_internal/suffix/src/Suffix.d.ts +0 -1
- package/es/_internal/suffix/src/Suffix.mjs +1 -1
- package/es/_internal/wave/src/Wave.mjs +1 -2
- package/es/_mixins/use-config.d.ts +1 -1
- package/es/_mixins/use-config.mjs +1 -1
- package/es/_mixins/use-css-vars-class.mjs +10 -8
- package/es/_mixins/use-form-item.mjs +1 -1
- package/es/_mixins/use-hljs.mjs +1 -1
- package/es/_mixins/use-locale.mjs +2 -2
- package/es/_mixins/use-rtl.mjs +5 -2
- package/es/_mixins/use-style.mjs +5 -3
- package/es/_mixins/use-theme.d.ts +1 -1
- package/es/_mixins/use-theme.mjs +5 -4
- package/es/_styles/common/dark.mjs +3 -3
- package/es/_styles/common/light.mjs +3 -3
- package/es/_styles/transitions/fade-in-height-expand.cssr.mjs +2 -2
- package/es/_styles/transitions/fade-in-scale-up.cssr.mjs +2 -2
- package/es/_styles/transitions/icon-switch.cssr.mjs +1 -1
- package/es/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/es/_utils/composable/use-adjusted-to.mjs +1 -1
- package/es/_utils/composable/use-browser-location.d.ts +1 -1
- package/es/_utils/composable/use-browser-location.mjs +3 -3
- package/es/_utils/composable/use-collection.d.ts +1 -1
- package/es/_utils/composable/use-collection.mjs +1 -1
- package/es/_utils/composable/use-houdini.mjs +1 -1
- package/es/_utils/composable/use-is-composing.d.ts +1 -1
- package/es/_utils/composable/use-is-composing.mjs +7 -7
- package/es/_utils/composable/use-lock-html-scroll.mjs +1 -1
- package/es/_utils/cssr/index.mjs +0 -2
- package/es/_utils/dom/download.d.ts +1 -1
- package/es/_utils/dom/download.mjs +2 -2
- package/es/_utils/naive/extract-public-props.d.ts +2 -2
- package/es/_utils/naive/prop.mjs +1 -1
- package/es/_utils/naive/warn.d.ts +1 -0
- package/es/_utils/naive/warn.mjs +3 -0
- package/es/_utils/vue/call.mjs +3 -1
- package/es/_utils/vue/flatten.d.ts +1 -1
- package/es/_utils/vue/flatten.mjs +1 -1
- package/es/_utils/vue/get-first-slot-vnode.d.ts +1 -1
- package/es/_utils/vue/get-first-slot-vnode.mjs +1 -1
- package/es/_utils/vue/get-slot.d.ts +1 -1
- package/es/_utils/vue/merge-handlers.mjs +0 -1
- package/es/_utils/vue/render.d.ts +1 -1
- package/es/_utils/vue/render.mjs +2 -2
- package/es/_utils/vue/resolve-slot.mjs +1 -1
- package/es/affix/src/Affix.mjs +4 -4
- package/es/alert/src/Alert.d.ts +4 -108
- package/es/alert/src/Alert.mjs +4 -6
- package/es/alert/styles/light.d.ts +1 -1
- package/es/alert/styles/light.mjs +2 -2
- package/es/anchor/src/AnchorAdapter.d.ts +0 -1
- package/es/anchor/src/AnchorAdapter.mjs +3 -3
- package/es/anchor/src/BaseAnchor.mjs +6 -4
- package/es/anchor/src/Link.d.ts +0 -1
- package/es/anchor/src/Link.mjs +1 -2
- package/es/anchor/src/styles/index.cssr.mjs +1 -1
- package/es/anchor/styles/light.d.ts +1 -1
- package/es/anchor/styles/light.mjs +2 -2
- package/es/auto-complete/src/AutoComplete.d.ts +115 -135
- package/es/auto-complete/src/AutoComplete.mjs +4 -4
- package/es/auto-complete/src/interface.d.ts +1 -1
- package/es/auto-complete/styles/light.d.ts +10 -2
- package/es/avatar/src/Avatar.d.ts +2 -2
- package/es/avatar/src/Avatar.mjs +2 -2
- package/es/avatar/src/styles/index.cssr.mjs +1 -1
- package/es/avatar/styles/light.d.ts +1 -1
- package/es/avatar/styles/light.mjs +3 -3
- package/es/avatar-group/src/AvatarGroup.d.ts +5 -109
- package/es/avatar-group/src/AvatarGroup.mjs +2 -2
- package/es/avatar-group/styles/light.d.ts +1 -1
- package/es/avatar-group/styles/light.mjs +2 -2
- package/es/back-top/src/BackTop.d.ts +3 -3
- package/es/back-top/src/BackTop.mjs +2 -2
- package/es/back-top/src/BackTopIcon.d.ts +0 -1
- package/es/back-top/styles/dark.mjs +1 -1
- package/es/back-top/styles/light.d.ts +1 -1
- package/es/back-top/styles/light.mjs +3 -3
- package/es/badge/src/Badge.d.ts +6 -6
- package/es/badge/src/Badge.mjs +2 -2
- package/es/badge/src/styles/index.cssr.mjs +1 -1
- package/es/badge/styles/light.d.ts +1 -1
- package/es/badge/styles/light.mjs +2 -2
- package/es/breadcrumb/src/Breadcrumb.mjs +2 -2
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
- package/es/breadcrumb/src/BreadcrumbItem.mjs +1 -1
- package/es/breadcrumb/styles/light.d.ts +1 -1
- package/es/breadcrumb/styles/light.mjs +3 -3
- package/es/button/src/Button.d.ts +6 -6
- package/es/button/src/Button.mjs +8 -8
- package/es/button/src/styles/rtl.cssr.mjs +1 -1
- package/es/button/styles/light.d.ts +1 -1
- package/es/button/styles/light.mjs +3 -3
- package/es/button/styles/rtl.d.ts +1 -1
- package/es/button-group/src/ButtonGroup.mjs +1 -1
- package/es/button-group/src/styles/index.cssr.d.ts +1 -1
- package/es/button-group/src/styles/index.cssr.mjs +3 -3
- package/es/button-group/src/styles/rtl.cssr.mjs +3 -3
- package/es/button-group/styles/rtl.d.ts +1 -1
- package/es/calendar/src/Calendar.d.ts +4 -108
- package/es/calendar/src/Calendar.mjs +2 -2
- package/es/calendar/src/styles/index.cssr.mjs +1 -1
- package/es/calendar/styles/dark.mjs +1 -1
- package/es/calendar/styles/light.d.ts +1 -1
- package/es/calendar/styles/light.mjs +3 -3
- package/es/card/src/Card.d.ts +18 -122
- package/es/card/src/Card.mjs +2 -2
- package/es/card/src/styles/rtl.cssr.mjs +1 -1
- package/es/card/styles/light.d.ts +2 -2
- package/es/card/styles/light.mjs +2 -2
- package/es/card/styles/rtl.d.ts +1 -1
- package/es/carousel/src/Carousel.d.ts +18 -20
- package/es/carousel/src/Carousel.mjs +38 -28
- package/es/carousel/src/CarouselArrow.mjs +1 -1
- package/es/carousel/src/CarouselContext.d.ts +2 -2
- package/es/carousel/src/CarouselContext.mjs +4 -4
- package/es/carousel/src/CarouselDots.d.ts +3 -3
- package/es/carousel/src/CarouselDots.mjs +1 -1
- package/es/carousel/src/CarouselItem.d.ts +1 -1
- package/es/carousel/src/CarouselItem.mjs +3 -3
- package/es/carousel/src/utils/index.mjs +2 -2
- package/es/carousel/styles/light.d.ts +1 -2
- package/es/carousel/styles/light.mjs +2 -2
- package/es/cascader/src/Cascader.d.ts +181 -169
- package/es/cascader/src/Cascader.mjs +12 -8
- package/es/cascader/src/CascaderMenu.d.ts +24 -112
- package/es/cascader/src/CascaderMenu.mjs +1 -2
- package/es/cascader/src/CascaderOption.d.ts +25 -117
- package/es/cascader/src/CascaderOption.mjs +4 -5
- package/es/cascader/src/CascaderSelectMenu.d.ts +25 -113
- package/es/cascader/src/CascaderSelectMenu.mjs +3 -4
- package/es/cascader/src/CascaderSubmenu.d.ts +24 -112
- package/es/cascader/src/CascaderSubmenu.mjs +3 -4
- package/es/cascader/src/interface.d.ts +1 -1
- package/es/cascader/src/utils.d.ts +1 -1
- package/es/cascader/styles/dark.mjs +1 -1
- package/es/cascader/styles/light.d.ts +17 -5
- package/es/cascader/styles/light.mjs +2 -2
- package/es/checkbox/src/CheckMark.d.ts +0 -1
- package/es/checkbox/src/Checkbox.d.ts +9 -113
- package/es/checkbox/src/Checkbox.mjs +19 -19
- package/es/checkbox/src/CheckboxGroup.d.ts +16 -16
- package/es/checkbox/src/CheckboxGroup.mjs +1 -1
- package/es/checkbox/src/LineMark.d.ts +0 -1
- package/es/checkbox/styles/light.d.ts +1 -1
- package/es/checkbox/styles/light.mjs +2 -2
- package/es/code/src/Code.mjs +2 -2
- package/es/code/src/styles/index.cssr.mjs +0 -1
- package/es/code/styles/light.d.ts +2 -2
- package/es/code/styles/light.mjs +2 -2
- package/es/collapse/src/Collapse.d.ts +15 -119
- package/es/collapse/src/Collapse.mjs +2 -2
- package/es/collapse/src/CollapseItem.d.ts +3 -3
- package/es/collapse/src/CollapseItem.mjs +3 -3
- package/es/collapse/src/CollapseItemContent.d.ts +2 -2
- package/es/collapse/src/CollapseItemContent.mjs +1 -1
- package/es/collapse/styles/light.d.ts +1 -1
- package/es/collapse/styles/light.mjs +2 -2
- package/es/collapse-transition/src/CollapseTransition.mjs +2 -2
- package/es/collapse-transition/styles/light.d.ts +1 -1
- package/es/collapse-transition/styles/light.mjs +2 -2
- package/es/color-picker/src/ColorInput.d.ts +3 -3
- package/es/color-picker/src/ColorInput.mjs +3 -3
- package/es/color-picker/src/ColorInputUnit.d.ts +3 -107
- package/es/color-picker/src/ColorInputUnit.mjs +4 -5
- package/es/color-picker/src/ColorPicker.d.ts +13 -10
- package/es/color-picker/src/ColorPicker.mjs +10 -10
- package/es/color-picker/src/ColorPickerSwatches.mjs +2 -2
- package/es/color-picker/src/ColorPickerTrigger.d.ts +0 -1
- package/es/color-picker/src/ColorPickerTrigger.mjs +0 -1
- package/es/color-picker/src/Pallete.mjs +1 -1
- package/es/color-picker/src/interface.d.ts +1 -0
- package/es/color-picker/styles/light.d.ts +1 -1
- package/es/color-picker/styles/light.mjs +2 -2
- package/es/components.d.ts +1 -0
- package/es/components.mjs +1 -0
- package/es/config-provider/src/ConfigProvider.d.ts +17 -389
- package/es/config-provider/src/ConfigProvider.mjs +6 -6
- package/es/config-provider/src/internal-interface.d.ts +4 -3
- package/es/countdown/src/Countdown.d.ts +4 -4
- package/es/countdown/src/Countdown.mjs +3 -3
- package/es/create.d.ts +1 -1
- package/es/data-table/src/DataTable.d.ts +301 -173
- package/es/data-table/src/DataTable.mjs +35 -18
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
- package/es/data-table/src/HeaderButton/FilterButton.mjs +12 -9
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
- package/es/data-table/src/HeaderButton/FilterMenu.mjs +1 -2
- package/es/data-table/src/HeaderButton/ResizeButton.mjs +1 -2
- package/es/data-table/src/HeaderButton/SortButton.mjs +2 -3
- package/es/data-table/src/MainTable.d.ts +1 -0
- package/es/data-table/src/MainTable.mjs +8 -5
- package/es/data-table/src/TableParts/Body.d.ts +61 -120
- package/es/data-table/src/TableParts/Body.mjs +134 -26
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
- package/es/data-table/src/TableParts/BodyCheckbox.mjs +0 -1
- package/es/data-table/src/TableParts/BodyRadio.d.ts +0 -1
- package/es/data-table/src/TableParts/BodyRadio.mjs +0 -1
- package/es/data-table/src/TableParts/Cell.d.ts +5 -2515
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
- package/es/data-table/src/TableParts/ExpandTrigger.mjs +7 -2
- package/es/data-table/src/TableParts/Header.d.ts +61 -118
- package/es/data-table/src/TableParts/Header.mjs +211 -80
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
- package/es/data-table/src/TableParts/SelectionMenu.mjs +1 -2
- package/es/data-table/src/interface.d.ts +132 -30
- package/es/data-table/src/interface.mjs +12 -0
- package/es/data-table/src/styles/index.cssr.mjs +17 -1
- package/es/data-table/src/styles/rtl.cssr.mjs +1 -1
- package/es/data-table/src/use-check.d.ts +2 -2
- package/es/data-table/src/use-check.mjs +0 -2
- package/es/data-table/src/use-expand.d.ts +1 -1
- package/es/data-table/src/use-expand.mjs +1 -2
- package/es/data-table/src/use-group-header.d.ts +7 -1
- package/es/data-table/src/use-group-header.mjs +10 -5
- package/es/data-table/src/use-resizable.mjs +0 -1
- package/es/data-table/src/use-scroll.d.ts +1 -1
- package/es/data-table/src/use-scroll.mjs +2 -3
- package/es/data-table/src/use-sorter.d.ts +1 -1
- package/es/data-table/src/use-sorter.mjs +0 -3
- package/es/data-table/src/use-table-data.d.ts +1 -1
- package/es/data-table/src/use-table-data.mjs +1 -2
- package/es/data-table/src/utils.d.ts +1 -1
- package/es/data-table/src/utils.mjs +3 -4
- package/es/data-table/styles/light.d.ts +39 -7
- package/es/data-table/styles/light.mjs +9 -3
- package/es/date-picker/index.d.ts +3 -3
- package/es/date-picker/index.mjs +2 -1
- package/es/date-picker/src/DatePicker.d.ts +157 -2212
- package/es/date-picker/src/DatePicker.mjs +13 -90
- package/es/date-picker/src/config.d.ts +0 -1
- package/es/date-picker/src/config.mjs +0 -1
- package/es/date-picker/src/interface.d.ts +8 -7
- package/es/date-picker/src/panel/date.d.ts +25 -150
- package/es/date-picker/src/panel/date.mjs +12 -6
- package/es/date-picker/src/panel/daterange.d.ts +26 -121
- package/es/date-picker/src/panel/daterange.mjs +12 -5
- package/es/date-picker/src/panel/datetime.d.ts +24 -119
- package/es/date-picker/src/panel/datetime.mjs +18 -7
- package/es/date-picker/src/panel/datetimerange.d.ts +25 -120
- package/es/date-picker/src/panel/datetimerange.mjs +14 -5
- package/es/date-picker/src/panel/month.d.ts +27 -122
- package/es/date-picker/src/panel/month.mjs +24 -9
- package/es/date-picker/src/panel/monthrange.d.ts +29 -124
- package/es/date-picker/src/panel/monthrange.mjs +12 -5
- package/es/date-picker/src/panel/panelHeader.d.ts +51 -246
- package/es/date-picker/src/panel/panelHeader.mjs +2 -2
- package/es/date-picker/src/panel/use-calendar.d.ts +20 -117
- package/es/date-picker/src/panel/use-calendar.mjs +9 -10
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
- package/es/date-picker/src/panel/use-dual-calendar.mjs +11 -12
- package/es/date-picker/src/panel/use-panel-common.d.ts +19 -116
- package/es/date-picker/src/panel/use-panel-common.mjs +2 -3
- package/es/date-picker/src/props.d.ts +2008 -0
- package/es/date-picker/src/props.mjs +87 -0
- package/es/date-picker/src/public-types.d.ts +23 -0
- package/es/date-picker/src/public-types.mjs +1 -0
- package/es/date-picker/src/utils.d.ts +2 -1
- package/es/date-picker/src/utils.mjs +7 -10
- package/es/date-picker/src/validation-utils.mjs +1 -2
- package/es/date-picker/styles/light.d.ts +9 -5
- package/es/date-picker/styles/light.mjs +3 -3
- package/es/descriptions/src/Descriptions.d.ts +1 -1
- package/es/descriptions/src/Descriptions.mjs +3 -3
- package/es/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/es/descriptions/styles/light.d.ts +1 -1
- package/es/descriptions/styles/light.mjs +3 -3
- package/es/dialog/src/Dialog.d.ts +9 -113
- package/es/dialog/src/Dialog.mjs +4 -4
- package/es/dialog/src/DialogEnvironment.d.ts +19 -19
- package/es/dialog/src/DialogEnvironment.mjs +5 -3
- package/es/dialog/src/DialogProvider.d.ts +7 -7
- package/es/dialog/src/DialogProvider.mjs +2 -3
- package/es/dialog/src/composables.mjs +1 -1
- package/es/dialog/src/dialogProps.d.ts +4 -4
- package/es/dialog/styles/light.d.ts +1 -1
- package/es/dialog/styles/light.mjs +3 -3
- package/es/discrete/src/discrete.mjs +1 -1
- package/es/discrete/src/discreteApp.mjs +6 -6
- package/es/discrete/src/interface.d.ts +2 -2
- package/es/divider/src/Divider.d.ts +3 -3
- package/es/divider/src/Divider.mjs +1 -1
- package/es/divider/src/styles/index.cssr.mjs +1 -1
- package/es/divider/styles/light.d.ts +1 -1
- package/es/divider/styles/light.mjs +2 -2
- package/es/drawer/src/Drawer.d.ts +45 -129
- package/es/drawer/src/Drawer.mjs +6 -4
- package/es/drawer/src/DrawerBodyWrapper.d.ts +8 -110
- package/es/drawer/src/DrawerBodyWrapper.mjs +7 -8
- package/es/drawer/src/DrawerContent.d.ts +5 -107
- package/es/drawer/src/styles/index.cssr.mjs +3 -1
- package/es/drawer/styles/light.d.ts +5 -3
- package/es/drawer/styles/light.mjs +2 -2
- package/es/dropdown/src/Dropdown.d.ts +23 -127
- package/es/dropdown/src/Dropdown.mjs +3 -3
- package/es/dropdown/src/DropdownDivider.mjs +1 -1
- package/es/dropdown/src/DropdownGroup.d.ts +3 -2
- package/es/dropdown/src/DropdownGroup.mjs +1 -2
- package/es/dropdown/src/DropdownGroupHeader.d.ts +1 -1
- package/es/dropdown/src/DropdownGroupHeader.mjs +1 -4
- package/es/dropdown/src/DropdownMenu.d.ts +5 -4
- package/es/dropdown/src/DropdownMenu.mjs +4 -7
- package/es/dropdown/src/DropdownOption.d.ts +7 -6
- package/es/dropdown/src/DropdownOption.mjs +4 -8
- package/es/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/es/dropdown/src/DropdownRenderOption.mjs +1 -1
- package/es/dropdown/src/interface.d.ts +1 -1
- package/es/dropdown/src/styles/index.cssr.mjs +1 -1
- package/es/dropdown/styles/dark.mjs +1 -1
- package/es/dropdown/styles/light.d.ts +1 -1
- package/es/dropdown/styles/light.mjs +3 -3
- package/es/dynamic-input/src/DynamicInput.d.ts +4 -108
- package/es/dynamic-input/src/DynamicInput.mjs +5 -5
- package/es/dynamic-input/src/InputPreset.d.ts +1 -105
- package/es/dynamic-input/src/InputPreset.mjs +1 -2
- package/es/dynamic-input/src/PairPreset.d.ts +1 -105
- package/es/dynamic-input/src/PairPreset.mjs +0 -1
- package/es/dynamic-input/src/styles/index.cssr.mjs +1 -1
- package/es/dynamic-input/styles/light.d.ts +1 -1
- package/es/dynamic-input/styles/light.mjs +3 -3
- package/es/dynamic-tags/src/DynamicTags.d.ts +13 -117
- package/es/dynamic-tags/src/DynamicTags.mjs +2 -2
- package/es/element/src/Element.mjs +1 -1
- package/es/element/styles/dark.d.ts +1 -1
- package/es/ellipsis/src/Ellipsis.d.ts +4 -109
- package/es/ellipsis/src/Ellipsis.mjs +4 -2
- package/es/ellipsis/src/PerformantEllipsis.d.ts +3 -4
- package/es/ellipsis/src/PerformantEllipsis.mjs +1 -1
- package/es/ellipsis/src/styles/index.cssr.mjs +1 -1
- package/es/ellipsis/styles/dark.d.ts +1 -1
- package/es/empty/src/Empty.d.ts +22 -4
- package/es/empty/src/Empty.mjs +5 -6
- package/es/empty/styles/_common.d.ts +1 -0
- package/es/empty/styles/_common.mjs +1 -0
- package/es/empty/styles/light.d.ts +3 -1
- package/es/empty/styles/light.mjs +5 -3
- package/es/equation/src/Equation.d.ts +4 -3
- package/es/equation/src/Equation.mjs +1 -1
- package/es/flex/src/Flex.d.ts +10 -9
- package/es/flex/src/Flex.mjs +1 -1
- package/es/flex/src/type.d.ts +1 -1
- package/es/flex/styles/light.d.ts +1 -1
- package/es/flex/styles/light.mjs +2 -2
- package/es/flex/styles/rtl.d.ts +1 -1
- package/es/float-button/src/FloatButton.d.ts +12 -11
- package/es/float-button/src/FloatButton.mjs +22 -8
- package/es/float-button/styles/light.d.ts +2 -2
- package/es/float-button/styles/light.mjs +2 -2
- package/es/float-button-group/src/FloatButtonGroup.d.ts +6 -6
- package/es/float-button-group/src/FloatButtonGroup.mjs +2 -2
- package/es/float-button-group/styles/light.d.ts +3 -3
- package/es/float-button-group/styles/light.mjs +2 -2
- package/es/form/src/Form.d.ts +5 -5
- package/es/form/src/Form.mjs +2 -3
- package/es/form/src/FormItem.d.ts +9 -9
- package/es/form/src/FormItem.mjs +72 -72
- package/es/form/src/FormItemCol.d.ts +6 -6
- package/es/form/src/FormItemCol.mjs +3 -3
- package/es/form/src/FormItemGridItem.d.ts +6 -6
- package/es/form/src/FormItemGridItem.mjs +3 -3
- package/es/form/src/FormItemRow.d.ts +6 -6
- package/es/form/src/FormItemRow.mjs +3 -3
- 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 +1 -1
- package/es/form/src/utils.mjs +2 -4
- package/es/form/styles/light.d.ts +1 -1
- package/es/form/styles/light.mjs +2 -2
- package/es/global-style/src/GlobalStyle.mjs +1 -1
- package/es/gradient-text/src/GradientText.d.ts +3 -3
- package/es/gradient-text/src/GradientText.mjs +1 -1
- package/es/gradient-text/styles/light.d.ts +1 -1
- package/es/gradient-text/styles/light.mjs +2 -2
- package/es/grid/src/Grid.d.ts +15 -15
- package/es/grid/src/Grid.mjs +3 -3
- package/es/grid/src/GridItem.mjs +1 -3
- package/es/highlight/index.d.ts +2 -0
- package/es/highlight/index.mjs +1 -0
- package/es/highlight/src/Highlight.d.ts +65 -0
- package/es/highlight/src/Highlight.mjs +75 -0
- package/es/highlight/src/public-types.d.ts +3 -0
- package/es/highlight/src/public-types.mjs +1 -0
- package/es/highlight/src/utils.d.ts +4 -0
- package/es/highlight/src/utils.mjs +30 -0
- package/es/icon/src/Icon.d.ts +3 -3
- package/es/icon/src/Icon.mjs +3 -3
- package/es/icon/styles/light.d.ts +1 -1
- package/es/icon/styles/light.mjs +2 -2
- package/es/icon-wrapper/src/IconWrapper.d.ts +0 -1
- package/es/icon-wrapper/styles/light.d.ts +1 -1
- package/es/icon-wrapper/styles/light.mjs +2 -2
- package/es/image/src/Image.d.ts +8 -8
- package/es/image/src/Image.mjs +1 -1
- package/es/image/src/ImageGroup.d.ts +1 -1
- package/es/image/src/ImageGroup.mjs +7 -3
- package/es/image/src/ImagePreview.d.ts +3 -3
- package/es/image/src/ImagePreview.mjs +14 -12
- package/es/image/src/icons.d.ts +0 -1
- package/es/image/src/utils.d.ts +2 -2
- package/es/image/src/utils.mjs +3 -5
- package/es/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
- package/es/infinite-scroll/src/InfiniteScroll.mjs +5 -5
- package/es/input/src/Input.d.ts +34 -138
- package/es/input/src/Input.mjs +22 -15
- package/es/input/src/InputGroup.mjs +1 -1
- package/es/input/src/WordCount.d.ts +0 -1
- package/es/input/src/WordCount.mjs +2 -4
- package/es/input/src/styles/input.cssr.mjs +1 -1
- package/es/input/src/utils.mjs +0 -1
- package/es/input/styles/dark.mjs +1 -1
- package/es/input/styles/light.d.ts +1 -1
- package/es/input/styles/light.mjs +3 -3
- package/es/input-number/src/InputNumber.d.ts +24 -115
- package/es/input-number/src/InputNumber.mjs +40 -35
- package/es/input-number/src/styles/input-number.cssr.mjs +1 -1
- package/es/input-number/src/utils.mjs +4 -2
- package/es/input-number/styles/light.d.ts +1 -1
- package/es/input-number/styles/light.mjs +2 -2
- package/es/layout/src/Layout.d.ts +59 -239
- package/es/layout/src/Layout.mjs +1 -5
- package/es/layout/src/LayoutContent.d.ts +29 -119
- package/es/layout/src/LayoutFooter.d.ts +36 -18
- package/es/layout/src/LayoutFooter.mjs +1 -1
- package/es/layout/src/LayoutHeader.d.ts +24 -12
- package/es/layout/src/LayoutHeader.mjs +1 -1
- package/es/layout/src/LayoutSider.d.ts +37 -127
- package/es/layout/src/LayoutSider.mjs +5 -8
- package/es/layout/src/ToggleBar.mjs +1 -1
- package/es/layout/src/ToggleButton.mjs +1 -1
- package/es/layout/src/interface.d.ts +1 -1
- package/es/layout/styles/dark.mjs +1 -1
- package/es/layout/styles/light.d.ts +5 -3
- package/es/layout/styles/light.mjs +2 -2
- package/es/legacy-grid/src/Col.mjs +1 -1
- package/es/legacy-grid/src/Row.mjs +1 -1
- package/es/legacy-grid/src/styles/index.cssr.mjs +1 -1
- package/es/legacy-transfer/src/Transfer.d.ts +63 -127
- package/es/legacy-transfer/src/Transfer.mjs +3 -3
- package/es/legacy-transfer/src/TransferFilter.d.ts +7 -107
- package/es/legacy-transfer/src/TransferFilter.mjs +1 -2
- package/es/legacy-transfer/src/TransferHeader.d.ts +0 -1
- package/es/legacy-transfer/src/TransferHeader.mjs +1 -2
- package/es/legacy-transfer/src/TransferList.d.ts +8 -108
- package/es/legacy-transfer/src/TransferList.mjs +1 -2
- package/es/legacy-transfer/src/TransferListItem.d.ts +7 -107
- package/es/legacy-transfer/src/TransferListItem.mjs +2 -3
- package/es/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/es/legacy-transfer/src/use-transfer-data.mjs +1 -2
- package/es/legacy-transfer/styles/dark.mjs +1 -1
- package/es/legacy-transfer/styles/light.d.ts +7 -3
- package/es/legacy-transfer/styles/light.mjs +3 -3
- package/es/list/src/List.mjs +1 -1
- package/es/list/src/ListItem.mjs +1 -1
- package/es/list/src/styles/index.cssr.mjs +1 -1
- package/es/list/styles/light.d.ts +2 -2
- package/es/list/styles/light.mjs +2 -2
- package/es/loading-bar/src/LoadingBar.d.ts +2 -2
- package/es/loading-bar/src/LoadingBar.mjs +1 -3
- package/es/loading-bar/src/LoadingBarProvider.d.ts +10 -10
- package/es/loading-bar/src/LoadingBarProvider.mjs +1 -1
- package/es/loading-bar/src/use-loading-bar.mjs +1 -1
- package/es/loading-bar/styles/light.d.ts +1 -1
- package/es/loading-bar/styles/light.mjs +2 -2
- package/es/locales/common/arDZ.mjs +1 -1
- package/es/locales/common/azAZ.d.ts +3 -0
- package/es/locales/common/azAZ.mjs +124 -0
- package/es/locales/common/csCZ.mjs +1 -1
- package/es/locales/common/deDE.mjs +1 -1
- package/es/locales/common/enGB.mjs +1 -1
- package/es/locales/common/enUS.d.ts +1 -1
- package/es/locales/common/enUS.mjs +1 -1
- package/es/locales/common/eo.mjs +1 -1
- package/es/locales/common/esAR.mjs +1 -1
- package/es/locales/common/etEE.mjs +1 -1
- package/es/locales/common/faIR.mjs +1 -1
- package/es/locales/common/frFR.mjs +6 -6
- package/es/locales/common/idID.mjs +1 -1
- package/es/locales/common/itIT.mjs +3 -3
- package/es/locales/common/jaJP.mjs +1 -1
- package/es/locales/common/koKR.mjs +1 -1
- package/es/locales/common/nbNO.mjs +1 -1
- package/es/locales/common/nlNL.mjs +1 -1
- package/es/locales/common/plPL.mjs +1 -1
- package/es/locales/common/ptBR.mjs +1 -1
- package/es/locales/common/ruRU.mjs +1 -1
- package/es/locales/common/skSK.mjs +1 -1
- package/es/locales/common/svSE.mjs +1 -1
- package/es/locales/common/thTH.mjs +1 -1
- package/es/locales/common/trTR.mjs +1 -1
- package/es/locales/common/ukUA.mjs +1 -1
- package/es/locales/common/uzUZ.d.ts +3 -0
- package/es/locales/common/uzUZ.mjs +125 -0
- package/es/locales/common/viVN.mjs +1 -1
- package/es/locales/common/zhCN.mjs +1 -1
- package/es/locales/common/zhTW.mjs +1 -1
- package/es/locales/date/arDZ.mjs +1 -1
- package/es/locales/date/azAZ.d.ts +3 -0
- package/es/locales/date/azAZ.mjs +6 -0
- package/es/locales/date/csCZ.d.ts +1 -1
- package/es/locales/date/csCZ.mjs +1 -1
- package/es/locales/date/deDE.mjs +1 -1
- package/es/locales/date/enGB.d.ts +1 -1
- package/es/locales/date/enGB.mjs +1 -1
- package/es/locales/date/enUS.mjs +1 -1
- package/es/locales/date/eo.mjs +1 -1
- package/es/locales/date/esAR.d.ts +1 -1
- package/es/locales/date/esAR.mjs +2 -2
- package/es/locales/date/etEE.d.ts +1 -1
- package/es/locales/date/etEE.mjs +1 -1
- package/es/locales/date/faIR.d.ts +1 -1
- package/es/locales/date/faIR.mjs +1 -1
- package/es/locales/date/frFR.d.ts +1 -1
- package/es/locales/date/frFR.mjs +2 -2
- package/es/locales/date/idID.d.ts +1 -1
- package/es/locales/date/idID.mjs +2 -2
- package/es/locales/date/itIT.d.ts +1 -1
- package/es/locales/date/itIT.mjs +2 -2
- package/es/locales/date/jaJP.d.ts +1 -1
- package/es/locales/date/jaJP.mjs +1 -1
- package/es/locales/date/koKR.d.ts +1 -1
- package/es/locales/date/koKR.mjs +1 -1
- package/es/locales/date/nbNO.d.ts +1 -1
- package/es/locales/date/nbNO.mjs +1 -1
- package/es/locales/date/nlNL.d.ts +1 -1
- package/es/locales/date/nlNL.mjs +1 -1
- package/es/locales/date/plPL.d.ts +1 -1
- package/es/locales/date/plPL.mjs +2 -2
- package/es/locales/date/ptBR.d.ts +1 -1
- package/es/locales/date/ptBR.mjs +1 -1
- package/es/locales/date/ruRU.d.ts +1 -1
- package/es/locales/date/ruRU.mjs +1 -1
- package/es/locales/date/skSK.d.ts +1 -1
- package/es/locales/date/skSK.mjs +1 -1
- package/es/locales/date/svSE.d.ts +1 -1
- package/es/locales/date/svSE.mjs +1 -1
- package/es/locales/date/thTH.d.ts +1 -1
- package/es/locales/date/thTH.mjs +3 -3
- package/es/locales/date/trTR.d.ts +1 -1
- package/es/locales/date/trTR.mjs +3 -3
- package/es/locales/date/ukUA.d.ts +1 -1
- package/es/locales/date/ukUA.mjs +1 -1
- package/es/locales/date/uzUZ.d.ts +3 -0
- package/es/locales/date/uzUZ.mjs +6 -0
- package/es/locales/date/viVN.d.ts +1 -1
- package/es/locales/date/viVN.mjs +2 -2
- package/es/locales/date/zhCN.d.ts +1 -1
- package/es/locales/date/zhCN.mjs +1 -1
- package/es/locales/date/zhTW.d.ts +1 -1
- package/es/locales/date/zhTW.mjs +1 -1
- package/es/locales/index.d.ts +4 -0
- package/es/locales/index.mjs +4 -0
- package/es/locales/utils/index.d.ts +1 -1
- package/es/log/src/Log.d.ts +45 -129
- package/es/log/src/Log.mjs +4 -4
- package/es/log/src/LogLine.mjs +2 -4
- package/es/log/src/LogLoader.mjs +1 -1
- package/es/log/styles/light.d.ts +5 -3
- package/es/log/styles/light.mjs +2 -2
- package/es/mention/src/Mention.d.ts +121 -140
- package/es/mention/src/Mention.mjs +12 -10
- package/es/mention/src/utils.mjs +8 -8
- package/es/mention/styles/light.d.ts +11 -3
- package/es/mention/styles/light.mjs +2 -2
- package/es/menu/src/Menu.d.ts +13 -117
- package/es/menu/src/Menu.mjs +5 -4
- package/es/menu/src/MenuDivider.d.ts +0 -1
- package/es/menu/src/MenuDivider.mjs +1 -2
- package/es/menu/src/MenuOption.d.ts +1 -105
- package/es/menu/src/MenuOption.mjs +1 -1
- package/es/menu/src/MenuOptionContent.mjs +0 -1
- package/es/menu/src/MenuOptionGroup.d.ts +0 -1
- package/es/menu/src/MenuOptionGroup.mjs +3 -5
- package/es/menu/src/Submenu.d.ts +1 -105
- package/es/menu/src/Submenu.mjs +1 -2
- package/es/menu/src/interface.d.ts +2 -2
- package/es/menu/src/use-menu-child.mjs +2 -3
- package/es/menu/src/utils.d.ts +1 -1
- package/es/menu/src/utils.mjs +0 -2
- package/es/menu/styles/light.d.ts +1 -1
- package/es/menu/styles/light.mjs +2 -2
- package/es/message/src/Message.d.ts +2 -2
- package/es/message/src/Message.mjs +6 -6
- package/es/message/src/MessageEnvironment.d.ts +3 -3
- package/es/message/src/MessageEnvironment.mjs +1 -1
- package/es/message/src/MessageProvider.d.ts +4 -4
- package/es/message/src/MessageProvider.mjs +1 -2
- package/es/message/styles/light.d.ts +1 -1
- package/es/message/styles/light.mjs +3 -3
- package/es/modal/src/BodyWrapper.d.ts +26 -128
- package/es/modal/src/BodyWrapper.mjs +1 -2
- package/es/modal/src/Modal.d.ts +78 -60
- package/es/modal/src/Modal.mjs +6 -4
- package/es/modal/src/ModalEnvironment.d.ts +53 -41
- package/es/modal/src/ModalEnvironment.mjs +4 -2
- package/es/modal/src/ModalProvider.d.ts +5 -14924
- package/es/modal/src/ModalProvider.mjs +2 -3
- package/es/modal/src/composables.mjs +1 -1
- package/es/modal/src/interface.d.ts +1 -1
- package/es/modal/src/presetProps.d.ts +9 -9
- package/es/modal/src/styles/index.cssr.mjs +1 -1
- package/es/modal/styles/light.d.ts +5 -3
- package/es/modal/styles/light.mjs +2 -2
- package/es/notification/src/Notification.d.ts +3 -3
- package/es/notification/src/Notification.mjs +4 -5
- package/es/notification/src/NotificationContainer.d.ts +5 -107
- package/es/notification/src/NotificationContainer.mjs +1 -2
- package/es/notification/src/NotificationEnvironment.d.ts +4 -7
- package/es/notification/src/NotificationEnvironment.mjs +2 -3
- package/es/notification/src/NotificationProvider.d.ts +42 -24
- package/es/notification/src/NotificationProvider.mjs +5 -4
- package/es/notification/src/styles/index.cssr.d.ts +1 -1
- package/es/notification/src/styles/rtl.cssr.mjs +1 -1
- package/es/notification/src/use-notification.mjs +1 -1
- package/es/notification/styles/light.d.ts +5 -3
- package/es/notification/styles/light.mjs +2 -2
- package/es/notification/styles/rtl.d.ts +1 -1
- package/es/number-animation/src/NumberAnimation.mjs +2 -2
- package/es/number-animation/src/utils.mjs +1 -1
- package/es/page-header/src/PageHeader.mjs +2 -3
- package/es/page-header/src/styles/rtl.cssr.mjs +1 -1
- package/es/pagination/src/Pagination.d.ts +241 -169
- package/es/pagination/src/Pagination.mjs +9 -10
- package/es/pagination/src/styles/index.cssr.mjs +1 -1
- package/es/pagination/src/utils.d.ts +1 -1
- package/es/pagination/src/utils.mjs +2 -2
- package/es/pagination/styles/light.d.ts +21 -5
- package/es/pagination/styles/light.mjs +3 -3
- package/es/popconfirm/src/Popconfirm.d.ts +21 -125
- package/es/popconfirm/src/Popconfirm.mjs +2 -2
- package/es/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/es/popconfirm/src/PopconfirmPanel.mjs +1 -2
- package/es/popconfirm/src/interface.d.ts +1 -1
- package/es/popconfirm/styles/light.d.ts +1 -1
- package/es/popconfirm/styles/light.mjs +2 -2
- package/es/popover/src/Popover.d.ts +23 -23
- package/es/popover/src/Popover.mjs +9 -6
- package/es/popover/src/PopoverBody.d.ts +17 -17
- package/es/popover/src/PopoverBody.mjs +34 -35
- package/es/popover/src/interface.d.ts +1 -1
- package/es/popover/src/styles/index.cssr.d.ts +1 -1
- package/es/popover/src/styles/index.cssr.mjs +1 -1
- package/es/popover/styles/light.d.ts +1 -1
- package/es/popover/styles/light.mjs +2 -2
- package/es/popselect/src/Popselect.d.ts +126 -146
- package/es/popselect/src/Popselect.mjs +3 -3
- package/es/popselect/src/PopselectPanel.d.ts +19 -111
- package/es/popselect/src/PopselectPanel.mjs +1 -3
- package/es/popselect/src/interface.d.ts +1 -1
- package/es/popselect/styles/light.d.ts +11 -3
- package/es/preset.d.ts +1 -1
- package/es/progress/src/Circle.d.ts +2 -3
- package/es/progress/src/Circle.mjs +2 -2
- package/es/progress/src/Line.d.ts +2 -3
- package/es/progress/src/Line.mjs +2 -2
- package/es/progress/src/MultipleCircle.d.ts +3 -4
- package/es/progress/src/MultipleCircle.mjs +1 -1
- package/es/progress/src/Progress.d.ts +9 -9
- package/es/progress/src/Progress.mjs +1 -1
- package/es/progress/styles/light.d.ts +1 -1
- package/es/progress/styles/light.mjs +2 -2
- package/es/qr-code/src/QrCode.mjs +4 -4
- package/es/qr-code/src/qrcodegen.mjs +6 -9
- package/es/qr-code/styles/dark.d.ts +1 -1
- package/es/qr-code/styles/light.d.ts +2 -2
- package/es/qr-code/styles/light.mjs +2 -2
- package/es/radio/src/Radio.d.ts +6 -6
- package/es/radio/src/Radio.mjs +2 -2
- package/es/radio/src/RadioButton.d.ts +6 -6
- package/es/radio/src/RadioButton.mjs +2 -2
- package/es/radio/src/RadioGroup.d.ts +1 -1
- package/es/radio/src/RadioGroup.mjs +4 -4
- package/es/radio/src/styles/radio-group.cssr.mjs +1 -1
- package/es/radio/src/styles/radio.cssr.mjs +1 -1
- package/es/radio/src/use-radio.d.ts +4 -4
- package/es/radio/src/use-radio.mjs +1 -1
- package/es/radio/styles/dark.mjs +1 -1
- package/es/radio/styles/light.d.ts +2 -2
- package/es/radio/styles/light.mjs +3 -3
- package/es/rate/src/Rate.mjs +2 -2
- package/es/rate/src/StarIcon.d.ts +0 -1
- package/es/rate/styles/dark.d.ts +1 -1
- package/es/rate/styles/light.d.ts +2 -2
- package/es/rate/styles/light.mjs +2 -2
- package/es/result/src/403.d.ts +0 -1
- package/es/result/src/404.d.ts +0 -1
- package/es/result/src/418.d.ts +0 -1
- package/es/result/src/500.d.ts +0 -1
- package/es/result/src/Result.d.ts +3 -3
- package/es/result/src/Result.mjs +2 -2
- package/es/result/styles/light.d.ts +1 -1
- package/es/result/styles/light.mjs +3 -3
- package/es/scrollbar/src/Scrollbar.d.ts +62 -18
- package/es/scrollbar/src/Scrollbar.mjs +10 -4
- package/es/select/src/Select.d.ts +133 -144
- package/es/select/src/Select.mjs +60 -55
- package/es/select/src/interface.d.ts +2 -2
- package/es/select/src/styles/index.cssr.mjs +1 -1
- package/es/select/src/utils.d.ts +1 -1
- package/es/select/src/utils.mjs +1 -2
- package/es/select/styles/light.d.ts +10 -2
- package/es/skeleton/src/Skeleton.mjs +1 -1
- package/es/skeleton/styles/dark.d.ts +1 -1
- package/es/skeleton/styles/light.d.ts +2 -2
- package/es/skeleton/styles/light.mjs +2 -2
- package/es/slider/src/Slider.d.ts +10 -9
- package/es/slider/src/Slider.mjs +10 -10
- package/es/slider/src/styles/index.cssr.mjs +2 -1
- package/es/slider/styles/dark.mjs +1 -1
- package/es/slider/styles/light.d.ts +2 -2
- package/es/slider/styles/light.mjs +3 -3
- package/es/space/src/Space.d.ts +4 -4
- package/es/space/src/Space.mjs +2 -2
- package/es/space/src/utils.d.ts +1 -1
- package/es/space/src/utils.mjs +2 -2
- package/es/space/styles/light.d.ts +1 -1
- package/es/space/styles/light.mjs +2 -2
- package/es/space/styles/rtl.d.ts +1 -1
- package/es/spin/src/Spin.d.ts +7 -7
- package/es/spin/src/Spin.mjs +1 -1
- package/es/spin/src/styles/index.cssr.mjs +1 -1
- package/es/spin/styles/light.d.ts +2 -2
- package/es/spin/styles/light.mjs +2 -2
- package/es/split/src/Split.d.ts +11 -11
- package/es/split/src/Split.mjs +6 -6
- package/es/split/src/styles/index.cssr.mjs +1 -1
- package/es/split/styles/dark.d.ts +1 -1
- package/es/split/styles/light.d.ts +2 -2
- package/es/split/styles/light.mjs +2 -2
- package/es/statistic/src/Statistic.mjs +2 -2
- package/es/statistic/styles/light.d.ts +2 -2
- package/es/statistic/styles/light.mjs +2 -2
- package/es/statistic/styles/rtl.d.ts +1 -1
- package/es/steps/src/Step.d.ts +3 -3
- package/es/steps/src/Step.mjs +4 -4
- package/es/steps/src/Steps.d.ts +4 -4
- package/es/steps/src/Steps.mjs +2 -2
- package/es/steps/src/styles/rtl.cssr.mjs +1 -1
- package/es/steps/styles/light.d.ts +1 -1
- package/es/steps/styles/light.mjs +3 -3
- package/es/steps/styles/rtl.d.ts +1 -1
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/switch/src/Switch.mjs +2 -2
- package/es/switch/styles/dark.mjs +1 -1
- package/es/switch/styles/light.d.ts +1 -1
- package/es/switch/styles/light.mjs +3 -3
- package/es/table/src/Table.mjs +1 -1
- package/es/table/styles/light.d.ts +2 -2
- package/es/table/styles/light.mjs +3 -3
- package/es/table/styles/rtl.d.ts +1 -1
- package/es/tabs/src/Tab.d.ts +6 -18
- package/es/tabs/src/Tab.mjs +3 -6
- package/es/tabs/src/TabPane.d.ts +10 -22
- package/es/tabs/src/TabPane.mjs +1 -1
- package/es/tabs/src/Tabs.d.ts +32 -32
- package/es/tabs/src/Tabs.mjs +38 -18
- package/es/tabs/src/interface.d.ts +1 -1
- package/es/tabs/src/styles/index.cssr.mjs +20 -8
- package/es/tabs/styles/light.d.ts +2 -2
- package/es/tabs/styles/light.mjs +3 -3
- package/es/tag/src/Tag.d.ts +8 -8
- package/es/tag/src/Tag.mjs +5 -5
- package/es/tag/src/common-props.d.ts +3 -3
- package/es/tag/src/styles/rtl.cssr.mjs +1 -1
- package/es/tag/styles/dark.mjs +1 -1
- package/es/tag/styles/light.d.ts +1 -1
- package/es/tag/styles/light.mjs +3 -3
- package/es/theme-editor/src/MaximizeIcon.mjs +1 -1
- package/es/theme-editor/src/MinimizeIcon.mjs +1 -1
- package/es/theme-editor/src/ThemeEditor.mjs +12 -11
- package/es/themes/interface.d.ts +1 -1
- package/es/themes/utils.d.ts +1 -1
- package/es/thing/src/Thing.d.ts +0 -1
- package/es/thing/src/Thing.mjs +2 -2
- package/es/thing/styles/light.d.ts +1 -1
- package/es/thing/styles/light.mjs +2 -2
- package/es/thing/styles/rtl.d.ts +1 -1
- package/es/time/src/Time.d.ts +1 -1
- package/es/time/src/Time.mjs +3 -3
- package/es/time-picker/src/Panel.d.ts +9 -111
- package/es/time-picker/src/Panel.mjs +3 -4
- 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 +50 -134
- package/es/time-picker/src/TimePicker.mjs +29 -27
- package/es/time-picker/src/interface.d.ts +2 -2
- package/es/time-picker/src/styles/index.cssr.mjs +1 -1
- package/es/time-picker/src/utils.mjs +5 -3
- package/es/time-picker/styles/light.d.ts +5 -3
- package/es/time-picker/styles/light.mjs +3 -3
- package/es/timeline/src/Timeline.d.ts +1 -2
- package/es/timeline/src/Timeline.mjs +1 -1
- package/es/timeline/src/TimelineItem.d.ts +3 -3
- package/es/timeline/src/TimelineItem.mjs +2 -2
- package/es/timeline/styles/dark.mjs +1 -1
- package/es/timeline/styles/light.d.ts +1 -1
- package/es/timeline/styles/light.mjs +3 -3
- package/es/tooltip/src/Tooltip.d.ts +16 -120
- package/es/tooltip/src/Tooltip.mjs +1 -3
- package/es/tooltip/styles/light.d.ts +1 -1
- package/es/tooltip/styles/light.mjs +4 -4
- package/es/transfer/src/Transfer.d.ts +69 -133
- package/es/transfer/src/Transfer.mjs +5 -5
- package/es/transfer/src/TransferFilter.d.ts +7 -107
- package/es/transfer/src/TransferFilter.mjs +1 -2
- package/es/transfer/src/TransferHeader.d.ts +3 -4
- package/es/transfer/src/TransferHeader.mjs +3 -4
- package/es/transfer/src/TransferList.d.ts +8 -108
- package/es/transfer/src/TransferList.mjs +1 -2
- package/es/transfer/src/TransferListItem.d.ts +7 -107
- package/es/transfer/src/TransferListItem.mjs +1 -2
- package/es/transfer/src/use-transfer-data.d.ts +1 -1
- package/es/transfer/src/use-transfer-data.mjs +1 -2
- package/es/transfer/styles/dark.mjs +1 -1
- package/es/transfer/styles/light.d.ts +7 -3
- package/es/transfer/styles/light.mjs +3 -3
- package/es/tree/src/MotionWrapper.d.ts +3 -3
- package/es/tree/src/MotionWrapper.mjs +1 -1
- package/es/tree/src/Tree.d.ts +97 -161
- package/es/tree/src/Tree.mjs +11 -14
- package/es/tree/src/TreeNode.d.ts +1 -1
- package/es/tree/src/TreeNode.mjs +1 -6
- package/es/tree/src/TreeNodeCheckbox.d.ts +7 -107
- package/es/tree/src/TreeNodeCheckbox.mjs +1 -2
- package/es/tree/src/TreeNodeContent.d.ts +4 -4
- package/es/tree/src/TreeNodeContent.mjs +2 -4
- package/es/tree/src/TreeNodeSwitcher.d.ts +0 -1
- package/es/tree/src/TreeNodeSwitcher.mjs +2 -3
- package/es/tree/src/dnd.d.ts +1 -1
- package/es/tree/src/interface.d.ts +2 -2
- package/es/tree/src/keyboard.d.ts +2 -2
- package/es/tree/src/styles/rtl.cssr.mjs +1 -1
- package/es/tree/src/utils.d.ts +2 -2
- package/es/tree/src/utils.mjs +1 -1
- package/es/tree/styles/light.d.ts +7 -3
- package/es/tree/styles/light.mjs +2 -2
- package/es/tree-select/src/TreeSelect.d.ts +152 -159
- package/es/tree-select/src/TreeSelect.mjs +40 -25
- package/es/tree-select/src/interface.d.ts +3 -3
- package/es/tree-select/src/styles/index.cssr.mjs +10 -0
- package/es/tree-select/src/utils.d.ts +2 -2
- package/es/tree-select/styles/light.d.ts +15 -3
- package/es/tree-select/styles/light.mjs +6 -3
- package/es/typography/src/a.mjs +1 -1
- package/es/typography/src/blockquote.mjs +2 -2
- package/es/typography/src/create-header.d.ts +4 -4
- package/es/typography/src/create-header.mjs +3 -4
- package/es/typography/src/headers.d.ts +12 -12
- package/es/typography/src/hr.mjs +1 -1
- package/es/typography/src/ol.mjs +1 -1
- package/es/typography/src/p.d.ts +3 -3
- package/es/typography/src/p.mjs +1 -1
- package/es/typography/src/text.d.ts +3 -3
- package/es/typography/src/text.mjs +2 -2
- package/es/typography/src/ul.mjs +1 -1
- package/es/typography/styles/light.d.ts +1 -1
- package/es/typography/styles/light.mjs +3 -3
- package/es/upload/src/Upload.d.ts +12 -113
- package/es/upload/src/Upload.mjs +53 -50
- package/es/upload/src/UploadDragger.d.ts +0 -1
- package/es/upload/src/UploadDragger.mjs +1 -1
- package/es/upload/src/UploadFile.d.ts +6 -109
- package/es/upload/src/UploadFile.mjs +21 -9
- package/es/upload/src/UploadFileList.d.ts +0 -1
- package/es/upload/src/UploadFileList.mjs +3 -3
- package/es/upload/src/UploadProgress.d.ts +3 -107
- package/es/upload/src/UploadProgress.mjs +1 -2
- package/es/upload/src/UploadTrigger.d.ts +0 -1
- package/es/upload/src/UploadTrigger.mjs +1 -1
- package/es/upload/src/icons.d.ts +0 -1
- package/es/upload/src/interface.d.ts +9 -3
- package/es/upload/src/public-types.d.ts +1 -1
- package/es/upload/src/styles/index.cssr.mjs +1 -1
- package/es/upload/src/utils.d.ts +2 -2
- package/es/upload/src/utils.mjs +21 -9
- package/es/upload/styles/light.d.ts +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/src/VirtualList.d.ts +13 -13
- package/es/virtual-list/src/VirtualList.mjs +2 -2
- package/es/watermark/src/Watermark.d.ts +3 -4
- package/es/watermark/src/Watermark.mjs +1 -1
- package/es/watermark/src/styles/index.cssr.mjs +1 -1
- package/lib/_internal/close/src/Close.d.ts +0 -1
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +2 -2
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +0 -1
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +0 -1
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +0 -1
- package/lib/_internal/icons/replaceable.d.ts +0 -1
- package/lib/_internal/icons/replaceable.js +1 -3
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +1 -1
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +70 -24
- package/lib/_internal/scrollbar/src/Scrollbar.js +73 -65
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +10 -4
- package/lib/_internal/scrollbar/styles/common.d.ts +4 -2
- package/lib/_internal/scrollbar/styles/common.js +4 -2
- package/lib/_internal/scrollbar/styles/light.d.ts +5 -3
- package/lib/_internal/scrollbar/styles/light.js +4 -5
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +2 -2
- package/lib/_internal/select-menu/src/SelectGroupHeader.js +1 -3
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +75 -123
- package/lib/_internal/select-menu/src/SelectMenu.js +4 -4
- package/lib/_internal/select-menu/src/SelectOption.d.ts +3 -3
- package/lib/_internal/select-menu/src/SelectOption.js +1 -3
- package/lib/_internal/select-menu/src/interface.d.ts +2 -2
- package/lib/_internal/select-menu/styles/_common.d.ts +2 -0
- package/lib/_internal/select-menu/styles/_common.js +2 -0
- package/lib/_internal/select-menu/styles/light.d.ts +15 -3
- package/lib/_internal/select-menu/styles/light.js +7 -8
- package/lib/_internal/selection/src/Selection.d.ts +8 -112
- package/lib/_internal/selection/src/Selection.js +4 -5
- package/lib/_internal/selection/src/interface.d.ts +1 -1
- package/lib/_internal/selection/styles/light.d.ts +1 -1
- package/lib/_internal/selection/styles/light.js +3 -3
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +0 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +0 -1
- package/lib/_internal/slot-machine/src/SlotMachineNumber.js +2 -2
- package/lib/_internal/suffix/src/Suffix.d.ts +0 -1
- package/lib/_internal/wave/src/Wave.js +0 -1
- package/lib/_mixins/use-config.d.ts +1 -1
- package/lib/_mixins/use-config.js +3 -3
- package/lib/_mixins/use-css-vars-class.js +10 -9
- package/lib/_mixins/use-form-item.js +1 -1
- package/lib/_mixins/use-hljs.js +1 -1
- package/lib/_mixins/use-locale.js +1 -1
- package/lib/_mixins/use-rtl.js +5 -3
- package/lib/_mixins/use-style.js +5 -3
- package/lib/_mixins/use-theme.d.ts +1 -1
- package/lib/_mixins/use-theme.js +5 -5
- package/lib/_styles/common/dark.js +2 -2
- package/lib/_styles/common/light.js +2 -2
- package/lib/_styles/transitions/fade-down.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +4 -5
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +4 -5
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/fade-in.cssr.js +2 -3
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +2 -3
- package/lib/_styles/transitions/icon-switch.cssr.js +3 -4
- package/lib/_styles/transitions/slide-in-from-bottom.js +1 -2
- package/lib/_styles/transitions/slide-in-from-left.js +1 -2
- package/lib/_styles/transitions/slide-in-from-right.js +1 -2
- package/lib/_styles/transitions/slide-in-from-top.js +1 -2
- package/lib/_utils/color/index.js +2 -3
- package/lib/_utils/composable/use-adjusted-to.d.ts +1 -1
- package/lib/_utils/composable/use-adjusted-to.js +1 -2
- package/lib/_utils/composable/use-browser-location.d.ts +1 -1
- package/lib/_utils/composable/use-browser-location.js +4 -5
- package/lib/_utils/composable/use-collection.d.ts +1 -1
- package/lib/_utils/composable/use-collection.js +8 -9
- package/lib/_utils/composable/use-deferred-true.js +1 -2
- package/lib/_utils/composable/use-houdini.js +2 -3
- package/lib/_utils/composable/use-is-composing.d.ts +1 -1
- package/lib/_utils/composable/use-is-composing.js +7 -8
- package/lib/_utils/composable/use-lock-html-scroll.js +2 -2
- package/lib/_utils/composable/use-reactivated.js +1 -2
- package/lib/_utils/composable/use-resize.js +1 -2
- package/lib/_utils/css/color-to-class.js +1 -2
- package/lib/_utils/css/format-length.js +1 -2
- package/lib/_utils/css/rtl-inset.js +1 -2
- package/lib/_utils/cssr/index.js +8 -10
- package/lib/_utils/dom/download.d.ts +1 -1
- package/lib/_utils/dom/download.js +3 -4
- package/lib/_utils/dom/is-document.js +1 -2
- package/lib/_utils/env/is-jsdom.js +4 -5
- package/lib/_utils/event/index.js +2 -3
- package/lib/_utils/naive/attribute.js +1 -2
- package/lib/_utils/naive/extract-public-props.d.ts +2 -2
- package/lib/_utils/naive/prop.js +3 -4
- package/lib/_utils/naive/warn.d.ts +1 -0
- package/lib/_utils/naive/warn.js +7 -4
- package/lib/_utils/vue/call.js +4 -4
- package/lib/_utils/vue/create-data-key.js +1 -2
- package/lib/_utils/vue/create-injection-key.js +1 -2
- package/lib/_utils/vue/create-ref-setter.js +1 -2
- package/lib/_utils/vue/flatten.d.ts +1 -1
- package/lib/_utils/vue/flatten.js +1 -2
- package/lib/_utils/vue/get-first-slot-vnode.d.ts +1 -1
- package/lib/_utils/vue/get-first-slot-vnode.js +2 -3
- package/lib/_utils/vue/get-slot.d.ts +1 -1
- package/lib/_utils/vue/get-slot.js +1 -2
- package/lib/_utils/vue/get-v-node-children.js +4 -5
- package/lib/_utils/vue/is-node-v-show-false.js +1 -2
- package/lib/_utils/vue/keep.js +1 -2
- package/lib/_utils/vue/keysOf.js +1 -2
- package/lib/_utils/vue/merge-handlers.js +2 -4
- package/lib/_utils/vue/omit.js +1 -2
- package/lib/_utils/vue/render.d.ts +1 -1
- package/lib/_utils/vue/render.js +3 -4
- package/lib/_utils/vue/resolve-slot.js +8 -9
- package/lib/affix/src/Affix.js +16 -16
- package/lib/affix/src/utils.js +2 -3
- package/lib/alert/src/Alert.d.ts +4 -108
- package/lib/alert/src/Alert.js +6 -8
- package/lib/alert/styles/light.d.ts +1 -1
- package/lib/alert/styles/light.js +2 -2
- package/lib/anchor/src/AnchorAdapter.d.ts +0 -1
- package/lib/anchor/src/BaseAnchor.js +7 -6
- package/lib/anchor/src/Link.d.ts +0 -1
- package/lib/anchor/src/Link.js +0 -1
- package/lib/anchor/src/utils.js +1 -2
- package/lib/anchor/styles/light.d.ts +1 -1
- package/lib/anchor/styles/light.js +4 -5
- package/lib/auto-complete/src/AutoComplete.d.ts +115 -135
- package/lib/auto-complete/src/AutoComplete.js +3 -3
- package/lib/auto-complete/src/interface.d.ts +1 -1
- package/lib/auto-complete/src/utils.js +2 -3
- package/lib/auto-complete/styles/light.d.ts +10 -2
- package/lib/auto-complete/styles/light.js +1 -2
- package/lib/avatar/src/Avatar.d.ts +2 -2
- package/lib/avatar/src/Avatar.js +6 -6
- package/lib/avatar/styles/light.d.ts +1 -1
- package/lib/avatar/styles/light.js +5 -6
- package/lib/avatar-group/src/AvatarGroup.d.ts +5 -109
- package/lib/avatar-group/src/AvatarGroup.js +6 -6
- package/lib/avatar-group/styles/light.d.ts +1 -1
- package/lib/avatar-group/styles/light.js +4 -5
- package/lib/back-top/src/BackTop.d.ts +3 -3
- package/lib/back-top/src/BackTop.js +7 -7
- package/lib/back-top/src/BackTopIcon.d.ts +0 -1
- package/lib/back-top/styles/dark.js +1 -1
- package/lib/back-top/styles/light.d.ts +1 -1
- package/lib/back-top/styles/light.js +3 -3
- package/lib/badge/src/Badge.d.ts +6 -6
- package/lib/badge/src/Badge.js +6 -6
- package/lib/badge/src/styles/index.cssr.js +1 -1
- package/lib/badge/styles/light.d.ts +1 -1
- package/lib/badge/styles/light.js +2 -2
- package/lib/breadcrumb/src/Breadcrumb.js +1 -1
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +0 -1
- package/lib/breadcrumb/styles/light.d.ts +1 -1
- package/lib/breadcrumb/styles/light.js +5 -6
- package/lib/button/src/Button.d.ts +6 -6
- package/lib/button/src/Button.js +30 -30
- package/lib/button/styles/light.d.ts +1 -1
- package/lib/button/styles/light.js +5 -6
- package/lib/button/styles/rtl.d.ts +1 -1
- package/lib/button-group/src/styles/index.cssr.d.ts +1 -1
- package/lib/button-group/src/styles/index.cssr.js +2 -2
- package/lib/button-group/src/styles/rtl.cssr.js +1 -1
- package/lib/button-group/styles/rtl.d.ts +1 -1
- package/lib/calendar/src/Calendar.d.ts +4 -108
- package/lib/calendar/src/Calendar.js +5 -5
- package/lib/calendar/styles/dark.js +1 -1
- package/lib/calendar/styles/light.d.ts +1 -1
- package/lib/calendar/styles/light.js +5 -6
- package/lib/card/src/Card.d.ts +18 -122
- package/lib/card/src/Card.js +1 -1
- package/lib/card/styles/light.d.ts +2 -2
- package/lib/card/styles/light.js +4 -5
- package/lib/card/styles/rtl.d.ts +1 -1
- package/lib/carousel/src/Carousel.d.ts +18 -20
- package/lib/carousel/src/Carousel.js +57 -48
- package/lib/carousel/src/CarouselArrow.js +4 -4
- package/lib/carousel/src/CarouselContext.d.ts +2 -2
- package/lib/carousel/src/CarouselContext.js +6 -7
- package/lib/carousel/src/CarouselDots.d.ts +3 -3
- package/lib/carousel/src/CarouselDots.js +1 -1
- package/lib/carousel/src/CarouselItem.d.ts +1 -1
- package/lib/carousel/src/CarouselItem.js +5 -3
- package/lib/carousel/src/utils/duplicatedLogic.js +6 -7
- package/lib/carousel/src/utils/event.js +1 -2
- package/lib/carousel/src/utils/index.js +11 -12
- package/lib/carousel/styles/light.d.ts +1 -2
- package/lib/carousel/styles/light.js +4 -5
- package/lib/cascader/src/Cascader.d.ts +181 -169
- package/lib/cascader/src/Cascader.js +17 -15
- package/lib/cascader/src/CascaderMenu.d.ts +24 -112
- package/lib/cascader/src/CascaderMenu.js +2 -4
- package/lib/cascader/src/CascaderOption.d.ts +25 -117
- package/lib/cascader/src/CascaderOption.js +7 -9
- package/lib/cascader/src/CascaderSelectMenu.d.ts +25 -113
- package/lib/cascader/src/CascaderSelectMenu.js +7 -6
- package/lib/cascader/src/CascaderSubmenu.d.ts +24 -112
- package/lib/cascader/src/CascaderSubmenu.js +4 -6
- package/lib/cascader/src/interface.d.ts +1 -1
- package/lib/cascader/src/utils.d.ts +1 -1
- package/lib/cascader/src/utils.js +4 -5
- package/lib/cascader/styles/dark.js +1 -1
- package/lib/cascader/styles/light.d.ts +17 -5
- package/lib/cascader/styles/light.js +4 -5
- package/lib/checkbox/src/CheckMark.d.ts +0 -1
- package/lib/checkbox/src/Checkbox.d.ts +9 -113
- package/lib/checkbox/src/Checkbox.js +23 -23
- package/lib/checkbox/src/CheckboxGroup.d.ts +16 -16
- package/lib/checkbox/src/CheckboxGroup.js +1 -1
- package/lib/checkbox/src/LineMark.d.ts +0 -1
- package/lib/checkbox/styles/light.d.ts +1 -1
- package/lib/checkbox/styles/light.js +4 -5
- package/lib/code/src/styles/index.cssr.js +0 -1
- package/lib/code/styles/light.d.ts +2 -2
- package/lib/code/styles/light.js +2 -2
- package/lib/collapse/src/Collapse.d.ts +15 -119
- package/lib/collapse/src/Collapse.js +2 -2
- package/lib/collapse/src/CollapseItem.d.ts +3 -3
- package/lib/collapse/src/CollapseItem.js +2 -2
- package/lib/collapse/src/CollapseItemContent.d.ts +2 -2
- package/lib/collapse/styles/light.d.ts +1 -1
- package/lib/collapse/styles/light.js +4 -5
- package/lib/collapse-transition/src/CollapseTransition.js +3 -3
- package/lib/collapse-transition/styles/light.d.ts +1 -1
- package/lib/collapse-transition/styles/light.js +4 -5
- package/lib/color-picker/src/ColorInput.d.ts +3 -3
- package/lib/color-picker/src/ColorInput.js +3 -3
- package/lib/color-picker/src/ColorInputUnit.d.ts +3 -107
- package/lib/color-picker/src/ColorInputUnit.js +4 -5
- package/lib/color-picker/src/ColorPicker.d.ts +13 -10
- package/lib/color-picker/src/ColorPicker.js +6 -9
- package/lib/color-picker/src/ColorPickerSwatches.js +2 -2
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +0 -1
- package/lib/color-picker/src/ColorPickerTrigger.js +0 -1
- package/lib/color-picker/src/interface.d.ts +1 -0
- package/lib/color-picker/src/utils.js +7 -8
- package/lib/color-picker/styles/light.d.ts +1 -1
- package/lib/color-picker/styles/light.js +4 -5
- package/lib/components.d.ts +1 -0
- package/lib/components.js +1 -0
- package/lib/composables/use-theme-vars.js +1 -2
- package/lib/config-provider/src/ConfigProvider.d.ts +17 -389
- package/lib/config-provider/src/ConfigProvider.js +5 -2
- package/lib/config-provider/src/internal-interface.d.ts +4 -3
- package/lib/countdown/src/Countdown.d.ts +4 -4
- package/lib/countdown/src/Countdown.js +2 -2
- package/lib/create.d.ts +1 -1
- package/lib/data-table/src/DataTable.d.ts +301 -173
- package/lib/data-table/src/DataTable.js +22 -11
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +54 -115
- package/lib/data-table/src/HeaderButton/FilterButton.js +8 -9
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +53 -115
- package/lib/data-table/src/HeaderButton/FilterMenu.js +8 -10
- package/lib/data-table/src/HeaderButton/ResizeButton.js +0 -1
- package/lib/data-table/src/HeaderButton/SortButton.js +8 -9
- package/lib/data-table/src/MainTable.d.ts +1 -0
- package/lib/data-table/src/MainTable.js +8 -6
- package/lib/data-table/src/TableParts/Body.d.ts +61 -120
- package/lib/data-table/src/TableParts/Body.js +158 -69
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +0 -1
- package/lib/data-table/src/TableParts/BodyCheckbox.js +1 -3
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +0 -1
- package/lib/data-table/src/TableParts/BodyRadio.js +1 -3
- package/lib/data-table/src/TableParts/Cell.d.ts +5 -2515
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +9 -1
- package/lib/data-table/src/TableParts/ExpandTrigger.js +6 -1
- package/lib/data-table/src/TableParts/Header.d.ts +61 -118
- package/lib/data-table/src/TableParts/Header.js +148 -61
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +0 -1
- package/lib/data-table/src/TableParts/SelectionMenu.js +1 -3
- package/lib/data-table/src/interface.d.ts +132 -30
- package/lib/data-table/src/interface.js +2 -2
- package/lib/data-table/src/styles/index.cssr.js +17 -1
- package/lib/data-table/src/use-check.d.ts +2 -2
- package/lib/data-table/src/use-check.js +9 -12
- package/lib/data-table/src/use-expand.d.ts +1 -1
- package/lib/data-table/src/use-expand.js +1 -3
- package/lib/data-table/src/use-group-header.d.ts +7 -1
- package/lib/data-table/src/use-group-header.js +10 -6
- package/lib/data-table/src/use-resizable.js +1 -3
- package/lib/data-table/src/use-scroll.d.ts +1 -1
- package/lib/data-table/src/use-scroll.js +12 -14
- package/lib/data-table/src/use-sorter.d.ts +1 -1
- package/lib/data-table/src/use-sorter.js +19 -23
- package/lib/data-table/src/use-table-data.d.ts +1 -1
- package/lib/data-table/src/use-table-data.js +21 -23
- package/lib/data-table/src/utils.d.ts +1 -1
- package/lib/data-table/src/utils.js +25 -24
- package/lib/data-table/styles/light.d.ts +39 -7
- package/lib/data-table/styles/light.js +8 -9
- package/lib/date-picker/index.d.ts +3 -3
- package/lib/date-picker/index.js +2 -1
- package/lib/date-picker/src/DatePicker.d.ts +157 -2212
- package/lib/date-picker/src/DatePicker.js +16 -32
- package/lib/date-picker/src/config.d.ts +0 -1
- package/lib/date-picker/src/config.js +1 -2
- package/lib/date-picker/src/interface.d.ts +8 -7
- package/lib/date-picker/src/panel/date.d.ts +25 -150
- package/lib/date-picker/src/panel/date.js +19 -5
- package/lib/date-picker/src/panel/daterange.d.ts +26 -121
- package/lib/date-picker/src/panel/daterange.js +23 -8
- package/lib/date-picker/src/panel/datetime.d.ts +24 -119
- package/lib/date-picker/src/panel/datetime.js +30 -8
- package/lib/date-picker/src/panel/datetimerange.d.ts +25 -120
- package/lib/date-picker/src/panel/datetimerange.js +25 -10
- package/lib/date-picker/src/panel/month.d.ts +27 -122
- package/lib/date-picker/src/panel/month.js +43 -17
- package/lib/date-picker/src/panel/monthrange.d.ts +29 -124
- package/lib/date-picker/src/panel/monthrange.js +30 -15
- package/lib/date-picker/src/panel/panelHeader.d.ts +51 -246
- package/lib/date-picker/src/panel/panelHeader.js +4 -4
- package/lib/date-picker/src/panel/use-calendar.d.ts +20 -117
- package/lib/date-picker/src/panel/use-calendar.js +17 -20
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +24 -121
- package/lib/date-picker/src/panel/use-dual-calendar.js +11 -14
- package/lib/date-picker/src/panel/use-panel-common.d.ts +19 -116
- package/lib/date-picker/src/panel/use-panel-common.js +7 -9
- package/lib/date-picker/src/props.d.ts +2008 -0
- package/lib/date-picker/src/props.js +26 -0
- package/lib/date-picker/src/public-types.d.ts +23 -0
- package/lib/date-picker/src/public-types.js +2 -0
- package/lib/date-picker/src/utils.d.ts +2 -1
- package/lib/date-picker/src/utils.js +28 -32
- package/lib/date-picker/src/validation-utils.js +27 -29
- package/lib/date-picker/styles/light.d.ts +9 -5
- package/lib/date-picker/styles/light.js +5 -6
- package/lib/descriptions/src/Descriptions.d.ts +1 -1
- package/lib/descriptions/src/Descriptions.js +3 -3
- package/lib/descriptions/src/DescriptionsItem.d.ts +1 -1
- package/lib/descriptions/src/utils.js +2 -2
- package/lib/descriptions/styles/light.d.ts +1 -1
- package/lib/descriptions/styles/light.js +5 -6
- package/lib/dialog/src/Dialog.d.ts +9 -113
- package/lib/dialog/src/Dialog.js +7 -7
- package/lib/dialog/src/DialogEnvironment.d.ts +19 -19
- package/lib/dialog/src/DialogEnvironment.js +3 -1
- package/lib/dialog/src/DialogProvider.d.ts +7 -7
- package/lib/dialog/src/DialogProvider.js +3 -4
- package/lib/dialog/src/composables.js +3 -4
- package/lib/dialog/src/dialogProps.d.ts +4 -4
- package/lib/dialog/styles/light.d.ts +1 -1
- package/lib/dialog/styles/light.js +5 -6
- package/lib/discrete/src/discrete.js +2 -3
- package/lib/discrete/src/discreteApp.js +7 -8
- package/lib/discrete/src/interface.d.ts +2 -2
- package/lib/divider/src/Divider.d.ts +3 -3
- package/lib/divider/styles/light.d.ts +1 -1
- package/lib/divider/styles/light.js +4 -5
- package/lib/drawer/src/Drawer.d.ts +45 -129
- package/lib/drawer/src/Drawer.js +5 -3
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +8 -110
- package/lib/drawer/src/DrawerBodyWrapper.js +15 -16
- package/lib/drawer/src/DrawerContent.d.ts +5 -107
- package/lib/drawer/src/DrawerContent.js +2 -2
- package/lib/drawer/src/styles/index.cssr.js +3 -1
- package/lib/drawer/styles/light.d.ts +5 -3
- package/lib/drawer/styles/light.js +4 -5
- package/lib/dropdown/src/Dropdown.d.ts +23 -127
- package/lib/dropdown/src/Dropdown.js +7 -7
- package/lib/dropdown/src/DropdownGroup.d.ts +3 -2
- package/lib/dropdown/src/DropdownGroup.js +0 -1
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +1 -1
- package/lib/dropdown/src/DropdownGroupHeader.js +4 -8
- package/lib/dropdown/src/DropdownMenu.d.ts +5 -4
- package/lib/dropdown/src/DropdownMenu.js +3 -6
- package/lib/dropdown/src/DropdownOption.d.ts +7 -6
- package/lib/dropdown/src/DropdownOption.js +12 -16
- package/lib/dropdown/src/DropdownRenderOption.d.ts +3 -2
- package/lib/dropdown/src/interface.d.ts +1 -1
- package/lib/dropdown/src/utils.js +6 -7
- package/lib/dropdown/styles/dark.js +1 -1
- package/lib/dropdown/styles/light.d.ts +1 -1
- package/lib/dropdown/styles/light.js +5 -6
- package/lib/dynamic-input/src/DynamicInput.d.ts +4 -108
- package/lib/dynamic-input/src/DynamicInput.js +9 -9
- package/lib/dynamic-input/src/InputPreset.d.ts +1 -105
- package/lib/dynamic-input/src/InputPreset.js +1 -3
- package/lib/dynamic-input/src/PairPreset.d.ts +1 -105
- package/lib/dynamic-input/src/PairPreset.js +0 -1
- package/lib/dynamic-input/styles/light.d.ts +1 -1
- package/lib/dynamic-input/styles/light.js +3 -3
- package/lib/dynamic-tags/src/DynamicTags.d.ts +13 -117
- package/lib/dynamic-tags/src/DynamicTags.js +2 -2
- package/lib/element/styles/dark.d.ts +1 -1
- package/lib/ellipsis/src/Ellipsis.d.ts +4 -109
- package/lib/ellipsis/src/Ellipsis.js +8 -7
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +3 -4
- package/lib/ellipsis/styles/dark.d.ts +1 -1
- package/lib/empty/src/Empty.d.ts +22 -4
- package/lib/empty/src/Empty.js +4 -6
- package/lib/empty/styles/_common.d.ts +1 -0
- package/lib/empty/styles/_common.js +1 -0
- package/lib/empty/styles/light.d.ts +3 -1
- package/lib/empty/styles/light.js +8 -8
- package/lib/equation/src/Equation.d.ts +4 -3
- package/lib/flex/src/Flex.d.ts +10 -9
- package/lib/flex/src/type.d.ts +1 -1
- package/lib/flex/styles/light.d.ts +1 -1
- package/lib/flex/styles/light.js +2 -2
- package/lib/flex/styles/rtl.d.ts +1 -1
- package/lib/float-button/src/FloatButton.d.ts +12 -11
- package/lib/float-button/src/FloatButton.js +19 -6
- package/lib/float-button/styles/light.d.ts +2 -2
- package/lib/float-button/styles/light.js +2 -2
- package/lib/float-button-group/src/FloatButtonGroup.d.ts +6 -6
- package/lib/float-button-group/src/FloatButtonGroup.js +1 -1
- package/lib/float-button-group/styles/light.d.ts +3 -3
- package/lib/float-button-group/styles/light.js +2 -2
- package/lib/form/src/Form.d.ts +5 -5
- package/lib/form/src/Form.js +4 -5
- package/lib/form/src/FormItem.d.ts +9 -9
- package/lib/form/src/FormItem.js +84 -85
- package/lib/form/src/FormItemCol.d.ts +6 -6
- package/lib/form/src/FormItemGridItem.d.ts +6 -6
- package/lib/form/src/FormItemRow.d.ts +6 -6
- package/lib/form/src/interface.d.ts +1 -1
- package/lib/form/src/utils.d.ts +1 -1
- package/lib/form/src/utils.js +7 -10
- package/lib/form/styles/light.d.ts +1 -1
- package/lib/form/styles/light.js +4 -5
- package/lib/gradient-text/src/GradientText.d.ts +3 -3
- package/lib/gradient-text/styles/light.d.ts +1 -1
- package/lib/gradient-text/styles/light.js +2 -2
- package/lib/grid/src/Grid.d.ts +15 -15
- package/lib/grid/src/Grid.js +6 -6
- package/lib/grid/src/GridItem.js +2 -6
- package/lib/highlight/index.d.ts +2 -0
- package/lib/highlight/index.js +9 -0
- package/lib/highlight/src/Highlight.d.ts +65 -0
- package/lib/highlight/src/Highlight.js +67 -0
- package/lib/highlight/src/public-types.d.ts +3 -0
- package/lib/highlight/src/public-types.js +2 -0
- package/lib/highlight/src/utils.d.ts +4 -0
- package/lib/highlight/src/utils.js +33 -0
- package/lib/icon/src/Icon.d.ts +3 -3
- package/lib/icon/src/Icon.js +2 -2
- package/lib/icon/styles/light.d.ts +1 -1
- package/lib/icon/styles/light.js +4 -5
- package/lib/icon-wrapper/src/IconWrapper.d.ts +0 -1
- package/lib/icon-wrapper/styles/light.d.ts +1 -1
- package/lib/icon-wrapper/styles/light.js +4 -5
- package/lib/image/src/Image.d.ts +8 -8
- package/lib/image/src/Image.js +2 -2
- package/lib/image/src/ImageGroup.d.ts +1 -1
- package/lib/image/src/ImageGroup.js +8 -3
- package/lib/image/src/ImagePreview.d.ts +3 -3
- package/lib/image/src/ImagePreview.js +9 -15
- package/lib/image/src/icons.d.ts +0 -1
- package/lib/image/src/utils.d.ts +2 -2
- package/lib/image/src/utils.js +9 -11
- package/lib/infinite-scroll/src/InfiniteScroll.d.ts +3 -3
- package/lib/infinite-scroll/src/InfiniteScroll.js +7 -6
- package/lib/input/src/Input.d.ts +34 -138
- package/lib/input/src/Input.js +60 -55
- package/lib/input/src/WordCount.d.ts +0 -1
- package/lib/input/src/WordCount.js +1 -3
- package/lib/input/src/utils.js +3 -5
- package/lib/input/styles/dark.js +1 -1
- package/lib/input/styles/light.d.ts +1 -1
- package/lib/input/styles/light.js +3 -3
- package/lib/input-number/src/InputNumber.d.ts +24 -115
- package/lib/input-number/src/InputNumber.js +40 -37
- package/lib/input-number/src/utils.js +13 -13
- package/lib/input-number/styles/light.d.ts +1 -1
- package/lib/input-number/styles/light.js +2 -2
- package/lib/layout/src/Layout.d.ts +59 -239
- package/lib/layout/src/Layout.js +2 -6
- package/lib/layout/src/LayoutContent.d.ts +29 -119
- package/lib/layout/src/LayoutFooter.d.ts +36 -18
- package/lib/layout/src/LayoutFooter.js +2 -2
- package/lib/layout/src/LayoutHeader.d.ts +24 -12
- package/lib/layout/src/LayoutHeader.js +2 -2
- package/lib/layout/src/LayoutSider.d.ts +37 -127
- package/lib/layout/src/LayoutSider.js +7 -10
- package/lib/layout/src/interface.d.ts +1 -1
- package/lib/layout/styles/dark.js +1 -1
- package/lib/layout/styles/light.d.ts +5 -3
- package/lib/layout/styles/light.js +4 -5
- package/lib/legacy-transfer/src/Transfer.d.ts +63 -127
- package/lib/legacy-transfer/src/Transfer.js +6 -6
- package/lib/legacy-transfer/src/TransferFilter.d.ts +7 -107
- package/lib/legacy-transfer/src/TransferFilter.js +0 -1
- package/lib/legacy-transfer/src/TransferHeader.d.ts +0 -1
- package/lib/legacy-transfer/src/TransferHeader.js +1 -3
- package/lib/legacy-transfer/src/TransferList.d.ts +8 -108
- package/lib/legacy-transfer/src/TransferList.js +1 -2
- package/lib/legacy-transfer/src/TransferListItem.d.ts +7 -107
- package/lib/legacy-transfer/src/TransferListItem.js +2 -4
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +1 -1
- package/lib/legacy-transfer/src/use-transfer-data.js +12 -14
- package/lib/legacy-transfer/styles/dark.js +1 -1
- package/lib/legacy-transfer/styles/light.d.ts +7 -3
- package/lib/legacy-transfer/styles/light.js +3 -3
- package/lib/list/styles/light.d.ts +2 -2
- package/lib/list/styles/light.js +4 -5
- package/lib/loading-bar/src/LoadingBar.d.ts +2 -2
- package/lib/loading-bar/src/LoadingBar.js +2 -6
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +10 -10
- package/lib/loading-bar/src/use-loading-bar.js +2 -3
- package/lib/loading-bar/styles/light.d.ts +1 -1
- package/lib/loading-bar/styles/light.js +2 -2
- package/lib/locales/common/arDZ.js +1 -1
- package/lib/locales/common/azAZ.d.ts +3 -0
- package/lib/locales/common/azAZ.js +126 -0
- package/lib/locales/common/csCZ.js +1 -1
- package/lib/locales/common/deDE.js +1 -1
- package/lib/locales/common/enGB.js +1 -1
- package/lib/locales/common/enUS.d.ts +1 -1
- package/lib/locales/common/enUS.js +1 -1
- package/lib/locales/common/eo.js +1 -1
- package/lib/locales/common/esAR.js +1 -1
- package/lib/locales/common/etEE.js +1 -1
- package/lib/locales/common/faIR.js +1 -1
- package/lib/locales/common/frFR.js +6 -6
- package/lib/locales/common/idID.js +1 -1
- package/lib/locales/common/itIT.js +3 -3
- package/lib/locales/common/jaJP.js +1 -1
- package/lib/locales/common/koKR.js +1 -1
- package/lib/locales/common/nbNO.js +1 -1
- package/lib/locales/common/nlNL.js +1 -1
- package/lib/locales/common/plPL.js +1 -1
- package/lib/locales/common/ptBR.js +1 -1
- package/lib/locales/common/ruRU.js +1 -1
- package/lib/locales/common/skSK.js +1 -1
- package/lib/locales/common/svSE.js +1 -1
- package/lib/locales/common/thTH.js +1 -1
- package/lib/locales/common/trTR.js +1 -1
- package/lib/locales/common/ukUA.js +1 -1
- package/lib/locales/common/uzUZ.d.ts +3 -0
- package/lib/locales/common/uzUZ.js +126 -0
- package/lib/locales/common/viVN.js +1 -1
- package/lib/locales/common/zhCN.js +1 -1
- package/lib/locales/common/zhTW.js +1 -1
- package/lib/locales/date/arDZ.js +2 -5
- package/lib/locales/date/azAZ.d.ts +3 -0
- package/lib/locales/date/azAZ.js +8 -0
- package/lib/locales/date/csCZ.d.ts +1 -1
- package/lib/locales/date/csCZ.js +2 -5
- package/lib/locales/date/deDE.js +2 -5
- package/lib/locales/date/enGB.d.ts +1 -1
- package/lib/locales/date/enGB.js +2 -5
- package/lib/locales/date/enUS.js +2 -5
- package/lib/locales/date/eo.js +2 -5
- package/lib/locales/date/esAR.d.ts +1 -1
- package/lib/locales/date/esAR.js +2 -5
- package/lib/locales/date/etEE.d.ts +1 -1
- package/lib/locales/date/etEE.js +2 -5
- package/lib/locales/date/faIR.d.ts +1 -1
- package/lib/locales/date/faIR.js +2 -5
- package/lib/locales/date/frFR.d.ts +1 -1
- package/lib/locales/date/frFR.js +2 -5
- package/lib/locales/date/idID.d.ts +1 -1
- package/lib/locales/date/idID.js +2 -5
- package/lib/locales/date/itIT.d.ts +1 -1
- package/lib/locales/date/itIT.js +2 -5
- package/lib/locales/date/jaJP.d.ts +1 -1
- package/lib/locales/date/jaJP.js +2 -5
- package/lib/locales/date/koKR.d.ts +1 -1
- package/lib/locales/date/koKR.js +2 -5
- package/lib/locales/date/nbNO.d.ts +1 -1
- package/lib/locales/date/nbNO.js +2 -5
- package/lib/locales/date/nlNL.d.ts +1 -1
- package/lib/locales/date/nlNL.js +2 -5
- package/lib/locales/date/plPL.d.ts +1 -1
- package/lib/locales/date/plPL.js +2 -5
- package/lib/locales/date/ptBR.d.ts +1 -1
- package/lib/locales/date/ptBR.js +2 -5
- package/lib/locales/date/ruRU.d.ts +1 -1
- package/lib/locales/date/ruRU.js +2 -5
- package/lib/locales/date/skSK.d.ts +1 -1
- package/lib/locales/date/skSK.js +2 -5
- package/lib/locales/date/svSE.d.ts +1 -1
- package/lib/locales/date/svSE.js +2 -5
- package/lib/locales/date/thTH.d.ts +1 -1
- package/lib/locales/date/thTH.js +3 -6
- package/lib/locales/date/trTR.d.ts +1 -1
- package/lib/locales/date/trTR.js +3 -6
- package/lib/locales/date/ukUA.d.ts +1 -1
- package/lib/locales/date/ukUA.js +2 -5
- package/lib/locales/date/uzUZ.d.ts +3 -0
- package/lib/locales/date/uzUZ.js +8 -0
- package/lib/locales/date/viVN.d.ts +1 -1
- package/lib/locales/date/viVN.js +2 -5
- package/lib/locales/date/zhCN.d.ts +1 -1
- package/lib/locales/date/zhCN.js +2 -5
- package/lib/locales/date/zhTW.d.ts +1 -1
- package/lib/locales/date/zhTW.js +2 -5
- package/lib/locales/index.d.ts +4 -0
- package/lib/locales/index.js +10 -2
- package/lib/locales/utils/index.d.ts +1 -1
- package/lib/locales/utils/index.js +1 -2
- package/lib/log/src/Log.d.ts +45 -129
- package/lib/log/src/Log.js +2 -2
- package/lib/log/src/LogLine.js +1 -3
- package/lib/log/styles/light.d.ts +5 -3
- package/lib/log/styles/light.js +2 -2
- package/lib/mention/src/Mention.d.ts +121 -140
- package/lib/mention/src/Mention.js +23 -22
- package/lib/mention/src/utils.js +24 -25
- package/lib/mention/styles/light.d.ts +11 -3
- package/lib/mention/styles/light.js +2 -2
- package/lib/menu/src/Menu.d.ts +13 -117
- package/lib/menu/src/Menu.js +90 -85
- package/lib/menu/src/MenuDivider.d.ts +0 -1
- package/lib/menu/src/MenuDivider.js +0 -1
- package/lib/menu/src/MenuOption.d.ts +1 -105
- package/lib/menu/src/MenuOption.js +4 -4
- package/lib/menu/src/MenuOptionContent.js +0 -1
- package/lib/menu/src/MenuOptionGroup.d.ts +0 -1
- package/lib/menu/src/MenuOptionGroup.js +4 -6
- package/lib/menu/src/Submenu.d.ts +1 -105
- package/lib/menu/src/Submenu.js +3 -4
- package/lib/menu/src/interface.d.ts +2 -2
- package/lib/menu/src/use-menu-child.js +7 -9
- package/lib/menu/src/useCheckDeprecated.js +1 -2
- package/lib/menu/src/utils.d.ts +1 -1
- package/lib/menu/src/utils.js +3 -6
- package/lib/menu/styles/light.d.ts +1 -1
- package/lib/menu/styles/light.js +5 -6
- package/lib/message/src/Message.d.ts +2 -2
- package/lib/message/src/Message.js +4 -5
- package/lib/message/src/MessageEnvironment.d.ts +3 -3
- package/lib/message/src/MessageProvider.d.ts +4 -4
- package/lib/message/src/MessageProvider.js +1 -2
- package/lib/message/src/use-message.js +1 -2
- package/lib/message/styles/light.d.ts +1 -1
- package/lib/message/styles/light.js +5 -6
- package/lib/modal/src/BodyWrapper.d.ts +26 -128
- package/lib/modal/src/BodyWrapper.js +2 -3
- package/lib/modal/src/Modal.d.ts +78 -60
- package/lib/modal/src/Modal.js +3 -1
- package/lib/modal/src/ModalEnvironment.d.ts +53 -41
- package/lib/modal/src/ModalEnvironment.js +3 -1
- package/lib/modal/src/ModalProvider.d.ts +5 -14924
- package/lib/modal/src/ModalProvider.js +2 -3
- package/lib/modal/src/composables.js +3 -4
- package/lib/modal/src/interface.d.ts +1 -1
- package/lib/modal/src/presetProps.d.ts +9 -9
- package/lib/modal/styles/light.d.ts +5 -3
- package/lib/modal/styles/light.js +4 -5
- package/lib/notification/src/Notification.d.ts +3 -3
- package/lib/notification/src/Notification.js +1 -3
- package/lib/notification/src/NotificationContainer.d.ts +5 -107
- package/lib/notification/src/NotificationContainer.js +0 -1
- package/lib/notification/src/NotificationEnvironment.d.ts +4 -7
- package/lib/notification/src/NotificationEnvironment.js +1 -3
- package/lib/notification/src/NotificationProvider.d.ts +42 -24
- package/lib/notification/src/NotificationProvider.js +3 -3
- package/lib/notification/src/styles/index.cssr.d.ts +1 -1
- package/lib/notification/src/use-notification.js +2 -3
- package/lib/notification/styles/light.d.ts +5 -3
- package/lib/notification/styles/light.js +4 -5
- package/lib/notification/styles/rtl.d.ts +1 -1
- package/lib/number-animation/src/NumberAnimation.js +2 -2
- package/lib/number-animation/src/utils.js +3 -4
- package/lib/page-header/src/PageHeader.js +1 -2
- package/lib/page-header/styles/light.js +2 -2
- package/lib/pagination/src/Pagination.d.ts +241 -169
- package/lib/pagination/src/Pagination.js +42 -42
- package/lib/pagination/src/utils.d.ts +1 -1
- package/lib/pagination/src/utils.js +6 -7
- package/lib/pagination/styles/light.d.ts +21 -5
- package/lib/pagination/styles/light.js +5 -6
- package/lib/popconfirm/src/Popconfirm.d.ts +21 -125
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +1 -1
- package/lib/popconfirm/src/PopconfirmPanel.js +2 -4
- package/lib/popconfirm/src/interface.d.ts +1 -1
- package/lib/popconfirm/styles/light.d.ts +1 -1
- package/lib/popconfirm/styles/light.js +4 -5
- package/lib/popover/src/Popover.d.ts +23 -23
- package/lib/popover/src/Popover.js +6 -5
- package/lib/popover/src/PopoverBody.d.ts +17 -17
- package/lib/popover/src/PopoverBody.js +36 -37
- package/lib/popover/src/interface.d.ts +1 -1
- package/lib/popover/src/styles/index.cssr.d.ts +1 -1
- package/lib/popover/styles/light.d.ts +1 -1
- package/lib/popover/styles/light.js +4 -5
- package/lib/popselect/src/Popselect.d.ts +126 -146
- package/lib/popselect/src/Popselect.js +1 -1
- package/lib/popselect/src/PopselectPanel.d.ts +19 -111
- package/lib/popselect/src/PopselectPanel.js +3 -5
- package/lib/popselect/src/interface.d.ts +1 -1
- package/lib/popselect/styles/light.d.ts +11 -3
- package/lib/popselect/styles/light.js +1 -2
- package/lib/preset.d.ts +1 -1
- package/lib/preset.js +1 -1
- package/lib/progress/src/Circle.d.ts +2 -3
- package/lib/progress/src/Circle.js +2 -2
- package/lib/progress/src/Line.d.ts +2 -3
- package/lib/progress/src/Line.js +2 -2
- package/lib/progress/src/MultipleCircle.d.ts +3 -4
- package/lib/progress/src/MultipleCircle.js +13 -13
- package/lib/progress/src/Progress.d.ts +9 -9
- package/lib/progress/styles/dark.js +2 -2
- package/lib/progress/styles/light.d.ts +1 -1
- package/lib/progress/styles/light.js +4 -5
- package/lib/qr-code/src/QrCode.js +3 -3
- package/lib/qr-code/src/qrcodegen.js +370 -68
- package/lib/qr-code/styles/dark.d.ts +1 -1
- package/lib/qr-code/styles/light.d.ts +2 -2
- package/lib/qr-code/styles/light.js +2 -2
- package/lib/radio/src/Radio.d.ts +6 -6
- package/lib/radio/src/RadioButton.d.ts +6 -6
- package/lib/radio/src/RadioGroup.d.ts +1 -1
- package/lib/radio/src/RadioGroup.js +1 -1
- package/lib/radio/src/use-radio.d.ts +4 -4
- package/lib/radio/src/use-radio.js +3 -3
- package/lib/radio/styles/dark.js +1 -1
- package/lib/radio/styles/light.d.ts +2 -2
- package/lib/radio/styles/light.js +3 -3
- package/lib/rate/src/Rate.js +2 -2
- package/lib/rate/src/StarIcon.d.ts +0 -1
- package/lib/rate/styles/dark.d.ts +1 -1
- package/lib/rate/styles/light.d.ts +2 -2
- package/lib/rate/styles/light.js +2 -2
- package/lib/result/src/403.d.ts +0 -1
- package/lib/result/src/404.d.ts +0 -1
- package/lib/result/src/418.d.ts +0 -1
- package/lib/result/src/500.d.ts +0 -1
- package/lib/result/src/Result.d.ts +3 -3
- package/lib/result/styles/light.d.ts +1 -1
- package/lib/result/styles/light.js +5 -6
- package/lib/scrollbar/src/Scrollbar.d.ts +62 -18
- package/lib/scrollbar/src/Scrollbar.js +7 -3
- package/lib/select/src/Select.d.ts +133 -144
- package/lib/select/src/Select.js +60 -56
- package/lib/select/src/interface.d.ts +2 -2
- package/lib/select/src/utils.d.ts +1 -1
- package/lib/select/src/utils.js +10 -12
- package/lib/select/styles/light.d.ts +10 -2
- package/lib/select/styles/light.js +1 -2
- package/lib/skeleton/src/Skeleton.js +3 -3
- package/lib/skeleton/styles/dark.d.ts +1 -1
- package/lib/skeleton/styles/light.d.ts +2 -2
- package/lib/skeleton/styles/light.js +2 -2
- package/lib/slider/src/Slider.d.ts +10 -9
- package/lib/slider/src/Slider.js +16 -16
- package/lib/slider/src/styles/index.cssr.js +1 -0
- package/lib/slider/src/utils.js +2 -3
- package/lib/slider/styles/dark.js +1 -1
- package/lib/slider/styles/light.d.ts +2 -2
- package/lib/slider/styles/light.js +3 -3
- package/lib/space/src/Space.d.ts +4 -4
- package/lib/space/src/Space.js +5 -5
- package/lib/space/src/utils.d.ts +1 -1
- package/lib/space/src/utils.js +3 -4
- package/lib/space/styles/light.d.ts +1 -1
- package/lib/space/styles/light.js +2 -2
- package/lib/space/styles/rtl.d.ts +1 -1
- package/lib/spin/src/Spin.d.ts +7 -7
- package/lib/spin/styles/light.d.ts +2 -2
- package/lib/spin/styles/light.js +4 -5
- package/lib/split/src/Split.d.ts +11 -11
- package/lib/split/src/Split.js +6 -6
- package/lib/split/styles/dark.d.ts +1 -1
- package/lib/split/styles/light.d.ts +2 -2
- package/lib/split/styles/light.js +4 -5
- package/lib/statistic/src/Statistic.js +4 -4
- package/lib/statistic/styles/light.d.ts +2 -2
- package/lib/statistic/styles/light.js +4 -5
- package/lib/statistic/styles/rtl.d.ts +1 -1
- package/lib/steps/src/Step.d.ts +3 -3
- package/lib/steps/src/Step.js +1 -1
- package/lib/steps/src/Steps.d.ts +4 -4
- package/lib/steps/styles/light.d.ts +1 -1
- package/lib/steps/styles/light.js +5 -6
- package/lib/steps/styles/rtl.d.ts +1 -1
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/switch/src/Switch.js +9 -9
- package/lib/switch/styles/dark.js +1 -1
- package/lib/switch/styles/light.d.ts +1 -1
- package/lib/switch/styles/light.js +3 -3
- package/lib/table/styles/light.d.ts +2 -2
- package/lib/table/styles/light.js +5 -6
- package/lib/table/styles/rtl.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +6 -18
- package/lib/tabs/src/Tab.js +2 -6
- package/lib/tabs/src/TabPane.d.ts +10 -22
- package/lib/tabs/src/Tabs.d.ts +32 -32
- package/lib/tabs/src/Tabs.js +54 -32
- package/lib/tabs/src/interface.d.ts +1 -1
- package/lib/tabs/src/styles/index.cssr.js +19 -7
- package/lib/tabs/styles/light.d.ts +2 -2
- package/lib/tabs/styles/light.js +5 -6
- package/lib/tag/src/Tag.d.ts +8 -8
- package/lib/tag/src/Tag.js +4 -4
- package/lib/tag/src/common-props.d.ts +3 -3
- package/lib/tag/styles/dark.js +1 -1
- package/lib/tag/styles/light.d.ts +1 -1
- package/lib/tag/styles/light.js +3 -3
- package/lib/theme-editor/src/ThemeEditor.js +18 -18
- package/lib/themes/interface.d.ts +1 -1
- package/lib/themes/utils.d.ts +1 -1
- package/lib/themes/utils.js +1 -2
- package/lib/thing/src/Thing.d.ts +0 -1
- package/lib/thing/src/Thing.js +14 -14
- package/lib/thing/styles/light.d.ts +1 -1
- package/lib/thing/styles/light.js +4 -5
- package/lib/thing/styles/rtl.d.ts +1 -1
- package/lib/time/src/Time.d.ts +1 -1
- package/lib/time/src/Time.js +3 -6
- package/lib/time-picker/src/Panel.d.ts +9 -111
- package/lib/time-picker/src/Panel.js +17 -19
- package/lib/time-picker/src/PanelCol.d.ts +5 -5
- package/lib/time-picker/src/TimePicker.d.ts +50 -134
- package/lib/time-picker/src/TimePicker.js +34 -33
- package/lib/time-picker/src/interface.d.ts +2 -2
- package/lib/time-picker/src/utils.js +19 -16
- package/lib/time-picker/styles/light.d.ts +5 -3
- package/lib/time-picker/styles/light.js +5 -6
- package/lib/timeline/src/Timeline.d.ts +1 -2
- package/lib/timeline/src/Timeline.js +2 -2
- package/lib/timeline/src/TimelineItem.d.ts +3 -3
- package/lib/timeline/src/TimelineItem.js +1 -1
- package/lib/timeline/styles/dark.js +1 -1
- package/lib/timeline/styles/light.d.ts +1 -1
- package/lib/timeline/styles/light.js +3 -3
- package/lib/tooltip/src/Tooltip.d.ts +16 -120
- package/lib/tooltip/src/Tooltip.js +0 -2
- package/lib/tooltip/styles/light.d.ts +1 -1
- package/lib/tooltip/styles/light.js +4 -4
- package/lib/transfer/src/Transfer.d.ts +69 -133
- package/lib/transfer/src/Transfer.js +4 -4
- package/lib/transfer/src/TransferFilter.d.ts +7 -107
- package/lib/transfer/src/TransferFilter.js +0 -1
- package/lib/transfer/src/TransferHeader.d.ts +3 -4
- package/lib/transfer/src/TransferHeader.js +3 -5
- package/lib/transfer/src/TransferList.d.ts +8 -108
- package/lib/transfer/src/TransferList.js +1 -2
- package/lib/transfer/src/TransferListItem.d.ts +7 -107
- package/lib/transfer/src/TransferListItem.js +1 -3
- package/lib/transfer/src/use-transfer-data.d.ts +1 -1
- package/lib/transfer/src/use-transfer-data.js +9 -11
- package/lib/transfer/styles/dark.js +1 -1
- package/lib/transfer/styles/light.d.ts +7 -3
- package/lib/transfer/styles/light.js +3 -3
- package/lib/tree/src/MotionWrapper.d.ts +3 -3
- package/lib/tree/src/MotionWrapper.js +1 -1
- package/lib/tree/src/Tree.d.ts +97 -161
- package/lib/tree/src/Tree.js +62 -60
- package/lib/tree/src/TreeNode.d.ts +1 -1
- package/lib/tree/src/TreeNode.js +12 -17
- package/lib/tree/src/TreeNodeCheckbox.d.ts +7 -107
- package/lib/tree/src/TreeNodeCheckbox.js +0 -1
- package/lib/tree/src/TreeNodeContent.d.ts +4 -4
- package/lib/tree/src/TreeNodeContent.js +1 -3
- package/lib/tree/src/TreeNodeSwitcher.d.ts +0 -1
- package/lib/tree/src/TreeNodeSwitcher.js +0 -1
- package/lib/tree/src/dnd.d.ts +1 -1
- package/lib/tree/src/dnd.js +4 -5
- package/lib/tree/src/interface.d.ts +2 -2
- package/lib/tree/src/keyboard.d.ts +2 -2
- package/lib/tree/src/keyboard.js +6 -7
- package/lib/tree/src/utils.d.ts +2 -2
- package/lib/tree/src/utils.js +9 -9
- package/lib/tree/styles/light.d.ts +7 -3
- package/lib/tree/styles/light.js +4 -5
- package/lib/tree-select/src/TreeSelect.d.ts +152 -159
- package/lib/tree-select/src/TreeSelect.js +38 -29
- package/lib/tree-select/src/interface.d.ts +3 -3
- package/lib/tree-select/src/styles/index.cssr.js +10 -0
- package/lib/tree-select/src/utils.d.ts +2 -2
- package/lib/tree-select/src/utils.js +3 -4
- package/lib/tree-select/styles/light.d.ts +15 -3
- package/lib/tree-select/styles/light.js +8 -6
- package/lib/typography/src/blockquote.js +1 -1
- package/lib/typography/src/create-header.d.ts +4 -4
- package/lib/typography/src/create-header.js +0 -1
- package/lib/typography/src/headers.d.ts +12 -12
- package/lib/typography/src/p.d.ts +3 -3
- package/lib/typography/src/text.d.ts +3 -3
- package/lib/typography/styles/light.d.ts +1 -1
- package/lib/typography/styles/light.js +5 -6
- package/lib/upload/src/Upload.d.ts +12 -113
- package/lib/upload/src/Upload.js +47 -46
- package/lib/upload/src/UploadDragger.d.ts +0 -1
- package/lib/upload/src/UploadDragger.js +2 -1
- package/lib/upload/src/UploadFile.d.ts +6 -109
- package/lib/upload/src/UploadFile.js +27 -17
- package/lib/upload/src/UploadFileList.d.ts +0 -1
- package/lib/upload/src/UploadFileList.js +7 -7
- package/lib/upload/src/UploadProgress.d.ts +3 -107
- package/lib/upload/src/UploadProgress.js +0 -1
- package/lib/upload/src/UploadTrigger.d.ts +0 -1
- package/lib/upload/src/UploadTrigger.js +8 -8
- package/lib/upload/src/icons.d.ts +0 -1
- package/lib/upload/src/interface.d.ts +9 -3
- package/lib/upload/src/public-types.d.ts +1 -1
- package/lib/upload/src/utils.d.ts +2 -2
- package/lib/upload/src/utils.js +34 -22
- package/lib/upload/styles/light.d.ts +1 -1
- package/lib/upload/styles/light.js +4 -5
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/src/VirtualList.d.ts +13 -13
- package/lib/virtual-list/src/VirtualList.js +1 -1
- package/lib/watermark/src/Watermark.d.ts +3 -4
- package/lib/watermark/src/Watermark.js +15 -15
- package/package.json +77 -90
- package/volar.d.ts +5 -5
- package/web-types.json +329 -60
|
@@ -0,0 +1,2008 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { FollowerPlacement } from 'vueuc';
|
|
3
|
+
import type { MaybeArray } from '../../_utils';
|
|
4
|
+
import type { FormValidationStatus } from '../../form/src/interface';
|
|
5
|
+
import type { TimePickerProps } from '../../time-picker';
|
|
6
|
+
import type { DefaultTime, FirstDayOfWeek, FormattedValue, IsDateDisabled, IsTimeDisabled, OnConfirm, OnUpdateFormattedValue, OnUpdateValue, Shortcuts, Value } from './interface';
|
|
7
|
+
import type { DatePickerType } from './config';
|
|
8
|
+
export declare const datePickerProps: {
|
|
9
|
+
readonly to: {
|
|
10
|
+
type: PropType<HTMLElement | string | boolean>;
|
|
11
|
+
default: undefined;
|
|
12
|
+
};
|
|
13
|
+
readonly bordered: {
|
|
14
|
+
readonly type: PropType<boolean | undefined>;
|
|
15
|
+
readonly default: undefined;
|
|
16
|
+
};
|
|
17
|
+
readonly clearable: BooleanConstructor;
|
|
18
|
+
readonly updateValueOnClose: BooleanConstructor;
|
|
19
|
+
readonly defaultValue: PropType<Value | null>;
|
|
20
|
+
readonly defaultFormattedValue: PropType<FormattedValue | null>;
|
|
21
|
+
readonly defaultTime: PropType<DefaultTime>;
|
|
22
|
+
readonly disabled: {
|
|
23
|
+
readonly type: PropType<boolean | undefined>;
|
|
24
|
+
readonly default: undefined;
|
|
25
|
+
};
|
|
26
|
+
readonly placement: {
|
|
27
|
+
readonly type: PropType<FollowerPlacement>;
|
|
28
|
+
readonly default: "bottom-start";
|
|
29
|
+
};
|
|
30
|
+
readonly value: PropType<Value | null>;
|
|
31
|
+
readonly formattedValue: PropType<FormattedValue | null>;
|
|
32
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
33
|
+
readonly type: {
|
|
34
|
+
readonly type: PropType<DatePickerType>;
|
|
35
|
+
readonly default: "date";
|
|
36
|
+
};
|
|
37
|
+
readonly valueFormat: StringConstructor;
|
|
38
|
+
readonly separator: StringConstructor;
|
|
39
|
+
readonly placeholder: StringConstructor;
|
|
40
|
+
readonly startPlaceholder: StringConstructor;
|
|
41
|
+
readonly endPlaceholder: StringConstructor;
|
|
42
|
+
readonly format: StringConstructor;
|
|
43
|
+
readonly dateFormat: StringConstructor;
|
|
44
|
+
readonly timerPickerFormat: StringConstructor;
|
|
45
|
+
readonly actions: PropType<Array<"clear" | "confirm" | "now"> | null>;
|
|
46
|
+
readonly shortcuts: PropType<Shortcuts>;
|
|
47
|
+
readonly isDateDisabled: PropType<IsDateDisabled>;
|
|
48
|
+
readonly isTimeDisabled: PropType<IsTimeDisabled>;
|
|
49
|
+
readonly show: {
|
|
50
|
+
readonly type: PropType<boolean | undefined>;
|
|
51
|
+
readonly default: undefined;
|
|
52
|
+
};
|
|
53
|
+
readonly panel: BooleanConstructor;
|
|
54
|
+
readonly ranges: PropType<Record<string, [number, number]>>;
|
|
55
|
+
readonly firstDayOfWeek: PropType<FirstDayOfWeek>;
|
|
56
|
+
readonly inputReadonly: BooleanConstructor;
|
|
57
|
+
readonly closeOnSelect: BooleanConstructor;
|
|
58
|
+
readonly status: PropType<FormValidationStatus>;
|
|
59
|
+
readonly timePickerProps: PropType<TimePickerProps | [TimePickerProps, TimePickerProps]>;
|
|
60
|
+
readonly onClear: PropType<() => void>;
|
|
61
|
+
readonly onConfirm: PropType<OnConfirm>;
|
|
62
|
+
readonly defaultCalendarStartTime: NumberConstructor;
|
|
63
|
+
readonly defaultCalendarEndTime: NumberConstructor;
|
|
64
|
+
readonly bindCalendarMonths: BooleanConstructor;
|
|
65
|
+
readonly monthFormat: {
|
|
66
|
+
readonly type: StringConstructor;
|
|
67
|
+
readonly default: "M";
|
|
68
|
+
};
|
|
69
|
+
readonly yearFormat: {
|
|
70
|
+
readonly type: StringConstructor;
|
|
71
|
+
readonly default: "y";
|
|
72
|
+
};
|
|
73
|
+
readonly quarterFormat: {
|
|
74
|
+
readonly type: StringConstructor;
|
|
75
|
+
readonly default: "'Q'Q";
|
|
76
|
+
};
|
|
77
|
+
readonly yearRange: {
|
|
78
|
+
readonly type: PropType<[number, number]>;
|
|
79
|
+
readonly default: () => [number, number];
|
|
80
|
+
};
|
|
81
|
+
readonly 'onUpdate:show': PropType<MaybeArray<(show: boolean) => void>>;
|
|
82
|
+
readonly onUpdateShow: PropType<MaybeArray<(show: boolean) => void>>;
|
|
83
|
+
readonly 'onUpdate:formattedValue': PropType<MaybeArray<OnUpdateFormattedValue>>;
|
|
84
|
+
readonly onUpdateFormattedValue: PropType<MaybeArray<OnUpdateFormattedValue>>;
|
|
85
|
+
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
86
|
+
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
87
|
+
readonly onFocus: PropType<(e: FocusEvent) => void>;
|
|
88
|
+
readonly onBlur: PropType<(e: FocusEvent) => void>;
|
|
89
|
+
readonly onNextMonth: PropType<() => void>;
|
|
90
|
+
readonly onPrevMonth: PropType<() => void>;
|
|
91
|
+
readonly onNextYear: PropType<() => void>;
|
|
92
|
+
readonly onPrevYear: PropType<() => void>;
|
|
93
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
94
|
+
readonly theme: PropType<import("../../_mixins").Theme<"DatePicker", {
|
|
95
|
+
itemFontSize: string;
|
|
96
|
+
calendarDaysFontSize: string;
|
|
97
|
+
calendarTitleFontSize: string;
|
|
98
|
+
itemTextColor: string;
|
|
99
|
+
itemTextColorDisabled: string;
|
|
100
|
+
itemTextColorActive: string;
|
|
101
|
+
itemTextColorCurrent: string;
|
|
102
|
+
itemColorIncluded: string;
|
|
103
|
+
itemColorHover: string;
|
|
104
|
+
itemColorDisabled: string;
|
|
105
|
+
itemColorActive: string;
|
|
106
|
+
itemBorderRadius: string;
|
|
107
|
+
panelColor: string;
|
|
108
|
+
panelTextColor: string;
|
|
109
|
+
arrowColor: string;
|
|
110
|
+
calendarTitleTextColor: string;
|
|
111
|
+
calendarTitleColorHover: string;
|
|
112
|
+
calendarDaysTextColor: string;
|
|
113
|
+
panelHeaderDividerColor: string;
|
|
114
|
+
calendarDaysDividerColor: string;
|
|
115
|
+
calendarDividerColor: string;
|
|
116
|
+
panelActionDividerColor: string;
|
|
117
|
+
panelBoxShadow: string;
|
|
118
|
+
panelBorderRadius: string;
|
|
119
|
+
calendarTitleFontWeight: string;
|
|
120
|
+
scrollItemBorderRadius: string;
|
|
121
|
+
iconColor: string;
|
|
122
|
+
iconColorDisabled: string;
|
|
123
|
+
itemSize: string;
|
|
124
|
+
itemCellWidth: string;
|
|
125
|
+
itemCellHeight: string;
|
|
126
|
+
scrollItemWidth: string;
|
|
127
|
+
scrollItemHeight: string;
|
|
128
|
+
panelExtraFooterPadding: string;
|
|
129
|
+
panelActionPadding: string;
|
|
130
|
+
calendarTitlePadding: string;
|
|
131
|
+
calendarTitleHeight: string;
|
|
132
|
+
arrowSize: string;
|
|
133
|
+
panelHeaderPadding: string;
|
|
134
|
+
calendarDaysHeight: string;
|
|
135
|
+
calendarTitleGridTempateColumns: string;
|
|
136
|
+
calendarLeftPaddingDate: string;
|
|
137
|
+
calendarLeftPaddingDatetime: string;
|
|
138
|
+
calendarLeftPaddingDaterange: string;
|
|
139
|
+
calendarLeftPaddingDatetimerange: string;
|
|
140
|
+
calendarLeftPaddingMonth: string;
|
|
141
|
+
calendarLeftPaddingYear: string;
|
|
142
|
+
calendarLeftPaddingQuarter: string;
|
|
143
|
+
calendarLeftPaddingMonthrange: string;
|
|
144
|
+
calendarLeftPaddingQuarterrange: string;
|
|
145
|
+
calendarLeftPaddingYearrange: string;
|
|
146
|
+
calendarLeftPaddingWeek: string;
|
|
147
|
+
calendarRightPaddingDate: string;
|
|
148
|
+
calendarRightPaddingDatetime: string;
|
|
149
|
+
calendarRightPaddingDaterange: string;
|
|
150
|
+
calendarRightPaddingDatetimerange: string;
|
|
151
|
+
calendarRightPaddingMonth: string;
|
|
152
|
+
calendarRightPaddingYear: string;
|
|
153
|
+
calendarRightPaddingQuarter: string;
|
|
154
|
+
calendarRightPaddingMonthrange: string;
|
|
155
|
+
calendarRightPaddingQuarterrange: string;
|
|
156
|
+
calendarRightPaddingYearrange: string;
|
|
157
|
+
calendarRightPaddingWeek: string;
|
|
158
|
+
}, {
|
|
159
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
160
|
+
countTextColorDisabled: string;
|
|
161
|
+
countTextColor: string;
|
|
162
|
+
heightTiny: string;
|
|
163
|
+
heightSmall: string;
|
|
164
|
+
heightMedium: string;
|
|
165
|
+
heightLarge: string;
|
|
166
|
+
fontSizeTiny: string;
|
|
167
|
+
fontSizeSmall: string;
|
|
168
|
+
fontSizeMedium: string;
|
|
169
|
+
fontSizeLarge: string;
|
|
170
|
+
lineHeight: string;
|
|
171
|
+
lineHeightTextarea: string;
|
|
172
|
+
borderRadius: string;
|
|
173
|
+
iconSize: string;
|
|
174
|
+
groupLabelColor: string;
|
|
175
|
+
groupLabelTextColor: string;
|
|
176
|
+
textColor: string;
|
|
177
|
+
textColorDisabled: string;
|
|
178
|
+
textDecorationColor: string;
|
|
179
|
+
caretColor: string;
|
|
180
|
+
placeholderColor: string;
|
|
181
|
+
placeholderColorDisabled: string;
|
|
182
|
+
color: string;
|
|
183
|
+
colorDisabled: string;
|
|
184
|
+
colorFocus: string;
|
|
185
|
+
groupLabelBorder: string;
|
|
186
|
+
border: string;
|
|
187
|
+
borderHover: string;
|
|
188
|
+
borderDisabled: string;
|
|
189
|
+
borderFocus: string;
|
|
190
|
+
boxShadowFocus: string;
|
|
191
|
+
loadingColor: string;
|
|
192
|
+
loadingColorWarning: string;
|
|
193
|
+
borderWarning: string;
|
|
194
|
+
borderHoverWarning: string;
|
|
195
|
+
colorFocusWarning: string;
|
|
196
|
+
borderFocusWarning: string;
|
|
197
|
+
boxShadowFocusWarning: string;
|
|
198
|
+
caretColorWarning: string;
|
|
199
|
+
loadingColorError: string;
|
|
200
|
+
borderError: string;
|
|
201
|
+
borderHoverError: string;
|
|
202
|
+
colorFocusError: string;
|
|
203
|
+
borderFocusError: string;
|
|
204
|
+
boxShadowFocusError: string;
|
|
205
|
+
caretColorError: string;
|
|
206
|
+
clearColor: string;
|
|
207
|
+
clearColorHover: string;
|
|
208
|
+
clearColorPressed: string;
|
|
209
|
+
iconColor: string;
|
|
210
|
+
iconColorDisabled: string;
|
|
211
|
+
iconColorHover: string;
|
|
212
|
+
iconColorPressed: string;
|
|
213
|
+
suffixTextColor: string;
|
|
214
|
+
paddingTiny: string;
|
|
215
|
+
paddingSmall: string;
|
|
216
|
+
paddingMedium: string;
|
|
217
|
+
paddingLarge: string;
|
|
218
|
+
clearSize: string;
|
|
219
|
+
}, any>;
|
|
220
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
221
|
+
heightTiny: string;
|
|
222
|
+
heightSmall: string;
|
|
223
|
+
heightMedium: string;
|
|
224
|
+
heightLarge: string;
|
|
225
|
+
borderRadiusTiny: string;
|
|
226
|
+
borderRadiusSmall: string;
|
|
227
|
+
borderRadiusMedium: string;
|
|
228
|
+
borderRadiusLarge: string;
|
|
229
|
+
fontSizeTiny: string;
|
|
230
|
+
fontSizeSmall: string;
|
|
231
|
+
fontSizeMedium: string;
|
|
232
|
+
fontSizeLarge: string;
|
|
233
|
+
opacityDisabled: string;
|
|
234
|
+
colorOpacitySecondary: string;
|
|
235
|
+
colorOpacitySecondaryHover: string;
|
|
236
|
+
colorOpacitySecondaryPressed: string;
|
|
237
|
+
colorSecondary: string;
|
|
238
|
+
colorSecondaryHover: string;
|
|
239
|
+
colorSecondaryPressed: string;
|
|
240
|
+
colorTertiary: string;
|
|
241
|
+
colorTertiaryHover: string;
|
|
242
|
+
colorTertiaryPressed: string;
|
|
243
|
+
colorQuaternary: string;
|
|
244
|
+
colorQuaternaryHover: string;
|
|
245
|
+
colorQuaternaryPressed: string;
|
|
246
|
+
color: string;
|
|
247
|
+
colorHover: string;
|
|
248
|
+
colorPressed: string;
|
|
249
|
+
colorFocus: string;
|
|
250
|
+
colorDisabled: string;
|
|
251
|
+
textColor: string;
|
|
252
|
+
textColorTertiary: string;
|
|
253
|
+
textColorHover: string;
|
|
254
|
+
textColorPressed: string;
|
|
255
|
+
textColorFocus: string;
|
|
256
|
+
textColorDisabled: string;
|
|
257
|
+
textColorText: string;
|
|
258
|
+
textColorTextHover: string;
|
|
259
|
+
textColorTextPressed: string;
|
|
260
|
+
textColorTextFocus: string;
|
|
261
|
+
textColorTextDisabled: string;
|
|
262
|
+
textColorGhost: string;
|
|
263
|
+
textColorGhostHover: string;
|
|
264
|
+
textColorGhostPressed: string;
|
|
265
|
+
textColorGhostFocus: string;
|
|
266
|
+
textColorGhostDisabled: string;
|
|
267
|
+
border: string;
|
|
268
|
+
borderHover: string;
|
|
269
|
+
borderPressed: string;
|
|
270
|
+
borderFocus: string;
|
|
271
|
+
borderDisabled: string;
|
|
272
|
+
rippleColor: string;
|
|
273
|
+
colorPrimary: string;
|
|
274
|
+
colorHoverPrimary: string;
|
|
275
|
+
colorPressedPrimary: string;
|
|
276
|
+
colorFocusPrimary: string;
|
|
277
|
+
colorDisabledPrimary: string;
|
|
278
|
+
textColorPrimary: string;
|
|
279
|
+
textColorHoverPrimary: string;
|
|
280
|
+
textColorPressedPrimary: string;
|
|
281
|
+
textColorFocusPrimary: string;
|
|
282
|
+
textColorDisabledPrimary: string;
|
|
283
|
+
textColorTextPrimary: string;
|
|
284
|
+
textColorTextHoverPrimary: string;
|
|
285
|
+
textColorTextPressedPrimary: string;
|
|
286
|
+
textColorTextFocusPrimary: string;
|
|
287
|
+
textColorTextDisabledPrimary: string;
|
|
288
|
+
textColorGhostPrimary: string;
|
|
289
|
+
textColorGhostHoverPrimary: string;
|
|
290
|
+
textColorGhostPressedPrimary: string;
|
|
291
|
+
textColorGhostFocusPrimary: string;
|
|
292
|
+
textColorGhostDisabledPrimary: string;
|
|
293
|
+
borderPrimary: string;
|
|
294
|
+
borderHoverPrimary: string;
|
|
295
|
+
borderPressedPrimary: string;
|
|
296
|
+
borderFocusPrimary: string;
|
|
297
|
+
borderDisabledPrimary: string;
|
|
298
|
+
rippleColorPrimary: string;
|
|
299
|
+
colorInfo: string;
|
|
300
|
+
colorHoverInfo: string;
|
|
301
|
+
colorPressedInfo: string;
|
|
302
|
+
colorFocusInfo: string;
|
|
303
|
+
colorDisabledInfo: string;
|
|
304
|
+
textColorInfo: string;
|
|
305
|
+
textColorHoverInfo: string;
|
|
306
|
+
textColorPressedInfo: string;
|
|
307
|
+
textColorFocusInfo: string;
|
|
308
|
+
textColorDisabledInfo: string;
|
|
309
|
+
textColorTextInfo: string;
|
|
310
|
+
textColorTextHoverInfo: string;
|
|
311
|
+
textColorTextPressedInfo: string;
|
|
312
|
+
textColorTextFocusInfo: string;
|
|
313
|
+
textColorTextDisabledInfo: string;
|
|
314
|
+
textColorGhostInfo: string;
|
|
315
|
+
textColorGhostHoverInfo: string;
|
|
316
|
+
textColorGhostPressedInfo: string;
|
|
317
|
+
textColorGhostFocusInfo: string;
|
|
318
|
+
textColorGhostDisabledInfo: string;
|
|
319
|
+
borderInfo: string;
|
|
320
|
+
borderHoverInfo: string;
|
|
321
|
+
borderPressedInfo: string;
|
|
322
|
+
borderFocusInfo: string;
|
|
323
|
+
borderDisabledInfo: string;
|
|
324
|
+
rippleColorInfo: string;
|
|
325
|
+
colorSuccess: string;
|
|
326
|
+
colorHoverSuccess: string;
|
|
327
|
+
colorPressedSuccess: string;
|
|
328
|
+
colorFocusSuccess: string;
|
|
329
|
+
colorDisabledSuccess: string;
|
|
330
|
+
textColorSuccess: string;
|
|
331
|
+
textColorHoverSuccess: string;
|
|
332
|
+
textColorPressedSuccess: string;
|
|
333
|
+
textColorFocusSuccess: string;
|
|
334
|
+
textColorDisabledSuccess: string;
|
|
335
|
+
textColorTextSuccess: string;
|
|
336
|
+
textColorTextHoverSuccess: string;
|
|
337
|
+
textColorTextPressedSuccess: string;
|
|
338
|
+
textColorTextFocusSuccess: string;
|
|
339
|
+
textColorTextDisabledSuccess: string;
|
|
340
|
+
textColorGhostSuccess: string;
|
|
341
|
+
textColorGhostHoverSuccess: string;
|
|
342
|
+
textColorGhostPressedSuccess: string;
|
|
343
|
+
textColorGhostFocusSuccess: string;
|
|
344
|
+
textColorGhostDisabledSuccess: string;
|
|
345
|
+
borderSuccess: string;
|
|
346
|
+
borderHoverSuccess: string;
|
|
347
|
+
borderPressedSuccess: string;
|
|
348
|
+
borderFocusSuccess: string;
|
|
349
|
+
borderDisabledSuccess: string;
|
|
350
|
+
rippleColorSuccess: string;
|
|
351
|
+
colorWarning: string;
|
|
352
|
+
colorHoverWarning: string;
|
|
353
|
+
colorPressedWarning: string;
|
|
354
|
+
colorFocusWarning: string;
|
|
355
|
+
colorDisabledWarning: string;
|
|
356
|
+
textColorWarning: string;
|
|
357
|
+
textColorHoverWarning: string;
|
|
358
|
+
textColorPressedWarning: string;
|
|
359
|
+
textColorFocusWarning: string;
|
|
360
|
+
textColorDisabledWarning: string;
|
|
361
|
+
textColorTextWarning: string;
|
|
362
|
+
textColorTextHoverWarning: string;
|
|
363
|
+
textColorTextPressedWarning: string;
|
|
364
|
+
textColorTextFocusWarning: string;
|
|
365
|
+
textColorTextDisabledWarning: string;
|
|
366
|
+
textColorGhostWarning: string;
|
|
367
|
+
textColorGhostHoverWarning: string;
|
|
368
|
+
textColorGhostPressedWarning: string;
|
|
369
|
+
textColorGhostFocusWarning: string;
|
|
370
|
+
textColorGhostDisabledWarning: string;
|
|
371
|
+
borderWarning: string;
|
|
372
|
+
borderHoverWarning: string;
|
|
373
|
+
borderPressedWarning: string;
|
|
374
|
+
borderFocusWarning: string;
|
|
375
|
+
borderDisabledWarning: string;
|
|
376
|
+
rippleColorWarning: string;
|
|
377
|
+
colorError: string;
|
|
378
|
+
colorHoverError: string;
|
|
379
|
+
colorPressedError: string;
|
|
380
|
+
colorFocusError: string;
|
|
381
|
+
colorDisabledError: string;
|
|
382
|
+
textColorError: string;
|
|
383
|
+
textColorHoverError: string;
|
|
384
|
+
textColorPressedError: string;
|
|
385
|
+
textColorFocusError: string;
|
|
386
|
+
textColorDisabledError: string;
|
|
387
|
+
textColorTextError: string;
|
|
388
|
+
textColorTextHoverError: string;
|
|
389
|
+
textColorTextPressedError: string;
|
|
390
|
+
textColorTextFocusError: string;
|
|
391
|
+
textColorTextDisabledError: string;
|
|
392
|
+
textColorGhostError: string;
|
|
393
|
+
textColorGhostHoverError: string;
|
|
394
|
+
textColorGhostPressedError: string;
|
|
395
|
+
textColorGhostFocusError: string;
|
|
396
|
+
textColorGhostDisabledError: string;
|
|
397
|
+
borderError: string;
|
|
398
|
+
borderHoverError: string;
|
|
399
|
+
borderPressedError: string;
|
|
400
|
+
borderFocusError: string;
|
|
401
|
+
borderDisabledError: string;
|
|
402
|
+
rippleColorError: string;
|
|
403
|
+
waveOpacity: string;
|
|
404
|
+
fontWeight: string;
|
|
405
|
+
fontWeightStrong: string;
|
|
406
|
+
paddingTiny: string;
|
|
407
|
+
paddingSmall: string;
|
|
408
|
+
paddingMedium: string;
|
|
409
|
+
paddingLarge: string;
|
|
410
|
+
paddingRoundTiny: string;
|
|
411
|
+
paddingRoundSmall: string;
|
|
412
|
+
paddingRoundMedium: string;
|
|
413
|
+
paddingRoundLarge: string;
|
|
414
|
+
iconMarginTiny: string;
|
|
415
|
+
iconMarginSmall: string;
|
|
416
|
+
iconMarginMedium: string;
|
|
417
|
+
iconMarginLarge: string;
|
|
418
|
+
iconSizeTiny: string;
|
|
419
|
+
iconSizeSmall: string;
|
|
420
|
+
iconSizeMedium: string;
|
|
421
|
+
iconSizeLarge: string;
|
|
422
|
+
rippleDuration: string;
|
|
423
|
+
}, any>;
|
|
424
|
+
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
425
|
+
panelColor: string;
|
|
426
|
+
panelBoxShadow: string;
|
|
427
|
+
panelDividerColor: string;
|
|
428
|
+
itemTextColor: string;
|
|
429
|
+
itemTextColorActive: string;
|
|
430
|
+
itemColorHover: string;
|
|
431
|
+
itemOpacityDisabled: string;
|
|
432
|
+
itemBorderRadius: string;
|
|
433
|
+
borderRadius: string;
|
|
434
|
+
iconColor: string;
|
|
435
|
+
iconColorDisabled: string;
|
|
436
|
+
itemFontSize: string;
|
|
437
|
+
itemHeight: string;
|
|
438
|
+
itemWidth: string;
|
|
439
|
+
panelActionPadding: string;
|
|
440
|
+
}, {
|
|
441
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
442
|
+
height: string;
|
|
443
|
+
width: string;
|
|
444
|
+
borderRadius: string;
|
|
445
|
+
color: string;
|
|
446
|
+
colorHover: string;
|
|
447
|
+
railInsetHorizontalBottom: string;
|
|
448
|
+
railInsetHorizontalTop: string;
|
|
449
|
+
railInsetVerticalRight: string;
|
|
450
|
+
railInsetVerticalLeft: string;
|
|
451
|
+
railColor: string;
|
|
452
|
+
}, any>;
|
|
453
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
454
|
+
heightTiny: string;
|
|
455
|
+
heightSmall: string;
|
|
456
|
+
heightMedium: string;
|
|
457
|
+
heightLarge: string;
|
|
458
|
+
borderRadiusTiny: string;
|
|
459
|
+
borderRadiusSmall: string;
|
|
460
|
+
borderRadiusMedium: string;
|
|
461
|
+
borderRadiusLarge: string;
|
|
462
|
+
fontSizeTiny: string;
|
|
463
|
+
fontSizeSmall: string;
|
|
464
|
+
fontSizeMedium: string;
|
|
465
|
+
fontSizeLarge: string;
|
|
466
|
+
opacityDisabled: string;
|
|
467
|
+
colorOpacitySecondary: string;
|
|
468
|
+
colorOpacitySecondaryHover: string;
|
|
469
|
+
colorOpacitySecondaryPressed: string;
|
|
470
|
+
colorSecondary: string;
|
|
471
|
+
colorSecondaryHover: string;
|
|
472
|
+
colorSecondaryPressed: string;
|
|
473
|
+
colorTertiary: string;
|
|
474
|
+
colorTertiaryHover: string;
|
|
475
|
+
colorTertiaryPressed: string;
|
|
476
|
+
colorQuaternary: string;
|
|
477
|
+
colorQuaternaryHover: string;
|
|
478
|
+
colorQuaternaryPressed: string;
|
|
479
|
+
color: string;
|
|
480
|
+
colorHover: string;
|
|
481
|
+
colorPressed: string;
|
|
482
|
+
colorFocus: string;
|
|
483
|
+
colorDisabled: string;
|
|
484
|
+
textColor: string;
|
|
485
|
+
textColorTertiary: string;
|
|
486
|
+
textColorHover: string;
|
|
487
|
+
textColorPressed: string;
|
|
488
|
+
textColorFocus: string;
|
|
489
|
+
textColorDisabled: string;
|
|
490
|
+
textColorText: string;
|
|
491
|
+
textColorTextHover: string;
|
|
492
|
+
textColorTextPressed: string;
|
|
493
|
+
textColorTextFocus: string;
|
|
494
|
+
textColorTextDisabled: string;
|
|
495
|
+
textColorGhost: string;
|
|
496
|
+
textColorGhostHover: string;
|
|
497
|
+
textColorGhostPressed: string;
|
|
498
|
+
textColorGhostFocus: string;
|
|
499
|
+
textColorGhostDisabled: string;
|
|
500
|
+
border: string;
|
|
501
|
+
borderHover: string;
|
|
502
|
+
borderPressed: string;
|
|
503
|
+
borderFocus: string;
|
|
504
|
+
borderDisabled: string;
|
|
505
|
+
rippleColor: string;
|
|
506
|
+
colorPrimary: string;
|
|
507
|
+
colorHoverPrimary: string;
|
|
508
|
+
colorPressedPrimary: string;
|
|
509
|
+
colorFocusPrimary: string;
|
|
510
|
+
colorDisabledPrimary: string;
|
|
511
|
+
textColorPrimary: string;
|
|
512
|
+
textColorHoverPrimary: string;
|
|
513
|
+
textColorPressedPrimary: string;
|
|
514
|
+
textColorFocusPrimary: string;
|
|
515
|
+
textColorDisabledPrimary: string;
|
|
516
|
+
textColorTextPrimary: string;
|
|
517
|
+
textColorTextHoverPrimary: string;
|
|
518
|
+
textColorTextPressedPrimary: string;
|
|
519
|
+
textColorTextFocusPrimary: string;
|
|
520
|
+
textColorTextDisabledPrimary: string;
|
|
521
|
+
textColorGhostPrimary: string;
|
|
522
|
+
textColorGhostHoverPrimary: string;
|
|
523
|
+
textColorGhostPressedPrimary: string;
|
|
524
|
+
textColorGhostFocusPrimary: string;
|
|
525
|
+
textColorGhostDisabledPrimary: string;
|
|
526
|
+
borderPrimary: string;
|
|
527
|
+
borderHoverPrimary: string;
|
|
528
|
+
borderPressedPrimary: string;
|
|
529
|
+
borderFocusPrimary: string;
|
|
530
|
+
borderDisabledPrimary: string;
|
|
531
|
+
rippleColorPrimary: string;
|
|
532
|
+
colorInfo: string;
|
|
533
|
+
colorHoverInfo: string;
|
|
534
|
+
colorPressedInfo: string;
|
|
535
|
+
colorFocusInfo: string;
|
|
536
|
+
colorDisabledInfo: string;
|
|
537
|
+
textColorInfo: string;
|
|
538
|
+
textColorHoverInfo: string;
|
|
539
|
+
textColorPressedInfo: string;
|
|
540
|
+
textColorFocusInfo: string;
|
|
541
|
+
textColorDisabledInfo: string;
|
|
542
|
+
textColorTextInfo: string;
|
|
543
|
+
textColorTextHoverInfo: string;
|
|
544
|
+
textColorTextPressedInfo: string;
|
|
545
|
+
textColorTextFocusInfo: string;
|
|
546
|
+
textColorTextDisabledInfo: string;
|
|
547
|
+
textColorGhostInfo: string;
|
|
548
|
+
textColorGhostHoverInfo: string;
|
|
549
|
+
textColorGhostPressedInfo: string;
|
|
550
|
+
textColorGhostFocusInfo: string;
|
|
551
|
+
textColorGhostDisabledInfo: string;
|
|
552
|
+
borderInfo: string;
|
|
553
|
+
borderHoverInfo: string;
|
|
554
|
+
borderPressedInfo: string;
|
|
555
|
+
borderFocusInfo: string;
|
|
556
|
+
borderDisabledInfo: string;
|
|
557
|
+
rippleColorInfo: string;
|
|
558
|
+
colorSuccess: string;
|
|
559
|
+
colorHoverSuccess: string;
|
|
560
|
+
colorPressedSuccess: string;
|
|
561
|
+
colorFocusSuccess: string;
|
|
562
|
+
colorDisabledSuccess: string;
|
|
563
|
+
textColorSuccess: string;
|
|
564
|
+
textColorHoverSuccess: string;
|
|
565
|
+
textColorPressedSuccess: string;
|
|
566
|
+
textColorFocusSuccess: string;
|
|
567
|
+
textColorDisabledSuccess: string;
|
|
568
|
+
textColorTextSuccess: string;
|
|
569
|
+
textColorTextHoverSuccess: string;
|
|
570
|
+
textColorTextPressedSuccess: string;
|
|
571
|
+
textColorTextFocusSuccess: string;
|
|
572
|
+
textColorTextDisabledSuccess: string;
|
|
573
|
+
textColorGhostSuccess: string;
|
|
574
|
+
textColorGhostHoverSuccess: string;
|
|
575
|
+
textColorGhostPressedSuccess: string;
|
|
576
|
+
textColorGhostFocusSuccess: string;
|
|
577
|
+
textColorGhostDisabledSuccess: string;
|
|
578
|
+
borderSuccess: string;
|
|
579
|
+
borderHoverSuccess: string;
|
|
580
|
+
borderPressedSuccess: string;
|
|
581
|
+
borderFocusSuccess: string;
|
|
582
|
+
borderDisabledSuccess: string;
|
|
583
|
+
rippleColorSuccess: string;
|
|
584
|
+
colorWarning: string;
|
|
585
|
+
colorHoverWarning: string;
|
|
586
|
+
colorPressedWarning: string;
|
|
587
|
+
colorFocusWarning: string;
|
|
588
|
+
colorDisabledWarning: string;
|
|
589
|
+
textColorWarning: string;
|
|
590
|
+
textColorHoverWarning: string;
|
|
591
|
+
textColorPressedWarning: string;
|
|
592
|
+
textColorFocusWarning: string;
|
|
593
|
+
textColorDisabledWarning: string;
|
|
594
|
+
textColorTextWarning: string;
|
|
595
|
+
textColorTextHoverWarning: string;
|
|
596
|
+
textColorTextPressedWarning: string;
|
|
597
|
+
textColorTextFocusWarning: string;
|
|
598
|
+
textColorTextDisabledWarning: string;
|
|
599
|
+
textColorGhostWarning: string;
|
|
600
|
+
textColorGhostHoverWarning: string;
|
|
601
|
+
textColorGhostPressedWarning: string;
|
|
602
|
+
textColorGhostFocusWarning: string;
|
|
603
|
+
textColorGhostDisabledWarning: string;
|
|
604
|
+
borderWarning: string;
|
|
605
|
+
borderHoverWarning: string;
|
|
606
|
+
borderPressedWarning: string;
|
|
607
|
+
borderFocusWarning: string;
|
|
608
|
+
borderDisabledWarning: string;
|
|
609
|
+
rippleColorWarning: string;
|
|
610
|
+
colorError: string;
|
|
611
|
+
colorHoverError: string;
|
|
612
|
+
colorPressedError: string;
|
|
613
|
+
colorFocusError: string;
|
|
614
|
+
colorDisabledError: string;
|
|
615
|
+
textColorError: string;
|
|
616
|
+
textColorHoverError: string;
|
|
617
|
+
textColorPressedError: string;
|
|
618
|
+
textColorFocusError: string;
|
|
619
|
+
textColorDisabledError: string;
|
|
620
|
+
textColorTextError: string;
|
|
621
|
+
textColorTextHoverError: string;
|
|
622
|
+
textColorTextPressedError: string;
|
|
623
|
+
textColorTextFocusError: string;
|
|
624
|
+
textColorTextDisabledError: string;
|
|
625
|
+
textColorGhostError: string;
|
|
626
|
+
textColorGhostHoverError: string;
|
|
627
|
+
textColorGhostPressedError: string;
|
|
628
|
+
textColorGhostFocusError: string;
|
|
629
|
+
textColorGhostDisabledError: string;
|
|
630
|
+
borderError: string;
|
|
631
|
+
borderHoverError: string;
|
|
632
|
+
borderPressedError: string;
|
|
633
|
+
borderFocusError: string;
|
|
634
|
+
borderDisabledError: string;
|
|
635
|
+
rippleColorError: string;
|
|
636
|
+
waveOpacity: string;
|
|
637
|
+
fontWeight: string;
|
|
638
|
+
fontWeightStrong: string;
|
|
639
|
+
paddingTiny: string;
|
|
640
|
+
paddingSmall: string;
|
|
641
|
+
paddingMedium: string;
|
|
642
|
+
paddingLarge: string;
|
|
643
|
+
paddingRoundTiny: string;
|
|
644
|
+
paddingRoundSmall: string;
|
|
645
|
+
paddingRoundMedium: string;
|
|
646
|
+
paddingRoundLarge: string;
|
|
647
|
+
iconMarginTiny: string;
|
|
648
|
+
iconMarginSmall: string;
|
|
649
|
+
iconMarginMedium: string;
|
|
650
|
+
iconMarginLarge: string;
|
|
651
|
+
iconSizeTiny: string;
|
|
652
|
+
iconSizeSmall: string;
|
|
653
|
+
iconSizeMedium: string;
|
|
654
|
+
iconSizeLarge: string;
|
|
655
|
+
rippleDuration: string;
|
|
656
|
+
}, any>;
|
|
657
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
658
|
+
countTextColorDisabled: string;
|
|
659
|
+
countTextColor: string;
|
|
660
|
+
heightTiny: string;
|
|
661
|
+
heightSmall: string;
|
|
662
|
+
heightMedium: string;
|
|
663
|
+
heightLarge: string;
|
|
664
|
+
fontSizeTiny: string;
|
|
665
|
+
fontSizeSmall: string;
|
|
666
|
+
fontSizeMedium: string;
|
|
667
|
+
fontSizeLarge: string;
|
|
668
|
+
lineHeight: string;
|
|
669
|
+
lineHeightTextarea: string;
|
|
670
|
+
borderRadius: string;
|
|
671
|
+
iconSize: string;
|
|
672
|
+
groupLabelColor: string;
|
|
673
|
+
groupLabelTextColor: string;
|
|
674
|
+
textColor: string;
|
|
675
|
+
textColorDisabled: string;
|
|
676
|
+
textDecorationColor: string;
|
|
677
|
+
caretColor: string;
|
|
678
|
+
placeholderColor: string;
|
|
679
|
+
placeholderColorDisabled: string;
|
|
680
|
+
color: string;
|
|
681
|
+
colorDisabled: string;
|
|
682
|
+
colorFocus: string;
|
|
683
|
+
groupLabelBorder: string;
|
|
684
|
+
border: string;
|
|
685
|
+
borderHover: string;
|
|
686
|
+
borderDisabled: string;
|
|
687
|
+
borderFocus: string;
|
|
688
|
+
boxShadowFocus: string;
|
|
689
|
+
loadingColor: string;
|
|
690
|
+
loadingColorWarning: string;
|
|
691
|
+
borderWarning: string;
|
|
692
|
+
borderHoverWarning: string;
|
|
693
|
+
colorFocusWarning: string;
|
|
694
|
+
borderFocusWarning: string;
|
|
695
|
+
boxShadowFocusWarning: string;
|
|
696
|
+
caretColorWarning: string;
|
|
697
|
+
loadingColorError: string;
|
|
698
|
+
borderError: string;
|
|
699
|
+
borderHoverError: string;
|
|
700
|
+
colorFocusError: string;
|
|
701
|
+
borderFocusError: string;
|
|
702
|
+
boxShadowFocusError: string;
|
|
703
|
+
caretColorError: string;
|
|
704
|
+
clearColor: string;
|
|
705
|
+
clearColorHover: string;
|
|
706
|
+
clearColorPressed: string;
|
|
707
|
+
iconColor: string;
|
|
708
|
+
iconColorDisabled: string;
|
|
709
|
+
iconColorHover: string;
|
|
710
|
+
iconColorPressed: string;
|
|
711
|
+
suffixTextColor: string;
|
|
712
|
+
paddingTiny: string;
|
|
713
|
+
paddingSmall: string;
|
|
714
|
+
paddingMedium: string;
|
|
715
|
+
paddingLarge: string;
|
|
716
|
+
clearSize: string;
|
|
717
|
+
}, any>;
|
|
718
|
+
}>;
|
|
719
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
720
|
+
height: string;
|
|
721
|
+
width: string;
|
|
722
|
+
borderRadius: string;
|
|
723
|
+
color: string;
|
|
724
|
+
colorHover: string;
|
|
725
|
+
railInsetHorizontalBottom: string;
|
|
726
|
+
railInsetHorizontalTop: string;
|
|
727
|
+
railInsetVerticalRight: string;
|
|
728
|
+
railInsetVerticalLeft: string;
|
|
729
|
+
railColor: string;
|
|
730
|
+
}, any>;
|
|
731
|
+
}>>;
|
|
732
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
733
|
+
itemFontSize: string;
|
|
734
|
+
calendarDaysFontSize: string;
|
|
735
|
+
calendarTitleFontSize: string;
|
|
736
|
+
itemTextColor: string;
|
|
737
|
+
itemTextColorDisabled: string;
|
|
738
|
+
itemTextColorActive: string;
|
|
739
|
+
itemTextColorCurrent: string;
|
|
740
|
+
itemColorIncluded: string;
|
|
741
|
+
itemColorHover: string;
|
|
742
|
+
itemColorDisabled: string;
|
|
743
|
+
itemColorActive: string;
|
|
744
|
+
itemBorderRadius: string;
|
|
745
|
+
panelColor: string;
|
|
746
|
+
panelTextColor: string;
|
|
747
|
+
arrowColor: string;
|
|
748
|
+
calendarTitleTextColor: string;
|
|
749
|
+
calendarTitleColorHover: string;
|
|
750
|
+
calendarDaysTextColor: string;
|
|
751
|
+
panelHeaderDividerColor: string;
|
|
752
|
+
calendarDaysDividerColor: string;
|
|
753
|
+
calendarDividerColor: string;
|
|
754
|
+
panelActionDividerColor: string;
|
|
755
|
+
panelBoxShadow: string;
|
|
756
|
+
panelBorderRadius: string;
|
|
757
|
+
calendarTitleFontWeight: string;
|
|
758
|
+
scrollItemBorderRadius: string;
|
|
759
|
+
iconColor: string;
|
|
760
|
+
iconColorDisabled: string;
|
|
761
|
+
itemSize: string;
|
|
762
|
+
itemCellWidth: string;
|
|
763
|
+
itemCellHeight: string;
|
|
764
|
+
scrollItemWidth: string;
|
|
765
|
+
scrollItemHeight: string;
|
|
766
|
+
panelExtraFooterPadding: string;
|
|
767
|
+
panelActionPadding: string;
|
|
768
|
+
calendarTitlePadding: string;
|
|
769
|
+
calendarTitleHeight: string;
|
|
770
|
+
arrowSize: string;
|
|
771
|
+
panelHeaderPadding: string;
|
|
772
|
+
calendarDaysHeight: string;
|
|
773
|
+
calendarTitleGridTempateColumns: string;
|
|
774
|
+
calendarLeftPaddingDate: string;
|
|
775
|
+
calendarLeftPaddingDatetime: string;
|
|
776
|
+
calendarLeftPaddingDaterange: string;
|
|
777
|
+
calendarLeftPaddingDatetimerange: string;
|
|
778
|
+
calendarLeftPaddingMonth: string;
|
|
779
|
+
calendarLeftPaddingYear: string;
|
|
780
|
+
calendarLeftPaddingQuarter: string;
|
|
781
|
+
calendarLeftPaddingMonthrange: string;
|
|
782
|
+
calendarLeftPaddingQuarterrange: string;
|
|
783
|
+
calendarLeftPaddingYearrange: string;
|
|
784
|
+
calendarLeftPaddingWeek: string;
|
|
785
|
+
calendarRightPaddingDate: string;
|
|
786
|
+
calendarRightPaddingDatetime: string;
|
|
787
|
+
calendarRightPaddingDaterange: string;
|
|
788
|
+
calendarRightPaddingDatetimerange: string;
|
|
789
|
+
calendarRightPaddingMonth: string;
|
|
790
|
+
calendarRightPaddingYear: string;
|
|
791
|
+
calendarRightPaddingQuarter: string;
|
|
792
|
+
calendarRightPaddingMonthrange: string;
|
|
793
|
+
calendarRightPaddingQuarterrange: string;
|
|
794
|
+
calendarRightPaddingYearrange: string;
|
|
795
|
+
calendarRightPaddingWeek: string;
|
|
796
|
+
}, {
|
|
797
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
798
|
+
countTextColorDisabled: string;
|
|
799
|
+
countTextColor: string;
|
|
800
|
+
heightTiny: string;
|
|
801
|
+
heightSmall: string;
|
|
802
|
+
heightMedium: string;
|
|
803
|
+
heightLarge: string;
|
|
804
|
+
fontSizeTiny: string;
|
|
805
|
+
fontSizeSmall: string;
|
|
806
|
+
fontSizeMedium: string;
|
|
807
|
+
fontSizeLarge: string;
|
|
808
|
+
lineHeight: string;
|
|
809
|
+
lineHeightTextarea: string;
|
|
810
|
+
borderRadius: string;
|
|
811
|
+
iconSize: string;
|
|
812
|
+
groupLabelColor: string;
|
|
813
|
+
groupLabelTextColor: string;
|
|
814
|
+
textColor: string;
|
|
815
|
+
textColorDisabled: string;
|
|
816
|
+
textDecorationColor: string;
|
|
817
|
+
caretColor: string;
|
|
818
|
+
placeholderColor: string;
|
|
819
|
+
placeholderColorDisabled: string;
|
|
820
|
+
color: string;
|
|
821
|
+
colorDisabled: string;
|
|
822
|
+
colorFocus: string;
|
|
823
|
+
groupLabelBorder: string;
|
|
824
|
+
border: string;
|
|
825
|
+
borderHover: string;
|
|
826
|
+
borderDisabled: string;
|
|
827
|
+
borderFocus: string;
|
|
828
|
+
boxShadowFocus: string;
|
|
829
|
+
loadingColor: string;
|
|
830
|
+
loadingColorWarning: string;
|
|
831
|
+
borderWarning: string;
|
|
832
|
+
borderHoverWarning: string;
|
|
833
|
+
colorFocusWarning: string;
|
|
834
|
+
borderFocusWarning: string;
|
|
835
|
+
boxShadowFocusWarning: string;
|
|
836
|
+
caretColorWarning: string;
|
|
837
|
+
loadingColorError: string;
|
|
838
|
+
borderError: string;
|
|
839
|
+
borderHoverError: string;
|
|
840
|
+
colorFocusError: string;
|
|
841
|
+
borderFocusError: string;
|
|
842
|
+
boxShadowFocusError: string;
|
|
843
|
+
caretColorError: string;
|
|
844
|
+
clearColor: string;
|
|
845
|
+
clearColorHover: string;
|
|
846
|
+
clearColorPressed: string;
|
|
847
|
+
iconColor: string;
|
|
848
|
+
iconColorDisabled: string;
|
|
849
|
+
iconColorHover: string;
|
|
850
|
+
iconColorPressed: string;
|
|
851
|
+
suffixTextColor: string;
|
|
852
|
+
paddingTiny: string;
|
|
853
|
+
paddingSmall: string;
|
|
854
|
+
paddingMedium: string;
|
|
855
|
+
paddingLarge: string;
|
|
856
|
+
clearSize: string;
|
|
857
|
+
}, any>;
|
|
858
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
859
|
+
heightTiny: string;
|
|
860
|
+
heightSmall: string;
|
|
861
|
+
heightMedium: string;
|
|
862
|
+
heightLarge: string;
|
|
863
|
+
borderRadiusTiny: string;
|
|
864
|
+
borderRadiusSmall: string;
|
|
865
|
+
borderRadiusMedium: string;
|
|
866
|
+
borderRadiusLarge: string;
|
|
867
|
+
fontSizeTiny: string;
|
|
868
|
+
fontSizeSmall: string;
|
|
869
|
+
fontSizeMedium: string;
|
|
870
|
+
fontSizeLarge: string;
|
|
871
|
+
opacityDisabled: string;
|
|
872
|
+
colorOpacitySecondary: string;
|
|
873
|
+
colorOpacitySecondaryHover: string;
|
|
874
|
+
colorOpacitySecondaryPressed: string;
|
|
875
|
+
colorSecondary: string;
|
|
876
|
+
colorSecondaryHover: string;
|
|
877
|
+
colorSecondaryPressed: string;
|
|
878
|
+
colorTertiary: string;
|
|
879
|
+
colorTertiaryHover: string;
|
|
880
|
+
colorTertiaryPressed: string;
|
|
881
|
+
colorQuaternary: string;
|
|
882
|
+
colorQuaternaryHover: string;
|
|
883
|
+
colorQuaternaryPressed: string;
|
|
884
|
+
color: string;
|
|
885
|
+
colorHover: string;
|
|
886
|
+
colorPressed: string;
|
|
887
|
+
colorFocus: string;
|
|
888
|
+
colorDisabled: string;
|
|
889
|
+
textColor: string;
|
|
890
|
+
textColorTertiary: string;
|
|
891
|
+
textColorHover: string;
|
|
892
|
+
textColorPressed: string;
|
|
893
|
+
textColorFocus: string;
|
|
894
|
+
textColorDisabled: string;
|
|
895
|
+
textColorText: string;
|
|
896
|
+
textColorTextHover: string;
|
|
897
|
+
textColorTextPressed: string;
|
|
898
|
+
textColorTextFocus: string;
|
|
899
|
+
textColorTextDisabled: string;
|
|
900
|
+
textColorGhost: string;
|
|
901
|
+
textColorGhostHover: string;
|
|
902
|
+
textColorGhostPressed: string;
|
|
903
|
+
textColorGhostFocus: string;
|
|
904
|
+
textColorGhostDisabled: string;
|
|
905
|
+
border: string;
|
|
906
|
+
borderHover: string;
|
|
907
|
+
borderPressed: string;
|
|
908
|
+
borderFocus: string;
|
|
909
|
+
borderDisabled: string;
|
|
910
|
+
rippleColor: string;
|
|
911
|
+
colorPrimary: string;
|
|
912
|
+
colorHoverPrimary: string;
|
|
913
|
+
colorPressedPrimary: string;
|
|
914
|
+
colorFocusPrimary: string;
|
|
915
|
+
colorDisabledPrimary: string;
|
|
916
|
+
textColorPrimary: string;
|
|
917
|
+
textColorHoverPrimary: string;
|
|
918
|
+
textColorPressedPrimary: string;
|
|
919
|
+
textColorFocusPrimary: string;
|
|
920
|
+
textColorDisabledPrimary: string;
|
|
921
|
+
textColorTextPrimary: string;
|
|
922
|
+
textColorTextHoverPrimary: string;
|
|
923
|
+
textColorTextPressedPrimary: string;
|
|
924
|
+
textColorTextFocusPrimary: string;
|
|
925
|
+
textColorTextDisabledPrimary: string;
|
|
926
|
+
textColorGhostPrimary: string;
|
|
927
|
+
textColorGhostHoverPrimary: string;
|
|
928
|
+
textColorGhostPressedPrimary: string;
|
|
929
|
+
textColorGhostFocusPrimary: string;
|
|
930
|
+
textColorGhostDisabledPrimary: string;
|
|
931
|
+
borderPrimary: string;
|
|
932
|
+
borderHoverPrimary: string;
|
|
933
|
+
borderPressedPrimary: string;
|
|
934
|
+
borderFocusPrimary: string;
|
|
935
|
+
borderDisabledPrimary: string;
|
|
936
|
+
rippleColorPrimary: string;
|
|
937
|
+
colorInfo: string;
|
|
938
|
+
colorHoverInfo: string;
|
|
939
|
+
colorPressedInfo: string;
|
|
940
|
+
colorFocusInfo: string;
|
|
941
|
+
colorDisabledInfo: string;
|
|
942
|
+
textColorInfo: string;
|
|
943
|
+
textColorHoverInfo: string;
|
|
944
|
+
textColorPressedInfo: string;
|
|
945
|
+
textColorFocusInfo: string;
|
|
946
|
+
textColorDisabledInfo: string;
|
|
947
|
+
textColorTextInfo: string;
|
|
948
|
+
textColorTextHoverInfo: string;
|
|
949
|
+
textColorTextPressedInfo: string;
|
|
950
|
+
textColorTextFocusInfo: string;
|
|
951
|
+
textColorTextDisabledInfo: string;
|
|
952
|
+
textColorGhostInfo: string;
|
|
953
|
+
textColorGhostHoverInfo: string;
|
|
954
|
+
textColorGhostPressedInfo: string;
|
|
955
|
+
textColorGhostFocusInfo: string;
|
|
956
|
+
textColorGhostDisabledInfo: string;
|
|
957
|
+
borderInfo: string;
|
|
958
|
+
borderHoverInfo: string;
|
|
959
|
+
borderPressedInfo: string;
|
|
960
|
+
borderFocusInfo: string;
|
|
961
|
+
borderDisabledInfo: string;
|
|
962
|
+
rippleColorInfo: string;
|
|
963
|
+
colorSuccess: string;
|
|
964
|
+
colorHoverSuccess: string;
|
|
965
|
+
colorPressedSuccess: string;
|
|
966
|
+
colorFocusSuccess: string;
|
|
967
|
+
colorDisabledSuccess: string;
|
|
968
|
+
textColorSuccess: string;
|
|
969
|
+
textColorHoverSuccess: string;
|
|
970
|
+
textColorPressedSuccess: string;
|
|
971
|
+
textColorFocusSuccess: string;
|
|
972
|
+
textColorDisabledSuccess: string;
|
|
973
|
+
textColorTextSuccess: string;
|
|
974
|
+
textColorTextHoverSuccess: string;
|
|
975
|
+
textColorTextPressedSuccess: string;
|
|
976
|
+
textColorTextFocusSuccess: string;
|
|
977
|
+
textColorTextDisabledSuccess: string;
|
|
978
|
+
textColorGhostSuccess: string;
|
|
979
|
+
textColorGhostHoverSuccess: string;
|
|
980
|
+
textColorGhostPressedSuccess: string;
|
|
981
|
+
textColorGhostFocusSuccess: string;
|
|
982
|
+
textColorGhostDisabledSuccess: string;
|
|
983
|
+
borderSuccess: string;
|
|
984
|
+
borderHoverSuccess: string;
|
|
985
|
+
borderPressedSuccess: string;
|
|
986
|
+
borderFocusSuccess: string;
|
|
987
|
+
borderDisabledSuccess: string;
|
|
988
|
+
rippleColorSuccess: string;
|
|
989
|
+
colorWarning: string;
|
|
990
|
+
colorHoverWarning: string;
|
|
991
|
+
colorPressedWarning: string;
|
|
992
|
+
colorFocusWarning: string;
|
|
993
|
+
colorDisabledWarning: string;
|
|
994
|
+
textColorWarning: string;
|
|
995
|
+
textColorHoverWarning: string;
|
|
996
|
+
textColorPressedWarning: string;
|
|
997
|
+
textColorFocusWarning: string;
|
|
998
|
+
textColorDisabledWarning: string;
|
|
999
|
+
textColorTextWarning: string;
|
|
1000
|
+
textColorTextHoverWarning: string;
|
|
1001
|
+
textColorTextPressedWarning: string;
|
|
1002
|
+
textColorTextFocusWarning: string;
|
|
1003
|
+
textColorTextDisabledWarning: string;
|
|
1004
|
+
textColorGhostWarning: string;
|
|
1005
|
+
textColorGhostHoverWarning: string;
|
|
1006
|
+
textColorGhostPressedWarning: string;
|
|
1007
|
+
textColorGhostFocusWarning: string;
|
|
1008
|
+
textColorGhostDisabledWarning: string;
|
|
1009
|
+
borderWarning: string;
|
|
1010
|
+
borderHoverWarning: string;
|
|
1011
|
+
borderPressedWarning: string;
|
|
1012
|
+
borderFocusWarning: string;
|
|
1013
|
+
borderDisabledWarning: string;
|
|
1014
|
+
rippleColorWarning: string;
|
|
1015
|
+
colorError: string;
|
|
1016
|
+
colorHoverError: string;
|
|
1017
|
+
colorPressedError: string;
|
|
1018
|
+
colorFocusError: string;
|
|
1019
|
+
colorDisabledError: string;
|
|
1020
|
+
textColorError: string;
|
|
1021
|
+
textColorHoverError: string;
|
|
1022
|
+
textColorPressedError: string;
|
|
1023
|
+
textColorFocusError: string;
|
|
1024
|
+
textColorDisabledError: string;
|
|
1025
|
+
textColorTextError: string;
|
|
1026
|
+
textColorTextHoverError: string;
|
|
1027
|
+
textColorTextPressedError: string;
|
|
1028
|
+
textColorTextFocusError: string;
|
|
1029
|
+
textColorTextDisabledError: string;
|
|
1030
|
+
textColorGhostError: string;
|
|
1031
|
+
textColorGhostHoverError: string;
|
|
1032
|
+
textColorGhostPressedError: string;
|
|
1033
|
+
textColorGhostFocusError: string;
|
|
1034
|
+
textColorGhostDisabledError: string;
|
|
1035
|
+
borderError: string;
|
|
1036
|
+
borderHoverError: string;
|
|
1037
|
+
borderPressedError: string;
|
|
1038
|
+
borderFocusError: string;
|
|
1039
|
+
borderDisabledError: string;
|
|
1040
|
+
rippleColorError: string;
|
|
1041
|
+
waveOpacity: string;
|
|
1042
|
+
fontWeight: string;
|
|
1043
|
+
fontWeightStrong: string;
|
|
1044
|
+
paddingTiny: string;
|
|
1045
|
+
paddingSmall: string;
|
|
1046
|
+
paddingMedium: string;
|
|
1047
|
+
paddingLarge: string;
|
|
1048
|
+
paddingRoundTiny: string;
|
|
1049
|
+
paddingRoundSmall: string;
|
|
1050
|
+
paddingRoundMedium: string;
|
|
1051
|
+
paddingRoundLarge: string;
|
|
1052
|
+
iconMarginTiny: string;
|
|
1053
|
+
iconMarginSmall: string;
|
|
1054
|
+
iconMarginMedium: string;
|
|
1055
|
+
iconMarginLarge: string;
|
|
1056
|
+
iconSizeTiny: string;
|
|
1057
|
+
iconSizeSmall: string;
|
|
1058
|
+
iconSizeMedium: string;
|
|
1059
|
+
iconSizeLarge: string;
|
|
1060
|
+
rippleDuration: string;
|
|
1061
|
+
}, any>;
|
|
1062
|
+
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
1063
|
+
panelColor: string;
|
|
1064
|
+
panelBoxShadow: string;
|
|
1065
|
+
panelDividerColor: string;
|
|
1066
|
+
itemTextColor: string;
|
|
1067
|
+
itemTextColorActive: string;
|
|
1068
|
+
itemColorHover: string;
|
|
1069
|
+
itemOpacityDisabled: string;
|
|
1070
|
+
itemBorderRadius: string;
|
|
1071
|
+
borderRadius: string;
|
|
1072
|
+
iconColor: string;
|
|
1073
|
+
iconColorDisabled: string;
|
|
1074
|
+
itemFontSize: string;
|
|
1075
|
+
itemHeight: string;
|
|
1076
|
+
itemWidth: string;
|
|
1077
|
+
panelActionPadding: string;
|
|
1078
|
+
}, {
|
|
1079
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1080
|
+
height: string;
|
|
1081
|
+
width: string;
|
|
1082
|
+
borderRadius: string;
|
|
1083
|
+
color: string;
|
|
1084
|
+
colorHover: string;
|
|
1085
|
+
railInsetHorizontalBottom: string;
|
|
1086
|
+
railInsetHorizontalTop: string;
|
|
1087
|
+
railInsetVerticalRight: string;
|
|
1088
|
+
railInsetVerticalLeft: string;
|
|
1089
|
+
railColor: string;
|
|
1090
|
+
}, any>;
|
|
1091
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1092
|
+
heightTiny: string;
|
|
1093
|
+
heightSmall: string;
|
|
1094
|
+
heightMedium: string;
|
|
1095
|
+
heightLarge: string;
|
|
1096
|
+
borderRadiusTiny: string;
|
|
1097
|
+
borderRadiusSmall: string;
|
|
1098
|
+
borderRadiusMedium: string;
|
|
1099
|
+
borderRadiusLarge: string;
|
|
1100
|
+
fontSizeTiny: string;
|
|
1101
|
+
fontSizeSmall: string;
|
|
1102
|
+
fontSizeMedium: string;
|
|
1103
|
+
fontSizeLarge: string;
|
|
1104
|
+
opacityDisabled: string;
|
|
1105
|
+
colorOpacitySecondary: string;
|
|
1106
|
+
colorOpacitySecondaryHover: string;
|
|
1107
|
+
colorOpacitySecondaryPressed: string;
|
|
1108
|
+
colorSecondary: string;
|
|
1109
|
+
colorSecondaryHover: string;
|
|
1110
|
+
colorSecondaryPressed: string;
|
|
1111
|
+
colorTertiary: string;
|
|
1112
|
+
colorTertiaryHover: string;
|
|
1113
|
+
colorTertiaryPressed: string;
|
|
1114
|
+
colorQuaternary: string;
|
|
1115
|
+
colorQuaternaryHover: string;
|
|
1116
|
+
colorQuaternaryPressed: string;
|
|
1117
|
+
color: string;
|
|
1118
|
+
colorHover: string;
|
|
1119
|
+
colorPressed: string;
|
|
1120
|
+
colorFocus: string;
|
|
1121
|
+
colorDisabled: string;
|
|
1122
|
+
textColor: string;
|
|
1123
|
+
textColorTertiary: string;
|
|
1124
|
+
textColorHover: string;
|
|
1125
|
+
textColorPressed: string;
|
|
1126
|
+
textColorFocus: string;
|
|
1127
|
+
textColorDisabled: string;
|
|
1128
|
+
textColorText: string;
|
|
1129
|
+
textColorTextHover: string;
|
|
1130
|
+
textColorTextPressed: string;
|
|
1131
|
+
textColorTextFocus: string;
|
|
1132
|
+
textColorTextDisabled: string;
|
|
1133
|
+
textColorGhost: string;
|
|
1134
|
+
textColorGhostHover: string;
|
|
1135
|
+
textColorGhostPressed: string;
|
|
1136
|
+
textColorGhostFocus: string;
|
|
1137
|
+
textColorGhostDisabled: string;
|
|
1138
|
+
border: string;
|
|
1139
|
+
borderHover: string;
|
|
1140
|
+
borderPressed: string;
|
|
1141
|
+
borderFocus: string;
|
|
1142
|
+
borderDisabled: string;
|
|
1143
|
+
rippleColor: string;
|
|
1144
|
+
colorPrimary: string;
|
|
1145
|
+
colorHoverPrimary: string;
|
|
1146
|
+
colorPressedPrimary: string;
|
|
1147
|
+
colorFocusPrimary: string;
|
|
1148
|
+
colorDisabledPrimary: string;
|
|
1149
|
+
textColorPrimary: string;
|
|
1150
|
+
textColorHoverPrimary: string;
|
|
1151
|
+
textColorPressedPrimary: string;
|
|
1152
|
+
textColorFocusPrimary: string;
|
|
1153
|
+
textColorDisabledPrimary: string;
|
|
1154
|
+
textColorTextPrimary: string;
|
|
1155
|
+
textColorTextHoverPrimary: string;
|
|
1156
|
+
textColorTextPressedPrimary: string;
|
|
1157
|
+
textColorTextFocusPrimary: string;
|
|
1158
|
+
textColorTextDisabledPrimary: string;
|
|
1159
|
+
textColorGhostPrimary: string;
|
|
1160
|
+
textColorGhostHoverPrimary: string;
|
|
1161
|
+
textColorGhostPressedPrimary: string;
|
|
1162
|
+
textColorGhostFocusPrimary: string;
|
|
1163
|
+
textColorGhostDisabledPrimary: string;
|
|
1164
|
+
borderPrimary: string;
|
|
1165
|
+
borderHoverPrimary: string;
|
|
1166
|
+
borderPressedPrimary: string;
|
|
1167
|
+
borderFocusPrimary: string;
|
|
1168
|
+
borderDisabledPrimary: string;
|
|
1169
|
+
rippleColorPrimary: string;
|
|
1170
|
+
colorInfo: string;
|
|
1171
|
+
colorHoverInfo: string;
|
|
1172
|
+
colorPressedInfo: string;
|
|
1173
|
+
colorFocusInfo: string;
|
|
1174
|
+
colorDisabledInfo: string;
|
|
1175
|
+
textColorInfo: string;
|
|
1176
|
+
textColorHoverInfo: string;
|
|
1177
|
+
textColorPressedInfo: string;
|
|
1178
|
+
textColorFocusInfo: string;
|
|
1179
|
+
textColorDisabledInfo: string;
|
|
1180
|
+
textColorTextInfo: string;
|
|
1181
|
+
textColorTextHoverInfo: string;
|
|
1182
|
+
textColorTextPressedInfo: string;
|
|
1183
|
+
textColorTextFocusInfo: string;
|
|
1184
|
+
textColorTextDisabledInfo: string;
|
|
1185
|
+
textColorGhostInfo: string;
|
|
1186
|
+
textColorGhostHoverInfo: string;
|
|
1187
|
+
textColorGhostPressedInfo: string;
|
|
1188
|
+
textColorGhostFocusInfo: string;
|
|
1189
|
+
textColorGhostDisabledInfo: string;
|
|
1190
|
+
borderInfo: string;
|
|
1191
|
+
borderHoverInfo: string;
|
|
1192
|
+
borderPressedInfo: string;
|
|
1193
|
+
borderFocusInfo: string;
|
|
1194
|
+
borderDisabledInfo: string;
|
|
1195
|
+
rippleColorInfo: string;
|
|
1196
|
+
colorSuccess: string;
|
|
1197
|
+
colorHoverSuccess: string;
|
|
1198
|
+
colorPressedSuccess: string;
|
|
1199
|
+
colorFocusSuccess: string;
|
|
1200
|
+
colorDisabledSuccess: string;
|
|
1201
|
+
textColorSuccess: string;
|
|
1202
|
+
textColorHoverSuccess: string;
|
|
1203
|
+
textColorPressedSuccess: string;
|
|
1204
|
+
textColorFocusSuccess: string;
|
|
1205
|
+
textColorDisabledSuccess: string;
|
|
1206
|
+
textColorTextSuccess: string;
|
|
1207
|
+
textColorTextHoverSuccess: string;
|
|
1208
|
+
textColorTextPressedSuccess: string;
|
|
1209
|
+
textColorTextFocusSuccess: string;
|
|
1210
|
+
textColorTextDisabledSuccess: string;
|
|
1211
|
+
textColorGhostSuccess: string;
|
|
1212
|
+
textColorGhostHoverSuccess: string;
|
|
1213
|
+
textColorGhostPressedSuccess: string;
|
|
1214
|
+
textColorGhostFocusSuccess: string;
|
|
1215
|
+
textColorGhostDisabledSuccess: string;
|
|
1216
|
+
borderSuccess: string;
|
|
1217
|
+
borderHoverSuccess: string;
|
|
1218
|
+
borderPressedSuccess: string;
|
|
1219
|
+
borderFocusSuccess: string;
|
|
1220
|
+
borderDisabledSuccess: string;
|
|
1221
|
+
rippleColorSuccess: string;
|
|
1222
|
+
colorWarning: string;
|
|
1223
|
+
colorHoverWarning: string;
|
|
1224
|
+
colorPressedWarning: string;
|
|
1225
|
+
colorFocusWarning: string;
|
|
1226
|
+
colorDisabledWarning: string;
|
|
1227
|
+
textColorWarning: string;
|
|
1228
|
+
textColorHoverWarning: string;
|
|
1229
|
+
textColorPressedWarning: string;
|
|
1230
|
+
textColorFocusWarning: string;
|
|
1231
|
+
textColorDisabledWarning: string;
|
|
1232
|
+
textColorTextWarning: string;
|
|
1233
|
+
textColorTextHoverWarning: string;
|
|
1234
|
+
textColorTextPressedWarning: string;
|
|
1235
|
+
textColorTextFocusWarning: string;
|
|
1236
|
+
textColorTextDisabledWarning: string;
|
|
1237
|
+
textColorGhostWarning: string;
|
|
1238
|
+
textColorGhostHoverWarning: string;
|
|
1239
|
+
textColorGhostPressedWarning: string;
|
|
1240
|
+
textColorGhostFocusWarning: string;
|
|
1241
|
+
textColorGhostDisabledWarning: string;
|
|
1242
|
+
borderWarning: string;
|
|
1243
|
+
borderHoverWarning: string;
|
|
1244
|
+
borderPressedWarning: string;
|
|
1245
|
+
borderFocusWarning: string;
|
|
1246
|
+
borderDisabledWarning: string;
|
|
1247
|
+
rippleColorWarning: string;
|
|
1248
|
+
colorError: string;
|
|
1249
|
+
colorHoverError: string;
|
|
1250
|
+
colorPressedError: string;
|
|
1251
|
+
colorFocusError: string;
|
|
1252
|
+
colorDisabledError: string;
|
|
1253
|
+
textColorError: string;
|
|
1254
|
+
textColorHoverError: string;
|
|
1255
|
+
textColorPressedError: string;
|
|
1256
|
+
textColorFocusError: string;
|
|
1257
|
+
textColorDisabledError: string;
|
|
1258
|
+
textColorTextError: string;
|
|
1259
|
+
textColorTextHoverError: string;
|
|
1260
|
+
textColorTextPressedError: string;
|
|
1261
|
+
textColorTextFocusError: string;
|
|
1262
|
+
textColorTextDisabledError: string;
|
|
1263
|
+
textColorGhostError: string;
|
|
1264
|
+
textColorGhostHoverError: string;
|
|
1265
|
+
textColorGhostPressedError: string;
|
|
1266
|
+
textColorGhostFocusError: string;
|
|
1267
|
+
textColorGhostDisabledError: string;
|
|
1268
|
+
borderError: string;
|
|
1269
|
+
borderHoverError: string;
|
|
1270
|
+
borderPressedError: string;
|
|
1271
|
+
borderFocusError: string;
|
|
1272
|
+
borderDisabledError: string;
|
|
1273
|
+
rippleColorError: string;
|
|
1274
|
+
waveOpacity: string;
|
|
1275
|
+
fontWeight: string;
|
|
1276
|
+
fontWeightStrong: string;
|
|
1277
|
+
paddingTiny: string;
|
|
1278
|
+
paddingSmall: string;
|
|
1279
|
+
paddingMedium: string;
|
|
1280
|
+
paddingLarge: string;
|
|
1281
|
+
paddingRoundTiny: string;
|
|
1282
|
+
paddingRoundSmall: string;
|
|
1283
|
+
paddingRoundMedium: string;
|
|
1284
|
+
paddingRoundLarge: string;
|
|
1285
|
+
iconMarginTiny: string;
|
|
1286
|
+
iconMarginSmall: string;
|
|
1287
|
+
iconMarginMedium: string;
|
|
1288
|
+
iconMarginLarge: string;
|
|
1289
|
+
iconSizeTiny: string;
|
|
1290
|
+
iconSizeSmall: string;
|
|
1291
|
+
iconSizeMedium: string;
|
|
1292
|
+
iconSizeLarge: string;
|
|
1293
|
+
rippleDuration: string;
|
|
1294
|
+
}, any>;
|
|
1295
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1296
|
+
countTextColorDisabled: string;
|
|
1297
|
+
countTextColor: string;
|
|
1298
|
+
heightTiny: string;
|
|
1299
|
+
heightSmall: string;
|
|
1300
|
+
heightMedium: string;
|
|
1301
|
+
heightLarge: string;
|
|
1302
|
+
fontSizeTiny: string;
|
|
1303
|
+
fontSizeSmall: string;
|
|
1304
|
+
fontSizeMedium: string;
|
|
1305
|
+
fontSizeLarge: string;
|
|
1306
|
+
lineHeight: string;
|
|
1307
|
+
lineHeightTextarea: string;
|
|
1308
|
+
borderRadius: string;
|
|
1309
|
+
iconSize: string;
|
|
1310
|
+
groupLabelColor: string;
|
|
1311
|
+
groupLabelTextColor: string;
|
|
1312
|
+
textColor: string;
|
|
1313
|
+
textColorDisabled: string;
|
|
1314
|
+
textDecorationColor: string;
|
|
1315
|
+
caretColor: string;
|
|
1316
|
+
placeholderColor: string;
|
|
1317
|
+
placeholderColorDisabled: string;
|
|
1318
|
+
color: string;
|
|
1319
|
+
colorDisabled: string;
|
|
1320
|
+
colorFocus: string;
|
|
1321
|
+
groupLabelBorder: string;
|
|
1322
|
+
border: string;
|
|
1323
|
+
borderHover: string;
|
|
1324
|
+
borderDisabled: string;
|
|
1325
|
+
borderFocus: string;
|
|
1326
|
+
boxShadowFocus: string;
|
|
1327
|
+
loadingColor: string;
|
|
1328
|
+
loadingColorWarning: string;
|
|
1329
|
+
borderWarning: string;
|
|
1330
|
+
borderHoverWarning: string;
|
|
1331
|
+
colorFocusWarning: string;
|
|
1332
|
+
borderFocusWarning: string;
|
|
1333
|
+
boxShadowFocusWarning: string;
|
|
1334
|
+
caretColorWarning: string;
|
|
1335
|
+
loadingColorError: string;
|
|
1336
|
+
borderError: string;
|
|
1337
|
+
borderHoverError: string;
|
|
1338
|
+
colorFocusError: string;
|
|
1339
|
+
borderFocusError: string;
|
|
1340
|
+
boxShadowFocusError: string;
|
|
1341
|
+
caretColorError: string;
|
|
1342
|
+
clearColor: string;
|
|
1343
|
+
clearColorHover: string;
|
|
1344
|
+
clearColorPressed: string;
|
|
1345
|
+
iconColor: string;
|
|
1346
|
+
iconColorDisabled: string;
|
|
1347
|
+
iconColorHover: string;
|
|
1348
|
+
iconColorPressed: string;
|
|
1349
|
+
suffixTextColor: string;
|
|
1350
|
+
paddingTiny: string;
|
|
1351
|
+
paddingSmall: string;
|
|
1352
|
+
paddingMedium: string;
|
|
1353
|
+
paddingLarge: string;
|
|
1354
|
+
clearSize: string;
|
|
1355
|
+
}, any>;
|
|
1356
|
+
}>;
|
|
1357
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1358
|
+
height: string;
|
|
1359
|
+
width: string;
|
|
1360
|
+
borderRadius: string;
|
|
1361
|
+
color: string;
|
|
1362
|
+
colorHover: string;
|
|
1363
|
+
railInsetHorizontalBottom: string;
|
|
1364
|
+
railInsetHorizontalTop: string;
|
|
1365
|
+
railInsetVerticalRight: string;
|
|
1366
|
+
railInsetVerticalLeft: string;
|
|
1367
|
+
railColor: string;
|
|
1368
|
+
}, any>;
|
|
1369
|
+
}>>>;
|
|
1370
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"DatePicker", {
|
|
1371
|
+
itemFontSize: string;
|
|
1372
|
+
calendarDaysFontSize: string;
|
|
1373
|
+
calendarTitleFontSize: string;
|
|
1374
|
+
itemTextColor: string;
|
|
1375
|
+
itemTextColorDisabled: string;
|
|
1376
|
+
itemTextColorActive: string;
|
|
1377
|
+
itemTextColorCurrent: string;
|
|
1378
|
+
itemColorIncluded: string;
|
|
1379
|
+
itemColorHover: string;
|
|
1380
|
+
itemColorDisabled: string;
|
|
1381
|
+
itemColorActive: string;
|
|
1382
|
+
itemBorderRadius: string;
|
|
1383
|
+
panelColor: string;
|
|
1384
|
+
panelTextColor: string;
|
|
1385
|
+
arrowColor: string;
|
|
1386
|
+
calendarTitleTextColor: string;
|
|
1387
|
+
calendarTitleColorHover: string;
|
|
1388
|
+
calendarDaysTextColor: string;
|
|
1389
|
+
panelHeaderDividerColor: string;
|
|
1390
|
+
calendarDaysDividerColor: string;
|
|
1391
|
+
calendarDividerColor: string;
|
|
1392
|
+
panelActionDividerColor: string;
|
|
1393
|
+
panelBoxShadow: string;
|
|
1394
|
+
panelBorderRadius: string;
|
|
1395
|
+
calendarTitleFontWeight: string;
|
|
1396
|
+
scrollItemBorderRadius: string;
|
|
1397
|
+
iconColor: string;
|
|
1398
|
+
iconColorDisabled: string;
|
|
1399
|
+
itemSize: string;
|
|
1400
|
+
itemCellWidth: string;
|
|
1401
|
+
itemCellHeight: string;
|
|
1402
|
+
scrollItemWidth: string;
|
|
1403
|
+
scrollItemHeight: string;
|
|
1404
|
+
panelExtraFooterPadding: string;
|
|
1405
|
+
panelActionPadding: string;
|
|
1406
|
+
calendarTitlePadding: string;
|
|
1407
|
+
calendarTitleHeight: string;
|
|
1408
|
+
arrowSize: string;
|
|
1409
|
+
panelHeaderPadding: string;
|
|
1410
|
+
calendarDaysHeight: string;
|
|
1411
|
+
calendarTitleGridTempateColumns: string;
|
|
1412
|
+
calendarLeftPaddingDate: string;
|
|
1413
|
+
calendarLeftPaddingDatetime: string;
|
|
1414
|
+
calendarLeftPaddingDaterange: string;
|
|
1415
|
+
calendarLeftPaddingDatetimerange: string;
|
|
1416
|
+
calendarLeftPaddingMonth: string;
|
|
1417
|
+
calendarLeftPaddingYear: string;
|
|
1418
|
+
calendarLeftPaddingQuarter: string;
|
|
1419
|
+
calendarLeftPaddingMonthrange: string;
|
|
1420
|
+
calendarLeftPaddingQuarterrange: string;
|
|
1421
|
+
calendarLeftPaddingYearrange: string;
|
|
1422
|
+
calendarLeftPaddingWeek: string;
|
|
1423
|
+
calendarRightPaddingDate: string;
|
|
1424
|
+
calendarRightPaddingDatetime: string;
|
|
1425
|
+
calendarRightPaddingDaterange: string;
|
|
1426
|
+
calendarRightPaddingDatetimerange: string;
|
|
1427
|
+
calendarRightPaddingMonth: string;
|
|
1428
|
+
calendarRightPaddingYear: string;
|
|
1429
|
+
calendarRightPaddingQuarter: string;
|
|
1430
|
+
calendarRightPaddingMonthrange: string;
|
|
1431
|
+
calendarRightPaddingQuarterrange: string;
|
|
1432
|
+
calendarRightPaddingYearrange: string;
|
|
1433
|
+
calendarRightPaddingWeek: string;
|
|
1434
|
+
}, {
|
|
1435
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1436
|
+
countTextColorDisabled: string;
|
|
1437
|
+
countTextColor: string;
|
|
1438
|
+
heightTiny: string;
|
|
1439
|
+
heightSmall: string;
|
|
1440
|
+
heightMedium: string;
|
|
1441
|
+
heightLarge: string;
|
|
1442
|
+
fontSizeTiny: string;
|
|
1443
|
+
fontSizeSmall: string;
|
|
1444
|
+
fontSizeMedium: string;
|
|
1445
|
+
fontSizeLarge: string;
|
|
1446
|
+
lineHeight: string;
|
|
1447
|
+
lineHeightTextarea: string;
|
|
1448
|
+
borderRadius: string;
|
|
1449
|
+
iconSize: string;
|
|
1450
|
+
groupLabelColor: string;
|
|
1451
|
+
groupLabelTextColor: string;
|
|
1452
|
+
textColor: string;
|
|
1453
|
+
textColorDisabled: string;
|
|
1454
|
+
textDecorationColor: string;
|
|
1455
|
+
caretColor: string;
|
|
1456
|
+
placeholderColor: string;
|
|
1457
|
+
placeholderColorDisabled: string;
|
|
1458
|
+
color: string;
|
|
1459
|
+
colorDisabled: string;
|
|
1460
|
+
colorFocus: string;
|
|
1461
|
+
groupLabelBorder: string;
|
|
1462
|
+
border: string;
|
|
1463
|
+
borderHover: string;
|
|
1464
|
+
borderDisabled: string;
|
|
1465
|
+
borderFocus: string;
|
|
1466
|
+
boxShadowFocus: string;
|
|
1467
|
+
loadingColor: string;
|
|
1468
|
+
loadingColorWarning: string;
|
|
1469
|
+
borderWarning: string;
|
|
1470
|
+
borderHoverWarning: string;
|
|
1471
|
+
colorFocusWarning: string;
|
|
1472
|
+
borderFocusWarning: string;
|
|
1473
|
+
boxShadowFocusWarning: string;
|
|
1474
|
+
caretColorWarning: string;
|
|
1475
|
+
loadingColorError: string;
|
|
1476
|
+
borderError: string;
|
|
1477
|
+
borderHoverError: string;
|
|
1478
|
+
colorFocusError: string;
|
|
1479
|
+
borderFocusError: string;
|
|
1480
|
+
boxShadowFocusError: string;
|
|
1481
|
+
caretColorError: string;
|
|
1482
|
+
clearColor: string;
|
|
1483
|
+
clearColorHover: string;
|
|
1484
|
+
clearColorPressed: string;
|
|
1485
|
+
iconColor: string;
|
|
1486
|
+
iconColorDisabled: string;
|
|
1487
|
+
iconColorHover: string;
|
|
1488
|
+
iconColorPressed: string;
|
|
1489
|
+
suffixTextColor: string;
|
|
1490
|
+
paddingTiny: string;
|
|
1491
|
+
paddingSmall: string;
|
|
1492
|
+
paddingMedium: string;
|
|
1493
|
+
paddingLarge: string;
|
|
1494
|
+
clearSize: string;
|
|
1495
|
+
}, any>;
|
|
1496
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1497
|
+
heightTiny: string;
|
|
1498
|
+
heightSmall: string;
|
|
1499
|
+
heightMedium: string;
|
|
1500
|
+
heightLarge: string;
|
|
1501
|
+
borderRadiusTiny: string;
|
|
1502
|
+
borderRadiusSmall: string;
|
|
1503
|
+
borderRadiusMedium: string;
|
|
1504
|
+
borderRadiusLarge: string;
|
|
1505
|
+
fontSizeTiny: string;
|
|
1506
|
+
fontSizeSmall: string;
|
|
1507
|
+
fontSizeMedium: string;
|
|
1508
|
+
fontSizeLarge: string;
|
|
1509
|
+
opacityDisabled: string;
|
|
1510
|
+
colorOpacitySecondary: string;
|
|
1511
|
+
colorOpacitySecondaryHover: string;
|
|
1512
|
+
colorOpacitySecondaryPressed: string;
|
|
1513
|
+
colorSecondary: string;
|
|
1514
|
+
colorSecondaryHover: string;
|
|
1515
|
+
colorSecondaryPressed: string;
|
|
1516
|
+
colorTertiary: string;
|
|
1517
|
+
colorTertiaryHover: string;
|
|
1518
|
+
colorTertiaryPressed: string;
|
|
1519
|
+
colorQuaternary: string;
|
|
1520
|
+
colorQuaternaryHover: string;
|
|
1521
|
+
colorQuaternaryPressed: string;
|
|
1522
|
+
color: string;
|
|
1523
|
+
colorHover: string;
|
|
1524
|
+
colorPressed: string;
|
|
1525
|
+
colorFocus: string;
|
|
1526
|
+
colorDisabled: string;
|
|
1527
|
+
textColor: string;
|
|
1528
|
+
textColorTertiary: string;
|
|
1529
|
+
textColorHover: string;
|
|
1530
|
+
textColorPressed: string;
|
|
1531
|
+
textColorFocus: string;
|
|
1532
|
+
textColorDisabled: string;
|
|
1533
|
+
textColorText: string;
|
|
1534
|
+
textColorTextHover: string;
|
|
1535
|
+
textColorTextPressed: string;
|
|
1536
|
+
textColorTextFocus: string;
|
|
1537
|
+
textColorTextDisabled: string;
|
|
1538
|
+
textColorGhost: string;
|
|
1539
|
+
textColorGhostHover: string;
|
|
1540
|
+
textColorGhostPressed: string;
|
|
1541
|
+
textColorGhostFocus: string;
|
|
1542
|
+
textColorGhostDisabled: string;
|
|
1543
|
+
border: string;
|
|
1544
|
+
borderHover: string;
|
|
1545
|
+
borderPressed: string;
|
|
1546
|
+
borderFocus: string;
|
|
1547
|
+
borderDisabled: string;
|
|
1548
|
+
rippleColor: string;
|
|
1549
|
+
colorPrimary: string;
|
|
1550
|
+
colorHoverPrimary: string;
|
|
1551
|
+
colorPressedPrimary: string;
|
|
1552
|
+
colorFocusPrimary: string;
|
|
1553
|
+
colorDisabledPrimary: string;
|
|
1554
|
+
textColorPrimary: string;
|
|
1555
|
+
textColorHoverPrimary: string;
|
|
1556
|
+
textColorPressedPrimary: string;
|
|
1557
|
+
textColorFocusPrimary: string;
|
|
1558
|
+
textColorDisabledPrimary: string;
|
|
1559
|
+
textColorTextPrimary: string;
|
|
1560
|
+
textColorTextHoverPrimary: string;
|
|
1561
|
+
textColorTextPressedPrimary: string;
|
|
1562
|
+
textColorTextFocusPrimary: string;
|
|
1563
|
+
textColorTextDisabledPrimary: string;
|
|
1564
|
+
textColorGhostPrimary: string;
|
|
1565
|
+
textColorGhostHoverPrimary: string;
|
|
1566
|
+
textColorGhostPressedPrimary: string;
|
|
1567
|
+
textColorGhostFocusPrimary: string;
|
|
1568
|
+
textColorGhostDisabledPrimary: string;
|
|
1569
|
+
borderPrimary: string;
|
|
1570
|
+
borderHoverPrimary: string;
|
|
1571
|
+
borderPressedPrimary: string;
|
|
1572
|
+
borderFocusPrimary: string;
|
|
1573
|
+
borderDisabledPrimary: string;
|
|
1574
|
+
rippleColorPrimary: string;
|
|
1575
|
+
colorInfo: string;
|
|
1576
|
+
colorHoverInfo: string;
|
|
1577
|
+
colorPressedInfo: string;
|
|
1578
|
+
colorFocusInfo: string;
|
|
1579
|
+
colorDisabledInfo: string;
|
|
1580
|
+
textColorInfo: string;
|
|
1581
|
+
textColorHoverInfo: string;
|
|
1582
|
+
textColorPressedInfo: string;
|
|
1583
|
+
textColorFocusInfo: string;
|
|
1584
|
+
textColorDisabledInfo: string;
|
|
1585
|
+
textColorTextInfo: string;
|
|
1586
|
+
textColorTextHoverInfo: string;
|
|
1587
|
+
textColorTextPressedInfo: string;
|
|
1588
|
+
textColorTextFocusInfo: string;
|
|
1589
|
+
textColorTextDisabledInfo: string;
|
|
1590
|
+
textColorGhostInfo: string;
|
|
1591
|
+
textColorGhostHoverInfo: string;
|
|
1592
|
+
textColorGhostPressedInfo: string;
|
|
1593
|
+
textColorGhostFocusInfo: string;
|
|
1594
|
+
textColorGhostDisabledInfo: string;
|
|
1595
|
+
borderInfo: string;
|
|
1596
|
+
borderHoverInfo: string;
|
|
1597
|
+
borderPressedInfo: string;
|
|
1598
|
+
borderFocusInfo: string;
|
|
1599
|
+
borderDisabledInfo: string;
|
|
1600
|
+
rippleColorInfo: string;
|
|
1601
|
+
colorSuccess: string;
|
|
1602
|
+
colorHoverSuccess: string;
|
|
1603
|
+
colorPressedSuccess: string;
|
|
1604
|
+
colorFocusSuccess: string;
|
|
1605
|
+
colorDisabledSuccess: string;
|
|
1606
|
+
textColorSuccess: string;
|
|
1607
|
+
textColorHoverSuccess: string;
|
|
1608
|
+
textColorPressedSuccess: string;
|
|
1609
|
+
textColorFocusSuccess: string;
|
|
1610
|
+
textColorDisabledSuccess: string;
|
|
1611
|
+
textColorTextSuccess: string;
|
|
1612
|
+
textColorTextHoverSuccess: string;
|
|
1613
|
+
textColorTextPressedSuccess: string;
|
|
1614
|
+
textColorTextFocusSuccess: string;
|
|
1615
|
+
textColorTextDisabledSuccess: string;
|
|
1616
|
+
textColorGhostSuccess: string;
|
|
1617
|
+
textColorGhostHoverSuccess: string;
|
|
1618
|
+
textColorGhostPressedSuccess: string;
|
|
1619
|
+
textColorGhostFocusSuccess: string;
|
|
1620
|
+
textColorGhostDisabledSuccess: string;
|
|
1621
|
+
borderSuccess: string;
|
|
1622
|
+
borderHoverSuccess: string;
|
|
1623
|
+
borderPressedSuccess: string;
|
|
1624
|
+
borderFocusSuccess: string;
|
|
1625
|
+
borderDisabledSuccess: string;
|
|
1626
|
+
rippleColorSuccess: string;
|
|
1627
|
+
colorWarning: string;
|
|
1628
|
+
colorHoverWarning: string;
|
|
1629
|
+
colorPressedWarning: string;
|
|
1630
|
+
colorFocusWarning: string;
|
|
1631
|
+
colorDisabledWarning: string;
|
|
1632
|
+
textColorWarning: string;
|
|
1633
|
+
textColorHoverWarning: string;
|
|
1634
|
+
textColorPressedWarning: string;
|
|
1635
|
+
textColorFocusWarning: string;
|
|
1636
|
+
textColorDisabledWarning: string;
|
|
1637
|
+
textColorTextWarning: string;
|
|
1638
|
+
textColorTextHoverWarning: string;
|
|
1639
|
+
textColorTextPressedWarning: string;
|
|
1640
|
+
textColorTextFocusWarning: string;
|
|
1641
|
+
textColorTextDisabledWarning: string;
|
|
1642
|
+
textColorGhostWarning: string;
|
|
1643
|
+
textColorGhostHoverWarning: string;
|
|
1644
|
+
textColorGhostPressedWarning: string;
|
|
1645
|
+
textColorGhostFocusWarning: string;
|
|
1646
|
+
textColorGhostDisabledWarning: string;
|
|
1647
|
+
borderWarning: string;
|
|
1648
|
+
borderHoverWarning: string;
|
|
1649
|
+
borderPressedWarning: string;
|
|
1650
|
+
borderFocusWarning: string;
|
|
1651
|
+
borderDisabledWarning: string;
|
|
1652
|
+
rippleColorWarning: string;
|
|
1653
|
+
colorError: string;
|
|
1654
|
+
colorHoverError: string;
|
|
1655
|
+
colorPressedError: string;
|
|
1656
|
+
colorFocusError: string;
|
|
1657
|
+
colorDisabledError: string;
|
|
1658
|
+
textColorError: string;
|
|
1659
|
+
textColorHoverError: string;
|
|
1660
|
+
textColorPressedError: string;
|
|
1661
|
+
textColorFocusError: string;
|
|
1662
|
+
textColorDisabledError: string;
|
|
1663
|
+
textColorTextError: string;
|
|
1664
|
+
textColorTextHoverError: string;
|
|
1665
|
+
textColorTextPressedError: string;
|
|
1666
|
+
textColorTextFocusError: string;
|
|
1667
|
+
textColorTextDisabledError: string;
|
|
1668
|
+
textColorGhostError: string;
|
|
1669
|
+
textColorGhostHoverError: string;
|
|
1670
|
+
textColorGhostPressedError: string;
|
|
1671
|
+
textColorGhostFocusError: string;
|
|
1672
|
+
textColorGhostDisabledError: string;
|
|
1673
|
+
borderError: string;
|
|
1674
|
+
borderHoverError: string;
|
|
1675
|
+
borderPressedError: string;
|
|
1676
|
+
borderFocusError: string;
|
|
1677
|
+
borderDisabledError: string;
|
|
1678
|
+
rippleColorError: string;
|
|
1679
|
+
waveOpacity: string;
|
|
1680
|
+
fontWeight: string;
|
|
1681
|
+
fontWeightStrong: string;
|
|
1682
|
+
paddingTiny: string;
|
|
1683
|
+
paddingSmall: string;
|
|
1684
|
+
paddingMedium: string;
|
|
1685
|
+
paddingLarge: string;
|
|
1686
|
+
paddingRoundTiny: string;
|
|
1687
|
+
paddingRoundSmall: string;
|
|
1688
|
+
paddingRoundMedium: string;
|
|
1689
|
+
paddingRoundLarge: string;
|
|
1690
|
+
iconMarginTiny: string;
|
|
1691
|
+
iconMarginSmall: string;
|
|
1692
|
+
iconMarginMedium: string;
|
|
1693
|
+
iconMarginLarge: string;
|
|
1694
|
+
iconSizeTiny: string;
|
|
1695
|
+
iconSizeSmall: string;
|
|
1696
|
+
iconSizeMedium: string;
|
|
1697
|
+
iconSizeLarge: string;
|
|
1698
|
+
rippleDuration: string;
|
|
1699
|
+
}, any>;
|
|
1700
|
+
TimePicker: import("../../_mixins").Theme<"TimePicker", {
|
|
1701
|
+
panelColor: string;
|
|
1702
|
+
panelBoxShadow: string;
|
|
1703
|
+
panelDividerColor: string;
|
|
1704
|
+
itemTextColor: string;
|
|
1705
|
+
itemTextColorActive: string;
|
|
1706
|
+
itemColorHover: string;
|
|
1707
|
+
itemOpacityDisabled: string;
|
|
1708
|
+
itemBorderRadius: string;
|
|
1709
|
+
borderRadius: string;
|
|
1710
|
+
iconColor: string;
|
|
1711
|
+
iconColorDisabled: string;
|
|
1712
|
+
itemFontSize: string;
|
|
1713
|
+
itemHeight: string;
|
|
1714
|
+
itemWidth: string;
|
|
1715
|
+
panelActionPadding: string;
|
|
1716
|
+
}, {
|
|
1717
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1718
|
+
height: string;
|
|
1719
|
+
width: string;
|
|
1720
|
+
borderRadius: string;
|
|
1721
|
+
color: string;
|
|
1722
|
+
colorHover: string;
|
|
1723
|
+
railInsetHorizontalBottom: string;
|
|
1724
|
+
railInsetHorizontalTop: string;
|
|
1725
|
+
railInsetVerticalRight: string;
|
|
1726
|
+
railInsetVerticalLeft: string;
|
|
1727
|
+
railColor: string;
|
|
1728
|
+
}, any>;
|
|
1729
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1730
|
+
heightTiny: string;
|
|
1731
|
+
heightSmall: string;
|
|
1732
|
+
heightMedium: string;
|
|
1733
|
+
heightLarge: string;
|
|
1734
|
+
borderRadiusTiny: string;
|
|
1735
|
+
borderRadiusSmall: string;
|
|
1736
|
+
borderRadiusMedium: string;
|
|
1737
|
+
borderRadiusLarge: string;
|
|
1738
|
+
fontSizeTiny: string;
|
|
1739
|
+
fontSizeSmall: string;
|
|
1740
|
+
fontSizeMedium: string;
|
|
1741
|
+
fontSizeLarge: string;
|
|
1742
|
+
opacityDisabled: string;
|
|
1743
|
+
colorOpacitySecondary: string;
|
|
1744
|
+
colorOpacitySecondaryHover: string;
|
|
1745
|
+
colorOpacitySecondaryPressed: string;
|
|
1746
|
+
colorSecondary: string;
|
|
1747
|
+
colorSecondaryHover: string;
|
|
1748
|
+
colorSecondaryPressed: string;
|
|
1749
|
+
colorTertiary: string;
|
|
1750
|
+
colorTertiaryHover: string;
|
|
1751
|
+
colorTertiaryPressed: string;
|
|
1752
|
+
colorQuaternary: string;
|
|
1753
|
+
colorQuaternaryHover: string;
|
|
1754
|
+
colorQuaternaryPressed: string;
|
|
1755
|
+
color: string;
|
|
1756
|
+
colorHover: string;
|
|
1757
|
+
colorPressed: string;
|
|
1758
|
+
colorFocus: string;
|
|
1759
|
+
colorDisabled: string;
|
|
1760
|
+
textColor: string;
|
|
1761
|
+
textColorTertiary: string;
|
|
1762
|
+
textColorHover: string;
|
|
1763
|
+
textColorPressed: string;
|
|
1764
|
+
textColorFocus: string;
|
|
1765
|
+
textColorDisabled: string;
|
|
1766
|
+
textColorText: string;
|
|
1767
|
+
textColorTextHover: string;
|
|
1768
|
+
textColorTextPressed: string;
|
|
1769
|
+
textColorTextFocus: string;
|
|
1770
|
+
textColorTextDisabled: string;
|
|
1771
|
+
textColorGhost: string;
|
|
1772
|
+
textColorGhostHover: string;
|
|
1773
|
+
textColorGhostPressed: string;
|
|
1774
|
+
textColorGhostFocus: string;
|
|
1775
|
+
textColorGhostDisabled: string;
|
|
1776
|
+
border: string;
|
|
1777
|
+
borderHover: string;
|
|
1778
|
+
borderPressed: string;
|
|
1779
|
+
borderFocus: string;
|
|
1780
|
+
borderDisabled: string;
|
|
1781
|
+
rippleColor: string;
|
|
1782
|
+
colorPrimary: string;
|
|
1783
|
+
colorHoverPrimary: string;
|
|
1784
|
+
colorPressedPrimary: string;
|
|
1785
|
+
colorFocusPrimary: string;
|
|
1786
|
+
colorDisabledPrimary: string;
|
|
1787
|
+
textColorPrimary: string;
|
|
1788
|
+
textColorHoverPrimary: string;
|
|
1789
|
+
textColorPressedPrimary: string;
|
|
1790
|
+
textColorFocusPrimary: string;
|
|
1791
|
+
textColorDisabledPrimary: string;
|
|
1792
|
+
textColorTextPrimary: string;
|
|
1793
|
+
textColorTextHoverPrimary: string;
|
|
1794
|
+
textColorTextPressedPrimary: string;
|
|
1795
|
+
textColorTextFocusPrimary: string;
|
|
1796
|
+
textColorTextDisabledPrimary: string;
|
|
1797
|
+
textColorGhostPrimary: string;
|
|
1798
|
+
textColorGhostHoverPrimary: string;
|
|
1799
|
+
textColorGhostPressedPrimary: string;
|
|
1800
|
+
textColorGhostFocusPrimary: string;
|
|
1801
|
+
textColorGhostDisabledPrimary: string;
|
|
1802
|
+
borderPrimary: string;
|
|
1803
|
+
borderHoverPrimary: string;
|
|
1804
|
+
borderPressedPrimary: string;
|
|
1805
|
+
borderFocusPrimary: string;
|
|
1806
|
+
borderDisabledPrimary: string;
|
|
1807
|
+
rippleColorPrimary: string;
|
|
1808
|
+
colorInfo: string;
|
|
1809
|
+
colorHoverInfo: string;
|
|
1810
|
+
colorPressedInfo: string;
|
|
1811
|
+
colorFocusInfo: string;
|
|
1812
|
+
colorDisabledInfo: string;
|
|
1813
|
+
textColorInfo: string;
|
|
1814
|
+
textColorHoverInfo: string;
|
|
1815
|
+
textColorPressedInfo: string;
|
|
1816
|
+
textColorFocusInfo: string;
|
|
1817
|
+
textColorDisabledInfo: string;
|
|
1818
|
+
textColorTextInfo: string;
|
|
1819
|
+
textColorTextHoverInfo: string;
|
|
1820
|
+
textColorTextPressedInfo: string;
|
|
1821
|
+
textColorTextFocusInfo: string;
|
|
1822
|
+
textColorTextDisabledInfo: string;
|
|
1823
|
+
textColorGhostInfo: string;
|
|
1824
|
+
textColorGhostHoverInfo: string;
|
|
1825
|
+
textColorGhostPressedInfo: string;
|
|
1826
|
+
textColorGhostFocusInfo: string;
|
|
1827
|
+
textColorGhostDisabledInfo: string;
|
|
1828
|
+
borderInfo: string;
|
|
1829
|
+
borderHoverInfo: string;
|
|
1830
|
+
borderPressedInfo: string;
|
|
1831
|
+
borderFocusInfo: string;
|
|
1832
|
+
borderDisabledInfo: string;
|
|
1833
|
+
rippleColorInfo: string;
|
|
1834
|
+
colorSuccess: string;
|
|
1835
|
+
colorHoverSuccess: string;
|
|
1836
|
+
colorPressedSuccess: string;
|
|
1837
|
+
colorFocusSuccess: string;
|
|
1838
|
+
colorDisabledSuccess: string;
|
|
1839
|
+
textColorSuccess: string;
|
|
1840
|
+
textColorHoverSuccess: string;
|
|
1841
|
+
textColorPressedSuccess: string;
|
|
1842
|
+
textColorFocusSuccess: string;
|
|
1843
|
+
textColorDisabledSuccess: string;
|
|
1844
|
+
textColorTextSuccess: string;
|
|
1845
|
+
textColorTextHoverSuccess: string;
|
|
1846
|
+
textColorTextPressedSuccess: string;
|
|
1847
|
+
textColorTextFocusSuccess: string;
|
|
1848
|
+
textColorTextDisabledSuccess: string;
|
|
1849
|
+
textColorGhostSuccess: string;
|
|
1850
|
+
textColorGhostHoverSuccess: string;
|
|
1851
|
+
textColorGhostPressedSuccess: string;
|
|
1852
|
+
textColorGhostFocusSuccess: string;
|
|
1853
|
+
textColorGhostDisabledSuccess: string;
|
|
1854
|
+
borderSuccess: string;
|
|
1855
|
+
borderHoverSuccess: string;
|
|
1856
|
+
borderPressedSuccess: string;
|
|
1857
|
+
borderFocusSuccess: string;
|
|
1858
|
+
borderDisabledSuccess: string;
|
|
1859
|
+
rippleColorSuccess: string;
|
|
1860
|
+
colorWarning: string;
|
|
1861
|
+
colorHoverWarning: string;
|
|
1862
|
+
colorPressedWarning: string;
|
|
1863
|
+
colorFocusWarning: string;
|
|
1864
|
+
colorDisabledWarning: string;
|
|
1865
|
+
textColorWarning: string;
|
|
1866
|
+
textColorHoverWarning: string;
|
|
1867
|
+
textColorPressedWarning: string;
|
|
1868
|
+
textColorFocusWarning: string;
|
|
1869
|
+
textColorDisabledWarning: string;
|
|
1870
|
+
textColorTextWarning: string;
|
|
1871
|
+
textColorTextHoverWarning: string;
|
|
1872
|
+
textColorTextPressedWarning: string;
|
|
1873
|
+
textColorTextFocusWarning: string;
|
|
1874
|
+
textColorTextDisabledWarning: string;
|
|
1875
|
+
textColorGhostWarning: string;
|
|
1876
|
+
textColorGhostHoverWarning: string;
|
|
1877
|
+
textColorGhostPressedWarning: string;
|
|
1878
|
+
textColorGhostFocusWarning: string;
|
|
1879
|
+
textColorGhostDisabledWarning: string;
|
|
1880
|
+
borderWarning: string;
|
|
1881
|
+
borderHoverWarning: string;
|
|
1882
|
+
borderPressedWarning: string;
|
|
1883
|
+
borderFocusWarning: string;
|
|
1884
|
+
borderDisabledWarning: string;
|
|
1885
|
+
rippleColorWarning: string;
|
|
1886
|
+
colorError: string;
|
|
1887
|
+
colorHoverError: string;
|
|
1888
|
+
colorPressedError: string;
|
|
1889
|
+
colorFocusError: string;
|
|
1890
|
+
colorDisabledError: string;
|
|
1891
|
+
textColorError: string;
|
|
1892
|
+
textColorHoverError: string;
|
|
1893
|
+
textColorPressedError: string;
|
|
1894
|
+
textColorFocusError: string;
|
|
1895
|
+
textColorDisabledError: string;
|
|
1896
|
+
textColorTextError: string;
|
|
1897
|
+
textColorTextHoverError: string;
|
|
1898
|
+
textColorTextPressedError: string;
|
|
1899
|
+
textColorTextFocusError: string;
|
|
1900
|
+
textColorTextDisabledError: string;
|
|
1901
|
+
textColorGhostError: string;
|
|
1902
|
+
textColorGhostHoverError: string;
|
|
1903
|
+
textColorGhostPressedError: string;
|
|
1904
|
+
textColorGhostFocusError: string;
|
|
1905
|
+
textColorGhostDisabledError: string;
|
|
1906
|
+
borderError: string;
|
|
1907
|
+
borderHoverError: string;
|
|
1908
|
+
borderPressedError: string;
|
|
1909
|
+
borderFocusError: string;
|
|
1910
|
+
borderDisabledError: string;
|
|
1911
|
+
rippleColorError: string;
|
|
1912
|
+
waveOpacity: string;
|
|
1913
|
+
fontWeight: string;
|
|
1914
|
+
fontWeightStrong: string;
|
|
1915
|
+
paddingTiny: string;
|
|
1916
|
+
paddingSmall: string;
|
|
1917
|
+
paddingMedium: string;
|
|
1918
|
+
paddingLarge: string;
|
|
1919
|
+
paddingRoundTiny: string;
|
|
1920
|
+
paddingRoundSmall: string;
|
|
1921
|
+
paddingRoundMedium: string;
|
|
1922
|
+
paddingRoundLarge: string;
|
|
1923
|
+
iconMarginTiny: string;
|
|
1924
|
+
iconMarginSmall: string;
|
|
1925
|
+
iconMarginMedium: string;
|
|
1926
|
+
iconMarginLarge: string;
|
|
1927
|
+
iconSizeTiny: string;
|
|
1928
|
+
iconSizeSmall: string;
|
|
1929
|
+
iconSizeMedium: string;
|
|
1930
|
+
iconSizeLarge: string;
|
|
1931
|
+
rippleDuration: string;
|
|
1932
|
+
}, any>;
|
|
1933
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1934
|
+
countTextColorDisabled: string;
|
|
1935
|
+
countTextColor: string;
|
|
1936
|
+
heightTiny: string;
|
|
1937
|
+
heightSmall: string;
|
|
1938
|
+
heightMedium: string;
|
|
1939
|
+
heightLarge: string;
|
|
1940
|
+
fontSizeTiny: string;
|
|
1941
|
+
fontSizeSmall: string;
|
|
1942
|
+
fontSizeMedium: string;
|
|
1943
|
+
fontSizeLarge: string;
|
|
1944
|
+
lineHeight: string;
|
|
1945
|
+
lineHeightTextarea: string;
|
|
1946
|
+
borderRadius: string;
|
|
1947
|
+
iconSize: string;
|
|
1948
|
+
groupLabelColor: string;
|
|
1949
|
+
groupLabelTextColor: string;
|
|
1950
|
+
textColor: string;
|
|
1951
|
+
textColorDisabled: string;
|
|
1952
|
+
textDecorationColor: string;
|
|
1953
|
+
caretColor: string;
|
|
1954
|
+
placeholderColor: string;
|
|
1955
|
+
placeholderColorDisabled: string;
|
|
1956
|
+
color: string;
|
|
1957
|
+
colorDisabled: string;
|
|
1958
|
+
colorFocus: string;
|
|
1959
|
+
groupLabelBorder: string;
|
|
1960
|
+
border: string;
|
|
1961
|
+
borderHover: string;
|
|
1962
|
+
borderDisabled: string;
|
|
1963
|
+
borderFocus: string;
|
|
1964
|
+
boxShadowFocus: string;
|
|
1965
|
+
loadingColor: string;
|
|
1966
|
+
loadingColorWarning: string;
|
|
1967
|
+
borderWarning: string;
|
|
1968
|
+
borderHoverWarning: string;
|
|
1969
|
+
colorFocusWarning: string;
|
|
1970
|
+
borderFocusWarning: string;
|
|
1971
|
+
boxShadowFocusWarning: string;
|
|
1972
|
+
caretColorWarning: string;
|
|
1973
|
+
loadingColorError: string;
|
|
1974
|
+
borderError: string;
|
|
1975
|
+
borderHoverError: string;
|
|
1976
|
+
colorFocusError: string;
|
|
1977
|
+
borderFocusError: string;
|
|
1978
|
+
boxShadowFocusError: string;
|
|
1979
|
+
caretColorError: string;
|
|
1980
|
+
clearColor: string;
|
|
1981
|
+
clearColorHover: string;
|
|
1982
|
+
clearColorPressed: string;
|
|
1983
|
+
iconColor: string;
|
|
1984
|
+
iconColorDisabled: string;
|
|
1985
|
+
iconColorHover: string;
|
|
1986
|
+
iconColorPressed: string;
|
|
1987
|
+
suffixTextColor: string;
|
|
1988
|
+
paddingTiny: string;
|
|
1989
|
+
paddingSmall: string;
|
|
1990
|
+
paddingMedium: string;
|
|
1991
|
+
paddingLarge: string;
|
|
1992
|
+
clearSize: string;
|
|
1993
|
+
}, any>;
|
|
1994
|
+
}>;
|
|
1995
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1996
|
+
height: string;
|
|
1997
|
+
width: string;
|
|
1998
|
+
borderRadius: string;
|
|
1999
|
+
color: string;
|
|
2000
|
+
colorHover: string;
|
|
2001
|
+
railInsetHorizontalBottom: string;
|
|
2002
|
+
railInsetHorizontalTop: string;
|
|
2003
|
+
railInsetVerticalRight: string;
|
|
2004
|
+
railInsetVerticalLeft: string;
|
|
2005
|
+
railColor: string;
|
|
2006
|
+
}, any>;
|
|
2007
|
+
}>>>;
|
|
2008
|
+
};
|