@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
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../my_my_node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
import ColorPicker from '../ColorPicker/index.js';
|
|
6
|
-
|
|
7
|
-
var ColorPickerInput =
|
|
8
|
-
/** @class */
|
|
9
|
-
function (_super) {
|
|
10
|
-
__extends(ColorPickerInput, _super);
|
|
11
|
-
|
|
12
|
-
function ColorPickerInput() {
|
|
13
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
14
|
-
|
|
15
|
-
_this.state = {
|
|
16
|
-
visibility: false
|
|
17
|
-
};
|
|
18
|
-
return _this;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
ColorPickerInput.prototype.render = function () {
|
|
22
|
-
var _a;
|
|
23
|
-
|
|
24
|
-
var _this = this;
|
|
25
|
-
|
|
26
|
-
var _b = this.props,
|
|
27
|
-
placement = _b.placement,
|
|
28
|
-
type = _b.type,
|
|
29
|
-
colorType = _b.colorType,
|
|
30
|
-
value = _b.value,
|
|
31
|
-
onChange = _b.onChange;
|
|
32
|
-
var visibility = this.state.visibility;
|
|
33
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
34
|
-
className: classNames('m-color-picker-input', (_a = {}, _a[type] = true, _a))
|
|
35
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
36
|
-
className: "input-color",
|
|
37
|
-
onClick: function () {
|
|
38
|
-
return _this.setState({
|
|
39
|
-
visibility: true
|
|
40
|
-
});
|
|
41
|
-
}
|
|
42
|
-
}, /*#__PURE__*/React__default.createElement("span", {
|
|
43
|
-
className: classNames('color-icon', {
|
|
44
|
-
transparent: value === ''
|
|
45
|
-
}),
|
|
46
|
-
style: {
|
|
47
|
-
background: value
|
|
48
|
-
}
|
|
49
|
-
}), /*#__PURE__*/React__default.createElement("span", {
|
|
50
|
-
className: "color-value"
|
|
51
|
-
}, value || 'Transparent')), /*#__PURE__*/React__default.createElement(ColorPicker, {
|
|
52
|
-
color: value,
|
|
53
|
-
onChangeColor: function (color) {
|
|
54
|
-
return onChange(color);
|
|
55
|
-
},
|
|
56
|
-
onClose: function () {
|
|
57
|
-
return _this.setState({
|
|
58
|
-
visibility: false
|
|
59
|
-
});
|
|
60
|
-
},
|
|
61
|
-
placement: placement,
|
|
62
|
-
type: colorType,
|
|
63
|
-
visibility: visibility
|
|
64
|
-
}));
|
|
65
|
-
};
|
|
66
|
-
|
|
67
|
-
ColorPickerInput.defaultProps = {
|
|
68
|
-
value: '#2F54EB',
|
|
69
|
-
onChange: function () {},
|
|
70
|
-
colorType: 'hex',
|
|
71
|
-
type: 'default'
|
|
72
|
-
};
|
|
73
|
-
return ColorPickerInput;
|
|
74
|
-
}(React__default.Component);
|
|
75
|
-
|
|
76
|
-
export { ColorPickerInput as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-color-picker-input__jnOiv .index_input-color__8YSb1 {\n height: 60px;\n background: #FFFFFF;\n border: 1px solid #D2D9E5;\n border-radius: 8px;\n padding: 12px;\n display: flex;\n align-items: center;\n cursor: pointer;\n}\n.index_m-color-picker-input__jnOiv .index_input-color__8YSb1 .index_color-icon__XXb6j {\n display: inline-block;\n width: 36px;\n height: 36px;\n background-color: #000;\n border-radius: 50px;\n border: 1px solid #EDF0F4;\n}\n.index_m-color-picker-input__jnOiv .index_input-color__8YSb1 .index_color-icon__XXb6j.index_transparent__zHncx {\n background: url('./imgs/code.png') !important;\n}\n.index_m-color-picker-input__jnOiv .index_input-color__8YSb1 .index_color-value__V5u8U {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 600;\n font-size: 16px;\n color: #232F46;\n margin-left: 12px;\n}\n.index_m-color-picker-input__jnOiv.index_dot__lQdOJ .index_input-color__8YSb1 {\n border: none;\n border-radius: 8px;\n}\n.index_m-color-picker-input__jnOiv.index_dot__lQdOJ .index_input-color__8YSb1 .index_color-icon__XXb6j {\n border-radius: 8px;\n}\n.index_m-color-picker-input__jnOiv.index_dot__lQdOJ .index_color-value__V5u8U {\n display: none;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default, { Component } from 'react';
|
|
3
|
-
import { calcLastTime } from '../../utils/commonUtil.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
|
|
6
|
-
var debug = require('debug')('worker:count-down');
|
|
7
|
-
|
|
8
|
-
var CountDown =
|
|
9
|
-
/** @class */
|
|
10
|
-
function (_super) {
|
|
11
|
-
__extends(CountDown, _super);
|
|
12
|
-
|
|
13
|
-
function CountDown() {
|
|
14
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
15
|
-
|
|
16
|
-
_this.state = {
|
|
17
|
-
hour: '00',
|
|
18
|
-
min: '00',
|
|
19
|
-
second: '00',
|
|
20
|
-
nowTime: _this.props.now
|
|
21
|
-
};
|
|
22
|
-
_this.timer = null;
|
|
23
|
-
|
|
24
|
-
_this.componentWillUnmount = function () {
|
|
25
|
-
_this.clearTimer();
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
_this.calcLastTime = function () {
|
|
29
|
-
try {
|
|
30
|
-
var _a = _this.props,
|
|
31
|
-
effDate = _a.effDate,
|
|
32
|
-
expDate = _a.expDate,
|
|
33
|
-
refresh = _a.refresh;
|
|
34
|
-
var nowTime = _this.state.nowTime;
|
|
35
|
-
var lastTime = 0;
|
|
36
|
-
|
|
37
|
-
if (nowTime > effDate && nowTime < expDate) {
|
|
38
|
-
lastTime = expDate - nowTime;
|
|
39
|
-
} else if (nowTime < effDate) {
|
|
40
|
-
lastTime = effDate - nowTime;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
if (lastTime === 0) {
|
|
44
|
-
refresh();
|
|
45
|
-
|
|
46
|
-
_this.clearTimer();
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
var _b = calcLastTime(lastTime).split(':'),
|
|
50
|
-
hour = _b[0],
|
|
51
|
-
min = _b[1],
|
|
52
|
-
second = _b[2];
|
|
53
|
-
|
|
54
|
-
_this.setState({
|
|
55
|
-
hour: hour,
|
|
56
|
-
min: min,
|
|
57
|
-
second: second,
|
|
58
|
-
nowTime: nowTime + 1000
|
|
59
|
-
});
|
|
60
|
-
} catch (error) {
|
|
61
|
-
debug(error);
|
|
62
|
-
}
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
_this.clearTimer = function () {
|
|
66
|
-
if (_this.timer) {
|
|
67
|
-
clearInterval(_this.timer);
|
|
68
|
-
_this.timer = null;
|
|
69
|
-
}
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
return _this;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
CountDown.prototype.componentWillReceiveProps = function (nextProps) {
|
|
76
|
-
var _this = this;
|
|
77
|
-
|
|
78
|
-
if (nextProps.now !== this.props.now) {
|
|
79
|
-
this.setState({
|
|
80
|
-
nowTime: nextProps.now
|
|
81
|
-
}, function () {
|
|
82
|
-
_this.clearTimer();
|
|
83
|
-
|
|
84
|
-
_this.calcLastTime();
|
|
85
|
-
|
|
86
|
-
_this.timer = setInterval(_this.calcLastTime, 1000);
|
|
87
|
-
});
|
|
88
|
-
}
|
|
89
|
-
};
|
|
90
|
-
|
|
91
|
-
CountDown.prototype.render = function () {
|
|
92
|
-
var _a = this.state,
|
|
93
|
-
hour = _a.hour,
|
|
94
|
-
min = _a.min,
|
|
95
|
-
second = _a.second;
|
|
96
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
97
|
-
className: "count-down-wrap"
|
|
98
|
-
}, /*#__PURE__*/React__default.createElement("span", null, hour), /*#__PURE__*/React__default.createElement("span", null, min), /*#__PURE__*/React__default.createElement("span", null, second));
|
|
99
|
-
};
|
|
100
|
-
|
|
101
|
-
CountDown.defaultProps = {
|
|
102
|
-
effDate: '',
|
|
103
|
-
expDate: '',
|
|
104
|
-
now: '',
|
|
105
|
-
refresh: function () {}
|
|
106
|
-
};
|
|
107
|
-
return CountDown;
|
|
108
|
-
}(Component);
|
|
109
|
-
|
|
110
|
-
export { CountDown as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_count-down-wrap__N73dl {\n display: flex;\n align-items: center;\n}\n.index_count-down-wrap__N73dl span {\n background: #CC1D20;\n border-radius: 4px;\n font-family: 'Montserrat';\n font-style: normal;\n font-weight: 500;\n font-size: 12px;\n color: #FFFFFF;\n height: 16px;\n line-height: 17px;\n width: 24px;\n text-align: center;\n margin-right: 4px;\n}\n.index_count-down-wrap__N73dl span:last-child {\n margin-right: 0;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../my_my_node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
|
|
6
|
-
var Field =
|
|
7
|
-
/** @class */
|
|
8
|
-
function (_super) {
|
|
9
|
-
__extends(Field, _super);
|
|
10
|
-
|
|
11
|
-
function Field() {
|
|
12
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
Field.prototype.render = function () {
|
|
16
|
-
var _a = this.props,
|
|
17
|
-
title = _a.title,
|
|
18
|
-
children = _a.children,
|
|
19
|
-
layout = _a.layout,
|
|
20
|
-
split = _a.split;
|
|
21
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
22
|
-
className: classNames('m-field', {
|
|
23
|
-
split: split,
|
|
24
|
-
bold: split === 'bold'
|
|
25
|
-
})
|
|
26
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
27
|
-
className: classNames('field-item', {
|
|
28
|
-
horizontal: layout === 'horizontal'
|
|
29
|
-
})
|
|
30
|
-
}, title && /*#__PURE__*/React__default.createElement("div", {
|
|
31
|
-
className: "field-title"
|
|
32
|
-
}, title), children));
|
|
33
|
-
};
|
|
34
|
-
|
|
35
|
-
Field.defaultProps = {
|
|
36
|
-
title: '',
|
|
37
|
-
layout: 'vertical',
|
|
38
|
-
split: false
|
|
39
|
-
};
|
|
40
|
-
return Field;
|
|
41
|
-
}(React__default.Component);
|
|
42
|
-
|
|
43
|
-
export { Field as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-field__6sFHd {\n margin-bottom: 20px;\n}\n.index_m-field__6sFHd.index_split__LsR-c {\n border-bottom: 1px dashed #D2D9E5;\n padding-bottom: 16px;\n}\n.index_m-field__6sFHd.index_split__LsR-c.index_bold__ht4dK {\n border-bottom: 8px solid #EDF0F4;\n border-radius: 2px;\n}\n.index_m-field__6sFHd .index_field-item__WiTIu {\n display: flex;\n flex-direction: column;\n}\n.index_m-field__6sFHd .index_field-item__WiTIu.index_horizontal__P3GuS {\n flex-direction: row;\n justify-content: space-between;\n align-items: center;\n}\n.index_m-field__6sFHd .index_field-item__WiTIu.index_horizontal__P3GuS .index_field-title__ME-94 {\n margin-bottom: 0;\n}\n.index_m-field__6sFHd .index_field-item__WiTIu .index_field-title__ME-94 {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 600;\n font-size: 14px;\n color: #232F46;\n margin-bottom: 12px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { __extends, __assign } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../my_my_node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
import ColorPicker from '../ColorPicker/index.js';
|
|
6
|
-
import Iconfont from '../Iconfont/index.js';
|
|
7
|
-
|
|
8
|
-
var textAlignMenu = [{
|
|
9
|
-
id: 1,
|
|
10
|
-
name: 'left',
|
|
11
|
-
icon: 'icon-align-left'
|
|
12
|
-
}, {
|
|
13
|
-
id: 2,
|
|
14
|
-
name: 'center',
|
|
15
|
-
icon: 'icon-align-center'
|
|
16
|
-
}, {
|
|
17
|
-
id: 3,
|
|
18
|
-
name: 'right',
|
|
19
|
-
icon: 'icon-align-right'
|
|
20
|
-
}];
|
|
21
|
-
|
|
22
|
-
var FontStyles =
|
|
23
|
-
/** @class */
|
|
24
|
-
function (_super) {
|
|
25
|
-
__extends(FontStyles, _super);
|
|
26
|
-
|
|
27
|
-
function FontStyles() {
|
|
28
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
29
|
-
|
|
30
|
-
_this.state = {
|
|
31
|
-
visibility: false
|
|
32
|
-
};
|
|
33
|
-
|
|
34
|
-
_this.updateSetting = function (type, value) {
|
|
35
|
-
var _a;
|
|
36
|
-
|
|
37
|
-
_this.props.onChange(__assign(__assign({}, _this.props.value), (_a = {}, _a[type] = value, _a)));
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
return _this;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
FontStyles.prototype.render = function () {
|
|
44
|
-
var _this = this;
|
|
45
|
-
|
|
46
|
-
var _a = this.props,
|
|
47
|
-
value = _a.value,
|
|
48
|
-
showTextAlign = _a.showTextAlign;
|
|
49
|
-
var visibility = this.state.visibility;
|
|
50
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
51
|
-
className: "m-font-styles"
|
|
52
|
-
}, /*#__PURE__*/React__default.createElement("span", {
|
|
53
|
-
className: classNames('item', {
|
|
54
|
-
active: value.fontStyle === 'italic'
|
|
55
|
-
}),
|
|
56
|
-
onClick: function () {
|
|
57
|
-
return _this.updateSetting('fontStyle', value.fontStyle === 'italic' ? 'normal' : 'italic');
|
|
58
|
-
}
|
|
59
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
60
|
-
color: value.fontStyle === 'italic' ? '#2F54EB' : '#000',
|
|
61
|
-
size: "20px",
|
|
62
|
-
type: "icon-italic"
|
|
63
|
-
})), /*#__PURE__*/React__default.createElement("span", {
|
|
64
|
-
className: "item item-color",
|
|
65
|
-
onClick: function () {
|
|
66
|
-
return _this.setState({
|
|
67
|
-
visibility: true
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
71
|
-
color: "#000",
|
|
72
|
-
size: "20px",
|
|
73
|
-
type: "icon-A"
|
|
74
|
-
}), /*#__PURE__*/React__default.createElement("span", {
|
|
75
|
-
className: "text-color-line",
|
|
76
|
-
style: {
|
|
77
|
-
backgroundColor: value.color
|
|
78
|
-
}
|
|
79
|
-
})), showTextAlign && /*#__PURE__*/React__default.createElement("span", {
|
|
80
|
-
className: "item item-text-align"
|
|
81
|
-
}, textAlignMenu.map(function (m) {
|
|
82
|
-
return /*#__PURE__*/React__default.createElement("span", {
|
|
83
|
-
key: m.id,
|
|
84
|
-
className: classNames('item-icon', {
|
|
85
|
-
active: value.textAlign === m.name
|
|
86
|
-
}),
|
|
87
|
-
onClick: function () {
|
|
88
|
-
_this.updateSetting('textAlign', value.textAlign == m.name ? '' : m.name);
|
|
89
|
-
}
|
|
90
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
91
|
-
color: "#000",
|
|
92
|
-
size: "20px",
|
|
93
|
-
type: m.icon
|
|
94
|
-
}));
|
|
95
|
-
})), /*#__PURE__*/React__default.createElement(ColorPicker, {
|
|
96
|
-
color: value.color,
|
|
97
|
-
onChangeColor: function (color) {
|
|
98
|
-
return _this.updateSetting('color', color);
|
|
99
|
-
},
|
|
100
|
-
onClose: function () {
|
|
101
|
-
return _this.setState({
|
|
102
|
-
visibility: false
|
|
103
|
-
});
|
|
104
|
-
},
|
|
105
|
-
type: "hex",
|
|
106
|
-
visibility: visibility
|
|
107
|
-
}));
|
|
108
|
-
};
|
|
109
|
-
|
|
110
|
-
FontStyles.defaultProps = {
|
|
111
|
-
onChange: function () {},
|
|
112
|
-
value: {
|
|
113
|
-
// fontWeight: 400,
|
|
114
|
-
fontStyle: 'normal',
|
|
115
|
-
color: '#000',
|
|
116
|
-
textAlign: 'left'
|
|
117
|
-
},
|
|
118
|
-
showTextAlign: false // showWeight: false,
|
|
119
|
-
|
|
120
|
-
};
|
|
121
|
-
return FontStyles;
|
|
122
|
-
}(React__default.Component);
|
|
123
|
-
|
|
124
|
-
export { FontStyles as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-font-styles__5oN9E {\n display: flex;\n align-items: center;\n}\n.index_m-font-styles__5oN9E .index_item__n8t9Z {\n display: inline-block;\n min-width: 40px;\n height: 40px;\n line-height: 45px;\n text-align: center;\n background: #fff;\n border-radius: 6px;\n margin-right: 12px;\n cursor: pointer;\n}\n.index_m-font-styles__5oN9E .index_item__n8t9Z.index_active__1qOvA {\n background: #E9F0FF;\n}\n.index_m-font-styles__5oN9E .index_item-color__rQjLp {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n flex-direction: column;\n}\n.index_m-font-styles__5oN9E .index_item-color__rQjLp .index_text-color-line__cb24T {\n display: block;\n width: 15px;\n height: 3px;\n margin-top: -1px;\n border-radius: 50px;\n background-color: #000;\n}\n.index_m-font-styles__5oN9E .index_item-text-align__IJwZC {\n padding: 0 9px;\n margin-right: 0;\n cursor: default;\n}\n.index_m-font-styles__5oN9E .index_item-text-align__IJwZC .index_item-icon__Shr-m {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 22px;\n height: 22px;\n background-color: transparent;\n margin-right: 5px;\n cursor: pointer;\n}\n.index_m-font-styles__5oN9E .index_item-text-align__IJwZC .index_item-icon__Shr-m:last-child {\n margin-right: 0;\n}\n.index_m-font-styles__5oN9E .index_item-text-align__IJwZC .index_item-icon__Shr-m.index_active__1qOvA {\n background: #FFFFFF;\n box-shadow: -1px -1px 4px rgba(45, 48, 64, 0.08), 1px 1px 4px rgba(45, 48, 64, 0.08);\n border-radius: 4px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var img = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAYAAACohjseAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAI7SURBVHgB7ZpNTuMwFICfXyrNLHOEbJkZaehqpiuaG3CEzgkYTgA3AE5AjwAnCD9CFWyKBKjsyA3oFtTaPAcKBRHX+QE76H1S1cQ/yvvc9MW2AsAwDMMwuYhFDY7PrtekUv/pMAKfEOJcTic7cedX39jMVJkMLnuIwS54DA3+evz3x3ZePZo6I7bWwHNQCGOMLTCilmdHQsDBdCoPwQOCAFeUgu7TaWRqu0DwBS0Xd35uggckg6tNROzatEX44rBg02HBpmOdRW1JBqMIlFoFIceU0A/izlIKDqlVUMshiiEdhiSni9JkOGzH7fYYHFHrLRqg2qLJQThXFMHdtx445OP/g+qV8KdTq+BUiv3XJYJuTeyDQ2oVpITSlxL+KZq3KhB7cjKJv1SS0WhJ+upDCZLBRZfGnD4qrSsDe/McPDob7dLyLKFJ9IZegyJCkpxcLkNFvBDUcrT86b0pjrDVqizpXDBH7gkVVpV0KmiWm1FNsrIgzVRCnRyyKVoB7ORmlJesJHh0er2F999vH5MD3Ohzq36F5GaUkywtmAUJ2XbiSwh0rssX9iss93yFTDLA4Ldtj1KCpiB1eZ5kNbnnK4Q0kKu2rQsL2gT5nmQ9csUpJFgkyHlJV3Ia48724elIzTUdv1kK2ZLCB2/7r/xZyvUo8AuWXvZE4BDedGo6LNh0WLDpsGDTYcGmYxZU2TzSc8S5qdYoKEHtgOdIaY7RKKjfP8l2qheMkgtomZNm78g8bjQzDMMwTBkeAHQ6Ai0vMflfAAAAAElFTkSuQmCC";
|
|
2
|
-
|
|
3
|
-
export { img as default };
|
|
@@ -1,170 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import img from './defaultImg.png.js';
|
|
4
|
-
import { isPc, renderPreview, copyNode } from '../../utils/coreUtil.js';
|
|
5
|
-
import Iconfont from '../Iconfont/index.js';
|
|
6
|
-
import { dragSource } from '../../utils/commonUtil.js';
|
|
7
|
-
import './index.less.js';
|
|
8
|
-
|
|
9
|
-
var renderCardDefault = function (src) {
|
|
10
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
11
|
-
className: "card_wrap"
|
|
12
|
-
}, /*#__PURE__*/React__default.createElement("img", {
|
|
13
|
-
alt: "",
|
|
14
|
-
src: (isPc() ? src.image.content.pcImgSrc : src.image.content.h5ImgSrc) || img
|
|
15
|
-
}), /*#__PURE__*/React__default.createElement("div", {
|
|
16
|
-
className: "name"
|
|
17
|
-
}, src.title.text));
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
var GroupList =
|
|
21
|
-
/** @class */
|
|
22
|
-
function (_super) {
|
|
23
|
-
__extends(GroupList, _super);
|
|
24
|
-
|
|
25
|
-
function GroupList() {
|
|
26
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
27
|
-
|
|
28
|
-
_this.state = {
|
|
29
|
-
dragId: ''
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
_this.moveCard = function (dragNodeId, hoverNodeId) {
|
|
33
|
-
var source = _this.props.source;
|
|
34
|
-
var dragIndex = source.findIndex(function (obj) {
|
|
35
|
-
return obj.id === dragNodeId;
|
|
36
|
-
});
|
|
37
|
-
var hoverIndex = source.findIndex(function (obj) {
|
|
38
|
-
return obj.id === hoverNodeId;
|
|
39
|
-
});
|
|
40
|
-
dragSource(source, dragIndex, hoverIndex);
|
|
41
|
-
|
|
42
|
-
_this.setState({});
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
_this.onDragStart = function (e) {
|
|
46
|
-
_this.setState({
|
|
47
|
-
dragId: e.currentTarget.dataset.nodeid
|
|
48
|
-
});
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
_this.onDragEnter = function (e) {
|
|
52
|
-
var dragId = _this.state.dragId;
|
|
53
|
-
var hoverNodeId = e.currentTarget.dataset.nodeid;
|
|
54
|
-
|
|
55
|
-
if (dragId === hoverNodeId) {
|
|
56
|
-
return;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
renderPreview();
|
|
60
|
-
|
|
61
|
-
_this.moveCard(dragId, hoverNodeId);
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
_this.onDragEnd = function () {
|
|
65
|
-
_this.setState({
|
|
66
|
-
dragId: ''
|
|
67
|
-
});
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
_this.copyItem = function (e, item) {
|
|
71
|
-
e.stopPropagation();
|
|
72
|
-
var source = _this.props.source;
|
|
73
|
-
var index = source.findIndex(function (src) {
|
|
74
|
-
return src.id === item.id;
|
|
75
|
-
});
|
|
76
|
-
source.splice(index, 0, copyNode(item));
|
|
77
|
-
|
|
78
|
-
_this.setState({});
|
|
79
|
-
|
|
80
|
-
renderPreview();
|
|
81
|
-
};
|
|
82
|
-
|
|
83
|
-
_this.deleteItem = function (e, item) {
|
|
84
|
-
e.stopPropagation();
|
|
85
|
-
var source = _this.props.source;
|
|
86
|
-
var index = source.findIndex(function (src) {
|
|
87
|
-
return src.id === item.id;
|
|
88
|
-
});
|
|
89
|
-
source.splice(index, 1);
|
|
90
|
-
|
|
91
|
-
_this.setState({});
|
|
92
|
-
|
|
93
|
-
renderPreview();
|
|
94
|
-
|
|
95
|
-
_this.props.reRender();
|
|
96
|
-
};
|
|
97
|
-
|
|
98
|
-
return _this;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
GroupList.prototype.render = function () {
|
|
102
|
-
var _this = this;
|
|
103
|
-
|
|
104
|
-
var _a = this.props,
|
|
105
|
-
source = _a.source,
|
|
106
|
-
renderCard = _a.renderCard,
|
|
107
|
-
onClickItem = _a.onClickItem;
|
|
108
|
-
var dragId = this.state.dragId;
|
|
109
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
110
|
-
className: "group_list"
|
|
111
|
-
}, source.length > 0 && source.map(function (src) {
|
|
112
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
113
|
-
key: "card".concat(src.id),
|
|
114
|
-
className: "group_item",
|
|
115
|
-
"data-nodeid": src.id,
|
|
116
|
-
draggable: "true",
|
|
117
|
-
id: "card".concat(src.id),
|
|
118
|
-
onClick: function () {
|
|
119
|
-
return onClickItem(src);
|
|
120
|
-
},
|
|
121
|
-
onDragEnd: _this.onDragEnd,
|
|
122
|
-
onDragEnter: _this.onDragEnter,
|
|
123
|
-
onDragOver: function (e) {
|
|
124
|
-
e.preventDefault();
|
|
125
|
-
},
|
|
126
|
-
onDragStart: _this.onDragStart,
|
|
127
|
-
style: {
|
|
128
|
-
opacity: src.id === dragId ? '0.4' : '1'
|
|
129
|
-
}
|
|
130
|
-
}, /*#__PURE__*/React__default.createElement("div", {
|
|
131
|
-
className: "left"
|
|
132
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
133
|
-
className: "drag-icon",
|
|
134
|
-
color: "#C4C4C4",
|
|
135
|
-
size: "20px",
|
|
136
|
-
type: "icon-drag"
|
|
137
|
-
}), /*#__PURE__*/React__default.createElement("span", {
|
|
138
|
-
className: "middle_info ml8"
|
|
139
|
-
}, renderCard(src) || 'image name')), /*#__PURE__*/React__default.createElement("div", {
|
|
140
|
-
className: "right"
|
|
141
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
142
|
-
className: "icon_copy",
|
|
143
|
-
color: "#232F46",
|
|
144
|
-
onClick: function (e) {
|
|
145
|
-
return _this.copyItem(e, src);
|
|
146
|
-
},
|
|
147
|
-
size: "20px",
|
|
148
|
-
type: "icon-copy"
|
|
149
|
-
}), /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
150
|
-
className: "icon_delete",
|
|
151
|
-
color: "#FF4141",
|
|
152
|
-
onClick: function (e) {
|
|
153
|
-
return _this.deleteItem(e, src);
|
|
154
|
-
},
|
|
155
|
-
size: "20px",
|
|
156
|
-
type: "icon-delete1"
|
|
157
|
-
})));
|
|
158
|
-
}));
|
|
159
|
-
};
|
|
160
|
-
|
|
161
|
-
GroupList.defaultProps = {
|
|
162
|
-
source: [],
|
|
163
|
-
onClickItem: function () {},
|
|
164
|
-
reRender: function () {},
|
|
165
|
-
renderCard: renderCardDefault
|
|
166
|
-
};
|
|
167
|
-
return GroupList;
|
|
168
|
-
}(React__default.Component);
|
|
169
|
-
|
|
170
|
-
export { GroupList as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_group_list__D5prD {\n margin-bottom: 12px;\n}\n.index_group_list__D5prD .index_group_item__b784o {\n position: relative;\n display: flex;\n padding: 12px;\n border-radius: 8px;\n justify-content: space-between;\n cursor: move;\n}\n.index_group_list__D5prD .index_group_item__b784o::after {\n content: ' ';\n position: absolute;\n bottom: 0;\n right: 0;\n left: 0;\n height: 1px;\n background-color: #EDF0F4;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_left__qY675 {\n display: flex;\n align-items: center;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_left__qY675 .index_middle_info__vuq89 {\n width: 260px;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_left__qY675 .index_middle_info__vuq89 .index_card_wrap__VdjN6 {\n display: flex;\n align-items: center;\n height: 40px;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_left__qY675 .index_middle_info__vuq89 .index_card_wrap__VdjN6 img {\n height: 40px;\n width: 40px;\n border-radius: 8px;\n object-fit: cover;\n background-color: #EDF0F4;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_left__qY675 .index_middle_info__vuq89 .index_card_wrap__VdjN6 .index_name__UzLwE {\n margin-left: 8px;\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 600;\n font-size: 16px;\n line-height: 24px;\n color: #232F46;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_right__FRNNW {\n display: none;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_right__FRNNW .index_icon_copy__ZXIPF {\n cursor: pointer;\n}\n.index_group_list__D5prD .index_group_item__b784o .index_right__FRNNW .index_icon_delete__eGE0G {\n cursor: pointer;\n margin-left: 8px;\n}\n.index_group_list__D5prD .index_group_item__b784o:hover {\n background-color: #E9F0FF;\n}\n.index_group_list__D5prD .index_group_item__b784o:hover .index_left__qY675 .index_middle_info__vuq89 {\n width: 200px;\n}\n.index_group_list__D5prD .index_group_item__b784o:hover .index_right__FRNNW {\n display: flex;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from '../../../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import { __extends, __rest } from '../../../../my_my_node_modules/tslib/tslib.es6.js';
|
|
3
|
-
import React__default from 'react';
|
|
4
|
-
import classNames from '../../../../my_my_node_modules/classnames/index.js';
|
|
5
|
-
import './index.less.js';
|
|
6
|
-
import { ensure } from '../../utils/commonUtil.js';
|
|
7
|
-
import ImageModal from '../ImageModal/index.js';
|
|
8
|
-
import Iconfont from '../Iconfont/index.js';
|
|
9
|
-
|
|
10
|
-
var IconPicker =
|
|
11
|
-
/** @class */
|
|
12
|
-
function (_super) {
|
|
13
|
-
__extends(IconPicker, _super);
|
|
14
|
-
|
|
15
|
-
function IconPicker() {
|
|
16
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
17
|
-
|
|
18
|
-
_this.state = {
|
|
19
|
-
visible: false
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
_this.onModalOk = function (data) {
|
|
23
|
-
_this.setState({
|
|
24
|
-
visible: false
|
|
25
|
-
});
|
|
26
|
-
|
|
27
|
-
_this.props.onChange(ensure(function () {
|
|
28
|
-
return data[0].url;
|
|
29
|
-
}, ''));
|
|
30
|
-
};
|
|
31
|
-
|
|
32
|
-
return _this;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
IconPicker.prototype.render = function () {
|
|
36
|
-
var _this = this;
|
|
37
|
-
|
|
38
|
-
var visible = this.state.visible;
|
|
39
|
-
|
|
40
|
-
var _a = this.props,
|
|
41
|
-
value = _a.value,
|
|
42
|
-
onChange = _a.onChange,
|
|
43
|
-
rest = __rest(_a, ["value", "onChange"]);
|
|
44
|
-
|
|
45
|
-
return /*#__PURE__*/React__default.createElement("div", _extends({
|
|
46
|
-
className: "m-icon-picker"
|
|
47
|
-
}, rest), /*#__PURE__*/React__default.createElement("div", {
|
|
48
|
-
className: classNames('icon-picker', {
|
|
49
|
-
hasImg: value
|
|
50
|
-
}),
|
|
51
|
-
onClick: function () {
|
|
52
|
-
return _this.setState({
|
|
53
|
-
visible: true
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
}, value ? /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement("img", {
|
|
57
|
-
alt: "",
|
|
58
|
-
src: value
|
|
59
|
-
}), /*#__PURE__*/React__default.createElement("div", {
|
|
60
|
-
className: "btn-del-wrap",
|
|
61
|
-
onClick: function (e) {
|
|
62
|
-
return e.stopPropagation();
|
|
63
|
-
}
|
|
64
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
65
|
-
color: "#fff",
|
|
66
|
-
onClick: function () {
|
|
67
|
-
return onChange('');
|
|
68
|
-
},
|
|
69
|
-
size: 25,
|
|
70
|
-
type: "icon-delete1"
|
|
71
|
-
}))) : /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
72
|
-
color: "#8493AF",
|
|
73
|
-
size: 30,
|
|
74
|
-
type: "icon-add"
|
|
75
|
-
})), visible && /*#__PURE__*/React__default.createElement(ImageModal, {
|
|
76
|
-
onCancel: function () {
|
|
77
|
-
_this.setState({
|
|
78
|
-
visible: false
|
|
79
|
-
});
|
|
80
|
-
},
|
|
81
|
-
onOk: this.onModalOk,
|
|
82
|
-
visible: true
|
|
83
|
-
}));
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
IconPicker.defaultProps = {
|
|
87
|
-
value: '',
|
|
88
|
-
onChange: function () {}
|
|
89
|
-
};
|
|
90
|
-
return IconPicker;
|
|
91
|
-
}(React__default.Component);
|
|
92
|
-
|
|
93
|
-
export { IconPicker as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../my_my_node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-icon-picker__0sL5e .index_icon-picker__DQC3W {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 70px;\n height: 70px;\n background: #F5F6F7;\n border: 1px dashed #C1C9D7;\n border-radius: 8px;\n cursor: pointer;\n position: relative;\n overflow: hidden;\n}\n.index_m-icon-picker__0sL5e .index_icon-picker__DQC3W.index_hasImg__Q-jin {\n background: #FFFFFF;\n border: 1px solid #D2D9E5;\n}\n.index_m-icon-picker__0sL5e .index_icon-picker__DQC3W.index_hasImg__Q-jin .index_btn-del-wrap__-Cefp {\n display: none;\n align-items: center;\n justify-content: center;\n background: rgba(35, 47, 70, 0.5);\n border: 1px solid #D2D9E5;\n position: absolute;\n top: -1px;\n left: -1px;\n bottom: -1px;\n right: -1px;\n}\n.index_m-icon-picker__0sL5e .index_icon-picker__DQC3W.index_hasImg__Q-jin:hover .index_btn-del-wrap__-Cefp {\n display: flex;\n}\n.index_m-icon-picker__0sL5e .index_icon-picker__DQC3W img {\n max-height: 100%;\n max-width: 100%;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|