@fle-ui/next 2.0.0-alpha.9 → 3.0.0-alpha.1
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/README.md +1 -1
- package/dist/components.min.js +1 -0
- package/es/_util/PurePanel.d.ts +6 -0
- package/es/_util/PurePanel.js +89 -0
- package/es/_util/capitalize.d.ts +1 -0
- package/es/_util/capitalize.js +8 -0
- package/es/_util/motion.d.ts +2 -2
- package/es/_util/motion.js +18 -14
- package/es/_util/statusUtils.d.ts +1 -1
- package/es/_util/statusUtils.js +1 -1
- package/es/_util/throttleByAnimationFrame.d.ts +4 -6
- package/es/_util/throttleByAnimationFrame.js +3 -29
- package/es/_util/warning.js +1 -1
- package/es/_util/wave/index.d.ts +33 -0
- package/es/_util/wave/index.js +275 -0
- package/es/_util/wave/style.d.ts +3 -0
- package/es/_util/wave/style.js +77 -0
- package/es/affix/index.d.ts +7 -2
- package/es/affix/index.js +54 -64
- package/es/affix/style/index.d.ts +2 -2
- package/es/affix/style/index.js +18 -2
- package/es/alert/index.d.ts +3 -3
- package/es/alert/index.js +23 -27
- package/es/alert/style/index.d.ts +13 -2
- package/es/alert/style/index.js +157 -2
- package/es/anchor/Anchor.js +20 -10
- package/es/anchor/AnchorLink.js +2 -2
- package/es/anchor/index.d.ts +5 -5
- package/es/anchor/style/index.d.ts +4 -3
- package/es/anchor/style/index.js +86 -3
- package/es/auto-complete/index.d.ts +4 -5
- package/es/auto-complete/index.js +15 -6
- package/es/avatar/avatar.js +18 -11
- package/es/avatar/group.js +18 -9
- package/es/avatar/index.d.ts +2 -2
- package/es/avatar/style/index.d.ts +4 -3
- package/es/avatar/style/index.js +115 -4
- package/es/back-top/index.d.ts +0 -1
- package/es/back-top/index.js +55 -64
- package/es/back-top/style/index.d.ts +6 -2
- package/es/back-top/style/index.js +77 -2
- package/es/badge/Ribbon.js +15 -7
- package/es/badge/ScrollNumber.js +2 -2
- package/es/badge/SingleNumber.js +4 -4
- package/es/badge/index.d.ts +3 -3
- package/es/badge/index.js +24 -15
- package/es/badge/style/index.d.ts +2 -2
- package/es/badge/style/index.js +324 -2
- package/es/breadcrumb/Breadcrumb.d.ts +3 -3
- package/es/breadcrumb/Breadcrumb.js +13 -6
- package/es/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/es/breadcrumb/BreadcrumbItem.js +4 -4
- package/es/breadcrumb/BreadcrumbSeparator.d.ts +3 -4
- package/es/breadcrumb/BreadcrumbSeparator.js +1 -1
- package/es/breadcrumb/index.d.ts +2 -2
- package/es/breadcrumb/style/index.d.ts +2 -4
- package/es/breadcrumb/style/index.js +77 -4
- package/es/button/LoadingIcon.js +3 -3
- package/es/button/button-group.js +9 -2
- package/es/button/button.d.ts +2 -2
- package/es/button/button.js +25 -17
- package/es/button/index.d.ts +3 -3
- package/es/button/style/group.d.ts +4 -0
- package/es/button/style/group.js +53 -0
- package/es/button/style/index.d.ts +10 -2
- package/es/button/style/index.js +331 -2
- package/es/calendar/Header.js +5 -5
- package/es/calendar/generateCalendar.d.ts +1 -1
- package/es/calendar/generateCalendar.js +18 -12
- package/es/calendar/index.d.ts +4 -4
- package/es/calendar/index.js +2 -2
- package/es/calendar/style/index.d.ts +21 -5
- package/es/calendar/style/index.js +147 -6
- package/es/card/Card.js +21 -13
- package/es/card/Grid.js +1 -1
- package/es/card/Meta.js +5 -5
- package/es/card/index.d.ts +3 -3
- package/es/card/style/index.d.ts +4 -4
- package/es/card/style/index.js +289 -4
- package/es/carousel/index.js +12 -4
- package/es/carousel/style/index.d.ts +7 -2
- package/es/carousel/style/index.js +263 -2
- package/es/cascader/index.d.ts +4 -4
- package/es/cascader/index.js +32 -10
- package/es/cascader/style/index.d.ts +7 -4
- package/es/cascader/style/index.js +109 -4
- package/es/checkbox/Checkbox.js +25 -19
- package/es/checkbox/Group.js +12 -5
- package/es/checkbox/index.d.ts +4 -4
- package/es/checkbox/style/index.d.ts +11 -2
- package/es/checkbox/style/index.js +174 -2
- package/es/col/index.d.ts +2 -2
- package/es/col/style/index.d.ts +2 -2
- package/es/col/style/index.js +3 -3
- package/es/collapse/Collapse.d.ts +3 -3
- package/es/collapse/Collapse.js +17 -8
- package/es/collapse/CollapsePanel.js +1 -1
- package/es/collapse/index.d.ts +2 -2
- package/es/collapse/style/index.d.ts +13 -2
- package/es/collapse/style/index.js +155 -2
- package/es/config-provider/context.d.ts +13 -1
- package/es/config-provider/context.js +7 -5
- package/es/config-provider/cssVariables.js +12 -12
- package/es/config-provider/defaultRenderEmpty.js +1 -1
- package/es/config-provider/hooks/useTheme.d.ts +2 -0
- package/es/config-provider/hooks/useTheme.js +31 -0
- package/es/config-provider/index.d.ts +8 -6
- package/es/config-provider/index.js +60 -36
- package/es/config-provider/style/index.d.ts +2 -1
- package/es/config-provider/style/index.js +24 -1
- package/es/date-picker/generatePicker/generateRangePicker.js +25 -13
- package/es/date-picker/generatePicker/generateSinglePicker.d.ts +6 -30
- package/es/date-picker/generatePicker/generateSinglePicker.js +23 -12
- package/es/date-picker/generatePicker/index.d.ts +6 -8
- package/es/date-picker/generatePicker/index.js +1 -3
- package/es/date-picker/index.d.ts +22 -19
- package/es/date-picker/index.js +8 -2
- package/es/date-picker/style/index.d.ts +34 -3
- package/es/date-picker/style/index.js +889 -3
- package/es/descriptions/Cell.js +5 -5
- package/es/descriptions/Row.js +8 -8
- package/es/descriptions/index.d.ts +1 -1
- package/es/descriptions/index.js +15 -8
- package/es/descriptions/style/index.d.ts +2 -2
- package/es/descriptions/style/index.js +155 -2
- package/es/divider/index.js +13 -5
- package/es/divider/style/index.d.ts +6 -2
- package/es/divider/style/index.js +126 -2
- package/es/drawer/DrawerPanel.d.ts +18 -0
- package/es/drawer/DrawerPanel.js +64 -0
- package/es/drawer/index.d.ts +14 -22
- package/es/drawer/index.js +70 -80
- package/es/drawer/style/index.d.ts +10 -2
- package/es/drawer/style/index.js +168 -3
- package/es/drawer/style/motion.d.ts +4 -0
- package/es/drawer/style/motion.js +108 -0
- package/es/dropdown/dropdown-button.d.ts +2 -3
- package/es/dropdown/dropdown-button.js +17 -11
- package/es/dropdown/dropdown.d.ts +5 -3
- package/es/dropdown/dropdown.js +51 -21
- package/es/dropdown/style/button.d.ts +4 -0
- package/es/dropdown/style/button.js +21 -0
- package/es/dropdown/style/index.d.ts +14 -5
- package/es/dropdown/style/index.js +267 -5
- package/es/dropdown/style/status.d.ts +4 -0
- package/es/dropdown/style/status.js +18 -0
- package/es/empty/empty.js +13 -18
- package/es/empty/index.d.ts +3 -3
- package/es/empty/index.js +17 -9
- package/es/empty/simple.js +27 -9
- package/es/empty/style/index.d.ts +5 -2
- package/es/empty/style/index.js +55 -2
- package/es/float-button/BackTop.d.ts +4 -0
- package/es/float-button/BackTop.js +126 -0
- package/es/float-button/FloatButton.d.ts +4 -0
- package/es/float-button/FloatButton.js +92 -0
- package/es/float-button/FloatButtonContent.d.ts +4 -0
- package/es/float-button/FloatButtonContent.js +26 -0
- package/es/float-button/FloatButtonGroup.d.ts +4 -0
- package/es/float-button/FloatButtonGroup.js +104 -0
- package/es/float-button/PurePanel.d.ts +12 -0
- package/es/float-button/PurePanel.js +62 -0
- package/es/float-button/context.d.ts +5 -0
- package/es/float-button/context.js +5 -0
- package/es/float-button/index.d.ts +2 -0
- package/es/float-button/index.js +8 -0
- package/es/float-button/interface.d.ts +49 -0
- package/es/float-button/interface.js +1 -0
- package/es/float-button/style/index.d.ts +6 -0
- package/es/float-button/style/index.js +255 -0
- package/es/form/ErrorList.js +19 -13
- package/es/form/Form.d.ts +2 -2
- package/es/form/Form.js +12 -5
- package/es/form/FormItem/ItemHolder.js +5 -5
- package/es/form/FormItem/index.d.ts +3 -3
- package/es/form/FormItem/index.js +17 -7
- package/es/form/FormItemInput.js +7 -7
- package/es/form/FormItemLabel.js +6 -6
- package/es/form/hooks/useFormItemStatus.js +4 -2
- package/es/form/index.d.ts +9 -9
- package/es/form/style/explain.d.ts +4 -0
- package/es/form/style/explain.js +38 -0
- package/es/form/style/index.d.ts +7 -4
- package/es/form/style/index.js +317 -4
- package/es/form/util.js +2 -2
- package/es/grid/col.js +14 -6
- package/es/grid/index.d.ts +2 -2
- package/es/grid/row.js +10 -3
- package/es/grid/style/index.d.ts +2 -2
- package/es/grid/style/index.js +141 -2
- package/es/image/PreviewGroup.js +17 -6
- package/es/image/index.d.ts +1 -1
- package/es/image/index.js +21 -8
- package/es/image/style/index.d.ts +21 -2
- package/es/image/style/index.js +229 -2
- package/es/index.d.ts +6 -6
- package/es/index.js +3 -4
- package/es/input/ClearableLabeledInput.d.ts +1 -0
- package/es/input/ClearableLabeledInput.js +5 -4
- package/es/input/Group.js +12 -3
- package/es/input/Input.js +17 -8
- package/es/input/Password.js +2 -2
- package/es/input/Search.js +2 -2
- package/es/input/TextArea.js +15 -8
- package/es/input/index.d.ts +7 -7
- package/es/input/style/index.d.ts +29 -3
- package/es/input/style/index.js +609 -4
- package/es/input-number/index.d.ts +5 -3
- package/es/input-number/index.js +37 -16
- package/es/input-number/style/index.d.ts +9 -2
- package/es/input-number/style/index.js +258 -2
- package/es/layout/Sider.js +8 -8
- package/es/layout/index.d.ts +5 -5
- package/es/layout/layout.js +9 -3
- package/es/layout/style/index.d.ts +16 -2
- package/es/layout/style/index.js +171 -2
- package/es/layout/style/light.d.ts +5 -0
- package/es/layout/style/light.js +23 -0
- package/es/list/Item.js +11 -11
- package/es/list/index.d.ts +2 -2
- package/es/list/index.js +23 -14
- package/es/list/style/index.d.ts +5 -6
- package/es/list/style/index.js +226 -6
- package/es/locale/en_US.d.ts +3 -2
- package/es/locale/en_US.js +137 -2
- package/es/locale/ku_IQ.js +1 -1
- package/es/locale/zh_CN.js +5 -0
- package/es/locale/zh_HK.js +5 -0
- package/es/locale/zh_TW.js +5 -0
- package/es/locale-provider/LocaleReceiver.js +1 -1
- package/es/locale-provider/index.d.ts +2 -0
- package/es/mentions/index.d.ts +5 -2
- package/es/mentions/index.js +25 -14
- package/es/mentions/style/index.d.ts +7 -3
- package/es/mentions/style/index.js +169 -3
- package/es/menu/MenuContext.d.ts +3 -1
- package/es/menu/MenuDivider.js +1 -1
- package/es/menu/MenuItem.js +5 -5
- package/es/menu/OverrideContext.d.ts +1 -1
- package/es/menu/SubMenu.js +12 -8
- package/es/menu/hooks/useItems.js +1 -1
- package/es/menu/index.d.ts +19 -22
- package/es/menu/index.js +17 -181
- package/es/menu/menu.d.ts +19 -0
- package/es/menu/menu.js +155 -0
- package/es/menu/style/horizontal.d.ts +4 -0
- package/es/menu/style/horizontal.js +38 -0
- package/es/menu/style/index.d.ts +41 -3
- package/es/menu/style/index.js +334 -4
- package/es/menu/style/rtl.d.ts +4 -0
- package/es/menu/style/rtl.js +22 -0
- package/es/menu/style/theme.d.ts +4 -0
- package/es/menu/style/theme.js +147 -0
- package/es/menu/style/vertical.d.ts +4 -0
- package/es/menu/style/vertical.js +131 -0
- package/es/message/PurePanel.d.ts +22 -0
- package/es/message/PurePanel.js +73 -0
- package/es/message/index.d.ts +20 -59
- package/es/message/index.js +264 -199
- package/es/message/interface.d.ts +37 -0
- package/es/message/interface.js +1 -0
- package/es/message/style/index.d.ts +7 -2
- package/es/message/style/index.js +121 -2
- package/es/message/useMessage.d.ts +8 -0
- package/es/message/useMessage.js +233 -0
- package/es/message/util.d.ts +4 -0
- package/es/message/util.js +26 -0
- package/es/modal/ConfirmDialog.d.ts +12 -3
- package/es/modal/ConfirmDialog.js +89 -42
- package/es/modal/Modal.d.ts +4 -10
- package/es/modal/Modal.js +32 -41
- package/es/modal/PurePanel.d.ts +13 -0
- package/es/modal/PurePanel.js +109 -0
- package/es/modal/confirm.js +8 -26
- package/es/modal/index.d.ts +4 -1
- package/es/modal/index.js +2 -0
- package/es/modal/locale.js +1 -1
- package/es/modal/style/index.d.ts +32 -3
- package/es/modal/style/index.js +295 -4
- package/es/modal/useModal/HookModal.js +1 -1
- package/es/modal/useModal/index.js +1 -1
- package/es/notification/PurePanel.d.ts +25 -0
- package/es/notification/PurePanel.js +120 -0
- package/es/notification/index.d.ts +17 -54
- package/es/notification/index.js +216 -313
- package/es/notification/interface.d.ts +51 -0
- package/es/notification/interface.js +1 -0
- package/es/notification/style/index.d.ts +19 -2
- package/es/notification/style/index.js +192 -2
- package/es/notification/style/placement.d.ts +5 -0
- package/es/notification/style/placement.js +60 -0
- package/es/notification/useNotification.d.ts +8 -0
- package/es/notification/useNotification.js +168 -0
- package/es/notification/util.d.ts +5 -0
- package/es/notification/util.js +64 -0
- package/es/pagination/Pagination.d.ts +2 -2
- package/es/pagination/Pagination.js +21 -13
- package/es/pagination/Select.d.ts +4 -4
- package/es/pagination/index.d.ts +1 -1
- package/es/pagination/style/index.d.ts +2 -3
- package/es/pagination/style/index.js +443 -4
- package/es/popconfirm/PurePanel.d.ts +6 -0
- package/es/popconfirm/PurePanel.js +54 -9
- package/es/popconfirm/index.d.ts +4 -6
- package/es/popconfirm/index.js +22 -14
- package/es/popconfirm/style/index.d.ts +8 -4
- package/es/popconfirm/style/index.js +51 -5
- package/es/popover/PurePanel.d.ts +8 -0
- package/es/popover/PurePanel.js +67 -0
- package/es/popover/index.d.ts +4 -1
- package/es/popover/index.js +22 -6
- package/es/popover/style/index.d.ts +12 -2
- package/es/popover/style/index.js +126 -3
- package/es/progress/Circle.d.ts +1 -1
- package/es/progress/Circle.js +28 -41
- package/es/progress/Line.d.ts +1 -3
- package/es/progress/Line.js +13 -14
- package/es/progress/Steps.js +2 -2
- package/es/progress/index.d.ts +1 -1
- package/es/progress/progress.js +29 -27
- package/es/progress/style/index.d.ts +4 -2
- package/es/progress/style/index.js +180 -2
- package/es/progress/utils.d.ts +6 -8
- package/es/progress/utils.js +19 -1
- package/es/radio/group.js +12 -5
- package/es/radio/index.d.ts +2 -2
- package/es/radio/interface.d.ts +2 -1
- package/es/radio/radio.js +22 -16
- package/es/radio/style/index.d.ts +4 -2
- package/es/radio/style/index.js +412 -2
- package/es/rate/index.js +13 -3
- package/es/rate/style/index.d.ts +3 -3
- package/es/rate/style/index.js +92 -3
- package/es/result/index.d.ts +4 -4
- package/es/result/index.js +20 -12
- package/es/result/style/index.d.ts +6 -2
- package/es/result/style/index.js +106 -2
- package/es/row/index.d.ts +2 -2
- package/es/row/style/index.d.ts +2 -2
- package/es/row/style/index.js +3 -3
- package/es/segmented/index.d.ts +1 -1
- package/es/segmented/index.js +13 -5
- package/es/segmented/style/index.d.ts +4 -2
- package/es/segmented/style/index.js +140 -2
- package/es/select/index.d.ts +7 -8
- package/es/select/index.js +29 -12
- package/es/select/style/dropdown.d.ts +4 -0
- package/es/select/style/dropdown.js +95 -0
- package/es/select/style/index.d.ts +10 -3
- package/es/select/style/index.js +208 -3
- package/es/select/style/multiple.d.ts +3 -0
- package/es/select/style/multiple.js +170 -0
- package/es/select/style/single.d.ts +3 -0
- package/es/select/style/single.js +110 -0
- package/es/select/utils/iconUtil.js +1 -1
- package/es/skeleton/Avatar.js +12 -4
- package/es/skeleton/Button.js +12 -4
- package/es/skeleton/Element.js +3 -3
- package/es/skeleton/Image.js +14 -6
- package/es/skeleton/Input.js +12 -4
- package/es/skeleton/Node.js +12 -4
- package/es/skeleton/Skeleton.d.ts +3 -4
- package/es/skeleton/Skeleton.js +15 -8
- package/es/skeleton/index.d.ts +1 -1
- package/es/skeleton/style/index.d.ts +6 -2
- package/es/skeleton/style/index.js +269 -2
- package/es/slider/index.d.ts +13 -24
- package/es/slider/index.js +48 -29
- package/es/slider/style/index.d.ts +11 -3
- package/es/slider/style/index.js +206 -3
- package/es/space/Compact.js +13 -5
- package/es/space/Item.js +1 -1
- package/es/space/index.d.ts +2 -2
- package/es/space/index.js +12 -5
- package/es/space/style/compact.d.ts +8 -0
- package/es/space/style/compact.js +18 -0
- package/es/space/style/index.d.ts +5 -2
- package/es/space/style/index.js +40 -2
- package/es/spin/index.d.ts +1 -0
- package/es/spin/index.js +21 -13
- package/es/spin/style/index.d.ts +5 -2
- package/es/spin/style/index.js +175 -2
- package/es/statistic/Countdown.d.ts +1 -1
- package/es/statistic/Number.js +5 -6
- package/es/statistic/Statistic.d.ts +3 -3
- package/es/statistic/Statistic.js +17 -9
- package/es/statistic/index.d.ts +2 -2
- package/es/statistic/style/index.d.ts +2 -3
- package/es/statistic/style/index.js +49 -3
- package/es/statistic/utils.js +3 -4
- package/es/steps/index.d.ts +4 -4
- package/es/steps/index.js +28 -10
- package/es/steps/style/custom-icon.d.ts +5 -0
- package/es/steps/style/custom-icon.js +26 -0
- package/es/steps/style/index.d.ts +53 -3
- package/es/steps/style/index.js +264 -4
- package/es/steps/style/inline.d.ts +5 -0
- package/es/steps/style/inline.js +93 -0
- package/es/steps/style/label-placement.d.ts +5 -0
- package/es/steps/style/label-placement.js +46 -0
- package/es/steps/style/nav.d.ts +5 -0
- package/es/steps/style/nav.js +104 -0
- package/es/steps/style/progress-dot.d.ts +5 -0
- package/es/steps/style/progress-dot.js +99 -0
- package/es/steps/style/progress.d.ts +5 -0
- package/es/steps/style/progress.js +33 -0
- package/es/steps/style/rtl.d.ts +5 -0
- package/es/steps/style/rtl.js +26 -0
- package/es/steps/style/small.d.ts +5 -0
- package/es/steps/style/small.js +53 -0
- package/es/steps/style/vertical.d.ts +5 -0
- package/es/steps/style/vertical.js +55 -0
- package/es/style/compact-item-vertical.d.ts +3 -0
- package/es/style/compact-item-vertical.js +41 -0
- package/es/style/compact-item.d.ts +10 -0
- package/es/style/compact-item.js +47 -0
- package/es/style/index.d.ts +12 -2
- package/es/style/index.js +123 -2
- package/es/style/motion/collapse.d.ts +4 -0
- package/es/style/motion/collapse.js +17 -0
- package/es/style/motion/fade.d.ts +7 -0
- package/es/style/motion/fade.js +33 -0
- package/es/style/motion/index.d.ts +6 -0
- package/es/style/motion/index.js +6 -0
- package/es/style/motion/motion.d.ts +2 -0
- package/es/style/motion/motion.js +36 -0
- package/es/style/motion/move.d.ts +15 -0
- package/es/style/motion/move.js +132 -0
- package/es/style/motion/slide.d.ts +15 -0
- package/es/style/motion/slide.js +132 -0
- package/es/style/motion/zoom.d.ts +19 -0
- package/es/style/motion/zoom.js +178 -0
- package/es/style/operationUnit.d.ts +3 -0
- package/es/style/operationUnit.js +18 -0
- package/es/style/placementArrow.d.ts +19 -0
- package/es/style/placementArrow.js +145 -0
- package/es/style/reset.css +253 -0
- package/es/style/roundedArrow.d.ts +2 -0
- package/es/style/roundedArrow.js +52 -0
- package/es/switch/index.d.ts +1 -2
- package/es/switch/index.js +14 -6
- package/es/switch/style/index.d.ts +2 -2
- package/es/switch/style/index.js +203 -2
- package/es/table/ExpandIcon.js +2 -2
- package/es/table/Table.d.ts +5 -6
- package/es/table/Table.js +21 -17
- package/es/table/hooks/useFilter/FilterDropdown.js +39 -34
- package/es/table/hooks/useFilter/FilterSearch.js +2 -2
- package/es/table/hooks/useFilter/index.js +16 -4
- package/es/table/hooks/useSelection.js +4 -4
- package/es/table/hooks/useSorter.js +9 -9
- package/es/table/index.d.ts +4 -4
- package/es/table/interface.d.ts +5 -11
- package/es/table/style/bordered.d.ts +5 -0
- package/es/table/style/bordered.js +67 -0
- package/es/table/style/ellipsis.d.ts +5 -0
- package/es/table/style/ellipsis.js +24 -0
- package/es/table/style/empty.d.ts +5 -0
- package/es/table/style/empty.js +14 -0
- package/es/table/style/expand.d.ts +5 -0
- package/es/table/style/expand.js +109 -0
- package/es/table/style/filter.d.ts +4 -0
- package/es/table/style/filter.js +122 -0
- package/es/table/style/fixed.d.ts +5 -0
- package/es/table/style/fixed.js +82 -0
- package/es/table/style/index.d.ts +48 -12
- package/es/table/style/index.js +213 -15
- package/es/table/style/pagination.d.ts +5 -0
- package/es/table/style/pagination.js +29 -0
- package/es/table/style/radius.d.ts +5 -0
- package/es/table/style/radius.js +40 -0
- package/es/table/style/rtl.d.ts +5 -0
- package/es/table/style/rtl.js +29 -0
- package/es/table/style/selection.d.ts +5 -0
- package/es/table/style/selection.js +49 -0
- package/es/table/style/size.d.ts +5 -0
- package/es/table/style/size.js +29 -0
- package/es/table/style/sorter.d.ts +5 -0
- package/es/table/style/sorter.js +72 -0
- package/es/table/style/sticky.d.ts +5 -0
- package/es/table/style/sticky.js +47 -0
- package/es/table/style/summary.d.ts +5 -0
- package/es/table/style/summary.js +24 -0
- package/es/table/util.js +1 -1
- package/es/tabs/index.d.ts +3 -3
- package/es/tabs/index.js +15 -5
- package/es/tabs/style/index.d.ts +20 -2
- package/es/tabs/style/index.js +602 -2
- package/es/tabs/style/motion.d.ts +4 -0
- package/es/tabs/style/motion.js +34 -0
- package/es/tag/CheckableTag.js +12 -4
- package/es/tag/index.d.ts +1 -1
- package/es/tag/index.js +17 -14
- package/es/tag/style/index.d.ts +4 -2
- package/es/tag/style/index.js +127 -2
- package/es/theme/index.d.ts +21 -0
- package/es/theme/index.js +37 -0
- package/es/theme/interface/alias.d.ts +133 -0
- package/es/theme/interface/alias.js +1 -0
- package/es/theme/interface/components.d.ts +110 -0
- package/es/theme/interface/components.js +1 -0
- package/es/theme/interface/index.d.ts +13 -0
- package/es/theme/interface/index.js +1 -0
- package/es/theme/interface/maps/colors.d.ts +342 -0
- package/es/theme/interface/maps/colors.js +1 -0
- package/es/theme/interface/maps/index.d.ts +15 -0
- package/es/theme/interface/maps/index.js +3 -0
- package/es/theme/interface/maps/size.d.ts +49 -0
- package/es/theme/interface/maps/size.js +1 -0
- package/es/theme/interface/maps/style.d.ts +33 -0
- package/es/theme/interface/maps/style.js +1 -0
- package/es/theme/interface/presetColors.d.ts +8 -0
- package/es/theme/interface/presetColors.js +1 -0
- package/es/theme/interface/seeds.d.ts +139 -0
- package/es/theme/interface/seeds.js +1 -0
- package/es/theme/internal.d.ts +23 -0
- package/es/theme/internal.js +47 -0
- package/es/theme/themes/ColorMap.d.ts +15 -0
- package/es/theme/themes/ColorMap.js +1 -0
- package/es/theme/themes/compact/genCompactSizeMapToken.d.ts +2 -0
- package/es/theme/themes/compact/genCompactSizeMapToken.js +16 -0
- package/es/theme/themes/compact/index.d.ts +4 -0
- package/es/theme/themes/compact/index.js +28 -0
- package/es/theme/themes/dark/colorAlgorithm.d.ts +2 -0
- package/es/theme/themes/dark/colorAlgorithm.js +8 -0
- package/es/theme/themes/dark/colors.d.ts +3 -0
- package/es/theme/themes/dark/colors.js +44 -0
- package/es/theme/themes/dark/index.d.ts +4 -0
- package/es/theme/themes/dark/index.js +28 -0
- package/es/theme/themes/default/colorAlgorithm.d.ts +2 -0
- package/es/theme/themes/default/colorAlgorithm.js +8 -0
- package/es/theme/themes/default/colors.d.ts +3 -0
- package/es/theme/themes/default/colors.js +42 -0
- package/es/theme/themes/default/index.d.ts +2 -0
- package/es/theme/themes/default/index.js +24 -0
- package/es/theme/themes/seed.d.ts +4 -0
- package/es/theme/themes/seed.js +61 -0
- package/es/theme/themes/shared/genColorMapToken.d.ts +8 -0
- package/es/theme/themes/shared/genColorMapToken.js +73 -0
- package/es/theme/themes/shared/genCommonMapToken.d.ts +2 -0
- package/es/theme/themes/shared/genCommonMapToken.js +26 -0
- package/es/theme/themes/shared/genControlHeight.d.ts +3 -0
- package/es/theme/themes/shared/genControlHeight.js +10 -0
- package/es/theme/themes/shared/genFontSizes.d.ts +4 -0
- package/es/theme/themes/shared/genFontSizes.js +18 -0
- package/es/theme/themes/shared/genRadius.d.ts +3 -0
- package/es/theme/themes/shared/genRadius.js +51 -0
- package/es/theme/themes/shared/genSizeMapToken.d.ts +2 -0
- package/es/theme/themes/shared/genSizeMapToken.js +16 -0
- package/es/theme/util/alias.d.ts +12 -0
- package/es/theme/util/alias.js +169 -0
- package/es/theme/util/genComponentStyleHook.d.ts +25 -0
- package/es/theme/util/genComponentStyleHook.js +65 -0
- package/es/theme/util/getAlphaColor.d.ts +2 -0
- package/es/theme/util/getAlphaColor.js +46 -0
- package/es/theme/util/statistic.d.ts +18 -0
- package/es/theme/util/statistic.js +80 -0
- package/es/time-picker/index.d.ts +6 -14
- package/es/time-picker/index.js +10 -11
- package/es/timeline/Timeline.d.ts +3 -3
- package/es/timeline/Timeline.js +22 -13
- package/es/timeline/TimelineItem.js +5 -5
- package/es/timeline/index.d.ts +2 -2
- package/es/timeline/style/index.d.ts +4 -2
- package/es/timeline/style/index.js +145 -2
- package/es/tooltip/PurePanel.d.ts +5 -0
- package/es/tooltip/PurePanel.js +43 -0
- package/es/tooltip/index.d.ts +14 -23
- package/es/tooltip/index.js +48 -42
- package/es/tooltip/style/index.d.ts +7 -2
- package/es/tooltip/style/index.js +117 -2
- package/es/tooltip/util.d.ts +6 -0
- package/es/tooltip/util.js +23 -0
- package/es/tour/PurePanel.d.ts +6 -0
- package/es/tour/PurePanel.js +57 -0
- package/es/tour/index.d.ts +7 -0
- package/es/tour/index.js +66 -0
- package/es/tour/interface.d.ts +28 -0
- package/es/tour/interface.js +1 -0
- package/es/tour/panelRender.d.ts +4 -0
- package/es/tour/panelRender.js +116 -0
- package/es/tour/style/index.d.ts +4 -0
- package/es/tour/style/index.js +170 -0
- package/es/transfer/ListBody.js +2 -2
- package/es/transfer/ListItem.js +5 -5
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/index.js +23 -6
- package/es/transfer/list.js +13 -13
- package/es/transfer/style/index.d.ts +7 -8
- package/es/transfer/style/index.js +271 -9
- package/es/tree/DirectoryTree.js +1 -1
- package/es/tree/Tree.js +17 -9
- package/es/tree/index.d.ts +4 -4
- package/es/tree/style/index.d.ts +13 -2
- package/es/tree/style/index.js +329 -2
- package/es/tree/utils/dropIndicator.js +1 -1
- package/es/tree/utils/iconUtil.js +7 -7
- package/es/tree-select/index.d.ts +7 -8
- package/es/tree-select/index.js +33 -10
- package/es/tree-select/style/index.d.ts +1 -4
- package/es/tree-select/style/index.js +44 -5
- package/es/typography/Base/index.js +4 -4
- package/es/typography/Editable.d.ts +1 -1
- package/es/typography/Editable.js +12 -5
- package/es/typography/Title.js +1 -1
- package/es/typography/Typography.js +17 -10
- package/es/typography/style/index.d.ts +9 -4
- package/es/typography/style/index.js +59 -4
- package/es/typography/style/mixins.d.ts +9 -0
- package/es/typography/style/mixins.js +205 -0
- package/es/upload/Upload.js +26 -18
- package/es/upload/UploadList/ListItem.js +17 -35
- package/es/upload/UploadList/index.js +16 -13
- package/es/upload/index.d.ts +5 -5
- package/es/upload/interface.d.ts +1 -0
- package/es/upload/style/dragger.d.ts +4 -0
- package/es/upload/style/dragger.js +49 -0
- package/es/upload/style/index.d.ts +10 -5
- package/es/upload/style/index.js +43 -6
- package/es/upload/style/list.d.ts +4 -0
- package/es/upload/style/list.js +89 -0
- package/es/upload/style/motion.d.ts +4 -0
- package/es/upload/style/motion.js +38 -0
- package/es/upload/style/picture.d.ts +5 -0
- package/es/upload/style/picture.js +159 -0
- package/es/upload/style/rtl.d.ts +4 -0
- package/es/upload/style/rtl.js +10 -0
- package/es/upload/utils.js +1 -1
- package/es/version/token-meta.json +1 -0
- package/es/version/token.json +1 -0
- package/es/version/version.d.ts +1 -1
- package/es/version/version.js +1 -1
- package/lib/_util/PurePanel.d.ts +6 -0
- package/lib/_util/PurePanel.js +105 -0
- package/lib/_util/capitalize.d.ts +1 -0
- package/lib/_util/capitalize.js +15 -0
- package/lib/_util/motion.d.ts +2 -2
- package/lib/_util/motion.js +18 -14
- package/lib/_util/statusUtils.d.ts +1 -1
- package/lib/_util/statusUtils.js +1 -1
- package/lib/_util/throttleByAnimationFrame.d.ts +4 -6
- package/lib/_util/throttleByAnimationFrame.js +3 -31
- package/lib/_util/warning.js +1 -1
- package/lib/_util/wave/index.d.ts +33 -0
- package/lib/_util/wave/index.js +301 -0
- package/lib/_util/wave/style.d.ts +3 -0
- package/lib/_util/wave/style.js +92 -0
- package/lib/affix/index.d.ts +7 -2
- package/lib/affix/index.js +57 -64
- package/lib/affix/style/index.d.ts +2 -2
- package/lib/affix/style/index.js +28 -2
- package/lib/alert/index.d.ts +3 -3
- package/lib/alert/index.js +22 -30
- package/lib/alert/style/index.d.ts +13 -2
- package/lib/alert/style/index.js +180 -2
- package/lib/anchor/Anchor.js +21 -10
- package/lib/anchor/AnchorLink.js +2 -2
- package/lib/anchor/index.d.ts +5 -5
- package/lib/anchor/style/index.d.ts +4 -3
- package/lib/anchor/style/index.js +98 -3
- package/lib/auto-complete/index.d.ts +4 -5
- package/lib/auto-complete/index.js +16 -6
- package/lib/avatar/avatar.js +19 -11
- package/lib/avatar/group.js +20 -9
- package/lib/avatar/index.d.ts +2 -2
- package/lib/avatar/style/index.d.ts +4 -3
- package/lib/avatar/style/index.js +126 -3
- package/lib/back-top/index.d.ts +0 -1
- package/lib/back-top/index.js +57 -65
- package/lib/back-top/style/index.d.ts +6 -2
- package/lib/back-top/style/index.js +89 -2
- package/lib/badge/Ribbon.js +17 -7
- package/lib/badge/ScrollNumber.js +2 -2
- package/lib/badge/SingleNumber.js +4 -4
- package/lib/badge/index.d.ts +3 -3
- package/lib/badge/index.js +26 -15
- package/lib/badge/style/index.d.ts +2 -2
- package/lib/badge/style/index.js +340 -2
- package/lib/breadcrumb/Breadcrumb.d.ts +3 -3
- package/lib/breadcrumb/Breadcrumb.js +15 -6
- package/lib/breadcrumb/BreadcrumbItem.d.ts +3 -3
- package/lib/breadcrumb/BreadcrumbItem.js +4 -4
- package/lib/breadcrumb/BreadcrumbSeparator.d.ts +3 -4
- package/lib/breadcrumb/BreadcrumbSeparator.js +1 -1
- package/lib/breadcrumb/index.d.ts +2 -2
- package/lib/breadcrumb/style/index.d.ts +2 -4
- package/lib/breadcrumb/style/index.js +87 -4
- package/lib/button/LoadingIcon.js +3 -3
- package/lib/button/button-group.js +11 -2
- package/lib/button/button.d.ts +2 -2
- package/lib/button/button.js +24 -16
- package/lib/button/index.d.ts +3 -3
- package/lib/button/style/group.d.ts +4 -0
- package/lib/button/style/group.js +63 -0
- package/lib/button/style/index.d.ts +10 -2
- package/lib/button/style/index.js +346 -2
- package/lib/calendar/Header.js +5 -5
- package/lib/calendar/generateCalendar.d.ts +1 -1
- package/lib/calendar/generateCalendar.js +19 -13
- package/lib/calendar/index.d.ts +4 -4
- package/lib/calendar/index.js +2 -2
- package/lib/calendar/style/index.d.ts +21 -5
- package/lib/calendar/style/index.js +162 -5
- package/lib/card/Card.js +23 -13
- package/lib/card/Grid.js +1 -1
- package/lib/card/Meta.js +5 -5
- package/lib/card/index.d.ts +3 -3
- package/lib/card/style/index.d.ts +4 -4
- package/lib/card/style/index.js +300 -4
- package/lib/carousel/index.js +14 -4
- package/lib/carousel/style/index.d.ts +7 -2
- package/lib/carousel/style/index.js +274 -2
- package/lib/cascader/index.d.ts +4 -4
- package/lib/cascader/index.js +36 -10
- package/lib/cascader/style/index.d.ts +7 -4
- package/lib/cascader/style/index.js +122 -4
- package/lib/checkbox/Checkbox.js +28 -19
- package/lib/checkbox/Group.js +13 -5
- package/lib/checkbox/index.d.ts +4 -4
- package/lib/checkbox/style/index.d.ts +11 -2
- package/lib/checkbox/style/index.js +192 -2
- package/lib/col/index.d.ts +2 -2
- package/lib/col/style/index.d.ts +2 -2
- package/lib/col/style/index.js +8 -2
- package/lib/collapse/Collapse.d.ts +3 -3
- package/lib/collapse/Collapse.js +18 -7
- package/lib/collapse/CollapsePanel.js +1 -1
- package/lib/collapse/index.d.ts +2 -2
- package/lib/collapse/style/index.d.ts +13 -2
- package/lib/collapse/style/index.js +170 -2
- package/lib/config-provider/context.d.ts +13 -1
- package/lib/config-provider/context.js +10 -6
- package/lib/config-provider/cssVariables.js +12 -12
- package/lib/config-provider/defaultRenderEmpty.js +1 -1
- package/lib/config-provider/hooks/useTheme.d.ts +2 -0
- package/lib/config-provider/hooks/useTheme.js +43 -0
- package/lib/config-provider/index.d.ts +8 -6
- package/lib/config-provider/index.js +70 -40
- package/lib/config-provider/style/index.d.ts +2 -1
- package/lib/config-provider/style/index.js +36 -1
- package/lib/date-picker/generatePicker/generateRangePicker.js +27 -13
- package/lib/date-picker/generatePicker/generateSinglePicker.d.ts +6 -30
- package/lib/date-picker/generatePicker/generateSinglePicker.js +25 -12
- package/lib/date-picker/generatePicker/index.d.ts +6 -8
- package/lib/date-picker/generatePicker/index.js +1 -4
- package/lib/date-picker/index.d.ts +22 -19
- package/lib/date-picker/index.js +9 -2
- package/lib/date-picker/style/index.d.ts +34 -3
- package/lib/date-picker/style/index.js +909 -3
- package/lib/descriptions/Cell.js +5 -5
- package/lib/descriptions/Row.js +8 -8
- package/lib/descriptions/index.d.ts +1 -1
- package/lib/descriptions/index.js +16 -8
- package/lib/descriptions/style/index.d.ts +2 -2
- package/lib/descriptions/style/index.js +166 -2
- package/lib/divider/index.js +15 -5
- package/lib/divider/style/index.d.ts +6 -2
- package/lib/divider/style/index.js +138 -2
- package/lib/drawer/DrawerPanel.d.ts +18 -0
- package/lib/drawer/DrawerPanel.js +80 -0
- package/lib/drawer/index.d.ts +14 -22
- package/lib/drawer/index.js +71 -81
- package/lib/drawer/style/index.d.ts +10 -2
- package/lib/drawer/style/index.js +179 -2
- package/lib/drawer/style/motion.d.ts +4 -0
- package/lib/drawer/style/motion.js +118 -0
- package/lib/dropdown/dropdown-button.d.ts +2 -3
- package/lib/dropdown/dropdown-button.js +18 -11
- package/lib/dropdown/dropdown.d.ts +5 -3
- package/lib/dropdown/dropdown.js +53 -21
- package/lib/dropdown/style/button.d.ts +4 -0
- package/lib/dropdown/style/button.js +31 -0
- package/lib/dropdown/style/index.d.ts +14 -5
- package/lib/dropdown/style/index.js +281 -5
- package/lib/dropdown/style/status.d.ts +4 -0
- package/lib/dropdown/style/status.js +28 -0
- package/lib/empty/empty.js +13 -19
- package/lib/empty/index.d.ts +3 -3
- package/lib/empty/index.js +19 -9
- package/lib/empty/simple.js +30 -9
- package/lib/empty/style/index.d.ts +5 -2
- package/lib/empty/style/index.js +65 -2
- package/lib/float-button/BackTop.d.ts +4 -0
- package/lib/float-button/BackTop.js +149 -0
- package/lib/float-button/FloatButton.d.ts +4 -0
- package/lib/float-button/FloatButton.js +116 -0
- package/lib/float-button/FloatButtonContent.d.ts +4 -0
- package/lib/float-button/FloatButtonContent.js +43 -0
- package/lib/float-button/FloatButtonGroup.d.ts +4 -0
- package/lib/float-button/FloatButtonGroup.js +129 -0
- package/lib/float-button/PurePanel.d.ts +12 -0
- package/lib/float-button/PurePanel.js +80 -0
- package/lib/float-button/context.d.ts +5 -0
- package/lib/float-button/context.js +17 -0
- package/lib/float-button/index.d.ts +2 -0
- package/lib/float-button/index.js +22 -0
- package/lib/float-button/interface.d.ts +49 -0
- package/lib/float-button/interface.js +5 -0
- package/lib/float-button/style/index.d.ts +6 -0
- package/lib/float-button/style/index.js +272 -0
- package/lib/form/ErrorList.js +20 -14
- package/lib/form/Form.d.ts +2 -2
- package/lib/form/Form.js +14 -6
- package/lib/form/FormItem/ItemHolder.js +5 -5
- package/lib/form/FormItem/index.d.ts +3 -3
- package/lib/form/FormItem/index.js +19 -7
- package/lib/form/FormItemInput.js +7 -7
- package/lib/form/FormItemLabel.js +7 -7
- package/lib/form/hooks/useFormItemStatus.js +4 -2
- package/lib/form/index.d.ts +9 -9
- package/lib/form/style/explain.d.ts +4 -0
- package/lib/form/style/explain.js +48 -0
- package/lib/form/style/index.d.ts +7 -4
- package/lib/form/style/index.js +329 -4
- package/lib/form/util.js +2 -2
- package/lib/grid/col.js +16 -6
- package/lib/grid/index.d.ts +2 -2
- package/lib/grid/row.js +11 -3
- package/lib/grid/style/index.d.ts +2 -2
- package/lib/grid/style/index.js +152 -2
- package/lib/image/PreviewGroup.js +17 -5
- package/lib/image/index.d.ts +1 -1
- package/lib/image/index.js +22 -7
- package/lib/image/style/index.d.ts +21 -2
- package/lib/image/style/index.js +258 -2
- package/lib/index.d.ts +6 -6
- package/lib/index.js +25 -35
- package/lib/input/ClearableLabeledInput.d.ts +1 -0
- package/lib/input/ClearableLabeledInput.js +5 -4
- package/lib/input/Group.js +14 -3
- package/lib/input/Input.js +17 -7
- package/lib/input/Password.js +2 -2
- package/lib/input/Search.js +2 -2
- package/lib/input/TextArea.js +16 -8
- package/lib/input/index.d.ts +7 -7
- package/lib/input/style/index.d.ts +29 -3
- package/lib/input/style/index.js +645 -3
- package/lib/input-number/index.d.ts +5 -3
- package/lib/input-number/index.js +38 -16
- package/lib/input-number/style/index.d.ts +9 -2
- package/lib/input-number/style/index.js +271 -2
- package/lib/layout/Sider.js +8 -8
- package/lib/layout/index.d.ts +5 -5
- package/lib/layout/layout.js +10 -3
- package/lib/layout/style/index.d.ts +16 -2
- package/lib/layout/style/index.js +182 -2
- package/lib/layout/style/light.d.ts +5 -0
- package/lib/layout/style/light.js +33 -0
- package/lib/list/Item.js +11 -11
- package/lib/list/index.d.ts +2 -2
- package/lib/list/index.js +20 -12
- package/lib/list/style/index.d.ts +5 -6
- package/lib/list/style/index.js +234 -6
- package/lib/locale/en_US.d.ts +3 -2
- package/lib/locale/en_US.js +141 -2
- package/lib/locale/ku_IQ.js +1 -1
- package/lib/locale/zh_CN.js +5 -0
- package/lib/locale/zh_HK.js +5 -0
- package/lib/locale/zh_TW.js +5 -0
- package/lib/locale-provider/LocaleReceiver.js +4 -4
- package/lib/locale-provider/index.d.ts +2 -0
- package/lib/mentions/index.d.ts +5 -2
- package/lib/mentions/index.js +24 -13
- package/lib/mentions/style/index.d.ts +7 -3
- package/lib/mentions/style/index.js +181 -3
- package/lib/menu/MenuContext.d.ts +3 -1
- package/lib/menu/MenuDivider.js +1 -1
- package/lib/menu/MenuItem.js +5 -5
- package/lib/menu/OverrideContext.d.ts +1 -1
- package/lib/menu/SubMenu.js +12 -8
- package/lib/menu/hooks/useItems.js +1 -1
- package/lib/menu/index.d.ts +19 -22
- package/lib/menu/index.js +16 -191
- package/lib/menu/menu.d.ts +19 -0
- package/lib/menu/menu.js +181 -0
- package/lib/menu/style/horizontal.d.ts +4 -0
- package/lib/menu/style/horizontal.js +48 -0
- package/lib/menu/style/index.d.ts +41 -3
- package/lib/menu/style/index.js +351 -3
- package/lib/menu/style/rtl.d.ts +4 -0
- package/lib/menu/style/rtl.js +32 -0
- package/lib/menu/style/theme.d.ts +4 -0
- package/lib/menu/style/theme.js +159 -0
- package/lib/menu/style/vertical.d.ts +4 -0
- package/lib/menu/style/vertical.js +143 -0
- package/lib/message/PurePanel.d.ts +22 -0
- package/lib/message/PurePanel.js +100 -0
- package/lib/message/index.d.ts +20 -59
- package/lib/message/index.js +272 -219
- package/lib/message/interface.d.ts +37 -0
- package/lib/message/interface.js +5 -0
- package/lib/message/style/index.d.ts +7 -2
- package/lib/message/style/index.js +133 -2
- package/lib/message/useMessage.d.ts +8 -0
- package/lib/message/useMessage.js +257 -0
- package/lib/message/util.d.ts +4 -0
- package/lib/message/util.js +35 -0
- package/lib/modal/ConfirmDialog.d.ts +12 -3
- package/lib/modal/ConfirmDialog.js +96 -41
- package/lib/modal/Modal.d.ts +4 -10
- package/lib/modal/Modal.js +34 -45
- package/lib/modal/PurePanel.d.ts +13 -0
- package/lib/modal/PurePanel.js +136 -0
- package/lib/modal/confirm.js +8 -30
- package/lib/modal/index.d.ts +4 -1
- package/lib/modal/index.js +3 -0
- package/lib/modal/locale.js +3 -3
- package/lib/modal/style/index.d.ts +32 -3
- package/lib/modal/style/index.js +309 -3
- package/lib/modal/useModal/HookModal.js +2 -2
- package/lib/modal/useModal/index.js +1 -1
- package/lib/notification/PurePanel.d.ts +25 -0
- package/lib/notification/PurePanel.js +152 -0
- package/lib/notification/index.d.ts +17 -54
- package/lib/notification/index.js +214 -318
- package/lib/notification/interface.d.ts +51 -0
- package/lib/notification/interface.js +5 -0
- package/lib/notification/style/index.d.ts +19 -2
- package/lib/notification/style/index.js +205 -2
- package/lib/notification/style/placement.d.ts +5 -0
- package/lib/notification/style/placement.js +71 -0
- package/lib/notification/useNotification.d.ts +8 -0
- package/lib/notification/useNotification.js +191 -0
- package/lib/notification/util.d.ts +5 -0
- package/lib/notification/util.js +73 -0
- package/lib/pagination/Pagination.d.ts +2 -2
- package/lib/pagination/Pagination.js +23 -13
- package/lib/pagination/Select.d.ts +4 -4
- package/lib/pagination/index.d.ts +1 -1
- package/lib/pagination/style/index.d.ts +2 -3
- package/lib/pagination/style/index.js +455 -3
- package/lib/popconfirm/PurePanel.d.ts +6 -0
- package/lib/popconfirm/PurePanel.js +61 -10
- package/lib/popconfirm/index.d.ts +4 -6
- package/lib/popconfirm/index.js +23 -14
- package/lib/popconfirm/style/index.d.ts +8 -4
- package/lib/popconfirm/style/index.js +60 -4
- package/lib/popover/PurePanel.d.ts +8 -0
- package/lib/popover/PurePanel.js +91 -0
- package/lib/popover/index.d.ts +4 -1
- package/lib/popover/index.js +25 -6
- package/lib/popover/style/index.d.ts +12 -2
- package/lib/popover/style/index.js +139 -2
- package/lib/progress/Circle.d.ts +1 -1
- package/lib/progress/Circle.js +31 -43
- package/lib/progress/Line.d.ts +1 -3
- package/lib/progress/Line.js +13 -14
- package/lib/progress/Steps.js +2 -2
- package/lib/progress/index.d.ts +1 -1
- package/lib/progress/progress.js +31 -27
- package/lib/progress/style/index.d.ts +4 -2
- package/lib/progress/style/index.js +193 -2
- package/lib/progress/utils.d.ts +6 -8
- package/lib/progress/utils.js +27 -1
- package/lib/radio/group.js +13 -5
- package/lib/radio/index.d.ts +2 -2
- package/lib/radio/interface.d.ts +2 -1
- package/lib/radio/radio.js +25 -16
- package/lib/radio/style/index.d.ts +4 -2
- package/lib/radio/style/index.js +425 -2
- package/lib/rate/index.js +16 -3
- package/lib/rate/style/index.d.ts +3 -3
- package/lib/rate/style/index.js +103 -3
- package/lib/result/index.d.ts +4 -4
- package/lib/result/index.js +22 -12
- package/lib/result/style/index.d.ts +6 -2
- package/lib/result/style/index.js +116 -2
- package/lib/row/index.d.ts +2 -2
- package/lib/row/style/index.d.ts +2 -2
- package/lib/row/style/index.js +8 -2
- package/lib/segmented/index.d.ts +1 -1
- package/lib/segmented/index.js +15 -5
- package/lib/segmented/style/index.d.ts +4 -2
- package/lib/segmented/style/index.js +151 -2
- package/lib/select/index.d.ts +7 -8
- package/lib/select/index.js +31 -11
- package/lib/select/style/dropdown.d.ts +4 -0
- package/lib/select/style/dropdown.js +108 -0
- package/lib/select/style/index.d.ts +10 -3
- package/lib/select/style/index.js +224 -3
- package/lib/select/style/multiple.d.ts +3 -0
- package/lib/select/style/multiple.js +184 -0
- package/lib/select/style/single.d.ts +3 -0
- package/lib/select/style/single.js +122 -0
- package/lib/select/utils/iconUtil.js +1 -1
- package/lib/skeleton/Avatar.js +14 -4
- package/lib/skeleton/Button.js +14 -4
- package/lib/skeleton/Element.js +3 -3
- package/lib/skeleton/Image.js +16 -6
- package/lib/skeleton/Input.js +14 -4
- package/lib/skeleton/Node.js +14 -4
- package/lib/skeleton/Skeleton.d.ts +3 -4
- package/lib/skeleton/Skeleton.js +17 -8
- package/lib/skeleton/index.d.ts +1 -1
- package/lib/skeleton/style/index.d.ts +6 -2
- package/lib/skeleton/style/index.js +281 -2
- package/lib/slider/index.d.ts +13 -24
- package/lib/slider/index.js +48 -29
- package/lib/slider/style/index.d.ts +11 -3
- package/lib/slider/style/index.js +219 -3
- package/lib/space/Compact.js +15 -5
- package/lib/space/Item.js +1 -1
- package/lib/space/index.d.ts +2 -2
- package/lib/space/index.js +13 -5
- package/lib/space/style/compact.d.ts +8 -0
- package/lib/space/style/compact.js +28 -0
- package/lib/space/style/index.d.ts +5 -2
- package/lib/space/style/index.js +50 -2
- package/lib/spin/index.d.ts +1 -0
- package/lib/spin/index.js +23 -13
- package/lib/spin/style/index.d.ts +5 -2
- package/lib/spin/style/index.js +188 -2
- package/lib/statistic/Countdown.d.ts +1 -1
- package/lib/statistic/Number.js +5 -9
- package/lib/statistic/Statistic.d.ts +3 -3
- package/lib/statistic/Statistic.js +19 -9
- package/lib/statistic/index.d.ts +2 -2
- package/lib/statistic/style/index.d.ts +2 -3
- package/lib/statistic/style/index.js +60 -3
- package/lib/statistic/utils.js +3 -5
- package/lib/steps/index.d.ts +4 -4
- package/lib/steps/index.js +31 -10
- package/lib/steps/style/custom-icon.d.ts +5 -0
- package/lib/steps/style/custom-icon.js +36 -0
- package/lib/steps/style/index.d.ts +53 -3
- package/lib/steps/style/index.js +285 -3
- package/lib/steps/style/inline.d.ts +5 -0
- package/lib/steps/style/inline.js +102 -0
- package/lib/steps/style/label-placement.d.ts +5 -0
- package/lib/steps/style/label-placement.js +56 -0
- package/lib/steps/style/nav.d.ts +5 -0
- package/lib/steps/style/nav.js +116 -0
- package/lib/steps/style/progress-dot.d.ts +5 -0
- package/lib/steps/style/progress-dot.js +109 -0
- package/lib/steps/style/progress.d.ts +5 -0
- package/lib/steps/style/progress.js +43 -0
- package/lib/steps/style/rtl.d.ts +5 -0
- package/lib/steps/style/rtl.js +36 -0
- package/lib/steps/style/small.d.ts +5 -0
- package/lib/steps/style/small.js +63 -0
- package/lib/steps/style/vertical.d.ts +5 -0
- package/lib/steps/style/vertical.js +65 -0
- package/lib/style/compact-item-vertical.d.ts +3 -0
- package/lib/style/compact-item-vertical.js +51 -0
- package/lib/style/compact-item.d.ts +10 -0
- package/lib/style/compact-item.js +58 -0
- package/lib/style/index.d.ts +12 -2
- package/lib/style/index.js +172 -2
- package/lib/style/motion/collapse.d.ts +4 -0
- package/lib/style/motion/collapse.js +27 -0
- package/lib/style/motion/fade.d.ts +7 -0
- package/lib/style/motion/fade.js +50 -0
- package/lib/style/motion/index.d.ts +6 -0
- package/lib/style/motion/index.js +227 -0
- package/lib/style/motion/motion.d.ts +2 -0
- package/lib/style/motion/motion.js +48 -0
- package/lib/style/motion/move.d.ts +15 -0
- package/lib/style/motion/move.js +155 -0
- package/lib/style/motion/slide.d.ts +15 -0
- package/lib/style/motion/slide.js +155 -0
- package/lib/style/motion/zoom.d.ts +19 -0
- package/lib/style/motion/zoom.js +205 -0
- package/lib/style/operationUnit.d.ts +3 -0
- package/lib/style/operationUnit.js +26 -0
- package/lib/style/placementArrow.d.ts +19 -0
- package/lib/style/placementArrow.js +161 -0
- package/lib/style/reset.css +253 -0
- package/lib/style/roundedArrow.d.ts +2 -0
- package/lib/style/roundedArrow.js +61 -0
- package/lib/switch/index.d.ts +1 -2
- package/lib/switch/index.js +16 -6
- package/lib/switch/style/index.d.ts +2 -2
- package/lib/switch/style/index.js +215 -2
- package/lib/table/ExpandIcon.js +2 -2
- package/lib/table/Table.d.ts +5 -6
- package/lib/table/Table.js +23 -18
- package/lib/table/hooks/useFilter/FilterDropdown.js +40 -34
- package/lib/table/hooks/useFilter/FilterSearch.js +2 -2
- package/lib/table/hooks/useFilter/index.js +16 -4
- package/lib/table/hooks/useSelection.js +4 -4
- package/lib/table/hooks/useSorter.js +9 -9
- package/lib/table/index.d.ts +4 -4
- package/lib/table/interface.d.ts +5 -11
- package/lib/table/style/bordered.d.ts +5 -0
- package/lib/table/style/bordered.js +78 -0
- package/lib/table/style/ellipsis.d.ts +5 -0
- package/lib/table/style/ellipsis.js +36 -0
- package/lib/table/style/empty.d.ts +5 -0
- package/lib/table/style/empty.js +25 -0
- package/lib/table/style/expand.d.ts +5 -0
- package/lib/table/style/expand.js +121 -0
- package/lib/table/style/filter.d.ts +4 -0
- package/lib/table/style/filter.js +134 -0
- package/lib/table/style/fixed.d.ts +5 -0
- package/lib/table/style/fixed.js +92 -0
- package/lib/table/style/index.d.ts +48 -12
- package/lib/table/style/index.js +229 -12
- package/lib/table/style/pagination.d.ts +5 -0
- package/lib/table/style/pagination.js +39 -0
- package/lib/table/style/radius.d.ts +5 -0
- package/lib/table/style/radius.js +50 -0
- package/lib/table/style/rtl.d.ts +5 -0
- package/lib/table/style/rtl.js +39 -0
- package/lib/table/style/selection.d.ts +5 -0
- package/lib/table/style/selection.js +59 -0
- package/lib/table/style/size.d.ts +5 -0
- package/lib/table/style/size.js +40 -0
- package/lib/table/style/sorter.d.ts +5 -0
- package/lib/table/style/sorter.js +82 -0
- package/lib/table/style/sticky.d.ts +5 -0
- package/lib/table/style/sticky.js +57 -0
- package/lib/table/style/summary.d.ts +5 -0
- package/lib/table/style/summary.js +34 -0
- package/lib/table/util.js +1 -1
- package/lib/tabs/index.d.ts +3 -3
- package/lib/tabs/index.js +17 -5
- package/lib/tabs/style/index.d.ts +20 -2
- package/lib/tabs/style/index.js +614 -2
- package/lib/tabs/style/motion.d.ts +4 -0
- package/lib/tabs/style/motion.js +45 -0
- package/lib/tag/CheckableTag.js +14 -4
- package/lib/tag/index.d.ts +1 -1
- package/lib/tag/index.js +18 -15
- package/lib/tag/style/index.d.ts +4 -2
- package/lib/tag/style/index.js +139 -2
- package/lib/theme/index.d.ts +21 -0
- package/lib/theme/index.js +52 -0
- package/lib/theme/interface/alias.d.ts +133 -0
- package/lib/theme/interface/alias.js +5 -0
- package/lib/theme/interface/components.d.ts +110 -0
- package/lib/theme/interface/components.js +5 -0
- package/lib/theme/interface/index.d.ts +13 -0
- package/lib/theme/interface/index.js +13 -0
- package/lib/theme/interface/maps/colors.d.ts +342 -0
- package/lib/theme/interface/maps/colors.js +5 -0
- package/lib/theme/interface/maps/index.d.ts +15 -0
- package/lib/theme/interface/maps/index.js +44 -0
- package/lib/theme/interface/maps/size.d.ts +49 -0
- package/lib/theme/interface/maps/size.js +5 -0
- package/lib/theme/interface/maps/style.d.ts +33 -0
- package/lib/theme/interface/maps/style.js +5 -0
- package/lib/theme/interface/presetColors.d.ts +8 -0
- package/lib/theme/interface/presetColors.js +8 -0
- package/lib/theme/interface/seeds.d.ts +139 -0
- package/lib/theme/interface/seeds.js +5 -0
- package/lib/theme/internal.d.ts +23 -0
- package/lib/theme/internal.js +108 -0
- package/lib/theme/themes/ColorMap.d.ts +15 -0
- package/lib/theme/themes/ColorMap.js +5 -0
- package/lib/theme/themes/compact/genCompactSizeMapToken.d.ts +2 -0
- package/lib/theme/themes/compact/genCompactSizeMapToken.js +23 -0
- package/lib/theme/themes/compact/index.d.ts +4 -0
- package/lib/theme/themes/compact/index.js +42 -0
- package/lib/theme/themes/dark/colorAlgorithm.d.ts +2 -0
- package/lib/theme/themes/dark/colorAlgorithm.js +21 -0
- package/lib/theme/themes/dark/colors.d.ts +3 -0
- package/lib/theme/themes/dark/colors.js +58 -0
- package/lib/theme/themes/dark/index.d.ts +4 -0
- package/lib/theme/themes/dark/index.js +43 -0
- package/lib/theme/themes/default/colorAlgorithm.d.ts +2 -0
- package/lib/theme/themes/default/colorAlgorithm.js +21 -0
- package/lib/theme/themes/default/colors.d.ts +3 -0
- package/lib/theme/themes/default/colors.js +56 -0
- package/lib/theme/themes/default/index.d.ts +2 -0
- package/lib/theme/themes/default/index.js +41 -0
- package/lib/theme/themes/seed.d.ts +4 -0
- package/lib/theme/themes/seed.js +71 -0
- package/lib/theme/themes/shared/genColorMapToken.d.ts +8 -0
- package/lib/theme/themes/shared/genColorMapToken.js +84 -0
- package/lib/theme/themes/shared/genCommonMapToken.d.ts +2 -0
- package/lib/theme/themes/shared/genCommonMapToken.js +38 -0
- package/lib/theme/themes/shared/genControlHeight.d.ts +3 -0
- package/lib/theme/themes/shared/genControlHeight.js +18 -0
- package/lib/theme/themes/shared/genFontSizes.d.ts +4 -0
- package/lib/theme/themes/shared/genFontSizes.js +24 -0
- package/lib/theme/themes/shared/genRadius.d.ts +3 -0
- package/lib/theme/themes/shared/genRadius.js +59 -0
- package/lib/theme/themes/shared/genSizeMapToken.d.ts +2 -0
- package/lib/theme/themes/shared/genSizeMapToken.js +23 -0
- package/lib/theme/util/alias.d.ts +12 -0
- package/lib/theme/util/alias.js +177 -0
- package/lib/theme/util/genComponentStyleHook.d.ts +25 -0
- package/lib/theme/util/genComponentStyleHook.js +79 -0
- package/lib/theme/util/getAlphaColor.d.ts +2 -0
- package/lib/theme/util/getAlphaColor.js +54 -0
- package/lib/theme/util/statistic.d.ts +18 -0
- package/lib/theme/util/statistic.js +97 -0
- package/lib/time-picker/index.d.ts +6 -14
- package/lib/time-picker/index.js +11 -11
- package/lib/timeline/Timeline.d.ts +3 -3
- package/lib/timeline/Timeline.js +22 -12
- package/lib/timeline/TimelineItem.js +5 -5
- package/lib/timeline/index.d.ts +2 -2
- package/lib/timeline/style/index.d.ts +4 -2
- package/lib/timeline/style/index.js +156 -2
- package/lib/tooltip/PurePanel.d.ts +5 -0
- package/lib/tooltip/PurePanel.js +60 -0
- package/lib/tooltip/index.d.ts +14 -23
- package/lib/tooltip/index.js +49 -43
- package/lib/tooltip/style/index.d.ts +7 -2
- package/lib/tooltip/style/index.js +132 -2
- package/lib/tooltip/util.d.ts +6 -0
- package/lib/tooltip/util.js +36 -0
- package/lib/tour/PurePanel.d.ts +6 -0
- package/lib/tour/PurePanel.js +75 -0
- package/lib/tour/index.d.ts +7 -0
- package/lib/tour/index.js +86 -0
- package/lib/tour/interface.d.ts +28 -0
- package/lib/tour/interface.js +5 -0
- package/lib/tour/panelRender.d.ts +4 -0
- package/lib/tour/panelRender.js +132 -0
- package/lib/tour/style/index.d.ts +4 -0
- package/lib/tour/style/index.js +189 -0
- package/lib/transfer/ListBody.js +2 -2
- package/lib/transfer/ListItem.js +6 -6
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/index.js +26 -7
- package/lib/transfer/list.js +13 -13
- package/lib/transfer/style/index.d.ts +7 -8
- package/lib/transfer/style/index.js +276 -8
- package/lib/tree/DirectoryTree.js +1 -1
- package/lib/tree/Tree.js +19 -8
- package/lib/tree/index.d.ts +4 -4
- package/lib/tree/style/index.d.ts +13 -2
- package/lib/tree/style/index.js +353 -2
- package/lib/tree/utils/dropIndicator.js +1 -1
- package/lib/tree/utils/iconUtil.js +7 -7
- package/lib/tree-select/index.d.ts +7 -8
- package/lib/tree-select/index.js +37 -10
- package/lib/tree-select/style/index.d.ts +1 -4
- package/lib/tree-select/style/index.js +53 -4
- package/lib/typography/Base/index.js +4 -4
- package/lib/typography/Editable.d.ts +1 -1
- package/lib/typography/Editable.js +13 -5
- package/lib/typography/Title.js +1 -1
- package/lib/typography/Typography.js +19 -10
- package/lib/typography/style/index.d.ts +9 -4
- package/lib/typography/style/index.js +70 -4
- package/lib/typography/style/mixins.d.ts +9 -0
- package/lib/typography/style/mixins.js +236 -0
- package/lib/upload/Upload.js +28 -19
- package/lib/upload/UploadList/ListItem.js +17 -35
- package/lib/upload/UploadList/index.js +14 -12
- package/lib/upload/index.d.ts +5 -5
- package/lib/upload/interface.d.ts +1 -0
- package/lib/upload/style/dragger.d.ts +4 -0
- package/lib/upload/style/dragger.js +59 -0
- package/lib/upload/style/index.d.ts +10 -5
- package/lib/upload/style/index.js +58 -5
- package/lib/upload/style/list.d.ts +4 -0
- package/lib/upload/style/list.js +101 -0
- package/lib/upload/style/motion.d.ts +4 -0
- package/lib/upload/style/motion.js +50 -0
- package/lib/upload/style/picture.d.ts +5 -0
- package/lib/upload/style/picture.js +173 -0
- package/lib/upload/style/rtl.d.ts +4 -0
- package/lib/upload/style/rtl.js +21 -0
- package/lib/upload/utils.js +1 -1
- package/lib/version/token-meta.json +1 -0
- package/lib/version/token.json +1 -0
- package/lib/version/version.d.ts +1 -1
- package/lib/version/version.js +1 -1
- package/package.json +27 -49
- package/dist/fui.min.css +0 -2
- package/dist/fui.min.js +0 -1
- package/es/_util/wave.d.ts +0 -32
- package/es/_util/wave.js +0 -247
- package/es/affix/style/css.js +0 -2
- package/es/affix/style/index-pure.less +0 -6
- package/es/affix/style/index.css +0 -8
- package/es/affix/style/index.less +0 -3
- package/es/alert/style/css.js +0 -2
- package/es/alert/style/index-pure.less +0 -155
- package/es/alert/style/index.css +0 -156
- package/es/alert/style/index.less +0 -3
- package/es/alert/style/rtl.less +0 -40
- package/es/anchor/style/css.js +0 -4
- package/es/anchor/style/index-pure.less +0 -86
- package/es/anchor/style/index.css +0 -100
- package/es/anchor/style/index.less +0 -3
- package/es/anchor/style/rtl.less +0 -35
- package/es/auto-complete/style/css.js +0 -4
- package/es/auto-complete/style/index-pure.less +0 -16
- package/es/auto-complete/style/index.css +0 -18
- package/es/auto-complete/style/index.d.ts +0 -3
- package/es/auto-complete/style/index.js +0 -4
- package/es/auto-complete/style/index.less +0 -3
- package/es/avatar/style/css.js +0 -5
- package/es/avatar/style/group.less +0 -17
- package/es/avatar/style/index-pure.less +0 -70
- package/es/avatar/style/index.css +0 -108
- package/es/avatar/style/index.less +0 -3
- package/es/avatar/style/rtl.less +0 -15
- package/es/back-top/style/css.js +0 -2
- package/es/back-top/style/index-pure.less +0 -49
- package/es/back-top/style/index.css +0 -66
- package/es/back-top/style/index.less +0 -3
- package/es/back-top/style/responsive.less +0 -21
- package/es/badge/style/css.js +0 -2
- package/es/badge/style/index-pure.less +0 -281
- package/es/badge/style/index.css +0 -460
- package/es/badge/style/index.less +0 -3
- package/es/badge/style/ribbon.less +0 -81
- package/es/badge/style/rtl.less +0 -100
- package/es/breadcrumb/style/css.js +0 -5
- package/es/breadcrumb/style/index-pure.less +0 -64
- package/es/breadcrumb/style/index.css +0 -77
- package/es/breadcrumb/style/index.less +0 -3
- package/es/breadcrumb/style/rtl.less +0 -29
- package/es/button/style/css.js +0 -2
- package/es/button/style/index-pure.less +0 -293
- package/es/button/style/index.css +0 -1987
- package/es/button/style/index.less +0 -3
- package/es/button/style/mixin.less +0 -589
- package/es/button/style/rtl.less +0 -90
- package/es/button/style/space-compact.less +0 -88
- package/es/calendar/style/css.js +0 -7
- package/es/calendar/style/index-pure.less +0 -196
- package/es/calendar/style/index.css +0 -175
- package/es/calendar/style/index.less +0 -3
- package/es/calendar/style/rtl.less +0 -46
- package/es/card/style/css.js +0 -5
- package/es/card/style/index-pure.less +0 -276
- package/es/card/style/index.css +0 -275
- package/es/card/style/index.less +0 -3
- package/es/card/style/size.less +0 -20
- package/es/carousel/style/css.js +0 -2
- package/es/carousel/style/index-pure.less +0 -304
- package/es/carousel/style/index.css +0 -286
- package/es/carousel/style/index.less +0 -3
- package/es/carousel/style/rtl.less +0 -54
- package/es/cascader/style/css.js +0 -5
- package/es/cascader/style/index-pure.less +0 -108
- package/es/cascader/style/index.css +0 -332
- package/es/cascader/style/index.less +0 -3
- package/es/cascader/style/rtl.less +0 -19
- package/es/checkbox/style/css.js +0 -2
- package/es/checkbox/style/index-pure.less +0 -6
- package/es/checkbox/style/index.css +0 -225
- package/es/checkbox/style/index.less +0 -3
- package/es/checkbox/style/mixin.less +0 -241
- package/es/checkbox/style/rtl.less +0 -28
- package/es/col/style/css.js +0 -4
- package/es/collapse/style/css.js +0 -2
- package/es/collapse/style/index-pure.less +0 -174
- package/es/collapse/style/index.css +0 -174
- package/es/collapse/style/index.less +0 -3
- package/es/collapse/style/rtl.less +0 -68
- package/es/comment/index.d.ts +0 -23
- package/es/comment/index.js +0 -77
- package/es/comment/style/css.js +0 -2
- package/es/comment/style/index-pure.less +0 -105
- package/es/comment/style/index.css +0 -112
- package/es/comment/style/index.d.ts +0 -2
- package/es/comment/style/index.js +0 -2
- package/es/comment/style/index.less +0 -3
- package/es/comment/style/rtl.less +0 -51
- package/es/config-provider/style/css.js +0 -1
- package/es/config-provider/style/index-pure.less +0 -2
- package/es/config-provider/style/index.css +0 -4
- package/es/config-provider/style/index.less +0 -3
- package/es/date-picker/PickerTag.d.ts +0 -3
- package/es/date-picker/PickerTag.js +0 -8
- package/es/date-picker/style/css.js +0 -4
- package/es/date-picker/style/index-pure.less +0 -366
- package/es/date-picker/style/index.css +0 -1099
- package/es/date-picker/style/index.less +0 -3
- package/es/date-picker/style/panel.less +0 -677
- package/es/date-picker/style/rtl.less +0 -246
- package/es/date-picker/style/status.less +0 -38
- package/es/descriptions/style/css.js +0 -2
- package/es/descriptions/style/index-pure.less +0 -179
- package/es/descriptions/style/index.css +0 -139
- package/es/descriptions/style/index.less +0 -3
- package/es/descriptions/style/rtl.less +0 -33
- package/es/divider/style/css.js +0 -2
- package/es/divider/style/index-pure.less +0 -137
- package/es/divider/style/index.css +0 -126
- package/es/divider/style/index.less +0 -3
- package/es/divider/style/rtl.less +0 -38
- package/es/drawer/style/css.js +0 -3
- package/es/drawer/style/drawer.less +0 -160
- package/es/drawer/style/index-pure.less +0 -7
- package/es/drawer/style/index.css +0 -265
- package/es/drawer/style/index.less +0 -3
- package/es/drawer/style/motion.less +0 -146
- package/es/drawer/style/rtl.less +0 -16
- package/es/dropdown/style/css.js +0 -6
- package/es/dropdown/style/index-pure.less +0 -389
- package/es/dropdown/style/index.css +0 -400
- package/es/dropdown/style/index.less +0 -3
- package/es/dropdown/style/rtl.less +0 -90
- package/es/dropdown/style/status.less +0 -14
- package/es/empty/style/css.js +0 -2
- package/es/empty/style/index-pure.less +0 -151
- package/es/empty/style/index.css +0 -72
- package/es/empty/style/index.less +0 -3
- package/es/empty/style/rtl.less +0 -10
- package/es/form/style/components.less +0 -16
- package/es/form/style/css.js +0 -5
- package/es/form/style/horizontal.less +0 -22
- package/es/form/style/index-pure.less +0 -332
- package/es/form/style/index.css +0 -572
- package/es/form/style/index.less +0 -3
- package/es/form/style/inline.less +0 -38
- package/es/form/style/mixin.less +0 -78
- package/es/form/style/rtl.less +0 -204
- package/es/form/style/status.less +0 -42
- package/es/form/style/vertical.less +0 -93
- package/es/grid/style/css.js +0 -2
- package/es/grid/style/index-pure.less +0 -124
- package/es/grid/style/index.css +0 -5185
- package/es/grid/style/index.less +0 -3
- package/es/grid/style/mixin.less +0 -56
- package/es/grid/style/rtl.less +0 -69
- package/es/icon/style/css.js +0 -2
- package/es/icon/style/index-pure.less +0 -4
- package/es/icon/style/index.css +0 -4
- package/es/icon/style/index.d.ts +0 -2
- package/es/icon/style/index.js +0 -2
- package/es/icon/style/index.less +0 -3
- package/es/image/style/css.js +0 -2
- package/es/image/style/index-pure.less +0 -203
- package/es/image/style/index.css +0 -232
- package/es/image/style/index.less +0 -3
- package/es/input/style/IE11.less +0 -20
- package/es/input/style/affix.less +0 -78
- package/es/input/style/allow-clear.less +0 -43
- package/es/input/style/css.js +0 -5
- package/es/input/style/index-pure.less +0 -88
- package/es/input/style/index.css +0 -929
- package/es/input/style/index.less +0 -3
- package/es/input/style/mixin.less +0 -470
- package/es/input/style/rtl.less +0 -210
- package/es/input/style/search-input.less +0 -117
- package/es/input/style/status.less +0 -42
- package/es/input-number/style/affix.less +0 -83
- package/es/input-number/style/css.js +0 -2
- package/es/input-number/style/index-pure.less +0 -243
- package/es/input-number/style/index.css +0 -915
- package/es/input-number/style/index.less +0 -3
- package/es/input-number/style/rtl.less +0 -71
- package/es/input-number/style/status.less +0 -29
- package/es/layout/style/css.js +0 -2
- package/es/layout/style/index-pure.less +0 -145
- package/es/layout/style/index.css +0 -128
- package/es/layout/style/index.less +0 -3
- package/es/layout/style/light.less +0 -11
- package/es/layout/style/rtl.less +0 -10
- package/es/list/style/bordered.less +0 -44
- package/es/list/style/css.js +0 -7
- package/es/list/style/customize.less +0 -13
- package/es/list/style/index-pure.less +0 -249
- package/es/list/style/index.css +0 -317
- package/es/list/style/index.less +0 -3
- package/es/list/style/responsive.less +0 -43
- package/es/list/style/rtl.less +0 -139
- package/es/locale/default.d.ts +0 -3
- package/es/locale/default.js +0 -132
- package/es/locale-provider/default.d.ts +0 -2
- package/es/locale-provider/default.js +0 -2
- package/es/locale-provider/style/css.js +0 -1
- package/es/locale-provider/style/index-pure.less +0 -2
- package/es/locale-provider/style/index.css +0 -4
- package/es/locale-provider/style/index.d.ts +0 -1
- package/es/locale-provider/style/index.js +0 -1
- package/es/locale-provider/style/index.less +0 -3
- package/es/mentions/style/css.js +0 -4
- package/es/mentions/style/index-pure.less +0 -179
- package/es/mentions/style/index.css +0 -322
- package/es/mentions/style/index.less +0 -3
- package/es/mentions/style/rtl.less +0 -10
- package/es/mentions/style/status.less +0 -16
- package/es/menu/style/css.js +0 -5
- package/es/menu/style/dark.less +0 -177
- package/es/menu/style/index-pure.less +0 -700
- package/es/menu/style/index.css +0 -919
- package/es/menu/style/index.less +0 -3
- package/es/menu/style/light.less +0 -12
- package/es/menu/style/rtl.less +0 -165
- package/es/menu/style/status.less +0 -49
- package/es/message/hooks/useMessage.d.ts +0 -7
- package/es/message/hooks/useMessage.js +0 -84
- package/es/message/style/css.js +0 -2
- package/es/message/style/index-pure.less +0 -74
- package/es/message/style/index.css +0 -78
- package/es/message/style/index.less +0 -3
- package/es/message/style/rtl.less +0 -17
- package/es/modal/style/confirm.less +0 -79
- package/es/modal/style/css.js +0 -5
- package/es/modal/style/index-pure.less +0 -7
- package/es/modal/style/index.css +0 -255
- package/es/modal/style/index.less +0 -3
- package/es/modal/style/modal.less +0 -136
- package/es/modal/style/rtl.less +0 -74
- package/es/notification/hooks/useNotification.d.ts +0 -7
- package/es/notification/hooks/useNotification.js +0 -55
- package/es/notification/style/css.js +0 -2
- package/es/notification/style/index-pure.less +0 -207
- package/es/notification/style/index.css +0 -246
- package/es/notification/style/index.less +0 -3
- package/es/notification/style/placement.less +0 -68
- package/es/notification/style/rtl.less +0 -53
- package/es/page-header/index.d.ts +0 -24
- package/es/page-header/index.js +0 -165
- package/es/page-header/style/css.js +0 -5
- package/es/page-header/style/index-pure.less +0 -122
- package/es/page-header/style/index.css +0 -151
- package/es/page-header/style/index.d.ts +0 -4
- package/es/page-header/style/index.js +0 -5
- package/es/page-header/style/index.less +0 -3
- package/es/page-header/style/rtl.less +0 -77
- package/es/pagination/style/css.js +0 -5
- package/es/pagination/style/index-pure.less +0 -472
- package/es/pagination/style/index.css +0 -553
- package/es/pagination/style/index.less +0 -3
- package/es/pagination/style/rtl.less +0 -55
- package/es/popconfirm/style/css.js +0 -6
- package/es/popconfirm/style/index-pure.less +0 -8
- package/es/popconfirm/style/index.css +0 -7
- package/es/popconfirm/style/index.less +0 -3
- package/es/popover/style/css.js +0 -3
- package/es/popover/style/index-pure.less +0 -261
- package/es/popover/style/index.css +0 -329
- package/es/popover/style/index.less +0 -3
- package/es/popover/style/rtl.less +0 -39
- package/es/progress/style/css.js +0 -2
- package/es/progress/style/index-pure.less +0 -210
- package/es/progress/style/index.css +0 -190
- package/es/progress/style/index.less +0 -3
- package/es/progress/style/rtl.less +0 -37
- package/es/radio/style/css.js +0 -2
- package/es/radio/style/index-pure.less +0 -371
- package/es/radio/style/index.css +0 -349
- package/es/radio/style/index.less +0 -3
- package/es/radio/style/rtl.less +0 -61
- package/es/rate/style/css.js +0 -4
- package/es/rate/style/index-pure.less +0 -91
- package/es/rate/style/index.css +0 -94
- package/es/rate/style/index.less +0 -3
- package/es/rate/style/rtl.less +0 -21
- package/es/result/style/css.js +0 -2
- package/es/result/style/index-pure.less +0 -75
- package/es/result/style/index.css +0 -68
- package/es/result/style/index.less +0 -3
- package/es/result/style/rtl.less +0 -25
- package/es/row/style/css.js +0 -4
- package/es/segmented/style/css.js +0 -2
- package/es/segmented/style/index-pure.less +0 -122
- package/es/segmented/style/index.css +0 -132
- package/es/segmented/style/index.less +0 -3
- package/es/segmented/style/mixins.less +0 -24
- package/es/segmented/style/rtl.less +0 -15
- package/es/select/style/css.js +0 -4
- package/es/select/style/index-pure.less +0 -333
- package/es/select/style/index.css +0 -740
- package/es/select/style/index.less +0 -3
- package/es/select/style/multiple.less +0 -222
- package/es/select/style/rtl.less +0 -168
- package/es/select/style/single.less +0 -172
- package/es/select/style/status.less +0 -49
- package/es/skeleton/style/css.js +0 -2
- package/es/skeleton/style/index-pure.less +0 -290
- package/es/skeleton/style/index.css +0 -282
- package/es/skeleton/style/index.less +0 -3
- package/es/skeleton/style/rtl.less +0 -48
- package/es/slider/style/css.js +0 -4
- package/es/slider/style/index-pure.less +0 -215
- package/es/slider/style/index.css +0 -202
- package/es/slider/style/index.less +0 -3
- package/es/slider/style/rtl.less +0 -49
- package/es/space/style/compact.less +0 -17
- package/es/space/style/css.js +0 -2
- package/es/space/style/index-pure.less +0 -40
- package/es/space/style/index.css +0 -41
- package/es/space/style/index.less +0 -3
- package/es/space/style/rtl.less +0 -14
- package/es/spin/style/css.js +0 -2
- package/es/spin/style/index-pure.less +0 -218
- package/es/spin/style/index.css +0 -198
- package/es/spin/style/index.less +0 -3
- package/es/spin/style/rtl.less +0 -20
- package/es/statistic/style/css.js +0 -4
- package/es/statistic/style/index-pure.less +0 -44
- package/es/statistic/style/index.css +0 -53
- package/es/statistic/style/index.less +0 -3
- package/es/statistic/style/rtl.less +0 -21
- package/es/steps/style/css.js +0 -5
- package/es/steps/style/custom-icon.less +0 -32
- package/es/steps/style/index-pure.less +0 -255
- package/es/steps/style/index.css +0 -754
- package/es/steps/style/index.less +0 -3
- package/es/steps/style/label-placement.less +0 -45
- package/es/steps/style/nav.less +0 -134
- package/es/steps/style/progress-dot.less +0 -113
- package/es/steps/style/progress.less +0 -36
- package/es/steps/style/rtl.less +0 -271
- package/es/steps/style/small.less +0 -48
- package/es/steps/style/vertical.less +0 -73
- package/es/style/color/bezierEasing.less +0 -110
- package/es/style/color/colorPalette.less +0 -85
- package/es/style/color/colors.less +0 -162
- package/es/style/color/tinyColor.less +0 -1184
- package/es/style/compact.less +0 -4
- package/es/style/core/base.less +0 -10
- package/es/style/core/global.less +0 -491
- package/es/style/core/iconfont.less +0 -22
- package/es/style/core/index.less +0 -5
- package/es/style/core/motion/fade.less +0 -34
- package/es/style/core/motion/move.less +0 -129
- package/es/style/core/motion/other.less +0 -51
- package/es/style/core/motion/slide.less +0 -129
- package/es/style/core/motion/zoom.less +0 -179
- package/es/style/core/motion.less +0 -22
- package/es/style/dark.less +0 -4
- package/es/style/default.less +0 -4
- package/es/style/index.less +0 -3
- package/es/style/mixins/box.less +0 -7
- package/es/style/mixins/clearfix.less +0 -16
- package/es/style/mixins/compact-item-vertical.less +0 -41
- package/es/style/mixins/compact-item.less +0 -133
- package/es/style/mixins/compatibility.less +0 -13
- package/es/style/mixins/customize.less +0 -181
- package/es/style/mixins/iconfont.less +0 -28
- package/es/style/mixins/index.less +0 -16
- package/es/style/mixins/modal-mask.less +0 -30
- package/es/style/mixins/motion.less +0 -33
- package/es/style/mixins/operation-unit.less +0 -15
- package/es/style/mixins/reset.less +0 -11
- package/es/style/mixins/rounded-arrow.less +0 -44
- package/es/style/mixins/size.less +0 -10
- package/es/style/mixins/typography.less +0 -58
- package/es/style/theme.less +0 -34
- package/es/style/themes/compact.less +0 -295
- package/es/style/themes/dark.less +0 -457
- package/es/style/themes/default.less +0 -1084
- package/es/style/themes/index.less +0 -7
- package/es/style/themes/variable.less +0 -1139
- package/es/style/variable.less +0 -4
- package/es/switch/style/css.js +0 -2
- package/es/switch/style/index-pure.less +0 -154
- package/es/switch/style/index.css +0 -153
- package/es/switch/style/index.less +0 -3
- package/es/switch/style/rtl.less +0 -52
- package/es/table/style/bordered.less +0 -136
- package/es/table/style/css.js +0 -15
- package/es/table/style/index-pure.less +0 -763
- package/es/table/style/index.css +0 -845
- package/es/table/style/index.less +0 -3
- package/es/table/style/radius.less +0 -49
- package/es/table/style/rtl.less +0 -168
- package/es/table/style/size.less +0 -51
- package/es/tabs/style/card.less +0 -98
- package/es/tabs/style/css.js +0 -2
- package/es/tabs/style/dropdown.less +0 -82
- package/es/tabs/style/index-pure.less +0 -253
- package/es/tabs/style/index.css +0 -630
- package/es/tabs/style/index.less +0 -3
- package/es/tabs/style/position.less +0 -198
- package/es/tabs/style/rtl.less +0 -86
- package/es/tabs/style/size.less +0 -42
- package/es/tag/style/css.js +0 -2
- package/es/tag/style/index-pure.less +0 -129
- package/es/tag/style/index.css +0 -247
- package/es/tag/style/index.less +0 -3
- package/es/tag/style/rtl.less +0 -28
- package/es/time-picker/style/css.js +0 -4
- package/es/time-picker/style/index-pure.less +0 -3
- package/es/time-picker/style/index.css +0 -4
- package/es/time-picker/style/index.d.ts +0 -3
- package/es/time-picker/style/index.js +0 -4
- package/es/time-picker/style/index.less +0 -3
- package/es/timeline/style/css.js +0 -2
- package/es/timeline/style/index-pure.less +0 -185
- package/es/timeline/style/index.css +0 -236
- package/es/timeline/style/index.less +0 -3
- package/es/timeline/style/rtl.less +0 -135
- package/es/tooltip/style/css.js +0 -2
- package/es/tooltip/style/index-pure.less +0 -224
- package/es/tooltip/style/index.css +0 -274
- package/es/tooltip/style/index.less +0 -3
- package/es/tooltip/style/rtl.less +0 -14
- package/es/transfer/style/css.js +0 -9
- package/es/transfer/style/customize.less +0 -52
- package/es/transfer/style/index-pure.less +0 -222
- package/es/transfer/style/index.css +0 -281
- package/es/transfer/style/index.less +0 -3
- package/es/transfer/style/rtl.less +0 -71
- package/es/transfer/style/status.less +0 -31
- package/es/tree/style/css.js +0 -2
- package/es/tree/style/directory.less +0 -72
- package/es/tree/style/index-pure.less +0 -16
- package/es/tree/style/index.css +0 -532
- package/es/tree/style/index.less +0 -3
- package/es/tree/style/mixin.less +0 -337
- package/es/tree/style/rtl.less +0 -72
- package/es/tree-select/style/css.js +0 -6
- package/es/tree-select/style/index-pure.less +0 -57
- package/es/tree-select/style/index.css +0 -481
- package/es/tree-select/style/index.less +0 -3
- package/es/typography/style/css.js +0 -5
- package/es/typography/style/index-pure.less +0 -314
- package/es/typography/style/index.css +0 -369
- package/es/typography/style/index.less +0 -3
- package/es/typography/style/rtl.less +0 -54
- package/es/upload/style/css.js +0 -7
- package/es/upload/style/index-pure.less +0 -565
- package/es/upload/style/index.css +0 -588
- package/es/upload/style/index.less +0 -3
- package/es/upload/style/rtl.less +0 -165
- package/es/version/style/css.js +0 -2
- package/es/version/style/index.d.ts +0 -1
- package/es/version/style/index.js +0 -2
- package/es/version/token.d.ts +0 -319
- package/es/version/token.js +0 -318
- package/lib/_util/wave.d.ts +0 -32
- package/lib/_util/wave.js +0 -270
- package/lib/affix/style/css.js +0 -5
- package/lib/affix/style/index-pure.less +0 -6
- package/lib/affix/style/index.css +0 -8
- package/lib/affix/style/index.less +0 -3
- package/lib/alert/style/css.js +0 -5
- package/lib/alert/style/index-pure.less +0 -155
- package/lib/alert/style/index.css +0 -156
- package/lib/alert/style/index.less +0 -3
- package/lib/alert/style/rtl.less +0 -40
- package/lib/anchor/style/css.js +0 -7
- package/lib/anchor/style/index-pure.less +0 -86
- package/lib/anchor/style/index.css +0 -100
- package/lib/anchor/style/index.less +0 -3
- package/lib/anchor/style/rtl.less +0 -35
- package/lib/auto-complete/style/css.js +0 -7
- package/lib/auto-complete/style/index-pure.less +0 -16
- package/lib/auto-complete/style/index.css +0 -18
- package/lib/auto-complete/style/index.d.ts +0 -3
- package/lib/auto-complete/style/index.js +0 -7
- package/lib/auto-complete/style/index.less +0 -3
- package/lib/avatar/style/css.js +0 -7
- package/lib/avatar/style/group.less +0 -17
- package/lib/avatar/style/index-pure.less +0 -70
- package/lib/avatar/style/index.css +0 -108
- package/lib/avatar/style/index.less +0 -3
- package/lib/avatar/style/rtl.less +0 -15
- package/lib/back-top/style/css.js +0 -5
- package/lib/back-top/style/index-pure.less +0 -49
- package/lib/back-top/style/index.css +0 -66
- package/lib/back-top/style/index.less +0 -3
- package/lib/back-top/style/responsive.less +0 -21
- package/lib/badge/style/css.js +0 -5
- package/lib/badge/style/index-pure.less +0 -281
- package/lib/badge/style/index.css +0 -460
- package/lib/badge/style/index.less +0 -3
- package/lib/badge/style/ribbon.less +0 -81
- package/lib/badge/style/rtl.less +0 -100
- package/lib/breadcrumb/style/css.js +0 -9
- package/lib/breadcrumb/style/index-pure.less +0 -64
- package/lib/breadcrumb/style/index.css +0 -77
- package/lib/breadcrumb/style/index.less +0 -3
- package/lib/breadcrumb/style/rtl.less +0 -29
- package/lib/button/style/css.js +0 -5
- package/lib/button/style/index-pure.less +0 -293
- package/lib/button/style/index.css +0 -1987
- package/lib/button/style/index.less +0 -3
- package/lib/button/style/mixin.less +0 -589
- package/lib/button/style/rtl.less +0 -90
- package/lib/button/style/space-compact.less +0 -88
- package/lib/calendar/style/css.js +0 -11
- package/lib/calendar/style/index-pure.less +0 -196
- package/lib/calendar/style/index.css +0 -175
- package/lib/calendar/style/index.less +0 -3
- package/lib/calendar/style/rtl.less +0 -46
- package/lib/card/style/css.js +0 -9
- package/lib/card/style/index-pure.less +0 -276
- package/lib/card/style/index.css +0 -275
- package/lib/card/style/index.less +0 -3
- package/lib/card/style/size.less +0 -20
- package/lib/carousel/style/css.js +0 -5
- package/lib/carousel/style/index-pure.less +0 -304
- package/lib/carousel/style/index.css +0 -286
- package/lib/carousel/style/index.less +0 -3
- package/lib/carousel/style/rtl.less +0 -54
- package/lib/cascader/style/css.js +0 -9
- package/lib/cascader/style/index-pure.less +0 -108
- package/lib/cascader/style/index.css +0 -332
- package/lib/cascader/style/index.less +0 -3
- package/lib/cascader/style/rtl.less +0 -19
- package/lib/checkbox/style/css.js +0 -5
- package/lib/checkbox/style/index-pure.less +0 -6
- package/lib/checkbox/style/index.css +0 -225
- package/lib/checkbox/style/index.less +0 -3
- package/lib/checkbox/style/mixin.less +0 -241
- package/lib/checkbox/style/rtl.less +0 -28
- package/lib/col/style/css.js +0 -5
- package/lib/collapse/style/css.js +0 -5
- package/lib/collapse/style/index-pure.less +0 -174
- package/lib/collapse/style/index.css +0 -174
- package/lib/collapse/style/index.less +0 -3
- package/lib/collapse/style/rtl.less +0 -68
- package/lib/comment/index.d.ts +0 -23
- package/lib/comment/index.js +0 -92
- package/lib/comment/style/css.js +0 -5
- package/lib/comment/style/index-pure.less +0 -105
- package/lib/comment/style/index.css +0 -112
- package/lib/comment/style/index.d.ts +0 -2
- package/lib/comment/style/index.js +0 -5
- package/lib/comment/style/index.less +0 -3
- package/lib/comment/style/rtl.less +0 -51
- package/lib/config-provider/style/css.js +0 -3
- package/lib/config-provider/style/index-pure.less +0 -2
- package/lib/config-provider/style/index.css +0 -4
- package/lib/config-provider/style/index.less +0 -3
- package/lib/date-picker/PickerTag.d.ts +0 -3
- package/lib/date-picker/PickerTag.js +0 -22
- package/lib/date-picker/style/css.js +0 -7
- package/lib/date-picker/style/index-pure.less +0 -366
- package/lib/date-picker/style/index.css +0 -1099
- package/lib/date-picker/style/index.less +0 -3
- package/lib/date-picker/style/panel.less +0 -677
- package/lib/date-picker/style/rtl.less +0 -246
- package/lib/date-picker/style/status.less +0 -38
- package/lib/descriptions/style/css.js +0 -5
- package/lib/descriptions/style/index-pure.less +0 -179
- package/lib/descriptions/style/index.css +0 -139
- package/lib/descriptions/style/index.less +0 -3
- package/lib/descriptions/style/rtl.less +0 -33
- package/lib/divider/style/css.js +0 -5
- package/lib/divider/style/index-pure.less +0 -137
- package/lib/divider/style/index.css +0 -126
- package/lib/divider/style/index.less +0 -3
- package/lib/divider/style/rtl.less +0 -38
- package/lib/drawer/style/css.js +0 -5
- package/lib/drawer/style/drawer.less +0 -160
- package/lib/drawer/style/index-pure.less +0 -7
- package/lib/drawer/style/index.css +0 -265
- package/lib/drawer/style/index.less +0 -3
- package/lib/drawer/style/motion.less +0 -146
- package/lib/drawer/style/rtl.less +0 -16
- package/lib/dropdown/style/css.js +0 -11
- package/lib/dropdown/style/index-pure.less +0 -389
- package/lib/dropdown/style/index.css +0 -400
- package/lib/dropdown/style/index.less +0 -3
- package/lib/dropdown/style/rtl.less +0 -90
- package/lib/dropdown/style/status.less +0 -14
- package/lib/empty/style/css.js +0 -5
- package/lib/empty/style/index-pure.less +0 -151
- package/lib/empty/style/index.css +0 -72
- package/lib/empty/style/index.less +0 -3
- package/lib/empty/style/rtl.less +0 -10
- package/lib/form/style/components.less +0 -16
- package/lib/form/style/css.js +0 -9
- package/lib/form/style/horizontal.less +0 -22
- package/lib/form/style/index-pure.less +0 -332
- package/lib/form/style/index.css +0 -572
- package/lib/form/style/index.less +0 -3
- package/lib/form/style/inline.less +0 -38
- package/lib/form/style/mixin.less +0 -78
- package/lib/form/style/rtl.less +0 -204
- package/lib/form/style/status.less +0 -42
- package/lib/form/style/vertical.less +0 -93
- package/lib/grid/style/css.js +0 -5
- package/lib/grid/style/index-pure.less +0 -124
- package/lib/grid/style/index.css +0 -5185
- package/lib/grid/style/index.less +0 -3
- package/lib/grid/style/mixin.less +0 -56
- package/lib/grid/style/rtl.less +0 -69
- package/lib/icon/style/css.js +0 -5
- package/lib/icon/style/index-pure.less +0 -4
- package/lib/icon/style/index.css +0 -4
- package/lib/icon/style/index.d.ts +0 -2
- package/lib/icon/style/index.js +0 -5
- package/lib/icon/style/index.less +0 -3
- package/lib/image/style/css.js +0 -5
- package/lib/image/style/index-pure.less +0 -203
- package/lib/image/style/index.css +0 -232
- package/lib/image/style/index.less +0 -3
- package/lib/input/style/IE11.less +0 -20
- package/lib/input/style/affix.less +0 -78
- package/lib/input/style/allow-clear.less +0 -43
- package/lib/input/style/css.js +0 -7
- package/lib/input/style/index-pure.less +0 -88
- package/lib/input/style/index.css +0 -929
- package/lib/input/style/index.less +0 -3
- package/lib/input/style/mixin.less +0 -470
- package/lib/input/style/rtl.less +0 -210
- package/lib/input/style/search-input.less +0 -117
- package/lib/input/style/status.less +0 -42
- package/lib/input-number/style/affix.less +0 -83
- package/lib/input-number/style/css.js +0 -5
- package/lib/input-number/style/index-pure.less +0 -243
- package/lib/input-number/style/index.css +0 -915
- package/lib/input-number/style/index.less +0 -3
- package/lib/input-number/style/rtl.less +0 -71
- package/lib/input-number/style/status.less +0 -29
- package/lib/layout/style/css.js +0 -5
- package/lib/layout/style/index-pure.less +0 -145
- package/lib/layout/style/index.css +0 -128
- package/lib/layout/style/index.less +0 -3
- package/lib/layout/style/light.less +0 -11
- package/lib/layout/style/rtl.less +0 -10
- package/lib/list/style/bordered.less +0 -44
- package/lib/list/style/css.js +0 -13
- package/lib/list/style/customize.less +0 -13
- package/lib/list/style/index-pure.less +0 -249
- package/lib/list/style/index.css +0 -317
- package/lib/list/style/index.less +0 -3
- package/lib/list/style/responsive.less +0 -43
- package/lib/list/style/rtl.less +0 -139
- package/lib/locale/default.d.ts +0 -3
- package/lib/locale/default.js +0 -147
- package/lib/locale-provider/default.d.ts +0 -2
- package/lib/locale-provider/default.js +0 -13
- package/lib/locale-provider/style/css.js +0 -3
- package/lib/locale-provider/style/index-pure.less +0 -2
- package/lib/locale-provider/style/index.css +0 -4
- package/lib/locale-provider/style/index.d.ts +0 -1
- package/lib/locale-provider/style/index.js +0 -3
- package/lib/locale-provider/style/index.less +0 -3
- package/lib/mentions/style/css.js +0 -7
- package/lib/mentions/style/index-pure.less +0 -179
- package/lib/mentions/style/index.css +0 -322
- package/lib/mentions/style/index.less +0 -3
- package/lib/mentions/style/rtl.less +0 -10
- package/lib/mentions/style/status.less +0 -16
- package/lib/menu/style/css.js +0 -7
- package/lib/menu/style/dark.less +0 -177
- package/lib/menu/style/index-pure.less +0 -700
- package/lib/menu/style/index.css +0 -919
- package/lib/menu/style/index.less +0 -3
- package/lib/menu/style/light.less +0 -12
- package/lib/menu/style/rtl.less +0 -165
- package/lib/menu/style/status.less +0 -49
- package/lib/message/hooks/useMessage.d.ts +0 -7
- package/lib/message/hooks/useMessage.js +0 -103
- package/lib/message/style/css.js +0 -5
- package/lib/message/style/index-pure.less +0 -74
- package/lib/message/style/index.css +0 -78
- package/lib/message/style/index.less +0 -3
- package/lib/message/style/rtl.less +0 -17
- package/lib/modal/style/confirm.less +0 -79
- package/lib/modal/style/css.js +0 -7
- package/lib/modal/style/index-pure.less +0 -7
- package/lib/modal/style/index.css +0 -255
- package/lib/modal/style/index.less +0 -3
- package/lib/modal/style/modal.less +0 -136
- package/lib/modal/style/rtl.less +0 -74
- package/lib/notification/hooks/useNotification.d.ts +0 -7
- package/lib/notification/hooks/useNotification.js +0 -71
- package/lib/notification/style/css.js +0 -5
- package/lib/notification/style/index-pure.less +0 -207
- package/lib/notification/style/index.css +0 -246
- package/lib/notification/style/index.less +0 -3
- package/lib/notification/style/placement.less +0 -68
- package/lib/notification/style/rtl.less +0 -53
- package/lib/page-header/index.d.ts +0 -24
- package/lib/page-header/index.js +0 -191
- package/lib/page-header/style/css.js +0 -9
- package/lib/page-header/style/index-pure.less +0 -122
- package/lib/page-header/style/index.css +0 -151
- package/lib/page-header/style/index.d.ts +0 -4
- package/lib/page-header/style/index.js +0 -9
- package/lib/page-header/style/index.less +0 -3
- package/lib/page-header/style/rtl.less +0 -77
- package/lib/pagination/style/css.js +0 -7
- package/lib/pagination/style/index-pure.less +0 -472
- package/lib/pagination/style/index.css +0 -553
- package/lib/pagination/style/index.less +0 -3
- package/lib/pagination/style/rtl.less +0 -55
- package/lib/popconfirm/style/css.js +0 -9
- package/lib/popconfirm/style/index-pure.less +0 -8
- package/lib/popconfirm/style/index.css +0 -7
- package/lib/popconfirm/style/index.less +0 -3
- package/lib/popover/style/css.js +0 -5
- package/lib/popover/style/index-pure.less +0 -261
- package/lib/popover/style/index.css +0 -329
- package/lib/popover/style/index.less +0 -3
- package/lib/popover/style/rtl.less +0 -39
- package/lib/progress/style/css.js +0 -5
- package/lib/progress/style/index-pure.less +0 -210
- package/lib/progress/style/index.css +0 -190
- package/lib/progress/style/index.less +0 -3
- package/lib/progress/style/rtl.less +0 -37
- package/lib/radio/style/css.js +0 -5
- package/lib/radio/style/index-pure.less +0 -371
- package/lib/radio/style/index.css +0 -349
- package/lib/radio/style/index.less +0 -3
- package/lib/radio/style/rtl.less +0 -61
- package/lib/rate/style/css.js +0 -7
- package/lib/rate/style/index-pure.less +0 -91
- package/lib/rate/style/index.css +0 -94
- package/lib/rate/style/index.less +0 -3
- package/lib/rate/style/rtl.less +0 -21
- package/lib/result/style/css.js +0 -5
- package/lib/result/style/index-pure.less +0 -75
- package/lib/result/style/index.css +0 -68
- package/lib/result/style/index.less +0 -3
- package/lib/result/style/rtl.less +0 -25
- package/lib/row/style/css.js +0 -5
- package/lib/segmented/style/css.js +0 -5
- package/lib/segmented/style/index-pure.less +0 -122
- package/lib/segmented/style/index.css +0 -132
- package/lib/segmented/style/index.less +0 -3
- package/lib/segmented/style/mixins.less +0 -24
- package/lib/segmented/style/rtl.less +0 -15
- package/lib/select/style/css.js +0 -7
- package/lib/select/style/index-pure.less +0 -333
- package/lib/select/style/index.css +0 -740
- package/lib/select/style/index.less +0 -3
- package/lib/select/style/multiple.less +0 -222
- package/lib/select/style/rtl.less +0 -168
- package/lib/select/style/single.less +0 -172
- package/lib/select/style/status.less +0 -49
- package/lib/skeleton/style/css.js +0 -5
- package/lib/skeleton/style/index-pure.less +0 -290
- package/lib/skeleton/style/index.css +0 -282
- package/lib/skeleton/style/index.less +0 -3
- package/lib/skeleton/style/rtl.less +0 -48
- package/lib/slider/style/css.js +0 -7
- package/lib/slider/style/index-pure.less +0 -215
- package/lib/slider/style/index.css +0 -202
- package/lib/slider/style/index.less +0 -3
- package/lib/slider/style/rtl.less +0 -49
- package/lib/space/style/compact.less +0 -17
- package/lib/space/style/css.js +0 -5
- package/lib/space/style/index-pure.less +0 -40
- package/lib/space/style/index.css +0 -41
- package/lib/space/style/index.less +0 -3
- package/lib/space/style/rtl.less +0 -14
- package/lib/spin/style/css.js +0 -5
- package/lib/spin/style/index-pure.less +0 -218
- package/lib/spin/style/index.css +0 -198
- package/lib/spin/style/index.less +0 -3
- package/lib/spin/style/rtl.less +0 -20
- package/lib/statistic/style/css.js +0 -7
- package/lib/statistic/style/index-pure.less +0 -44
- package/lib/statistic/style/index.css +0 -53
- package/lib/statistic/style/index.less +0 -3
- package/lib/statistic/style/rtl.less +0 -21
- package/lib/steps/style/css.js +0 -7
- package/lib/steps/style/custom-icon.less +0 -32
- package/lib/steps/style/index-pure.less +0 -255
- package/lib/steps/style/index.css +0 -754
- package/lib/steps/style/index.less +0 -3
- package/lib/steps/style/label-placement.less +0 -45
- package/lib/steps/style/nav.less +0 -134
- package/lib/steps/style/progress-dot.less +0 -113
- package/lib/steps/style/progress.less +0 -36
- package/lib/steps/style/rtl.less +0 -271
- package/lib/steps/style/small.less +0 -48
- package/lib/steps/style/vertical.less +0 -73
- package/lib/style/color/bezierEasing.less +0 -110
- package/lib/style/color/colorPalette.less +0 -85
- package/lib/style/color/colors.less +0 -162
- package/lib/style/color/tinyColor.less +0 -1184
- package/lib/style/compact.less +0 -4
- package/lib/style/core/base.less +0 -10
- package/lib/style/core/global.less +0 -491
- package/lib/style/core/iconfont.less +0 -22
- package/lib/style/core/index.less +0 -5
- package/lib/style/core/motion/fade.less +0 -34
- package/lib/style/core/motion/move.less +0 -129
- package/lib/style/core/motion/other.less +0 -51
- package/lib/style/core/motion/slide.less +0 -129
- package/lib/style/core/motion/zoom.less +0 -179
- package/lib/style/core/motion.less +0 -22
- package/lib/style/dark.less +0 -4
- package/lib/style/default.less +0 -4
- package/lib/style/index.less +0 -3
- package/lib/style/mixins/box.less +0 -7
- package/lib/style/mixins/clearfix.less +0 -16
- package/lib/style/mixins/compact-item-vertical.less +0 -41
- package/lib/style/mixins/compact-item.less +0 -133
- package/lib/style/mixins/compatibility.less +0 -13
- package/lib/style/mixins/customize.less +0 -181
- package/lib/style/mixins/iconfont.less +0 -28
- package/lib/style/mixins/index.less +0 -16
- package/lib/style/mixins/modal-mask.less +0 -30
- package/lib/style/mixins/motion.less +0 -33
- package/lib/style/mixins/operation-unit.less +0 -15
- package/lib/style/mixins/reset.less +0 -11
- package/lib/style/mixins/rounded-arrow.less +0 -44
- package/lib/style/mixins/size.less +0 -10
- package/lib/style/mixins/typography.less +0 -58
- package/lib/style/theme.less +0 -34
- package/lib/style/themes/compact.less +0 -295
- package/lib/style/themes/dark.less +0 -457
- package/lib/style/themes/default.less +0 -1084
- package/lib/style/themes/index.less +0 -7
- package/lib/style/themes/variable.less +0 -1139
- package/lib/style/variable.less +0 -4
- package/lib/switch/style/css.js +0 -5
- package/lib/switch/style/index-pure.less +0 -154
- package/lib/switch/style/index.css +0 -153
- package/lib/switch/style/index.less +0 -3
- package/lib/switch/style/rtl.less +0 -52
- package/lib/table/style/bordered.less +0 -136
- package/lib/table/style/css.js +0 -25
- package/lib/table/style/index-pure.less +0 -763
- package/lib/table/style/index.css +0 -845
- package/lib/table/style/index.less +0 -3
- package/lib/table/style/radius.less +0 -49
- package/lib/table/style/rtl.less +0 -168
- package/lib/table/style/size.less +0 -51
- package/lib/tabs/style/card.less +0 -98
- package/lib/tabs/style/css.js +0 -5
- package/lib/tabs/style/dropdown.less +0 -82
- package/lib/tabs/style/index-pure.less +0 -253
- package/lib/tabs/style/index.css +0 -630
- package/lib/tabs/style/index.less +0 -3
- package/lib/tabs/style/position.less +0 -198
- package/lib/tabs/style/rtl.less +0 -86
- package/lib/tabs/style/size.less +0 -42
- package/lib/tag/style/css.js +0 -5
- package/lib/tag/style/index-pure.less +0 -129
- package/lib/tag/style/index.css +0 -247
- package/lib/tag/style/index.less +0 -3
- package/lib/tag/style/rtl.less +0 -28
- package/lib/time-picker/style/css.js +0 -7
- package/lib/time-picker/style/index-pure.less +0 -3
- package/lib/time-picker/style/index.css +0 -4
- package/lib/time-picker/style/index.d.ts +0 -3
- package/lib/time-picker/style/index.js +0 -7
- package/lib/time-picker/style/index.less +0 -3
- package/lib/timeline/style/css.js +0 -5
- package/lib/timeline/style/index-pure.less +0 -185
- package/lib/timeline/style/index.css +0 -236
- package/lib/timeline/style/index.less +0 -3
- package/lib/timeline/style/rtl.less +0 -135
- package/lib/tooltip/style/css.js +0 -5
- package/lib/tooltip/style/index-pure.less +0 -224
- package/lib/tooltip/style/index.css +0 -274
- package/lib/tooltip/style/index.less +0 -3
- package/lib/tooltip/style/rtl.less +0 -14
- package/lib/transfer/style/css.js +0 -17
- package/lib/transfer/style/customize.less +0 -52
- package/lib/transfer/style/index-pure.less +0 -222
- package/lib/transfer/style/index.css +0 -281
- package/lib/transfer/style/index.less +0 -3
- package/lib/transfer/style/rtl.less +0 -71
- package/lib/transfer/style/status.less +0 -31
- package/lib/tree/style/css.js +0 -5
- package/lib/tree/style/directory.less +0 -72
- package/lib/tree/style/index-pure.less +0 -16
- package/lib/tree/style/index.css +0 -532
- package/lib/tree/style/index.less +0 -3
- package/lib/tree/style/mixin.less +0 -337
- package/lib/tree/style/rtl.less +0 -72
- package/lib/tree-select/style/css.js +0 -9
- package/lib/tree-select/style/index-pure.less +0 -57
- package/lib/tree-select/style/index.css +0 -481
- package/lib/tree-select/style/index.less +0 -3
- package/lib/typography/style/css.js +0 -9
- package/lib/typography/style/index-pure.less +0 -314
- package/lib/typography/style/index.css +0 -369
- package/lib/typography/style/index.less +0 -3
- package/lib/typography/style/rtl.less +0 -54
- package/lib/upload/style/css.js +0 -11
- package/lib/upload/style/index-pure.less +0 -565
- package/lib/upload/style/index.css +0 -588
- package/lib/upload/style/index.less +0 -3
- package/lib/upload/style/rtl.less +0 -165
- package/lib/version/style/css.js +0 -3
- package/lib/version/style/index.d.ts +0 -1
- package/lib/version/style/index.js +0 -3
- package/lib/version/token.d.ts +0 -319
- package/lib/version/token.js +0 -325
package/lib/tooltip/index.js
CHANGED
|
@@ -25,8 +25,6 @@ var React = _interopRequireWildcard(require("react"));
|
|
|
25
25
|
|
|
26
26
|
var _configProvider = require("../config-provider");
|
|
27
27
|
|
|
28
|
-
var _colors = require("../_util/colors");
|
|
29
|
-
|
|
30
28
|
var _motion = require("../_util/motion");
|
|
31
29
|
|
|
32
30
|
var _placements = _interopRequireDefault(require("../_util/placements"));
|
|
@@ -35,6 +33,12 @@ var _reactNode = require("../_util/reactNode");
|
|
|
35
33
|
|
|
36
34
|
var _warning = _interopRequireDefault(require("../_util/warning"));
|
|
37
35
|
|
|
36
|
+
var _PurePanel = _interopRequireDefault(require("./PurePanel"));
|
|
37
|
+
|
|
38
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
39
|
+
|
|
40
|
+
var _util = require("./util");
|
|
41
|
+
|
|
38
42
|
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
39
43
|
var t = {};
|
|
40
44
|
|
|
@@ -61,12 +65,11 @@ var splitObject = function splitObject(obj, keys) {
|
|
|
61
65
|
picked: picked,
|
|
62
66
|
omitted: omitted
|
|
63
67
|
};
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
var PresetColorRegex = new RegExp("^(".concat(_colors.PresetColorTypes.join('|'), ")(-inverse)?$")); // Fix Tooltip won't hide at disabled button
|
|
68
|
+
}; // Fix Tooltip won't hide at disabled button
|
|
67
69
|
// mouse events don't trigger at disabled button in Chrome
|
|
68
70
|
// https://github.com/react-component/tooltip/issues/18
|
|
69
71
|
|
|
72
|
+
|
|
70
73
|
function getDisabledCompatibleChildren(element, prefixCls) {
|
|
71
74
|
var elementType = element.type;
|
|
72
75
|
|
|
@@ -92,7 +95,7 @@ function getDisabledCompatibleChildren(element, prefixCls) {
|
|
|
92
95
|
});
|
|
93
96
|
return /*#__PURE__*/React.createElement("span", {
|
|
94
97
|
style: spanStyle,
|
|
95
|
-
className: (0, _classnames["default"])(element.props.className,
|
|
98
|
+
className: (0, _classnames["default"])(element.props.className, prefixCls + "-disabled-compatible-wrapper")
|
|
96
99
|
}, child);
|
|
97
100
|
}
|
|
98
101
|
|
|
@@ -100,13 +103,22 @@ function getDisabledCompatibleChildren(element, prefixCls) {
|
|
|
100
103
|
}
|
|
101
104
|
|
|
102
105
|
var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
103
|
-
var
|
|
106
|
+
var _a, _b;
|
|
107
|
+
|
|
108
|
+
var customizePrefixCls = props.prefixCls,
|
|
109
|
+
openClassName = props.openClassName,
|
|
110
|
+
getTooltipContainer = props.getTooltipContainer,
|
|
111
|
+
overlayClassName = props.overlayClassName,
|
|
112
|
+
color = props.color,
|
|
113
|
+
overlayInnerStyle = props.overlayInnerStyle,
|
|
114
|
+
children = props.children,
|
|
115
|
+
afterOpenChange = props.afterOpenChange,
|
|
116
|
+
afterVisibleChange = props.afterVisibleChange;
|
|
104
117
|
|
|
105
118
|
var _React$useContext = React.useContext(_configProvider.ConfigContext),
|
|
106
119
|
getContextPopupContainer = _React$useContext.getPopupContainer,
|
|
107
120
|
getPrefixCls = _React$useContext.getPrefixCls,
|
|
108
|
-
direction = _React$useContext.direction;
|
|
109
|
-
|
|
121
|
+
direction = _React$useContext.direction;
|
|
110
122
|
|
|
111
123
|
if (process.env.NODE_ENV !== 'production') {
|
|
112
124
|
[['visible', 'open'], ['defaultVisible', 'defaultOpen'], ['onVisibleChange', 'onOpenChange'], ['afterVisibleChange', 'afterOpenChange']].forEach(function (_ref) {
|
|
@@ -114,13 +126,13 @@ var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
114
126
|
deprecatedName = _ref2[0],
|
|
115
127
|
newName = _ref2[1];
|
|
116
128
|
|
|
117
|
-
process.env.NODE_ENV !== "production" ? (0, _warning["default"])(!(deprecatedName in props), 'Tooltip', "`"
|
|
129
|
+
process.env.NODE_ENV !== "production" ? (0, _warning["default"])(!(deprecatedName in props), 'Tooltip', "`" + deprecatedName + "` is deprecated, please use `" + newName + "` instead.") : void 0;
|
|
118
130
|
});
|
|
119
131
|
}
|
|
120
132
|
|
|
121
133
|
var _useMergedState = (0, _useMergedState3["default"])(false, {
|
|
122
|
-
value: props.open !==
|
|
123
|
-
defaultValue: props.defaultOpen !==
|
|
134
|
+
value: (_a = props.open) !== null && _a !== void 0 ? _a : props.visible,
|
|
135
|
+
defaultValue: (_b = props.defaultOpen) !== null && _b !== void 0 ? _b : props.defaultVisible
|
|
124
136
|
}),
|
|
125
137
|
_useMergedState2 = (0, _slicedToArray2["default"])(_useMergedState, 2),
|
|
126
138
|
open = _useMergedState2[0],
|
|
@@ -177,18 +189,18 @@ var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
177
189
|
};
|
|
178
190
|
|
|
179
191
|
if (/top|Bottom/.test(placement)) {
|
|
180
|
-
transformOrigin.top =
|
|
192
|
+
transformOrigin.top = rect.height - align.offset[1] + "px";
|
|
181
193
|
} else if (/Top|bottom/.test(placement)) {
|
|
182
|
-
transformOrigin.top =
|
|
194
|
+
transformOrigin.top = -align.offset[1] + "px";
|
|
183
195
|
}
|
|
184
196
|
|
|
185
197
|
if (/left|Right/.test(placement)) {
|
|
186
|
-
transformOrigin.left =
|
|
198
|
+
transformOrigin.left = rect.width - align.offset[0] + "px";
|
|
187
199
|
} else if (/right|Left/.test(placement)) {
|
|
188
|
-
transformOrigin.left =
|
|
200
|
+
transformOrigin.left = -align.offset[0] + "px";
|
|
189
201
|
}
|
|
190
202
|
|
|
191
|
-
domNode.style.transformOrigin =
|
|
203
|
+
domNode.style.transformOrigin = transformOrigin.left + " " + transformOrigin.top;
|
|
192
204
|
};
|
|
193
205
|
|
|
194
206
|
var getOverlay = function getOverlay() {
|
|
@@ -209,17 +221,12 @@ var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
209
221
|
mouseEnterDelay = _props$mouseEnterDela === void 0 ? 0.1 : _props$mouseEnterDela,
|
|
210
222
|
_props$mouseLeaveDela = props.mouseLeaveDelay,
|
|
211
223
|
mouseLeaveDelay = _props$mouseLeaveDela === void 0 ? 0.1 : _props$mouseLeaveDela,
|
|
212
|
-
|
|
224
|
+
overlayStyle = props.overlayStyle,
|
|
225
|
+
otherProps = __rest(props, ["getPopupContainer", "placement", "mouseEnterDelay", "mouseLeaveDelay", "overlayStyle"]);
|
|
213
226
|
|
|
214
|
-
var customizePrefixCls = props.prefixCls,
|
|
215
|
-
openClassName = props.openClassName,
|
|
216
|
-
getTooltipContainer = props.getTooltipContainer,
|
|
217
|
-
overlayClassName = props.overlayClassName,
|
|
218
|
-
color = props.color,
|
|
219
|
-
overlayInnerStyle = props.overlayInnerStyle,
|
|
220
|
-
children = props.children;
|
|
221
227
|
var prefixCls = getPrefixCls('tooltip', customizePrefixCls);
|
|
222
228
|
var rootPrefixCls = getPrefixCls();
|
|
229
|
+
var injectFromPopover = props['data-popover-inject'];
|
|
223
230
|
var tempOpen = open; // Hide tooltip when there is no title
|
|
224
231
|
|
|
225
232
|
if (!('open' in props) && !('visible' in props) && isNoTitle()) {
|
|
@@ -228,38 +235,36 @@ var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
228
235
|
|
|
229
236
|
var child = getDisabledCompatibleChildren((0, _reactNode.isValidElement)(children) && !(0, _reactNode.isFragment)(children) ? children : /*#__PURE__*/React.createElement("span", null, children), prefixCls);
|
|
230
237
|
var childProps = child.props;
|
|
231
|
-
var childCls = !childProps.className || typeof childProps.className === 'string' ? (0, _classnames["default"])(childProps.className, (0, _defineProperty2["default"])({}, openClassName ||
|
|
232
|
-
|
|
233
|
-
var
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
background: color
|
|
239
|
-
}); // @ts-ignore
|
|
240
|
-
|
|
241
|
-
arrowContentStyle = {
|
|
242
|
-
'--antd-arrow-background-color': color
|
|
243
|
-
};
|
|
244
|
-
}
|
|
238
|
+
var childCls = !childProps.className || typeof childProps.className === 'string' ? (0, _classnames["default"])(childProps.className, (0, _defineProperty2["default"])({}, openClassName || prefixCls + "-open", true)) : childProps.className; // Style
|
|
239
|
+
|
|
240
|
+
var _useStyle = (0, _style["default"])(prefixCls, !injectFromPopover),
|
|
241
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
242
|
+
wrapSSR = _useStyle2[0],
|
|
243
|
+
hashId = _useStyle2[1]; // Color
|
|
244
|
+
|
|
245
245
|
|
|
246
|
-
|
|
246
|
+
var colorInfo = (0, _util.parseColor)(prefixCls, color);
|
|
247
|
+
var formattedOverlayInnerStyle = (0, _extends2["default"])((0, _extends2["default"])({}, overlayInnerStyle), colorInfo.overlayStyle);
|
|
248
|
+
var arrowContentStyle = colorInfo.arrowStyle;
|
|
249
|
+
var customOverlayClassName = (0, _classnames["default"])(overlayClassName, (0, _defineProperty2["default"])({}, prefixCls + "-rtl", direction === 'rtl'), colorInfo.className, hashId);
|
|
250
|
+
return wrapSSR( /*#__PURE__*/React.createElement(_rcTooltip["default"], (0, _extends2["default"])({}, otherProps, {
|
|
247
251
|
placement: placement,
|
|
248
252
|
mouseEnterDelay: mouseEnterDelay,
|
|
249
253
|
mouseLeaveDelay: mouseLeaveDelay,
|
|
250
254
|
prefixCls: prefixCls,
|
|
251
255
|
overlayClassName: customOverlayClassName,
|
|
256
|
+
overlayStyle: (0, _extends2["default"])((0, _extends2["default"])({}, arrowContentStyle), overlayStyle),
|
|
252
257
|
getTooltipContainer: getPopupContainer || getTooltipContainer || getContextPopupContainer,
|
|
253
258
|
ref: ref,
|
|
254
259
|
builtinPlacements: getTooltipPlacements(),
|
|
255
260
|
overlay: getOverlay(),
|
|
256
261
|
visible: tempOpen,
|
|
257
262
|
onVisibleChange: onOpenChange,
|
|
263
|
+
afterVisibleChange: afterOpenChange !== null && afterOpenChange !== void 0 ? afterOpenChange : afterVisibleChange,
|
|
258
264
|
onPopupAlign: onPopupAlign,
|
|
259
265
|
overlayInnerStyle: formattedOverlayInnerStyle,
|
|
260
266
|
arrowContent: /*#__PURE__*/React.createElement("span", {
|
|
261
|
-
className:
|
|
262
|
-
style: arrowContentStyle
|
|
267
|
+
className: prefixCls + "-arrow-content"
|
|
263
268
|
}),
|
|
264
269
|
motion: {
|
|
265
270
|
motionName: (0, _motion.getTransitionName)(rootPrefixCls, 'zoom-big-fast', props.transitionName),
|
|
@@ -267,12 +272,13 @@ var Tooltip = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
|
267
272
|
}
|
|
268
273
|
}), tempOpen ? (0, _reactNode.cloneElement)(child, {
|
|
269
274
|
className: childCls
|
|
270
|
-
}) : child);
|
|
275
|
+
}) : child));
|
|
271
276
|
});
|
|
272
277
|
|
|
273
278
|
if (process.env.NODE_ENV !== 'production') {
|
|
274
279
|
Tooltip.displayName = 'Tooltip';
|
|
275
280
|
}
|
|
276
281
|
|
|
282
|
+
Tooltip._InternalPanelDoNotUseOrYouWillBeFired = _PurePanel["default"];
|
|
277
283
|
var _default = Tooltip;
|
|
278
284
|
exports["default"] = _default;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
import '../../
|
|
2
|
-
|
|
1
|
+
import type { UseComponentStyleResult } from '../../theme/internal';
|
|
2
|
+
export interface ComponentToken {
|
|
3
|
+
zIndexPopup: number;
|
|
4
|
+
colorBgDefault: string;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: (prefixCls: string, injectStyle: boolean) => UseComponentStyleResult;
|
|
7
|
+
export default _default;
|
|
@@ -1,5 +1,135 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
|
|
4
4
|
|
|
5
|
-
require("
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports["default"] = void 0;
|
|
11
|
+
|
|
12
|
+
var _extends3 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
13
|
+
|
|
14
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
|
+
|
|
16
|
+
var _motion = require("../../style/motion");
|
|
17
|
+
|
|
18
|
+
var _internal = require("../../theme/internal");
|
|
19
|
+
|
|
20
|
+
var _style = require("../../style");
|
|
21
|
+
|
|
22
|
+
var _placementArrow = _interopRequireWildcard(require("../../style/placementArrow"));
|
|
23
|
+
|
|
24
|
+
var generatorTooltipPresetColor = function generatorTooltipPresetColor(token) {
|
|
25
|
+
var componentCls = token.componentCls;
|
|
26
|
+
return _internal.PresetColors.reduce(function (previousValue, currentValue) {
|
|
27
|
+
var _previousValue;
|
|
28
|
+
|
|
29
|
+
var lightColor = token[currentValue + "-6"];
|
|
30
|
+
previousValue["&" + componentCls + "-" + currentValue] = (_previousValue = {}, (0, _defineProperty2["default"])(_previousValue, componentCls + "-inner", {
|
|
31
|
+
backgroundColor: lightColor
|
|
32
|
+
}), (0, _defineProperty2["default"])(_previousValue, componentCls + "-arrow", {
|
|
33
|
+
'--antd-arrow-background-color': lightColor
|
|
34
|
+
}), _previousValue);
|
|
35
|
+
return previousValue;
|
|
36
|
+
}, {});
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
var genTooltipStyle = function genTooltipStyle(token) {
|
|
40
|
+
var _extends2;
|
|
41
|
+
|
|
42
|
+
var componentCls = token.componentCls,
|
|
43
|
+
tooltipMaxWidth = token.tooltipMaxWidth,
|
|
44
|
+
tooltipColor = token.tooltipColor,
|
|
45
|
+
tooltipBg = token.tooltipBg,
|
|
46
|
+
tooltipBorderRadius = token.tooltipBorderRadius,
|
|
47
|
+
zIndexPopup = token.zIndexPopup,
|
|
48
|
+
controlHeight = token.controlHeight,
|
|
49
|
+
boxShadowSecondary = token.boxShadowSecondary,
|
|
50
|
+
paddingSM = token.paddingSM,
|
|
51
|
+
paddingXS = token.paddingXS,
|
|
52
|
+
tooltipRadiusOuter = token.tooltipRadiusOuter;
|
|
53
|
+
return [(0, _defineProperty2["default"])({}, componentCls, (0, _extends3["default"])((0, _extends3["default"])((0, _extends3["default"])((0, _extends3["default"])({}, (0, _style.resetComponent)(token)), (_extends2 = {
|
|
54
|
+
position: 'absolute',
|
|
55
|
+
zIndex: zIndexPopup,
|
|
56
|
+
display: 'block',
|
|
57
|
+
'&': [{
|
|
58
|
+
width: 'max-content'
|
|
59
|
+
}, {
|
|
60
|
+
width: 'intrinsic'
|
|
61
|
+
}],
|
|
62
|
+
maxWidth: tooltipMaxWidth,
|
|
63
|
+
visibility: 'visible',
|
|
64
|
+
'&-hidden': {
|
|
65
|
+
display: 'none'
|
|
66
|
+
},
|
|
67
|
+
'--antd-arrow-background-color': tooltipBg
|
|
68
|
+
}, (0, _defineProperty2["default"])(_extends2, componentCls + "-inner", {
|
|
69
|
+
minWidth: controlHeight,
|
|
70
|
+
minHeight: controlHeight,
|
|
71
|
+
padding: paddingSM / 2 + "px " + paddingXS + "px",
|
|
72
|
+
color: tooltipColor,
|
|
73
|
+
textAlign: 'start',
|
|
74
|
+
textDecoration: 'none',
|
|
75
|
+
wordWrap: 'break-word',
|
|
76
|
+
backgroundColor: tooltipBg,
|
|
77
|
+
borderRadius: tooltipBorderRadius,
|
|
78
|
+
boxShadow: boxShadowSecondary
|
|
79
|
+
}), (0, _defineProperty2["default"])(_extends2, ["&-placement-left", "&-placement-leftTop", "&-placement-leftBottom", "&-placement-right", "&-placement-rightTop", "&-placement-rightBottom"].join(','), (0, _defineProperty2["default"])({}, componentCls + "-inner", {
|
|
80
|
+
borderRadius: tooltipBorderRadius > _placementArrow.MAX_VERTICAL_CONTENT_RADIUS ? _placementArrow.MAX_VERTICAL_CONTENT_RADIUS : tooltipBorderRadius
|
|
81
|
+
})), (0, _defineProperty2["default"])(_extends2, componentCls + "-content", {
|
|
82
|
+
position: 'relative'
|
|
83
|
+
}), _extends2)), generatorTooltipPresetColor(token)), {
|
|
84
|
+
// RTL
|
|
85
|
+
'&-rtl': {
|
|
86
|
+
direction: 'rtl'
|
|
87
|
+
}
|
|
88
|
+
})), // Arrow Style
|
|
89
|
+
(0, _placementArrow["default"])((0, _internal.mergeToken)(token, {
|
|
90
|
+
borderRadiusOuter: tooltipRadiusOuter
|
|
91
|
+
}), {
|
|
92
|
+
colorBg: 'var(--antd-arrow-background-color)',
|
|
93
|
+
showArrowCls: '',
|
|
94
|
+
contentRadius: tooltipBorderRadius,
|
|
95
|
+
limitVerticalRadius: true
|
|
96
|
+
}), // Pure Render
|
|
97
|
+
(0, _defineProperty2["default"])({}, componentCls + "-pure", {
|
|
98
|
+
position: 'relative',
|
|
99
|
+
maxWidth: 'none'
|
|
100
|
+
})];
|
|
101
|
+
}; // ============================== Export ==============================
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
var _default = function _default(prefixCls, injectStyle) {
|
|
105
|
+
var useOriginHook = (0, _internal.genComponentStyleHook)('Tooltip', function (token) {
|
|
106
|
+
// Popover use Tooltip as internal component. We do not need to handle this.
|
|
107
|
+
if (injectStyle === false) {
|
|
108
|
+
return [];
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
var borderRadius = token.borderRadius,
|
|
112
|
+
colorTextLightSolid = token.colorTextLightSolid,
|
|
113
|
+
colorBgDefault = token.colorBgDefault,
|
|
114
|
+
borderRadiusOuter = token.borderRadiusOuter;
|
|
115
|
+
var TooltipToken = (0, _internal.mergeToken)(token, {
|
|
116
|
+
// default variables
|
|
117
|
+
tooltipMaxWidth: 250,
|
|
118
|
+
tooltipColor: colorTextLightSolid,
|
|
119
|
+
tooltipBorderRadius: borderRadius,
|
|
120
|
+
tooltipBg: colorBgDefault,
|
|
121
|
+
tooltipRadiusOuter: borderRadiusOuter > 4 ? 4 : borderRadiusOuter
|
|
122
|
+
});
|
|
123
|
+
return [genTooltipStyle(TooltipToken), (0, _motion.initZoomMotion)(token, 'zoom-big-fast')];
|
|
124
|
+
}, function (_ref3) {
|
|
125
|
+
var zIndexPopupBase = _ref3.zIndexPopupBase,
|
|
126
|
+
colorBgSpotlight = _ref3.colorBgSpotlight;
|
|
127
|
+
return {
|
|
128
|
+
zIndexPopup: zIndexPopupBase + 70,
|
|
129
|
+
colorBgDefault: colorBgSpotlight
|
|
130
|
+
};
|
|
131
|
+
});
|
|
132
|
+
return useOriginHook(prefixCls);
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.parseColor = parseColor;
|
|
9
|
+
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _colors = require("../_util/colors");
|
|
15
|
+
/* eslint-disable import/prefer-default-export */
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
var PresetColorRegex = new RegExp("^(" + _colors.PresetColorTypes.join('|') + ")(-inverse)?$");
|
|
19
|
+
|
|
20
|
+
function parseColor(prefixCls, color) {
|
|
21
|
+
var className = (0, _classnames["default"])((0, _defineProperty2["default"])({}, prefixCls + "-" + color, color && PresetColorRegex.test(color)));
|
|
22
|
+
var overlayStyle = {};
|
|
23
|
+
var arrowStyle = {};
|
|
24
|
+
|
|
25
|
+
if (color && !PresetColorRegex.test(color)) {
|
|
26
|
+
overlayStyle.background = color; // @ts-ignore
|
|
27
|
+
|
|
28
|
+
arrowStyle['--antd-arrow-background-color'] = color;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
return {
|
|
32
|
+
className: className,
|
|
33
|
+
overlayStyle: overlayStyle,
|
|
34
|
+
arrowStyle: arrowStyle
|
|
35
|
+
};
|
|
36
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports["default"] = void 0;
|
|
11
|
+
|
|
12
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
13
|
+
|
|
14
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
15
|
+
|
|
16
|
+
var React = _interopRequireWildcard(require("react"));
|
|
17
|
+
|
|
18
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
19
|
+
|
|
20
|
+
var _configProvider = require("../config-provider");
|
|
21
|
+
|
|
22
|
+
var _panelRender = _interopRequireDefault(require("./panelRender"));
|
|
23
|
+
|
|
24
|
+
var _PurePanel = require("../popover/PurePanel");
|
|
25
|
+
|
|
26
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
27
|
+
|
|
28
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
29
|
+
var t = {};
|
|
30
|
+
|
|
31
|
+
for (var p in s) {
|
|
32
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
36
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
37
|
+
}
|
|
38
|
+
return t;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
var PurePanel = function PurePanel(props) {
|
|
42
|
+
var customizePrefixCls = props.prefixCls,
|
|
43
|
+
_props$current = props.current,
|
|
44
|
+
current = _props$current === void 0 ? 0 : _props$current,
|
|
45
|
+
_props$total = props.total,
|
|
46
|
+
total = _props$total === void 0 ? 6 : _props$total,
|
|
47
|
+
className = props.className,
|
|
48
|
+
style = props.style,
|
|
49
|
+
type = props.type,
|
|
50
|
+
restProps = __rest(props, ["prefixCls", "current", "total", "className", "style", "type"]);
|
|
51
|
+
|
|
52
|
+
var _React$useContext = React.useContext(_configProvider.ConfigContext),
|
|
53
|
+
getPrefixCls = _React$useContext.getPrefixCls;
|
|
54
|
+
|
|
55
|
+
var prefixCls = getPrefixCls('tour', customizePrefixCls);
|
|
56
|
+
|
|
57
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
58
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
59
|
+
wrapSSR = _useStyle2[0],
|
|
60
|
+
hashId = _useStyle2[1];
|
|
61
|
+
|
|
62
|
+
var node = (0, _panelRender["default"])((0, _extends2["default"])((0, _extends2["default"])({}, restProps), {
|
|
63
|
+
prefixCls: prefixCls,
|
|
64
|
+
total: total
|
|
65
|
+
}), current, type);
|
|
66
|
+
return wrapSSR( /*#__PURE__*/React.createElement(_PurePanel.RawPurePanel, {
|
|
67
|
+
prefixCls: prefixCls,
|
|
68
|
+
hashId: hashId,
|
|
69
|
+
className: (0, _classnames["default"])(className, prefixCls + "-pure", type && prefixCls + "-" + type),
|
|
70
|
+
style: style
|
|
71
|
+
}, node)); // return node as React.ReactElement;
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
var _default = PurePanel;
|
|
75
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TourProps } from './interface';
|
|
3
|
+
import PurePanel from './PurePanel';
|
|
4
|
+
declare const Tour: React.ForwardRefRenderFunction<HTMLDivElement, TourProps> & {
|
|
5
|
+
_InternalPanelDoNotUseOrYouWillBeFired: typeof PurePanel;
|
|
6
|
+
};
|
|
7
|
+
export default Tour;
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard")["default"];
|
|
4
|
+
|
|
5
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
6
|
+
|
|
7
|
+
Object.defineProperty(exports, "__esModule", {
|
|
8
|
+
value: true
|
|
9
|
+
});
|
|
10
|
+
exports["default"] = void 0;
|
|
11
|
+
|
|
12
|
+
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
13
|
+
|
|
14
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
|
+
|
|
16
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
17
|
+
|
|
18
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
19
|
+
|
|
20
|
+
var _tour = _interopRequireDefault(require("@rc-component/tour"));
|
|
21
|
+
|
|
22
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
23
|
+
|
|
24
|
+
var _panelRender = _interopRequireDefault(require("./panelRender"));
|
|
25
|
+
|
|
26
|
+
var _configProvider = require("../config-provider");
|
|
27
|
+
|
|
28
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
29
|
+
|
|
30
|
+
var _PurePanel = _interopRequireDefault(require("./PurePanel"));
|
|
31
|
+
|
|
32
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
33
|
+
var t = {};
|
|
34
|
+
|
|
35
|
+
for (var p in s) {
|
|
36
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
40
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
41
|
+
}
|
|
42
|
+
return t;
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
var Tour = function Tour(props) {
|
|
46
|
+
var customizePrefixCls = props.prefixCls,
|
|
47
|
+
steps = props.steps,
|
|
48
|
+
current = props.current,
|
|
49
|
+
type = props.type,
|
|
50
|
+
rootClassName = props.rootClassName,
|
|
51
|
+
restProps = __rest(props, ["prefixCls", "steps", "current", "type", "rootClassName"]);
|
|
52
|
+
|
|
53
|
+
var _useContext = (0, _react.useContext)(_configProvider.ConfigContext),
|
|
54
|
+
getPrefixCls = _useContext.getPrefixCls,
|
|
55
|
+
direction = _useContext.direction;
|
|
56
|
+
|
|
57
|
+
var prefixCls = getPrefixCls('tour', customizePrefixCls);
|
|
58
|
+
|
|
59
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
60
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
61
|
+
wrapSSR = _useStyle2[0],
|
|
62
|
+
hashId = _useStyle2[1];
|
|
63
|
+
|
|
64
|
+
var customClassName = (0, _classnames["default"])((0, _defineProperty2["default"])({}, prefixCls + "-rtl", direction === 'rtl'), (0, _defineProperty2["default"])({}, prefixCls + "-primary", type === 'primary'), hashId, rootClassName);
|
|
65
|
+
|
|
66
|
+
var mergedRenderPanel = function mergedRenderPanel(stepProps, stepCurrent) {
|
|
67
|
+
return (0, _panelRender["default"])(stepProps, stepCurrent, type);
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
return wrapSSR( /*#__PURE__*/_react["default"].createElement(_tour["default"], (0, _extends2["default"])({}, restProps, {
|
|
71
|
+
rootClassName: customClassName,
|
|
72
|
+
prefixCls: prefixCls,
|
|
73
|
+
steps: steps,
|
|
74
|
+
current: current,
|
|
75
|
+
animated: true,
|
|
76
|
+
renderPanel: mergedRenderPanel
|
|
77
|
+
})));
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
if (process.env.NODE_ENV !== 'production') {
|
|
81
|
+
Tour.displayName = 'Tour';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
Tour._InternalPanelDoNotUseOrYouWillBeFired = _PurePanel["default"];
|
|
85
|
+
var _default = Tour;
|
|
86
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { TourProps as RCTourProps, TourStepProps as RCTourStepProps } from '@rc-component/tour';
|
|
3
|
+
export interface TourProps extends Omit<RCTourProps, 'renderPanel'> {
|
|
4
|
+
steps?: TourStepProps[];
|
|
5
|
+
className?: string;
|
|
6
|
+
prefixCls?: string;
|
|
7
|
+
current?: number;
|
|
8
|
+
stepRender?: (current: number, total: number) => ReactNode;
|
|
9
|
+
type?: 'default' | 'primary';
|
|
10
|
+
}
|
|
11
|
+
export interface TourStepProps extends RCTourStepProps {
|
|
12
|
+
cover?: ReactNode;
|
|
13
|
+
nextButtonProps?: {
|
|
14
|
+
children?: ReactNode;
|
|
15
|
+
onClick?: () => void;
|
|
16
|
+
};
|
|
17
|
+
prevButtonProps?: {
|
|
18
|
+
children?: ReactNode;
|
|
19
|
+
onClick?: () => void;
|
|
20
|
+
};
|
|
21
|
+
stepRender?: (current: number, total: number) => ReactNode;
|
|
22
|
+
type?: 'default' | 'primary';
|
|
23
|
+
}
|
|
24
|
+
export interface TourLocale {
|
|
25
|
+
Next: string;
|
|
26
|
+
Previous: string;
|
|
27
|
+
Finish: string;
|
|
28
|
+
}
|