@fle-ui/next 1.0.0-alpha.1 → 1.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fle-ui.js +713 -1118
- package/es/index.js +380 -538
- package/lib/affix/index.d.ts +9 -7
- package/lib/alert/index.d.ts +9 -9
- package/lib/anchor/index.d.ts +9 -12
- package/lib/auto-complete/index.d.ts +10 -13
- package/lib/avatar/index.d.ts +11 -13
- package/lib/back-top/index.d.ts +6 -5
- package/lib/badge/index.d.ts +12 -11
- package/lib/breadcrumb/index.d.ts +11 -17
- package/lib/button/index.d.ts +7 -6
- package/lib/calendar/index.d.ts +4 -4
- package/lib/card/index.d.ts +11 -11
- package/lib/carousel/index.d.ts +8 -11
- package/lib/cascader/index.d.ts +6 -5
- package/lib/checkbox/index.d.ts +9 -12
- package/lib/collapse/index.d.ts +9 -9
- package/lib/comment/index.d.ts +6 -5
- package/lib/config-provider/index.d.ts +4 -4
- package/lib/date-picker/index.d.ts +3 -3
- package/lib/descriptions/index.d.ts +9 -12
- package/lib/divider/index.d.ts +6 -5
- package/lib/drawer/index.d.ts +6 -5
- package/lib/dropdown/index.d.ts +9 -9
- package/lib/empty/index.d.ts +9 -9
- package/lib/form/index.d.ts +4 -9
- package/lib/grid/hooks/useBreakpoint.d.ts +2 -2
- package/lib/grid/index.d.ts +10 -10
- package/lib/image/index.d.ts +9 -9
- package/lib/index.d.ts +115 -124
- package/lib/index.js +389 -752
- package/lib/input/index.d.ts +15 -24
- package/lib/inputNumber/index.d.ts +7 -9
- package/lib/layout/index.d.ts +12 -12
- package/lib/list/index.d.ts +14 -17
- package/lib/mentions/index.d.ts +10 -13
- package/lib/menu/index.d.ts +15 -24
- package/lib/message/index.d.ts +7 -6
- package/lib/modal/index.d.ts +13 -17
- package/lib/notification/index.d.ts +4 -8
- package/lib/page-header/index.d.ts +6 -5
- package/lib/pagination/index.d.ts +9 -10
- package/lib/popconfirm/index.d.ts +6 -7
- package/lib/popover/index.d.ts +6 -7
- package/lib/progress/index.d.ts +6 -7
- package/lib/radio/index.d.ts +11 -14
- package/lib/rate/index.d.ts +6 -7
- package/lib/result/index.d.ts +6 -5
- package/lib/select/index.d.ts +11 -14
- package/lib/slider/index.d.ts +8 -11
- package/lib/space/index.d.ts +6 -5
- package/lib/spin/index.d.ts +6 -5
- package/lib/statistic/index.d.ts +9 -12
- package/lib/steps/index.d.ts +10 -10
- package/lib/switch/index.d.ts +6 -7
- package/lib/table/index.d.ts +19 -19
- package/lib/tabs/index.d.ts +9 -12
- package/lib/tag/index.d.ts +9 -12
- package/lib/time-picker/index.d.ts +9 -12
- package/lib/timeline/index.d.ts +9 -9
- package/lib/tooltip/index.d.ts +5 -7
- package/lib/transfer/index.d.ts +6 -7
- package/lib/typography/index.d.ts +13 -13
- package/lib/upload/index.d.ts +9 -12
- package/package.json +24 -21
- package/.editorconfig +0 -16
- package/components/affix/affix.md +0 -75
- package/components/affix/demos/basic.tsx +0 -29
- package/components/affix/demos/on-change.tsx +0 -17
- package/components/affix/demos/target.tsx +0 -22
- package/components/affix/index.tsx +0 -15
- package/components/alert/alert.md +0 -101
- package/components/alert/components/alert.tsx +0 -13
- package/components/alert/components/errorBoundary.tsx +0 -13
- package/components/alert/demos/action.tsx +0 -66
- package/components/alert/demos/banner.tsx +0 -27
- package/components/alert/demos/basic.tsx +0 -13
- package/components/alert/demos/closable.tsx +0 -32
- package/components/alert/demos/close-text.tsx +0 -13
- package/components/alert/demos/description.tsx +0 -36
- package/components/alert/demos/error-boundary.tsx +0 -33
- package/components/alert/demos/icon.tsx +0 -45
- package/components/alert/demos/loop-banner.tsx +0 -26
- package/components/alert/demos/smooth-closed.tsx +0 -29
- package/components/alert/demos/style.tsx +0 -20
- package/components/alert/index.tsx +0 -13
- package/components/anchor/anchor.md +0 -66
- package/components/anchor/components/anchor.tsx +0 -15
- package/components/anchor/components/link.tsx +0 -12
- package/components/anchor/demos/basic.tsx +0 -22
- package/components/anchor/demos/click.tsx +0 -32
- package/components/anchor/demos/light.tsx +0 -23
- package/components/anchor/demos/listen.tsx +0 -26
- package/components/anchor/demos/offset.tsx +0 -29
- package/components/anchor/demos/static.tsx +0 -22
- package/components/anchor/index.tsx +0 -16
- package/components/auto-complete/autoComplete.md +0 -120
- package/components/auto-complete/components/autoComplete.tsx +0 -17
- package/components/auto-complete/components/option.tsx +0 -17
- package/components/auto-complete/demos/basic.tsx +0 -54
- package/components/auto-complete/demos/confirm.tsx +0 -74
- package/components/auto-complete/demos/custom.tsx +0 -38
- package/components/auto-complete/demos/customInput.tsx +0 -51
- package/components/auto-complete/demos/insensitive.tsx +0 -27
- package/components/auto-complete/demos/unconfirm.tsx +0 -68
- package/components/auto-complete/index.tsx +0 -21
- package/components/avatar/avatar.md +0 -76
- package/components/avatar/demos/badge.tsx +0 -28
- package/components/avatar/demos/basic.tsx +0 -29
- package/components/avatar/demos/dynamic.tsx +0 -57
- package/components/avatar/demos/group.tsx +0 -69
- package/components/avatar/demos/responsive.tsx +0 -19
- package/components/avatar/demos/type.tsx +0 -31
- package/components/avatar/index.less +0 -0
- package/components/avatar/index.tsx +0 -27
- package/components/back-top/backTop.md +0 -48
- package/components/back-top/demos/basic.tsx +0 -20
- package/components/back-top/demos/custom.tsx +0 -35
- package/components/back-top/index.tsx +0 -11
- package/components/badge/badge.md +0 -89
- package/components/badge/components/badge.tsx +0 -13
- package/components/badge/components/ribbon.tsx +0 -15
- package/components/badge/demos/basic.tsx +0 -26
- package/components/badge/demos/change.tsx +0 -68
- package/components/badge/demos/colorful.tsx +0 -51
- package/components/badge/demos/dot.tsx +0 -23
- package/components/badge/demos/link.tsx +0 -19
- package/components/badge/demos/no-wrapper.tsx +0 -30
- package/components/badge/demos/offset.tsx +0 -19
- package/components/badge/demos/overflow.tsx +0 -28
- package/components/badge/demos/ribbbon.tsx +0 -57
- package/components/badge/demos/size.tsx +0 -22
- package/components/badge/demos/status.tsx +0 -31
- package/components/badge/index.tsx +0 -23
- package/components/breadcrumb/breadcrumb.md +0 -157
- package/components/breadcrumb/components/breadcrumb.tsx +0 -12
- package/components/breadcrumb/components/item.tsx +0 -17
- package/components/breadcrumb/components/separator.tsx +0 -20
- package/components/breadcrumb/demos/basic.tsx +0 -24
- package/components/breadcrumb/demos/overlay.tsx +0 -55
- package/components/breadcrumb/demos/router-4/index.less +0 -19
- package/components/breadcrumb/demos/router-4/index.tsx +0 -79
- package/components/breadcrumb/demos/separator-component.tsx +0 -23
- package/components/breadcrumb/demos/separator.tsx +0 -20
- package/components/breadcrumb/demos/withIcon.tsx +0 -25
- package/components/breadcrumb/index.tsx +0 -24
- package/components/button/button.md +0 -121
- package/components/button/demos/basic.tsx +0 -21
- package/components/button/demos/block.tsx +0 -26
- package/components/button/demos/danger.tsx +0 -28
- package/components/button/demos/disabled.tsx +0 -65
- package/components/button/demos/ghost.tsx +0 -26
- package/components/button/demos/icon.tsx +0 -83
- package/components/button/demos/loading.tsx +0 -67
- package/components/button/demos/multiple.tsx +0 -31
- package/components/button/demos/size.tsx +0 -70
- package/components/button/index.less +0 -1
- package/components/button/index.tsx +0 -15
- package/components/calendar/calendar.md +0 -100
- package/components/calendar/demos/basic.tsx +0 -16
- package/components/calendar/demos/card.tsx +0 -21
- package/components/calendar/demos/customize-header.tsx +0 -100
- package/components/calendar/demos/notice-calendar.tsx +0 -87
- package/components/calendar/demos/select.tsx +0 -37
- package/components/calendar/index.tsx +0 -7
- package/components/card/card.md +0 -114
- package/components/card/components/card.tsx +0 -13
- package/components/card/components/grid.tsx +0 -13
- package/components/card/components/meta.tsx +0 -13
- package/components/card/demos/basic.tsx +0 -35
- package/components/card/demos/border.tsx +0 -21
- package/components/card/demos/concise.tsx +0 -19
- package/components/card/demos/embedded.tsx +0 -29
- package/components/card/demos/flexible.tsx +0 -27
- package/components/card/demos/grid.tsx +0 -33
- package/components/card/demos/inside.tsx +0 -27
- package/components/card/demos/more.tsx +0 -42
- package/components/card/demos/preload.tsx +0 -56
- package/components/card/demos/tab.tsx +0 -90
- package/components/card/index.tsx +0 -17
- package/components/carousel/carousel.md +0 -65
- package/components/carousel/demos/autoplay.tsx +0 -35
- package/components/carousel/demos/basic.tsx +0 -39
- package/components/carousel/demos/fade.tsx +0 -35
- package/components/carousel/demos/position.tsx +0 -52
- package/components/carousel/index.tsx +0 -21
- package/components/cascader/cascader.md +0 -138
- package/components/cascader/demos/active.tsx +0 -59
- package/components/cascader/demos/basic.tsx +0 -58
- package/components/cascader/demos/change.tsx +0 -51
- package/components/cascader/demos/changed.tsx +0 -79
- package/components/cascader/demos/custom.tsx +0 -49
- package/components/cascader/demos/customName.tsx +0 -58
- package/components/cascader/demos/defaultValue.tsx +0 -58
- package/components/cascader/demos/disabled.tsx +0 -53
- package/components/cascader/demos/dropdown.tsx +0 -65
- package/components/cascader/demos/move.tsx +0 -63
- package/components/cascader/demos/search.tsx +0 -70
- package/components/cascader/demos/size.tsx +0 -64
- package/components/cascader/index.tsx +0 -13
- package/components/checkbox/checkbox.md +0 -85
- package/components/checkbox/components/checkbox.tsx +0 -17
- package/components/checkbox/components/group.tsx +0 -18
- package/components/checkbox/demos/basic.tsx +0 -17
- package/components/checkbox/demos/check-all.tsx +0 -50
- package/components/checkbox/demos/controller.tsx +0 -54
- package/components/checkbox/demos/disabled.tsx +0 -19
- package/components/checkbox/demos/group.tsx +0 -52
- package/components/checkbox/demos/layout.tsx +0 -38
- package/components/checkbox/index.tsx +0 -18
- package/components/collapse/collapse.md +0 -85
- package/components/collapse/components/collapse.tsx +0 -12
- package/components/collapse/components/panel.tsx +0 -15
- package/components/collapse/demos/accordion.tsx +0 -32
- package/components/collapse/demos/arrow.tsx +0 -36
- package/components/collapse/demos/collapsible.tsx +0 -36
- package/components/collapse/demos/custom.tsx +0 -52
- package/components/collapse/demos/extra.tsx +0 -69
- package/components/collapse/demos/ghost.tsx +0 -31
- package/components/collapse/demos/nesting.tsx +0 -40
- package/components/collapse/demos/panel.tsx +0 -36
- package/components/collapse/demos/simple.tsx +0 -33
- package/components/collapse/index.tsx +0 -15
- package/components/comment/comment.md +0 -51
- package/components/comment/demos/basic.tsx +0 -77
- package/components/comment/demos/matchList.tsx +0 -74
- package/components/comment/index.tsx +0 -12
- package/components/config-provider/configProvider.md +0 -176
- package/components/config-provider/demos/direction.tsx +0 -558
- package/components/config-provider/demos/global.tsx +0 -680
- package/components/config-provider/demos/international.tsx +0 -154
- package/components/config-provider/demos/size.tsx +0 -105
- package/components/config-provider/index.tsx +0 -5
- package/components/date-picker/date-picker.md +0 -246
- package/components/date-picker/demos/basic.tsx +0 -26
- package/components/date-picker/demos/bordered.tsx +0 -26
- package/components/date-picker/demos/date-render.tsx +0 -46
- package/components/date-picker/demos/disabled-date.tsx +0 -75
- package/components/date-picker/demos/disabled.tsx +0 -41
- package/components/date-picker/demos/extra-footer.tsx +0 -30
- package/components/date-picker/demos/format.tsx +0 -51
- package/components/date-picker/demos/presetted-ranges.tsx +0 -40
- package/components/date-picker/demos/range-picker.tsx +0 -24
- package/components/date-picker/demos/select-in-range.tsx +0 -43
- package/components/date-picker/demos/size.jsx +0 -39
- package/components/date-picker/demos/switchable.tsx +0 -37
- package/components/date-picker/demos/time.tsx +0 -34
- package/components/date-picker/index.tsx +0 -5
- package/components/descriptions/components/descriptions.tsx +0 -12
- package/components/descriptions/components/item.tsx +0 -12
- package/components/descriptions/demos/basic.tsx +0 -23
- package/components/descriptions/demos/border.tsx +0 -44
- package/components/descriptions/demos/custom.tsx +0 -67
- package/components/descriptions/demos/responsive.tsx +0 -41
- package/components/descriptions/demos/vertical.tsx +0 -23
- package/components/descriptions/demos/verticalBorder.tsx +0 -45
- package/components/descriptions/descriptions.md +0 -71
- package/components/descriptions/index.tsx +0 -19
- package/components/divider/demos/customize-style.tsx +0 -27
- package/components/divider/demos/horizontal.tsx +0 -33
- package/components/divider/demos/plain.tsx +0 -43
- package/components/divider/demos/vertical.tsx +0 -21
- package/components/divider/demos/with-text.tsx +0 -39
- package/components/divider/divider.md +0 -47
- package/components/divider/index.tsx +0 -13
- package/components/drawer/demos/basic-right.tsx +0 -39
- package/components/drawer/demos/extra.tsx +0 -59
- package/components/drawer/demos/form-in-drawer.tsx +0 -140
- package/components/drawer/demos/multi-level-drawer.tsx +0 -56
- package/components/drawer/demos/placement.tsx +0 -55
- package/components/drawer/demos/render-in-current.tsx +0 -40
- package/components/drawer/demos/size.tsx +0 -152
- package/components/drawer/demos/user-profile.tsx +0 -159
- package/components/drawer/drawer.md +0 -136
- package/components/drawer/index.tsx +0 -18
- package/components/dropdown/components/button.tsx +0 -13
- package/components/dropdown/components/dropdown.tsx +0 -13
- package/components/dropdown/demos/arrow.tsx +0 -66
- package/components/dropdown/demos/basic.tsx +0 -52
- package/components/dropdown/demos/contextMenu.tsx +0 -33
- package/components/dropdown/demos/dropdownButton.tsx +0 -70
- package/components/dropdown/demos/event.tsx +0 -30
- package/components/dropdown/demos/item.tsx +0 -46
- package/components/dropdown/demos/overlayVisible.tsx +0 -41
- package/components/dropdown/demos/placement.tsx +0 -69
- package/components/dropdown/demos/subMenu.tsx +0 -37
- package/components/dropdown/demos/trigger.tsx +0 -32
- package/components/dropdown/dropdown.md +0 -115
- package/components/dropdown/index.tsx +0 -14
- package/components/empty/components/empty.tsx +0 -14
- package/components/empty/demos/basic.tsx +0 -13
- package/components/empty/demos/choice.tsx +0 -13
- package/components/empty/demos/custom.tsx +0 -27
- package/components/empty/demos/global.tsx +0 -82
- package/components/empty/demos/noDescription.tsx +0 -13
- package/components/empty/empty.md +0 -93
- package/components/empty/index.tsx +0 -20
- package/components/form/demos/advanced-search/index.less +0 -41
- package/components/form/demos/advanced-search/index.tsx +0 -89
- package/components/form/demos/basic.tsx +0 -59
- package/components/form/demos/complex-form-control.tsx +0 -88
- package/components/form/demos/control-hooks.tsx +0 -99
- package/components/form/demos/control-ref.tsx +0 -106
- package/components/form/demos/customized-form-controls.tsx +0 -108
- package/components/form/demos/dynamic-form-item.tsx +0 -118
- package/components/form/demos/dynamic-form-items-complex.tsx +0 -118
- package/components/form/demos/dynamic-form-items.tsx +0 -67
- package/components/form/demos/dynamic-rule.tsx +0 -81
- package/components/form/demos/form-context.tsx +0 -168
- package/components/form/demos/form-in-modal/index.less +0 -3
- package/components/form/demos/form-in-modal/index.tsx +0 -112
- package/components/form/demos/global-state.tsx +0 -62
- package/components/form/demos/inline-login.tsx +0 -68
- package/components/form/demos/layout.tsx +0 -64
- package/components/form/demos/nest-messages.tsx +0 -75
- package/components/form/demos/normal-login.tsx +0 -60
- package/components/form/demos/register.tsx +0 -293
- package/components/form/demos/required-mark.tsx +0 -59
- package/components/form/demos/size.tsx +0 -98
- package/components/form/demos/time-related-controls.tsx +0 -100
- package/components/form/demos/validate-static.tsx +0 -147
- package/components/form/demos/without-form-create.tsx +0 -71
- package/components/form/form.md +0 -626
- package/components/form/index.tsx +0 -12
- package/components/grid/components/col.tsx +0 -23
- package/components/grid/components/row.tsx +0 -19
- package/components/grid/demos/basic/index.less +0 -87
- package/components/grid/demos/basic/index.tsx +0 -36
- package/components/grid/grid.md +0 -133
- package/components/grid/hooks/useBreakpoint.tsx +0 -3
- package/components/grid/index.tsx +0 -8
- package/components/icon/icon.md +0 -166
- package/components/image/components/image.tsx +0 -12
- package/components/image/components/previewGroup.tsx +0 -11
- package/components/image/demos/basic.tsx +0 -18
- package/components/image/demos/custom.tsx +0 -21
- package/components/image/demos/error.tsx +0 -19
- package/components/image/demos/load.tsx +0 -37
- package/components/image/demos/many.tsx +0 -24
- package/components/image/demos/photo.tsx +0 -32
- package/components/image/image.md +0 -74
- package/components/image/index.tsx +0 -12
- package/components/index.tsx +0 -180
- package/components/input/components/group.tsx +0 -14
- package/components/input/components/input.tsx +0 -12
- package/components/input/components/password.tsx +0 -14
- package/components/input/components/search.tsx +0 -14
- package/components/input/components/textArea.tsx +0 -14
- package/components/input/demos/addon.tsx +0 -51
- package/components/input/demos/allowClear.tsx +0 -34
- package/components/input/demos/autosize-textarea.tsx +0 -37
- package/components/input/demos/basic.tsx +0 -17
- package/components/input/demos/borderless.tsx +0 -13
- package/components/input/demos/focus.tsx +0 -74
- package/components/input/demos/group/index.less +0 -25
- package/components/input/demos/group/index.tsx +0 -191
- package/components/input/demos/password-input.tsx +0 -25
- package/components/input/demos/presuffix.tsx +0 -33
- package/components/input/demos/search-input-loading.tsx +0 -34
- package/components/input/demos/search.tsx +0 -57
- package/components/input/demos/size.tsx +0 -24
- package/components/input/demos/textarea-count.tsx +0 -19
- package/components/input/demos/textarea.tsx +0 -15
- package/components/input/demos/tooltip/index.less +0 -11
- package/components/input/demos/tooltip/index.tsx +0 -22
- package/components/input/demos/tooltip/numericInput.tsx +0 -70
- package/components/input/index.tsx +0 -33
- package/components/input/input.md +0 -153
- package/components/inputNumber/demos/basic.tsx +0 -18
- package/components/inputNumber/demos/decimal.tsx +0 -26
- package/components/inputNumber/demos/disabled.tsx +0 -26
- package/components/inputNumber/demos/formatter.tsx +0 -38
- package/components/inputNumber/demos/keyboard.tsx +0 -27
- package/components/inputNumber/demos/nowrap.tsx +0 -13
- package/components/inputNumber/demos/outwrap.tsx +0 -28
- package/components/inputNumber/demos/tag.jsx +0 -47
- package/components/inputNumber/demos/threeSize.tsx +0 -34
- package/components/inputNumber/index.tsx +0 -22
- package/components/inputNumber/inputNumber.md +0 -103
- package/components/layout/components/layout.tsx +0 -26
- package/components/layout/components/sider.tsx +0 -15
- package/components/layout/demos/basic.tsx +0 -50
- package/components/layout/demos/customTrigger.tsx +0 -66
- package/components/layout/demos/fixed/index.less +0 -13
- package/components/layout/demos/fixed/index.tsx +0 -47
- package/components/layout/demos/fixedSider/index.less +0 -11
- package/components/layout/demos/fixedSider/index.tsx +0 -174
- package/components/layout/demos/responsive.tsx +0 -67
- package/components/layout/demos/side/index.less +0 -9
- package/components/layout/demos/side/index.tsx +0 -78
- package/components/layout/demos/top.tsx +0 -40
- package/components/layout/demos/topSide.tsx +0 -81
- package/components/layout/demos/topSide2.tsx +0 -82
- package/components/layout/index.tsx +0 -25
- package/components/layout/layout.md +0 -308
- package/components/list/components/item.tsx +0 -14
- package/components/list/components/list.tsx +0 -13
- package/components/list/components/meta.tsx +0 -12
- package/components/list/demos/basics.tsx +0 -43
- package/components/list/demos/grid.tsx +0 -37
- package/components/list/demos/infinite.tsx +0 -146
- package/components/list/demos/more.tsx +0 -104
- package/components/list/demos/responsive.tsx +0 -52
- package/components/list/demos/roll.tsx +0 -86
- package/components/list/demos/simple.tsx +0 -53
- package/components/list/demos/verticalRow.tsx +0 -87
- package/components/list/index.tsx +0 -25
- package/components/list/list.md +0 -136
- package/components/mentions/components/mentions.tsx +0 -16
- package/components/mentions/components/option.tsx +0 -12
- package/components/mentions/demos/async.tsx +0 -52
- package/components/mentions/demos/autoSize.tsx +0 -21
- package/components/mentions/demos/basic.tsx +0 -32
- package/components/mentions/demos/disabled.tsx +0 -42
- package/components/mentions/demos/prefix.tsx +0 -37
- package/components/mentions/demos/top.tsx +0 -20
- package/components/mentions/index.tsx +0 -18
- package/components/mentions/mentions.md +0 -88
- package/components/menu/components/divider.tsx +0 -17
- package/components/menu/components/item.tsx +0 -15
- package/components/menu/components/itemGroup.tsx +0 -22
- package/components/menu/components/menu.tsx +0 -17
- package/components/menu/components/subMenu.tsx +0 -15
- package/components/menu/demos/horizontal.tsx +0 -55
- package/components/menu/demos/inline-collapsed.tsx +0 -71
- package/components/menu/demos/inline.tsx +0 -57
- package/components/menu/demos/sider-current.tsx +0 -61
- package/components/menu/demos/theme.tsx +0 -73
- package/components/menu/demos/vertical.tsx +0 -52
- package/components/menu/index.tsx +0 -32
- package/components/menu/menu.md +0 -144
- package/components/message/demos/custom-style.tsx +0 -22
- package/components/message/demos/duration.tsx +0 -19
- package/components/message/demos/hooks.tsx +0 -32
- package/components/message/demos/info.tsx +0 -20
- package/components/message/demos/loading.tsx +0 -19
- package/components/message/demos/other.tsx +0 -31
- package/components/message/demos/thenable.tsx +0 -20
- package/components/message/demos/update.tsx +0 -25
- package/components/message/index.tsx +0 -8
- package/components/message/message.md +0 -163
- package/components/modal/components/modal.tsx +0 -19
- package/components/modal/demos/async.tsx +0 -50
- package/components/modal/demos/basic.tsx +0 -43
- package/components/modal/demos/button-props.tsx +0 -55
- package/components/modal/demos/confirm-router.tsx +0 -37
- package/components/modal/demos/confirm.tsx +0 -94
- package/components/modal/demos/footer.tsx +0 -78
- package/components/modal/demos/hooks.tsx +0 -72
- package/components/modal/demos/info.tsx +0 -54
- package/components/modal/demos/locale.tsx +0 -68
- package/components/modal/demos/manual.tsx +0 -31
- package/components/modal/demos/modal-render.tsx +0 -114
- package/components/modal/demos/position.tsx +0 -61
- package/components/modal/demos/width.tsx +0 -32
- package/components/modal/index.tsx +0 -54
- package/components/modal/modal.md +0 -221
- package/components/modal/style/index.less +0 -21
- package/components/notification/demos/basic.tsx +0 -28
- package/components/notification/demos/custom-icon.tsx +0 -27
- package/components/notification/demos/custom-style.tsx +0 -29
- package/components/notification/demos/duration.tsx +0 -27
- package/components/notification/demos/hooks.tsx +0 -61
- package/components/notification/demos/placement.tsx +0 -55
- package/components/notification/demos/update.tsx +0 -33
- package/components/notification/demos/with-btn.tsx +0 -44
- package/components/notification/demos/with-icon.tsx +0 -35
- package/components/notification/index.tsx +0 -10
- package/components/notification/notification.md +0 -140
- package/components/page-header/demos/basic.tsx +0 -20
- package/components/page-header/demos/breadcrumb.tsx +0 -34
- package/components/page-header/demos/combination.tsx +0 -156
- package/components/page-header/demos/ghost.tsx +0 -46
- package/components/page-header/demos/multiform.tsx +0 -73
- package/components/page-header/demos/responsive.tsx +0 -79
- package/components/page-header/index.tsx +0 -12
- package/components/page-header/page-header.md +0 -121
- package/components/pagination/demos/all.tsx +0 -22
- package/components/pagination/demos/basic.tsx +0 -13
- package/components/pagination/demos/changer.tsx +0 -33
- package/components/pagination/demos/controlled.tsx +0 -19
- package/components/pagination/demos/itemRender.tsx +0 -22
- package/components/pagination/demos/jump.tsx +0 -34
- package/components/pagination/demos/mini.tsx +0 -31
- package/components/pagination/demos/more.tsx +0 -13
- package/components/pagination/demos/simple.tsx +0 -19
- package/components/pagination/demos/total.tsx +0 -35
- package/components/pagination/index.tsx +0 -19
- package/components/pagination/pagination.md +0 -95
- package/components/pagination/style/index.less +0 -25
- package/components/popconfirm/demos/async.tsx +0 -46
- package/components/popconfirm/demos/basic.tsx +0 -32
- package/components/popconfirm/demos/dynamic-trigger.tsx +0 -61
- package/components/popconfirm/demos/icon.tsx +0 -21
- package/components/popconfirm/demos/locale.tsx +0 -17
- package/components/popconfirm/demos/placement.tsx +0 -137
- package/components/popconfirm/demos/promise.tsx +0 -26
- package/components/popconfirm/index.tsx +0 -15
- package/components/popconfirm/popconfirm.md +0 -88
- package/components/popover/demos/arrow-point-at-center.tsx +0 -33
- package/components/popover/demos/basic.tsx +0 -24
- package/components/popover/demos/hover-with-click.tsx +0 -57
- package/components/popover/demos/interalClose.tsx +0 -33
- package/components/popover/demos/placement.tsx +0 -128
- package/components/popover/demos/triggerType.tsx +0 -33
- package/components/popover/index.tsx +0 -16
- package/components/popover/popover.md +0 -79
- package/components/progress/demos/activeShow.tsx +0 -40
- package/components/progress/demos/bar.tsx +0 -21
- package/components/progress/demos/circle.tsx +0 -19
- package/components/progress/demos/circleActive.tsx +0 -41
- package/components/progress/demos/dashboard.tsx +0 -17
- package/components/progress/demos/formatStyle.tsx +0 -21
- package/components/progress/demos/lineGradient.tsx +0 -46
- package/components/progress/demos/moreDashboard.tsx +0 -28
- package/components/progress/demos/round.tsx +0 -14
- package/components/progress/demos/smallBar.tsx +0 -20
- package/components/progress/demos/smallCircle.tsx +0 -19
- package/components/progress/demos/stepProgress.tsx +0 -21
- package/components/progress/index.tsx +0 -17
- package/components/progress/progress.md +0 -114
- package/components/radio/components/button.tsx +0 -18
- package/components/radio/components/group.tsx +0 -18
- package/components/radio/components/radio.tsx +0 -18
- package/components/radio/demos/basic.tsx +0 -13
- package/components/radio/demos/disabled.tsx +0 -32
- package/components/radio/demos/radiobutton-solid.tsx +0 -34
- package/components/radio/demos/radiobutton.tsx +0 -49
- package/components/radio/demos/radiogroup-more.tsx +0 -34
- package/components/radio/demos/radiogroup-options.tsx +0 -78
- package/components/radio/demos/radiogroup-with-name.tsx +0 -20
- package/components/radio/demos/radiogroup.tsx +0 -27
- package/components/radio/demos/size.tsx +0 -34
- package/components/radio/index.tsx +0 -21
- package/components/radio/radio.md +0 -85
- package/components/rate/demos/basic.tsx +0 -13
- package/components/rate/demos/clear.tsx +0 -21
- package/components/rate/demos/custom.tsx +0 -33
- package/components/rate/demos/half.tsx +0 -12
- package/components/rate/demos/onlyread.tsx +0 -13
- package/components/rate/demos/other.tsx +0 -22
- package/components/rate/demos/text.tsx +0 -24
- package/components/rate/index.tsx +0 -12
- package/components/rate/rate.md +0 -77
- package/components/result/demos/custom.tsx +0 -20
- package/components/result/demos/disabled.tsx +0 -20
- package/components/result/demos/error.tsx +0 -49
- package/components/result/demos/info.tsx +0 -23
- package/components/result/demos/nofound.tsx +0 -21
- package/components/result/demos/serviceErr.tsx +0 -21
- package/components/result/demos/success.tsx +0 -26
- package/components/result/demos/warning.tsx +0 -23
- package/components/result/index.tsx +0 -12
- package/components/result/result.md +0 -62
- package/components/select/components/optGroup.tsx +0 -14
- package/components/select/components/option.tsx +0 -15
- package/components/select/components/select.tsx +0 -17
- package/components/select/demos/automatic-tokenization.tsx +0 -37
- package/components/select/demos/basic.tsx +0 -43
- package/components/select/demos/big-data.tsx +0 -51
- package/components/select/demos/bordered.tsx +0 -31
- package/components/select/demos/coordinate.tsx +0 -58
- package/components/select/demos/custom-dropdown-menu.tsx +0 -66
- package/components/select/demos/custom-tag-render.tsx +0 -49
- package/components/select/demos/hide-selected.tsx +0 -39
- package/components/select/demos/label-in-value.tsx +0 -29
- package/components/select/demos/multiple.tsx +0 -52
- package/components/select/demos/optgroup.tsx +0 -29
- package/components/select/demos/option-label-prop.tsx +0 -61
- package/components/select/demos/responsive.tsx +0 -48
- package/components/select/demos/search-box.tsx +0 -89
- package/components/select/demos/search-sort.tsx +0 -37
- package/components/select/demos/search.tsx +0 -48
- package/components/select/demos/select-users.tsx +0 -102
- package/components/select/demos/size.tsx +0 -77
- package/components/select/demos/tags.tsx +0 -36
- package/components/select/index.tsx +0 -23
- package/components/select/select.md +0 -207
- package/components/slider/demos/basic.tsx +0 -26
- package/components/slider/demos/controlShow.tsx +0 -11
- package/components/slider/demos/custom.tsx +0 -19
- package/components/slider/demos/events.tsx +0 -36
- package/components/slider/demos/icon.tsx +0 -28
- package/components/slider/demos/inputBox.tsx +0 -38
- package/components/slider/demos/marks.tsx +0 -38
- package/components/slider/demos/range.tsx +0 -13
- package/components/slider/demos/reverse.tsx +0 -24
- package/components/slider/demos/vertical.tsx +0 -42
- package/components/slider/index.tsx +0 -18
- package/components/slider/slider.md +0 -96
- package/components/space/demos/align.tsx +0 -44
- package/components/space/demos/base.tsx +0 -31
- package/components/space/demos/customize.tsx +0 -26
- package/components/space/demos/size.tsx +0 -30
- package/components/space/demos/split.tsx +0 -19
- package/components/space/demos/vertical.tsx +0 -24
- package/components/space/demos/wrap.tsx +0 -20
- package/components/space/index.tsx +0 -13
- package/components/space/space.md +0 -84
- package/components/spin/demos/basic.tsx +0 -13
- package/components/spin/demos/custom-indicator.tsx +0 -16
- package/components/spin/demos/delayAndDebounce.tsx +0 -38
- package/components/spin/demos/inside/index.less +0 -8
- package/components/spin/demos/inside/index.tsx +0 -18
- package/components/spin/demos/nested.tsx +0 -34
- package/components/spin/demos/size.tsx +0 -20
- package/components/spin/demos/tip.tsx +0 -22
- package/components/spin/index.tsx +0 -13
- package/components/spin/spin.md +0 -58
- package/components/statistic/components/countdown.tsx +0 -16
- package/components/statistic/components/statistic.tsx +0 -13
- package/components/statistic/demos/basic.tsx +0 -28
- package/components/statistic/demos/company.tsx +0 -23
- package/components/statistic/demos/countDown.tsx +0 -52
- package/components/statistic/demos/inCard.tsx +0 -43
- package/components/statistic/index.tsx +0 -16
- package/components/statistic/statistic.md +0 -72
- package/components/steps/components/step.tsx +0 -12
- package/components/steps/components/steps.tsx +0 -12
- package/components/steps/demos/basic.tsx +0 -24
- package/components/steps/demos/click.tsx +0 -38
- package/components/steps/demos/customdot.tsx +0 -34
- package/components/steps/demos/dot.tsx +0 -40
- package/components/steps/demos/err.tsx +0 -19
- package/components/steps/demos/icon.tsx +0 -27
- package/components/steps/demos/linesmall.tsx +0 -19
- package/components/steps/demos/lineway.tsx +0 -20
- package/components/steps/demos/mini.tsx +0 -20
- package/components/steps/demos/nav.tsx +0 -71
- package/components/steps/demos/progress.tsx +0 -24
- package/components/steps/demos/tab.tsx +0 -67
- package/components/steps/index.tsx +0 -13
- package/components/steps/steps.md +0 -126
- package/components/style/index.less +0 -2
- package/components/style/theme.less +0 -36
- package/components/switch/demos/basic.tsx +0 -17
- package/components/switch/demos/disabled.tsx +0 -27
- package/components/switch/demos/loading.tsx +0 -19
- package/components/switch/demos/size.tsx +0 -19
- package/components/switch/demos/text.tsx +0 -26
- package/components/switch/index.tsx +0 -10
- package/components/switch/switch.md +0 -59
- package/components/table/components/column.tsx +0 -16
- package/components/table/components/columnGroup.tsx +0 -18
- package/components/table/components/summary.tsx +0 -14
- package/components/table/components/table.tsx +0 -23
- package/components/table/demos/ajax.jsx +0 -100
- package/components/table/demos/basic.tsx +0 -87
- package/components/table/demos/bordered.jsx +0 -60
- package/components/table/demos/colspan-rowspan.jsx +0 -123
- package/components/table/demos/custom-filter-panel.jsx +0 -169
- package/components/table/demos/drag-sorting/index.jsx +0 -137
- package/components/table/demos/drag-sorting/index.less +0 -7
- package/components/table/demos/drag-sorting-handler/index.jsx +0 -124
- package/components/table/demos/drag-sorting-handler/index.less +0 -12
- package/components/table/demos/dynamic-settings.jsx +0 -279
- package/components/table/demos/edit-cell/index.less +0 -18
- package/components/table/demos/edit-cell/index.tsx +0 -264
- package/components/table/demos/edit-row/index.less +0 -5
- package/components/table/demos/edit-row/index.tsx +0 -199
- package/components/table/demos/ellipsis-custom-tooltip.jsx +0 -103
- package/components/table/demos/ellipsis.jsx +0 -77
- package/components/table/demos/expand.jsx +0 -70
- package/components/table/demos/fixed-columns-header.jsx +0 -92
- package/components/table/demos/fixed-columns.jsx +0 -60
- package/components/table/demos/fixed-header.jsx +0 -46
- package/components/table/demos/grouping-columns.jsx +0 -120
- package/components/table/demos/head.tsx +0 -101
- package/components/table/demos/jsx.tsx +0 -76
- package/components/table/demos/multiple-sorter.tsx +0 -79
- package/components/table/demos/narrow.jsx +0 -49
- package/components/table/demos/nested-table.jsx +0 -98
- package/components/table/demos/pagination.tsx +0 -130
- package/components/table/demos/reset-filter.tsx +0 -130
- package/components/table/demos/responsive.tsx +0 -43
- package/components/table/demos/row-selection-and-operation.tsx +0 -79
- package/components/table/demos/row-selection-custom.tsx +0 -89
- package/components/table/demos/row-selection.tsx +0 -104
- package/components/table/demos/size.jsx +0 -57
- package/components/table/demos/sticky.tsx +0 -110
- package/components/table/demos/summary.tsx +0 -139
- package/components/table/demos/tree-data.jsx +0 -130
- package/components/table/demos/virtual-list.tsx +0 -147
- package/components/table/index.tsx +0 -34
- package/components/table/table.md +0 -484
- package/components/tabs/components/tab-pane.tsx +0 -16
- package/components/tabs/components/tabs.tsx +0 -14
- package/components/tabs/demos/basic.tsx +0 -31
- package/components/tabs/demos/card-top/index.less +0 -57
- package/components/tabs/demos/card-top/index.tsx +0 -38
- package/components/tabs/demos/card.tsx +0 -31
- package/components/tabs/demos/centered.tsx +0 -27
- package/components/tabs/demos/custom-add-trigger.jsx +0 -83
- package/components/tabs/demos/custom-tab-bar/index.jsx +0 -44
- package/components/tabs/demos/custom-tab-bar/index.less +0 -4
- package/components/tabs/demos/custom-tab-bar-node.jsx +0 -148
- package/components/tabs/demos/disabled.tsx +0 -27
- package/components/tabs/demos/editable-card.jsx +0 -95
- package/components/tabs/demos/extra/index.less +0 -8
- package/components/tabs/demos/extra/index.tsx +0 -76
- package/components/tabs/demos/icon.tsx +0 -41
- package/components/tabs/demos/position.jsx +0 -51
- package/components/tabs/demos/size.jsx +0 -58
- package/components/tabs/demos/slide.jsx +0 -48
- package/components/tabs/index.tsx +0 -17
- package/components/tabs/tabs.md +0 -104
- package/components/tag/components/CheckableTag.tsx +0 -13
- package/components/tag/components/tag.tsx +0 -15
- package/components/tag/demos/animation.tsx +0 -104
- package/components/tag/demos/basic.tsx +0 -34
- package/components/tag/demos/choice.tsx +0 -39
- package/components/tag/demos/colourful.tsx +0 -37
- package/components/tag/demos/control.tsx +0 -24
- package/components/tag/demos/dynamic.tsx +0 -132
- package/components/tag/demos/icon.tsx +0 -36
- package/components/tag/demos/preset.tsx +0 -53
- package/components/tag/index.tsx +0 -16
- package/components/tag/tag.md +0 -86
- package/components/time-picker/components/rangePicker.tsx +0 -13
- package/components/time-picker/components/timePicker.tsx +0 -11
- package/components/time-picker/demos/12hours.jsx +0 -28
- package/components/time-picker/demos/addon.jsx +0 -33
- package/components/time-picker/demos/basic.tsx +0 -23
- package/components/time-picker/demos/bordered.jsx +0 -20
- package/components/time-picker/demos/disabled.jsx +0 -14
- package/components/time-picker/demos/hide-column.jsx +0 -16
- package/components/time-picker/demos/interval-options.jsx +0 -13
- package/components/time-picker/demos/range-picker.jsx +0 -13
- package/components/time-picker/demos/size.jsx +0 -20
- package/components/time-picker/demos/value.jsx +0 -19
- package/components/time-picker/index.tsx +0 -17
- package/components/time-picker/time-picker.md +0 -117
- package/components/timeline/components/item.tsx +0 -13
- package/components/timeline/components/timeline.tsx +0 -13
- package/components/timeline/demos/alternate.tsx +0 -34
- package/components/timeline/demos/basic.tsx +0 -20
- package/components/timeline/demos/color.tsx +0 -42
- package/components/timeline/demos/custom.tsx +0 -26
- package/components/timeline/demos/label.tsx +0 -44
- package/components/timeline/demos/pending.tsx +0 -28
- package/components/timeline/demos/right.tsx +0 -26
- package/components/timeline/index.tsx +0 -14
- package/components/timeline/timeline.md +0 -92
- package/components/tooltip/demos/arrow-point-at-center.tsx +0 -22
- package/components/tooltip/demos/basic.tsx +0 -17
- package/components/tooltip/demos/colorful.tsx +0 -48
- package/components/tooltip/demos/placement.tsx +0 -65
- package/components/tooltip/index.tsx +0 -16
- package/components/tooltip/tooltip.md +0 -91
- package/components/transfer/demos/basic.tsx +0 -64
- package/components/transfer/demos/oneway.tsx +0 -84
- package/components/transfer/demos/pages.tsx +0 -64
- package/components/transfer/demos/render.tsx +0 -72
- package/components/transfer/demos/search.tsx +0 -57
- package/components/transfer/demos/table.jsx +0 -150
- package/components/transfer/demos/tree.jsx +0 -91
- package/components/transfer/index.tsx +0 -17
- package/components/transfer/transfer.md +0 -118
- package/components/tree-select/components/tree-node.tsx +0 -15
- package/components/tree-select/components/tree-select.tsx +0 -18
- package/components/tree-select/tree-select.md +0 -101
- package/components/typography/components/link.tsx +0 -15
- package/components/typography/components/paragraph.tsx +0 -19
- package/components/typography/components/text.tsx +0 -15
- package/components/typography/components/title.tsx +0 -15
- package/components/typography/components/typography.tsx +0 -15
- package/components/typography/demos/basic.tsx +0 -105
- package/components/typography/demos/ellipsis-middle.tsx +0 -32
- package/components/typography/demos/ellipsis.tsx +0 -60
- package/components/typography/demos/interactive.tsx +0 -72
- package/components/typography/demos/suffix.tsx +0 -45
- package/components/typography/demos/text.tsx +0 -35
- package/components/typography/demos/title.tsx +0 -23
- package/components/typography/index.tsx +0 -20
- package/components/typography/typography.md +0 -173
- package/components/upload/components/dragger.tsx +0 -16
- package/components/upload/components/upload.tsx +0 -18
- package/components/upload/demos/avatar.jsx +0 -78
- package/components/upload/demos/basic.tsx +0 -37
- package/components/upload/demos/crop-image.jsx +0 -54
- package/components/upload/demos/customize-progress-bar.jsx +0 -45
- package/components/upload/demos/defaultFileList.jsx +0 -51
- package/components/upload/demos/directory.tsx +0 -18
- package/components/upload/demos/drag-sorting.jsx +0 -132
- package/components/upload/demos/drag.tsx +0 -50
- package/components/upload/demos/fileList.jsx +0 -55
- package/components/upload/demos/max-count.jsx +0 -32
- package/components/upload/demos/picture-card.jsx +0 -113
- package/components/upload/demos/picture-style.jsx +0 -50
- package/components/upload/demos/preview-file.jsx +0 -32
- package/components/upload/demos/transform-file.jsx +0 -45
- package/components/upload/demos/upload-custom-action-icon.jsx +0 -59
- package/components/upload/demos/upload-manually.jsx +0 -92
- package/components/upload/demos/upload-png-only.jsx +0 -30
- package/components/upload/demos/upload-with-aliyun-oss.jsx +0 -116
- package/components/upload/index.tsx +0 -19
- package/components/upload/upload.md +0 -207
- package/docs/getting-started.md +0 -9
- package/docs/help.md +0 -8
- package/docs/index.md +0 -20
- package/lib/alert/components/alert.d.ts +0 -5
- package/lib/alert/components/errorBoundary.d.ts +0 -7
- package/lib/anchor/components/anchor.d.ts +0 -7
- package/lib/anchor/components/link.d.ts +0 -5
- package/lib/auto-complete/components/autoComplete.d.ts +0 -7
- package/lib/auto-complete/components/option.d.ts +0 -5
- package/lib/badge/components/badge.d.ts +0 -5
- package/lib/badge/components/ribbon.d.ts +0 -5
- package/lib/breadcrumb/components/breadcrumb.d.ts +0 -5
- package/lib/breadcrumb/components/item.d.ts +0 -8
- package/lib/breadcrumb/components/separator.d.ts +0 -4
- package/lib/card/components/card.d.ts +0 -5
- package/lib/card/components/grid.d.ts +0 -5
- package/lib/card/components/meta.d.ts +0 -5
- package/lib/checkbox/components/checkbox.d.ts +0 -7
- package/lib/checkbox/components/group.d.ts +0 -7
- package/lib/collapse/components/collapse.d.ts +0 -5
- package/lib/collapse/components/panel.d.ts +0 -5
- package/lib/descriptions/components/descriptions.d.ts +0 -5
- package/lib/descriptions/components/item.d.ts +0 -5
- package/lib/dropdown/components/button.d.ts +0 -5
- package/lib/dropdown/components/dropdown.d.ts +0 -5
- package/lib/empty/components/empty.d.ts +0 -5
- package/lib/grid/components/col.d.ts +0 -11
- package/lib/grid/components/row.d.ts +0 -7
- package/lib/image/components/image.d.ts +0 -5
- package/lib/image/components/previewGroup.d.ts +0 -5
- package/lib/input/components/group.d.ts +0 -5
- package/lib/input/components/input.d.ts +0 -7
- package/lib/input/components/password.d.ts +0 -7
- package/lib/input/components/search.d.ts +0 -7
- package/lib/input/components/textArea.d.ts +0 -7
- package/lib/layout/components/layout.d.ts +0 -9
- package/lib/layout/components/sider.d.ts +0 -5
- package/lib/list/components/item.d.ts +0 -5
- package/lib/list/components/list.d.ts +0 -5
- package/lib/list/components/meta.d.ts +0 -5
- package/lib/mentions/components/mentions.d.ts +0 -7
- package/lib/mentions/components/option.d.ts +0 -5
- package/lib/menu/components/divider.d.ts +0 -7
- package/lib/menu/components/item.d.ts +0 -5
- package/lib/menu/components/itemGroup.d.ts +0 -12
- package/lib/menu/components/menu.d.ts +0 -7
- package/lib/menu/components/subMenu.d.ts +0 -5
- package/lib/modal/components/modal.d.ts +0 -9
- package/lib/radio/components/button.d.ts +0 -7
- package/lib/radio/components/group.d.ts +0 -7
- package/lib/radio/components/radio.d.ts +0 -7
- package/lib/select/components/optGroup.d.ts +0 -4
- package/lib/select/components/option.d.ts +0 -5
- package/lib/select/components/select.d.ts +0 -7
- package/lib/statistic/components/countdown.d.ts +0 -5
- package/lib/statistic/components/statistic.d.ts +0 -5
- package/lib/steps/components/step.d.ts +0 -5
- package/lib/steps/components/steps.d.ts +0 -5
- package/lib/table/components/column.d.ts +0 -5
- package/lib/table/components/columnGroup.d.ts +0 -5
- package/lib/table/components/summary.d.ts +0 -4
- package/lib/table/components/table.d.ts +0 -13
- package/lib/tabs/components/tab-pane.d.ts +0 -5
- package/lib/tabs/components/tabs.d.ts +0 -5
- package/lib/tag/components/CheckableTag.d.ts +0 -5
- package/lib/tag/components/tag.d.ts +0 -7
- package/lib/time-picker/components/rangePicker.d.ts +0 -7
- package/lib/time-picker/components/timePicker.d.ts +0 -7
- package/lib/timeline/components/item.d.ts +0 -5
- package/lib/timeline/components/timeline.d.ts +0 -5
- package/lib/tree-select/components/tree-node.d.ts +0 -0
- package/lib/tree-select/components/tree-select.d.ts +0 -7
- package/lib/typography/components/link.d.ts +0 -5
- package/lib/typography/components/paragraph.d.ts +0 -5
- package/lib/typography/components/text.d.ts +0 -5
- package/lib/typography/components/title.d.ts +0 -5
- package/lib/typography/components/typography.d.ts +0 -5
- package/lib/upload/components/dragger.d.ts +0 -5
- package/lib/upload/components/upload.d.ts +0 -7
- package/rollup.config.js +0 -105
package/lib/input/index.d.ts
CHANGED
@@ -1,24 +1,15 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { InputProps } from './components/input';
|
3
|
-
import Group, { GroupProps } from './components/group';
|
4
|
-
import Search, { SearchProps } from './components/search';
|
5
|
-
import TextArea, { TextAreaProps } from './components/textArea';
|
6
|
-
import Password, { PasswordProps } from './components/password';
|
7
|
-
interface CompoundedComponent
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
declare const Input: CompoundedComponent;
|
17
|
-
export type {
|
18
|
-
InputProps,
|
19
|
-
GroupProps,
|
20
|
-
SearchProps,
|
21
|
-
TextAreaProps,
|
22
|
-
PasswordProps,
|
23
|
-
};
|
24
|
-
export default Input;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { InputProps } from './components/input';
|
3
|
+
import Group, { GroupProps } from './components/group';
|
4
|
+
import Search, { SearchProps } from './components/search';
|
5
|
+
import TextArea, { TextAreaProps } from './components/textArea';
|
6
|
+
import Password, { PasswordProps } from './components/password';
|
7
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLElement>> {
|
8
|
+
Group: typeof Group;
|
9
|
+
Search: typeof Search;
|
10
|
+
TextArea: typeof TextArea;
|
11
|
+
Password: typeof Password;
|
12
|
+
}
|
13
|
+
declare const Input: CompoundedComponent;
|
14
|
+
export type { InputProps, GroupProps, SearchProps, TextAreaProps, PasswordProps, };
|
15
|
+
export default Input;
|
@@ -1,9 +1,7 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { InputNumberProps as AntdInputNumberProps } from 'antd';
|
3
|
-
declare type ValueType = string | number;
|
4
|
-
export interface InputNumberProps<T extends ValueType = ValueType>
|
5
|
-
|
6
|
-
declare const InputNumber: React.ForwardRefExoticComponent<
|
7
|
-
|
8
|
-
>;
|
9
|
-
export default InputNumber;
|
1
|
+
import React from 'react';
|
2
|
+
import type { InputNumberProps as AntdInputNumberProps } from 'antd';
|
3
|
+
declare type ValueType = string | number;
|
4
|
+
export interface InputNumberProps<T extends ValueType = ValueType> extends AntdInputNumberProps<T> {
|
5
|
+
}
|
6
|
+
declare const InputNumber: React.ForwardRefExoticComponent<InputNumberProps<ValueType> & React.RefAttributes<HTMLInputElement>>;
|
7
|
+
export default InputNumber;
|
package/lib/layout/index.d.ts
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { BasicProps, Content, Footer, Header } from './components/layout';
|
3
|
-
import Sider, { SiderProps } from './components/sider';
|
4
|
-
interface LayoutType extends React.FC<BasicProps> {
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
}
|
10
|
-
declare const Layout: LayoutType;
|
11
|
-
export type { SiderProps, BasicProps as LayoutProps };
|
12
|
-
export default Layout;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { BasicProps, Content, Footer, Header } from './components/layout';
|
3
|
+
import Sider, { SiderProps } from './components/sider';
|
4
|
+
interface LayoutType extends React.FC<BasicProps> {
|
5
|
+
Header: typeof Header;
|
6
|
+
Footer: typeof Footer;
|
7
|
+
Content: typeof Content;
|
8
|
+
Sider: typeof Sider;
|
9
|
+
}
|
10
|
+
declare const Layout: LayoutType;
|
11
|
+
export type { SiderProps, BasicProps as LayoutProps };
|
12
|
+
export default Layout;
|
package/lib/list/index.d.ts
CHANGED
@@ -1,17 +1,14 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { ListProps } from './components/list';
|
3
|
-
import { ListItemProps } from './components/item';
|
4
|
-
import Meta, { ListItemMetaProps } from './components/meta';
|
5
|
-
export interface ListItemTypeProps extends React.FC<ListItemProps> {
|
6
|
-
|
7
|
-
}
|
8
|
-
declare const Item: ListItemTypeProps;
|
9
|
-
interface CompoundedComponent
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
declare const List: CompoundedComponent;
|
16
|
-
export type { ListProps, ListItemProps, ListItemMetaProps };
|
17
|
-
export default List;
|
1
|
+
import React from 'react';
|
2
|
+
import { ListProps } from './components/list';
|
3
|
+
import { ListItemProps } from './components/item';
|
4
|
+
import Meta, { ListItemMetaProps } from './components/meta';
|
5
|
+
export interface ListItemTypeProps extends React.FC<ListItemProps> {
|
6
|
+
Meta: typeof Meta;
|
7
|
+
}
|
8
|
+
declare const Item: ListItemTypeProps;
|
9
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<ListProps & React.RefAttributes<HTMLElement>> {
|
10
|
+
Item: typeof Item;
|
11
|
+
}
|
12
|
+
declare const List: CompoundedComponent;
|
13
|
+
export type { ListProps, ListItemProps, ListItemMetaProps };
|
14
|
+
export default List;
|
package/lib/mentions/index.d.ts
CHANGED
@@ -1,13 +1,10 @@
|
|
1
|
-
import { MentionProps } from './components/mentions';
|
2
|
-
import { OptionProps } from './components/option';
|
3
|
-
import React from 'react';
|
4
|
-
import RcMentions from 'rc-mentions';
|
5
|
-
interface CompoundedComponent
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
declare const Mentions: CompoundedComponent;
|
12
|
-
export type { OptionProps, MentionProps };
|
13
|
-
export default Mentions;
|
1
|
+
import { MentionProps } from './components/mentions';
|
2
|
+
import { OptionProps } from './components/option';
|
3
|
+
import React from 'react';
|
4
|
+
import RcMentions from 'rc-mentions';
|
5
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<MentionProps & React.RefAttributes<HTMLElement>> {
|
6
|
+
Option: typeof RcMentions.Option;
|
7
|
+
}
|
8
|
+
declare const Mentions: CompoundedComponent;
|
9
|
+
export type { OptionProps, MentionProps };
|
10
|
+
export default Mentions;
|
package/lib/menu/index.d.ts
CHANGED
@@ -1,24 +1,15 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { MenuProps } from './components/menu';
|
3
|
-
import Item, { ItemProps } from './components/item';
|
4
|
-
import SubMenu, { SubMenuProps } from './components/subMenu';
|
5
|
-
import ItemGroup, { ItemGroupProps } from './components/itemGroup';
|
6
|
-
import Divider, { DividerProps } from './components/divider';
|
7
|
-
interface CompoundedComponent
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
declare const Menu: CompoundedComponent;
|
17
|
-
export type {
|
18
|
-
MenuProps,
|
19
|
-
ItemProps,
|
20
|
-
SubMenuProps,
|
21
|
-
ItemGroupProps,
|
22
|
-
DividerProps,
|
23
|
-
};
|
24
|
-
export default Menu;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { MenuProps } from './components/menu';
|
3
|
+
import Item, { ItemProps } from './components/item';
|
4
|
+
import SubMenu, { SubMenuProps } from './components/subMenu';
|
5
|
+
import ItemGroup, { ItemGroupProps } from './components/itemGroup';
|
6
|
+
import Divider, { DividerProps } from './components/divider';
|
7
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<MenuProps & React.RefAttributes<HTMLElement>> {
|
8
|
+
Item: typeof Item;
|
9
|
+
SubMenu: typeof SubMenu;
|
10
|
+
ItemGroup: typeof ItemGroup;
|
11
|
+
Divider: typeof Divider;
|
12
|
+
}
|
13
|
+
declare const Menu: CompoundedComponent;
|
14
|
+
export type { MenuProps, ItemProps, SubMenuProps, ItemGroupProps, DividerProps, };
|
15
|
+
export default Menu;
|
package/lib/message/index.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
|
-
import { message as AntdMessage } from 'antd';
|
2
|
-
import type { MessageArgsProps as AntdMessageArgsProps } from 'antd';
|
3
|
-
export interface MessageArgsProps extends AntdMessageArgsProps {
|
4
|
-
|
5
|
-
declare
|
6
|
-
|
1
|
+
import { message as AntdMessage } from 'antd';
|
2
|
+
import type { MessageArgsProps as AntdMessageArgsProps } from 'antd';
|
3
|
+
export interface MessageArgsProps extends AntdMessageArgsProps {
|
4
|
+
}
|
5
|
+
declare type MessageApi = typeof AntdMessage;
|
6
|
+
declare const Message: MessageApi;
|
7
|
+
export default Message;
|
package/lib/modal/index.d.ts
CHANGED
@@ -1,17 +1,13 @@
|
|
1
|
-
import OriginModal from './components/modal';
|
2
|
-
import type { ModalProps, ModalFuncProps } from './components/modal';
|
3
|
-
import type {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
};
|
15
|
-
declare const Modal: ModalType;
|
16
|
-
export type { ModalProps, ModalFuncProps };
|
17
|
-
export default Modal;
|
1
|
+
import OriginModal from './components/modal';
|
2
|
+
import type { ModalProps, ModalFuncProps } from './components/modal';
|
3
|
+
import type { ModalStaticFunctions, modalGlobalConfig } from 'antd/es/modal/confirm';
|
4
|
+
import esUseModal from 'antd/es/modal/useModal';
|
5
|
+
import './style/index.less';
|
6
|
+
declare type ModalType = typeof OriginModal & ModalStaticFunctions & {
|
7
|
+
useModal: typeof esUseModal;
|
8
|
+
destroyAll: () => void;
|
9
|
+
config: typeof modalGlobalConfig;
|
10
|
+
};
|
11
|
+
declare const Modal: ModalType;
|
12
|
+
export type { ModalProps, ModalFuncProps };
|
13
|
+
export default Modal;
|
@@ -1,8 +1,4 @@
|
|
1
|
-
import { notification } from 'antd';
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
NotificationInstance,
|
6
|
-
} from 'antd/es/notification';
|
7
|
-
export type { NotificationApi, NotificationPlacement, NotificationInstance };
|
8
|
-
export default notification;
|
1
|
+
import { notification } from 'antd';
|
2
|
+
import { NotificationApi, NotificationPlacement, NotificationInstance } from 'antd/es/notification';
|
3
|
+
export type { NotificationApi, NotificationPlacement, NotificationInstance };
|
4
|
+
export default notification;
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { FC } from 'react';
|
2
|
-
import type { PageHeaderProps as AntdPageHeaderProps } from 'antd';
|
3
|
-
export interface PageHeaderProps extends AntdPageHeaderProps {
|
4
|
-
|
5
|
-
|
1
|
+
import { FC } from 'react';
|
2
|
+
import type { PageHeaderProps as AntdPageHeaderProps } from 'antd';
|
3
|
+
export interface PageHeaderProps extends AntdPageHeaderProps {
|
4
|
+
}
|
5
|
+
declare const PageHeader: FC<PageHeaderProps>;
|
6
|
+
export default PageHeader;
|
@@ -1,10 +1,9 @@
|
|
1
|
-
import { FC } from 'react';
|
2
|
-
import type {
|
3
|
-
|
4
|
-
|
5
|
-
}
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
export default Pagination;
|
1
|
+
import { FC } from 'react';
|
2
|
+
import type { PaginationProps as AntdPaginationProps, PaginationConfig as AntdPaginationConfig } from 'antd/es/pagination';
|
3
|
+
import './style/index.less';
|
4
|
+
export interface PaginationProps extends AntdPaginationProps {
|
5
|
+
}
|
6
|
+
export interface PaginationConfig extends AntdPaginationConfig {
|
7
|
+
}
|
8
|
+
declare const Pagination: FC<PaginationProps>;
|
9
|
+
export default Pagination;
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { PopconfirmProps as AntdPopconfirmProps } from 'antd/es/popconfirm';
|
3
|
-
export interface PopconfirmProps extends AntdPopconfirmProps {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
export default Popconfirm;
|
1
|
+
import React from 'react';
|
2
|
+
import type { PopconfirmProps as AntdPopconfirmProps } from 'antd/es/popconfirm';
|
3
|
+
export interface PopconfirmProps extends AntdPopconfirmProps {
|
4
|
+
}
|
5
|
+
declare const Popconfirm: React.ForwardRefExoticComponent<PopconfirmProps & React.RefAttributes<unknown>>;
|
6
|
+
export default Popconfirm;
|
package/lib/popover/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { PopoverProps as AntdPopoverProps } from 'antd';
|
3
|
-
export interface PopoverProps extends AntdPopoverProps {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
export default Popover;
|
1
|
+
import React from 'react';
|
2
|
+
import type { PopoverProps as AntdPopoverProps } from 'antd';
|
3
|
+
export interface PopoverProps extends AntdPopoverProps {
|
4
|
+
}
|
5
|
+
declare const Popover: React.ForwardRefExoticComponent<PopoverProps & React.RefAttributes<any>>;
|
6
|
+
export default Popover;
|
package/lib/progress/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type { ProgressProps as AntdProgressProps } from 'antd';
|
3
|
-
export interface ProgressProps extends AntdProgressProps {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
export default Progress;
|
1
|
+
import React from 'react';
|
2
|
+
import type { ProgressProps as AntdProgressProps } from 'antd';
|
3
|
+
export interface ProgressProps extends AntdProgressProps {
|
4
|
+
}
|
5
|
+
declare const Progress: React.ForwardRefExoticComponent<ProgressProps & React.RefAttributes<any>>;
|
6
|
+
export default Progress;
|
package/lib/radio/index.d.ts
CHANGED
@@ -1,14 +1,11 @@
|
|
1
|
-
/// <reference types="react" />
|
2
|
-
import { RadioProps } from './components/radio';
|
3
|
-
import Group, { RadioGroupProps } from './components/group';
|
4
|
-
import Button, { RadioButtonProps } from './components/button';
|
5
|
-
interface CompoundedComponent
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
declare const Radio: CompoundedComponent;
|
13
|
-
export type { RadioProps, RadioGroupProps, RadioButtonProps };
|
14
|
-
export default Radio;
|
1
|
+
/// <reference types="react" />
|
2
|
+
import { RadioProps } from './components/radio';
|
3
|
+
import Group, { RadioGroupProps } from './components/group';
|
4
|
+
import Button, { RadioButtonProps } from './components/button';
|
5
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<RadioProps & React.RefAttributes<HTMLElement>> {
|
6
|
+
Group: typeof Group;
|
7
|
+
Button: typeof Button;
|
8
|
+
}
|
9
|
+
declare const Radio: CompoundedComponent;
|
10
|
+
export type { RadioProps, RadioGroupProps, RadioButtonProps };
|
11
|
+
export default Radio;
|
package/lib/rate/index.d.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { RateProps as AntdRateProps } from 'antd/es/rate';
|
3
|
-
export interface RateProps extends AntdRateProps {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
export default Rate;
|
1
|
+
import React from 'react';
|
2
|
+
import { RateProps as AntdRateProps } from 'antd/es/rate';
|
3
|
+
export interface RateProps extends AntdRateProps {
|
4
|
+
}
|
5
|
+
declare const Rate: React.ForwardRefExoticComponent<RateProps & React.RefAttributes<unknown>>;
|
6
|
+
export default Rate;
|
package/lib/result/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
import { FC } from 'react';
|
2
|
-
import type { ResultProps as AntdResultProps } from 'antd/es/result';
|
3
|
-
export interface ResultProps extends AntdResultProps {
|
4
|
-
|
5
|
-
|
1
|
+
import { FC } from 'react';
|
2
|
+
import type { ResultProps as AntdResultProps } from 'antd/es/result';
|
3
|
+
export interface ResultProps extends AntdResultProps {
|
4
|
+
}
|
5
|
+
declare const Result: FC<ResultProps>;
|
6
|
+
export default Result;
|
package/lib/select/index.d.ts
CHANGED
@@ -1,14 +1,11 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import { Select as AntdSelect } from 'antd';
|
3
|
-
import { SelectProps } from './components/select';
|
4
|
-
import { OptionProps } from 'rc-select/lib/Option';
|
5
|
-
interface CompoundedComponent
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
declare const Select: CompoundedComponent;
|
13
|
-
export type { SelectProps, OptionProps };
|
14
|
-
export default Select;
|
1
|
+
import React from 'react';
|
2
|
+
import { Select as AntdSelect } from 'antd';
|
3
|
+
import { SelectProps } from './components/select';
|
4
|
+
import { OptionProps } from 'rc-select/lib/Option';
|
5
|
+
interface CompoundedComponent extends React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<HTMLElement>> {
|
6
|
+
Option: typeof AntdSelect.Option;
|
7
|
+
OptGroup: typeof AntdSelect.OptGroup;
|
8
|
+
}
|
9
|
+
declare const Select: CompoundedComponent;
|
10
|
+
export type { SelectProps, OptionProps };
|
11
|
+
export default Select;
|
package/lib/slider/index.d.ts
CHANGED
@@ -1,11 +1,8 @@
|
|
1
|
-
import React from 'react';
|
2
|
-
import type {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
(SliderRangeProps | SliderSingleProps) & React.RefAttributes<unknown>
|
10
|
-
>;
|
11
|
-
export default Slider;
|
1
|
+
import React from 'react';
|
2
|
+
import type { SliderRangeProps as AntdSliderRangeProps, SliderSingleProps as AntdSliderSingleProps } from 'antd/es/slider';
|
3
|
+
export interface SliderRangeProps extends AntdSliderRangeProps {
|
4
|
+
}
|
5
|
+
export interface SliderSingleProps extends AntdSliderSingleProps {
|
6
|
+
}
|
7
|
+
declare const Slider: React.ForwardRefExoticComponent<(SliderRangeProps | SliderSingleProps) & React.RefAttributes<unknown>>;
|
8
|
+
export default Slider;
|
package/lib/space/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
import { FC } from 'react';
|
2
|
-
import type { SpaceProps as AntdSpaceProps } from 'antd';
|
3
|
-
export interface SpaceProps extends AntdSpaceProps {
|
4
|
-
|
5
|
-
|
1
|
+
import { FC } from 'react';
|
2
|
+
import type { SpaceProps as AntdSpaceProps } from 'antd';
|
3
|
+
export interface SpaceProps extends AntdSpaceProps {
|
4
|
+
}
|
5
|
+
declare const Space: FC<SpaceProps>;
|
6
|
+
export default Space;
|
package/lib/spin/index.d.ts
CHANGED
@@ -1,5 +1,6 @@
|
|
1
|
-
import { FC } from 'react';
|
2
|
-
import type { SpinProps as AntdSpinProps } from 'antd/es/spin';
|
3
|
-
export interface SpinProps extends AntdSpinProps {
|
4
|
-
|
5
|
-
|
1
|
+
import { FC } from 'react';
|
2
|
+
import type { SpinProps as AntdSpinProps } from 'antd/es/spin';
|
3
|
+
export interface SpinProps extends AntdSpinProps {
|
4
|
+
}
|
5
|
+
declare const Spin: FC<SpinProps>;
|
6
|
+
export default Spin;
|