@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/grid/index.d.ts
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
import Row, { RowProps } from './components/row';
|
2
|
-
import Col, { ColProps, ColSize } from './components/col';
|
3
|
-
export type { RowProps, ColProps, ColSize };
|
4
|
-
export { Row, Col };
|
5
|
-
declare const _default: {
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
};
|
10
|
-
export default _default;
|
1
|
+
import Row, { RowProps } from './components/row';
|
2
|
+
import Col, { ColProps, ColSize } from './components/col';
|
3
|
+
export type { RowProps, ColProps, ColSize };
|
4
|
+
export { Row, Col };
|
5
|
+
declare const _default: {
|
6
|
+
useBreakpoint: {
|
7
|
+
useBreakpoint: typeof import("antd/es/grid/hooks/useBreakpoint").default;
|
8
|
+
};
|
9
|
+
};
|
10
|
+
export default _default;
|
package/lib/image/index.d.ts
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
import { ImageProps } from './components/image';
|
2
|
-
import PreviewGroup from './components/previewGroup';
|
3
|
-
import React from 'react';
|
4
|
-
interface CompositionImage<P> extends React.FC<P> {
|
5
|
-
|
6
|
-
}
|
7
|
-
declare const Image: CompositionImage<ImageProps>;
|
8
|
-
export type { ImageProps };
|
9
|
-
export default Image;
|
1
|
+
import { ImageProps } from './components/image';
|
2
|
+
import PreviewGroup from './components/previewGroup';
|
3
|
+
import React from 'react';
|
4
|
+
interface CompositionImage<P> extends React.FC<P> {
|
5
|
+
PreviewGroup: typeof PreviewGroup;
|
6
|
+
}
|
7
|
+
declare const Image: CompositionImage<ImageProps>;
|
8
|
+
export type { ImageProps };
|
9
|
+
export default Image;
|
package/lib/index.d.ts
CHANGED
@@ -1,124 +1,115 @@
|
|
1
|
-
export type { ButtonProps } from './button';
|
2
|
-
export { default as Button } from './button';
|
3
|
-
export type { AvatarProps } from './avatar';
|
4
|
-
export { default as Avatar } from './avatar';
|
5
|
-
export type { SpinProps } from './spin';
|
6
|
-
export { default as Spin } from './spin';
|
7
|
-
export type { BadgeProps } from './badge';
|
8
|
-
export { default as Badge } from './badge';
|
9
|
-
export type { InputProps } from './input';
|
10
|
-
export { default as Input } from './input';
|
11
|
-
export type { RadioProps } from './radio';
|
12
|
-
export { default as Radio } from './radio';
|
13
|
-
export type { CheckboxProps } from './checkbox';
|
14
|
-
export { default as Checkbox } from './checkbox';
|
15
|
-
export type { SelectProps } from './select';
|
16
|
-
export { default as Select } from './select';
|
17
|
-
export type { SwitchProps } from './switch';
|
18
|
-
export { default as Switch } from './switch';
|
19
|
-
export type { DividerProps } from './divider';
|
20
|
-
export { default as Divider } from './divider';
|
21
|
-
export type { CardProps } from './card';
|
22
|
-
export { default as Card } from './card';
|
23
|
-
export type { TagProps } from './tag';
|
24
|
-
export { default as Tag } from './tag';
|
25
|
-
export type { StatisticProps } from './statistic';
|
26
|
-
export { default as Statistic } from './statistic';
|
27
|
-
export type { EmptyProps } from './empty';
|
28
|
-
export { default as Empty } from './empty';
|
29
|
-
export type { MenuProps } from './menu';
|
30
|
-
export { default as Menu } from './menu';
|
31
|
-
export type { TableProps } from './table';
|
32
|
-
export { default as Table } from './table';
|
33
|
-
export type { ListProps } from './list';
|
34
|
-
export { default as List } from './list';
|
35
|
-
export type { TimelineProps } from './timeline';
|
36
|
-
export { default as Timeline } from './timeline';
|
37
|
-
export type { ProgressProps } from './progress';
|
38
|
-
export { default as Progress } from './progress';
|
39
|
-
export type { InputNumberProps } from './inputNumber';
|
40
|
-
export { default as InputNumber } from './inputNumber';
|
41
|
-
export type { DropDownProps } from './dropdown';
|
42
|
-
export { default as Dropdown } from './dropdown';
|
43
|
-
export type { PaginationProps } from './pagination';
|
44
|
-
export { default as Pagination } from './pagination';
|
45
|
-
export type { SliderRangeProps, SliderSingleProps } from './slider';
|
46
|
-
export { default as Slider } from './slider';
|
47
|
-
export type { ModalFuncProps, ModalProps } from './modal';
|
48
|
-
export { default as Modal } from './modal';
|
49
|
-
export type { TypographyProps } from './typography';
|
50
|
-
export { default as Typography } from './typography';
|
51
|
-
export type { CascaderProps } from './cascader';
|
52
|
-
export { default as Cascader } from './cascader';
|
53
|
-
export type { DatePickerProps } from './date-picker';
|
54
|
-
export { default as DatePicker } from './date-picker';
|
55
|
-
export type { TimePickerProps } from './time-picker';
|
56
|
-
export { default as TimePicker } from './time-picker';
|
57
|
-
export type { AutoCompleteProps } from './auto-complete';
|
58
|
-
export { default as AutoComplete } from './auto-complete';
|
59
|
-
export type { LayoutProps, SiderProps } from './layout';
|
60
|
-
export { default as Layout } from './layout';
|
61
|
-
export type { SpaceProps } from './space';
|
62
|
-
export { default as Space } from './space';
|
63
|
-
export type { PopoverProps } from './popover';
|
64
|
-
export { default as Popover } from './popover';
|
65
|
-
export type { PageHeaderProps } from './page-header';
|
66
|
-
export { default as PageHeader } from './page-header';
|
67
|
-
export type { TransferProps } from './transfer';
|
68
|
-
export { default as Transfer } from './transfer';
|
69
|
-
export type { AffixProps, AffixState } from './affix';
|
70
|
-
export { default as Affix } from './affix';
|
71
|
-
export type { AlertProps, ErrorBoundaryProps } from './alert';
|
72
|
-
export { default as Alert } from './alert';
|
73
|
-
export type { DrawerProps } from './drawer';
|
74
|
-
export { default as Drawer } from './drawer';
|
75
|
-
export type { MessageArgsProps } from './message';
|
76
|
-
export { default as message } from './message';
|
77
|
-
export type { CalendarProps } from './calendar';
|
78
|
-
export { default as Calendar } from './calendar';
|
79
|
-
export type { TooltipProps } from './tooltip';
|
80
|
-
export { default as Tooltip } from './tooltip';
|
81
|
-
export type { CarouselProps } from './carousel';
|
82
|
-
export { default as Carousel } from './carousel';
|
83
|
-
export type { PopconfirmProps } from './popconfirm';
|
84
|
-
export { default as Popconfirm } from './popconfirm';
|
85
|
-
export type {
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
} from './
|
90
|
-
export { default as
|
91
|
-
export type {
|
92
|
-
export { default as
|
93
|
-
export type {
|
94
|
-
export { default as
|
95
|
-
export type {
|
96
|
-
export { default as
|
97
|
-
export type {
|
98
|
-
export { default as
|
99
|
-
export type {
|
100
|
-
export { default as
|
101
|
-
export type {
|
102
|
-
export { default as
|
103
|
-
export type {
|
104
|
-
export { default as
|
105
|
-
export type {
|
106
|
-
export { default as
|
107
|
-
export type {
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
} from './
|
113
|
-
export {
|
114
|
-
export
|
115
|
-
export { default as
|
116
|
-
export type { CollapseProps, CollapsePanelProps } from './collapse';
|
117
|
-
export { default as Collapse } from './collapse';
|
118
|
-
export type { BackTopProps } from './back-top';
|
119
|
-
export { default as BackTop } from './back-top';
|
120
|
-
export type { AnchorProps, AnchorLinkProps } from './anchor';
|
121
|
-
export { default as Anchor } from './anchor';
|
122
|
-
export type { ConfigProviderProps } from './config-provider';
|
123
|
-
export { default as ConfigProvider } from './config-provider';
|
124
|
-
export { default as notification } from './notification';
|
1
|
+
export type { ButtonProps } from './button';
|
2
|
+
export { default as Button } from './button';
|
3
|
+
export type { AvatarProps } from './avatar';
|
4
|
+
export { default as Avatar } from './avatar';
|
5
|
+
export type { SpinProps } from './spin';
|
6
|
+
export { default as Spin } from './spin';
|
7
|
+
export type { BadgeProps } from './badge';
|
8
|
+
export { default as Badge } from './badge';
|
9
|
+
export type { InputProps } from './input';
|
10
|
+
export { default as Input } from './input';
|
11
|
+
export type { RadioProps } from './radio';
|
12
|
+
export { default as Radio } from './radio';
|
13
|
+
export type { CheckboxProps } from './checkbox';
|
14
|
+
export { default as Checkbox } from './checkbox';
|
15
|
+
export type { SelectProps } from './select';
|
16
|
+
export { default as Select } from './select';
|
17
|
+
export type { SwitchProps } from './switch';
|
18
|
+
export { default as Switch } from './switch';
|
19
|
+
export type { DividerProps } from './divider';
|
20
|
+
export { default as Divider } from './divider';
|
21
|
+
export type { CardProps } from './card';
|
22
|
+
export { default as Card } from './card';
|
23
|
+
export type { TagProps } from './tag';
|
24
|
+
export { default as Tag } from './tag';
|
25
|
+
export type { StatisticProps } from './statistic';
|
26
|
+
export { default as Statistic } from './statistic';
|
27
|
+
export type { EmptyProps } from './empty';
|
28
|
+
export { default as Empty } from './empty';
|
29
|
+
export type { MenuProps } from './menu';
|
30
|
+
export { default as Menu } from './menu';
|
31
|
+
export type { TableProps } from './table';
|
32
|
+
export { default as Table } from './table';
|
33
|
+
export type { ListProps } from './list';
|
34
|
+
export { default as List } from './list';
|
35
|
+
export type { TimelineProps } from './timeline';
|
36
|
+
export { default as Timeline } from './timeline';
|
37
|
+
export type { ProgressProps } from './progress';
|
38
|
+
export { default as Progress } from './progress';
|
39
|
+
export type { InputNumberProps } from './inputNumber';
|
40
|
+
export { default as InputNumber } from './inputNumber';
|
41
|
+
export type { DropDownProps } from './dropdown';
|
42
|
+
export { default as Dropdown } from './dropdown';
|
43
|
+
export type { PaginationProps } from './pagination';
|
44
|
+
export { default as Pagination } from './pagination';
|
45
|
+
export type { SliderRangeProps, SliderSingleProps } from './slider';
|
46
|
+
export { default as Slider } from './slider';
|
47
|
+
export type { ModalFuncProps, ModalProps } from './modal';
|
48
|
+
export { default as Modal } from './modal';
|
49
|
+
export type { TypographyProps } from './typography';
|
50
|
+
export { default as Typography } from './typography';
|
51
|
+
export type { CascaderProps } from './cascader';
|
52
|
+
export { default as Cascader } from './cascader';
|
53
|
+
export type { DatePickerProps } from './date-picker';
|
54
|
+
export { default as DatePicker } from './date-picker';
|
55
|
+
export type { TimePickerProps } from './time-picker';
|
56
|
+
export { default as TimePicker } from './time-picker';
|
57
|
+
export type { AutoCompleteProps } from './auto-complete';
|
58
|
+
export { default as AutoComplete } from './auto-complete';
|
59
|
+
export type { LayoutProps, SiderProps } from './layout';
|
60
|
+
export { default as Layout } from './layout';
|
61
|
+
export type { SpaceProps } from './space';
|
62
|
+
export { default as Space } from './space';
|
63
|
+
export type { PopoverProps } from './popover';
|
64
|
+
export { default as Popover } from './popover';
|
65
|
+
export type { PageHeaderProps } from './page-header';
|
66
|
+
export { default as PageHeader } from './page-header';
|
67
|
+
export type { TransferProps } from './transfer';
|
68
|
+
export { default as Transfer } from './transfer';
|
69
|
+
export type { AffixProps, AffixState } from './affix';
|
70
|
+
export { default as Affix } from './affix';
|
71
|
+
export type { AlertProps, ErrorBoundaryProps } from './alert';
|
72
|
+
export { default as Alert } from './alert';
|
73
|
+
export type { DrawerProps } from './drawer';
|
74
|
+
export { default as Drawer } from './drawer';
|
75
|
+
export type { MessageArgsProps } from './message';
|
76
|
+
export { default as message } from './message';
|
77
|
+
export type { CalendarProps } from './calendar';
|
78
|
+
export { default as Calendar } from './calendar';
|
79
|
+
export type { TooltipProps } from './tooltip';
|
80
|
+
export { default as Tooltip } from './tooltip';
|
81
|
+
export type { CarouselProps } from './carousel';
|
82
|
+
export { default as Carousel } from './carousel';
|
83
|
+
export type { PopconfirmProps } from './popconfirm';
|
84
|
+
export { default as Popconfirm } from './popconfirm';
|
85
|
+
export type { BreadcrumbProps, BreadcrumbItemProps, BreadcrumbSeparatorInterface, } from './breadcrumb';
|
86
|
+
export { default as Breadcrumb } from './breadcrumb';
|
87
|
+
export type { TabsProps, TabPaneProps } from './tabs';
|
88
|
+
export { default as Tabs } from './tabs';
|
89
|
+
export type { StepsProps, StepProps } from './steps';
|
90
|
+
export { default as Steps } from './steps';
|
91
|
+
export type { RateProps } from './rate';
|
92
|
+
export { default as Rate } from './rate';
|
93
|
+
export type { MentionProps, OptionProps } from './mentions';
|
94
|
+
export { default as Mentions } from './mentions';
|
95
|
+
export type { ImageProps } from './image';
|
96
|
+
export { default as Image } from './image';
|
97
|
+
export type { DescriptionsItemProps, DescriptionsProps } from './descriptions';
|
98
|
+
export { default as Descriptions } from './descriptions';
|
99
|
+
export type { ResultProps } from './result';
|
100
|
+
export { default as Result } from './result';
|
101
|
+
export type { UploadProps, DraggerProps } from './upload';
|
102
|
+
export { default as Upload } from './upload';
|
103
|
+
export type { FormProps, FormInstance, FormItemProps, FormListProps, } from './form';
|
104
|
+
export { default as Form } from './form';
|
105
|
+
export type { CommentProps } from './comment';
|
106
|
+
export { default as Comment } from './comment';
|
107
|
+
export type { CollapseProps, CollapsePanelProps } from './collapse';
|
108
|
+
export { default as Collapse } from './collapse';
|
109
|
+
export type { BackTopProps } from './back-top';
|
110
|
+
export { default as BackTop } from './back-top';
|
111
|
+
export type { AnchorProps, AnchorLinkProps } from './anchor';
|
112
|
+
export { default as Anchor } from './anchor';
|
113
|
+
export type { ConfigProviderProps } from './config-provider';
|
114
|
+
export { default as ConfigProvider } from './config-provider';
|
115
|
+
export { default as notification } from './notification';
|
package/lib/index.js
CHANGED
@@ -9,1020 +9,657 @@ var SimpleEmptyImg = require('antd/es/empty/simple');
|
|
9
9
|
var RcSteps = require('rc-steps');
|
10
10
|
var RcMentions = require('rc-mentions');
|
11
11
|
|
12
|
-
function _interopDefaultLegacy(e) {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
var
|
17
|
-
var
|
18
|
-
|
19
|
-
var SimpleEmptyImg__default =
|
20
|
-
/*#__PURE__*/ _interopDefaultLegacy(SimpleEmptyImg);
|
21
|
-
var RcSteps__default = /*#__PURE__*/ _interopDefaultLegacy(RcSteps);
|
22
|
-
var RcMentions__default = /*#__PURE__*/ _interopDefaultLegacy(RcMentions);
|
23
|
-
|
24
|
-
const Button$2 = (props) => {
|
25
|
-
const { children, ...otherProps } = props;
|
26
|
-
return React__default['default'].createElement(
|
27
|
-
antd.Button,
|
28
|
-
{ ...otherProps },
|
29
|
-
children,
|
30
|
-
);
|
31
|
-
};
|
12
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
13
|
+
|
14
|
+
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
15
|
+
var DefaultEmptyImg__default = /*#__PURE__*/_interopDefaultLegacy(DefaultEmptyImg);
|
16
|
+
var SimpleEmptyImg__default = /*#__PURE__*/_interopDefaultLegacy(SimpleEmptyImg);
|
17
|
+
var RcSteps__default = /*#__PURE__*/_interopDefaultLegacy(RcSteps);
|
18
|
+
var RcMentions__default = /*#__PURE__*/_interopDefaultLegacy(RcMentions);
|
32
19
|
|
33
|
-
const
|
34
|
-
|
35
|
-
|
36
|
-
antd.Avatar,
|
37
|
-
{ ...otherProps },
|
38
|
-
children,
|
39
|
-
);
|
20
|
+
const Button$2 = (props) => {
|
21
|
+
const { children, ...otherProps } = props;
|
22
|
+
return React__default['default'].createElement(antd.Button, { ...otherProps }, children);
|
40
23
|
};
|
41
|
-
|
24
|
+
|
25
|
+
const InternalAvatar = (props) => {
|
26
|
+
const { children, ...otherProps } = props;
|
27
|
+
return React__default['default'].createElement(antd.Avatar, { ...otherProps }, children);
|
28
|
+
};
|
29
|
+
const Avatar = InternalAvatar;
|
42
30
|
Avatar.Group = antd.Avatar.Group;
|
43
31
|
|
44
|
-
const Spin = (props) => {
|
45
|
-
|
46
|
-
|
47
|
-
antd.Spin,
|
48
|
-
{ ...otherProps },
|
49
|
-
children,
|
50
|
-
);
|
32
|
+
const Spin = (props) => {
|
33
|
+
const { children, ...otherProps } = props;
|
34
|
+
return React__default['default'].createElement(antd.Spin, { ...otherProps }, children);
|
51
35
|
};
|
52
36
|
|
53
|
-
const { Ribbon: AntdRibbon } = antd.Badge;
|
54
|
-
const Ribbon = (props) => {
|
55
|
-
|
56
|
-
|
57
|
-
AntdRibbon,
|
58
|
-
{ ...otherProps },
|
59
|
-
children,
|
60
|
-
);
|
37
|
+
const { Ribbon: AntdRibbon } = antd.Badge;
|
38
|
+
const Ribbon = (props) => {
|
39
|
+
const { children, ...otherProps } = props;
|
40
|
+
return React__default['default'].createElement(AntdRibbon, { ...otherProps }, children);
|
61
41
|
};
|
62
42
|
|
63
|
-
const Badge = (props) => {
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
{ ...otherProps },
|
68
|
-
children,
|
69
|
-
);
|
70
|
-
};
|
43
|
+
const Badge = (props) => {
|
44
|
+
const { children, ...otherProps } = props;
|
45
|
+
return React__default['default'].createElement(antd.Badge, { ...otherProps }, children);
|
46
|
+
};
|
71
47
|
Badge.Ribbon = Ribbon;
|
72
48
|
|
73
|
-
const Input$1 = React.forwardRef((props, ref) => {
|
74
|
-
|
75
|
-
ref: ref,
|
76
|
-
...props,
|
77
|
-
});
|
49
|
+
const Input$1 = React.forwardRef((props, ref) => {
|
50
|
+
return React__default['default'].createElement(antd.Input, { ref: ref, ...props });
|
78
51
|
});
|
79
52
|
|
80
|
-
const AntdGroup = antd.Input.Group;
|
81
|
-
const Group$2 = (props) => {
|
82
|
-
|
53
|
+
const AntdGroup = antd.Input.Group;
|
54
|
+
const Group$2 = (props) => {
|
55
|
+
return React__default['default'].createElement(AntdGroup, { ...props });
|
83
56
|
};
|
84
57
|
|
85
|
-
const AntdSearch = antd.Input.Search;
|
86
|
-
const Search = React.forwardRef((props, ref) => {
|
87
|
-
|
88
|
-
ref: ref,
|
89
|
-
...props,
|
90
|
-
});
|
58
|
+
const AntdSearch = antd.Input.Search;
|
59
|
+
const Search = React.forwardRef((props, ref) => {
|
60
|
+
return React__default['default'].createElement(AntdSearch, { ref: ref, ...props });
|
91
61
|
});
|
92
62
|
|
93
|
-
const AntdTextArea = antd.Input.TextArea;
|
94
|
-
const TextArea = React.forwardRef((props, ref) => {
|
95
|
-
|
96
|
-
ref: ref,
|
97
|
-
...props,
|
98
|
-
});
|
63
|
+
const AntdTextArea = antd.Input.TextArea;
|
64
|
+
const TextArea = React.forwardRef((props, ref) => {
|
65
|
+
return React__default['default'].createElement(AntdTextArea, { ref: ref, ...props });
|
99
66
|
});
|
100
67
|
|
101
|
-
const AntdPassword = antd.Input.Password;
|
102
|
-
const Password = React.forwardRef((props, ref) => {
|
103
|
-
|
104
|
-
ref: ref,
|
105
|
-
...props,
|
106
|
-
});
|
68
|
+
const AntdPassword = antd.Input.Password;
|
69
|
+
const Password = React.forwardRef((props, ref) => {
|
70
|
+
return React__default['default'].createElement(AntdPassword, { ref: ref, ...props });
|
107
71
|
});
|
108
72
|
|
109
|
-
const Input = Input$1;
|
110
|
-
Input.Group = Group$2;
|
111
|
-
Input.Search = Search;
|
112
|
-
Input.TextArea = TextArea;
|
73
|
+
const Input = Input$1;
|
74
|
+
Input.Group = Group$2;
|
75
|
+
Input.Search = Search;
|
76
|
+
Input.TextArea = TextArea;
|
113
77
|
Input.Password = Password;
|
114
78
|
|
115
|
-
const Radio$1 = React.forwardRef((props, ref) => {
|
116
|
-
|
117
|
-
|
118
|
-
antd.Radio,
|
119
|
-
{ ...otherProps, ref: ref },
|
120
|
-
children,
|
121
|
-
);
|
79
|
+
const Radio$1 = React.forwardRef((props, ref) => {
|
80
|
+
const { children, ...otherProps } = props;
|
81
|
+
return (React__default['default'].createElement(antd.Radio, { ...otherProps, ref: ref }, children));
|
122
82
|
});
|
123
83
|
|
124
|
-
const Group$1 = React.forwardRef((props, ref) => {
|
125
|
-
|
126
|
-
|
127
|
-
antd.Radio.Group,
|
128
|
-
{ ...otherProps, ref: ref },
|
129
|
-
children,
|
130
|
-
);
|
84
|
+
const Group$1 = React.forwardRef((props, ref) => {
|
85
|
+
const { children, ...otherProps } = props;
|
86
|
+
return (React__default['default'].createElement(antd.Radio.Group, { ...otherProps, ref: ref }, children));
|
131
87
|
});
|
132
88
|
|
133
|
-
const Button$1 = React.forwardRef((props, ref) => {
|
134
|
-
|
135
|
-
|
136
|
-
antd.Radio.Button,
|
137
|
-
{ ...otherProps, ref: ref },
|
138
|
-
children,
|
139
|
-
);
|
89
|
+
const Button$1 = React.forwardRef((props, ref) => {
|
90
|
+
const { children, ...otherProps } = props;
|
91
|
+
return (React__default['default'].createElement(antd.Radio.Button, { ...otherProps, ref: ref }, children));
|
140
92
|
});
|
141
93
|
|
142
|
-
const Radio = Radio$1;
|
143
|
-
Radio.Group = Group$1;
|
94
|
+
const Radio = Radio$1;
|
95
|
+
Radio.Group = Group$1;
|
144
96
|
Radio.Button = Button$1;
|
145
97
|
|
146
|
-
const Checkbox$1 = React.forwardRef((props, ref) => {
|
147
|
-
|
148
|
-
|
149
|
-
antd.Checkbox,
|
150
|
-
{ ...otherProps, ref: ref },
|
151
|
-
children,
|
152
|
-
);
|
98
|
+
const Checkbox$1 = React.forwardRef((props, ref) => {
|
99
|
+
const { children, ...otherProps } = props;
|
100
|
+
return (React__default['default'].createElement(antd.Checkbox, { ...otherProps, ref: ref }, children));
|
153
101
|
});
|
154
102
|
|
155
|
-
const { Group: AntdCheckboxGroup } = antd.Checkbox;
|
156
|
-
const Group = React.forwardRef((props, ref) => {
|
157
|
-
|
158
|
-
|
159
|
-
AntdCheckboxGroup,
|
160
|
-
{ ...otherProps, ref: ref },
|
161
|
-
children,
|
162
|
-
);
|
103
|
+
const { Group: AntdCheckboxGroup } = antd.Checkbox;
|
104
|
+
const Group = React.forwardRef((props, ref) => {
|
105
|
+
const { children, ...otherProps } = props;
|
106
|
+
return (React__default['default'].createElement(AntdCheckboxGroup, { ...otherProps, ref: ref }, children));
|
163
107
|
});
|
164
108
|
|
165
|
-
const Checkbox = Checkbox$1;
|
109
|
+
const Checkbox = Checkbox$1;
|
166
110
|
Checkbox.Group = Group;
|
167
111
|
|
168
|
-
const Select$1 = React.forwardRef((props, ref) => {
|
169
|
-
|
170
|
-
|
171
|
-
antd.Select,
|
172
|
-
{ ...otherProps, ref: ref },
|
173
|
-
children,
|
174
|
-
);
|
112
|
+
const Select$1 = React.forwardRef((props, ref) => {
|
113
|
+
const { children, ...otherProps } = props;
|
114
|
+
return (React__default['default'].createElement(antd.Select, { ...otherProps, ref: ref }, children));
|
175
115
|
});
|
176
116
|
|
177
|
-
const Select = Select$1;
|
178
|
-
Select.Option = antd.Select.Option;
|
117
|
+
const Select = Select$1;
|
118
|
+
Select.Option = antd.Select.Option;
|
179
119
|
Select.OptGroup = antd.Select.OptGroup;
|
180
120
|
|
181
|
-
const Switch = React.forwardRef((props, ref) => {
|
182
|
-
|
183
|
-
...props,
|
184
|
-
ref: ref,
|
185
|
-
});
|
121
|
+
const Switch = React.forwardRef((props, ref) => {
|
122
|
+
return React__default['default'].createElement(antd.Switch, { ...props, ref: ref });
|
186
123
|
});
|
187
124
|
|
188
|
-
const Divider$1 = (props) => {
|
189
|
-
|
190
|
-
|
191
|
-
antd.Divider,
|
192
|
-
{ ...otherProps },
|
193
|
-
children,
|
194
|
-
);
|
125
|
+
const Divider$1 = (props) => {
|
126
|
+
const { children, ...otherProps } = props;
|
127
|
+
return React__default['default'].createElement(antd.Divider, { ...otherProps }, children);
|
195
128
|
};
|
196
129
|
|
197
|
-
const Card$1 = (props) => {
|
198
|
-
|
199
|
-
|
200
|
-
antd.Card,
|
201
|
-
{ ...otherProps },
|
202
|
-
children,
|
203
|
-
);
|
130
|
+
const Card$1 = (props) => {
|
131
|
+
const { children, ...otherProps } = props;
|
132
|
+
return React__default['default'].createElement(antd.Card, { ...otherProps }, children);
|
204
133
|
};
|
205
134
|
|
206
|
-
const { Grid: AntdCardGrid } = antd.Card;
|
207
|
-
const Grid$1 = (props) => {
|
208
|
-
|
209
|
-
|
210
|
-
AntdCardGrid,
|
211
|
-
{ ...otherProps },
|
212
|
-
children,
|
213
|
-
);
|
135
|
+
const { Grid: AntdCardGrid } = antd.Card;
|
136
|
+
const Grid$1 = (props) => {
|
137
|
+
const { children, ...otherProps } = props;
|
138
|
+
return React__default['default'].createElement(AntdCardGrid, { ...otherProps }, children);
|
214
139
|
};
|
215
140
|
|
216
|
-
const { Meta: AntdCardMeta } = antd.Card;
|
217
|
-
const Meta$1 = (props) => {
|
218
|
-
|
219
|
-
|
220
|
-
AntdCardMeta,
|
221
|
-
{ ...otherProps },
|
222
|
-
children,
|
223
|
-
);
|
141
|
+
const { Meta: AntdCardMeta } = antd.Card;
|
142
|
+
const Meta$1 = (props) => {
|
143
|
+
const { children, ...otherProps } = props;
|
144
|
+
return React__default['default'].createElement(AntdCardMeta, { ...otherProps }, children);
|
224
145
|
};
|
225
146
|
|
226
|
-
const Card = Card$1;
|
227
|
-
Card.Grid = Grid$1;
|
147
|
+
const Card = Card$1;
|
148
|
+
Card.Grid = Grid$1;
|
228
149
|
Card.Meta = Meta$1;
|
229
150
|
|
230
|
-
const Tag$1 = React.forwardRef((props, ref) => {
|
231
|
-
|
232
|
-
antd.Tag,
|
233
|
-
{ ref: ref, ...props },
|
234
|
-
props.children,
|
235
|
-
);
|
151
|
+
const Tag$1 = React.forwardRef((props, ref) => {
|
152
|
+
return (React__default['default'].createElement(antd.Tag, { ref: ref, ...props }, props.children));
|
236
153
|
});
|
237
154
|
|
238
|
-
const { CheckableTag: AntdTagCheckableTag } = antd.Tag;
|
239
|
-
const Grid = (props) => {
|
240
|
-
|
241
|
-
|
242
|
-
AntdTagCheckableTag,
|
243
|
-
{ ...otherProps },
|
244
|
-
children,
|
245
|
-
);
|
155
|
+
const { CheckableTag: AntdTagCheckableTag } = antd.Tag;
|
156
|
+
const Grid = (props) => {
|
157
|
+
const { children, ...otherProps } = props;
|
158
|
+
return React__default['default'].createElement(AntdTagCheckableTag, { ...otherProps }, children);
|
246
159
|
};
|
247
160
|
|
248
|
-
const Tag = Tag$1;
|
161
|
+
const Tag = Tag$1;
|
249
162
|
Tag.CheckableTag = Grid;
|
250
163
|
|
251
|
-
const Statistic$1 = (props) => {
|
252
|
-
|
253
|
-
|
254
|
-
antd.Statistic,
|
255
|
-
{ ...otherProps },
|
256
|
-
children,
|
257
|
-
);
|
164
|
+
const Statistic$1 = (props) => {
|
165
|
+
const { children, ...otherProps } = props;
|
166
|
+
return React__default['default'].createElement(antd.Statistic, { ...otherProps }, children);
|
258
167
|
};
|
259
168
|
|
260
|
-
const { Countdown: AntdStatisticCountdown } = antd.Statistic;
|
261
|
-
const Countdown = (props) => {
|
262
|
-
|
263
|
-
|
264
|
-
AntdStatisticCountdown,
|
265
|
-
{ ...otherProps },
|
266
|
-
children,
|
267
|
-
);
|
169
|
+
const { Countdown: AntdStatisticCountdown } = antd.Statistic;
|
170
|
+
const Countdown = (props) => {
|
171
|
+
const { children, ...otherProps } = props;
|
172
|
+
return (React__default['default'].createElement(AntdStatisticCountdown, { ...otherProps }, children));
|
268
173
|
};
|
269
174
|
|
270
|
-
const Statistic = Statistic$1;
|
175
|
+
const Statistic = Statistic$1;
|
271
176
|
Statistic.Countdown = Countdown;
|
272
177
|
|
273
|
-
const Empty$1 = (props) => {
|
274
|
-
|
275
|
-
|
276
|
-
antd.Empty,
|
277
|
-
{ ...otherProps },
|
278
|
-
children,
|
279
|
-
);
|
178
|
+
const Empty$1 = (props) => {
|
179
|
+
const { children, ...otherProps } = props;
|
180
|
+
return React__default['default'].createElement(antd.Empty, { ...otherProps }, children);
|
280
181
|
};
|
281
182
|
|
282
|
-
const defaultEmptyImg = React__default['default'].createElement(
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
const simpleEmptyImg = React__default['default'].createElement(
|
287
|
-
SimpleEmptyImg__default['default'],
|
288
|
-
null,
|
289
|
-
);
|
290
|
-
const Empty = Empty$1;
|
291
|
-
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
183
|
+
const defaultEmptyImg = React__default['default'].createElement(DefaultEmptyImg__default['default'], null);
|
184
|
+
const simpleEmptyImg = React__default['default'].createElement(SimpleEmptyImg__default['default'], null);
|
185
|
+
const Empty = Empty$1;
|
186
|
+
Empty.PRESENTED_IMAGE_DEFAULT = defaultEmptyImg;
|
292
187
|
Empty.PRESENTED_IMAGE_SIMPLE = simpleEmptyImg;
|
293
188
|
|
294
|
-
const Menu$1 = React.forwardRef((props, ref) => {
|
295
|
-
|
296
|
-
|
297
|
-
antd.Menu,
|
298
|
-
{ ...otherProps, ref: ref },
|
299
|
-
children,
|
300
|
-
);
|
189
|
+
const Menu$1 = React.forwardRef((props, ref) => {
|
190
|
+
const { children, ...otherProps } = props;
|
191
|
+
return (React__default['default'].createElement(antd.Menu, { ...otherProps, ref: ref }, children));
|
301
192
|
});
|
302
193
|
|
303
|
-
const { Item: AntdMenuItem } = antd.Menu;
|
304
|
-
const Item$5 = (props) => {
|
305
|
-
|
306
|
-
|
307
|
-
AntdMenuItem,
|
308
|
-
{ ...otherProps },
|
309
|
-
children,
|
310
|
-
);
|
194
|
+
const { Item: AntdMenuItem } = antd.Menu;
|
195
|
+
const Item$5 = (props) => {
|
196
|
+
const { children, ...otherProps } = props;
|
197
|
+
return React__default['default'].createElement(AntdMenuItem, { ...otherProps }, children);
|
311
198
|
};
|
312
199
|
|
313
|
-
const { SubMenu: AntdSubMenu } = antd.Menu;
|
314
|
-
const SubMenu = (props) => {
|
315
|
-
|
316
|
-
|
317
|
-
AntdSubMenu,
|
318
|
-
{ ...otherProps },
|
319
|
-
children,
|
320
|
-
);
|
200
|
+
const { SubMenu: AntdSubMenu } = antd.Menu;
|
201
|
+
const SubMenu = (props) => {
|
202
|
+
const { children, ...otherProps } = props;
|
203
|
+
return React__default['default'].createElement(AntdSubMenu, { ...otherProps }, children);
|
321
204
|
};
|
322
205
|
|
323
|
-
const { ItemGroup: AntdItemGroup } = antd.Menu;
|
324
|
-
const ItemGroup = (props) => {
|
325
|
-
|
326
|
-
|
327
|
-
AntdItemGroup,
|
328
|
-
{ ...otherProps },
|
329
|
-
children,
|
330
|
-
);
|
206
|
+
const { ItemGroup: AntdItemGroup } = antd.Menu;
|
207
|
+
const ItemGroup = (props) => {
|
208
|
+
const { children, ...otherProps } = props;
|
209
|
+
return React__default['default'].createElement(AntdItemGroup, { ...otherProps }, children);
|
331
210
|
};
|
332
211
|
|
333
|
-
const { Divider: AntdDivider } = antd.Menu;
|
334
|
-
const Divider = (props) => {
|
335
|
-
|
336
|
-
|
337
|
-
AntdDivider,
|
338
|
-
{ ...otherProps },
|
339
|
-
children,
|
340
|
-
);
|
212
|
+
const { Divider: AntdDivider } = antd.Menu;
|
213
|
+
const Divider = (props) => {
|
214
|
+
const { children, ...otherProps } = props;
|
215
|
+
return React__default['default'].createElement(AntdDivider, { ...otherProps }, children);
|
341
216
|
};
|
342
217
|
|
343
|
-
const Menu = Menu$1;
|
344
|
-
Menu.Item = Item$5;
|
345
|
-
Menu.SubMenu = SubMenu;
|
346
|
-
Menu.ItemGroup = ItemGroup;
|
218
|
+
const Menu = Menu$1;
|
219
|
+
Menu.Item = Item$5;
|
220
|
+
Menu.SubMenu = SubMenu;
|
221
|
+
Menu.ItemGroup = ItemGroup;
|
347
222
|
Menu.Divider = Divider;
|
348
223
|
|
349
|
-
const Table$1 = (props) => {
|
350
|
-
|
351
|
-
|
352
|
-
antd.Table,
|
353
|
-
{ ...otherProps },
|
354
|
-
children,
|
355
|
-
);
|
224
|
+
const Table$1 = (props) => {
|
225
|
+
const { children, ...otherProps } = props;
|
226
|
+
return React__default['default'].createElement(antd.Table, { ...otherProps }, children);
|
356
227
|
};
|
357
228
|
|
358
|
-
const { Column: AntdTableColumn } = antd.Table;
|
359
|
-
const Column = (props) => {
|
360
|
-
|
361
|
-
|
362
|
-
AntdTableColumn,
|
363
|
-
{ ...otherProps },
|
364
|
-
children,
|
365
|
-
);
|
229
|
+
const { Column: AntdTableColumn } = antd.Table;
|
230
|
+
const Column = (props) => {
|
231
|
+
const { children, ...otherProps } = props;
|
232
|
+
return React__default['default'].createElement(AntdTableColumn, { ...otherProps }, children);
|
366
233
|
};
|
367
234
|
|
368
|
-
const { ColumnGroup: AntdTableColumnGroup } = antd.Table;
|
369
|
-
const ColumnGroup = (props) => {
|
370
|
-
|
371
|
-
|
372
|
-
AntdTableColumnGroup,
|
373
|
-
{ ...otherProps },
|
374
|
-
children,
|
375
|
-
);
|
235
|
+
const { ColumnGroup: AntdTableColumnGroup } = antd.Table;
|
236
|
+
const ColumnGroup = (props) => {
|
237
|
+
const { children, ...otherProps } = props;
|
238
|
+
return (React__default['default'].createElement(AntdTableColumnGroup, { ...otherProps }, children));
|
376
239
|
};
|
377
240
|
|
378
|
-
const { Summary: AntdTableSummary } = antd.Table;
|
379
|
-
const Summary = (props) => {
|
380
|
-
|
381
|
-
|
382
|
-
AntdTableSummary,
|
383
|
-
{ ...otherProps },
|
384
|
-
children,
|
385
|
-
);
|
241
|
+
const { Summary: AntdTableSummary } = antd.Table;
|
242
|
+
const Summary = (props) => {
|
243
|
+
const { children, ...otherProps } = props;
|
244
|
+
return React__default['default'].createElement(AntdTableSummary, { ...otherProps }, children);
|
386
245
|
};
|
387
246
|
|
388
|
-
// import { Table as AntdTable } from 'antd';
|
389
|
-
// const { Summary } = AntdTable;
|
390
|
-
const SELECTION_ALL = 'SELECT_ALL';
|
391
|
-
const SELECTION_INVERT = 'SELECT_INVERT';
|
392
|
-
const SELECTION_NONE = 'SELECT_NONE';
|
393
|
-
const Table = Table$1;
|
394
|
-
Table.Column = Column;
|
395
|
-
Table.ColumnGroup = ColumnGroup;
|
396
|
-
Table.Summary = Summary;
|
397
|
-
Table.SELECTION_ALL = SELECTION_ALL;
|
398
|
-
Table.SELECTION_INVERT = SELECTION_INVERT;
|
247
|
+
// import { Table as AntdTable } from 'antd';
|
248
|
+
// const { Summary } = AntdTable;
|
249
|
+
const SELECTION_ALL = 'SELECT_ALL';
|
250
|
+
const SELECTION_INVERT = 'SELECT_INVERT';
|
251
|
+
const SELECTION_NONE = 'SELECT_NONE';
|
252
|
+
const Table = Table$1;
|
253
|
+
Table.Column = Column;
|
254
|
+
Table.ColumnGroup = ColumnGroup;
|
255
|
+
Table.Summary = Summary;
|
256
|
+
Table.SELECTION_ALL = SELECTION_ALL;
|
257
|
+
Table.SELECTION_INVERT = SELECTION_INVERT;
|
399
258
|
Table.SELECTION_NONE = SELECTION_NONE;
|
400
259
|
|
401
|
-
const List$1 = (props) => {
|
402
|
-
|
403
|
-
|
404
|
-
antd.List,
|
405
|
-
{ ...otherProps },
|
406
|
-
children,
|
407
|
-
);
|
260
|
+
const List$1 = (props) => {
|
261
|
+
const { children, ...otherProps } = props;
|
262
|
+
return React__default['default'].createElement(antd.List, { ...otherProps }, children);
|
408
263
|
};
|
409
264
|
|
410
|
-
const { Item: AntdListItem } = antd.List;
|
411
|
-
let Item$4 = (props) => {
|
412
|
-
|
413
|
-
|
414
|
-
AntdListItem,
|
415
|
-
{ ...otherProps },
|
416
|
-
children,
|
417
|
-
);
|
265
|
+
const { Item: AntdListItem } = antd.List;
|
266
|
+
let Item$4 = (props) => {
|
267
|
+
const { children, ...otherProps } = props;
|
268
|
+
return React__default['default'].createElement(AntdListItem, { ...otherProps }, children);
|
418
269
|
};
|
419
270
|
|
420
|
-
const { Meta: AntdListItemMeta } = antd.List.Item;
|
421
|
-
const Meta = (props) => {
|
422
|
-
|
423
|
-
|
424
|
-
AntdListItemMeta,
|
425
|
-
{ ...otherProps },
|
426
|
-
children,
|
427
|
-
);
|
271
|
+
const { Meta: AntdListItemMeta } = antd.List.Item;
|
272
|
+
const Meta = (props) => {
|
273
|
+
const { children, ...otherProps } = props;
|
274
|
+
return React__default['default'].createElement(AntdListItemMeta, { ...otherProps }, children);
|
428
275
|
};
|
429
276
|
|
430
|
-
const Item$3 = Item$4;
|
431
|
-
Item$3.Meta = Meta;
|
432
|
-
const List = List$1;
|
277
|
+
const Item$3 = Item$4;
|
278
|
+
Item$3.Meta = Meta;
|
279
|
+
const List = List$1;
|
433
280
|
List.Item = Item$3;
|
434
281
|
|
435
|
-
const Timeline$1 = (props) => {
|
436
|
-
|
437
|
-
|
438
|
-
antd.Timeline,
|
439
|
-
{ ...otherProps },
|
440
|
-
children,
|
441
|
-
);
|
282
|
+
const Timeline$1 = (props) => {
|
283
|
+
const { children, ...otherProps } = props;
|
284
|
+
return React__default['default'].createElement(antd.Timeline, { ...otherProps }, children);
|
442
285
|
};
|
443
286
|
|
444
|
-
const { Item: AntdTimelineItem } = antd.Timeline;
|
445
|
-
const Item$2 = (props) => {
|
446
|
-
|
447
|
-
|
448
|
-
AntdTimelineItem,
|
449
|
-
{ ...otherProps },
|
450
|
-
children,
|
451
|
-
);
|
287
|
+
const { Item: AntdTimelineItem } = antd.Timeline;
|
288
|
+
const Item$2 = (props) => {
|
289
|
+
const { children, ...otherProps } = props;
|
290
|
+
return React__default['default'].createElement(AntdTimelineItem, { ...otherProps }, children);
|
452
291
|
};
|
453
292
|
|
454
|
-
const Timeline = Timeline$1;
|
293
|
+
const Timeline = Timeline$1;
|
455
294
|
Timeline.Item = Item$2;
|
456
295
|
|
457
|
-
const Progress$1 = React.forwardRef((props, ref) => {
|
458
|
-
|
459
|
-
|
460
|
-
antd.Progress,
|
461
|
-
{ ref: ref, ...otherProps },
|
462
|
-
children,
|
463
|
-
);
|
296
|
+
const Progress$1 = React.forwardRef((props, ref) => {
|
297
|
+
const { children, ...otherProps } = props;
|
298
|
+
return (React__default['default'].createElement(antd.Progress, { ref: ref, ...otherProps }, children));
|
464
299
|
});
|
465
300
|
|
466
|
-
const InputNumber = React.forwardRef((props, ref) => {
|
467
|
-
|
468
|
-
|
469
|
-
antd.InputNumber,
|
470
|
-
{ ref: ref, ...otherProps },
|
471
|
-
children,
|
472
|
-
);
|
301
|
+
const InputNumber = React.forwardRef((props, ref) => {
|
302
|
+
const { children, ...otherProps } = props;
|
303
|
+
return (React__default['default'].createElement(antd.InputNumber, { ref: ref, ...otherProps }, children));
|
473
304
|
});
|
474
305
|
|
475
|
-
const Dropdown$1 = (props) => {
|
476
|
-
|
477
|
-
|
478
|
-
antd.Dropdown,
|
479
|
-
{ ...otherProps },
|
480
|
-
children,
|
481
|
-
);
|
306
|
+
const Dropdown$1 = (props) => {
|
307
|
+
const { children, ...otherProps } = props;
|
308
|
+
return React__default['default'].createElement(antd.Dropdown, { ...otherProps }, children);
|
482
309
|
};
|
483
310
|
|
484
|
-
const { Button: AntdDropDownButton } = antd.Dropdown;
|
485
|
-
const Button = (props) => {
|
486
|
-
|
487
|
-
|
488
|
-
AntdDropDownButton,
|
489
|
-
{ ...otherProps },
|
490
|
-
children,
|
491
|
-
);
|
311
|
+
const { Button: AntdDropDownButton } = antd.Dropdown;
|
312
|
+
const Button = (props) => {
|
313
|
+
const { children, ...otherProps } = props;
|
314
|
+
return React__default['default'].createElement(AntdDropDownButton, { ...otherProps }, children);
|
492
315
|
};
|
493
316
|
|
494
|
-
const Dropdown = Dropdown$1;
|
317
|
+
const Dropdown = Dropdown$1;
|
495
318
|
Dropdown.Button = Button;
|
496
319
|
|
497
|
-
const Pagination = (props) => {
|
498
|
-
|
499
|
-
|
500
|
-
antd.Pagination,
|
501
|
-
{ ...otherProps },
|
502
|
-
children,
|
503
|
-
);
|
320
|
+
const Pagination = (props) => {
|
321
|
+
const { children, ...otherProps } = props;
|
322
|
+
return React__default['default'].createElement(antd.Pagination, { ...otherProps }, children);
|
504
323
|
};
|
505
324
|
|
506
|
-
const Slider = React.forwardRef((props, ref) => {
|
507
|
-
|
508
|
-
|
509
|
-
...otherProps,
|
510
|
-
ref: ref,
|
511
|
-
});
|
325
|
+
const Slider = React.forwardRef((props, ref) => {
|
326
|
+
const { children, ...otherProps } = props;
|
327
|
+
return React__default['default'].createElement(antd.Slider, { ...otherProps, ref: ref });
|
512
328
|
});
|
513
329
|
|
514
|
-
const Modal$1 = (props) => {
|
515
|
-
|
516
|
-
|
517
|
-
antd.Modal,
|
518
|
-
{ ...otherProps },
|
519
|
-
children,
|
520
|
-
);
|
330
|
+
const Modal$1 = (props) => {
|
331
|
+
const { children, ...otherProps } = props;
|
332
|
+
return React__default['default'].createElement(antd.Modal, { ...otherProps }, children);
|
521
333
|
};
|
522
334
|
|
523
|
-
const {
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
} = antd.Modal;
|
534
|
-
const Modal = Modal$1;
|
535
|
-
Modal.useModal = useModal;
|
536
|
-
Modal.info = info;
|
537
|
-
Modal.success = success;
|
538
|
-
Modal.error = error;
|
539
|
-
Modal.warning = warning;
|
540
|
-
Modal.warn = warn;
|
541
|
-
Modal.confirm = confirm;
|
542
|
-
Modal.destroyAll = destroyAll;
|
335
|
+
const { useModal, info, success, error, warning, warn, confirm, destroyAll, config, } = antd.Modal;
|
336
|
+
const Modal = Modal$1;
|
337
|
+
Modal.useModal = useModal;
|
338
|
+
Modal.info = info;
|
339
|
+
Modal.success = success;
|
340
|
+
Modal.error = error;
|
341
|
+
Modal.warning = warning;
|
342
|
+
Modal.warn = warn;
|
343
|
+
Modal.confirm = confirm;
|
344
|
+
Modal.destroyAll = destroyAll;
|
543
345
|
Modal.config = config;
|
544
346
|
|
545
|
-
const { Text: AntdTypographyText$1 } = antd.Typography;
|
546
|
-
const Text$1 = (props) => {
|
547
|
-
|
548
|
-
|
549
|
-
AntdTypographyText$1,
|
550
|
-
{ ...otherProps },
|
551
|
-
children,
|
552
|
-
);
|
347
|
+
const { Text: AntdTypographyText$1 } = antd.Typography;
|
348
|
+
const Text$1 = (props) => {
|
349
|
+
const { children, ...otherProps } = props;
|
350
|
+
return React__default['default'].createElement(AntdTypographyText$1, { ...otherProps }, children);
|
553
351
|
};
|
554
352
|
|
555
|
-
const { Text: AntdTypographyText } = antd.Typography;
|
556
|
-
const Text = (props) => {
|
557
|
-
|
558
|
-
|
559
|
-
AntdTypographyText,
|
560
|
-
{ ...otherProps },
|
561
|
-
children,
|
562
|
-
);
|
353
|
+
const { Text: AntdTypographyText } = antd.Typography;
|
354
|
+
const Text = (props) => {
|
355
|
+
const { children, ...otherProps } = props;
|
356
|
+
return React__default['default'].createElement(AntdTypographyText, { ...otherProps }, children);
|
563
357
|
};
|
564
358
|
|
565
|
-
const { Link: AntdTypographyLink } = antd.Typography;
|
566
|
-
const Link$1 = (props) => {
|
567
|
-
|
568
|
-
|
569
|
-
AntdTypographyLink,
|
570
|
-
{ ...otherProps },
|
571
|
-
children,
|
572
|
-
);
|
359
|
+
const { Link: AntdTypographyLink } = antd.Typography;
|
360
|
+
const Link$1 = (props) => {
|
361
|
+
const { children, ...otherProps } = props;
|
362
|
+
return React__default['default'].createElement(AntdTypographyLink, { ...otherProps }, children);
|
573
363
|
};
|
574
364
|
|
575
|
-
const { Title: AntdTypographyTitle } = antd.Typography;
|
576
|
-
const Title = (props) => {
|
577
|
-
|
578
|
-
|
579
|
-
AntdTypographyTitle,
|
580
|
-
{ ...otherProps },
|
581
|
-
children,
|
582
|
-
);
|
365
|
+
const { Title: AntdTypographyTitle } = antd.Typography;
|
366
|
+
const Title = (props) => {
|
367
|
+
const { children, ...otherProps } = props;
|
368
|
+
return React__default['default'].createElement(AntdTypographyTitle, { ...otherProps }, children);
|
583
369
|
};
|
584
370
|
|
585
|
-
const { Paragraph: AntdTypographyParagraph } = antd.Typography;
|
586
|
-
const Paragraph = (props) => {
|
587
|
-
|
588
|
-
|
589
|
-
AntdTypographyParagraph,
|
590
|
-
{ ...otherProps },
|
591
|
-
children,
|
592
|
-
);
|
371
|
+
const { Paragraph: AntdTypographyParagraph } = antd.Typography;
|
372
|
+
const Paragraph = (props) => {
|
373
|
+
const { children, ...otherProps } = props;
|
374
|
+
return (React__default['default'].createElement(AntdTypographyParagraph, { ...otherProps }, children));
|
593
375
|
};
|
594
376
|
|
595
|
-
const Typography = Text$1;
|
596
|
-
Typography.Text = Text;
|
597
|
-
Typography.Link = Link$1;
|
598
|
-
Typography.Title = Title;
|
377
|
+
const Typography = Text$1;
|
378
|
+
Typography.Text = Text;
|
379
|
+
Typography.Link = Link$1;
|
380
|
+
Typography.Title = Title;
|
599
381
|
Typography.Paragraph = Paragraph;
|
600
382
|
|
601
|
-
const Cascader = (props) => {
|
602
|
-
|
603
|
-
|
604
|
-
antd.Cascader,
|
605
|
-
{ ...otherProps },
|
606
|
-
children,
|
607
|
-
);
|
383
|
+
const Cascader = (props) => {
|
384
|
+
const { children, ...otherProps } = props;
|
385
|
+
return React__default['default'].createElement(antd.Cascader, { ...otherProps }, children);
|
608
386
|
};
|
609
387
|
|
610
|
-
const TimePicker$1 = React.forwardRef((props, ref) => {
|
611
|
-
|
612
|
-
...props,
|
613
|
-
ref: ref,
|
614
|
-
});
|
388
|
+
const TimePicker$1 = React.forwardRef((props, ref) => {
|
389
|
+
return React__default['default'].createElement(antd.TimePicker, { ...props, ref: ref });
|
615
390
|
});
|
616
391
|
|
617
|
-
const { RangePicker: AntdTimeRangePicker } = antd.TimePicker;
|
618
|
-
const RangePicker = React.forwardRef((props, ref) => {
|
619
|
-
|
620
|
-
...props,
|
621
|
-
ref: ref,
|
622
|
-
});
|
392
|
+
const { RangePicker: AntdTimeRangePicker } = antd.TimePicker;
|
393
|
+
const RangePicker = React.forwardRef((props, ref) => {
|
394
|
+
return React__default['default'].createElement(AntdTimeRangePicker, { ...props, ref: ref });
|
623
395
|
});
|
624
396
|
|
625
|
-
const TimePicker = TimePicker$1;
|
397
|
+
const TimePicker = TimePicker$1;
|
626
398
|
TimePicker.RangePicker = RangePicker;
|
627
399
|
|
628
|
-
const AutoComplete$1 = React.forwardRef((props, ref) => {
|
629
|
-
|
630
|
-
|
631
|
-
antd.AutoComplete,
|
632
|
-
{ ...otherProps, ref: ref },
|
633
|
-
children,
|
634
|
-
);
|
400
|
+
const AutoComplete$1 = React.forwardRef((props, ref) => {
|
401
|
+
const { children, ...otherProps } = props;
|
402
|
+
return (React__default['default'].createElement(antd.AutoComplete, { ...otherProps, ref: ref }, children));
|
635
403
|
});
|
636
404
|
|
637
|
-
const AutoComplete = AutoComplete$1;
|
405
|
+
const AutoComplete = AutoComplete$1;
|
638
406
|
AutoComplete.Option = antd.AutoComplete.Option;
|
639
407
|
|
640
|
-
const {
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
}
|
645
|
-
|
646
|
-
|
647
|
-
|
648
|
-
|
649
|
-
|
650
|
-
};
|
651
|
-
return Adapter;
|
652
|
-
};
|
653
|
-
const Content = generator(AntdLayoutContent);
|
654
|
-
const Footer = generator(AntdLayoutFooter);
|
655
|
-
const Header = generator(AntdLayoutHeader);
|
408
|
+
const { Content: AntdLayoutContent, Footer: AntdLayoutFooter, Header: AntdLayoutHeader, } = antd.Layout;
|
409
|
+
const generator = (BasicComponent) => {
|
410
|
+
const Adapter = (props) => {
|
411
|
+
return React__default['default'].createElement(BasicComponent, { ...props });
|
412
|
+
};
|
413
|
+
return Adapter;
|
414
|
+
};
|
415
|
+
const Content = generator(AntdLayoutContent);
|
416
|
+
const Footer = generator(AntdLayoutFooter);
|
417
|
+
const Header = generator(AntdLayoutHeader);
|
656
418
|
const Layout$1 = generator(antd.Layout);
|
657
419
|
|
658
|
-
const { Sider: AntdLayoutSider } = antd.Layout;
|
659
|
-
const Sider = (props) => {
|
660
|
-
|
661
|
-
|
662
|
-
AntdLayoutSider,
|
663
|
-
{ ...otherProps },
|
664
|
-
children,
|
665
|
-
);
|
420
|
+
const { Sider: AntdLayoutSider } = antd.Layout;
|
421
|
+
const Sider = (props) => {
|
422
|
+
const { children, ...otherProps } = props;
|
423
|
+
return React__default['default'].createElement(AntdLayoutSider, { ...otherProps }, children);
|
666
424
|
};
|
667
425
|
|
668
|
-
const Layout = Layout$1;
|
669
|
-
Layout.Content = Content;
|
670
|
-
Layout.Footer = Footer;
|
671
|
-
Layout.Header = Header;
|
426
|
+
const Layout = Layout$1;
|
427
|
+
Layout.Content = Content;
|
428
|
+
Layout.Footer = Footer;
|
429
|
+
Layout.Header = Header;
|
672
430
|
Layout.Sider = Sider;
|
673
431
|
|
674
|
-
const Space = (props) => {
|
675
|
-
|
676
|
-
|
677
|
-
antd.Space,
|
678
|
-
{ ...otherProps },
|
679
|
-
children,
|
680
|
-
);
|
432
|
+
const Space = (props) => {
|
433
|
+
const { children, ...otherProps } = props;
|
434
|
+
return React__default['default'].createElement(antd.Space, { ...otherProps }, children);
|
681
435
|
};
|
682
436
|
|
683
|
-
const Popover = React.forwardRef((props, ref) => {
|
684
|
-
|
685
|
-
|
686
|
-
antd.Popover,
|
687
|
-
{ ref: ref, ...otherProps },
|
688
|
-
children,
|
689
|
-
);
|
437
|
+
const Popover = React.forwardRef((props, ref) => {
|
438
|
+
const { children, ...otherProps } = props;
|
439
|
+
return (React__default['default'].createElement(antd.Popover, { ref: ref, ...otherProps }, children));
|
690
440
|
});
|
691
441
|
|
692
|
-
const PageHeader = (props) => {
|
693
|
-
|
694
|
-
|
695
|
-
antd.PageHeader,
|
696
|
-
{ ...otherProps },
|
697
|
-
children,
|
698
|
-
);
|
442
|
+
const PageHeader = (props) => {
|
443
|
+
const { children, ...otherProps } = props;
|
444
|
+
return React__default['default'].createElement(antd.PageHeader, { ...otherProps }, children);
|
699
445
|
};
|
700
446
|
|
701
|
-
const Progress = React.forwardRef((props, ref) => {
|
702
|
-
|
703
|
-
|
704
|
-
antd.Transfer,
|
705
|
-
{ ref: ref, ...otherProps },
|
706
|
-
children,
|
707
|
-
);
|
447
|
+
const Progress = React.forwardRef((props, ref) => {
|
448
|
+
const { children, ...otherProps } = props;
|
449
|
+
return (React__default['default'].createElement(antd.Transfer, { ref: ref, ...otherProps }, children));
|
708
450
|
});
|
709
451
|
|
710
|
-
const Affix = (props) => {
|
711
|
-
|
712
|
-
|
713
|
-
antd.Affix,
|
714
|
-
{ ...otherProps },
|
715
|
-
children,
|
716
|
-
);
|
452
|
+
const Affix = (props) => {
|
453
|
+
const { children, ...otherProps } = props;
|
454
|
+
return React__default['default'].createElement(antd.Affix, { ...otherProps }, children);
|
717
455
|
};
|
718
456
|
|
719
|
-
const Alert$1 = (props) => {
|
720
|
-
|
721
|
-
|
722
|
-
antd.Alert,
|
723
|
-
{ ...otherProps },
|
724
|
-
children,
|
725
|
-
);
|
457
|
+
const Alert$1 = (props) => {
|
458
|
+
const { children, ...otherProps } = props;
|
459
|
+
return React__default['default'].createElement(antd.Alert, { ...otherProps }, children);
|
726
460
|
};
|
727
461
|
|
728
|
-
const { ErrorBoundary: AntdErrorBoundary } = antd.Alert;
|
729
|
-
const ErrorBoundary = (props) => {
|
730
|
-
|
731
|
-
...props,
|
732
|
-
});
|
462
|
+
const { ErrorBoundary: AntdErrorBoundary } = antd.Alert;
|
463
|
+
const ErrorBoundary = (props) => {
|
464
|
+
return React__default['default'].createElement(AntdErrorBoundary, { ...props });
|
733
465
|
};
|
734
466
|
|
735
|
-
const Alert = Alert$1;
|
467
|
+
const Alert = Alert$1;
|
736
468
|
Alert.ErrorBoundary = ErrorBoundary;
|
737
469
|
|
738
|
-
const Drawer = React.forwardRef((props, ref) => {
|
739
|
-
|
470
|
+
const Drawer = React.forwardRef((props, ref) => {
|
471
|
+
return React__default['default'].createElement(antd.Drawer, { ...props });
|
740
472
|
});
|
741
473
|
|
742
474
|
const Message = antd.message;
|
743
475
|
|
744
|
-
const Tooltip = React.forwardRef((props, ref) => {
|
745
|
-
|
746
|
-
|
747
|
-
antd.Tooltip,
|
748
|
-
{ ...otherProps, ref: ref },
|
749
|
-
children,
|
750
|
-
);
|
476
|
+
const Tooltip = React.forwardRef((props, ref) => {
|
477
|
+
const { children, ...otherProps } = props;
|
478
|
+
return (React__default['default'].createElement(antd.Tooltip, { ...otherProps, ref: ref }, children));
|
751
479
|
});
|
752
480
|
|
753
|
-
const Carousel = React.forwardRef((props, ref) => {
|
754
|
-
|
755
|
-
|
756
|
-
antd.Carousel,
|
757
|
-
{ ...otherProps, ref: ref },
|
758
|
-
children,
|
759
|
-
);
|
481
|
+
const Carousel = React.forwardRef((props, ref) => {
|
482
|
+
const { children, ...otherProps } = props;
|
483
|
+
return (React__default['default'].createElement(antd.Carousel, { ...otherProps, ref: ref }, children));
|
760
484
|
});
|
761
485
|
|
762
|
-
const Popconfirm = React.forwardRef((props, ref) => {
|
763
|
-
|
764
|
-
|
765
|
-
antd.Popconfirm,
|
766
|
-
{ ref: ref, ...otherProps },
|
767
|
-
children,
|
768
|
-
);
|
486
|
+
const Popconfirm = React.forwardRef((props, ref) => {
|
487
|
+
const { children, ...otherProps } = props;
|
488
|
+
return (React__default['default'].createElement(antd.Popconfirm, { ref: ref, ...otherProps }, children));
|
769
489
|
});
|
770
490
|
|
771
|
-
const Breadcrumb$1 = (props) => {
|
772
|
-
|
773
|
-
|
774
|
-
antd.Breadcrumb,
|
775
|
-
{ ...otherProps },
|
776
|
-
children,
|
777
|
-
);
|
491
|
+
const Breadcrumb$1 = (props) => {
|
492
|
+
const { children, ...otherProps } = props;
|
493
|
+
return React__default['default'].createElement(antd.Breadcrumb, { ...otherProps }, children);
|
778
494
|
};
|
779
495
|
|
780
|
-
const { Item: AntdBreadcrumbItem } = antd.Breadcrumb;
|
781
|
-
const Item$1 = (props) => {
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
{ ...otherProps },
|
786
|
-
children,
|
787
|
-
);
|
788
|
-
};
|
496
|
+
const { Item: AntdBreadcrumbItem } = antd.Breadcrumb;
|
497
|
+
const Item$1 = (props) => {
|
498
|
+
const { children, ...otherProps } = props;
|
499
|
+
return React__default['default'].createElement(AntdBreadcrumbItem, { ...otherProps }, children);
|
500
|
+
};
|
789
501
|
Item$1.__ANT_BREADCRUMB_ITEM = true;
|
790
502
|
|
791
|
-
const { Separator: AntdBreadcrumbSeparator } = antd.Breadcrumb;
|
792
|
-
const Separator = (props) => {
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
{ ...otherProps },
|
797
|
-
children,
|
798
|
-
);
|
799
|
-
};
|
503
|
+
const { Separator: AntdBreadcrumbSeparator } = antd.Breadcrumb;
|
504
|
+
const Separator = (props) => {
|
505
|
+
const { children, ...otherProps } = props;
|
506
|
+
return (React__default['default'].createElement(AntdBreadcrumbSeparator, { ...otherProps }, children));
|
507
|
+
};
|
800
508
|
Separator.__ANT_BREADCRUMB_SEPARATOR = true;
|
801
509
|
|
802
|
-
const Breadcrumb = Breadcrumb$1;
|
803
|
-
Breadcrumb.Item = Item$1;
|
510
|
+
const Breadcrumb = Breadcrumb$1;
|
511
|
+
Breadcrumb.Item = Item$1;
|
804
512
|
Breadcrumb.Separator = Separator;
|
805
513
|
|
806
|
-
const Tabs$1 = (props) => {
|
807
|
-
|
808
|
-
|
809
|
-
antd.Tabs,
|
810
|
-
{ ...otherProps },
|
811
|
-
children,
|
812
|
-
);
|
514
|
+
const Tabs$1 = (props) => {
|
515
|
+
const { children, ...otherProps } = props;
|
516
|
+
return React__default['default'].createElement(antd.Tabs, { ...otherProps }, children);
|
813
517
|
};
|
814
518
|
|
815
|
-
const { TabPane: AntdTabPane } = antd.Tabs;
|
816
|
-
const TabPane = (props) => {
|
817
|
-
|
818
|
-
|
819
|
-
AntdTabPane,
|
820
|
-
{ ...otherProps },
|
821
|
-
children,
|
822
|
-
);
|
519
|
+
const { TabPane: AntdTabPane } = antd.Tabs;
|
520
|
+
const TabPane = (props) => {
|
521
|
+
const { children, ...otherProps } = props;
|
522
|
+
return React__default['default'].createElement(AntdTabPane, { ...otherProps }, children);
|
823
523
|
};
|
824
524
|
|
825
|
-
const Tabs = Tabs$1;
|
525
|
+
const Tabs = Tabs$1;
|
826
526
|
Tabs.TabPane = TabPane;
|
827
527
|
|
828
|
-
const Steps$1 = (props) => {
|
829
|
-
|
830
|
-
|
831
|
-
antd.Steps,
|
832
|
-
{ ...otherProps },
|
833
|
-
children,
|
834
|
-
);
|
528
|
+
const Steps$1 = (props) => {
|
529
|
+
const { children, ...otherProps } = props;
|
530
|
+
return React__default['default'].createElement(antd.Steps, { ...otherProps }, children);
|
835
531
|
};
|
836
532
|
|
837
|
-
const Steps = Steps$1;
|
533
|
+
const Steps = Steps$1;
|
838
534
|
Steps.Step = RcSteps__default['default'].Step;
|
839
535
|
|
840
|
-
const Rate = React.forwardRef((props, ref) => {
|
841
|
-
|
842
|
-
|
843
|
-
...otherProps,
|
844
|
-
ref: ref,
|
845
|
-
});
|
536
|
+
const Rate = React.forwardRef((props, ref) => {
|
537
|
+
const { children, ...otherProps } = props;
|
538
|
+
return React__default['default'].createElement(antd.Rate, { ...otherProps, ref: ref });
|
846
539
|
});
|
847
540
|
|
848
|
-
const Mentions$1 = React.forwardRef((props, ref) => {
|
849
|
-
|
850
|
-
|
851
|
-
antd.Mentions,
|
852
|
-
{ ...otherProps, ref: ref },
|
853
|
-
children,
|
854
|
-
);
|
541
|
+
const Mentions$1 = React.forwardRef((props, ref) => {
|
542
|
+
const { children, ...otherProps } = props;
|
543
|
+
return (React__default['default'].createElement(antd.Mentions, { ...otherProps, ref: ref }, children));
|
855
544
|
});
|
856
545
|
|
857
|
-
const Mentions = Mentions$1;
|
546
|
+
const Mentions = Mentions$1;
|
858
547
|
Mentions.Option = RcMentions__default['default'].Option;
|
859
548
|
|
860
|
-
const Image$1 = (props) => {
|
861
|
-
|
862
|
-
|
863
|
-
antd.Image,
|
864
|
-
{ ...otherProps },
|
865
|
-
children,
|
866
|
-
);
|
549
|
+
const Image$1 = (props) => {
|
550
|
+
const { children, ...otherProps } = props;
|
551
|
+
return React__default['default'].createElement(antd.Image, { ...otherProps }, children);
|
867
552
|
};
|
868
553
|
|
869
|
-
const { PreviewGroup: AntdPreviewGroup } = antd.Image;
|
870
|
-
const PreviewGroup = (props) => {
|
871
|
-
|
872
|
-
|
873
|
-
AntdPreviewGroup,
|
874
|
-
{ ...otherProps },
|
875
|
-
children,
|
876
|
-
);
|
554
|
+
const { PreviewGroup: AntdPreviewGroup } = antd.Image;
|
555
|
+
const PreviewGroup = (props) => {
|
556
|
+
const { children, ...otherProps } = props;
|
557
|
+
return React__default['default'].createElement(AntdPreviewGroup, { ...otherProps }, children);
|
877
558
|
};
|
878
559
|
|
879
|
-
const Image = Image$1;
|
560
|
+
const Image = Image$1;
|
880
561
|
Image.PreviewGroup = PreviewGroup;
|
881
562
|
|
882
|
-
const Descriptions$1 = (props, ref) => {
|
883
|
-
|
884
|
-
|
885
|
-
antd.Descriptions,
|
886
|
-
{ ...otherProps },
|
887
|
-
children,
|
888
|
-
);
|
563
|
+
const Descriptions$1 = (props, ref) => {
|
564
|
+
const { children, ...otherProps } = props;
|
565
|
+
return React__default['default'].createElement(antd.Descriptions, { ...otherProps }, children);
|
889
566
|
};
|
890
567
|
|
891
|
-
const { Item: AntdItem } = antd.Descriptions;
|
892
|
-
const Item = (props) => {
|
893
|
-
|
894
|
-
|
895
|
-
AntdItem,
|
896
|
-
{ ...otherProps },
|
897
|
-
children,
|
898
|
-
);
|
568
|
+
const { Item: AntdItem } = antd.Descriptions;
|
569
|
+
const Item = (props) => {
|
570
|
+
const { children, ...otherProps } = props;
|
571
|
+
return React__default['default'].createElement(AntdItem, { ...otherProps }, children);
|
899
572
|
};
|
900
573
|
|
901
|
-
const Descriptions = Descriptions$1;
|
574
|
+
const Descriptions = Descriptions$1;
|
902
575
|
Descriptions.Item = Item;
|
903
576
|
|
904
|
-
const Result = (props) => {
|
905
|
-
|
906
|
-
|
907
|
-
antd.Result,
|
908
|
-
{ ...otherProps },
|
909
|
-
children,
|
910
|
-
);
|
577
|
+
const Result = (props) => {
|
578
|
+
const { children, ...otherProps } = props;
|
579
|
+
return React__default['default'].createElement(antd.Result, { ...otherProps }, children);
|
911
580
|
};
|
912
581
|
|
913
|
-
const Upload$1 = React.forwardRef((props, ref) => {
|
914
|
-
|
915
|
-
|
916
|
-
antd.Upload,
|
917
|
-
{ ref: ref, ...otherProps },
|
918
|
-
children,
|
919
|
-
);
|
582
|
+
const Upload$1 = React.forwardRef((props, ref) => {
|
583
|
+
const { children, ...otherProps } = props;
|
584
|
+
return (React__default['default'].createElement(antd.Upload, { ref: ref, ...otherProps }, children));
|
920
585
|
});
|
921
586
|
|
922
|
-
const { Dragger: AntdUploadDragger } = antd.Upload;
|
923
|
-
const Dragger = (props) => {
|
924
|
-
|
925
|
-
|
926
|
-
AntdUploadDragger,
|
927
|
-
{ ...otherProps },
|
928
|
-
children,
|
929
|
-
);
|
587
|
+
const { Dragger: AntdUploadDragger } = antd.Upload;
|
588
|
+
const Dragger = (props) => {
|
589
|
+
const { children, ...otherProps } = props;
|
590
|
+
return React__default['default'].createElement(AntdUploadDragger, { ...otherProps }, children);
|
930
591
|
};
|
931
592
|
|
932
|
-
const Upload = Upload$1;
|
593
|
+
const Upload = Upload$1;
|
933
594
|
Upload.Dragger = Dragger;
|
934
595
|
|
935
|
-
const Comment = (props) => {
|
936
|
-
|
937
|
-
|
938
|
-
antd.Comment,
|
939
|
-
{ ...otherProps },
|
940
|
-
children,
|
941
|
-
);
|
596
|
+
const Comment = (props) => {
|
597
|
+
const { children, ...otherProps } = props;
|
598
|
+
return React__default['default'].createElement(antd.Comment, { ...otherProps }, children);
|
942
599
|
};
|
943
600
|
|
944
|
-
const Collapse$1 = (props) => {
|
945
|
-
|
946
|
-
|
947
|
-
antd.Collapse,
|
948
|
-
{ ...otherProps },
|
949
|
-
children,
|
950
|
-
);
|
601
|
+
const Collapse$1 = (props) => {
|
602
|
+
const { children, ...otherProps } = props;
|
603
|
+
return React__default['default'].createElement(antd.Collapse, { ...otherProps }, children);
|
951
604
|
};
|
952
605
|
|
953
|
-
const { Panel: AntdPanel } = antd.Collapse;
|
954
|
-
const Panel = (props) => {
|
955
|
-
|
956
|
-
|
957
|
-
AntdPanel,
|
958
|
-
{ ...otherProps },
|
959
|
-
children,
|
960
|
-
);
|
606
|
+
const { Panel: AntdPanel } = antd.Collapse;
|
607
|
+
const Panel = (props) => {
|
608
|
+
const { children, ...otherProps } = props;
|
609
|
+
return React__default['default'].createElement(AntdPanel, { ...otherProps }, children);
|
961
610
|
};
|
962
611
|
|
963
|
-
const Collapse = Collapse$1;
|
612
|
+
const Collapse = Collapse$1;
|
964
613
|
Collapse.Panel = Panel;
|
965
614
|
|
966
|
-
const BackTop = (props) => {
|
967
|
-
|
968
|
-
|
969
|
-
antd.BackTop,
|
970
|
-
{ ...otherProps },
|
971
|
-
children,
|
972
|
-
);
|
615
|
+
const BackTop = (props) => {
|
616
|
+
const { children, ...otherProps } = props;
|
617
|
+
return React__default['default'].createElement(antd.BackTop, { ...otherProps }, children);
|
973
618
|
};
|
974
619
|
|
975
|
-
const Anchor$1 = React.forwardRef((props, ref) => {
|
976
|
-
|
977
|
-
|
978
|
-
antd.Anchor,
|
979
|
-
{ ...otherProps, ref: ref },
|
980
|
-
children,
|
981
|
-
);
|
620
|
+
const Anchor$1 = React.forwardRef((props, ref) => {
|
621
|
+
const { children, ...otherProps } = props;
|
622
|
+
return (React__default['default'].createElement(antd.Anchor, { ...otherProps, ref: ref }, children));
|
982
623
|
});
|
983
624
|
|
984
|
-
const { Link: AntdAnchorLink } = antd.Anchor;
|
985
|
-
const Link = (props) => {
|
986
|
-
|
987
|
-
|
988
|
-
AntdAnchorLink,
|
989
|
-
{ ...otherProps },
|
990
|
-
children,
|
991
|
-
);
|
625
|
+
const { Link: AntdAnchorLink } = antd.Anchor;
|
626
|
+
const Link = (props) => {
|
627
|
+
const { children, ...otherProps } = props;
|
628
|
+
return React__default['default'].createElement(AntdAnchorLink, { ...otherProps }, children);
|
992
629
|
};
|
993
630
|
|
994
|
-
const Anchor = Anchor$1;
|
631
|
+
const Anchor = Anchor$1;
|
995
632
|
Anchor.Link = Link;
|
996
633
|
|
997
634
|
Object.defineProperty(exports, 'Calendar', {
|
998
635
|
enumerable: true,
|
999
636
|
get: function () {
|
1000
637
|
return antd.Calendar;
|
1001
|
-
}
|
638
|
+
}
|
1002
639
|
});
|
1003
640
|
Object.defineProperty(exports, 'ConfigProvider', {
|
1004
641
|
enumerable: true,
|
1005
642
|
get: function () {
|
1006
643
|
return antd.ConfigProvider;
|
1007
|
-
}
|
644
|
+
}
|
1008
645
|
});
|
1009
646
|
Object.defineProperty(exports, 'DatePicker', {
|
1010
647
|
enumerable: true,
|
1011
648
|
get: function () {
|
1012
649
|
return antd.DatePicker;
|
1013
|
-
}
|
650
|
+
}
|
1014
651
|
});
|
1015
652
|
Object.defineProperty(exports, 'Form', {
|
1016
653
|
enumerable: true,
|
1017
654
|
get: function () {
|
1018
655
|
return antd.Form;
|
1019
|
-
}
|
656
|
+
}
|
1020
657
|
});
|
1021
658
|
Object.defineProperty(exports, 'notification', {
|
1022
659
|
enumerable: true,
|
1023
660
|
get: function () {
|
1024
661
|
return antd.notification;
|
1025
|
-
}
|
662
|
+
}
|
1026
663
|
});
|
1027
664
|
exports.Affix = Affix;
|
1028
665
|
exports.Alert = Alert;
|