@fonixtree/magic-design 0.0.7 → 0.0.10
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/_virtual/__node-resolve_empty.js +6 -0
- package/_virtual/_cloneBuffer.js +3 -0
- package/_virtual/_commonjsHelpers.js +24 -0
- package/_virtual/_node-resolve_empty.js +3 -0
- package/_virtual/_nodeUtil.js +3 -0
- package/_virtual/_rollupPluginBabelHelpers.js +18 -0
- package/_virtual/index.js +3 -0
- package/_virtual/index2.js +3 -0
- package/_virtual/index3.js +3 -0
- package/_virtual/index4.js +3 -0
- package/_virtual/index5.js +5 -0
- package/_virtual/interopRequireDefault.js +3 -0
- package/_virtual/isBuffer.js +3 -0
- package/_virtual/react-is.development.js +3 -0
- package/_virtual/react-is.production.min.js +3 -0
- package/_virtual/rng-browser.js +3 -0
- package/_virtual/toArray.js +3 -0
- package/package.json +22 -3
- package/src/components/assets/images/layout-icon/carouselLayout1.png.js +3 -0
- package/src/components/assets/images/layout-icon/carouselLayout2.png.js +3 -0
- package/src/components/assets/images/layout-icon/dividerLayout.svg.js +3 -0
- package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +3 -0
- package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +3 -0
- package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +3 -0
- package/src/components/assets/images/layout-icon/layout-search.png.js +3 -0
- package/src/components/assets/images/layout-icon/newsletter.svg.js +3 -0
- package/src/components/assets/less/cylon-antd.less.js +3 -0
- package/src/components/assets/less/index.less.js +4 -0
- package/src/components/common/AlignSelector/index.js +65 -0
- package/src/components/common/AlignSelector/index.less.js +4 -0
- package/src/components/common/Button/index.js +75 -0
- package/src/components/common/Button/index.less.js +4 -0
- package/src/components/common/ButtonIconLayout/index.js +66 -0
- package/src/components/common/ButtonIconLayout/index.less.js +4 -0
- package/src/components/common/Collapse/index.js +323 -0
- package/src/components/common/Collapse/index.less.js +4 -0
- package/src/components/common/ColorPicker/index.js +94 -0
- package/src/components/common/ColorPicker/index.less.js +4 -0
- package/src/components/common/ColorPickerInput/index.js +76 -0
- package/src/components/common/ColorPickerInput/index.less.js +4 -0
- package/src/components/common/CountDown/index.js +110 -0
- package/src/components/common/CountDown/index.less.js +4 -0
- package/src/components/common/Field/index.js +43 -0
- package/src/components/common/Field/index.less.js +4 -0
- package/src/components/common/FontStyles/index.js +124 -0
- package/src/components/common/FontStyles/index.less.js +4 -0
- package/src/components/common/GroupList/defaultImg.png.js +3 -0
- package/src/components/common/GroupList/index.js +170 -0
- package/src/components/common/GroupList/index.less.js +4 -0
- package/src/components/common/IconPicker/index.js +93 -0
- package/src/components/common/IconPicker/index.less.js +4 -0
- package/src/components/common/Iconfont/index.js +74 -0
- package/src/components/common/Iconfont/index.less.js +4 -0
- package/src/components/common/ImageModal/CommonModal/const.js +16 -0
- package/src/components/common/ImageModal/CommonModal/index.js +33 -0
- package/src/components/common/ImageModal/CommonSelPicCard/index.js +66 -0
- package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +4 -0
- package/src/components/common/ImageModal/const.js +18 -0
- package/src/components/common/ImageModal/index.js +547 -0
- package/src/components/common/ImageModal/index.less.js +4 -0
- package/src/components/common/ImagePicker/index.js +124 -0
- package/src/components/common/ImagePicker/index.less.js +4 -0
- package/src/components/common/InputNumber/index.js +54 -0
- package/src/components/common/InputNumber/index.less.js +4 -0
- package/src/components/common/LayoutSelector/imgs/center.png.js +3 -0
- package/src/components/common/LayoutSelector/imgs/left.png.js +3 -0
- package/src/components/common/LayoutSelector/imgs/right.png.js +3 -0
- package/src/components/common/LayoutSelector/index.js +70 -0
- package/src/components/common/LayoutSelector/index.less.js +4 -0
- package/src/components/common/LinkModal/CatgTable/index.js +78 -0
- package/src/components/common/LinkModal/CouponTable/index.js +111 -0
- package/src/components/common/LinkModal/CustomTable/index.js +72 -0
- package/src/components/common/LinkModal/FilteredProductModal/index.js +463 -0
- package/src/components/common/LinkModal/FilteredProductModal/index.less.js +4 -0
- package/src/components/common/LinkModal/FunctionTable/index.js +66 -0
- package/src/components/common/LinkModal/ProductDetailPage/index.js +241 -0
- package/src/components/common/LinkModal/ProductDetailPage/index.less.js +4 -0
- package/src/components/common/LinkModal/index.js +112 -0
- package/src/components/common/LinkModal/index.less.js +4 -0
- package/src/components/common/NewImg/index.js +91 -0
- package/src/components/common/ProductModal/index.js +556 -0
- package/src/components/common/ProductModal/index.less.js +4 -0
- package/src/components/common/ProductSource/index.js +91 -0
- package/src/components/common/ProductSource/index.less.js +4 -0
- package/src/components/common/RcCollapse/Collapse.js +176 -0
- package/src/components/common/RcCollapse/Panel.js +146 -0
- package/src/components/common/RcCollapse/PanelContent.js +41 -0
- package/src/components/common/RcCollapse/index.js +6 -0
- package/src/components/common/RcCollapse/index.less.js +4 -0
- package/src/components/common/RcCollapse/motionUtil.js +37 -0
- package/src/components/common/Slider/index.js +95 -0
- package/src/components/common/Slider/index.less.js +4 -0
- package/src/components/common/SwitchCollapse/index.js +162 -0
- package/src/components/common/SwitchCollapse/index.less.js +4 -0
- package/src/components/common/UrlPicker/index.js +81 -0
- package/src/components/common/UrlPicker/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +258 -0
- package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +3 -0
- package/src/components/composite-comp/bol/components/Banner/index.js +34 -0
- package/src/components/composite-comp/bol/components/Banner/mobile/index.js +176 -0
- package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Banner/pc/index.js +254 -0
- package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Button/defaultJSON.js +93 -0
- package/src/components/composite-comp/bol/components/Button/index.js +48 -0
- package/src/components/composite-comp/bol/components/Button/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +286 -0
- package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +3 -0
- package/src/components/composite-comp/bol/components/Carousel/index.js +37 -0
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +217 -0
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Carousel/pc/index.js +208 -0
- package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +40 -0
- package/src/components/composite-comp/bol/components/Divider/index.js +48 -0
- package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +64 -0
- package/src/components/composite-comp/bol/components/ImageGallery/index.js +30 -0
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +47 -0
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +535 -0
- package/src/components/composite-comp/bol/components/ImageText/index.js +33 -0
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +143 -0
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/ImageText/pc/index.js +112 -0
- package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +114 -0
- package/src/components/composite-comp/bol/components/Newsletter/index.js +65 -0
- package/src/components/composite-comp/bol/components/Newsletter/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +91 -0
- package/src/components/composite-comp/bol/components/Tag/index.js +52 -0
- package/src/components/composite-comp/bol/components/Tag/index.less.js +4 -0
- package/src/components/composite-comp/bol/components/Text/defaultJSON.js +125 -0
- package/src/components/composite-comp/bol/components/Text/index.js +68 -0
- package/src/components/composite-comp/bol/components/Text/index.less.js +4 -0
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +73 -0
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +4 -0
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +200 -0
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +4 -0
- package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +35 -0
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +79 -0
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +53 -0
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +91 -0
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +175 -0
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +4 -0
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +54 -0
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +153 -0
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +66 -0
- package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +44 -0
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +91 -0
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +44 -0
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +74 -0
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +170 -0
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +143 -0
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +89 -0
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +44 -0
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +88 -0
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +48 -0
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +79 -0
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +85 -0
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +4 -0
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +3 -0
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +55 -0
- package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +109 -0
- package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +107 -0
- package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +116 -0
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +79 -0
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +70 -0
- package/src/components/composite-comp/common/components/ImageLabel/index.js +47 -0
- package/src/components/composite-comp/common/components/ImageLabel/index.less.js +4 -0
- package/src/components/composite-comp/common/components/ProductItem/index.js +121 -0
- package/src/components/composite-comp/common/components/ProductItem/index.less.js +4 -0
- package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +89 -0
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +182 -0
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +4 -0
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +133 -0
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +4 -0
- package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +176 -0
- package/src/components/composite-comp/dito/components/FlashDeal/index.js +31 -0
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +3 -0
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +3 -0
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +3 -0
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +233 -0
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +4 -0
- package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +210 -0
- package/src/components/composite-comp/dito/components/Recommend/index.js +31 -0
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +317 -0
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +4 -0
- package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +44 -0
- package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +3 -0
- package/src/components/composite-comp/dito/components/SearchBar/index.js +31 -0
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +89 -0
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +4 -0
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +121 -0
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +102 -0
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +3 -0
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +49 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +97 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +89 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +4 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +3 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +3 -0
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +49 -0
- package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +115 -0
- package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +156 -0
- package/src/components/constants/component-types.js +48 -0
- package/src/components/constants/index.js +74 -0
- package/src/components/constants/layout.js +90 -0
- package/src/components/core/Designer/CompListPanel/CompCard/index.js +33 -0
- package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +4 -0
- package/src/components/core/Designer/CompListPanel/index.js +109 -0
- package/src/components/core/Designer/CompListPanel/index.less.js +4 -0
- package/src/components/core/Designer/ConfigPanel/index.js +246 -0
- package/src/components/core/Designer/ConfigPanel/index.less.js +4 -0
- package/src/components/core/Designer/History/index.js +82 -0
- package/src/components/core/Designer/PageCompList/index.js +248 -0
- package/src/components/core/Designer/PageCompList/index.less.js +4 -0
- package/src/components/core/Designer/QuickMenuBar/index.js +130 -0
- package/src/components/core/Designer/QuickMenuBar/index.less.js +4 -0
- package/src/components/core/Designer/ViewArea/index.js +86 -0
- package/src/components/core/Designer/ViewArea/index.less.js +4 -0
- package/src/components/core/Designer/index.js +364 -0
- package/src/components/core/Designer/index.less.js +4 -0
- package/src/components/core/Renderer/index.js +55 -0
- package/src/components/decorator/compositeDecorator.js +94 -0
- package/src/components/decorator/metaDecorator.js +150 -0
- package/src/components/index.js +4 -0
- package/src/components/meta-comp/components/Button/index.js +113 -0
- package/src/components/meta-comp/components/Button/index.less.js +4 -0
- package/src/components/meta-comp/components/Image/index.js +121 -0
- package/src/components/meta-comp/components/Image/index.less.js +4 -0
- package/src/components/meta-comp/components/Text/index.js +385 -0
- package/src/components/meta-comp/components/Text/index.less.js +4 -0
- package/src/components/meta-comp/config-panels/BaseConfig.js +47 -0
- package/src/components/meta-comp/config-panels/ButtonConfig/index.js +308 -0
- package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +4 -0
- package/src/components/meta-comp/config-panels/ImageConfig/index.js +179 -0
- package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +4 -0
- package/src/components/meta-comp/config-panels/TextConfig/index.js +310 -0
- package/src/components/meta-comp/config-panels/TextConfig/index.less.js +4 -0
- package/src/components/mobx/Store.js +88 -0
- package/src/components/mobx/index.js +12 -0
- package/src/components/utils/androidUtil.js +22 -0
- package/src/components/utils/businessUtil.js +214 -0
- package/src/components/utils/commonUtil.js +223 -0
- package/src/components/utils/coreUtil.js +108 -0
- package/src/components/utils/currencyUtil.js +110 -0
- package/src/components/utils/dataTreeUtils.js +93 -0
- package/src/components/utils/dateUtil.js +30 -0
- package/src/components/utils/storeUtil.js +113 -0
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import AComponent from './TextContentConfigContent/index.js';
|
|
4
|
+
import '../../../../common/LayoutSelector/index.js';
|
|
5
|
+
import '../../../../common/Field/index.js';
|
|
6
|
+
import '../../../../common/UrlPicker/index.js';
|
|
7
|
+
import '../../../../common/Iconfont/index.js';
|
|
8
|
+
import '../../../../common/Button/index.js';
|
|
9
|
+
import '../../../../common/AlignSelector/index.js';
|
|
10
|
+
import CommonCollapse from '../../../../common/Collapse/index.js';
|
|
11
|
+
import '../../../../common/ColorPickerInput/index.js';
|
|
12
|
+
import '../../../../common/ImagePicker/index.js';
|
|
13
|
+
import '../../../../common/IconPicker/index.js';
|
|
14
|
+
import '../../../../common/SwitchCollapse/index.js';
|
|
15
|
+
import '../../../../common/Slider/index.js';
|
|
16
|
+
import '../../../../common/FontStyles/index.js';
|
|
17
|
+
import '../../../../common/ButtonIconLayout/index.js';
|
|
18
|
+
import 'axios';
|
|
19
|
+
import '../../../../../../node_modules/qs/lib/stringify.js';
|
|
20
|
+
import '../../../../../../node_modules/qs/lib/utils.js';
|
|
21
|
+
import '../../../../common/ProductModal/index.js';
|
|
22
|
+
import '../../../../common/ProductSource/index.less.js';
|
|
23
|
+
import BaseConfig from '../../../../meta-comp/config-panels/BaseConfig.js';
|
|
24
|
+
|
|
25
|
+
require('debug')('worker:TextSecondConfig');
|
|
26
|
+
|
|
27
|
+
var TextSecondConfig =
|
|
28
|
+
/** @class */
|
|
29
|
+
function (_super) {
|
|
30
|
+
__extends(TextSecondConfig, _super);
|
|
31
|
+
|
|
32
|
+
function TextSecondConfig() {
|
|
33
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
34
|
+
|
|
35
|
+
_this.state = {};
|
|
36
|
+
|
|
37
|
+
_this.reRender = function () {
|
|
38
|
+
renderPreview();
|
|
39
|
+
|
|
40
|
+
_this.setState({});
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
TextSecondConfig.prototype.render = function () {
|
|
47
|
+
var panelProps = this.props.panelProps;
|
|
48
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
49
|
+
className: "recommend_second_conf_wrap"
|
|
50
|
+
}, /*#__PURE__*/React__default.createElement(CommonCollapse, {
|
|
51
|
+
divider: "bold",
|
|
52
|
+
headerSize: "large",
|
|
53
|
+
source: [{
|
|
54
|
+
key: 'content',
|
|
55
|
+
name: 'Content',
|
|
56
|
+
value: /*#__PURE__*/React__default.createElement(AComponent, {
|
|
57
|
+
source: panelProps.content
|
|
58
|
+
})
|
|
59
|
+
}],
|
|
60
|
+
type: "triangle"
|
|
61
|
+
}));
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
TextSecondConfig.defaultProps = {
|
|
65
|
+
panelProps: {}
|
|
66
|
+
};
|
|
67
|
+
return TextSecondConfig;
|
|
68
|
+
}(BaseConfig);
|
|
69
|
+
|
|
70
|
+
export { TextSecondConfig as default };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import classNames from '../../../../../../node_modules/classnames/index.js';
|
|
3
|
+
import React__default, { Component } from 'react';
|
|
4
|
+
import './index.less.js';
|
|
5
|
+
|
|
6
|
+
var ImageLabel =
|
|
7
|
+
/** @class */
|
|
8
|
+
function (_super) {
|
|
9
|
+
__extends(ImageLabel, _super);
|
|
10
|
+
|
|
11
|
+
function ImageLabel() {
|
|
12
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
13
|
+
|
|
14
|
+
_this.state = {};
|
|
15
|
+
return _this;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
ImageLabel.prototype.render = function () {
|
|
19
|
+
var _a = this.props,
|
|
20
|
+
labels = _a.labels,
|
|
21
|
+
small = _a.small;
|
|
22
|
+
|
|
23
|
+
var _labels = labels || [];
|
|
24
|
+
|
|
25
|
+
return _labels.map(function (label) {
|
|
26
|
+
var _a, _b;
|
|
27
|
+
|
|
28
|
+
if (label.imgUrl || label.labelPictureUrl) {
|
|
29
|
+
return /*#__PURE__*/React__default.createElement("img", {
|
|
30
|
+
key: label.imgUrl || label.labelPictureUrl,
|
|
31
|
+
alt: "img",
|
|
32
|
+
className: classNames('image-label-wrap', 'img', (_a = {}, _a["position-".concat(label.position)] = true, _a.small = small, _a)),
|
|
33
|
+
src: label.imgUrl || label.labelPictureUrl
|
|
34
|
+
});
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
38
|
+
key: label.labelName,
|
|
39
|
+
className: classNames('image-label-wrap', (_b = {}, _b["position-".concat(label.position)] = true, _b))
|
|
40
|
+
}, label.labelName);
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
return ImageLabel;
|
|
45
|
+
}(Component);
|
|
46
|
+
|
|
47
|
+
export { ImageLabel as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".index_image-label-wrap__dbRy6 {\n position: absolute;\n z-index: 1;\n}\n.index_image-label-wrap__dbRy6.index_img__NaH2Y {\n max-width: 60px;\n max-height: 60px;\n}\n.index_image-label-wrap__dbRy6.index_img__NaH2Y.index_small__TKAcz {\n max-width: 30px;\n max-height: 30px;\n}\n.index_image-label-wrap__dbRy6.index_position-1__0QRmw {\n top: 0;\n left: 0;\n}\n.index_image-label-wrap__dbRy6.index_position-2__rpDNH {\n bottom: 0;\n left: 0;\n}\n.index_image-label-wrap__dbRy6.index_position-3__xg1T4 {\n top: 0;\n right: 0;\n}\n.index_image-label-wrap__dbRy6.index_position-4__OdW-G {\n bottom: 0;\n right: 0;\n}\n";
|
|
4
|
+
styleInject(css_248z);
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { extends as _extends } from '../../../../../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
+
import { __extends, __rest, __assign } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
3
|
+
import React__default from 'react';
|
|
4
|
+
import { convertImageUrl } from '../../../../utils/commonUtil.js';
|
|
5
|
+
import { formatCurrencyWithSymbol } from '../../../../utils/currencyUtil.js';
|
|
6
|
+
import { Image } from '../../../../common/NewImg/index.js';
|
|
7
|
+
import ImageLabel from '../ImageLabel/index.js';
|
|
8
|
+
import Text from '../../../../meta-comp/components/Text/index.js';
|
|
9
|
+
import Button from '../../../../meta-comp/components/Button/index.js';
|
|
10
|
+
import '../../../../meta-comp/components/Image/index.js';
|
|
11
|
+
import { getPromotionList } from '../../../../utils/businessUtil.js';
|
|
12
|
+
import './index.less.js';
|
|
13
|
+
|
|
14
|
+
var ProductItem =
|
|
15
|
+
/** @class */
|
|
16
|
+
function (_super) {
|
|
17
|
+
__extends(ProductItem, _super);
|
|
18
|
+
|
|
19
|
+
function ProductItem() {
|
|
20
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
21
|
+
|
|
22
|
+
_this.state = {};
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
ProductItem.prototype.render = function () {
|
|
27
|
+
var _a = this.props,
|
|
28
|
+
data = _a.data,
|
|
29
|
+
panelProps = _a.panelProps,
|
|
30
|
+
onItemClick = _a.onItemClick,
|
|
31
|
+
showProName = _a.showProName,
|
|
32
|
+
showProgress = _a.showProgress,
|
|
33
|
+
rest = __rest(_a, ["data", "panelProps", "onItemClick", "showProName", "showProgress"]);
|
|
34
|
+
|
|
35
|
+
var promotions = getPromotionList(data);
|
|
36
|
+
var price = formatCurrencyWithSymbol(data.salesPrice);
|
|
37
|
+
/** 当是拼团时 显示价格 */
|
|
38
|
+
|
|
39
|
+
if (data.sppType && promotions.length) {
|
|
40
|
+
price = data.specialPrice !== null ? formatCurrencyWithSymbol(data.specialPrice) : formatCurrencyWithSymbol(data.salesPrice);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
var oldPrice = data.marketPrice !== null ? formatCurrencyWithSymbol(data.marketPrice) : null;
|
|
44
|
+
var discount = data.discountPercent || 0;
|
|
45
|
+
var salePercent = Number(data.salePercent) / 100 || 0;
|
|
46
|
+
return /*#__PURE__*/React__default.createElement("div", _extends({
|
|
47
|
+
className: "m-product-item-wrap",
|
|
48
|
+
onClick: function () {
|
|
49
|
+
return onItemClick();
|
|
50
|
+
}
|
|
51
|
+
}, rest), /*#__PURE__*/React__default.createElement("div", {
|
|
52
|
+
className: "img-wrap"
|
|
53
|
+
}, /*#__PURE__*/React__default.createElement(Image, {
|
|
54
|
+
className: "product-img",
|
|
55
|
+
lazy: true,
|
|
56
|
+
src: convertImageUrl(data.imgUrlContent || data.productImageUrlContent)
|
|
57
|
+
}), /*#__PURE__*/React__default.createElement(ImageLabel, {
|
|
58
|
+
labels: data.labels,
|
|
59
|
+
small: true
|
|
60
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
|
61
|
+
className: "content-wrap"
|
|
62
|
+
}, panelProps.label.open && /*#__PURE__*/React__default.createElement("div", {
|
|
63
|
+
className: "promotions-wrap"
|
|
64
|
+
}, promotions.map(function (promot, index) {
|
|
65
|
+
return /*#__PURE__*/React__default.createElement(Button, {
|
|
66
|
+
key: index,
|
|
67
|
+
className: "promotion-item",
|
|
68
|
+
data: __assign(__assign({}, panelProps.label), {
|
|
69
|
+
text: promot
|
|
70
|
+
}),
|
|
71
|
+
readonly: true
|
|
72
|
+
});
|
|
73
|
+
})), showProName && panelProps.productName.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
74
|
+
className: "product-name",
|
|
75
|
+
data: __assign(__assign({}, panelProps.productName), {
|
|
76
|
+
text: data.offerName
|
|
77
|
+
}),
|
|
78
|
+
readonly: true
|
|
79
|
+
}), panelProps.activityPrice.open && /*#__PURE__*/React__default.createElement(Text, {
|
|
80
|
+
className: "price",
|
|
81
|
+
data: __assign(__assign({}, panelProps.activityPrice), {
|
|
82
|
+
text: price
|
|
83
|
+
}),
|
|
84
|
+
readonly: true
|
|
85
|
+
}), oldPrice && panelProps.salesPrice.open && /*#__PURE__*/React__default.createElement("div", {
|
|
86
|
+
className: "old-price-wrap"
|
|
87
|
+
}, !!discount && /*#__PURE__*/React__default.createElement("span", {
|
|
88
|
+
className: "discount"
|
|
89
|
+
}, "-", discount, "%"), /*#__PURE__*/React__default.createElement(Text, {
|
|
90
|
+
className: "old-price",
|
|
91
|
+
data: __assign(__assign({}, panelProps.salesPrice), {
|
|
92
|
+
text: oldPrice
|
|
93
|
+
}),
|
|
94
|
+
readonly: true,
|
|
95
|
+
style: {
|
|
96
|
+
color: panelProps.salesPrice.content.color
|
|
97
|
+
}
|
|
98
|
+
})), showProgress && panelProps.salesProgressVisible.open && /*#__PURE__*/React__default.createElement("div", {
|
|
99
|
+
className: "progress-wrap"
|
|
100
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
101
|
+
className: "text"
|
|
102
|
+
}, salePercent, "% Sold"), /*#__PURE__*/React__default.createElement("div", {
|
|
103
|
+
className: "progress-container"
|
|
104
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
105
|
+
className: "progress",
|
|
106
|
+
style: {
|
|
107
|
+
width: "".concat(salePercent, "%")
|
|
108
|
+
}
|
|
109
|
+
})))));
|
|
110
|
+
};
|
|
111
|
+
|
|
112
|
+
ProductItem.defaultProps = {
|
|
113
|
+
data: {},
|
|
114
|
+
panelProps: {},
|
|
115
|
+
showProName: true,
|
|
116
|
+
showProgress: true
|
|
117
|
+
};
|
|
118
|
+
return ProductItem;
|
|
119
|
+
}(React__default.Component);
|
|
120
|
+
|
|
121
|
+
export { ProductItem as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".index_m-product-item-wrap__Fbhz8 {\n display: flex;\n flex-direction: column;\n background: #FFFFFF;\n border: 1px solid #E8E8E8;\n border-radius: 8px;\n width: 140px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_img-wrap__LxErk {\n position: relative;\n width: 100%;\n}\n.index_m-product-item-wrap__Fbhz8 .index_img-wrap__LxErk .index_product-img__rTFmV {\n height: 150px;\n width: 100%;\n object-fit: cover;\n border-radius: 8px 8px 0 0;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR {\n padding: 8px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_promotions-wrap__pD7wC {\n display: flex;\n flex-wrap: wrap;\n margin-bottom: 5px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_promotions-wrap__pD7wC .index_promotion-item__Tm90p {\n margin-right: 5px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_promotions-wrap__pD7wC .index_promotion-item__Tm90p:last-child {\n margin-right: 0;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_product-name__XttNb {\n margin-bottom: 8px;\n line-height: 18px;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n overflow: hidden;\n word-break: break-all;\n white-space: normal;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_old-price-wrap__xbCsv {\n display: flex;\n margin-top: 6px;\n align-items: baseline;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_old-price-wrap__xbCsv .index_discount__LBr-c {\n margin-right: 3px;\n font-family: 'Montserrat';\n font-style: normal;\n font-weight: 700;\n font-size: 12px;\n line-height: 15px;\n color: #2C2C2C;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_old-price-wrap__xbCsv .index_old-price__stulc {\n text-decoration: line-through;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_rate-wrap__iy2MW {\n display: flex;\n margin-top: 8px;\n align-items: center;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_rate-wrap__iy2MW .index_number__G8hN1 {\n font-size: 10px;\n color: #7B7B7B;\n font-family: 'Montserrat';\n font-style: normal;\n font-weight: 400;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_progress-wrap__K5qgl {\n margin-top: 10px;\n display: flex;\n flex-direction: column;\n align-items: flex-end;\n justify-content: center;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_progress-wrap__K5qgl .index_text__-AiP9 {\n font-family: 'Montserrat';\n font-style: normal;\n font-weight: 400;\n font-size: 10px;\n line-height: 12px;\n color: #929292;\n margin-bottom: 4px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_progress-wrap__K5qgl .index_progress-container__--txW {\n width: 100%;\n height: 4px;\n background-color: #DDDEDE;\n border-radius: 8px;\n}\n.index_m-product-item-wrap__Fbhz8 .index_content-wrap__10uDR .index_progress-wrap__K5qgl .index_progress-container__--txW .index_progress__DU7lZ {\n width: 10px;\n background: #CE1126;\n border-radius: 8px;\n height: 100%;\n}\n";
|
|
4
|
+
styleInject(css_248z);
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { Select } from 'antd';
|
|
4
|
+
import '../../../../common/LayoutSelector/index.js';
|
|
5
|
+
import Field from '../../../../common/Field/index.js';
|
|
6
|
+
import '../../../../common/UrlPicker/index.js';
|
|
7
|
+
import '../../../../common/Iconfont/index.js';
|
|
8
|
+
import '../../../../common/Button/index.js';
|
|
9
|
+
import '../../../../common/AlignSelector/index.js';
|
|
10
|
+
import '../../../../common/Collapse/index.js';
|
|
11
|
+
import ColorPickerInput from '../../../../common/ColorPickerInput/index.js';
|
|
12
|
+
import ImagePicker from '../../../../common/ImagePicker/index.js';
|
|
13
|
+
import '../../../../common/IconPicker/index.js';
|
|
14
|
+
import '../../../../common/SwitchCollapse/index.js';
|
|
15
|
+
import '../../../../common/Slider/index.js';
|
|
16
|
+
import '../../../../common/FontStyles/index.js';
|
|
17
|
+
import '../../../../common/ButtonIconLayout/index.js';
|
|
18
|
+
import 'axios';
|
|
19
|
+
import '../../../../../../node_modules/qs/lib/stringify.js';
|
|
20
|
+
import '../../../../../../node_modules/qs/lib/utils.js';
|
|
21
|
+
import '../../../../common/ProductModal/index.js';
|
|
22
|
+
import '../../../../common/ProductSource/index.less.js';
|
|
23
|
+
import BaseConfig from '../../../../meta-comp/config-panels/BaseConfig.js';
|
|
24
|
+
|
|
25
|
+
var BackgroundConfig =
|
|
26
|
+
/** @class */
|
|
27
|
+
function (_super) {
|
|
28
|
+
__extends(BackgroundConfig, _super);
|
|
29
|
+
|
|
30
|
+
function BackgroundConfig() {
|
|
31
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
32
|
+
|
|
33
|
+
_this.state = {};
|
|
34
|
+
return _this;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
BackgroundConfig.prototype.render = function () {
|
|
38
|
+
var _this = this;
|
|
39
|
+
|
|
40
|
+
var data = this.props.data;
|
|
41
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
42
|
+
className: "container"
|
|
43
|
+
}, /*#__PURE__*/React__default.createElement(Field, {
|
|
44
|
+
title: "Background"
|
|
45
|
+
}, /*#__PURE__*/React__default.createElement(Select, {
|
|
46
|
+
onChange: function (bgType) {
|
|
47
|
+
data.bgType = bgType;
|
|
48
|
+
|
|
49
|
+
_this.selfRender();
|
|
50
|
+
},
|
|
51
|
+
style: {
|
|
52
|
+
marginBottom: '15px'
|
|
53
|
+
},
|
|
54
|
+
value: data.bgType
|
|
55
|
+
}, /*#__PURE__*/React__default.createElement(Select.Option, {
|
|
56
|
+
value: "color"
|
|
57
|
+
}, "Color"), /*#__PURE__*/React__default.createElement(Select.Option, {
|
|
58
|
+
value: "image"
|
|
59
|
+
}, "Image")), data.bgType === 'color' ? /*#__PURE__*/React__default.createElement(ColorPickerInput, {
|
|
60
|
+
colorType: "rgba",
|
|
61
|
+
onChange: function (v) {
|
|
62
|
+
data.opacity = 1;
|
|
63
|
+
data.color = v;
|
|
64
|
+
|
|
65
|
+
_this.selfRender();
|
|
66
|
+
},
|
|
67
|
+
value: data.color
|
|
68
|
+
}) : /*#__PURE__*/React__default.createElement(ImagePicker, {
|
|
69
|
+
onChange: function (v) {
|
|
70
|
+
data.image = v.url;
|
|
71
|
+
|
|
72
|
+
_this.selfRender();
|
|
73
|
+
},
|
|
74
|
+
value: data.image
|
|
75
|
+
})));
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
BackgroundConfig.defaultProps = {
|
|
79
|
+
data: {
|
|
80
|
+
opacity: 100,
|
|
81
|
+
color: '#232F46',
|
|
82
|
+
image: '',
|
|
83
|
+
bgType: 'color'
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
return BackgroundConfig;
|
|
87
|
+
}(BaseConfig);
|
|
88
|
+
|
|
89
|
+
export { BackgroundConfig as default };
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
import { __extends, __decorate, __assign } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { Select } from 'antd';
|
|
4
|
+
import { inject, observer } from 'mobx-react';
|
|
5
|
+
import './index.less.js';
|
|
6
|
+
import BaseConfig from '../../../../meta-comp/config-panels/BaseConfig.js';
|
|
7
|
+
import { isPc } from '../../../../utils/coreUtil.js';
|
|
8
|
+
import LayoutSelector from '../../../../common/LayoutSelector/index.js';
|
|
9
|
+
import Field from '../../../../common/Field/index.js';
|
|
10
|
+
import '../../../../common/UrlPicker/index.js';
|
|
11
|
+
import Iconfont from '../../../../common/Iconfont/index.js';
|
|
12
|
+
import '../../../../common/Button/index.js';
|
|
13
|
+
import AlignSelector from '../../../../common/AlignSelector/index.js';
|
|
14
|
+
import '../../../../common/Collapse/index.js';
|
|
15
|
+
import '../../../../common/ColorPickerInput/index.js';
|
|
16
|
+
import '../../../../common/ImagePicker/index.js';
|
|
17
|
+
import '../../../../common/IconPicker/index.js';
|
|
18
|
+
import '../../../../common/SwitchCollapse/index.js';
|
|
19
|
+
import '../../../../common/Slider/index.js';
|
|
20
|
+
import '../../../../common/FontStyles/index.js';
|
|
21
|
+
import '../../../../common/ButtonIconLayout/index.js';
|
|
22
|
+
import 'axios';
|
|
23
|
+
import '../../../../../../node_modules/qs/lib/stringify.js';
|
|
24
|
+
import '../../../../../../node_modules/qs/lib/utils.js';
|
|
25
|
+
import '../../../../common/ProductModal/index.js';
|
|
26
|
+
import '../../../../common/ProductSource/index.less.js';
|
|
27
|
+
import { store } from '../../../../mobx/index.js';
|
|
28
|
+
|
|
29
|
+
var CustomizeConfig =
|
|
30
|
+
/** @class */
|
|
31
|
+
function (_super) {
|
|
32
|
+
__extends(CustomizeConfig, _super);
|
|
33
|
+
|
|
34
|
+
function CustomizeConfig() {
|
|
35
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
36
|
+
|
|
37
|
+
_this.state = {
|
|
38
|
+
showRowNum: true
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
_this.layoutChange = function (v) {
|
|
42
|
+
var _a;
|
|
43
|
+
|
|
44
|
+
var _b = _this.props,
|
|
45
|
+
selectedLayoutFun = _b.selectedLayoutFun,
|
|
46
|
+
data = _b.data,
|
|
47
|
+
component = _b.component,
|
|
48
|
+
id = _b.id;
|
|
49
|
+
|
|
50
|
+
if (selectedLayoutFun) {
|
|
51
|
+
selectedLayoutFun(v);
|
|
52
|
+
} else {
|
|
53
|
+
data.layout = v;
|
|
54
|
+
} // 轮播组件特殊处理
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
if (component === 'carousel') {
|
|
58
|
+
if (v === 'layout2') {
|
|
59
|
+
_this.setState({
|
|
60
|
+
showRowNum: false
|
|
61
|
+
});
|
|
62
|
+
} else {
|
|
63
|
+
_this.setState({
|
|
64
|
+
showRowNum: true
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
_this.props.store.setState({
|
|
69
|
+
CarouselStore: __assign(__assign({}, store.CarouselStore), (_a = {}, _a[id] = v, _a))
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
_this.onChangeRowNum = function (num) {
|
|
75
|
+
var data = _this.props.data;
|
|
76
|
+
|
|
77
|
+
if (isPc()) {
|
|
78
|
+
data.pcRowNum = num;
|
|
79
|
+
} else {
|
|
80
|
+
data.rowNum = num;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
_this.selfRender();
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
return _this;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
CustomizeConfig.prototype.componentDidMount = function () {
|
|
90
|
+
var _a;
|
|
91
|
+
|
|
92
|
+
if (((_a = this.props.data) === null || _a === void 0 ? void 0 : _a.layout) === 'layout2') {
|
|
93
|
+
this.setState({
|
|
94
|
+
showRowNum: false
|
|
95
|
+
});
|
|
96
|
+
} else {
|
|
97
|
+
this.setState({
|
|
98
|
+
showRowNum: true
|
|
99
|
+
});
|
|
100
|
+
}
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
CustomizeConfig.prototype.render = function () {
|
|
104
|
+
var _this = this;
|
|
105
|
+
|
|
106
|
+
var _a = this.props,
|
|
107
|
+
data = _a.data,
|
|
108
|
+
isHideAlign = _a.isHideAlign,
|
|
109
|
+
layoutSource = _a.layoutSource,
|
|
110
|
+
selectedLayoutFun = _a.selectedLayoutFun;
|
|
111
|
+
var showRowNum = this.state.showRowNum;
|
|
112
|
+
console.log('customize', data);
|
|
113
|
+
var layoutVal = data.layout;
|
|
114
|
+
|
|
115
|
+
if (selectedLayoutFun) {
|
|
116
|
+
layoutVal = isPc() ? data === null || data === void 0 ? void 0 : data.layout.pcLayout : data === null || data === void 0 ? void 0 : data.layout.h5Layout;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
var maxRowNum = (isPc() ? data === null || data === void 0 ? void 0 : data.pcMaxRowNum : data === null || data === void 0 ? void 0 : data.mobileMaxRowNum) || 3;
|
|
120
|
+
var rowNumArr = [];
|
|
121
|
+
|
|
122
|
+
for (var i = 1; i <= maxRowNum; i++) {
|
|
123
|
+
rowNumArr.push(i);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
127
|
+
className: "m-customize-config"
|
|
128
|
+
}, /*#__PURE__*/React__default.createElement(Field, {
|
|
129
|
+
split: !isHideAlign,
|
|
130
|
+
title: "Layout"
|
|
131
|
+
}, /*#__PURE__*/React__default.createElement(LayoutSelector, {
|
|
132
|
+
onChange: function (value) {
|
|
133
|
+
_this.layoutChange(value);
|
|
134
|
+
},
|
|
135
|
+
source: layoutSource,
|
|
136
|
+
value: layoutVal
|
|
137
|
+
})), !isHideAlign && /*#__PURE__*/React__default.createElement(Field, {
|
|
138
|
+
title: "Alignment"
|
|
139
|
+
}, /*#__PURE__*/React__default.createElement(AlignSelector, {
|
|
140
|
+
onChange: function (value) {
|
|
141
|
+
data.align = value;
|
|
142
|
+
|
|
143
|
+
_this.selfRender();
|
|
144
|
+
},
|
|
145
|
+
value: data.align
|
|
146
|
+
})), showRowNum && (data === null || data === void 0 ? void 0 : data.rowNum) && /*#__PURE__*/React__default.createElement("div", {
|
|
147
|
+
className: "selectWrap"
|
|
148
|
+
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
149
|
+
className: "iconNum",
|
|
150
|
+
color: "#232F46",
|
|
151
|
+
size: 20,
|
|
152
|
+
type: "icon-a-3"
|
|
153
|
+
}), /*#__PURE__*/React__default.createElement(Select, {
|
|
154
|
+
onChange: function (num) {
|
|
155
|
+
return _this.onChangeRowNum(num);
|
|
156
|
+
},
|
|
157
|
+
style: {
|
|
158
|
+
marginBottom: '15px'
|
|
159
|
+
},
|
|
160
|
+
value: isPc() ? data.pcRowNum : data.rowNum
|
|
161
|
+
}, rowNumArr.map(function (m) {
|
|
162
|
+
return /*#__PURE__*/React__default.createElement(Select.Option, {
|
|
163
|
+
key: m,
|
|
164
|
+
value: m
|
|
165
|
+
}, m);
|
|
166
|
+
}))));
|
|
167
|
+
};
|
|
168
|
+
|
|
169
|
+
CustomizeConfig.defaultProps = {
|
|
170
|
+
data: {
|
|
171
|
+
layout: 'left',
|
|
172
|
+
align: 'left'
|
|
173
|
+
},
|
|
174
|
+
isHideAlign: false,
|
|
175
|
+
layoutObj: null,
|
|
176
|
+
component: ''
|
|
177
|
+
};
|
|
178
|
+
CustomizeConfig = __decorate([inject('store'), observer], CustomizeConfig);
|
|
179
|
+
return CustomizeConfig;
|
|
180
|
+
}(BaseConfig);
|
|
181
|
+
|
|
182
|
+
export { CustomizeConfig as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".index_m-customize-config__I9pGJ .index_selectWrap__GttOi {\n position: relative;\n}\n.index_m-customize-config__I9pGJ .index_selectWrap__GttOi .index_iconNum__1flTk {\n position: absolute;\n z-index: 9;\n left: 15px;\n top: 10px;\n}\n.index_m-customize-config__I9pGJ .index_selectWrap__GttOi .index_ant-select__xGeLF {\n width: 100%;\n}\n.index_m-customize-config__I9pGJ .index_selectWrap__GttOi .index_ant-select__xGeLF .index_ant-select-selector__YZ6n3 {\n padding-left: 45px;\n}\n";
|
|
4
|
+
styleInject(css_248z);
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
+
import React__default from 'react';
|
|
3
|
+
import { Input } from 'antd';
|
|
4
|
+
import '../../../../common/LayoutSelector/index.js';
|
|
5
|
+
import Field from '../../../../common/Field/index.js';
|
|
6
|
+
import '../../../../common/UrlPicker/index.js';
|
|
7
|
+
import Iconfont from '../../../../common/Iconfont/index.js';
|
|
8
|
+
import '../../../../common/Button/index.js';
|
|
9
|
+
import '../../../../common/AlignSelector/index.js';
|
|
10
|
+
import '../../../../common/Collapse/index.js';
|
|
11
|
+
import '../../../../common/ColorPickerInput/index.js';
|
|
12
|
+
import '../../../../common/ImagePicker/index.js';
|
|
13
|
+
import '../../../../common/IconPicker/index.js';
|
|
14
|
+
import '../../../../common/SwitchCollapse/index.js';
|
|
15
|
+
import SliderInput from '../../../../common/Slider/index.js';
|
|
16
|
+
import '../../../../common/FontStyles/index.js';
|
|
17
|
+
import '../../../../common/ButtonIconLayout/index.js';
|
|
18
|
+
import 'axios';
|
|
19
|
+
import '../../../../../../node_modules/qs/lib/stringify.js';
|
|
20
|
+
import '../../../../../../node_modules/qs/lib/utils.js';
|
|
21
|
+
import '../../../../common/ProductModal/index.js';
|
|
22
|
+
import '../../../../common/ProductSource/index.less.js';
|
|
23
|
+
import BaseConfig from '../../../../meta-comp/config-panels/BaseConfig.js';
|
|
24
|
+
import './index.less.js';
|
|
25
|
+
|
|
26
|
+
var SpacingConfig =
|
|
27
|
+
/** @class */
|
|
28
|
+
function (_super) {
|
|
29
|
+
__extends(SpacingConfig, _super);
|
|
30
|
+
|
|
31
|
+
function SpacingConfig() {
|
|
32
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
+
|
|
34
|
+
_this.state = {};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
SpacingConfig.prototype.render = function () {
|
|
39
|
+
var _this = this;
|
|
40
|
+
|
|
41
|
+
var _a = this.props,
|
|
42
|
+
data = _a.data,
|
|
43
|
+
type = _a.type;
|
|
44
|
+
var obj = data[window.magicDesign.device];
|
|
45
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
46
|
+
className: "spacing-config-container"
|
|
47
|
+
}, /*#__PURE__*/React__default.createElement(Field, {
|
|
48
|
+
title: "Padding"
|
|
49
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
50
|
+
className: "padding-wrap"
|
|
51
|
+
}, /*#__PURE__*/React__default.createElement("div", {
|
|
52
|
+
className: "padding-item"
|
|
53
|
+
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
54
|
+
type: "icon-padding-top"
|
|
55
|
+
}), /*#__PURE__*/React__default.createElement(Input, {
|
|
56
|
+
onChange: function (e) {
|
|
57
|
+
obj.paddingTop = e.target.value;
|
|
58
|
+
|
|
59
|
+
_this.selfRender();
|
|
60
|
+
},
|
|
61
|
+
value: obj.paddingTop
|
|
62
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
|
63
|
+
className: "padding-item"
|
|
64
|
+
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
65
|
+
type: "icon-padding-bottom"
|
|
66
|
+
}), /*#__PURE__*/React__default.createElement(Input, {
|
|
67
|
+
onChange: function (e) {
|
|
68
|
+
obj.paddingBottom = e.target.value;
|
|
69
|
+
|
|
70
|
+
_this.selfRender();
|
|
71
|
+
},
|
|
72
|
+
value: obj.paddingBottom
|
|
73
|
+
})), type == 'button' && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("div", {
|
|
74
|
+
className: "padding-item"
|
|
75
|
+
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
76
|
+
type: "icon-padding-left"
|
|
77
|
+
}), /*#__PURE__*/React__default.createElement(Input, {
|
|
78
|
+
onChange: function (e) {
|
|
79
|
+
obj.paddingLeft = e.target.value;
|
|
80
|
+
|
|
81
|
+
_this.selfRender();
|
|
82
|
+
},
|
|
83
|
+
value: obj.paddingLeft
|
|
84
|
+
})), /*#__PURE__*/React__default.createElement("div", {
|
|
85
|
+
className: "padding-item"
|
|
86
|
+
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
87
|
+
type: "icon-padding-right"
|
|
88
|
+
}), /*#__PURE__*/React__default.createElement(Input, {
|
|
89
|
+
onChange: function (e) {
|
|
90
|
+
obj.paddingRight = e.target.value;
|
|
91
|
+
|
|
92
|
+
_this.selfRender();
|
|
93
|
+
},
|
|
94
|
+
value: obj.paddingRight
|
|
95
|
+
}))))), type != 'button' && /*#__PURE__*/React__default.createElement(Field, {
|
|
96
|
+
title: "Component spacing"
|
|
97
|
+
}, /*#__PURE__*/React__default.createElement(SliderInput, {
|
|
98
|
+
maxVal: 100,
|
|
99
|
+
minVal: 0,
|
|
100
|
+
onChange: function (value) {
|
|
101
|
+
obj.marginBottom = value.count;
|
|
102
|
+
|
|
103
|
+
_this.selfRender();
|
|
104
|
+
},
|
|
105
|
+
value: {
|
|
106
|
+
count: obj.marginBottom
|
|
107
|
+
}
|
|
108
|
+
})));
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
SpacingConfig.defaultProps = {
|
|
112
|
+
type: 'default',
|
|
113
|
+
data: {
|
|
114
|
+
pc: {
|
|
115
|
+
paddingTop: 10,
|
|
116
|
+
paddingBottom: 10,
|
|
117
|
+
paddingLeft: 10,
|
|
118
|
+
paddingRight: 10,
|
|
119
|
+
marginBottom: 10
|
|
120
|
+
},
|
|
121
|
+
mobile: {
|
|
122
|
+
paddingTop: 10,
|
|
123
|
+
paddingBottom: 10,
|
|
124
|
+
paddingLeft: 10,
|
|
125
|
+
paddingRight: 10,
|
|
126
|
+
marginBottom: 10
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
return SpacingConfig;
|
|
131
|
+
}(BaseConfig);
|
|
132
|
+
|
|
133
|
+
export { SpacingConfig as default };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
+
|
|
3
|
+
var css_248z = ".index_spacing-config-container__VXcWx .index_padding-wrap__bQte2 {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n.index_spacing-config-container__VXcWx .index_padding-wrap__bQte2 .index_padding-item__h0ceX {\n display: flex;\n align-items: center;\n width: 50%;\n}\n.index_spacing-config-container__VXcWx .index_padding-wrap__bQte2 .index_padding-item__h0ceX .index_icon_container__VM-3l {\n margin: 10px;\n}\n";
|
|
4
|
+
styleInject(css_248z);
|