@fonixtree/magic-design 0.0.73 → 0.0.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +307 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +307 -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-navigation-newline.png +0 -0
- package/es/assets/images/layout-icon/layout-navigation-tile.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-1.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-2.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-3.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-4.png +0 -0
- package/es/assets/images/layout-icon/layout-recommend-5.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 +48 -0
- package/es/assets/less/form.less +9 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +12 -0
- package/es/assets/less/input.less +19 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +19 -0
- package/es/assets/less/select.less +32 -0
- package/es/assets/less/slider.less +21 -0
- package/es/assets/less/switch.less +20 -0
- package/es/assets/less/table.less +52 -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 +105 -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 +197 -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 +750 -0
- package/es/common/ImageModal/index.less +21 -0
- package/es/common/ImagePicker/index.js +164 -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 +37 -0
- package/es/common/LinkModal/BundleCampaign/index.js +390 -0
- package/es/common/LinkModal/BundleCampaign/index.less +17 -0
- package/es/common/LinkModal/CatgTable/index.js +234 -0
- package/es/common/LinkModal/CouponTable/index.js +302 -0
- package/es/common/LinkModal/CustomTable/index.js +228 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +692 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +126 -0
- package/es/common/LinkModal/FunctionTable/index.js +224 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +496 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +12 -0
- package/es/common/LinkModal/index.js +144 -0
- package/es/common/LinkModal/index.less +103 -0
- package/es/common/MessageModal/index.less +86 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +793 -0
- package/es/common/ProductModal/index.less +140 -0
- package/es/common/ProductSource/index.js +254 -0
- package/es/common/ProductSource/index.less +14 -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 +121 -0
- package/es/common/UrlPicker/index.less +72 -0
- package/es/common/index.js +127 -0
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/Banner/index.js +89 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/es/composite-comp/bol/components/Button/index.js +103 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
- package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/components/Carousel/index.js +93 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +261 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +89 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/Divider/index.js +101 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
- package/es/composite-comp/bol/components/ImageText/index.js +88 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +186 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +116 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/es/composite-comp/bol/components/Tag/index.js +107 -0
- package/es/composite-comp/bol/components/Tag/index.less +34 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +155 -0
- package/es/composite-comp/bol/components/Text/index.js +123 -0
- package/es/composite-comp/bol/components/Text/index.less +61 -0
- package/es/composite-comp/bol/components/Text/slice.svg +1 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
- package/es/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
- package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/es/composite-comp/common/components/ProductItem/index.js +209 -0
- package/es/composite-comp/common/components/ProductItem/index.less +157 -0
- package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
- package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
- package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
- package/es/composite-comp/dito/components/Recommend/index.js +91 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
- package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.js +653 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.less +80 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
- package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
- package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
- package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/es/constants/component-types.js +93 -0
- package/es/constants/index.js +152 -0
- package/es/constants/layout.js +162 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +158 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/index.js +300 -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 +268 -0
- package/es/core/Designer/PageCompList/index.less +139 -0
- package/es/core/Designer/QuickMenuBar/index.js +192 -0
- package/es/core/Designer/QuickMenuBar/index.less +76 -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 +482 -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 +29 -0
- package/es/locale/en/en.json +129 -0
- package/es/locale/es/es.json +129 -0
- package/es/locale/id/id.json +129 -0
- package/es/locale/index.js +45 -0
- package/es/meta-comp/components/Button/index.js +193 -0
- package/es/meta-comp/components/Button/index.less +20 -0
- package/es/meta-comp/components/Image/image/default-img.png +0 -0
- package/es/meta-comp/components/Image/index.js +199 -0
- package/es/meta-comp/components/Image/index.less +21 -0
- package/es/meta-comp/components/Text/index.js +478 -0
- package/es/meta-comp/components/Text/index.less +38 -0
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +87 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +368 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +406 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +362 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/es/mobx/Store.js +102 -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 +362 -0
- package/es/utils/currencyUtil.js +190 -0
- package/es/utils/dataTreeUtils.js +134 -0
- package/es/utils/dateUtil.js +70 -0
- package/es/utils/storeUtil.js +258 -0
- package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
- package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
- package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
- package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
- package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +307 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +307 -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-navigation-newline.png +0 -0
- package/lib/assets/images/layout-icon/layout-navigation-tile.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
- package/lib/assets/images/layout-icon/layout-recommend-5.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 +48 -0
- package/lib/assets/less/form.less +9 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +12 -0
- package/lib/assets/less/input.less +19 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +19 -0
- package/lib/assets/less/select.less +32 -0
- package/lib/assets/less/slider.less +21 -0
- package/lib/assets/less/switch.less +20 -0
- package/lib/assets/less/table.less +52 -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 +105 -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 +197 -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 +750 -0
- package/lib/common/ImageModal/index.less +21 -0
- package/lib/common/ImagePicker/index.js +164 -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 +37 -0
- package/lib/common/LinkModal/BundleCampaign/index.js +390 -0
- package/lib/common/LinkModal/BundleCampaign/index.less +17 -0
- package/lib/common/LinkModal/CatgTable/index.js +234 -0
- package/lib/common/LinkModal/CouponTable/index.js +302 -0
- package/lib/common/LinkModal/CustomTable/index.js +228 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +692 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +126 -0
- package/lib/common/LinkModal/FunctionTable/index.js +224 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +496 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +12 -0
- package/lib/common/LinkModal/index.js +144 -0
- package/lib/common/LinkModal/index.less +103 -0
- package/lib/common/MessageModal/index.less +86 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +793 -0
- package/lib/common/ProductModal/index.less +140 -0
- package/lib/common/ProductSource/index.js +254 -0
- package/lib/common/ProductSource/index.less +14 -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 +121 -0
- package/lib/common/UrlPicker/index.less +72 -0
- package/lib/common/index.js +127 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
- package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/Banner/index.js +89 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
- package/lib/composite-comp/bol/components/Button/index.js +103 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
- package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +261 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +89 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/Divider/index.js +101 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
- package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +186 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +116 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
- package/lib/composite-comp/bol/components/Tag/index.js +107 -0
- package/lib/composite-comp/bol/components/Tag/index.less +34 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +155 -0
- package/lib/composite-comp/bol/components/Text/index.js +123 -0
- package/lib/composite-comp/bol/components/Text/index.less +61 -0
- package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
- package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
- package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
- package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +209 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +157 -0
- package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
- package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
- package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
- package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
- package/lib/composite-comp/dito/components/Recommend/index.js +91 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
- package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.js +653 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.less +80 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
- package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
- package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
- package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
- package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
- package/lib/constants/component-types.js +93 -0
- package/lib/constants/index.js +152 -0
- package/lib/constants/layout.js +162 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +158 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/index.js +300 -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 +268 -0
- package/lib/core/Designer/PageCompList/index.less +139 -0
- package/lib/core/Designer/QuickMenuBar/index.js +192 -0
- package/lib/core/Designer/QuickMenuBar/index.less +76 -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 +482 -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 +29 -0
- package/lib/locale/en/en.json +129 -0
- package/lib/locale/es/es.json +129 -0
- package/lib/locale/id/id.json +129 -0
- package/lib/locale/index.js +45 -0
- package/lib/meta-comp/components/Button/index.js +193 -0
- package/lib/meta-comp/components/Button/index.less +20 -0
- package/lib/meta-comp/components/Image/image/default-img.png +0 -0
- package/lib/meta-comp/components/Image/index.js +199 -0
- package/lib/meta-comp/components/Image/index.less +21 -0
- package/lib/meta-comp/components/Text/index.js +478 -0
- package/lib/meta-comp/components/Text/index.less +38 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +368 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +406 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +362 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
- package/lib/mobx/Store.js +102 -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 +362 -0
- package/lib/utils/currencyUtil.js +190 -0
- package/lib/utils/dataTreeUtils.js +134 -0
- package/lib/utils/dateUtil.js +70 -0
- package/lib/utils/storeUtil.js +258 -0
- package/package.json +1 -86
- package/README.md +0 -320
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.numberToFixed = exports.getPricePrefix = exports.getPrecision = exports.formatCurrencyWithSymbol = exports.formatCurrency = exports.currencyToFont = exports.calcFloatCount = exports.addSeparators = void 0;
|
|
7
|
+
|
|
8
|
+
var _divide = _interopRequireDefault(require("lodash/divide"));
|
|
9
|
+
|
|
10
|
+
var _isEmpty = _interopRequireDefault(require("lodash/isEmpty"));
|
|
11
|
+
|
|
12
|
+
var _commonUtil = require("./commonUtil");
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
/* eslint-disable */
|
|
17
|
+
var precision = (0, _commonUtil.ensure)(function () {
|
|
18
|
+
return window.ecommerce.precision;
|
|
19
|
+
}, '0'); // 千分位展示
|
|
20
|
+
|
|
21
|
+
var addSeparators = function addSeparators(nStr, thousandsSep, decimalSep) {
|
|
22
|
+
if (!Number(nStr)) {
|
|
23
|
+
return nStr;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
var x1;
|
|
27
|
+
var x2;
|
|
28
|
+
nStr += '';
|
|
29
|
+
var x = nStr.split('.');
|
|
30
|
+
x1 = x[0];
|
|
31
|
+
x2 = x.length > 1 ? decimalSep + x[1] : '';
|
|
32
|
+
var rgx = /(\d+)(\d{3})/;
|
|
33
|
+
|
|
34
|
+
while (rgx.test(x1)) {
|
|
35
|
+
x1 = x1.replace(rgx, "$1" + thousandsSep + "$2");
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
return x1 + x2;
|
|
39
|
+
};
|
|
40
|
+
|
|
41
|
+
exports.addSeparators = addSeparators;
|
|
42
|
+
|
|
43
|
+
var getPricePrefix = function getPricePrefix() {
|
|
44
|
+
var pricePrefix = (0, _commonUtil.ensure)(function () {
|
|
45
|
+
return window.ecommerce.prefix;
|
|
46
|
+
}, 'Rp');
|
|
47
|
+
return pricePrefix;
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
exports.getPricePrefix = getPricePrefix;
|
|
51
|
+
|
|
52
|
+
var getPrecision = function getPrecision() {
|
|
53
|
+
var ret = (0, _commonUtil.ensure)(function () {
|
|
54
|
+
return window.ecommerce.precision;
|
|
55
|
+
}, '0');
|
|
56
|
+
return Number(ret);
|
|
57
|
+
}; // 格式化金额
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
exports.getPrecision = getPrecision;
|
|
61
|
+
|
|
62
|
+
var formatCurrency = function formatCurrency(num) {
|
|
63
|
+
var displayPrecision = (0, _commonUtil.ensure)(function () {
|
|
64
|
+
return window.ecommerce.displayCurrencyPrecision;
|
|
65
|
+
}, '0');
|
|
66
|
+
var precision = (0, _commonUtil.ensure)(function () {
|
|
67
|
+
return window.ecommerce.precision;
|
|
68
|
+
}, '0');
|
|
69
|
+
var pricePrefix = (0, _commonUtil.ensure)(function () {
|
|
70
|
+
return window.ecommerce.prefix;
|
|
71
|
+
}, 'Rp');
|
|
72
|
+
var numVal = num;
|
|
73
|
+
|
|
74
|
+
if (Number.isNaN(num) || !Number.isFinite(num)) {
|
|
75
|
+
numVal = 0;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
var displayNum = displayPrecision != null && displayPrecision !== '' ? displayPrecision : precision;
|
|
79
|
+
var ret = numVal / Math.pow(10, precision);
|
|
80
|
+
return addSeparators(ret.toFixed(displayNum), pricePrefix === "IDR" || pricePrefix === "Rp" ? '.' : ',', '.');
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
exports.formatCurrency = formatCurrency;
|
|
84
|
+
|
|
85
|
+
var formatCurrencyWithSymbol = function formatCurrencyWithSymbol(num) {
|
|
86
|
+
var ret = formatCurrency(num);
|
|
87
|
+
return getPricePrefix() + " " + ret;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* TODO 未兼容科学计数法(小数点后7位)
|
|
91
|
+
* 计算浮点位数
|
|
92
|
+
* @param {*} number 数字
|
|
93
|
+
* @returns count
|
|
94
|
+
*/
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
exports.formatCurrencyWithSymbol = formatCurrencyWithSymbol;
|
|
98
|
+
|
|
99
|
+
var calcFloatCount = function calcFloatCount(number) {
|
|
100
|
+
var numbString = String(number);
|
|
101
|
+
var findIndex = numbString.indexOf('.');
|
|
102
|
+
if (findIndex === -1) return 0;
|
|
103
|
+
return numbString.length - findIndex - 1;
|
|
104
|
+
};
|
|
105
|
+
/**
|
|
106
|
+
* 保留小数位
|
|
107
|
+
* @param {number} number 数字
|
|
108
|
+
* @param {int?} precision 位数 默认:2
|
|
109
|
+
*/
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
exports.calcFloatCount = calcFloatCount;
|
|
113
|
+
|
|
114
|
+
var numberToFixed = function numberToFixed(numb, precision) {
|
|
115
|
+
if (precision === void 0) {
|
|
116
|
+
precision = 2;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
var multiple = Math.pow(10, precision);
|
|
120
|
+
var floatCount = calcFloatCount(numb);
|
|
121
|
+
|
|
122
|
+
if (floatCount <= precision) {
|
|
123
|
+
if (floatCount === 0) {
|
|
124
|
+
if (precision <= 0) {
|
|
125
|
+
return "" + String(~~numb);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
return String(~~numb) + "." + new Array(precision - floatCount).fill('0').join('');
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return String(numb) + new Array(precision - floatCount).fill('0').join('');
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
var bigMultiple = multiple * 10;
|
|
135
|
+
var tempNumb = ~~(numb * bigMultiple);
|
|
136
|
+
var lastNumber = String(tempNumb).slice(-1);
|
|
137
|
+
var resultNumber = ~~(numb * multiple);
|
|
138
|
+
if (~~lastNumber >= 5) resultNumber += 1;
|
|
139
|
+
var result = resultNumber / multiple;
|
|
140
|
+
var resultFloatCount = calcFloatCount(result);
|
|
141
|
+
return result + new Array(precision - resultFloatCount).fill('0').join('');
|
|
142
|
+
};
|
|
143
|
+
/**
|
|
144
|
+
* 格式化数值,不加前缀 (前台使用) 例如:缩小100倍
|
|
145
|
+
* @param {*} value 数值
|
|
146
|
+
* @param {*} customPrecision 精度转换,默认读配置项
|
|
147
|
+
* @param {*} customDisplayPrecision 保留小数位数,默认读配置项(传null,表示不作处理只转换精度)
|
|
148
|
+
* @returns 格式化后的数值字符串
|
|
149
|
+
*/
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
exports.numberToFixed = numberToFixed;
|
|
153
|
+
|
|
154
|
+
var currencyToFont = function currencyToFont(value, customPrecision, customDisplayPrecision) {
|
|
155
|
+
if (value === null || value === undefined || value === '' || Number.isNaN(Number(value))) {
|
|
156
|
+
return value;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
var precision; // 优先使用参数上的精度
|
|
160
|
+
|
|
161
|
+
if (!(0, _isEmpty["default"])(customPrecision) && !Number.isNaN(Number(customPrecision))) {
|
|
162
|
+
precision = Number(customPrecision);
|
|
163
|
+
} else {
|
|
164
|
+
precision = (0, _commonUtil.ensure)(function () {
|
|
165
|
+
return window.ecommerce.precision;
|
|
166
|
+
}, '0');
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
var number = Number(value);
|
|
170
|
+
var temp = (0, _divide["default"])(number, Math.pow(10, precision)); // 特殊处理,不需要格式化小数位
|
|
171
|
+
|
|
172
|
+
if (customDisplayPrecision === null) {
|
|
173
|
+
return "" + temp;
|
|
174
|
+
} // 精度格式化
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
var displayPrecision; // 优先使用参数上的精度
|
|
178
|
+
|
|
179
|
+
if (!(0, _isEmpty["default"])(customDisplayPrecision) && !Number.isNaN(Number(customDisplayPrecision))) {
|
|
180
|
+
displayPrecision = Number(customDisplayPrecision);
|
|
181
|
+
} else {
|
|
182
|
+
displayPrecision = (0, _commonUtil.ensure)(function () {
|
|
183
|
+
return window.ecommerce.displayCurrencyPrecision;
|
|
184
|
+
}, 'Rp');
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
return temp.toFixed(Number(displayPrecision));
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
exports.currencyToFont = currencyToFont;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _isEmpty = _interopRequireDefault(require("lodash/isEmpty"));
|
|
9
|
+
|
|
10
|
+
var _isObject = _interopRequireDefault(require("lodash/isObject"));
|
|
11
|
+
|
|
12
|
+
var _mapKeys = _interopRequireDefault(require("lodash/mapKeys"));
|
|
13
|
+
|
|
14
|
+
var _cloneDeep = _interopRequireDefault(require("lodash/cloneDeep"));
|
|
15
|
+
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
|
|
18
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* 处理树相关的工具
|
|
22
|
+
*/
|
|
23
|
+
var _default = {
|
|
24
|
+
/** 将一维数组转换为树结构 */
|
|
25
|
+
translateDataToTree: function translateDataToTree(jsonData, id, pid, mapProps) {
|
|
26
|
+
var newData = (0, _cloneDeep["default"])(jsonData);
|
|
27
|
+
var result = [];
|
|
28
|
+
var temp = {};
|
|
29
|
+
|
|
30
|
+
for (var i = 0; i < newData.length; i += 1) {
|
|
31
|
+
temp[newData[i][id]] = newData[i]; // 以id作为索引存储元素,可以无需遍历直接定位元素
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
var _loop_1 = function _loop_1(j) {
|
|
35
|
+
var currentElement = newData[j]; // 添加需要的属性
|
|
36
|
+
|
|
37
|
+
if (mapProps && (0, _isObject["default"])(mapProps) && !(0, _isEmpty["default"])(mapProps)) {
|
|
38
|
+
(0, _mapKeys["default"])(mapProps, function (value, key) {
|
|
39
|
+
currentElement[key] = currentElement[value];
|
|
40
|
+
});
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
var tempCurrentElementParent = temp[currentElement[pid]]; // 临时变量里面的当前元素的父元素
|
|
44
|
+
|
|
45
|
+
if (tempCurrentElementParent) {
|
|
46
|
+
// 如果存在父元素
|
|
47
|
+
if (!tempCurrentElementParent.children) {
|
|
48
|
+
// 如果父元素没有chindren键
|
|
49
|
+
tempCurrentElementParent.children = []; // 设上父元素的children键
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
tempCurrentElementParent.children.push(currentElement); // 给父元素加上当前元素作为子元素
|
|
53
|
+
} else {
|
|
54
|
+
// 不存在父元素,意味着当前元素是一级元素
|
|
55
|
+
result.push(currentElement);
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
for (var j = 0; j < newData.length; j += 1) {
|
|
60
|
+
_loop_1(j);
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
return result;
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
/**
|
|
67
|
+
* jsonData 输入数据
|
|
68
|
+
* 需要查找的id
|
|
69
|
+
* pk 主键的名称
|
|
70
|
+
* childKeys返回值
|
|
71
|
+
*/
|
|
72
|
+
findChildKeys: function findChildKeys(jsonData, id, pk, childKeys) {
|
|
73
|
+
var target = {};
|
|
74
|
+
this.dsFilter(jsonData, id, pk, target);
|
|
75
|
+
|
|
76
|
+
if (target && JSON.stringify(target) !== '{}') {
|
|
77
|
+
childKeys.push(target[pk]);
|
|
78
|
+
|
|
79
|
+
if (target.children && target.children.length) {
|
|
80
|
+
this.getChildKey(target.children, pk, childKeys);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
dsFilter: function dsFilter(dealData, id, pk, target) {
|
|
85
|
+
for (var i = 0; i < dealData.length; i += 1) {
|
|
86
|
+
if (dealData[i].children && dealData[i].children.length) {
|
|
87
|
+
this.dsFilter(dealData[i].children, id, pk, target);
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
if (dealData[i][pk] === id) {
|
|
91
|
+
_extends(target, dealData[i]);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
getChildKey: function getChildKey(dealData, pk, childKeys) {
|
|
96
|
+
for (var i = 0; i < dealData.length; i += 1) {
|
|
97
|
+
if (dealData[i].children && dealData[i].children.length) {
|
|
98
|
+
this.getChildKey(dealData[i].children, pk, childKeys);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
childKeys.push(dealData[i][pk]);
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
listToTree: function listToTree(list) {
|
|
105
|
+
var map = {};
|
|
106
|
+
var node;
|
|
107
|
+
var tree = [];
|
|
108
|
+
var i;
|
|
109
|
+
var nList = [];
|
|
110
|
+
|
|
111
|
+
for (i = 0; i < list.length; i++) {
|
|
112
|
+
map[list[i].catgId] = list[i];
|
|
113
|
+
list[i].children = [];
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
for (i = 0; i < list.length; i += 1) {
|
|
117
|
+
node = {
|
|
118
|
+
title: list[i].catgName,
|
|
119
|
+
value: list[i].catgId,
|
|
120
|
+
key: list[i].catgId,
|
|
121
|
+
children: list[i].children
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
if (list[i].parentCatgId !== null) {
|
|
125
|
+
map[list[i].parentCatgId] && map[list[i].parentCatgId].children.push(node);
|
|
126
|
+
} else {
|
|
127
|
+
tree.push(node);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return tree;
|
|
132
|
+
}
|
|
133
|
+
};
|
|
134
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.formatDateTime = exports.formatDateMinute = exports.formatDate = void 0;
|
|
7
|
+
exports.formatDayMonth = formatDayMonth;
|
|
8
|
+
exports.newDate = void 0;
|
|
9
|
+
|
|
10
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
+
|
|
12
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
13
|
+
|
|
14
|
+
var dateFmt = 'YYYY-MM-DD';
|
|
15
|
+
var timeFmt = 'YYYY-MM-DD HH:mm:ss';
|
|
16
|
+
var timeMinuteFmt = 'YYYY-MM-DD HH:mm';
|
|
17
|
+
/**
|
|
18
|
+
* new Date 解决ios 安卓兼容问题
|
|
19
|
+
* @param {*} date 时间
|
|
20
|
+
*/
|
|
21
|
+
|
|
22
|
+
var newDate = function newDate(date) {
|
|
23
|
+
if (date instanceof Date) {
|
|
24
|
+
return date;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
if (date) {
|
|
28
|
+
var reg = /^[0-9]+.?[0-9]*$/;
|
|
29
|
+
|
|
30
|
+
if (reg.test(date)) {
|
|
31
|
+
return new Date(Number(date));
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return new Date(date.replace(/-/g, '/'));
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
return new Date();
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
exports.newDate = newDate;
|
|
41
|
+
|
|
42
|
+
var formatDate = function formatDate(date) {
|
|
43
|
+
return (0, _moment["default"])(date).format(dateFmt);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
exports.formatDate = formatDate;
|
|
47
|
+
|
|
48
|
+
var formatDateTime = function formatDateTime(time) {
|
|
49
|
+
return (0, _moment["default"])(time).format(timeFmt);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.formatDateTime = formatDateTime;
|
|
53
|
+
|
|
54
|
+
var formatDateMinute = function formatDateMinute(time) {
|
|
55
|
+
return (0, _moment["default"])(time).format(timeMinuteFmt);
|
|
56
|
+
};
|
|
57
|
+
|
|
58
|
+
exports.formatDateMinute = formatDateMinute;
|
|
59
|
+
|
|
60
|
+
function formatDayMonth(date, fmt) {
|
|
61
|
+
if (fmt === void 0) {
|
|
62
|
+
fmt = 'DD MMM';
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
if (!date) {
|
|
66
|
+
return '';
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
return (0, _moment["default"])(newDate(date)).format(fmt);
|
|
70
|
+
}
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.setStore = exports.setSessionStore = exports.setMagicStore = exports.setCache = exports.session = exports.persistence = exports.getStore = exports.getSessionStore = exports.getMagicStore = exports.getCache = exports.clearStore = exports.clearSessionStore = exports.clearMagicStore = exports.clearCache = void 0;
|
|
7
|
+
|
|
8
|
+
var _commonUtil = require("./commonUtil");
|
|
9
|
+
|
|
10
|
+
var _dateUtil = require("./dateUtil");
|
|
11
|
+
|
|
12
|
+
var debug = require('debug')('worker:store');
|
|
13
|
+
/** 持久化渠道 */
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
var CHANNEL = window.localStorage;
|
|
17
|
+
/** session storage */
|
|
18
|
+
|
|
19
|
+
var session = window.sessionStorage;
|
|
20
|
+
/**
|
|
21
|
+
* 设置临时缓存 window
|
|
22
|
+
* @param {string} key 键
|
|
23
|
+
* @param {any} value 值
|
|
24
|
+
* @param {boolean} temp 是否是临时缓存 默认 true
|
|
25
|
+
*/
|
|
26
|
+
|
|
27
|
+
exports.session = session;
|
|
28
|
+
|
|
29
|
+
var setCache = function setCache(key, value, temp) {
|
|
30
|
+
if (temp === void 0) {
|
|
31
|
+
temp = true;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
var _key = "_cache" + key;
|
|
35
|
+
|
|
36
|
+
window[_key] = value;
|
|
37
|
+
/** 临时数据清单 用于清空 */
|
|
38
|
+
|
|
39
|
+
if (temp) {
|
|
40
|
+
if (window._cache_list) {
|
|
41
|
+
window._cache_list.add(_key);
|
|
42
|
+
} else {
|
|
43
|
+
window._cache_list = new Set([_key]);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
};
|
|
47
|
+
/**
|
|
48
|
+
* 清除缓存 window
|
|
49
|
+
* @param {string?} key 键,为空时清除所有临时缓存
|
|
50
|
+
*/
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
exports.setCache = setCache;
|
|
54
|
+
|
|
55
|
+
var clearCache = function clearCache(key) {
|
|
56
|
+
if (key) {
|
|
57
|
+
var _key = "_cache" + key;
|
|
58
|
+
|
|
59
|
+
Reflect.deleteProperty(window, _key);
|
|
60
|
+
} else if (window._cache_list) {
|
|
61
|
+
window._cache_list.forEach(function (k) {
|
|
62
|
+
Reflect.deleteProperty(window, k);
|
|
63
|
+
});
|
|
64
|
+
|
|
65
|
+
window._cache_list = null;
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
/**
|
|
69
|
+
* 获取缓存 window
|
|
70
|
+
* @param {*} key 键
|
|
71
|
+
*/
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
exports.clearCache = clearCache;
|
|
75
|
+
|
|
76
|
+
var getCache = function getCache(key) {
|
|
77
|
+
return window["_cache" + key] || null;
|
|
78
|
+
};
|
|
79
|
+
/**
|
|
80
|
+
* 获取缓存数据 localStorage
|
|
81
|
+
* @param {*} key
|
|
82
|
+
* @param {*} isJson 是否是json 默认是
|
|
83
|
+
*/
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
exports.getCache = getCache;
|
|
87
|
+
|
|
88
|
+
var getStore = function getStore(key, channel) {
|
|
89
|
+
if (channel === void 0) {
|
|
90
|
+
channel = CHANNEL;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
return (0, _commonUtil.ensure)(function () {
|
|
94
|
+
return JSON.parse(channel.getItem(key));
|
|
95
|
+
}, channel.getItem(key));
|
|
96
|
+
};
|
|
97
|
+
/**
|
|
98
|
+
* 设置缓存 localStorage
|
|
99
|
+
* @param {string} key 键
|
|
100
|
+
* @param {any} data 值
|
|
101
|
+
*/
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
exports.getStore = getStore;
|
|
105
|
+
|
|
106
|
+
var setStore = function setStore(key, data, channel) {
|
|
107
|
+
if (channel === void 0) {
|
|
108
|
+
channel = CHANNEL;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
if (data instanceof Object) {
|
|
112
|
+
channel.setItem(key, JSON.stringify(data));
|
|
113
|
+
} else {
|
|
114
|
+
channel.setItem(key, data);
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
/**
|
|
118
|
+
* 清空 localStorage
|
|
119
|
+
* @param {string} key 键
|
|
120
|
+
*/
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
exports.setStore = setStore;
|
|
124
|
+
|
|
125
|
+
var clearStore = function clearStore(key, channel) {
|
|
126
|
+
if (channel === void 0) {
|
|
127
|
+
channel = CHANNEL;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
if (key) {
|
|
131
|
+
channel.removeItem(key);
|
|
132
|
+
} else {
|
|
133
|
+
channel.clear();
|
|
134
|
+
}
|
|
135
|
+
};
|
|
136
|
+
/**
|
|
137
|
+
* 获取缓存数据 sessionStorage
|
|
138
|
+
* @param {*} key
|
|
139
|
+
* @param {*} isJson 是否是json 默认是
|
|
140
|
+
*/
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
exports.clearStore = clearStore;
|
|
144
|
+
|
|
145
|
+
var getSessionStore = function getSessionStore(key) {
|
|
146
|
+
return getStore(key, window.sessionStorage);
|
|
147
|
+
};
|
|
148
|
+
/**
|
|
149
|
+
* 设置缓存 sessionStorage
|
|
150
|
+
* @param {string} key 键
|
|
151
|
+
* @param {any} data 值
|
|
152
|
+
*/
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
exports.getSessionStore = getSessionStore;
|
|
156
|
+
|
|
157
|
+
var setSessionStore = function setSessionStore(key, data) {
|
|
158
|
+
setStore(key, data, window.sessionStorage);
|
|
159
|
+
};
|
|
160
|
+
/**
|
|
161
|
+
* 清空 sessionStorage
|
|
162
|
+
* @param {*} key 键
|
|
163
|
+
*/
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
exports.setSessionStore = setSessionStore;
|
|
167
|
+
|
|
168
|
+
var clearSessionStore = function clearSessionStore(key) {
|
|
169
|
+
clearStore(key, window.sessionStorage);
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* 持久化方法
|
|
173
|
+
* @param {string} _key 键
|
|
174
|
+
* @param {any} state 值
|
|
175
|
+
* @param {array<string>} whiteList 白名单
|
|
176
|
+
*/
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
exports.clearSessionStore = clearSessionStore;
|
|
180
|
+
|
|
181
|
+
var persistence = function persistence(_key, state, whiteList) {
|
|
182
|
+
if (whiteList === void 0) {
|
|
183
|
+
whiteList = [];
|
|
184
|
+
}
|
|
185
|
+
/* 持久化白名单 */
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
var persistenceData = {};
|
|
189
|
+
whiteList.forEach(function (key) {
|
|
190
|
+
persistenceData[key] = state[key];
|
|
191
|
+
});
|
|
192
|
+
setStore(_key, persistenceData);
|
|
193
|
+
};
|
|
194
|
+
/** 设计器定制的 一套缓存机制 */
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* 获取缓存数据 localStorage
|
|
198
|
+
* @param {*} key
|
|
199
|
+
* @param {*} isJson 是否是json 默认是
|
|
200
|
+
*/
|
|
201
|
+
// export const getStore = key => ensure(() => JSON.parse(CHANNEL.getItem(key)), CHANNEL.getItem(key));
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
exports.persistence = persistence;
|
|
205
|
+
var localStorageKey = 'magicBoxCache';
|
|
206
|
+
/** 清楚缓存 */
|
|
207
|
+
|
|
208
|
+
var clearMagicStore = function clearMagicStore() {
|
|
209
|
+
clearStore(localStorageKey);
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* 设置缓存 localStorage
|
|
213
|
+
* @param {string} key 键
|
|
214
|
+
* @param {any} data 值
|
|
215
|
+
*/
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
exports.clearMagicStore = clearMagicStore;
|
|
219
|
+
|
|
220
|
+
var setMagicStore = function setMagicStore(key, data) {
|
|
221
|
+
try {
|
|
222
|
+
var localStore = getStore(localStorageKey) || {
|
|
223
|
+
date: (0, _dateUtil.formatDate)(),
|
|
224
|
+
data: {}
|
|
225
|
+
};
|
|
226
|
+
localStore.data[key] = data;
|
|
227
|
+
setStore(localStorageKey, localStore);
|
|
228
|
+
} catch (error) {
|
|
229
|
+
debug(error);
|
|
230
|
+
clearMagicStore();
|
|
231
|
+
}
|
|
232
|
+
};
|
|
233
|
+
/** 获取设计器缓存 */
|
|
234
|
+
|
|
235
|
+
|
|
236
|
+
exports.setMagicStore = setMagicStore;
|
|
237
|
+
|
|
238
|
+
var getMagicStore = function getMagicStore(key) {
|
|
239
|
+
try {
|
|
240
|
+
var localStore = getStore(localStorageKey) || {
|
|
241
|
+
date: (0, _dateUtil.formatDate)(),
|
|
242
|
+
data: {}
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
if (localStore.date !== (0, _dateUtil.formatDate)()) {
|
|
246
|
+
throw new Error('清除设计器缓存');
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
return localStore.data[key];
|
|
250
|
+
} catch (error) {
|
|
251
|
+
debug(error);
|
|
252
|
+
clearMagicStore();
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
return null;
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
exports.getMagicStore = getMagicStore;
|