@fonixtree/magic-design 2.0.40 → 2.0.41

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.
Files changed (1282) hide show
  1. package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
  2. package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
  3. package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
  4. package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  5. package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
  6. package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
  7. package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  8. package/es/assets/fonts/Trueno-Light.otf +0 -0
  9. package/es/assets/fonts/Trueno-Regular.otf +0 -0
  10. package/es/assets/fonts/TruenoBd.otf +0 -0
  11. package/es/assets/fonts/magic-box-iconfont.css +491 -0
  12. package/es/assets/fonts/magic-box-iconfont.css.bak +491 -0
  13. package/es/assets/fonts/magic-box-iconfont.js +1 -0
  14. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
  15. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  16. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  17. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  18. package/es/assets/images/base64/index.js +10 -0
  19. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  20. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  21. package/es/assets/images/layout-icon/carouselLayout3.png +0 -0
  22. package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
  23. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  24. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  25. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  26. package/es/assets/images/layout-icon/imageTextLeft.svg +6 -0
  27. package/es/assets/images/layout-icon/imageTextRight.svg +6 -0
  28. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  29. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  30. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  31. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  32. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  33. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  34. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  35. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  36. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  37. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  38. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  39. package/es/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  40. package/es/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  41. package/es/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  42. package/es/assets/images/layout-icon/layout-recommend-1.png +0 -0
  43. package/es/assets/images/layout-icon/layout-recommend-2.png +0 -0
  44. package/es/assets/images/layout-icon/layout-recommend-3.png +0 -0
  45. package/es/assets/images/layout-icon/layout-recommend-4.png +0 -0
  46. package/es/assets/images/layout-icon/layout-recommend-5.png +0 -0
  47. package/es/assets/images/layout-icon/layout-search.png +0 -0
  48. package/es/assets/images/layout-icon/layout-video-h5-1.png +0 -0
  49. package/es/assets/images/layout-icon/layout-video-h5-2.png +0 -0
  50. package/es/assets/images/layout-icon/layout-video-h5-3.png +0 -0
  51. package/es/assets/images/layout-icon/layout-video-pc-1.png +0 -0
  52. package/es/assets/images/layout-icon/layout-video-pc-2.png +0 -0
  53. package/es/assets/images/layout-icon/layout-video-pc-3.png +0 -0
  54. package/es/assets/images/layout-icon/layout-video-pc-4.png +0 -0
  55. package/es/assets/images/layout-icon/layout-video-pc-5.png +0 -0
  56. package/es/assets/images/layout-icon/locationLayout.png +0 -0
  57. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  58. package/es/assets/images/layout-icon/walletLayout1.png +0 -0
  59. package/es/assets/images/layout-icon/walletLayout2.png +0 -0
  60. package/es/assets/less/button.less +32 -0
  61. package/es/assets/less/common.less +82 -0
  62. package/es/assets/less/cylon-antd.less +32456 -0
  63. package/es/assets/less/datepicker.less +13 -0
  64. package/es/assets/less/font.less +70 -0
  65. package/es/assets/less/form.less +10 -0
  66. package/es/assets/less/global.less +8 -0
  67. package/es/assets/less/index.less +13 -0
  68. package/es/assets/less/input.less +26 -0
  69. package/es/assets/less/menu.less +21 -0
  70. package/es/assets/less/modal.less +25 -0
  71. package/es/assets/less/select.less +32 -0
  72. package/es/assets/less/slider.less +69 -0
  73. package/es/assets/less/switch.less +20 -0
  74. package/es/assets/less/table.less +52 -0
  75. package/es/assets/less/variables.less +4 -0
  76. package/es/common/AffiliateProductModal/index.js +582 -0
  77. package/es/common/AffiliateProductModal/index.less +146 -0
  78. package/es/common/AlignSelector/index.js +120 -0
  79. package/es/common/AlignSelector/index.less +28 -0
  80. package/es/common/Button/index.js +135 -0
  81. package/es/common/Button/index.less +73 -0
  82. package/es/common/ButtonIconLayout/index.js +105 -0
  83. package/es/common/ButtonIconLayout/index.less +55 -0
  84. package/es/common/Carousel/index.js +69 -0
  85. package/es/common/Carousel/index.less +0 -0
  86. package/es/common/Collapse/index.js +398 -0
  87. package/es/common/Collapse/index.less +100 -0
  88. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  89. package/es/common/ColorPicker/index.js +134 -0
  90. package/es/common/ColorPicker/index.less +26 -0
  91. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  92. package/es/common/ColorPickerInput/index.js +114 -0
  93. package/es/common/ColorPickerInput/index.less +50 -0
  94. package/es/common/CountDown/index.js +151 -0
  95. package/es/common/CountDown/index.less +23 -0
  96. package/es/common/Field/index.js +97 -0
  97. package/es/common/Field/index.less +37 -0
  98. package/es/common/FontStyles/index.js +197 -0
  99. package/es/common/FontStyles/index.less +64 -0
  100. package/es/common/GroupList/defaultImg.png +0 -0
  101. package/es/common/GroupList/index.js +211 -0
  102. package/es/common/GroupList/index.less +85 -0
  103. package/es/common/IconPicker/index.js +147 -0
  104. package/es/common/IconPicker/index.less +46 -0
  105. package/es/common/Iconfont/index.js +148 -0
  106. package/es/common/Iconfont/index.less +20 -0
  107. package/es/common/ImageLazy/index.js +172 -0
  108. package/es/common/ImageLazy/index.less +0 -0
  109. package/es/common/ImageModal/CommonModal/const.js +22 -0
  110. package/es/common/ImageModal/CommonModal/index.js +46 -0
  111. package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
  112. package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
  113. package/es/common/ImageModal/const.js +24 -0
  114. package/es/common/ImageModal/index.js +815 -0
  115. package/es/common/ImageModal/index.less +34 -0
  116. package/es/common/ImageModal/utils.js +609 -0
  117. package/es/common/ImagePicker/index.js +317 -0
  118. package/es/common/ImagePicker/index.less +206 -0
  119. package/es/common/ImgArea/components/Crop.js +270 -0
  120. package/es/common/ImgArea/components/Icons.js +44 -0
  121. package/es/common/ImgArea/components/MultiCrops.js +217 -0
  122. package/es/common/ImgArea/index.js +11 -0
  123. package/es/common/InputNumber/index.js +91 -0
  124. package/es/common/InputNumber/index.less +38 -0
  125. package/es/common/LayoutSelector/imgs/center.png +0 -0
  126. package/es/common/LayoutSelector/imgs/left.png +0 -0
  127. package/es/common/LayoutSelector/imgs/right.png +0 -0
  128. package/es/common/LayoutSelector/index.js +111 -0
  129. package/es/common/LayoutSelector/index.less +37 -0
  130. package/es/common/LinkModal/AffiliateProductTable/index.js +348 -0
  131. package/es/common/LinkModal/BundleCampaign/index.js +412 -0
  132. package/es/common/LinkModal/BundleCampaign/index.less +19 -0
  133. package/es/common/LinkModal/CatgTable/index.js +244 -0
  134. package/es/common/LinkModal/CouponTable/index.js +315 -0
  135. package/es/common/LinkModal/CustomTable/index.js +237 -0
  136. package/es/common/LinkModal/FilteredProductModal/index.js +706 -0
  137. package/es/common/LinkModal/FilteredProductModal/index.less +127 -0
  138. package/es/common/LinkModal/FunctionTable/index.js +233 -0
  139. package/es/common/LinkModal/MiniAppTable/index.js +250 -0
  140. package/es/common/LinkModal/ProductDetailPage/index.js +504 -0
  141. package/es/common/LinkModal/ProductDetailPage/index.less +10 -0
  142. package/es/common/LinkModal/SelectVideoModal/index.js +212 -0
  143. package/es/common/LinkModal/SelectVideoModal/index.less +112 -0
  144. package/es/common/LinkModal/ShareUrl/index.js +33 -0
  145. package/es/common/LinkModal/ShareUrl/index.less +3 -0
  146. package/es/common/LinkModal/StoreCatgTable/index.js +244 -0
  147. package/es/common/LinkModal/StoreTable/index.js +328 -0
  148. package/es/common/LinkModal/index.js +368 -0
  149. package/es/common/LinkModal/index.less +104 -0
  150. package/es/common/MagicLink/index.js +89 -0
  151. package/es/common/MagicLink/index.less +0 -0
  152. package/es/common/MessageModal/index.js +73 -0
  153. package/es/common/MessageModal/index.less +86 -0
  154. package/es/common/NewImg/index.js +165 -0
  155. package/es/common/NewImg/index.less +0 -0
  156. package/es/common/ProductModal/index.js +790 -0
  157. package/es/common/ProductModal/index.less +146 -0
  158. package/es/common/ProductSource/index.js +286 -0
  159. package/es/common/ProductSource/index.less +14 -0
  160. package/es/common/RcCollapse/Collapse.js +240 -0
  161. package/es/common/RcCollapse/Panel.js +193 -0
  162. package/es/common/RcCollapse/PanelContent.js +59 -0
  163. package/es/common/RcCollapse/index.js +15 -0
  164. package/es/common/RcCollapse/index.less +108 -0
  165. package/es/common/RcCollapse/interface.js +1 -0
  166. package/es/common/RcCollapse/motion.less +12 -0
  167. package/es/common/RcCollapse/motionUtil.js +44 -0
  168. package/es/common/Slider/index.js +151 -0
  169. package/es/common/Slider/index.less +45 -0
  170. package/es/common/SwiperBan/index.js +94 -0
  171. package/es/common/SwiperBan/index.less +25 -0
  172. package/es/common/SwitchCollapse/index.js +216 -0
  173. package/es/common/SwitchCollapse/index.less +40 -0
  174. package/es/common/SystemNotification/Confirm/index.js +263 -0
  175. package/es/common/SystemNotification/Confirm/index.less +33 -0
  176. package/es/common/SystemNotification/index.js +115 -0
  177. package/es/common/UrlPicker/index.js +135 -0
  178. package/es/common/UrlPicker/index.less +86 -0
  179. package/es/common/Video/background.png +0 -0
  180. package/es/common/Video/closeImg.png +0 -0
  181. package/es/common/Video/components/index.js +100 -0
  182. package/es/common/Video/components/index.less +62 -0
  183. package/es/common/Video/cover.png +0 -0
  184. package/es/common/Video/index.js +748 -0
  185. package/es/common/Video/index.less +70 -0
  186. package/es/common/VideoUpload/index.js +156 -0
  187. package/es/common/VideoUpload/index.less +114 -0
  188. package/es/common/VideoUpload/video-upload-icon.png +0 -0
  189. package/es/common/index.js +175 -0
  190. package/es/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
  191. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  192. package/es/composite-comp/bol/components/Banner/index.js +103 -0
  193. package/es/composite-comp/bol/components/Banner/mobile/index.js +299 -0
  194. package/es/composite-comp/bol/components/Banner/mobile/index.less +54 -0
  195. package/es/composite-comp/bol/components/Banner/pc/index.js +356 -0
  196. package/es/composite-comp/bol/components/Banner/pc/index.less +85 -0
  197. package/es/composite-comp/bol/components/Button/defaultJSON.js +94 -0
  198. package/es/composite-comp/bol/components/Button/index.js +122 -0
  199. package/es/composite-comp/bol/components/Button/index.less +47 -0
  200. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
  201. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  202. package/es/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
  203. package/es/composite-comp/bol/components/Carousel/index.js +112 -0
  204. package/es/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
  205. package/es/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
  206. package/es/composite-comp/bol/components/Carousel/pc/index.js +362 -0
  207. package/es/composite-comp/bol/components/Carousel/pc/index.less +117 -0
  208. package/es/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
  209. package/es/composite-comp/bol/components/CustomCode/index.js +138 -0
  210. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  211. package/es/composite-comp/bol/components/Divider/index.js +103 -0
  212. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
  213. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  214. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
  215. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
  216. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
  217. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
  218. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
  219. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
  220. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
  221. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
  222. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
  223. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
  224. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
  225. package/es/composite-comp/bol/components/ImageGallery/index.js +88 -0
  226. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
  227. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
  228. package/es/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
  229. package/es/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
  230. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
  231. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  232. package/es/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
  233. package/es/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
  234. package/es/composite-comp/bol/components/ImageText/pc/index.js +338 -0
  235. package/es/composite-comp/bol/components/ImageText/pc/index.less +150 -0
  236. package/es/composite-comp/bol/components/Location/defaultJSON.js +60 -0
  237. package/es/composite-comp/bol/components/Location/index.js +100 -0
  238. package/es/composite-comp/bol/components/Location/index.less +15 -0
  239. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
  240. package/es/composite-comp/bol/components/Newsletter/index.js +141 -0
  241. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  242. package/es/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
  243. package/es/composite-comp/bol/components/Tag/index.js +127 -0
  244. package/es/composite-comp/bol/components/Tag/index.less +35 -0
  245. package/es/composite-comp/bol/components/Text/defaultJSON.js +151 -0
  246. package/es/composite-comp/bol/components/Text/index.js +161 -0
  247. package/es/composite-comp/bol/components/Text/index.less +58 -0
  248. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  249. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
  250. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
  251. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
  252. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
  253. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
  254. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
  255. package/es/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
  256. package/es/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
  257. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
  258. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
  259. package/es/composite-comp/bol/components/Video/defaultJSON.js +239 -0
  260. package/es/composite-comp/bol/components/Video/imgs/banner.png +0 -0
  261. package/es/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
  262. package/es/composite-comp/bol/components/Video/index.js +111 -0
  263. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
  264. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
  265. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
  266. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
  267. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
  268. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
  269. package/es/composite-comp/bol/components/Video/mobile/index.js +79 -0
  270. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -0
  271. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
  272. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
  273. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
  274. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
  275. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
  276. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
  277. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
  278. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
  279. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
  280. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
  281. package/es/composite-comp/bol/components/Video/pc/index.js +139 -0
  282. package/es/composite-comp/bol/components/Video/pc/index.less +4 -0
  283. package/es/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
  284. package/es/composite-comp/bol/components/Wallet/index.js +84 -0
  285. package/es/composite-comp/bol/components/Wallet/mobile/index.js +637 -0
  286. package/es/composite-comp/bol/components/Wallet/mobile/index.less +96 -0
  287. package/es/composite-comp/bol/components/Wallet/pc/index.js +361 -0
  288. package/es/composite-comp/bol/components/Wallet/pc/index.less +40 -0
  289. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -0
  290. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  291. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +228 -0
  292. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  293. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  294. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +143 -0
  295. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  296. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  297. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  298. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  299. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  300. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +148 -0
  301. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  302. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  303. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  304. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  305. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  306. package/es/composite-comp/bol/config-panels/CustomCodeConfig/MyEditor/index.js +42 -0
  307. package/es/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -0
  308. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  309. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  310. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  311. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  312. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  313. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +148 -0
  314. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  315. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  316. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +75 -0
  317. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
  318. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
  319. package/es/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
  320. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
  321. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  322. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
  323. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
  324. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
  325. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  326. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  327. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  328. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  329. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +64 -0
  330. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  331. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  332. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +142 -0
  333. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  334. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  335. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  336. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  337. package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
  338. package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
  339. package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
  340. package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
  341. package/es/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
  342. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
  343. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
  344. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
  345. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
  346. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
  347. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
  348. package/es/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  349. package/es/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
  350. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  351. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  352. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  353. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  354. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
  355. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
  356. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
  357. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
  358. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
  359. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  360. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -0
  361. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  362. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +93 -0
  363. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  364. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
  365. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
  366. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +183 -0
  367. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
  368. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
  369. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
  370. package/es/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
  371. package/es/composite-comp/common/components/AffiliateProductItem/index.less +115 -0
  372. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  373. package/es/composite-comp/common/components/ImageLabel/index.less +45 -0
  374. package/es/composite-comp/common/components/ProductItem/index.js +248 -0
  375. package/es/composite-comp/common/components/ProductItem/index.less +168 -0
  376. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
  377. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
  378. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
  379. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
  380. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  381. package/es/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
  382. package/es/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
  383. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +657 -0
  384. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
  385. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +725 -0
  386. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
  387. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
  388. package/es/composite-comp/dito/components/FlashDeal/index.js +90 -0
  389. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -0
  390. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  391. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  392. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  393. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +439 -0
  394. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
  395. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
  396. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  397. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  398. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  399. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
  400. package/es/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
  401. package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
  402. package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  403. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
  404. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
  405. package/es/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
  406. package/es/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  407. package/es/composite-comp/dito/components/PcNavigation/index.js +84 -0
  408. package/es/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
  409. package/es/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
  410. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
  411. package/es/composite-comp/dito/components/Recommend/index.js +90 -0
  412. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  413. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  414. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  415. package/es/composite-comp/dito/components/Recommend/mobile/index.js +694 -0
  416. package/es/composite-comp/dito/components/Recommend/mobile/index.less +76 -0
  417. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  418. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  419. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  420. package/es/composite-comp/dito/components/Recommend/pc/index.js +762 -0
  421. package/es/composite-comp/dito/components/Recommend/pc/index.less +124 -0
  422. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
  423. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  424. package/es/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
  425. package/es/composite-comp/dito/components/SearchBar/index.js +91 -0
  426. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
  427. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
  428. package/es/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
  429. package/es/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
  430. package/es/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
  431. package/es/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
  432. package/es/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
  433. package/es/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
  434. package/es/composite-comp/dito/components/SignBoard/index.js +91 -0
  435. package/es/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
  436. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
  437. package/es/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
  438. package/es/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
  439. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
  440. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  441. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +145 -0
  442. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
  443. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  444. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
  445. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
  446. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
  447. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -0
  448. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  449. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  450. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +73 -0
  451. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
  452. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
  453. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
  454. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
  455. package/es/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  456. package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -0
  457. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  458. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  459. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +146 -0
  460. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  461. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  462. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +141 -0
  463. package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
  464. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
  465. package/es/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
  466. package/es/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
  467. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
  468. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
  469. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
  470. package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
  471. package/es/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  472. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
  473. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
  474. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
  475. package/es/constants/component-types.js +135 -0
  476. package/es/constants/index.js +253 -0
  477. package/es/constants/layout.js +307 -0
  478. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  479. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  480. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  481. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  482. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  483. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  484. package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  485. package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  486. package/es/core/Designer/AiImageGenerator/History/index.js +147 -0
  487. package/es/core/Designer/AiImageGenerator/History/index.less +75 -0
  488. package/es/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
  489. package/es/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
  490. package/es/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
  491. package/es/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
  492. package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  493. package/es/core/Designer/AiImageGenerator/index.js +752 -0
  494. package/es/core/Designer/AiImageGenerator/index.less +136 -0
  495. package/es/core/Designer/AppointmentModal/index.js +87 -0
  496. package/es/core/Designer/AppointmentModal/index.less +23 -0
  497. package/es/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  498. package/es/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  499. package/es/core/Designer/ChatRobot/index.js +343 -0
  500. package/es/core/Designer/ChatRobot/index.less +138 -0
  501. package/es/core/Designer/ChatRobot/markdown.less +1 -0
  502. package/es/core/Designer/CompListPanel/CompCard/index.js +50 -0
  503. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  504. package/es/core/Designer/CompListPanel/index.js +149 -0
  505. package/es/core/Designer/CompListPanel/index.less +69 -0
  506. package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  507. package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  508. package/es/core/Designer/ConfigPanel/index.js +390 -0
  509. package/es/core/Designer/ConfigPanel/index.less +148 -0
  510. package/es/core/Designer/FonixtreeGpt/index.js +160 -0
  511. package/es/core/Designer/History/index.js +97 -0
  512. package/es/core/Designer/LeftTitle/index.js +66 -0
  513. package/es/core/Designer/LeftTitle/index.less +9 -0
  514. package/es/core/Designer/PageCompList/index.js +328 -0
  515. package/es/core/Designer/PageCompList/index.less +139 -0
  516. package/es/core/Designer/QuickMenuBar/index.js +236 -0
  517. package/es/core/Designer/QuickMenuBar/index.less +121 -0
  518. package/es/core/Designer/RenderHtml/index.js +99 -0
  519. package/es/core/Designer/RenderHtml/index.less +5 -0
  520. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
  521. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
  522. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +27 -0
  523. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +27 -0
  524. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +27 -0
  525. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
  526. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
  527. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
  528. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
  529. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
  530. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
  531. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
  532. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +96 -0
  533. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +26 -0
  534. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +105 -0
  535. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +26 -0
  536. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
  537. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
  538. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
  539. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
  540. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
  541. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
  542. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
  543. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
  544. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
  545. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
  546. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
  547. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
  548. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +105 -0
  549. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +26 -0
  550. package/es/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
  551. package/es/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
  552. package/es/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
  553. package/es/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
  554. package/es/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
  555. package/es/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
  556. package/es/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
  557. package/es/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
  558. package/es/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
  559. package/es/core/Designer/ToolBarModal/ToolBtn/index.js +151 -0
  560. package/es/core/Designer/ToolBarModal/ToolBtn/index.less +25 -0
  561. package/es/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
  562. package/es/core/Designer/ToolBarModal/index.js +366 -0
  563. package/es/core/Designer/ToolBarModal/index.less +32 -0
  564. package/es/core/Designer/ViewArea/index.js +191 -0
  565. package/es/core/Designer/ViewArea/index.less +89 -0
  566. package/es/core/Designer/index.js +812 -0
  567. package/es/core/Designer/index.less +6 -0
  568. package/es/core/Renderer/index.js +139 -0
  569. package/es/decorator/compositeDecorator.js +276 -0
  570. package/es/decorator/index.js +68 -0
  571. package/es/decorator/lazyLoadDecorator.js +75 -0
  572. package/es/decorator/metaDecorator.js +241 -0
  573. package/es/decorator/updateConfigDecorator.js +76 -0
  574. package/es/index.js +29 -0
  575. package/es/locale/en/en.json +183 -0
  576. package/es/locale/es/es.json +183 -0
  577. package/es/locale/id/id.json +183 -0
  578. package/es/locale/index.js +45 -0
  579. package/es/meta-comp/components/Button/editable.js +123 -0
  580. package/es/meta-comp/components/Button/editable.less +6 -0
  581. package/es/meta-comp/components/Button/index.js +183 -0
  582. package/es/meta-comp/components/Button/index.less +21 -0
  583. package/es/meta-comp/components/Image/image/default-img.png +0 -0
  584. package/es/meta-comp/components/Image/image/h5DefImg.png +0 -0
  585. package/es/meta-comp/components/Image/image/h5Img.png +0 -0
  586. package/es/meta-comp/components/Image/image/pcDefImg.png +0 -0
  587. package/es/meta-comp/components/Image/image/pcImg.png +0 -0
  588. package/es/meta-comp/components/Image/index.js +256 -0
  589. package/es/meta-comp/components/Image/index.less +25 -0
  590. package/es/meta-comp/components/Text/formats/fontFamily.js +58 -0
  591. package/es/meta-comp/components/Text/formats/fontStyle.js +58 -0
  592. package/es/meta-comp/components/Text/formats/fontWeight.js +58 -0
  593. package/es/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
  594. package/es/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
  595. package/es/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
  596. package/es/meta-comp/components/Text/index.js +305 -0
  597. package/es/meta-comp/components/Text/index.less +95 -0
  598. package/es/meta-comp/components/index.js +31 -0
  599. package/es/meta-comp/config-panels/BaseConfig.js +85 -0
  600. package/es/meta-comp/config-panels/ButtonConfig/index.js +397 -0
  601. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  602. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
  603. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
  604. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
  605. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
  606. package/es/meta-comp/config-panels/ImageConfig/index.js +446 -0
  607. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  608. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  609. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  610. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  611. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  612. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  613. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  614. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  615. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  616. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  617. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  618. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  619. package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  620. package/es/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
  621. package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
  622. package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
  623. package/es/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
  624. package/es/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
  625. package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
  626. package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
  627. package/es/meta-comp/config-panels/TextConfig/index.js +379 -0
  628. package/es/meta-comp/config-panels/TextConfig/index.less +20 -0
  629. package/es/mobx/Frame.js +70 -0
  630. package/es/mobx/Store.js +104 -0
  631. package/es/mobx/index.js +42 -0
  632. package/es/utils/androidUtil.js +134 -0
  633. package/es/utils/businessUtil.js +458 -0
  634. package/es/utils/commonUtil.js +901 -0
  635. package/es/utils/compJsonUtil.js +240 -0
  636. package/es/utils/coreUtil.js +394 -0
  637. package/es/utils/currencyUtil.js +216 -0
  638. package/es/utils/dataTreeUtils.js +134 -0
  639. package/es/utils/dateUtil.js +70 -0
  640. package/es/utils/storeUtil.js +258 -0
  641. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  642. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  643. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  644. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  645. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  646. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  647. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  648. package/lib/assets/fonts/Trueno-Light.otf +0 -0
  649. package/lib/assets/fonts/Trueno-Regular.otf +0 -0
  650. package/lib/assets/fonts/TruenoBd.otf +0 -0
  651. package/lib/assets/fonts/magic-box-iconfont.css +491 -0
  652. package/lib/assets/fonts/magic-box-iconfont.css.bak +491 -0
  653. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  654. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  655. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  656. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  657. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  658. package/lib/assets/images/base64/index.js +10 -0
  659. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  660. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  661. package/lib/assets/images/layout-icon/carouselLayout3.png +0 -0
  662. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  663. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  664. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  665. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  666. package/lib/assets/images/layout-icon/imageTextLeft.svg +6 -0
  667. package/lib/assets/images/layout-icon/imageTextRight.svg +6 -0
  668. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  669. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  670. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  671. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  672. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  673. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  674. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  675. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  676. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  677. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  678. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  679. package/lib/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  680. package/lib/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  681. package/lib/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  682. package/lib/assets/images/layout-icon/layout-recommend-1.png +0 -0
  683. package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
  684. package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
  685. package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
  686. package/lib/assets/images/layout-icon/layout-recommend-5.png +0 -0
  687. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  688. package/lib/assets/images/layout-icon/layout-video-h5-1.png +0 -0
  689. package/lib/assets/images/layout-icon/layout-video-h5-2.png +0 -0
  690. package/lib/assets/images/layout-icon/layout-video-h5-3.png +0 -0
  691. package/lib/assets/images/layout-icon/layout-video-pc-1.png +0 -0
  692. package/lib/assets/images/layout-icon/layout-video-pc-2.png +0 -0
  693. package/lib/assets/images/layout-icon/layout-video-pc-3.png +0 -0
  694. package/lib/assets/images/layout-icon/layout-video-pc-4.png +0 -0
  695. package/lib/assets/images/layout-icon/layout-video-pc-5.png +0 -0
  696. package/lib/assets/images/layout-icon/locationLayout.png +0 -0
  697. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  698. package/lib/assets/images/layout-icon/walletLayout1.png +0 -0
  699. package/lib/assets/images/layout-icon/walletLayout2.png +0 -0
  700. package/lib/assets/less/button.less +32 -0
  701. package/lib/assets/less/common.less +82 -0
  702. package/lib/assets/less/cylon-antd.less +32456 -0
  703. package/lib/assets/less/datepicker.less +13 -0
  704. package/lib/assets/less/font.less +70 -0
  705. package/lib/assets/less/form.less +10 -0
  706. package/lib/assets/less/global.less +8 -0
  707. package/lib/assets/less/index.less +13 -0
  708. package/lib/assets/less/input.less +26 -0
  709. package/lib/assets/less/menu.less +21 -0
  710. package/lib/assets/less/modal.less +25 -0
  711. package/lib/assets/less/select.less +32 -0
  712. package/lib/assets/less/slider.less +69 -0
  713. package/lib/assets/less/switch.less +20 -0
  714. package/lib/assets/less/table.less +52 -0
  715. package/lib/assets/less/variables.less +4 -0
  716. package/lib/common/AffiliateProductModal/index.js +582 -0
  717. package/lib/common/AffiliateProductModal/index.less +146 -0
  718. package/lib/common/AlignSelector/index.js +120 -0
  719. package/lib/common/AlignSelector/index.less +28 -0
  720. package/lib/common/Button/index.js +135 -0
  721. package/lib/common/Button/index.less +73 -0
  722. package/lib/common/ButtonIconLayout/index.js +105 -0
  723. package/lib/common/ButtonIconLayout/index.less +55 -0
  724. package/lib/common/Carousel/index.js +69 -0
  725. package/lib/common/Carousel/index.less +0 -0
  726. package/lib/common/Collapse/index.js +398 -0
  727. package/lib/common/Collapse/index.less +100 -0
  728. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  729. package/lib/common/ColorPicker/index.js +134 -0
  730. package/lib/common/ColorPicker/index.less +26 -0
  731. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  732. package/lib/common/ColorPickerInput/index.js +114 -0
  733. package/lib/common/ColorPickerInput/index.less +50 -0
  734. package/lib/common/CountDown/index.js +151 -0
  735. package/lib/common/CountDown/index.less +23 -0
  736. package/lib/common/Field/index.js +97 -0
  737. package/lib/common/Field/index.less +37 -0
  738. package/lib/common/FontStyles/index.js +197 -0
  739. package/lib/common/FontStyles/index.less +64 -0
  740. package/lib/common/GroupList/defaultImg.png +0 -0
  741. package/lib/common/GroupList/index.js +211 -0
  742. package/lib/common/GroupList/index.less +85 -0
  743. package/lib/common/IconPicker/index.js +147 -0
  744. package/lib/common/IconPicker/index.less +46 -0
  745. package/lib/common/Iconfont/index.js +148 -0
  746. package/lib/common/Iconfont/index.less +20 -0
  747. package/lib/common/ImageLazy/index.js +172 -0
  748. package/lib/common/ImageLazy/index.less +0 -0
  749. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  750. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  751. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  752. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  753. package/lib/common/ImageModal/const.js +24 -0
  754. package/lib/common/ImageModal/index.js +815 -0
  755. package/lib/common/ImageModal/index.less +34 -0
  756. package/lib/common/ImageModal/utils.js +609 -0
  757. package/lib/common/ImagePicker/index.js +317 -0
  758. package/lib/common/ImagePicker/index.less +206 -0
  759. package/lib/common/ImgArea/components/Crop.js +270 -0
  760. package/lib/common/ImgArea/components/Icons.js +44 -0
  761. package/lib/common/ImgArea/components/MultiCrops.js +217 -0
  762. package/lib/common/ImgArea/index.js +11 -0
  763. package/lib/common/InputNumber/index.js +91 -0
  764. package/lib/common/InputNumber/index.less +38 -0
  765. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  766. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  767. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  768. package/lib/common/LayoutSelector/index.js +111 -0
  769. package/lib/common/LayoutSelector/index.less +37 -0
  770. package/lib/common/LinkModal/AffiliateProductTable/index.js +348 -0
  771. package/lib/common/LinkModal/BundleCampaign/index.js +412 -0
  772. package/lib/common/LinkModal/BundleCampaign/index.less +19 -0
  773. package/lib/common/LinkModal/CatgTable/index.js +244 -0
  774. package/lib/common/LinkModal/CouponTable/index.js +315 -0
  775. package/lib/common/LinkModal/CustomTable/index.js +237 -0
  776. package/lib/common/LinkModal/FilteredProductModal/index.js +706 -0
  777. package/lib/common/LinkModal/FilteredProductModal/index.less +127 -0
  778. package/lib/common/LinkModal/FunctionTable/index.js +233 -0
  779. package/lib/common/LinkModal/MiniAppTable/index.js +250 -0
  780. package/lib/common/LinkModal/ProductDetailPage/index.js +504 -0
  781. package/lib/common/LinkModal/ProductDetailPage/index.less +10 -0
  782. package/lib/common/LinkModal/SelectVideoModal/index.js +212 -0
  783. package/lib/common/LinkModal/SelectVideoModal/index.less +112 -0
  784. package/lib/common/LinkModal/ShareUrl/index.js +33 -0
  785. package/lib/common/LinkModal/ShareUrl/index.less +3 -0
  786. package/lib/common/LinkModal/StoreCatgTable/index.js +244 -0
  787. package/lib/common/LinkModal/StoreTable/index.js +328 -0
  788. package/lib/common/LinkModal/index.js +368 -0
  789. package/lib/common/LinkModal/index.less +104 -0
  790. package/lib/common/MagicLink/index.js +89 -0
  791. package/lib/common/MagicLink/index.less +0 -0
  792. package/lib/common/MessageModal/index.js +73 -0
  793. package/lib/common/MessageModal/index.less +86 -0
  794. package/lib/common/NewImg/index.js +165 -0
  795. package/lib/common/NewImg/index.less +0 -0
  796. package/lib/common/ProductModal/index.js +790 -0
  797. package/lib/common/ProductModal/index.less +146 -0
  798. package/lib/common/ProductSource/index.js +286 -0
  799. package/lib/common/ProductSource/index.less +14 -0
  800. package/lib/common/RcCollapse/Collapse.js +240 -0
  801. package/lib/common/RcCollapse/Panel.js +193 -0
  802. package/lib/common/RcCollapse/PanelContent.js +59 -0
  803. package/lib/common/RcCollapse/index.js +15 -0
  804. package/lib/common/RcCollapse/index.less +108 -0
  805. package/lib/common/RcCollapse/interface.js +1 -0
  806. package/lib/common/RcCollapse/motion.less +12 -0
  807. package/lib/common/RcCollapse/motionUtil.js +44 -0
  808. package/lib/common/Slider/index.js +151 -0
  809. package/lib/common/Slider/index.less +45 -0
  810. package/lib/common/SwiperBan/index.js +94 -0
  811. package/lib/common/SwiperBan/index.less +25 -0
  812. package/lib/common/SwitchCollapse/index.js +216 -0
  813. package/lib/common/SwitchCollapse/index.less +40 -0
  814. package/lib/common/SystemNotification/Confirm/index.js +263 -0
  815. package/lib/common/SystemNotification/Confirm/index.less +33 -0
  816. package/lib/common/SystemNotification/index.js +115 -0
  817. package/lib/common/UrlPicker/index.js +135 -0
  818. package/lib/common/UrlPicker/index.less +86 -0
  819. package/lib/common/Video/background.png +0 -0
  820. package/lib/common/Video/closeImg.png +0 -0
  821. package/lib/common/Video/components/index.js +100 -0
  822. package/lib/common/Video/components/index.less +62 -0
  823. package/lib/common/Video/cover.png +0 -0
  824. package/lib/common/Video/index.js +748 -0
  825. package/lib/common/Video/index.less +70 -0
  826. package/lib/common/VideoUpload/index.js +156 -0
  827. package/lib/common/VideoUpload/index.less +114 -0
  828. package/lib/common/VideoUpload/video-upload-icon.png +0 -0
  829. package/lib/common/index.js +175 -0
  830. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
  831. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  832. package/lib/composite-comp/bol/components/Banner/index.js +103 -0
  833. package/lib/composite-comp/bol/components/Banner/mobile/index.js +299 -0
  834. package/lib/composite-comp/bol/components/Banner/mobile/index.less +54 -0
  835. package/lib/composite-comp/bol/components/Banner/pc/index.js +356 -0
  836. package/lib/composite-comp/bol/components/Banner/pc/index.less +85 -0
  837. package/lib/composite-comp/bol/components/Button/defaultJSON.js +94 -0
  838. package/lib/composite-comp/bol/components/Button/index.js +122 -0
  839. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  840. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
  841. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  842. package/lib/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
  843. package/lib/composite-comp/bol/components/Carousel/index.js +112 -0
  844. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
  845. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
  846. package/lib/composite-comp/bol/components/Carousel/pc/index.js +362 -0
  847. package/lib/composite-comp/bol/components/Carousel/pc/index.less +117 -0
  848. package/lib/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
  849. package/lib/composite-comp/bol/components/CustomCode/index.js +138 -0
  850. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  851. package/lib/composite-comp/bol/components/Divider/index.js +103 -0
  852. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
  853. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  854. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
  855. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
  856. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
  857. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
  858. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
  859. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
  860. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
  861. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
  862. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
  863. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
  864. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
  865. package/lib/composite-comp/bol/components/ImageGallery/index.js +88 -0
  866. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
  867. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
  868. package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
  869. package/lib/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
  870. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
  871. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  872. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
  873. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
  874. package/lib/composite-comp/bol/components/ImageText/pc/index.js +338 -0
  875. package/lib/composite-comp/bol/components/ImageText/pc/index.less +150 -0
  876. package/lib/composite-comp/bol/components/Location/defaultJSON.js +60 -0
  877. package/lib/composite-comp/bol/components/Location/index.js +100 -0
  878. package/lib/composite-comp/bol/components/Location/index.less +15 -0
  879. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
  880. package/lib/composite-comp/bol/components/Newsletter/index.js +141 -0
  881. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  882. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
  883. package/lib/composite-comp/bol/components/Tag/index.js +127 -0
  884. package/lib/composite-comp/bol/components/Tag/index.less +35 -0
  885. package/lib/composite-comp/bol/components/Text/defaultJSON.js +151 -0
  886. package/lib/composite-comp/bol/components/Text/index.js +161 -0
  887. package/lib/composite-comp/bol/components/Text/index.less +58 -0
  888. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  889. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
  890. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
  891. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
  892. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
  893. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
  894. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
  895. package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
  896. package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
  897. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
  898. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
  899. package/lib/composite-comp/bol/components/Video/defaultJSON.js +239 -0
  900. package/lib/composite-comp/bol/components/Video/imgs/banner.png +0 -0
  901. package/lib/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
  902. package/lib/composite-comp/bol/components/Video/index.js +111 -0
  903. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
  904. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
  905. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
  906. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
  907. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
  908. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
  909. package/lib/composite-comp/bol/components/Video/mobile/index.js +79 -0
  910. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -0
  911. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
  912. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
  913. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
  914. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
  915. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
  916. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
  917. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
  918. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
  919. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
  920. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
  921. package/lib/composite-comp/bol/components/Video/pc/index.js +139 -0
  922. package/lib/composite-comp/bol/components/Video/pc/index.less +4 -0
  923. package/lib/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
  924. package/lib/composite-comp/bol/components/Wallet/index.js +84 -0
  925. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +637 -0
  926. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +96 -0
  927. package/lib/composite-comp/bol/components/Wallet/pc/index.js +361 -0
  928. package/lib/composite-comp/bol/components/Wallet/pc/index.less +40 -0
  929. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -0
  930. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  931. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +228 -0
  932. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  933. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  934. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +143 -0
  935. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  936. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  937. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  938. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  939. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  940. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +148 -0
  941. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  942. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  943. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  944. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  945. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  946. package/lib/composite-comp/bol/config-panels/CustomCodeConfig/MyEditor/index.js +42 -0
  947. package/lib/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -0
  948. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  949. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  950. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  951. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  952. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  953. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +148 -0
  954. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  955. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  956. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +75 -0
  957. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
  958. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
  959. package/lib/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
  960. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
  961. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  962. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
  963. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
  964. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
  965. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  966. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  967. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  968. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  969. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +64 -0
  970. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  971. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  972. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +142 -0
  973. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  974. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  975. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  976. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  977. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
  978. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
  979. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
  980. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
  981. package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
  982. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
  983. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
  984. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
  985. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
  986. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
  987. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
  988. package/lib/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  989. package/lib/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
  990. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  991. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  992. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  993. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  994. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
  995. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
  996. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
  997. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
  998. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
  999. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  1000. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -0
  1001. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  1002. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +93 -0
  1003. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  1004. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
  1005. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
  1006. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +183 -0
  1007. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
  1008. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
  1009. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
  1010. package/lib/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
  1011. package/lib/composite-comp/common/components/AffiliateProductItem/index.less +115 -0
  1012. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  1013. package/lib/composite-comp/common/components/ImageLabel/index.less +45 -0
  1014. package/lib/composite-comp/common/components/ProductItem/index.js +248 -0
  1015. package/lib/composite-comp/common/components/ProductItem/index.less +168 -0
  1016. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
  1017. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
  1018. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
  1019. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
  1020. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  1021. package/lib/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
  1022. package/lib/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
  1023. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +657 -0
  1024. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
  1025. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +725 -0
  1026. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
  1027. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
  1028. package/lib/composite-comp/dito/components/FlashDeal/index.js +90 -0
  1029. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -0
  1030. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  1031. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  1032. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  1033. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +439 -0
  1034. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
  1035. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
  1036. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  1037. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  1038. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  1039. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
  1040. package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
  1041. package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
  1042. package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  1043. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
  1044. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
  1045. package/lib/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
  1046. package/lib/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  1047. package/lib/composite-comp/dito/components/PcNavigation/index.js +84 -0
  1048. package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
  1049. package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
  1050. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
  1051. package/lib/composite-comp/dito/components/Recommend/index.js +90 -0
  1052. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  1053. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  1054. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  1055. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +694 -0
  1056. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +76 -0
  1057. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  1058. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  1059. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  1060. package/lib/composite-comp/dito/components/Recommend/pc/index.js +762 -0
  1061. package/lib/composite-comp/dito/components/Recommend/pc/index.less +124 -0
  1062. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
  1063. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  1064. package/lib/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
  1065. package/lib/composite-comp/dito/components/SearchBar/index.js +91 -0
  1066. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
  1067. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
  1068. package/lib/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
  1069. package/lib/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
  1070. package/lib/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
  1071. package/lib/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
  1072. package/lib/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
  1073. package/lib/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
  1074. package/lib/composite-comp/dito/components/SignBoard/index.js +91 -0
  1075. package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
  1076. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
  1077. package/lib/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
  1078. package/lib/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
  1079. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
  1080. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  1081. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +145 -0
  1082. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
  1083. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  1084. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
  1085. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
  1086. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
  1087. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -0
  1088. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  1089. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  1090. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +73 -0
  1091. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
  1092. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
  1093. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
  1094. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
  1095. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  1096. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -0
  1097. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  1098. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  1099. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +146 -0
  1100. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  1101. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  1102. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +141 -0
  1103. package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
  1104. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
  1105. package/lib/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
  1106. package/lib/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
  1107. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
  1108. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
  1109. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
  1110. package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
  1111. package/lib/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  1112. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
  1113. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
  1114. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
  1115. package/lib/constants/component-types.js +135 -0
  1116. package/lib/constants/index.js +253 -0
  1117. package/lib/constants/layout.js +307 -0
  1118. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  1119. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  1120. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  1121. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  1122. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  1123. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  1124. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  1125. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  1126. package/lib/core/Designer/AiImageGenerator/History/index.js +147 -0
  1127. package/lib/core/Designer/AiImageGenerator/History/index.less +75 -0
  1128. package/lib/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
  1129. package/lib/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
  1130. package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
  1131. package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
  1132. package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  1133. package/lib/core/Designer/AiImageGenerator/index.js +752 -0
  1134. package/lib/core/Designer/AiImageGenerator/index.less +136 -0
  1135. package/lib/core/Designer/AppointmentModal/index.js +87 -0
  1136. package/lib/core/Designer/AppointmentModal/index.less +23 -0
  1137. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  1138. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  1139. package/lib/core/Designer/ChatRobot/index.js +343 -0
  1140. package/lib/core/Designer/ChatRobot/index.less +138 -0
  1141. package/lib/core/Designer/ChatRobot/markdown.less +1 -0
  1142. package/lib/core/Designer/CompListPanel/CompCard/index.js +50 -0
  1143. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  1144. package/lib/core/Designer/CompListPanel/index.js +149 -0
  1145. package/lib/core/Designer/CompListPanel/index.less +69 -0
  1146. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  1147. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  1148. package/lib/core/Designer/ConfigPanel/index.js +390 -0
  1149. package/lib/core/Designer/ConfigPanel/index.less +148 -0
  1150. package/lib/core/Designer/FonixtreeGpt/index.js +160 -0
  1151. package/lib/core/Designer/History/index.js +97 -0
  1152. package/lib/core/Designer/LeftTitle/index.js +66 -0
  1153. package/lib/core/Designer/LeftTitle/index.less +9 -0
  1154. package/lib/core/Designer/PageCompList/index.js +328 -0
  1155. package/lib/core/Designer/PageCompList/index.less +139 -0
  1156. package/lib/core/Designer/QuickMenuBar/index.js +236 -0
  1157. package/lib/core/Designer/QuickMenuBar/index.less +121 -0
  1158. package/lib/core/Designer/RenderHtml/index.js +99 -0
  1159. package/lib/core/Designer/RenderHtml/index.less +5 -0
  1160. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
  1161. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
  1162. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +27 -0
  1163. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +27 -0
  1164. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +27 -0
  1165. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
  1166. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
  1167. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
  1168. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
  1169. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
  1170. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
  1171. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
  1172. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +96 -0
  1173. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +26 -0
  1174. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +105 -0
  1175. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +26 -0
  1176. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
  1177. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
  1178. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
  1179. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
  1180. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
  1181. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
  1182. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
  1183. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
  1184. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
  1185. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
  1186. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
  1187. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
  1188. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +105 -0
  1189. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +26 -0
  1190. package/lib/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
  1191. package/lib/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
  1192. package/lib/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
  1193. package/lib/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
  1194. package/lib/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
  1195. package/lib/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
  1196. package/lib/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
  1197. package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
  1198. package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
  1199. package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +151 -0
  1200. package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +25 -0
  1201. package/lib/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
  1202. package/lib/core/Designer/ToolBarModal/index.js +366 -0
  1203. package/lib/core/Designer/ToolBarModal/index.less +32 -0
  1204. package/lib/core/Designer/ViewArea/index.js +191 -0
  1205. package/lib/core/Designer/ViewArea/index.less +89 -0
  1206. package/lib/core/Designer/index.js +812 -0
  1207. package/lib/core/Designer/index.less +6 -0
  1208. package/lib/core/Renderer/index.js +139 -0
  1209. package/lib/decorator/compositeDecorator.js +276 -0
  1210. package/lib/decorator/index.js +68 -0
  1211. package/lib/decorator/lazyLoadDecorator.js +75 -0
  1212. package/lib/decorator/metaDecorator.js +241 -0
  1213. package/lib/decorator/updateConfigDecorator.js +76 -0
  1214. package/lib/index.js +29 -0
  1215. package/lib/locale/en/en.json +183 -0
  1216. package/lib/locale/es/es.json +183 -0
  1217. package/lib/locale/id/id.json +183 -0
  1218. package/lib/locale/index.js +45 -0
  1219. package/lib/meta-comp/components/Button/editable.js +123 -0
  1220. package/lib/meta-comp/components/Button/editable.less +6 -0
  1221. package/lib/meta-comp/components/Button/index.js +183 -0
  1222. package/lib/meta-comp/components/Button/index.less +21 -0
  1223. package/lib/meta-comp/components/Image/image/default-img.png +0 -0
  1224. package/lib/meta-comp/components/Image/image/h5DefImg.png +0 -0
  1225. package/lib/meta-comp/components/Image/image/h5Img.png +0 -0
  1226. package/lib/meta-comp/components/Image/image/pcDefImg.png +0 -0
  1227. package/lib/meta-comp/components/Image/image/pcImg.png +0 -0
  1228. package/lib/meta-comp/components/Image/index.js +256 -0
  1229. package/lib/meta-comp/components/Image/index.less +25 -0
  1230. package/lib/meta-comp/components/Text/formats/fontFamily.js +58 -0
  1231. package/lib/meta-comp/components/Text/formats/fontStyle.js +58 -0
  1232. package/lib/meta-comp/components/Text/formats/fontWeight.js +58 -0
  1233. package/lib/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
  1234. package/lib/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
  1235. package/lib/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
  1236. package/lib/meta-comp/components/Text/index.js +305 -0
  1237. package/lib/meta-comp/components/Text/index.less +95 -0
  1238. package/lib/meta-comp/components/index.js +31 -0
  1239. package/lib/meta-comp/config-panels/BaseConfig.js +85 -0
  1240. package/lib/meta-comp/config-panels/ButtonConfig/index.js +397 -0
  1241. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  1242. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
  1243. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
  1244. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
  1245. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
  1246. package/lib/meta-comp/config-panels/ImageConfig/index.js +446 -0
  1247. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  1248. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  1249. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  1250. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  1251. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  1252. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  1253. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  1254. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  1255. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  1256. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  1257. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  1258. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  1259. package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  1260. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
  1261. package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
  1262. package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
  1263. package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
  1264. package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
  1265. package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
  1266. package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
  1267. package/lib/meta-comp/config-panels/TextConfig/index.js +379 -0
  1268. package/lib/meta-comp/config-panels/TextConfig/index.less +20 -0
  1269. package/lib/mobx/Frame.js +70 -0
  1270. package/lib/mobx/Store.js +104 -0
  1271. package/lib/mobx/index.js +42 -0
  1272. package/lib/utils/androidUtil.js +134 -0
  1273. package/lib/utils/businessUtil.js +458 -0
  1274. package/lib/utils/commonUtil.js +901 -0
  1275. package/lib/utils/compJsonUtil.js +240 -0
  1276. package/lib/utils/coreUtil.js +394 -0
  1277. package/lib/utils/currencyUtil.js +216 -0
  1278. package/lib/utils/dataTreeUtils.js +134 -0
  1279. package/lib/utils/dateUtil.js +70 -0
  1280. package/lib/utils/storeUtil.js +258 -0
  1281. package/package.json +2 -86
  1282. package/README.md +0 -122
@@ -0,0 +1,124 @@
1
+ .m-recommend-pc {
2
+ display: flex;
3
+ flex-direction: column;
4
+ position: relative;
5
+
6
+ .cylon-tabs-nav-operations {
7
+ display: none !important;
8
+ }
9
+
10
+ // ::-webkit-scrollbar {
11
+ // width: 0;
12
+ // height: 0;
13
+ // display: none;
14
+ // }
15
+
16
+ .tab-select-wrap {
17
+ display: flex;
18
+ align-items: center;
19
+ height: 50px;
20
+ background: rgb(255 255 255);
21
+ overflow: auto;
22
+ position: relative;
23
+ margin-bottom: 15px;
24
+
25
+ .tabTitle {
26
+ display: flex;
27
+ align-items: center;
28
+ text-align: center;
29
+ padding: 0 24px;
30
+ width: fit-content;
31
+ height: 100%;
32
+ justify-content: center;
33
+ white-space: nowrap;
34
+ flex-direction: column;
35
+ cursor: pointer;
36
+
37
+ img {
38
+ height: 24px;
39
+ width: 24px;
40
+ margin-bottom: 2px;
41
+ }
42
+ }
43
+
44
+ .active-line {
45
+ position: absolute;
46
+ bottom: 0;
47
+ width: 200px;
48
+ height: 3px;
49
+ background-color: #fff;
50
+ transition: .2s all linear;
51
+ border-radius: 1.5px;
52
+ }
53
+ }
54
+
55
+ .tab-content {
56
+ display: flex;
57
+ flex-direction: row;
58
+ align-items: center;
59
+
60
+ .tab-list {
61
+ width: 100%;
62
+ }
63
+ }
64
+
65
+ .arrow-icon {
66
+ display: block;
67
+ width: 36px;
68
+ height: 36px;
69
+ line-height: 42px;
70
+ text-align: center;
71
+ background: #FFFFFF;
72
+ box-shadow: -1px -1px 4px rgba(45, 48, 64, 0.08), 1px 1px 4px rgba(45, 48, 64, 0.08);
73
+ border-radius: 100px;
74
+ cursor: pointer;
75
+
76
+ &.left {
77
+ margin-right: 15px;
78
+ }
79
+
80
+ &.right {
81
+ margin-left: 15px;
82
+ }
83
+ }
84
+
85
+ .macyContainer {
86
+ display: flex;
87
+ margin: 0;
88
+ }
89
+
90
+ .scrollContainer {
91
+ display: flex;
92
+ flex-direction: row;
93
+ align-items: center;
94
+ flex: 1;
95
+ margin: 0;
96
+ overflow-x: auto;
97
+ padding-bottom: 15px;
98
+
99
+ &.pl_100 {
100
+ padding-left: 100px;
101
+ }
102
+
103
+ .scrollProductList {
104
+ display: flex;
105
+ flex-direction: row;
106
+ align-items: flex-start;
107
+
108
+ .productCard {
109
+ margin-right: 20px;
110
+ }
111
+ }
112
+ }
113
+
114
+ .btnSeeAll {
115
+ display: block;
116
+ width: fit-content;
117
+ min-width: 80px;
118
+ flex: none;
119
+
120
+ &.line {
121
+ margin: 0 auto 10px auto;
122
+ }
123
+ }
124
+ }
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.getDefaultJSON = void 0;
7
+
8
+ var _uuid = require("uuid");
9
+
10
+ var getDefaultJSON = function getDefaultJSON() {
11
+ return {
12
+ id: (0, _uuid.v4)(),
13
+ type: 'SEARCH',
14
+ content: {
15
+ logo: {
16
+ id: (0, _uuid.v4)(),
17
+ open: true,
18
+ type: 'IMAGE',
19
+ content: {
20
+ h5Name: 'name2',
21
+ pcName: 'name2',
22
+ h5ImgSrc: '',
23
+ pcImgSrc: '',
24
+ clickUrl: ''
25
+ },
26
+ hover: {
27
+ open: false,
28
+ backgroundType: 'enlarge',
29
+ magnification: 1.5,
30
+ pcImgHoverUrl: '',
31
+ h5ImgHoverUrl: ''
32
+ }
33
+ },
34
+ box: {
35
+ id: (0, _uuid.v4)(),
36
+ open: true,
37
+ color: {
38
+ pc: '#D92929',
39
+ mobile: '#8493AF'
40
+ }
41
+ },
42
+ icon: {
43
+ id: (0, _uuid.v4)(),
44
+ open: true,
45
+ color: {
46
+ pc: '#D92929',
47
+ mobile: '#232F46'
48
+ },
49
+ cartIcon: {
50
+ pc: true,
51
+ mobile: true
52
+ },
53
+ messageIcon: {
54
+ pc: false,
55
+ mobile: true
56
+ }
57
+ }
58
+ },
59
+ spacing: {
60
+ pc: {
61
+ paddingTop: 20,
62
+ paddingBottom: 30,
63
+ marginBottom: window.magicDesign.compSpacing * 1.5,
64
+ fillUp: false
65
+ },
66
+ mobile: {
67
+ paddingTop: 8,
68
+ paddingBottom: 8,
69
+ paddingLeft: 15,
70
+ paddingRight: 15,
71
+ marginBottom: window.magicDesign.compSpacing
72
+ }
73
+ },
74
+ customize: {
75
+ layout: 'left',
76
+ align: 'left'
77
+ },
78
+ background: {
79
+ opacity: 100,
80
+ color: '#fff',
81
+ image: '',
82
+ bgType: 'color'
83
+ }
84
+ };
85
+ };
86
+
87
+ exports.getDefaultJSON = getDefaultJSON;
@@ -0,0 +1,6 @@
1
+ <svg width="69" height="20" viewBox="0 0 69 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M11.459 0.0166016H5.12022C3.76042 0.0194901 2.45736 0.562029 1.49731 1.52504C0.53725 2.48804 -0.00128482 3.79276 2.3019e-06 5.15257V19.5672C-0.000156996 19.6234 0.0107454 19.679 0.0320869 19.7309C0.0534285 19.7829 0.0847912 19.8301 0.124385 19.8699C0.163978 19.9097 0.211026 19.9414 0.262844 19.963C0.314661 19.9846 0.370232 19.9958 0.426385 19.996H11.5535C13.7819 19.9912 15.9171 19.1014 17.4895 17.5224C19.0619 15.9435 19.9427 13.8045 19.9382 11.5762V8.52608C19.9414 6.27348 19.0501 4.11179 17.4601 2.51612C15.8701 0.92046 13.7116 0.0214159 11.459 0.0166016ZM15.1681 11.4429C15.17 12.4235 14.7824 13.3647 14.0905 14.0596C13.3986 14.7545 12.459 15.1461 11.4784 15.1483H6.81001L3.03555 16.9193L4.83678 14.1526V5.19739C4.83645 5.08419 4.88103 4.97549 4.96073 4.89511C5.04043 4.81472 5.14875 4.76923 5.26195 4.76858H11.6662C12.5955 4.77211 13.4856 5.14376 14.1415 5.80216C14.7974 6.46056 15.1657 7.35204 15.1656 8.28139L15.1681 11.4429Z" fill="#CE1126"/>
3
+ <path d="M27.3733 2.39582C27.3733 1.07858 26.3055 0.0107422 24.9882 0.0107422C23.671 0.0107422 22.6031 1.07858 22.6031 2.39582V17.6148C22.6031 18.932 23.671 19.9998 24.9882 19.9998C26.3055 19.9998 27.3733 18.932 27.3733 17.6148V2.39582Z" fill="#CE1126"/>
4
+ <path d="M46.8076 0H30.4646C30.4083 -2.25721e-07 30.3526 0.0110998 30.3007 0.0326641C30.2487 0.0542284 30.2015 0.0858331 30.1618 0.125667C30.1221 0.165501 30.0906 0.212782 30.0692 0.2648C30.0478 0.316818 30.0368 0.372551 30.037 0.428805V4.29774C30.0368 4.35399 30.0478 4.40973 30.0692 4.46175C30.0906 4.51376 30.1221 4.56104 30.1618 4.60088C30.2015 4.64071 30.2487 4.67232 30.3007 4.69388C30.3526 4.71545 30.4083 4.72655 30.4646 4.72655H35.8138C35.8699 4.7267 35.9255 4.73792 35.9773 4.75956C36.0291 4.78119 36.0762 4.81282 36.1158 4.85264C36.1554 4.89246 36.1867 4.93969 36.208 4.99162C36.2294 5.04356 36.2403 5.0992 36.2401 5.15535V19.57C36.24 19.6262 36.2509 19.682 36.2723 19.734C36.2937 19.786 36.3252 19.8333 36.365 19.8731C36.4047 19.913 36.4519 19.9446 36.5038 19.9661C36.5558 19.9877 36.6115 19.9988 36.6677 19.9988H40.6105C40.6667 19.9986 40.7223 19.9874 40.7741 19.9658C40.8259 19.9441 40.873 19.9125 40.9126 19.8727C40.9522 19.8329 40.9835 19.7856 41.0049 19.7337C41.0262 19.6818 41.0371 19.6261 41.037 19.57V5.15535C41.036 5.04236 41.0798 4.93358 41.1588 4.85277C41.2377 4.77197 41.3455 4.72572 41.4585 4.72412H46.8076C46.8638 4.72396 46.9193 4.71275 46.9712 4.69111C47.023 4.66948 47.07 4.63785 47.1096 4.59803C47.1492 4.55821 47.1806 4.51098 47.2019 4.45904C47.2233 4.4071 47.2342 4.35147 47.234 4.29532V0.428805C47.2342 0.372653 47.2233 0.317019 47.2019 0.26508C47.1806 0.21314 47.1492 0.165914 47.1096 0.126095C47.07 0.0862771 47.023 0.0546472 46.9712 0.0330117C46.9193 0.0113762 46.8638 0.000158847 46.8076 0V0Z" fill="#CE1126"/>
5
+ <path d="M58.3829 0.0107422H58.2508C55.6058 0.0165188 53.0714 1.07272 51.205 2.94703C49.3387 4.82134 48.2933 7.36024 48.2987 10.0053V17.4355C48.2974 18.1141 48.5657 18.7654 49.0445 19.2463C49.5234 19.7272 50.1736 19.9982 50.8522 19.9998H58.3817C61.0261 19.9931 63.5596 18.9365 65.4252 17.0623C67.2907 15.1881 68.3357 12.6497 68.3302 10.0053C68.3357 7.36108 67.2909 4.82291 65.4256 2.94874C63.5603 1.07457 61.0271 0.0178015 58.3829 0.0107422ZM63.4329 9.94351C63.4309 11.1388 63.017 12.2968 62.2607 13.2224C61.5044 14.1479 60.4522 14.7844 59.2813 15.0246C58.1104 15.2647 56.8925 15.0937 55.833 14.5406C54.7735 13.9874 53.9371 13.0858 53.4649 11.9878C52.9927 10.8898 52.9135 9.66252 53.2407 8.51294C53.5679 7.36335 54.2814 6.36174 55.2611 5.67697C56.2407 4.99221 57.4265 4.66616 58.6185 4.75382C59.8106 4.84147 60.9359 5.33746 61.8049 6.15816L65.2425 4.80633L62.9096 7.66382C63.2544 8.37299 63.4333 9.15132 63.4329 9.93988V9.94351Z" fill="#CE1126"/>
6
+ </svg>
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireWildcard(require("react"));
9
+
10
+ var _defaultJSON = require("./defaultJSON");
11
+
12
+ var _index = _interopRequireDefault(require("./mobile/index"));
13
+
14
+ var _index2 = _interopRequireDefault(require("./pc/index"));
15
+
16
+ var _coreUtil = require("../../../../utils/coreUtil");
17
+
18
+ var _compositeDecorator = _interopRequireDefault(require("../../../../decorator/compositeDecorator"));
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 _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); }
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
+
54
+ var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
55
+ var c = arguments.length,
56
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
57
+ d;
58
+ if ((typeof Reflect === "undefined" ? "undefined" : _typeof(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) {
59
+ if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
60
+ }
61
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
62
+ };
63
+
64
+ var SearchBar =
65
+ /** @class */
66
+ function (_super) {
67
+ __extends(SearchBar, _super);
68
+
69
+ function SearchBar() {
70
+ return _super !== null && _super.apply(this, arguments) || this;
71
+ }
72
+
73
+ SearchBar.prototype.render = function () {
74
+ var nodeData = this.props.nodeData; // console.log('search nodeData', nodeData);
75
+
76
+ return /*#__PURE__*/_react["default"].createElement("div", null, (0, _coreUtil.isPc)() ? /*#__PURE__*/_react["default"].createElement(_index2["default"], {
77
+ data: nodeData
78
+ }) : /*#__PURE__*/_react["default"].createElement(_index["default"], {
79
+ data: nodeData
80
+ }));
81
+ };
82
+
83
+ SearchBar.defaultProps = {};
84
+ SearchBar.type = 'SEARCH';
85
+ SearchBar.getDefaultJSON = _defaultJSON.getDefaultJSON;
86
+ SearchBar = __decorate([_compositeDecorator["default"]], SearchBar);
87
+ return SearchBar;
88
+ }(_react.Component);
89
+
90
+ var _default = SearchBar;
91
+ exports["default"] = _default;
@@ -0,0 +1,363 @@
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
+ require("./index.less");
11
+
12
+ var _components = require("../../../../../meta-comp/components");
13
+
14
+ var _common = require("../../../../../common");
15
+
16
+ var _coreUtil = require("../../../../../utils/coreUtil");
17
+
18
+ var _commonUtil = require("../../../../../utils/commonUtil");
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 __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
49
+ function adopt(value) {
50
+ return value instanceof P ? value : new P(function (resolve) {
51
+ resolve(value);
52
+ });
53
+ }
54
+
55
+ return new (P || (P = Promise))(function (resolve, reject) {
56
+ function fulfilled(value) {
57
+ try {
58
+ step(generator.next(value));
59
+ } catch (e) {
60
+ reject(e);
61
+ }
62
+ }
63
+
64
+ function rejected(value) {
65
+ try {
66
+ step(generator["throw"](value));
67
+ } catch (e) {
68
+ reject(e);
69
+ }
70
+ }
71
+
72
+ function step(result) {
73
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
74
+ }
75
+
76
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
77
+ });
78
+ };
79
+
80
+ var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
81
+ var _ = {
82
+ label: 0,
83
+ sent: function sent() {
84
+ if (t[0] & 1) throw t[1];
85
+ return t[1];
86
+ },
87
+ trys: [],
88
+ ops: []
89
+ },
90
+ f,
91
+ y,
92
+ t,
93
+ g;
94
+ return g = {
95
+ next: verb(0),
96
+ "throw": verb(1),
97
+ "return": verb(2)
98
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
99
+ return this;
100
+ }), g;
101
+
102
+ function verb(n) {
103
+ return function (v) {
104
+ return step([n, v]);
105
+ };
106
+ }
107
+
108
+ function step(op) {
109
+ if (f) throw new TypeError("Generator is already executing.");
110
+
111
+ while (_) {
112
+ try {
113
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
114
+ if (y = 0, t) op = [op[0] & 2, t.value];
115
+
116
+ switch (op[0]) {
117
+ case 0:
118
+ case 1:
119
+ t = op;
120
+ break;
121
+
122
+ case 4:
123
+ _.label++;
124
+ return {
125
+ value: op[1],
126
+ done: false
127
+ };
128
+
129
+ case 5:
130
+ _.label++;
131
+ y = op[1];
132
+ op = [0];
133
+ continue;
134
+
135
+ case 7:
136
+ op = _.ops.pop();
137
+
138
+ _.trys.pop();
139
+
140
+ continue;
141
+
142
+ default:
143
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
144
+ _ = 0;
145
+ continue;
146
+ }
147
+
148
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
149
+ _.label = op[1];
150
+ break;
151
+ }
152
+
153
+ if (op[0] === 6 && _.label < t[1]) {
154
+ _.label = t[1];
155
+ t = op;
156
+ break;
157
+ }
158
+
159
+ if (t && _.label < t[2]) {
160
+ _.label = t[2];
161
+
162
+ _.ops.push(op);
163
+
164
+ break;
165
+ }
166
+
167
+ if (t[2]) _.ops.pop();
168
+
169
+ _.trys.pop();
170
+
171
+ continue;
172
+ }
173
+
174
+ op = body.call(thisArg, _);
175
+ } catch (e) {
176
+ op = [6, e];
177
+ y = 0;
178
+ } finally {
179
+ f = t = 0;
180
+ }
181
+ }
182
+
183
+ if (op[0] & 5) throw op[1];
184
+ return {
185
+ value: op[0] ? op[1] : void 0,
186
+ done: true
187
+ };
188
+ }
189
+ };
190
+
191
+ var SearchMobile =
192
+ /** @class */
193
+ function (_super) {
194
+ __extends(SearchMobile, _super);
195
+
196
+ function SearchMobile() {
197
+ var _this = _super !== null && _super.apply(this, arguments) || this;
198
+
199
+ _this.state = {
200
+ messageNum: '',
201
+ cartNum: ''
202
+ };
203
+
204
+ _this.getCartNum = function () {
205
+ return __awaiter(_this, void 0, void 0, function () {
206
+ var num, cart;
207
+ return __generator(this, function (_a) {
208
+ switch (_a.label) {
209
+ case 0:
210
+ num = '';
211
+ if (!(localStorage.getItem('isLogin') === 'Y')) return [3
212
+ /*break*/
213
+ , 2];
214
+ return [4
215
+ /*yield*/
216
+ , (0, _commonUtil.commonFetch)('/designer/v1/h5/carts/num', {}, 'GET')];
217
+
218
+ case 1:
219
+ cart = _a.sent();
220
+ num = cart.num;
221
+ return [3
222
+ /*break*/
223
+ , 3];
224
+
225
+ case 2:
226
+ num = (localStorage.getItem('TEMP_CART') || []).length;
227
+ _a.label = 3;
228
+
229
+ case 3:
230
+ if (num > 0) {
231
+ this.setState({
232
+ cartNum: num
233
+ });
234
+ }
235
+
236
+ return [2
237
+ /*return*/
238
+ ];
239
+ }
240
+ });
241
+ });
242
+ };
243
+
244
+ _this.getMessageNum = function () {
245
+ return __awaiter(_this, void 0, void 0, function () {
246
+ var num;
247
+ return __generator(this, function (_a) {
248
+ switch (_a.label) {
249
+ case 0:
250
+ return [4
251
+ /*yield*/
252
+ , (0, _commonUtil.commonFetch)('/designer/v1/h5/users/inbox/unread/num', {}, 'GET')];
253
+
254
+ case 1:
255
+ num = _a.sent();
256
+ if (num > 9) num = '9+';
257
+ this.setState({
258
+ messageNum: num
259
+ });
260
+ return [2
261
+ /*return*/
262
+ ];
263
+ }
264
+ });
265
+ });
266
+ };
267
+
268
+ return _this;
269
+ }
270
+
271
+ SearchMobile.prototype.componentDidMount = function () {
272
+ // const { data } = this.props;
273
+ // console.log('---mobile ', data);
274
+ this.getMessageNum();
275
+ this.getCartNum();
276
+ };
277
+
278
+ SearchMobile.prototype.render = function () {
279
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
280
+
281
+ var data = this.props.data;
282
+ var _q = this.state,
283
+ messageNum = _q.messageNum,
284
+ cartNum = _q.cartNum; // let styleWrap = {};
285
+ // if (data.content.background.bgType === 'color') {
286
+ // styleWrap = {
287
+ // backgroundColor: data.content.background.color,
288
+ // opacity: data.content.background.opacity,
289
+ // };
290
+ // } else {
291
+ // styleWrap = {
292
+ // backgroundImage: `url(${data.content.background.image})`,
293
+ // backgroundPosition: 'center',
294
+ // backgroundRepeat: 'no-repeat',
295
+ // backgroundSize: '100%',
296
+ // };
297
+ // }
298
+
299
+ return /*#__PURE__*/_react["default"].createElement("div", {
300
+ className: "m-search-bar"
301
+ }, /*#__PURE__*/_react["default"].createElement("div", {
302
+ className: "right"
303
+ }, data.content && ((_a = data.content.box) === null || _a === void 0 ? void 0 : _a.open) && /*#__PURE__*/_react["default"].createElement("div", {
304
+ className: "search-input-wrap",
305
+ onClick: function onClick() {
306
+ return (0, _coreUtil.clickUrl)('/search-page');
307
+ },
308
+ style: {
309
+ borderColor: (_c = (_b = data.content.box) === null || _b === void 0 ? void 0 : _b.color) === null || _c === void 0 ? void 0 : _c.mobile
310
+ }
311
+ }, /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
312
+ color: (_e = (_d = data.content.box) === null || _d === void 0 ? void 0 : _d.color) === null || _e === void 0 ? void 0 : _e.mobile,
313
+ size: (0, _commonUtil.convertToRem)(24),
314
+ style: {
315
+ display: 'flex'
316
+ },
317
+ type: "icon-search2"
318
+ })), data.content && ((_g = (_f = data.content.icon) === null || _f === void 0 ? void 0 : _f.cartIcon) === null || _g === void 0 ? void 0 : _g.mobile) && /*#__PURE__*/_react["default"].createElement("div", {
319
+ className: "message-wrap"
320
+ }, /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
321
+ color: (_j = (_h = data.content.icon) === null || _h === void 0 ? void 0 : _h.color) === null || _j === void 0 ? void 0 : _j.mobile,
322
+ onClick: function onClick() {
323
+ return (0, _coreUtil.clickUrl)('/main/cart');
324
+ },
325
+ size: (0, _commonUtil.convertToRem)(24),
326
+ style: {
327
+ display: 'flex'
328
+ },
329
+ type: "icon-ShoppingCartSimple1"
330
+ }), !!cartNum && /*#__PURE__*/_react["default"].createElement("span", {
331
+ className: "num"
332
+ }, cartNum)), data.content && ((_l = (_k = data.content.icon) === null || _k === void 0 ? void 0 : _k.messageIcon) === null || _l === void 0 ? void 0 : _l.mobile) && /*#__PURE__*/_react["default"].createElement("div", {
333
+ className: "message-wrap"
334
+ }, /*#__PURE__*/_react["default"].createElement(_common.Iconfont, {
335
+ color: (_o = (_m = data.content.icon) === null || _m === void 0 ? void 0 : _m.color) === null || _o === void 0 ? void 0 : _o.mobile,
336
+ onClick: function onClick() {
337
+ return (0, _coreUtil.clickUrl)('/message-center');
338
+ },
339
+ size: (0, _commonUtil.convertToRem)(24),
340
+ style: {
341
+ display: 'flex'
342
+ },
343
+ type: "icon-message"
344
+ }), !!messageNum && /*#__PURE__*/_react["default"].createElement("span", {
345
+ className: "num"
346
+ }, messageNum))), data.content && ((_p = data.content.logo) === null || _p === void 0 ? void 0 : _p.open) && /*#__PURE__*/_react["default"].createElement("div", {
347
+ className: "logo"
348
+ }, /*#__PURE__*/_react["default"].createElement(_components.MetaImage, {
349
+ data: data.content.logo,
350
+ style: {
351
+ height: 30
352
+ }
353
+ })));
354
+ };
355
+
356
+ SearchMobile.defaultProps = {
357
+ data: {}
358
+ };
359
+ return SearchMobile;
360
+ }(_react["default"].Component);
361
+
362
+ var _default = SearchMobile;
363
+ exports["default"] = _default;