@fonixtree/magic-design 0.0.1

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 (611) 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/magic-box-iconfont.css +299 -0
  9. package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
  10. package/es/assets/fonts/magic-box-iconfont.js +1 -0
  11. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
  12. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  13. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  14. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  15. package/es/assets/images/icon/index.js +68 -0
  16. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  17. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  18. package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
  19. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  20. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  21. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  22. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  23. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  24. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  25. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  26. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  27. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  28. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  29. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  30. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  31. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  32. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  33. package/es/assets/images/layout-icon/layout-search.png +0 -0
  34. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  35. package/es/assets/less/button.less +9 -0
  36. package/es/assets/less/common.less +82 -0
  37. package/es/assets/less/cylon-antd.less +32534 -0
  38. package/es/assets/less/font.less +50 -0
  39. package/es/assets/less/global.less +8 -0
  40. package/es/assets/less/index.less +11 -0
  41. package/es/assets/less/input.less +8 -0
  42. package/es/assets/less/menu.less +21 -0
  43. package/es/assets/less/modal.less +16 -0
  44. package/es/assets/less/select.less +19 -0
  45. package/es/assets/less/slider.less +21 -0
  46. package/es/assets/less/switch.less +20 -0
  47. package/es/assets/less/table.less +40 -0
  48. package/es/assets/less/variables.less +4 -0
  49. package/es/common/AlignSelector/index.js +104 -0
  50. package/es/common/AlignSelector/index.less +28 -0
  51. package/es/common/Button/index.js +134 -0
  52. package/es/common/Button/index.less +68 -0
  53. package/es/common/ButtonIconLayout/index.js +103 -0
  54. package/es/common/ButtonIconLayout/index.less +53 -0
  55. package/es/common/Collapse/index.js +384 -0
  56. package/es/common/Collapse/index.less +97 -0
  57. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  58. package/es/common/ColorPicker/index.js +131 -0
  59. package/es/common/ColorPicker/index.less +26 -0
  60. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  61. package/es/common/ColorPickerInput/index.js +114 -0
  62. package/es/common/ColorPickerInput/index.less +50 -0
  63. package/es/common/CountDown/index.js +151 -0
  64. package/es/common/CountDown/index.less +23 -0
  65. package/es/common/Field/index.js +80 -0
  66. package/es/common/Field/index.less +37 -0
  67. package/es/common/FontStyles/index.js +178 -0
  68. package/es/common/FontStyles/index.less +63 -0
  69. package/es/common/GroupList/defaultImg.png +0 -0
  70. package/es/common/GroupList/index.js +210 -0
  71. package/es/common/GroupList/index.less +85 -0
  72. package/es/common/IconPicker/index.js +147 -0
  73. package/es/common/IconPicker/index.less +46 -0
  74. package/es/common/Iconfont/index.js +148 -0
  75. package/es/common/Iconfont/index.less +20 -0
  76. package/es/common/ImageModal/CommonModal/const.js +22 -0
  77. package/es/common/ImageModal/CommonModal/index.js +46 -0
  78. package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
  79. package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
  80. package/es/common/ImageModal/const.js +24 -0
  81. package/es/common/ImageModal/index.js +748 -0
  82. package/es/common/ImageModal/index.less +21 -0
  83. package/es/common/ImagePicker/index.js +162 -0
  84. package/es/common/ImagePicker/index.less +104 -0
  85. package/es/common/InputNumber/index.js +91 -0
  86. package/es/common/InputNumber/index.less +33 -0
  87. package/es/common/LayoutSelector/imgs/center.png +0 -0
  88. package/es/common/LayoutSelector/imgs/left.png +0 -0
  89. package/es/common/LayoutSelector/imgs/right.png +0 -0
  90. package/es/common/LayoutSelector/index.js +111 -0
  91. package/es/common/LayoutSelector/index.less +34 -0
  92. package/es/common/LinkModal/CatgTable/index.js +234 -0
  93. package/es/common/LinkModal/CouponTable/index.js +299 -0
  94. package/es/common/LinkModal/CustomTable/index.js +227 -0
  95. package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
  96. package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
  97. package/es/common/LinkModal/FunctionTable/index.js +221 -0
  98. package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
  99. package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
  100. package/es/common/LinkModal/index.js +136 -0
  101. package/es/common/LinkModal/index.less +108 -0
  102. package/es/common/NewImg/index.js +165 -0
  103. package/es/common/NewImg/index.less +0 -0
  104. package/es/common/ProductModal/index.js +760 -0
  105. package/es/common/ProductModal/index.less +238 -0
  106. package/es/common/ProductSource/index.js +250 -0
  107. package/es/common/ProductSource/index.less +12 -0
  108. package/es/common/RcCollapse/Collapse.js +240 -0
  109. package/es/common/RcCollapse/Panel.js +193 -0
  110. package/es/common/RcCollapse/PanelContent.js +59 -0
  111. package/es/common/RcCollapse/index.js +15 -0
  112. package/es/common/RcCollapse/index.less +108 -0
  113. package/es/common/RcCollapse/interface.js +1 -0
  114. package/es/common/RcCollapse/motion.less +12 -0
  115. package/es/common/RcCollapse/motionUtil.js +44 -0
  116. package/es/common/Slider/index.js +151 -0
  117. package/es/common/Slider/index.less +45 -0
  118. package/es/common/SwitchCollapse/index.js +216 -0
  119. package/es/common/SwitchCollapse/index.less +40 -0
  120. package/es/common/UrlPicker/index.js +119 -0
  121. package/es/common/UrlPicker/index.less +72 -0
  122. package/es/common/index.js +127 -0
  123. package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  124. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  125. package/es/composite-comp/bol/components/Banner/index.js +89 -0
  126. package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  127. package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  128. package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
  129. package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
  130. package/es/composite-comp/bol/components/Button/defaultJSON.js +110 -0
  131. package/es/composite-comp/bol/components/Button/index.js +103 -0
  132. package/es/composite-comp/bol/components/Button/index.less +47 -0
  133. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
  134. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  135. package/es/composite-comp/bol/components/Carousel/index.js +93 -0
  136. package/es/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
  137. package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
  138. package/es/composite-comp/bol/components/Carousel/pc/index.js +254 -0
  139. package/es/composite-comp/bol/components/Carousel/pc/index.less +81 -0
  140. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  141. package/es/composite-comp/bol/components/Divider/index.js +101 -0
  142. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  143. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  144. package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
  145. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  146. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  147. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
  148. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  149. package/es/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
  150. package/es/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
  151. package/es/composite-comp/bol/components/ImageText/pc/index.js +155 -0
  152. package/es/composite-comp/bol/components/ImageText/pc/index.less +106 -0
  153. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  154. package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
  155. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  156. package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  157. package/es/composite-comp/bol/components/Tag/index.js +107 -0
  158. package/es/composite-comp/bol/components/Tag/index.less +34 -0
  159. package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
  160. package/es/composite-comp/bol/components/Text/index.js +123 -0
  161. package/es/composite-comp/bol/components/Text/index.less +60 -0
  162. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  163. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
  164. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  165. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
  166. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  167. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
  168. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
  169. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  170. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  171. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  172. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
  173. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
  174. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  175. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
  176. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  177. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  178. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
  179. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
  180. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  181. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
  182. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
  183. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
  184. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
  185. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  186. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  187. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
  188. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
  189. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
  190. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
  191. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
  192. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  193. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  194. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  195. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  196. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  197. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  198. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
  199. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  200. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
  201. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  202. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  203. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  204. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
  205. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
  206. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  207. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  208. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  209. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
  210. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
  211. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  212. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
  213. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  214. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  215. package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
  216. package/es/composite-comp/common/components/ProductItem/index.js +191 -0
  217. package/es/composite-comp/common/components/ProductItem/index.less +121 -0
  218. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
  219. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
  220. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  221. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
  222. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  223. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  224. package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
  225. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  226. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  227. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  228. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
  229. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
  230. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
  231. package/es/composite-comp/dito/components/Recommend/index.js +86 -0
  232. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  233. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  234. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  235. package/es/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
  236. package/es/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
  237. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  238. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  239. package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
  240. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
  241. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  242. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
  243. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  244. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
  245. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  246. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  247. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
  248. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
  249. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  250. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
  251. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  252. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  253. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
  254. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
  255. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
  256. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
  257. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  258. package/es/constants/component-types.js +87 -0
  259. package/es/constants/index.js +144 -0
  260. package/es/constants/layout.js +120 -0
  261. package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
  262. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  263. package/es/core/Designer/CompListPanel/index.js +156 -0
  264. package/es/core/Designer/CompListPanel/index.less +69 -0
  265. package/es/core/Designer/ConfigPanel/index.js +294 -0
  266. package/es/core/Designer/ConfigPanel/index.less +139 -0
  267. package/es/core/Designer/History/index.js +91 -0
  268. package/es/core/Designer/PageCompList/index.js +266 -0
  269. package/es/core/Designer/PageCompList/index.less +114 -0
  270. package/es/core/Designer/QuickMenuBar/index.js +176 -0
  271. package/es/core/Designer/QuickMenuBar/index.less +67 -0
  272. package/es/core/Designer/ViewArea/index.js +150 -0
  273. package/es/core/Designer/ViewArea/index.less +53 -0
  274. package/es/core/Designer/index.js +454 -0
  275. package/es/core/Designer/index.less +6 -0
  276. package/es/core/Renderer/index.js +82 -0
  277. package/es/decorator/compositeDecorator.js +129 -0
  278. package/es/decorator/index.js +23 -0
  279. package/es/decorator/metaDecorator.js +199 -0
  280. package/es/index.js +27 -0
  281. package/es/meta-comp/components/Button/index.js +185 -0
  282. package/es/meta-comp/components/Button/index.less +19 -0
  283. package/es/meta-comp/components/Image/index.js +171 -0
  284. package/es/meta-comp/components/Image/index.less +18 -0
  285. package/es/meta-comp/components/Text/index.js +470 -0
  286. package/es/meta-comp/components/Text/index.less +38 -0
  287. package/es/meta-comp/components/index.js +31 -0
  288. package/es/meta-comp/config-panels/BaseConfig.js +87 -0
  289. package/es/meta-comp/config-panels/ButtonConfig/index.js +349 -0
  290. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  291. package/es/meta-comp/config-panels/ImageConfig/index.js +204 -0
  292. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  293. package/es/meta-comp/config-panels/TextConfig/index.js +327 -0
  294. package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
  295. package/es/mobx/Store.js +93 -0
  296. package/es/mobx/index.js +36 -0
  297. package/es/utils/androidUtil.js +113 -0
  298. package/es/utils/businessUtil.js +235 -0
  299. package/es/utils/commonUtil.js +269 -0
  300. package/es/utils/compJsonUtil.js +240 -0
  301. package/es/utils/coreUtil.js +156 -0
  302. package/es/utils/currencyUtil.js +190 -0
  303. package/es/utils/dataTreeUtils.js +105 -0
  304. package/es/utils/dateUtil.js +70 -0
  305. package/es/utils/storeUtil.js +258 -0
  306. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  307. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  308. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  309. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  310. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  311. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  312. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  313. package/lib/assets/fonts/magic-box-iconfont.css +299 -0
  314. package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
  315. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  316. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  317. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  318. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  319. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  320. package/lib/assets/images/icon/index.js +68 -0
  321. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  322. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  323. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  324. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  325. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  326. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  327. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  328. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  329. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  330. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  331. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  332. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  333. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  334. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  335. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  336. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  337. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  338. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  339. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  340. package/lib/assets/less/button.less +9 -0
  341. package/lib/assets/less/common.less +82 -0
  342. package/lib/assets/less/cylon-antd.less +32534 -0
  343. package/lib/assets/less/font.less +50 -0
  344. package/lib/assets/less/global.less +8 -0
  345. package/lib/assets/less/index.less +11 -0
  346. package/lib/assets/less/input.less +8 -0
  347. package/lib/assets/less/menu.less +21 -0
  348. package/lib/assets/less/modal.less +16 -0
  349. package/lib/assets/less/select.less +19 -0
  350. package/lib/assets/less/slider.less +21 -0
  351. package/lib/assets/less/switch.less +20 -0
  352. package/lib/assets/less/table.less +40 -0
  353. package/lib/assets/less/variables.less +4 -0
  354. package/lib/common/AlignSelector/index.js +104 -0
  355. package/lib/common/AlignSelector/index.less +28 -0
  356. package/lib/common/Button/index.js +134 -0
  357. package/lib/common/Button/index.less +68 -0
  358. package/lib/common/ButtonIconLayout/index.js +103 -0
  359. package/lib/common/ButtonIconLayout/index.less +53 -0
  360. package/lib/common/Collapse/index.js +384 -0
  361. package/lib/common/Collapse/index.less +97 -0
  362. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  363. package/lib/common/ColorPicker/index.js +131 -0
  364. package/lib/common/ColorPicker/index.less +26 -0
  365. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  366. package/lib/common/ColorPickerInput/index.js +114 -0
  367. package/lib/common/ColorPickerInput/index.less +50 -0
  368. package/lib/common/CountDown/index.js +151 -0
  369. package/lib/common/CountDown/index.less +23 -0
  370. package/lib/common/Field/index.js +80 -0
  371. package/lib/common/Field/index.less +37 -0
  372. package/lib/common/FontStyles/index.js +178 -0
  373. package/lib/common/FontStyles/index.less +63 -0
  374. package/lib/common/GroupList/defaultImg.png +0 -0
  375. package/lib/common/GroupList/index.js +210 -0
  376. package/lib/common/GroupList/index.less +85 -0
  377. package/lib/common/IconPicker/index.js +147 -0
  378. package/lib/common/IconPicker/index.less +46 -0
  379. package/lib/common/Iconfont/index.js +148 -0
  380. package/lib/common/Iconfont/index.less +20 -0
  381. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  382. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  383. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  384. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  385. package/lib/common/ImageModal/const.js +24 -0
  386. package/lib/common/ImageModal/index.js +748 -0
  387. package/lib/common/ImageModal/index.less +21 -0
  388. package/lib/common/ImagePicker/index.js +162 -0
  389. package/lib/common/ImagePicker/index.less +104 -0
  390. package/lib/common/InputNumber/index.js +91 -0
  391. package/lib/common/InputNumber/index.less +33 -0
  392. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  393. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  394. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  395. package/lib/common/LayoutSelector/index.js +111 -0
  396. package/lib/common/LayoutSelector/index.less +34 -0
  397. package/lib/common/LinkModal/CatgTable/index.js +234 -0
  398. package/lib/common/LinkModal/CouponTable/index.js +299 -0
  399. package/lib/common/LinkModal/CustomTable/index.js +227 -0
  400. package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
  401. package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
  402. package/lib/common/LinkModal/FunctionTable/index.js +221 -0
  403. package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
  404. package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
  405. package/lib/common/LinkModal/index.js +136 -0
  406. package/lib/common/LinkModal/index.less +108 -0
  407. package/lib/common/NewImg/index.js +165 -0
  408. package/lib/common/NewImg/index.less +0 -0
  409. package/lib/common/ProductModal/index.js +760 -0
  410. package/lib/common/ProductModal/index.less +238 -0
  411. package/lib/common/ProductSource/index.js +250 -0
  412. package/lib/common/ProductSource/index.less +12 -0
  413. package/lib/common/RcCollapse/Collapse.js +240 -0
  414. package/lib/common/RcCollapse/Panel.js +193 -0
  415. package/lib/common/RcCollapse/PanelContent.js +59 -0
  416. package/lib/common/RcCollapse/index.js +15 -0
  417. package/lib/common/RcCollapse/index.less +108 -0
  418. package/lib/common/RcCollapse/interface.js +1 -0
  419. package/lib/common/RcCollapse/motion.less +12 -0
  420. package/lib/common/RcCollapse/motionUtil.js +44 -0
  421. package/lib/common/Slider/index.js +151 -0
  422. package/lib/common/Slider/index.less +45 -0
  423. package/lib/common/SwitchCollapse/index.js +216 -0
  424. package/lib/common/SwitchCollapse/index.less +40 -0
  425. package/lib/common/UrlPicker/index.js +119 -0
  426. package/lib/common/UrlPicker/index.less +72 -0
  427. package/lib/common/index.js +127 -0
  428. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  429. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  430. package/lib/composite-comp/bol/components/Banner/index.js +89 -0
  431. package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  432. package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  433. package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
  434. package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
  435. package/lib/composite-comp/bol/components/Button/defaultJSON.js +110 -0
  436. package/lib/composite-comp/bol/components/Button/index.js +103 -0
  437. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  438. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +292 -0
  439. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  440. package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
  441. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +248 -0
  442. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
  443. package/lib/composite-comp/bol/components/Carousel/pc/index.js +254 -0
  444. package/lib/composite-comp/bol/components/Carousel/pc/index.less +81 -0
  445. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  446. package/lib/composite-comp/bol/components/Divider/index.js +101 -0
  447. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  448. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  449. package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
  450. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  451. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  452. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
  453. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  454. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +181 -0
  455. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +284 -0
  456. package/lib/composite-comp/bol/components/ImageText/pc/index.js +155 -0
  457. package/lib/composite-comp/bol/components/ImageText/pc/index.less +106 -0
  458. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  459. package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
  460. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  461. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  462. package/lib/composite-comp/bol/components/Tag/index.js +107 -0
  463. package/lib/composite-comp/bol/components/Tag/index.less +34 -0
  464. package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
  465. package/lib/composite-comp/bol/components/Text/index.js +123 -0
  466. package/lib/composite-comp/bol/components/Text/index.less +60 -0
  467. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  468. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
  469. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  470. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
  471. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  472. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
  473. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
  474. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  475. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  476. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  477. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
  478. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
  479. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  480. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
  481. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  482. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  483. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +67 -0
  484. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
  485. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  486. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
  487. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
  488. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
  489. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
  490. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  491. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  492. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
  493. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
  494. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +196 -0
  495. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
  496. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
  497. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  498. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  499. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  500. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  501. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  502. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  503. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
  504. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  505. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
  506. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  507. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  508. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  509. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
  510. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
  511. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  512. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  513. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  514. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +141 -0
  515. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
  516. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  517. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
  518. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  519. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  520. package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
  521. package/lib/composite-comp/common/components/ProductItem/index.js +191 -0
  522. package/lib/composite-comp/common/components/ProductItem/index.less +121 -0
  523. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
  524. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +202 -0
  525. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  526. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
  527. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  528. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  529. package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
  530. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  531. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  532. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  533. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
  534. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
  535. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
  536. package/lib/composite-comp/dito/components/Recommend/index.js +86 -0
  537. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  538. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  539. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  540. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
  541. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
  542. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  543. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  544. package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
  545. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
  546. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  547. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
  548. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  549. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
  550. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  551. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  552. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
  553. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
  554. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  555. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
  556. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  557. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  558. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
  559. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
  560. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
  561. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +185 -0
  562. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  563. package/lib/constants/component-types.js +87 -0
  564. package/lib/constants/index.js +144 -0
  565. package/lib/constants/layout.js +120 -0
  566. package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
  567. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  568. package/lib/core/Designer/CompListPanel/index.js +156 -0
  569. package/lib/core/Designer/CompListPanel/index.less +69 -0
  570. package/lib/core/Designer/ConfigPanel/index.js +294 -0
  571. package/lib/core/Designer/ConfigPanel/index.less +139 -0
  572. package/lib/core/Designer/History/index.js +91 -0
  573. package/lib/core/Designer/PageCompList/index.js +266 -0
  574. package/lib/core/Designer/PageCompList/index.less +114 -0
  575. package/lib/core/Designer/QuickMenuBar/index.js +176 -0
  576. package/lib/core/Designer/QuickMenuBar/index.less +67 -0
  577. package/lib/core/Designer/ViewArea/index.js +150 -0
  578. package/lib/core/Designer/ViewArea/index.less +53 -0
  579. package/lib/core/Designer/index.js +454 -0
  580. package/lib/core/Designer/index.less +6 -0
  581. package/lib/core/Renderer/index.js +82 -0
  582. package/lib/decorator/compositeDecorator.js +129 -0
  583. package/lib/decorator/index.js +23 -0
  584. package/lib/decorator/metaDecorator.js +199 -0
  585. package/lib/index.js +27 -0
  586. package/lib/meta-comp/components/Button/index.js +185 -0
  587. package/lib/meta-comp/components/Button/index.less +19 -0
  588. package/lib/meta-comp/components/Image/index.js +171 -0
  589. package/lib/meta-comp/components/Image/index.less +18 -0
  590. package/lib/meta-comp/components/Text/index.js +470 -0
  591. package/lib/meta-comp/components/Text/index.less +38 -0
  592. package/lib/meta-comp/components/index.js +31 -0
  593. package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
  594. package/lib/meta-comp/config-panels/ButtonConfig/index.js +349 -0
  595. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  596. package/lib/meta-comp/config-panels/ImageConfig/index.js +204 -0
  597. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  598. package/lib/meta-comp/config-panels/TextConfig/index.js +327 -0
  599. package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
  600. package/lib/mobx/Store.js +93 -0
  601. package/lib/mobx/index.js +36 -0
  602. package/lib/utils/androidUtil.js +113 -0
  603. package/lib/utils/businessUtil.js +235 -0
  604. package/lib/utils/commonUtil.js +269 -0
  605. package/lib/utils/compJsonUtil.js +240 -0
  606. package/lib/utils/coreUtil.js +156 -0
  607. package/lib/utils/currencyUtil.js +190 -0
  608. package/lib/utils/dataTreeUtils.js +105 -0
  609. package/lib/utils/dateUtil.js +70 -0
  610. package/lib/utils/storeUtil.js +258 -0
  611. package/package.json +68 -0
@@ -0,0 +1,143 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _mobxReact = require("mobx-react");
11
+
12
+ var _defaultImg = _interopRequireDefault(require("../imgs/defaultImg.png"));
13
+
14
+ var _Button = _interopRequireDefault(require("../../../../../common/Button"));
15
+
16
+ var _GroupList = _interopRequireDefault(require("../../../../../common/GroupList"));
17
+
18
+ var _defaultJSON = require("../../../components/Recommend/defaultJSON");
19
+
20
+ var _coreUtil = require("../../../../../utils/coreUtil");
21
+
22
+ require("./index.less");
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
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 notice = '';
65
+
66
+ var AComponent =
67
+ /** @class */
68
+ function (_super) {
69
+ __extends(AComponent, _super);
70
+
71
+ function AComponent() {
72
+ var _this = _super !== null && _super.apply(this, arguments) || this;
73
+
74
+ _this.state = {};
75
+
76
+ _this.onClickItem = function (node) {
77
+ _this.props.store.setState({
78
+ clickedGroup: node.id
79
+ });
80
+ };
81
+
82
+ _this.onAddClick = function () {
83
+ var json = (0, _defaultJSON.recommendGroupSourceJSON)('', 'Tab');
84
+
85
+ _this.props.source.push(json);
86
+
87
+ _this.setState({});
88
+
89
+ (0, _coreUtil.renderPreview)();
90
+ };
91
+
92
+ _this.reRender = function () {
93
+ _this.setState({});
94
+ };
95
+
96
+ return _this;
97
+ }
98
+
99
+ AComponent.prototype.render = function () {
100
+ var source = this.props.source;
101
+
102
+ var _renderCard = function renderCard(src) {
103
+ return /*#__PURE__*/_react["default"].createElement("div", {
104
+ className: "card_wrap"
105
+ }, /*#__PURE__*/_react["default"].createElement("img", {
106
+ alt: "",
107
+ src: ((0, _coreUtil.isPc)() ? src.image.content.pcImgSrc : src.image.content.h5ImgSrc) || _defaultImg["default"]
108
+ }), /*#__PURE__*/_react["default"].createElement("div", {
109
+ className: "name"
110
+ }, src.groupName.text));
111
+ };
112
+
113
+ return /*#__PURE__*/_react["default"].createElement("div", {
114
+ className: "group_wrap"
115
+ }, /*#__PURE__*/_react["default"].createElement("div", {
116
+ className: "node_list"
117
+ }, source.length === 0 ? /*#__PURE__*/_react["default"].createElement("span", {
118
+ className: "notice"
119
+ }, notice) : /*#__PURE__*/_react["default"].createElement(_GroupList["default"], {
120
+ onClickItem: this.onClickItem,
121
+ renderCard: function renderCard(v) {
122
+ return _renderCard(v);
123
+ },
124
+ reRender: this.reRender,
125
+ source: source
126
+ })), /*#__PURE__*/_react["default"].createElement("div", {
127
+ className: "btn_wrap"
128
+ }, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
129
+ icon: "icon-add",
130
+ onClick: this.onAddClick,
131
+ type: "primary"
132
+ }, "Add Group")));
133
+ };
134
+
135
+ AComponent.defaultProps = {
136
+ source: []
137
+ };
138
+ AComponent = __decorate([(0, _mobxReact.inject)('store'), _mobxReact.observer], AComponent);
139
+ return AComponent;
140
+ }(_react["default"].Component);
141
+
142
+ var _default = AComponent;
143
+ exports["default"] = _default;
@@ -0,0 +1,16 @@
1
+ .group_wrap {
2
+ margin-bottom: 20px;
3
+
4
+ .node_list {
5
+ margin-bottom: 12px;
6
+
7
+ .notice {
8
+ font-family: 'Open Sans';
9
+ font-style: normal;
10
+ font-weight: 400;
11
+ font-size: 16px;
12
+ line-height: 24px;
13
+ color: #232F46;
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = FlashDealConfig;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _RecommendConfigGroup = _interopRequireDefault(require("./RecommendConfigGroup"));
11
+
12
+ var _RecommendConfigContent = _interopRequireDefault(require("./RecommendConfigContent"));
13
+
14
+ var _layout = _interopRequireDefault(require("./imgs/layout1.png"));
15
+
16
+ var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
17
+
18
+ var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
19
+
20
+ var _Collapse = _interopRequireDefault(require("../../../../common/Collapse"));
21
+
22
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
+
24
+ function FlashDealConfig(props) {
25
+ var data = props.data;
26
+ return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
27
+ divider: "bold",
28
+ headerSize: "large",
29
+ source: [{
30
+ key: '1',
31
+ name: 'Group',
32
+ value: /*#__PURE__*/_react["default"].createElement(_RecommendConfigGroup["default"], {
33
+ source: data.groupSource
34
+ })
35
+ }, {
36
+ key: '2',
37
+ name: 'Content',
38
+ value: /*#__PURE__*/_react["default"].createElement(_RecommendConfigContent["default"], {
39
+ panelProps: data.content
40
+ })
41
+ }, {
42
+ key: '3',
43
+ name: 'Customize',
44
+ value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
45
+ data: data.customize,
46
+ isHideAlign: true,
47
+ layoutSource: [{
48
+ id: 'layout1',
49
+ name: 'left',
50
+ image: _layout["default"]
51
+ }]
52
+ })
53
+ }, {
54
+ key: '4',
55
+ name: 'Background',
56
+ value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
57
+ data: data.background
58
+ })
59
+ }],
60
+ type: "triangle"
61
+ }));
62
+ }
@@ -0,0 +1,138 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _layout = require("../../../../constants/layout");
11
+
12
+ var _ImageConfig = _interopRequireDefault(require("../../../../meta-comp/config-panels/ImageConfig"));
13
+
14
+ var _common = require("../../../../common");
15
+
16
+ var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
17
+
18
+ var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
19
+
20
+ var _coreUtil = require("../../../../utils/coreUtil");
21
+
22
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
+
24
+ var __extends = void 0 && (void 0).__extends || function () {
25
+ var _extendStatics = function extendStatics(d, b) {
26
+ _extendStatics = Object.setPrototypeOf || {
27
+ __proto__: []
28
+ } instanceof Array && function (d, b) {
29
+ d.__proto__ = b;
30
+ } || function (d, b) {
31
+ for (var p in b) {
32
+ if (b.hasOwnProperty(p)) d[p] = b[p];
33
+ }
34
+ };
35
+
36
+ return _extendStatics(d, b);
37
+ };
38
+
39
+ return function (d, b) {
40
+ _extendStatics(d, b);
41
+
42
+ function __() {
43
+ this.constructor = d;
44
+ }
45
+
46
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
47
+ };
48
+ }();
49
+
50
+ var SearchBarConfig =
51
+ /** @class */
52
+ function (_super) {
53
+ __extends(SearchBarConfig, _super);
54
+
55
+ function SearchBarConfig() {
56
+ var _this = _super !== null && _super.apply(this, arguments) || this;
57
+
58
+ _this.selfRender = function () {
59
+ (0, _coreUtil.renderPreview)();
60
+
61
+ _this.setState({});
62
+ };
63
+
64
+ _this.getContentPanel = function () {
65
+ var data = _this.props.data;
66
+ var source = [{
67
+ key: 'search1',
68
+ name: 'Logo',
69
+ value: /*#__PURE__*/_react["default"].createElement(_ImageConfig["default"], {
70
+ data: data.logo
71
+ }),
72
+ metaOption: data.logo,
73
+ toggleType: 'switch'
74
+ }, {
75
+ key: 'search2',
76
+ name: 'Icon',
77
+ value: /*#__PURE__*/_react["default"].createElement(_common.Field, {
78
+ title: "Color"
79
+ }, /*#__PURE__*/_react["default"].createElement(_common.ColorPickerInput, {
80
+ onChange: function onChange(v) {
81
+ data.icon.color = v;
82
+
83
+ _this.selfRender();
84
+ },
85
+ value: data.icon.color
86
+ })),
87
+ metaOption: data.icon,
88
+ toggleType: 'switch'
89
+ }];
90
+ return /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
91
+ headerSize: "middle",
92
+ onRefresh: function onRefresh() {
93
+ return (0, _coreUtil.renderPreview)();
94
+ },
95
+ showActiveColor: true,
96
+ source: source,
97
+ type: "switch"
98
+ });
99
+ };
100
+
101
+ return _this;
102
+ }
103
+
104
+ SearchBarConfig.prototype.render = function () {
105
+ var data = this.props.data;
106
+ return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
107
+ divider: "bold",
108
+ headerSize: "large",
109
+ source: [{
110
+ key: 'searchBar1',
111
+ name: 'Content',
112
+ value: this.getContentPanel()
113
+ }, {
114
+ key: 'searchBar2',
115
+ name: 'Customize',
116
+ value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
117
+ data: data.customize,
118
+ isHideAlign: true,
119
+ layoutSource: _layout.searchLayout
120
+ })
121
+ }, {
122
+ key: 'searchBar3',
123
+ name: 'Background',
124
+ value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
125
+ data: data.background
126
+ })
127
+ }]
128
+ }));
129
+ };
130
+
131
+ SearchBarConfig.defaultProps = {
132
+ data: {}
133
+ };
134
+ return SearchBarConfig;
135
+ }(_react["default"].Component);
136
+
137
+ var _default = SearchBarConfig;
138
+ exports["default"] = _default;
@@ -0,0 +1,185 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _antd = require("antd");
11
+
12
+ var _common = require("../../../../common");
13
+
14
+ var _ImageConfig = _interopRequireDefault(require("../../../../meta-comp/config-panels/ImageConfig"));
15
+
16
+ var _TextConfig = _interopRequireDefault(require("../../../../meta-comp/config-panels/TextConfig"));
17
+
18
+ var _BaseConfig = _interopRequireDefault(require("../../../../meta-comp/config-panels/BaseConfig"));
19
+
20
+ var _coreUtil = require("../../../../utils/coreUtil");
21
+
22
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
+
24
+ var __extends = void 0 && (void 0).__extends || function () {
25
+ var _extendStatics = function extendStatics(d, b) {
26
+ _extendStatics = Object.setPrototypeOf || {
27
+ __proto__: []
28
+ } instanceof Array && function (d, b) {
29
+ d.__proto__ = b;
30
+ } || function (d, b) {
31
+ for (var p in b) {
32
+ if (b.hasOwnProperty(p)) d[p] = b[p];
33
+ }
34
+ };
35
+
36
+ return _extendStatics(d, b);
37
+ };
38
+
39
+ return function (d, b) {
40
+ _extendStatics(d, b);
41
+
42
+ function __() {
43
+ this.constructor = d;
44
+ }
45
+
46
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
47
+ };
48
+ }();
49
+
50
+ var debug = require('debug')('worker:RecommendSecondConfig');
51
+
52
+ var RecommendSecondConfig =
53
+ /** @class */
54
+ function (_super) {
55
+ __extends(RecommendSecondConfig, _super);
56
+
57
+ function RecommendSecondConfig() {
58
+ var _this = _super !== null && _super.apply(this, arguments) || this;
59
+
60
+ _this.state = {};
61
+
62
+ _this.onSourceTypeChange = function (value) {
63
+ _this.props.panelProps.sourceType = value;
64
+
65
+ _this.selfRender();
66
+ };
67
+
68
+ _this.getContentPanel = function () {
69
+ var panelProps = _this.props.panelProps;
70
+
71
+ if (!panelProps.hover) {
72
+ panelProps.hover = {
73
+ open: false,
74
+ image: JSON.parse(JSON.stringify(panelProps.image)),
75
+ groupName: JSON.parse(JSON.stringify(panelProps.groupName))
76
+ };
77
+ }
78
+
79
+ var defaultSource = [{
80
+ key: 'defaultSource_1',
81
+ name: 'Image',
82
+ value: /*#__PURE__*/_react["default"].createElement(_ImageConfig["default"], {
83
+ data: panelProps.image
84
+ }),
85
+ metaOption: panelProps.image
86
+ }, {
87
+ key: 'defaultSource_2',
88
+ name: 'Group Name',
89
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
90
+ data: panelProps.groupName
91
+ }),
92
+ metaOption: panelProps.groupName
93
+ }];
94
+
95
+ var hoverSetting = /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
96
+ source: [{
97
+ key: 'hoverSetting_1',
98
+ name: 'Image',
99
+ value: /*#__PURE__*/_react["default"].createElement(_ImageConfig["default"], {
100
+ data: panelProps.hover.image
101
+ }),
102
+ toggleType: 'checkbox',
103
+ metaOption: panelProps.hover.image
104
+ }, {
105
+ key: 'hoverSetting_2',
106
+ name: 'Group Name',
107
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
108
+ data: panelProps.hover.groupName
109
+ }),
110
+ toggleType: 'checkbox',
111
+ metaOption: panelProps.hover.groupName
112
+ }],
113
+ type: "checkbox"
114
+ });
115
+
116
+ var hoverSource = [{
117
+ key: 'hoverSource_1',
118
+ name: 'Hover',
119
+ value: hoverSetting,
120
+ metaOption: panelProps.hover
121
+ }];
122
+ return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
123
+ headerSize: "middle",
124
+ onRefresh: function onRefresh() {
125
+ return (0, _coreUtil.renderPreview)();
126
+ },
127
+ showActiveColor: true,
128
+ source: defaultSource,
129
+ type: "switch"
130
+ }), /*#__PURE__*/_react["default"].createElement(_common.Field, {
131
+ split: "bold",
132
+ title: "Source Of Product"
133
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
134
+ onChange: _this.onSourceTypeChange,
135
+ style: {
136
+ marginBottom: '20px'
137
+ },
138
+ value: panelProps.sourceType
139
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
140
+ value: "select"
141
+ }, "Select Product"), /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
142
+ value: "recommend"
143
+ }, "AI Recommendation")), panelProps.sourceType === 'select' && /*#__PURE__*/_react["default"].createElement(_common.ProductSource, {
144
+ onChange: function onChange(v) {
145
+ panelProps.prodIds = v;
146
+
147
+ _this.selfRender();
148
+ },
149
+ value: panelProps.prodIds
150
+ })), /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
151
+ headerSize: "middle",
152
+ onRefresh: function onRefresh() {
153
+ return (0, _coreUtil.renderPreview)();
154
+ },
155
+ showActiveColor: true,
156
+ source: hoverSource,
157
+ type: "switch"
158
+ }));
159
+ };
160
+
161
+ return _this;
162
+ }
163
+
164
+ RecommendSecondConfig.prototype.render = function () {
165
+ return /*#__PURE__*/_react["default"].createElement("div", {
166
+ className: "recommend_second_conf_wrap"
167
+ }, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
168
+ divider: "bold",
169
+ headerSize: "large",
170
+ source: [{
171
+ key: '1',
172
+ name: 'Content',
173
+ value: this.getContentPanel()
174
+ }]
175
+ }));
176
+ };
177
+
178
+ RecommendSecondConfig.defaultProps = {
179
+ panelProps: {}
180
+ };
181
+ return RecommendSecondConfig;
182
+ }(_BaseConfig["default"]);
183
+
184
+ var _default = RecommendSecondConfig;
185
+ exports["default"] = _default;
@@ -0,0 +1,3 @@
1
+ .recommend_second_conf_wrap {
2
+ width: 354px;
3
+ }
@@ -0,0 +1,87 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.secondConfigPanelMap = exports.configPanelMap = exports.componentMap = void 0;
7
+
8
+ var _Banner = _interopRequireDefault(require("../composite-comp/bol/components/Banner"));
9
+
10
+ var _Text = _interopRequireDefault(require("../composite-comp/bol/components/Text"));
11
+
12
+ var _ImageText = _interopRequireDefault(require("../composite-comp/bol/components/ImageText"));
13
+
14
+ var _Divider = _interopRequireDefault(require("../composite-comp/bol/components/Divider"));
15
+
16
+ var _ImageGallery = _interopRequireDefault(require("../composite-comp/bol/components/ImageGallery"));
17
+
18
+ var _Newsletter = _interopRequireDefault(require("../composite-comp/bol/components/Newsletter"));
19
+
20
+ var _Carousel = _interopRequireDefault(require("../composite-comp/bol/components/Carousel"));
21
+
22
+ var _Button = _interopRequireDefault(require("../composite-comp/bol/components/Button"));
23
+
24
+ var _Tag = _interopRequireDefault(require("../composite-comp/bol/components/Tag"));
25
+
26
+ var _FlashDeal = _interopRequireDefault(require("../composite-comp/dito/components/FlashDeal"));
27
+
28
+ var _SearchBar = _interopRequireDefault(require("../composite-comp/dito/components/SearchBar"));
29
+
30
+ var _Recommend = _interopRequireDefault(require("../composite-comp/dito/components/Recommend"));
31
+
32
+ var _BannerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/BannerConfig"));
33
+
34
+ var _DividerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/DividerConfig"));
35
+
36
+ var _TextCompConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/TextCompConfig"));
37
+
38
+ var _ImageTextConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/ImageTextConfig"));
39
+
40
+ var _NewsletterConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/NewsletterConfig"));
41
+
42
+ var _CarouselConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/CarouselConfig"));
43
+
44
+ var _ImageGalleryConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/ImageGalleryConfig"));
45
+
46
+ var _ButtonCompConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/ButtonCompConfig"));
47
+
48
+ var _TagCompConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/TagCompConfig"));
49
+
50
+ var _FlashDealConfig = _interopRequireDefault(require("../composite-comp/dito/config-panels/FlashDealConfig"));
51
+
52
+ var _SearchBarConfig = _interopRequireDefault(require("../composite-comp/dito/config-panels/SearchBarConfig"));
53
+
54
+ var _RecommendConfig = _interopRequireDefault(require("../composite-comp/dito/config-panels/RecommendConfig"));
55
+
56
+ var _BannerSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/BannerSecondConfig"));
57
+
58
+ var _TextSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/TextSecondConfig"));
59
+
60
+ var _ImageTextSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/ImageTextSecondConfig"));
61
+
62
+ var _CarouselSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/CarouselSecondConfig"));
63
+
64
+ var _RecommendSecondConfig = _interopRequireDefault(require("../composite-comp/dito/second-config-panels/RecommendSecondConfig"));
65
+
66
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
67
+
68
+ var _a, _b, _c; // 组件
69
+
70
+
71
+ /**
72
+ * 渲染组件索引
73
+ */
74
+ var componentMap = (_a = {}, _a[_Banner["default"].type] = _Banner["default"], _a[_Text["default"].type] = _Text["default"], _a[_FlashDeal["default"].type] = _FlashDeal["default"], _a[_SearchBar["default"].type] = _SearchBar["default"], _a[_ImageText["default"].type] = _ImageText["default"], _a[_Recommend["default"].type] = _Recommend["default"], _a[_Divider["default"].type] = _Divider["default"], _a[_ImageGallery["default"].type] = _ImageGallery["default"], _a[_Newsletter["default"].type] = _Newsletter["default"], _a[_Carousel["default"].type] = _Carousel["default"], _a[_Button["default"].type] = _Button["default"], _a[_Tag["default"].type] = _Tag["default"], _a);
75
+ /**
76
+ * 一级配置面板索引
77
+ */
78
+
79
+ exports.componentMap = componentMap;
80
+ var configPanelMap = (_b = {}, _b[_Banner["default"].type] = _BannerConfig["default"], _b[_Text["default"].type] = _TextCompConfig["default"], _b[_FlashDeal["default"].type] = _FlashDealConfig["default"], _b[_SearchBar["default"].type] = _SearchBarConfig["default"], _b[_ImageText["default"].type] = _ImageTextConfig["default"], _b[_Recommend["default"].type] = _RecommendConfig["default"], _b[_Divider["default"].type] = _DividerConfig["default"], _b[_ImageGallery["default"].type] = _ImageGalleryConfig["default"], _b[_Newsletter["default"].type] = _NewsletterConfig["default"], _b[_Carousel["default"].type] = _CarouselConfig["default"], _b[_Button["default"].type] = _ButtonCompConfig["default"], _b[_Tag["default"].type] = _TagCompConfig["default"], _b);
81
+ /**
82
+ * 二级配置面板索引
83
+ */
84
+
85
+ exports.configPanelMap = configPanelMap;
86
+ var secondConfigPanelMap = (_c = {}, _c[_Banner["default"].type] = _BannerSecondConfig["default"], _c[_Text["default"].type] = _TextSecondConfig["default"], _c[_ImageText["default"].type] = _ImageTextSecondConfig["default"], _c[_Recommend["default"].type] = _RecommendSecondConfig["default"], _c[_Carousel["default"].type] = _CarouselSecondConfig["default"], _c);
87
+ exports.secondConfigPanelMap = secondConfigPanelMap;