acud 1.2.17 → 1.2.18
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/dist/acud.js +12452 -19749
- package/dist/acud.js.map +1 -1
- package/es/_util/colors.d.ts +3 -3
- package/es/_util/colors.js +2 -2
- package/es/_util/easings.js +2 -4
- package/es/_util/getDataOrAriaProps.js +0 -1
- package/es/_util/getRenderPropValue.d.ts +1 -1
- package/es/_util/getRenderPropValue.js +0 -3
- package/es/_util/getScroll.js +0 -4
- package/es/_util/hooks/useCombinedRefs.js +0 -2
- package/es/_util/hooks/useFlexGapSupport.js +3 -4
- package/es/_util/hooks/useForceUpdate.js +4 -5
- package/es/_util/hooks/useMergedState.js +17 -26
- package/es/_util/hooks/usePatchElement.js +5 -6
- package/es/_util/hooks/useSyncState.d.ts +1 -1
- package/es/_util/hooks/useSyncState.js +2 -2
- package/es/_util/isNumeric.js +0 -1
- package/es/_util/motion.d.ts +1 -1
- package/es/_util/motion.js +2 -11
- package/es/_util/reactNode.d.ts +2 -2
- package/es/_util/reactNode.js +0 -1
- package/es/_util/responsiveObserve.d.ts +5 -5
- package/es/_util/responsiveObserve.js +0 -8
- package/es/_util/scrollTo.js +6 -10
- package/es/_util/statusUtils.d.ts +1 -1
- package/es/_util/statusUtils.js +0 -1
- package/es/_util/styleChecker.js +6 -10
- package/es/_util/throttleByAnimationFrame.js +0 -6
- package/es/_util/type.d.ts +3 -3
- package/es/_util/type.js +0 -2
- package/es/affix/index.d.ts +1 -1
- package/es/affix/index.js +33 -88
- package/es/affix/utils.d.ts +2 -2
- package/es/affix/utils.js +6 -14
- package/es/alert/ErrorBoundary.js +5 -16
- package/es/alert/index.js +28 -54
- package/es/anchor/Anchor.d.ts +2 -2
- package/es/anchor/Anchor.js +21 -72
- package/es/anchor/AnchorLink.d.ts +2 -2
- package/es/anchor/AnchorLink.js +13 -32
- package/es/anchor/style/css.js +2 -1
- package/es/anchor/style/index.js +2 -1
- package/es/avatar/SizeContext.d.ts +1 -1
- package/es/avatar/SizeContext.js +1 -1
- package/es/avatar/avatar.js +27 -55
- package/es/avatar/group.js +12 -17
- package/es/avatar/style/css.js +2 -2
- package/es/avatar/style/index.js +2 -2
- package/es/back-top/index.js +14 -27
- package/es/badge/Ribbon.d.ts +1 -1
- package/es/badge/Ribbon.js +9 -17
- package/es/badge/ScrollNumber.js +20 -34
- package/es/badge/SingleNumber.d.ts +2 -2
- package/es/badge/SingleNumber.js +23 -39
- package/es/badge/index.js +47 -75
- package/es/badge/style/index.css +14 -119
- package/es/badge/utils.js +2 -2
- package/es/breadcrumb/Breadcrumb.js +13 -25
- package/es/breadcrumb/BreadcrumbItem.js +13 -31
- package/es/button/LoadingIcon.d.ts +2 -1
- package/es/button/LoadingIcon.js +0 -2
- package/es/button/button-group.d.ts +1 -1
- package/es/button/button-group.js +2 -12
- package/es/button/button.d.ts +6 -6
- package/es/button/button.js +23 -46
- package/es/calendar/Header.d.ts +2 -2
- package/es/calendar/Header.js +26 -49
- package/es/calendar/generateCalendar.d.ts +8 -8
- package/es/calendar/generateCalendar.js +43 -69
- package/es/calendar/index.d.ts +1 -1
- package/es/calendar/interface.d.ts +4 -4
- package/es/calendar/style/css.js +2 -2
- package/es/calendar/style/index.js +2 -2
- package/es/card/Card.d.ts +4 -4
- package/es/card/Card.js +40 -62
- package/es/card/Grid.js +5 -14
- package/es/card/Meta.js +7 -17
- package/es/card/style/css.js +2 -2
- package/es/card/style/index.css +2 -13
- package/es/card/style/index.js +2 -2
- package/es/carousel/carousel.d.ts +3 -3
- package/es/carousel/carousel.js +48 -64
- package/es/carousel/indicator.js +14 -22
- package/es/carousel/switch.js +2 -4
- package/es/cascader/Cascader.d.ts +4 -4
- package/es/cascader/Cascader.js +41 -147
- package/es/cascader/MenuItem.d.ts +1 -1
- package/es/cascader/MenuItem.js +16 -23
- package/es/cascader/Menus.d.ts +5 -5
- package/es/cascader/Menus.js +87 -153
- package/es/cascader/index.d.ts +1 -1
- package/es/cascader/index.js +71 -155
- package/es/cascader/renderEmpty.d.ts +1 -1
- package/es/cascader/renderEmpty.js +0 -2
- package/es/cascader/style/css.js +2 -2
- package/es/cascader/style/index.css +4 -8
- package/es/cascader/style/index.js +2 -2
- package/es/cascader/utils.js +2 -8
- package/es/checkbox/BaseCheckbox.d.ts +1 -1
- package/es/checkbox/BaseCheckbox.js +22 -46
- package/es/checkbox/ButtonCheckbox.d.ts +1 -1
- package/es/checkbox/ButtonCheckbox.js +9 -33
- package/es/checkbox/Checkbox.js +19 -35
- package/es/checkbox/Group.d.ts +1 -1
- package/es/checkbox/Group.js +20 -45
- package/es/checkbox/GroupButtonCheckbox.d.ts +2 -1
- package/es/checkbox/GroupButtonCheckbox.js +12 -26
- package/es/checkbox/style/index.css +1 -12
- package/es/clear/index.d.ts +2 -1
- package/es/clear/index.js +4 -14
- package/es/col/style/css.js +2 -2
- package/es/col/style/index.js +2 -2
- package/es/collapse/Collapse.d.ts +1 -1
- package/es/collapse/Collapse.js +3 -14
- package/es/collapse/CollapsePanel.js +3 -6
- package/es/color-picker/colorPicker.d.ts +1 -1
- package/es/color-picker/colorPicker.js +37 -46
- package/es/color-picker/style/css.js +2 -2
- package/es/color-picker/style/index.js +2 -2
- package/es/color-picker/util.js +4 -7
- package/es/config-provider/DisabledContext.d.ts +1 -1
- package/es/config-provider/DisabledContext.js +1 -1
- package/es/config-provider/SizeContext.d.ts +1 -1
- package/es/config-provider/SizeContext.js +1 -1
- package/es/config-provider/context.d.ts +2 -2
- package/es/config-provider/context.js +0 -6
- package/es/config-provider/index.js +24 -40
- package/es/config-provider/renderEmpty.d.ts +1 -1
- package/es/config-provider/renderEmpty.js +0 -7
- package/es/date-picker/PickerButton.d.ts +2 -2
- package/es/date-picker/PickerTag.d.ts +2 -2
- package/es/date-picker/generatePicker/generateRangePicker.js +15 -36
- package/es/date-picker/generatePicker/generateSinglePicker.js +14 -40
- package/es/date-picker/generatePicker/index.d.ts +12 -12
- package/es/date-picker/generatePicker/index.js +12 -26
- package/es/date-picker/index.d.ts +4 -4
- package/es/date-picker/locale/en_US.js +2 -2
- package/es/date-picker/locale/zh_CN.js +4 -4
- package/es/date-picker/src/PanelContext.d.ts +2 -2
- package/es/date-picker/src/Picker.d.ts +8 -8
- package/es/date-picker/src/Picker.js +167 -213
- package/es/date-picker/src/PickerPanel.d.ts +6 -6
- package/es/date-picker/src/PickerPanel.js +113 -167
- package/es/date-picker/src/PickerTrigger.d.ts +3 -3
- package/es/date-picker/src/PickerTrigger.js +11 -18
- package/es/date-picker/src/RangeContext.d.ts +1 -1
- package/es/date-picker/src/RangePicker.d.ts +11 -11
- package/es/date-picker/src/RangePicker.js +259 -376
- package/es/date-picker/src/generate/dateFns.js +0 -6
- package/es/date-picker/src/generate/dayjs.js +2 -15
- package/es/date-picker/src/generate/index.d.ts +1 -1
- package/es/date-picker/src/generate/moment.js +2 -11
- package/es/date-picker/src/hooks/useCellClassName.js +8 -14
- package/es/date-picker/src/hooks/useHoverValue.js +11 -20
- package/es/date-picker/src/hooks/usePickerInput.js +23 -44
- package/es/date-picker/src/hooks/useRangeDisabled.js +13 -29
- package/es/date-picker/src/hooks/useRangeViewDates.js +17 -40
- package/es/date-picker/src/hooks/useTextValueMapping.js +4 -9
- package/es/date-picker/src/hooks/useValueTexts.d.ts +1 -1
- package/es/date-picker/src/hooks/useValueTexts.js +4 -8
- package/es/date-picker/src/interface.d.ts +15 -15
- package/es/date-picker/src/panels/DatePanel/DateBody.d.ts +4 -4
- package/es/date-picker/src/panels/DatePanel/DateBody.js +13 -20
- package/es/date-picker/src/panels/DatePanel/DateHeader.d.ts +3 -3
- package/es/date-picker/src/panels/DatePanel/DateHeader.js +12 -17
- package/es/date-picker/src/panels/DatePanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/DatePanel/index.js +17 -20
- package/es/date-picker/src/panels/DatetimePanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/DatetimePanel/index.js +15 -21
- package/es/date-picker/src/panels/DecadePanel/DecadeBody.d.ts +3 -3
- package/es/date-picker/src/panels/DecadePanel/DecadeBody.js +2 -7
- package/es/date-picker/src/panels/DecadePanel/DecadeHeader.d.ts +3 -3
- package/es/date-picker/src/panels/DecadePanel/DecadeHeader.js +5 -10
- package/es/date-picker/src/panels/DecadePanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/DecadePanel/index.js +10 -14
- package/es/date-picker/src/panels/Header.d.ts +2 -2
- package/es/date-picker/src/panels/Header.js +15 -19
- package/es/date-picker/src/panels/MonthPanel/MonthBody.d.ts +3 -3
- package/es/date-picker/src/panels/MonthPanel/MonthBody.js +7 -11
- package/es/date-picker/src/panels/MonthPanel/MonthHeader.d.ts +3 -3
- package/es/date-picker/src/panels/MonthPanel/MonthHeader.js +7 -12
- package/es/date-picker/src/panels/MonthPanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/MonthPanel/index.js +11 -15
- package/es/date-picker/src/panels/PanelBody.d.ts +2 -2
- package/es/date-picker/src/panels/PanelBody.js +22 -33
- package/es/date-picker/src/panels/QuarterPanel/QuarterBody.d.ts +3 -3
- package/es/date-picker/src/panels/QuarterPanel/QuarterBody.js +6 -10
- package/es/date-picker/src/panels/QuarterPanel/QuarterHeader.d.ts +3 -3
- package/es/date-picker/src/panels/QuarterPanel/QuarterHeader.js +7 -12
- package/es/date-picker/src/panels/QuarterPanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/QuarterPanel/index.js +11 -14
- package/es/date-picker/src/panels/TimePanel/TimeBody.d.ts +3 -3
- package/es/date-picker/src/panels/TimePanel/TimeBody.js +55 -75
- package/es/date-picker/src/panels/TimePanel/TimeHeader.d.ts +3 -3
- package/es/date-picker/src/panels/TimePanel/TimeHeader.js +5 -9
- package/es/date-picker/src/panels/TimePanel/TimeUnitColumn.d.ts +3 -3
- package/es/date-picker/src/panels/TimePanel/TimeUnitColumn.js +8 -19
- package/es/date-picker/src/panels/TimePanel/index.d.ts +4 -4
- package/es/date-picker/src/panels/TimePanel/index.js +17 -21
- package/es/date-picker/src/panels/WeekPanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/WeekPanel/index.js +6 -12
- package/es/date-picker/src/panels/YearPanel/YearBody.d.ts +3 -3
- package/es/date-picker/src/panels/YearPanel/YearBody.js +8 -14
- package/es/date-picker/src/panels/YearPanel/YearHeader.d.ts +3 -3
- package/es/date-picker/src/panels/YearPanel/YearHeader.js +6 -11
- package/es/date-picker/src/panels/YearPanel/index.d.ts +3 -3
- package/es/date-picker/src/panels/YearPanel/index.js +12 -16
- package/es/date-picker/src/utils/dateUtil.js +11 -53
- package/es/date-picker/src/utils/getExtraFooter.d.ts +1 -1
- package/es/date-picker/src/utils/getExtraFooter.js +0 -1
- package/es/date-picker/src/utils/getRanges.d.ts +3 -3
- package/es/date-picker/src/utils/getRanges.js +8 -13
- package/es/date-picker/src/utils/miscUtil.d.ts +1 -1
- package/es/date-picker/src/utils/miscUtil.js +0 -6
- package/es/date-picker/src/utils/timeUtil.js +0 -5
- package/es/date-picker/src/utils/uiUtil.d.ts +2 -2
- package/es/date-picker/src/utils/uiUtil.js +14 -63
- package/es/date-picker/style/css.js +2 -2
- package/es/date-picker/style/index.css +4 -9
- package/es/date-picker/style/index.js +2 -2
- package/es/date-picker/util.js +0 -11
- package/es/dialog-box/dialogbox.js +16 -30
- package/es/dialog-box/style/index.css +1 -2
- package/es/divider/index.js +13 -26
- package/es/drawer/index.d.ts +3 -3
- package/es/drawer/index.js +55 -87
- package/es/drawer/style/index.css +1 -10
- package/es/dropdown/dropdown-button.js +23 -35
- package/es/dropdown/dropdown.d.ts +3 -3
- package/es/dropdown/dropdown.js +24 -42
- package/es/dropdown/rc-dropdown/Dropdown.js +24 -58
- package/es/dropdown/style/css.js +2 -2
- package/es/dropdown/style/index.js +2 -2
- package/es/empty/index.js +11 -23
- package/es/flow/index.js +13 -16
- package/es/form/ErrorList.d.ts +1 -1
- package/es/form/ErrorList.js +22 -27
- package/es/form/Form.d.ts +2 -2
- package/es/form/Form.js +30 -50
- package/es/form/FormItem.d.ts +4 -4
- package/es/form/FormItem.js +57 -109
- package/es/form/FormItemInput.js +17 -21
- package/es/form/FormItemLabel.d.ts +2 -2
- package/es/form/FormItemLabel.js +27 -50
- package/es/form/FormList.js +4 -15
- package/es/form/hooks/useCacheErrors.js +0 -6
- package/es/form/hooks/useForm.js +2 -8
- package/es/form/hooks/useFrameState.d.ts +1 -1
- package/es/form/hooks/useFrameState.js +3 -9
- package/es/form/hooks/useItemRef.js +1 -7
- package/es/form/index.d.ts +1 -1
- package/es/form/index.js +0 -2
- package/es/form/interface.d.ts +1 -1
- package/es/form/style/css.js +4 -3
- package/es/form/style/index.css +16 -72
- package/es/form/style/index.js +4 -3
- package/es/form/util.js +0 -4
- package/es/grid/col.d.ts +2 -2
- package/es/grid/col.js +21 -41
- package/es/grid/hooks/useBreakpoint.js +0 -3
- package/es/grid/row.d.ts +1 -1
- package/es/grid/row.js +24 -41
- package/es/icon/index.js +0 -1
- package/es/img-crop/EasyCrop.js +30 -38
- package/es/img-crop/index.js +178 -241
- package/es/img-crop/interface.d.ts +4 -4
- package/es/img-crop/style/css.js +2 -2
- package/es/img-crop/style/index.js +2 -2
- package/es/input/AutoComplete.d.ts +2 -1
- package/es/input/AutoComplete.js +9 -18
- package/es/input/Input.js +49 -102
- package/es/input/Label.js +18 -53
- package/es/input/MultiSelectInput.js +6 -11
- package/es/input/Password.js +26 -53
- package/es/input/TextArea.js +34 -60
- package/es/input-number/index.d.ts +1 -1
- package/es/input-number/index.js +15 -25
- package/es/input-number/src/InputNumber.js +117 -187
- package/es/input-number/src/StepHandler.d.ts +1 -1
- package/es/input-number/src/StepHandler.js +14 -22
- package/es/input-number/src/hooks/useCursor.js +7 -14
- package/es/input-number/src/hooks/useFrame.js +0 -3
- package/es/input-number/src/hooks/useUpdateEffect.js +0 -2
- package/es/input-number/src/utils/MiniDecimal.d.ts +1 -1
- package/es/input-number/src/utils/MiniDecimal.js +18 -66
- package/es/input-number/src/utils/numberUtil.js +14 -27
- package/es/layout/Sider.d.ts +2 -2
- package/es/layout/Sider.js +44 -75
- package/es/layout/index.d.ts +1 -1
- package/es/layout/layout.js +17 -33
- package/es/link/link.d.ts +4 -4
- package/es/link/link.js +14 -28
- package/es/loading/icon.d.ts +2 -1
- package/es/loading/icon.js +1 -3
- package/es/loading/index.js +12 -18
- package/es/loading/style/index.css +7 -112
- package/es/locale/en_US.js +2 -2
- package/es/locale/zh_CN.js +2 -2
- package/es/locale-provider/LocaleReceiver.d.ts +1 -1
- package/es/locale-provider/LocaleReceiver.js +4 -13
- package/es/locale-provider/demo/locale.js +2 -2
- package/es/locale-provider/index.d.ts +1 -1
- package/es/locale-provider/index.js +4 -14
- package/es/menu/ItemGroup.js +4 -10
- package/es/menu/MenuHead.js +5 -18
- package/es/menu/MenuItem.js +7 -21
- package/es/menu/SubMenu.js +5 -17
- package/es/menu/baseMenu.js +11 -22
- package/es/menu/globalSilderBar.js +18 -32
- package/es/menu/header.js +7 -12
- package/es/menu/menu.js +8 -16
- package/es/menu/rc-menu/Divider.d.ts +1 -1
- package/es/menu/rc-menu/Divider.js +2 -6
- package/es/menu/rc-menu/Icon.js +2 -4
- package/es/menu/rc-menu/Menu.js +162 -188
- package/es/menu/rc-menu/MenuItem.js +54 -87
- package/es/menu/rc-menu/MenuItemGroup.js +7 -20
- package/es/menu/rc-menu/SubMenu/InlineSubMenuList.d.ts +1 -1
- package/es/menu/rc-menu/SubMenu/InlineSubMenuList.js +23 -32
- package/es/menu/rc-menu/SubMenu/PopupTrigger.d.ts +1 -1
- package/es/menu/rc-menu/SubMenu/PopupTrigger.js +22 -27
- package/es/menu/rc-menu/SubMenu/SubMenuList.js +5 -15
- package/es/menu/rc-menu/SubMenu/index.d.ts +1 -1
- package/es/menu/rc-menu/SubMenu/index.js +83 -113
- package/es/menu/rc-menu/context/IdContext.js +0 -2
- package/es/menu/rc-menu/context/MenuContext.d.ts +1 -1
- package/es/menu/rc-menu/context/MenuContext.js +3 -14
- package/es/menu/rc-menu/context/PathContext.js +2 -2
- package/es/menu/rc-menu/hooks/useAccessibility.js +43 -82
- package/es/menu/rc-menu/hooks/useActive.js +5 -8
- package/es/menu/rc-menu/hooks/useDirectionStyle.js +3 -5
- package/es/menu/rc-menu/hooks/useKeyRecords.js +7 -25
- package/es/menu/rc-menu/hooks/useMemoCallback.js +0 -4
- package/es/menu/rc-menu/hooks/useUUID.js +5 -6
- package/es/menu/rc-menu/index.d.ts +1 -1
- package/es/menu/rc-menu/index.js +0 -1
- package/es/menu/rc-menu/interface.d.ts +7 -7
- package/es/menu/rc-menu/utils/motionUtil.js +0 -2
- package/es/menu/rc-menu/utils/nodeUtil.js +0 -6
- package/es/menu/rc-menu/utils/warnUtil.js +2 -9
- package/es/menu/style/css.js +2 -2
- package/es/menu/style/index.js +2 -2
- package/es/modal/DialogBox.js +19 -39
- package/es/modal/Modal.js +17 -28
- package/es/modal/dialog.js +0 -16
- package/es/modal/locale.js +0 -2
- package/es/modal/style/css.js +2 -2
- package/es/modal/style/index.css +1 -2
- package/es/modal/style/index.js +2 -2
- package/es/pagination/pagination.d.ts +1 -1
- package/es/pagination/pagination.js +11 -25
- package/es/pagination/rc-pagination/Goto.js +7 -21
- package/es/pagination/rc-pagination/Options.js +12 -18
- package/es/pagination/rc-pagination/Pager.js +8 -12
- package/es/pagination/rc-pagination/Pagination.js +64 -124
- package/es/pagination/style/css.js +2 -2
- package/es/pagination/style/index.css +6 -0
- package/es/pagination/style/index.js +2 -2
- package/es/pagination/style/index.less +10 -0
- package/es/popconfirm/index.d.ts +1 -1
- package/es/popconfirm/index.js +18 -41
- package/es/popconfirm/style/css.js +2 -2
- package/es/popconfirm/style/index.js +2 -2
- package/es/popover/index.js +5 -15
- package/es/progress/CircleProgress.js +48 -53
- package/es/progress/LineProgress.js +39 -44
- package/es/progress/common/index.js +2 -2
- package/es/progress/index.js +33 -44
- package/es/progress/interface.d.ts +6 -6
- package/es/radio/Radio.js +12 -31
- package/es/radio/RadioButton.d.ts +2 -1
- package/es/radio/RadioButton.js +14 -30
- package/es/radio/RadioGroup.d.ts +1 -1
- package/es/radio/RadioGroup.js +16 -22
- package/es/rate/rate.js +72 -110
- package/es/row/style/css.js +2 -2
- package/es/row/style/index.js +2 -2
- package/es/search/Search.js +40 -61
- package/es/search/style/css.js +2 -2
- package/es/search/style/index.js +2 -2
- package/es/select/index.d.ts +4 -4
- package/es/select/index.js +29 -43
- package/es/select/src/OptGroup.js +0 -1
- package/es/select/src/Option.js +0 -1
- package/es/select/src/OptionList.js +104 -172
- package/es/select/src/Select.d.ts +2 -2
- package/es/select/src/Select.js +0 -12
- package/es/select/src/SelectTrigger.js +28 -44
- package/es/select/src/Selector/Input.d.ts +1 -1
- package/es/select/src/Selector/Input.js +26 -33
- package/es/select/src/Selector/MultipleSelector.js +51 -71
- package/es/select/src/Selector/SingleSelector.js +29 -37
- package/es/select/src/Selector/index.js +22 -47
- package/es/select/src/TransBtn.js +6 -11
- package/es/select/src/generate.js +231 -347
- package/es/select/src/hooks/useCacheDisplayValue.js +1 -4
- package/es/select/src/hooks/useCacheOptions.js +0 -2
- package/es/select/src/hooks/useDelayReset.js +3 -11
- package/es/select/src/hooks/useLayoutEffect.js +0 -1
- package/es/select/src/hooks/useLock.js +2 -6
- package/es/select/src/hooks/useSelectTriggerControl.js +0 -3
- package/es/select/src/interface/generator.d.ts +12 -12
- package/es/select/src/interface/index.d.ts +5 -5
- package/es/select/src/utils/commonUtil.js +8 -26
- package/es/select/src/utils/legacyUtil.js +11 -23
- package/es/select/src/utils/valueUtil.js +23 -62
- package/es/select/src/utils/warningPropsUtil.js +30 -46
- package/es/select/style/css.js +2 -2
- package/es/select/style/index.css +4 -8
- package/es/select/style/index.js +2 -2
- package/es/select/utils/iconUtil.js +16 -26
- package/es/skeleton/Avatar.d.ts +2 -1
- package/es/skeleton/Avatar.js +3 -7
- package/es/skeleton/Button.d.ts +2 -1
- package/es/skeleton/Button.js +5 -10
- package/es/skeleton/Element.d.ts +1 -1
- package/es/skeleton/Element.js +4 -7
- package/es/skeleton/Image.d.ts +2 -1
- package/es/skeleton/Image.js +6 -9
- package/es/skeleton/Input.d.ts +2 -1
- package/es/skeleton/Input.js +4 -9
- package/es/skeleton/Node.js +4 -9
- package/es/skeleton/Paragraph.d.ts +2 -2
- package/es/skeleton/Paragraph.js +7 -15
- package/es/skeleton/Skeleton.d.ts +5 -5
- package/es/skeleton/Skeleton.js +21 -49
- package/es/skeleton/Title.d.ts +1 -1
- package/es/skeleton/Title.js +3 -5
- package/es/skeleton/style/index.css +1 -10
- package/es/slider/SliderTooltip.js +0 -5
- package/es/slider/index.js +21 -41
- package/es/slider/interface.d.ts +1 -1
- package/es/space/Item.d.ts +1 -1
- package/es/space/Item.js +10 -15
- package/es/space/index.d.ts +1 -1
- package/es/space/index.js +29 -48
- package/es/steps/index.d.ts +1 -1
- package/es/steps/index.js +10 -19
- package/es/steps/interface.d.ts +1 -1
- package/es/steps/src/step.d.ts +1 -1
- package/es/steps/src/step.js +39 -66
- package/es/steps/src/steps.d.ts +3 -3
- package/es/steps/src/steps.js +24 -47
- package/es/steps/style/css.js +2 -1
- package/es/steps/style/index.js +2 -1
- package/es/style/index.css +144 -526
- package/es/switch/index.js +19 -34
- package/es/switch/interface.d.ts +2 -2
- package/es/switch/style/index.css +8 -32
- package/es/table/Column.js +0 -2
- package/es/table/ColumnGroup.js +0 -2
- package/es/table/ExpandIcon.d.ts +1 -1
- package/es/table/ExpandIcon.js +4 -8
- package/es/table/Space.js +4 -10
- package/es/table/Table.d.ts +1 -1
- package/es/table/Table.js +114 -166
- package/es/table/baseTable/Body/BodyRow.d.ts +1 -1
- package/es/table/baseTable/Body/BodyRow.js +42 -65
- package/es/table/baseTable/Body/ExpandedRow.d.ts +1 -1
- package/es/table/baseTable/Body/ExpandedRow.js +13 -20
- package/es/table/baseTable/Body/MeasureCell.d.ts +1 -1
- package/es/table/baseTable/Body/MeasureCell.js +1 -1
- package/es/table/baseTable/Body/MeasureRow.d.ts +1 -1
- package/es/table/baseTable/Body/MeasureRow.js +3 -5
- package/es/table/baseTable/Body/index.d.ts +1 -1
- package/es/table/baseTable/Body/index.js +23 -33
- package/es/table/baseTable/Cell/index.d.ts +1 -1
- package/es/table/baseTable/Cell/index.js +58 -98
- package/es/table/baseTable/ColGroup.d.ts +2 -2
- package/es/table/baseTable/ColGroup.js +7 -19
- package/es/table/baseTable/FixedHolder/index.js +29 -46
- package/es/table/baseTable/Footer/Cell.d.ts +1 -1
- package/es/table/baseTable/Footer/Cell.js +11 -14
- package/es/table/baseTable/Footer/Row.d.ts +1 -1
- package/es/table/baseTable/Footer/Row.js +2 -8
- package/es/table/baseTable/Footer/Summary.js +0 -2
- package/es/table/baseTable/Footer/index.d.ts +2 -2
- package/es/table/baseTable/Footer/index.js +2 -4
- package/es/table/baseTable/Header/Header.js +9 -23
- package/es/table/baseTable/Header/HeaderRow.d.ts +2 -2
- package/es/table/baseTable/Header/HeaderRow.js +8 -16
- package/es/table/baseTable/Panel/index.d.ts +1 -1
- package/es/table/baseTable/Panel/index.js +1 -3
- package/es/table/baseTable/Table.d.ts +1 -1
- package/es/table/baseTable/Table.js +127 -195
- package/es/table/baseTable/context/StickyContext.js +2 -2
- package/es/table/baseTable/hooks/useColumns.js +40 -82
- package/es/table/baseTable/hooks/useFlattenRecords.js +4 -10
- package/es/table/baseTable/hooks/useFrame.d.ts +1 -1
- package/es/table/baseTable/hooks/useFrame.js +2 -13
- package/es/table/baseTable/hooks/useSticky.js +12 -14
- package/es/table/baseTable/hooks/useStickyOffsets.js +4 -9
- package/es/table/baseTable/interface.d.ts +20 -20
- package/es/table/baseTable/stickyScrollBar.js +14 -40
- package/es/table/baseTable/sugar/Column.js +0 -2
- package/es/table/baseTable/sugar/ColumnGroup.js +0 -2
- package/es/table/baseTable/utils/expandUtil.d.ts +2 -2
- package/es/table/baseTable/utils/expandUtil.js +4 -10
- package/es/table/baseTable/utils/fixUtil.js +0 -4
- package/es/table/baseTable/utils/legacyUtil.js +2 -13
- package/es/table/baseTable/utils/valueUtil.js +2 -17
- package/es/table/hooks/useFilter/FilterDropdown.d.ts +1 -1
- package/es/table/hooks/useFilter/FilterDropdown.js +50 -102
- package/es/table/hooks/useFilter/FilterSearch.d.ts +1 -1
- package/es/table/hooks/useFilter/FilterSearch.js +6 -9
- package/es/table/hooks/useFilter/FilterWrapper.d.ts +1 -1
- package/es/table/hooks/useFilter/FilterWrapper.js +0 -2
- package/es/table/hooks/useFilter/index.js +20 -45
- package/es/table/hooks/useLazyKVMap.js +0 -6
- package/es/table/hooks/usePagination.js +15 -36
- package/es/table/hooks/useSelection.d.ts +1 -1
- package/es/table/hooks/useSelection.js +105 -167
- package/es/table/hooks/useSorter.js +21 -65
- package/es/table/hooks/useTitleColumns.js +0 -5
- package/es/table/interface.d.ts +15 -15
- package/es/table/style/css.js +2 -2
- package/es/table/style/index.css +0 -3
- package/es/table/style/index.js +2 -2
- package/es/table/util.js +0 -3
- package/es/tabs/src/TabNavList/AddButton.js +4 -8
- package/es/tabs/src/TabNavList/OperationNode.js +33 -55
- package/es/tabs/src/TabNavList/TabNode.js +25 -48
- package/es/tabs/src/TabNavList/index.js +129 -192
- package/es/tabs/src/TabPanelList/TabPane.d.ts +1 -1
- package/es/tabs/src/TabPanelList/TabPane.js +12 -16
- package/es/tabs/src/TabPanelList/index.d.ts +1 -1
- package/es/tabs/src/TabPanelList/index.js +7 -9
- package/es/tabs/src/Tabs.d.ts +1 -1
- package/es/tabs/src/Tabs.js +67 -96
- package/es/tabs/src/hooks/useOffsets.js +6 -11
- package/es/tabs/src/hooks/useRaf.d.ts +1 -1
- package/es/tabs/src/hooks/useRaf.js +2 -9
- package/es/tabs/src/hooks/useRefs.js +0 -4
- package/es/tabs/src/hooks/useSyncState.d.ts +1 -1
- package/es/tabs/src/hooks/useSyncState.js +2 -7
- package/es/tabs/src/hooks/useTouchMove.js +32 -48
- package/es/tabs/src/hooks/useVisibleRange.js +2 -13
- package/es/tabs/src/interface.d.ts +8 -8
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tabs/tabs.js +10 -24
- package/es/tag/CheckableTag.js +7 -19
- package/es/tag/index.d.ts +1 -1
- package/es/tag/index.js +19 -40
- package/es/tag/style/index.css +1 -12
- package/es/time-picker/index.d.ts +1 -1
- package/es/time-picker/index.js +9 -22
- package/es/time-picker/style/css.js +4 -4
- package/es/time-picker/style/index.css +0 -1
- package/es/time-picker/style/index.js +4 -4
- package/es/timeline/interface.d.ts +1 -1
- package/es/timeline/style/index.css +4 -27
- package/es/timeline/timeline.js +16 -23
- package/es/timeline/timelineItem.js +23 -51
- package/es/toast/PurePanel.d.ts +2 -2
- package/es/toast/PurePanel.js +23 -34
- package/es/toast/base.d.ts +1 -1
- package/es/toast/base.js +63 -94
- package/es/toast/index.js +38 -61
- package/es/toast/interface.d.ts +3 -3
- package/es/toast/style/index.css +17 -64
- package/es/toast/useNotification.d.ts +1 -1
- package/es/toast/useNotification.js +52 -70
- package/es/toast/util.js +0 -7
- package/es/tooltip/index.d.ts +2 -2
- package/es/tooltip/index.js +31 -61
- package/es/tooltip/placements.js +6 -8
- package/es/tooltip/style/index.css +0 -1
- package/es/transfer/DataSource.d.ts +2 -1
- package/es/transfer/DataSource.js +39 -53
- package/es/transfer/SourceList.d.ts +2 -1
- package/es/transfer/SourceList.js +15 -31
- package/es/transfer/Target.d.ts +2 -1
- package/es/transfer/Target.js +45 -64
- package/es/transfer/TargetList.d.ts +2 -1
- package/es/transfer/TargetList.js +14 -25
- package/es/transfer/index.d.ts +5 -5
- package/es/transfer/index.js +18 -31
- package/es/transfer/style/css.js +2 -2
- package/es/transfer/style/index.js +2 -2
- package/es/transfer/util.js +0 -3
- package/es/tree/style/css.js +2 -2
- package/es/tree/style/index.css +1 -12
- package/es/tree/style/index.js +2 -2
- package/es/tree/tree.d.ts +3 -3
- package/es/tree/tree.js +34 -92
- package/es/tree/utils/dragHelper.d.ts +2 -2
- package/es/tree/utils/dragHelper.js +5 -10
- package/es/tree/utils/iconHelper.js +0 -6
- package/es/tree/utils/nodeHelper.js +0 -17
- package/es/tree-select/index.d.ts +4 -4
- package/es/tree-select/index.js +59 -77
- package/es/tree-select/src/OptionList.d.ts +1 -1
- package/es/tree-select/src/OptionList.js +63 -107
- package/es/tree-select/src/TreeNode.js +0 -1
- package/es/tree-select/src/TreeSelect.d.ts +4 -4
- package/es/tree-select/src/TreeSelect.js +166 -215
- package/es/tree-select/src/hooks/useCache.js +2 -4
- package/es/tree-select/src/hooks/useCheckedKeys.js +4 -5
- package/es/tree-select/src/hooks/useDataEntities.js +2 -3
- package/es/tree-select/src/hooks/useFilterTreeData.js +2 -9
- package/es/tree-select/src/hooks/useRefFunc.js +0 -1
- package/es/tree-select/src/hooks/useTreeData.js +10 -16
- package/es/tree-select/src/interface.d.ts +4 -4
- package/es/tree-select/src/utils/legacyUtil.js +10 -33
- package/es/tree-select/src/utils/strategyUtil.d.ts +1 -1
- package/es/tree-select/src/utils/strategyUtil.js +0 -7
- package/es/tree-select/src/utils/valueUtil.js +3 -9
- package/es/tree-select/src/utils/warningPropsUtil.js +5 -10
- package/es/tree-select/style/css.js +2 -2
- package/es/tree-select/style/index.css +1 -12
- package/es/tree-select/style/index.js +2 -2
- package/es/upload/BaseUpload/AjaxUploader.d.ts +1 -1
- package/es/upload/BaseUpload/AjaxUploader.js +114 -186
- package/es/upload/BaseUpload/Upload.d.ts +2 -2
- package/es/upload/BaseUpload/Upload.js +0 -13
- package/es/upload/BaseUpload/attr-accept.js +10 -18
- package/es/upload/BaseUpload/interface.d.ts +4 -4
- package/es/upload/BaseUpload/request.js +10 -26
- package/es/upload/BaseUpload/traverseFileTree.js +4 -12
- package/es/upload/Dragger.d.ts +1 -1
- package/es/upload/Dragger.js +3 -12
- package/es/upload/Upload.js +117 -190
- package/es/upload/UploadList/ListItem.js +40 -53
- package/es/upload/UploadList/index.js +45 -79
- package/es/upload/interface.d.ts +8 -8
- package/es/upload/style/css.js +2 -2
- package/es/upload/style/index.css +4 -26
- package/es/upload/style/index.js +2 -2
- package/es/upload/utils.js +3 -23
- package/es/virtual-list/Filler.js +4 -8
- package/es/virtual-list/Item.js +1 -1
- package/es/virtual-list/List.d.ts +5 -5
- package/es/virtual-list/List.js +122 -169
- package/es/virtual-list/ScrollBar.d.ts +1 -1
- package/es/virtual-list/ScrollBar.js +23 -72
- package/es/virtual-list/hooks/useChildren.d.ts +2 -2
- package/es/virtual-list/hooks/useChildren.js +2 -1
- package/es/virtual-list/hooks/useDiffItem.js +6 -10
- package/es/virtual-list/hooks/useFrameWheel.js +10 -14
- package/es/virtual-list/hooks/useHeights.js +7 -14
- package/es/virtual-list/hooks/useMobileTouchMove.js +4 -15
- package/es/virtual-list/hooks/useOriginScroll.js +6 -8
- package/es/virtual-list/hooks/useScrollTo.js +12 -28
- package/es/virtual-list/interface.d.ts +2 -2
- package/es/virtual-list/mock.js +2 -1
- package/es/virtual-list/utils/CacheMap.js +0 -5
- package/es/virtual-list/utils/algorithmUtil.js +6 -20
- package/lib/_util/colors.d.ts +3 -3
- package/lib/_util/colors.js +2 -4
- package/lib/_util/createWorker.js +0 -1
- package/lib/_util/devWarning.js +0 -6
- package/lib/_util/easings.js +2 -5
- package/lib/_util/getDataOrAriaProps.js +0 -2
- package/lib/_util/getRenderPropValue.d.ts +1 -1
- package/lib/_util/getRenderPropValue.js +0 -5
- package/lib/_util/getScroll.js +0 -6
- package/lib/_util/hooks/useCombinedRefs.js +0 -7
- package/lib/_util/hooks/useFlexGapSupport.js +3 -13
- package/lib/_util/hooks/useForceUpdate.js +4 -12
- package/lib/_util/hooks/useMergedState.js +17 -30
- package/lib/_util/hooks/usePatchElement.js +5 -14
- package/lib/_util/hooks/useSyncState.d.ts +1 -1
- package/lib/_util/hooks/useSyncState.js +2 -9
- package/lib/_util/isNumeric.js +0 -2
- package/lib/_util/lengthLimit.js +0 -2
- package/lib/_util/motion.d.ts +1 -1
- package/lib/_util/motion.js +0 -12
- package/lib/_util/reactNode.d.ts +2 -2
- package/lib/_util/reactNode.js +0 -8
- package/lib/_util/responsiveObserve.d.ts +5 -5
- package/lib/_util/responsiveObserve.js +0 -12
- package/lib/_util/scrollTo.js +6 -18
- package/lib/_util/statusUtils.d.ts +1 -1
- package/lib/_util/statusUtils.js +0 -9
- package/lib/_util/styleChecker.js +6 -18
- package/lib/_util/throttleByAnimationFrame.js +0 -11
- package/lib/_util/type.d.ts +3 -3
- package/lib/_util/type.js +0 -6
- package/lib/affix/index.d.ts +1 -1
- package/lib/affix/index.js +33 -103
- package/lib/affix/style/css.js +0 -1
- package/lib/affix/style/index.js +0 -1
- package/lib/affix/utils.d.ts +2 -2
- package/lib/affix/utils.js +7 -23
- package/lib/alert/ErrorBoundary.js +5 -23
- package/lib/alert/index.js +28 -73
- package/lib/alert/style/css.js +0 -1
- package/lib/alert/style/index.js +0 -1
- package/lib/anchor/Anchor.d.ts +2 -2
- package/lib/anchor/Anchor.js +21 -87
- package/lib/anchor/AnchorLink.d.ts +2 -2
- package/lib/anchor/AnchorLink.js +13 -43
- package/lib/anchor/context.js +0 -5
- package/lib/anchor/index.js +0 -4
- package/lib/anchor/style/css.js +0 -1
- package/lib/anchor/style/index.js +0 -1
- package/lib/avatar/SizeContext.d.ts +1 -1
- package/lib/avatar/SizeContext.js +1 -6
- package/lib/avatar/avatar.js +27 -71
- package/lib/avatar/group.js +12 -30
- package/lib/avatar/index.js +0 -4
- package/lib/avatar/style/css.js +0 -2
- package/lib/avatar/style/index.js +0 -2
- package/lib/back-top/index.js +14 -48
- package/lib/back-top/style/css.js +0 -1
- package/lib/back-top/style/index.js +0 -1
- package/lib/badge/Ribbon.d.ts +1 -1
- package/lib/badge/Ribbon.js +10 -26
- package/lib/badge/ScrollNumber.js +20 -42
- package/lib/badge/SingleNumber.d.ts +2 -2
- package/lib/badge/SingleNumber.js +24 -46
- package/lib/badge/index.js +47 -88
- package/lib/badge/style/css.js +0 -1
- package/lib/badge/style/index.css +14 -119
- package/lib/badge/style/index.js +0 -1
- package/lib/badge/utils.js +1 -2
- package/lib/breadcrumb/Breadcrumb.js +11 -34
- package/lib/breadcrumb/BreadcrumbItem.js +13 -41
- package/lib/breadcrumb/index.js +0 -3
- package/lib/breadcrumb/style/css.js +0 -1
- package/lib/breadcrumb/style/index.js +0 -1
- package/lib/button/LoadingIcon.d.ts +2 -1
- package/lib/button/LoadingIcon.js +0 -5
- package/lib/button/button-group.d.ts +1 -1
- package/lib/button/button-group.js +2 -20
- package/lib/button/button.d.ts +6 -6
- package/lib/button/button.js +23 -63
- package/lib/button/index.js +0 -3
- package/lib/button/style/css.js +0 -1
- package/lib/button/style/index.js +0 -1
- package/lib/calendar/Header.d.ts +2 -2
- package/lib/calendar/Header.js +26 -60
- package/lib/calendar/generateCalendar.d.ts +8 -8
- package/lib/calendar/generateCalendar.js +43 -86
- package/lib/calendar/index.d.ts +1 -1
- package/lib/calendar/index.js +0 -4
- package/lib/calendar/interface.d.ts +4 -4
- package/lib/calendar/locale/en_US.js +0 -3
- package/lib/calendar/locale/zh_CN.js +0 -3
- package/lib/calendar/style/css.js +0 -3
- package/lib/calendar/style/index.js +0 -3
- package/lib/card/Card.d.ts +4 -4
- package/lib/card/Card.js +40 -83
- package/lib/card/Grid.js +5 -22
- package/lib/card/Meta.js +7 -26
- package/lib/card/index.js +0 -3
- package/lib/card/style/css.js +0 -4
- package/lib/card/style/index.css +2 -13
- package/lib/card/style/index.js +0 -4
- package/lib/carousel/carousel.d.ts +3 -3
- package/lib/carousel/carousel.js +48 -76
- package/lib/carousel/index.js +0 -3
- package/lib/carousel/indicator.js +14 -29
- package/lib/carousel/style/css.js +0 -1
- package/lib/carousel/style/index.js +0 -1
- package/lib/carousel/switch.js +2 -9
- package/lib/cascader/Cascader.d.ts +4 -4
- package/lib/cascader/Cascader.js +41 -158
- package/lib/cascader/MenuItem.d.ts +1 -1
- package/lib/cascader/MenuItem.js +16 -32
- package/lib/cascader/Menus.d.ts +5 -5
- package/lib/cascader/Menus.js +87 -174
- package/lib/cascader/index.d.ts +1 -1
- package/lib/cascader/index.js +71 -192
- package/lib/cascader/renderEmpty.d.ts +1 -1
- package/lib/cascader/renderEmpty.js +1 -9
- package/lib/cascader/style/css.js +0 -7
- package/lib/cascader/style/index.css +4 -8
- package/lib/cascader/style/index.js +0 -7
- package/lib/cascader/utils.js +2 -11
- package/lib/checkbox/BaseCheckbox.d.ts +1 -1
- package/lib/checkbox/BaseCheckbox.js +22 -56
- package/lib/checkbox/ButtonCheckbox.d.ts +1 -1
- package/lib/checkbox/ButtonCheckbox.js +9 -44
- package/lib/checkbox/Checkbox.js +19 -43
- package/lib/checkbox/Group.d.ts +1 -1
- package/lib/checkbox/Group.js +20 -59
- package/lib/checkbox/GroupButtonCheckbox.d.ts +2 -1
- package/lib/checkbox/GroupButtonCheckbox.js +12 -32
- package/lib/checkbox/index.js +1 -5
- package/lib/checkbox/style/css.js +0 -1
- package/lib/checkbox/style/index.css +1 -12
- package/lib/checkbox/style/index.js +0 -1
- package/lib/clear/index.d.ts +2 -1
- package/lib/clear/index.js +4 -19
- package/lib/clear/style/css.js +0 -1
- package/lib/clear/style/index.js +0 -1
- package/lib/col/index.js +0 -2
- package/lib/col/style/css.js +0 -1
- package/lib/col/style/index.js +0 -1
- package/lib/collapse/Collapse.d.ts +1 -1
- package/lib/collapse/Collapse.js +3 -26
- package/lib/collapse/CollapsePanel.js +3 -14
- package/lib/collapse/index.js +0 -3
- package/lib/collapse/style/css.js +0 -1
- package/lib/collapse/style/index.js +0 -1
- package/lib/color-picker/colorPicker.d.ts +1 -1
- package/lib/color-picker/colorPicker.js +38 -59
- package/lib/color-picker/index.js +0 -3
- package/lib/color-picker/style/css.js +0 -3
- package/lib/color-picker/style/index.js +0 -3
- package/lib/color-picker/util.js +4 -12
- package/lib/config-provider/DisabledContext.d.ts +1 -1
- package/lib/config-provider/DisabledContext.js +1 -8
- package/lib/config-provider/SizeContext.d.ts +1 -1
- package/lib/config-provider/SizeContext.js +2 -8
- package/lib/config-provider/context.d.ts +2 -2
- package/lib/config-provider/context.js +1 -13
- package/lib/config-provider/index.js +24 -50
- package/lib/config-provider/renderEmpty.d.ts +1 -1
- package/lib/config-provider/renderEmpty.js +1 -15
- package/lib/config-provider/style/css.js +0 -1
- package/lib/config-provider/style/index.js +0 -1
- package/lib/date-picker/PickerButton.d.ts +2 -2
- package/lib/date-picker/PickerButton.js +0 -8
- package/lib/date-picker/PickerTag.d.ts +2 -2
- package/lib/date-picker/PickerTag.js +0 -8
- package/lib/date-picker/generatePicker/generateRangePicker.js +15 -61
- package/lib/date-picker/generatePicker/generateSinglePicker.js +14 -65
- package/lib/date-picker/generatePicker/index.d.ts +12 -12
- package/lib/date-picker/generatePicker/index.js +12 -33
- package/lib/date-picker/index.d.ts +4 -4
- package/lib/date-picker/index.js +0 -4
- package/lib/date-picker/locale/en_US.js +2 -7
- package/lib/date-picker/locale/zh_CN.js +4 -9
- package/lib/date-picker/src/PanelContext.d.ts +2 -2
- package/lib/date-picker/src/PanelContext.js +1 -5
- package/lib/date-picker/src/Picker.d.ts +8 -8
- package/lib/date-picker/src/Picker.js +168 -234
- package/lib/date-picker/src/PickerPanel.d.ts +6 -6
- package/lib/date-picker/src/PickerPanel.js +114 -193
- package/lib/date-picker/src/PickerTrigger.d.ts +3 -3
- package/lib/date-picker/src/PickerTrigger.js +12 -26
- package/lib/date-picker/src/RangeContext.d.ts +1 -1
- package/lib/date-picker/src/RangeContext.js +1 -5
- package/lib/date-picker/src/RangePicker.d.ts +11 -11
- package/lib/date-picker/src/RangePicker.js +260 -404
- package/lib/date-picker/src/generate/dateFns.js +0 -11
- package/lib/date-picker/src/generate/dayjs.js +2 -32
- package/lib/date-picker/src/generate/index.d.ts +1 -1
- package/lib/date-picker/src/generate/moment.js +2 -15
- package/lib/date-picker/src/hooks/useCellClassName.js +8 -19
- package/lib/date-picker/src/hooks/useHoverValue.js +11 -25
- package/lib/date-picker/src/hooks/usePickerInput.js +23 -50
- package/lib/date-picker/src/hooks/useRangeDisabled.js +13 -36
- package/lib/date-picker/src/hooks/useRangeViewDates.js +17 -48
- package/lib/date-picker/src/hooks/useTextValueMapping.js +4 -16
- package/lib/date-picker/src/hooks/useValueTexts.d.ts +1 -1
- package/lib/date-picker/src/hooks/useValueTexts.js +4 -13
- package/lib/date-picker/src/index.js +0 -5
- package/lib/date-picker/src/interface.d.ts +15 -15
- package/lib/date-picker/src/panels/DatePanel/DateBody.d.ts +4 -4
- package/lib/date-picker/src/panels/DatePanel/DateBody.js +13 -30
- package/lib/date-picker/src/panels/DatePanel/DateHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/DatePanel/DateHeader.js +12 -26
- package/lib/date-picker/src/panels/DatePanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/DatePanel/index.js +17 -33
- package/lib/date-picker/src/panels/DatetimePanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/DatetimePanel/index.js +15 -36
- package/lib/date-picker/src/panels/DecadePanel/DecadeBody.d.ts +3 -3
- package/lib/date-picker/src/panels/DecadePanel/DecadeBody.js +2 -20
- package/lib/date-picker/src/panels/DecadePanel/DecadeHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/DecadePanel/DecadeHeader.js +5 -21
- package/lib/date-picker/src/panels/DecadePanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/DecadePanel/index.js +10 -24
- package/lib/date-picker/src/panels/Header.d.ts +2 -2
- package/lib/date-picker/src/panels/Header.js +15 -26
- package/lib/date-picker/src/panels/MonthPanel/MonthBody.d.ts +3 -3
- package/lib/date-picker/src/panels/MonthPanel/MonthBody.js +7 -22
- package/lib/date-picker/src/panels/MonthPanel/MonthHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/MonthPanel/MonthHeader.js +7 -21
- package/lib/date-picker/src/panels/MonthPanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/MonthPanel/index.js +11 -24
- package/lib/date-picker/src/panels/PanelBody.d.ts +2 -2
- package/lib/date-picker/src/panels/PanelBody.js +22 -45
- package/lib/date-picker/src/panels/QuarterPanel/QuarterBody.d.ts +3 -3
- package/lib/date-picker/src/panels/QuarterPanel/QuarterBody.js +6 -21
- package/lib/date-picker/src/panels/QuarterPanel/QuarterHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/QuarterPanel/QuarterHeader.js +7 -21
- package/lib/date-picker/src/panels/QuarterPanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/QuarterPanel/index.js +11 -23
- package/lib/date-picker/src/panels/TimePanel/TimeBody.d.ts +3 -3
- package/lib/date-picker/src/panels/TimePanel/TimeBody.js +55 -86
- package/lib/date-picker/src/panels/TimePanel/TimeHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/TimePanel/TimeHeader.js +5 -17
- package/lib/date-picker/src/panels/TimePanel/TimeUnitColumn.d.ts +3 -3
- package/lib/date-picker/src/panels/TimePanel/TimeUnitColumn.js +8 -28
- package/lib/date-picker/src/panels/TimePanel/index.d.ts +4 -4
- package/lib/date-picker/src/panels/TimePanel/index.js +17 -33
- package/lib/date-picker/src/panels/WeekPanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/WeekPanel/index.js +6 -22
- package/lib/date-picker/src/panels/YearPanel/YearBody.d.ts +3 -3
- package/lib/date-picker/src/panels/YearPanel/YearBody.js +8 -28
- package/lib/date-picker/src/panels/YearPanel/YearHeader.d.ts +3 -3
- package/lib/date-picker/src/panels/YearPanel/YearHeader.js +6 -22
- package/lib/date-picker/src/panels/YearPanel/index.d.ts +3 -3
- package/lib/date-picker/src/panels/YearPanel/index.js +12 -26
- package/lib/date-picker/src/utils/dateUtil.js +11 -73
- package/lib/date-picker/src/utils/getExtraFooter.d.ts +1 -1
- package/lib/date-picker/src/utils/getExtraFooter.js +0 -6
- package/lib/date-picker/src/utils/getRanges.d.ts +3 -3
- package/lib/date-picker/src/utils/getRanges.js +8 -18
- package/lib/date-picker/src/utils/miscUtil.d.ts +1 -1
- package/lib/date-picker/src/utils/miscUtil.js +0 -13
- package/lib/date-picker/src/utils/timeUtil.js +0 -9
- package/lib/date-picker/src/utils/uiUtil.d.ts +2 -2
- package/lib/date-picker/src/utils/uiUtil.js +14 -78
- package/lib/date-picker/style/css.js +0 -3
- package/lib/date-picker/style/index.css +4 -9
- package/lib/date-picker/style/index.js +0 -3
- package/lib/date-picker/util.js +0 -13
- package/lib/dialog-box/dialogbox.js +16 -48
- package/lib/dialog-box/index.js +0 -3
- package/lib/dialog-box/style/css.js +0 -1
- package/lib/dialog-box/style/index.css +1 -2
- package/lib/dialog-box/style/index.js +0 -1
- package/lib/divider/index.js +13 -29
- package/lib/divider/style/css.js +0 -1
- package/lib/divider/style/index.js +0 -1
- package/lib/drawer/index.d.ts +3 -3
- package/lib/drawer/index.js +55 -102
- package/lib/drawer/style/css.js +0 -1
- package/lib/drawer/style/index.css +1 -10
- package/lib/drawer/style/index.js +0 -1
- package/lib/dropdown/dropdown-button.js +23 -48
- package/lib/dropdown/dropdown.d.ts +3 -3
- package/lib/dropdown/dropdown.js +24 -61
- package/lib/dropdown/index.js +0 -3
- package/lib/dropdown/rc-dropdown/Dropdown.js +24 -69
- package/lib/dropdown/rc-dropdown/index.js +0 -2
- package/lib/dropdown/rc-dropdown/placements.js +0 -1
- package/lib/dropdown/style/css.js +0 -5
- package/lib/dropdown/style/index.js +0 -5
- package/lib/empty/index.js +11 -33
- package/lib/empty/style/css.js +0 -1
- package/lib/empty/style/index.js +0 -1
- package/lib/flow/index.js +13 -25
- package/lib/form/ErrorList.d.ts +1 -1
- package/lib/form/ErrorList.js +23 -40
- package/lib/form/Form.d.ts +2 -2
- package/lib/form/Form.js +30 -64
- package/lib/form/FormItem.d.ts +4 -4
- package/lib/form/FormItem.js +57 -134
- package/lib/form/FormItemInput.js +18 -35
- package/lib/form/FormItemLabel.d.ts +2 -2
- package/lib/form/FormItemLabel.js +27 -66
- package/lib/form/FormList.js +4 -24
- package/lib/form/context.js +1 -10
- package/lib/form/hooks/useCacheErrors.js +0 -12
- package/lib/form/hooks/useForm.js +3 -17
- package/lib/form/hooks/useFrameState.d.ts +1 -1
- package/lib/form/hooks/useFrameState.js +4 -17
- package/lib/form/hooks/useItemRef.js +2 -15
- package/lib/form/index.d.ts +1 -1
- package/lib/form/index.js +1 -13
- package/lib/form/interface.d.ts +1 -1
- package/lib/form/style/css.js +0 -2
- package/lib/form/style/index.css +16 -72
- package/lib/form/style/index.js +0 -2
- package/lib/form/util.js +0 -7
- package/lib/grid/RowContext.js +0 -2
- package/lib/grid/col.d.ts +2 -2
- package/lib/grid/col.js +21 -52
- package/lib/grid/hooks/useBreakpoint.js +0 -8
- package/lib/grid/index.js +0 -5
- package/lib/grid/row.d.ts +1 -1
- package/lib/grid/row.js +24 -57
- package/lib/grid/style/css.js +0 -1
- package/lib/grid/style/index.js +0 -1
- package/lib/icon/index.js +0 -2
- package/lib/img-crop/EasyCrop.js +30 -52
- package/lib/img-crop/index.js +178 -255
- package/lib/img-crop/interface.d.ts +4 -4
- package/lib/img-crop/style/css.js +0 -2
- package/lib/img-crop/style/index.js +0 -2
- package/lib/index.js +0 -61
- package/lib/input/AutoComplete.d.ts +2 -1
- package/lib/input/AutoComplete.js +7 -29
- package/lib/input/Input.js +49 -121
- package/lib/input/Label.js +18 -66
- package/lib/input/MultiSelectInput.js +6 -15
- package/lib/input/Password.js +26 -64
- package/lib/input/TextArea.js +32 -73
- package/lib/input/index.js +0 -8
- package/lib/input/style/css.js +0 -1
- package/lib/input/style/index.js +0 -1
- package/lib/input-number/index.d.ts +1 -1
- package/lib/input-number/index.js +15 -42
- package/lib/input-number/src/InputNumber.js +117 -204
- package/lib/input-number/src/StepHandler.d.ts +1 -1
- package/lib/input-number/src/StepHandler.js +14 -32
- package/lib/input-number/src/hooks/useCursor.js +7 -17
- package/lib/input-number/src/hooks/useFrame.js +0 -7
- package/lib/input-number/src/hooks/useLayoutEffect.js +0 -7
- package/lib/input-number/src/hooks/useUpdateEffect.js +0 -7
- package/lib/input-number/src/index.js +0 -3
- package/lib/input-number/src/utils/MiniDecimal.d.ts +1 -1
- package/lib/input-number/src/utils/MiniDecimal.js +18 -74
- package/lib/input-number/src/utils/numberUtil.js +14 -32
- package/lib/input-number/src/utils/supportUtil.js +0 -1
- package/lib/input-number/style/css.js +0 -1
- package/lib/input-number/style/index.js +0 -1
- package/lib/layout/Sider.d.ts +2 -2
- package/lib/layout/Sider.js +44 -89
- package/lib/layout/index.d.ts +1 -1
- package/lib/layout/index.js +0 -7
- package/lib/layout/layout.js +17 -44
- package/lib/layout/style/css.js +0 -1
- package/lib/layout/style/index.js +0 -1
- package/lib/link/index.js +0 -3
- package/lib/link/link.d.ts +4 -4
- package/lib/link/link.js +14 -36
- package/lib/link/style/css.js +0 -1
- package/lib/link/style/index.js +0 -1
- package/lib/loading/icon.d.ts +2 -1
- package/lib/loading/icon.js +2 -9
- package/lib/loading/index.js +13 -28
- package/lib/loading/style/css.js +0 -1
- package/lib/loading/style/index.css +7 -112
- package/lib/loading/style/index.js +0 -1
- package/lib/locale/default.js +0 -3
- package/lib/locale/en_US.js +2 -4
- package/lib/locale/zh_CN.js +2 -4
- package/lib/locale-provider/LocaleReceiver.d.ts +1 -1
- package/lib/locale-provider/LocaleReceiver.js +4 -23
- package/lib/locale-provider/context.js +1 -2
- package/lib/locale-provider/default.js +0 -3
- package/lib/locale-provider/demo/locale.js +2 -3
- package/lib/locale-provider/index.d.ts +1 -1
- package/lib/locale-provider/index.js +4 -23
- package/lib/menu/ItemGroup.js +5 -17
- package/lib/menu/MenuContext.js +0 -2
- package/lib/menu/MenuHead.js +6 -29
- package/lib/menu/MenuItem.js +7 -33
- package/lib/menu/SubMenu.js +5 -26
- package/lib/menu/baseMenu.js +11 -29
- package/lib/menu/globalSilderBar.js +18 -46
- package/lib/menu/header.js +8 -20
- package/lib/menu/index.js +0 -3
- package/lib/menu/menu.js +9 -32
- package/lib/menu/rc-menu/Divider.d.ts +1 -1
- package/lib/menu/rc-menu/Divider.js +2 -15
- package/lib/menu/rc-menu/Icon.js +2 -11
- package/lib/menu/rc-menu/Menu.js +163 -214
- package/lib/menu/rc-menu/MenuItem.js +51 -103
- package/lib/menu/rc-menu/MenuItemGroup.js +7 -30
- package/lib/menu/rc-menu/SubMenu/InlineSubMenuList.d.ts +1 -1
- package/lib/menu/rc-menu/SubMenu/InlineSubMenuList.js +23 -43
- package/lib/menu/rc-menu/SubMenu/PopupTrigger.d.ts +1 -1
- package/lib/menu/rc-menu/SubMenu/PopupTrigger.js +22 -41
- package/lib/menu/rc-menu/SubMenu/SubMenuList.js +5 -22
- package/lib/menu/rc-menu/SubMenu/index.d.ts +1 -1
- package/lib/menu/rc-menu/SubMenu/index.js +83 -135
- package/lib/menu/rc-menu/context/IdContext.js +0 -9
- package/lib/menu/rc-menu/context/MenuContext.d.ts +1 -1
- package/lib/menu/rc-menu/context/MenuContext.js +3 -21
- package/lib/menu/rc-menu/context/PathContext.js +2 -13
- package/lib/menu/rc-menu/hooks/useAccessibility.js +41 -91
- package/lib/menu/rc-menu/hooks/useActive.js +5 -14
- package/lib/menu/rc-menu/hooks/useDirectionStyle.js +3 -11
- package/lib/menu/rc-menu/hooks/useKeyRecords.js +7 -34
- package/lib/menu/rc-menu/hooks/useMemoCallback.js +0 -8
- package/lib/menu/rc-menu/hooks/useUUID.js +5 -15
- package/lib/menu/rc-menu/index.d.ts +1 -1
- package/lib/menu/rc-menu/index.js +0 -8
- package/lib/menu/rc-menu/interface.d.ts +7 -7
- package/lib/menu/rc-menu/utils/motionUtil.js +0 -3
- package/lib/menu/rc-menu/utils/nodeUtil.js +0 -14
- package/lib/menu/rc-menu/utils/timeUtil.js +0 -1
- package/lib/menu/rc-menu/utils/warnUtil.js +2 -11
- package/lib/menu/style/css.js +0 -2
- package/lib/menu/style/index.js +0 -2
- package/lib/modal/DialogBox.js +19 -57
- package/lib/modal/Modal.js +17 -44
- package/lib/modal/dialog.js +0 -26
- package/lib/modal/index.js +0 -6
- package/lib/modal/locale.js +0 -8
- package/lib/modal/style/css.js +0 -2
- package/lib/modal/style/index.css +1 -2
- package/lib/modal/style/index.js +0 -2
- package/lib/pagination/index.js +0 -3
- package/lib/pagination/pagination.d.ts +1 -1
- package/lib/pagination/pagination.js +11 -41
- package/lib/pagination/rc-pagination/Goto.js +8 -31
- package/lib/pagination/rc-pagination/KeyCode.js +0 -1
- package/lib/pagination/rc-pagination/Options.js +13 -26
- package/lib/pagination/rc-pagination/Pager.js +9 -19
- package/lib/pagination/rc-pagination/Pagination.js +64 -138
- package/lib/pagination/rc-pagination/index.js +0 -3
- package/lib/pagination/style/css.js +0 -2
- package/lib/pagination/style/index.css +6 -0
- package/lib/pagination/style/index.js +0 -2
- package/lib/pagination/style/index.less +10 -0
- package/lib/popconfirm/index.d.ts +1 -1
- package/lib/popconfirm/index.js +18 -56
- package/lib/popconfirm/style/css.js +0 -2
- package/lib/popconfirm/style/index.js +0 -2
- package/lib/popover/index.js +5 -24
- package/lib/popover/style/css.js +0 -1
- package/lib/popover/style/index.js +0 -1
- package/lib/progress/CircleProgress.js +49 -61
- package/lib/progress/LineProgress.js +40 -52
- package/lib/progress/common/index.js +2 -7
- package/lib/progress/index.js +33 -54
- package/lib/progress/interface.d.ts +6 -6
- package/lib/progress/interface.js +0 -1
- package/lib/progress/style/css.js +0 -1
- package/lib/progress/style/index.js +0 -1
- package/lib/radio/Radio.js +12 -44
- package/lib/radio/RadioButton.d.ts +2 -1
- package/lib/radio/RadioButton.js +14 -41
- package/lib/radio/RadioGroup.d.ts +1 -1
- package/lib/radio/RadioGroup.js +16 -36
- package/lib/radio/context.js +0 -2
- package/lib/radio/index.js +0 -3
- package/lib/radio/style/css.js +0 -1
- package/lib/radio/style/index.js +0 -1
- package/lib/rate/index.js +0 -3
- package/lib/rate/rate.js +73 -120
- package/lib/rate/style/css.js +0 -1
- package/lib/rate/style/index.js +0 -1
- package/lib/row/index.js +0 -2
- package/lib/row/style/css.js +0 -1
- package/lib/row/style/index.js +0 -1
- package/lib/search/Search.js +40 -82
- package/lib/search/index.js +0 -3
- package/lib/search/style/css.js +0 -4
- package/lib/search/style/index.js +0 -4
- package/lib/select/index.d.ts +4 -4
- package/lib/select/index.js +29 -57
- package/lib/select/src/OptGroup.js +0 -2
- package/lib/select/src/Option.js +0 -2
- package/lib/select/src/OptionList.js +104 -188
- package/lib/select/src/Select.d.ts +2 -2
- package/lib/select/src/Select.js +1 -27
- package/lib/select/src/SelectTrigger.js +28 -48
- package/lib/select/src/Selector/Input.d.ts +1 -1
- package/lib/select/src/Selector/Input.js +26 -40
- package/lib/select/src/Selector/MultipleSelector.js +50 -83
- package/lib/select/src/Selector/SingleSelector.js +29 -46
- package/lib/select/src/Selector/index.js +23 -57
- package/lib/select/src/TransBtn.js +6 -17
- package/lib/select/src/generate.js +231 -371
- package/lib/select/src/hooks/useCacheDisplayValue.js +1 -11
- package/lib/select/src/hooks/useCacheOptions.js +0 -7
- package/lib/select/src/hooks/useDelayReset.js +3 -17
- package/lib/select/src/hooks/useLayoutEffect.js +0 -6
- package/lib/select/src/hooks/useLock.js +2 -10
- package/lib/select/src/hooks/useSelectTriggerControl.js +0 -8
- package/lib/select/src/index.js +0 -5
- package/lib/select/src/interface/generator.d.ts +12 -12
- package/lib/select/src/interface/index.d.ts +5 -5
- package/lib/select/src/utils/commonUtil.js +8 -32
- package/lib/select/src/utils/legacyUtil.js +11 -29
- package/lib/select/src/utils/valueUtil.js +23 -76
- package/lib/select/src/utils/warningPropsUtil.js +30 -56
- package/lib/select/style/css.js +0 -3
- package/lib/select/style/index.css +4 -8
- package/lib/select/style/index.js +0 -3
- package/lib/select/utils/iconUtil.js +16 -37
- package/lib/skeleton/Avatar.d.ts +2 -1
- package/lib/skeleton/Avatar.js +3 -15
- package/lib/skeleton/Button.d.ts +2 -1
- package/lib/skeleton/Button.js +5 -21
- package/lib/skeleton/Element.d.ts +1 -1
- package/lib/skeleton/Element.js +4 -15
- package/lib/skeleton/Image.d.ts +2 -1
- package/lib/skeleton/Image.js +6 -18
- package/lib/skeleton/Input.d.ts +2 -1
- package/lib/skeleton/Input.js +4 -20
- package/lib/skeleton/Node.js +4 -18
- package/lib/skeleton/Paragraph.d.ts +2 -2
- package/lib/skeleton/Paragraph.js +7 -20
- package/lib/skeleton/Skeleton.d.ts +5 -5
- package/lib/skeleton/Skeleton.js +21 -64
- package/lib/skeleton/Title.d.ts +1 -1
- package/lib/skeleton/Title.js +3 -12
- package/lib/skeleton/index.js +0 -3
- package/lib/skeleton/style/css.js +0 -1
- package/lib/skeleton/style/index.css +1 -10
- package/lib/skeleton/style/index.js +0 -1
- package/lib/slider/SliderTooltip.js +0 -16
- package/lib/slider/index.js +21 -55
- package/lib/slider/interface.d.ts +1 -1
- package/lib/slider/style/css.js +0 -1
- package/lib/slider/style/index.js +0 -1
- package/lib/space/Item.d.ts +1 -1
- package/lib/space/Item.js +10 -24
- package/lib/space/index.d.ts +1 -1
- package/lib/space/index.js +29 -61
- package/lib/space/style/css.js +0 -1
- package/lib/space/style/index.js +0 -1
- package/lib/steps/index.d.ts +1 -1
- package/lib/steps/index.js +7 -28
- package/lib/steps/interface.d.ts +1 -1
- package/lib/steps/src/step.d.ts +1 -1
- package/lib/steps/src/step.js +39 -72
- package/lib/steps/src/steps.d.ts +3 -3
- package/lib/steps/src/steps.js +24 -56
- package/lib/steps/style/css.js +0 -1
- package/lib/steps/style/index.js +0 -1
- package/lib/style/index.css +144 -526
- package/lib/switch/index.js +19 -45
- package/lib/switch/interface.d.ts +2 -2
- package/lib/switch/style/css.js +0 -1
- package/lib/switch/style/index.css +8 -32
- package/lib/switch/style/index.js +0 -1
- package/lib/table/Column.js +0 -3
- package/lib/table/ColumnGroup.js +0 -3
- package/lib/table/ExpandIcon.d.ts +1 -1
- package/lib/table/ExpandIcon.js +4 -16
- package/lib/table/Space.js +4 -18
- package/lib/table/Table.d.ts +1 -1
- package/lib/table/Table.js +115 -193
- package/lib/table/baseTable/Body/BodyRow.d.ts +1 -1
- package/lib/table/baseTable/Body/BodyRow.js +42 -78
- package/lib/table/baseTable/Body/ExpandedRow.d.ts +1 -1
- package/lib/table/baseTable/Body/ExpandedRow.js +13 -28
- package/lib/table/baseTable/Body/MeasureCell.d.ts +1 -1
- package/lib/table/baseTable/Body/MeasureCell.js +1 -8
- package/lib/table/baseTable/Body/MeasureRow.d.ts +1 -1
- package/lib/table/baseTable/Body/MeasureRow.js +3 -14
- package/lib/table/baseTable/Body/index.d.ts +1 -1
- package/lib/table/baseTable/Body/index.js +23 -48
- package/lib/table/baseTable/Cell/index.d.ts +1 -1
- package/lib/table/baseTable/Cell/index.js +58 -111
- package/lib/table/baseTable/ColGroup.d.ts +2 -2
- package/lib/table/baseTable/ColGroup.js +7 -25
- package/lib/table/baseTable/FixedHolder/index.js +29 -57
- package/lib/table/baseTable/Footer/Cell.d.ts +1 -1
- package/lib/table/baseTable/Footer/Cell.js +11 -25
- package/lib/table/baseTable/Footer/Row.d.ts +1 -1
- package/lib/table/baseTable/Footer/Row.js +2 -13
- package/lib/table/baseTable/Footer/Summary.js +0 -5
- package/lib/table/baseTable/Footer/index.d.ts +2 -2
- package/lib/table/baseTable/Footer/index.js +2 -12
- package/lib/table/baseTable/Header/Header.js +9 -30
- package/lib/table/baseTable/Header/HeaderRow.d.ts +2 -2
- package/lib/table/baseTable/Header/HeaderRow.js +8 -26
- package/lib/table/baseTable/Panel/index.d.ts +1 -1
- package/lib/table/baseTable/Panel/index.js +1 -7
- package/lib/table/baseTable/Table.d.ts +1 -1
- package/lib/table/baseTable/Table.js +126 -234
- package/lib/table/baseTable/context/BodyContext.js +0 -5
- package/lib/table/baseTable/context/ExpandedRowContext.js +0 -5
- package/lib/table/baseTable/context/HoverContext.js +0 -5
- package/lib/table/baseTable/context/ResizeContext.js +0 -5
- package/lib/table/baseTable/context/StickyContext.js +0 -5
- package/lib/table/baseTable/context/TableContext.js +0 -5
- package/lib/table/baseTable/hooks/useColumns.js +40 -94
- package/lib/table/baseTable/hooks/useFlattenRecords.js +2 -15
- package/lib/table/baseTable/hooks/useFrame.d.ts +1 -1
- package/lib/table/baseTable/hooks/useFrame.js +2 -17
- package/lib/table/baseTable/hooks/useSticky.js +10 -20
- package/lib/table/baseTable/hooks/useStickyOffsets.js +4 -10
- package/lib/table/baseTable/index.js +0 -7
- package/lib/table/baseTable/interface.d.ts +20 -20
- package/lib/table/baseTable/stickyScrollBar.js +14 -55
- package/lib/table/baseTable/sugar/Column.js +0 -3
- package/lib/table/baseTable/sugar/ColumnGroup.js +0 -3
- package/lib/table/baseTable/utils/expandUtil.d.ts +2 -2
- package/lib/table/baseTable/utils/expandUtil.js +4 -19
- package/lib/table/baseTable/utils/fixUtil.js +0 -5
- package/lib/table/baseTable/utils/legacyUtil.js +2 -17
- package/lib/table/baseTable/utils/valueUtil.js +2 -23
- package/lib/table/hooks/useFilter/FilterDropdown.d.ts +1 -1
- package/lib/table/hooks/useFilter/FilterDropdown.js +50 -124
- package/lib/table/hooks/useFilter/FilterSearch.d.ts +1 -1
- package/lib/table/hooks/useFilter/FilterSearch.js +6 -15
- package/lib/table/hooks/useFilter/FilterWrapper.d.ts +1 -1
- package/lib/table/hooks/useFilter/FilterWrapper.js +0 -6
- package/lib/table/hooks/useFilter/index.js +20 -56
- package/lib/table/hooks/useLazyKVMap.js +0 -13
- package/lib/table/hooks/usePagination.js +15 -42
- package/lib/table/hooks/useSelection.d.ts +1 -1
- package/lib/table/hooks/useSelection.js +103 -186
- package/lib/table/hooks/useSorter.js +21 -83
- package/lib/table/hooks/useTitleColumns.js +0 -11
- package/lib/table/index.js +0 -3
- package/lib/table/interface.d.ts +15 -15
- package/lib/table/interface.js +0 -1
- package/lib/table/style/css.js +0 -11
- package/lib/table/style/index.css +0 -3
- package/lib/table/style/index.js +0 -11
- package/lib/table/util.js +0 -6
- package/lib/tabs/index.js +0 -3
- package/lib/tabs/src/TabContext.js +0 -3
- package/lib/tabs/src/TabNavList/AddButton.js +4 -13
- package/lib/tabs/src/TabNavList/OperationNode.js +32 -67
- package/lib/tabs/src/TabNavList/TabNode.js +25 -60
- package/lib/tabs/src/TabNavList/index.js +129 -217
- package/lib/tabs/src/TabPanelList/TabPane.d.ts +1 -1
- package/lib/tabs/src/TabPanelList/TabPane.js +12 -25
- package/lib/tabs/src/TabPanelList/index.d.ts +1 -1
- package/lib/tabs/src/TabPanelList/index.js +7 -18
- package/lib/tabs/src/Tabs.d.ts +1 -1
- package/lib/tabs/src/Tabs.js +68 -112
- package/lib/tabs/src/hooks/useOffsets.js +6 -15
- package/lib/tabs/src/hooks/useRaf.d.ts +1 -1
- package/lib/tabs/src/hooks/useRaf.js +2 -17
- package/lib/tabs/src/hooks/useRefs.js +0 -9
- package/lib/tabs/src/hooks/useSyncState.d.ts +1 -1
- package/lib/tabs/src/hooks/useSyncState.js +2 -14
- package/lib/tabs/src/hooks/useTouchMove.js +32 -55
- package/lib/tabs/src/hooks/useVisibleRange.js +2 -16
- package/lib/tabs/src/index.js +0 -4
- package/lib/tabs/src/interface.d.ts +8 -8
- package/lib/tabs/style/css.js +0 -1
- package/lib/tabs/style/index.js +0 -1
- package/lib/tabs/tabs.d.ts +3 -3
- package/lib/tabs/tabs.js +10 -37
- package/lib/tag/CheckableTag.js +7 -27
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/index.js +19 -55
- package/lib/tag/style/css.js +0 -1
- package/lib/tag/style/index.css +1 -12
- package/lib/tag/style/index.js +0 -1
- package/lib/time-picker/index.d.ts +1 -1
- package/lib/time-picker/index.js +9 -32
- package/lib/time-picker/style/css.js +0 -2
- package/lib/time-picker/style/index.css +0 -1
- package/lib/time-picker/style/index.js +0 -2
- package/lib/timeline/index.js +0 -3
- package/lib/timeline/interface.d.ts +1 -1
- package/lib/timeline/style/css.js +0 -1
- package/lib/timeline/style/index.css +4 -27
- package/lib/timeline/style/index.js +0 -1
- package/lib/timeline/timeline.js +17 -33
- package/lib/timeline/timelineItem.js +24 -60
- package/lib/toast/PurePanel.d.ts +2 -2
- package/lib/toast/PurePanel.js +25 -47
- package/lib/toast/base.d.ts +1 -1
- package/lib/toast/base.js +63 -105
- package/lib/toast/index.js +39 -72
- package/lib/toast/interface.d.ts +3 -3
- package/lib/toast/style/css.js +0 -1
- package/lib/toast/style/index.css +17 -64
- package/lib/toast/style/index.js +0 -1
- package/lib/toast/useNotification.d.ts +1 -1
- package/lib/toast/useNotification.js +52 -82
- package/lib/toast/util.js +0 -9
- package/lib/tooltip/index.d.ts +2 -2
- package/lib/tooltip/index.js +32 -72
- package/lib/tooltip/placements.js +7 -13
- package/lib/tooltip/style/css.js +0 -1
- package/lib/tooltip/style/index.css +0 -1
- package/lib/tooltip/style/index.js +0 -1
- package/lib/transfer/DataSource.d.ts +2 -1
- package/lib/transfer/DataSource.js +40 -66
- package/lib/transfer/SourceList.d.ts +2 -1
- package/lib/transfer/SourceList.js +16 -44
- package/lib/transfer/Target.d.ts +2 -1
- package/lib/transfer/Target.js +46 -78
- package/lib/transfer/TargetList.d.ts +2 -1
- package/lib/transfer/TargetList.js +15 -38
- package/lib/transfer/index.d.ts +5 -5
- package/lib/transfer/index.js +19 -43
- package/lib/transfer/style/css.js +0 -2
- package/lib/transfer/style/index.js +0 -2
- package/lib/transfer/util.js +0 -6
- package/lib/tree/index.js +0 -3
- package/lib/tree/style/css.js +0 -3
- package/lib/tree/style/index.css +1 -12
- package/lib/tree/style/index.js +0 -3
- package/lib/tree/tree.d.ts +3 -3
- package/lib/tree/tree.js +34 -118
- package/lib/tree/utils/dragHelper.d.ts +2 -2
- package/lib/tree/utils/dragHelper.js +5 -15
- package/lib/tree/utils/iconHelper.js +0 -13
- package/lib/tree/utils/nodeHelper.js +0 -32
- package/lib/tree-select/index.d.ts +4 -4
- package/lib/tree-select/index.js +59 -95
- package/lib/tree-select/src/LegacyContext.js +0 -5
- package/lib/tree-select/src/OptionList.d.ts +1 -1
- package/lib/tree-select/src/OptionList.js +63 -124
- package/lib/tree-select/src/TreeNode.js +0 -2
- package/lib/tree-select/src/TreeSelect.d.ts +4 -4
- package/lib/tree-select/src/TreeSelect.js +166 -242
- package/lib/tree-select/src/TreeSelectContext.js +0 -5
- package/lib/tree-select/src/hooks/useCache.js +2 -11
- package/lib/tree-select/src/hooks/useCheckedKeys.js +4 -14
- package/lib/tree-select/src/hooks/useDataEntities.js +2 -14
- package/lib/tree-select/src/hooks/useFilterTreeData.js +2 -19
- package/lib/tree-select/src/hooks/useRefFunc.js +0 -5
- package/lib/tree-select/src/hooks/useTreeData.js +10 -22
- package/lib/tree-select/src/index.js +0 -5
- package/lib/tree-select/src/interface.d.ts +4 -4
- package/lib/tree-select/src/utils/legacyUtil.js +10 -43
- package/lib/tree-select/src/utils/strategyUtil.d.ts +1 -1
- package/lib/tree-select/src/utils/strategyUtil.js +0 -10
- package/lib/tree-select/src/utils/valueUtil.js +3 -14
- package/lib/tree-select/src/utils/warningPropsUtil.js +5 -14
- package/lib/tree-select/style/css.js +0 -3
- package/lib/tree-select/style/index.css +1 -12
- package/lib/tree-select/style/index.js +0 -3
- package/lib/upload/BaseUpload/AjaxUploader.d.ts +1 -1
- package/lib/upload/BaseUpload/AjaxUploader.js +114 -202
- package/lib/upload/BaseUpload/Upload.d.ts +2 -2
- package/lib/upload/BaseUpload/Upload.js +1 -21
- package/lib/upload/BaseUpload/attr-accept.js +10 -22
- package/lib/upload/BaseUpload/index.js +0 -3
- package/lib/upload/BaseUpload/interface.d.ts +4 -4
- package/lib/upload/BaseUpload/request.js +10 -27
- package/lib/upload/BaseUpload/traverseFileTree.js +4 -13
- package/lib/upload/BaseUpload/uid.js +0 -2
- package/lib/upload/Dragger.d.ts +1 -1
- package/lib/upload/Dragger.js +3 -18
- package/lib/upload/Upload.js +117 -206
- package/lib/upload/UploadList/ListItem.js +41 -71
- package/lib/upload/UploadList/index.js +46 -102
- package/lib/upload/index.js +1 -4
- package/lib/upload/interface.d.ts +8 -8
- package/lib/upload/style/css.js +0 -4
- package/lib/upload/style/index.css +4 -26
- package/lib/upload/style/index.js +0 -4
- package/lib/upload/utils.js +3 -34
- package/lib/virtual-list/Filler.js +4 -17
- package/lib/virtual-list/Item.js +1 -6
- package/lib/virtual-list/List.d.ts +5 -5
- package/lib/virtual-list/List.js +122 -189
- package/lib/virtual-list/ScrollBar.d.ts +1 -1
- package/lib/virtual-list/ScrollBar.js +23 -84
- package/lib/virtual-list/hooks/useChildren.d.ts +2 -2
- package/lib/virtual-list/hooks/useChildren.js +2 -7
- package/lib/virtual-list/hooks/useDiffItem.js +6 -18
- package/lib/virtual-list/hooks/useFrameWheel.js +10 -22
- package/lib/virtual-list/hooks/useHeights.js +7 -23
- package/lib/virtual-list/hooks/useMobileTouchMove.js +4 -20
- package/lib/virtual-list/hooks/useOriginScroll.js +6 -11
- package/lib/virtual-list/hooks/useScrollTo.js +13 -35
- package/lib/virtual-list/index.js +0 -3
- package/lib/virtual-list/interface.d.ts +2 -2
- package/lib/virtual-list/mock.js +2 -9
- package/lib/virtual-list/utils/CacheMap.js +0 -6
- package/lib/virtual-list/utils/algorithmUtil.js +6 -22
- package/lib/virtual-list/utils/isFirefox.js +0 -3
- package/package.json +1 -1
- package/dist/acud.css +0 -28511
- package/dist/acud.css.map +0 -1
- package/dist/acud.min.css +0 -2
- package/dist/acud.min.css.map +0 -1
- package/dist/acud.min.js +0 -56
- package/dist/acud.min.js.map +0 -1
package/es/style/index.css
CHANGED
|
@@ -69,179 +69,119 @@ a {
|
|
|
69
69
|
}
|
|
70
70
|
.acud-slide-up-enter,
|
|
71
71
|
.acud-slide-up-appear {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
animation-fill-mode: both;
|
|
76
|
-
-webkit-animation-play-state: paused;
|
|
77
|
-
animation-play-state: paused;
|
|
72
|
+
animation-duration: 0.2s;
|
|
73
|
+
animation-fill-mode: both;
|
|
74
|
+
animation-play-state: paused;
|
|
78
75
|
}
|
|
79
76
|
.acud-slide-up-leave {
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
animation-fill-mode: both;
|
|
84
|
-
-webkit-animation-play-state: paused;
|
|
85
|
-
animation-play-state: paused;
|
|
77
|
+
animation-duration: 0.2s;
|
|
78
|
+
animation-fill-mode: both;
|
|
79
|
+
animation-play-state: paused;
|
|
86
80
|
}
|
|
87
81
|
.acud-slide-up-enter.acud-slide-up-enter-active,
|
|
88
82
|
.acud-slide-up-appear.acud-slide-up-appear-active {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
-webkit-animation-play-state: running;
|
|
92
|
-
animation-play-state: running;
|
|
83
|
+
animation-name: acudSlideUpIn;
|
|
84
|
+
animation-play-state: running;
|
|
93
85
|
}
|
|
94
86
|
.acud-slide-up-leave.acud-slide-up-leave-active {
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
-webkit-animation-play-state: running;
|
|
98
|
-
animation-play-state: running;
|
|
87
|
+
animation-name: acudSlideUpOut;
|
|
88
|
+
animation-play-state: running;
|
|
99
89
|
pointer-events: none;
|
|
100
90
|
}
|
|
101
91
|
.acud-slide-up-enter,
|
|
102
92
|
.acud-slide-up-appear {
|
|
103
93
|
opacity: 0;
|
|
104
|
-
|
|
105
|
-
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
94
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
106
95
|
}
|
|
107
96
|
.acud-slide-up-leave {
|
|
108
|
-
|
|
109
|
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
97
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
110
98
|
}
|
|
111
99
|
.acud-slide-down-enter,
|
|
112
100
|
.acud-slide-down-appear {
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
animation-fill-mode: both;
|
|
117
|
-
-webkit-animation-play-state: paused;
|
|
118
|
-
animation-play-state: paused;
|
|
101
|
+
animation-duration: 0.2s;
|
|
102
|
+
animation-fill-mode: both;
|
|
103
|
+
animation-play-state: paused;
|
|
119
104
|
}
|
|
120
105
|
.acud-slide-down-leave {
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
animation-fill-mode: both;
|
|
125
|
-
-webkit-animation-play-state: paused;
|
|
126
|
-
animation-play-state: paused;
|
|
106
|
+
animation-duration: 0.2s;
|
|
107
|
+
animation-fill-mode: both;
|
|
108
|
+
animation-play-state: paused;
|
|
127
109
|
}
|
|
128
110
|
.acud-slide-down-enter.acud-slide-down-enter-active,
|
|
129
111
|
.acud-slide-down-appear.acud-slide-down-appear-active {
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
-webkit-animation-play-state: running;
|
|
133
|
-
animation-play-state: running;
|
|
112
|
+
animation-name: acudSlideDownIn;
|
|
113
|
+
animation-play-state: running;
|
|
134
114
|
}
|
|
135
115
|
.acud-slide-down-leave.acud-slide-down-leave-active {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
-webkit-animation-play-state: running;
|
|
139
|
-
animation-play-state: running;
|
|
116
|
+
animation-name: acudSlideDownOut;
|
|
117
|
+
animation-play-state: running;
|
|
140
118
|
pointer-events: none;
|
|
141
119
|
}
|
|
142
120
|
.acud-slide-down-enter,
|
|
143
121
|
.acud-slide-down-appear {
|
|
144
122
|
opacity: 0;
|
|
145
|
-
|
|
146
|
-
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
123
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
147
124
|
}
|
|
148
125
|
.acud-slide-down-leave {
|
|
149
|
-
|
|
150
|
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
126
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
151
127
|
}
|
|
152
128
|
.acud-slide-left-enter,
|
|
153
129
|
.acud-slide-left-appear {
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
animation-fill-mode: both;
|
|
158
|
-
-webkit-animation-play-state: paused;
|
|
159
|
-
animation-play-state: paused;
|
|
130
|
+
animation-duration: 0.2s;
|
|
131
|
+
animation-fill-mode: both;
|
|
132
|
+
animation-play-state: paused;
|
|
160
133
|
}
|
|
161
134
|
.acud-slide-left-leave {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
animation-fill-mode: both;
|
|
166
|
-
-webkit-animation-play-state: paused;
|
|
167
|
-
animation-play-state: paused;
|
|
135
|
+
animation-duration: 0.2s;
|
|
136
|
+
animation-fill-mode: both;
|
|
137
|
+
animation-play-state: paused;
|
|
168
138
|
}
|
|
169
139
|
.acud-slide-left-enter.acud-slide-left-enter-active,
|
|
170
140
|
.acud-slide-left-appear.acud-slide-left-appear-active {
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
-webkit-animation-play-state: running;
|
|
174
|
-
animation-play-state: running;
|
|
141
|
+
animation-name: acudSlideLeftIn;
|
|
142
|
+
animation-play-state: running;
|
|
175
143
|
}
|
|
176
144
|
.acud-slide-left-leave.acud-slide-left-leave-active {
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
-webkit-animation-play-state: running;
|
|
180
|
-
animation-play-state: running;
|
|
145
|
+
animation-name: acudSlideLeftOut;
|
|
146
|
+
animation-play-state: running;
|
|
181
147
|
pointer-events: none;
|
|
182
148
|
}
|
|
183
149
|
.acud-slide-left-enter,
|
|
184
150
|
.acud-slide-left-appear {
|
|
185
151
|
opacity: 0;
|
|
186
|
-
|
|
187
|
-
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
152
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
188
153
|
}
|
|
189
154
|
.acud-slide-left-leave {
|
|
190
|
-
|
|
191
|
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
155
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
192
156
|
}
|
|
193
157
|
.acud-slide-right-enter,
|
|
194
158
|
.acud-slide-right-appear {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
animation-fill-mode: both;
|
|
199
|
-
-webkit-animation-play-state: paused;
|
|
200
|
-
animation-play-state: paused;
|
|
159
|
+
animation-duration: 0.2s;
|
|
160
|
+
animation-fill-mode: both;
|
|
161
|
+
animation-play-state: paused;
|
|
201
162
|
}
|
|
202
163
|
.acud-slide-right-leave {
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
animation-fill-mode: both;
|
|
207
|
-
-webkit-animation-play-state: paused;
|
|
208
|
-
animation-play-state: paused;
|
|
164
|
+
animation-duration: 0.2s;
|
|
165
|
+
animation-fill-mode: both;
|
|
166
|
+
animation-play-state: paused;
|
|
209
167
|
}
|
|
210
168
|
.acud-slide-right-enter.acud-slide-right-enter-active,
|
|
211
169
|
.acud-slide-right-appear.acud-slide-right-appear-active {
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
-webkit-animation-play-state: running;
|
|
215
|
-
animation-play-state: running;
|
|
170
|
+
animation-name: acudSlideRightIn;
|
|
171
|
+
animation-play-state: running;
|
|
216
172
|
}
|
|
217
173
|
.acud-slide-right-leave.acud-slide-right-leave-active {
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
-webkit-animation-play-state: running;
|
|
221
|
-
animation-play-state: running;
|
|
174
|
+
animation-name: acudSlideRightOut;
|
|
175
|
+
animation-play-state: running;
|
|
222
176
|
pointer-events: none;
|
|
223
177
|
}
|
|
224
178
|
.acud-slide-right-enter,
|
|
225
179
|
.acud-slide-right-appear {
|
|
226
180
|
opacity: 0;
|
|
227
|
-
|
|
228
|
-
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
181
|
+
animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
|
|
229
182
|
}
|
|
230
183
|
.acud-slide-right-leave {
|
|
231
|
-
|
|
232
|
-
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
233
|
-
}
|
|
234
|
-
@-webkit-keyframes acudSlideUpIn {
|
|
235
|
-
0% {
|
|
236
|
-
transform: scaleY(0.8);
|
|
237
|
-
transform-origin: 0% 0%;
|
|
238
|
-
opacity: 0;
|
|
239
|
-
}
|
|
240
|
-
100% {
|
|
241
|
-
transform: scaleY(1);
|
|
242
|
-
transform-origin: 0% 0%;
|
|
243
|
-
opacity: 1;
|
|
244
|
-
}
|
|
184
|
+
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
|
|
245
185
|
}
|
|
246
186
|
@keyframes acudSlideUpIn {
|
|
247
187
|
0% {
|
|
@@ -255,18 +195,6 @@ a {
|
|
|
255
195
|
opacity: 1;
|
|
256
196
|
}
|
|
257
197
|
}
|
|
258
|
-
@-webkit-keyframes acudSlideUpOut {
|
|
259
|
-
0% {
|
|
260
|
-
transform: scaleY(1);
|
|
261
|
-
transform-origin: 0% 0%;
|
|
262
|
-
opacity: 1;
|
|
263
|
-
}
|
|
264
|
-
100% {
|
|
265
|
-
transform: scaleY(0.8);
|
|
266
|
-
transform-origin: 0% 0%;
|
|
267
|
-
opacity: 0;
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
198
|
@keyframes acudSlideUpOut {
|
|
271
199
|
0% {
|
|
272
200
|
transform: scaleY(1);
|
|
@@ -279,18 +207,6 @@ a {
|
|
|
279
207
|
opacity: 0;
|
|
280
208
|
}
|
|
281
209
|
}
|
|
282
|
-
@-webkit-keyframes acudSlideDownIn {
|
|
283
|
-
0% {
|
|
284
|
-
transform: scaleY(0.8);
|
|
285
|
-
transform-origin: 100% 100%;
|
|
286
|
-
opacity: 0;
|
|
287
|
-
}
|
|
288
|
-
100% {
|
|
289
|
-
transform: scaleY(1);
|
|
290
|
-
transform-origin: 100% 100%;
|
|
291
|
-
opacity: 1;
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
210
|
@keyframes acudSlideDownIn {
|
|
295
211
|
0% {
|
|
296
212
|
transform: scaleY(0.8);
|
|
@@ -303,18 +219,6 @@ a {
|
|
|
303
219
|
opacity: 1;
|
|
304
220
|
}
|
|
305
221
|
}
|
|
306
|
-
@-webkit-keyframes acudSlideDownOut {
|
|
307
|
-
0% {
|
|
308
|
-
transform: scaleY(1);
|
|
309
|
-
transform-origin: 100% 100%;
|
|
310
|
-
opacity: 1;
|
|
311
|
-
}
|
|
312
|
-
100% {
|
|
313
|
-
transform: scaleY(0.8);
|
|
314
|
-
transform-origin: 100% 100%;
|
|
315
|
-
opacity: 0;
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
222
|
@keyframes acudSlideDownOut {
|
|
319
223
|
0% {
|
|
320
224
|
transform: scaleY(1);
|
|
@@ -327,18 +231,6 @@ a {
|
|
|
327
231
|
opacity: 0;
|
|
328
232
|
}
|
|
329
233
|
}
|
|
330
|
-
@-webkit-keyframes acudSlideLeftIn {
|
|
331
|
-
0% {
|
|
332
|
-
transform: scaleX(0.8);
|
|
333
|
-
transform-origin: 0% 0%;
|
|
334
|
-
opacity: 0;
|
|
335
|
-
}
|
|
336
|
-
100% {
|
|
337
|
-
transform: scaleX(1);
|
|
338
|
-
transform-origin: 0% 0%;
|
|
339
|
-
opacity: 1;
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
234
|
@keyframes acudSlideLeftIn {
|
|
343
235
|
0% {
|
|
344
236
|
transform: scaleX(0.8);
|
|
@@ -351,18 +243,6 @@ a {
|
|
|
351
243
|
opacity: 1;
|
|
352
244
|
}
|
|
353
245
|
}
|
|
354
|
-
@-webkit-keyframes acudSlideLeftOut {
|
|
355
|
-
0% {
|
|
356
|
-
transform: scaleX(1);
|
|
357
|
-
transform-origin: 0% 0%;
|
|
358
|
-
opacity: 1;
|
|
359
|
-
}
|
|
360
|
-
100% {
|
|
361
|
-
transform: scaleX(0.8);
|
|
362
|
-
transform-origin: 0% 0%;
|
|
363
|
-
opacity: 0;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
246
|
@keyframes acudSlideLeftOut {
|
|
367
247
|
0% {
|
|
368
248
|
transform: scaleX(1);
|
|
@@ -375,18 +255,6 @@ a {
|
|
|
375
255
|
opacity: 0;
|
|
376
256
|
}
|
|
377
257
|
}
|
|
378
|
-
@-webkit-keyframes acudSlideRightIn {
|
|
379
|
-
0% {
|
|
380
|
-
transform: scaleX(0.8);
|
|
381
|
-
transform-origin: 100% 0%;
|
|
382
|
-
opacity: 0;
|
|
383
|
-
}
|
|
384
|
-
100% {
|
|
385
|
-
transform: scaleX(1);
|
|
386
|
-
transform-origin: 100% 0%;
|
|
387
|
-
opacity: 1;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
258
|
@keyframes acudSlideRightIn {
|
|
391
259
|
0% {
|
|
392
260
|
transform: scaleX(0.8);
|
|
@@ -399,18 +267,6 @@ a {
|
|
|
399
267
|
opacity: 1;
|
|
400
268
|
}
|
|
401
269
|
}
|
|
402
|
-
@-webkit-keyframes acudSlideRightOut {
|
|
403
|
-
0% {
|
|
404
|
-
transform: scaleX(1);
|
|
405
|
-
transform-origin: 100% 0%;
|
|
406
|
-
opacity: 1;
|
|
407
|
-
}
|
|
408
|
-
100% {
|
|
409
|
-
transform: scaleX(0.8);
|
|
410
|
-
transform-origin: 100% 0%;
|
|
411
|
-
opacity: 0;
|
|
412
|
-
}
|
|
413
|
-
}
|
|
414
270
|
@keyframes acudSlideRightOut {
|
|
415
271
|
0% {
|
|
416
272
|
transform: scaleX(1);
|
|
@@ -425,335 +281,241 @@ a {
|
|
|
425
281
|
}
|
|
426
282
|
.acud-zoom-enter,
|
|
427
283
|
.acud-zoom-appear {
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
animation-fill-mode: both;
|
|
432
|
-
-webkit-animation-play-state: paused;
|
|
433
|
-
animation-play-state: paused;
|
|
284
|
+
animation-duration: 0.2s;
|
|
285
|
+
animation-fill-mode: both;
|
|
286
|
+
animation-play-state: paused;
|
|
434
287
|
}
|
|
435
288
|
.acud-zoom-leave {
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
animation-fill-mode: both;
|
|
440
|
-
-webkit-animation-play-state: paused;
|
|
441
|
-
animation-play-state: paused;
|
|
289
|
+
animation-duration: 0.2s;
|
|
290
|
+
animation-fill-mode: both;
|
|
291
|
+
animation-play-state: paused;
|
|
442
292
|
}
|
|
443
293
|
.acud-zoom-enter.acud-zoom-enter-active,
|
|
444
294
|
.acud-zoom-appear.acud-zoom-appear-active {
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
-webkit-animation-play-state: running;
|
|
448
|
-
animation-play-state: running;
|
|
295
|
+
animation-name: acudZoomIn;
|
|
296
|
+
animation-play-state: running;
|
|
449
297
|
}
|
|
450
298
|
.acud-zoom-leave.acud-zoom-leave-active {
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
-webkit-animation-play-state: running;
|
|
454
|
-
animation-play-state: running;
|
|
299
|
+
animation-name: acudZoomOut;
|
|
300
|
+
animation-play-state: running;
|
|
455
301
|
pointer-events: none;
|
|
456
302
|
}
|
|
457
303
|
.acud-zoom-enter,
|
|
458
304
|
.acud-zoom-appear {
|
|
459
305
|
transform: scale(0);
|
|
460
306
|
opacity: 0;
|
|
461
|
-
|
|
462
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
307
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
463
308
|
}
|
|
464
309
|
.acud-zoom-enter-prepare,
|
|
465
310
|
.acud-zoom-appear-prepare {
|
|
466
311
|
transform: none;
|
|
467
312
|
}
|
|
468
313
|
.acud-zoom-leave {
|
|
469
|
-
|
|
470
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
314
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
471
315
|
}
|
|
472
316
|
.acud-zoom-big-enter,
|
|
473
317
|
.acud-zoom-big-appear {
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
animation-fill-mode: both;
|
|
478
|
-
-webkit-animation-play-state: paused;
|
|
479
|
-
animation-play-state: paused;
|
|
318
|
+
animation-duration: 0.2s;
|
|
319
|
+
animation-fill-mode: both;
|
|
320
|
+
animation-play-state: paused;
|
|
480
321
|
}
|
|
481
322
|
.acud-zoom-big-leave {
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
animation-fill-mode: both;
|
|
486
|
-
-webkit-animation-play-state: paused;
|
|
487
|
-
animation-play-state: paused;
|
|
323
|
+
animation-duration: 0.2s;
|
|
324
|
+
animation-fill-mode: both;
|
|
325
|
+
animation-play-state: paused;
|
|
488
326
|
}
|
|
489
327
|
.acud-zoom-big-enter.acud-zoom-big-enter-active,
|
|
490
328
|
.acud-zoom-big-appear.acud-zoom-big-appear-active {
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
-webkit-animation-play-state: running;
|
|
494
|
-
animation-play-state: running;
|
|
329
|
+
animation-name: acudZoomBigIn;
|
|
330
|
+
animation-play-state: running;
|
|
495
331
|
}
|
|
496
332
|
.acud-zoom-big-leave.acud-zoom-big-leave-active {
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
-webkit-animation-play-state: running;
|
|
500
|
-
animation-play-state: running;
|
|
333
|
+
animation-name: acudZoomBigOut;
|
|
334
|
+
animation-play-state: running;
|
|
501
335
|
pointer-events: none;
|
|
502
336
|
}
|
|
503
337
|
.acud-zoom-big-enter,
|
|
504
338
|
.acud-zoom-big-appear {
|
|
505
339
|
transform: scale(0);
|
|
506
340
|
opacity: 0;
|
|
507
|
-
|
|
508
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
341
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
509
342
|
}
|
|
510
343
|
.acud-zoom-big-enter-prepare,
|
|
511
344
|
.acud-zoom-big-appear-prepare {
|
|
512
345
|
transform: none;
|
|
513
346
|
}
|
|
514
347
|
.acud-zoom-big-leave {
|
|
515
|
-
|
|
516
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
348
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
517
349
|
}
|
|
518
350
|
.acud-zoom-big-fast-enter,
|
|
519
351
|
.acud-zoom-big-fast-appear {
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
animation-fill-mode: both;
|
|
524
|
-
-webkit-animation-play-state: paused;
|
|
525
|
-
animation-play-state: paused;
|
|
352
|
+
animation-duration: 0.1s;
|
|
353
|
+
animation-fill-mode: both;
|
|
354
|
+
animation-play-state: paused;
|
|
526
355
|
}
|
|
527
356
|
.acud-zoom-big-fast-leave {
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
animation-fill-mode: both;
|
|
532
|
-
-webkit-animation-play-state: paused;
|
|
533
|
-
animation-play-state: paused;
|
|
357
|
+
animation-duration: 0.1s;
|
|
358
|
+
animation-fill-mode: both;
|
|
359
|
+
animation-play-state: paused;
|
|
534
360
|
}
|
|
535
361
|
.acud-zoom-big-fast-enter.acud-zoom-big-fast-enter-active,
|
|
536
362
|
.acud-zoom-big-fast-appear.acud-zoom-big-fast-appear-active {
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
-webkit-animation-play-state: running;
|
|
540
|
-
animation-play-state: running;
|
|
363
|
+
animation-name: acudZoomBigIn;
|
|
364
|
+
animation-play-state: running;
|
|
541
365
|
}
|
|
542
366
|
.acud-zoom-big-fast-leave.acud-zoom-big-fast-leave-active {
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
-webkit-animation-play-state: running;
|
|
546
|
-
animation-play-state: running;
|
|
367
|
+
animation-name: acudZoomBigOut;
|
|
368
|
+
animation-play-state: running;
|
|
547
369
|
pointer-events: none;
|
|
548
370
|
}
|
|
549
371
|
.acud-zoom-big-fast-enter,
|
|
550
372
|
.acud-zoom-big-fast-appear {
|
|
551
373
|
transform: scale(0);
|
|
552
374
|
opacity: 0;
|
|
553
|
-
|
|
554
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
375
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
555
376
|
}
|
|
556
377
|
.acud-zoom-big-fast-enter-prepare,
|
|
557
378
|
.acud-zoom-big-fast-appear-prepare {
|
|
558
379
|
transform: none;
|
|
559
380
|
}
|
|
560
381
|
.acud-zoom-big-fast-leave {
|
|
561
|
-
|
|
562
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
382
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
563
383
|
}
|
|
564
384
|
.acud-zoom-up-enter,
|
|
565
385
|
.acud-zoom-up-appear {
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
animation-fill-mode: both;
|
|
570
|
-
-webkit-animation-play-state: paused;
|
|
571
|
-
animation-play-state: paused;
|
|
386
|
+
animation-duration: 0.2s;
|
|
387
|
+
animation-fill-mode: both;
|
|
388
|
+
animation-play-state: paused;
|
|
572
389
|
}
|
|
573
390
|
.acud-zoom-up-leave {
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
animation-fill-mode: both;
|
|
578
|
-
-webkit-animation-play-state: paused;
|
|
579
|
-
animation-play-state: paused;
|
|
391
|
+
animation-duration: 0.2s;
|
|
392
|
+
animation-fill-mode: both;
|
|
393
|
+
animation-play-state: paused;
|
|
580
394
|
}
|
|
581
395
|
.acud-zoom-up-enter.acud-zoom-up-enter-active,
|
|
582
396
|
.acud-zoom-up-appear.acud-zoom-up-appear-active {
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
-webkit-animation-play-state: running;
|
|
586
|
-
animation-play-state: running;
|
|
397
|
+
animation-name: acudZoomUpIn;
|
|
398
|
+
animation-play-state: running;
|
|
587
399
|
}
|
|
588
400
|
.acud-zoom-up-leave.acud-zoom-up-leave-active {
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
-webkit-animation-play-state: running;
|
|
592
|
-
animation-play-state: running;
|
|
401
|
+
animation-name: acudZoomUpOut;
|
|
402
|
+
animation-play-state: running;
|
|
593
403
|
pointer-events: none;
|
|
594
404
|
}
|
|
595
405
|
.acud-zoom-up-enter,
|
|
596
406
|
.acud-zoom-up-appear {
|
|
597
407
|
transform: scale(0);
|
|
598
408
|
opacity: 0;
|
|
599
|
-
|
|
600
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
409
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
601
410
|
}
|
|
602
411
|
.acud-zoom-up-enter-prepare,
|
|
603
412
|
.acud-zoom-up-appear-prepare {
|
|
604
413
|
transform: none;
|
|
605
414
|
}
|
|
606
415
|
.acud-zoom-up-leave {
|
|
607
|
-
|
|
608
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
416
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
609
417
|
}
|
|
610
418
|
.acud-zoom-down-enter,
|
|
611
419
|
.acud-zoom-down-appear {
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
animation-fill-mode: both;
|
|
616
|
-
-webkit-animation-play-state: paused;
|
|
617
|
-
animation-play-state: paused;
|
|
420
|
+
animation-duration: 0.2s;
|
|
421
|
+
animation-fill-mode: both;
|
|
422
|
+
animation-play-state: paused;
|
|
618
423
|
}
|
|
619
424
|
.acud-zoom-down-leave {
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
animation-fill-mode: both;
|
|
624
|
-
-webkit-animation-play-state: paused;
|
|
625
|
-
animation-play-state: paused;
|
|
425
|
+
animation-duration: 0.2s;
|
|
426
|
+
animation-fill-mode: both;
|
|
427
|
+
animation-play-state: paused;
|
|
626
428
|
}
|
|
627
429
|
.acud-zoom-down-enter.acud-zoom-down-enter-active,
|
|
628
430
|
.acud-zoom-down-appear.acud-zoom-down-appear-active {
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
-webkit-animation-play-state: running;
|
|
632
|
-
animation-play-state: running;
|
|
431
|
+
animation-name: acudZoomDownIn;
|
|
432
|
+
animation-play-state: running;
|
|
633
433
|
}
|
|
634
434
|
.acud-zoom-down-leave.acud-zoom-down-leave-active {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
-webkit-animation-play-state: running;
|
|
638
|
-
animation-play-state: running;
|
|
435
|
+
animation-name: acudZoomDownOut;
|
|
436
|
+
animation-play-state: running;
|
|
639
437
|
pointer-events: none;
|
|
640
438
|
}
|
|
641
439
|
.acud-zoom-down-enter,
|
|
642
440
|
.acud-zoom-down-appear {
|
|
643
441
|
transform: scale(0);
|
|
644
442
|
opacity: 0;
|
|
645
|
-
|
|
646
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
443
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
647
444
|
}
|
|
648
445
|
.acud-zoom-down-enter-prepare,
|
|
649
446
|
.acud-zoom-down-appear-prepare {
|
|
650
447
|
transform: none;
|
|
651
448
|
}
|
|
652
449
|
.acud-zoom-down-leave {
|
|
653
|
-
|
|
654
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
450
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
655
451
|
}
|
|
656
452
|
.acud-zoom-left-enter,
|
|
657
453
|
.acud-zoom-left-appear {
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
animation-fill-mode: both;
|
|
662
|
-
-webkit-animation-play-state: paused;
|
|
663
|
-
animation-play-state: paused;
|
|
454
|
+
animation-duration: 0.2s;
|
|
455
|
+
animation-fill-mode: both;
|
|
456
|
+
animation-play-state: paused;
|
|
664
457
|
}
|
|
665
458
|
.acud-zoom-left-leave {
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
animation-fill-mode: both;
|
|
670
|
-
-webkit-animation-play-state: paused;
|
|
671
|
-
animation-play-state: paused;
|
|
459
|
+
animation-duration: 0.2s;
|
|
460
|
+
animation-fill-mode: both;
|
|
461
|
+
animation-play-state: paused;
|
|
672
462
|
}
|
|
673
463
|
.acud-zoom-left-enter.acud-zoom-left-enter-active,
|
|
674
464
|
.acud-zoom-left-appear.acud-zoom-left-appear-active {
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
-webkit-animation-play-state: running;
|
|
678
|
-
animation-play-state: running;
|
|
465
|
+
animation-name: acudZoomLeftIn;
|
|
466
|
+
animation-play-state: running;
|
|
679
467
|
}
|
|
680
468
|
.acud-zoom-left-leave.acud-zoom-left-leave-active {
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
-webkit-animation-play-state: running;
|
|
684
|
-
animation-play-state: running;
|
|
469
|
+
animation-name: acudZoomLeftOut;
|
|
470
|
+
animation-play-state: running;
|
|
685
471
|
pointer-events: none;
|
|
686
472
|
}
|
|
687
473
|
.acud-zoom-left-enter,
|
|
688
474
|
.acud-zoom-left-appear {
|
|
689
475
|
transform: scale(0);
|
|
690
476
|
opacity: 0;
|
|
691
|
-
|
|
692
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
477
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
693
478
|
}
|
|
694
479
|
.acud-zoom-left-enter-prepare,
|
|
695
480
|
.acud-zoom-left-appear-prepare {
|
|
696
481
|
transform: none;
|
|
697
482
|
}
|
|
698
483
|
.acud-zoom-left-leave {
|
|
699
|
-
|
|
700
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
484
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
701
485
|
}
|
|
702
486
|
.acud-zoom-right-enter,
|
|
703
487
|
.acud-zoom-right-appear {
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
animation-fill-mode: both;
|
|
708
|
-
-webkit-animation-play-state: paused;
|
|
709
|
-
animation-play-state: paused;
|
|
488
|
+
animation-duration: 0.2s;
|
|
489
|
+
animation-fill-mode: both;
|
|
490
|
+
animation-play-state: paused;
|
|
710
491
|
}
|
|
711
492
|
.acud-zoom-right-leave {
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
animation-fill-mode: both;
|
|
716
|
-
-webkit-animation-play-state: paused;
|
|
717
|
-
animation-play-state: paused;
|
|
493
|
+
animation-duration: 0.2s;
|
|
494
|
+
animation-fill-mode: both;
|
|
495
|
+
animation-play-state: paused;
|
|
718
496
|
}
|
|
719
497
|
.acud-zoom-right-enter.acud-zoom-right-enter-active,
|
|
720
498
|
.acud-zoom-right-appear.acud-zoom-right-appear-active {
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
-webkit-animation-play-state: running;
|
|
724
|
-
animation-play-state: running;
|
|
499
|
+
animation-name: acudZoomRightIn;
|
|
500
|
+
animation-play-state: running;
|
|
725
501
|
}
|
|
726
502
|
.acud-zoom-right-leave.acud-zoom-right-leave-active {
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
-webkit-animation-play-state: running;
|
|
730
|
-
animation-play-state: running;
|
|
503
|
+
animation-name: acudZoomRightOut;
|
|
504
|
+
animation-play-state: running;
|
|
731
505
|
pointer-events: none;
|
|
732
506
|
}
|
|
733
507
|
.acud-zoom-right-enter,
|
|
734
508
|
.acud-zoom-right-appear {
|
|
735
509
|
transform: scale(0);
|
|
736
510
|
opacity: 0;
|
|
737
|
-
|
|
738
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
511
|
+
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
|
739
512
|
}
|
|
740
513
|
.acud-zoom-right-enter-prepare,
|
|
741
514
|
.acud-zoom-right-appear-prepare {
|
|
742
515
|
transform: none;
|
|
743
516
|
}
|
|
744
517
|
.acud-zoom-right-leave {
|
|
745
|
-
|
|
746
|
-
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
747
|
-
}
|
|
748
|
-
@-webkit-keyframes acudZoomIn {
|
|
749
|
-
0% {
|
|
750
|
-
transform: scale(0.2);
|
|
751
|
-
opacity: 0;
|
|
752
|
-
}
|
|
753
|
-
100% {
|
|
754
|
-
transform: scale(1);
|
|
755
|
-
opacity: 1;
|
|
756
|
-
}
|
|
518
|
+
animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
757
519
|
}
|
|
758
520
|
@keyframes acudZoomIn {
|
|
759
521
|
0% {
|
|
@@ -765,15 +527,6 @@ a {
|
|
|
765
527
|
opacity: 1;
|
|
766
528
|
}
|
|
767
529
|
}
|
|
768
|
-
@-webkit-keyframes acudZoomOut {
|
|
769
|
-
0% {
|
|
770
|
-
transform: scale(1);
|
|
771
|
-
}
|
|
772
|
-
100% {
|
|
773
|
-
transform: scale(0.2);
|
|
774
|
-
opacity: 0;
|
|
775
|
-
}
|
|
776
|
-
}
|
|
777
530
|
@keyframes acudZoomOut {
|
|
778
531
|
0% {
|
|
779
532
|
transform: scale(1);
|
|
@@ -783,16 +536,6 @@ a {
|
|
|
783
536
|
opacity: 0;
|
|
784
537
|
}
|
|
785
538
|
}
|
|
786
|
-
@-webkit-keyframes acudZoomBigIn {
|
|
787
|
-
0% {
|
|
788
|
-
transform: scale(0.8);
|
|
789
|
-
opacity: 0;
|
|
790
|
-
}
|
|
791
|
-
100% {
|
|
792
|
-
transform: scale(1);
|
|
793
|
-
opacity: 1;
|
|
794
|
-
}
|
|
795
|
-
}
|
|
796
539
|
@keyframes acudZoomBigIn {
|
|
797
540
|
0% {
|
|
798
541
|
transform: scale(0.8);
|
|
@@ -803,15 +546,6 @@ a {
|
|
|
803
546
|
opacity: 1;
|
|
804
547
|
}
|
|
805
548
|
}
|
|
806
|
-
@-webkit-keyframes acudZoomBigOut {
|
|
807
|
-
0% {
|
|
808
|
-
transform: scale(1);
|
|
809
|
-
}
|
|
810
|
-
100% {
|
|
811
|
-
transform: scale(0.8);
|
|
812
|
-
opacity: 0;
|
|
813
|
-
}
|
|
814
|
-
}
|
|
815
549
|
@keyframes acudZoomBigOut {
|
|
816
550
|
0% {
|
|
817
551
|
transform: scale(1);
|
|
@@ -821,17 +555,6 @@ a {
|
|
|
821
555
|
opacity: 0;
|
|
822
556
|
}
|
|
823
557
|
}
|
|
824
|
-
@-webkit-keyframes acudZoomUpIn {
|
|
825
|
-
0% {
|
|
826
|
-
transform: scale(0.8);
|
|
827
|
-
transform-origin: 50% 0%;
|
|
828
|
-
opacity: 0;
|
|
829
|
-
}
|
|
830
|
-
100% {
|
|
831
|
-
transform: scale(1);
|
|
832
|
-
transform-origin: 50% 0%;
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
558
|
@keyframes acudZoomUpIn {
|
|
836
559
|
0% {
|
|
837
560
|
transform: scale(0.8);
|
|
@@ -843,17 +566,6 @@ a {
|
|
|
843
566
|
transform-origin: 50% 0%;
|
|
844
567
|
}
|
|
845
568
|
}
|
|
846
|
-
@-webkit-keyframes acudZoomUpOut {
|
|
847
|
-
0% {
|
|
848
|
-
transform: scale(1);
|
|
849
|
-
transform-origin: 50% 0%;
|
|
850
|
-
}
|
|
851
|
-
100% {
|
|
852
|
-
transform: scale(0.8);
|
|
853
|
-
transform-origin: 50% 0%;
|
|
854
|
-
opacity: 0;
|
|
855
|
-
}
|
|
856
|
-
}
|
|
857
569
|
@keyframes acudZoomUpOut {
|
|
858
570
|
0% {
|
|
859
571
|
transform: scale(1);
|
|
@@ -865,17 +577,6 @@ a {
|
|
|
865
577
|
opacity: 0;
|
|
866
578
|
}
|
|
867
579
|
}
|
|
868
|
-
@-webkit-keyframes acudZoomLeftIn {
|
|
869
|
-
0% {
|
|
870
|
-
transform: scale(0.8);
|
|
871
|
-
transform-origin: 0% 50%;
|
|
872
|
-
opacity: 0;
|
|
873
|
-
}
|
|
874
|
-
100% {
|
|
875
|
-
transform: scale(1);
|
|
876
|
-
transform-origin: 0% 50%;
|
|
877
|
-
}
|
|
878
|
-
}
|
|
879
580
|
@keyframes acudZoomLeftIn {
|
|
880
581
|
0% {
|
|
881
582
|
transform: scale(0.8);
|
|
@@ -887,17 +588,6 @@ a {
|
|
|
887
588
|
transform-origin: 0% 50%;
|
|
888
589
|
}
|
|
889
590
|
}
|
|
890
|
-
@-webkit-keyframes acudZoomLeftOut {
|
|
891
|
-
0% {
|
|
892
|
-
transform: scale(1);
|
|
893
|
-
transform-origin: 0% 50%;
|
|
894
|
-
}
|
|
895
|
-
100% {
|
|
896
|
-
transform: scale(0.8);
|
|
897
|
-
transform-origin: 0% 50%;
|
|
898
|
-
opacity: 0;
|
|
899
|
-
}
|
|
900
|
-
}
|
|
901
591
|
@keyframes acudZoomLeftOut {
|
|
902
592
|
0% {
|
|
903
593
|
transform: scale(1);
|
|
@@ -909,17 +599,6 @@ a {
|
|
|
909
599
|
opacity: 0;
|
|
910
600
|
}
|
|
911
601
|
}
|
|
912
|
-
@-webkit-keyframes acudZoomRightIn {
|
|
913
|
-
0% {
|
|
914
|
-
transform: scale(0.8);
|
|
915
|
-
transform-origin: 100% 50%;
|
|
916
|
-
opacity: 0;
|
|
917
|
-
}
|
|
918
|
-
100% {
|
|
919
|
-
transform: scale(1);
|
|
920
|
-
transform-origin: 100% 50%;
|
|
921
|
-
}
|
|
922
|
-
}
|
|
923
602
|
@keyframes acudZoomRightIn {
|
|
924
603
|
0% {
|
|
925
604
|
transform: scale(0.8);
|
|
@@ -931,17 +610,6 @@ a {
|
|
|
931
610
|
transform-origin: 100% 50%;
|
|
932
611
|
}
|
|
933
612
|
}
|
|
934
|
-
@-webkit-keyframes acudZoomRightOut {
|
|
935
|
-
0% {
|
|
936
|
-
transform: scale(1);
|
|
937
|
-
transform-origin: 100% 50%;
|
|
938
|
-
}
|
|
939
|
-
100% {
|
|
940
|
-
transform: scale(0.8);
|
|
941
|
-
transform-origin: 100% 50%;
|
|
942
|
-
opacity: 0;
|
|
943
|
-
}
|
|
944
|
-
}
|
|
945
613
|
@keyframes acudZoomRightOut {
|
|
946
614
|
0% {
|
|
947
615
|
transform: scale(1);
|
|
@@ -953,17 +621,6 @@ a {
|
|
|
953
621
|
opacity: 0;
|
|
954
622
|
}
|
|
955
623
|
}
|
|
956
|
-
@-webkit-keyframes acudZoomDownIn {
|
|
957
|
-
0% {
|
|
958
|
-
transform: scale(0.8);
|
|
959
|
-
transform-origin: 50% 100%;
|
|
960
|
-
opacity: 0;
|
|
961
|
-
}
|
|
962
|
-
100% {
|
|
963
|
-
transform: scale(1);
|
|
964
|
-
transform-origin: 50% 100%;
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
624
|
@keyframes acudZoomDownIn {
|
|
968
625
|
0% {
|
|
969
626
|
transform: scale(0.8);
|
|
@@ -975,17 +632,6 @@ a {
|
|
|
975
632
|
transform-origin: 50% 100%;
|
|
976
633
|
}
|
|
977
634
|
}
|
|
978
|
-
@-webkit-keyframes acudZoomDownOut {
|
|
979
|
-
0% {
|
|
980
|
-
transform: scale(1);
|
|
981
|
-
transform-origin: 50% 100%;
|
|
982
|
-
}
|
|
983
|
-
100% {
|
|
984
|
-
transform: scale(0.8);
|
|
985
|
-
transform-origin: 50% 100%;
|
|
986
|
-
opacity: 0;
|
|
987
|
-
}
|
|
988
|
-
}
|
|
989
635
|
@keyframes acudZoomDownOut {
|
|
990
636
|
0% {
|
|
991
637
|
transform: scale(1);
|
|
@@ -999,52 +645,32 @@ a {
|
|
|
999
645
|
}
|
|
1000
646
|
.acud-fade-enter,
|
|
1001
647
|
.acud-fade-appear {
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
animation-fill-mode: both;
|
|
1006
|
-
-webkit-animation-play-state: paused;
|
|
1007
|
-
animation-play-state: paused;
|
|
648
|
+
animation-duration: 0.2s;
|
|
649
|
+
animation-fill-mode: both;
|
|
650
|
+
animation-play-state: paused;
|
|
1008
651
|
}
|
|
1009
652
|
.acud-fade-leave {
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
animation-fill-mode: both;
|
|
1014
|
-
-webkit-animation-play-state: paused;
|
|
1015
|
-
animation-play-state: paused;
|
|
653
|
+
animation-duration: 0.2s;
|
|
654
|
+
animation-fill-mode: both;
|
|
655
|
+
animation-play-state: paused;
|
|
1016
656
|
}
|
|
1017
657
|
.acud-fade-enter.acud-fade-enter-active,
|
|
1018
658
|
.acud-fade-appear.acud-fade-appear-active {
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
-webkit-animation-play-state: running;
|
|
1022
|
-
animation-play-state: running;
|
|
659
|
+
animation-name: acudFadeIn;
|
|
660
|
+
animation-play-state: running;
|
|
1023
661
|
}
|
|
1024
662
|
.acud-fade-leave.acud-fade-leave-active {
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
-webkit-animation-play-state: running;
|
|
1028
|
-
animation-play-state: running;
|
|
663
|
+
animation-name: acudFadeOut;
|
|
664
|
+
animation-play-state: running;
|
|
1029
665
|
pointer-events: none;
|
|
1030
666
|
}
|
|
1031
667
|
.acud-fade-enter,
|
|
1032
668
|
.acud-fade-appear {
|
|
1033
669
|
opacity: 0;
|
|
1034
|
-
|
|
1035
|
-
animation-timing-function: linear;
|
|
670
|
+
animation-timing-function: linear;
|
|
1036
671
|
}
|
|
1037
672
|
.acud-fade-leave {
|
|
1038
|
-
|
|
1039
|
-
animation-timing-function: linear;
|
|
1040
|
-
}
|
|
1041
|
-
@-webkit-keyframes acudFadeIn {
|
|
1042
|
-
0% {
|
|
1043
|
-
opacity: 0;
|
|
1044
|
-
}
|
|
1045
|
-
100% {
|
|
1046
|
-
opacity: 1;
|
|
1047
|
-
}
|
|
673
|
+
animation-timing-function: linear;
|
|
1048
674
|
}
|
|
1049
675
|
@keyframes acudFadeIn {
|
|
1050
676
|
0% {
|
|
@@ -1054,14 +680,6 @@ a {
|
|
|
1054
680
|
opacity: 1;
|
|
1055
681
|
}
|
|
1056
682
|
}
|
|
1057
|
-
@-webkit-keyframes acudFadeOut {
|
|
1058
|
-
0% {
|
|
1059
|
-
opacity: 1;
|
|
1060
|
-
}
|
|
1061
|
-
100% {
|
|
1062
|
-
opacity: 0;
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
683
|
@keyframes acudFadeOut {
|
|
1066
684
|
0% {
|
|
1067
685
|
opacity: 1;
|