@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/es/index.js
CHANGED
@@ -1,781 +1,623 @@
|
|
1
1
|
import React, { forwardRef } from 'react';
|
2
|
-
import {
|
3
|
-
Button as Button$3,
|
4
|
-
Avatar as Avatar$1,
|
5
|
-
Spin as Spin$1,
|
6
|
-
Badge as Badge$1,
|
7
|
-
Input as Input$2,
|
8
|
-
Radio as Radio$2,
|
9
|
-
Checkbox as Checkbox$2,
|
10
|
-
Select as Select$2,
|
11
|
-
Switch as Switch$1,
|
12
|
-
Divider as Divider$2,
|
13
|
-
Card as Card$2,
|
14
|
-
Tag as Tag$2,
|
15
|
-
Statistic as Statistic$2,
|
16
|
-
Empty as Empty$2,
|
17
|
-
Menu as Menu$2,
|
18
|
-
Table as Table$2,
|
19
|
-
List as List$2,
|
20
|
-
Timeline as Timeline$2,
|
21
|
-
Progress as Progress$2,
|
22
|
-
InputNumber as InputNumber$1,
|
23
|
-
Dropdown as Dropdown$2,
|
24
|
-
Pagination as Pagination$1,
|
25
|
-
Slider as Slider$1,
|
26
|
-
Modal as Modal$2,
|
27
|
-
Typography as Typography$1,
|
28
|
-
Cascader as Cascader$1,
|
29
|
-
TimePicker as TimePicker$2,
|
30
|
-
AutoComplete as AutoComplete$2,
|
31
|
-
Layout as Layout$2,
|
32
|
-
Space as Space$1,
|
33
|
-
Popover as Popover$1,
|
34
|
-
PageHeader as PageHeader$1,
|
35
|
-
Transfer,
|
36
|
-
Affix as Affix$1,
|
37
|
-
Alert as Alert$2,
|
38
|
-
Drawer as Drawer$1,
|
39
|
-
message,
|
40
|
-
Tooltip as Tooltip$1,
|
41
|
-
Carousel as Carousel$1,
|
42
|
-
Popconfirm as Popconfirm$1,
|
43
|
-
Breadcrumb as Breadcrumb$2,
|
44
|
-
Tabs as Tabs$2,
|
45
|
-
Steps as Steps$2,
|
46
|
-
Rate as Rate$1,
|
47
|
-
Mentions as Mentions$2,
|
48
|
-
Image as Image$2,
|
49
|
-
Descriptions as Descriptions$2,
|
50
|
-
Result as Result$1,
|
51
|
-
Upload as Upload$2,
|
52
|
-
Comment as Comment$1,
|
53
|
-
Collapse as Collapse$2,
|
54
|
-
BackTop as BackTop$1,
|
55
|
-
Anchor as Anchor$2,
|
56
|
-
} from 'antd';
|
2
|
+
import { Button as Button$3, Avatar as Avatar$1, Spin as Spin$1, Badge as Badge$1, Input as Input$2, Radio as Radio$2, Checkbox as Checkbox$2, Select as Select$2, Switch as Switch$1, Divider as Divider$2, Card as Card$2, Tag as Tag$2, Statistic as Statistic$2, Empty as Empty$2, Menu as Menu$2, Table as Table$2, List as List$2, Timeline as Timeline$2, Progress as Progress$2, InputNumber as InputNumber$1, Dropdown as Dropdown$2, Pagination as Pagination$1, Slider as Slider$1, Modal as Modal$2, Typography as Typography$1, Cascader as Cascader$1, TimePicker as TimePicker$2, AutoComplete as AutoComplete$2, Layout as Layout$2, Space as Space$1, Popover as Popover$1, PageHeader as PageHeader$1, Transfer, Affix as Affix$1, Alert as Alert$2, Drawer as Drawer$1, message, Tooltip as Tooltip$1, Carousel as Carousel$1, Popconfirm as Popconfirm$1, Breadcrumb as Breadcrumb$2, Tabs as Tabs$2, Steps as Steps$2, Rate as Rate$1, Mentions as Mentions$2, Image as Image$2, Descriptions as Descriptions$2, Result as Result$1, Upload as Upload$2, Comment as Comment$1, Collapse as Collapse$2, BackTop as BackTop$1, Anchor as Anchor$2 } from 'antd';
|
57
3
|
export { Calendar, ConfigProvider, DatePicker, Form, notification } from 'antd';
|
58
4
|
import DefaultEmptyImg from 'antd/es/empty/empty';
|
59
5
|
import SimpleEmptyImg from 'antd/es/empty/simple';
|
60
6
|
import RcSteps from 'rc-steps';
|
61
7
|
import RcMentions from 'rc-mentions';
|
62
8
|
|
63
|
-
const Button$2 = (props) => {
|
64
|
-
|
65
|
-
|
9
|
+
const Button$2 = (props) => {
|
10
|
+
const { children, ...otherProps } = props;
|
11
|
+
return React.createElement(Button$3, { ...otherProps }, children);
|
66
12
|
};
|
67
13
|
|
68
|
-
const InternalAvatar = (props) => {
|
69
|
-
|
70
|
-
|
71
|
-
};
|
72
|
-
const Avatar = InternalAvatar;
|
14
|
+
const InternalAvatar = (props) => {
|
15
|
+
const { children, ...otherProps } = props;
|
16
|
+
return React.createElement(Avatar$1, { ...otherProps }, children);
|
17
|
+
};
|
18
|
+
const Avatar = InternalAvatar;
|
73
19
|
Avatar.Group = Avatar$1.Group;
|
74
20
|
|
75
|
-
const Spin = (props) => {
|
76
|
-
|
77
|
-
|
21
|
+
const Spin = (props) => {
|
22
|
+
const { children, ...otherProps } = props;
|
23
|
+
return React.createElement(Spin$1, { ...otherProps }, children);
|
78
24
|
};
|
79
25
|
|
80
|
-
const { Ribbon: AntdRibbon } = Badge$1;
|
81
|
-
const Ribbon = (props) => {
|
82
|
-
|
83
|
-
|
26
|
+
const { Ribbon: AntdRibbon } = Badge$1;
|
27
|
+
const Ribbon = (props) => {
|
28
|
+
const { children, ...otherProps } = props;
|
29
|
+
return React.createElement(AntdRibbon, { ...otherProps }, children);
|
84
30
|
};
|
85
31
|
|
86
|
-
const Badge = (props) => {
|
87
|
-
|
88
|
-
|
89
|
-
};
|
32
|
+
const Badge = (props) => {
|
33
|
+
const { children, ...otherProps } = props;
|
34
|
+
return React.createElement(Badge$1, { ...otherProps }, children);
|
35
|
+
};
|
90
36
|
Badge.Ribbon = Ribbon;
|
91
37
|
|
92
|
-
const Input$1 = forwardRef((props, ref) => {
|
93
|
-
|
38
|
+
const Input$1 = forwardRef((props, ref) => {
|
39
|
+
return React.createElement(Input$2, { ref: ref, ...props });
|
94
40
|
});
|
95
41
|
|
96
|
-
const AntdGroup = Input$2.Group;
|
97
|
-
const Group$2 = (props) => {
|
98
|
-
|
42
|
+
const AntdGroup = Input$2.Group;
|
43
|
+
const Group$2 = (props) => {
|
44
|
+
return React.createElement(AntdGroup, { ...props });
|
99
45
|
};
|
100
46
|
|
101
|
-
const AntdSearch = Input$2.Search;
|
102
|
-
const Search = forwardRef((props, ref) => {
|
103
|
-
|
47
|
+
const AntdSearch = Input$2.Search;
|
48
|
+
const Search = forwardRef((props, ref) => {
|
49
|
+
return React.createElement(AntdSearch, { ref: ref, ...props });
|
104
50
|
});
|
105
51
|
|
106
|
-
const AntdTextArea = Input$2.TextArea;
|
107
|
-
const TextArea = forwardRef((props, ref) => {
|
108
|
-
|
52
|
+
const AntdTextArea = Input$2.TextArea;
|
53
|
+
const TextArea = forwardRef((props, ref) => {
|
54
|
+
return React.createElement(AntdTextArea, { ref: ref, ...props });
|
109
55
|
});
|
110
56
|
|
111
|
-
const AntdPassword = Input$2.Password;
|
112
|
-
const Password = forwardRef((props, ref) => {
|
113
|
-
|
57
|
+
const AntdPassword = Input$2.Password;
|
58
|
+
const Password = forwardRef((props, ref) => {
|
59
|
+
return React.createElement(AntdPassword, { ref: ref, ...props });
|
114
60
|
});
|
115
61
|
|
116
|
-
const Input = Input$1;
|
117
|
-
Input.Group = Group$2;
|
118
|
-
Input.Search = Search;
|
119
|
-
Input.TextArea = TextArea;
|
62
|
+
const Input = Input$1;
|
63
|
+
Input.Group = Group$2;
|
64
|
+
Input.Search = Search;
|
65
|
+
Input.TextArea = TextArea;
|
120
66
|
Input.Password = Password;
|
121
67
|
|
122
|
-
const Radio$1 = forwardRef((props, ref) => {
|
123
|
-
|
124
|
-
|
68
|
+
const Radio$1 = forwardRef((props, ref) => {
|
69
|
+
const { children, ...otherProps } = props;
|
70
|
+
return (React.createElement(Radio$2, { ...otherProps, ref: ref }, children));
|
125
71
|
});
|
126
72
|
|
127
|
-
const Group$1 = forwardRef((props, ref) => {
|
128
|
-
|
129
|
-
|
130
|
-
Radio$2.Group,
|
131
|
-
{ ...otherProps, ref: ref },
|
132
|
-
children,
|
133
|
-
);
|
73
|
+
const Group$1 = forwardRef((props, ref) => {
|
74
|
+
const { children, ...otherProps } = props;
|
75
|
+
return (React.createElement(Radio$2.Group, { ...otherProps, ref: ref }, children));
|
134
76
|
});
|
135
77
|
|
136
|
-
const Button$1 = forwardRef((props, ref) => {
|
137
|
-
|
138
|
-
|
139
|
-
Radio$2.Button,
|
140
|
-
{ ...otherProps, ref: ref },
|
141
|
-
children,
|
142
|
-
);
|
78
|
+
const Button$1 = forwardRef((props, ref) => {
|
79
|
+
const { children, ...otherProps } = props;
|
80
|
+
return (React.createElement(Radio$2.Button, { ...otherProps, ref: ref }, children));
|
143
81
|
});
|
144
82
|
|
145
|
-
const Radio = Radio$1;
|
146
|
-
Radio.Group = Group$1;
|
83
|
+
const Radio = Radio$1;
|
84
|
+
Radio.Group = Group$1;
|
147
85
|
Radio.Button = Button$1;
|
148
86
|
|
149
|
-
const Checkbox$1 = forwardRef((props, ref) => {
|
150
|
-
|
151
|
-
|
87
|
+
const Checkbox$1 = forwardRef((props, ref) => {
|
88
|
+
const { children, ...otherProps } = props;
|
89
|
+
return (React.createElement(Checkbox$2, { ...otherProps, ref: ref }, children));
|
152
90
|
});
|
153
91
|
|
154
|
-
const { Group: AntdCheckboxGroup } = Checkbox$2;
|
155
|
-
const Group = forwardRef((props, ref) => {
|
156
|
-
|
157
|
-
|
158
|
-
AntdCheckboxGroup,
|
159
|
-
{ ...otherProps, ref: ref },
|
160
|
-
children,
|
161
|
-
);
|
92
|
+
const { Group: AntdCheckboxGroup } = Checkbox$2;
|
93
|
+
const Group = forwardRef((props, ref) => {
|
94
|
+
const { children, ...otherProps } = props;
|
95
|
+
return (React.createElement(AntdCheckboxGroup, { ...otherProps, ref: ref }, children));
|
162
96
|
});
|
163
97
|
|
164
|
-
const Checkbox = Checkbox$1;
|
98
|
+
const Checkbox = Checkbox$1;
|
165
99
|
Checkbox.Group = Group;
|
166
100
|
|
167
|
-
const Select$1 = forwardRef((props, ref) => {
|
168
|
-
|
169
|
-
|
101
|
+
const Select$1 = forwardRef((props, ref) => {
|
102
|
+
const { children, ...otherProps } = props;
|
103
|
+
return (React.createElement(Select$2, { ...otherProps, ref: ref }, children));
|
170
104
|
});
|
171
105
|
|
172
|
-
const Select = Select$1;
|
173
|
-
Select.Option = Select$2.Option;
|
106
|
+
const Select = Select$1;
|
107
|
+
Select.Option = Select$2.Option;
|
174
108
|
Select.OptGroup = Select$2.OptGroup;
|
175
109
|
|
176
|
-
const Switch = forwardRef((props, ref) => {
|
177
|
-
|
110
|
+
const Switch = forwardRef((props, ref) => {
|
111
|
+
return React.createElement(Switch$1, { ...props, ref: ref });
|
178
112
|
});
|
179
113
|
|
180
|
-
const Divider$1 = (props) => {
|
181
|
-
|
182
|
-
|
114
|
+
const Divider$1 = (props) => {
|
115
|
+
const { children, ...otherProps } = props;
|
116
|
+
return React.createElement(Divider$2, { ...otherProps }, children);
|
183
117
|
};
|
184
118
|
|
185
|
-
const Card$1 = (props) => {
|
186
|
-
|
187
|
-
|
119
|
+
const Card$1 = (props) => {
|
120
|
+
const { children, ...otherProps } = props;
|
121
|
+
return React.createElement(Card$2, { ...otherProps }, children);
|
188
122
|
};
|
189
123
|
|
190
|
-
const { Grid: AntdCardGrid } = Card$2;
|
191
|
-
const Grid$1 = (props) => {
|
192
|
-
|
193
|
-
|
124
|
+
const { Grid: AntdCardGrid } = Card$2;
|
125
|
+
const Grid$1 = (props) => {
|
126
|
+
const { children, ...otherProps } = props;
|
127
|
+
return React.createElement(AntdCardGrid, { ...otherProps }, children);
|
194
128
|
};
|
195
129
|
|
196
|
-
const { Meta: AntdCardMeta } = Card$2;
|
197
|
-
const Meta$1 = (props) => {
|
198
|
-
|
199
|
-
|
130
|
+
const { Meta: AntdCardMeta } = Card$2;
|
131
|
+
const Meta$1 = (props) => {
|
132
|
+
const { children, ...otherProps } = props;
|
133
|
+
return React.createElement(AntdCardMeta, { ...otherProps }, children);
|
200
134
|
};
|
201
135
|
|
202
|
-
const Card = Card$1;
|
203
|
-
Card.Grid = Grid$1;
|
136
|
+
const Card = Card$1;
|
137
|
+
Card.Grid = Grid$1;
|
204
138
|
Card.Meta = Meta$1;
|
205
139
|
|
206
|
-
const Tag$1 = forwardRef((props, ref) => {
|
207
|
-
|
140
|
+
const Tag$1 = forwardRef((props, ref) => {
|
141
|
+
return (React.createElement(Tag$2, { ref: ref, ...props }, props.children));
|
208
142
|
});
|
209
143
|
|
210
|
-
const { CheckableTag: AntdTagCheckableTag } = Tag$2;
|
211
|
-
const Grid = (props) => {
|
212
|
-
|
213
|
-
|
144
|
+
const { CheckableTag: AntdTagCheckableTag } = Tag$2;
|
145
|
+
const Grid = (props) => {
|
146
|
+
const { children, ...otherProps } = props;
|
147
|
+
return React.createElement(AntdTagCheckableTag, { ...otherProps }, children);
|
214
148
|
};
|
215
149
|
|
216
|
-
const Tag = Tag$1;
|
150
|
+
const Tag = Tag$1;
|
217
151
|
Tag.CheckableTag = Grid;
|
218
152
|
|
219
|
-
const Statistic$1 = (props) => {
|
220
|
-
|
221
|
-
|
153
|
+
const Statistic$1 = (props) => {
|
154
|
+
const { children, ...otherProps } = props;
|
155
|
+
return React.createElement(Statistic$2, { ...otherProps }, children);
|
222
156
|
};
|
223
157
|
|
224
|
-
const { Countdown: AntdStatisticCountdown } = Statistic$2;
|
225
|
-
const Countdown = (props) => {
|
226
|
-
|
227
|
-
|
228
|
-
AntdStatisticCountdown,
|
229
|
-
{ ...otherProps },
|
230
|
-
children,
|
231
|
-
);
|
158
|
+
const { Countdown: AntdStatisticCountdown } = Statistic$2;
|
159
|
+
const Countdown = (props) => {
|
160
|
+
const { children, ...otherProps } = props;
|
161
|
+
return (React.createElement(AntdStatisticCountdown, { ...otherProps }, children));
|
232
162
|
};
|
233
163
|
|
234
|
-
const Statistic = Statistic$1;
|
164
|
+
const Statistic = Statistic$1;
|
235
165
|
Statistic.Countdown = Countdown;
|
236
166
|
|
237
|
-
const Empty$1 = (props) => {
|
238
|
-
|
239
|
-
|
167
|
+
const Empty$1 = (props) => {
|
168
|
+
const { children, ...otherProps } = props;
|
169
|
+
return React.createElement(Empty$2, { ...otherProps }, children);
|
240
170
|
};
|
241
171
|
|
242
|
-
const defaultEmptyImg = React.createElement(DefaultEmptyImg, null);
|
243
|
-
const simpleEmptyImg = React.createElement(SimpleEmptyImg, null);
|
244
|
-
const Empty = Empty$1;
|
245
|
-
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
172
|
+
const defaultEmptyImg = React.createElement(DefaultEmptyImg, null);
|
173
|
+
const simpleEmptyImg = React.createElement(SimpleEmptyImg, null);
|
174
|
+
const Empty = Empty$1;
|
175
|
+
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
246
176
|
Empty.PRESENTED_IMAGE_SIMPLE = simpleEmptyImg;
|
247
177
|
|
248
|
-
const Menu$1 = forwardRef((props, ref) => {
|
249
|
-
|
250
|
-
|
178
|
+
const Menu$1 = forwardRef((props, ref) => {
|
179
|
+
const { children, ...otherProps } = props;
|
180
|
+
return (React.createElement(Menu$2, { ...otherProps, ref: ref }, children));
|
251
181
|
});
|
252
182
|
|
253
|
-
const { Item: AntdMenuItem } = Menu$2;
|
254
|
-
const Item$5 = (props) => {
|
255
|
-
|
256
|
-
|
183
|
+
const { Item: AntdMenuItem } = Menu$2;
|
184
|
+
const Item$5 = (props) => {
|
185
|
+
const { children, ...otherProps } = props;
|
186
|
+
return React.createElement(AntdMenuItem, { ...otherProps }, children);
|
257
187
|
};
|
258
188
|
|
259
|
-
const { SubMenu: AntdSubMenu } = Menu$2;
|
260
|
-
const SubMenu = (props) => {
|
261
|
-
|
262
|
-
|
189
|
+
const { SubMenu: AntdSubMenu } = Menu$2;
|
190
|
+
const SubMenu = (props) => {
|
191
|
+
const { children, ...otherProps } = props;
|
192
|
+
return React.createElement(AntdSubMenu, { ...otherProps }, children);
|
263
193
|
};
|
264
194
|
|
265
|
-
const { ItemGroup: AntdItemGroup } = Menu$2;
|
266
|
-
const ItemGroup = (props) => {
|
267
|
-
|
268
|
-
|
195
|
+
const { ItemGroup: AntdItemGroup } = Menu$2;
|
196
|
+
const ItemGroup = (props) => {
|
197
|
+
const { children, ...otherProps } = props;
|
198
|
+
return React.createElement(AntdItemGroup, { ...otherProps }, children);
|
269
199
|
};
|
270
200
|
|
271
|
-
const { Divider: AntdDivider } = Menu$2;
|
272
|
-
const Divider = (props) => {
|
273
|
-
|
274
|
-
|
201
|
+
const { Divider: AntdDivider } = Menu$2;
|
202
|
+
const Divider = (props) => {
|
203
|
+
const { children, ...otherProps } = props;
|
204
|
+
return React.createElement(AntdDivider, { ...otherProps }, children);
|
275
205
|
};
|
276
206
|
|
277
|
-
const Menu = Menu$1;
|
278
|
-
Menu.Item = Item$5;
|
279
|
-
Menu.SubMenu = SubMenu;
|
280
|
-
Menu.ItemGroup = ItemGroup;
|
207
|
+
const Menu = Menu$1;
|
208
|
+
Menu.Item = Item$5;
|
209
|
+
Menu.SubMenu = SubMenu;
|
210
|
+
Menu.ItemGroup = ItemGroup;
|
281
211
|
Menu.Divider = Divider;
|
282
212
|
|
283
|
-
const Table$1 = (props) => {
|
284
|
-
|
285
|
-
|
213
|
+
const Table$1 = (props) => {
|
214
|
+
const { children, ...otherProps } = props;
|
215
|
+
return React.createElement(Table$2, { ...otherProps }, children);
|
286
216
|
};
|
287
217
|
|
288
|
-
const { Column: AntdTableColumn } = Table$2;
|
289
|
-
const Column = (props) => {
|
290
|
-
|
291
|
-
|
218
|
+
const { Column: AntdTableColumn } = Table$2;
|
219
|
+
const Column = (props) => {
|
220
|
+
const { children, ...otherProps } = props;
|
221
|
+
return React.createElement(AntdTableColumn, { ...otherProps }, children);
|
292
222
|
};
|
293
223
|
|
294
|
-
const { ColumnGroup: AntdTableColumnGroup } = Table$2;
|
295
|
-
const ColumnGroup = (props) => {
|
296
|
-
|
297
|
-
|
224
|
+
const { ColumnGroup: AntdTableColumnGroup } = Table$2;
|
225
|
+
const ColumnGroup = (props) => {
|
226
|
+
const { children, ...otherProps } = props;
|
227
|
+
return (React.createElement(AntdTableColumnGroup, { ...otherProps }, children));
|
298
228
|
};
|
299
229
|
|
300
|
-
const { Summary: AntdTableSummary } = Table$2;
|
301
|
-
const Summary = (props) => {
|
302
|
-
|
303
|
-
|
230
|
+
const { Summary: AntdTableSummary } = Table$2;
|
231
|
+
const Summary = (props) => {
|
232
|
+
const { children, ...otherProps } = props;
|
233
|
+
return React.createElement(AntdTableSummary, { ...otherProps }, children);
|
304
234
|
};
|
305
235
|
|
306
|
-
// import { Table as AntdTable } from 'antd';
|
307
|
-
// const { Summary } = AntdTable;
|
308
|
-
const SELECTION_ALL = 'SELECT_ALL';
|
309
|
-
const SELECTION_INVERT = 'SELECT_INVERT';
|
310
|
-
const SELECTION_NONE = 'SELECT_NONE';
|
311
|
-
const Table = Table$1;
|
312
|
-
Table.Column = Column;
|
313
|
-
Table.ColumnGroup = ColumnGroup;
|
314
|
-
Table.Summary = Summary;
|
315
|
-
Table.SELECTION_ALL = SELECTION_ALL;
|
316
|
-
Table.SELECTION_INVERT = SELECTION_INVERT;
|
236
|
+
// import { Table as AntdTable } from 'antd';
|
237
|
+
// const { Summary } = AntdTable;
|
238
|
+
const SELECTION_ALL = 'SELECT_ALL';
|
239
|
+
const SELECTION_INVERT = 'SELECT_INVERT';
|
240
|
+
const SELECTION_NONE = 'SELECT_NONE';
|
241
|
+
const Table = Table$1;
|
242
|
+
Table.Column = Column;
|
243
|
+
Table.ColumnGroup = ColumnGroup;
|
244
|
+
Table.Summary = Summary;
|
245
|
+
Table.SELECTION_ALL = SELECTION_ALL;
|
246
|
+
Table.SELECTION_INVERT = SELECTION_INVERT;
|
317
247
|
Table.SELECTION_NONE = SELECTION_NONE;
|
318
248
|
|
319
|
-
const List$1 = (props) => {
|
320
|
-
|
321
|
-
|
249
|
+
const List$1 = (props) => {
|
250
|
+
const { children, ...otherProps } = props;
|
251
|
+
return React.createElement(List$2, { ...otherProps }, children);
|
322
252
|
};
|
323
253
|
|
324
|
-
const { Item: AntdListItem } = List$2;
|
325
|
-
let Item$4 = (props) => {
|
326
|
-
|
327
|
-
|
254
|
+
const { Item: AntdListItem } = List$2;
|
255
|
+
let Item$4 = (props) => {
|
256
|
+
const { children, ...otherProps } = props;
|
257
|
+
return React.createElement(AntdListItem, { ...otherProps }, children);
|
328
258
|
};
|
329
259
|
|
330
|
-
const { Meta: AntdListItemMeta } = List$2.Item;
|
331
|
-
const Meta = (props) => {
|
332
|
-
|
333
|
-
|
260
|
+
const { Meta: AntdListItemMeta } = List$2.Item;
|
261
|
+
const Meta = (props) => {
|
262
|
+
const { children, ...otherProps } = props;
|
263
|
+
return React.createElement(AntdListItemMeta, { ...otherProps }, children);
|
334
264
|
};
|
335
265
|
|
336
|
-
const Item$3 = Item$4;
|
337
|
-
Item$3.Meta = Meta;
|
338
|
-
const List = List$1;
|
266
|
+
const Item$3 = Item$4;
|
267
|
+
Item$3.Meta = Meta;
|
268
|
+
const List = List$1;
|
339
269
|
List.Item = Item$3;
|
340
270
|
|
341
|
-
const Timeline$1 = (props) => {
|
342
|
-
|
343
|
-
|
271
|
+
const Timeline$1 = (props) => {
|
272
|
+
const { children, ...otherProps } = props;
|
273
|
+
return React.createElement(Timeline$2, { ...otherProps }, children);
|
344
274
|
};
|
345
275
|
|
346
|
-
const { Item: AntdTimelineItem } = Timeline$2;
|
347
|
-
const Item$2 = (props) => {
|
348
|
-
|
349
|
-
|
276
|
+
const { Item: AntdTimelineItem } = Timeline$2;
|
277
|
+
const Item$2 = (props) => {
|
278
|
+
const { children, ...otherProps } = props;
|
279
|
+
return React.createElement(AntdTimelineItem, { ...otherProps }, children);
|
350
280
|
};
|
351
281
|
|
352
|
-
const Timeline = Timeline$1;
|
282
|
+
const Timeline = Timeline$1;
|
353
283
|
Timeline.Item = Item$2;
|
354
284
|
|
355
|
-
const Progress$1 = forwardRef((props, ref) => {
|
356
|
-
|
357
|
-
|
285
|
+
const Progress$1 = forwardRef((props, ref) => {
|
286
|
+
const { children, ...otherProps } = props;
|
287
|
+
return (React.createElement(Progress$2, { ref: ref, ...otherProps }, children));
|
358
288
|
});
|
359
289
|
|
360
|
-
const InputNumber = forwardRef((props, ref) => {
|
361
|
-
|
362
|
-
|
363
|
-
InputNumber$1,
|
364
|
-
{ ref: ref, ...otherProps },
|
365
|
-
children,
|
366
|
-
);
|
290
|
+
const InputNumber = forwardRef((props, ref) => {
|
291
|
+
const { children, ...otherProps } = props;
|
292
|
+
return (React.createElement(InputNumber$1, { ref: ref, ...otherProps }, children));
|
367
293
|
});
|
368
294
|
|
369
|
-
const Dropdown$1 = (props) => {
|
370
|
-
|
371
|
-
|
295
|
+
const Dropdown$1 = (props) => {
|
296
|
+
const { children, ...otherProps } = props;
|
297
|
+
return React.createElement(Dropdown$2, { ...otherProps }, children);
|
372
298
|
};
|
373
299
|
|
374
|
-
const { Button: AntdDropDownButton } = Dropdown$2;
|
375
|
-
const Button = (props) => {
|
376
|
-
|
377
|
-
|
300
|
+
const { Button: AntdDropDownButton } = Dropdown$2;
|
301
|
+
const Button = (props) => {
|
302
|
+
const { children, ...otherProps } = props;
|
303
|
+
return React.createElement(AntdDropDownButton, { ...otherProps }, children);
|
378
304
|
};
|
379
305
|
|
380
|
-
const Dropdown = Dropdown$1;
|
306
|
+
const Dropdown = Dropdown$1;
|
381
307
|
Dropdown.Button = Button;
|
382
308
|
|
383
|
-
const Pagination = (props) => {
|
384
|
-
|
385
|
-
|
309
|
+
const Pagination = (props) => {
|
310
|
+
const { children, ...otherProps } = props;
|
311
|
+
return React.createElement(Pagination$1, { ...otherProps }, children);
|
386
312
|
};
|
387
313
|
|
388
|
-
const Slider = forwardRef((props, ref) => {
|
389
|
-
|
390
|
-
|
314
|
+
const Slider = forwardRef((props, ref) => {
|
315
|
+
const { children, ...otherProps } = props;
|
316
|
+
return React.createElement(Slider$1, { ...otherProps, ref: ref });
|
391
317
|
});
|
392
318
|
|
393
|
-
const Modal$1 = (props) => {
|
394
|
-
|
395
|
-
|
396
|
-
};
|
397
|
-
|
398
|
-
const {
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
} = Modal$2;
|
409
|
-
const Modal = Modal$1;
|
410
|
-
Modal.useModal = useModal;
|
411
|
-
Modal.info = info;
|
412
|
-
Modal.success = success;
|
413
|
-
Modal.error = error;
|
414
|
-
Modal.warning = warning;
|
415
|
-
Modal.warn = warn;
|
416
|
-
Modal.confirm = confirm;
|
417
|
-
Modal.destroyAll = destroyAll;
|
319
|
+
const Modal$1 = (props) => {
|
320
|
+
const { children, ...otherProps } = props;
|
321
|
+
return React.createElement(Modal$2, { ...otherProps }, children);
|
322
|
+
};
|
323
|
+
|
324
|
+
const { useModal, info, success, error, warning, warn, confirm, destroyAll, config, } = Modal$2;
|
325
|
+
const Modal = Modal$1;
|
326
|
+
Modal.useModal = useModal;
|
327
|
+
Modal.info = info;
|
328
|
+
Modal.success = success;
|
329
|
+
Modal.error = error;
|
330
|
+
Modal.warning = warning;
|
331
|
+
Modal.warn = warn;
|
332
|
+
Modal.confirm = confirm;
|
333
|
+
Modal.destroyAll = destroyAll;
|
418
334
|
Modal.config = config;
|
419
335
|
|
420
|
-
const { Text: AntdTypographyText$1 } = Typography$1;
|
421
|
-
const Text$1 = (props) => {
|
422
|
-
|
423
|
-
|
336
|
+
const { Text: AntdTypographyText$1 } = Typography$1;
|
337
|
+
const Text$1 = (props) => {
|
338
|
+
const { children, ...otherProps } = props;
|
339
|
+
return React.createElement(AntdTypographyText$1, { ...otherProps }, children);
|
424
340
|
};
|
425
341
|
|
426
|
-
const { Text: AntdTypographyText } = Typography$1;
|
427
|
-
const Text = (props) => {
|
428
|
-
|
429
|
-
|
342
|
+
const { Text: AntdTypographyText } = Typography$1;
|
343
|
+
const Text = (props) => {
|
344
|
+
const { children, ...otherProps } = props;
|
345
|
+
return React.createElement(AntdTypographyText, { ...otherProps }, children);
|
430
346
|
};
|
431
347
|
|
432
|
-
const { Link: AntdTypographyLink } = Typography$1;
|
433
|
-
const Link$1 = (props) => {
|
434
|
-
|
435
|
-
|
348
|
+
const { Link: AntdTypographyLink } = Typography$1;
|
349
|
+
const Link$1 = (props) => {
|
350
|
+
const { children, ...otherProps } = props;
|
351
|
+
return React.createElement(AntdTypographyLink, { ...otherProps }, children);
|
436
352
|
};
|
437
353
|
|
438
|
-
const { Title: AntdTypographyTitle } = Typography$1;
|
439
|
-
const Title = (props) => {
|
440
|
-
|
441
|
-
|
354
|
+
const { Title: AntdTypographyTitle } = Typography$1;
|
355
|
+
const Title = (props) => {
|
356
|
+
const { children, ...otherProps } = props;
|
357
|
+
return React.createElement(AntdTypographyTitle, { ...otherProps }, children);
|
442
358
|
};
|
443
359
|
|
444
|
-
const { Paragraph: AntdTypographyParagraph } = Typography$1;
|
445
|
-
const Paragraph = (props) => {
|
446
|
-
|
447
|
-
|
448
|
-
AntdTypographyParagraph,
|
449
|
-
{ ...otherProps },
|
450
|
-
children,
|
451
|
-
);
|
360
|
+
const { Paragraph: AntdTypographyParagraph } = Typography$1;
|
361
|
+
const Paragraph = (props) => {
|
362
|
+
const { children, ...otherProps } = props;
|
363
|
+
return (React.createElement(AntdTypographyParagraph, { ...otherProps }, children));
|
452
364
|
};
|
453
365
|
|
454
|
-
const Typography = Text$1;
|
455
|
-
Typography.Text = Text;
|
456
|
-
Typography.Link = Link$1;
|
457
|
-
Typography.Title = Title;
|
366
|
+
const Typography = Text$1;
|
367
|
+
Typography.Text = Text;
|
368
|
+
Typography.Link = Link$1;
|
369
|
+
Typography.Title = Title;
|
458
370
|
Typography.Paragraph = Paragraph;
|
459
371
|
|
460
|
-
const Cascader = (props) => {
|
461
|
-
|
462
|
-
|
372
|
+
const Cascader = (props) => {
|
373
|
+
const { children, ...otherProps } = props;
|
374
|
+
return React.createElement(Cascader$1, { ...otherProps }, children);
|
463
375
|
};
|
464
376
|
|
465
|
-
const TimePicker$1 = forwardRef((props, ref) => {
|
466
|
-
|
377
|
+
const TimePicker$1 = forwardRef((props, ref) => {
|
378
|
+
return React.createElement(TimePicker$2, { ...props, ref: ref });
|
467
379
|
});
|
468
380
|
|
469
|
-
const { RangePicker: AntdTimeRangePicker } = TimePicker$2;
|
470
|
-
const RangePicker = forwardRef((props, ref) => {
|
471
|
-
|
381
|
+
const { RangePicker: AntdTimeRangePicker } = TimePicker$2;
|
382
|
+
const RangePicker = forwardRef((props, ref) => {
|
383
|
+
return React.createElement(AntdTimeRangePicker, { ...props, ref: ref });
|
472
384
|
});
|
473
385
|
|
474
|
-
const TimePicker = TimePicker$1;
|
386
|
+
const TimePicker = TimePicker$1;
|
475
387
|
TimePicker.RangePicker = RangePicker;
|
476
388
|
|
477
|
-
const AutoComplete$1 = forwardRef((props, ref) => {
|
478
|
-
|
479
|
-
|
480
|
-
AutoComplete$2,
|
481
|
-
{ ...otherProps, ref: ref },
|
482
|
-
children,
|
483
|
-
);
|
389
|
+
const AutoComplete$1 = forwardRef((props, ref) => {
|
390
|
+
const { children, ...otherProps } = props;
|
391
|
+
return (React.createElement(AutoComplete$2, { ...otherProps, ref: ref }, children));
|
484
392
|
});
|
485
393
|
|
486
|
-
const AutoComplete = AutoComplete$1;
|
394
|
+
const AutoComplete = AutoComplete$1;
|
487
395
|
AutoComplete.Option = AutoComplete$2.Option;
|
488
396
|
|
489
|
-
const {
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
}
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
};
|
500
|
-
const Content = generator(AntdLayoutContent);
|
501
|
-
const Footer = generator(AntdLayoutFooter);
|
502
|
-
const Header = generator(AntdLayoutHeader);
|
397
|
+
const { Content: AntdLayoutContent, Footer: AntdLayoutFooter, Header: AntdLayoutHeader, } = Layout$2;
|
398
|
+
const generator = (BasicComponent) => {
|
399
|
+
const Adapter = (props) => {
|
400
|
+
return React.createElement(BasicComponent, { ...props });
|
401
|
+
};
|
402
|
+
return Adapter;
|
403
|
+
};
|
404
|
+
const Content = generator(AntdLayoutContent);
|
405
|
+
const Footer = generator(AntdLayoutFooter);
|
406
|
+
const Header = generator(AntdLayoutHeader);
|
503
407
|
const Layout$1 = generator(Layout$2);
|
504
408
|
|
505
|
-
const { Sider: AntdLayoutSider } = Layout$2;
|
506
|
-
const Sider = (props) => {
|
507
|
-
|
508
|
-
|
409
|
+
const { Sider: AntdLayoutSider } = Layout$2;
|
410
|
+
const Sider = (props) => {
|
411
|
+
const { children, ...otherProps } = props;
|
412
|
+
return React.createElement(AntdLayoutSider, { ...otherProps }, children);
|
509
413
|
};
|
510
414
|
|
511
|
-
const Layout = Layout$1;
|
512
|
-
Layout.Content = Content;
|
513
|
-
Layout.Footer = Footer;
|
514
|
-
Layout.Header = Header;
|
415
|
+
const Layout = Layout$1;
|
416
|
+
Layout.Content = Content;
|
417
|
+
Layout.Footer = Footer;
|
418
|
+
Layout.Header = Header;
|
515
419
|
Layout.Sider = Sider;
|
516
420
|
|
517
|
-
const Space = (props) => {
|
518
|
-
|
519
|
-
|
421
|
+
const Space = (props) => {
|
422
|
+
const { children, ...otherProps } = props;
|
423
|
+
return React.createElement(Space$1, { ...otherProps }, children);
|
520
424
|
};
|
521
425
|
|
522
|
-
const Popover = forwardRef((props, ref) => {
|
523
|
-
|
524
|
-
|
426
|
+
const Popover = forwardRef((props, ref) => {
|
427
|
+
const { children, ...otherProps } = props;
|
428
|
+
return (React.createElement(Popover$1, { ref: ref, ...otherProps }, children));
|
525
429
|
});
|
526
430
|
|
527
|
-
const PageHeader = (props) => {
|
528
|
-
|
529
|
-
|
431
|
+
const PageHeader = (props) => {
|
432
|
+
const { children, ...otherProps } = props;
|
433
|
+
return React.createElement(PageHeader$1, { ...otherProps }, children);
|
530
434
|
};
|
531
435
|
|
532
|
-
const Progress = forwardRef((props, ref) => {
|
533
|
-
|
534
|
-
|
436
|
+
const Progress = forwardRef((props, ref) => {
|
437
|
+
const { children, ...otherProps } = props;
|
438
|
+
return (React.createElement(Transfer, { ref: ref, ...otherProps }, children));
|
535
439
|
});
|
536
440
|
|
537
|
-
const Affix = (props) => {
|
538
|
-
|
539
|
-
|
441
|
+
const Affix = (props) => {
|
442
|
+
const { children, ...otherProps } = props;
|
443
|
+
return React.createElement(Affix$1, { ...otherProps }, children);
|
540
444
|
};
|
541
445
|
|
542
|
-
const Alert$1 = (props) => {
|
543
|
-
|
544
|
-
|
446
|
+
const Alert$1 = (props) => {
|
447
|
+
const { children, ...otherProps } = props;
|
448
|
+
return React.createElement(Alert$2, { ...otherProps }, children);
|
545
449
|
};
|
546
450
|
|
547
|
-
const { ErrorBoundary: AntdErrorBoundary } = Alert$2;
|
548
|
-
const ErrorBoundary = (props) => {
|
549
|
-
|
451
|
+
const { ErrorBoundary: AntdErrorBoundary } = Alert$2;
|
452
|
+
const ErrorBoundary = (props) => {
|
453
|
+
return React.createElement(AntdErrorBoundary, { ...props });
|
550
454
|
};
|
551
455
|
|
552
|
-
const Alert = Alert$1;
|
456
|
+
const Alert = Alert$1;
|
553
457
|
Alert.ErrorBoundary = ErrorBoundary;
|
554
458
|
|
555
|
-
const Drawer = forwardRef((props, ref) => {
|
556
|
-
|
459
|
+
const Drawer = forwardRef((props, ref) => {
|
460
|
+
return React.createElement(Drawer$1, { ...props });
|
557
461
|
});
|
558
462
|
|
559
463
|
const Message = message;
|
560
464
|
|
561
|
-
const Tooltip = forwardRef((props, ref) => {
|
562
|
-
|
563
|
-
|
465
|
+
const Tooltip = forwardRef((props, ref) => {
|
466
|
+
const { children, ...otherProps } = props;
|
467
|
+
return (React.createElement(Tooltip$1, { ...otherProps, ref: ref }, children));
|
564
468
|
});
|
565
469
|
|
566
|
-
const Carousel = forwardRef((props, ref) => {
|
567
|
-
|
568
|
-
|
470
|
+
const Carousel = forwardRef((props, ref) => {
|
471
|
+
const { children, ...otherProps } = props;
|
472
|
+
return (React.createElement(Carousel$1, { ...otherProps, ref: ref }, children));
|
569
473
|
});
|
570
474
|
|
571
|
-
const Popconfirm = forwardRef((props, ref) => {
|
572
|
-
|
573
|
-
|
574
|
-
Popconfirm$1,
|
575
|
-
{ ref: ref, ...otherProps },
|
576
|
-
children,
|
577
|
-
);
|
475
|
+
const Popconfirm = forwardRef((props, ref) => {
|
476
|
+
const { children, ...otherProps } = props;
|
477
|
+
return (React.createElement(Popconfirm$1, { ref: ref, ...otherProps }, children));
|
578
478
|
});
|
579
479
|
|
580
|
-
const Breadcrumb$1 = (props) => {
|
581
|
-
|
582
|
-
|
480
|
+
const Breadcrumb$1 = (props) => {
|
481
|
+
const { children, ...otherProps } = props;
|
482
|
+
return React.createElement(Breadcrumb$2, { ...otherProps }, children);
|
583
483
|
};
|
584
484
|
|
585
|
-
const { Item: AntdBreadcrumbItem } = Breadcrumb$2;
|
586
|
-
const Item$1 = (props) => {
|
587
|
-
|
588
|
-
|
589
|
-
};
|
485
|
+
const { Item: AntdBreadcrumbItem } = Breadcrumb$2;
|
486
|
+
const Item$1 = (props) => {
|
487
|
+
const { children, ...otherProps } = props;
|
488
|
+
return React.createElement(AntdBreadcrumbItem, { ...otherProps }, children);
|
489
|
+
};
|
590
490
|
Item$1.__ANT_BREADCRUMB_ITEM = true;
|
591
491
|
|
592
|
-
const { Separator: AntdBreadcrumbSeparator } = Breadcrumb$2;
|
593
|
-
const Separator = (props) => {
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
{ ...otherProps },
|
598
|
-
children,
|
599
|
-
);
|
600
|
-
};
|
492
|
+
const { Separator: AntdBreadcrumbSeparator } = Breadcrumb$2;
|
493
|
+
const Separator = (props) => {
|
494
|
+
const { children, ...otherProps } = props;
|
495
|
+
return (React.createElement(AntdBreadcrumbSeparator, { ...otherProps }, children));
|
496
|
+
};
|
601
497
|
Separator.__ANT_BREADCRUMB_SEPARATOR = true;
|
602
498
|
|
603
|
-
const Breadcrumb = Breadcrumb$1;
|
604
|
-
Breadcrumb.Item = Item$1;
|
499
|
+
const Breadcrumb = Breadcrumb$1;
|
500
|
+
Breadcrumb.Item = Item$1;
|
605
501
|
Breadcrumb.Separator = Separator;
|
606
502
|
|
607
|
-
const Tabs$1 = (props) => {
|
608
|
-
|
609
|
-
|
503
|
+
const Tabs$1 = (props) => {
|
504
|
+
const { children, ...otherProps } = props;
|
505
|
+
return React.createElement(Tabs$2, { ...otherProps }, children);
|
610
506
|
};
|
611
507
|
|
612
|
-
const { TabPane: AntdTabPane } = Tabs$2;
|
613
|
-
const TabPane = (props) => {
|
614
|
-
|
615
|
-
|
508
|
+
const { TabPane: AntdTabPane } = Tabs$2;
|
509
|
+
const TabPane = (props) => {
|
510
|
+
const { children, ...otherProps } = props;
|
511
|
+
return React.createElement(AntdTabPane, { ...otherProps }, children);
|
616
512
|
};
|
617
513
|
|
618
|
-
const Tabs = Tabs$1;
|
514
|
+
const Tabs = Tabs$1;
|
619
515
|
Tabs.TabPane = TabPane;
|
620
516
|
|
621
|
-
const Steps$1 = (props) => {
|
622
|
-
|
623
|
-
|
517
|
+
const Steps$1 = (props) => {
|
518
|
+
const { children, ...otherProps } = props;
|
519
|
+
return React.createElement(Steps$2, { ...otherProps }, children);
|
624
520
|
};
|
625
521
|
|
626
|
-
const Steps = Steps$1;
|
522
|
+
const Steps = Steps$1;
|
627
523
|
Steps.Step = RcSteps.Step;
|
628
524
|
|
629
|
-
const Rate = forwardRef((props, ref) => {
|
630
|
-
|
631
|
-
|
525
|
+
const Rate = forwardRef((props, ref) => {
|
526
|
+
const { children, ...otherProps } = props;
|
527
|
+
return React.createElement(Rate$1, { ...otherProps, ref: ref });
|
632
528
|
});
|
633
529
|
|
634
|
-
const Mentions$1 = forwardRef((props, ref) => {
|
635
|
-
|
636
|
-
|
530
|
+
const Mentions$1 = forwardRef((props, ref) => {
|
531
|
+
const { children, ...otherProps } = props;
|
532
|
+
return (React.createElement(Mentions$2, { ...otherProps, ref: ref }, children));
|
637
533
|
});
|
638
534
|
|
639
|
-
const Mentions = Mentions$1;
|
535
|
+
const Mentions = Mentions$1;
|
640
536
|
Mentions.Option = RcMentions.Option;
|
641
537
|
|
642
|
-
const Image$1 = (props) => {
|
643
|
-
|
644
|
-
|
538
|
+
const Image$1 = (props) => {
|
539
|
+
const { children, ...otherProps } = props;
|
540
|
+
return React.createElement(Image$2, { ...otherProps }, children);
|
645
541
|
};
|
646
542
|
|
647
|
-
const { PreviewGroup: AntdPreviewGroup } = Image$2;
|
648
|
-
const PreviewGroup = (props) => {
|
649
|
-
|
650
|
-
|
543
|
+
const { PreviewGroup: AntdPreviewGroup } = Image$2;
|
544
|
+
const PreviewGroup = (props) => {
|
545
|
+
const { children, ...otherProps } = props;
|
546
|
+
return React.createElement(AntdPreviewGroup, { ...otherProps }, children);
|
651
547
|
};
|
652
548
|
|
653
|
-
const Image = Image$1;
|
549
|
+
const Image = Image$1;
|
654
550
|
Image.PreviewGroup = PreviewGroup;
|
655
551
|
|
656
|
-
const Descriptions$1 = (props, ref) => {
|
657
|
-
|
658
|
-
|
552
|
+
const Descriptions$1 = (props, ref) => {
|
553
|
+
const { children, ...otherProps } = props;
|
554
|
+
return React.createElement(Descriptions$2, { ...otherProps }, children);
|
659
555
|
};
|
660
556
|
|
661
|
-
const { Item: AntdItem } = Descriptions$2;
|
662
|
-
const Item = (props) => {
|
663
|
-
|
664
|
-
|
557
|
+
const { Item: AntdItem } = Descriptions$2;
|
558
|
+
const Item = (props) => {
|
559
|
+
const { children, ...otherProps } = props;
|
560
|
+
return React.createElement(AntdItem, { ...otherProps }, children);
|
665
561
|
};
|
666
562
|
|
667
|
-
const Descriptions = Descriptions$1;
|
563
|
+
const Descriptions = Descriptions$1;
|
668
564
|
Descriptions.Item = Item;
|
669
565
|
|
670
|
-
const Result = (props) => {
|
671
|
-
|
672
|
-
|
566
|
+
const Result = (props) => {
|
567
|
+
const { children, ...otherProps } = props;
|
568
|
+
return React.createElement(Result$1, { ...otherProps }, children);
|
673
569
|
};
|
674
570
|
|
675
|
-
const Upload$1 = forwardRef((props, ref) => {
|
676
|
-
|
677
|
-
|
571
|
+
const Upload$1 = forwardRef((props, ref) => {
|
572
|
+
const { children, ...otherProps } = props;
|
573
|
+
return (React.createElement(Upload$2, { ref: ref, ...otherProps }, children));
|
678
574
|
});
|
679
575
|
|
680
|
-
const { Dragger: AntdUploadDragger } = Upload$2;
|
681
|
-
const Dragger = (props) => {
|
682
|
-
|
683
|
-
|
576
|
+
const { Dragger: AntdUploadDragger } = Upload$2;
|
577
|
+
const Dragger = (props) => {
|
578
|
+
const { children, ...otherProps } = props;
|
579
|
+
return React.createElement(AntdUploadDragger, { ...otherProps }, children);
|
684
580
|
};
|
685
581
|
|
686
|
-
const Upload = Upload$1;
|
582
|
+
const Upload = Upload$1;
|
687
583
|
Upload.Dragger = Dragger;
|
688
584
|
|
689
|
-
const Comment = (props) => {
|
690
|
-
|
691
|
-
|
585
|
+
const Comment = (props) => {
|
586
|
+
const { children, ...otherProps } = props;
|
587
|
+
return React.createElement(Comment$1, { ...otherProps }, children);
|
692
588
|
};
|
693
589
|
|
694
|
-
const Collapse$1 = (props) => {
|
695
|
-
|
696
|
-
|
590
|
+
const Collapse$1 = (props) => {
|
591
|
+
const { children, ...otherProps } = props;
|
592
|
+
return React.createElement(Collapse$2, { ...otherProps }, children);
|
697
593
|
};
|
698
594
|
|
699
|
-
const { Panel: AntdPanel } = Collapse$2;
|
700
|
-
const Panel = (props) => {
|
701
|
-
|
702
|
-
|
595
|
+
const { Panel: AntdPanel } = Collapse$2;
|
596
|
+
const Panel = (props) => {
|
597
|
+
const { children, ...otherProps } = props;
|
598
|
+
return React.createElement(AntdPanel, { ...otherProps }, children);
|
703
599
|
};
|
704
600
|
|
705
|
-
const Collapse = Collapse$1;
|
601
|
+
const Collapse = Collapse$1;
|
706
602
|
Collapse.Panel = Panel;
|
707
603
|
|
708
|
-
const BackTop = (props) => {
|
709
|
-
|
710
|
-
|
604
|
+
const BackTop = (props) => {
|
605
|
+
const { children, ...otherProps } = props;
|
606
|
+
return React.createElement(BackTop$1, { ...otherProps }, children);
|
711
607
|
};
|
712
608
|
|
713
|
-
const Anchor$1 = forwardRef((props, ref) => {
|
714
|
-
|
715
|
-
|
609
|
+
const Anchor$1 = forwardRef((props, ref) => {
|
610
|
+
const { children, ...otherProps } = props;
|
611
|
+
return (React.createElement(Anchor$2, { ...otherProps, ref: ref }, children));
|
716
612
|
});
|
717
613
|
|
718
|
-
const { Link: AntdAnchorLink } = Anchor$2;
|
719
|
-
const Link = (props) => {
|
720
|
-
|
721
|
-
|
614
|
+
const { Link: AntdAnchorLink } = Anchor$2;
|
615
|
+
const Link = (props) => {
|
616
|
+
const { children, ...otherProps } = props;
|
617
|
+
return React.createElement(AntdAnchorLink, { ...otherProps }, children);
|
722
618
|
};
|
723
619
|
|
724
|
-
const Anchor = Anchor$1;
|
620
|
+
const Anchor = Anchor$1;
|
725
621
|
Anchor.Link = Link;
|
726
622
|
|
727
|
-
export {
|
728
|
-
Affix,
|
729
|
-
Alert,
|
730
|
-
Anchor,
|
731
|
-
AutoComplete,
|
732
|
-
Avatar,
|
733
|
-
BackTop,
|
734
|
-
Badge,
|
735
|
-
Breadcrumb,
|
736
|
-
Button$2 as Button,
|
737
|
-
Card,
|
738
|
-
Carousel,
|
739
|
-
Cascader,
|
740
|
-
Checkbox,
|
741
|
-
Collapse,
|
742
|
-
Comment,
|
743
|
-
Descriptions,
|
744
|
-
Divider$1 as Divider,
|
745
|
-
Drawer,
|
746
|
-
Dropdown,
|
747
|
-
Empty,
|
748
|
-
Image,
|
749
|
-
Input,
|
750
|
-
InputNumber,
|
751
|
-
Layout,
|
752
|
-
List,
|
753
|
-
Mentions,
|
754
|
-
Menu,
|
755
|
-
Modal,
|
756
|
-
PageHeader,
|
757
|
-
Pagination,
|
758
|
-
Popconfirm,
|
759
|
-
Popover,
|
760
|
-
Progress$1 as Progress,
|
761
|
-
Radio,
|
762
|
-
Rate,
|
763
|
-
Result,
|
764
|
-
Select,
|
765
|
-
Slider,
|
766
|
-
Space,
|
767
|
-
Spin,
|
768
|
-
Statistic,
|
769
|
-
Steps,
|
770
|
-
Switch,
|
771
|
-
Table,
|
772
|
-
Tabs,
|
773
|
-
Tag,
|
774
|
-
TimePicker,
|
775
|
-
Timeline,
|
776
|
-
Tooltip,
|
777
|
-
Progress as Transfer,
|
778
|
-
Typography,
|
779
|
-
Upload,
|
780
|
-
Message as message,
|
781
|
-
};
|
623
|
+
export { Affix, Alert, Anchor, AutoComplete, Avatar, BackTop, Badge, Breadcrumb, Button$2 as Button, Card, Carousel, Cascader, Checkbox, Collapse, Comment, Descriptions, Divider$1 as Divider, Drawer, Dropdown, Empty, Image, Input, InputNumber, Layout, List, Mentions, Menu, Modal, PageHeader, Pagination, Popconfirm, Popover, Progress$1 as Progress, Radio, Rate, Result, Select, Slider, Space, Spin, Statistic, Steps, Switch, Table, Tabs, Tag, TimePicker, Timeline, Tooltip, Progress as Transfer, Typography, Upload, Message as message };
|