@fonixtree/magic-design 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +299 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/es/assets/fonts/magic-box-iconfont.js +1 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/images/icon/index.js +68 -0
- package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/es/assets/images/layout-icon/layout-search.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/less/button.less +9 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32534 -0
- package/es/assets/less/font.less +50 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +11 -0
- package/es/assets/less/input.less +8 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +16 -0
- package/es/assets/less/select.less +19 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +40 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AlignSelector/index.js +104 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +134 -0
- package/es/common/Button/index.less +68 -0
- package/es/common/ButtonIconLayout/index.js +103 -0
- package/es/common/ButtonIconLayout/index.less +53 -0
- package/es/common/Collapse/index.js +384 -0
- package/es/common/Collapse/index.less +97 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/es/common/ColorPicker/index.js +131 -0
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/imgs/code.png +0 -0
- package/es/common/ColorPickerInput/index.js +114 -0
- package/es/common/ColorPickerInput/index.less +50 -0
- package/es/common/CountDown/index.js +151 -0
- package/es/common/CountDown/index.less +23 -0
- package/es/common/Field/index.js +80 -0
- package/es/common/Field/index.less +37 -0
- package/es/common/FontStyles/index.js +178 -0
- package/es/common/FontStyles/index.less +63 -0
- package/es/common/GroupList/defaultImg.png +0 -0
- package/es/common/GroupList/index.js +210 -0
- package/es/common/GroupList/index.less +85 -0
- package/es/common/IconPicker/index.js +147 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +148 -0
- package/es/common/Iconfont/index.less +20 -0
- package/es/common/ImageModal/CommonModal/const.js +22 -0
- package/es/common/ImageModal/CommonModal/index.js +46 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/const.js +24 -0
- package/es/common/ImageModal/index.js +748 -0
- package/es/common/ImageModal/index.less +21 -0
- package/es/common/ImagePicker/index.js +162 -0
- package/es/common/ImagePicker/index.less +104 -0
- package/es/common/InputNumber/index.js +91 -0
- package/es/common/InputNumber/index.less +33 -0
- package/es/common/LayoutSelector/imgs/center.png +0 -0
- package/es/common/LayoutSelector/imgs/left.png +0 -0
- package/es/common/LayoutSelector/imgs/right.png +0 -0
- package/es/common/LayoutSelector/index.js +111 -0
- package/es/common/LayoutSelector/index.less +34 -0
- package/es/common/LinkModal/CatgTable/index.js +234 -0
- package/es/common/LinkModal/CouponTable/index.js +299 -0
- package/es/common/LinkModal/CustomTable/index.js +227 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/es/common/LinkModal/FunctionTable/index.js +221 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/es/common/LinkModal/index.js +136 -0
- package/es/common/LinkModal/index.less +108 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +760 -0
- package/es/common/ProductModal/index.less +238 -0
- package/es/common/ProductSource/index.js +250 -0
- package/es/common/ProductSource/index.less +12 -0
- package/es/common/RcCollapse/Collapse.js +240 -0
- package/es/common/RcCollapse/Panel.js +193 -0
- package/es/common/RcCollapse/PanelContent.js +59 -0
- package/es/common/RcCollapse/index.js +15 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/interface.js +1 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/es/common/RcCollapse/motionUtil.js +44 -0
- package/es/common/Slider/index.js +151 -0
- package/es/common/Slider/index.less +45 -0
- package/es/common/SwitchCollapse/index.js +216 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/UrlPicker/index.js +119 -0
- package/es/common/UrlPicker/index.less +72 -0
- package/es/common/index.js +127 -0
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +110 -0
- package/es/composite-comp/bol/components/Button/index.js +103 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
- package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/components/Carousel/index.js +93 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +254 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +81 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/Divider/index.js +101 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
- package/es/composite-comp/bol/components/ImageText/index.js +88 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +155 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +106 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/es/composite-comp/bol/components/Tag/index.js +107 -0
- package/es/composite-comp/bol/components/Tag/index.less +34 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/es/composite-comp/bol/components/Text/index.js +123 -0
- package/es/composite-comp/bol/components/Text/index.less +60 -0
- package/es/composite-comp/bol/components/Text/slice.svg +1 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/es/composite-comp/common/components/ProductItem/index.js +191 -0
- package/es/composite-comp/common/components/ProductItem/index.less +121 -0
- package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/es/composite-comp/dito/components/Recommend/index.js +86 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/es/constants/component-types.js +87 -0
- package/es/constants/index.js +144 -0
- package/es/constants/layout.js +120 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +156 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/index.js +294 -0
- package/es/core/Designer/ConfigPanel/index.less +139 -0
- package/es/core/Designer/History/index.js +91 -0
- package/es/core/Designer/PageCompList/index.js +266 -0
- package/es/core/Designer/PageCompList/index.less +114 -0
- package/es/core/Designer/QuickMenuBar/index.js +176 -0
- package/es/core/Designer/QuickMenuBar/index.less +67 -0
- package/es/core/Designer/ViewArea/index.js +150 -0
- package/es/core/Designer/ViewArea/index.less +53 -0
- package/es/core/Designer/index.js +454 -0
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +82 -0
- package/es/decorator/compositeDecorator.js +129 -0
- package/es/decorator/index.js +23 -0
- package/es/decorator/metaDecorator.js +199 -0
- package/es/index.js +27 -0
- package/es/meta-comp/components/Button/index.js +185 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +171 -0
- package/es/meta-comp/components/Image/index.less +18 -0
- package/es/meta-comp/components/Text/index.js +470 -0
- package/es/meta-comp/components/Text/index.less +38 -0
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +87 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +349 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +204 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +327 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/es/mobx/Store.js +93 -0
- package/es/mobx/index.js +36 -0
- package/es/utils/androidUtil.js +113 -0
- package/es/utils/businessUtil.js +235 -0
- package/es/utils/commonUtil.js +269 -0
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +156 -0
- package/es/utils/currencyUtil.js +190 -0
- package/es/utils/dataTreeUtils.js +105 -0
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +299 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/lib/assets/fonts/magic-box-iconfont.js +1 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/images/icon/index.js +68 -0
- package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/lib/assets/images/layout-icon/layout-search.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/less/button.less +9 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32534 -0
- package/lib/assets/less/font.less +50 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +11 -0
- package/lib/assets/less/input.less +8 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +16 -0
- package/lib/assets/less/select.less +19 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +40 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AlignSelector/index.js +104 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +134 -0
- package/lib/common/Button/index.less +68 -0
- package/lib/common/ButtonIconLayout/index.js +103 -0
- package/lib/common/ButtonIconLayout/index.less +53 -0
- package/lib/common/Collapse/index.js +384 -0
- package/lib/common/Collapse/index.less +97 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +131 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/imgs/code.png +0 -0
- package/lib/common/ColorPickerInput/index.js +114 -0
- package/lib/common/ColorPickerInput/index.less +50 -0
- package/lib/common/CountDown/index.js +151 -0
- package/lib/common/CountDown/index.less +23 -0
- package/lib/common/Field/index.js +80 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +178 -0
- package/lib/common/FontStyles/index.less +63 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +210 -0
- package/lib/common/GroupList/index.less +85 -0
- package/lib/common/IconPicker/index.js +147 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +148 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonModal/const.js +22 -0
- package/lib/common/ImageModal/CommonModal/index.js +46 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/const.js +24 -0
- package/lib/common/ImageModal/index.js +748 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +162 -0
- package/lib/common/ImagePicker/index.less +104 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +33 -0
- package/lib/common/LayoutSelector/imgs/center.png +0 -0
- package/lib/common/LayoutSelector/imgs/left.png +0 -0
- package/lib/common/LayoutSelector/imgs/right.png +0 -0
- package/lib/common/LayoutSelector/index.js +111 -0
- package/lib/common/LayoutSelector/index.less +34 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +299 -0
- package/lib/common/LinkModal/CustomTable/index.js +227 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/lib/common/LinkModal/FunctionTable/index.js +221 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/lib/common/LinkModal/index.js +136 -0
- package/lib/common/LinkModal/index.less +108 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +760 -0
- package/lib/common/ProductModal/index.less +238 -0
- package/lib/common/ProductSource/index.js +250 -0
- package/lib/common/ProductSource/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +240 -0
- package/lib/common/RcCollapse/Panel.js +193 -0
- package/lib/common/RcCollapse/PanelContent.js +59 -0
- package/lib/common/RcCollapse/index.js +15 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/interface.js +1 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/RcCollapse/motionUtil.js +44 -0
- package/lib/common/Slider/index.js +151 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/UrlPicker/index.js +119 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +110 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
- package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +254 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +81 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/Divider/index.js +101 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
- package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +155 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +106 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Tag/index.js +107 -0
- package/lib/composite-comp/bol/components/Tag/index.less +34 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/bol/components/Text/index.js +123 -0
- package/lib/composite-comp/bol/components/Text/index.less +60 -0
- package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +191 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +121 -0
- package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/Recommend/index.js +86 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/lib/constants/component-types.js +87 -0
- package/lib/constants/index.js +144 -0
- package/lib/constants/layout.js +120 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +156 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +294 -0
- package/lib/core/Designer/ConfigPanel/index.less +139 -0
- package/lib/core/Designer/History/index.js +91 -0
- package/lib/core/Designer/PageCompList/index.js +266 -0
- package/lib/core/Designer/PageCompList/index.less +114 -0
- package/lib/core/Designer/QuickMenuBar/index.js +176 -0
- package/lib/core/Designer/QuickMenuBar/index.less +67 -0
- package/lib/core/Designer/ViewArea/index.js +150 -0
- package/lib/core/Designer/ViewArea/index.less +53 -0
- package/lib/core/Designer/index.js +454 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +82 -0
- package/lib/decorator/compositeDecorator.js +129 -0
- package/lib/decorator/index.js +23 -0
- package/lib/decorator/metaDecorator.js +199 -0
- package/lib/index.js +27 -0
- package/lib/meta-comp/components/Button/index.js +185 -0
- package/lib/meta-comp/components/Button/index.less +19 -0
- package/lib/meta-comp/components/Image/index.js +171 -0
- package/lib/meta-comp/components/Image/index.less +18 -0
- package/lib/meta-comp/components/Text/index.js +470 -0
- package/lib/meta-comp/components/Text/index.less +38 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +349 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +204 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +327 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/lib/mobx/Store.js +93 -0
- package/lib/mobx/index.js +36 -0
- package/lib/utils/androidUtil.js +113 -0
- package/lib/utils/businessUtil.js +235 -0
- package/lib/utils/commonUtil.js +269 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +156 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +105 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +68 -0
|
@@ -0,0 +1,760 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _antd = require("antd");
|
|
11
|
+
|
|
12
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
13
|
+
|
|
14
|
+
var _commonUtil = require("../../utils/commonUtil");
|
|
15
|
+
|
|
16
|
+
var _Iconfont = _interopRequireDefault(require("../Iconfont"));
|
|
17
|
+
|
|
18
|
+
var _currencyUtil = require("../../utils/currencyUtil");
|
|
19
|
+
|
|
20
|
+
require("./index.less");
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
23
|
+
|
|
24
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
25
|
+
|
|
26
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
27
|
+
|
|
28
|
+
var __assign = void 0 && (void 0).__assign || function () {
|
|
29
|
+
__assign = Object.assign || function (t) {
|
|
30
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
31
|
+
s = arguments[i];
|
|
32
|
+
|
|
33
|
+
for (var p in s) {
|
|
34
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
return t;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
return __assign.apply(this, arguments);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
|
|
45
|
+
function adopt(value) {
|
|
46
|
+
return value instanceof P ? value : new P(function (resolve) {
|
|
47
|
+
resolve(value);
|
|
48
|
+
});
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
52
|
+
function fulfilled(value) {
|
|
53
|
+
try {
|
|
54
|
+
step(generator.next(value));
|
|
55
|
+
} catch (e) {
|
|
56
|
+
reject(e);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
function rejected(value) {
|
|
61
|
+
try {
|
|
62
|
+
step(generator["throw"](value));
|
|
63
|
+
} catch (e) {
|
|
64
|
+
reject(e);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
function step(result) {
|
|
69
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
73
|
+
});
|
|
74
|
+
};
|
|
75
|
+
|
|
76
|
+
var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
|
|
77
|
+
var _ = {
|
|
78
|
+
label: 0,
|
|
79
|
+
sent: function sent() {
|
|
80
|
+
if (t[0] & 1) throw t[1];
|
|
81
|
+
return t[1];
|
|
82
|
+
},
|
|
83
|
+
trys: [],
|
|
84
|
+
ops: []
|
|
85
|
+
},
|
|
86
|
+
f,
|
|
87
|
+
y,
|
|
88
|
+
t,
|
|
89
|
+
g;
|
|
90
|
+
return g = {
|
|
91
|
+
next: verb(0),
|
|
92
|
+
"throw": verb(1),
|
|
93
|
+
"return": verb(2)
|
|
94
|
+
}, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
|
|
95
|
+
return this;
|
|
96
|
+
}), g;
|
|
97
|
+
|
|
98
|
+
function verb(n) {
|
|
99
|
+
return function (v) {
|
|
100
|
+
return step([n, v]);
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
function step(op) {
|
|
105
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
106
|
+
|
|
107
|
+
while (_) {
|
|
108
|
+
try {
|
|
109
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
110
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
111
|
+
|
|
112
|
+
switch (op[0]) {
|
|
113
|
+
case 0:
|
|
114
|
+
case 1:
|
|
115
|
+
t = op;
|
|
116
|
+
break;
|
|
117
|
+
|
|
118
|
+
case 4:
|
|
119
|
+
_.label++;
|
|
120
|
+
return {
|
|
121
|
+
value: op[1],
|
|
122
|
+
done: false
|
|
123
|
+
};
|
|
124
|
+
|
|
125
|
+
case 5:
|
|
126
|
+
_.label++;
|
|
127
|
+
y = op[1];
|
|
128
|
+
op = [0];
|
|
129
|
+
continue;
|
|
130
|
+
|
|
131
|
+
case 7:
|
|
132
|
+
op = _.ops.pop();
|
|
133
|
+
|
|
134
|
+
_.trys.pop();
|
|
135
|
+
|
|
136
|
+
continue;
|
|
137
|
+
|
|
138
|
+
default:
|
|
139
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
140
|
+
_ = 0;
|
|
141
|
+
continue;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
145
|
+
_.label = op[1];
|
|
146
|
+
break;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
150
|
+
_.label = t[1];
|
|
151
|
+
t = op;
|
|
152
|
+
break;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
if (t && _.label < t[2]) {
|
|
156
|
+
_.label = t[2];
|
|
157
|
+
|
|
158
|
+
_.ops.push(op);
|
|
159
|
+
|
|
160
|
+
break;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
if (t[2]) _.ops.pop();
|
|
164
|
+
|
|
165
|
+
_.trys.pop();
|
|
166
|
+
|
|
167
|
+
continue;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
op = body.call(thisArg, _);
|
|
171
|
+
} catch (e) {
|
|
172
|
+
op = [6, e];
|
|
173
|
+
y = 0;
|
|
174
|
+
} finally {
|
|
175
|
+
f = t = 0;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
if (op[0] & 5) throw op[1];
|
|
180
|
+
return {
|
|
181
|
+
value: op[0] ? op[1] : void 0,
|
|
182
|
+
done: true
|
|
183
|
+
};
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
var __spreadArrays = void 0 && (void 0).__spreadArrays || function () {
|
|
188
|
+
for (var s = 0, i = 0, il = arguments.length; i < il; i++) {
|
|
189
|
+
s += arguments[i].length;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
for (var r = Array(s), k = 0, i = 0; i < il; i++) {
|
|
193
|
+
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) {
|
|
194
|
+
r[k] = a[j];
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
return r;
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
var precision = (0, _currencyUtil.getPrecision)();
|
|
202
|
+
|
|
203
|
+
var formatData = function formatData(list) {
|
|
204
|
+
list.map(function (item) {
|
|
205
|
+
item.preSalesPrice = (0, _currencyUtil.formatCurrencyWithSymbol)(item.salesPrice);
|
|
206
|
+
item.preMarketPrice = (0, _currencyUtil.formatCurrencyWithSymbol)(item.marketPrice);
|
|
207
|
+
});
|
|
208
|
+
return list;
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
var promType = {
|
|
212
|
+
FLASH_SALE: '2',
|
|
213
|
+
GROUP_BUY: '4'
|
|
214
|
+
};
|
|
215
|
+
var Option = _antd.Select.Option,
|
|
216
|
+
OptGroup = _antd.Select.OptGroup;
|
|
217
|
+
var InputGroup = _antd.Input.Group;
|
|
218
|
+
|
|
219
|
+
var ProductModal = function ProductModal(props) {
|
|
220
|
+
var handleModalSave = props.handleModalSave,
|
|
221
|
+
closeModal = props.closeModal,
|
|
222
|
+
visible = props.visible,
|
|
223
|
+
_a = props.defaultList,
|
|
224
|
+
defaultList = _a === void 0 ? [] : _a,
|
|
225
|
+
_b = props.maxSelect,
|
|
226
|
+
maxSelect = _b === void 0 ? 20 : _b;
|
|
227
|
+
|
|
228
|
+
var _c = (0, _react.useState)(defaultList),
|
|
229
|
+
selectedList = _c[0],
|
|
230
|
+
setSelectedList = _c[1];
|
|
231
|
+
|
|
232
|
+
var _d = (0, _react.useState)([]),
|
|
233
|
+
catgsList = _d[0],
|
|
234
|
+
setCatgsList = _d[1];
|
|
235
|
+
|
|
236
|
+
var _e = (0, _react.useState)([]),
|
|
237
|
+
brandsList = _e[0],
|
|
238
|
+
setBrandsList = _e[1];
|
|
239
|
+
|
|
240
|
+
var _f = (0, _react.useState)([]),
|
|
241
|
+
labelData = _f[0],
|
|
242
|
+
setLabelData = _f[1];
|
|
243
|
+
|
|
244
|
+
var _g = (0, _react.useState)([]),
|
|
245
|
+
selBrandsList = _g[0],
|
|
246
|
+
setSelBrandsList = _g[1];
|
|
247
|
+
|
|
248
|
+
var _h = (0, _react.useState)([]),
|
|
249
|
+
selCatgsList = _h[0],
|
|
250
|
+
setSelCatgsList = _h[1];
|
|
251
|
+
|
|
252
|
+
var _j = (0, _react.useState)({}),
|
|
253
|
+
selLabelData = _j[0],
|
|
254
|
+
setSelLabelData = _j[1];
|
|
255
|
+
|
|
256
|
+
var _k = (0, _react.useState)(''),
|
|
257
|
+
productName = _k[0],
|
|
258
|
+
setProductName = _k[1];
|
|
259
|
+
|
|
260
|
+
var _l = (0, _react.useState)(''),
|
|
261
|
+
productCode = _l[0],
|
|
262
|
+
setProductCode = _l[1];
|
|
263
|
+
|
|
264
|
+
var _m = (0, _react.useState)(''),
|
|
265
|
+
minPrice = _m[0],
|
|
266
|
+
setMinPrice = _m[1];
|
|
267
|
+
|
|
268
|
+
var _o = (0, _react.useState)(''),
|
|
269
|
+
maxPrice = _o[0],
|
|
270
|
+
setMaxPrice = _o[1];
|
|
271
|
+
|
|
272
|
+
var _p = (0, _react.useState)([]),
|
|
273
|
+
promotions = _p[0],
|
|
274
|
+
setPromotions = _p[1];
|
|
275
|
+
|
|
276
|
+
var _q = (0, _react.useState)([]),
|
|
277
|
+
goodsList = _q[0],
|
|
278
|
+
setGoodsList = _q[1];
|
|
279
|
+
|
|
280
|
+
var _r = (0, _react.useState)(false),
|
|
281
|
+
loading = _r[0],
|
|
282
|
+
setLoading = _r[1];
|
|
283
|
+
|
|
284
|
+
var _s = (0, _react.useState)(defaultList.map(function (v) {
|
|
285
|
+
return v.productId;
|
|
286
|
+
})),
|
|
287
|
+
selectedRowKeys = _s[0],
|
|
288
|
+
setSelectedRowKeys = _s[1];
|
|
289
|
+
|
|
290
|
+
var rowSelection = {
|
|
291
|
+
selectedRowKeys: selectedRowKeys,
|
|
292
|
+
onSelect: function onSelect(record, selected, selectedRows) {
|
|
293
|
+
if (selected) {
|
|
294
|
+
if (selectedList.length === maxSelect) {
|
|
295
|
+
_antd.message.warning("Max " + maxSelect);
|
|
296
|
+
|
|
297
|
+
return;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
if (selectedList.length < maxSelect) {
|
|
301
|
+
setSelectedList(__spreadArrays(selectedList, formatData([record])));
|
|
302
|
+
}
|
|
303
|
+
} else {
|
|
304
|
+
setSelectedList(selectedList.filter(function (v) {
|
|
305
|
+
return v.productId !== record.productId;
|
|
306
|
+
}));
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
setSelectedRowKeys(selectedRows.map(function (v) {
|
|
310
|
+
return v === null || v === void 0 ? void 0 : v.productId;
|
|
311
|
+
}));
|
|
312
|
+
},
|
|
313
|
+
getCheckboxProps: function getCheckboxProps(record) {
|
|
314
|
+
return {
|
|
315
|
+
name: record.name
|
|
316
|
+
};
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
var _t = (0, _react.useState)({
|
|
321
|
+
pageSize: 20,
|
|
322
|
+
current: 1,
|
|
323
|
+
total: 0
|
|
324
|
+
}),
|
|
325
|
+
paginationParams = _t[0],
|
|
326
|
+
setPaginationParams = _t[1];
|
|
327
|
+
|
|
328
|
+
var delSelectedItem = function delSelectedItem(index) {
|
|
329
|
+
console.log(selectedRowKeys, index, 2223);
|
|
330
|
+
var rowKeys = JSON.parse(JSON.stringify(selectedRowKeys));
|
|
331
|
+
rowKeys.splice(index, 1);
|
|
332
|
+
setSelectedRowKeys(rowKeys);
|
|
333
|
+
var rows = JSON.parse(JSON.stringify(selectedList));
|
|
334
|
+
rows.splice(index, 1);
|
|
335
|
+
setSelectedList(rows);
|
|
336
|
+
}; // 请求商品列表
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
var queryGoods = function queryGoods(data) {
|
|
340
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
341
|
+
var res;
|
|
342
|
+
return __generator(this, function (_a) {
|
|
343
|
+
switch (_a.label) {
|
|
344
|
+
case 0:
|
|
345
|
+
return [4
|
|
346
|
+
/*yield*/
|
|
347
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/products", data, 'GET')];
|
|
348
|
+
|
|
349
|
+
case 1:
|
|
350
|
+
res = _a.sent();
|
|
351
|
+
setLoading(false);
|
|
352
|
+
paginationParams.total = res.total;
|
|
353
|
+
setPaginationParams(paginationParams);
|
|
354
|
+
setGoodsList(res.list || []);
|
|
355
|
+
return [2
|
|
356
|
+
/*return*/
|
|
357
|
+
];
|
|
358
|
+
}
|
|
359
|
+
});
|
|
360
|
+
});
|
|
361
|
+
}; // 请求类目
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
var queryOfferCatgs = function queryOfferCatgs() {
|
|
365
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
366
|
+
var res, arr;
|
|
367
|
+
return __generator(this, function (_a) {
|
|
368
|
+
switch (_a.label) {
|
|
369
|
+
case 0:
|
|
370
|
+
return [4
|
|
371
|
+
/*yield*/
|
|
372
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/h5/offers/catgs", {}, 'GET')];
|
|
373
|
+
|
|
374
|
+
case 1:
|
|
375
|
+
res = _a.sent();
|
|
376
|
+
arr = [];
|
|
377
|
+
res.forEach(function (f) {
|
|
378
|
+
if (f.children) arr.push.apply(arr, f.children);
|
|
379
|
+
});
|
|
380
|
+
setCatgsList(arr);
|
|
381
|
+
return [2
|
|
382
|
+
/*return*/
|
|
383
|
+
];
|
|
384
|
+
}
|
|
385
|
+
});
|
|
386
|
+
});
|
|
387
|
+
}; // 请求品牌
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
var queryBrands = function queryBrands() {
|
|
391
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
392
|
+
var res;
|
|
393
|
+
return __generator(this, function (_a) {
|
|
394
|
+
switch (_a.label) {
|
|
395
|
+
case 0:
|
|
396
|
+
return [4
|
|
397
|
+
/*yield*/
|
|
398
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/offerdiscatgs/brands", {}, 'GET')];
|
|
399
|
+
|
|
400
|
+
case 1:
|
|
401
|
+
res = _a.sent();
|
|
402
|
+
setBrandsList(res);
|
|
403
|
+
return [2
|
|
404
|
+
/*return*/
|
|
405
|
+
];
|
|
406
|
+
}
|
|
407
|
+
});
|
|
408
|
+
});
|
|
409
|
+
}; // 请求标签
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
var queryLabel = function queryLabel() {
|
|
413
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
414
|
+
var res;
|
|
415
|
+
return __generator(this, function (_a) {
|
|
416
|
+
switch (_a.label) {
|
|
417
|
+
case 0:
|
|
418
|
+
return [4
|
|
419
|
+
/*yield*/
|
|
420
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/labels/list", {}, 'GET')];
|
|
421
|
+
|
|
422
|
+
case 1:
|
|
423
|
+
res = _a.sent();
|
|
424
|
+
setLabelData(res);
|
|
425
|
+
return [2
|
|
426
|
+
/*return*/
|
|
427
|
+
];
|
|
428
|
+
}
|
|
429
|
+
});
|
|
430
|
+
});
|
|
431
|
+
};
|
|
432
|
+
|
|
433
|
+
(0, _react.useEffect)(function () {
|
|
434
|
+
queryOfferCatgs();
|
|
435
|
+
queryBrands();
|
|
436
|
+
queryLabel();
|
|
437
|
+
}, []);
|
|
438
|
+
(0, _react.useEffect)(function () {
|
|
439
|
+
setSelectedList(defaultList);
|
|
440
|
+
setSelectedRowKeys(defaultList.map(function (v) {
|
|
441
|
+
return v.productId;
|
|
442
|
+
}));
|
|
443
|
+
|
|
444
|
+
if (props.type === 'groupBuy') {
|
|
445
|
+
setPromotions(promType.GROUP_BUY);
|
|
446
|
+
}
|
|
447
|
+
}, [visible]);
|
|
448
|
+
|
|
449
|
+
var reset = function reset() {
|
|
450
|
+
setSelBrandsList([]);
|
|
451
|
+
setSelCatgsList([]);
|
|
452
|
+
setSelLabelData([]);
|
|
453
|
+
setProductName('');
|
|
454
|
+
setProductCode('');
|
|
455
|
+
setMinPrice('');
|
|
456
|
+
setMaxPrice('');
|
|
457
|
+
setPromotions(props.type === 'groupBuy' ? promType.GROUP_BUY : null);
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
var columns = [{
|
|
461
|
+
title: 'Image',
|
|
462
|
+
dataIndex: 'productImageUrl',
|
|
463
|
+
key: 'productImageUrl',
|
|
464
|
+
render: function render(productImageUrl) {
|
|
465
|
+
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
466
|
+
className: "proImg",
|
|
467
|
+
style: {
|
|
468
|
+
backgroundImage: "url(" + productImageUrl + ")"
|
|
469
|
+
}
|
|
470
|
+
});
|
|
471
|
+
},
|
|
472
|
+
width: 90
|
|
473
|
+
}, {
|
|
474
|
+
title: 'Product Name',
|
|
475
|
+
dataIndex: 'productName',
|
|
476
|
+
key: 'productName',
|
|
477
|
+
render: function render(text, record) {
|
|
478
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("span", {
|
|
479
|
+
className: "proName"
|
|
480
|
+
}, record.productName), /*#__PURE__*/_react["default"].createElement("span", {
|
|
481
|
+
className: "proCode"
|
|
482
|
+
}, record.productCode));
|
|
483
|
+
},
|
|
484
|
+
width: 130
|
|
485
|
+
}, {
|
|
486
|
+
title: 'SKU',
|
|
487
|
+
dataIndex: 'attrValues',
|
|
488
|
+
key: 'attrValues',
|
|
489
|
+
ellipsis: true
|
|
490
|
+
}, {
|
|
491
|
+
title: 'Price',
|
|
492
|
+
dataIndex: 'salesPrice',
|
|
493
|
+
key: 'salesPrice',
|
|
494
|
+
render: function render(text, record) {
|
|
495
|
+
return /*#__PURE__*/_react["default"].createElement("span", null, (0, _currencyUtil.formatCurrencyWithSymbol)(record.specialPriceProd ? record.specialPriceProd.specialPrice : record.salesPrice));
|
|
496
|
+
}
|
|
497
|
+
}, {
|
|
498
|
+
title: 'Brand',
|
|
499
|
+
dataIndex: 'brandName',
|
|
500
|
+
key: 'brandName',
|
|
501
|
+
ellipsis: true
|
|
502
|
+
}, {
|
|
503
|
+
title: 'Store',
|
|
504
|
+
dataIndex: 'storeName',
|
|
505
|
+
key: 'storeName',
|
|
506
|
+
ellipsis: true
|
|
507
|
+
}];
|
|
508
|
+
|
|
509
|
+
var onResetQryCondition = function onResetQryCondition() {
|
|
510
|
+
setProductName('');
|
|
511
|
+
setPromotions(null);
|
|
512
|
+
setMinPrice('');
|
|
513
|
+
setMaxPrice('');
|
|
514
|
+
setSelBrandsList([]);
|
|
515
|
+
setSelCatgsList([]);
|
|
516
|
+
setSelLabelData([]);
|
|
517
|
+
};
|
|
518
|
+
|
|
519
|
+
return /*#__PURE__*/_react["default"].createElement(_antd.Modal, {
|
|
520
|
+
cancelText: "Cancel",
|
|
521
|
+
draggable: false,
|
|
522
|
+
footer: null,
|
|
523
|
+
okText: "OK",
|
|
524
|
+
onCancel: closeModal,
|
|
525
|
+
onOk: handleModalSave,
|
|
526
|
+
title: "Product Select",
|
|
527
|
+
visible: visible,
|
|
528
|
+
width: "auto",
|
|
529
|
+
wrapClassName: "modalCot"
|
|
530
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
531
|
+
className: "proModalWrap"
|
|
532
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
533
|
+
className: "content"
|
|
534
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
535
|
+
className: "leftCot"
|
|
536
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form, {
|
|
537
|
+
layout: "vertical"
|
|
538
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
539
|
+
label: "Category"
|
|
540
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
541
|
+
className: "inputStyle",
|
|
542
|
+
mode: "multiple",
|
|
543
|
+
onChange: function onChange(value, option) {
|
|
544
|
+
setSelCatgsList(value);
|
|
545
|
+
},
|
|
546
|
+
placeholder: "Please select",
|
|
547
|
+
value: selCatgsList
|
|
548
|
+
}, catgsList.map(function (item) {
|
|
549
|
+
return /*#__PURE__*/_react["default"].createElement(OptGroup, {
|
|
550
|
+
key: item.model.catgId,
|
|
551
|
+
label: item.model.catgName
|
|
552
|
+
}, (item.children || []).map(function (i) {
|
|
553
|
+
return /*#__PURE__*/_react["default"].createElement(Option, {
|
|
554
|
+
key: i.model.catgId,
|
|
555
|
+
value: i.model.catgId
|
|
556
|
+
}, i.model.catgName);
|
|
557
|
+
}));
|
|
558
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
559
|
+
label: "Brand"
|
|
560
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
561
|
+
className: "inputStyle",
|
|
562
|
+
mode: "multiple",
|
|
563
|
+
onChange: function onChange(value, option) {
|
|
564
|
+
setSelBrandsList(value);
|
|
565
|
+
},
|
|
566
|
+
placeholder: "Please select",
|
|
567
|
+
value: selBrandsList
|
|
568
|
+
}, brandsList.map(function (item, index) {
|
|
569
|
+
return /*#__PURE__*/_react["default"].createElement(Option, {
|
|
570
|
+
key: item.catgId,
|
|
571
|
+
value: item.brandId
|
|
572
|
+
}, item.brandName);
|
|
573
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
574
|
+
label: "Lable"
|
|
575
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
576
|
+
className: "inputStyle",
|
|
577
|
+
defaultValue: selLabelData.children || null,
|
|
578
|
+
onChange: function onChange(v, o) {
|
|
579
|
+
console.log(v, o, 33);
|
|
580
|
+
setSelLabelData(o);
|
|
581
|
+
},
|
|
582
|
+
placeholder: "Please Select",
|
|
583
|
+
value: selLabelData.children
|
|
584
|
+
}, labelData && labelData.length > 0 && labelData.map(function (v) {
|
|
585
|
+
return /*#__PURE__*/_react["default"].createElement(Option, {
|
|
586
|
+
key: v.labelId,
|
|
587
|
+
value: v.labelId
|
|
588
|
+
}, v.labelName);
|
|
589
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
590
|
+
label: "Price"
|
|
591
|
+
}, /*#__PURE__*/_react["default"].createElement(InputGroup, {
|
|
592
|
+
compact: true
|
|
593
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
594
|
+
onChange: function onChange(e) {
|
|
595
|
+
setMinPrice(e.target.value);
|
|
596
|
+
},
|
|
597
|
+
placeholder: "Minimum",
|
|
598
|
+
style: {
|
|
599
|
+
width: '38%',
|
|
600
|
+
textAlign: 'center'
|
|
601
|
+
},
|
|
602
|
+
value: minPrice
|
|
603
|
+
}), /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
604
|
+
disabled: true,
|
|
605
|
+
placeholder: "~",
|
|
606
|
+
style: {
|
|
607
|
+
width: '20%',
|
|
608
|
+
borderLeft: 0,
|
|
609
|
+
pointerEvents: 'none',
|
|
610
|
+
backgroundColor: '#fff',
|
|
611
|
+
borderTop: '1px solid #d4d4d4',
|
|
612
|
+
borderBottom: '1px solid #d4d4d4'
|
|
613
|
+
}
|
|
614
|
+
}), /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
615
|
+
onChange: function onChange(e) {
|
|
616
|
+
setMaxPrice(e.target.value);
|
|
617
|
+
},
|
|
618
|
+
placeholder: "Maximum",
|
|
619
|
+
style: {
|
|
620
|
+
width: '38%',
|
|
621
|
+
textAlign: 'center',
|
|
622
|
+
borderLeft: 0
|
|
623
|
+
},
|
|
624
|
+
value: maxPrice
|
|
625
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
626
|
+
label: "Product Name"
|
|
627
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
628
|
+
className: "inputStyle",
|
|
629
|
+
onChange: function onChange(e) {
|
|
630
|
+
setProductName(e.target.value);
|
|
631
|
+
},
|
|
632
|
+
placeholder: "Please Input",
|
|
633
|
+
value: productName
|
|
634
|
+
})), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
635
|
+
label: "SKU Code"
|
|
636
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
637
|
+
className: "inputStyle",
|
|
638
|
+
onChange: function onChange(e) {
|
|
639
|
+
setProductCode(e.target.value);
|
|
640
|
+
},
|
|
641
|
+
placeholder: "Please Input",
|
|
642
|
+
value: productCode
|
|
643
|
+
})), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
644
|
+
label: "Promotions"
|
|
645
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
646
|
+
className: "inputStyle",
|
|
647
|
+
defaultValue: promotions,
|
|
648
|
+
onChange: function onChange(value) {
|
|
649
|
+
setPromotions(value);
|
|
650
|
+
},
|
|
651
|
+
placeholder: "Please select",
|
|
652
|
+
value: promotions
|
|
653
|
+
}, props.type !== 'groupBuy' && /*#__PURE__*/_react["default"].createElement(Option, {
|
|
654
|
+
value: promType.FLASH_SALE
|
|
655
|
+
}, "Flash Sale"), /*#__PURE__*/_react["default"].createElement(Option, {
|
|
656
|
+
value: promType.GROUP_BUY
|
|
657
|
+
}, "Group Buy"))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
658
|
+
className: "buttonStyle"
|
|
659
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
660
|
+
onClick: function onClick() {
|
|
661
|
+
reset();
|
|
662
|
+
}
|
|
663
|
+
}, "Reset"), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
664
|
+
onClick: function onClick() {
|
|
665
|
+
setLoading(true);
|
|
666
|
+
paginationParams.current = 1;
|
|
667
|
+
queryGoods({
|
|
668
|
+
productName: productName,
|
|
669
|
+
productCode: productCode,
|
|
670
|
+
cmpTypeId: promotions || '',
|
|
671
|
+
minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
|
|
672
|
+
maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
|
|
673
|
+
catgIds: selCatgsList.join(','),
|
|
674
|
+
brandIds: selBrandsList.join(','),
|
|
675
|
+
labelIds: selLabelData.value || '',
|
|
676
|
+
pageSize: paginationParams.pageSize,
|
|
677
|
+
pageIndex: paginationParams.current,
|
|
678
|
+
state: 'A'
|
|
679
|
+
});
|
|
680
|
+
},
|
|
681
|
+
style: {
|
|
682
|
+
marginRight: 8
|
|
683
|
+
},
|
|
684
|
+
type: "primary"
|
|
685
|
+
}, "Query")))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
686
|
+
className: "rightCot"
|
|
687
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Table, {
|
|
688
|
+
columns: columns,
|
|
689
|
+
dataSource: goodsList,
|
|
690
|
+
loading: loading,
|
|
691
|
+
pagination: __assign(__assign({}, paginationParams), {
|
|
692
|
+
onChange: function onChange(page) {
|
|
693
|
+
console.log(page);
|
|
694
|
+
setLoading(true);
|
|
695
|
+
paginationParams.current = page;
|
|
696
|
+
setPaginationParams(paginationParams);
|
|
697
|
+
queryGoods({
|
|
698
|
+
productName: productName,
|
|
699
|
+
productCode: productCode,
|
|
700
|
+
cmpTypeId: promotions || '',
|
|
701
|
+
minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
|
|
702
|
+
maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
|
|
703
|
+
catgIds: selCatgsList.join(','),
|
|
704
|
+
brandIds: selBrandsList.join(','),
|
|
705
|
+
labelIds: selLabelData.value || '',
|
|
706
|
+
pageSize: paginationParams.pageSize,
|
|
707
|
+
pageIndex: paginationParams.current,
|
|
708
|
+
state: 'A'
|
|
709
|
+
});
|
|
710
|
+
}
|
|
711
|
+
}),
|
|
712
|
+
rowKey: "productId",
|
|
713
|
+
rowSelection: rowSelection,
|
|
714
|
+
scroll: {
|
|
715
|
+
y: 300
|
|
716
|
+
}
|
|
717
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
718
|
+
className: "selectedCot"
|
|
719
|
+
}, selectedList.map(function (item, index) {
|
|
720
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
721
|
+
key: index,
|
|
722
|
+
className: "selectedItem"
|
|
723
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
724
|
+
alt: "",
|
|
725
|
+
className: "selectedItemImg " + (item.state !== 'A' ? 'invalid' : ''),
|
|
726
|
+
src: item.productImageUrl,
|
|
727
|
+
title: item.productName
|
|
728
|
+
}), /*#__PURE__*/_react["default"].createElement(_Iconfont["default"], {
|
|
729
|
+
className: "selectedItemClose",
|
|
730
|
+
color: "#000",
|
|
731
|
+
onClick: function onClick() {
|
|
732
|
+
return delSelectedItem(index);
|
|
733
|
+
},
|
|
734
|
+
size: 12,
|
|
735
|
+
type: "icon-close"
|
|
736
|
+
}));
|
|
737
|
+
})))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
738
|
+
className: "footer"
|
|
739
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
740
|
+
className: "total"
|
|
741
|
+
}, "Selected", ' ', /*#__PURE__*/_react["default"].createElement("span", {
|
|
742
|
+
className: "totalNum"
|
|
743
|
+
}, selectedList.length, "/", maxSelect)), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
744
|
+
onClick: function onClick() {
|
|
745
|
+
handleModalSave && handleModalSave(selectedList);
|
|
746
|
+
closeModal && closeModal();
|
|
747
|
+
},
|
|
748
|
+
style: {
|
|
749
|
+
marginRight: 10
|
|
750
|
+
},
|
|
751
|
+
type: "primary"
|
|
752
|
+
}, "OK"), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
753
|
+
onClick: function onClick() {
|
|
754
|
+
return closeModal && closeModal();
|
|
755
|
+
}
|
|
756
|
+
}, "Cancel")))));
|
|
757
|
+
};
|
|
758
|
+
|
|
759
|
+
var _default = ProductModal;
|
|
760
|
+
exports["default"] = _default;
|