@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,640 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = void 0;
9
+
10
+ var _antd = require("antd");
11
+
12
+ var _react = _interopRequireWildcard(require("react"));
13
+
14
+ var _commonUtil = require("../../../utils/commonUtil");
15
+
16
+ var _currencyUtil = require("../../../utils/currencyUtil");
17
+
18
+ var _businessUtil = require("../../../utils/businessUtil");
19
+
20
+ require("./index.less");
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
+ var __assign = void 0 && (void 0).__assign || function () {
27
+ __assign = Object.assign || function (t) {
28
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
29
+ s = arguments[i];
30
+
31
+ for (var p in s) {
32
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
33
+ }
34
+ }
35
+
36
+ return t;
37
+ };
38
+
39
+ return __assign.apply(this, arguments);
40
+ };
41
+
42
+ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
43
+ function adopt(value) {
44
+ return value instanceof P ? value : new P(function (resolve) {
45
+ resolve(value);
46
+ });
47
+ }
48
+
49
+ return new (P || (P = Promise))(function (resolve, reject) {
50
+ function fulfilled(value) {
51
+ try {
52
+ step(generator.next(value));
53
+ } catch (e) {
54
+ reject(e);
55
+ }
56
+ }
57
+
58
+ function rejected(value) {
59
+ try {
60
+ step(generator["throw"](value));
61
+ } catch (e) {
62
+ reject(e);
63
+ }
64
+ }
65
+
66
+ function step(result) {
67
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
68
+ }
69
+
70
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
71
+ });
72
+ };
73
+
74
+ var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
75
+ var _ = {
76
+ label: 0,
77
+ sent: function sent() {
78
+ if (t[0] & 1) throw t[1];
79
+ return t[1];
80
+ },
81
+ trys: [],
82
+ ops: []
83
+ },
84
+ f,
85
+ y,
86
+ t,
87
+ g;
88
+ return g = {
89
+ next: verb(0),
90
+ "throw": verb(1),
91
+ "return": verb(2)
92
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
93
+ return this;
94
+ }), g;
95
+
96
+ function verb(n) {
97
+ return function (v) {
98
+ return step([n, v]);
99
+ };
100
+ }
101
+
102
+ function step(op) {
103
+ if (f) throw new TypeError("Generator is already executing.");
104
+
105
+ while (_) {
106
+ try {
107
+ 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;
108
+ if (y = 0, t) op = [op[0] & 2, t.value];
109
+
110
+ switch (op[0]) {
111
+ case 0:
112
+ case 1:
113
+ t = op;
114
+ break;
115
+
116
+ case 4:
117
+ _.label++;
118
+ return {
119
+ value: op[1],
120
+ done: false
121
+ };
122
+
123
+ case 5:
124
+ _.label++;
125
+ y = op[1];
126
+ op = [0];
127
+ continue;
128
+
129
+ case 7:
130
+ op = _.ops.pop();
131
+
132
+ _.trys.pop();
133
+
134
+ continue;
135
+
136
+ default:
137
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
138
+ _ = 0;
139
+ continue;
140
+ }
141
+
142
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
143
+ _.label = op[1];
144
+ break;
145
+ }
146
+
147
+ if (op[0] === 6 && _.label < t[1]) {
148
+ _.label = t[1];
149
+ t = op;
150
+ break;
151
+ }
152
+
153
+ if (t && _.label < t[2]) {
154
+ _.label = t[2];
155
+
156
+ _.ops.push(op);
157
+
158
+ break;
159
+ }
160
+
161
+ if (t[2]) _.ops.pop();
162
+
163
+ _.trys.pop();
164
+
165
+ continue;
166
+ }
167
+
168
+ op = body.call(thisArg, _);
169
+ } catch (e) {
170
+ op = [6, e];
171
+ y = 0;
172
+ } finally {
173
+ f = t = 0;
174
+ }
175
+ }
176
+
177
+ if (op[0] & 5) throw op[1];
178
+ return {
179
+ value: op[0] ? op[1] : void 0,
180
+ done: true
181
+ };
182
+ }
183
+ };
184
+
185
+ var FilteredProductModal = function FilteredProductModal(props) {
186
+ var onDataChange = props.onDataChange;
187
+ var Option = _antd.Select.Option;
188
+ var InputGroup = _antd.Input.Group;
189
+
190
+ var _a = (0, _react.useState)([]),
191
+ tValue = _a[0],
192
+ settVal = _a[1];
193
+
194
+ var _b = (0, _react.useState)([]),
195
+ brandId = _b[0],
196
+ settBrandId = _b[1];
197
+
198
+ var _c = (0, _react.useState)({}),
199
+ labelId = _c[0],
200
+ settLabelId = _c[1];
201
+
202
+ var _d = (0, _react.useState)([]),
203
+ treeData = _d[0],
204
+ setTreeData = _d[1];
205
+
206
+ var _e = (0, _react.useState)([]),
207
+ brandData = _e[0],
208
+ setBrandData = _e[1];
209
+
210
+ var _f = (0, _react.useState)([]),
211
+ labelData = _f[0],
212
+ setLabelData = _f[1];
213
+
214
+ var _g = (0, _react.useState)(''),
215
+ storeName = _g[0],
216
+ setStoreName = _g[1];
217
+
218
+ var _h = (0, _react.useState)(''),
219
+ productName = _h[0],
220
+ setProductName = _h[1];
221
+
222
+ var _j = (0, _react.useState)(''),
223
+ minimum = _j[0],
224
+ setMinimum = _j[1];
225
+
226
+ var _k = (0, _react.useState)(''),
227
+ maximum = _k[0],
228
+ setMaximum = _k[1];
229
+
230
+ var _l = (0, _react.useState)([]),
231
+ dataSource = _l[0],
232
+ setDataSource = _l[1];
233
+
234
+ var _m = (0, _react.useState)({}),
235
+ promotions = _m[0],
236
+ setPromotions = _m[1];
237
+
238
+ var _o = (0, _react.useState)(false),
239
+ loading = _o[0],
240
+ setLoading = _o[1];
241
+
242
+ var _p = (0, _react.useState)({
243
+ pageSize: 20,
244
+ current: 1,
245
+ total: 0
246
+ }),
247
+ paginationParams = _p[0],
248
+ setPaginationParams = _p[1];
249
+
250
+ var onChange = function onChange(value) {
251
+ settVal(value);
252
+ };
253
+
254
+ var handleBrandChange = function handleBrandChange(value, node) {
255
+ settBrandId(node.map(function (v) {
256
+ return {
257
+ key: v.key,
258
+ value: v.value
259
+ };
260
+ }));
261
+ };
262
+
263
+ var handleLabelChange = function handleLabelChange(value, node) {
264
+ settLabelId({
265
+ key: node.key,
266
+ value: node.value
267
+ });
268
+ };
269
+
270
+ var reset = function reset() {
271
+ settVal([]);
272
+ settBrandId([]);
273
+ settLabelId({});
274
+ setStoreName('');
275
+ setProductName('');
276
+ setMinimum('');
277
+ setMaximum('');
278
+ setDataSource([]);
279
+ setPromotions({});
280
+ onDataChange('', 0);
281
+ };
282
+
283
+ var columns = [{
284
+ title: 'Image',
285
+ dataIndex: 'productImageUrl',
286
+ key: 'productImageUrl',
287
+ render: function render(productImageUrl) {
288
+ return /*#__PURE__*/_react["default"].createElement("img", {
289
+ alt: "",
290
+ src: productImageUrl,
291
+ style: {
292
+ width: '36px',
293
+ height: '36px',
294
+ margin: '-10px'
295
+ }
296
+ });
297
+ }
298
+ }, {
299
+ title: 'Product Name',
300
+ dataIndex: 'productName',
301
+ key: 'productName',
302
+ ellipsis: true
303
+ }, {
304
+ title: 'SKU',
305
+ dataIndex: 'attrValues',
306
+ key: 'attrValues',
307
+ ellipsis: true
308
+ }, {
309
+ title: 'Price',
310
+ dataIndex: 'salesPrice',
311
+ key: 'salesPrice',
312
+ render: function render(salesPrice) {
313
+ var price = (0, _currencyUtil.formatCurrencyWithSymbol)(salesPrice);
314
+ return /*#__PURE__*/_react["default"].createElement("div", {
315
+ className: "one_row",
316
+ title: price
317
+ }, price);
318
+ }
319
+ }, {
320
+ title: 'Brand',
321
+ dataIndex: 'brandName',
322
+ key: 'brandName',
323
+ ellipsis: true
324
+ }, {
325
+ title: 'Store',
326
+ dataIndex: 'storeName',
327
+ key: 'storeName',
328
+ ellipsis: true
329
+ }]; // 请求类目
330
+
331
+ var queryCategory = function queryCategory() {
332
+ return __awaiter(void 0, void 0, void 0, function () {
333
+ var res;
334
+ return __generator(this, function (_a) {
335
+ switch (_a.label) {
336
+ case 0:
337
+ return [4
338
+ /*yield*/
339
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/offercatgs/list", {}, 'GET')];
340
+
341
+ case 1:
342
+ res = _a.sent();
343
+ setTreeData((0, _businessUtil.listToTree)(res));
344
+ return [2
345
+ /*return*/
346
+ ];
347
+ }
348
+ });
349
+ });
350
+ }; // 请求品牌
351
+
352
+
353
+ var queryBrand = function queryBrand() {
354
+ return __awaiter(void 0, void 0, void 0, function () {
355
+ var res;
356
+ return __generator(this, function (_a) {
357
+ switch (_a.label) {
358
+ case 0:
359
+ return [4
360
+ /*yield*/
361
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/brands/list", {}, 'GET')];
362
+
363
+ case 1:
364
+ res = _a.sent();
365
+ setBrandData(res);
366
+ return [2
367
+ /*return*/
368
+ ];
369
+ }
370
+ });
371
+ });
372
+ }; // 请求标签
373
+
374
+
375
+ var queryLabel = function queryLabel() {
376
+ return __awaiter(void 0, void 0, void 0, function () {
377
+ var res;
378
+ return __generator(this, function (_a) {
379
+ switch (_a.label) {
380
+ case 0:
381
+ return [4
382
+ /*yield*/
383
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/labels/list", {}, 'GET')];
384
+
385
+ case 1:
386
+ res = _a.sent();
387
+ setLabelData(res);
388
+ return [2
389
+ /*return*/
390
+ ];
391
+ }
392
+ });
393
+ });
394
+ };
395
+
396
+ var JsonToUrl = function JsonToUrl(data) {
397
+ var tempArr = [];
398
+
399
+ for (var i in data) {
400
+ var key = encodeURIComponent(i);
401
+ var value = encodeURIComponent(data[i]);
402
+ tempArr.push(key + "=" + value);
403
+ }
404
+
405
+ var urlParamsStr = tempArr.join('&');
406
+ return urlParamsStr;
407
+ };
408
+
409
+ var loadGoods = function loadGoods() {
410
+ setLoading(true);
411
+ return new Promise(function (resolve, reject) {
412
+ return __awaiter(void 0, void 0, void 0, function () {
413
+ var precision, params, res;
414
+ return __generator(this, function (_a) {
415
+ switch (_a.label) {
416
+ case 0:
417
+ precision = Math.pow(10, (0, _commonUtil.ensure)(function () {
418
+ return window.ecommerce.precision;
419
+ }, '0'));
420
+ params = {
421
+ catgIds: tValue.join(','),
422
+ brandIds: brandId.map(function (v) {
423
+ return v.key;
424
+ }).join(','),
425
+ labelIds: labelId.key,
426
+ productName: productName,
427
+ minPrice: minimum * precision || '',
428
+ maxPrice: maximum * precision || '',
429
+ // storeName:storeName,
430
+ cmpTypeId: promotions.key || '',
431
+ pageSize: paginationParams.pageSize,
432
+ pageIndex: paginationParams.current,
433
+ state: 'A'
434
+ };
435
+ return [4
436
+ /*yield*/
437
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/products", params, 'GET')];
438
+
439
+ case 1:
440
+ res = _a.sent();
441
+ setLoading(false);
442
+ paginationParams.total = res.total;
443
+
444
+ if (res && res.list && res.list.length > 0) {
445
+ setDataSource(res.list);
446
+ resolve({
447
+ url: JsonToUrl({
448
+ catgIds: tValue.join(',') || '',
449
+ brandIds: brandId.map(function (v) {
450
+ return v.key;
451
+ }).join(',') || '',
452
+ labelIds: labelId.key || '',
453
+ productName: productName || '',
454
+ minPrice: minimum * precision || '',
455
+ maxPrice: maximum * precision || '',
456
+ storeName: storeName || '',
457
+ cmpTypeId: promotions.key || '',
458
+ state: 'A'
459
+ }),
460
+ total: res.total
461
+ });
462
+ } else {
463
+ setDataSource([]);
464
+ resolve({
465
+ total: 0
466
+ });
467
+ }
468
+
469
+ return [2
470
+ /*return*/
471
+ ];
472
+ }
473
+ });
474
+ });
475
+ });
476
+ };
477
+
478
+ (0, _react.useEffect)(function () {
479
+ queryCategory();
480
+ queryBrand();
481
+ queryLabel();
482
+ }, []);
483
+ return /*#__PURE__*/_react["default"].createElement("div", {
484
+ className: "filteredProductModal"
485
+ }, /*#__PURE__*/_react["default"].createElement("div", {
486
+ className: "proModalWrap"
487
+ }, /*#__PURE__*/_react["default"].createElement("div", {
488
+ className: "info"
489
+ }, "The product quantity will be automatically updated with the items that meet the category conditions."), /*#__PURE__*/_react["default"].createElement("div", {
490
+ className: "filteredProductModalContent"
491
+ }, /*#__PURE__*/_react["default"].createElement("div", {
492
+ className: "leftCot"
493
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Form, {
494
+ layout: "vertical"
495
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
496
+ label: "Category"
497
+ }, /*#__PURE__*/_react["default"].createElement(_antd.TreeSelect, {
498
+ allowClear: true,
499
+ dropdownStyle: {
500
+ maxHeight: 400,
501
+ overflow: 'auto'
502
+ },
503
+ multiple: true,
504
+ onChange: onChange,
505
+ placeholder: "Please select",
506
+ treeData: treeData,
507
+ treeDefaultExpandAll: true,
508
+ value: tValue
509
+ })), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
510
+ label: "Brand"
511
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
512
+ defaultValue: [],
513
+ mode: "multiple",
514
+ onChange: handleBrandChange,
515
+ placeholder: "Please select",
516
+ size: "small",
517
+ value: brandId.map(function (v) {
518
+ return v.value;
519
+ })
520
+ }, brandData && brandData.length > 0 && brandData.map(function (v) {
521
+ return /*#__PURE__*/_react["default"].createElement(Option, {
522
+ key: v.brandId,
523
+ value: v.brandName
524
+ }, v.brandName);
525
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
526
+ label: "Lable"
527
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
528
+ defaultValue: [],
529
+ onChange: handleLabelChange,
530
+ placeholder: "Please select",
531
+ size: "small",
532
+ value: labelId.value
533
+ }, labelData && labelData.length > 0 && labelData.map(function (v) {
534
+ return /*#__PURE__*/_react["default"].createElement(Option, {
535
+ key: v.labelId,
536
+ value: v.labelName
537
+ }, v.labelName);
538
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
539
+ label: "Price"
540
+ }, /*#__PURE__*/_react["default"].createElement(InputGroup, {
541
+ compact: true
542
+ }, /*#__PURE__*/_react["default"].createElement(_antd.InputNumber, {
543
+ min: 0,
544
+ onChange: function onChange(value) {
545
+ setMinimum(value);
546
+ },
547
+ placeholder: "0",
548
+ style: {
549
+ width: '45%',
550
+ textAlign: 'center'
551
+ },
552
+ value: minimum
553
+ }), /*#__PURE__*/_react["default"].createElement("span", {
554
+ style: {
555
+ width: '10%',
556
+ lineHeight: '30px',
557
+ textAlign: 'center'
558
+ }
559
+ }, "~"), /*#__PURE__*/_react["default"].createElement(_antd.InputNumber, {
560
+ min: 0,
561
+ onChange: function onChange(value) {
562
+ setMaximum(value);
563
+ },
564
+ placeholder: "0",
565
+ style: {
566
+ width: '45%',
567
+ textAlign: 'center'
568
+ },
569
+ value: maximum
570
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
571
+ label: "Product Name"
572
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
573
+ onChange: function onChange(e) {
574
+ setProductName(e.currentTarget.value);
575
+ },
576
+ placeholder: "Please Input",
577
+ size: "small",
578
+ value: productName
579
+ })), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
580
+ label: "Promotions"
581
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
582
+ defaultValue: [],
583
+ onChange: function onChange(value, node) {
584
+ setPromotions({
585
+ value: node.value,
586
+ key: node.key
587
+ });
588
+ },
589
+ placeholder: "Please select",
590
+ size: "small",
591
+ value: promotions.value
592
+ }, /*#__PURE__*/_react["default"].createElement(Option, {
593
+ key: "2",
594
+ value: "Flash Sale"
595
+ }, "Flash Sale"), /*#__PURE__*/_react["default"].createElement(Option, {
596
+ key: "4",
597
+ value: "Group By"
598
+ }, "Group By"))), /*#__PURE__*/_react["default"].createElement("div", {
599
+ className: "buttonStyle"
600
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
601
+ onClick: function onClick() {
602
+ paginationParams.current = 1;
603
+ loadGoods().then(function (res) {
604
+ if (res.total !== 0) {
605
+ onDataChange("filter-" + res.url, res.total);
606
+ } else {
607
+ onDataChange('', res.total);
608
+
609
+ _antd.message.warn('no goods!');
610
+ }
611
+ });
612
+ },
613
+ style: {
614
+ marginRight: 8
615
+ },
616
+ type: "primary"
617
+ }, "Search"), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
618
+ onClick: function onClick() {
619
+ reset();
620
+ }
621
+ }, "Cancel")))), /*#__PURE__*/_react["default"].createElement("div", {
622
+ className: "rightCot"
623
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Table, {
624
+ columns: columns,
625
+ dataSource: dataSource,
626
+ loading: loading,
627
+ pagination: __assign(__assign({}, paginationParams), {
628
+ onChange: function onChange(page) {
629
+ paginationParams.current = page;
630
+ loadGoods();
631
+ }
632
+ }),
633
+ scroll: {
634
+ y: 330
635
+ }
636
+ })))));
637
+ };
638
+
639
+ var _default = FilteredProductModal;
640
+ exports["default"] = _default;