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
|
@@ -1,97 +1,76 @@
|
|
|
1
|
+
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); }
|
|
1
2
|
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; }
|
|
2
|
-
|
|
3
3
|
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; }
|
|
4
|
-
|
|
5
|
-
function
|
|
6
|
-
|
|
4
|
+
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; }
|
|
5
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
6
|
+
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); }
|
|
7
|
+
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; }
|
|
7
8
|
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); } }
|
|
8
|
-
|
|
9
9
|
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); }); }; }
|
|
10
|
-
|
|
11
10
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
12
|
-
|
|
13
11
|
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."); }
|
|
14
|
-
|
|
15
12
|
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); }
|
|
16
|
-
|
|
17
|
-
function
|
|
18
|
-
|
|
19
|
-
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; }
|
|
20
|
-
|
|
13
|
+
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; }
|
|
14
|
+
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; } }
|
|
21
15
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
22
|
-
|
|
23
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
24
16
|
import React, { useState, useEffect, useMemo, cloneElement } from 'react';
|
|
25
|
-
import { calcNamePath } from
|
|
26
|
-
import
|
|
27
|
-
|
|
17
|
+
import { calcNamePath } from "../../utils/form-utils";
|
|
18
|
+
import "./style/index.less";
|
|
19
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
28
20
|
var Steps = function Steps(_ref) {
|
|
29
21
|
var name = _ref.name,
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
22
|
+
parentName = _ref.parentName,
|
|
23
|
+
_ref$showLastIndex = _ref.showLastIndex,
|
|
24
|
+
showLastIndex = _ref$showLastIndex === void 0 ? true : _ref$showLastIndex,
|
|
25
|
+
currentStep = _ref.currentStep,
|
|
26
|
+
onEdit = _ref.onEdit,
|
|
27
|
+
children = _ref.children;
|
|
37
28
|
var _useState = useState(currentStep || 0),
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
29
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
30
|
+
current = _useState2[0],
|
|
31
|
+
setCurrent = _useState2[1];
|
|
42
32
|
var _useState3 = useState(0),
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
33
|
+
_useState4 = _slicedToArray(_useState3, 2),
|
|
34
|
+
last = _useState4[0],
|
|
35
|
+
setLast = _useState4[1];
|
|
47
36
|
var _useState5 = useState(false),
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
37
|
+
_useState6 = _slicedToArray(_useState5, 2),
|
|
38
|
+
shouldScroll = _useState6[0],
|
|
39
|
+
setShouldScroll = _useState6[1];
|
|
52
40
|
useEffect(function () {
|
|
53
41
|
if (currentStep === undefined || currentStep === current) return;
|
|
54
42
|
setCurrent(currentStep);
|
|
55
43
|
}, [currentStep]);
|
|
56
|
-
|
|
57
44
|
var handleNext = /*#__PURE__*/function () {
|
|
58
|
-
var _ref2 = _asyncToGenerator( /*#__PURE__*/
|
|
59
|
-
return
|
|
60
|
-
while (1) {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
case "end":
|
|
69
|
-
return _context.stop();
|
|
70
|
-
}
|
|
45
|
+
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee() {
|
|
46
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
47
|
+
while (1) switch (_context.prev = _context.next) {
|
|
48
|
+
case 0:
|
|
49
|
+
setCurrent(last || current + 1);
|
|
50
|
+
setLast(0);
|
|
51
|
+
setShouldScroll(true);
|
|
52
|
+
case 3:
|
|
53
|
+
case "end":
|
|
54
|
+
return _context.stop();
|
|
71
55
|
}
|
|
72
56
|
}, _callee);
|
|
73
57
|
}));
|
|
74
|
-
|
|
75
58
|
return function handleNext() {
|
|
76
59
|
return _ref2.apply(this, arguments);
|
|
77
60
|
};
|
|
78
61
|
}();
|
|
79
|
-
|
|
80
62
|
var handleEdit = function handleEdit(index) {
|
|
81
63
|
setLast(current);
|
|
82
64
|
setCurrent(index);
|
|
83
65
|
setShouldScroll(false);
|
|
84
66
|
typeof onEdit === 'function' && onEdit(index);
|
|
85
67
|
};
|
|
86
|
-
|
|
87
68
|
var pName = useMemo(function () {
|
|
88
69
|
return calcNamePath(parentName, name);
|
|
89
70
|
}, [parentName, name]);
|
|
90
|
-
|
|
91
71
|
var transformChildren = function transformChildren() {
|
|
92
72
|
var renderChildren = React.Children.toArray(children).filter(function (e) {
|
|
93
73
|
var _e$type;
|
|
94
|
-
|
|
95
74
|
return (e === null || e === void 0 ? void 0 : (_e$type = e.type) === null || _e$type === void 0 ? void 0 : _e$type.displayName) === 'Igloo_Free_Form_Step';
|
|
96
75
|
});
|
|
97
76
|
return renderChildren.map(function (c, index) {
|
|
@@ -109,15 +88,13 @@ var Steps = function Steps(_ref) {
|
|
|
109
88
|
}));
|
|
110
89
|
});
|
|
111
90
|
};
|
|
112
|
-
|
|
113
|
-
return _jsx("div", {
|
|
91
|
+
return /*#__PURE__*/_jsx("div", {
|
|
114
92
|
className: 'igloo-freeform-steps-container',
|
|
115
|
-
children: _jsx("div", {
|
|
93
|
+
children: /*#__PURE__*/_jsx("div", {
|
|
116
94
|
className: 'igloo-freeform-steps-content',
|
|
117
95
|
children: transformChildren()
|
|
118
96
|
})
|
|
119
97
|
});
|
|
120
98
|
};
|
|
121
|
-
|
|
122
99
|
export default Steps;
|
|
123
100
|
Steps.displayName = 'Igloo_Free_Form_Steps';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./index.less";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./index.less";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import './style/index';
|
|
3
3
|
declare type ConfigContent = React.ReactNode | string;
|
|
4
|
-
declare type ConfigDuration = number
|
|
4
|
+
declare type ConfigDuration = number;
|
|
5
5
|
interface IglooGlobalMessage {
|
|
6
6
|
info(content: ConfigContent, duration?: ConfigDuration): any;
|
|
7
7
|
success(content: ConfigContent, duration?: ConfigDuration): any;
|
|
@@ -1,103 +1,91 @@
|
|
|
1
|
-
import "antd/es/message/style";
|
|
2
|
-
import _message from "antd/es/message";
|
|
3
|
-
|
|
4
1
|
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); }
|
|
5
|
-
|
|
2
|
+
import { message } from 'antd';
|
|
3
|
+
import AlertMessage from "../alert-message";
|
|
4
|
+
import "./style/index";
|
|
6
5
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
-
import AlertMessage from '../alert-message';
|
|
8
|
-
import './style/index';
|
|
9
6
|
var IglooMessage = {};
|
|
10
|
-
|
|
11
7
|
IglooMessage.success = function (content, duration) {
|
|
12
8
|
switch (_typeof(content)) {
|
|
13
9
|
case 'string':
|
|
14
|
-
return
|
|
10
|
+
return message.success({
|
|
15
11
|
className: 'iglooform-global-message',
|
|
16
|
-
content: _jsx(AlertMessage, {
|
|
12
|
+
content: /*#__PURE__*/_jsx(AlertMessage, {
|
|
17
13
|
type: "success",
|
|
18
14
|
message: content
|
|
19
15
|
}),
|
|
20
|
-
icon: _jsx("div", {}),
|
|
16
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
21
17
|
duration: duration === undefined ? 3 : duration
|
|
22
18
|
});
|
|
23
|
-
|
|
24
19
|
default:
|
|
25
|
-
return
|
|
20
|
+
return message.success({
|
|
26
21
|
className: 'iglooform-global-message',
|
|
27
22
|
content: content,
|
|
28
|
-
icon: _jsx("div", {}),
|
|
23
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
29
24
|
duration: duration === undefined ? 3 : duration
|
|
30
25
|
});
|
|
31
26
|
}
|
|
32
27
|
};
|
|
33
|
-
|
|
34
28
|
IglooMessage.error = function (content, duration) {
|
|
35
29
|
switch (_typeof(content)) {
|
|
36
30
|
case 'string':
|
|
37
|
-
return
|
|
31
|
+
return message.error({
|
|
38
32
|
className: 'iglooform-global-message',
|
|
39
|
-
content: _jsx(AlertMessage, {
|
|
33
|
+
content: /*#__PURE__*/_jsx(AlertMessage, {
|
|
40
34
|
type: "error",
|
|
41
35
|
message: content
|
|
42
36
|
}),
|
|
43
|
-
icon: _jsx("div", {}),
|
|
37
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
44
38
|
duration: duration === undefined ? 3 : duration
|
|
45
39
|
});
|
|
46
|
-
|
|
47
40
|
default:
|
|
48
|
-
return
|
|
41
|
+
return message.error({
|
|
49
42
|
className: 'iglooform-global-message',
|
|
50
43
|
content: content,
|
|
51
|
-
icon: _jsx("div", {}),
|
|
44
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
52
45
|
duration: duration === undefined ? 3 : duration
|
|
53
46
|
});
|
|
54
47
|
}
|
|
55
48
|
};
|
|
56
|
-
|
|
57
49
|
IglooMessage.warning = function (content, duration) {
|
|
58
50
|
switch (_typeof(content)) {
|
|
59
51
|
case 'string':
|
|
60
|
-
return
|
|
52
|
+
return message.warning({
|
|
61
53
|
className: 'iglooform-global-message',
|
|
62
|
-
content: _jsx(AlertMessage, {
|
|
54
|
+
content: /*#__PURE__*/_jsx(AlertMessage, {
|
|
63
55
|
type: "warning",
|
|
64
56
|
message: content
|
|
65
57
|
}),
|
|
66
|
-
icon: _jsx("div", {}),
|
|
58
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
67
59
|
duration: duration === undefined ? 3 : duration
|
|
68
60
|
});
|
|
69
|
-
|
|
70
61
|
default:
|
|
71
|
-
return
|
|
62
|
+
return message.warning({
|
|
72
63
|
className: 'iglooform-global-message',
|
|
73
64
|
content: content,
|
|
74
|
-
icon: _jsx("div", {}),
|
|
65
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
75
66
|
duration: duration === undefined ? 3 : duration
|
|
76
67
|
});
|
|
77
68
|
}
|
|
78
69
|
};
|
|
79
|
-
|
|
80
70
|
IglooMessage.info = function (content, duration) {
|
|
81
71
|
switch (_typeof(content)) {
|
|
82
72
|
case 'string':
|
|
83
|
-
return
|
|
73
|
+
return message.info({
|
|
84
74
|
className: 'iglooform-global-message',
|
|
85
|
-
content: _jsx(AlertMessage, {
|
|
75
|
+
content: /*#__PURE__*/_jsx(AlertMessage, {
|
|
86
76
|
type: "info",
|
|
87
77
|
message: content
|
|
88
78
|
}),
|
|
89
|
-
icon: _jsx("div", {}),
|
|
79
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
90
80
|
duration: duration === undefined ? 3 : duration
|
|
91
81
|
});
|
|
92
|
-
|
|
93
82
|
default:
|
|
94
|
-
return
|
|
83
|
+
return message.info({
|
|
95
84
|
className: 'iglooform-global-message',
|
|
96
85
|
content: content,
|
|
97
|
-
icon: _jsx("div", {}),
|
|
86
|
+
icon: /*#__PURE__*/_jsx("div", {}),
|
|
98
87
|
duration: duration === undefined ? 3 : duration
|
|
99
88
|
});
|
|
100
89
|
}
|
|
101
90
|
};
|
|
102
|
-
|
|
103
91
|
export default IglooMessage;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./index.less";
|
package/es/home-menu/index.d.ts
CHANGED
package/es/home-menu/index.js
CHANGED
|
@@ -1,98 +1,83 @@
|
|
|
1
|
-
import "antd/es/avatar/style";
|
|
2
|
-
import _Avatar from "antd/es/avatar";
|
|
3
|
-
import "antd/es/dropdown/style";
|
|
4
|
-
import _Dropdown from "antd/es/dropdown";
|
|
5
|
-
import "antd/es/grid/style";
|
|
6
|
-
import _Grid from "antd/es/grid";
|
|
7
|
-
|
|
8
1
|
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
9
|
-
|
|
10
2
|
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."); }
|
|
11
|
-
|
|
12
3
|
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); }
|
|
13
|
-
|
|
14
|
-
function
|
|
15
|
-
|
|
16
|
-
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; }
|
|
17
|
-
|
|
4
|
+
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; }
|
|
5
|
+
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; } }
|
|
18
6
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
19
|
-
|
|
20
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
import { Dropdown, Grid, Avatar } from 'antd';
|
|
21
8
|
import { useState } from 'react';
|
|
22
|
-
import Typography from
|
|
9
|
+
import Typography from "../typography";
|
|
23
10
|
import { ArrowDownOutlined, ArrowUpOutlined, BurgerMenuOutlined, CrossOutlined } from 'iglooicon';
|
|
24
11
|
import classnames from 'classnames';
|
|
25
|
-
import defaultAvatar from
|
|
26
|
-
import
|
|
27
|
-
|
|
12
|
+
import defaultAvatar from "./style/avatar.svg";
|
|
13
|
+
import "./style/index";
|
|
14
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
|
+
import { jsxs as _jsxs } from "react/jsx-runtime";
|
|
28
16
|
var HomeMenu = function HomeMenu(props) {
|
|
29
|
-
var useBreakpoint =
|
|
30
|
-
|
|
17
|
+
var useBreakpoint = Grid.useBreakpoint;
|
|
31
18
|
var _useBreakpoint = useBreakpoint(),
|
|
32
|
-
|
|
33
|
-
|
|
19
|
+
md = _useBreakpoint.md;
|
|
34
20
|
var className = props.className,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
21
|
+
style = props.style,
|
|
22
|
+
customInfos = props.customInfos,
|
|
23
|
+
actions = props.actions,
|
|
24
|
+
_props$userAvatar = props.userAvatar,
|
|
25
|
+
userAvatar = _props$userAvatar === void 0 ? defaultAvatar : _props$userAvatar,
|
|
26
|
+
userName = props.userName;
|
|
42
27
|
var _useState = useState(false),
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
28
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
29
|
+
open = _useState2[0],
|
|
30
|
+
setOpen = _useState2[1];
|
|
47
31
|
if (!md) {
|
|
48
|
-
return _jsx(
|
|
32
|
+
return /*#__PURE__*/_jsx(Dropdown, {
|
|
49
33
|
className: classnames(className, 'igloo-home-drop-down-mobile-container'),
|
|
50
34
|
overlayStyle: style,
|
|
51
|
-
|
|
35
|
+
placement: "bottom",
|
|
36
|
+
onOpenChange: function onOpenChange(visible) {
|
|
52
37
|
return setOpen(visible);
|
|
53
38
|
},
|
|
54
39
|
trigger: ['click'],
|
|
55
40
|
getPopupContainer: function getPopupContainer(trigger) {
|
|
56
41
|
return trigger.parentElement || document.body;
|
|
57
42
|
},
|
|
58
|
-
overlay: _jsxs("div", {
|
|
43
|
+
overlay: /*#__PURE__*/_jsxs("div", {
|
|
59
44
|
className: "igloo-home-drop-down-mobile-overlay-container",
|
|
60
|
-
children: [_jsxs("div", {
|
|
45
|
+
children: [/*#__PURE__*/_jsxs("div", {
|
|
61
46
|
className: "menu-top",
|
|
62
47
|
onClick: function onClick(e) {
|
|
63
48
|
return e.stopPropagation();
|
|
64
49
|
},
|
|
65
|
-
children: [_jsx(
|
|
50
|
+
children: [/*#__PURE__*/_jsx(Avatar, {
|
|
66
51
|
size: 32,
|
|
67
52
|
src: userAvatar
|
|
68
|
-
}), _jsxs("div", {
|
|
53
|
+
}), /*#__PURE__*/_jsxs("div", {
|
|
69
54
|
className: "top-info",
|
|
70
|
-
children: [_jsx(Typography, {
|
|
55
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
71
56
|
level: "body1",
|
|
72
57
|
children: userName
|
|
73
|
-
}), _jsx("div", {
|
|
58
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
74
59
|
style: {
|
|
75
60
|
marginTop: 4
|
|
76
61
|
},
|
|
77
62
|
children: customInfos.map(function (info, index) {
|
|
78
|
-
return _jsxs(Typography, {
|
|
63
|
+
return /*#__PURE__*/_jsxs(Typography, {
|
|
79
64
|
level: "body3",
|
|
80
65
|
children: [info.title, " ", info.value]
|
|
81
66
|
}, index);
|
|
82
67
|
})
|
|
83
68
|
})]
|
|
84
69
|
})]
|
|
85
|
-
}), _jsx("div", {
|
|
70
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
86
71
|
className: "menu-actions",
|
|
87
72
|
children: actions.map(function (action, index) {
|
|
88
73
|
var _onClick = action.onClick;
|
|
89
|
-
return _jsx("div", {
|
|
74
|
+
return /*#__PURE__*/_jsx("div", {
|
|
90
75
|
className: "action-item",
|
|
91
76
|
onClick: function onClick() {
|
|
92
77
|
_onClick && _onClick();
|
|
93
78
|
setOpen(false);
|
|
94
79
|
},
|
|
95
|
-
children: _jsx(Typography, {
|
|
80
|
+
children: /*#__PURE__*/_jsx(Typography, {
|
|
96
81
|
level: "body1",
|
|
97
82
|
children: action.title
|
|
98
83
|
}, index)
|
|
@@ -100,14 +85,14 @@ var HomeMenu = function HomeMenu(props) {
|
|
|
100
85
|
})
|
|
101
86
|
})]
|
|
102
87
|
}),
|
|
103
|
-
children: _jsxs("div", {
|
|
88
|
+
children: /*#__PURE__*/_jsxs("div", {
|
|
104
89
|
className: "arrow-container",
|
|
105
|
-
children: [_jsx(CrossOutlined, {
|
|
90
|
+
children: [/*#__PURE__*/_jsx(CrossOutlined, {
|
|
106
91
|
className: "arrow-active",
|
|
107
92
|
style: {
|
|
108
93
|
opacity: "".concat(open ? 1 : 0)
|
|
109
94
|
}
|
|
110
|
-
}), _jsx(BurgerMenuOutlined, {
|
|
95
|
+
}), /*#__PURE__*/_jsx(BurgerMenuOutlined, {
|
|
111
96
|
className: "arrow-default",
|
|
112
97
|
style: {
|
|
113
98
|
opacity: "".concat(open ? 0 : 1)
|
|
@@ -116,11 +101,10 @@ var HomeMenu = function HomeMenu(props) {
|
|
|
116
101
|
})
|
|
117
102
|
});
|
|
118
103
|
}
|
|
119
|
-
|
|
120
|
-
return _jsx(_Dropdown, {
|
|
104
|
+
return /*#__PURE__*/_jsx(Dropdown, {
|
|
121
105
|
className: classnames(className, 'igloo-home-drop-down-container'),
|
|
122
106
|
overlayStyle: style,
|
|
123
|
-
|
|
107
|
+
onOpenChange: function onOpenChange(visible) {
|
|
124
108
|
return setOpen(visible);
|
|
125
109
|
},
|
|
126
110
|
placement: "bottomRight",
|
|
@@ -128,30 +112,30 @@ var HomeMenu = function HomeMenu(props) {
|
|
|
128
112
|
getPopupContainer: function getPopupContainer(trigger) {
|
|
129
113
|
return trigger.parentElement || document.body;
|
|
130
114
|
},
|
|
131
|
-
overlay: _jsxs("div", {
|
|
115
|
+
overlay: /*#__PURE__*/_jsxs("div", {
|
|
132
116
|
className: "igloo-header-drop-down-menu",
|
|
133
|
-
children: [_jsx("div", {
|
|
117
|
+
children: [/*#__PURE__*/_jsx("div", {
|
|
134
118
|
className: "menu-top",
|
|
135
119
|
onClick: function onClick(e) {
|
|
136
120
|
return e.stopPropagation();
|
|
137
121
|
},
|
|
138
122
|
children: customInfos.map(function (info, index) {
|
|
139
|
-
return _jsxs(Typography, {
|
|
123
|
+
return /*#__PURE__*/_jsxs(Typography, {
|
|
140
124
|
level: "body2",
|
|
141
125
|
children: [info.title, " ", info.value]
|
|
142
126
|
}, index);
|
|
143
127
|
})
|
|
144
|
-
}), _jsx("div", {
|
|
128
|
+
}), /*#__PURE__*/_jsx("div", {
|
|
145
129
|
className: "menu-actions",
|
|
146
130
|
children: actions.map(function (action, index) {
|
|
147
131
|
var _onClick2 = action.onClick;
|
|
148
|
-
return _jsx("div", {
|
|
132
|
+
return /*#__PURE__*/_jsx("div", {
|
|
149
133
|
className: "action-item",
|
|
150
134
|
onClick: function onClick() {
|
|
151
135
|
_onClick2 && _onClick2();
|
|
152
136
|
setOpen(false);
|
|
153
137
|
},
|
|
154
|
-
children: _jsx(Typography, {
|
|
138
|
+
children: /*#__PURE__*/_jsx(Typography, {
|
|
155
139
|
level: "body1",
|
|
156
140
|
children: action.title
|
|
157
141
|
}, index)
|
|
@@ -159,14 +143,14 @@ var HomeMenu = function HomeMenu(props) {
|
|
|
159
143
|
})
|
|
160
144
|
})]
|
|
161
145
|
}),
|
|
162
|
-
children: _jsxs("div", {
|
|
146
|
+
children: /*#__PURE__*/_jsxs("div", {
|
|
163
147
|
className: "arrow-container",
|
|
164
|
-
children: [_jsx(ArrowUpOutlined, {
|
|
148
|
+
children: [/*#__PURE__*/_jsx(ArrowUpOutlined, {
|
|
165
149
|
className: "arrow-active",
|
|
166
150
|
style: {
|
|
167
151
|
opacity: "".concat(open ? 1 : 0)
|
|
168
152
|
}
|
|
169
|
-
}), _jsx(ArrowDownOutlined, {
|
|
153
|
+
}), /*#__PURE__*/_jsx(ArrowDownOutlined, {
|
|
170
154
|
className: "arrow-default",
|
|
171
155
|
style: {
|
|
172
156
|
opacity: "".concat(open ? 0 : 1)
|
|
@@ -175,5 +159,4 @@ var HomeMenu = function HomeMenu(props) {
|
|
|
175
159
|
})
|
|
176
160
|
});
|
|
177
161
|
};
|
|
178
|
-
|
|
179
162
|
export default HomeMenu;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import "./index.less";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.igloo-header-drop-down-menu {
|
|
2
2
|
background: #ffffff;
|
|
3
|
-
color:
|
|
3
|
+
color: @icon-color;
|
|
4
4
|
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
|
|
5
5
|
border-radius: 3px;
|
|
6
6
|
top: 8px;
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
cursor: pointer;
|
|
33
33
|
|
|
34
34
|
.arrow-active {
|
|
35
|
-
color:
|
|
35
|
+
color: @active-color;
|
|
36
36
|
font-size: 24px;
|
|
37
37
|
position: absolute;
|
|
38
38
|
transition: all 0.3s;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
|
|
42
42
|
.arrow-default {
|
|
43
43
|
position: absolute;
|
|
44
|
-
color:
|
|
44
|
+
color: @icon-color;
|
|
45
45
|
font-size: 24px;
|
|
46
46
|
transition: all 0.3s;
|
|
47
47
|
opacity: 1;
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
cursor: pointer;
|
|
56
56
|
|
|
57
57
|
.arrow-active {
|
|
58
|
-
color:
|
|
58
|
+
color: @active-color;
|
|
59
59
|
font-size: 24px;
|
|
60
60
|
position: absolute;
|
|
61
61
|
transition: all 0.3s;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.arrow-default {
|
|
66
|
-
color:
|
|
66
|
+
color: @active-color;
|
|
67
67
|
position: absolute;
|
|
68
68
|
font-size: 24px;
|
|
69
69
|
transition: all 0.3s;
|
|
@@ -73,8 +73,7 @@
|
|
|
73
73
|
|
|
74
74
|
.igloo-home-drop-down-mobile-overlay-container {
|
|
75
75
|
background: #ffffff;
|
|
76
|
-
color:
|
|
77
|
-
width: 100vw;
|
|
76
|
+
color: @icon-color;
|
|
78
77
|
box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.16);
|
|
79
78
|
border-radius: 3px;
|
|
80
79
|
top: 8px;
|
|
@@ -104,3 +103,9 @@
|
|
|
104
103
|
}
|
|
105
104
|
}
|
|
106
105
|
}
|
|
106
|
+
|
|
107
|
+
@media screen and (max-width: 768px) {
|
|
108
|
+
.ant-dropdown {
|
|
109
|
+
width: 100%;
|
|
110
|
+
}
|
|
111
|
+
}
|