@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/skeleton/Image.js
CHANGED
|
@@ -11,12 +11,16 @@ exports["default"] = void 0;
|
|
|
11
11
|
|
|
12
12
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
13
|
|
|
14
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
15
|
+
|
|
14
16
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
15
17
|
|
|
16
18
|
var React = _interopRequireWildcard(require("react"));
|
|
17
19
|
|
|
18
20
|
var _configProvider = require("../config-provider");
|
|
19
21
|
|
|
22
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
23
|
+
|
|
20
24
|
var path = 'M365.714286 329.142857q0 45.714286-32.036571 77.677714t-77.677714 32.036571-77.677714-32.036571-32.036571-77.677714 32.036571-77.677714 77.677714-32.036571 77.677714 32.036571 32.036571 77.677714zM950.857143 548.571429l0 256-804.571429 0 0-109.714286 182.857143-182.857143 91.428571 91.428571 292.571429-292.571429zM1005.714286 146.285714l-914.285714 0q-7.460571 0-12.873143 5.412571t-5.412571 12.873143l0 694.857143q0 7.460571 5.412571 12.873143t12.873143 5.412571l914.285714 0q7.460571 0 12.873143-5.412571t5.412571-12.873143l0-694.857143q0-7.460571-5.412571-12.873143t-12.873143-5.412571zM1097.142857 164.571429l0 694.857143q0 37.741714-26.843429 64.585143t-64.585143 26.843429l-914.285714 0q-37.741714 0-64.585143-26.843429t-26.843429-64.585143l0-694.857143q0-37.741714 26.843429-64.585143t64.585143-26.843429l914.285714 0q37.741714 0 64.585143 26.843429t26.843429 64.585143z';
|
|
21
25
|
|
|
22
26
|
var SkeletonImage = function SkeletonImage(props) {
|
|
@@ -29,20 +33,26 @@ var SkeletonImage = function SkeletonImage(props) {
|
|
|
29
33
|
getPrefixCls = _React$useContext.getPrefixCls;
|
|
30
34
|
|
|
31
35
|
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
|
32
|
-
|
|
33
|
-
|
|
36
|
+
|
|
37
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
38
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
39
|
+
wrapSSR = _useStyle2[0],
|
|
40
|
+
hashId = _useStyle2[1];
|
|
41
|
+
|
|
42
|
+
var cls = (0, _classnames["default"])(prefixCls, prefixCls + "-element", (0, _defineProperty2["default"])({}, prefixCls + "-active", active), className, hashId);
|
|
43
|
+
return wrapSSR( /*#__PURE__*/React.createElement("div", {
|
|
34
44
|
className: cls
|
|
35
45
|
}, /*#__PURE__*/React.createElement("div", {
|
|
36
|
-
className: (0, _classnames["default"])(
|
|
46
|
+
className: (0, _classnames["default"])(prefixCls + "-image", className),
|
|
37
47
|
style: style
|
|
38
48
|
}, /*#__PURE__*/React.createElement("svg", {
|
|
39
49
|
viewBox: "0 0 1098 1024",
|
|
40
50
|
xmlns: "http://www.w3.org/2000/svg",
|
|
41
|
-
className:
|
|
51
|
+
className: prefixCls + "-image-svg"
|
|
42
52
|
}, /*#__PURE__*/React.createElement("path", {
|
|
43
53
|
d: path,
|
|
44
|
-
className:
|
|
45
|
-
}))));
|
|
54
|
+
className: prefixCls + "-image-path"
|
|
55
|
+
})))));
|
|
46
56
|
};
|
|
47
57
|
|
|
48
58
|
var _default = SkeletonImage;
|
package/lib/skeleton/Input.js
CHANGED
|
@@ -13,6 +13,8 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
13
13
|
|
|
14
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
15
|
|
|
16
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
17
|
+
|
|
16
18
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
17
19
|
|
|
18
20
|
var _omit = _interopRequireDefault(require("rc-util/lib/omit"));
|
|
@@ -23,6 +25,8 @@ var _configProvider = require("../config-provider");
|
|
|
23
25
|
|
|
24
26
|
var _Element = _interopRequireDefault(require("./Element"));
|
|
25
27
|
|
|
28
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
29
|
+
|
|
26
30
|
var SkeletonInput = function SkeletonInput(props) {
|
|
27
31
|
var _classNames;
|
|
28
32
|
|
|
@@ -37,14 +41,20 @@ var SkeletonInput = function SkeletonInput(props) {
|
|
|
37
41
|
getPrefixCls = _React$useContext.getPrefixCls;
|
|
38
42
|
|
|
39
43
|
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
|
44
|
+
|
|
45
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
46
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
47
|
+
wrapSSR = _useStyle2[0],
|
|
48
|
+
hashId = _useStyle2[1];
|
|
49
|
+
|
|
40
50
|
var otherProps = (0, _omit["default"])(props, ['prefixCls']);
|
|
41
|
-
var cls = (0, _classnames["default"])(prefixCls,
|
|
42
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
51
|
+
var cls = (0, _classnames["default"])(prefixCls, prefixCls + "-element", (_classNames = {}, (0, _defineProperty2["default"])(_classNames, prefixCls + "-active", active), (0, _defineProperty2["default"])(_classNames, prefixCls + "-block", block), _classNames), className, hashId);
|
|
52
|
+
return wrapSSR( /*#__PURE__*/React.createElement("div", {
|
|
43
53
|
className: cls
|
|
44
54
|
}, /*#__PURE__*/React.createElement(_Element["default"], (0, _extends2["default"])({
|
|
45
|
-
prefixCls:
|
|
55
|
+
prefixCls: prefixCls + "-input",
|
|
46
56
|
size: size
|
|
47
|
-
}, otherProps)));
|
|
57
|
+
}, otherProps))));
|
|
48
58
|
};
|
|
49
59
|
|
|
50
60
|
var _default = SkeletonInput;
|
package/lib/skeleton/Node.js
CHANGED
|
@@ -11,12 +11,16 @@ exports["default"] = void 0;
|
|
|
11
11
|
|
|
12
12
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
13
|
|
|
14
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
15
|
+
|
|
14
16
|
var _DotChartOutlined = _interopRequireDefault(require("@ant-design/icons/DotChartOutlined"));
|
|
15
17
|
|
|
16
18
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
17
19
|
|
|
18
20
|
var React = _interopRequireWildcard(require("react"));
|
|
19
21
|
|
|
22
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
23
|
+
|
|
20
24
|
var _configProvider = require("../config-provider");
|
|
21
25
|
|
|
22
26
|
var SkeletonNode = function SkeletonNode(props) {
|
|
@@ -30,14 +34,20 @@ var SkeletonNode = function SkeletonNode(props) {
|
|
|
30
34
|
getPrefixCls = _React$useContext.getPrefixCls;
|
|
31
35
|
|
|
32
36
|
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
|
33
|
-
|
|
37
|
+
|
|
38
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
39
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
40
|
+
wrapSSR = _useStyle2[0],
|
|
41
|
+
hashId = _useStyle2[1];
|
|
42
|
+
|
|
43
|
+
var cls = (0, _classnames["default"])(prefixCls, prefixCls + "-element", (0, _defineProperty2["default"])({}, prefixCls + "-active", active), hashId, className);
|
|
34
44
|
var content = children !== null && children !== void 0 ? children : /*#__PURE__*/React.createElement(_DotChartOutlined["default"], null);
|
|
35
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
45
|
+
return wrapSSR( /*#__PURE__*/React.createElement("div", {
|
|
36
46
|
className: cls
|
|
37
47
|
}, /*#__PURE__*/React.createElement("div", {
|
|
38
|
-
className: (0, _classnames["default"])(
|
|
48
|
+
className: (0, _classnames["default"])(prefixCls + "-image", className),
|
|
39
49
|
style: style
|
|
40
|
-
}, content));
|
|
50
|
+
}, content)));
|
|
41
51
|
};
|
|
42
52
|
|
|
43
53
|
var _default = SkeletonNode;
|
|
@@ -7,8 +7,7 @@ import SkeletonImage from './Image';
|
|
|
7
7
|
import SkeletonInput from './Input';
|
|
8
8
|
import type { SkeletonParagraphProps } from './Paragraph';
|
|
9
9
|
import type { SkeletonTitleProps } from './Title';
|
|
10
|
-
|
|
11
|
-
}
|
|
10
|
+
type SkeletonAvatarProps = Omit<AvatarProps, 'active'>;
|
|
12
11
|
export interface SkeletonProps {
|
|
13
12
|
active?: boolean;
|
|
14
13
|
loading?: boolean;
|
|
@@ -21,12 +20,12 @@ export interface SkeletonProps {
|
|
|
21
20
|
paragraph?: SkeletonParagraphProps | boolean;
|
|
22
21
|
round?: boolean;
|
|
23
22
|
}
|
|
24
|
-
|
|
23
|
+
type CompoundedComponent = {
|
|
25
24
|
Button: typeof SkeletonButton;
|
|
26
25
|
Avatar: typeof SkeletonAvatar;
|
|
27
26
|
Input: typeof SkeletonInput;
|
|
28
27
|
Image: typeof SkeletonImage;
|
|
29
28
|
Node: typeof SkeletonNode;
|
|
30
|
-
}
|
|
29
|
+
};
|
|
31
30
|
declare const Skeleton: React.FC<SkeletonProps> & CompoundedComponent;
|
|
32
31
|
export default Skeleton;
|
package/lib/skeleton/Skeleton.js
CHANGED
|
@@ -13,6 +13,8 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
13
13
|
|
|
14
14
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
15
15
|
|
|
16
|
+
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
|
|
17
|
+
|
|
16
18
|
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
17
19
|
|
|
18
20
|
var _classnames = _interopRequireDefault(require("classnames"));
|
|
@@ -37,6 +39,8 @@ var _Paragraph = _interopRequireDefault(require("./Paragraph"));
|
|
|
37
39
|
|
|
38
40
|
var _Title = _interopRequireDefault(require("./Title"));
|
|
39
41
|
|
|
42
|
+
var _style = _interopRequireDefault(require("./style"));
|
|
43
|
+
|
|
40
44
|
function getComponentProps(prop) {
|
|
41
45
|
if (prop && (0, _typeof2["default"])(prop) === 'object') {
|
|
42
46
|
return prop;
|
|
@@ -114,6 +118,11 @@ var Skeleton = function Skeleton(props) {
|
|
|
114
118
|
|
|
115
119
|
var prefixCls = getPrefixCls('skeleton', customizePrefixCls);
|
|
116
120
|
|
|
121
|
+
var _useStyle = (0, _style["default"])(prefixCls),
|
|
122
|
+
_useStyle2 = (0, _slicedToArray2["default"])(_useStyle, 2),
|
|
123
|
+
wrapSSR = _useStyle2[0],
|
|
124
|
+
hashId = _useStyle2[1];
|
|
125
|
+
|
|
117
126
|
if (loading || !('loading' in props)) {
|
|
118
127
|
var _classNames;
|
|
119
128
|
|
|
@@ -125,11 +134,11 @@ var Skeleton = function Skeleton(props) {
|
|
|
125
134
|
|
|
126
135
|
if (hasAvatar) {
|
|
127
136
|
var avatarProps = (0, _extends2["default"])((0, _extends2["default"])({
|
|
128
|
-
prefixCls:
|
|
137
|
+
prefixCls: prefixCls + "-avatar"
|
|
129
138
|
}, getAvatarBasicProps(hasTitle, hasParagraph)), getComponentProps(avatar)); // We direct use SkeletonElement as avatar in skeleton internal.
|
|
130
139
|
|
|
131
140
|
avatarNode = /*#__PURE__*/React.createElement("div", {
|
|
132
|
-
className:
|
|
141
|
+
className: prefixCls + "-header"
|
|
133
142
|
}, /*#__PURE__*/React.createElement(_Element["default"], (0, _extends2["default"])({}, avatarProps)));
|
|
134
143
|
}
|
|
135
144
|
|
|
@@ -141,7 +150,7 @@ var Skeleton = function Skeleton(props) {
|
|
|
141
150
|
|
|
142
151
|
if (hasTitle) {
|
|
143
152
|
var titleProps = (0, _extends2["default"])((0, _extends2["default"])({
|
|
144
|
-
prefixCls:
|
|
153
|
+
prefixCls: prefixCls + "-title"
|
|
145
154
|
}, getTitleBasicProps(hasAvatar, hasParagraph)), getComponentProps(title));
|
|
146
155
|
$title = /*#__PURE__*/React.createElement(_Title["default"], (0, _extends2["default"])({}, titleProps));
|
|
147
156
|
} // Paragraph
|
|
@@ -151,21 +160,21 @@ var Skeleton = function Skeleton(props) {
|
|
|
151
160
|
|
|
152
161
|
if (hasParagraph) {
|
|
153
162
|
var paragraphProps = (0, _extends2["default"])((0, _extends2["default"])({
|
|
154
|
-
prefixCls:
|
|
163
|
+
prefixCls: prefixCls + "-paragraph"
|
|
155
164
|
}, getParagraphBasicProps(hasAvatar, hasTitle)), getComponentProps(paragraph));
|
|
156
165
|
paragraphNode = /*#__PURE__*/React.createElement(_Paragraph["default"], (0, _extends2["default"])({}, paragraphProps));
|
|
157
166
|
}
|
|
158
167
|
|
|
159
168
|
contentNode = /*#__PURE__*/React.createElement("div", {
|
|
160
|
-
className:
|
|
169
|
+
className: prefixCls + "-content"
|
|
161
170
|
}, $title, paragraphNode);
|
|
162
171
|
}
|
|
163
172
|
|
|
164
|
-
var cls = (0, _classnames["default"])(prefixCls, (_classNames = {}, (0, _defineProperty2["default"])(_classNames,
|
|
165
|
-
return /*#__PURE__*/React.createElement("div", {
|
|
173
|
+
var cls = (0, _classnames["default"])(prefixCls, (_classNames = {}, (0, _defineProperty2["default"])(_classNames, prefixCls + "-with-avatar", hasAvatar), (0, _defineProperty2["default"])(_classNames, prefixCls + "-active", active), (0, _defineProperty2["default"])(_classNames, prefixCls + "-rtl", direction === 'rtl'), (0, _defineProperty2["default"])(_classNames, prefixCls + "-round", round), _classNames), className, hashId);
|
|
174
|
+
return wrapSSR( /*#__PURE__*/React.createElement("div", {
|
|
166
175
|
className: cls,
|
|
167
176
|
style: style
|
|
168
|
-
}, avatarNode, contentNode);
|
|
177
|
+
}, avatarNode, contentNode));
|
|
169
178
|
}
|
|
170
179
|
|
|
171
180
|
return typeof children !== 'undefined' ? children : null;
|
package/lib/skeleton/index.d.ts
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
export type ComponentToken = {
|
|
2
|
+
color: string;
|
|
3
|
+
colorGradientEnd: string;
|
|
4
|
+
};
|
|
5
|
+
declare const _default: (prefixCls: string) => import("../../theme/internal").UseComponentStyleResult;
|
|
6
|
+
export default _default;
|
|
@@ -1,5 +1,284 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
require("
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
+
|
|
12
|
+
var _extends6 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
13
|
+
|
|
14
|
+
var _cssinjs = require("@ant-design/cssinjs");
|
|
15
|
+
|
|
16
|
+
var _internal = require("../../theme/internal");
|
|
17
|
+
|
|
18
|
+
var skeletonClsLoading = new _cssinjs.Keyframes("ant-skeleton-loading", {
|
|
19
|
+
'0%': {
|
|
20
|
+
transform: 'translateX(-37.5%)'
|
|
21
|
+
},
|
|
22
|
+
'100%': {
|
|
23
|
+
transform: 'translateX(37.5%)'
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
var genSkeletonElementCommonSize = function genSkeletonElementCommonSize(size) {
|
|
28
|
+
return {
|
|
29
|
+
height: size,
|
|
30
|
+
lineHeight: size + "px"
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
var genSkeletonElementAvatarSize = function genSkeletonElementAvatarSize(size) {
|
|
35
|
+
return (0, _extends6["default"])({
|
|
36
|
+
width: size
|
|
37
|
+
}, genSkeletonElementCommonSize(size));
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
var genSkeletonColor = function genSkeletonColor(token) {
|
|
41
|
+
return {
|
|
42
|
+
position: 'relative',
|
|
43
|
+
// fix https://github.com/ant-design/ant-design/issues/36444
|
|
44
|
+
// https://monshin.github.io/202109/css/safari-border-radius-overflow-hidden/
|
|
45
|
+
|
|
46
|
+
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
|
47
|
+
zIndex: 0,
|
|
48
|
+
overflow: 'hidden',
|
|
49
|
+
background: 'transparent',
|
|
50
|
+
'&::after': {
|
|
51
|
+
position: 'absolute',
|
|
52
|
+
top: 0,
|
|
53
|
+
insetInlineEnd: '-150%',
|
|
54
|
+
bottom: 0,
|
|
55
|
+
insetInlineStart: '-150%',
|
|
56
|
+
background: token.skeletonLoadingBackground,
|
|
57
|
+
animationName: skeletonClsLoading,
|
|
58
|
+
animationDuration: token.skeletonLoadingMotionDuration,
|
|
59
|
+
animationTimingFunction: 'ease',
|
|
60
|
+
animationIterationCount: 'infinite',
|
|
61
|
+
content: '""'
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
};
|
|
65
|
+
|
|
66
|
+
var genSkeletonElementInputSize = function genSkeletonElementInputSize(size) {
|
|
67
|
+
return (0, _extends6["default"])({
|
|
68
|
+
width: size * 5,
|
|
69
|
+
minWidth: size * 5
|
|
70
|
+
}, genSkeletonElementCommonSize(size));
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
var genSkeletonElementAvatar = function genSkeletonElementAvatar(token) {
|
|
74
|
+
var _ref;
|
|
75
|
+
|
|
76
|
+
var skeletonAvatarCls = token.skeletonAvatarCls,
|
|
77
|
+
color = token.color,
|
|
78
|
+
controlHeight = token.controlHeight,
|
|
79
|
+
controlHeightLG = token.controlHeightLG,
|
|
80
|
+
controlHeightSM = token.controlHeightSM;
|
|
81
|
+
return _ref = {}, (0, _defineProperty2["default"])(_ref, "" + skeletonAvatarCls, (0, _extends6["default"])({
|
|
82
|
+
display: 'inline-block',
|
|
83
|
+
verticalAlign: 'top',
|
|
84
|
+
background: color
|
|
85
|
+
}, genSkeletonElementAvatarSize(controlHeight))), (0, _defineProperty2["default"])(_ref, "" + skeletonAvatarCls + skeletonAvatarCls + "-circle", {
|
|
86
|
+
borderRadius: '50%'
|
|
87
|
+
}), (0, _defineProperty2["default"])(_ref, "" + skeletonAvatarCls + skeletonAvatarCls + "-lg", (0, _extends6["default"])({}, genSkeletonElementAvatarSize(controlHeightLG))), (0, _defineProperty2["default"])(_ref, "" + skeletonAvatarCls + skeletonAvatarCls + "-sm", (0, _extends6["default"])({}, genSkeletonElementAvatarSize(controlHeightSM))), _ref;
|
|
88
|
+
};
|
|
89
|
+
|
|
90
|
+
var genSkeletonElementInput = function genSkeletonElementInput(token) {
|
|
91
|
+
var _ref2;
|
|
92
|
+
|
|
93
|
+
var controlHeight = token.controlHeight,
|
|
94
|
+
borderRadiusSM = token.borderRadiusSM,
|
|
95
|
+
skeletonInputCls = token.skeletonInputCls,
|
|
96
|
+
controlHeightLG = token.controlHeightLG,
|
|
97
|
+
controlHeightSM = token.controlHeightSM,
|
|
98
|
+
color = token.color;
|
|
99
|
+
return _ref2 = {}, (0, _defineProperty2["default"])(_ref2, "" + skeletonInputCls, (0, _extends6["default"])({
|
|
100
|
+
display: 'inline-block',
|
|
101
|
+
verticalAlign: 'top',
|
|
102
|
+
background: color,
|
|
103
|
+
borderRadius: borderRadiusSM
|
|
104
|
+
}, genSkeletonElementInputSize(controlHeight))), (0, _defineProperty2["default"])(_ref2, skeletonInputCls + "-lg", (0, _extends6["default"])({}, genSkeletonElementInputSize(controlHeightLG))), (0, _defineProperty2["default"])(_ref2, skeletonInputCls + "-sm", (0, _extends6["default"])({}, genSkeletonElementInputSize(controlHeightSM))), _ref2;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
var genSkeletonElementImageSize = function genSkeletonElementImageSize(size) {
|
|
108
|
+
return (0, _extends6["default"])({
|
|
109
|
+
width: size
|
|
110
|
+
}, genSkeletonElementCommonSize(size));
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
var genSkeletonElementImage = function genSkeletonElementImage(token) {
|
|
114
|
+
var _extends2, _ref3;
|
|
115
|
+
|
|
116
|
+
var skeletonImageCls = token.skeletonImageCls,
|
|
117
|
+
imageSizeBase = token.imageSizeBase,
|
|
118
|
+
color = token.color,
|
|
119
|
+
borderRadiusSM = token.borderRadiusSM;
|
|
120
|
+
return _ref3 = {}, (0, _defineProperty2["default"])(_ref3, "" + skeletonImageCls, (0, _extends6["default"])((0, _extends6["default"])({
|
|
121
|
+
display: 'flex',
|
|
122
|
+
alignItems: 'center',
|
|
123
|
+
justifyContent: 'center',
|
|
124
|
+
verticalAlign: 'top',
|
|
125
|
+
background: color,
|
|
126
|
+
borderRadius: borderRadiusSM
|
|
127
|
+
}, genSkeletonElementImageSize(imageSizeBase * 2)), (_extends2 = {}, (0, _defineProperty2["default"])(_extends2, skeletonImageCls + "-path", {
|
|
128
|
+
fill: '#bfbfbf'
|
|
129
|
+
}), (0, _defineProperty2["default"])(_extends2, skeletonImageCls + "-svg", (0, _extends6["default"])((0, _extends6["default"])({}, genSkeletonElementImageSize(imageSizeBase)), {
|
|
130
|
+
maxWidth: imageSizeBase * 4,
|
|
131
|
+
maxHeight: imageSizeBase * 4
|
|
132
|
+
})), (0, _defineProperty2["default"])(_extends2, skeletonImageCls + "-svg" + skeletonImageCls + "-svg-circle", {
|
|
133
|
+
borderRadius: '50%'
|
|
134
|
+
}), _extends2))), (0, _defineProperty2["default"])(_ref3, "" + skeletonImageCls + skeletonImageCls + "-circle", {
|
|
135
|
+
borderRadius: '50%'
|
|
136
|
+
}), _ref3;
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
var genSkeletonElementButtonShape = function genSkeletonElementButtonShape(token, size, buttonCls) {
|
|
140
|
+
var _ref4;
|
|
141
|
+
|
|
142
|
+
var skeletonButtonCls = token.skeletonButtonCls;
|
|
143
|
+
return _ref4 = {}, (0, _defineProperty2["default"])(_ref4, "" + buttonCls + skeletonButtonCls + "-circle", {
|
|
144
|
+
width: size,
|
|
145
|
+
minWidth: size,
|
|
146
|
+
borderRadius: '50%'
|
|
147
|
+
}), (0, _defineProperty2["default"])(_ref4, "" + buttonCls + skeletonButtonCls + "-round", {
|
|
148
|
+
borderRadius: size
|
|
149
|
+
}), _ref4;
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
var genSkeletonElementButtonSize = function genSkeletonElementButtonSize(size) {
|
|
153
|
+
return (0, _extends6["default"])({
|
|
154
|
+
width: size * 2,
|
|
155
|
+
minWidth: size * 2
|
|
156
|
+
}, genSkeletonElementCommonSize(size));
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
var genSkeletonElementButton = function genSkeletonElementButton(token) {
|
|
160
|
+
var borderRadiusSM = token.borderRadiusSM,
|
|
161
|
+
skeletonButtonCls = token.skeletonButtonCls,
|
|
162
|
+
controlHeight = token.controlHeight,
|
|
163
|
+
controlHeightLG = token.controlHeightLG,
|
|
164
|
+
controlHeightSM = token.controlHeightSM,
|
|
165
|
+
color = token.color;
|
|
166
|
+
return (0, _extends6["default"])((0, _extends6["default"])((0, _extends6["default"])((0, _extends6["default"])((0, _extends6["default"])((0, _defineProperty2["default"])({}, "" + skeletonButtonCls, (0, _extends6["default"])({
|
|
167
|
+
display: 'inline-block',
|
|
168
|
+
verticalAlign: 'top',
|
|
169
|
+
background: color,
|
|
170
|
+
borderRadius: borderRadiusSM,
|
|
171
|
+
width: controlHeight * 2,
|
|
172
|
+
minWidth: controlHeight * 2
|
|
173
|
+
}, genSkeletonElementButtonSize(controlHeight))), genSkeletonElementButtonShape(token, controlHeight, skeletonButtonCls)), (0, _defineProperty2["default"])({}, skeletonButtonCls + "-lg", (0, _extends6["default"])({}, genSkeletonElementButtonSize(controlHeightLG)))), genSkeletonElementButtonShape(token, controlHeightLG, skeletonButtonCls + "-lg")), (0, _defineProperty2["default"])({}, skeletonButtonCls + "-sm", (0, _extends6["default"])({}, genSkeletonElementButtonSize(controlHeightSM)))), genSkeletonElementButtonShape(token, controlHeightSM, skeletonButtonCls + "-sm"));
|
|
174
|
+
}; // =============================== Base ===============================
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
var genBaseStyle = function genBaseStyle(token) {
|
|
178
|
+
var _ref5, _ref7, _ref9, _ref12, _ref14;
|
|
179
|
+
|
|
180
|
+
var componentCls = token.componentCls,
|
|
181
|
+
skeletonAvatarCls = token.skeletonAvatarCls,
|
|
182
|
+
skeletonTitleCls = token.skeletonTitleCls,
|
|
183
|
+
skeletonParagraphCls = token.skeletonParagraphCls,
|
|
184
|
+
skeletonButtonCls = token.skeletonButtonCls,
|
|
185
|
+
skeletonInputCls = token.skeletonInputCls,
|
|
186
|
+
skeletonImageCls = token.skeletonImageCls,
|
|
187
|
+
controlHeight = token.controlHeight,
|
|
188
|
+
controlHeightLG = token.controlHeightLG,
|
|
189
|
+
controlHeightSM = token.controlHeightSM,
|
|
190
|
+
color = token.color,
|
|
191
|
+
padding = token.padding,
|
|
192
|
+
marginSM = token.marginSM,
|
|
193
|
+
borderRadius = token.borderRadius,
|
|
194
|
+
skeletonTitleHeight = token.skeletonTitleHeight,
|
|
195
|
+
skeletonBlockRadius = token.skeletonBlockRadius,
|
|
196
|
+
skeletonParagraphLineHeight = token.skeletonParagraphLineHeight,
|
|
197
|
+
controlHeightXS = token.controlHeightXS,
|
|
198
|
+
skeletonParagraphMarginTop = token.skeletonParagraphMarginTop;
|
|
199
|
+
return _ref14 = {}, (0, _defineProperty2["default"])(_ref14, "" + componentCls, (_ref9 = {
|
|
200
|
+
display: 'table',
|
|
201
|
+
width: '100%'
|
|
202
|
+
}, (0, _defineProperty2["default"])(_ref9, componentCls + "-header", (_ref5 = {
|
|
203
|
+
display: 'table-cell',
|
|
204
|
+
paddingInlineEnd: padding,
|
|
205
|
+
verticalAlign: 'top'
|
|
206
|
+
}, (0, _defineProperty2["default"])(_ref5, "" + skeletonAvatarCls, (0, _extends6["default"])({
|
|
207
|
+
display: 'inline-block',
|
|
208
|
+
verticalAlign: 'top',
|
|
209
|
+
background: color
|
|
210
|
+
}, genSkeletonElementAvatarSize(controlHeight))), (0, _defineProperty2["default"])(_ref5, skeletonAvatarCls + "-circle", {
|
|
211
|
+
borderRadius: '50%'
|
|
212
|
+
}), (0, _defineProperty2["default"])(_ref5, skeletonAvatarCls + "-lg", (0, _extends6["default"])({}, genSkeletonElementAvatarSize(controlHeightLG))), (0, _defineProperty2["default"])(_ref5, skeletonAvatarCls + "-sm", (0, _extends6["default"])({}, genSkeletonElementAvatarSize(controlHeightSM))), _ref5)), (0, _defineProperty2["default"])(_ref9, componentCls + "-content", (_ref7 = {
|
|
213
|
+
display: 'table-cell',
|
|
214
|
+
width: '100%',
|
|
215
|
+
verticalAlign: 'top'
|
|
216
|
+
}, (0, _defineProperty2["default"])(_ref7, "" + skeletonTitleCls, (0, _defineProperty2["default"])({
|
|
217
|
+
width: '100%',
|
|
218
|
+
height: skeletonTitleHeight,
|
|
219
|
+
background: color,
|
|
220
|
+
borderRadius: skeletonBlockRadius
|
|
221
|
+
}, "+ " + skeletonParagraphCls, {
|
|
222
|
+
marginBlockStart: controlHeightSM
|
|
223
|
+
})), (0, _defineProperty2["default"])(_ref7, "" + skeletonParagraphCls, {
|
|
224
|
+
padding: 0,
|
|
225
|
+
'> li': {
|
|
226
|
+
width: '100%',
|
|
227
|
+
height: skeletonParagraphLineHeight,
|
|
228
|
+
listStyle: 'none',
|
|
229
|
+
background: color,
|
|
230
|
+
borderRadius: skeletonBlockRadius,
|
|
231
|
+
'+ li': {
|
|
232
|
+
marginBlockStart: controlHeightXS
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
}), (0, _defineProperty2["default"])(_ref7, skeletonParagraphCls + "> li:last-child:not(:first-child):not(:nth-child(2))", {
|
|
236
|
+
width: '61%'
|
|
237
|
+
}), _ref7)), (0, _defineProperty2["default"])(_ref9, "&-round " + componentCls + "-content", (0, _defineProperty2["default"])({}, skeletonTitleCls + ", " + skeletonParagraphCls + " > li", {
|
|
238
|
+
borderRadius: borderRadius
|
|
239
|
+
})), _ref9)), (0, _defineProperty2["default"])(_ref14, componentCls + "-with-avatar " + componentCls + "-content", (0, _defineProperty2["default"])({}, "" + skeletonTitleCls, (0, _defineProperty2["default"])({
|
|
240
|
+
marginBlockStart: marginSM
|
|
241
|
+
}, "+ " + skeletonParagraphCls, {
|
|
242
|
+
marginBlockStart: skeletonParagraphMarginTop
|
|
243
|
+
}))), (0, _defineProperty2["default"])(_ref14, "" + componentCls + componentCls + "-element", (0, _extends6["default"])((0, _extends6["default"])((0, _extends6["default"])((0, _extends6["default"])({
|
|
244
|
+
display: 'inline-block',
|
|
245
|
+
width: 'auto'
|
|
246
|
+
}, genSkeletonElementButton(token)), genSkeletonElementAvatar(token)), genSkeletonElementInput(token)), genSkeletonElementImage(token))), (0, _defineProperty2["default"])(_ref14, "" + componentCls + componentCls + "-block", (_ref12 = {
|
|
247
|
+
width: '100%'
|
|
248
|
+
}, (0, _defineProperty2["default"])(_ref12, "" + skeletonButtonCls, {
|
|
249
|
+
width: '100%'
|
|
250
|
+
}), (0, _defineProperty2["default"])(_ref12, "" + skeletonInputCls, {
|
|
251
|
+
width: '100%'
|
|
252
|
+
}), _ref12)), (0, _defineProperty2["default"])(_ref14, "" + componentCls + componentCls + "-active", (0, _defineProperty2["default"])({}, "\n " + skeletonTitleCls + ",\n " + skeletonParagraphCls + " > li,\n " + skeletonAvatarCls + ",\n " + skeletonButtonCls + ",\n " + skeletonInputCls + ",\n " + skeletonImageCls + "\n ", (0, _extends6["default"])({}, genSkeletonColor(token)))), _ref14;
|
|
253
|
+
}; // ============================== Export ==============================
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
var _default = (0, _internal.genComponentStyleHook)('Skeleton', function (token) {
|
|
257
|
+
var componentCls = token.componentCls;
|
|
258
|
+
var skeletonToken = (0, _internal.mergeToken)(token, {
|
|
259
|
+
skeletonAvatarCls: componentCls + "-avatar",
|
|
260
|
+
skeletonTitleCls: componentCls + "-title",
|
|
261
|
+
skeletonParagraphCls: componentCls + "-paragraph",
|
|
262
|
+
skeletonButtonCls: componentCls + "-button",
|
|
263
|
+
skeletonInputCls: componentCls + "-input",
|
|
264
|
+
skeletonImageCls: componentCls + "-image",
|
|
265
|
+
imageSizeBase: token.controlHeight * 1.5,
|
|
266
|
+
skeletonTitleHeight: token.controlHeight / 2,
|
|
267
|
+
skeletonBlockRadius: token.borderRadiusSM,
|
|
268
|
+
skeletonParagraphLineHeight: token.controlHeight / 2,
|
|
269
|
+
skeletonParagraphMarginTop: token.marginLG + token.marginXXS,
|
|
270
|
+
borderRadius: 100,
|
|
271
|
+
skeletonLoadingBackground: "linear-gradient(90deg, " + token.color + " 25%, " + token.colorGradientEnd + " 37%, " + token.color + " 63%)",
|
|
272
|
+
skeletonLoadingMotionDuration: '1.4s'
|
|
273
|
+
});
|
|
274
|
+
return [genBaseStyle(skeletonToken)];
|
|
275
|
+
}, function (token) {
|
|
276
|
+
var colorFillContent = token.colorFillContent,
|
|
277
|
+
colorFill = token.colorFill;
|
|
278
|
+
return {
|
|
279
|
+
color: colorFillContent,
|
|
280
|
+
colorGradientEnd: colorFill
|
|
281
|
+
};
|
|
282
|
+
});
|
|
283
|
+
|
|
284
|
+
exports["default"] = _default;
|
package/lib/slider/index.d.ts
CHANGED
|
@@ -12,20 +12,16 @@ export type HandleGeneratorFn = (config: {
|
|
|
12
12
|
prefixCls?: string;
|
|
13
13
|
info: HandleGeneratorInfo;
|
|
14
14
|
}) => React.ReactElement;
|
|
15
|
+
export type Formatter = (value?: number) => React.ReactNode;
|
|
15
16
|
export interface SliderTooltipProps {
|
|
16
17
|
prefixCls?: string;
|
|
17
18
|
open?: boolean;
|
|
18
19
|
placement?: TooltipPlacement;
|
|
19
20
|
getPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
|
20
|
-
formatter?: null |
|
|
21
|
+
formatter?: null | Formatter;
|
|
21
22
|
}
|
|
22
23
|
export interface SliderBaseProps {
|
|
23
24
|
prefixCls?: string;
|
|
24
|
-
/**
|
|
25
|
-
* @deprecated `tooltipPrefixCls` is deprecated which will be removed in next major version.
|
|
26
|
-
* Please use `tooltip.prefixCls` instead.
|
|
27
|
-
*/
|
|
28
|
-
tooltipPrefixCls?: string;
|
|
29
25
|
reverse?: boolean;
|
|
30
26
|
min?: number;
|
|
31
27
|
max?: number;
|
|
@@ -35,31 +31,24 @@ export interface SliderBaseProps {
|
|
|
35
31
|
included?: boolean;
|
|
36
32
|
disabled?: boolean;
|
|
37
33
|
vertical?: boolean;
|
|
38
|
-
/**
|
|
39
|
-
* @deprecated `tipFormatter` is deprecated which will be removed in next major version. Please
|
|
40
|
-
* use `tooltip.formatter` instead.
|
|
41
|
-
*/
|
|
42
|
-
tipFormatter?: null | ((value?: number) => React.ReactNode);
|
|
43
34
|
className?: string;
|
|
44
35
|
id?: string;
|
|
45
36
|
style?: React.CSSProperties;
|
|
46
|
-
/**
|
|
47
|
-
* @deprecated `tooltipVisible` is deprecated which will be removed in next major version. Please
|
|
48
|
-
* use `tooltip.open` instead.
|
|
49
|
-
*/
|
|
50
|
-
tooltipVisible?: boolean;
|
|
51
|
-
/**
|
|
52
|
-
* @deprecated `tooltipPlacement` is deprecated which will be removed in next major version.
|
|
53
|
-
* Please use `tooltip.placement` instead.
|
|
54
|
-
*/
|
|
55
|
-
tooltipPlacement?: TooltipPlacement;
|
|
56
37
|
tooltip?: SliderTooltipProps;
|
|
38
|
+
autoFocus?: boolean;
|
|
39
|
+
/** @deprecated `tooltipPrefixCls` is deprecated. Please use `tooltip.prefixCls` instead. */
|
|
40
|
+
tooltipPrefixCls?: string;
|
|
41
|
+
/** @deprecated `tipFormatter` is deprecated. Please use `tooltip.formatter` instead. */
|
|
42
|
+
tipFormatter?: null | ((value?: number) => React.ReactNode);
|
|
43
|
+
/** @deprecated `tooltipVisible` is deprecated. Please use `tooltip.open` instead. */
|
|
44
|
+
tooltipVisible?: boolean;
|
|
57
45
|
/**
|
|
58
|
-
* @deprecated `getTooltipPopupContainer` is deprecated
|
|
59
|
-
*
|
|
46
|
+
* @deprecated `getTooltipPopupContainer` is deprecated. Please use `tooltip.getPopupContainer`
|
|
47
|
+
* instead.
|
|
60
48
|
*/
|
|
61
49
|
getTooltipPopupContainer?: (triggerNode: HTMLElement) => HTMLElement;
|
|
62
|
-
|
|
50
|
+
/** @deprecated `tooltipPlacement` is deprecated. Please use `tooltip.placement` instead. */
|
|
51
|
+
tooltipPlacement?: TooltipPlacement;
|
|
63
52
|
}
|
|
64
53
|
export interface SliderSingleProps extends SliderBaseProps {
|
|
65
54
|
range?: false;
|