naive-ui 2.19.10 → 2.19.11
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/es/_internal/clear/index.d.ts +1 -0
- package/es/_internal/clear/index.js +1 -0
- package/es/_internal/clear/src/Clear.d.ts +24 -0
- package/es/_internal/clear/src/Clear.js +38 -0
- package/es/_internal/clear/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/clear/src/styles/index.cssr.js +34 -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 +24 -0
- package/es/_internal/close/src/Close.js +31 -0
- package/es/_internal/close/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/close/src/styles/index.cssr.js +17 -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 +38 -0
- package/es/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +103 -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 +12 -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 +43 -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 +10 -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/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 +6 -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/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 +9 -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 +40 -0
- package/es/_internal/icons/index.js +40 -0
- package/es/_internal/icons/replaceable.d.ts +2 -0
- package/es/_internal/icons/replaceable.js +17 -0
- package/es/_internal/index.d.ts +18 -0
- package/es/_internal/index.js +14 -0
- package/es/_internal/loading/index.d.ts +1 -0
- package/es/_internal/loading/index.js +1 -0
- package/es/_internal/loading/src/Loading.d.ts +48 -0
- package/es/_internal/loading/src/Loading.js +51 -0
- package/es/_internal/loading/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/loading/src/styles/index.cssr.js +20 -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 +15 -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 +210 -0
- package/es/_internal/scrollbar/src/ScrollBar.js +511 -0
- package/es/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/scrollbar/src/styles/index.cssr.js +61 -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 +3 -0
- package/es/_internal/scrollbar/styles/index.js +2 -0
- package/es/_internal/scrollbar/styles/light.d.ts +10 -0
- package/es/_internal/scrollbar/styles/light.js +14 -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 +24 -0
- package/es/_internal/select-menu/src/SelectGroupHeader.js +37 -0
- package/es/_internal/select-menu/src/SelectMenu.d.ts +650 -0
- package/es/_internal/select-menu/src/SelectMenu.js +296 -0
- package/es/_internal/select-menu/src/SelectOption.d.ts +31 -0
- package/es/_internal/select-menu/src/SelectOption.js +109 -0
- package/es/_internal/select-menu/src/interface.d.ts +35 -0
- package/es/_internal/select-menu/src/interface.js +2 -0
- package/es/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
- package/es/_internal/select-menu/src/styles/index.cssr.js +94 -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 +90 -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 +815 -0
- package/es/_internal/selection/src/Selection.js +536 -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 +229 -0
- package/es/_internal/selection/styles/_common.d.ts +6 -0
- package/es/_internal/selection/styles/_common.js +5 -0
- package/es/_internal/selection/styles/dark.d.ts +3 -0
- package/es/_internal/selection/styles/dark.js +46 -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 +125 -0
- package/es/_internal/selection/styles/light.js +48 -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 +33 -0
- package/es/_internal/slot-machine/src/SlotMachine.js +75 -0
- package/es/_internal/slot-machine/src/SlotMachineNumber.d.ts +34 -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 +100 -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 +35 -0
- package/es/_internal/suffix/src/Suffix.js +34 -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 +18 -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/index.d.ts +8 -0
- package/es/_mixins/index.js +6 -0
- package/es/_mixins/use-config.d.ts +16 -0
- package/es/_mixins/use-config.js +23 -0
- package/es/_mixins/use-form-item.d.ts +33 -0
- package/es/_mixins/use-form-item.js +61 -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 +6 -0
- package/es/_mixins/use-locale.js +18 -0
- package/es/_mixins/use-rtl.d.ts +3 -0
- package/es/_mixins/use-rtl.js +48 -0
- package/es/_mixins/use-style.d.ts +3 -0
- package/es/_mixins/use-style.js +34 -0
- package/es/_mixins/use-theme.d.ts +94 -0
- package/es/_mixins/use-theme.js +104 -0
- package/es/_styles/common/_common.d.ts +25 -0
- package/es/_styles/common/_common.js +24 -0
- package/es/_styles/common/dark.d.ts +3 -0
- package/es/_styles/common/dark.js +91 -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 +101 -0
- package/es/_styles/common/light.js +93 -0
- package/es/_styles/global/index.cssr.d.ts +2 -0
- package/es/_styles/global/index.cssr.js +23 -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 +28 -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 +26 -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 +2 -0
- package/es/_utils/color/index.js +7 -0
- package/es/_utils/composable/index.d.ts +7 -0
- package/es/_utils/composable/index.js +113 -0
- package/es/_utils/composable/use-adjusted-to.d.ts +14 -0
- package/es/_utils/composable/use-adjusted-to.js +41 -0
- package/es/_utils/composable/use-browser-location.d.ts +13 -0
- package/es/_utils/composable/use-browser-location.js +36 -0
- package/es/_utils/composable/use-houdini.d.ts +1 -0
- package/es/_utils/composable/use-houdini.js +25 -0
- package/es/_utils/css/format-length.d.ts +7 -0
- package/es/_utils/css/format-length.js +31 -0
- package/es/_utils/css/index.d.ts +1 -0
- package/es/_utils/css/index.js +1 -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 +12 -0
- package/es/_utils/cssr/index.js +44 -0
- package/es/_utils/index.d.ts +7 -0
- package/es/_utils/index.js +5 -0
- package/es/_utils/naive/attribute.d.ts +2 -0
- package/es/_utils/naive/attribute.js +11 -0
- package/es/_utils/naive/extract-public-props.d.ts +6 -0
- package/es/_utils/naive/extract-public-props.js +1 -0
- package/es/_utils/naive/index.d.ts +6 -0
- package/es/_utils/naive/index.js +4 -0
- package/es/_utils/naive/mutable.d.ts +3 -0
- package/es/_utils/naive/mutable.js +1 -0
- package/es/_utils/naive/prop.d.ts +2 -0
- package/es/_utils/naive/prop.js +24 -0
- package/es/_utils/naive/warn.d.ts +3 -0
- package/es/_utils/naive/warn.js +14 -0
- package/es/_utils/naive/window.d.ts +1 -0
- package/es/_utils/naive/window.js +1 -0
- package/es/_utils/vue/call.d.ts +6 -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-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 +12 -0
- package/es/_utils/vue/index.js +11 -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/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/affix/index.d.ts +2 -0
- package/es/affix/index.js +1 -0
- package/es/affix/src/Affix.d.ts +89 -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 +729 -0
- package/es/alert/src/Alert.js +136 -0
- package/es/alert/src/styles/index.cssr.d.ts +2 -0
- package/es/alert/src/styles/index.cssr.js +83 -0
- package/es/alert/styles/_common.d.ts +8 -0
- package/es/alert/styles/_common.js +7 -0
- package/es/alert/styles/dark.d.ts +3 -0
- package/es/alert/styles/dark.js +17 -0
- package/es/alert/styles/index.d.ts +3 -0
- package/es/alert/styles/index.js +2 -0
- package/es/alert/styles/light.d.ts +57 -0
- package/es/alert/styles/light.js +16 -0
- package/es/anchor/index.d.ts +4 -0
- package/es/anchor/index.js +2 -0
- package/es/anchor/src/AnchorAdapter.d.ts +270 -0
- package/es/anchor/src/AnchorAdapter.js +47 -0
- package/es/anchor/src/BaseAnchor.d.ts +87 -0
- package/es/anchor/src/BaseAnchor.js +257 -0
- package/es/anchor/src/Link.d.ts +27 -0
- package/es/anchor/src/Link.js +43 -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 +13 -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 +1481 -0
- package/es/auto-complete/src/AutoComplete.js +249 -0
- package/es/auto-complete/src/interface.d.ts +9 -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 +123 -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 +161 -0
- package/es/avatar/src/Avatar.js +70 -0
- package/es/avatar/src/styles/index.cssr.d.ts +2 -0
- package/es/avatar/src/styles/index.cssr.js +36 -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 +16 -0
- package/es/avatar/styles/light.js +20 -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 +281 -0
- package/es/back-top/src/BackTop.js +217 -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 +177 -0
- package/es/badge/src/Badge.js +81 -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/styles/dark.d.ts +3 -0
- package/es/badge/styles/dark.js +18 -0
- package/es/badge/styles/index.d.ts +3 -0
- package/es/badge/styles/index.js +2 -0
- package/es/badge/styles/light.d.ts +15 -0
- package/es/badge/styles/light.js +19 -0
- package/es/breadcrumb/index.d.ts +4 -0
- package/es/breadcrumb/index.js +2 -0
- package/es/breadcrumb/src/Breadcrumb.d.ts +124 -0
- package/es/breadcrumb/src/Breadcrumb.js +41 -0
- package/es/breadcrumb/src/BreadcrumbItem.d.ts +17 -0
- package/es/breadcrumb/src/BreadcrumbItem.js +38 -0
- package/es/breadcrumb/src/styles/index.cssr.d.ts +2 -0
- package/es/breadcrumb/src/styles/index.cssr.js +53 -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 +15 -0
- package/es/breadcrumb/styles/light.js +12 -0
- package/es/button/index.d.ts +4 -0
- package/es/button/index.js +2 -0
- package/es/button/src/Button.d.ts +1967 -0
- package/es/button/src/Button.js +351 -0
- package/es/button/src/ButtonGroup.d.ts +35 -0
- package/es/button/src/ButtonGroup.js +30 -0
- package/es/button/src/interface.d.ts +2 -0
- package/es/button/src/interface.js +1 -0
- package/es/button/src/styles/button-group.cssr.d.ts +3 -0
- package/es/button/src/styles/button-group.cssr.js +56 -0
- package/es/button/src/styles/button-rtl.cssr.d.ts +2 -0
- package/es/button/src/styles/button-rtl.cssr.js +10 -0
- package/es/button/src/styles/button.cssr.d.ts +2 -0
- package/es/button/src/styles/button.cssr.js +181 -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 +12 -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 +201 -0
- package/es/button/styles/light.js +27 -0
- package/es/button/styles/rtl.d.ts +5 -0
- package/es/button/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 +2383 -0
- package/es/calendar/src/Calendar.js +145 -0
- package/es/calendar/src/interface.d.ts +6 -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 +133 -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 +244 -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 +563 -0
- package/es/card/src/Card.js +111 -0
- package/es/card/src/styles/index.cssr.d.ts +2 -0
- package/es/card/src/styles/index.cssr.js +116 -0
- package/es/card/src/styles/rtl.cssr.d.ts +2 -0
- package/es/card/src/styles/rtl.cssr.js +4 -0
- package/es/card/styles/_common.d.ts +12 -0
- package/es/card/styles/_common.js +11 -0
- package/es/card/styles/dark.d.ts +3 -0
- package/es/card/styles/dark.js +13 -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 +37 -0
- package/es/card/styles/light.js +12 -0
- package/es/card/styles/rtl.d.ts +5 -0
- package/es/card/styles/rtl.js +5 -0
- package/es/carousel/index.d.ts +2 -0
- package/es/carousel/index.js +1 -0
- package/es/carousel/src/Carousel.d.ts +135 -0
- package/es/carousel/src/Carousel.js +301 -0
- package/es/carousel/src/styles/index.cssr.d.ts +2 -0
- package/es/carousel/src/styles/index.cssr.js +114 -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 +12 -0
- package/es/carousel/styles/light.js +15 -0
- package/es/cascader/index.d.ts +3 -0
- package/es/cascader/index.js +1 -0
- package/es/cascader/src/Cascader.d.ts +2194 -0
- package/es/cascader/src/Cascader.js +738 -0
- package/es/cascader/src/CascaderMenu.d.ts +77 -0
- package/es/cascader/src/CascaderMenu.js +123 -0
- package/es/cascader/src/CascaderOption.d.ts +354 -0
- package/es/cascader/src/CascaderOption.js +180 -0
- package/es/cascader/src/CascaderSelectMenu.d.ts +393 -0
- package/es/cascader/src/CascaderSelectMenu.js +139 -0
- package/es/cascader/src/CascaderSubmenu.d.ts +362 -0
- package/es/cascader/src/CascaderSubmenu.js +65 -0
- package/es/cascader/src/interface.d.ts +71 -0
- package/es/cascader/src/interface.js +1 -0
- package/es/cascader/src/styles/index.cssr.d.ts +2 -0
- package/es/cascader/src/styles/index.cssr.js +131 -0
- package/es/cascader/src/utils.d.ts +14 -0
- package/es/cascader/src/utils.js +51 -0
- package/es/cascader/styles/dark.d.ts +3 -0
- package/es/cascader/styles/dark.js +18 -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 +191 -0
- package/es/cascader/styles/light.js +38 -0
- package/es/checkbox/index.d.ts +4 -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 +534 -0
- package/es/checkbox/src/Checkbox.js +217 -0
- package/es/checkbox/src/CheckboxGroup.d.ts +84 -0
- package/es/checkbox/src/CheckboxGroup.js +130 -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 +2 -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 +137 -0
- package/es/checkbox/styles/_common.d.ts +7 -0
- package/es/checkbox/styles/_common.js +6 -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 +3 -0
- package/es/checkbox/styles/index.js +2 -0
- package/es/checkbox/styles/light.d.ts +34 -0
- package/es/checkbox/styles/light.js +15 -0
- package/es/code/index.d.ts +2 -0
- package/es/code/index.js +1 -0
- package/es/code/src/Code.d.ts +206 -0
- package/es/code/src/Code.js +95 -0
- package/es/code/src/styles/index.cssr.d.ts +2 -0
- package/es/code/src/styles/index.cssr.js +81 -0
- package/es/code/styles/dark.d.ts +3 -0
- package/es/code/styles/dark.js +24 -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 +20 -0
- package/es/code/styles/light.js +25 -0
- package/es/collapse/index.d.ts +4 -0
- package/es/collapse/index.js +2 -0
- package/es/collapse/src/Collapse.d.ts +305 -0
- package/es/collapse/src/Collapse.js +122 -0
- package/es/collapse/src/CollapseItem.d.ts +32 -0
- package/es/collapse/src/CollapseItem.js +95 -0
- package/es/collapse/src/CollapseItemContent.d.ts +25 -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 +68 -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 +3 -0
- package/es/collapse/styles/index.js +2 -0
- package/es/collapse/styles/light.d.ts +15 -0
- package/es/collapse/styles/light.js +19 -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 +56 -0
- package/es/collapse-transition/src/CollapseTransition.js +35 -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/styles/dark.d.ts +3 -0
- package/es/collapse-transition/styles/dark.js +8 -0
- package/es/collapse-transition/styles/index.d.ts +3 -0
- package/es/collapse-transition/styles/index.js +2 -0
- package/es/collapse-transition/styles/light.d.ts +9 -0
- package/es/collapse-transition/styles/light.js +13 -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 +42 -0
- package/es/color-picker/src/AlphaSlider.js +102 -0
- package/es/color-picker/src/ColorInput.d.ts +61 -0
- package/es/color-picker/src/ColorInput.js +103 -0
- package/es/color-picker/src/ColorInputUnit.d.ts +419 -0
- package/es/color-picker/src/ColorInputUnit.js +148 -0
- package/es/color-picker/src/ColorPicker.d.ts +2591 -0
- package/es/color-picker/src/ColorPicker.js +407 -0
- package/es/color-picker/src/ColorPickerSwatches.d.ts +39 -0
- package/es/color-picker/src/ColorPickerSwatches.js +142 -0
- package/es/color-picker/src/ColorPickerTrigger.d.ts +32 -0
- package/es/color-picker/src/ColorPickerTrigger.js +37 -0
- package/es/color-picker/src/HueSlider.d.ts +31 -0
- package/es/color-picker/src/HueSlider.js +88 -0
- package/es/color-picker/src/Pallete.d.ts +47 -0
- package/es/color-picker/src/Pallete.js +91 -0
- package/es/color-picker/src/interface.d.ts +2 -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 +155 -0
- package/es/color-picker/src/utils.d.ts +7 -0
- package/es/color-picker/src/utils.js +42 -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 +290 -0
- package/es/color-picker/styles/light.js +32 -0
- package/es/components.d.ts +80 -0
- package/es/components.js +80 -0
- package/es/composables/index.d.ts +1 -0
- package/es/composables/index.js +1 -0
- package/es/composables/use-theme-vars.d.ts +3 -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 +380 -0
- package/es/config-provider/src/ConfigProvider.js +164 -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/interface.d.ts +12 -0
- package/es/config-provider/src/interface.js +1 -0
- package/es/config-provider/src/internal-interface.d.ts +229 -0
- package/es/config-provider/src/internal-interface.js +1 -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 +1 -0
- package/es/data-table/src/DataTable.d.ts +6617 -0
- package/es/data-table/src/DataTable.js +305 -0
- package/es/data-table/src/HeaderButton/FilterButton.d.ts +968 -0
- package/es/data-table/src/HeaderButton/FilterButton.js +108 -0
- package/es/data-table/src/HeaderButton/FilterMenu.d.ts +1006 -0
- package/es/data-table/src/HeaderButton/FilterMenu.js +130 -0
- package/es/data-table/src/HeaderButton/RenderFilter.d.ts +28 -0
- package/es/data-table/src/HeaderButton/RenderFilter.js +25 -0
- package/es/data-table/src/HeaderButton/RenderSorter.d.ts +21 -0
- package/es/data-table/src/HeaderButton/RenderSorter.js +21 -0
- package/es/data-table/src/HeaderButton/SortButton.d.ts +18 -0
- package/es/data-table/src/HeaderButton/SortButton.js +52 -0
- package/es/data-table/src/MainTable.d.ts +20 -0
- package/es/data-table/src/MainTable.js +73 -0
- package/es/data-table/src/TableParts/Body.d.ts +1011 -0
- package/es/data-table/src/TableParts/Body.js +408 -0
- package/es/data-table/src/TableParts/BodyCheckbox.d.ts +25 -0
- package/es/data-table/src/TableParts/BodyCheckbox.js +30 -0
- package/es/data-table/src/TableParts/Cell.d.ts +1906 -0
- package/es/data-table/src/TableParts/Cell.js +46 -0
- package/es/data-table/src/TableParts/ExpandTrigger.d.ts +23 -0
- package/es/data-table/src/TableParts/ExpandTrigger.js +24 -0
- package/es/data-table/src/TableParts/Header.d.ts +975 -0
- package/es/data-table/src/TableParts/Header.js +127 -0
- package/es/data-table/src/TableParts/SelectionMenu.d.ts +18 -0
- package/es/data-table/src/TableParts/SelectionMenu.js +74 -0
- package/es/data-table/src/interface.d.ts +220 -0
- package/es/data-table/src/interface.js +1 -0
- package/es/data-table/src/styles/index.cssr.d.ts +3 -0
- package/es/data-table/src/styles/index.cssr.js +354 -0
- package/es/data-table/src/use-check.d.ts +21 -0
- package/es/data-table/src/use-check.js +117 -0
- package/es/data-table/src/use-expand.d.ts +7 -0
- package/es/data-table/src/use-expand.js +34 -0
- package/es/data-table/src/use-group-header.d.ts +20 -0
- package/es/data-table/src/use-group-header.js +102 -0
- package/es/data-table/src/use-scroll.d.ts +27 -0
- package/es/data-table/src/use-scroll.js +185 -0
- package/es/data-table/src/use-sorter.d.ts +20 -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 +296 -0
- package/es/data-table/src/utils.d.ts +15 -0
- package/es/data-table/src/utils.js +88 -0
- package/es/data-table/styles/_common.d.ts +15 -0
- package/es/data-table/styles/_common.js +14 -0
- package/es/data-table/styles/dark.d.ts +3 -0
- package/es/data-table/styles/dark.js +31 -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 +638 -0
- package/es/data-table/styles/light.js +42 -0
- package/es/date-picker/index.d.ts +2 -0
- package/es/date-picker/index.js +1 -0
- package/es/date-picker/src/DatePicker.d.ts +6607 -0
- package/es/date-picker/src/DatePicker.js +609 -0
- package/es/date-picker/src/config.d.ts +2 -0
- package/es/date-picker/src/config.js +3 -0
- package/es/date-picker/src/interface.d.ts +50 -0
- package/es/date-picker/src/interface.js +1 -0
- package/es/date-picker/src/panel/date.d.ts +1125 -0
- package/es/date-picker/src/panel/date.js +77 -0
- package/es/date-picker/src/panel/daterange.d.ts +1119 -0
- package/es/date-picker/src/panel/daterange.js +105 -0
- package/es/date-picker/src/panel/datetime.d.ts +1131 -0
- package/es/date-picker/src/panel/datetime.js +74 -0
- package/es/date-picker/src/panel/datetimerange.d.ts +1119 -0
- package/es/date-picker/src/panel/datetimerange.js +112 -0
- package/es/date-picker/src/panel/month.d.ts +1146 -0
- package/es/date-picker/src/panel/month.js +77 -0
- package/es/date-picker/src/panel/use-calendar.d.ts +1122 -0
- package/es/date-picker/src/panel/use-calendar.js +229 -0
- package/es/date-picker/src/panel/use-dual-calendar.d.ts +1122 -0
- package/es/date-picker/src/panel/use-dual-calendar.js +451 -0
- package/es/date-picker/src/panel/use-panel-common.d.ts +1063 -0
- package/es/date-picker/src/panel/use-panel-common.js +135 -0
- package/es/date-picker/src/styles/index.cssr.d.ts +2 -0
- package/es/date-picker/src/styles/index.cssr.js +321 -0
- package/es/date-picker/src/utils.d.ts +47 -0
- package/es/date-picker/src/utils.js +148 -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 +26 -0
- package/es/date-picker/styles/_common.js +26 -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 +645 -0
- package/es/date-picker/styles/light.js +25 -0
- package/es/descriptions/index.d.ts +4 -0
- package/es/descriptions/index.js +2 -0
- package/es/descriptions/src/Descriptions.d.ts +393 -0
- package/es/descriptions/src/Descriptions.js +139 -0
- package/es/descriptions/src/DescriptionsItem.d.ts +35 -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 +118 -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 +37 -0
- package/es/descriptions/styles/light.js +16 -0
- package/es/dialog/index.d.ts +5 -0
- package/es/dialog/index.js +3 -0
- package/es/dialog/src/Dialog.d.ts +1807 -0
- package/es/dialog/src/Dialog.js +144 -0
- package/es/dialog/src/DialogEnvironment.d.ts +136 -0
- package/es/dialog/src/DialogEnvironment.js +96 -0
- package/es/dialog/src/DialogProvider.d.ts +78 -0
- package/es/dialog/src/DialogProvider.js +73 -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 +88 -0
- package/es/dialog/src/use-dialog.d.ts +2 -0
- package/es/dialog/src/use-dialog.js +10 -0
- package/es/dialog/styles/_common.d.ts +13 -0
- package/es/dialog/styles/_common.js +12 -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 +256 -0
- package/es/dialog/styles/light.js +18 -0
- package/es/divider/index.d.ts +2 -0
- package/es/divider/index.js +1 -0
- package/es/divider/src/Divider.d.ts +89 -0
- package/es/divider/src/Divider.js +44 -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 +4 -0
- package/es/drawer/index.js +2 -0
- package/es/drawer/src/Drawer.d.ts +545 -0
- package/es/drawer/src/Drawer.js +174 -0
- package/es/drawer/src/DrawerBodyWrapper.d.ts +180 -0
- package/es/drawer/src/DrawerBodyWrapper.js +85 -0
- package/es/drawer/src/DrawerContent.d.ts +192 -0
- package/es/drawer/src/DrawerContent.js +49 -0
- package/es/drawer/src/interface.d.ts +12 -0
- package/es/drawer/src/interface.js +2 -0
- package/es/drawer/src/styles/index.cssr.d.ts +2 -0
- package/es/drawer/src/styles/index.cssr.js +116 -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 +3 -0
- package/es/drawer/styles/index.js +2 -0
- package/es/drawer/styles/light.d.ts +45 -0
- package/es/drawer/styles/light.js +33 -0
- package/es/dropdown/index.d.ts +3 -0
- package/es/dropdown/index.js +1 -0
- package/es/dropdown/src/Dropdown.d.ts +1157 -0
- package/es/dropdown/src/Dropdown.js +316 -0
- package/es/dropdown/src/DropdownDivider.d.ts +11 -0
- package/es/dropdown/src/DropdownDivider.js +13 -0
- package/es/dropdown/src/DropdownGroup.d.ts +28 -0
- package/es/dropdown/src/DropdownGroup.js +42 -0
- package/es/dropdown/src/DropdownGroupHeader.d.ts +22 -0
- package/es/dropdown/src/DropdownGroupHeader.js +49 -0
- package/es/dropdown/src/DropdownMenu.d.ts +42 -0
- package/es/dropdown/src/DropdownMenu.js +78 -0
- package/es/dropdown/src/DropdownOption.d.ts +60 -0
- package/es/dropdown/src/DropdownOption.js +213 -0
- package/es/dropdown/src/DropdownRenderOption.d.ts +14 -0
- package/es/dropdown/src/DropdownRenderOption.js +14 -0
- package/es/dropdown/src/interface.d.ts +41 -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 +128 -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 +129 -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 +2863 -0
- package/es/dynamic-input/src/DynamicInput.js +228 -0
- package/es/dynamic-input/src/InputPreset.d.ts +408 -0
- package/es/dynamic-input/src/InputPreset.js +36 -0
- package/es/dynamic-input/src/PairPreset.d.ts +429 -0
- package/es/dynamic-input/src/PairPreset.js +52 -0
- package/es/dynamic-input/src/interface.d.ts +11 -0
- package/es/dynamic-input/src/interface.js +1 -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/styles/_common.d.ts +4 -0
- package/es/dynamic-input/styles/_common.js +3 -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 +3 -0
- package/es/dynamic-input/styles/index.js +2 -0
- package/es/dynamic-input/styles/light.d.ts +265 -0
- package/es/dynamic-input/styles/light.js +18 -0
- package/es/dynamic-tags/index.d.ts +2 -0
- package/es/dynamic-tags/index.js +1 -0
- package/es/dynamic-tags/src/DynamicTags.d.ts +3529 -0
- package/es/dynamic-tags/src/DynamicTags.js +148 -0
- package/es/dynamic-tags/src/interface.d.ts +1 -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 +330 -0
- package/es/dynamic-tags/styles/light.js +22 -0
- package/es/element/index.d.ts +2 -0
- package/es/element/index.js +1 -0
- package/es/element/src/Element.d.ts +37 -0
- package/es/element/src/Element.js +36 -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 +2 -0
- package/es/ellipsis/index.js +1 -0
- package/es/ellipsis/src/Ellipsis.d.ts +406 -0
- package/es/ellipsis/src/Ellipsis.js +151 -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 +26 -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 +181 -0
- package/es/empty/src/Empty.js +67 -0
- package/es/empty/src/styles/index.cssr.d.ts +2 -0
- package/es/empty/src/styles/index.cssr.js +31 -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/form/index.d.ts +11 -0
- package/es/form/index.js +6 -0
- package/es/form/src/Feedbacks.d.ts +19 -0
- package/es/form/src/Feedbacks.js +17 -0
- package/es/form/src/Form.d.ts +394 -0
- package/es/form/src/Form.js +103 -0
- package/es/form/src/FormItem.d.ts +430 -0
- package/es/form/src/FormItem.js +291 -0
- package/es/form/src/FormItemCol.d.ts +437 -0
- package/es/form/src/FormItemCol.js +37 -0
- package/es/form/src/FormItemGridItem.d.ts +443 -0
- package/es/form/src/FormItemGridItem.js +39 -0
- package/es/form/src/FormItemRow.d.ts +455 -0
- package/es/form/src/FormItemRow.js +36 -0
- package/es/form/src/interface.d.ts +49 -0
- package/es/form/src/interface.js +2 -0
- package/es/form/src/styles/form-item.cssr.d.ts +2 -0
- package/es/form/src/styles/form-item.cssr.js +92 -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 +21 -0
- package/es/form/src/utils.js +155 -0
- package/es/form/styles/_common.d.ts +26 -0
- package/es/form/styles/_common.js +25 -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 +37 -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 +53 -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 +185 -0
- package/es/gradient-text/src/GradientText.js +73 -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 +96 -0
- package/es/grid/src/Grid.js +192 -0
- package/es/grid/src/GridItem.d.ts +72 -0
- package/es/grid/src/GridItem.js +59 -0
- package/es/icon/index.d.ts +1 -0
- package/es/icon/index.js +2 -0
- package/es/icon/src/Icon.d.ts +82 -0
- package/es/icon/src/Icon.js +58 -0
- package/es/icon/src/styles/index.cssr.d.ts +2 -0
- package/es/icon/src/styles/index.cssr.js +25 -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/image/index.d.ts +4 -0
- package/es/image/index.js +2 -0
- package/es/image/src/Image.d.ts +87 -0
- package/es/image/src/Image.js +59 -0
- package/es/image/src/ImageGroup.d.ts +36 -0
- package/es/image/src/ImageGroup.js +64 -0
- package/es/image/src/ImagePreview.d.ts +53 -0
- package/es/image/src/ImagePreview.js +254 -0
- package/es/image/src/icons.d.ts +2 -0
- package/es/image/src/icons.js +5 -0
- package/es/image/src/styles/index.cssr.d.ts +2 -0
- package/es/image/src/styles/index.cssr.js +62 -0
- package/es/image/styles/dark.d.ts +2 -0
- package/es/image/styles/dark.js +11 -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 +9 -0
- package/es/image/styles/light.js +12 -0
- package/es/index.d.ts +11 -0
- package/es/index.js +13 -0
- package/es/input/index.d.ts +7 -0
- package/es/input/index.js +3 -0
- package/es/input/src/Input.d.ts +1104 -0
- package/es/input/src/Input.js +740 -0
- package/es/input/src/InputGroup.d.ts +21 -0
- package/es/input/src/InputGroup.js +19 -0
- package/es/input/src/InputGroupLabel.d.ts +591 -0
- package/es/input/src/InputGroupLabel.js +44 -0
- package/es/input/src/WordCount.d.ts +2 -0
- package/es/input/src/WordCount.js +30 -0
- package/es/input/src/interface.d.ts +20 -0
- package/es/input/src/interface.js +1 -0
- package/es/input/src/styles/input-group-label.cssr.d.ts +2 -0
- package/es/input/src/styles/input-group-label.cssr.js +35 -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 +2 -0
- package/es/input/src/styles/input.cssr.js +278 -0
- package/es/input/src/utils.d.ts +2 -0
- package/es/input/src/utils.js +11 -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 +35 -0
- package/es/input/styles/index.d.ts +3 -0
- package/es/input/styles/index.js +2 -0
- package/es/input/styles/light.d.ts +66 -0
- package/es/input/styles/light.js +36 -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 +2889 -0
- package/es/input-number/src/InputNumber.js +367 -0
- package/es/input-number/src/interface.d.ts +5 -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 +5 -0
- package/es/input-number/src/utils.d.ts +4 -0
- package/es/input-number/src/utils.js +41 -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 +3 -0
- package/es/input-number/styles/index.js +2 -0
- package/es/input-number/styles/light.d.ts +266 -0
- package/es/input-number/styles/light.js +20 -0
- package/es/jest-setup.d.ts +0 -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 +802 -0
- package/es/layout/src/Layout.js +89 -0
- package/es/layout/src/LayoutContent.d.ts +388 -0
- package/es/layout/src/LayoutContent.js +2 -0
- package/es/layout/src/LayoutFooter.d.ts +308 -0
- package/es/layout/src/LayoutFooter.js +43 -0
- package/es/layout/src/LayoutHeader.d.ts +224 -0
- package/es/layout/src/LayoutHeader.js +50 -0
- package/es/layout/src/LayoutSider.d.ts +513 -0
- package/es/layout/src/LayoutSider.js +216 -0
- package/es/layout/src/ToggleBar.d.ts +16 -0
- package/es/layout/src/ToggleBar.js +16 -0
- package/es/layout/src/ToggleButton.d.ts +16 -0
- package/es/layout/src/ToggleButton.js +20 -0
- package/es/layout/src/interface.d.ts +13 -0
- package/es/layout/src/interface.js +5 -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 +132 -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 +62 -0
- package/es/legacy-grid/src/Col.js +56 -0
- package/es/legacy-grid/src/Row.d.ts +43 -0
- package/es/legacy-grid/src/Row.js +58 -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/list/index.d.ts +3 -0
- package/es/list/index.js +2 -0
- package/es/list/src/List.d.ts +154 -0
- package/es/list/src/List.js +51 -0
- package/es/list/src/ListItem.d.ts +4 -0
- package/es/list/src/ListItem.js +22 -0
- package/es/list/src/styles/index.cssr.d.ts +2 -0
- package/es/list/src/styles/index.cssr.js +65 -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 +3 -0
- package/es/list/styles/index.js +2 -0
- package/es/list/styles/light.d.ts +17 -0
- package/es/list/styles/light.js +22 -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 +20 -0
- package/es/loading-bar/src/LoadingBar.js +145 -0
- package/es/loading-bar/src/LoadingBarProvider.d.ts +106 -0
- package/es/loading-bar/src/LoadingBarProvider.js +74 -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/enUS.d.ts +94 -0
- package/es/locales/common/enUS.js +93 -0
- package/es/locales/common/jaJP.d.ts +3 -0
- package/es/locales/common/jaJP.js +93 -0
- package/es/locales/common/ruRU.d.ts +3 -0
- package/es/locales/common/ruRU.js +93 -0
- package/es/locales/common/ukUA.d.ts +3 -0
- package/es/locales/common/ukUA.js +93 -0
- package/es/locales/common/zhCN.d.ts +3 -0
- package/es/locales/common/zhCN.js +93 -0
- package/es/locales/date/enUS.d.ts +8 -0
- package/es/locales/date/enUS.js +6 -0
- package/es/locales/date/jaJP.d.ts +3 -0
- package/es/locales/date/jaJP.js +6 -0
- package/es/locales/date/ruRU.d.ts +3 -0
- package/es/locales/date/ruRU.js +6 -0
- package/es/locales/date/ukUA.d.ts +3 -0
- package/es/locales/date/ukUA.js +6 -0
- package/es/locales/date/zhCN.d.ts +3 -0
- package/es/locales/date/zhCN.js +6 -0
- package/es/locales/index.d.ts +12 -0
- package/es/locales/index.js +10 -0
- package/es/log/index.d.ts +2 -0
- package/es/log/index.js +1 -0
- package/es/log/src/Log.d.ts +550 -0
- package/es/log/src/Log.js +206 -0
- package/es/log/src/LogLine.d.ts +16 -0
- package/es/log/src/LogLine.js +50 -0
- package/es/log/src/LogLoader.d.ts +15 -0
- package/es/log/src/LogLoader.js +23 -0
- package/es/log/src/styles/index.cssr.d.ts +2 -0
- package/es/log/src/styles/index.cssr.js +56 -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 +37 -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 +1505 -0
- package/es/mention/src/Mention.js +340 -0
- package/es/mention/src/interface.d.ts +2 -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 +6 -0
- package/es/mention/src/utils.d.ts +65 -0
- package/es/mention/src/utils.js +205 -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 +123 -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 +1015 -0
- package/es/menu/src/Menu.js +247 -0
- package/es/menu/src/MenuOption.d.ts +534 -0
- package/es/menu/src/MenuOption.js +74 -0
- package/es/menu/src/MenuOptionContent.d.ts +350 -0
- package/es/menu/src/MenuOptionContent.js +82 -0
- package/es/menu/src/MenuOptionGroup.d.ts +61 -0
- package/es/menu/src/MenuOptionGroup.js +37 -0
- package/es/menu/src/Submenu.d.ts +387 -0
- package/es/menu/src/Submenu.js +119 -0
- package/es/menu/src/interface.d.ts +34 -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 +200 -0
- package/es/menu/src/use-menu-child-props.d.ts +16 -0
- package/es/menu/src/use-menu-child-props.js +14 -0
- package/es/menu/src/use-menu-child.d.ts +40 -0
- package/es/menu/src/use-menu-child.js +84 -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 +5 -0
- package/es/menu/src/utils.js +31 -0
- package/es/menu/styles/dark.d.ts +3 -0
- package/es/menu/styles/dark.js +21 -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 +123 -0
- package/es/menu/styles/light.js +35 -0
- package/es/message/index.d.ts +3 -0
- package/es/message/index.js +2 -0
- package/es/message/src/Message.d.ts +67 -0
- package/es/message/src/Message.js +84 -0
- package/es/message/src/MessageEnvironment.d.ts +74 -0
- package/es/message/src/MessageEnvironment.js +91 -0
- package/es/message/src/MessageProvider.d.ts +560 -0
- package/es/message/src/MessageProvider.js +97 -0
- package/es/message/src/message-props.d.ts +15 -0
- package/es/message/src/message-props.js +13 -0
- package/es/message/src/styles/index.cssr.d.ts +2 -0
- package/es/message/src/styles/index.cssr.js +127 -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 +12 -0
- package/es/message/styles/_common.js +11 -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 +3 -0
- package/es/message/styles/index.js +2 -0
- package/es/message/styles/light.d.ts +55 -0
- package/es/message/styles/light.js +13 -0
- package/es/modal/index.d.ts +2 -0
- package/es/modal/index.js +1 -0
- package/es/modal/src/BodyWrapper.d.ts +741 -0
- package/es/modal/src/BodyWrapper.js +175 -0
- package/es/modal/src/Modal.d.ts +3485 -0
- package/es/modal/src/Modal.js +206 -0
- package/es/modal/src/interface.d.ts +16 -0
- package/es/modal/src/interface.js +2 -0
- package/es/modal/src/presetProps.d.ts +41 -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 +47 -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 +274 -0
- package/es/modal/styles/light.js +24 -0
- package/es/notification/index.d.ts +3 -0
- package/es/notification/index.js +2 -0
- package/es/notification/src/Notification.d.ts +97 -0
- package/es/notification/src/Notification.js +103 -0
- package/es/notification/src/NotificationContainer.d.ts +151 -0
- package/es/notification/src/NotificationContainer.js +27 -0
- package/es/notification/src/NotificationEnvironment.d.ts +112 -0
- package/es/notification/src/NotificationEnvironment.js +110 -0
- package/es/notification/src/NotificationProvider.d.ts +357 -0
- package/es/notification/src/NotificationProvider.js +86 -0
- package/es/notification/src/styles/index.cssr.d.ts +2 -0
- package/es/notification/src/styles/index.cssr.js +163 -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 +7 -0
- package/es/notification/styles/_common.js +6 -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 +3 -0
- package/es/notification/styles/index.js +2 -0
- package/es/notification/styles/light.d.ts +57 -0
- package/es/notification/styles/light.js +19 -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 +143 -0
- package/es/page-header/src/PageHeader.js +62 -0
- package/es/page-header/src/styles/index.cssr.d.ts +2 -0
- package/es/page-header/src/styles/index.cssr.js +51 -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 +2728 -0
- package/es/pagination/src/Pagination.js +375 -0
- package/es/pagination/src/interface.d.ts +13 -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 +126 -0
- package/es/pagination/src/utils.d.ts +13 -0
- package/es/pagination/src/utils.js +80 -0
- package/es/pagination/styles/_common.d.ts +14 -0
- package/es/pagination/styles/_common.js +13 -0
- package/es/pagination/styles/dark.d.ts +3 -0
- package/es/pagination/styles/dark.js +24 -0
- package/es/pagination/styles/index.d.ts +3 -0
- package/es/pagination/styles/index.js +2 -0
- package/es/pagination/styles/light.d.ts +273 -0
- package/es/pagination/styles/light.js +19 -0
- package/es/popconfirm/index.d.ts +2 -0
- package/es/popconfirm/index.js +1 -0
- package/es/popconfirm/src/Popconfirm.d.ts +2541 -0
- package/es/popconfirm/src/Popconfirm.js +73 -0
- package/es/popconfirm/src/PopconfirmPanel.d.ts +67 -0
- package/es/popconfirm/src/PopconfirmPanel.js +69 -0
- package/es/popconfirm/src/interface.d.ts +8 -0
- package/es/popconfirm/src/interface.js +1 -0
- package/es/popconfirm/src/styles/index.cssr.d.ts +2 -0
- package/es/popconfirm/src/styles/index.cssr.js +25 -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 +224 -0
- package/es/popconfirm/styles/light.js +19 -0
- package/es/popover/index.d.ts +3 -0
- package/es/popover/index.js +1 -0
- package/es/popover/src/Popover.d.ts +505 -0
- package/es/popover/src/Popover.js +439 -0
- package/es/popover/src/PopoverBody.d.ts +247 -0
- package/es/popover/src/PopoverBody.js +225 -0
- package/es/popover/src/interface.d.ts +9 -0
- package/es/popover/src/interface.js +1 -0
- package/es/popover/src/styles/index.cssr.d.ts +3 -0
- package/es/popover/src/styles/index.cssr.js +132 -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 +2 -0
- package/es/popselect/index.js +1 -0
- package/es/popselect/src/Popselect.d.ts +1126 -0
- package/es/popselect/src/Popselect.js +59 -0
- package/es/popselect/src/PopselectPanel.d.ts +303 -0
- package/es/popselect/src/PopselectPanel.js +127 -0
- package/es/popselect/src/interface.d.ts +10 -0
- package/es/popselect/src/interface.js +1 -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 +72 -0
- package/es/popselect/styles/light.js +13 -0
- package/es/preset.d.ts +2 -0
- package/es/preset.js +5 -0
- package/es/progress/index.d.ts +2 -0
- package/es/progress/index.js +1 -0
- package/es/progress/src/Circle.d.ts +62 -0
- package/es/progress/src/Circle.js +81 -0
- package/es/progress/src/Line.d.ts +74 -0
- package/es/progress/src/Line.js +113 -0
- package/es/progress/src/MultipleCircle.d.ts +65 -0
- package/es/progress/src/MultipleCircle.js +86 -0
- package/es/progress/src/Progress.d.ts +378 -0
- package/es/progress/src/Progress.js +80 -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 +289 -0
- package/es/radio/src/Radio.js +54 -0
- package/es/radio/src/RadioButton.d.ts +52 -0
- package/es/radio/src/RadioButton.js +24 -0
- package/es/radio/src/RadioGroup.d.ts +404 -0
- package/es/radio/src/RadioGroup.js +155 -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 +95 -0
- package/es/radio/src/styles/radio.cssr.d.ts +2 -0
- package/es/radio/src/styles/radio.cssr.js +88 -0
- package/es/radio/src/use-radio.d.ts +80 -0
- package/es/radio/src/use-radio.js +155 -0
- package/es/radio/styles/_common.d.ts +7 -0
- package/es/radio/styles/_common.js +6 -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 +3 -0
- package/es/radio/styles/index.js +2 -0
- package/es/radio/styles/light.d.ts +42 -0
- package/es/radio/styles/light.js +15 -0
- package/es/rate/index.d.ts +2 -0
- package/es/rate/index.js +1 -0
- package/es/rate/src/Rate.d.ts +150 -0
- package/es/rate/src/Rate.js +127 -0
- package/es/rate/src/StarIcon.d.ts +2 -0
- package/es/rate/src/StarIcon.js +3 -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 +292 -0
- package/es/result/src/Result.js +66 -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 +76 -0
- package/es/scrollbar/src/ScrollBar.js +22 -0
- package/es/select/index.d.ts +3 -0
- package/es/select/index.js +1 -0
- package/es/select/src/Select.d.ts +1762 -0
- package/es/select/src/Select.js +607 -0
- package/es/select/src/interface.d.ts +44 -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 +12 -0
- package/es/select/src/utils.d.ts +10 -0
- package/es/select/src/utils.js +80 -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 +131 -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 +160 -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 +503 -0
- package/es/slider/src/Slider.js +776 -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 +133 -0
- package/es/slider/src/utils.d.ts +1 -0
- package/es/slider/src/utils.js +3 -0
- package/es/slider/styles/_common.d.ts +8 -0
- package/es/slider/styles/_common.js +7 -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 +34 -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 +119 -0
- package/es/space/src/Space.js +93 -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 +3 -0
- package/es/space/styles/index.js +2 -0
- package/es/space/styles/light.d.ts +10 -0
- package/es/space/styles/light.js +9 -0
- package/es/spin/index.d.ts +2 -0
- package/es/spin/index.js +1 -0
- package/es/spin/src/Spin.d.ts +183 -0
- package/es/spin/src/Spin.js +92 -0
- package/es/spin/src/styles/index.cssr.d.ts +2 -0
- package/es/spin/src/styles/index.cssr.js +51 -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 +21 -0
- package/es/statistic/index.d.ts +2 -0
- package/es/statistic/index.js +1 -0
- package/es/statistic/src/Statistic.d.ts +140 -0
- package/es/statistic/src/Statistic.js +48 -0
- package/es/statistic/src/styles/index.cssr.d.ts +2 -0
- package/es/statistic/src/styles/index.cssr.js +37 -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 +3 -0
- package/es/statistic/styles/index.js +2 -0
- package/es/statistic/styles/light.d.ts +15 -0
- package/es/statistic/styles/light.js +19 -0
- package/es/steps/index.d.ts +4 -0
- package/es/steps/index.js +2 -0
- package/es/steps/src/Step.d.ts +56 -0
- package/es/steps/src/Step.js +103 -0
- package/es/steps/src/Steps.d.ts +372 -0
- package/es/steps/src/Steps.js +49 -0
- package/es/steps/src/styles/index.cssr.d.ts +2 -0
- package/es/steps/src/styles/index.cssr.js +111 -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 +3 -0
- package/es/steps/styles/index.js +2 -0
- package/es/steps/styles/light.d.ts +41 -0
- package/es/steps/styles/light.js +12 -0
- package/es/styles.d.ts +70 -0
- package/es/styles.js +71 -0
- package/es/switch/index.d.ts +2 -0
- package/es/switch/index.js +1 -0
- package/es/switch/src/Switch.d.ts +422 -0
- package/es/switch/src/Switch.js +170 -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 +122 -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 +37 -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 +311 -0
- package/es/table/src/Table.js +65 -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 +95 -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 +3 -0
- package/es/table/styles/index.js +2 -0
- package/es/table/styles/light.d.ts +31 -0
- package/es/table/styles/light.js +17 -0
- package/es/tabs/index.d.ts +4 -0
- package/es/tabs/index.js +2 -0
- package/es/tabs/src/Tab.d.ts +69 -0
- package/es/tabs/src/Tab.js +81 -0
- package/es/tabs/src/TabPane.d.ts +85 -0
- package/es/tabs/src/TabPane.js +49 -0
- package/es/tabs/src/Tabs.d.ts +749 -0
- package/es/tabs/src/Tabs.js +371 -0
- package/es/tabs/src/interface.d.ts +27 -0
- package/es/tabs/src/interface.js +1 -0
- package/es/tabs/src/styles/index.cssr.d.ts +2 -0
- package/es/tabs/src/styles/index.cssr.js +204 -0
- package/es/tabs/styles/_common.d.ts +33 -0
- package/es/tabs/styles/_common.js +32 -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 +68 -0
- package/es/tabs/styles/light.js +15 -0
- package/es/tag/index.d.ts +2 -0
- package/es/tag/index.js +1 -0
- package/es/tag/src/Tag.d.ts +720 -0
- package/es/tag/src/Tag.js +114 -0
- package/es/tag/src/common-props.d.ts +24 -0
- package/es/tag/src/common-props.js +17 -0
- package/es/tag/src/styles/index.cssr.d.ts +2 -0
- package/es/tag/src/styles/index.cssr.js +89 -0
- package/es/tag/src/styles/rtl.cssr.d.ts +2 -0
- package/es/tag/src/styles/rtl.cssr.js +6 -0
- package/es/tag/styles/_common.d.ts +9 -0
- package/es/tag/styles/_common.js +9 -0
- package/es/tag/styles/dark.d.ts +3 -0
- package/es/tag/styles/dark.js +17 -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 +68 -0
- package/es/tag/styles/light.js +18 -0
- package/es/tag/styles/rtl.d.ts +5 -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/ThemeEditor.d.ts +128 -0
- package/es/theme-editor/src/ThemeEditor.js +303 -0
- package/es/themes/dark.d.ts +2 -0
- package/es/themes/dark.js +152 -0
- package/es/themes/index.d.ts +2 -0
- package/es/themes/index.js +2 -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 +154 -0
- package/es/themes/utils.d.ts +5 -0
- package/es/themes/utils.js +7 -0
- package/es/thing/index.d.ts +2 -0
- package/es/thing/index.js +1 -0
- package/es/thing/src/Thing.d.ts +95 -0
- package/es/thing/src/Thing.js +69 -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/styles/dark.d.ts +3 -0
- package/es/thing/styles/dark.js +8 -0
- package/es/thing/styles/index.d.ts +3 -0
- package/es/thing/styles/index.js +2 -0
- package/es/thing/styles/light.d.ts +12 -0
- package/es/thing/styles/light.js +16 -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 +89 -0
- package/es/time-picker/index.d.ts +2 -0
- package/es/time-picker/index.js +1 -0
- package/es/time-picker/src/Panel.d.ts +573 -0
- package/es/time-picker/src/Panel.js +245 -0
- package/es/time-picker/src/PanelCol.d.ts +31 -0
- package/es/time-picker/src/PanelCol.js +32 -0
- package/es/time-picker/src/TimePicker.d.ts +3206 -0
- package/es/time-picker/src/TimePicker.js +576 -0
- package/es/time-picker/src/interface.d.ts +28 -0
- package/es/time-picker/src/interface.js +1 -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 +298 -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 +270 -0
- package/es/timeline/src/Timeline.js +35 -0
- package/es/timeline/src/TimelineItem.d.ts +55 -0
- package/es/timeline/src/TimelineItem.js +59 -0
- package/es/timeline/src/styles/index.cssr.d.ts +2 -0
- package/es/timeline/src/styles/index.cssr.js +103 -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 +586 -0
- package/es/tooltip/src/Tooltip.js +33 -0
- package/es/tooltip/styles/_common.d.ts +4 -0
- package/es/tooltip/styles/_common.js +3 -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 +33 -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 +3542 -0
- package/es/transfer/src/Transfer.js +216 -0
- package/es/transfer/src/TransferFilter.d.ts +492 -0
- package/es/transfer/src/TransferFilter.js +40 -0
- package/es/transfer/src/TransferHeader.d.ts +24 -0
- package/es/transfer/src/TransferHeader.js +47 -0
- package/es/transfer/src/TransferList.d.ts +522 -0
- package/es/transfer/src/TransferList.js +95 -0
- package/es/transfer/src/TransferListItem.d.ts +490 -0
- package/es/transfer/src/TransferListItem.js +65 -0
- package/es/transfer/src/interface.d.ts +31 -0
- package/es/transfer/src/interface.js +1 -0
- package/es/transfer/src/styles/index.cssr.d.ts +2 -0
- package/es/transfer/src/styles/index.cssr.js +211 -0
- package/es/transfer/src/use-transfer-data.d.ts +41 -0
- package/es/transfer/src/use-transfer-data.js +145 -0
- package/es/transfer/styles/_common.d.ts +5 -0
- package/es/transfer/styles/_common.js +4 -0
- package/es/transfer/styles/dark.d.ts +3 -0
- package/es/transfer/styles/dark.js +27 -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 +353 -0
- package/es/transfer/styles/light.js +31 -0
- package/es/tree/index.d.ts +3 -0
- package/es/tree/index.js +1 -0
- package/es/tree/src/MotionWrapper.d.ts +35 -0
- package/es/tree/src/MotionWrapper.js +37 -0
- package/es/tree/src/Tree.d.ts +1259 -0
- package/es/tree/src/Tree.js +973 -0
- package/es/tree/src/TreeNode.d.ts +53 -0
- package/es/tree/src/TreeNode.js +231 -0
- package/es/tree/src/TreeNodeCheckbox.d.ts +194 -0
- package/es/tree/src/TreeNodeCheckbox.js +43 -0
- package/es/tree/src/TreeNodeContent.d.ts +46 -0
- package/es/tree/src/TreeNodeContent.js +68 -0
- package/es/tree/src/TreeNodeSwitcher.d.ts +29 -0
- package/es/tree/src/TreeNodeSwitcher.js +30 -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 +107 -0
- package/es/tree/src/interface.js +1 -0
- package/es/tree/src/keyboard.d.ts +14 -0
- package/es/tree/src/keyboard.js +103 -0
- package/es/tree/src/styles/index.cssr.d.ts +2 -0
- package/es/tree/src/styles/index.cssr.js +131 -0
- package/es/tree/src/utils.d.ts +7 -0
- package/es/tree/src/utils.js +39 -0
- package/es/tree/styles/dark.d.ts +3 -0
- package/es/tree/styles/dark.js +20 -0
- package/es/tree/styles/index.d.ts +3 -0
- package/es/tree/styles/index.js +2 -0
- package/es/tree/styles/light.d.ts +61 -0
- package/es/tree/styles/light.js +30 -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 +1877 -0
- package/es/tree-select/src/TreeSelect.js +554 -0
- package/es/tree-select/src/interface.d.ts +15 -0
- package/es/tree-select/src/interface.js +1 -0
- package/es/tree-select/src/styles/index.cssr.d.ts +2 -0
- package/es/tree-select/src/styles/index.cssr.js +29 -0
- package/es/tree-select/src/utils.d.ts +10 -0
- package/es/tree-select/src/utils.js +74 -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 +145 -0
- package/es/tree-select/styles/light.js +26 -0
- package/es/typography/index.d.ts +21 -0
- package/es/typography/index.js +9 -0
- package/es/typography/src/a.d.ts +612 -0
- package/es/typography/src/a.js +26 -0
- package/es/typography/src/blockquote.d.ts +622 -0
- package/es/typography/src/blockquote.js +33 -0
- package/es/typography/src/create-header.d.ts +641 -0
- package/es/typography/src/create-header.js +49 -0
- package/es/typography/src/headers.d.ts +2586 -0
- package/es/typography/src/headers.js +7 -0
- package/es/typography/src/hr.d.ts +409 -0
- package/es/typography/src/hr.js +23 -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 +624 -0
- package/es/typography/src/ol.js +35 -0
- package/es/typography/src/p.d.ts +620 -0
- package/es/typography/src/p.js +31 -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 +678 -0
- package/es/typography/src/text.js +66 -0
- package/es/typography/src/ul.d.ts +624 -0
- package/es/typography/src/ul.js +35 -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 +7 -0
- package/es/upload/index.js +4 -0
- package/es/upload/src/Upload.d.ts +2713 -0
- package/es/upload/src/Upload.js +400 -0
- package/es/upload/src/UploadDragger.d.ts +3 -0
- package/es/upload/src/UploadDragger.js +21 -0
- package/es/upload/src/UploadFile.d.ts +393 -0
- package/es/upload/src/UploadFile.js +239 -0
- package/es/upload/src/UploadFileList.d.ts +2 -0
- package/es/upload/src/UploadFileList.js +32 -0
- package/es/upload/src/UploadProgress.d.ts +374 -0
- package/es/upload/src/UploadProgress.js +30 -0
- package/es/upload/src/UploadTrigger.d.ts +12 -0
- package/es/upload/src/UploadTrigger.js +71 -0
- package/es/upload/src/icons.d.ts +6 -0
- package/es/upload/src/icons.js +11 -0
- package/es/upload/src/interface.d.ts +86 -0
- package/es/upload/src/interface.js +1 -0
- package/es/upload/src/styles/index.cssr.d.ts +2 -0
- package/es/upload/src/styles/index.cssr.js +225 -0
- package/es/upload/src/utils.d.ts +8 -0
- package/es/upload/src/utils.js +63 -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 +257 -0
- package/es/upload/styles/light.js +37 -0
- package/es/version.d.ts +2 -0
- package/es/version.js +1 -0
- package/lib/_internal/clear/index.d.ts +1 -0
- package/lib/_internal/clear/index.js +5 -0
- package/lib/_internal/clear/src/Clear.d.ts +24 -0
- package/lib/_internal/clear/src/Clear.js +40 -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 +5 -0
- package/lib/_internal/close/src/Close.d.ts +24 -0
- package/lib/_internal/close/src/Close.js +33 -0
- package/lib/_internal/close/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/close/src/styles/index.cssr.js +24 -0
- package/lib/_internal/fade-in-expand-transition/index.d.ts +1 -0
- package/lib/_internal/fade-in-expand-transition/index.js +5 -0
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.d.ts +38 -0
- package/lib/_internal/fade-in-expand-transition/src/FadeInExpandTransition.js +105 -0
- package/lib/_internal/focus-detector/index.d.ts +2 -0
- package/lib/_internal/focus-detector/index.js +4 -0
- package/lib/_internal/focus-detector/src/FocusDetector.d.ts +12 -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 +5 -0
- package/lib/_internal/icon/src/Icon.d.ts +43 -0
- package/lib/_internal/icon/src/Icon.js +33 -0
- package/lib/_internal/icon/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/icon/src/styles/index.cssr.js +21 -0
- package/lib/_internal/icon-switch-transition/index.d.ts +1 -0
- package/lib/_internal/icon-switch-transition/index.js +5 -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 +12 -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/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 +8 -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/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 +11 -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 +40 -0
- package/lib/_internal/icons/index.js +83 -0
- package/lib/_internal/icons/replaceable.d.ts +2 -0
- package/lib/_internal/icons/replaceable.js +21 -0
- package/lib/_internal/index.d.ts +18 -0
- package/lib/_internal/index.js +32 -0
- package/lib/_internal/loading/index.d.ts +1 -0
- package/lib/_internal/loading/index.js +5 -0
- package/lib/_internal/loading/src/Loading.d.ts +48 -0
- package/lib/_internal/loading/src/Loading.js +53 -0
- package/lib/_internal/loading/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/loading/src/styles/index.cssr.js +28 -0
- package/lib/_internal/menu-mask/index.d.ts +2 -0
- package/lib/_internal/menu-mask/index.js +5 -0
- package/lib/_internal/menu-mask/src/MenuMask.d.ts +15 -0
- package/lib/_internal/menu-mask/src/MenuMask.js +43 -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 +23 -0
- package/lib/_internal/scrollbar/index.d.ts +2 -0
- package/lib/_internal/scrollbar/index.js +6 -0
- package/lib/_internal/scrollbar/src/ScrollBar.d.ts +210 -0
- package/lib/_internal/scrollbar/src/ScrollBar.js +514 -0
- package/lib/_internal/scrollbar/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/scrollbar/src/styles/index.cssr.js +69 -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 +3 -0
- package/lib/_internal/scrollbar/styles/index.js +7 -0
- package/lib/_internal/scrollbar/styles/light.d.ts +10 -0
- package/lib/_internal/scrollbar/styles/light.js +18 -0
- package/lib/_internal/select-menu/index.d.ts +2 -0
- package/lib/_internal/select-menu/index.js +5 -0
- package/lib/_internal/select-menu/src/SelectGroupHeader.d.ts +24 -0
- package/lib/_internal/select-menu/src/SelectGroupHeader.js +39 -0
- package/lib/_internal/select-menu/src/SelectMenu.d.ts +650 -0
- package/lib/_internal/select-menu/src/SelectMenu.js +298 -0
- package/lib/_internal/select-menu/src/SelectOption.d.ts +31 -0
- package/lib/_internal/select-menu/src/SelectOption.js +111 -0
- package/lib/_internal/select-menu/src/interface.d.ts +35 -0
- package/lib/_internal/select-menu/src/interface.js +5 -0
- package/lib/_internal/select-menu/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/select-menu/src/styles/index.cssr.js +102 -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 +7 -0
- package/lib/_internal/select-menu/styles/light.d.ts +90 -0
- package/lib/_internal/select-menu/styles/light.js +23 -0
- package/lib/_internal/selection/index.d.ts +2 -0
- package/lib/_internal/selection/index.js +5 -0
- package/lib/_internal/selection/src/Selection.d.ts +815 -0
- package/lib/_internal/selection/src/Selection.js +538 -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 +236 -0
- package/lib/_internal/selection/styles/_common.d.ts +6 -0
- package/lib/_internal/selection/styles/_common.js +7 -0
- package/lib/_internal/selection/styles/dark.d.ts +3 -0
- package/lib/_internal/selection/styles/dark.js +48 -0
- package/lib/_internal/selection/styles/index.d.ts +3 -0
- package/lib/_internal/selection/styles/index.js +7 -0
- package/lib/_internal/selection/styles/light.d.ts +125 -0
- package/lib/_internal/selection/styles/light.js +50 -0
- package/lib/_internal/slot-machine/index.d.ts +1 -0
- package/lib/_internal/slot-machine/index.js +5 -0
- package/lib/_internal/slot-machine/src/SlotMachine.d.ts +33 -0
- package/lib/_internal/slot-machine/src/SlotMachine.js +77 -0
- package/lib/_internal/slot-machine/src/SlotMachineNumber.d.ts +34 -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 +109 -0
- package/lib/_internal/suffix/index.d.ts +1 -0
- package/lib/_internal/suffix/index.js +5 -0
- package/lib/_internal/suffix/src/Suffix.d.ts +35 -0
- package/lib/_internal/suffix/src/Suffix.js +36 -0
- package/lib/_internal/wave/index.d.ts +2 -0
- package/lib/_internal/wave/index.js +5 -0
- package/lib/_internal/wave/src/Wave.d.ts +18 -0
- package/lib/_internal/wave/src/Wave.js +53 -0
- package/lib/_internal/wave/src/styles/index.cssr.d.ts +2 -0
- package/lib/_internal/wave/src/styles/index.cssr.js +16 -0
- package/lib/_mixins/index.d.ts +8 -0
- package/lib/_mixins/index.js +17 -0
- package/lib/_mixins/use-config.d.ts +16 -0
- package/lib/_mixins/use-config.js +27 -0
- package/lib/_mixins/use-form-item.d.ts +33 -0
- package/lib/_mixins/use-form-item.js +65 -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 +6 -0
- package/lib/_mixins/use-locale.js +21 -0
- package/lib/_mixins/use-rtl.d.ts +3 -0
- package/lib/_mixins/use-rtl.js +51 -0
- package/lib/_mixins/use-style.d.ts +3 -0
- package/lib/_mixins/use-style.js +37 -0
- package/lib/_mixins/use-theme.d.ts +94 -0
- package/lib/_mixins/use-theme.js +108 -0
- package/lib/_styles/common/_common.d.ts +25 -0
- package/lib/_styles/common/_common.js +26 -0
- package/lib/_styles/common/dark.d.ts +3 -0
- package/lib/_styles/common/dark.js +93 -0
- package/lib/_styles/common/index.d.ts +3 -0
- package/lib/_styles/common/index.js +7 -0
- package/lib/_styles/common/light.d.ts +101 -0
- package/lib/_styles/common/light.js +95 -0
- package/lib/_styles/global/index.cssr.d.ts +2 -0
- package/lib/_styles/global/index.cssr.js +31 -0
- package/lib/_styles/transitions/fade-down.cssr.d.ts +11 -0
- package/lib/_styles/transitions/fade-down.cssr.js +36 -0
- package/lib/_styles/transitions/fade-in-height-expand.cssr.d.ts +13 -0
- package/lib/_styles/transitions/fade-in-height-expand.cssr.js +62 -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 +42 -0
- package/lib/_styles/transitions/fade-in.cssr.d.ts +10 -0
- package/lib/_styles/transitions/fade-in.cssr.js +33 -0
- package/lib/_styles/transitions/fade-up-width-expand.cssr.d.ts +6 -0
- package/lib/_styles/transitions/fade-up-width-expand.cssr.js +47 -0
- package/lib/_styles/transitions/icon-switch.cssr.d.ts +9 -0
- package/lib/_styles/transitions/icon-switch.cssr.js +36 -0
- package/lib/_styles/transitions/slide-in-from-bottom.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-bottom.js +28 -0
- package/lib/_styles/transitions/slide-in-from-left.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-left.js +28 -0
- package/lib/_styles/transitions/slide-in-from-right.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-right.js +28 -0
- package/lib/_styles/transitions/slide-in-from-top.d.ts +8 -0
- package/lib/_styles/transitions/slide-in-from-top.js +28 -0
- package/lib/_utils/color/index.d.ts +2 -0
- package/lib/_utils/color/index.js +12 -0
- package/lib/_utils/composable/index.d.ts +7 -0
- package/lib/_utils/composable/index.js +122 -0
- package/lib/_utils/composable/use-adjusted-to.d.ts +14 -0
- package/lib/_utils/composable/use-adjusted-to.js +44 -0
- package/lib/_utils/composable/use-browser-location.d.ts +13 -0
- package/lib/_utils/composable/use-browser-location.js +40 -0
- package/lib/_utils/composable/use-houdini.d.ts +1 -0
- package/lib/_utils/composable/use-houdini.js +29 -0
- package/lib/_utils/css/format-length.d.ts +7 -0
- package/lib/_utils/css/format-length.js +33 -0
- package/lib/_utils/css/index.d.ts +1 -0
- package/lib/_utils/css/index.js +5 -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 +12 -0
- package/lib/_utils/cssr/index.js +60 -0
- package/lib/_utils/index.d.ts +7 -0
- package/lib/_utils/index.js +37 -0
- package/lib/_utils/naive/attribute.d.ts +2 -0
- package/lib/_utils/naive/attribute.js +15 -0
- package/lib/_utils/naive/extract-public-props.d.ts +6 -0
- package/lib/_utils/naive/extract-public-props.js +2 -0
- package/lib/_utils/naive/index.d.ts +6 -0
- package/lib/_utils/naive/index.js +23 -0
- package/lib/_utils/naive/mutable.d.ts +3 -0
- package/lib/_utils/naive/mutable.js +2 -0
- package/lib/_utils/naive/prop.d.ts +2 -0
- package/lib/_utils/naive/prop.js +29 -0
- package/lib/_utils/naive/warn.d.ts +3 -0
- package/lib/_utils/naive/warn.js +20 -0
- package/lib/_utils/naive/window.d.ts +1 -0
- package/lib/_utils/naive/window.js +4 -0
- package/lib/_utils/vue/call.d.ts +6 -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-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 +12 -0
- package/lib/_utils/vue/index.js +25 -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/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/affix/index.d.ts +2 -0
- package/lib/affix/index.js +5 -0
- package/lib/affix/src/Affix.d.ts +89 -0
- package/lib/affix/src/Affix.js +187 -0
- package/lib/affix/src/styles/index.cssr.d.ts +2 -0
- package/lib/affix/src/styles/index.cssr.js +13 -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 +5 -0
- package/lib/alert/src/Alert.d.ts +729 -0
- package/lib/alert/src/Alert.js +138 -0
- package/lib/alert/src/styles/index.cssr.d.ts +2 -0
- package/lib/alert/src/styles/index.cssr.js +91 -0
- package/lib/alert/styles/_common.d.ts +8 -0
- package/lib/alert/styles/_common.js +9 -0
- package/lib/alert/styles/dark.d.ts +3 -0
- package/lib/alert/styles/dark.js +19 -0
- package/lib/alert/styles/index.d.ts +3 -0
- package/lib/alert/styles/index.js +7 -0
- package/lib/alert/styles/light.d.ts +57 -0
- package/lib/alert/styles/light.js +18 -0
- package/lib/anchor/index.d.ts +4 -0
- package/lib/anchor/index.js +7 -0
- package/lib/anchor/src/AnchorAdapter.d.ts +270 -0
- package/lib/anchor/src/AnchorAdapter.js +49 -0
- package/lib/anchor/src/BaseAnchor.d.ts +87 -0
- package/lib/anchor/src/BaseAnchor.js +260 -0
- package/lib/anchor/src/Link.d.ts +27 -0
- package/lib/anchor/src/Link.js +46 -0
- package/lib/anchor/src/styles/index.cssr.d.ts +2 -0
- package/lib/anchor/src/styles/index.cssr.js +96 -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 +7 -0
- package/lib/anchor/styles/light.d.ts +19 -0
- package/lib/anchor/styles/light.js +17 -0
- package/lib/auto-complete/index.d.ts +3 -0
- package/lib/auto-complete/index.js +5 -0
- package/lib/auto-complete/src/AutoComplete.d.ts +1481 -0
- package/lib/auto-complete/src/AutoComplete.js +251 -0
- package/lib/auto-complete/src/interface.d.ts +9 -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 +24 -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 +7 -0
- package/lib/auto-complete/styles/light.d.ts +123 -0
- package/lib/auto-complete/styles/light.js +24 -0
- package/lib/avatar/index.d.ts +2 -0
- package/lib/avatar/index.js +5 -0
- package/lib/avatar/src/Avatar.d.ts +161 -0
- package/lib/avatar/src/Avatar.js +72 -0
- package/lib/avatar/src/styles/index.cssr.d.ts +2 -0
- package/lib/avatar/src/styles/index.cssr.js +43 -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 +7 -0
- package/lib/avatar/styles/light.d.ts +16 -0
- package/lib/avatar/styles/light.js +24 -0
- package/lib/back-top/index.d.ts +2 -0
- package/lib/back-top/index.js +5 -0
- package/lib/back-top/src/BackTop.d.ts +281 -0
- package/lib/back-top/src/BackTop.js +219 -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 +59 -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 +13 -0
- package/lib/back-top/styles/index.d.ts +3 -0
- package/lib/back-top/styles/index.js +7 -0
- package/lib/back-top/styles/light.d.ts +20 -0
- package/lib/back-top/styles/light.js +14 -0
- package/lib/badge/index.d.ts +2 -0
- package/lib/badge/index.js +5 -0
- package/lib/badge/src/Badge.d.ts +177 -0
- package/lib/badge/src/Badge.js +83 -0
- package/lib/badge/src/styles/index.cssr.d.ts +2 -0
- package/lib/badge/src/styles/index.cssr.js +87 -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 +3 -0
- package/lib/badge/styles/index.js +7 -0
- package/lib/badge/styles/light.d.ts +15 -0
- package/lib/badge/styles/light.js +21 -0
- package/lib/breadcrumb/index.d.ts +4 -0
- package/lib/breadcrumb/index.js +7 -0
- package/lib/breadcrumb/src/Breadcrumb.d.ts +124 -0
- package/lib/breadcrumb/src/Breadcrumb.js +44 -0
- package/lib/breadcrumb/src/BreadcrumbItem.d.ts +17 -0
- package/lib/breadcrumb/src/BreadcrumbItem.js +40 -0
- package/lib/breadcrumb/src/styles/index.cssr.d.ts +2 -0
- package/lib/breadcrumb/src/styles/index.cssr.js +60 -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 +7 -0
- package/lib/breadcrumb/styles/light.d.ts +15 -0
- package/lib/breadcrumb/styles/light.js +16 -0
- package/lib/button/index.d.ts +4 -0
- package/lib/button/index.js +8 -0
- package/lib/button/src/Button.d.ts +1967 -0
- package/lib/button/src/Button.js +354 -0
- package/lib/button/src/ButtonGroup.d.ts +35 -0
- package/lib/button/src/ButtonGroup.js +33 -0
- package/lib/button/src/interface.d.ts +2 -0
- package/lib/button/src/interface.js +2 -0
- package/lib/button/src/styles/button-group.cssr.d.ts +3 -0
- package/lib/button/src/styles/button-group.cssr.js +63 -0
- package/lib/button/src/styles/button-rtl.cssr.d.ts +2 -0
- package/lib/button/src/styles/button-rtl.cssr.js +17 -0
- package/lib/button/src/styles/button.cssr.d.ts +2 -0
- package/lib/button/src/styles/button.cssr.js +190 -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 +14 -0
- package/lib/button/styles/index.d.ts +4 -0
- package/lib/button/styles/index.js +9 -0
- package/lib/button/styles/light.d.ts +201 -0
- package/lib/button/styles/light.js +31 -0
- package/lib/button/styles/rtl.d.ts +5 -0
- package/lib/button/styles/rtl.js +7 -0
- package/lib/calendar/index.d.ts +2 -0
- package/lib/calendar/index.js +5 -0
- package/lib/calendar/src/Calendar.d.ts +2383 -0
- package/lib/calendar/src/Calendar.js +147 -0
- package/lib/calendar/src/interface.d.ts +6 -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 +140 -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 +7 -0
- package/lib/calendar/styles/light.d.ts +244 -0
- package/lib/calendar/styles/light.js +23 -0
- package/lib/card/index.d.ts +2 -0
- package/lib/card/index.js +5 -0
- package/lib/card/src/Card.d.ts +563 -0
- package/lib/card/src/Card.js +114 -0
- package/lib/card/src/styles/index.cssr.d.ts +2 -0
- package/lib/card/src/styles/index.cssr.js +123 -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 +12 -0
- package/lib/card/styles/_common.js +13 -0
- package/lib/card/styles/dark.d.ts +3 -0
- package/lib/card/styles/dark.js +15 -0
- package/lib/card/styles/index.d.ts +4 -0
- package/lib/card/styles/index.js +9 -0
- package/lib/card/styles/light.d.ts +37 -0
- package/lib/card/styles/light.js +16 -0
- package/lib/card/styles/rtl.d.ts +5 -0
- package/lib/card/styles/rtl.js +7 -0
- package/lib/carousel/index.d.ts +2 -0
- package/lib/carousel/index.js +5 -0
- package/lib/carousel/src/Carousel.d.ts +135 -0
- package/lib/carousel/src/Carousel.js +303 -0
- package/lib/carousel/src/styles/index.cssr.d.ts +2 -0
- package/lib/carousel/src/styles/index.cssr.js +121 -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 +7 -0
- package/lib/carousel/styles/light.d.ts +12 -0
- package/lib/carousel/styles/light.js +19 -0
- package/lib/cascader/index.d.ts +3 -0
- package/lib/cascader/index.js +5 -0
- package/lib/cascader/src/Cascader.d.ts +2194 -0
- package/lib/cascader/src/Cascader.js +740 -0
- package/lib/cascader/src/CascaderMenu.d.ts +77 -0
- package/lib/cascader/src/CascaderMenu.js +125 -0
- package/lib/cascader/src/CascaderOption.d.ts +354 -0
- package/lib/cascader/src/CascaderOption.js +182 -0
- package/lib/cascader/src/CascaderSelectMenu.d.ts +393 -0
- package/lib/cascader/src/CascaderSelectMenu.js +141 -0
- package/lib/cascader/src/CascaderSubmenu.d.ts +362 -0
- package/lib/cascader/src/CascaderSubmenu.js +67 -0
- package/lib/cascader/src/interface.d.ts +71 -0
- package/lib/cascader/src/interface.js +4 -0
- package/lib/cascader/src/styles/index.cssr.d.ts +2 -0
- package/lib/cascader/src/styles/index.cssr.js +139 -0
- package/lib/cascader/src/utils.d.ts +14 -0
- package/lib/cascader/src/utils.js +56 -0
- package/lib/cascader/styles/dark.d.ts +3 -0
- package/lib/cascader/styles/dark.js +20 -0
- package/lib/cascader/styles/index.d.ts +3 -0
- package/lib/cascader/styles/index.js +7 -0
- package/lib/cascader/styles/light.d.ts +191 -0
- package/lib/cascader/styles/light.js +42 -0
- package/lib/checkbox/index.d.ts +4 -0
- package/lib/checkbox/index.js +7 -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 +534 -0
- package/lib/checkbox/src/Checkbox.js +219 -0
- package/lib/checkbox/src/CheckboxGroup.d.ts +84 -0
- package/lib/checkbox/src/CheckboxGroup.js +133 -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 +2 -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 +145 -0
- package/lib/checkbox/styles/_common.d.ts +7 -0
- package/lib/checkbox/styles/_common.js +8 -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 +3 -0
- package/lib/checkbox/styles/index.js +7 -0
- package/lib/checkbox/styles/light.d.ts +34 -0
- package/lib/checkbox/styles/light.js +19 -0
- package/lib/code/index.d.ts +2 -0
- package/lib/code/index.js +5 -0
- package/lib/code/src/Code.d.ts +206 -0
- package/lib/code/src/Code.js +97 -0
- package/lib/code/src/styles/index.cssr.d.ts +2 -0
- package/lib/code/src/styles/index.cssr.js +88 -0
- package/lib/code/styles/dark.d.ts +3 -0
- package/lib/code/styles/dark.js +26 -0
- package/lib/code/styles/index.d.ts +3 -0
- package/lib/code/styles/index.js +7 -0
- package/lib/code/styles/light.d.ts +20 -0
- package/lib/code/styles/light.js +27 -0
- package/lib/collapse/index.d.ts +4 -0
- package/lib/collapse/index.js +7 -0
- package/lib/collapse/src/Collapse.d.ts +305 -0
- package/lib/collapse/src/Collapse.js +125 -0
- package/lib/collapse/src/CollapseItem.d.ts +32 -0
- package/lib/collapse/src/CollapseItem.js +97 -0
- package/lib/collapse/src/CollapseItemContent.d.ts +25 -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 +76 -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 +3 -0
- package/lib/collapse/styles/index.js +7 -0
- package/lib/collapse/styles/light.d.ts +15 -0
- package/lib/collapse/styles/light.js +23 -0
- package/lib/collapse-transition/index.d.ts +2 -0
- package/lib/collapse-transition/index.js +5 -0
- package/lib/collapse-transition/src/CollapseTransition.d.ts +56 -0
- package/lib/collapse-transition/src/CollapseTransition.js +37 -0
- package/lib/collapse-transition/src/styles/index.cssr.d.ts +2 -0
- package/lib/collapse-transition/src/styles/index.cssr.js +13 -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 +3 -0
- package/lib/collapse-transition/styles/index.js +7 -0
- package/lib/collapse-transition/styles/light.d.ts +9 -0
- package/lib/collapse-transition/styles/light.js +17 -0
- package/lib/color-picker/index.d.ts +2 -0
- package/lib/color-picker/index.js +5 -0
- package/lib/color-picker/src/AlphaSlider.d.ts +42 -0
- package/lib/color-picker/src/AlphaSlider.js +104 -0
- package/lib/color-picker/src/ColorInput.d.ts +61 -0
- package/lib/color-picker/src/ColorInput.js +105 -0
- package/lib/color-picker/src/ColorInputUnit.d.ts +419 -0
- package/lib/color-picker/src/ColorInputUnit.js +150 -0
- package/lib/color-picker/src/ColorPicker.d.ts +2591 -0
- package/lib/color-picker/src/ColorPicker.js +410 -0
- package/lib/color-picker/src/ColorPickerSwatches.d.ts +39 -0
- package/lib/color-picker/src/ColorPickerSwatches.js +144 -0
- package/lib/color-picker/src/ColorPickerTrigger.d.ts +32 -0
- package/lib/color-picker/src/ColorPickerTrigger.js +39 -0
- package/lib/color-picker/src/HueSlider.d.ts +31 -0
- package/lib/color-picker/src/HueSlider.js +90 -0
- package/lib/color-picker/src/Pallete.d.ts +47 -0
- package/lib/color-picker/src/Pallete.js +93 -0
- package/lib/color-picker/src/interface.d.ts +2 -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 +163 -0
- package/lib/color-picker/src/utils.d.ts +7 -0
- package/lib/color-picker/src/utils.js +50 -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 +7 -0
- package/lib/color-picker/styles/light.d.ts +290 -0
- package/lib/color-picker/styles/light.js +36 -0
- package/lib/components.d.ts +80 -0
- package/lib/components.js +92 -0
- package/lib/composables/index.d.ts +1 -0
- package/lib/composables/index.js +5 -0
- package/lib/composables/use-theme-vars.d.ts +3 -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 +17 -0
- package/lib/config-provider/src/ConfigProvider.d.ts +380 -0
- package/lib/config-provider/src/ConfigProvider.js +167 -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/interface.d.ts +12 -0
- package/lib/config-provider/src/interface.js +2 -0
- package/lib/config-provider/src/internal-interface.d.ts +229 -0
- package/lib/config-provider/src/internal-interface.js +2 -0
- package/lib/create.d.ts +13 -0
- package/lib/create.js +32 -0
- package/lib/data-table/index.d.ts +3 -0
- package/lib/data-table/index.js +5 -0
- package/lib/data-table/src/DataTable.d.ts +6617 -0
- package/lib/data-table/src/DataTable.js +308 -0
- package/lib/data-table/src/HeaderButton/FilterButton.d.ts +968 -0
- package/lib/data-table/src/HeaderButton/FilterButton.js +110 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.d.ts +1006 -0
- package/lib/data-table/src/HeaderButton/FilterMenu.js +132 -0
- package/lib/data-table/src/HeaderButton/RenderFilter.d.ts +28 -0
- package/lib/data-table/src/HeaderButton/RenderFilter.js +27 -0
- package/lib/data-table/src/HeaderButton/RenderSorter.d.ts +21 -0
- package/lib/data-table/src/HeaderButton/RenderSorter.js +23 -0
- package/lib/data-table/src/HeaderButton/SortButton.d.ts +18 -0
- package/lib/data-table/src/HeaderButton/SortButton.js +54 -0
- package/lib/data-table/src/MainTable.d.ts +20 -0
- package/lib/data-table/src/MainTable.js +75 -0
- package/lib/data-table/src/TableParts/Body.d.ts +1011 -0
- package/lib/data-table/src/TableParts/Body.js +410 -0
- package/lib/data-table/src/TableParts/BodyCheckbox.d.ts +25 -0
- package/lib/data-table/src/TableParts/BodyCheckbox.js +32 -0
- package/lib/data-table/src/TableParts/Cell.d.ts +1906 -0
- package/lib/data-table/src/TableParts/Cell.js +48 -0
- package/lib/data-table/src/TableParts/ExpandTrigger.d.ts +23 -0
- package/lib/data-table/src/TableParts/ExpandTrigger.js +26 -0
- package/lib/data-table/src/TableParts/Header.d.ts +975 -0
- package/lib/data-table/src/TableParts/Header.js +129 -0
- package/lib/data-table/src/TableParts/SelectionMenu.d.ts +18 -0
- package/lib/data-table/src/TableParts/SelectionMenu.js +76 -0
- package/lib/data-table/src/interface.d.ts +220 -0
- package/lib/data-table/src/interface.js +4 -0
- package/lib/data-table/src/styles/index.cssr.d.ts +3 -0
- package/lib/data-table/src/styles/index.cssr.js +362 -0
- package/lib/data-table/src/use-check.d.ts +21 -0
- package/lib/data-table/src/use-check.js +121 -0
- package/lib/data-table/src/use-expand.d.ts +7 -0
- package/lib/data-table/src/use-expand.js +38 -0
- package/lib/data-table/src/use-group-header.d.ts +20 -0
- package/lib/data-table/src/use-group-header.js +106 -0
- package/lib/data-table/src/use-scroll.d.ts +27 -0
- package/lib/data-table/src/use-scroll.js +189 -0
- package/lib/data-table/src/use-sorter.d.ts +20 -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 +300 -0
- package/lib/data-table/src/utils.d.ts +15 -0
- package/lib/data-table/src/utils.js +102 -0
- package/lib/data-table/styles/_common.d.ts +15 -0
- package/lib/data-table/styles/_common.js +16 -0
- package/lib/data-table/styles/dark.d.ts +3 -0
- package/lib/data-table/styles/dark.js +33 -0
- package/lib/data-table/styles/index.d.ts +3 -0
- package/lib/data-table/styles/index.js +7 -0
- package/lib/data-table/styles/light.d.ts +638 -0
- package/lib/data-table/styles/light.js +46 -0
- package/lib/date-picker/index.d.ts +2 -0
- package/lib/date-picker/index.js +5 -0
- package/lib/date-picker/src/DatePicker.d.ts +6607 -0
- package/lib/date-picker/src/DatePicker.js +611 -0
- package/lib/date-picker/src/config.d.ts +2 -0
- package/lib/date-picker/src/config.js +6 -0
- package/lib/date-picker/src/interface.d.ts +50 -0
- package/lib/date-picker/src/interface.js +4 -0
- package/lib/date-picker/src/panel/date.d.ts +1125 -0
- package/lib/date-picker/src/panel/date.js +79 -0
- package/lib/date-picker/src/panel/daterange.d.ts +1119 -0
- package/lib/date-picker/src/panel/daterange.js +107 -0
- package/lib/date-picker/src/panel/datetime.d.ts +1131 -0
- package/lib/date-picker/src/panel/datetime.js +76 -0
- package/lib/date-picker/src/panel/datetimerange.d.ts +1119 -0
- package/lib/date-picker/src/panel/datetimerange.js +114 -0
- package/lib/date-picker/src/panel/month.d.ts +1146 -0
- package/lib/date-picker/src/panel/month.js +79 -0
- package/lib/date-picker/src/panel/use-calendar.d.ts +1122 -0
- package/lib/date-picker/src/panel/use-calendar.js +232 -0
- package/lib/date-picker/src/panel/use-dual-calendar.d.ts +1122 -0
- package/lib/date-picker/src/panel/use-dual-calendar.js +454 -0
- package/lib/date-picker/src/panel/use-panel-common.d.ts +1063 -0
- package/lib/date-picker/src/panel/use-panel-common.js +138 -0
- package/lib/date-picker/src/styles/index.cssr.d.ts +2 -0
- package/lib/date-picker/src/styles/index.cssr.js +329 -0
- package/lib/date-picker/src/utils.d.ts +47 -0
- package/lib/date-picker/src/utils.js +155 -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 +26 -0
- package/lib/date-picker/styles/_common.js +28 -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 +7 -0
- package/lib/date-picker/styles/light.d.ts +645 -0
- package/lib/date-picker/styles/light.js +29 -0
- package/lib/descriptions/index.d.ts +4 -0
- package/lib/descriptions/index.js +7 -0
- package/lib/descriptions/src/Descriptions.d.ts +393 -0
- package/lib/descriptions/src/Descriptions.js +141 -0
- package/lib/descriptions/src/DescriptionsItem.d.ts +35 -0
- package/lib/descriptions/src/DescriptionsItem.js +21 -0
- package/lib/descriptions/src/styles/index.cssr.d.ts +2 -0
- package/lib/descriptions/src/styles/index.cssr.js +125 -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 +7 -0
- package/lib/descriptions/styles/light.d.ts +37 -0
- package/lib/descriptions/styles/light.js +20 -0
- package/lib/dialog/index.d.ts +5 -0
- package/lib/dialog/index.js +9 -0
- package/lib/dialog/src/Dialog.d.ts +1807 -0
- package/lib/dialog/src/Dialog.js +147 -0
- package/lib/dialog/src/DialogEnvironment.d.ts +136 -0
- package/lib/dialog/src/DialogEnvironment.js +99 -0
- package/lib/dialog/src/DialogProvider.d.ts +78 -0
- package/lib/dialog/src/DialogProvider.js +76 -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 +95 -0
- package/lib/dialog/src/use-dialog.d.ts +2 -0
- package/lib/dialog/src/use-dialog.js +14 -0
- package/lib/dialog/styles/_common.d.ts +13 -0
- package/lib/dialog/styles/_common.js +14 -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 +7 -0
- package/lib/dialog/styles/light.d.ts +256 -0
- package/lib/dialog/styles/light.js +22 -0
- package/lib/divider/index.d.ts +2 -0
- package/lib/divider/index.js +5 -0
- package/lib/divider/src/Divider.d.ts +89 -0
- package/lib/divider/src/Divider.js +46 -0
- package/lib/divider/src/styles/index.cssr.d.ts +2 -0
- package/lib/divider/src/styles/index.cssr.js +65 -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 +7 -0
- package/lib/divider/styles/light.d.ts +11 -0
- package/lib/divider/styles/light.js +19 -0
- package/lib/drawer/index.d.ts +4 -0
- package/lib/drawer/index.js +7 -0
- package/lib/drawer/src/Drawer.d.ts +545 -0
- package/lib/drawer/src/Drawer.js +176 -0
- package/lib/drawer/src/DrawerBodyWrapper.d.ts +180 -0
- package/lib/drawer/src/DrawerBodyWrapper.js +87 -0
- package/lib/drawer/src/DrawerContent.d.ts +192 -0
- package/lib/drawer/src/DrawerContent.js +51 -0
- package/lib/drawer/src/interface.d.ts +12 -0
- package/lib/drawer/src/interface.js +5 -0
- package/lib/drawer/src/styles/index.cssr.d.ts +2 -0
- package/lib/drawer/src/styles/index.cssr.js +128 -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 +3 -0
- package/lib/drawer/styles/index.js +7 -0
- package/lib/drawer/styles/light.d.ts +45 -0
- package/lib/drawer/styles/light.js +37 -0
- package/lib/dropdown/index.d.ts +3 -0
- package/lib/dropdown/index.js +5 -0
- package/lib/dropdown/src/Dropdown.d.ts +1157 -0
- package/lib/dropdown/src/Dropdown.js +319 -0
- package/lib/dropdown/src/DropdownDivider.d.ts +11 -0
- package/lib/dropdown/src/DropdownDivider.js +15 -0
- package/lib/dropdown/src/DropdownGroup.d.ts +28 -0
- package/lib/dropdown/src/DropdownGroup.js +44 -0
- package/lib/dropdown/src/DropdownGroupHeader.d.ts +22 -0
- package/lib/dropdown/src/DropdownGroupHeader.js +51 -0
- package/lib/dropdown/src/DropdownMenu.d.ts +42 -0
- package/lib/dropdown/src/DropdownMenu.js +81 -0
- package/lib/dropdown/src/DropdownOption.d.ts +60 -0
- package/lib/dropdown/src/DropdownOption.js +215 -0
- package/lib/dropdown/src/DropdownRenderOption.d.ts +14 -0
- package/lib/dropdown/src/DropdownRenderOption.js +16 -0
- package/lib/dropdown/src/interface.d.ts +41 -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 +136 -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 +7 -0
- package/lib/dropdown/styles/light.d.ts +129 -0
- package/lib/dropdown/styles/light.js +30 -0
- package/lib/dynamic-input/index.d.ts +2 -0
- package/lib/dynamic-input/index.js +5 -0
- package/lib/dynamic-input/src/DynamicInput.d.ts +2863 -0
- package/lib/dynamic-input/src/DynamicInput.js +230 -0
- package/lib/dynamic-input/src/InputPreset.d.ts +408 -0
- package/lib/dynamic-input/src/InputPreset.js +38 -0
- package/lib/dynamic-input/src/PairPreset.d.ts +429 -0
- package/lib/dynamic-input/src/PairPreset.js +54 -0
- package/lib/dynamic-input/src/interface.d.ts +11 -0
- package/lib/dynamic-input/src/interface.js +4 -0
- package/lib/dynamic-input/src/styles/index.cssr.d.ts +2 -0
- package/lib/dynamic-input/src/styles/index.cssr.js +42 -0
- package/lib/dynamic-input/styles/_common.d.ts +4 -0
- package/lib/dynamic-input/styles/_common.js +5 -0
- package/lib/dynamic-input/styles/dark.d.ts +3 -0
- package/lib/dynamic-input/styles/dark.js +18 -0
- package/lib/dynamic-input/styles/index.d.ts +3 -0
- package/lib/dynamic-input/styles/index.js +7 -0
- package/lib/dynamic-input/styles/light.d.ts +265 -0
- package/lib/dynamic-input/styles/light.js +20 -0
- package/lib/dynamic-tags/index.d.ts +2 -0
- package/lib/dynamic-tags/index.js +5 -0
- package/lib/dynamic-tags/src/DynamicTags.d.ts +3529 -0
- package/lib/dynamic-tags/src/DynamicTags.js +150 -0
- package/lib/dynamic-tags/src/interface.d.ts +1 -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 +13 -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 +7 -0
- package/lib/dynamic-tags/styles/light.d.ts +330 -0
- package/lib/dynamic-tags/styles/light.js +24 -0
- package/lib/element/index.d.ts +2 -0
- package/lib/element/index.js +5 -0
- package/lib/element/src/Element.d.ts +37 -0
- package/lib/element/src/Element.js +38 -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 +7 -0
- package/lib/element/styles/light.d.ts +4 -0
- package/lib/element/styles/light.js +8 -0
- package/lib/ellipsis/index.d.ts +2 -0
- package/lib/ellipsis/index.js +5 -0
- package/lib/ellipsis/src/Ellipsis.d.ts +406 -0
- package/lib/ellipsis/src/Ellipsis.js +153 -0
- package/lib/ellipsis/src/styles/index.cssr.d.ts +2 -0
- package/lib/ellipsis/src/styles/index.cssr.js +21 -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 +7 -0
- package/lib/ellipsis/styles/light.d.ts +26 -0
- package/lib/ellipsis/styles/light.js +13 -0
- package/lib/empty/index.d.ts +2 -0
- package/lib/empty/index.js +5 -0
- package/lib/empty/src/Empty.d.ts +181 -0
- package/lib/empty/src/Empty.js +69 -0
- package/lib/empty/src/styles/index.cssr.d.ts +2 -0
- package/lib/empty/src/styles/index.cssr.js +38 -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 +7 -0
- package/lib/empty/styles/light.d.ts +19 -0
- package/lib/empty/styles/light.js +19 -0
- package/lib/form/index.d.ts +11 -0
- package/lib/form/index.js +15 -0
- package/lib/form/src/Feedbacks.d.ts +19 -0
- package/lib/form/src/Feedbacks.js +19 -0
- package/lib/form/src/Form.d.ts +394 -0
- package/lib/form/src/Form.js +105 -0
- package/lib/form/src/FormItem.d.ts +430 -0
- package/lib/form/src/FormItem.js +294 -0
- package/lib/form/src/FormItemCol.d.ts +437 -0
- package/lib/form/src/FormItemCol.js +40 -0
- package/lib/form/src/FormItemGridItem.d.ts +443 -0
- package/lib/form/src/FormItemGridItem.js +42 -0
- package/lib/form/src/FormItemRow.d.ts +455 -0
- package/lib/form/src/FormItemRow.js +38 -0
- package/lib/form/src/interface.d.ts +49 -0
- package/lib/form/src/interface.js +5 -0
- package/lib/form/src/styles/form-item.cssr.d.ts +2 -0
- package/lib/form/src/styles/form-item.cssr.js +100 -0
- package/lib/form/src/styles/form.cssr.d.ts +2 -0
- package/lib/form/src/styles/form.cssr.js +19 -0
- package/lib/form/src/utils.d.ts +21 -0
- package/lib/form/src/utils.js +161 -0
- package/lib/form/styles/_common.d.ts +26 -0
- package/lib/form/styles/_common.js +27 -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 +7 -0
- package/lib/form/styles/light.d.ts +37 -0
- package/lib/form/styles/light.js +16 -0
- package/lib/global-style/index.d.ts +1 -0
- package/lib/global-style/index.js +5 -0
- package/lib/global-style/src/GlobalStyle.d.ts +2 -0
- package/lib/global-style/src/GlobalStyle.js +55 -0
- package/lib/gradient-text/index.d.ts +2 -0
- package/lib/gradient-text/index.js +5 -0
- package/lib/gradient-text/src/GradientText.d.ts +185 -0
- package/lib/gradient-text/src/GradientText.js +75 -0
- package/lib/gradient-text/src/styles/index.cssr.d.ts +2 -0
- package/lib/gradient-text/src/styles/index.cssr.js +26 -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 +7 -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 +9 -0
- package/lib/grid/src/Grid.d.ts +96 -0
- package/lib/grid/src/Grid.js +195 -0
- package/lib/grid/src/GridItem.d.ts +72 -0
- package/lib/grid/src/GridItem.js +62 -0
- package/lib/icon/index.d.ts +1 -0
- package/lib/icon/index.js +6 -0
- package/lib/icon/src/Icon.d.ts +82 -0
- package/lib/icon/src/Icon.js +60 -0
- package/lib/icon/src/styles/index.cssr.d.ts +2 -0
- package/lib/icon/src/styles/index.cssr.js +32 -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 +7 -0
- package/lib/icon/styles/light.d.ts +14 -0
- package/lib/icon/styles/light.js +22 -0
- package/lib/image/index.d.ts +4 -0
- package/lib/image/index.js +7 -0
- package/lib/image/src/Image.d.ts +87 -0
- package/lib/image/src/Image.js +61 -0
- package/lib/image/src/ImageGroup.d.ts +36 -0
- package/lib/image/src/ImageGroup.js +67 -0
- package/lib/image/src/ImagePreview.d.ts +53 -0
- package/lib/image/src/ImagePreview.js +256 -0
- package/lib/image/src/icons.d.ts +2 -0
- package/lib/image/src/icons.js +8 -0
- package/lib/image/src/styles/index.cssr.d.ts +2 -0
- package/lib/image/src/styles/index.cssr.js +71 -0
- package/lib/image/styles/dark.d.ts +2 -0
- package/lib/image/styles/dark.js +14 -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 +9 -0
- package/lib/image/styles/light.js +15 -0
- package/lib/index.d.ts +11 -0
- package/lib/index.js +38 -0
- package/lib/input/index.d.ts +7 -0
- package/lib/input/index.js +9 -0
- package/lib/input/src/Input.d.ts +1104 -0
- package/lib/input/src/Input.js +742 -0
- package/lib/input/src/InputGroup.d.ts +21 -0
- package/lib/input/src/InputGroup.js +21 -0
- package/lib/input/src/InputGroupLabel.d.ts +591 -0
- package/lib/input/src/InputGroupLabel.js +46 -0
- package/lib/input/src/WordCount.d.ts +2 -0
- package/lib/input/src/WordCount.js +32 -0
- package/lib/input/src/interface.d.ts +20 -0
- package/lib/input/src/interface.js +4 -0
- package/lib/input/src/styles/input-group-label.cssr.d.ts +2 -0
- package/lib/input/src/styles/input-group-label.cssr.js +42 -0
- package/lib/input/src/styles/input-group.cssr.d.ts +2 -0
- package/lib/input/src/styles/input-group.cssr.js +64 -0
- package/lib/input/src/styles/input.cssr.d.ts +2 -0
- package/lib/input/src/styles/input.cssr.js +285 -0
- package/lib/input/src/utils.d.ts +2 -0
- package/lib/input/src/utils.js +16 -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 +37 -0
- package/lib/input/styles/index.d.ts +3 -0
- package/lib/input/styles/index.js +7 -0
- package/lib/input/styles/light.d.ts +66 -0
- package/lib/input/styles/light.js +38 -0
- package/lib/input-number/index.d.ts +3 -0
- package/lib/input-number/index.js +5 -0
- package/lib/input-number/src/InputNumber.d.ts +2889 -0
- package/lib/input-number/src/InputNumber.js +369 -0
- package/lib/input-number/src/interface.d.ts +5 -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 +12 -0
- package/lib/input-number/src/utils.d.ts +4 -0
- package/lib/input-number/src/utils.js +48 -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 +3 -0
- package/lib/input-number/styles/index.js +7 -0
- package/lib/input-number/styles/light.d.ts +266 -0
- package/lib/input-number/styles/light.js +22 -0
- package/lib/jest-setup.d.ts +0 -0
- package/lib/jest-setup.js +5 -0
- package/lib/layout/index.d.ts +10 -0
- package/lib/layout/index.js +13 -0
- package/lib/layout/src/Layout.d.ts +802 -0
- package/lib/layout/src/Layout.js +93 -0
- package/lib/layout/src/LayoutContent.d.ts +388 -0
- package/lib/layout/src/LayoutContent.js +4 -0
- package/lib/layout/src/LayoutFooter.d.ts +308 -0
- package/lib/layout/src/LayoutFooter.js +45 -0
- package/lib/layout/src/LayoutHeader.d.ts +224 -0
- package/lib/layout/src/LayoutHeader.js +52 -0
- package/lib/layout/src/LayoutSider.d.ts +513 -0
- package/lib/layout/src/LayoutSider.js +218 -0
- package/lib/layout/src/ToggleBar.d.ts +16 -0
- package/lib/layout/src/ToggleBar.js +18 -0
- package/lib/layout/src/ToggleButton.d.ts +16 -0
- package/lib/layout/src/ToggleButton.js +22 -0
- package/lib/layout/src/interface.d.ts +13 -0
- package/lib/layout/src/interface.js +8 -0
- package/lib/layout/src/styles/layout-footer.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-footer.cssr.js +30 -0
- package/lib/layout/src/styles/layout-header.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-header.cssr.js +31 -0
- package/lib/layout/src/styles/layout-sider.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout-sider.cssr.js +139 -0
- package/lib/layout/src/styles/layout.cssr.d.ts +2 -0
- package/lib/layout/src/styles/layout.cssr.js +35 -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 +7 -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 +7 -0
- package/lib/legacy-grid/src/Col.d.ts +62 -0
- package/lib/legacy-grid/src/Col.js +59 -0
- package/lib/legacy-grid/src/Row.d.ts +43 -0
- package/lib/legacy-grid/src/Row.js +61 -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 +39 -0
- package/lib/list/index.d.ts +3 -0
- package/lib/list/index.js +7 -0
- package/lib/list/src/List.d.ts +154 -0
- package/lib/list/src/List.js +54 -0
- package/lib/list/src/ListItem.d.ts +4 -0
- package/lib/list/src/ListItem.js +24 -0
- package/lib/list/src/styles/index.cssr.d.ts +2 -0
- package/lib/list/src/styles/index.cssr.js +72 -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 +3 -0
- package/lib/list/styles/index.js +7 -0
- package/lib/list/styles/light.d.ts +17 -0
- package/lib/list/styles/light.js +26 -0
- package/lib/loading-bar/index.d.ts +3 -0
- package/lib/loading-bar/index.js +7 -0
- package/lib/loading-bar/src/LoadingBar.d.ts +20 -0
- package/lib/loading-bar/src/LoadingBar.js +147 -0
- package/lib/loading-bar/src/LoadingBarProvider.d.ts +106 -0
- package/lib/loading-bar/src/LoadingBarProvider.js +77 -0
- package/lib/loading-bar/src/styles/index.cssr.d.ts +2 -0
- package/lib/loading-bar/src/styles/index.cssr.js +43 -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 +7 -0
- package/lib/loading-bar/styles/light.d.ts +11 -0
- package/lib/loading-bar/styles/light.js +17 -0
- package/lib/locales/common/enUS.d.ts +94 -0
- package/lib/locales/common/enUS.js +95 -0
- package/lib/locales/common/jaJP.d.ts +3 -0
- package/lib/locales/common/jaJP.js +95 -0
- package/lib/locales/common/ruRU.d.ts +3 -0
- package/lib/locales/common/ruRU.js +95 -0
- package/lib/locales/common/ukUA.d.ts +3 -0
- package/lib/locales/common/ukUA.js +95 -0
- package/lib/locales/common/zhCN.d.ts +3 -0
- package/lib/locales/common/zhCN.js +95 -0
- package/lib/locales/date/enUS.d.ts +8 -0
- package/lib/locales/date/enUS.js +8 -0
- package/lib/locales/date/jaJP.d.ts +3 -0
- package/lib/locales/date/jaJP.js +8 -0
- package/lib/locales/date/ruRU.d.ts +3 -0
- package/lib/locales/date/ruRU.js +8 -0
- package/lib/locales/date/ukUA.d.ts +3 -0
- package/lib/locales/date/ukUA.js +8 -0
- package/lib/locales/date/zhCN.d.ts +3 -0
- package/lib/locales/date/zhCN.js +8 -0
- package/lib/locales/index.d.ts +12 -0
- package/lib/locales/index.js +23 -0
- package/lib/log/index.d.ts +2 -0
- package/lib/log/index.js +5 -0
- package/lib/log/src/Log.d.ts +550 -0
- package/lib/log/src/Log.js +209 -0
- package/lib/log/src/LogLine.d.ts +16 -0
- package/lib/log/src/LogLine.js +52 -0
- package/lib/log/src/LogLoader.d.ts +15 -0
- package/lib/log/src/LogLoader.js +25 -0
- package/lib/log/src/styles/index.cssr.d.ts +2 -0
- package/lib/log/src/styles/index.cssr.js +64 -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 +7 -0
- package/lib/log/styles/light.d.ts +37 -0
- package/lib/log/styles/light.js +26 -0
- package/lib/mention/index.d.ts +3 -0
- package/lib/mention/index.js +5 -0
- package/lib/mention/src/Mention.d.ts +1505 -0
- package/lib/mention/src/Mention.js +342 -0
- package/lib/mention/src/interface.d.ts +2 -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 +14 -0
- package/lib/mention/src/utils.d.ts +65 -0
- package/lib/mention/src/utils.js +211 -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 +7 -0
- package/lib/mention/styles/light.d.ts +123 -0
- package/lib/mention/styles/light.js +22 -0
- package/lib/menu/index.d.ts +3 -0
- package/lib/menu/index.js +5 -0
- package/lib/menu/src/Menu.d.ts +1015 -0
- package/lib/menu/src/Menu.js +250 -0
- package/lib/menu/src/MenuOption.d.ts +534 -0
- package/lib/menu/src/MenuOption.js +77 -0
- package/lib/menu/src/MenuOptionContent.d.ts +350 -0
- package/lib/menu/src/MenuOptionContent.js +84 -0
- package/lib/menu/src/MenuOptionGroup.d.ts +61 -0
- package/lib/menu/src/MenuOptionGroup.js +40 -0
- package/lib/menu/src/Submenu.d.ts +387 -0
- package/lib/menu/src/Submenu.js +122 -0
- package/lib/menu/src/interface.d.ts +34 -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 +208 -0
- package/lib/menu/src/use-menu-child-props.d.ts +16 -0
- package/lib/menu/src/use-menu-child-props.js +17 -0
- package/lib/menu/src/use-menu-child.d.ts +40 -0
- package/lib/menu/src/use-menu-child.js +88 -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 +5 -0
- package/lib/menu/src/utils.js +35 -0
- package/lib/menu/styles/dark.d.ts +3 -0
- package/lib/menu/styles/dark.js +23 -0
- package/lib/menu/styles/index.d.ts +3 -0
- package/lib/menu/styles/index.js +7 -0
- package/lib/menu/styles/light.d.ts +123 -0
- package/lib/menu/styles/light.js +40 -0
- package/lib/message/index.d.ts +3 -0
- package/lib/message/index.js +7 -0
- package/lib/message/src/Message.d.ts +67 -0
- package/lib/message/src/Message.js +86 -0
- package/lib/message/src/MessageEnvironment.d.ts +74 -0
- package/lib/message/src/MessageEnvironment.js +93 -0
- package/lib/message/src/MessageProvider.d.ts +560 -0
- package/lib/message/src/MessageProvider.js +100 -0
- package/lib/message/src/message-props.d.ts +15 -0
- package/lib/message/src/message-props.js +16 -0
- package/lib/message/src/styles/index.cssr.d.ts +2 -0
- package/lib/message/src/styles/index.cssr.js +136 -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 +12 -0
- package/lib/message/styles/_common.js +13 -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 +3 -0
- package/lib/message/styles/index.js +7 -0
- package/lib/message/styles/light.d.ts +55 -0
- package/lib/message/styles/light.js +17 -0
- package/lib/modal/index.d.ts +2 -0
- package/lib/modal/index.js +5 -0
- package/lib/modal/src/BodyWrapper.d.ts +741 -0
- package/lib/modal/src/BodyWrapper.js +177 -0
- package/lib/modal/src/Modal.d.ts +3485 -0
- package/lib/modal/src/Modal.js +208 -0
- package/lib/modal/src/interface.d.ts +16 -0
- package/lib/modal/src/interface.js +5 -0
- package/lib/modal/src/presetProps.d.ts +41 -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 +56 -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 +7 -0
- package/lib/modal/styles/light.d.ts +274 -0
- package/lib/modal/styles/light.js +28 -0
- package/lib/notification/index.d.ts +3 -0
- package/lib/notification/index.js +7 -0
- package/lib/notification/src/Notification.d.ts +97 -0
- package/lib/notification/src/Notification.js +106 -0
- package/lib/notification/src/NotificationContainer.d.ts +151 -0
- package/lib/notification/src/NotificationContainer.js +29 -0
- package/lib/notification/src/NotificationEnvironment.d.ts +112 -0
- package/lib/notification/src/NotificationEnvironment.js +113 -0
- package/lib/notification/src/NotificationProvider.d.ts +357 -0
- package/lib/notification/src/NotificationProvider.js +89 -0
- package/lib/notification/src/styles/index.cssr.d.ts +2 -0
- package/lib/notification/src/styles/index.cssr.js +170 -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 +7 -0
- package/lib/notification/styles/_common.js +8 -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 +3 -0
- package/lib/notification/styles/index.js +7 -0
- package/lib/notification/styles/light.d.ts +57 -0
- package/lib/notification/styles/light.js +23 -0
- package/lib/page-header/index.d.ts +2 -0
- package/lib/page-header/index.js +5 -0
- package/lib/page-header/src/PageHeader.d.ts +143 -0
- package/lib/page-header/src/PageHeader.js +64 -0
- package/lib/page-header/src/styles/index.cssr.d.ts +2 -0
- package/lib/page-header/src/styles/index.cssr.js +58 -0
- package/lib/page-header/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/page-header/src/styles/rtl.cssr.js +26 -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 +9 -0
- package/lib/page-header/styles/light.d.ts +25 -0
- package/lib/page-header/styles/light.js +16 -0
- package/lib/page-header/styles/rtl.d.ts +5 -0
- package/lib/page-header/styles/rtl.js +7 -0
- package/lib/pagination/index.d.ts +3 -0
- package/lib/pagination/index.js +5 -0
- package/lib/pagination/src/Pagination.d.ts +2728 -0
- package/lib/pagination/src/Pagination.js +377 -0
- package/lib/pagination/src/interface.d.ts +13 -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 +133 -0
- package/lib/pagination/src/utils.d.ts +13 -0
- package/lib/pagination/src/utils.js +85 -0
- package/lib/pagination/styles/_common.d.ts +14 -0
- package/lib/pagination/styles/_common.js +15 -0
- package/lib/pagination/styles/dark.d.ts +3 -0
- package/lib/pagination/styles/dark.js +26 -0
- package/lib/pagination/styles/index.d.ts +3 -0
- package/lib/pagination/styles/index.js +7 -0
- package/lib/pagination/styles/light.d.ts +273 -0
- package/lib/pagination/styles/light.js +23 -0
- package/lib/popconfirm/index.d.ts +2 -0
- package/lib/popconfirm/index.js +5 -0
- package/lib/popconfirm/src/Popconfirm.d.ts +2541 -0
- package/lib/popconfirm/src/Popconfirm.js +75 -0
- package/lib/popconfirm/src/PopconfirmPanel.d.ts +67 -0
- package/lib/popconfirm/src/PopconfirmPanel.js +72 -0
- package/lib/popconfirm/src/interface.d.ts +8 -0
- package/lib/popconfirm/src/interface.js +4 -0
- package/lib/popconfirm/src/styles/index.cssr.d.ts +2 -0
- package/lib/popconfirm/src/styles/index.cssr.js +32 -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 +7 -0
- package/lib/popconfirm/styles/light.d.ts +224 -0
- package/lib/popconfirm/styles/light.js +23 -0
- package/lib/popover/index.d.ts +3 -0
- package/lib/popover/index.js +5 -0
- package/lib/popover/src/Popover.d.ts +505 -0
- package/lib/popover/src/Popover.js +442 -0
- package/lib/popover/src/PopoverBody.d.ts +247 -0
- package/lib/popover/src/PopoverBody.js +229 -0
- package/lib/popover/src/interface.d.ts +9 -0
- package/lib/popover/src/interface.js +4 -0
- package/lib/popover/src/styles/index.cssr.d.ts +3 -0
- package/lib/popover/src/styles/index.cssr.js +139 -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 +7 -0
- package/lib/popover/styles/light.d.ts +20 -0
- package/lib/popover/styles/light.js +17 -0
- package/lib/popselect/index.d.ts +2 -0
- package/lib/popselect/index.js +5 -0
- package/lib/popselect/src/Popselect.d.ts +1126 -0
- package/lib/popselect/src/Popselect.js +61 -0
- package/lib/popselect/src/PopselectPanel.d.ts +303 -0
- package/lib/popselect/src/PopselectPanel.js +130 -0
- package/lib/popselect/src/interface.d.ts +10 -0
- package/lib/popselect/src/interface.js +4 -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 +7 -0
- package/lib/popselect/styles/light.d.ts +72 -0
- package/lib/popselect/styles/light.js +15 -0
- package/lib/preset.d.ts +2 -0
- package/lib/preset.js +7 -0
- package/lib/progress/index.d.ts +2 -0
- package/lib/progress/index.js +5 -0
- package/lib/progress/src/Circle.d.ts +62 -0
- package/lib/progress/src/Circle.js +83 -0
- package/lib/progress/src/Line.d.ts +74 -0
- package/lib/progress/src/Line.js +115 -0
- package/lib/progress/src/MultipleCircle.d.ts +65 -0
- package/lib/progress/src/MultipleCircle.js +88 -0
- package/lib/progress/src/Progress.d.ts +378 -0
- package/lib/progress/src/Progress.js +82 -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 +203 -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 +7 -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 +9 -0
- package/lib/radio/src/Radio.d.ts +289 -0
- package/lib/radio/src/Radio.js +56 -0
- package/lib/radio/src/RadioButton.d.ts +52 -0
- package/lib/radio/src/RadioButton.js +26 -0
- package/lib/radio/src/RadioGroup.d.ts +404 -0
- package/lib/radio/src/RadioGroup.js +157 -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 +102 -0
- package/lib/radio/src/styles/radio.cssr.d.ts +2 -0
- package/lib/radio/src/styles/radio.cssr.js +95 -0
- package/lib/radio/src/use-radio.d.ts +80 -0
- package/lib/radio/src/use-radio.js +158 -0
- package/lib/radio/styles/_common.d.ts +7 -0
- package/lib/radio/styles/_common.js +8 -0
- package/lib/radio/styles/dark.d.ts +3 -0
- package/lib/radio/styles/dark.js +16 -0
- package/lib/radio/styles/index.d.ts +3 -0
- package/lib/radio/styles/index.js +7 -0
- package/lib/radio/styles/light.d.ts +42 -0
- package/lib/radio/styles/light.js +17 -0
- package/lib/rate/index.d.ts +2 -0
- package/lib/rate/index.js +5 -0
- package/lib/rate/src/Rate.d.ts +150 -0
- package/lib/rate/src/Rate.js +129 -0
- package/lib/rate/src/StarIcon.d.ts +2 -0
- package/lib/rate/src/StarIcon.js +5 -0
- package/lib/rate/src/styles/index.cssr.d.ts +2 -0
- package/lib/rate/src/styles/index.cssr.js +51 -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 +7 -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 +5 -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 +292 -0
- package/lib/result/src/Result.js +68 -0
- package/lib/result/src/styles/index.cssr.d.ts +2 -0
- package/lib/result/src/styles/index.cssr.js +50 -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 +7 -0
- package/lib/result/styles/light.d.ts +32 -0
- package/lib/result/styles/light.js +16 -0
- package/lib/scrollbar/index.d.ts +2 -0
- package/lib/scrollbar/index.js +5 -0
- package/lib/scrollbar/src/ScrollBar.d.ts +76 -0
- package/lib/scrollbar/src/ScrollBar.js +24 -0
- package/lib/select/index.d.ts +3 -0
- package/lib/select/index.js +5 -0
- package/lib/select/src/Select.d.ts +1762 -0
- package/lib/select/src/Select.js +609 -0
- package/lib/select/src/interface.d.ts +44 -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 +20 -0
- package/lib/select/src/utils.d.ts +10 -0
- package/lib/select/src/utils.js +90 -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 +7 -0
- package/lib/select/styles/light.d.ts +131 -0
- package/lib/select/styles/light.js +24 -0
- package/lib/skeleton/index.d.ts +2 -0
- package/lib/skeleton/index.js +5 -0
- package/lib/skeleton/src/Skeleton.d.ts +160 -0
- package/lib/skeleton/src/Skeleton.js +81 -0
- package/lib/skeleton/src/styles/index.cssr.d.ts +2 -0
- package/lib/skeleton/src/styles/index.cssr.js +36 -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 +5 -0
- package/lib/slider/src/Slider.d.ts +503 -0
- package/lib/slider/src/Slider.js +778 -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 +141 -0
- package/lib/slider/src/utils.d.ts +1 -0
- package/lib/slider/src/utils.js +7 -0
- package/lib/slider/styles/_common.d.ts +8 -0
- package/lib/slider/styles/_common.js +9 -0
- package/lib/slider/styles/dark.d.ts +3 -0
- package/lib/slider/styles/dark.js +14 -0
- package/lib/slider/styles/index.d.ts +3 -0
- package/lib/slider/styles/index.js +7 -0
- package/lib/slider/styles/light.d.ts +34 -0
- package/lib/slider/styles/light.js +16 -0
- package/lib/space/index.d.ts +2 -0
- package/lib/space/index.js +5 -0
- package/lib/space/src/Space.d.ts +119 -0
- package/lib/space/src/Space.js +95 -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 +10 -0
- package/lib/space/styles/index.d.ts +3 -0
- package/lib/space/styles/index.js +7 -0
- package/lib/space/styles/light.d.ts +10 -0
- package/lib/space/styles/light.js +11 -0
- package/lib/spin/index.d.ts +2 -0
- package/lib/spin/index.js +5 -0
- package/lib/spin/src/Spin.d.ts +183 -0
- package/lib/spin/src/Spin.js +94 -0
- package/lib/spin/src/styles/index.cssr.d.ts +2 -0
- package/lib/spin/src/styles/index.cssr.js +59 -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 +7 -0
- package/lib/spin/styles/light.d.ts +17 -0
- package/lib/spin/styles/light.js +25 -0
- package/lib/statistic/index.d.ts +2 -0
- package/lib/statistic/index.js +5 -0
- package/lib/statistic/src/Statistic.d.ts +140 -0
- package/lib/statistic/src/Statistic.js +50 -0
- package/lib/statistic/src/styles/index.cssr.d.ts +2 -0
- package/lib/statistic/src/styles/index.cssr.js +44 -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 +3 -0
- package/lib/statistic/styles/index.js +7 -0
- package/lib/statistic/styles/light.d.ts +15 -0
- package/lib/statistic/styles/light.js +23 -0
- package/lib/steps/index.d.ts +4 -0
- package/lib/steps/index.js +7 -0
- package/lib/steps/src/Step.d.ts +56 -0
- package/lib/steps/src/Step.js +105 -0
- package/lib/steps/src/Steps.d.ts +372 -0
- package/lib/steps/src/Steps.js +52 -0
- package/lib/steps/src/styles/index.cssr.d.ts +2 -0
- package/lib/steps/src/styles/index.cssr.js +119 -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 +3 -0
- package/lib/steps/styles/index.js +7 -0
- package/lib/steps/styles/light.d.ts +41 -0
- package/lib/steps/styles/light.js +16 -0
- package/lib/styles.d.ts +70 -0
- package/lib/styles.js +149 -0
- package/lib/switch/index.d.ts +2 -0
- package/lib/switch/index.js +5 -0
- package/lib/switch/src/Switch.d.ts +422 -0
- package/lib/switch/src/Switch.js +172 -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 +130 -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 +15 -0
- package/lib/switch/styles/index.d.ts +3 -0
- package/lib/switch/styles/index.js +7 -0
- package/lib/switch/styles/light.d.ts +37 -0
- package/lib/switch/styles/light.js +16 -0
- package/lib/table/index.d.ts +7 -0
- package/lib/table/index.js +15 -0
- package/lib/table/src/Table.d.ts +311 -0
- package/lib/table/src/Table.js +67 -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 +102 -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 +3 -0
- package/lib/table/styles/index.js +7 -0
- package/lib/table/styles/light.d.ts +31 -0
- package/lib/table/styles/light.js +21 -0
- package/lib/tabs/index.d.ts +4 -0
- package/lib/tabs/index.js +7 -0
- package/lib/tabs/src/Tab.d.ts +69 -0
- package/lib/tabs/src/Tab.js +83 -0
- package/lib/tabs/src/TabPane.d.ts +85 -0
- package/lib/tabs/src/TabPane.js +52 -0
- package/lib/tabs/src/Tabs.d.ts +749 -0
- package/lib/tabs/src/Tabs.js +373 -0
- package/lib/tabs/src/interface.d.ts +27 -0
- package/lib/tabs/src/interface.js +4 -0
- package/lib/tabs/src/styles/index.cssr.d.ts +2 -0
- package/lib/tabs/src/styles/index.cssr.js +211 -0
- package/lib/tabs/styles/_common.d.ts +33 -0
- package/lib/tabs/styles/_common.js +34 -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 +7 -0
- package/lib/tabs/styles/light.d.ts +68 -0
- package/lib/tabs/styles/light.js +19 -0
- package/lib/tag/index.d.ts +2 -0
- package/lib/tag/index.js +5 -0
- package/lib/tag/src/Tag.d.ts +720 -0
- package/lib/tag/src/Tag.js +116 -0
- package/lib/tag/src/common-props.d.ts +24 -0
- package/lib/tag/src/common-props.js +19 -0
- package/lib/tag/src/styles/index.cssr.d.ts +2 -0
- package/lib/tag/src/styles/index.cssr.js +96 -0
- package/lib/tag/src/styles/rtl.cssr.d.ts +2 -0
- package/lib/tag/src/styles/rtl.cssr.js +13 -0
- package/lib/tag/styles/_common.d.ts +9 -0
- package/lib/tag/styles/_common.js +11 -0
- package/lib/tag/styles/dark.d.ts +3 -0
- package/lib/tag/styles/dark.js +19 -0
- package/lib/tag/styles/index.d.ts +4 -0
- package/lib/tag/styles/index.js +9 -0
- package/lib/tag/styles/light.d.ts +68 -0
- package/lib/tag/styles/light.js +20 -0
- package/lib/tag/styles/rtl.d.ts +5 -0
- package/lib/tag/styles/rtl.js +7 -0
- package/lib/theme-editor/index.d.ts +1 -0
- package/lib/theme-editor/index.js +5 -0
- package/lib/theme-editor/src/ThemeEditor.d.ts +128 -0
- package/lib/theme-editor/src/ThemeEditor.js +305 -0
- package/lib/themes/dark.d.ts +2 -0
- package/lib/themes/dark.js +155 -0
- package/lib/themes/index.d.ts +2 -0
- package/lib/themes/index.js +7 -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 +157 -0
- package/lib/themes/utils.d.ts +5 -0
- package/lib/themes/utils.js +11 -0
- package/lib/thing/index.d.ts +2 -0
- package/lib/thing/index.js +5 -0
- package/lib/thing/src/Thing.d.ts +95 -0
- package/lib/thing/src/Thing.js +71 -0
- package/lib/thing/src/styles/index.cssr.d.ts +2 -0
- package/lib/thing/src/styles/index.cssr.js +48 -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 +3 -0
- package/lib/thing/styles/index.js +7 -0
- package/lib/thing/styles/light.d.ts +12 -0
- package/lib/thing/styles/light.js +20 -0
- package/lib/time/index.d.ts +2 -0
- package/lib/time/index.js +5 -0
- package/lib/time/src/Time.d.ts +65 -0
- package/lib/time/src/Time.js +91 -0
- package/lib/time-picker/index.d.ts +2 -0
- package/lib/time-picker/index.js +5 -0
- package/lib/time-picker/src/Panel.d.ts +573 -0
- package/lib/time-picker/src/Panel.js +247 -0
- package/lib/time-picker/src/PanelCol.d.ts +31 -0
- package/lib/time-picker/src/PanelCol.js +34 -0
- package/lib/time-picker/src/TimePicker.d.ts +3206 -0
- package/lib/time-picker/src/TimePicker.js +578 -0
- package/lib/time-picker/src/interface.d.ts +28 -0
- package/lib/time-picker/src/interface.js +4 -0
- package/lib/time-picker/src/styles/index.cssr.d.ts +2 -0
- package/lib/time-picker/src/styles/index.cssr.js +107 -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 +7 -0
- package/lib/time-picker/styles/light.d.ts +298 -0
- package/lib/time-picker/styles/light.js +27 -0
- package/lib/timeline/index.d.ts +4 -0
- package/lib/timeline/index.js +7 -0
- package/lib/timeline/src/Timeline.d.ts +270 -0
- package/lib/timeline/src/Timeline.js +38 -0
- package/lib/timeline/src/TimelineItem.d.ts +55 -0
- package/lib/timeline/src/TimelineItem.js +61 -0
- package/lib/timeline/src/styles/index.cssr.d.ts +2 -0
- package/lib/timeline/src/styles/index.cssr.js +110 -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 +13 -0
- package/lib/timeline/styles/index.d.ts +3 -0
- package/lib/timeline/styles/index.js +7 -0
- package/lib/timeline/styles/light.d.ts +30 -0
- package/lib/timeline/styles/light.js +14 -0
- package/lib/tooltip/index.d.ts +2 -0
- package/lib/tooltip/index.js +5 -0
- package/lib/tooltip/src/Tooltip.d.ts +586 -0
- package/lib/tooltip/src/Tooltip.js +35 -0
- package/lib/tooltip/styles/_common.d.ts +4 -0
- package/lib/tooltip/styles/_common.js +5 -0
- package/lib/tooltip/styles/dark.d.ts +3 -0
- package/lib/tooltip/styles/dark.js +17 -0
- package/lib/tooltip/styles/index.d.ts +3 -0
- package/lib/tooltip/styles/index.js +7 -0
- package/lib/tooltip/styles/light.d.ts +33 -0
- package/lib/tooltip/styles/light.js +19 -0
- package/lib/transfer/index.d.ts +3 -0
- package/lib/transfer/index.js +5 -0
- package/lib/transfer/src/Transfer.d.ts +3542 -0
- package/lib/transfer/src/Transfer.js +218 -0
- package/lib/transfer/src/TransferFilter.d.ts +492 -0
- package/lib/transfer/src/TransferFilter.js +42 -0
- package/lib/transfer/src/TransferHeader.d.ts +24 -0
- package/lib/transfer/src/TransferHeader.js +49 -0
- package/lib/transfer/src/TransferList.d.ts +522 -0
- package/lib/transfer/src/TransferList.js +97 -0
- package/lib/transfer/src/TransferListItem.d.ts +490 -0
- package/lib/transfer/src/TransferListItem.js +67 -0
- package/lib/transfer/src/interface.d.ts +31 -0
- package/lib/transfer/src/interface.js +4 -0
- package/lib/transfer/src/styles/index.cssr.d.ts +2 -0
- package/lib/transfer/src/styles/index.cssr.js +219 -0
- package/lib/transfer/src/use-transfer-data.d.ts +41 -0
- package/lib/transfer/src/use-transfer-data.js +149 -0
- package/lib/transfer/styles/_common.d.ts +5 -0
- package/lib/transfer/styles/_common.js +6 -0
- package/lib/transfer/styles/dark.d.ts +3 -0
- package/lib/transfer/styles/dark.js +29 -0
- package/lib/transfer/styles/index.d.ts +3 -0
- package/lib/transfer/styles/index.js +7 -0
- package/lib/transfer/styles/light.d.ts +353 -0
- package/lib/transfer/styles/light.js +33 -0
- package/lib/tree/index.d.ts +3 -0
- package/lib/tree/index.js +5 -0
- package/lib/tree/src/MotionWrapper.d.ts +35 -0
- package/lib/tree/src/MotionWrapper.js +39 -0
- package/lib/tree/src/Tree.d.ts +1259 -0
- package/lib/tree/src/Tree.js +977 -0
- package/lib/tree/src/TreeNode.d.ts +53 -0
- package/lib/tree/src/TreeNode.js +233 -0
- package/lib/tree/src/TreeNodeCheckbox.d.ts +194 -0
- package/lib/tree/src/TreeNodeCheckbox.js +45 -0
- package/lib/tree/src/TreeNodeContent.d.ts +46 -0
- package/lib/tree/src/TreeNodeContent.js +70 -0
- package/lib/tree/src/TreeNodeSwitcher.d.ts +29 -0
- package/lib/tree/src/TreeNodeSwitcher.js +32 -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 +107 -0
- package/lib/tree/src/interface.js +4 -0
- package/lib/tree/src/keyboard.d.ts +14 -0
- package/lib/tree/src/keyboard.js +107 -0
- package/lib/tree/src/styles/index.cssr.d.ts +2 -0
- package/lib/tree/src/styles/index.cssr.js +140 -0
- package/lib/tree/src/utils.d.ts +7 -0
- package/lib/tree/src/utils.js +43 -0
- package/lib/tree/styles/dark.d.ts +3 -0
- package/lib/tree/styles/dark.js +22 -0
- package/lib/tree/styles/index.d.ts +3 -0
- package/lib/tree/styles/index.js +7 -0
- package/lib/tree/styles/light.d.ts +61 -0
- package/lib/tree/styles/light.js +34 -0
- package/lib/tree-select/index.d.ts +3 -0
- package/lib/tree-select/index.js +5 -0
- package/lib/tree-select/src/TreeSelect.d.ts +1877 -0
- package/lib/tree-select/src/TreeSelect.js +556 -0
- package/lib/tree-select/src/interface.d.ts +15 -0
- package/lib/tree-select/src/interface.js +4 -0
- package/lib/tree-select/src/styles/index.cssr.d.ts +2 -0
- package/lib/tree-select/src/styles/index.cssr.js +37 -0
- package/lib/tree-select/src/utils.d.ts +10 -0
- package/lib/tree-select/src/utils.js +80 -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 +7 -0
- package/lib/tree-select/styles/light.d.ts +145 -0
- package/lib/tree-select/styles/light.js +30 -0
- package/lib/typography/index.d.ts +21 -0
- package/lib/typography/index.js +26 -0
- package/lib/typography/src/a.d.ts +612 -0
- package/lib/typography/src/a.js +28 -0
- package/lib/typography/src/blockquote.d.ts +622 -0
- package/lib/typography/src/blockquote.js +35 -0
- package/lib/typography/src/create-header.d.ts +641 -0
- package/lib/typography/src/create-header.js +51 -0
- package/lib/typography/src/headers.d.ts +2586 -0
- package/lib/typography/src/headers.js +10 -0
- package/lib/typography/src/hr.d.ts +409 -0
- package/lib/typography/src/hr.js +25 -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 +624 -0
- package/lib/typography/src/ol.js +37 -0
- package/lib/typography/src/p.d.ts +620 -0
- package/lib/typography/src/p.js +33 -0
- package/lib/typography/src/styles/a.cssr.d.ts +2 -0
- package/lib/typography/src/styles/a.cssr.js +19 -0
- package/lib/typography/src/styles/blockquote.cssr.d.ts +2 -0
- package/lib/typography/src/styles/blockquote.cssr.js +34 -0
- package/lib/typography/src/styles/header.cssr.d.ts +2 -0
- package/lib/typography/src/styles/header.cssr.js +44 -0
- package/lib/typography/src/styles/hr.cssr.d.ts +2 -0
- package/lib/typography/src/styles/hr.cssr.js +18 -0
- package/lib/typography/src/styles/list.cssr.d.ts +2 -0
- package/lib/typography/src/styles/list.cssr.js +39 -0
- package/lib/typography/src/styles/p.cssr.d.ts +2 -0
- package/lib/typography/src/styles/p.cssr.js +22 -0
- package/lib/typography/src/styles/text.cssr.d.ts +2 -0
- package/lib/typography/src/styles/text.cssr.js +41 -0
- package/lib/typography/src/text.d.ts +678 -0
- package/lib/typography/src/text.js +68 -0
- package/lib/typography/src/ul.d.ts +624 -0
- package/lib/typography/src/ul.js +37 -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 +7 -0
- package/lib/typography/styles/light.d.ts +72 -0
- package/lib/typography/styles/light.js +16 -0
- package/lib/upload/index.d.ts +7 -0
- package/lib/upload/index.js +11 -0
- package/lib/upload/src/Upload.d.ts +2713 -0
- package/lib/upload/src/Upload.js +402 -0
- package/lib/upload/src/UploadDragger.d.ts +3 -0
- package/lib/upload/src/UploadDragger.js +24 -0
- package/lib/upload/src/UploadFile.d.ts +393 -0
- package/lib/upload/src/UploadFile.js +241 -0
- package/lib/upload/src/UploadFileList.d.ts +2 -0
- package/lib/upload/src/UploadFileList.js +34 -0
- package/lib/upload/src/UploadProgress.d.ts +374 -0
- package/lib/upload/src/UploadProgress.js +32 -0
- package/lib/upload/src/UploadTrigger.d.ts +12 -0
- package/lib/upload/src/UploadTrigger.js +73 -0
- package/lib/upload/src/icons.d.ts +6 -0
- package/lib/upload/src/icons.js +14 -0
- package/lib/upload/src/interface.d.ts +86 -0
- package/lib/upload/src/interface.js +4 -0
- package/lib/upload/src/styles/index.cssr.d.ts +2 -0
- package/lib/upload/src/styles/index.cssr.js +234 -0
- package/lib/upload/src/utils.d.ts +8 -0
- package/lib/upload/src/utils.js +69 -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 +7 -0
- package/lib/upload/styles/light.d.ts +257 -0
- package/lib/upload/styles/light.js +41 -0
- package/lib/version.d.ts +2 -0
- package/lib/version.js +3 -0
- package/package.json +5 -2
- package/web-types.json +12439 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const vue_1 = require("vue");
|
|
4
|
+
const css_render_1 = require("css-render");
|
|
5
|
+
const vue3_ssr_1 = require("@css-render/vue3-ssr");
|
|
6
|
+
function useRtl(mountId, rtlStateRef, clsPrefixRef) {
|
|
7
|
+
if (!rtlStateRef)
|
|
8
|
+
return undefined;
|
|
9
|
+
const ssrAdapter = (0, vue3_ssr_1.useSsrAdapter)();
|
|
10
|
+
const componentRtlStateRef = (0, vue_1.computed)(() => {
|
|
11
|
+
const { value: rtlState } = rtlStateRef;
|
|
12
|
+
if (!rtlState) {
|
|
13
|
+
return undefined;
|
|
14
|
+
}
|
|
15
|
+
const componentRtlState = rtlState[mountId];
|
|
16
|
+
if (!componentRtlState) {
|
|
17
|
+
return undefined;
|
|
18
|
+
}
|
|
19
|
+
return componentRtlState;
|
|
20
|
+
});
|
|
21
|
+
const mountStyle = () => {
|
|
22
|
+
(0, vue_1.watchEffect)(() => {
|
|
23
|
+
const { value: clsPrefix } = clsPrefixRef;
|
|
24
|
+
const id = `${clsPrefix}${mountId}Rtl`;
|
|
25
|
+
// if it already exists, we only need to watch clsPrefix, although in most
|
|
26
|
+
// of time it's unnecessary... However we can at least listen less
|
|
27
|
+
// handlers, which is great.
|
|
28
|
+
if ((0, css_render_1.exists)(id, ssrAdapter))
|
|
29
|
+
return;
|
|
30
|
+
const { value: componentRtlState } = componentRtlStateRef;
|
|
31
|
+
if (!componentRtlState)
|
|
32
|
+
return;
|
|
33
|
+
componentRtlState.style.mount({
|
|
34
|
+
id,
|
|
35
|
+
head: true,
|
|
36
|
+
props: {
|
|
37
|
+
bPrefix: clsPrefix ? `.${clsPrefix}-` : undefined
|
|
38
|
+
},
|
|
39
|
+
ssr: ssrAdapter
|
|
40
|
+
});
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
if (ssrAdapter) {
|
|
44
|
+
mountStyle();
|
|
45
|
+
}
|
|
46
|
+
else {
|
|
47
|
+
(0, vue_1.onBeforeMount)(mountStyle);
|
|
48
|
+
}
|
|
49
|
+
return componentRtlStateRef;
|
|
50
|
+
}
|
|
51
|
+
exports.default = useRtl;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const vue_1 = require("vue");
|
|
4
|
+
const vue3_ssr_1 = require("@css-render/vue3-ssr");
|
|
5
|
+
const index_cssr_1 = require("../_styles/global/index.cssr");
|
|
6
|
+
const _utils_1 = require("../_utils");
|
|
7
|
+
function useStyle(mountId, style, clsPrefixRef) {
|
|
8
|
+
if (!style) {
|
|
9
|
+
if (process.env.NODE_ENV !== 'production')
|
|
10
|
+
(0, _utils_1.throwError)('use-style', 'No style is specified.');
|
|
11
|
+
return;
|
|
12
|
+
}
|
|
13
|
+
const ssrAdapter = (0, vue3_ssr_1.useSsrAdapter)();
|
|
14
|
+
const mountStyle = () => {
|
|
15
|
+
const clsPrefix = clsPrefixRef === null || clsPrefixRef === void 0 ? void 0 : clsPrefixRef.value;
|
|
16
|
+
style.mount({
|
|
17
|
+
id: clsPrefix === undefined ? mountId : clsPrefix + mountId,
|
|
18
|
+
head: true,
|
|
19
|
+
props: {
|
|
20
|
+
bPrefix: clsPrefix ? `.${clsPrefix}-` : undefined
|
|
21
|
+
},
|
|
22
|
+
ssr: ssrAdapter
|
|
23
|
+
});
|
|
24
|
+
index_cssr_1.default.mount({
|
|
25
|
+
id: 'naive-ui/global',
|
|
26
|
+
head: true,
|
|
27
|
+
ssr: ssrAdapter
|
|
28
|
+
});
|
|
29
|
+
};
|
|
30
|
+
if (ssrAdapter) {
|
|
31
|
+
mountStyle();
|
|
32
|
+
}
|
|
33
|
+
else {
|
|
34
|
+
(0, vue_1.onBeforeMount)(mountStyle);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
exports.default = useStyle;
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { ComputedRef, Ref, PropType } from 'vue';
|
|
2
|
+
import { CNode } from 'css-render';
|
|
3
|
+
import type { GlobalTheme } from '../config-provider';
|
|
4
|
+
import type { ThemeCommonVars } from '../_styles/common';
|
|
5
|
+
export interface Theme<N, T = {}, R = any> {
|
|
6
|
+
name: N;
|
|
7
|
+
common?: ThemeCommonVars;
|
|
8
|
+
peers?: R;
|
|
9
|
+
self?: (vars: ThemeCommonVars) => T;
|
|
10
|
+
}
|
|
11
|
+
export interface ThemeProps<T> {
|
|
12
|
+
theme: PropType<T>;
|
|
13
|
+
themeOverrides: PropType<ExtractThemeOverrides<T>>;
|
|
14
|
+
builtinThemeOverrides: PropType<ExtractThemeOverrides<T>>;
|
|
15
|
+
}
|
|
16
|
+
export interface ThemePropsReactive<T> {
|
|
17
|
+
theme?: T;
|
|
18
|
+
themeOverrides?: ExtractThemeOverrides<T>;
|
|
19
|
+
builtinThemeOverrides?: ExtractThemeOverrides<T>;
|
|
20
|
+
}
|
|
21
|
+
export declare type ExtractThemeVars<T> = T extends Theme<unknown, infer U, unknown> ? unknown extends U ? {} : U : {};
|
|
22
|
+
export declare type ExtractPeerOverrides<T> = T extends Theme<unknown, unknown, infer V> ? {
|
|
23
|
+
peers?: {
|
|
24
|
+
[k in keyof V]?: ExtractThemeOverrides<V[k]>;
|
|
25
|
+
};
|
|
26
|
+
} : T;
|
|
27
|
+
export declare type ExtractMergedPeerOverrides<T> = T extends Theme<unknown, unknown, infer V> ? {
|
|
28
|
+
[k in keyof V]?: ExtractPeerOverrides<V[k]>;
|
|
29
|
+
} : T;
|
|
30
|
+
export declare type ExtractThemeOverrides<T> = Partial<ExtractThemeVars<T>> & ExtractPeerOverrides<T> & {
|
|
31
|
+
common?: ThemeCommonVars;
|
|
32
|
+
};
|
|
33
|
+
export declare function createTheme<N extends string, T, R>(theme: Theme<N, T, R>): Theme<N, T, R>;
|
|
34
|
+
declare type UseThemeProps<T> = Readonly<{
|
|
35
|
+
theme?: T | undefined;
|
|
36
|
+
themeOverrides?: ExtractThemeOverrides<T>;
|
|
37
|
+
builtinThemeOverrides?: ExtractThemeOverrides<T>;
|
|
38
|
+
}>;
|
|
39
|
+
export declare type MergedTheme<T> = T extends Theme<unknown, infer V, infer W> ? {
|
|
40
|
+
common: ThemeCommonVars;
|
|
41
|
+
self: V;
|
|
42
|
+
peers: W;
|
|
43
|
+
peerOverrides: ExtractMergedPeerOverrides<T>;
|
|
44
|
+
} : T;
|
|
45
|
+
declare function useTheme<N, T, R>(resolveId: Exclude<keyof GlobalTheme, 'common'>, mountId: string, style: CNode | undefined, defaultTheme: Theme<N, T, R>, props: UseThemeProps<Theme<N, T, R>>, clsPrefixRef?: Ref<string | undefined>): ComputedRef<MergedTheme<Theme<N, T, R>>>;
|
|
46
|
+
declare namespace useTheme {
|
|
47
|
+
var props: {
|
|
48
|
+
readonly theme: ObjectConstructor;
|
|
49
|
+
readonly themeOverrides: ObjectConstructor;
|
|
50
|
+
readonly builtinThemeOverrides: ObjectConstructor;
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* props.theme (Theme):
|
|
55
|
+
* {
|
|
56
|
+
* common: CommonThemeVars,
|
|
57
|
+
* self(): ThemeVars,
|
|
58
|
+
* peers: { Component: Theme }
|
|
59
|
+
* }
|
|
60
|
+
* provider.theme:
|
|
61
|
+
* {
|
|
62
|
+
* common: CommonThemeVars,
|
|
63
|
+
* Button: Theme
|
|
64
|
+
* ...
|
|
65
|
+
* }
|
|
66
|
+
* defaultTheme:
|
|
67
|
+
* {
|
|
68
|
+
* common: CommonThemeVars,
|
|
69
|
+
* self(): ThemeVars,
|
|
70
|
+
* peers: { Component: Theme }
|
|
71
|
+
* }
|
|
72
|
+
*
|
|
73
|
+
* props.themeOverrides (ThemeOverrides):
|
|
74
|
+
* {
|
|
75
|
+
* common: CommonThemeVars,
|
|
76
|
+
* peers: { Component: ThemeOverrides },
|
|
77
|
+
* ...ThemeVars
|
|
78
|
+
* }
|
|
79
|
+
* provider.themeOverrides:
|
|
80
|
+
* {
|
|
81
|
+
* common: CommonThemeVars,
|
|
82
|
+
* Component: ThemeOverrides
|
|
83
|
+
* ...
|
|
84
|
+
* }
|
|
85
|
+
*
|
|
86
|
+
* mergedTheme:
|
|
87
|
+
* {
|
|
88
|
+
* common: CommonThemeVars,
|
|
89
|
+
* self: ThemeVars,
|
|
90
|
+
* peers: { Component: Theme },
|
|
91
|
+
* overrides: { Component: ThemeOverrides }
|
|
92
|
+
* }
|
|
93
|
+
*/
|
|
94
|
+
export default useTheme;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.createTheme = void 0;
|
|
4
|
+
/* eslint-disable @typescript-eslint/consistent-type-assertions */
|
|
5
|
+
const vue_1 = require("vue");
|
|
6
|
+
const lodash_1 = require("lodash");
|
|
7
|
+
const vue3_ssr_1 = require("@css-render/vue3-ssr");
|
|
8
|
+
const index_cssr_1 = require("../_styles/global/index.cssr");
|
|
9
|
+
const ConfigProvider_1 = require("../config-provider/src/ConfigProvider");
|
|
10
|
+
function createTheme(theme) {
|
|
11
|
+
return theme;
|
|
12
|
+
}
|
|
13
|
+
exports.createTheme = createTheme;
|
|
14
|
+
function useTheme(resolveId, mountId, style, defaultTheme, props, clsPrefixRef) {
|
|
15
|
+
const ssrAdapter = (0, vue3_ssr_1.useSsrAdapter)();
|
|
16
|
+
if (style) {
|
|
17
|
+
const mountStyle = () => {
|
|
18
|
+
const clsPrefix = clsPrefixRef === null || clsPrefixRef === void 0 ? void 0 : clsPrefixRef.value;
|
|
19
|
+
style.mount({
|
|
20
|
+
id: clsPrefix === undefined ? mountId : clsPrefix + mountId,
|
|
21
|
+
head: true,
|
|
22
|
+
props: {
|
|
23
|
+
bPrefix: clsPrefix ? `.${clsPrefix}-` : undefined
|
|
24
|
+
},
|
|
25
|
+
ssr: ssrAdapter
|
|
26
|
+
});
|
|
27
|
+
index_cssr_1.default.mount({
|
|
28
|
+
id: 'naive-ui/global',
|
|
29
|
+
head: true,
|
|
30
|
+
ssr: ssrAdapter
|
|
31
|
+
});
|
|
32
|
+
};
|
|
33
|
+
if (ssrAdapter) {
|
|
34
|
+
mountStyle();
|
|
35
|
+
}
|
|
36
|
+
else {
|
|
37
|
+
(0, vue_1.onBeforeMount)(mountStyle);
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
const NConfigProvider = (0, vue_1.inject)(ConfigProvider_1.configProviderInjectionKey, null);
|
|
41
|
+
const mergedThemeRef = (0, vue_1.computed)(() => {
|
|
42
|
+
var _a;
|
|
43
|
+
// keep props to make theme overrideable
|
|
44
|
+
const { theme: { common: selfCommon, self, peers = {} } = {}, themeOverrides: selfOverrides = {}, builtinThemeOverrides: builtinOverrides = {} } = props;
|
|
45
|
+
const { common: selfCommonOverrides, peers: peersOverrides } = selfOverrides;
|
|
46
|
+
const { common: globalCommon = undefined, [resolveId]: { common: globalSelfCommon = undefined, self: globalSelf = undefined, peers: globalPeers = {} } = {} } = (NConfigProvider === null || NConfigProvider === void 0 ? void 0 : NConfigProvider.mergedThemeRef.value) || {};
|
|
47
|
+
const { common: globalCommonOverrides = undefined, [resolveId]: globalSelfOverrides = {} } = (NConfigProvider === null || NConfigProvider === void 0 ? void 0 : NConfigProvider.mergedThemeOverridesRef.value) || {};
|
|
48
|
+
const { common: globalSelfCommonOverrides, peers: globalPeersOverrides = {} } = globalSelfOverrides;
|
|
49
|
+
const mergedCommon = (0, lodash_1.merge)({}, selfCommon || globalSelfCommon || globalCommon || defaultTheme.common, globalCommonOverrides, globalSelfCommonOverrides, selfCommonOverrides);
|
|
50
|
+
const mergedSelf = (0, lodash_1.merge)(
|
|
51
|
+
// {}, executed every time, no need for empty obj
|
|
52
|
+
(_a = (self || globalSelf || defaultTheme.self)) === null || _a === void 0 ? void 0 : _a(mergedCommon), builtinOverrides, globalSelfOverrides, selfOverrides);
|
|
53
|
+
return {
|
|
54
|
+
common: mergedCommon,
|
|
55
|
+
self: mergedSelf,
|
|
56
|
+
peers: (0, lodash_1.merge)({}, defaultTheme.peers, globalPeers, peers),
|
|
57
|
+
peerOverrides: (0, lodash_1.merge)({}, globalPeersOverrides, peersOverrides)
|
|
58
|
+
};
|
|
59
|
+
});
|
|
60
|
+
return mergedThemeRef;
|
|
61
|
+
}
|
|
62
|
+
useTheme.props = {
|
|
63
|
+
theme: Object,
|
|
64
|
+
themeOverrides: Object,
|
|
65
|
+
builtinThemeOverrides: Object
|
|
66
|
+
};
|
|
67
|
+
/**
|
|
68
|
+
* props.theme (Theme):
|
|
69
|
+
* {
|
|
70
|
+
* common: CommonThemeVars,
|
|
71
|
+
* self(): ThemeVars,
|
|
72
|
+
* peers: { Component: Theme }
|
|
73
|
+
* }
|
|
74
|
+
* provider.theme:
|
|
75
|
+
* {
|
|
76
|
+
* common: CommonThemeVars,
|
|
77
|
+
* Button: Theme
|
|
78
|
+
* ...
|
|
79
|
+
* }
|
|
80
|
+
* defaultTheme:
|
|
81
|
+
* {
|
|
82
|
+
* common: CommonThemeVars,
|
|
83
|
+
* self(): ThemeVars,
|
|
84
|
+
* peers: { Component: Theme }
|
|
85
|
+
* }
|
|
86
|
+
*
|
|
87
|
+
* props.themeOverrides (ThemeOverrides):
|
|
88
|
+
* {
|
|
89
|
+
* common: CommonThemeVars,
|
|
90
|
+
* peers: { Component: ThemeOverrides },
|
|
91
|
+
* ...ThemeVars
|
|
92
|
+
* }
|
|
93
|
+
* provider.themeOverrides:
|
|
94
|
+
* {
|
|
95
|
+
* common: CommonThemeVars,
|
|
96
|
+
* Component: ThemeOverrides
|
|
97
|
+
* ...
|
|
98
|
+
* }
|
|
99
|
+
*
|
|
100
|
+
* mergedTheme:
|
|
101
|
+
* {
|
|
102
|
+
* common: CommonThemeVars,
|
|
103
|
+
* self: ThemeVars,
|
|
104
|
+
* peers: { Component: Theme },
|
|
105
|
+
* overrides: { Component: ThemeOverrides }
|
|
106
|
+
* }
|
|
107
|
+
*/
|
|
108
|
+
exports.default = useTheme;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
fontFamilyMono: string;
|
|
4
|
+
fontWeight: string;
|
|
5
|
+
fontWeightStrong: string;
|
|
6
|
+
cubicBezierEaseInOut: string;
|
|
7
|
+
cubicBezierEaseOut: string;
|
|
8
|
+
cubicBezierEaseIn: string;
|
|
9
|
+
borderRadius: string;
|
|
10
|
+
borderRadiusSmall: string;
|
|
11
|
+
fontSize: string;
|
|
12
|
+
fontSizeTiny: string;
|
|
13
|
+
fontSizeSmall: string;
|
|
14
|
+
fontSizeMedium: string;
|
|
15
|
+
fontSizeLarge: string;
|
|
16
|
+
fontSizeHuge: string;
|
|
17
|
+
lineHeight: string;
|
|
18
|
+
heightTiny: string;
|
|
19
|
+
heightSmall: string;
|
|
20
|
+
heightMedium: string;
|
|
21
|
+
heightLarge: string;
|
|
22
|
+
heightHuge: string;
|
|
23
|
+
transformDebounceScale: string;
|
|
24
|
+
};
|
|
25
|
+
export default _default;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {
|
|
4
|
+
fontFamily: 'v-sans, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"',
|
|
5
|
+
fontFamilyMono: 'v-mono, SFMono-Regular, Menlo, Consolas, Courier, monospace',
|
|
6
|
+
fontWeight: '400',
|
|
7
|
+
fontWeightStrong: '500',
|
|
8
|
+
cubicBezierEaseInOut: 'cubic-bezier(.4, 0, .2, 1)',
|
|
9
|
+
cubicBezierEaseOut: 'cubic-bezier(0, 0, .2, 1)',
|
|
10
|
+
cubicBezierEaseIn: 'cubic-bezier(.4, 0, 1, 1)',
|
|
11
|
+
borderRadius: '3px',
|
|
12
|
+
borderRadiusSmall: '2px',
|
|
13
|
+
fontSize: '14px',
|
|
14
|
+
fontSizeTiny: '12px',
|
|
15
|
+
fontSizeSmall: '14px',
|
|
16
|
+
fontSizeMedium: '14px',
|
|
17
|
+
fontSizeLarge: '15px',
|
|
18
|
+
fontSizeHuge: '16px',
|
|
19
|
+
lineHeight: '1.6',
|
|
20
|
+
heightTiny: '22px',
|
|
21
|
+
heightSmall: '28px',
|
|
22
|
+
heightMedium: '34px',
|
|
23
|
+
heightLarge: '40px',
|
|
24
|
+
heightHuge: '46px',
|
|
25
|
+
transformDebounceScale: 'scale(1)'
|
|
26
|
+
};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const seemly_1 = require("seemly");
|
|
4
|
+
const _common_1 = require("./_common");
|
|
5
|
+
const base = {
|
|
6
|
+
neutralBase: '#000',
|
|
7
|
+
neutralInvertBase: '#fff',
|
|
8
|
+
neutralTextBase: '#fff',
|
|
9
|
+
neutralPopover: 'rgb(72, 72, 78)',
|
|
10
|
+
neutralCard: 'rgb(24, 24, 28)',
|
|
11
|
+
neutralModal: 'rgb(44, 44, 50)',
|
|
12
|
+
neutralBody: 'rgb(16, 16, 20)',
|
|
13
|
+
alpha1: '0.9',
|
|
14
|
+
alpha2: '0.82',
|
|
15
|
+
alpha3: '0.52',
|
|
16
|
+
alpha4: '0.38',
|
|
17
|
+
alpha5: '0.28',
|
|
18
|
+
alphaClose: '0.52',
|
|
19
|
+
alphaDisabled: '0.38',
|
|
20
|
+
alphaDisabledInput: '0.06',
|
|
21
|
+
alphaPending: '0.09',
|
|
22
|
+
alphaTablePending: '0.06',
|
|
23
|
+
alphaPressed: '0.05',
|
|
24
|
+
alphaAvatar: '0.18',
|
|
25
|
+
alphaRail: '0.2',
|
|
26
|
+
alphaProgressRail: '0.12',
|
|
27
|
+
alphaBorder: '0.24',
|
|
28
|
+
alphaDivider: '0.09',
|
|
29
|
+
alphaInput: '0.1',
|
|
30
|
+
alphaAction: '0.06',
|
|
31
|
+
alphaTab: '0.04',
|
|
32
|
+
alphaScrollbar: '0.2',
|
|
33
|
+
alphaScrollbarHover: '0.3',
|
|
34
|
+
alphaCode: '0.12',
|
|
35
|
+
alphaTag: '0',
|
|
36
|
+
// primary
|
|
37
|
+
primaryHover: '#7fe7c4',
|
|
38
|
+
primaryDefault: '#63e2b7',
|
|
39
|
+
primaryActive: '#5acea7',
|
|
40
|
+
primarySuppl: 'rgb(42, 148, 125)',
|
|
41
|
+
// info
|
|
42
|
+
infoHover: '#8acbec',
|
|
43
|
+
infoDefault: '#70c0e8',
|
|
44
|
+
infoActive: '#66afd3',
|
|
45
|
+
infoSuppl: 'rgb(56, 137, 197)',
|
|
46
|
+
// error
|
|
47
|
+
errorHover: '#e98b8b',
|
|
48
|
+
errorDefault: '#e88080',
|
|
49
|
+
errorActive: '#e57272',
|
|
50
|
+
errorSuppl: 'rgb(208, 58, 82)',
|
|
51
|
+
// warning
|
|
52
|
+
warningHover: '#f5d599',
|
|
53
|
+
warningDefault: '#f2c97d',
|
|
54
|
+
warningActive: '#e6c260',
|
|
55
|
+
warningSuppl: 'rgb(240, 138, 0)',
|
|
56
|
+
// success
|
|
57
|
+
successHover: '#7fe7c4',
|
|
58
|
+
successDefault: '#63e2b7',
|
|
59
|
+
successActive: '#5acea7',
|
|
60
|
+
successSuppl: 'rgb(42, 148, 125)'
|
|
61
|
+
};
|
|
62
|
+
const baseBackgroundRgb = (0, seemly_1.rgba)(base.neutralBase);
|
|
63
|
+
const baseInvertBackgroundRgb = (0, seemly_1.rgba)(base.neutralInvertBase);
|
|
64
|
+
const overlayPrefix = 'rgba(' + baseInvertBackgroundRgb.slice(0, 3).join(', ') + ', ';
|
|
65
|
+
function overlay(alpha) {
|
|
66
|
+
return overlayPrefix + String(alpha) + ')';
|
|
67
|
+
}
|
|
68
|
+
function neutral(alpha) {
|
|
69
|
+
const overlayRgba = Array.from(baseInvertBackgroundRgb);
|
|
70
|
+
overlayRgba[3] = Number(alpha);
|
|
71
|
+
return (0, seemly_1.composite)(baseBackgroundRgb, overlayRgba);
|
|
72
|
+
}
|
|
73
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { baseColor: base.neutralBase,
|
|
74
|
+
// primary color
|
|
75
|
+
primaryColor: base.primaryDefault, primaryColorHover: base.primaryHover, primaryColorPressed: base.primaryActive, primaryColorSuppl: base.primarySuppl,
|
|
76
|
+
// info color
|
|
77
|
+
infoColor: base.infoDefault, infoColorHover: base.infoHover, infoColorPressed: base.infoActive, infoColorSuppl: base.infoSuppl,
|
|
78
|
+
// success color
|
|
79
|
+
successColor: base.successDefault, successColorHover: base.successHover, successColorPressed: base.successActive, successColorSuppl: base.successSuppl,
|
|
80
|
+
// warning color
|
|
81
|
+
warningColor: base.warningDefault, warningColorHover: base.warningHover, warningColorPressed: base.warningActive, warningColorSuppl: base.warningSuppl,
|
|
82
|
+
// error color
|
|
83
|
+
errorColor: base.errorDefault, errorColorHover: base.errorHover, errorColorPressed: base.errorActive, errorColorSuppl: base.errorSuppl,
|
|
84
|
+
// text color
|
|
85
|
+
textColorBase: base.neutralTextBase, textColor1: overlay(base.alpha1), textColor2: overlay(base.alpha2), textColor3: overlay(base.alpha3),
|
|
86
|
+
// textColor4: overlay(base.alpha4), // disabled, placeholder, icon
|
|
87
|
+
// textColor5: overlay(base.alpha5),
|
|
88
|
+
textColorDisabled: overlay(base.alpha4), placeholderColor: overlay(base.alpha4), placeholderColorDisabled: overlay(base.alpha5), iconColor: overlay(base.alpha4), iconColorDisabled: overlay(base.alpha5), iconColorHover: overlay(Number(base.alpha4) * 1.25), iconColorPressed: overlay(Number(base.alpha4) * 0.8), opacity1: base.alpha1, opacity2: base.alpha2, opacity3: base.alpha3, opacity4: base.alpha4, opacity5: base.alpha5, dividerColor: overlay(base.alphaDivider), borderColor: overlay(base.alphaBorder),
|
|
89
|
+
// close
|
|
90
|
+
closeColorHover: overlay(Number(base.alphaClose) * 1.25), closeColor: overlay(Number(base.alphaClose)), closeColorPressed: overlay(Number(base.alphaClose) * 0.8), closeColorDisabled: overlay(base.alpha4),
|
|
91
|
+
// clear
|
|
92
|
+
clearColor: overlay(base.alpha4), clearColorHover: (0, seemly_1.scaleColor)(overlay(base.alpha4), { alpha: 1.25 }), clearColorPressed: (0, seemly_1.scaleColor)(overlay(base.alpha4), { alpha: 0.8 }), scrollbarColor: overlay(base.alphaScrollbar), scrollbarColorHover: overlay(base.alphaScrollbarHover), scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', progressRailColor: overlay(base.alphaProgressRail), railColor: overlay(base.alphaRail), popoverColor: base.neutralPopover, tableColor: base.neutralCard, cardColor: base.neutralCard, modalColor: base.neutralModal, bodyColor: base.neutralBody, tagColor: neutral(base.alphaTag), avatarColor: overlay(base.alphaAvatar), invertedColor: base.neutralBase, inputColor: overlay(base.alphaInput), codeColor: overlay(base.alphaCode), tabColor: overlay(base.alphaTab), actionColor: overlay(base.alphaAction), tableHeaderColor: overlay(base.alphaAction), hoverColor: overlay(base.alphaPending), tableColorHover: overlay(base.alphaTablePending), pressedColor: overlay(base.alphaPressed), opacityDisabled: base.alphaDisabled, inputColorDisabled: overlay(base.alphaDisabledInput), boxShadow1: '0 1px 2px -2px rgba(0, 0, 0, .24), 0 3px 6px 0 rgba(0, 0, 0, .18), 0 5px 12px 4px rgba(0, 0, 0, .12)', boxShadow2: '0 3px 6px -4px rgba(0, 0, 0, .24), 0 6px 12px 0 rgba(0, 0, 0, .16), 0 9px 18px 8px rgba(0, 0, 0, .10)', boxShadow3: '0 6px 16px -9px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03)' });
|
|
93
|
+
exports.default = derived;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.commonLight = exports.commonDark = void 0;
|
|
4
|
+
var dark_1 = require("./dark");
|
|
5
|
+
Object.defineProperty(exports, "commonDark", { enumerable: true, get: function () { return dark_1.default; } });
|
|
6
|
+
var light_1 = require("./light");
|
|
7
|
+
Object.defineProperty(exports, "commonLight", { enumerable: true, get: function () { return light_1.default; } });
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
declare const derived: {
|
|
2
|
+
baseColor: string;
|
|
3
|
+
primaryColor: string;
|
|
4
|
+
primaryColorHover: string;
|
|
5
|
+
primaryColorPressed: string;
|
|
6
|
+
primaryColorSuppl: string;
|
|
7
|
+
infoColor: string;
|
|
8
|
+
infoColorHover: string;
|
|
9
|
+
infoColorPressed: string;
|
|
10
|
+
infoColorSuppl: string;
|
|
11
|
+
successColor: string;
|
|
12
|
+
successColorHover: string;
|
|
13
|
+
successColorPressed: string;
|
|
14
|
+
successColorSuppl: string;
|
|
15
|
+
warningColor: string;
|
|
16
|
+
warningColorHover: string;
|
|
17
|
+
warningColorPressed: string;
|
|
18
|
+
warningColorSuppl: string;
|
|
19
|
+
errorColor: string;
|
|
20
|
+
errorColorHover: string;
|
|
21
|
+
errorColorPressed: string;
|
|
22
|
+
errorColorSuppl: string;
|
|
23
|
+
textColorBase: string;
|
|
24
|
+
textColor1: string;
|
|
25
|
+
textColor2: string;
|
|
26
|
+
textColor3: string;
|
|
27
|
+
textColorDisabled: string;
|
|
28
|
+
placeholderColor: string;
|
|
29
|
+
placeholderColorDisabled: string;
|
|
30
|
+
iconColor: string;
|
|
31
|
+
iconColorHover: string;
|
|
32
|
+
iconColorPressed: string;
|
|
33
|
+
iconColorDisabled: string;
|
|
34
|
+
opacity1: string;
|
|
35
|
+
opacity2: string;
|
|
36
|
+
opacity3: string;
|
|
37
|
+
opacity4: string;
|
|
38
|
+
opacity5: string;
|
|
39
|
+
dividerColor: string;
|
|
40
|
+
borderColor: string;
|
|
41
|
+
closeColor: string;
|
|
42
|
+
closeColorHover: string;
|
|
43
|
+
closeColorPressed: string;
|
|
44
|
+
closeColorDisabled: string;
|
|
45
|
+
clearColor: string;
|
|
46
|
+
clearColorHover: string;
|
|
47
|
+
clearColorPressed: string;
|
|
48
|
+
scrollbarColor: string;
|
|
49
|
+
scrollbarColorHover: string;
|
|
50
|
+
scrollbarWidth: string;
|
|
51
|
+
scrollbarHeight: string;
|
|
52
|
+
scrollbarBorderRadius: string;
|
|
53
|
+
progressRailColor: string;
|
|
54
|
+
railColor: string;
|
|
55
|
+
popoverColor: string;
|
|
56
|
+
tableColor: string;
|
|
57
|
+
cardColor: string;
|
|
58
|
+
modalColor: string;
|
|
59
|
+
bodyColor: string;
|
|
60
|
+
tagColor: string;
|
|
61
|
+
avatarColor: string;
|
|
62
|
+
invertedColor: string;
|
|
63
|
+
inputColor: string;
|
|
64
|
+
codeColor: string;
|
|
65
|
+
tabColor: string;
|
|
66
|
+
actionColor: string;
|
|
67
|
+
tableHeaderColor: string;
|
|
68
|
+
hoverColor: string;
|
|
69
|
+
tableColorHover: string;
|
|
70
|
+
pressedColor: string;
|
|
71
|
+
opacityDisabled: string;
|
|
72
|
+
inputColorDisabled: string;
|
|
73
|
+
boxShadow1: string;
|
|
74
|
+
boxShadow2: string;
|
|
75
|
+
boxShadow3: string;
|
|
76
|
+
fontFamily: string;
|
|
77
|
+
fontFamilyMono: string;
|
|
78
|
+
fontWeight: string;
|
|
79
|
+
fontWeightStrong: string;
|
|
80
|
+
cubicBezierEaseInOut: string;
|
|
81
|
+
cubicBezierEaseOut: string;
|
|
82
|
+
cubicBezierEaseIn: string;
|
|
83
|
+
borderRadius: string;
|
|
84
|
+
borderRadiusSmall: string;
|
|
85
|
+
fontSize: string;
|
|
86
|
+
fontSizeTiny: string;
|
|
87
|
+
fontSizeSmall: string;
|
|
88
|
+
fontSizeMedium: string;
|
|
89
|
+
fontSizeLarge: string;
|
|
90
|
+
fontSizeHuge: string;
|
|
91
|
+
lineHeight: string;
|
|
92
|
+
heightTiny: string;
|
|
93
|
+
heightSmall: string;
|
|
94
|
+
heightMedium: string;
|
|
95
|
+
heightLarge: string;
|
|
96
|
+
heightHuge: string;
|
|
97
|
+
transformDebounceScale: string;
|
|
98
|
+
name: "common";
|
|
99
|
+
};
|
|
100
|
+
export default derived;
|
|
101
|
+
export declare type ThemeCommonVars = typeof derived;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const seemly_1 = require("seemly");
|
|
4
|
+
const _common_1 = require("./_common");
|
|
5
|
+
const base = {
|
|
6
|
+
neutralBase: '#FFF',
|
|
7
|
+
neutralInvertBase: '#000',
|
|
8
|
+
neutralTextBase: '#000',
|
|
9
|
+
neutralPopover: '#fff',
|
|
10
|
+
neutralCard: '#fff',
|
|
11
|
+
neutralModal: '#fff',
|
|
12
|
+
neutralBody: '#fff',
|
|
13
|
+
alpha1: '0.82',
|
|
14
|
+
alpha2: '0.72',
|
|
15
|
+
alpha3: '0.38',
|
|
16
|
+
alpha4: '0.24',
|
|
17
|
+
alpha5: '0.18',
|
|
18
|
+
alphaClose: '0.52',
|
|
19
|
+
alphaDisabled: '0.5',
|
|
20
|
+
alphaDisabledInput: '0.02',
|
|
21
|
+
alphaPending: '0.05',
|
|
22
|
+
alphaTablePending: '0.02',
|
|
23
|
+
alphaPressed: '0.07',
|
|
24
|
+
alphaAvatar: '0.2',
|
|
25
|
+
alphaRail: '0.14',
|
|
26
|
+
alphaProgressRail: '.08',
|
|
27
|
+
alphaBorder: '0.12',
|
|
28
|
+
alphaDivider: '0.06',
|
|
29
|
+
alphaInput: '0',
|
|
30
|
+
alphaAction: '0.02',
|
|
31
|
+
alphaTab: '0.04',
|
|
32
|
+
alphaScrollbar: '0.25',
|
|
33
|
+
alphaScrollbarHover: '0.4',
|
|
34
|
+
alphaCode: '0.05',
|
|
35
|
+
alphaTag: '0.02',
|
|
36
|
+
// primary
|
|
37
|
+
primaryHover: '#36ad6a',
|
|
38
|
+
primaryDefault: '#18a058',
|
|
39
|
+
primaryActive: '#0c7a43',
|
|
40
|
+
primarySuppl: '#36ad6a',
|
|
41
|
+
// info
|
|
42
|
+
infoHover: '#4098fc',
|
|
43
|
+
infoDefault: '#2080f0',
|
|
44
|
+
infoActive: '#1060c9',
|
|
45
|
+
infoSuppl: '#4098fc',
|
|
46
|
+
// error
|
|
47
|
+
errorHover: '#de576d',
|
|
48
|
+
errorDefault: '#d03050',
|
|
49
|
+
errorActive: '#ab1f3f',
|
|
50
|
+
errorSuppl: '#de576d',
|
|
51
|
+
// warning
|
|
52
|
+
warningHover: '#fcb040',
|
|
53
|
+
warningDefault: '#f0a020',
|
|
54
|
+
warningActive: '#c97c10',
|
|
55
|
+
warningSuppl: '#fcb040',
|
|
56
|
+
// success
|
|
57
|
+
successHover: '#36ad6a',
|
|
58
|
+
successDefault: '#18a058',
|
|
59
|
+
successActive: '#0c7a43',
|
|
60
|
+
successSuppl: '#36ad6a'
|
|
61
|
+
};
|
|
62
|
+
const baseBackgroundRgb = (0, seemly_1.rgba)(base.neutralBase);
|
|
63
|
+
const baseInvertBackgroundRgb = (0, seemly_1.rgba)(base.neutralInvertBase);
|
|
64
|
+
const overlayPrefix = 'rgba(' + baseInvertBackgroundRgb.slice(0, 3).join(', ') + ', ';
|
|
65
|
+
function overlay(alpha) {
|
|
66
|
+
return overlayPrefix + String(alpha) + ')';
|
|
67
|
+
}
|
|
68
|
+
function neutral(alpha) {
|
|
69
|
+
const overlayRgba = Array.from(baseInvertBackgroundRgb);
|
|
70
|
+
overlayRgba[3] = Number(alpha);
|
|
71
|
+
return (0, seemly_1.composite)(baseBackgroundRgb, overlayRgba);
|
|
72
|
+
}
|
|
73
|
+
const derived = Object.assign(Object.assign({ name: 'common' }, _common_1.default), { baseColor: base.neutralBase,
|
|
74
|
+
// primary color
|
|
75
|
+
primaryColor: base.primaryDefault, primaryColorHover: base.primaryHover, primaryColorPressed: base.primaryActive, primaryColorSuppl: base.primarySuppl,
|
|
76
|
+
// info color
|
|
77
|
+
infoColor: base.infoDefault, infoColorHover: base.infoHover, infoColorPressed: base.infoActive, infoColorSuppl: base.infoSuppl,
|
|
78
|
+
// success color
|
|
79
|
+
successColor: base.successDefault, successColorHover: base.successHover, successColorPressed: base.successActive, successColorSuppl: base.successSuppl,
|
|
80
|
+
// warning color
|
|
81
|
+
warningColor: base.warningDefault, warningColorHover: base.warningHover, warningColorPressed: base.warningActive, warningColorSuppl: base.warningSuppl,
|
|
82
|
+
// error color
|
|
83
|
+
errorColor: base.errorDefault, errorColorHover: base.errorHover, errorColorPressed: base.errorActive, errorColorSuppl: base.errorSuppl,
|
|
84
|
+
// text color
|
|
85
|
+
textColorBase: base.neutralTextBase, textColor1: 'rgb(31, 34, 37)', textColor2: 'rgb(51, 54, 57)', textColor3: 'rgb(158, 164, 170)',
|
|
86
|
+
// textColor4: neutral(base.alpha4), // disabled, placeholder, icon
|
|
87
|
+
// textColor5: neutral(base.alpha5),
|
|
88
|
+
textColorDisabled: neutral(base.alpha4), placeholderColor: neutral(base.alpha4), placeholderColorDisabled: neutral(base.alpha5), iconColor: neutral(base.alpha4), iconColorHover: (0, seemly_1.scaleColor)(neutral(base.alpha4), { lightness: 0.75 }), iconColorPressed: (0, seemly_1.scaleColor)(neutral(base.alpha4), { lightness: 0.9 }), iconColorDisabled: neutral(base.alpha5), opacity1: base.alpha1, opacity2: base.alpha2, opacity3: base.alpha3, opacity4: base.alpha4, opacity5: base.alpha5, dividerColor: 'rgb(239, 239, 245)', borderColor: 'rgb(224, 224, 230)',
|
|
89
|
+
// close
|
|
90
|
+
closeColor: neutral(Number(base.alphaClose)), closeColorHover: neutral(Number(base.alphaClose) * 1.25), closeColorPressed: neutral(Number(base.alphaClose) * 0.8), closeColorDisabled: neutral(base.alpha4),
|
|
91
|
+
// clear
|
|
92
|
+
clearColor: neutral(base.alpha4), clearColorHover: (0, seemly_1.scaleColor)(neutral(base.alpha4), { lightness: 0.75 }), clearColorPressed: (0, seemly_1.scaleColor)(neutral(base.alpha4), { lightness: 0.9 }), scrollbarColor: overlay(base.alphaScrollbar), scrollbarColorHover: overlay(base.alphaScrollbarHover), scrollbarWidth: '5px', scrollbarHeight: '5px', scrollbarBorderRadius: '5px', progressRailColor: neutral(base.alphaProgressRail), railColor: 'rgb(219, 219, 223)', popoverColor: base.neutralPopover, tableColor: base.neutralCard, cardColor: base.neutralCard, modalColor: base.neutralModal, bodyColor: base.neutralBody, tagColor: 'rgb(250, 250, 252)', avatarColor: neutral(base.alphaAvatar), invertedColor: 'rgb(0, 20, 40)', inputColor: neutral(base.alphaInput), codeColor: 'rgb(244, 244, 248)', tabColor: 'rgb(247, 247, 250)', actionColor: 'rgb(250, 250, 252)', tableHeaderColor: 'rgb(250, 250, 252)', hoverColor: 'rgb(243, 243, 245)',
|
|
93
|
+
// use color with alpha since it can be nested with header filter & sorter effect
|
|
94
|
+
tableColorHover: 'rgba(0, 0, 100, 0.02)', pressedColor: 'rgb(237, 237, 239)', opacityDisabled: base.alphaDisabled, inputColorDisabled: 'rgb(250, 250, 252)', boxShadow1: '0 1px 2px -2px rgba(0, 0, 0, .08), 0 3px 6px 0 rgba(0, 0, 0, .06), 0 5px 12px 4px rgba(0, 0, 0, .04)', boxShadow2: '0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)', boxShadow3: '0 6px 16px -9px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03)' });
|
|
95
|
+
exports.default = derived;
|