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,556 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const vue_1 = require("vue");
|
|
4
|
+
const vueuc_1 = require("vueuc");
|
|
5
|
+
const vooks_1 = require("vooks");
|
|
6
|
+
const vdirs_1 = require("vdirs");
|
|
7
|
+
const treemate_1 = require("treemate");
|
|
8
|
+
const Tree_1 = require("../../tree/src/Tree");
|
|
9
|
+
const _internal_1 = require("../../_internal");
|
|
10
|
+
const tree_1 = require("../../tree");
|
|
11
|
+
const empty_1 = require("../../empty");
|
|
12
|
+
const _mixins_1 = require("../../_mixins");
|
|
13
|
+
const _utils_1 = require("../../_utils");
|
|
14
|
+
const styles_1 = require("../styles");
|
|
15
|
+
const interface_1 = require("./interface");
|
|
16
|
+
const utils_1 = require("./utils");
|
|
17
|
+
const index_cssr_1 = require("./styles/index.cssr");
|
|
18
|
+
const props = Object.assign(Object.assign(Object.assign(Object.assign({}, _mixins_1.useTheme.props), { bordered: {
|
|
19
|
+
type: Boolean,
|
|
20
|
+
default: true
|
|
21
|
+
}, cascade: Boolean, checkable: Boolean, clearable: Boolean, consistentMenuWidth: {
|
|
22
|
+
type: Boolean,
|
|
23
|
+
default: true
|
|
24
|
+
}, defaultShow: Boolean, defaultValue: {
|
|
25
|
+
type: [String, Number, Array],
|
|
26
|
+
default: null
|
|
27
|
+
}, disabled: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: undefined
|
|
30
|
+
}, filterable: Boolean, checkStrategy: {
|
|
31
|
+
type: String,
|
|
32
|
+
default: 'all'
|
|
33
|
+
}, maxTagCount: [String, Number], multiple: Boolean, showPath: Boolean, separator: {
|
|
34
|
+
type: String,
|
|
35
|
+
default: ' / '
|
|
36
|
+
}, options: {
|
|
37
|
+
type: Array,
|
|
38
|
+
default: () => []
|
|
39
|
+
}, placeholder: String, placement: {
|
|
40
|
+
type: String,
|
|
41
|
+
default: 'bottom-start'
|
|
42
|
+
}, show: {
|
|
43
|
+
type: Boolean,
|
|
44
|
+
default: undefined
|
|
45
|
+
}, size: String, value: [String, Number, Array], to: _utils_1.useAdjustedTo.propTo, virtualScroll: {
|
|
46
|
+
type: Boolean,
|
|
47
|
+
default: true
|
|
48
|
+
} }), Tree_1.treeSharedProps), { onBlur: Function, onFocus: Function, onUpdateShow: [Function, Array], onUpdateValue: [Function, Array], 'onUpdate:value': [Function, Array], 'onUpdate:show': [Function, Array],
|
|
49
|
+
/**
|
|
50
|
+
* @deprecated
|
|
51
|
+
*/
|
|
52
|
+
leafOnly: {
|
|
53
|
+
type: Boolean,
|
|
54
|
+
default: undefined
|
|
55
|
+
} });
|
|
56
|
+
exports.default = (0, vue_1.defineComponent)({
|
|
57
|
+
name: 'TreeSelect',
|
|
58
|
+
props,
|
|
59
|
+
setup(props) {
|
|
60
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
61
|
+
(0, vue_1.watchEffect)(() => {
|
|
62
|
+
if (props.leafOnly !== undefined) {
|
|
63
|
+
(0, _utils_1.warnOnce)('tree-select', '`leaf-only` is deprecated, please use `check-strategy="child"` instead.');
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
const followerInstRef = (0, vue_1.ref)(null);
|
|
68
|
+
const triggerInstRef = (0, vue_1.ref)(null);
|
|
69
|
+
const treeInstRef = (0, vue_1.ref)(null);
|
|
70
|
+
const menuElRef = (0, vue_1.ref)(null);
|
|
71
|
+
const { mergedClsPrefixRef, namespaceRef } = (0, _mixins_1.useConfig)(props);
|
|
72
|
+
const { localeRef } = (0, _mixins_1.useLocale)('Select');
|
|
73
|
+
const { mergedSizeRef, mergedDisabledRef, nTriggerFormBlur, nTriggerFormChange, nTriggerFormFocus, nTriggerFormInput } = (0, _mixins_1.useFormItem)(props);
|
|
74
|
+
const uncontrolledValueRef = (0, vue_1.ref)(props.defaultValue);
|
|
75
|
+
const controlledValueRef = (0, vue_1.toRef)(props, 'value');
|
|
76
|
+
const mergedValueRef = (0, vooks_1.useMergedState)(controlledValueRef, uncontrolledValueRef);
|
|
77
|
+
const uncontrolledShowRef = (0, vue_1.ref)(props.defaultShow);
|
|
78
|
+
const controlledShowRef = (0, vue_1.toRef)(props, 'show');
|
|
79
|
+
const mergedShowRef = (0, vooks_1.useMergedState)(controlledShowRef, uncontrolledShowRef);
|
|
80
|
+
const patternRef = (0, vue_1.ref)('');
|
|
81
|
+
const mergedFilterRef = (0, vue_1.computed)(() => {
|
|
82
|
+
const { filter } = props;
|
|
83
|
+
if (filter)
|
|
84
|
+
return filter;
|
|
85
|
+
const { labelField } = props;
|
|
86
|
+
return (pattern, node) => {
|
|
87
|
+
if (!pattern.length)
|
|
88
|
+
return true;
|
|
89
|
+
return node[labelField]
|
|
90
|
+
.toLowerCase()
|
|
91
|
+
.includes(pattern.toLowerCase());
|
|
92
|
+
};
|
|
93
|
+
});
|
|
94
|
+
const filteredTreeInfoRef = (0, vue_1.computed)(() => {
|
|
95
|
+
if (!props.filterable) {
|
|
96
|
+
return {
|
|
97
|
+
filteredTree: props.options,
|
|
98
|
+
highlightKeySet: undefined,
|
|
99
|
+
expandedKeys: undefined
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
const { value: pattern } = patternRef;
|
|
103
|
+
if (!pattern.length || !mergedFilterRef.value) {
|
|
104
|
+
return {
|
|
105
|
+
filteredTree: props.options,
|
|
106
|
+
highlightKeySet: undefined,
|
|
107
|
+
expandedKeys: undefined
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
return (0, utils_1.filterTree)(props.options, mergedFilterRef.value, pattern, props.keyField);
|
|
111
|
+
});
|
|
112
|
+
// used to resolve selected options
|
|
113
|
+
const dataTreeMateRef = (0, vue_1.computed)(() => (0, treemate_1.createTreeMate)(props.options, (0, Tree_1.createTreeMateOptions)(props.keyField, props.childrenField)));
|
|
114
|
+
const displayTreeMateRef = (0, vue_1.computed)(() => (0, treemate_1.createTreeMate)(filteredTreeInfoRef.value.filteredTree, (0, Tree_1.createTreeMateOptions)(props.keyField, props.childrenField)));
|
|
115
|
+
const { value: initMergedValue } = mergedValueRef;
|
|
116
|
+
const pendingNodeKeyRef = (0, vue_1.ref)(props.checkable
|
|
117
|
+
? null
|
|
118
|
+
: Array.isArray(initMergedValue) && initMergedValue.length
|
|
119
|
+
? initMergedValue[initMergedValue.length - 1]
|
|
120
|
+
: null);
|
|
121
|
+
const mergedCascadeRef = (0, vue_1.computed)(() => {
|
|
122
|
+
return props.multiple && props.cascade && props.checkable;
|
|
123
|
+
});
|
|
124
|
+
// The same logic as tree, now it's not that complex so I don't extract a
|
|
125
|
+
// function to reuse it.
|
|
126
|
+
const uncontrolledExpandedKeysRef = (0, vue_1.ref)(props.defaultExpandAll
|
|
127
|
+
? displayTreeMateRef.value.getNonLeafKeys()
|
|
128
|
+
: props.defaultExpandedKeys || props.expandedKeys);
|
|
129
|
+
const controlledExpandedKeysRef = (0, vue_1.toRef)(props, 'expandedKeys');
|
|
130
|
+
const mergedExpandedKeysRef = (0, vooks_1.useMergedState)(controlledExpandedKeysRef, uncontrolledExpandedKeysRef);
|
|
131
|
+
const focusedRef = (0, vue_1.ref)(false);
|
|
132
|
+
const mergedPlaceholderRef = (0, vue_1.computed)(() => {
|
|
133
|
+
const { placeholder } = props;
|
|
134
|
+
if (placeholder !== undefined)
|
|
135
|
+
return placeholder;
|
|
136
|
+
return localeRef.value.placeholder;
|
|
137
|
+
});
|
|
138
|
+
const treeSelectedKeysRef = (0, vue_1.computed)(() => {
|
|
139
|
+
if (props.checkable)
|
|
140
|
+
return [];
|
|
141
|
+
return treeCheckedKeysRef.value;
|
|
142
|
+
});
|
|
143
|
+
const treeCheckedKeysRef = (0, vue_1.computed)(() => {
|
|
144
|
+
const { value: mergedValue } = mergedValueRef;
|
|
145
|
+
if (props.multiple) {
|
|
146
|
+
if (Array.isArray(mergedValue))
|
|
147
|
+
return mergedValue;
|
|
148
|
+
else
|
|
149
|
+
return [];
|
|
150
|
+
}
|
|
151
|
+
else {
|
|
152
|
+
if (mergedValue === null || Array.isArray(mergedValue))
|
|
153
|
+
return [];
|
|
154
|
+
else
|
|
155
|
+
return [mergedValue];
|
|
156
|
+
}
|
|
157
|
+
});
|
|
158
|
+
const selectedOptionRef = (0, vue_1.computed)(() => {
|
|
159
|
+
const { multiple, showPath, separator, labelField } = props;
|
|
160
|
+
if (multiple)
|
|
161
|
+
return null;
|
|
162
|
+
const { value: mergedValue } = mergedValueRef;
|
|
163
|
+
if (!Array.isArray(mergedValue) && mergedValue !== null) {
|
|
164
|
+
const { value: treeMate } = dataTreeMateRef;
|
|
165
|
+
const tmNode = treeMate.getNode(mergedValue);
|
|
166
|
+
if (tmNode !== null) {
|
|
167
|
+
return showPath
|
|
168
|
+
? (0, utils_1.treeOption2SelectOptionWithPath)(tmNode, treeMate.getPath(mergedValue).treeNodePath, separator, labelField)
|
|
169
|
+
: (0, utils_1.treeOption2SelectOption)(tmNode, labelField);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
return null;
|
|
173
|
+
});
|
|
174
|
+
const selectedOptionsRef = (0, vue_1.computed)(() => {
|
|
175
|
+
const { multiple, showPath, separator } = props;
|
|
176
|
+
if (!multiple)
|
|
177
|
+
return null;
|
|
178
|
+
const { value: mergedValue } = mergedValueRef;
|
|
179
|
+
if (Array.isArray(mergedValue)) {
|
|
180
|
+
const res = [];
|
|
181
|
+
const { value: treeMate } = dataTreeMateRef;
|
|
182
|
+
const { checkedKeys } = treeMate.getCheckedKeys(mergedValue, {
|
|
183
|
+
checkStrategy: props.checkStrategy,
|
|
184
|
+
cascade: mergedCascadeRef.value
|
|
185
|
+
});
|
|
186
|
+
const { labelField } = props;
|
|
187
|
+
checkedKeys.forEach((value) => {
|
|
188
|
+
const tmNode = treeMate.getNode(value);
|
|
189
|
+
if (tmNode !== null) {
|
|
190
|
+
res.push(showPath
|
|
191
|
+
? (0, utils_1.treeOption2SelectOptionWithPath)(tmNode, treeMate.getPath(value).treeNodePath, separator, labelField)
|
|
192
|
+
: (0, utils_1.treeOption2SelectOption)(tmNode, labelField));
|
|
193
|
+
}
|
|
194
|
+
});
|
|
195
|
+
return res;
|
|
196
|
+
}
|
|
197
|
+
return [];
|
|
198
|
+
});
|
|
199
|
+
const menuPaddingRef = (0, vue_1.computed)(() => {
|
|
200
|
+
const { self: { menuPadding } } = themeRef.value;
|
|
201
|
+
return menuPadding;
|
|
202
|
+
});
|
|
203
|
+
function focusSelection() {
|
|
204
|
+
var _a;
|
|
205
|
+
(_a = triggerInstRef.value) === null || _a === void 0 ? void 0 : _a.focus();
|
|
206
|
+
}
|
|
207
|
+
function focusSelectionInput() {
|
|
208
|
+
var _a;
|
|
209
|
+
(_a = triggerInstRef.value) === null || _a === void 0 ? void 0 : _a.focusInput();
|
|
210
|
+
}
|
|
211
|
+
function doUpdateShow(value) {
|
|
212
|
+
const { onUpdateShow, 'onUpdate:show': _onUpdateShow } = props;
|
|
213
|
+
if (onUpdateShow)
|
|
214
|
+
(0, _utils_1.call)(onUpdateShow, value);
|
|
215
|
+
if (_onUpdateShow)
|
|
216
|
+
(0, _utils_1.call)(_onUpdateShow, value);
|
|
217
|
+
uncontrolledShowRef.value = value;
|
|
218
|
+
}
|
|
219
|
+
function doUpdateValue(value, option) {
|
|
220
|
+
const { onUpdateValue, 'onUpdate:value': _onUpdateValue } = props;
|
|
221
|
+
if (onUpdateValue)
|
|
222
|
+
(0, _utils_1.call)(onUpdateValue, value, option);
|
|
223
|
+
if (_onUpdateValue) {
|
|
224
|
+
(0, _utils_1.call)(_onUpdateValue, value, option);
|
|
225
|
+
}
|
|
226
|
+
uncontrolledValueRef.value = value;
|
|
227
|
+
nTriggerFormInput();
|
|
228
|
+
nTriggerFormChange();
|
|
229
|
+
}
|
|
230
|
+
function doUpdateIndeterminateKeys(value, option) {
|
|
231
|
+
const { onUpdateIndeterminateKeys, 'onUpdate:indeterminateKeys': _onUpdateIndeterminateKeys } = props;
|
|
232
|
+
if (onUpdateIndeterminateKeys) {
|
|
233
|
+
(0, _utils_1.call)(onUpdateIndeterminateKeys, value, option);
|
|
234
|
+
}
|
|
235
|
+
if (_onUpdateIndeterminateKeys) {
|
|
236
|
+
(0, _utils_1.call)(_onUpdateIndeterminateKeys, value, option);
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
function doUpdateExpandedKeys(keys, option) {
|
|
240
|
+
const { onUpdateExpandedKeys, 'onUpdate:expandedKeys': _onUpdateExpandedKeys } = props;
|
|
241
|
+
if (onUpdateExpandedKeys)
|
|
242
|
+
(0, _utils_1.call)(onUpdateExpandedKeys, keys, option);
|
|
243
|
+
if (_onUpdateExpandedKeys)
|
|
244
|
+
(0, _utils_1.call)(_onUpdateExpandedKeys, keys, option);
|
|
245
|
+
uncontrolledExpandedKeysRef.value = keys;
|
|
246
|
+
}
|
|
247
|
+
function doFocus(e) {
|
|
248
|
+
const { onFocus } = props;
|
|
249
|
+
if (onFocus)
|
|
250
|
+
onFocus(e);
|
|
251
|
+
nTriggerFormFocus();
|
|
252
|
+
}
|
|
253
|
+
function doBlur(e) {
|
|
254
|
+
closeMenu();
|
|
255
|
+
const { onBlur } = props;
|
|
256
|
+
if (onBlur)
|
|
257
|
+
onBlur(e);
|
|
258
|
+
nTriggerFormBlur();
|
|
259
|
+
}
|
|
260
|
+
function closeMenu() {
|
|
261
|
+
doUpdateShow(false);
|
|
262
|
+
}
|
|
263
|
+
function openMenu() {
|
|
264
|
+
if (!mergedDisabledRef.value) {
|
|
265
|
+
patternRef.value = '';
|
|
266
|
+
doUpdateShow(true);
|
|
267
|
+
if (props.filterable) {
|
|
268
|
+
focusSelectionInput();
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
function handleMenuLeave() {
|
|
273
|
+
patternRef.value = '';
|
|
274
|
+
}
|
|
275
|
+
function handleMenuClickoutside(e) {
|
|
276
|
+
var _a;
|
|
277
|
+
if (mergedShowRef.value) {
|
|
278
|
+
if (!((_a = triggerInstRef.value) === null || _a === void 0 ? void 0 : _a.$el.contains(e.target))) {
|
|
279
|
+
// outside select, don't need to return focus
|
|
280
|
+
closeMenu();
|
|
281
|
+
}
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
function handleTriggerClick() {
|
|
285
|
+
if (mergedDisabledRef.value)
|
|
286
|
+
return;
|
|
287
|
+
if (!mergedShowRef.value) {
|
|
288
|
+
openMenu();
|
|
289
|
+
}
|
|
290
|
+
else {
|
|
291
|
+
if (!props.filterable) {
|
|
292
|
+
// already focused, don't need to return focus
|
|
293
|
+
closeMenu();
|
|
294
|
+
}
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
function getOptionsByKeys(keys) {
|
|
298
|
+
const { value: { getNode } } = dataTreeMateRef;
|
|
299
|
+
return keys.map((key) => { var _a; return ((_a = getNode(key)) === null || _a === void 0 ? void 0 : _a.rawNode) || null; });
|
|
300
|
+
}
|
|
301
|
+
function handleUpdateCheckedKeys(keys) {
|
|
302
|
+
const options = getOptionsByKeys(keys);
|
|
303
|
+
if (props.multiple) {
|
|
304
|
+
doUpdateValue(keys, options);
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
keys.length
|
|
308
|
+
? doUpdateValue(keys[0], options[0] || null)
|
|
309
|
+
: doUpdateValue(null, null);
|
|
310
|
+
closeMenu();
|
|
311
|
+
if (!props.filterable) {
|
|
312
|
+
// Currently it is not necessary. However if there is an action slot,
|
|
313
|
+
// it will be useful. So just leave it here.
|
|
314
|
+
focusSelection();
|
|
315
|
+
}
|
|
316
|
+
}
|
|
317
|
+
if (props.filterable) {
|
|
318
|
+
focusSelectionInput();
|
|
319
|
+
patternRef.value = '';
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
function handleUpdateIndeterminateKeys(keys) {
|
|
323
|
+
if (props.checkable) {
|
|
324
|
+
doUpdateIndeterminateKeys(keys, getOptionsByKeys(keys));
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
function handleTriggerFocus(e) {
|
|
328
|
+
var _a;
|
|
329
|
+
if ((_a = menuElRef.value) === null || _a === void 0 ? void 0 : _a.contains(e.relatedTarget))
|
|
330
|
+
return;
|
|
331
|
+
focusedRef.value = true;
|
|
332
|
+
doFocus(e);
|
|
333
|
+
}
|
|
334
|
+
function handleTriggerBlur(e) {
|
|
335
|
+
var _a;
|
|
336
|
+
if ((_a = menuElRef.value) === null || _a === void 0 ? void 0 : _a.contains(e.relatedTarget))
|
|
337
|
+
return;
|
|
338
|
+
focusedRef.value = false;
|
|
339
|
+
doBlur(e);
|
|
340
|
+
}
|
|
341
|
+
function handleMenuFocusin(e) {
|
|
342
|
+
var _a, _b, _c;
|
|
343
|
+
if (((_a = menuElRef.value) === null || _a === void 0 ? void 0 : _a.contains(e.relatedTarget)) ||
|
|
344
|
+
((_c = (_b = triggerInstRef.value) === null || _b === void 0 ? void 0 : _b.$el) === null || _c === void 0 ? void 0 : _c.contains(e.relatedTarget))) {
|
|
345
|
+
return;
|
|
346
|
+
}
|
|
347
|
+
focusedRef.value = true;
|
|
348
|
+
doFocus(e);
|
|
349
|
+
}
|
|
350
|
+
function handleMenuFocusout(e) {
|
|
351
|
+
var _a, _b, _c;
|
|
352
|
+
if (((_a = menuElRef.value) === null || _a === void 0 ? void 0 : _a.contains(e.relatedTarget)) ||
|
|
353
|
+
((_c = (_b = triggerInstRef.value) === null || _b === void 0 ? void 0 : _b.$el) === null || _c === void 0 ? void 0 : _c.contains(e.relatedTarget))) {
|
|
354
|
+
return;
|
|
355
|
+
}
|
|
356
|
+
focusedRef.value = false;
|
|
357
|
+
doBlur(e);
|
|
358
|
+
}
|
|
359
|
+
function handleClear(e) {
|
|
360
|
+
e.stopPropagation();
|
|
361
|
+
const { multiple } = props;
|
|
362
|
+
if (!multiple && props.filterable) {
|
|
363
|
+
closeMenu();
|
|
364
|
+
}
|
|
365
|
+
if (multiple) {
|
|
366
|
+
doUpdateValue([], []);
|
|
367
|
+
}
|
|
368
|
+
else {
|
|
369
|
+
doUpdateValue(null, null);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
function handleDeleteOption(option) {
|
|
373
|
+
// only work for multiple mode
|
|
374
|
+
const { value: mergedValue } = mergedValueRef;
|
|
375
|
+
if (Array.isArray(mergedValue)) {
|
|
376
|
+
const index = mergedValue.findIndex((key) => key === option.value);
|
|
377
|
+
if (~index) {
|
|
378
|
+
if (props.checkable) {
|
|
379
|
+
const { checkedKeys } = dataTreeMateRef.value.uncheck(option.value, mergedValue, {
|
|
380
|
+
cascade: mergedCascadeRef.value
|
|
381
|
+
});
|
|
382
|
+
doUpdateValue(checkedKeys, getOptionsByKeys(checkedKeys));
|
|
383
|
+
}
|
|
384
|
+
else {
|
|
385
|
+
const nextValue = Array.from(mergedValue);
|
|
386
|
+
nextValue.splice(index, 1);
|
|
387
|
+
doUpdateValue(nextValue, getOptionsByKeys(nextValue));
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
function handlePatternInput(e) {
|
|
393
|
+
const { value } = e.target;
|
|
394
|
+
patternRef.value = value;
|
|
395
|
+
}
|
|
396
|
+
function handleKeydown(e) {
|
|
397
|
+
const { value: treeInst } = treeInstRef;
|
|
398
|
+
if (treeInst) {
|
|
399
|
+
treeInst.handleKeydown(e);
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
function handleKeyup(e) {
|
|
403
|
+
if (e.code === 'Enter' || e.code === 'NumpadEnter') {
|
|
404
|
+
if (mergedShowRef.value) {
|
|
405
|
+
treeHandleKeyup(e);
|
|
406
|
+
if (!props.multiple) {
|
|
407
|
+
closeMenu();
|
|
408
|
+
focusSelection();
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
else {
|
|
412
|
+
openMenu();
|
|
413
|
+
}
|
|
414
|
+
e.preventDefault();
|
|
415
|
+
}
|
|
416
|
+
else if (e.code === 'Escape') {
|
|
417
|
+
closeMenu();
|
|
418
|
+
focusSelection();
|
|
419
|
+
}
|
|
420
|
+
else {
|
|
421
|
+
if (mergedShowRef.value) {
|
|
422
|
+
treeHandleKeyup(e);
|
|
423
|
+
}
|
|
424
|
+
else if (e.code === 'ArrowDown') {
|
|
425
|
+
openMenu();
|
|
426
|
+
}
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
function treeHandleKeyup(e) {
|
|
430
|
+
const { value: treeInst } = treeInstRef;
|
|
431
|
+
if (treeInst) {
|
|
432
|
+
treeInst.handleKeyup(e);
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
function handleTabOut() {
|
|
436
|
+
closeMenu();
|
|
437
|
+
focusSelection();
|
|
438
|
+
}
|
|
439
|
+
function handleMenuMousedown(e) {
|
|
440
|
+
// If there's an action slot later, we need to check if mousedown happens
|
|
441
|
+
// in action panel
|
|
442
|
+
e.preventDefault();
|
|
443
|
+
}
|
|
444
|
+
(0, vue_1.provide)(interface_1.treeSelectInjectionKey, {
|
|
445
|
+
pendingNodeKeyRef
|
|
446
|
+
});
|
|
447
|
+
function syncPosition() {
|
|
448
|
+
var _a;
|
|
449
|
+
(_a = followerInstRef.value) === null || _a === void 0 ? void 0 : _a.syncPosition();
|
|
450
|
+
}
|
|
451
|
+
(0, vue_1.watch)(mergedValueRef, () => {
|
|
452
|
+
if (!mergedShowRef.value)
|
|
453
|
+
return;
|
|
454
|
+
void (0, vue_1.nextTick)(syncPosition);
|
|
455
|
+
});
|
|
456
|
+
let memorizedExpandedKeys;
|
|
457
|
+
(0, vue_1.watch)(patternRef, (value, oldValue) => {
|
|
458
|
+
if (!value.length) {
|
|
459
|
+
if (memorizedExpandedKeys !== undefined) {
|
|
460
|
+
doUpdateExpandedKeys(memorizedExpandedKeys, getOptionsByKeys(memorizedExpandedKeys));
|
|
461
|
+
}
|
|
462
|
+
}
|
|
463
|
+
else {
|
|
464
|
+
if (!oldValue.length) {
|
|
465
|
+
memorizedExpandedKeys = mergedExpandedKeysRef.value;
|
|
466
|
+
}
|
|
467
|
+
const { expandedKeys } = filteredTreeInfoRef.value;
|
|
468
|
+
if (expandedKeys !== undefined) {
|
|
469
|
+
doUpdateExpandedKeys(expandedKeys, getOptionsByKeys(expandedKeys));
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
});
|
|
473
|
+
const themeRef = (0, _mixins_1.useTheme)('TreeSelect', 'TreeSelect', index_cssr_1.default, styles_1.treeSelectLight, props, mergedClsPrefixRef);
|
|
474
|
+
return {
|
|
475
|
+
menuElRef,
|
|
476
|
+
triggerInstRef,
|
|
477
|
+
followerInstRef,
|
|
478
|
+
treeInstRef,
|
|
479
|
+
mergedClsPrefix: mergedClsPrefixRef,
|
|
480
|
+
mergedValue: mergedValueRef,
|
|
481
|
+
mergedShow: mergedShowRef,
|
|
482
|
+
namespace: namespaceRef,
|
|
483
|
+
adjustedTo: (0, _utils_1.useAdjustedTo)(props),
|
|
484
|
+
isMounted: (0, vooks_1.useIsMounted)(),
|
|
485
|
+
focused: focusedRef,
|
|
486
|
+
filteredTreeInfo: filteredTreeInfoRef,
|
|
487
|
+
dataTreeMate: dataTreeMateRef,
|
|
488
|
+
displayTreeMate: displayTreeMateRef,
|
|
489
|
+
menuPadding: menuPaddingRef,
|
|
490
|
+
mergedPlaceholder: mergedPlaceholderRef,
|
|
491
|
+
mergedExpandedKeys: mergedExpandedKeysRef,
|
|
492
|
+
treeSelectedKeys: treeSelectedKeysRef,
|
|
493
|
+
treeCheckedKeys: treeCheckedKeysRef,
|
|
494
|
+
mergedSize: mergedSizeRef,
|
|
495
|
+
mergedDisabled: mergedDisabledRef,
|
|
496
|
+
selectedOption: selectedOptionRef,
|
|
497
|
+
selectedOptions: selectedOptionsRef,
|
|
498
|
+
pattern: patternRef,
|
|
499
|
+
pendingNodeKey: pendingNodeKeyRef,
|
|
500
|
+
mergedCascade: mergedCascadeRef,
|
|
501
|
+
doUpdateExpandedKeys,
|
|
502
|
+
handleMenuLeave,
|
|
503
|
+
handleTriggerClick,
|
|
504
|
+
handleMenuClickoutside,
|
|
505
|
+
handleUpdateCheckedKeys,
|
|
506
|
+
handleUpdateIndeterminateKeys,
|
|
507
|
+
handleTriggerFocus,
|
|
508
|
+
handleTriggerBlur,
|
|
509
|
+
handleMenuFocusin,
|
|
510
|
+
handleMenuFocusout,
|
|
511
|
+
handleClear,
|
|
512
|
+
handleDeleteOption,
|
|
513
|
+
handlePatternInput,
|
|
514
|
+
handleKeydown,
|
|
515
|
+
handleKeyup,
|
|
516
|
+
handleTabOut,
|
|
517
|
+
handleMenuMousedown,
|
|
518
|
+
cssVars: (0, vue_1.computed)(() => {
|
|
519
|
+
const { common: { cubicBezierEaseInOut }, self: { menuBoxShadow, menuBorderRadius, menuColor, menuHeight } } = themeRef.value;
|
|
520
|
+
return {
|
|
521
|
+
'--menu-box-shadow': menuBoxShadow,
|
|
522
|
+
'--menu-border-radius': menuBorderRadius,
|
|
523
|
+
'--menu-color': menuColor,
|
|
524
|
+
'--menu-height': menuHeight,
|
|
525
|
+
'--bezier': cubicBezierEaseInOut
|
|
526
|
+
};
|
|
527
|
+
}),
|
|
528
|
+
mergedTheme: themeRef
|
|
529
|
+
};
|
|
530
|
+
},
|
|
531
|
+
render() {
|
|
532
|
+
const { mergedTheme, mergedClsPrefix } = this;
|
|
533
|
+
return ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-tree-select` },
|
|
534
|
+
(0, vue_1.h)(vueuc_1.VBinder, null, {
|
|
535
|
+
default: () => [
|
|
536
|
+
(0, vue_1.h)(vueuc_1.VTarget, null, {
|
|
537
|
+
default: () => ((0, vue_1.h)(_internal_1.NInternalSelection, { ref: "triggerInstRef", focused: this.focused, clsPrefix: mergedClsPrefix, theme: mergedTheme.peers.InternalSelection, themeOverrides: mergedTheme.peerOverrides.InternalSelection, selectedOption: this.selectedOption, selectedOptions: this.selectedOptions, size: this.mergedSize, bordered: this.bordered, placeholder: this.mergedPlaceholder, disabled: this.mergedDisabled, active: this.mergedShow, multiple: this.multiple, maxTagCount: this.maxTagCount, showArrow: true, filterable: this.filterable, clearable: this.clearable, pattern: this.pattern, onPatternInput: this.handlePatternInput, onClear: this.handleClear, onClick: this.handleTriggerClick, onFocus: this.handleTriggerFocus, onBlur: this.handleTriggerBlur, onDeleteOption: this.handleDeleteOption, onKeydown: this.handleKeydown, onKeyup: this.handleKeyup }))
|
|
538
|
+
}),
|
|
539
|
+
(0, vue_1.h)(vueuc_1.VFollower, { ref: "followerInstRef", show: this.mergedShow, placement: this.placement, to: this.adjustedTo, teleportDisabled: this.adjustedTo === _utils_1.useAdjustedTo.tdkey, containerClass: this.namespace, width: this.consistentMenuWidth ? 'target' : undefined, minWidth: "target" }, {
|
|
540
|
+
default: () => ((0, vue_1.h)(vue_1.Transition, { name: "fade-in-scale-up-transition", appear: this.isMounted, onLeave: this.handleMenuLeave }, {
|
|
541
|
+
default: () => {
|
|
542
|
+
if (!this.mergedShow)
|
|
543
|
+
return null;
|
|
544
|
+
const { mergedClsPrefix, filteredTreeInfo, checkable, multiple } = this;
|
|
545
|
+
return (0, vue_1.withDirectives)((0, vue_1.h)("div", { class: `${mergedClsPrefix}-tree-select-menu`, ref: "menuElRef", style: this.cssVars, tabindex: 0, onMousedown: this.handleMenuMousedown, onKeyup: this.handleKeyup, onKeydown: this.handleKeydown, onFocusin: this.handleMenuFocusin, onFocusout: this.handleMenuFocusout },
|
|
546
|
+
filteredTreeInfo.filteredTree.length ? ((0, vue_1.h)(tree_1.NTree, { ref: "treeInstRef", blockLine: true, animated: false, data: filteredTreeInfo.filteredTree, cancelable: multiple, labelField: this.labelField, theme: mergedTheme.peers.Tree, themeOverrides: mergedTheme.peerOverrides.Tree, defaultExpandAll: this.defaultExpandAll, defaultExpandedKeys: this.defaultExpandedKeys, expandedKeys: this.mergedExpandedKeys, checkedKeys: this.treeCheckedKeys, selectedKeys: this.treeSelectedKeys, checkable: checkable, checkStrategy: this.checkStrategy, cascade: this.mergedCascade, leafOnly: this.leafOnly, multiple: this.multiple, virtualScroll: this.consistentMenuWidth &&
|
|
547
|
+
this.virtualScroll, internalDataTreeMate: this.dataTreeMate, internalDisplayTreeMate: this.displayTreeMate, internalHighlightKeySet: filteredTreeInfo.highlightKeySet, internalUnifySelectCheck: true, internalScrollable: true, internalScrollablePadding: this.menuPadding, internalFocusable: false, internalCheckboxFocusable: false, onUpdateCheckedKeys: this.handleUpdateCheckedKeys, onUpdateIndeterminateKeys: this.handleUpdateIndeterminateKeys, onUpdateExpandedKeys: this.doUpdateExpandedKeys })) : ((0, vue_1.h)("div", { class: `${mergedClsPrefix}-tree-select-menu__empty` },
|
|
548
|
+
(0, vue_1.h)(empty_1.NEmpty, { theme: mergedTheme.peers.Empty, themeOverrides: mergedTheme.peerOverrides.Empty }))),
|
|
549
|
+
(0, vue_1.h)(_internal_1.NBaseFocusDetector, { onFocus: this.handleTabOut })), [[vdirs_1.clickoutside, this.handleMenuClickoutside]]);
|
|
550
|
+
}
|
|
551
|
+
}))
|
|
552
|
+
})
|
|
553
|
+
]
|
|
554
|
+
})));
|
|
555
|
+
}
|
|
556
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { TreeNode } from 'treemate';
|
|
2
|
+
import { InjectionKey, Ref } from 'vue';
|
|
3
|
+
import { TreeOptionBase } from '../../tree/src/interface';
|
|
4
|
+
export declare type TreeSelectOption = Omit<TreeOptionBase, 'checkboxDisabled' | 'isLeaf' | 'children'> & {
|
|
5
|
+
children?: TreeSelectOption[];
|
|
6
|
+
[k: string]: unknown;
|
|
7
|
+
};
|
|
8
|
+
export declare type TreeSelectTmNode = TreeNode<TreeSelectOption>;
|
|
9
|
+
export declare type OnUpdateValue = (value: string & number & (string | number) & string[] & number[] & Array<string | number> & null, option: TreeSelectOption & null & TreeSelectOption[] & Array<TreeSelectOption | null>) => void;
|
|
10
|
+
export declare type OnUpdateValueImpl = (value: string | number | (string | number) | string[] | number[] | Array<string | number> | null, option: TreeSelectOption | null | Array<TreeSelectOption | null>) => void;
|
|
11
|
+
export declare type Value = string | number | Array<string | number> | null;
|
|
12
|
+
export interface TreeSelectInjection {
|
|
13
|
+
pendingNodeKeyRef: Ref<string | number | null>;
|
|
14
|
+
}
|
|
15
|
+
export declare const treeSelectInjectionKey: InjectionKey<TreeSelectInjection>;
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
|
|
7
|
+
const fade_in_scale_up_cssr_1 = require("../../../_styles/transitions/fade-in-scale-up.cssr");
|
|
8
|
+
|
|
9
|
+
const cssr_1 = require("../../../_utils/cssr"); // vars:
|
|
10
|
+
// --bezier
|
|
11
|
+
// --menu-height
|
|
12
|
+
// --menu-border-radius
|
|
13
|
+
// --menu-box-shadow
|
|
14
|
+
// --menu-color
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('tree-select', `
|
|
18
|
+
z-index: auto;
|
|
19
|
+
outline: none;
|
|
20
|
+
width: 100%;
|
|
21
|
+
position: relative;
|
|
22
|
+
`), (0, cssr_1.cB)('tree-select-menu', `
|
|
23
|
+
position: relative;
|
|
24
|
+
overflow: hidden;
|
|
25
|
+
margin: 4px 0;
|
|
26
|
+
max-height: var(--menu-height);
|
|
27
|
+
transition: box-shadow .3s var(--bezier), background-color .3s var(--bezier);
|
|
28
|
+
border-radius: var(--menu-border-radius);
|
|
29
|
+
box-shadow: var(--menu-box-shadow);
|
|
30
|
+
background-color: var(--menu-color);
|
|
31
|
+
outline: none;
|
|
32
|
+
`, [(0, cssr_1.cB)('tree', 'max-height: inherit;'), (0, cssr_1.cE)('empty', `
|
|
33
|
+
display: flex;
|
|
34
|
+
padding: 12px 32px;
|
|
35
|
+
flex: 1;
|
|
36
|
+
justify-content: center;
|
|
37
|
+
`), (0, fade_in_scale_up_cssr_1.default)()])]);
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SelectBaseOption } from '../../select/src/interface';
|
|
2
|
+
import { Key } from '../../tree/src/interface';
|
|
3
|
+
import { TreeSelectTmNode, TreeSelectOption } from './interface';
|
|
4
|
+
export declare function treeOption2SelectOption(tmNode: TreeSelectTmNode, labelField: string): SelectBaseOption;
|
|
5
|
+
export declare function treeOption2SelectOptionWithPath(tmNode: TreeSelectTmNode, path: TreeSelectTmNode[], separator: string, labelField: string): SelectBaseOption;
|
|
6
|
+
export declare function filterTree(tree: TreeSelectOption[], filter: (pattern: string, v: TreeSelectOption) => boolean, pattern: string, keyField: string): {
|
|
7
|
+
filteredTree: TreeSelectOption[];
|
|
8
|
+
expandedKeys: Key[];
|
|
9
|
+
highlightKeySet: Set<Key>;
|
|
10
|
+
};
|