@fonixtree/magic-design 0.0.11 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/fonts/.DS_Store +0 -0
- package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +299 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/es/assets/fonts/magic-box-iconfont.js +1 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/assets/images/icon/index.js +68 -0
- package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/es/assets/images/layout-icon/layout-search.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/less/button.less +9 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32534 -0
- package/es/assets/less/font.less +50 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +11 -0
- package/es/assets/less/input.less +8 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +16 -0
- package/es/assets/less/select.less +19 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +40 -0
- package/es/assets/less/variables.less +4 -0
- package/es/common/AlignSelector/index.js +104 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +134 -0
- package/es/common/Button/index.less +68 -0
- package/es/common/ButtonIconLayout/index.js +103 -0
- package/es/common/ButtonIconLayout/index.less +53 -0
- package/{src/components → es}/common/Collapse/index.js +97 -36
- package/es/common/Collapse/index.less +97 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/{src/components → es}/common/ColorPicker/index.js +50 -13
- package/es/common/ColorPicker/index.less +26 -0
- package/es/common/ColorPickerInput/imgs/code.png +0 -0
- package/es/common/ColorPickerInput/index.js +114 -0
- package/es/common/ColorPickerInput/index.less +50 -0
- package/es/common/CountDown/index.js +151 -0
- package/es/common/CountDown/index.less +23 -0
- package/es/common/Field/index.js +80 -0
- package/es/common/Field/index.less +37 -0
- package/es/common/FontStyles/index.js +178 -0
- package/es/common/FontStyles/index.less +63 -0
- package/es/common/GroupList/defaultImg.png +0 -0
- package/{src/components → es}/common/GroupList/index.js +76 -36
- package/es/common/GroupList/index.less +85 -0
- package/es/common/IconPicker/index.js +147 -0
- package/es/common/IconPicker/index.less +46 -0
- package/es/common/Iconfont/index.js +148 -0
- package/es/common/Iconfont/index.less +20 -0
- package/{src/components → es}/common/ImageModal/CommonModal/const.js +14 -8
- package/es/common/ImageModal/CommonModal/index.js +46 -0
- package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/es/common/ImageModal/const.js +24 -0
- package/es/common/ImageModal/index.js +748 -0
- package/es/common/ImageModal/index.less +21 -0
- package/es/common/ImagePicker/index.js +162 -0
- package/es/common/ImagePicker/index.less +104 -0
- package/es/common/InputNumber/index.js +91 -0
- package/es/common/InputNumber/index.less +33 -0
- package/es/common/LayoutSelector/imgs/center.png +0 -0
- package/es/common/LayoutSelector/imgs/left.png +0 -0
- package/es/common/LayoutSelector/imgs/right.png +0 -0
- package/es/common/LayoutSelector/index.js +111 -0
- package/es/common/LayoutSelector/index.less +34 -0
- package/es/common/LinkModal/CatgTable/index.js +234 -0
- package/es/common/LinkModal/CouponTable/index.js +299 -0
- package/es/common/LinkModal/CustomTable/index.js +227 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/es/common/LinkModal/FunctionTable/index.js +221 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/es/common/LinkModal/index.js +136 -0
- package/es/common/LinkModal/index.less +108 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +760 -0
- package/es/common/ProductModal/index.less +238 -0
- package/es/common/ProductSource/index.js +250 -0
- package/es/common/ProductSource/index.less +12 -0
- package/{src/components → es}/common/RcCollapse/Collapse.js +81 -17
- package/es/common/RcCollapse/Panel.js +193 -0
- package/es/common/RcCollapse/PanelContent.js +59 -0
- package/es/common/RcCollapse/index.js +15 -0
- package/es/common/RcCollapse/index.less +108 -0
- package/es/common/RcCollapse/interface.js +1 -0
- package/es/common/RcCollapse/motion.less +12 -0
- package/{src/components → es}/common/RcCollapse/motionUtil.js +13 -6
- package/es/common/Slider/index.js +151 -0
- package/es/common/Slider/index.less +45 -0
- package/{src/components → es}/common/SwitchCollapse/index.js +74 -20
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/UrlPicker/index.js +119 -0
- package/es/common/UrlPicker/index.less +72 -0
- package/es/common/index.js +127 -0
- package/{src/components → es}/composite-comp/bol/components/Banner/defaultJSON.js +30 -20
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/{src/components → es}/composite-comp/bol/components/Button/defaultJSON.js +31 -10
- package/es/composite-comp/bol/components/Button/index.js +0 -0
- package/{src/components → es}/composite-comp/bol/components/Carousel/defaultJSON.js +36 -27
- package/{src/components → es}/composite-comp/bol/components/Divider/defaultJSON.js +11 -4
- package/{src/components → es}/composite-comp/bol/components/ImageGallery/defaultJSON.js +18 -8
- package/{src/components → es}/composite-comp/bol/components/ImageText/defaultJSON.js +31 -20
- package/{src/components → es}/composite-comp/bol/components/Newsletter/defaultJSON.js +35 -14
- package/{src/components → es}/composite-comp/bol/components/Tag/defaultJSON.js +32 -11
- package/{src/components → es}/composite-comp/bol/components/Text/defaultJSON.js +38 -14
- package/{src/components → es}/composite-comp/dito/components/FlashDeal/defaultJSON.js +17 -10
- package/{src/components → es}/composite-comp/dito/components/Recommend/defaultJSON.js +24 -14
- package/{src/components → es}/composite-comp/dito/components/SearchBar/defaultJSON.js +19 -7
- package/es/constants/component-types.js +87 -0
- package/es/constants/index.js +144 -0
- package/es/constants/layout.js +120 -0
- package/es/core/Designer/CompListPanel/index.js +156 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/index.js +294 -0
- package/es/core/Designer/ConfigPanel/index.less +139 -0
- package/{src/components → es}/core/Designer/History/index.js +29 -20
- package/es/core/Designer/PageCompList/index.js +266 -0
- package/es/core/Designer/PageCompList/index.less +114 -0
- package/es/core/Designer/QuickMenuBar/index.js +176 -0
- package/es/core/Designer/QuickMenuBar/index.less +67 -0
- package/es/core/Designer/ViewArea/index.js +150 -0
- package/es/core/Designer/ViewArea/index.less +53 -0
- package/{src/components → es}/core/Designer/index.js +156 -66
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +82 -0
- package/es/decorator/compositeDecorator.js +130 -0
- package/es/decorator/index.js +23 -0
- package/{src/components → es}/decorator/metaDecorator.js +68 -19
- package/es/index.js +27 -0
- package/es/meta-comp/components/Button/index.js +189 -0
- package/es/meta-comp/components/Button/index.less +19 -0
- package/es/meta-comp/components/Image/index.js +183 -0
- package/{src/components → es}/meta-comp/components/Text/index.js +141 -48
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +87 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +356 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/{src/components → es}/mobx/Store.js +23 -16
- package/es/mobx/index.js +36 -0
- package/es/utils/androidUtil.js +113 -0
- package/{src/components → es}/utils/businessUtil.js +48 -27
- package/{src/components → es}/utils/commonUtil.js +108 -42
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +156 -0
- package/es/utils/currencyUtil.js +190 -0
- package/{src/components → es}/utils/dataTreeUtils.js +36 -24
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/.DS_Store +0 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +299 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
- package/lib/assets/fonts/magic-box-iconfont.js +1 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/assets/images/icon/index.js +68 -0
- package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
- package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
- package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
- package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
- package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
- package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
- package/lib/assets/images/layout-icon/layout-search.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/less/button.less +9 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32534 -0
- package/lib/assets/less/font.less +50 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +11 -0
- package/lib/assets/less/input.less +8 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +16 -0
- package/lib/assets/less/select.less +19 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +40 -0
- package/lib/assets/less/variables.less +4 -0
- package/lib/common/AlignSelector/index.js +104 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +134 -0
- package/lib/common/Button/index.less +68 -0
- package/lib/common/ButtonIconLayout/index.js +103 -0
- package/lib/common/ButtonIconLayout/index.less +53 -0
- package/lib/common/Collapse/index.js +384 -0
- package/lib/common/Collapse/index.less +97 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +131 -0
- package/lib/common/ColorPicker/index.less +26 -0
- package/lib/common/ColorPickerInput/imgs/code.png +0 -0
- package/lib/common/ColorPickerInput/index.js +114 -0
- package/lib/common/ColorPickerInput/index.less +50 -0
- package/lib/common/CountDown/index.js +151 -0
- package/lib/common/CountDown/index.less +23 -0
- package/lib/common/Field/index.js +80 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +178 -0
- package/lib/common/FontStyles/index.less +63 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +210 -0
- package/lib/common/GroupList/index.less +85 -0
- package/lib/common/IconPicker/index.js +147 -0
- package/lib/common/IconPicker/index.less +46 -0
- package/lib/common/Iconfont/index.js +148 -0
- package/lib/common/Iconfont/index.less +20 -0
- package/lib/common/ImageModal/CommonModal/const.js +22 -0
- package/lib/common/ImageModal/CommonModal/index.js +46 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
- package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
- package/lib/common/ImageModal/const.js +24 -0
- package/lib/common/ImageModal/index.js +748 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +162 -0
- package/lib/common/ImagePicker/index.less +104 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +33 -0
- package/lib/common/LayoutSelector/imgs/center.png +0 -0
- package/lib/common/LayoutSelector/imgs/left.png +0 -0
- package/lib/common/LayoutSelector/imgs/right.png +0 -0
- package/lib/common/LayoutSelector/index.js +111 -0
- package/lib/common/LayoutSelector/index.less +34 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +299 -0
- package/lib/common/LinkModal/CustomTable/index.js +227 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
- package/lib/common/LinkModal/FunctionTable/index.js +221 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
- package/lib/common/LinkModal/index.js +136 -0
- package/lib/common/LinkModal/index.less +108 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +760 -0
- package/lib/common/ProductModal/index.less +238 -0
- package/lib/common/ProductSource/index.js +250 -0
- package/lib/common/ProductSource/index.less +12 -0
- package/lib/common/RcCollapse/Collapse.js +240 -0
- package/lib/common/RcCollapse/Panel.js +193 -0
- package/lib/common/RcCollapse/PanelContent.js +59 -0
- package/lib/common/RcCollapse/index.js +15 -0
- package/lib/common/RcCollapse/index.less +108 -0
- package/lib/common/RcCollapse/interface.js +1 -0
- package/lib/common/RcCollapse/motion.less +12 -0
- package/lib/common/RcCollapse/motionUtil.js +44 -0
- package/lib/common/Slider/index.js +151 -0
- package/lib/common/Slider/index.less +45 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/UrlPicker/index.js +119 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/constants/component-types.js +87 -0
- package/lib/constants/index.js +144 -0
- package/lib/constants/layout.js +120 -0
- package/lib/core/Designer/CompListPanel/index.js +156 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +294 -0
- package/lib/core/Designer/ConfigPanel/index.less +139 -0
- package/lib/core/Designer/History/index.js +91 -0
- package/lib/core/Designer/PageCompList/index.js +266 -0
- package/lib/core/Designer/PageCompList/index.less +114 -0
- package/lib/core/Designer/QuickMenuBar/index.js +176 -0
- package/lib/core/Designer/QuickMenuBar/index.less +67 -0
- package/lib/core/Designer/ViewArea/index.js +150 -0
- package/lib/core/Designer/ViewArea/index.less +53 -0
- package/lib/core/Designer/index.js +454 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +82 -0
- package/lib/decorator/compositeDecorator.js +130 -0
- package/lib/decorator/index.js +23 -0
- package/lib/decorator/metaDecorator.js +199 -0
- package/lib/index.js +27 -0
- package/lib/meta-comp/components/Button/index.js +189 -0
- package/lib/meta-comp/components/Button/index.less +0 -0
- package/lib/meta-comp/components/Image/index.js +183 -0
- package/lib/meta-comp/components/Text/index.js +478 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +356 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +395 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
- package/lib/mobx/Store.js +95 -0
- package/lib/mobx/index.js +36 -0
- package/lib/utils/androidUtil.js +113 -0
- package/lib/utils/businessUtil.js +235 -0
- package/lib/utils/commonUtil.js +289 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +156 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +105 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +45 -6
- package/_virtual/__node-resolve_empty.js +0 -6
- package/_virtual/_cloneBuffer.js +0 -3
- package/_virtual/_commonjsHelpers.js +0 -24
- package/_virtual/_node-resolve_empty.js +0 -3
- package/_virtual/_nodeUtil.js +0 -3
- package/_virtual/_rollupPluginBabelHelpers.js +0 -18
- package/_virtual/index.js +0 -3
- package/_virtual/index2.js +0 -3
- package/_virtual/index3.js +0 -3
- package/_virtual/index4.js +0 -3
- package/_virtual/index5.js +0 -5
- package/_virtual/interopRequireDefault.js +0 -3
- package/_virtual/isBuffer.js +0 -3
- package/_virtual/react-is.development.js +0 -3
- package/_virtual/react-is.production.min.js +0 -3
- package/_virtual/rng-browser.js +0 -3
- package/_virtual/toArray.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
- package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
- package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
- package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
- package/src/components/assets/less/cylon-antd.less.js +0 -3
- package/src/components/assets/less/index.less.js +0 -4
- package/src/components/common/AlignSelector/index.js +0 -65
- package/src/components/common/AlignSelector/index.less.js +0 -4
- package/src/components/common/Button/index.js +0 -75
- package/src/components/common/Button/index.less.js +0 -4
- package/src/components/common/ButtonIconLayout/index.js +0 -66
- package/src/components/common/ButtonIconLayout/index.less.js +0 -4
- package/src/components/common/Collapse/index.less.js +0 -4
- package/src/components/common/ColorPicker/index.less.js +0 -4
- package/src/components/common/ColorPickerInput/index.js +0 -76
- package/src/components/common/ColorPickerInput/index.less.js +0 -4
- package/src/components/common/CountDown/index.js +0 -110
- package/src/components/common/CountDown/index.less.js +0 -4
- package/src/components/common/Field/index.js +0 -43
- package/src/components/common/Field/index.less.js +0 -4
- package/src/components/common/FontStyles/index.js +0 -124
- package/src/components/common/FontStyles/index.less.js +0 -4
- package/src/components/common/GroupList/defaultImg.png.js +0 -3
- package/src/components/common/GroupList/index.less.js +0 -4
- package/src/components/common/IconPicker/index.js +0 -93
- package/src/components/common/IconPicker/index.less.js +0 -4
- package/src/components/common/Iconfont/index.js +0 -74
- package/src/components/common/Iconfont/index.less.js +0 -4
- package/src/components/common/ImageModal/CommonModal/index.js +0 -33
- package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
- package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -4
- package/src/components/common/ImageModal/const.js +0 -18
- package/src/components/common/ImageModal/index.js +0 -547
- package/src/components/common/ImageModal/index.less.js +0 -4
- package/src/components/common/ImagePicker/index.js +0 -124
- package/src/components/common/ImagePicker/index.less.js +0 -4
- package/src/components/common/InputNumber/index.js +0 -54
- package/src/components/common/InputNumber/index.less.js +0 -4
- package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
- package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
- package/src/components/common/LayoutSelector/index.js +0 -70
- package/src/components/common/LayoutSelector/index.less.js +0 -4
- package/src/components/common/LinkModal/CatgTable/index.js +0 -78
- package/src/components/common/LinkModal/CouponTable/index.js +0 -111
- package/src/components/common/LinkModal/CustomTable/index.js +0 -72
- package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
- package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -4
- package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
- package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
- package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -4
- package/src/components/common/LinkModal/index.js +0 -112
- package/src/components/common/LinkModal/index.less.js +0 -4
- package/src/components/common/NewImg/index.js +0 -91
- package/src/components/common/ProductModal/index.js +0 -556
- package/src/components/common/ProductModal/index.less.js +0 -4
- package/src/components/common/ProductSource/index.js +0 -91
- package/src/components/common/ProductSource/index.less.js +0 -4
- package/src/components/common/RcCollapse/Panel.js +0 -146
- package/src/components/common/RcCollapse/PanelContent.js +0 -41
- package/src/components/common/RcCollapse/index.js +0 -6
- package/src/components/common/RcCollapse/index.less.js +0 -4
- package/src/components/common/Slider/index.js +0 -95
- package/src/components/common/Slider/index.less.js +0 -4
- package/src/components/common/SwitchCollapse/index.less.js +0 -4
- package/src/components/common/UrlPicker/index.js +0 -81
- package/src/components/common/UrlPicker/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
- package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
- package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
- package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
- package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Button/index.js +0 -48
- package/src/components/composite-comp/bol/components/Button/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
- package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
- package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
- package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
- package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -143
- package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -112
- package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
- package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
- package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -4
- package/src/components/composite-comp/bol/components/Text/index.js +0 -68
- package/src/components/composite-comp/bol/components/Text/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
- package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
- package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
- package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
- package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
- package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
- package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
- package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
- package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -116
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
- package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
- package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
- package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -4
- package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
- package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
- package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -4
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
- package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
- package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
- package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
- package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
- package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -4
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
- package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
- package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
- package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
- package/src/components/constants/component-types.js +0 -48
- package/src/components/constants/index.js +0 -74
- package/src/components/constants/layout.js +0 -90
- package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
- package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -4
- package/src/components/core/Designer/CompListPanel/index.js +0 -109
- package/src/components/core/Designer/CompListPanel/index.less.js +0 -4
- package/src/components/core/Designer/ConfigPanel/index.js +0 -246
- package/src/components/core/Designer/ConfigPanel/index.less.js +0 -4
- package/src/components/core/Designer/PageCompList/index.js +0 -248
- package/src/components/core/Designer/PageCompList/index.less.js +0 -4
- package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
- package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -4
- package/src/components/core/Designer/ViewArea/index.js +0 -86
- package/src/components/core/Designer/ViewArea/index.less.js +0 -4
- package/src/components/core/Designer/index.less.js +0 -4
- package/src/components/core/Renderer/index.js +0 -55
- package/src/components/decorator/compositeDecorator.js +0 -94
- package/src/components/index.js +0 -4
- package/src/components/meta-comp/components/Button/index.js +0 -113
- package/src/components/meta-comp/components/Button/index.less.js +0 -4
- package/src/components/meta-comp/components/Image/index.js +0 -121
- package/src/components/meta-comp/components/Image/index.less.js +0 -4
- package/src/components/meta-comp/components/Text/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
- package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -308
- package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -179
- package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -4
- package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
- package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -4
- package/src/components/mobx/index.js +0 -12
- package/src/components/utils/androidUtil.js +0 -22
- package/src/components/utils/coreUtil.js +0 -108
- package/src/components/utils/currencyUtil.js +0 -110
- package/src/components/utils/dateUtil.js +0 -30
- package/src/components/utils/storeUtil.js +0 -113
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = "@import '../fonts/magic-box-iconfont.css';\n.index_ml8__jgWiB {\n margin-left: 8px;\n}\n.index_ml12__pQBfq {\n margin-left: 12px;\n}\n.index_ml14__ToYwk {\n margin-left: 14px;\n}\n.index_ml16__ugj4u {\n margin-left: 16px;\n}\n.index_mr8__FiGPO {\n margin-right: 8px;\n}\n.index_mr12__S6332 {\n margin-right: 12px;\n}\n.index_mr14__P8kEH {\n margin-right: 14px;\n}\n.index_mr16__G6Xqi {\n margin-right: 16px;\n}\n.index_mt8__FpvaW {\n margin-top: 8px;\n}\n.index_mt12__kbisQ {\n margin-top: 12px;\n}\n.index_mt14__6XnVh {\n margin-top: 14px;\n}\n.index_mt16__xgN0e {\n margin-top: 16px;\n}\n.index_mt20__yfJcj {\n margin-top: 20px;\n}\n.index_mb8__IYztR {\n margin-bottom: 8px;\n}\n.index_mb12__PRgvU {\n margin-bottom: 12px;\n}\n.index_mb14__SScSo {\n margin-bottom: 14px;\n}\n.index_mb16__hhtvU {\n margin-bottom: 16px;\n}\n.index_mb20__AoqNK {\n margin-bottom: 20px;\n}\n.index_pt16__vbOLW {\n padding-top: 16px;\n}\n.index_one_row__5mZM4 {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n[contenteditable=\"true\"] {\n border: 1px solid transparent;\n}\n[contenteditable=\"true\"]:active,\n[contenteditable=\"true\"]:focus {\n border: 1px solid transparent;\n outline: none;\n}\n@font-face {\n font-family: 'Open Sans';\n src: url('../fonts/OpenSans-Bold.ttf');\n font-weight: 700;\n font-style: normal;\n}\n@font-face {\n font-family: 'Open Sans';\n src: url('../fonts/OpenSans-SemiBold.ttf');\n font-weight: 600;\n font-style: normal;\n}\n@font-face {\n font-family: 'Open Sans';\n src: url('../fonts/OpenSans-Regular.ttf');\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: 'Montserrat';\n src: url('../fonts/Montserrat-Regular.ttf');\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: 'Montserrat';\n src: url('../fonts/Montserrat-Medium.ttf');\n font-weight: 500;\n font-style: normal;\n}\n@font-face {\n font-family: 'Montserrat';\n src: url(../fonts/Montserrat-SemiBold.ttf);\n font-weight: 600;\n font-style: normal;\n}\n@font-face {\n font-family: 'Montserrat';\n src: url(../fonts/Montserrat-Bold.ttf);\n font-weight: 700;\n font-style: normal;\n}\n* {\n box-sizing: border-box;\n}\nbody {\n margin: 0;\n}\n[magic_design] .index_ant-select__oon91 {\n border-radius: 4px;\n height: 36px;\n padding: 0 16px;\n}\n[magic_design] .index_ant-select__oon91 .index_ant-select-selector__PNJOz {\n border-radius: 4px !important;\n}\n[magic_design] .index_ant-select__oon91.index_ant-select-sm__z3owi {\n height: 32px;\n}\n[magic_design] .index_ant-select__oon91.index_ant-select-sm__z3owi .index_ant-select-selector__PNJOz {\n height: 32px !important;\n}\n[magic_design] .index_ant-select__oon91.index_ant-select-sm__z3owi .index_ant-select-selector__PNJOz .index_ant-select-selection-placeholder__61syq {\n line-height: calc(32px - 2px) !important;\n}\n[magic_design] .index_designer-wrap__e9w3O .index_ant-switch__nrhkB {\n min-width: 40px;\n height: 24px;\n}\n[magic_design] .index_designer-wrap__e9w3O .index_ant-switch__nrhkB::after {\n content: none;\n}\n[magic_design] .index_designer-wrap__e9w3O .index_ant-switch__nrhkB.index_ant-switch-checked__IMOd5 {\n background: #2F54EB !important;\n}\n[magic_design] .index_designer-wrap__e9w3O .index_ant-switch__nrhkB.index_ant-switch-checked__IMOd5 .index_ant-switch-handle__oQNRK {\n left: calc(100% - 18px - 3px);\n}\n[magic_design] .index_designer-wrap__e9w3O .index_ant-switch__nrhkB .index_ant-switch-handle__oQNRK {\n top: 3px;\n left: 3px;\n}\n[magic_design] .index_ant-dropdown__cVXys .index_ant-dropdown-menu__JURtB {\n border-radius: 10px;\n width: 200px;\n padding: 8px 0;\n}\n[magic_design] .index_ant-dropdown__cVXys .index_ant-dropdown-menu__JURtB .index_ant-dropdown-menu-item__U9Lh0 {\n padding: 16px 24px;\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n color: #232F46;\n}\n[magic_design] .index_ant-dropdown__cVXys .index_ant-dropdown-menu__JURtB .index_ant-dropdown-menu-item-active__5vpz8 {\n background: #E9F0FF;\n color: #2F54EB;\n font-weight: 600;\n}\n[magic_design] .index_ant-slider__Ytw-R .index_ant-slider-rail__OKn02 {\n background-color: #E9F0FF !important;\n height: 8px;\n}\n[magic_design] .index_ant-slider__Ytw-R .index_ant-slider-track__OLXsj {\n background-color: #2F54EB !important;\n height: 8px;\n}\n[magic_design] .index_ant-slider__Ytw-R .index_ant-slider-step__I-E2s {\n height: 8px;\n}\n[magic_design] .index_ant-slider__Ytw-R .index_ant-slider-handle__MuSzg {\n height: 20px;\n width: 20px;\n margin-top: -6px !important;\n background-color: #597EF7 !important;\n border: solid 5px #fff !important;\n box-shadow: 1px 1px 4px 1px rgba(132, 147, 175, 0.21) !important;\n}\n[magic_design] .index_ant-table__TcZh1 .index_ant-table-container__5lJ-I .index_ant-table-header__QQfLU tr th {\n padding: 12.5px 16px;\n}\n[magic_design] .index_ant-table__TcZh1 .index_ant-table-container__5lJ-I .index_ant-table-body__ZmCxj tr th {\n padding: 12.5px 16px;\n}\n[magic_design] .index_ant-table__TcZh1 .index_ant-table-container__5lJ-I .index_ant-table-body__ZmCxj tr.index_ant-table-row-selected__fhxTm td {\n background: #E9F0FF;\n}\n[magic_design] .index_ant-table__TcZh1 .index_ant-table-container__5lJ-I .index_ant-table-content__rpQvw .index_ant-table-thead__wnTyv tr th {\n padding: 12.5px 16px;\n}\n[magic_design] .index_ant-table__TcZh1 .index_ant-table-container__5lJ-I .index_ant-table-content__rpQvw .index_ant-table-tbody__tdD3s tr td {\n padding: 12.5px 16px;\n}\n[magic_design] .index_ant-modal-wrap__DV5GR {\n display: flex;\n align-items: center;\n}\n[magic_design] .index_ant-modal-wrap__DV5GR .index_ant-modal__KdYDR {\n width: 100%;\n top: 0 !important;\n padding-bottom: 0px !important;\n}\n[magic_design] .index_ant-modal-wrap__DV5GR .index_ant-modal__KdYDR .index_ant-modal-content__LJnb6 {\n border-radius: 8px !important;\n}\n[magic_design] .index_ant-modal-wrap__DV5GR .index_ant-modal__KdYDR .index_ant-modal-content__LJnb6 .index_ant-modal-header__3M-UO {\n border-top-left-radius: 8px !important;\n border-top-right-radius: 8px !important;\n}\n[magic_design] .index_ant-input__e3nod {\n border-radius: 4px !important;\n height: 36px;\n}\n[magic_design] .index_ant-input__e3nod.index_ant-input-sm__OuqFR {\n height: 32px;\n}\n[magic_design] .index_ant-btn__D2fbT {\n height: 36px !important;\n border-radius: 4px !important;\n}\n[magic_design] .index_ant-btn__D2fbT.index_ant-btn-sm__MMJNf {\n height: 32px !important;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import Iconfont from '../Iconfont/index.js';
|
|
5
|
-
import './index.less.js';
|
|
6
|
-
|
|
7
|
-
var textAlignMenu = [{
|
|
8
|
-
id: 1,
|
|
9
|
-
name: 'left',
|
|
10
|
-
icon: 'icon-align-left'
|
|
11
|
-
}, {
|
|
12
|
-
id: 2,
|
|
13
|
-
name: 'center',
|
|
14
|
-
icon: 'icon-align-center'
|
|
15
|
-
}, {
|
|
16
|
-
id: 3,
|
|
17
|
-
name: 'right',
|
|
18
|
-
icon: 'icon-align-right'
|
|
19
|
-
}];
|
|
20
|
-
var alignItemMap = {
|
|
21
|
-
left: 'flex-start',
|
|
22
|
-
center: 'center',
|
|
23
|
-
right: 'flex-end'
|
|
24
|
-
};
|
|
25
|
-
|
|
26
|
-
var AlignSelector =
|
|
27
|
-
/** @class */
|
|
28
|
-
function (_super) {
|
|
29
|
-
__extends(AlignSelector, _super);
|
|
30
|
-
|
|
31
|
-
function AlignSelector() {
|
|
32
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
AlignSelector.prototype.render = function () {
|
|
36
|
-
var _a = this.props,
|
|
37
|
-
onChange = _a.onChange,
|
|
38
|
-
value = _a.value;
|
|
39
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
40
|
-
className: "m-align-selector"
|
|
41
|
-
}, textAlignMenu.map(function (m) {
|
|
42
|
-
return /*#__PURE__*/React__default.createElement("span", {
|
|
43
|
-
key: m.id,
|
|
44
|
-
className: classNames('item-icon', {
|
|
45
|
-
active: value === m.name
|
|
46
|
-
}),
|
|
47
|
-
onClick: function () {
|
|
48
|
-
return onChange(m.name);
|
|
49
|
-
}
|
|
50
|
-
}, /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
51
|
-
color: "#000",
|
|
52
|
-
size: 20,
|
|
53
|
-
type: m.icon
|
|
54
|
-
}));
|
|
55
|
-
}));
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
AlignSelector.defaultProps = {
|
|
59
|
-
value: 'left',
|
|
60
|
-
onChange: function () {}
|
|
61
|
-
};
|
|
62
|
-
return AlignSelector;
|
|
63
|
-
}(React__default.Component);
|
|
64
|
-
|
|
65
|
-
export { alignItemMap, AlignSelector as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-align-selector__kMKlN {\n background: #F5F6F7;\n border-radius: 6px;\n padding: 4px;\n display: flex;\n align-items: center;\n width: fit-content;\n}\n.index_m-align-selector__kMKlN .index_item-icon__ygCMq {\n border-radius: 6px;\n width: 46px;\n height: 32px;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-right: 4px;\n cursor: pointer;\n}\n.index_m-align-selector__kMKlN .index_item-icon__ygCMq:last-child {\n margin-right: 0px;\n}\n.index_m-align-selector__kMKlN .index_item-icon__ygCMq.index_active__9Affh {\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}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { extends as _extends } from '../../../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
|
-
import { __extends, __rest } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import React__default, { Component } from 'react';
|
|
5
|
-
import { Tooltip } from 'antd';
|
|
6
|
-
import Iconfont from '../Iconfont/index.js';
|
|
7
|
-
import './index.less.js';
|
|
8
|
-
|
|
9
|
-
var Button =
|
|
10
|
-
/** @class */
|
|
11
|
-
function (_super) {
|
|
12
|
-
__extends(Button, _super);
|
|
13
|
-
|
|
14
|
-
function Button() {
|
|
15
|
-
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
16
|
-
|
|
17
|
-
_this.getButton = function () {
|
|
18
|
-
var _a = _this.props,
|
|
19
|
-
disabled = _a.disabled,
|
|
20
|
-
type = _a.type,
|
|
21
|
-
onClick = _a.onClick,
|
|
22
|
-
children = _a.children,
|
|
23
|
-
icon = _a.icon,
|
|
24
|
-
size = _a.size,
|
|
25
|
-
rest = __rest(_a, ["disabled", "type", "onClick", "children", "icon", "size"]);
|
|
26
|
-
|
|
27
|
-
return /*#__PURE__*/React__default.createElement("span", _extends({}, rest, {
|
|
28
|
-
className: classNames('common_btn_wrap', rest.className, {
|
|
29
|
-
disabled: disabled,
|
|
30
|
-
default: type === 'default',
|
|
31
|
-
primary: type === 'primary',
|
|
32
|
-
light: type === 'light',
|
|
33
|
-
icon_btn: type === 'icon',
|
|
34
|
-
text: type === 'text',
|
|
35
|
-
large: size === 'large'
|
|
36
|
-
}),
|
|
37
|
-
onClick: function (e) {
|
|
38
|
-
if (!disabled && onClick) {
|
|
39
|
-
onClick(e);
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}), icon && /*#__PURE__*/React__default.createElement(Iconfont, {
|
|
43
|
-
size: "20px",
|
|
44
|
-
type: icon
|
|
45
|
-
}), icon && children && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, "\xA0\xA0"), children);
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
return _this;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
Button.prototype.render = function () {
|
|
52
|
-
var _a = this.props,
|
|
53
|
-
disabled = _a.disabled,
|
|
54
|
-
tip = _a.tip;
|
|
55
|
-
|
|
56
|
-
if (disabled && tip) {
|
|
57
|
-
return /*#__PURE__*/React__default.createElement(Tooltip, {
|
|
58
|
-
placement: "bottomRight",
|
|
59
|
-
title: tip
|
|
60
|
-
}, this.getButton());
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
return this.getButton();
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
Button.defaultProps = {
|
|
67
|
-
disabled: false,
|
|
68
|
-
type: 'default',
|
|
69
|
-
size: 'default',
|
|
70
|
-
children: ''
|
|
71
|
-
};
|
|
72
|
-
return Button;
|
|
73
|
-
}(Component);
|
|
74
|
-
|
|
75
|
-
export { Button as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_common_btn_wrap__rKvLf {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 48px;\n padding: 12px 24px;\n border-radius: 8px;\n cursor: pointer;\n font-family: 'Open Sans';\n font-weight: 600;\n font-size: 16px;\n}\n.index_common_btn_wrap__rKvLf.index_default__IuTkU {\n background: #F5F6F7;\n color: #232F46;\n}\n.index_common_btn_wrap__rKvLf.index_default__IuTkU:hover {\n background-color: #EDF0F4;\n}\n.index_common_btn_wrap__rKvLf.index_primary__UwLxV {\n background-color: #2F54EB;\n color: #FFFFFF;\n}\n.index_common_btn_wrap__rKvLf.index_primary__UwLxV:hover {\n background-color: #1D39C4;\n}\n.index_common_btn_wrap__rKvLf.index_light__Susp- {\n background-color: #E9F0FF;\n color: #2F54EB;\n}\n.index_common_btn_wrap__rKvLf.index_light__Susp-:hover {\n background-color: #D6E4FF;\n}\n.index_common_btn_wrap__rKvLf.index_icon_btn__SAG8L {\n background-color: #F5F6F7;\n color: #232F46;\n padding: 14px;\n}\n.index_common_btn_wrap__rKvLf.index_icon_btn__SAG8L:hover {\n background-color: #EDF0F4;\n}\n.index_common_btn_wrap__rKvLf.index_text__kXh4a {\n background: #F5F6F7;\n color: #2F54EB;\n font-weight: 400;\n}\n.index_common_btn_wrap__rKvLf.index_disabled__mNrOn {\n background-color: #EDF0F4;\n color: #8493AF;\n cursor: not-allowed;\n}\n.index_common_btn_wrap__rKvLf.index_disabled__mNrOn:hover {\n background-color: #EDF0F4 !important;\n}\n.index_common_btn_wrap__rKvLf.index_large__iLSsM {\n height: 56px;\n}\n.index_common_btn_wrap__rKvLf + .index_common_btn_wrap__rKvLf {\n margin-left: 12px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
|
|
6
|
-
var layoutType = [{
|
|
7
|
-
id: 1,
|
|
8
|
-
value: 'right'
|
|
9
|
-
}, {
|
|
10
|
-
id: 2,
|
|
11
|
-
value: 'left'
|
|
12
|
-
}, {
|
|
13
|
-
id: 3,
|
|
14
|
-
value: 'bottom'
|
|
15
|
-
}, {
|
|
16
|
-
id: 4,
|
|
17
|
-
value: 'top'
|
|
18
|
-
}];
|
|
19
|
-
|
|
20
|
-
var ButtonIconLayout =
|
|
21
|
-
/** @class */
|
|
22
|
-
function (_super) {
|
|
23
|
-
__extends(ButtonIconLayout, _super);
|
|
24
|
-
|
|
25
|
-
function ButtonIconLayout() {
|
|
26
|
-
return _super !== null && _super.apply(this, arguments) || this;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
ButtonIconLayout.prototype.render = function () {
|
|
30
|
-
var _a = this.props,
|
|
31
|
-
onChange = _a.onChange,
|
|
32
|
-
value = _a.value,
|
|
33
|
-
icon = _a.icon;
|
|
34
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
35
|
-
className: "m-button-icon-layout"
|
|
36
|
-
}, layoutType.map(function (item) {
|
|
37
|
-
return /*#__PURE__*/React__default.createElement("div", {
|
|
38
|
-
key: item.id,
|
|
39
|
-
className: classNames('item-wrap', {
|
|
40
|
-
vertical: item.value === 'top' || item.value === 'bottom',
|
|
41
|
-
active: value === item.value
|
|
42
|
-
}),
|
|
43
|
-
onClick: function () {
|
|
44
|
-
onChange(item.value);
|
|
45
|
-
}
|
|
46
|
-
}, (item.value === 'right' || item.value === 'bottom') && /*#__PURE__*/React__default.createElement("span", {
|
|
47
|
-
className: "text el"
|
|
48
|
-
}, "Text"), icon && /*#__PURE__*/React__default.createElement("img", {
|
|
49
|
-
alt: "",
|
|
50
|
-
className: "el",
|
|
51
|
-
src: icon
|
|
52
|
-
}), (item.value === 'left' || item.value === 'top') && /*#__PURE__*/React__default.createElement("span", {
|
|
53
|
-
className: "text"
|
|
54
|
-
}, "Text"));
|
|
55
|
-
}));
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
ButtonIconLayout.defaultProps = {
|
|
59
|
-
value: 'right',
|
|
60
|
-
onChange: function () {},
|
|
61
|
-
icon: ''
|
|
62
|
-
};
|
|
63
|
-
return ButtonIconLayout;
|
|
64
|
-
}(React__default.Component);
|
|
65
|
-
|
|
66
|
-
export { ButtonIconLayout as default };
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-button-icon-layout__RtUVl {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 94px;\n height: 50px;\n background: #FFFFFF;\n border: 1px solid #D2D9E5;\n border-radius: 8px;\n margin-right: 12px;\n margin-bottom: 12px;\n cursor: pointer;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV.index_active__B1ISV {\n border: 2px solid #2F54EB;\n color: #232F46;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV.index_vertical__jmte3 {\n flex-direction: column;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV.index_vertical__jmte3 .index_el__hpHYA:first-child {\n margin-right: 0;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV .index_el__hpHYA:first-child {\n margin-right: 8px;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV .index_text__0kiv1 {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 14px;\n color: #232F46;\n}\n.index_m-button-icon-layout__RtUVl .index_item-wrap__f7CuV img {\n height: 20px;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 {\n border-bottom: 1px solid #EDF0F4;\n}\n.index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 .index_rc-collapse-header__CL9I5 {\n padding: 0 5px;\n margin: 0 -5px;\n align-items: center;\n}\n.index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 .index_rc-collapse-header__CL9I5 .index_rc-collapse-header-text__9HPod {\n flex-grow: 1;\n}\n.index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 .index_rc-collapse-header__CL9I5.index_rc-collapse-header-hover__ovEfY {\n background: #E9F0FF;\n}\n.index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 .index_rc-collapse-content__6UU69 .index_rc-collapse-content-box__XlFDA {\n padding: 0;\n}\n.index_collapse_wrap__p-a9F .index_rc-collapse__JUUbd .index_header_wrap__nihJT {\n padding: 20px 0;\n position: relative;\n color: #232F46;\n font-family: 'Open Sans';\n font-style: normal;\n box-sizing: content-box;\n}\n.index_collapse_wrap__p-a9F.index_bold_divider__UnWgX .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 {\n border-bottom: 6px solid #EDF0F4;\n border-radius: 2px;\n}\n.index_collapse_wrap__p-a9F.index_bold_divider__UnWgX .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42:last-child {\n border-bottom: none;\n}\n.index_collapse_wrap__p-a9F.index_solid_divider__ob8rb .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 {\n border-bottom: 1px solid #EDF0F4;\n border-radius: 0px;\n}\n.index_collapse_wrap__p-a9F.index_solid_divider__ob8rb .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42:last-child {\n border-bottom: none;\n}\n.index_collapse_wrap__p-a9F.index_dashed_divider__aT2QL .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42 {\n border-bottom: 1px dashed #D2D9E5;\n}\n.index_collapse_wrap__p-a9F.index_dashed_divider__aT2QL .index_rc-collapse__JUUbd .index_rc-collapse-item__9TO42:last-child {\n border-bottom: none;\n}\n.index_collapse_wrap__p-a9F.index_large_header__o2lO4 .index_header_wrap__nihJT {\n font-size: 18px !important;\n line-height: 26px !important;\n height: 26px !important;\n font-weight: 700 !important;\n}\n.index_collapse_wrap__p-a9F.index_middle_header__S2kXd .index_header_wrap__nihJT {\n font-size: 16px !important;\n line-height: 24px !important;\n height: 24px !important;\n font-weight: 600 !important;\n}\n.index_collapse_wrap__p-a9F.index_small_header__eqwTc .index_header_wrap__nihJT {\n font-size: 14px !important;\n line-height: 22px !important;\n height: 22px !important;\n font-weight: 700 !important;\n}\n.index_collapse_wrap__p-a9F.index_default_header__J2Aex .index_header_wrap__nihJT {\n font-size: 16px;\n line-height: 24px;\n height: 24px;\n font-weight: 600;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../node_modules/style-inject/dist/style-inject.es.js';
|
|
2
|
-
|
|
3
|
-
var css_248z = ".index_m-color-picker-panel__tKxhY {\n position: absolute;\n z-index: 999;\n}\n.index_m-color-picker-panel__tKxhY .index_panel-bg__fs7jw {\n position: fixed;\n z-index: 0;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n}\n.index_m-color-picker-panel__tKxhY .index_sketch-picker__ROr8z .index_flexbox-fix__hV6-T:last-child > div > span > div {\n border-radius: 50px !important;\n}\n.index_m-color-picker-panel__tKxhY .index_sketch-picker__ROr8z .index_flexbox-fix__hV6-T:last-child div[title=\"rgba(255,255,255,0)\"] {\n background: url('./imgs/no-color.png') !important;\n background-size: 100% !important;\n}\n";
|
|
4
|
-
styleInject(css_248z);
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { __extends } from '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
import 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 '../../../../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 '../../../../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 '../../../../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 '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
|
|
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 '../../../../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 '../../../../node_modules/tslib/tslib.es6.js';
|
|
2
|
-
import React__default from 'react';
|
|
3
|
-
import classNames from '../../../../node_modules/classnames/index.js';
|
|
4
|
-
import './index.less.js';
|
|
5
|
-
import 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 '../../../../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,4 +0,0 @@
|
|
|
1
|
-
import styleInject from '../../../../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);
|