naive-ui 2.35.0 → 2.37.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 +3 -1
- package/README.zh-CN.md +1 -0
- package/dist/index.js +4201 -1563
- package/dist/index.prod.js +2 -2
- package/es/_internal/clear/index.mjs +1 -0
- package/es/_internal/clear/src/Clear.mjs +54 -0
- package/es/_internal/clear/src/styles/index.cssr.mjs +37 -0
- package/es/_internal/close/index.mjs +1 -0
- package/es/_internal/close/src/Close.mjs +61 -0
- package/es/_internal/close/src/styles/index.cssr.mjs +54 -0
- package/es/_internal/fade-in-expand-transition/index.mjs +1 -0
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.mjs +110 -0
- package/es/_internal/focus-detector/index.mjs +2 -0
- package/es/_internal/focus-detector/src/FocusDetector.mjs +15 -0
- package/es/_internal/icon/index.mjs +1 -0
- package/es/_internal/icon/src/Icon.mjs +40 -0
- package/es/_internal/icon/src/styles/index.cssr.mjs +14 -0
- package/es/_internal/icon-switch-transition/index.mjs +1 -0
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.mjs +14 -0
- package/es/_internal/icons/Add.mjs +19 -0
- package/es/_internal/icons/ArrowBack.mjs +15 -0
- package/es/_internal/icons/ArrowDown.mjs +19 -0
- package/es/_internal/icons/ArrowUp.mjs +15 -0
- package/es/_internal/icons/Attach.mjs +17 -0
- package/es/_internal/icons/Backward.mjs +14 -0
- package/es/_internal/icons/Cancel.mjs +17 -0
- package/es/_internal/icons/Checkmark.mjs +15 -0
- package/es/_internal/icons/ChevronDown.mjs +14 -0
- package/es/_internal/icons/ChevronDownFilled.mjs +14 -0
- package/es/_internal/icons/ChevronLeft.mjs +14 -0
- package/es/_internal/icons/ChevronRight.mjs +14 -0
- package/es/_internal/icons/Clear.mjs +17 -0
- package/es/_internal/icons/Close.mjs +18 -0
- package/es/_internal/icons/Date.mjs +17 -0
- package/es/_internal/icons/Download.mjs +17 -0
- package/es/_internal/icons/Empty.mjs +17 -0
- package/es/_internal/icons/Error.mjs +15 -0
- package/es/_internal/icons/Eye.mjs +25 -0
- package/es/_internal/icons/EyeOff.mjs +25 -0
- package/es/_internal/icons/FastBackward.mjs +21 -0
- package/es/_internal/icons/FastForward.mjs +21 -0
- package/es/_internal/icons/File.mjs +21 -0
- package/es/_internal/icons/Filter.mjs +19 -0
- package/es/_internal/icons/Forward.mjs +14 -0
- package/es/_internal/icons/Info.mjs +15 -0
- package/es/_internal/icons/More.mjs +21 -0
- package/es/_internal/icons/Photo.mjs +29 -0
- package/es/_internal/icons/Remove.mjs +16 -0
- package/es/_internal/icons/ResizeSmall.mjs +15 -0
- package/es/_internal/icons/Retry.mjs +12 -0
- package/es/_internal/icons/RotateClockwise.mjs +13 -0
- package/es/_internal/icons/RotateCounterclockwise.mjs +13 -0
- package/es/_internal/icons/Search.mjs +14 -0
- package/es/_internal/icons/Success.mjs +15 -0
- package/es/_internal/icons/Switcher.mjs +12 -0
- package/es/_internal/icons/Time.mjs +12 -0
- package/es/_internal/icons/To.mjs +17 -0
- package/es/_internal/icons/Trash.mjs +29 -0
- package/es/_internal/icons/Warning.mjs +15 -0
- package/es/_internal/icons/ZoomIn.mjs +13 -0
- package/es/_internal/icons/ZoomOut.mjs +13 -0
- package/es/_internal/icons/index.mjs +42 -0
- package/es/_internal/icons/replaceable.mjs +18 -0
- package/es/_internal/index.mjs +14 -0
- package/es/_internal/loading/index.mjs +1 -0
- package/es/_internal/loading/src/Loading.mjs +105 -0
- package/es/_internal/loading/src/styles/index.cssr.mjs +34 -0
- package/es/_internal/menu-mask/index.mjs +1 -0
- package/es/_internal/menu-mask/src/MenuMask.mjs +47 -0
- package/es/_internal/menu-mask/src/interface.mjs +1 -0
- package/es/_internal/menu-mask/src/styles/index.cssr.mjs +15 -0
- package/es/_internal/scrollbar/index.mjs +1 -0
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +3 -3
- package/es/_internal/scrollbar/src/Scrollbar.mjs +749 -0
- package/es/_internal/scrollbar/src/styles/index.cssr.mjs +60 -0
- package/es/_internal/scrollbar/src/styles/rtl.cssr.mjs +10 -0
- package/es/_internal/scrollbar/styles/dark.mjs +8 -0
- package/es/_internal/scrollbar/styles/index.mjs +3 -0
- package/es/_internal/scrollbar/styles/light.mjs +17 -0
- package/es/_internal/scrollbar/styles/rtl.mjs +6 -0
- package/es/_internal/select-menu/index.mjs +1 -0
- package/es/_internal/select-menu/src/SelectGroupHeader.mjs +55 -0
- package/es/_internal/select-menu/src/SelectMenu.d.ts +6 -4
- package/es/_internal/select-menu/src/SelectMenu.mjs +503 -0
- package/es/_internal/select-menu/src/SelectOption.mjs +163 -0
- package/es/_internal/select-menu/src/interface.mjs +3 -0
- package/es/_internal/select-menu/src/styles/index.cssr.mjs +115 -0
- package/es/_internal/select-menu/src/styles/rtl.cssr.d.ts +2 -0
- package/es/_internal/select-menu/src/styles/rtl.cssr.mjs +10 -0
- package/es/_internal/select-menu/styles/_common.mjs +12 -0
- package/es/_internal/select-menu/styles/dark.mjs +14 -0
- package/es/_internal/select-menu/styles/index.d.ts +1 -0
- package/es/_internal/select-menu/styles/index.mjs +3 -0
- package/es/_internal/select-menu/styles/light.mjs +62 -0
- package/es/_internal/select-menu/styles/rtl.d.ts +2 -0
- package/es/_internal/select-menu/styles/rtl.mjs +5 -0
- package/es/_internal/selection/index.mjs +1 -0
- package/es/_internal/selection/src/Selection.d.ts +17 -4
- package/es/_internal/selection/src/Selection.mjs +807 -0
- package/es/_internal/selection/src/interface.mjs +1 -0
- package/es/_internal/selection/src/styles/index.cssr.mjs +229 -0
- package/es/_internal/selection/src/styles/rtl.cssr.d.ts +2 -0
- package/es/_internal/selection/src/styles/rtl.cssr.mjs +9 -0
- package/es/_internal/selection/styles/_common.mjs +6 -0
- package/es/_internal/selection/styles/dark.mjs +113 -0
- package/es/_internal/selection/styles/index.d.ts +1 -0
- package/es/_internal/selection/styles/index.mjs +3 -0
- package/es/_internal/selection/styles/light.mjs +110 -0
- package/es/_internal/selection/styles/rtl.d.ts +2 -0
- package/es/_internal/selection/styles/rtl.mjs +5 -0
- package/es/_internal/slot-machine/index.mjs +1 -0
- package/es/_internal/slot-machine/src/SlotMachine.mjs +91 -0
- package/es/_internal/slot-machine/src/SlotMachineNumber.mjs +81 -0
- package/es/_internal/slot-machine/src/styles/index.cssr.mjs +101 -0
- package/es/_internal/suffix/index.mjs +1 -0
- package/es/_internal/suffix/src/Suffix.mjs +57 -0
- package/es/_internal/wave/index.mjs +1 -0
- package/es/_internal/wave/src/Wave.mjs +54 -0
- package/es/_internal/wave/src/styles/index.cssr.mjs +9 -0
- package/es/_mixins/common.mjs +1 -0
- package/es/_mixins/index.mjs +8 -0
- package/es/_mixins/use-config.mjs +29 -0
- package/es/_mixins/use-css-vars-class.mjs +54 -0
- package/es/_mixins/use-form-item.mjs +75 -0
- package/es/_mixins/use-hljs.mjs +25 -0
- package/es/_mixins/use-locale.mjs +21 -0
- package/es/_mixins/use-rtl.mjs +52 -0
- package/es/_mixins/use-style.mjs +39 -0
- package/es/_mixins/use-theme.mjs +132 -0
- package/es/_styles/common/_common.mjs +26 -0
- package/es/_styles/common/dark.mjs +169 -0
- package/es/_styles/common/index.mjs +2 -0
- package/es/_styles/common/light.mjs +177 -0
- package/es/_styles/global/index.cssr.mjs +28 -0
- package/es/_styles/transitions/fade-down.cssr.mjs +25 -0
- package/es/_styles/transitions/fade-in-height-expand.cssr.mjs +51 -0
- package/es/_styles/transitions/fade-in-scale-up.cssr.mjs +27 -0
- package/es/_styles/transitions/fade-in-width-expand.cssr.mjs +31 -0
- package/es/_styles/transitions/fade-in.cssr.mjs +22 -0
- package/es/_styles/transitions/fade-up-width-expand.cssr.mjs +36 -0
- package/es/_styles/transitions/icon-switch.cssr.mjs +29 -0
- package/es/_styles/transitions/slide-in-from-bottom.mjs +25 -0
- package/es/_styles/transitions/slide-in-from-left.mjs +25 -0
- package/es/_styles/transitions/slide-in-from-right.mjs +25 -0
- package/es/_styles/transitions/slide-in-from-top.mjs +25 -0
- package/es/_utils/color/index.mjs +7 -0
- package/es/_utils/composable/index.mjs +8 -0
- package/es/_utils/composable/use-adjusted-to.mjs +52 -0
- package/es/_utils/composable/use-browser-location.mjs +45 -0
- package/es/_utils/composable/use-collection.d.ts +1 -1
- package/es/_utils/composable/use-collection.mjs +77 -0
- package/es/_utils/composable/use-deferred-true.mjs +21 -0
- package/es/_utils/composable/use-houdini.mjs +26 -0
- package/es/_utils/composable/use-is-composing.mjs +31 -0
- package/es/_utils/composable/use-lock-html-scroll.mjs +61 -0
- package/es/_utils/composable/use-reactivated.mjs +22 -0
- package/es/_utils/composable/use-resize.mjs +23 -0
- package/es/_utils/css/color-to-class.mjs +3 -0
- package/es/_utils/css/format-length.mjs +28 -0
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.mjs +3 -0
- package/es/_utils/css/rtl-inset.d.ts +1 -0
- package/es/_utils/css/rtl-inset.mjs +10 -0
- package/es/_utils/cssr/index.d.ts +2 -2
- package/es/_utils/cssr/index.mjs +54 -0
- package/es/_utils/dom/download.d.ts +1 -0
- package/es/_utils/dom/download.mjs +11 -0
- package/es/_utils/dom/index.d.ts +1 -0
- package/es/_utils/dom/index.mjs +2 -0
- package/es/_utils/dom/is-document.mjs +3 -0
- package/es/_utils/env/browser.mjs +4 -0
- package/es/_utils/env/is-browser.mjs +1 -0
- package/es/_utils/env/is-jsdom.mjs +7 -0
- package/es/_utils/env/is-native-lazy-load.mjs +2 -0
- package/es/_utils/event/index.mjs +7 -0
- package/es/_utils/index.d.ts +1 -1
- package/es/_utils/index.mjs +9 -0
- package/es/_utils/naive/attribute.mjs +11 -0
- package/es/_utils/naive/extract-public-props.mjs +1 -0
- package/es/_utils/naive/index.mjs +3 -0
- package/es/_utils/naive/mutable.mjs +1 -0
- package/es/_utils/naive/prop.mjs +27 -0
- package/es/_utils/naive/warn.mjs +13 -0
- package/es/_utils/vue/call.mjs +6 -0
- package/es/_utils/vue/create-data-key.mjs +3 -0
- package/es/_utils/vue/create-injection-key.mjs +3 -0
- package/es/_utils/vue/create-ref-setter.mjs +9 -0
- package/es/_utils/vue/flatten.mjs +28 -0
- package/es/_utils/vue/get-first-slot-vnode.mjs +17 -0
- package/es/_utils/vue/get-slot.mjs +6 -0
- package/es/_utils/vue/get-v-node-children.mjs +12 -0
- package/es/_utils/vue/index.mjs +16 -0
- package/es/_utils/vue/is-node-v-show-false.mjs +8 -0
- package/es/_utils/vue/keep.mjs +7 -0
- package/es/_utils/vue/keysOf.mjs +3 -0
- package/es/_utils/vue/merge-handlers.mjs +13 -0
- package/es/_utils/vue/omit.mjs +10 -0
- package/es/_utils/vue/render.mjs +12 -0
- package/es/_utils/vue/resolve-slot.mjs +41 -0
- package/es/_utils/vue/wrapper.mjs +7 -0
- package/es/affix/index.mjs +1 -0
- package/es/affix/src/Affix.d.ts +8 -8
- package/es/affix/src/Affix.mjs +180 -0
- package/es/affix/src/styles/index.cssr.mjs +6 -0
- package/es/affix/src/utils.mjs +9 -0
- package/es/alert/index.mjs +1 -0
- package/es/alert/src/Alert.mjs +202 -0
- package/es/alert/src/styles/index.cssr.mjs +103 -0
- package/es/alert/src/styles/rtl.cssr.mjs +16 -0
- package/es/alert/styles/_common.mjs +10 -0
- package/es/alert/styles/dark.mjs +102 -0
- package/es/alert/styles/index.mjs +3 -0
- package/es/alert/styles/light.mjs +104 -0
- package/es/alert/styles/rtl.mjs +5 -0
- package/es/anchor/index.mjs +2 -0
- package/es/anchor/src/AnchorAdapter.d.ts +7 -7
- package/es/anchor/src/AnchorAdapter.mjs +81 -0
- package/es/anchor/src/BaseAnchor.mjs +280 -0
- package/es/anchor/src/Link.mjs +51 -0
- package/es/anchor/src/styles/index.cssr.mjs +89 -0
- package/es/anchor/src/utils.mjs +11 -0
- package/es/anchor/styles/_common.mjs +5 -0
- package/es/anchor/styles/dark.mjs +8 -0
- package/es/anchor/styles/index.mjs +2 -0
- package/es/anchor/styles/light.mjs +31 -0
- package/es/auto-complete/index.mjs +1 -0
- package/es/auto-complete/src/AutoComplete.d.ts +2 -1
- package/es/auto-complete/src/AutoComplete.mjs +388 -0
- package/es/auto-complete/src/interface.mjs +1 -0
- package/es/auto-complete/src/styles/index.cssr.mjs +16 -0
- package/es/auto-complete/src/utils.mjs +23 -0
- package/es/auto-complete/styles/dark.mjs +14 -0
- package/es/auto-complete/styles/index.mjs +2 -0
- package/es/auto-complete/styles/light.mjs +22 -0
- package/es/avatar/index.mjs +1 -0
- package/es/avatar/src/Avatar.d.ts +1 -1
- package/es/avatar/src/Avatar.mjs +292 -0
- package/es/avatar/src/context.mjs +2 -0
- package/es/avatar/src/interface.mjs +1 -0
- package/es/avatar/src/styles/index.cssr.mjs +39 -0
- package/es/avatar/styles/dark.mjs +8 -0
- package/es/avatar/styles/index.mjs +2 -0
- package/es/avatar/styles/light.mjs +36 -0
- package/es/avatar-group/index.mjs +1 -0
- package/es/avatar-group/src/AvatarGroup.d.ts +4 -0
- package/es/avatar-group/src/AvatarGroup.mjs +95 -0
- package/es/avatar-group/src/styles/avatar-group-rtl.cssr.mjs +10 -0
- package/es/avatar-group/src/styles/avatar-group.cssr.mjs +21 -0
- package/es/avatar-group/styles/dark.mjs +12 -0
- package/es/avatar-group/styles/index.mjs +3 -0
- package/es/avatar-group/styles/light.mjs +17 -0
- package/es/avatar-group/styles/rtl.mjs +5 -0
- package/es/back-top/index.mjs +1 -0
- package/es/back-top/src/BackTop.mjs +245 -0
- package/es/back-top/src/BackTopIcon.mjs +26 -0
- package/es/back-top/src/styles/index.cssr.mjs +51 -0
- package/es/back-top/styles/_common.mjs +6 -0
- package/es/back-top/styles/dark.mjs +25 -0
- package/es/back-top/styles/index.mjs +2 -0
- package/es/back-top/styles/light.mjs +26 -0
- package/es/badge/index.mjs +1 -0
- package/es/badge/src/Badge.mjs +150 -0
- package/es/badge/src/styles/index.cssr.mjs +79 -0
- package/es/badge/src/styles/rtl.cssr.mjs +9 -0
- package/es/badge/styles/dark.mjs +24 -0
- package/es/badge/styles/index.mjs +3 -0
- package/es/badge/styles/light.mjs +25 -0
- package/es/badge/styles/rtl.mjs +5 -0
- package/es/breadcrumb/index.mjs +2 -0
- package/es/breadcrumb/src/Breadcrumb.mjs +77 -0
- package/es/breadcrumb/src/BreadcrumbItem.mjs +54 -0
- package/es/breadcrumb/src/styles/index.cssr.mjs +72 -0
- package/es/breadcrumb/styles/_common.mjs +3 -0
- package/es/breadcrumb/styles/dark.mjs +8 -0
- package/es/breadcrumb/styles/index.mjs +2 -0
- package/es/breadcrumb/styles/light.mjs +30 -0
- package/es/button/index.mjs +1 -0
- package/es/button/src/Button.d.ts +1 -1
- package/es/button/src/Button.mjs +507 -0
- package/es/button/src/interface.mjs +1 -0
- package/es/button/src/styles/index.cssr.mjs +189 -0
- package/es/button/src/styles/rtl.cssr.mjs +10 -0
- package/es/button/styles/_common.mjs +19 -0
- package/es/button/styles/dark.mjs +15 -0
- package/es/button/styles/index.mjs +3 -0
- package/es/button/styles/light.mjs +242 -0
- package/es/button/styles/rtl.mjs +5 -0
- package/es/button-group/index.mjs +1 -0
- package/es/button-group/src/ButtonGroup.mjs +38 -0
- package/es/button-group/src/context.mjs +2 -0
- package/es/button-group/src/styles/index.cssr.mjs +53 -0
- package/es/button-group/src/styles/rtl.cssr.mjs +24 -0
- package/es/button-group/styles/dark.mjs +6 -0
- package/es/button-group/styles/index.mjs +3 -0
- package/es/button-group/styles/light.mjs +6 -0
- package/es/button-group/styles/rtl.mjs +5 -0
- package/es/calendar/index.mjs +1 -0
- package/es/calendar/src/Calendar.d.ts +2 -0
- package/es/calendar/src/Calendar.mjs +298 -0
- package/es/calendar/src/interface.mjs +1 -0
- package/es/calendar/src/styles/index.cssr.mjs +137 -0
- package/es/calendar/styles/_common.mjs +3 -0
- package/es/calendar/styles/dark.mjs +12 -0
- package/es/calendar/styles/index.mjs +2 -0
- package/es/calendar/styles/light.mjs +53 -0
- package/es/card/index.mjs +1 -0
- package/es/card/src/Card.d.ts +17 -1
- package/es/card/src/Card.mjs +204 -0
- package/es/card/src/styles/index.cssr.mjs +134 -0
- package/es/card/src/styles/rtl.cssr.mjs +6 -0
- package/es/card/styles/_common.mjs +12 -0
- package/es/card/styles/dark.mjs +19 -0
- package/es/card/styles/index.mjs +3 -0
- package/es/card/styles/light.mjs +57 -0
- package/es/card/styles/rtl.mjs +5 -0
- package/es/carousel/index.mjs +2 -0
- package/es/carousel/src/Carousel.d.ts +5 -6
- package/es/carousel/src/Carousel.mjs +885 -0
- package/es/carousel/src/CarouselArrow.mjs +60 -0
- package/es/carousel/src/CarouselContext.mjs +13 -0
- package/es/carousel/src/CarouselDots.mjs +128 -0
- package/es/carousel/src/CarouselItem.mjs +88 -0
- package/es/carousel/src/interface.mjs +1 -0
- package/es/carousel/src/styles/index.cssr.mjs +232 -0
- package/es/carousel/src/utils/duplicatedLogic.d.ts +1 -1
- package/es/carousel/src/utils/duplicatedLogic.mjs +41 -0
- package/es/carousel/src/utils/event.mjs +3 -0
- package/es/carousel/src/utils/index.mjs +31 -0
- package/es/carousel/styles/dark.mjs +8 -0
- package/es/carousel/styles/index.mjs +2 -0
- package/es/carousel/styles/light.mjs +18 -0
- package/es/cascader/index.mjs +1 -0
- package/es/cascader/src/Cascader.d.ts +5 -1
- package/es/cascader/src/Cascader.mjs +1097 -0
- package/es/cascader/src/CascaderMenu.mjs +162 -0
- package/es/cascader/src/CascaderOption.mjs +249 -0
- package/es/cascader/src/CascaderSelectMenu.mjs +181 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +1 -1
- package/es/cascader/src/CascaderSubmenu.mjs +99 -0
- package/es/cascader/src/interface.mjs +2 -0
- package/es/cascader/src/styles/index.cssr.mjs +133 -0
- package/es/cascader/src/utils.mjs +41 -0
- package/es/cascader/styles/dark.mjs +20 -0
- package/es/cascader/styles/index.mjs +2 -0
- package/es/cascader/styles/light.mjs +52 -0
- package/es/checkbox/index.mjs +2 -0
- package/es/checkbox/src/CheckMark.mjs +7 -0
- package/es/checkbox/src/Checkbox.d.ts +6 -6
- package/es/checkbox/src/Checkbox.mjs +337 -0
- package/es/checkbox/src/CheckboxGroup.mjs +168 -0
- package/es/checkbox/src/LineMark.mjs +7 -0
- package/es/checkbox/src/interface.mjs +1 -0
- package/es/checkbox/src/styles/index.cssr.mjs +150 -0
- package/es/checkbox/src/styles/rtl.cssr.mjs +4 -0
- package/es/checkbox/styles/_common.mjs +7 -0
- package/es/checkbox/styles/dark.mjs +16 -0
- package/es/checkbox/styles/index.mjs +3 -0
- package/es/checkbox/styles/light.mjs +54 -0
- package/es/checkbox/styles/rtl.mjs +5 -0
- package/es/code/index.mjs +1 -0
- package/es/code/src/Code.mjs +195 -0
- package/es/code/src/styles/index.cssr.mjs +96 -0
- package/es/code/styles/dark.mjs +31 -0
- package/es/code/styles/index.mjs +2 -0
- package/es/code/styles/light.mjs +32 -0
- package/es/collapse/index.mjs +2 -0
- package/es/collapse/src/Collapse.mjs +196 -0
- package/es/collapse/src/CollapseItem.mjs +128 -0
- package/es/collapse/src/CollapseItemContent.mjs +42 -0
- package/es/collapse/src/interface.mjs +1 -0
- package/es/collapse/src/styles/index.cssr.mjs +59 -0
- package/es/collapse/src/styles/rtl.cssr.mjs +15 -0
- package/es/collapse/styles/dark.mjs +8 -0
- package/es/collapse/styles/index.mjs +3 -0
- package/es/collapse/styles/light.mjs +30 -0
- package/es/collapse/styles/rtl.mjs +5 -0
- package/es/collapse-transition/index.mjs +1 -0
- package/es/collapse-transition/src/CollapseTransition.mjs +86 -0
- package/es/collapse-transition/src/styles/index.cssr.mjs +5 -0
- package/es/collapse-transition/src/styles/rtl.cssr.mjs +5 -0
- package/es/collapse-transition/styles/dark.mjs +8 -0
- package/es/collapse-transition/styles/index.mjs +3 -0
- package/es/collapse-transition/styles/light.mjs +15 -0
- package/es/collapse-transition/styles/rtl.mjs +5 -0
- package/es/color-picker/index.mjs +1 -0
- package/es/color-picker/src/AlphaSlider.mjs +122 -0
- package/es/color-picker/src/ColorInput.mjs +120 -0
- package/es/color-picker/src/ColorInputUnit.mjs +160 -0
- package/es/color-picker/src/ColorPicker.mjs +618 -0
- package/es/color-picker/src/ColorPickerSwatches.mjs +110 -0
- package/es/color-picker/src/ColorPickerTrigger.mjs +61 -0
- package/es/color-picker/src/ColorPreview.mjs +57 -0
- package/es/color-picker/src/HueSlider.mjs +104 -0
- package/es/color-picker/src/Pallete.mjs +111 -0
- package/es/color-picker/src/context.mjs +2 -0
- package/es/color-picker/src/interface.mjs +1 -0
- package/es/color-picker/src/styles/index.cssr.mjs +193 -0
- package/es/color-picker/src/utils.mjs +101 -0
- package/es/color-picker/styles/dark.mjs +14 -0
- package/es/color-picker/styles/index.mjs +2 -0
- package/es/color-picker/styles/light.mjs +46 -0
- package/es/components.d.ts +4 -0
- package/es/components.mjs +93 -0
- package/es/composables/index.mjs +1 -0
- package/es/composables/use-theme-vars.mjs +23 -0
- package/es/config-provider/index.mjs +2 -0
- package/es/config-provider/src/ConfigProvider.d.ts +9 -0
- package/es/config-provider/src/ConfigProvider.mjs +214 -0
- package/es/config-provider/src/config.mjs +13 -0
- package/es/config-provider/src/context.mjs +2 -0
- package/es/config-provider/src/interface.mjs +1 -0
- package/es/config-provider/src/internal-interface.d.ts +6 -0
- package/es/config-provider/src/internal-interface.mjs +1 -0
- package/es/config-provider/src/katex.mjs +1 -0
- package/es/countdown/index.mjs +1 -0
- package/es/countdown/src/Countdown.mjs +167 -0
- package/es/create.mjs +35 -0
- package/es/data-table/index.mjs +2 -0
- package/es/data-table/src/DataTable.d.ts +6 -4
- package/es/data-table/src/DataTable.mjs +436 -0
- package/es/data-table/src/HeaderButton/FilterButton.mjs +162 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1 -1
- package/es/data-table/src/HeaderButton/FilterMenu.mjs +180 -0
- package/es/data-table/src/HeaderButton/RenderFilter.mjs +29 -0
- package/es/data-table/src/HeaderButton/RenderSorter.mjs +24 -0
- package/es/data-table/src/HeaderButton/ResizeButton.mjs +64 -0
- package/es/data-table/src/HeaderButton/SortButton.mjs +70 -0
- package/es/data-table/src/MainTable.mjs +110 -0
- package/es/data-table/src/TableParts/Body.d.ts +4 -4
- package/es/data-table/src/TableParts/Body.mjs +797 -0
- package/es/data-table/src/TableParts/BodyCheckbox.mjs +40 -0
- package/es/data-table/src/TableParts/BodyRadio.mjs +39 -0
- package/es/data-table/src/TableParts/Cell.mjs +81 -0
- package/es/data-table/src/TableParts/ExpandTrigger.mjs +50 -0
- package/es/data-table/src/TableParts/Header.mjs +236 -0
- package/es/data-table/src/TableParts/SelectionMenu.mjs +87 -0
- package/es/data-table/src/interface.d.ts +6 -1
- package/es/data-table/src/interface.mjs +116 -0
- package/es/data-table/src/styles/index.cssr.mjs +433 -0
- package/es/data-table/src/styles/rtl.cssr.d.ts +2 -0
- package/es/data-table/src/styles/rtl.cssr.mjs +18 -0
- package/es/data-table/src/use-check.mjs +172 -0
- package/es/data-table/src/use-expand.mjs +60 -0
- package/es/data-table/src/use-group-header.mjs +102 -0
- package/es/data-table/src/use-resizable.mjs +22 -0
- package/es/data-table/src/use-scroll.mjs +231 -0
- package/es/data-table/src/use-sorter.mjs +189 -0
- package/es/data-table/src/use-table-data.mjs +352 -0
- package/es/data-table/src/utils.d.ts +2 -1
- package/es/data-table/src/utils.mjs +135 -0
- package/es/data-table/styles/_common.mjs +16 -0
- package/es/data-table/styles/dark.mjs +33 -0
- package/es/data-table/styles/index.d.ts +1 -0
- package/es/data-table/styles/index.mjs +3 -0
- package/es/data-table/styles/light.mjs +93 -0
- package/es/data-table/styles/rtl.d.ts +2 -0
- package/es/data-table/styles/rtl.mjs +8 -0
- package/es/date-picker/index.mjs +1 -0
- package/es/date-picker/src/DatePicker.d.ts +82 -4
- package/es/date-picker/src/DatePicker.mjs +1013 -0
- package/es/date-picker/src/config.d.ts +1 -1
- package/es/date-picker/src/config.mjs +3 -0
- package/es/date-picker/src/interface.d.ts +3 -0
- package/es/date-picker/src/interface.mjs +2 -0
- package/es/date-picker/src/panel/date.d.ts +83 -42
- package/es/date-picker/src/panel/date.mjs +143 -0
- package/es/date-picker/src/panel/daterange.d.ts +14 -2
- package/es/date-picker/src/panel/daterange.mjs +194 -0
- package/es/date-picker/src/panel/datetime.d.ts +16 -2
- package/es/date-picker/src/panel/datetime.mjs +164 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +14 -2
- package/es/date-picker/src/panel/datetimerange.mjs +259 -0
- package/es/date-picker/src/panel/month.d.ts +17 -3
- package/es/date-picker/src/panel/month.mjs +180 -0
- package/es/date-picker/src/panel/monthrange.d.ts +15 -3
- package/es/date-picker/src/panel/monthrange.mjs +206 -0
- package/es/date-picker/src/panel/panelHeader.d.ts +744 -773
- package/es/date-picker/src/panel/panelHeader.mjs +89 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +13 -3
- package/es/date-picker/src/panel/use-calendar.mjs +386 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +10 -2
- package/es/date-picker/src/panel/use-dual-calendar.mjs +694 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +8 -0
- package/es/date-picker/src/panel/use-panel-common.mjs +174 -0
- package/es/date-picker/src/styles/index.cssr.mjs +388 -0
- package/es/date-picker/src/utils.d.ts +18 -5
- package/es/date-picker/src/utils.mjs +244 -0
- package/es/date-picker/src/validation-utils.mjs +206 -0
- package/es/date-picker/styles/_common.d.ts +2 -0
- package/es/date-picker/styles/_common.mjs +39 -0
- package/es/date-picker/styles/dark.mjs +32 -0
- package/es/date-picker/styles/index.mjs +2 -0
- package/es/date-picker/styles/light.d.ts +4 -0
- package/es/date-picker/styles/light.mjs +70 -0
- package/es/descriptions/index.mjs +2 -0
- package/es/descriptions/src/Descriptions.d.ts +7 -1
- package/es/descriptions/src/Descriptions.mjs +229 -0
- package/es/descriptions/src/DescriptionsItem.d.ts +6 -0
- package/es/descriptions/src/DescriptionsItem.mjs +21 -0
- package/es/descriptions/src/styles/index.cssr.mjs +119 -0
- package/es/descriptions/src/utils.mjs +7 -0
- package/es/descriptions/styles/_common.mjs +14 -0
- package/es/descriptions/styles/dark.mjs +8 -0
- package/es/descriptions/styles/index.mjs +2 -0
- package/es/descriptions/styles/light.mjs +46 -0
- package/es/dialog/index.mjs +4 -0
- package/es/dialog/src/Dialog.d.ts +5 -1
- package/es/dialog/src/Dialog.mjs +212 -0
- package/es/dialog/src/DialogEnvironment.d.ts +1 -1
- package/es/dialog/src/DialogEnvironment.mjs +172 -0
- package/es/dialog/src/DialogProvider.d.ts +5 -5
- package/es/dialog/src/DialogProvider.mjs +81 -0
- package/es/dialog/src/composables.mjs +17 -0
- package/es/dialog/src/context.mjs +4 -0
- package/es/dialog/src/dialogProps.d.ts +1 -1
- package/es/dialog/src/dialogProps.mjs +31 -0
- package/es/dialog/src/interface.mjs +1 -0
- package/es/dialog/src/styles/index.cssr.mjs +100 -0
- package/es/dialog/src/styles/rtl.cssr.d.ts +2 -0
- package/es/dialog/src/styles/rtl.cssr.mjs +18 -0
- package/es/dialog/styles/_common.mjs +13 -0
- package/es/dialog/styles/dark.mjs +12 -0
- package/es/dialog/styles/index.d.ts +1 -0
- package/es/dialog/styles/index.mjs +3 -0
- package/es/dialog/styles/light.mjs +56 -0
- package/es/dialog/styles/rtl.d.ts +2 -0
- package/es/dialog/styles/rtl.mjs +5 -0
- package/es/discrete/index.mjs +1 -0
- package/es/discrete/src/InjectionExtractor.mjs +17 -0
- package/es/discrete/src/discrete.mjs +51 -0
- package/es/discrete/src/discreteApp.mjs +58 -0
- package/es/discrete/src/interface.mjs +1 -0
- package/es/divider/index.mjs +1 -0
- package/es/divider/src/Divider.mjs +76 -0
- package/es/divider/src/styles/index.cssr.mjs +58 -0
- package/es/divider/styles/dark.mjs +8 -0
- package/es/divider/styles/index.mjs +2 -0
- package/es/divider/styles/light.mjs +19 -0
- package/es/drawer/index.mjs +2 -0
- package/es/drawer/src/Drawer.d.ts +4 -1
- package/es/drawer/src/Drawer.mjs +326 -0
- package/es/drawer/src/DrawerBodyWrapper.d.ts +2 -0
- package/es/drawer/src/DrawerBodyWrapper.mjs +266 -0
- package/es/drawer/src/DrawerContent.d.ts +15 -9
- package/es/drawer/src/DrawerContent.mjs +97 -0
- package/es/drawer/src/interface.mjs +3 -0
- package/es/drawer/src/styles/index.cssr.mjs +163 -0
- package/es/drawer/src/styles/rtl.cssr.mjs +8 -0
- package/es/drawer/styles/dark.mjs +12 -0
- package/es/drawer/styles/index.mjs +3 -0
- package/es/drawer/styles/light.mjs +53 -0
- package/es/drawer/styles/rtl.mjs +8 -0
- package/es/dropdown/index.mjs +1 -0
- package/es/dropdown/src/Dropdown.d.ts +18 -0
- package/es/dropdown/src/Dropdown.mjs +374 -0
- package/es/dropdown/src/DropdownDivider.mjs +15 -0
- package/es/dropdown/src/DropdownGroup.mjs +60 -0
- package/es/dropdown/src/DropdownGroupHeader.mjs +74 -0
- package/es/dropdown/src/DropdownMenu.mjs +137 -0
- package/es/dropdown/src/DropdownOption.d.ts +5 -4
- package/es/dropdown/src/DropdownOption.mjs +299 -0
- package/es/dropdown/src/DropdownRenderOption.mjs +19 -0
- package/es/dropdown/src/context.mjs +4 -0
- package/es/dropdown/src/interface.mjs +1 -0
- package/es/dropdown/src/styles/index.cssr.mjs +143 -0
- package/es/dropdown/src/utils.mjs +12 -0
- package/es/dropdown/styles/_common.mjs +23 -0
- package/es/dropdown/styles/dark.mjs +27 -0
- package/es/dropdown/styles/index.mjs +2 -0
- package/es/dropdown/styles/light.mjs +73 -0
- package/es/dynamic-input/index.mjs +1 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +3 -0
- package/es/dynamic-input/src/DynamicInput.mjs +410 -0
- package/es/dynamic-input/src/InputPreset.mjs +54 -0
- package/es/dynamic-input/src/PairPreset.mjs +80 -0
- package/es/dynamic-input/src/interface.mjs +2 -0
- package/es/dynamic-input/src/styles/index.cssr.mjs +35 -0
- package/es/dynamic-input/src/styles/rtl.cssr.mjs +9 -0
- package/es/dynamic-input/styles/_common.mjs +4 -0
- package/es/dynamic-input/styles/dark.mjs +16 -0
- package/es/dynamic-input/styles/index.mjs +3 -0
- package/es/dynamic-input/styles/light.mjs +18 -0
- package/es/dynamic-input/styles/rtl.mjs +11 -0
- package/es/dynamic-tags/index.mjs +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +9 -12
- package/es/dynamic-tags/src/DynamicTags.mjs +265 -0
- package/es/dynamic-tags/src/interface.mjs +1 -0
- package/es/dynamic-tags/src/styles/index.cssr.mjs +6 -0
- package/es/dynamic-tags/styles/dark.mjs +21 -0
- package/es/dynamic-tags/styles/index.mjs +2 -0
- package/es/dynamic-tags/styles/light.d.ts +0 -1
- package/es/dynamic-tags/styles/light.mjs +22 -0
- package/es/element/index.mjs +2 -0
- package/es/element/src/Element.mjs +55 -0
- package/es/element/styles/dark.mjs +6 -0
- package/es/element/styles/index.mjs +2 -0
- package/es/element/styles/light.mjs +6 -0
- package/es/ellipsis/index.mjs +2 -0
- package/es/ellipsis/src/Ellipsis.mjs +184 -0
- package/es/ellipsis/src/PerformantEllipsis.mjs +48 -0
- package/es/ellipsis/src/styles/index.cssr.mjs +14 -0
- package/es/ellipsis/styles/dark.mjs +10 -0
- package/es/ellipsis/styles/index.mjs +2 -0
- package/es/ellipsis/styles/light.mjs +11 -0
- package/es/empty/index.mjs +1 -0
- package/es/empty/src/Empty.mjs +112 -0
- package/es/empty/src/styles/index.cssr.mjs +32 -0
- package/es/empty/styles/_common.mjs +6 -0
- package/es/empty/styles/dark.mjs +8 -0
- package/es/empty/styles/index.mjs +2 -0
- package/es/empty/styles/light.mjs +28 -0
- package/es/equation/index.d.ts +1 -0
- package/es/equation/index.mjs +1 -0
- package/es/equation/src/Equation.d.ts +2 -0
- package/es/equation/src/Equation.mjs +40 -0
- package/es/equation/styles/dark.mjs +8 -0
- package/es/equation/styles/index.mjs +2 -0
- package/es/equation/styles/light.mjs +8 -0
- package/es/flex/index.d.ts +3 -0
- package/es/flex/index.mjs +1 -0
- package/es/flex/src/Flex.d.ts +116 -0
- package/es/flex/src/Flex.mjs +101 -0
- package/es/flex/src/styles/rtl.cssr.d.ts +2 -0
- package/es/flex/src/styles/rtl.cssr.mjs +4 -0
- package/es/flex/src/type.d.ts +3 -0
- package/es/flex/src/type.mjs +1 -0
- package/es/flex/styles/_common.d.ts +6 -0
- package/es/flex/styles/_common.mjs +5 -0
- package/es/flex/styles/dark.d.ts +3 -0
- package/es/flex/styles/dark.mjs +8 -0
- package/es/flex/styles/index.d.ts +4 -0
- package/es/flex/styles/index.mjs +3 -0
- package/es/flex/styles/light.d.ts +10 -0
- package/es/flex/styles/light.mjs +9 -0
- package/es/flex/styles/rtl.d.ts +2 -0
- package/es/flex/styles/rtl.mjs +5 -0
- package/es/form/index.mjs +6 -0
- package/es/form/src/Form.mjs +154 -0
- package/es/form/src/FormItem.d.ts +2 -1
- package/es/form/src/FormItem.mjs +492 -0
- package/es/form/src/FormItemCol.d.ts +1 -1
- package/es/form/src/FormItemCol.mjs +44 -0
- package/es/form/src/FormItemGridItem.mjs +46 -0
- package/es/form/src/FormItemRow.mjs +45 -0
- package/es/form/src/context.mjs +3 -0
- package/es/form/src/interface.d.ts +12 -5
- package/es/form/src/interface.mjs +1 -0
- package/es/form/src/styles/form-item.cssr.mjs +124 -0
- package/es/form/src/styles/form.cssr.mjs +12 -0
- package/es/form/src/utils.d.ts +2 -1
- package/es/form/src/utils.mjs +173 -0
- package/es/form/styles/_common.mjs +23 -0
- package/es/form/styles/dark.mjs +8 -0
- package/es/form/styles/index.mjs +2 -0
- package/es/form/styles/light.mjs +31 -0
- package/es/global-style/index.mjs +1 -0
- package/es/global-style/src/GlobalStyle.mjs +65 -0
- package/es/gradient-text/index.mjs +1 -0
- package/es/gradient-text/src/GradientText.mjs +98 -0
- package/es/gradient-text/src/styles/index.cssr.mjs +19 -0
- package/es/gradient-text/styles/dark.mjs +35 -0
- package/es/gradient-text/styles/index.mjs +2 -0
- package/es/gradient-text/styles/light.mjs +42 -0
- package/es/grid/index.mjs +3 -0
- package/es/grid/src/Grid.d.ts +1 -1
- package/es/grid/src/Grid.mjs +258 -0
- package/es/grid/src/GridItem.mjs +91 -0
- package/es/grid/src/config.mjs +3 -0
- package/es/icon/index.mjs +1 -0
- package/es/icon/src/Icon.mjs +91 -0
- package/es/icon/src/styles/index.cssr.mjs +25 -0
- package/es/icon/styles/dark.mjs +8 -0
- package/es/icon/styles/index.mjs +2 -0
- package/es/icon/styles/light.mjs +25 -0
- package/es/icon-wrapper/index.mjs +1 -0
- package/es/icon-wrapper/src/IconWrapper.mjs +61 -0
- package/es/icon-wrapper/src/styles/index.cssr.mjs +16 -0
- package/es/icon-wrapper/styles/dark.mjs +8 -0
- package/es/icon-wrapper/styles/index.mjs +2 -0
- package/es/icon-wrapper/styles/light.mjs +17 -0
- package/es/image/index.mjs +2 -0
- package/es/image/src/Image.mjs +173 -0
- package/es/image/src/ImageGroup.mjs +76 -0
- package/es/image/src/ImagePreview.mjs +541 -0
- package/es/image/src/icons.mjs +34 -0
- package/es/image/src/interface.mjs +12 -0
- package/es/image/src/styles/index.cssr.mjs +68 -0
- package/es/image/src/utils.mjs +79 -0
- package/es/image/styles/dark.mjs +20 -0
- package/es/image/styles/index.mjs +2 -0
- package/es/image/styles/light.mjs +19 -0
- package/es/index.mjs +14 -0
- package/es/input/index.mjs +3 -0
- package/es/input/src/Input.d.ts +5 -4
- package/es/input/src/Input.mjs +1228 -0
- package/es/input/src/InputGroup.mjs +25 -0
- package/es/input/src/InputGroupLabel.mjs +77 -0
- package/es/input/src/WordCount.mjs +39 -0
- package/es/input/src/interface.d.ts +7 -2
- package/es/input/src/interface.mjs +2 -0
- package/es/input/src/styles/input-group-label.cssr.mjs +38 -0
- package/es/input/src/styles/input-group.cssr.mjs +57 -0
- package/es/input/src/styles/input.cssr.mjs +278 -0
- package/es/input/src/styles/rtl.cssr.mjs +16 -0
- package/es/input/src/utils.mjs +80 -0
- package/es/input/styles/_common.mjs +7 -0
- package/es/input/styles/dark.mjs +112 -0
- package/es/input/styles/index.mjs +3 -0
- package/es/input/styles/light.mjs +109 -0
- package/es/input/styles/rtl.mjs +5 -0
- package/es/input-number/index.mjs +1 -0
- package/es/input-number/src/InputNumber.d.ts +5 -1
- package/es/input-number/src/InputNumber.mjs +707 -0
- package/es/input-number/src/interface.mjs +1 -0
- package/es/input-number/src/styles/input-number.cssr.mjs +8 -0
- package/es/input-number/src/styles/rtl.cssr.mjs +4 -0
- package/es/input-number/src/utils.mjs +37 -0
- package/es/input-number/styles/dark.mjs +20 -0
- package/es/input-number/styles/index.mjs +3 -0
- package/es/input-number/styles/light.mjs +22 -0
- package/es/input-number/styles/rtl.mjs +8 -0
- package/es/jest-setup.mjs +5 -0
- package/es/layout/index.mjs +5 -0
- package/es/layout/src/Layout.d.ts +6 -0
- package/es/layout/src/Layout.mjs +150 -0
- package/es/layout/src/LayoutContent.d.ts +2 -0
- package/es/layout/src/LayoutContent.mjs +2 -0
- package/es/layout/src/LayoutFooter.mjs +60 -0
- package/es/layout/src/LayoutHeader.mjs +63 -0
- package/es/layout/src/LayoutSider.d.ts +9 -0
- package/es/layout/src/LayoutSider.mjs +285 -0
- package/es/layout/src/ToggleBar.mjs +23 -0
- package/es/layout/src/ToggleButton.mjs +26 -0
- package/es/layout/src/interface.mjs +6 -0
- package/es/layout/src/styles/layout-footer.cssr.mjs +23 -0
- package/es/layout/src/styles/layout-header.cssr.mjs +24 -0
- package/es/layout/src/styles/layout-sider.cssr.mjs +140 -0
- package/es/layout/src/styles/layout.cssr.mjs +28 -0
- package/es/layout/styles/dark.mjs +47 -0
- package/es/layout/styles/index.mjs +2 -0
- package/es/layout/styles/light.mjs +52 -0
- package/es/legacy-grid/index.mjs +2 -0
- package/es/legacy-grid/src/Col.mjs +62 -0
- package/es/legacy-grid/src/Row.mjs +72 -0
- package/es/legacy-grid/src/interface.mjs +1 -0
- package/es/legacy-grid/src/styles/index.cssr.mjs +31 -0
- package/es/legacy-grid/src/styles/rtl.cssr.mjs +20 -0
- package/es/legacy-grid/styles/dark.mjs +6 -0
- package/es/legacy-grid/styles/index.mjs +3 -0
- package/es/legacy-grid/styles/light.mjs +6 -0
- package/es/legacy-grid/styles/rtl.mjs +5 -0
- package/es/legacy-transfer/index.mjs +1 -0
- package/es/legacy-transfer/src/Transfer.d.ts +1 -1
- package/es/legacy-transfer/src/Transfer.mjs +356 -0
- package/es/legacy-transfer/src/TransferFilter.mjs +63 -0
- package/es/legacy-transfer/src/TransferHeader.mjs +71 -0
- package/es/legacy-transfer/src/TransferList.d.ts +1 -1
- package/es/legacy-transfer/src/TransferList.mjs +155 -0
- package/es/legacy-transfer/src/TransferListItem.mjs +80 -0
- package/es/legacy-transfer/src/interface.mjs +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.mjs +215 -0
- package/es/legacy-transfer/src/use-transfer-data.mjs +135 -0
- package/es/legacy-transfer/styles/_common.mjs +4 -0
- package/es/legacy-transfer/styles/dark.mjs +61 -0
- package/es/legacy-transfer/styles/index.mjs +2 -0
- package/es/legacy-transfer/styles/light.mjs +65 -0
- package/es/list/index.mjs +2 -0
- package/es/list/src/List.mjs +97 -0
- package/es/list/src/ListItem.mjs +33 -0
- package/es/list/src/styles/index.cssr.mjs +88 -0
- package/es/list/src/styles/rtl.cssr.mjs +11 -0
- package/es/list/styles/dark.mjs +8 -0
- package/es/list/styles/index.mjs +3 -0
- package/es/list/styles/light.mjs +34 -0
- package/es/list/styles/rtl.mjs +5 -0
- package/es/loading-bar/index.mjs +2 -0
- package/es/loading-bar/src/LoadingBar.d.ts +2 -0
- package/es/loading-bar/src/LoadingBar.mjs +203 -0
- package/es/loading-bar/src/LoadingBarProvider.d.ts +3 -0
- package/es/loading-bar/src/LoadingBarProvider.mjs +81 -0
- package/es/loading-bar/src/context.mjs +3 -0
- package/es/loading-bar/src/styles/index.cssr.mjs +35 -0
- package/es/loading-bar/src/use-loading-bar.mjs +10 -0
- package/es/loading-bar/styles/dark.mjs +16 -0
- package/es/loading-bar/styles/index.mjs +2 -0
- package/es/loading-bar/styles/light.mjs +18 -0
- package/es/locales/common/arDZ.mjs +124 -0
- package/es/locales/common/deDE.mjs +124 -0
- package/es/locales/common/enGB.mjs +125 -0
- package/es/locales/common/enUS.d.ts +3 -0
- package/es/locales/common/enUS.mjs +125 -0
- package/es/locales/common/eo.mjs +126 -0
- package/es/locales/common/esAR.mjs +128 -0
- package/es/locales/common/faIR.mjs +124 -0
- package/es/locales/common/frFR.mjs +124 -0
- package/es/locales/common/idID.mjs +128 -0
- package/es/locales/common/itIT.mjs +127 -0
- package/es/locales/common/jaJP.mjs +124 -0
- package/es/locales/common/koKR.mjs +127 -0
- package/es/locales/common/nbNO.mjs +128 -0
- package/es/locales/common/nlNL.mjs +126 -0
- package/es/locales/common/plPL.mjs +127 -0
- package/es/locales/common/ptBR.mjs +124 -0
- package/es/locales/common/ruRU.mjs +124 -0
- package/es/locales/common/skSK.mjs +128 -0
- package/es/locales/common/svSE.mjs +124 -0
- package/es/locales/common/thTH.mjs +128 -0
- package/es/locales/common/trTR.mjs +125 -0
- package/es/locales/common/ukUA.mjs +125 -0
- package/es/locales/common/viVN.mjs +124 -0
- package/es/locales/common/zhCN.mjs +124 -0
- package/es/locales/common/zhTW.mjs +124 -0
- package/es/locales/date/arDZ.mjs +6 -0
- package/es/locales/date/deDE.mjs +6 -0
- package/es/locales/date/enGB.mjs +6 -0
- package/es/locales/date/enUS.mjs +6 -0
- package/es/locales/date/eo.mjs +6 -0
- package/es/locales/date/esAR.mjs +6 -0
- package/es/locales/date/faIR.mjs +6 -0
- package/es/locales/date/frFR.mjs +6 -0
- package/es/locales/date/idID.mjs +6 -0
- package/es/locales/date/itIT.mjs +6 -0
- package/es/locales/date/jaJP.mjs +6 -0
- package/es/locales/date/koKR.mjs +6 -0
- package/es/locales/date/nbNO.mjs +6 -0
- package/es/locales/date/nlNL.mjs +6 -0
- package/es/locales/date/plPL.mjs +6 -0
- package/es/locales/date/ptBR.mjs +6 -0
- package/es/locales/date/ruRU.mjs +6 -0
- package/es/locales/date/skSK.mjs +6 -0
- package/es/locales/date/svSE.mjs +6 -0
- package/es/locales/date/thTH.mjs +6 -0
- package/es/locales/date/trTR.mjs +6 -0
- package/es/locales/date/ukUA.mjs +6 -0
- package/es/locales/date/viVN.mjs +6 -0
- package/es/locales/date/zhCN.mjs +6 -0
- package/es/locales/date/zhTW.mjs +6 -0
- package/es/locales/index.mjs +51 -0
- package/es/locales/utils/index.mjs +4 -0
- package/es/log/index.mjs +1 -0
- package/es/log/src/Log.d.ts +3 -3
- package/es/log/src/Log.mjs +265 -0
- package/es/log/src/LogLine.mjs +66 -0
- package/es/log/src/LogLoader.mjs +31 -0
- package/es/log/src/context.mjs +2 -0
- package/es/log/src/styles/index.cssr.mjs +53 -0
- package/es/log/styles/dark.mjs +27 -0
- package/es/log/styles/index.mjs +2 -0
- package/es/log/styles/light.mjs +30 -0
- package/es/mention/index.mjs +1 -0
- package/es/mention/src/Mention.d.ts +2 -1
- package/es/mention/src/Mention.mjs +449 -0
- package/es/mention/src/interface.mjs +1 -0
- package/es/mention/src/styles/index.cssr.mjs +8 -0
- package/es/mention/src/utils.mjs +159 -0
- package/es/mention/styles/dark.mjs +20 -0
- package/es/mention/styles/index.mjs +2 -0
- package/es/mention/styles/light.mjs +22 -0
- package/es/menu/index.mjs +1 -0
- package/es/menu/src/Menu.d.ts +30 -13
- package/es/menu/src/Menu.mjs +531 -0
- package/es/menu/src/MenuDivider.mjs +16 -0
- package/es/menu/src/MenuOption.mjs +108 -0
- package/es/menu/src/MenuOptionContent.d.ts +3 -0
- package/es/menu/src/MenuOptionContent.mjs +115 -0
- package/es/menu/src/MenuOptionGroup.mjs +50 -0
- package/es/menu/src/Submenu.d.ts +23 -12
- package/es/menu/src/Submenu.mjs +216 -0
- package/es/menu/src/context.mjs +4 -0
- package/es/menu/src/interface.d.ts +1 -0
- package/es/menu/src/interface.mjs +1 -0
- package/es/menu/src/styles/index.cssr.mjs +232 -0
- package/es/menu/src/use-menu-child-props.mjs +14 -0
- package/es/menu/src/use-menu-child.mjs +88 -0
- package/es/menu/src/useCheckDeprecated.mjs +24 -0
- package/es/menu/src/utils.mjs +74 -0
- package/es/menu/styles/dark.mjs +34 -0
- package/es/menu/styles/index.mjs +2 -0
- package/es/menu/styles/light.mjs +119 -0
- package/es/message/index.mjs +2 -0
- package/es/message/src/Message.d.ts +1 -1
- package/es/message/src/Message.mjs +170 -0
- package/es/message/src/MessageEnvironment.mjs +112 -0
- package/es/message/src/MessageProvider.d.ts +7 -4
- package/es/message/src/MessageProvider.mjs +130 -0
- package/es/message/src/context.mjs +3 -0
- package/es/message/src/message-props.mjs +17 -0
- package/es/message/src/styles/index.cssr.mjs +133 -0
- package/es/message/src/styles/rtl.cssr.mjs +8 -0
- package/es/message/src/types.mjs +1 -0
- package/es/message/src/use-message.mjs +10 -0
- package/es/message/styles/_common.mjs +12 -0
- package/es/message/styles/dark.mjs +8 -0
- package/es/message/styles/index.mjs +3 -0
- package/es/message/styles/light.mjs +87 -0
- package/es/message/styles/rtl.mjs +5 -0
- package/es/modal/index.mjs +1 -0
- package/es/modal/src/BodyWrapper.d.ts +12 -4
- package/es/modal/src/BodyWrapper.mjs +257 -0
- package/es/modal/src/Modal.d.ts +16 -4
- package/es/modal/src/Modal.mjs +321 -0
- package/es/modal/src/interface.mjs +3 -0
- package/es/modal/src/presetProps.d.ts +5 -1
- package/es/modal/src/presetProps.mjs +6 -0
- package/es/modal/src/styles/index.cssr.mjs +48 -0
- package/es/modal/styles/dark.mjs +16 -0
- package/es/modal/styles/index.mjs +2 -0
- package/es/modal/styles/light.mjs +28 -0
- package/es/notification/index.mjs +2 -0
- package/es/notification/src/Notification.mjs +191 -0
- package/es/notification/src/NotificationContainer.mjs +58 -0
- package/es/notification/src/NotificationEnvironment.mjs +164 -0
- package/es/notification/src/NotificationProvider.d.ts +3 -0
- package/es/notification/src/NotificationProvider.mjs +149 -0
- package/es/notification/src/context.mjs +2 -0
- package/es/notification/src/styles/index.cssr.mjs +227 -0
- package/es/notification/src/styles/rtl.cssr.mjs +22 -0
- package/es/notification/src/use-notification.mjs +10 -0
- package/es/notification/styles/_common.mjs +10 -0
- package/es/notification/styles/dark.mjs +12 -0
- package/es/notification/styles/index.mjs +3 -0
- package/es/notification/styles/light.mjs +58 -0
- package/es/notification/styles/rtl.mjs +5 -0
- package/es/number-animation/index.mjs +1 -0
- package/es/number-animation/src/NumberAnimation.mjs +111 -0
- package/es/number-animation/src/utils.mjs +23 -0
- package/es/page-header/index.mjs +1 -0
- package/es/page-header/src/PageHeader.mjs +128 -0
- package/es/page-header/src/styles/index.cssr.mjs +49 -0
- package/es/page-header/src/styles/rtl.cssr.mjs +19 -0
- package/es/page-header/styles/_common.mjs +4 -0
- package/es/page-header/styles/dark.mjs +7 -0
- package/es/page-header/styles/index.mjs +3 -0
- package/es/page-header/styles/light.mjs +28 -0
- package/es/page-header/styles/rtl.mjs +5 -0
- package/es/pagination/index.mjs +1 -0
- package/es/pagination/src/Pagination.d.ts +13 -0
- package/es/pagination/src/Pagination.mjs +720 -0
- package/es/pagination/src/interface.mjs +1 -0
- package/es/pagination/src/styles/index.cssr.mjs +134 -0
- package/es/pagination/src/styles/rtl.cssr.mjs +8 -0
- package/es/pagination/src/utils.d.ts +4 -2
- package/es/pagination/src/utils.mjs +146 -0
- package/es/pagination/styles/_common.mjs +35 -0
- package/es/pagination/styles/dark.mjs +29 -0
- package/es/pagination/styles/index.mjs +3 -0
- package/es/pagination/styles/light.mjs +76 -0
- package/es/pagination/styles/rtl.mjs +8 -0
- package/es/popconfirm/index.mjs +1 -0
- package/es/popconfirm/src/Popconfirm.d.ts +18 -0
- package/es/popconfirm/src/Popconfirm.mjs +107 -0
- package/es/popconfirm/src/PopconfirmPanel.mjs +116 -0
- package/es/popconfirm/src/interface.mjs +2 -0
- package/es/popconfirm/src/styles/index.cssr.mjs +22 -0
- package/es/popconfirm/styles/_common.mjs +3 -0
- package/es/popconfirm/styles/dark.mjs +14 -0
- package/es/popconfirm/styles/index.mjs +2 -0
- package/es/popconfirm/styles/light.mjs +25 -0
- package/es/popover/index.mjs +1 -0
- package/es/popover/src/Popover.d.ts +24 -0
- package/es/popover/src/Popover.mjs +481 -0
- package/es/popover/src/PopoverBody.d.ts +22 -1
- package/es/popover/src/PopoverBody.mjs +372 -0
- package/es/popover/src/interface.d.ts +1 -1
- package/es/popover/src/interface.mjs +2 -0
- package/es/popover/src/styles/index.cssr.mjs +166 -0
- package/es/popover/styles/_common.mjs +8 -0
- package/es/popover/styles/dark.mjs +8 -0
- package/es/popover/styles/index.mjs +2 -0
- package/es/popover/styles/light.mjs +26 -0
- package/es/popselect/index.mjs +1 -0
- package/es/popselect/src/Popselect.d.ts +18 -0
- package/es/popselect/src/Popselect.mjs +99 -0
- package/es/popselect/src/PopselectPanel.mjs +201 -0
- package/es/popselect/src/interface.mjs +2 -0
- package/es/popselect/src/styles/index.cssr.mjs +5 -0
- package/es/popselect/styles/dark.mjs +12 -0
- package/es/popselect/styles/index.mjs +2 -0
- package/es/popselect/styles/light.mjs +22 -0
- package/es/preset.mjs +7 -0
- package/es/progress/index.mjs +1 -0
- package/es/progress/src/Circle.mjs +159 -0
- package/es/progress/src/Line.mjs +148 -0
- package/es/progress/src/MultipleCircle.mjs +104 -0
- package/es/progress/src/Progress.d.ts +1 -1
- package/es/progress/src/Progress.mjs +209 -0
- package/es/progress/src/interface.mjs +1 -0
- package/es/progress/src/styles/index.cssr.mjs +196 -0
- package/es/progress/styles/dark.mjs +13 -0
- package/es/progress/styles/index.mjs +2 -0
- package/es/progress/styles/light.mjs +42 -0
- package/es/qr-code/index.d.ts +2 -0
- package/es/qr-code/index.mjs +1 -0
- package/es/qr-code/src/QrCode.d.ts +154 -0
- package/es/qr-code/src/QrCode.mjs +175 -0
- package/es/qr-code/src/qrcodegen.d.ts +94 -0
- package/es/qr-code/src/qrcodegen.mjs +882 -0
- package/es/qr-code/src/styles/index.cssr.d.ts +2 -0
- package/es/qr-code/src/styles/index.cssr.mjs +8 -0
- package/es/qr-code/styles/dark.d.ts +3 -0
- package/es/qr-code/styles/dark.mjs +11 -0
- package/es/qr-code/styles/index.d.ts +3 -0
- package/es/qr-code/styles/index.mjs +2 -0
- package/es/qr-code/styles/light.d.ts +9 -0
- package/es/qr-code/styles/light.mjs +12 -0
- package/es/radio/index.mjs +3 -0
- package/es/radio/src/Radio.mjs +114 -0
- package/es/radio/src/RadioButton.mjs +36 -0
- package/es/radio/src/RadioGroup.d.ts +1 -0
- package/es/radio/src/RadioGroup.mjs +218 -0
- package/es/radio/src/interface.mjs +1 -0
- package/es/radio/src/styles/radio-group.cssr.mjs +104 -0
- package/es/radio/src/styles/radio.cssr.mjs +107 -0
- package/es/radio/src/styles/rtl.cssr.mjs +20 -0
- package/es/radio/src/use-radio.d.ts +0 -1
- package/es/radio/src/use-radio.mjs +149 -0
- package/es/radio/styles/_common.mjs +7 -0
- package/es/radio/styles/dark.mjs +65 -0
- package/es/radio/styles/index.mjs +3 -0
- package/es/radio/styles/light.mjs +66 -0
- package/es/radio/styles/rtl.mjs +5 -0
- package/es/rate/index.mjs +1 -0
- package/es/rate/src/Rate.mjs +206 -0
- package/es/rate/src/StarIcon.mjs +6 -0
- package/es/rate/src/interface.mjs +1 -0
- package/es/rate/src/styles/index.cssr.mjs +44 -0
- package/es/rate/styles/dark.mjs +19 -0
- package/es/rate/styles/index.mjs +2 -0
- package/es/rate/styles/light.mjs +19 -0
- package/es/result/index.mjs +1 -0
- package/es/result/src/403.mjs +11 -0
- package/es/result/src/404.mjs +31 -0
- package/es/result/src/418.mjs +32 -0
- package/es/result/src/500.mjs +17 -0
- package/es/result/src/Result.mjs +126 -0
- package/es/result/src/styles/index.cssr.mjs +43 -0
- package/es/result/styles/_common.mjs +18 -0
- package/es/result/styles/dark.mjs +8 -0
- package/es/result/styles/index.mjs +2 -0
- package/es/result/styles/light.mjs +30 -0
- package/es/scrollbar/index.mjs +1 -0
- package/es/scrollbar/src/Scrollbar.mjs +37 -0
- package/es/select/index.mjs +1 -0
- package/es/select/src/Select.d.ts +6 -2
- package/es/select/src/Select.mjs +921 -0
- package/es/select/src/interface.mjs +1 -0
- package/es/select/src/styles/index.cssr.mjs +14 -0
- package/es/select/src/utils.mjs +68 -0
- package/es/select/styles/dark.mjs +14 -0
- package/es/select/styles/index.d.ts +1 -0
- package/es/select/styles/index.mjs +3 -0
- package/es/select/styles/light.mjs +22 -0
- package/es/select/styles/rtl.d.ts +2 -0
- package/es/select/styles/rtl.mjs +10 -0
- package/es/skeleton/index.mjs +1 -0
- package/es/skeleton/src/Skeleton.mjs +102 -0
- package/es/skeleton/src/styles/index.cssr.mjs +29 -0
- package/es/skeleton/styles/dark.mjs +21 -0
- package/es/skeleton/styles/index.mjs +2 -0
- package/es/skeleton/styles/light.mjs +22 -0
- package/es/slider/index.mjs +1 -0
- package/es/slider/src/Slider.d.ts +7 -1
- package/es/slider/src/Slider.mjs +686 -0
- package/es/slider/src/interface.mjs +1 -0
- package/es/slider/src/styles/index.cssr.mjs +201 -0
- package/es/slider/src/utils.d.ts +2 -2
- package/es/slider/src/utils.mjs +14 -0
- package/es/slider/styles/_common.mjs +8 -0
- package/es/slider/styles/dark.mjs +45 -0
- package/es/slider/styles/index.mjs +2 -0
- package/es/slider/styles/light.mjs +47 -0
- package/es/space/index.mjs +1 -0
- package/es/space/src/Space.d.ts +7 -0
- package/es/space/src/Space.mjs +146 -0
- package/es/space/src/styles/rtl.cssr.mjs +4 -0
- package/es/space/src/utils.mjs +21 -0
- package/es/space/styles/_common.mjs +5 -0
- package/es/space/styles/dark.mjs +8 -0
- package/es/space/styles/index.mjs +3 -0
- package/es/space/styles/light.mjs +9 -0
- package/es/space/styles/rtl.mjs +5 -0
- package/es/spin/index.mjs +1 -0
- package/es/spin/src/Spin.d.ts +7 -1
- package/es/spin/src/Spin.mjs +163 -0
- package/es/spin/src/styles/index.cssr.mjs +52 -0
- package/es/spin/styles/dark.mjs +8 -0
- package/es/spin/styles/index.mjs +2 -0
- package/es/spin/styles/light.mjs +30 -0
- package/es/split/index.d.ts +2 -0
- package/es/split/index.mjs +1 -0
- package/es/split/src/Split.d.ts +145 -0
- package/es/split/src/Split.mjs +157 -0
- package/es/split/src/styles/index.cssr.d.ts +2 -0
- package/es/split/src/styles/index.cssr.mjs +25 -0
- package/es/split/styles/dark.d.ts +3 -0
- package/es/split/styles/dark.mjs +6 -0
- package/es/split/styles/index.d.ts +3 -0
- package/es/split/styles/index.mjs +2 -0
- package/es/split/styles/light.d.ts +10 -0
- package/es/split/styles/light.mjs +17 -0
- package/es/statistic/index.mjs +1 -0
- package/es/statistic/src/Statistic.mjs +91 -0
- package/es/statistic/src/styles/index.cssr.mjs +38 -0
- package/es/statistic/src/styles/rtl.cssr.mjs +9 -0
- package/es/statistic/styles/dark.mjs +8 -0
- package/es/statistic/styles/index.mjs +3 -0
- package/es/statistic/styles/light.mjs +25 -0
- package/es/statistic/styles/rtl.mjs +5 -0
- package/es/steps/index.mjs +2 -0
- package/es/steps/src/Step.mjs +195 -0
- package/es/steps/src/Steps.d.ts +1 -1
- package/es/steps/src/Steps.mjs +63 -0
- package/es/steps/src/styles/index.cssr.mjs +102 -0
- package/es/steps/src/styles/rtl.cssr.mjs +14 -0
- package/es/steps/styles/_common.mjs +10 -0
- package/es/steps/styles/dark.mjs +8 -0
- package/es/steps/styles/index.mjs +3 -0
- package/es/steps/styles/light.mjs +46 -0
- package/es/steps/styles/rtl.mjs +5 -0
- package/es/styles.d.ts +4 -2
- package/es/styles.mjs +81 -0
- package/es/switch/index.mjs +1 -0
- package/es/switch/src/Switch.d.ts +1 -1
- package/es/switch/src/Switch.mjs +321 -0
- package/es/switch/src/interface.mjs +1 -0
- package/es/switch/src/styles/index.cssr.mjs +127 -0
- package/es/switch/styles/_common.mjs +17 -0
- package/es/switch/styles/dark.mjs +38 -0
- package/es/switch/styles/index.mjs +2 -0
- package/es/switch/styles/light.mjs +37 -0
- package/es/table/index.mjs +6 -0
- package/es/table/src/Table.mjs +122 -0
- package/es/table/src/Tbody.mjs +7 -0
- package/es/table/src/Td.mjs +7 -0
- package/es/table/src/Th.mjs +7 -0
- package/es/table/src/Thead.mjs +7 -0
- package/es/table/src/Tr.mjs +7 -0
- package/es/table/src/styles/index.cssr.mjs +96 -0
- package/es/table/src/styles/rtl.cssr.mjs +13 -0
- package/es/table/styles/_common.mjs +8 -0
- package/es/table/styles/dark.mjs +8 -0
- package/es/table/styles/index.mjs +3 -0
- package/es/table/styles/light.mjs +49 -0
- package/es/table/styles/rtl.mjs +5 -0
- package/es/tabs/index.mjs +3 -0
- package/es/tabs/src/Tab.d.ts +3 -0
- package/es/tabs/src/Tab.mjs +131 -0
- package/es/tabs/src/TabPane.mjs +52 -0
- package/es/tabs/src/Tabs.d.ts +17 -7
- package/es/tabs/src/Tabs.mjs +852 -0
- package/es/tabs/src/interface.d.ts +3 -0
- package/es/tabs/src/interface.mjs +2 -0
- package/es/tabs/src/styles/index.cssr.mjs +375 -0
- package/es/tabs/styles/_common.mjs +58 -0
- package/es/tabs/styles/dark.mjs +16 -0
- package/es/tabs/styles/index.mjs +2 -0
- package/es/tabs/styles/light.mjs +63 -0
- package/es/tag/index.mjs +1 -0
- package/es/tag/src/Tag.d.ts +5 -12
- package/es/tag/src/Tag.mjs +268 -0
- package/es/tag/src/common-props.mjs +17 -0
- package/es/tag/src/styles/index.cssr.mjs +98 -0
- package/es/tag/src/styles/rtl.cssr.mjs +17 -0
- package/es/tag/styles/_common.d.ts +0 -1
- package/es/tag/styles/_common.mjs +12 -0
- package/es/tag/styles/dark.mjs +191 -0
- package/es/tag/styles/index.mjs +3 -0
- package/es/tag/styles/light.d.ts +0 -1
- package/es/tag/styles/light.mjs +172 -0
- package/es/tag/styles/rtl.mjs +5 -0
- package/es/theme-editor/index.mjs +1 -0
- package/es/theme-editor/src/MaximizeIcon.mjs +14 -0
- package/es/theme-editor/src/MinimizeIcon.mjs +15 -0
- package/es/theme-editor/src/ThemeEditor.d.ts +2 -2
- package/es/theme-editor/src/ThemeEditor.mjs +385 -0
- package/es/themes/dark.mjs +173 -0
- package/es/themes/index.mjs +3 -0
- package/es/themes/interface.mjs +1 -0
- package/es/themes/light.mjs +175 -0
- package/es/themes/utils.mjs +18 -0
- package/es/thing/index.mjs +1 -0
- package/es/thing/src/Thing.d.ts +6 -0
- package/es/thing/src/Thing.mjs +98 -0
- package/es/thing/src/styles/index.cssr.mjs +41 -0
- package/es/thing/src/styles/rtl.cssr.mjs +8 -0
- package/es/thing/styles/dark.mjs +8 -0
- package/es/thing/styles/index.mjs +3 -0
- package/es/thing/styles/light.mjs +21 -0
- package/es/thing/styles/rtl.mjs +8 -0
- package/es/time/index.mjs +1 -0
- package/es/time/src/Time.mjs +89 -0
- package/es/time-picker/index.mjs +1 -0
- package/es/time-picker/src/Panel.d.ts +7 -3
- package/es/time-picker/src/Panel.mjs +292 -0
- package/es/time-picker/src/PanelCol.mjs +43 -0
- package/es/time-picker/src/TimePicker.d.ts +6 -3
- package/es/time-picker/src/TimePicker.mjs +868 -0
- package/es/time-picker/src/interface.mjs +2 -0
- package/es/time-picker/src/styles/index.cssr.mjs +99 -0
- package/es/time-picker/src/utils.mjs +73 -0
- package/es/time-picker/styles/_common.mjs +6 -0
- package/es/time-picker/styles/dark.mjs +16 -0
- package/es/time-picker/styles/index.mjs +2 -0
- package/es/time-picker/styles/light.mjs +44 -0
- package/es/timeline/index.mjs +2 -0
- package/es/timeline/src/Timeline.mjs +43 -0
- package/es/timeline/src/TimelineItem.mjs +137 -0
- package/es/timeline/src/styles/index.cssr.mjs +111 -0
- package/es/timeline/styles/_common.mjs +8 -0
- package/es/timeline/styles/dark.mjs +39 -0
- package/es/timeline/styles/index.mjs +2 -0
- package/es/timeline/styles/light.mjs +40 -0
- package/es/tooltip/index.mjs +1 -0
- package/es/tooltip/src/Tooltip.d.ts +18 -0
- package/es/tooltip/src/Tooltip.mjs +49 -0
- package/es/tooltip/styles/_common.mjs +3 -0
- package/es/tooltip/styles/dark.mjs +25 -0
- package/es/tooltip/styles/index.mjs +2 -0
- package/es/tooltip/styles/light.mjs +27 -0
- package/es/transfer/index.mjs +1 -0
- package/es/transfer/src/Transfer.d.ts +1 -1
- package/es/transfer/src/Transfer.mjs +331 -0
- package/es/transfer/src/TransferFilter.mjs +52 -0
- package/es/transfer/src/TransferHeader.mjs +84 -0
- package/es/transfer/src/TransferList.d.ts +1 -1
- package/es/transfer/src/TransferList.mjs +136 -0
- package/es/transfer/src/TransferListItem.mjs +89 -0
- package/es/transfer/src/interface.mjs +2 -0
- package/es/transfer/src/styles/index.cssr.mjs +151 -0
- package/es/transfer/src/use-transfer-data.mjs +125 -0
- package/es/transfer/styles/_common.mjs +13 -0
- package/es/transfer/styles/dark.mjs +69 -0
- package/es/transfer/styles/index.mjs +2 -0
- package/es/transfer/styles/light.mjs +72 -0
- package/es/tree/index.d.ts +2 -1
- package/es/tree/index.mjs +2 -0
- package/es/tree/src/MotionWrapper.mjs +46 -0
- package/es/tree/src/Tree.d.ts +21 -6
- package/es/tree/src/Tree.mjs +1515 -0
- package/es/tree/src/TreeNode.mjs +463 -0
- package/es/tree/src/TreeNodeCheckbox.d.ts +1 -0
- package/es/tree/src/TreeNodeCheckbox.mjs +68 -0
- package/es/tree/src/TreeNodeContent.mjs +97 -0
- package/es/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/es/tree/src/TreeNodeSwitcher.mjs +75 -0
- package/es/tree/src/dnd.mjs +44 -0
- package/es/tree/src/interface.d.ts +10 -4
- package/es/tree/src/interface.mjs +2 -0
- package/es/tree/src/keyboard.d.ts +8 -3
- package/es/tree/src/keyboard.mjs +135 -0
- package/es/tree/src/styles/index.cssr.mjs +135 -0
- package/es/tree/src/styles/rtl.cssr.mjs +17 -0
- package/es/tree/src/utils.d.ts +1 -0
- package/es/tree/src/utils.mjs +120 -0
- package/es/tree/styles/dark.mjs +26 -0
- package/es/tree/styles/index.mjs +3 -0
- package/es/tree/styles/light.d.ts +2 -0
- package/es/tree/styles/light.mjs +48 -0
- package/es/tree/styles/rtl.mjs +5 -0
- package/es/tree-select/index.d.ts +1 -0
- package/es/tree-select/index.mjs +1 -0
- package/es/tree-select/src/TreeSelect.d.ts +29 -13
- package/es/tree-select/src/TreeSelect.mjs +871 -0
- package/es/tree-select/src/interface.mjs +2 -0
- package/es/tree-select/src/styles/index.cssr.mjs +38 -0
- package/es/tree-select/src/utils.mjs +18 -0
- package/es/tree-select/styles/dark.mjs +14 -0
- package/es/tree-select/styles/index.mjs +2 -0
- package/es/tree-select/styles/light.d.ts +1 -0
- package/es/tree-select/styles/light.mjs +36 -0
- package/es/typography/index.mjs +10 -0
- package/es/typography/src/a.mjs +45 -0
- package/es/typography/src/blockquote.mjs +56 -0
- package/es/typography/src/create-header.mjs +79 -0
- package/es/typography/src/headers.mjs +7 -0
- package/es/typography/src/hr.mjs +44 -0
- package/es/typography/src/li.mjs +7 -0
- package/es/typography/src/ol.mjs +60 -0
- package/es/typography/src/p.mjs +58 -0
- package/es/typography/src/styles/a.cssr.mjs +12 -0
- package/es/typography/src/styles/blockquote.cssr.mjs +27 -0
- package/es/typography/src/styles/header.cssr.mjs +37 -0
- package/es/typography/src/styles/hr.cssr.mjs +11 -0
- package/es/typography/src/styles/list.cssr.mjs +32 -0
- package/es/typography/src/styles/p.cssr.mjs +15 -0
- package/es/typography/src/styles/text.cssr.mjs +34 -0
- package/es/typography/src/text.mjs +105 -0
- package/es/typography/src/ul.mjs +60 -0
- package/es/typography/styles/_common.mjs +30 -0
- package/es/typography/styles/dark.mjs +8 -0
- package/es/typography/styles/index.mjs +2 -0
- package/es/typography/styles/light.mjs +65 -0
- package/es/upload/index.mjs +4 -0
- package/es/upload/src/Upload.d.ts +6 -0
- package/es/upload/src/Upload.mjs +681 -0
- package/es/upload/src/UploadDragger.mjs +32 -0
- package/es/upload/src/UploadFile.mjs +377 -0
- package/es/upload/src/UploadFileList.mjs +57 -0
- package/es/upload/src/UploadProgress.mjs +38 -0
- package/es/upload/src/UploadTrigger.mjs +96 -0
- package/es/upload/src/icons.mjs +23 -0
- package/es/upload/src/interface.d.ts +2 -0
- package/es/upload/src/interface.mjs +2 -0
- package/es/upload/src/styles/index.cssr.mjs +224 -0
- package/es/upload/src/utils.d.ts +0 -1
- package/es/upload/src/utils.mjs +160 -0
- package/es/upload/styles/dark.mjs +24 -0
- package/es/upload/styles/index.mjs +2 -0
- package/es/upload/styles/light.mjs +50 -0
- package/es/version.d.ts +1 -1
- package/es/version.mjs +1 -0
- package/es/virtual-list/index.d.ts +2 -0
- package/es/virtual-list/index.mjs +1 -0
- package/es/virtual-list/src/VirtualList.d.ts +146 -0
- package/es/virtual-list/src/VirtualList.mjs +133 -0
- package/es/watermark/index.mjs +1 -0
- package/es/watermark/src/Watermark.mjs +213 -0
- package/es/watermark/src/styles/index.cssr.mjs +30 -0
- package/es/watermark/styles/dark.mjs +14 -0
- package/es/watermark/styles/index.mjs +2 -0
- package/es/watermark/styles/light.mjs +15 -0
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +1 -0
- package/lib/_internal/loading/src/Loading.js +7 -10
- package/lib/_internal/loading/src/styles/index.cssr.js +14 -119
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +3 -3
- package/lib/_internal/scrollbar/src/Scrollbar.js +12 -7
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +3 -6
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +6 -4
- package/lib/_internal/select-menu/src/SelectMenu.js +6 -2
- package/lib/_internal/select-menu/src/styles/index.cssr.js +8 -0
- package/lib/_internal/select-menu/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/_internal/select-menu/src/styles/rtl.cssr.js +15 -0
- package/lib/_internal/select-menu/styles/index.d.ts +1 -0
- package/lib/_internal/select-menu/styles/index.js +3 -1
- package/lib/_internal/select-menu/styles/rtl.d.ts +2 -0
- package/lib/_internal/select-menu/styles/rtl.js +11 -0
- package/lib/_internal/selection/src/Selection.d.ts +17 -4
- package/lib/_internal/selection/src/Selection.js +23 -16
- package/lib/_internal/selection/src/styles/index.cssr.js +2 -0
- package/lib/_internal/selection/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/_internal/selection/src/styles/rtl.cssr.js +14 -0
- package/lib/_internal/selection/styles/index.d.ts +1 -0
- package/lib/_internal/selection/styles/index.js +3 -1
- package/lib/_internal/selection/styles/rtl.d.ts +2 -0
- package/lib/_internal/selection/styles/rtl.js +11 -0
- package/lib/_styles/common/_common.js +1 -1
- package/lib/_styles/common/light.js +2 -2
- package/lib/_utils/composable/use-collection.d.ts +1 -1
- package/lib/_utils/composable/use-collection.js +2 -0
- package/lib/_utils/css/color-to-class.js +1 -1
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +3 -1
- package/lib/_utils/css/rtl-inset.d.ts +1 -0
- package/lib/_utils/css/rtl-inset.js +9 -0
- package/lib/_utils/cssr/index.d.ts +2 -2
- package/lib/_utils/cssr/index.js +8 -2
- package/lib/_utils/dom/download.d.ts +1 -0
- package/lib/_utils/dom/download.js +16 -0
- package/lib/_utils/dom/index.d.ts +1 -0
- package/lib/_utils/dom/index.js +3 -1
- package/lib/_utils/index.d.ts +1 -1
- package/lib/_utils/index.js +2 -1
- package/lib/_utils/vue/flatten.js +3 -1
- package/lib/affix/src/Affix.d.ts +8 -8
- package/lib/affix/src/Affix.js +5 -3
- package/lib/alert/src/Alert.js +3 -1
- package/lib/anchor/src/AnchorAdapter.d.ts +7 -7
- package/lib/auto-complete/src/AutoComplete.d.ts +2 -1
- package/lib/avatar/src/Avatar.d.ts +1 -1
- package/lib/avatar/src/Avatar.js +36 -39
- package/lib/avatar-group/src/AvatarGroup.d.ts +4 -0
- package/lib/avatar-group/src/AvatarGroup.js +4 -2
- package/lib/avatar-group/src/styles/avatar-group.cssr.js +12 -6
- package/lib/button/src/Button.d.ts +1 -1
- package/lib/button/src/Button.js +1 -1
- package/lib/calendar/src/Calendar.d.ts +2 -0
- package/lib/card/src/Card.d.ts +17 -1
- package/lib/card/src/Card.js +11 -4
- package/lib/carousel/src/Carousel.d.ts +5 -6
- package/lib/carousel/src/Carousel.js +7 -4
- package/lib/carousel/src/utils/duplicatedLogic.d.ts +1 -1
- package/lib/carousel/src/utils/duplicatedLogic.js +2 -0
- package/lib/cascader/src/Cascader.d.ts +5 -1
- package/lib/cascader/src/Cascader.js +2 -2
- package/lib/cascader/src/CascaderSubmenu.d.ts +1 -1
- package/lib/checkbox/src/Checkbox.d.ts +6 -6
- package/lib/collapse/src/styles/index.cssr.js +1 -1
- package/lib/color-picker/src/ColorPickerSwatches.js +4 -3
- package/lib/components.d.ts +4 -0
- package/lib/components.js +4 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +9 -0
- package/lib/config-provider/src/config.js +5 -5
- package/lib/config-provider/src/internal-interface.d.ts +6 -0
- package/lib/data-table/src/DataTable.d.ts +6 -4
- package/lib/data-table/src/DataTable.js +16 -3
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1 -1
- package/lib/data-table/src/HeaderButton/FilterMenu.js +8 -1
- package/lib/data-table/src/MainTable.js +2 -0
- package/lib/data-table/src/TableParts/Body.d.ts +4 -4
- package/lib/data-table/src/TableParts/Body.js +6 -4
- package/lib/data-table/src/TableParts/Cell.js +2 -1
- package/lib/data-table/src/interface.d.ts +6 -1
- package/lib/data-table/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/data-table/src/styles/rtl.cssr.js +23 -0
- package/lib/data-table/src/use-sorter.js +9 -1
- package/lib/data-table/src/use-table-data.js +4 -2
- package/lib/data-table/src/utils.d.ts +2 -1
- package/lib/data-table/src/utils.js +21 -1
- package/lib/data-table/styles/index.d.ts +1 -0
- package/lib/data-table/styles/index.js +3 -1
- package/lib/data-table/styles/rtl.d.ts +2 -0
- package/lib/data-table/styles/rtl.js +14 -0
- package/lib/date-picker/src/DatePicker.d.ts +82 -4
- package/lib/date-picker/src/DatePicker.js +27 -8
- package/lib/date-picker/src/config.d.ts +1 -1
- package/lib/date-picker/src/interface.d.ts +3 -0
- package/lib/date-picker/src/panel/date.d.ts +83 -42
- package/lib/date-picker/src/panel/date.js +12 -5
- package/lib/date-picker/src/panel/daterange.d.ts +14 -2
- package/lib/date-picker/src/panel/datetime.d.ts +16 -2
- package/lib/date-picker/src/panel/datetimerange.d.ts +14 -2
- package/lib/date-picker/src/panel/month.d.ts +17 -3
- package/lib/date-picker/src/panel/month.js +13 -8
- package/lib/date-picker/src/panel/monthrange.d.ts +15 -3
- package/lib/date-picker/src/panel/monthrange.js +12 -8
- package/lib/date-picker/src/panel/panelHeader.d.ts +744 -773
- package/lib/date-picker/src/panel/use-calendar.d.ts +13 -3
- package/lib/date-picker/src/panel/use-calendar.js +47 -8
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +10 -2
- package/lib/date-picker/src/panel/use-dual-calendar.js +23 -11
- package/lib/date-picker/src/panel/use-panel-common.d.ts +8 -0
- package/lib/date-picker/src/panel/use-panel-common.js +5 -1
- package/lib/date-picker/src/styles/index.cssr.js +41 -8
- package/lib/date-picker/src/utils.d.ts +18 -5
- package/lib/date-picker/src/utils.js +85 -19
- package/lib/date-picker/styles/_common.d.ts +2 -0
- package/lib/date-picker/styles/_common.js +4 -2
- package/lib/date-picker/styles/light.d.ts +4 -0
- package/lib/descriptions/src/Descriptions.d.ts +7 -1
- package/lib/descriptions/src/Descriptions.js +22 -7
- package/lib/descriptions/src/DescriptionsItem.d.ts +6 -0
- package/lib/descriptions/src/DescriptionsItem.js +2 -0
- package/lib/dialog/src/Dialog.d.ts +5 -1
- package/lib/dialog/src/Dialog.js +21 -5
- package/lib/dialog/src/DialogEnvironment.d.ts +1 -1
- package/lib/dialog/src/DialogProvider.d.ts +5 -5
- package/lib/dialog/src/dialogProps.d.ts +1 -1
- package/lib/dialog/src/styles/index.cssr.js +15 -11
- package/lib/dialog/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/dialog/src/styles/rtl.cssr.js +23 -0
- package/lib/dialog/styles/index.d.ts +1 -0
- package/lib/dialog/styles/index.js +3 -1
- package/lib/dialog/styles/rtl.d.ts +2 -0
- package/lib/dialog/styles/rtl.js +11 -0
- package/lib/drawer/src/Drawer.d.ts +4 -1
- package/lib/drawer/src/Drawer.js +6 -2
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +2 -0
- package/lib/drawer/src/DrawerBodyWrapper.js +8 -1
- package/lib/drawer/src/DrawerContent.d.ts +15 -9
- package/lib/drawer/src/DrawerContent.js +16 -8
- package/lib/dropdown/src/Dropdown.d.ts +18 -0
- package/lib/dropdown/src/Dropdown.js +1 -1
- package/lib/dropdown/src/DropdownMenu.js +4 -1
- package/lib/dropdown/src/DropdownOption.d.ts +5 -4
- package/lib/dropdown/src/DropdownOption.js +2 -4
- package/lib/dynamic-input/src/DynamicInput.d.ts +3 -0
- package/lib/dynamic-input/src/DynamicInput.js +3 -3
- package/lib/dynamic-tags/src/DynamicTags.d.ts +9 -12
- package/lib/dynamic-tags/src/DynamicTags.js +7 -7
- package/lib/dynamic-tags/styles/light.d.ts +0 -1
- package/lib/equation/index.d.ts +1 -0
- package/lib/equation/src/Equation.d.ts +2 -0
- package/lib/flex/index.d.ts +3 -0
- package/lib/flex/index.js +9 -0
- package/lib/flex/src/Flex.d.ts +116 -0
- package/lib/flex/src/Flex.js +79 -0
- package/lib/flex/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/flex/src/styles/rtl.cssr.js +9 -0
- package/lib/flex/src/type.d.ts +3 -0
- package/lib/flex/src/type.js +2 -0
- package/lib/flex/styles/_common.d.ts +6 -0
- package/lib/flex/styles/_common.js +7 -0
- package/lib/flex/styles/dark.d.ts +3 -0
- package/lib/flex/styles/dark.js +13 -0
- package/lib/flex/styles/index.d.ts +4 -0
- package/lib/flex/styles/index.js +12 -0
- package/lib/flex/styles/light.d.ts +10 -0
- package/lib/flex/styles/light.js +14 -0
- package/lib/flex/styles/rtl.d.ts +2 -0
- package/lib/flex/styles/rtl.js +11 -0
- package/lib/form/src/Form.js +14 -11
- package/lib/form/src/FormItem.d.ts +2 -1
- package/lib/form/src/FormItem.js +62 -42
- package/lib/form/src/FormItemCol.d.ts +1 -1
- package/lib/form/src/interface.d.ts +12 -5
- package/lib/form/src/styles/form-item.cssr.js +1 -1
- package/lib/form/src/utils.d.ts +2 -1
- package/lib/form/src/utils.js +4 -0
- package/lib/grid/src/Grid.d.ts +1 -1
- package/lib/image/src/Image.js +1 -2
- package/lib/image/src/ImagePreview.js +2 -2
- package/lib/input/src/Input.d.ts +5 -4
- package/lib/input/src/Input.js +20 -12
- package/lib/input/src/interface.d.ts +7 -2
- package/lib/input/src/styles/input.cssr.js +1 -1
- package/lib/input-number/src/InputNumber.d.ts +5 -1
- package/lib/input-number/src/InputNumber.js +2 -2
- package/lib/layout/src/Layout.d.ts +6 -0
- package/lib/layout/src/Layout.js +8 -1
- package/lib/layout/src/LayoutContent.d.ts +2 -0
- package/lib/layout/src/LayoutSider.d.ts +9 -0
- package/lib/layout/src/LayoutSider.js +12 -3
- package/lib/legacy-grid/src/styles/index.cssr.js +2 -3
- package/lib/legacy-grid/src/styles/rtl.cssr.js +2 -3
- package/lib/legacy-transfer/src/Transfer.d.ts +1 -1
- package/lib/legacy-transfer/src/TransferList.d.ts +1 -1
- package/lib/loading-bar/src/LoadingBar.d.ts +2 -0
- package/lib/loading-bar/src/LoadingBar.js +3 -1
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +3 -0
- package/lib/loading-bar/src/LoadingBarProvider.js +2 -2
- package/lib/locales/common/arDZ.js +4 -1
- package/lib/locales/common/deDE.js +4 -1
- package/lib/locales/common/enGB.js +4 -1
- package/lib/locales/common/enUS.d.ts +3 -0
- package/lib/locales/common/enUS.js +4 -1
- package/lib/locales/common/eo.js +4 -1
- package/lib/locales/common/esAR.js +4 -1
- package/lib/locales/common/faIR.js +4 -1
- package/lib/locales/common/frFR.js +5 -2
- package/lib/locales/common/idID.js +4 -1
- package/lib/locales/common/itIT.js +4 -1
- package/lib/locales/common/jaJP.js +12 -12
- package/lib/locales/common/koKR.js +4 -1
- package/lib/locales/common/nbNO.js +4 -1
- package/lib/locales/common/nlNL.js +4 -1
- package/lib/locales/common/plPL.js +4 -1
- package/lib/locales/common/ptBR.js +4 -1
- package/lib/locales/common/ruRU.js +22 -24
- package/lib/locales/common/skSK.js +4 -1
- package/lib/locales/common/svSE.js +4 -1
- package/lib/locales/common/thTH.js +4 -1
- package/lib/locales/common/trTR.js +4 -1
- package/lib/locales/common/ukUA.js +4 -1
- package/lib/locales/common/viVN.js +4 -1
- package/lib/locales/common/zhCN.js +4 -1
- package/lib/locales/common/zhTW.js +4 -1
- package/lib/log/src/Log.d.ts +3 -3
- package/lib/mention/src/Mention.d.ts +2 -1
- package/lib/mention/src/utils.js +4 -4
- package/lib/menu/src/Menu.d.ts +30 -13
- package/lib/menu/src/Menu.js +101 -7
- package/lib/menu/src/MenuOptionContent.d.ts +3 -0
- package/lib/menu/src/MenuOptionContent.js +7 -2
- package/lib/menu/src/Submenu.d.ts +23 -12
- package/lib/menu/src/Submenu.js +9 -8
- package/lib/menu/src/interface.d.ts +1 -0
- package/lib/menu/src/styles/index.cssr.js +8 -4
- package/lib/menu/src/use-menu-child.js +5 -5
- package/lib/message/src/Message.d.ts +1 -1
- package/lib/message/src/MessageProvider.d.ts +7 -4
- package/lib/message/src/MessageProvider.js +3 -2
- package/lib/modal/src/BodyWrapper.d.ts +12 -4
- package/lib/modal/src/Modal.d.ts +16 -4
- package/lib/modal/src/presetProps.d.ts +5 -1
- package/lib/notification/src/NotificationEnvironment.js +1 -1
- package/lib/notification/src/NotificationProvider.d.ts +3 -0
- package/lib/notification/src/NotificationProvider.js +2 -2
- package/lib/notification/src/styles/index.cssr.js +10 -11
- package/lib/pagination/src/Pagination.d.ts +13 -0
- package/lib/pagination/src/Pagination.js +9 -13
- package/lib/pagination/src/utils.d.ts +4 -2
- package/lib/pagination/src/utils.js +21 -4
- package/lib/pagination/styles/rtl.js +2 -1
- package/lib/popconfirm/src/Popconfirm.d.ts +18 -0
- package/lib/popover/src/Popover.d.ts +24 -0
- package/lib/popover/src/Popover.js +7 -0
- package/lib/popover/src/PopoverBody.d.ts +22 -1
- package/lib/popover/src/PopoverBody.js +26 -10
- package/lib/popover/src/interface.d.ts +1 -1
- package/lib/popselect/src/Popselect.d.ts +18 -0
- package/lib/popselect/src/Popselect.js +2 -1
- package/lib/popselect/src/PopselectPanel.js +2 -1
- package/lib/progress/src/Progress.d.ts +1 -1
- package/lib/qr-code/index.d.ts +2 -0
- package/lib/qr-code/index.js +9 -0
- package/lib/qr-code/src/QrCode.d.ts +154 -0
- package/lib/qr-code/src/QrCode.js +152 -0
- package/lib/qr-code/src/qrcodegen.d.ts +94 -0
- package/lib/qr-code/src/qrcodegen.js +949 -0
- package/lib/qr-code/src/styles/index.cssr.d.ts +2 -0
- package/lib/qr-code/src/styles/index.cssr.js +13 -0
- package/lib/qr-code/styles/dark.d.ts +3 -0
- package/lib/qr-code/styles/dark.js +13 -0
- package/lib/qr-code/styles/index.d.ts +3 -0
- package/lib/qr-code/styles/index.js +10 -0
- package/lib/qr-code/styles/light.d.ts +9 -0
- package/lib/qr-code/styles/light.js +14 -0
- package/lib/radio/src/Radio.js +4 -6
- package/lib/radio/src/RadioGroup.d.ts +1 -0
- package/lib/radio/src/RadioGroup.js +2 -1
- package/lib/radio/src/styles/radio-group.cssr.js +1 -0
- package/lib/radio/src/use-radio.d.ts +0 -1
- package/lib/radio/src/use-radio.js +6 -1
- package/lib/scrollbar/src/Scrollbar.js +2 -0
- package/lib/select/src/Select.d.ts +6 -2
- package/lib/select/src/Select.js +3 -2
- package/lib/select/styles/index.d.ts +1 -0
- package/lib/select/styles/index.js +3 -1
- package/lib/select/styles/rtl.d.ts +2 -0
- package/lib/select/styles/rtl.js +13 -0
- package/lib/skeleton/src/Skeleton.js +3 -6
- package/lib/slider/src/Slider.d.ts +7 -1
- package/lib/slider/src/Slider.js +10 -3
- package/lib/slider/src/utils.d.ts +2 -2
- package/lib/slider/src/utils.js +3 -3
- package/lib/space/src/Space.d.ts +7 -0
- package/lib/space/src/Space.js +19 -8
- package/lib/spin/src/Spin.d.ts +7 -1
- package/lib/spin/src/Spin.js +4 -3
- package/lib/spin/src/styles/index.cssr.js +3 -3
- package/lib/split/index.d.ts +2 -0
- package/lib/split/index.js +9 -0
- package/lib/split/src/Split.d.ts +145 -0
- package/lib/split/src/Split.js +152 -0
- package/lib/split/src/styles/index.cssr.d.ts +2 -0
- package/lib/split/src/styles/index.cssr.js +30 -0
- package/lib/split/styles/dark.d.ts +3 -0
- package/lib/split/styles/dark.js +8 -0
- package/lib/split/styles/index.d.ts +3 -0
- package/lib/split/styles/index.js +10 -0
- package/lib/split/styles/light.d.ts +10 -0
- package/lib/split/styles/light.js +18 -0
- package/lib/steps/src/Steps.d.ts +1 -1
- package/lib/styles.d.ts +4 -2
- package/lib/styles.js +160 -152
- package/lib/switch/src/Switch.d.ts +1 -1
- package/lib/tabs/src/Tab.d.ts +3 -0
- package/lib/tabs/src/Tab.js +11 -5
- package/lib/tabs/src/Tabs.d.ts +17 -7
- package/lib/tabs/src/Tabs.js +94 -35
- package/lib/tabs/src/interface.d.ts +3 -0
- package/lib/tabs/src/styles/index.cssr.js +23 -6
- package/lib/tag/src/Tag.d.ts +5 -12
- package/lib/tag/src/Tag.js +7 -3
- package/lib/tag/src/styles/index.cssr.js +1 -0
- package/lib/tag/src/styles/rtl.cssr.js +2 -3
- package/lib/tag/styles/_common.d.ts +0 -1
- package/lib/tag/styles/_common.js +1 -2
- package/lib/tag/styles/light.d.ts +0 -1
- package/lib/theme-editor/src/ThemeEditor.d.ts +2 -2
- package/lib/theme-editor/src/ThemeEditor.js +1 -6
- package/lib/themes/dark.js +58 -52
- package/lib/themes/light.js +58 -52
- package/lib/thing/src/Thing.d.ts +6 -0
- package/lib/thing/src/Thing.js +13 -4
- package/lib/time-picker/src/Panel.d.ts +7 -3
- package/lib/time-picker/src/Panel.js +6 -3
- package/lib/time-picker/src/TimePicker.d.ts +6 -3
- package/lib/time-picker/src/TimePicker.js +17 -3
- package/lib/tooltip/src/Tooltip.d.ts +18 -0
- package/lib/transfer/src/Transfer.d.ts +1 -1
- package/lib/transfer/src/TransferList.d.ts +1 -1
- package/lib/tree/index.d.ts +2 -1
- package/lib/tree/index.js +3 -1
- package/lib/tree/src/Tree.d.ts +21 -6
- package/lib/tree/src/Tree.js +28 -7
- package/lib/tree/src/TreeNode.js +70 -29
- package/lib/tree/src/TreeNodeCheckbox.d.ts +1 -0
- package/lib/tree/src/TreeNodeSwitcher.d.ts +1 -1
- package/lib/tree/src/interface.d.ts +10 -4
- package/lib/tree/src/keyboard.d.ts +8 -3
- package/lib/tree/src/keyboard.js +31 -5
- package/lib/tree/src/styles/index.cssr.js +5 -4
- package/lib/tree/src/utils.d.ts +1 -0
- package/lib/tree/src/utils.js +14 -1
- package/lib/tree/styles/light.d.ts +2 -0
- package/lib/tree/styles/light.js +3 -2
- package/lib/tree-select/index.d.ts +1 -0
- package/lib/tree-select/src/TreeSelect.d.ts +29 -13
- package/lib/tree-select/src/TreeSelect.js +17 -7
- package/lib/tree-select/styles/light.d.ts +1 -0
- package/lib/upload/src/Upload.d.ts +6 -0
- package/lib/upload/src/Upload.js +8 -3
- package/lib/upload/src/UploadFile.js +1 -1
- package/lib/upload/src/UploadFileList.js +3 -2
- package/lib/upload/src/UploadTrigger.js +3 -2
- package/lib/upload/src/interface.d.ts +2 -0
- package/lib/upload/src/styles/index.cssr.js +1 -1
- package/lib/upload/src/utils.d.ts +0 -1
- package/lib/upload/src/utils.js +25 -52
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/virtual-list/index.d.ts +2 -0
- package/lib/virtual-list/index.js +9 -0
- package/lib/virtual-list/src/VirtualList.d.ts +146 -0
- package/lib/virtual-list/src/VirtualList.js +105 -0
- package/lib/watermark/src/Watermark.js +7 -0
- package/package.json +19 -18
- package/volar.d.ts +146 -141
- package/web-types.json +1107 -39
- package/es/_internal/clear/index.js +0 -1
- package/es/_internal/clear/src/Clear.js +0 -42
- package/es/_internal/clear/src/styles/index.cssr.js +0 -37
- package/es/_internal/close/index.js +0 -1
- package/es/_internal/close/src/Close.js +0 -49
- package/es/_internal/close/src/styles/index.cssr.js +0 -54
- package/es/_internal/fade-in-expand-transition/index.js +0 -1
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +0 -108
- package/es/_internal/focus-detector/index.js +0 -2
- package/es/_internal/focus-detector/src/FocusDetector.js +0 -10
- package/es/_internal/icon/index.js +0 -1
- package/es/_internal/icon/src/Icon.js +0 -31
- package/es/_internal/icon/src/styles/index.cssr.js +0 -14
- package/es/_internal/icon-switch-transition/index.js +0 -1
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.js +0 -9
- package/es/_internal/icons/Add.js +0 -8
- package/es/_internal/icons/ArrowBack.js +0 -9
- package/es/_internal/icons/ArrowDown.js +0 -10
- package/es/_internal/icons/ArrowUp.js +0 -9
- package/es/_internal/icons/Attach.js +0 -6
- package/es/_internal/icons/Backward.js +0 -8
- package/es/_internal/icons/Cancel.js +0 -6
- package/es/_internal/icons/Checkmark.js +0 -9
- package/es/_internal/icons/ChevronDown.js +0 -8
- package/es/_internal/icons/ChevronDownFilled.js +0 -8
- package/es/_internal/icons/ChevronLeft.js +0 -8
- package/es/_internal/icons/ChevronRight.js +0 -8
- package/es/_internal/icons/Clear.js +0 -6
- package/es/_internal/icons/Close.js +0 -6
- package/es/_internal/icons/Date.js +0 -6
- package/es/_internal/icons/Download.js +0 -6
- package/es/_internal/icons/Empty.js +0 -9
- package/es/_internal/icons/Error.js +0 -6
- package/es/_internal/icons/Eye.js +0 -9
- package/es/_internal/icons/EyeOff.js +0 -12
- package/es/_internal/icons/FastBackward.js +0 -10
- package/es/_internal/icons/FastForward.js +0 -10
- package/es/_internal/icons/File.js +0 -10
- package/es/_internal/icons/Filter.js +0 -10
- package/es/_internal/icons/Forward.js +0 -8
- package/es/_internal/icons/Info.js +0 -6
- package/es/_internal/icons/More.js +0 -10
- package/es/_internal/icons/Photo.js +0 -12
- package/es/_internal/icons/Remove.js +0 -8
- package/es/_internal/icons/ResizeSmall.js +0 -9
- package/es/_internal/icons/Retry.js +0 -5
- package/es/_internal/icons/RotateClockwise.js +0 -5
- package/es/_internal/icons/RotateCounterclockwise.js +0 -5
- package/es/_internal/icons/Search.js +0 -8
- package/es/_internal/icons/Success.js +0 -6
- package/es/_internal/icons/Switcher.js +0 -8
- package/es/_internal/icons/Time.js +0 -5
- package/es/_internal/icons/To.js +0 -6
- package/es/_internal/icons/Trash.js +0 -7
- package/es/_internal/icons/Warning.js +0 -6
- package/es/_internal/icons/ZoomIn.js +0 -5
- package/es/_internal/icons/ZoomOut.js +0 -5
- package/es/_internal/icons/index.js +0 -42
- package/es/_internal/icons/replaceable.js +0 -18
- package/es/_internal/index.js +0 -14
- package/es/_internal/loading/index.js +0 -1
- package/es/_internal/loading/src/Loading.js +0 -52
- package/es/_internal/loading/src/styles/index.cssr.js +0 -139
- package/es/_internal/menu-mask/index.js +0 -1
- package/es/_internal/menu-mask/src/MenuMask.js +0 -41
- package/es/_internal/menu-mask/src/interface.js +0 -1
- package/es/_internal/menu-mask/src/styles/index.cssr.js +0 -15
- package/es/_internal/scrollbar/index.js +0 -1
- package/es/_internal/scrollbar/src/Scrollbar.js +0 -622
- package/es/_internal/scrollbar/src/styles/index.cssr.js +0 -63
- package/es/_internal/scrollbar/src/styles/rtl.cssr.js +0 -10
- package/es/_internal/scrollbar/styles/dark.js +0 -8
- package/es/_internal/scrollbar/styles/index.js +0 -3
- package/es/_internal/scrollbar/styles/light.js +0 -14
- package/es/_internal/scrollbar/styles/rtl.js +0 -6
- package/es/_internal/select-menu/index.js +0 -1
- package/es/_internal/select-menu/src/SelectGroupHeader.js +0 -40
- package/es/_internal/select-menu/src/SelectMenu.js +0 -347
- package/es/_internal/select-menu/src/SelectOption.js +0 -119
- package/es/_internal/select-menu/src/interface.js +0 -3
- package/es/_internal/select-menu/src/styles/index.cssr.js +0 -107
- package/es/_internal/select-menu/styles/_common.js +0 -12
- package/es/_internal/select-menu/styles/dark.js +0 -14
- package/es/_internal/select-menu/styles/index.js +0 -2
- package/es/_internal/select-menu/styles/light.js +0 -19
- package/es/_internal/selection/index.js +0 -1
- package/es/_internal/selection/src/Selection.js +0 -595
- package/es/_internal/selection/src/interface.js +0 -1
- package/es/_internal/selection/src/styles/index.cssr.js +0 -227
- package/es/_internal/selection/styles/_common.js +0 -6
- package/es/_internal/selection/styles/dark.js +0 -46
- package/es/_internal/selection/styles/index.js +0 -2
- package/es/_internal/selection/styles/light.js +0 -48
- package/es/_internal/slot-machine/index.js +0 -1
- package/es/_internal/slot-machine/src/SlotMachine.js +0 -75
- package/es/_internal/slot-machine/src/SlotMachineNumber.js +0 -89
- package/es/_internal/slot-machine/src/styles/index.cssr.js +0 -101
- package/es/_internal/suffix/index.js +0 -1
- package/es/_internal/suffix/src/Suffix.js +0 -42
- package/es/_internal/wave/index.js +0 -1
- package/es/_internal/wave/src/Wave.js +0 -51
- package/es/_internal/wave/src/styles/index.cssr.js +0 -9
- package/es/_mixins/common.js +0 -1
- package/es/_mixins/index.js +0 -8
- package/es/_mixins/use-config.js +0 -32
- package/es/_mixins/use-css-vars-class.js +0 -54
- package/es/_mixins/use-form-item.js +0 -69
- package/es/_mixins/use-hljs.js +0 -26
- package/es/_mixins/use-locale.js +0 -18
- package/es/_mixins/use-rtl.js +0 -50
- package/es/_mixins/use-style.js +0 -41
- package/es/_mixins/use-theme.js +0 -109
- package/es/_styles/common/_common.js +0 -25
- package/es/_styles/common/dark.js +0 -92
- package/es/_styles/common/index.js +0 -2
- package/es/_styles/common/light.js +0 -96
- package/es/_styles/global/index.cssr.js +0 -28
- package/es/_styles/transitions/fade-down.cssr.js +0 -25
- package/es/_styles/transitions/fade-in-height-expand.cssr.js +0 -51
- package/es/_styles/transitions/fade-in-scale-up.cssr.js +0 -27
- package/es/_styles/transitions/fade-in-width-expand.cssr.js +0 -31
- package/es/_styles/transitions/fade-in.cssr.js +0 -22
- package/es/_styles/transitions/fade-up-width-expand.cssr.js +0 -36
- package/es/_styles/transitions/icon-switch.cssr.js +0 -29
- package/es/_styles/transitions/slide-in-from-bottom.js +0 -25
- package/es/_styles/transitions/slide-in-from-left.js +0 -25
- package/es/_styles/transitions/slide-in-from-right.js +0 -25
- package/es/_styles/transitions/slide-in-from-top.js +0 -25
- package/es/_utils/color/index.js +0 -7
- package/es/_utils/composable/index.js +0 -8
- package/es/_utils/composable/use-adjusted-to.js +0 -55
- package/es/_utils/composable/use-browser-location.js +0 -35
- package/es/_utils/composable/use-collection.js +0 -87
- package/es/_utils/composable/use-deferred-true.js +0 -25
- package/es/_utils/composable/use-houdini.js +0 -29
- package/es/_utils/composable/use-is-composing.js +0 -32
- package/es/_utils/composable/use-lock-html-scroll.js +0 -63
- package/es/_utils/composable/use-reactivated.js +0 -20
- package/es/_utils/composable/use-resize.js +0 -19
- package/es/_utils/css/color-to-class.js +0 -3
- package/es/_utils/css/format-length.js +0 -30
- package/es/_utils/css/index.js +0 -2
- package/es/_utils/cssr/create-key.d.ts +0 -44
- package/es/_utils/cssr/create-key.js +0 -8
- package/es/_utils/cssr/index.js +0 -31
- package/es/_utils/dom/index.js +0 -1
- package/es/_utils/dom/is-document.js +0 -3
- package/es/_utils/env/browser.js +0 -4
- package/es/_utils/env/is-browser.js +0 -1
- package/es/_utils/env/is-jsdom.js +0 -9
- package/es/_utils/env/is-native-lazy-load.js +0 -2
- package/es/_utils/event/index.js +0 -7
- package/es/_utils/index.js +0 -9
- package/es/_utils/naive/attribute.js +0 -11
- package/es/_utils/naive/extract-public-props.js +0 -1
- package/es/_utils/naive/index.js +0 -3
- package/es/_utils/naive/mutable.js +0 -1
- package/es/_utils/naive/prop.js +0 -27
- package/es/_utils/naive/warn.js +0 -14
- package/es/_utils/vue/call.js +0 -8
- package/es/_utils/vue/create-data-key.js +0 -3
- package/es/_utils/vue/create-injection-key.js +0 -3
- package/es/_utils/vue/create-ref-setter.js +0 -10
- package/es/_utils/vue/flatten.js +0 -30
- package/es/_utils/vue/get-first-slot-vnode.js +0 -18
- package/es/_utils/vue/get-slot.js +0 -7
- package/es/_utils/vue/get-v-node-children.js +0 -12
- package/es/_utils/vue/index.js +0 -16
- package/es/_utils/vue/is-node-v-show-false.js +0 -6
- package/es/_utils/vue/keep.js +0 -7
- package/es/_utils/vue/keysOf.js +0 -3
- package/es/_utils/vue/merge-handlers.js +0 -15
- package/es/_utils/vue/omit.js +0 -10
- package/es/_utils/vue/render.js +0 -15
- package/es/_utils/vue/resolve-slot.js +0 -44
- package/es/_utils/vue/wrapper.js +0 -7
- package/es/affix/index.js +0 -1
- package/es/affix/src/Affix.js +0 -184
- package/es/affix/src/styles/index.cssr.js +0 -6
- package/es/affix/src/utils.js +0 -8
- package/es/alert/index.js +0 -1
- package/es/alert/src/Alert.js +0 -164
- package/es/alert/src/styles/index.cssr.js +0 -103
- package/es/alert/src/styles/rtl.cssr.js +0 -16
- package/es/alert/styles/_common.js +0 -10
- package/es/alert/styles/dark.js +0 -21
- package/es/alert/styles/index.js +0 -3
- package/es/alert/styles/light.js +0 -18
- package/es/alert/styles/rtl.js +0 -5
- package/es/anchor/index.js +0 -2
- package/es/anchor/src/AnchorAdapter.js +0 -53
- package/es/anchor/src/BaseAnchor.js +0 -259
- package/es/anchor/src/Link.js +0 -44
- package/es/anchor/src/styles/index.cssr.js +0 -89
- package/es/anchor/src/utils.js +0 -10
- package/es/anchor/styles/_common.js +0 -5
- package/es/anchor/styles/dark.js +0 -8
- package/es/anchor/styles/index.js +0 -2
- package/es/anchor/styles/light.js +0 -14
- package/es/auto-complete/index.js +0 -1
- package/es/auto-complete/src/AutoComplete.js +0 -293
- package/es/auto-complete/src/interface.js +0 -1
- package/es/auto-complete/src/styles/index.cssr.js +0 -16
- package/es/auto-complete/src/utils.js +0 -25
- package/es/auto-complete/styles/dark.js +0 -14
- package/es/auto-complete/styles/index.js +0 -2
- package/es/auto-complete/styles/light.js +0 -20
- package/es/avatar/index.js +0 -1
- package/es/avatar/src/Avatar.js +0 -235
- package/es/avatar/src/context.js +0 -2
- package/es/avatar/src/interface.js +0 -1
- package/es/avatar/src/styles/index.cssr.js +0 -39
- package/es/avatar/styles/dark.js +0 -8
- package/es/avatar/styles/index.js +0 -2
- package/es/avatar/styles/light.js +0 -24
- package/es/avatar-group/index.js +0 -1
- package/es/avatar-group/src/AvatarGroup.js +0 -68
- package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +0 -10
- package/es/avatar-group/src/styles/avatar-group.cssr.js +0 -15
- package/es/avatar-group/styles/dark.js +0 -12
- package/es/avatar-group/styles/index.js +0 -3
- package/es/avatar-group/styles/light.js +0 -17
- package/es/avatar-group/styles/rtl.js +0 -5
- package/es/back-top/index.js +0 -1
- package/es/back-top/src/BackTop.js +0 -210
- package/es/back-top/src/BackTopIcon.js +0 -10
- package/es/back-top/src/styles/index.cssr.js +0 -51
- package/es/back-top/styles/_common.js +0 -6
- package/es/back-top/styles/dark.js +0 -11
- package/es/back-top/styles/index.js +0 -2
- package/es/back-top/styles/light.js +0 -12
- package/es/badge/index.js +0 -1
- package/es/badge/src/Badge.js +0 -112
- package/es/badge/src/styles/index.cssr.js +0 -79
- package/es/badge/src/styles/rtl.cssr.js +0 -9
- package/es/badge/styles/dark.js +0 -18
- package/es/badge/styles/index.js +0 -3
- package/es/badge/styles/light.js +0 -19
- package/es/badge/styles/rtl.js +0 -5
- package/es/breadcrumb/index.js +0 -2
- package/es/breadcrumb/src/Breadcrumb.js +0 -54
- package/es/breadcrumb/src/BreadcrumbItem.js +0 -49
- package/es/breadcrumb/src/styles/index.cssr.js +0 -72
- package/es/breadcrumb/styles/_common.js +0 -3
- package/es/breadcrumb/styles/dark.js +0 -8
- package/es/breadcrumb/styles/index.js +0 -2
- package/es/breadcrumb/styles/light.js +0 -12
- package/es/button/index.js +0 -1
- package/es/button/src/Button.js +0 -471
- package/es/button/src/interface.js +0 -1
- package/es/button/src/styles/index.cssr.js +0 -189
- package/es/button/src/styles/rtl.cssr.js +0 -10
- package/es/button/styles/_common.js +0 -19
- package/es/button/styles/dark.js +0 -15
- package/es/button/styles/index.js +0 -3
- package/es/button/styles/light.js +0 -38
- package/es/button/styles/rtl.js +0 -5
- package/es/button-group/index.js +0 -1
- package/es/button-group/src/ButtonGroup.js +0 -34
- package/es/button-group/src/context.js +0 -2
- package/es/button-group/src/styles/index.cssr.js +0 -53
- package/es/button-group/src/styles/rtl.cssr.js +0 -24
- package/es/button-group/styles/dark.js +0 -6
- package/es/button-group/styles/index.js +0 -3
- package/es/button-group/styles/light.js +0 -6
- package/es/button-group/styles/rtl.js +0 -5
- package/es/calendar/index.js +0 -1
- package/es/calendar/src/Calendar.js +0 -198
- package/es/calendar/src/interface.js +0 -1
- package/es/calendar/src/styles/index.cssr.js +0 -137
- package/es/calendar/styles/_common.js +0 -3
- package/es/calendar/styles/dark.js +0 -12
- package/es/calendar/styles/index.js +0 -2
- package/es/calendar/styles/light.js +0 -19
- package/es/card/index.js +0 -1
- package/es/card/src/Card.js +0 -136
- package/es/card/src/styles/index.cssr.js +0 -134
- package/es/card/src/styles/rtl.cssr.js +0 -6
- package/es/card/styles/_common.js +0 -12
- package/es/card/styles/dark.js +0 -15
- package/es/card/styles/index.js +0 -3
- package/es/card/styles/light.js +0 -15
- package/es/card/styles/rtl.js +0 -5
- package/es/carousel/index.js +0 -2
- package/es/carousel/src/Carousel.js +0 -769
- package/es/carousel/src/CarouselArrow.js +0 -38
- package/es/carousel/src/CarouselContext.js +0 -13
- package/es/carousel/src/CarouselDots.js +0 -115
- package/es/carousel/src/CarouselItem.js +0 -66
- package/es/carousel/src/interface.js +0 -1
- package/es/carousel/src/styles/index.cssr.js +0 -232
- package/es/carousel/src/utils/duplicatedLogic.js +0 -46
- package/es/carousel/src/utils/event.js +0 -3
- package/es/carousel/src/utils/index.js +0 -33
- package/es/carousel/styles/dark.js +0 -8
- package/es/carousel/styles/index.js +0 -2
- package/es/carousel/styles/light.js +0 -18
- package/es/cascader/index.js +0 -1
- package/es/cascader/src/Cascader.js +0 -861
- package/es/cascader/src/CascaderMenu.js +0 -122
- package/es/cascader/src/CascaderOption.js +0 -177
- package/es/cascader/src/CascaderSelectMenu.js +0 -145
- package/es/cascader/src/CascaderSubmenu.js +0 -65
- package/es/cascader/src/interface.js +0 -2
- package/es/cascader/src/styles/index.cssr.js +0 -133
- package/es/cascader/src/utils.js +0 -41
- package/es/cascader/styles/dark.js +0 -20
- package/es/cascader/styles/index.js +0 -2
- package/es/cascader/styles/light.js +0 -40
- package/es/checkbox/index.js +0 -2
- package/es/checkbox/src/CheckMark.js +0 -3
- package/es/checkbox/src/Checkbox.js +0 -251
- package/es/checkbox/src/CheckboxGroup.js +0 -160
- package/es/checkbox/src/LineMark.js +0 -3
- package/es/checkbox/src/interface.js +0 -1
- package/es/checkbox/src/styles/index.cssr.js +0 -150
- package/es/checkbox/src/styles/rtl.cssr.js +0 -4
- package/es/checkbox/styles/_common.js +0 -7
- package/es/checkbox/styles/dark.js +0 -14
- package/es/checkbox/styles/index.js +0 -3
- package/es/checkbox/styles/light.js +0 -15
- package/es/checkbox/styles/rtl.js +0 -5
- package/es/code/index.js +0 -1
- package/es/code/src/Code.js +0 -157
- package/es/code/src/styles/index.cssr.js +0 -96
- package/es/code/styles/dark.js +0 -26
- package/es/code/styles/index.js +0 -2
- package/es/code/styles/light.js +0 -27
- package/es/collapse/index.js +0 -2
- package/es/collapse/src/Collapse.js +0 -141
- package/es/collapse/src/CollapseItem.js +0 -99
- package/es/collapse/src/CollapseItemContent.js +0 -38
- package/es/collapse/src/interface.js +0 -1
- package/es/collapse/src/styles/index.cssr.js +0 -59
- package/es/collapse/src/styles/rtl.cssr.js +0 -15
- package/es/collapse/styles/dark.js +0 -8
- package/es/collapse/styles/index.js +0 -3
- package/es/collapse/styles/light.js +0 -23
- package/es/collapse/styles/rtl.js +0 -5
- package/es/collapse-transition/index.js +0 -1
- package/es/collapse-transition/src/CollapseTransition.js +0 -80
- package/es/collapse-transition/src/styles/index.cssr.js +0 -5
- package/es/collapse-transition/src/styles/rtl.cssr.js +0 -5
- package/es/collapse-transition/styles/dark.js +0 -8
- package/es/collapse-transition/styles/index.js +0 -3
- package/es/collapse-transition/styles/light.js +0 -13
- package/es/collapse-transition/styles/rtl.js +0 -5
- package/es/color-picker/index.js +0 -1
- package/es/color-picker/src/AlphaSlider.js +0 -102
- package/es/color-picker/src/ColorInput.js +0 -103
- package/es/color-picker/src/ColorInputUnit.js +0 -148
- package/es/color-picker/src/ColorPicker.js +0 -457
- package/es/color-picker/src/ColorPickerSwatches.js +0 -94
- package/es/color-picker/src/ColorPickerTrigger.js +0 -47
- package/es/color-picker/src/ColorPreview.js +0 -47
- package/es/color-picker/src/HueSlider.js +0 -88
- package/es/color-picker/src/Pallete.js +0 -91
- package/es/color-picker/src/context.js +0 -2
- package/es/color-picker/src/interface.js +0 -1
- package/es/color-picker/src/styles/index.cssr.js +0 -193
- package/es/color-picker/src/utils.js +0 -109
- package/es/color-picker/styles/dark.js +0 -14
- package/es/color-picker/styles/index.js +0 -2
- package/es/color-picker/styles/light.js +0 -32
- package/es/components.js +0 -89
- package/es/composables/index.js +0 -1
- package/es/composables/use-theme-vars.js +0 -18
- package/es/config-provider/index.js +0 -2
- package/es/config-provider/src/ConfigProvider.js +0 -209
- package/es/config-provider/src/config.js +0 -8
- package/es/config-provider/src/context.js +0 -2
- package/es/config-provider/src/interface.js +0 -1
- package/es/config-provider/src/internal-interface.js +0 -1
- package/es/config-provider/src/katex.js +0 -1
- package/es/countdown/index.js +0 -1
- package/es/countdown/src/Countdown.js +0 -154
- package/es/create.js +0 -30
- package/es/data-table/index.js +0 -2
- package/es/data-table/src/DataTable.js +0 -272
- package/es/data-table/src/HeaderButton/FilterButton.js +0 -112
- package/es/data-table/src/HeaderButton/FilterMenu.js +0 -130
- package/es/data-table/src/HeaderButton/RenderFilter.js +0 -25
- package/es/data-table/src/HeaderButton/RenderSorter.js +0 -21
- package/es/data-table/src/HeaderButton/ResizeButton.js +0 -59
- package/es/data-table/src/HeaderButton/SortButton.js +0 -53
- package/es/data-table/src/MainTable.js +0 -76
- package/es/data-table/src/TableParts/Body.js +0 -604
- package/es/data-table/src/TableParts/BodyCheckbox.js +0 -30
- package/es/data-table/src/TableParts/BodyRadio.js +0 -30
- package/es/data-table/src/TableParts/Cell.js +0 -62
- package/es/data-table/src/TableParts/ExpandTrigger.js +0 -39
- package/es/data-table/src/TableParts/Header.js +0 -161
- package/es/data-table/src/TableParts/SelectionMenu.js +0 -73
- package/es/data-table/src/interface.js +0 -56
- package/es/data-table/src/styles/index.cssr.js +0 -433
- package/es/data-table/src/use-check.js +0 -149
- package/es/data-table/src/use-expand.js +0 -61
- package/es/data-table/src/use-group-header.js +0 -104
- package/es/data-table/src/use-resizable.js +0 -22
- package/es/data-table/src/use-scroll.js +0 -225
- package/es/data-table/src/use-sorter.js +0 -191
- package/es/data-table/src/use-table-data.js +0 -327
- package/es/data-table/src/utils.js +0 -131
- package/es/data-table/styles/_common.js +0 -16
- package/es/data-table/styles/dark.js +0 -33
- package/es/data-table/styles/index.js +0 -2
- package/es/data-table/styles/light.js +0 -44
- package/es/date-picker/index.js +0 -1
- package/es/date-picker/src/DatePicker.js +0 -752
- package/es/date-picker/src/config.js +0 -3
- package/es/date-picker/src/interface.js +0 -2
- package/es/date-picker/src/panel/date.js +0 -78
- package/es/date-picker/src/panel/daterange.js +0 -108
- package/es/date-picker/src/panel/datetime.js +0 -76
- package/es/date-picker/src/panel/datetimerange.js +0 -133
- package/es/date-picker/src/panel/month.js +0 -104
- package/es/date-picker/src/panel/monthrange.js +0 -118
- package/es/date-picker/src/panel/panelHeader.js +0 -85
- package/es/date-picker/src/panel/use-calendar.js +0 -330
- package/es/date-picker/src/panel/use-dual-calendar.js +0 -664
- package/es/date-picker/src/panel/use-panel-common.js +0 -156
- package/es/date-picker/src/styles/index.cssr.js +0 -355
- package/es/date-picker/src/utils.js +0 -193
- package/es/date-picker/src/validation-utils.js +0 -178
- package/es/date-picker/styles/_common.js +0 -36
- package/es/date-picker/styles/dark.js +0 -26
- package/es/date-picker/styles/index.js +0 -2
- package/es/date-picker/styles/light.js +0 -25
- package/es/descriptions/index.js +0 -2
- package/es/descriptions/src/Descriptions.js +0 -160
- package/es/descriptions/src/DescriptionsItem.js +0 -19
- package/es/descriptions/src/styles/index.cssr.js +0 -119
- package/es/descriptions/src/utils.js +0 -7
- package/es/descriptions/styles/_common.js +0 -14
- package/es/descriptions/styles/dark.js +0 -8
- package/es/descriptions/styles/index.js +0 -2
- package/es/descriptions/styles/light.js +0 -16
- package/es/dialog/index.js +0 -4
- package/es/dialog/src/Dialog.js +0 -133
- package/es/dialog/src/DialogEnvironment.js +0 -111
- package/es/dialog/src/DialogProvider.js +0 -75
- package/es/dialog/src/composables.js +0 -17
- package/es/dialog/src/context.js +0 -4
- package/es/dialog/src/dialogProps.js +0 -31
- package/es/dialog/src/interface.js +0 -1
- package/es/dialog/src/styles/index.cssr.js +0 -96
- package/es/dialog/styles/_common.js +0 -13
- package/es/dialog/styles/dark.js +0 -12
- package/es/dialog/styles/index.js +0 -2
- package/es/dialog/styles/light.js +0 -22
- package/es/discrete/index.js +0 -1
- package/es/discrete/src/InjectionExtractor.js +0 -12
- package/es/discrete/src/discrete.js +0 -45
- package/es/discrete/src/discreteApp.js +0 -49
- package/es/discrete/src/interface.js +0 -1
- package/es/divider/index.js +0 -1
- package/es/divider/src/Divider.js +0 -53
- package/es/divider/src/styles/index.cssr.js +0 -58
- package/es/divider/styles/dark.js +0 -8
- package/es/divider/styles/index.js +0 -2
- package/es/divider/styles/light.js +0 -15
- package/es/drawer/index.js +0 -2
- package/es/drawer/src/Drawer.js +0 -216
- package/es/drawer/src/DrawerBodyWrapper.js +0 -254
- package/es/drawer/src/DrawerContent.js +0 -49
- package/es/drawer/src/interface.js +0 -3
- package/es/drawer/src/styles/index.cssr.js +0 -163
- package/es/drawer/src/styles/rtl.cssr.js +0 -8
- package/es/drawer/styles/dark.js +0 -12
- package/es/drawer/styles/index.js +0 -3
- package/es/drawer/styles/light.js +0 -38
- package/es/drawer/styles/rtl.js +0 -8
- package/es/dropdown/index.js +0 -1
- package/es/dropdown/src/Dropdown.js +0 -338
- package/es/dropdown/src/DropdownDivider.js +0 -13
- package/es/dropdown/src/DropdownGroup.js +0 -46
- package/es/dropdown/src/DropdownGroupHeader.js +0 -55
- package/es/dropdown/src/DropdownMenu.js +0 -100
- package/es/dropdown/src/DropdownOption.js +0 -242
- package/es/dropdown/src/DropdownRenderOption.js +0 -14
- package/es/dropdown/src/context.js +0 -4
- package/es/dropdown/src/interface.js +0 -1
- package/es/dropdown/src/styles/index.cssr.js +0 -143
- package/es/dropdown/src/utils.js +0 -13
- package/es/dropdown/styles/_common.js +0 -23
- package/es/dropdown/styles/dark.js +0 -21
- package/es/dropdown/styles/index.js +0 -2
- package/es/dropdown/styles/light.js +0 -26
- package/es/dynamic-input/index.js +0 -1
- package/es/dynamic-input/src/DynamicInput.js +0 -302
- package/es/dynamic-input/src/InputPreset.js +0 -37
- package/es/dynamic-input/src/PairPreset.js +0 -53
- package/es/dynamic-input/src/interface.js +0 -2
- package/es/dynamic-input/src/styles/index.cssr.js +0 -35
- package/es/dynamic-input/src/styles/rtl.cssr.js +0 -9
- package/es/dynamic-input/styles/_common.js +0 -4
- package/es/dynamic-input/styles/dark.js +0 -16
- package/es/dynamic-input/styles/index.js +0 -3
- package/es/dynamic-input/styles/light.js +0 -18
- package/es/dynamic-input/styles/rtl.js +0 -11
- package/es/dynamic-tags/index.js +0 -1
- package/es/dynamic-tags/src/DynamicTags.js +0 -165
- package/es/dynamic-tags/src/interface.js +0 -1
- package/es/dynamic-tags/src/styles/index.cssr.js +0 -6
- package/es/dynamic-tags/styles/dark.js +0 -21
- package/es/dynamic-tags/styles/index.js +0 -2
- package/es/dynamic-tags/styles/light.js +0 -22
- package/es/element/index.js +0 -2
- package/es/element/src/Element.js +0 -43
- package/es/element/styles/dark.js +0 -6
- package/es/element/styles/index.js +0 -2
- package/es/element/styles/light.js +0 -6
- package/es/ellipsis/index.js +0 -2
- package/es/ellipsis/src/Ellipsis.js +0 -165
- package/es/ellipsis/src/PerformantEllipsis.js +0 -52
- package/es/ellipsis/src/styles/index.cssr.js +0 -14
- package/es/ellipsis/styles/dark.js +0 -10
- package/es/ellipsis/styles/index.js +0 -2
- package/es/ellipsis/styles/light.js +0 -11
- package/es/empty/index.js +0 -1
- package/es/empty/src/Empty.js +0 -75
- package/es/empty/src/styles/index.cssr.js +0 -32
- package/es/empty/styles/_common.js +0 -6
- package/es/empty/styles/dark.js +0 -8
- package/es/empty/styles/index.js +0 -2
- package/es/empty/styles/light.js +0 -15
- package/es/equation/index.js +0 -1
- package/es/equation/src/Equation.js +0 -29
- package/es/equation/styles/dark.js +0 -8
- package/es/equation/styles/index.js +0 -2
- package/es/equation/styles/light.js +0 -8
- package/es/form/index.js +0 -6
- package/es/form/src/Form.js +0 -114
- package/es/form/src/FormItem.js +0 -366
- package/es/form/src/FormItemCol.js +0 -38
- package/es/form/src/FormItemGridItem.js +0 -40
- package/es/form/src/FormItemRow.js +0 -37
- package/es/form/src/context.js +0 -3
- package/es/form/src/interface.js +0 -1
- package/es/form/src/styles/form-item.cssr.js +0 -124
- package/es/form/src/styles/form.cssr.js +0 -12
- package/es/form/src/utils.js +0 -171
- package/es/form/styles/_common.js +0 -23
- package/es/form/styles/dark.js +0 -8
- package/es/form/styles/index.js +0 -2
- package/es/form/styles/light.js +0 -12
- package/es/global-style/index.js +0 -1
- package/es/global-style/src/GlobalStyle.js +0 -59
- package/es/gradient-text/index.js +0 -1
- package/es/gradient-text/src/GradientText.js +0 -81
- package/es/gradient-text/src/styles/index.cssr.js +0 -19
- package/es/gradient-text/styles/dark.js +0 -23
- package/es/gradient-text/styles/index.js +0 -2
- package/es/gradient-text/styles/light.js +0 -25
- package/es/grid/index.js +0 -3
- package/es/grid/src/Grid.js +0 -251
- package/es/grid/src/GridItem.js +0 -74
- package/es/grid/src/config.js +0 -3
- package/es/icon/index.js +0 -1
- package/es/icon/src/Icon.js +0 -69
- package/es/icon/src/styles/index.cssr.js +0 -25
- package/es/icon/styles/dark.js +0 -8
- package/es/icon/styles/index.js +0 -2
- package/es/icon/styles/light.js +0 -18
- package/es/icon-wrapper/index.js +0 -1
- package/es/icon-wrapper/src/IconWrapper.js +0 -48
- package/es/icon-wrapper/src/styles/index.cssr.js +0 -16
- package/es/icon-wrapper/styles/dark.js +0 -8
- package/es/icon-wrapper/styles/index.js +0 -2
- package/es/icon-wrapper/styles/light.js +0 -14
- package/es/image/index.js +0 -2
- package/es/image/src/Image.js +0 -123
- package/es/image/src/ImageGroup.js +0 -68
- package/es/image/src/ImagePreview.js +0 -430
- package/es/image/src/icons.js +0 -9
- package/es/image/src/interface.js +0 -4
- package/es/image/src/styles/index.cssr.js +0 -68
- package/es/image/src/utils.js +0 -81
- package/es/image/styles/dark.js +0 -18
- package/es/image/styles/index.js +0 -2
- package/es/image/styles/light.js +0 -19
- package/es/index.js +0 -14
- package/es/input/index.js +0 -3
- package/es/input/src/Input.js +0 -947
- package/es/input/src/InputGroup.js +0 -19
- package/es/input/src/InputGroupLabel.js +0 -52
- package/es/input/src/WordCount.js +0 -31
- package/es/input/src/interface.js +0 -2
- package/es/input/src/styles/input-group-label.cssr.js +0 -38
- package/es/input/src/styles/input-group.cssr.js +0 -57
- package/es/input/src/styles/input.cssr.js +0 -278
- package/es/input/src/styles/rtl.cssr.js +0 -16
- package/es/input/src/utils.js +0 -66
- package/es/input/styles/_common.js +0 -7
- package/es/input/styles/dark.js +0 -35
- package/es/input/styles/index.js +0 -3
- package/es/input/styles/light.js +0 -36
- package/es/input/styles/rtl.js +0 -5
- package/es/input-number/index.js +0 -1
- package/es/input-number/src/InputNumber.js +0 -580
- package/es/input-number/src/interface.js +0 -1
- package/es/input-number/src/styles/input-number.cssr.js +0 -8
- package/es/input-number/src/styles/rtl.cssr.js +0 -4
- package/es/input-number/src/utils.js +0 -47
- package/es/input-number/styles/dark.js +0 -18
- package/es/input-number/styles/index.js +0 -3
- package/es/input-number/styles/light.js +0 -20
- package/es/input-number/styles/rtl.js +0 -8
- package/es/jest-setup.js +0 -5
- package/es/layout/index.js +0 -5
- package/es/layout/src/Layout.js +0 -117
- package/es/layout/src/LayoutContent.js +0 -2
- package/es/layout/src/LayoutFooter.js +0 -52
- package/es/layout/src/LayoutHeader.js +0 -59
- package/es/layout/src/LayoutSider.js +0 -244
- package/es/layout/src/ToggleBar.js +0 -16
- package/es/layout/src/ToggleButton.js +0 -20
- package/es/layout/src/interface.js +0 -6
- package/es/layout/src/styles/layout-footer.cssr.js +0 -23
- package/es/layout/src/styles/layout-header.cssr.js +0 -24
- package/es/layout/src/styles/layout-sider.cssr.js +0 -140
- package/es/layout/src/styles/layout.cssr.js +0 -28
- package/es/layout/styles/dark.js +0 -39
- package/es/layout/styles/index.js +0 -2
- package/es/layout/styles/light.js +0 -42
- package/es/legacy-grid/index.js +0 -2
- package/es/legacy-grid/src/Col.js +0 -53
- package/es/legacy-grid/src/Row.js +0 -63
- package/es/legacy-grid/src/interface.js +0 -1
- package/es/legacy-grid/src/styles/index.cssr.js +0 -32
- package/es/legacy-grid/src/styles/rtl.cssr.js +0 -21
- package/es/legacy-grid/styles/dark.js +0 -6
- package/es/legacy-grid/styles/index.js +0 -3
- package/es/legacy-grid/styles/light.js +0 -6
- package/es/legacy-grid/styles/rtl.js +0 -5
- package/es/legacy-transfer/index.js +0 -1
- package/es/legacy-transfer/src/Transfer.js +0 -214
- package/es/legacy-transfer/src/TransferFilter.js +0 -40
- package/es/legacy-transfer/src/TransferHeader.js +0 -47
- package/es/legacy-transfer/src/TransferList.js +0 -93
- package/es/legacy-transfer/src/TransferListItem.js +0 -65
- package/es/legacy-transfer/src/interface.js +0 -2
- package/es/legacy-transfer/src/styles/index.cssr.js +0 -215
- package/es/legacy-transfer/src/use-transfer-data.js +0 -145
- package/es/legacy-transfer/styles/_common.js +0 -4
- package/es/legacy-transfer/styles/dark.js +0 -27
- package/es/legacy-transfer/styles/index.js +0 -2
- package/es/legacy-transfer/styles/light.js +0 -31
- package/es/list/index.js +0 -2
- package/es/list/src/List.js +0 -71
- package/es/list/src/ListItem.js +0 -24
- package/es/list/src/styles/index.cssr.js +0 -88
- package/es/list/src/styles/rtl.cssr.js +0 -11
- package/es/list/styles/dark.js +0 -8
- package/es/list/styles/index.js +0 -3
- package/es/list/styles/light.js +0 -25
- package/es/list/styles/rtl.js +0 -5
- package/es/loading-bar/index.js +0 -2
- package/es/loading-bar/src/LoadingBar.js +0 -176
- package/es/loading-bar/src/LoadingBarProvider.js +0 -73
- package/es/loading-bar/src/context.js +0 -3
- package/es/loading-bar/src/styles/index.cssr.js +0 -35
- package/es/loading-bar/src/use-loading-bar.js +0 -10
- package/es/loading-bar/styles/dark.js +0 -14
- package/es/loading-bar/styles/index.js +0 -2
- package/es/loading-bar/styles/light.js +0 -15
- package/es/locales/common/arDZ.js +0 -121
- package/es/locales/common/deDE.js +0 -121
- package/es/locales/common/enGB.js +0 -122
- package/es/locales/common/enUS.js +0 -122
- package/es/locales/common/eo.js +0 -123
- package/es/locales/common/esAR.js +0 -125
- package/es/locales/common/faIR.js +0 -121
- package/es/locales/common/frFR.js +0 -121
- package/es/locales/common/idID.js +0 -125
- package/es/locales/common/itIT.js +0 -124
- package/es/locales/common/jaJP.js +0 -124
- package/es/locales/common/koKR.js +0 -124
- package/es/locales/common/nbNO.js +0 -125
- package/es/locales/common/nlNL.js +0 -123
- package/es/locales/common/plPL.js +0 -124
- package/es/locales/common/ptBR.js +0 -121
- package/es/locales/common/ruRU.js +0 -126
- package/es/locales/common/skSK.js +0 -125
- package/es/locales/common/svSE.js +0 -121
- package/es/locales/common/thTH.js +0 -125
- package/es/locales/common/trTR.js +0 -122
- package/es/locales/common/ukUA.js +0 -122
- package/es/locales/common/viVN.js +0 -121
- package/es/locales/common/zhCN.js +0 -121
- package/es/locales/common/zhTW.js +0 -121
- package/es/locales/date/arDZ.js +0 -6
- package/es/locales/date/deDE.js +0 -6
- package/es/locales/date/enGB.js +0 -6
- package/es/locales/date/enUS.js +0 -6
- package/es/locales/date/eo.js +0 -6
- package/es/locales/date/esAR.js +0 -6
- package/es/locales/date/faIR.js +0 -6
- package/es/locales/date/frFR.js +0 -6
- package/es/locales/date/idID.js +0 -6
- package/es/locales/date/itIT.js +0 -6
- package/es/locales/date/jaJP.js +0 -6
- package/es/locales/date/koKR.js +0 -6
- package/es/locales/date/nbNO.js +0 -6
- package/es/locales/date/nlNL.js +0 -6
- package/es/locales/date/plPL.js +0 -6
- package/es/locales/date/ptBR.js +0 -6
- package/es/locales/date/ruRU.js +0 -6
- package/es/locales/date/skSK.js +0 -6
- package/es/locales/date/svSE.js +0 -6
- package/es/locales/date/thTH.js +0 -6
- package/es/locales/date/trTR.js +0 -6
- package/es/locales/date/ukUA.js +0 -6
- package/es/locales/date/viVN.js +0 -6
- package/es/locales/date/zhCN.js +0 -6
- package/es/locales/date/zhTW.js +0 -6
- package/es/locales/index.js +0 -51
- package/es/locales/utils/index.js +0 -4
- package/es/log/index.js +0 -1
- package/es/log/src/Log.js +0 -195
- package/es/log/src/LogLine.js +0 -52
- package/es/log/src/LogLoader.js +0 -23
- package/es/log/src/context.js +0 -2
- package/es/log/src/styles/index.cssr.js +0 -53
- package/es/log/styles/dark.js +0 -22
- package/es/log/styles/index.js +0 -2
- package/es/log/styles/light.js +0 -24
- package/es/mention/index.js +0 -1
- package/es/mention/src/Mention.js +0 -361
- package/es/mention/src/interface.js +0 -1
- package/es/mention/src/styles/index.cssr.js +0 -8
- package/es/mention/src/utils.js +0 -204
- package/es/mention/styles/dark.js +0 -18
- package/es/mention/styles/index.js +0 -2
- package/es/mention/styles/light.js +0 -20
- package/es/menu/index.js +0 -1
- package/es/menu/src/Menu.js +0 -380
- package/es/menu/src/MenuDivider.js +0 -11
- package/es/menu/src/MenuOption.js +0 -69
- package/es/menu/src/MenuOptionContent.js +0 -87
- package/es/menu/src/MenuOptionGroup.js +0 -43
- package/es/menu/src/Submenu.js +0 -123
- package/es/menu/src/context.js +0 -4
- package/es/menu/src/interface.js +0 -1
- package/es/menu/src/styles/index.cssr.js +0 -228
- package/es/menu/src/use-menu-child-props.js +0 -14
- package/es/menu/src/use-menu-child.js +0 -80
- package/es/menu/src/useCheckDeprecated.js +0 -24
- package/es/menu/src/utils.js +0 -51
- package/es/menu/styles/dark.js +0 -27
- package/es/menu/styles/index.js +0 -2
- package/es/menu/styles/light.js +0 -60
- package/es/message/index.js +0 -2
- package/es/message/src/Message.js +0 -112
- package/es/message/src/MessageEnvironment.js +0 -91
- package/es/message/src/MessageProvider.js +0 -100
- package/es/message/src/context.js +0 -3
- package/es/message/src/message-props.js +0 -17
- package/es/message/src/styles/index.cssr.js +0 -133
- package/es/message/src/styles/rtl.cssr.js +0 -8
- package/es/message/src/types.js +0 -1
- package/es/message/src/use-message.js +0 -10
- package/es/message/styles/_common.js +0 -12
- package/es/message/styles/dark.js +0 -8
- package/es/message/styles/index.js +0 -3
- package/es/message/styles/light.js +0 -17
- package/es/message/styles/rtl.js +0 -5
- package/es/modal/index.js +0 -1
- package/es/modal/src/BodyWrapper.js +0 -213
- package/es/modal/src/Modal.js +0 -245
- package/es/modal/src/interface.js +0 -3
- package/es/modal/src/presetProps.js +0 -6
- package/es/modal/src/styles/index.cssr.js +0 -48
- package/es/modal/styles/dark.js +0 -16
- package/es/modal/styles/index.js +0 -2
- package/es/modal/styles/light.js +0 -24
- package/es/notification/index.js +0 -2
- package/es/notification/src/Notification.js +0 -127
- package/es/notification/src/NotificationContainer.js +0 -44
- package/es/notification/src/NotificationEnvironment.js +0 -143
- package/es/notification/src/NotificationProvider.js +0 -127
- package/es/notification/src/context.js +0 -2
- package/es/notification/src/styles/index.cssr.js +0 -228
- package/es/notification/src/styles/rtl.cssr.js +0 -22
- package/es/notification/src/use-notification.js +0 -10
- package/es/notification/styles/_common.js +0 -10
- package/es/notification/styles/dark.js +0 -12
- package/es/notification/styles/index.js +0 -3
- package/es/notification/styles/light.js +0 -22
- package/es/notification/styles/rtl.js +0 -5
- package/es/number-animation/index.js +0 -1
- package/es/number-animation/src/NumberAnimation.js +0 -99
- package/es/number-animation/src/utils.js +0 -17
- package/es/page-header/index.js +0 -1
- package/es/page-header/src/PageHeader.js +0 -70
- package/es/page-header/src/styles/index.cssr.js +0 -49
- package/es/page-header/src/styles/rtl.cssr.js +0 -19
- package/es/page-header/styles/_common.js +0 -4
- package/es/page-header/styles/dark.js +0 -7
- package/es/page-header/styles/index.js +0 -3
- package/es/page-header/styles/light.js +0 -12
- package/es/page-header/styles/rtl.js +0 -5
- package/es/pagination/index.js +0 -1
- package/es/pagination/src/Pagination.js +0 -583
- package/es/pagination/src/interface.js +0 -1
- package/es/pagination/src/styles/index.cssr.js +0 -134
- package/es/pagination/src/styles/rtl.cssr.js +0 -8
- package/es/pagination/src/utils.js +0 -145
- package/es/pagination/styles/_common.js +0 -35
- package/es/pagination/styles/dark.js +0 -26
- package/es/pagination/styles/index.js +0 -3
- package/es/pagination/styles/light.js +0 -25
- package/es/pagination/styles/rtl.js +0 -7
- package/es/popconfirm/index.js +0 -1
- package/es/popconfirm/src/Popconfirm.js +0 -89
- package/es/popconfirm/src/PopconfirmPanel.js +0 -75
- package/es/popconfirm/src/interface.js +0 -2
- package/es/popconfirm/src/styles/index.cssr.js +0 -22
- package/es/popconfirm/styles/_common.js +0 -3
- package/es/popconfirm/styles/dark.js +0 -14
- package/es/popconfirm/styles/index.js +0 -2
- package/es/popconfirm/styles/light.js +0 -19
- package/es/popover/index.js +0 -1
- package/es/popover/src/Popover.js +0 -476
- package/es/popover/src/PopoverBody.js +0 -271
- package/es/popover/src/interface.js +0 -2
- package/es/popover/src/styles/index.cssr.js +0 -166
- package/es/popover/styles/_common.js +0 -8
- package/es/popover/styles/dark.js +0 -8
- package/es/popover/styles/index.js +0 -2
- package/es/popover/styles/light.js +0 -13
- package/es/popselect/index.js +0 -1
- package/es/popselect/src/Popselect.js +0 -69
- package/es/popselect/src/PopselectPanel.js +0 -163
- package/es/popselect/src/interface.js +0 -2
- package/es/popselect/src/styles/index.cssr.js +0 -5
- package/es/popselect/styles/dark.js +0 -12
- package/es/popselect/styles/index.js +0 -2
- package/es/popselect/styles/light.js +0 -20
- package/es/preset.js +0 -7
- package/es/progress/index.js +0 -1
- package/es/progress/src/Circle.js +0 -111
- package/es/progress/src/Line.js +0 -116
- package/es/progress/src/MultipleCircle.js +0 -86
- package/es/progress/src/Progress.js +0 -100
- package/es/progress/src/interface.js +0 -1
- package/es/progress/src/styles/index.cssr.js +0 -196
- package/es/progress/styles/dark.js +0 -14
- package/es/progress/styles/index.js +0 -2
- package/es/progress/styles/light.js +0 -33
- package/es/radio/index.js +0 -3
- package/es/radio/src/Radio.js +0 -77
- package/es/radio/src/RadioButton.js +0 -25
- package/es/radio/src/RadioGroup.js +0 -168
- package/es/radio/src/interface.js +0 -1
- package/es/radio/src/styles/radio-group.cssr.js +0 -103
- package/es/radio/src/styles/radio.cssr.js +0 -107
- package/es/radio/src/styles/rtl.cssr.js +0 -20
- package/es/radio/src/use-radio.js +0 -136
- package/es/radio/styles/_common.js +0 -7
- package/es/radio/styles/dark.js +0 -14
- package/es/radio/styles/index.js +0 -3
- package/es/radio/styles/light.js +0 -15
- package/es/radio/styles/rtl.js +0 -5
- package/es/rate/index.js +0 -1
- package/es/rate/src/Rate.js +0 -168
- package/es/rate/src/StarIcon.js +0 -3
- package/es/rate/src/interface.js +0 -1
- package/es/rate/src/styles/index.cssr.js +0 -44
- package/es/rate/styles/dark.js +0 -17
- package/es/rate/styles/index.js +0 -2
- package/es/rate/styles/light.js +0 -17
- package/es/result/index.js +0 -1
- package/es/result/src/403.js +0 -4
- package/es/result/src/404.js +0 -8
- package/es/result/src/418.js +0 -8
- package/es/result/src/500.js +0 -5
- package/es/result/src/Result.js +0 -82
- package/es/result/src/styles/index.cssr.js +0 -43
- package/es/result/styles/_common.js +0 -18
- package/es/result/styles/dark.js +0 -8
- package/es/result/styles/index.js +0 -2
- package/es/result/styles/light.js +0 -12
- package/es/scrollbar/index.js +0 -1
- package/es/scrollbar/src/Scrollbar.js +0 -26
- package/es/select/index.js +0 -1
- package/es/select/src/Select.js +0 -711
- package/es/select/src/interface.js +0 -1
- package/es/select/src/styles/index.cssr.js +0 -14
- package/es/select/src/utils.js +0 -76
- package/es/select/styles/dark.js +0 -14
- package/es/select/styles/index.js +0 -2
- package/es/select/styles/light.js +0 -20
- package/es/skeleton/index.js +0 -1
- package/es/skeleton/src/Skeleton.js +0 -79
- package/es/skeleton/src/styles/index.cssr.js +0 -29
- package/es/skeleton/styles/dark.js +0 -16
- package/es/skeleton/styles/index.js +0 -2
- package/es/skeleton/styles/light.js +0 -17
- package/es/slider/index.js +0 -1
- package/es/slider/src/Slider.js +0 -582
- package/es/slider/src/interface.js +0 -1
- package/es/slider/src/styles/index.cssr.js +0 -201
- package/es/slider/src/utils.js +0 -14
- package/es/slider/styles/_common.js +0 -8
- package/es/slider/styles/dark.js +0 -12
- package/es/slider/styles/index.js +0 -2
- package/es/slider/styles/light.js +0 -14
- package/es/space/index.js +0 -1
- package/es/space/src/Space.js +0 -133
- package/es/space/src/styles/rtl.cssr.js +0 -4
- package/es/space/src/utils.js +0 -22
- package/es/space/styles/_common.js +0 -5
- package/es/space/styles/dark.js +0 -8
- package/es/space/styles/index.js +0 -3
- package/es/space/styles/light.js +0 -9
- package/es/space/styles/rtl.js +0 -5
- package/es/spin/index.js +0 -1
- package/es/spin/src/Spin.js +0 -120
- package/es/spin/src/styles/index.cssr.js +0 -52
- package/es/spin/styles/dark.js +0 -8
- package/es/spin/styles/index.js +0 -2
- package/es/spin/styles/light.js +0 -21
- package/es/statistic/index.js +0 -1
- package/es/statistic/src/Statistic.js +0 -56
- package/es/statistic/src/styles/index.cssr.js +0 -38
- package/es/statistic/src/styles/rtl.cssr.js +0 -9
- package/es/statistic/styles/dark.js +0 -8
- package/es/statistic/styles/index.js +0 -3
- package/es/statistic/styles/light.js +0 -20
- package/es/statistic/styles/rtl.js +0 -5
- package/es/steps/index.js +0 -2
- package/es/steps/src/Step.js +0 -147
- package/es/steps/src/Steps.js +0 -52
- package/es/steps/src/styles/index.cssr.js +0 -102
- package/es/steps/src/styles/rtl.cssr.js +0 -14
- package/es/steps/styles/_common.js +0 -10
- package/es/steps/styles/dark.js +0 -8
- package/es/steps/styles/index.js +0 -3
- package/es/steps/styles/light.js +0 -12
- package/es/steps/styles/rtl.js +0 -5
- package/es/styles.js +0 -79
- package/es/switch/index.js +0 -1
- package/es/switch/src/Switch.js +0 -246
- package/es/switch/src/interface.js +0 -1
- package/es/switch/src/styles/index.cssr.js +0 -127
- package/es/switch/styles/_common.js +0 -17
- package/es/switch/styles/dark.js +0 -13
- package/es/switch/styles/index.js +0 -2
- package/es/switch/styles/light.js +0 -14
- package/es/table/index.js +0 -6
- package/es/table/src/Table.js +0 -84
- package/es/table/src/Tbody.js +0 -7
- package/es/table/src/Td.js +0 -7
- package/es/table/src/Th.js +0 -7
- package/es/table/src/Thead.js +0 -7
- package/es/table/src/Tr.js +0 -7
- package/es/table/src/styles/index.cssr.js +0 -96
- package/es/table/src/styles/rtl.cssr.js +0 -13
- package/es/table/styles/_common.js +0 -8
- package/es/table/styles/dark.js +0 -8
- package/es/table/styles/index.js +0 -3
- package/es/table/styles/light.js +0 -17
- package/es/table/styles/rtl.js +0 -5
- package/es/tabs/index.js +0 -3
- package/es/tabs/src/Tab.js +0 -89
- package/es/tabs/src/TabPane.js +0 -49
- package/es/tabs/src/Tabs.js +0 -640
- package/es/tabs/src/interface.js +0 -2
- package/es/tabs/src/styles/index.cssr.js +0 -358
- package/es/tabs/styles/_common.js +0 -58
- package/es/tabs/styles/dark.js +0 -14
- package/es/tabs/styles/index.js +0 -2
- package/es/tabs/styles/light.js +0 -16
- package/es/tag/index.js +0 -1
- package/es/tag/src/Tag.js +0 -158
- package/es/tag/src/common-props.js +0 -17
- package/es/tag/src/styles/index.cssr.js +0 -97
- package/es/tag/src/styles/rtl.cssr.js +0 -18
- package/es/tag/styles/_common.js +0 -13
- package/es/tag/styles/dark.js +0 -23
- package/es/tag/styles/index.js +0 -3
- package/es/tag/styles/light.js +0 -22
- package/es/tag/styles/rtl.js +0 -5
- package/es/theme-editor/index.js +0 -1
- package/es/theme-editor/src/MaximizeIcon.js +0 -8
- package/es/theme-editor/src/MinimizeIcon.js +0 -8
- package/es/theme-editor/src/ThemeEditor.js +0 -332
- package/es/themes/dark.js +0 -167
- package/es/themes/index.js +0 -3
- package/es/themes/interface.js +0 -1
- package/es/themes/light.js +0 -169
- package/es/themes/utils.js +0 -19
- package/es/thing/index.js +0 -1
- package/es/thing/src/Thing.js +0 -75
- package/es/thing/src/styles/index.cssr.js +0 -41
- package/es/thing/src/styles/rtl.cssr.js +0 -8
- package/es/thing/styles/dark.js +0 -8
- package/es/thing/styles/index.js +0 -3
- package/es/thing/styles/light.js +0 -16
- package/es/thing/styles/rtl.js +0 -8
- package/es/time/index.js +0 -1
- package/es/time/src/Time.js +0 -87
- package/es/time-picker/index.js +0 -1
- package/es/time-picker/src/Panel.js +0 -245
- package/es/time-picker/src/PanelCol.js +0 -36
- package/es/time-picker/src/TimePicker.js +0 -703
- package/es/time-picker/src/interface.js +0 -2
- package/es/time-picker/src/styles/index.cssr.js +0 -99
- package/es/time-picker/src/utils.js +0 -266
- package/es/time-picker/styles/_common.js +0 -6
- package/es/time-picker/styles/dark.js +0 -16
- package/es/time-picker/styles/index.js +0 -2
- package/es/time-picker/styles/light.js +0 -23
- package/es/timeline/index.js +0 -2
- package/es/timeline/src/Timeline.js +0 -36
- package/es/timeline/src/TimelineItem.js +0 -87
- package/es/timeline/src/styles/index.cssr.js +0 -111
- package/es/timeline/styles/_common.js +0 -8
- package/es/timeline/styles/dark.js +0 -11
- package/es/timeline/styles/index.js +0 -2
- package/es/timeline/styles/light.js +0 -12
- package/es/tooltip/index.js +0 -1
- package/es/tooltip/src/Tooltip.js +0 -34
- package/es/tooltip/styles/_common.js +0 -3
- package/es/tooltip/styles/dark.js +0 -15
- package/es/tooltip/styles/index.js +0 -2
- package/es/tooltip/styles/light.js +0 -18
- package/es/transfer/index.js +0 -1
- package/es/transfer/src/Transfer.js +0 -195
- package/es/transfer/src/TransferFilter.js +0 -32
- package/es/transfer/src/TransferHeader.js +0 -46
- package/es/transfer/src/TransferList.js +0 -76
- package/es/transfer/src/TransferListItem.js +0 -70
- package/es/transfer/src/interface.js +0 -2
- package/es/transfer/src/styles/index.cssr.js +0 -151
- package/es/transfer/src/use-transfer-data.js +0 -121
- package/es/transfer/styles/_common.js +0 -13
- package/es/transfer/styles/dark.js +0 -31
- package/es/transfer/styles/index.js +0 -2
- package/es/transfer/styles/light.js +0 -33
- package/es/tree/index.js +0 -1
- package/es/tree/src/MotionWrapper.js +0 -37
- package/es/tree/src/Tree.js +0 -1265
- package/es/tree/src/TreeNode.js +0 -348
- package/es/tree/src/TreeNodeCheckbox.js +0 -49
- package/es/tree/src/TreeNodeContent.js +0 -69
- package/es/tree/src/TreeNodeSwitcher.js +0 -49
- package/es/tree/src/dnd.js +0 -37
- package/es/tree/src/interface.js +0 -2
- package/es/tree/src/keyboard.js +0 -102
- package/es/tree/src/styles/index.cssr.js +0 -134
- package/es/tree/src/styles/rtl.cssr.js +0 -17
- package/es/tree/src/utils.js +0 -114
- package/es/tree/styles/dark.js +0 -22
- package/es/tree/styles/index.js +0 -3
- package/es/tree/styles/light.js +0 -35
- package/es/tree/styles/rtl.js +0 -5
- package/es/tree-select/index.js +0 -1
- package/es/tree-select/src/TreeSelect.js +0 -600
- package/es/tree-select/src/interface.js +0 -2
- package/es/tree-select/src/styles/index.cssr.js +0 -38
- package/es/tree-select/src/utils.js +0 -8
- package/es/tree-select/styles/dark.js +0 -14
- package/es/tree-select/styles/index.js +0 -2
- package/es/tree-select/styles/light.js +0 -29
- package/es/typography/index.js +0 -10
- package/es/typography/src/a.js +0 -34
- package/es/typography/src/blockquote.js +0 -42
- package/es/typography/src/create-header.js +0 -58
- package/es/typography/src/headers.js +0 -7
- package/es/typography/src/hr.js +0 -33
- package/es/typography/src/li.js +0 -7
- package/es/typography/src/ol.js +0 -44
- package/es/typography/src/p.js +0 -39
- package/es/typography/src/styles/a.cssr.js +0 -12
- package/es/typography/src/styles/blockquote.cssr.js +0 -27
- package/es/typography/src/styles/header.cssr.js +0 -37
- package/es/typography/src/styles/hr.cssr.js +0 -11
- package/es/typography/src/styles/list.cssr.js +0 -32
- package/es/typography/src/styles/p.cssr.js +0 -15
- package/es/typography/src/styles/text.cssr.js +0 -34
- package/es/typography/src/text.js +0 -76
- package/es/typography/src/ul.js +0 -44
- package/es/typography/styles/_common.js +0 -30
- package/es/typography/styles/dark.js +0 -8
- package/es/typography/styles/index.js +0 -2
- package/es/typography/styles/light.js +0 -12
- package/es/upload/index.js +0 -4
- package/es/upload/src/Upload.js +0 -530
- package/es/upload/src/UploadDragger.js +0 -21
- package/es/upload/src/UploadFile.js +0 -249
- package/es/upload/src/UploadFileList.js +0 -39
- package/es/upload/src/UploadProgress.js +0 -30
- package/es/upload/src/UploadTrigger.js +0 -82
- package/es/upload/src/icons.js +0 -11
- package/es/upload/src/interface.js +0 -2
- package/es/upload/src/styles/index.cssr.js +0 -224
- package/es/upload/src/utils.js +0 -164
- package/es/upload/styles/dark.js +0 -22
- package/es/upload/styles/index.js +0 -2
- package/es/upload/styles/light.js +0 -37
- package/es/version.js +0 -1
- package/es/watermark/index.js +0 -1
- package/es/watermark/src/Watermark.js +0 -180
- package/es/watermark/src/styles/index.cssr.js +0 -30
- package/es/watermark/styles/dark.js +0 -12
- package/es/watermark/styles/index.js +0 -2
- package/es/watermark/styles/light.js +0 -13
- package/lib/_utils/cssr/create-key.d.ts +0 -44
- package/lib/_utils/cssr/create-key.js +0 -12
|
@@ -24,372 +24,526 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24
24
|
}, {
|
|
25
25
|
show: import("vue").Ref<boolean>;
|
|
26
26
|
triggerRef: import("vue").Ref<HTMLElement | null>;
|
|
27
|
-
monthPanelRef: import("vue").Ref<({
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
readonly type: "month" | "year" | "quarter";
|
|
37
|
-
key?: string | number | symbol | undefined;
|
|
38
|
-
style?: unknown;
|
|
39
|
-
class?: unknown;
|
|
40
|
-
ref?: import("vue").VNodeRef | undefined;
|
|
41
|
-
readonly dateFormat?: string | undefined;
|
|
42
|
-
ref_for?: boolean | undefined;
|
|
43
|
-
ref_key?: string | undefined;
|
|
44
|
-
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
45
|
-
[key: string]: any;
|
|
46
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
47
|
-
[key: string]: any;
|
|
48
|
-
}>) => void)[] | undefined;
|
|
49
|
-
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
50
|
-
[key: string]: any;
|
|
51
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
52
|
-
[key: string]: any;
|
|
53
|
-
}>) => void)[] | undefined;
|
|
54
|
-
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
55
|
-
[key: string]: any;
|
|
56
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
57
|
-
[key: string]: any;
|
|
58
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
59
|
-
[key: string]: any;
|
|
60
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
61
|
-
[key: string]: any;
|
|
62
|
-
}>) => void)[] | undefined;
|
|
63
|
-
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
64
|
-
[key: string]: any;
|
|
65
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
|
-
[key: string]: any;
|
|
67
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
68
|
-
[key: string]: any;
|
|
69
|
-
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
70
|
-
[key: string]: any;
|
|
71
|
-
}>) => void)[] | undefined;
|
|
72
|
-
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
73
|
-
[key: string]: any;
|
|
74
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
75
|
-
[key: string]: any;
|
|
76
|
-
}>) => void)[] | undefined;
|
|
77
|
-
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
78
|
-
[key: string]: any;
|
|
79
|
-
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
80
|
-
[key: string]: any;
|
|
81
|
-
}>) => void)[] | undefined;
|
|
82
|
-
readonly themeClass?: string | undefined;
|
|
83
|
-
readonly onRender?: (() => void) | undefined;
|
|
84
|
-
readonly onTabOut?: Function | undefined;
|
|
85
|
-
readonly onClose?: import("../interface").OnClose | undefined;
|
|
86
|
-
readonly onClear?: Function | undefined;
|
|
87
|
-
readonly onUpdateValue: import("../interface").OnPanelUpdateValue;
|
|
88
|
-
readonly onConfirm?: ((value: import("../interface").Value | null) => void) | undefined;
|
|
89
|
-
readonly timeFormat?: string | undefined;
|
|
90
|
-
readonly shortcuts?: import("../interface").Shortcuts | undefined;
|
|
91
|
-
readonly defaultTime?: import("../interface").DefaultTime | undefined;
|
|
27
|
+
monthPanelRef: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
28
|
+
type: {
|
|
29
|
+
type: PropType<"month" | "year" | "quarter">;
|
|
30
|
+
required: true;
|
|
31
|
+
};
|
|
32
|
+
useAsQuickJump: BooleanConstructor;
|
|
33
|
+
actions: {
|
|
34
|
+
readonly type: PropType<string[]>;
|
|
35
|
+
readonly default: () => string[];
|
|
92
36
|
};
|
|
93
|
-
|
|
94
|
-
|
|
37
|
+
active: BooleanConstructor;
|
|
38
|
+
dateFormat: StringConstructor;
|
|
39
|
+
timeFormat: {
|
|
40
|
+
readonly type: StringConstructor;
|
|
41
|
+
readonly value: "HH:mm:ss";
|
|
42
|
+
};
|
|
43
|
+
value: {
|
|
44
|
+
readonly type: PropType<import("../interface").Value | null>;
|
|
45
|
+
readonly default: null;
|
|
95
46
|
};
|
|
96
|
-
|
|
97
|
-
|
|
47
|
+
shortcuts: PropType<import("../interface").Shortcuts>;
|
|
48
|
+
defaultTime: PropType<import("../interface").DefaultTime>;
|
|
49
|
+
onClear: FunctionConstructor;
|
|
50
|
+
onConfirm: PropType<(value: import("../interface").Value | null) => void>;
|
|
51
|
+
onClose: PropType<import("../interface").OnClose>;
|
|
52
|
+
onTabOut: FunctionConstructor;
|
|
53
|
+
onUpdateValue: {
|
|
54
|
+
readonly type: PropType<import("../interface").OnPanelUpdateValue>;
|
|
55
|
+
readonly required: true;
|
|
98
56
|
};
|
|
99
|
-
|
|
57
|
+
themeClass: StringConstructor;
|
|
58
|
+
onRender: PropType<(() => void) | undefined>;
|
|
59
|
+
panel: BooleanConstructor;
|
|
60
|
+
onNextMonth: PropType<() => void>;
|
|
61
|
+
onPrevMonth: PropType<() => void>;
|
|
62
|
+
onNextYear: PropType<() => void>;
|
|
63
|
+
onPrevYear: PropType<() => void>;
|
|
64
|
+
}>>, {
|
|
65
|
+
renderItem: (item: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, i: number, mergedClsPrefix: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
66
|
+
[key: string]: any;
|
|
67
|
+
}>;
|
|
68
|
+
handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
|
|
69
|
+
handleDateInputBlur: () => void;
|
|
70
|
+
handleDateInput: (value: string) => void;
|
|
71
|
+
handleDateMouseEnter: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
|
|
72
|
+
isWeekHovered: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => boolean;
|
|
73
|
+
handleTimePickerChange: (value: number | null) => void;
|
|
74
|
+
clearSelectedDateTime: () => void;
|
|
75
|
+
virtualListContainer: () => HTMLElement | null;
|
|
76
|
+
virtualListContent: () => HTMLElement | null;
|
|
77
|
+
handleVirtualListScroll: (e: Event) => void;
|
|
78
|
+
timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
|
|
79
|
+
dateInputValue: import("vue").Ref<string>;
|
|
80
|
+
datePickerSlots: Readonly<{
|
|
100
81
|
[name: string]: import("vue").Slot<any> | undefined;
|
|
101
82
|
}>;
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
83
|
+
handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
|
|
84
|
+
justifyColumnsScrollState: (value?: number | undefined) => void;
|
|
85
|
+
calendarValue: import("vue").Ref<number>;
|
|
86
|
+
onUpdateCalendarValue: (value: number) => void;
|
|
87
|
+
monthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
88
|
+
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
89
|
+
yearVlRef: import("vue").Ref<import("vueuc").VirtualListInst | null>;
|
|
90
|
+
mergedTheme: import("vue").Ref<{
|
|
91
|
+
common: {
|
|
92
|
+
baseColor: string;
|
|
93
|
+
primaryColor: string;
|
|
94
|
+
primaryColorHover: string;
|
|
95
|
+
primaryColorPressed: string;
|
|
96
|
+
primaryColorSuppl: string;
|
|
97
|
+
infoColor: string;
|
|
98
|
+
infoColorHover: string;
|
|
99
|
+
infoColorPressed: string;
|
|
100
|
+
infoColorSuppl: string;
|
|
101
|
+
successColor: string;
|
|
102
|
+
successColorHover: string;
|
|
103
|
+
successColorPressed: string;
|
|
104
|
+
successColorSuppl: string;
|
|
105
|
+
warningColor: string;
|
|
106
|
+
warningColorHover: string;
|
|
107
|
+
warningColorPressed: string;
|
|
108
|
+
warningColorSuppl: string;
|
|
109
|
+
errorColor: string;
|
|
110
|
+
errorColorHover: string;
|
|
111
|
+
errorColorPressed: string;
|
|
112
|
+
errorColorSuppl: string;
|
|
113
|
+
textColorBase: string;
|
|
114
|
+
textColor1: string;
|
|
115
|
+
textColor2: string;
|
|
116
|
+
textColor3: string;
|
|
117
|
+
textColorDisabled: string;
|
|
118
|
+
placeholderColor: string;
|
|
119
|
+
placeholderColorDisabled: string;
|
|
120
|
+
iconColor: string;
|
|
121
|
+
iconColorHover: string;
|
|
122
|
+
iconColorPressed: string;
|
|
123
|
+
iconColorDisabled: string;
|
|
124
|
+
opacity1: string;
|
|
125
|
+
opacity2: string;
|
|
126
|
+
opacity3: string;
|
|
127
|
+
opacity4: string;
|
|
128
|
+
opacity5: string;
|
|
129
|
+
dividerColor: string;
|
|
130
|
+
borderColor: string;
|
|
131
|
+
closeIconColor: string;
|
|
132
|
+
closeIconColorHover: string;
|
|
133
|
+
closeIconColorPressed: string;
|
|
134
|
+
closeColorHover: string;
|
|
135
|
+
closeColorPressed: string;
|
|
136
|
+
clearColor: string;
|
|
137
|
+
clearColorHover: string;
|
|
138
|
+
clearColorPressed: string;
|
|
139
|
+
scrollbarColor: string;
|
|
140
|
+
scrollbarColorHover: string;
|
|
141
|
+
scrollbarWidth: string;
|
|
142
|
+
scrollbarHeight: string;
|
|
143
|
+
scrollbarBorderRadius: string;
|
|
144
|
+
progressRailColor: string;
|
|
145
|
+
railColor: string;
|
|
146
|
+
popoverColor: string;
|
|
147
|
+
tableColor: string;
|
|
148
|
+
cardColor: string;
|
|
149
|
+
modalColor: string;
|
|
150
|
+
bodyColor: string;
|
|
151
|
+
tagColor: string;
|
|
152
|
+
avatarColor: string;
|
|
153
|
+
invertedColor: string;
|
|
154
|
+
inputColor: string;
|
|
155
|
+
codeColor: string;
|
|
156
|
+
tabColor: string;
|
|
157
|
+
actionColor: string;
|
|
158
|
+
tableHeaderColor: string;
|
|
159
|
+
hoverColor: string;
|
|
160
|
+
tableColorHover: string;
|
|
161
|
+
tableColorStriped: string;
|
|
162
|
+
pressedColor: string;
|
|
163
|
+
opacityDisabled: string;
|
|
164
|
+
inputColorDisabled: string;
|
|
165
|
+
buttonColor2: string;
|
|
166
|
+
buttonColor2Hover: string;
|
|
167
|
+
buttonColor2Pressed: string;
|
|
168
|
+
boxShadow1: string;
|
|
169
|
+
boxShadow2: string;
|
|
170
|
+
boxShadow3: string;
|
|
171
|
+
fontFamily: string;
|
|
172
|
+
fontFamilyMono: string;
|
|
173
|
+
fontWeight: string;
|
|
174
|
+
fontWeightStrong: string;
|
|
175
|
+
cubicBezierEaseInOut: string;
|
|
176
|
+
cubicBezierEaseOut: string;
|
|
177
|
+
cubicBezierEaseIn: string;
|
|
178
|
+
borderRadius: string;
|
|
179
|
+
borderRadiusSmall: string;
|
|
180
|
+
fontSize: string;
|
|
181
|
+
fontSizeMini: string;
|
|
182
|
+
fontSizeTiny: string;
|
|
183
|
+
fontSizeSmall: string;
|
|
184
|
+
fontSizeMedium: string;
|
|
185
|
+
fontSizeLarge: string;
|
|
186
|
+
fontSizeHuge: string;
|
|
187
|
+
lineHeight: string;
|
|
188
|
+
heightMini: string;
|
|
189
|
+
heightTiny: string;
|
|
190
|
+
heightSmall: string;
|
|
191
|
+
heightMedium: string;
|
|
192
|
+
heightLarge: string;
|
|
193
|
+
heightHuge: string;
|
|
194
|
+
name: "common";
|
|
125
195
|
};
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
196
|
+
self: {
|
|
197
|
+
itemFontSize: string;
|
|
198
|
+
calendarDaysFontSize: string;
|
|
199
|
+
calendarTitleFontSize: string;
|
|
200
|
+
itemTextColor: string;
|
|
201
|
+
itemTextColorDisabled: string;
|
|
202
|
+
itemTextColorActive: string;
|
|
203
|
+
itemTextColorCurrent: string;
|
|
204
|
+
itemColorIncluded: string;
|
|
205
|
+
itemColorHover: string;
|
|
206
|
+
itemColorDisabled: string;
|
|
207
|
+
itemColorActive: string;
|
|
208
|
+
itemBorderRadius: string;
|
|
209
|
+
panelColor: string;
|
|
210
|
+
panelTextColor: string;
|
|
211
|
+
arrowColor: string;
|
|
212
|
+
calendarTitleTextColor: string;
|
|
213
|
+
calendarTitleColorHover: string;
|
|
214
|
+
calendarDaysTextColor: string;
|
|
215
|
+
panelHeaderDividerColor: string;
|
|
216
|
+
calendarDaysDividerColor: string;
|
|
217
|
+
calendarDividerColor: string;
|
|
218
|
+
panelActionDividerColor: string;
|
|
219
|
+
panelBoxShadow: string;
|
|
220
|
+
panelBorderRadius: string;
|
|
221
|
+
calendarTitleFontWeight: string;
|
|
222
|
+
scrollItemBorderRadius: string;
|
|
223
|
+
iconColor: string;
|
|
224
|
+
iconColorDisabled: string;
|
|
225
|
+
itemSize: string;
|
|
226
|
+
itemCellWidth: string;
|
|
227
|
+
itemCellHeight: string;
|
|
228
|
+
scrollItemWidth: string;
|
|
229
|
+
scrollItemHeight: string;
|
|
230
|
+
panelExtraFooterPadding: string;
|
|
231
|
+
panelActionPadding: string;
|
|
232
|
+
calendarTitlePadding: string;
|
|
233
|
+
calendarTitleHeight: string;
|
|
234
|
+
arrowSize: string;
|
|
235
|
+
panelHeaderPadding: string;
|
|
236
|
+
calendarDaysHeight: string;
|
|
237
|
+
calendarTitleGridTempateColumns: string;
|
|
238
|
+
calendarLeftPaddingDate: string;
|
|
239
|
+
calendarLeftPaddingDatetime: string;
|
|
240
|
+
calendarLeftPaddingDaterange: string;
|
|
241
|
+
calendarLeftPaddingDatetimerange: string;
|
|
242
|
+
calendarLeftPaddingMonth: string;
|
|
243
|
+
calendarLeftPaddingYear: string;
|
|
244
|
+
calendarLeftPaddingQuarter: string;
|
|
245
|
+
calendarLeftPaddingMonthrange: string;
|
|
246
|
+
calendarLeftPaddingQuarterrange: string;
|
|
247
|
+
calendarLeftPaddingYearrange: string;
|
|
248
|
+
calendarLeftPaddingWeek: string;
|
|
249
|
+
calendarRightPaddingDate: string;
|
|
250
|
+
calendarRightPaddingDatetime: string;
|
|
251
|
+
calendarRightPaddingDaterange: string;
|
|
252
|
+
calendarRightPaddingDatetimerange: string;
|
|
253
|
+
calendarRightPaddingMonth: string;
|
|
254
|
+
calendarRightPaddingYear: string;
|
|
255
|
+
calendarRightPaddingQuarter: string;
|
|
256
|
+
calendarRightPaddingMonthrange: string;
|
|
257
|
+
calendarRightPaddingQuarterrange: string;
|
|
258
|
+
calendarRightPaddingYearrange: string;
|
|
259
|
+
calendarRightPaddingWeek: string;
|
|
135
260
|
};
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
handleDateInputBlur: () => void;
|
|
145
|
-
handleDateInput: (value: string) => void;
|
|
146
|
-
handleTimePickerChange: (value: number | null) => void;
|
|
147
|
-
clearSelectedDateTime: () => void;
|
|
148
|
-
virtualListContainer: () => HTMLElement;
|
|
149
|
-
virtualListContent: () => HTMLElement;
|
|
150
|
-
handleVirtualListScroll: (e: Event) => void;
|
|
151
|
-
timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
|
|
152
|
-
dateInputValue: import("vue").Ref<string>;
|
|
153
|
-
datePickerSlots: Readonly<{
|
|
154
|
-
[name: string]: import("vue").Slot<any> | undefined;
|
|
155
|
-
}>;
|
|
156
|
-
handleQuickMonthClick: (dateItem: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, updatePanelValue: (value: number) => void) => void;
|
|
157
|
-
justifyColumnsScrollState: (value?: number | undefined) => void;
|
|
158
|
-
calendarValue: import("vue").Ref<number>;
|
|
159
|
-
onUpdateCalendarValue: (value: number) => void;
|
|
160
|
-
monthScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
161
|
-
yearScrollbarRef: import("vue").Ref<import("../../../_internal").ScrollbarInst | null>;
|
|
162
|
-
yearVlRef: import("vue").Ref<import("vueuc").VirtualListInst | null>;
|
|
163
|
-
mergedTheme: import("vue").Ref<{
|
|
164
|
-
common: {
|
|
165
|
-
baseColor: string;
|
|
166
|
-
primaryColor: string;
|
|
167
|
-
primaryColorHover: string;
|
|
168
|
-
primaryColorPressed: string;
|
|
169
|
-
primaryColorSuppl: string;
|
|
170
|
-
infoColor: string;
|
|
171
|
-
infoColorHover: string;
|
|
172
|
-
infoColorPressed: string;
|
|
173
|
-
infoColorSuppl: string;
|
|
174
|
-
successColor: string;
|
|
175
|
-
successColorHover: string;
|
|
176
|
-
successColorPressed: string;
|
|
177
|
-
successColorSuppl: string;
|
|
178
|
-
warningColor: string;
|
|
179
|
-
warningColorHover: string;
|
|
180
|
-
warningColorPressed: string;
|
|
181
|
-
warningColorSuppl: string;
|
|
182
|
-
errorColor: string;
|
|
183
|
-
errorColorHover: string;
|
|
184
|
-
errorColorPressed: string;
|
|
185
|
-
errorColorSuppl: string;
|
|
186
|
-
textColorBase: string;
|
|
187
|
-
textColor1: string;
|
|
188
|
-
textColor2: string;
|
|
189
|
-
textColor3: string;
|
|
190
|
-
textColorDisabled: string;
|
|
191
|
-
placeholderColor: string;
|
|
192
|
-
placeholderColorDisabled: string;
|
|
193
|
-
iconColor: string;
|
|
194
|
-
iconColorHover: string;
|
|
195
|
-
iconColorPressed: string;
|
|
196
|
-
iconColorDisabled: string;
|
|
197
|
-
opacity1: string;
|
|
198
|
-
opacity2: string;
|
|
199
|
-
opacity3: string;
|
|
200
|
-
opacity4: string;
|
|
201
|
-
opacity5: string;
|
|
202
|
-
dividerColor: string;
|
|
203
|
-
borderColor: string;
|
|
204
|
-
closeIconColor: string;
|
|
205
|
-
closeIconColorHover: string;
|
|
206
|
-
closeIconColorPressed: string;
|
|
207
|
-
closeColorHover: string;
|
|
208
|
-
closeColorPressed: string;
|
|
209
|
-
clearColor: string;
|
|
210
|
-
clearColorHover: string;
|
|
211
|
-
clearColorPressed: string;
|
|
212
|
-
scrollbarColor: string;
|
|
213
|
-
scrollbarColorHover: string;
|
|
214
|
-
scrollbarWidth: string;
|
|
215
|
-
scrollbarHeight: string;
|
|
216
|
-
scrollbarBorderRadius: string;
|
|
217
|
-
progressRailColor: string;
|
|
218
|
-
railColor: string;
|
|
219
|
-
popoverColor: string;
|
|
220
|
-
tableColor: string;
|
|
221
|
-
cardColor: string;
|
|
222
|
-
modalColor: string;
|
|
223
|
-
bodyColor: string;
|
|
224
|
-
tagColor: string;
|
|
225
|
-
avatarColor: string;
|
|
226
|
-
invertedColor: string;
|
|
227
|
-
inputColor: string;
|
|
228
|
-
codeColor: string;
|
|
229
|
-
tabColor: string;
|
|
230
|
-
actionColor: string;
|
|
231
|
-
tableHeaderColor: string;
|
|
232
|
-
hoverColor: string;
|
|
233
|
-
tableColorHover: string;
|
|
234
|
-
tableColorStriped: string;
|
|
235
|
-
pressedColor: string;
|
|
236
|
-
opacityDisabled: string;
|
|
237
|
-
inputColorDisabled: string;
|
|
238
|
-
buttonColor2: string;
|
|
239
|
-
buttonColor2Hover: string;
|
|
240
|
-
buttonColor2Pressed: string;
|
|
241
|
-
boxShadow1: string;
|
|
242
|
-
boxShadow2: string;
|
|
243
|
-
boxShadow3: string;
|
|
244
|
-
fontFamily: string;
|
|
245
|
-
fontFamilyMono: string;
|
|
246
|
-
fontWeight: string;
|
|
247
|
-
fontWeightStrong: string;
|
|
248
|
-
cubicBezierEaseInOut: string;
|
|
249
|
-
cubicBezierEaseOut: string;
|
|
250
|
-
cubicBezierEaseIn: string;
|
|
251
|
-
borderRadius: string;
|
|
252
|
-
borderRadiusSmall: string;
|
|
253
|
-
fontSize: string;
|
|
254
|
-
fontSizeMini: string;
|
|
261
|
+
peers: {
|
|
262
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
263
|
+
countTextColorDisabled: string;
|
|
264
|
+
countTextColor: string;
|
|
265
|
+
heightTiny: string;
|
|
266
|
+
heightSmall: string;
|
|
267
|
+
heightMedium: string;
|
|
268
|
+
heightLarge: string;
|
|
255
269
|
fontSizeTiny: string;
|
|
256
270
|
fontSizeSmall: string;
|
|
257
271
|
fontSizeMedium: string;
|
|
258
272
|
fontSizeLarge: string;
|
|
259
|
-
fontSizeHuge: string;
|
|
260
273
|
lineHeight: string;
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
274
|
+
lineHeightTextarea: string;
|
|
275
|
+
borderRadius: string;
|
|
276
|
+
iconSize: string;
|
|
277
|
+
groupLabelColor: string;
|
|
278
|
+
groupLabelTextColor: string;
|
|
279
|
+
textColor: string;
|
|
280
|
+
textColorDisabled: string;
|
|
281
|
+
textDecorationColor: string;
|
|
282
|
+
caretColor: string;
|
|
283
|
+
placeholderColor: string;
|
|
284
|
+
placeholderColorDisabled: string;
|
|
285
|
+
color: string;
|
|
286
|
+
colorDisabled: string;
|
|
287
|
+
colorFocus: string;
|
|
288
|
+
groupLabelBorder: string;
|
|
289
|
+
border: string;
|
|
290
|
+
borderHover: string;
|
|
291
|
+
borderDisabled: string;
|
|
292
|
+
borderFocus: string;
|
|
293
|
+
boxShadowFocus: string;
|
|
294
|
+
loadingColor: string;
|
|
295
|
+
loadingColorWarning: string;
|
|
296
|
+
borderWarning: string;
|
|
297
|
+
borderHoverWarning: string;
|
|
298
|
+
colorFocusWarning: string;
|
|
299
|
+
borderFocusWarning: string;
|
|
300
|
+
boxShadowFocusWarning: string;
|
|
301
|
+
caretColorWarning: string;
|
|
302
|
+
loadingColorError: string;
|
|
303
|
+
borderError: string;
|
|
304
|
+
borderHoverError: string;
|
|
305
|
+
colorFocusError: string;
|
|
306
|
+
borderFocusError: string;
|
|
307
|
+
boxShadowFocusError: string;
|
|
308
|
+
caretColorError: string;
|
|
309
|
+
clearColor: string;
|
|
310
|
+
clearColorHover: string;
|
|
311
|
+
clearColorPressed: string;
|
|
312
|
+
iconColor: string;
|
|
313
|
+
iconColorDisabled: string;
|
|
314
|
+
iconColorHover: string;
|
|
315
|
+
iconColorPressed: string;
|
|
316
|
+
suffixTextColor: string;
|
|
317
|
+
paddingTiny: string;
|
|
318
|
+
paddingSmall: string;
|
|
319
|
+
paddingMedium: string;
|
|
320
|
+
paddingLarge: string;
|
|
321
|
+
clearSize: string;
|
|
322
|
+
}, any>;
|
|
323
|
+
Button: import("../../../_mixins").Theme<"Button", {
|
|
324
|
+
heightTiny: string;
|
|
325
|
+
heightSmall: string;
|
|
326
|
+
heightMedium: string;
|
|
327
|
+
heightLarge: string;
|
|
328
|
+
borderRadiusTiny: string;
|
|
329
|
+
borderRadiusSmall: string;
|
|
330
|
+
borderRadiusMedium: string;
|
|
331
|
+
borderRadiusLarge: string;
|
|
332
|
+
fontSizeTiny: string;
|
|
333
|
+
fontSizeSmall: string;
|
|
334
|
+
fontSizeMedium: string;
|
|
335
|
+
fontSizeLarge: string;
|
|
336
|
+
opacityDisabled: string;
|
|
337
|
+
colorOpacitySecondary: string;
|
|
338
|
+
colorOpacitySecondaryHover: string;
|
|
339
|
+
colorOpacitySecondaryPressed: string;
|
|
340
|
+
colorSecondary: string;
|
|
341
|
+
colorSecondaryHover: string;
|
|
342
|
+
colorSecondaryPressed: string;
|
|
343
|
+
colorTertiary: string;
|
|
344
|
+
colorTertiaryHover: string;
|
|
345
|
+
colorTertiaryPressed: string;
|
|
346
|
+
colorQuaternary: string;
|
|
347
|
+
colorQuaternaryHover: string;
|
|
348
|
+
colorQuaternaryPressed: string;
|
|
349
|
+
color: string;
|
|
350
|
+
colorHover: string;
|
|
351
|
+
colorPressed: string;
|
|
352
|
+
colorFocus: string;
|
|
353
|
+
colorDisabled: string;
|
|
354
|
+
textColor: string;
|
|
355
|
+
textColorTertiary: string;
|
|
356
|
+
textColorHover: string;
|
|
357
|
+
textColorPressed: string;
|
|
358
|
+
textColorFocus: string;
|
|
359
|
+
textColorDisabled: string;
|
|
360
|
+
textColorText: string;
|
|
361
|
+
textColorTextHover: string;
|
|
362
|
+
textColorTextPressed: string;
|
|
363
|
+
textColorTextFocus: string;
|
|
364
|
+
textColorTextDisabled: string;
|
|
365
|
+
textColorGhost: string;
|
|
366
|
+
textColorGhostHover: string;
|
|
367
|
+
textColorGhostPressed: string;
|
|
368
|
+
textColorGhostFocus: string;
|
|
369
|
+
textColorGhostDisabled: string;
|
|
370
|
+
border: string;
|
|
371
|
+
borderHover: string;
|
|
372
|
+
borderPressed: string;
|
|
373
|
+
borderFocus: string;
|
|
374
|
+
borderDisabled: string;
|
|
375
|
+
rippleColor: string;
|
|
376
|
+
colorPrimary: string;
|
|
377
|
+
colorHoverPrimary: string;
|
|
378
|
+
colorPressedPrimary: string;
|
|
379
|
+
colorFocusPrimary: string;
|
|
380
|
+
colorDisabledPrimary: string;
|
|
381
|
+
textColorPrimary: string;
|
|
382
|
+
textColorHoverPrimary: string;
|
|
383
|
+
textColorPressedPrimary: string;
|
|
384
|
+
textColorFocusPrimary: string;
|
|
385
|
+
textColorDisabledPrimary: string;
|
|
386
|
+
textColorTextPrimary: string;
|
|
387
|
+
textColorTextHoverPrimary: string;
|
|
388
|
+
textColorTextPressedPrimary: string;
|
|
389
|
+
textColorTextFocusPrimary: string;
|
|
390
|
+
textColorTextDisabledPrimary: string;
|
|
391
|
+
textColorGhostPrimary: string;
|
|
392
|
+
textColorGhostHoverPrimary: string;
|
|
393
|
+
textColorGhostPressedPrimary: string;
|
|
394
|
+
textColorGhostFocusPrimary: string;
|
|
395
|
+
textColorGhostDisabledPrimary: string;
|
|
396
|
+
borderPrimary: string;
|
|
397
|
+
borderHoverPrimary: string;
|
|
398
|
+
borderPressedPrimary: string;
|
|
399
|
+
borderFocusPrimary: string;
|
|
400
|
+
borderDisabledPrimary: string;
|
|
401
|
+
rippleColorPrimary: string;
|
|
402
|
+
colorInfo: string;
|
|
403
|
+
colorHoverInfo: string;
|
|
404
|
+
colorPressedInfo: string;
|
|
405
|
+
colorFocusInfo: string;
|
|
406
|
+
colorDisabledInfo: string;
|
|
407
|
+
textColorInfo: string;
|
|
408
|
+
textColorHoverInfo: string;
|
|
409
|
+
textColorPressedInfo: string;
|
|
410
|
+
textColorFocusInfo: string;
|
|
411
|
+
textColorDisabledInfo: string;
|
|
412
|
+
textColorTextInfo: string;
|
|
413
|
+
textColorTextHoverInfo: string;
|
|
414
|
+
textColorTextPressedInfo: string;
|
|
415
|
+
textColorTextFocusInfo: string;
|
|
416
|
+
textColorTextDisabledInfo: string;
|
|
417
|
+
textColorGhostInfo: string;
|
|
418
|
+
textColorGhostHoverInfo: string;
|
|
419
|
+
textColorGhostPressedInfo: string;
|
|
420
|
+
textColorGhostFocusInfo: string;
|
|
421
|
+
textColorGhostDisabledInfo: string;
|
|
422
|
+
borderInfo: string;
|
|
423
|
+
borderHoverInfo: string;
|
|
424
|
+
borderPressedInfo: string;
|
|
425
|
+
borderFocusInfo: string;
|
|
426
|
+
borderDisabledInfo: string;
|
|
427
|
+
rippleColorInfo: string;
|
|
428
|
+
colorSuccess: string;
|
|
429
|
+
colorHoverSuccess: string;
|
|
430
|
+
colorPressedSuccess: string;
|
|
431
|
+
colorFocusSuccess: string;
|
|
432
|
+
colorDisabledSuccess: string;
|
|
433
|
+
textColorSuccess: string;
|
|
434
|
+
textColorHoverSuccess: string;
|
|
435
|
+
textColorPressedSuccess: string;
|
|
436
|
+
textColorFocusSuccess: string;
|
|
437
|
+
textColorDisabledSuccess: string;
|
|
438
|
+
textColorTextSuccess: string;
|
|
439
|
+
textColorTextHoverSuccess: string;
|
|
440
|
+
textColorTextPressedSuccess: string;
|
|
441
|
+
textColorTextFocusSuccess: string;
|
|
442
|
+
textColorTextDisabledSuccess: string;
|
|
443
|
+
textColorGhostSuccess: string;
|
|
444
|
+
textColorGhostHoverSuccess: string;
|
|
445
|
+
textColorGhostPressedSuccess: string;
|
|
446
|
+
textColorGhostFocusSuccess: string;
|
|
447
|
+
textColorGhostDisabledSuccess: string;
|
|
448
|
+
borderSuccess: string;
|
|
449
|
+
borderHoverSuccess: string;
|
|
450
|
+
borderPressedSuccess: string;
|
|
451
|
+
borderFocusSuccess: string;
|
|
452
|
+
borderDisabledSuccess: string;
|
|
453
|
+
rippleColorSuccess: string;
|
|
454
|
+
colorWarning: string;
|
|
455
|
+
colorHoverWarning: string;
|
|
456
|
+
colorPressedWarning: string;
|
|
457
|
+
colorFocusWarning: string;
|
|
458
|
+
colorDisabledWarning: string;
|
|
459
|
+
textColorWarning: string;
|
|
460
|
+
textColorHoverWarning: string;
|
|
461
|
+
textColorPressedWarning: string;
|
|
462
|
+
textColorFocusWarning: string;
|
|
463
|
+
textColorDisabledWarning: string;
|
|
464
|
+
textColorTextWarning: string;
|
|
465
|
+
textColorTextHoverWarning: string;
|
|
466
|
+
textColorTextPressedWarning: string;
|
|
467
|
+
textColorTextFocusWarning: string;
|
|
468
|
+
textColorTextDisabledWarning: string;
|
|
469
|
+
textColorGhostWarning: string;
|
|
470
|
+
textColorGhostHoverWarning: string;
|
|
471
|
+
textColorGhostPressedWarning: string;
|
|
472
|
+
textColorGhostFocusWarning: string;
|
|
473
|
+
textColorGhostDisabledWarning: string;
|
|
474
|
+
borderWarning: string;
|
|
475
|
+
borderHoverWarning: string;
|
|
476
|
+
borderPressedWarning: string;
|
|
477
|
+
borderFocusWarning: string;
|
|
478
|
+
borderDisabledWarning: string;
|
|
479
|
+
rippleColorWarning: string;
|
|
480
|
+
colorError: string;
|
|
481
|
+
colorHoverError: string;
|
|
482
|
+
colorPressedError: string;
|
|
483
|
+
colorFocusError: string;
|
|
484
|
+
colorDisabledError: string;
|
|
485
|
+
textColorError: string;
|
|
486
|
+
textColorHoverError: string;
|
|
487
|
+
textColorPressedError: string;
|
|
488
|
+
textColorFocusError: string;
|
|
489
|
+
textColorDisabledError: string;
|
|
490
|
+
textColorTextError: string;
|
|
491
|
+
textColorTextHoverError: string;
|
|
492
|
+
textColorTextPressedError: string;
|
|
493
|
+
textColorTextFocusError: string;
|
|
494
|
+
textColorTextDisabledError: string;
|
|
495
|
+
textColorGhostError: string;
|
|
496
|
+
textColorGhostHoverError: string;
|
|
497
|
+
textColorGhostPressedError: string;
|
|
498
|
+
textColorGhostFocusError: string;
|
|
499
|
+
textColorGhostDisabledError: string;
|
|
500
|
+
borderError: string;
|
|
501
|
+
borderHoverError: string;
|
|
502
|
+
borderPressedError: string;
|
|
503
|
+
borderFocusError: string;
|
|
504
|
+
borderDisabledError: string;
|
|
505
|
+
rippleColorError: string;
|
|
506
|
+
waveOpacity: string;
|
|
507
|
+
fontWeight: string;
|
|
508
|
+
fontWeightStrong: string;
|
|
509
|
+
paddingTiny: string;
|
|
510
|
+
paddingSmall: string;
|
|
511
|
+
paddingMedium: string;
|
|
512
|
+
paddingLarge: string;
|
|
513
|
+
paddingRoundTiny: string;
|
|
514
|
+
paddingRoundSmall: string;
|
|
515
|
+
paddingRoundMedium: string;
|
|
516
|
+
paddingRoundLarge: string;
|
|
517
|
+
iconMarginTiny: string;
|
|
518
|
+
iconMarginSmall: string;
|
|
519
|
+
iconMarginMedium: string;
|
|
520
|
+
iconMarginLarge: string;
|
|
521
|
+
iconSizeTiny: string;
|
|
522
|
+
iconSizeSmall: string;
|
|
523
|
+
iconSizeMedium: string;
|
|
524
|
+
iconSizeLarge: string;
|
|
525
|
+
rippleDuration: string;
|
|
526
|
+
}, any>;
|
|
527
|
+
TimePicker: import("../../../_mixins").Theme<"TimePicker", {
|
|
528
|
+
panelColor: string;
|
|
529
|
+
panelBoxShadow: string;
|
|
530
|
+
panelDividerColor: string;
|
|
531
|
+
itemTextColor: string;
|
|
532
|
+
itemTextColorActive: string;
|
|
533
|
+
itemColorHover: string;
|
|
534
|
+
itemOpacityDisabled: string;
|
|
535
|
+
itemBorderRadius: string;
|
|
536
|
+
borderRadius: string;
|
|
537
|
+
iconColor: string;
|
|
538
|
+
iconColorDisabled: string;
|
|
539
|
+
itemFontSize: string;
|
|
540
|
+
itemHeight: string;
|
|
541
|
+
itemWidth: string;
|
|
542
|
+
panelActionPadding: string;
|
|
543
|
+
}, {
|
|
544
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
356
545
|
color: string;
|
|
357
|
-
|
|
358
|
-
colorFocus: string;
|
|
359
|
-
groupLabelBorder: string;
|
|
360
|
-
border: string;
|
|
361
|
-
borderHover: string;
|
|
362
|
-
borderDisabled: string;
|
|
363
|
-
borderFocus: string;
|
|
364
|
-
boxShadowFocus: string;
|
|
365
|
-
loadingColor: string;
|
|
366
|
-
loadingColorWarning: string;
|
|
367
|
-
borderWarning: string;
|
|
368
|
-
borderHoverWarning: string;
|
|
369
|
-
colorFocusWarning: string;
|
|
370
|
-
borderFocusWarning: string;
|
|
371
|
-
boxShadowFocusWarning: string;
|
|
372
|
-
caretColorWarning: string;
|
|
373
|
-
loadingColorError: string;
|
|
374
|
-
borderError: string;
|
|
375
|
-
borderHoverError: string;
|
|
376
|
-
colorFocusError: string;
|
|
377
|
-
borderFocusError: string;
|
|
378
|
-
boxShadowFocusError: string;
|
|
379
|
-
caretColorError: string;
|
|
380
|
-
clearColor: string;
|
|
381
|
-
clearColorHover: string;
|
|
382
|
-
clearColorPressed: string;
|
|
383
|
-
iconColor: string;
|
|
384
|
-
iconColorDisabled: string;
|
|
385
|
-
iconColorHover: string;
|
|
386
|
-
iconColorPressed: string;
|
|
387
|
-
suffixTextColor: string;
|
|
388
|
-
paddingTiny: string;
|
|
389
|
-
paddingSmall: string;
|
|
390
|
-
paddingMedium: string;
|
|
391
|
-
paddingLarge: string;
|
|
392
|
-
clearSize: string;
|
|
546
|
+
colorHover: string;
|
|
393
547
|
}, any>;
|
|
394
548
|
Button: import("../../../_mixins").Theme<"Button", {
|
|
395
549
|
heightTiny: string;
|
|
@@ -595,28 +749,91 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
595
749
|
iconSizeLarge: string;
|
|
596
750
|
rippleDuration: string;
|
|
597
751
|
}, any>;
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
752
|
+
Input: import("../../../_mixins").Theme<"Input", {
|
|
753
|
+
countTextColorDisabled: string;
|
|
754
|
+
countTextColor: string;
|
|
755
|
+
heightTiny: string;
|
|
756
|
+
heightSmall: string;
|
|
757
|
+
heightMedium: string;
|
|
758
|
+
heightLarge: string;
|
|
759
|
+
fontSizeTiny: string;
|
|
760
|
+
fontSizeSmall: string;
|
|
761
|
+
fontSizeMedium: string;
|
|
762
|
+
fontSizeLarge: string;
|
|
763
|
+
lineHeight: string;
|
|
764
|
+
lineHeightTextarea: string;
|
|
607
765
|
borderRadius: string;
|
|
766
|
+
iconSize: string;
|
|
767
|
+
groupLabelColor: string;
|
|
768
|
+
groupLabelTextColor: string;
|
|
769
|
+
textColor: string;
|
|
770
|
+
textColorDisabled: string;
|
|
771
|
+
textDecorationColor: string;
|
|
772
|
+
caretColor: string;
|
|
773
|
+
placeholderColor: string;
|
|
774
|
+
placeholderColorDisabled: string;
|
|
775
|
+
color: string;
|
|
776
|
+
colorDisabled: string;
|
|
777
|
+
colorFocus: string;
|
|
778
|
+
groupLabelBorder: string;
|
|
779
|
+
border: string;
|
|
780
|
+
borderHover: string;
|
|
781
|
+
borderDisabled: string;
|
|
782
|
+
borderFocus: string;
|
|
783
|
+
boxShadowFocus: string;
|
|
784
|
+
loadingColor: string;
|
|
785
|
+
loadingColorWarning: string;
|
|
786
|
+
borderWarning: string;
|
|
787
|
+
borderHoverWarning: string;
|
|
788
|
+
colorFocusWarning: string;
|
|
789
|
+
borderFocusWarning: string;
|
|
790
|
+
boxShadowFocusWarning: string;
|
|
791
|
+
caretColorWarning: string;
|
|
792
|
+
loadingColorError: string;
|
|
793
|
+
borderError: string;
|
|
794
|
+
borderHoverError: string;
|
|
795
|
+
colorFocusError: string;
|
|
796
|
+
borderFocusError: string;
|
|
797
|
+
boxShadowFocusError: string;
|
|
798
|
+
caretColorError: string;
|
|
799
|
+
clearColor: string;
|
|
800
|
+
clearColorHover: string;
|
|
801
|
+
clearColorPressed: string;
|
|
608
802
|
iconColor: string;
|
|
609
803
|
iconColorDisabled: string;
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
804
|
+
iconColorHover: string;
|
|
805
|
+
iconColorPressed: string;
|
|
806
|
+
suffixTextColor: string;
|
|
807
|
+
paddingTiny: string;
|
|
808
|
+
paddingSmall: string;
|
|
809
|
+
paddingMedium: string;
|
|
810
|
+
paddingLarge: string;
|
|
811
|
+
clearSize: string;
|
|
812
|
+
}, any>;
|
|
813
|
+
}>;
|
|
814
|
+
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
815
|
+
color: string;
|
|
816
|
+
colorHover: string;
|
|
817
|
+
}, any>;
|
|
818
|
+
};
|
|
819
|
+
peerOverrides: {
|
|
820
|
+
Input?: {
|
|
821
|
+
peers?: {
|
|
822
|
+
[x: string]: any;
|
|
823
|
+
} | undefined;
|
|
824
|
+
} | undefined;
|
|
825
|
+
Button?: {
|
|
826
|
+
peers?: {
|
|
827
|
+
[x: string]: any;
|
|
828
|
+
} | undefined;
|
|
829
|
+
} | undefined;
|
|
830
|
+
TimePicker?: {
|
|
831
|
+
peers?: {
|
|
832
|
+
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
616
833
|
color: string;
|
|
617
834
|
colorHover: string;
|
|
618
|
-
}, any
|
|
619
|
-
Button
|
|
835
|
+
}, any>> | undefined;
|
|
836
|
+
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
620
837
|
heightTiny: string;
|
|
621
838
|
heightSmall: string;
|
|
622
839
|
heightMedium: string;
|
|
@@ -819,8 +1036,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
819
1036
|
iconSizeMedium: string;
|
|
820
1037
|
iconSizeLarge: string;
|
|
821
1038
|
rippleDuration: string;
|
|
822
|
-
}, any
|
|
823
|
-
Input
|
|
1039
|
+
}, any>> | undefined;
|
|
1040
|
+
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
824
1041
|
countTextColorDisabled: string;
|
|
825
1042
|
countTextColor: string;
|
|
826
1043
|
heightTiny: string;
|
|
@@ -880,406 +1097,144 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
880
1097
|
paddingMedium: string;
|
|
881
1098
|
paddingLarge: string;
|
|
882
1099
|
clearSize: string;
|
|
883
|
-
}, any
|
|
884
|
-
}>;
|
|
885
|
-
Scrollbar: import("../../../_mixins").Theme<"Scrollbar", {
|
|
886
|
-
color: string;
|
|
887
|
-
colorHover: string;
|
|
888
|
-
}, any>;
|
|
889
|
-
};
|
|
890
|
-
peerOverrides: {
|
|
891
|
-
Input?: {
|
|
892
|
-
peers?: {
|
|
893
|
-
[x: string]: any;
|
|
894
|
-
} | undefined;
|
|
895
|
-
} | undefined;
|
|
896
|
-
Button?: {
|
|
897
|
-
peers?: {
|
|
898
|
-
[x: string]: any;
|
|
899
|
-
} | undefined;
|
|
900
|
-
} | undefined;
|
|
901
|
-
TimePicker?: {
|
|
902
|
-
peers?: {
|
|
903
|
-
Scrollbar?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Scrollbar", {
|
|
904
|
-
color: string;
|
|
905
|
-
colorHover: string;
|
|
906
|
-
}, any>> | undefined;
|
|
907
|
-
Button?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Button", {
|
|
908
|
-
heightTiny: string;
|
|
909
|
-
heightSmall: string;
|
|
910
|
-
heightMedium: string;
|
|
911
|
-
heightLarge: string;
|
|
912
|
-
borderRadiusTiny: string;
|
|
913
|
-
borderRadiusSmall: string;
|
|
914
|
-
borderRadiusMedium: string;
|
|
915
|
-
borderRadiusLarge: string;
|
|
916
|
-
fontSizeTiny: string;
|
|
917
|
-
fontSizeSmall: string;
|
|
918
|
-
fontSizeMedium: string;
|
|
919
|
-
fontSizeLarge: string;
|
|
920
|
-
opacityDisabled: string;
|
|
921
|
-
colorOpacitySecondary: string;
|
|
922
|
-
colorOpacitySecondaryHover: string;
|
|
923
|
-
colorOpacitySecondaryPressed: string;
|
|
924
|
-
colorSecondary: string;
|
|
925
|
-
colorSecondaryHover: string;
|
|
926
|
-
colorSecondaryPressed: string;
|
|
927
|
-
colorTertiary: string;
|
|
928
|
-
colorTertiaryHover: string;
|
|
929
|
-
colorTertiaryPressed: string;
|
|
930
|
-
colorQuaternary: string;
|
|
931
|
-
colorQuaternaryHover: string;
|
|
932
|
-
colorQuaternaryPressed: string;
|
|
933
|
-
color: string;
|
|
934
|
-
colorHover: string;
|
|
935
|
-
colorPressed: string;
|
|
936
|
-
colorFocus: string;
|
|
937
|
-
colorDisabled: string;
|
|
938
|
-
textColor: string;
|
|
939
|
-
textColorTertiary: string;
|
|
940
|
-
textColorHover: string;
|
|
941
|
-
textColorPressed: string;
|
|
942
|
-
textColorFocus: string;
|
|
943
|
-
textColorDisabled: string;
|
|
944
|
-
textColorText: string;
|
|
945
|
-
textColorTextHover: string;
|
|
946
|
-
textColorTextPressed: string;
|
|
947
|
-
textColorTextFocus: string;
|
|
948
|
-
textColorTextDisabled: string;
|
|
949
|
-
textColorGhost: string;
|
|
950
|
-
textColorGhostHover: string;
|
|
951
|
-
textColorGhostPressed: string;
|
|
952
|
-
textColorGhostFocus: string;
|
|
953
|
-
textColorGhostDisabled: string;
|
|
954
|
-
border: string;
|
|
955
|
-
borderHover: string;
|
|
956
|
-
borderPressed: string;
|
|
957
|
-
borderFocus: string;
|
|
958
|
-
borderDisabled: string;
|
|
959
|
-
rippleColor: string;
|
|
960
|
-
colorPrimary: string;
|
|
961
|
-
colorHoverPrimary: string;
|
|
962
|
-
colorPressedPrimary: string;
|
|
963
|
-
colorFocusPrimary: string;
|
|
964
|
-
colorDisabledPrimary: string;
|
|
965
|
-
textColorPrimary: string;
|
|
966
|
-
textColorHoverPrimary: string;
|
|
967
|
-
textColorPressedPrimary: string;
|
|
968
|
-
textColorFocusPrimary: string;
|
|
969
|
-
textColorDisabledPrimary: string;
|
|
970
|
-
textColorTextPrimary: string;
|
|
971
|
-
textColorTextHoverPrimary: string;
|
|
972
|
-
textColorTextPressedPrimary: string;
|
|
973
|
-
textColorTextFocusPrimary: string;
|
|
974
|
-
textColorTextDisabledPrimary: string;
|
|
975
|
-
textColorGhostPrimary: string;
|
|
976
|
-
textColorGhostHoverPrimary: string;
|
|
977
|
-
textColorGhostPressedPrimary: string;
|
|
978
|
-
textColorGhostFocusPrimary: string;
|
|
979
|
-
textColorGhostDisabledPrimary: string;
|
|
980
|
-
borderPrimary: string;
|
|
981
|
-
borderHoverPrimary: string;
|
|
982
|
-
borderPressedPrimary: string;
|
|
983
|
-
borderFocusPrimary: string;
|
|
984
|
-
borderDisabledPrimary: string;
|
|
985
|
-
rippleColorPrimary: string;
|
|
986
|
-
colorInfo: string;
|
|
987
|
-
colorHoverInfo: string;
|
|
988
|
-
colorPressedInfo: string;
|
|
989
|
-
colorFocusInfo: string;
|
|
990
|
-
colorDisabledInfo: string;
|
|
991
|
-
textColorInfo: string;
|
|
992
|
-
textColorHoverInfo: string;
|
|
993
|
-
textColorPressedInfo: string;
|
|
994
|
-
textColorFocusInfo: string;
|
|
995
|
-
textColorDisabledInfo: string;
|
|
996
|
-
textColorTextInfo: string;
|
|
997
|
-
textColorTextHoverInfo: string;
|
|
998
|
-
textColorTextPressedInfo: string;
|
|
999
|
-
textColorTextFocusInfo: string;
|
|
1000
|
-
textColorTextDisabledInfo: string;
|
|
1001
|
-
textColorGhostInfo: string;
|
|
1002
|
-
textColorGhostHoverInfo: string;
|
|
1003
|
-
textColorGhostPressedInfo: string;
|
|
1004
|
-
textColorGhostFocusInfo: string;
|
|
1005
|
-
textColorGhostDisabledInfo: string;
|
|
1006
|
-
borderInfo: string;
|
|
1007
|
-
borderHoverInfo: string;
|
|
1008
|
-
borderPressedInfo: string;
|
|
1009
|
-
borderFocusInfo: string;
|
|
1010
|
-
borderDisabledInfo: string;
|
|
1011
|
-
rippleColorInfo: string;
|
|
1012
|
-
colorSuccess: string;
|
|
1013
|
-
colorHoverSuccess: string;
|
|
1014
|
-
colorPressedSuccess: string;
|
|
1015
|
-
colorFocusSuccess: string;
|
|
1016
|
-
colorDisabledSuccess: string;
|
|
1017
|
-
textColorSuccess: string;
|
|
1018
|
-
textColorHoverSuccess: string;
|
|
1019
|
-
textColorPressedSuccess: string;
|
|
1020
|
-
textColorFocusSuccess: string;
|
|
1021
|
-
textColorDisabledSuccess: string;
|
|
1022
|
-
textColorTextSuccess: string;
|
|
1023
|
-
textColorTextHoverSuccess: string;
|
|
1024
|
-
textColorTextPressedSuccess: string;
|
|
1025
|
-
textColorTextFocusSuccess: string;
|
|
1026
|
-
textColorTextDisabledSuccess: string;
|
|
1027
|
-
textColorGhostSuccess: string;
|
|
1028
|
-
textColorGhostHoverSuccess: string;
|
|
1029
|
-
textColorGhostPressedSuccess: string;
|
|
1030
|
-
textColorGhostFocusSuccess: string;
|
|
1031
|
-
textColorGhostDisabledSuccess: string;
|
|
1032
|
-
borderSuccess: string;
|
|
1033
|
-
borderHoverSuccess: string;
|
|
1034
|
-
borderPressedSuccess: string;
|
|
1035
|
-
borderFocusSuccess: string;
|
|
1036
|
-
borderDisabledSuccess: string;
|
|
1037
|
-
rippleColorSuccess: string;
|
|
1038
|
-
colorWarning: string;
|
|
1039
|
-
colorHoverWarning: string;
|
|
1040
|
-
colorPressedWarning: string;
|
|
1041
|
-
colorFocusWarning: string;
|
|
1042
|
-
colorDisabledWarning: string;
|
|
1043
|
-
textColorWarning: string;
|
|
1044
|
-
textColorHoverWarning: string;
|
|
1045
|
-
textColorPressedWarning: string;
|
|
1046
|
-
textColorFocusWarning: string;
|
|
1047
|
-
textColorDisabledWarning: string;
|
|
1048
|
-
textColorTextWarning: string;
|
|
1049
|
-
textColorTextHoverWarning: string;
|
|
1050
|
-
textColorTextPressedWarning: string;
|
|
1051
|
-
textColorTextFocusWarning: string;
|
|
1052
|
-
textColorTextDisabledWarning: string;
|
|
1053
|
-
textColorGhostWarning: string;
|
|
1054
|
-
textColorGhostHoverWarning: string;
|
|
1055
|
-
textColorGhostPressedWarning: string;
|
|
1056
|
-
textColorGhostFocusWarning: string;
|
|
1057
|
-
textColorGhostDisabledWarning: string;
|
|
1058
|
-
borderWarning: string;
|
|
1059
|
-
borderHoverWarning: string;
|
|
1060
|
-
borderPressedWarning: string;
|
|
1061
|
-
borderFocusWarning: string;
|
|
1062
|
-
borderDisabledWarning: string;
|
|
1063
|
-
rippleColorWarning: string;
|
|
1064
|
-
colorError: string;
|
|
1065
|
-
colorHoverError: string;
|
|
1066
|
-
colorPressedError: string;
|
|
1067
|
-
colorFocusError: string;
|
|
1068
|
-
colorDisabledError: string;
|
|
1069
|
-
textColorError: string;
|
|
1070
|
-
textColorHoverError: string;
|
|
1071
|
-
textColorPressedError: string;
|
|
1072
|
-
textColorFocusError: string;
|
|
1073
|
-
textColorDisabledError: string;
|
|
1074
|
-
textColorTextError: string;
|
|
1075
|
-
textColorTextHoverError: string;
|
|
1076
|
-
textColorTextPressedError: string;
|
|
1077
|
-
textColorTextFocusError: string;
|
|
1078
|
-
textColorTextDisabledError: string;
|
|
1079
|
-
textColorGhostError: string;
|
|
1080
|
-
textColorGhostHoverError: string;
|
|
1081
|
-
textColorGhostPressedError: string;
|
|
1082
|
-
textColorGhostFocusError: string;
|
|
1083
|
-
textColorGhostDisabledError: string;
|
|
1084
|
-
borderError: string;
|
|
1085
|
-
borderHoverError: string;
|
|
1086
|
-
borderPressedError: string;
|
|
1087
|
-
borderFocusError: string;
|
|
1088
|
-
borderDisabledError: string;
|
|
1089
|
-
rippleColorError: string;
|
|
1090
|
-
waveOpacity: string;
|
|
1091
|
-
fontWeight: string;
|
|
1092
|
-
fontWeightStrong: string;
|
|
1093
|
-
paddingTiny: string;
|
|
1094
|
-
paddingSmall: string;
|
|
1095
|
-
paddingMedium: string;
|
|
1096
|
-
paddingLarge: string;
|
|
1097
|
-
paddingRoundTiny: string;
|
|
1098
|
-
paddingRoundSmall: string;
|
|
1099
|
-
paddingRoundMedium: string;
|
|
1100
|
-
paddingRoundLarge: string;
|
|
1101
|
-
iconMarginTiny: string;
|
|
1102
|
-
iconMarginSmall: string;
|
|
1103
|
-
iconMarginMedium: string;
|
|
1104
|
-
iconMarginLarge: string;
|
|
1105
|
-
iconSizeTiny: string;
|
|
1106
|
-
iconSizeSmall: string;
|
|
1107
|
-
iconSizeMedium: string;
|
|
1108
|
-
iconSizeLarge: string;
|
|
1109
|
-
rippleDuration: string;
|
|
1110
|
-
}, any>> | undefined;
|
|
1111
|
-
Input?: import("../../../_mixins/use-theme").ExtractThemeOverrides<import("../../../_mixins").Theme<"Input", {
|
|
1112
|
-
countTextColorDisabled: string;
|
|
1113
|
-
countTextColor: string;
|
|
1114
|
-
heightTiny: string;
|
|
1115
|
-
heightSmall: string;
|
|
1116
|
-
heightMedium: string;
|
|
1117
|
-
heightLarge: string;
|
|
1118
|
-
fontSizeTiny: string;
|
|
1119
|
-
fontSizeSmall: string;
|
|
1120
|
-
fontSizeMedium: string;
|
|
1121
|
-
fontSizeLarge: string;
|
|
1122
|
-
lineHeight: string;
|
|
1123
|
-
lineHeightTextarea: string;
|
|
1124
|
-
borderRadius: string;
|
|
1125
|
-
iconSize: string;
|
|
1126
|
-
groupLabelColor: string;
|
|
1127
|
-
groupLabelTextColor: string;
|
|
1128
|
-
textColor: string;
|
|
1129
|
-
textColorDisabled: string;
|
|
1130
|
-
textDecorationColor: string;
|
|
1131
|
-
caretColor: string;
|
|
1132
|
-
placeholderColor: string;
|
|
1133
|
-
placeholderColorDisabled: string;
|
|
1134
|
-
color: string;
|
|
1135
|
-
colorDisabled: string;
|
|
1136
|
-
colorFocus: string;
|
|
1137
|
-
groupLabelBorder: string;
|
|
1138
|
-
border: string;
|
|
1139
|
-
borderHover: string;
|
|
1140
|
-
borderDisabled: string;
|
|
1141
|
-
borderFocus: string;
|
|
1142
|
-
boxShadowFocus: string;
|
|
1143
|
-
loadingColor: string;
|
|
1144
|
-
loadingColorWarning: string;
|
|
1145
|
-
borderWarning: string;
|
|
1146
|
-
borderHoverWarning: string;
|
|
1147
|
-
colorFocusWarning: string;
|
|
1148
|
-
borderFocusWarning: string;
|
|
1149
|
-
boxShadowFocusWarning: string;
|
|
1150
|
-
caretColorWarning: string;
|
|
1151
|
-
loadingColorError: string;
|
|
1152
|
-
borderError: string;
|
|
1153
|
-
borderHoverError: string;
|
|
1154
|
-
colorFocusError: string;
|
|
1155
|
-
borderFocusError: string;
|
|
1156
|
-
boxShadowFocusError: string;
|
|
1157
|
-
caretColorError: string;
|
|
1158
|
-
clearColor: string;
|
|
1159
|
-
clearColorHover: string;
|
|
1160
|
-
clearColorPressed: string;
|
|
1161
|
-
iconColor: string;
|
|
1162
|
-
iconColorDisabled: string;
|
|
1163
|
-
iconColorHover: string;
|
|
1164
|
-
iconColorPressed: string;
|
|
1165
|
-
suffixTextColor: string;
|
|
1166
|
-
paddingTiny: string;
|
|
1167
|
-
paddingSmall: string;
|
|
1168
|
-
paddingMedium: string;
|
|
1169
|
-
paddingLarge: string;
|
|
1170
|
-
clearSize: string;
|
|
1171
|
-
}, any>> | undefined;
|
|
1172
|
-
} | undefined;
|
|
1100
|
+
}, any>> | undefined;
|
|
1173
1101
|
} | undefined;
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1102
|
+
} | undefined;
|
|
1103
|
+
Scrollbar?: {
|
|
1104
|
+
peers?: {
|
|
1105
|
+
[x: string]: any;
|
|
1178
1106
|
} | undefined;
|
|
1179
|
-
};
|
|
1180
|
-
}
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1107
|
+
} | undefined;
|
|
1108
|
+
};
|
|
1109
|
+
}>;
|
|
1110
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
1111
|
+
dateFnsOptions: import("vue").ComputedRef<{
|
|
1112
|
+
locale: Locale;
|
|
1113
|
+
}>;
|
|
1114
|
+
timePickerProps: import("vue").Ref<import("../../..").TimePickerProps | [import("../../..").TimePickerProps, import("../../..").TimePickerProps] | undefined>;
|
|
1115
|
+
selfRef: import("vue").Ref<HTMLElement | null>;
|
|
1116
|
+
locale: import("vue").Ref<{
|
|
1117
|
+
yearFormat: string;
|
|
1118
|
+
monthFormat: string;
|
|
1119
|
+
dayFormat: string;
|
|
1120
|
+
yearTypeFormat: string;
|
|
1121
|
+
monthTypeFormat: string;
|
|
1122
|
+
dateFormat: string;
|
|
1123
|
+
dateTimeFormat: string;
|
|
1124
|
+
quarterFormat: string;
|
|
1125
|
+
weekFormat: string;
|
|
1126
|
+
clear: string;
|
|
1127
|
+
now: string;
|
|
1128
|
+
confirm: string;
|
|
1129
|
+
selectTime: string;
|
|
1130
|
+
selectDate: string;
|
|
1131
|
+
datePlaceholder: string;
|
|
1132
|
+
datetimePlaceholder: string;
|
|
1133
|
+
monthPlaceholder: string;
|
|
1134
|
+
yearPlaceholder: string;
|
|
1135
|
+
quarterPlaceholder: string;
|
|
1136
|
+
weekPlaceholder: string;
|
|
1137
|
+
startDatePlaceholder: string;
|
|
1138
|
+
endDatePlaceholder: string;
|
|
1139
|
+
startDatetimePlaceholder: string;
|
|
1140
|
+
endDatetimePlaceholder: string;
|
|
1141
|
+
startMonthPlaceholder: string;
|
|
1142
|
+
endMonthPlaceholder: string;
|
|
1143
|
+
monthBeforeYear: boolean;
|
|
1144
|
+
firstDayOfWeek: 0 | 2 | 1 | 3 | 4 | 6 | 5;
|
|
1145
|
+
today: string;
|
|
1146
|
+
}>;
|
|
1147
|
+
doConfirm: () => void;
|
|
1148
|
+
doClose: (disableUpdateOnClose?: boolean) => void;
|
|
1149
|
+
doUpdateValue: (value: import("../interface").Value | null, doUpdate: boolean) => void;
|
|
1150
|
+
doTabOut: () => void;
|
|
1151
|
+
handleClearClick: () => void;
|
|
1152
|
+
handleFocusDetectorFocus: () => void;
|
|
1153
|
+
disableTransitionOneTick: () => void;
|
|
1154
|
+
handlePanelKeyDown: (e: KeyboardEvent) => void;
|
|
1155
|
+
handlePanelFocus: (e: FocusEvent) => void;
|
|
1156
|
+
cachePendingValue: () => void;
|
|
1157
|
+
clearPendingValue: () => void;
|
|
1158
|
+
restorePendingValue: () => void;
|
|
1159
|
+
getShortcutValue: (shortcut: number | [number, number] | (() => number) | readonly [number, number] | (() => [number, number] | readonly [number, number])) => number | [number, number] | readonly [number, number];
|
|
1160
|
+
handleShortcutMouseleave: () => void;
|
|
1161
|
+
showMonthYearPanel: import("vue").Ref<boolean>;
|
|
1162
|
+
handleOpenQuickSelectMonthPanel: () => void;
|
|
1163
|
+
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
1164
|
+
isDateDisabled: import("vue").Ref<import("../interface").IsDateDisabled | undefined>;
|
|
1165
|
+
isDateInvalid: import("vue").ComputedRef<boolean>;
|
|
1166
|
+
isTimeInvalid: import("vue").ComputedRef<boolean>;
|
|
1167
|
+
isDateTimeInvalid: import("vue").ComputedRef<boolean>;
|
|
1168
|
+
isHourDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsHourDisabled | undefined>;
|
|
1169
|
+
isMinuteDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsMinuteDisabled | undefined>;
|
|
1170
|
+
isSecondDisabled: import("vue").ComputedRef<import("../../../time-picker/src/interface").IsSecondDisabled | undefined>;
|
|
1171
|
+
dateArray: import("vue").ComputedRef<import("../utils").DateItem[]>;
|
|
1172
|
+
monthArray: import("vue").ComputedRef<import("../utils").MonthItem[]>;
|
|
1173
|
+
yearArray: import("vue").ComputedRef<import("../utils").YearItem[]>;
|
|
1174
|
+
quarterArray: import("vue").ComputedRef<import("../utils").QuarterItem[]>;
|
|
1175
|
+
calendarYear: import("vue").ComputedRef<string>;
|
|
1176
|
+
calendarMonth: import("vue").ComputedRef<string>;
|
|
1177
|
+
weekdays: import("vue").ComputedRef<string[]>;
|
|
1178
|
+
mergedIsDateDisabled: (ts: number) => boolean;
|
|
1179
|
+
nextYear: () => void;
|
|
1180
|
+
prevYear: () => void;
|
|
1181
|
+
nextMonth: () => void;
|
|
1182
|
+
prevMonth: () => void;
|
|
1183
|
+
handleNowClick: () => void;
|
|
1184
|
+
handleConfirmClick: () => void;
|
|
1185
|
+
handleSingleShortcutMouseenter: (shortcut: number | [number, number] | (() => number) | readonly [number, number] | (() => [number, number] | readonly [number, number])) => void;
|
|
1186
|
+
handleSingleShortcutClick: (shortcut: number | [number, number] | (() => number) | readonly [number, number] | (() => [number, number] | readonly [number, number])) => void;
|
|
1187
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
1188
|
+
type: {
|
|
1189
|
+
type: PropType<"month" | "year" | "quarter">;
|
|
1190
|
+
required: true;
|
|
1191
|
+
};
|
|
1192
|
+
useAsQuickJump: BooleanConstructor;
|
|
1193
|
+
actions: {
|
|
1194
|
+
readonly type: PropType<string[]>;
|
|
1195
|
+
readonly default: () => string[];
|
|
1196
|
+
};
|
|
1197
|
+
active: BooleanConstructor;
|
|
1198
|
+
dateFormat: StringConstructor;
|
|
1199
|
+
timeFormat: {
|
|
1200
|
+
readonly type: StringConstructor;
|
|
1201
|
+
readonly value: "HH:mm:ss";
|
|
1202
|
+
};
|
|
1203
|
+
value: {
|
|
1204
|
+
readonly type: PropType<import("../interface").Value | null>;
|
|
1205
|
+
readonly default: null;
|
|
1206
|
+
};
|
|
1207
|
+
shortcuts: PropType<import("../interface").Shortcuts>;
|
|
1208
|
+
defaultTime: PropType<import("../interface").DefaultTime>;
|
|
1209
|
+
onClear: FunctionConstructor;
|
|
1210
|
+
onConfirm: PropType<(value: import("../interface").Value | null) => void>;
|
|
1211
|
+
onClose: PropType<import("../interface").OnClose>;
|
|
1212
|
+
onTabOut: FunctionConstructor;
|
|
1213
|
+
onUpdateValue: {
|
|
1214
|
+
readonly type: PropType<import("../interface").OnPanelUpdateValue>;
|
|
1215
|
+
readonly required: true;
|
|
1278
1216
|
};
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1217
|
+
themeClass: StringConstructor;
|
|
1218
|
+
onRender: PropType<(() => void) | undefined>;
|
|
1219
|
+
panel: BooleanConstructor;
|
|
1220
|
+
onNextMonth: PropType<() => void>;
|
|
1221
|
+
onPrevMonth: PropType<() => void>;
|
|
1222
|
+
onNextYear: PropType<() => void>;
|
|
1223
|
+
onPrevYear: PropType<() => void>;
|
|
1224
|
+
}>>, {
|
|
1225
|
+
value: import("../interface").Value | null;
|
|
1226
|
+
active: boolean;
|
|
1227
|
+
actions: string[];
|
|
1228
|
+
panel: boolean;
|
|
1229
|
+
useAsQuickJump: boolean;
|
|
1230
|
+
}, true, {}, {}, {
|
|
1231
|
+
P: {};
|
|
1232
|
+
B: {};
|
|
1233
|
+
D: {};
|
|
1234
|
+
C: {};
|
|
1235
|
+
M: {};
|
|
1236
|
+
Defaults: {};
|
|
1237
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
1283
1238
|
type: {
|
|
1284
1239
|
type: PropType<"month" | "year" | "quarter">;
|
|
1285
1240
|
required: true;
|
|
@@ -1312,17 +1267,23 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1312
1267
|
themeClass: StringConstructor;
|
|
1313
1268
|
onRender: PropType<(() => void) | undefined>;
|
|
1314
1269
|
panel: BooleanConstructor;
|
|
1315
|
-
|
|
1270
|
+
onNextMonth: PropType<() => void>;
|
|
1271
|
+
onPrevMonth: PropType<() => void>;
|
|
1272
|
+
onNextYear: PropType<() => void>;
|
|
1273
|
+
onPrevYear: PropType<() => void>;
|
|
1274
|
+
}>>, {
|
|
1316
1275
|
renderItem: (item: import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem, i: number, mergedClsPrefix: string) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
1317
1276
|
[key: string]: any;
|
|
1318
1277
|
}>;
|
|
1319
1278
|
handleDateClick: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
|
|
1320
1279
|
handleDateInputBlur: () => void;
|
|
1321
1280
|
handleDateInput: (value: string) => void;
|
|
1281
|
+
handleDateMouseEnter: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => void;
|
|
1282
|
+
isWeekHovered: (dateItem: import("../utils").DateItem | import("../utils").MonthItem | import("../utils").YearItem | import("../utils").QuarterItem) => boolean;
|
|
1322
1283
|
handleTimePickerChange: (value: number | null) => void;
|
|
1323
1284
|
clearSelectedDateTime: () => void;
|
|
1324
|
-
virtualListContainer: () => HTMLElement;
|
|
1325
|
-
virtualListContent: () => HTMLElement;
|
|
1285
|
+
virtualListContainer: () => HTMLElement | null;
|
|
1286
|
+
virtualListContent: () => HTMLElement | null;
|
|
1326
1287
|
handleVirtualListScroll: (e: Event) => void;
|
|
1327
1288
|
timePickerSize: import("vue").Ref<"small" | "medium" | "large">;
|
|
1328
1289
|
dateInputValue: import("vue").Ref<string>;
|
|
@@ -1494,6 +1455,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1494
1455
|
calendarLeftPaddingMonthrange: string;
|
|
1495
1456
|
calendarLeftPaddingQuarterrange: string;
|
|
1496
1457
|
calendarLeftPaddingYearrange: string;
|
|
1458
|
+
calendarLeftPaddingWeek: string;
|
|
1497
1459
|
calendarRightPaddingDate: string;
|
|
1498
1460
|
calendarRightPaddingDatetime: string;
|
|
1499
1461
|
calendarRightPaddingDaterange: string;
|
|
@@ -1504,6 +1466,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1504
1466
|
calendarRightPaddingMonthrange: string;
|
|
1505
1467
|
calendarRightPaddingQuarterrange: string;
|
|
1506
1468
|
calendarRightPaddingYearrange: string;
|
|
1469
|
+
calendarRightPaddingWeek: string;
|
|
1507
1470
|
};
|
|
1508
1471
|
peers: {
|
|
1509
1472
|
Input: import("../../../_mixins").Theme<"Input", {
|
|
@@ -2369,6 +2332,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2369
2332
|
dateFormat: string;
|
|
2370
2333
|
dateTimeFormat: string;
|
|
2371
2334
|
quarterFormat: string;
|
|
2335
|
+
weekFormat: string;
|
|
2372
2336
|
clear: string;
|
|
2373
2337
|
now: string;
|
|
2374
2338
|
confirm: string;
|
|
@@ -2379,6 +2343,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2379
2343
|
monthPlaceholder: string;
|
|
2380
2344
|
yearPlaceholder: string;
|
|
2381
2345
|
quarterPlaceholder: string;
|
|
2346
|
+
weekPlaceholder: string;
|
|
2382
2347
|
startDatePlaceholder: string;
|
|
2383
2348
|
endDatePlaceholder: string;
|
|
2384
2349
|
startDatetimePlaceholder: string;
|
|
@@ -2429,7 +2394,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2429
2394
|
handleConfirmClick: () => void;
|
|
2430
2395
|
handleSingleShortcutMouseenter: (shortcut: number | [number, number] | (() => number) | readonly [number, number] | (() => [number, number] | readonly [number, number])) => void;
|
|
2431
2396
|
handleSingleShortcutClick: (shortcut: number | [number, number] | (() => number) | readonly [number, number] | (() => [number, number] | readonly [number, number])) => void;
|
|
2432
|
-
}
|
|
2397
|
+
}, {}, {}, {}, {
|
|
2398
|
+
value: import("../interface").Value | null;
|
|
2399
|
+
active: boolean;
|
|
2400
|
+
actions: string[];
|
|
2401
|
+
panel: boolean;
|
|
2402
|
+
useAsQuickJump: boolean;
|
|
2403
|
+
}> | null>;
|
|
2433
2404
|
handleHeaderClick: () => void;
|
|
2434
2405
|
handleClickOutside: (e: MouseEvent) => void;
|
|
2435
2406
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|