@fonixtree/magic-design 0.0.1
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/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +299 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/es/assets/fonts/magic-box-iconfont.js +1 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
- 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/icon/index.js +68 -0
- package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/es/assets/images/layout-icon/imageGalleryLayout1.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/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-1.svg +18 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -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-search.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/less/button.less +9 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32534 -0
- package/es/assets/less/font.less +50 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +11 -0
- package/es/assets/less/input.less +8 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +16 -0
- package/es/assets/less/select.less +19 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +40 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AlignSelector/index.js +104 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +134 -0
- package/es/common/Button/index.less +68 -0
- package/es/common/ButtonIconLayout/index.js +103 -0
- package/es/common/ButtonIconLayout/index.less +53 -0
- package/es/common/Collapse/index.js +384 -0
- package/es/common/Collapse/index.less +97 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/es/common/ColorPicker/index.js +131 -0
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/imgs/code.png +0 -0
- package/es/common/ColorPickerInput/index.js +114 -0
- package/es/common/ColorPickerInput/index.less +50 -0
- package/es/common/CountDown/index.js +151 -0
- package/es/common/CountDown/index.less +23 -0
- package/es/common/Field/index.js +80 -0
- package/es/common/Field/index.less +37 -0
- package/es/common/FontStyles/index.js +178 -0
- package/es/common/FontStyles/index.less +63 -0
- package/es/common/GroupList/defaultImg.png +0 -0
- package/es/common/GroupList/index.js +210 -0
- package/es/common/GroupList/index.less +85 -0
- package/es/common/IconPicker/index.js +147 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +148 -0
- package/es/common/Iconfont/index.less +20 -0
- package/es/common/ImageModal/CommonModal/const.js +22 -0
- package/es/common/ImageModal/CommonModal/index.js +46 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/const.js +24 -0
- package/es/common/ImageModal/index.js +748 -0
- package/es/common/ImageModal/index.less +21 -0
- package/es/common/ImagePicker/index.js +162 -0
- package/es/common/ImagePicker/index.less +104 -0
- package/es/common/InputNumber/index.js +91 -0
- package/es/common/InputNumber/index.less +33 -0
- package/es/common/LayoutSelector/imgs/center.png +0 -0
- package/es/common/LayoutSelector/imgs/left.png +0 -0
- package/es/common/LayoutSelector/imgs/right.png +0 -0
- package/es/common/LayoutSelector/index.js +111 -0
- package/es/common/LayoutSelector/index.less +34 -0
- package/es/common/LinkModal/CatgTable/index.js +234 -0
- package/es/common/LinkModal/CouponTable/index.js +299 -0
- package/es/common/LinkModal/CustomTable/index.js +227 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/es/common/LinkModal/FunctionTable/index.js +221 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/es/common/LinkModal/index.js +136 -0
- package/es/common/LinkModal/index.less +108 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +760 -0
- package/es/common/ProductModal/index.less +238 -0
- package/es/common/ProductSource/index.js +250 -0
- package/es/common/ProductSource/index.less +12 -0
- package/es/common/RcCollapse/Collapse.js +240 -0
- package/es/common/RcCollapse/Panel.js +193 -0
- package/es/common/RcCollapse/PanelContent.js +59 -0
- package/es/common/RcCollapse/index.js +15 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/interface.js +1 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/es/common/RcCollapse/motionUtil.js +44 -0
- package/es/common/Slider/index.js +151 -0
- package/es/common/Slider/index.less +45 -0
- package/es/common/SwitchCollapse/index.js +216 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/UrlPicker/index.js +119 -0
- package/es/common/UrlPicker/index.less +72 -0
- package/es/common/index.js +127 -0
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +110 -0
- package/es/composite-comp/bol/components/Button/index.js +103 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
- package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/components/Carousel/index.js +93 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +254 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +81 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/Divider/index.js +101 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
- package/es/composite-comp/bol/components/ImageText/index.js +88 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +155 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +106 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/es/composite-comp/bol/components/Tag/index.js +107 -0
- package/es/composite-comp/bol/components/Tag/index.less +34 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/es/composite-comp/bol/components/Text/index.js +123 -0
- package/es/composite-comp/bol/components/Text/index.less +60 -0
- package/es/composite-comp/bol/components/Text/slice.svg +1 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/es/composite-comp/common/components/ProductItem/index.js +191 -0
- package/es/composite-comp/common/components/ProductItem/index.less +121 -0
- package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/es/composite-comp/dito/components/Recommend/index.js +86 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/es/constants/component-types.js +87 -0
- package/es/constants/index.js +144 -0
- package/es/constants/layout.js +120 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +156 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/index.js +294 -0
- package/es/core/Designer/ConfigPanel/index.less +139 -0
- package/es/core/Designer/History/index.js +91 -0
- package/es/core/Designer/PageCompList/index.js +266 -0
- package/es/core/Designer/PageCompList/index.less +114 -0
- package/es/core/Designer/QuickMenuBar/index.js +176 -0
- package/es/core/Designer/QuickMenuBar/index.less +67 -0
- package/es/core/Designer/ViewArea/index.js +150 -0
- package/es/core/Designer/ViewArea/index.less +53 -0
- package/es/core/Designer/index.js +454 -0
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +82 -0
- package/es/decorator/compositeDecorator.js +129 -0
- package/es/decorator/index.js +23 -0
- package/es/decorator/metaDecorator.js +199 -0
- package/es/index.js +27 -0
- package/es/meta-comp/components/Button/index.js +185 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +171 -0
- package/es/meta-comp/components/Image/index.less +18 -0
- package/es/meta-comp/components/Text/index.js +470 -0
- package/es/meta-comp/components/Text/index.less +38 -0
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +87 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +349 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +204 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +327 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/es/mobx/Store.js +93 -0
- package/es/mobx/index.js +36 -0
- package/es/utils/androidUtil.js +113 -0
- package/es/utils/businessUtil.js +235 -0
- package/es/utils/commonUtil.js +269 -0
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +156 -0
- package/es/utils/currencyUtil.js +190 -0
- package/es/utils/dataTreeUtils.js +105 -0
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +299 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/lib/assets/fonts/magic-box-iconfont.js +1 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
- 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/icon/index.js +68 -0
- package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout1.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/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-1.svg +18 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -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-search.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/less/button.less +9 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32534 -0
- package/lib/assets/less/font.less +50 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +11 -0
- package/lib/assets/less/input.less +8 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +16 -0
- package/lib/assets/less/select.less +19 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +40 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AlignSelector/index.js +104 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +134 -0
- package/lib/common/Button/index.less +68 -0
- package/lib/common/ButtonIconLayout/index.js +103 -0
- package/lib/common/ButtonIconLayout/index.less +53 -0
- package/lib/common/Collapse/index.js +384 -0
- package/lib/common/Collapse/index.less +97 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +131 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/imgs/code.png +0 -0
- package/lib/common/ColorPickerInput/index.js +114 -0
- package/lib/common/ColorPickerInput/index.less +50 -0
- package/lib/common/CountDown/index.js +151 -0
- package/lib/common/CountDown/index.less +23 -0
- package/lib/common/Field/index.js +80 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +178 -0
- package/lib/common/FontStyles/index.less +63 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +210 -0
- package/lib/common/GroupList/index.less +85 -0
- package/lib/common/IconPicker/index.js +147 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +148 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonModal/const.js +22 -0
- package/lib/common/ImageModal/CommonModal/index.js +46 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/const.js +24 -0
- package/lib/common/ImageModal/index.js +748 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +162 -0
- package/lib/common/ImagePicker/index.less +104 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +33 -0
- package/lib/common/LayoutSelector/imgs/center.png +0 -0
- package/lib/common/LayoutSelector/imgs/left.png +0 -0
- package/lib/common/LayoutSelector/imgs/right.png +0 -0
- package/lib/common/LayoutSelector/index.js +111 -0
- package/lib/common/LayoutSelector/index.less +34 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +299 -0
- package/lib/common/LinkModal/CustomTable/index.js +227 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/lib/common/LinkModal/FunctionTable/index.js +221 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/lib/common/LinkModal/index.js +136 -0
- package/lib/common/LinkModal/index.less +108 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +760 -0
- package/lib/common/ProductModal/index.less +238 -0
- package/lib/common/ProductSource/index.js +250 -0
- package/lib/common/ProductSource/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +240 -0
- package/lib/common/RcCollapse/Panel.js +193 -0
- package/lib/common/RcCollapse/PanelContent.js +59 -0
- package/lib/common/RcCollapse/index.js +15 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/interface.js +1 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/RcCollapse/motionUtil.js +44 -0
- package/lib/common/Slider/index.js +151 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/UrlPicker/index.js +119 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +110 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
- package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +254 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +81 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/Divider/index.js +101 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
- package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +155 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +106 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Tag/index.js +107 -0
- package/lib/composite-comp/bol/components/Tag/index.less +34 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/bol/components/Text/index.js +123 -0
- package/lib/composite-comp/bol/components/Text/index.less +60 -0
- package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +191 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +121 -0
- package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/Recommend/index.js +86 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/lib/constants/component-types.js +87 -0
- package/lib/constants/index.js +144 -0
- package/lib/constants/layout.js +120 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +156 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +294 -0
- package/lib/core/Designer/ConfigPanel/index.less +139 -0
- package/lib/core/Designer/History/index.js +91 -0
- package/lib/core/Designer/PageCompList/index.js +266 -0
- package/lib/core/Designer/PageCompList/index.less +114 -0
- package/lib/core/Designer/QuickMenuBar/index.js +176 -0
- package/lib/core/Designer/QuickMenuBar/index.less +67 -0
- package/lib/core/Designer/ViewArea/index.js +150 -0
- package/lib/core/Designer/ViewArea/index.less +53 -0
- package/lib/core/Designer/index.js +454 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +82 -0
- package/lib/decorator/compositeDecorator.js +129 -0
- package/lib/decorator/index.js +23 -0
- package/lib/decorator/metaDecorator.js +199 -0
- package/lib/index.js +27 -0
- package/lib/meta-comp/components/Button/index.js +185 -0
- package/lib/meta-comp/components/Button/index.less +19 -0
- package/lib/meta-comp/components/Image/index.js +171 -0
- package/lib/meta-comp/components/Image/index.less +18 -0
- package/lib/meta-comp/components/Text/index.js +470 -0
- package/lib/meta-comp/components/Text/index.less +38 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +349 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +204 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +327 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/lib/mobx/Store.js +93 -0
- package/lib/mobx/index.js +36 -0
- package/lib/utils/androidUtil.js +113 -0
- package/lib/utils/businessUtil.js +235 -0
- package/lib/utils/commonUtil.js +269 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +156 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +105 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +68 -0
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
require("./index.less");
|
|
11
|
+
|
|
12
|
+
var _mobx = require("../../../../../mobx");
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
var __extends = void 0 && (void 0).__extends || function () {
|
|
17
|
+
var _extendStatics = function extendStatics(d, b) {
|
|
18
|
+
_extendStatics = Object.setPrototypeOf || {
|
|
19
|
+
__proto__: []
|
|
20
|
+
} instanceof Array && function (d, b) {
|
|
21
|
+
d.__proto__ = b;
|
|
22
|
+
} || function (d, b) {
|
|
23
|
+
for (var p in b) {
|
|
24
|
+
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
return _extendStatics(d, b);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return function (d, b) {
|
|
32
|
+
_extendStatics(d, b);
|
|
33
|
+
|
|
34
|
+
function __() {
|
|
35
|
+
this.constructor = d;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
39
|
+
};
|
|
40
|
+
}();
|
|
41
|
+
|
|
42
|
+
var ImageGalleryMobile =
|
|
43
|
+
/** @class */
|
|
44
|
+
function (_super) {
|
|
45
|
+
__extends(ImageGalleryMobile, _super);
|
|
46
|
+
|
|
47
|
+
function ImageGalleryMobile() {
|
|
48
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
49
|
+
|
|
50
|
+
_this.state = {};
|
|
51
|
+
_this.carouselRef = /*#__PURE__*/_react["default"].createRef();
|
|
52
|
+
_this.destroy = null;
|
|
53
|
+
return _this;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
ImageGalleryMobile.prototype.componentDidMount = function () {
|
|
57
|
+
this.destroy = (0, _mobx.autorun)(function () {// this.init(this.props.data.groupSource);
|
|
58
|
+
});
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
ImageGalleryMobile.prototype.componentWillReceiveProps = function (nextProps) {// this.init(nextProps.data.groupSource);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
ImageGalleryMobile.prototype.componentWillUnmount = function () {// this.destroy();
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
ImageGalleryMobile.prototype.render = function () {
|
|
68
|
+
var data = this.props.data;
|
|
69
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
70
|
+
className: "m-image-gallery-mobile"
|
|
71
|
+
}, "image gallery");
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
ImageGalleryMobile.defaultProps = {
|
|
75
|
+
data: {
|
|
76
|
+
groupSource: []
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
return ImageGalleryMobile;
|
|
80
|
+
}(_react["default"].Component);
|
|
81
|
+
|
|
82
|
+
var _default = ImageGalleryMobile;
|
|
83
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
.m-banner-mobile {
|
|
2
|
+
position: relative;
|
|
3
|
+
// .turnPage {
|
|
4
|
+
// position: absolute;
|
|
5
|
+
// top: 50%;
|
|
6
|
+
// transform: translateY(-50%);
|
|
7
|
+
// z-index: 3;
|
|
8
|
+
// cursor: pointer;
|
|
9
|
+
// }
|
|
10
|
+
// .leftBtn {
|
|
11
|
+
// left: 20px;
|
|
12
|
+
// }
|
|
13
|
+
// .rightBtn {
|
|
14
|
+
// right: 20px;
|
|
15
|
+
// }
|
|
16
|
+
|
|
17
|
+
.carouselItem {
|
|
18
|
+
height: 386px;
|
|
19
|
+
position: relative;
|
|
20
|
+
display: flex;
|
|
21
|
+
|
|
22
|
+
.carouseContent {
|
|
23
|
+
padding: 80px 28px 0;
|
|
24
|
+
position: relative;
|
|
25
|
+
z-index: 2;
|
|
26
|
+
display: flex;
|
|
27
|
+
flex-direction: column;
|
|
28
|
+
margin-bottom: auto;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.title {
|
|
32
|
+
margin-bottom: 8px;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.sub-title {
|
|
36
|
+
margin-bottom: 20px;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.btn-wrap {
|
|
40
|
+
display: flex;
|
|
41
|
+
align-items: center;
|
|
42
|
+
justify-content: flex-start;
|
|
43
|
+
|
|
44
|
+
.btn {
|
|
45
|
+
margin-right: 12px;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.swiper-ban {
|
|
51
|
+
position: absolute;
|
|
52
|
+
width: 100%;
|
|
53
|
+
bottom: 10px;
|
|
54
|
+
display: flex;
|
|
55
|
+
align-items: center;
|
|
56
|
+
justify-content: center;
|
|
57
|
+
|
|
58
|
+
.ban {
|
|
59
|
+
font-size: 16px;
|
|
60
|
+
width: 1.5em;
|
|
61
|
+
height: 0.3em;
|
|
62
|
+
background: #FFF;
|
|
63
|
+
cursor: inherit;
|
|
64
|
+
margin-right: 0.3em;
|
|
65
|
+
transition: all .5s;
|
|
66
|
+
|
|
67
|
+
&.active {
|
|
68
|
+
width: 1.5em;
|
|
69
|
+
opacity: 1;
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,537 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.getDefaultJSON = exports.ImageTextGroupSourceJSON = void 0;
|
|
7
|
+
|
|
8
|
+
var _uuid = require("uuid");
|
|
9
|
+
|
|
10
|
+
var ImageTextGroupSourceJSON = function ImageTextGroupSourceJSON() {
|
|
11
|
+
var groupId = (0, _uuid.v4)();
|
|
12
|
+
return {
|
|
13
|
+
id: groupId,
|
|
14
|
+
image: {
|
|
15
|
+
parentId: groupId,
|
|
16
|
+
id: (0, _uuid.v4)(),
|
|
17
|
+
open: false,
|
|
18
|
+
type: 'IMAGE',
|
|
19
|
+
content: {
|
|
20
|
+
h5Name: 'name2',
|
|
21
|
+
pcName: 'name2',
|
|
22
|
+
h5ImgSrc: '',
|
|
23
|
+
pcImgSrc: '',
|
|
24
|
+
clickUrl: ''
|
|
25
|
+
},
|
|
26
|
+
hover: {
|
|
27
|
+
open: false,
|
|
28
|
+
backgroundType: 'enlarge',
|
|
29
|
+
magnification: 1.5,
|
|
30
|
+
pcImgHoverUrl: '',
|
|
31
|
+
h5ImgHoverUrl: ''
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
title: {
|
|
35
|
+
parentId: groupId,
|
|
36
|
+
id: (0, _uuid.v4)(),
|
|
37
|
+
open: true,
|
|
38
|
+
type: 'TEXT',
|
|
39
|
+
specialContent: [],
|
|
40
|
+
text: 'Title of this group',
|
|
41
|
+
content: {
|
|
42
|
+
sizeType: 'Headline 1',
|
|
43
|
+
fontFamily: 'Open Sans',
|
|
44
|
+
fontWeight: 600,
|
|
45
|
+
fontSize: 12,
|
|
46
|
+
color: '#232F46',
|
|
47
|
+
width: 200
|
|
48
|
+
},
|
|
49
|
+
underline: {
|
|
50
|
+
open: false,
|
|
51
|
+
textDecorationColor: '',
|
|
52
|
+
textDecorationStyle: 'solid'
|
|
53
|
+
},
|
|
54
|
+
vertical: {}
|
|
55
|
+
},
|
|
56
|
+
text: {
|
|
57
|
+
parentId: groupId,
|
|
58
|
+
id: (0, _uuid.v4)(),
|
|
59
|
+
open: true,
|
|
60
|
+
type: 'TEXT',
|
|
61
|
+
specialContent: [],
|
|
62
|
+
text: 'Please enter a description',
|
|
63
|
+
content: {
|
|
64
|
+
sizeType: 'Headline 1',
|
|
65
|
+
fontFamily: 'Open Sans',
|
|
66
|
+
fontWeight: 400,
|
|
67
|
+
fontSize: 10,
|
|
68
|
+
color: '#8493AF',
|
|
69
|
+
width: 230
|
|
70
|
+
},
|
|
71
|
+
underline: {},
|
|
72
|
+
vertical: {}
|
|
73
|
+
},
|
|
74
|
+
button: {
|
|
75
|
+
parentId: groupId,
|
|
76
|
+
id: (0, _uuid.v4)(),
|
|
77
|
+
open: true,
|
|
78
|
+
type: 'BUTTON',
|
|
79
|
+
text: 'Button',
|
|
80
|
+
content: {
|
|
81
|
+
url: '',
|
|
82
|
+
backgroundColor: '#2F54EB'
|
|
83
|
+
},
|
|
84
|
+
buttonText: {
|
|
85
|
+
sizeType: 'Headline 1',
|
|
86
|
+
fontFamily: 'Open Sans',
|
|
87
|
+
fontWeight: 400,
|
|
88
|
+
fontSize: 10,
|
|
89
|
+
fontStyle: 'normal',
|
|
90
|
+
color: '#fff',
|
|
91
|
+
padding: '4px 6px'
|
|
92
|
+
},
|
|
93
|
+
buttonBorder: {
|
|
94
|
+
open: true,
|
|
95
|
+
borderColor: '',
|
|
96
|
+
borderRadius: 6
|
|
97
|
+
},
|
|
98
|
+
buttonIcon: {
|
|
99
|
+
iconUrl: '',
|
|
100
|
+
layout: 'right'
|
|
101
|
+
},
|
|
102
|
+
hover: {
|
|
103
|
+
open: false,
|
|
104
|
+
content: {
|
|
105
|
+
backgroundColor: '#0d39ed'
|
|
106
|
+
},
|
|
107
|
+
buttonText: {
|
|
108
|
+
sizeType: 'Headline 1',
|
|
109
|
+
fontFamily: 'Open Sans',
|
|
110
|
+
fontWeight: 600,
|
|
111
|
+
fontSize: 14,
|
|
112
|
+
fontStyle: 'normal',
|
|
113
|
+
color: '#fff'
|
|
114
|
+
},
|
|
115
|
+
buttonBorder: {
|
|
116
|
+
open: true,
|
|
117
|
+
borderColor: '',
|
|
118
|
+
borderRadius: 6
|
|
119
|
+
},
|
|
120
|
+
buttonIcon: {
|
|
121
|
+
iconUrl: '',
|
|
122
|
+
layout: 'right'
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
},
|
|
126
|
+
secondButton: {
|
|
127
|
+
parentId: groupId,
|
|
128
|
+
id: (0, _uuid.v4)(),
|
|
129
|
+
open: true,
|
|
130
|
+
type: 'BUTTON',
|
|
131
|
+
text: 'More',
|
|
132
|
+
content: {
|
|
133
|
+
url: '',
|
|
134
|
+
backgroundColor: '#fff'
|
|
135
|
+
},
|
|
136
|
+
buttonText: {
|
|
137
|
+
sizeType: 'Headline 1',
|
|
138
|
+
fontFamily: 'Open Sans',
|
|
139
|
+
fontWeight: 400,
|
|
140
|
+
fontSize: 10,
|
|
141
|
+
fontStyle: 'normal',
|
|
142
|
+
color: '#2F54EB',
|
|
143
|
+
padding: '4px 6px'
|
|
144
|
+
},
|
|
145
|
+
buttonBorder: {
|
|
146
|
+
open: true,
|
|
147
|
+
borderColor: '#2F54EB',
|
|
148
|
+
borderRadius: 6
|
|
149
|
+
},
|
|
150
|
+
buttonIcon: {
|
|
151
|
+
iconUrl: '',
|
|
152
|
+
layout: 'right'
|
|
153
|
+
},
|
|
154
|
+
hover: {
|
|
155
|
+
open: false,
|
|
156
|
+
content: {
|
|
157
|
+
backgroundColor: '#E9F0FF'
|
|
158
|
+
},
|
|
159
|
+
buttonText: {
|
|
160
|
+
sizeType: 'Headline 1',
|
|
161
|
+
fontFamily: 'Open Sans',
|
|
162
|
+
fontWeight: 600,
|
|
163
|
+
fontSize: 14,
|
|
164
|
+
fontStyle: 'normal',
|
|
165
|
+
color: '#2F54EB'
|
|
166
|
+
},
|
|
167
|
+
buttonBorder: {
|
|
168
|
+
open: true,
|
|
169
|
+
borderColor: '#2F54EB',
|
|
170
|
+
borderRadius: 6
|
|
171
|
+
},
|
|
172
|
+
buttonIcon: {
|
|
173
|
+
iconUrl: '',
|
|
174
|
+
layout: 'right'
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
background: {
|
|
179
|
+
opacity: 100,
|
|
180
|
+
color: '#F5F6F7',
|
|
181
|
+
image: '',
|
|
182
|
+
bgType: 'color'
|
|
183
|
+
},
|
|
184
|
+
hover: {
|
|
185
|
+
open: false,
|
|
186
|
+
image: {
|
|
187
|
+
parentId: groupId,
|
|
188
|
+
id: (0, _uuid.v4)(),
|
|
189
|
+
open: false,
|
|
190
|
+
type: 'IMAGE',
|
|
191
|
+
content: {
|
|
192
|
+
h5Name: 'name2',
|
|
193
|
+
pcName: 'name2',
|
|
194
|
+
h5ImgSrc: '',
|
|
195
|
+
pcImgSrc: '',
|
|
196
|
+
clickUrl: ''
|
|
197
|
+
},
|
|
198
|
+
hover: {
|
|
199
|
+
open: false,
|
|
200
|
+
backgroundType: 'enlarge',
|
|
201
|
+
magnification: 1.5,
|
|
202
|
+
pcImgHoverUrl: '',
|
|
203
|
+
h5ImgHoverUrl: ''
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
title: {
|
|
207
|
+
parentId: groupId,
|
|
208
|
+
id: (0, _uuid.v4)(),
|
|
209
|
+
open: true,
|
|
210
|
+
type: 'TEXT',
|
|
211
|
+
specialContent: [],
|
|
212
|
+
text: '',
|
|
213
|
+
content: {
|
|
214
|
+
fontFamily: 'Open Sans',
|
|
215
|
+
fontWeight: 700,
|
|
216
|
+
fontSize: 28,
|
|
217
|
+
color: '#232F46',
|
|
218
|
+
width: 400
|
|
219
|
+
},
|
|
220
|
+
underline: {
|
|
221
|
+
open: false,
|
|
222
|
+
textDecorationColor: '',
|
|
223
|
+
textDecorationStyle: 'solid'
|
|
224
|
+
},
|
|
225
|
+
vertical: {}
|
|
226
|
+
},
|
|
227
|
+
text: {
|
|
228
|
+
id: (0, _uuid.v4)(),
|
|
229
|
+
open: true,
|
|
230
|
+
type: 'TEXT',
|
|
231
|
+
specialContent: [],
|
|
232
|
+
text: '',
|
|
233
|
+
content: {
|
|
234
|
+
sizeType: 'Headline 1',
|
|
235
|
+
fontFamily: 'Open Sans',
|
|
236
|
+
fontWeight: 400,
|
|
237
|
+
fontSize: 18,
|
|
238
|
+
color: '#232F46',
|
|
239
|
+
width: 500
|
|
240
|
+
},
|
|
241
|
+
underline: {},
|
|
242
|
+
vertical: {}
|
|
243
|
+
},
|
|
244
|
+
button: {
|
|
245
|
+
id: (0, _uuid.v4)(),
|
|
246
|
+
open: true,
|
|
247
|
+
type: 'BUTTON',
|
|
248
|
+
text: 'Button',
|
|
249
|
+
content: {
|
|
250
|
+
url: '',
|
|
251
|
+
backgroundColor: '#2F54EB'
|
|
252
|
+
},
|
|
253
|
+
buttonText: {
|
|
254
|
+
sizeType: 'Headline 1',
|
|
255
|
+
fontFamily: 'Open Sans',
|
|
256
|
+
fontWeight: 600,
|
|
257
|
+
fontSize: 14,
|
|
258
|
+
fontStyle: 'normal',
|
|
259
|
+
color: '#fff'
|
|
260
|
+
},
|
|
261
|
+
buttonBorder: {
|
|
262
|
+
open: false,
|
|
263
|
+
borderColor: '',
|
|
264
|
+
borderRadius: 6
|
|
265
|
+
},
|
|
266
|
+
buttonIcon: {
|
|
267
|
+
iconUrl: '',
|
|
268
|
+
layout: 'right'
|
|
269
|
+
},
|
|
270
|
+
hover: {
|
|
271
|
+
open: false,
|
|
272
|
+
content: {
|
|
273
|
+
backgroundColor: '#0d39ed'
|
|
274
|
+
},
|
|
275
|
+
buttonText: {
|
|
276
|
+
sizeType: 'Headline 1',
|
|
277
|
+
fontFamily: 'Open Sans',
|
|
278
|
+
fontWeight: 600,
|
|
279
|
+
fontSize: 14,
|
|
280
|
+
fontStyle: 'normal',
|
|
281
|
+
color: '#fff'
|
|
282
|
+
},
|
|
283
|
+
buttonBorder: {
|
|
284
|
+
open: true,
|
|
285
|
+
borderColor: '',
|
|
286
|
+
borderRadius: 6
|
|
287
|
+
},
|
|
288
|
+
buttonIcon: {
|
|
289
|
+
iconUrl: '',
|
|
290
|
+
layout: 'right'
|
|
291
|
+
}
|
|
292
|
+
}
|
|
293
|
+
},
|
|
294
|
+
secondButton: {
|
|
295
|
+
id: (0, _uuid.v4)(),
|
|
296
|
+
open: true,
|
|
297
|
+
type: 'BUTTON',
|
|
298
|
+
text: 'More',
|
|
299
|
+
content: {
|
|
300
|
+
url: '',
|
|
301
|
+
backgroundColor: '#fff'
|
|
302
|
+
},
|
|
303
|
+
buttonText: {
|
|
304
|
+
sizeType: 'Headline 1',
|
|
305
|
+
fontFamily: 'Open Sans',
|
|
306
|
+
fontWeight: 600,
|
|
307
|
+
fontSize: 14,
|
|
308
|
+
fontStyle: 'normal',
|
|
309
|
+
color: '#2F54EB'
|
|
310
|
+
},
|
|
311
|
+
buttonBorder: {
|
|
312
|
+
open: true,
|
|
313
|
+
borderColor: '#2F54EB',
|
|
314
|
+
borderRadius: 6
|
|
315
|
+
},
|
|
316
|
+
buttonIcon: {
|
|
317
|
+
iconUrl: '',
|
|
318
|
+
layout: 'right'
|
|
319
|
+
},
|
|
320
|
+
hover: {
|
|
321
|
+
open: false,
|
|
322
|
+
content: {
|
|
323
|
+
backgroundColor: '#E9F0FF'
|
|
324
|
+
},
|
|
325
|
+
buttonText: {
|
|
326
|
+
sizeType: 'Headline 1',
|
|
327
|
+
fontFamily: 'Open Sans',
|
|
328
|
+
fontWeight: 600,
|
|
329
|
+
fontSize: 14,
|
|
330
|
+
fontStyle: 'normal',
|
|
331
|
+
color: '#2F54EB'
|
|
332
|
+
},
|
|
333
|
+
buttonBorder: {
|
|
334
|
+
open: true,
|
|
335
|
+
borderColor: '#2F54EB',
|
|
336
|
+
borderRadius: 6
|
|
337
|
+
},
|
|
338
|
+
buttonIcon: {
|
|
339
|
+
iconUrl: '',
|
|
340
|
+
layout: 'right'
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
background: {
|
|
345
|
+
opacity: 100,
|
|
346
|
+
color: '#232F46',
|
|
347
|
+
image: '',
|
|
348
|
+
bgType: 'color'
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
};
|
|
352
|
+
};
|
|
353
|
+
|
|
354
|
+
exports.ImageTextGroupSourceJSON = ImageTextGroupSourceJSON;
|
|
355
|
+
|
|
356
|
+
var getDefaultJSON = function getDefaultJSON() {
|
|
357
|
+
return {
|
|
358
|
+
id: (0, _uuid.v4)(),
|
|
359
|
+
type: 'IMAGE_TEXT',
|
|
360
|
+
headline: {
|
|
361
|
+
id: (0, _uuid.v4)(),
|
|
362
|
+
open: true,
|
|
363
|
+
type: 'TEXT',
|
|
364
|
+
specialContent: [],
|
|
365
|
+
text: 'Digital Maturity',
|
|
366
|
+
content: {
|
|
367
|
+
sizeType: 'Headline 1',
|
|
368
|
+
fontFamily: 'Open Sans',
|
|
369
|
+
fontWeight: 600,
|
|
370
|
+
fontSize: 28,
|
|
371
|
+
color: '#232F46',
|
|
372
|
+
width: 400
|
|
373
|
+
},
|
|
374
|
+
underline: {
|
|
375
|
+
open: false,
|
|
376
|
+
textDecorationColor: '',
|
|
377
|
+
textDecorationStyle: 'solid'
|
|
378
|
+
},
|
|
379
|
+
vertical: {}
|
|
380
|
+
},
|
|
381
|
+
subtitle: {
|
|
382
|
+
id: (0, _uuid.v4)(),
|
|
383
|
+
open: true,
|
|
384
|
+
type: 'TEXT',
|
|
385
|
+
specialContent: [],
|
|
386
|
+
text: 'Freedom to innovate and create with ODA compliant B/OSS solutions',
|
|
387
|
+
content: {
|
|
388
|
+
sizeType: 'Headline 1',
|
|
389
|
+
fontFamily: 'Open Sans',
|
|
390
|
+
fontWeight: 400,
|
|
391
|
+
// textAlign: 'center',
|
|
392
|
+
fontSize: 16,
|
|
393
|
+
color: '#232F46',
|
|
394
|
+
width: 400
|
|
395
|
+
},
|
|
396
|
+
underline: {
|
|
397
|
+
open: false,
|
|
398
|
+
textDecorationColor: '',
|
|
399
|
+
textDecorationStyle: 'solid'
|
|
400
|
+
},
|
|
401
|
+
vertical: {}
|
|
402
|
+
},
|
|
403
|
+
button: {
|
|
404
|
+
id: (0, _uuid.v4)(),
|
|
405
|
+
open: true,
|
|
406
|
+
type: 'BUTTON',
|
|
407
|
+
text: 'Button',
|
|
408
|
+
content: {
|
|
409
|
+
url: '',
|
|
410
|
+
backgroundColor: '#2F54EB'
|
|
411
|
+
},
|
|
412
|
+
buttonText: {
|
|
413
|
+
sizeType: 'Headline 1',
|
|
414
|
+
fontFamily: 'Open Sans',
|
|
415
|
+
fontWeight: 600,
|
|
416
|
+
fontSize: 14,
|
|
417
|
+
fontStyle: 'normal',
|
|
418
|
+
color: '#fff',
|
|
419
|
+
padding: '12px 20px'
|
|
420
|
+
},
|
|
421
|
+
buttonBorder: {
|
|
422
|
+
open: true,
|
|
423
|
+
borderColor: '',
|
|
424
|
+
borderRadius: 6
|
|
425
|
+
},
|
|
426
|
+
buttonIcon: {
|
|
427
|
+
iconUrl: '',
|
|
428
|
+
layout: 'right'
|
|
429
|
+
},
|
|
430
|
+
hover: {
|
|
431
|
+
open: false,
|
|
432
|
+
content: {
|
|
433
|
+
backgroundColor: '#0d39ed'
|
|
434
|
+
},
|
|
435
|
+
buttonText: {
|
|
436
|
+
sizeType: 'Headline 1',
|
|
437
|
+
fontFamily: 'Open Sans',
|
|
438
|
+
fontWeight: 600,
|
|
439
|
+
fontSize: 14,
|
|
440
|
+
fontStyle: 'normal',
|
|
441
|
+
color: '#fff'
|
|
442
|
+
},
|
|
443
|
+
buttonBorder: {
|
|
444
|
+
open: true,
|
|
445
|
+
borderColor: '',
|
|
446
|
+
borderRadius: 6
|
|
447
|
+
},
|
|
448
|
+
buttonIcon: {
|
|
449
|
+
iconUrl: '',
|
|
450
|
+
layout: 'right'
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
secondButton: {
|
|
455
|
+
id: (0, _uuid.v4)(),
|
|
456
|
+
open: false,
|
|
457
|
+
type: 'BUTTON',
|
|
458
|
+
text: 'Button',
|
|
459
|
+
content: {
|
|
460
|
+
url: '',
|
|
461
|
+
backgroundColor: '#FFFFFF'
|
|
462
|
+
},
|
|
463
|
+
buttonText: {
|
|
464
|
+
sizeType: 'Headline 1',
|
|
465
|
+
fontFamily: 'Open Sans',
|
|
466
|
+
fontWeight: 600,
|
|
467
|
+
fontSize: 14,
|
|
468
|
+
fontStyle: 'normal',
|
|
469
|
+
color: '#2F54EB',
|
|
470
|
+
padding: '12px 20px'
|
|
471
|
+
},
|
|
472
|
+
buttonBorder: {
|
|
473
|
+
open: true,
|
|
474
|
+
borderColor: '#2F54EB',
|
|
475
|
+
borderRadius: 6
|
|
476
|
+
},
|
|
477
|
+
buttonIcon: {
|
|
478
|
+
iconUrl: '',
|
|
479
|
+
layout: 'right'
|
|
480
|
+
},
|
|
481
|
+
hover: {
|
|
482
|
+
open: false,
|
|
483
|
+
content: {
|
|
484
|
+
backgroundColor: '#0d39ed'
|
|
485
|
+
},
|
|
486
|
+
buttonText: {
|
|
487
|
+
sizeType: 'Headline 1',
|
|
488
|
+
fontFamily: 'Open Sans',
|
|
489
|
+
fontWeight: 600,
|
|
490
|
+
fontSize: 14,
|
|
491
|
+
fontStyle: 'normal',
|
|
492
|
+
color: '#fff'
|
|
493
|
+
},
|
|
494
|
+
buttonBorder: {
|
|
495
|
+
open: true,
|
|
496
|
+
borderColor: '',
|
|
497
|
+
borderRadius: 6
|
|
498
|
+
},
|
|
499
|
+
buttonIcon: {
|
|
500
|
+
iconUrl: '',
|
|
501
|
+
layout: 'right'
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
spacing: {
|
|
506
|
+
pc: {
|
|
507
|
+
paddingTop: 10,
|
|
508
|
+
paddingBottom: 10,
|
|
509
|
+
marginBottom: 0
|
|
510
|
+
},
|
|
511
|
+
mobile: {
|
|
512
|
+
paddingTop: 10,
|
|
513
|
+
paddingBottom: 10,
|
|
514
|
+
marginBottom: 0
|
|
515
|
+
}
|
|
516
|
+
},
|
|
517
|
+
customize: {
|
|
518
|
+
layout: {
|
|
519
|
+
pcLayout: 'normal',
|
|
520
|
+
h5Layout: 'normal1'
|
|
521
|
+
},
|
|
522
|
+
align: 'center',
|
|
523
|
+
rowNum: 3,
|
|
524
|
+
pcMaxRowNum: 5,
|
|
525
|
+
pcRowNum: 5
|
|
526
|
+
},
|
|
527
|
+
background: {
|
|
528
|
+
opacity: 100,
|
|
529
|
+
color: '#FFFFFF',
|
|
530
|
+
image: '',
|
|
531
|
+
bgType: 'color'
|
|
532
|
+
},
|
|
533
|
+
groupSource: [ImageTextGroupSourceJSON()]
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
|
|
537
|
+
exports.getDefaultJSON = getDefaultJSON;
|