@fonixtree/magic-design 2.0.190 → 3.0.3
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/es/assets/fonts/magic-box-iconfont.css +3 -3
- package/es/assets/fonts/magic-box-iconfont.css.bak +3 -3
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/images/base64/index.js +2 -8
- package/es/assets/images/layout-icon/banner-slide-layout1.png +0 -0
- package/es/assets/images/layout-icon/banner-slide-layout2.png +0 -0
- package/es/assets/images/layout-icon/bundleLayout1.png +0 -0
- package/es/assets/images/layout-icon/center.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/es/assets/images/layout-icon/imageTextLeft.svg +6 -0
- package/es/assets/images/layout-icon/imageTextRight.svg +6 -0
- package/es/assets/images/layout-icon/interestLayout1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-2.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-3.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-4.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-5.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-mobile-1.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-mobile-2.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-mobile-3.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-mobile-4.png +0 -0
- package/es/assets/images/layout-icon/layout-search.png +0 -0
- package/es/assets/images/layout-icon/left.png +0 -0
- package/es/assets/images/layout-icon/locationLayout.png +0 -0
- package/es/assets/images/layout-icon/merchantSalesLayout1.png +0 -0
- package/es/assets/images/layout-icon/monpaySignBoardLayout1.png +0 -0
- package/es/assets/images/layout-icon/right.png +0 -0
- package/es/assets/images/layout-icon/textLayout1.png +0 -0
- package/es/assets/less/common.less +3 -40
- package/es/common/Field/index.js +2 -5
- package/es/common/Field/index.less +0 -5
- package/es/common/LinkModal/index.js +0 -7
- package/es/common/MyModal/index.less +4 -12
- package/es/composite-comp/bol/components/Location/defaultJSON.js +60 -0
- package/{lib/composite-comp/public → es/composite-comp/bol}/components/Location/index.js +20 -4
- package/es/composite-comp/bol/components/Location/index.less +15 -0
- package/{lib/composite-comp/ashita/components/WalletAshita → es/composite-comp/bol/components/Wallet}/defaultJSON.js +1 -1
- package/{lib/composite-comp/public → es/composite-comp/bol}/config-panels/LocationConfig/index.js +52 -10
- package/{lib/composite-comp/ashita/config-panels/WalletAshitaConfig → es/composite-comp/bol/config-panels/WalletConfig}/WalletConfigImageGroup/index.js +1 -1
- package/es/composite-comp/common/components/MonpayProductItem/index.js +3 -3
- package/es/composite-comp/common/components/MonpayProductItem/index.less +6 -6
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +0 -1
- package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
- package/es/composite-comp/monpay/components/MonpayFlashDeal/index.js +5 -1
- package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +1 -2
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg.png +0 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg1.png +0 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg2.png +0 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg3.png +0 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/index.js +584 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/index.less +150 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/defaultJSON.js +8 -8
- package/es/composite-comp/monpay/components/MonpayRecommend/index.js +5 -1
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +14 -15
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/index.less +0 -11
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/index.js +809 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/index.less +129 -0
- package/es/constants/component-types.js +13 -23
- package/es/constants/index.js +2 -12
- package/es/constants/layout.js +16 -29
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +1 -1
- package/es/core/Designer/QuickMenuBar/index.js +1 -1
- package/es/decorator/compositeDecorator.js +1 -27
- package/es/locale/en/en.json +1 -16
- package/es/locale/es/es.json +1 -16
- package/es/locale/index.js +1 -5
- package/es/locale/mn/mn.json +1 -16
- package/es/meta-comp/components/Text/index.less +0 -6
- package/es/meta-comp/config-panels/ButtonConfig/index.js +8 -7
- package/es/utils/androidUtil.js +1 -2
- package/es/utils/businessUtil.js +2 -27
- package/es/utils/commonUtil.js +10 -26
- package/es/utils/coreUtil.js +1 -3
- package/lib/assets/fonts/magic-box-iconfont.css +3 -3
- package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -3
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/images/base64/index.js +2 -8
- package/lib/assets/images/layout-icon/banner-slide-layout1.png +0 -0
- package/lib/assets/images/layout-icon/banner-slide-layout2.png +0 -0
- package/lib/assets/images/layout-icon/bundleLayout1.png +0 -0
- package/lib/assets/images/layout-icon/center.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/lib/assets/images/layout-icon/imageTextLeft.svg +6 -0
- package/lib/assets/images/layout-icon/imageTextRight.svg +6 -0
- package/lib/assets/images/layout-icon/interestLayout1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-5.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-mobile-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-mobile-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-mobile-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-mobile-4.png +0 -0
- package/lib/assets/images/layout-icon/layout-search.png +0 -0
- package/lib/assets/images/layout-icon/left.png +0 -0
- package/lib/assets/images/layout-icon/locationLayout.png +0 -0
- package/lib/assets/images/layout-icon/merchantSalesLayout1.png +0 -0
- package/lib/assets/images/layout-icon/monpaySignBoardLayout1.png +0 -0
- package/lib/assets/images/layout-icon/right.png +0 -0
- package/lib/assets/images/layout-icon/textLayout1.png +0 -0
- package/lib/assets/less/common.less +3 -40
- package/lib/common/Field/index.js +2 -5
- package/lib/common/Field/index.less +0 -5
- package/lib/common/LinkModal/index.js +0 -7
- package/lib/common/MyModal/index.less +4 -12
- package/lib/composite-comp/bol/components/Location/defaultJSON.js +60 -0
- package/{es/composite-comp/public → lib/composite-comp/bol}/components/Location/index.js +20 -4
- package/lib/composite-comp/bol/components/Location/index.less +15 -0
- package/{es/composite-comp/ashita/components/WalletAshita → lib/composite-comp/bol/components/Wallet}/defaultJSON.js +1 -1
- package/{es/composite-comp/public → lib/composite-comp/bol}/config-panels/LocationConfig/index.js +52 -10
- package/{es/composite-comp/ashita/config-panels/WalletAshitaConfig → lib/composite-comp/bol/config-panels/WalletConfig}/WalletConfigImageGroup/index.js +1 -1
- package/lib/composite-comp/common/components/MonpayProductItem/index.js +3 -3
- package/lib/composite-comp/common/components/MonpayProductItem/index.less +6 -6
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +0 -1
- package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/index.js +5 -1
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.js +1 -2
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg1.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg2.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/imgs/defImg3.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/index.js +584 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/index.less +150 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/defaultJSON.js +8 -8
- package/lib/composite-comp/monpay/components/MonpayRecommend/index.js +5 -1
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +14 -15
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/index.less +0 -11
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/index.js +809 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/index.less +129 -0
- package/lib/constants/component-types.js +13 -23
- package/lib/constants/index.js +2 -12
- package/lib/constants/layout.js +16 -29
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +1 -1
- package/lib/core/Designer/QuickMenuBar/index.js +1 -1
- package/lib/decorator/compositeDecorator.js +1 -27
- package/lib/locale/en/en.json +1 -16
- package/lib/locale/es/es.json +1 -16
- package/lib/locale/index.js +1 -5
- package/lib/locale/mn/mn.json +1 -16
- package/lib/meta-comp/components/Text/index.less +0 -6
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +8 -7
- package/lib/utils/androidUtil.js +1 -2
- package/lib/utils/businessUtil.js +2 -27
- package/lib/utils/commonUtil.js +10 -26
- package/lib/utils/coreUtil.js +1 -3
- package/package.json +1 -1
- package/es/assets/images/layout-icon/layout-imagetext-p5.png +0 -0
- package/es/assets/images/layout-icon/storesLayout1.png +0 -0
- package/es/assets/images/layout-icon/storesLayout2.png +0 -0
- package/es/common/LinkModal/BizType/index.js +0 -274
- package/es/composite-comp/ashita/components/WalletAshita/index.js +0 -84
- package/es/composite-comp/public/components/Location/defaultJSON.js +0 -104
- package/es/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
- package/es/composite-comp/public/components/Location/mobile/index.js +0 -133
- package/es/composite-comp/public/components/Location/mobile/index.less +0 -21
- package/es/composite-comp/public/components/Stores/defaultJSON.js +0 -348
- package/es/composite-comp/public/components/Stores/index.js +0 -86
- package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +0 -250
- package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.less +0 -81
- package/es/composite-comp/public/components/Stores/mobile/index.js +0 -335
- package/es/composite-comp/public/components/Stores/mobile/index.less +0 -33
- package/es/composite-comp/public/components/Wallet/defaultJSON.js +0 -149
- package/es/composite-comp/public/components/Wallet/mobile/index.js +0 -353
- package/es/composite-comp/public/components/Wallet/mobile/index.less +0 -22
- package/es/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +0 -153
- package/es/composite-comp/public/config-panels/LocationConfig/index.less +0 -17
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +0 -176
- package/es/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +0 -103
- package/es/composite-comp/public/config-panels/StoresConfig/index.js +0 -134
- package/es/composite-comp/public/config-panels/WalletConfig/index.js +0 -61
- package/es/locale/ar/ar.json +0 -362
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +0 -207
- package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +0 -81
- package/lib/assets/images/layout-icon/layout-imagetext-p5.png +0 -0
- package/lib/assets/images/layout-icon/storesLayout1.png +0 -0
- package/lib/assets/images/layout-icon/storesLayout2.png +0 -0
- package/lib/common/LinkModal/BizType/index.js +0 -274
- package/lib/composite-comp/ashita/components/WalletAshita/index.js +0 -84
- package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +0 -100
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +0 -72
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -123
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/nuri/second-config-panels/WalletNuriSecondConfig/index.js +0 -152
- package/lib/composite-comp/public/components/Location/defaultJSON.js +0 -104
- package/lib/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
- package/lib/composite-comp/public/components/Location/mobile/index.js +0 -133
- package/lib/composite-comp/public/components/Location/mobile/index.less +0 -21
- package/lib/composite-comp/public/components/Stores/defaultJSON.js +0 -348
- package/lib/composite-comp/public/components/Stores/index.js +0 -86
- package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +0 -250
- package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.less +0 -81
- package/lib/composite-comp/public/components/Stores/mobile/index.js +0 -335
- package/lib/composite-comp/public/components/Stores/mobile/index.less +0 -33
- package/lib/composite-comp/public/components/Wallet/defaultJSON.js +0 -149
- package/lib/composite-comp/public/components/Wallet/mobile/index.js +0 -353
- package/lib/composite-comp/public/components/Wallet/mobile/index.less +0 -22
- package/lib/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +0 -153
- package/lib/composite-comp/public/config-panels/LocationConfig/index.less +0 -17
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +0 -176
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +0 -0
- package/lib/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +0 -103
- package/lib/composite-comp/public/config-panels/StoresConfig/index.js +0 -134
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/defaultImg.png +0 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +0 -100
- package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +0 -72
- package/lib/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.js +0 -123
- package/lib/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/public/config-panels/WalletConfig/index.js +0 -61
- package/lib/composite-comp/public/second-config-panels/WalletSecondConfig/index.js +0 -152
- package/lib/locale/ar/ar.json +0 -362
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +0 -207
- package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +0 -81
- /package/es/composite-comp/{public → bol}/components/Wallet/index.js +0 -0
- /package/es/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/mobile/index.js +0 -0
- /package/es/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/mobile/index.less +0 -0
- /package/es/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/pc/index.js +0 -0
- /package/es/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/pc/index.less +0 -0
- /package/es/composite-comp/{nuri → bol}/components/WalletNuri/defaultJSON.js +0 -0
- /package/es/composite-comp/{nuri → bol}/components/WalletNuri/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/components/WalletNuri/mobile/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/components/WalletNuri/mobile/index.less +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigContent/index.js +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigContent/index.less +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigImageGroup/index.less +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigSetting/index.js +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigSetting/index.less +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/imgs/defaultImg.png +0 -0
- /package/es/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/GroupList/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/GroupList/index.less +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- /package/es/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/index.js +0 -0
- /package/es/composite-comp/{nuri → bol}/second-config-panels/WalletNuriSecondConfig/index.js +0 -0
- /package/es/composite-comp/{ashita/second-config-panels/WalletAshitaSecondConfig → bol/second-config-panels/WalletSecondConfig}/index.js +0 -0
- /package/es/composite-comp/{ashita/second-config-panels/WalletAshitaSecondConfig → bol/second-config-panels/WalletSecondConfig}/index.less +0 -0
- /package/es/{assets/images/common/product.png → composite-comp/monpay/components/MonpayRecommend/pc/imgs/card.png} +0 -0
- /package/lib/composite-comp/{public → bol}/components/Wallet/index.js +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/mobile/index.js +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/mobile/index.less +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/pc/index.js +0 -0
- /package/lib/composite-comp/{ashita/components/WalletAshita → bol/components/Wallet}/pc/index.less +0 -0
- /package/lib/composite-comp/{nuri → bol}/components/WalletNuri/defaultJSON.js +0 -0
- /package/lib/composite-comp/{nuri → bol}/components/WalletNuri/index.js +0 -0
- /package/lib/composite-comp/{nuri → bol}/components/WalletNuri/mobile/index.js +0 -0
- /package/lib/composite-comp/{nuri → bol}/components/WalletNuri/mobile/index.less +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigContent/index.js +0 -0
- /package/{es/composite-comp/public/config-panels/StoresConfig/ConfigContent → lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent}/index.less +0 -0
- /package/{es/composite-comp/public → lib/composite-comp/bol}/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigSetting/index.js +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/WalletConfigSetting/index.less +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig/GroupList → lib/composite-comp/bol/config-panels/WalletConfig/imgs}/defaultImg.png +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletConfig}/index.js +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig/imgs → lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList}/defaultImg.png +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig → lib/composite-comp/bol/config-panels/WalletNuriConfig}/GroupList/index.js +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig → lib/composite-comp/bol/config-panels/WalletNuriConfig}/GroupList/index.less +0 -0
- /package/{es/composite-comp/public/config-panels/WalletConfig/WalletConfigImageGroup → lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup}/index.js +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig/WalletConfigContent → bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup}/index.less +0 -0
- /package/lib/composite-comp/{ashita/config-panels/WalletAshitaConfig → bol/config-panels/WalletNuriConfig}/imgs/defaultImg.png +0 -0
- /package/lib/composite-comp/{nuri → bol}/config-panels/WalletNuriConfig/index.js +0 -0
- /package/{es/composite-comp/public/second-config-panels/WalletSecondConfig → lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig}/index.js +0 -0
- /package/lib/composite-comp/{ashita/second-config-panels/WalletAshitaSecondConfig → bol/second-config-panels/WalletSecondConfig}/index.js +0 -0
- /package/lib/composite-comp/{ashita/second-config-panels/WalletAshitaSecondConfig → bol/second-config-panels/WalletSecondConfig}/index.less +0 -0
- /package/lib/{assets/images/common/product.png → composite-comp/monpay/components/MonpayRecommend/pc/imgs/card.png} +0 -0
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _antd = require("antd4");
|
|
11
|
-
|
|
12
|
-
var _ButtonConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/ButtonConfig"));
|
|
13
|
-
|
|
14
|
-
var _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
|
|
15
|
-
|
|
16
|
-
var _coreUtil = require("../../../../../utils/coreUtil");
|
|
17
|
-
|
|
18
|
-
var _common = require("../../../../../common");
|
|
19
|
-
|
|
20
|
-
var _locale = require("../../../../../locale");
|
|
21
|
-
|
|
22
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
-
|
|
24
|
-
var __extends = void 0 && (void 0).__extends || function () {
|
|
25
|
-
var _extendStatics = function extendStatics(d, b) {
|
|
26
|
-
_extendStatics = Object.setPrototypeOf || {
|
|
27
|
-
__proto__: []
|
|
28
|
-
} instanceof Array && function (d, b) {
|
|
29
|
-
d.__proto__ = b;
|
|
30
|
-
} || function (d, b) {
|
|
31
|
-
for (var p in b) {
|
|
32
|
-
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
33
|
-
}
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
return _extendStatics(d, b);
|
|
37
|
-
};
|
|
38
|
-
|
|
39
|
-
return function (d, b) {
|
|
40
|
-
_extendStatics(d, b);
|
|
41
|
-
|
|
42
|
-
function __() {
|
|
43
|
-
this.constructor = d;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
47
|
-
};
|
|
48
|
-
}();
|
|
49
|
-
|
|
50
|
-
var AComponent =
|
|
51
|
-
/** @class */
|
|
52
|
-
function (_super) {
|
|
53
|
-
__extends(AComponent, _super);
|
|
54
|
-
|
|
55
|
-
function AComponent() {
|
|
56
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
57
|
-
|
|
58
|
-
_this.state = {};
|
|
59
|
-
|
|
60
|
-
_this.reRender = function () {
|
|
61
|
-
(0, _coreUtil.renderPreview)();
|
|
62
|
-
|
|
63
|
-
_this.setState({});
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
return _this;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
AComponent.prototype.render = function () {
|
|
70
|
-
var _this = this;
|
|
71
|
-
|
|
72
|
-
var panelProps = this.props.panelProps;
|
|
73
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
74
|
-
className: "stores_content"
|
|
75
|
-
}, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
|
|
76
|
-
headerSize: "middle",
|
|
77
|
-
onRefresh: this.reRender,
|
|
78
|
-
source: [{
|
|
79
|
-
key: '1',
|
|
80
|
-
name: (0, _locale.i18n)('STORE_NAME'),
|
|
81
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
82
|
-
data: panelProps.storeName
|
|
83
|
-
}),
|
|
84
|
-
metaOption: panelProps.storeName
|
|
85
|
-
}, {
|
|
86
|
-
key: '2',
|
|
87
|
-
name: (0, _locale.i18n)('STORE_DESCRIPTION'),
|
|
88
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
89
|
-
data: panelProps.storeDesc
|
|
90
|
-
}),
|
|
91
|
-
metaOption: panelProps.storeDesc
|
|
92
|
-
}, {
|
|
93
|
-
key: '3',
|
|
94
|
-
name: (0, _locale.i18n)('FREE_DELIVERY_LABEL'),
|
|
95
|
-
value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
|
|
96
|
-
data: panelProps.freeDeliveryLabel
|
|
97
|
-
}),
|
|
98
|
-
metaOption: panelProps.freeDeliveryLabel
|
|
99
|
-
}, {
|
|
100
|
-
key: '4',
|
|
101
|
-
name: (0, _locale.i18n)('MIN_ORDER'),
|
|
102
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
103
|
-
data: panelProps.minOrder
|
|
104
|
-
}),
|
|
105
|
-
metaOption: panelProps.minOrder
|
|
106
|
-
}, {
|
|
107
|
-
key: '5',
|
|
108
|
-
name: (0, _locale.i18n)('EVALUATE_SCORE'),
|
|
109
|
-
value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
|
|
110
|
-
data: panelProps.evaluateScore
|
|
111
|
-
}),
|
|
112
|
-
metaOption: panelProps.evaluateScore
|
|
113
|
-
}, {
|
|
114
|
-
key: '6',
|
|
115
|
-
name: (0, _locale.i18n)('SOLD'),
|
|
116
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
117
|
-
data: panelProps.sold
|
|
118
|
-
}),
|
|
119
|
-
metaOption: panelProps.sold
|
|
120
|
-
}, {
|
|
121
|
-
key: '7',
|
|
122
|
-
name: (0, _locale.i18n)('DELIVERY_TIME'),
|
|
123
|
-
value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
|
|
124
|
-
data: panelProps.deliveryTime
|
|
125
|
-
}),
|
|
126
|
-
metaOption: panelProps.deliveryTime
|
|
127
|
-
}, {
|
|
128
|
-
key: '8',
|
|
129
|
-
name: (0, _locale.i18n)('DISTANCE'),
|
|
130
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
131
|
-
data: panelProps.distance
|
|
132
|
-
}),
|
|
133
|
-
metaOption: panelProps.distance
|
|
134
|
-
}],
|
|
135
|
-
type: "switch"
|
|
136
|
-
}), /*#__PURE__*/_react["default"].createElement(_common.Field, {
|
|
137
|
-
title: (0, _locale.i18n)('SOURCE_OF_ACTIVITY'),
|
|
138
|
-
topSplit: true
|
|
139
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
140
|
-
onChange: function onChange(v) {
|
|
141
|
-
panelProps.sourceType = v;
|
|
142
|
-
|
|
143
|
-
_this.reRender();
|
|
144
|
-
},
|
|
145
|
-
value: panelProps.sourceType
|
|
146
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
|
|
147
|
-
value: "1"
|
|
148
|
-
}, (0, _locale.i18n)('FREE_SHIPPING_STORES')))), /*#__PURE__*/_react["default"].createElement(_common.Field, {
|
|
149
|
-
title: (0, _locale.i18n)('PRODUCT_QUANTITY'),
|
|
150
|
-
topSplit: true
|
|
151
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
|
|
152
|
-
onChange: function onChange(e) {
|
|
153
|
-
panelProps.maxProdNum = e.target.value;
|
|
154
|
-
|
|
155
|
-
_this.selfRender();
|
|
156
|
-
},
|
|
157
|
-
value: panelProps.maxProdNum
|
|
158
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
|
|
159
|
-
value: 5
|
|
160
|
-
}, "5"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
|
|
161
|
-
value: 10
|
|
162
|
-
}, "\u226410"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
|
|
163
|
-
value: 20
|
|
164
|
-
}, "\u226420"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
|
|
165
|
-
value: 50
|
|
166
|
-
}, "\u226450"))));
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
AComponent.defaultProps = {
|
|
170
|
-
panelProps: {}
|
|
171
|
-
};
|
|
172
|
-
return AComponent;
|
|
173
|
-
}(_react["default"].Component);
|
|
174
|
-
|
|
175
|
-
var _default = AComponent;
|
|
176
|
-
exports["default"] = _default;
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _coreUtil = require("../../../../../utils/coreUtil");
|
|
11
|
-
|
|
12
|
-
var _common = require("../../../../../common");
|
|
13
|
-
|
|
14
|
-
var _locale = require("../../../../../locale");
|
|
15
|
-
|
|
16
|
-
var _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
|
|
17
|
-
|
|
18
|
-
var _ButtonConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/ButtonConfig"));
|
|
19
|
-
|
|
20
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
-
|
|
22
|
-
var __extends = void 0 && (void 0).__extends || function () {
|
|
23
|
-
var _extendStatics = function extendStatics(d, b) {
|
|
24
|
-
_extendStatics = Object.setPrototypeOf || {
|
|
25
|
-
__proto__: []
|
|
26
|
-
} instanceof Array && function (d, b) {
|
|
27
|
-
d.__proto__ = b;
|
|
28
|
-
} || function (d, b) {
|
|
29
|
-
for (var p in b) {
|
|
30
|
-
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
return _extendStatics(d, b);
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
return function (d, b) {
|
|
38
|
-
_extendStatics(d, b);
|
|
39
|
-
|
|
40
|
-
function __() {
|
|
41
|
-
this.constructor = d;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45
|
-
};
|
|
46
|
-
}();
|
|
47
|
-
|
|
48
|
-
var AComponent =
|
|
49
|
-
/** @class */
|
|
50
|
-
function (_super) {
|
|
51
|
-
__extends(AComponent, _super);
|
|
52
|
-
|
|
53
|
-
function AComponent() {
|
|
54
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
55
|
-
|
|
56
|
-
_this.state = {};
|
|
57
|
-
|
|
58
|
-
_this.reRender = function () {
|
|
59
|
-
(0, _coreUtil.renderPreview)();
|
|
60
|
-
|
|
61
|
-
_this.setState({});
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
return _this;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
AComponent.prototype.render = function () {
|
|
68
|
-
var panelProps = this.props.panelProps;
|
|
69
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
-
className: "stores_title"
|
|
71
|
-
}, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
|
|
72
|
-
headerSize: "middle",
|
|
73
|
-
onRefresh: this.reRender,
|
|
74
|
-
source: [{
|
|
75
|
-
key: '1',
|
|
76
|
-
name: (0, _locale.i18n)('NAME'),
|
|
77
|
-
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
78
|
-
data: panelProps.name
|
|
79
|
-
}),
|
|
80
|
-
metaOption: panelProps.name
|
|
81
|
-
}, {
|
|
82
|
-
key: '2',
|
|
83
|
-
name: (0, _locale.i18n)('SEE_ALL'),
|
|
84
|
-
value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
|
|
85
|
-
data: panelProps.seeAll
|
|
86
|
-
}),
|
|
87
|
-
metaOption: panelProps.seeAll
|
|
88
|
-
}],
|
|
89
|
-
type: "switch"
|
|
90
|
-
}));
|
|
91
|
-
};
|
|
92
|
-
|
|
93
|
-
AComponent.defaultProps = {
|
|
94
|
-
panelProps: {
|
|
95
|
-
name: {},
|
|
96
|
-
seeAll: {}
|
|
97
|
-
}
|
|
98
|
-
};
|
|
99
|
-
return AComponent;
|
|
100
|
-
}(_react["default"].Component);
|
|
101
|
-
|
|
102
|
-
var _default = AComponent;
|
|
103
|
-
exports["default"] = _default;
|
|
@@ -1,134 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _ConfigContent = _interopRequireDefault(require("./ConfigContent"));
|
|
11
|
-
|
|
12
|
-
var _ConfigTitle = _interopRequireDefault(require("./ConfigTitle"));
|
|
13
|
-
|
|
14
|
-
var _coreUtil = require("../../../../utils/coreUtil");
|
|
15
|
-
|
|
16
|
-
var _SpacingConfig = _interopRequireDefault(require("../../../common/config-panels/SpacingConfig"));
|
|
17
|
-
|
|
18
|
-
var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
|
|
19
|
-
|
|
20
|
-
var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
|
|
21
|
-
|
|
22
|
-
var _Collapse = _interopRequireDefault(require("../../../../common/Collapse"));
|
|
23
|
-
|
|
24
|
-
var _locale = require("../../../../locale");
|
|
25
|
-
|
|
26
|
-
var _layout = require("../../../../constants/layout");
|
|
27
|
-
|
|
28
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
-
|
|
30
|
-
var __extends = void 0 && (void 0).__extends || function () {
|
|
31
|
-
var _extendStatics = function extendStatics(d, b) {
|
|
32
|
-
_extendStatics = Object.setPrototypeOf || {
|
|
33
|
-
__proto__: []
|
|
34
|
-
} instanceof Array && function (d, b) {
|
|
35
|
-
d.__proto__ = b;
|
|
36
|
-
} || function (d, b) {
|
|
37
|
-
for (var p in b) {
|
|
38
|
-
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
return _extendStatics(d, b);
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
return function (d, b) {
|
|
46
|
-
_extendStatics(d, b);
|
|
47
|
-
|
|
48
|
-
function __() {
|
|
49
|
-
this.constructor = d;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
53
|
-
};
|
|
54
|
-
}();
|
|
55
|
-
|
|
56
|
-
var RecommendConfig =
|
|
57
|
-
/** @class */
|
|
58
|
-
function (_super) {
|
|
59
|
-
__extends(RecommendConfig, _super);
|
|
60
|
-
|
|
61
|
-
function RecommendConfig() {
|
|
62
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
63
|
-
|
|
64
|
-
_this.selfRender = function () {
|
|
65
|
-
(0, _coreUtil.renderPreview)();
|
|
66
|
-
|
|
67
|
-
_this.setState({});
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
_this.getLayout = function (v) {
|
|
71
|
-
var data = _this.props.data;
|
|
72
|
-
|
|
73
|
-
if ((0, _coreUtil.isPc)()) {
|
|
74
|
-
data.customize.layout.pcLayout = v;
|
|
75
|
-
} else {
|
|
76
|
-
data.customize.layout.h5Layout = v;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
_this.selfRender();
|
|
80
|
-
};
|
|
81
|
-
|
|
82
|
-
return _this;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
RecommendConfig.prototype.render = function () {
|
|
86
|
-
var data = this.props.data;
|
|
87
|
-
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
|
|
88
|
-
divider: "bold",
|
|
89
|
-
headerSize: "large",
|
|
90
|
-
source: [{
|
|
91
|
-
key: '1',
|
|
92
|
-
name: (0, _locale.i18n)('TITLE'),
|
|
93
|
-
value: /*#__PURE__*/_react["default"].createElement(_ConfigTitle["default"], {
|
|
94
|
-
panelProps: data.title
|
|
95
|
-
})
|
|
96
|
-
}, {
|
|
97
|
-
key: '2',
|
|
98
|
-
name: (0, _locale.i18n)('CONTENT'),
|
|
99
|
-
value: /*#__PURE__*/_react["default"].createElement(_ConfigContent["default"], {
|
|
100
|
-
panelProps: data.content
|
|
101
|
-
})
|
|
102
|
-
}, {
|
|
103
|
-
key: '3',
|
|
104
|
-
name: (0, _locale.i18n)('SPACING'),
|
|
105
|
-
value: /*#__PURE__*/_react["default"].createElement(_SpacingConfig["default"], {
|
|
106
|
-
configCompSpace: true,
|
|
107
|
-
data: data.spacing
|
|
108
|
-
})
|
|
109
|
-
}, {
|
|
110
|
-
key: '4',
|
|
111
|
-
name: (0, _locale.i18n)('CUSTOMIZE'),
|
|
112
|
-
value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
|
|
113
|
-
data: data.customize,
|
|
114
|
-
layoutSource: _layout.storesLayout
|
|
115
|
-
})
|
|
116
|
-
}, {
|
|
117
|
-
key: '5',
|
|
118
|
-
name: (0, _locale.i18n)('BACKGROUND'),
|
|
119
|
-
value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
|
|
120
|
-
data: data.background
|
|
121
|
-
})
|
|
122
|
-
}],
|
|
123
|
-
type: "triangle"
|
|
124
|
-
}));
|
|
125
|
-
};
|
|
126
|
-
|
|
127
|
-
RecommendConfig.defaultProps = {
|
|
128
|
-
data: {}
|
|
129
|
-
};
|
|
130
|
-
return RecommendConfig;
|
|
131
|
-
}(_react["default"].Component);
|
|
132
|
-
|
|
133
|
-
var _default = RecommendConfig;
|
|
134
|
-
exports["default"] = _default;
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = WalletNuriConfig;
|
|
7
|
-
|
|
8
|
-
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
|
|
10
|
-
var _WalletConfigImageGroup = _interopRequireDefault(require("./WalletConfigImageGroup"));
|
|
11
|
-
|
|
12
|
-
var _Collapse = _interopRequireDefault(require("../../../../common/Collapse"));
|
|
13
|
-
|
|
14
|
-
var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
|
|
15
|
-
|
|
16
|
-
var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
|
|
17
|
-
|
|
18
|
-
var _layout = require("../../../../constants/layout");
|
|
19
|
-
|
|
20
|
-
var _SpacingConfig = _interopRequireDefault(require("../../../common/config-panels/SpacingConfig"));
|
|
21
|
-
|
|
22
|
-
var _locale = require("../../../../locale");
|
|
23
|
-
|
|
24
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
25
|
-
|
|
26
|
-
function WalletNuriConfig(props) {
|
|
27
|
-
var data = props.data;
|
|
28
|
-
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
|
|
29
|
-
divider: "bold",
|
|
30
|
-
headerSize: "large",
|
|
31
|
-
source: [{
|
|
32
|
-
key: 'walletNuri1',
|
|
33
|
-
name: (0, _locale.i18n)('GROUP'),
|
|
34
|
-
value: /*#__PURE__*/_react["default"].createElement(_WalletConfigImageGroup["default"], {
|
|
35
|
-
source: data.groupSource
|
|
36
|
-
})
|
|
37
|
-
}, {
|
|
38
|
-
key: 'walletNuri2',
|
|
39
|
-
name: (0, _locale.i18n)('SPACING'),
|
|
40
|
-
value: /*#__PURE__*/_react["default"].createElement(_SpacingConfig["default"], {
|
|
41
|
-
data: data.spacing
|
|
42
|
-
})
|
|
43
|
-
}, {
|
|
44
|
-
key: 'walletNuri3',
|
|
45
|
-
name: (0, _locale.i18n)('CUSTOMIZE'),
|
|
46
|
-
value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
|
|
47
|
-
component: "wallet",
|
|
48
|
-
data: data.customize,
|
|
49
|
-
isHideAlign: true,
|
|
50
|
-
layoutSource: _layout.WalletNuriLayout
|
|
51
|
-
})
|
|
52
|
-
}, {
|
|
53
|
-
key: 'walletNuri4',
|
|
54
|
-
name: (0, _locale.i18n)('BACKGROUND'),
|
|
55
|
-
value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
|
|
56
|
-
data: data.background
|
|
57
|
-
})
|
|
58
|
-
}],
|
|
59
|
-
type: "triangle"
|
|
60
|
-
}));
|
|
61
|
-
}
|