@uzum-tech/ui 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.js +107342 -0
- package/dist/index.prod.js +9 -0
- package/es/_internal/clear/index.d.ts +1 -0
- package/es/_internal/clear/index.js +1 -0
- package/es/_internal/clear/src/Clear.d.ts +21 -0
- package/es/_internal/clear/src/Clear.js +42 -0
- package/es/_internal/clear/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/clear/src/styles/index.cssr.js +37 -0
- package/es/_internal/close/index.d.ts +1 -0
- package/es/_internal/close/index.js +1 -0
- package/es/_internal/close/src/Close.d.ts +49 -0
- package/es/_internal/close/src/Close.js +49 -0
- package/es/_internal/close/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/close/src/styles/index.cssr.js +54 -0
- package/es/_internal/fade-in-expand-transition/index.d.ts +1 -0
- package/es/_internal/fade-in-expand-transition/index.js +1 -0
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +28 -0
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +108 -0
- package/es/_internal/focus-detector/index.d.ts +2 -0
- package/es/_internal/focus-detector/index.js +2 -0
- package/es/_internal/focus-detector/src/FocusDetector.d.ts +9 -0
- package/es/_internal/focus-detector/src/FocusDetector.js +10 -0
- package/es/_internal/icon/index.d.ts +1 -0
- package/es/_internal/icon/index.js +1 -0
- package/es/_internal/icon/src/Icon.d.ts +42 -0
- package/es/_internal/icon/src/Icon.js +31 -0
- package/es/_internal/icon/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/icon/src/styles/index.cssr.js +14 -0
- package/es/_internal/icon-switch-transition/index.d.ts +1 -0
- package/es/_internal/icon-switch-transition/index.js +1 -0
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
- package/es/_internal/icon-switch-transition/src/IconSwitchTransition.js +9 -0
- package/es/_internal/icons/Add.d.ts +2 -0
- package/es/_internal/icons/Add.js +8 -0
- package/es/_internal/icons/ArrowBack.d.ts +2 -0
- package/es/_internal/icons/ArrowBack.js +9 -0
- package/es/_internal/icons/ArrowDown.d.ts +2 -0
- package/es/_internal/icons/ArrowDown.js +16 -0
- package/es/_internal/icons/ArrowUp.d.ts +2 -0
- package/es/_internal/icons/ArrowUp.js +9 -0
- package/es/_internal/icons/Attach.d.ts +2 -0
- package/es/_internal/icons/Attach.js +6 -0
- package/es/_internal/icons/Backward.d.ts +2 -0
- package/es/_internal/icons/Backward.js +8 -0
- package/es/_internal/icons/Cancel.d.ts +2 -0
- package/es/_internal/icons/Cancel.js +6 -0
- package/es/_internal/icons/Checkmark.d.ts +2 -0
- package/es/_internal/icons/Checkmark.js +9 -0
- package/es/_internal/icons/ChevronDown.d.ts +2 -0
- package/es/_internal/icons/ChevronDown.js +8 -0
- package/es/_internal/icons/ChevronDownFilled.d.ts +2 -0
- package/es/_internal/icons/ChevronDownFilled.js +8 -0
- package/es/_internal/icons/ChevronDownOutline.d.ts +2 -0
- package/es/_internal/icons/ChevronDownOutline.js +8 -0
- package/es/_internal/icons/ChevronLeft.d.ts +2 -0
- package/es/_internal/icons/ChevronLeft.js +8 -0
- package/es/_internal/icons/ChevronRight.d.ts +2 -0
- package/es/_internal/icons/ChevronRight.js +8 -0
- package/es/_internal/icons/Clear.d.ts +2 -0
- package/es/_internal/icons/Clear.js +12 -0
- package/es/_internal/icons/Close.d.ts +2 -0
- package/es/_internal/icons/Close.js +6 -0
- package/es/_internal/icons/Date.d.ts +2 -0
- package/es/_internal/icons/Date.js +6 -0
- package/es/_internal/icons/Download.d.ts +2 -0
- package/es/_internal/icons/Download.js +6 -0
- package/es/_internal/icons/Empty.d.ts +2 -0
- package/es/_internal/icons/Empty.js +9 -0
- package/es/_internal/icons/Error.d.ts +2 -0
- package/es/_internal/icons/Error.js +6 -0
- package/es/_internal/icons/Eye.d.ts +2 -0
- package/es/_internal/icons/Eye.js +9 -0
- package/es/_internal/icons/EyeOff.d.ts +2 -0
- package/es/_internal/icons/EyeOff.js +12 -0
- package/es/_internal/icons/FastBackward.d.ts +2 -0
- package/es/_internal/icons/FastBackward.js +10 -0
- package/es/_internal/icons/FastForward.d.ts +2 -0
- package/es/_internal/icons/FastForward.js +10 -0
- package/es/_internal/icons/File.d.ts +2 -0
- package/es/_internal/icons/File.js +10 -0
- package/es/_internal/icons/Filter.d.ts +2 -0
- package/es/_internal/icons/Filter.js +10 -0
- package/es/_internal/icons/Forward.d.ts +2 -0
- package/es/_internal/icons/Forward.js +8 -0
- package/es/_internal/icons/Info.d.ts +2 -0
- package/es/_internal/icons/Info.js +6 -0
- package/es/_internal/icons/More.d.ts +2 -0
- package/es/_internal/icons/More.js +10 -0
- package/es/_internal/icons/Photo.d.ts +2 -0
- package/es/_internal/icons/Photo.js +12 -0
- package/es/_internal/icons/Remove.d.ts +2 -0
- package/es/_internal/icons/Remove.js +8 -0
- package/es/_internal/icons/ResizeSmall.d.ts +2 -0
- package/es/_internal/icons/ResizeSmall.js +9 -0
- package/es/_internal/icons/Retry.d.ts +2 -0
- package/es/_internal/icons/Retry.js +5 -0
- package/es/_internal/icons/RotateClockwise.d.ts +2 -0
- package/es/_internal/icons/RotateClockwise.js +5 -0
- package/es/_internal/icons/RotateCounterclockwise.d.ts +2 -0
- package/es/_internal/icons/RotateCounterclockwise.js +5 -0
- package/es/_internal/icons/Search.d.ts +2 -0
- package/es/_internal/icons/Search.js +8 -0
- package/es/_internal/icons/Success.d.ts +2 -0
- package/es/_internal/icons/Success.js +6 -0
- package/es/_internal/icons/Switcher.d.ts +2 -0
- package/es/_internal/icons/Switcher.js +8 -0
- package/es/_internal/icons/Time.d.ts +2 -0
- package/es/_internal/icons/Time.js +5 -0
- package/es/_internal/icons/To.d.ts +2 -0
- package/es/_internal/icons/To.js +6 -0
- package/es/_internal/icons/Trash.d.ts +2 -0
- package/es/_internal/icons/Trash.js +7 -0
- package/es/_internal/icons/Warning.d.ts +2 -0
- package/es/_internal/icons/Warning.js +6 -0
- package/es/_internal/icons/ZoomIn.d.ts +2 -0
- package/es/_internal/icons/ZoomIn.js +5 -0
- package/es/_internal/icons/ZoomOut.d.ts +2 -0
- package/es/_internal/icons/ZoomOut.js +5 -0
- package/es/_internal/icons/index.d.ts +43 -0
- package/es/_internal/icons/index.js +43 -0
- package/es/_internal/icons/replaceable.d.ts +2 -0
- package/es/_internal/icons/replaceable.js +18 -0
- package/es/_internal/index.d.ts +20 -0
- package/es/_internal/index.js +15 -0
- package/es/_internal/loading/index.d.ts +2 -0
- package/es/_internal/loading/index.js +1 -0
- package/es/_internal/loading/src/Loading.d.ts +70 -0
- package/es/_internal/loading/src/Loading.js +52 -0
- package/es/_internal/loading/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/loading/src/styles/index.cssr.js +139 -0
- package/es/_internal/menu-mask/index.d.ts +2 -0
- package/es/_internal/menu-mask/index.js +1 -0
- package/es/_internal/menu-mask/src/MenuMask.d.ts +16 -0
- package/es/_internal/menu-mask/src/MenuMask.js +41 -0
- package/es/_internal/menu-mask/src/interface.d.ts +3 -0
- package/es/_internal/menu-mask/src/interface.js +1 -0
- package/es/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/menu-mask/src/styles/index.cssr.js +15 -0
- package/es/_internal/scrollbar/index.d.ts +2 -0
- package/es/_internal/scrollbar/index.js +1 -0
- package/es/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
- package/es/_internal/scrollbar/src/Scrollbar.js +622 -0
- package/es/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/scrollbar/src/styles/index.cssr.js +63 -0
- package/es/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/es/_internal/scrollbar/src/styles/rtl.cssr.js +10 -0
- package/es/_internal/scrollbar/styles/dark.d.ts +3 -0
- package/es/_internal/scrollbar/styles/dark.js +8 -0
- package/es/_internal/scrollbar/styles/index.d.ts +4 -0
- package/es/_internal/scrollbar/styles/index.js +3 -0
- package/es/_internal/scrollbar/styles/light.d.ts +10 -0
- package/es/_internal/scrollbar/styles/light.js +14 -0
- package/es/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/es/_internal/scrollbar/styles/rtl.js +6 -0
- package/es/_internal/select-menu/index.d.ts +2 -0
- package/es/_internal/select-menu/index.js +1 -0
- package/es/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
- package/es/_internal/select-menu/src/SelectGroupHeader.js +40 -0
- package/es/_internal/select-menu/src/SelectMenu.d.ts +727 -0
- package/es/_internal/select-menu/src/SelectMenu.js +348 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +37 -0
- package/es/_internal/select-menu/src/SelectOption.js +119 -0
- package/es/_internal/select-menu/src/interface.d.ts +40 -0
- package/es/_internal/select-menu/src/interface.js +3 -0
- package/es/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +109 -0
- package/es/_internal/select-menu/styles/_common.d.ts +13 -0
- package/es/_internal/select-menu/styles/_common.js +12 -0
- package/es/_internal/select-menu/styles/dark.d.ts +3 -0
- package/es/_internal/select-menu/styles/dark.js +14 -0
- package/es/_internal/select-menu/styles/index.d.ts +3 -0
- package/es/_internal/select-menu/styles/index.js +2 -0
- package/es/_internal/select-menu/styles/light.d.ts +94 -0
- package/es/_internal/select-menu/styles/light.js +19 -0
- package/es/_internal/selection/index.d.ts +2 -0
- package/es/_internal/selection/index.js +1 -0
- package/es/_internal/selection/src/Selection.d.ts +897 -0
- package/es/_internal/selection/src/Selection.js +605 -0
- package/es/_internal/selection/src/interface.d.ts +6 -0
- package/es/_internal/selection/src/interface.js +1 -0
- package/es/_internal/selection/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/selection/src/styles/index.cssr.js +262 -0
- package/es/_internal/selection/styles/_common.d.ts +7 -0
- package/es/_internal/selection/styles/_common.js +6 -0
- package/es/_internal/selection/styles/dark.d.ts +3 -0
- package/es/_internal/selection/styles/dark.js +36 -0
- package/es/_internal/selection/styles/index.d.ts +3 -0
- package/es/_internal/selection/styles/index.js +2 -0
- package/es/_internal/selection/styles/light.d.ts +131 -0
- package/es/_internal/selection/styles/light.js +37 -0
- package/es/_internal/skeleton/index.d.ts +2 -0
- package/es/_internal/skeleton/index.js +1 -0
- package/es/_internal/skeleton/src/Skeleton.d.ts +155 -0
- package/es/_internal/skeleton/src/Skeleton.js +79 -0
- package/es/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/skeleton/src/styles/index.cssr.js +29 -0
- package/es/_internal/skeleton/styles/dark.d.ts +2 -0
- package/es/_internal/skeleton/styles/dark.js +16 -0
- package/es/_internal/skeleton/styles/index.d.ts +3 -0
- package/es/_internal/skeleton/styles/index.js +2 -0
- package/es/_internal/skeleton/styles/light.d.ts +14 -0
- package/es/_internal/skeleton/styles/light.js +17 -0
- package/es/_internal/slot-machine/index.d.ts +1 -0
- package/es/_internal/slot-machine/index.js +1 -0
- package/es/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
- package/es/_internal/slot-machine/src/SlotMachine.js +75 -0
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
- package/es/_internal/slot-machine/src/SlotMachineNumber.js +89 -0
- package/es/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/slot-machine/src/styles/index.cssr.js +101 -0
- package/es/_internal/suffix/index.d.ts +1 -0
- package/es/_internal/suffix/index.js +1 -0
- package/es/_internal/suffix/src/Suffix.d.ts +43 -0
- package/es/_internal/suffix/src/Suffix.js +42 -0
- package/es/_internal/wave/index.d.ts +2 -0
- package/es/_internal/wave/index.js +1 -0
- package/es/_internal/wave/src/Wave.d.ts +19 -0
- package/es/_internal/wave/src/Wave.js +51 -0
- package/es/_internal/wave/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/wave/src/styles/index.cssr.js +9 -0
- package/es/_mixins/common.d.ts +1 -0
- package/es/_mixins/common.js +1 -0
- package/es/_mixins/index.d.ts +10 -0
- package/es/_mixins/index.js +8 -0
- package/es/_mixins/use-config.d.ts +20 -0
- package/es/_mixins/use-config.js +32 -0
- package/es/_mixins/use-css-vars-class.d.ts +8 -0
- package/es/_mixins/use-css-vars-class.js +54 -0
- package/es/_mixins/use-form-item.d.ts +37 -0
- package/es/_mixins/use-form-item.js +69 -0
- package/es/_mixins/use-hljs.d.ts +12 -0
- package/es/_mixins/use-hljs.js +26 -0
- package/es/_mixins/use-locale.d.ts +7 -0
- package/es/_mixins/use-locale.js +18 -0
- package/es/_mixins/use-rtl.d.ts +3 -0
- package/es/_mixins/use-rtl.js +50 -0
- package/es/_mixins/use-style.d.ts +3 -0
- package/es/_mixins/use-style.js +41 -0
- package/es/_mixins/use-theme.d.ts +94 -0
- package/es/_mixins/use-theme.js +109 -0
- package/es/_styles/common/_common.d.ts +28 -0
- package/es/_styles/common/_common.js +27 -0
- package/es/_styles/common/dark.d.ts +3 -0
- package/es/_styles/common/dark.js +100 -0
- package/es/_styles/common/index.d.ts +3 -0
- package/es/_styles/common/index.js +2 -0
- package/es/_styles/common/light.d.ts +123 -0
- package/es/_styles/common/light.js +105 -0
- package/es/_styles/global/index.cssr.d.ts +2 -0
- package/es/_styles/global/index.cssr.js +28 -0
- package/es/_styles/transitions/fade-down.cssr.d.ts +11 -0
- package/es/_styles/transitions/fade-down.cssr.js +25 -0
- package/es/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
- package/es/_styles/transitions/fade-in-height-expand.cssr.js +51 -0
- package/es/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
- package/es/_styles/transitions/fade-in-scale-up.cssr.js +27 -0
- package/es/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
- package/es/_styles/transitions/fade-in-width-expand.cssr.js +31 -0
- package/es/_styles/transitions/fade-in.cssr.d.ts +10 -0
- package/es/_styles/transitions/fade-in.cssr.js +22 -0
- package/es/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
- package/es/_styles/transitions/fade-up-width-expand.cssr.js +36 -0
- package/es/_styles/transitions/icon-switch.cssr.d.ts +9 -0
- package/es/_styles/transitions/icon-switch.cssr.js +29 -0
- package/es/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
- package/es/_styles/transitions/slide-in-from-bottom.js +25 -0
- package/es/_styles/transitions/slide-in-from-left.d.ts +8 -0
- package/es/_styles/transitions/slide-in-from-left.js +25 -0
- package/es/_styles/transitions/slide-in-from-right.d.ts +8 -0
- package/es/_styles/transitions/slide-in-from-right.js +25 -0
- package/es/_styles/transitions/slide-in-from-top.d.ts +8 -0
- package/es/_styles/transitions/slide-in-from-top.js +25 -0
- package/es/_utils/color/index.d.ts +3 -0
- package/es/_utils/color/index.js +10 -0
- package/es/_utils/composable/index.d.ts +8 -0
- package/es/_utils/composable/index.js +8 -0
- package/es/_utils/composable/use-adjusted-to.d.ts +14 -0
- package/es/_utils/composable/use-adjusted-to.js +55 -0
- package/es/_utils/composable/use-browser-location.d.ts +13 -0
- package/es/_utils/composable/use-browser-location.js +35 -0
- package/es/_utils/composable/use-collection.d.ts +4 -0
- package/es/_utils/composable/use-collection.js +87 -0
- package/es/_utils/composable/use-deferred-true.d.ts +2 -0
- package/es/_utils/composable/use-deferred-true.js +25 -0
- package/es/_utils/composable/use-houdini.d.ts +1 -0
- package/es/_utils/composable/use-houdini.js +29 -0
- package/es/_utils/composable/use-is-composing.d.ts +2 -0
- package/es/_utils/composable/use-is-composing.js +32 -0
- package/es/_utils/composable/use-lock-html-scroll.d.ts +3 -0
- package/es/_utils/composable/use-lock-html-scroll.js +63 -0
- package/es/_utils/composable/use-reactivated.d.ts +3 -0
- package/es/_utils/composable/use-reactivated.js +20 -0
- package/es/_utils/composable/use-resize.d.ts +2 -0
- package/es/_utils/composable/use-resize.js +19 -0
- package/es/_utils/css/color-to-class.d.ts +1 -0
- package/es/_utils/css/color-to-class.js +3 -0
- package/es/_utils/css/format-length.d.ts +7 -0
- package/es/_utils/css/format-length.js +30 -0
- package/es/_utils/css/index.d.ts +2 -0
- package/es/_utils/css/index.js +2 -0
- package/es/_utils/cssr/create-key.d.ts +44 -0
- package/es/_utils/cssr/create-key.js +8 -0
- package/es/_utils/cssr/index.d.ts +11 -0
- package/es/_utils/cssr/index.js +31 -0
- package/es/_utils/dom/index.d.ts +1 -0
- package/es/_utils/dom/index.js +1 -0
- package/es/_utils/dom/is-document.d.ts +1 -0
- package/es/_utils/dom/is-document.js +3 -0
- package/es/_utils/env/browser.d.ts +3 -0
- package/es/_utils/env/browser.js +4 -0
- package/es/_utils/env/is-browser.d.ts +1 -0
- package/es/_utils/env/is-browser.js +1 -0
- package/es/_utils/env/is-jsdom.d.ts +1 -0
- package/es/_utils/env/is-jsdom.js +9 -0
- package/es/_utils/env/is-native-lazy-load.d.ts +1 -0
- package/es/_utils/env/is-native-lazy-load.js +2 -0
- package/es/_utils/event/index.d.ts +2 -0
- package/es/_utils/event/index.js +7 -0
- package/es/_utils/index.d.ts +11 -0
- package/es/_utils/index.js +9 -0
- package/es/_utils/uzum/attribute.d.ts +2 -0
- package/es/_utils/uzum/attribute.js +11 -0
- package/es/_utils/uzum/extract-public-props.d.ts +9 -0
- package/es/_utils/uzum/extract-public-props.js +1 -0
- package/es/_utils/uzum/index.d.ts +5 -0
- package/es/_utils/uzum/index.js +3 -0
- package/es/_utils/uzum/mutable.d.ts +3 -0
- package/es/_utils/uzum/mutable.js +1 -0
- package/es/_utils/uzum/prop.d.ts +11 -0
- package/es/_utils/uzum/prop.js +27 -0
- package/es/_utils/uzum/warn.d.ts +3 -0
- package/es/_utils/uzum/warn.js +14 -0
- package/es/_utils/vue/call.d.ts +7 -0
- package/es/_utils/vue/call.js +8 -0
- package/es/_utils/vue/create-data-key.d.ts +1 -0
- package/es/_utils/vue/create-data-key.js +3 -0
- package/es/_utils/vue/create-injection-key.d.ts +2 -0
- package/es/_utils/vue/create-injection-key.js +3 -0
- package/es/_utils/vue/create-ref-setter.d.ts +2 -0
- package/es/_utils/vue/create-ref-setter.js +10 -0
- package/es/_utils/vue/flatten.d.ts +2 -0
- package/es/_utils/vue/flatten.js +30 -0
- package/es/_utils/vue/get-first-slot-vnode.d.ts +2 -0
- package/es/_utils/vue/get-first-slot-vnode.js +18 -0
- package/es/_utils/vue/get-slot.d.ts +2 -0
- package/es/_utils/vue/get-slot.js +7 -0
- package/es/_utils/vue/get-v-node-children.d.ts +2 -0
- package/es/_utils/vue/get-v-node-children.js +12 -0
- package/es/_utils/vue/index.d.ts +17 -0
- package/es/_utils/vue/index.js +16 -0
- package/es/_utils/vue/is-node-v-show-false.d.ts +2 -0
- package/es/_utils/vue/is-node-v-show-false.js +6 -0
- package/es/_utils/vue/keep.d.ts +1 -0
- package/es/_utils/vue/keep.js +7 -0
- package/es/_utils/vue/keysOf.d.ts +1 -0
- package/es/_utils/vue/keysOf.js +3 -0
- package/es/_utils/vue/merge-handlers.d.ts +1 -0
- package/es/_utils/vue/merge-handlers.js +15 -0
- package/es/_utils/vue/omit.d.ts +1 -0
- package/es/_utils/vue/omit.js +10 -0
- package/es/_utils/vue/render.d.ts +2 -0
- package/es/_utils/vue/render.js +15 -0
- package/es/_utils/vue/resolve-slot.d.ts +12 -0
- package/es/_utils/vue/resolve-slot.js +44 -0
- package/es/_utils/vue/wrapper.d.ts +1 -0
- package/es/_utils/vue/wrapper.js +7 -0
- package/es/affix/index.d.ts +2 -0
- package/es/affix/index.js +1 -0
- package/es/affix/src/Affix.d.ts +93 -0
- package/es/affix/src/Affix.js +184 -0
- package/es/affix/src/styles/index.cssr.d.ts +2 -0
- package/es/affix/src/styles/index.cssr.js +6 -0
- package/es/affix/src/utils.d.ts +6 -0
- package/es/affix/src/utils.js +8 -0
- package/es/alert/index.d.ts +2 -0
- package/es/alert/index.js +1 -0
- package/es/alert/src/Alert.d.ts +882 -0
- package/es/alert/src/Alert.js +164 -0
- package/es/alert/src/styles/index.cssr.d.ts +2 -0
- package/es/alert/src/styles/index.cssr.js +103 -0
- package/es/alert/src/styles/rtl.cssr.d.ts +2 -0
- package/es/alert/src/styles/rtl.cssr.js +16 -0
- package/es/alert/styles/_common.d.ts +11 -0
- package/es/alert/styles/_common.js +10 -0
- package/es/alert/styles/dark.d.ts +3 -0
- package/es/alert/styles/dark.js +21 -0
- package/es/alert/styles/index.d.ts +4 -0
- package/es/alert/styles/index.js +3 -0
- package/es/alert/styles/light.d.ts +71 -0
- package/es/alert/styles/light.js +18 -0
- package/es/alert/styles/rtl.d.ts +2 -0
- package/es/alert/styles/rtl.js +5 -0
- package/es/anchor/index.d.ts +4 -0
- package/es/anchor/index.js +2 -0
- package/es/anchor/src/AnchorAdapter.d.ts +285 -0
- package/es/anchor/src/AnchorAdapter.js +53 -0
- package/es/anchor/src/BaseAnchor.d.ts +105 -0
- package/es/anchor/src/BaseAnchor.js +263 -0
- package/es/anchor/src/Link.d.ts +24 -0
- package/es/anchor/src/Link.js +44 -0
- package/es/anchor/src/styles/index.cssr.d.ts +2 -0
- package/es/anchor/src/styles/index.cssr.js +89 -0
- package/es/anchor/src/utils.d.ts +5 -0
- package/es/anchor/src/utils.js +10 -0
- package/es/anchor/styles/_common.d.ts +6 -0
- package/es/anchor/styles/_common.js +5 -0
- package/es/anchor/styles/dark.d.ts +3 -0
- package/es/anchor/styles/dark.js +8 -0
- package/es/anchor/styles/index.d.ts +3 -0
- package/es/anchor/styles/index.js +2 -0
- package/es/anchor/styles/light.d.ts +19 -0
- package/es/anchor/styles/light.js +14 -0
- package/es/auto-complete/index.d.ts +3 -0
- package/es/auto-complete/index.js +1 -0
- package/es/auto-complete/src/AutoComplete.d.ts +1567 -0
- package/es/auto-complete/src/AutoComplete.js +293 -0
- package/es/auto-complete/src/interface.d.ts +14 -0
- package/es/auto-complete/src/interface.js +1 -0
- package/es/auto-complete/src/styles/index.cssr.d.ts +2 -0
- package/es/auto-complete/src/styles/index.cssr.js +16 -0
- package/es/auto-complete/src/utils.d.ts +3 -0
- package/es/auto-complete/src/utils.js +25 -0
- package/es/auto-complete/styles/dark.d.ts +3 -0
- package/es/auto-complete/styles/dark.js +14 -0
- package/es/auto-complete/styles/index.d.ts +3 -0
- package/es/auto-complete/styles/index.js +2 -0
- package/es/auto-complete/styles/light.d.ts +126 -0
- package/es/auto-complete/styles/light.js +20 -0
- package/es/avatar/index.d.ts +2 -0
- package/es/avatar/index.js +1 -0
- package/es/avatar/src/Avatar.d.ts +263 -0
- package/es/avatar/src/Avatar.js +243 -0
- package/es/avatar/src/context.d.ts +2 -0
- package/es/avatar/src/context.js +2 -0
- package/es/avatar/src/interface.d.ts +2 -0
- package/es/avatar/src/interface.js +1 -0
- package/es/avatar/src/styles/index.cssr.d.ts +2 -0
- package/es/avatar/src/styles/index.cssr.js +43 -0
- package/es/avatar/styles/dark.d.ts +3 -0
- package/es/avatar/styles/dark.js +8 -0
- package/es/avatar/styles/index.d.ts +3 -0
- package/es/avatar/styles/index.js +2 -0
- package/es/avatar/styles/light.d.ts +23 -0
- package/es/avatar/styles/light.js +27 -0
- package/es/avatar-group/index.d.ts +2 -0
- package/es/avatar-group/index.js +1 -0
- package/es/avatar-group/src/AvatarGroup.d.ts +386 -0
- package/es/avatar-group/src/AvatarGroup.js +68 -0
- package/es/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
- package/es/avatar-group/src/styles/avatar-group-rtl.cssr.js +10 -0
- package/es/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
- package/es/avatar-group/src/styles/avatar-group.cssr.js +15 -0
- package/es/avatar-group/styles/dark.d.ts +3 -0
- package/es/avatar-group/styles/dark.js +12 -0
- package/es/avatar-group/styles/index.d.ts +4 -0
- package/es/avatar-group/styles/index.js +3 -0
- package/es/avatar-group/styles/light.d.ts +26 -0
- package/es/avatar-group/styles/light.js +17 -0
- package/es/avatar-group/styles/rtl.d.ts +2 -0
- package/es/avatar-group/styles/rtl.js +5 -0
- package/es/back-top/index.d.ts +2 -0
- package/es/back-top/index.js +1 -0
- package/es/back-top/src/BackTop.d.ts +259 -0
- package/es/back-top/src/BackTop.js +210 -0
- package/es/back-top/src/BackTopIcon.d.ts +2 -0
- package/es/back-top/src/BackTopIcon.js +10 -0
- package/es/back-top/src/styles/index.cssr.d.ts +2 -0
- package/es/back-top/src/styles/index.cssr.js +51 -0
- package/es/back-top/styles/_common.d.ts +7 -0
- package/es/back-top/styles/_common.js +6 -0
- package/es/back-top/styles/dark.d.ts +3 -0
- package/es/back-top/styles/dark.js +11 -0
- package/es/back-top/styles/index.d.ts +3 -0
- package/es/back-top/styles/index.js +2 -0
- package/es/back-top/styles/light.d.ts +20 -0
- package/es/back-top/styles/light.js +12 -0
- package/es/badge/index.d.ts +2 -0
- package/es/badge/index.js +1 -0
- package/es/badge/src/Badge.d.ts +161 -0
- package/es/badge/src/Badge.js +112 -0
- package/es/badge/src/styles/index.cssr.d.ts +2 -0
- package/es/badge/src/styles/index.cssr.js +79 -0
- package/es/badge/src/styles/rtl.cssr.d.ts +2 -0
- package/es/badge/src/styles/rtl.cssr.js +9 -0
- package/es/badge/styles/dark.d.ts +3 -0
- package/es/badge/styles/dark.js +18 -0
- package/es/badge/styles/index.d.ts +4 -0
- package/es/badge/styles/index.js +3 -0
- package/es/badge/styles/light.d.ts +15 -0
- package/es/badge/styles/light.js +19 -0
- package/es/badge/styles/rtl.d.ts +2 -0
- package/es/badge/styles/rtl.js +5 -0
- package/es/breadcrumb/index.d.ts +4 -0
- package/es/breadcrumb/index.js +2 -0
- package/es/breadcrumb/src/Breadcrumb.d.ts +163 -0
- package/es/breadcrumb/src/Breadcrumb.js +54 -0
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
- package/es/breadcrumb/src/BreadcrumbItem.js +49 -0
- package/es/breadcrumb/src/styles/index.cssr.d.ts +2 -0
- package/es/breadcrumb/src/styles/index.cssr.js +72 -0
- package/es/breadcrumb/styles/_common.d.ts +4 -0
- package/es/breadcrumb/styles/_common.js +3 -0
- package/es/breadcrumb/styles/dark.d.ts +3 -0
- package/es/breadcrumb/styles/dark.js +8 -0
- package/es/breadcrumb/styles/index.d.ts +3 -0
- package/es/breadcrumb/styles/index.js +2 -0
- package/es/breadcrumb/styles/light.d.ts +19 -0
- package/es/breadcrumb/styles/light.js +12 -0
- package/es/button/index.d.ts +2 -0
- package/es/button/index.js +1 -0
- package/es/button/src/Button.d.ts +2147 -0
- package/es/button/src/Button.js +506 -0
- package/es/button/src/interface.d.ts +2 -0
- package/es/button/src/interface.js +1 -0
- package/es/button/src/styles/index.cssr.d.ts +2 -0
- package/es/button/src/styles/index.cssr.js +204 -0
- package/es/button/src/styles/rtl.cssr.d.ts +2 -0
- package/es/button/src/styles/rtl.cssr.js +10 -0
- package/es/button/styles/_common.d.ts +20 -0
- package/es/button/styles/_common.js +19 -0
- package/es/button/styles/dark.d.ts +3 -0
- package/es/button/styles/dark.js +15 -0
- package/es/button/styles/index.d.ts +4 -0
- package/es/button/styles/index.js +3 -0
- package/es/button/styles/light.d.ts +217 -0
- package/es/button/styles/light.js +38 -0
- package/es/button/styles/rtl.d.ts +2 -0
- package/es/button/styles/rtl.js +5 -0
- package/es/button-group/index.d.ts +2 -0
- package/es/button-group/index.js +1 -0
- package/es/button-group/src/ButtonGroup.d.ts +34 -0
- package/es/button-group/src/ButtonGroup.js +34 -0
- package/es/button-group/src/context.d.ts +2 -0
- package/es/button-group/src/context.js +2 -0
- package/es/button-group/src/styles/index.cssr.d.ts +5 -0
- package/es/button-group/src/styles/index.cssr.js +53 -0
- package/es/button-group/src/styles/rtl.cssr.d.ts +3 -0
- package/es/button-group/src/styles/rtl.cssr.js +24 -0
- package/es/button-group/styles/dark.d.ts +3 -0
- package/es/button-group/styles/dark.js +6 -0
- package/es/button-group/styles/index.d.ts +3 -0
- package/es/button-group/styles/index.js +3 -0
- package/es/button-group/styles/light.d.ts +6 -0
- package/es/button-group/styles/light.js +6 -0
- package/es/button-group/styles/rtl.d.ts +2 -0
- package/es/button-group/styles/rtl.js +5 -0
- package/es/calendar/index.d.ts +2 -0
- package/es/calendar/index.js +1 -0
- package/es/calendar/src/Calendar.d.ts +2575 -0
- package/es/calendar/src/Calendar.js +198 -0
- package/es/calendar/src/interface.d.ts +10 -0
- package/es/calendar/src/interface.js +1 -0
- package/es/calendar/src/styles/index.cssr.d.ts +2 -0
- package/es/calendar/src/styles/index.cssr.js +137 -0
- package/es/calendar/styles/_common.d.ts +4 -0
- package/es/calendar/styles/_common.js +3 -0
- package/es/calendar/styles/dark.d.ts +3 -0
- package/es/calendar/styles/dark.js +12 -0
- package/es/calendar/styles/index.d.ts +3 -0
- package/es/calendar/styles/index.js +2 -0
- package/es/calendar/styles/light.d.ts +260 -0
- package/es/calendar/styles/light.js +19 -0
- package/es/card/index.d.ts +2 -0
- package/es/card/index.js +1 -0
- package/es/card/src/Card.d.ts +663 -0
- package/es/card/src/Card.js +136 -0
- package/es/card/src/styles/index.cssr.d.ts +2 -0
- package/es/card/src/styles/index.cssr.js +134 -0
- package/es/card/src/styles/rtl.cssr.d.ts +2 -0
- package/es/card/src/styles/rtl.cssr.js +6 -0
- package/es/card/styles/_common.d.ts +13 -0
- package/es/card/styles/_common.js +12 -0
- package/es/card/styles/dark.d.ts +3 -0
- package/es/card/styles/dark.js +15 -0
- package/es/card/styles/index.d.ts +4 -0
- package/es/card/styles/index.js +3 -0
- package/es/card/styles/light.d.ts +43 -0
- package/es/card/styles/light.js +15 -0
- package/es/card/styles/rtl.d.ts +2 -0
- package/es/card/styles/rtl.js +5 -0
- package/es/carousel/index.d.ts +4 -0
- package/es/carousel/index.js +2 -0
- package/es/carousel/src/Carousel.d.ts +350 -0
- package/es/carousel/src/Carousel.js +769 -0
- package/es/carousel/src/CarouselArrow.d.ts +9 -0
- package/es/carousel/src/CarouselArrow.js +38 -0
- package/es/carousel/src/CarouselContext.d.ts +21 -0
- package/es/carousel/src/CarouselContext.js +13 -0
- package/es/carousel/src/CarouselDots.d.ts +72 -0
- package/es/carousel/src/CarouselDots.js +115 -0
- package/es/carousel/src/CarouselItem.d.ts +13 -0
- package/es/carousel/src/CarouselItem.js +66 -0
- package/es/carousel/src/interface.d.ts +19 -0
- package/es/carousel/src/interface.js +1 -0
- package/es/carousel/src/styles/index.cssr.d.ts +2 -0
- package/es/carousel/src/styles/index.cssr.js +232 -0
- package/es/carousel/src/utils/duplicatedLogic.d.ts +7 -0
- package/es/carousel/src/utils/duplicatedLogic.js +46 -0
- package/es/carousel/src/utils/event.d.ts +1 -0
- package/es/carousel/src/utils/event.js +3 -0
- package/es/carousel/src/utils/index.d.ts +6 -0
- package/es/carousel/src/utils/index.js +33 -0
- package/es/carousel/styles/dark.d.ts +3 -0
- package/es/carousel/styles/dark.js +8 -0
- package/es/carousel/styles/index.d.ts +3 -0
- package/es/carousel/styles/index.js +2 -0
- package/es/carousel/styles/light.d.ts +15 -0
- package/es/carousel/styles/light.js +18 -0
- package/es/cascader/index.d.ts +3 -0
- package/es/cascader/index.js +1 -0
- package/es/cascader/src/Cascader.d.ts +2557 -0
- package/es/cascader/src/Cascader.js +861 -0
- package/es/cascader/src/CascaderMenu.d.ts +462 -0
- package/es/cascader/src/CascaderMenu.js +122 -0
- package/es/cascader/src/CascaderOption.d.ts +409 -0
- package/es/cascader/src/CascaderOption.js +177 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +455 -0
- package/es/cascader/src/CascaderSelectMenu.js +145 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +423 -0
- package/es/cascader/src/CascaderSubmenu.js +65 -0
- package/es/cascader/src/interface.d.ts +87 -0
- package/es/cascader/src/interface.js +2 -0
- package/es/cascader/src/styles/index.cssr.d.ts +2 -0
- package/es/cascader/src/styles/index.cssr.js +133 -0
- package/es/cascader/src/utils.d.ts +11 -0
- package/es/cascader/src/utils.js +41 -0
- package/es/cascader/styles/dark.d.ts +3 -0
- package/es/cascader/styles/dark.js +20 -0
- package/es/cascader/styles/index.d.ts +3 -0
- package/es/cascader/styles/index.js +2 -0
- package/es/cascader/styles/light.d.ts +217 -0
- package/es/cascader/styles/light.js +40 -0
- package/es/checkbox/index.d.ts +5 -0
- package/es/checkbox/index.js +2 -0
- package/es/checkbox/src/CheckMark.d.ts +2 -0
- package/es/checkbox/src/CheckMark.js +3 -0
- package/es/checkbox/src/Checkbox.d.ts +680 -0
- package/es/checkbox/src/Checkbox.js +278 -0
- package/es/checkbox/src/CheckboxGroup.d.ts +87 -0
- package/es/checkbox/src/CheckboxGroup.js +160 -0
- package/es/checkbox/src/LineMark.d.ts +2 -0
- package/es/checkbox/src/LineMark.js +3 -0
- package/es/checkbox/src/interface.d.ts +6 -0
- package/es/checkbox/src/interface.js +1 -0
- package/es/checkbox/src/styles/index.cssr.d.ts +2 -0
- package/es/checkbox/src/styles/index.cssr.js +251 -0
- package/es/checkbox/src/styles/rtl.cssr.d.ts +2 -0
- package/es/checkbox/src/styles/rtl.cssr.js +4 -0
- package/es/checkbox/styles/_common.d.ts +10 -0
- package/es/checkbox/styles/_common.js +9 -0
- package/es/checkbox/styles/dark.d.ts +3 -0
- package/es/checkbox/styles/dark.js +14 -0
- package/es/checkbox/styles/index.d.ts +4 -0
- package/es/checkbox/styles/index.js +3 -0
- package/es/checkbox/styles/light.d.ts +42 -0
- package/es/checkbox/styles/light.js +14 -0
- package/es/checkbox/styles/rtl.d.ts +2 -0
- package/es/checkbox/styles/rtl.js +5 -0
- package/es/code/index.d.ts +2 -0
- package/es/code/index.js +1 -0
- package/es/code/src/Code.d.ts +225 -0
- package/es/code/src/Code.js +157 -0
- package/es/code/src/styles/index.cssr.d.ts +2 -0
- package/es/code/src/styles/index.cssr.js +96 -0
- package/es/code/styles/dark.d.ts +3 -0
- package/es/code/styles/dark.js +26 -0
- package/es/code/styles/index.d.ts +3 -0
- package/es/code/styles/index.js +2 -0
- package/es/code/styles/light.d.ts +21 -0
- package/es/code/styles/light.js +27 -0
- package/es/collapse/index.d.ts +4 -0
- package/es/collapse/index.js +2 -0
- package/es/collapse/src/Collapse.d.ts +375 -0
- package/es/collapse/src/Collapse.js +141 -0
- package/es/collapse/src/CollapseItem.d.ts +34 -0
- package/es/collapse/src/CollapseItem.js +99 -0
- package/es/collapse/src/CollapseItemContent.d.ts +27 -0
- package/es/collapse/src/CollapseItemContent.js +38 -0
- package/es/collapse/src/interface.d.ts +9 -0
- package/es/collapse/src/interface.js +1 -0
- package/es/collapse/src/styles/index.cssr.d.ts +2 -0
- package/es/collapse/src/styles/index.cssr.js +59 -0
- package/es/collapse/src/styles/rtl.cssr.d.ts +2 -0
- package/es/collapse/src/styles/rtl.cssr.js +15 -0
- package/es/collapse/styles/dark.d.ts +3 -0
- package/es/collapse/styles/dark.js +8 -0
- package/es/collapse/styles/index.d.ts +4 -0
- package/es/collapse/styles/index.js +3 -0
- package/es/collapse/styles/light.d.ts +19 -0
- package/es/collapse/styles/light.js +23 -0
- package/es/collapse/styles/rtl.d.ts +2 -0
- package/es/collapse/styles/rtl.js +5 -0
- package/es/collapse-transition/index.d.ts +2 -0
- package/es/collapse-transition/index.js +1 -0
- package/es/collapse-transition/src/CollapseTransition.d.ts +79 -0
- package/es/collapse-transition/src/CollapseTransition.js +80 -0
- package/es/collapse-transition/src/styles/index.cssr.d.ts +2 -0
- package/es/collapse-transition/src/styles/index.cssr.js +5 -0
- package/es/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
- package/es/collapse-transition/src/styles/rtl.cssr.js +5 -0
- package/es/collapse-transition/styles/dark.d.ts +3 -0
- package/es/collapse-transition/styles/dark.js +8 -0
- package/es/collapse-transition/styles/index.d.ts +4 -0
- package/es/collapse-transition/styles/index.js +3 -0
- package/es/collapse-transition/styles/light.d.ts +9 -0
- package/es/collapse-transition/styles/light.js +13 -0
- package/es/collapse-transition/styles/rtl.d.ts +2 -0
- package/es/collapse-transition/styles/rtl.js +5 -0
- package/es/color-picker/index.d.ts +2 -0
- package/es/color-picker/index.js +1 -0
- package/es/color-picker/src/AlphaSlider.d.ts +47 -0
- package/es/color-picker/src/AlphaSlider.js +102 -0
- package/es/color-picker/src/ColorInput.d.ts +76 -0
- package/es/color-picker/src/ColorInput.js +103 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +462 -0
- package/es/color-picker/src/ColorInputUnit.js +148 -0
- package/es/color-picker/src/ColorPicker.d.ts +2769 -0
- package/es/color-picker/src/ColorPicker.js +457 -0
- package/es/color-picker/src/ColorPickerSwatches.d.ts +47 -0
- package/es/color-picker/src/ColorPickerSwatches.js +94 -0
- package/es/color-picker/src/ColorPickerTrigger.d.ts +38 -0
- package/es/color-picker/src/ColorPickerTrigger.js +47 -0
- package/es/color-picker/src/ColorPreview.d.ts +44 -0
- package/es/color-picker/src/ColorPreview.js +47 -0
- package/es/color-picker/src/HueSlider.d.ts +34 -0
- package/es/color-picker/src/HueSlider.js +88 -0
- package/es/color-picker/src/Pallete.d.ts +54 -0
- package/es/color-picker/src/Pallete.js +91 -0
- package/es/color-picker/src/context.d.ts +9 -0
- package/es/color-picker/src/context.js +2 -0
- package/es/color-picker/src/interface.d.ts +6 -0
- package/es/color-picker/src/interface.js +1 -0
- package/es/color-picker/src/styles/index.cssr.d.ts +2 -0
- package/es/color-picker/src/styles/index.cssr.js +193 -0
- package/es/color-picker/src/utils.d.ts +12 -0
- package/es/color-picker/src/utils.js +109 -0
- package/es/color-picker/styles/dark.d.ts +3 -0
- package/es/color-picker/styles/dark.js +14 -0
- package/es/color-picker/styles/index.d.ts +3 -0
- package/es/color-picker/styles/index.js +2 -0
- package/es/color-picker/styles/light.d.ts +307 -0
- package/es/color-picker/styles/light.js +32 -0
- package/es/components.d.ts +89 -0
- package/es/components.js +89 -0
- package/es/composables/index.d.ts +1 -0
- package/es/composables/index.js +1 -0
- package/es/composables/use-theme-vars.d.ts +4 -0
- package/es/composables/use-theme-vars.js +18 -0
- package/es/config-provider/index.d.ts +3 -0
- package/es/config-provider/index.js +2 -0
- package/es/config-provider/src/ConfigProvider.d.ts +485 -0
- package/es/config-provider/src/ConfigProvider.js +209 -0
- package/es/config-provider/src/config.d.ts +8 -0
- package/es/config-provider/src/config.js +8 -0
- package/es/config-provider/src/context.d.ts +2 -0
- package/es/config-provider/src/context.js +2 -0
- package/es/config-provider/src/interface.d.ts +16 -0
- package/es/config-provider/src/interface.js +1 -0
- package/es/config-provider/src/internal-interface.d.ts +247 -0
- package/es/config-provider/src/internal-interface.js +1 -0
- package/es/config-provider/src/katex.d.ts +2 -0
- package/es/config-provider/src/katex.js +1 -0
- package/es/countdown/index.d.ts +2 -0
- package/es/countdown/index.js +1 -0
- package/es/countdown/src/Countdown.d.ts +68 -0
- package/es/countdown/src/Countdown.js +154 -0
- package/es/create.d.ts +13 -0
- package/es/create.js +30 -0
- package/es/data-table/index.d.ts +3 -0
- package/es/data-table/index.js +2 -0
- package/es/data-table/src/DataTable.d.ts +6541 -0
- package/es/data-table/src/DataTable.js +276 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
- package/es/data-table/src/HeaderButton/FilterButton.js +112 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
- package/es/data-table/src/HeaderButton/FilterMenu.js +130 -0
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
- package/es/data-table/src/HeaderButton/RenderFilter.js +25 -0
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
- package/es/data-table/src/HeaderButton/RenderSorter.js +21 -0
- package/es/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
- package/es/data-table/src/HeaderButton/ResizeButton.js +59 -0
- package/es/data-table/src/HeaderButton/SortButton.d.ts +19 -0
- package/es/data-table/src/HeaderButton/SortButton.js +53 -0
- package/es/data-table/src/MainTable.d.ts +22 -0
- package/es/data-table/src/MainTable.js +76 -0
- package/es/data-table/src/TableParts/Body.d.ts +1400 -0
- package/es/data-table/src/TableParts/Body.js +606 -0
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
- package/es/data-table/src/TableParts/BodyCheckbox.js +30 -0
- package/es/data-table/src/TableParts/BodyRadio.d.ts +30 -0
- package/es/data-table/src/TableParts/BodyRadio.js +30 -0
- package/es/data-table/src/TableParts/Cell.d.ts +2644 -0
- package/es/data-table/src/TableParts/Cell.js +58 -0
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
- package/es/data-table/src/TableParts/ExpandTrigger.js +39 -0
- package/es/data-table/src/TableParts/Header.d.ts +1340 -0
- package/es/data-table/src/TableParts/Header.js +162 -0
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
- package/es/data-table/src/TableParts/SelectionMenu.js +73 -0
- package/es/data-table/src/interface.d.ts +2842 -0
- package/es/data-table/src/interface.js +56 -0
- package/es/data-table/src/styles/index.cssr.d.ts +3 -0
- package/es/data-table/src/styles/index.cssr.js +439 -0
- package/es/data-table/src/use-check.d.ts +20 -0
- package/es/data-table/src/use-check.js +149 -0
- package/es/data-table/src/use-expand.d.ts +10 -0
- package/es/data-table/src/use-expand.js +61 -0
- package/es/data-table/src/use-group-header.d.ts +19 -0
- package/es/data-table/src/use-group-header.js +104 -0
- package/es/data-table/src/use-resizable.d.ts +6 -0
- package/es/data-table/src/use-resizable.js +22 -0
- package/es/data-table/src/use-scroll.d.ts +27 -0
- package/es/data-table/src/use-scroll.js +225 -0
- package/es/data-table/src/use-sorter.d.ts +19 -0
- package/es/data-table/src/use-sorter.js +191 -0
- package/es/data-table/src/use-table-data.d.ts +36 -0
- package/es/data-table/src/use-table-data.js +327 -0
- package/es/data-table/src/utils.d.ts +18 -0
- package/es/data-table/src/utils.js +131 -0
- package/es/data-table/styles/_common.d.ts +23 -0
- package/es/data-table/styles/_common.js +22 -0
- package/es/data-table/styles/dark.d.ts +3 -0
- package/es/data-table/styles/dark.js +33 -0
- package/es/data-table/styles/index.d.ts +3 -0
- package/es/data-table/styles/index.js +2 -0
- package/es/data-table/styles/light.d.ts +883 -0
- package/es/data-table/styles/light.js +43 -0
- package/es/date-picker/index.d.ts +3 -0
- package/es/date-picker/index.js +1 -0
- package/es/date-picker/src/DatePicker.d.ts +7316 -0
- package/es/date-picker/src/DatePicker.js +775 -0
- package/es/date-picker/src/config.d.ts +5 -0
- package/es/date-picker/src/config.js +4 -0
- package/es/date-picker/src/interface.d.ts +83 -0
- package/es/date-picker/src/interface.js +2 -0
- package/es/date-picker/src/panel/date.d.ts +1232 -0
- package/es/date-picker/src/panel/date.js +71 -0
- package/es/date-picker/src/panel/daterange.d.ts +1270 -0
- package/es/date-picker/src/panel/daterange.js +92 -0
- package/es/date-picker/src/panel/datetime.d.ts +1232 -0
- package/es/date-picker/src/panel/datetime.js +68 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +1270 -0
- package/es/date-picker/src/panel/datetimerange.js +117 -0
- package/es/date-picker/src/panel/monthrange.d.ts +1281 -0
- package/es/date-picker/src/panel/monthrange.js +117 -0
- package/es/date-picker/src/panel/panelHeader.d.ts +44 -0
- package/es/date-picker/src/panel/panelHeader.js +50 -0
- package/es/date-picker/src/panel/panelMonth.d.ts +2544 -0
- package/es/date-picker/src/panel/panelMonth.js +65 -0
- package/es/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
- package/es/date-picker/src/panel/panelMonthContent.js +59 -0
- package/es/date-picker/src/panel/panelYear.d.ts +2544 -0
- package/es/date-picker/src/panel/panelYear.js +65 -0
- package/es/date-picker/src/panel/panelYearContent.d.ts +1256 -0
- package/es/date-picker/src/panel/panelYearContent.js +53 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +1199 -0
- package/es/date-picker/src/panel/use-calendar.js +324 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
- package/es/date-picker/src/panel/use-dual-calendar.js +664 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +1151 -0
- package/es/date-picker/src/panel/use-panel-common.js +156 -0
- package/es/date-picker/src/styles/index.cssr.d.ts +2 -0
- package/es/date-picker/src/styles/index.cssr.js +364 -0
- package/es/date-picker/src/utils.d.ts +65 -0
- package/es/date-picker/src/utils.js +191 -0
- package/es/date-picker/src/validation-utils.d.ts +26 -0
- package/es/date-picker/src/validation-utils.js +178 -0
- package/es/date-picker/styles/_common.d.ts +41 -0
- package/es/date-picker/styles/_common.js +43 -0
- package/es/date-picker/styles/dark.d.ts +3 -0
- package/es/date-picker/styles/dark.js +26 -0
- package/es/date-picker/styles/index.d.ts +3 -0
- package/es/date-picker/styles/index.js +2 -0
- package/es/date-picker/styles/light.d.ts +727 -0
- package/es/date-picker/styles/light.js +24 -0
- package/es/descriptions/index.d.ts +4 -0
- package/es/descriptions/index.js +2 -0
- package/es/descriptions/src/Descriptions.d.ts +408 -0
- package/es/descriptions/src/Descriptions.js +160 -0
- package/es/descriptions/src/DescriptionsItem.d.ts +32 -0
- package/es/descriptions/src/DescriptionsItem.js +19 -0
- package/es/descriptions/src/styles/index.cssr.d.ts +2 -0
- package/es/descriptions/src/styles/index.cssr.js +119 -0
- package/es/descriptions/src/utils.d.ts +3 -0
- package/es/descriptions/src/utils.js +7 -0
- package/es/descriptions/styles/_common.d.ts +15 -0
- package/es/descriptions/styles/_common.js +14 -0
- package/es/descriptions/styles/dark.d.ts +3 -0
- package/es/descriptions/styles/dark.js +8 -0
- package/es/descriptions/styles/index.d.ts +3 -0
- package/es/descriptions/styles/index.js +2 -0
- package/es/descriptions/styles/light.d.ts +38 -0
- package/es/descriptions/styles/light.js +16 -0
- package/es/dialog/index.d.ts +6 -0
- package/es/dialog/index.js +4 -0
- package/es/dialog/src/Dialog.d.ts +1935 -0
- package/es/dialog/src/Dialog.js +133 -0
- package/es/dialog/src/DialogEnvironment.d.ts +188 -0
- package/es/dialog/src/DialogEnvironment.js +111 -0
- package/es/dialog/src/DialogProvider.d.ts +809 -0
- package/es/dialog/src/DialogProvider.js +75 -0
- package/es/dialog/src/composables.d.ts +4 -0
- package/es/dialog/src/composables.js +17 -0
- package/es/dialog/src/context.d.ts +4 -0
- package/es/dialog/src/context.js +4 -0
- package/es/dialog/src/dialogProps.d.ts +35 -0
- package/es/dialog/src/dialogProps.js +31 -0
- package/es/dialog/src/interface.d.ts +1 -0
- package/es/dialog/src/interface.js +1 -0
- package/es/dialog/src/styles/index.cssr.d.ts +2 -0
- package/es/dialog/src/styles/index.cssr.js +96 -0
- package/es/dialog/styles/_common.d.ts +14 -0
- package/es/dialog/styles/_common.js +13 -0
- package/es/dialog/styles/dark.d.ts +3 -0
- package/es/dialog/styles/dark.js +12 -0
- package/es/dialog/styles/index.d.ts +3 -0
- package/es/dialog/styles/index.js +2 -0
- package/es/dialog/styles/light.d.ts +280 -0
- package/es/dialog/styles/light.js +22 -0
- package/es/discrete/index.d.ts +2 -0
- package/es/discrete/index.js +1 -0
- package/es/discrete/src/InjectionExtractor.d.ts +8 -0
- package/es/discrete/src/InjectionExtractor.js +12 -0
- package/es/discrete/src/discrete.d.ts +2 -0
- package/es/discrete/src/discrete.js +45 -0
- package/es/discrete/src/discreteApp.d.ts +28 -0
- package/es/discrete/src/discreteApp.js +49 -0
- package/es/discrete/src/interface.d.ts +27 -0
- package/es/discrete/src/interface.js +1 -0
- package/es/divider/index.d.ts +2 -0
- package/es/divider/index.js +1 -0
- package/es/divider/src/Divider.d.ts +86 -0
- package/es/divider/src/Divider.js +53 -0
- package/es/divider/src/styles/index.cssr.d.ts +2 -0
- package/es/divider/src/styles/index.cssr.js +58 -0
- package/es/divider/styles/dark.d.ts +3 -0
- package/es/divider/styles/dark.js +8 -0
- package/es/divider/styles/index.d.ts +3 -0
- package/es/divider/styles/index.js +2 -0
- package/es/divider/styles/light.d.ts +11 -0
- package/es/divider/styles/light.js +15 -0
- package/es/drawer/index.d.ts +5 -0
- package/es/drawer/index.js +2 -0
- package/es/drawer/src/Drawer.d.ts +687 -0
- package/es/drawer/src/Drawer.js +216 -0
- package/es/drawer/src/DrawerBodyWrapper.d.ts +266 -0
- package/es/drawer/src/DrawerBodyWrapper.js +254 -0
- package/es/drawer/src/DrawerContent.d.ts +214 -0
- package/es/drawer/src/DrawerContent.js +49 -0
- package/es/drawer/src/interface.d.ts +14 -0
- package/es/drawer/src/interface.js +3 -0
- package/es/drawer/src/styles/index.cssr.d.ts +2 -0
- package/es/drawer/src/styles/index.cssr.js +163 -0
- package/es/drawer/src/styles/rtl.cssr.d.ts +2 -0
- package/es/drawer/src/styles/rtl.cssr.js +8 -0
- package/es/drawer/styles/dark.d.ts +3 -0
- package/es/drawer/styles/dark.js +12 -0
- package/es/drawer/styles/index.d.ts +4 -0
- package/es/drawer/styles/index.js +3 -0
- package/es/drawer/styles/light.d.ts +55 -0
- package/es/drawer/styles/light.js +38 -0
- package/es/drawer/styles/rtl.d.ts +3 -0
- package/es/drawer/styles/rtl.js +8 -0
- package/es/dropdown/index.d.ts +3 -0
- package/es/dropdown/index.js +1 -0
- package/es/dropdown/src/Dropdown.d.ts +1251 -0
- package/es/dropdown/src/Dropdown.js +339 -0
- package/es/dropdown/src/DropdownDivider.d.ts +12 -0
- package/es/dropdown/src/DropdownDivider.js +13 -0
- package/es/dropdown/src/DropdownGroup.d.ts +32 -0
- package/es/dropdown/src/DropdownGroup.js +46 -0
- package/es/dropdown/src/DropdownGroupHeader.d.ts +27 -0
- package/es/dropdown/src/DropdownGroupHeader.js +55 -0
- package/es/dropdown/src/DropdownMenu.d.ts +47 -0
- package/es/dropdown/src/DropdownMenu.js +100 -0
- package/es/dropdown/src/DropdownOption.d.ts +74 -0
- package/es/dropdown/src/DropdownOption.js +242 -0
- package/es/dropdown/src/DropdownRenderOption.d.ts +14 -0
- package/es/dropdown/src/DropdownRenderOption.js +14 -0
- package/es/dropdown/src/context.d.ts +6 -0
- package/es/dropdown/src/context.js +4 -0
- package/es/dropdown/src/interface.d.ts +30 -0
- package/es/dropdown/src/interface.js +1 -0
- package/es/dropdown/src/styles/index.cssr.d.ts +2 -0
- package/es/dropdown/src/styles/index.cssr.js +145 -0
- package/es/dropdown/src/utils.d.ts +5 -0
- package/es/dropdown/src/utils.js +13 -0
- package/es/dropdown/styles/_common.d.ts +24 -0
- package/es/dropdown/styles/_common.js +23 -0
- package/es/dropdown/styles/dark.d.ts +3 -0
- package/es/dropdown/styles/dark.js +21 -0
- package/es/dropdown/styles/index.d.ts +3 -0
- package/es/dropdown/styles/index.js +2 -0
- package/es/dropdown/styles/light.d.ts +131 -0
- package/es/dropdown/styles/light.js +26 -0
- package/es/dynamic-input/index.d.ts +2 -0
- package/es/dynamic-input/index.js +1 -0
- package/es/dynamic-input/src/DynamicInput.d.ts +3061 -0
- package/es/dynamic-input/src/DynamicInput.js +302 -0
- package/es/dynamic-input/src/InputPreset.d.ts +453 -0
- package/es/dynamic-input/src/InputPreset.js +37 -0
- package/es/dynamic-input/src/PairPreset.d.ts +477 -0
- package/es/dynamic-input/src/PairPreset.js +53 -0
- package/es/dynamic-input/src/interface.d.ts +11 -0
- package/es/dynamic-input/src/interface.js +2 -0
- package/es/dynamic-input/src/styles/index.cssr.d.ts +2 -0
- package/es/dynamic-input/src/styles/index.cssr.js +35 -0
- package/es/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
- package/es/dynamic-input/src/styles/rtl.cssr.js +9 -0
- package/es/dynamic-input/styles/_common.d.ts +5 -0
- package/es/dynamic-input/styles/_common.js +4 -0
- package/es/dynamic-input/styles/dark.d.ts +3 -0
- package/es/dynamic-input/styles/dark.js +16 -0
- package/es/dynamic-input/styles/index.d.ts +4 -0
- package/es/dynamic-input/styles/index.js +3 -0
- package/es/dynamic-input/styles/light.d.ts +284 -0
- package/es/dynamic-input/styles/light.js +18 -0
- package/es/dynamic-input/styles/rtl.d.ts +2 -0
- package/es/dynamic-input/styles/rtl.js +11 -0
- package/es/dynamic-tags/index.d.ts +3 -0
- package/es/dynamic-tags/index.js +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +4115 -0
- package/es/dynamic-tags/src/DynamicTags.js +165 -0
- package/es/dynamic-tags/src/interface.d.ts +10 -0
- package/es/dynamic-tags/src/interface.js +1 -0
- package/es/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
- package/es/dynamic-tags/src/styles/index.cssr.js +6 -0
- package/es/dynamic-tags/styles/dark.d.ts +3 -0
- package/es/dynamic-tags/styles/dark.js +21 -0
- package/es/dynamic-tags/styles/index.d.ts +3 -0
- package/es/dynamic-tags/styles/index.js +2 -0
- package/es/dynamic-tags/styles/light.d.ts +385 -0
- package/es/dynamic-tags/styles/light.js +22 -0
- package/es/element/index.d.ts +3 -0
- package/es/element/index.js +2 -0
- package/es/element/src/Element.d.ts +36 -0
- package/es/element/src/Element.js +43 -0
- package/es/element/styles/dark.d.ts +3 -0
- package/es/element/styles/dark.js +6 -0
- package/es/element/styles/index.d.ts +3 -0
- package/es/element/styles/index.js +2 -0
- package/es/element/styles/light.d.ts +4 -0
- package/es/element/styles/light.js +6 -0
- package/es/ellipsis/index.d.ts +3 -0
- package/es/ellipsis/index.js +2 -0
- package/es/ellipsis/src/Ellipsis.d.ts +526 -0
- package/es/ellipsis/src/Ellipsis.js +165 -0
- package/es/ellipsis/src/PerformantEllipsis.d.ts +224 -0
- package/es/ellipsis/src/PerformantEllipsis.js +52 -0
- package/es/ellipsis/src/styles/index.cssr.d.ts +2 -0
- package/es/ellipsis/src/styles/index.cssr.js +14 -0
- package/es/ellipsis/styles/dark.d.ts +3 -0
- package/es/ellipsis/styles/dark.js +10 -0
- package/es/ellipsis/styles/index.d.ts +3 -0
- package/es/ellipsis/styles/index.js +2 -0
- package/es/ellipsis/styles/light.d.ts +36 -0
- package/es/ellipsis/styles/light.js +11 -0
- package/es/empty/index.d.ts +2 -0
- package/es/empty/index.js +1 -0
- package/es/empty/src/Empty.d.ts +186 -0
- package/es/empty/src/Empty.js +75 -0
- package/es/empty/src/styles/index.cssr.d.ts +2 -0
- package/es/empty/src/styles/index.cssr.js +32 -0
- package/es/empty/styles/_common.d.ts +7 -0
- package/es/empty/styles/_common.js +6 -0
- package/es/empty/styles/dark.d.ts +3 -0
- package/es/empty/styles/dark.js +8 -0
- package/es/empty/styles/index.d.ts +3 -0
- package/es/empty/styles/index.js +2 -0
- package/es/empty/styles/light.d.ts +19 -0
- package/es/empty/styles/light.js +15 -0
- package/es/equation/index.d.ts +1 -0
- package/es/equation/index.js +1 -0
- package/es/equation/src/Equation.d.ts +18 -0
- package/es/equation/src/Equation.js +29 -0
- package/es/equation/styles/dark.d.ts +3 -0
- package/es/equation/styles/dark.js +8 -0
- package/es/equation/styles/index.d.ts +3 -0
- package/es/equation/styles/index.js +2 -0
- package/es/equation/styles/light.d.ts +6 -0
- package/es/equation/styles/light.js +8 -0
- package/es/form/index.d.ts +11 -0
- package/es/form/index.js +6 -0
- package/es/form/src/Form.d.ts +406 -0
- package/es/form/src/Form.js +114 -0
- package/es/form/src/FormItem.d.ts +436 -0
- package/es/form/src/FormItem.js +366 -0
- package/es/form/src/FormItemCol.d.ts +449 -0
- package/es/form/src/FormItemCol.js +38 -0
- package/es/form/src/FormItemGridItem.d.ts +449 -0
- package/es/form/src/FormItemGridItem.js +40 -0
- package/es/form/src/FormItemRow.d.ts +467 -0
- package/es/form/src/FormItemRow.js +37 -0
- package/es/form/src/context.d.ts +3 -0
- package/es/form/src/context.js +3 -0
- package/es/form/src/interface.d.ts +58 -0
- package/es/form/src/interface.js +1 -0
- package/es/form/src/styles/form-item.cssr.d.ts +2 -0
- package/es/form/src/styles/form-item.cssr.js +124 -0
- package/es/form/src/styles/form.cssr.d.ts +2 -0
- package/es/form/src/styles/form.cssr.js +12 -0
- package/es/form/src/utils.d.ts +22 -0
- package/es/form/src/utils.js +171 -0
- package/es/form/styles/_common.d.ts +24 -0
- package/es/form/styles/_common.js +23 -0
- package/es/form/styles/dark.d.ts +3 -0
- package/es/form/styles/dark.js +8 -0
- package/es/form/styles/index.d.ts +3 -0
- package/es/form/styles/index.js +2 -0
- package/es/form/styles/light.d.ts +38 -0
- package/es/form/styles/light.js +12 -0
- package/es/global-style/index.d.ts +1 -0
- package/es/global-style/index.js +1 -0
- package/es/global-style/src/GlobalStyle.d.ts +2 -0
- package/es/global-style/src/GlobalStyle.js +59 -0
- package/es/gradient-text/index.d.ts +2 -0
- package/es/gradient-text/index.js +1 -0
- package/es/gradient-text/src/GradientText.d.ts +180 -0
- package/es/gradient-text/src/GradientText.js +81 -0
- package/es/gradient-text/src/styles/index.cssr.d.ts +2 -0
- package/es/gradient-text/src/styles/index.cssr.js +19 -0
- package/es/gradient-text/styles/dark.d.ts +3 -0
- package/es/gradient-text/styles/dark.js +23 -0
- package/es/gradient-text/styles/index.d.ts +3 -0
- package/es/gradient-text/styles/index.js +2 -0
- package/es/gradient-text/styles/light.d.ts +20 -0
- package/es/gradient-text/styles/light.js +25 -0
- package/es/grid/index.d.ts +5 -0
- package/es/grid/index.js +3 -0
- package/es/grid/src/Grid.d.ts +108 -0
- package/es/grid/src/Grid.js +251 -0
- package/es/grid/src/GridItem.d.ts +74 -0
- package/es/grid/src/GridItem.js +74 -0
- package/es/grid/src/config.d.ts +3 -0
- package/es/grid/src/config.js +3 -0
- package/es/icon/index.d.ts +2 -0
- package/es/icon/index.js +1 -0
- package/es/icon/src/Icon.d.ts +106 -0
- package/es/icon/src/Icon.js +69 -0
- package/es/icon/src/styles/index.cssr.d.ts +2 -0
- package/es/icon/src/styles/index.cssr.js +26 -0
- package/es/icon/styles/dark.d.ts +3 -0
- package/es/icon/styles/dark.js +8 -0
- package/es/icon/styles/index.d.ts +3 -0
- package/es/icon/styles/index.js +2 -0
- package/es/icon/styles/light.d.ts +14 -0
- package/es/icon/styles/light.js +18 -0
- package/es/icon-wrapper/index.d.ts +2 -0
- package/es/icon-wrapper/index.js +1 -0
- package/es/icon-wrapper/src/IconWrapper.d.ts +76 -0
- package/es/icon-wrapper/src/IconWrapper.js +48 -0
- package/es/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/es/icon-wrapper/src/styles/index.cssr.js +16 -0
- package/es/icon-wrapper/styles/dark.d.ts +3 -0
- package/es/icon-wrapper/styles/dark.js +8 -0
- package/es/icon-wrapper/styles/index.d.ts +3 -0
- package/es/icon-wrapper/styles/index.js +2 -0
- package/es/icon-wrapper/styles/light.d.ts +10 -0
- package/es/icon-wrapper/styles/light.js +14 -0
- package/es/image/index.d.ts +4 -0
- package/es/image/index.js +2 -0
- package/es/image/src/Image.d.ts +461 -0
- package/es/image/src/Image.js +123 -0
- package/es/image/src/ImageGroup.d.ts +398 -0
- package/es/image/src/ImageGroup.js +68 -0
- package/es/image/src/ImagePreview.d.ts +308 -0
- package/es/image/src/ImagePreview.js +430 -0
- package/es/image/src/icons.d.ts +4 -0
- package/es/image/src/icons.js +9 -0
- package/es/image/src/interface.d.ts +137 -0
- package/es/image/src/interface.js +4 -0
- package/es/image/src/styles/index.cssr.d.ts +2 -0
- package/es/image/src/styles/index.cssr.js +68 -0
- package/es/image/src/utils.d.ts +11 -0
- package/es/image/src/utils.js +81 -0
- package/es/image/styles/dark.d.ts +2 -0
- package/es/image/styles/dark.js +18 -0
- package/es/image/styles/index.d.ts +3 -0
- package/es/image/styles/index.js +2 -0
- package/es/image/styles/light.d.ts +48 -0
- package/es/image/styles/light.js +19 -0
- package/es/index.d.ts +12 -0
- package/es/index.js +14 -0
- package/es/input/index.d.ts +7 -0
- package/es/input/index.js +3 -0
- package/es/input/src/Input.d.ts +1183 -0
- package/es/input/src/Input.js +949 -0
- package/es/input/src/InputGroup.d.ts +17 -0
- package/es/input/src/InputGroup.js +19 -0
- package/es/input/src/InputGroupLabel.d.ts +602 -0
- package/es/input/src/InputGroupLabel.js +53 -0
- package/es/input/src/WordCount.d.ts +2 -0
- package/es/input/src/WordCount.js +31 -0
- package/es/input/src/interface.d.ts +23 -0
- package/es/input/src/interface.js +2 -0
- package/es/input/src/styles/input-group-label.cssr.d.ts +2 -0
- package/es/input/src/styles/input-group-label.cssr.js +39 -0
- package/es/input/src/styles/input-group.cssr.d.ts +2 -0
- package/es/input/src/styles/input-group.cssr.js +57 -0
- package/es/input/src/styles/input.cssr.d.ts +3 -0
- package/es/input/src/styles/input.cssr.js +304 -0
- package/es/input/src/styles/rtl.cssr.d.ts +2 -0
- package/es/input/src/styles/rtl.cssr.js +16 -0
- package/es/input/src/utils.d.ts +8 -0
- package/es/input/src/utils.js +66 -0
- package/es/input/styles/_common.d.ts +8 -0
- package/es/input/styles/_common.js +7 -0
- package/es/input/styles/dark.d.ts +3 -0
- package/es/input/styles/dark.js +26 -0
- package/es/input/styles/index.d.ts +4 -0
- package/es/input/styles/index.js +3 -0
- package/es/input/styles/light.d.ts +67 -0
- package/es/input/styles/light.js +26 -0
- package/es/input/styles/rtl.d.ts +2 -0
- package/es/input/styles/rtl.js +5 -0
- package/es/input-number/index.d.ts +3 -0
- package/es/input-number/index.js +1 -0
- package/es/input-number/src/InputNumber.d.ts +3151 -0
- package/es/input-number/src/InputNumber.js +580 -0
- package/es/input-number/src/interface.d.ts +7 -0
- package/es/input-number/src/interface.js +1 -0
- package/es/input-number/src/styles/input-number.cssr.d.ts +2 -0
- package/es/input-number/src/styles/input-number.cssr.js +8 -0
- package/es/input-number/src/styles/rtl.cssr.d.ts +2 -0
- package/es/input-number/src/styles/rtl.cssr.js +4 -0
- package/es/input-number/src/utils.d.ts +5 -0
- package/es/input-number/src/utils.js +47 -0
- package/es/input-number/styles/dark.d.ts +3 -0
- package/es/input-number/styles/dark.js +18 -0
- package/es/input-number/styles/index.d.ts +4 -0
- package/es/input-number/styles/index.js +3 -0
- package/es/input-number/styles/light.d.ts +283 -0
- package/es/input-number/styles/light.js +20 -0
- package/es/input-number/styles/rtl.d.ts +2 -0
- package/es/input-number/styles/rtl.js +8 -0
- package/es/jest-setup.d.ts +1 -0
- package/es/jest-setup.js +5 -0
- package/es/layout/index.d.ts +10 -0
- package/es/layout/index.js +5 -0
- package/es/layout/src/Layout.d.ts +881 -0
- package/es/layout/src/Layout.js +117 -0
- package/es/layout/src/LayoutContent.d.ts +417 -0
- package/es/layout/src/LayoutContent.js +2 -0
- package/es/layout/src/LayoutFooter.d.ts +305 -0
- package/es/layout/src/LayoutFooter.js +52 -0
- package/es/layout/src/LayoutHeader.d.ts +224 -0
- package/es/layout/src/LayoutHeader.js +59 -0
- package/es/layout/src/LayoutSider.d.ts +544 -0
- package/es/layout/src/LayoutSider.js +244 -0
- package/es/layout/src/ToggleBar.d.ts +15 -0
- package/es/layout/src/ToggleBar.js +16 -0
- package/es/layout/src/ToggleButton.d.ts +15 -0
- package/es/layout/src/ToggleButton.js +20 -0
- package/es/layout/src/interface.d.ts +13 -0
- package/es/layout/src/interface.js +6 -0
- package/es/layout/src/styles/layout-footer.cssr.d.ts +2 -0
- package/es/layout/src/styles/layout-footer.cssr.js +23 -0
- package/es/layout/src/styles/layout-header.cssr.d.ts +2 -0
- package/es/layout/src/styles/layout-header.cssr.js +24 -0
- package/es/layout/src/styles/layout-sider.cssr.d.ts +2 -0
- package/es/layout/src/styles/layout-sider.cssr.js +140 -0
- package/es/layout/src/styles/layout.cssr.d.ts +2 -0
- package/es/layout/src/styles/layout.cssr.js +28 -0
- package/es/layout/styles/dark.d.ts +3 -0
- package/es/layout/styles/dark.js +39 -0
- package/es/layout/styles/index.d.ts +3 -0
- package/es/layout/styles/index.js +2 -0
- package/es/layout/styles/light.d.ts +59 -0
- package/es/layout/styles/light.js +42 -0
- package/es/legacy-grid/index.d.ts +4 -0
- package/es/legacy-grid/index.js +2 -0
- package/es/legacy-grid/src/Col.d.ts +69 -0
- package/es/legacy-grid/src/Col.js +53 -0
- package/es/legacy-grid/src/Row.d.ts +42 -0
- package/es/legacy-grid/src/Row.js +63 -0
- package/es/legacy-grid/src/interface.d.ts +1 -0
- package/es/legacy-grid/src/interface.js +1 -0
- package/es/legacy-grid/src/styles/index.cssr.d.ts +2 -0
- package/es/legacy-grid/src/styles/index.cssr.js +32 -0
- package/es/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/es/legacy-grid/src/styles/rtl.cssr.js +21 -0
- package/es/legacy-grid/styles/dark.d.ts +4 -0
- package/es/legacy-grid/styles/dark.js +6 -0
- package/es/legacy-grid/styles/index.d.ts +4 -0
- package/es/legacy-grid/styles/index.js +3 -0
- package/es/legacy-grid/styles/light.d.ts +4 -0
- package/es/legacy-grid/styles/light.js +6 -0
- package/es/legacy-grid/styles/rtl.d.ts +2 -0
- package/es/legacy-grid/styles/rtl.js +5 -0
- package/es/legacy-transfer/index.d.ts +3 -0
- package/es/legacy-transfer/index.js +1 -0
- package/es/legacy-transfer/src/Transfer.d.ts +3796 -0
- package/es/legacy-transfer/src/Transfer.js +214 -0
- package/es/legacy-transfer/src/TransferFilter.d.ts +540 -0
- package/es/legacy-transfer/src/TransferFilter.js +40 -0
- package/es/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/es/legacy-transfer/src/TransferHeader.js +47 -0
- package/es/legacy-transfer/src/TransferList.d.ts +587 -0
- package/es/legacy-transfer/src/TransferList.js +93 -0
- package/es/legacy-transfer/src/TransferListItem.d.ts +544 -0
- package/es/legacy-transfer/src/TransferListItem.js +65 -0
- package/es/legacy-transfer/src/interface.d.ts +31 -0
- package/es/legacy-transfer/src/interface.js +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/es/legacy-transfer/src/styles/index.cssr.js +215 -0
- package/es/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/es/legacy-transfer/src/use-transfer-data.js +145 -0
- package/es/legacy-transfer/styles/_common.d.ts +5 -0
- package/es/legacy-transfer/styles/_common.js +4 -0
- package/es/legacy-transfer/styles/dark.d.ts +3 -0
- package/es/legacy-transfer/styles/dark.js +27 -0
- package/es/legacy-transfer/styles/index.d.ts +3 -0
- package/es/legacy-transfer/styles/index.js +2 -0
- package/es/legacy-transfer/styles/light.d.ts +378 -0
- package/es/legacy-transfer/styles/light.js +31 -0
- package/es/list/index.d.ts +3 -0
- package/es/list/index.js +2 -0
- package/es/list/src/List.d.ts +199 -0
- package/es/list/src/List.js +71 -0
- package/es/list/src/ListItem.d.ts +5 -0
- package/es/list/src/ListItem.js +24 -0
- package/es/list/src/styles/index.cssr.d.ts +2 -0
- package/es/list/src/styles/index.cssr.js +88 -0
- package/es/list/src/styles/rtl.cssr.d.ts +2 -0
- package/es/list/src/styles/rtl.cssr.js +11 -0
- package/es/list/styles/dark.d.ts +3 -0
- package/es/list/styles/dark.js +8 -0
- package/es/list/styles/index.d.ts +4 -0
- package/es/list/styles/index.js +3 -0
- package/es/list/styles/light.d.ts +20 -0
- package/es/list/styles/light.js +25 -0
- package/es/list/styles/rtl.d.ts +2 -0
- package/es/list/styles/rtl.js +5 -0
- package/es/loading-bar/index.d.ts +3 -0
- package/es/loading-bar/index.js +2 -0
- package/es/loading-bar/src/LoadingBar.d.ts +28 -0
- package/es/loading-bar/src/LoadingBar.js +176 -0
- package/es/loading-bar/src/LoadingBarProvider.d.ts +103 -0
- package/es/loading-bar/src/LoadingBarProvider.js +73 -0
- package/es/loading-bar/src/context.d.ts +7 -0
- package/es/loading-bar/src/context.js +3 -0
- package/es/loading-bar/src/styles/index.cssr.d.ts +2 -0
- package/es/loading-bar/src/styles/index.cssr.js +35 -0
- package/es/loading-bar/src/use-loading-bar.d.ts +2 -0
- package/es/loading-bar/src/use-loading-bar.js +10 -0
- package/es/loading-bar/styles/dark.d.ts +3 -0
- package/es/loading-bar/styles/dark.js +14 -0
- package/es/loading-bar/styles/index.d.ts +3 -0
- package/es/loading-bar/styles/index.js +2 -0
- package/es/loading-bar/styles/light.d.ts +11 -0
- package/es/loading-bar/styles/light.js +15 -0
- package/es/locales/common/arDZ.d.ts +3 -0
- package/es/locales/common/arDZ.js +121 -0
- package/es/locales/common/deDE.d.ts +3 -0
- package/es/locales/common/deDE.js +121 -0
- package/es/locales/common/enGB.d.ts +3 -0
- package/es/locales/common/enGB.js +122 -0
- package/es/locales/common/enUS.d.ts +122 -0
- package/es/locales/common/enUS.js +122 -0
- package/es/locales/common/eo.d.ts +3 -0
- package/es/locales/common/eo.js +123 -0
- package/es/locales/common/esAR.d.ts +3 -0
- package/es/locales/common/esAR.js +125 -0
- package/es/locales/common/faIR.d.ts +3 -0
- package/es/locales/common/faIR.js +121 -0
- package/es/locales/common/frFR.d.ts +3 -0
- package/es/locales/common/frFR.js +121 -0
- package/es/locales/common/idID.d.ts +3 -0
- package/es/locales/common/idID.js +125 -0
- package/es/locales/common/itIT.d.ts +3 -0
- package/es/locales/common/itIT.js +124 -0
- package/es/locales/common/jaJP.d.ts +3 -0
- package/es/locales/common/jaJP.js +124 -0
- package/es/locales/common/koKR.d.ts +3 -0
- package/es/locales/common/koKR.js +124 -0
- package/es/locales/common/nbNO.d.ts +3 -0
- package/es/locales/common/nbNO.js +125 -0
- package/es/locales/common/nlNL.d.ts +3 -0
- package/es/locales/common/nlNL.js +123 -0
- package/es/locales/common/plPL.d.ts +3 -0
- package/es/locales/common/plPL.js +124 -0
- package/es/locales/common/ptBR.d.ts +3 -0
- package/es/locales/common/ptBR.js +121 -0
- package/es/locales/common/ruRU.d.ts +3 -0
- package/es/locales/common/ruRU.js +126 -0
- package/es/locales/common/skSK.d.ts +3 -0
- package/es/locales/common/skSK.js +125 -0
- package/es/locales/common/svSE.d.ts +3 -0
- package/es/locales/common/svSE.js +121 -0
- package/es/locales/common/thTH.d.ts +3 -0
- package/es/locales/common/thTH.js +125 -0
- package/es/locales/common/trTR.d.ts +3 -0
- package/es/locales/common/trTR.js +122 -0
- package/es/locales/common/ukUA.d.ts +3 -0
- package/es/locales/common/ukUA.js +122 -0
- package/es/locales/common/viVN.d.ts +3 -0
- package/es/locales/common/viVN.js +121 -0
- package/es/locales/common/zhCN.d.ts +3 -0
- package/es/locales/common/zhCN.js +121 -0
- package/es/locales/common/zhTW.d.ts +3 -0
- package/es/locales/common/zhTW.js +121 -0
- package/es/locales/date/arDZ.d.ts +3 -0
- package/es/locales/date/arDZ.js +6 -0
- package/es/locales/date/deDE.d.ts +3 -0
- package/es/locales/date/deDE.js +6 -0
- package/es/locales/date/enGB.d.ts +3 -0
- package/es/locales/date/enGB.js +6 -0
- package/es/locales/date/enUS.d.ts +8 -0
- package/es/locales/date/enUS.js +6 -0
- package/es/locales/date/eo.d.ts +3 -0
- package/es/locales/date/eo.js +6 -0
- package/es/locales/date/esAR.d.ts +3 -0
- package/es/locales/date/esAR.js +6 -0
- package/es/locales/date/faIR.d.ts +3 -0
- package/es/locales/date/faIR.js +6 -0
- package/es/locales/date/frFR.d.ts +3 -0
- package/es/locales/date/frFR.js +6 -0
- package/es/locales/date/idID.d.ts +3 -0
- package/es/locales/date/idID.js +6 -0
- package/es/locales/date/itIT.d.ts +3 -0
- package/es/locales/date/itIT.js +6 -0
- package/es/locales/date/jaJP.d.ts +3 -0
- package/es/locales/date/jaJP.js +6 -0
- package/es/locales/date/koKR.d.ts +3 -0
- package/es/locales/date/koKR.js +6 -0
- package/es/locales/date/nbNO.d.ts +3 -0
- package/es/locales/date/nbNO.js +6 -0
- package/es/locales/date/nlNL.d.ts +3 -0
- package/es/locales/date/nlNL.js +6 -0
- package/es/locales/date/plPL.d.ts +3 -0
- package/es/locales/date/plPL.js +6 -0
- package/es/locales/date/ptBR.d.ts +3 -0
- package/es/locales/date/ptBR.js +6 -0
- package/es/locales/date/ruRU.d.ts +3 -0
- package/es/locales/date/ruRU.js +6 -0
- package/es/locales/date/skSK.d.ts +3 -0
- package/es/locales/date/skSK.js +6 -0
- package/es/locales/date/svSE.d.ts +3 -0
- package/es/locales/date/svSE.js +6 -0
- package/es/locales/date/thTH.d.ts +3 -0
- package/es/locales/date/thTH.js +6 -0
- package/es/locales/date/trTR.d.ts +3 -0
- package/es/locales/date/trTR.js +6 -0
- package/es/locales/date/ukUA.d.ts +3 -0
- package/es/locales/date/ukUA.js +6 -0
- package/es/locales/date/viVN.d.ts +3 -0
- package/es/locales/date/viVN.js +6 -0
- package/es/locales/date/zhCN.d.ts +3 -0
- package/es/locales/date/zhCN.js +6 -0
- package/es/locales/date/zhTW.d.ts +3 -0
- package/es/locales/date/zhTW.js +6 -0
- package/es/locales/index.d.ts +54 -0
- package/es/locales/index.js +51 -0
- package/es/locales/utils/index.d.ts +8 -0
- package/es/locales/utils/index.js +4 -0
- package/es/log/index.d.ts +2 -0
- package/es/log/index.js +1 -0
- package/es/log/src/Log.d.ts +574 -0
- package/es/log/src/Log.js +195 -0
- package/es/log/src/LogLine.d.ts +18 -0
- package/es/log/src/LogLine.js +52 -0
- package/es/log/src/LogLoader.d.ts +16 -0
- package/es/log/src/LogLoader.js +23 -0
- package/es/log/src/context.d.ts +2 -0
- package/es/log/src/context.js +2 -0
- package/es/log/src/styles/index.cssr.d.ts +2 -0
- package/es/log/src/styles/index.cssr.js +53 -0
- package/es/log/styles/dark.d.ts +3 -0
- package/es/log/styles/dark.js +22 -0
- package/es/log/styles/index.d.ts +3 -0
- package/es/log/styles/index.js +2 -0
- package/es/log/styles/light.d.ts +38 -0
- package/es/log/styles/light.js +24 -0
- package/es/mention/index.d.ts +3 -0
- package/es/mention/index.js +1 -0
- package/es/mention/src/Mention.d.ts +1585 -0
- package/es/mention/src/Mention.js +361 -0
- package/es/mention/src/interface.d.ts +6 -0
- package/es/mention/src/interface.js +1 -0
- package/es/mention/src/styles/index.cssr.d.ts +2 -0
- package/es/mention/src/styles/index.cssr.js +8 -0
- package/es/mention/src/utils.d.ts +65 -0
- package/es/mention/src/utils.js +204 -0
- package/es/mention/styles/dark.d.ts +3 -0
- package/es/mention/styles/dark.js +18 -0
- package/es/mention/styles/index.d.ts +3 -0
- package/es/mention/styles/index.js +2 -0
- package/es/mention/styles/light.d.ts +126 -0
- package/es/mention/styles/light.js +20 -0
- package/es/menu/index.d.ts +3 -0
- package/es/menu/index.js +1 -0
- package/es/menu/src/Menu.d.ts +2312 -0
- package/es/menu/src/Menu.js +380 -0
- package/es/menu/src/MenuDivider.d.ts +2 -0
- package/es/menu/src/MenuDivider.js +11 -0
- package/es/menu/src/MenuOption.d.ts +427 -0
- package/es/menu/src/MenuOption.js +69 -0
- package/es/menu/src/MenuOptionContent.d.ts +86 -0
- package/es/menu/src/MenuOptionContent.js +87 -0
- package/es/menu/src/MenuOptionGroup.d.ts +70 -0
- package/es/menu/src/MenuOptionGroup.js +43 -0
- package/es/menu/src/Submenu.d.ts +469 -0
- package/es/menu/src/Submenu.js +123 -0
- package/es/menu/src/context.d.ts +4 -0
- package/es/menu/src/context.js +4 -0
- package/es/menu/src/interface.d.ts +58 -0
- package/es/menu/src/interface.js +1 -0
- package/es/menu/src/styles/index.cssr.d.ts +3 -0
- package/es/menu/src/styles/index.cssr.js +228 -0
- package/es/menu/src/use-menu-child-props.d.ts +17 -0
- package/es/menu/src/use-menu-child-props.js +14 -0
- package/es/menu/src/use-menu-child.d.ts +38 -0
- package/es/menu/src/use-menu-child.js +80 -0
- package/es/menu/src/useCheckDeprecated.d.ts +2 -0
- package/es/menu/src/useCheckDeprecated.js +24 -0
- package/es/menu/src/utils.d.ts +7 -0
- package/es/menu/src/utils.js +51 -0
- package/es/menu/styles/dark.d.ts +3 -0
- package/es/menu/styles/dark.js +27 -0
- package/es/menu/styles/index.d.ts +3 -0
- package/es/menu/styles/index.js +2 -0
- package/es/menu/styles/light.d.ts +308 -0
- package/es/menu/styles/light.js +60 -0
- package/es/message/index.d.ts +4 -0
- package/es/message/index.js +2 -0
- package/es/message/src/Message.d.ts +79 -0
- package/es/message/src/Message.js +112 -0
- package/es/message/src/MessageEnvironment.d.ts +75 -0
- package/es/message/src/MessageEnvironment.js +91 -0
- package/es/message/src/MessageProvider.d.ts +727 -0
- package/es/message/src/MessageProvider.js +100 -0
- package/es/message/src/context.d.ts +7 -0
- package/es/message/src/context.js +3 -0
- package/es/message/src/message-props.d.ts +22 -0
- package/es/message/src/message-props.js +17 -0
- package/es/message/src/styles/index.cssr.d.ts +2 -0
- package/es/message/src/styles/index.cssr.js +133 -0
- package/es/message/src/styles/rtl.cssr.d.ts +2 -0
- package/es/message/src/styles/rtl.cssr.js +8 -0
- package/es/message/src/types.d.ts +17 -0
- package/es/message/src/types.js +1 -0
- package/es/message/src/use-message.d.ts +2 -0
- package/es/message/src/use-message.js +10 -0
- package/es/message/styles/_common.d.ts +13 -0
- package/es/message/styles/_common.js +12 -0
- package/es/message/styles/dark.d.ts +3 -0
- package/es/message/styles/dark.js +8 -0
- package/es/message/styles/index.d.ts +4 -0
- package/es/message/styles/index.js +3 -0
- package/es/message/styles/light.d.ts +76 -0
- package/es/message/styles/light.js +17 -0
- package/es/message/styles/rtl.d.ts +2 -0
- package/es/message/styles/rtl.js +5 -0
- package/es/modal/index.d.ts +2 -0
- package/es/modal/index.js +1 -0
- package/es/modal/src/BodyWrapper.d.ts +856 -0
- package/es/modal/src/BodyWrapper.js +213 -0
- package/es/modal/src/Modal.d.ts +2963 -0
- package/es/modal/src/Modal.js +245 -0
- package/es/modal/src/interface.d.ts +17 -0
- package/es/modal/src/interface.js +3 -0
- package/es/modal/src/presetProps.d.ts +49 -0
- package/es/modal/src/presetProps.js +6 -0
- package/es/modal/src/styles/index.cssr.d.ts +2 -0
- package/es/modal/src/styles/index.cssr.js +48 -0
- package/es/modal/styles/dark.d.ts +3 -0
- package/es/modal/styles/dark.js +16 -0
- package/es/modal/styles/index.d.ts +3 -0
- package/es/modal/styles/index.js +2 -0
- package/es/modal/styles/light.d.ts +300 -0
- package/es/modal/styles/light.js +24 -0
- package/es/notification/index.d.ts +4 -0
- package/es/notification/index.js +2 -0
- package/es/notification/src/Notification.d.ts +114 -0
- package/es/notification/src/Notification.js +127 -0
- package/es/notification/src/NotificationContainer.d.ts +192 -0
- package/es/notification/src/NotificationContainer.js +44 -0
- package/es/notification/src/NotificationEnvironment.d.ts +119 -0
- package/es/notification/src/NotificationEnvironment.js +143 -0
- package/es/notification/src/NotificationProvider.d.ts +446 -0
- package/es/notification/src/NotificationProvider.js +127 -0
- package/es/notification/src/context.d.ts +2 -0
- package/es/notification/src/context.js +2 -0
- package/es/notification/src/styles/index.cssr.d.ts +3 -0
- package/es/notification/src/styles/index.cssr.js +228 -0
- package/es/notification/src/styles/rtl.cssr.d.ts +2 -0
- package/es/notification/src/styles/rtl.cssr.js +22 -0
- package/es/notification/src/use-notification.d.ts +2 -0
- package/es/notification/src/use-notification.js +10 -0
- package/es/notification/styles/_common.d.ts +11 -0
- package/es/notification/styles/_common.js +10 -0
- package/es/notification/styles/dark.d.ts +3 -0
- package/es/notification/styles/dark.js +12 -0
- package/es/notification/styles/index.d.ts +4 -0
- package/es/notification/styles/index.js +3 -0
- package/es/notification/styles/light.d.ts +71 -0
- package/es/notification/styles/light.js +22 -0
- package/es/notification/styles/rtl.d.ts +2 -0
- package/es/notification/styles/rtl.js +5 -0
- package/es/number-animation/index.d.ts +3 -0
- package/es/number-animation/index.js +1 -0
- package/es/number-animation/src/NumberAnimation.d.ts +95 -0
- package/es/number-animation/src/NumberAnimation.js +99 -0
- package/es/number-animation/src/utils.d.ts +8 -0
- package/es/number-animation/src/utils.js +17 -0
- package/es/page-header/index.d.ts +2 -0
- package/es/page-header/index.js +1 -0
- package/es/page-header/src/PageHeader.d.ts +137 -0
- package/es/page-header/src/PageHeader.js +70 -0
- package/es/page-header/src/styles/index.cssr.d.ts +2 -0
- package/es/page-header/src/styles/index.cssr.js +49 -0
- package/es/page-header/src/styles/rtl.cssr.d.ts +2 -0
- package/es/page-header/src/styles/rtl.cssr.js +19 -0
- package/es/page-header/styles/_common.d.ts +5 -0
- package/es/page-header/styles/_common.js +4 -0
- package/es/page-header/styles/dark.d.ts +2 -0
- package/es/page-header/styles/dark.js +7 -0
- package/es/page-header/styles/index.d.ts +4 -0
- package/es/page-header/styles/index.js +3 -0
- package/es/page-header/styles/light.d.ts +25 -0
- package/es/page-header/styles/light.js +12 -0
- package/es/page-header/styles/rtl.d.ts +5 -0
- package/es/page-header/styles/rtl.js +5 -0
- package/es/pagination/index.d.ts +3 -0
- package/es/pagination/index.js +1 -0
- package/es/pagination/src/Pagination.d.ts +3948 -0
- package/es/pagination/src/Pagination.js +586 -0
- package/es/pagination/src/interface.d.ts +26 -0
- package/es/pagination/src/interface.js +1 -0
- package/es/pagination/src/styles/index.cssr.d.ts +2 -0
- package/es/pagination/src/styles/index.cssr.js +156 -0
- package/es/pagination/src/styles/rtl.cssr.d.ts +2 -0
- package/es/pagination/src/styles/rtl.cssr.js +8 -0
- package/es/pagination/src/utils.d.ts +23 -0
- package/es/pagination/src/utils.js +145 -0
- package/es/pagination/styles/_common.d.ts +36 -0
- package/es/pagination/styles/_common.js +35 -0
- package/es/pagination/styles/dark.d.ts +3 -0
- package/es/pagination/styles/dark.js +26 -0
- package/es/pagination/styles/index.d.ts +4 -0
- package/es/pagination/styles/index.js +3 -0
- package/es/pagination/styles/light.d.ts +411 -0
- package/es/pagination/styles/light.js +25 -0
- package/es/pagination/styles/rtl.d.ts +2 -0
- package/es/pagination/styles/rtl.js +7 -0
- package/es/popconfirm/index.d.ts +3 -0
- package/es/popconfirm/index.js +1 -0
- package/es/popconfirm/src/Popconfirm.d.ts +2776 -0
- package/es/popconfirm/src/Popconfirm.js +89 -0
- package/es/popconfirm/src/PopconfirmPanel.d.ts +73 -0
- package/es/popconfirm/src/PopconfirmPanel.js +75 -0
- package/es/popconfirm/src/interface.d.ts +12 -0
- package/es/popconfirm/src/interface.js +2 -0
- package/es/popconfirm/src/styles/index.cssr.d.ts +2 -0
- package/es/popconfirm/src/styles/index.cssr.js +22 -0
- package/es/popconfirm/styles/_common.d.ts +4 -0
- package/es/popconfirm/styles/_common.js +3 -0
- package/es/popconfirm/styles/dark.d.ts +3 -0
- package/es/popconfirm/styles/dark.js +14 -0
- package/es/popconfirm/styles/index.d.ts +3 -0
- package/es/popconfirm/styles/index.js +2 -0
- package/es/popconfirm/styles/light.d.ts +240 -0
- package/es/popconfirm/styles/light.js +19 -0
- package/es/popover/index.d.ts +4 -0
- package/es/popover/index.js +1 -0
- package/es/popover/src/Popover.d.ts +548 -0
- package/es/popover/src/Popover.js +476 -0
- package/es/popover/src/PopoverBody.d.ts +257 -0
- package/es/popover/src/PopoverBody.js +271 -0
- package/es/popover/src/interface.d.ts +12 -0
- package/es/popover/src/interface.js +2 -0
- package/es/popover/src/styles/index.cssr.d.ts +3 -0
- package/es/popover/src/styles/index.cssr.js +166 -0
- package/es/popover/styles/_common.d.ts +9 -0
- package/es/popover/styles/_common.js +8 -0
- package/es/popover/styles/dark.d.ts +3 -0
- package/es/popover/styles/dark.js +8 -0
- package/es/popover/styles/index.d.ts +3 -0
- package/es/popover/styles/index.js +2 -0
- package/es/popover/styles/light.d.ts +20 -0
- package/es/popover/styles/light.js +13 -0
- package/es/popselect/index.d.ts +3 -0
- package/es/popselect/index.js +1 -0
- package/es/popselect/src/Popselect.d.ts +1226 -0
- package/es/popselect/src/Popselect.js +69 -0
- package/es/popselect/src/PopselectPanel.d.ts +337 -0
- package/es/popselect/src/PopselectPanel.js +163 -0
- package/es/popselect/src/interface.d.ts +14 -0
- package/es/popselect/src/interface.js +2 -0
- package/es/popselect/src/styles/index.cssr.d.ts +2 -0
- package/es/popselect/src/styles/index.cssr.js +5 -0
- package/es/popselect/styles/dark.d.ts +3 -0
- package/es/popselect/styles/dark.js +12 -0
- package/es/popselect/styles/index.d.ts +3 -0
- package/es/popselect/styles/index.js +2 -0
- package/es/popselect/styles/light.d.ts +80 -0
- package/es/popselect/styles/light.js +20 -0
- package/es/preset.d.ts +3 -0
- package/es/preset.js +7 -0
- package/es/progress/index.d.ts +2 -0
- package/es/progress/index.js +1 -0
- package/es/progress/src/Circle.d.ts +92 -0
- package/es/progress/src/Circle.js +111 -0
- package/es/progress/src/Line.d.ts +79 -0
- package/es/progress/src/Line.js +116 -0
- package/es/progress/src/MultipleCircle.d.ts +82 -0
- package/es/progress/src/MultipleCircle.js +86 -0
- package/es/progress/src/Progress.d.ts +394 -0
- package/es/progress/src/Progress.js +100 -0
- package/es/progress/src/interface.d.ts +1 -0
- package/es/progress/src/interface.js +1 -0
- package/es/progress/src/styles/index.cssr.d.ts +2 -0
- package/es/progress/src/styles/index.cssr.js +196 -0
- package/es/progress/styles/dark.d.ts +3 -0
- package/es/progress/styles/dark.js +14 -0
- package/es/progress/styles/index.d.ts +3 -0
- package/es/progress/styles/index.js +2 -0
- package/es/progress/styles/light.d.ts +29 -0
- package/es/progress/styles/light.js +33 -0
- package/es/radio/index.d.ts +6 -0
- package/es/radio/index.js +3 -0
- package/es/radio/src/Radio.d.ts +526 -0
- package/es/radio/src/Radio.js +92 -0
- package/es/radio/src/RadioButton.d.ts +81 -0
- package/es/radio/src/RadioButton.js +25 -0
- package/es/radio/src/RadioGroup.d.ts +473 -0
- package/es/radio/src/RadioGroup.js +168 -0
- package/es/radio/src/interface.d.ts +2 -0
- package/es/radio/src/interface.js +1 -0
- package/es/radio/src/styles/radio-group.cssr.d.ts +2 -0
- package/es/radio/src/styles/radio-group.cssr.js +103 -0
- package/es/radio/src/styles/radio.cssr.d.ts +2 -0
- package/es/radio/src/styles/radio.cssr.js +144 -0
- package/es/radio/src/styles/rtl.cssr.d.ts +2 -0
- package/es/radio/src/styles/rtl.cssr.js +20 -0
- package/es/radio/src/use-radio.d.ts +53 -0
- package/es/radio/src/use-radio.js +136 -0
- package/es/radio/styles/_common.d.ts +8 -0
- package/es/radio/styles/_common.js +7 -0
- package/es/radio/styles/dark.d.ts +3 -0
- package/es/radio/styles/dark.js +14 -0
- package/es/radio/styles/index.d.ts +4 -0
- package/es/radio/styles/index.js +3 -0
- package/es/radio/styles/light.d.ts +50 -0
- package/es/radio/styles/light.js +15 -0
- package/es/radio/styles/rtl.d.ts +2 -0
- package/es/radio/styles/rtl.js +5 -0
- package/es/rate/index.d.ts +2 -0
- package/es/rate/index.js +1 -0
- package/es/rate/src/Rate.d.ts +156 -0
- package/es/rate/src/Rate.js +168 -0
- package/es/rate/src/StarIcon.d.ts +2 -0
- package/es/rate/src/StarIcon.js +3 -0
- package/es/rate/src/interface.d.ts +2 -0
- package/es/rate/src/interface.js +1 -0
- package/es/rate/src/styles/index.cssr.d.ts +2 -0
- package/es/rate/src/styles/index.cssr.js +44 -0
- package/es/rate/styles/dark.d.ts +3 -0
- package/es/rate/styles/dark.js +17 -0
- package/es/rate/styles/index.d.ts +3 -0
- package/es/rate/styles/index.js +2 -0
- package/es/rate/styles/light.d.ts +13 -0
- package/es/rate/styles/light.js +17 -0
- package/es/result/index.d.ts +2 -0
- package/es/result/index.js +1 -0
- package/es/result/src/403.d.ts +2 -0
- package/es/result/src/403.js +4 -0
- package/es/result/src/404.d.ts +2 -0
- package/es/result/src/404.js +8 -0
- package/es/result/src/418.d.ts +2 -0
- package/es/result/src/418.js +8 -0
- package/es/result/src/500.d.ts +2 -0
- package/es/result/src/500.js +5 -0
- package/es/result/src/Result.d.ts +291 -0
- package/es/result/src/Result.js +82 -0
- package/es/result/src/styles/index.cssr.d.ts +2 -0
- package/es/result/src/styles/index.cssr.js +43 -0
- package/es/result/styles/_common.d.ts +19 -0
- package/es/result/styles/_common.js +18 -0
- package/es/result/styles/dark.d.ts +3 -0
- package/es/result/styles/dark.js +8 -0
- package/es/result/styles/index.d.ts +3 -0
- package/es/result/styles/index.js +2 -0
- package/es/result/styles/light.d.ts +32 -0
- package/es/result/styles/light.js +12 -0
- package/es/scrollbar/index.d.ts +2 -0
- package/es/scrollbar/index.js +1 -0
- package/es/scrollbar/src/Scrollbar.d.ts +87 -0
- package/es/scrollbar/src/Scrollbar.js +26 -0
- package/es/select/index.d.ts +5 -0
- package/es/select/index.js +1 -0
- package/es/select/src/Select.d.ts +1917 -0
- package/es/select/src/Select.js +712 -0
- package/es/select/src/interface.d.ts +53 -0
- package/es/select/src/interface.js +1 -0
- package/es/select/src/styles/index.cssr.d.ts +2 -0
- package/es/select/src/styles/index.cssr.js +14 -0
- package/es/select/src/utils.d.ts +8 -0
- package/es/select/src/utils.js +76 -0
- package/es/select/styles/dark.d.ts +3 -0
- package/es/select/styles/dark.js +14 -0
- package/es/select/styles/index.d.ts +3 -0
- package/es/select/styles/index.js +2 -0
- package/es/select/styles/light.d.ts +136 -0
- package/es/select/styles/light.js +20 -0
- package/es/skeleton/index.d.ts +2 -0
- package/es/skeleton/index.js +1 -0
- package/es/skeleton/src/Skeleton.d.ts +155 -0
- package/es/skeleton/src/Skeleton.js +79 -0
- package/es/skeleton/src/styles/index.cssr.d.ts +2 -0
- package/es/skeleton/src/styles/index.cssr.js +29 -0
- package/es/skeleton/styles/dark.d.ts +2 -0
- package/es/skeleton/styles/dark.js +16 -0
- package/es/skeleton/styles/index.d.ts +3 -0
- package/es/skeleton/styles/index.js +2 -0
- package/es/skeleton/styles/light.d.ts +14 -0
- package/es/skeleton/styles/light.js +17 -0
- package/es/slider/index.d.ts +2 -0
- package/es/slider/index.js +1 -0
- package/es/slider/src/Slider.d.ts +510 -0
- package/es/slider/src/Slider.js +582 -0
- package/es/slider/src/interface.d.ts +1 -0
- package/es/slider/src/interface.js +1 -0
- package/es/slider/src/styles/index.cssr.d.ts +2 -0
- package/es/slider/src/styles/index.cssr.js +201 -0
- package/es/slider/src/utils.d.ts +10 -0
- package/es/slider/src/utils.js +14 -0
- package/es/slider/styles/_common.d.ts +9 -0
- package/es/slider/styles/_common.js +8 -0
- package/es/slider/styles/dark.d.ts +3 -0
- package/es/slider/styles/dark.js +12 -0
- package/es/slider/styles/index.d.ts +3 -0
- package/es/slider/styles/index.js +2 -0
- package/es/slider/styles/light.d.ts +36 -0
- package/es/slider/styles/light.js +14 -0
- package/es/space/index.d.ts +2 -0
- package/es/space/index.js +1 -0
- package/es/space/src/Space.d.ts +144 -0
- package/es/space/src/Space.js +133 -0
- package/es/space/src/styles/rtl.cssr.d.ts +2 -0
- package/es/space/src/styles/rtl.cssr.js +4 -0
- package/es/space/src/utils.d.ts +1 -0
- package/es/space/src/utils.js +22 -0
- package/es/space/styles/_common.d.ts +6 -0
- package/es/space/styles/_common.js +5 -0
- package/es/space/styles/dark.d.ts +3 -0
- package/es/space/styles/dark.js +8 -0
- package/es/space/styles/index.d.ts +4 -0
- package/es/space/styles/index.js +3 -0
- package/es/space/styles/light.d.ts +10 -0
- package/es/space/styles/light.js +9 -0
- package/es/space/styles/rtl.d.ts +2 -0
- package/es/space/styles/rtl.js +5 -0
- package/es/spin/index.d.ts +2 -0
- package/es/spin/index.js +1 -0
- package/es/spin/src/Spin.d.ts +202 -0
- package/es/spin/src/Spin.js +133 -0
- package/es/spin/src/styles/index.cssr.d.ts +2 -0
- package/es/spin/src/styles/index.cssr.js +52 -0
- package/es/spin/styles/dark.d.ts +3 -0
- package/es/spin/styles/dark.js +8 -0
- package/es/spin/styles/index.d.ts +3 -0
- package/es/spin/styles/index.js +2 -0
- package/es/spin/styles/light.d.ts +17 -0
- package/es/spin/styles/light.js +27 -0
- package/es/statistic/index.d.ts +2 -0
- package/es/statistic/index.js +1 -0
- package/es/statistic/src/Statistic.d.ts +125 -0
- package/es/statistic/src/Statistic.js +56 -0
- package/es/statistic/src/styles/index.cssr.d.ts +2 -0
- package/es/statistic/src/styles/index.cssr.js +38 -0
- package/es/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/es/statistic/src/styles/rtl.cssr.js +9 -0
- package/es/statistic/styles/dark.d.ts +3 -0
- package/es/statistic/styles/dark.js +8 -0
- package/es/statistic/styles/index.d.ts +4 -0
- package/es/statistic/styles/index.js +3 -0
- package/es/statistic/styles/light.d.ts +16 -0
- package/es/statistic/styles/light.js +20 -0
- package/es/statistic/styles/rtl.d.ts +2 -0
- package/es/statistic/styles/rtl.js +5 -0
- package/es/steps/index.d.ts +4 -0
- package/es/steps/index.js +2 -0
- package/es/steps/src/Step.d.ts +60 -0
- package/es/steps/src/Step.js +147 -0
- package/es/steps/src/Steps.d.ts +376 -0
- package/es/steps/src/Steps.js +52 -0
- package/es/steps/src/styles/index.cssr.d.ts +2 -0
- package/es/steps/src/styles/index.cssr.js +102 -0
- package/es/steps/src/styles/rtl.cssr.d.ts +2 -0
- package/es/steps/src/styles/rtl.cssr.js +14 -0
- package/es/steps/styles/_common.d.ts +11 -0
- package/es/steps/styles/_common.js +10 -0
- package/es/steps/styles/dark.d.ts +3 -0
- package/es/steps/styles/dark.js +8 -0
- package/es/steps/styles/index.d.ts +4 -0
- package/es/steps/styles/index.js +3 -0
- package/es/steps/styles/light.d.ts +41 -0
- package/es/steps/styles/light.js +12 -0
- package/es/steps/styles/rtl.d.ts +2 -0
- package/es/steps/styles/rtl.js +5 -0
- package/es/styles.d.ts +78 -0
- package/es/styles.js +79 -0
- package/es/switch/index.d.ts +2 -0
- package/es/switch/index.js +1 -0
- package/es/switch/src/Switch.d.ts +527 -0
- package/es/switch/src/Switch.js +252 -0
- package/es/switch/src/interface.d.ts +2 -0
- package/es/switch/src/interface.js +1 -0
- package/es/switch/src/styles/index.cssr.d.ts +2 -0
- package/es/switch/src/styles/index.cssr.js +133 -0
- package/es/switch/styles/_common.d.ts +18 -0
- package/es/switch/styles/_common.js +17 -0
- package/es/switch/styles/dark.d.ts +3 -0
- package/es/switch/styles/dark.js +13 -0
- package/es/switch/styles/index.d.ts +3 -0
- package/es/switch/styles/index.js +2 -0
- package/es/switch/styles/light.d.ts +44 -0
- package/es/switch/styles/light.js +14 -0
- package/es/table/index.d.ts +7 -0
- package/es/table/index.js +6 -0
- package/es/table/src/Table.d.ts +350 -0
- package/es/table/src/Table.js +84 -0
- package/es/table/src/Tbody.d.ts +2 -0
- package/es/table/src/Tbody.js +7 -0
- package/es/table/src/Td.d.ts +2 -0
- package/es/table/src/Td.js +7 -0
- package/es/table/src/Th.d.ts +2 -0
- package/es/table/src/Th.js +7 -0
- package/es/table/src/Thead.d.ts +2 -0
- package/es/table/src/Thead.js +7 -0
- package/es/table/src/Tr.d.ts +2 -0
- package/es/table/src/Tr.js +7 -0
- package/es/table/src/styles/index.cssr.d.ts +2 -0
- package/es/table/src/styles/index.cssr.js +96 -0
- package/es/table/src/styles/rtl.cssr.d.ts +2 -0
- package/es/table/src/styles/rtl.cssr.js +13 -0
- package/es/table/styles/_common.d.ts +9 -0
- package/es/table/styles/_common.js +8 -0
- package/es/table/styles/dark.d.ts +3 -0
- package/es/table/styles/dark.js +8 -0
- package/es/table/styles/index.d.ts +4 -0
- package/es/table/styles/index.js +3 -0
- package/es/table/styles/light.d.ts +34 -0
- package/es/table/styles/light.js +17 -0
- package/es/table/styles/rtl.d.ts +2 -0
- package/es/table/styles/rtl.js +5 -0
- package/es/tabs/index.d.ts +7 -0
- package/es/tabs/index.js +3 -0
- package/es/tabs/src/Tab.d.ts +80 -0
- package/es/tabs/src/Tab.js +89 -0
- package/es/tabs/src/TabPane.d.ts +80 -0
- package/es/tabs/src/TabPane.js +49 -0
- package/es/tabs/src/Tabs.d.ts +1060 -0
- package/es/tabs/src/Tabs.js +640 -0
- package/es/tabs/src/interface.d.ts +32 -0
- package/es/tabs/src/interface.js +2 -0
- package/es/tabs/src/styles/index.cssr.d.ts +2 -0
- package/es/tabs/src/styles/index.cssr.js +358 -0
- package/es/tabs/styles/_common.d.ts +59 -0
- package/es/tabs/styles/_common.js +58 -0
- package/es/tabs/styles/dark.d.ts +3 -0
- package/es/tabs/styles/dark.js +14 -0
- package/es/tabs/styles/index.d.ts +3 -0
- package/es/tabs/styles/index.js +2 -0
- package/es/tabs/styles/light.d.ts +97 -0
- package/es/tabs/styles/light.js +16 -0
- package/es/tag/index.d.ts +2 -0
- package/es/tag/index.js +1 -0
- package/es/tag/src/Tag.d.ts +1096 -0
- package/es/tag/src/Tag.js +158 -0
- package/es/tag/src/common-props.d.ts +27 -0
- package/es/tag/src/common-props.js +20 -0
- package/es/tag/src/styles/index.cssr.d.ts +2 -0
- package/es/tag/src/styles/index.cssr.js +108 -0
- package/es/tag/src/styles/rtl.cssr.d.ts +2 -0
- package/es/tag/src/styles/rtl.cssr.js +18 -0
- package/es/tag/styles/_common.d.ts +15 -0
- package/es/tag/styles/_common.js +14 -0
- package/es/tag/styles/dark.d.ts +3 -0
- package/es/tag/styles/dark.js +35 -0
- package/es/tag/styles/index.d.ts +4 -0
- package/es/tag/styles/index.js +3 -0
- package/es/tag/styles/light.d.ts +106 -0
- package/es/tag/styles/light.js +36 -0
- package/es/tag/styles/rtl.d.ts +2 -0
- package/es/tag/styles/rtl.js +5 -0
- package/es/theme-editor/index.d.ts +1 -0
- package/es/theme-editor/index.js +1 -0
- package/es/theme-editor/src/MaximizeIcon.d.ts +1 -0
- package/es/theme-editor/src/MaximizeIcon.js +8 -0
- package/es/theme-editor/src/MinimizeIcon.d.ts +1 -0
- package/es/theme-editor/src/MinimizeIcon.js +8 -0
- package/es/theme-editor/src/ThemeEditor.d.ts +152 -0
- package/es/theme-editor/src/ThemeEditor.js +332 -0
- package/es/themes/dark.d.ts +2 -0
- package/es/themes/dark.js +167 -0
- package/es/themes/index.d.ts +3 -0
- package/es/themes/index.js +3 -0
- package/es/themes/interface.d.ts +2 -0
- package/es/themes/interface.js +1 -0
- package/es/themes/light.d.ts +2 -0
- package/es/themes/light.js +169 -0
- package/es/themes/utils.d.ts +6 -0
- package/es/themes/utils.js +19 -0
- package/es/thing/index.d.ts +2 -0
- package/es/thing/index.js +1 -0
- package/es/thing/src/Thing.d.ts +86 -0
- package/es/thing/src/Thing.js +75 -0
- package/es/thing/src/styles/index.cssr.d.ts +2 -0
- package/es/thing/src/styles/index.cssr.js +41 -0
- package/es/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/es/thing/src/styles/rtl.cssr.js +8 -0
- package/es/thing/styles/dark.d.ts +3 -0
- package/es/thing/styles/dark.js +8 -0
- package/es/thing/styles/index.d.ts +4 -0
- package/es/thing/styles/index.js +3 -0
- package/es/thing/styles/light.d.ts +12 -0
- package/es/thing/styles/light.js +16 -0
- package/es/thing/styles/rtl.d.ts +2 -0
- package/es/thing/styles/rtl.js +8 -0
- package/es/time/index.d.ts +2 -0
- package/es/time/index.js +1 -0
- package/es/time/src/Time.d.ts +65 -0
- package/es/time/src/Time.js +87 -0
- package/es/time-picker/index.d.ts +3 -0
- package/es/time-picker/index.js +1 -0
- package/es/time-picker/src/Panel.d.ts +615 -0
- package/es/time-picker/src/Panel.js +245 -0
- package/es/time-picker/src/PanelCol.d.ts +34 -0
- package/es/time-picker/src/PanelCol.js +36 -0
- package/es/time-picker/src/TimePicker.d.ts +3467 -0
- package/es/time-picker/src/TimePicker.js +703 -0
- package/es/time-picker/src/interface.d.ts +34 -0
- package/es/time-picker/src/interface.js +2 -0
- package/es/time-picker/src/styles/index.cssr.d.ts +2 -0
- package/es/time-picker/src/styles/index.cssr.js +99 -0
- package/es/time-picker/src/utils.d.ts +14 -0
- package/es/time-picker/src/utils.js +266 -0
- package/es/time-picker/styles/_common.d.ts +7 -0
- package/es/time-picker/styles/_common.js +6 -0
- package/es/time-picker/styles/dark.d.ts +3 -0
- package/es/time-picker/styles/dark.js +16 -0
- package/es/time-picker/styles/index.d.ts +3 -0
- package/es/time-picker/styles/index.js +2 -0
- package/es/time-picker/styles/light.d.ts +315 -0
- package/es/time-picker/styles/light.js +23 -0
- package/es/timeline/index.d.ts +4 -0
- package/es/timeline/index.js +2 -0
- package/es/timeline/src/Timeline.d.ts +267 -0
- package/es/timeline/src/Timeline.js +36 -0
- package/es/timeline/src/TimelineItem.d.ts +66 -0
- package/es/timeline/src/TimelineItem.js +87 -0
- package/es/timeline/src/styles/index.cssr.d.ts +2 -0
- package/es/timeline/src/styles/index.cssr.js +111 -0
- package/es/timeline/styles/_common.d.ts +9 -0
- package/es/timeline/styles/_common.js +8 -0
- package/es/timeline/styles/dark.d.ts +3 -0
- package/es/timeline/styles/dark.js +11 -0
- package/es/timeline/styles/index.d.ts +3 -0
- package/es/timeline/styles/index.js +2 -0
- package/es/timeline/styles/light.d.ts +30 -0
- package/es/timeline/styles/light.js +12 -0
- package/es/tooltip/index.d.ts +2 -0
- package/es/tooltip/index.js +1 -0
- package/es/tooltip/src/Tooltip.d.ts +776 -0
- package/es/tooltip/src/Tooltip.js +85 -0
- package/es/tooltip/src/TooltipArrow.d.ts +2 -0
- package/es/tooltip/src/TooltipArrow.js +15 -0
- package/es/tooltip/src/styles/index.cssr.d.ts +2 -0
- package/es/tooltip/src/styles/index.cssr.js +63 -0
- package/es/tooltip/styles/_common.d.ts +15 -0
- package/es/tooltip/styles/_common.js +14 -0
- package/es/tooltip/styles/dark.d.ts +3 -0
- package/es/tooltip/styles/dark.js +15 -0
- package/es/tooltip/styles/index.d.ts +3 -0
- package/es/tooltip/styles/index.js +2 -0
- package/es/tooltip/styles/light.d.ts +53 -0
- package/es/tooltip/styles/light.js +17 -0
- package/es/transfer/index.d.ts +3 -0
- package/es/transfer/index.js +1 -0
- package/es/transfer/src/Transfer.d.ts +3972 -0
- package/es/transfer/src/Transfer.js +195 -0
- package/es/transfer/src/TransferFilter.d.ts +537 -0
- package/es/transfer/src/TransferFilter.js +32 -0
- package/es/transfer/src/TransferHeader.d.ts +27 -0
- package/es/transfer/src/TransferHeader.js +46 -0
- package/es/transfer/src/TransferList.d.ts +578 -0
- package/es/transfer/src/TransferList.js +76 -0
- package/es/transfer/src/TransferListItem.d.ts +558 -0
- package/es/transfer/src/TransferListItem.js +70 -0
- package/es/transfer/src/interface.d.ts +38 -0
- package/es/transfer/src/interface.js +2 -0
- package/es/transfer/src/styles/index.cssr.d.ts +2 -0
- package/es/transfer/src/styles/index.cssr.js +151 -0
- package/es/transfer/src/use-transfer-data.d.ts +31 -0
- package/es/transfer/src/use-transfer-data.js +121 -0
- package/es/transfer/styles/_common.d.ts +14 -0
- package/es/transfer/styles/_common.js +13 -0
- package/es/transfer/styles/dark.d.ts +3 -0
- package/es/transfer/styles/dark.js +31 -0
- package/es/transfer/styles/index.d.ts +3 -0
- package/es/transfer/styles/index.js +2 -0
- package/es/transfer/styles/light.d.ts +404 -0
- package/es/transfer/styles/light.js +33 -0
- package/es/tree/index.d.ts +3 -0
- package/es/tree/index.js +1 -0
- package/es/tree/src/MotionWrapper.d.ts +40 -0
- package/es/tree/src/MotionWrapper.js +37 -0
- package/es/tree/src/Tree.d.ts +1673 -0
- package/es/tree/src/Tree.js +1265 -0
- package/es/tree/src/TreeNode.d.ts +65 -0
- package/es/tree/src/TreeNode.js +348 -0
- package/es/tree/src/TreeNodeCheckbox.d.ts +251 -0
- package/es/tree/src/TreeNodeCheckbox.js +49 -0
- package/es/tree/src/TreeNodeContent.d.ts +45 -0
- package/es/tree/src/TreeNodeContent.js +69 -0
- package/es/tree/src/TreeNodeSwitcher.d.ts +45 -0
- package/es/tree/src/TreeNodeSwitcher.js +49 -0
- package/es/tree/src/dnd.d.ts +12 -0
- package/es/tree/src/dnd.js +37 -0
- package/es/tree/src/interface.d.ts +136 -0
- package/es/tree/src/interface.js +2 -0
- package/es/tree/src/keyboard.d.ts +16 -0
- package/es/tree/src/keyboard.js +102 -0
- package/es/tree/src/styles/index.cssr.d.ts +2 -0
- package/es/tree/src/styles/index.cssr.js +134 -0
- package/es/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/es/tree/src/styles/rtl.cssr.js +17 -0
- package/es/tree/src/utils.d.ts +19 -0
- package/es/tree/src/utils.js +114 -0
- package/es/tree/styles/dark.d.ts +3 -0
- package/es/tree/styles/dark.js +22 -0
- package/es/tree/styles/index.d.ts +4 -0
- package/es/tree/styles/index.js +3 -0
- package/es/tree/styles/light.d.ts +88 -0
- package/es/tree/styles/light.js +35 -0
- package/es/tree/styles/rtl.d.ts +2 -0
- package/es/tree/styles/rtl.js +5 -0
- package/es/tree-select/index.d.ts +3 -0
- package/es/tree-select/index.js +1 -0
- package/es/tree-select/src/TreeSelect.d.ts +2312 -0
- package/es/tree-select/src/TreeSelect.js +600 -0
- package/es/tree-select/src/interface.d.ts +65 -0
- package/es/tree-select/src/interface.js +2 -0
- package/es/tree-select/src/styles/index.cssr.d.ts +2 -0
- package/es/tree-select/src/styles/index.cssr.js +38 -0
- package/es/tree-select/src/utils.d.ts +4 -0
- package/es/tree-select/src/utils.js +8 -0
- package/es/tree-select/styles/dark.d.ts +3 -0
- package/es/tree-select/styles/dark.js +14 -0
- package/es/tree-select/styles/index.d.ts +3 -0
- package/es/tree-select/styles/index.js +2 -0
- package/es/tree-select/styles/light.d.ts +178 -0
- package/es/tree-select/styles/light.js +29 -0
- package/es/typography/index.d.ts +22 -0
- package/es/typography/index.js +10 -0
- package/es/typography/src/a.d.ts +610 -0
- package/es/typography/src/a.js +34 -0
- package/es/typography/src/blockquote.d.ts +618 -0
- package/es/typography/src/blockquote.js +42 -0
- package/es/typography/src/create-header.d.ts +638 -0
- package/es/typography/src/create-header.js +58 -0
- package/es/typography/src/headers.d.ts +2568 -0
- package/es/typography/src/headers.js +7 -0
- package/es/typography/src/hr.d.ts +408 -0
- package/es/typography/src/hr.js +33 -0
- package/es/typography/src/li.d.ts +2 -0
- package/es/typography/src/li.js +7 -0
- package/es/typography/src/ol.d.ts +620 -0
- package/es/typography/src/ol.js +44 -0
- package/es/typography/src/p.d.ts +617 -0
- package/es/typography/src/p.js +39 -0
- package/es/typography/src/styles/a.cssr.d.ts +2 -0
- package/es/typography/src/styles/a.cssr.js +12 -0
- package/es/typography/src/styles/blockquote.cssr.d.ts +2 -0
- package/es/typography/src/styles/blockquote.cssr.js +27 -0
- package/es/typography/src/styles/header.cssr.d.ts +2 -0
- package/es/typography/src/styles/header.cssr.js +37 -0
- package/es/typography/src/styles/hr.cssr.d.ts +2 -0
- package/es/typography/src/styles/hr.cssr.js +11 -0
- package/es/typography/src/styles/list.cssr.d.ts +2 -0
- package/es/typography/src/styles/list.cssr.js +32 -0
- package/es/typography/src/styles/p.cssr.d.ts +2 -0
- package/es/typography/src/styles/p.cssr.js +15 -0
- package/es/typography/src/styles/text.cssr.d.ts +2 -0
- package/es/typography/src/styles/text.cssr.js +34 -0
- package/es/typography/src/text.d.ts +674 -0
- package/es/typography/src/text.js +76 -0
- package/es/typography/src/ul.d.ts +620 -0
- package/es/typography/src/ul.js +44 -0
- package/es/typography/styles/_common.d.ts +31 -0
- package/es/typography/styles/_common.js +30 -0
- package/es/typography/styles/dark.d.ts +3 -0
- package/es/typography/styles/dark.js +8 -0
- package/es/typography/styles/index.d.ts +3 -0
- package/es/typography/styles/index.js +2 -0
- package/es/typography/styles/light.d.ts +72 -0
- package/es/typography/styles/light.js +12 -0
- package/es/upload/index.d.ts +5 -0
- package/es/upload/index.js +4 -0
- package/es/upload/src/Upload.d.ts +3063 -0
- package/es/upload/src/Upload.js +557 -0
- package/es/upload/src/UploadDragger.d.ts +3 -0
- package/es/upload/src/UploadDragger.js +22 -0
- package/es/upload/src/UploadFile.d.ts +444 -0
- package/es/upload/src/UploadFile.js +249 -0
- package/es/upload/src/UploadFileList.d.ts +2 -0
- package/es/upload/src/UploadFileList.js +39 -0
- package/es/upload/src/UploadProgress.d.ts +420 -0
- package/es/upload/src/UploadProgress.js +30 -0
- package/es/upload/src/UploadTrigger.d.ts +10 -0
- package/es/upload/src/UploadTrigger.js +82 -0
- package/es/upload/src/icons.d.ts +7 -0
- package/es/upload/src/icons.js +12 -0
- package/es/upload/src/interface.d.ts +127 -0
- package/es/upload/src/interface.js +2 -0
- package/es/upload/src/styles/index.cssr.d.ts +2 -0
- package/es/upload/src/styles/index.cssr.js +263 -0
- package/es/upload/src/utils.d.ts +19 -0
- package/es/upload/src/utils.js +164 -0
- package/es/upload/styles/dark.d.ts +3 -0
- package/es/upload/styles/dark.js +22 -0
- package/es/upload/styles/index.d.ts +3 -0
- package/es/upload/styles/index.js +2 -0
- package/es/upload/styles/light.d.ts +285 -0
- package/es/upload/styles/light.js +43 -0
- package/es/version.d.ts +2 -0
- package/es/version.js +1 -0
- package/es/watermark/index.d.ts +2 -0
- package/es/watermark/index.js +1 -0
- package/es/watermark/src/Watermark.d.ts +298 -0
- package/es/watermark/src/Watermark.js +180 -0
- package/es/watermark/src/styles/index.cssr.d.ts +2 -0
- package/es/watermark/src/styles/index.cssr.js +30 -0
- package/es/watermark/styles/dark.d.ts +3 -0
- package/es/watermark/styles/dark.js +12 -0
- package/es/watermark/styles/index.d.ts +3 -0
- package/es/watermark/styles/index.js +2 -0
- package/es/watermark/styles/light.d.ts +5 -0
- package/es/watermark/styles/light.js +13 -0
- package/lib/_internal/clear/index.d.ts +1 -0
- package/lib/_internal/clear/index.js +8 -0
- package/lib/_internal/clear/src/Clear.d.ts +21 -0
- package/lib/_internal/clear/src/Clear.js +47 -0
- package/lib/_internal/clear/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/clear/src/styles/index.cssr.js +42 -0
- package/lib/_internal/close/index.d.ts +1 -0
- package/lib/_internal/close/index.js +8 -0
- package/lib/_internal/close/src/Close.d.ts +49 -0
- package/lib/_internal/close/src/Close.js +54 -0
- package/lib/_internal/close/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/close/src/styles/index.cssr.js +59 -0
- package/lib/_internal/fade-in-expand-transition/index.d.ts +1 -0
- package/lib/_internal/fade-in-expand-transition/index.js +8 -0
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +28 -0
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +110 -0
- package/lib/_internal/focus-detector/index.d.ts +2 -0
- package/lib/_internal/focus-detector/index.js +7 -0
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +9 -0
- package/lib/_internal/focus-detector/src/FocusDetector.js +12 -0
- package/lib/_internal/icon/index.d.ts +1 -0
- package/lib/_internal/icon/index.js +8 -0
- package/lib/_internal/icon/src/Icon.d.ts +42 -0
- package/lib/_internal/icon/src/Icon.js +36 -0
- package/lib/_internal/icon/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/icon/src/styles/index.cssr.js +19 -0
- package/lib/_internal/icon-switch-transition/index.d.ts +1 -0
- package/lib/_internal/icon-switch-transition/index.js +8 -0
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.d.ts +2 -0
- package/lib/_internal/icon-switch-transition/src/IconSwitchTransition.js +11 -0
- package/lib/_internal/icons/Add.d.ts +2 -0
- package/lib/_internal/icons/Add.js +10 -0
- package/lib/_internal/icons/ArrowBack.d.ts +2 -0
- package/lib/_internal/icons/ArrowBack.js +11 -0
- package/lib/_internal/icons/ArrowDown.d.ts +2 -0
- package/lib/_internal/icons/ArrowDown.js +18 -0
- package/lib/_internal/icons/ArrowUp.d.ts +2 -0
- package/lib/_internal/icons/ArrowUp.js +11 -0
- package/lib/_internal/icons/Attach.d.ts +2 -0
- package/lib/_internal/icons/Attach.js +8 -0
- package/lib/_internal/icons/Backward.d.ts +2 -0
- package/lib/_internal/icons/Backward.js +10 -0
- package/lib/_internal/icons/Cancel.d.ts +2 -0
- package/lib/_internal/icons/Cancel.js +8 -0
- package/lib/_internal/icons/Checkmark.d.ts +2 -0
- package/lib/_internal/icons/Checkmark.js +11 -0
- package/lib/_internal/icons/ChevronDown.d.ts +2 -0
- package/lib/_internal/icons/ChevronDown.js +10 -0
- package/lib/_internal/icons/ChevronDownFilled.d.ts +2 -0
- package/lib/_internal/icons/ChevronDownFilled.js +10 -0
- package/lib/_internal/icons/ChevronDownOutline.d.ts +2 -0
- package/lib/_internal/icons/ChevronDownOutline.js +10 -0
- package/lib/_internal/icons/ChevronLeft.d.ts +2 -0
- package/lib/_internal/icons/ChevronLeft.js +10 -0
- package/lib/_internal/icons/ChevronRight.d.ts +2 -0
- package/lib/_internal/icons/ChevronRight.js +10 -0
- package/lib/_internal/icons/Clear.d.ts +2 -0
- package/lib/_internal/icons/Clear.js +14 -0
- package/lib/_internal/icons/Close.d.ts +2 -0
- package/lib/_internal/icons/Close.js +8 -0
- package/lib/_internal/icons/Date.d.ts +2 -0
- package/lib/_internal/icons/Date.js +8 -0
- package/lib/_internal/icons/Download.d.ts +2 -0
- package/lib/_internal/icons/Download.js +8 -0
- package/lib/_internal/icons/Empty.d.ts +2 -0
- package/lib/_internal/icons/Empty.js +11 -0
- package/lib/_internal/icons/Error.d.ts +2 -0
- package/lib/_internal/icons/Error.js +8 -0
- package/lib/_internal/icons/Eye.d.ts +2 -0
- package/lib/_internal/icons/Eye.js +11 -0
- package/lib/_internal/icons/EyeOff.d.ts +2 -0
- package/lib/_internal/icons/EyeOff.js +14 -0
- package/lib/_internal/icons/FastBackward.d.ts +2 -0
- package/lib/_internal/icons/FastBackward.js +12 -0
- package/lib/_internal/icons/FastForward.d.ts +2 -0
- package/lib/_internal/icons/FastForward.js +12 -0
- package/lib/_internal/icons/File.d.ts +2 -0
- package/lib/_internal/icons/File.js +12 -0
- package/lib/_internal/icons/Filter.d.ts +2 -0
- package/lib/_internal/icons/Filter.js +12 -0
- package/lib/_internal/icons/Forward.d.ts +2 -0
- package/lib/_internal/icons/Forward.js +10 -0
- package/lib/_internal/icons/Info.d.ts +2 -0
- package/lib/_internal/icons/Info.js +8 -0
- package/lib/_internal/icons/More.d.ts +2 -0
- package/lib/_internal/icons/More.js +12 -0
- package/lib/_internal/icons/Photo.d.ts +2 -0
- package/lib/_internal/icons/Photo.js +14 -0
- package/lib/_internal/icons/Remove.d.ts +2 -0
- package/lib/_internal/icons/Remove.js +10 -0
- package/lib/_internal/icons/ResizeSmall.d.ts +2 -0
- package/lib/_internal/icons/ResizeSmall.js +11 -0
- package/lib/_internal/icons/Retry.d.ts +2 -0
- package/lib/_internal/icons/Retry.js +7 -0
- package/lib/_internal/icons/RotateClockwise.d.ts +2 -0
- package/lib/_internal/icons/RotateClockwise.js +7 -0
- package/lib/_internal/icons/RotateCounterclockwise.d.ts +2 -0
- package/lib/_internal/icons/RotateCounterclockwise.js +7 -0
- package/lib/_internal/icons/Search.d.ts +2 -0
- package/lib/_internal/icons/Search.js +10 -0
- package/lib/_internal/icons/Success.d.ts +2 -0
- package/lib/_internal/icons/Success.js +8 -0
- package/lib/_internal/icons/Switcher.d.ts +2 -0
- package/lib/_internal/icons/Switcher.js +10 -0
- package/lib/_internal/icons/Time.d.ts +2 -0
- package/lib/_internal/icons/Time.js +7 -0
- package/lib/_internal/icons/To.d.ts +2 -0
- package/lib/_internal/icons/To.js +8 -0
- package/lib/_internal/icons/Trash.d.ts +2 -0
- package/lib/_internal/icons/Trash.js +9 -0
- package/lib/_internal/icons/Warning.d.ts +2 -0
- package/lib/_internal/icons/Warning.js +8 -0
- package/lib/_internal/icons/ZoomIn.d.ts +2 -0
- package/lib/_internal/icons/ZoomIn.js +7 -0
- package/lib/_internal/icons/ZoomOut.d.ts +2 -0
- package/lib/_internal/icons/ZoomOut.js +7 -0
- package/lib/_internal/icons/index.d.ts +43 -0
- package/lib/_internal/icons/index.js +92 -0
- package/lib/_internal/icons/replaceable.d.ts +2 -0
- package/lib/_internal/icons/replaceable.js +22 -0
- package/lib/_internal/index.d.ts +20 -0
- package/lib/_internal/index.js +37 -0
- package/lib/_internal/loading/index.d.ts +2 -0
- package/lib/_internal/loading/index.js +8 -0
- package/lib/_internal/loading/src/Loading.d.ts +70 -0
- package/lib/_internal/loading/src/Loading.js +57 -0
- package/lib/_internal/loading/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/loading/src/styles/index.cssr.js +144 -0
- package/lib/_internal/menu-mask/index.d.ts +2 -0
- package/lib/_internal/menu-mask/index.js +8 -0
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +16 -0
- package/lib/_internal/menu-mask/src/MenuMask.js +46 -0
- package/lib/_internal/menu-mask/src/interface.d.ts +3 -0
- package/lib/_internal/menu-mask/src/interface.js +2 -0
- package/lib/_internal/menu-mask/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/menu-mask/src/styles/index.cssr.js +20 -0
- package/lib/_internal/scrollbar/index.d.ts +2 -0
- package/lib/_internal/scrollbar/index.js +9 -0
- package/lib/_internal/scrollbar/src/Scrollbar.d.ts +242 -0
- package/lib/_internal/scrollbar/src/Scrollbar.js +628 -0
- package/lib/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +68 -0
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/_internal/scrollbar/src/styles/rtl.cssr.js +15 -0
- package/lib/_internal/scrollbar/styles/dark.d.ts +3 -0
- package/lib/_internal/scrollbar/styles/dark.js +10 -0
- package/lib/_internal/scrollbar/styles/index.d.ts +4 -0
- package/lib/_internal/scrollbar/styles/index.js +12 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +10 -0
- package/lib/_internal/scrollbar/styles/light.js +18 -0
- package/lib/_internal/scrollbar/styles/rtl.d.ts +3 -0
- package/lib/_internal/scrollbar/styles/rtl.js +12 -0
- package/lib/_internal/select-menu/index.d.ts +2 -0
- package/lib/_internal/select-menu/index.js +8 -0
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +29 -0
- package/lib/_internal/select-menu/src/SelectGroupHeader.js +42 -0
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +727 -0
- package/lib/_internal/select-menu/src/SelectMenu.js +353 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +37 -0
- package/lib/_internal/select-menu/src/SelectOption.js +121 -0
- package/lib/_internal/select-menu/src/interface.d.ts +40 -0
- package/lib/_internal/select-menu/src/interface.js +6 -0
- package/lib/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/select-menu/src/styles/index.cssr.js +114 -0
- package/lib/_internal/select-menu/styles/_common.d.ts +13 -0
- package/lib/_internal/select-menu/styles/_common.js +14 -0
- package/lib/_internal/select-menu/styles/dark.d.ts +3 -0
- package/lib/_internal/select-menu/styles/dark.js +16 -0
- package/lib/_internal/select-menu/styles/index.d.ts +3 -0
- package/lib/_internal/select-menu/styles/index.js +10 -0
- package/lib/_internal/select-menu/styles/light.d.ts +94 -0
- package/lib/_internal/select-menu/styles/light.js +26 -0
- package/lib/_internal/selection/index.d.ts +2 -0
- package/lib/_internal/selection/index.js +8 -0
- package/lib/_internal/selection/src/Selection.d.ts +897 -0
- package/lib/_internal/selection/src/Selection.js +610 -0
- package/lib/_internal/selection/src/interface.d.ts +6 -0
- package/lib/_internal/selection/src/interface.js +2 -0
- package/lib/_internal/selection/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/selection/src/styles/index.cssr.js +272 -0
- package/lib/_internal/selection/styles/_common.d.ts +7 -0
- package/lib/_internal/selection/styles/_common.js +8 -0
- package/lib/_internal/selection/styles/dark.d.ts +3 -0
- package/lib/_internal/selection/styles/dark.js +41 -0
- package/lib/_internal/selection/styles/index.d.ts +3 -0
- package/lib/_internal/selection/styles/index.js +10 -0
- package/lib/_internal/selection/styles/light.d.ts +131 -0
- package/lib/_internal/selection/styles/light.js +42 -0
- package/lib/_internal/skeleton/index.d.ts +2 -0
- package/lib/_internal/skeleton/index.js +9 -0
- package/lib/_internal/skeleton/src/Skeleton.d.ts +155 -0
- package/lib/_internal/skeleton/src/Skeleton.js +85 -0
- package/lib/_internal/skeleton/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/skeleton/src/styles/index.cssr.js +34 -0
- package/lib/_internal/skeleton/styles/dark.d.ts +2 -0
- package/lib/_internal/skeleton/styles/dark.js +19 -0
- package/lib/_internal/skeleton/styles/index.d.ts +3 -0
- package/lib/_internal/skeleton/styles/index.js +7 -0
- package/lib/_internal/skeleton/styles/light.d.ts +14 -0
- package/lib/_internal/skeleton/styles/light.js +20 -0
- package/lib/_internal/slot-machine/index.d.ts +1 -0
- package/lib/_internal/slot-machine/index.js +8 -0
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +39 -0
- package/lib/_internal/slot-machine/src/SlotMachine.js +80 -0
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +40 -0
- package/lib/_internal/slot-machine/src/SlotMachineNumber.js +91 -0
- package/lib/_internal/slot-machine/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/slot-machine/src/styles/index.cssr.js +106 -0
- package/lib/_internal/suffix/index.d.ts +1 -0
- package/lib/_internal/suffix/index.js +8 -0
- package/lib/_internal/suffix/src/Suffix.d.ts +43 -0
- package/lib/_internal/suffix/src/Suffix.js +47 -0
- package/lib/_internal/wave/index.d.ts +2 -0
- package/lib/_internal/wave/index.js +8 -0
- package/lib/_internal/wave/src/Wave.d.ts +19 -0
- package/lib/_internal/wave/src/Wave.js +56 -0
- package/lib/_internal/wave/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/wave/src/styles/index.cssr.js +14 -0
- package/lib/_mixins/common.d.ts +1 -0
- package/lib/_mixins/common.js +4 -0
- package/lib/_mixins/index.d.ts +10 -0
- package/lib/_mixins/index.js +24 -0
- package/lib/_mixins/use-config.d.ts +20 -0
- package/lib/_mixins/use-config.js +37 -0
- package/lib/_mixins/use-css-vars-class.d.ts +8 -0
- package/lib/_mixins/use-css-vars-class.js +58 -0
- package/lib/_mixins/use-form-item.d.ts +37 -0
- package/lib/_mixins/use-form-item.js +73 -0
- package/lib/_mixins/use-hljs.d.ts +12 -0
- package/lib/_mixins/use-hljs.js +29 -0
- package/lib/_mixins/use-locale.d.ts +7 -0
- package/lib/_mixins/use-locale.js +21 -0
- package/lib/_mixins/use-rtl.d.ts +3 -0
- package/lib/_mixins/use-rtl.js +54 -0
- package/lib/_mixins/use-style.d.ts +3 -0
- package/lib/_mixins/use-style.js +47 -0
- package/lib/_mixins/use-theme.d.ts +94 -0
- package/lib/_mixins/use-theme.js +116 -0
- package/lib/_styles/common/_common.d.ts +28 -0
- package/lib/_styles/common/_common.js +29 -0
- package/lib/_styles/common/dark.d.ts +3 -0
- package/lib/_styles/common/dark.js +105 -0
- package/lib/_styles/common/index.d.ts +3 -0
- package/lib/_styles/common/index.js +10 -0
- package/lib/_styles/common/light.d.ts +123 -0
- package/lib/_styles/common/light.js +110 -0
- package/lib/_styles/global/index.cssr.d.ts +2 -0
- package/lib/_styles/global/index.cssr.js +38 -0
- package/lib/_styles/transitions/fade-down.cssr.d.ts +11 -0
- package/lib/_styles/transitions/fade-down.cssr.js +37 -0
- package/lib/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +63 -0
- package/lib/_styles/transitions/fade-in-scale-up.cssr.d.ts +10 -0
- package/lib/_styles/transitions/fade-in-scale-up.cssr.js +39 -0
- package/lib/_styles/transitions/fade-in-width-expand.cssr.d.ts +7 -0
- package/lib/_styles/transitions/fade-in-width-expand.cssr.js +43 -0
- package/lib/_styles/transitions/fade-in.cssr.d.ts +10 -0
- package/lib/_styles/transitions/fade-in.cssr.js +34 -0
- package/lib/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +48 -0
- package/lib/_styles/transitions/icon-switch.cssr.d.ts +9 -0
- package/lib/_styles/transitions/icon-switch.cssr.js +41 -0
- package/lib/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-bottom.js +32 -0
- package/lib/_styles/transitions/slide-in-from-left.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-left.js +32 -0
- package/lib/_styles/transitions/slide-in-from-right.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-right.js +32 -0
- package/lib/_styles/transitions/slide-in-from-top.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-top.js +32 -0
- package/lib/_utils/color/index.d.ts +3 -0
- package/lib/_utils/color/index.js +16 -0
- package/lib/_utils/composable/index.d.ts +8 -0
- package/lib/_utils/composable/index.js +22 -0
- package/lib/_utils/composable/use-adjusted-to.d.ts +14 -0
- package/lib/_utils/composable/use-adjusted-to.js +58 -0
- package/lib/_utils/composable/use-browser-location.d.ts +13 -0
- package/lib/_utils/composable/use-browser-location.js +39 -0
- package/lib/_utils/composable/use-collection.d.ts +4 -0
- package/lib/_utils/composable/use-collection.js +93 -0
- package/lib/_utils/composable/use-deferred-true.d.ts +2 -0
- package/lib/_utils/composable/use-deferred-true.js +29 -0
- package/lib/_utils/composable/use-houdini.d.ts +1 -0
- package/lib/_utils/composable/use-houdini.js +33 -0
- package/lib/_utils/composable/use-is-composing.d.ts +2 -0
- package/lib/_utils/composable/use-is-composing.js +36 -0
- package/lib/_utils/composable/use-lock-html-scroll.d.ts +3 -0
- package/lib/_utils/composable/use-lock-html-scroll.js +67 -0
- package/lib/_utils/composable/use-reactivated.d.ts +3 -0
- package/lib/_utils/composable/use-reactivated.js +24 -0
- package/lib/_utils/composable/use-resize.d.ts +2 -0
- package/lib/_utils/composable/use-resize.js +23 -0
- package/lib/_utils/css/color-to-class.d.ts +1 -0
- package/lib/_utils/css/color-to-class.js +7 -0
- package/lib/_utils/css/format-length.d.ts +7 -0
- package/lib/_utils/css/format-length.js +34 -0
- package/lib/_utils/css/index.d.ts +2 -0
- package/lib/_utils/css/index.js +7 -0
- package/lib/_utils/cssr/create-key.d.ts +44 -0
- package/lib/_utils/cssr/create-key.js +12 -0
- package/lib/_utils/cssr/index.d.ts +11 -0
- package/lib/_utils/cssr/index.js +46 -0
- package/lib/_utils/dom/index.d.ts +1 -0
- package/lib/_utils/dom/index.js +5 -0
- package/lib/_utils/dom/is-document.d.ts +1 -0
- package/lib/_utils/dom/is-document.js +7 -0
- package/lib/_utils/env/browser.d.ts +3 -0
- package/lib/_utils/env/browser.js +7 -0
- package/lib/_utils/env/is-browser.d.ts +1 -0
- package/lib/_utils/env/is-browser.js +4 -0
- package/lib/_utils/env/is-jsdom.d.ts +1 -0
- package/lib/_utils/env/is-jsdom.js +13 -0
- package/lib/_utils/env/is-native-lazy-load.d.ts +1 -0
- package/lib/_utils/env/is-native-lazy-load.js +5 -0
- package/lib/_utils/event/index.d.ts +2 -0
- package/lib/_utils/event/index.js +12 -0
- package/lib/_utils/index.d.ts +11 -0
- package/lib/_utils/index.js +59 -0
- package/lib/_utils/uzum/attribute.d.ts +2 -0
- package/lib/_utils/uzum/attribute.js +15 -0
- package/lib/_utils/uzum/extract-public-props.d.ts +9 -0
- package/lib/_utils/uzum/extract-public-props.js +2 -0
- package/lib/_utils/uzum/index.d.ts +5 -0
- package/lib/_utils/uzum/index.js +12 -0
- package/lib/_utils/uzum/mutable.d.ts +3 -0
- package/lib/_utils/uzum/mutable.js +2 -0
- package/lib/_utils/uzum/prop.d.ts +11 -0
- package/lib/_utils/uzum/prop.js +32 -0
- package/lib/_utils/uzum/warn.d.ts +3 -0
- package/lib/_utils/uzum/warn.js +20 -0
- package/lib/_utils/vue/call.d.ts +7 -0
- package/lib/_utils/vue/call.js +11 -0
- package/lib/_utils/vue/create-data-key.d.ts +1 -0
- package/lib/_utils/vue/create-data-key.js +7 -0
- package/lib/_utils/vue/create-injection-key.d.ts +2 -0
- package/lib/_utils/vue/create-injection-key.js +7 -0
- package/lib/_utils/vue/create-ref-setter.d.ts +2 -0
- package/lib/_utils/vue/create-ref-setter.js +14 -0
- package/lib/_utils/vue/flatten.d.ts +2 -0
- package/lib/_utils/vue/flatten.js +34 -0
- package/lib/_utils/vue/get-first-slot-vnode.d.ts +2 -0
- package/lib/_utils/vue/get-first-slot-vnode.js +22 -0
- package/lib/_utils/vue/get-slot.d.ts +2 -0
- package/lib/_utils/vue/get-slot.js +11 -0
- package/lib/_utils/vue/get-v-node-children.d.ts +2 -0
- package/lib/_utils/vue/get-v-node-children.js +16 -0
- package/lib/_utils/vue/index.d.ts +17 -0
- package/lib/_utils/vue/index.js +39 -0
- package/lib/_utils/vue/is-node-v-show-false.d.ts +2 -0
- package/lib/_utils/vue/is-node-v-show-false.js +10 -0
- package/lib/_utils/vue/keep.d.ts +1 -0
- package/lib/_utils/vue/keep.js +11 -0
- package/lib/_utils/vue/keysOf.d.ts +1 -0
- package/lib/_utils/vue/keysOf.js +7 -0
- package/lib/_utils/vue/merge-handlers.d.ts +1 -0
- package/lib/_utils/vue/merge-handlers.js +19 -0
- package/lib/_utils/vue/omit.d.ts +1 -0
- package/lib/_utils/vue/omit.js +14 -0
- package/lib/_utils/vue/render.d.ts +2 -0
- package/lib/_utils/vue/render.js +19 -0
- package/lib/_utils/vue/resolve-slot.d.ts +12 -0
- package/lib/_utils/vue/resolve-slot.js +52 -0
- package/lib/_utils/vue/wrapper.d.ts +1 -0
- package/lib/_utils/vue/wrapper.js +10 -0
- package/lib/affix/index.d.ts +2 -0
- package/lib/affix/index.js +9 -0
- package/lib/affix/src/Affix.d.ts +93 -0
- package/lib/affix/src/Affix.js +190 -0
- package/lib/affix/src/styles/index.cssr.d.ts +2 -0
- package/lib/affix/src/styles/index.cssr.js +11 -0
- package/lib/affix/src/utils.d.ts +6 -0
- package/lib/affix/src/utils.js +13 -0
- package/lib/alert/index.d.ts +2 -0
- package/lib/alert/index.js +9 -0
- package/lib/alert/src/Alert.d.ts +882 -0
- package/lib/alert/src/Alert.js +170 -0
- package/lib/alert/src/styles/index.cssr.d.ts +2 -0
- package/lib/alert/src/styles/index.cssr.js +108 -0
- package/lib/alert/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/alert/src/styles/rtl.cssr.js +21 -0
- package/lib/alert/styles/_common.d.ts +11 -0
- package/lib/alert/styles/_common.js +12 -0
- package/lib/alert/styles/dark.d.ts +3 -0
- package/lib/alert/styles/dark.js +26 -0
- package/lib/alert/styles/index.d.ts +4 -0
- package/lib/alert/styles/index.js +12 -0
- package/lib/alert/styles/light.d.ts +71 -0
- package/lib/alert/styles/light.js +23 -0
- package/lib/alert/styles/rtl.d.ts +2 -0
- package/lib/alert/styles/rtl.js +11 -0
- package/lib/anchor/index.d.ts +4 -0
- package/lib/anchor/index.js +12 -0
- package/lib/anchor/src/AnchorAdapter.d.ts +285 -0
- package/lib/anchor/src/AnchorAdapter.js +82 -0
- package/lib/anchor/src/BaseAnchor.d.ts +105 -0
- package/lib/anchor/src/BaseAnchor.js +266 -0
- package/lib/anchor/src/Link.d.ts +24 -0
- package/lib/anchor/src/Link.js +47 -0
- package/lib/anchor/src/styles/index.cssr.d.ts +2 -0
- package/lib/anchor/src/styles/index.cssr.js +94 -0
- package/lib/anchor/src/utils.d.ts +5 -0
- package/lib/anchor/src/utils.js +14 -0
- package/lib/anchor/styles/_common.d.ts +6 -0
- package/lib/anchor/styles/_common.js +7 -0
- package/lib/anchor/styles/dark.d.ts +3 -0
- package/lib/anchor/styles/dark.js +10 -0
- package/lib/anchor/styles/index.d.ts +3 -0
- package/lib/anchor/styles/index.js +10 -0
- package/lib/anchor/styles/light.d.ts +19 -0
- package/lib/anchor/styles/light.js +21 -0
- package/lib/auto-complete/index.d.ts +3 -0
- package/lib/auto-complete/index.js +9 -0
- package/lib/auto-complete/src/AutoComplete.d.ts +1567 -0
- package/lib/auto-complete/src/AutoComplete.js +299 -0
- package/lib/auto-complete/src/interface.d.ts +14 -0
- package/lib/auto-complete/src/interface.js +2 -0
- package/lib/auto-complete/src/styles/index.cssr.d.ts +2 -0
- package/lib/auto-complete/src/styles/index.cssr.js +21 -0
- package/lib/auto-complete/src/utils.d.ts +3 -0
- package/lib/auto-complete/src/utils.js +29 -0
- package/lib/auto-complete/styles/dark.d.ts +3 -0
- package/lib/auto-complete/styles/dark.js +16 -0
- package/lib/auto-complete/styles/index.d.ts +3 -0
- package/lib/auto-complete/styles/index.js +10 -0
- package/lib/auto-complete/styles/light.d.ts +126 -0
- package/lib/auto-complete/styles/light.js +24 -0
- package/lib/avatar/index.d.ts +2 -0
- package/lib/avatar/index.js +9 -0
- package/lib/avatar/src/Avatar.d.ts +263 -0
- package/lib/avatar/src/Avatar.js +249 -0
- package/lib/avatar/src/context.d.ts +2 -0
- package/lib/avatar/src/context.js +5 -0
- package/lib/avatar/src/interface.d.ts +2 -0
- package/lib/avatar/src/interface.js +2 -0
- package/lib/avatar/src/styles/index.cssr.d.ts +2 -0
- package/lib/avatar/src/styles/index.cssr.js +48 -0
- package/lib/avatar/styles/dark.d.ts +3 -0
- package/lib/avatar/styles/dark.js +10 -0
- package/lib/avatar/styles/index.d.ts +3 -0
- package/lib/avatar/styles/index.js +10 -0
- package/lib/avatar/styles/light.d.ts +23 -0
- package/lib/avatar/styles/light.js +31 -0
- package/lib/avatar-group/index.d.ts +2 -0
- package/lib/avatar-group/index.js +9 -0
- package/lib/avatar-group/src/AvatarGroup.d.ts +386 -0
- package/lib/avatar-group/src/AvatarGroup.js +74 -0
- package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.d.ts +2 -0
- package/lib/avatar-group/src/styles/avatar-group-rtl.cssr.js +15 -0
- package/lib/avatar-group/src/styles/avatar-group.cssr.d.ts +2 -0
- package/lib/avatar-group/src/styles/avatar-group.cssr.js +20 -0
- package/lib/avatar-group/styles/dark.d.ts +3 -0
- package/lib/avatar-group/styles/dark.js +14 -0
- package/lib/avatar-group/styles/index.d.ts +4 -0
- package/lib/avatar-group/styles/index.js +12 -0
- package/lib/avatar-group/styles/light.d.ts +26 -0
- package/lib/avatar-group/styles/light.js +21 -0
- package/lib/avatar-group/styles/rtl.d.ts +2 -0
- package/lib/avatar-group/styles/rtl.js +11 -0
- package/lib/back-top/index.d.ts +2 -0
- package/lib/back-top/index.js +9 -0
- package/lib/back-top/src/BackTop.d.ts +259 -0
- package/lib/back-top/src/BackTop.js +216 -0
- package/lib/back-top/src/BackTopIcon.d.ts +2 -0
- package/lib/back-top/src/BackTopIcon.js +12 -0
- package/lib/back-top/src/styles/index.cssr.d.ts +2 -0
- package/lib/back-top/src/styles/index.cssr.js +56 -0
- package/lib/back-top/styles/_common.d.ts +7 -0
- package/lib/back-top/styles/_common.js +8 -0
- package/lib/back-top/styles/dark.d.ts +3 -0
- package/lib/back-top/styles/dark.js +16 -0
- package/lib/back-top/styles/index.d.ts +3 -0
- package/lib/back-top/styles/index.js +10 -0
- package/lib/back-top/styles/light.d.ts +20 -0
- package/lib/back-top/styles/light.js +17 -0
- package/lib/badge/index.d.ts +2 -0
- package/lib/badge/index.js +9 -0
- package/lib/badge/src/Badge.d.ts +161 -0
- package/lib/badge/src/Badge.js +118 -0
- package/lib/badge/src/styles/index.cssr.d.ts +2 -0
- package/lib/badge/src/styles/index.cssr.js +84 -0
- package/lib/badge/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/badge/src/styles/rtl.cssr.js +14 -0
- package/lib/badge/styles/dark.d.ts +3 -0
- package/lib/badge/styles/dark.js +20 -0
- package/lib/badge/styles/index.d.ts +4 -0
- package/lib/badge/styles/index.js +12 -0
- package/lib/badge/styles/light.d.ts +15 -0
- package/lib/badge/styles/light.js +21 -0
- package/lib/badge/styles/rtl.d.ts +2 -0
- package/lib/badge/styles/rtl.js +11 -0
- package/lib/breadcrumb/index.d.ts +4 -0
- package/lib/breadcrumb/index.js +12 -0
- package/lib/breadcrumb/src/Breadcrumb.d.ts +163 -0
- package/lib/breadcrumb/src/Breadcrumb.js +60 -0
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +31 -0
- package/lib/breadcrumb/src/BreadcrumbItem.js +52 -0
- package/lib/breadcrumb/src/styles/index.cssr.d.ts +2 -0
- package/lib/breadcrumb/src/styles/index.cssr.js +77 -0
- package/lib/breadcrumb/styles/_common.d.ts +4 -0
- package/lib/breadcrumb/styles/_common.js +5 -0
- package/lib/breadcrumb/styles/dark.d.ts +3 -0
- package/lib/breadcrumb/styles/dark.js +10 -0
- package/lib/breadcrumb/styles/index.d.ts +3 -0
- package/lib/breadcrumb/styles/index.js +10 -0
- package/lib/breadcrumb/styles/light.d.ts +19 -0
- package/lib/breadcrumb/styles/light.js +19 -0
- package/lib/button/index.d.ts +2 -0
- package/lib/button/index.js +10 -0
- package/lib/button/src/Button.d.ts +2147 -0
- package/lib/button/src/Button.js +512 -0
- package/lib/button/src/interface.d.ts +2 -0
- package/lib/button/src/interface.js +2 -0
- package/lib/button/src/styles/index.cssr.d.ts +2 -0
- package/lib/button/src/styles/index.cssr.js +214 -0
- package/lib/button/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/button/src/styles/rtl.cssr.js +15 -0
- package/lib/button/styles/_common.d.ts +20 -0
- package/lib/button/styles/_common.js +21 -0
- package/lib/button/styles/dark.d.ts +3 -0
- package/lib/button/styles/dark.js +17 -0
- package/lib/button/styles/index.d.ts +4 -0
- package/lib/button/styles/index.js +12 -0
- package/lib/button/styles/light.d.ts +217 -0
- package/lib/button/styles/light.js +45 -0
- package/lib/button/styles/rtl.d.ts +2 -0
- package/lib/button/styles/rtl.js +11 -0
- package/lib/button-group/index.d.ts +2 -0
- package/lib/button-group/index.js +9 -0
- package/lib/button-group/src/ButtonGroup.d.ts +34 -0
- package/lib/button-group/src/ButtonGroup.js +40 -0
- package/lib/button-group/src/context.d.ts +2 -0
- package/lib/button-group/src/context.js +5 -0
- package/lib/button-group/src/styles/index.cssr.d.ts +5 -0
- package/lib/button-group/src/styles/index.cssr.js +59 -0
- package/lib/button-group/src/styles/rtl.cssr.d.ts +3 -0
- package/lib/button-group/src/styles/rtl.cssr.js +29 -0
- package/lib/button-group/styles/dark.d.ts +3 -0
- package/lib/button-group/styles/dark.js +8 -0
- package/lib/button-group/styles/index.d.ts +3 -0
- package/lib/button-group/styles/index.js +12 -0
- package/lib/button-group/styles/light.d.ts +6 -0
- package/lib/button-group/styles/light.js +8 -0
- package/lib/button-group/styles/rtl.d.ts +2 -0
- package/lib/button-group/styles/rtl.js +11 -0
- package/lib/calendar/index.d.ts +2 -0
- package/lib/calendar/index.js +9 -0
- package/lib/calendar/src/Calendar.d.ts +2575 -0
- package/lib/calendar/src/Calendar.js +204 -0
- package/lib/calendar/src/interface.d.ts +10 -0
- package/lib/calendar/src/interface.js +2 -0
- package/lib/calendar/src/styles/index.cssr.d.ts +2 -0
- package/lib/calendar/src/styles/index.cssr.js +142 -0
- package/lib/calendar/styles/_common.d.ts +4 -0
- package/lib/calendar/styles/_common.js +5 -0
- package/lib/calendar/styles/dark.d.ts +3 -0
- package/lib/calendar/styles/dark.js +14 -0
- package/lib/calendar/styles/index.d.ts +3 -0
- package/lib/calendar/styles/index.js +10 -0
- package/lib/calendar/styles/light.d.ts +260 -0
- package/lib/calendar/styles/light.js +26 -0
- package/lib/card/index.d.ts +2 -0
- package/lib/card/index.js +9 -0
- package/lib/card/src/Card.d.ts +663 -0
- package/lib/card/src/Card.js +142 -0
- package/lib/card/src/styles/index.cssr.d.ts +2 -0
- package/lib/card/src/styles/index.cssr.js +139 -0
- package/lib/card/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/card/src/styles/rtl.cssr.js +11 -0
- package/lib/card/styles/_common.d.ts +13 -0
- package/lib/card/styles/_common.js +14 -0
- package/lib/card/styles/dark.d.ts +3 -0
- package/lib/card/styles/dark.js +17 -0
- package/lib/card/styles/index.d.ts +4 -0
- package/lib/card/styles/index.js +12 -0
- package/lib/card/styles/light.d.ts +43 -0
- package/lib/card/styles/light.js +22 -0
- package/lib/card/styles/rtl.d.ts +2 -0
- package/lib/card/styles/rtl.js +11 -0
- package/lib/carousel/index.d.ts +4 -0
- package/lib/carousel/index.js +11 -0
- package/lib/carousel/src/Carousel.d.ts +350 -0
- package/lib/carousel/src/Carousel.js +798 -0
- package/lib/carousel/src/CarouselArrow.d.ts +9 -0
- package/lib/carousel/src/CarouselArrow.js +40 -0
- package/lib/carousel/src/CarouselContext.d.ts +21 -0
- package/lib/carousel/src/CarouselContext.js +18 -0
- package/lib/carousel/src/CarouselDots.d.ts +72 -0
- package/lib/carousel/src/CarouselDots.js +117 -0
- package/lib/carousel/src/CarouselItem.d.ts +13 -0
- package/lib/carousel/src/CarouselItem.js +70 -0
- package/lib/carousel/src/interface.d.ts +19 -0
- package/lib/carousel/src/interface.js +2 -0
- package/lib/carousel/src/styles/index.cssr.d.ts +2 -0
- package/lib/carousel/src/styles/index.cssr.js +237 -0
- package/lib/carousel/src/utils/duplicatedLogic.d.ts +7 -0
- package/lib/carousel/src/utils/duplicatedLogic.js +55 -0
- package/lib/carousel/src/utils/event.d.ts +1 -0
- package/lib/carousel/src/utils/event.js +7 -0
- package/lib/carousel/src/utils/index.d.ts +6 -0
- package/lib/carousel/src/utils/index.js +53 -0
- package/lib/carousel/styles/dark.d.ts +3 -0
- package/lib/carousel/styles/dark.js +10 -0
- package/lib/carousel/styles/index.d.ts +3 -0
- package/lib/carousel/styles/index.js +10 -0
- package/lib/carousel/styles/light.d.ts +15 -0
- package/lib/carousel/styles/light.js +22 -0
- package/lib/cascader/index.d.ts +3 -0
- package/lib/cascader/index.js +9 -0
- package/lib/cascader/src/Cascader.d.ts +2557 -0
- package/lib/cascader/src/Cascader.js +867 -0
- package/lib/cascader/src/CascaderMenu.d.ts +462 -0
- package/lib/cascader/src/CascaderMenu.js +127 -0
- package/lib/cascader/src/CascaderOption.d.ts +409 -0
- package/lib/cascader/src/CascaderOption.js +179 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +455 -0
- package/lib/cascader/src/CascaderSelectMenu.js +147 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +423 -0
- package/lib/cascader/src/CascaderSubmenu.js +70 -0
- package/lib/cascader/src/interface.d.ts +87 -0
- package/lib/cascader/src/interface.js +5 -0
- package/lib/cascader/src/styles/index.cssr.d.ts +2 -0
- package/lib/cascader/src/styles/index.cssr.js +138 -0
- package/lib/cascader/src/utils.d.ts +11 -0
- package/lib/cascader/src/utils.js +45 -0
- package/lib/cascader/styles/dark.d.ts +3 -0
- package/lib/cascader/styles/dark.js +22 -0
- package/lib/cascader/styles/index.d.ts +3 -0
- package/lib/cascader/styles/index.js +10 -0
- package/lib/cascader/styles/light.d.ts +217 -0
- package/lib/cascader/styles/light.js +44 -0
- package/lib/checkbox/index.d.ts +5 -0
- package/lib/checkbox/index.js +12 -0
- package/lib/checkbox/src/CheckMark.d.ts +2 -0
- package/lib/checkbox/src/CheckMark.js +5 -0
- package/lib/checkbox/src/Checkbox.d.ts +680 -0
- package/lib/checkbox/src/Checkbox.js +284 -0
- package/lib/checkbox/src/CheckboxGroup.d.ts +87 -0
- package/lib/checkbox/src/CheckboxGroup.js +163 -0
- package/lib/checkbox/src/LineMark.d.ts +2 -0
- package/lib/checkbox/src/LineMark.js +5 -0
- package/lib/checkbox/src/interface.d.ts +6 -0
- package/lib/checkbox/src/interface.js +2 -0
- package/lib/checkbox/src/styles/index.cssr.d.ts +2 -0
- package/lib/checkbox/src/styles/index.cssr.js +256 -0
- package/lib/checkbox/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/checkbox/src/styles/rtl.cssr.js +9 -0
- package/lib/checkbox/styles/_common.d.ts +10 -0
- package/lib/checkbox/styles/_common.js +11 -0
- package/lib/checkbox/styles/dark.d.ts +3 -0
- package/lib/checkbox/styles/dark.js +16 -0
- package/lib/checkbox/styles/index.d.ts +4 -0
- package/lib/checkbox/styles/index.js +12 -0
- package/lib/checkbox/styles/light.d.ts +42 -0
- package/lib/checkbox/styles/light.js +21 -0
- package/lib/checkbox/styles/rtl.d.ts +2 -0
- package/lib/checkbox/styles/rtl.js +11 -0
- package/lib/code/index.d.ts +2 -0
- package/lib/code/index.js +9 -0
- package/lib/code/src/Code.d.ts +225 -0
- package/lib/code/src/Code.js +163 -0
- package/lib/code/src/styles/index.cssr.d.ts +2 -0
- package/lib/code/src/styles/index.cssr.js +101 -0
- package/lib/code/styles/dark.d.ts +3 -0
- package/lib/code/styles/dark.js +28 -0
- package/lib/code/styles/index.d.ts +3 -0
- package/lib/code/styles/index.js +10 -0
- package/lib/code/styles/light.d.ts +21 -0
- package/lib/code/styles/light.js +29 -0
- package/lib/collapse/index.d.ts +4 -0
- package/lib/collapse/index.js +12 -0
- package/lib/collapse/src/Collapse.d.ts +375 -0
- package/lib/collapse/src/Collapse.js +147 -0
- package/lib/collapse/src/CollapseItem.d.ts +34 -0
- package/lib/collapse/src/CollapseItem.js +105 -0
- package/lib/collapse/src/CollapseItemContent.d.ts +27 -0
- package/lib/collapse/src/CollapseItemContent.js +40 -0
- package/lib/collapse/src/interface.d.ts +9 -0
- package/lib/collapse/src/interface.js +2 -0
- package/lib/collapse/src/styles/index.cssr.d.ts +2 -0
- package/lib/collapse/src/styles/index.cssr.js +64 -0
- package/lib/collapse/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/collapse/src/styles/rtl.cssr.js +20 -0
- package/lib/collapse/styles/dark.d.ts +3 -0
- package/lib/collapse/styles/dark.js +10 -0
- package/lib/collapse/styles/index.d.ts +4 -0
- package/lib/collapse/styles/index.js +12 -0
- package/lib/collapse/styles/light.d.ts +19 -0
- package/lib/collapse/styles/light.js +27 -0
- package/lib/collapse/styles/rtl.d.ts +2 -0
- package/lib/collapse/styles/rtl.js +11 -0
- package/lib/collapse-transition/index.d.ts +2 -0
- package/lib/collapse-transition/index.js +9 -0
- package/lib/collapse-transition/src/CollapseTransition.d.ts +79 -0
- package/lib/collapse-transition/src/CollapseTransition.js +86 -0
- package/lib/collapse-transition/src/styles/index.cssr.d.ts +2 -0
- package/lib/collapse-transition/src/styles/index.cssr.js +10 -0
- package/lib/collapse-transition/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/collapse-transition/src/styles/rtl.cssr.js +10 -0
- package/lib/collapse-transition/styles/dark.d.ts +3 -0
- package/lib/collapse-transition/styles/dark.js +10 -0
- package/lib/collapse-transition/styles/index.d.ts +4 -0
- package/lib/collapse-transition/styles/index.js +12 -0
- package/lib/collapse-transition/styles/light.d.ts +9 -0
- package/lib/collapse-transition/styles/light.js +17 -0
- package/lib/collapse-transition/styles/rtl.d.ts +2 -0
- package/lib/collapse-transition/styles/rtl.js +11 -0
- package/lib/color-picker/index.d.ts +2 -0
- package/lib/color-picker/index.js +9 -0
- package/lib/color-picker/src/AlphaSlider.d.ts +47 -0
- package/lib/color-picker/src/AlphaSlider.js +104 -0
- package/lib/color-picker/src/ColorInput.d.ts +76 -0
- package/lib/color-picker/src/ColorInput.js +108 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +462 -0
- package/lib/color-picker/src/ColorInputUnit.js +150 -0
- package/lib/color-picker/src/ColorPicker.d.ts +2769 -0
- package/lib/color-picker/src/ColorPicker.js +463 -0
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +47 -0
- package/lib/color-picker/src/ColorPickerSwatches.js +96 -0
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +38 -0
- package/lib/color-picker/src/ColorPickerTrigger.js +49 -0
- package/lib/color-picker/src/ColorPreview.d.ts +44 -0
- package/lib/color-picker/src/ColorPreview.js +49 -0
- package/lib/color-picker/src/HueSlider.d.ts +34 -0
- package/lib/color-picker/src/HueSlider.js +90 -0
- package/lib/color-picker/src/Pallete.d.ts +54 -0
- package/lib/color-picker/src/Pallete.js +93 -0
- package/lib/color-picker/src/context.d.ts +9 -0
- package/lib/color-picker/src/context.js +5 -0
- package/lib/color-picker/src/interface.d.ts +6 -0
- package/lib/color-picker/src/interface.js +2 -0
- package/lib/color-picker/src/styles/index.cssr.d.ts +2 -0
- package/lib/color-picker/src/styles/index.cssr.js +198 -0
- package/lib/color-picker/src/utils.d.ts +12 -0
- package/lib/color-picker/src/utils.js +118 -0
- package/lib/color-picker/styles/dark.d.ts +3 -0
- package/lib/color-picker/styles/dark.js +16 -0
- package/lib/color-picker/styles/index.d.ts +3 -0
- package/lib/color-picker/styles/index.js +10 -0
- package/lib/color-picker/styles/light.d.ts +307 -0
- package/lib/color-picker/styles/light.js +36 -0
- package/lib/components.d.ts +89 -0
- package/lib/components.js +105 -0
- package/lib/composables/index.d.ts +1 -0
- package/lib/composables/index.js +5 -0
- package/lib/composables/use-theme-vars.d.ts +4 -0
- package/lib/composables/use-theme-vars.js +22 -0
- package/lib/config-provider/index.d.ts +3 -0
- package/lib/config-provider/index.js +24 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +485 -0
- package/lib/config-provider/src/ConfigProvider.js +212 -0
- package/lib/config-provider/src/config.d.ts +8 -0
- package/lib/config-provider/src/config.js +11 -0
- package/lib/config-provider/src/context.d.ts +2 -0
- package/lib/config-provider/src/context.js +5 -0
- package/lib/config-provider/src/interface.d.ts +16 -0
- package/lib/config-provider/src/interface.js +2 -0
- package/lib/config-provider/src/internal-interface.d.ts +247 -0
- package/lib/config-provider/src/internal-interface.js +2 -0
- package/lib/config-provider/src/katex.d.ts +2 -0
- package/lib/config-provider/src/katex.js +2 -0
- package/lib/countdown/index.d.ts +2 -0
- package/lib/countdown/index.js +9 -0
- package/lib/countdown/src/Countdown.d.ts +68 -0
- package/lib/countdown/src/Countdown.js +157 -0
- package/lib/create.d.ts +13 -0
- package/lib/create.js +35 -0
- package/lib/data-table/index.d.ts +3 -0
- package/lib/data-table/index.js +10 -0
- package/lib/data-table/src/DataTable.d.ts +6541 -0
- package/lib/data-table/src/DataTable.js +281 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +1332 -0
- package/lib/data-table/src/HeaderButton/FilterButton.js +117 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1382 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.js +132 -0
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +33 -0
- package/lib/data-table/src/HeaderButton/RenderFilter.js +27 -0
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +24 -0
- package/lib/data-table/src/HeaderButton/RenderSorter.js +23 -0
- package/lib/data-table/src/HeaderButton/ResizeButton.d.ts +15 -0
- package/lib/data-table/src/HeaderButton/ResizeButton.js +61 -0
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +19 -0
- package/lib/data-table/src/HeaderButton/SortButton.js +58 -0
- package/lib/data-table/src/MainTable.d.ts +22 -0
- package/lib/data-table/src/MainTable.js +81 -0
- package/lib/data-table/src/TableParts/Body.d.ts +1400 -0
- package/lib/data-table/src/TableParts/Body.js +611 -0
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +30 -0
- package/lib/data-table/src/TableParts/BodyCheckbox.js +32 -0
- package/lib/data-table/src/TableParts/BodyRadio.d.ts +30 -0
- package/lib/data-table/src/TableParts/BodyRadio.js +32 -0
- package/lib/data-table/src/TableParts/Cell.d.ts +2644 -0
- package/lib/data-table/src/TableParts/Cell.js +60 -0
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +35 -0
- package/lib/data-table/src/TableParts/ExpandTrigger.js +41 -0
- package/lib/data-table/src/TableParts/Header.d.ts +1340 -0
- package/lib/data-table/src/TableParts/Header.js +167 -0
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +12 -0
- package/lib/data-table/src/TableParts/SelectionMenu.js +75 -0
- package/lib/data-table/src/interface.d.ts +2842 -0
- package/lib/data-table/src/interface.js +59 -0
- package/lib/data-table/src/styles/index.cssr.d.ts +3 -0
- package/lib/data-table/src/styles/index.cssr.js +444 -0
- package/lib/data-table/src/use-check.d.ts +20 -0
- package/lib/data-table/src/use-check.js +153 -0
- package/lib/data-table/src/use-expand.d.ts +10 -0
- package/lib/data-table/src/use-expand.js +65 -0
- package/lib/data-table/src/use-group-header.d.ts +19 -0
- package/lib/data-table/src/use-group-header.js +108 -0
- package/lib/data-table/src/use-resizable.d.ts +6 -0
- package/lib/data-table/src/use-resizable.js +26 -0
- package/lib/data-table/src/use-scroll.d.ts +27 -0
- package/lib/data-table/src/use-scroll.js +229 -0
- package/lib/data-table/src/use-sorter.d.ts +19 -0
- package/lib/data-table/src/use-sorter.js +195 -0
- package/lib/data-table/src/use-table-data.d.ts +36 -0
- package/lib/data-table/src/use-table-data.js +331 -0
- package/lib/data-table/src/utils.d.ts +18 -0
- package/lib/data-table/src/utils.js +148 -0
- package/lib/data-table/styles/_common.d.ts +23 -0
- package/lib/data-table/styles/_common.js +24 -0
- package/lib/data-table/styles/dark.d.ts +3 -0
- package/lib/data-table/styles/dark.js +35 -0
- package/lib/data-table/styles/index.d.ts +3 -0
- package/lib/data-table/styles/index.js +10 -0
- package/lib/data-table/styles/light.d.ts +883 -0
- package/lib/data-table/styles/light.js +50 -0
- package/lib/date-picker/index.d.ts +3 -0
- package/lib/date-picker/index.js +9 -0
- package/lib/date-picker/src/DatePicker.d.ts +7316 -0
- package/lib/date-picker/src/DatePicker.js +781 -0
- package/lib/date-picker/src/config.d.ts +5 -0
- package/lib/date-picker/src/config.js +7 -0
- package/lib/date-picker/src/interface.d.ts +83 -0
- package/lib/date-picker/src/interface.js +5 -0
- package/lib/date-picker/src/panel/date.d.ts +1232 -0
- package/lib/date-picker/src/panel/date.js +76 -0
- package/lib/date-picker/src/panel/daterange.d.ts +1270 -0
- package/lib/date-picker/src/panel/daterange.js +97 -0
- package/lib/date-picker/src/panel/datetime.d.ts +1232 -0
- package/lib/date-picker/src/panel/datetime.js +73 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +1270 -0
- package/lib/date-picker/src/panel/datetimerange.js +122 -0
- package/lib/date-picker/src/panel/monthrange.d.ts +1281 -0
- package/lib/date-picker/src/panel/monthrange.js +119 -0
- package/lib/date-picker/src/panel/panelHeader.d.ts +44 -0
- package/lib/date-picker/src/panel/panelHeader.js +55 -0
- package/lib/date-picker/src/panel/panelMonth.d.ts +2544 -0
- package/lib/date-picker/src/panel/panelMonth.js +70 -0
- package/lib/date-picker/src/panel/panelMonthContent.d.ts +1244 -0
- package/lib/date-picker/src/panel/panelMonthContent.js +61 -0
- package/lib/date-picker/src/panel/panelYear.d.ts +2544 -0
- package/lib/date-picker/src/panel/panelYear.js +70 -0
- package/lib/date-picker/src/panel/panelYearContent.d.ts +1256 -0
- package/lib/date-picker/src/panel/panelYearContent.js +55 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +1199 -0
- package/lib/date-picker/src/panel/use-calendar.js +328 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1239 -0
- package/lib/date-picker/src/panel/use-dual-calendar.js +668 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +1151 -0
- package/lib/date-picker/src/panel/use-panel-common.js +160 -0
- package/lib/date-picker/src/styles/index.cssr.d.ts +2 -0
- package/lib/date-picker/src/styles/index.cssr.js +369 -0
- package/lib/date-picker/src/utils.d.ts +65 -0
- package/lib/date-picker/src/utils.js +201 -0
- package/lib/date-picker/src/validation-utils.d.ts +26 -0
- package/lib/date-picker/src/validation-utils.js +183 -0
- package/lib/date-picker/styles/_common.d.ts +41 -0
- package/lib/date-picker/styles/_common.js +45 -0
- package/lib/date-picker/styles/dark.d.ts +3 -0
- package/lib/date-picker/styles/dark.js +28 -0
- package/lib/date-picker/styles/index.d.ts +3 -0
- package/lib/date-picker/styles/index.js +10 -0
- package/lib/date-picker/styles/light.d.ts +727 -0
- package/lib/date-picker/styles/light.js +31 -0
- package/lib/descriptions/index.d.ts +4 -0
- package/lib/descriptions/index.js +12 -0
- package/lib/descriptions/src/Descriptions.d.ts +408 -0
- package/lib/descriptions/src/Descriptions.js +166 -0
- package/lib/descriptions/src/DescriptionsItem.d.ts +32 -0
- package/lib/descriptions/src/DescriptionsItem.js +22 -0
- package/lib/descriptions/src/styles/index.cssr.d.ts +2 -0
- package/lib/descriptions/src/styles/index.cssr.js +124 -0
- package/lib/descriptions/src/utils.d.ts +3 -0
- package/lib/descriptions/src/utils.js +11 -0
- package/lib/descriptions/styles/_common.d.ts +15 -0
- package/lib/descriptions/styles/_common.js +16 -0
- package/lib/descriptions/styles/dark.d.ts +3 -0
- package/lib/descriptions/styles/dark.js +10 -0
- package/lib/descriptions/styles/index.d.ts +3 -0
- package/lib/descriptions/styles/index.js +10 -0
- package/lib/descriptions/styles/light.d.ts +38 -0
- package/lib/descriptions/styles/light.js +23 -0
- package/lib/dialog/index.d.ts +6 -0
- package/lib/dialog/index.js +13 -0
- package/lib/dialog/src/Dialog.d.ts +1935 -0
- package/lib/dialog/src/Dialog.js +139 -0
- package/lib/dialog/src/DialogEnvironment.d.ts +188 -0
- package/lib/dialog/src/DialogEnvironment.js +117 -0
- package/lib/dialog/src/DialogProvider.d.ts +809 -0
- package/lib/dialog/src/DialogProvider.js +78 -0
- package/lib/dialog/src/composables.d.ts +4 -0
- package/lib/dialog/src/composables.js +22 -0
- package/lib/dialog/src/context.d.ts +4 -0
- package/lib/dialog/src/context.js +7 -0
- package/lib/dialog/src/dialogProps.d.ts +35 -0
- package/lib/dialog/src/dialogProps.js +34 -0
- package/lib/dialog/src/interface.d.ts +1 -0
- package/lib/dialog/src/interface.js +2 -0
- package/lib/dialog/src/styles/index.cssr.d.ts +2 -0
- package/lib/dialog/src/styles/index.cssr.js +101 -0
- package/lib/dialog/styles/_common.d.ts +14 -0
- package/lib/dialog/styles/_common.js +15 -0
- package/lib/dialog/styles/dark.d.ts +3 -0
- package/lib/dialog/styles/dark.js +14 -0
- package/lib/dialog/styles/index.d.ts +3 -0
- package/lib/dialog/styles/index.js +10 -0
- package/lib/dialog/styles/light.d.ts +280 -0
- package/lib/dialog/styles/light.js +29 -0
- package/lib/discrete/index.d.ts +2 -0
- package/lib/discrete/index.js +5 -0
- package/lib/discrete/src/InjectionExtractor.d.ts +8 -0
- package/lib/discrete/src/InjectionExtractor.js +15 -0
- package/lib/discrete/src/discrete.d.ts +2 -0
- package/lib/discrete/src/discrete.js +49 -0
- package/lib/discrete/src/discreteApp.d.ts +28 -0
- package/lib/discrete/src/discreteApp.js +53 -0
- package/lib/discrete/src/interface.d.ts +27 -0
- package/lib/discrete/src/interface.js +2 -0
- package/lib/divider/index.d.ts +2 -0
- package/lib/divider/index.js +9 -0
- package/lib/divider/src/Divider.d.ts +86 -0
- package/lib/divider/src/Divider.js +59 -0
- package/lib/divider/src/styles/index.cssr.d.ts +2 -0
- package/lib/divider/src/styles/index.cssr.js +63 -0
- package/lib/divider/styles/dark.d.ts +3 -0
- package/lib/divider/styles/dark.js +10 -0
- package/lib/divider/styles/index.d.ts +3 -0
- package/lib/divider/styles/index.js +10 -0
- package/lib/divider/styles/light.d.ts +11 -0
- package/lib/divider/styles/light.js +19 -0
- package/lib/drawer/index.d.ts +5 -0
- package/lib/drawer/index.js +12 -0
- package/lib/drawer/src/Drawer.d.ts +687 -0
- package/lib/drawer/src/Drawer.js +222 -0
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +266 -0
- package/lib/drawer/src/DrawerBodyWrapper.js +256 -0
- package/lib/drawer/src/DrawerContent.d.ts +214 -0
- package/lib/drawer/src/DrawerContent.js +52 -0
- package/lib/drawer/src/interface.d.ts +14 -0
- package/lib/drawer/src/interface.js +6 -0
- package/lib/drawer/src/styles/index.cssr.d.ts +2 -0
- package/lib/drawer/src/styles/index.cssr.js +168 -0
- package/lib/drawer/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/drawer/src/styles/rtl.cssr.js +13 -0
- package/lib/drawer/styles/dark.d.ts +3 -0
- package/lib/drawer/styles/dark.js +14 -0
- package/lib/drawer/styles/index.d.ts +4 -0
- package/lib/drawer/styles/index.js +12 -0
- package/lib/drawer/styles/light.d.ts +55 -0
- package/lib/drawer/styles/light.js +42 -0
- package/lib/drawer/styles/rtl.d.ts +3 -0
- package/lib/drawer/styles/rtl.js +14 -0
- package/lib/dropdown/index.d.ts +3 -0
- package/lib/dropdown/index.js +9 -0
- package/lib/dropdown/src/Dropdown.d.ts +1251 -0
- package/lib/dropdown/src/Dropdown.js +345 -0
- package/lib/dropdown/src/DropdownDivider.d.ts +12 -0
- package/lib/dropdown/src/DropdownDivider.js +15 -0
- package/lib/dropdown/src/DropdownGroup.d.ts +32 -0
- package/lib/dropdown/src/DropdownGroup.js +51 -0
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +27 -0
- package/lib/dropdown/src/DropdownGroupHeader.js +57 -0
- package/lib/dropdown/src/DropdownMenu.d.ts +47 -0
- package/lib/dropdown/src/DropdownMenu.js +105 -0
- package/lib/dropdown/src/DropdownOption.d.ts +74 -0
- package/lib/dropdown/src/DropdownOption.js +247 -0
- package/lib/dropdown/src/DropdownRenderOption.d.ts +14 -0
- package/lib/dropdown/src/DropdownRenderOption.js +16 -0
- package/lib/dropdown/src/context.d.ts +6 -0
- package/lib/dropdown/src/context.js +7 -0
- package/lib/dropdown/src/interface.d.ts +30 -0
- package/lib/dropdown/src/interface.js +2 -0
- package/lib/dropdown/src/styles/index.cssr.d.ts +2 -0
- package/lib/dropdown/src/styles/index.cssr.js +150 -0
- package/lib/dropdown/src/utils.d.ts +5 -0
- package/lib/dropdown/src/utils.js +20 -0
- package/lib/dropdown/styles/_common.d.ts +24 -0
- package/lib/dropdown/styles/_common.js +25 -0
- package/lib/dropdown/styles/dark.d.ts +3 -0
- package/lib/dropdown/styles/dark.js +23 -0
- package/lib/dropdown/styles/index.d.ts +3 -0
- package/lib/dropdown/styles/index.js +10 -0
- package/lib/dropdown/styles/light.d.ts +131 -0
- package/lib/dropdown/styles/light.js +33 -0
- package/lib/dynamic-input/index.d.ts +2 -0
- package/lib/dynamic-input/index.js +9 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +3061 -0
- package/lib/dynamic-input/src/DynamicInput.js +308 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +453 -0
- package/lib/dynamic-input/src/InputPreset.js +39 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +477 -0
- package/lib/dynamic-input/src/PairPreset.js +55 -0
- package/lib/dynamic-input/src/interface.d.ts +11 -0
- package/lib/dynamic-input/src/interface.js +5 -0
- package/lib/dynamic-input/src/styles/index.cssr.d.ts +2 -0
- package/lib/dynamic-input/src/styles/index.cssr.js +40 -0
- package/lib/dynamic-input/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/dynamic-input/src/styles/rtl.cssr.js +14 -0
- package/lib/dynamic-input/styles/_common.d.ts +5 -0
- package/lib/dynamic-input/styles/_common.js +6 -0
- package/lib/dynamic-input/styles/dark.d.ts +3 -0
- package/lib/dynamic-input/styles/dark.js +21 -0
- package/lib/dynamic-input/styles/index.d.ts +4 -0
- package/lib/dynamic-input/styles/index.js +12 -0
- package/lib/dynamic-input/styles/light.d.ts +284 -0
- package/lib/dynamic-input/styles/light.js +23 -0
- package/lib/dynamic-input/styles/rtl.d.ts +2 -0
- package/lib/dynamic-input/styles/rtl.js +17 -0
- package/lib/dynamic-tags/index.d.ts +3 -0
- package/lib/dynamic-tags/index.js +9 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +4115 -0
- package/lib/dynamic-tags/src/DynamicTags.js +171 -0
- package/lib/dynamic-tags/src/interface.d.ts +10 -0
- package/lib/dynamic-tags/src/interface.js +2 -0
- package/lib/dynamic-tags/src/styles/index.cssr.d.ts +2 -0
- package/lib/dynamic-tags/src/styles/index.cssr.js +11 -0
- package/lib/dynamic-tags/styles/dark.d.ts +3 -0
- package/lib/dynamic-tags/styles/dark.js +23 -0
- package/lib/dynamic-tags/styles/index.d.ts +3 -0
- package/lib/dynamic-tags/styles/index.js +10 -0
- package/lib/dynamic-tags/styles/light.d.ts +385 -0
- package/lib/dynamic-tags/styles/light.js +24 -0
- package/lib/element/index.d.ts +3 -0
- package/lib/element/index.js +11 -0
- package/lib/element/src/Element.d.ts +36 -0
- package/lib/element/src/Element.js +46 -0
- package/lib/element/styles/dark.d.ts +3 -0
- package/lib/element/styles/dark.js +8 -0
- package/lib/element/styles/index.d.ts +3 -0
- package/lib/element/styles/index.js +10 -0
- package/lib/element/styles/light.d.ts +4 -0
- package/lib/element/styles/light.js +8 -0
- package/lib/ellipsis/index.d.ts +3 -0
- package/lib/ellipsis/index.js +11 -0
- package/lib/ellipsis/src/Ellipsis.d.ts +526 -0
- package/lib/ellipsis/src/Ellipsis.js +173 -0
- package/lib/ellipsis/src/PerformantEllipsis.d.ts +224 -0
- package/lib/ellipsis/src/PerformantEllipsis.js +81 -0
- package/lib/ellipsis/src/styles/index.cssr.d.ts +2 -0
- package/lib/ellipsis/src/styles/index.cssr.js +19 -0
- package/lib/ellipsis/styles/dark.d.ts +3 -0
- package/lib/ellipsis/styles/dark.js +12 -0
- package/lib/ellipsis/styles/index.d.ts +3 -0
- package/lib/ellipsis/styles/index.js +10 -0
- package/lib/ellipsis/styles/light.d.ts +36 -0
- package/lib/ellipsis/styles/light.js +13 -0
- package/lib/empty/index.d.ts +2 -0
- package/lib/empty/index.js +9 -0
- package/lib/empty/src/Empty.d.ts +186 -0
- package/lib/empty/src/Empty.js +81 -0
- package/lib/empty/src/styles/index.cssr.d.ts +2 -0
- package/lib/empty/src/styles/index.cssr.js +37 -0
- package/lib/empty/styles/_common.d.ts +7 -0
- package/lib/empty/styles/_common.js +8 -0
- package/lib/empty/styles/dark.d.ts +3 -0
- package/lib/empty/styles/dark.js +10 -0
- package/lib/empty/styles/index.d.ts +3 -0
- package/lib/empty/styles/index.js +10 -0
- package/lib/empty/styles/light.d.ts +19 -0
- package/lib/empty/styles/light.js +22 -0
- package/lib/equation/index.d.ts +1 -0
- package/lib/equation/index.js +6 -0
- package/lib/equation/src/Equation.d.ts +18 -0
- package/lib/equation/src/Equation.js +32 -0
- package/lib/equation/styles/dark.d.ts +3 -0
- package/lib/equation/styles/dark.js +10 -0
- package/lib/equation/styles/index.d.ts +3 -0
- package/lib/equation/styles/index.js +10 -0
- package/lib/equation/styles/light.d.ts +6 -0
- package/lib/equation/styles/light.js +12 -0
- package/lib/form/index.d.ts +11 -0
- package/lib/form/index.js +22 -0
- package/lib/form/src/Form.d.ts +406 -0
- package/lib/form/src/Form.js +120 -0
- package/lib/form/src/FormItem.d.ts +436 -0
- package/lib/form/src/FormItem.js +372 -0
- package/lib/form/src/FormItemCol.d.ts +449 -0
- package/lib/form/src/FormItemCol.js +64 -0
- package/lib/form/src/FormItemGridItem.d.ts +449 -0
- package/lib/form/src/FormItemGridItem.js +66 -0
- package/lib/form/src/FormItemRow.d.ts +467 -0
- package/lib/form/src/FormItemRow.js +63 -0
- package/lib/form/src/context.d.ts +3 -0
- package/lib/form/src/context.js +6 -0
- package/lib/form/src/interface.d.ts +58 -0
- package/lib/form/src/interface.js +2 -0
- package/lib/form/src/styles/form-item.cssr.d.ts +2 -0
- package/lib/form/src/styles/form-item.cssr.js +129 -0
- package/lib/form/src/styles/form.cssr.d.ts +2 -0
- package/lib/form/src/styles/form.cssr.js +17 -0
- package/lib/form/src/utils.d.ts +22 -0
- package/lib/form/src/utils.js +177 -0
- package/lib/form/styles/_common.d.ts +24 -0
- package/lib/form/styles/_common.js +25 -0
- package/lib/form/styles/dark.d.ts +3 -0
- package/lib/form/styles/dark.js +10 -0
- package/lib/form/styles/index.d.ts +3 -0
- package/lib/form/styles/index.js +10 -0
- package/lib/form/styles/light.d.ts +38 -0
- package/lib/form/styles/light.js +19 -0
- package/lib/global-style/index.d.ts +1 -0
- package/lib/global-style/index.js +8 -0
- package/lib/global-style/src/GlobalStyle.d.ts +2 -0
- package/lib/global-style/src/GlobalStyle.js +61 -0
- package/lib/gradient-text/index.d.ts +2 -0
- package/lib/gradient-text/index.js +9 -0
- package/lib/gradient-text/src/GradientText.d.ts +180 -0
- package/lib/gradient-text/src/GradientText.js +87 -0
- package/lib/gradient-text/src/styles/index.cssr.d.ts +2 -0
- package/lib/gradient-text/src/styles/index.cssr.js +24 -0
- package/lib/gradient-text/styles/dark.d.ts +3 -0
- package/lib/gradient-text/styles/dark.js +25 -0
- package/lib/gradient-text/styles/index.d.ts +3 -0
- package/lib/gradient-text/styles/index.js +10 -0
- package/lib/gradient-text/styles/light.d.ts +20 -0
- package/lib/gradient-text/styles/light.js +27 -0
- package/lib/grid/index.d.ts +5 -0
- package/lib/grid/index.js +15 -0
- package/lib/grid/src/Grid.d.ts +108 -0
- package/lib/grid/src/Grid.js +254 -0
- package/lib/grid/src/GridItem.d.ts +74 -0
- package/lib/grid/src/GridItem.js +77 -0
- package/lib/grid/src/config.d.ts +3 -0
- package/lib/grid/src/config.js +6 -0
- package/lib/icon/index.d.ts +2 -0
- package/lib/icon/index.js +6 -0
- package/lib/icon/src/Icon.d.ts +106 -0
- package/lib/icon/src/Icon.js +75 -0
- package/lib/icon/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon/src/styles/index.cssr.js +31 -0
- package/lib/icon/styles/dark.d.ts +3 -0
- package/lib/icon/styles/dark.js +10 -0
- package/lib/icon/styles/index.d.ts +3 -0
- package/lib/icon/styles/index.js +10 -0
- package/lib/icon/styles/light.d.ts +14 -0
- package/lib/icon/styles/light.js +22 -0
- package/lib/icon-wrapper/index.d.ts +2 -0
- package/lib/icon-wrapper/index.js +6 -0
- package/lib/icon-wrapper/src/IconWrapper.d.ts +76 -0
- package/lib/icon-wrapper/src/IconWrapper.js +54 -0
- package/lib/icon-wrapper/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon-wrapper/src/styles/index.cssr.js +21 -0
- package/lib/icon-wrapper/styles/dark.d.ts +3 -0
- package/lib/icon-wrapper/styles/dark.js +10 -0
- package/lib/icon-wrapper/styles/index.d.ts +3 -0
- package/lib/icon-wrapper/styles/index.js +10 -0
- package/lib/icon-wrapper/styles/light.d.ts +10 -0
- package/lib/icon-wrapper/styles/light.js +18 -0
- package/lib/image/index.d.ts +4 -0
- package/lib/image/index.js +12 -0
- package/lib/image/src/Image.d.ts +461 -0
- package/lib/image/src/Image.js +129 -0
- package/lib/image/src/ImageGroup.d.ts +398 -0
- package/lib/image/src/ImageGroup.js +74 -0
- package/lib/image/src/ImagePreview.d.ts +308 -0
- package/lib/image/src/ImagePreview.js +435 -0
- package/lib/image/src/icons.d.ts +4 -0
- package/lib/image/src/icons.js +12 -0
- package/lib/image/src/interface.d.ts +137 -0
- package/lib/image/src/interface.js +7 -0
- package/lib/image/src/styles/index.cssr.d.ts +2 -0
- package/lib/image/src/styles/index.cssr.js +73 -0
- package/lib/image/src/utils.d.ts +11 -0
- package/lib/image/src/utils.js +86 -0
- package/lib/image/styles/dark.d.ts +2 -0
- package/lib/image/styles/dark.js +21 -0
- package/lib/image/styles/index.d.ts +3 -0
- package/lib/image/styles/index.js +7 -0
- package/lib/image/styles/light.d.ts +48 -0
- package/lib/image/styles/light.js +22 -0
- package/lib/index.d.ts +12 -0
- package/lib/index.js +49 -0
- package/lib/input/index.d.ts +7 -0
- package/lib/input/index.js +15 -0
- package/lib/input/src/Input.d.ts +1183 -0
- package/lib/input/src/Input.js +978 -0
- package/lib/input/src/InputGroup.d.ts +17 -0
- package/lib/input/src/InputGroup.js +25 -0
- package/lib/input/src/InputGroupLabel.d.ts +602 -0
- package/lib/input/src/InputGroupLabel.js +59 -0
- package/lib/input/src/WordCount.d.ts +2 -0
- package/lib/input/src/WordCount.js +33 -0
- package/lib/input/src/interface.d.ts +23 -0
- package/lib/input/src/interface.js +5 -0
- package/lib/input/src/styles/input-group-label.cssr.d.ts +2 -0
- package/lib/input/src/styles/input-group-label.cssr.js +44 -0
- package/lib/input/src/styles/input-group.cssr.d.ts +2 -0
- package/lib/input/src/styles/input-group.cssr.js +62 -0
- package/lib/input/src/styles/input.cssr.d.ts +3 -0
- package/lib/input/src/styles/input.cssr.js +315 -0
- package/lib/input/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/input/src/styles/rtl.cssr.js +21 -0
- package/lib/input/src/utils.d.ts +8 -0
- package/lib/input/src/utils.js +72 -0
- package/lib/input/styles/_common.d.ts +8 -0
- package/lib/input/styles/_common.js +9 -0
- package/lib/input/styles/dark.d.ts +3 -0
- package/lib/input/styles/dark.js +31 -0
- package/lib/input/styles/index.d.ts +4 -0
- package/lib/input/styles/index.js +12 -0
- package/lib/input/styles/light.d.ts +67 -0
- package/lib/input/styles/light.js +31 -0
- package/lib/input/styles/rtl.d.ts +2 -0
- package/lib/input/styles/rtl.js +11 -0
- package/lib/input-number/index.d.ts +3 -0
- package/lib/input-number/index.js +9 -0
- package/lib/input-number/src/InputNumber.d.ts +3151 -0
- package/lib/input-number/src/InputNumber.js +586 -0
- package/lib/input-number/src/interface.d.ts +7 -0
- package/lib/input-number/src/interface.js +2 -0
- package/lib/input-number/src/styles/input-number.cssr.d.ts +2 -0
- package/lib/input-number/src/styles/input-number.cssr.js +13 -0
- package/lib/input-number/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/input-number/src/styles/rtl.cssr.js +9 -0
- package/lib/input-number/src/utils.d.ts +5 -0
- package/lib/input-number/src/utils.js +55 -0
- package/lib/input-number/styles/dark.d.ts +3 -0
- package/lib/input-number/styles/dark.js +20 -0
- package/lib/input-number/styles/index.d.ts +4 -0
- package/lib/input-number/styles/index.js +12 -0
- package/lib/input-number/styles/light.d.ts +283 -0
- package/lib/input-number/styles/light.js +22 -0
- package/lib/input-number/styles/rtl.d.ts +2 -0
- package/lib/input-number/styles/rtl.js +14 -0
- package/lib/jest-setup.d.ts +1 -0
- package/lib/jest-setup.js +7 -0
- package/lib/layout/index.d.ts +10 -0
- package/lib/layout/index.js +21 -0
- package/lib/layout/src/Layout.d.ts +881 -0
- package/lib/layout/src/Layout.js +124 -0
- package/lib/layout/src/LayoutContent.d.ts +417 -0
- package/lib/layout/src/LayoutContent.js +4 -0
- package/lib/layout/src/LayoutFooter.d.ts +305 -0
- package/lib/layout/src/LayoutFooter.js +58 -0
- package/lib/layout/src/LayoutHeader.d.ts +224 -0
- package/lib/layout/src/LayoutHeader.js +65 -0
- package/lib/layout/src/LayoutSider.d.ts +544 -0
- package/lib/layout/src/LayoutSider.js +250 -0
- package/lib/layout/src/ToggleBar.d.ts +15 -0
- package/lib/layout/src/ToggleBar.js +18 -0
- package/lib/layout/src/ToggleButton.d.ts +15 -0
- package/lib/layout/src/ToggleButton.js +22 -0
- package/lib/layout/src/interface.d.ts +13 -0
- package/lib/layout/src/interface.js +9 -0
- package/lib/layout/src/styles/layout-footer.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-footer.cssr.js +28 -0
- package/lib/layout/src/styles/layout-header.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-header.cssr.js +29 -0
- package/lib/layout/src/styles/layout-sider.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-sider.cssr.js +145 -0
- package/lib/layout/src/styles/layout.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout.cssr.js +33 -0
- package/lib/layout/styles/dark.d.ts +3 -0
- package/lib/layout/styles/dark.js +41 -0
- package/lib/layout/styles/index.d.ts +3 -0
- package/lib/layout/styles/index.js +10 -0
- package/lib/layout/styles/light.d.ts +59 -0
- package/lib/layout/styles/light.js +46 -0
- package/lib/legacy-grid/index.d.ts +4 -0
- package/lib/legacy-grid/index.js +12 -0
- package/lib/legacy-grid/src/Col.d.ts +69 -0
- package/lib/legacy-grid/src/Col.js +56 -0
- package/lib/legacy-grid/src/Row.d.ts +42 -0
- package/lib/legacy-grid/src/Row.js +69 -0
- package/lib/legacy-grid/src/interface.d.ts +1 -0
- package/lib/legacy-grid/src/interface.js +2 -0
- package/lib/legacy-grid/src/styles/index.cssr.d.ts +2 -0
- package/lib/legacy-grid/src/styles/index.cssr.js +37 -0
- package/lib/legacy-grid/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/legacy-grid/src/styles/rtl.cssr.js +26 -0
- package/lib/legacy-grid/styles/dark.d.ts +4 -0
- package/lib/legacy-grid/styles/dark.js +8 -0
- package/lib/legacy-grid/styles/index.d.ts +4 -0
- package/lib/legacy-grid/styles/index.js +12 -0
- package/lib/legacy-grid/styles/light.d.ts +4 -0
- package/lib/legacy-grid/styles/light.js +8 -0
- package/lib/legacy-grid/styles/rtl.d.ts +2 -0
- package/lib/legacy-grid/styles/rtl.js +11 -0
- package/lib/legacy-transfer/index.d.ts +3 -0
- package/lib/legacy-transfer/index.js +9 -0
- package/lib/legacy-transfer/src/Transfer.d.ts +3796 -0
- package/lib/legacy-transfer/src/Transfer.js +220 -0
- package/lib/legacy-transfer/src/TransferFilter.d.ts +540 -0
- package/lib/legacy-transfer/src/TransferFilter.js +42 -0
- package/lib/legacy-transfer/src/TransferHeader.d.ts +25 -0
- package/lib/legacy-transfer/src/TransferHeader.js +49 -0
- package/lib/legacy-transfer/src/TransferList.d.ts +587 -0
- package/lib/legacy-transfer/src/TransferList.js +98 -0
- package/lib/legacy-transfer/src/TransferListItem.d.ts +544 -0
- package/lib/legacy-transfer/src/TransferListItem.js +67 -0
- package/lib/legacy-transfer/src/interface.d.ts +31 -0
- package/lib/legacy-transfer/src/interface.js +5 -0
- package/lib/legacy-transfer/src/styles/index.cssr.d.ts +2 -0
- package/lib/legacy-transfer/src/styles/index.cssr.js +220 -0
- package/lib/legacy-transfer/src/use-transfer-data.d.ts +41 -0
- package/lib/legacy-transfer/src/use-transfer-data.js +149 -0
- package/lib/legacy-transfer/styles/_common.d.ts +5 -0
- package/lib/legacy-transfer/styles/_common.js +6 -0
- package/lib/legacy-transfer/styles/dark.d.ts +3 -0
- package/lib/legacy-transfer/styles/dark.js +32 -0
- package/lib/legacy-transfer/styles/index.d.ts +3 -0
- package/lib/legacy-transfer/styles/index.js +10 -0
- package/lib/legacy-transfer/styles/light.d.ts +378 -0
- package/lib/legacy-transfer/styles/light.js +36 -0
- package/lib/list/index.d.ts +3 -0
- package/lib/list/index.js +11 -0
- package/lib/list/src/List.d.ts +199 -0
- package/lib/list/src/List.js +77 -0
- package/lib/list/src/ListItem.d.ts +5 -0
- package/lib/list/src/ListItem.js +26 -0
- package/lib/list/src/styles/index.cssr.d.ts +2 -0
- package/lib/list/src/styles/index.cssr.js +93 -0
- package/lib/list/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/list/src/styles/rtl.cssr.js +16 -0
- package/lib/list/styles/dark.d.ts +3 -0
- package/lib/list/styles/dark.js +10 -0
- package/lib/list/styles/index.d.ts +4 -0
- package/lib/list/styles/index.js +12 -0
- package/lib/list/styles/light.d.ts +20 -0
- package/lib/list/styles/light.js +29 -0
- package/lib/list/styles/rtl.d.ts +2 -0
- package/lib/list/styles/rtl.js +11 -0
- package/lib/loading-bar/index.d.ts +3 -0
- package/lib/loading-bar/index.js +11 -0
- package/lib/loading-bar/src/LoadingBar.d.ts +28 -0
- package/lib/loading-bar/src/LoadingBar.js +181 -0
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +103 -0
- package/lib/loading-bar/src/LoadingBarProvider.js +79 -0
- package/lib/loading-bar/src/context.d.ts +7 -0
- package/lib/loading-bar/src/context.js +6 -0
- package/lib/loading-bar/src/styles/index.cssr.d.ts +2 -0
- package/lib/loading-bar/src/styles/index.cssr.js +40 -0
- package/lib/loading-bar/src/use-loading-bar.d.ts +2 -0
- package/lib/loading-bar/src/use-loading-bar.js +14 -0
- package/lib/loading-bar/styles/dark.d.ts +3 -0
- package/lib/loading-bar/styles/dark.js +16 -0
- package/lib/loading-bar/styles/index.d.ts +3 -0
- package/lib/loading-bar/styles/index.js +10 -0
- package/lib/loading-bar/styles/light.d.ts +11 -0
- package/lib/loading-bar/styles/light.js +17 -0
- package/lib/locales/common/arDZ.d.ts +3 -0
- package/lib/locales/common/arDZ.js +123 -0
- package/lib/locales/common/deDE.d.ts +3 -0
- package/lib/locales/common/deDE.js +123 -0
- package/lib/locales/common/enGB.d.ts +3 -0
- package/lib/locales/common/enGB.js +124 -0
- package/lib/locales/common/enUS.d.ts +122 -0
- package/lib/locales/common/enUS.js +124 -0
- package/lib/locales/common/eo.d.ts +3 -0
- package/lib/locales/common/eo.js +125 -0
- package/lib/locales/common/esAR.d.ts +3 -0
- package/lib/locales/common/esAR.js +127 -0
- package/lib/locales/common/faIR.d.ts +3 -0
- package/lib/locales/common/faIR.js +123 -0
- package/lib/locales/common/frFR.d.ts +3 -0
- package/lib/locales/common/frFR.js +123 -0
- package/lib/locales/common/idID.d.ts +3 -0
- package/lib/locales/common/idID.js +127 -0
- package/lib/locales/common/itIT.d.ts +3 -0
- package/lib/locales/common/itIT.js +126 -0
- package/lib/locales/common/jaJP.d.ts +3 -0
- package/lib/locales/common/jaJP.js +126 -0
- package/lib/locales/common/koKR.d.ts +3 -0
- package/lib/locales/common/koKR.js +126 -0
- package/lib/locales/common/nbNO.d.ts +3 -0
- package/lib/locales/common/nbNO.js +127 -0
- package/lib/locales/common/nlNL.d.ts +3 -0
- package/lib/locales/common/nlNL.js +125 -0
- package/lib/locales/common/plPL.d.ts +3 -0
- package/lib/locales/common/plPL.js +126 -0
- package/lib/locales/common/ptBR.d.ts +3 -0
- package/lib/locales/common/ptBR.js +123 -0
- package/lib/locales/common/ruRU.d.ts +3 -0
- package/lib/locales/common/ruRU.js +128 -0
- package/lib/locales/common/skSK.d.ts +3 -0
- package/lib/locales/common/skSK.js +127 -0
- package/lib/locales/common/svSE.d.ts +3 -0
- package/lib/locales/common/svSE.js +123 -0
- package/lib/locales/common/thTH.d.ts +3 -0
- package/lib/locales/common/thTH.js +127 -0
- package/lib/locales/common/trTR.d.ts +3 -0
- package/lib/locales/common/trTR.js +124 -0
- package/lib/locales/common/ukUA.d.ts +3 -0
- package/lib/locales/common/ukUA.js +124 -0
- package/lib/locales/common/viVN.d.ts +3 -0
- package/lib/locales/common/viVN.js +123 -0
- package/lib/locales/common/zhCN.d.ts +3 -0
- package/lib/locales/common/zhCN.js +123 -0
- package/lib/locales/common/zhTW.d.ts +3 -0
- package/lib/locales/common/zhTW.js +123 -0
- package/lib/locales/date/arDZ.d.ts +3 -0
- package/lib/locales/date/arDZ.js +11 -0
- package/lib/locales/date/deDE.d.ts +3 -0
- package/lib/locales/date/deDE.js +11 -0
- package/lib/locales/date/enGB.d.ts +3 -0
- package/lib/locales/date/enGB.js +11 -0
- package/lib/locales/date/enUS.d.ts +8 -0
- package/lib/locales/date/enUS.js +11 -0
- package/lib/locales/date/eo.d.ts +3 -0
- package/lib/locales/date/eo.js +11 -0
- package/lib/locales/date/esAR.d.ts +3 -0
- package/lib/locales/date/esAR.js +11 -0
- package/lib/locales/date/faIR.d.ts +3 -0
- package/lib/locales/date/faIR.js +11 -0
- package/lib/locales/date/frFR.d.ts +3 -0
- package/lib/locales/date/frFR.js +11 -0
- package/lib/locales/date/idID.d.ts +3 -0
- package/lib/locales/date/idID.js +11 -0
- package/lib/locales/date/itIT.d.ts +3 -0
- package/lib/locales/date/itIT.js +11 -0
- package/lib/locales/date/jaJP.d.ts +3 -0
- package/lib/locales/date/jaJP.js +11 -0
- package/lib/locales/date/koKR.d.ts +3 -0
- package/lib/locales/date/koKR.js +11 -0
- package/lib/locales/date/nbNO.d.ts +3 -0
- package/lib/locales/date/nbNO.js +11 -0
- package/lib/locales/date/nlNL.d.ts +3 -0
- package/lib/locales/date/nlNL.js +11 -0
- package/lib/locales/date/plPL.d.ts +3 -0
- package/lib/locales/date/plPL.js +11 -0
- package/lib/locales/date/ptBR.d.ts +3 -0
- package/lib/locales/date/ptBR.js +11 -0
- package/lib/locales/date/ruRU.d.ts +3 -0
- package/lib/locales/date/ruRU.js +11 -0
- package/lib/locales/date/skSK.d.ts +3 -0
- package/lib/locales/date/skSK.js +11 -0
- package/lib/locales/date/svSE.d.ts +3 -0
- package/lib/locales/date/svSE.js +11 -0
- package/lib/locales/date/thTH.d.ts +3 -0
- package/lib/locales/date/thTH.js +11 -0
- package/lib/locales/date/trTR.d.ts +3 -0
- package/lib/locales/date/trTR.js +11 -0
- package/lib/locales/date/ukUA.d.ts +3 -0
- package/lib/locales/date/ukUA.js +11 -0
- package/lib/locales/date/viVN.d.ts +3 -0
- package/lib/locales/date/viVN.js +11 -0
- package/lib/locales/date/zhCN.d.ts +3 -0
- package/lib/locales/date/zhCN.js +11 -0
- package/lib/locales/date/zhTW.d.ts +3 -0
- package/lib/locales/date/zhTW.js +11 -0
- package/lib/locales/index.d.ts +54 -0
- package/lib/locales/index.js +109 -0
- package/lib/locales/utils/index.d.ts +8 -0
- package/lib/locales/utils/index.js +8 -0
- package/lib/log/index.d.ts +2 -0
- package/lib/log/index.js +9 -0
- package/lib/log/src/Log.d.ts +574 -0
- package/lib/log/src/Log.js +201 -0
- package/lib/log/src/LogLine.d.ts +18 -0
- package/lib/log/src/LogLine.js +54 -0
- package/lib/log/src/LogLoader.d.ts +16 -0
- package/lib/log/src/LogLoader.js +25 -0
- package/lib/log/src/context.d.ts +2 -0
- package/lib/log/src/context.js +5 -0
- package/lib/log/src/styles/index.cssr.d.ts +2 -0
- package/lib/log/src/styles/index.cssr.js +58 -0
- package/lib/log/styles/dark.d.ts +3 -0
- package/lib/log/styles/dark.js +24 -0
- package/lib/log/styles/index.d.ts +3 -0
- package/lib/log/styles/index.js +10 -0
- package/lib/log/styles/light.d.ts +38 -0
- package/lib/log/styles/light.js +26 -0
- package/lib/mention/index.d.ts +3 -0
- package/lib/mention/index.js +9 -0
- package/lib/mention/src/Mention.d.ts +1585 -0
- package/lib/mention/src/Mention.js +367 -0
- package/lib/mention/src/interface.d.ts +6 -0
- package/lib/mention/src/interface.js +2 -0
- package/lib/mention/src/styles/index.cssr.d.ts +2 -0
- package/lib/mention/src/styles/index.cssr.js +13 -0
- package/lib/mention/src/utils.d.ts +65 -0
- package/lib/mention/src/utils.js +210 -0
- package/lib/mention/styles/dark.d.ts +3 -0
- package/lib/mention/styles/dark.js +20 -0
- package/lib/mention/styles/index.d.ts +3 -0
- package/lib/mention/styles/index.js +10 -0
- package/lib/mention/styles/light.d.ts +126 -0
- package/lib/mention/styles/light.js +22 -0
- package/lib/menu/index.d.ts +3 -0
- package/lib/menu/index.js +9 -0
- package/lib/menu/src/Menu.d.ts +2312 -0
- package/lib/menu/src/Menu.js +386 -0
- package/lib/menu/src/MenuDivider.d.ts +2 -0
- package/lib/menu/src/MenuDivider.js +13 -0
- package/lib/menu/src/MenuOption.d.ts +427 -0
- package/lib/menu/src/MenuOption.js +75 -0
- package/lib/menu/src/MenuOptionContent.d.ts +86 -0
- package/lib/menu/src/MenuOptionContent.js +89 -0
- package/lib/menu/src/MenuOptionGroup.d.ts +70 -0
- package/lib/menu/src/MenuOptionGroup.js +46 -0
- package/lib/menu/src/Submenu.d.ts +469 -0
- package/lib/menu/src/Submenu.js +129 -0
- package/lib/menu/src/context.d.ts +4 -0
- package/lib/menu/src/context.js +7 -0
- package/lib/menu/src/interface.d.ts +58 -0
- package/lib/menu/src/interface.js +2 -0
- package/lib/menu/src/styles/index.cssr.d.ts +3 -0
- package/lib/menu/src/styles/index.cssr.js +233 -0
- package/lib/menu/src/use-menu-child-props.d.ts +17 -0
- package/lib/menu/src/use-menu-child-props.js +17 -0
- package/lib/menu/src/use-menu-child.d.ts +38 -0
- package/lib/menu/src/use-menu-child.js +84 -0
- package/lib/menu/src/useCheckDeprecated.d.ts +2 -0
- package/lib/menu/src/useCheckDeprecated.js +28 -0
- package/lib/menu/src/utils.d.ts +7 -0
- package/lib/menu/src/utils.js +60 -0
- package/lib/menu/styles/dark.d.ts +3 -0
- package/lib/menu/styles/dark.js +29 -0
- package/lib/menu/styles/index.d.ts +3 -0
- package/lib/menu/styles/index.js +10 -0
- package/lib/menu/styles/light.d.ts +308 -0
- package/lib/menu/styles/light.js +65 -0
- package/lib/message/index.d.ts +4 -0
- package/lib/message/index.js +11 -0
- package/lib/message/src/Message.d.ts +79 -0
- package/lib/message/src/Message.js +117 -0
- package/lib/message/src/MessageEnvironment.d.ts +75 -0
- package/lib/message/src/MessageEnvironment.js +96 -0
- package/lib/message/src/MessageProvider.d.ts +727 -0
- package/lib/message/src/MessageProvider.js +106 -0
- package/lib/message/src/context.d.ts +7 -0
- package/lib/message/src/context.js +6 -0
- package/lib/message/src/message-props.d.ts +22 -0
- package/lib/message/src/message-props.js +20 -0
- package/lib/message/src/styles/index.cssr.d.ts +2 -0
- package/lib/message/src/styles/index.cssr.js +138 -0
- package/lib/message/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/message/src/styles/rtl.cssr.js +13 -0
- package/lib/message/src/types.d.ts +17 -0
- package/lib/message/src/types.js +2 -0
- package/lib/message/src/use-message.d.ts +2 -0
- package/lib/message/src/use-message.js +14 -0
- package/lib/message/styles/_common.d.ts +13 -0
- package/lib/message/styles/_common.js +14 -0
- package/lib/message/styles/dark.d.ts +3 -0
- package/lib/message/styles/dark.js +10 -0
- package/lib/message/styles/index.d.ts +4 -0
- package/lib/message/styles/index.js +12 -0
- package/lib/message/styles/light.d.ts +76 -0
- package/lib/message/styles/light.js +24 -0
- package/lib/message/styles/rtl.d.ts +2 -0
- package/lib/message/styles/rtl.js +11 -0
- package/lib/modal/index.d.ts +2 -0
- package/lib/modal/index.js +9 -0
- package/lib/modal/src/BodyWrapper.d.ts +856 -0
- package/lib/modal/src/BodyWrapper.js +215 -0
- package/lib/modal/src/Modal.d.ts +2963 -0
- package/lib/modal/src/Modal.js +251 -0
- package/lib/modal/src/interface.d.ts +17 -0
- package/lib/modal/src/interface.js +6 -0
- package/lib/modal/src/presetProps.d.ts +49 -0
- package/lib/modal/src/presetProps.js +10 -0
- package/lib/modal/src/styles/index.cssr.d.ts +2 -0
- package/lib/modal/src/styles/index.cssr.js +53 -0
- package/lib/modal/styles/dark.d.ts +3 -0
- package/lib/modal/styles/dark.js +18 -0
- package/lib/modal/styles/index.d.ts +3 -0
- package/lib/modal/styles/index.js +10 -0
- package/lib/modal/styles/light.d.ts +300 -0
- package/lib/modal/styles/light.js +28 -0
- package/lib/notification/index.d.ts +4 -0
- package/lib/notification/index.js +11 -0
- package/lib/notification/src/Notification.d.ts +114 -0
- package/lib/notification/src/Notification.js +130 -0
- package/lib/notification/src/NotificationContainer.d.ts +192 -0
- package/lib/notification/src/NotificationContainer.js +47 -0
- package/lib/notification/src/NotificationEnvironment.d.ts +119 -0
- package/lib/notification/src/NotificationEnvironment.js +146 -0
- package/lib/notification/src/NotificationProvider.d.ts +446 -0
- package/lib/notification/src/NotificationProvider.js +133 -0
- package/lib/notification/src/context.d.ts +2 -0
- package/lib/notification/src/context.js +5 -0
- package/lib/notification/src/styles/index.cssr.d.ts +3 -0
- package/lib/notification/src/styles/index.cssr.js +233 -0
- package/lib/notification/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/notification/src/styles/rtl.cssr.js +27 -0
- package/lib/notification/src/use-notification.d.ts +2 -0
- package/lib/notification/src/use-notification.js +14 -0
- package/lib/notification/styles/_common.d.ts +11 -0
- package/lib/notification/styles/_common.js +12 -0
- package/lib/notification/styles/dark.d.ts +3 -0
- package/lib/notification/styles/dark.js +14 -0
- package/lib/notification/styles/index.d.ts +4 -0
- package/lib/notification/styles/index.js +12 -0
- package/lib/notification/styles/light.d.ts +71 -0
- package/lib/notification/styles/light.js +29 -0
- package/lib/notification/styles/rtl.d.ts +2 -0
- package/lib/notification/styles/rtl.js +11 -0
- package/lib/number-animation/index.d.ts +3 -0
- package/lib/number-animation/index.js +9 -0
- package/lib/number-animation/src/NumberAnimation.d.ts +95 -0
- package/lib/number-animation/src/NumberAnimation.js +102 -0
- package/lib/number-animation/src/utils.d.ts +8 -0
- package/lib/number-animation/src/utils.js +21 -0
- package/lib/page-header/index.d.ts +2 -0
- package/lib/page-header/index.js +9 -0
- package/lib/page-header/src/PageHeader.d.ts +137 -0
- package/lib/page-header/src/PageHeader.js +76 -0
- package/lib/page-header/src/styles/index.cssr.d.ts +2 -0
- package/lib/page-header/src/styles/index.cssr.js +54 -0
- package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/page-header/src/styles/rtl.cssr.js +24 -0
- package/lib/page-header/styles/_common.d.ts +5 -0
- package/lib/page-header/styles/_common.js +6 -0
- package/lib/page-header/styles/dark.d.ts +2 -0
- package/lib/page-header/styles/dark.js +10 -0
- package/lib/page-header/styles/index.d.ts +4 -0
- package/lib/page-header/styles/index.js +12 -0
- package/lib/page-header/styles/light.d.ts +25 -0
- package/lib/page-header/styles/light.js +19 -0
- package/lib/page-header/styles/rtl.d.ts +5 -0
- package/lib/page-header/styles/rtl.js +10 -0
- package/lib/pagination/index.d.ts +3 -0
- package/lib/pagination/index.js +9 -0
- package/lib/pagination/src/Pagination.d.ts +3948 -0
- package/lib/pagination/src/Pagination.js +592 -0
- package/lib/pagination/src/interface.d.ts +26 -0
- package/lib/pagination/src/interface.js +2 -0
- package/lib/pagination/src/styles/index.cssr.d.ts +2 -0
- package/lib/pagination/src/styles/index.cssr.js +161 -0
- package/lib/pagination/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/pagination/src/styles/rtl.cssr.js +13 -0
- package/lib/pagination/src/utils.d.ts +23 -0
- package/lib/pagination/src/utils.js +148 -0
- package/lib/pagination/styles/_common.d.ts +36 -0
- package/lib/pagination/styles/_common.js +37 -0
- package/lib/pagination/styles/dark.d.ts +3 -0
- package/lib/pagination/styles/dark.js +28 -0
- package/lib/pagination/styles/index.d.ts +4 -0
- package/lib/pagination/styles/index.js +12 -0
- package/lib/pagination/styles/light.d.ts +411 -0
- package/lib/pagination/styles/light.js +32 -0
- package/lib/pagination/styles/rtl.d.ts +2 -0
- package/lib/pagination/styles/rtl.js +13 -0
- package/lib/popconfirm/index.d.ts +3 -0
- package/lib/popconfirm/index.js +9 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +2776 -0
- package/lib/popconfirm/src/Popconfirm.js +118 -0
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +73 -0
- package/lib/popconfirm/src/PopconfirmPanel.js +78 -0
- package/lib/popconfirm/src/interface.d.ts +12 -0
- package/lib/popconfirm/src/interface.js +5 -0
- package/lib/popconfirm/src/styles/index.cssr.d.ts +2 -0
- package/lib/popconfirm/src/styles/index.cssr.js +27 -0
- package/lib/popconfirm/styles/_common.d.ts +4 -0
- package/lib/popconfirm/styles/_common.js +5 -0
- package/lib/popconfirm/styles/dark.d.ts +3 -0
- package/lib/popconfirm/styles/dark.js +16 -0
- package/lib/popconfirm/styles/index.d.ts +3 -0
- package/lib/popconfirm/styles/index.js +10 -0
- package/lib/popconfirm/styles/light.d.ts +240 -0
- package/lib/popconfirm/styles/light.js +26 -0
- package/lib/popover/index.d.ts +4 -0
- package/lib/popover/index.js +9 -0
- package/lib/popover/src/Popover.d.ts +548 -0
- package/lib/popover/src/Popover.js +502 -0
- package/lib/popover/src/PopoverBody.d.ts +257 -0
- package/lib/popover/src/PopoverBody.js +278 -0
- package/lib/popover/src/interface.d.ts +12 -0
- package/lib/popover/src/interface.js +5 -0
- package/lib/popover/src/styles/index.cssr.d.ts +3 -0
- package/lib/popover/src/styles/index.cssr.js +171 -0
- package/lib/popover/styles/_common.d.ts +9 -0
- package/lib/popover/styles/_common.js +10 -0
- package/lib/popover/styles/dark.d.ts +3 -0
- package/lib/popover/styles/dark.js +10 -0
- package/lib/popover/styles/index.d.ts +3 -0
- package/lib/popover/styles/index.js +10 -0
- package/lib/popover/styles/light.d.ts +20 -0
- package/lib/popover/styles/light.js +20 -0
- package/lib/popselect/index.d.ts +3 -0
- package/lib/popselect/index.js +9 -0
- package/lib/popselect/src/Popselect.d.ts +1226 -0
- package/lib/popselect/src/Popselect.js +95 -0
- package/lib/popselect/src/PopselectPanel.d.ts +337 -0
- package/lib/popselect/src/PopselectPanel.js +169 -0
- package/lib/popselect/src/interface.d.ts +14 -0
- package/lib/popselect/src/interface.js +5 -0
- package/lib/popselect/src/styles/index.cssr.d.ts +2 -0
- package/lib/popselect/src/styles/index.cssr.js +10 -0
- package/lib/popselect/styles/dark.d.ts +3 -0
- package/lib/popselect/styles/dark.js +14 -0
- package/lib/popselect/styles/index.d.ts +3 -0
- package/lib/popselect/styles/index.js +10 -0
- package/lib/popselect/styles/light.d.ts +80 -0
- package/lib/popselect/styles/light.js +24 -0
- package/lib/preset.d.ts +3 -0
- package/lib/preset.js +36 -0
- package/lib/progress/index.d.ts +2 -0
- package/lib/progress/index.js +9 -0
- package/lib/progress/src/Circle.d.ts +92 -0
- package/lib/progress/src/Circle.js +113 -0
- package/lib/progress/src/Line.d.ts +79 -0
- package/lib/progress/src/Line.js +118 -0
- package/lib/progress/src/MultipleCircle.d.ts +82 -0
- package/lib/progress/src/MultipleCircle.js +88 -0
- package/lib/progress/src/Progress.d.ts +394 -0
- package/lib/progress/src/Progress.js +106 -0
- package/lib/progress/src/interface.d.ts +1 -0
- package/lib/progress/src/interface.js +2 -0
- package/lib/progress/src/styles/index.cssr.d.ts +2 -0
- package/lib/progress/src/styles/index.cssr.js +201 -0
- package/lib/progress/styles/dark.d.ts +3 -0
- package/lib/progress/styles/dark.js +16 -0
- package/lib/progress/styles/index.d.ts +3 -0
- package/lib/progress/styles/index.js +10 -0
- package/lib/progress/styles/light.d.ts +29 -0
- package/lib/progress/styles/light.js +37 -0
- package/lib/radio/index.d.ts +6 -0
- package/lib/radio/index.js +15 -0
- package/lib/radio/src/Radio.d.ts +526 -0
- package/lib/radio/src/Radio.js +98 -0
- package/lib/radio/src/RadioButton.d.ts +81 -0
- package/lib/radio/src/RadioButton.js +28 -0
- package/lib/radio/src/RadioGroup.d.ts +473 -0
- package/lib/radio/src/RadioGroup.js +174 -0
- package/lib/radio/src/interface.d.ts +2 -0
- package/lib/radio/src/interface.js +2 -0
- package/lib/radio/src/styles/radio-group.cssr.d.ts +2 -0
- package/lib/radio/src/styles/radio-group.cssr.js +108 -0
- package/lib/radio/src/styles/radio.cssr.d.ts +2 -0
- package/lib/radio/src/styles/radio.cssr.js +149 -0
- package/lib/radio/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/radio/src/styles/rtl.cssr.js +25 -0
- package/lib/radio/src/use-radio.d.ts +53 -0
- package/lib/radio/src/use-radio.js +139 -0
- package/lib/radio/styles/_common.d.ts +8 -0
- package/lib/radio/styles/_common.js +9 -0
- package/lib/radio/styles/dark.d.ts +3 -0
- package/lib/radio/styles/dark.js +19 -0
- package/lib/radio/styles/index.d.ts +4 -0
- package/lib/radio/styles/index.js +12 -0
- package/lib/radio/styles/light.d.ts +50 -0
- package/lib/radio/styles/light.js +20 -0
- package/lib/radio/styles/rtl.d.ts +2 -0
- package/lib/radio/styles/rtl.js +11 -0
- package/lib/rate/index.d.ts +2 -0
- package/lib/rate/index.js +9 -0
- package/lib/rate/src/Rate.d.ts +156 -0
- package/lib/rate/src/Rate.js +174 -0
- package/lib/rate/src/StarIcon.d.ts +2 -0
- package/lib/rate/src/StarIcon.js +5 -0
- package/lib/rate/src/interface.d.ts +2 -0
- package/lib/rate/src/interface.js +2 -0
- package/lib/rate/src/styles/index.cssr.d.ts +2 -0
- package/lib/rate/src/styles/index.cssr.js +49 -0
- package/lib/rate/styles/dark.d.ts +3 -0
- package/lib/rate/styles/dark.js +19 -0
- package/lib/rate/styles/index.d.ts +3 -0
- package/lib/rate/styles/index.js +10 -0
- package/lib/rate/styles/light.d.ts +13 -0
- package/lib/rate/styles/light.js +19 -0
- package/lib/result/index.d.ts +2 -0
- package/lib/result/index.js +9 -0
- package/lib/result/src/403.d.ts +2 -0
- package/lib/result/src/403.js +6 -0
- package/lib/result/src/404.d.ts +2 -0
- package/lib/result/src/404.js +10 -0
- package/lib/result/src/418.d.ts +2 -0
- package/lib/result/src/418.js +10 -0
- package/lib/result/src/500.d.ts +2 -0
- package/lib/result/src/500.js +7 -0
- package/lib/result/src/Result.d.ts +291 -0
- package/lib/result/src/Result.js +88 -0
- package/lib/result/src/styles/index.cssr.d.ts +2 -0
- package/lib/result/src/styles/index.cssr.js +48 -0
- package/lib/result/styles/_common.d.ts +19 -0
- package/lib/result/styles/_common.js +20 -0
- package/lib/result/styles/dark.d.ts +3 -0
- package/lib/result/styles/dark.js +10 -0
- package/lib/result/styles/index.d.ts +3 -0
- package/lib/result/styles/index.js +10 -0
- package/lib/result/styles/light.d.ts +32 -0
- package/lib/result/styles/light.js +19 -0
- package/lib/scrollbar/index.d.ts +2 -0
- package/lib/scrollbar/index.js +9 -0
- package/lib/scrollbar/src/Scrollbar.d.ts +87 -0
- package/lib/scrollbar/src/Scrollbar.js +29 -0
- package/lib/select/index.d.ts +5 -0
- package/lib/select/index.js +9 -0
- package/lib/select/src/Select.d.ts +1917 -0
- package/lib/select/src/Select.js +718 -0
- package/lib/select/src/interface.d.ts +53 -0
- package/lib/select/src/interface.js +2 -0
- package/lib/select/src/styles/index.cssr.d.ts +2 -0
- package/lib/select/src/styles/index.cssr.js +19 -0
- package/lib/select/src/utils.d.ts +8 -0
- package/lib/select/src/utils.js +85 -0
- package/lib/select/styles/dark.d.ts +3 -0
- package/lib/select/styles/dark.js +16 -0
- package/lib/select/styles/index.d.ts +3 -0
- package/lib/select/styles/index.js +10 -0
- package/lib/select/styles/light.d.ts +136 -0
- package/lib/select/styles/light.js +24 -0
- package/lib/skeleton/index.d.ts +2 -0
- package/lib/skeleton/index.js +9 -0
- package/lib/skeleton/src/Skeleton.d.ts +155 -0
- package/lib/skeleton/src/Skeleton.js +85 -0
- package/lib/skeleton/src/styles/index.cssr.d.ts +2 -0
- package/lib/skeleton/src/styles/index.cssr.js +34 -0
- package/lib/skeleton/styles/dark.d.ts +2 -0
- package/lib/skeleton/styles/dark.js +19 -0
- package/lib/skeleton/styles/index.d.ts +3 -0
- package/lib/skeleton/styles/index.js +7 -0
- package/lib/skeleton/styles/light.d.ts +14 -0
- package/lib/skeleton/styles/light.js +20 -0
- package/lib/slider/index.d.ts +2 -0
- package/lib/slider/index.js +9 -0
- package/lib/slider/src/Slider.d.ts +510 -0
- package/lib/slider/src/Slider.js +588 -0
- package/lib/slider/src/interface.d.ts +1 -0
- package/lib/slider/src/interface.js +2 -0
- package/lib/slider/src/styles/index.cssr.d.ts +2 -0
- package/lib/slider/src/styles/index.cssr.js +206 -0
- package/lib/slider/src/utils.d.ts +10 -0
- package/lib/slider/src/utils.js +19 -0
- package/lib/slider/styles/_common.d.ts +9 -0
- package/lib/slider/styles/_common.js +10 -0
- package/lib/slider/styles/dark.d.ts +3 -0
- package/lib/slider/styles/dark.js +17 -0
- package/lib/slider/styles/index.d.ts +3 -0
- package/lib/slider/styles/index.js +10 -0
- package/lib/slider/styles/light.d.ts +36 -0
- package/lib/slider/styles/light.js +19 -0
- package/lib/space/index.d.ts +2 -0
- package/lib/space/index.js +9 -0
- package/lib/space/src/Space.d.ts +144 -0
- package/lib/space/src/Space.js +136 -0
- package/lib/space/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/space/src/styles/rtl.cssr.js +9 -0
- package/lib/space/src/utils.d.ts +1 -0
- package/lib/space/src/utils.js +26 -0
- package/lib/space/styles/_common.d.ts +6 -0
- package/lib/space/styles/_common.js +7 -0
- package/lib/space/styles/dark.d.ts +3 -0
- package/lib/space/styles/dark.js +13 -0
- package/lib/space/styles/index.d.ts +4 -0
- package/lib/space/styles/index.js +12 -0
- package/lib/space/styles/light.d.ts +10 -0
- package/lib/space/styles/light.js +14 -0
- package/lib/space/styles/rtl.d.ts +2 -0
- package/lib/space/styles/rtl.js +11 -0
- package/lib/spin/index.d.ts +2 -0
- package/lib/spin/index.js +9 -0
- package/lib/spin/src/Spin.d.ts +202 -0
- package/lib/spin/src/Spin.js +139 -0
- package/lib/spin/src/styles/index.cssr.d.ts +2 -0
- package/lib/spin/src/styles/index.cssr.js +57 -0
- package/lib/spin/styles/dark.d.ts +3 -0
- package/lib/spin/styles/dark.js +10 -0
- package/lib/spin/styles/index.d.ts +3 -0
- package/lib/spin/styles/index.js +10 -0
- package/lib/spin/styles/light.d.ts +17 -0
- package/lib/spin/styles/light.js +31 -0
- package/lib/statistic/index.d.ts +2 -0
- package/lib/statistic/index.js +9 -0
- package/lib/statistic/src/Statistic.d.ts +125 -0
- package/lib/statistic/src/Statistic.js +62 -0
- package/lib/statistic/src/styles/index.cssr.d.ts +2 -0
- package/lib/statistic/src/styles/index.cssr.js +43 -0
- package/lib/statistic/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/statistic/src/styles/rtl.cssr.js +14 -0
- package/lib/statistic/styles/dark.d.ts +3 -0
- package/lib/statistic/styles/dark.js +10 -0
- package/lib/statistic/styles/index.d.ts +4 -0
- package/lib/statistic/styles/index.js +12 -0
- package/lib/statistic/styles/light.d.ts +16 -0
- package/lib/statistic/styles/light.js +24 -0
- package/lib/statistic/styles/rtl.d.ts +2 -0
- package/lib/statistic/styles/rtl.js +11 -0
- package/lib/steps/index.d.ts +4 -0
- package/lib/steps/index.js +12 -0
- package/lib/steps/src/Step.d.ts +60 -0
- package/lib/steps/src/Step.js +150 -0
- package/lib/steps/src/Steps.d.ts +376 -0
- package/lib/steps/src/Steps.js +58 -0
- package/lib/steps/src/styles/index.cssr.d.ts +2 -0
- package/lib/steps/src/styles/index.cssr.js +107 -0
- package/lib/steps/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/steps/src/styles/rtl.cssr.js +19 -0
- package/lib/steps/styles/_common.d.ts +11 -0
- package/lib/steps/styles/_common.js +12 -0
- package/lib/steps/styles/dark.d.ts +3 -0
- package/lib/steps/styles/dark.js +10 -0
- package/lib/steps/styles/index.d.ts +4 -0
- package/lib/steps/styles/index.js +12 -0
- package/lib/steps/styles/light.d.ts +41 -0
- package/lib/steps/styles/light.js +19 -0
- package/lib/steps/styles/rtl.d.ts +2 -0
- package/lib/steps/styles/rtl.js +11 -0
- package/lib/styles.d.ts +78 -0
- package/lib/styles.js +183 -0
- package/lib/switch/index.d.ts +2 -0
- package/lib/switch/index.js +9 -0
- package/lib/switch/src/Switch.d.ts +527 -0
- package/lib/switch/src/Switch.js +258 -0
- package/lib/switch/src/interface.d.ts +2 -0
- package/lib/switch/src/interface.js +2 -0
- package/lib/switch/src/styles/index.cssr.d.ts +2 -0
- package/lib/switch/src/styles/index.cssr.js +138 -0
- package/lib/switch/styles/_common.d.ts +18 -0
- package/lib/switch/styles/_common.js +19 -0
- package/lib/switch/styles/dark.d.ts +3 -0
- package/lib/switch/styles/dark.js +18 -0
- package/lib/switch/styles/index.d.ts +3 -0
- package/lib/switch/styles/index.js +10 -0
- package/lib/switch/styles/light.d.ts +44 -0
- package/lib/switch/styles/light.js +19 -0
- package/lib/table/index.d.ts +7 -0
- package/lib/table/index.js +19 -0
- package/lib/table/src/Table.d.ts +350 -0
- package/lib/table/src/Table.js +90 -0
- package/lib/table/src/Tbody.d.ts +2 -0
- package/lib/table/src/Tbody.js +9 -0
- package/lib/table/src/Td.d.ts +2 -0
- package/lib/table/src/Td.js +9 -0
- package/lib/table/src/Th.d.ts +2 -0
- package/lib/table/src/Th.js +9 -0
- package/lib/table/src/Thead.d.ts +2 -0
- package/lib/table/src/Thead.js +9 -0
- package/lib/table/src/Tr.d.ts +2 -0
- package/lib/table/src/Tr.js +9 -0
- package/lib/table/src/styles/index.cssr.d.ts +2 -0
- package/lib/table/src/styles/index.cssr.js +101 -0
- package/lib/table/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/table/src/styles/rtl.cssr.js +18 -0
- package/lib/table/styles/_common.d.ts +9 -0
- package/lib/table/styles/_common.js +10 -0
- package/lib/table/styles/dark.d.ts +3 -0
- package/lib/table/styles/dark.js +10 -0
- package/lib/table/styles/index.d.ts +4 -0
- package/lib/table/styles/index.js +12 -0
- package/lib/table/styles/light.d.ts +34 -0
- package/lib/table/styles/light.js +24 -0
- package/lib/table/styles/rtl.d.ts +2 -0
- package/lib/table/styles/rtl.js +11 -0
- package/lib/tabs/index.d.ts +7 -0
- package/lib/tabs/index.js +15 -0
- package/lib/tabs/src/Tab.d.ts +80 -0
- package/lib/tabs/src/Tab.js +92 -0
- package/lib/tabs/src/TabPane.d.ts +80 -0
- package/lib/tabs/src/TabPane.js +52 -0
- package/lib/tabs/src/Tabs.d.ts +1060 -0
- package/lib/tabs/src/Tabs.js +646 -0
- package/lib/tabs/src/interface.d.ts +32 -0
- package/lib/tabs/src/interface.js +5 -0
- package/lib/tabs/src/styles/index.cssr.d.ts +2 -0
- package/lib/tabs/src/styles/index.cssr.js +363 -0
- package/lib/tabs/styles/_common.d.ts +59 -0
- package/lib/tabs/styles/_common.js +60 -0
- package/lib/tabs/styles/dark.d.ts +3 -0
- package/lib/tabs/styles/dark.js +16 -0
- package/lib/tabs/styles/index.d.ts +3 -0
- package/lib/tabs/styles/index.js +10 -0
- package/lib/tabs/styles/light.d.ts +97 -0
- package/lib/tabs/styles/light.js +23 -0
- package/lib/tag/index.d.ts +2 -0
- package/lib/tag/index.js +9 -0
- package/lib/tag/src/Tag.d.ts +1096 -0
- package/lib/tag/src/Tag.js +164 -0
- package/lib/tag/src/common-props.d.ts +27 -0
- package/lib/tag/src/common-props.js +22 -0
- package/lib/tag/src/styles/index.cssr.d.ts +2 -0
- package/lib/tag/src/styles/index.cssr.js +113 -0
- package/lib/tag/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/tag/src/styles/rtl.cssr.js +23 -0
- package/lib/tag/styles/_common.d.ts +15 -0
- package/lib/tag/styles/_common.js +16 -0
- package/lib/tag/styles/dark.d.ts +3 -0
- package/lib/tag/styles/dark.js +40 -0
- package/lib/tag/styles/index.d.ts +4 -0
- package/lib/tag/styles/index.js +12 -0
- package/lib/tag/styles/light.d.ts +106 -0
- package/lib/tag/styles/light.js +41 -0
- package/lib/tag/styles/rtl.d.ts +2 -0
- package/lib/tag/styles/rtl.js +11 -0
- package/lib/theme-editor/index.d.ts +1 -0
- package/lib/theme-editor/index.js +8 -0
- package/lib/theme-editor/src/MaximizeIcon.d.ts +1 -0
- package/lib/theme-editor/src/MaximizeIcon.js +11 -0
- package/lib/theme-editor/src/MinimizeIcon.d.ts +1 -0
- package/lib/theme-editor/src/MinimizeIcon.js +11 -0
- package/lib/theme-editor/src/ThemeEditor.d.ts +152 -0
- package/lib/theme-editor/src/ThemeEditor.js +334 -0
- package/lib/themes/dark.d.ts +2 -0
- package/lib/themes/dark.js +170 -0
- package/lib/themes/index.d.ts +3 -0
- package/lib/themes/index.js +9 -0
- package/lib/themes/interface.d.ts +2 -0
- package/lib/themes/interface.js +2 -0
- package/lib/themes/light.d.ts +2 -0
- package/lib/themes/light.js +172 -0
- package/lib/themes/utils.d.ts +6 -0
- package/lib/themes/utils.js +23 -0
- package/lib/thing/index.d.ts +2 -0
- package/lib/thing/index.js +9 -0
- package/lib/thing/src/Thing.d.ts +86 -0
- package/lib/thing/src/Thing.js +81 -0
- package/lib/thing/src/styles/index.cssr.d.ts +2 -0
- package/lib/thing/src/styles/index.cssr.js +46 -0
- package/lib/thing/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/thing/src/styles/rtl.cssr.js +13 -0
- package/lib/thing/styles/dark.d.ts +3 -0
- package/lib/thing/styles/dark.js +10 -0
- package/lib/thing/styles/index.d.ts +4 -0
- package/lib/thing/styles/index.js +12 -0
- package/lib/thing/styles/light.d.ts +12 -0
- package/lib/thing/styles/light.js +20 -0
- package/lib/thing/styles/rtl.d.ts +2 -0
- package/lib/thing/styles/rtl.js +14 -0
- package/lib/time/index.d.ts +2 -0
- package/lib/time/index.js +9 -0
- package/lib/time/src/Time.d.ts +65 -0
- package/lib/time/src/Time.js +93 -0
- package/lib/time-picker/index.d.ts +3 -0
- package/lib/time-picker/index.js +9 -0
- package/lib/time-picker/src/Panel.d.ts +615 -0
- package/lib/time-picker/src/Panel.js +250 -0
- package/lib/time-picker/src/PanelCol.d.ts +34 -0
- package/lib/time-picker/src/PanelCol.js +38 -0
- package/lib/time-picker/src/TimePicker.d.ts +3467 -0
- package/lib/time-picker/src/TimePicker.js +709 -0
- package/lib/time-picker/src/interface.d.ts +34 -0
- package/lib/time-picker/src/interface.js +5 -0
- package/lib/time-picker/src/styles/index.cssr.d.ts +2 -0
- package/lib/time-picker/src/styles/index.cssr.js +104 -0
- package/lib/time-picker/src/utils.d.ts +14 -0
- package/lib/time-picker/src/utils.js +274 -0
- package/lib/time-picker/styles/_common.d.ts +7 -0
- package/lib/time-picker/styles/_common.js +8 -0
- package/lib/time-picker/styles/dark.d.ts +3 -0
- package/lib/time-picker/styles/dark.js +18 -0
- package/lib/time-picker/styles/index.d.ts +3 -0
- package/lib/time-picker/styles/index.js +10 -0
- package/lib/time-picker/styles/light.d.ts +315 -0
- package/lib/time-picker/styles/light.js +30 -0
- package/lib/timeline/index.d.ts +4 -0
- package/lib/timeline/index.js +12 -0
- package/lib/timeline/src/Timeline.d.ts +267 -0
- package/lib/timeline/src/Timeline.js +42 -0
- package/lib/timeline/src/TimelineItem.d.ts +66 -0
- package/lib/timeline/src/TimelineItem.js +90 -0
- package/lib/timeline/src/styles/index.cssr.d.ts +2 -0
- package/lib/timeline/src/styles/index.cssr.js +116 -0
- package/lib/timeline/styles/_common.d.ts +9 -0
- package/lib/timeline/styles/_common.js +10 -0
- package/lib/timeline/styles/dark.d.ts +3 -0
- package/lib/timeline/styles/dark.js +16 -0
- package/lib/timeline/styles/index.d.ts +3 -0
- package/lib/timeline/styles/index.js +10 -0
- package/lib/timeline/styles/light.d.ts +30 -0
- package/lib/timeline/styles/light.js +17 -0
- package/lib/tooltip/index.d.ts +2 -0
- package/lib/tooltip/index.js +9 -0
- package/lib/tooltip/src/Tooltip.d.ts +776 -0
- package/lib/tooltip/src/Tooltip.js +91 -0
- package/lib/tooltip/src/TooltipArrow.d.ts +2 -0
- package/lib/tooltip/src/TooltipArrow.js +18 -0
- package/lib/tooltip/src/styles/index.cssr.d.ts +2 -0
- package/lib/tooltip/src/styles/index.cssr.js +68 -0
- package/lib/tooltip/styles/_common.d.ts +15 -0
- package/lib/tooltip/styles/_common.js +16 -0
- package/lib/tooltip/styles/dark.d.ts +3 -0
- package/lib/tooltip/styles/dark.js +20 -0
- package/lib/tooltip/styles/index.d.ts +3 -0
- package/lib/tooltip/styles/index.js +10 -0
- package/lib/tooltip/styles/light.d.ts +53 -0
- package/lib/tooltip/styles/light.js +22 -0
- package/lib/transfer/index.d.ts +3 -0
- package/lib/transfer/index.js +9 -0
- package/lib/transfer/src/Transfer.d.ts +3972 -0
- package/lib/transfer/src/Transfer.js +201 -0
- package/lib/transfer/src/TransferFilter.d.ts +537 -0
- package/lib/transfer/src/TransferFilter.js +34 -0
- package/lib/transfer/src/TransferHeader.d.ts +27 -0
- package/lib/transfer/src/TransferHeader.js +48 -0
- package/lib/transfer/src/TransferList.d.ts +578 -0
- package/lib/transfer/src/TransferList.js +81 -0
- package/lib/transfer/src/TransferListItem.d.ts +558 -0
- package/lib/transfer/src/TransferListItem.js +72 -0
- package/lib/transfer/src/interface.d.ts +38 -0
- package/lib/transfer/src/interface.js +5 -0
- package/lib/transfer/src/styles/index.cssr.d.ts +2 -0
- package/lib/transfer/src/styles/index.cssr.js +156 -0
- package/lib/transfer/src/use-transfer-data.d.ts +31 -0
- package/lib/transfer/src/use-transfer-data.js +125 -0
- package/lib/transfer/styles/_common.d.ts +14 -0
- package/lib/transfer/styles/_common.js +15 -0
- package/lib/transfer/styles/dark.d.ts +3 -0
- package/lib/transfer/styles/dark.js +36 -0
- package/lib/transfer/styles/index.d.ts +3 -0
- package/lib/transfer/styles/index.js +10 -0
- package/lib/transfer/styles/light.d.ts +404 -0
- package/lib/transfer/styles/light.js +38 -0
- package/lib/tree/index.d.ts +3 -0
- package/lib/tree/index.js +9 -0
- package/lib/tree/src/MotionWrapper.d.ts +40 -0
- package/lib/tree/src/MotionWrapper.js +42 -0
- package/lib/tree/src/Tree.d.ts +1673 -0
- package/lib/tree/src/Tree.js +1272 -0
- package/lib/tree/src/TreeNode.d.ts +65 -0
- package/lib/tree/src/TreeNode.js +353 -0
- package/lib/tree/src/TreeNodeCheckbox.d.ts +251 -0
- package/lib/tree/src/TreeNodeCheckbox.js +51 -0
- package/lib/tree/src/TreeNodeContent.d.ts +45 -0
- package/lib/tree/src/TreeNodeContent.js +71 -0
- package/lib/tree/src/TreeNodeSwitcher.d.ts +45 -0
- package/lib/tree/src/TreeNodeSwitcher.js +51 -0
- package/lib/tree/src/dnd.d.ts +12 -0
- package/lib/tree/src/dnd.js +42 -0
- package/lib/tree/src/interface.d.ts +136 -0
- package/lib/tree/src/interface.js +5 -0
- package/lib/tree/src/keyboard.d.ts +16 -0
- package/lib/tree/src/keyboard.js +106 -0
- package/lib/tree/src/styles/index.cssr.d.ts +2 -0
- package/lib/tree/src/styles/index.cssr.js +139 -0
- package/lib/tree/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/tree/src/styles/rtl.cssr.js +22 -0
- package/lib/tree/src/utils.d.ts +19 -0
- package/lib/tree/src/utils.js +122 -0
- package/lib/tree/styles/dark.d.ts +3 -0
- package/lib/tree/styles/dark.js +24 -0
- package/lib/tree/styles/index.d.ts +4 -0
- package/lib/tree/styles/index.js +12 -0
- package/lib/tree/styles/light.d.ts +88 -0
- package/lib/tree/styles/light.js +39 -0
- package/lib/tree/styles/rtl.d.ts +2 -0
- package/lib/tree/styles/rtl.js +11 -0
- package/lib/tree-select/index.d.ts +3 -0
- package/lib/tree-select/index.js +9 -0
- package/lib/tree-select/src/TreeSelect.d.ts +2312 -0
- package/lib/tree-select/src/TreeSelect.js +606 -0
- package/lib/tree-select/src/interface.d.ts +65 -0
- package/lib/tree-select/src/interface.js +5 -0
- package/lib/tree-select/src/styles/index.cssr.d.ts +2 -0
- package/lib/tree-select/src/styles/index.cssr.js +43 -0
- package/lib/tree-select/src/utils.d.ts +4 -0
- package/lib/tree-select/src/utils.js +13 -0
- package/lib/tree-select/styles/dark.d.ts +3 -0
- package/lib/tree-select/styles/dark.js +16 -0
- package/lib/tree-select/styles/index.d.ts +3 -0
- package/lib/tree-select/styles/index.js +10 -0
- package/lib/tree-select/styles/light.d.ts +178 -0
- package/lib/tree-select/styles/light.js +33 -0
- package/lib/typography/index.d.ts +22 -0
- package/lib/typography/index.js +42 -0
- package/lib/typography/src/a.d.ts +610 -0
- package/lib/typography/src/a.js +40 -0
- package/lib/typography/src/blockquote.d.ts +618 -0
- package/lib/typography/src/blockquote.js +48 -0
- package/lib/typography/src/create-header.d.ts +638 -0
- package/lib/typography/src/create-header.js +64 -0
- package/lib/typography/src/headers.d.ts +2568 -0
- package/lib/typography/src/headers.js +13 -0
- package/lib/typography/src/hr.d.ts +408 -0
- package/lib/typography/src/hr.js +38 -0
- package/lib/typography/src/li.d.ts +2 -0
- package/lib/typography/src/li.js +9 -0
- package/lib/typography/src/ol.d.ts +620 -0
- package/lib/typography/src/ol.js +50 -0
- package/lib/typography/src/p.d.ts +617 -0
- package/lib/typography/src/p.js +45 -0
- package/lib/typography/src/styles/a.cssr.d.ts +2 -0
- package/lib/typography/src/styles/a.cssr.js +17 -0
- package/lib/typography/src/styles/blockquote.cssr.d.ts +2 -0
- package/lib/typography/src/styles/blockquote.cssr.js +32 -0
- package/lib/typography/src/styles/header.cssr.d.ts +2 -0
- package/lib/typography/src/styles/header.cssr.js +42 -0
- package/lib/typography/src/styles/hr.cssr.d.ts +2 -0
- package/lib/typography/src/styles/hr.cssr.js +16 -0
- package/lib/typography/src/styles/list.cssr.d.ts +2 -0
- package/lib/typography/src/styles/list.cssr.js +37 -0
- package/lib/typography/src/styles/p.cssr.d.ts +2 -0
- package/lib/typography/src/styles/p.cssr.js +20 -0
- package/lib/typography/src/styles/text.cssr.d.ts +2 -0
- package/lib/typography/src/styles/text.cssr.js +39 -0
- package/lib/typography/src/text.d.ts +674 -0
- package/lib/typography/src/text.js +82 -0
- package/lib/typography/src/ul.d.ts +620 -0
- package/lib/typography/src/ul.js +50 -0
- package/lib/typography/styles/_common.d.ts +31 -0
- package/lib/typography/styles/_common.js +32 -0
- package/lib/typography/styles/dark.d.ts +3 -0
- package/lib/typography/styles/dark.js +10 -0
- package/lib/typography/styles/index.d.ts +3 -0
- package/lib/typography/styles/index.js +10 -0
- package/lib/typography/styles/light.d.ts +72 -0
- package/lib/typography/styles/light.js +19 -0
- package/lib/upload/index.d.ts +5 -0
- package/lib/upload/index.js +15 -0
- package/lib/upload/src/Upload.d.ts +3063 -0
- package/lib/upload/src/Upload.js +586 -0
- package/lib/upload/src/UploadDragger.d.ts +3 -0
- package/lib/upload/src/UploadDragger.js +25 -0
- package/lib/upload/src/UploadFile.d.ts +444 -0
- package/lib/upload/src/UploadFile.js +254 -0
- package/lib/upload/src/UploadFileList.d.ts +2 -0
- package/lib/upload/src/UploadFileList.js +44 -0
- package/lib/upload/src/UploadProgress.d.ts +420 -0
- package/lib/upload/src/UploadProgress.js +32 -0
- package/lib/upload/src/UploadTrigger.d.ts +10 -0
- package/lib/upload/src/UploadTrigger.js +87 -0
- package/lib/upload/src/icons.d.ts +7 -0
- package/lib/upload/src/icons.js +15 -0
- package/lib/upload/src/interface.d.ts +127 -0
- package/lib/upload/src/interface.js +5 -0
- package/lib/upload/src/styles/index.cssr.d.ts +2 -0
- package/lib/upload/src/styles/index.cssr.js +268 -0
- package/lib/upload/src/utils.d.ts +19 -0
- package/lib/upload/src/utils.js +176 -0
- package/lib/upload/styles/dark.d.ts +3 -0
- package/lib/upload/styles/dark.js +24 -0
- package/lib/upload/styles/index.d.ts +3 -0
- package/lib/upload/styles/index.js +10 -0
- package/lib/upload/styles/light.d.ts +285 -0
- package/lib/upload/styles/light.js +47 -0
- package/lib/version.d.ts +2 -0
- package/lib/version.js +3 -0
- package/lib/watermark/index.d.ts +2 -0
- package/lib/watermark/index.js +9 -0
- package/lib/watermark/src/Watermark.d.ts +298 -0
- package/lib/watermark/src/Watermark.js +186 -0
- package/lib/watermark/src/styles/index.cssr.d.ts +2 -0
- package/lib/watermark/src/styles/index.cssr.js +35 -0
- package/lib/watermark/styles/dark.d.ts +3 -0
- package/lib/watermark/styles/dark.js +14 -0
- package/lib/watermark/styles/index.d.ts +3 -0
- package/lib/watermark/styles/index.js +10 -0
- package/lib/watermark/styles/light.d.ts +5 -0
- package/lib/watermark/styles/light.js +15 -0
- package/package.json +14 -13
- package/volar.d.ts +139 -141
- package/web-types.json +390 -352
|
@@ -0,0 +1,3796 @@
|
|
|
1
|
+
import { type PropType } from 'vue';
|
|
2
|
+
import { type ExtractPublicPropTypes, type MaybeArray } from '../../_utils';
|
|
3
|
+
import { type OptionValue, type Option, type Filter, type OnUpdateValue } from './interface';
|
|
4
|
+
export declare const transferProps: {
|
|
5
|
+
readonly value: PropType<OptionValue[] | null>;
|
|
6
|
+
readonly defaultValue: {
|
|
7
|
+
readonly type: PropType<OptionValue[] | null>;
|
|
8
|
+
readonly default: null;
|
|
9
|
+
};
|
|
10
|
+
readonly options: {
|
|
11
|
+
readonly type: PropType<Option[]>;
|
|
12
|
+
readonly default: () => never[];
|
|
13
|
+
};
|
|
14
|
+
readonly disabled: {
|
|
15
|
+
readonly type: PropType<boolean | undefined>;
|
|
16
|
+
readonly default: undefined;
|
|
17
|
+
};
|
|
18
|
+
readonly virtualScroll: BooleanConstructor;
|
|
19
|
+
readonly sourceTitle: StringConstructor;
|
|
20
|
+
readonly targetTitle: StringConstructor;
|
|
21
|
+
readonly filterable: BooleanConstructor;
|
|
22
|
+
readonly sourceFilterPlaceholder: StringConstructor;
|
|
23
|
+
readonly targetFilterPlaceholder: StringConstructor;
|
|
24
|
+
readonly filter: {
|
|
25
|
+
readonly type: PropType<Filter>;
|
|
26
|
+
readonly default: (pattern: string, option: Option) => number | true;
|
|
27
|
+
};
|
|
28
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
29
|
+
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
30
|
+
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
31
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
32
|
+
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
33
|
+
itemHeightSmall: string;
|
|
34
|
+
itemHeightMedium: string;
|
|
35
|
+
itemHeightLarge: string;
|
|
36
|
+
fontSizeSmall: string;
|
|
37
|
+
fontSizeMedium: string;
|
|
38
|
+
fontSizeLarge: string;
|
|
39
|
+
borderRadius: string;
|
|
40
|
+
borderColor: string;
|
|
41
|
+
listColor: string;
|
|
42
|
+
headerColor: string;
|
|
43
|
+
titleTextColor: string;
|
|
44
|
+
titleTextColorDisabled: string;
|
|
45
|
+
extraTextColor: string;
|
|
46
|
+
filterDividerColor: string;
|
|
47
|
+
itemTextColor: string;
|
|
48
|
+
itemTextColorDisabled: string;
|
|
49
|
+
itemColorPending: string;
|
|
50
|
+
titleFontWeight: string;
|
|
51
|
+
iconColor: string;
|
|
52
|
+
iconColorDisabled: string;
|
|
53
|
+
extraFontSize: string;
|
|
54
|
+
width: string;
|
|
55
|
+
}, {
|
|
56
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
57
|
+
labelLineHeight: string;
|
|
58
|
+
fontSizeSmall: string;
|
|
59
|
+
fontSizeMedium: string;
|
|
60
|
+
fontSizeLarge: string;
|
|
61
|
+
color: string;
|
|
62
|
+
colorChecked: string;
|
|
63
|
+
colorDisabled: string;
|
|
64
|
+
colorDisabledChecked: string;
|
|
65
|
+
colorTableHeader: string;
|
|
66
|
+
colorTableHeaderModal: string;
|
|
67
|
+
colorTableHeaderPopover: string;
|
|
68
|
+
checkMarkColor: string;
|
|
69
|
+
checkMarkColorDisabled: string;
|
|
70
|
+
checkMarkColorDisabledChecked: string;
|
|
71
|
+
border: string;
|
|
72
|
+
borderDisabled: string;
|
|
73
|
+
borderDisabledChecked: string;
|
|
74
|
+
borderHover: string;
|
|
75
|
+
borderChecked: string;
|
|
76
|
+
borderFocus: string;
|
|
77
|
+
boxShadowHover: string;
|
|
78
|
+
boxShadowFocus: string;
|
|
79
|
+
boxShadowActive: string;
|
|
80
|
+
boxShadowHoverChecked: string;
|
|
81
|
+
boxShadowFocusChecked: string;
|
|
82
|
+
boxShadowActiveChecked: string;
|
|
83
|
+
textColor: string;
|
|
84
|
+
sizeSmall: string;
|
|
85
|
+
sizeMedium: string;
|
|
86
|
+
sizeLarge: string;
|
|
87
|
+
labelPadding: string;
|
|
88
|
+
labelFontWeight: string;
|
|
89
|
+
borderRadiusLarge: string;
|
|
90
|
+
borderRadiusSmall: string;
|
|
91
|
+
}, any>;
|
|
92
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
93
|
+
color: string;
|
|
94
|
+
colorHover: string;
|
|
95
|
+
}, any>;
|
|
96
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
97
|
+
countTextColorDisabled: string;
|
|
98
|
+
countTextColor: string;
|
|
99
|
+
heightTiny: string;
|
|
100
|
+
heightSmall: string;
|
|
101
|
+
heightMedium: string;
|
|
102
|
+
heightLarge: string;
|
|
103
|
+
fontSizeTiny: string;
|
|
104
|
+
fontSizeSmall: string;
|
|
105
|
+
fontSizeMedium: string;
|
|
106
|
+
fontSizeLarge: string;
|
|
107
|
+
lineHeight: string;
|
|
108
|
+
lineHeightTextarea: string;
|
|
109
|
+
borderRadius: string;
|
|
110
|
+
iconSize: string;
|
|
111
|
+
groupLabelColor: string;
|
|
112
|
+
groupLabelTextColor: string;
|
|
113
|
+
textColor: string;
|
|
114
|
+
textColorDisabled: string;
|
|
115
|
+
textDecorationColor: string;
|
|
116
|
+
caretColor: string;
|
|
117
|
+
placeholderColor: string;
|
|
118
|
+
placeholderColorDisabled: string;
|
|
119
|
+
color: string;
|
|
120
|
+
colorDisabled: string;
|
|
121
|
+
colorFocus: string;
|
|
122
|
+
groupLabelBorder: string;
|
|
123
|
+
border: string;
|
|
124
|
+
borderHover: string;
|
|
125
|
+
borderDisabled: string;
|
|
126
|
+
borderFocus: string;
|
|
127
|
+
boxShadowFocus: string;
|
|
128
|
+
loadingColor: string;
|
|
129
|
+
loadingColorWarning: string;
|
|
130
|
+
borderWarning: string;
|
|
131
|
+
borderHoverWarning: string;
|
|
132
|
+
colorFocusWarning: string;
|
|
133
|
+
borderFocusWarning: string;
|
|
134
|
+
boxShadowFocusWarning: string;
|
|
135
|
+
caretColorWarning: string;
|
|
136
|
+
loadingColorError: string;
|
|
137
|
+
borderError: string;
|
|
138
|
+
borderHoverError: string;
|
|
139
|
+
colorFocusError: string;
|
|
140
|
+
borderFocusError: string;
|
|
141
|
+
boxShadowFocusError: string;
|
|
142
|
+
caretColorError: string;
|
|
143
|
+
clearColor: string;
|
|
144
|
+
clearColorHover: string;
|
|
145
|
+
clearColorPressed: string;
|
|
146
|
+
iconColor: string;
|
|
147
|
+
iconColorDisabled: string;
|
|
148
|
+
iconColorHover: string;
|
|
149
|
+
iconColorPressed: string;
|
|
150
|
+
suffixTextColor: string;
|
|
151
|
+
paddingTiny: string;
|
|
152
|
+
paddingSmall: string;
|
|
153
|
+
paddingMedium: string;
|
|
154
|
+
paddingLarge: string;
|
|
155
|
+
clearSize: string;
|
|
156
|
+
}, any>;
|
|
157
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
158
|
+
fontSizeSmall: string;
|
|
159
|
+
fontSizeMedium: string;
|
|
160
|
+
fontSizeLarge: string;
|
|
161
|
+
fontSizeHuge: string;
|
|
162
|
+
textColor: string;
|
|
163
|
+
iconColor: string;
|
|
164
|
+
extraTextColor: string;
|
|
165
|
+
iconSizeSmall: string;
|
|
166
|
+
iconSizeMedium: string;
|
|
167
|
+
iconSizeLarge: string;
|
|
168
|
+
iconSizeHuge: string;
|
|
169
|
+
}, any>;
|
|
170
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
171
|
+
heightTiny: string;
|
|
172
|
+
heightSmall: string;
|
|
173
|
+
heightMedium: string;
|
|
174
|
+
heightLarge: string;
|
|
175
|
+
borderRadiusTiny: string;
|
|
176
|
+
borderRadiusSmall: string;
|
|
177
|
+
borderRadiusMedium: string;
|
|
178
|
+
borderRadiusLarge: string;
|
|
179
|
+
fontSizeTiny: string;
|
|
180
|
+
fontSizeSmall: string;
|
|
181
|
+
fontSizeMedium: string;
|
|
182
|
+
fontSizeLarge: string;
|
|
183
|
+
opacityDisabled: string;
|
|
184
|
+
colorOpacitySecondary: string;
|
|
185
|
+
colorOpacitySecondaryHover: string;
|
|
186
|
+
colorOpacitySecondaryPressed: string;
|
|
187
|
+
colorOpacitySecondaryFocus: string;
|
|
188
|
+
colorSecondary: string;
|
|
189
|
+
colorSecondaryHover: string;
|
|
190
|
+
colorSecondaryPressed: string;
|
|
191
|
+
waveColorSecondary: string;
|
|
192
|
+
colorTertiary: string;
|
|
193
|
+
colorTertiaryHover: string;
|
|
194
|
+
colorTertiaryPressed: string;
|
|
195
|
+
colorTertiaryDisalbed: string;
|
|
196
|
+
waveColorTerniary: string;
|
|
197
|
+
textColorTextTertiary: string;
|
|
198
|
+
colorQuaternary: string;
|
|
199
|
+
colorQuaternaryHover: string;
|
|
200
|
+
colorQuaternaryPressed: string;
|
|
201
|
+
color: string;
|
|
202
|
+
colorHover: string;
|
|
203
|
+
colorPressed: string;
|
|
204
|
+
colorFocus: string;
|
|
205
|
+
colorDisabled: string;
|
|
206
|
+
textColor: string;
|
|
207
|
+
textTertiary: string;
|
|
208
|
+
textColorTertiary: string;
|
|
209
|
+
textColorHover: string;
|
|
210
|
+
textColorPressed: string;
|
|
211
|
+
textColorFocus: string;
|
|
212
|
+
textColorDisabled: string;
|
|
213
|
+
textColorText: string;
|
|
214
|
+
textColorTextHover: string;
|
|
215
|
+
textColorTextPressed: string;
|
|
216
|
+
textColorTextFocus: string;
|
|
217
|
+
textColorTextDisabled: string;
|
|
218
|
+
textColorGhost: string;
|
|
219
|
+
textColorGhostHover: string;
|
|
220
|
+
textColorGhostPressed: string;
|
|
221
|
+
textColorGhostFocus: string;
|
|
222
|
+
textColorGhostDisabled: string;
|
|
223
|
+
border: string;
|
|
224
|
+
borderHover: string;
|
|
225
|
+
borderPressed: string;
|
|
226
|
+
borderFocus: string;
|
|
227
|
+
borderDisabled: string;
|
|
228
|
+
rippleColor: string;
|
|
229
|
+
colorPrimary: string;
|
|
230
|
+
colorHoverPrimary: string;
|
|
231
|
+
colorPressedPrimary: string;
|
|
232
|
+
colorFocusPrimary: string;
|
|
233
|
+
colorDisabledPrimary: string;
|
|
234
|
+
waveColorPrimary: string;
|
|
235
|
+
textColorPrimary: string;
|
|
236
|
+
textColorHoverPrimary: string;
|
|
237
|
+
textColorPressedPrimary: string;
|
|
238
|
+
textColorFocusPrimary: string;
|
|
239
|
+
textColorDisabledPrimary: string;
|
|
240
|
+
textColorTextPrimary: string;
|
|
241
|
+
textColorTextHoverPrimary: string;
|
|
242
|
+
textColorTextPressedPrimary: string;
|
|
243
|
+
textColorTextFocusPrimary: string;
|
|
244
|
+
textColorTextDisabledPrimary: string;
|
|
245
|
+
textColorGhostPrimary: string;
|
|
246
|
+
textColorGhostHoverPrimary: string;
|
|
247
|
+
textColorGhostPressedPrimary: string;
|
|
248
|
+
textColorGhostFocusPrimary: string;
|
|
249
|
+
textColorGhostDisabledPrimary: string;
|
|
250
|
+
borderPrimary: string;
|
|
251
|
+
borderHoverPrimary: string;
|
|
252
|
+
borderPressedPrimary: string;
|
|
253
|
+
borderFocusPrimary: string;
|
|
254
|
+
borderDisabledPrimary: string;
|
|
255
|
+
rippleColorPrimary: string;
|
|
256
|
+
colorInfo: string;
|
|
257
|
+
colorHoverInfo: string;
|
|
258
|
+
colorPressedInfo: string;
|
|
259
|
+
colorFocusInfo: string;
|
|
260
|
+
colorDisabledInfo: string;
|
|
261
|
+
textColorInfo: string;
|
|
262
|
+
textColorHoverInfo: string;
|
|
263
|
+
textColorPressedInfo: string;
|
|
264
|
+
textColorFocusInfo: string;
|
|
265
|
+
textColorDisabledInfo: string;
|
|
266
|
+
textColorTextInfo: string;
|
|
267
|
+
textColorTextHoverInfo: string;
|
|
268
|
+
textColorTextPressedInfo: string;
|
|
269
|
+
textColorTextFocusInfo: string;
|
|
270
|
+
textColorTextDisabledInfo: string;
|
|
271
|
+
textColorGhostInfo: string;
|
|
272
|
+
textColorGhostHoverInfo: string;
|
|
273
|
+
textColorGhostPressedInfo: string;
|
|
274
|
+
textColorGhostFocusInfo: string;
|
|
275
|
+
textColorGhostDisabledInfo: string;
|
|
276
|
+
borderInfo: string;
|
|
277
|
+
borderHoverInfo: string;
|
|
278
|
+
borderPressedInfo: string;
|
|
279
|
+
borderFocusInfo: string;
|
|
280
|
+
borderDisabledInfo: string;
|
|
281
|
+
rippleColorInfo: string;
|
|
282
|
+
colorSuccess: string;
|
|
283
|
+
colorHoverSuccess: string;
|
|
284
|
+
colorPressedSuccess: string;
|
|
285
|
+
colorFocusSuccess: string;
|
|
286
|
+
colorDisabledSuccess: string;
|
|
287
|
+
textColorSuccess: string;
|
|
288
|
+
textColorHoverSuccess: string;
|
|
289
|
+
textColorPressedSuccess: string;
|
|
290
|
+
textColorFocusSuccess: string;
|
|
291
|
+
textColorDisabledSuccess: string;
|
|
292
|
+
textColorTextSuccess: string;
|
|
293
|
+
textColorTextHoverSuccess: string;
|
|
294
|
+
textColorTextPressedSuccess: string;
|
|
295
|
+
textColorTextFocusSuccess: string;
|
|
296
|
+
textColorTextDisabledSuccess: string;
|
|
297
|
+
textColorGhostSuccess: string;
|
|
298
|
+
textColorGhostHoverSuccess: string;
|
|
299
|
+
textColorGhostPressedSuccess: string;
|
|
300
|
+
textColorGhostFocusSuccess: string;
|
|
301
|
+
textColorGhostDisabledSuccess: string;
|
|
302
|
+
borderSuccess: string;
|
|
303
|
+
borderHoverSuccess: string;
|
|
304
|
+
borderPressedSuccess: string;
|
|
305
|
+
borderFocusSuccess: string;
|
|
306
|
+
borderDisabledSuccess: string;
|
|
307
|
+
rippleColorSuccess: string;
|
|
308
|
+
colorWarning: string;
|
|
309
|
+
colorHoverWarning: string;
|
|
310
|
+
colorPressedWarning: string;
|
|
311
|
+
colorFocusWarning: string;
|
|
312
|
+
colorDisabledWarning: string;
|
|
313
|
+
textColorWarning: string;
|
|
314
|
+
textColorHoverWarning: string;
|
|
315
|
+
textColorPressedWarning: string;
|
|
316
|
+
textColorFocusWarning: string;
|
|
317
|
+
textColorDisabledWarning: string;
|
|
318
|
+
textColorTextWarning: string;
|
|
319
|
+
textColorTextHoverWarning: string;
|
|
320
|
+
textColorTextPressedWarning: string;
|
|
321
|
+
textColorTextFocusWarning: string;
|
|
322
|
+
textColorTextDisabledWarning: string;
|
|
323
|
+
textColorGhostWarning: string;
|
|
324
|
+
textColorGhostHoverWarning: string;
|
|
325
|
+
textColorGhostPressedWarning: string;
|
|
326
|
+
textColorGhostFocusWarning: string;
|
|
327
|
+
textColorGhostDisabledWarning: string;
|
|
328
|
+
borderWarning: string;
|
|
329
|
+
borderHoverWarning: string;
|
|
330
|
+
borderPressedWarning: string;
|
|
331
|
+
borderFocusWarning: string;
|
|
332
|
+
borderDisabledWarning: string;
|
|
333
|
+
rippleColorWarning: string;
|
|
334
|
+
colorError: string;
|
|
335
|
+
colorHoverError: string;
|
|
336
|
+
colorPressedError: string;
|
|
337
|
+
colorFocusError: string;
|
|
338
|
+
colorDisabledError: string;
|
|
339
|
+
textColorError: string;
|
|
340
|
+
textColorHoverError: string;
|
|
341
|
+
textColorPressedError: string;
|
|
342
|
+
textColorFocusError: string;
|
|
343
|
+
textColorDisabledError: string;
|
|
344
|
+
textColorTextError: string;
|
|
345
|
+
textColorTextHoverError: string;
|
|
346
|
+
textColorTextPressedError: string;
|
|
347
|
+
textColorTextFocusError: string;
|
|
348
|
+
textColorTextDisabledError: string;
|
|
349
|
+
textColorGhostError: string;
|
|
350
|
+
textColorGhostHoverError: string;
|
|
351
|
+
textColorGhostPressedError: string;
|
|
352
|
+
textColorGhostFocusError: string;
|
|
353
|
+
textColorGhostDisabledError: string;
|
|
354
|
+
borderError: string;
|
|
355
|
+
borderHoverError: string;
|
|
356
|
+
borderPressedError: string;
|
|
357
|
+
borderFocusError: string;
|
|
358
|
+
borderDisabledError: string;
|
|
359
|
+
rippleColorError: string;
|
|
360
|
+
waveOpacity: string;
|
|
361
|
+
fontWeight: string;
|
|
362
|
+
fontWeightStrong: string;
|
|
363
|
+
paddingTiny: string;
|
|
364
|
+
paddingSmall: string;
|
|
365
|
+
paddingMedium: string;
|
|
366
|
+
paddingLarge: string;
|
|
367
|
+
paddingRoundTiny: string;
|
|
368
|
+
paddingRoundSmall: string;
|
|
369
|
+
paddingRoundMedium: string;
|
|
370
|
+
paddingRoundLarge: string;
|
|
371
|
+
iconMarginTiny: string;
|
|
372
|
+
iconMarginSmall: string;
|
|
373
|
+
iconMarginMedium: string;
|
|
374
|
+
iconMarginLarge: string;
|
|
375
|
+
iconSizeTiny: string;
|
|
376
|
+
iconSizeSmall: string;
|
|
377
|
+
iconSizeMedium: string;
|
|
378
|
+
iconSizeLarge: string;
|
|
379
|
+
rippleDuration: string;
|
|
380
|
+
}, any>;
|
|
381
|
+
}>>;
|
|
382
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
383
|
+
itemHeightSmall: string;
|
|
384
|
+
itemHeightMedium: string;
|
|
385
|
+
itemHeightLarge: string;
|
|
386
|
+
fontSizeSmall: string;
|
|
387
|
+
fontSizeMedium: string;
|
|
388
|
+
fontSizeLarge: string;
|
|
389
|
+
borderRadius: string;
|
|
390
|
+
borderColor: string;
|
|
391
|
+
listColor: string;
|
|
392
|
+
headerColor: string;
|
|
393
|
+
titleTextColor: string;
|
|
394
|
+
titleTextColorDisabled: string;
|
|
395
|
+
extraTextColor: string;
|
|
396
|
+
filterDividerColor: string;
|
|
397
|
+
itemTextColor: string;
|
|
398
|
+
itemTextColorDisabled: string;
|
|
399
|
+
itemColorPending: string;
|
|
400
|
+
titleFontWeight: string;
|
|
401
|
+
iconColor: string;
|
|
402
|
+
iconColorDisabled: string;
|
|
403
|
+
extraFontSize: string;
|
|
404
|
+
width: string;
|
|
405
|
+
}, {
|
|
406
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
407
|
+
labelLineHeight: string;
|
|
408
|
+
fontSizeSmall: string;
|
|
409
|
+
fontSizeMedium: string;
|
|
410
|
+
fontSizeLarge: string;
|
|
411
|
+
color: string;
|
|
412
|
+
colorChecked: string;
|
|
413
|
+
colorDisabled: string;
|
|
414
|
+
colorDisabledChecked: string;
|
|
415
|
+
colorTableHeader: string;
|
|
416
|
+
colorTableHeaderModal: string;
|
|
417
|
+
colorTableHeaderPopover: string;
|
|
418
|
+
checkMarkColor: string;
|
|
419
|
+
checkMarkColorDisabled: string;
|
|
420
|
+
checkMarkColorDisabledChecked: string;
|
|
421
|
+
border: string;
|
|
422
|
+
borderDisabled: string;
|
|
423
|
+
borderDisabledChecked: string;
|
|
424
|
+
borderHover: string;
|
|
425
|
+
borderChecked: string;
|
|
426
|
+
borderFocus: string;
|
|
427
|
+
boxShadowHover: string;
|
|
428
|
+
boxShadowFocus: string;
|
|
429
|
+
boxShadowActive: string;
|
|
430
|
+
boxShadowHoverChecked: string;
|
|
431
|
+
boxShadowFocusChecked: string;
|
|
432
|
+
boxShadowActiveChecked: string;
|
|
433
|
+
textColor: string;
|
|
434
|
+
sizeSmall: string;
|
|
435
|
+
sizeMedium: string;
|
|
436
|
+
sizeLarge: string;
|
|
437
|
+
labelPadding: string;
|
|
438
|
+
labelFontWeight: string;
|
|
439
|
+
borderRadiusLarge: string;
|
|
440
|
+
borderRadiusSmall: string;
|
|
441
|
+
}, any>;
|
|
442
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
443
|
+
color: string;
|
|
444
|
+
colorHover: string;
|
|
445
|
+
}, any>;
|
|
446
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
447
|
+
countTextColorDisabled: string;
|
|
448
|
+
countTextColor: string;
|
|
449
|
+
heightTiny: string;
|
|
450
|
+
heightSmall: string;
|
|
451
|
+
heightMedium: string;
|
|
452
|
+
heightLarge: string;
|
|
453
|
+
fontSizeTiny: string;
|
|
454
|
+
fontSizeSmall: string;
|
|
455
|
+
fontSizeMedium: string;
|
|
456
|
+
fontSizeLarge: string;
|
|
457
|
+
lineHeight: string;
|
|
458
|
+
lineHeightTextarea: string;
|
|
459
|
+
borderRadius: string;
|
|
460
|
+
iconSize: string;
|
|
461
|
+
groupLabelColor: string;
|
|
462
|
+
groupLabelTextColor: string;
|
|
463
|
+
textColor: string;
|
|
464
|
+
textColorDisabled: string;
|
|
465
|
+
textDecorationColor: string;
|
|
466
|
+
caretColor: string;
|
|
467
|
+
placeholderColor: string;
|
|
468
|
+
placeholderColorDisabled: string;
|
|
469
|
+
color: string;
|
|
470
|
+
colorDisabled: string;
|
|
471
|
+
colorFocus: string;
|
|
472
|
+
groupLabelBorder: string;
|
|
473
|
+
border: string;
|
|
474
|
+
borderHover: string;
|
|
475
|
+
borderDisabled: string;
|
|
476
|
+
borderFocus: string;
|
|
477
|
+
boxShadowFocus: string;
|
|
478
|
+
loadingColor: string;
|
|
479
|
+
loadingColorWarning: string;
|
|
480
|
+
borderWarning: string;
|
|
481
|
+
borderHoverWarning: string;
|
|
482
|
+
colorFocusWarning: string;
|
|
483
|
+
borderFocusWarning: string;
|
|
484
|
+
boxShadowFocusWarning: string;
|
|
485
|
+
caretColorWarning: string;
|
|
486
|
+
loadingColorError: string;
|
|
487
|
+
borderError: string;
|
|
488
|
+
borderHoverError: string;
|
|
489
|
+
colorFocusError: string;
|
|
490
|
+
borderFocusError: string;
|
|
491
|
+
boxShadowFocusError: string;
|
|
492
|
+
caretColorError: string;
|
|
493
|
+
clearColor: string;
|
|
494
|
+
clearColorHover: string;
|
|
495
|
+
clearColorPressed: string;
|
|
496
|
+
iconColor: string;
|
|
497
|
+
iconColorDisabled: string;
|
|
498
|
+
iconColorHover: string;
|
|
499
|
+
iconColorPressed: string;
|
|
500
|
+
suffixTextColor: string;
|
|
501
|
+
paddingTiny: string;
|
|
502
|
+
paddingSmall: string;
|
|
503
|
+
paddingMedium: string;
|
|
504
|
+
paddingLarge: string;
|
|
505
|
+
clearSize: string;
|
|
506
|
+
}, any>;
|
|
507
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
508
|
+
fontSizeSmall: string;
|
|
509
|
+
fontSizeMedium: string;
|
|
510
|
+
fontSizeLarge: string;
|
|
511
|
+
fontSizeHuge: string;
|
|
512
|
+
textColor: string;
|
|
513
|
+
iconColor: string;
|
|
514
|
+
extraTextColor: string;
|
|
515
|
+
iconSizeSmall: string;
|
|
516
|
+
iconSizeMedium: string;
|
|
517
|
+
iconSizeLarge: string;
|
|
518
|
+
iconSizeHuge: string;
|
|
519
|
+
}, any>;
|
|
520
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
521
|
+
heightTiny: string;
|
|
522
|
+
heightSmall: string;
|
|
523
|
+
heightMedium: string;
|
|
524
|
+
heightLarge: string;
|
|
525
|
+
borderRadiusTiny: string;
|
|
526
|
+
borderRadiusSmall: string;
|
|
527
|
+
borderRadiusMedium: string;
|
|
528
|
+
borderRadiusLarge: string;
|
|
529
|
+
fontSizeTiny: string;
|
|
530
|
+
fontSizeSmall: string;
|
|
531
|
+
fontSizeMedium: string;
|
|
532
|
+
fontSizeLarge: string;
|
|
533
|
+
opacityDisabled: string;
|
|
534
|
+
colorOpacitySecondary: string;
|
|
535
|
+
colorOpacitySecondaryHover: string;
|
|
536
|
+
colorOpacitySecondaryPressed: string;
|
|
537
|
+
colorOpacitySecondaryFocus: string;
|
|
538
|
+
colorSecondary: string;
|
|
539
|
+
colorSecondaryHover: string;
|
|
540
|
+
colorSecondaryPressed: string;
|
|
541
|
+
waveColorSecondary: string;
|
|
542
|
+
colorTertiary: string;
|
|
543
|
+
colorTertiaryHover: string;
|
|
544
|
+
colorTertiaryPressed: string;
|
|
545
|
+
colorTertiaryDisalbed: string;
|
|
546
|
+
waveColorTerniary: string;
|
|
547
|
+
textColorTextTertiary: string;
|
|
548
|
+
colorQuaternary: string;
|
|
549
|
+
colorQuaternaryHover: string;
|
|
550
|
+
colorQuaternaryPressed: string;
|
|
551
|
+
color: string;
|
|
552
|
+
colorHover: string;
|
|
553
|
+
colorPressed: string;
|
|
554
|
+
colorFocus: string;
|
|
555
|
+
colorDisabled: string;
|
|
556
|
+
textColor: string;
|
|
557
|
+
textTertiary: string;
|
|
558
|
+
textColorTertiary: string;
|
|
559
|
+
textColorHover: string;
|
|
560
|
+
textColorPressed: string;
|
|
561
|
+
textColorFocus: string;
|
|
562
|
+
textColorDisabled: string;
|
|
563
|
+
textColorText: string;
|
|
564
|
+
textColorTextHover: string;
|
|
565
|
+
textColorTextPressed: string;
|
|
566
|
+
textColorTextFocus: string;
|
|
567
|
+
textColorTextDisabled: string;
|
|
568
|
+
textColorGhost: string;
|
|
569
|
+
textColorGhostHover: string;
|
|
570
|
+
textColorGhostPressed: string;
|
|
571
|
+
textColorGhostFocus: string;
|
|
572
|
+
textColorGhostDisabled: string;
|
|
573
|
+
border: string;
|
|
574
|
+
borderHover: string;
|
|
575
|
+
borderPressed: string;
|
|
576
|
+
borderFocus: string;
|
|
577
|
+
borderDisabled: string;
|
|
578
|
+
rippleColor: string;
|
|
579
|
+
colorPrimary: string;
|
|
580
|
+
colorHoverPrimary: string;
|
|
581
|
+
colorPressedPrimary: string;
|
|
582
|
+
colorFocusPrimary: string;
|
|
583
|
+
colorDisabledPrimary: string;
|
|
584
|
+
waveColorPrimary: string;
|
|
585
|
+
textColorPrimary: string;
|
|
586
|
+
textColorHoverPrimary: string;
|
|
587
|
+
textColorPressedPrimary: string;
|
|
588
|
+
textColorFocusPrimary: string;
|
|
589
|
+
textColorDisabledPrimary: string;
|
|
590
|
+
textColorTextPrimary: string;
|
|
591
|
+
textColorTextHoverPrimary: string;
|
|
592
|
+
textColorTextPressedPrimary: string;
|
|
593
|
+
textColorTextFocusPrimary: string;
|
|
594
|
+
textColorTextDisabledPrimary: string;
|
|
595
|
+
textColorGhostPrimary: string;
|
|
596
|
+
textColorGhostHoverPrimary: string;
|
|
597
|
+
textColorGhostPressedPrimary: string;
|
|
598
|
+
textColorGhostFocusPrimary: string;
|
|
599
|
+
textColorGhostDisabledPrimary: string;
|
|
600
|
+
borderPrimary: string;
|
|
601
|
+
borderHoverPrimary: string;
|
|
602
|
+
borderPressedPrimary: string;
|
|
603
|
+
borderFocusPrimary: string;
|
|
604
|
+
borderDisabledPrimary: string;
|
|
605
|
+
rippleColorPrimary: string;
|
|
606
|
+
colorInfo: string;
|
|
607
|
+
colorHoverInfo: string;
|
|
608
|
+
colorPressedInfo: string;
|
|
609
|
+
colorFocusInfo: string;
|
|
610
|
+
colorDisabledInfo: string;
|
|
611
|
+
textColorInfo: string;
|
|
612
|
+
textColorHoverInfo: string;
|
|
613
|
+
textColorPressedInfo: string;
|
|
614
|
+
textColorFocusInfo: string;
|
|
615
|
+
textColorDisabledInfo: string;
|
|
616
|
+
textColorTextInfo: string;
|
|
617
|
+
textColorTextHoverInfo: string;
|
|
618
|
+
textColorTextPressedInfo: string;
|
|
619
|
+
textColorTextFocusInfo: string;
|
|
620
|
+
textColorTextDisabledInfo: string;
|
|
621
|
+
textColorGhostInfo: string;
|
|
622
|
+
textColorGhostHoverInfo: string;
|
|
623
|
+
textColorGhostPressedInfo: string;
|
|
624
|
+
textColorGhostFocusInfo: string;
|
|
625
|
+
textColorGhostDisabledInfo: string;
|
|
626
|
+
borderInfo: string;
|
|
627
|
+
borderHoverInfo: string;
|
|
628
|
+
borderPressedInfo: string;
|
|
629
|
+
borderFocusInfo: string;
|
|
630
|
+
borderDisabledInfo: string;
|
|
631
|
+
rippleColorInfo: string;
|
|
632
|
+
colorSuccess: string;
|
|
633
|
+
colorHoverSuccess: string;
|
|
634
|
+
colorPressedSuccess: string;
|
|
635
|
+
colorFocusSuccess: string;
|
|
636
|
+
colorDisabledSuccess: string;
|
|
637
|
+
textColorSuccess: string;
|
|
638
|
+
textColorHoverSuccess: string;
|
|
639
|
+
textColorPressedSuccess: string;
|
|
640
|
+
textColorFocusSuccess: string;
|
|
641
|
+
textColorDisabledSuccess: string;
|
|
642
|
+
textColorTextSuccess: string;
|
|
643
|
+
textColorTextHoverSuccess: string;
|
|
644
|
+
textColorTextPressedSuccess: string;
|
|
645
|
+
textColorTextFocusSuccess: string;
|
|
646
|
+
textColorTextDisabledSuccess: string;
|
|
647
|
+
textColorGhostSuccess: string;
|
|
648
|
+
textColorGhostHoverSuccess: string;
|
|
649
|
+
textColorGhostPressedSuccess: string;
|
|
650
|
+
textColorGhostFocusSuccess: string;
|
|
651
|
+
textColorGhostDisabledSuccess: string;
|
|
652
|
+
borderSuccess: string;
|
|
653
|
+
borderHoverSuccess: string;
|
|
654
|
+
borderPressedSuccess: string;
|
|
655
|
+
borderFocusSuccess: string;
|
|
656
|
+
borderDisabledSuccess: string;
|
|
657
|
+
rippleColorSuccess: string;
|
|
658
|
+
colorWarning: string;
|
|
659
|
+
colorHoverWarning: string;
|
|
660
|
+
colorPressedWarning: string;
|
|
661
|
+
colorFocusWarning: string;
|
|
662
|
+
colorDisabledWarning: string;
|
|
663
|
+
textColorWarning: string;
|
|
664
|
+
textColorHoverWarning: string;
|
|
665
|
+
textColorPressedWarning: string;
|
|
666
|
+
textColorFocusWarning: string;
|
|
667
|
+
textColorDisabledWarning: string;
|
|
668
|
+
textColorTextWarning: string;
|
|
669
|
+
textColorTextHoverWarning: string;
|
|
670
|
+
textColorTextPressedWarning: string;
|
|
671
|
+
textColorTextFocusWarning: string;
|
|
672
|
+
textColorTextDisabledWarning: string;
|
|
673
|
+
textColorGhostWarning: string;
|
|
674
|
+
textColorGhostHoverWarning: string;
|
|
675
|
+
textColorGhostPressedWarning: string;
|
|
676
|
+
textColorGhostFocusWarning: string;
|
|
677
|
+
textColorGhostDisabledWarning: string;
|
|
678
|
+
borderWarning: string;
|
|
679
|
+
borderHoverWarning: string;
|
|
680
|
+
borderPressedWarning: string;
|
|
681
|
+
borderFocusWarning: string;
|
|
682
|
+
borderDisabledWarning: string;
|
|
683
|
+
rippleColorWarning: string;
|
|
684
|
+
colorError: string;
|
|
685
|
+
colorHoverError: string;
|
|
686
|
+
colorPressedError: string;
|
|
687
|
+
colorFocusError: string;
|
|
688
|
+
colorDisabledError: string;
|
|
689
|
+
textColorError: string;
|
|
690
|
+
textColorHoverError: string;
|
|
691
|
+
textColorPressedError: string;
|
|
692
|
+
textColorFocusError: string;
|
|
693
|
+
textColorDisabledError: string;
|
|
694
|
+
textColorTextError: string;
|
|
695
|
+
textColorTextHoverError: string;
|
|
696
|
+
textColorTextPressedError: string;
|
|
697
|
+
textColorTextFocusError: string;
|
|
698
|
+
textColorTextDisabledError: string;
|
|
699
|
+
textColorGhostError: string;
|
|
700
|
+
textColorGhostHoverError: string;
|
|
701
|
+
textColorGhostPressedError: string;
|
|
702
|
+
textColorGhostFocusError: string;
|
|
703
|
+
textColorGhostDisabledError: string;
|
|
704
|
+
borderError: string;
|
|
705
|
+
borderHoverError: string;
|
|
706
|
+
borderPressedError: string;
|
|
707
|
+
borderFocusError: string;
|
|
708
|
+
borderDisabledError: string;
|
|
709
|
+
rippleColorError: string;
|
|
710
|
+
waveOpacity: string;
|
|
711
|
+
fontWeight: string;
|
|
712
|
+
fontWeightStrong: string;
|
|
713
|
+
paddingTiny: string;
|
|
714
|
+
paddingSmall: string;
|
|
715
|
+
paddingMedium: string;
|
|
716
|
+
paddingLarge: string;
|
|
717
|
+
paddingRoundTiny: string;
|
|
718
|
+
paddingRoundSmall: string;
|
|
719
|
+
paddingRoundMedium: string;
|
|
720
|
+
paddingRoundLarge: string;
|
|
721
|
+
iconMarginTiny: string;
|
|
722
|
+
iconMarginSmall: string;
|
|
723
|
+
iconMarginMedium: string;
|
|
724
|
+
iconMarginLarge: string;
|
|
725
|
+
iconSizeTiny: string;
|
|
726
|
+
iconSizeSmall: string;
|
|
727
|
+
iconSizeMedium: string;
|
|
728
|
+
iconSizeLarge: string;
|
|
729
|
+
rippleDuration: string;
|
|
730
|
+
}, any>;
|
|
731
|
+
}>>>;
|
|
732
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
733
|
+
itemHeightSmall: string;
|
|
734
|
+
itemHeightMedium: string;
|
|
735
|
+
itemHeightLarge: string;
|
|
736
|
+
fontSizeSmall: string;
|
|
737
|
+
fontSizeMedium: string;
|
|
738
|
+
fontSizeLarge: string;
|
|
739
|
+
borderRadius: string;
|
|
740
|
+
borderColor: string;
|
|
741
|
+
listColor: string;
|
|
742
|
+
headerColor: string;
|
|
743
|
+
titleTextColor: string;
|
|
744
|
+
titleTextColorDisabled: string;
|
|
745
|
+
extraTextColor: string;
|
|
746
|
+
filterDividerColor: string;
|
|
747
|
+
itemTextColor: string;
|
|
748
|
+
itemTextColorDisabled: string;
|
|
749
|
+
itemColorPending: string;
|
|
750
|
+
titleFontWeight: string;
|
|
751
|
+
iconColor: string;
|
|
752
|
+
iconColorDisabled: string;
|
|
753
|
+
extraFontSize: string;
|
|
754
|
+
width: string;
|
|
755
|
+
}, {
|
|
756
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
757
|
+
labelLineHeight: string;
|
|
758
|
+
fontSizeSmall: string;
|
|
759
|
+
fontSizeMedium: string;
|
|
760
|
+
fontSizeLarge: string;
|
|
761
|
+
color: string;
|
|
762
|
+
colorChecked: string;
|
|
763
|
+
colorDisabled: string;
|
|
764
|
+
colorDisabledChecked: string;
|
|
765
|
+
colorTableHeader: string;
|
|
766
|
+
colorTableHeaderModal: string;
|
|
767
|
+
colorTableHeaderPopover: string;
|
|
768
|
+
checkMarkColor: string;
|
|
769
|
+
checkMarkColorDisabled: string;
|
|
770
|
+
checkMarkColorDisabledChecked: string;
|
|
771
|
+
border: string;
|
|
772
|
+
borderDisabled: string;
|
|
773
|
+
borderDisabledChecked: string;
|
|
774
|
+
borderHover: string;
|
|
775
|
+
borderChecked: string;
|
|
776
|
+
borderFocus: string;
|
|
777
|
+
boxShadowHover: string;
|
|
778
|
+
boxShadowFocus: string;
|
|
779
|
+
boxShadowActive: string;
|
|
780
|
+
boxShadowHoverChecked: string;
|
|
781
|
+
boxShadowFocusChecked: string;
|
|
782
|
+
boxShadowActiveChecked: string;
|
|
783
|
+
textColor: string;
|
|
784
|
+
sizeSmall: string;
|
|
785
|
+
sizeMedium: string;
|
|
786
|
+
sizeLarge: string;
|
|
787
|
+
labelPadding: string;
|
|
788
|
+
labelFontWeight: string;
|
|
789
|
+
borderRadiusLarge: string;
|
|
790
|
+
borderRadiusSmall: string;
|
|
791
|
+
}, any>;
|
|
792
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
793
|
+
color: string;
|
|
794
|
+
colorHover: string;
|
|
795
|
+
}, any>;
|
|
796
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
797
|
+
countTextColorDisabled: string;
|
|
798
|
+
countTextColor: string;
|
|
799
|
+
heightTiny: string;
|
|
800
|
+
heightSmall: string;
|
|
801
|
+
heightMedium: string;
|
|
802
|
+
heightLarge: string;
|
|
803
|
+
fontSizeTiny: string;
|
|
804
|
+
fontSizeSmall: string;
|
|
805
|
+
fontSizeMedium: string;
|
|
806
|
+
fontSizeLarge: string;
|
|
807
|
+
lineHeight: string;
|
|
808
|
+
lineHeightTextarea: string;
|
|
809
|
+
borderRadius: string;
|
|
810
|
+
iconSize: string;
|
|
811
|
+
groupLabelColor: string;
|
|
812
|
+
groupLabelTextColor: string;
|
|
813
|
+
textColor: string;
|
|
814
|
+
textColorDisabled: string;
|
|
815
|
+
textDecorationColor: string;
|
|
816
|
+
caretColor: string;
|
|
817
|
+
placeholderColor: string;
|
|
818
|
+
placeholderColorDisabled: string;
|
|
819
|
+
color: string;
|
|
820
|
+
colorDisabled: string;
|
|
821
|
+
colorFocus: string;
|
|
822
|
+
groupLabelBorder: string;
|
|
823
|
+
border: string;
|
|
824
|
+
borderHover: string;
|
|
825
|
+
borderDisabled: string;
|
|
826
|
+
borderFocus: string;
|
|
827
|
+
boxShadowFocus: string;
|
|
828
|
+
loadingColor: string;
|
|
829
|
+
loadingColorWarning: string;
|
|
830
|
+
borderWarning: string;
|
|
831
|
+
borderHoverWarning: string;
|
|
832
|
+
colorFocusWarning: string;
|
|
833
|
+
borderFocusWarning: string;
|
|
834
|
+
boxShadowFocusWarning: string;
|
|
835
|
+
caretColorWarning: string;
|
|
836
|
+
loadingColorError: string;
|
|
837
|
+
borderError: string;
|
|
838
|
+
borderHoverError: string;
|
|
839
|
+
colorFocusError: string;
|
|
840
|
+
borderFocusError: string;
|
|
841
|
+
boxShadowFocusError: string;
|
|
842
|
+
caretColorError: string;
|
|
843
|
+
clearColor: string;
|
|
844
|
+
clearColorHover: string;
|
|
845
|
+
clearColorPressed: string;
|
|
846
|
+
iconColor: string;
|
|
847
|
+
iconColorDisabled: string;
|
|
848
|
+
iconColorHover: string;
|
|
849
|
+
iconColorPressed: string;
|
|
850
|
+
suffixTextColor: string;
|
|
851
|
+
paddingTiny: string;
|
|
852
|
+
paddingSmall: string;
|
|
853
|
+
paddingMedium: string;
|
|
854
|
+
paddingLarge: string;
|
|
855
|
+
clearSize: string;
|
|
856
|
+
}, any>;
|
|
857
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
858
|
+
fontSizeSmall: string;
|
|
859
|
+
fontSizeMedium: string;
|
|
860
|
+
fontSizeLarge: string;
|
|
861
|
+
fontSizeHuge: string;
|
|
862
|
+
textColor: string;
|
|
863
|
+
iconColor: string;
|
|
864
|
+
extraTextColor: string;
|
|
865
|
+
iconSizeSmall: string;
|
|
866
|
+
iconSizeMedium: string;
|
|
867
|
+
iconSizeLarge: string;
|
|
868
|
+
iconSizeHuge: string;
|
|
869
|
+
}, any>;
|
|
870
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
871
|
+
heightTiny: string;
|
|
872
|
+
heightSmall: string;
|
|
873
|
+
heightMedium: string;
|
|
874
|
+
heightLarge: string;
|
|
875
|
+
borderRadiusTiny: string;
|
|
876
|
+
borderRadiusSmall: string;
|
|
877
|
+
borderRadiusMedium: string;
|
|
878
|
+
borderRadiusLarge: string;
|
|
879
|
+
fontSizeTiny: string;
|
|
880
|
+
fontSizeSmall: string;
|
|
881
|
+
fontSizeMedium: string;
|
|
882
|
+
fontSizeLarge: string;
|
|
883
|
+
opacityDisabled: string;
|
|
884
|
+
colorOpacitySecondary: string;
|
|
885
|
+
colorOpacitySecondaryHover: string;
|
|
886
|
+
colorOpacitySecondaryPressed: string;
|
|
887
|
+
colorOpacitySecondaryFocus: string;
|
|
888
|
+
colorSecondary: string;
|
|
889
|
+
colorSecondaryHover: string;
|
|
890
|
+
colorSecondaryPressed: string;
|
|
891
|
+
waveColorSecondary: string;
|
|
892
|
+
colorTertiary: string;
|
|
893
|
+
colorTertiaryHover: string;
|
|
894
|
+
colorTertiaryPressed: string;
|
|
895
|
+
colorTertiaryDisalbed: string;
|
|
896
|
+
waveColorTerniary: string;
|
|
897
|
+
textColorTextTertiary: string;
|
|
898
|
+
colorQuaternary: string;
|
|
899
|
+
colorQuaternaryHover: string;
|
|
900
|
+
colorQuaternaryPressed: string;
|
|
901
|
+
color: string;
|
|
902
|
+
colorHover: string;
|
|
903
|
+
colorPressed: string;
|
|
904
|
+
colorFocus: string;
|
|
905
|
+
colorDisabled: string;
|
|
906
|
+
textColor: string;
|
|
907
|
+
textTertiary: string;
|
|
908
|
+
textColorTertiary: string;
|
|
909
|
+
textColorHover: string;
|
|
910
|
+
textColorPressed: string;
|
|
911
|
+
textColorFocus: string;
|
|
912
|
+
textColorDisabled: string;
|
|
913
|
+
textColorText: string;
|
|
914
|
+
textColorTextHover: string;
|
|
915
|
+
textColorTextPressed: string;
|
|
916
|
+
textColorTextFocus: string;
|
|
917
|
+
textColorTextDisabled: string;
|
|
918
|
+
textColorGhost: string;
|
|
919
|
+
textColorGhostHover: string;
|
|
920
|
+
textColorGhostPressed: string;
|
|
921
|
+
textColorGhostFocus: string;
|
|
922
|
+
textColorGhostDisabled: string;
|
|
923
|
+
border: string;
|
|
924
|
+
borderHover: string;
|
|
925
|
+
borderPressed: string;
|
|
926
|
+
borderFocus: string;
|
|
927
|
+
borderDisabled: string;
|
|
928
|
+
rippleColor: string;
|
|
929
|
+
colorPrimary: string;
|
|
930
|
+
colorHoverPrimary: string;
|
|
931
|
+
colorPressedPrimary: string;
|
|
932
|
+
colorFocusPrimary: string;
|
|
933
|
+
colorDisabledPrimary: string;
|
|
934
|
+
waveColorPrimary: string;
|
|
935
|
+
textColorPrimary: string;
|
|
936
|
+
textColorHoverPrimary: string;
|
|
937
|
+
textColorPressedPrimary: string;
|
|
938
|
+
textColorFocusPrimary: string;
|
|
939
|
+
textColorDisabledPrimary: string;
|
|
940
|
+
textColorTextPrimary: string;
|
|
941
|
+
textColorTextHoverPrimary: string;
|
|
942
|
+
textColorTextPressedPrimary: string;
|
|
943
|
+
textColorTextFocusPrimary: string;
|
|
944
|
+
textColorTextDisabledPrimary: string;
|
|
945
|
+
textColorGhostPrimary: string;
|
|
946
|
+
textColorGhostHoverPrimary: string;
|
|
947
|
+
textColorGhostPressedPrimary: string;
|
|
948
|
+
textColorGhostFocusPrimary: string;
|
|
949
|
+
textColorGhostDisabledPrimary: string;
|
|
950
|
+
borderPrimary: string;
|
|
951
|
+
borderHoverPrimary: string;
|
|
952
|
+
borderPressedPrimary: string;
|
|
953
|
+
borderFocusPrimary: string;
|
|
954
|
+
borderDisabledPrimary: string;
|
|
955
|
+
rippleColorPrimary: string;
|
|
956
|
+
colorInfo: string;
|
|
957
|
+
colorHoverInfo: string;
|
|
958
|
+
colorPressedInfo: string;
|
|
959
|
+
colorFocusInfo: string;
|
|
960
|
+
colorDisabledInfo: string;
|
|
961
|
+
textColorInfo: string;
|
|
962
|
+
textColorHoverInfo: string;
|
|
963
|
+
textColorPressedInfo: string;
|
|
964
|
+
textColorFocusInfo: string;
|
|
965
|
+
textColorDisabledInfo: string;
|
|
966
|
+
textColorTextInfo: string;
|
|
967
|
+
textColorTextHoverInfo: string;
|
|
968
|
+
textColorTextPressedInfo: string;
|
|
969
|
+
textColorTextFocusInfo: string;
|
|
970
|
+
textColorTextDisabledInfo: string;
|
|
971
|
+
textColorGhostInfo: string;
|
|
972
|
+
textColorGhostHoverInfo: string;
|
|
973
|
+
textColorGhostPressedInfo: string;
|
|
974
|
+
textColorGhostFocusInfo: string;
|
|
975
|
+
textColorGhostDisabledInfo: string;
|
|
976
|
+
borderInfo: string;
|
|
977
|
+
borderHoverInfo: string;
|
|
978
|
+
borderPressedInfo: string;
|
|
979
|
+
borderFocusInfo: string;
|
|
980
|
+
borderDisabledInfo: string;
|
|
981
|
+
rippleColorInfo: string;
|
|
982
|
+
colorSuccess: string;
|
|
983
|
+
colorHoverSuccess: string;
|
|
984
|
+
colorPressedSuccess: string;
|
|
985
|
+
colorFocusSuccess: string;
|
|
986
|
+
colorDisabledSuccess: string;
|
|
987
|
+
textColorSuccess: string;
|
|
988
|
+
textColorHoverSuccess: string;
|
|
989
|
+
textColorPressedSuccess: string;
|
|
990
|
+
textColorFocusSuccess: string;
|
|
991
|
+
textColorDisabledSuccess: string;
|
|
992
|
+
textColorTextSuccess: string;
|
|
993
|
+
textColorTextHoverSuccess: string;
|
|
994
|
+
textColorTextPressedSuccess: string;
|
|
995
|
+
textColorTextFocusSuccess: string;
|
|
996
|
+
textColorTextDisabledSuccess: string;
|
|
997
|
+
textColorGhostSuccess: string;
|
|
998
|
+
textColorGhostHoverSuccess: string;
|
|
999
|
+
textColorGhostPressedSuccess: string;
|
|
1000
|
+
textColorGhostFocusSuccess: string;
|
|
1001
|
+
textColorGhostDisabledSuccess: string;
|
|
1002
|
+
borderSuccess: string;
|
|
1003
|
+
borderHoverSuccess: string;
|
|
1004
|
+
borderPressedSuccess: string;
|
|
1005
|
+
borderFocusSuccess: string;
|
|
1006
|
+
borderDisabledSuccess: string;
|
|
1007
|
+
rippleColorSuccess: string;
|
|
1008
|
+
colorWarning: string;
|
|
1009
|
+
colorHoverWarning: string;
|
|
1010
|
+
colorPressedWarning: string;
|
|
1011
|
+
colorFocusWarning: string;
|
|
1012
|
+
colorDisabledWarning: string;
|
|
1013
|
+
textColorWarning: string;
|
|
1014
|
+
textColorHoverWarning: string;
|
|
1015
|
+
textColorPressedWarning: string;
|
|
1016
|
+
textColorFocusWarning: string;
|
|
1017
|
+
textColorDisabledWarning: string;
|
|
1018
|
+
textColorTextWarning: string;
|
|
1019
|
+
textColorTextHoverWarning: string;
|
|
1020
|
+
textColorTextPressedWarning: string;
|
|
1021
|
+
textColorTextFocusWarning: string;
|
|
1022
|
+
textColorTextDisabledWarning: string;
|
|
1023
|
+
textColorGhostWarning: string;
|
|
1024
|
+
textColorGhostHoverWarning: string;
|
|
1025
|
+
textColorGhostPressedWarning: string;
|
|
1026
|
+
textColorGhostFocusWarning: string;
|
|
1027
|
+
textColorGhostDisabledWarning: string;
|
|
1028
|
+
borderWarning: string;
|
|
1029
|
+
borderHoverWarning: string;
|
|
1030
|
+
borderPressedWarning: string;
|
|
1031
|
+
borderFocusWarning: string;
|
|
1032
|
+
borderDisabledWarning: string;
|
|
1033
|
+
rippleColorWarning: string;
|
|
1034
|
+
colorError: string;
|
|
1035
|
+
colorHoverError: string;
|
|
1036
|
+
colorPressedError: string;
|
|
1037
|
+
colorFocusError: string;
|
|
1038
|
+
colorDisabledError: string;
|
|
1039
|
+
textColorError: string;
|
|
1040
|
+
textColorHoverError: string;
|
|
1041
|
+
textColorPressedError: string;
|
|
1042
|
+
textColorFocusError: string;
|
|
1043
|
+
textColorDisabledError: string;
|
|
1044
|
+
textColorTextError: string;
|
|
1045
|
+
textColorTextHoverError: string;
|
|
1046
|
+
textColorTextPressedError: string;
|
|
1047
|
+
textColorTextFocusError: string;
|
|
1048
|
+
textColorTextDisabledError: string;
|
|
1049
|
+
textColorGhostError: string;
|
|
1050
|
+
textColorGhostHoverError: string;
|
|
1051
|
+
textColorGhostPressedError: string;
|
|
1052
|
+
textColorGhostFocusError: string;
|
|
1053
|
+
textColorGhostDisabledError: string;
|
|
1054
|
+
borderError: string;
|
|
1055
|
+
borderHoverError: string;
|
|
1056
|
+
borderPressedError: string;
|
|
1057
|
+
borderFocusError: string;
|
|
1058
|
+
borderDisabledError: string;
|
|
1059
|
+
rippleColorError: string;
|
|
1060
|
+
waveOpacity: string;
|
|
1061
|
+
fontWeight: string;
|
|
1062
|
+
fontWeightStrong: string;
|
|
1063
|
+
paddingTiny: string;
|
|
1064
|
+
paddingSmall: string;
|
|
1065
|
+
paddingMedium: string;
|
|
1066
|
+
paddingLarge: string;
|
|
1067
|
+
paddingRoundTiny: string;
|
|
1068
|
+
paddingRoundSmall: string;
|
|
1069
|
+
paddingRoundMedium: string;
|
|
1070
|
+
paddingRoundLarge: string;
|
|
1071
|
+
iconMarginTiny: string;
|
|
1072
|
+
iconMarginSmall: string;
|
|
1073
|
+
iconMarginMedium: string;
|
|
1074
|
+
iconMarginLarge: string;
|
|
1075
|
+
iconSizeTiny: string;
|
|
1076
|
+
iconSizeSmall: string;
|
|
1077
|
+
iconSizeMedium: string;
|
|
1078
|
+
iconSizeLarge: string;
|
|
1079
|
+
rippleDuration: string;
|
|
1080
|
+
}, any>;
|
|
1081
|
+
}>>>;
|
|
1082
|
+
};
|
|
1083
|
+
export type TransferProps = ExtractPublicPropTypes<typeof transferProps>;
|
|
1084
|
+
declare const _default: import("vue").DefineComponent<{
|
|
1085
|
+
readonly value: PropType<OptionValue[] | null>;
|
|
1086
|
+
readonly defaultValue: {
|
|
1087
|
+
readonly type: PropType<OptionValue[] | null>;
|
|
1088
|
+
readonly default: null;
|
|
1089
|
+
};
|
|
1090
|
+
readonly options: {
|
|
1091
|
+
readonly type: PropType<Option[]>;
|
|
1092
|
+
readonly default: () => never[];
|
|
1093
|
+
};
|
|
1094
|
+
readonly disabled: {
|
|
1095
|
+
readonly type: PropType<boolean | undefined>;
|
|
1096
|
+
readonly default: undefined;
|
|
1097
|
+
};
|
|
1098
|
+
readonly virtualScroll: BooleanConstructor;
|
|
1099
|
+
readonly sourceTitle: StringConstructor;
|
|
1100
|
+
readonly targetTitle: StringConstructor;
|
|
1101
|
+
readonly filterable: BooleanConstructor;
|
|
1102
|
+
readonly sourceFilterPlaceholder: StringConstructor;
|
|
1103
|
+
readonly targetFilterPlaceholder: StringConstructor;
|
|
1104
|
+
readonly filter: {
|
|
1105
|
+
readonly type: PropType<Filter>;
|
|
1106
|
+
readonly default: (pattern: string, option: Option) => number | true;
|
|
1107
|
+
};
|
|
1108
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
1109
|
+
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
1110
|
+
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
1111
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
1112
|
+
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
1113
|
+
itemHeightSmall: string;
|
|
1114
|
+
itemHeightMedium: string;
|
|
1115
|
+
itemHeightLarge: string;
|
|
1116
|
+
fontSizeSmall: string;
|
|
1117
|
+
fontSizeMedium: string;
|
|
1118
|
+
fontSizeLarge: string;
|
|
1119
|
+
borderRadius: string;
|
|
1120
|
+
borderColor: string;
|
|
1121
|
+
listColor: string;
|
|
1122
|
+
headerColor: string;
|
|
1123
|
+
titleTextColor: string;
|
|
1124
|
+
titleTextColorDisabled: string;
|
|
1125
|
+
extraTextColor: string;
|
|
1126
|
+
filterDividerColor: string;
|
|
1127
|
+
itemTextColor: string;
|
|
1128
|
+
itemTextColorDisabled: string;
|
|
1129
|
+
itemColorPending: string;
|
|
1130
|
+
titleFontWeight: string;
|
|
1131
|
+
iconColor: string;
|
|
1132
|
+
iconColorDisabled: string;
|
|
1133
|
+
extraFontSize: string;
|
|
1134
|
+
width: string;
|
|
1135
|
+
}, {
|
|
1136
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1137
|
+
labelLineHeight: string;
|
|
1138
|
+
fontSizeSmall: string;
|
|
1139
|
+
fontSizeMedium: string;
|
|
1140
|
+
fontSizeLarge: string;
|
|
1141
|
+
color: string;
|
|
1142
|
+
colorChecked: string;
|
|
1143
|
+
colorDisabled: string;
|
|
1144
|
+
colorDisabledChecked: string;
|
|
1145
|
+
colorTableHeader: string;
|
|
1146
|
+
colorTableHeaderModal: string;
|
|
1147
|
+
colorTableHeaderPopover: string;
|
|
1148
|
+
checkMarkColor: string;
|
|
1149
|
+
checkMarkColorDisabled: string;
|
|
1150
|
+
checkMarkColorDisabledChecked: string;
|
|
1151
|
+
border: string;
|
|
1152
|
+
borderDisabled: string;
|
|
1153
|
+
borderDisabledChecked: string;
|
|
1154
|
+
borderHover: string;
|
|
1155
|
+
borderChecked: string;
|
|
1156
|
+
borderFocus: string;
|
|
1157
|
+
boxShadowHover: string;
|
|
1158
|
+
boxShadowFocus: string;
|
|
1159
|
+
boxShadowActive: string;
|
|
1160
|
+
boxShadowHoverChecked: string;
|
|
1161
|
+
boxShadowFocusChecked: string;
|
|
1162
|
+
boxShadowActiveChecked: string;
|
|
1163
|
+
textColor: string;
|
|
1164
|
+
sizeSmall: string;
|
|
1165
|
+
sizeMedium: string;
|
|
1166
|
+
sizeLarge: string;
|
|
1167
|
+
labelPadding: string;
|
|
1168
|
+
labelFontWeight: string;
|
|
1169
|
+
borderRadiusLarge: string;
|
|
1170
|
+
borderRadiusSmall: string;
|
|
1171
|
+
}, any>;
|
|
1172
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1173
|
+
color: string;
|
|
1174
|
+
colorHover: string;
|
|
1175
|
+
}, any>;
|
|
1176
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1177
|
+
countTextColorDisabled: string;
|
|
1178
|
+
countTextColor: string;
|
|
1179
|
+
heightTiny: string;
|
|
1180
|
+
heightSmall: string;
|
|
1181
|
+
heightMedium: string;
|
|
1182
|
+
heightLarge: string;
|
|
1183
|
+
fontSizeTiny: string;
|
|
1184
|
+
fontSizeSmall: string;
|
|
1185
|
+
fontSizeMedium: string;
|
|
1186
|
+
fontSizeLarge: string;
|
|
1187
|
+
lineHeight: string;
|
|
1188
|
+
lineHeightTextarea: string;
|
|
1189
|
+
borderRadius: string;
|
|
1190
|
+
iconSize: string;
|
|
1191
|
+
groupLabelColor: string;
|
|
1192
|
+
groupLabelTextColor: string;
|
|
1193
|
+
textColor: string;
|
|
1194
|
+
textColorDisabled: string;
|
|
1195
|
+
textDecorationColor: string;
|
|
1196
|
+
caretColor: string;
|
|
1197
|
+
placeholderColor: string;
|
|
1198
|
+
placeholderColorDisabled: string;
|
|
1199
|
+
color: string;
|
|
1200
|
+
colorDisabled: string;
|
|
1201
|
+
colorFocus: string;
|
|
1202
|
+
groupLabelBorder: string;
|
|
1203
|
+
border: string;
|
|
1204
|
+
borderHover: string;
|
|
1205
|
+
borderDisabled: string;
|
|
1206
|
+
borderFocus: string;
|
|
1207
|
+
boxShadowFocus: string;
|
|
1208
|
+
loadingColor: string;
|
|
1209
|
+
loadingColorWarning: string;
|
|
1210
|
+
borderWarning: string;
|
|
1211
|
+
borderHoverWarning: string;
|
|
1212
|
+
colorFocusWarning: string;
|
|
1213
|
+
borderFocusWarning: string;
|
|
1214
|
+
boxShadowFocusWarning: string;
|
|
1215
|
+
caretColorWarning: string;
|
|
1216
|
+
loadingColorError: string;
|
|
1217
|
+
borderError: string;
|
|
1218
|
+
borderHoverError: string;
|
|
1219
|
+
colorFocusError: string;
|
|
1220
|
+
borderFocusError: string;
|
|
1221
|
+
boxShadowFocusError: string;
|
|
1222
|
+
caretColorError: string;
|
|
1223
|
+
clearColor: string;
|
|
1224
|
+
clearColorHover: string;
|
|
1225
|
+
clearColorPressed: string;
|
|
1226
|
+
iconColor: string;
|
|
1227
|
+
iconColorDisabled: string;
|
|
1228
|
+
iconColorHover: string;
|
|
1229
|
+
iconColorPressed: string;
|
|
1230
|
+
suffixTextColor: string;
|
|
1231
|
+
paddingTiny: string;
|
|
1232
|
+
paddingSmall: string;
|
|
1233
|
+
paddingMedium: string;
|
|
1234
|
+
paddingLarge: string;
|
|
1235
|
+
clearSize: string;
|
|
1236
|
+
}, any>;
|
|
1237
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1238
|
+
fontSizeSmall: string;
|
|
1239
|
+
fontSizeMedium: string;
|
|
1240
|
+
fontSizeLarge: string;
|
|
1241
|
+
fontSizeHuge: string;
|
|
1242
|
+
textColor: string;
|
|
1243
|
+
iconColor: string;
|
|
1244
|
+
extraTextColor: string;
|
|
1245
|
+
iconSizeSmall: string;
|
|
1246
|
+
iconSizeMedium: string;
|
|
1247
|
+
iconSizeLarge: string;
|
|
1248
|
+
iconSizeHuge: string;
|
|
1249
|
+
}, any>;
|
|
1250
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1251
|
+
heightTiny: string;
|
|
1252
|
+
heightSmall: string;
|
|
1253
|
+
heightMedium: string;
|
|
1254
|
+
heightLarge: string;
|
|
1255
|
+
borderRadiusTiny: string;
|
|
1256
|
+
borderRadiusSmall: string;
|
|
1257
|
+
borderRadiusMedium: string;
|
|
1258
|
+
borderRadiusLarge: string;
|
|
1259
|
+
fontSizeTiny: string;
|
|
1260
|
+
fontSizeSmall: string;
|
|
1261
|
+
fontSizeMedium: string;
|
|
1262
|
+
fontSizeLarge: string;
|
|
1263
|
+
opacityDisabled: string;
|
|
1264
|
+
colorOpacitySecondary: string;
|
|
1265
|
+
colorOpacitySecondaryHover: string;
|
|
1266
|
+
colorOpacitySecondaryPressed: string;
|
|
1267
|
+
colorOpacitySecondaryFocus: string;
|
|
1268
|
+
colorSecondary: string;
|
|
1269
|
+
colorSecondaryHover: string;
|
|
1270
|
+
colorSecondaryPressed: string;
|
|
1271
|
+
waveColorSecondary: string;
|
|
1272
|
+
colorTertiary: string;
|
|
1273
|
+
colorTertiaryHover: string;
|
|
1274
|
+
colorTertiaryPressed: string;
|
|
1275
|
+
colorTertiaryDisalbed: string;
|
|
1276
|
+
waveColorTerniary: string;
|
|
1277
|
+
textColorTextTertiary: string;
|
|
1278
|
+
colorQuaternary: string;
|
|
1279
|
+
colorQuaternaryHover: string;
|
|
1280
|
+
colorQuaternaryPressed: string;
|
|
1281
|
+
color: string;
|
|
1282
|
+
colorHover: string;
|
|
1283
|
+
colorPressed: string;
|
|
1284
|
+
colorFocus: string;
|
|
1285
|
+
colorDisabled: string;
|
|
1286
|
+
textColor: string;
|
|
1287
|
+
textTertiary: string;
|
|
1288
|
+
textColorTertiary: string;
|
|
1289
|
+
textColorHover: string;
|
|
1290
|
+
textColorPressed: string;
|
|
1291
|
+
textColorFocus: string;
|
|
1292
|
+
textColorDisabled: string;
|
|
1293
|
+
textColorText: string;
|
|
1294
|
+
textColorTextHover: string;
|
|
1295
|
+
textColorTextPressed: string;
|
|
1296
|
+
textColorTextFocus: string;
|
|
1297
|
+
textColorTextDisabled: string;
|
|
1298
|
+
textColorGhost: string;
|
|
1299
|
+
textColorGhostHover: string;
|
|
1300
|
+
textColorGhostPressed: string;
|
|
1301
|
+
textColorGhostFocus: string;
|
|
1302
|
+
textColorGhostDisabled: string;
|
|
1303
|
+
border: string;
|
|
1304
|
+
borderHover: string;
|
|
1305
|
+
borderPressed: string;
|
|
1306
|
+
borderFocus: string;
|
|
1307
|
+
borderDisabled: string;
|
|
1308
|
+
rippleColor: string;
|
|
1309
|
+
colorPrimary: string;
|
|
1310
|
+
colorHoverPrimary: string;
|
|
1311
|
+
colorPressedPrimary: string;
|
|
1312
|
+
colorFocusPrimary: string;
|
|
1313
|
+
colorDisabledPrimary: string;
|
|
1314
|
+
waveColorPrimary: string;
|
|
1315
|
+
textColorPrimary: string;
|
|
1316
|
+
textColorHoverPrimary: string;
|
|
1317
|
+
textColorPressedPrimary: string;
|
|
1318
|
+
textColorFocusPrimary: string;
|
|
1319
|
+
textColorDisabledPrimary: string;
|
|
1320
|
+
textColorTextPrimary: string;
|
|
1321
|
+
textColorTextHoverPrimary: string;
|
|
1322
|
+
textColorTextPressedPrimary: string;
|
|
1323
|
+
textColorTextFocusPrimary: string;
|
|
1324
|
+
textColorTextDisabledPrimary: string;
|
|
1325
|
+
textColorGhostPrimary: string;
|
|
1326
|
+
textColorGhostHoverPrimary: string;
|
|
1327
|
+
textColorGhostPressedPrimary: string;
|
|
1328
|
+
textColorGhostFocusPrimary: string;
|
|
1329
|
+
textColorGhostDisabledPrimary: string;
|
|
1330
|
+
borderPrimary: string;
|
|
1331
|
+
borderHoverPrimary: string;
|
|
1332
|
+
borderPressedPrimary: string;
|
|
1333
|
+
borderFocusPrimary: string;
|
|
1334
|
+
borderDisabledPrimary: string;
|
|
1335
|
+
rippleColorPrimary: string;
|
|
1336
|
+
colorInfo: string;
|
|
1337
|
+
colorHoverInfo: string;
|
|
1338
|
+
colorPressedInfo: string;
|
|
1339
|
+
colorFocusInfo: string;
|
|
1340
|
+
colorDisabledInfo: string;
|
|
1341
|
+
textColorInfo: string;
|
|
1342
|
+
textColorHoverInfo: string;
|
|
1343
|
+
textColorPressedInfo: string;
|
|
1344
|
+
textColorFocusInfo: string;
|
|
1345
|
+
textColorDisabledInfo: string;
|
|
1346
|
+
textColorTextInfo: string;
|
|
1347
|
+
textColorTextHoverInfo: string;
|
|
1348
|
+
textColorTextPressedInfo: string;
|
|
1349
|
+
textColorTextFocusInfo: string;
|
|
1350
|
+
textColorTextDisabledInfo: string;
|
|
1351
|
+
textColorGhostInfo: string;
|
|
1352
|
+
textColorGhostHoverInfo: string;
|
|
1353
|
+
textColorGhostPressedInfo: string;
|
|
1354
|
+
textColorGhostFocusInfo: string;
|
|
1355
|
+
textColorGhostDisabledInfo: string;
|
|
1356
|
+
borderInfo: string;
|
|
1357
|
+
borderHoverInfo: string;
|
|
1358
|
+
borderPressedInfo: string;
|
|
1359
|
+
borderFocusInfo: string;
|
|
1360
|
+
borderDisabledInfo: string;
|
|
1361
|
+
rippleColorInfo: string;
|
|
1362
|
+
colorSuccess: string;
|
|
1363
|
+
colorHoverSuccess: string;
|
|
1364
|
+
colorPressedSuccess: string;
|
|
1365
|
+
colorFocusSuccess: string;
|
|
1366
|
+
colorDisabledSuccess: string;
|
|
1367
|
+
textColorSuccess: string;
|
|
1368
|
+
textColorHoverSuccess: string;
|
|
1369
|
+
textColorPressedSuccess: string;
|
|
1370
|
+
textColorFocusSuccess: string;
|
|
1371
|
+
textColorDisabledSuccess: string;
|
|
1372
|
+
textColorTextSuccess: string;
|
|
1373
|
+
textColorTextHoverSuccess: string;
|
|
1374
|
+
textColorTextPressedSuccess: string;
|
|
1375
|
+
textColorTextFocusSuccess: string;
|
|
1376
|
+
textColorTextDisabledSuccess: string;
|
|
1377
|
+
textColorGhostSuccess: string;
|
|
1378
|
+
textColorGhostHoverSuccess: string;
|
|
1379
|
+
textColorGhostPressedSuccess: string;
|
|
1380
|
+
textColorGhostFocusSuccess: string;
|
|
1381
|
+
textColorGhostDisabledSuccess: string;
|
|
1382
|
+
borderSuccess: string;
|
|
1383
|
+
borderHoverSuccess: string;
|
|
1384
|
+
borderPressedSuccess: string;
|
|
1385
|
+
borderFocusSuccess: string;
|
|
1386
|
+
borderDisabledSuccess: string;
|
|
1387
|
+
rippleColorSuccess: string;
|
|
1388
|
+
colorWarning: string;
|
|
1389
|
+
colorHoverWarning: string;
|
|
1390
|
+
colorPressedWarning: string;
|
|
1391
|
+
colorFocusWarning: string;
|
|
1392
|
+
colorDisabledWarning: string;
|
|
1393
|
+
textColorWarning: string;
|
|
1394
|
+
textColorHoverWarning: string;
|
|
1395
|
+
textColorPressedWarning: string;
|
|
1396
|
+
textColorFocusWarning: string;
|
|
1397
|
+
textColorDisabledWarning: string;
|
|
1398
|
+
textColorTextWarning: string;
|
|
1399
|
+
textColorTextHoverWarning: string;
|
|
1400
|
+
textColorTextPressedWarning: string;
|
|
1401
|
+
textColorTextFocusWarning: string;
|
|
1402
|
+
textColorTextDisabledWarning: string;
|
|
1403
|
+
textColorGhostWarning: string;
|
|
1404
|
+
textColorGhostHoverWarning: string;
|
|
1405
|
+
textColorGhostPressedWarning: string;
|
|
1406
|
+
textColorGhostFocusWarning: string;
|
|
1407
|
+
textColorGhostDisabledWarning: string;
|
|
1408
|
+
borderWarning: string;
|
|
1409
|
+
borderHoverWarning: string;
|
|
1410
|
+
borderPressedWarning: string;
|
|
1411
|
+
borderFocusWarning: string;
|
|
1412
|
+
borderDisabledWarning: string;
|
|
1413
|
+
rippleColorWarning: string;
|
|
1414
|
+
colorError: string;
|
|
1415
|
+
colorHoverError: string;
|
|
1416
|
+
colorPressedError: string;
|
|
1417
|
+
colorFocusError: string;
|
|
1418
|
+
colorDisabledError: string;
|
|
1419
|
+
textColorError: string;
|
|
1420
|
+
textColorHoverError: string;
|
|
1421
|
+
textColorPressedError: string;
|
|
1422
|
+
textColorFocusError: string;
|
|
1423
|
+
textColorDisabledError: string;
|
|
1424
|
+
textColorTextError: string;
|
|
1425
|
+
textColorTextHoverError: string;
|
|
1426
|
+
textColorTextPressedError: string;
|
|
1427
|
+
textColorTextFocusError: string;
|
|
1428
|
+
textColorTextDisabledError: string;
|
|
1429
|
+
textColorGhostError: string;
|
|
1430
|
+
textColorGhostHoverError: string;
|
|
1431
|
+
textColorGhostPressedError: string;
|
|
1432
|
+
textColorGhostFocusError: string;
|
|
1433
|
+
textColorGhostDisabledError: string;
|
|
1434
|
+
borderError: string;
|
|
1435
|
+
borderHoverError: string;
|
|
1436
|
+
borderPressedError: string;
|
|
1437
|
+
borderFocusError: string;
|
|
1438
|
+
borderDisabledError: string;
|
|
1439
|
+
rippleColorError: string;
|
|
1440
|
+
waveOpacity: string;
|
|
1441
|
+
fontWeight: string;
|
|
1442
|
+
fontWeightStrong: string;
|
|
1443
|
+
paddingTiny: string;
|
|
1444
|
+
paddingSmall: string;
|
|
1445
|
+
paddingMedium: string;
|
|
1446
|
+
paddingLarge: string;
|
|
1447
|
+
paddingRoundTiny: string;
|
|
1448
|
+
paddingRoundSmall: string;
|
|
1449
|
+
paddingRoundMedium: string;
|
|
1450
|
+
paddingRoundLarge: string;
|
|
1451
|
+
iconMarginTiny: string;
|
|
1452
|
+
iconMarginSmall: string;
|
|
1453
|
+
iconMarginMedium: string;
|
|
1454
|
+
iconMarginLarge: string;
|
|
1455
|
+
iconSizeTiny: string;
|
|
1456
|
+
iconSizeSmall: string;
|
|
1457
|
+
iconSizeMedium: string;
|
|
1458
|
+
iconSizeLarge: string;
|
|
1459
|
+
rippleDuration: string;
|
|
1460
|
+
}, any>;
|
|
1461
|
+
}>>;
|
|
1462
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
1463
|
+
itemHeightSmall: string;
|
|
1464
|
+
itemHeightMedium: string;
|
|
1465
|
+
itemHeightLarge: string;
|
|
1466
|
+
fontSizeSmall: string;
|
|
1467
|
+
fontSizeMedium: string;
|
|
1468
|
+
fontSizeLarge: string;
|
|
1469
|
+
borderRadius: string;
|
|
1470
|
+
borderColor: string;
|
|
1471
|
+
listColor: string;
|
|
1472
|
+
headerColor: string;
|
|
1473
|
+
titleTextColor: string;
|
|
1474
|
+
titleTextColorDisabled: string;
|
|
1475
|
+
extraTextColor: string;
|
|
1476
|
+
filterDividerColor: string;
|
|
1477
|
+
itemTextColor: string;
|
|
1478
|
+
itemTextColorDisabled: string;
|
|
1479
|
+
itemColorPending: string;
|
|
1480
|
+
titleFontWeight: string;
|
|
1481
|
+
iconColor: string;
|
|
1482
|
+
iconColorDisabled: string;
|
|
1483
|
+
extraFontSize: string;
|
|
1484
|
+
width: string;
|
|
1485
|
+
}, {
|
|
1486
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1487
|
+
labelLineHeight: string;
|
|
1488
|
+
fontSizeSmall: string;
|
|
1489
|
+
fontSizeMedium: string;
|
|
1490
|
+
fontSizeLarge: string;
|
|
1491
|
+
color: string;
|
|
1492
|
+
colorChecked: string;
|
|
1493
|
+
colorDisabled: string;
|
|
1494
|
+
colorDisabledChecked: string;
|
|
1495
|
+
colorTableHeader: string;
|
|
1496
|
+
colorTableHeaderModal: string;
|
|
1497
|
+
colorTableHeaderPopover: string;
|
|
1498
|
+
checkMarkColor: string;
|
|
1499
|
+
checkMarkColorDisabled: string;
|
|
1500
|
+
checkMarkColorDisabledChecked: string;
|
|
1501
|
+
border: string;
|
|
1502
|
+
borderDisabled: string;
|
|
1503
|
+
borderDisabledChecked: string;
|
|
1504
|
+
borderHover: string;
|
|
1505
|
+
borderChecked: string;
|
|
1506
|
+
borderFocus: string;
|
|
1507
|
+
boxShadowHover: string;
|
|
1508
|
+
boxShadowFocus: string;
|
|
1509
|
+
boxShadowActive: string;
|
|
1510
|
+
boxShadowHoverChecked: string;
|
|
1511
|
+
boxShadowFocusChecked: string;
|
|
1512
|
+
boxShadowActiveChecked: string;
|
|
1513
|
+
textColor: string;
|
|
1514
|
+
sizeSmall: string;
|
|
1515
|
+
sizeMedium: string;
|
|
1516
|
+
sizeLarge: string;
|
|
1517
|
+
labelPadding: string;
|
|
1518
|
+
labelFontWeight: string;
|
|
1519
|
+
borderRadiusLarge: string;
|
|
1520
|
+
borderRadiusSmall: string;
|
|
1521
|
+
}, any>;
|
|
1522
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1523
|
+
color: string;
|
|
1524
|
+
colorHover: string;
|
|
1525
|
+
}, any>;
|
|
1526
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1527
|
+
countTextColorDisabled: string;
|
|
1528
|
+
countTextColor: string;
|
|
1529
|
+
heightTiny: string;
|
|
1530
|
+
heightSmall: string;
|
|
1531
|
+
heightMedium: string;
|
|
1532
|
+
heightLarge: string;
|
|
1533
|
+
fontSizeTiny: string;
|
|
1534
|
+
fontSizeSmall: string;
|
|
1535
|
+
fontSizeMedium: string;
|
|
1536
|
+
fontSizeLarge: string;
|
|
1537
|
+
lineHeight: string;
|
|
1538
|
+
lineHeightTextarea: string;
|
|
1539
|
+
borderRadius: string;
|
|
1540
|
+
iconSize: string;
|
|
1541
|
+
groupLabelColor: string;
|
|
1542
|
+
groupLabelTextColor: string;
|
|
1543
|
+
textColor: string;
|
|
1544
|
+
textColorDisabled: string;
|
|
1545
|
+
textDecorationColor: string;
|
|
1546
|
+
caretColor: string;
|
|
1547
|
+
placeholderColor: string;
|
|
1548
|
+
placeholderColorDisabled: string;
|
|
1549
|
+
color: string;
|
|
1550
|
+
colorDisabled: string;
|
|
1551
|
+
colorFocus: string;
|
|
1552
|
+
groupLabelBorder: string;
|
|
1553
|
+
border: string;
|
|
1554
|
+
borderHover: string;
|
|
1555
|
+
borderDisabled: string;
|
|
1556
|
+
borderFocus: string;
|
|
1557
|
+
boxShadowFocus: string;
|
|
1558
|
+
loadingColor: string;
|
|
1559
|
+
loadingColorWarning: string;
|
|
1560
|
+
borderWarning: string;
|
|
1561
|
+
borderHoverWarning: string;
|
|
1562
|
+
colorFocusWarning: string;
|
|
1563
|
+
borderFocusWarning: string;
|
|
1564
|
+
boxShadowFocusWarning: string;
|
|
1565
|
+
caretColorWarning: string;
|
|
1566
|
+
loadingColorError: string;
|
|
1567
|
+
borderError: string;
|
|
1568
|
+
borderHoverError: string;
|
|
1569
|
+
colorFocusError: string;
|
|
1570
|
+
borderFocusError: string;
|
|
1571
|
+
boxShadowFocusError: string;
|
|
1572
|
+
caretColorError: string;
|
|
1573
|
+
clearColor: string;
|
|
1574
|
+
clearColorHover: string;
|
|
1575
|
+
clearColorPressed: string;
|
|
1576
|
+
iconColor: string;
|
|
1577
|
+
iconColorDisabled: string;
|
|
1578
|
+
iconColorHover: string;
|
|
1579
|
+
iconColorPressed: string;
|
|
1580
|
+
suffixTextColor: string;
|
|
1581
|
+
paddingTiny: string;
|
|
1582
|
+
paddingSmall: string;
|
|
1583
|
+
paddingMedium: string;
|
|
1584
|
+
paddingLarge: string;
|
|
1585
|
+
clearSize: string;
|
|
1586
|
+
}, any>;
|
|
1587
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1588
|
+
fontSizeSmall: string;
|
|
1589
|
+
fontSizeMedium: string;
|
|
1590
|
+
fontSizeLarge: string;
|
|
1591
|
+
fontSizeHuge: string;
|
|
1592
|
+
textColor: string;
|
|
1593
|
+
iconColor: string;
|
|
1594
|
+
extraTextColor: string;
|
|
1595
|
+
iconSizeSmall: string;
|
|
1596
|
+
iconSizeMedium: string;
|
|
1597
|
+
iconSizeLarge: string;
|
|
1598
|
+
iconSizeHuge: string;
|
|
1599
|
+
}, any>;
|
|
1600
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1601
|
+
heightTiny: string;
|
|
1602
|
+
heightSmall: string;
|
|
1603
|
+
heightMedium: string;
|
|
1604
|
+
heightLarge: string;
|
|
1605
|
+
borderRadiusTiny: string;
|
|
1606
|
+
borderRadiusSmall: string;
|
|
1607
|
+
borderRadiusMedium: string;
|
|
1608
|
+
borderRadiusLarge: string;
|
|
1609
|
+
fontSizeTiny: string;
|
|
1610
|
+
fontSizeSmall: string;
|
|
1611
|
+
fontSizeMedium: string;
|
|
1612
|
+
fontSizeLarge: string;
|
|
1613
|
+
opacityDisabled: string;
|
|
1614
|
+
colorOpacitySecondary: string;
|
|
1615
|
+
colorOpacitySecondaryHover: string;
|
|
1616
|
+
colorOpacitySecondaryPressed: string;
|
|
1617
|
+
colorOpacitySecondaryFocus: string;
|
|
1618
|
+
colorSecondary: string;
|
|
1619
|
+
colorSecondaryHover: string;
|
|
1620
|
+
colorSecondaryPressed: string;
|
|
1621
|
+
waveColorSecondary: string;
|
|
1622
|
+
colorTertiary: string;
|
|
1623
|
+
colorTertiaryHover: string;
|
|
1624
|
+
colorTertiaryPressed: string;
|
|
1625
|
+
colorTertiaryDisalbed: string;
|
|
1626
|
+
waveColorTerniary: string;
|
|
1627
|
+
textColorTextTertiary: string;
|
|
1628
|
+
colorQuaternary: string;
|
|
1629
|
+
colorQuaternaryHover: string;
|
|
1630
|
+
colorQuaternaryPressed: string;
|
|
1631
|
+
color: string;
|
|
1632
|
+
colorHover: string;
|
|
1633
|
+
colorPressed: string;
|
|
1634
|
+
colorFocus: string;
|
|
1635
|
+
colorDisabled: string;
|
|
1636
|
+
textColor: string;
|
|
1637
|
+
textTertiary: string;
|
|
1638
|
+
textColorTertiary: string;
|
|
1639
|
+
textColorHover: string;
|
|
1640
|
+
textColorPressed: string;
|
|
1641
|
+
textColorFocus: string;
|
|
1642
|
+
textColorDisabled: string;
|
|
1643
|
+
textColorText: string;
|
|
1644
|
+
textColorTextHover: string;
|
|
1645
|
+
textColorTextPressed: string;
|
|
1646
|
+
textColorTextFocus: string;
|
|
1647
|
+
textColorTextDisabled: string;
|
|
1648
|
+
textColorGhost: string;
|
|
1649
|
+
textColorGhostHover: string;
|
|
1650
|
+
textColorGhostPressed: string;
|
|
1651
|
+
textColorGhostFocus: string;
|
|
1652
|
+
textColorGhostDisabled: string;
|
|
1653
|
+
border: string;
|
|
1654
|
+
borderHover: string;
|
|
1655
|
+
borderPressed: string;
|
|
1656
|
+
borderFocus: string;
|
|
1657
|
+
borderDisabled: string;
|
|
1658
|
+
rippleColor: string;
|
|
1659
|
+
colorPrimary: string;
|
|
1660
|
+
colorHoverPrimary: string;
|
|
1661
|
+
colorPressedPrimary: string;
|
|
1662
|
+
colorFocusPrimary: string;
|
|
1663
|
+
colorDisabledPrimary: string;
|
|
1664
|
+
waveColorPrimary: string;
|
|
1665
|
+
textColorPrimary: string;
|
|
1666
|
+
textColorHoverPrimary: string;
|
|
1667
|
+
textColorPressedPrimary: string;
|
|
1668
|
+
textColorFocusPrimary: string;
|
|
1669
|
+
textColorDisabledPrimary: string;
|
|
1670
|
+
textColorTextPrimary: string;
|
|
1671
|
+
textColorTextHoverPrimary: string;
|
|
1672
|
+
textColorTextPressedPrimary: string;
|
|
1673
|
+
textColorTextFocusPrimary: string;
|
|
1674
|
+
textColorTextDisabledPrimary: string;
|
|
1675
|
+
textColorGhostPrimary: string;
|
|
1676
|
+
textColorGhostHoverPrimary: string;
|
|
1677
|
+
textColorGhostPressedPrimary: string;
|
|
1678
|
+
textColorGhostFocusPrimary: string;
|
|
1679
|
+
textColorGhostDisabledPrimary: string;
|
|
1680
|
+
borderPrimary: string;
|
|
1681
|
+
borderHoverPrimary: string;
|
|
1682
|
+
borderPressedPrimary: string;
|
|
1683
|
+
borderFocusPrimary: string;
|
|
1684
|
+
borderDisabledPrimary: string;
|
|
1685
|
+
rippleColorPrimary: string;
|
|
1686
|
+
colorInfo: string;
|
|
1687
|
+
colorHoverInfo: string;
|
|
1688
|
+
colorPressedInfo: string;
|
|
1689
|
+
colorFocusInfo: string;
|
|
1690
|
+
colorDisabledInfo: string;
|
|
1691
|
+
textColorInfo: string;
|
|
1692
|
+
textColorHoverInfo: string;
|
|
1693
|
+
textColorPressedInfo: string;
|
|
1694
|
+
textColorFocusInfo: string;
|
|
1695
|
+
textColorDisabledInfo: string;
|
|
1696
|
+
textColorTextInfo: string;
|
|
1697
|
+
textColorTextHoverInfo: string;
|
|
1698
|
+
textColorTextPressedInfo: string;
|
|
1699
|
+
textColorTextFocusInfo: string;
|
|
1700
|
+
textColorTextDisabledInfo: string;
|
|
1701
|
+
textColorGhostInfo: string;
|
|
1702
|
+
textColorGhostHoverInfo: string;
|
|
1703
|
+
textColorGhostPressedInfo: string;
|
|
1704
|
+
textColorGhostFocusInfo: string;
|
|
1705
|
+
textColorGhostDisabledInfo: string;
|
|
1706
|
+
borderInfo: string;
|
|
1707
|
+
borderHoverInfo: string;
|
|
1708
|
+
borderPressedInfo: string;
|
|
1709
|
+
borderFocusInfo: string;
|
|
1710
|
+
borderDisabledInfo: string;
|
|
1711
|
+
rippleColorInfo: string;
|
|
1712
|
+
colorSuccess: string;
|
|
1713
|
+
colorHoverSuccess: string;
|
|
1714
|
+
colorPressedSuccess: string;
|
|
1715
|
+
colorFocusSuccess: string;
|
|
1716
|
+
colorDisabledSuccess: string;
|
|
1717
|
+
textColorSuccess: string;
|
|
1718
|
+
textColorHoverSuccess: string;
|
|
1719
|
+
textColorPressedSuccess: string;
|
|
1720
|
+
textColorFocusSuccess: string;
|
|
1721
|
+
textColorDisabledSuccess: string;
|
|
1722
|
+
textColorTextSuccess: string;
|
|
1723
|
+
textColorTextHoverSuccess: string;
|
|
1724
|
+
textColorTextPressedSuccess: string;
|
|
1725
|
+
textColorTextFocusSuccess: string;
|
|
1726
|
+
textColorTextDisabledSuccess: string;
|
|
1727
|
+
textColorGhostSuccess: string;
|
|
1728
|
+
textColorGhostHoverSuccess: string;
|
|
1729
|
+
textColorGhostPressedSuccess: string;
|
|
1730
|
+
textColorGhostFocusSuccess: string;
|
|
1731
|
+
textColorGhostDisabledSuccess: string;
|
|
1732
|
+
borderSuccess: string;
|
|
1733
|
+
borderHoverSuccess: string;
|
|
1734
|
+
borderPressedSuccess: string;
|
|
1735
|
+
borderFocusSuccess: string;
|
|
1736
|
+
borderDisabledSuccess: string;
|
|
1737
|
+
rippleColorSuccess: string;
|
|
1738
|
+
colorWarning: string;
|
|
1739
|
+
colorHoverWarning: string;
|
|
1740
|
+
colorPressedWarning: string;
|
|
1741
|
+
colorFocusWarning: string;
|
|
1742
|
+
colorDisabledWarning: string;
|
|
1743
|
+
textColorWarning: string;
|
|
1744
|
+
textColorHoverWarning: string;
|
|
1745
|
+
textColorPressedWarning: string;
|
|
1746
|
+
textColorFocusWarning: string;
|
|
1747
|
+
textColorDisabledWarning: string;
|
|
1748
|
+
textColorTextWarning: string;
|
|
1749
|
+
textColorTextHoverWarning: string;
|
|
1750
|
+
textColorTextPressedWarning: string;
|
|
1751
|
+
textColorTextFocusWarning: string;
|
|
1752
|
+
textColorTextDisabledWarning: string;
|
|
1753
|
+
textColorGhostWarning: string;
|
|
1754
|
+
textColorGhostHoverWarning: string;
|
|
1755
|
+
textColorGhostPressedWarning: string;
|
|
1756
|
+
textColorGhostFocusWarning: string;
|
|
1757
|
+
textColorGhostDisabledWarning: string;
|
|
1758
|
+
borderWarning: string;
|
|
1759
|
+
borderHoverWarning: string;
|
|
1760
|
+
borderPressedWarning: string;
|
|
1761
|
+
borderFocusWarning: string;
|
|
1762
|
+
borderDisabledWarning: string;
|
|
1763
|
+
rippleColorWarning: string;
|
|
1764
|
+
colorError: string;
|
|
1765
|
+
colorHoverError: string;
|
|
1766
|
+
colorPressedError: string;
|
|
1767
|
+
colorFocusError: string;
|
|
1768
|
+
colorDisabledError: string;
|
|
1769
|
+
textColorError: string;
|
|
1770
|
+
textColorHoverError: string;
|
|
1771
|
+
textColorPressedError: string;
|
|
1772
|
+
textColorFocusError: string;
|
|
1773
|
+
textColorDisabledError: string;
|
|
1774
|
+
textColorTextError: string;
|
|
1775
|
+
textColorTextHoverError: string;
|
|
1776
|
+
textColorTextPressedError: string;
|
|
1777
|
+
textColorTextFocusError: string;
|
|
1778
|
+
textColorTextDisabledError: string;
|
|
1779
|
+
textColorGhostError: string;
|
|
1780
|
+
textColorGhostHoverError: string;
|
|
1781
|
+
textColorGhostPressedError: string;
|
|
1782
|
+
textColorGhostFocusError: string;
|
|
1783
|
+
textColorGhostDisabledError: string;
|
|
1784
|
+
borderError: string;
|
|
1785
|
+
borderHoverError: string;
|
|
1786
|
+
borderPressedError: string;
|
|
1787
|
+
borderFocusError: string;
|
|
1788
|
+
borderDisabledError: string;
|
|
1789
|
+
rippleColorError: string;
|
|
1790
|
+
waveOpacity: string;
|
|
1791
|
+
fontWeight: string;
|
|
1792
|
+
fontWeightStrong: string;
|
|
1793
|
+
paddingTiny: string;
|
|
1794
|
+
paddingSmall: string;
|
|
1795
|
+
paddingMedium: string;
|
|
1796
|
+
paddingLarge: string;
|
|
1797
|
+
paddingRoundTiny: string;
|
|
1798
|
+
paddingRoundSmall: string;
|
|
1799
|
+
paddingRoundMedium: string;
|
|
1800
|
+
paddingRoundLarge: string;
|
|
1801
|
+
iconMarginTiny: string;
|
|
1802
|
+
iconMarginSmall: string;
|
|
1803
|
+
iconMarginMedium: string;
|
|
1804
|
+
iconMarginLarge: string;
|
|
1805
|
+
iconSizeTiny: string;
|
|
1806
|
+
iconSizeSmall: string;
|
|
1807
|
+
iconSizeMedium: string;
|
|
1808
|
+
iconSizeLarge: string;
|
|
1809
|
+
rippleDuration: string;
|
|
1810
|
+
}, any>;
|
|
1811
|
+
}>>>;
|
|
1812
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
1813
|
+
itemHeightSmall: string;
|
|
1814
|
+
itemHeightMedium: string;
|
|
1815
|
+
itemHeightLarge: string;
|
|
1816
|
+
fontSizeSmall: string;
|
|
1817
|
+
fontSizeMedium: string;
|
|
1818
|
+
fontSizeLarge: string;
|
|
1819
|
+
borderRadius: string;
|
|
1820
|
+
borderColor: string;
|
|
1821
|
+
listColor: string;
|
|
1822
|
+
headerColor: string;
|
|
1823
|
+
titleTextColor: string;
|
|
1824
|
+
titleTextColorDisabled: string;
|
|
1825
|
+
extraTextColor: string;
|
|
1826
|
+
filterDividerColor: string;
|
|
1827
|
+
itemTextColor: string;
|
|
1828
|
+
itemTextColorDisabled: string;
|
|
1829
|
+
itemColorPending: string;
|
|
1830
|
+
titleFontWeight: string;
|
|
1831
|
+
iconColor: string;
|
|
1832
|
+
iconColorDisabled: string;
|
|
1833
|
+
extraFontSize: string;
|
|
1834
|
+
width: string;
|
|
1835
|
+
}, {
|
|
1836
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
1837
|
+
labelLineHeight: string;
|
|
1838
|
+
fontSizeSmall: string;
|
|
1839
|
+
fontSizeMedium: string;
|
|
1840
|
+
fontSizeLarge: string;
|
|
1841
|
+
color: string;
|
|
1842
|
+
colorChecked: string;
|
|
1843
|
+
colorDisabled: string;
|
|
1844
|
+
colorDisabledChecked: string;
|
|
1845
|
+
colorTableHeader: string;
|
|
1846
|
+
colorTableHeaderModal: string;
|
|
1847
|
+
colorTableHeaderPopover: string;
|
|
1848
|
+
checkMarkColor: string;
|
|
1849
|
+
checkMarkColorDisabled: string;
|
|
1850
|
+
checkMarkColorDisabledChecked: string;
|
|
1851
|
+
border: string;
|
|
1852
|
+
borderDisabled: string;
|
|
1853
|
+
borderDisabledChecked: string;
|
|
1854
|
+
borderHover: string;
|
|
1855
|
+
borderChecked: string;
|
|
1856
|
+
borderFocus: string;
|
|
1857
|
+
boxShadowHover: string;
|
|
1858
|
+
boxShadowFocus: string;
|
|
1859
|
+
boxShadowActive: string;
|
|
1860
|
+
boxShadowHoverChecked: string;
|
|
1861
|
+
boxShadowFocusChecked: string;
|
|
1862
|
+
boxShadowActiveChecked: string;
|
|
1863
|
+
textColor: string;
|
|
1864
|
+
sizeSmall: string;
|
|
1865
|
+
sizeMedium: string;
|
|
1866
|
+
sizeLarge: string;
|
|
1867
|
+
labelPadding: string;
|
|
1868
|
+
labelFontWeight: string;
|
|
1869
|
+
borderRadiusLarge: string;
|
|
1870
|
+
borderRadiusSmall: string;
|
|
1871
|
+
}, any>;
|
|
1872
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
1873
|
+
color: string;
|
|
1874
|
+
colorHover: string;
|
|
1875
|
+
}, any>;
|
|
1876
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
1877
|
+
countTextColorDisabled: string;
|
|
1878
|
+
countTextColor: string;
|
|
1879
|
+
heightTiny: string;
|
|
1880
|
+
heightSmall: string;
|
|
1881
|
+
heightMedium: string;
|
|
1882
|
+
heightLarge: string;
|
|
1883
|
+
fontSizeTiny: string;
|
|
1884
|
+
fontSizeSmall: string;
|
|
1885
|
+
fontSizeMedium: string;
|
|
1886
|
+
fontSizeLarge: string;
|
|
1887
|
+
lineHeight: string;
|
|
1888
|
+
lineHeightTextarea: string;
|
|
1889
|
+
borderRadius: string;
|
|
1890
|
+
iconSize: string;
|
|
1891
|
+
groupLabelColor: string;
|
|
1892
|
+
groupLabelTextColor: string;
|
|
1893
|
+
textColor: string;
|
|
1894
|
+
textColorDisabled: string;
|
|
1895
|
+
textDecorationColor: string;
|
|
1896
|
+
caretColor: string;
|
|
1897
|
+
placeholderColor: string;
|
|
1898
|
+
placeholderColorDisabled: string;
|
|
1899
|
+
color: string;
|
|
1900
|
+
colorDisabled: string;
|
|
1901
|
+
colorFocus: string;
|
|
1902
|
+
groupLabelBorder: string;
|
|
1903
|
+
border: string;
|
|
1904
|
+
borderHover: string;
|
|
1905
|
+
borderDisabled: string;
|
|
1906
|
+
borderFocus: string;
|
|
1907
|
+
boxShadowFocus: string;
|
|
1908
|
+
loadingColor: string;
|
|
1909
|
+
loadingColorWarning: string;
|
|
1910
|
+
borderWarning: string;
|
|
1911
|
+
borderHoverWarning: string;
|
|
1912
|
+
colorFocusWarning: string;
|
|
1913
|
+
borderFocusWarning: string;
|
|
1914
|
+
boxShadowFocusWarning: string;
|
|
1915
|
+
caretColorWarning: string;
|
|
1916
|
+
loadingColorError: string;
|
|
1917
|
+
borderError: string;
|
|
1918
|
+
borderHoverError: string;
|
|
1919
|
+
colorFocusError: string;
|
|
1920
|
+
borderFocusError: string;
|
|
1921
|
+
boxShadowFocusError: string;
|
|
1922
|
+
caretColorError: string;
|
|
1923
|
+
clearColor: string;
|
|
1924
|
+
clearColorHover: string;
|
|
1925
|
+
clearColorPressed: string;
|
|
1926
|
+
iconColor: string;
|
|
1927
|
+
iconColorDisabled: string;
|
|
1928
|
+
iconColorHover: string;
|
|
1929
|
+
iconColorPressed: string;
|
|
1930
|
+
suffixTextColor: string;
|
|
1931
|
+
paddingTiny: string;
|
|
1932
|
+
paddingSmall: string;
|
|
1933
|
+
paddingMedium: string;
|
|
1934
|
+
paddingLarge: string;
|
|
1935
|
+
clearSize: string;
|
|
1936
|
+
}, any>;
|
|
1937
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
1938
|
+
fontSizeSmall: string;
|
|
1939
|
+
fontSizeMedium: string;
|
|
1940
|
+
fontSizeLarge: string;
|
|
1941
|
+
fontSizeHuge: string;
|
|
1942
|
+
textColor: string;
|
|
1943
|
+
iconColor: string;
|
|
1944
|
+
extraTextColor: string;
|
|
1945
|
+
iconSizeSmall: string;
|
|
1946
|
+
iconSizeMedium: string;
|
|
1947
|
+
iconSizeLarge: string;
|
|
1948
|
+
iconSizeHuge: string;
|
|
1949
|
+
}, any>;
|
|
1950
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
1951
|
+
heightTiny: string;
|
|
1952
|
+
heightSmall: string;
|
|
1953
|
+
heightMedium: string;
|
|
1954
|
+
heightLarge: string;
|
|
1955
|
+
borderRadiusTiny: string;
|
|
1956
|
+
borderRadiusSmall: string;
|
|
1957
|
+
borderRadiusMedium: string;
|
|
1958
|
+
borderRadiusLarge: string;
|
|
1959
|
+
fontSizeTiny: string;
|
|
1960
|
+
fontSizeSmall: string;
|
|
1961
|
+
fontSizeMedium: string;
|
|
1962
|
+
fontSizeLarge: string;
|
|
1963
|
+
opacityDisabled: string;
|
|
1964
|
+
colorOpacitySecondary: string;
|
|
1965
|
+
colorOpacitySecondaryHover: string;
|
|
1966
|
+
colorOpacitySecondaryPressed: string;
|
|
1967
|
+
colorOpacitySecondaryFocus: string;
|
|
1968
|
+
colorSecondary: string;
|
|
1969
|
+
colorSecondaryHover: string;
|
|
1970
|
+
colorSecondaryPressed: string;
|
|
1971
|
+
waveColorSecondary: string;
|
|
1972
|
+
colorTertiary: string;
|
|
1973
|
+
colorTertiaryHover: string;
|
|
1974
|
+
colorTertiaryPressed: string;
|
|
1975
|
+
colorTertiaryDisalbed: string;
|
|
1976
|
+
waveColorTerniary: string;
|
|
1977
|
+
textColorTextTertiary: string;
|
|
1978
|
+
colorQuaternary: string;
|
|
1979
|
+
colorQuaternaryHover: string;
|
|
1980
|
+
colorQuaternaryPressed: string;
|
|
1981
|
+
color: string;
|
|
1982
|
+
colorHover: string;
|
|
1983
|
+
colorPressed: string;
|
|
1984
|
+
colorFocus: string;
|
|
1985
|
+
colorDisabled: string;
|
|
1986
|
+
textColor: string;
|
|
1987
|
+
textTertiary: string;
|
|
1988
|
+
textColorTertiary: string;
|
|
1989
|
+
textColorHover: string;
|
|
1990
|
+
textColorPressed: string;
|
|
1991
|
+
textColorFocus: string;
|
|
1992
|
+
textColorDisabled: string;
|
|
1993
|
+
textColorText: string;
|
|
1994
|
+
textColorTextHover: string;
|
|
1995
|
+
textColorTextPressed: string;
|
|
1996
|
+
textColorTextFocus: string;
|
|
1997
|
+
textColorTextDisabled: string;
|
|
1998
|
+
textColorGhost: string;
|
|
1999
|
+
textColorGhostHover: string;
|
|
2000
|
+
textColorGhostPressed: string;
|
|
2001
|
+
textColorGhostFocus: string;
|
|
2002
|
+
textColorGhostDisabled: string;
|
|
2003
|
+
border: string;
|
|
2004
|
+
borderHover: string;
|
|
2005
|
+
borderPressed: string;
|
|
2006
|
+
borderFocus: string;
|
|
2007
|
+
borderDisabled: string;
|
|
2008
|
+
rippleColor: string;
|
|
2009
|
+
colorPrimary: string;
|
|
2010
|
+
colorHoverPrimary: string;
|
|
2011
|
+
colorPressedPrimary: string;
|
|
2012
|
+
colorFocusPrimary: string;
|
|
2013
|
+
colorDisabledPrimary: string;
|
|
2014
|
+
waveColorPrimary: string;
|
|
2015
|
+
textColorPrimary: string;
|
|
2016
|
+
textColorHoverPrimary: string;
|
|
2017
|
+
textColorPressedPrimary: string;
|
|
2018
|
+
textColorFocusPrimary: string;
|
|
2019
|
+
textColorDisabledPrimary: string;
|
|
2020
|
+
textColorTextPrimary: string;
|
|
2021
|
+
textColorTextHoverPrimary: string;
|
|
2022
|
+
textColorTextPressedPrimary: string;
|
|
2023
|
+
textColorTextFocusPrimary: string;
|
|
2024
|
+
textColorTextDisabledPrimary: string;
|
|
2025
|
+
textColorGhostPrimary: string;
|
|
2026
|
+
textColorGhostHoverPrimary: string;
|
|
2027
|
+
textColorGhostPressedPrimary: string;
|
|
2028
|
+
textColorGhostFocusPrimary: string;
|
|
2029
|
+
textColorGhostDisabledPrimary: string;
|
|
2030
|
+
borderPrimary: string;
|
|
2031
|
+
borderHoverPrimary: string;
|
|
2032
|
+
borderPressedPrimary: string;
|
|
2033
|
+
borderFocusPrimary: string;
|
|
2034
|
+
borderDisabledPrimary: string;
|
|
2035
|
+
rippleColorPrimary: string;
|
|
2036
|
+
colorInfo: string;
|
|
2037
|
+
colorHoverInfo: string;
|
|
2038
|
+
colorPressedInfo: string;
|
|
2039
|
+
colorFocusInfo: string;
|
|
2040
|
+
colorDisabledInfo: string;
|
|
2041
|
+
textColorInfo: string;
|
|
2042
|
+
textColorHoverInfo: string;
|
|
2043
|
+
textColorPressedInfo: string;
|
|
2044
|
+
textColorFocusInfo: string;
|
|
2045
|
+
textColorDisabledInfo: string;
|
|
2046
|
+
textColorTextInfo: string;
|
|
2047
|
+
textColorTextHoverInfo: string;
|
|
2048
|
+
textColorTextPressedInfo: string;
|
|
2049
|
+
textColorTextFocusInfo: string;
|
|
2050
|
+
textColorTextDisabledInfo: string;
|
|
2051
|
+
textColorGhostInfo: string;
|
|
2052
|
+
textColorGhostHoverInfo: string;
|
|
2053
|
+
textColorGhostPressedInfo: string;
|
|
2054
|
+
textColorGhostFocusInfo: string;
|
|
2055
|
+
textColorGhostDisabledInfo: string;
|
|
2056
|
+
borderInfo: string;
|
|
2057
|
+
borderHoverInfo: string;
|
|
2058
|
+
borderPressedInfo: string;
|
|
2059
|
+
borderFocusInfo: string;
|
|
2060
|
+
borderDisabledInfo: string;
|
|
2061
|
+
rippleColorInfo: string;
|
|
2062
|
+
colorSuccess: string;
|
|
2063
|
+
colorHoverSuccess: string;
|
|
2064
|
+
colorPressedSuccess: string;
|
|
2065
|
+
colorFocusSuccess: string;
|
|
2066
|
+
colorDisabledSuccess: string;
|
|
2067
|
+
textColorSuccess: string;
|
|
2068
|
+
textColorHoverSuccess: string;
|
|
2069
|
+
textColorPressedSuccess: string;
|
|
2070
|
+
textColorFocusSuccess: string;
|
|
2071
|
+
textColorDisabledSuccess: string;
|
|
2072
|
+
textColorTextSuccess: string;
|
|
2073
|
+
textColorTextHoverSuccess: string;
|
|
2074
|
+
textColorTextPressedSuccess: string;
|
|
2075
|
+
textColorTextFocusSuccess: string;
|
|
2076
|
+
textColorTextDisabledSuccess: string;
|
|
2077
|
+
textColorGhostSuccess: string;
|
|
2078
|
+
textColorGhostHoverSuccess: string;
|
|
2079
|
+
textColorGhostPressedSuccess: string;
|
|
2080
|
+
textColorGhostFocusSuccess: string;
|
|
2081
|
+
textColorGhostDisabledSuccess: string;
|
|
2082
|
+
borderSuccess: string;
|
|
2083
|
+
borderHoverSuccess: string;
|
|
2084
|
+
borderPressedSuccess: string;
|
|
2085
|
+
borderFocusSuccess: string;
|
|
2086
|
+
borderDisabledSuccess: string;
|
|
2087
|
+
rippleColorSuccess: string;
|
|
2088
|
+
colorWarning: string;
|
|
2089
|
+
colorHoverWarning: string;
|
|
2090
|
+
colorPressedWarning: string;
|
|
2091
|
+
colorFocusWarning: string;
|
|
2092
|
+
colorDisabledWarning: string;
|
|
2093
|
+
textColorWarning: string;
|
|
2094
|
+
textColorHoverWarning: string;
|
|
2095
|
+
textColorPressedWarning: string;
|
|
2096
|
+
textColorFocusWarning: string;
|
|
2097
|
+
textColorDisabledWarning: string;
|
|
2098
|
+
textColorTextWarning: string;
|
|
2099
|
+
textColorTextHoverWarning: string;
|
|
2100
|
+
textColorTextPressedWarning: string;
|
|
2101
|
+
textColorTextFocusWarning: string;
|
|
2102
|
+
textColorTextDisabledWarning: string;
|
|
2103
|
+
textColorGhostWarning: string;
|
|
2104
|
+
textColorGhostHoverWarning: string;
|
|
2105
|
+
textColorGhostPressedWarning: string;
|
|
2106
|
+
textColorGhostFocusWarning: string;
|
|
2107
|
+
textColorGhostDisabledWarning: string;
|
|
2108
|
+
borderWarning: string;
|
|
2109
|
+
borderHoverWarning: string;
|
|
2110
|
+
borderPressedWarning: string;
|
|
2111
|
+
borderFocusWarning: string;
|
|
2112
|
+
borderDisabledWarning: string;
|
|
2113
|
+
rippleColorWarning: string;
|
|
2114
|
+
colorError: string;
|
|
2115
|
+
colorHoverError: string;
|
|
2116
|
+
colorPressedError: string;
|
|
2117
|
+
colorFocusError: string;
|
|
2118
|
+
colorDisabledError: string;
|
|
2119
|
+
textColorError: string;
|
|
2120
|
+
textColorHoverError: string;
|
|
2121
|
+
textColorPressedError: string;
|
|
2122
|
+
textColorFocusError: string;
|
|
2123
|
+
textColorDisabledError: string;
|
|
2124
|
+
textColorTextError: string;
|
|
2125
|
+
textColorTextHoverError: string;
|
|
2126
|
+
textColorTextPressedError: string;
|
|
2127
|
+
textColorTextFocusError: string;
|
|
2128
|
+
textColorTextDisabledError: string;
|
|
2129
|
+
textColorGhostError: string;
|
|
2130
|
+
textColorGhostHoverError: string;
|
|
2131
|
+
textColorGhostPressedError: string;
|
|
2132
|
+
textColorGhostFocusError: string;
|
|
2133
|
+
textColorGhostDisabledError: string;
|
|
2134
|
+
borderError: string;
|
|
2135
|
+
borderHoverError: string;
|
|
2136
|
+
borderPressedError: string;
|
|
2137
|
+
borderFocusError: string;
|
|
2138
|
+
borderDisabledError: string;
|
|
2139
|
+
rippleColorError: string;
|
|
2140
|
+
waveOpacity: string;
|
|
2141
|
+
fontWeight: string;
|
|
2142
|
+
fontWeightStrong: string;
|
|
2143
|
+
paddingTiny: string;
|
|
2144
|
+
paddingSmall: string;
|
|
2145
|
+
paddingMedium: string;
|
|
2146
|
+
paddingLarge: string;
|
|
2147
|
+
paddingRoundTiny: string;
|
|
2148
|
+
paddingRoundSmall: string;
|
|
2149
|
+
paddingRoundMedium: string;
|
|
2150
|
+
paddingRoundLarge: string;
|
|
2151
|
+
iconMarginTiny: string;
|
|
2152
|
+
iconMarginSmall: string;
|
|
2153
|
+
iconMarginMedium: string;
|
|
2154
|
+
iconMarginLarge: string;
|
|
2155
|
+
iconSizeTiny: string;
|
|
2156
|
+
iconSizeSmall: string;
|
|
2157
|
+
iconSizeMedium: string;
|
|
2158
|
+
iconSizeLarge: string;
|
|
2159
|
+
rippleDuration: string;
|
|
2160
|
+
}, any>;
|
|
2161
|
+
}>>>;
|
|
2162
|
+
}, {
|
|
2163
|
+
locale: import("vue").Ref<{
|
|
2164
|
+
sourceTitle: string;
|
|
2165
|
+
targetTitle: string;
|
|
2166
|
+
}>;
|
|
2167
|
+
mergedClsPrefix: import("vue").Ref<string>;
|
|
2168
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2169
|
+
itemSize: import("vue").ComputedRef<number>;
|
|
2170
|
+
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
2171
|
+
isInputing: import("vue").Ref<boolean>;
|
|
2172
|
+
mergedTheme: import("vue").ComputedRef<{
|
|
2173
|
+
common: {
|
|
2174
|
+
baseColor: string;
|
|
2175
|
+
primaryColor: string;
|
|
2176
|
+
primaryColorHover: string;
|
|
2177
|
+
primaryColorPressed: string;
|
|
2178
|
+
primaryColorSuppl: string;
|
|
2179
|
+
infoColor: string;
|
|
2180
|
+
infoColorHover: string;
|
|
2181
|
+
infoColorPressed: string;
|
|
2182
|
+
infoColorSuppl: string;
|
|
2183
|
+
successColor: string;
|
|
2184
|
+
successColorHover: string;
|
|
2185
|
+
successColorPressed: string;
|
|
2186
|
+
successColorSuppl: string;
|
|
2187
|
+
warningColor: string;
|
|
2188
|
+
warningColorHover: string;
|
|
2189
|
+
warningColorPressed: string;
|
|
2190
|
+
warningColorSuppl: string;
|
|
2191
|
+
errorColor: string;
|
|
2192
|
+
errorColorHover: string;
|
|
2193
|
+
errorColorPressed: string;
|
|
2194
|
+
errorColorSuppl: string;
|
|
2195
|
+
tertiaryColor: string;
|
|
2196
|
+
tertiaryColorHover: string;
|
|
2197
|
+
tertiaryColorActive: string;
|
|
2198
|
+
tertiaryColorSuppl: string;
|
|
2199
|
+
tertiaryElements: string;
|
|
2200
|
+
textColorBase: string;
|
|
2201
|
+
textColor1: string;
|
|
2202
|
+
textColor2: string;
|
|
2203
|
+
textColor3: string;
|
|
2204
|
+
textTertiary: string;
|
|
2205
|
+
boxShadowHover: string;
|
|
2206
|
+
boxShadowFocus: string;
|
|
2207
|
+
boxShadowHoverChecked: string;
|
|
2208
|
+
boxShadowFocusChecked: string;
|
|
2209
|
+
textColorDisabled: string;
|
|
2210
|
+
placeholderColor: string;
|
|
2211
|
+
placeholderColorDisabled: string;
|
|
2212
|
+
iconColor: string;
|
|
2213
|
+
iconColorHover: string;
|
|
2214
|
+
iconColorPressed: string;
|
|
2215
|
+
iconColorDisabled: string;
|
|
2216
|
+
opacity1: string;
|
|
2217
|
+
opacity2: string;
|
|
2218
|
+
opacity3: string;
|
|
2219
|
+
opacity4: string;
|
|
2220
|
+
opacity5: string;
|
|
2221
|
+
dividerColor: string;
|
|
2222
|
+
borderColor: string;
|
|
2223
|
+
borderTagColor: string;
|
|
2224
|
+
closeIconColor: string;
|
|
2225
|
+
closeIconColorHover: string;
|
|
2226
|
+
closeIconColorPressed: string;
|
|
2227
|
+
closeColorHover: string;
|
|
2228
|
+
closeColorPressed: string;
|
|
2229
|
+
clearColor: string;
|
|
2230
|
+
clearColorHover: string;
|
|
2231
|
+
clearColorPressed: string;
|
|
2232
|
+
scrollbarColor: string;
|
|
2233
|
+
scrollbarColorHover: string;
|
|
2234
|
+
scrollbarWidth: string;
|
|
2235
|
+
scrollbarHeight: string;
|
|
2236
|
+
scrollbarBorderRadius: string;
|
|
2237
|
+
progressRailColor: string;
|
|
2238
|
+
railColor: string;
|
|
2239
|
+
popoverColor: string;
|
|
2240
|
+
tableColor: string;
|
|
2241
|
+
cardColor: string;
|
|
2242
|
+
modalColor: string;
|
|
2243
|
+
bodyColor: string;
|
|
2244
|
+
tagColor: string;
|
|
2245
|
+
avatarColor: string;
|
|
2246
|
+
avatarTextColor: string;
|
|
2247
|
+
avatarIconColor: string;
|
|
2248
|
+
invertedColor: string;
|
|
2249
|
+
tooltipColor: string;
|
|
2250
|
+
inputColor: string;
|
|
2251
|
+
codeColor: string;
|
|
2252
|
+
tabColor: string;
|
|
2253
|
+
actionColor: string;
|
|
2254
|
+
tableHeaderColor: string;
|
|
2255
|
+
hoverColor: string;
|
|
2256
|
+
tableColorHover: string;
|
|
2257
|
+
tableColorStriped: string;
|
|
2258
|
+
pressedColor: string;
|
|
2259
|
+
opacityDisabled: string;
|
|
2260
|
+
inputColorDisabled: string;
|
|
2261
|
+
buttonColor2: string;
|
|
2262
|
+
buttonColor2Hover: string;
|
|
2263
|
+
buttonColor2Pressed: string;
|
|
2264
|
+
boxShadow1: string;
|
|
2265
|
+
boxShadow2: string;
|
|
2266
|
+
boxShadow3: string;
|
|
2267
|
+
fontFamily: string;
|
|
2268
|
+
fontFamilyMono: string;
|
|
2269
|
+
fontWeight: string;
|
|
2270
|
+
fontWeightStrong: string;
|
|
2271
|
+
cubicBezierEaseInOut: string;
|
|
2272
|
+
cubicBezierEaseOut: string;
|
|
2273
|
+
cubicBezierEaseIn: string;
|
|
2274
|
+
borderWidth: number;
|
|
2275
|
+
borderTagWidth: number;
|
|
2276
|
+
borderRadius: string;
|
|
2277
|
+
borderRadiusSmall: string;
|
|
2278
|
+
fontSize: string;
|
|
2279
|
+
fontSizeMini: string;
|
|
2280
|
+
fontSizeTiny: string;
|
|
2281
|
+
fontSizeSmall: string;
|
|
2282
|
+
fontSizeMedium: string;
|
|
2283
|
+
fontSizeLarge: string;
|
|
2284
|
+
fontSizeHuge: string;
|
|
2285
|
+
lineHeight: string;
|
|
2286
|
+
heightMini: string;
|
|
2287
|
+
heightTiny: string;
|
|
2288
|
+
heightSmall: string;
|
|
2289
|
+
heightMedium: string;
|
|
2290
|
+
heightLarge: string;
|
|
2291
|
+
heightHuge: string;
|
|
2292
|
+
name: "common";
|
|
2293
|
+
};
|
|
2294
|
+
self: {
|
|
2295
|
+
itemHeightSmall: string;
|
|
2296
|
+
itemHeightMedium: string;
|
|
2297
|
+
itemHeightLarge: string;
|
|
2298
|
+
fontSizeSmall: string;
|
|
2299
|
+
fontSizeMedium: string;
|
|
2300
|
+
fontSizeLarge: string;
|
|
2301
|
+
borderRadius: string;
|
|
2302
|
+
borderColor: string;
|
|
2303
|
+
listColor: string;
|
|
2304
|
+
headerColor: string;
|
|
2305
|
+
titleTextColor: string;
|
|
2306
|
+
titleTextColorDisabled: string;
|
|
2307
|
+
extraTextColor: string;
|
|
2308
|
+
filterDividerColor: string;
|
|
2309
|
+
itemTextColor: string;
|
|
2310
|
+
itemTextColorDisabled: string;
|
|
2311
|
+
itemColorPending: string;
|
|
2312
|
+
titleFontWeight: string;
|
|
2313
|
+
iconColor: string;
|
|
2314
|
+
iconColorDisabled: string;
|
|
2315
|
+
extraFontSize: string;
|
|
2316
|
+
width: string;
|
|
2317
|
+
};
|
|
2318
|
+
peers: {
|
|
2319
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2320
|
+
labelLineHeight: string;
|
|
2321
|
+
fontSizeSmall: string;
|
|
2322
|
+
fontSizeMedium: string;
|
|
2323
|
+
fontSizeLarge: string;
|
|
2324
|
+
color: string;
|
|
2325
|
+
colorChecked: string;
|
|
2326
|
+
colorDisabled: string;
|
|
2327
|
+
colorDisabledChecked: string;
|
|
2328
|
+
colorTableHeader: string;
|
|
2329
|
+
colorTableHeaderModal: string;
|
|
2330
|
+
colorTableHeaderPopover: string;
|
|
2331
|
+
checkMarkColor: string;
|
|
2332
|
+
checkMarkColorDisabled: string;
|
|
2333
|
+
checkMarkColorDisabledChecked: string;
|
|
2334
|
+
border: string;
|
|
2335
|
+
borderDisabled: string;
|
|
2336
|
+
borderDisabledChecked: string;
|
|
2337
|
+
borderHover: string;
|
|
2338
|
+
borderChecked: string;
|
|
2339
|
+
borderFocus: string;
|
|
2340
|
+
boxShadowHover: string;
|
|
2341
|
+
boxShadowFocus: string;
|
|
2342
|
+
boxShadowActive: string;
|
|
2343
|
+
boxShadowHoverChecked: string;
|
|
2344
|
+
boxShadowFocusChecked: string;
|
|
2345
|
+
boxShadowActiveChecked: string;
|
|
2346
|
+
textColor: string;
|
|
2347
|
+
sizeSmall: string;
|
|
2348
|
+
sizeMedium: string;
|
|
2349
|
+
sizeLarge: string;
|
|
2350
|
+
labelPadding: string;
|
|
2351
|
+
labelFontWeight: string;
|
|
2352
|
+
borderRadiusLarge: string;
|
|
2353
|
+
borderRadiusSmall: string;
|
|
2354
|
+
}, any>;
|
|
2355
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2356
|
+
color: string;
|
|
2357
|
+
colorHover: string;
|
|
2358
|
+
}, any>;
|
|
2359
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2360
|
+
countTextColorDisabled: string;
|
|
2361
|
+
countTextColor: string;
|
|
2362
|
+
heightTiny: string;
|
|
2363
|
+
heightSmall: string;
|
|
2364
|
+
heightMedium: string;
|
|
2365
|
+
heightLarge: string;
|
|
2366
|
+
fontSizeTiny: string;
|
|
2367
|
+
fontSizeSmall: string;
|
|
2368
|
+
fontSizeMedium: string;
|
|
2369
|
+
fontSizeLarge: string;
|
|
2370
|
+
lineHeight: string;
|
|
2371
|
+
lineHeightTextarea: string;
|
|
2372
|
+
borderRadius: string;
|
|
2373
|
+
iconSize: string;
|
|
2374
|
+
groupLabelColor: string;
|
|
2375
|
+
groupLabelTextColor: string;
|
|
2376
|
+
textColor: string;
|
|
2377
|
+
textColorDisabled: string;
|
|
2378
|
+
textDecorationColor: string;
|
|
2379
|
+
caretColor: string;
|
|
2380
|
+
placeholderColor: string;
|
|
2381
|
+
placeholderColorDisabled: string;
|
|
2382
|
+
color: string;
|
|
2383
|
+
colorDisabled: string;
|
|
2384
|
+
colorFocus: string;
|
|
2385
|
+
groupLabelBorder: string;
|
|
2386
|
+
border: string;
|
|
2387
|
+
borderHover: string;
|
|
2388
|
+
borderDisabled: string;
|
|
2389
|
+
borderFocus: string;
|
|
2390
|
+
boxShadowFocus: string;
|
|
2391
|
+
loadingColor: string;
|
|
2392
|
+
loadingColorWarning: string;
|
|
2393
|
+
borderWarning: string;
|
|
2394
|
+
borderHoverWarning: string;
|
|
2395
|
+
colorFocusWarning: string;
|
|
2396
|
+
borderFocusWarning: string;
|
|
2397
|
+
boxShadowFocusWarning: string;
|
|
2398
|
+
caretColorWarning: string;
|
|
2399
|
+
loadingColorError: string;
|
|
2400
|
+
borderError: string;
|
|
2401
|
+
borderHoverError: string;
|
|
2402
|
+
colorFocusError: string;
|
|
2403
|
+
borderFocusError: string;
|
|
2404
|
+
boxShadowFocusError: string;
|
|
2405
|
+
caretColorError: string;
|
|
2406
|
+
clearColor: string;
|
|
2407
|
+
clearColorHover: string;
|
|
2408
|
+
clearColorPressed: string;
|
|
2409
|
+
iconColor: string;
|
|
2410
|
+
iconColorDisabled: string;
|
|
2411
|
+
iconColorHover: string;
|
|
2412
|
+
iconColorPressed: string;
|
|
2413
|
+
suffixTextColor: string;
|
|
2414
|
+
paddingTiny: string;
|
|
2415
|
+
paddingSmall: string;
|
|
2416
|
+
paddingMedium: string;
|
|
2417
|
+
paddingLarge: string;
|
|
2418
|
+
clearSize: string;
|
|
2419
|
+
}, any>;
|
|
2420
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2421
|
+
fontSizeSmall: string;
|
|
2422
|
+
fontSizeMedium: string;
|
|
2423
|
+
fontSizeLarge: string;
|
|
2424
|
+
fontSizeHuge: string;
|
|
2425
|
+
textColor: string;
|
|
2426
|
+
iconColor: string;
|
|
2427
|
+
extraTextColor: string;
|
|
2428
|
+
iconSizeSmall: string;
|
|
2429
|
+
iconSizeMedium: string;
|
|
2430
|
+
iconSizeLarge: string;
|
|
2431
|
+
iconSizeHuge: string;
|
|
2432
|
+
}, any>;
|
|
2433
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
2434
|
+
heightTiny: string;
|
|
2435
|
+
heightSmall: string;
|
|
2436
|
+
heightMedium: string;
|
|
2437
|
+
heightLarge: string;
|
|
2438
|
+
borderRadiusTiny: string;
|
|
2439
|
+
borderRadiusSmall: string;
|
|
2440
|
+
borderRadiusMedium: string;
|
|
2441
|
+
borderRadiusLarge: string;
|
|
2442
|
+
fontSizeTiny: string;
|
|
2443
|
+
fontSizeSmall: string;
|
|
2444
|
+
fontSizeMedium: string;
|
|
2445
|
+
fontSizeLarge: string;
|
|
2446
|
+
opacityDisabled: string;
|
|
2447
|
+
colorOpacitySecondary: string;
|
|
2448
|
+
colorOpacitySecondaryHover: string;
|
|
2449
|
+
colorOpacitySecondaryPressed: string;
|
|
2450
|
+
colorOpacitySecondaryFocus: string;
|
|
2451
|
+
colorSecondary: string;
|
|
2452
|
+
colorSecondaryHover: string;
|
|
2453
|
+
colorSecondaryPressed: string;
|
|
2454
|
+
waveColorSecondary: string;
|
|
2455
|
+
colorTertiary: string;
|
|
2456
|
+
colorTertiaryHover: string;
|
|
2457
|
+
colorTertiaryPressed: string;
|
|
2458
|
+
colorTertiaryDisalbed: string;
|
|
2459
|
+
waveColorTerniary: string;
|
|
2460
|
+
textColorTextTertiary: string;
|
|
2461
|
+
colorQuaternary: string;
|
|
2462
|
+
colorQuaternaryHover: string;
|
|
2463
|
+
colorQuaternaryPressed: string;
|
|
2464
|
+
color: string;
|
|
2465
|
+
colorHover: string;
|
|
2466
|
+
colorPressed: string;
|
|
2467
|
+
colorFocus: string;
|
|
2468
|
+
colorDisabled: string;
|
|
2469
|
+
textColor: string;
|
|
2470
|
+
textTertiary: string;
|
|
2471
|
+
textColorTertiary: string;
|
|
2472
|
+
textColorHover: string;
|
|
2473
|
+
textColorPressed: string;
|
|
2474
|
+
textColorFocus: string;
|
|
2475
|
+
textColorDisabled: string;
|
|
2476
|
+
textColorText: string;
|
|
2477
|
+
textColorTextHover: string;
|
|
2478
|
+
textColorTextPressed: string;
|
|
2479
|
+
textColorTextFocus: string;
|
|
2480
|
+
textColorTextDisabled: string;
|
|
2481
|
+
textColorGhost: string;
|
|
2482
|
+
textColorGhostHover: string;
|
|
2483
|
+
textColorGhostPressed: string;
|
|
2484
|
+
textColorGhostFocus: string;
|
|
2485
|
+
textColorGhostDisabled: string;
|
|
2486
|
+
border: string;
|
|
2487
|
+
borderHover: string;
|
|
2488
|
+
borderPressed: string;
|
|
2489
|
+
borderFocus: string;
|
|
2490
|
+
borderDisabled: string;
|
|
2491
|
+
rippleColor: string;
|
|
2492
|
+
colorPrimary: string;
|
|
2493
|
+
colorHoverPrimary: string;
|
|
2494
|
+
colorPressedPrimary: string;
|
|
2495
|
+
colorFocusPrimary: string;
|
|
2496
|
+
colorDisabledPrimary: string;
|
|
2497
|
+
waveColorPrimary: string;
|
|
2498
|
+
textColorPrimary: string;
|
|
2499
|
+
textColorHoverPrimary: string;
|
|
2500
|
+
textColorPressedPrimary: string;
|
|
2501
|
+
textColorFocusPrimary: string;
|
|
2502
|
+
textColorDisabledPrimary: string;
|
|
2503
|
+
textColorTextPrimary: string;
|
|
2504
|
+
textColorTextHoverPrimary: string;
|
|
2505
|
+
textColorTextPressedPrimary: string;
|
|
2506
|
+
textColorTextFocusPrimary: string;
|
|
2507
|
+
textColorTextDisabledPrimary: string;
|
|
2508
|
+
textColorGhostPrimary: string;
|
|
2509
|
+
textColorGhostHoverPrimary: string;
|
|
2510
|
+
textColorGhostPressedPrimary: string;
|
|
2511
|
+
textColorGhostFocusPrimary: string;
|
|
2512
|
+
textColorGhostDisabledPrimary: string;
|
|
2513
|
+
borderPrimary: string;
|
|
2514
|
+
borderHoverPrimary: string;
|
|
2515
|
+
borderPressedPrimary: string;
|
|
2516
|
+
borderFocusPrimary: string;
|
|
2517
|
+
borderDisabledPrimary: string;
|
|
2518
|
+
rippleColorPrimary: string;
|
|
2519
|
+
colorInfo: string;
|
|
2520
|
+
colorHoverInfo: string;
|
|
2521
|
+
colorPressedInfo: string;
|
|
2522
|
+
colorFocusInfo: string;
|
|
2523
|
+
colorDisabledInfo: string;
|
|
2524
|
+
textColorInfo: string;
|
|
2525
|
+
textColorHoverInfo: string;
|
|
2526
|
+
textColorPressedInfo: string;
|
|
2527
|
+
textColorFocusInfo: string;
|
|
2528
|
+
textColorDisabledInfo: string;
|
|
2529
|
+
textColorTextInfo: string;
|
|
2530
|
+
textColorTextHoverInfo: string;
|
|
2531
|
+
textColorTextPressedInfo: string;
|
|
2532
|
+
textColorTextFocusInfo: string;
|
|
2533
|
+
textColorTextDisabledInfo: string;
|
|
2534
|
+
textColorGhostInfo: string;
|
|
2535
|
+
textColorGhostHoverInfo: string;
|
|
2536
|
+
textColorGhostPressedInfo: string;
|
|
2537
|
+
textColorGhostFocusInfo: string;
|
|
2538
|
+
textColorGhostDisabledInfo: string;
|
|
2539
|
+
borderInfo: string;
|
|
2540
|
+
borderHoverInfo: string;
|
|
2541
|
+
borderPressedInfo: string;
|
|
2542
|
+
borderFocusInfo: string;
|
|
2543
|
+
borderDisabledInfo: string;
|
|
2544
|
+
rippleColorInfo: string;
|
|
2545
|
+
colorSuccess: string;
|
|
2546
|
+
colorHoverSuccess: string;
|
|
2547
|
+
colorPressedSuccess: string;
|
|
2548
|
+
colorFocusSuccess: string;
|
|
2549
|
+
colorDisabledSuccess: string;
|
|
2550
|
+
textColorSuccess: string;
|
|
2551
|
+
textColorHoverSuccess: string;
|
|
2552
|
+
textColorPressedSuccess: string;
|
|
2553
|
+
textColorFocusSuccess: string;
|
|
2554
|
+
textColorDisabledSuccess: string;
|
|
2555
|
+
textColorTextSuccess: string;
|
|
2556
|
+
textColorTextHoverSuccess: string;
|
|
2557
|
+
textColorTextPressedSuccess: string;
|
|
2558
|
+
textColorTextFocusSuccess: string;
|
|
2559
|
+
textColorTextDisabledSuccess: string;
|
|
2560
|
+
textColorGhostSuccess: string;
|
|
2561
|
+
textColorGhostHoverSuccess: string;
|
|
2562
|
+
textColorGhostPressedSuccess: string;
|
|
2563
|
+
textColorGhostFocusSuccess: string;
|
|
2564
|
+
textColorGhostDisabledSuccess: string;
|
|
2565
|
+
borderSuccess: string;
|
|
2566
|
+
borderHoverSuccess: string;
|
|
2567
|
+
borderPressedSuccess: string;
|
|
2568
|
+
borderFocusSuccess: string;
|
|
2569
|
+
borderDisabledSuccess: string;
|
|
2570
|
+
rippleColorSuccess: string;
|
|
2571
|
+
colorWarning: string;
|
|
2572
|
+
colorHoverWarning: string;
|
|
2573
|
+
colorPressedWarning: string;
|
|
2574
|
+
colorFocusWarning: string;
|
|
2575
|
+
colorDisabledWarning: string;
|
|
2576
|
+
textColorWarning: string;
|
|
2577
|
+
textColorHoverWarning: string;
|
|
2578
|
+
textColorPressedWarning: string;
|
|
2579
|
+
textColorFocusWarning: string;
|
|
2580
|
+
textColorDisabledWarning: string;
|
|
2581
|
+
textColorTextWarning: string;
|
|
2582
|
+
textColorTextHoverWarning: string;
|
|
2583
|
+
textColorTextPressedWarning: string;
|
|
2584
|
+
textColorTextFocusWarning: string;
|
|
2585
|
+
textColorTextDisabledWarning: string;
|
|
2586
|
+
textColorGhostWarning: string;
|
|
2587
|
+
textColorGhostHoverWarning: string;
|
|
2588
|
+
textColorGhostPressedWarning: string;
|
|
2589
|
+
textColorGhostFocusWarning: string;
|
|
2590
|
+
textColorGhostDisabledWarning: string;
|
|
2591
|
+
borderWarning: string;
|
|
2592
|
+
borderHoverWarning: string;
|
|
2593
|
+
borderPressedWarning: string;
|
|
2594
|
+
borderFocusWarning: string;
|
|
2595
|
+
borderDisabledWarning: string;
|
|
2596
|
+
rippleColorWarning: string;
|
|
2597
|
+
colorError: string;
|
|
2598
|
+
colorHoverError: string;
|
|
2599
|
+
colorPressedError: string;
|
|
2600
|
+
colorFocusError: string;
|
|
2601
|
+
colorDisabledError: string;
|
|
2602
|
+
textColorError: string;
|
|
2603
|
+
textColorHoverError: string;
|
|
2604
|
+
textColorPressedError: string;
|
|
2605
|
+
textColorFocusError: string;
|
|
2606
|
+
textColorDisabledError: string;
|
|
2607
|
+
textColorTextError: string;
|
|
2608
|
+
textColorTextHoverError: string;
|
|
2609
|
+
textColorTextPressedError: string;
|
|
2610
|
+
textColorTextFocusError: string;
|
|
2611
|
+
textColorTextDisabledError: string;
|
|
2612
|
+
textColorGhostError: string;
|
|
2613
|
+
textColorGhostHoverError: string;
|
|
2614
|
+
textColorGhostPressedError: string;
|
|
2615
|
+
textColorGhostFocusError: string;
|
|
2616
|
+
textColorGhostDisabledError: string;
|
|
2617
|
+
borderError: string;
|
|
2618
|
+
borderHoverError: string;
|
|
2619
|
+
borderPressedError: string;
|
|
2620
|
+
borderFocusError: string;
|
|
2621
|
+
borderDisabledError: string;
|
|
2622
|
+
rippleColorError: string;
|
|
2623
|
+
waveOpacity: string;
|
|
2624
|
+
fontWeight: string;
|
|
2625
|
+
fontWeightStrong: string;
|
|
2626
|
+
paddingTiny: string;
|
|
2627
|
+
paddingSmall: string;
|
|
2628
|
+
paddingMedium: string;
|
|
2629
|
+
paddingLarge: string;
|
|
2630
|
+
paddingRoundTiny: string;
|
|
2631
|
+
paddingRoundSmall: string;
|
|
2632
|
+
paddingRoundMedium: string;
|
|
2633
|
+
paddingRoundLarge: string;
|
|
2634
|
+
iconMarginTiny: string;
|
|
2635
|
+
iconMarginSmall: string;
|
|
2636
|
+
iconMarginMedium: string;
|
|
2637
|
+
iconMarginLarge: string;
|
|
2638
|
+
iconSizeTiny: string;
|
|
2639
|
+
iconSizeSmall: string;
|
|
2640
|
+
iconSizeMedium: string;
|
|
2641
|
+
iconSizeLarge: string;
|
|
2642
|
+
rippleDuration: string;
|
|
2643
|
+
}, any>;
|
|
2644
|
+
};
|
|
2645
|
+
peerOverrides: {
|
|
2646
|
+
Checkbox?: {
|
|
2647
|
+
peers?: {
|
|
2648
|
+
[x: string]: any;
|
|
2649
|
+
} | undefined;
|
|
2650
|
+
} | undefined;
|
|
2651
|
+
Scrollbar?: {
|
|
2652
|
+
peers?: {
|
|
2653
|
+
[x: string]: any;
|
|
2654
|
+
} | undefined;
|
|
2655
|
+
} | undefined;
|
|
2656
|
+
Input?: {
|
|
2657
|
+
peers?: {
|
|
2658
|
+
[x: string]: any;
|
|
2659
|
+
} | undefined;
|
|
2660
|
+
} | undefined;
|
|
2661
|
+
Empty?: {
|
|
2662
|
+
peers?: {
|
|
2663
|
+
[x: string]: any;
|
|
2664
|
+
} | undefined;
|
|
2665
|
+
} | undefined;
|
|
2666
|
+
Button?: {
|
|
2667
|
+
peers?: {
|
|
2668
|
+
[x: string]: any;
|
|
2669
|
+
} | undefined;
|
|
2670
|
+
} | undefined;
|
|
2671
|
+
};
|
|
2672
|
+
}>;
|
|
2673
|
+
filteredSrcOpts: import("vue").ComputedRef<Option[]>;
|
|
2674
|
+
filteredTgtOpts: import("vue").ComputedRef<any[]>;
|
|
2675
|
+
srcPattern: import("vue").Ref<string>;
|
|
2676
|
+
tgtPattern: import("vue").Ref<string>;
|
|
2677
|
+
toButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
2678
|
+
fromButtonDisabled: import("vue").ComputedRef<boolean>;
|
|
2679
|
+
handleSrcHeaderCheck: (value: boolean) => void;
|
|
2680
|
+
handleTgtHeaderCheck: () => void;
|
|
2681
|
+
handleToSrcClick: () => void;
|
|
2682
|
+
handleToTgtClick: () => void;
|
|
2683
|
+
handleInputFocus: () => void;
|
|
2684
|
+
handleInputBlur: () => void;
|
|
2685
|
+
handleTgtFilterUpdateValue: (value: string | null) => void;
|
|
2686
|
+
handleSrcFilterUpdateValue: (value: string | null) => void;
|
|
2687
|
+
cssVars: import("vue").ComputedRef<{
|
|
2688
|
+
'--u-bezier': string;
|
|
2689
|
+
'--u-bezier-ease-in': string;
|
|
2690
|
+
'--u-bezier-ease-out': string;
|
|
2691
|
+
'--u-border-color': string;
|
|
2692
|
+
'--u-border-radius': string;
|
|
2693
|
+
'--u-extra-font-size': string;
|
|
2694
|
+
'--u-filter-divider-color': string;
|
|
2695
|
+
'--u-font-size': string;
|
|
2696
|
+
'--u-header-color': string;
|
|
2697
|
+
'--u-header-extra-text-color': string;
|
|
2698
|
+
'--u-header-font-weight': string;
|
|
2699
|
+
'--u-header-text-color': string;
|
|
2700
|
+
'--u-header-text-color-disabled': string;
|
|
2701
|
+
'--u-item-color-pending': string;
|
|
2702
|
+
'--u-item-height': string;
|
|
2703
|
+
'--u-item-text-color': string;
|
|
2704
|
+
'--u-item-text-color-disabled': string;
|
|
2705
|
+
'--u-list-color': string;
|
|
2706
|
+
'--u-width': string;
|
|
2707
|
+
'--u-icon-color': string;
|
|
2708
|
+
'--u-icon-color-disabled': string;
|
|
2709
|
+
}>;
|
|
2710
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
2711
|
+
readonly value: PropType<OptionValue[] | null>;
|
|
2712
|
+
readonly defaultValue: {
|
|
2713
|
+
readonly type: PropType<OptionValue[] | null>;
|
|
2714
|
+
readonly default: null;
|
|
2715
|
+
};
|
|
2716
|
+
readonly options: {
|
|
2717
|
+
readonly type: PropType<Option[]>;
|
|
2718
|
+
readonly default: () => never[];
|
|
2719
|
+
};
|
|
2720
|
+
readonly disabled: {
|
|
2721
|
+
readonly type: PropType<boolean | undefined>;
|
|
2722
|
+
readonly default: undefined;
|
|
2723
|
+
};
|
|
2724
|
+
readonly virtualScroll: BooleanConstructor;
|
|
2725
|
+
readonly sourceTitle: StringConstructor;
|
|
2726
|
+
readonly targetTitle: StringConstructor;
|
|
2727
|
+
readonly filterable: BooleanConstructor;
|
|
2728
|
+
readonly sourceFilterPlaceholder: StringConstructor;
|
|
2729
|
+
readonly targetFilterPlaceholder: StringConstructor;
|
|
2730
|
+
readonly filter: {
|
|
2731
|
+
readonly type: PropType<Filter>;
|
|
2732
|
+
readonly default: (pattern: string, option: Option) => number | true;
|
|
2733
|
+
};
|
|
2734
|
+
readonly size: PropType<"small" | "medium" | "large">;
|
|
2735
|
+
readonly 'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
2736
|
+
readonly onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
2737
|
+
readonly onChange: PropType<MaybeArray<OnUpdateValue>>;
|
|
2738
|
+
readonly theme: PropType<import("../../_mixins").Theme<"Transfer", {
|
|
2739
|
+
itemHeightSmall: string;
|
|
2740
|
+
itemHeightMedium: string;
|
|
2741
|
+
itemHeightLarge: string;
|
|
2742
|
+
fontSizeSmall: string;
|
|
2743
|
+
fontSizeMedium: string;
|
|
2744
|
+
fontSizeLarge: string;
|
|
2745
|
+
borderRadius: string;
|
|
2746
|
+
borderColor: string;
|
|
2747
|
+
listColor: string;
|
|
2748
|
+
headerColor: string;
|
|
2749
|
+
titleTextColor: string;
|
|
2750
|
+
titleTextColorDisabled: string;
|
|
2751
|
+
extraTextColor: string;
|
|
2752
|
+
filterDividerColor: string;
|
|
2753
|
+
itemTextColor: string;
|
|
2754
|
+
itemTextColorDisabled: string;
|
|
2755
|
+
itemColorPending: string;
|
|
2756
|
+
titleFontWeight: string;
|
|
2757
|
+
iconColor: string;
|
|
2758
|
+
iconColorDisabled: string;
|
|
2759
|
+
extraFontSize: string;
|
|
2760
|
+
width: string;
|
|
2761
|
+
}, {
|
|
2762
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
2763
|
+
labelLineHeight: string;
|
|
2764
|
+
fontSizeSmall: string;
|
|
2765
|
+
fontSizeMedium: string;
|
|
2766
|
+
fontSizeLarge: string;
|
|
2767
|
+
color: string;
|
|
2768
|
+
colorChecked: string;
|
|
2769
|
+
colorDisabled: string;
|
|
2770
|
+
colorDisabledChecked: string;
|
|
2771
|
+
colorTableHeader: string;
|
|
2772
|
+
colorTableHeaderModal: string;
|
|
2773
|
+
colorTableHeaderPopover: string;
|
|
2774
|
+
checkMarkColor: string;
|
|
2775
|
+
checkMarkColorDisabled: string;
|
|
2776
|
+
checkMarkColorDisabledChecked: string;
|
|
2777
|
+
border: string;
|
|
2778
|
+
borderDisabled: string;
|
|
2779
|
+
borderDisabledChecked: string;
|
|
2780
|
+
borderHover: string;
|
|
2781
|
+
borderChecked: string;
|
|
2782
|
+
borderFocus: string;
|
|
2783
|
+
boxShadowHover: string;
|
|
2784
|
+
boxShadowFocus: string;
|
|
2785
|
+
boxShadowActive: string;
|
|
2786
|
+
boxShadowHoverChecked: string;
|
|
2787
|
+
boxShadowFocusChecked: string;
|
|
2788
|
+
boxShadowActiveChecked: string;
|
|
2789
|
+
textColor: string;
|
|
2790
|
+
sizeSmall: string;
|
|
2791
|
+
sizeMedium: string;
|
|
2792
|
+
sizeLarge: string;
|
|
2793
|
+
labelPadding: string;
|
|
2794
|
+
labelFontWeight: string;
|
|
2795
|
+
borderRadiusLarge: string;
|
|
2796
|
+
borderRadiusSmall: string;
|
|
2797
|
+
}, any>;
|
|
2798
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
2799
|
+
color: string;
|
|
2800
|
+
colorHover: string;
|
|
2801
|
+
}, any>;
|
|
2802
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
2803
|
+
countTextColorDisabled: string;
|
|
2804
|
+
countTextColor: string;
|
|
2805
|
+
heightTiny: string;
|
|
2806
|
+
heightSmall: string;
|
|
2807
|
+
heightMedium: string;
|
|
2808
|
+
heightLarge: string;
|
|
2809
|
+
fontSizeTiny: string;
|
|
2810
|
+
fontSizeSmall: string;
|
|
2811
|
+
fontSizeMedium: string;
|
|
2812
|
+
fontSizeLarge: string;
|
|
2813
|
+
lineHeight: string;
|
|
2814
|
+
lineHeightTextarea: string;
|
|
2815
|
+
borderRadius: string;
|
|
2816
|
+
iconSize: string;
|
|
2817
|
+
groupLabelColor: string;
|
|
2818
|
+
groupLabelTextColor: string;
|
|
2819
|
+
textColor: string;
|
|
2820
|
+
textColorDisabled: string;
|
|
2821
|
+
textDecorationColor: string;
|
|
2822
|
+
caretColor: string;
|
|
2823
|
+
placeholderColor: string;
|
|
2824
|
+
placeholderColorDisabled: string;
|
|
2825
|
+
color: string;
|
|
2826
|
+
colorDisabled: string;
|
|
2827
|
+
colorFocus: string;
|
|
2828
|
+
groupLabelBorder: string;
|
|
2829
|
+
border: string;
|
|
2830
|
+
borderHover: string;
|
|
2831
|
+
borderDisabled: string;
|
|
2832
|
+
borderFocus: string;
|
|
2833
|
+
boxShadowFocus: string;
|
|
2834
|
+
loadingColor: string;
|
|
2835
|
+
loadingColorWarning: string;
|
|
2836
|
+
borderWarning: string;
|
|
2837
|
+
borderHoverWarning: string;
|
|
2838
|
+
colorFocusWarning: string;
|
|
2839
|
+
borderFocusWarning: string;
|
|
2840
|
+
boxShadowFocusWarning: string;
|
|
2841
|
+
caretColorWarning: string;
|
|
2842
|
+
loadingColorError: string;
|
|
2843
|
+
borderError: string;
|
|
2844
|
+
borderHoverError: string;
|
|
2845
|
+
colorFocusError: string;
|
|
2846
|
+
borderFocusError: string;
|
|
2847
|
+
boxShadowFocusError: string;
|
|
2848
|
+
caretColorError: string;
|
|
2849
|
+
clearColor: string;
|
|
2850
|
+
clearColorHover: string;
|
|
2851
|
+
clearColorPressed: string;
|
|
2852
|
+
iconColor: string;
|
|
2853
|
+
iconColorDisabled: string;
|
|
2854
|
+
iconColorHover: string;
|
|
2855
|
+
iconColorPressed: string;
|
|
2856
|
+
suffixTextColor: string;
|
|
2857
|
+
paddingTiny: string;
|
|
2858
|
+
paddingSmall: string;
|
|
2859
|
+
paddingMedium: string;
|
|
2860
|
+
paddingLarge: string;
|
|
2861
|
+
clearSize: string;
|
|
2862
|
+
}, any>;
|
|
2863
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
2864
|
+
fontSizeSmall: string;
|
|
2865
|
+
fontSizeMedium: string;
|
|
2866
|
+
fontSizeLarge: string;
|
|
2867
|
+
fontSizeHuge: string;
|
|
2868
|
+
textColor: string;
|
|
2869
|
+
iconColor: string;
|
|
2870
|
+
extraTextColor: string;
|
|
2871
|
+
iconSizeSmall: string;
|
|
2872
|
+
iconSizeMedium: string;
|
|
2873
|
+
iconSizeLarge: string;
|
|
2874
|
+
iconSizeHuge: string;
|
|
2875
|
+
}, any>;
|
|
2876
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
2877
|
+
heightTiny: string;
|
|
2878
|
+
heightSmall: string;
|
|
2879
|
+
heightMedium: string;
|
|
2880
|
+
heightLarge: string;
|
|
2881
|
+
borderRadiusTiny: string;
|
|
2882
|
+
borderRadiusSmall: string;
|
|
2883
|
+
borderRadiusMedium: string;
|
|
2884
|
+
borderRadiusLarge: string;
|
|
2885
|
+
fontSizeTiny: string;
|
|
2886
|
+
fontSizeSmall: string;
|
|
2887
|
+
fontSizeMedium: string;
|
|
2888
|
+
fontSizeLarge: string;
|
|
2889
|
+
opacityDisabled: string;
|
|
2890
|
+
colorOpacitySecondary: string;
|
|
2891
|
+
colorOpacitySecondaryHover: string;
|
|
2892
|
+
colorOpacitySecondaryPressed: string;
|
|
2893
|
+
colorOpacitySecondaryFocus: string;
|
|
2894
|
+
colorSecondary: string;
|
|
2895
|
+
colorSecondaryHover: string;
|
|
2896
|
+
colorSecondaryPressed: string;
|
|
2897
|
+
waveColorSecondary: string;
|
|
2898
|
+
colorTertiary: string;
|
|
2899
|
+
colorTertiaryHover: string;
|
|
2900
|
+
colorTertiaryPressed: string;
|
|
2901
|
+
colorTertiaryDisalbed: string;
|
|
2902
|
+
waveColorTerniary: string;
|
|
2903
|
+
textColorTextTertiary: string;
|
|
2904
|
+
colorQuaternary: string;
|
|
2905
|
+
colorQuaternaryHover: string;
|
|
2906
|
+
colorQuaternaryPressed: string;
|
|
2907
|
+
color: string;
|
|
2908
|
+
colorHover: string;
|
|
2909
|
+
colorPressed: string;
|
|
2910
|
+
colorFocus: string;
|
|
2911
|
+
colorDisabled: string;
|
|
2912
|
+
textColor: string;
|
|
2913
|
+
textTertiary: string;
|
|
2914
|
+
textColorTertiary: string;
|
|
2915
|
+
textColorHover: string;
|
|
2916
|
+
textColorPressed: string;
|
|
2917
|
+
textColorFocus: string;
|
|
2918
|
+
textColorDisabled: string;
|
|
2919
|
+
textColorText: string;
|
|
2920
|
+
textColorTextHover: string;
|
|
2921
|
+
textColorTextPressed: string;
|
|
2922
|
+
textColorTextFocus: string;
|
|
2923
|
+
textColorTextDisabled: string;
|
|
2924
|
+
textColorGhost: string;
|
|
2925
|
+
textColorGhostHover: string;
|
|
2926
|
+
textColorGhostPressed: string;
|
|
2927
|
+
textColorGhostFocus: string;
|
|
2928
|
+
textColorGhostDisabled: string;
|
|
2929
|
+
border: string;
|
|
2930
|
+
borderHover: string;
|
|
2931
|
+
borderPressed: string;
|
|
2932
|
+
borderFocus: string;
|
|
2933
|
+
borderDisabled: string;
|
|
2934
|
+
rippleColor: string;
|
|
2935
|
+
colorPrimary: string;
|
|
2936
|
+
colorHoverPrimary: string;
|
|
2937
|
+
colorPressedPrimary: string;
|
|
2938
|
+
colorFocusPrimary: string;
|
|
2939
|
+
colorDisabledPrimary: string;
|
|
2940
|
+
waveColorPrimary: string;
|
|
2941
|
+
textColorPrimary: string;
|
|
2942
|
+
textColorHoverPrimary: string;
|
|
2943
|
+
textColorPressedPrimary: string;
|
|
2944
|
+
textColorFocusPrimary: string;
|
|
2945
|
+
textColorDisabledPrimary: string;
|
|
2946
|
+
textColorTextPrimary: string;
|
|
2947
|
+
textColorTextHoverPrimary: string;
|
|
2948
|
+
textColorTextPressedPrimary: string;
|
|
2949
|
+
textColorTextFocusPrimary: string;
|
|
2950
|
+
textColorTextDisabledPrimary: string;
|
|
2951
|
+
textColorGhostPrimary: string;
|
|
2952
|
+
textColorGhostHoverPrimary: string;
|
|
2953
|
+
textColorGhostPressedPrimary: string;
|
|
2954
|
+
textColorGhostFocusPrimary: string;
|
|
2955
|
+
textColorGhostDisabledPrimary: string;
|
|
2956
|
+
borderPrimary: string;
|
|
2957
|
+
borderHoverPrimary: string;
|
|
2958
|
+
borderPressedPrimary: string;
|
|
2959
|
+
borderFocusPrimary: string;
|
|
2960
|
+
borderDisabledPrimary: string;
|
|
2961
|
+
rippleColorPrimary: string;
|
|
2962
|
+
colorInfo: string;
|
|
2963
|
+
colorHoverInfo: string;
|
|
2964
|
+
colorPressedInfo: string;
|
|
2965
|
+
colorFocusInfo: string;
|
|
2966
|
+
colorDisabledInfo: string;
|
|
2967
|
+
textColorInfo: string;
|
|
2968
|
+
textColorHoverInfo: string;
|
|
2969
|
+
textColorPressedInfo: string;
|
|
2970
|
+
textColorFocusInfo: string;
|
|
2971
|
+
textColorDisabledInfo: string;
|
|
2972
|
+
textColorTextInfo: string;
|
|
2973
|
+
textColorTextHoverInfo: string;
|
|
2974
|
+
textColorTextPressedInfo: string;
|
|
2975
|
+
textColorTextFocusInfo: string;
|
|
2976
|
+
textColorTextDisabledInfo: string;
|
|
2977
|
+
textColorGhostInfo: string;
|
|
2978
|
+
textColorGhostHoverInfo: string;
|
|
2979
|
+
textColorGhostPressedInfo: string;
|
|
2980
|
+
textColorGhostFocusInfo: string;
|
|
2981
|
+
textColorGhostDisabledInfo: string;
|
|
2982
|
+
borderInfo: string;
|
|
2983
|
+
borderHoverInfo: string;
|
|
2984
|
+
borderPressedInfo: string;
|
|
2985
|
+
borderFocusInfo: string;
|
|
2986
|
+
borderDisabledInfo: string;
|
|
2987
|
+
rippleColorInfo: string;
|
|
2988
|
+
colorSuccess: string;
|
|
2989
|
+
colorHoverSuccess: string;
|
|
2990
|
+
colorPressedSuccess: string;
|
|
2991
|
+
colorFocusSuccess: string;
|
|
2992
|
+
colorDisabledSuccess: string;
|
|
2993
|
+
textColorSuccess: string;
|
|
2994
|
+
textColorHoverSuccess: string;
|
|
2995
|
+
textColorPressedSuccess: string;
|
|
2996
|
+
textColorFocusSuccess: string;
|
|
2997
|
+
textColorDisabledSuccess: string;
|
|
2998
|
+
textColorTextSuccess: string;
|
|
2999
|
+
textColorTextHoverSuccess: string;
|
|
3000
|
+
textColorTextPressedSuccess: string;
|
|
3001
|
+
textColorTextFocusSuccess: string;
|
|
3002
|
+
textColorTextDisabledSuccess: string;
|
|
3003
|
+
textColorGhostSuccess: string;
|
|
3004
|
+
textColorGhostHoverSuccess: string;
|
|
3005
|
+
textColorGhostPressedSuccess: string;
|
|
3006
|
+
textColorGhostFocusSuccess: string;
|
|
3007
|
+
textColorGhostDisabledSuccess: string;
|
|
3008
|
+
borderSuccess: string;
|
|
3009
|
+
borderHoverSuccess: string;
|
|
3010
|
+
borderPressedSuccess: string;
|
|
3011
|
+
borderFocusSuccess: string;
|
|
3012
|
+
borderDisabledSuccess: string;
|
|
3013
|
+
rippleColorSuccess: string;
|
|
3014
|
+
colorWarning: string;
|
|
3015
|
+
colorHoverWarning: string;
|
|
3016
|
+
colorPressedWarning: string;
|
|
3017
|
+
colorFocusWarning: string;
|
|
3018
|
+
colorDisabledWarning: string;
|
|
3019
|
+
textColorWarning: string;
|
|
3020
|
+
textColorHoverWarning: string;
|
|
3021
|
+
textColorPressedWarning: string;
|
|
3022
|
+
textColorFocusWarning: string;
|
|
3023
|
+
textColorDisabledWarning: string;
|
|
3024
|
+
textColorTextWarning: string;
|
|
3025
|
+
textColorTextHoverWarning: string;
|
|
3026
|
+
textColorTextPressedWarning: string;
|
|
3027
|
+
textColorTextFocusWarning: string;
|
|
3028
|
+
textColorTextDisabledWarning: string;
|
|
3029
|
+
textColorGhostWarning: string;
|
|
3030
|
+
textColorGhostHoverWarning: string;
|
|
3031
|
+
textColorGhostPressedWarning: string;
|
|
3032
|
+
textColorGhostFocusWarning: string;
|
|
3033
|
+
textColorGhostDisabledWarning: string;
|
|
3034
|
+
borderWarning: string;
|
|
3035
|
+
borderHoverWarning: string;
|
|
3036
|
+
borderPressedWarning: string;
|
|
3037
|
+
borderFocusWarning: string;
|
|
3038
|
+
borderDisabledWarning: string;
|
|
3039
|
+
rippleColorWarning: string;
|
|
3040
|
+
colorError: string;
|
|
3041
|
+
colorHoverError: string;
|
|
3042
|
+
colorPressedError: string;
|
|
3043
|
+
colorFocusError: string;
|
|
3044
|
+
colorDisabledError: string;
|
|
3045
|
+
textColorError: string;
|
|
3046
|
+
textColorHoverError: string;
|
|
3047
|
+
textColorPressedError: string;
|
|
3048
|
+
textColorFocusError: string;
|
|
3049
|
+
textColorDisabledError: string;
|
|
3050
|
+
textColorTextError: string;
|
|
3051
|
+
textColorTextHoverError: string;
|
|
3052
|
+
textColorTextPressedError: string;
|
|
3053
|
+
textColorTextFocusError: string;
|
|
3054
|
+
textColorTextDisabledError: string;
|
|
3055
|
+
textColorGhostError: string;
|
|
3056
|
+
textColorGhostHoverError: string;
|
|
3057
|
+
textColorGhostPressedError: string;
|
|
3058
|
+
textColorGhostFocusError: string;
|
|
3059
|
+
textColorGhostDisabledError: string;
|
|
3060
|
+
borderError: string;
|
|
3061
|
+
borderHoverError: string;
|
|
3062
|
+
borderPressedError: string;
|
|
3063
|
+
borderFocusError: string;
|
|
3064
|
+
borderDisabledError: string;
|
|
3065
|
+
rippleColorError: string;
|
|
3066
|
+
waveOpacity: string;
|
|
3067
|
+
fontWeight: string;
|
|
3068
|
+
fontWeightStrong: string;
|
|
3069
|
+
paddingTiny: string;
|
|
3070
|
+
paddingSmall: string;
|
|
3071
|
+
paddingMedium: string;
|
|
3072
|
+
paddingLarge: string;
|
|
3073
|
+
paddingRoundTiny: string;
|
|
3074
|
+
paddingRoundSmall: string;
|
|
3075
|
+
paddingRoundMedium: string;
|
|
3076
|
+
paddingRoundLarge: string;
|
|
3077
|
+
iconMarginTiny: string;
|
|
3078
|
+
iconMarginSmall: string;
|
|
3079
|
+
iconMarginMedium: string;
|
|
3080
|
+
iconMarginLarge: string;
|
|
3081
|
+
iconSizeTiny: string;
|
|
3082
|
+
iconSizeSmall: string;
|
|
3083
|
+
iconSizeMedium: string;
|
|
3084
|
+
iconSizeLarge: string;
|
|
3085
|
+
rippleDuration: string;
|
|
3086
|
+
}, any>;
|
|
3087
|
+
}>>;
|
|
3088
|
+
readonly themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
3089
|
+
itemHeightSmall: string;
|
|
3090
|
+
itemHeightMedium: string;
|
|
3091
|
+
itemHeightLarge: string;
|
|
3092
|
+
fontSizeSmall: string;
|
|
3093
|
+
fontSizeMedium: string;
|
|
3094
|
+
fontSizeLarge: string;
|
|
3095
|
+
borderRadius: string;
|
|
3096
|
+
borderColor: string;
|
|
3097
|
+
listColor: string;
|
|
3098
|
+
headerColor: string;
|
|
3099
|
+
titleTextColor: string;
|
|
3100
|
+
titleTextColorDisabled: string;
|
|
3101
|
+
extraTextColor: string;
|
|
3102
|
+
filterDividerColor: string;
|
|
3103
|
+
itemTextColor: string;
|
|
3104
|
+
itemTextColorDisabled: string;
|
|
3105
|
+
itemColorPending: string;
|
|
3106
|
+
titleFontWeight: string;
|
|
3107
|
+
iconColor: string;
|
|
3108
|
+
iconColorDisabled: string;
|
|
3109
|
+
extraFontSize: string;
|
|
3110
|
+
width: string;
|
|
3111
|
+
}, {
|
|
3112
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
3113
|
+
labelLineHeight: string;
|
|
3114
|
+
fontSizeSmall: string;
|
|
3115
|
+
fontSizeMedium: string;
|
|
3116
|
+
fontSizeLarge: string;
|
|
3117
|
+
color: string;
|
|
3118
|
+
colorChecked: string;
|
|
3119
|
+
colorDisabled: string;
|
|
3120
|
+
colorDisabledChecked: string;
|
|
3121
|
+
colorTableHeader: string;
|
|
3122
|
+
colorTableHeaderModal: string;
|
|
3123
|
+
colorTableHeaderPopover: string;
|
|
3124
|
+
checkMarkColor: string;
|
|
3125
|
+
checkMarkColorDisabled: string;
|
|
3126
|
+
checkMarkColorDisabledChecked: string;
|
|
3127
|
+
border: string;
|
|
3128
|
+
borderDisabled: string;
|
|
3129
|
+
borderDisabledChecked: string;
|
|
3130
|
+
borderHover: string;
|
|
3131
|
+
borderChecked: string;
|
|
3132
|
+
borderFocus: string;
|
|
3133
|
+
boxShadowHover: string;
|
|
3134
|
+
boxShadowFocus: string;
|
|
3135
|
+
boxShadowActive: string;
|
|
3136
|
+
boxShadowHoverChecked: string;
|
|
3137
|
+
boxShadowFocusChecked: string;
|
|
3138
|
+
boxShadowActiveChecked: string;
|
|
3139
|
+
textColor: string;
|
|
3140
|
+
sizeSmall: string;
|
|
3141
|
+
sizeMedium: string;
|
|
3142
|
+
sizeLarge: string;
|
|
3143
|
+
labelPadding: string;
|
|
3144
|
+
labelFontWeight: string;
|
|
3145
|
+
borderRadiusLarge: string;
|
|
3146
|
+
borderRadiusSmall: string;
|
|
3147
|
+
}, any>;
|
|
3148
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3149
|
+
color: string;
|
|
3150
|
+
colorHover: string;
|
|
3151
|
+
}, any>;
|
|
3152
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
3153
|
+
countTextColorDisabled: string;
|
|
3154
|
+
countTextColor: string;
|
|
3155
|
+
heightTiny: string;
|
|
3156
|
+
heightSmall: string;
|
|
3157
|
+
heightMedium: string;
|
|
3158
|
+
heightLarge: string;
|
|
3159
|
+
fontSizeTiny: string;
|
|
3160
|
+
fontSizeSmall: string;
|
|
3161
|
+
fontSizeMedium: string;
|
|
3162
|
+
fontSizeLarge: string;
|
|
3163
|
+
lineHeight: string;
|
|
3164
|
+
lineHeightTextarea: string;
|
|
3165
|
+
borderRadius: string;
|
|
3166
|
+
iconSize: string;
|
|
3167
|
+
groupLabelColor: string;
|
|
3168
|
+
groupLabelTextColor: string;
|
|
3169
|
+
textColor: string;
|
|
3170
|
+
textColorDisabled: string;
|
|
3171
|
+
textDecorationColor: string;
|
|
3172
|
+
caretColor: string;
|
|
3173
|
+
placeholderColor: string;
|
|
3174
|
+
placeholderColorDisabled: string;
|
|
3175
|
+
color: string;
|
|
3176
|
+
colorDisabled: string;
|
|
3177
|
+
colorFocus: string;
|
|
3178
|
+
groupLabelBorder: string;
|
|
3179
|
+
border: string;
|
|
3180
|
+
borderHover: string;
|
|
3181
|
+
borderDisabled: string;
|
|
3182
|
+
borderFocus: string;
|
|
3183
|
+
boxShadowFocus: string;
|
|
3184
|
+
loadingColor: string;
|
|
3185
|
+
loadingColorWarning: string;
|
|
3186
|
+
borderWarning: string;
|
|
3187
|
+
borderHoverWarning: string;
|
|
3188
|
+
colorFocusWarning: string;
|
|
3189
|
+
borderFocusWarning: string;
|
|
3190
|
+
boxShadowFocusWarning: string;
|
|
3191
|
+
caretColorWarning: string;
|
|
3192
|
+
loadingColorError: string;
|
|
3193
|
+
borderError: string;
|
|
3194
|
+
borderHoverError: string;
|
|
3195
|
+
colorFocusError: string;
|
|
3196
|
+
borderFocusError: string;
|
|
3197
|
+
boxShadowFocusError: string;
|
|
3198
|
+
caretColorError: string;
|
|
3199
|
+
clearColor: string;
|
|
3200
|
+
clearColorHover: string;
|
|
3201
|
+
clearColorPressed: string;
|
|
3202
|
+
iconColor: string;
|
|
3203
|
+
iconColorDisabled: string;
|
|
3204
|
+
iconColorHover: string;
|
|
3205
|
+
iconColorPressed: string;
|
|
3206
|
+
suffixTextColor: string;
|
|
3207
|
+
paddingTiny: string;
|
|
3208
|
+
paddingSmall: string;
|
|
3209
|
+
paddingMedium: string;
|
|
3210
|
+
paddingLarge: string;
|
|
3211
|
+
clearSize: string;
|
|
3212
|
+
}, any>;
|
|
3213
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3214
|
+
fontSizeSmall: string;
|
|
3215
|
+
fontSizeMedium: string;
|
|
3216
|
+
fontSizeLarge: string;
|
|
3217
|
+
fontSizeHuge: string;
|
|
3218
|
+
textColor: string;
|
|
3219
|
+
iconColor: string;
|
|
3220
|
+
extraTextColor: string;
|
|
3221
|
+
iconSizeSmall: string;
|
|
3222
|
+
iconSizeMedium: string;
|
|
3223
|
+
iconSizeLarge: string;
|
|
3224
|
+
iconSizeHuge: string;
|
|
3225
|
+
}, any>;
|
|
3226
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
3227
|
+
heightTiny: string;
|
|
3228
|
+
heightSmall: string;
|
|
3229
|
+
heightMedium: string;
|
|
3230
|
+
heightLarge: string;
|
|
3231
|
+
borderRadiusTiny: string;
|
|
3232
|
+
borderRadiusSmall: string;
|
|
3233
|
+
borderRadiusMedium: string;
|
|
3234
|
+
borderRadiusLarge: string;
|
|
3235
|
+
fontSizeTiny: string;
|
|
3236
|
+
fontSizeSmall: string;
|
|
3237
|
+
fontSizeMedium: string;
|
|
3238
|
+
fontSizeLarge: string;
|
|
3239
|
+
opacityDisabled: string;
|
|
3240
|
+
colorOpacitySecondary: string;
|
|
3241
|
+
colorOpacitySecondaryHover: string;
|
|
3242
|
+
colorOpacitySecondaryPressed: string;
|
|
3243
|
+
colorOpacitySecondaryFocus: string;
|
|
3244
|
+
colorSecondary: string;
|
|
3245
|
+
colorSecondaryHover: string;
|
|
3246
|
+
colorSecondaryPressed: string;
|
|
3247
|
+
waveColorSecondary: string;
|
|
3248
|
+
colorTertiary: string;
|
|
3249
|
+
colorTertiaryHover: string;
|
|
3250
|
+
colorTertiaryPressed: string;
|
|
3251
|
+
colorTertiaryDisalbed: string;
|
|
3252
|
+
waveColorTerniary: string;
|
|
3253
|
+
textColorTextTertiary: string;
|
|
3254
|
+
colorQuaternary: string;
|
|
3255
|
+
colorQuaternaryHover: string;
|
|
3256
|
+
colorQuaternaryPressed: string;
|
|
3257
|
+
color: string;
|
|
3258
|
+
colorHover: string;
|
|
3259
|
+
colorPressed: string;
|
|
3260
|
+
colorFocus: string;
|
|
3261
|
+
colorDisabled: string;
|
|
3262
|
+
textColor: string;
|
|
3263
|
+
textTertiary: string;
|
|
3264
|
+
textColorTertiary: string;
|
|
3265
|
+
textColorHover: string;
|
|
3266
|
+
textColorPressed: string;
|
|
3267
|
+
textColorFocus: string;
|
|
3268
|
+
textColorDisabled: string;
|
|
3269
|
+
textColorText: string;
|
|
3270
|
+
textColorTextHover: string;
|
|
3271
|
+
textColorTextPressed: string;
|
|
3272
|
+
textColorTextFocus: string;
|
|
3273
|
+
textColorTextDisabled: string;
|
|
3274
|
+
textColorGhost: string;
|
|
3275
|
+
textColorGhostHover: string;
|
|
3276
|
+
textColorGhostPressed: string;
|
|
3277
|
+
textColorGhostFocus: string;
|
|
3278
|
+
textColorGhostDisabled: string;
|
|
3279
|
+
border: string;
|
|
3280
|
+
borderHover: string;
|
|
3281
|
+
borderPressed: string;
|
|
3282
|
+
borderFocus: string;
|
|
3283
|
+
borderDisabled: string;
|
|
3284
|
+
rippleColor: string;
|
|
3285
|
+
colorPrimary: string;
|
|
3286
|
+
colorHoverPrimary: string;
|
|
3287
|
+
colorPressedPrimary: string;
|
|
3288
|
+
colorFocusPrimary: string;
|
|
3289
|
+
colorDisabledPrimary: string;
|
|
3290
|
+
waveColorPrimary: string;
|
|
3291
|
+
textColorPrimary: string;
|
|
3292
|
+
textColorHoverPrimary: string;
|
|
3293
|
+
textColorPressedPrimary: string;
|
|
3294
|
+
textColorFocusPrimary: string;
|
|
3295
|
+
textColorDisabledPrimary: string;
|
|
3296
|
+
textColorTextPrimary: string;
|
|
3297
|
+
textColorTextHoverPrimary: string;
|
|
3298
|
+
textColorTextPressedPrimary: string;
|
|
3299
|
+
textColorTextFocusPrimary: string;
|
|
3300
|
+
textColorTextDisabledPrimary: string;
|
|
3301
|
+
textColorGhostPrimary: string;
|
|
3302
|
+
textColorGhostHoverPrimary: string;
|
|
3303
|
+
textColorGhostPressedPrimary: string;
|
|
3304
|
+
textColorGhostFocusPrimary: string;
|
|
3305
|
+
textColorGhostDisabledPrimary: string;
|
|
3306
|
+
borderPrimary: string;
|
|
3307
|
+
borderHoverPrimary: string;
|
|
3308
|
+
borderPressedPrimary: string;
|
|
3309
|
+
borderFocusPrimary: string;
|
|
3310
|
+
borderDisabledPrimary: string;
|
|
3311
|
+
rippleColorPrimary: string;
|
|
3312
|
+
colorInfo: string;
|
|
3313
|
+
colorHoverInfo: string;
|
|
3314
|
+
colorPressedInfo: string;
|
|
3315
|
+
colorFocusInfo: string;
|
|
3316
|
+
colorDisabledInfo: string;
|
|
3317
|
+
textColorInfo: string;
|
|
3318
|
+
textColorHoverInfo: string;
|
|
3319
|
+
textColorPressedInfo: string;
|
|
3320
|
+
textColorFocusInfo: string;
|
|
3321
|
+
textColorDisabledInfo: string;
|
|
3322
|
+
textColorTextInfo: string;
|
|
3323
|
+
textColorTextHoverInfo: string;
|
|
3324
|
+
textColorTextPressedInfo: string;
|
|
3325
|
+
textColorTextFocusInfo: string;
|
|
3326
|
+
textColorTextDisabledInfo: string;
|
|
3327
|
+
textColorGhostInfo: string;
|
|
3328
|
+
textColorGhostHoverInfo: string;
|
|
3329
|
+
textColorGhostPressedInfo: string;
|
|
3330
|
+
textColorGhostFocusInfo: string;
|
|
3331
|
+
textColorGhostDisabledInfo: string;
|
|
3332
|
+
borderInfo: string;
|
|
3333
|
+
borderHoverInfo: string;
|
|
3334
|
+
borderPressedInfo: string;
|
|
3335
|
+
borderFocusInfo: string;
|
|
3336
|
+
borderDisabledInfo: string;
|
|
3337
|
+
rippleColorInfo: string;
|
|
3338
|
+
colorSuccess: string;
|
|
3339
|
+
colorHoverSuccess: string;
|
|
3340
|
+
colorPressedSuccess: string;
|
|
3341
|
+
colorFocusSuccess: string;
|
|
3342
|
+
colorDisabledSuccess: string;
|
|
3343
|
+
textColorSuccess: string;
|
|
3344
|
+
textColorHoverSuccess: string;
|
|
3345
|
+
textColorPressedSuccess: string;
|
|
3346
|
+
textColorFocusSuccess: string;
|
|
3347
|
+
textColorDisabledSuccess: string;
|
|
3348
|
+
textColorTextSuccess: string;
|
|
3349
|
+
textColorTextHoverSuccess: string;
|
|
3350
|
+
textColorTextPressedSuccess: string;
|
|
3351
|
+
textColorTextFocusSuccess: string;
|
|
3352
|
+
textColorTextDisabledSuccess: string;
|
|
3353
|
+
textColorGhostSuccess: string;
|
|
3354
|
+
textColorGhostHoverSuccess: string;
|
|
3355
|
+
textColorGhostPressedSuccess: string;
|
|
3356
|
+
textColorGhostFocusSuccess: string;
|
|
3357
|
+
textColorGhostDisabledSuccess: string;
|
|
3358
|
+
borderSuccess: string;
|
|
3359
|
+
borderHoverSuccess: string;
|
|
3360
|
+
borderPressedSuccess: string;
|
|
3361
|
+
borderFocusSuccess: string;
|
|
3362
|
+
borderDisabledSuccess: string;
|
|
3363
|
+
rippleColorSuccess: string;
|
|
3364
|
+
colorWarning: string;
|
|
3365
|
+
colorHoverWarning: string;
|
|
3366
|
+
colorPressedWarning: string;
|
|
3367
|
+
colorFocusWarning: string;
|
|
3368
|
+
colorDisabledWarning: string;
|
|
3369
|
+
textColorWarning: string;
|
|
3370
|
+
textColorHoverWarning: string;
|
|
3371
|
+
textColorPressedWarning: string;
|
|
3372
|
+
textColorFocusWarning: string;
|
|
3373
|
+
textColorDisabledWarning: string;
|
|
3374
|
+
textColorTextWarning: string;
|
|
3375
|
+
textColorTextHoverWarning: string;
|
|
3376
|
+
textColorTextPressedWarning: string;
|
|
3377
|
+
textColorTextFocusWarning: string;
|
|
3378
|
+
textColorTextDisabledWarning: string;
|
|
3379
|
+
textColorGhostWarning: string;
|
|
3380
|
+
textColorGhostHoverWarning: string;
|
|
3381
|
+
textColorGhostPressedWarning: string;
|
|
3382
|
+
textColorGhostFocusWarning: string;
|
|
3383
|
+
textColorGhostDisabledWarning: string;
|
|
3384
|
+
borderWarning: string;
|
|
3385
|
+
borderHoverWarning: string;
|
|
3386
|
+
borderPressedWarning: string;
|
|
3387
|
+
borderFocusWarning: string;
|
|
3388
|
+
borderDisabledWarning: string;
|
|
3389
|
+
rippleColorWarning: string;
|
|
3390
|
+
colorError: string;
|
|
3391
|
+
colorHoverError: string;
|
|
3392
|
+
colorPressedError: string;
|
|
3393
|
+
colorFocusError: string;
|
|
3394
|
+
colorDisabledError: string;
|
|
3395
|
+
textColorError: string;
|
|
3396
|
+
textColorHoverError: string;
|
|
3397
|
+
textColorPressedError: string;
|
|
3398
|
+
textColorFocusError: string;
|
|
3399
|
+
textColorDisabledError: string;
|
|
3400
|
+
textColorTextError: string;
|
|
3401
|
+
textColorTextHoverError: string;
|
|
3402
|
+
textColorTextPressedError: string;
|
|
3403
|
+
textColorTextFocusError: string;
|
|
3404
|
+
textColorTextDisabledError: string;
|
|
3405
|
+
textColorGhostError: string;
|
|
3406
|
+
textColorGhostHoverError: string;
|
|
3407
|
+
textColorGhostPressedError: string;
|
|
3408
|
+
textColorGhostFocusError: string;
|
|
3409
|
+
textColorGhostDisabledError: string;
|
|
3410
|
+
borderError: string;
|
|
3411
|
+
borderHoverError: string;
|
|
3412
|
+
borderPressedError: string;
|
|
3413
|
+
borderFocusError: string;
|
|
3414
|
+
borderDisabledError: string;
|
|
3415
|
+
rippleColorError: string;
|
|
3416
|
+
waveOpacity: string;
|
|
3417
|
+
fontWeight: string;
|
|
3418
|
+
fontWeightStrong: string;
|
|
3419
|
+
paddingTiny: string;
|
|
3420
|
+
paddingSmall: string;
|
|
3421
|
+
paddingMedium: string;
|
|
3422
|
+
paddingLarge: string;
|
|
3423
|
+
paddingRoundTiny: string;
|
|
3424
|
+
paddingRoundSmall: string;
|
|
3425
|
+
paddingRoundMedium: string;
|
|
3426
|
+
paddingRoundLarge: string;
|
|
3427
|
+
iconMarginTiny: string;
|
|
3428
|
+
iconMarginSmall: string;
|
|
3429
|
+
iconMarginMedium: string;
|
|
3430
|
+
iconMarginLarge: string;
|
|
3431
|
+
iconSizeTiny: string;
|
|
3432
|
+
iconSizeSmall: string;
|
|
3433
|
+
iconSizeMedium: string;
|
|
3434
|
+
iconSizeLarge: string;
|
|
3435
|
+
rippleDuration: string;
|
|
3436
|
+
}, any>;
|
|
3437
|
+
}>>>;
|
|
3438
|
+
readonly builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Transfer", {
|
|
3439
|
+
itemHeightSmall: string;
|
|
3440
|
+
itemHeightMedium: string;
|
|
3441
|
+
itemHeightLarge: string;
|
|
3442
|
+
fontSizeSmall: string;
|
|
3443
|
+
fontSizeMedium: string;
|
|
3444
|
+
fontSizeLarge: string;
|
|
3445
|
+
borderRadius: string;
|
|
3446
|
+
borderColor: string;
|
|
3447
|
+
listColor: string;
|
|
3448
|
+
headerColor: string;
|
|
3449
|
+
titleTextColor: string;
|
|
3450
|
+
titleTextColorDisabled: string;
|
|
3451
|
+
extraTextColor: string;
|
|
3452
|
+
filterDividerColor: string;
|
|
3453
|
+
itemTextColor: string;
|
|
3454
|
+
itemTextColorDisabled: string;
|
|
3455
|
+
itemColorPending: string;
|
|
3456
|
+
titleFontWeight: string;
|
|
3457
|
+
iconColor: string;
|
|
3458
|
+
iconColorDisabled: string;
|
|
3459
|
+
extraFontSize: string;
|
|
3460
|
+
width: string;
|
|
3461
|
+
}, {
|
|
3462
|
+
Checkbox: import("../../_mixins").Theme<"Checkbox", {
|
|
3463
|
+
labelLineHeight: string;
|
|
3464
|
+
fontSizeSmall: string;
|
|
3465
|
+
fontSizeMedium: string;
|
|
3466
|
+
fontSizeLarge: string;
|
|
3467
|
+
color: string;
|
|
3468
|
+
colorChecked: string;
|
|
3469
|
+
colorDisabled: string;
|
|
3470
|
+
colorDisabledChecked: string;
|
|
3471
|
+
colorTableHeader: string;
|
|
3472
|
+
colorTableHeaderModal: string;
|
|
3473
|
+
colorTableHeaderPopover: string;
|
|
3474
|
+
checkMarkColor: string;
|
|
3475
|
+
checkMarkColorDisabled: string;
|
|
3476
|
+
checkMarkColorDisabledChecked: string;
|
|
3477
|
+
border: string;
|
|
3478
|
+
borderDisabled: string;
|
|
3479
|
+
borderDisabledChecked: string;
|
|
3480
|
+
borderHover: string;
|
|
3481
|
+
borderChecked: string;
|
|
3482
|
+
borderFocus: string;
|
|
3483
|
+
boxShadowHover: string;
|
|
3484
|
+
boxShadowFocus: string;
|
|
3485
|
+
boxShadowActive: string;
|
|
3486
|
+
boxShadowHoverChecked: string;
|
|
3487
|
+
boxShadowFocusChecked: string;
|
|
3488
|
+
boxShadowActiveChecked: string;
|
|
3489
|
+
textColor: string;
|
|
3490
|
+
sizeSmall: string;
|
|
3491
|
+
sizeMedium: string;
|
|
3492
|
+
sizeLarge: string;
|
|
3493
|
+
labelPadding: string;
|
|
3494
|
+
labelFontWeight: string;
|
|
3495
|
+
borderRadiusLarge: string;
|
|
3496
|
+
borderRadiusSmall: string;
|
|
3497
|
+
}, any>;
|
|
3498
|
+
Scrollbar: import("../../_mixins").Theme<"Scrollbar", {
|
|
3499
|
+
color: string;
|
|
3500
|
+
colorHover: string;
|
|
3501
|
+
}, any>;
|
|
3502
|
+
Input: import("../../_mixins").Theme<"Input", {
|
|
3503
|
+
countTextColorDisabled: string;
|
|
3504
|
+
countTextColor: string;
|
|
3505
|
+
heightTiny: string;
|
|
3506
|
+
heightSmall: string;
|
|
3507
|
+
heightMedium: string;
|
|
3508
|
+
heightLarge: string;
|
|
3509
|
+
fontSizeTiny: string;
|
|
3510
|
+
fontSizeSmall: string;
|
|
3511
|
+
fontSizeMedium: string;
|
|
3512
|
+
fontSizeLarge: string;
|
|
3513
|
+
lineHeight: string;
|
|
3514
|
+
lineHeightTextarea: string;
|
|
3515
|
+
borderRadius: string;
|
|
3516
|
+
iconSize: string;
|
|
3517
|
+
groupLabelColor: string;
|
|
3518
|
+
groupLabelTextColor: string;
|
|
3519
|
+
textColor: string;
|
|
3520
|
+
textColorDisabled: string;
|
|
3521
|
+
textDecorationColor: string;
|
|
3522
|
+
caretColor: string;
|
|
3523
|
+
placeholderColor: string;
|
|
3524
|
+
placeholderColorDisabled: string;
|
|
3525
|
+
color: string;
|
|
3526
|
+
colorDisabled: string;
|
|
3527
|
+
colorFocus: string;
|
|
3528
|
+
groupLabelBorder: string;
|
|
3529
|
+
border: string;
|
|
3530
|
+
borderHover: string;
|
|
3531
|
+
borderDisabled: string;
|
|
3532
|
+
borderFocus: string;
|
|
3533
|
+
boxShadowFocus: string;
|
|
3534
|
+
loadingColor: string;
|
|
3535
|
+
loadingColorWarning: string;
|
|
3536
|
+
borderWarning: string;
|
|
3537
|
+
borderHoverWarning: string;
|
|
3538
|
+
colorFocusWarning: string;
|
|
3539
|
+
borderFocusWarning: string;
|
|
3540
|
+
boxShadowFocusWarning: string;
|
|
3541
|
+
caretColorWarning: string;
|
|
3542
|
+
loadingColorError: string;
|
|
3543
|
+
borderError: string;
|
|
3544
|
+
borderHoverError: string;
|
|
3545
|
+
colorFocusError: string;
|
|
3546
|
+
borderFocusError: string;
|
|
3547
|
+
boxShadowFocusError: string;
|
|
3548
|
+
caretColorError: string;
|
|
3549
|
+
clearColor: string;
|
|
3550
|
+
clearColorHover: string;
|
|
3551
|
+
clearColorPressed: string;
|
|
3552
|
+
iconColor: string;
|
|
3553
|
+
iconColorDisabled: string;
|
|
3554
|
+
iconColorHover: string;
|
|
3555
|
+
iconColorPressed: string;
|
|
3556
|
+
suffixTextColor: string;
|
|
3557
|
+
paddingTiny: string;
|
|
3558
|
+
paddingSmall: string;
|
|
3559
|
+
paddingMedium: string;
|
|
3560
|
+
paddingLarge: string;
|
|
3561
|
+
clearSize: string;
|
|
3562
|
+
}, any>;
|
|
3563
|
+
Empty: import("../../_mixins").Theme<"Empty", {
|
|
3564
|
+
fontSizeSmall: string;
|
|
3565
|
+
fontSizeMedium: string;
|
|
3566
|
+
fontSizeLarge: string;
|
|
3567
|
+
fontSizeHuge: string;
|
|
3568
|
+
textColor: string;
|
|
3569
|
+
iconColor: string;
|
|
3570
|
+
extraTextColor: string;
|
|
3571
|
+
iconSizeSmall: string;
|
|
3572
|
+
iconSizeMedium: string;
|
|
3573
|
+
iconSizeLarge: string;
|
|
3574
|
+
iconSizeHuge: string;
|
|
3575
|
+
}, any>;
|
|
3576
|
+
Button: import("../../_mixins").Theme<"Button", {
|
|
3577
|
+
heightTiny: string;
|
|
3578
|
+
heightSmall: string;
|
|
3579
|
+
heightMedium: string;
|
|
3580
|
+
heightLarge: string;
|
|
3581
|
+
borderRadiusTiny: string;
|
|
3582
|
+
borderRadiusSmall: string;
|
|
3583
|
+
borderRadiusMedium: string;
|
|
3584
|
+
borderRadiusLarge: string;
|
|
3585
|
+
fontSizeTiny: string;
|
|
3586
|
+
fontSizeSmall: string;
|
|
3587
|
+
fontSizeMedium: string;
|
|
3588
|
+
fontSizeLarge: string;
|
|
3589
|
+
opacityDisabled: string;
|
|
3590
|
+
colorOpacitySecondary: string;
|
|
3591
|
+
colorOpacitySecondaryHover: string;
|
|
3592
|
+
colorOpacitySecondaryPressed: string;
|
|
3593
|
+
colorOpacitySecondaryFocus: string;
|
|
3594
|
+
colorSecondary: string;
|
|
3595
|
+
colorSecondaryHover: string;
|
|
3596
|
+
colorSecondaryPressed: string;
|
|
3597
|
+
waveColorSecondary: string;
|
|
3598
|
+
colorTertiary: string;
|
|
3599
|
+
colorTertiaryHover: string;
|
|
3600
|
+
colorTertiaryPressed: string;
|
|
3601
|
+
colorTertiaryDisalbed: string;
|
|
3602
|
+
waveColorTerniary: string;
|
|
3603
|
+
textColorTextTertiary: string;
|
|
3604
|
+
colorQuaternary: string;
|
|
3605
|
+
colorQuaternaryHover: string;
|
|
3606
|
+
colorQuaternaryPressed: string;
|
|
3607
|
+
color: string;
|
|
3608
|
+
colorHover: string;
|
|
3609
|
+
colorPressed: string;
|
|
3610
|
+
colorFocus: string;
|
|
3611
|
+
colorDisabled: string;
|
|
3612
|
+
textColor: string;
|
|
3613
|
+
textTertiary: string;
|
|
3614
|
+
textColorTertiary: string;
|
|
3615
|
+
textColorHover: string;
|
|
3616
|
+
textColorPressed: string;
|
|
3617
|
+
textColorFocus: string;
|
|
3618
|
+
textColorDisabled: string;
|
|
3619
|
+
textColorText: string;
|
|
3620
|
+
textColorTextHover: string;
|
|
3621
|
+
textColorTextPressed: string;
|
|
3622
|
+
textColorTextFocus: string;
|
|
3623
|
+
textColorTextDisabled: string;
|
|
3624
|
+
textColorGhost: string;
|
|
3625
|
+
textColorGhostHover: string;
|
|
3626
|
+
textColorGhostPressed: string;
|
|
3627
|
+
textColorGhostFocus: string;
|
|
3628
|
+
textColorGhostDisabled: string;
|
|
3629
|
+
border: string;
|
|
3630
|
+
borderHover: string;
|
|
3631
|
+
borderPressed: string;
|
|
3632
|
+
borderFocus: string;
|
|
3633
|
+
borderDisabled: string;
|
|
3634
|
+
rippleColor: string;
|
|
3635
|
+
colorPrimary: string;
|
|
3636
|
+
colorHoverPrimary: string;
|
|
3637
|
+
colorPressedPrimary: string;
|
|
3638
|
+
colorFocusPrimary: string;
|
|
3639
|
+
colorDisabledPrimary: string;
|
|
3640
|
+
waveColorPrimary: string;
|
|
3641
|
+
textColorPrimary: string;
|
|
3642
|
+
textColorHoverPrimary: string;
|
|
3643
|
+
textColorPressedPrimary: string;
|
|
3644
|
+
textColorFocusPrimary: string;
|
|
3645
|
+
textColorDisabledPrimary: string;
|
|
3646
|
+
textColorTextPrimary: string;
|
|
3647
|
+
textColorTextHoverPrimary: string;
|
|
3648
|
+
textColorTextPressedPrimary: string;
|
|
3649
|
+
textColorTextFocusPrimary: string;
|
|
3650
|
+
textColorTextDisabledPrimary: string;
|
|
3651
|
+
textColorGhostPrimary: string;
|
|
3652
|
+
textColorGhostHoverPrimary: string;
|
|
3653
|
+
textColorGhostPressedPrimary: string;
|
|
3654
|
+
textColorGhostFocusPrimary: string;
|
|
3655
|
+
textColorGhostDisabledPrimary: string;
|
|
3656
|
+
borderPrimary: string;
|
|
3657
|
+
borderHoverPrimary: string;
|
|
3658
|
+
borderPressedPrimary: string;
|
|
3659
|
+
borderFocusPrimary: string;
|
|
3660
|
+
borderDisabledPrimary: string;
|
|
3661
|
+
rippleColorPrimary: string;
|
|
3662
|
+
colorInfo: string;
|
|
3663
|
+
colorHoverInfo: string;
|
|
3664
|
+
colorPressedInfo: string;
|
|
3665
|
+
colorFocusInfo: string;
|
|
3666
|
+
colorDisabledInfo: string;
|
|
3667
|
+
textColorInfo: string;
|
|
3668
|
+
textColorHoverInfo: string;
|
|
3669
|
+
textColorPressedInfo: string;
|
|
3670
|
+
textColorFocusInfo: string;
|
|
3671
|
+
textColorDisabledInfo: string;
|
|
3672
|
+
textColorTextInfo: string;
|
|
3673
|
+
textColorTextHoverInfo: string;
|
|
3674
|
+
textColorTextPressedInfo: string;
|
|
3675
|
+
textColorTextFocusInfo: string;
|
|
3676
|
+
textColorTextDisabledInfo: string;
|
|
3677
|
+
textColorGhostInfo: string;
|
|
3678
|
+
textColorGhostHoverInfo: string;
|
|
3679
|
+
textColorGhostPressedInfo: string;
|
|
3680
|
+
textColorGhostFocusInfo: string;
|
|
3681
|
+
textColorGhostDisabledInfo: string;
|
|
3682
|
+
borderInfo: string;
|
|
3683
|
+
borderHoverInfo: string;
|
|
3684
|
+
borderPressedInfo: string;
|
|
3685
|
+
borderFocusInfo: string;
|
|
3686
|
+
borderDisabledInfo: string;
|
|
3687
|
+
rippleColorInfo: string;
|
|
3688
|
+
colorSuccess: string;
|
|
3689
|
+
colorHoverSuccess: string;
|
|
3690
|
+
colorPressedSuccess: string;
|
|
3691
|
+
colorFocusSuccess: string;
|
|
3692
|
+
colorDisabledSuccess: string;
|
|
3693
|
+
textColorSuccess: string;
|
|
3694
|
+
textColorHoverSuccess: string;
|
|
3695
|
+
textColorPressedSuccess: string;
|
|
3696
|
+
textColorFocusSuccess: string;
|
|
3697
|
+
textColorDisabledSuccess: string;
|
|
3698
|
+
textColorTextSuccess: string;
|
|
3699
|
+
textColorTextHoverSuccess: string;
|
|
3700
|
+
textColorTextPressedSuccess: string;
|
|
3701
|
+
textColorTextFocusSuccess: string;
|
|
3702
|
+
textColorTextDisabledSuccess: string;
|
|
3703
|
+
textColorGhostSuccess: string;
|
|
3704
|
+
textColorGhostHoverSuccess: string;
|
|
3705
|
+
textColorGhostPressedSuccess: string;
|
|
3706
|
+
textColorGhostFocusSuccess: string;
|
|
3707
|
+
textColorGhostDisabledSuccess: string;
|
|
3708
|
+
borderSuccess: string;
|
|
3709
|
+
borderHoverSuccess: string;
|
|
3710
|
+
borderPressedSuccess: string;
|
|
3711
|
+
borderFocusSuccess: string;
|
|
3712
|
+
borderDisabledSuccess: string;
|
|
3713
|
+
rippleColorSuccess: string;
|
|
3714
|
+
colorWarning: string;
|
|
3715
|
+
colorHoverWarning: string;
|
|
3716
|
+
colorPressedWarning: string;
|
|
3717
|
+
colorFocusWarning: string;
|
|
3718
|
+
colorDisabledWarning: string;
|
|
3719
|
+
textColorWarning: string;
|
|
3720
|
+
textColorHoverWarning: string;
|
|
3721
|
+
textColorPressedWarning: string;
|
|
3722
|
+
textColorFocusWarning: string;
|
|
3723
|
+
textColorDisabledWarning: string;
|
|
3724
|
+
textColorTextWarning: string;
|
|
3725
|
+
textColorTextHoverWarning: string;
|
|
3726
|
+
textColorTextPressedWarning: string;
|
|
3727
|
+
textColorTextFocusWarning: string;
|
|
3728
|
+
textColorTextDisabledWarning: string;
|
|
3729
|
+
textColorGhostWarning: string;
|
|
3730
|
+
textColorGhostHoverWarning: string;
|
|
3731
|
+
textColorGhostPressedWarning: string;
|
|
3732
|
+
textColorGhostFocusWarning: string;
|
|
3733
|
+
textColorGhostDisabledWarning: string;
|
|
3734
|
+
borderWarning: string;
|
|
3735
|
+
borderHoverWarning: string;
|
|
3736
|
+
borderPressedWarning: string;
|
|
3737
|
+
borderFocusWarning: string;
|
|
3738
|
+
borderDisabledWarning: string;
|
|
3739
|
+
rippleColorWarning: string;
|
|
3740
|
+
colorError: string;
|
|
3741
|
+
colorHoverError: string;
|
|
3742
|
+
colorPressedError: string;
|
|
3743
|
+
colorFocusError: string;
|
|
3744
|
+
colorDisabledError: string;
|
|
3745
|
+
textColorError: string;
|
|
3746
|
+
textColorHoverError: string;
|
|
3747
|
+
textColorPressedError: string;
|
|
3748
|
+
textColorFocusError: string;
|
|
3749
|
+
textColorDisabledError: string;
|
|
3750
|
+
textColorTextError: string;
|
|
3751
|
+
textColorTextHoverError: string;
|
|
3752
|
+
textColorTextPressedError: string;
|
|
3753
|
+
textColorTextFocusError: string;
|
|
3754
|
+
textColorTextDisabledError: string;
|
|
3755
|
+
textColorGhostError: string;
|
|
3756
|
+
textColorGhostHoverError: string;
|
|
3757
|
+
textColorGhostPressedError: string;
|
|
3758
|
+
textColorGhostFocusError: string;
|
|
3759
|
+
textColorGhostDisabledError: string;
|
|
3760
|
+
borderError: string;
|
|
3761
|
+
borderHoverError: string;
|
|
3762
|
+
borderPressedError: string;
|
|
3763
|
+
borderFocusError: string;
|
|
3764
|
+
borderDisabledError: string;
|
|
3765
|
+
rippleColorError: string;
|
|
3766
|
+
waveOpacity: string;
|
|
3767
|
+
fontWeight: string;
|
|
3768
|
+
fontWeightStrong: string;
|
|
3769
|
+
paddingTiny: string;
|
|
3770
|
+
paddingSmall: string;
|
|
3771
|
+
paddingMedium: string;
|
|
3772
|
+
paddingLarge: string;
|
|
3773
|
+
paddingRoundTiny: string;
|
|
3774
|
+
paddingRoundSmall: string;
|
|
3775
|
+
paddingRoundMedium: string;
|
|
3776
|
+
paddingRoundLarge: string;
|
|
3777
|
+
iconMarginTiny: string;
|
|
3778
|
+
iconMarginSmall: string;
|
|
3779
|
+
iconMarginMedium: string;
|
|
3780
|
+
iconMarginLarge: string;
|
|
3781
|
+
iconSizeTiny: string;
|
|
3782
|
+
iconSizeSmall: string;
|
|
3783
|
+
iconSizeMedium: string;
|
|
3784
|
+
iconSizeLarge: string;
|
|
3785
|
+
rippleDuration: string;
|
|
3786
|
+
}, any>;
|
|
3787
|
+
}>>>;
|
|
3788
|
+
}>>, {
|
|
3789
|
+
readonly options: Option[];
|
|
3790
|
+
readonly filter: Filter;
|
|
3791
|
+
readonly disabled: boolean | undefined;
|
|
3792
|
+
readonly virtualScroll: boolean;
|
|
3793
|
+
readonly filterable: boolean;
|
|
3794
|
+
readonly defaultValue: OptionValue[] | null;
|
|
3795
|
+
}, {}>;
|
|
3796
|
+
export default _default;
|