@apdesign/web-react 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +123 -0
- package/README.zh-CN.md +123 -0
- package/dist/arco-icon.min.js +8 -0
- package/dist/arco.development.js +8735 -0
- package/dist/arco.min.js +17 -0
- package/dist/css/arco.css +25560 -0
- package/dist/css/arco.min.css +1 -0
- package/dist/css/index.less +73 -0
- package/es/Affix/index.d.ts +10 -0
- package/es/Affix/index.js +172 -0
- package/es/Affix/interface.d.ts +52 -0
- package/es/Affix/interface.js +1 -0
- package/es/Affix/style/css.js +2 -0
- package/es/Affix/style/index.css +1 -0
- package/es/Affix/style/index.d.ts +2 -0
- package/es/Affix/style/index.js +2 -0
- package/es/Affix/style/index.less +8 -0
- package/es/Alert/index.d.ts +5 -0
- package/es/Alert/index.js +100 -0
- package/es/Alert/interface.d.ts +66 -0
- package/es/Alert/interface.js +1 -0
- package/es/Alert/style/css.js +2 -0
- package/es/Alert/style/index.css +1 -0
- package/es/Alert/style/index.d.ts +2 -0
- package/es/Alert/style/index.js +2 -0
- package/es/Alert/style/index.less +207 -0
- package/es/Alert/style/token.less +56 -0
- package/es/Anchor/anchor.d.ts +9 -0
- package/es/Anchor/anchor.js +275 -0
- package/es/Anchor/context.d.ts +11 -0
- package/es/Anchor/context.js +8 -0
- package/es/Anchor/index.d.ts +4 -0
- package/es/Anchor/index.js +2 -0
- package/es/Anchor/interface.d.ts +105 -0
- package/es/Anchor/interface.js +1 -0
- package/es/Anchor/link.d.ts +6 -0
- package/es/Anchor/link.js +69 -0
- package/es/Anchor/style/css.js +3 -0
- package/es/Anchor/style/direction.less +66 -0
- package/es/Anchor/style/index.css +1 -0
- package/es/Anchor/style/index.d.ts +3 -0
- package/es/Anchor/style/index.js +3 -0
- package/es/Anchor/style/index.less +130 -0
- package/es/Anchor/style/token.less +33 -0
- package/es/Anchor/utils.d.ts +4 -0
- package/es/Anchor/utils.js +42 -0
- package/es/AutoComplete/index.d.ts +12 -0
- package/es/AutoComplete/index.js +161 -0
- package/es/AutoComplete/interface.d.ts +127 -0
- package/es/AutoComplete/interface.js +1 -0
- package/es/AutoComplete/style/css.js +4 -0
- package/es/AutoComplete/style/index.css +1 -0
- package/es/AutoComplete/style/index.d.ts +4 -0
- package/es/AutoComplete/style/index.js +4 -0
- package/es/AutoComplete/style/index.less +44 -0
- package/es/AutoComplete/style/token.less +29 -0
- package/es/Avatar/avatar.d.ts +6 -0
- package/es/Avatar/avatar.js +81 -0
- package/es/Avatar/context.d.ts +4 -0
- package/es/Avatar/context.js +2 -0
- package/es/Avatar/group.d.ts +6 -0
- package/es/Avatar/group.js +67 -0
- package/es/Avatar/index.d.ts +8 -0
- package/es/Avatar/index.js +6 -0
- package/es/Avatar/interface.d.ts +95 -0
- package/es/Avatar/interface.js +1 -0
- package/es/Avatar/style/css.js +3 -0
- package/es/Avatar/style/index.css +1 -0
- package/es/Avatar/style/index.d.ts +3 -0
- package/es/Avatar/style/index.js +3 -0
- package/es/Avatar/style/index.less +148 -0
- package/es/Avatar/style/token.less +26 -0
- package/es/BackTop/index.d.ts +7 -0
- package/es/BackTop/index.js +93 -0
- package/es/BackTop/interface.d.ts +37 -0
- package/es/BackTop/interface.js +1 -0
- package/es/BackTop/style/css.js +2 -0
- package/es/BackTop/style/index.css +1 -0
- package/es/BackTop/style/index.d.ts +2 -0
- package/es/BackTop/style/index.js +2 -0
- package/es/BackTop/style/index.less +37 -0
- package/es/BackTop/style/token.less +12 -0
- package/es/Badge/count.d.ts +8 -0
- package/es/Badge/count.js +33 -0
- package/es/Badge/index.d.ts +5 -0
- package/es/Badge/index.js +114 -0
- package/es/Badge/interface.d.ts +57 -0
- package/es/Badge/interface.js +1 -0
- package/es/Badge/style/css.js +2 -0
- package/es/Badge/style/index.css +1 -0
- package/es/Badge/style/index.d.ts +2 -0
- package/es/Badge/style/index.js +2 -0
- package/es/Badge/style/index.less +176 -0
- package/es/Badge/style/token.less +30 -0
- package/es/Breadcrumb/index.d.ts +8 -0
- package/es/Breadcrumb/index.js +95 -0
- package/es/Breadcrumb/interface.d.ts +78 -0
- package/es/Breadcrumb/interface.js +1 -0
- package/es/Breadcrumb/item.d.ts +8 -0
- package/es/Breadcrumb/item.js +65 -0
- package/es/Breadcrumb/style/css.js +3 -0
- package/es/Breadcrumb/style/index.css +1 -0
- package/es/Breadcrumb/style/index.d.ts +3 -0
- package/es/Breadcrumb/style/index.js +3 -0
- package/es/Breadcrumb/style/index.less +88 -0
- package/es/Breadcrumb/style/token.less +23 -0
- package/es/Button/group.d.ts +5 -0
- package/es/Button/group.js +35 -0
- package/es/Button/index.d.ts +15 -0
- package/es/Button/index.js +132 -0
- package/es/Button/interface.d.ts +105 -0
- package/es/Button/interface.js +1 -0
- package/es/Button/style/css.js +2 -0
- package/es/Button/style/index.css +1 -0
- package/es/Button/style/index.d.ts +2 -0
- package/es/Button/style/index.js +2 -0
- package/es/Button/style/index.less +394 -0
- package/es/Button/style/token.less +326 -0
- package/es/Calendar/header/header.d.ts +2 -0
- package/es/Calendar/header/header.js +65 -0
- package/es/Calendar/header/panel-header.d.ts +2 -0
- package/es/Calendar/header/panel-header.js +28 -0
- package/es/Calendar/hooks/useCellClassName.d.ts +1 -0
- package/es/Calendar/hooks/useCellClassName.js +53 -0
- package/es/Calendar/index.d.ts +7 -0
- package/es/Calendar/index.js +142 -0
- package/es/Calendar/interface.d.ts +122 -0
- package/es/Calendar/interface.js +1 -0
- package/es/Calendar/month.d.ts +15 -0
- package/es/Calendar/month.js +133 -0
- package/es/Calendar/style/css.js +4 -0
- package/es/Calendar/style/index.css +1 -0
- package/es/Calendar/style/index.d.ts +4 -0
- package/es/Calendar/style/index.js +4 -0
- package/es/Calendar/style/index.less +475 -0
- package/es/Calendar/style/token.less +39 -0
- package/es/Calendar/week-list.d.ts +10 -0
- package/es/Calendar/week-list.js +17 -0
- package/es/Calendar/year.d.ts +13 -0
- package/es/Calendar/year.js +59 -0
- package/es/Card/grid.d.ts +5 -0
- package/es/Card/grid.js +13 -0
- package/es/Card/index.d.ts +10 -0
- package/es/Card/index.js +76 -0
- package/es/Card/interface.d.ts +99 -0
- package/es/Card/interface.js +1 -0
- package/es/Card/meta.d.ts +5 -0
- package/es/Card/meta.js +42 -0
- package/es/Card/style/css.js +3 -0
- package/es/Card/style/index.css +1 -0
- package/es/Card/style/index.d.ts +3 -0
- package/es/Card/style/index.js +3 -0
- package/es/Card/style/index.less +225 -0
- package/es/Card/style/token.less +38 -0
- package/es/Carousel/arrow.d.ts +4 -0
- package/es/Carousel/arrow.js +36 -0
- package/es/Carousel/index.d.ts +5 -0
- package/es/Carousel/index.js +288 -0
- package/es/Carousel/indicator.d.ts +4 -0
- package/es/Carousel/indicator.js +57 -0
- package/es/Carousel/interface.d.ts +144 -0
- package/es/Carousel/interface.js +1 -0
- package/es/Carousel/style/css.js +2 -0
- package/es/Carousel/style/index.css +1 -0
- package/es/Carousel/style/index.d.ts +2 -0
- package/es/Carousel/style/index.js +2 -0
- package/es/Carousel/style/index.less +535 -0
- package/es/Carousel/style/slide.less +345 -0
- package/es/Carousel/style/token.less +34 -0
- package/es/Cascader/base/node.d.ts +78 -0
- package/es/Cascader/base/node.js +201 -0
- package/es/Cascader/base/store.d.ts +43 -0
- package/es/Cascader/base/store.js +166 -0
- package/es/Cascader/cascader.d.ts +17 -0
- package/es/Cascader/cascader.js +344 -0
- package/es/Cascader/hook/useRefCurrent.d.ts +3 -0
- package/es/Cascader/hook/useRefCurrent.js +41 -0
- package/es/Cascader/index.d.ts +5 -0
- package/es/Cascader/index.js +3 -0
- package/es/Cascader/interface.d.ts +308 -0
- package/es/Cascader/interface.js +1 -0
- package/es/Cascader/panel/list.d.ts +4 -0
- package/es/Cascader/panel/list.js +383 -0
- package/es/Cascader/panel/option.d.ts +23 -0
- package/es/Cascader/panel/option.js +12 -0
- package/es/Cascader/panel/search-panel.d.ts +28 -0
- package/es/Cascader/panel/search-panel.js +206 -0
- package/es/Cascader/style/css.js +6 -0
- package/es/Cascader/style/index.css +1 -0
- package/es/Cascader/style/index.d.ts +6 -0
- package/es/Cascader/style/index.js +6 -0
- package/es/Cascader/style/index.less +219 -0
- package/es/Cascader/style/rtl.less +60 -0
- package/es/Cascader/style/token.less +25 -0
- package/es/Cascader/util.d.ts +24 -0
- package/es/Cascader/util.js +111 -0
- package/es/Checkbox/checkbox.d.ts +14 -0
- package/es/Checkbox/checkbox.js +122 -0
- package/es/Checkbox/group.d.ts +17 -0
- package/es/Checkbox/group.js +109 -0
- package/es/Checkbox/icon-check.d.ts +3 -0
- package/es/Checkbox/icon-check.js +6 -0
- package/es/Checkbox/index.d.ts +4 -0
- package/es/Checkbox/index.js +3 -0
- package/es/Checkbox/interface.d.ts +102 -0
- package/es/Checkbox/interface.js +1 -0
- package/es/Checkbox/style/css.js +2 -0
- package/es/Checkbox/style/index.css +1 -0
- package/es/Checkbox/style/index.d.ts +2 -0
- package/es/Checkbox/style/index.js +2 -0
- package/es/Checkbox/style/index.less +200 -0
- package/es/Checkbox/style/token.less +37 -0
- package/es/Checkbox/useCheckbox.d.ts +22 -0
- package/es/Checkbox/useCheckbox.js +103 -0
- package/es/Collapse/collapse.d.ts +14 -0
- package/es/Collapse/collapse.js +120 -0
- package/es/Collapse/index.d.ts +3 -0
- package/es/Collapse/index.js +2 -0
- package/es/Collapse/interface.d.ts +111 -0
- package/es/Collapse/interface.js +1 -0
- package/es/Collapse/item.d.ts +7 -0
- package/es/Collapse/item.js +101 -0
- package/es/Collapse/style/css.js +2 -0
- package/es/Collapse/style/index.css +1 -0
- package/es/Collapse/style/index.d.ts +2 -0
- package/es/Collapse/style/index.js +2 -0
- package/es/Collapse/style/index.less +189 -0
- package/es/Collapse/style/token.less +35 -0
- package/es/ColorPicker/colors.d.ts +1 -0
- package/es/ColorPicker/colors.js +24 -0
- package/es/ColorPicker/control-bar.d.ts +12 -0
- package/es/ColorPicker/control-bar.js +36 -0
- package/es/ColorPicker/hooks/useColorPicker.d.ts +30 -0
- package/es/ColorPicker/hooks/useColorPicker.js +94 -0
- package/es/ColorPicker/hooks/useControlBlock.d.ts +11 -0
- package/es/ColorPicker/hooks/useControlBlock.js +71 -0
- package/es/ColorPicker/index.d.ts +5 -0
- package/es/ColorPicker/index.js +59 -0
- package/es/ColorPicker/input-alpha.d.ts +7 -0
- package/es/ColorPicker/input-alpha.js +9 -0
- package/es/ColorPicker/input-hex.d.ts +11 -0
- package/es/ColorPicker/input-hex.js +59 -0
- package/es/ColorPicker/input-rgb.d.ts +10 -0
- package/es/ColorPicker/input-rgb.js +21 -0
- package/es/ColorPicker/interface.d.ts +126 -0
- package/es/ColorPicker/interface.js +1 -0
- package/es/ColorPicker/palette.d.ts +7 -0
- package/es/ColorPicker/palette.js +25 -0
- package/es/ColorPicker/panel.d.ts +20 -0
- package/es/ColorPicker/panel.js +114 -0
- package/es/ColorPicker/style/css.js +4 -0
- package/es/ColorPicker/style/index.css +1 -0
- package/es/ColorPicker/style/index.d.ts +4 -0
- package/es/ColorPicker/style/index.js +4 -0
- package/es/ColorPicker/style/index.less +310 -0
- package/es/ColorPicker/style/token.less +57 -0
- package/es/Comment/index.d.ts +7 -0
- package/es/Comment/index.js +50 -0
- package/es/Comment/interface.d.ts +41 -0
- package/es/Comment/interface.js +1 -0
- package/es/Comment/style/css.js +2 -0
- package/es/Comment/style/index.css +1 -0
- package/es/Comment/style/index.d.ts +2 -0
- package/es/Comment/style/index.js +2 -0
- package/es/Comment/style/index.less +94 -0
- package/es/Comment/style/token.less +17 -0
- package/es/ConfigProvider/context.d.ts +4 -0
- package/es/ConfigProvider/context.js +34 -0
- package/es/ConfigProvider/index.d.ts +11 -0
- package/es/ConfigProvider/index.js +98 -0
- package/es/ConfigProvider/interface.d.ts +248 -0
- package/es/ConfigProvider/interface.js +1 -0
- package/es/ConfigProvider/style/css.js +1 -0
- package/es/ConfigProvider/style/index.d.ts +1 -0
- package/es/ConfigProvider/style/index.js +1 -0
- package/es/ConfigProvider/util.d.ts +2 -0
- package/es/ConfigProvider/util.js +118 -0
- package/es/DatePicker/__test__/utils.d.ts +4 -0
- package/es/DatePicker/__test__/utils.js +34 -0
- package/es/DatePicker/context.d.ts +8 -0
- package/es/DatePicker/context.js +2 -0
- package/es/DatePicker/hooks/useCellClassName.d.ts +1 -0
- package/es/DatePicker/hooks/useCellClassName.js +107 -0
- package/es/DatePicker/index.d.ts +4 -0
- package/es/DatePicker/index.js +85 -0
- package/es/DatePicker/interface.d.ts +518 -0
- package/es/DatePicker/interface.js +1 -0
- package/es/DatePicker/panels/body.d.ts +30 -0
- package/es/DatePicker/panels/body.js +44 -0
- package/es/DatePicker/panels/date/index.d.ts +24 -0
- package/es/DatePicker/panels/date/index.js +159 -0
- package/es/DatePicker/panels/footer.d.ts +1 -0
- package/es/DatePicker/panels/footer.js +20 -0
- package/es/DatePicker/panels/header.d.ts +20 -0
- package/es/DatePicker/panels/header.js +54 -0
- package/es/DatePicker/panels/month/index.d.ts +17 -0
- package/es/DatePicker/panels/month/index.js +84 -0
- package/es/DatePicker/panels/quarter/index.d.ts +17 -0
- package/es/DatePicker/panels/quarter/index.js +64 -0
- package/es/DatePicker/panels/range/index.d.ts +28 -0
- package/es/DatePicker/panels/range/index.js +146 -0
- package/es/DatePicker/panels/shortcuts.d.ts +4 -0
- package/es/DatePicker/panels/shortcuts.js +25 -0
- package/es/DatePicker/panels/week/index.d.ts +16 -0
- package/es/DatePicker/panels/week/index.js +37 -0
- package/es/DatePicker/panels/week-list.d.ts +8 -0
- package/es/DatePicker/panels/week-list.js +12 -0
- package/es/DatePicker/panels/year/index.d.ts +16 -0
- package/es/DatePicker/panels/year/index.js +64 -0
- package/es/DatePicker/picker-range.d.ts +4 -0
- package/es/DatePicker/picker-range.js +685 -0
- package/es/DatePicker/picker.d.ts +18 -0
- package/es/DatePicker/picker.js +403 -0
- package/es/DatePicker/style/css.js +7 -0
- package/es/DatePicker/style/date.less +101 -0
- package/es/DatePicker/style/index.css +1 -0
- package/es/DatePicker/style/index.d.ts +7 -0
- package/es/DatePicker/style/index.js +7 -0
- package/es/DatePicker/style/index.less +302 -0
- package/es/DatePicker/style/month.less +26 -0
- package/es/DatePicker/style/quarter.less +8 -0
- package/es/DatePicker/style/range.less +9 -0
- package/es/DatePicker/style/rtl.less +54 -0
- package/es/DatePicker/style/shortcuts.less +25 -0
- package/es/DatePicker/style/token.less +60 -0
- package/es/DatePicker/style/week.less +68 -0
- package/es/DatePicker/style/year.less +8 -0
- package/es/DatePicker/util.d.ts +9 -0
- package/es/DatePicker/util.js +96 -0
- package/es/Descriptions/index.d.ts +7 -0
- package/es/Descriptions/index.js +151 -0
- package/es/Descriptions/interface.d.ts +79 -0
- package/es/Descriptions/interface.js +1 -0
- package/es/Descriptions/style/css.js +2 -0
- package/es/Descriptions/style/index.css +1 -0
- package/es/Descriptions/style/index.d.ts +2 -0
- package/es/Descriptions/style/index.js +2 -0
- package/es/Descriptions/style/index.less +213 -0
- package/es/Descriptions/style/token.less +45 -0
- package/es/Divider/index.d.ts +5 -0
- package/es/Divider/index.js +45 -0
- package/es/Divider/interface.d.ts +21 -0
- package/es/Divider/interface.js +1 -0
- package/es/Divider/style/css.js +2 -0
- package/es/Divider/style/index.css +1 -0
- package/es/Divider/style/index.d.ts +2 -0
- package/es/Divider/style/index.js +2 -0
- package/es/Divider/style/index.less +63 -0
- package/es/Divider/style/token.less +15 -0
- package/es/Drawer/index.d.ts +5 -0
- package/es/Drawer/index.js +201 -0
- package/es/Drawer/interface.d.ts +185 -0
- package/es/Drawer/interface.js +1 -0
- package/es/Drawer/style/css.js +3 -0
- package/es/Drawer/style/index.css +1 -0
- package/es/Drawer/style/index.d.ts +3 -0
- package/es/Drawer/style/index.js +3 -0
- package/es/Drawer/style/index.less +137 -0
- package/es/Drawer/style/token.less +16 -0
- package/es/Dropdown/button.d.ts +5 -0
- package/es/Dropdown/button.js +72 -0
- package/es/Dropdown/index.d.ts +8 -0
- package/es/Dropdown/index.js +170 -0
- package/es/Dropdown/interface.d.ts +109 -0
- package/es/Dropdown/interface.js +1 -0
- package/es/Dropdown/style/css.js +4 -0
- package/es/Dropdown/style/index.css +1 -0
- package/es/Dropdown/style/index.d.ts +4 -0
- package/es/Dropdown/style/index.js +4 -0
- package/es/Dropdown/style/index.less +182 -0
- package/es/Dropdown/style/token.less +57 -0
- package/es/Empty/index.d.ts +5 -0
- package/es/Empty/index.js +43 -0
- package/es/Empty/interface.d.ts +23 -0
- package/es/Empty/interface.js +1 -0
- package/es/Empty/style/css.js +2 -0
- package/es/Empty/style/index.css +1 -0
- package/es/Empty/style/index.d.ts +2 -0
- package/es/Empty/style/index.js +2 -0
- package/es/Empty/style/index.less +32 -0
- package/es/Empty/style/token.less +7 -0
- package/es/Form/context.d.ts +14 -0
- package/es/Form/context.js +37 -0
- package/es/Form/control.d.ts +66 -0
- package/es/Form/control.js +434 -0
- package/es/Form/form-item.d.ts +7 -0
- package/es/Form/form-item.js +263 -0
- package/es/Form/form-label.d.ts +9 -0
- package/es/Form/form-label.js +72 -0
- package/es/Form/form-list.d.ts +6 -0
- package/es/Form/form-list.js +148 -0
- package/es/Form/form-provider.d.ts +4 -0
- package/es/Form/form-provider.js +33 -0
- package/es/Form/form.d.ts +8 -0
- package/es/Form/form.js +159 -0
- package/es/Form/hooks/useContext.d.ts +10 -0
- package/es/Form/hooks/useContext.js +42 -0
- package/es/Form/hooks/useState.d.ts +3 -0
- package/es/Form/hooks/useState.js +56 -0
- package/es/Form/hooks/useWatch.d.ts +3 -0
- package/es/Form/hooks/useWatch.js +63 -0
- package/es/Form/index.d.ts +24 -0
- package/es/Form/index.js +19 -0
- package/es/Form/interface.d.ts +533 -0
- package/es/Form/interface.js +15 -0
- package/es/Form/promisify.d.ts +2 -0
- package/es/Form/promisify.js +50 -0
- package/es/Form/store.d.ts +95 -0
- package/es/Form/store.js +526 -0
- package/es/Form/style/css.js +3 -0
- package/es/Form/style/index.css +1 -0
- package/es/Form/style/index.d.ts +3 -0
- package/es/Form/style/index.js +3 -0
- package/es/Form/style/index.less +242 -0
- package/es/Form/style/status.less +237 -0
- package/es/Form/style/token.less +76 -0
- package/es/Form/useForm.d.ts +3 -0
- package/es/Form/useForm.js +57 -0
- package/es/Form/utils.d.ts +14 -0
- package/es/Form/utils.js +198 -0
- package/es/Grid/col.d.ts +5 -0
- package/es/Grid/col.js +93 -0
- package/es/Grid/context.d.ts +20 -0
- package/es/Grid/context.js +4 -0
- package/es/Grid/grid-item.d.ts +7 -0
- package/es/Grid/grid-item.js +91 -0
- package/es/Grid/grid.d.ts +5 -0
- package/es/Grid/grid.js +134 -0
- package/es/Grid/hooks/useResponsiveState.d.ts +2 -0
- package/es/Grid/hooks/useResponsiveState.js +63 -0
- package/es/Grid/index.d.ts +11 -0
- package/es/Grid/index.js +9 -0
- package/es/Grid/interface.d.ts +239 -0
- package/es/Grid/interface.js +1 -0
- package/es/Grid/row.d.ts +5 -0
- package/es/Grid/row.js +121 -0
- package/es/Grid/style/col.less +148 -0
- package/es/Grid/style/css.js +2 -0
- package/es/Grid/style/grid.less +11 -0
- package/es/Grid/style/index.css +1 -0
- package/es/Grid/style/index.d.ts +2 -0
- package/es/Grid/style/index.js +2 -0
- package/es/Grid/style/index.less +3 -0
- package/es/Grid/style/row.less +44 -0
- package/es/Grid/utils.d.ts +11 -0
- package/es/Grid/utils.js +51 -0
- package/es/Icon/addFromIconFontCn.d.ts +9 -0
- package/es/Icon/addFromIconFontCn.js +57 -0
- package/es/Icon/index.d.ts +25 -0
- package/es/Icon/index.js +72 -0
- package/es/Icon/style/css.js +0 -0
- package/es/Icon/style/index.d.ts +0 -0
- package/es/Icon/style/index.js +0 -0
- package/es/Image/image-footer.d.ts +13 -0
- package/es/Image/image-footer.js +50 -0
- package/es/Image/image-preview-arrow.d.ts +9 -0
- package/es/Image/image-preview-arrow.js +30 -0
- package/es/Image/image-preview-group.d.ts +10 -0
- package/es/Image/image-preview-group.js +173 -0
- package/es/Image/image-preview-toolbar.d.ts +14 -0
- package/es/Image/image-preview-toolbar.js +111 -0
- package/es/Image/image-preview.d.ts +7 -0
- package/es/Image/image-preview.js +451 -0
- package/es/Image/image.d.ts +11 -0
- package/es/Image/image.js +195 -0
- package/es/Image/index.d.ts +3 -0
- package/es/Image/index.js +2 -0
- package/es/Image/interface.d.ts +274 -0
- package/es/Image/interface.js +1 -0
- package/es/Image/previewGroupContext.d.ts +25 -0
- package/es/Image/previewGroupContext.js +14 -0
- package/es/Image/style/css.js +2 -0
- package/es/Image/style/image.less +226 -0
- package/es/Image/style/index.css +1 -0
- package/es/Image/style/index.d.ts +2 -0
- package/es/Image/style/index.js +2 -0
- package/es/Image/style/index.less +6 -0
- package/es/Image/style/preview.less +248 -0
- package/es/Image/style/rtl.less +16 -0
- package/es/Image/style/token.less +120 -0
- package/es/Image/style/trigger.less +13 -0
- package/es/Image/trigger-for-toolbar.d.ts +10 -0
- package/es/Image/trigger-for-toolbar.js +8 -0
- package/es/Image/utils/getFixTranslate.d.ts +1 -0
- package/es/Image/utils/getFixTranslate.js +39 -0
- package/es/Image/utils/getScale.d.ts +13 -0
- package/es/Image/utils/getScale.js +80 -0
- package/es/Image/utils/hooks/useImageStatus.d.ts +11 -0
- package/es/Image/utils/hooks/useImageStatus.js +34 -0
- package/es/Image/utils/hooks/useShowFooter.d.ts +8 -0
- package/es/Image/utils/hooks/useShowFooter.js +7 -0
- package/es/Input/autoSizeTextAreaHeight.d.ts +5 -0
- package/es/Input/autoSizeTextAreaHeight.js +99 -0
- package/es/Input/group.d.ts +7 -0
- package/es/Input/group.js +37 -0
- package/es/Input/index.d.ts +7 -0
- package/es/Input/index.js +2 -0
- package/es/Input/input-element.d.ts +4 -0
- package/es/Input/input-element.js +227 -0
- package/es/Input/input.d.ts +17 -0
- package/es/Input/input.js +154 -0
- package/es/Input/interface.d.ts +325 -0
- package/es/Input/interface.js +1 -0
- package/es/Input/password.d.ts +5 -0
- package/es/Input/password.js +93 -0
- package/es/Input/search.d.ts +5 -0
- package/es/Input/search.js +77 -0
- package/es/Input/style/css.js +3 -0
- package/es/Input/style/index.css +1 -0
- package/es/Input/style/index.d.ts +3 -0
- package/es/Input/style/index.js +3 -0
- package/es/Input/style/index.less +404 -0
- package/es/Input/style/password.less +14 -0
- package/es/Input/style/rtl.less +141 -0
- package/es/Input/style/search.less +39 -0
- package/es/Input/style/size.less +200 -0
- package/es/Input/style/status.less +42 -0
- package/es/Input/style/textarea.less +48 -0
- package/es/Input/style/token.less +129 -0
- package/es/Input/textarea.d.ts +12 -0
- package/es/Input/textarea.js +169 -0
- package/es/Input/useComposition.d.ts +17 -0
- package/es/Input/useComposition.js +72 -0
- package/es/InputNumber/Decimal.d.ts +21 -0
- package/es/InputNumber/Decimal.js +194 -0
- package/es/InputNumber/index.d.ts +6 -0
- package/es/InputNumber/index.js +248 -0
- package/es/InputNumber/interface.d.ts +141 -0
- package/es/InputNumber/interface.js +1 -0
- package/es/InputNumber/style/css.js +3 -0
- package/es/InputNumber/style/index.css +1 -0
- package/es/InputNumber/style/index.d.ts +3 -0
- package/es/InputNumber/style/index.js +3 -0
- package/es/InputNumber/style/index.less +170 -0
- package/es/InputNumber/style/token.less +21 -0
- package/es/InputNumber/useSelectionRange.d.ts +4 -0
- package/es/InputNumber/useSelectionRange.js +26 -0
- package/es/InputNumber/utils.d.ts +28 -0
- package/es/InputNumber/utils.js +113 -0
- package/es/InputTag/index.d.ts +3 -0
- package/es/InputTag/index.js +2 -0
- package/es/InputTag/input-tag.d.ts +9 -0
- package/es/InputTag/input-tag.js +503 -0
- package/es/InputTag/interface.d.ts +215 -0
- package/es/InputTag/interface.js +1 -0
- package/es/InputTag/style/css.js +3 -0
- package/es/InputTag/style/index.css +1 -0
- package/es/InputTag/style/index.d.ts +3 -0
- package/es/InputTag/style/index.js +3 -0
- package/es/InputTag/style/index.less +364 -0
- package/es/InputTag/style/mixin.less +23 -0
- package/es/InputTag/style/token.less +103 -0
- package/es/Layout/content.d.ts +4 -0
- package/es/Layout/content.js +35 -0
- package/es/Layout/footer.d.ts +4 -0
- package/es/Layout/footer.js +35 -0
- package/es/Layout/header.d.ts +4 -0
- package/es/Layout/header.js +35 -0
- package/es/Layout/index.d.ts +17 -0
- package/es/Layout/index.js +87 -0
- package/es/Layout/interface.d.ts +121 -0
- package/es/Layout/interface.js +1 -0
- package/es/Layout/sider.d.ts +10 -0
- package/es/Layout/sider.js +143 -0
- package/es/Layout/style/css.js +4 -0
- package/es/Layout/style/index.css +1 -0
- package/es/Layout/style/index.d.ts +4 -0
- package/es/Layout/style/index.js +4 -0
- package/es/Layout/style/index.less +102 -0
- package/es/Layout/style/token.less +13 -0
- package/es/Link/index.d.ts +5 -0
- package/es/Link/index.js +63 -0
- package/es/Link/interface.d.ts +30 -0
- package/es/Link/interface.js +1 -0
- package/es/Link/style/css.js +2 -0
- package/es/Link/style/index.css +1 -0
- package/es/Link/style/index.d.ts +2 -0
- package/es/Link/style/index.js +2 -0
- package/es/Link/style/index.less +107 -0
- package/es/Link/style/token.less +33 -0
- package/es/List/index.d.ts +12 -0
- package/es/List/index.js +232 -0
- package/es/List/interface.d.ts +192 -0
- package/es/List/interface.js +1 -0
- package/es/List/item.d.ts +7 -0
- package/es/List/item.js +62 -0
- package/es/List/meta.d.ts +4 -0
- package/es/List/meta.js +41 -0
- package/es/List/style/css.js +6 -0
- package/es/List/style/index.css +1 -0
- package/es/List/style/index.d.ts +6 -0
- package/es/List/style/index.js +6 -0
- package/es/List/style/index.less +208 -0
- package/es/List/style/token.less +49 -0
- package/es/Mentions/index.d.ts +5 -0
- package/es/Mentions/index.js +152 -0
- package/es/Mentions/interface.d.ts +92 -0
- package/es/Mentions/interface.js +1 -0
- package/es/Mentions/style/css.js +2 -0
- package/es/Mentions/style/index.css +1 -0
- package/es/Mentions/style/index.d.ts +2 -0
- package/es/Mentions/style/index.js +2 -0
- package/es/Mentions/style/index.less +39 -0
- package/es/Mentions/style/token.less +6 -0
- package/es/Mentions/utils.d.ts +9 -0
- package/es/Mentions/utils.js +21 -0
- package/es/Menu/context.d.ts +16 -0
- package/es/Menu/context.js +3 -0
- package/es/Menu/indent.d.ts +5 -0
- package/es/Menu/indent.js +35 -0
- package/es/Menu/index.d.ts +13 -0
- package/es/Menu/index.js +202 -0
- package/es/Menu/interface.d.ts +233 -0
- package/es/Menu/interface.js +1 -0
- package/es/Menu/item-group.d.ts +6 -0
- package/es/Menu/item-group.js +21 -0
- package/es/Menu/item.d.ts +6 -0
- package/es/Menu/item.js +84 -0
- package/es/Menu/overflow-wrap.d.ts +9 -0
- package/es/Menu/overflow-wrap.js +131 -0
- package/es/Menu/style/css.js +4 -0
- package/es/Menu/style/index.css +1 -0
- package/es/Menu/style/index.d.ts +4 -0
- package/es/Menu/style/index.js +4 -0
- package/es/Menu/style/index.less +581 -0
- package/es/Menu/style/token.less +99 -0
- package/es/Menu/sub-menu/index.d.ts +6 -0
- package/es/Menu/sub-menu/index.js +34 -0
- package/es/Menu/sub-menu/inline.d.ts +5 -0
- package/es/Menu/sub-menu/inline.js +154 -0
- package/es/Menu/sub-menu/pop.d.ts +5 -0
- package/es/Menu/sub-menu/pop.js +99 -0
- package/es/Menu/util.d.ts +16 -0
- package/es/Menu/util.js +134 -0
- package/es/Message/index.d.ts +30 -0
- package/es/Message/index.js +189 -0
- package/es/Message/interface.d.ts +83 -0
- package/es/Message/interface.js +1 -0
- package/es/Message/style/css.js +2 -0
- package/es/Message/style/index.css +1 -0
- package/es/Message/style/index.d.ts +2 -0
- package/es/Message/style/index.js +2 -0
- package/es/Message/style/index.less +193 -0
- package/es/Message/style/token.less +54 -0
- package/es/Message/useMessage.d.ts +5 -0
- package/es/Message/useMessage.js +71 -0
- package/es/Modal/config.d.ts +10 -0
- package/es/Modal/config.js +28 -0
- package/es/Modal/confirm.d.ts +14 -0
- package/es/Modal/confirm.js +142 -0
- package/es/Modal/index.d.ts +2 -0
- package/es/Modal/index.js +2 -0
- package/es/Modal/interface.d.ts +190 -0
- package/es/Modal/interface.js +1 -0
- package/es/Modal/locale.d.ts +0 -0
- package/es/Modal/locale.js +0 -0
- package/es/Modal/modal.d.ts +18 -0
- package/es/Modal/modal.js +324 -0
- package/es/Modal/style/css.js +3 -0
- package/es/Modal/style/index.css +1 -0
- package/es/Modal/style/index.d.ts +3 -0
- package/es/Modal/style/index.js +3 -0
- package/es/Modal/style/index.less +255 -0
- package/es/Modal/style/token.less +36 -0
- package/es/Modal/useModal/hookModal.d.ts +8 -0
- package/es/Modal/useModal/hookModal.js +62 -0
- package/es/Modal/useModal/index.d.ts +4 -0
- package/es/Modal/useModal/index.js +63 -0
- package/es/Notification/index.d.ts +26 -0
- package/es/Notification/index.js +204 -0
- package/es/Notification/interface.d.ts +77 -0
- package/es/Notification/interface.js +1 -0
- package/es/Notification/style/css.js +2 -0
- package/es/Notification/style/index.css +1 -0
- package/es/Notification/style/index.d.ts +2 -0
- package/es/Notification/style/index.js +2 -0
- package/es/Notification/style/index.less +240 -0
- package/es/Notification/style/token.less +58 -0
- package/es/Notification/useNotification.d.ts +5 -0
- package/es/Notification/useNotification.js +68 -0
- package/es/PageHeader/index.d.ts +8 -0
- package/es/PageHeader/index.js +90 -0
- package/es/PageHeader/interface.d.ts +44 -0
- package/es/PageHeader/interface.js +1 -0
- package/es/PageHeader/style/css.js +3 -0
- package/es/PageHeader/style/index.css +1 -0
- package/es/PageHeader/style/index.d.ts +3 -0
- package/es/PageHeader/style/index.js +3 -0
- package/es/PageHeader/style/index.less +160 -0
- package/es/PageHeader/style/token.less +31 -0
- package/es/Pagination/index.d.ts +3 -0
- package/es/Pagination/index.js +2 -0
- package/es/Pagination/interface.d.ts +133 -0
- package/es/Pagination/interface.js +1 -0
- package/es/Pagination/page-item.d.ts +62 -0
- package/es/Pagination/page-item.js +143 -0
- package/es/Pagination/page-jumper.d.ts +13 -0
- package/es/Pagination/page-jumper.js +84 -0
- package/es/Pagination/page-options.d.ts +13 -0
- package/es/Pagination/page-options.js +29 -0
- package/es/Pagination/pagination.d.ts +11 -0
- package/es/Pagination/pagination.js +252 -0
- package/es/Pagination/style/css.js +4 -0
- package/es/Pagination/style/index.css +1 -0
- package/es/Pagination/style/index.d.ts +4 -0
- package/es/Pagination/style/index.js +4 -0
- package/es/Pagination/style/index.less +338 -0
- package/es/Pagination/style/token.less +72 -0
- package/es/Popconfirm/index.d.ts +7 -0
- package/es/Popconfirm/index.js +131 -0
- package/es/Popconfirm/interface.d.ts +128 -0
- package/es/Popconfirm/interface.js +1 -0
- package/es/Popconfirm/style/css.js +5 -0
- package/es/Popconfirm/style/index.css +1 -0
- package/es/Popconfirm/style/index.d.ts +5 -0
- package/es/Popconfirm/style/index.js +5 -0
- package/es/Popconfirm/style/index.less +75 -0
- package/es/Popconfirm/style/token.less +12 -0
- package/es/Popover/index.d.ts +7 -0
- package/es/Popover/index.js +49 -0
- package/es/Popover/interface.d.ts +20 -0
- package/es/Popover/interface.js +1 -0
- package/es/Popover/style/css.js +3 -0
- package/es/Popover/style/index.css +1 -0
- package/es/Popover/style/index.d.ts +3 -0
- package/es/Popover/style/index.js +3 -0
- package/es/Popover/style/index.less +52 -0
- package/es/Popover/style/token.less +13 -0
- package/es/Portal/Portal.d.ts +15 -0
- package/es/Portal/Portal.js +57 -0
- package/es/Portal/index.d.ts +19 -0
- package/es/Portal/index.js +48 -0
- package/es/Progress/circle-progress.d.ts +8 -0
- package/es/Progress/circle-progress.js +68 -0
- package/es/Progress/index.d.ts +5 -0
- package/es/Progress/index.js +71 -0
- package/es/Progress/interface.d.ts +87 -0
- package/es/Progress/interface.js +1 -0
- package/es/Progress/line-progess.d.ts +2 -0
- package/es/Progress/line-progess.js +62 -0
- package/es/Progress/steps-progress.d.ts +2 -0
- package/es/Progress/steps-progress.js +62 -0
- package/es/Progress/style/css.js +3 -0
- package/es/Progress/style/index.css +1 -0
- package/es/Progress/style/index.d.ts +3 -0
- package/es/Progress/style/index.js +3 -0
- package/es/Progress/style/index.less +429 -0
- package/es/Progress/style/token.less +59 -0
- package/es/Radio/group.d.ts +10 -0
- package/es/Radio/group.js +97 -0
- package/es/Radio/index.d.ts +5 -0
- package/es/Radio/index.js +3 -0
- package/es/Radio/interface.d.ts +103 -0
- package/es/Radio/interface.js +1 -0
- package/es/Radio/radio.d.ts +11 -0
- package/es/Radio/radio.js +107 -0
- package/es/Radio/style/css.js +2 -0
- package/es/Radio/style/index.css +1 -0
- package/es/Radio/style/index.d.ts +2 -0
- package/es/Radio/style/index.js +2 -0
- package/es/Radio/style/index.less +330 -0
- package/es/Radio/style/token.less +57 -0
- package/es/Rate/index.d.ts +5 -0
- package/es/Rate/index.js +161 -0
- package/es/Rate/interface.d.ts +70 -0
- package/es/Rate/interface.js +1 -0
- package/es/Rate/style/css.js +3 -0
- package/es/Rate/style/index.css +1 -0
- package/es/Rate/style/index.d.ts +3 -0
- package/es/Rate/style/index.js +3 -0
- package/es/Rate/style/index.less +116 -0
- package/es/Rate/style/token.less +13 -0
- package/es/ResizeBox/index.d.ts +13 -0
- package/es/ResizeBox/index.js +225 -0
- package/es/ResizeBox/interface.d.ts +264 -0
- package/es/ResizeBox/interface.js +1 -0
- package/es/ResizeBox/resize-trigger.d.ts +30 -0
- package/es/ResizeBox/resize-trigger.js +91 -0
- package/es/ResizeBox/split-group.d.ts +4 -0
- package/es/ResizeBox/split-group.js +321 -0
- package/es/ResizeBox/split.d.ts +5 -0
- package/es/ResizeBox/split.js +150 -0
- package/es/ResizeBox/style/css.js +2 -0
- package/es/ResizeBox/style/index.css +1 -0
- package/es/ResizeBox/style/index.d.ts +2 -0
- package/es/ResizeBox/style/index.js +2 -0
- package/es/ResizeBox/style/index.less +148 -0
- package/es/ResizeBox/style/token.less +5 -0
- package/es/Result/403.d.ts +1 -0
- package/es/Result/403.js +160 -0
- package/es/Result/404.d.ts +1 -0
- package/es/Result/404.js +126 -0
- package/es/Result/500.d.ts +1 -0
- package/es/Result/500.js +164 -0
- package/es/Result/index.d.ts +7 -0
- package/es/Result/index.js +69 -0
- package/es/Result/interface.d.ts +35 -0
- package/es/Result/interface.js +1 -0
- package/es/Result/style/css.js +2 -0
- package/es/Result/style/index.css +1 -0
- package/es/Result/style/index.d.ts +2 -0
- package/es/Result/style/index.js +2 -0
- package/es/Result/style/index.less +96 -0
- package/es/Result/style/token.less +30 -0
- package/es/Select/index.d.ts +3 -0
- package/es/Select/index.js +2 -0
- package/es/Select/interface.d.ts +315 -0
- package/es/Select/interface.js +1 -0
- package/es/Select/opt-group.d.ts +6 -0
- package/es/Select/opt-group.js +32 -0
- package/es/Select/option.d.ts +6 -0
- package/es/Select/option.js +73 -0
- package/es/Select/select.d.ts +10 -0
- package/es/Select/select.js +672 -0
- package/es/Select/style/css.js +6 -0
- package/es/Select/style/index.css +1 -0
- package/es/Select/style/index.d.ts +6 -0
- package/es/Select/style/index.js +6 -0
- package/es/Select/style/index.less +123 -0
- package/es/Select/style/mixin.less +418 -0
- package/es/Select/style/token.less +133 -0
- package/es/Select/utils.d.ts +26 -0
- package/es/Select/utils.js +189 -0
- package/es/Skeleton/image.d.ts +2 -0
- package/es/Skeleton/image.js +12 -0
- package/es/Skeleton/index.d.ts +7 -0
- package/es/Skeleton/index.js +54 -0
- package/es/Skeleton/interface.d.ts +50 -0
- package/es/Skeleton/interface.js +1 -0
- package/es/Skeleton/style/css.js +2 -0
- package/es/Skeleton/style/index.css +1 -0
- package/es/Skeleton/style/index.d.ts +2 -0
- package/es/Skeleton/style/index.js +2 -0
- package/es/Skeleton/style/index.less +99 -0
- package/es/Skeleton/style/token.less +13 -0
- package/es/Skeleton/text.d.ts +2 -0
- package/es/Skeleton/text.js +21 -0
- package/es/Slider/button.d.ts +21 -0
- package/es/Slider/button.js +178 -0
- package/es/Slider/dots.d.ts +17 -0
- package/es/Slider/dots.js +33 -0
- package/es/Slider/hooks/useInterval.d.ts +24 -0
- package/es/Slider/hooks/useInterval.js +125 -0
- package/es/Slider/hooks/useLegalValue.d.ts +15 -0
- package/es/Slider/hooks/useLegalValue.js +107 -0
- package/es/Slider/index.d.ts +5 -0
- package/es/Slider/index.js +351 -0
- package/es/Slider/input.d.ts +15 -0
- package/es/Slider/input.js +81 -0
- package/es/Slider/interface.d.ts +122 -0
- package/es/Slider/interface.js +1 -0
- package/es/Slider/marks.d.ts +16 -0
- package/es/Slider/marks.js +26 -0
- package/es/Slider/style/css.js +5 -0
- package/es/Slider/style/index.css +1 -0
- package/es/Slider/style/index.d.ts +5 -0
- package/es/Slider/style/index.js +5 -0
- package/es/Slider/style/index.less +326 -0
- package/es/Slider/style/rtl.less +19 -0
- package/es/Slider/style/token.less +51 -0
- package/es/Slider/ticks.d.ts +13 -0
- package/es/Slider/ticks.js +29 -0
- package/es/Slider/utils.d.ts +11 -0
- package/es/Slider/utils.js +86 -0
- package/es/Space/index.d.ts +5 -0
- package/es/Space/index.js +115 -0
- package/es/Space/interface.d.ts +38 -0
- package/es/Space/interface.js +1 -0
- package/es/Space/style/css.js +2 -0
- package/es/Space/style/index.css +1 -0
- package/es/Space/style/index.d.ts +2 -0
- package/es/Space/style/index.js +2 -0
- package/es/Space/style/index.less +35 -0
- package/es/Space/toArray.d.ts +1 -0
- package/es/Space/toArray.js +14 -0
- package/es/Spin/dot-loading.d.ts +5 -0
- package/es/Spin/dot-loading.js +43 -0
- package/es/Spin/index.d.ts +5 -0
- package/es/Spin/index.js +86 -0
- package/es/Spin/interface.d.ts +50 -0
- package/es/Spin/interface.js +1 -0
- package/es/Spin/style/css.js +2 -0
- package/es/Spin/style/index.css +1 -0
- package/es/Spin/style/index.d.ts +2 -0
- package/es/Spin/style/index.js +2 -0
- package/es/Spin/style/index.less +128 -0
- package/es/Spin/style/token.less +16 -0
- package/es/Statistic/countdown.d.ts +5 -0
- package/es/Statistic/countdown.js +68 -0
- package/es/Statistic/index.d.ts +8 -0
- package/es/Statistic/index.js +150 -0
- package/es/Statistic/interface.d.ts +139 -0
- package/es/Statistic/interface.js +1 -0
- package/es/Statistic/style/css.js +3 -0
- package/es/Statistic/style/index.css +1 -0
- package/es/Statistic/style/index.d.ts +3 -0
- package/es/Statistic/style/index.js +3 -0
- package/es/Statistic/style/index.less +66 -0
- package/es/Statistic/style/token.less +16 -0
- package/es/Statistic/util.d.ts +1 -0
- package/es/Statistic/util.js +42 -0
- package/es/Steps/index.d.ts +8 -0
- package/es/Steps/index.js +69 -0
- package/es/Steps/interface.d.ts +124 -0
- package/es/Steps/interface.js +1 -0
- package/es/Steps/step.d.ts +5 -0
- package/es/Steps/step.js +72 -0
- package/es/Steps/style/arrow.less +301 -0
- package/es/Steps/style/circle.less +358 -0
- package/es/Steps/style/css.js +2 -0
- package/es/Steps/style/dot.less +292 -0
- package/es/Steps/style/index.css +1 -0
- package/es/Steps/style/index.d.ts +2 -0
- package/es/Steps/style/index.js +2 -0
- package/es/Steps/style/index.less +80 -0
- package/es/Steps/style/navigation.less +85 -0
- package/es/Steps/style/token.less +137 -0
- package/es/Switch/index.d.ts +10 -0
- package/es/Switch/index.js +112 -0
- package/es/Switch/interface.d.ts +65 -0
- package/es/Switch/interface.js +1 -0
- package/es/Switch/style/css.js +2 -0
- package/es/Switch/style/index.css +1 -0
- package/es/Switch/style/index.d.ts +2 -0
- package/es/Switch/style/index.js +2 -0
- package/es/Switch/style/index.less +410 -0
- package/es/Switch/style/token.less +50 -0
- package/es/Table/__test__/common/columns.d.ts +11 -0
- package/es/Table/__test__/common/columns.js +193 -0
- package/es/Table/__test__/common/data.d.ts +29 -0
- package/es/Table/__test__/common/data.js +139 -0
- package/es/Table/colgroup.d.ts +13 -0
- package/es/Table/colgroup.js +46 -0
- package/es/Table/constant.d.ts +2 -0
- package/es/Table/constant.js +2 -0
- package/es/Table/hooks/useColumns.d.ts +3 -0
- package/es/Table/hooks/useColumns.js +191 -0
- package/es/Table/hooks/useComponent.d.ts +30 -0
- package/es/Table/hooks/useComponent.js +64 -0
- package/es/Table/hooks/useExpand.d.ts +3 -0
- package/es/Table/hooks/useExpand.js +66 -0
- package/es/Table/hooks/useRowSelection.d.ts +12 -0
- package/es/Table/hooks/useRowSelection.js +158 -0
- package/es/Table/hooks/useSorter.d.ts +7 -0
- package/es/Table/hooks/useSorter.js +122 -0
- package/es/Table/hooks/useStickyClassNames.d.ts +3 -0
- package/es/Table/hooks/useStickyClassNames.js +38 -0
- package/es/Table/hooks/useStickyOffsets.d.ts +3 -0
- package/es/Table/hooks/useStickyOffsets.js +66 -0
- package/es/Table/index.d.ts +8 -0
- package/es/Table/index.js +5 -0
- package/es/Table/interface.d.ts +704 -0
- package/es/Table/interface.js +1 -0
- package/es/Table/style/css.js +11 -0
- package/es/Table/style/filters-popup.less +45 -0
- package/es/Table/style/index.css +1 -0
- package/es/Table/style/index.d.ts +11 -0
- package/es/Table/style/index.js +11 -0
- package/es/Table/style/index.less +954 -0
- package/es/Table/style/token.less +96 -0
- package/es/Table/summary/cell.d.ts +12 -0
- package/es/Table/summary/cell.js +30 -0
- package/es/Table/summary/context.d.ts +10 -0
- package/es/Table/summary/context.js +2 -0
- package/es/Table/summary/index.d.ts +8 -0
- package/es/Table/summary/index.js +8 -0
- package/es/Table/summary/row.d.ts +7 -0
- package/es/Table/summary/row.js +56 -0
- package/es/Table/table.d.ts +10 -0
- package/es/Table/table.js +701 -0
- package/es/Table/tbody/index.d.ts +3 -0
- package/es/Table/tbody/index.js +119 -0
- package/es/Table/tbody/td.d.ts +25 -0
- package/es/Table/tbody/td.js +117 -0
- package/es/Table/tbody/tr.d.ts +16 -0
- package/es/Table/tbody/tr.js +140 -0
- package/es/Table/tfoot/index.d.ts +3 -0
- package/es/Table/tfoot/index.js +9 -0
- package/es/Table/thead/column.d.ts +3 -0
- package/es/Table/thead/column.js +220 -0
- package/es/Table/thead/index.d.ts +3 -0
- package/es/Table/thead/index.js +91 -0
- package/es/Table/utils.d.ts +17 -0
- package/es/Table/utils.js +211 -0
- package/es/Tabs/hook/useDomSize.d.ts +11 -0
- package/es/Tabs/hook/useDomSize.js +34 -0
- package/es/Tabs/hook/useHeaderScroll.d.ts +9 -0
- package/es/Tabs/hook/useHeaderScroll.js +86 -0
- package/es/Tabs/index.d.ts +4 -0
- package/es/Tabs/index.js +2 -0
- package/es/Tabs/interface.d.ts +213 -0
- package/es/Tabs/interface.js +1 -0
- package/es/Tabs/style/css.js +3 -0
- package/es/Tabs/style/index.css +1 -0
- package/es/Tabs/style/index.d.ts +3 -0
- package/es/Tabs/style/index.js +3 -0
- package/es/Tabs/style/index.less +779 -0
- package/es/Tabs/style/rtl.less +103 -0
- package/es/Tabs/style/token.less +137 -0
- package/es/Tabs/style/vertical.less +202 -0
- package/es/Tabs/tab-content.d.ts +9 -0
- package/es/Tabs/tab-content.js +34 -0
- package/es/Tabs/tab-header/dropdown-icon.d.ts +1 -0
- package/es/Tabs/tab-header/dropdown-icon.js +54 -0
- package/es/Tabs/tab-header/index.d.ts +4 -0
- package/es/Tabs/tab-header/index.js +305 -0
- package/es/Tabs/tab-header/tab-ink.d.ts +11 -0
- package/es/Tabs/tab-header/tab-ink.js +58 -0
- package/es/Tabs/tab-header/tab-nav-icon.d.ts +17 -0
- package/es/Tabs/tab-header/tab-nav-icon.js +79 -0
- package/es/Tabs/tab-header/tab-title.d.ts +17 -0
- package/es/Tabs/tab-header/tab-title.js +56 -0
- package/es/Tabs/tab-pane.d.ts +8 -0
- package/es/Tabs/tab-pane.js +38 -0
- package/es/Tabs/tabs.d.ts +18 -0
- package/es/Tabs/tabs.js +153 -0
- package/es/Tabs/utils.d.ts +12 -0
- package/es/Tabs/utils.js +37 -0
- package/es/Tag/index.d.ts +5 -0
- package/es/Tag/index.js +135 -0
- package/es/Tag/interface.d.ts +72 -0
- package/es/Tag/interface.js +1 -0
- package/es/Tag/style/css.js +2 -0
- package/es/Tag/style/index.css +1 -0
- package/es/Tag/style/index.d.ts +2 -0
- package/es/Tag/style/index.js +2 -0
- package/es/Tag/style/index.less +177 -0
- package/es/Tag/style/token.less +149 -0
- package/es/TimePicker/context.d.ts +7 -0
- package/es/TimePicker/context.js +2 -0
- package/es/TimePicker/index.d.ts +4 -0
- package/es/TimePicker/index.js +49 -0
- package/es/TimePicker/interface.d.ts +244 -0
- package/es/TimePicker/interface.js +1 -0
- package/es/TimePicker/picker.d.ts +15 -0
- package/es/TimePicker/picker.js +223 -0
- package/es/TimePicker/range-picker.d.ts +12 -0
- package/es/TimePicker/range-picker.js +56 -0
- package/es/TimePicker/style/css.js +5 -0
- package/es/TimePicker/style/index.css +1 -0
- package/es/TimePicker/style/index.d.ts +5 -0
- package/es/TimePicker/style/index.js +5 -0
- package/es/TimePicker/style/index.less +95 -0
- package/es/TimePicker/style/token.less +24 -0
- package/es/TimePicker/time-column.d.ts +17 -0
- package/es/TimePicker/time-column.js +55 -0
- package/es/TimePicker/time-picker.d.ts +24 -0
- package/es/TimePicker/time-picker.js +236 -0
- package/es/TimePicker/util.d.ts +7 -0
- package/es/TimePicker/util.js +55 -0
- package/es/Timeline/index.d.ts +3 -0
- package/es/Timeline/index.js +2 -0
- package/es/Timeline/interface.d.ts +95 -0
- package/es/Timeline/interface.js +1 -0
- package/es/Timeline/item.d.ts +7 -0
- package/es/Timeline/item.js +67 -0
- package/es/Timeline/style/css.js +2 -0
- package/es/Timeline/style/horizontal.less +82 -0
- package/es/Timeline/style/index.css +1 -0
- package/es/Timeline/style/index.d.ts +2 -0
- package/es/Timeline/style/index.js +2 -0
- package/es/Timeline/style/index.less +260 -0
- package/es/Timeline/style/rtl.less +65 -0
- package/es/Timeline/style/token.less +25 -0
- package/es/Timeline/timeline.d.ts +10 -0
- package/es/Timeline/timeline.js +97 -0
- package/es/Tooltip/index.d.ts +10 -0
- package/es/Tooltip/index.js +90 -0
- package/es/Tooltip/interface.d.ts +92 -0
- package/es/Tooltip/interface.js +1 -0
- package/es/Tooltip/style/css.js +3 -0
- package/es/Tooltip/style/index.css +1 -0
- package/es/Tooltip/style/index.d.ts +3 -0
- package/es/Tooltip/style/index.js +3 -0
- package/es/Tooltip/style/index.less +69 -0
- package/es/Tooltip/style/token.less +14 -0
- package/es/Transfer/index.d.ts +5 -0
- package/es/Transfer/index.js +223 -0
- package/es/Transfer/interface.d.ts +225 -0
- package/es/Transfer/interface.js +1 -0
- package/es/Transfer/item.d.ts +3 -0
- package/es/Transfer/item.js +117 -0
- package/es/Transfer/list.d.ts +5 -0
- package/es/Transfer/list.js +152 -0
- package/es/Transfer/style/css.js +6 -0
- package/es/Transfer/style/index.css +1 -0
- package/es/Transfer/style/index.d.ts +6 -0
- package/es/Transfer/style/index.js +6 -0
- package/es/Transfer/style/index.less +330 -0
- package/es/Transfer/style/token.less +49 -0
- package/es/Tree/animation.d.ts +7 -0
- package/es/Tree/animation.js +119 -0
- package/es/Tree/context.d.ts +27 -0
- package/es/Tree/context.js +2 -0
- package/es/Tree/index.d.ts +73 -0
- package/es/Tree/index.js +750 -0
- package/es/Tree/interface.d.ts +344 -0
- package/es/Tree/interface.js +1 -0
- package/es/Tree/node-list.d.ts +3 -0
- package/es/Tree/node-list.js +125 -0
- package/es/Tree/node.d.ts +12 -0
- package/es/Tree/node.js +268 -0
- package/es/Tree/style/css.js +3 -0
- package/es/Tree/style/index.css +1 -0
- package/es/Tree/style/index.d.ts +3 -0
- package/es/Tree/style/index.js +3 -0
- package/es/Tree/style/index.less +467 -0
- package/es/Tree/style/token.less +53 -0
- package/es/Tree/util.d.ts +13 -0
- package/es/Tree/util.js +169 -0
- package/es/TreeSelect/hook/useKeyCache.d.ts +6 -0
- package/es/TreeSelect/hook/useKeyCache.js +83 -0
- package/es/TreeSelect/hook/useStateValue.d.ts +19 -0
- package/es/TreeSelect/hook/useStateValue.js +139 -0
- package/es/TreeSelect/hook/useTreeData.d.ts +3 -0
- package/es/TreeSelect/hook/useTreeData.js +33 -0
- package/es/TreeSelect/index.d.ts +4 -0
- package/es/TreeSelect/index.js +2 -0
- package/es/TreeSelect/interface.d.ts +211 -0
- package/es/TreeSelect/interface.js +10 -0
- package/es/TreeSelect/style/css.js +5 -0
- package/es/TreeSelect/style/index.css +1 -0
- package/es/TreeSelect/style/index.d.ts +5 -0
- package/es/TreeSelect/style/index.js +5 -0
- package/es/TreeSelect/style/index.less +42 -0
- package/es/TreeSelect/style/token.less +5 -0
- package/es/TreeSelect/tree-list.d.ts +12 -0
- package/es/TreeSelect/tree-list.js +144 -0
- package/es/TreeSelect/tree-select.d.ts +12 -0
- package/es/TreeSelect/tree-select.js +343 -0
- package/es/TreeSelect/utils.d.ts +1 -0
- package/es/TreeSelect/utils.js +13 -0
- package/es/Trigger/getPopupStyle.d.ts +20 -0
- package/es/Trigger/getPopupStyle.js +394 -0
- package/es/Trigger/index.d.ts +123 -0
- package/es/Trigger/index.js +917 -0
- package/es/Trigger/interface.d.ts +246 -0
- package/es/Trigger/interface.js +1 -0
- package/es/Trigger/portal.d.ts +8 -0
- package/es/Trigger/portal.js +24 -0
- package/es/Trigger/style/css.js +2 -0
- package/es/Trigger/style/index.css +1 -0
- package/es/Trigger/style/index.d.ts +2 -0
- package/es/Trigger/style/index.js +2 -0
- package/es/Trigger/style/index.less +66 -0
- package/es/Trigger/style/token.less +5 -0
- package/es/Typography/base.d.ts +6 -0
- package/es/Typography/base.js +217 -0
- package/es/Typography/edit-content.d.ts +4 -0
- package/es/Typography/edit-content.js +30 -0
- package/es/Typography/ellipsis.d.ts +6 -0
- package/es/Typography/ellipsis.js +204 -0
- package/es/Typography/index.d.ts +13 -0
- package/es/Typography/index.js +11 -0
- package/es/Typography/interface.d.ts +262 -0
- package/es/Typography/interface.js +1 -0
- package/es/Typography/operations.d.ts +3 -0
- package/es/Typography/operations.js +88 -0
- package/es/Typography/paragraph.d.ts +4 -0
- package/es/Typography/paragraph.js +25 -0
- package/es/Typography/style/css.js +5 -0
- package/es/Typography/style/index.css +1 -0
- package/es/Typography/style/index.d.ts +5 -0
- package/es/Typography/style/index.js +5 -0
- package/es/Typography/style/index.less +336 -0
- package/es/Typography/style/token.less +58 -0
- package/es/Typography/text.d.ts +3 -0
- package/es/Typography/text.js +19 -0
- package/es/Typography/title.d.ts +4 -0
- package/es/Typography/title.js +31 -0
- package/es/Typography/typography.d.ts +4 -0
- package/es/Typography/typography.js +13 -0
- package/es/Typography/useCssEllipsis.d.ts +6 -0
- package/es/Typography/useCssEllipsis.js +69 -0
- package/es/Typography/useEllipsis.d.ts +21 -0
- package/es/Typography/useEllipsis.js +217 -0
- package/es/Upload/index.d.ts +3 -0
- package/es/Upload/index.js +2 -0
- package/es/Upload/interface.d.ts +337 -0
- package/es/Upload/interface.js +6 -0
- package/es/Upload/list/index.d.ts +6 -0
- package/es/Upload/list/index.js +125 -0
- package/es/Upload/list/pictureItem.d.ts +9 -0
- package/es/Upload/list/pictureItem.js +57 -0
- package/es/Upload/list/textItem.d.ts +9 -0
- package/es/Upload/list/textItem.js +103 -0
- package/es/Upload/list/uploadProgress.d.ts +14 -0
- package/es/Upload/list/uploadProgress.js +60 -0
- package/es/Upload/request.d.ts +3 -0
- package/es/Upload/request.js +64 -0
- package/es/Upload/style/css.js +6 -0
- package/es/Upload/style/index.css +1 -0
- package/es/Upload/style/index.d.ts +6 -0
- package/es/Upload/style/index.js +6 -0
- package/es/Upload/style/index.less +620 -0
- package/es/Upload/style/token.less +102 -0
- package/es/Upload/trigger-node.d.ts +6 -0
- package/es/Upload/trigger-node.js +132 -0
- package/es/Upload/upload.d.ts +12 -0
- package/es/Upload/upload.js +225 -0
- package/es/Upload/uploader.d.ts +28 -0
- package/es/Upload/uploader.js +256 -0
- package/es/Upload/util.d.ts +4 -0
- package/es/Upload/util.js +114 -0
- package/es/VerificationCode/index.d.ts +4 -0
- package/es/VerificationCode/index.js +2 -0
- package/es/VerificationCode/interface.d.ts +80 -0
- package/es/VerificationCode/interface.js +1 -0
- package/es/VerificationCode/style/css.js +3 -0
- package/es/VerificationCode/style/index.css +1 -0
- package/es/VerificationCode/style/index.d.ts +3 -0
- package/es/VerificationCode/style/index.js +3 -0
- package/es/VerificationCode/style/index.less +36 -0
- package/es/VerificationCode/style/token.less +1 -0
- package/es/VerificationCode/verification-code.d.ts +5 -0
- package/es/VerificationCode/verification-code.js +79 -0
- package/es/Watermark/index.d.ts +4 -0
- package/es/Watermark/index.js +2 -0
- package/es/Watermark/interface.d.ts +70 -0
- package/es/Watermark/interface.js +1 -0
- package/es/Watermark/style/css.js +1 -0
- package/es/Watermark/style/index.css +0 -0
- package/es/Watermark/style/index.d.ts +1 -0
- package/es/Watermark/style/index.js +1 -0
- package/es/Watermark/style/index.less +1 -0
- package/es/Watermark/style/token.less +1 -0
- package/es/Watermark/watermark.d.ts +5 -0
- package/es/Watermark/watermark.js +67 -0
- package/es/_class/Draggable/index.d.ts +2 -0
- package/es/_class/Draggable/index.js +35 -0
- package/es/_class/Draggable/interface.d.ts +24 -0
- package/es/_class/Draggable/interface.js +1 -0
- package/es/_class/Draggable/item.d.ts +3 -0
- package/es/_class/Draggable/item.js +88 -0
- package/es/_class/Draggable/style/index.css +1 -0
- package/es/_class/Draggable/style/index.less +52 -0
- package/es/_class/OverflowEllipsis/OverflowItem.d.ts +10 -0
- package/es/_class/OverflowEllipsis/OverflowItem.js +23 -0
- package/es/_class/OverflowEllipsis/index.d.ts +11 -0
- package/es/_class/OverflowEllipsis/index.js +109 -0
- package/es/_class/OverflowEllipsis/style/index.css +1 -0
- package/es/_class/OverflowEllipsis/style/index.less +29 -0
- package/es/_class/VirtualList/Filler.d.ts +15 -0
- package/es/_class/VirtualList/Filler.js +30 -0
- package/es/_class/VirtualList/index.d.ts +39 -0
- package/es/_class/VirtualList/index.js +485 -0
- package/es/_class/VirtualList/utils/algorithmUtil.d.ts +23 -0
- package/es/_class/VirtualList/utils/algorithmUtil.js +70 -0
- package/es/_class/VirtualList/utils/itemUtil.d.ts +75 -0
- package/es/_class/VirtualList/utils/itemUtil.js +132 -0
- package/es/_class/icon-hover.d.ts +10 -0
- package/es/_class/icon-hover.js +36 -0
- package/es/_class/notice.d.ts +50 -0
- package/es/_class/notice.js +170 -0
- package/es/_class/notification.d.ts +15 -0
- package/es/_class/notification.js +93 -0
- package/es/_class/picker/input-range.d.ts +35 -0
- package/es/_class/picker/input-range.js +173 -0
- package/es/_class/picker/input.d.ts +31 -0
- package/es/_class/picker/input.js +114 -0
- package/es/_class/picker/style/index.css +1 -0
- package/es/_class/picker/style/index.less +185 -0
- package/es/_class/picker/style/status.less +20 -0
- package/es/_class/picker/style/token.less +60 -0
- package/es/_class/select-view.d.ts +158 -0
- package/es/_class/select-view.js +368 -0
- package/es/_hooks/useVerificationCode/index.d.ts +2 -0
- package/es/_hooks/useVerificationCode/index.js +119 -0
- package/es/_hooks/useVerificationCode/interface.d.ts +63 -0
- package/es/_hooks/useVerificationCode/interface.js +1 -0
- package/es/_hooks/useWatermark/index.d.ts +2 -0
- package/es/_hooks/useWatermark/index.js +307 -0
- package/es/_hooks/useWatermark/interface.d.ts +81 -0
- package/es/_hooks/useWatermark/interface.js +1 -0
- package/es/_hooks/useWatermark/utils.d.ts +1 -0
- package/es/_hooks/useWatermark/utils.js +15 -0
- package/es/_util/CSSTransition.d.ts +2 -0
- package/es/_util/CSSTransition.js +85 -0
- package/es/_util/classNames.d.ts +5 -0
- package/es/_util/classNames.js +61 -0
- package/es/_util/clipboard.d.ts +1 -0
- package/es/_util/clipboard.js +83 -0
- package/es/_util/color.d.ts +27 -0
- package/es/_util/color.js +190 -0
- package/es/_util/constant.d.ts +3 -0
- package/es/_util/constant.js +17 -0
- package/es/_util/contextHolder.d.ts +9 -0
- package/es/_util/contextHolder.js +47 -0
- package/es/_util/dayjs.d.ts +21 -0
- package/es/_util/dayjs.js +294 -0
- package/es/_util/dom.d.ts +12 -0
- package/es/_util/dom.js +64 -0
- package/es/_util/fillNBSP.d.ts +1 -0
- package/es/_util/fillNBSP.js +6 -0
- package/es/_util/getHighlightText.d.ts +5 -0
- package/es/_util/getHighlightText.js +32 -0
- package/es/_util/getHotkeyHandler.d.ts +16 -0
- package/es/_util/getHotkeyHandler.js +35 -0
- package/es/_util/getStringLength.d.ts +1 -0
- package/es/_util/getStringLength.js +13 -0
- package/es/_util/hooks/useComputedState.d.ts +4 -0
- package/es/_util/hooks/useComputedState.js +25 -0
- package/es/_util/hooks/useCreate.d.ts +1 -0
- package/es/_util/hooks/useCreate.js +8 -0
- package/es/_util/hooks/useForceUpdate.d.ts +2 -0
- package/es/_util/hooks/useForceUpdate.js +21 -0
- package/es/_util/hooks/useId.d.ts +6 -0
- package/es/_util/hooks/useId.js +33 -0
- package/es/_util/hooks/useInView.d.ts +11 -0
- package/es/_util/hooks/useInView.js +60 -0
- package/es/_util/hooks/useIntersectionObserver.d.ts +7 -0
- package/es/_util/hooks/useIntersectionObserver.js +29 -0
- package/es/_util/hooks/useInterval.d.ts +1 -0
- package/es/_util/hooks/useInterval.js +29 -0
- package/es/_util/hooks/useIsFirstRender.d.ts +1 -0
- package/es/_util/hooks/useIsFirstRender.js +8 -0
- package/es/_util/hooks/useIsomorphicLayoutEffect.d.ts +3 -0
- package/es/_util/hooks/useIsomorphicLayoutEffect.js +6 -0
- package/es/_util/hooks/useKeyboardEvent.d.ts +14 -0
- package/es/_util/hooks/useKeyboardEvent.js +29 -0
- package/es/_util/hooks/useMergeProps.d.ts +4 -0
- package/es/_util/hooks/useMergeProps.js +31 -0
- package/es/_util/hooks/useMergeValue.d.ts +5 -0
- package/es/_util/hooks/useMergeValue.js +44 -0
- package/es/_util/hooks/useOverflowHidden.d.ts +5 -0
- package/es/_util/hooks/useOverflowHidden.js +43 -0
- package/es/_util/hooks/useOverrideRef.d.ts +5 -0
- package/es/_util/hooks/useOverrideRef.js +18 -0
- package/es/_util/hooks/usePersistCallback.d.ts +1 -0
- package/es/_util/hooks/usePersistCallback.js +40 -0
- package/es/_util/hooks/usePrevious.d.ts +2 -0
- package/es/_util/hooks/usePrevious.js +8 -0
- package/es/_util/hooks/useRefs.d.ts +1 -0
- package/es/_util/hooks/useRefs.js +15 -0
- package/es/_util/hooks/useResizeObserver.d.ts +6 -0
- package/es/_util/hooks/useResizeObserver.js +25 -0
- package/es/_util/hooks/useStateCallback.d.ts +5 -0
- package/es/_util/hooks/useStateCallback.js +30 -0
- package/es/_util/hooks/useStateWithPromise.d.ts +2 -0
- package/es/_util/hooks/useStateWithPromise.js +47 -0
- package/es/_util/hooks/useUpdate.d.ts +2 -0
- package/es/_util/hooks/useUpdate.js +13 -0
- package/es/_util/hooks/useWatch.d.ts +2 -0
- package/es/_util/hooks/useWatch.js +10 -0
- package/es/_util/include.d.ts +1 -0
- package/es/_util/include.js +10 -0
- package/es/_util/is.d.ts +27 -0
- package/es/_util/is.js +131 -0
- package/es/_util/keycode.d.ts +36 -0
- package/es/_util/keycode.js +37 -0
- package/es/_util/mergeProps.d.ts +1 -0
- package/es/_util/mergeProps.js +23 -0
- package/es/_util/mergedToString.d.ts +2 -0
- package/es/_util/mergedToString.js +20 -0
- package/es/_util/omit.d.ts +1 -0
- package/es/_util/omit.js +22 -0
- package/es/_util/pad.d.ts +2 -0
- package/es/_util/pad.js +18 -0
- package/es/_util/pick.d.ts +4 -0
- package/es/_util/pick.js +25 -0
- package/es/_util/raf.d.ts +3 -0
- package/es/_util/raf.js +29 -0
- package/es/_util/react-dom.d.ts +13 -0
- package/es/_util/react-dom.js +105 -0
- package/es/_util/resizeObserver.d.ts +21 -0
- package/es/_util/resizeObserver.js +90 -0
- package/es/_util/responsiveObserve.d.ts +15 -0
- package/es/_util/responsiveObserve.js +85 -0
- package/es/_util/scrollIntoView.d.ts +2 -0
- package/es/_util/scrollIntoView.js +27 -0
- package/es/_util/style.d.ts +3 -0
- package/es/_util/style.js +38 -0
- package/es/_util/throttleByRaf.d.ts +4 -0
- package/es/_util/throttleByRaf.js +45 -0
- package/es/_util/throttleByRafV2.d.ts +4 -0
- package/es/_util/throttleByRafV2.js +49 -0
- package/es/_util/type.d.ts +4 -0
- package/es/_util/type.js +1 -0
- package/es/_util/warning.d.ts +1 -0
- package/es/_util/warning.js +11 -0
- package/es/index.d.ts +142 -0
- package/es/index.js +72 -0
- package/es/locale/ar-EG.d.ts +228 -0
- package/es/locale/ar-EG.js +167 -0
- package/es/locale/de-DE.d.ts +228 -0
- package/es/locale/de-DE.js +165 -0
- package/es/locale/default.d.ts +2 -0
- package/es/locale/default.js +2 -0
- package/es/locale/en-US.d.ts +234 -0
- package/es/locale/en-US.js +172 -0
- package/es/locale/es-ES.d.ts +228 -0
- package/es/locale/es-ES.js +165 -0
- package/es/locale/fr-FR.d.ts +228 -0
- package/es/locale/fr-FR.js +165 -0
- package/es/locale/id-ID.d.ts +228 -0
- package/es/locale/id-ID.js +165 -0
- package/es/locale/interface.d.ts +39 -0
- package/es/locale/interface.js +1 -0
- package/es/locale/it-IT.d.ts +228 -0
- package/es/locale/it-IT.js +165 -0
- package/es/locale/ja-JP.d.ts +281 -0
- package/es/locale/ja-JP.js +218 -0
- package/es/locale/ko-KR.d.ts +228 -0
- package/es/locale/ko-KR.js +165 -0
- package/es/locale/ms-MY.d.ts +228 -0
- package/es/locale/ms-MY.js +165 -0
- package/es/locale/pt-BR.d.ts +228 -0
- package/es/locale/pt-BR.js +165 -0
- package/es/locale/pt-PT.d.ts +228 -0
- package/es/locale/pt-PT.js +165 -0
- package/es/locale/ru-RU.d.ts +228 -0
- package/es/locale/ru-RU.js +165 -0
- package/es/locale/th-TH.d.ts +228 -0
- package/es/locale/th-TH.js +165 -0
- package/es/locale/tr-TR.d.ts +229 -0
- package/es/locale/tr-TR.js +167 -0
- package/es/locale/vi-VN.d.ts +228 -0
- package/es/locale/vi-VN.js +166 -0
- package/es/locale/zh-CN.d.ts +281 -0
- package/es/locale/zh-CN.js +219 -0
- package/es/locale/zh-HK.d.ts +281 -0
- package/es/locale/zh-HK.js +219 -0
- package/es/locale/zh-TW.d.ts +281 -0
- package/es/locale/zh-TW.js +218 -0
- package/es/style/animation/fade.less +42 -0
- package/es/style/animation/slide.less +116 -0
- package/es/style/animation/zoom.less +171 -0
- package/es/style/animation.less +3 -0
- package/es/style/icon.less +94 -0
- package/es/style/index.css +1 -0
- package/es/style/index.less +10 -0
- package/es/style/mixin.less +24 -0
- package/es/style/mixins/clearfix.less +13 -0
- package/es/style/mixins/index.css +0 -0
- package/es/style/mixins/index.less +2 -0
- package/es/style/normalize.less +375 -0
- package/es/style/theme/color/colors.less +469 -0
- package/es/style/theme/color/compiled-colors.less +569 -0
- package/es/style/theme/color/css-variables.less +438 -0
- package/es/style/theme/color/getRgbStr.js +16 -0
- package/es/style/theme/color/palette-dark.js +9 -0
- package/es/style/theme/color/palette.js +9 -0
- package/es/style/theme/component.less +15 -0
- package/es/style/theme/css-variables.less +158 -0
- package/es/style/theme/default.less +49 -0
- package/es/style/theme/global.less +393 -0
- package/hooks/es/index.d.ts +2 -0
- package/hooks/es/index.js +2 -0
- package/hooks/es/useVerificationCode/index.d.ts +2 -0
- package/hooks/es/useVerificationCode/index.js +2 -0
- package/hooks/es/useWatermark/index.d.ts +2 -0
- package/hooks/es/useWatermark/index.js +2 -0
- package/hooks/lib/index.d.ts +2 -0
- package/hooks/lib/index.js +10 -0
- package/hooks/lib/useVerificationCode/index.d.ts +2 -0
- package/hooks/lib/useVerificationCode/index.js +7 -0
- package/hooks/lib/useWatermark/index.d.ts +2 -0
- package/hooks/lib/useWatermark/index.js +7 -0
- package/hooks/package.json +20 -0
- package/icon/icons.json +895 -0
- package/icon/index.d.ts +289 -0
- package/icon/index.es.js +282 -0
- package/icon/index.js +2263 -0
- package/icon/package.json +13 -0
- package/icon/react-icon/IconAlignCenter/index.js +48 -0
- package/icon/react-icon/IconAlignLeft/index.js +48 -0
- package/icon/react-icon/IconAlignRight/index.js +48 -0
- package/icon/react-icon/IconAlipayCircle/index.js +50 -0
- package/icon/react-icon/IconApps/index.js +58 -0
- package/icon/react-icon/IconArchive/index.js +54 -0
- package/icon/react-icon/IconArrowDown/index.js +48 -0
- package/icon/react-icon/IconArrowFall/index.js +58 -0
- package/icon/react-icon/IconArrowLeft/index.js +48 -0
- package/icon/react-icon/IconArrowRight/index.js +48 -0
- package/icon/react-icon/IconArrowRise/index.js +60 -0
- package/icon/react-icon/IconArrowUp/index.js +48 -0
- package/icon/react-icon/IconAt/index.js +48 -0
- package/icon/react-icon/IconAttachment/index.js +48 -0
- package/icon/react-icon/IconBackward/index.js +48 -0
- package/icon/react-icon/IconBgColors/index.js +58 -0
- package/icon/react-icon/IconBold/index.js +48 -0
- package/icon/react-icon/IconBook/index.js +49 -0
- package/icon/react-icon/IconBranch/index.js +48 -0
- package/icon/react-icon/IconBrush/index.js +48 -0
- package/icon/react-icon/IconBug/index.js +49 -0
- package/icon/react-icon/IconBulb/index.js +48 -0
- package/icon/react-icon/IconBytedanceColor/index.js +57 -0
- package/icon/react-icon/IconCalendar/index.js +48 -0
- package/icon/react-icon/IconCalendarClock/index.js +54 -0
- package/icon/react-icon/IconCamera/index.js +48 -0
- package/icon/react-icon/IconCaretDown/index.js +50 -0
- package/icon/react-icon/IconCaretLeft/index.js +50 -0
- package/icon/react-icon/IconCaretRight/index.js +50 -0
- package/icon/react-icon/IconCaretUp/index.js +50 -0
- package/icon/react-icon/IconCheck/index.js +48 -0
- package/icon/react-icon/IconCheckCircle/index.js +48 -0
- package/icon/react-icon/IconCheckCircleFill/index.js +52 -0
- package/icon/react-icon/IconCheckSquare/index.js +48 -0
- package/icon/react-icon/IconChineseFill/index.js +56 -0
- package/icon/react-icon/IconClockCircle/index.js +48 -0
- package/icon/react-icon/IconClose/index.js +48 -0
- package/icon/react-icon/IconCloseCircle/index.js +48 -0
- package/icon/react-icon/IconCloseCircleFill/index.js +52 -0
- package/icon/react-icon/IconCloud/index.js +48 -0
- package/icon/react-icon/IconCloudDownload/index.js +48 -0
- package/icon/react-icon/IconCode/index.js +48 -0
- package/icon/react-icon/IconCodeBlock/index.js +48 -0
- package/icon/react-icon/IconCodeSandbox/index.js +50 -0
- package/icon/react-icon/IconCodeSquare/index.js +48 -0
- package/icon/react-icon/IconCodepen/index.js +50 -0
- package/icon/react-icon/IconCommand/index.js +48 -0
- package/icon/react-icon/IconCommon/index.js +48 -0
- package/icon/react-icon/IconCompass/index.js +50 -0
- package/icon/react-icon/IconCopy/index.js +48 -0
- package/icon/react-icon/IconCopyright/index.js +48 -0
- package/icon/react-icon/IconCustomerService/index.js +48 -0
- package/icon/react-icon/IconDashboard/index.js +51 -0
- package/icon/react-icon/IconDelete/index.js +48 -0
- package/icon/react-icon/IconDesktop/index.js +48 -0
- package/icon/react-icon/IconDice/index.js +102 -0
- package/icon/react-icon/IconDoubleDown/index.js +48 -0
- package/icon/react-icon/IconDoubleLeft/index.js +48 -0
- package/icon/react-icon/IconDoubleRight/index.js +48 -0
- package/icon/react-icon/IconDoubleUp/index.js +48 -0
- package/icon/react-icon/IconDown/index.js +48 -0
- package/icon/react-icon/IconDownCircle/index.js +53 -0
- package/icon/react-icon/IconDownload/index.js +48 -0
- package/icon/react-icon/IconDragArrow/index.js +48 -0
- package/icon/react-icon/IconDragDot/index.js +52 -0
- package/icon/react-icon/IconDragDotVertical/index.js +52 -0
- package/icon/react-icon/IconDriveFile/index.js +48 -0
- package/icon/react-icon/IconEar/index.js +48 -0
- package/icon/react-icon/IconEdit/index.js +48 -0
- package/icon/react-icon/IconEmail/index.js +54 -0
- package/icon/react-icon/IconEmpty/index.js +48 -0
- package/icon/react-icon/IconEnglishFill/index.js +52 -0
- package/icon/react-icon/IconEraser/index.js +48 -0
- package/icon/react-icon/IconExclamation/index.js +58 -0
- package/icon/react-icon/IconExclamationCircle/index.js +48 -0
- package/icon/react-icon/IconExclamationCircleFill/index.js +52 -0
- package/icon/react-icon/IconExclamationPolygonFill/index.js +52 -0
- package/icon/react-icon/IconExpand/index.js +48 -0
- package/icon/react-icon/IconExperiment/index.js +48 -0
- package/icon/react-icon/IconExport/index.js +48 -0
- package/icon/react-icon/IconEye/index.js +51 -0
- package/icon/react-icon/IconEyeInvisible/index.js +50 -0
- package/icon/react-icon/IconFaceBookCircleFill/index.js +50 -0
- package/icon/react-icon/IconFaceFrownFill/index.js +52 -0
- package/icon/react-icon/IconFaceMehFill/index.js +52 -0
- package/icon/react-icon/IconFaceSmileFill/index.js +52 -0
- package/icon/react-icon/IconFacebook/index.js +50 -0
- package/icon/react-icon/IconFacebookSquareFill/index.js +50 -0
- package/icon/react-icon/IconFile/index.js +48 -0
- package/icon/react-icon/IconFileAudio/index.js +54 -0
- package/icon/react-icon/IconFileImage/index.js +48 -0
- package/icon/react-icon/IconFilePdf/index.js +50 -0
- package/icon/react-icon/IconFileVideo/index.js +50 -0
- package/icon/react-icon/IconFilter/index.js +48 -0
- package/icon/react-icon/IconFindReplace/index.js +48 -0
- package/icon/react-icon/IconFire/index.js +48 -0
- package/icon/react-icon/IconFolder/index.js +48 -0
- package/icon/react-icon/IconFolderAdd/index.js +48 -0
- package/icon/react-icon/IconFolderDelete/index.js +48 -0
- package/icon/react-icon/IconFontColors/index.js +48 -0
- package/icon/react-icon/IconFormula/index.js +48 -0
- package/icon/react-icon/IconForward/index.js +48 -0
- package/icon/react-icon/IconFullscreen/index.js +48 -0
- package/icon/react-icon/IconFullscreenExit/index.js +48 -0
- package/icon/react-icon/IconGift/index.js +48 -0
- package/icon/react-icon/IconGithub/index.js +50 -0
- package/icon/react-icon/IconGitlab/index.js +50 -0
- package/icon/react-icon/IconGoogle/index.js +50 -0
- package/icon/react-icon/IconGoogleCircleFill/index.js +50 -0
- package/icon/react-icon/IconH1/index.js +48 -0
- package/icon/react-icon/IconH2/index.js +48 -0
- package/icon/react-icon/IconH3/index.js +48 -0
- package/icon/react-icon/IconH4/index.js +48 -0
- package/icon/react-icon/IconH5/index.js +48 -0
- package/icon/react-icon/IconH6/index.js +48 -0
- package/icon/react-icon/IconH7/index.js +48 -0
- package/icon/react-icon/IconHeart/index.js +48 -0
- package/icon/react-icon/IconHeartFill/index.js +50 -0
- package/icon/react-icon/IconHighlight/index.js +48 -0
- package/icon/react-icon/IconHistory/index.js +48 -0
- package/icon/react-icon/IconHome/index.js +50 -0
- package/icon/react-icon/IconIdcard/index.js +54 -0
- package/icon/react-icon/IconImage/index.js +56 -0
- package/icon/react-icon/IconImageClose/index.js +62 -0
- package/icon/react-icon/IconImport/index.js +48 -0
- package/icon/react-icon/IconInfo/index.js +62 -0
- package/icon/react-icon/IconInfoCircle/index.js +48 -0
- package/icon/react-icon/IconInfoCircleFill/index.js +52 -0
- package/icon/react-icon/IconInteraction/index.js +48 -0
- package/icon/react-icon/IconItalic/index.js +48 -0
- package/icon/react-icon/IconLanguage/index.js +50 -0
- package/icon/react-icon/IconLarkColor/index.js +54 -0
- package/icon/react-icon/IconLaunch/index.js +48 -0
- package/icon/react-icon/IconLayout/index.js +48 -0
- package/icon/react-icon/IconLeft/index.js +48 -0
- package/icon/react-icon/IconLeftCircle/index.js +52 -0
- package/icon/react-icon/IconLineHeight/index.js +54 -0
- package/icon/react-icon/IconLink/index.js +48 -0
- package/icon/react-icon/IconList/index.js +48 -0
- package/icon/react-icon/IconLiveBroadcast/index.js +48 -0
- package/icon/react-icon/IconLoading/index.js +48 -0
- package/icon/react-icon/IconLocation/index.js +52 -0
- package/icon/react-icon/IconLock/index.js +54 -0
- package/icon/react-icon/IconLoop/index.js +48 -0
- package/icon/react-icon/IconMan/index.js +48 -0
- package/icon/react-icon/IconMenu/index.js +48 -0
- package/icon/react-icon/IconMenuFold/index.js +48 -0
- package/icon/react-icon/IconMenuUnfold/index.js +48 -0
- package/icon/react-icon/IconMessage/index.js +48 -0
- package/icon/react-icon/IconMessageBanned/index.js +48 -0
- package/icon/react-icon/IconMindMapping/index.js +48 -0
- package/icon/react-icon/IconMinus/index.js +48 -0
- package/icon/react-icon/IconMinusCircle/index.js +48 -0
- package/icon/react-icon/IconMinusCircleFill/index.js +52 -0
- package/icon/react-icon/IconMobile/index.js +54 -0
- package/icon/react-icon/IconMoon/index.js +48 -0
- package/icon/react-icon/IconMoonFill/index.js +50 -0
- package/icon/react-icon/IconMore/index.js +52 -0
- package/icon/react-icon/IconMoreVertical/index.js +52 -0
- package/icon/react-icon/IconMosaic/index.js +52 -0
- package/icon/react-icon/IconMusic/index.js +48 -0
- package/icon/react-icon/IconMute/index.js +48 -0
- package/icon/react-icon/IconMuteFill/index.js +56 -0
- package/icon/react-icon/IconNav/index.js +48 -0
- package/icon/react-icon/IconNotification/index.js +48 -0
- package/icon/react-icon/IconNotificationClose/index.js +48 -0
- package/icon/react-icon/IconObliqueLine/index.js +48 -0
- package/icon/react-icon/IconOrderedList/index.js +54 -0
- package/icon/react-icon/IconOriginalSize/index.js +54 -0
- package/icon/react-icon/IconPalette/index.js +69 -0
- package/icon/react-icon/IconPaste/index.js +58 -0
- package/icon/react-icon/IconPause/index.js +58 -0
- package/icon/react-icon/IconPauseCircle/index.js +50 -0
- package/icon/react-icon/IconPauseCircleFill/index.js +52 -0
- package/icon/react-icon/IconPen/index.js +48 -0
- package/icon/react-icon/IconPenFill/index.js +55 -0
- package/icon/react-icon/IconPhone/index.js +48 -0
- package/icon/react-icon/IconPlayArrow/index.js +48 -0
- package/icon/react-icon/IconPlayArrowFill/index.js +50 -0
- package/icon/react-icon/IconPlayCircle/index.js +51 -0
- package/icon/react-icon/IconPlayCircleFill/index.js +52 -0
- package/icon/react-icon/IconPlus/index.js +48 -0
- package/icon/react-icon/IconPlusCircle/index.js +48 -0
- package/icon/react-icon/IconPlusCircleFill/index.js +52 -0
- package/icon/react-icon/IconPoweroff/index.js +48 -0
- package/icon/react-icon/IconPrinter/index.js +48 -0
- package/icon/react-icon/IconPublic/index.js +48 -0
- package/icon/react-icon/IconPushpin/index.js +48 -0
- package/icon/react-icon/IconQq/index.js +50 -0
- package/icon/react-icon/IconQqCircleFill/index.js +50 -0
- package/icon/react-icon/IconQqZone/index.js +50 -0
- package/icon/react-icon/IconQrcode/index.js +48 -0
- package/icon/react-icon/IconQuestion/index.js +48 -0
- package/icon/react-icon/IconQuestionCircle/index.js +50 -0
- package/icon/react-icon/IconQuestionCircleFill/index.js +52 -0
- package/icon/react-icon/IconQuote/index.js +52 -0
- package/icon/react-icon/IconRecord/index.js +55 -0
- package/icon/react-icon/IconRecordStop/index.js +55 -0
- package/icon/react-icon/IconRedo/index.js +48 -0
- package/icon/react-icon/IconRefresh/index.js +48 -0
- package/icon/react-icon/IconReply/index.js +48 -0
- package/icon/react-icon/IconRight/index.js +48 -0
- package/icon/react-icon/IconRightCircle/index.js +52 -0
- package/icon/react-icon/IconRobot/index.js +52 -0
- package/icon/react-icon/IconRobotAdd/index.js +48 -0
- package/icon/react-icon/IconRotateLeft/index.js +48 -0
- package/icon/react-icon/IconRotateRight/index.js +48 -0
- package/icon/react-icon/IconSafe/index.js +48 -0
- package/icon/react-icon/IconSave/index.js +48 -0
- package/icon/react-icon/IconScan/index.js +48 -0
- package/icon/react-icon/IconSchedule/index.js +52 -0
- package/icon/react-icon/IconScissor/index.js +48 -0
- package/icon/react-icon/IconSearch/index.js +48 -0
- package/icon/react-icon/IconSelectAll/index.js +48 -0
- package/icon/react-icon/IconSend/index.js +49 -0
- package/icon/react-icon/IconSettings/index.js +50 -0
- package/icon/react-icon/IconShake/index.js +55 -0
- package/icon/react-icon/IconShareAlt/index.js +48 -0
- package/icon/react-icon/IconShareExternal/index.js +49 -0
- package/icon/react-icon/IconShareInternal/index.js +48 -0
- package/icon/react-icon/IconShrink/index.js +48 -0
- package/icon/react-icon/IconSkin/index.js +48 -0
- package/icon/react-icon/IconSkipNext/index.js +51 -0
- package/icon/react-icon/IconSkipNextFill/index.js +56 -0
- package/icon/react-icon/IconSkipPrevious/index.js +52 -0
- package/icon/react-icon/IconSkipPreviousFill/index.js +56 -0
- package/icon/react-icon/IconSort/index.js +48 -0
- package/icon/react-icon/IconSortAscending/index.js +48 -0
- package/icon/react-icon/IconSortDescending/index.js +48 -0
- package/icon/react-icon/IconSound/index.js +51 -0
- package/icon/react-icon/IconSoundFill/index.js +58 -0
- package/icon/react-icon/IconStamp/index.js +48 -0
- package/icon/react-icon/IconStar/index.js +48 -0
- package/icon/react-icon/IconStarFill/index.js +50 -0
- package/icon/react-icon/IconStop/index.js +48 -0
- package/icon/react-icon/IconStorage/index.js +56 -0
- package/icon/react-icon/IconStrikethrough/index.js +48 -0
- package/icon/react-icon/IconSubscribe/index.js +48 -0
- package/icon/react-icon/IconSubscribeAdd/index.js +48 -0
- package/icon/react-icon/IconSubscribed/index.js +48 -0
- package/icon/react-icon/IconSun/index.js +110 -0
- package/icon/react-icon/IconSunFill/index.js +56 -0
- package/icon/react-icon/IconSwap/index.js +48 -0
- package/icon/react-icon/IconSync/index.js +48 -0
- package/icon/react-icon/IconTag/index.js +54 -0
- package/icon/react-icon/IconTags/index.js +52 -0
- package/icon/react-icon/IconThumbDown/index.js +48 -0
- package/icon/react-icon/IconThumbDownFill/index.js +56 -0
- package/icon/react-icon/IconThumbUp/index.js +48 -0
- package/icon/react-icon/IconThumbUpFill/index.js +56 -0
- package/icon/react-icon/IconThunderbolt/index.js +48 -0
- package/icon/react-icon/IconTiktokColor/index.js +59 -0
- package/icon/react-icon/IconToBottom/index.js +52 -0
- package/icon/react-icon/IconToLeft/index.js +52 -0
- package/icon/react-icon/IconToRight/index.js +52 -0
- package/icon/react-icon/IconToTop/index.js +52 -0
- package/icon/react-icon/IconTool/index.js +48 -0
- package/icon/react-icon/IconTranslate/index.js +48 -0
- package/icon/react-icon/IconTrophy/index.js +48 -0
- package/icon/react-icon/IconTwitter/index.js +50 -0
- package/icon/react-icon/IconTwitterCircleFill/index.js +50 -0
- package/icon/react-icon/IconUnderline/index.js +48 -0
- package/icon/react-icon/IconUndo/index.js +48 -0
- package/icon/react-icon/IconUnlock/index.js +54 -0
- package/icon/react-icon/IconUnorderedList/index.js +48 -0
- package/icon/react-icon/IconUp/index.js +48 -0
- package/icon/react-icon/IconUpCircle/index.js +52 -0
- package/icon/react-icon/IconUpload/index.js +48 -0
- package/icon/react-icon/IconUser/index.js +52 -0
- package/icon/react-icon/IconUserAdd/index.js +48 -0
- package/icon/react-icon/IconUserGroup/index.js +56 -0
- package/icon/react-icon/IconVideoCamera/index.js +48 -0
- package/icon/react-icon/IconVoice/index.js +48 -0
- package/icon/react-icon/IconWechat/index.js +50 -0
- package/icon/react-icon/IconWechatpay/index.js +50 -0
- package/icon/react-icon/IconWeibo/index.js +50 -0
- package/icon/react-icon/IconWeiboCircleFill/index.js +50 -0
- package/icon/react-icon/IconWifi/index.js +52 -0
- package/icon/react-icon/IconWoman/index.js +48 -0
- package/icon/react-icon/IconXiguaColor/index.js +48 -0
- package/icon/react-icon/IconZoomIn/index.js +48 -0
- package/icon/react-icon/IconZoomOut/index.js +48 -0
- package/icon/react-icon/context.d.ts +6 -0
- package/icon/react-icon/context.js +5 -0
- package/icon/react-icon-cjs/IconAlignCenter/index.js +67 -0
- package/icon/react-icon-cjs/IconAlignLeft/index.js +67 -0
- package/icon/react-icon-cjs/IconAlignRight/index.js +67 -0
- package/icon/react-icon-cjs/IconAlipayCircle/index.js +69 -0
- package/icon/react-icon-cjs/IconApps/index.js +77 -0
- package/icon/react-icon-cjs/IconArchive/index.js +73 -0
- package/icon/react-icon-cjs/IconArrowDown/index.js +67 -0
- package/icon/react-icon-cjs/IconArrowFall/index.js +77 -0
- package/icon/react-icon-cjs/IconArrowLeft/index.js +67 -0
- package/icon/react-icon-cjs/IconArrowRight/index.js +67 -0
- package/icon/react-icon-cjs/IconArrowRise/index.js +79 -0
- package/icon/react-icon-cjs/IconArrowUp/index.js +67 -0
- package/icon/react-icon-cjs/IconAt/index.js +67 -0
- package/icon/react-icon-cjs/IconAttachment/index.js +67 -0
- package/icon/react-icon-cjs/IconBackward/index.js +67 -0
- package/icon/react-icon-cjs/IconBgColors/index.js +77 -0
- package/icon/react-icon-cjs/IconBold/index.js +67 -0
- package/icon/react-icon-cjs/IconBook/index.js +68 -0
- package/icon/react-icon-cjs/IconBranch/index.js +67 -0
- package/icon/react-icon-cjs/IconBrush/index.js +67 -0
- package/icon/react-icon-cjs/IconBug/index.js +68 -0
- package/icon/react-icon-cjs/IconBulb/index.js +67 -0
- package/icon/react-icon-cjs/IconBytedanceColor/index.js +76 -0
- package/icon/react-icon-cjs/IconCalendar/index.js +67 -0
- package/icon/react-icon-cjs/IconCalendarClock/index.js +73 -0
- package/icon/react-icon-cjs/IconCamera/index.js +67 -0
- package/icon/react-icon-cjs/IconCaretDown/index.js +69 -0
- package/icon/react-icon-cjs/IconCaretLeft/index.js +69 -0
- package/icon/react-icon-cjs/IconCaretRight/index.js +69 -0
- package/icon/react-icon-cjs/IconCaretUp/index.js +69 -0
- package/icon/react-icon-cjs/IconCheck/index.js +67 -0
- package/icon/react-icon-cjs/IconCheckCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconCheckCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconCheckSquare/index.js +67 -0
- package/icon/react-icon-cjs/IconChineseFill/index.js +75 -0
- package/icon/react-icon-cjs/IconClockCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconClose/index.js +67 -0
- package/icon/react-icon-cjs/IconCloseCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconCloseCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconCloud/index.js +67 -0
- package/icon/react-icon-cjs/IconCloudDownload/index.js +67 -0
- package/icon/react-icon-cjs/IconCode/index.js +67 -0
- package/icon/react-icon-cjs/IconCodeBlock/index.js +67 -0
- package/icon/react-icon-cjs/IconCodeSandbox/index.js +69 -0
- package/icon/react-icon-cjs/IconCodeSquare/index.js +67 -0
- package/icon/react-icon-cjs/IconCodepen/index.js +69 -0
- package/icon/react-icon-cjs/IconCommand/index.js +67 -0
- package/icon/react-icon-cjs/IconCommon/index.js +67 -0
- package/icon/react-icon-cjs/IconCompass/index.js +69 -0
- package/icon/react-icon-cjs/IconCopy/index.js +67 -0
- package/icon/react-icon-cjs/IconCopyright/index.js +67 -0
- package/icon/react-icon-cjs/IconCustomerService/index.js +67 -0
- package/icon/react-icon-cjs/IconDashboard/index.js +70 -0
- package/icon/react-icon-cjs/IconDelete/index.js +67 -0
- package/icon/react-icon-cjs/IconDesktop/index.js +67 -0
- package/icon/react-icon-cjs/IconDice/index.js +121 -0
- package/icon/react-icon-cjs/IconDoubleDown/index.js +67 -0
- package/icon/react-icon-cjs/IconDoubleLeft/index.js +67 -0
- package/icon/react-icon-cjs/IconDoubleRight/index.js +67 -0
- package/icon/react-icon-cjs/IconDoubleUp/index.js +67 -0
- package/icon/react-icon-cjs/IconDown/index.js +67 -0
- package/icon/react-icon-cjs/IconDownCircle/index.js +72 -0
- package/icon/react-icon-cjs/IconDownload/index.js +67 -0
- package/icon/react-icon-cjs/IconDragArrow/index.js +67 -0
- package/icon/react-icon-cjs/IconDragDot/index.js +71 -0
- package/icon/react-icon-cjs/IconDragDotVertical/index.js +71 -0
- package/icon/react-icon-cjs/IconDriveFile/index.js +67 -0
- package/icon/react-icon-cjs/IconEar/index.js +67 -0
- package/icon/react-icon-cjs/IconEdit/index.js +67 -0
- package/icon/react-icon-cjs/IconEmail/index.js +73 -0
- package/icon/react-icon-cjs/IconEmpty/index.js +67 -0
- package/icon/react-icon-cjs/IconEnglishFill/index.js +71 -0
- package/icon/react-icon-cjs/IconEraser/index.js +67 -0
- package/icon/react-icon-cjs/IconExclamation/index.js +77 -0
- package/icon/react-icon-cjs/IconExclamationCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconExclamationCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconExclamationPolygonFill/index.js +71 -0
- package/icon/react-icon-cjs/IconExpand/index.js +67 -0
- package/icon/react-icon-cjs/IconExperiment/index.js +67 -0
- package/icon/react-icon-cjs/IconExport/index.js +67 -0
- package/icon/react-icon-cjs/IconEye/index.js +70 -0
- package/icon/react-icon-cjs/IconEyeInvisible/index.js +69 -0
- package/icon/react-icon-cjs/IconFaceBookCircleFill/index.js +69 -0
- package/icon/react-icon-cjs/IconFaceFrownFill/index.js +71 -0
- package/icon/react-icon-cjs/IconFaceMehFill/index.js +71 -0
- package/icon/react-icon-cjs/IconFaceSmileFill/index.js +71 -0
- package/icon/react-icon-cjs/IconFacebook/index.js +69 -0
- package/icon/react-icon-cjs/IconFacebookSquareFill/index.js +69 -0
- package/icon/react-icon-cjs/IconFile/index.js +67 -0
- package/icon/react-icon-cjs/IconFileAudio/index.js +73 -0
- package/icon/react-icon-cjs/IconFileImage/index.js +67 -0
- package/icon/react-icon-cjs/IconFilePdf/index.js +69 -0
- package/icon/react-icon-cjs/IconFileVideo/index.js +69 -0
- package/icon/react-icon-cjs/IconFilter/index.js +67 -0
- package/icon/react-icon-cjs/IconFindReplace/index.js +67 -0
- package/icon/react-icon-cjs/IconFire/index.js +67 -0
- package/icon/react-icon-cjs/IconFolder/index.js +67 -0
- package/icon/react-icon-cjs/IconFolderAdd/index.js +67 -0
- package/icon/react-icon-cjs/IconFolderDelete/index.js +67 -0
- package/icon/react-icon-cjs/IconFontColors/index.js +67 -0
- package/icon/react-icon-cjs/IconFormula/index.js +67 -0
- package/icon/react-icon-cjs/IconForward/index.js +67 -0
- package/icon/react-icon-cjs/IconFullscreen/index.js +67 -0
- package/icon/react-icon-cjs/IconFullscreenExit/index.js +67 -0
- package/icon/react-icon-cjs/IconGift/index.js +67 -0
- package/icon/react-icon-cjs/IconGithub/index.js +69 -0
- package/icon/react-icon-cjs/IconGitlab/index.js +69 -0
- package/icon/react-icon-cjs/IconGoogle/index.js +69 -0
- package/icon/react-icon-cjs/IconGoogleCircleFill/index.js +69 -0
- package/icon/react-icon-cjs/IconH1/index.js +67 -0
- package/icon/react-icon-cjs/IconH2/index.js +67 -0
- package/icon/react-icon-cjs/IconH3/index.js +67 -0
- package/icon/react-icon-cjs/IconH4/index.js +67 -0
- package/icon/react-icon-cjs/IconH5/index.js +67 -0
- package/icon/react-icon-cjs/IconH6/index.js +67 -0
- package/icon/react-icon-cjs/IconH7/index.js +67 -0
- package/icon/react-icon-cjs/IconHeart/index.js +67 -0
- package/icon/react-icon-cjs/IconHeartFill/index.js +69 -0
- package/icon/react-icon-cjs/IconHighlight/index.js +67 -0
- package/icon/react-icon-cjs/IconHistory/index.js +67 -0
- package/icon/react-icon-cjs/IconHome/index.js +69 -0
- package/icon/react-icon-cjs/IconIdcard/index.js +73 -0
- package/icon/react-icon-cjs/IconImage/index.js +75 -0
- package/icon/react-icon-cjs/IconImageClose/index.js +81 -0
- package/icon/react-icon-cjs/IconImport/index.js +67 -0
- package/icon/react-icon-cjs/IconInfo/index.js +81 -0
- package/icon/react-icon-cjs/IconInfoCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconInfoCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconInteraction/index.js +67 -0
- package/icon/react-icon-cjs/IconItalic/index.js +67 -0
- package/icon/react-icon-cjs/IconLanguage/index.js +69 -0
- package/icon/react-icon-cjs/IconLarkColor/index.js +73 -0
- package/icon/react-icon-cjs/IconLaunch/index.js +67 -0
- package/icon/react-icon-cjs/IconLayout/index.js +67 -0
- package/icon/react-icon-cjs/IconLeft/index.js +67 -0
- package/icon/react-icon-cjs/IconLeftCircle/index.js +71 -0
- package/icon/react-icon-cjs/IconLineHeight/index.js +73 -0
- package/icon/react-icon-cjs/IconLink/index.js +67 -0
- package/icon/react-icon-cjs/IconList/index.js +67 -0
- package/icon/react-icon-cjs/IconLiveBroadcast/index.js +67 -0
- package/icon/react-icon-cjs/IconLoading/index.js +67 -0
- package/icon/react-icon-cjs/IconLocation/index.js +71 -0
- package/icon/react-icon-cjs/IconLock/index.js +73 -0
- package/icon/react-icon-cjs/IconLoop/index.js +67 -0
- package/icon/react-icon-cjs/IconMan/index.js +67 -0
- package/icon/react-icon-cjs/IconMenu/index.js +67 -0
- package/icon/react-icon-cjs/IconMenuFold/index.js +67 -0
- package/icon/react-icon-cjs/IconMenuUnfold/index.js +67 -0
- package/icon/react-icon-cjs/IconMessage/index.js +67 -0
- package/icon/react-icon-cjs/IconMessageBanned/index.js +67 -0
- package/icon/react-icon-cjs/IconMindMapping/index.js +67 -0
- package/icon/react-icon-cjs/IconMinus/index.js +67 -0
- package/icon/react-icon-cjs/IconMinusCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconMinusCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconMobile/index.js +73 -0
- package/icon/react-icon-cjs/IconMoon/index.js +67 -0
- package/icon/react-icon-cjs/IconMoonFill/index.js +69 -0
- package/icon/react-icon-cjs/IconMore/index.js +71 -0
- package/icon/react-icon-cjs/IconMoreVertical/index.js +71 -0
- package/icon/react-icon-cjs/IconMosaic/index.js +71 -0
- package/icon/react-icon-cjs/IconMusic/index.js +67 -0
- package/icon/react-icon-cjs/IconMute/index.js +67 -0
- package/icon/react-icon-cjs/IconMuteFill/index.js +75 -0
- package/icon/react-icon-cjs/IconNav/index.js +67 -0
- package/icon/react-icon-cjs/IconNotification/index.js +67 -0
- package/icon/react-icon-cjs/IconNotificationClose/index.js +67 -0
- package/icon/react-icon-cjs/IconObliqueLine/index.js +67 -0
- package/icon/react-icon-cjs/IconOrderedList/index.js +73 -0
- package/icon/react-icon-cjs/IconOriginalSize/index.js +73 -0
- package/icon/react-icon-cjs/IconPalette/index.js +88 -0
- package/icon/react-icon-cjs/IconPaste/index.js +77 -0
- package/icon/react-icon-cjs/IconPause/index.js +77 -0
- package/icon/react-icon-cjs/IconPauseCircle/index.js +69 -0
- package/icon/react-icon-cjs/IconPauseCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconPen/index.js +67 -0
- package/icon/react-icon-cjs/IconPenFill/index.js +74 -0
- package/icon/react-icon-cjs/IconPhone/index.js +67 -0
- package/icon/react-icon-cjs/IconPlayArrow/index.js +67 -0
- package/icon/react-icon-cjs/IconPlayArrowFill/index.js +69 -0
- package/icon/react-icon-cjs/IconPlayCircle/index.js +70 -0
- package/icon/react-icon-cjs/IconPlayCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconPlus/index.js +67 -0
- package/icon/react-icon-cjs/IconPlusCircle/index.js +67 -0
- package/icon/react-icon-cjs/IconPlusCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconPoweroff/index.js +67 -0
- package/icon/react-icon-cjs/IconPrinter/index.js +67 -0
- package/icon/react-icon-cjs/IconPublic/index.js +67 -0
- package/icon/react-icon-cjs/IconPushpin/index.js +67 -0
- package/icon/react-icon-cjs/IconQq/index.js +69 -0
- package/icon/react-icon-cjs/IconQqCircleFill/index.js +69 -0
- package/icon/react-icon-cjs/IconQqZone/index.js +69 -0
- package/icon/react-icon-cjs/IconQrcode/index.js +67 -0
- package/icon/react-icon-cjs/IconQuestion/index.js +67 -0
- package/icon/react-icon-cjs/IconQuestionCircle/index.js +69 -0
- package/icon/react-icon-cjs/IconQuestionCircleFill/index.js +71 -0
- package/icon/react-icon-cjs/IconQuote/index.js +71 -0
- package/icon/react-icon-cjs/IconRecord/index.js +74 -0
- package/icon/react-icon-cjs/IconRecordStop/index.js +74 -0
- package/icon/react-icon-cjs/IconRedo/index.js +67 -0
- package/icon/react-icon-cjs/IconRefresh/index.js +67 -0
- package/icon/react-icon-cjs/IconReply/index.js +67 -0
- package/icon/react-icon-cjs/IconRight/index.js +67 -0
- package/icon/react-icon-cjs/IconRightCircle/index.js +71 -0
- package/icon/react-icon-cjs/IconRobot/index.js +71 -0
- package/icon/react-icon-cjs/IconRobotAdd/index.js +67 -0
- package/icon/react-icon-cjs/IconRotateLeft/index.js +67 -0
- package/icon/react-icon-cjs/IconRotateRight/index.js +67 -0
- package/icon/react-icon-cjs/IconSafe/index.js +67 -0
- package/icon/react-icon-cjs/IconSave/index.js +67 -0
- package/icon/react-icon-cjs/IconScan/index.js +67 -0
- package/icon/react-icon-cjs/IconSchedule/index.js +71 -0
- package/icon/react-icon-cjs/IconScissor/index.js +67 -0
- package/icon/react-icon-cjs/IconSearch/index.js +67 -0
- package/icon/react-icon-cjs/IconSelectAll/index.js +67 -0
- package/icon/react-icon-cjs/IconSend/index.js +68 -0
- package/icon/react-icon-cjs/IconSettings/index.js +69 -0
- package/icon/react-icon-cjs/IconShake/index.js +74 -0
- package/icon/react-icon-cjs/IconShareAlt/index.js +67 -0
- package/icon/react-icon-cjs/IconShareExternal/index.js +68 -0
- package/icon/react-icon-cjs/IconShareInternal/index.js +67 -0
- package/icon/react-icon-cjs/IconShrink/index.js +67 -0
- package/icon/react-icon-cjs/IconSkin/index.js +67 -0
- package/icon/react-icon-cjs/IconSkipNext/index.js +70 -0
- package/icon/react-icon-cjs/IconSkipNextFill/index.js +75 -0
- package/icon/react-icon-cjs/IconSkipPrevious/index.js +71 -0
- package/icon/react-icon-cjs/IconSkipPreviousFill/index.js +75 -0
- package/icon/react-icon-cjs/IconSort/index.js +67 -0
- package/icon/react-icon-cjs/IconSortAscending/index.js +67 -0
- package/icon/react-icon-cjs/IconSortDescending/index.js +67 -0
- package/icon/react-icon-cjs/IconSound/index.js +70 -0
- package/icon/react-icon-cjs/IconSoundFill/index.js +77 -0
- package/icon/react-icon-cjs/IconStamp/index.js +67 -0
- package/icon/react-icon-cjs/IconStar/index.js +67 -0
- package/icon/react-icon-cjs/IconStarFill/index.js +69 -0
- package/icon/react-icon-cjs/IconStop/index.js +67 -0
- package/icon/react-icon-cjs/IconStorage/index.js +75 -0
- package/icon/react-icon-cjs/IconStrikethrough/index.js +67 -0
- package/icon/react-icon-cjs/IconSubscribe/index.js +67 -0
- package/icon/react-icon-cjs/IconSubscribeAdd/index.js +67 -0
- package/icon/react-icon-cjs/IconSubscribed/index.js +67 -0
- package/icon/react-icon-cjs/IconSun/index.js +129 -0
- package/icon/react-icon-cjs/IconSunFill/index.js +75 -0
- package/icon/react-icon-cjs/IconSwap/index.js +67 -0
- package/icon/react-icon-cjs/IconSync/index.js +67 -0
- package/icon/react-icon-cjs/IconTag/index.js +73 -0
- package/icon/react-icon-cjs/IconTags/index.js +71 -0
- package/icon/react-icon-cjs/IconThumbDown/index.js +67 -0
- package/icon/react-icon-cjs/IconThumbDownFill/index.js +75 -0
- package/icon/react-icon-cjs/IconThumbUp/index.js +67 -0
- package/icon/react-icon-cjs/IconThumbUpFill/index.js +75 -0
- package/icon/react-icon-cjs/IconThunderbolt/index.js +67 -0
- package/icon/react-icon-cjs/IconTiktokColor/index.js +78 -0
- package/icon/react-icon-cjs/IconToBottom/index.js +71 -0
- package/icon/react-icon-cjs/IconToLeft/index.js +71 -0
- package/icon/react-icon-cjs/IconToRight/index.js +71 -0
- package/icon/react-icon-cjs/IconToTop/index.js +71 -0
- package/icon/react-icon-cjs/IconTool/index.js +67 -0
- package/icon/react-icon-cjs/IconTranslate/index.js +67 -0
- package/icon/react-icon-cjs/IconTrophy/index.js +67 -0
- package/icon/react-icon-cjs/IconTwitter/index.js +69 -0
- package/icon/react-icon-cjs/IconTwitterCircleFill/index.js +69 -0
- package/icon/react-icon-cjs/IconUnderline/index.js +67 -0
- package/icon/react-icon-cjs/IconUndo/index.js +67 -0
- package/icon/react-icon-cjs/IconUnlock/index.js +73 -0
- package/icon/react-icon-cjs/IconUnorderedList/index.js +67 -0
- package/icon/react-icon-cjs/IconUp/index.js +67 -0
- package/icon/react-icon-cjs/IconUpCircle/index.js +71 -0
- package/icon/react-icon-cjs/IconUpload/index.js +67 -0
- package/icon/react-icon-cjs/IconUser/index.js +71 -0
- package/icon/react-icon-cjs/IconUserAdd/index.js +67 -0
- package/icon/react-icon-cjs/IconUserGroup/index.js +75 -0
- package/icon/react-icon-cjs/IconVideoCamera/index.js +67 -0
- package/icon/react-icon-cjs/IconVoice/index.js +67 -0
- package/icon/react-icon-cjs/IconWechat/index.js +69 -0
- package/icon/react-icon-cjs/IconWechatpay/index.js +69 -0
- package/icon/react-icon-cjs/IconWeibo/index.js +69 -0
- package/icon/react-icon-cjs/IconWeiboCircleFill/index.js +69 -0
- package/icon/react-icon-cjs/IconWifi/index.js +71 -0
- package/icon/react-icon-cjs/IconWoman/index.js +67 -0
- package/icon/react-icon-cjs/IconXiguaColor/index.js +67 -0
- package/icon/react-icon-cjs/IconZoomIn/index.js +67 -0
- package/icon/react-icon-cjs/IconZoomOut/index.js +67 -0
- package/icon/react-icon-cjs/context.d.ts +6 -0
- package/icon/react-icon-cjs/context.js +13 -0
- package/lib/Affix/index.d.ts +10 -0
- package/lib/Affix/index.js +196 -0
- package/lib/Affix/interface.d.ts +52 -0
- package/lib/Affix/interface.js +2 -0
- package/lib/Affix/style/css.js +2 -0
- package/lib/Affix/style/index.css +1 -0
- package/lib/Affix/style/index.d.ts +2 -0
- package/lib/Affix/style/index.js +4 -0
- package/lib/Affix/style/index.less +8 -0
- package/lib/Alert/index.d.ts +5 -0
- package/lib/Alert/index.js +124 -0
- package/lib/Alert/interface.d.ts +66 -0
- package/lib/Alert/interface.js +2 -0
- package/lib/Alert/style/css.js +2 -0
- package/lib/Alert/style/index.css +1 -0
- package/lib/Alert/style/index.d.ts +2 -0
- package/lib/Alert/style/index.js +4 -0
- package/lib/Alert/style/index.less +207 -0
- package/lib/Alert/style/token.less +56 -0
- package/lib/Anchor/anchor.d.ts +9 -0
- package/lib/Anchor/anchor.js +299 -0
- package/lib/Anchor/context.d.ts +11 -0
- package/lib/Anchor/context.js +10 -0
- package/lib/Anchor/index.d.ts +4 -0
- package/lib/Anchor/index.js +7 -0
- package/lib/Anchor/interface.d.ts +105 -0
- package/lib/Anchor/interface.js +2 -0
- package/lib/Anchor/link.d.ts +6 -0
- package/lib/Anchor/link.js +93 -0
- package/lib/Anchor/style/css.js +3 -0
- package/lib/Anchor/style/direction.less +66 -0
- package/lib/Anchor/style/index.css +1 -0
- package/lib/Anchor/style/index.d.ts +3 -0
- package/lib/Anchor/style/index.js +5 -0
- package/lib/Anchor/style/index.less +130 -0
- package/lib/Anchor/style/token.less +33 -0
- package/lib/Anchor/utils.d.ts +4 -0
- package/lib/Anchor/utils.js +52 -0
- package/lib/AutoComplete/index.d.ts +12 -0
- package/lib/AutoComplete/index.js +185 -0
- package/lib/AutoComplete/interface.d.ts +127 -0
- package/lib/AutoComplete/interface.js +2 -0
- package/lib/AutoComplete/style/css.js +4 -0
- package/lib/AutoComplete/style/index.css +1 -0
- package/lib/AutoComplete/style/index.d.ts +4 -0
- package/lib/AutoComplete/style/index.js +6 -0
- package/lib/AutoComplete/style/index.less +44 -0
- package/lib/AutoComplete/style/token.less +29 -0
- package/lib/Avatar/avatar.d.ts +6 -0
- package/lib/Avatar/avatar.js +105 -0
- package/lib/Avatar/context.d.ts +4 -0
- package/lib/Avatar/context.js +4 -0
- package/lib/Avatar/group.d.ts +6 -0
- package/lib/Avatar/group.js +91 -0
- package/lib/Avatar/index.d.ts +8 -0
- package/lib/Avatar/index.js +21 -0
- package/lib/Avatar/interface.d.ts +95 -0
- package/lib/Avatar/interface.js +2 -0
- package/lib/Avatar/style/css.js +3 -0
- package/lib/Avatar/style/index.css +1 -0
- package/lib/Avatar/style/index.d.ts +3 -0
- package/lib/Avatar/style/index.js +5 -0
- package/lib/Avatar/style/index.less +148 -0
- package/lib/Avatar/style/token.less +26 -0
- package/lib/BackTop/index.d.ts +7 -0
- package/lib/BackTop/index.js +117 -0
- package/lib/BackTop/interface.d.ts +37 -0
- package/lib/BackTop/interface.js +2 -0
- package/lib/BackTop/style/css.js +2 -0
- package/lib/BackTop/style/index.css +1 -0
- package/lib/BackTop/style/index.d.ts +2 -0
- package/lib/BackTop/style/index.js +4 -0
- package/lib/BackTop/style/index.less +37 -0
- package/lib/BackTop/style/token.less +12 -0
- package/lib/Badge/count.d.ts +8 -0
- package/lib/Badge/count.js +57 -0
- package/lib/Badge/index.d.ts +5 -0
- package/lib/Badge/index.js +138 -0
- package/lib/Badge/interface.d.ts +57 -0
- package/lib/Badge/interface.js +2 -0
- package/lib/Badge/style/css.js +2 -0
- package/lib/Badge/style/index.css +1 -0
- package/lib/Badge/style/index.d.ts +2 -0
- package/lib/Badge/style/index.js +4 -0
- package/lib/Badge/style/index.less +176 -0
- package/lib/Badge/style/token.less +30 -0
- package/lib/Breadcrumb/index.d.ts +8 -0
- package/lib/Breadcrumb/index.js +119 -0
- package/lib/Breadcrumb/interface.d.ts +78 -0
- package/lib/Breadcrumb/interface.js +2 -0
- package/lib/Breadcrumb/item.d.ts +8 -0
- package/lib/Breadcrumb/item.js +89 -0
- package/lib/Breadcrumb/style/css.js +3 -0
- package/lib/Breadcrumb/style/index.css +1 -0
- package/lib/Breadcrumb/style/index.d.ts +3 -0
- package/lib/Breadcrumb/style/index.js +5 -0
- package/lib/Breadcrumb/style/index.less +88 -0
- package/lib/Breadcrumb/style/token.less +23 -0
- package/lib/Button/group.d.ts +5 -0
- package/lib/Button/group.js +59 -0
- package/lib/Button/index.d.ts +15 -0
- package/lib/Button/index.js +156 -0
- package/lib/Button/interface.d.ts +105 -0
- package/lib/Button/interface.js +2 -0
- package/lib/Button/style/css.js +2 -0
- package/lib/Button/style/index.css +1 -0
- package/lib/Button/style/index.d.ts +2 -0
- package/lib/Button/style/index.js +4 -0
- package/lib/Button/style/index.less +394 -0
- package/lib/Button/style/token.less +326 -0
- package/lib/Calendar/header/header.d.ts +2 -0
- package/lib/Calendar/header/header.js +89 -0
- package/lib/Calendar/header/panel-header.d.ts +2 -0
- package/lib/Calendar/header/panel-header.js +33 -0
- package/lib/Calendar/hooks/useCellClassName.d.ts +1 -0
- package/lib/Calendar/hooks/useCellClassName.js +59 -0
- package/lib/Calendar/index.d.ts +7 -0
- package/lib/Calendar/index.js +166 -0
- package/lib/Calendar/interface.d.ts +122 -0
- package/lib/Calendar/interface.js +2 -0
- package/lib/Calendar/month.d.ts +15 -0
- package/lib/Calendar/month.js +140 -0
- package/lib/Calendar/style/css.js +4 -0
- package/lib/Calendar/style/index.css +1 -0
- package/lib/Calendar/style/index.d.ts +4 -0
- package/lib/Calendar/style/index.js +6 -0
- package/lib/Calendar/style/index.less +475 -0
- package/lib/Calendar/style/token.less +39 -0
- package/lib/Calendar/week-list.d.ts +10 -0
- package/lib/Calendar/week-list.js +22 -0
- package/lib/Calendar/year.d.ts +13 -0
- package/lib/Calendar/year.js +64 -0
- package/lib/Card/grid.d.ts +5 -0
- package/lib/Card/grid.js +37 -0
- package/lib/Card/index.d.ts +10 -0
- package/lib/Card/index.js +100 -0
- package/lib/Card/interface.d.ts +99 -0
- package/lib/Card/interface.js +2 -0
- package/lib/Card/meta.d.ts +5 -0
- package/lib/Card/meta.js +66 -0
- package/lib/Card/style/css.js +3 -0
- package/lib/Card/style/index.css +1 -0
- package/lib/Card/style/index.d.ts +3 -0
- package/lib/Card/style/index.js +5 -0
- package/lib/Card/style/index.less +225 -0
- package/lib/Card/style/token.less +38 -0
- package/lib/Carousel/arrow.d.ts +4 -0
- package/lib/Carousel/arrow.js +60 -0
- package/lib/Carousel/index.d.ts +5 -0
- package/lib/Carousel/index.js +312 -0
- package/lib/Carousel/indicator.d.ts +4 -0
- package/lib/Carousel/indicator.js +81 -0
- package/lib/Carousel/interface.d.ts +144 -0
- package/lib/Carousel/interface.js +2 -0
- package/lib/Carousel/style/css.js +2 -0
- package/lib/Carousel/style/index.css +1 -0
- package/lib/Carousel/style/index.d.ts +2 -0
- package/lib/Carousel/style/index.js +4 -0
- package/lib/Carousel/style/index.less +535 -0
- package/lib/Carousel/style/slide.less +345 -0
- package/lib/Carousel/style/token.less +34 -0
- package/lib/Cascader/base/node.d.ts +78 -0
- package/lib/Cascader/base/node.js +203 -0
- package/lib/Cascader/base/store.d.ts +43 -0
- package/lib/Cascader/base/store.js +171 -0
- package/lib/Cascader/cascader.d.ts +17 -0
- package/lib/Cascader/cascader.js +369 -0
- package/lib/Cascader/hook/useRefCurrent.d.ts +3 -0
- package/lib/Cascader/hook/useRefCurrent.js +46 -0
- package/lib/Cascader/index.d.ts +5 -0
- package/lib/Cascader/index.js +18 -0
- package/lib/Cascader/interface.d.ts +308 -0
- package/lib/Cascader/interface.js +2 -0
- package/lib/Cascader/panel/list.d.ts +4 -0
- package/lib/Cascader/panel/list.js +409 -0
- package/lib/Cascader/panel/option.d.ts +23 -0
- package/lib/Cascader/panel/option.js +17 -0
- package/lib/Cascader/panel/search-panel.d.ts +28 -0
- package/lib/Cascader/panel/search-panel.js +232 -0
- package/lib/Cascader/style/css.js +6 -0
- package/lib/Cascader/style/index.css +1 -0
- package/lib/Cascader/style/index.d.ts +6 -0
- package/lib/Cascader/style/index.js +8 -0
- package/lib/Cascader/style/index.less +219 -0
- package/lib/Cascader/style/rtl.less +60 -0
- package/lib/Cascader/style/token.less +25 -0
- package/lib/Cascader/util.d.ts +24 -0
- package/lib/Cascader/util.js +125 -0
- package/lib/Checkbox/checkbox.d.ts +14 -0
- package/lib/Checkbox/checkbox.js +146 -0
- package/lib/Checkbox/group.d.ts +17 -0
- package/lib/Checkbox/group.js +135 -0
- package/lib/Checkbox/icon-check.d.ts +3 -0
- package/lib/Checkbox/icon-check.js +12 -0
- package/lib/Checkbox/index.d.ts +4 -0
- package/lib/Checkbox/index.js +10 -0
- package/lib/Checkbox/interface.d.ts +102 -0
- package/lib/Checkbox/interface.js +2 -0
- package/lib/Checkbox/style/css.js +2 -0
- package/lib/Checkbox/style/index.css +1 -0
- package/lib/Checkbox/style/index.d.ts +2 -0
- package/lib/Checkbox/style/index.js +4 -0
- package/lib/Checkbox/style/index.less +200 -0
- package/lib/Checkbox/style/token.less +37 -0
- package/lib/Checkbox/useCheckbox.d.ts +22 -0
- package/lib/Checkbox/useCheckbox.js +105 -0
- package/lib/Collapse/collapse.d.ts +14 -0
- package/lib/Collapse/collapse.js +145 -0
- package/lib/Collapse/index.d.ts +3 -0
- package/lib/Collapse/index.js +7 -0
- package/lib/Collapse/interface.d.ts +111 -0
- package/lib/Collapse/interface.js +2 -0
- package/lib/Collapse/item.d.ts +7 -0
- package/lib/Collapse/item.js +125 -0
- package/lib/Collapse/style/css.js +2 -0
- package/lib/Collapse/style/index.css +1 -0
- package/lib/Collapse/style/index.d.ts +2 -0
- package/lib/Collapse/style/index.js +4 -0
- package/lib/Collapse/style/index.less +189 -0
- package/lib/Collapse/style/token.less +35 -0
- package/lib/ColorPicker/colors.d.ts +1 -0
- package/lib/ColorPicker/colors.js +27 -0
- package/lib/ColorPicker/control-bar.d.ts +12 -0
- package/lib/ColorPicker/control-bar.js +62 -0
- package/lib/ColorPicker/hooks/useColorPicker.d.ts +30 -0
- package/lib/ColorPicker/hooks/useColorPicker.js +101 -0
- package/lib/ColorPicker/hooks/useControlBlock.d.ts +12 -0
- package/lib/ColorPicker/hooks/useControlBlock.js +75 -0
- package/lib/ColorPicker/index.d.ts +5 -0
- package/lib/ColorPicker/index.js +83 -0
- package/lib/ColorPicker/input-alpha.d.ts +7 -0
- package/lib/ColorPicker/input-alpha.js +35 -0
- package/lib/ColorPicker/input-hex.d.ts +11 -0
- package/lib/ColorPicker/input-hex.js +85 -0
- package/lib/ColorPicker/input-rgb.d.ts +10 -0
- package/lib/ColorPicker/input-rgb.js +47 -0
- package/lib/ColorPicker/interface.d.ts +126 -0
- package/lib/ColorPicker/interface.js +2 -0
- package/lib/ColorPicker/palette.d.ts +7 -0
- package/lib/ColorPicker/palette.js +48 -0
- package/lib/ColorPicker/panel.d.ts +20 -0
- package/lib/ColorPicker/panel.js +140 -0
- package/lib/ColorPicker/style/css.js +4 -0
- package/lib/ColorPicker/style/index.css +1 -0
- package/lib/ColorPicker/style/index.d.ts +4 -0
- package/lib/ColorPicker/style/index.js +6 -0
- package/lib/ColorPicker/style/index.less +310 -0
- package/lib/ColorPicker/style/token.less +57 -0
- package/lib/Comment/index.d.ts +7 -0
- package/lib/Comment/index.js +74 -0
- package/lib/Comment/interface.d.ts +41 -0
- package/lib/Comment/interface.js +2 -0
- package/lib/Comment/style/css.js +2 -0
- package/lib/Comment/style/index.css +1 -0
- package/lib/Comment/style/index.d.ts +2 -0
- package/lib/Comment/style/index.js +4 -0
- package/lib/Comment/style/index.less +94 -0
- package/lib/Comment/style/token.less +17 -0
- package/lib/ConfigProvider/context.d.ts +4 -0
- package/lib/ConfigProvider/context.js +59 -0
- package/lib/ConfigProvider/index.d.ts +11 -0
- package/lib/ConfigProvider/index.js +123 -0
- package/lib/ConfigProvider/interface.d.ts +248 -0
- package/lib/ConfigProvider/interface.js +2 -0
- package/lib/ConfigProvider/style/css.js +1 -0
- package/lib/ConfigProvider/style/index.d.ts +1 -0
- package/lib/ConfigProvider/style/index.js +3 -0
- package/lib/ConfigProvider/util.d.ts +2 -0
- package/lib/ConfigProvider/util.js +123 -0
- package/lib/DatePicker/__test__/utils.d.ts +4 -0
- package/lib/DatePicker/__test__/utils.js +41 -0
- package/lib/DatePicker/context.d.ts +8 -0
- package/lib/DatePicker/context.js +4 -0
- package/lib/DatePicker/hooks/useCellClassName.d.ts +1 -0
- package/lib/DatePicker/hooks/useCellClassName.js +113 -0
- package/lib/DatePicker/index.d.ts +4 -0
- package/lib/DatePicker/index.js +90 -0
- package/lib/DatePicker/interface.d.ts +518 -0
- package/lib/DatePicker/interface.js +2 -0
- package/lib/DatePicker/panels/body.d.ts +30 -0
- package/lib/DatePicker/panels/body.js +68 -0
- package/lib/DatePicker/panels/date/index.d.ts +24 -0
- package/lib/DatePicker/panels/date/index.js +183 -0
- package/lib/DatePicker/panels/footer.d.ts +1 -0
- package/lib/DatePicker/panels/footer.js +26 -0
- package/lib/DatePicker/panels/header.d.ts +20 -0
- package/lib/DatePicker/panels/header.js +59 -0
- package/lib/DatePicker/panels/month/index.d.ts +17 -0
- package/lib/DatePicker/panels/month/index.js +108 -0
- package/lib/DatePicker/panels/quarter/index.d.ts +17 -0
- package/lib/DatePicker/panels/quarter/index.js +88 -0
- package/lib/DatePicker/panels/range/index.d.ts +28 -0
- package/lib/DatePicker/panels/range/index.js +170 -0
- package/lib/DatePicker/panels/shortcuts.d.ts +4 -0
- package/lib/DatePicker/panels/shortcuts.js +49 -0
- package/lib/DatePicker/panels/week/index.d.ts +16 -0
- package/lib/DatePicker/panels/week/index.js +61 -0
- package/lib/DatePicker/panels/week-list.d.ts +8 -0
- package/lib/DatePicker/panels/week-list.js +17 -0
- package/lib/DatePicker/panels/year/index.d.ts +16 -0
- package/lib/DatePicker/panels/year/index.js +88 -0
- package/lib/DatePicker/picker-range.d.ts +4 -0
- package/lib/DatePicker/picker-range.js +709 -0
- package/lib/DatePicker/picker.d.ts +18 -0
- package/lib/DatePicker/picker.js +427 -0
- package/lib/DatePicker/style/css.js +7 -0
- package/lib/DatePicker/style/date.less +101 -0
- package/lib/DatePicker/style/index.css +1 -0
- package/lib/DatePicker/style/index.d.ts +7 -0
- package/lib/DatePicker/style/index.js +9 -0
- package/lib/DatePicker/style/index.less +302 -0
- package/lib/DatePicker/style/month.less +26 -0
- package/lib/DatePicker/style/quarter.less +8 -0
- package/lib/DatePicker/style/range.less +9 -0
- package/lib/DatePicker/style/rtl.less +54 -0
- package/lib/DatePicker/style/shortcuts.less +25 -0
- package/lib/DatePicker/style/token.less +60 -0
- package/lib/DatePicker/style/week.less +68 -0
- package/lib/DatePicker/style/year.less +8 -0
- package/lib/DatePicker/util.d.ts +9 -0
- package/lib/DatePicker/util.js +108 -0
- package/lib/Descriptions/index.d.ts +7 -0
- package/lib/Descriptions/index.js +175 -0
- package/lib/Descriptions/interface.d.ts +79 -0
- package/lib/Descriptions/interface.js +2 -0
- package/lib/Descriptions/style/css.js +2 -0
- package/lib/Descriptions/style/index.css +1 -0
- package/lib/Descriptions/style/index.d.ts +2 -0
- package/lib/Descriptions/style/index.js +4 -0
- package/lib/Descriptions/style/index.less +213 -0
- package/lib/Descriptions/style/token.less +45 -0
- package/lib/Divider/index.d.ts +5 -0
- package/lib/Divider/index.js +69 -0
- package/lib/Divider/interface.d.ts +21 -0
- package/lib/Divider/interface.js +2 -0
- package/lib/Divider/style/css.js +2 -0
- package/lib/Divider/style/index.css +1 -0
- package/lib/Divider/style/index.d.ts +2 -0
- package/lib/Divider/style/index.js +4 -0
- package/lib/Divider/style/index.less +63 -0
- package/lib/Divider/style/token.less +15 -0
- package/lib/Drawer/index.d.ts +5 -0
- package/lib/Drawer/index.js +225 -0
- package/lib/Drawer/interface.d.ts +185 -0
- package/lib/Drawer/interface.js +2 -0
- package/lib/Drawer/style/css.js +3 -0
- package/lib/Drawer/style/index.css +1 -0
- package/lib/Drawer/style/index.d.ts +3 -0
- package/lib/Drawer/style/index.js +5 -0
- package/lib/Drawer/style/index.less +137 -0
- package/lib/Drawer/style/token.less +16 -0
- package/lib/Dropdown/button.d.ts +5 -0
- package/lib/Dropdown/button.js +96 -0
- package/lib/Dropdown/index.d.ts +8 -0
- package/lib/Dropdown/index.js +194 -0
- package/lib/Dropdown/interface.d.ts +109 -0
- package/lib/Dropdown/interface.js +2 -0
- package/lib/Dropdown/style/css.js +4 -0
- package/lib/Dropdown/style/index.css +1 -0
- package/lib/Dropdown/style/index.d.ts +4 -0
- package/lib/Dropdown/style/index.js +6 -0
- package/lib/Dropdown/style/index.less +182 -0
- package/lib/Dropdown/style/token.less +57 -0
- package/lib/Empty/index.d.ts +5 -0
- package/lib/Empty/index.js +67 -0
- package/lib/Empty/interface.d.ts +23 -0
- package/lib/Empty/interface.js +2 -0
- package/lib/Empty/style/css.js +2 -0
- package/lib/Empty/style/index.css +1 -0
- package/lib/Empty/style/index.d.ts +2 -0
- package/lib/Empty/style/index.js +4 -0
- package/lib/Empty/style/index.less +32 -0
- package/lib/Empty/style/token.less +7 -0
- package/lib/Form/context.d.ts +14 -0
- package/lib/Form/context.js +40 -0
- package/lib/Form/control.d.ts +66 -0
- package/lib/Form/control.js +458 -0
- package/lib/Form/form-item.d.ts +7 -0
- package/lib/Form/form-item.js +287 -0
- package/lib/Form/form-label.d.ts +9 -0
- package/lib/Form/form-label.js +96 -0
- package/lib/Form/form-list.d.ts +6 -0
- package/lib/Form/form-list.js +172 -0
- package/lib/Form/form-provider.d.ts +4 -0
- package/lib/Form/form-provider.js +54 -0
- package/lib/Form/form.d.ts +8 -0
- package/lib/Form/form.js +183 -0
- package/lib/Form/hooks/useContext.d.ts +10 -0
- package/lib/Form/hooks/useContext.js +47 -0
- package/lib/Form/hooks/useState.d.ts +3 -0
- package/lib/Form/hooks/useState.js +61 -0
- package/lib/Form/hooks/useWatch.d.ts +3 -0
- package/lib/Form/hooks/useWatch.js +68 -0
- package/lib/Form/index.d.ts +24 -0
- package/lib/Form/index.js +24 -0
- package/lib/Form/interface.d.ts +533 -0
- package/lib/Form/interface.js +18 -0
- package/lib/Form/promisify.d.ts +2 -0
- package/lib/Form/promisify.js +52 -0
- package/lib/Form/store.d.ts +95 -0
- package/lib/Form/store.js +531 -0
- package/lib/Form/style/css.js +3 -0
- package/lib/Form/style/index.css +1 -0
- package/lib/Form/style/index.d.ts +3 -0
- package/lib/Form/style/index.js +5 -0
- package/lib/Form/style/index.less +242 -0
- package/lib/Form/style/status.less +237 -0
- package/lib/Form/style/token.less +76 -0
- package/lib/Form/useForm.d.ts +3 -0
- package/lib/Form/useForm.js +65 -0
- package/lib/Form/utils.d.ts +14 -0
- package/lib/Form/utils.js +211 -0
- package/lib/Grid/col.d.ts +5 -0
- package/lib/Grid/col.js +117 -0
- package/lib/Grid/context.d.ts +20 -0
- package/lib/Grid/context.js +7 -0
- package/lib/Grid/grid-item.d.ts +7 -0
- package/lib/Grid/grid-item.js +115 -0
- package/lib/Grid/grid.d.ts +5 -0
- package/lib/Grid/grid.js +158 -0
- package/lib/Grid/hooks/useResponsiveState.d.ts +2 -0
- package/lib/Grid/hooks/useResponsiveState.js +86 -0
- package/lib/Grid/index.d.ts +11 -0
- package/lib/Grid/index.js +14 -0
- package/lib/Grid/interface.d.ts +239 -0
- package/lib/Grid/interface.js +2 -0
- package/lib/Grid/row.d.ts +5 -0
- package/lib/Grid/row.js +145 -0
- package/lib/Grid/style/col.less +148 -0
- package/lib/Grid/style/css.js +2 -0
- package/lib/Grid/style/grid.less +11 -0
- package/lib/Grid/style/index.css +1 -0
- package/lib/Grid/style/index.d.ts +2 -0
- package/lib/Grid/style/index.js +4 -0
- package/lib/Grid/style/index.less +3 -0
- package/lib/Grid/style/row.less +44 -0
- package/lib/Grid/utils.d.ts +11 -0
- package/lib/Grid/utils.js +56 -0
- package/lib/Icon/addFromIconFontCn.d.ts +9 -0
- package/lib/Icon/addFromIconFontCn.js +82 -0
- package/lib/Icon/index.d.ts +25 -0
- package/lib/Icon/index.js +96 -0
- package/lib/Icon/style/css.js +0 -0
- package/lib/Icon/style/index.d.ts +0 -0
- package/lib/Icon/style/index.js +0 -0
- package/lib/Image/image-footer.d.ts +13 -0
- package/lib/Image/image-footer.js +57 -0
- package/lib/Image/image-preview-arrow.d.ts +9 -0
- package/lib/Image/image-preview-arrow.js +54 -0
- package/lib/Image/image-preview-group.d.ts +10 -0
- package/lib/Image/image-preview-group.js +197 -0
- package/lib/Image/image-preview-toolbar.d.ts +14 -0
- package/lib/Image/image-preview-toolbar.js +135 -0
- package/lib/Image/image-preview.d.ts +7 -0
- package/lib/Image/image-preview.js +475 -0
- package/lib/Image/image.d.ts +11 -0
- package/lib/Image/image.js +219 -0
- package/lib/Image/index.d.ts +3 -0
- package/lib/Image/index.js +7 -0
- package/lib/Image/interface.d.ts +274 -0
- package/lib/Image/interface.js +2 -0
- package/lib/Image/previewGroupContext.d.ts +25 -0
- package/lib/Image/previewGroupContext.js +17 -0
- package/lib/Image/style/css.js +2 -0
- package/lib/Image/style/image.less +226 -0
- package/lib/Image/style/index.css +1 -0
- package/lib/Image/style/index.d.ts +2 -0
- package/lib/Image/style/index.js +4 -0
- package/lib/Image/style/index.less +6 -0
- package/lib/Image/style/preview.less +248 -0
- package/lib/Image/style/rtl.less +16 -0
- package/lib/Image/style/token.less +120 -0
- package/lib/Image/style/trigger.less +13 -0
- package/lib/Image/trigger-for-toolbar.d.ts +10 -0
- package/lib/Image/trigger-for-toolbar.js +15 -0
- package/lib/Image/utils/getFixTranslate.d.ts +1 -0
- package/lib/Image/utils/getFixTranslate.js +42 -0
- package/lib/Image/utils/getScale.d.ts +13 -0
- package/lib/Image/utils/getScale.js +83 -0
- package/lib/Image/utils/hooks/useImageStatus.d.ts +12 -0
- package/lib/Image/utils/hooks/useImageStatus.js +37 -0
- package/lib/Image/utils/hooks/useShowFooter.d.ts +8 -0
- package/lib/Image/utils/hooks/useShowFooter.js +10 -0
- package/lib/Input/autoSizeTextAreaHeight.d.ts +5 -0
- package/lib/Input/autoSizeTextAreaHeight.js +101 -0
- package/lib/Input/group.d.ts +7 -0
- package/lib/Input/group.js +61 -0
- package/lib/Input/index.d.ts +7 -0
- package/lib/Input/index.js +7 -0
- package/lib/Input/input-element.d.ts +4 -0
- package/lib/Input/input-element.js +251 -0
- package/lib/Input/input.d.ts +17 -0
- package/lib/Input/input.js +180 -0
- package/lib/Input/interface.d.ts +325 -0
- package/lib/Input/interface.js +2 -0
- package/lib/Input/password.d.ts +5 -0
- package/lib/Input/password.js +117 -0
- package/lib/Input/search.d.ts +5 -0
- package/lib/Input/search.js +101 -0
- package/lib/Input/style/css.js +3 -0
- package/lib/Input/style/index.css +1 -0
- package/lib/Input/style/index.d.ts +3 -0
- package/lib/Input/style/index.js +5 -0
- package/lib/Input/style/index.less +404 -0
- package/lib/Input/style/password.less +14 -0
- package/lib/Input/style/rtl.less +141 -0
- package/lib/Input/style/search.less +39 -0
- package/lib/Input/style/size.less +200 -0
- package/lib/Input/style/status.less +42 -0
- package/lib/Input/style/textarea.less +48 -0
- package/lib/Input/style/token.less +129 -0
- package/lib/Input/textarea.d.ts +12 -0
- package/lib/Input/textarea.js +193 -0
- package/lib/Input/useComposition.d.ts +17 -0
- package/lib/Input/useComposition.js +75 -0
- package/lib/InputNumber/Decimal.d.ts +21 -0
- package/lib/InputNumber/Decimal.js +199 -0
- package/lib/InputNumber/index.d.ts +6 -0
- package/lib/InputNumber/index.js +272 -0
- package/lib/InputNumber/interface.d.ts +141 -0
- package/lib/InputNumber/interface.js +2 -0
- package/lib/InputNumber/style/css.js +3 -0
- package/lib/InputNumber/style/index.css +1 -0
- package/lib/InputNumber/style/index.d.ts +3 -0
- package/lib/InputNumber/style/index.js +5 -0
- package/lib/InputNumber/style/index.less +170 -0
- package/lib/InputNumber/style/token.less +21 -0
- package/lib/InputNumber/useSelectionRange.d.ts +4 -0
- package/lib/InputNumber/useSelectionRange.js +32 -0
- package/lib/InputNumber/utils.d.ts +28 -0
- package/lib/InputNumber/utils.js +122 -0
- package/lib/InputTag/index.d.ts +3 -0
- package/lib/InputTag/index.js +7 -0
- package/lib/InputTag/input-tag.d.ts +9 -0
- package/lib/InputTag/input-tag.js +527 -0
- package/lib/InputTag/interface.d.ts +215 -0
- package/lib/InputTag/interface.js +2 -0
- package/lib/InputTag/style/css.js +3 -0
- package/lib/InputTag/style/index.css +1 -0
- package/lib/InputTag/style/index.d.ts +3 -0
- package/lib/InputTag/style/index.js +5 -0
- package/lib/InputTag/style/index.less +364 -0
- package/lib/InputTag/style/mixin.less +23 -0
- package/lib/InputTag/style/token.less +103 -0
- package/lib/Layout/content.d.ts +4 -0
- package/lib/Layout/content.js +59 -0
- package/lib/Layout/footer.d.ts +4 -0
- package/lib/Layout/footer.js +59 -0
- package/lib/Layout/header.d.ts +4 -0
- package/lib/Layout/header.js +59 -0
- package/lib/Layout/index.d.ts +17 -0
- package/lib/Layout/index.js +112 -0
- package/lib/Layout/interface.d.ts +121 -0
- package/lib/Layout/interface.js +2 -0
- package/lib/Layout/sider.d.ts +10 -0
- package/lib/Layout/sider.js +168 -0
- package/lib/Layout/style/css.js +4 -0
- package/lib/Layout/style/index.css +1 -0
- package/lib/Layout/style/index.d.ts +4 -0
- package/lib/Layout/style/index.js +6 -0
- package/lib/Layout/style/index.less +102 -0
- package/lib/Layout/style/token.less +13 -0
- package/lib/Link/index.d.ts +5 -0
- package/lib/Link/index.js +87 -0
- package/lib/Link/interface.d.ts +30 -0
- package/lib/Link/interface.js +2 -0
- package/lib/Link/style/css.js +2 -0
- package/lib/Link/style/index.css +1 -0
- package/lib/Link/style/index.d.ts +2 -0
- package/lib/Link/style/index.js +4 -0
- package/lib/Link/style/index.less +107 -0
- package/lib/Link/style/token.less +33 -0
- package/lib/List/index.d.ts +12 -0
- package/lib/List/index.js +256 -0
- package/lib/List/interface.d.ts +192 -0
- package/lib/List/interface.js +2 -0
- package/lib/List/item.d.ts +7 -0
- package/lib/List/item.js +86 -0
- package/lib/List/meta.d.ts +4 -0
- package/lib/List/meta.js +65 -0
- package/lib/List/style/css.js +6 -0
- package/lib/List/style/index.css +1 -0
- package/lib/List/style/index.d.ts +6 -0
- package/lib/List/style/index.js +8 -0
- package/lib/List/style/index.less +208 -0
- package/lib/List/style/token.less +49 -0
- package/lib/Mentions/index.d.ts +5 -0
- package/lib/Mentions/index.js +176 -0
- package/lib/Mentions/interface.d.ts +92 -0
- package/lib/Mentions/interface.js +2 -0
- package/lib/Mentions/style/css.js +2 -0
- package/lib/Mentions/style/index.css +1 -0
- package/lib/Mentions/style/index.d.ts +2 -0
- package/lib/Mentions/style/index.js +4 -0
- package/lib/Mentions/style/index.less +39 -0
- package/lib/Mentions/style/token.less +6 -0
- package/lib/Mentions/utils.d.ts +9 -0
- package/lib/Mentions/utils.js +27 -0
- package/lib/Menu/context.d.ts +16 -0
- package/lib/Menu/context.js +5 -0
- package/lib/Menu/indent.d.ts +5 -0
- package/lib/Menu/indent.js +60 -0
- package/lib/Menu/index.d.ts +13 -0
- package/lib/Menu/index.js +226 -0
- package/lib/Menu/interface.d.ts +233 -0
- package/lib/Menu/interface.js +2 -0
- package/lib/Menu/item-group.d.ts +6 -0
- package/lib/Menu/item-group.js +45 -0
- package/lib/Menu/item.d.ts +6 -0
- package/lib/Menu/item.js +108 -0
- package/lib/Menu/overflow-wrap.d.ts +9 -0
- package/lib/Menu/overflow-wrap.js +155 -0
- package/lib/Menu/style/css.js +4 -0
- package/lib/Menu/style/index.css +1 -0
- package/lib/Menu/style/index.d.ts +4 -0
- package/lib/Menu/style/index.js +6 -0
- package/lib/Menu/style/index.less +581 -0
- package/lib/Menu/style/token.less +99 -0
- package/lib/Menu/sub-menu/index.d.ts +6 -0
- package/lib/Menu/sub-menu/index.js +58 -0
- package/lib/Menu/sub-menu/inline.d.ts +5 -0
- package/lib/Menu/sub-menu/inline.js +178 -0
- package/lib/Menu/sub-menu/pop.d.ts +5 -0
- package/lib/Menu/sub-menu/pop.js +123 -0
- package/lib/Menu/util.d.ts +16 -0
- package/lib/Menu/util.js +143 -0
- package/lib/Message/index.d.ts +30 -0
- package/lib/Message/index.js +194 -0
- package/lib/Message/interface.d.ts +83 -0
- package/lib/Message/interface.js +2 -0
- package/lib/Message/style/css.js +2 -0
- package/lib/Message/style/index.css +1 -0
- package/lib/Message/style/index.d.ts +2 -0
- package/lib/Message/style/index.js +4 -0
- package/lib/Message/style/index.less +193 -0
- package/lib/Message/style/token.less +54 -0
- package/lib/Message/useMessage.d.ts +5 -0
- package/lib/Message/useMessage.js +95 -0
- package/lib/Modal/config.d.ts +10 -0
- package/lib/Modal/config.js +35 -0
- package/lib/Modal/confirm.d.ts +14 -0
- package/lib/Modal/confirm.js +149 -0
- package/lib/Modal/index.d.ts +2 -0
- package/lib/Modal/index.js +7 -0
- package/lib/Modal/interface.d.ts +190 -0
- package/lib/Modal/interface.js +2 -0
- package/lib/Modal/locale.d.ts +0 -0
- package/lib/Modal/locale.js +0 -0
- package/lib/Modal/modal.d.ts +18 -0
- package/lib/Modal/modal.js +348 -0
- package/lib/Modal/style/css.js +3 -0
- package/lib/Modal/style/index.css +1 -0
- package/lib/Modal/style/index.d.ts +3 -0
- package/lib/Modal/style/index.js +5 -0
- package/lib/Modal/style/index.less +255 -0
- package/lib/Modal/style/token.less +36 -0
- package/lib/Modal/useModal/hookModal.d.ts +8 -0
- package/lib/Modal/useModal/hookModal.js +86 -0
- package/lib/Modal/useModal/index.d.ts +4 -0
- package/lib/Modal/useModal/index.js +87 -0
- package/lib/Notification/index.d.ts +26 -0
- package/lib/Notification/index.js +209 -0
- package/lib/Notification/interface.d.ts +77 -0
- package/lib/Notification/interface.js +2 -0
- package/lib/Notification/style/css.js +2 -0
- package/lib/Notification/style/index.css +1 -0
- package/lib/Notification/style/index.d.ts +2 -0
- package/lib/Notification/style/index.js +4 -0
- package/lib/Notification/style/index.less +240 -0
- package/lib/Notification/style/token.less +58 -0
- package/lib/Notification/useNotification.d.ts +5 -0
- package/lib/Notification/useNotification.js +92 -0
- package/lib/PageHeader/index.d.ts +8 -0
- package/lib/PageHeader/index.js +114 -0
- package/lib/PageHeader/interface.d.ts +44 -0
- package/lib/PageHeader/interface.js +2 -0
- package/lib/PageHeader/style/css.js +3 -0
- package/lib/PageHeader/style/index.css +1 -0
- package/lib/PageHeader/style/index.d.ts +3 -0
- package/lib/PageHeader/style/index.js +5 -0
- package/lib/PageHeader/style/index.less +160 -0
- package/lib/PageHeader/style/token.less +31 -0
- package/lib/Pagination/index.d.ts +3 -0
- package/lib/Pagination/index.js +7 -0
- package/lib/Pagination/interface.d.ts +133 -0
- package/lib/Pagination/interface.js +2 -0
- package/lib/Pagination/page-item.d.ts +62 -0
- package/lib/Pagination/page-item.js +170 -0
- package/lib/Pagination/page-jumper.d.ts +13 -0
- package/lib/Pagination/page-jumper.js +108 -0
- package/lib/Pagination/page-options.d.ts +13 -0
- package/lib/Pagination/page-options.js +53 -0
- package/lib/Pagination/pagination.d.ts +11 -0
- package/lib/Pagination/pagination.js +276 -0
- package/lib/Pagination/style/css.js +4 -0
- package/lib/Pagination/style/index.css +1 -0
- package/lib/Pagination/style/index.d.ts +4 -0
- package/lib/Pagination/style/index.js +6 -0
- package/lib/Pagination/style/index.less +338 -0
- package/lib/Pagination/style/token.less +72 -0
- package/lib/Popconfirm/index.d.ts +7 -0
- package/lib/Popconfirm/index.js +155 -0
- package/lib/Popconfirm/interface.d.ts +128 -0
- package/lib/Popconfirm/interface.js +2 -0
- package/lib/Popconfirm/style/css.js +5 -0
- package/lib/Popconfirm/style/index.css +1 -0
- package/lib/Popconfirm/style/index.d.ts +5 -0
- package/lib/Popconfirm/style/index.js +7 -0
- package/lib/Popconfirm/style/index.less +75 -0
- package/lib/Popconfirm/style/token.less +12 -0
- package/lib/Popover/index.d.ts +7 -0
- package/lib/Popover/index.js +73 -0
- package/lib/Popover/interface.d.ts +20 -0
- package/lib/Popover/interface.js +2 -0
- package/lib/Popover/style/css.js +3 -0
- package/lib/Popover/style/index.css +1 -0
- package/lib/Popover/style/index.d.ts +3 -0
- package/lib/Popover/style/index.js +5 -0
- package/lib/Popover/style/index.less +52 -0
- package/lib/Popover/style/token.less +13 -0
- package/lib/Portal/Portal.d.ts +15 -0
- package/lib/Portal/Portal.js +62 -0
- package/lib/Portal/index.d.ts +19 -0
- package/lib/Portal/index.js +72 -0
- package/lib/Progress/circle-progress.d.ts +8 -0
- package/lib/Progress/circle-progress.js +92 -0
- package/lib/Progress/index.d.ts +5 -0
- package/lib/Progress/index.js +95 -0
- package/lib/Progress/interface.d.ts +87 -0
- package/lib/Progress/interface.js +2 -0
- package/lib/Progress/line-progess.d.ts +2 -0
- package/lib/Progress/line-progess.js +86 -0
- package/lib/Progress/steps-progress.d.ts +2 -0
- package/lib/Progress/steps-progress.js +88 -0
- package/lib/Progress/style/css.js +3 -0
- package/lib/Progress/style/index.css +1 -0
- package/lib/Progress/style/index.d.ts +3 -0
- package/lib/Progress/style/index.js +5 -0
- package/lib/Progress/style/index.less +429 -0
- package/lib/Progress/style/token.less +59 -0
- package/lib/Radio/group.d.ts +10 -0
- package/lib/Radio/group.js +123 -0
- package/lib/Radio/index.d.ts +5 -0
- package/lib/Radio/index.js +10 -0
- package/lib/Radio/interface.d.ts +103 -0
- package/lib/Radio/interface.js +2 -0
- package/lib/Radio/radio.d.ts +11 -0
- package/lib/Radio/radio.js +131 -0
- package/lib/Radio/style/css.js +2 -0
- package/lib/Radio/style/index.css +1 -0
- package/lib/Radio/style/index.d.ts +2 -0
- package/lib/Radio/style/index.js +4 -0
- package/lib/Radio/style/index.less +330 -0
- package/lib/Radio/style/token.less +57 -0
- package/lib/Rate/index.d.ts +5 -0
- package/lib/Rate/index.js +185 -0
- package/lib/Rate/interface.d.ts +70 -0
- package/lib/Rate/interface.js +2 -0
- package/lib/Rate/style/css.js +3 -0
- package/lib/Rate/style/index.css +1 -0
- package/lib/Rate/style/index.d.ts +3 -0
- package/lib/Rate/style/index.js +5 -0
- package/lib/Rate/style/index.less +116 -0
- package/lib/Rate/style/token.less +13 -0
- package/lib/ResizeBox/index.d.ts +13 -0
- package/lib/ResizeBox/index.js +249 -0
- package/lib/ResizeBox/interface.d.ts +264 -0
- package/lib/ResizeBox/interface.js +2 -0
- package/lib/ResizeBox/resize-trigger.d.ts +30 -0
- package/lib/ResizeBox/resize-trigger.js +116 -0
- package/lib/ResizeBox/split-group.d.ts +4 -0
- package/lib/ResizeBox/split-group.js +345 -0
- package/lib/ResizeBox/split.d.ts +5 -0
- package/lib/ResizeBox/split.js +174 -0
- package/lib/ResizeBox/style/css.js +2 -0
- package/lib/ResizeBox/style/index.css +1 -0
- package/lib/ResizeBox/style/index.d.ts +2 -0
- package/lib/ResizeBox/style/index.js +4 -0
- package/lib/ResizeBox/style/index.less +148 -0
- package/lib/ResizeBox/style/token.less +5 -0
- package/lib/Result/403.d.ts +1 -0
- package/lib/Result/403.js +166 -0
- package/lib/Result/404.d.ts +1 -0
- package/lib/Result/404.js +132 -0
- package/lib/Result/500.d.ts +1 -0
- package/lib/Result/500.js +170 -0
- package/lib/Result/index.d.ts +7 -0
- package/lib/Result/index.js +93 -0
- package/lib/Result/interface.d.ts +35 -0
- package/lib/Result/interface.js +2 -0
- package/lib/Result/style/css.js +2 -0
- package/lib/Result/style/index.css +1 -0
- package/lib/Result/style/index.d.ts +2 -0
- package/lib/Result/style/index.js +4 -0
- package/lib/Result/style/index.less +96 -0
- package/lib/Result/style/token.less +30 -0
- package/lib/Select/index.d.ts +3 -0
- package/lib/Select/index.js +7 -0
- package/lib/Select/interface.d.ts +315 -0
- package/lib/Select/interface.js +2 -0
- package/lib/Select/opt-group.d.ts +6 -0
- package/lib/Select/opt-group.js +37 -0
- package/lib/Select/option.d.ts +6 -0
- package/lib/Select/option.js +78 -0
- package/lib/Select/select.d.ts +10 -0
- package/lib/Select/select.js +696 -0
- package/lib/Select/style/css.js +6 -0
- package/lib/Select/style/index.css +1 -0
- package/lib/Select/style/index.d.ts +6 -0
- package/lib/Select/style/index.js +8 -0
- package/lib/Select/style/index.less +123 -0
- package/lib/Select/style/mixin.less +418 -0
- package/lib/Select/style/token.less +133 -0
- package/lib/Select/utils.d.ts +26 -0
- package/lib/Select/utils.js +200 -0
- package/lib/Skeleton/image.d.ts +2 -0
- package/lib/Skeleton/image.js +18 -0
- package/lib/Skeleton/index.d.ts +7 -0
- package/lib/Skeleton/index.js +78 -0
- package/lib/Skeleton/interface.d.ts +50 -0
- package/lib/Skeleton/interface.js +2 -0
- package/lib/Skeleton/style/css.js +2 -0
- package/lib/Skeleton/style/index.css +1 -0
- package/lib/Skeleton/style/index.d.ts +2 -0
- package/lib/Skeleton/style/index.js +4 -0
- package/lib/Skeleton/style/index.less +99 -0
- package/lib/Skeleton/style/token.less +13 -0
- package/lib/Skeleton/text.d.ts +2 -0
- package/lib/Skeleton/text.js +27 -0
- package/lib/Slider/button.d.ts +21 -0
- package/lib/Slider/button.js +202 -0
- package/lib/Slider/dots.d.ts +17 -0
- package/lib/Slider/dots.js +57 -0
- package/lib/Slider/hooks/useInterval.d.ts +24 -0
- package/lib/Slider/hooks/useInterval.js +127 -0
- package/lib/Slider/hooks/useLegalValue.d.ts +15 -0
- package/lib/Slider/hooks/useLegalValue.js +110 -0
- package/lib/Slider/index.d.ts +5 -0
- package/lib/Slider/index.js +375 -0
- package/lib/Slider/input.d.ts +15 -0
- package/lib/Slider/input.js +105 -0
- package/lib/Slider/interface.d.ts +122 -0
- package/lib/Slider/interface.js +2 -0
- package/lib/Slider/marks.d.ts +16 -0
- package/lib/Slider/marks.js +47 -0
- package/lib/Slider/style/css.js +5 -0
- package/lib/Slider/style/index.css +1 -0
- package/lib/Slider/style/index.d.ts +5 -0
- package/lib/Slider/style/index.js +7 -0
- package/lib/Slider/style/index.less +326 -0
- package/lib/Slider/style/rtl.less +19 -0
- package/lib/Slider/style/token.less +51 -0
- package/lib/Slider/ticks.d.ts +13 -0
- package/lib/Slider/ticks.js +53 -0
- package/lib/Slider/utils.d.ts +11 -0
- package/lib/Slider/utils.js +99 -0
- package/lib/Space/index.d.ts +5 -0
- package/lib/Space/index.js +139 -0
- package/lib/Space/interface.d.ts +38 -0
- package/lib/Space/interface.js +2 -0
- package/lib/Space/style/css.js +2 -0
- package/lib/Space/style/index.css +1 -0
- package/lib/Space/style/index.d.ts +2 -0
- package/lib/Space/style/index.js +4 -0
- package/lib/Space/style/index.less +35 -0
- package/lib/Space/toArray.d.ts +1 -0
- package/lib/Space/toArray.js +20 -0
- package/lib/Spin/dot-loading.d.ts +5 -0
- package/lib/Spin/dot-loading.js +65 -0
- package/lib/Spin/index.d.ts +5 -0
- package/lib/Spin/index.js +110 -0
- package/lib/Spin/interface.d.ts +50 -0
- package/lib/Spin/interface.js +2 -0
- package/lib/Spin/style/css.js +2 -0
- package/lib/Spin/style/index.css +1 -0
- package/lib/Spin/style/index.d.ts +2 -0
- package/lib/Spin/style/index.js +4 -0
- package/lib/Spin/style/index.less +128 -0
- package/lib/Spin/style/token.less +16 -0
- package/lib/Statistic/countdown.d.ts +5 -0
- package/lib/Statistic/countdown.js +92 -0
- package/lib/Statistic/index.d.ts +8 -0
- package/lib/Statistic/index.js +174 -0
- package/lib/Statistic/interface.d.ts +139 -0
- package/lib/Statistic/interface.js +2 -0
- package/lib/Statistic/style/css.js +3 -0
- package/lib/Statistic/style/index.css +1 -0
- package/lib/Statistic/style/index.d.ts +3 -0
- package/lib/Statistic/style/index.js +5 -0
- package/lib/Statistic/style/index.less +66 -0
- package/lib/Statistic/style/token.less +16 -0
- package/lib/Statistic/util.d.ts +1 -0
- package/lib/Statistic/util.js +46 -0
- package/lib/Steps/index.d.ts +8 -0
- package/lib/Steps/index.js +93 -0
- package/lib/Steps/interface.d.ts +124 -0
- package/lib/Steps/interface.js +2 -0
- package/lib/Steps/step.d.ts +5 -0
- package/lib/Steps/step.js +96 -0
- package/lib/Steps/style/arrow.less +301 -0
- package/lib/Steps/style/circle.less +358 -0
- package/lib/Steps/style/css.js +2 -0
- package/lib/Steps/style/dot.less +292 -0
- package/lib/Steps/style/index.css +1 -0
- package/lib/Steps/style/index.d.ts +2 -0
- package/lib/Steps/style/index.js +4 -0
- package/lib/Steps/style/index.less +80 -0
- package/lib/Steps/style/navigation.less +85 -0
- package/lib/Steps/style/token.less +137 -0
- package/lib/Switch/index.d.ts +10 -0
- package/lib/Switch/index.js +136 -0
- package/lib/Switch/interface.d.ts +65 -0
- package/lib/Switch/interface.js +2 -0
- package/lib/Switch/style/css.js +2 -0
- package/lib/Switch/style/index.css +1 -0
- package/lib/Switch/style/index.d.ts +2 -0
- package/lib/Switch/style/index.js +4 -0
- package/lib/Switch/style/index.less +410 -0
- package/lib/Switch/style/token.less +50 -0
- package/lib/Table/__test__/common/columns.d.ts +11 -0
- package/lib/Table/__test__/common/columns.js +199 -0
- package/lib/Table/__test__/common/data.d.ts +29 -0
- package/lib/Table/__test__/common/data.js +142 -0
- package/lib/Table/colgroup.d.ts +13 -0
- package/lib/Table/colgroup.js +67 -0
- package/lib/Table/constant.d.ts +2 -0
- package/lib/Table/constant.js +5 -0
- package/lib/Table/hooks/useColumns.d.ts +3 -0
- package/lib/Table/hooks/useColumns.js +196 -0
- package/lib/Table/hooks/useComponent.d.ts +31 -0
- package/lib/Table/hooks/useComponent.js +70 -0
- package/lib/Table/hooks/useExpand.d.ts +3 -0
- package/lib/Table/hooks/useExpand.js +69 -0
- package/lib/Table/hooks/useRowSelection.d.ts +12 -0
- package/lib/Table/hooks/useRowSelection.js +161 -0
- package/lib/Table/hooks/useSorter.d.ts +7 -0
- package/lib/Table/hooks/useSorter.js +128 -0
- package/lib/Table/hooks/useStickyClassNames.d.ts +3 -0
- package/lib/Table/hooks/useStickyClassNames.js +43 -0
- package/lib/Table/hooks/useStickyOffsets.d.ts +3 -0
- package/lib/Table/hooks/useStickyOffsets.js +68 -0
- package/lib/Table/index.d.ts +9 -0
- package/lib/Table/index.js +10 -0
- package/lib/Table/interface.d.ts +704 -0
- package/lib/Table/interface.js +2 -0
- package/lib/Table/style/css.js +11 -0
- package/lib/Table/style/filters-popup.less +45 -0
- package/lib/Table/style/index.css +1 -0
- package/lib/Table/style/index.d.ts +11 -0
- package/lib/Table/style/index.js +13 -0
- package/lib/Table/style/index.less +954 -0
- package/lib/Table/style/token.less +96 -0
- package/lib/Table/summary/cell.d.ts +12 -0
- package/lib/Table/summary/cell.js +35 -0
- package/lib/Table/summary/context.d.ts +10 -0
- package/lib/Table/summary/context.js +5 -0
- package/lib/Table/summary/index.d.ts +8 -0
- package/lib/Table/summary/index.js +13 -0
- package/lib/Table/summary/row.d.ts +7 -0
- package/lib/Table/summary/row.js +80 -0
- package/lib/Table/table.d.ts +10 -0
- package/lib/Table/table.js +725 -0
- package/lib/Table/tbody/index.d.ts +3 -0
- package/lib/Table/tbody/index.js +143 -0
- package/lib/Table/tbody/td.d.ts +25 -0
- package/lib/Table/tbody/td.js +141 -0
- package/lib/Table/tbody/tr.d.ts +16 -0
- package/lib/Table/tbody/tr.js +164 -0
- package/lib/Table/tfoot/index.d.ts +3 -0
- package/lib/Table/tfoot/index.js +14 -0
- package/lib/Table/thead/column.d.ts +3 -0
- package/lib/Table/thead/column.js +244 -0
- package/lib/Table/thead/index.d.ts +3 -0
- package/lib/Table/thead/index.js +115 -0
- package/lib/Table/utils.d.ts +17 -0
- package/lib/Table/utils.js +224 -0
- package/lib/Tabs/hook/useDomSize.d.ts +11 -0
- package/lib/Tabs/hook/useDomSize.js +37 -0
- package/lib/Tabs/hook/useHeaderScroll.d.ts +9 -0
- package/lib/Tabs/hook/useHeaderScroll.js +89 -0
- package/lib/Tabs/index.d.ts +4 -0
- package/lib/Tabs/index.js +7 -0
- package/lib/Tabs/interface.d.ts +213 -0
- package/lib/Tabs/interface.js +2 -0
- package/lib/Tabs/style/css.js +3 -0
- package/lib/Tabs/style/index.css +1 -0
- package/lib/Tabs/style/index.d.ts +3 -0
- package/lib/Tabs/style/index.js +5 -0
- package/lib/Tabs/style/index.less +779 -0
- package/lib/Tabs/style/rtl.less +103 -0
- package/lib/Tabs/style/token.less +137 -0
- package/lib/Tabs/style/vertical.less +202 -0
- package/lib/Tabs/tab-content.d.ts +9 -0
- package/lib/Tabs/tab-content.js +59 -0
- package/lib/Tabs/tab-header/dropdown-icon.d.ts +1 -0
- package/lib/Tabs/tab-header/dropdown-icon.js +79 -0
- package/lib/Tabs/tab-header/index.d.ts +4 -0
- package/lib/Tabs/tab-header/index.js +329 -0
- package/lib/Tabs/tab-header/tab-ink.d.ts +11 -0
- package/lib/Tabs/tab-header/tab-ink.js +82 -0
- package/lib/Tabs/tab-header/tab-nav-icon.d.ts +17 -0
- package/lib/Tabs/tab-header/tab-nav-icon.js +103 -0
- package/lib/Tabs/tab-header/tab-title.d.ts +17 -0
- package/lib/Tabs/tab-header/tab-title.js +61 -0
- package/lib/Tabs/tab-pane.d.ts +8 -0
- package/lib/Tabs/tab-pane.js +62 -0
- package/lib/Tabs/tabs.d.ts +18 -0
- package/lib/Tabs/tabs.js +178 -0
- package/lib/Tabs/utils.d.ts +12 -0
- package/lib/Tabs/utils.js +43 -0
- package/lib/Tag/index.d.ts +5 -0
- package/lib/Tag/index.js +159 -0
- package/lib/Tag/interface.d.ts +72 -0
- package/lib/Tag/interface.js +2 -0
- package/lib/Tag/style/css.js +2 -0
- package/lib/Tag/style/index.css +1 -0
- package/lib/Tag/style/index.d.ts +2 -0
- package/lib/Tag/style/index.js +4 -0
- package/lib/Tag/style/index.less +177 -0
- package/lib/Tag/style/token.less +149 -0
- package/lib/TimePicker/context.d.ts +7 -0
- package/lib/TimePicker/context.js +4 -0
- package/lib/TimePicker/index.d.ts +4 -0
- package/lib/TimePicker/index.js +54 -0
- package/lib/TimePicker/interface.d.ts +244 -0
- package/lib/TimePicker/interface.js +2 -0
- package/lib/TimePicker/picker.d.ts +15 -0
- package/lib/TimePicker/picker.js +247 -0
- package/lib/TimePicker/range-picker.d.ts +12 -0
- package/lib/TimePicker/range-picker.js +80 -0
- package/lib/TimePicker/style/css.js +5 -0
- package/lib/TimePicker/style/index.css +1 -0
- package/lib/TimePicker/style/index.d.ts +5 -0
- package/lib/TimePicker/style/index.js +7 -0
- package/lib/TimePicker/style/index.less +95 -0
- package/lib/TimePicker/style/token.less +24 -0
- package/lib/TimePicker/time-column.d.ts +17 -0
- package/lib/TimePicker/time-column.js +80 -0
- package/lib/TimePicker/time-picker.d.ts +24 -0
- package/lib/TimePicker/time-picker.js +260 -0
- package/lib/TimePicker/util.d.ts +7 -0
- package/lib/TimePicker/util.js +64 -0
- package/lib/Timeline/index.d.ts +3 -0
- package/lib/Timeline/index.js +7 -0
- package/lib/Timeline/interface.d.ts +95 -0
- package/lib/Timeline/interface.js +2 -0
- package/lib/Timeline/item.d.ts +7 -0
- package/lib/Timeline/item.js +91 -0
- package/lib/Timeline/style/css.js +2 -0
- package/lib/Timeline/style/horizontal.less +82 -0
- package/lib/Timeline/style/index.css +1 -0
- package/lib/Timeline/style/index.d.ts +2 -0
- package/lib/Timeline/style/index.js +4 -0
- package/lib/Timeline/style/index.less +260 -0
- package/lib/Timeline/style/rtl.less +65 -0
- package/lib/Timeline/style/token.less +25 -0
- package/lib/Timeline/timeline.d.ts +10 -0
- package/lib/Timeline/timeline.js +121 -0
- package/lib/Tooltip/index.d.ts +10 -0
- package/lib/Tooltip/index.js +114 -0
- package/lib/Tooltip/interface.d.ts +92 -0
- package/lib/Tooltip/interface.js +2 -0
- package/lib/Tooltip/style/css.js +3 -0
- package/lib/Tooltip/style/index.css +1 -0
- package/lib/Tooltip/style/index.d.ts +3 -0
- package/lib/Tooltip/style/index.js +5 -0
- package/lib/Tooltip/style/index.less +69 -0
- package/lib/Tooltip/style/token.less +14 -0
- package/lib/Transfer/index.d.ts +5 -0
- package/lib/Transfer/index.js +247 -0
- package/lib/Transfer/interface.d.ts +225 -0
- package/lib/Transfer/interface.js +2 -0
- package/lib/Transfer/item.d.ts +3 -0
- package/lib/Transfer/item.js +141 -0
- package/lib/Transfer/list.d.ts +5 -0
- package/lib/Transfer/list.js +178 -0
- package/lib/Transfer/style/css.js +6 -0
- package/lib/Transfer/style/index.css +1 -0
- package/lib/Transfer/style/index.d.ts +6 -0
- package/lib/Transfer/style/index.js +8 -0
- package/lib/Transfer/style/index.less +330 -0
- package/lib/Transfer/style/token.less +49 -0
- package/lib/Tree/animation.d.ts +7 -0
- package/lib/Tree/animation.js +143 -0
- package/lib/Tree/context.d.ts +27 -0
- package/lib/Tree/context.js +5 -0
- package/lib/Tree/index.d.ts +73 -0
- package/lib/Tree/index.js +774 -0
- package/lib/Tree/interface.d.ts +344 -0
- package/lib/Tree/interface.js +2 -0
- package/lib/Tree/node-list.d.ts +3 -0
- package/lib/Tree/node-list.js +149 -0
- package/lib/Tree/node.d.ts +12 -0
- package/lib/Tree/node.js +292 -0
- package/lib/Tree/style/css.js +3 -0
- package/lib/Tree/style/index.css +1 -0
- package/lib/Tree/style/index.d.ts +3 -0
- package/lib/Tree/style/index.js +5 -0
- package/lib/Tree/style/index.less +467 -0
- package/lib/Tree/style/token.less +53 -0
- package/lib/Tree/util.d.ts +13 -0
- package/lib/Tree/util.js +179 -0
- package/lib/TreeSelect/hook/useKeyCache.d.ts +6 -0
- package/lib/TreeSelect/hook/useKeyCache.js +88 -0
- package/lib/TreeSelect/hook/useStateValue.d.ts +19 -0
- package/lib/TreeSelect/hook/useStateValue.js +146 -0
- package/lib/TreeSelect/hook/useTreeData.d.ts +3 -0
- package/lib/TreeSelect/hook/useTreeData.js +39 -0
- package/lib/TreeSelect/index.d.ts +4 -0
- package/lib/TreeSelect/index.js +7 -0
- package/lib/TreeSelect/interface.d.ts +211 -0
- package/lib/TreeSelect/interface.js +13 -0
- package/lib/TreeSelect/style/css.js +5 -0
- package/lib/TreeSelect/style/index.css +1 -0
- package/lib/TreeSelect/style/index.d.ts +5 -0
- package/lib/TreeSelect/style/index.js +7 -0
- package/lib/TreeSelect/style/index.less +42 -0
- package/lib/TreeSelect/style/token.less +5 -0
- package/lib/TreeSelect/tree-list.d.ts +12 -0
- package/lib/TreeSelect/tree-list.js +168 -0
- package/lib/TreeSelect/tree-select.d.ts +12 -0
- package/lib/TreeSelect/tree-select.js +367 -0
- package/lib/TreeSelect/utils.d.ts +1 -0
- package/lib/TreeSelect/utils.js +17 -0
- package/lib/Trigger/getPopupStyle.d.ts +20 -0
- package/lib/Trigger/getPopupStyle.js +398 -0
- package/lib/Trigger/index.d.ts +123 -0
- package/lib/Trigger/index.js +942 -0
- package/lib/Trigger/interface.d.ts +246 -0
- package/lib/Trigger/interface.js +2 -0
- package/lib/Trigger/portal.d.ts +8 -0
- package/lib/Trigger/portal.js +29 -0
- package/lib/Trigger/style/css.js +2 -0
- package/lib/Trigger/style/index.css +1 -0
- package/lib/Trigger/style/index.d.ts +2 -0
- package/lib/Trigger/style/index.js +4 -0
- package/lib/Trigger/style/index.less +66 -0
- package/lib/Trigger/style/token.less +5 -0
- package/lib/Typography/base.d.ts +6 -0
- package/lib/Typography/base.js +241 -0
- package/lib/Typography/edit-content.d.ts +4 -0
- package/lib/Typography/edit-content.js +54 -0
- package/lib/Typography/ellipsis.d.ts +6 -0
- package/lib/Typography/ellipsis.js +228 -0
- package/lib/Typography/index.d.ts +13 -0
- package/lib/Typography/index.js +16 -0
- package/lib/Typography/interface.d.ts +262 -0
- package/lib/Typography/interface.js +2 -0
- package/lib/Typography/operations.d.ts +3 -0
- package/lib/Typography/operations.js +113 -0
- package/lib/Typography/paragraph.d.ts +4 -0
- package/lib/Typography/paragraph.js +49 -0
- package/lib/Typography/style/css.js +5 -0
- package/lib/Typography/style/index.css +1 -0
- package/lib/Typography/style/index.d.ts +5 -0
- package/lib/Typography/style/index.js +7 -0
- package/lib/Typography/style/index.less +336 -0
- package/lib/Typography/style/token.less +58 -0
- package/lib/Typography/text.d.ts +3 -0
- package/lib/Typography/text.js +43 -0
- package/lib/Typography/title.d.ts +4 -0
- package/lib/Typography/title.js +55 -0
- package/lib/Typography/typography.d.ts +4 -0
- package/lib/Typography/typography.js +37 -0
- package/lib/Typography/useCssEllipsis.d.ts +6 -0
- package/lib/Typography/useCssEllipsis.js +71 -0
- package/lib/Typography/useEllipsis.d.ts +21 -0
- package/lib/Typography/useEllipsis.js +242 -0
- package/lib/Upload/index.d.ts +3 -0
- package/lib/Upload/index.js +7 -0
- package/lib/Upload/interface.d.ts +337 -0
- package/lib/Upload/interface.js +9 -0
- package/lib/Upload/list/index.d.ts +6 -0
- package/lib/Upload/list/index.js +151 -0
- package/lib/Upload/list/pictureItem.d.ts +9 -0
- package/lib/Upload/list/pictureItem.js +81 -0
- package/lib/Upload/list/textItem.d.ts +9 -0
- package/lib/Upload/list/textItem.js +127 -0
- package/lib/Upload/list/uploadProgress.d.ts +14 -0
- package/lib/Upload/list/uploadProgress.js +84 -0
- package/lib/Upload/request.d.ts +3 -0
- package/lib/Upload/request.js +66 -0
- package/lib/Upload/style/css.js +6 -0
- package/lib/Upload/style/index.css +1 -0
- package/lib/Upload/style/index.d.ts +6 -0
- package/lib/Upload/style/index.js +8 -0
- package/lib/Upload/style/index.less +620 -0
- package/lib/Upload/style/token.less +102 -0
- package/lib/Upload/trigger-node.d.ts +6 -0
- package/lib/Upload/trigger-node.js +156 -0
- package/lib/Upload/upload.d.ts +12 -0
- package/lib/Upload/upload.js +249 -0
- package/lib/Upload/uploader.d.ts +28 -0
- package/lib/Upload/uploader.js +261 -0
- package/lib/Upload/util.d.ts +4 -0
- package/lib/Upload/util.js +120 -0
- package/lib/VerificationCode/index.d.ts +4 -0
- package/lib/VerificationCode/index.js +7 -0
- package/lib/VerificationCode/interface.d.ts +80 -0
- package/lib/VerificationCode/interface.js +2 -0
- package/lib/VerificationCode/style/css.js +3 -0
- package/lib/VerificationCode/style/index.css +1 -0
- package/lib/VerificationCode/style/index.d.ts +3 -0
- package/lib/VerificationCode/style/index.js +5 -0
- package/lib/VerificationCode/style/index.less +36 -0
- package/lib/VerificationCode/style/token.less +1 -0
- package/lib/VerificationCode/verification-code.d.ts +5 -0
- package/lib/VerificationCode/verification-code.js +105 -0
- package/lib/Watermark/index.d.ts +4 -0
- package/lib/Watermark/index.js +7 -0
- package/lib/Watermark/interface.d.ts +70 -0
- package/lib/Watermark/interface.js +2 -0
- package/lib/Watermark/style/css.js +1 -0
- package/lib/Watermark/style/index.css +0 -0
- package/lib/Watermark/style/index.d.ts +1 -0
- package/lib/Watermark/style/index.js +3 -0
- package/lib/Watermark/style/index.less +1 -0
- package/lib/Watermark/style/token.less +1 -0
- package/lib/Watermark/watermark.d.ts +5 -0
- package/lib/Watermark/watermark.js +93 -0
- package/lib/_class/Draggable/index.d.ts +2 -0
- package/lib/_class/Draggable/index.js +60 -0
- package/lib/_class/Draggable/interface.d.ts +24 -0
- package/lib/_class/Draggable/interface.js +2 -0
- package/lib/_class/Draggable/item.d.ts +3 -0
- package/lib/_class/Draggable/item.js +112 -0
- package/lib/_class/Draggable/style/index.css +1 -0
- package/lib/_class/Draggable/style/index.less +52 -0
- package/lib/_class/OverflowEllipsis/OverflowItem.d.ts +10 -0
- package/lib/_class/OverflowEllipsis/OverflowItem.js +48 -0
- package/lib/_class/OverflowEllipsis/index.d.ts +11 -0
- package/lib/_class/OverflowEllipsis/index.js +134 -0
- package/lib/_class/OverflowEllipsis/style/index.css +1 -0
- package/lib/_class/OverflowEllipsis/style/index.less +29 -0
- package/lib/_class/VirtualList/Filler.d.ts +15 -0
- package/lib/_class/VirtualList/Filler.js +51 -0
- package/lib/_class/VirtualList/index.d.ts +39 -0
- package/lib/_class/VirtualList/index.js +509 -0
- package/lib/_class/VirtualList/utils/algorithmUtil.d.ts +23 -0
- package/lib/_class/VirtualList/utils/algorithmUtil.js +75 -0
- package/lib/_class/VirtualList/utils/itemUtil.d.ts +75 -0
- package/lib/_class/VirtualList/utils/itemUtil.js +147 -0
- package/lib/_class/icon-hover.d.ts +10 -0
- package/lib/_class/icon-hover.js +61 -0
- package/lib/_class/notice.d.ts +50 -0
- package/lib/_class/notice.js +194 -0
- package/lib/_class/notification.d.ts +15 -0
- package/lib/_class/notification.js +95 -0
- package/lib/_class/picker/input-range.d.ts +35 -0
- package/lib/_class/picker/input-range.js +197 -0
- package/lib/_class/picker/input.d.ts +31 -0
- package/lib/_class/picker/input.js +138 -0
- package/lib/_class/picker/style/index.css +1 -0
- package/lib/_class/picker/style/index.less +185 -0
- package/lib/_class/picker/style/status.less +20 -0
- package/lib/_class/picker/style/token.less +60 -0
- package/lib/_class/select-view.d.ts +158 -0
- package/lib/_class/select-view.js +392 -0
- package/lib/_hooks/useVerificationCode/index.d.ts +2 -0
- package/lib/_hooks/useVerificationCode/index.js +125 -0
- package/lib/_hooks/useVerificationCode/interface.d.ts +63 -0
- package/lib/_hooks/useVerificationCode/interface.js +2 -0
- package/lib/_hooks/useWatermark/index.d.ts +2 -0
- package/lib/_hooks/useWatermark/index.js +313 -0
- package/lib/_hooks/useWatermark/interface.d.ts +81 -0
- package/lib/_hooks/useWatermark/interface.js +2 -0
- package/lib/_hooks/useWatermark/utils.d.ts +1 -0
- package/lib/_hooks/useWatermark/utils.js +19 -0
- package/lib/_util/CSSTransition.d.ts +2 -0
- package/lib/_util/CSSTransition.js +107 -0
- package/lib/_util/classNames.d.ts +5 -0
- package/lib/_util/classNames.js +67 -0
- package/lib/_util/clipboard.d.ts +1 -0
- package/lib/_util/clipboard.js +86 -0
- package/lib/_util/color.d.ts +27 -0
- package/lib/_util/color.js +202 -0
- package/lib/_util/constant.d.ts +3 -0
- package/lib/_util/constant.js +26 -0
- package/lib/_util/contextHolder.d.ts +9 -0
- package/lib/_util/contextHolder.js +68 -0
- package/lib/_util/dayjs.d.ts +21 -0
- package/lib/_util/dayjs.js +311 -0
- package/lib/_util/dom.d.ts +12 -0
- package/lib/_util/dom.js +70 -0
- package/lib/_util/fillNBSP.d.ts +1 -0
- package/lib/_util/fillNBSP.js +9 -0
- package/lib/_util/getHighlightText.d.ts +5 -0
- package/lib/_util/getHighlightText.js +57 -0
- package/lib/_util/getHotkeyHandler.d.ts +16 -0
- package/lib/_util/getHotkeyHandler.js +38 -0
- package/lib/_util/getStringLength.d.ts +1 -0
- package/lib/_util/getStringLength.js +16 -0
- package/lib/_util/hooks/useComputedState.d.ts +4 -0
- package/lib/_util/hooks/useComputedState.js +28 -0
- package/lib/_util/hooks/useCreate.d.ts +1 -0
- package/lib/_util/hooks/useCreate.js +30 -0
- package/lib/_util/hooks/useForceUpdate.d.ts +2 -0
- package/lib/_util/hooks/useForceUpdate.js +24 -0
- package/lib/_util/hooks/useId.d.ts +6 -0
- package/lib/_util/hooks/useId.js +36 -0
- package/lib/_util/hooks/useInView.d.ts +11 -0
- package/lib/_util/hooks/useInView.js +81 -0
- package/lib/_util/hooks/useIntersectionObserver.d.ts +7 -0
- package/lib/_util/hooks/useIntersectionObserver.js +32 -0
- package/lib/_util/hooks/useInterval.d.ts +1 -0
- package/lib/_util/hooks/useInterval.js +33 -0
- package/lib/_util/hooks/useIsFirstRender.d.ts +1 -0
- package/lib/_util/hooks/useIsFirstRender.js +11 -0
- package/lib/_util/hooks/useIsomorphicLayoutEffect.d.ts +3 -0
- package/lib/_util/hooks/useIsomorphicLayoutEffect.js +8 -0
- package/lib/_util/hooks/useKeyboardEvent.d.ts +14 -0
- package/lib/_util/hooks/useKeyboardEvent.js +32 -0
- package/lib/_util/hooks/useMergeProps.d.ts +4 -0
- package/lib/_util/hooks/useMergeProps.js +37 -0
- package/lib/_util/hooks/useMergeValue.d.ts +5 -0
- package/lib/_util/hooks/useMergeValue.js +50 -0
- package/lib/_util/hooks/useOverflowHidden.d.ts +5 -0
- package/lib/_util/hooks/useOverflowHidden.js +46 -0
- package/lib/_util/hooks/useOverrideRef.d.ts +5 -0
- package/lib/_util/hooks/useOverrideRef.js +40 -0
- package/lib/_util/hooks/usePersistCallback.d.ts +1 -0
- package/lib/_util/hooks/usePersistCallback.js +43 -0
- package/lib/_util/hooks/usePrevious.d.ts +2 -0
- package/lib/_util/hooks/usePrevious.js +11 -0
- package/lib/_util/hooks/useRefs.d.ts +1 -0
- package/lib/_util/hooks/useRefs.js +18 -0
- package/lib/_util/hooks/useResizeObserver.d.ts +6 -0
- package/lib/_util/hooks/useResizeObserver.js +31 -0
- package/lib/_util/hooks/useStateCallback.d.ts +5 -0
- package/lib/_util/hooks/useStateCallback.js +32 -0
- package/lib/_util/hooks/useStateWithPromise.d.ts +2 -0
- package/lib/_util/hooks/useStateWithPromise.js +49 -0
- package/lib/_util/hooks/useUpdate.d.ts +2 -0
- package/lib/_util/hooks/useUpdate.js +16 -0
- package/lib/_util/hooks/useWatch.d.ts +2 -0
- package/lib/_util/hooks/useWatch.js +16 -0
- package/lib/_util/include.d.ts +1 -0
- package/lib/_util/include.js +13 -0
- package/lib/_util/is.d.ts +27 -0
- package/lib/_util/is.js +159 -0
- package/lib/_util/keycode.d.ts +36 -0
- package/lib/_util/keycode.js +40 -0
- package/lib/_util/mergeProps.d.ts +1 -0
- package/lib/_util/mergeProps.js +26 -0
- package/lib/_util/mergedToString.d.ts +2 -0
- package/lib/_util/mergedToString.js +26 -0
- package/lib/_util/omit.d.ts +1 -0
- package/lib/_util/omit.js +25 -0
- package/lib/_util/pad.d.ts +2 -0
- package/lib/_util/pad.js +23 -0
- package/lib/_util/pick.d.ts +4 -0
- package/lib/_util/pick.js +30 -0
- package/lib/_util/raf.d.ts +3 -0
- package/lib/_util/raf.js +33 -0
- package/lib/_util/react-dom.d.ts +13 -0
- package/lib/_util/react-dom.js +113 -0
- package/lib/_util/resizeObserver.d.ts +21 -0
- package/lib/_util/resizeObserver.js +114 -0
- package/lib/_util/responsiveObserve.d.ts +15 -0
- package/lib/_util/responsiveObserve.js +88 -0
- package/lib/_util/scrollIntoView.d.ts +2 -0
- package/lib/_util/scrollIntoView.js +33 -0
- package/lib/_util/style.d.ts +3 -0
- package/lib/_util/style.js +44 -0
- package/lib/_util/throttleByRaf.d.ts +4 -0
- package/lib/_util/throttleByRaf.js +48 -0
- package/lib/_util/throttleByRafV2.d.ts +4 -0
- package/lib/_util/throttleByRafV2.js +52 -0
- package/lib/_util/type.d.ts +4 -0
- package/lib/_util/type.js +2 -0
- package/lib/_util/warning.d.ts +1 -0
- package/lib/_util/warning.js +14 -0
- package/lib/index.d.ts +142 -0
- package/lib/index.js +150 -0
- package/lib/locale/ar-EG.d.ts +228 -0
- package/lib/locale/ar-EG.js +169 -0
- package/lib/locale/de-DE.d.ts +228 -0
- package/lib/locale/de-DE.js +167 -0
- package/lib/locale/default.d.ts +2 -0
- package/lib/locale/default.js +7 -0
- package/lib/locale/en-US.d.ts +234 -0
- package/lib/locale/en-US.js +174 -0
- package/lib/locale/es-ES.d.ts +228 -0
- package/lib/locale/es-ES.js +167 -0
- package/lib/locale/fr-FR.d.ts +228 -0
- package/lib/locale/fr-FR.js +167 -0
- package/lib/locale/id-ID.d.ts +228 -0
- package/lib/locale/id-ID.js +167 -0
- package/lib/locale/interface.d.ts +39 -0
- package/lib/locale/interface.js +2 -0
- package/lib/locale/it-IT.d.ts +228 -0
- package/lib/locale/it-IT.js +167 -0
- package/lib/locale/ja-JP.d.ts +281 -0
- package/lib/locale/ja-JP.js +220 -0
- package/lib/locale/ko-KR.d.ts +228 -0
- package/lib/locale/ko-KR.js +167 -0
- package/lib/locale/ms-MY.d.ts +228 -0
- package/lib/locale/ms-MY.js +167 -0
- package/lib/locale/pt-BR.d.ts +228 -0
- package/lib/locale/pt-BR.js +167 -0
- package/lib/locale/pt-PT.d.ts +228 -0
- package/lib/locale/pt-PT.js +167 -0
- package/lib/locale/ru-RU.d.ts +228 -0
- package/lib/locale/ru-RU.js +167 -0
- package/lib/locale/th-TH.d.ts +228 -0
- package/lib/locale/th-TH.js +167 -0
- package/lib/locale/tr-TR.d.ts +229 -0
- package/lib/locale/tr-TR.js +169 -0
- package/lib/locale/vi-VN.d.ts +228 -0
- package/lib/locale/vi-VN.js +168 -0
- package/lib/locale/zh-CN.d.ts +281 -0
- package/lib/locale/zh-CN.js +221 -0
- package/lib/locale/zh-HK.d.ts +281 -0
- package/lib/locale/zh-HK.js +221 -0
- package/lib/locale/zh-TW.d.ts +281 -0
- package/lib/locale/zh-TW.js +220 -0
- package/lib/style/animation/fade.less +42 -0
- package/lib/style/animation/slide.less +116 -0
- package/lib/style/animation/zoom.less +171 -0
- package/lib/style/animation.less +3 -0
- package/lib/style/icon.less +94 -0
- package/lib/style/index.css +1 -0
- package/lib/style/index.less +10 -0
- package/lib/style/mixin.less +24 -0
- package/lib/style/mixins/clearfix.less +13 -0
- package/lib/style/mixins/index.css +0 -0
- package/lib/style/mixins/index.less +2 -0
- package/lib/style/normalize.less +375 -0
- package/lib/style/theme/color/colors.less +469 -0
- package/lib/style/theme/color/compiled-colors.less +569 -0
- package/lib/style/theme/color/css-variables.less +438 -0
- package/lib/style/theme/color/getRgbStr.js +16 -0
- package/lib/style/theme/color/palette-dark.js +9 -0
- package/lib/style/theme/color/palette.js +9 -0
- package/lib/style/theme/component.less +15 -0
- package/lib/style/theme/css-variables.less +158 -0
- package/lib/style/theme/default.less +49 -0
- package/lib/style/theme/global.less +393 -0
- package/package.json +169 -0
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
function getFixTranslate(wrapperRect, imgRect, translateX, translateY, scale) {
|
|
4
|
+
var fixTranslateX = translateX;
|
|
5
|
+
var fixTranslateY = translateY;
|
|
6
|
+
if (translateX) {
|
|
7
|
+
// No translateX if width of img is smaller than width of wrapper
|
|
8
|
+
if (wrapperRect.width > imgRect.width) {
|
|
9
|
+
fixTranslateX = 0;
|
|
10
|
+
}
|
|
11
|
+
else {
|
|
12
|
+
// Width of image is greater than width of wrapper
|
|
13
|
+
if (imgRect.left > wrapperRect.left) {
|
|
14
|
+
// Reduce translateX to make image move to left if left side of image is within wrapper
|
|
15
|
+
fixTranslateX -= Math.abs(wrapperRect.left - imgRect.left) / scale;
|
|
16
|
+
}
|
|
17
|
+
if (imgRect.right < wrapperRect.right) {
|
|
18
|
+
// Enlarge translateX to make image move to right if right side of image is within wrapper
|
|
19
|
+
fixTranslateX += Math.abs(wrapperRect.right - imgRect.right) / scale;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
if (translateY) {
|
|
24
|
+
// No translateY if height of img is smaller than height of wrapper
|
|
25
|
+
if (wrapperRect.height > imgRect.height) {
|
|
26
|
+
fixTranslateY = 0;
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
// Height of image is greater than height of wrapper
|
|
30
|
+
if (imgRect.top > wrapperRect.top) {
|
|
31
|
+
// Reduce translateY to make image move to top if top side of image is within wrapper
|
|
32
|
+
fixTranslateY -= Math.abs(wrapperRect.top - imgRect.top) / scale;
|
|
33
|
+
}
|
|
34
|
+
if (imgRect.bottom < wrapperRect.bottom) {
|
|
35
|
+
// Enlarge translateY to make image move to bottom if bottom side of image is within wrapper
|
|
36
|
+
fixTranslateY += Math.abs(wrapperRect.bottom - imgRect.bottom) / scale;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
return [fixTranslateX, fixTranslateY];
|
|
41
|
+
}
|
|
42
|
+
exports.default = getFixTranslate;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare const defaultScales: number[];
|
|
2
|
+
declare type ZoomType = 'zoomIn' | 'zoomOut';
|
|
3
|
+
declare class PreviewScales {
|
|
4
|
+
private scaleAttr;
|
|
5
|
+
constructor(scales: number[]);
|
|
6
|
+
get scales(): any;
|
|
7
|
+
get minScale(): any;
|
|
8
|
+
get maxScale(): any;
|
|
9
|
+
updateScale(scales: number[]): void;
|
|
10
|
+
private findClosestIndex;
|
|
11
|
+
getNextScale(cur: number, type?: ZoomType): number;
|
|
12
|
+
}
|
|
13
|
+
export default PreviewScales;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultScales = void 0;
|
|
4
|
+
var is_1 = require("../../_util/is");
|
|
5
|
+
exports.defaultScales = [
|
|
6
|
+
25, 33, 50, 67, 75, 80, 90, 100, 110, 125, 150, 175, 200, 250, 300, 400, 500,
|
|
7
|
+
];
|
|
8
|
+
var PreviewScales = /** @class */ (function () {
|
|
9
|
+
function PreviewScales(scales) {
|
|
10
|
+
this.updateScale(scales);
|
|
11
|
+
}
|
|
12
|
+
Object.defineProperty(PreviewScales.prototype, "scales", {
|
|
13
|
+
get: function () {
|
|
14
|
+
return this.scaleAttr;
|
|
15
|
+
},
|
|
16
|
+
enumerable: false,
|
|
17
|
+
configurable: true
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(PreviewScales.prototype, "minScale", {
|
|
20
|
+
get: function () {
|
|
21
|
+
return this.scaleAttr[0];
|
|
22
|
+
},
|
|
23
|
+
enumerable: false,
|
|
24
|
+
configurable: true
|
|
25
|
+
});
|
|
26
|
+
Object.defineProperty(PreviewScales.prototype, "maxScale", {
|
|
27
|
+
get: function () {
|
|
28
|
+
return this.scaleAttr[this.scaleAttr.length - 1];
|
|
29
|
+
},
|
|
30
|
+
enumerable: false,
|
|
31
|
+
configurable: true
|
|
32
|
+
});
|
|
33
|
+
PreviewScales.prototype.updateScale = function (scales) {
|
|
34
|
+
var validScales = exports.defaultScales;
|
|
35
|
+
if ((0, is_1.isArray)(scales) && scales.filter(function (num) { return num > 0; }).length) {
|
|
36
|
+
validScales = scales.filter(function (num) { return num > 0; });
|
|
37
|
+
}
|
|
38
|
+
validScales = validScales.map(function (num) { return +(num / 100).toFixed(2); });
|
|
39
|
+
// 如果缩放比例中不含1, 则需要手动添加在最合适的位置
|
|
40
|
+
if (!validScales.includes(1)) {
|
|
41
|
+
var closestIndex = this.findClosestIndex(1, validScales);
|
|
42
|
+
var closeSale = validScales[closestIndex];
|
|
43
|
+
var addIndex = closeSale < 1 ? closestIndex + 1 : closestIndex;
|
|
44
|
+
validScales.splice(addIndex, 0, 1);
|
|
45
|
+
}
|
|
46
|
+
this.scaleAttr = validScales;
|
|
47
|
+
};
|
|
48
|
+
PreviewScales.prototype.findClosestIndex = function (scale, scales) {
|
|
49
|
+
if (scales === void 0) { scales = this.scaleAttr; }
|
|
50
|
+
if (!scales.length)
|
|
51
|
+
return;
|
|
52
|
+
if (scales.length === 1)
|
|
53
|
+
return 0;
|
|
54
|
+
var closestIndex = scales.length - 1;
|
|
55
|
+
for (var i = 0; i < scales.length; i++) {
|
|
56
|
+
var current = scales[i];
|
|
57
|
+
if (scale === current) {
|
|
58
|
+
closestIndex = i;
|
|
59
|
+
break;
|
|
60
|
+
}
|
|
61
|
+
if (scale < current) {
|
|
62
|
+
var pre = scales[i - 1];
|
|
63
|
+
closestIndex =
|
|
64
|
+
pre === undefined || Math.abs(pre - scale) <= Math.abs(current - scale) ? i - 1 : i;
|
|
65
|
+
break;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
return closestIndex;
|
|
69
|
+
};
|
|
70
|
+
PreviewScales.prototype.getNextScale = function (cur, type) {
|
|
71
|
+
if (type === void 0) { type = 'zoomIn'; }
|
|
72
|
+
var index = this.scaleAttr.indexOf(cur);
|
|
73
|
+
if (index === -1) {
|
|
74
|
+
index = this.findClosestIndex(cur);
|
|
75
|
+
}
|
|
76
|
+
if (type === 'zoomIn') {
|
|
77
|
+
return index === this.scaleAttr.length - 1 ? cur : this.scaleAttr[index + 1];
|
|
78
|
+
}
|
|
79
|
+
return index === 0 ? cur : this.scaleAttr[index - 1];
|
|
80
|
+
};
|
|
81
|
+
return PreviewScales;
|
|
82
|
+
}());
|
|
83
|
+
exports.default = PreviewScales;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare type ImageStatusType = 'beforeLoad' | 'loading' | 'error' | 'loaded' | 'lazyload';
|
|
3
|
+
export default function useImageStatus(defaultValue: ImageStatusType): {
|
|
4
|
+
status: ImageStatusType;
|
|
5
|
+
isBeforeLoad: boolean;
|
|
6
|
+
isLoading: boolean;
|
|
7
|
+
isError: boolean;
|
|
8
|
+
isLoaded: boolean;
|
|
9
|
+
isLazyLoad: boolean;
|
|
10
|
+
setStatus: import("react").Dispatch<import("react").SetStateAction<ImageStatusType>>;
|
|
11
|
+
};
|
|
12
|
+
export {};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
3
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
4
|
+
if (!m) return o;
|
|
5
|
+
var i = m.call(o), r, ar = [], e;
|
|
6
|
+
try {
|
|
7
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
8
|
+
}
|
|
9
|
+
catch (error) { e = { error: error }; }
|
|
10
|
+
finally {
|
|
11
|
+
try {
|
|
12
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
13
|
+
}
|
|
14
|
+
finally { if (e) throw e.error; }
|
|
15
|
+
}
|
|
16
|
+
return ar;
|
|
17
|
+
};
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
+
var react_1 = require("react");
|
|
20
|
+
function useImageStatus(defaultValue) {
|
|
21
|
+
var _a = __read((0, react_1.useState)(defaultValue), 2), status = _a[0], setStatus = _a[1];
|
|
22
|
+
var isBeforeLoad = status === 'beforeLoad';
|
|
23
|
+
var isLoading = status === 'loading';
|
|
24
|
+
var isError = status === 'error';
|
|
25
|
+
var isLoaded = status === 'loaded';
|
|
26
|
+
var isLazyLoad = status === 'lazyload';
|
|
27
|
+
return {
|
|
28
|
+
status: status,
|
|
29
|
+
isBeforeLoad: isBeforeLoad,
|
|
30
|
+
isLoading: isLoading,
|
|
31
|
+
isError: isError,
|
|
32
|
+
isLoaded: isLoaded,
|
|
33
|
+
isLazyLoad: isLazyLoad,
|
|
34
|
+
setStatus: setStatus,
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
exports.default = useImageStatus;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ImageProps } from '../../interface';
|
|
2
|
+
interface ShowFooterProps {
|
|
3
|
+
title: ImageProps['title'];
|
|
4
|
+
description: ImageProps['description'];
|
|
5
|
+
actions: ImageProps['actions'];
|
|
6
|
+
}
|
|
7
|
+
export default function useShowFooter(props: ShowFooterProps): (string | number)[];
|
|
8
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
function useShowFooter(props) {
|
|
4
|
+
var title = props.title, description = props.description, actions = props.actions;
|
|
5
|
+
var showCaption = title || description;
|
|
6
|
+
var showActions = actions && actions.length;
|
|
7
|
+
var showFooter = showCaption || showActions;
|
|
8
|
+
return [showFooter, showCaption, showActions];
|
|
9
|
+
}
|
|
10
|
+
exports.default = useShowFooter;
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// auto set textarea height
|
|
4
|
+
var is_1 = require("../_util/is");
|
|
5
|
+
var mirrorTextAreaStyle = "\n position: absolute;\n min-height: 0 !important;\n max-height: none;\n height:0;\n visibility: hidden;\n z-index: -100;\n top: 0;\n right: 0;\n";
|
|
6
|
+
var mirrorTextAreaSizing = [
|
|
7
|
+
'border-width',
|
|
8
|
+
'box-sizing',
|
|
9
|
+
'font-family',
|
|
10
|
+
'font-weight',
|
|
11
|
+
'font-size',
|
|
12
|
+
'font-variant',
|
|
13
|
+
'letter-spacing',
|
|
14
|
+
'line-height',
|
|
15
|
+
'padding-top',
|
|
16
|
+
'padding-bottom',
|
|
17
|
+
'padding-left',
|
|
18
|
+
'padding-right',
|
|
19
|
+
'text-indent',
|
|
20
|
+
'text-rendering',
|
|
21
|
+
'text-transform',
|
|
22
|
+
'width',
|
|
23
|
+
];
|
|
24
|
+
var mirrorTextArea;
|
|
25
|
+
function setMirrorTextArea(originTextArea) {
|
|
26
|
+
if (!mirrorTextArea) {
|
|
27
|
+
mirrorTextArea = document.createElement('textarea');
|
|
28
|
+
document.body.appendChild(mirrorTextArea);
|
|
29
|
+
}
|
|
30
|
+
var originStyle = window.getComputedStyle(originTextArea);
|
|
31
|
+
var originSizingStyle = "\n " + mirrorTextAreaSizing.map(function (attr) { return attr + ":" + originStyle.getPropertyValue(attr); }).join(';') + "\n ";
|
|
32
|
+
mirrorTextArea.setAttribute('style', "" + mirrorTextAreaStyle + originSizingStyle);
|
|
33
|
+
var paddingSize = parseFloat(originStyle.getPropertyValue('padding-top')) +
|
|
34
|
+
parseFloat(originStyle.getPropertyValue('padding-bottom'));
|
|
35
|
+
var boxSizing = originStyle.getPropertyValue('box-sizing');
|
|
36
|
+
var borderSize = parseFloat(originStyle.getPropertyValue('border-top-width')) +
|
|
37
|
+
parseFloat(originStyle.getPropertyValue('border-bottom-width'));
|
|
38
|
+
return {
|
|
39
|
+
paddingSize: paddingSize,
|
|
40
|
+
boxSizing: boxSizing,
|
|
41
|
+
borderSize: borderSize,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
function autoSizeTextAreaHeight(autoSize, node) {
|
|
45
|
+
var getRows = function () {
|
|
46
|
+
var minRows;
|
|
47
|
+
var maxRows;
|
|
48
|
+
if ((0, is_1.isObject)(autoSize)) {
|
|
49
|
+
minRows = autoSize.minRows;
|
|
50
|
+
maxRows = autoSize.maxRows;
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
minRows: minRows,
|
|
54
|
+
maxRows: maxRows,
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
if (autoSize) {
|
|
58
|
+
var _a = getRows(), minRows = _a.minRows, maxRows = _a.maxRows;
|
|
59
|
+
var originTextNode = node;
|
|
60
|
+
var _b = setMirrorTextArea(originTextNode), paddingSize = _b.paddingSize, boxSizing = _b.boxSizing, borderSize = _b.borderSize;
|
|
61
|
+
mirrorTextArea.value = originTextNode.value || originTextNode.placeholder || '';
|
|
62
|
+
var mirrorTextAreaHeight = mirrorTextArea.scrollHeight + borderSize;
|
|
63
|
+
var minHeight = void 0;
|
|
64
|
+
var maxHeight = void 0;
|
|
65
|
+
var overflowY = void 0;
|
|
66
|
+
if (minRows || maxRows) {
|
|
67
|
+
mirrorTextArea.value = '';
|
|
68
|
+
var singleRowHeight = mirrorTextArea.scrollHeight - paddingSize;
|
|
69
|
+
if ((0, is_1.isNumber)(minRows)) {
|
|
70
|
+
minHeight = singleRowHeight * minRows;
|
|
71
|
+
if (boxSizing === 'border-box') {
|
|
72
|
+
minHeight += paddingSize;
|
|
73
|
+
minHeight += borderSize;
|
|
74
|
+
}
|
|
75
|
+
mirrorTextAreaHeight = Math.max(mirrorTextAreaHeight, minHeight);
|
|
76
|
+
}
|
|
77
|
+
if ((0, is_1.isNumber)(maxRows)) {
|
|
78
|
+
maxHeight = singleRowHeight * maxRows;
|
|
79
|
+
if (boxSizing === 'border-box') {
|
|
80
|
+
maxHeight += paddingSize;
|
|
81
|
+
maxHeight += borderSize;
|
|
82
|
+
}
|
|
83
|
+
overflowY = mirrorTextAreaHeight > maxHeight ? 'auto' : '';
|
|
84
|
+
maxHeight = Math.min(mirrorTextAreaHeight, maxHeight);
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
var textAreaStyle = {};
|
|
88
|
+
textAreaStyle.height = mirrorTextAreaHeight;
|
|
89
|
+
if (minHeight) {
|
|
90
|
+
textAreaStyle.minHeight = minHeight;
|
|
91
|
+
}
|
|
92
|
+
if (maxHeight) {
|
|
93
|
+
textAreaStyle.maxHeight = maxHeight;
|
|
94
|
+
}
|
|
95
|
+
if (overflowY) {
|
|
96
|
+
textAreaStyle.overflowY = overflowY;
|
|
97
|
+
}
|
|
98
|
+
return textAreaStyle;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
exports.default = autoSizeTextAreaHeight;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { InputGroupProps } from './interface';
|
|
3
|
+
declare const Group: React.ForwardRefExoticComponent<InputGroupProps & {
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
export default Group;
|
|
7
|
+
export { InputGroupProps };
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
+
}) : function(o, v) {
|
|
23
|
+
o["default"] = v;
|
|
24
|
+
});
|
|
25
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
+
if (mod && mod.__esModule) return mod;
|
|
27
|
+
var result = {};
|
|
28
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
+
__setModuleDefault(result, mod);
|
|
30
|
+
return result;
|
|
31
|
+
};
|
|
32
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
33
|
+
var t = {};
|
|
34
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
35
|
+
t[p] = s[p];
|
|
36
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
37
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
38
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
39
|
+
t[p[i]] = s[p[i]];
|
|
40
|
+
}
|
|
41
|
+
return t;
|
|
42
|
+
};
|
|
43
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
44
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
45
|
+
};
|
|
46
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
47
|
+
var react_1 = __importStar(require("react"));
|
|
48
|
+
var classNames_1 = __importDefault(require("../_util/classNames"));
|
|
49
|
+
var ConfigProvider_1 = require("../ConfigProvider");
|
|
50
|
+
var Group = react_1.default.forwardRef(function (props, ref) {
|
|
51
|
+
var _a;
|
|
52
|
+
var getPrefixCls = (0, react_1.useContext)(ConfigProvider_1.ConfigContext).getPrefixCls;
|
|
53
|
+
var className = props.className, style = props.style, children = props.children, compact = props.compact, rest = __rest(props, ["className", "style", "children", "compact"]);
|
|
54
|
+
var prefixCls = getPrefixCls('input-group');
|
|
55
|
+
var classNames = (0, classNames_1.default)(prefixCls, (_a = {},
|
|
56
|
+
_a[prefixCls + "-compact"] = compact,
|
|
57
|
+
_a), className);
|
|
58
|
+
return (react_1.default.createElement("div", __assign({ ref: ref, className: classNames, style: style }, rest), children));
|
|
59
|
+
});
|
|
60
|
+
Group.displayName = 'InputGroup';
|
|
61
|
+
exports.default = Group;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import Input from './input';
|
|
2
|
+
import { InputProps, TextAreaProps, RefInputType } from './interface';
|
|
3
|
+
import { InputPasswordProps } from './password';
|
|
4
|
+
import { InputSearchProps } from './search';
|
|
5
|
+
import { RefTextAreaType } from './textarea';
|
|
6
|
+
export { InputProps, TextAreaProps, InputPasswordProps, InputSearchProps, RefInputType, RefTextAreaType, };
|
|
7
|
+
export default Input;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
var input_1 = __importDefault(require("./input"));
|
|
7
|
+
exports.default = input_1.default;
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
14
|
+
if (k2 === undefined) k2 = k;
|
|
15
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
16
|
+
}) : (function(o, m, k, k2) {
|
|
17
|
+
if (k2 === undefined) k2 = k;
|
|
18
|
+
o[k2] = m[k];
|
|
19
|
+
}));
|
|
20
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
+
}) : function(o, v) {
|
|
23
|
+
o["default"] = v;
|
|
24
|
+
});
|
|
25
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
+
if (mod && mod.__esModule) return mod;
|
|
27
|
+
var result = {};
|
|
28
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
+
__setModuleDefault(result, mod);
|
|
30
|
+
return result;
|
|
31
|
+
};
|
|
32
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
33
|
+
var t = {};
|
|
34
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
35
|
+
t[p] = s[p];
|
|
36
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
37
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
38
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
39
|
+
t[p[i]] = s[p[i]];
|
|
40
|
+
}
|
|
41
|
+
return t;
|
|
42
|
+
};
|
|
43
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
44
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
45
|
+
if (!m) return o;
|
|
46
|
+
var i = m.call(o), r, ar = [], e;
|
|
47
|
+
try {
|
|
48
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
49
|
+
}
|
|
50
|
+
catch (error) { e = { error: error }; }
|
|
51
|
+
finally {
|
|
52
|
+
try {
|
|
53
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
54
|
+
}
|
|
55
|
+
finally { if (e) throw e.error; }
|
|
56
|
+
}
|
|
57
|
+
return ar;
|
|
58
|
+
};
|
|
59
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
60
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
61
|
+
};
|
|
62
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63
|
+
var react_1 = __importStar(require("react"));
|
|
64
|
+
var classNames_1 = __importDefault(require("../_util/classNames"));
|
|
65
|
+
var omit_1 = __importDefault(require("../_util/omit"));
|
|
66
|
+
var resizeObserver_1 = __importDefault(require("../_util/resizeObserver"));
|
|
67
|
+
var IconClose_1 = __importDefault(require("../../icon/react-icon-cjs/IconClose"));
|
|
68
|
+
var icon_hover_1 = __importDefault(require("../_class/icon-hover"));
|
|
69
|
+
var is_1 = require("../_util/is");
|
|
70
|
+
var useComposition_1 = __importDefault(require("./useComposition"));
|
|
71
|
+
var useKeyboardEvent_1 = __importDefault(require("../_util/hooks/useKeyboardEvent"));
|
|
72
|
+
var fillNBSP_1 = __importDefault(require("../_util/fillNBSP"));
|
|
73
|
+
// 设置 input 元素缓冲宽度,避免 autoWidth.minWidth < padding + border 时,content 区域宽度为0,光标会看不到
|
|
74
|
+
// 后续可考虑是否作为 autoWidth 的一个配置项暴露
|
|
75
|
+
var inputContentWidth = 2;
|
|
76
|
+
// 从 input 标签获取影响到宽度计算的"文本样式属性"和“布局”属性 https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_text
|
|
77
|
+
// 为什么不是直接把 input 标签的类名设置给 mirror 元素?避免用户对 input 类名自定义样式会影响到 mirror
|
|
78
|
+
// 仅在 mounted 的时候执行一次
|
|
79
|
+
var getStyleFromInput = function (input) {
|
|
80
|
+
if (!input) {
|
|
81
|
+
return {};
|
|
82
|
+
}
|
|
83
|
+
var computeStyle = window.getComputedStyle(input);
|
|
84
|
+
var cssKeys = [
|
|
85
|
+
'font',
|
|
86
|
+
'letterSpacing',
|
|
87
|
+
'overflow',
|
|
88
|
+
'tabSize',
|
|
89
|
+
'textIndent',
|
|
90
|
+
'textTransform',
|
|
91
|
+
'whiteSpace',
|
|
92
|
+
'wordBreak',
|
|
93
|
+
'wordSpacing',
|
|
94
|
+
'paddingLeft',
|
|
95
|
+
'paddingRight',
|
|
96
|
+
'borderLeft',
|
|
97
|
+
'borderRight',
|
|
98
|
+
'boxSizing',
|
|
99
|
+
];
|
|
100
|
+
return cssKeys.reduce(function (t, n) {
|
|
101
|
+
t[n] = computeStyle[n];
|
|
102
|
+
return t;
|
|
103
|
+
}, {});
|
|
104
|
+
};
|
|
105
|
+
var InputComponent = react_1.default.forwardRef(function (props, ref) {
|
|
106
|
+
var _a;
|
|
107
|
+
var allowClear = props.allowClear, disabled = props.disabled, placeholder = props.placeholder, className = props.className, style = props.style, height = props.height, prefixCls = props.prefixCls, hasParent = props.hasParent, size = props.size, value = props.value, autoFitWidth = props.autoFitWidth, onClear = props.onClear, readOnly = props.readOnly, onChange = props.onChange, onKeyDown = props.onKeyDown, onPressEnter = props.onPressEnter, propMaxLength = props.maxLength, clearIcon = props.clearIcon, rest = __rest(props, ["allowClear", "disabled", "placeholder", "className", "style", "height", "prefixCls", "hasParent", "size", "value", "autoFitWidth", "onClear", "readOnly", "onChange", "onKeyDown", "onPressEnter", "maxLength", "clearIcon"]);
|
|
108
|
+
var otherProps = (0, omit_1.default)(rest, [
|
|
109
|
+
'error',
|
|
110
|
+
'status',
|
|
111
|
+
'showWordLimit',
|
|
112
|
+
'className',
|
|
113
|
+
'defaultValue',
|
|
114
|
+
'addBefore',
|
|
115
|
+
'addAfter',
|
|
116
|
+
'afterStyle',
|
|
117
|
+
'beforeStyle',
|
|
118
|
+
'prefix',
|
|
119
|
+
'suffix',
|
|
120
|
+
'normalize',
|
|
121
|
+
'normalizeTrigger',
|
|
122
|
+
'autoWidth',
|
|
123
|
+
]);
|
|
124
|
+
var _b = __read((0, react_1.useState)(), 2), inputComputeStyle = _b[0], setInputComputeStyle = _b[1];
|
|
125
|
+
var getKeyboardEvents = (0, useKeyboardEvent_1.default)();
|
|
126
|
+
var refInput = (0, react_1.useRef)();
|
|
127
|
+
var refInputMirror = (0, react_1.useRef)();
|
|
128
|
+
var refPrevInputWidth = (0, react_1.useRef)(null);
|
|
129
|
+
var maxLength = (0, is_1.isObject)(propMaxLength)
|
|
130
|
+
? propMaxLength.errorOnly
|
|
131
|
+
? undefined
|
|
132
|
+
: propMaxLength.length
|
|
133
|
+
: propMaxLength;
|
|
134
|
+
var normalizeHandler = function (type) {
|
|
135
|
+
var handler;
|
|
136
|
+
var normalizeTrigger = props.normalizeTrigger || ['onBlur'];
|
|
137
|
+
if (Array.isArray(normalizeTrigger) &&
|
|
138
|
+
normalizeTrigger.indexOf(type) > -1 &&
|
|
139
|
+
(0, is_1.isFunction)(props.normalize)) {
|
|
140
|
+
handler = props.normalize;
|
|
141
|
+
}
|
|
142
|
+
return handler;
|
|
143
|
+
};
|
|
144
|
+
var _c = (0, useComposition_1.default)({
|
|
145
|
+
value: value,
|
|
146
|
+
maxLength: maxLength,
|
|
147
|
+
onChange: onChange,
|
|
148
|
+
onKeyDown: onKeyDown,
|
|
149
|
+
onPressEnter: onPressEnter,
|
|
150
|
+
normalizeHandler: normalizeHandler,
|
|
151
|
+
}), compositionValue = _c.compositionValue, valueChangeHandler = _c.valueChangeHandler, compositionHandler = _c.compositionHandler, keyDownHandler = _c.keyDownHandler, triggerValueChangeCallback = _c.triggerValueChangeCallback;
|
|
152
|
+
var inputClassNames = (0, classNames_1.default)(prefixCls, prefixCls && (_a = {},
|
|
153
|
+
_a[prefixCls + "-size-" + size] = size,
|
|
154
|
+
_a[prefixCls + "-" + props.status] = props.status,
|
|
155
|
+
_a[prefixCls + "-disabled"] = disabled,
|
|
156
|
+
_a[prefixCls + "-autowidth"] = autoFitWidth,
|
|
157
|
+
_a), hasParent ? undefined : className);
|
|
158
|
+
var inputProps = __assign(__assign({ 'aria-invalid': props.status === 'error' || undefined }, otherProps), { readOnly: readOnly, maxLength: maxLength, disabled: disabled, placeholder: placeholder, value: compositionValue || value || '', className: inputClassNames, onKeyDown: keyDownHandler, onChange: valueChangeHandler, onCompositionStart: function (e) {
|
|
159
|
+
var _a;
|
|
160
|
+
(_a = rest.onCompositionStart) === null || _a === void 0 ? void 0 : _a.call(rest, e);
|
|
161
|
+
compositionHandler(e);
|
|
162
|
+
}, onCompositionUpdate: function (e) {
|
|
163
|
+
var _a;
|
|
164
|
+
(_a = rest.onCompositionUpdate) === null || _a === void 0 ? void 0 : _a.call(rest, e);
|
|
165
|
+
compositionHandler(e);
|
|
166
|
+
}, onCompositionEnd: function (e) {
|
|
167
|
+
var _a;
|
|
168
|
+
(_a = rest.onCompositionEnd) === null || _a === void 0 ? void 0 : _a.call(rest, e);
|
|
169
|
+
compositionHandler(e);
|
|
170
|
+
}, onBlur: function (e) {
|
|
171
|
+
var _a;
|
|
172
|
+
(_a = props.onBlur) === null || _a === void 0 ? void 0 : _a.call(props, e);
|
|
173
|
+
var normalize = normalizeHandler('onBlur');
|
|
174
|
+
normalize && triggerValueChangeCallback(normalize(e.target.value), e);
|
|
175
|
+
} });
|
|
176
|
+
(0, react_1.useImperativeHandle)(ref, function () {
|
|
177
|
+
return {
|
|
178
|
+
dom: refInput.current,
|
|
179
|
+
getRootDOMNode: function () { return refInput.current; },
|
|
180
|
+
focus: function () {
|
|
181
|
+
refInput.current && refInput.current.focus && refInput.current.focus();
|
|
182
|
+
},
|
|
183
|
+
blur: function () {
|
|
184
|
+
refInput.current && refInput.current.blur && refInput.current.blur();
|
|
185
|
+
},
|
|
186
|
+
};
|
|
187
|
+
}, []);
|
|
188
|
+
var updateInputWidth = function () {
|
|
189
|
+
if (refInputMirror.current && refInput.current) {
|
|
190
|
+
var width = refInputMirror.current.offsetWidth;
|
|
191
|
+
refInput.current.style.width = width + inputContentWidth + "px";
|
|
192
|
+
}
|
|
193
|
+
};
|
|
194
|
+
// Set the initial width of <input>, and subsequent updates are triggered by ResizeObserver
|
|
195
|
+
(0, react_1.useEffect)(function () {
|
|
196
|
+
if (autoFitWidth) {
|
|
197
|
+
if (!(0, is_1.isObject)(autoFitWidth) || !autoFitWidth.pure) {
|
|
198
|
+
setInputComputeStyle(getStyleFromInput(refInput === null || refInput === void 0 ? void 0 : refInput.current));
|
|
199
|
+
}
|
|
200
|
+
updateInputWidth();
|
|
201
|
+
}
|
|
202
|
+
}, [autoFitWidth]);
|
|
203
|
+
// Here also need placeholder to trigger updateInputWidth after user-input is cleared
|
|
204
|
+
var mirrorValue = inputProps.value || placeholder;
|
|
205
|
+
var handleClear = function (e) {
|
|
206
|
+
if (refInput.current && refInput.current.focus) {
|
|
207
|
+
refInput.current.focus();
|
|
208
|
+
}
|
|
209
|
+
triggerValueChangeCallback('', e);
|
|
210
|
+
onClear === null || onClear === void 0 ? void 0 : onClear();
|
|
211
|
+
};
|
|
212
|
+
return (react_1.default.createElement(react_1.default.Fragment, null,
|
|
213
|
+
allowClear ? (react_1.default.createElement(react_1.default.Fragment, null,
|
|
214
|
+
react_1.default.createElement("input", __assign({ ref: refInput }, inputProps)),
|
|
215
|
+
!readOnly && !disabled && allowClear && value ? (clearIcon !== undefined ? (react_1.default.createElement("span", __assign({ tabIndex: 0, className: prefixCls + "-clear-icon" }, getKeyboardEvents({ onPressEnter: handleClear }), { onClick: function (e) {
|
|
216
|
+
e.stopPropagation();
|
|
217
|
+
handleClear(e);
|
|
218
|
+
}, onMouseDown: function (e) {
|
|
219
|
+
e.preventDefault();
|
|
220
|
+
} }), clearIcon)) : (react_1.default.createElement(icon_hover_1.default, __assign({ tabIndex: 0, className: prefixCls + "-clear-icon" }, getKeyboardEvents({ onPressEnter: handleClear }), { onClick: function (e) {
|
|
221
|
+
e.stopPropagation();
|
|
222
|
+
handleClear(e);
|
|
223
|
+
} }),
|
|
224
|
+
react_1.default.createElement(IconClose_1.default
|
|
225
|
+
// keep focus status
|
|
226
|
+
, {
|
|
227
|
+
// keep focus status
|
|
228
|
+
onMouseDown: function (e) {
|
|
229
|
+
e.preventDefault();
|
|
230
|
+
} })))) : null)) : (react_1.default.createElement("input", __assign({ ref: refInput }, inputProps, { style: hasParent
|
|
231
|
+
? {}
|
|
232
|
+
: __assign(__assign({ minWidth: (0, is_1.isObject)(autoFitWidth) ? autoFitWidth.minWidth : undefined, maxWidth: (0, is_1.isObject)(autoFitWidth) ? autoFitWidth.maxWidth : undefined }, style), ('height' in props ? { height: height } : {})) }))),
|
|
233
|
+
autoFitWidth && (react_1.default.createElement(resizeObserver_1.default, { getTargetDOMNode: function () { return refInputMirror.current; }, onResize: function () {
|
|
234
|
+
var inputWidth = refInputMirror.current.offsetWidth;
|
|
235
|
+
if (typeof autoFitWidth === 'object') {
|
|
236
|
+
var delay = typeof autoFitWidth.delay === 'function'
|
|
237
|
+
? autoFitWidth.delay(inputWidth, refPrevInputWidth.current)
|
|
238
|
+
: autoFitWidth.delay;
|
|
239
|
+
delay ? setTimeout(updateInputWidth, delay) : updateInputWidth();
|
|
240
|
+
}
|
|
241
|
+
else {
|
|
242
|
+
updateInputWidth();
|
|
243
|
+
}
|
|
244
|
+
refPrevInputWidth.current = inputWidth;
|
|
245
|
+
} },
|
|
246
|
+
react_1.default.createElement("span", { className: (0, classNames_1.default)(prefixCls + "-mirror"), style: hasParent
|
|
247
|
+
? inputComputeStyle
|
|
248
|
+
: __assign(__assign(__assign({}, inputComputeStyle), style), ('height' in props ? { height: height } : {})), ref: refInputMirror }, (0, fillNBSP_1.default)(mirrorValue))))));
|
|
249
|
+
});
|
|
250
|
+
InputComponent.displayName = 'InputComponent';
|
|
251
|
+
exports.default = InputComponent;
|