@fonixtree/magic-design 2.0.190 → 3.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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/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/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
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
.m-recommend-pc {
|
|
2
|
+
display: flex;
|
|
3
|
+
flex-direction: column;
|
|
4
|
+
position: relative;
|
|
5
|
+
|
|
6
|
+
.cylon-tabs-nav-operations {
|
|
7
|
+
display: none !important;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
// ::-webkit-scrollbar {
|
|
11
|
+
// width: 0;
|
|
12
|
+
// height: 0;
|
|
13
|
+
// display: none;
|
|
14
|
+
// }
|
|
15
|
+
|
|
16
|
+
.headerImg {
|
|
17
|
+
display: block;
|
|
18
|
+
margin-bottom: 20px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.tab-select-wrap {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
height: 50px;
|
|
25
|
+
background: rgb(255 255 255);
|
|
26
|
+
overflow: auto;
|
|
27
|
+
position: relative;
|
|
28
|
+
margin-bottom: 15px;
|
|
29
|
+
|
|
30
|
+
.tabTitle {
|
|
31
|
+
display: flex;
|
|
32
|
+
align-items: center;
|
|
33
|
+
text-align: center;
|
|
34
|
+
padding: 0 24px;
|
|
35
|
+
width: fit-content;
|
|
36
|
+
height: 100%;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
white-space: nowrap;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
cursor: pointer;
|
|
41
|
+
|
|
42
|
+
img {
|
|
43
|
+
height: 24px;
|
|
44
|
+
width: 24px;
|
|
45
|
+
margin-bottom: 2px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.active-line {
|
|
50
|
+
position: absolute;
|
|
51
|
+
bottom: 0;
|
|
52
|
+
width: 200px;
|
|
53
|
+
height: 3px;
|
|
54
|
+
background-color: #fff;
|
|
55
|
+
transition: .2s all linear;
|
|
56
|
+
border-radius: 1.5px;
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
.tab-content {
|
|
61
|
+
display: flex;
|
|
62
|
+
flex-direction: row;
|
|
63
|
+
align-items: center;
|
|
64
|
+
|
|
65
|
+
.tab-list {
|
|
66
|
+
width: 100%;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.arrow-icon {
|
|
71
|
+
display: block;
|
|
72
|
+
width: 36px;
|
|
73
|
+
height: 36px;
|
|
74
|
+
line-height: 42px;
|
|
75
|
+
text-align: center;
|
|
76
|
+
background: #FFFFFF;
|
|
77
|
+
box-shadow: -1px -1px 4px rgba(45, 48, 64, 0.08), 1px 1px 4px rgba(45, 48, 64, 0.08);
|
|
78
|
+
border-radius: 100px;
|
|
79
|
+
cursor: pointer;
|
|
80
|
+
|
|
81
|
+
&.left {
|
|
82
|
+
margin-right: 15px;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
&.right {
|
|
86
|
+
margin-left: 15px;
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.macyContainer {
|
|
91
|
+
display: flex;
|
|
92
|
+
margin: 0;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.scrollContainer {
|
|
96
|
+
display: flex;
|
|
97
|
+
flex-direction: row;
|
|
98
|
+
align-items: center;
|
|
99
|
+
flex: 1;
|
|
100
|
+
margin: 0;
|
|
101
|
+
overflow-x: auto;
|
|
102
|
+
padding-bottom: 15px;
|
|
103
|
+
|
|
104
|
+
&.pl_100 {
|
|
105
|
+
padding-left: 100px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.scrollProductList {
|
|
109
|
+
display: flex;
|
|
110
|
+
flex-direction: row;
|
|
111
|
+
align-items: flex-start;
|
|
112
|
+
|
|
113
|
+
.productCard {
|
|
114
|
+
margin-right: 20px;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.btnSeeAll {
|
|
120
|
+
display: block;
|
|
121
|
+
width: fit-content;
|
|
122
|
+
min-width: 80px;
|
|
123
|
+
flex: none;
|
|
124
|
+
|
|
125
|
+
&.line {
|
|
126
|
+
margin: 0 auto 10px auto;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -25,12 +25,14 @@ var _Tag = _interopRequireDefault(require("../composite-comp/bol/components/Tag"
|
|
|
25
25
|
|
|
26
26
|
var _Video = _interopRequireDefault(require("../composite-comp/bol/components/Video"));
|
|
27
27
|
|
|
28
|
-
var
|
|
28
|
+
var _Wallet = _interopRequireDefault(require("../composite-comp/bol/components/Wallet"));
|
|
29
29
|
|
|
30
|
-
var _WalletNuri = _interopRequireDefault(require("../composite-comp/
|
|
30
|
+
var _WalletNuri = _interopRequireDefault(require("../composite-comp/bol/components/WalletNuri"));
|
|
31
31
|
|
|
32
32
|
var _CustomCode = _interopRequireDefault(require("../composite-comp/bol/components/CustomCode"));
|
|
33
33
|
|
|
34
|
+
var _Location = _interopRequireDefault(require("../composite-comp/bol/components/Location"));
|
|
35
|
+
|
|
34
36
|
var _FlashDeal = _interopRequireDefault(require("../composite-comp/dito/components/FlashDeal"));
|
|
35
37
|
|
|
36
38
|
var _GroupBuy = _interopRequireDefault(require("../composite-comp/dito/components/GroupBuy"));
|
|
@@ -71,12 +73,6 @@ var _MerchantSales = _interopRequireDefault(require("../composite-comp/monpay/co
|
|
|
71
73
|
|
|
72
74
|
var _MonpaySignBoard = _interopRequireDefault(require("../composite-comp/monpay/components/MonpaySignBoard"));
|
|
73
75
|
|
|
74
|
-
var _Location = _interopRequireDefault(require("../composite-comp/public/components/Location"));
|
|
75
|
-
|
|
76
|
-
var _Stores = _interopRequireDefault(require("../composite-comp/public/components/Stores"));
|
|
77
|
-
|
|
78
|
-
var _Wallet = _interopRequireDefault(require("../composite-comp/public/components/Wallet"));
|
|
79
|
-
|
|
80
76
|
var _BannerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/BannerConfig"));
|
|
81
77
|
|
|
82
78
|
var _DividerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/DividerConfig"));
|
|
@@ -99,9 +95,11 @@ var _VideoConfig = _interopRequireDefault(require("../composite-comp/bol/config-
|
|
|
99
95
|
|
|
100
96
|
var _CustomCodeConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/CustomCodeConfig"));
|
|
101
97
|
|
|
102
|
-
var
|
|
98
|
+
var _LocationConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/LocationConfig"));
|
|
99
|
+
|
|
100
|
+
var _WalletConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/WalletConfig"));
|
|
103
101
|
|
|
104
|
-
var _WalletNuriConfig = _interopRequireDefault(require("../composite-comp/
|
|
102
|
+
var _WalletNuriConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/WalletNuriConfig"));
|
|
105
103
|
|
|
106
104
|
var _FlashDealConfig = _interopRequireDefault(require("../composite-comp/dito/config-panels/FlashDealConfig"));
|
|
107
105
|
|
|
@@ -143,12 +141,6 @@ var _MerchantSalesConfig = _interopRequireDefault(require("../composite-comp/mon
|
|
|
143
141
|
|
|
144
142
|
var _MonpaySignBoardConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/MonpaySignBoardConfig"));
|
|
145
143
|
|
|
146
|
-
var _LocationConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/LocationConfig"));
|
|
147
|
-
|
|
148
|
-
var _StoresConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/StoresConfig"));
|
|
149
|
-
|
|
150
|
-
var _WalletConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/WalletConfig"));
|
|
151
|
-
|
|
152
144
|
var _BannerSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/BannerSecondConfig"));
|
|
153
145
|
|
|
154
146
|
var _TextSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/TextSecondConfig"));
|
|
@@ -165,9 +157,9 @@ var _ButtonSecondConfig = _interopRequireDefault(require("../composite-comp/bol/
|
|
|
165
157
|
|
|
166
158
|
var _VideoSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/VideoSecondConfig"));
|
|
167
159
|
|
|
168
|
-
var
|
|
160
|
+
var _WalletSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/WalletSecondConfig"));
|
|
169
161
|
|
|
170
|
-
var _WalletNuriSecondConfig = _interopRequireDefault(require("../composite-comp/
|
|
162
|
+
var _WalletNuriSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/WalletNuriSecondConfig"));
|
|
171
163
|
|
|
172
164
|
var _RecommendSecondConfig = _interopRequireDefault(require("../composite-comp/dito/second-config-panels/RecommendSecondConfig"));
|
|
173
165
|
|
|
@@ -189,8 +181,6 @@ var _CommonFunctionsSecondConfig = _interopRequireDefault(require("../composite-
|
|
|
189
181
|
|
|
190
182
|
var _MonpayRecommendSecondConfig = _interopRequireDefault(require("../composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig"));
|
|
191
183
|
|
|
192
|
-
var _WalletSecondConfig = _interopRequireDefault(require("../composite-comp/public/second-config-panels/WalletSecondConfig"));
|
|
193
|
-
|
|
194
184
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
195
185
|
|
|
196
186
|
var _a, _b, _c; // 组件
|
|
@@ -199,17 +189,17 @@ var _a, _b, _c; // 组件
|
|
|
199
189
|
/**
|
|
200
190
|
* 渲染组件索引
|
|
201
191
|
*/
|
|
202
|
-
var componentMap = (_a = {}, _a[_Banner["default"].type] = _Banner["default"], _a[_Video["default"].type] = _Video["default"], _a[_Text["default"].type] = _Text["default"], _a[_FlashDeal["default"].type] = _FlashDeal["default"], _a[_MonpayFlashDeal["default"].type] = _MonpayFlashDeal["default"], _a[_GroupBuy["default"].type] = _GroupBuy["default"], _a[_SearchBar["default"].type] = _SearchBar["default"], _a[_SignBoard["default"].type] = _SignBoard["default"], _a[_MenuNavigation["default"].type] = _MenuNavigation["default"], _a[_HeadNavigation["default"].type] = _HeadNavigation["default"], _a[_PersonalInformation["default"].type] = _PersonalInformation["default"], _a[_Orders["default"].type] = _Orders["default"], _a[_CommonFunctions["default"].type] = _CommonFunctions["default"], _a[_ImageText["default"].type] = _ImageText["default"], _a[_Recommend["default"].type] = _Recommend["default"], _a[_AffiliateRecommend["default"].type] = _AffiliateRecommend["default"], _a[_MonpayRecommend["default"].type] = _MonpayRecommend["default"], _a[_InterestProducts["default"].type] = _InterestProducts["default"], _a[_Bundle["default"].type] = _Bundle["default"], _a[_MerchantSales["default"].type] = _MerchantSales["default"], _a[_MobileNavigation["default"].type] = _MobileNavigation["default"], _a[_PcNavigation["default"].type] = _PcNavigation["default"], _a[_Divider["default"].type] = _Divider["default"], _a[_ImageGallery["default"].type] = _ImageGallery["default"], _a[_Newsletter["default"].type] = _Newsletter["default"], _a[_Carousel["default"].type] = _Carousel["default"], _a[_Button["default"].type] = _Button["default"], _a[_Tag["default"].type] = _Tag["default"], _a[
|
|
192
|
+
var componentMap = (_a = {}, _a[_Banner["default"].type] = _Banner["default"], _a[_Video["default"].type] = _Video["default"], _a[_Text["default"].type] = _Text["default"], _a[_FlashDeal["default"].type] = _FlashDeal["default"], _a[_MonpayFlashDeal["default"].type] = _MonpayFlashDeal["default"], _a[_GroupBuy["default"].type] = _GroupBuy["default"], _a[_SearchBar["default"].type] = _SearchBar["default"], _a[_SignBoard["default"].type] = _SignBoard["default"], _a[_MenuNavigation["default"].type] = _MenuNavigation["default"], _a[_HeadNavigation["default"].type] = _HeadNavigation["default"], _a[_PersonalInformation["default"].type] = _PersonalInformation["default"], _a[_Orders["default"].type] = _Orders["default"], _a[_CommonFunctions["default"].type] = _CommonFunctions["default"], _a[_ImageText["default"].type] = _ImageText["default"], _a[_Recommend["default"].type] = _Recommend["default"], _a[_AffiliateRecommend["default"].type] = _AffiliateRecommend["default"], _a[_MonpayRecommend["default"].type] = _MonpayRecommend["default"], _a[_InterestProducts["default"].type] = _InterestProducts["default"], _a[_Bundle["default"].type] = _Bundle["default"], _a[_MerchantSales["default"].type] = _MerchantSales["default"], _a[_MobileNavigation["default"].type] = _MobileNavigation["default"], _a[_PcNavigation["default"].type] = _PcNavigation["default"], _a[_Divider["default"].type] = _Divider["default"], _a[_ImageGallery["default"].type] = _ImageGallery["default"], _a[_Newsletter["default"].type] = _Newsletter["default"], _a[_Carousel["default"].type] = _Carousel["default"], _a[_Button["default"].type] = _Button["default"], _a[_Tag["default"].type] = _Tag["default"], _a[_Wallet["default"].type] = _Wallet["default"], _a[_WalletNuri["default"].type] = _WalletNuri["default"], _a[_CustomCode["default"].type] = _CustomCode["default"], _a[_Location["default"].type] = _Location["default"], _a[_Bargain["default"].type] = _Bargain["default"], _a[_MonpaySignBoard["default"].type] = _MonpaySignBoard["default"], _a);
|
|
203
193
|
/**
|
|
204
194
|
* 一级配置面板索引
|
|
205
195
|
*/
|
|
206
196
|
|
|
207
197
|
exports.componentMap = componentMap;
|
|
208
|
-
var configPanelMap = (_b = {}, _b[_Banner["default"].type] = _BannerConfig["default"], _b[_Video["default"].type] = _VideoConfig["default"], _b[_Text["default"].type] = _TextCompConfig["default"], _b[_FlashDeal["default"].type] = _FlashDealConfig["default"], _b[_MonpayFlashDeal["default"].type] = _MonpayFlashDealConfig["default"], _b[_GroupBuy["default"].type] = _GroupBuyConfig["default"], _b[_SearchBar["default"].type] = _SearchBarConfig["default"], _b[_SignBoard["default"].type] = _SignBoardConfig["default"], _b[_MenuNavigation["default"].type] = _MenuNavigationConfig["default"], _b[_HeadNavigation["default"].type] = _HeadNavigationConfig["default"], _b[_PersonalInformation["default"].type] = _PersonalInformationConfig["default"], _b[_Orders["default"].type] = _OrdersConfig["default"], _b[_CommonFunctions["default"].type] = _CommonFunctionsConfig["default"], _b[_ImageText["default"].type] = _ImageTextConfig["default"], _b[_Recommend["default"].type] = _RecommendConfig["default"], _b[_AffiliateRecommend["default"].type] = _AffiliateRecommendConfig["default"], _b[_MonpayRecommend["default"].type] = _MonpayRecommendConfig["default"], _b[_InterestProducts["default"].type] = _InterestProductsConfig["default"], _b[_Bundle["default"].type] = _BundleConfig["default"], _b[_MerchantSales["default"].type] = _MerchantSalesConfig["default"], _b[_MobileNavigation["default"].type] = _MobileNavigationConfig["default"], _b[_PcNavigation["default"].type] = _PcNavigationConfig["default"], _b[_Divider["default"].type] = _DividerConfig["default"], _b[_ImageGallery["default"].type] = _ImageGalleryConfig["default"], _b[_Newsletter["default"].type] = _NewsletterConfig["default"], _b[_Carousel["default"].type] = _CarouselConfig["default"], _b[_Button["default"].type] = _ButtonCompConfig["default"], _b[_Tag["default"].type] = _TagCompConfig["default"], _b[
|
|
198
|
+
var configPanelMap = (_b = {}, _b[_Banner["default"].type] = _BannerConfig["default"], _b[_Video["default"].type] = _VideoConfig["default"], _b[_Text["default"].type] = _TextCompConfig["default"], _b[_FlashDeal["default"].type] = _FlashDealConfig["default"], _b[_MonpayFlashDeal["default"].type] = _MonpayFlashDealConfig["default"], _b[_GroupBuy["default"].type] = _GroupBuyConfig["default"], _b[_SearchBar["default"].type] = _SearchBarConfig["default"], _b[_SignBoard["default"].type] = _SignBoardConfig["default"], _b[_MenuNavigation["default"].type] = _MenuNavigationConfig["default"], _b[_HeadNavigation["default"].type] = _HeadNavigationConfig["default"], _b[_PersonalInformation["default"].type] = _PersonalInformationConfig["default"], _b[_Orders["default"].type] = _OrdersConfig["default"], _b[_CommonFunctions["default"].type] = _CommonFunctionsConfig["default"], _b[_ImageText["default"].type] = _ImageTextConfig["default"], _b[_Recommend["default"].type] = _RecommendConfig["default"], _b[_AffiliateRecommend["default"].type] = _AffiliateRecommendConfig["default"], _b[_MonpayRecommend["default"].type] = _MonpayRecommendConfig["default"], _b[_InterestProducts["default"].type] = _InterestProductsConfig["default"], _b[_Bundle["default"].type] = _BundleConfig["default"], _b[_MerchantSales["default"].type] = _MerchantSalesConfig["default"], _b[_MobileNavigation["default"].type] = _MobileNavigationConfig["default"], _b[_PcNavigation["default"].type] = _PcNavigationConfig["default"], _b[_Divider["default"].type] = _DividerConfig["default"], _b[_ImageGallery["default"].type] = _ImageGalleryConfig["default"], _b[_Newsletter["default"].type] = _NewsletterConfig["default"], _b[_Carousel["default"].type] = _CarouselConfig["default"], _b[_Button["default"].type] = _ButtonCompConfig["default"], _b[_Tag["default"].type] = _TagCompConfig["default"], _b[_Wallet["default"].type] = _WalletConfig["default"], _b[_WalletNuri["default"].type] = _WalletNuriConfig["default"], _b[_CustomCode["default"].type] = _CustomCodeConfig["default"], _b[_Location["default"].type] = _LocationConfig["default"], _b[_Bargain["default"].type] = _BargainConfig["default"], _b[_MonpaySignBoard["default"].type] = _MonpaySignBoardConfig["default"], _b);
|
|
209
199
|
/**
|
|
210
200
|
* 二级配置面板索引
|
|
211
201
|
*/
|
|
212
202
|
|
|
213
203
|
exports.configPanelMap = configPanelMap;
|
|
214
|
-
var secondConfigPanelMap = (_c = {}, _c[_Banner["default"].type] = _BannerSecondConfig["default"], _c[_Video["default"].type] = _VideoSecondConfig["default"], _c[_Text["default"].type] = _TextSecondConfig["default"], _c[_ImageText["default"].type] = _ImageTextSecondConfig["default"], _c[_Recommend["default"].type] = _RecommendSecondConfig["default"], _c[_AffiliateRecommend["default"].type] = _AffiliateRecommendSecondConfig["default"], _c[_MonpayRecommend["default"].type] = _MonpayRecommendSecondConfig["default"], _c[_MobileNavigation["default"].type] = _MobileNavigationSecondConfig["default"], _c[_PcNavigation["default"].type] = _PcNavigationSecondConfig["default"], _c[_MenuNavigation["default"].type] = _MenuNavigationSecondConfig["default"], _c[_HeadNavigation["default"].type] = _HeadNavigationSecondConfig["default"], _c[_PersonalInformation["default"].type] = _PersonalInformationSecondConfig["default"], _c[_Orders["default"].type] = _OrdersSecondConfig["default"], _c[_CommonFunctions["default"].type] = _CommonFunctionsSecondConfig["default"], _c[_Carousel["default"].type] = _CarouselSecondConfig["default"], _c[_ImageGallery["default"].type] = _ImageGallerySecondConfig["default"], _c[_Tag["default"].type] = _TagSecondConfig["default"], _c[_Button["default"].type] = _ButtonSecondConfig["default"], _c[
|
|
204
|
+
var secondConfigPanelMap = (_c = {}, _c[_Banner["default"].type] = _BannerSecondConfig["default"], _c[_Video["default"].type] = _VideoSecondConfig["default"], _c[_Text["default"].type] = _TextSecondConfig["default"], _c[_ImageText["default"].type] = _ImageTextSecondConfig["default"], _c[_Recommend["default"].type] = _RecommendSecondConfig["default"], _c[_AffiliateRecommend["default"].type] = _AffiliateRecommendSecondConfig["default"], _c[_MonpayRecommend["default"].type] = _MonpayRecommendSecondConfig["default"], _c[_MobileNavigation["default"].type] = _MobileNavigationSecondConfig["default"], _c[_PcNavigation["default"].type] = _PcNavigationSecondConfig["default"], _c[_MenuNavigation["default"].type] = _MenuNavigationSecondConfig["default"], _c[_HeadNavigation["default"].type] = _HeadNavigationSecondConfig["default"], _c[_PersonalInformation["default"].type] = _PersonalInformationSecondConfig["default"], _c[_Orders["default"].type] = _OrdersSecondConfig["default"], _c[_CommonFunctions["default"].type] = _CommonFunctionsSecondConfig["default"], _c[_Carousel["default"].type] = _CarouselSecondConfig["default"], _c[_ImageGallery["default"].type] = _ImageGallerySecondConfig["default"], _c[_Tag["default"].type] = _TagSecondConfig["default"], _c[_Button["default"].type] = _ButtonSecondConfig["default"], _c[_Wallet["default"].type] = _WalletSecondConfig["default"], _c[_WalletNuri["default"].type] = _WalletNuriSecondConfig["default"], _c);
|
|
215
205
|
exports.secondConfigPanelMap = secondConfigPanelMap;
|
package/es/constants/index.js
CHANGED
|
@@ -133,7 +133,6 @@ var campaignTypes = {
|
|
|
133
133
|
exports.campaignTypes = campaignTypes;
|
|
134
134
|
var urlType = {
|
|
135
135
|
PRODUCT_DETAIL: 'proDetail',
|
|
136
|
-
STORE: 'store',
|
|
137
136
|
CATG_PROD_LIST: 'catg',
|
|
138
137
|
CUSTOMIZED: 'customized',
|
|
139
138
|
PROD_FILTER: 'filter',
|
|
@@ -163,8 +162,7 @@ var urlTypeMap = {
|
|
|
163
162
|
INTERESTED_MERCHANTS: 'InterestedMerchants',
|
|
164
163
|
INTERESTED_PRODUCTS: 'InterestedProducts',
|
|
165
164
|
MERCHANT_STORY: 'MerchantStory',
|
|
166
|
-
AFFILIATE_MISSION_DETAIL: 'AffiliateMissionDetail'
|
|
167
|
-
BUSINESS_TYPE: 'Business Type'
|
|
165
|
+
AFFILIATE_MISSION_DETAIL: 'AffiliateMissionDetail'
|
|
168
166
|
};
|
|
169
167
|
exports.urlTypeMap = urlTypeMap;
|
|
170
168
|
var respCodeMap = {
|
|
@@ -259,10 +257,6 @@ var compInfoMap = {
|
|
|
259
257
|
name: 'Location',
|
|
260
258
|
icon: 'icon-location'
|
|
261
259
|
},
|
|
262
|
-
STORES: {
|
|
263
|
-
name: 'Stores',
|
|
264
|
-
icon: 'icon-Storefront'
|
|
265
|
-
},
|
|
266
260
|
CUSTOM_CODE: {
|
|
267
261
|
name: 'Custom Code',
|
|
268
262
|
icon: 'icon-html'
|
|
@@ -315,7 +309,7 @@ var compInfoMap = {
|
|
|
315
309
|
name: 'Video',
|
|
316
310
|
icon: 'icon-video'
|
|
317
311
|
},
|
|
318
|
-
|
|
312
|
+
WALLET: {
|
|
319
313
|
name: 'Wallet',
|
|
320
314
|
icon: 'icon-cards_fill'
|
|
321
315
|
},
|
|
@@ -323,10 +317,6 @@ var compInfoMap = {
|
|
|
323
317
|
name: 'Wallet',
|
|
324
318
|
icon: 'icon-Wallet'
|
|
325
319
|
},
|
|
326
|
-
WALLET: {
|
|
327
|
-
name: 'Wallet',
|
|
328
|
-
icon: 'icon-Wallet'
|
|
329
|
-
},
|
|
330
320
|
HEAD_NAVIGATION: {
|
|
331
321
|
name: 'Head Navigation',
|
|
332
322
|
icon: 'icon-header'
|
package/es/constants/layout.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.videoPCLayout = exports.videoH5Layout = exports.textLayout = exports.tagLayout = exports.
|
|
6
|
+
exports.videoPCLayout = exports.videoH5Layout = exports.textLayout = exports.tagLayout = exports.searchLayout = exports.recommendLayoutPc = exports.recommendLayoutMobile = exports.pcNavigationLayout = exports.newsletterLayout = exports.monpaySignBoardLayout = exports.monpayRecommendLayoutMobile = exports.monpayFlashDealLayout = exports.mobileNavigationLayout = exports.merchantSalesLayout = exports.locationLayout = exports.interestLayout = exports.imageTextLayoutPc = exports.imageTextLayoutMobile = exports.imageGalleryLayout = exports.groupBuyLayout = exports.flashDealLayout = exports.dividerLayout = exports.defaultLayout = exports.carouselLayout = exports.buttonLayout = exports.bundleLayout = exports.bargainLayout = exports.bannerSlideLayout = exports.affiliateLayoutPc = exports.affiliateLayoutMobile = exports.WalletNuriLayout = exports.WalletLayout = void 0;
|
|
7
7
|
|
|
8
8
|
var _dividerLayout = _interopRequireDefault(require("../assets/images/layout-icon/dividerLayout.svg"));
|
|
9
9
|
|
|
@@ -29,21 +29,21 @@ var _layoutImagetextM4 = _interopRequireDefault(require("../assets/images/layout
|
|
|
29
29
|
|
|
30
30
|
var _layoutImagetextM5 = _interopRequireDefault(require("../assets/images/layout-icon/layout-imagetext-m3.png"));
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _carouselLayout = _interopRequireDefault(require("../assets/images/layout-icon/carouselLayout1.png"));
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _carouselLayout2 = _interopRequireDefault(require("../assets/images/layout-icon/carouselLayout2.png"));
|
|
35
35
|
|
|
36
|
-
var
|
|
36
|
+
var _carouselLayout3 = _interopRequireDefault(require("../assets/images/layout-icon/carouselLayout3.png"));
|
|
37
37
|
|
|
38
|
-
var
|
|
38
|
+
var _layoutImagetextP = _interopRequireDefault(require("../assets/images/layout-icon/layout-imagetext-p1.png"));
|
|
39
39
|
|
|
40
|
-
var
|
|
40
|
+
var _layoutImagetextP2 = _interopRequireDefault(require("../assets/images/layout-icon/layout-imagetext-p2.png"));
|
|
41
41
|
|
|
42
|
-
var
|
|
42
|
+
var _layoutImagetextP3 = _interopRequireDefault(require("../assets/images/layout-icon/layout-imagetext-p4.png"));
|
|
43
43
|
|
|
44
|
-
var
|
|
44
|
+
var _imageTextLeft = _interopRequireDefault(require("../assets/images/layout-icon/imageTextLeft.svg"));
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _imageTextRight = _interopRequireDefault(require("../assets/images/layout-icon/imageTextRight.svg"));
|
|
47
47
|
|
|
48
48
|
var _newsletter = _interopRequireDefault(require("../assets/images/layout-icon/newsletter.svg"));
|
|
49
49
|
|
|
@@ -115,10 +115,6 @@ var _interestLayout = _interopRequireDefault(require("../assets/images/layout-ic
|
|
|
115
115
|
|
|
116
116
|
var _merchantSalesLayout = _interopRequireDefault(require("../assets/images/layout-icon/merchantSalesLayout1.png"));
|
|
117
117
|
|
|
118
|
-
var _storesLayout = _interopRequireDefault(require("../assets/images/layout-icon/storesLayout1.png"));
|
|
119
|
-
|
|
120
|
-
var _storesLayout2 = _interopRequireDefault(require("../assets/images/layout-icon/storesLayout2.png"));
|
|
121
|
-
|
|
122
118
|
var _left = _interopRequireDefault(require("../assets/images/layout-icon/left.png"));
|
|
123
119
|
|
|
124
120
|
var _center = _interopRequireDefault(require("../assets/images/layout-icon/center.png"));
|
|
@@ -127,6 +123,7 @@ var _right = _interopRequireDefault(require("../assets/images/layout-icon/right.
|
|
|
127
123
|
|
|
128
124
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
129
125
|
|
|
126
|
+
// import p3 from '../assets/images/layout-icon/layout-imagetext-p3.png';
|
|
130
127
|
var defaultLayout = [{
|
|
131
128
|
id: 'layout1',
|
|
132
129
|
name: 'left',
|
|
@@ -154,8 +151,8 @@ var searchLayout = [{
|
|
|
154
151
|
}];
|
|
155
152
|
exports.searchLayout = searchLayout;
|
|
156
153
|
var locationLayout = [{
|
|
157
|
-
id: '
|
|
158
|
-
name: '
|
|
154
|
+
id: 'top',
|
|
155
|
+
name: 'top',
|
|
159
156
|
image: _locationLayout["default"]
|
|
160
157
|
}];
|
|
161
158
|
exports.locationLayout = locationLayout;
|
|
@@ -214,11 +211,11 @@ var imageTextLayoutPc = [{
|
|
|
214
211
|
}, {
|
|
215
212
|
id: 'layout4',
|
|
216
213
|
name: 'leftImage',
|
|
217
|
-
image:
|
|
214
|
+
image: _imageTextLeft["default"]
|
|
218
215
|
}, {
|
|
219
216
|
id: 'layout5',
|
|
220
217
|
name: 'rightImage',
|
|
221
|
-
image:
|
|
218
|
+
image: _imageTextRight["default"]
|
|
222
219
|
}];
|
|
223
220
|
exports.imageTextLayoutPc = imageTextLayoutPc;
|
|
224
221
|
var imageTextLayoutMobile = [{
|
|
@@ -410,7 +407,7 @@ var flashDealLayout = [{
|
|
|
410
407
|
}, {
|
|
411
408
|
id: 'layout2',
|
|
412
409
|
name: 'layout2',
|
|
413
|
-
image:
|
|
410
|
+
image: _layoutImagetextM4["default"]
|
|
414
411
|
}];
|
|
415
412
|
exports.flashDealLayout = flashDealLayout;
|
|
416
413
|
var monpayFlashDealLayout = [{
|
|
@@ -470,14 +467,4 @@ var merchantSalesLayout = [{
|
|
|
470
467
|
name: 'layout1',
|
|
471
468
|
image: _merchantSalesLayout["default"]
|
|
472
469
|
}];
|
|
473
|
-
exports.merchantSalesLayout = merchantSalesLayout;
|
|
474
|
-
var storesLayout = [{
|
|
475
|
-
id: 'layout1',
|
|
476
|
-
name: 'layout1',
|
|
477
|
-
image: _storesLayout["default"]
|
|
478
|
-
}, {
|
|
479
|
-
id: 'layout2',
|
|
480
|
-
name: 'layout2',
|
|
481
|
-
image: _storesLayout2["default"]
|
|
482
|
-
}];
|
|
483
|
-
exports.storesLayout = storesLayout;
|
|
470
|
+
exports.merchantSalesLayout = merchantSalesLayout;
|
|
@@ -39,7 +39,7 @@ function TerminalSelect(_a) {
|
|
|
39
39
|
}
|
|
40
40
|
};
|
|
41
41
|
|
|
42
|
-
var hidePcDevice = window.systemParams && window.systemParams.terminalType
|
|
42
|
+
var hidePcDevice = window.systemParams && window.systemParams.terminalType.indexOf(_constants.deviceTypeMap.PC) === -1;
|
|
43
43
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
44
44
|
className: "terminal_wrap"
|
|
45
45
|
}, ['MOBILE', 'ALL', undefined, null].includes(terminalType) && /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -158,7 +158,7 @@ function (_super) {
|
|
|
158
158
|
onHtmlBack = _a.onHtmlBack,
|
|
159
159
|
pageType = _a.pageType;
|
|
160
160
|
var languageTemp = langBook[language] || {};
|
|
161
|
-
var hidePcDevice = window.systemParams && window.systemParams.terminalType
|
|
161
|
+
var hidePcDevice = window.systemParams && window.systemParams.terminalType.indexOf(_constants.deviceTypeMap.PC) === -1;
|
|
162
162
|
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
163
163
|
className: "quick_menu_wrap"
|
|
164
164
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
@@ -15,8 +15,6 @@ var _constants = require("../constants");
|
|
|
15
15
|
|
|
16
16
|
var _commonUtil = require("../utils/commonUtil");
|
|
17
17
|
|
|
18
|
-
var _storeUtil = require("../utils/storeUtil");
|
|
19
|
-
|
|
20
18
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
19
|
|
|
22
20
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
@@ -86,27 +84,8 @@ function compositeDecorator(WrappedComponent) {
|
|
|
86
84
|
_this.state = {
|
|
87
85
|
clickedFloor: '',
|
|
88
86
|
hoveredFloor: ''
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
_this.switchLanguage = function (value) {
|
|
92
|
-
alert(value); // const lang = 'ar';
|
|
93
|
-
|
|
94
|
-
(0, _storeUtil.setStore)(_constants.STORAGE_KEY.LOCALE, value);
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
_this.getUserAddress = function (value) {
|
|
98
|
-
alert(value); // const info = {
|
|
99
|
-
// address: '简短地址',
|
|
100
|
-
// customer: '客户名称',
|
|
101
|
-
// tel: '客户手机号',
|
|
102
|
-
// longitude: '经度',
|
|
103
|
-
// latitude: '纬度',
|
|
104
|
-
// };
|
|
105
|
-
|
|
106
|
-
(0, _storeUtil.setStore)('USER_ADDRESS_INFO', value);
|
|
107
87
|
}; // 复合组件点击事件
|
|
108
88
|
|
|
109
|
-
|
|
110
89
|
_this.onCompositeCompClick = function (event) {
|
|
111
90
|
if (window.magicDesign.mode === 'renderer') {
|
|
112
91
|
return;
|
|
@@ -287,12 +266,7 @@ function compositeDecorator(WrappedComponent) {
|
|
|
287
266
|
hoveredFloor: _mobx.store.hoveredFloor
|
|
288
267
|
});
|
|
289
268
|
});
|
|
290
|
-
this.getOuterWrapStyle();
|
|
291
|
-
|
|
292
|
-
window['switchLanguage'] = this.switchLanguage;
|
|
293
|
-
window['getUserAddress'] = this.getUserAddress; // switchLanguage();
|
|
294
|
-
// getUserAddress();
|
|
295
|
-
// }
|
|
269
|
+
this.getOuterWrapStyle();
|
|
296
270
|
};
|
|
297
271
|
|
|
298
272
|
Wrapper.prototype.componentWillUnmount = function () {
|
package/es/locale/en/en.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CAN_BE_ADDED_AS_YOUR_ADDRESS": "Can be added as your address",
|
|
3
2
|
"GIFT": "Gift",
|
|
4
|
-
"SEARCH_FOR_PRODUCT_OR_SHOP": "Search for product or shop",
|
|
5
|
-
"MIN_ORDER": "Min Order",
|
|
6
|
-
"FREE_SHIPPING_STORES": "Free shipping stores",
|
|
7
|
-
"SOURCE_OF_STORE": "Source of store",
|
|
8
|
-
"DISTANCE": "Distance",
|
|
9
|
-
"DELIVERY_TIME": "Delivery Time",
|
|
10
|
-
"EVALUATE_SCORE": "Evaluate Score",
|
|
11
|
-
"FREE_DELIVERY_LABEL": "Free Delivery Label",
|
|
12
|
-
"STORE_DESCRIPTION": "Store Description",
|
|
13
|
-
"STORE_NAME": "Store Name",
|
|
14
|
-
"MIXED": "Mixed",
|
|
15
|
-
"CUSTOMER_NAME_AND_PHONE_NUMBER": "Customer name and phone number",
|
|
16
|
-
"LOCATION_BACKGROUND": "Location Background",
|
|
17
|
-
"ARROW_ICON": "Arrow Icon",
|
|
18
|
-
"CUSTOMER": "Customer",
|
|
19
3
|
"BOLD": "Bold",
|
|
20
4
|
"SEMIBOLD": "Semibold",
|
|
21
5
|
"MEDIUM": "Medium",
|
|
@@ -105,6 +89,7 @@
|
|
|
105
89
|
"FOLLOWED": "Followed",
|
|
106
90
|
"VERIFIED": "Verified",
|
|
107
91
|
"RATING": "Rating",
|
|
92
|
+
"STORE_NAME": "Store Name",
|
|
108
93
|
"RATING_DETAILS": "Rating Details",
|
|
109
94
|
"FOLLOWERS": "Followers",
|
|
110
95
|
"FOLLOW_BUTTON": "Follow Button",
|
package/es/locale/es/es.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CAN_BE_ADDED_AS_YOUR_ADDRESS": "Can be added as your address",
|
|
3
2
|
"GIFT": "Gift",
|
|
4
|
-
"SEARCH_FOR_PRODUCT_OR_SHOP": "Search for product or shop",
|
|
5
|
-
"MIN_ORDER": "Min Order",
|
|
6
|
-
"FREE_SHIPPING_STORES": "Free shipping stores",
|
|
7
|
-
"SOURCE_OF_STORE": "Source of store",
|
|
8
|
-
"DISTANCE": "Distance",
|
|
9
|
-
"DELIVERY_TIME": "Delivery Time",
|
|
10
|
-
"EVALUATE_SCORE": "Evaluate Score",
|
|
11
|
-
"FREE_DELIVERY_LABEL": "Free Delivery Label",
|
|
12
|
-
"STORE_DESCRIPTION": "Store Description",
|
|
13
|
-
"STORE_NAME": "Store Name",
|
|
14
|
-
"MIXED": "Mixed",
|
|
15
|
-
"CUSTOMER_NAME_AND_PHONE_NUMBER": "Customer name and phone number",
|
|
16
|
-
"LOCATION_BACKGROUND": "Location Background",
|
|
17
|
-
"ARROW_ICON": "Arrow Icon",
|
|
18
|
-
"CUSTOMER": "Customer",
|
|
19
3
|
"BOLD": "Bold",
|
|
20
4
|
"SEMIBOLD": "Semibold",
|
|
21
5
|
"MEDIUM": "Medio",
|
|
@@ -105,6 +89,7 @@
|
|
|
105
89
|
"FOLLOWED": "Followed",
|
|
106
90
|
"VERIFIED": "Verified",
|
|
107
91
|
"RATING": "Rating",
|
|
92
|
+
"STORE_NAME": "Store Name",
|
|
108
93
|
"RATING_DETAILS": "Rating Details",
|
|
109
94
|
"FOLLOWERS": "Followers",
|
|
110
95
|
"FOLLOW_BUTTON": "Follow Button",
|
package/es/locale/index.js
CHANGED
|
@@ -11,8 +11,6 @@ var _es = _interopRequireDefault(require("./es/es.json"));
|
|
|
11
11
|
|
|
12
12
|
var _mn = _interopRequireDefault(require("./mn/mn.json"));
|
|
13
13
|
|
|
14
|
-
var _ar = _interopRequireDefault(require("./ar/ar.json"));
|
|
15
|
-
|
|
16
14
|
var _constants = require("../constants");
|
|
17
15
|
|
|
18
16
|
var _storeUtil = require("../utils/storeUtil");
|
|
@@ -23,8 +21,7 @@ var localeMap = {
|
|
|
23
21
|
en: _en["default"],
|
|
24
22
|
es: _es["default"],
|
|
25
23
|
mn: _mn["default"],
|
|
26
|
-
'id-ID': _mn["default"]
|
|
27
|
-
ar: _ar["default"]
|
|
24
|
+
'id-ID': _mn["default"]
|
|
28
25
|
};
|
|
29
26
|
/** 国际化 */
|
|
30
27
|
|
|
@@ -43,7 +40,6 @@ function i18n(key, args) {
|
|
|
43
40
|
var reg = new RegExp("{" + key + "}", 'g');
|
|
44
41
|
str_1 = tempString.replace(reg, args[key]);
|
|
45
42
|
});
|
|
46
|
-
if (locale === 'ar') return str_1.split(' ').reverse().join(' ');
|
|
47
43
|
return str_1;
|
|
48
44
|
} else {
|
|
49
45
|
console.log('未找到国际化KEY:' + key);
|
package/es/locale/mn/mn.json
CHANGED
|
@@ -1,21 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"CAN_BE_ADDED_AS_YOUR_ADDRESS": "Can be added as your address",
|
|
3
2
|
"GIFT": "Бэлэгтэй",
|
|
4
|
-
"SEARCH_FOR_PRODUCT_OR_SHOP": "Search for product or shop",
|
|
5
|
-
"MIN_ORDER": "Min Order",
|
|
6
|
-
"FREE_SHIPPING_STORES": "Free shipping stores",
|
|
7
|
-
"SOURCE_OF_STORE": "Source of store",
|
|
8
|
-
"DISTANCE": "Distance",
|
|
9
|
-
"DELIVERY_TIME": "Delivery Time",
|
|
10
|
-
"EVALUATE_SCORE": "Evaluate Score",
|
|
11
|
-
"FREE_DELIVERY_LABEL": "Free Delivery Label",
|
|
12
|
-
"STORE_DESCRIPTION": "Store Description",
|
|
13
|
-
"STORE_NAME": "Дэлгүүрийн нэр",
|
|
14
|
-
"MIXED": "Mixed",
|
|
15
|
-
"CUSTOMER_NAME_AND_PHONE_NUMBER": "Customer name and phone number",
|
|
16
|
-
"LOCATION_BACKGROUND": "Location Background",
|
|
17
|
-
"ARROW_ICON": "Arrow Icon",
|
|
18
|
-
"CUSTOMER": "Customer",
|
|
19
3
|
"BOLD": "Зоригтой",
|
|
20
4
|
"SEMIBOLD": "Хагас хол",
|
|
21
5
|
"MEDIUM": "Дунд",
|
|
@@ -105,6 +89,7 @@
|
|
|
105
89
|
"FOLLOWED": "Дагасан",
|
|
106
90
|
"VERIFIED": "Баталгаажсан",
|
|
107
91
|
"RATING": "Үнэлгээ",
|
|
92
|
+
"STORE_NAME": "Дэлгүүрийн нэр",
|
|
108
93
|
"RATING_DETAILS": "Үнэлгээний дэлгэрэнгүй мэдээлэл",
|
|
109
94
|
"FOLLOWERS": "Дагагчид",
|
|
110
95
|
"FOLLOW_BUTTON": "Дагах товч",
|
|
@@ -13,8 +13,6 @@ require("./index.less");
|
|
|
13
13
|
|
|
14
14
|
var _cloneDeep = _interopRequireDefault(require("lodash/cloneDeep"));
|
|
15
15
|
|
|
16
|
-
var _BorderRadiusInput = _interopRequireDefault(require("./BorderRadiusInput"));
|
|
17
|
-
|
|
18
16
|
var _locale = require("../../../locale");
|
|
19
17
|
|
|
20
18
|
var _SpacingConfig = _interopRequireDefault(require("../../../composite-comp/common/config-panels/SpacingConfig"));
|
|
@@ -253,13 +251,16 @@ function (_super) {
|
|
|
253
251
|
value: _data.borderColor
|
|
254
252
|
})), /*#__PURE__*/_react["default"].createElement(_common.Field, {
|
|
255
253
|
title: (0, _locale.i18n)('BORDER_RADIUS')
|
|
256
|
-
}, /*#__PURE__*/_react["default"].createElement(
|
|
257
|
-
|
|
258
|
-
|
|
254
|
+
}, /*#__PURE__*/_react["default"].createElement(_common.Slider, {
|
|
255
|
+
maxVal: 20,
|
|
256
|
+
onChange: function onChange(_a) {
|
|
257
|
+
var count = _a.count;
|
|
259
258
|
|
|
260
|
-
_this.updateAttr(_data, 'borderRadius',
|
|
259
|
+
_this.updateAttr(_data, 'borderRadius', count);
|
|
261
260
|
},
|
|
262
|
-
value:
|
|
261
|
+
value: {
|
|
262
|
+
count: _data.borderRadius
|
|
263
|
+
}
|
|
263
264
|
})));
|
|
264
265
|
};
|
|
265
266
|
|
package/es/utils/androidUtil.js
CHANGED
|
@@ -27,8 +27,7 @@ var browserVersion = function browserVersion() {
|
|
|
27
27
|
ditoAndroidApp: u.indexOf('mydito') > -1 && (u.indexOf('Android') > -1 || u.indexOf('Adr') > -1),
|
|
28
28
|
ditoIosApp: u.indexOf('mydito') > -1 && !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/),
|
|
29
29
|
isAshitaApp: u.indexOf('app/ASHITA-APP') > -1,
|
|
30
|
-
flutterApp: u.indexOf('app/NURI-APP') > -1
|
|
31
|
-
isDelivistaApp: u.indexOf('app/Delivista') > -1
|
|
30
|
+
flutterApp: u.indexOf('app/NURI-APP') > -1
|
|
32
31
|
};
|
|
33
32
|
};
|
|
34
33
|
|