@fonixtree/magic-design 0.0.13 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/fonts/.DS_Store +0 -0
- package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +299 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/es/assets/fonts/magic-box-iconfont.js +1 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/images/icon/index.js +68 -0
- package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/es/assets/images/layout-icon/layout-search.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/less/button.less +9 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32534 -0
- package/es/assets/less/font.less +50 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +11 -0
- package/es/assets/less/input.less +8 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +16 -0
- package/es/assets/less/select.less +19 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +40 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AlignSelector/index.js +104 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +134 -0
- package/es/common/Button/index.less +68 -0
- package/es/common/ButtonIconLayout/index.js +103 -0
- package/es/common/ButtonIconLayout/index.less +53 -0
- package/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/index.js +89 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/es/composite-comp/bol/components/Button/index.js +0 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -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/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 +130 -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 +189 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +183 -0
- package/es/meta-comp/components/Text/index.js +478 -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 +356 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/es/mobx/Store.js +95 -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 +289 -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/.DS_Store +0 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +299 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/lib/assets/fonts/magic-box-iconfont.js +1 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/images/icon/index.js +68 -0
- package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/lib/assets/images/layout-icon/layout-search.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/less/button.less +9 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32534 -0
- package/lib/assets/less/font.less +50 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +11 -0
- package/lib/assets/less/input.less +8 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +16 -0
- package/lib/assets/less/select.less +19 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +40 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AlignSelector/index.js +104 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +134 -0
- package/lib/common/Button/index.less +68 -0
- package/lib/common/ButtonIconLayout/index.js +103 -0
- package/lib/common/ButtonIconLayout/index.less +53 -0
- package/lib/common/Collapse/index.js +384 -0
- package/lib/common/Collapse/index.less +97 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +131 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/imgs/code.png +0 -0
- package/lib/common/ColorPickerInput/index.js +114 -0
- package/lib/common/ColorPickerInput/index.less +50 -0
- package/lib/common/CountDown/index.js +151 -0
- package/lib/common/CountDown/index.less +23 -0
- package/lib/common/Field/index.js +80 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +178 -0
- package/lib/common/FontStyles/index.less +63 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +210 -0
- package/lib/common/GroupList/index.less +85 -0
- package/lib/common/IconPicker/index.js +147 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +148 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonModal/const.js +22 -0
- package/lib/common/ImageModal/CommonModal/index.js +46 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/const.js +24 -0
- package/lib/common/ImageModal/index.js +748 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +162 -0
- package/lib/common/ImagePicker/index.less +104 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +33 -0
- package/lib/common/LayoutSelector/imgs/center.png +0 -0
- package/lib/common/LayoutSelector/imgs/left.png +0 -0
- package/lib/common/LayoutSelector/imgs/right.png +0 -0
- package/lib/common/LayoutSelector/index.js +111 -0
- package/lib/common/LayoutSelector/index.less +34 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +299 -0
- package/lib/common/LinkModal/CustomTable/index.js +227 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/lib/common/LinkModal/FunctionTable/index.js +221 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/lib/common/LinkModal/index.js +136 -0
- package/lib/common/LinkModal/index.less +108 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +760 -0
- package/lib/common/ProductModal/index.less +238 -0
- package/lib/common/ProductSource/index.js +250 -0
- package/lib/common/ProductSource/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +240 -0
- package/lib/common/RcCollapse/Panel.js +193 -0
- package/lib/common/RcCollapse/PanelContent.js +59 -0
- package/lib/common/RcCollapse/index.js +15 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/interface.js +1 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/RcCollapse/motionUtil.js +44 -0
- package/lib/common/Slider/index.js +151 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/UrlPicker/index.js +119 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/constants/component-types.js +87 -0
- package/lib/constants/index.js +144 -0
- package/lib/constants/layout.js +120 -0
- package/lib/core/Designer/CompListPanel/index.js +156 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +294 -0
- package/lib/core/Designer/ConfigPanel/index.less +139 -0
- package/lib/core/Designer/History/index.js +91 -0
- package/lib/core/Designer/PageCompList/index.js +266 -0
- package/lib/core/Designer/PageCompList/index.less +114 -0
- package/lib/core/Designer/QuickMenuBar/index.js +176 -0
- package/lib/core/Designer/QuickMenuBar/index.less +67 -0
- package/lib/core/Designer/ViewArea/index.js +150 -0
- package/lib/core/Designer/ViewArea/index.less +53 -0
- package/lib/core/Designer/index.js +454 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +82 -0
- package/lib/decorator/compositeDecorator.js +130 -0
- package/lib/decorator/index.js +23 -0
- package/lib/decorator/metaDecorator.js +199 -0
- package/lib/index.js +27 -0
- package/lib/meta-comp/components/Button/index.js +189 -0
- package/lib/meta-comp/components/Button/index.less +0 -0
- package/lib/meta-comp/components/Image/index.js +183 -0
- package/lib/meta-comp/components/Text/index.js +478 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +356 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/lib/mobx/Store.js +95 -0
- package/lib/mobx/index.js +36 -0
- package/lib/utils/androidUtil.js +113 -0
- package/lib/utils/businessUtil.js +235 -0
- package/lib/utils/commonUtil.js +289 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +156 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +105 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +44 -6
- package/_virtual/__node-resolve_empty.js +0 -6
- package/_virtual/_cloneBuffer.js +0 -3
- package/_virtual/_commonjsHelpers.js +0 -24
- package/_virtual/_node-resolve_empty.js +0 -3
- package/_virtual/_nodeUtil.js +0 -3
- package/_virtual/_rollupPluginBabelHelpers.js +0 -18
- package/_virtual/index.js +0 -3
- package/_virtual/index2.js +0 -3
- package/_virtual/index3.js +0 -3
- package/_virtual/index4.js +0 -3
- package/_virtual/index5.js +0 -5
- package/_virtual/interopRequireDefault.js +0 -3
- package/_virtual/isBuffer.js +0 -3
- package/_virtual/react-is.development.js +0 -3
- package/_virtual/react-is.production.min.js +0 -3
- package/_virtual/rng-browser.js +0 -3
- package/_virtual/toArray.js +0 -3
- package/my_node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -11
- package/my_node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -5
- package/my_node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -9
- package/my_node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -7
- package/my_node_modules/@babel/runtime/helpers/esm/createClass.js +0 -20
- package/my_node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -22
- package/my_node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -16
- package/my_node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
- package/my_node_modules/@babel/runtime/helpers/esm/inherits.js +0 -21
- package/my_node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -14
- package/my_node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -31
- package/my_node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -5
- package/my_node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -29
- package/my_node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -14
- package/my_node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -9
- package/my_node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
- package/my_node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
- package/my_node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -12
- package/my_node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -11
- package/my_node_modules/call-bind/callBound.js +0 -19
- package/my_node_modules/call-bind/index.js +0 -52
- package/my_node_modules/classnames/index.js +0 -61
- package/my_node_modules/function-bind/implementation.js +0 -52
- package/my_node_modules/function-bind/index.js +0 -7
- package/my_node_modules/get-intrinsic/index.js +0 -338
- package/my_node_modules/has/src/index.js +0 -7
- package/my_node_modules/has-symbols/index.js +0 -15
- package/my_node_modules/has-symbols/shams.js +0 -42
- package/my_node_modules/lodash/_DataView.js +0 -12
- package/my_node_modules/lodash/_Hash.js +0 -40
- package/my_node_modules/lodash/_ListCache.js +0 -40
- package/my_node_modules/lodash/_Map.js +0 -12
- package/my_node_modules/lodash/_MapCache.js +0 -40
- package/my_node_modules/lodash/_Promise.js +0 -12
- package/my_node_modules/lodash/_Set.js +0 -12
- package/my_node_modules/lodash/_SetCache.js +0 -33
- package/my_node_modules/lodash/_Stack.js +0 -36
- package/my_node_modules/lodash/_Symbol.js +0 -10
- package/my_node_modules/lodash/_Uint8Array.js +0 -10
- package/my_node_modules/lodash/_WeakMap.js +0 -12
- package/my_node_modules/lodash/_arrayEach.js +0 -25
- package/my_node_modules/lodash/_arrayFilter.js +0 -28
- package/my_node_modules/lodash/_arrayLikeKeys.js +0 -59
- package/my_node_modules/lodash/_arrayMap.js +0 -24
- package/my_node_modules/lodash/_arrayPush.js +0 -23
- package/my_node_modules/lodash/_arraySome.js +0 -26
- package/my_node_modules/lodash/_assignValue.js +0 -33
- package/my_node_modules/lodash/_assocIndexOf.js +0 -25
- package/my_node_modules/lodash/_baseAssign.js +0 -22
- package/my_node_modules/lodash/_baseAssignIn.js +0 -22
- package/my_node_modules/lodash/_baseAssignValue.js +0 -29
- package/my_node_modules/lodash/_baseClone.js +0 -193
- package/my_node_modules/lodash/_baseCreate.js +0 -34
- package/my_node_modules/lodash/_baseFindIndex.js +0 -27
- package/my_node_modules/lodash/_baseFor.js +0 -20
- package/my_node_modules/lodash/_baseForOwn.js +0 -21
- package/my_node_modules/lodash/_baseGet.js +0 -29
- package/my_node_modules/lodash/_baseGetAllKeys.js +0 -25
- package/my_node_modules/lodash/_baseGetTag.js +0 -34
- package/my_node_modules/lodash/_baseHasIn.js +0 -16
- package/my_node_modules/lodash/_baseIsArguments.js +0 -23
- package/my_node_modules/lodash/_baseIsEqual.js +0 -33
- package/my_node_modules/lodash/_baseIsEqualDeep.js +0 -95
- package/my_node_modules/lodash/_baseIsMap.js +0 -23
- package/my_node_modules/lodash/_baseIsMatch.js +0 -67
- package/my_node_modules/lodash/_baseIsNative.js +0 -54
- package/my_node_modules/lodash/_baseIsSet.js +0 -23
- package/my_node_modules/lodash/_baseIsTypedArray.js +0 -66
- package/my_node_modules/lodash/_baseIteratee.js +0 -39
- package/my_node_modules/lodash/_baseKeys.js +0 -35
- package/my_node_modules/lodash/_baseKeysIn.js +0 -39
- package/my_node_modules/lodash/_baseMatches.js +0 -28
- package/my_node_modules/lodash/_baseMatchesProperty.js +0 -43
- package/my_node_modules/lodash/_baseProperty.js +0 -17
- package/my_node_modules/lodash/_basePropertyDeep.js +0 -20
- package/my_node_modules/lodash/_baseTimes.js +0 -23
- package/my_node_modules/lodash/_baseToNumber.js +0 -28
- package/my_node_modules/lodash/_baseToString.js +0 -44
- package/my_node_modules/lodash/_baseTrim.js +0 -23
- package/my_node_modules/lodash/_baseUnary.js +0 -17
- package/my_node_modules/lodash/_cacheHas.js +0 -16
- package/my_node_modules/lodash/_castPath.js +0 -28
- package/my_node_modules/lodash/_cloneArrayBuffer.js +0 -20
- package/my_node_modules/lodash/_cloneBuffer.js +0 -40
- package/my_node_modules/lodash/_cloneDataView.js +0 -20
- package/my_node_modules/lodash/_cloneRegExp.js +0 -20
- package/my_node_modules/lodash/_cloneSymbol.js +0 -22
- package/my_node_modules/lodash/_cloneTypedArray.js +0 -20
- package/my_node_modules/lodash/_copyArray.js +0 -23
- package/my_node_modules/lodash/_copyObject.js +0 -45
- package/my_node_modules/lodash/_copySymbols.js +0 -21
- package/my_node_modules/lodash/_copySymbolsIn.js +0 -21
- package/my_node_modules/lodash/_coreJsData.js +0 -10
- package/my_node_modules/lodash/_createBaseFor.js +0 -28
- package/my_node_modules/lodash/_createMathOperation.js +0 -43
- package/my_node_modules/lodash/_defineProperty.js +0 -15
- package/my_node_modules/lodash/_equalArrays.js +0 -90
- package/my_node_modules/lodash/_equalByTag.js +0 -121
- package/my_node_modules/lodash/_equalObjects.js +0 -94
- package/my_node_modules/lodash/_freeGlobal.js +0 -9
- package/my_node_modules/lodash/_getAllKeys.js +0 -22
- package/my_node_modules/lodash/_getAllKeysIn.js +0 -23
- package/my_node_modules/lodash/_getMapData.js +0 -22
- package/my_node_modules/lodash/_getMatchData.js +0 -29
- package/my_node_modules/lodash/_getNative.js +0 -22
- package/my_node_modules/lodash/_getPrototype.js +0 -10
- package/my_node_modules/lodash/_getRawTag.js +0 -50
- package/my_node_modules/lodash/_getSymbols.js +0 -35
- package/my_node_modules/lodash/_getSymbolsIn.js +0 -32
- package/my_node_modules/lodash/_getTag.js +0 -68
- package/my_node_modules/lodash/_getValue.js +0 -16
- package/my_node_modules/lodash/_hasPath.js +0 -48
- package/my_node_modules/lodash/_hashClear.js +0 -19
- package/my_node_modules/lodash/_hashDelete.js +0 -20
- package/my_node_modules/lodash/_hashGet.js +0 -34
- package/my_node_modules/lodash/_hashHas.js +0 -27
- package/my_node_modules/lodash/_hashSet.js +0 -27
- package/my_node_modules/lodash/_initCloneArray.js +0 -29
- package/my_node_modules/lodash/_initCloneByTag.js +0 -85
- package/my_node_modules/lodash/_initCloneObject.js +0 -24
- package/my_node_modules/lodash/_isIndex.js +0 -28
- package/my_node_modules/lodash/_isKey.js +0 -34
- package/my_node_modules/lodash/_isKeyable.js +0 -18
- package/my_node_modules/lodash/_isMasked.js +0 -24
- package/my_node_modules/lodash/_isPrototype.js +0 -21
- package/my_node_modules/lodash/_isStrictComparable.js +0 -19
- package/my_node_modules/lodash/_listCacheClear.js +0 -16
- package/my_node_modules/lodash/_listCacheDelete.js +0 -39
- package/my_node_modules/lodash/_listCacheGet.js +0 -23
- package/my_node_modules/lodash/_listCacheHas.js +0 -20
- package/my_node_modules/lodash/_listCacheSet.js +0 -30
- package/my_node_modules/lodash/_mapCacheClear.js +0 -27
- package/my_node_modules/lodash/_mapCacheDelete.js +0 -22
- package/my_node_modules/lodash/_mapCacheGet.js +0 -20
- package/my_node_modules/lodash/_mapCacheHas.js +0 -20
- package/my_node_modules/lodash/_mapCacheSet.js +0 -26
- package/my_node_modules/lodash/_mapToArray.js +0 -21
- package/my_node_modules/lodash/_matchesStrictComparable.js +0 -23
- package/my_node_modules/lodash/_memoizeCapped.js +0 -30
- package/my_node_modules/lodash/_nativeCreate.js +0 -10
- package/my_node_modules/lodash/_nativeKeys.js +0 -10
- package/my_node_modules/lodash/_nativeKeysIn.js +0 -23
- package/my_node_modules/lodash/_nodeUtil.js +0 -35
- package/my_node_modules/lodash/_objectToString.js +0 -25
- package/my_node_modules/lodash/_overArg.js +0 -18
- package/my_node_modules/lodash/_root.js +0 -13
- package/my_node_modules/lodash/_setCacheAdd.js +0 -22
- package/my_node_modules/lodash/_setCacheHas.js +0 -17
- package/my_node_modules/lodash/_setToArray.js +0 -21
- package/my_node_modules/lodash/_stackClear.js +0 -19
- package/my_node_modules/lodash/_stackDelete.js +0 -21
- package/my_node_modules/lodash/_stackGet.js +0 -17
- package/my_node_modules/lodash/_stackHas.js +0 -17
- package/my_node_modules/lodash/_stackSet.js +0 -40
- package/my_node_modules/lodash/_stringToPath.js +0 -31
- package/my_node_modules/lodash/_toKey.js +0 -25
- package/my_node_modules/lodash/_toSource.js +0 -29
- package/my_node_modules/lodash/_trimmedEndIndex.js +0 -22
- package/my_node_modules/lodash/cloneDeep.js +0 -33
- package/my_node_modules/lodash/divide.js +0 -26
- package/my_node_modules/lodash/eq.js +0 -40
- package/my_node_modules/lodash/findIndex.js +0 -61
- package/my_node_modules/lodash/get.js +0 -37
- package/my_node_modules/lodash/hasIn.js +0 -39
- package/my_node_modules/lodash/identity.js +0 -24
- package/my_node_modules/lodash/isArguments.js +0 -41
- package/my_node_modules/lodash/isArray.js +0 -29
- package/my_node_modules/lodash/isArrayLike.js +0 -38
- package/my_node_modules/lodash/isBuffer.js +0 -44
- package/my_node_modules/lodash/isEmpty.js +0 -89
- package/my_node_modules/lodash/isFunction.js +0 -42
- package/my_node_modules/lodash/isLength.js +0 -38
- package/my_node_modules/lodash/isMap.js +0 -34
- package/my_node_modules/lodash/isObject.js +0 -34
- package/my_node_modules/lodash/isObjectLike.js +0 -32
- package/my_node_modules/lodash/isSet.js +0 -34
- package/my_node_modules/lodash/isSymbol.js +0 -34
- package/my_node_modules/lodash/isTypedArray.js +0 -34
- package/my_node_modules/lodash/keys.js +0 -43
- package/my_node_modules/lodash/keysIn.js +0 -38
- package/my_node_modules/lodash/mapKeys.js +0 -42
- package/my_node_modules/lodash/memoize.js +0 -77
- package/my_node_modules/lodash/property.js +0 -39
- package/my_node_modules/lodash/stubArray.js +0 -26
- package/my_node_modules/lodash/stubFalse.js +0 -21
- package/my_node_modules/lodash/toFinite.js +0 -46
- package/my_node_modules/lodash/toInteger.js +0 -40
- package/my_node_modules/lodash/toNumber.js +0 -70
- package/my_node_modules/lodash/toString.js +0 -32
- package/my_node_modules/object-assign/index.js +0 -99
- package/my_node_modules/object-inspect/index.js +0 -516
- package/my_node_modules/prop-types/checkPropTypes.js +0 -115
- package/my_node_modules/prop-types/factoryWithThrowingShims.js +0 -74
- package/my_node_modules/prop-types/factoryWithTypeCheckers.js +0 -625
- package/my_node_modules/prop-types/index.js +0 -27
- package/my_node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -21
- package/my_node_modules/prop-types/lib/has.js +0 -11
- package/my_node_modules/qs/lib/formats.js +0 -23
- package/my_node_modules/qs/lib/index.js +0 -15
- package/my_node_modules/qs/lib/parse.js +0 -265
- package/my_node_modules/qs/lib/stringify.js +0 -330
- package/my_node_modules/qs/lib/utils.js +0 -254
- package/my_node_modules/rc-motion/es/CSSMotion.js +0 -149
- package/my_node_modules/rc-motion/es/DomWrapper.js +0 -28
- package/my_node_modules/rc-motion/es/hooks/useDomMotionEvents.js +0 -45
- package/my_node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js +0 -6
- package/my_node_modules/rc-motion/es/hooks/useNextFrame.js +0 -36
- package/my_node_modules/rc-motion/es/hooks/useStatus.js +0 -232
- package/my_node_modules/rc-motion/es/hooks/useStepQueue.js +0 -69
- package/my_node_modules/rc-motion/es/index.js +0 -4
- package/my_node_modules/rc-motion/es/interface.js +0 -11
- package/my_node_modules/rc-motion/es/util/motion.js +0 -85
- package/my_node_modules/rc-util/es/Dom/canUseDom.js +0 -5
- package/my_node_modules/rc-util/es/Dom/findDOMNode.js +0 -15
- package/my_node_modules/rc-util/es/hooks/useState.js +0 -36
- package/my_node_modules/rc-util/es/raf.js +0 -57
- package/my_node_modules/rc-util/es/ref.js +0 -30
- package/my_node_modules/rc-util/lib/Children/toArray.js +0 -39
- package/my_node_modules/react-is/cjs/react-is.development.js +0 -190
- package/my_node_modules/react-is/cjs/react-is.production.min.js +0 -26
- package/my_node_modules/react-is/index.js +0 -21
- package/my_node_modules/shallowequal/index.js +0 -48
- package/my_node_modules/side-channel/index.js +0 -128
- package/my_node_modules/slick-carousel/slick/slick-theme.css.js +0 -4
- package/my_node_modules/slick-carousel/slick/slick.css.js +0 -4
- package/my_node_modules/style-inject/dist/style-inject.es.js +0 -28
- package/my_node_modules/tslib/tslib.es6.js +0 -110
- package/my_node_modules/uuid/index.js +0 -13
- package/my_node_modules/uuid/lib/bytesToUuid.js +0 -29
- package/my_node_modules/uuid/lib/rng-browser.js +0 -39
- package/my_node_modules/uuid/v1.js +0 -115
- package/my_node_modules/uuid/v4.js +0 -35
- package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
- package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
- package/src/components/assets/less/cylon-antd.less.js +0 -3
- package/src/components/assets/less/index.less.js +0 -4
- package/src/components/common/AlignSelector/index.js +0 -65
- package/src/components/common/AlignSelector/index.less.js +0 -4
- package/src/components/common/Button/index.js +0 -75
- package/src/components/common/Button/index.less.js +0 -4
- package/src/components/common/ButtonIconLayout/index.js +0 -66
- package/src/components/common/ButtonIconLayout/index.less.js +0 -4
- package/src/components/common/Collapse/index.js +0 -323
- package/src/components/common/Collapse/index.less.js +0 -4
- package/src/components/common/ColorPicker/index.js +0 -94
- package/src/components/common/ColorPicker/index.less.js +0 -4
- package/src/components/common/ColorPickerInput/index.js +0 -76
- package/src/components/common/ColorPickerInput/index.less.js +0 -4
- package/src/components/common/CountDown/index.js +0 -110
- package/src/components/common/CountDown/index.less.js +0 -4
- package/src/components/common/Field/index.js +0 -43
- package/src/components/common/Field/index.less.js +0 -4
- package/src/components/common/FontStyles/index.js +0 -124
- package/src/components/common/FontStyles/index.less.js +0 -4
- package/src/components/common/GroupList/defaultImg.png.js +0 -3
- package/src/components/common/GroupList/index.js +0 -170
- package/src/components/common/GroupList/index.less.js +0 -4
- package/src/components/common/IconPicker/index.js +0 -93
- package/src/components/common/IconPicker/index.less.js +0 -4
- package/src/components/common/Iconfont/index.js +0 -74
- package/src/components/common/Iconfont/index.less.js +0 -4
- package/src/components/common/ImageModal/CommonModal/const.js +0 -16
- package/src/components/common/ImageModal/CommonModal/index.js +0 -33
- package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
- package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -4
- package/src/components/common/ImageModal/const.js +0 -18
- package/src/components/common/ImageModal/index.js +0 -547
- package/src/components/common/ImageModal/index.less.js +0 -4
- package/src/components/common/ImagePicker/index.js +0 -124
- package/src/components/common/ImagePicker/index.less.js +0 -4
- package/src/components/common/InputNumber/index.js +0 -54
- package/src/components/common/InputNumber/index.less.js +0 -4
- package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
- package/src/components/common/LayoutSelector/index.js +0 -70
- package/src/components/common/LayoutSelector/index.less.js +0 -4
- package/src/components/common/LinkModal/CatgTable/index.js +0 -78
- package/src/components/common/LinkModal/CouponTable/index.js +0 -111
- package/src/components/common/LinkModal/CustomTable/index.js +0 -72
- package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
- package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -4
- package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
- package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
- package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -4
- package/src/components/common/LinkModal/index.js +0 -112
- package/src/components/common/LinkModal/index.less.js +0 -4
- package/src/components/common/NewImg/index.js +0 -91
- package/src/components/common/ProductModal/index.js +0 -556
- package/src/components/common/ProductModal/index.less.js +0 -4
- package/src/components/common/ProductSource/index.js +0 -91
- package/src/components/common/ProductSource/index.less.js +0 -4
- package/src/components/common/RcCollapse/Collapse.js +0 -176
- package/src/components/common/RcCollapse/Panel.js +0 -146
- package/src/components/common/RcCollapse/PanelContent.js +0 -41
- package/src/components/common/RcCollapse/index.js +0 -6
- package/src/components/common/RcCollapse/index.less.js +0 -4
- package/src/components/common/RcCollapse/motionUtil.js +0 -37
- package/src/components/common/Slider/index.js +0 -95
- package/src/components/common/Slider/index.less.js +0 -4
- package/src/components/common/SwitchCollapse/index.js +0 -162
- package/src/components/common/SwitchCollapse/index.less.js +0 -4
- package/src/components/common/UrlPicker/index.js +0 -81
- package/src/components/common/UrlPicker/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +0 -258
- package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
- package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
- package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
- package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
- package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Button/defaultJSON.js +0 -93
- package/src/components/composite-comp/bol/components/Button/index.js +0 -48
- package/src/components/composite-comp/bol/components/Button/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +0 -287
- package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
- package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +0 -40
- package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
- package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +0 -64
- package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +0 -540
- package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -145
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -126
- package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +0 -114
- package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
- package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +0 -91
- package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
- package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Text/defaultJSON.js +0 -125
- package/src/components/composite-comp/bol/components/Text/index.js +0 -68
- package/src/components/composite-comp/bol/components/Text/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
- package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
- package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
- package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
- package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -118
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
- package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
- package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -4
- package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
- package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +0 -176
- package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +0 -210
- package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +0 -44
- package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
- package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
- package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
- package/src/components/constants/component-types.js +0 -48
- package/src/components/constants/index.js +0 -74
- package/src/components/constants/layout.js +0 -90
- package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
- package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -4
- package/src/components/core/Designer/CompListPanel/index.js +0 -109
- package/src/components/core/Designer/CompListPanel/index.less.js +0 -4
- package/src/components/core/Designer/ConfigPanel/index.js +0 -246
- package/src/components/core/Designer/ConfigPanel/index.less.js +0 -4
- package/src/components/core/Designer/History/index.js +0 -82
- package/src/components/core/Designer/PageCompList/index.js +0 -248
- package/src/components/core/Designer/PageCompList/index.less.js +0 -4
- package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
- package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -4
- package/src/components/core/Designer/ViewArea/index.js +0 -86
- package/src/components/core/Designer/ViewArea/index.less.js +0 -4
- package/src/components/core/Designer/index.js +0 -364
- package/src/components/core/Designer/index.less.js +0 -4
- package/src/components/core/Renderer/index.js +0 -55
- package/src/components/decorator/compositeDecorator.js +0 -94
- package/src/components/decorator/metaDecorator.js +0 -150
- package/src/components/index.js +0 -4
- package/src/components/meta-comp/components/Button/index.js +0 -113
- package/src/components/meta-comp/components/Button/index.less.js +0 -4
- package/src/components/meta-comp/components/Image/index.js +0 -133
- package/src/components/meta-comp/components/Image/index.less.js +0 -4
- package/src/components/meta-comp/components/Text/index.js +0 -385
- package/src/components/meta-comp/components/Text/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
- package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -308
- package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -224
- package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
- package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -4
- package/src/components/mobx/Store.js +0 -88
- package/src/components/mobx/index.js +0 -12
- package/src/components/utils/androidUtil.js +0 -22
- package/src/components/utils/businessUtil.js +0 -214
- package/src/components/utils/commonUtil.js +0 -240
- package/src/components/utils/coreUtil.js +0 -108
- package/src/components/utils/currencyUtil.js +0 -110
- package/src/components/utils/dataTreeUtils.js +0 -93
- package/src/components/utils/dateUtil.js +0 -30
- package/src/components/utils/storeUtil.js +0 -113
|
@@ -0,0 +1,433 @@
|
|
|
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
|
+
require("./index.less");
|
|
17
|
+
|
|
18
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
19
|
+
|
|
20
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
21
|
+
|
|
22
|
+
var __assign = void 0 && (void 0).__assign || function () {
|
|
23
|
+
__assign = Object.assign || function (t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
|
|
27
|
+
for (var p in s) {
|
|
28
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
return t;
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
return __assign.apply(this, arguments);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
|
|
39
|
+
function adopt(value) {
|
|
40
|
+
return value instanceof P ? value : new P(function (resolve) {
|
|
41
|
+
resolve(value);
|
|
42
|
+
});
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
46
|
+
function fulfilled(value) {
|
|
47
|
+
try {
|
|
48
|
+
step(generator.next(value));
|
|
49
|
+
} catch (e) {
|
|
50
|
+
reject(e);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
function rejected(value) {
|
|
55
|
+
try {
|
|
56
|
+
step(generator["throw"](value));
|
|
57
|
+
} catch (e) {
|
|
58
|
+
reject(e);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
function step(result) {
|
|
63
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
67
|
+
});
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
|
|
71
|
+
var _ = {
|
|
72
|
+
label: 0,
|
|
73
|
+
sent: function sent() {
|
|
74
|
+
if (t[0] & 1) throw t[1];
|
|
75
|
+
return t[1];
|
|
76
|
+
},
|
|
77
|
+
trys: [],
|
|
78
|
+
ops: []
|
|
79
|
+
},
|
|
80
|
+
f,
|
|
81
|
+
y,
|
|
82
|
+
t,
|
|
83
|
+
g;
|
|
84
|
+
return g = {
|
|
85
|
+
next: verb(0),
|
|
86
|
+
"throw": verb(1),
|
|
87
|
+
"return": verb(2)
|
|
88
|
+
}, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
|
|
89
|
+
return this;
|
|
90
|
+
}), g;
|
|
91
|
+
|
|
92
|
+
function verb(n) {
|
|
93
|
+
return function (v) {
|
|
94
|
+
return step([n, v]);
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
function step(op) {
|
|
99
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
100
|
+
|
|
101
|
+
while (_) {
|
|
102
|
+
try {
|
|
103
|
+
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;
|
|
104
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
105
|
+
|
|
106
|
+
switch (op[0]) {
|
|
107
|
+
case 0:
|
|
108
|
+
case 1:
|
|
109
|
+
t = op;
|
|
110
|
+
break;
|
|
111
|
+
|
|
112
|
+
case 4:
|
|
113
|
+
_.label++;
|
|
114
|
+
return {
|
|
115
|
+
value: op[1],
|
|
116
|
+
done: false
|
|
117
|
+
};
|
|
118
|
+
|
|
119
|
+
case 5:
|
|
120
|
+
_.label++;
|
|
121
|
+
y = op[1];
|
|
122
|
+
op = [0];
|
|
123
|
+
continue;
|
|
124
|
+
|
|
125
|
+
case 7:
|
|
126
|
+
op = _.ops.pop();
|
|
127
|
+
|
|
128
|
+
_.trys.pop();
|
|
129
|
+
|
|
130
|
+
continue;
|
|
131
|
+
|
|
132
|
+
default:
|
|
133
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
134
|
+
_ = 0;
|
|
135
|
+
continue;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
139
|
+
_.label = op[1];
|
|
140
|
+
break;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
if (op[0] === 6 && _.label < t[1]) {
|
|
144
|
+
_.label = t[1];
|
|
145
|
+
t = op;
|
|
146
|
+
break;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (t && _.label < t[2]) {
|
|
150
|
+
_.label = t[2];
|
|
151
|
+
|
|
152
|
+
_.ops.push(op);
|
|
153
|
+
|
|
154
|
+
break;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
if (t[2]) _.ops.pop();
|
|
158
|
+
|
|
159
|
+
_.trys.pop();
|
|
160
|
+
|
|
161
|
+
continue;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
op = body.call(thisArg, _);
|
|
165
|
+
} catch (e) {
|
|
166
|
+
op = [6, e];
|
|
167
|
+
y = 0;
|
|
168
|
+
} finally {
|
|
169
|
+
f = t = 0;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
if (op[0] & 5) throw op[1];
|
|
174
|
+
return {
|
|
175
|
+
value: op[0] ? op[1] : void 0,
|
|
176
|
+
done: true
|
|
177
|
+
};
|
|
178
|
+
}
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
var __rest = void 0 && (void 0).__rest || function (s, e) {
|
|
182
|
+
var t = {};
|
|
183
|
+
|
|
184
|
+
for (var p in s) {
|
|
185
|
+
if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
189
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
|
|
190
|
+
}
|
|
191
|
+
return t;
|
|
192
|
+
};
|
|
193
|
+
|
|
194
|
+
var Option = _antd.Select.Option;
|
|
195
|
+
|
|
196
|
+
var ProductDetailPage = function ProductDetailPage(props) {
|
|
197
|
+
var setUrl = props.setUrl;
|
|
198
|
+
|
|
199
|
+
var _a = (0, _react.useState)([]),
|
|
200
|
+
productList = _a[0],
|
|
201
|
+
setProductList = _a[1];
|
|
202
|
+
|
|
203
|
+
var _b = (0, _react.useState)([]),
|
|
204
|
+
brandData = _b[0],
|
|
205
|
+
setBrandData = _b[1];
|
|
206
|
+
|
|
207
|
+
var _c = (0, _react.useState)({}),
|
|
208
|
+
brandId = _c[0],
|
|
209
|
+
settBrandId = _c[1];
|
|
210
|
+
|
|
211
|
+
var _d = (0, _react.useState)(''),
|
|
212
|
+
productCode = _d[0],
|
|
213
|
+
setProductCode = _d[1];
|
|
214
|
+
|
|
215
|
+
var _e = (0, _react.useState)(''),
|
|
216
|
+
productName = _e[0],
|
|
217
|
+
setProductName = _e[1];
|
|
218
|
+
|
|
219
|
+
var _f = (0, _react.useState)(false),
|
|
220
|
+
loading = _f[0],
|
|
221
|
+
setLoading = _f[1];
|
|
222
|
+
|
|
223
|
+
var _g = (0, _react.useState)({
|
|
224
|
+
pageSize: 20,
|
|
225
|
+
current: 1
|
|
226
|
+
}),
|
|
227
|
+
paginationParams = _g[0],
|
|
228
|
+
setPaginationParams = _g[1];
|
|
229
|
+
|
|
230
|
+
var columns = [{
|
|
231
|
+
title: 'Image',
|
|
232
|
+
dataIndex: 'productImageUrl',
|
|
233
|
+
width: 80,
|
|
234
|
+
render: function render(url) {
|
|
235
|
+
return /*#__PURE__*/_react["default"].createElement("img", {
|
|
236
|
+
alt: "",
|
|
237
|
+
src: url,
|
|
238
|
+
style: {
|
|
239
|
+
width: '36px',
|
|
240
|
+
height: '36px',
|
|
241
|
+
margin: '-10px'
|
|
242
|
+
}
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
}, {
|
|
246
|
+
title: 'Product Name',
|
|
247
|
+
dataIndex: 'productName',
|
|
248
|
+
render: function render(name) {
|
|
249
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
250
|
+
className: "one_row productName"
|
|
251
|
+
}, name);
|
|
252
|
+
}
|
|
253
|
+
}, {
|
|
254
|
+
title: 'SKU',
|
|
255
|
+
dataIndex: 'attrValues',
|
|
256
|
+
render: function render(sku) {
|
|
257
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
258
|
+
className: "one_row productName"
|
|
259
|
+
}, sku);
|
|
260
|
+
}
|
|
261
|
+
}, {
|
|
262
|
+
title: 'Merchant',
|
|
263
|
+
dataIndex: 'storeName',
|
|
264
|
+
width: 150
|
|
265
|
+
}];
|
|
266
|
+
var rowSelection = {
|
|
267
|
+
onChange: function onChange(selectedRowKeys, selectedRows) {
|
|
268
|
+
setUrl("proDetail-" + selectedRows[0].offerId + "-" + selectedRows[0].productId);
|
|
269
|
+
console.log("selectedRowKeys: " + selectedRowKeys, 'selectedRows: ', selectedRows);
|
|
270
|
+
},
|
|
271
|
+
type: 'radio'
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
var queryGoods = function queryGoods(params) {
|
|
275
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
276
|
+
var res;
|
|
277
|
+
return __generator(this, function (_a) {
|
|
278
|
+
switch (_a.label) {
|
|
279
|
+
case 0:
|
|
280
|
+
return [4
|
|
281
|
+
/*yield*/
|
|
282
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/products", params, 'GET')];
|
|
283
|
+
|
|
284
|
+
case 1:
|
|
285
|
+
res = _a.sent();
|
|
286
|
+
setLoading(false);
|
|
287
|
+
paginationParams.total = res.total;
|
|
288
|
+
setProductList(res.list);
|
|
289
|
+
window.MProductList = res.list;
|
|
290
|
+
return [2
|
|
291
|
+
/*return*/
|
|
292
|
+
];
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
});
|
|
296
|
+
}; // 请求品牌
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
var queryBrand = function queryBrand() {
|
|
300
|
+
return __awaiter(void 0, void 0, void 0, function () {
|
|
301
|
+
var res;
|
|
302
|
+
return __generator(this, function (_a) {
|
|
303
|
+
switch (_a.label) {
|
|
304
|
+
case 0:
|
|
305
|
+
return [4
|
|
306
|
+
/*yield*/
|
|
307
|
+
, (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/brands/list", {}, 'GET')];
|
|
308
|
+
|
|
309
|
+
case 1:
|
|
310
|
+
res = _a.sent();
|
|
311
|
+
setBrandData(res);
|
|
312
|
+
return [2
|
|
313
|
+
/*return*/
|
|
314
|
+
];
|
|
315
|
+
}
|
|
316
|
+
});
|
|
317
|
+
});
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
var handleBrandChange = function handleBrandChange(value, node) {
|
|
321
|
+
settBrandId(node);
|
|
322
|
+
};
|
|
323
|
+
|
|
324
|
+
var reset = function reset() {
|
|
325
|
+
setProductName('');
|
|
326
|
+
setProductCode('');
|
|
327
|
+
settBrandId({});
|
|
328
|
+
};
|
|
329
|
+
|
|
330
|
+
(0, _react.useEffect)(function () {
|
|
331
|
+
setLoading(true);
|
|
332
|
+
|
|
333
|
+
var total = paginationParams.total,
|
|
334
|
+
params = __rest(paginationParams, ["total"]);
|
|
335
|
+
|
|
336
|
+
queryGoods(params);
|
|
337
|
+
queryBrand();
|
|
338
|
+
}, []);
|
|
339
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
340
|
+
className: "productDetailPage"
|
|
341
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form, {
|
|
342
|
+
labelCol: {
|
|
343
|
+
span: 8
|
|
344
|
+
},
|
|
345
|
+
layout: "horizontal"
|
|
346
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
|
|
347
|
+
gutter: 24
|
|
348
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
349
|
+
span: 9
|
|
350
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
351
|
+
label: "Product Name",
|
|
352
|
+
name: "productName"
|
|
353
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
354
|
+
size: "small"
|
|
355
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
356
|
+
span: 9
|
|
357
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
358
|
+
label: "SKU Code",
|
|
359
|
+
name: "productCode"
|
|
360
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
|
|
361
|
+
size: "small"
|
|
362
|
+
}))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
363
|
+
span: 6
|
|
364
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
365
|
+
onClick: function onClick() {
|
|
366
|
+
setLoading(true);
|
|
367
|
+
paginationParams.current = 1;
|
|
368
|
+
|
|
369
|
+
var total = paginationParams.total,
|
|
370
|
+
params = __rest(paginationParams, ["total"]);
|
|
371
|
+
|
|
372
|
+
queryGoods(__assign({
|
|
373
|
+
productName: productName,
|
|
374
|
+
productCode: productCode,
|
|
375
|
+
brandIds: brandId.key || ''
|
|
376
|
+
}, params));
|
|
377
|
+
},
|
|
378
|
+
size: "small",
|
|
379
|
+
style: {
|
|
380
|
+
marginRight: 10
|
|
381
|
+
},
|
|
382
|
+
type: "primary"
|
|
383
|
+
}, "Query"), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
384
|
+
onClick: function onClick() {
|
|
385
|
+
reset();
|
|
386
|
+
},
|
|
387
|
+
size: "small"
|
|
388
|
+
}, "Cancel")), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
389
|
+
span: 9
|
|
390
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
|
|
391
|
+
label: "Brand",
|
|
392
|
+
name: "brandId"
|
|
393
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
394
|
+
placeholder: "Please select",
|
|
395
|
+
size: "small"
|
|
396
|
+
}, brandData && brandData.length > 0 && brandData.map(function (v) {
|
|
397
|
+
return /*#__PURE__*/_react["default"].createElement(Option, {
|
|
398
|
+
key: v.brandId,
|
|
399
|
+
value: v.brandName
|
|
400
|
+
}, v.brandName);
|
|
401
|
+
})))))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
402
|
+
className: "mt16"
|
|
403
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Table, {
|
|
404
|
+
bordered: false,
|
|
405
|
+
columns: columns,
|
|
406
|
+
dataSource: productList,
|
|
407
|
+
loading: loading,
|
|
408
|
+
pagination: __assign(__assign({}, paginationParams), {
|
|
409
|
+
onChange: function onChange(page) {
|
|
410
|
+
setLoading(true);
|
|
411
|
+
paginationParams.current = page;
|
|
412
|
+
|
|
413
|
+
var total = paginationParams.total,
|
|
414
|
+
params = __rest(paginationParams, ["total"]);
|
|
415
|
+
|
|
416
|
+
queryGoods(__assign({
|
|
417
|
+
productName: productName,
|
|
418
|
+
productCode: productCode,
|
|
419
|
+
brandIds: brandId.key || ''
|
|
420
|
+
}, params));
|
|
421
|
+
},
|
|
422
|
+
showSizeChanger: false
|
|
423
|
+
}),
|
|
424
|
+
rowKey: "productId",
|
|
425
|
+
rowSelection: rowSelection,
|
|
426
|
+
scroll: {
|
|
427
|
+
y: 290
|
|
428
|
+
}
|
|
429
|
+
})));
|
|
430
|
+
};
|
|
431
|
+
|
|
432
|
+
var _default = ProductDetailPage;
|
|
433
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
.productDetailPage {
|
|
2
|
+
width: 100%;
|
|
3
|
+
padding-top: 12px;
|
|
4
|
+
border-top: 1px solid #f0f0f0;
|
|
5
|
+
.inputStyle {
|
|
6
|
+
width: 320px;
|
|
7
|
+
height: 32px;
|
|
8
|
+
margin-left: 10px;
|
|
9
|
+
}
|
|
10
|
+
.labelStyle {
|
|
11
|
+
display: inline-block;
|
|
12
|
+
width: 100px;
|
|
13
|
+
}
|
|
14
|
+
.mb12 {
|
|
15
|
+
margin-bottom: 12px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.ant-form-item {
|
|
19
|
+
margin-bottom: 4px;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -0,0 +1,136 @@
|
|
|
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 _CouponTable = _interopRequireDefault(require("./CouponTable"));
|
|
15
|
+
|
|
16
|
+
var _FilteredProductModal = _interopRequireDefault(require("./FilteredProductModal"));
|
|
17
|
+
|
|
18
|
+
var _ProductDetailPage = _interopRequireDefault(require("./ProductDetailPage"));
|
|
19
|
+
|
|
20
|
+
var _FunctionTable = _interopRequireDefault(require("./FunctionTable"));
|
|
21
|
+
|
|
22
|
+
var _CatgTable = _interopRequireDefault(require("./CatgTable"));
|
|
23
|
+
|
|
24
|
+
var _CustomTable = _interopRequireDefault(require("./CustomTable"));
|
|
25
|
+
|
|
26
|
+
require("./index.less");
|
|
27
|
+
|
|
28
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
29
|
+
|
|
30
|
+
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); }
|
|
31
|
+
|
|
32
|
+
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; }
|
|
33
|
+
|
|
34
|
+
var LinkModal = function LinkModal(props) {
|
|
35
|
+
var onConfirm = props.onConfirm,
|
|
36
|
+
onClose = props.onClose,
|
|
37
|
+
visible = props.visible;
|
|
38
|
+
|
|
39
|
+
var _a = (0, _react.useState)(''),
|
|
40
|
+
linkUrl = _a[0],
|
|
41
|
+
setLinkUrl = _a[1];
|
|
42
|
+
|
|
43
|
+
var _b = (0, _react.useState)('Category'),
|
|
44
|
+
selected = _b[0],
|
|
45
|
+
setSelected = _b[1];
|
|
46
|
+
|
|
47
|
+
var list = ['Category', 'Customized Page', 'Product Details Page', 'Filtered Products', 'Function Page', 'Coupons'];
|
|
48
|
+
|
|
49
|
+
var _c = (0, _react.useState)(0),
|
|
50
|
+
total = _c[0],
|
|
51
|
+
setTotal = _c[1];
|
|
52
|
+
|
|
53
|
+
(0, _react.useEffect)(function () {
|
|
54
|
+
setTotal(0);
|
|
55
|
+
}, [visible]);
|
|
56
|
+
|
|
57
|
+
var onModalSava = function onModalSava() {
|
|
58
|
+
if (onConfirm) {
|
|
59
|
+
onConfirm(linkUrl);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
if (onClose) {
|
|
63
|
+
onClose();
|
|
64
|
+
}
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
return /*#__PURE__*/_react["default"].createElement(_antd.Modal, {
|
|
68
|
+
cancelText: "Cancel",
|
|
69
|
+
draggable: false,
|
|
70
|
+
footer: null,
|
|
71
|
+
okText: "OK",
|
|
72
|
+
onCancel: onClose,
|
|
73
|
+
onOk: onConfirm,
|
|
74
|
+
title: "URL Setup",
|
|
75
|
+
visible: visible,
|
|
76
|
+
width: "1000",
|
|
77
|
+
wrapClassName: "linkModal"
|
|
78
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
79
|
+
className: "modalWrap"
|
|
80
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
81
|
+
className: "linkType"
|
|
82
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
83
|
+
className: "typeTitle"
|
|
84
|
+
}, "Link Type:"), list.map(function (item, index) {
|
|
85
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
86
|
+
key: index,
|
|
87
|
+
className: "typeItem " + (selected === item ? 'selected' : ''),
|
|
88
|
+
onClick: function onClick() {
|
|
89
|
+
return setSelected(item);
|
|
90
|
+
}
|
|
91
|
+
}, item);
|
|
92
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
93
|
+
className: "content"
|
|
94
|
+
}, selected === 'Category' && /*#__PURE__*/_react["default"].createElement(_CatgTable["default"], {
|
|
95
|
+
onChange: function onChange(value) {
|
|
96
|
+
return setLinkUrl(value);
|
|
97
|
+
}
|
|
98
|
+
}), selected === 'Customized Page' && /*#__PURE__*/_react["default"].createElement(_CustomTable["default"], {
|
|
99
|
+
onChange: function onChange(value) {
|
|
100
|
+
return setLinkUrl(value);
|
|
101
|
+
}
|
|
102
|
+
}), selected === 'Product Details Page' && /*#__PURE__*/_react["default"].createElement(_ProductDetailPage["default"], {
|
|
103
|
+
setUrl: function setUrl(url) {
|
|
104
|
+
return setLinkUrl(url);
|
|
105
|
+
}
|
|
106
|
+
}), selected === 'Filtered Products' && /*#__PURE__*/_react["default"].createElement(_FilteredProductModal["default"], {
|
|
107
|
+
onDataChange: function onDataChange(url, t) {
|
|
108
|
+
setLinkUrl(url);
|
|
109
|
+
setTotal(t);
|
|
110
|
+
}
|
|
111
|
+
}), selected === 'Function Page' && /*#__PURE__*/_react["default"].createElement(_FunctionTable["default"], {
|
|
112
|
+
onChange: function onChange(value) {
|
|
113
|
+
return setLinkUrl(value);
|
|
114
|
+
}
|
|
115
|
+
}), selected === 'Coupons' && /*#__PURE__*/_react["default"].createElement(_CouponTable["default"], {
|
|
116
|
+
onChange: function onChange(value) {
|
|
117
|
+
return setLinkUrl(value);
|
|
118
|
+
}
|
|
119
|
+
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
120
|
+
className: "footer"
|
|
121
|
+
}, selected === 'Filtered Products' ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
122
|
+
className: "total"
|
|
123
|
+
}, total, " Products In Total") : /*#__PURE__*/_react["default"].createElement("div", null), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
124
|
+
className: "btn-cancel",
|
|
125
|
+
onClick: function onClick() {
|
|
126
|
+
return onClose && onClose();
|
|
127
|
+
}
|
|
128
|
+
}, "Cancel"), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
|
|
129
|
+
className: "btn-confirm",
|
|
130
|
+
onClick: onModalSava,
|
|
131
|
+
type: "primary"
|
|
132
|
+
}, "OK")))));
|
|
133
|
+
};
|
|
134
|
+
|
|
135
|
+
var _default = LinkModal;
|
|
136
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
.linkModal {
|
|
2
|
+
width: 1000px;
|
|
3
|
+
right: unset !important;
|
|
4
|
+
left: unset !important;
|
|
5
|
+
|
|
6
|
+
.modalWrap {
|
|
7
|
+
font-family: 'Open Sans';
|
|
8
|
+
font-style: normal;
|
|
9
|
+
font-weight: 400;
|
|
10
|
+
font-size: 14px;
|
|
11
|
+
line-height: 22px;
|
|
12
|
+
color: #232F46;
|
|
13
|
+
height:600px;
|
|
14
|
+
|
|
15
|
+
.linkType {
|
|
16
|
+
display: flex;
|
|
17
|
+
justify-content: flex-start;
|
|
18
|
+
align-items: center;
|
|
19
|
+
|
|
20
|
+
.typeItem {
|
|
21
|
+
padding: 7px 16px;
|
|
22
|
+
margin-right: 12px;
|
|
23
|
+
cursor: pointer;
|
|
24
|
+
font-weight: 600;
|
|
25
|
+
border-radius: 4px;
|
|
26
|
+
&:hover {
|
|
27
|
+
background: #F5F6F7;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.typeTitle {
|
|
32
|
+
padding: 5px 12px;
|
|
33
|
+
margin-right: 12px;
|
|
34
|
+
font-weight: 600;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.selected {
|
|
38
|
+
background: #2F54EB !important;
|
|
39
|
+
border-radius: 4px;
|
|
40
|
+
color: #fff !important;
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.content {
|
|
45
|
+
padding: 12px;
|
|
46
|
+
|
|
47
|
+
.cotTitle {
|
|
48
|
+
padding: 6px 0 6px 52px;
|
|
49
|
+
width: 100%;
|
|
50
|
+
font-size: 13px;
|
|
51
|
+
font-weight: bold;
|
|
52
|
+
color: #2d3040;
|
|
53
|
+
background: #f5f6f7;
|
|
54
|
+
box-shadow: inset 0 -1px 0 0 #e0e0e0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.cotItem {
|
|
58
|
+
width: 100%;
|
|
59
|
+
height: 38px;
|
|
60
|
+
background: #ffffff;
|
|
61
|
+
box-shadow: inset 0 -1px 0 0 #f0f0f0;
|
|
62
|
+
display: flex;
|
|
63
|
+
align-items: center;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.footer {
|
|
68
|
+
padding: 10px 0;
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
justify-content: space-between;
|
|
72
|
+
border-top: 1px solid #e0e0e0;
|
|
73
|
+
position: absolute;
|
|
74
|
+
bottom: 0;
|
|
75
|
+
left: 24px;
|
|
76
|
+
right: 24px;
|
|
77
|
+
|
|
78
|
+
.btn-cancel {
|
|
79
|
+
background: #E9F0FF;
|
|
80
|
+
border-radius: 6px;
|
|
81
|
+
color: #2F54EB;
|
|
82
|
+
border: none;
|
|
83
|
+
margin-right: 12px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.btn-confirm {
|
|
87
|
+
background: #2F54EB;
|
|
88
|
+
border: none;
|
|
89
|
+
border-radius: 6px;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.total {
|
|
94
|
+
font-size: 13px;
|
|
95
|
+
color: #2d3040;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.ant-modal-body {
|
|
100
|
+
padding: 16px 16px 0 16px !important;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
.ant-modal {
|
|
106
|
+
top: 25px;
|
|
107
|
+
}
|
|
108
|
+
}
|