@fonixtree/magic-design 0.0.11 → 0.0.16
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/.DS_Store +0 -0
- 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/{src/components → es}/common/Collapse/index.js +97 -36
- package/es/common/Collapse/index.less +97 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/{src/components → es}/common/ColorPicker/index.js +50 -13
- 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/{src/components → es}/common/GroupList/index.js +76 -36
- 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/{src/components → es}/common/ImageModal/CommonModal/const.js +14 -8
- 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/{src/components → es}/common/RcCollapse/Collapse.js +81 -17
- 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/{src/components → es}/common/RcCollapse/motionUtil.js +13 -6
- package/es/common/Slider/index.js +151 -0
- package/es/common/Slider/index.less +45 -0
- package/{src/components → es}/common/SwitchCollapse/index.js +74 -20
- 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/{src/components → es}/composite-comp/bol/components/Banner/defaultJSON.js +30 -20
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/{src/components → es}/composite-comp/bol/components/Button/defaultJSON.js +31 -10
- package/es/composite-comp/bol/components/Button/index.js +0 -0
- package/{src/components → es}/composite-comp/bol/components/Carousel/defaultJSON.js +36 -27
- package/{src/components → es}/composite-comp/bol/components/Divider/defaultJSON.js +11 -4
- package/{src/components → es}/composite-comp/bol/components/ImageGallery/defaultJSON.js +18 -8
- package/{src/components → es}/composite-comp/bol/components/ImageText/defaultJSON.js +31 -20
- package/{src/components → es}/composite-comp/bol/components/Newsletter/defaultJSON.js +35 -14
- package/{src/components → es}/composite-comp/bol/components/Tag/defaultJSON.js +32 -11
- package/{src/components → es}/composite-comp/bol/components/Text/defaultJSON.js +38 -14
- package/{src/components → es}/composite-comp/dito/components/FlashDeal/defaultJSON.js +17 -10
- package/{src/components → es}/composite-comp/dito/components/Recommend/defaultJSON.js +24 -14
- package/{src/components → es}/composite-comp/dito/components/SearchBar/defaultJSON.js +19 -7
- 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/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/{src/components → es}/core/Designer/History/index.js +29 -20
- 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/{src/components → es}/core/Designer/index.js +156 -66
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +82 -0
- package/es/decorator/compositeDecorator.js +130 -0
- package/es/decorator/index.js +23 -0
- package/{src/components → es}/decorator/metaDecorator.js +68 -19
- package/es/index.js +27 -0
- package/es/meta-comp/components/Button/index.js +189 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +183 -0
- package/{src/components → es}/meta-comp/components/Text/index.js +141 -48
- 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 +356 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/{src/components → es}/mobx/Store.js +23 -16
- package/es/mobx/index.js +36 -0
- package/es/utils/androidUtil.js +113 -0
- package/{src/components → es}/utils/businessUtil.js +48 -27
- package/{src/components → es}/utils/commonUtil.js +108 -42
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +156 -0
- package/es/utils/currencyUtil.js +190 -0
- package/{src/components → es}/utils/dataTreeUtils.js +36 -24
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/.DS_Store +0 -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/index.js +89 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -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/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 +130 -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 +189 -0
- package/lib/meta-comp/components/Button/index.less +0 -0
- package/lib/meta-comp/components/Image/index.js +183 -0
- package/lib/meta-comp/components/Text/index.js +478 -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 +356 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/lib/mobx/Store.js +95 -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 +289 -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 +45 -6
- package/_virtual/__node-resolve_empty.js +0 -6
- package/_virtual/_cloneBuffer.js +0 -3
- package/_virtual/_commonjsHelpers.js +0 -24
- package/_virtual/_node-resolve_empty.js +0 -3
- package/_virtual/_nodeUtil.js +0 -3
- package/_virtual/_rollupPluginBabelHelpers.js +0 -18
- package/_virtual/index.js +0 -3
- package/_virtual/index2.js +0 -3
- package/_virtual/index3.js +0 -3
- package/_virtual/index4.js +0 -3
- package/_virtual/index5.js +0 -5
- package/_virtual/interopRequireDefault.js +0 -3
- package/_virtual/isBuffer.js +0 -3
- package/_virtual/react-is.development.js +0 -3
- package/_virtual/react-is.production.min.js +0 -3
- package/_virtual/rng-browser.js +0 -3
- package/_virtual/toArray.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
- package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
- package/src/components/assets/less/cylon-antd.less.js +0 -3
- package/src/components/assets/less/index.less.js +0 -4
- package/src/components/common/AlignSelector/index.js +0 -65
- package/src/components/common/AlignSelector/index.less.js +0 -4
- package/src/components/common/Button/index.js +0 -75
- package/src/components/common/Button/index.less.js +0 -4
- package/src/components/common/ButtonIconLayout/index.js +0 -66
- package/src/components/common/ButtonIconLayout/index.less.js +0 -4
- package/src/components/common/Collapse/index.less.js +0 -4
- package/src/components/common/ColorPicker/index.less.js +0 -4
- package/src/components/common/ColorPickerInput/index.js +0 -76
- package/src/components/common/ColorPickerInput/index.less.js +0 -4
- package/src/components/common/CountDown/index.js +0 -110
- package/src/components/common/CountDown/index.less.js +0 -4
- package/src/components/common/Field/index.js +0 -43
- package/src/components/common/Field/index.less.js +0 -4
- package/src/components/common/FontStyles/index.js +0 -124
- package/src/components/common/FontStyles/index.less.js +0 -4
- package/src/components/common/GroupList/defaultImg.png.js +0 -3
- package/src/components/common/GroupList/index.less.js +0 -4
- package/src/components/common/IconPicker/index.js +0 -93
- package/src/components/common/IconPicker/index.less.js +0 -4
- package/src/components/common/Iconfont/index.js +0 -74
- package/src/components/common/Iconfont/index.less.js +0 -4
- package/src/components/common/ImageModal/CommonModal/index.js +0 -33
- package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
- package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -4
- package/src/components/common/ImageModal/const.js +0 -18
- package/src/components/common/ImageModal/index.js +0 -547
- package/src/components/common/ImageModal/index.less.js +0 -4
- package/src/components/common/ImagePicker/index.js +0 -124
- package/src/components/common/ImagePicker/index.less.js +0 -4
- package/src/components/common/InputNumber/index.js +0 -54
- package/src/components/common/InputNumber/index.less.js +0 -4
- package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
- package/src/components/common/LayoutSelector/index.js +0 -70
- package/src/components/common/LayoutSelector/index.less.js +0 -4
- package/src/components/common/LinkModal/CatgTable/index.js +0 -78
- package/src/components/common/LinkModal/CouponTable/index.js +0 -111
- package/src/components/common/LinkModal/CustomTable/index.js +0 -72
- package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
- package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -4
- package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
- package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
- package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -4
- package/src/components/common/LinkModal/index.js +0 -112
- package/src/components/common/LinkModal/index.less.js +0 -4
- package/src/components/common/NewImg/index.js +0 -91
- package/src/components/common/ProductModal/index.js +0 -556
- package/src/components/common/ProductModal/index.less.js +0 -4
- package/src/components/common/ProductSource/index.js +0 -91
- package/src/components/common/ProductSource/index.less.js +0 -4
- package/src/components/common/RcCollapse/Panel.js +0 -146
- package/src/components/common/RcCollapse/PanelContent.js +0 -41
- package/src/components/common/RcCollapse/index.js +0 -6
- package/src/components/common/RcCollapse/index.less.js +0 -4
- package/src/components/common/Slider/index.js +0 -95
- package/src/components/common/Slider/index.less.js +0 -4
- package/src/components/common/SwitchCollapse/index.less.js +0 -4
- package/src/components/common/UrlPicker/index.js +0 -81
- package/src/components/common/UrlPicker/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
- package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
- package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
- package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
- package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Button/index.js +0 -48
- package/src/components/composite-comp/bol/components/Button/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
- package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
- package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -143
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -112
- package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
- package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
- package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Text/index.js +0 -68
- package/src/components/composite-comp/bol/components/Text/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
- package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
- package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
- package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
- package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -116
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
- package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
- package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -4
- package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
- package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
- package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
- package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
- package/src/components/constants/component-types.js +0 -48
- package/src/components/constants/index.js +0 -74
- package/src/components/constants/layout.js +0 -90
- package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
- package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -4
- package/src/components/core/Designer/CompListPanel/index.js +0 -109
- package/src/components/core/Designer/CompListPanel/index.less.js +0 -4
- package/src/components/core/Designer/ConfigPanel/index.js +0 -246
- package/src/components/core/Designer/ConfigPanel/index.less.js +0 -4
- package/src/components/core/Designer/PageCompList/index.js +0 -248
- package/src/components/core/Designer/PageCompList/index.less.js +0 -4
- package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
- package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -4
- package/src/components/core/Designer/ViewArea/index.js +0 -86
- package/src/components/core/Designer/ViewArea/index.less.js +0 -4
- package/src/components/core/Designer/index.less.js +0 -4
- package/src/components/core/Renderer/index.js +0 -55
- package/src/components/decorator/compositeDecorator.js +0 -94
- package/src/components/index.js +0 -4
- package/src/components/meta-comp/components/Button/index.js +0 -113
- package/src/components/meta-comp/components/Button/index.less.js +0 -4
- package/src/components/meta-comp/components/Image/index.js +0 -121
- package/src/components/meta-comp/components/Image/index.less.js +0 -4
- package/src/components/meta-comp/components/Text/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
- package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -308
- package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -179
- package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
- package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -4
- package/src/components/mobx/index.js +0 -12
- package/src/components/utils/androidUtil.js +0 -22
- package/src/components/utils/coreUtil.js +0 -108
- package/src/components/utils/currencyUtil.js +0 -110
- package/src/components/utils/dateUtil.js +0 -30
- package/src/components/utils/storeUtil.js +0 -113
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../../../../node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
import { alignItemMap } from '../../../../../common/AlignSelector/index.js';
|
|
6
|
-
import Text from '../../../../../meta-comp/components/Text/index.js';
|
|
7
|
-
import Button from '../../../../../meta-comp/components/Button/index.js';
|
|
8
|
-
import Image from '../../../../../meta-comp/components/Image/index.js';
|
|
9
|
-
import { computeStyle } from '../../../../../utils/businessUtil.js';
|
|
10
|
-
|
|
11
|
-
var maxWidthAndHeight = {
|
|
12
|
-
normal1: 60,
|
|
13
|
-
normal2: 375,
|
|
14
|
-
normal3: 107,
|
|
15
|
-
outsideM: 60,
|
|
16
|
-
centerM: 60
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
var ImageTextMobile =
|
|
20
|
-
/** @class */
|
|
21
|
-
function (_super) {
|
|
22
|
-
__extends(ImageTextMobile, _super);
|
|
23
|
-
|
|
24
|
-
function ImageTextMobile() {
|
|
25
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
26
|
-
|
|
27
|
-
_this.calcWidth = function (num) {
|
|
28
|
-
return "".concat((100 - (num - 1) * 2) / num, "%");
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
_this.getCardStyle = function (source, i) {
|
|
32
|
-
var data = _this.props.data;
|
|
33
|
-
var cardStyle = {
|
|
34
|
-
textAlign: data.customize.align
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
if (data.customize.layout.h5Layout !== 'centerM' && data.customize.layout.h5Layout !== 'normal1') {
|
|
38
|
-
cardStyle.alignItems = alignItemMap[data.customize.align];
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
if (data.customize.layout.h5Layout === 'normal3') {
|
|
42
|
-
cardStyle.width = _this.calcWidth(data.customize.rowNum);
|
|
43
|
-
cardStyle.marginRight = (1 + i) % data.customize.rowNum !== 0 ? '2%' : 0;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
if (source.background.bgType == 'color') {
|
|
47
|
-
cardStyle.backgroundColor = source.background.color;
|
|
48
|
-
cardStyle.opacity = source.background.opacity ? source.background.opacity : 1;
|
|
49
|
-
} else {
|
|
50
|
-
cardStyle.backgroundImage = "url(".concat(source.background.image, ")");
|
|
51
|
-
cardStyle.backgroundPosition = 'center';
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
return cardStyle;
|
|
55
|
-
};
|
|
56
|
-
|
|
57
|
-
return _this;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
ImageTextMobile.prototype.render = function () {
|
|
61
|
-
var _this = this;
|
|
62
|
-
|
|
63
|
-
var data = this.props.data; // const { ready } = this.state;
|
|
64
|
-
|
|
65
|
-
console.log('----imagetext mobile', data);
|
|
66
|
-
var wrapStyle = computeStyle(data, window.magicDesign.device);
|
|
67
|
-
wrapStyle.textAlign = data.customize.align; // if (data.background.bgType === 'color') {
|
|
68
|
-
// wrapStyle.backgroundColor = data.background.color;
|
|
69
|
-
// wrapStyle.opacity = data.background.opacity ? data.background.opacity : 1;
|
|
70
|
-
// } else {
|
|
71
|
-
// wrapStyle.backgroundImage = `url(${data.background.image})`;
|
|
72
|
-
// wrapStyle.backgroundPosition = 'center';
|
|
73
|
-
// }
|
|
74
|
-
|
|
75
|
-
var cardBtnStyle = {};
|
|
76
|
-
|
|
77
|
-
if (data.customize.layout.h5Layout === 'normal3') {
|
|
78
|
-
cardBtnStyle.alignItems = alignItemMap[data.customize.align];
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
if (data.customize.layout.h5Layout === 'normal2' || data.customize.layout.h5Layout === 'normal1' || data.customize.layout.h5Layout === 'outsideM') {
|
|
82
|
-
cardBtnStyle.justifyContent = alignItemMap[data.customize.align];
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
86
|
-
className: classNames('image-text-mobile', data.customize.layout.h5Layout),
|
|
87
|
-
style: wrapStyle
|
|
88
|
-
}, (data === null || data === void 0 ? void 0 : data.groupSource.length) > 0 && /*#__PURE__*/React__default.createElement("div", {
|
|
89
|
-
className: "group-wrap"
|
|
90
|
-
}, data.groupSource.map(function (source, i) {
|
|
91
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
92
|
-
key: source.id,
|
|
93
|
-
className: data.groupSource.length > data.customize.rowNum ? 'one-card card-margin-bottom' : 'one-card',
|
|
94
|
-
style: _this.getCardStyle(source, i)
|
|
95
|
-
}, source.image.open && data.customize.layout.h5Layout !== 'centerM' && /*#__PURE__*/React__default.createElement("div", {
|
|
96
|
-
className: "card-image-wrap"
|
|
97
|
-
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
98
|
-
className: "card-image",
|
|
99
|
-
data: source.image,
|
|
100
|
-
maxHeight: maxWidthAndHeight[data.customize.layout.h5Layout],
|
|
101
|
-
maxWidth: maxWidthAndHeight[data.customize.layout.h5Layout]
|
|
102
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
103
|
-
className: "card-content-wrap"
|
|
104
|
-
}, data.customize.layout.h5Layout === 'centerM' ? /*#__PURE__*/React__default.createElement(React__default.Fragment, null, source.title.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
105
|
-
className: "card-title",
|
|
106
|
-
data: source.title
|
|
107
|
-
}), /*#__PURE__*/React__default.createElement("div", {
|
|
108
|
-
className: "image-subtext-wrap"
|
|
109
|
-
}, source.image.open && /*#__PURE__*/React__default.createElement("div", {
|
|
110
|
-
className: "card-image-wrap"
|
|
111
|
-
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
112
|
-
className: "card-image",
|
|
113
|
-
data: source.image,
|
|
114
|
-
maxHeight: 110
|
|
115
|
-
})), source.text.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
116
|
-
className: "card-text",
|
|
117
|
-
data: source.text
|
|
118
|
-
}))) : /*#__PURE__*/React__default.createElement(React__default.Fragment, null, source.title.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
119
|
-
className: "card-title",
|
|
120
|
-
data: source.title
|
|
121
|
-
}), source.text.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
122
|
-
className: "card-text",
|
|
123
|
-
data: source.text
|
|
124
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
125
|
-
className: "card-btn-wrap",
|
|
126
|
-
style: cardBtnStyle
|
|
127
|
-
}, source.button.open && /*#__PURE__*/React__default.createElement(Button, {
|
|
128
|
-
className: "card-first-btn",
|
|
129
|
-
data: source.button
|
|
130
|
-
}), source.secondButton.open && /*#__PURE__*/React__default.createElement(Button, {
|
|
131
|
-
className: "card-second-btn",
|
|
132
|
-
data: source.secondButton
|
|
133
|
-
}))));
|
|
134
|
-
})));
|
|
135
|
-
};
|
|
136
|
-
|
|
137
|
-
ImageTextMobile.defaultProps = {
|
|
138
|
-
data: {}
|
|
139
|
-
};
|
|
140
|
-
return ImageTextMobile;
|
|
141
|
-
}(React__default.Component);
|
|
142
|
-
|
|
143
|
-
export { ImageTextMobile as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_image-text-mobile__wcodl {\n padding: 17px 0;\n}\n.index_image-text-mobile__wcodl .index_headline__C24a8 {\n margin-bottom: 8px;\n}\n.index_image-text-mobile__wcodl .index_subtitle__rrdfn {\n margin-bottom: 36px;\n}\n.index_image-text-mobile__wcodl .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-btn-wrap__jdwtW .index_card-first-btn__LiSqH,\n.index_image-text-mobile__wcodl .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-btn-wrap__jdwtW .index_card-second-btn__XqmWw {\n width: fit-content;\n}\n.index_image-text-mobile__wcodl .index_btn-wrap__1Cgdm {\n display: flex;\n width: 100%;\n justify-content: center;\n}\n.index_image-text-mobile__wcodl .index_btn-wrap__1Cgdm .index_first-btn__ZCEBD {\n margin-top: 36px;\n}\n.index_image-text-mobile__wcodl .index_btn-wrap__1Cgdm .index_second-btn__jaGp6 {\n margin-top: 36px;\n margin-left: 12px;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt {\n padding: 0 15px;\n width: 100%;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD {\n display: flex;\n align-items: stretch;\n padding: 18px;\n margin-bottom: 8px;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD:last-of-type {\n margin-bottom: 0;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-image-wrap__r9cJr {\n flex-shrink: 0;\n margin-right: 12px;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu {\n flex: 1;\n display: flex;\n flex-direction: column;\n justify-content: center;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-title__ZPyCN {\n margin-bottom: 6px;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-text__2Ntaj {\n margin-bottom: 12px;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW {\n display: flex;\n}\n.index_normal1__-DEkH .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW .index_card-first-btn__LiSqH {\n margin-right: 12px;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt {\n width: 100%;\n padding: 0 15px;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD {\n width: 100%;\n padding: 20px 16px;\n margin-bottom: 36px;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD:last-of-type {\n margin-bottom: 0;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-image-wrap__r9cJr .index_card-image__NBvlh {\n width: fit-content;\n margin: 0 auto;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-title__ZPyCN {\n margin-bottom: 8px;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-text__2Ntaj {\n margin-bottom: 16px;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW {\n display: flex;\n}\n.index_normal2__8GWwi .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW .index_card-first-btn__LiSqH {\n margin-right: 12px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt {\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n padding: 0 15px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD {\n display: flex;\n flex-direction: column;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-image-wrap__r9cJr {\n width: 100%;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-image-wrap__r9cJr .index_card-image__NBvlh {\n width: fit-content;\n margin: 0 auto 7px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-title__ZPyCN {\n margin-bottom: 4px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-text__2Ntaj {\n margin-bottom: 7px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-btn-wrap__jdwtW {\n display: flex;\n flex-direction: column;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-second-btn__XqmWw {\n margin-top: 8px;\n}\n.index_normal3__oZf6b .index_group-wrap__ByNFt .index_card-margin-bottom__D6rgm {\n margin-bottom: 10px;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt {\n padding: 0 15px;\n width: 100%;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD {\n margin-top: 35px;\n position: relative;\n padding: 30px 10px 20px 36px;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-image-wrap__r9cJr {\n position: absolute;\n left: 18px;\n top: 0;\n transform: translateY(-50%);\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-title__ZPyCN {\n margin-bottom: 4px;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-text__2Ntaj {\n margin-bottom: 12px;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW {\n display: flex;\n}\n.index_outsideM__g6TyU .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW .index_card-first-btn__LiSqH {\n margin-right: 12px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt {\n position: relative;\n width: 100%;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt::before {\n content: '';\n position: absolute;\n width: 1px;\n height: 100%;\n border-right: 1px dashed #D2D9E5;\n left: 50%;\n transform: translateX(-50%);\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD {\n width: calc((100% - 1px)/2);\n position: relative;\n padding: 0 14px 16px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD::before {\n content: '';\n position: absolute;\n border-radius: 50%;\n background: #2F54EB;\n width: 10px;\n height: 10px;\n z-index: 10;\n border: 2px solid #CCE3FF;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) {\n left: 0;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1)::before {\n right: -5px;\n top: 5px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu {\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu .index_card-title__ZPyCN,\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu .index_card-text__2Ntaj {\n text-align: right !important;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu .index_image-subtext-wrap__c0fgm {\n flex-direction: row-reverse;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu .index_image-subtext-wrap__c0fgm .index_card-image-wrap__r9cJr {\n margin-left: 8px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n-1) .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW {\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n) {\n left: 50%;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n)::before {\n left: -5px;\n top: 5px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n) .index_card-content-wrap__4JBAu .index_card-title__ZPyCN,\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n) .index_card-content-wrap__4JBAu .index_card-text__2Ntaj {\n text-align: left !important;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD:nth-of-type(2n) .index_card-content-wrap__4JBAu .index_image-subtext-wrap__c0fgm .index_card-image-wrap__r9cJr {\n margin-right: 8px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-title__ZPyCN {\n margin-bottom: 10px;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_image-subtext-wrap__c0fgm {\n display: flex;\n margin-bottom: 20px;\n align-items: center;\n}\n.index_centerM__M3UWG .index_group-wrap__ByNFt .index_one-card__mEbCD .index_card-content-wrap__4JBAu .index_card-btn-wrap__jdwtW .index_card-second-btn__XqmWw {\n margin-top: 12px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
import { __extends, __assign } from '../../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import './index.less.js';
|
|
4
|
-
import classNames from '../../../../../../../node_modules/classnames/index.js';
|
|
5
|
-
import { alignItemMap } from '../../../../../common/AlignSelector/index.js';
|
|
6
|
-
import Text from '../../../../../meta-comp/components/Text/index.js';
|
|
7
|
-
import Button from '../../../../../meta-comp/components/Button/index.js';
|
|
8
|
-
import Image from '../../../../../meta-comp/components/Image/index.js';
|
|
9
|
-
import { computeStyle } from '../../../../../utils/businessUtil.js';
|
|
10
|
-
|
|
11
|
-
var maxWidthAndHeight = {
|
|
12
|
-
normal: 410,
|
|
13
|
-
outside: 100,
|
|
14
|
-
center: 410
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
var ImageTextPc =
|
|
18
|
-
/** @class */
|
|
19
|
-
function (_super) {
|
|
20
|
-
__extends(ImageTextPc, _super);
|
|
21
|
-
|
|
22
|
-
function ImageTextPc() {
|
|
23
|
-
var _this = _super !== null && _super.apply(this, arguments) || this; // state = {
|
|
24
|
-
// clickedGroup: '',
|
|
25
|
-
// }
|
|
26
|
-
// componentDidMount() {
|
|
27
|
-
// this.distroy = autorun(() => {
|
|
28
|
-
// this.setState({
|
|
29
|
-
// clickedGroup: store.clickedGroup,
|
|
30
|
-
// });
|
|
31
|
-
// });
|
|
32
|
-
// }
|
|
33
|
-
// componentWillUnmount() {
|
|
34
|
-
// this.distroy();
|
|
35
|
-
// }
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
_this.calcWidth = function (num) {
|
|
39
|
-
return "".concat((100 - (num - 1) * 2) / num, "%");
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
_this.getCardStyle = function (source, i) {
|
|
43
|
-
var data = _this.props.data;
|
|
44
|
-
var cardStyle = {
|
|
45
|
-
width: _this.calcWidth(data.customize.pcRowNum),
|
|
46
|
-
marginRight: (1 + i) % data.customize.pcRowNum !== 0 ? '2%' : 0,
|
|
47
|
-
alignItems: alignItemMap[data.customize.align],
|
|
48
|
-
textAlign: data.customize.align
|
|
49
|
-
};
|
|
50
|
-
var wrapStyle = computeStyle(source, window.magicDesign.device);
|
|
51
|
-
return __assign(__assign({}, cardStyle), wrapStyle);
|
|
52
|
-
};
|
|
53
|
-
|
|
54
|
-
return _this;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
ImageTextPc.prototype.render = function () {
|
|
58
|
-
var _this = this;
|
|
59
|
-
|
|
60
|
-
var data = this.props.data;
|
|
61
|
-
console.log('====================================');
|
|
62
|
-
console.log(data);
|
|
63
|
-
console.log('====================================');
|
|
64
|
-
var wrapStyle = computeStyle(data, window.magicDesign.device);
|
|
65
|
-
wrapStyle.alignItems = alignItemMap[data.customize.align];
|
|
66
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
67
|
-
className: classNames('image-text-pc', data.customize.layout.pcLayout),
|
|
68
|
-
style: wrapStyle
|
|
69
|
-
}, (data === null || data === void 0 ? void 0 : data.groupSource.length) > 0 && /*#__PURE__*/React__default.createElement("div", {
|
|
70
|
-
className: "group-wrap"
|
|
71
|
-
}, data.groupSource.map(function (source, i) {
|
|
72
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
73
|
-
key: source.id,
|
|
74
|
-
className: data.groupSource.length > data.customize.pcRowNum ? 'one-card card-margin-bottom' : 'one-card',
|
|
75
|
-
style: _this.getCardStyle(source, i)
|
|
76
|
-
}, source.title.open && data.customize.layout.pcLayout === 'center' && /*#__PURE__*/React__default.createElement(Text, {
|
|
77
|
-
className: "card-title",
|
|
78
|
-
data: source.title
|
|
79
|
-
}), source.image.open && /*#__PURE__*/React__default.createElement("div", {
|
|
80
|
-
className: "card-image-wrap"
|
|
81
|
-
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
82
|
-
className: "card-image",
|
|
83
|
-
data: source.image,
|
|
84
|
-
maxHeight: maxWidthAndHeight[data.customize.layout.pcLayout],
|
|
85
|
-
maxWidth: maxWidthAndHeight[data.customize.layout.pcLayout]
|
|
86
|
-
})), source.title.open && data.customize.layout.pcLayout !== 'center' && /*#__PURE__*/React__default.createElement(Text, {
|
|
87
|
-
className: "card-title",
|
|
88
|
-
data: source.title
|
|
89
|
-
}), source.text.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
90
|
-
className: "card-text",
|
|
91
|
-
data: source.text
|
|
92
|
-
}), /*#__PURE__*/React__default.createElement("div", {
|
|
93
|
-
className: classNames({
|
|
94
|
-
'card-btn-wrap': data.customize.pcRowNum <= 3
|
|
95
|
-
})
|
|
96
|
-
}, source.button.open && /*#__PURE__*/React__default.createElement(Button, {
|
|
97
|
-
className: "card-first-btn",
|
|
98
|
-
data: source.button
|
|
99
|
-
}), source.secondButton.open && /*#__PURE__*/React__default.createElement(Button, {
|
|
100
|
-
className: "card-second-btn",
|
|
101
|
-
data: source.secondButton
|
|
102
|
-
})));
|
|
103
|
-
})));
|
|
104
|
-
};
|
|
105
|
-
|
|
106
|
-
ImageTextPc.defaultProps = {
|
|
107
|
-
data: {}
|
|
108
|
-
};
|
|
109
|
-
return ImageTextPc;
|
|
110
|
-
}(React__default.Component);
|
|
111
|
-
|
|
112
|
-
export { ImageTextPc as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_image-text-pc__U30U8 {\n display: flex;\n flex-direction: column;\n padding: 17px 70px;\n}\n.index_image-text-pc__U30U8 .index_headline__CyykA {\n margin-bottom: 8px;\n}\n.index_image-text-pc__U30U8 .index_subtitle__qXvkY {\n margin-bottom: 36px;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK {\n display: flex;\n flex-wrap: wrap;\n width: 100%;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols {\n display: flex;\n flex-direction: column;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-image-wrap__EE8VR {\n width: 100%;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-image-wrap__EE8VR .index_card-image__mLns4 {\n width: fit-content;\n margin: 0 auto 7px;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-title__GZL0K {\n margin-bottom: 4px;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-text__byGz2 {\n margin-bottom: 7px;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-btn-wrap__xfbbO {\n width: fit-content;\n display: flex;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-btn-wrap__xfbbO .index_card-first-btn__VJL1d {\n margin-right: 12px;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-btn-wrap__xfbbO .index_card-second-btn__kwtrw {\n margin-top: 0;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-first-btn__VJL1d {\n width: fit-content;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-second-btn__kwtrw {\n margin-top: 8px;\n width: fit-content;\n}\n.index_image-text-pc__U30U8 .index_group-wrap__Kb8tK .index_card-margin-bottom__Wt1F5 {\n margin-bottom: 10px;\n}\n.index_image-text-pc__U30U8 .index_btn-wrap__-p9e8 {\n width: 100%;\n display: flex;\n justify-content: center;\n}\n.index_image-text-pc__U30U8 .index_btn-wrap__-p9e8 > div {\n margin-right: 12px;\n}\n.index_image-text-pc__U30U8 .index_btn-wrap__-p9e8 > div:last-of-type {\n margin-right: 0;\n}\n.index_image-text-pc__U30U8 .index_btn-wrap__-p9e8 .index_first-btn__D9m7W {\n margin-top: 36px;\n}\n.index_image-text-pc__U30U8 .index_btn-wrap__-p9e8 .index_second-btn__w7JgY {\n margin-top: 36px;\n}\n.index_normal__xHk2t .index_group-wrap__Kb8tK .index_one-card__NWols {\n padding: 40px 24px;\n}\n.index_outside__-x9jW .index_group-wrap__Kb8tK .index_one-card__NWols {\n padding: 40px 24px 24px;\n position: relative;\n margin-top: 40px;\n}\n.index_outside__-x9jW .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-image-wrap__EE8VR .index_card-image__mLns4 {\n position: absolute;\n top: 0;\n transform: translateY(-50%);\n left: 24px;\n}\n.index_center__LBeZ- .index_group-wrap__Kb8tK .index_one-card__NWols {\n padding: 20px 20px;\n}\n.index_center__LBeZ- .index_group-wrap__Kb8tK .index_one-card__NWols .index_card-title__GZL0K {\n margin-bottom: 10px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends, __assign } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default, { Component } from 'react';
|
|
3
|
-
import classNames from '../../../../../../node_modules/classnames/index.js';
|
|
4
|
-
import { getDefaultJSON } from './defaultJSON.js';
|
|
5
|
-
import Text, { contentStyle } from '../../../../meta-comp/components/Text/index.js';
|
|
6
|
-
import Button from '../../../../meta-comp/components/Button/index.js';
|
|
7
|
-
import '../../../../meta-comp/components/Image/index.js';
|
|
8
|
-
import './index.less.js';
|
|
9
|
-
import { computeStyle } from '../../../../utils/businessUtil.js';
|
|
10
|
-
|
|
11
|
-
var Newsletter =
|
|
12
|
-
/** @class */
|
|
13
|
-
function (_super) {
|
|
14
|
-
__extends(Newsletter, _super);
|
|
15
|
-
|
|
16
|
-
function Newsletter() {
|
|
17
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
Newsletter.prototype.render = function () {
|
|
21
|
-
var _a;
|
|
22
|
-
|
|
23
|
-
var nodeData = this.props.nodeData; // const wrapStyle = {};
|
|
24
|
-
// if (nodeData.background.bgType === 'color') {
|
|
25
|
-
// wrapStyle.backgroundColor = nodeData.background.color;
|
|
26
|
-
// wrapStyle.opacity = nodeData.background.opacity ? nodeData.background.opacity : 1;
|
|
27
|
-
// } else {
|
|
28
|
-
// wrapStyle.backgroundImage = `url(${nodeData.background.image})`;
|
|
29
|
-
// wrapStyle.backgroundPosition = 'center';
|
|
30
|
-
// }
|
|
31
|
-
|
|
32
|
-
var wrapStyle = computeStyle(nodeData, window.magicDesign.device);
|
|
33
|
-
|
|
34
|
-
var style = __assign({}, contentStyle(nodeData.content.inputField.content));
|
|
35
|
-
|
|
36
|
-
Reflect.deleteProperty(style, 'width');
|
|
37
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
38
|
-
className: classNames('newsletter-wrap', (_a = {}, _a[nodeData.customize.layout] = true, _a[nodeData.customize.align] = true, _a[window.magicDesign.device] = true, _a)),
|
|
39
|
-
onClick: this.onComponentClick,
|
|
40
|
-
style: wrapStyle
|
|
41
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
42
|
-
className: "top-wrap"
|
|
43
|
-
}, nodeData.content.inputField.open && /*#__PURE__*/React__default.createElement("div", {
|
|
44
|
-
className: "input-wrap"
|
|
45
|
-
}, /*#__PURE__*/React__default.createElement("input", {
|
|
46
|
-
placeholder: nodeData.content.inputField.placeholder,
|
|
47
|
-
style: style,
|
|
48
|
-
type: "text"
|
|
49
|
-
})), nodeData.content.inputField.open && /*#__PURE__*/React__default.createElement("div", {
|
|
50
|
-
className: "btn-wrap"
|
|
51
|
-
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
52
|
-
data: nodeData.content.button
|
|
53
|
-
}))), nodeData.content.button.open && /*#__PURE__*/React__default.createElement("div", {
|
|
54
|
-
className: "confirmation-text"
|
|
55
|
-
}, /*#__PURE__*/React__default.createElement(Text, {
|
|
56
|
-
data: nodeData.content.confirmation
|
|
57
|
-
})));
|
|
58
|
-
};
|
|
59
|
-
|
|
60
|
-
Newsletter.type = 'NEWSLETTER';
|
|
61
|
-
Newsletter.getDefaultJSON = getDefaultJSON;
|
|
62
|
-
return Newsletter;
|
|
63
|
-
}(Component);
|
|
64
|
-
|
|
65
|
-
export { Newsletter as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_newsletter-wrap__f0Sjc {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.index_newsletter-wrap__f0Sjc .index_top-wrap__-xnJZ {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n padding: 0 20px;\n}\n.index_newsletter-wrap__f0Sjc .index_top-wrap__-xnJZ .index_input-wrap__MZj-C input {\n border: 1px solid #D2D9E5;\n width: 600px;\n height: 56px;\n padding: 0 20px;\n border-radius: 8px;\n background-color: #fff;\n}\n.index_newsletter-wrap__f0Sjc .index_top-wrap__-xnJZ .index_btn-wrap__u-LM- {\n margin-left: 12px;\n}\n.index_newsletter-wrap__f0Sjc .index_confirmation-text__ZMmib {\n margin-top: 12px;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz {\n flex-direction: column;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_left__VGwZJ {\n align-items: flex-start;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_left__VGwZJ .index_top-wrap__-xnJZ {\n justify-content: flex-start;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_center__FNodw {\n align-items: center;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_center__FNodw .index_top-wrap__-xnJZ {\n justify-content: center;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_right__S7rnh {\n align-items: flex-end;\n}\n.index_newsletter-wrap__f0Sjc.index_layout1__c6SFz.index_right__S7rnh .index_top-wrap__-xnJZ {\n justify-content: flex-end;\n}\n.index_newsletter-wrap__f0Sjc.index_mobile__TS-KA .index_input-wrap__MZj-C input {\n border: 1px solid #D2D9E5;\n width: 100%;\n height: 48px;\n border-radius: 8px;\n background-color: #fff;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { __extends, __decorate } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default, { Component } from 'react';
|
|
3
|
-
import classNames from '../../../../../../node_modules/classnames/index.js';
|
|
4
|
-
import { getDefaultJSON } from './defaultJSON.js';
|
|
5
|
-
import '../../../../meta-comp/components/Text/index.js';
|
|
6
|
-
import Button from '../../../../meta-comp/components/Button/index.js';
|
|
7
|
-
import Image from '../../../../meta-comp/components/Image/index.js';
|
|
8
|
-
import compositeDecorator from '../../../../decorator/compositeDecorator.js';
|
|
9
|
-
import { computeStyle } from '../../../../utils/businessUtil.js';
|
|
10
|
-
import './index.less.js';
|
|
11
|
-
|
|
12
|
-
var Tag =
|
|
13
|
-
/** @class */
|
|
14
|
-
function (_super) {
|
|
15
|
-
__extends(Tag, _super);
|
|
16
|
-
|
|
17
|
-
function Tag() {
|
|
18
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
Tag.prototype.render = function () {
|
|
22
|
-
var _a;
|
|
23
|
-
|
|
24
|
-
var nodeData = this.props.nodeData;
|
|
25
|
-
var wrapStyle = computeStyle(nodeData, window.magicDesign.device);
|
|
26
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
27
|
-
className: classNames('tag-comp-wrap', (_a = {}, _a[nodeData.customize.layout] = true, _a[nodeData.customize.align] = true, _a)),
|
|
28
|
-
onClick: this.onComponentClick,
|
|
29
|
-
style: wrapStyle
|
|
30
|
-
}, nodeData.content.image.open && /*#__PURE__*/React__default.createElement("div", {
|
|
31
|
-
className: "tag-image"
|
|
32
|
-
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
33
|
-
data: nodeData.content.image
|
|
34
|
-
})), nodeData.content.button.open && /*#__PURE__*/React__default.createElement("div", {
|
|
35
|
-
className: "first-button"
|
|
36
|
-
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
37
|
-
data: nodeData.content.button
|
|
38
|
-
})), nodeData.content.secondaryButton.open && /*#__PURE__*/React__default.createElement("div", {
|
|
39
|
-
className: "secondary-button"
|
|
40
|
-
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
41
|
-
data: nodeData.content.secondaryButton
|
|
42
|
-
})));
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
Tag.defaultProps = {};
|
|
46
|
-
Tag.type = 'TAG';
|
|
47
|
-
Tag.getDefaultJSON = getDefaultJSON;
|
|
48
|
-
Tag = __decorate([compositeDecorator], Tag);
|
|
49
|
-
return Tag;
|
|
50
|
-
}(Component);
|
|
51
|
-
|
|
52
|
-
export { Tag as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_tag-comp-wrap__UjbcC {\n display: flex;\n align-items: center;\n}\n.index_tag-comp-wrap__UjbcC .index_tag-image__5FKgB {\n width: 26px;\n height: 26px;\n}\n.index_tag-comp-wrap__UjbcC .index_first-button__SE0VE {\n margin: 5px;\n}\n.index_tag-comp-wrap__UjbcC .index_secondary-button__T8X9y {\n margin: 5px;\n}\n.index_tag-comp-wrap__UjbcC.index_layout1__NKtEQ {\n flex-direction: row;\n}\n.index_tag-comp-wrap__UjbcC.index_layout1__NKtEQ.index_left__ra7iR {\n justify-content: flex-start;\n}\n.index_tag-comp-wrap__UjbcC.index_layout1__NKtEQ.index_center__TNrNg {\n justify-content: center;\n}\n.index_tag-comp-wrap__UjbcC.index_layout1__NKtEQ.index_right__T9842 {\n justify-content: flex-end;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { __extends, __decorate } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default, { Component } from 'react';
|
|
3
|
-
import classNames from '../../../../../../node_modules/classnames/index.js';
|
|
4
|
-
import { getDefaultJSON } from './defaultJSON.js';
|
|
5
|
-
import Text$1 from '../../../../meta-comp/components/Text/index.js';
|
|
6
|
-
import '../../../../meta-comp/components/Button/index.js';
|
|
7
|
-
import '../../../../meta-comp/components/Image/index.js';
|
|
8
|
-
import compositeDecorator from '../../../../decorator/compositeDecorator.js';
|
|
9
|
-
import { computeStyle } from '../../../../utils/businessUtil.js';
|
|
10
|
-
import './index.less.js';
|
|
11
|
-
|
|
12
|
-
var Text =
|
|
13
|
-
/** @class */
|
|
14
|
-
function (_super) {
|
|
15
|
-
__extends(Text, _super);
|
|
16
|
-
|
|
17
|
-
function Text() {
|
|
18
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
Text.prototype.render = function () {
|
|
22
|
-
var _a;
|
|
23
|
-
|
|
24
|
-
var nodeData = this.props.nodeData;
|
|
25
|
-
var wrapStyle = computeStyle(nodeData, window.magicDesign.device);
|
|
26
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
27
|
-
className: "m-text",
|
|
28
|
-
onClick: this.onComponentClick,
|
|
29
|
-
style: wrapStyle
|
|
30
|
-
}, nodeData.title.headline.open && /*#__PURE__*/React__default.createElement("div", {
|
|
31
|
-
className: "title-wrap"
|
|
32
|
-
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
33
|
-
data: nodeData.title.headline
|
|
34
|
-
})), nodeData.title.subtitle.open && /*#__PURE__*/React__default.createElement("div", {
|
|
35
|
-
className: "sub-title"
|
|
36
|
-
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
37
|
-
data: nodeData.title.subtitle
|
|
38
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
39
|
-
className: classNames('group-content-wrap', 'col-' + nodeData.customize.rowNum, (_a = {}, _a[window.magicDesign.device] = true, _a))
|
|
40
|
-
}, nodeData.groupSource.map(function (group) {
|
|
41
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
42
|
-
className: "group-wrap-container"
|
|
43
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
44
|
-
key: group.id,
|
|
45
|
-
className: "group-wrap",
|
|
46
|
-
style: {
|
|
47
|
-
textAlign: nodeData.customize.align
|
|
48
|
-
}
|
|
49
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
50
|
-
className: "group-title"
|
|
51
|
-
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
52
|
-
data: group.content.title
|
|
53
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
54
|
-
className: "group-content"
|
|
55
|
-
}, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
56
|
-
data: group.content.text
|
|
57
|
-
}))));
|
|
58
|
-
})));
|
|
59
|
-
};
|
|
60
|
-
|
|
61
|
-
Text.defaultProps = {};
|
|
62
|
-
Text.type = 'TEXT';
|
|
63
|
-
Text.getDefaultJSON = getDefaultJSON;
|
|
64
|
-
Text = __decorate([compositeDecorator], Text);
|
|
65
|
-
return Text;
|
|
66
|
-
}(Component);
|
|
67
|
-
|
|
68
|
-
export { Text as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-text__Eyu8p {\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n.index_m-text__Eyu8p .index_title-wrap__4KbfX {\n font-weight: 500;\n font-size: 20px;\n}\n.index_m-text__Eyu8p .index_sub-title__2WkcU {\n font-size: 15px;\n color: #b7b7b7;\n margin-top: 10px;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M {\n width: 100%;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M .index_group-wrap-container__mGnzp {\n padding: 20px;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M .index_group-wrap__Iyot- {\n display: flex;\n flex-direction: column;\n margin-top: 20px;\n width: 100%;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M .index_group-wrap__Iyot- .index_group-title__lmpDR {\n font-size: 14px;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M.index_col-1__ZZ9nC .index_group-wrap__Iyot- {\n width: 100%;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M.index_col-2__FaGmd {\n display: grid;\n grid-template-columns: 50% 50%;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M.index_col-3__alo2- {\n display: grid;\n grid-template-columns: 33.3% 33.3% 33.3%;\n}\n.index_m-text__Eyu8p .index_group-content-wrap__hVP2M.index_mobile__JOQKx {\n display: block;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { __extends, __decorate } from '../../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import { inject, observer } from 'mobx-react';
|
|
4
|
-
import GroupList from '../../../../../common/GroupList/index.js';
|
|
5
|
-
import { bannerGroupSourceJSON } from '../../../components/Banner/defaultJSON.js';
|
|
6
|
-
import { renderPreview } from '../../../../../utils/coreUtil.js';
|
|
7
|
-
import Button from '../../../../../common/Button/index.js';
|
|
8
|
-
import './index.less.js';
|
|
9
|
-
|
|
10
|
-
var notice = 'For best results, use an image at least 1920px wide';
|
|
11
|
-
|
|
12
|
-
var AComponent =
|
|
13
|
-
/** @class */
|
|
14
|
-
function (_super) {
|
|
15
|
-
__extends(AComponent, _super);
|
|
16
|
-
|
|
17
|
-
function AComponent() {
|
|
18
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
19
|
-
|
|
20
|
-
_this.state = {};
|
|
21
|
-
|
|
22
|
-
_this.onClickItem = function (node) {
|
|
23
|
-
_this.props.store.setState({
|
|
24
|
-
clickedGroup: node.id
|
|
25
|
-
});
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
_this.onAddClick = function () {
|
|
29
|
-
var json = bannerGroupSourceJSON();
|
|
30
|
-
|
|
31
|
-
_this.props.source.push(json);
|
|
32
|
-
|
|
33
|
-
_this.setState({});
|
|
34
|
-
|
|
35
|
-
renderPreview();
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
_this.reRender = function () {
|
|
39
|
-
_this.setState({});
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
return _this;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
AComponent.prototype.render = function () {
|
|
46
|
-
var source = this.props.source;
|
|
47
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
48
|
-
className: "banner_group"
|
|
49
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
50
|
-
className: "node_list"
|
|
51
|
-
}, source.length === 0 ? /*#__PURE__*/React__default.createElement("span", {
|
|
52
|
-
className: "notice"
|
|
53
|
-
}, notice) : /*#__PURE__*/React__default.createElement(GroupList, {
|
|
54
|
-
onClickItem: this.onClickItem,
|
|
55
|
-
reRender: this.reRender,
|
|
56
|
-
source: source
|
|
57
|
-
})), /*#__PURE__*/React__default.createElement("div", {
|
|
58
|
-
className: "btn_wrap"
|
|
59
|
-
}, /*#__PURE__*/React__default.createElement(Button, {
|
|
60
|
-
icon: "icon-add",
|
|
61
|
-
onClick: this.onAddClick,
|
|
62
|
-
type: "primary"
|
|
63
|
-
}, "Add Banner")));
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
AComponent.defaultProps = {
|
|
67
|
-
source: []
|
|
68
|
-
};
|
|
69
|
-
AComponent = __decorate([inject('store'), observer], AComponent);
|
|
70
|
-
return AComponent;
|
|
71
|
-
}(React__default.Component);
|
|
72
|
-
|
|
73
|
-
export { AComponent as default };
|
package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_banner_group__l-1p- {\n margin-bottom: 20px;\n}\n.index_banner_group__l-1p- .index_node_list__qpqzh {\n margin-bottom: 12px;\n}\n.index_banner_group__l-1p- .index_node_list__qpqzh .index_notice__9HDjC {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n color: #232F46;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|