iglooform 2.5.52 → 3.0.0-alpha
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/.dumi/overrides.less +70 -0
- package/.dumi/tmp/core/EmptyRoute.tsx +9 -0
- package/.dumi/tmp/core/defineApp.ts +17 -0
- package/.dumi/tmp/core/exportStaticRuntimePlugin.ts +11 -0
- package/.dumi/tmp/core/helmet.ts +10 -0
- package/.dumi/tmp/core/helmetContext.ts +4 -0
- package/.dumi/tmp/core/history.ts +66 -0
- package/.dumi/tmp/core/historyIntelli.ts +132 -0
- package/.dumi/tmp/core/plugin.ts +60 -0
- package/.dumi/tmp/core/pluginConfig.ts +292 -0
- package/.dumi/tmp/core/pluginConfigJoi.d.ts +54 -0
- package/.dumi/tmp/core/polyfill.ts +201 -0
- package/.dumi/tmp/core/route.tsx +50 -0
- package/.dumi/tmp/core/terminal.ts +37 -0
- package/.dumi/tmp/dumi/exports.ts +5 -0
- package/.dumi/tmp/dumi/locales/config.ts +87 -0
- package/.dumi/tmp/dumi/locales/runtime.tsx +39 -0
- package/.dumi/tmp/dumi/meta/atoms.ts +4 -0
- package/.dumi/tmp/dumi/meta/index.ts +255 -0
- package/.dumi/tmp/dumi/meta/runtime.ts +31 -0
- package/.dumi/tmp/dumi/meta/tabs.ts +5 -0
- package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +58 -0
- package/.dumi/tmp/dumi/theme/builtins/API.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/Badge.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/Container.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/Table.ts +4 -0
- package/.dumi/tmp/dumi/theme/builtins/Tree.ts +4 -0
- package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +4 -0
- package/.dumi/tmp/dumi/theme/nprogress.css +59 -0
- package/.dumi/tmp/dumi/theme/slots/ColorSwitch.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Content.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Features.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Footer.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Header.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/HeaderExtra.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Hero.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Logo.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Navbar.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/NavbarExtra.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/NotFound.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +5 -0
- package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/SocialIcon.ts +4 -0
- package/.dumi/tmp/dumi/theme/slots/Toc.ts +4 -0
- package/.dumi/tmp/exports.ts +17 -0
- package/.dumi/tmp/plugin-antd/runtime.tsx +65 -0
- package/.dumi/tmp/plugin-antd/runtimeConfig.d.ts +6 -0
- package/.dumi/tmp/plugin-antd/types.d.ts +14 -0
- package/.dumi/tmp/plugin-html2sketch/index.ts +35 -0
- package/.dumi/tmp/testBrowser.tsx +90 -0
- package/.dumi/tmp/umi.ts +106 -0
- package/.dumirc.ts +27 -0
- package/es/admin-upload/float.d.ts +2 -2
- package/es/admin-upload/float.js +30 -42
- package/es/admin-upload/index.js +178 -242
- package/es/admin-upload/job-list.js +90 -105
- package/es/admin-upload/modal.d.ts +2 -2
- package/es/admin-upload/modal.js +31 -45
- package/es/admin-upload/style/index.js +1 -1
- package/es/admin-upload/style/index.less +6 -6
- package/es/alert-message/index.js +23 -36
- package/es/alert-message/style/index.js +1 -1
- package/es/alert-message/style/index.less +1 -1
- package/es/amount/index.js +17 -25
- package/es/amount/style/index.d.ts +0 -1
- package/es/amount/style/index.js +0 -1
- package/es/back-top/index.js +18 -32
- package/es/back-top/style/index.js +1 -1
- package/es/back-top/style/index.less +36 -25
- package/es/button/index.js +57 -88
- package/es/button/style/index.js +1 -1
- package/es/button/style/index.less +159 -109
- package/es/card-detail/card-group.d.ts +2 -2
- package/es/card-detail/card-group.js +14 -22
- package/es/card-detail/card-item.d.ts +2 -2
- package/es/card-detail/card-item.js +12 -23
- package/es/card-detail/card-page.js +18 -24
- package/es/card-detail/card.js +21 -32
- package/es/card-detail/index.js +4 -4
- package/es/card-detail/style/index.js +1 -1
- package/es/card-detail/style/index.less +4 -4
- package/es/card-detail/utils.d.ts +2 -2
- package/es/card-detail/utils.js +15 -21
- package/es/checkbox/index.d.ts +3 -2
- package/es/checkbox/index.js +73 -96
- package/es/checkbox/style/index.js +1 -1
- package/es/checkbox/style/index.less +42 -20
- package/es/claim-list/index.d.ts +1 -1
- package/es/claim-list/index.js +83 -129
- package/es/claim-list/style/index.js +1 -1
- package/es/claim-list/style/index.less +14 -8
- package/es/confirmation/index.js +29 -47
- package/es/confirmation/style/index.d.ts +0 -1
- package/es/confirmation/style/index.js +0 -1
- package/es/currency-context/style/index.d.ts +0 -1
- package/es/currency-context/style/index.js +0 -1
- package/es/date-picker/buddhist.js +31 -46
- package/es/date-picker/index.d.ts +2 -2
- package/es/date-picker/index.js +89 -118
- package/es/date-picker/style/index.js +1 -1
- package/es/date-picker/style/index.less +43 -22
- package/es/declaration/index.js +21 -34
- package/es/declaration/style/index.js +1 -1
- package/es/declaration/style/index.less +3 -3
- package/es/detail-panel/index.d.ts +2 -2
- package/es/detail-panel/index.js +48 -67
- package/es/detail-panel/style/index.js +1 -1
- package/es/detail-panel/style/index.less +3 -3
- package/es/documents/index.js +55 -73
- package/es/documents/style/index.js +1 -1
- package/es/filter/checkBox.d.ts +1 -1
- package/es/filter/checkBox.js +43 -64
- package/es/filter/customize.d.ts +1 -1
- package/es/filter/customize.js +8 -10
- package/es/filter/index.d.ts +1 -1
- package/es/filter/index.js +261 -359
- package/es/filter/radioBox.d.ts +1 -1
- package/es/filter/radioBox.js +26 -35
- package/es/filter/rangePicker.d.ts +1 -1
- package/es/filter/rangePicker.js +64 -83
- package/es/filter/style/index.js +1 -1
- package/es/filter/style/index.less +11 -11
- package/es/form/addable-section/index.js +71 -110
- package/es/form/addable-section/style/index.js +1 -1
- package/es/form/divider/index.js +11 -18
- package/es/form/divider/style/index.js +1 -1
- package/es/form/element/index.js +81 -140
- package/es/form/element/style/index.js +1 -1
- package/es/form/element/style/index.less +5 -5
- package/es/form/elements.js +15 -18
- package/es/form/hstep/index.js +53 -77
- package/es/form/hstep/style/index.js +1 -1
- package/es/form/hstep/style/index.less +2 -2
- package/es/form/hsteps/index.js +187 -245
- package/es/form/hsteps/style/index.js +1 -1
- package/es/form/index.js +133 -194
- package/es/form/login/index.js +24 -35
- package/es/form/login/style/index.js +1 -1
- package/es/form/login/style/index.less +1 -1
- package/es/form/page/index.js +42 -60
- package/es/form/page/style/index.js +1 -1
- package/es/form/pages/index.js +102 -139
- package/es/form/pages/style/index.js +1 -1
- package/es/form/render/index.js +12 -17
- package/es/form/render/style/index.js +1 -1
- package/es/form/section/index.js +58 -81
- package/es/form/section/style/index.js +1 -1
- package/es/form/step/index.js +57 -84
- package/es/form/step/style/index.js +1 -1
- package/es/form/step/style/index.less +3 -3
- package/es/form/steps/index.js +129 -174
- package/es/form/steps/style/index.js +1 -1
- package/es/form/style/index.js +1 -1
- package/es/form/style/index.less +1 -1
- package/es/form-context.d.ts +1 -1
- package/es/form-step-context.d.ts +1 -1
- package/es/free-form/addable-section/index.js +79 -137
- package/es/free-form/addable-section/style/index.js +1 -1
- package/es/free-form/element/index.js +63 -115
- package/es/free-form/element/style/index.js +1 -1
- package/es/free-form/element/style/index.less +4 -4
- package/es/free-form/index.d.ts +2 -2
- package/es/free-form/index.js +107 -157
- package/es/free-form/page/index.js +106 -144
- package/es/free-form/page/style/index.js +1 -1
- package/es/free-form/pages/index.js +17 -36
- package/es/free-form/pages/style/index.js +1 -1
- package/es/free-form/section/index.js +49 -87
- package/es/free-form/section/style/index.js +1 -1
- package/es/free-form/step/index.js +141 -197
- package/es/free-form/step/style/index.js +1 -1
- package/es/free-form/step/style/index.less +3 -3
- package/es/free-form/steps/index.d.ts +2 -2
- package/es/free-form/steps/index.js +37 -60
- package/es/free-form/steps/style/index.js +1 -1
- package/es/free-form/style/index.js +1 -1
- package/es/free-form/style/index.less +1 -1
- package/es/global-message/index.d.ts +1 -1
- package/es/global-message/index.js +23 -35
- package/es/global-message/style/index.js +1 -1
- package/es/global-message/style/index.less +4 -0
- package/es/home-menu/index.d.ts +1 -1
- package/es/home-menu/index.js +46 -63
- package/es/home-menu/style/index.js +1 -1
- package/es/home-menu/style/index.less +12 -7
- package/es/index.js +44 -44
- package/es/input/amount.js +28 -44
- package/es/input/credit-card.js +40 -78
- package/es/input/email.js +13 -16
- package/es/input/expiry-date.js +59 -96
- package/es/input/index.js +12 -12
- package/es/input/input-date.js +48 -88
- package/es/input/input-id.js +18 -31
- package/es/input/input-number.js +19 -35
- package/es/input/input.js +17 -27
- package/es/input/otp.d.ts +1 -1
- package/es/input/otp.js +51 -79
- package/es/input/password.js +15 -19
- package/es/input/phone-number.js +31 -50
- package/es/input/style/index.js +1 -1
- package/es/input/style/index.less +68 -70
- package/es/input/text-area.js +31 -55
- package/es/layout/defaultFooter.js +38 -43
- package/es/layout/defaultHeader.js +11 -16
- package/es/layout/footer.js +79 -85
- package/es/layout/header.js +61 -94
- package/es/layout/index.d.ts +2 -3
- package/es/layout/index.js +32 -48
- package/es/layout/style/index.js +1 -1
- package/es/layout/style/index.less +2 -2
- package/es/locale/en-US.js +1 -2
- package/es/locale/format-message.js +2 -6
- package/es/locale/formatted-message.js +2 -3
- package/es/locale/id-ID.js +1 -2
- package/es/locale/index.js +4 -4
- package/es/locale/locale-context.js +2 -4
- package/es/locale/locale-provider.d.ts +2 -1
- package/es/locale/locale-provider.js +20 -28
- package/es/locale/ms-MY.js +1 -2
- package/es/locale/th-TH.js +1 -2
- package/es/locale/vi-VN.js +1 -2
- package/es/locale/zh-CN.js +1 -2
- package/es/locale/zh-TW.js +1 -2
- package/es/login-page/index.d.ts +2 -2
- package/es/login-page/index.js +24 -29
- package/es/login-page/style/index.js +1 -1
- package/es/media/index.js +59 -104
- package/es/media/media.js +27 -45
- package/es/media/preview.js +103 -149
- package/es/media/style/index.js +1 -1
- package/es/media/style/index.less +6 -6
- package/es/mobile-insurer-detail/index.d.ts +1 -1
- package/es/mobile-insurer-detail/index.js +52 -59
- package/es/mobile-insurer-detail/style/index.js +1 -1
- package/es/mobile-insurer-list/index.d.ts +1 -1
- package/es/mobile-insurer-list/index.js +34 -37
- package/es/mobile-insurer-list/style/index.js +1 -1
- package/es/modal/index.d.ts +2 -2
- package/es/modal/index.js +136 -154
- package/es/modal/style/index.js +1 -1
- package/es/modal/style/index.less +59 -51
- package/es/platform/index.js +2 -2
- package/es/platform/platform-card/index.js +18 -29
- package/es/platform/platform-card/style/index.js +1 -1
- package/es/platform/switch-platform/index.js +29 -53
- package/es/platform/switch-platform/style/index.js +1 -1
- package/es/platform/switch-platform/style/index.less +1 -1
- package/es/policy-list/index.d.ts +1 -1
- package/es/policy-list/index.js +21 -30
- package/es/policy-list/policy-card.d.ts +1 -1
- package/es/policy-list/policy-card.js +107 -142
- package/es/policy-list/style/index.js +1 -1
- package/es/policy-list/style/index.less +1 -0
- package/es/radio/index.d.ts +2 -1
- package/es/radio/index.js +65 -85
- package/es/radio/radio-group-with-other.d.ts +3 -2
- package/es/radio/radio-group-with-other.js +30 -55
- package/es/radio/style/index.js +1 -1
- package/es/radio/style/index.less +63 -45
- package/es/search-box/index.js +66 -98
- package/es/search-box/style/index.js +1 -1
- package/es/search-box/style/index.less +2 -2
- package/es/select/attached-select.d.ts +3 -3
- package/es/select/attached-select.js +67 -107
- package/es/select/index.js +3 -3
- package/es/select/select.d.ts +3 -3
- package/es/select/select.js +33 -50
- package/es/select/style/index.js +1 -1
- package/es/select/style/index.less +154 -112
- package/es/select/time-select.js +64 -108
- package/es/status-box/index.d.ts +2 -3
- package/es/status-box/index.js +14 -16
- package/es/status-box/style/index.js +1 -1
- package/es/status-box/style/index.less +2 -2
- package/es/table/index.js +119 -168
- package/es/table/style/index.js +1 -1
- package/es/table/style/index.less +137 -109
- package/es/tabs/index.d.ts +4 -3
- package/es/tabs/index.js +12 -16
- package/es/tabs/style/index.js +1 -1
- package/es/types.d.ts +1 -2
- package/es/types.js +2 -1
- package/es/typography/index.d.ts +2 -1
- package/es/typography/index.js +11 -17
- package/es/typography/style/index.js +1 -1
- package/es/typography/style/index.less +4 -0
- package/es/upload/index.js +253 -335
- package/es/upload/style/index.js +1 -1
- package/es/upload/style/index.less +8 -6
- package/es/upload-photo/index.js +321 -450
- package/es/upload-photo/media.js +16 -29
- package/es/upload-photo/style/index.js +1 -1
- package/es/upload-photo/style/index.less +4 -4
- package/es/upload-preview/index.js +63 -85
- package/es/upload-preview/media.js +42 -77
- package/es/upload-preview/style/index.js +1 -1
- package/es/upload-preview/style/index.less +1 -1
- package/es/utils/form-methods.js +1 -1
- package/es/utils/form-utils.d.ts +9 -8
- package/es/utils/form-utils.js +162 -260
- package/es/utils/option-utils.d.ts +3 -2
- package/es/utils/option-utils.js +106 -163
- package/es/utils/tools.js +0 -8
- package/lib/admin-upload/float.d.ts +2 -2
- package/lib/admin-upload/float.js +27 -46
- package/lib/admin-upload/index.js +171 -251
- package/lib/admin-upload/job-list.js +82 -109
- package/lib/admin-upload/modal.d.ts +2 -2
- package/lib/admin-upload/modal.js +27 -52
- package/lib/admin-upload/style/index.less +6 -6
- package/lib/alert-message/index.js +21 -43
- package/lib/alert-message/style/index.less +1 -1
- package/lib/amount/index.js +15 -31
- package/lib/amount/style/index.d.ts +0 -1
- package/lib/back-top/index.js +17 -39
- package/lib/back-top/style/index.less +36 -25
- package/lib/button/index.js +54 -101
- package/lib/button/style/index.less +159 -109
- package/lib/card-detail/card-group.d.ts +2 -2
- package/lib/card-detail/card-group.js +11 -29
- package/lib/card-detail/card-item.d.ts +2 -2
- package/lib/card-detail/card-item.js +9 -27
- package/lib/card-detail/card-page.js +14 -29
- package/lib/card-detail/card.js +17 -37
- package/lib/card-detail/index.js +0 -5
- package/lib/card-detail/style/index.less +4 -4
- package/lib/card-detail/utils.d.ts +2 -2
- package/lib/card-detail/utils.js +13 -28
- package/lib/checkbox/index.d.ts +3 -2
- package/lib/checkbox/index.js +64 -107
- package/lib/checkbox/style/index.less +42 -20
- package/lib/claim-list/index.d.ts +1 -1
- package/lib/claim-list/index.js +75 -143
- package/lib/claim-list/style/index.less +14 -8
- package/lib/confirmation/index.js +22 -50
- package/lib/confirmation/style/index.d.ts +0 -1
- package/lib/currency-context/index.js +0 -3
- package/lib/currency-context/style/index.d.ts +0 -1
- package/lib/date-picker/buddhist.js +34 -61
- package/lib/date-picker/index.d.ts +2 -2
- package/lib/date-picker/index.js +98 -145
- package/lib/date-picker/style/index.less +43 -22
- package/lib/declaration/index.js +17 -42
- package/lib/declaration/style/index.less +3 -3
- package/lib/detail-panel/index.d.ts +2 -2
- package/lib/detail-panel/index.js +44 -77
- package/lib/detail-panel/style/index.less +3 -3
- package/lib/documents/index.js +56 -78
- package/lib/filter/checkBox.d.ts +1 -1
- package/lib/filter/checkBox.js +40 -74
- package/lib/filter/customize.d.ts +1 -1
- package/lib/filter/customize.js +6 -14
- package/lib/filter/index.d.ts +1 -1
- package/lib/filter/index.js +258 -382
- package/lib/filter/radioBox.d.ts +1 -1
- package/lib/filter/radioBox.js +24 -45
- package/lib/filter/rangePicker.d.ts +1 -1
- package/lib/filter/rangePicker.js +64 -96
- package/lib/filter/style/index.less +11 -11
- package/lib/form/addable-section/index.js +65 -121
- package/lib/form/divider/index.js +9 -24
- package/lib/form/element/index.js +73 -156
- package/lib/form/element/style/index.less +5 -5
- package/lib/form/elements.js +1 -24
- package/lib/form/hstep/index.js +44 -87
- package/lib/form/hstep/style/index.less +2 -2
- package/lib/form/hsteps/index.js +177 -257
- package/lib/form/index.js +124 -201
- package/lib/form/login/index.js +18 -46
- package/lib/form/login/style/index.less +1 -1
- package/lib/form/page/index.js +35 -69
- package/lib/form/pages/index.js +94 -148
- package/lib/form/render/index.js +15 -21
- package/lib/form/section/index.js +52 -92
- package/lib/form/step/index.js +50 -96
- package/lib/form/step/style/index.less +3 -3
- package/lib/form/steps/index.js +125 -179
- package/lib/form/style/index.less +1 -1
- package/lib/form-context.d.ts +1 -1
- package/lib/form-context.js +0 -4
- package/lib/form-step-context.d.ts +1 -1
- package/lib/form-step-context.js +0 -4
- package/lib/free-form/addable-section/index.js +73 -148
- package/lib/free-form/element/index.js +58 -131
- package/lib/free-form/element/style/index.less +4 -4
- package/lib/free-form/index.d.ts +2 -2
- package/lib/free-form/index.js +104 -164
- package/lib/free-form/page/index.js +99 -150
- package/lib/free-form/pages/index.js +18 -39
- package/lib/free-form/section/index.js +46 -94
- package/lib/free-form/step/index.js +135 -209
- package/lib/free-form/step/style/index.less +3 -3
- package/lib/free-form/steps/index.d.ts +2 -2
- package/lib/free-form/steps/index.js +34 -66
- package/lib/free-form/style/index.less +1 -1
- package/lib/global-message/index.d.ts +1 -1
- package/lib/global-message/index.js +22 -40
- package/lib/global-message/style/index.less +4 -0
- package/lib/home-menu/index.d.ts +1 -1
- package/lib/home-menu/index.js +43 -74
- package/lib/home-menu/style/index.less +12 -7
- package/lib/index.js +0 -50
- package/lib/input/amount.js +25 -50
- package/lib/input/credit-card.js +37 -85
- package/lib/input/email.js +11 -20
- package/lib/input/expiry-date.js +54 -102
- package/lib/input/index.js +0 -14
- package/lib/input/input-date.js +46 -98
- package/lib/input/input-id.js +15 -35
- package/lib/input/input-number.js +16 -39
- package/lib/input/input.js +14 -33
- package/lib/input/otp.d.ts +1 -1
- package/lib/input/otp.js +47 -87
- package/lib/input/password.js +14 -25
- package/lib/input/phone-number.js +27 -56
- package/lib/input/style/index.less +68 -70
- package/lib/input/text-area.js +27 -61
- package/lib/layout/defaultFooter.js +33 -49
- package/lib/layout/defaultHeader.js +10 -21
- package/lib/layout/footer.js +74 -93
- package/lib/layout/header.js +56 -110
- package/lib/layout/index.d.ts +2 -3
- package/lib/layout/index.js +26 -52
- package/lib/layout/style/index.less +2 -2
- package/lib/locale/en-US.js +1 -3
- package/lib/locale/format-message.js +1 -7
- package/lib/locale/formatted-message.js +1 -6
- package/lib/locale/id-ID.js +1 -3
- package/lib/locale/index.js +0 -5
- package/lib/locale/locale-context.js +1 -7
- package/lib/locale/locale-provider.d.ts +2 -1
- package/lib/locale/locale-provider.js +18 -49
- package/lib/locale/ms-MY.js +1 -3
- package/lib/locale/th-TH.js +1 -3
- package/lib/locale/vi-VN.js +1 -3
- package/lib/locale/zh-CN.js +1 -3
- package/lib/locale/zh-TW.js +1 -3
- package/lib/login-page/index.d.ts +2 -2
- package/lib/login-page/index.js +22 -34
- package/lib/media/index.js +57 -110
- package/lib/media/media.js +28 -51
- package/lib/media/preview.js +99 -159
- package/lib/media/style/index.less +6 -6
- package/lib/mobile-insurer-detail/index.d.ts +1 -1
- package/lib/mobile-insurer-detail/index.js +46 -62
- package/lib/mobile-insurer-list/index.d.ts +1 -1
- package/lib/mobile-insurer-list/index.js +30 -42
- package/lib/modal/index.d.ts +2 -2
- package/lib/modal/index.js +130 -163
- package/lib/modal/style/index.less +59 -51
- package/lib/platform/index.js +0 -3
- package/lib/platform/platform-card/index.js +15 -34
- package/lib/platform/switch-platform/index.js +26 -64
- package/lib/platform/switch-platform/style/index.less +1 -1
- package/lib/policy-list/index.d.ts +1 -1
- package/lib/policy-list/index.js +18 -35
- package/lib/policy-list/policy-card.d.ts +1 -1
- package/lib/policy-list/policy-card.js +101 -152
- package/lib/policy-list/style/index.less +1 -0
- package/lib/radio/index.d.ts +2 -1
- package/lib/radio/index.js +58 -97
- package/lib/radio/radio-group-with-other.d.ts +3 -2
- package/lib/radio/radio-group-with-other.js +26 -58
- package/lib/radio/style/index.less +63 -45
- package/lib/search-box/index.js +57 -103
- package/lib/search-box/style/index.less +2 -2
- package/lib/select/attached-select.d.ts +3 -3
- package/lib/select/attached-select.js +59 -118
- package/lib/select/index.js +0 -5
- package/lib/select/select.d.ts +3 -3
- package/lib/select/select.js +29 -61
- package/lib/select/style/index.less +154 -112
- package/lib/select/time-select.js +58 -115
- package/lib/status-box/index.d.ts +2 -3
- package/lib/status-box/index.js +12 -19
- package/lib/status-box/style/index.less +2 -2
- package/lib/table/index.js +115 -196
- package/lib/table/style/index.less +137 -109
- package/lib/tabs/index.d.ts +4 -3
- package/lib/tabs/index.js +11 -23
- package/lib/types.d.ts +1 -2
- package/lib/types.js +8 -1
- package/lib/typography/index.d.ts +2 -1
- package/lib/typography/index.js +10 -20
- package/lib/typography/style/index.less +4 -0
- package/lib/upload/index.js +242 -344
- package/lib/upload/style/index.less +8 -6
- package/lib/upload-photo/index.js +309 -467
- package/lib/upload-photo/media.js +18 -32
- package/lib/upload-photo/style/index.less +4 -4
- package/lib/upload-preview/index.js +55 -90
- package/lib/upload-preview/media.js +36 -87
- package/lib/upload-preview/style/index.less +1 -1
- package/lib/utils/agent-detect.js +0 -1
- package/lib/utils/form-methods.js +1 -1
- package/lib/utils/form-utils.d.ts +9 -8
- package/lib/utils/form-utils.js +168 -288
- package/lib/utils/option-utils.d.ts +3 -2
- package/lib/utils/option-utils.js +105 -173
- package/lib/utils/tools.js +0 -11
- package/package.json +15 -18
- package/lib/global.less +0 -63
- /package/{es → .dumi}/global.less +0 -0
|
@@ -4,176 +4,110 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
|
|
8
|
-
require("antd/es/badge/style");
|
|
9
|
-
|
|
10
|
-
var _badge = _interopRequireDefault(require("antd/es/badge"));
|
|
11
|
-
|
|
12
|
-
require("antd/es/space/style");
|
|
13
|
-
|
|
14
|
-
var _space = _interopRequireDefault(require("antd/es/space"));
|
|
15
|
-
|
|
16
|
-
require("antd/es/col/style");
|
|
17
|
-
|
|
18
|
-
var _col = _interopRequireDefault(require("antd/es/col"));
|
|
19
|
-
|
|
20
|
-
require("antd/es/row/style");
|
|
21
|
-
|
|
22
|
-
var _row = _interopRequireDefault(require("antd/es/row"));
|
|
23
|
-
|
|
24
|
-
require("antd/es/grid/style");
|
|
25
|
-
|
|
26
|
-
var _grid = _interopRequireDefault(require("antd/es/grid"));
|
|
27
|
-
|
|
28
|
-
var _jsxRuntime = require("react/jsx-runtime");
|
|
29
|
-
|
|
30
7
|
var _react = require("react");
|
|
31
|
-
|
|
32
8
|
var _locale = require("../locale");
|
|
33
|
-
|
|
9
|
+
var _antd = require("antd");
|
|
34
10
|
var _modal = _interopRequireDefault(require("../modal"));
|
|
35
|
-
|
|
36
11
|
require("./style/index.less");
|
|
37
|
-
|
|
38
12
|
var _typography = _interopRequireDefault(require("../typography"));
|
|
39
|
-
|
|
40
13
|
var _invariant = _interopRequireDefault(require("invariant"));
|
|
41
|
-
|
|
42
14
|
var _classnames6 = _interopRequireDefault(require("classnames"));
|
|
43
|
-
|
|
44
15
|
var _uploadPreview = _interopRequireDefault(require("../upload-preview"));
|
|
45
|
-
|
|
46
16
|
var _agentDetect = require("../utils/agent-detect");
|
|
47
|
-
|
|
48
17
|
var _iglooicon = require("iglooicon");
|
|
49
|
-
|
|
50
18
|
var _media = _interopRequireDefault(require("../upload-preview/media"));
|
|
51
|
-
|
|
52
19
|
var _tools = require("../utils/tools");
|
|
53
|
-
|
|
54
20
|
var _media2 = _interopRequireDefault(require("./media"));
|
|
55
|
-
|
|
56
21
|
var _formContext = _interopRequireDefault(require("../form-context"));
|
|
57
|
-
|
|
22
|
+
var _jsxRuntime = require("react/jsx-runtime");
|
|
58
23
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
59
|
-
|
|
60
24
|
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
61
|
-
|
|
62
25
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
63
|
-
|
|
64
26
|
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
65
|
-
|
|
66
|
-
function
|
|
67
|
-
|
|
27
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
28
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
29
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
68
30
|
function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
|
|
69
|
-
|
|
70
31
|
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
71
|
-
|
|
72
32
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
73
|
-
|
|
74
33
|
function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
|
|
75
|
-
|
|
76
34
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e2) { throw _e2; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e3) { didErr = true; err = _e3; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
77
|
-
|
|
78
35
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
79
|
-
|
|
80
36
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
81
|
-
|
|
82
37
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
83
|
-
|
|
84
|
-
function
|
|
85
|
-
|
|
86
|
-
function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
|
87
|
-
|
|
38
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
39
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
88
40
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
89
|
-
|
|
41
|
+
function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return exports; }; var exports = {}, Op = Object.prototype, hasOwn = Op.hasOwnProperty, defineProperty = Object.defineProperty || function (obj, key, desc) { obj[key] = desc.value; }, $Symbol = "function" == typeof Symbol ? Symbol : {}, iteratorSymbol = $Symbol.iterator || "@@iterator", asyncIteratorSymbol = $Symbol.asyncIterator || "@@asyncIterator", toStringTagSymbol = $Symbol.toStringTag || "@@toStringTag"; function define(obj, key, value) { return Object.defineProperty(obj, key, { value: value, enumerable: !0, configurable: !0, writable: !0 }), obj[key]; } try { define({}, ""); } catch (err) { define = function define(obj, key, value) { return obj[key] = value; }; } function wrap(innerFn, outerFn, self, tryLocsList) { var protoGenerator = outerFn && outerFn.prototype instanceof Generator ? outerFn : Generator, generator = Object.create(protoGenerator.prototype), context = new Context(tryLocsList || []); return defineProperty(generator, "_invoke", { value: makeInvokeMethod(innerFn, self, context) }), generator; } function tryCatch(fn, obj, arg) { try { return { type: "normal", arg: fn.call(obj, arg) }; } catch (err) { return { type: "throw", arg: err }; } } exports.wrap = wrap; var ContinueSentinel = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var IteratorPrototype = {}; define(IteratorPrototype, iteratorSymbol, function () { return this; }); var getProto = Object.getPrototypeOf, NativeIteratorPrototype = getProto && getProto(getProto(values([]))); NativeIteratorPrototype && NativeIteratorPrototype !== Op && hasOwn.call(NativeIteratorPrototype, iteratorSymbol) && (IteratorPrototype = NativeIteratorPrototype); var Gp = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(IteratorPrototype); function defineIteratorMethods(prototype) { ["next", "throw", "return"].forEach(function (method) { define(prototype, method, function (arg) { return this._invoke(method, arg); }); }); } function AsyncIterator(generator, PromiseImpl) { function invoke(method, arg, resolve, reject) { var record = tryCatch(generator[method], generator, arg); if ("throw" !== record.type) { var result = record.arg, value = result.value; return value && "object" == _typeof(value) && hasOwn.call(value, "__await") ? PromiseImpl.resolve(value.__await).then(function (value) { invoke("next", value, resolve, reject); }, function (err) { invoke("throw", err, resolve, reject); }) : PromiseImpl.resolve(value).then(function (unwrapped) { result.value = unwrapped, resolve(result); }, function (error) { return invoke("throw", error, resolve, reject); }); } reject(record.arg); } var previousPromise; defineProperty(this, "_invoke", { value: function value(method, arg) { function callInvokeWithMethodAndArg() { return new PromiseImpl(function (resolve, reject) { invoke(method, arg, resolve, reject); }); } return previousPromise = previousPromise ? previousPromise.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(innerFn, self, context) { var state = "suspendedStart"; return function (method, arg) { if ("executing" === state) throw new Error("Generator is already running"); if ("completed" === state) { if ("throw" === method) throw arg; return doneResult(); } for (context.method = method, context.arg = arg;;) { var delegate = context.delegate; if (delegate) { var delegateResult = maybeInvokeDelegate(delegate, context); if (delegateResult) { if (delegateResult === ContinueSentinel) continue; return delegateResult; } } if ("next" === context.method) context.sent = context._sent = context.arg;else if ("throw" === context.method) { if ("suspendedStart" === state) throw state = "completed", context.arg; context.dispatchException(context.arg); } else "return" === context.method && context.abrupt("return", context.arg); state = "executing"; var record = tryCatch(innerFn, self, context); if ("normal" === record.type) { if (state = context.done ? "completed" : "suspendedYield", record.arg === ContinueSentinel) continue; return { value: record.arg, done: context.done }; } "throw" === record.type && (state = "completed", context.method = "throw", context.arg = record.arg); } }; } function maybeInvokeDelegate(delegate, context) { var methodName = context.method, method = delegate.iterator[methodName]; if (undefined === method) return context.delegate = null, "throw" === methodName && delegate.iterator.return && (context.method = "return", context.arg = undefined, maybeInvokeDelegate(delegate, context), "throw" === context.method) || "return" !== methodName && (context.method = "throw", context.arg = new TypeError("The iterator does not provide a '" + methodName + "' method")), ContinueSentinel; var record = tryCatch(method, delegate.iterator, context.arg); if ("throw" === record.type) return context.method = "throw", context.arg = record.arg, context.delegate = null, ContinueSentinel; var info = record.arg; return info ? info.done ? (context[delegate.resultName] = info.value, context.next = delegate.nextLoc, "return" !== context.method && (context.method = "next", context.arg = undefined), context.delegate = null, ContinueSentinel) : info : (context.method = "throw", context.arg = new TypeError("iterator result is not an object"), context.delegate = null, ContinueSentinel); } function pushTryEntry(locs) { var entry = { tryLoc: locs[0] }; 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); } function resetTryEntry(entry) { var record = entry.completion || {}; record.type = "normal", delete record.arg, entry.completion = record; } function Context(tryLocsList) { this.tryEntries = [{ tryLoc: "root" }], tryLocsList.forEach(pushTryEntry, this), this.reset(!0); } function values(iterable) { if (iterable) { var iteratorMethod = iterable[iteratorSymbol]; if (iteratorMethod) return iteratorMethod.call(iterable); if ("function" == typeof iterable.next) return iterable; if (!isNaN(iterable.length)) { var i = -1, next = function next() { for (; ++i < iterable.length;) if (hasOwn.call(iterable, i)) return next.value = iterable[i], next.done = !1, next; return next.value = undefined, next.done = !0, next; }; return next.next = next; } } return { next: doneResult }; } function doneResult() { return { value: undefined, done: !0 }; } return GeneratorFunction.prototype = GeneratorFunctionPrototype, defineProperty(Gp, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), defineProperty(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, toStringTagSymbol, "GeneratorFunction"), exports.isGeneratorFunction = function (genFun) { var ctor = "function" == typeof genFun && genFun.constructor; return !!ctor && (ctor === GeneratorFunction || "GeneratorFunction" === (ctor.displayName || ctor.name)); }, exports.mark = function (genFun) { return Object.setPrototypeOf ? Object.setPrototypeOf(genFun, GeneratorFunctionPrototype) : (genFun.__proto__ = GeneratorFunctionPrototype, define(genFun, toStringTagSymbol, "GeneratorFunction")), genFun.prototype = Object.create(Gp), genFun; }, exports.awrap = function (arg) { return { __await: arg }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, asyncIteratorSymbol, function () { return this; }), exports.AsyncIterator = AsyncIterator, exports.async = function (innerFn, outerFn, self, tryLocsList, PromiseImpl) { void 0 === PromiseImpl && (PromiseImpl = Promise); var iter = new AsyncIterator(wrap(innerFn, outerFn, self, tryLocsList), PromiseImpl); return exports.isGeneratorFunction(outerFn) ? iter : iter.next().then(function (result) { return result.done ? result.value : iter.next(); }); }, defineIteratorMethods(Gp), define(Gp, toStringTagSymbol, "Generator"), define(Gp, iteratorSymbol, function () { return this; }), define(Gp, "toString", function () { return "[object Generator]"; }), exports.keys = function (val) { var object = Object(val), keys = []; for (var key in object) keys.push(key); return keys.reverse(), function next() { for (; keys.length;) { var key = keys.pop(); if (key in object) return next.value = key, next.done = !1, next; } return next.done = !0, next; }; }, exports.values = values, Context.prototype = { constructor: Context, reset: function reset(skipTempReset) { if (this.prev = 0, this.next = 0, this.sent = this._sent = undefined, this.done = !1, this.delegate = null, this.method = "next", this.arg = undefined, this.tryEntries.forEach(resetTryEntry), !skipTempReset) for (var name in this) "t" === name.charAt(0) && hasOwn.call(this, name) && !isNaN(+name.slice(1)) && (this[name] = undefined); }, stop: function stop() { this.done = !0; var rootRecord = this.tryEntries[0].completion; if ("throw" === rootRecord.type) throw rootRecord.arg; return this.rval; }, dispatchException: function dispatchException(exception) { if (this.done) throw exception; var context = this; function handle(loc, caught) { return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; } for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i], record = entry.completion; if ("root" === entry.tryLoc) return handle("end"); if (entry.tryLoc <= this.prev) { var hasCatch = hasOwn.call(entry, "catchLoc"), hasFinally = hasOwn.call(entry, "finallyLoc"); if (hasCatch && hasFinally) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } else if (hasCatch) { if (this.prev < entry.catchLoc) return handle(entry.catchLoc, !0); } else { if (!hasFinally) throw new Error("try statement without catch or finally"); if (this.prev < entry.finallyLoc) return handle(entry.finallyLoc); } } } }, abrupt: function abrupt(type, arg) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc <= this.prev && hasOwn.call(entry, "finallyLoc") && this.prev < entry.finallyLoc) { var finallyEntry = entry; break; } } finallyEntry && ("break" === type || "continue" === type) && finallyEntry.tryLoc <= arg && arg <= finallyEntry.finallyLoc && (finallyEntry = null); var record = finallyEntry ? finallyEntry.completion : {}; return record.type = type, record.arg = arg, finallyEntry ? (this.method = "next", this.next = finallyEntry.finallyLoc, ContinueSentinel) : this.complete(record); }, complete: function complete(record, afterLoc) { if ("throw" === record.type) throw record.arg; return "break" === record.type || "continue" === record.type ? this.next = record.arg : "return" === record.type ? (this.rval = this.arg = record.arg, this.method = "return", this.next = "end") : "normal" === record.type && afterLoc && (this.next = afterLoc), ContinueSentinel; }, finish: function finish(finallyLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.finallyLoc === finallyLoc) return this.complete(entry.completion, entry.afterLoc), resetTryEntry(entry), ContinueSentinel; } }, catch: function _catch(tryLoc) { for (var i = this.tryEntries.length - 1; i >= 0; --i) { var entry = this.tryEntries[i]; if (entry.tryLoc === tryLoc) { var record = entry.completion; if ("throw" === record.type) { var thrown = record.arg; resetTryEntry(entry); } return thrown; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(iterable, resultName, nextLoc) { return this.delegate = { iterator: values(iterable), resultName: resultName, nextLoc: nextLoc }, "next" === this.method && (this.arg = undefined), ContinueSentinel; } }, exports; }
|
|
90
42
|
function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
|
|
91
|
-
|
|
92
43
|
function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
|
|
93
|
-
|
|
94
|
-
var useBreakpoint = _grid.default.useBreakpoint;
|
|
44
|
+
var useBreakpoint = _antd.Grid.useBreakpoint;
|
|
95
45
|
var prefix = 'igloo-upload-photo';
|
|
96
|
-
|
|
97
46
|
function ClassifyType(type) {
|
|
98
47
|
if (type.includes('image')) {
|
|
99
48
|
return 'image';
|
|
100
49
|
}
|
|
101
|
-
|
|
102
50
|
if (type.includes('video')) {
|
|
103
51
|
return 'video';
|
|
104
52
|
}
|
|
105
|
-
|
|
106
53
|
if (type.includes('pdf')) {
|
|
107
54
|
return 'pdf';
|
|
108
55
|
}
|
|
109
|
-
|
|
110
56
|
return 'unknown';
|
|
111
57
|
}
|
|
112
|
-
|
|
113
58
|
var getFileType = /*#__PURE__*/function () {
|
|
114
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/
|
|
59
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(src) {
|
|
115
60
|
var r, contentType;
|
|
116
|
-
return
|
|
117
|
-
while (1) {
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
case 11:
|
|
137
|
-
case "end":
|
|
138
|
-
return _context.stop();
|
|
139
|
-
}
|
|
61
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
62
|
+
while (1) switch (_context.prev = _context.next) {
|
|
63
|
+
case 0:
|
|
64
|
+
_context.prev = 0;
|
|
65
|
+
_context.next = 3;
|
|
66
|
+
return fetch(src, {
|
|
67
|
+
cache: 'force-cache'
|
|
68
|
+
});
|
|
69
|
+
case 3:
|
|
70
|
+
r = _context.sent;
|
|
71
|
+
contentType = r.headers.get('content-type');
|
|
72
|
+
return _context.abrupt("return", ClassifyType(contentType));
|
|
73
|
+
case 8:
|
|
74
|
+
_context.prev = 8;
|
|
75
|
+
_context.t0 = _context["catch"](0);
|
|
76
|
+
return _context.abrupt("return", 'unknown');
|
|
77
|
+
case 11:
|
|
78
|
+
case "end":
|
|
79
|
+
return _context.stop();
|
|
140
80
|
}
|
|
141
81
|
}, _callee, null, [[0, 8]]);
|
|
142
82
|
}));
|
|
143
|
-
|
|
144
83
|
return function getFileType(_x) {
|
|
145
84
|
return _ref.apply(this, arguments);
|
|
146
85
|
};
|
|
147
86
|
}();
|
|
148
|
-
|
|
149
87
|
var UploadPhoto = function UploadPhoto(props) {
|
|
150
88
|
var _classnames3, _classnames4;
|
|
151
|
-
|
|
152
89
|
var limitNumError = (0, _react.useRef)();
|
|
153
90
|
var DomRef = (0, _react.useRef)();
|
|
154
91
|
var dataUrlRef = (0, _react.useRef)([]);
|
|
155
|
-
|
|
156
92
|
var _useContext = (0, _react.useContext)(_formContext.default),
|
|
157
|
-
|
|
158
|
-
|
|
93
|
+
uploadApi = _useContext.uploadApi;
|
|
159
94
|
(0, _invariant.default)(typeof props.handleUpload === 'function' || uploadApi, '"handleUpload" should be a function. Or uploadApi should be set at Form/FreeForm');
|
|
160
95
|
(0, _invariant.default)(!uploadApi || props.bizKey, '"bizKey" should be set if Upload is used with uploadApi');
|
|
161
96
|
var value = props.value,
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
switch (_context2.prev = _context2.next) {
|
|
97
|
+
limit = props.limit,
|
|
98
|
+
limitErrorMessage = props.limitErrorMessage,
|
|
99
|
+
descriptions = props.descriptions,
|
|
100
|
+
buttonText = props.buttonText,
|
|
101
|
+
_props$samples = props.samples,
|
|
102
|
+
samples = _props$samples === void 0 ? [] : _props$samples,
|
|
103
|
+
onChange = props.onChange,
|
|
104
|
+
bizKey = props.bizKey,
|
|
105
|
+
_props$handleUpload = props.handleUpload,
|
|
106
|
+
handleUpload = _props$handleUpload === void 0 ? /*#__PURE__*/function () {
|
|
107
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(file) {
|
|
108
|
+
var formData, response, rst;
|
|
109
|
+
return _regeneratorRuntime().wrap(function _callee2$(_context2) {
|
|
110
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
177
111
|
case 0:
|
|
178
112
|
formData = new FormData();
|
|
179
113
|
formData.append('file', file);
|
|
@@ -183,97 +117,80 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
183
117
|
method: 'post',
|
|
184
118
|
body: formData
|
|
185
119
|
});
|
|
186
|
-
|
|
187
120
|
case 5:
|
|
188
121
|
response = _context2.sent;
|
|
189
122
|
_context2.next = 8;
|
|
190
123
|
return response.json();
|
|
191
|
-
|
|
192
124
|
case 8:
|
|
193
125
|
rst = _context2.sent;
|
|
194
126
|
return _context2.abrupt("return", rst.url);
|
|
195
|
-
|
|
196
127
|
case 10:
|
|
197
128
|
case "end":
|
|
198
129
|
return _context2.stop();
|
|
199
130
|
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
_props$capture = props.capture,
|
|
213
|
-
capture = _props$capture === void 0 ? false : _props$capture;
|
|
214
|
-
|
|
131
|
+
}, _callee2);
|
|
132
|
+
}));
|
|
133
|
+
return function (_x2) {
|
|
134
|
+
return _ref2.apply(this, arguments);
|
|
135
|
+
};
|
|
136
|
+
}() : _props$handleUpload,
|
|
137
|
+
setFieldError = props.setFieldError,
|
|
138
|
+
className = props.className,
|
|
139
|
+
id = props.id,
|
|
140
|
+
validateField = props.validateField,
|
|
141
|
+
_props$capture = props.capture,
|
|
142
|
+
capture = _props$capture === void 0 ? false : _props$capture;
|
|
215
143
|
var _useContext2 = (0, _react.useContext)(_locale.LocaleContext),
|
|
216
|
-
|
|
217
|
-
|
|
144
|
+
formatMessage = _useContext2.formatMessage;
|
|
218
145
|
var _useState = (0, _react.useState)((0, _agentDetect.isMobileAgent)()),
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
146
|
+
_useState2 = _slicedToArray(_useState, 1),
|
|
147
|
+
isMobile = _useState2[0];
|
|
222
148
|
var _useState3 = (0, _react.useState)([]),
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
149
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
150
|
+
files = _useState4[0],
|
|
151
|
+
setFiles = _useState4[1];
|
|
227
152
|
var _useState5 = (0, _react.useState)([]),
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
153
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
154
|
+
masks = _useState6[0],
|
|
155
|
+
setMasks = _useState6[1];
|
|
232
156
|
var _useBreakpoint = useBreakpoint(),
|
|
233
|
-
|
|
234
|
-
|
|
157
|
+
md = _useBreakpoint.md;
|
|
235
158
|
var mapFilesFromValue = function mapFilesFromValue(urls) {
|
|
236
159
|
var _files = [];
|
|
237
160
|
Promise.all(urls.map( /*#__PURE__*/function () {
|
|
238
|
-
var _ref3 = _asyncToGenerator( /*#__PURE__*/
|
|
161
|
+
var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(url, index) {
|
|
239
162
|
var type;
|
|
240
|
-
return
|
|
241
|
-
while (1) {
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
case 4:
|
|
261
|
-
case "end":
|
|
262
|
-
return _context3.stop();
|
|
263
|
-
}
|
|
163
|
+
return _regeneratorRuntime().wrap(function _callee3$(_context3) {
|
|
164
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
165
|
+
case 0:
|
|
166
|
+
_context3.next = 2;
|
|
167
|
+
return getFileType(url);
|
|
168
|
+
case 2:
|
|
169
|
+
type = _context3.sent;
|
|
170
|
+
_files.push({
|
|
171
|
+
url: url,
|
|
172
|
+
dataUrl: url,
|
|
173
|
+
status: 'success',
|
|
174
|
+
type: type,
|
|
175
|
+
name: "File".concat(index + 1),
|
|
176
|
+
size: 0,
|
|
177
|
+
uid: index
|
|
178
|
+
});
|
|
179
|
+
case 4:
|
|
180
|
+
case "end":
|
|
181
|
+
return _context3.stop();
|
|
264
182
|
}
|
|
265
183
|
}, _callee3);
|
|
266
184
|
}));
|
|
267
|
-
|
|
268
185
|
return function (_x3, _x4) {
|
|
269
186
|
return _ref3.apply(this, arguments);
|
|
270
187
|
};
|
|
271
188
|
}())).then(function () {
|
|
272
189
|
return setFiles(_files);
|
|
273
190
|
});
|
|
274
|
-
};
|
|
275
|
-
|
|
191
|
+
};
|
|
276
192
|
|
|
193
|
+
// 有初始值的处理 (不是初始化)
|
|
277
194
|
(0, _react.useEffect)(function () {
|
|
278
195
|
if (Array.isArray(value) && value.length && files.length === 0) {
|
|
279
196
|
mapFilesFromValue(value);
|
|
@@ -281,20 +198,17 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
281
198
|
}, [value]);
|
|
282
199
|
(0, _react.useEffect)(function () {
|
|
283
200
|
if (!value && !files.length) return;
|
|
284
|
-
|
|
285
201
|
if (files.length) {
|
|
286
202
|
var urls = files.map(function (f) {
|
|
287
203
|
var status = f.status,
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
204
|
+
name = f.name,
|
|
205
|
+
errorMsg = f.errorMsg;
|
|
291
206
|
if (status === 'failed') {
|
|
292
207
|
return {
|
|
293
208
|
name: name,
|
|
294
209
|
errorMsg: errorMsg
|
|
295
210
|
};
|
|
296
211
|
}
|
|
297
|
-
|
|
298
212
|
if (f.url || f.dataUrl) {
|
|
299
213
|
return f.url || f.dataUrl;
|
|
300
214
|
}
|
|
@@ -307,7 +221,7 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
307
221
|
var uploadId = (0, _react.useMemo)(function () {
|
|
308
222
|
return "igloo-upload-photo-input-".concat(Math.random());
|
|
309
223
|
}, []);
|
|
310
|
-
var uploadIndex = (0, _react.useRef)(
|
|
224
|
+
var uploadIndex = (0, _react.useRef)(value !== null && value !== void 0 && value.length ? value.length : 0);
|
|
311
225
|
(0, _react.useEffect)(function () {
|
|
312
226
|
return function () {
|
|
313
227
|
dataUrlRef.current.forEach(function (dataUrl) {
|
|
@@ -319,16 +233,13 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
319
233
|
var removeLimitMsg = function removeLimitMsg(e) {
|
|
320
234
|
if (DomRef.current && !DomRef.current.contains(e.target) && limitNumError.current) {
|
|
321
235
|
limitNumError.current = undefined;
|
|
322
|
-
|
|
323
236
|
if (files && files.length) {
|
|
324
237
|
validateField && validateField();
|
|
325
238
|
return;
|
|
326
239
|
}
|
|
327
|
-
|
|
328
240
|
typeof setFieldError === 'function' && setFieldError('');
|
|
329
241
|
}
|
|
330
242
|
};
|
|
331
|
-
|
|
332
243
|
window.addEventListener('click', removeLimitMsg);
|
|
333
244
|
return function () {
|
|
334
245
|
window.removeEventListener('click', removeLimitMsg);
|
|
@@ -340,37 +251,31 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
340
251
|
return;
|
|
341
252
|
}
|
|
342
253
|
});
|
|
343
|
-
|
|
344
254
|
var _useMemo = (0, _react.useMemo)(function () {
|
|
345
|
-
|
|
255
|
+
if (!md) {
|
|
256
|
+
return {
|
|
257
|
+
sampleSpan: 12,
|
|
258
|
+
descriptionSpan: (2 - samples.length % 2) * 12
|
|
259
|
+
};
|
|
260
|
+
}
|
|
261
|
+
var lastRow = samples.length % 4;
|
|
346
262
|
return {
|
|
347
|
-
sampleSpan:
|
|
348
|
-
descriptionSpan:
|
|
263
|
+
sampleSpan: 6,
|
|
264
|
+
descriptionSpan: lastRow > 2 ? 24 : (4 - lastRow) * 6
|
|
349
265
|
};
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
return {
|
|
354
|
-
sampleSpan: 6,
|
|
355
|
-
descriptionSpan: lastRow > 2 ? 24 : (4 - lastRow) * 6
|
|
356
|
-
};
|
|
357
|
-
}, [!md]),
|
|
358
|
-
sampleSpan = _useMemo.sampleSpan,
|
|
359
|
-
descriptionSpan = _useMemo.descriptionSpan;
|
|
360
|
-
|
|
266
|
+
}, [!md]),
|
|
267
|
+
sampleSpan = _useMemo.sampleSpan,
|
|
268
|
+
descriptionSpan = _useMemo.descriptionSpan;
|
|
361
269
|
(0, _invariant.default)(limit === undefined || limit > 0, "\"limit\" should be a pasitive number.");
|
|
362
|
-
|
|
363
270
|
var onUpload = function onUpload(e) {
|
|
364
271
|
if (!e.target.files || !e.target.files.length) return;
|
|
365
272
|
var index = 1;
|
|
366
|
-
|
|
367
273
|
var _iterator = _createForOfIteratorHelper(e.target.files),
|
|
368
|
-
|
|
369
|
-
|
|
274
|
+
_step;
|
|
370
275
|
try {
|
|
371
276
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
372
|
-
var
|
|
373
|
-
uploadFile(
|
|
277
|
+
var _file = _step.value;
|
|
278
|
+
uploadFile(_file, files.length + index++);
|
|
374
279
|
}
|
|
375
280
|
} catch (err) {
|
|
376
281
|
_iterator.e(err);
|
|
@@ -378,259 +283,214 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
378
283
|
_iterator.f();
|
|
379
284
|
}
|
|
380
285
|
};
|
|
381
|
-
|
|
382
286
|
var uploadFile = /*#__PURE__*/function () {
|
|
383
|
-
var _ref4 = _asyncToGenerator( /*#__PURE__*/
|
|
287
|
+
var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(file, currentIndex) {
|
|
384
288
|
var uid, dataUrl, name, size, mimeType, type, errorMsg, _errorMsg;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
289
|
+
return _regeneratorRuntime().wrap(function _callee4$(_context4) {
|
|
290
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
291
|
+
case 0:
|
|
292
|
+
uid = ++uploadIndex.current;
|
|
293
|
+
dataUrl = URL.createObjectURL(file);
|
|
294
|
+
dataUrlRef.current.push(dataUrl);
|
|
295
|
+
name = file.name, size = file.size, mimeType = file.type;
|
|
296
|
+
type = (0, _tools.classifyType)(mimeType);
|
|
297
|
+
if (!(type === 'unknown')) {
|
|
298
|
+
_context4.next = 10;
|
|
299
|
+
break;
|
|
300
|
+
}
|
|
301
|
+
errorMsg = formatMessage({
|
|
302
|
+
id: 'The file type is not supported.'
|
|
303
|
+
});
|
|
304
|
+
limitNumError.current = errorMsg;
|
|
305
|
+
setFieldError && setFieldError(errorMsg);
|
|
306
|
+
return _context4.abrupt("return", Promise.reject(errorMsg));
|
|
307
|
+
case 10:
|
|
308
|
+
if (!(limit && currentIndex > limit)) {
|
|
309
|
+
_context4.next = 15;
|
|
310
|
+
break;
|
|
311
|
+
}
|
|
312
|
+
_errorMsg = (typeof limitErrorMessage === 'function' ? limitErrorMessage(value) : limitErrorMessage) || formatMessage({
|
|
313
|
+
id: 'Quantity of files should be less than {limit}',
|
|
314
|
+
values: {
|
|
315
|
+
limit: limit
|
|
412
316
|
}
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
return
|
|
440
|
-
if (f.uid === uid) {
|
|
441
|
-
return _objectSpread(_objectSpread({}, f), {}, {
|
|
442
|
-
url: url,
|
|
443
|
-
status: 'success'
|
|
444
|
-
});
|
|
445
|
-
}
|
|
446
|
-
|
|
447
|
-
return f;
|
|
448
|
-
});
|
|
317
|
+
});
|
|
318
|
+
limitNumError.current = _errorMsg;
|
|
319
|
+
setFieldError && setFieldError(_errorMsg);
|
|
320
|
+
return _context4.abrupt("return", Promise.reject(_errorMsg));
|
|
321
|
+
case 15:
|
|
322
|
+
limitNumError.current = undefined;
|
|
323
|
+
setFiles(function (files) {
|
|
324
|
+
return [].concat(_toConsumableArray(files), [{
|
|
325
|
+
name: name,
|
|
326
|
+
type: type,
|
|
327
|
+
size: size,
|
|
328
|
+
dataUrl: dataUrl,
|
|
329
|
+
status: 'progress',
|
|
330
|
+
originFile: file,
|
|
331
|
+
uid: uid
|
|
332
|
+
}]);
|
|
333
|
+
});
|
|
334
|
+
return _context4.abrupt("return", handleUploadPromise(file, function (url) {
|
|
335
|
+
return setFiles(function (files) {
|
|
336
|
+
return files.map(function (f) {
|
|
337
|
+
if (f.uid === uid) {
|
|
338
|
+
return _objectSpread(_objectSpread({}, f), {}, {
|
|
339
|
+
url: url,
|
|
340
|
+
status: 'success'
|
|
341
|
+
});
|
|
342
|
+
}
|
|
343
|
+
return f;
|
|
449
344
|
});
|
|
450
|
-
}
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
});
|
|
345
|
+
});
|
|
346
|
+
}, function (errorMsg) {
|
|
347
|
+
return setFiles(function (files) {
|
|
348
|
+
return files.map(function (f) {
|
|
349
|
+
if (f.uid === uid) {
|
|
350
|
+
return _objectSpread(_objectSpread({}, f), {}, {
|
|
351
|
+
status: 'failed',
|
|
352
|
+
errorMsg: errorMsg
|
|
353
|
+
});
|
|
354
|
+
}
|
|
355
|
+
return f;
|
|
462
356
|
});
|
|
463
|
-
})
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
}
|
|
357
|
+
});
|
|
358
|
+
}));
|
|
359
|
+
case 18:
|
|
360
|
+
case "end":
|
|
361
|
+
return _context4.stop();
|
|
469
362
|
}
|
|
470
363
|
}, _callee4);
|
|
471
364
|
}));
|
|
472
|
-
|
|
473
365
|
return function uploadFile(_x5, _x6) {
|
|
474
366
|
return _ref4.apply(this, arguments);
|
|
475
367
|
};
|
|
476
368
|
}();
|
|
477
|
-
|
|
478
369
|
var handleUploadPromise = /*#__PURE__*/function () {
|
|
479
|
-
var _ref5 = _asyncToGenerator( /*#__PURE__*/
|
|
370
|
+
var _ref5 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5(file, onSuccess, onFailed) {
|
|
480
371
|
var rst, errorMsg;
|
|
481
|
-
return
|
|
482
|
-
while (1) {
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
case 13:
|
|
502
|
-
case "end":
|
|
503
|
-
return _context5.stop();
|
|
504
|
-
}
|
|
372
|
+
return _regeneratorRuntime().wrap(function _callee5$(_context5) {
|
|
373
|
+
while (1) switch (_context5.prev = _context5.next) {
|
|
374
|
+
case 0:
|
|
375
|
+
_context5.prev = 0;
|
|
376
|
+
_context5.next = 3;
|
|
377
|
+
return handleUpload(file);
|
|
378
|
+
case 3:
|
|
379
|
+
rst = _context5.sent;
|
|
380
|
+
onSuccess(rst);
|
|
381
|
+
return _context5.abrupt("return", Promise.resolve(rst));
|
|
382
|
+
case 8:
|
|
383
|
+
_context5.prev = 8;
|
|
384
|
+
_context5.t0 = _context5["catch"](0);
|
|
385
|
+
errorMsg = _typeof(_context5.t0) === 'object' ? _context5.t0.message : _context5.t0;
|
|
386
|
+
onFailed(errorMsg);
|
|
387
|
+
return _context5.abrupt("return", Promise.reject(errorMsg));
|
|
388
|
+
case 13:
|
|
389
|
+
case "end":
|
|
390
|
+
return _context5.stop();
|
|
505
391
|
}
|
|
506
392
|
}, _callee5, null, [[0, 8]]);
|
|
507
393
|
}));
|
|
508
|
-
|
|
509
394
|
return function handleUploadPromise(_x7, _x8, _x9) {
|
|
510
395
|
return _ref5.apply(this, arguments);
|
|
511
396
|
};
|
|
512
397
|
}();
|
|
513
|
-
|
|
514
398
|
var handleDelete = /*#__PURE__*/function () {
|
|
515
|
-
var _ref6 = _asyncToGenerator( /*#__PURE__*/
|
|
516
|
-
return
|
|
517
|
-
while (1) {
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
return i !== index;
|
|
525
|
-
});
|
|
526
|
-
return newArr;
|
|
399
|
+
var _ref6 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(index) {
|
|
400
|
+
return _regeneratorRuntime().wrap(function _callee6$(_context6) {
|
|
401
|
+
while (1) switch (_context6.prev = _context6.next) {
|
|
402
|
+
case 0:
|
|
403
|
+
limitNumError.current = null;
|
|
404
|
+
_context6.next = 3;
|
|
405
|
+
return setFiles(function (files) {
|
|
406
|
+
var newArr = files.filter(function (_, i) {
|
|
407
|
+
return i !== index;
|
|
527
408
|
});
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
409
|
+
return newArr;
|
|
410
|
+
});
|
|
411
|
+
case 3:
|
|
412
|
+
_context6.next = 5;
|
|
413
|
+
return setMasks(function (masks) {
|
|
414
|
+
return masks.filter(function (_, i) {
|
|
415
|
+
return i !== index;
|
|
535
416
|
});
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
}
|
|
417
|
+
});
|
|
418
|
+
case 5:
|
|
419
|
+
case "end":
|
|
420
|
+
return _context6.stop();
|
|
541
421
|
}
|
|
542
422
|
}, _callee6);
|
|
543
423
|
}));
|
|
544
|
-
|
|
545
424
|
return function handleDelete(_x10) {
|
|
546
425
|
return _ref6.apply(this, arguments);
|
|
547
426
|
};
|
|
548
427
|
}();
|
|
549
|
-
|
|
550
428
|
var handleReUpload = /*#__PURE__*/function () {
|
|
551
|
-
var _ref7 = _asyncToGenerator( /*#__PURE__*/
|
|
429
|
+
var _ref7 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(index) {
|
|
552
430
|
var _files$index, originFile, reUpUid, rst;
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
if (originFile) {
|
|
561
|
-
_context7.next = 3;
|
|
562
|
-
break;
|
|
563
|
-
}
|
|
564
|
-
|
|
565
|
-
return _context7.abrupt("return");
|
|
566
|
-
|
|
567
|
-
case 3:
|
|
568
|
-
_context7.next = 5;
|
|
569
|
-
return setFiles(function (files) {
|
|
570
|
-
var newFiles = _toConsumableArray(files);
|
|
571
|
-
|
|
572
|
-
newFiles[index].status = 'progress';
|
|
573
|
-
return newFiles;
|
|
574
|
-
});
|
|
575
|
-
|
|
576
|
-
case 5:
|
|
577
|
-
_context7.prev = 5;
|
|
578
|
-
_context7.next = 8;
|
|
579
|
-
return handleUpload(originFile);
|
|
580
|
-
|
|
581
|
-
case 8:
|
|
582
|
-
rst = _context7.sent;
|
|
583
|
-
_context7.next = 11;
|
|
584
|
-
return setFiles(function (files) {
|
|
585
|
-
var newFiles = _toConsumableArray(files);
|
|
586
|
-
|
|
587
|
-
newFiles[index].url = rst;
|
|
588
|
-
newFiles[index].status = 'success';
|
|
589
|
-
return newFiles;
|
|
590
|
-
});
|
|
591
|
-
|
|
592
|
-
case 11:
|
|
593
|
-
_context7.next = 17;
|
|
431
|
+
return _regeneratorRuntime().wrap(function _callee7$(_context7) {
|
|
432
|
+
while (1) switch (_context7.prev = _context7.next) {
|
|
433
|
+
case 0:
|
|
434
|
+
_files$index = files[index], originFile = _files$index.originFile, reUpUid = _files$index.uid;
|
|
435
|
+
if (originFile) {
|
|
436
|
+
_context7.next = 3;
|
|
594
437
|
break;
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
return
|
|
616
|
-
|
|
438
|
+
}
|
|
439
|
+
return _context7.abrupt("return");
|
|
440
|
+
case 3:
|
|
441
|
+
_context7.next = 5;
|
|
442
|
+
return setFiles(function (files) {
|
|
443
|
+
var newFiles = _toConsumableArray(files);
|
|
444
|
+
newFiles[index].status = 'progress';
|
|
445
|
+
return newFiles;
|
|
446
|
+
});
|
|
447
|
+
case 5:
|
|
448
|
+
_context7.prev = 5;
|
|
449
|
+
_context7.next = 8;
|
|
450
|
+
return handleUpload(originFile);
|
|
451
|
+
case 8:
|
|
452
|
+
rst = _context7.sent;
|
|
453
|
+
_context7.next = 11;
|
|
454
|
+
return setFiles(function (files) {
|
|
455
|
+
var newFiles = _toConsumableArray(files);
|
|
456
|
+
newFiles[index].url = rst;
|
|
457
|
+
newFiles[index].status = 'success';
|
|
458
|
+
return newFiles;
|
|
459
|
+
});
|
|
460
|
+
case 11:
|
|
461
|
+
_context7.next = 17;
|
|
462
|
+
break;
|
|
463
|
+
case 13:
|
|
464
|
+
_context7.prev = 13;
|
|
465
|
+
_context7.t0 = _context7["catch"](5);
|
|
466
|
+
_context7.next = 17;
|
|
467
|
+
return setFiles(function (files) {
|
|
468
|
+
var newFiles = _toConsumableArray(files);
|
|
469
|
+
newFiles[index].status = 'failed';
|
|
470
|
+
newFiles[index].errorMsg = _context7.t0;
|
|
471
|
+
return newFiles;
|
|
472
|
+
});
|
|
473
|
+
case 17:
|
|
474
|
+
if (isMobile) {
|
|
475
|
+
closeMask(index);
|
|
476
|
+
}
|
|
477
|
+
case 18:
|
|
478
|
+
case "end":
|
|
479
|
+
return _context7.stop();
|
|
617
480
|
}
|
|
618
481
|
}, _callee7, null, [[5, 13]]);
|
|
619
482
|
}));
|
|
620
|
-
|
|
621
483
|
return function handleReUpload(_x11) {
|
|
622
484
|
return _ref7.apply(this, arguments);
|
|
623
485
|
};
|
|
624
486
|
}();
|
|
625
|
-
|
|
626
487
|
var handlePreview = function handlePreview(index) {
|
|
627
488
|
var _files$index2 = files[index],
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
489
|
+
dataUrl = _files$index2.dataUrl,
|
|
490
|
+
name = _files$index2.name,
|
|
491
|
+
type = _files$index2.type;
|
|
632
492
|
_modal.default.noFooter({
|
|
633
|
-
content: (0, _jsxRuntime.jsx)(_media.default, {
|
|
493
|
+
content: /*#__PURE__*/(0, _jsxRuntime.jsx)(_media.default, {
|
|
634
494
|
src: dataUrl,
|
|
635
495
|
type: (0, _tools.classifyType)(type)
|
|
636
496
|
}),
|
|
@@ -639,27 +499,22 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
639
499
|
maskClosable: true,
|
|
640
500
|
closable: true
|
|
641
501
|
});
|
|
642
|
-
|
|
643
502
|
if (isMobile) {
|
|
644
503
|
closeMask(index);
|
|
645
504
|
}
|
|
646
505
|
};
|
|
647
|
-
|
|
648
506
|
var handleMouseEnter = function handleMouseEnter(index) {
|
|
649
507
|
if (isMobile) return;
|
|
650
508
|
openMask(index);
|
|
651
509
|
};
|
|
652
|
-
|
|
653
510
|
var handleMouseLeave = function handleMouseLeave(index) {
|
|
654
511
|
if (isMobile) return;
|
|
655
512
|
closeMask(index);
|
|
656
513
|
};
|
|
657
|
-
|
|
658
514
|
var handleTouchEnd = function handleTouchEnd(index) {
|
|
659
515
|
if (!isMobile) return;
|
|
660
516
|
openMask(index);
|
|
661
517
|
};
|
|
662
|
-
|
|
663
518
|
var closeMask = function closeMask(index) {
|
|
664
519
|
setMasks(function (masks) {
|
|
665
520
|
var arr = Array.from(masks);
|
|
@@ -667,7 +522,6 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
667
522
|
return arr;
|
|
668
523
|
});
|
|
669
524
|
};
|
|
670
|
-
|
|
671
525
|
var openMask = function openMask(index) {
|
|
672
526
|
setMasks(function (masks) {
|
|
673
527
|
var arr = Array.from(masks);
|
|
@@ -675,15 +529,13 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
675
529
|
return arr;
|
|
676
530
|
});
|
|
677
531
|
};
|
|
678
|
-
|
|
679
532
|
var getBadge = function getBadge(status, index, limit) {
|
|
680
533
|
if (props.disabled) {
|
|
681
534
|
return null;
|
|
682
535
|
}
|
|
683
|
-
|
|
684
536
|
if (status === 'progress') {
|
|
685
|
-
return (0, _jsxRuntime.jsx)("div", {
|
|
686
|
-
children: (0, _jsxRuntime.jsx)(_iglooicon.LoadingOutlined, {
|
|
537
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
538
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.LoadingOutlined, {
|
|
687
539
|
spinning: true,
|
|
688
540
|
style: {
|
|
689
541
|
fontSize: 24,
|
|
@@ -692,9 +544,8 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
692
544
|
})
|
|
693
545
|
});
|
|
694
546
|
}
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
children: (0, _jsxRuntime.jsx)(_iglooicon.ErrorFilled, {
|
|
547
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
548
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.ErrorFilled, {
|
|
698
549
|
style: {
|
|
699
550
|
color: '#999999',
|
|
700
551
|
cursor: 'pointer',
|
|
@@ -707,48 +558,46 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
707
558
|
})
|
|
708
559
|
});
|
|
709
560
|
};
|
|
710
|
-
|
|
711
|
-
return (0, _jsxRuntime.jsxs)("div", {
|
|
561
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
712
562
|
className: (0, _classnames6.default)(prefix, className),
|
|
713
563
|
id: id,
|
|
714
564
|
ref: DomRef,
|
|
715
|
-
children: [Boolean(descriptions || samples.length) && (0, _jsxRuntime.jsx)("div", {
|
|
565
|
+
children: [Boolean(descriptions || samples.length) && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
716
566
|
className: "".concat(prefix, "-sample"),
|
|
717
|
-
children: (0, _jsxRuntime.jsxs)(
|
|
567
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_antd.Row, {
|
|
718
568
|
gutter: [isMobile ? 16 : 32, 16],
|
|
719
569
|
wrap: true,
|
|
720
570
|
children: [Boolean(samples === null || samples === void 0 ? void 0 : samples.length) && samples.map(function (_ref8, index) {
|
|
721
571
|
var _classnames, _classnames2;
|
|
722
|
-
|
|
723
572
|
var src = _ref8.src,
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
return (0, _jsxRuntime.jsxs)(
|
|
573
|
+
label = _ref8.label,
|
|
574
|
+
type = _ref8.type;
|
|
575
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_antd.Col, {
|
|
727
576
|
span: sampleSpan,
|
|
728
|
-
children: [(0, _jsxRuntime.jsx)("img", {
|
|
577
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("img", {
|
|
729
578
|
src: src,
|
|
730
579
|
alt: "",
|
|
731
580
|
className: "".concat(prefix, "-sample-photos-photo")
|
|
732
|
-
}), (0, _jsxRuntime.jsx)("div", {
|
|
581
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
733
582
|
className: (0, _classnames6.default)((_classnames = {}, _defineProperty(_classnames, "".concat(prefix, "-sample-photos-good"), type === 'good'), _defineProperty(_classnames, "".concat(prefix, "-sample-photos-bad"), type === 'bad'), _classnames))
|
|
734
|
-
}), label && (0, _jsxRuntime.jsx)("div", {
|
|
583
|
+
}), label && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
735
584
|
className: (0, _classnames6.default)((_classnames2 = {}, _defineProperty(_classnames2, "".concat(prefix, "-sample-photos-label"), true), _defineProperty(_classnames2, "".concat(prefix, "-sample-photos-label-good"), type === 'good'), _defineProperty(_classnames2, "".concat(prefix, "-sample-photos-label-bad"), type === 'bad'), _classnames2)),
|
|
736
|
-
children: (0, _jsxRuntime.jsx)(_typography.default, {
|
|
585
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.default, {
|
|
737
586
|
level: "body2",
|
|
738
587
|
children: label
|
|
739
588
|
})
|
|
740
589
|
})]
|
|
741
590
|
}, index);
|
|
742
|
-
}), (0, _jsxRuntime.jsx)(
|
|
591
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_antd.Col, {
|
|
743
592
|
className: (0, _classnames6.default)((_classnames3 = {}, _defineProperty(_classnames3, "".concat(prefix, "-sample-descriptions"), true), _defineProperty(_classnames3, "".concat(prefix, "-sample-descriptions-center"), !!md), _classnames3)),
|
|
744
593
|
span: descriptionSpan,
|
|
745
|
-
children: (0, _jsxRuntime.jsx)(_typography.default, {
|
|
594
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.default, {
|
|
746
595
|
level: "caption2",
|
|
747
596
|
children: descriptions
|
|
748
597
|
})
|
|
749
598
|
})]
|
|
750
599
|
})
|
|
751
|
-
}), (0, _jsxRuntime.jsx)("input", {
|
|
600
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("input", {
|
|
752
601
|
id: uploadId,
|
|
753
602
|
type: "file",
|
|
754
603
|
style: {
|
|
@@ -759,39 +608,38 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
759
608
|
value: [],
|
|
760
609
|
multiple: true,
|
|
761
610
|
capture: capture
|
|
762
|
-
}), (0, _jsxRuntime.jsxs)(
|
|
611
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_antd.Space, {
|
|
763
612
|
className: "".concat(prefix, "-content"),
|
|
764
613
|
size: [16, 16],
|
|
765
614
|
wrap: true,
|
|
766
|
-
children: [(0, _jsxRuntime.jsxs)("label", {
|
|
615
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("label", {
|
|
767
616
|
htmlFor: uploadId,
|
|
768
617
|
className: (0, _classnames6.default)((_classnames4 = {}, _defineProperty(_classnames4, "".concat(prefix, "-content-button"), true), _defineProperty(_classnames4, 'dont-show-error-status', Array.isArray(value) && value.some(function (file) {
|
|
769
618
|
return typeof file !== 'string' && (file === null || file === void 0 ? void 0 : file.status) === 'failed';
|
|
770
619
|
})), _classnames4)),
|
|
771
|
-
children: [(0, _jsxRuntime.jsx)(_iglooicon.UploadOutlined, {
|
|
620
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.UploadOutlined, {
|
|
772
621
|
style: {
|
|
773
622
|
fontSize: 24,
|
|
774
623
|
color: '#666666'
|
|
775
624
|
}
|
|
776
|
-
}), (0, _jsxRuntime.jsx)("span", {
|
|
625
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
777
626
|
style: {
|
|
778
627
|
marginTop: 6
|
|
779
628
|
},
|
|
780
|
-
children: (0, _jsxRuntime.jsx)(_typography.default, {
|
|
629
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_typography.default, {
|
|
781
630
|
level: "body1",
|
|
782
631
|
children: buttonText || 'Upload'
|
|
783
632
|
})
|
|
784
633
|
})]
|
|
785
634
|
}), files.map(function (_ref9, index) {
|
|
786
635
|
var _classnames5;
|
|
787
|
-
|
|
788
636
|
var dataUrl = _ref9.dataUrl,
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
return (0, _jsxRuntime.jsx)(
|
|
637
|
+
status = _ref9.status,
|
|
638
|
+
type = _ref9.type,
|
|
639
|
+
uid = _ref9.uid;
|
|
640
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_antd.Badge, {
|
|
793
641
|
count: getBadge(status, index, limit),
|
|
794
|
-
children: (0, _jsxRuntime.jsxs)("div", {
|
|
642
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
|
|
795
643
|
className: (0, _classnames6.default)((_classnames5 = {}, _defineProperty(_classnames5, "".concat(prefix, "-content-container"), true), _defineProperty(_classnames5, "".concat(prefix, "-content-error"), status === 'failed'), _classnames5)),
|
|
796
644
|
onMouseEnter: function onMouseEnter() {
|
|
797
645
|
return handleMouseEnter(index);
|
|
@@ -803,29 +651,29 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
803
651
|
e.stopPropagation();
|
|
804
652
|
handleTouchEnd(index);
|
|
805
653
|
},
|
|
806
|
-
children: [(0, _jsxRuntime.jsx)(_media2.default, {
|
|
654
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_media2.default, {
|
|
807
655
|
type: type,
|
|
808
656
|
src: dataUrl,
|
|
809
657
|
className: "".concat(prefix, "-content-preview")
|
|
810
|
-
}), (!limit || index < limit) && masks[index] && (0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
811
|
-
children: [status === 'failed' && (0, _jsxRuntime.jsx)("div", {
|
|
658
|
+
}), (!limit || index < limit) && masks[index] && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
|
|
659
|
+
children: [status === 'failed' && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
812
660
|
className: "".concat(prefix, "-content-mask"),
|
|
813
661
|
onClick: function onClick(e) {
|
|
814
662
|
e.stopPropagation();
|
|
815
663
|
handleReUpload(index);
|
|
816
664
|
},
|
|
817
|
-
children: (0, _jsxRuntime.jsx)(_iglooicon.RefreshOutlined, {
|
|
665
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.RefreshOutlined, {
|
|
818
666
|
style: {
|
|
819
667
|
fontSize: 24
|
|
820
668
|
}
|
|
821
669
|
})
|
|
822
|
-
}), status === 'success' && (0, _jsxRuntime.jsx)("div", {
|
|
670
|
+
}), status === 'success' && /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
823
671
|
className: "".concat(prefix, "-content-mask"),
|
|
824
672
|
onClick: function onClick(e) {
|
|
825
673
|
e.stopPropagation();
|
|
826
674
|
handlePreview(index);
|
|
827
675
|
},
|
|
828
|
-
children: (0, _jsxRuntime.jsx)(_iglooicon.ShowOutlined, {
|
|
676
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_iglooicon.ShowOutlined, {
|
|
829
677
|
style: {
|
|
830
678
|
fontSize: 24
|
|
831
679
|
}
|
|
@@ -838,31 +686,26 @@ var UploadPhoto = function UploadPhoto(props) {
|
|
|
838
686
|
})]
|
|
839
687
|
});
|
|
840
688
|
};
|
|
841
|
-
|
|
842
689
|
function checkFileList(value) {
|
|
843
690
|
if (!value) {
|
|
844
691
|
return Promise.resolve();
|
|
845
692
|
}
|
|
846
|
-
|
|
847
693
|
for (var i = 0; i < value.length; i++) {
|
|
848
|
-
var
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
var errorMsg = file.errorMsg;
|
|
694
|
+
var _file2 = value[i];
|
|
695
|
+
if (_typeof(_file2) === 'object') {
|
|
696
|
+
var errorMsg = _file2.errorMsg;
|
|
852
697
|
return Promise.reject(errorMsg);
|
|
853
698
|
}
|
|
854
699
|
}
|
|
855
|
-
|
|
856
700
|
return Promise.resolve();
|
|
857
701
|
}
|
|
858
|
-
|
|
859
702
|
UploadPhoto.formItemPropsHandler = function (_ref10) {
|
|
860
703
|
var limit = _ref10.limit,
|
|
861
|
-
|
|
862
|
-
|
|
704
|
+
previewFormater = _ref10.previewFormater,
|
|
705
|
+
label = _ref10.label;
|
|
863
706
|
return {
|
|
864
707
|
previewFormater: previewFormater || function (value) {
|
|
865
|
-
return (0, _jsxRuntime.jsx)(_uploadPreview.default, {
|
|
708
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_uploadPreview.default, {
|
|
866
709
|
files: value,
|
|
867
710
|
label: label
|
|
868
711
|
});
|
|
@@ -875,6 +718,5 @@ UploadPhoto.formItemPropsHandler = function (_ref10) {
|
|
|
875
718
|
}]
|
|
876
719
|
};
|
|
877
720
|
};
|
|
878
|
-
|
|
879
721
|
var _default = UploadPhoto;
|
|
880
722
|
exports.default = _default;
|