@fonixtree/magic-design 0.0.73 → 0.0.74

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 (666) 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 +307 -0
  9. package/es/assets/fonts/magic-box-iconfont.css.bak +307 -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-navigation-newline.png +0 -0
  34. package/es/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  35. package/es/assets/images/layout-icon/layout-recommend-1.png +0 -0
  36. package/es/assets/images/layout-icon/layout-recommend-2.png +0 -0
  37. package/es/assets/images/layout-icon/layout-recommend-3.png +0 -0
  38. package/es/assets/images/layout-icon/layout-recommend-4.png +0 -0
  39. package/es/assets/images/layout-icon/layout-recommend-5.png +0 -0
  40. package/es/assets/images/layout-icon/layout-search.png +0 -0
  41. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  42. package/es/assets/less/button.less +9 -0
  43. package/es/assets/less/common.less +82 -0
  44. package/es/assets/less/cylon-antd.less +32534 -0
  45. package/es/assets/less/font.less +48 -0
  46. package/es/assets/less/form.less +9 -0
  47. package/es/assets/less/global.less +8 -0
  48. package/es/assets/less/index.less +12 -0
  49. package/es/assets/less/input.less +19 -0
  50. package/es/assets/less/menu.less +21 -0
  51. package/es/assets/less/modal.less +19 -0
  52. package/es/assets/less/select.less +32 -0
  53. package/es/assets/less/slider.less +21 -0
  54. package/es/assets/less/switch.less +20 -0
  55. package/es/assets/less/table.less +52 -0
  56. package/es/assets/less/variables.less +4 -0
  57. package/es/common/AlignSelector/index.js +104 -0
  58. package/es/common/AlignSelector/index.less +28 -0
  59. package/es/common/Button/index.js +134 -0
  60. package/es/common/Button/index.less +68 -0
  61. package/es/common/ButtonIconLayout/index.js +105 -0
  62. package/es/common/ButtonIconLayout/index.less +53 -0
  63. package/es/common/Collapse/index.js +384 -0
  64. package/es/common/Collapse/index.less +97 -0
  65. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  66. package/es/common/ColorPicker/index.js +131 -0
  67. package/es/common/ColorPicker/index.less +26 -0
  68. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  69. package/es/common/ColorPickerInput/index.js +114 -0
  70. package/es/common/ColorPickerInput/index.less +50 -0
  71. package/es/common/CountDown/index.js +151 -0
  72. package/es/common/CountDown/index.less +23 -0
  73. package/es/common/Field/index.js +80 -0
  74. package/es/common/Field/index.less +37 -0
  75. package/es/common/FontStyles/index.js +197 -0
  76. package/es/common/FontStyles/index.less +63 -0
  77. package/es/common/GroupList/defaultImg.png +0 -0
  78. package/es/common/GroupList/index.js +210 -0
  79. package/es/common/GroupList/index.less +85 -0
  80. package/es/common/IconPicker/index.js +147 -0
  81. package/es/common/IconPicker/index.less +46 -0
  82. package/es/common/Iconfont/index.js +148 -0
  83. package/es/common/Iconfont/index.less +20 -0
  84. package/es/common/ImageModal/CommonModal/const.js +22 -0
  85. package/es/common/ImageModal/CommonModal/index.js +46 -0
  86. package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
  87. package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
  88. package/es/common/ImageModal/const.js +24 -0
  89. package/es/common/ImageModal/index.js +750 -0
  90. package/es/common/ImageModal/index.less +21 -0
  91. package/es/common/ImagePicker/index.js +164 -0
  92. package/es/common/ImagePicker/index.less +104 -0
  93. package/es/common/InputNumber/index.js +91 -0
  94. package/es/common/InputNumber/index.less +33 -0
  95. package/es/common/LayoutSelector/imgs/center.png +0 -0
  96. package/es/common/LayoutSelector/imgs/left.png +0 -0
  97. package/es/common/LayoutSelector/imgs/right.png +0 -0
  98. package/es/common/LayoutSelector/index.js +111 -0
  99. package/es/common/LayoutSelector/index.less +37 -0
  100. package/es/common/LinkModal/BundleCampaign/index.js +390 -0
  101. package/es/common/LinkModal/BundleCampaign/index.less +17 -0
  102. package/es/common/LinkModal/CatgTable/index.js +234 -0
  103. package/es/common/LinkModal/CouponTable/index.js +302 -0
  104. package/es/common/LinkModal/CustomTable/index.js +228 -0
  105. package/es/common/LinkModal/FilteredProductModal/index.js +692 -0
  106. package/es/common/LinkModal/FilteredProductModal/index.less +126 -0
  107. package/es/common/LinkModal/FunctionTable/index.js +224 -0
  108. package/es/common/LinkModal/ProductDetailPage/index.js +496 -0
  109. package/es/common/LinkModal/ProductDetailPage/index.less +12 -0
  110. package/es/common/LinkModal/index.js +144 -0
  111. package/es/common/LinkModal/index.less +103 -0
  112. package/es/common/NewImg/index.js +165 -0
  113. package/es/common/NewImg/index.less +0 -0
  114. package/es/common/ProductModal/index.js +793 -0
  115. package/es/common/ProductModal/index.less +140 -0
  116. package/es/common/ProductSource/index.js +254 -0
  117. package/es/common/ProductSource/index.less +14 -0
  118. package/es/common/RcCollapse/Collapse.js +240 -0
  119. package/es/common/RcCollapse/Panel.js +193 -0
  120. package/es/common/RcCollapse/PanelContent.js +59 -0
  121. package/es/common/RcCollapse/index.js +15 -0
  122. package/es/common/RcCollapse/index.less +108 -0
  123. package/es/common/RcCollapse/interface.js +1 -0
  124. package/es/common/RcCollapse/motion.less +12 -0
  125. package/es/common/RcCollapse/motionUtil.js +44 -0
  126. package/es/common/Slider/index.js +151 -0
  127. package/es/common/Slider/index.less +45 -0
  128. package/es/common/SwitchCollapse/index.js +216 -0
  129. package/es/common/SwitchCollapse/index.less +40 -0
  130. package/es/common/UrlPicker/index.js +121 -0
  131. package/es/common/UrlPicker/index.less +72 -0
  132. package/es/common/index.js +127 -0
  133. package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  134. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  135. package/es/composite-comp/bol/components/Banner/index.js +89 -0
  136. package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  137. package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  138. package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
  139. package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
  140. package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  141. package/es/composite-comp/bol/components/Button/index.js +103 -0
  142. package/es/composite-comp/bol/components/Button/index.less +47 -0
  143. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  144. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  145. package/es/composite-comp/bol/components/Carousel/index.js +93 -0
  146. package/es/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
  147. package/es/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
  148. package/es/composite-comp/bol/components/Carousel/pc/index.js +261 -0
  149. package/es/composite-comp/bol/components/Carousel/pc/index.less +89 -0
  150. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  151. package/es/composite-comp/bol/components/Divider/index.js +101 -0
  152. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  153. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  154. package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
  155. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  156. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  157. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  158. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  159. package/es/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
  160. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  161. package/es/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  162. package/es/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  163. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  164. package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
  165. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  166. package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  167. package/es/composite-comp/bol/components/Tag/index.js +107 -0
  168. package/es/composite-comp/bol/components/Tag/index.less +34 -0
  169. package/es/composite-comp/bol/components/Text/defaultJSON.js +155 -0
  170. package/es/composite-comp/bol/components/Text/index.js +123 -0
  171. package/es/composite-comp/bol/components/Text/index.less +61 -0
  172. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  173. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
  174. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  175. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
  176. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  177. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  178. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
  179. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  180. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  181. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  182. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  183. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
  184. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  185. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  186. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  187. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  188. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  189. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  190. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  191. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  192. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  193. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  194. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
  195. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  196. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  197. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
  198. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
  199. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  200. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
  201. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  202. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  203. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  204. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  205. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  206. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  207. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  208. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  209. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  210. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
  211. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  212. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  213. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  214. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  215. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  216. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  217. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  218. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  219. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
  220. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
  221. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  222. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
  223. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  224. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  225. package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
  226. package/es/composite-comp/common/components/ProductItem/index.js +209 -0
  227. package/es/composite-comp/common/components/ProductItem/index.less +157 -0
  228. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
  229. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
  230. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  231. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
  232. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  233. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  234. package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
  235. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  236. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  237. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  238. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
  239. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
  240. package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
  241. package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  242. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
  243. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
  244. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
  245. package/es/composite-comp/dito/components/Recommend/index.js +91 -0
  246. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  247. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  248. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  249. package/es/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
  250. package/es/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
  251. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  252. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  253. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  254. package/es/composite-comp/dito/components/Recommend/pc/index.js +653 -0
  255. package/es/composite-comp/dito/components/Recommend/pc/index.less +80 -0
  256. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  257. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  258. package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
  259. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
  260. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  261. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
  262. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  263. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
  264. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  265. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  266. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
  267. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
  268. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
  269. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  270. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  271. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
  272. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  273. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  274. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
  275. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
  276. package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
  277. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
  278. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
  279. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  280. package/es/constants/component-types.js +93 -0
  281. package/es/constants/index.js +152 -0
  282. package/es/constants/layout.js +162 -0
  283. package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
  284. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  285. package/es/core/Designer/CompListPanel/index.js +158 -0
  286. package/es/core/Designer/CompListPanel/index.less +69 -0
  287. package/es/core/Designer/ConfigPanel/index.js +300 -0
  288. package/es/core/Designer/ConfigPanel/index.less +139 -0
  289. package/es/core/Designer/History/index.js +91 -0
  290. package/es/core/Designer/PageCompList/index.js +268 -0
  291. package/es/core/Designer/PageCompList/index.less +139 -0
  292. package/es/core/Designer/QuickMenuBar/index.js +192 -0
  293. package/es/core/Designer/QuickMenuBar/index.less +76 -0
  294. package/es/core/Designer/ViewArea/index.js +150 -0
  295. package/es/core/Designer/ViewArea/index.less +53 -0
  296. package/es/core/Designer/index.js +482 -0
  297. package/es/core/Designer/index.less +6 -0
  298. package/es/core/Renderer/index.js +82 -0
  299. package/es/decorator/compositeDecorator.js +130 -0
  300. package/es/decorator/index.js +23 -0
  301. package/es/decorator/metaDecorator.js +199 -0
  302. package/es/index.js +29 -0
  303. package/es/locale/en/en.json +128 -0
  304. package/es/locale/es/es.json +128 -0
  305. package/es/locale/id/id.json +128 -0
  306. package/es/locale/index.js +45 -0
  307. package/es/meta-comp/components/Button/index.js +193 -0
  308. package/es/meta-comp/components/Button/index.less +20 -0
  309. package/es/meta-comp/components/Image/image/default-img.png +0 -0
  310. package/es/meta-comp/components/Image/index.js +199 -0
  311. package/es/meta-comp/components/Image/index.less +21 -0
  312. package/es/meta-comp/components/Text/index.js +478 -0
  313. package/es/meta-comp/components/Text/index.less +38 -0
  314. package/es/meta-comp/components/index.js +31 -0
  315. package/es/meta-comp/config-panels/BaseConfig.js +87 -0
  316. package/es/meta-comp/config-panels/ButtonConfig/index.js +368 -0
  317. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  318. package/es/meta-comp/config-panels/ImageConfig/index.js +406 -0
  319. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  320. package/es/meta-comp/config-panels/TextConfig/index.js +362 -0
  321. package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
  322. package/es/mobx/Store.js +102 -0
  323. package/es/mobx/index.js +36 -0
  324. package/es/utils/androidUtil.js +113 -0
  325. package/es/utils/businessUtil.js +235 -0
  326. package/es/utils/commonUtil.js +289 -0
  327. package/es/utils/compJsonUtil.js +240 -0
  328. package/es/utils/coreUtil.js +157 -0
  329. package/es/utils/currencyUtil.js +190 -0
  330. package/es/utils/dataTreeUtils.js +134 -0
  331. package/es/utils/dateUtil.js +70 -0
  332. package/es/utils/storeUtil.js +258 -0
  333. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  334. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  335. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  336. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  337. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  338. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  339. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  340. package/lib/assets/fonts/magic-box-iconfont.css +307 -0
  341. package/lib/assets/fonts/magic-box-iconfont.css.bak +307 -0
  342. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  343. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  344. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  345. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  346. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  347. package/lib/assets/images/icon/index.js +68 -0
  348. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  349. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  350. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  351. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  352. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  353. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  354. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  355. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  356. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  357. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  358. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  359. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  360. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  361. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  362. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  363. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  364. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  365. package/lib/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  366. package/lib/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  367. package/lib/assets/images/layout-icon/layout-recommend-1.png +0 -0
  368. package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
  369. package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
  370. package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
  371. package/lib/assets/images/layout-icon/layout-recommend-5.png +0 -0
  372. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  373. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  374. package/lib/assets/less/button.less +9 -0
  375. package/lib/assets/less/common.less +82 -0
  376. package/lib/assets/less/cylon-antd.less +32534 -0
  377. package/lib/assets/less/font.less +48 -0
  378. package/lib/assets/less/form.less +9 -0
  379. package/lib/assets/less/global.less +8 -0
  380. package/lib/assets/less/index.less +12 -0
  381. package/lib/assets/less/input.less +19 -0
  382. package/lib/assets/less/menu.less +21 -0
  383. package/lib/assets/less/modal.less +19 -0
  384. package/lib/assets/less/select.less +32 -0
  385. package/lib/assets/less/slider.less +21 -0
  386. package/lib/assets/less/switch.less +20 -0
  387. package/lib/assets/less/table.less +52 -0
  388. package/lib/assets/less/variables.less +4 -0
  389. package/lib/common/AlignSelector/index.js +104 -0
  390. package/lib/common/AlignSelector/index.less +28 -0
  391. package/lib/common/Button/index.js +134 -0
  392. package/lib/common/Button/index.less +68 -0
  393. package/lib/common/ButtonIconLayout/index.js +105 -0
  394. package/lib/common/ButtonIconLayout/index.less +53 -0
  395. package/lib/common/Collapse/index.js +384 -0
  396. package/lib/common/Collapse/index.less +97 -0
  397. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  398. package/lib/common/ColorPicker/index.js +131 -0
  399. package/lib/common/ColorPicker/index.less +26 -0
  400. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  401. package/lib/common/ColorPickerInput/index.js +114 -0
  402. package/lib/common/ColorPickerInput/index.less +50 -0
  403. package/lib/common/CountDown/index.js +151 -0
  404. package/lib/common/CountDown/index.less +23 -0
  405. package/lib/common/Field/index.js +80 -0
  406. package/lib/common/Field/index.less +37 -0
  407. package/lib/common/FontStyles/index.js +197 -0
  408. package/lib/common/FontStyles/index.less +63 -0
  409. package/lib/common/GroupList/defaultImg.png +0 -0
  410. package/lib/common/GroupList/index.js +210 -0
  411. package/lib/common/GroupList/index.less +85 -0
  412. package/lib/common/IconPicker/index.js +147 -0
  413. package/lib/common/IconPicker/index.less +46 -0
  414. package/lib/common/Iconfont/index.js +148 -0
  415. package/lib/common/Iconfont/index.less +20 -0
  416. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  417. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  418. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  419. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  420. package/lib/common/ImageModal/const.js +24 -0
  421. package/lib/common/ImageModal/index.js +750 -0
  422. package/lib/common/ImageModal/index.less +21 -0
  423. package/lib/common/ImagePicker/index.js +164 -0
  424. package/lib/common/ImagePicker/index.less +104 -0
  425. package/lib/common/InputNumber/index.js +91 -0
  426. package/lib/common/InputNumber/index.less +33 -0
  427. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  428. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  429. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  430. package/lib/common/LayoutSelector/index.js +111 -0
  431. package/lib/common/LayoutSelector/index.less +37 -0
  432. package/lib/common/LinkModal/BundleCampaign/index.js +390 -0
  433. package/lib/common/LinkModal/BundleCampaign/index.less +17 -0
  434. package/lib/common/LinkModal/CatgTable/index.js +234 -0
  435. package/lib/common/LinkModal/CouponTable/index.js +302 -0
  436. package/lib/common/LinkModal/CustomTable/index.js +228 -0
  437. package/lib/common/LinkModal/FilteredProductModal/index.js +692 -0
  438. package/lib/common/LinkModal/FilteredProductModal/index.less +126 -0
  439. package/lib/common/LinkModal/FunctionTable/index.js +224 -0
  440. package/lib/common/LinkModal/ProductDetailPage/index.js +496 -0
  441. package/lib/common/LinkModal/ProductDetailPage/index.less +12 -0
  442. package/lib/common/LinkModal/index.js +144 -0
  443. package/lib/common/LinkModal/index.less +103 -0
  444. package/lib/common/NewImg/index.js +165 -0
  445. package/lib/common/NewImg/index.less +0 -0
  446. package/lib/common/ProductModal/index.js +793 -0
  447. package/lib/common/ProductModal/index.less +140 -0
  448. package/lib/common/ProductSource/index.js +254 -0
  449. package/lib/common/ProductSource/index.less +14 -0
  450. package/lib/common/RcCollapse/Collapse.js +240 -0
  451. package/lib/common/RcCollapse/Panel.js +193 -0
  452. package/lib/common/RcCollapse/PanelContent.js +59 -0
  453. package/lib/common/RcCollapse/index.js +15 -0
  454. package/lib/common/RcCollapse/index.less +108 -0
  455. package/lib/common/RcCollapse/interface.js +1 -0
  456. package/lib/common/RcCollapse/motion.less +12 -0
  457. package/lib/common/RcCollapse/motionUtil.js +44 -0
  458. package/lib/common/Slider/index.js +151 -0
  459. package/lib/common/Slider/index.less +45 -0
  460. package/lib/common/SwitchCollapse/index.js +216 -0
  461. package/lib/common/SwitchCollapse/index.less +40 -0
  462. package/lib/common/UrlPicker/index.js +121 -0
  463. package/lib/common/UrlPicker/index.less +72 -0
  464. package/lib/common/index.js +127 -0
  465. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  466. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  467. package/lib/composite-comp/bol/components/Banner/index.js +89 -0
  468. package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  469. package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  470. package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
  471. package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
  472. package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  473. package/lib/composite-comp/bol/components/Button/index.js +103 -0
  474. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  475. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  476. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  477. package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
  478. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
  479. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
  480. package/lib/composite-comp/bol/components/Carousel/pc/index.js +261 -0
  481. package/lib/composite-comp/bol/components/Carousel/pc/index.less +89 -0
  482. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  483. package/lib/composite-comp/bol/components/Divider/index.js +101 -0
  484. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  485. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  486. package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
  487. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  488. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  489. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  490. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  491. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
  492. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  493. package/lib/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  494. package/lib/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  495. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  496. package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
  497. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  498. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  499. package/lib/composite-comp/bol/components/Tag/index.js +107 -0
  500. package/lib/composite-comp/bol/components/Tag/index.less +34 -0
  501. package/lib/composite-comp/bol/components/Text/defaultJSON.js +155 -0
  502. package/lib/composite-comp/bol/components/Text/index.js +123 -0
  503. package/lib/composite-comp/bol/components/Text/index.less +61 -0
  504. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  505. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
  506. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  507. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
  508. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  509. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  510. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
  511. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  512. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  513. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  514. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  515. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
  516. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  517. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  518. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  519. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  520. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  521. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  522. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  523. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  524. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  525. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  526. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
  527. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  528. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  529. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
  530. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
  531. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  532. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
  533. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  534. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  535. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  536. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  537. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  538. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  539. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  540. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  541. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  542. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
  543. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  544. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  545. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  546. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  547. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  548. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  549. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  550. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  551. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
  552. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
  553. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  554. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
  555. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  556. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  557. package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
  558. package/lib/composite-comp/common/components/ProductItem/index.js +209 -0
  559. package/lib/composite-comp/common/components/ProductItem/index.less +157 -0
  560. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
  561. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
  562. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  563. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
  564. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  565. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  566. package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
  567. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  568. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  569. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  570. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
  571. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
  572. package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
  573. package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  574. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
  575. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
  576. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
  577. package/lib/composite-comp/dito/components/Recommend/index.js +91 -0
  578. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  579. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  580. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  581. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
  582. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
  583. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  584. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  585. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  586. package/lib/composite-comp/dito/components/Recommend/pc/index.js +653 -0
  587. package/lib/composite-comp/dito/components/Recommend/pc/index.less +80 -0
  588. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  589. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  590. package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
  591. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
  592. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  593. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
  594. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  595. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
  596. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  597. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  598. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
  599. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
  600. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
  601. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  602. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  603. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
  604. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  605. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  606. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
  607. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
  608. package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
  609. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
  610. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
  611. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  612. package/lib/constants/component-types.js +93 -0
  613. package/lib/constants/index.js +152 -0
  614. package/lib/constants/layout.js +162 -0
  615. package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
  616. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  617. package/lib/core/Designer/CompListPanel/index.js +158 -0
  618. package/lib/core/Designer/CompListPanel/index.less +69 -0
  619. package/lib/core/Designer/ConfigPanel/index.js +300 -0
  620. package/lib/core/Designer/ConfigPanel/index.less +139 -0
  621. package/lib/core/Designer/History/index.js +91 -0
  622. package/lib/core/Designer/PageCompList/index.js +268 -0
  623. package/lib/core/Designer/PageCompList/index.less +139 -0
  624. package/lib/core/Designer/QuickMenuBar/index.js +192 -0
  625. package/lib/core/Designer/QuickMenuBar/index.less +76 -0
  626. package/lib/core/Designer/ViewArea/index.js +150 -0
  627. package/lib/core/Designer/ViewArea/index.less +53 -0
  628. package/lib/core/Designer/index.js +482 -0
  629. package/lib/core/Designer/index.less +6 -0
  630. package/lib/core/Renderer/index.js +82 -0
  631. package/lib/decorator/compositeDecorator.js +130 -0
  632. package/lib/decorator/index.js +23 -0
  633. package/lib/decorator/metaDecorator.js +199 -0
  634. package/lib/index.js +29 -0
  635. package/lib/locale/en/en.json +128 -0
  636. package/lib/locale/es/es.json +128 -0
  637. package/lib/locale/id/id.json +128 -0
  638. package/lib/locale/index.js +45 -0
  639. package/lib/meta-comp/components/Button/index.js +193 -0
  640. package/lib/meta-comp/components/Button/index.less +20 -0
  641. package/lib/meta-comp/components/Image/image/default-img.png +0 -0
  642. package/lib/meta-comp/components/Image/index.js +199 -0
  643. package/lib/meta-comp/components/Image/index.less +21 -0
  644. package/lib/meta-comp/components/Text/index.js +478 -0
  645. package/lib/meta-comp/components/Text/index.less +38 -0
  646. package/lib/meta-comp/components/index.js +31 -0
  647. package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
  648. package/lib/meta-comp/config-panels/ButtonConfig/index.js +368 -0
  649. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  650. package/lib/meta-comp/config-panels/ImageConfig/index.js +406 -0
  651. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  652. package/lib/meta-comp/config-panels/TextConfig/index.js +362 -0
  653. package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
  654. package/lib/mobx/Store.js +102 -0
  655. package/lib/mobx/index.js +36 -0
  656. package/lib/utils/androidUtil.js +113 -0
  657. package/lib/utils/businessUtil.js +235 -0
  658. package/lib/utils/commonUtil.js +289 -0
  659. package/lib/utils/compJsonUtil.js +240 -0
  660. package/lib/utils/coreUtil.js +157 -0
  661. package/lib/utils/currencyUtil.js +190 -0
  662. package/lib/utils/dataTreeUtils.js +134 -0
  663. package/lib/utils/dateUtil.js +70 -0
  664. package/lib/utils/storeUtil.js +258 -0
  665. package/package.json +1 -86
  666. package/README.md +0 -320
@@ -0,0 +1,793 @@
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 _Iconfont = _interopRequireDefault(require("../Iconfont"));
17
+
18
+ var _currencyUtil = require("../../utils/currencyUtil");
19
+
20
+ require("./index.less");
21
+
22
+ var _locale = require("../../locale");
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
+
26
+ 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); }
27
+
28
+ 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; }
29
+
30
+ function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
31
+
32
+ var __assign = void 0 && (void 0).__assign || function () {
33
+ __assign = Object.assign || function (t) {
34
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
35
+ s = arguments[i];
36
+
37
+ for (var p in s) {
38
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
39
+ }
40
+ }
41
+
42
+ return t;
43
+ };
44
+
45
+ return __assign.apply(this, arguments);
46
+ };
47
+
48
+ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
49
+ function adopt(value) {
50
+ return value instanceof P ? value : new P(function (resolve) {
51
+ resolve(value);
52
+ });
53
+ }
54
+
55
+ return new (P || (P = Promise))(function (resolve, reject) {
56
+ function fulfilled(value) {
57
+ try {
58
+ step(generator.next(value));
59
+ } catch (e) {
60
+ reject(e);
61
+ }
62
+ }
63
+
64
+ function rejected(value) {
65
+ try {
66
+ step(generator["throw"](value));
67
+ } catch (e) {
68
+ reject(e);
69
+ }
70
+ }
71
+
72
+ function step(result) {
73
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
74
+ }
75
+
76
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
77
+ });
78
+ };
79
+
80
+ var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
81
+ var _ = {
82
+ label: 0,
83
+ sent: function sent() {
84
+ if (t[0] & 1) throw t[1];
85
+ return t[1];
86
+ },
87
+ trys: [],
88
+ ops: []
89
+ },
90
+ f,
91
+ y,
92
+ t,
93
+ g;
94
+ return g = {
95
+ next: verb(0),
96
+ "throw": verb(1),
97
+ "return": verb(2)
98
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
99
+ return this;
100
+ }), g;
101
+
102
+ function verb(n) {
103
+ return function (v) {
104
+ return step([n, v]);
105
+ };
106
+ }
107
+
108
+ function step(op) {
109
+ if (f) throw new TypeError("Generator is already executing.");
110
+
111
+ while (_) {
112
+ try {
113
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
114
+ if (y = 0, t) op = [op[0] & 2, t.value];
115
+
116
+ switch (op[0]) {
117
+ case 0:
118
+ case 1:
119
+ t = op;
120
+ break;
121
+
122
+ case 4:
123
+ _.label++;
124
+ return {
125
+ value: op[1],
126
+ done: false
127
+ };
128
+
129
+ case 5:
130
+ _.label++;
131
+ y = op[1];
132
+ op = [0];
133
+ continue;
134
+
135
+ case 7:
136
+ op = _.ops.pop();
137
+
138
+ _.trys.pop();
139
+
140
+ continue;
141
+
142
+ default:
143
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
144
+ _ = 0;
145
+ continue;
146
+ }
147
+
148
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
149
+ _.label = op[1];
150
+ break;
151
+ }
152
+
153
+ if (op[0] === 6 && _.label < t[1]) {
154
+ _.label = t[1];
155
+ t = op;
156
+ break;
157
+ }
158
+
159
+ if (t && _.label < t[2]) {
160
+ _.label = t[2];
161
+
162
+ _.ops.push(op);
163
+
164
+ break;
165
+ }
166
+
167
+ if (t[2]) _.ops.pop();
168
+
169
+ _.trys.pop();
170
+
171
+ continue;
172
+ }
173
+
174
+ op = body.call(thisArg, _);
175
+ } catch (e) {
176
+ op = [6, e];
177
+ y = 0;
178
+ } finally {
179
+ f = t = 0;
180
+ }
181
+ }
182
+
183
+ if (op[0] & 5) throw op[1];
184
+ return {
185
+ value: op[0] ? op[1] : void 0,
186
+ done: true
187
+ };
188
+ }
189
+ };
190
+
191
+ var __spreadArrays = void 0 && (void 0).__spreadArrays || function () {
192
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) {
193
+ s += arguments[i].length;
194
+ }
195
+
196
+ for (var r = Array(s), k = 0, i = 0; i < il; i++) {
197
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) {
198
+ r[k] = a[j];
199
+ }
200
+ }
201
+
202
+ return r;
203
+ };
204
+
205
+ var precision = (0, _currencyUtil.getPrecision)();
206
+
207
+ var formatData = function formatData(list) {
208
+ list.map(function (item) {
209
+ item.preSalesPrice = (0, _currencyUtil.formatCurrencyWithSymbol)(item.salesPrice);
210
+ item.preMarketPrice = (0, _currencyUtil.formatCurrencyWithSymbol)(item.marketPrice);
211
+ });
212
+ return list;
213
+ };
214
+
215
+ var promType = {
216
+ FLASH_SALE: '2',
217
+ GROUP_BUY: '4'
218
+ };
219
+ var Option = _antd.Select.Option,
220
+ OptGroup = _antd.Select.OptGroup;
221
+ var InputGroup = _antd.Input.Group;
222
+
223
+ var ProductModal = function ProductModal(props) {
224
+ var handleModalSave = props.handleModalSave,
225
+ closeModal = props.closeModal,
226
+ visible = props.visible,
227
+ _a = props.defaultList,
228
+ defaultList = _a === void 0 ? [] : _a,
229
+ _b = props.maxSelect,
230
+ maxSelect = _b === void 0 ? 20 : _b;
231
+
232
+ var _c = (0, _react.useState)(defaultList),
233
+ selectedList = _c[0],
234
+ setSelectedList = _c[1];
235
+
236
+ var _d = (0, _react.useState)([]),
237
+ catgsList = _d[0],
238
+ setCatgsList = _d[1];
239
+
240
+ var _e = (0, _react.useState)([]),
241
+ brandsList = _e[0],
242
+ setBrandsList = _e[1];
243
+
244
+ var _f = (0, _react.useState)([]),
245
+ labelData = _f[0],
246
+ setLabelData = _f[1];
247
+
248
+ var _g = (0, _react.useState)([]),
249
+ selBrandsList = _g[0],
250
+ setSelBrandsList = _g[1];
251
+
252
+ var _h = (0, _react.useState)([]),
253
+ selCatgsList = _h[0],
254
+ setSelCatgsList = _h[1];
255
+
256
+ var _j = (0, _react.useState)({}),
257
+ selLabelData = _j[0],
258
+ setSelLabelData = _j[1];
259
+
260
+ var _k = (0, _react.useState)([]),
261
+ storeList = _k[0],
262
+ setStoreList = _k[1];
263
+
264
+ var _l = (0, _react.useState)(''),
265
+ productName = _l[0],
266
+ setProductName = _l[1];
267
+
268
+ var _m = (0, _react.useState)(''),
269
+ productCode = _m[0],
270
+ setProductCode = _m[1];
271
+
272
+ var _o = (0, _react.useState)([]),
273
+ storeId = _o[0],
274
+ setStoreId = _o[1];
275
+
276
+ var _p = (0, _react.useState)(''),
277
+ minPrice = _p[0],
278
+ setMinPrice = _p[1];
279
+
280
+ var _q = (0, _react.useState)(''),
281
+ maxPrice = _q[0],
282
+ setMaxPrice = _q[1];
283
+
284
+ var _r = (0, _react.useState)([]),
285
+ promotions = _r[0],
286
+ setPromotions = _r[1];
287
+
288
+ var _s = (0, _react.useState)([]),
289
+ goodsList = _s[0],
290
+ setGoodsList = _s[1];
291
+
292
+ var _t = (0, _react.useState)(false),
293
+ loading = _t[0],
294
+ setLoading = _t[1];
295
+
296
+ var _u = (0, _react.useState)(defaultList.map(function (v) {
297
+ return v.productId;
298
+ })),
299
+ selectedRowKeys = _u[0],
300
+ setSelectedRowKeys = _u[1];
301
+
302
+ var rowSelection = {
303
+ selectedRowKeys: selectedRowKeys,
304
+ onSelect: function onSelect(record, selected, selectedRows) {
305
+ if (selected) {
306
+ if (selectedList.length === maxSelect) {
307
+ _antd.message.warning("Max " + maxSelect);
308
+
309
+ return;
310
+ }
311
+
312
+ if (selectedList.length < maxSelect) {
313
+ setSelectedList(__spreadArrays(selectedList, formatData([record])));
314
+ }
315
+ } else {
316
+ setSelectedList(selectedList.filter(function (v) {
317
+ return v.productId !== record.productId;
318
+ }));
319
+ }
320
+
321
+ setSelectedRowKeys(selectedRows.map(function (v) {
322
+ return v === null || v === void 0 ? void 0 : v.productId;
323
+ }));
324
+ },
325
+ getCheckboxProps: function getCheckboxProps(record) {
326
+ return {
327
+ name: record.name
328
+ };
329
+ }
330
+ };
331
+
332
+ var _v = (0, _react.useState)({
333
+ pageSize: 20,
334
+ current: 1,
335
+ total: 0
336
+ }),
337
+ paginationParams = _v[0],
338
+ setPaginationParams = _v[1];
339
+
340
+ var delSelectedItem = function delSelectedItem(index) {
341
+ console.log(selectedRowKeys, index, 2223);
342
+ var rowKeys = JSON.parse(JSON.stringify(selectedRowKeys));
343
+ rowKeys.splice(index, 1);
344
+ setSelectedRowKeys(rowKeys);
345
+ var rows = JSON.parse(JSON.stringify(selectedList));
346
+ rows.splice(index, 1);
347
+ setSelectedList(rows);
348
+ }; // 请求商品列表
349
+
350
+
351
+ var queryGoods = function queryGoods(data) {
352
+ return __awaiter(void 0, void 0, void 0, function () {
353
+ var res;
354
+ return __generator(this, function (_a) {
355
+ switch (_a.label) {
356
+ case 0:
357
+ return [4
358
+ /*yield*/
359
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/products", data, 'GET')];
360
+
361
+ case 1:
362
+ res = _a.sent();
363
+ setLoading(false);
364
+ paginationParams.total = res.total;
365
+ setPaginationParams(paginationParams);
366
+ setGoodsList(res.list || []);
367
+ return [2
368
+ /*return*/
369
+ ];
370
+ }
371
+ });
372
+ });
373
+ }; // 请求类目
374
+
375
+
376
+ var queryOfferCatgs = function queryOfferCatgs() {
377
+ return __awaiter(void 0, void 0, void 0, function () {
378
+ var res, arr;
379
+ return __generator(this, function (_a) {
380
+ switch (_a.label) {
381
+ case 0:
382
+ return [4
383
+ /*yield*/
384
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/h5/offers/catgs", {}, 'GET')];
385
+
386
+ case 1:
387
+ res = _a.sent();
388
+ arr = [];
389
+ res.forEach(function (f) {
390
+ if (f.children) arr.push.apply(arr, f.children);
391
+ });
392
+ setCatgsList(arr);
393
+ return [2
394
+ /*return*/
395
+ ];
396
+ }
397
+ });
398
+ });
399
+ }; // 请求品牌
400
+
401
+
402
+ var queryBrands = function queryBrands() {
403
+ return __awaiter(void 0, void 0, void 0, function () {
404
+ var res;
405
+ return __generator(this, function (_a) {
406
+ switch (_a.label) {
407
+ case 0:
408
+ return [4
409
+ /*yield*/
410
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/offerdiscatgs/brands", {}, 'GET')];
411
+
412
+ case 1:
413
+ res = _a.sent();
414
+ setBrandsList(res);
415
+ return [2
416
+ /*return*/
417
+ ];
418
+ }
419
+ });
420
+ });
421
+ }; // 请求标签
422
+
423
+
424
+ var queryLabel = function queryLabel() {
425
+ return __awaiter(void 0, void 0, void 0, function () {
426
+ var res;
427
+ return __generator(this, function (_a) {
428
+ switch (_a.label) {
429
+ case 0:
430
+ return [4
431
+ /*yield*/
432
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/labels/list", {}, 'GET')];
433
+
434
+ case 1:
435
+ res = _a.sent();
436
+ setLabelData(res);
437
+ return [2
438
+ /*return*/
439
+ ];
440
+ }
441
+ });
442
+ });
443
+ }; // 请求店铺列表
444
+
445
+
446
+ var queryStore = function queryStore() {
447
+ return __awaiter(void 0, void 0, void 0, function () {
448
+ var res;
449
+ return __generator(this, function (_a) {
450
+ switch (_a.label) {
451
+ case 0:
452
+ return [4
453
+ /*yield*/
454
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/stores/list", {}, 'GET')];
455
+
456
+ case 1:
457
+ res = _a.sent();
458
+ setStoreList(res);
459
+ return [2
460
+ /*return*/
461
+ ];
462
+ }
463
+ });
464
+ });
465
+ };
466
+
467
+ (0, _react.useEffect)(function () {
468
+ queryOfferCatgs();
469
+ queryBrands();
470
+ queryLabel();
471
+ queryStore();
472
+ }, []);
473
+ (0, _react.useEffect)(function () {
474
+ setSelectedList(defaultList);
475
+ setSelectedRowKeys(defaultList.map(function (v) {
476
+ return v.productId;
477
+ }));
478
+
479
+ if (props.type === 'groupBuy') {
480
+ setPromotions(promType.GROUP_BUY);
481
+ }
482
+ }, [visible]);
483
+
484
+ var reset = function reset() {
485
+ setSelBrandsList([]);
486
+ setSelCatgsList([]);
487
+ setSelLabelData([]);
488
+ setProductName('');
489
+ setStoreId([]);
490
+ setProductCode('');
491
+ setMinPrice('');
492
+ setMaxPrice('');
493
+ setPromotions(props.type === 'groupBuy' ? promType.GROUP_BUY : null);
494
+ };
495
+
496
+ var columns = [{
497
+ title: (0, _locale.i18n)('IMAGE'),
498
+ dataIndex: 'productImageUrl',
499
+ render: function render(productImageUrl) {
500
+ return /*#__PURE__*/_react["default"].createElement("span", {
501
+ className: "prodImg",
502
+ style: {
503
+ backgroundImage: "url(" + productImageUrl + ")"
504
+ }
505
+ });
506
+ },
507
+ width: 60
508
+ }, {
509
+ title: (0, _locale.i18n)('PRODUCT_NAME'),
510
+ dataIndex: 'productName',
511
+ width: 120,
512
+ ellipsis: true
513
+ }, {
514
+ title: (0, _locale.i18n)('PRODUCT_CODE'),
515
+ dataIndex: 'productCode',
516
+ width: 120,
517
+ ellipsis: true
518
+ }, _defineProperty({
519
+ title: (0, _locale.i18n)('SKU'),
520
+ dataIndex: 'attrValues',
521
+ ellipsis: true,
522
+ width: 100
523
+ }, "ellipsis", true), {
524
+ title: (0, _locale.i18n)('PRICE'),
525
+ dataIndex: 'salesPrice',
526
+ width: 100,
527
+ ellipsis: true,
528
+ render: function render(text, record) {
529
+ return /*#__PURE__*/_react["default"].createElement("span", null, (0, _currencyUtil.formatCurrencyWithSymbol)(record.specialPriceProd ? record.specialPriceProd.specialPrice : record.salesPrice));
530
+ }
531
+ }, {
532
+ title: (0, _locale.i18n)('BRAND'),
533
+ dataIndex: 'brandName',
534
+ width: 100,
535
+ ellipsis: true
536
+ }, {
537
+ title: (0, _locale.i18n)('STORE'),
538
+ dataIndex: 'storeName',
539
+ width: 100,
540
+ ellipsis: true
541
+ }];
542
+ return /*#__PURE__*/_react["default"].createElement(_antd.Modal, {
543
+ cancelText: (0, _locale.i18n)('CANCEL'),
544
+ draggable: false,
545
+ footer: null,
546
+ okText: "OK",
547
+ onCancel: closeModal,
548
+ onOk: handleModalSave,
549
+ title: (0, _locale.i18n)('PRODUCT_SELECT'),
550
+ visible: visible,
551
+ width: "1200px",
552
+ wrapClassName: "modalCot"
553
+ }, /*#__PURE__*/_react["default"].createElement("div", {
554
+ className: "proModalWrap"
555
+ }, /*#__PURE__*/_react["default"].createElement("div", {
556
+ className: "content"
557
+ }, /*#__PURE__*/_react["default"].createElement("div", {
558
+ className: "leftCot"
559
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Form, {
560
+ layout: "vertical"
561
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
562
+ label: "Category"
563
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
564
+ mode: "multiple",
565
+ onChange: function onChange(value, option) {
566
+ setSelCatgsList(value);
567
+ },
568
+ placeholder: (0, _locale.i18n)('PLEASE_SELECT'),
569
+ size: "small",
570
+ value: selCatgsList
571
+ }, catgsList.map(function (item) {
572
+ return /*#__PURE__*/_react["default"].createElement(OptGroup, {
573
+ key: item.model.catgId,
574
+ label: item.model.catgName
575
+ }, (item.children || []).map(function (i) {
576
+ return /*#__PURE__*/_react["default"].createElement(Option, {
577
+ key: i.model.catgId,
578
+ value: i.model.catgId
579
+ }, i.model.catgName);
580
+ }));
581
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
582
+ label: "Brand"
583
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
584
+ mode: "multiple",
585
+ onChange: function onChange(value, option) {
586
+ setSelBrandsList(value);
587
+ },
588
+ placeholder: (0, _locale.i18n)('PLEASE_SELECT'),
589
+ size: "small",
590
+ value: selBrandsList
591
+ }, brandsList.map(function (item, index) {
592
+ return /*#__PURE__*/_react["default"].createElement(Option, {
593
+ key: item.catgId,
594
+ value: item.brandId
595
+ }, item.brandName);
596
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
597
+ label: "Store"
598
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
599
+ className: "inputStyle",
600
+ defaultValue: [],
601
+ onChange: function onChange(value) {
602
+ return setStoreId(value);
603
+ },
604
+ optionFilterProp: "children",
605
+ placeholder: "Please select",
606
+ showSearch: true,
607
+ value: storeId
608
+ }, storeList && storeList.length > 0 && storeList.map(function (v) {
609
+ return /*#__PURE__*/_react["default"].createElement(Option, {
610
+ key: v.storeId,
611
+ value: v.storeId
612
+ }, v.storeName);
613
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
614
+ label: "Lable"
615
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
616
+ defaultValue: selLabelData.children || null,
617
+ onChange: function onChange(v, o) {
618
+ console.log(v, o, 33);
619
+ setSelLabelData(o);
620
+ },
621
+ placeholder: (0, _locale.i18n)('PLEASE_SELECT'),
622
+ size: "small",
623
+ value: selLabelData.children
624
+ }, labelData && labelData.length > 0 && labelData.map(function (v) {
625
+ return /*#__PURE__*/_react["default"].createElement(Option, {
626
+ key: v.labelId,
627
+ value: v.labelId
628
+ }, v.labelName);
629
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
630
+ label: "Price"
631
+ }, /*#__PURE__*/_react["default"].createElement(InputGroup, {
632
+ compact: true
633
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
634
+ onChange: function onChange(e) {
635
+ setMinPrice(e.target.value);
636
+ },
637
+ placeholder: (0, _locale.i18n)('MINIMUM'),
638
+ size: "small",
639
+ style: {
640
+ width: '45%'
641
+ },
642
+ value: minPrice
643
+ }), /*#__PURE__*/_react["default"].createElement("span", {
644
+ className: "divider"
645
+ }, "~"), /*#__PURE__*/_react["default"].createElement(_antd.Input, {
646
+ onChange: function onChange(e) {
647
+ setMaxPrice(e.target.value);
648
+ },
649
+ placeholder: (0, _locale.i18n)('MAXIMUM'),
650
+ size: "small",
651
+ style: {
652
+ width: '45%'
653
+ },
654
+ value: maxPrice
655
+ }))), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
656
+ label: "Product Name"
657
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
658
+ onChange: function onChange(e) {
659
+ setProductName(e.target.value);
660
+ },
661
+ placeholder: (0, _locale.i18n)('PLEASE_INPUT'),
662
+ size: "small",
663
+ value: productName
664
+ })), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
665
+ label: "SKU Code"
666
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Input, {
667
+ className: "inputStyle",
668
+ onChange: function onChange(e) {
669
+ setProductCode(e.target.value);
670
+ },
671
+ placeholder: (0, _locale.i18n)('PLEASE_INPUT'),
672
+ size: "small",
673
+ value: productCode
674
+ })), /*#__PURE__*/_react["default"].createElement(_antd.Form.Item, {
675
+ label: "Promotions"
676
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
677
+ defaultValue: promotions,
678
+ onChange: function onChange(value) {
679
+ setPromotions(value);
680
+ },
681
+ placeholder: (0, _locale.i18n)('PLEASE_SELECT'),
682
+ size: "small",
683
+ value: promotions
684
+ }, props.type !== 'groupBuy' && /*#__PURE__*/_react["default"].createElement(Option, {
685
+ value: promType.FLASH_SALE
686
+ }, (0, _locale.i18n)('FLASH_SALE')), /*#__PURE__*/_react["default"].createElement(Option, {
687
+ value: promType.GROUP_BUY
688
+ }, (0, _locale.i18n)('GROUP_BUY')))), /*#__PURE__*/_react["default"].createElement("div", {
689
+ className: "buttonStyle"
690
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
691
+ onClick: function onClick() {
692
+ reset();
693
+ },
694
+ size: "small"
695
+ }, (0, _locale.i18n)('RESET')), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
696
+ onClick: function onClick() {
697
+ setLoading(true);
698
+ paginationParams.current = 1;
699
+ queryGoods({
700
+ productName: productName,
701
+ productCode: productCode,
702
+ storeId: storeId,
703
+ cmpTypeId: promotions || '',
704
+ minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
705
+ maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
706
+ catgIds: selCatgsList.join(','),
707
+ brandIds: selBrandsList.join(','),
708
+ labelIds: selLabelData.value || '',
709
+ pageSize: paginationParams.pageSize,
710
+ pageIndex: paginationParams.current,
711
+ state: 'A'
712
+ });
713
+ },
714
+ size: "small",
715
+ style: {
716
+ marginRight: 8
717
+ },
718
+ type: "primary"
719
+ }, (0, _locale.i18n)('QUERY'))))), /*#__PURE__*/_react["default"].createElement("div", {
720
+ className: "rightCot"
721
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Table, {
722
+ columns: columns,
723
+ dataSource: goodsList,
724
+ loading: loading,
725
+ pagination: __assign(__assign({}, paginationParams), {
726
+ onChange: function onChange(page) {
727
+ setLoading(true);
728
+ paginationParams.current = page;
729
+ setPaginationParams(paginationParams);
730
+ queryGoods({
731
+ productName: productName,
732
+ productCode: productCode,
733
+ cmpTypeId: promotions || '',
734
+ minPrice: minPrice === '' ? '' : minPrice * Math.pow(10, precision),
735
+ maxPrice: maxPrice === '' ? '' : maxPrice * Math.pow(10, precision),
736
+ catgIds: selCatgsList.join(','),
737
+ brandIds: selBrandsList.join(','),
738
+ labelIds: selLabelData.value || '',
739
+ pageSize: paginationParams.pageSize,
740
+ pageIndex: paginationParams.current,
741
+ state: 'A'
742
+ });
743
+ }
744
+ }),
745
+ rowKey: "productId",
746
+ rowSelection: rowSelection,
747
+ scroll: {
748
+ y: 300
749
+ }
750
+ }), /*#__PURE__*/_react["default"].createElement("div", {
751
+ className: "selectedCot"
752
+ }, selectedList.map(function (item, index) {
753
+ return /*#__PURE__*/_react["default"].createElement("div", {
754
+ key: index,
755
+ className: "selectedItem"
756
+ }, /*#__PURE__*/_react["default"].createElement("img", {
757
+ alt: "",
758
+ className: "selectedItemImg " + (item.state !== 'A' ? 'invalid' : ''),
759
+ src: item.productImageUrl,
760
+ title: item.productName
761
+ }), /*#__PURE__*/_react["default"].createElement(_Iconfont["default"], {
762
+ className: "selectedItemClose",
763
+ color: "#000",
764
+ onClick: function onClick() {
765
+ return delSelectedItem(index);
766
+ },
767
+ size: 12,
768
+ type: "icon-close"
769
+ }));
770
+ })))), /*#__PURE__*/_react["default"].createElement("div", {
771
+ className: "footer"
772
+ }, /*#__PURE__*/_react["default"].createElement("div", {
773
+ className: "total"
774
+ }, (0, _locale.i18n)('SELECTED'), ' ', /*#__PURE__*/_react["default"].createElement("span", {
775
+ className: "totalNum"
776
+ }, selectedList.length, "/", maxSelect)), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_antd.Button, {
777
+ onClick: function onClick() {
778
+ handleModalSave && handleModalSave(selectedList);
779
+ closeModal && closeModal();
780
+ },
781
+ style: {
782
+ marginRight: 10
783
+ },
784
+ type: "primary"
785
+ }, (0, _locale.i18n)('OK')), /*#__PURE__*/_react["default"].createElement(_antd.Button, {
786
+ onClick: function onClick() {
787
+ return closeModal && closeModal();
788
+ }
789
+ }, (0, _locale.i18n)('CANCEL'))))));
790
+ };
791
+
792
+ var _default = ProductModal;
793
+ exports["default"] = _default;