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,1104 @@
|
|
|
1
|
+
import { PropType, InputHTMLAttributes, TextareaHTMLAttributes } from 'vue';
|
|
2
|
+
import { ExtractPublicPropTypes } from '../../_utils';
|
|
3
|
+
import type { MaybeArray } from '../../_utils';
|
|
4
|
+
import { OnUpdateValue, Size } from './interface';
|
|
5
|
+
declare const inputProps: {
|
|
6
|
+
bordered: {
|
|
7
|
+
type: PropType<boolean | undefined>;
|
|
8
|
+
default: undefined;
|
|
9
|
+
};
|
|
10
|
+
type: {
|
|
11
|
+
type: PropType<"textarea" | "text" | "password">;
|
|
12
|
+
default: string;
|
|
13
|
+
};
|
|
14
|
+
placeholder: PropType<string | [string, string]>;
|
|
15
|
+
defaultValue: {
|
|
16
|
+
type: PropType<string | [string, string] | null>;
|
|
17
|
+
default: null;
|
|
18
|
+
};
|
|
19
|
+
value: PropType<string | [string, string] | null>;
|
|
20
|
+
disabled: {
|
|
21
|
+
type: PropType<boolean | undefined>;
|
|
22
|
+
default: undefined;
|
|
23
|
+
};
|
|
24
|
+
size: PropType<Size>;
|
|
25
|
+
rows: {
|
|
26
|
+
type: PropType<string | number>;
|
|
27
|
+
default: number;
|
|
28
|
+
};
|
|
29
|
+
round: BooleanConstructor;
|
|
30
|
+
minlength: PropType<string | number>;
|
|
31
|
+
maxlength: PropType<string | number>;
|
|
32
|
+
clearable: BooleanConstructor;
|
|
33
|
+
autosize: {
|
|
34
|
+
type: PropType<boolean | {
|
|
35
|
+
minRows?: number | undefined;
|
|
36
|
+
maxRows?: number | undefined;
|
|
37
|
+
}>;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
pair: BooleanConstructor;
|
|
41
|
+
separator: StringConstructor;
|
|
42
|
+
readonly: {
|
|
43
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
44
|
+
default: boolean;
|
|
45
|
+
};
|
|
46
|
+
passivelyActivated: BooleanConstructor;
|
|
47
|
+
showPasswordOn: PropType<"click" | "mousedown">;
|
|
48
|
+
stateful: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
default: boolean;
|
|
51
|
+
};
|
|
52
|
+
autofocus: BooleanConstructor;
|
|
53
|
+
inputProps: PropType<InputHTMLAttributes | TextareaHTMLAttributes>;
|
|
54
|
+
resizable: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
58
|
+
showCount: BooleanConstructor;
|
|
59
|
+
loading: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: undefined;
|
|
62
|
+
};
|
|
63
|
+
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
64
|
+
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
65
|
+
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
66
|
+
onInput: PropType<OnUpdateValue>;
|
|
67
|
+
onFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
68
|
+
onBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
69
|
+
onClick: PropType<MaybeArray<(e: MouseEvent) => void>>;
|
|
70
|
+
onChange: PropType<OnUpdateValue>;
|
|
71
|
+
onClear: PropType<MaybeArray<(e: MouseEvent) => void>>;
|
|
72
|
+
'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
73
|
+
onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
74
|
+
/** private */
|
|
75
|
+
textDecoration: PropType<string | [string, string]>;
|
|
76
|
+
attrSize: {
|
|
77
|
+
type: NumberConstructor;
|
|
78
|
+
default: number;
|
|
79
|
+
};
|
|
80
|
+
onInputBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
81
|
+
onInputFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
82
|
+
onDeactivate: PropType<MaybeArray<() => void>>;
|
|
83
|
+
onActivate: PropType<MaybeArray<() => void>>;
|
|
84
|
+
onWrapperFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
85
|
+
onWrapperBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
86
|
+
internalDeactivateOnEnter: BooleanConstructor;
|
|
87
|
+
internalForceFocus: BooleanConstructor;
|
|
88
|
+
/** deprecated */
|
|
89
|
+
showPasswordToggle: BooleanConstructor;
|
|
90
|
+
theme: PropType<import("../../_mixins").Theme<"Input", {
|
|
91
|
+
countTextColor: string;
|
|
92
|
+
heightTiny: string;
|
|
93
|
+
heightSmall: string;
|
|
94
|
+
heightMedium: string;
|
|
95
|
+
heightLarge: string;
|
|
96
|
+
fontSizeTiny: string;
|
|
97
|
+
fontSizeSmall: string;
|
|
98
|
+
fontSizeMedium: string;
|
|
99
|
+
fontSizeLarge: string;
|
|
100
|
+
lineHeight: string;
|
|
101
|
+
lineHeightTextarea: string;
|
|
102
|
+
borderRadius: string;
|
|
103
|
+
iconSize: string;
|
|
104
|
+
groupLabelColor: string;
|
|
105
|
+
groupLabelTextColor: string;
|
|
106
|
+
textColor: string;
|
|
107
|
+
textColorDisabled: string;
|
|
108
|
+
textDecorationColor: string;
|
|
109
|
+
caretColor: string;
|
|
110
|
+
placeholderColor: string;
|
|
111
|
+
placeholderColorDisabled: string;
|
|
112
|
+
color: string;
|
|
113
|
+
colorDisabled: string;
|
|
114
|
+
colorFocus: string;
|
|
115
|
+
groupLabelBorder: string;
|
|
116
|
+
border: string;
|
|
117
|
+
borderHover: string;
|
|
118
|
+
borderDisabled: string;
|
|
119
|
+
borderFocus: string;
|
|
120
|
+
boxShadowFocus: string;
|
|
121
|
+
loadingColor: string;
|
|
122
|
+
loadingColorWarning: string;
|
|
123
|
+
borderWarning: string;
|
|
124
|
+
borderHoverWarning: string;
|
|
125
|
+
colorFocusWarning: string;
|
|
126
|
+
borderFocusWarning: string;
|
|
127
|
+
boxShadowFocusWarning: string;
|
|
128
|
+
caretColorWarning: string;
|
|
129
|
+
loadingColorError: string;
|
|
130
|
+
borderError: string;
|
|
131
|
+
borderHoverError: string;
|
|
132
|
+
colorFocusError: string;
|
|
133
|
+
borderFocusError: string;
|
|
134
|
+
boxShadowFocusError: string;
|
|
135
|
+
caretColorError: string;
|
|
136
|
+
clearColor: string;
|
|
137
|
+
clearColorHover: string;
|
|
138
|
+
clearColorPressed: string;
|
|
139
|
+
iconColor: string;
|
|
140
|
+
iconColorDisabled: string;
|
|
141
|
+
iconColorHover: string;
|
|
142
|
+
iconColorPressed: string;
|
|
143
|
+
suffixTextColor: string;
|
|
144
|
+
paddingTiny: string;
|
|
145
|
+
paddingSmall: string;
|
|
146
|
+
paddingMedium: string;
|
|
147
|
+
paddingLarge: string;
|
|
148
|
+
clearSize: string;
|
|
149
|
+
}, any>>;
|
|
150
|
+
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
151
|
+
countTextColor: string;
|
|
152
|
+
heightTiny: string;
|
|
153
|
+
heightSmall: string;
|
|
154
|
+
heightMedium: string;
|
|
155
|
+
heightLarge: string;
|
|
156
|
+
fontSizeTiny: string;
|
|
157
|
+
fontSizeSmall: string;
|
|
158
|
+
fontSizeMedium: string;
|
|
159
|
+
fontSizeLarge: string;
|
|
160
|
+
lineHeight: string;
|
|
161
|
+
lineHeightTextarea: string;
|
|
162
|
+
borderRadius: string;
|
|
163
|
+
iconSize: string;
|
|
164
|
+
groupLabelColor: string;
|
|
165
|
+
groupLabelTextColor: string;
|
|
166
|
+
textColor: string;
|
|
167
|
+
textColorDisabled: string;
|
|
168
|
+
textDecorationColor: string;
|
|
169
|
+
caretColor: string;
|
|
170
|
+
placeholderColor: string;
|
|
171
|
+
placeholderColorDisabled: string;
|
|
172
|
+
color: string;
|
|
173
|
+
colorDisabled: string;
|
|
174
|
+
colorFocus: string;
|
|
175
|
+
groupLabelBorder: string;
|
|
176
|
+
border: string;
|
|
177
|
+
borderHover: string;
|
|
178
|
+
borderDisabled: string;
|
|
179
|
+
borderFocus: string;
|
|
180
|
+
boxShadowFocus: string;
|
|
181
|
+
loadingColor: string;
|
|
182
|
+
loadingColorWarning: string;
|
|
183
|
+
borderWarning: string;
|
|
184
|
+
borderHoverWarning: string;
|
|
185
|
+
colorFocusWarning: string;
|
|
186
|
+
borderFocusWarning: string;
|
|
187
|
+
boxShadowFocusWarning: string;
|
|
188
|
+
caretColorWarning: string;
|
|
189
|
+
loadingColorError: string;
|
|
190
|
+
borderError: string;
|
|
191
|
+
borderHoverError: string;
|
|
192
|
+
colorFocusError: string;
|
|
193
|
+
borderFocusError: string;
|
|
194
|
+
boxShadowFocusError: string;
|
|
195
|
+
caretColorError: string;
|
|
196
|
+
clearColor: string;
|
|
197
|
+
clearColorHover: string;
|
|
198
|
+
clearColorPressed: string;
|
|
199
|
+
iconColor: string;
|
|
200
|
+
iconColorDisabled: string;
|
|
201
|
+
iconColorHover: string;
|
|
202
|
+
iconColorPressed: string;
|
|
203
|
+
suffixTextColor: string;
|
|
204
|
+
paddingTiny: string;
|
|
205
|
+
paddingSmall: string;
|
|
206
|
+
paddingMedium: string;
|
|
207
|
+
paddingLarge: string;
|
|
208
|
+
clearSize: string;
|
|
209
|
+
}, any>>>;
|
|
210
|
+
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
211
|
+
countTextColor: string;
|
|
212
|
+
heightTiny: string;
|
|
213
|
+
heightSmall: string;
|
|
214
|
+
heightMedium: string;
|
|
215
|
+
heightLarge: string;
|
|
216
|
+
fontSizeTiny: string;
|
|
217
|
+
fontSizeSmall: string;
|
|
218
|
+
fontSizeMedium: string;
|
|
219
|
+
fontSizeLarge: string;
|
|
220
|
+
lineHeight: string;
|
|
221
|
+
lineHeightTextarea: string;
|
|
222
|
+
borderRadius: string;
|
|
223
|
+
iconSize: string;
|
|
224
|
+
groupLabelColor: string;
|
|
225
|
+
groupLabelTextColor: string;
|
|
226
|
+
textColor: string;
|
|
227
|
+
textColorDisabled: string;
|
|
228
|
+
textDecorationColor: string;
|
|
229
|
+
caretColor: string;
|
|
230
|
+
placeholderColor: string;
|
|
231
|
+
placeholderColorDisabled: string;
|
|
232
|
+
color: string;
|
|
233
|
+
colorDisabled: string;
|
|
234
|
+
colorFocus: string;
|
|
235
|
+
groupLabelBorder: string;
|
|
236
|
+
border: string;
|
|
237
|
+
borderHover: string;
|
|
238
|
+
borderDisabled: string;
|
|
239
|
+
borderFocus: string;
|
|
240
|
+
boxShadowFocus: string;
|
|
241
|
+
loadingColor: string;
|
|
242
|
+
loadingColorWarning: string;
|
|
243
|
+
borderWarning: string;
|
|
244
|
+
borderHoverWarning: string;
|
|
245
|
+
colorFocusWarning: string;
|
|
246
|
+
borderFocusWarning: string;
|
|
247
|
+
boxShadowFocusWarning: string;
|
|
248
|
+
caretColorWarning: string;
|
|
249
|
+
loadingColorError: string;
|
|
250
|
+
borderError: string;
|
|
251
|
+
borderHoverError: string;
|
|
252
|
+
colorFocusError: string;
|
|
253
|
+
borderFocusError: string;
|
|
254
|
+
boxShadowFocusError: string;
|
|
255
|
+
caretColorError: string;
|
|
256
|
+
clearColor: string;
|
|
257
|
+
clearColorHover: string;
|
|
258
|
+
clearColorPressed: string;
|
|
259
|
+
iconColor: string;
|
|
260
|
+
iconColorDisabled: string;
|
|
261
|
+
iconColorHover: string;
|
|
262
|
+
iconColorPressed: string;
|
|
263
|
+
suffixTextColor: string;
|
|
264
|
+
paddingTiny: string;
|
|
265
|
+
paddingSmall: string;
|
|
266
|
+
paddingMedium: string;
|
|
267
|
+
paddingLarge: string;
|
|
268
|
+
clearSize: string;
|
|
269
|
+
}, any>>>;
|
|
270
|
+
};
|
|
271
|
+
export declare type InputProps = ExtractPublicPropTypes<typeof inputProps>;
|
|
272
|
+
declare const _default: import("vue").DefineComponent<{
|
|
273
|
+
bordered: {
|
|
274
|
+
type: PropType<boolean | undefined>;
|
|
275
|
+
default: undefined;
|
|
276
|
+
};
|
|
277
|
+
type: {
|
|
278
|
+
type: PropType<"textarea" | "text" | "password">;
|
|
279
|
+
default: string;
|
|
280
|
+
};
|
|
281
|
+
placeholder: PropType<string | [string, string]>;
|
|
282
|
+
defaultValue: {
|
|
283
|
+
type: PropType<string | [string, string] | null>;
|
|
284
|
+
default: null;
|
|
285
|
+
};
|
|
286
|
+
value: PropType<string | [string, string] | null>;
|
|
287
|
+
disabled: {
|
|
288
|
+
type: PropType<boolean | undefined>;
|
|
289
|
+
default: undefined;
|
|
290
|
+
};
|
|
291
|
+
size: PropType<Size>;
|
|
292
|
+
rows: {
|
|
293
|
+
type: PropType<string | number>;
|
|
294
|
+
default: number;
|
|
295
|
+
};
|
|
296
|
+
round: BooleanConstructor;
|
|
297
|
+
minlength: PropType<string | number>;
|
|
298
|
+
maxlength: PropType<string | number>;
|
|
299
|
+
clearable: BooleanConstructor;
|
|
300
|
+
autosize: {
|
|
301
|
+
type: PropType<boolean | {
|
|
302
|
+
minRows?: number | undefined;
|
|
303
|
+
maxRows?: number | undefined;
|
|
304
|
+
}>;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
pair: BooleanConstructor;
|
|
308
|
+
separator: StringConstructor;
|
|
309
|
+
readonly: {
|
|
310
|
+
type: (BooleanConstructor | StringConstructor)[];
|
|
311
|
+
default: boolean;
|
|
312
|
+
};
|
|
313
|
+
passivelyActivated: BooleanConstructor;
|
|
314
|
+
showPasswordOn: PropType<"click" | "mousedown">;
|
|
315
|
+
stateful: {
|
|
316
|
+
type: BooleanConstructor;
|
|
317
|
+
default: boolean;
|
|
318
|
+
};
|
|
319
|
+
autofocus: BooleanConstructor;
|
|
320
|
+
inputProps: PropType<InputHTMLAttributes | TextareaHTMLAttributes>;
|
|
321
|
+
resizable: {
|
|
322
|
+
type: BooleanConstructor;
|
|
323
|
+
default: boolean;
|
|
324
|
+
};
|
|
325
|
+
showCount: BooleanConstructor;
|
|
326
|
+
loading: {
|
|
327
|
+
type: BooleanConstructor;
|
|
328
|
+
default: undefined;
|
|
329
|
+
};
|
|
330
|
+
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
331
|
+
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
332
|
+
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
333
|
+
onInput: PropType<OnUpdateValue>;
|
|
334
|
+
onFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
335
|
+
onBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
336
|
+
onClick: PropType<MaybeArray<(e: MouseEvent) => void>>;
|
|
337
|
+
onChange: PropType<OnUpdateValue>;
|
|
338
|
+
onClear: PropType<MaybeArray<(e: MouseEvent) => void>>;
|
|
339
|
+
'onUpdate:value': PropType<MaybeArray<OnUpdateValue>>;
|
|
340
|
+
onUpdateValue: PropType<MaybeArray<OnUpdateValue>>;
|
|
341
|
+
/** private */
|
|
342
|
+
textDecoration: PropType<string | [string, string]>;
|
|
343
|
+
attrSize: {
|
|
344
|
+
type: NumberConstructor;
|
|
345
|
+
default: number;
|
|
346
|
+
};
|
|
347
|
+
onInputBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
348
|
+
onInputFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
349
|
+
onDeactivate: PropType<MaybeArray<() => void>>;
|
|
350
|
+
onActivate: PropType<MaybeArray<() => void>>;
|
|
351
|
+
onWrapperFocus: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
352
|
+
onWrapperBlur: PropType<MaybeArray<(e: FocusEvent) => void>>;
|
|
353
|
+
internalDeactivateOnEnter: BooleanConstructor;
|
|
354
|
+
internalForceFocus: BooleanConstructor;
|
|
355
|
+
/** deprecated */
|
|
356
|
+
showPasswordToggle: BooleanConstructor;
|
|
357
|
+
theme: PropType<import("../../_mixins").Theme<"Input", {
|
|
358
|
+
countTextColor: string;
|
|
359
|
+
heightTiny: string;
|
|
360
|
+
heightSmall: string;
|
|
361
|
+
heightMedium: string;
|
|
362
|
+
heightLarge: string;
|
|
363
|
+
fontSizeTiny: string;
|
|
364
|
+
fontSizeSmall: string;
|
|
365
|
+
fontSizeMedium: string;
|
|
366
|
+
fontSizeLarge: string;
|
|
367
|
+
lineHeight: string;
|
|
368
|
+
lineHeightTextarea: string;
|
|
369
|
+
borderRadius: string;
|
|
370
|
+
iconSize: string;
|
|
371
|
+
groupLabelColor: string;
|
|
372
|
+
groupLabelTextColor: string;
|
|
373
|
+
textColor: string;
|
|
374
|
+
textColorDisabled: string;
|
|
375
|
+
textDecorationColor: string;
|
|
376
|
+
caretColor: string;
|
|
377
|
+
placeholderColor: string;
|
|
378
|
+
placeholderColorDisabled: string;
|
|
379
|
+
color: string;
|
|
380
|
+
colorDisabled: string;
|
|
381
|
+
colorFocus: string;
|
|
382
|
+
groupLabelBorder: string;
|
|
383
|
+
border: string;
|
|
384
|
+
borderHover: string;
|
|
385
|
+
borderDisabled: string;
|
|
386
|
+
borderFocus: string;
|
|
387
|
+
boxShadowFocus: string;
|
|
388
|
+
loadingColor: string;
|
|
389
|
+
loadingColorWarning: string;
|
|
390
|
+
borderWarning: string;
|
|
391
|
+
borderHoverWarning: string;
|
|
392
|
+
colorFocusWarning: string;
|
|
393
|
+
borderFocusWarning: string;
|
|
394
|
+
boxShadowFocusWarning: string;
|
|
395
|
+
caretColorWarning: string;
|
|
396
|
+
loadingColorError: string;
|
|
397
|
+
borderError: string;
|
|
398
|
+
borderHoverError: string;
|
|
399
|
+
colorFocusError: string;
|
|
400
|
+
borderFocusError: string;
|
|
401
|
+
boxShadowFocusError: string;
|
|
402
|
+
caretColorError: string;
|
|
403
|
+
clearColor: string;
|
|
404
|
+
clearColorHover: string;
|
|
405
|
+
clearColorPressed: string;
|
|
406
|
+
iconColor: string;
|
|
407
|
+
iconColorDisabled: string;
|
|
408
|
+
iconColorHover: string;
|
|
409
|
+
iconColorPressed: string;
|
|
410
|
+
suffixTextColor: string;
|
|
411
|
+
paddingTiny: string;
|
|
412
|
+
paddingSmall: string;
|
|
413
|
+
paddingMedium: string;
|
|
414
|
+
paddingLarge: string;
|
|
415
|
+
clearSize: string;
|
|
416
|
+
}, any>>;
|
|
417
|
+
themeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
418
|
+
countTextColor: string;
|
|
419
|
+
heightTiny: string;
|
|
420
|
+
heightSmall: string;
|
|
421
|
+
heightMedium: string;
|
|
422
|
+
heightLarge: string;
|
|
423
|
+
fontSizeTiny: string;
|
|
424
|
+
fontSizeSmall: string;
|
|
425
|
+
fontSizeMedium: string;
|
|
426
|
+
fontSizeLarge: string;
|
|
427
|
+
lineHeight: string;
|
|
428
|
+
lineHeightTextarea: string;
|
|
429
|
+
borderRadius: string;
|
|
430
|
+
iconSize: string;
|
|
431
|
+
groupLabelColor: string;
|
|
432
|
+
groupLabelTextColor: string;
|
|
433
|
+
textColor: string;
|
|
434
|
+
textColorDisabled: string;
|
|
435
|
+
textDecorationColor: string;
|
|
436
|
+
caretColor: string;
|
|
437
|
+
placeholderColor: string;
|
|
438
|
+
placeholderColorDisabled: string;
|
|
439
|
+
color: string;
|
|
440
|
+
colorDisabled: string;
|
|
441
|
+
colorFocus: string;
|
|
442
|
+
groupLabelBorder: string;
|
|
443
|
+
border: string;
|
|
444
|
+
borderHover: string;
|
|
445
|
+
borderDisabled: string;
|
|
446
|
+
borderFocus: string;
|
|
447
|
+
boxShadowFocus: string;
|
|
448
|
+
loadingColor: string;
|
|
449
|
+
loadingColorWarning: string;
|
|
450
|
+
borderWarning: string;
|
|
451
|
+
borderHoverWarning: string;
|
|
452
|
+
colorFocusWarning: string;
|
|
453
|
+
borderFocusWarning: string;
|
|
454
|
+
boxShadowFocusWarning: string;
|
|
455
|
+
caretColorWarning: string;
|
|
456
|
+
loadingColorError: string;
|
|
457
|
+
borderError: string;
|
|
458
|
+
borderHoverError: string;
|
|
459
|
+
colorFocusError: string;
|
|
460
|
+
borderFocusError: string;
|
|
461
|
+
boxShadowFocusError: string;
|
|
462
|
+
caretColorError: string;
|
|
463
|
+
clearColor: string;
|
|
464
|
+
clearColorHover: string;
|
|
465
|
+
clearColorPressed: string;
|
|
466
|
+
iconColor: string;
|
|
467
|
+
iconColorDisabled: string;
|
|
468
|
+
iconColorHover: string;
|
|
469
|
+
iconColorPressed: string;
|
|
470
|
+
suffixTextColor: string;
|
|
471
|
+
paddingTiny: string;
|
|
472
|
+
paddingSmall: string;
|
|
473
|
+
paddingMedium: string;
|
|
474
|
+
paddingLarge: string;
|
|
475
|
+
clearSize: string;
|
|
476
|
+
}, any>>>;
|
|
477
|
+
builtinThemeOverrides: PropType<import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
478
|
+
countTextColor: string;
|
|
479
|
+
heightTiny: string;
|
|
480
|
+
heightSmall: string;
|
|
481
|
+
heightMedium: string;
|
|
482
|
+
heightLarge: string;
|
|
483
|
+
fontSizeTiny: string;
|
|
484
|
+
fontSizeSmall: string;
|
|
485
|
+
fontSizeMedium: string;
|
|
486
|
+
fontSizeLarge: string;
|
|
487
|
+
lineHeight: string;
|
|
488
|
+
lineHeightTextarea: string;
|
|
489
|
+
borderRadius: string;
|
|
490
|
+
iconSize: string;
|
|
491
|
+
groupLabelColor: string;
|
|
492
|
+
groupLabelTextColor: string;
|
|
493
|
+
textColor: string;
|
|
494
|
+
textColorDisabled: string;
|
|
495
|
+
textDecorationColor: string;
|
|
496
|
+
caretColor: string;
|
|
497
|
+
placeholderColor: string;
|
|
498
|
+
placeholderColorDisabled: string;
|
|
499
|
+
color: string;
|
|
500
|
+
colorDisabled: string;
|
|
501
|
+
colorFocus: string;
|
|
502
|
+
groupLabelBorder: string;
|
|
503
|
+
border: string;
|
|
504
|
+
borderHover: string;
|
|
505
|
+
borderDisabled: string;
|
|
506
|
+
borderFocus: string;
|
|
507
|
+
boxShadowFocus: string;
|
|
508
|
+
loadingColor: string;
|
|
509
|
+
loadingColorWarning: string;
|
|
510
|
+
borderWarning: string;
|
|
511
|
+
borderHoverWarning: string;
|
|
512
|
+
colorFocusWarning: string;
|
|
513
|
+
borderFocusWarning: string;
|
|
514
|
+
boxShadowFocusWarning: string;
|
|
515
|
+
caretColorWarning: string;
|
|
516
|
+
loadingColorError: string;
|
|
517
|
+
borderError: string;
|
|
518
|
+
borderHoverError: string;
|
|
519
|
+
colorFocusError: string;
|
|
520
|
+
borderFocusError: string;
|
|
521
|
+
boxShadowFocusError: string;
|
|
522
|
+
caretColorError: string;
|
|
523
|
+
clearColor: string;
|
|
524
|
+
clearColorHover: string;
|
|
525
|
+
clearColorPressed: string;
|
|
526
|
+
iconColor: string;
|
|
527
|
+
iconColorDisabled: string;
|
|
528
|
+
iconColorHover: string;
|
|
529
|
+
iconColorPressed: string;
|
|
530
|
+
suffixTextColor: string;
|
|
531
|
+
paddingTiny: string;
|
|
532
|
+
paddingSmall: string;
|
|
533
|
+
paddingMedium: string;
|
|
534
|
+
paddingLarge: string;
|
|
535
|
+
clearSize: string;
|
|
536
|
+
}, any>>>;
|
|
537
|
+
}, {
|
|
538
|
+
wrapperElRef: import("vue").Ref<HTMLElement | null>;
|
|
539
|
+
inputElRef: import("vue").Ref<HTMLInputElement | null>;
|
|
540
|
+
inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
|
|
541
|
+
inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
|
|
542
|
+
textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
|
|
543
|
+
textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
|
|
544
|
+
uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
|
|
545
|
+
mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
|
|
546
|
+
passwordVisible: import("vue").Ref<boolean>;
|
|
547
|
+
mergedPlaceholder: import("vue").ComputedRef<[string] | [string, string]>;
|
|
548
|
+
showPlaceholder1: import("vue").ComputedRef<string | false>;
|
|
549
|
+
showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
|
|
550
|
+
mergedFocus: import("vue").ComputedRef<boolean>;
|
|
551
|
+
isComposing: import("vue").Ref<boolean>;
|
|
552
|
+
activated: import("vue").Ref<boolean>;
|
|
553
|
+
showClearButton: import("vue").ComputedRef<boolean>;
|
|
554
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
|
|
555
|
+
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
556
|
+
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
557
|
+
textDecoration: string;
|
|
558
|
+
}[]>;
|
|
559
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
560
|
+
mergedBordered: import("vue").ComputedRef<boolean>;
|
|
561
|
+
mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
|
|
562
|
+
handleCompositionStart: () => void;
|
|
563
|
+
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
564
|
+
handleInput: (e: InputEvent | CompositionEvent | Event, index?: 0 | 1, event?: string) => void;
|
|
565
|
+
handleInputBlur: (e: FocusEvent) => void;
|
|
566
|
+
handleInputFocus: (e: FocusEvent) => void;
|
|
567
|
+
handleWrapperBlur: (e: FocusEvent) => void;
|
|
568
|
+
handleWrapperFocus: (e: FocusEvent) => void;
|
|
569
|
+
handleMouseEnter: () => void;
|
|
570
|
+
handleMouseLeave: () => void;
|
|
571
|
+
handleMouseDown: (e: MouseEvent) => void;
|
|
572
|
+
handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
|
|
573
|
+
handleClick: (e: MouseEvent) => void;
|
|
574
|
+
handleClear: (e: MouseEvent) => void;
|
|
575
|
+
handlePasswordToggleClick: () => void;
|
|
576
|
+
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
577
|
+
handleWrapperKeyDown: (e: KeyboardEvent) => void;
|
|
578
|
+
handleTextAreaMirrorResize: () => void;
|
|
579
|
+
mergedTheme: import("vue").ComputedRef<{
|
|
580
|
+
common: {
|
|
581
|
+
baseColor: string;
|
|
582
|
+
primaryColor: string;
|
|
583
|
+
primaryColorHover: string;
|
|
584
|
+
primaryColorPressed: string;
|
|
585
|
+
primaryColorSuppl: string;
|
|
586
|
+
infoColor: string;
|
|
587
|
+
infoColorHover: string;
|
|
588
|
+
infoColorPressed: string;
|
|
589
|
+
infoColorSuppl: string;
|
|
590
|
+
successColor: string;
|
|
591
|
+
successColorHover: string;
|
|
592
|
+
successColorPressed: string;
|
|
593
|
+
successColorSuppl: string;
|
|
594
|
+
warningColor: string;
|
|
595
|
+
warningColorHover: string;
|
|
596
|
+
warningColorPressed: string;
|
|
597
|
+
warningColorSuppl: string;
|
|
598
|
+
errorColor: string;
|
|
599
|
+
errorColorHover: string;
|
|
600
|
+
errorColorPressed: string;
|
|
601
|
+
errorColorSuppl: string;
|
|
602
|
+
textColorBase: string;
|
|
603
|
+
textColor1: string;
|
|
604
|
+
textColor2: string;
|
|
605
|
+
textColor3: string;
|
|
606
|
+
textColorDisabled: string;
|
|
607
|
+
placeholderColor: string;
|
|
608
|
+
placeholderColorDisabled: string;
|
|
609
|
+
iconColor: string;
|
|
610
|
+
iconColorHover: string;
|
|
611
|
+
iconColorPressed: string;
|
|
612
|
+
iconColorDisabled: string;
|
|
613
|
+
opacity1: string;
|
|
614
|
+
opacity2: string;
|
|
615
|
+
opacity3: string;
|
|
616
|
+
opacity4: string;
|
|
617
|
+
opacity5: string;
|
|
618
|
+
dividerColor: string;
|
|
619
|
+
borderColor: string;
|
|
620
|
+
closeColor: string;
|
|
621
|
+
closeColorHover: string;
|
|
622
|
+
closeColorPressed: string;
|
|
623
|
+
closeColorDisabled: string;
|
|
624
|
+
clearColor: string;
|
|
625
|
+
clearColorHover: string;
|
|
626
|
+
clearColorPressed: string;
|
|
627
|
+
scrollbarColor: string;
|
|
628
|
+
scrollbarColorHover: string;
|
|
629
|
+
scrollbarWidth: string;
|
|
630
|
+
scrollbarHeight: string;
|
|
631
|
+
scrollbarBorderRadius: string;
|
|
632
|
+
progressRailColor: string;
|
|
633
|
+
railColor: string;
|
|
634
|
+
popoverColor: string;
|
|
635
|
+
tableColor: string;
|
|
636
|
+
cardColor: string;
|
|
637
|
+
modalColor: string;
|
|
638
|
+
bodyColor: string;
|
|
639
|
+
tagColor: string;
|
|
640
|
+
avatarColor: string;
|
|
641
|
+
invertedColor: string;
|
|
642
|
+
inputColor: string;
|
|
643
|
+
codeColor: string;
|
|
644
|
+
tabColor: string;
|
|
645
|
+
actionColor: string;
|
|
646
|
+
tableHeaderColor: string;
|
|
647
|
+
hoverColor: string;
|
|
648
|
+
tableColorHover: string;
|
|
649
|
+
pressedColor: string;
|
|
650
|
+
opacityDisabled: string;
|
|
651
|
+
inputColorDisabled: string;
|
|
652
|
+
boxShadow1: string;
|
|
653
|
+
boxShadow2: string;
|
|
654
|
+
boxShadow3: string;
|
|
655
|
+
fontFamily: string;
|
|
656
|
+
fontFamilyMono: string;
|
|
657
|
+
fontWeight: string;
|
|
658
|
+
fontWeightStrong: string;
|
|
659
|
+
cubicBezierEaseInOut: string;
|
|
660
|
+
cubicBezierEaseOut: string;
|
|
661
|
+
cubicBezierEaseIn: string;
|
|
662
|
+
borderRadius: string;
|
|
663
|
+
borderRadiusSmall: string;
|
|
664
|
+
fontSize: string;
|
|
665
|
+
fontSizeTiny: string;
|
|
666
|
+
fontSizeSmall: string;
|
|
667
|
+
fontSizeMedium: string;
|
|
668
|
+
fontSizeLarge: string;
|
|
669
|
+
fontSizeHuge: string;
|
|
670
|
+
lineHeight: string;
|
|
671
|
+
heightTiny: string;
|
|
672
|
+
heightSmall: string;
|
|
673
|
+
heightMedium: string;
|
|
674
|
+
heightLarge: string;
|
|
675
|
+
heightHuge: string;
|
|
676
|
+
transformDebounceScale: string;
|
|
677
|
+
name: "common";
|
|
678
|
+
};
|
|
679
|
+
self: {
|
|
680
|
+
countTextColor: string;
|
|
681
|
+
heightTiny: string;
|
|
682
|
+
heightSmall: string;
|
|
683
|
+
heightMedium: string;
|
|
684
|
+
heightLarge: string;
|
|
685
|
+
fontSizeTiny: string;
|
|
686
|
+
fontSizeSmall: string;
|
|
687
|
+
fontSizeMedium: string;
|
|
688
|
+
fontSizeLarge: string;
|
|
689
|
+
lineHeight: string;
|
|
690
|
+
lineHeightTextarea: string;
|
|
691
|
+
borderRadius: string;
|
|
692
|
+
iconSize: string;
|
|
693
|
+
groupLabelColor: string;
|
|
694
|
+
groupLabelTextColor: string;
|
|
695
|
+
textColor: string;
|
|
696
|
+
textColorDisabled: string;
|
|
697
|
+
textDecorationColor: string;
|
|
698
|
+
caretColor: string;
|
|
699
|
+
placeholderColor: string;
|
|
700
|
+
placeholderColorDisabled: string;
|
|
701
|
+
color: string;
|
|
702
|
+
colorDisabled: string;
|
|
703
|
+
colorFocus: string;
|
|
704
|
+
groupLabelBorder: string;
|
|
705
|
+
border: string;
|
|
706
|
+
borderHover: string;
|
|
707
|
+
borderDisabled: string;
|
|
708
|
+
borderFocus: string;
|
|
709
|
+
boxShadowFocus: string;
|
|
710
|
+
loadingColor: string;
|
|
711
|
+
loadingColorWarning: string;
|
|
712
|
+
borderWarning: string;
|
|
713
|
+
borderHoverWarning: string;
|
|
714
|
+
colorFocusWarning: string;
|
|
715
|
+
borderFocusWarning: string;
|
|
716
|
+
boxShadowFocusWarning: string;
|
|
717
|
+
caretColorWarning: string;
|
|
718
|
+
loadingColorError: string;
|
|
719
|
+
borderError: string;
|
|
720
|
+
borderHoverError: string;
|
|
721
|
+
colorFocusError: string;
|
|
722
|
+
borderFocusError: string;
|
|
723
|
+
boxShadowFocusError: string;
|
|
724
|
+
caretColorError: string;
|
|
725
|
+
clearColor: string;
|
|
726
|
+
clearColorHover: string;
|
|
727
|
+
clearColorPressed: string;
|
|
728
|
+
iconColor: string;
|
|
729
|
+
iconColorDisabled: string;
|
|
730
|
+
iconColorHover: string;
|
|
731
|
+
iconColorPressed: string;
|
|
732
|
+
suffixTextColor: string;
|
|
733
|
+
paddingTiny: string;
|
|
734
|
+
paddingSmall: string;
|
|
735
|
+
paddingMedium: string;
|
|
736
|
+
paddingLarge: string;
|
|
737
|
+
clearSize: string;
|
|
738
|
+
};
|
|
739
|
+
peers: any;
|
|
740
|
+
peerOverrides: {
|
|
741
|
+
[x: string]: any;
|
|
742
|
+
};
|
|
743
|
+
}>;
|
|
744
|
+
cssVars: import("vue").ComputedRef<{
|
|
745
|
+
'--bezier': string;
|
|
746
|
+
'--count-text-color': string;
|
|
747
|
+
'--color': string;
|
|
748
|
+
'--font-size': string;
|
|
749
|
+
'--border-radius': string;
|
|
750
|
+
'--height': string;
|
|
751
|
+
'--padding-left': string;
|
|
752
|
+
'--padding-right': string;
|
|
753
|
+
'--text-color': string;
|
|
754
|
+
'--caret-color': string;
|
|
755
|
+
'--text-decoration-color': string;
|
|
756
|
+
'--border': string;
|
|
757
|
+
'--border-disabled': string;
|
|
758
|
+
'--border-hover': string;
|
|
759
|
+
'--border-focus': string;
|
|
760
|
+
'--placeholder-color': string;
|
|
761
|
+
'--placeholder-color-disabled': string;
|
|
762
|
+
'--icon-size': string;
|
|
763
|
+
'--line-height-textarea': string;
|
|
764
|
+
'--color-disabled': string;
|
|
765
|
+
'--color-focus': string;
|
|
766
|
+
'--text-color-disabled': string;
|
|
767
|
+
'--box-shadow-focus': string;
|
|
768
|
+
'--loading-color': string;
|
|
769
|
+
'--caret-color-warning': string;
|
|
770
|
+
'--color-focus-warning': string;
|
|
771
|
+
'--box-shadow-focus-warning': string;
|
|
772
|
+
'--border-warning': string;
|
|
773
|
+
'--border-focus-warning': string;
|
|
774
|
+
'--border-hover-warning': string;
|
|
775
|
+
'--loading-color-warning': string;
|
|
776
|
+
'--caret-color-error': string;
|
|
777
|
+
'--color-focus-error': string;
|
|
778
|
+
'--box-shadow-focus-error': string;
|
|
779
|
+
'--border-error': string;
|
|
780
|
+
'--border-focus-error': string;
|
|
781
|
+
'--border-hover-error': string;
|
|
782
|
+
'--loading-color-error': string;
|
|
783
|
+
'--clear-color': string;
|
|
784
|
+
'--clear-size': string;
|
|
785
|
+
'--clear-color-hover': string;
|
|
786
|
+
'--clear-color-pressed': string;
|
|
787
|
+
'--icon-color': string;
|
|
788
|
+
'--icon-color-hover': string;
|
|
789
|
+
'--icon-color-pressed': string;
|
|
790
|
+
'--icon-color-disabled': string;
|
|
791
|
+
'--suffix-text-color': string;
|
|
792
|
+
}>;
|
|
793
|
+
isCompositing: import("vue").Ref<boolean>;
|
|
794
|
+
blur: () => void;
|
|
795
|
+
focus: () => void;
|
|
796
|
+
activate: () => void;
|
|
797
|
+
deactivate: () => void;
|
|
798
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
|
|
799
|
+
bordered?: unknown;
|
|
800
|
+
type?: unknown;
|
|
801
|
+
placeholder?: unknown;
|
|
802
|
+
defaultValue?: unknown;
|
|
803
|
+
value?: unknown;
|
|
804
|
+
disabled?: unknown;
|
|
805
|
+
size?: unknown;
|
|
806
|
+
rows?: unknown;
|
|
807
|
+
round?: unknown;
|
|
808
|
+
minlength?: unknown;
|
|
809
|
+
maxlength?: unknown;
|
|
810
|
+
clearable?: unknown;
|
|
811
|
+
autosize?: unknown;
|
|
812
|
+
pair?: unknown;
|
|
813
|
+
separator?: unknown;
|
|
814
|
+
readonly?: unknown;
|
|
815
|
+
passivelyActivated?: unknown;
|
|
816
|
+
showPasswordOn?: unknown;
|
|
817
|
+
stateful?: unknown;
|
|
818
|
+
autofocus?: unknown;
|
|
819
|
+
inputProps?: unknown;
|
|
820
|
+
resizable?: unknown;
|
|
821
|
+
showCount?: unknown;
|
|
822
|
+
loading?: unknown;
|
|
823
|
+
onMousedown?: unknown;
|
|
824
|
+
onKeydown?: unknown;
|
|
825
|
+
onKeyup?: unknown;
|
|
826
|
+
onInput?: unknown;
|
|
827
|
+
onFocus?: unknown;
|
|
828
|
+
onBlur?: unknown;
|
|
829
|
+
onClick?: unknown;
|
|
830
|
+
onChange?: unknown;
|
|
831
|
+
onClear?: unknown;
|
|
832
|
+
'onUpdate:value'?: unknown;
|
|
833
|
+
onUpdateValue?: unknown;
|
|
834
|
+
textDecoration?: unknown;
|
|
835
|
+
attrSize?: unknown;
|
|
836
|
+
onInputBlur?: unknown;
|
|
837
|
+
onInputFocus?: unknown;
|
|
838
|
+
onDeactivate?: unknown;
|
|
839
|
+
onActivate?: unknown;
|
|
840
|
+
onWrapperFocus?: unknown;
|
|
841
|
+
onWrapperBlur?: unknown;
|
|
842
|
+
internalDeactivateOnEnter?: unknown;
|
|
843
|
+
internalForceFocus?: unknown;
|
|
844
|
+
showPasswordToggle?: unknown;
|
|
845
|
+
theme?: unknown;
|
|
846
|
+
themeOverrides?: unknown;
|
|
847
|
+
builtinThemeOverrides?: unknown;
|
|
848
|
+
} & {
|
|
849
|
+
type: "textarea" | "text" | "password";
|
|
850
|
+
readonly: string | boolean;
|
|
851
|
+
round: boolean;
|
|
852
|
+
autofocus: boolean;
|
|
853
|
+
autosize: boolean | {
|
|
854
|
+
minRows?: number | undefined;
|
|
855
|
+
maxRows?: number | undefined;
|
|
856
|
+
};
|
|
857
|
+
clearable: boolean;
|
|
858
|
+
defaultValue: string | [string, string] | null;
|
|
859
|
+
resizable: boolean;
|
|
860
|
+
pair: boolean;
|
|
861
|
+
rows: string | number;
|
|
862
|
+
passivelyActivated: boolean;
|
|
863
|
+
stateful: boolean;
|
|
864
|
+
showCount: boolean;
|
|
865
|
+
attrSize: number;
|
|
866
|
+
internalDeactivateOnEnter: boolean;
|
|
867
|
+
internalForceFocus: boolean;
|
|
868
|
+
showPasswordToggle: boolean;
|
|
869
|
+
} & {
|
|
870
|
+
value?: string | [string, string] | null | undefined;
|
|
871
|
+
size?: Size | undefined;
|
|
872
|
+
separator?: string | undefined;
|
|
873
|
+
disabled?: boolean | undefined;
|
|
874
|
+
textDecoration?: string | [string, string] | undefined;
|
|
875
|
+
onFocus?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
876
|
+
onBlur?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
877
|
+
onChange?: OnUpdateValue | undefined;
|
|
878
|
+
onInput?: OnUpdateValue | undefined;
|
|
879
|
+
onKeydown?: ((e: KeyboardEvent) => void) | undefined;
|
|
880
|
+
onKeyup?: ((e: KeyboardEvent) => void) | undefined;
|
|
881
|
+
onClick?: MaybeArray<(e: MouseEvent) => void> | undefined;
|
|
882
|
+
onMousedown?: ((e: MouseEvent) => void) | undefined;
|
|
883
|
+
placeholder?: string | [string, string] | undefined;
|
|
884
|
+
maxlength?: string | number | undefined;
|
|
885
|
+
minlength?: string | number | undefined;
|
|
886
|
+
theme?: import("../../_mixins").Theme<"Input", {
|
|
887
|
+
countTextColor: string;
|
|
888
|
+
heightTiny: string;
|
|
889
|
+
heightSmall: string;
|
|
890
|
+
heightMedium: string;
|
|
891
|
+
heightLarge: string;
|
|
892
|
+
fontSizeTiny: string;
|
|
893
|
+
fontSizeSmall: string;
|
|
894
|
+
fontSizeMedium: string;
|
|
895
|
+
fontSizeLarge: string;
|
|
896
|
+
lineHeight: string;
|
|
897
|
+
lineHeightTextarea: string;
|
|
898
|
+
borderRadius: string;
|
|
899
|
+
iconSize: string;
|
|
900
|
+
groupLabelColor: string;
|
|
901
|
+
groupLabelTextColor: string;
|
|
902
|
+
textColor: string;
|
|
903
|
+
textColorDisabled: string;
|
|
904
|
+
textDecorationColor: string;
|
|
905
|
+
caretColor: string;
|
|
906
|
+
placeholderColor: string;
|
|
907
|
+
placeholderColorDisabled: string;
|
|
908
|
+
color: string;
|
|
909
|
+
colorDisabled: string;
|
|
910
|
+
colorFocus: string;
|
|
911
|
+
groupLabelBorder: string;
|
|
912
|
+
border: string;
|
|
913
|
+
borderHover: string;
|
|
914
|
+
borderDisabled: string;
|
|
915
|
+
borderFocus: string;
|
|
916
|
+
boxShadowFocus: string;
|
|
917
|
+
loadingColor: string;
|
|
918
|
+
loadingColorWarning: string;
|
|
919
|
+
borderWarning: string;
|
|
920
|
+
borderHoverWarning: string;
|
|
921
|
+
colorFocusWarning: string;
|
|
922
|
+
borderFocusWarning: string;
|
|
923
|
+
boxShadowFocusWarning: string;
|
|
924
|
+
caretColorWarning: string;
|
|
925
|
+
loadingColorError: string;
|
|
926
|
+
borderError: string;
|
|
927
|
+
borderHoverError: string;
|
|
928
|
+
colorFocusError: string;
|
|
929
|
+
borderFocusError: string;
|
|
930
|
+
boxShadowFocusError: string;
|
|
931
|
+
caretColorError: string;
|
|
932
|
+
clearColor: string;
|
|
933
|
+
clearColorHover: string;
|
|
934
|
+
clearColorPressed: string;
|
|
935
|
+
iconColor: string;
|
|
936
|
+
iconColorDisabled: string;
|
|
937
|
+
iconColorHover: string;
|
|
938
|
+
iconColorPressed: string;
|
|
939
|
+
suffixTextColor: string;
|
|
940
|
+
paddingTiny: string;
|
|
941
|
+
paddingSmall: string;
|
|
942
|
+
paddingMedium: string;
|
|
943
|
+
paddingLarge: string;
|
|
944
|
+
clearSize: string;
|
|
945
|
+
}, any> | undefined;
|
|
946
|
+
themeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
947
|
+
countTextColor: string;
|
|
948
|
+
heightTiny: string;
|
|
949
|
+
heightSmall: string;
|
|
950
|
+
heightMedium: string;
|
|
951
|
+
heightLarge: string;
|
|
952
|
+
fontSizeTiny: string;
|
|
953
|
+
fontSizeSmall: string;
|
|
954
|
+
fontSizeMedium: string;
|
|
955
|
+
fontSizeLarge: string;
|
|
956
|
+
lineHeight: string;
|
|
957
|
+
lineHeightTextarea: string;
|
|
958
|
+
borderRadius: string;
|
|
959
|
+
iconSize: string;
|
|
960
|
+
groupLabelColor: string;
|
|
961
|
+
groupLabelTextColor: string;
|
|
962
|
+
textColor: string;
|
|
963
|
+
textColorDisabled: string;
|
|
964
|
+
textDecorationColor: string;
|
|
965
|
+
caretColor: string;
|
|
966
|
+
placeholderColor: string;
|
|
967
|
+
placeholderColorDisabled: string;
|
|
968
|
+
color: string;
|
|
969
|
+
colorDisabled: string;
|
|
970
|
+
colorFocus: string;
|
|
971
|
+
groupLabelBorder: string;
|
|
972
|
+
border: string;
|
|
973
|
+
borderHover: string;
|
|
974
|
+
borderDisabled: string;
|
|
975
|
+
borderFocus: string;
|
|
976
|
+
boxShadowFocus: string;
|
|
977
|
+
loadingColor: string;
|
|
978
|
+
loadingColorWarning: string;
|
|
979
|
+
borderWarning: string;
|
|
980
|
+
borderHoverWarning: string;
|
|
981
|
+
colorFocusWarning: string;
|
|
982
|
+
borderFocusWarning: string;
|
|
983
|
+
boxShadowFocusWarning: string;
|
|
984
|
+
caretColorWarning: string;
|
|
985
|
+
loadingColorError: string;
|
|
986
|
+
borderError: string;
|
|
987
|
+
borderHoverError: string;
|
|
988
|
+
colorFocusError: string;
|
|
989
|
+
borderFocusError: string;
|
|
990
|
+
boxShadowFocusError: string;
|
|
991
|
+
caretColorError: string;
|
|
992
|
+
clearColor: string;
|
|
993
|
+
clearColorHover: string;
|
|
994
|
+
clearColorPressed: string;
|
|
995
|
+
iconColor: string;
|
|
996
|
+
iconColorDisabled: string;
|
|
997
|
+
iconColorHover: string;
|
|
998
|
+
iconColorPressed: string;
|
|
999
|
+
suffixTextColor: string;
|
|
1000
|
+
paddingTiny: string;
|
|
1001
|
+
paddingSmall: string;
|
|
1002
|
+
paddingMedium: string;
|
|
1003
|
+
paddingLarge: string;
|
|
1004
|
+
clearSize: string;
|
|
1005
|
+
}, any>> | undefined;
|
|
1006
|
+
builtinThemeOverrides?: import("../../_mixins/use-theme").ExtractThemeOverrides<import("../../_mixins").Theme<"Input", {
|
|
1007
|
+
countTextColor: string;
|
|
1008
|
+
heightTiny: string;
|
|
1009
|
+
heightSmall: string;
|
|
1010
|
+
heightMedium: string;
|
|
1011
|
+
heightLarge: string;
|
|
1012
|
+
fontSizeTiny: string;
|
|
1013
|
+
fontSizeSmall: string;
|
|
1014
|
+
fontSizeMedium: string;
|
|
1015
|
+
fontSizeLarge: string;
|
|
1016
|
+
lineHeight: string;
|
|
1017
|
+
lineHeightTextarea: string;
|
|
1018
|
+
borderRadius: string;
|
|
1019
|
+
iconSize: string;
|
|
1020
|
+
groupLabelColor: string;
|
|
1021
|
+
groupLabelTextColor: string;
|
|
1022
|
+
textColor: string;
|
|
1023
|
+
textColorDisabled: string;
|
|
1024
|
+
textDecorationColor: string;
|
|
1025
|
+
caretColor: string;
|
|
1026
|
+
placeholderColor: string;
|
|
1027
|
+
placeholderColorDisabled: string;
|
|
1028
|
+
color: string;
|
|
1029
|
+
colorDisabled: string;
|
|
1030
|
+
colorFocus: string;
|
|
1031
|
+
groupLabelBorder: string;
|
|
1032
|
+
border: string;
|
|
1033
|
+
borderHover: string;
|
|
1034
|
+
borderDisabled: string;
|
|
1035
|
+
borderFocus: string;
|
|
1036
|
+
boxShadowFocus: string;
|
|
1037
|
+
loadingColor: string;
|
|
1038
|
+
loadingColorWarning: string;
|
|
1039
|
+
borderWarning: string;
|
|
1040
|
+
borderHoverWarning: string;
|
|
1041
|
+
colorFocusWarning: string;
|
|
1042
|
+
borderFocusWarning: string;
|
|
1043
|
+
boxShadowFocusWarning: string;
|
|
1044
|
+
caretColorWarning: string;
|
|
1045
|
+
loadingColorError: string;
|
|
1046
|
+
borderError: string;
|
|
1047
|
+
borderHoverError: string;
|
|
1048
|
+
colorFocusError: string;
|
|
1049
|
+
borderFocusError: string;
|
|
1050
|
+
boxShadowFocusError: string;
|
|
1051
|
+
caretColorError: string;
|
|
1052
|
+
clearColor: string;
|
|
1053
|
+
clearColorHover: string;
|
|
1054
|
+
clearColorPressed: string;
|
|
1055
|
+
iconColor: string;
|
|
1056
|
+
iconColorDisabled: string;
|
|
1057
|
+
iconColorHover: string;
|
|
1058
|
+
iconColorPressed: string;
|
|
1059
|
+
suffixTextColor: string;
|
|
1060
|
+
paddingTiny: string;
|
|
1061
|
+
paddingSmall: string;
|
|
1062
|
+
paddingMedium: string;
|
|
1063
|
+
paddingLarge: string;
|
|
1064
|
+
clearSize: string;
|
|
1065
|
+
}, any>> | undefined;
|
|
1066
|
+
loading?: boolean | undefined;
|
|
1067
|
+
bordered?: boolean | undefined;
|
|
1068
|
+
onClear?: MaybeArray<(e: MouseEvent) => void> | undefined;
|
|
1069
|
+
inputProps?: InputHTMLAttributes | TextareaHTMLAttributes | undefined;
|
|
1070
|
+
"onUpdate:value"?: MaybeArray<OnUpdateValue> | undefined;
|
|
1071
|
+
onUpdateValue?: MaybeArray<OnUpdateValue> | undefined;
|
|
1072
|
+
showPasswordOn?: "click" | "mousedown" | undefined;
|
|
1073
|
+
onInputBlur?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
1074
|
+
onInputFocus?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
1075
|
+
onDeactivate?: MaybeArray<() => void> | undefined;
|
|
1076
|
+
onActivate?: MaybeArray<() => void> | undefined;
|
|
1077
|
+
onWrapperFocus?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
1078
|
+
onWrapperBlur?: MaybeArray<(e: FocusEvent) => void> | undefined;
|
|
1079
|
+
}>, {
|
|
1080
|
+
type: "textarea" | "text" | "password";
|
|
1081
|
+
readonly: string | boolean;
|
|
1082
|
+
round: boolean;
|
|
1083
|
+
disabled: boolean | undefined;
|
|
1084
|
+
autofocus: boolean;
|
|
1085
|
+
autosize: boolean | {
|
|
1086
|
+
minRows?: number | undefined;
|
|
1087
|
+
maxRows?: number | undefined;
|
|
1088
|
+
};
|
|
1089
|
+
loading: boolean;
|
|
1090
|
+
bordered: boolean | undefined;
|
|
1091
|
+
clearable: boolean;
|
|
1092
|
+
defaultValue: string | [string, string] | null;
|
|
1093
|
+
resizable: boolean;
|
|
1094
|
+
pair: boolean;
|
|
1095
|
+
rows: string | number;
|
|
1096
|
+
passivelyActivated: boolean;
|
|
1097
|
+
stateful: boolean;
|
|
1098
|
+
showCount: boolean;
|
|
1099
|
+
attrSize: number;
|
|
1100
|
+
internalDeactivateOnEnter: boolean;
|
|
1101
|
+
internalForceFocus: boolean;
|
|
1102
|
+
showPasswordToggle: boolean;
|
|
1103
|
+
}>;
|
|
1104
|
+
export default _default;
|