@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,311 @@
|
|
|
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 __read = (this && this.__read) || function (o, n) {
|
|
14
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
15
|
+
if (!m) return o;
|
|
16
|
+
var i = m.call(o), r, ar = [], e;
|
|
17
|
+
try {
|
|
18
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
19
|
+
}
|
|
20
|
+
catch (error) { e = { error: error }; }
|
|
21
|
+
finally {
|
|
22
|
+
try {
|
|
23
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
24
|
+
}
|
|
25
|
+
finally { if (e) throw e.error; }
|
|
26
|
+
}
|
|
27
|
+
return ar;
|
|
28
|
+
};
|
|
29
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
30
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
31
|
+
if (ar || !(i in from)) {
|
|
32
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
33
|
+
ar[i] = from[i];
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
37
|
+
};
|
|
38
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
39
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
40
|
+
};
|
|
41
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
+
exports.isValidTimeString = exports.isDayjsArrayChange = exports.isDayjsChange = exports.getSortedDayjsArray = exports.getValueWithTime = exports.getDayjsValue = exports.getTimeFormat = exports.toLocal = exports.toTimezone = exports.getNow = exports.timezoneToOffset = exports.methods = exports.dayjs = void 0;
|
|
43
|
+
var dayjs_1 = __importDefault(require("dayjs"));
|
|
44
|
+
var customParseFormat_1 = __importDefault(require("dayjs/plugin/customParseFormat"));
|
|
45
|
+
var isBetween_1 = __importDefault(require("dayjs/plugin/isBetween"));
|
|
46
|
+
var weekOfYear_1 = __importDefault(require("dayjs/plugin/weekOfYear"));
|
|
47
|
+
var advancedFormat_1 = __importDefault(require("dayjs/plugin/advancedFormat"));
|
|
48
|
+
var weekYear_1 = __importDefault(require("dayjs/plugin/weekYear"));
|
|
49
|
+
var quarterOfYear_1 = __importDefault(require("dayjs/plugin/quarterOfYear"));
|
|
50
|
+
var is_1 = require("../_util/is");
|
|
51
|
+
var isMoment = (0, dayjs_1.default)()._isAMomentObject;
|
|
52
|
+
if (isMoment) {
|
|
53
|
+
dayjs_1.default.extend = function () { };
|
|
54
|
+
}
|
|
55
|
+
var overwriteIsDayjs = function (_, Dayjs, dayjs) {
|
|
56
|
+
dayjs = function (date, c) {
|
|
57
|
+
if ((0, is_1.isDayjs)(date)) {
|
|
58
|
+
return date.clone();
|
|
59
|
+
}
|
|
60
|
+
var cfg = typeof c === 'object' ? c : {};
|
|
61
|
+
cfg.date = date;
|
|
62
|
+
cfg.args = arguments; // eslint-disable-line prefer-rest-params
|
|
63
|
+
return new Dayjs(cfg);
|
|
64
|
+
};
|
|
65
|
+
var proto = Dayjs.prototype;
|
|
66
|
+
var old$Utils = proto.$utils;
|
|
67
|
+
proto.$utils = function () {
|
|
68
|
+
var newUtils = old$Utils();
|
|
69
|
+
newUtils.i = is_1.isDayjs;
|
|
70
|
+
return newUtils;
|
|
71
|
+
};
|
|
72
|
+
dayjs.isDayjs = is_1.isDayjs;
|
|
73
|
+
};
|
|
74
|
+
dayjs_1.default.extend(overwriteIsDayjs);
|
|
75
|
+
dayjs_1.default.extend(customParseFormat_1.default);
|
|
76
|
+
dayjs_1.default.extend(isBetween_1.default);
|
|
77
|
+
dayjs_1.default.extend(weekOfYear_1.default);
|
|
78
|
+
dayjs_1.default.extend(advancedFormat_1.default);
|
|
79
|
+
dayjs_1.default.extend(weekYear_1.default);
|
|
80
|
+
dayjs_1.default.extend(quarterOfYear_1.default);
|
|
81
|
+
exports.dayjs = dayjs_1.default;
|
|
82
|
+
function startOfWeekTimestamp(date, weekStart) {
|
|
83
|
+
// 计算 date 与前一个 weekStart 日期的间隔
|
|
84
|
+
var diff = (date.day() - weekStart + 7) % 7;
|
|
85
|
+
var startOfWeek = date.clone().startOf('day').subtract(diff, 'day');
|
|
86
|
+
return startOfWeek.valueOf();
|
|
87
|
+
}
|
|
88
|
+
function isSameWeekMoment(date1, date2, weekStart) {
|
|
89
|
+
return startOfWeekTimestamp(date1, weekStart) === startOfWeekTimestamp(date2, weekStart);
|
|
90
|
+
}
|
|
91
|
+
// 兼容 moment
|
|
92
|
+
exports.methods = {
|
|
93
|
+
add: function (time, value, unit) {
|
|
94
|
+
return isMoment ? time.clone().add(value, unit) : time.add(value, unit);
|
|
95
|
+
},
|
|
96
|
+
subtract: function (time, value, unit) {
|
|
97
|
+
return isMoment ? time.clone().subtract(value, unit) : time.subtract(value, unit);
|
|
98
|
+
},
|
|
99
|
+
startOf: function (time, unit) {
|
|
100
|
+
return isMoment ? time.clone().startOf(unit) : time.startOf(unit);
|
|
101
|
+
},
|
|
102
|
+
endOf: function (time, unit) {
|
|
103
|
+
return isMoment ? time.clone().endOf(unit) : time.endOf(unit);
|
|
104
|
+
},
|
|
105
|
+
set: function (time, unit, value) {
|
|
106
|
+
return isMoment ? time.clone().set(unit, value) : time.set(unit, value);
|
|
107
|
+
},
|
|
108
|
+
isSameWeek: function (date1, date2, weekStart, localeName) {
|
|
109
|
+
return isMoment
|
|
110
|
+
? isSameWeekMoment(date1, date2, weekStart)
|
|
111
|
+
: date1.locale(__assign(__assign({}, exports.dayjs.Ls[localeName]), { weekStart: weekStart })).isSame(date2, 'week');
|
|
112
|
+
},
|
|
113
|
+
};
|
|
114
|
+
// convert timezone to utcOffset
|
|
115
|
+
// https://github.com/iamkun/dayjs/blob/dev/src/plugin/timezone/index.js#L3
|
|
116
|
+
var typeToPos = {
|
|
117
|
+
year: 0,
|
|
118
|
+
month: 1,
|
|
119
|
+
day: 2,
|
|
120
|
+
hour: 3,
|
|
121
|
+
minute: 4,
|
|
122
|
+
second: 5,
|
|
123
|
+
};
|
|
124
|
+
// Cache time-zone lookups from Intl.DateTimeFormat,
|
|
125
|
+
// as it is a *very* slow method.
|
|
126
|
+
var dtfCache = {};
|
|
127
|
+
var getDateTimeFormat = function (timezone, timeZoneName) {
|
|
128
|
+
var key = timezone + "|" + (timeZoneName || 'short');
|
|
129
|
+
var dtf = dtfCache[key];
|
|
130
|
+
if (!dtf) {
|
|
131
|
+
dtf = new Intl.DateTimeFormat('en-US', {
|
|
132
|
+
hour12: false,
|
|
133
|
+
timeZone: timezone,
|
|
134
|
+
year: 'numeric',
|
|
135
|
+
month: '2-digit',
|
|
136
|
+
day: '2-digit',
|
|
137
|
+
hour: '2-digit',
|
|
138
|
+
minute: '2-digit',
|
|
139
|
+
second: '2-digit',
|
|
140
|
+
});
|
|
141
|
+
dtfCache[key] = dtf;
|
|
142
|
+
}
|
|
143
|
+
return dtf;
|
|
144
|
+
};
|
|
145
|
+
var makeFormatParts = function (timestamp, timezone) {
|
|
146
|
+
var date = new Date(timestamp);
|
|
147
|
+
var dtf = getDateTimeFormat(timezone);
|
|
148
|
+
return dtf.formatToParts(date);
|
|
149
|
+
};
|
|
150
|
+
var tzOffset = function (timestamp, timezone) {
|
|
151
|
+
var formatResult = makeFormatParts(timestamp, timezone);
|
|
152
|
+
var filled = [];
|
|
153
|
+
for (var i = 0; i < formatResult.length; i += 1) {
|
|
154
|
+
var _a = formatResult[i], type = _a.type, value = _a.value;
|
|
155
|
+
var pos = typeToPos[type];
|
|
156
|
+
if (pos >= 0) {
|
|
157
|
+
filled[pos] = parseInt(value, 10);
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
var hour = filled[3];
|
|
161
|
+
// Workaround for the same behavior in different node version
|
|
162
|
+
// https://github.com/nodejs/node/issues/33027
|
|
163
|
+
/* istanbul ignore next */
|
|
164
|
+
var fixedHour = hour === 24 ? 0 : hour;
|
|
165
|
+
var utcTs = Date.UTC(filled[0], filled[1] - 1, filled[2], fixedHour, filled[4], filled[5], 0);
|
|
166
|
+
var asTS = +timestamp;
|
|
167
|
+
var over = asTS % 1000;
|
|
168
|
+
asTS -= over;
|
|
169
|
+
return (utcTs - asTS) / (60 * 1000);
|
|
170
|
+
};
|
|
171
|
+
// find the right offset a given local time. The o input is our guess, which determines which
|
|
172
|
+
// offset we'll pick in ambiguous cases (e.g. there are two 3 AMs b/c Fallback DST)
|
|
173
|
+
// https://github.com/moment/luxon/blob/master/src/datetime.js#L76
|
|
174
|
+
var fixOffset = function (localTS, o0, tz) {
|
|
175
|
+
// Our UTC time is just a guess because our offset is just a guess
|
|
176
|
+
var utcGuess = localTS - o0 * 60 * 1000;
|
|
177
|
+
// Test whether the zone matches the offset for this ts
|
|
178
|
+
var o2 = tzOffset(utcGuess, tz);
|
|
179
|
+
// If so, offset didn't change and we're done
|
|
180
|
+
if (o0 === o2) {
|
|
181
|
+
return [utcGuess, o0];
|
|
182
|
+
}
|
|
183
|
+
// If not, change the ts by the difference in the offset
|
|
184
|
+
utcGuess -= (o2 - o0) * 60 * 1000;
|
|
185
|
+
// If that gives us the local time we want, we're done
|
|
186
|
+
var o3 = tzOffset(utcGuess, tz);
|
|
187
|
+
if (o2 === o3) {
|
|
188
|
+
return [utcGuess, o2];
|
|
189
|
+
}
|
|
190
|
+
// If it's different, we're in a hole time.
|
|
191
|
+
// The offset has changed, but the we don't adjust the time
|
|
192
|
+
return [localTS - Math.min(o2, o3) * 60 * 1000, Math.max(o2, o3)];
|
|
193
|
+
};
|
|
194
|
+
function timezoneToOffset(inputTs, timezone) {
|
|
195
|
+
return fixOffset(inputTs, tzOffset(new Date().getTime(), timezone), timezone)[1];
|
|
196
|
+
}
|
|
197
|
+
exports.timezoneToOffset = timezoneToOffset;
|
|
198
|
+
// get local now time
|
|
199
|
+
function getNow(utcOffset, timezone) {
|
|
200
|
+
return (0, is_1.isUndefined)(utcOffset) && !timezone ? (0, exports.dayjs)() : toTimezone((0, exports.dayjs)(), utcOffset, timezone);
|
|
201
|
+
}
|
|
202
|
+
exports.getNow = getNow;
|
|
203
|
+
// convert local date to specify timezone date
|
|
204
|
+
function toTimezone(time, utcOffset, timezone, local) {
|
|
205
|
+
if (!time || ((0, is_1.isUndefined)(utcOffset) && !timezone)) {
|
|
206
|
+
return time;
|
|
207
|
+
}
|
|
208
|
+
var localOffset = -time.toDate().getTimezoneOffset();
|
|
209
|
+
var uOffset = (0, is_1.isUndefined)(utcOffset)
|
|
210
|
+
? !timezone
|
|
211
|
+
? localOffset
|
|
212
|
+
: timezoneToOffset(time.valueOf(), timezone)
|
|
213
|
+
: utcOffset;
|
|
214
|
+
var timezoneOffset = Math.abs(uOffset) <= 16 ? uOffset * 60 : uOffset;
|
|
215
|
+
var diffOffset = local ? localOffset - timezoneOffset : timezoneOffset - localOffset;
|
|
216
|
+
return (0, exports.dayjs)((0, exports.dayjs)(time).valueOf() + diffOffset * 60 * 1000);
|
|
217
|
+
}
|
|
218
|
+
exports.toTimezone = toTimezone;
|
|
219
|
+
// convert specify timezone date to local date
|
|
220
|
+
function toLocal(time, utcOffset, timezone) {
|
|
221
|
+
return toTimezone(time, utcOffset, timezone, true);
|
|
222
|
+
}
|
|
223
|
+
exports.toLocal = toLocal;
|
|
224
|
+
function getTimeFormat(format) {
|
|
225
|
+
var units = ['H', 'h', 'm', 's', 'A', 'a'];
|
|
226
|
+
var timeFormat = '';
|
|
227
|
+
units.some(function (unit) {
|
|
228
|
+
if (format.indexOf(unit) !== -1) {
|
|
229
|
+
timeFormat = "" + unit + format.split(" " + unit)[1];
|
|
230
|
+
return true;
|
|
231
|
+
}
|
|
232
|
+
return false;
|
|
233
|
+
});
|
|
234
|
+
return timeFormat || 'HH:mm:ss';
|
|
235
|
+
}
|
|
236
|
+
exports.getTimeFormat = getTimeFormat;
|
|
237
|
+
function getDayjsValue(time, format, utcOffset, timezone) {
|
|
238
|
+
if (!time) {
|
|
239
|
+
return undefined;
|
|
240
|
+
}
|
|
241
|
+
var formatValue = function (value, i) {
|
|
242
|
+
if ((0, is_1.isDayjs)(value)) {
|
|
243
|
+
return (0, exports.dayjs)(value.valueOf());
|
|
244
|
+
}
|
|
245
|
+
if (typeof value === 'string') {
|
|
246
|
+
var dv = (0, exports.dayjs)(value, (0, is_1.isArray)(format) ? format[i] : format);
|
|
247
|
+
return dv.isValid() ? dv : (0, exports.dayjs)(value, 'YYYY-MM-DD');
|
|
248
|
+
}
|
|
249
|
+
return (0, exports.dayjs)(value);
|
|
250
|
+
};
|
|
251
|
+
// if set a timezone, convert to timezone date
|
|
252
|
+
var getRealTime = function (t, i) {
|
|
253
|
+
return utcOffset !== undefined || timezone
|
|
254
|
+
? toTimezone(formatValue(t, i), utcOffset, timezone)
|
|
255
|
+
: formatValue(t, i);
|
|
256
|
+
};
|
|
257
|
+
if ((0, is_1.isArray)(time)) {
|
|
258
|
+
return time.map(function (t, i) { return (t ? getRealTime(t, i) : undefined); });
|
|
259
|
+
}
|
|
260
|
+
return getRealTime(time, 0);
|
|
261
|
+
}
|
|
262
|
+
exports.getDayjsValue = getDayjsValue;
|
|
263
|
+
function getValueWithTime(date, time) {
|
|
264
|
+
var y = date.year();
|
|
265
|
+
var m = date.month();
|
|
266
|
+
var d = date.date();
|
|
267
|
+
if (time) {
|
|
268
|
+
var returnTime = time;
|
|
269
|
+
returnTime = exports.methods.set(returnTime, 'year', y);
|
|
270
|
+
returnTime = exports.methods.set(returnTime, 'month', m);
|
|
271
|
+
returnTime = exports.methods.set(returnTime, 'date', d);
|
|
272
|
+
return returnTime;
|
|
273
|
+
}
|
|
274
|
+
return date;
|
|
275
|
+
}
|
|
276
|
+
exports.getValueWithTime = getValueWithTime;
|
|
277
|
+
function getSortedDayjsArray(values) {
|
|
278
|
+
if (!values || !values[0] || !values[1]) {
|
|
279
|
+
return values;
|
|
280
|
+
}
|
|
281
|
+
var newValues = __spreadArray([], __read(values), false);
|
|
282
|
+
newValues.sort(function (a, b) { return a.valueOf() - b.valueOf(); });
|
|
283
|
+
return newValues;
|
|
284
|
+
}
|
|
285
|
+
exports.getSortedDayjsArray = getSortedDayjsArray;
|
|
286
|
+
function isDayjsChange(prevValue, currentValue) {
|
|
287
|
+
if (currentValue === undefined && prevValue === undefined) {
|
|
288
|
+
return false;
|
|
289
|
+
}
|
|
290
|
+
return ((currentValue && !prevValue) ||
|
|
291
|
+
(!currentValue && prevValue) ||
|
|
292
|
+
(0, exports.dayjs)(currentValue).valueOf() !== (0, exports.dayjs)(prevValue).valueOf());
|
|
293
|
+
}
|
|
294
|
+
exports.isDayjsChange = isDayjsChange;
|
|
295
|
+
function isDayjsArrayChange(prevValue, currentValue) {
|
|
296
|
+
if (currentValue === undefined && prevValue === undefined) {
|
|
297
|
+
return false;
|
|
298
|
+
}
|
|
299
|
+
return ((currentValue && !prevValue) ||
|
|
300
|
+
(!currentValue && prevValue) ||
|
|
301
|
+
((0, is_1.isArray)(currentValue) &&
|
|
302
|
+
(0, is_1.isArray)(prevValue) &&
|
|
303
|
+
(0, exports.dayjs)(currentValue[0]).valueOf() !== (0, exports.dayjs)(prevValue[0]).valueOf()) ||
|
|
304
|
+
(0, exports.dayjs)(currentValue[1]).valueOf() !== (0, exports.dayjs)(prevValue[1]).valueOf());
|
|
305
|
+
}
|
|
306
|
+
exports.isDayjsArrayChange = isDayjsArrayChange;
|
|
307
|
+
function isValidTimeString(str, format, index) {
|
|
308
|
+
return (typeof str === 'string' &&
|
|
309
|
+
(0, exports.dayjs)(str, format).format((0, is_1.isArray)(format) ? format[index] : format) === str);
|
|
310
|
+
}
|
|
311
|
+
exports.isValidTimeString = isValidTimeString;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const isServerRendering: boolean;
|
|
2
|
+
export declare const on: (element: EventTarget | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions) => void;
|
|
3
|
+
export declare const off: (element: EventTarget | null, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions) => void;
|
|
4
|
+
export declare const contains: (root: HTMLElement, ele: any) => boolean;
|
|
5
|
+
export declare const isScrollElement: (element: HTMLElement) => boolean;
|
|
6
|
+
/**
|
|
7
|
+
* 从当前节点向上查找所有的滚动元素
|
|
8
|
+
* @param container 当前节点
|
|
9
|
+
* @param top 查找到 top 节点就终止,不再继续查找
|
|
10
|
+
* @returns
|
|
11
|
+
*/
|
|
12
|
+
export declare const getScrollElements: (container: HTMLElement, top?: HTMLElement) => HTMLElement[];
|
package/lib/_util/dom.js
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.getScrollElements = exports.isScrollElement = exports.contains = exports.off = exports.on = exports.isServerRendering = void 0;
|
|
4
|
+
var constant_1 = require("./constant");
|
|
5
|
+
exports.isServerRendering = (function () {
|
|
6
|
+
try {
|
|
7
|
+
return !(typeof window !== 'undefined' && document !== undefined);
|
|
8
|
+
}
|
|
9
|
+
catch (e) {
|
|
10
|
+
return true;
|
|
11
|
+
}
|
|
12
|
+
})();
|
|
13
|
+
exports.on = (function () {
|
|
14
|
+
if (exports.isServerRendering) {
|
|
15
|
+
return constant_1.NOOP;
|
|
16
|
+
}
|
|
17
|
+
return function (element, event, handler, options) {
|
|
18
|
+
element && element.addEventListener(event, handler, options || false);
|
|
19
|
+
};
|
|
20
|
+
})();
|
|
21
|
+
exports.off = (function () {
|
|
22
|
+
if (exports.isServerRendering) {
|
|
23
|
+
return constant_1.NOOP;
|
|
24
|
+
}
|
|
25
|
+
return function (element, event, handler, options) {
|
|
26
|
+
element && element.removeEventListener(event, handler, options || false);
|
|
27
|
+
};
|
|
28
|
+
})();
|
|
29
|
+
var contains = function (root, ele) {
|
|
30
|
+
if (!root) {
|
|
31
|
+
return false;
|
|
32
|
+
}
|
|
33
|
+
if (root.contains) {
|
|
34
|
+
return root.contains(ele);
|
|
35
|
+
}
|
|
36
|
+
var node = ele;
|
|
37
|
+
while (node) {
|
|
38
|
+
if (node === root) {
|
|
39
|
+
return true;
|
|
40
|
+
}
|
|
41
|
+
node = node.parentNode;
|
|
42
|
+
}
|
|
43
|
+
return false;
|
|
44
|
+
};
|
|
45
|
+
exports.contains = contains;
|
|
46
|
+
var isScrollElement = function (element) {
|
|
47
|
+
var clientHeight = element === document.documentElement ? element.clientHeight : element.offsetHeight;
|
|
48
|
+
var clientWidth = element === document.documentElement ? element.clientWidth : element.offsetWidth;
|
|
49
|
+
return element.scrollHeight > clientHeight || element.scrollWidth > clientWidth;
|
|
50
|
+
};
|
|
51
|
+
exports.isScrollElement = isScrollElement;
|
|
52
|
+
/**
|
|
53
|
+
* 从当前节点向上查找所有的滚动元素
|
|
54
|
+
* @param container 当前节点
|
|
55
|
+
* @param top 查找到 top 节点就终止,不再继续查找
|
|
56
|
+
* @returns
|
|
57
|
+
*/
|
|
58
|
+
var getScrollElements = function (container, top) {
|
|
59
|
+
if (top === void 0) { top = document.documentElement; }
|
|
60
|
+
var scrollElements = [];
|
|
61
|
+
var element = container;
|
|
62
|
+
while (element && element !== top) {
|
|
63
|
+
if ((0, exports.isScrollElement)(element)) {
|
|
64
|
+
scrollElements.push(element);
|
|
65
|
+
}
|
|
66
|
+
element = element.parentElement;
|
|
67
|
+
}
|
|
68
|
+
return scrollElements;
|
|
69
|
+
};
|
|
70
|
+
exports.getScrollElements = getScrollElements;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (str: any): any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// Replace empty string to
|
|
4
|
+
function default_1(str) {
|
|
5
|
+
return typeof str === 'string'
|
|
6
|
+
? str.replace(/(\s{2,})|(\s{1,}$)/g, function ($0) { return '\u00A0'.repeat($0.length); })
|
|
7
|
+
: str;
|
|
8
|
+
}
|
|
9
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
21
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
22
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
|
+
};
|
|
24
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
+
var escapeRegExp_1 = __importDefault(require("lodash/escapeRegExp"));
|
|
26
|
+
var react_1 = __importStar(require("react"));
|
|
27
|
+
var is_1 = require("./is");
|
|
28
|
+
function getHighlightText(_a) {
|
|
29
|
+
var nodeList = _a.nodeList, pattern = _a.pattern, highlightClassName = _a.highlightClassName;
|
|
30
|
+
if (!pattern) {
|
|
31
|
+
return nodeList;
|
|
32
|
+
}
|
|
33
|
+
var transformNode = function (node) {
|
|
34
|
+
if (node && node.props && typeof node.props.children === 'string') {
|
|
35
|
+
return (0, react_1.cloneElement)(node, undefined, react_1.default.createElement(HighlightText, { text: node.props.children, keyword: pattern, highlightClassName: highlightClassName }));
|
|
36
|
+
}
|
|
37
|
+
return node;
|
|
38
|
+
};
|
|
39
|
+
return (0, is_1.isArray)(nodeList) ? nodeList.map(function (node) { return transformNode(node); }) : transformNode(nodeList);
|
|
40
|
+
}
|
|
41
|
+
exports.default = getHighlightText;
|
|
42
|
+
function HighlightText(_a) {
|
|
43
|
+
var text = _a.text, keyword = _a.keyword, highlightClassName = _a.highlightClassName;
|
|
44
|
+
if (!keyword)
|
|
45
|
+
return react_1.default.createElement(react_1.default.Fragment, null, text);
|
|
46
|
+
// limit keyword length to avoid Regular expression too large error
|
|
47
|
+
if (keyword.length > 1000) {
|
|
48
|
+
keyword = keyword.slice(0, 1000);
|
|
49
|
+
}
|
|
50
|
+
// 注意这里的括号,这里使用了带capture group功能的正则,来split字符串
|
|
51
|
+
// 从而在strArr中可以保留匹配文本
|
|
52
|
+
var re = new RegExp("(" + (0, escapeRegExp_1.default)(keyword) + ")", 'i');
|
|
53
|
+
var strArr = text.split(re);
|
|
54
|
+
return (react_1.default.createElement(react_1.default.Fragment, null, strArr.map(function (item, index) {
|
|
55
|
+
return re.test(item) ? (react_1.default.createElement("span", { key: index, className: highlightClassName }, item)) : (react_1.default.createElement("span", { key: index }, item));
|
|
56
|
+
})));
|
|
57
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export interface Key {
|
|
2
|
+
/** Keyboard key code */
|
|
3
|
+
code: number;
|
|
4
|
+
/** Ctrl / ⌃ */
|
|
5
|
+
ctrl?: boolean;
|
|
6
|
+
/** Shift key */
|
|
7
|
+
shift?: boolean;
|
|
8
|
+
/** Alt / ⌥ */
|
|
9
|
+
alt?: boolean;
|
|
10
|
+
/** meta ⌘ / ⊞ */
|
|
11
|
+
meta?: boolean;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* @param hotkeyMap - 快捷键描述对象
|
|
15
|
+
*/
|
|
16
|
+
export default function getHotkeyHandler(hotkeyMap: Map<Key | number, Function>): (event: KeyboardEvent) => void;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var stringifyHotkey = function (k) {
|
|
4
|
+
return JSON.stringify({
|
|
5
|
+
code: k.code,
|
|
6
|
+
ctrl: !!k.ctrl,
|
|
7
|
+
shift: !!k.shift,
|
|
8
|
+
alt: !!k.alt,
|
|
9
|
+
meta: !!k.meta,
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @param hotkeyMap - 快捷键描述对象
|
|
14
|
+
*/
|
|
15
|
+
function getHotkeyHandler(hotkeyMap) {
|
|
16
|
+
var map = {};
|
|
17
|
+
hotkeyMap.forEach(function (callback, hotkey) {
|
|
18
|
+
hotkey = typeof hotkey === 'number' ? { code: hotkey } : hotkey;
|
|
19
|
+
map[stringifyHotkey(hotkey)] = callback;
|
|
20
|
+
});
|
|
21
|
+
return function (event) {
|
|
22
|
+
var key = stringifyHotkey({
|
|
23
|
+
code: event.keyCode || event.which,
|
|
24
|
+
ctrl: !!event.ctrlKey,
|
|
25
|
+
shift: !!event.shiftKey,
|
|
26
|
+
alt: !!event.altKey,
|
|
27
|
+
meta: !!event.metaKey,
|
|
28
|
+
});
|
|
29
|
+
var callback = map[key];
|
|
30
|
+
if (callback) {
|
|
31
|
+
event.stopPropagation();
|
|
32
|
+
if (callback(event) === false) {
|
|
33
|
+
event.preventDefault();
|
|
34
|
+
}
|
|
35
|
+
}
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
exports.default = getHotkeyHandler;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function (str: string): number;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
// 计算字符串长度,中文字符占两个长度
|
|
4
|
+
function default_1(str) {
|
|
5
|
+
var len = 0;
|
|
6
|
+
for (var i = 0; i < str.length; i++) {
|
|
7
|
+
if (str.charCodeAt(i) > 127 || str.charCodeAt(i) === 94) {
|
|
8
|
+
len += 2;
|
|
9
|
+
}
|
|
10
|
+
else {
|
|
11
|
+
len++;
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
return len;
|
|
15
|
+
}
|
|
16
|
+
exports.default = default_1;
|
|
@@ -0,0 +1,28 @@
|
|
|
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 useComputedState(computed, deps) {
|
|
21
|
+
var _a = __read((0, react_1.useState)(computed()), 2), state = _a[0], setState = _a[1];
|
|
22
|
+
(0, react_1.useEffect)(function () {
|
|
23
|
+
var newState = computed();
|
|
24
|
+
setState(newState);
|
|
25
|
+
}, [deps]);
|
|
26
|
+
return state;
|
|
27
|
+
}
|
|
28
|
+
exports.default = useComputedState;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function useCreate(fn: any): void;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
5
|
+
}) : (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
o[k2] = m[k];
|
|
8
|
+
}));
|
|
9
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
10
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
11
|
+
}) : function(o, v) {
|
|
12
|
+
o["default"] = v;
|
|
13
|
+
});
|
|
14
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
|
+
if (mod && mod.__esModule) return mod;
|
|
16
|
+
var result = {};
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
|
+
__setModuleDefault(result, mod);
|
|
19
|
+
return result;
|
|
20
|
+
};
|
|
21
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
22
|
+
var React = __importStar(require("react"));
|
|
23
|
+
function useCreate(fn) {
|
|
24
|
+
var hasBeenCalled = React.useRef(false);
|
|
25
|
+
if (hasBeenCalled.current === false) {
|
|
26
|
+
fn();
|
|
27
|
+
hasBeenCalled.current = true;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
exports.default = useCreate;
|
|
@@ -0,0 +1,24 @@
|
|
|
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 useForceUpdate() {
|
|
21
|
+
var _a = __read((0, react_1.useReducer)(function (v) { return v + 1; }, 0), 2), dispatch = _a[1];
|
|
22
|
+
return dispatch;
|
|
23
|
+
}
|
|
24
|
+
exports.default = useForceUpdate;
|