@fonixtree/magic-design 2.0.53 → 2.0.55
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/Trueno-Light.otf +0 -0
- package/es/assets/fonts/Trueno-Regular.otf +0 -0
- package/es/assets/fonts/TruenoBd.otf +0 -0
- package/es/assets/fonts/magic-box-iconfont.css +507 -0
- package/es/assets/fonts/magic-box-iconfont.css.bak +516 -0
- package/es/assets/fonts/magic-box-iconfont.js +5 -0
- package/es/assets/fonts/magic-box-iconfont.js.bak +5 -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/base64/index.js +18 -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/carouselLayout3.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/imageTextLeft.svg +6 -0
- package/es/assets/images/layout-icon/imageTextRight.svg +6 -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-normal.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/layout-video-h5-1.png +0 -0
- package/es/assets/images/layout-icon/layout-video-h5-2.png +0 -0
- package/es/assets/images/layout-icon/layout-video-h5-3.png +0 -0
- package/es/assets/images/layout-icon/layout-video-pc-1.png +0 -0
- package/es/assets/images/layout-icon/layout-video-pc-2.png +0 -0
- package/es/assets/images/layout-icon/layout-video-pc-3.png +0 -0
- package/es/assets/images/layout-icon/layout-video-pc-4.png +0 -0
- package/es/assets/images/layout-icon/layout-video-pc-5.png +0 -0
- package/es/assets/images/layout-icon/locationLayout.png +0 -0
- package/es/assets/images/layout-icon/newsletter.svg +7 -0
- package/es/assets/images/layout-icon/walletLayout1.png +0 -0
- package/es/assets/images/layout-icon/walletLayout2.png +0 -0
- package/es/assets/images/layout-icon/walletNuriLayout1.png +0 -0
- package/es/assets/less/button.less +32 -0
- package/es/assets/less/common.less +82 -0
- package/es/assets/less/cylon-antd.less +32456 -0
- package/es/assets/less/datepicker.less +13 -0
- package/es/assets/less/font.less +70 -0
- package/es/assets/less/form.less +10 -0
- package/es/assets/less/global.less +8 -0
- package/es/assets/less/index.less +13 -0
- package/es/assets/less/input.less +26 -0
- package/es/assets/less/menu.less +21 -0
- package/es/assets/less/modal.less +25 -0
- package/es/assets/less/select.less +32 -0
- package/es/assets/less/slider.less +69 -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/AffiliateProductModal/index.js +582 -0
- package/es/common/AffiliateProductModal/index.less +146 -0
- package/es/common/AlignSelector/index.js +120 -0
- package/es/common/AlignSelector/index.less +28 -0
- package/es/common/Button/index.js +135 -0
- package/es/common/Button/index.less +73 -0
- package/es/common/ButtonIconLayout/index.js +105 -0
- package/es/common/ButtonIconLayout/index.less +55 -0
- package/es/common/CardCarousel/index.js +171 -0
- package/es/common/CardCarousel/index.less +28 -0
- package/es/common/Carousel/index.js +69 -0
- package/es/common/Carousel/index.less +0 -0
- package/es/common/Collapse/index.js +398 -0
- package/es/common/Collapse/index.less +100 -0
- package/es/common/ColorPicker/imgs/no-color.png +0 -0
- package/es/common/ColorPicker/index.js +134 -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 +97 -0
- package/es/common/Field/index.less +37 -0
- package/es/common/FontStyles/index.js +197 -0
- package/es/common/FontStyles/index.less +64 -0
- package/es/common/GroupList/defaultImg.png +0 -0
- package/es/common/GroupList/index.js +211 -0
- package/es/common/GroupList/index.less +88 -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/ImageLazy/index.js +172 -0
- package/es/common/ImageLazy/index.less +0 -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 +815 -0
- package/es/common/ImageModal/index.less +34 -0
- package/es/common/ImageModal/utils.js +609 -0
- package/es/common/ImagePicker/index.js +317 -0
- package/es/common/ImagePicker/index.less +206 -0
- package/es/common/ImgArea/components/Crop.js +270 -0
- package/es/common/ImgArea/components/Icons.js +44 -0
- package/es/common/ImgArea/components/MultiCrops.js +217 -0
- package/es/common/ImgArea/index.js +11 -0
- package/es/common/InputNumber/index.js +91 -0
- package/es/common/InputNumber/index.less +38 -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/AffiliateProductTable/index.js +348 -0
- package/es/common/LinkModal/BundleCampaign/index.js +412 -0
- package/es/common/LinkModal/BundleCampaign/index.less +19 -0
- package/es/common/LinkModal/CatgTable/index.js +244 -0
- package/es/common/LinkModal/CouponTable/index.js +315 -0
- package/es/common/LinkModal/CustomTable/index.js +237 -0
- package/es/common/LinkModal/FilteredProductModal/index.js +706 -0
- package/es/common/LinkModal/FilteredProductModal/index.less +127 -0
- package/es/common/LinkModal/FunctionTable/index.js +233 -0
- package/es/common/LinkModal/MiniAppTable/index.js +250 -0
- package/es/common/LinkModal/ProductDetailPage/index.js +504 -0
- package/es/common/LinkModal/ProductDetailPage/index.less +10 -0
- package/es/common/LinkModal/SelectVideoModal/index.js +212 -0
- package/es/common/LinkModal/SelectVideoModal/index.less +112 -0
- package/es/common/LinkModal/ShareUrl/index.js +33 -0
- package/es/common/LinkModal/ShareUrl/index.less +3 -0
- package/es/common/LinkModal/StoreCatgTable/index.js +244 -0
- package/es/common/LinkModal/StoreTable/index.js +328 -0
- package/es/common/LinkModal/index.js +368 -0
- package/es/common/LinkModal/index.less +104 -0
- package/es/common/MagicLink/index.js +89 -0
- package/es/common/MagicLink/index.less +0 -0
- package/es/common/MessageModal/index.js +73 -0
- package/es/common/MessageModal/index.less +86 -0
- package/es/common/MyModal/index.js +417 -0
- package/es/common/MyModal/index.less +74 -0
- package/es/common/NewImg/index.js +165 -0
- package/es/common/NewImg/index.less +0 -0
- package/es/common/ProductModal/index.js +790 -0
- package/es/common/ProductModal/index.less +146 -0
- package/es/common/ProductSource/index.js +286 -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/SwiperBan/index.js +94 -0
- package/es/common/SwiperBan/index.less +25 -0
- package/es/common/SwitchCollapse/index.js +216 -0
- package/es/common/SwitchCollapse/index.less +40 -0
- package/es/common/SystemNotification/Confirm/index.js +263 -0
- package/es/common/SystemNotification/Confirm/index.less +33 -0
- package/es/common/SystemNotification/index.js +115 -0
- package/es/common/UrlPicker/index.js +135 -0
- package/es/common/UrlPicker/index.less +86 -0
- package/es/common/Video/background.png +0 -0
- package/es/common/Video/closeImg.png +0 -0
- package/es/common/Video/components/index.js +100 -0
- package/es/common/Video/components/index.less +62 -0
- package/es/common/Video/cover.png +0 -0
- package/es/common/Video/index.js +748 -0
- package/es/common/Video/index.less +70 -0
- package/es/common/VideoUpload/index.js +156 -0
- package/es/common/VideoUpload/index.less +114 -0
- package/es/common/VideoUpload/video-upload-icon.png +0 -0
- package/es/common/index.js +191 -0
- package/es/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
- package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/Banner/index.js +103 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.js +302 -0
- package/es/composite-comp/bol/components/Banner/mobile/index.less +54 -0
- package/es/composite-comp/bol/components/Banner/pc/index.js +356 -0
- package/es/composite-comp/bol/components/Banner/pc/index.less +85 -0
- package/es/composite-comp/bol/components/Button/defaultJSON.js +94 -0
- package/es/composite-comp/bol/components/Button/index.js +122 -0
- package/es/composite-comp/bol/components/Button/index.less +47 -0
- package/es/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
- package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
- package/es/composite-comp/bol/components/Carousel/index.js +112 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
- package/es/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.js +362 -0
- package/es/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/es/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
- package/es/composite-comp/bol/components/CustomCode/index.js +138 -0
- package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/es/composite-comp/bol/components/Divider/index.js +103 -0
- package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
- package/es/composite-comp/bol/components/ImageGallery/index.js +88 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
- package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
- package/es/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/es/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
- package/es/composite-comp/bol/components/ImageText/index.js +88 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
- package/es/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.js +338 -0
- package/es/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/es/composite-comp/bol/components/Location/defaultJSON.js +60 -0
- package/es/composite-comp/bol/components/Location/index.js +100 -0
- package/es/composite-comp/bol/components/Location/index.less +15 -0
- package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
- package/es/composite-comp/bol/components/Newsletter/index.js +141 -0
- package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/es/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
- package/es/composite-comp/bol/components/Tag/index.js +127 -0
- package/es/composite-comp/bol/components/Tag/index.less +35 -0
- package/es/composite-comp/bol/components/Text/defaultJSON.js +151 -0
- package/es/composite-comp/bol/components/Text/index.js +161 -0
- package/es/composite-comp/bol/components/Text/index.less +58 -0
- package/es/composite-comp/bol/components/Text/slice.svg +1 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
- package/es/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
- package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/es/composite-comp/bol/components/Video/defaultJSON.js +239 -0
- package/es/composite-comp/bol/components/Video/imgs/banner.png +0 -0
- package/es/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
- package/es/composite-comp/bol/components/Video/index.js +111 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
- package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
- package/es/composite-comp/bol/components/Video/mobile/index.js +79 -0
- package/es/composite-comp/bol/components/Video/mobile/index.less +3 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
- package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
- package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
- package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
- package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
- package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
- package/es/composite-comp/bol/components/Video/pc/index.js +139 -0
- package/es/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/es/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
- package/es/composite-comp/bol/components/Wallet/index.js +84 -0
- package/es/composite-comp/bol/components/Wallet/mobile/index.js +611 -0
- package/es/composite-comp/bol/components/Wallet/mobile/index.less +103 -0
- package/es/composite-comp/bol/components/Wallet/pc/index.js +361 -0
- package/es/composite-comp/bol/components/Wallet/pc/index.less +40 -0
- package/es/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
- package/es/composite-comp/bol/components/WalletNuri/index.js +84 -0
- package/es/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
- package/es/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
- package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -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 +228 -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/ButtonConfigGroup/index.js +143 -0
- package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -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 +148 -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/CustomCodeConfig/MyEditor/index.js +42 -0
- package/es/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -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 +148 -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 +75 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
- package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
- package/es/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
- package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
- package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -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 +64 -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 +142 -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/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/es/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -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/ButtonSecondConfig/index.js +103 -0
- package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
- package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
- package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
- package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -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 +93 -0
- package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
- package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/es/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
- package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +188 -0
- package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
- package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
- package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
- package/es/composite-comp/common/components/AffiliateProductItem/index.less +113 -0
- package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/es/composite-comp/common/components/ImageLabel/index.less +45 -0
- package/es/composite-comp/common/components/ProductItem/index.js +248 -0
- package/es/composite-comp/common/components/ProductItem/index.less +168 -0
- package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
- package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
- package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +659 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +727 -0
- package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
- package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
- package/es/composite-comp/dito/components/FlashDeal/index.js +90 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -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 +439 -0
- package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
- package/es/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
- package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
- package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
- package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
- package/es/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
- package/es/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
- package/es/composite-comp/dito/components/PcNavigation/index.js +84 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
- package/es/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/es/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
- package/es/composite-comp/dito/components/Recommend/index.js +90 -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 +694 -0
- package/es/composite-comp/dito/components/Recommend/mobile/index.less +76 -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 +762 -0
- package/es/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
- package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/es/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
- package/es/composite-comp/dito/components/SearchBar/index.js +91 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
- package/es/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
- package/es/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
- package/es/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
- package/es/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
- package/es/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
- package/es/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
- package/es/composite-comp/dito/components/SignBoard/index.js +91 -0
- package/es/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
- package/es/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
- package/es/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +148 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
- package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -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 +73 -0
- package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
- package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
- package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
- package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
- package/es/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
- package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -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 +149 -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 +141 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
- package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
- package/es/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
- package/es/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
- package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
- package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
- package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
- package/es/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
- package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/es/constants/component-types.js +141 -0
- package/es/constants/index.js +257 -0
- package/es/constants/layout.js +315 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
- package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
- package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/es/core/Designer/AiImageGenerator/History/index.js +147 -0
- package/es/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
- package/es/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
- package/es/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
- package/es/core/Designer/AiImageGenerator/index.js +752 -0
- package/es/core/Designer/AiImageGenerator/index.less +136 -0
- package/es/core/Designer/AppointmentModal/index.js +87 -0
- package/es/core/Designer/AppointmentModal/index.less +23 -0
- package/es/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
- package/es/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
- package/es/core/Designer/ChatRobot/index.js +343 -0
- package/es/core/Designer/ChatRobot/index.less +138 -0
- package/es/core/Designer/ChatRobot/markdown.less +1 -0
- package/es/core/Designer/CompListPanel/CompCard/index.js +50 -0
- package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/es/core/Designer/CompListPanel/index.js +149 -0
- package/es/core/Designer/CompListPanel/index.less +69 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
- package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/es/core/Designer/ConfigPanel/index.js +390 -0
- package/es/core/Designer/ConfigPanel/index.less +148 -0
- package/es/core/Designer/FonixtreeGpt/index.js +160 -0
- package/es/core/Designer/History/index.js +97 -0
- package/es/core/Designer/LeftTitle/index.js +66 -0
- package/es/core/Designer/LeftTitle/index.less +9 -0
- package/es/core/Designer/PageCompList/index.js +328 -0
- package/es/core/Designer/PageCompList/index.less +139 -0
- package/es/core/Designer/QuickMenuBar/index.js +236 -0
- package/es/core/Designer/QuickMenuBar/index.less +121 -0
- package/es/core/Designer/RenderHtml/index.js +99 -0
- package/es/core/Designer/RenderHtml/index.less +5 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +117 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +77 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +136 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +126 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +40 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.js +176 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/es/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
- package/es/core/Designer/ToolBarModal/index.js +411 -0
- package/es/core/Designer/ToolBarModal/index.less +33 -0
- package/es/core/Designer/ViewArea/index.js +191 -0
- package/es/core/Designer/ViewArea/index.less +89 -0
- package/es/core/Designer/index.js +812 -0
- package/es/core/Designer/index.less +6 -0
- package/es/core/Renderer/index.js +184 -0
- package/es/decorator/compositeDecorator.js +276 -0
- package/es/decorator/index.js +68 -0
- package/es/decorator/lazyLoadDecorator.js +75 -0
- package/es/decorator/metaDecorator.js +241 -0
- package/es/decorator/updateConfigDecorator.js +76 -0
- package/es/index.js +29 -0
- package/es/locale/en/en.json +184 -0
- package/es/locale/es/es.json +184 -0
- package/es/locale/id/id.json +184 -0
- package/es/locale/index.js +45 -0
- package/es/meta-comp/components/Button/editable.js +123 -0
- package/es/meta-comp/components/Button/editable.less +6 -0
- package/es/meta-comp/components/Button/index.js +183 -0
- package/es/meta-comp/components/Button/index.less +21 -0
- package/es/meta-comp/components/Image/image/default-img.png +0 -0
- package/es/meta-comp/components/Image/image/h5DefImg.png +0 -0
- package/es/meta-comp/components/Image/image/h5Img.png +0 -0
- package/es/meta-comp/components/Image/image/pcDefImg.png +0 -0
- package/es/meta-comp/components/Image/image/pcImg.png +0 -0
- package/es/meta-comp/components/Image/index.js +262 -0
- package/es/meta-comp/components/Image/index.less +25 -0
- package/es/meta-comp/components/Text/formats/fontFamily.js +58 -0
- package/es/meta-comp/components/Text/formats/fontStyle.js +58 -0
- package/es/meta-comp/components/Text/formats/fontWeight.js +58 -0
- package/es/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
- package/es/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
- package/es/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
- package/es/meta-comp/components/Text/index.js +306 -0
- package/es/meta-comp/components/Text/index.less +103 -0
- package/es/meta-comp/components/index.js +31 -0
- package/es/meta-comp/config-panels/BaseConfig.js +85 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.js +397 -0
- package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
- package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
- package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/es/meta-comp/config-panels/ImageConfig/index.js +448 -0
- package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
- package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
- package/es/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
- package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
- package/es/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
- package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/es/meta-comp/config-panels/TextConfig/index.js +379 -0
- package/es/meta-comp/config-panels/TextConfig/index.less +20 -0
- package/es/mobx/Frame.js +85 -0
- package/es/mobx/Store.js +104 -0
- package/es/mobx/index.js +42 -0
- package/es/utils/androidUtil.js +134 -0
- package/es/utils/businessUtil.js +464 -0
- package/es/utils/commonUtil.js +951 -0
- package/es/utils/compJsonUtil.js +240 -0
- package/es/utils/coreUtil.js +394 -0
- package/es/utils/currencyUtil.js +216 -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/.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/Trueno-Light.otf +0 -0
- package/lib/assets/fonts/Trueno-Regular.otf +0 -0
- package/lib/assets/fonts/TruenoBd.otf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.css +507 -0
- package/lib/assets/fonts/magic-box-iconfont.css.bak +516 -0
- package/lib/assets/fonts/magic-box-iconfont.js +5 -0
- package/lib/assets/fonts/magic-box-iconfont.js.bak +5 -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/base64/index.js +18 -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/carouselLayout3.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/imageTextLeft.svg +6 -0
- package/lib/assets/images/layout-icon/imageTextRight.svg +6 -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-normal.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/layout-video-h5-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-h5-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-h5-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-pc-1.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-pc-2.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-pc-3.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-pc-4.png +0 -0
- package/lib/assets/images/layout-icon/layout-video-pc-5.png +0 -0
- package/lib/assets/images/layout-icon/locationLayout.png +0 -0
- package/lib/assets/images/layout-icon/newsletter.svg +7 -0
- package/lib/assets/images/layout-icon/walletLayout1.png +0 -0
- package/lib/assets/images/layout-icon/walletLayout2.png +0 -0
- package/lib/assets/images/layout-icon/walletNuriLayout1.png +0 -0
- package/lib/assets/less/button.less +32 -0
- package/lib/assets/less/common.less +82 -0
- package/lib/assets/less/cylon-antd.less +32456 -0
- package/lib/assets/less/datepicker.less +13 -0
- package/lib/assets/less/font.less +70 -0
- package/lib/assets/less/form.less +10 -0
- package/lib/assets/less/global.less +8 -0
- package/lib/assets/less/index.less +13 -0
- package/lib/assets/less/input.less +26 -0
- package/lib/assets/less/menu.less +21 -0
- package/lib/assets/less/modal.less +25 -0
- package/lib/assets/less/select.less +32 -0
- package/lib/assets/less/slider.less +69 -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/AffiliateProductModal/index.js +582 -0
- package/lib/common/AffiliateProductModal/index.less +146 -0
- package/lib/common/AlignSelector/index.js +120 -0
- package/lib/common/AlignSelector/index.less +28 -0
- package/lib/common/Button/index.js +135 -0
- package/lib/common/Button/index.less +73 -0
- package/lib/common/ButtonIconLayout/index.js +105 -0
- package/lib/common/ButtonIconLayout/index.less +55 -0
- package/lib/common/CardCarousel/index.js +171 -0
- package/lib/common/CardCarousel/index.less +28 -0
- package/lib/common/Carousel/index.js +69 -0
- package/lib/common/Carousel/index.less +0 -0
- package/lib/common/Collapse/index.js +398 -0
- package/lib/common/Collapse/index.less +100 -0
- package/lib/common/ColorPicker/imgs/no-color.png +0 -0
- package/lib/common/ColorPicker/index.js +134 -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 +97 -0
- package/lib/common/Field/index.less +37 -0
- package/lib/common/FontStyles/index.js +197 -0
- package/lib/common/FontStyles/index.less +64 -0
- package/lib/common/GroupList/defaultImg.png +0 -0
- package/lib/common/GroupList/index.js +211 -0
- package/lib/common/GroupList/index.less +88 -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/ImageLazy/index.js +172 -0
- package/lib/common/ImageLazy/index.less +0 -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 +815 -0
- package/lib/common/ImageModal/index.less +34 -0
- package/lib/common/ImageModal/utils.js +609 -0
- package/lib/common/ImagePicker/index.js +317 -0
- package/lib/common/ImagePicker/index.less +206 -0
- package/lib/common/ImgArea/components/Crop.js +270 -0
- package/lib/common/ImgArea/components/Icons.js +44 -0
- package/lib/common/ImgArea/components/MultiCrops.js +217 -0
- package/lib/common/ImgArea/index.js +11 -0
- package/lib/common/InputNumber/index.js +91 -0
- package/lib/common/InputNumber/index.less +38 -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/AffiliateProductTable/index.js +348 -0
- package/lib/common/LinkModal/BundleCampaign/index.js +412 -0
- package/lib/common/LinkModal/BundleCampaign/index.less +19 -0
- package/lib/common/LinkModal/CatgTable/index.js +244 -0
- package/lib/common/LinkModal/CouponTable/index.js +315 -0
- package/lib/common/LinkModal/CustomTable/index.js +237 -0
- package/lib/common/LinkModal/FilteredProductModal/index.js +706 -0
- package/lib/common/LinkModal/FilteredProductModal/index.less +127 -0
- package/lib/common/LinkModal/FunctionTable/index.js +233 -0
- package/lib/common/LinkModal/MiniAppTable/index.js +250 -0
- package/lib/common/LinkModal/ProductDetailPage/index.js +504 -0
- package/lib/common/LinkModal/ProductDetailPage/index.less +10 -0
- package/lib/common/LinkModal/SelectVideoModal/index.js +212 -0
- package/lib/common/LinkModal/SelectVideoModal/index.less +112 -0
- package/lib/common/LinkModal/ShareUrl/index.js +33 -0
- package/lib/common/LinkModal/ShareUrl/index.less +3 -0
- package/lib/common/LinkModal/StoreCatgTable/index.js +244 -0
- package/lib/common/LinkModal/StoreTable/index.js +328 -0
- package/lib/common/LinkModal/index.js +368 -0
- package/lib/common/LinkModal/index.less +104 -0
- package/lib/common/MagicLink/index.js +89 -0
- package/lib/common/MagicLink/index.less +0 -0
- package/lib/common/MessageModal/index.js +73 -0
- package/lib/common/MessageModal/index.less +86 -0
- package/lib/common/MyModal/index.js +417 -0
- package/lib/common/MyModal/index.less +74 -0
- package/lib/common/NewImg/index.js +165 -0
- package/lib/common/NewImg/index.less +0 -0
- package/lib/common/ProductModal/index.js +790 -0
- package/lib/common/ProductModal/index.less +146 -0
- package/lib/common/ProductSource/index.js +286 -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/SwiperBan/index.js +94 -0
- package/lib/common/SwiperBan/index.less +25 -0
- package/lib/common/SwitchCollapse/index.js +216 -0
- package/lib/common/SwitchCollapse/index.less +40 -0
- package/lib/common/SystemNotification/Confirm/index.js +263 -0
- package/lib/common/SystemNotification/Confirm/index.less +33 -0
- package/lib/common/SystemNotification/index.js +115 -0
- package/lib/common/UrlPicker/index.js +135 -0
- package/lib/common/UrlPicker/index.less +86 -0
- package/lib/common/Video/background.png +0 -0
- package/lib/common/Video/closeImg.png +0 -0
- package/lib/common/Video/components/index.js +100 -0
- package/lib/common/Video/components/index.less +62 -0
- package/lib/common/Video/cover.png +0 -0
- package/lib/common/Video/index.js +748 -0
- package/lib/common/Video/index.less +70 -0
- package/lib/common/VideoUpload/index.js +156 -0
- package/lib/common/VideoUpload/index.less +114 -0
- package/lib/common/VideoUpload/video-upload-icon.png +0 -0
- package/lib/common/index.js +191 -0
- package/lib/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
- package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/Banner/index.js +103 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.js +302 -0
- package/lib/composite-comp/bol/components/Banner/mobile/index.less +54 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.js +356 -0
- package/lib/composite-comp/bol/components/Banner/pc/index.less +85 -0
- package/lib/composite-comp/bol/components/Button/defaultJSON.js +94 -0
- package/lib/composite-comp/bol/components/Button/index.js +122 -0
- package/lib/composite-comp/bol/components/Button/index.less +47 -0
- package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
- package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
- package/lib/composite-comp/bol/components/Carousel/index.js +112 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
- package/lib/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.js +362 -0
- package/lib/composite-comp/bol/components/Carousel/pc/index.less +117 -0
- package/lib/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
- package/lib/composite-comp/bol/components/CustomCode/index.js +138 -0
- package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
- package/lib/composite-comp/bol/components/Divider/index.js +103 -0
- package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
- package/lib/composite-comp/bol/components/ImageGallery/index.js +88 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
- package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
- package/lib/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
- package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
- package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
- package/lib/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.js +338 -0
- package/lib/composite-comp/bol/components/ImageText/pc/index.less +150 -0
- package/lib/composite-comp/bol/components/Location/defaultJSON.js +60 -0
- package/lib/composite-comp/bol/components/Location/index.js +100 -0
- package/lib/composite-comp/bol/components/Location/index.less +15 -0
- package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
- package/lib/composite-comp/bol/components/Newsletter/index.js +141 -0
- package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
- package/lib/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
- package/lib/composite-comp/bol/components/Tag/index.js +127 -0
- package/lib/composite-comp/bol/components/Tag/index.less +35 -0
- package/lib/composite-comp/bol/components/Text/defaultJSON.js +151 -0
- package/lib/composite-comp/bol/components/Text/index.js +161 -0
- package/lib/composite-comp/bol/components/Text/index.less +58 -0
- package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
- package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
- package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
- package/lib/composite-comp/bol/components/Video/defaultJSON.js +239 -0
- package/lib/composite-comp/bol/components/Video/imgs/banner.png +0 -0
- package/lib/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
- package/lib/composite-comp/bol/components/Video/index.js +111 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
- package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
- package/lib/composite-comp/bol/components/Video/mobile/index.js +79 -0
- package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
- package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
- package/lib/composite-comp/bol/components/Video/pc/index.js +139 -0
- package/lib/composite-comp/bol/components/Video/pc/index.less +4 -0
- package/lib/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
- package/lib/composite-comp/bol/components/Wallet/index.js +84 -0
- package/lib/composite-comp/bol/components/Wallet/mobile/index.js +611 -0
- package/lib/composite-comp/bol/components/Wallet/mobile/index.less +103 -0
- package/lib/composite-comp/bol/components/Wallet/pc/index.js +361 -0
- package/lib/composite-comp/bol/components/Wallet/pc/index.less +40 -0
- package/lib/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
- package/lib/composite-comp/bol/components/WalletNuri/index.js +84 -0
- package/lib/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
- package/lib/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
- package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -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 +228 -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/ButtonConfigGroup/index.js +143 -0
- package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -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 +148 -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/CustomCodeConfig/MyEditor/index.js +42 -0
- package/lib/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -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 +148 -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 +75 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
- package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
- package/lib/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
- package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
- package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -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 +64 -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 +142 -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/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -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/ButtonSecondConfig/index.js +103 -0
- package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
- package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
- package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
- package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -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 +93 -0
- package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
- package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
- package/lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
- package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +188 -0
- package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
- package/lib/composite-comp/common/components/AffiliateProductItem/index.less +113 -0
- package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
- package/lib/composite-comp/common/components/ImageLabel/index.less +45 -0
- package/lib/composite-comp/common/components/ProductItem/index.js +248 -0
- package/lib/composite-comp/common/components/ProductItem/index.less +168 -0
- package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
- package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
- package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +659 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +727 -0
- package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
- package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
- package/lib/composite-comp/dito/components/FlashDeal/index.js +90 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -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 +439 -0
- package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
- package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
- package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
- package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
- package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
- package/lib/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
- package/lib/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
- package/lib/composite-comp/dito/components/PcNavigation/index.js +84 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
- package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
- package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
- package/lib/composite-comp/dito/components/Recommend/index.js +90 -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 +694 -0
- package/lib/composite-comp/dito/components/Recommend/mobile/index.less +76 -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 +762 -0
- package/lib/composite-comp/dito/components/Recommend/pc/index.less +124 -0
- package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
- package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
- package/lib/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
- package/lib/composite-comp/dito/components/SearchBar/index.js +91 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
- package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
- package/lib/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
- package/lib/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
- package/lib/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
- package/lib/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
- package/lib/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
- package/lib/composite-comp/dito/components/SignBoard/index.js +91 -0
- package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
- package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
- package/lib/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +148 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
- package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
- package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -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 +73 -0
- package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
- package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
- package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
- package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
- package/lib/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
- package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -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 +149 -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 +141 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
- package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
- package/lib/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
- package/lib/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
- package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
- package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
- package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
- package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
- package/lib/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
- package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
- package/lib/constants/component-types.js +141 -0
- package/lib/constants/index.js +257 -0
- package/lib/constants/layout.js +315 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
- package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
- package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
- package/lib/core/Designer/AiImageGenerator/History/index.js +147 -0
- package/lib/core/Designer/AiImageGenerator/History/index.less +75 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
- package/lib/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
- package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
- package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
- package/lib/core/Designer/AiImageGenerator/index.js +752 -0
- package/lib/core/Designer/AiImageGenerator/index.less +136 -0
- package/lib/core/Designer/AppointmentModal/index.js +87 -0
- package/lib/core/Designer/AppointmentModal/index.less +23 -0
- package/lib/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
- package/lib/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
- package/lib/core/Designer/ChatRobot/index.js +343 -0
- package/lib/core/Designer/ChatRobot/index.less +138 -0
- package/lib/core/Designer/ChatRobot/markdown.less +1 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.js +50 -0
- package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
- package/lib/core/Designer/CompListPanel/index.js +149 -0
- package/lib/core/Designer/CompListPanel/index.less +69 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
- package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
- package/lib/core/Designer/ConfigPanel/index.js +390 -0
- package/lib/core/Designer/ConfigPanel/index.less +148 -0
- package/lib/core/Designer/FonixtreeGpt/index.js +160 -0
- package/lib/core/Designer/History/index.js +97 -0
- package/lib/core/Designer/LeftTitle/index.js +66 -0
- package/lib/core/Designer/LeftTitle/index.less +9 -0
- package/lib/core/Designer/PageCompList/index.js +328 -0
- package/lib/core/Designer/PageCompList/index.less +139 -0
- package/lib/core/Designer/QuickMenuBar/index.js +236 -0
- package/lib/core/Designer/QuickMenuBar/index.less +121 -0
- package/lib/core/Designer/RenderHtml/index.js +99 -0
- package/lib/core/Designer/RenderHtml/index.less +5 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +117 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +77 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +136 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +126 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +40 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +176 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
- package/lib/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
- package/lib/core/Designer/ToolBarModal/index.js +411 -0
- package/lib/core/Designer/ToolBarModal/index.less +33 -0
- package/lib/core/Designer/ViewArea/index.js +191 -0
- package/lib/core/Designer/ViewArea/index.less +89 -0
- package/lib/core/Designer/index.js +812 -0
- package/lib/core/Designer/index.less +6 -0
- package/lib/core/Renderer/index.js +184 -0
- package/lib/decorator/compositeDecorator.js +276 -0
- package/lib/decorator/index.js +68 -0
- package/lib/decorator/lazyLoadDecorator.js +75 -0
- package/lib/decorator/metaDecorator.js +241 -0
- package/lib/decorator/updateConfigDecorator.js +76 -0
- package/lib/index.js +29 -0
- package/lib/locale/en/en.json +184 -0
- package/lib/locale/es/es.json +184 -0
- package/lib/locale/id/id.json +184 -0
- package/lib/locale/index.js +45 -0
- package/lib/meta-comp/components/Button/editable.js +123 -0
- package/lib/meta-comp/components/Button/editable.less +6 -0
- package/lib/meta-comp/components/Button/index.js +183 -0
- package/lib/meta-comp/components/Button/index.less +21 -0
- package/lib/meta-comp/components/Image/image/default-img.png +0 -0
- package/lib/meta-comp/components/Image/image/h5DefImg.png +0 -0
- package/lib/meta-comp/components/Image/image/h5Img.png +0 -0
- package/lib/meta-comp/components/Image/image/pcDefImg.png +0 -0
- package/lib/meta-comp/components/Image/image/pcImg.png +0 -0
- package/lib/meta-comp/components/Image/index.js +262 -0
- package/lib/meta-comp/components/Image/index.less +25 -0
- package/lib/meta-comp/components/Text/formats/fontFamily.js +58 -0
- package/lib/meta-comp/components/Text/formats/fontStyle.js +58 -0
- package/lib/meta-comp/components/Text/formats/fontWeight.js +58 -0
- package/lib/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
- package/lib/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
- package/lib/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
- package/lib/meta-comp/components/Text/index.js +306 -0
- package/lib/meta-comp/components/Text/index.less +103 -0
- package/lib/meta-comp/components/index.js +31 -0
- package/lib/meta-comp/config-panels/BaseConfig.js +85 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.js +397 -0
- package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
- package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
- package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.js +448 -0
- package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
- package/lib/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
- package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
- package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
- package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
- package/lib/meta-comp/config-panels/TextConfig/index.js +379 -0
- package/lib/meta-comp/config-panels/TextConfig/index.less +20 -0
- package/lib/mobx/Frame.js +85 -0
- package/lib/mobx/Store.js +104 -0
- package/lib/mobx/index.js +42 -0
- package/lib/utils/androidUtil.js +134 -0
- package/lib/utils/businessUtil.js +464 -0
- package/lib/utils/commonUtil.js +951 -0
- package/lib/utils/compJsonUtil.js +240 -0
- package/lib/utils/coreUtil.js +394 -0
- package/lib/utils/currencyUtil.js +216 -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 +2 -86
- package/README.md +0 -122
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
var _rcMotion = _interopRequireDefault(require("rc-motion"));
|
|
15
|
+
|
|
16
|
+
var _shallowequal = _interopRequireDefault(require("shallowequal"));
|
|
17
|
+
|
|
18
|
+
var _PanelContent = _interopRequireDefault(require("./PanelContent"));
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
+
|
|
22
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
+
|
|
24
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
25
|
+
|
|
26
|
+
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); }
|
|
27
|
+
|
|
28
|
+
var __extends = void 0 && (void 0).__extends || function () {
|
|
29
|
+
var _extendStatics = function extendStatics(d, b) {
|
|
30
|
+
_extendStatics = Object.setPrototypeOf || {
|
|
31
|
+
__proto__: []
|
|
32
|
+
} instanceof Array && function (d, b) {
|
|
33
|
+
d.__proto__ = b;
|
|
34
|
+
} || function (d, b) {
|
|
35
|
+
for (var p in b) {
|
|
36
|
+
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
return _extendStatics(d, b);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
return function (d, b) {
|
|
44
|
+
_extendStatics(d, b);
|
|
45
|
+
|
|
46
|
+
function __() {
|
|
47
|
+
this.constructor = d;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
51
|
+
};
|
|
52
|
+
}();
|
|
53
|
+
/* eslint-disable react/prop-types */
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
var CollapsePanel =
|
|
57
|
+
/** @class */
|
|
58
|
+
function (_super) {
|
|
59
|
+
__extends(CollapsePanel, _super);
|
|
60
|
+
|
|
61
|
+
function CollapsePanel() {
|
|
62
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
63
|
+
|
|
64
|
+
_this.onItemClick = function () {
|
|
65
|
+
var _a = _this.props,
|
|
66
|
+
onItemClick = _a.onItemClick,
|
|
67
|
+
panelKey = _a.panelKey;
|
|
68
|
+
|
|
69
|
+
if (typeof onItemClick === 'function') {
|
|
70
|
+
onItemClick(panelKey);
|
|
71
|
+
}
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
_this.handleKeyPress = function (e) {
|
|
75
|
+
if (e.key === 'Enter' || e.keyCode === 13 || e.which === 13) {
|
|
76
|
+
_this.onItemClick();
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
_this.renderIcon = function () {
|
|
81
|
+
var _a = _this.props,
|
|
82
|
+
showArrow = _a.showArrow,
|
|
83
|
+
expandIcon = _a.expandIcon,
|
|
84
|
+
prefixCls = _a.prefixCls,
|
|
85
|
+
collapsible = _a.collapsible;
|
|
86
|
+
|
|
87
|
+
if (!showArrow) {
|
|
88
|
+
return null;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
var iconNode = typeof expandIcon === 'function' ? expandIcon(_this.props) : /*#__PURE__*/React.createElement("i", {
|
|
92
|
+
className: "arrow"
|
|
93
|
+
});
|
|
94
|
+
return iconNode && /*#__PURE__*/React.createElement("div", {
|
|
95
|
+
className: prefixCls + "-expand-icon",
|
|
96
|
+
onClick: collapsible === 'header' ? _this.onItemClick : null
|
|
97
|
+
}, iconNode);
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
_this.renderTitle = function () {
|
|
101
|
+
var _a = _this.props,
|
|
102
|
+
header = _a.header,
|
|
103
|
+
prefixCls = _a.prefixCls,
|
|
104
|
+
collapsible = _a.collapsible;
|
|
105
|
+
return /*#__PURE__*/React.createElement("span", {
|
|
106
|
+
className: prefixCls + "-header-text",
|
|
107
|
+
onClick: collapsible === 'header' ? _this.onItemClick : null
|
|
108
|
+
}, header);
|
|
109
|
+
};
|
|
110
|
+
|
|
111
|
+
return _this;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
CollapsePanel.prototype.shouldComponentUpdate = function (nextProps) {
|
|
115
|
+
return !(0, _shallowequal["default"])(this.props, nextProps);
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
CollapsePanel.prototype.render = function () {
|
|
119
|
+
var _a, _b;
|
|
120
|
+
|
|
121
|
+
var _c = this.props,
|
|
122
|
+
className = _c.className,
|
|
123
|
+
id = _c.id,
|
|
124
|
+
style = _c.style,
|
|
125
|
+
prefixCls = _c.prefixCls,
|
|
126
|
+
headerClass = _c.headerClass,
|
|
127
|
+
children = _c.children,
|
|
128
|
+
isActive = _c.isActive,
|
|
129
|
+
destroyInactivePanel = _c.destroyInactivePanel,
|
|
130
|
+
accordion = _c.accordion,
|
|
131
|
+
forceRender = _c.forceRender,
|
|
132
|
+
openMotion = _c.openMotion,
|
|
133
|
+
extra = _c.extra,
|
|
134
|
+
collapsible = _c.collapsible;
|
|
135
|
+
var disabled = collapsible === 'disabled';
|
|
136
|
+
var collapsibleHeader = collapsible === 'header';
|
|
137
|
+
var itemCls = (0, _classnames["default"])((_a = {}, _a[prefixCls + "-item"] = true, _a[prefixCls + "-item-active"] = isActive, _a[prefixCls + "-item-disabled"] = disabled, _a), className);
|
|
138
|
+
var headerCls = (0, _classnames["default"])(prefixCls + "-header", (_b = {}, _b[headerClass] = headerClass, _b[prefixCls + "-header-collapsible-only"] = collapsibleHeader, _b));
|
|
139
|
+
/** header 节点属性 */
|
|
140
|
+
|
|
141
|
+
var headerProps = {
|
|
142
|
+
className: headerCls,
|
|
143
|
+
'aria-expanded': isActive,
|
|
144
|
+
'aria-disabled': disabled,
|
|
145
|
+
onKeyPress: this.handleKeyPress
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
if (!collapsibleHeader) {
|
|
149
|
+
headerProps.onClick = this.onItemClick;
|
|
150
|
+
headerProps.role = accordion ? 'tab' : 'button';
|
|
151
|
+
headerProps.tabIndex = disabled ? -1 : 0;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
var ifExtraExist = extra !== null && extra !== undefined && typeof extra !== 'boolean';
|
|
155
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
156
|
+
className: itemCls,
|
|
157
|
+
id: id,
|
|
158
|
+
style: style
|
|
159
|
+
}, /*#__PURE__*/React.createElement("div", headerProps, this.renderIcon(), this.renderTitle(), ifExtraExist && /*#__PURE__*/React.createElement("div", {
|
|
160
|
+
className: prefixCls + "-extra"
|
|
161
|
+
}, extra)), /*#__PURE__*/React.createElement(_rcMotion["default"], _extends({
|
|
162
|
+
leavedClassName: prefixCls + "-content-hidden",
|
|
163
|
+
visible: isActive
|
|
164
|
+
}, openMotion, {
|
|
165
|
+
forceRender: forceRender,
|
|
166
|
+
removeOnLeave: destroyInactivePanel
|
|
167
|
+
}), function (_a, ref) {
|
|
168
|
+
var motionClassName = _a.className,
|
|
169
|
+
motionStyle = _a.style;
|
|
170
|
+
return /*#__PURE__*/React.createElement(_PanelContent["default"], {
|
|
171
|
+
ref: ref,
|
|
172
|
+
className: motionClassName,
|
|
173
|
+
forceRender: forceRender,
|
|
174
|
+
isActive: isActive,
|
|
175
|
+
prefixCls: prefixCls,
|
|
176
|
+
role: accordion ? 'tabpanel' : null,
|
|
177
|
+
style: motionStyle
|
|
178
|
+
}, children);
|
|
179
|
+
}));
|
|
180
|
+
};
|
|
181
|
+
|
|
182
|
+
CollapsePanel.defaultProps = {
|
|
183
|
+
showArrow: true,
|
|
184
|
+
isActive: false,
|
|
185
|
+
onItemClick: function onItemClick() {},
|
|
186
|
+
headerClass: '',
|
|
187
|
+
forceRender: false
|
|
188
|
+
};
|
|
189
|
+
return CollapsePanel;
|
|
190
|
+
}(React.Component);
|
|
191
|
+
|
|
192
|
+
var _default = CollapsePanel;
|
|
193
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var React = _interopRequireWildcard(require("react"));
|
|
11
|
+
|
|
12
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
13
|
+
|
|
14
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
15
|
+
|
|
16
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
17
|
+
|
|
18
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
+
|
|
20
|
+
/* eslint-disable no-underscore-dangle */
|
|
21
|
+
|
|
22
|
+
/* eslint-disable react/prop-types */
|
|
23
|
+
var PanelContent = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
24
|
+
var _a;
|
|
25
|
+
|
|
26
|
+
var prefixCls = props.prefixCls,
|
|
27
|
+
forceRender = props.forceRender,
|
|
28
|
+
className = props.className,
|
|
29
|
+
style = props.style,
|
|
30
|
+
children = props.children,
|
|
31
|
+
isActive = props.isActive,
|
|
32
|
+
role = props.role;
|
|
33
|
+
|
|
34
|
+
var _b = React.useState(isActive || forceRender),
|
|
35
|
+
rendered = _b[0],
|
|
36
|
+
setRendered = _b[1];
|
|
37
|
+
|
|
38
|
+
React.useEffect(function () {
|
|
39
|
+
if (forceRender || isActive) {
|
|
40
|
+
setRendered(true);
|
|
41
|
+
}
|
|
42
|
+
}, [forceRender, isActive]);
|
|
43
|
+
|
|
44
|
+
if (!rendered) {
|
|
45
|
+
return null;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
49
|
+
ref: ref,
|
|
50
|
+
className: (0, _classnames["default"])(prefixCls + "-content", (_a = {}, _a[prefixCls + "-content-active"] = isActive, _a[prefixCls + "-content-inactive"] = !isActive, _a), className),
|
|
51
|
+
role: role,
|
|
52
|
+
style: style
|
|
53
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
54
|
+
className: prefixCls + "-content-box"
|
|
55
|
+
}, children));
|
|
56
|
+
});
|
|
57
|
+
PanelContent.displayName = 'PanelContent';
|
|
58
|
+
var _default = PanelContent;
|
|
59
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = exports.Panel = void 0;
|
|
7
|
+
|
|
8
|
+
var _Collapse = _interopRequireDefault(require("./Collapse"));
|
|
9
|
+
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
11
|
+
|
|
12
|
+
var _default = _Collapse["default"];
|
|
13
|
+
exports["default"] = _default;
|
|
14
|
+
var Panel = _Collapse["default"].Panel;
|
|
15
|
+
exports.Panel = Panel;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
@prefixCls: rc-collapse;
|
|
2
|
+
@text-color: #666;
|
|
3
|
+
@borderStyle: 1px solid #d9d9d9;
|
|
4
|
+
|
|
5
|
+
@import './motion.less';
|
|
6
|
+
|
|
7
|
+
#arrow {
|
|
8
|
+
.common() {
|
|
9
|
+
width: 0;
|
|
10
|
+
height: 0;
|
|
11
|
+
font-size: 0;
|
|
12
|
+
line-height: 0;
|
|
13
|
+
}
|
|
14
|
+
.right(@w, @h, @color) {
|
|
15
|
+
border-top: @w solid transparent;
|
|
16
|
+
border-bottom: @w solid transparent;
|
|
17
|
+
border-left: @h solid @color;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.bottom(@w, @h, @color) {
|
|
21
|
+
border-left: @w solid transparent;
|
|
22
|
+
border-right: @w solid transparent;
|
|
23
|
+
border-top: @h solid @color;
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.@{prefixCls} {
|
|
28
|
+
// background-color: #f7f7f7;
|
|
29
|
+
border-radius: 3px;
|
|
30
|
+
// border: @borderStyle;
|
|
31
|
+
|
|
32
|
+
// &-anim-active {
|
|
33
|
+
// transition: height 0.2s ease-out;
|
|
34
|
+
// }
|
|
35
|
+
|
|
36
|
+
& > &-item {
|
|
37
|
+
// border-top: @borderStyle;
|
|
38
|
+
&:first-child {
|
|
39
|
+
border-top: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
> .@{prefixCls}-header {
|
|
43
|
+
display: flex;
|
|
44
|
+
align-items: center;
|
|
45
|
+
line-height: 22px;
|
|
46
|
+
padding: 10px 0;
|
|
47
|
+
color: #666;
|
|
48
|
+
cursor: pointer;
|
|
49
|
+
.arrow {
|
|
50
|
+
display: inline-block;
|
|
51
|
+
content: '\20';
|
|
52
|
+
#arrow > .common();
|
|
53
|
+
#arrow > .right(3px, 4px, #666);
|
|
54
|
+
vertical-align: middle;
|
|
55
|
+
margin-right: 8px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.@{prefixCls}-extra {
|
|
59
|
+
margin: 0 0 0 auto;
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
.@{prefixCls}-header-collapsible-only {
|
|
63
|
+
cursor: default;
|
|
64
|
+
.@{prefixCls}-header-text {
|
|
65
|
+
cursor: pointer;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
& > &-item-disabled > .@{prefixCls}-header {
|
|
71
|
+
cursor: not-allowed;
|
|
72
|
+
color: #999;
|
|
73
|
+
// background-color: #f3f3f3;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&-content {
|
|
77
|
+
// overflow: hidden;
|
|
78
|
+
color: @text-color;
|
|
79
|
+
// padding: 0 16px;
|
|
80
|
+
// background-color: #fff;
|
|
81
|
+
|
|
82
|
+
& > &-box {
|
|
83
|
+
// margin-top: 16px;
|
|
84
|
+
margin-bottom: 16px;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
// &-inactive {
|
|
88
|
+
// display: none;
|
|
89
|
+
// }
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
&-item:last-child {
|
|
93
|
+
> .@{prefixCls}-content {
|
|
94
|
+
border-radius: 0 0 3px 3px;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
& > &-item-active {
|
|
99
|
+
> .@{prefixCls}-header {
|
|
100
|
+
.arrow {
|
|
101
|
+
position: relative;
|
|
102
|
+
top: 2px;
|
|
103
|
+
#arrow > .bottom(3px, 4px, #666);
|
|
104
|
+
margin-right: 6px;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var getCollapsedHeight = function getCollapsedHeight() {
|
|
9
|
+
return {
|
|
10
|
+
height: 0,
|
|
11
|
+
opacity: 0
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
var getRealHeight = function getRealHeight(node) {
|
|
16
|
+
return {
|
|
17
|
+
height: node.scrollHeight,
|
|
18
|
+
opacity: 1
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
var getCurrentHeight = function getCurrentHeight(node) {
|
|
23
|
+
return {
|
|
24
|
+
height: node === null || node === void 0 ? void 0 : node.offsetHeight
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
var skipOpacityTransition = function skipOpacityTransition(_, event) {
|
|
29
|
+
return event.propertyName === 'height';
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
var collapseMotion = {
|
|
33
|
+
motionName: 'rc-collapse-motion',
|
|
34
|
+
onEnterStart: getCollapsedHeight,
|
|
35
|
+
onEnterActive: getRealHeight,
|
|
36
|
+
onLeaveStart: getCurrentHeight,
|
|
37
|
+
onLeaveActive: getCollapsedHeight,
|
|
38
|
+
onEnterEnd: skipOpacityTransition,
|
|
39
|
+
onLeaveEnd: skipOpacityTransition,
|
|
40
|
+
motionDeadline: 500,
|
|
41
|
+
leavedClassName: 'rc-collapse-content-hidden'
|
|
42
|
+
};
|
|
43
|
+
var _default = collapseMotion;
|
|
44
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,151 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _classnames = _interopRequireDefault(require("classnames"));
|
|
11
|
+
|
|
12
|
+
var _antd = require("antd");
|
|
13
|
+
|
|
14
|
+
require("./index.less");
|
|
15
|
+
|
|
16
|
+
var _InputNumber = _interopRequireDefault(require("../InputNumber"));
|
|
17
|
+
|
|
18
|
+
var _ColorPickerInput = _interopRequireDefault(require("../ColorPickerInput"));
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
21
|
+
|
|
22
|
+
var __extends = void 0 && (void 0).__extends || function () {
|
|
23
|
+
var _extendStatics = function extendStatics(d, b) {
|
|
24
|
+
_extendStatics = Object.setPrototypeOf || {
|
|
25
|
+
__proto__: []
|
|
26
|
+
} instanceof Array && function (d, b) {
|
|
27
|
+
d.__proto__ = b;
|
|
28
|
+
} || function (d, b) {
|
|
29
|
+
for (var p in b) {
|
|
30
|
+
if (b.hasOwnProperty(p)) d[p] = b[p];
|
|
31
|
+
}
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
return _extendStatics(d, b);
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
return function (d, b) {
|
|
38
|
+
_extendStatics(d, b);
|
|
39
|
+
|
|
40
|
+
function __() {
|
|
41
|
+
this.constructor = d;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
45
|
+
};
|
|
46
|
+
}();
|
|
47
|
+
|
|
48
|
+
var __assign = void 0 && (void 0).__assign || function () {
|
|
49
|
+
__assign = Object.assign || function (t) {
|
|
50
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
51
|
+
s = arguments[i];
|
|
52
|
+
|
|
53
|
+
for (var p in s) {
|
|
54
|
+
if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
return t;
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
return __assign.apply(this, arguments);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
var SliderInput =
|
|
65
|
+
/** @class */
|
|
66
|
+
function (_super) {
|
|
67
|
+
__extends(SliderInput, _super);
|
|
68
|
+
|
|
69
|
+
function SliderInput() {
|
|
70
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
71
|
+
|
|
72
|
+
_this.state = {};
|
|
73
|
+
_this.colorRef = /*#__PURE__*/_react["default"].createRef();
|
|
74
|
+
_this.colorPickerRef = /*#__PURE__*/_react["default"].createRef();
|
|
75
|
+
return _this;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
SliderInput.prototype.render = function () {
|
|
79
|
+
var _a = this.props,
|
|
80
|
+
value = _a.value,
|
|
81
|
+
minVal = _a.minVal,
|
|
82
|
+
_onChange = _a.onChange,
|
|
83
|
+
maxVal = _a.maxVal,
|
|
84
|
+
needColor = _a.needColor,
|
|
85
|
+
inputType = _a.inputType,
|
|
86
|
+
step = _a.step,
|
|
87
|
+
unit = _a.unit; // 在step 未传的情况下: 若类型为 int or percent 则step默认为1; 类型为float,则step默认为0.1
|
|
88
|
+
|
|
89
|
+
var _step = step || 1;
|
|
90
|
+
|
|
91
|
+
if (inputType == 'float') {
|
|
92
|
+
_step = step || 0.1;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
var _unit = unit || (inputType === 'percent' ? '%' : '');
|
|
96
|
+
|
|
97
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
98
|
+
className: "m-slider-input"
|
|
99
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Slider, {
|
|
100
|
+
className: (0, _classnames["default"])('slider', {
|
|
101
|
+
colorAndSlider: needColor
|
|
102
|
+
}),
|
|
103
|
+
max: maxVal,
|
|
104
|
+
min: minVal,
|
|
105
|
+
onChange: function onChange(v) {
|
|
106
|
+
return _onChange(__assign(__assign({}, value), {
|
|
107
|
+
count: v
|
|
108
|
+
}));
|
|
109
|
+
},
|
|
110
|
+
step: _step,
|
|
111
|
+
value: value.count
|
|
112
|
+
}), /*#__PURE__*/_react["default"].createElement(_InputNumber["default"], {
|
|
113
|
+
max: maxVal,
|
|
114
|
+
min: minVal,
|
|
115
|
+
onChange: function onChange(v) {
|
|
116
|
+
return _onChange(__assign(__assign({}, value), {
|
|
117
|
+
count: v
|
|
118
|
+
}));
|
|
119
|
+
},
|
|
120
|
+
step: _step,
|
|
121
|
+
unit: _unit,
|
|
122
|
+
value: value.count
|
|
123
|
+
}), needColor && /*#__PURE__*/_react["default"].createElement(_ColorPickerInput["default"], {
|
|
124
|
+
colorType: "rgba",
|
|
125
|
+
onChange: function onChange(color) {
|
|
126
|
+
_onChange(__assign(__assign({}, value), {
|
|
127
|
+
color: color
|
|
128
|
+
}));
|
|
129
|
+
},
|
|
130
|
+
placement: "bottomLeft",
|
|
131
|
+
type: "dot",
|
|
132
|
+
value: value.color
|
|
133
|
+
}));
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
SliderInput.defaultProps = {
|
|
137
|
+
value: {
|
|
138
|
+
count: 1
|
|
139
|
+
},
|
|
140
|
+
onChange: function onChange() {},
|
|
141
|
+
minVal: 1,
|
|
142
|
+
maxVal: 100,
|
|
143
|
+
needColor: false,
|
|
144
|
+
inputType: 'int',
|
|
145
|
+
unit: ''
|
|
146
|
+
};
|
|
147
|
+
return SliderInput;
|
|
148
|
+
}(_react["default"].Component);
|
|
149
|
+
|
|
150
|
+
var _default = SliderInput;
|
|
151
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
.m-slider-input {
|
|
2
|
+
display: flex;
|
|
3
|
+
width: 100%;
|
|
4
|
+
align-items: center;
|
|
5
|
+
justify-content: flex-start;
|
|
6
|
+
position: relative;
|
|
7
|
+
|
|
8
|
+
.slider {
|
|
9
|
+
border-radius: 100px;
|
|
10
|
+
flex: 1;
|
|
11
|
+
margin-right: 20px;
|
|
12
|
+
|
|
13
|
+
// .cylon-slider-rail {
|
|
14
|
+
// background-color: #E9F0FF;
|
|
15
|
+
// }
|
|
16
|
+
|
|
17
|
+
// .cylon-slider-track {
|
|
18
|
+
// background-color: #2F54EB;
|
|
19
|
+
// }
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sketchWrap {
|
|
23
|
+
border: 1px solid #EDF0F4;
|
|
24
|
+
border-radius: 8px;
|
|
25
|
+
width: 34px;
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
height: 34px;
|
|
28
|
+
margin-left: 10px;
|
|
29
|
+
flex-shrink: 0;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.colorWrap {
|
|
33
|
+
position: absolute;
|
|
34
|
+
right: 2px;
|
|
35
|
+
top: 40px;
|
|
36
|
+
z-index: 2;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.m-color-picker-input {
|
|
40
|
+
.input-color {
|
|
41
|
+
height: auto !important;
|
|
42
|
+
padding: 0 0 0 12px !important;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
}
|