@fonixtree/magic-design 0.0.73 → 0.0.75

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 (668) 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/MessageModal/index.less +86 -0
  113. package/es/common/NewImg/index.js +165 -0
  114. package/es/common/NewImg/index.less +0 -0
  115. package/es/common/ProductModal/index.js +793 -0
  116. package/es/common/ProductModal/index.less +140 -0
  117. package/es/common/ProductSource/index.js +254 -0
  118. package/es/common/ProductSource/index.less +14 -0
  119. package/es/common/RcCollapse/Collapse.js +240 -0
  120. package/es/common/RcCollapse/Panel.js +193 -0
  121. package/es/common/RcCollapse/PanelContent.js +59 -0
  122. package/es/common/RcCollapse/index.js +15 -0
  123. package/es/common/RcCollapse/index.less +108 -0
  124. package/es/common/RcCollapse/interface.js +1 -0
  125. package/es/common/RcCollapse/motion.less +12 -0
  126. package/es/common/RcCollapse/motionUtil.js +44 -0
  127. package/es/common/Slider/index.js +151 -0
  128. package/es/common/Slider/index.less +45 -0
  129. package/es/common/SwitchCollapse/index.js +216 -0
  130. package/es/common/SwitchCollapse/index.less +40 -0
  131. package/es/common/UrlPicker/index.js +121 -0
  132. package/es/common/UrlPicker/index.less +72 -0
  133. package/es/common/index.js +127 -0
  134. package/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  135. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  136. package/es/composite-comp/bol/components/Banner/index.js +89 -0
  137. package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  138. package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  139. package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
  140. package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
  141. package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  142. package/es/composite-comp/bol/components/Button/index.js +103 -0
  143. package/es/composite-comp/bol/components/Button/index.less +47 -0
  144. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  145. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  146. package/es/composite-comp/bol/components/Carousel/index.js +93 -0
  147. package/es/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
  148. package/es/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
  149. package/es/composite-comp/bol/components/Carousel/pc/index.js +261 -0
  150. package/es/composite-comp/bol/components/Carousel/pc/index.less +89 -0
  151. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  152. package/es/composite-comp/bol/components/Divider/index.js +101 -0
  153. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  154. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  155. package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
  156. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  157. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  158. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  159. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  160. package/es/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
  161. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  162. package/es/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  163. package/es/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  164. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  165. package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
  166. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  167. package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  168. package/es/composite-comp/bol/components/Tag/index.js +107 -0
  169. package/es/composite-comp/bol/components/Tag/index.less +34 -0
  170. package/es/composite-comp/bol/components/Text/defaultJSON.js +155 -0
  171. package/es/composite-comp/bol/components/Text/index.js +123 -0
  172. package/es/composite-comp/bol/components/Text/index.less +61 -0
  173. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  174. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
  175. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  176. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
  177. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  178. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  179. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
  180. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  181. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  182. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  183. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  184. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
  185. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  186. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  187. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  188. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  189. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  190. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  191. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  192. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  193. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  194. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  195. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
  196. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  197. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  198. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
  199. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
  200. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  201. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
  202. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  203. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  204. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  205. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  206. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  207. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  208. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  209. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  210. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  211. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
  212. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  213. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  214. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  215. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  216. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  217. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  218. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  219. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  220. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
  221. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
  222. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  223. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
  224. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  225. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  226. package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
  227. package/es/composite-comp/common/components/ProductItem/index.js +209 -0
  228. package/es/composite-comp/common/components/ProductItem/index.less +157 -0
  229. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
  230. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
  231. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  232. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
  233. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  234. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  235. package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
  236. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  237. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  238. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  239. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
  240. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
  241. package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
  242. package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  243. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
  244. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
  245. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
  246. package/es/composite-comp/dito/components/Recommend/index.js +91 -0
  247. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  248. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  249. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  250. package/es/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
  251. package/es/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
  252. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  253. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  254. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  255. package/es/composite-comp/dito/components/Recommend/pc/index.js +653 -0
  256. package/es/composite-comp/dito/components/Recommend/pc/index.less +80 -0
  257. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  258. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  259. package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
  260. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
  261. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  262. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
  263. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  264. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
  265. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  266. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  267. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
  268. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
  269. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
  270. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  271. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  272. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
  273. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  274. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  275. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
  276. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
  277. package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
  278. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
  279. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
  280. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  281. package/es/constants/component-types.js +93 -0
  282. package/es/constants/index.js +152 -0
  283. package/es/constants/layout.js +162 -0
  284. package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
  285. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  286. package/es/core/Designer/CompListPanel/index.js +158 -0
  287. package/es/core/Designer/CompListPanel/index.less +69 -0
  288. package/es/core/Designer/ConfigPanel/index.js +300 -0
  289. package/es/core/Designer/ConfigPanel/index.less +139 -0
  290. package/es/core/Designer/History/index.js +91 -0
  291. package/es/core/Designer/PageCompList/index.js +268 -0
  292. package/es/core/Designer/PageCompList/index.less +139 -0
  293. package/es/core/Designer/QuickMenuBar/index.js +192 -0
  294. package/es/core/Designer/QuickMenuBar/index.less +76 -0
  295. package/es/core/Designer/ViewArea/index.js +150 -0
  296. package/es/core/Designer/ViewArea/index.less +53 -0
  297. package/es/core/Designer/index.js +482 -0
  298. package/es/core/Designer/index.less +6 -0
  299. package/es/core/Renderer/index.js +82 -0
  300. package/es/decorator/compositeDecorator.js +130 -0
  301. package/es/decorator/index.js +23 -0
  302. package/es/decorator/metaDecorator.js +199 -0
  303. package/es/index.js +29 -0
  304. package/es/locale/en/en.json +129 -0
  305. package/es/locale/es/es.json +129 -0
  306. package/es/locale/id/id.json +129 -0
  307. package/es/locale/index.js +45 -0
  308. package/es/meta-comp/components/Button/index.js +193 -0
  309. package/es/meta-comp/components/Button/index.less +20 -0
  310. package/es/meta-comp/components/Image/image/default-img.png +0 -0
  311. package/es/meta-comp/components/Image/index.js +199 -0
  312. package/es/meta-comp/components/Image/index.less +21 -0
  313. package/es/meta-comp/components/Text/index.js +478 -0
  314. package/es/meta-comp/components/Text/index.less +38 -0
  315. package/es/meta-comp/components/index.js +31 -0
  316. package/es/meta-comp/config-panels/BaseConfig.js +87 -0
  317. package/es/meta-comp/config-panels/ButtonConfig/index.js +368 -0
  318. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  319. package/es/meta-comp/config-panels/ImageConfig/index.js +406 -0
  320. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  321. package/es/meta-comp/config-panels/TextConfig/index.js +362 -0
  322. package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
  323. package/es/mobx/Store.js +102 -0
  324. package/es/mobx/index.js +36 -0
  325. package/es/utils/androidUtil.js +113 -0
  326. package/es/utils/businessUtil.js +235 -0
  327. package/es/utils/commonUtil.js +289 -0
  328. package/es/utils/compJsonUtil.js +240 -0
  329. package/es/utils/coreUtil.js +362 -0
  330. package/es/utils/currencyUtil.js +190 -0
  331. package/es/utils/dataTreeUtils.js +134 -0
  332. package/es/utils/dateUtil.js +70 -0
  333. package/es/utils/storeUtil.js +258 -0
  334. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  335. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  336. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  337. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  338. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  339. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  340. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  341. package/lib/assets/fonts/magic-box-iconfont.css +307 -0
  342. package/lib/assets/fonts/magic-box-iconfont.css.bak +307 -0
  343. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  344. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  345. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  346. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  347. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  348. package/lib/assets/images/icon/index.js +68 -0
  349. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  350. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  351. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  352. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  353. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  354. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  355. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  356. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  357. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  358. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  359. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  360. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  361. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  362. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  363. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  364. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  365. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  366. package/lib/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  367. package/lib/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  368. package/lib/assets/images/layout-icon/layout-recommend-1.png +0 -0
  369. package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
  370. package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
  371. package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
  372. package/lib/assets/images/layout-icon/layout-recommend-5.png +0 -0
  373. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  374. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  375. package/lib/assets/less/button.less +9 -0
  376. package/lib/assets/less/common.less +82 -0
  377. package/lib/assets/less/cylon-antd.less +32534 -0
  378. package/lib/assets/less/font.less +48 -0
  379. package/lib/assets/less/form.less +9 -0
  380. package/lib/assets/less/global.less +8 -0
  381. package/lib/assets/less/index.less +12 -0
  382. package/lib/assets/less/input.less +19 -0
  383. package/lib/assets/less/menu.less +21 -0
  384. package/lib/assets/less/modal.less +19 -0
  385. package/lib/assets/less/select.less +32 -0
  386. package/lib/assets/less/slider.less +21 -0
  387. package/lib/assets/less/switch.less +20 -0
  388. package/lib/assets/less/table.less +52 -0
  389. package/lib/assets/less/variables.less +4 -0
  390. package/lib/common/AlignSelector/index.js +104 -0
  391. package/lib/common/AlignSelector/index.less +28 -0
  392. package/lib/common/Button/index.js +134 -0
  393. package/lib/common/Button/index.less +68 -0
  394. package/lib/common/ButtonIconLayout/index.js +105 -0
  395. package/lib/common/ButtonIconLayout/index.less +53 -0
  396. package/lib/common/Collapse/index.js +384 -0
  397. package/lib/common/Collapse/index.less +97 -0
  398. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  399. package/lib/common/ColorPicker/index.js +131 -0
  400. package/lib/common/ColorPicker/index.less +26 -0
  401. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  402. package/lib/common/ColorPickerInput/index.js +114 -0
  403. package/lib/common/ColorPickerInput/index.less +50 -0
  404. package/lib/common/CountDown/index.js +151 -0
  405. package/lib/common/CountDown/index.less +23 -0
  406. package/lib/common/Field/index.js +80 -0
  407. package/lib/common/Field/index.less +37 -0
  408. package/lib/common/FontStyles/index.js +197 -0
  409. package/lib/common/FontStyles/index.less +63 -0
  410. package/lib/common/GroupList/defaultImg.png +0 -0
  411. package/lib/common/GroupList/index.js +210 -0
  412. package/lib/common/GroupList/index.less +85 -0
  413. package/lib/common/IconPicker/index.js +147 -0
  414. package/lib/common/IconPicker/index.less +46 -0
  415. package/lib/common/Iconfont/index.js +148 -0
  416. package/lib/common/Iconfont/index.less +20 -0
  417. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  418. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  419. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  420. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  421. package/lib/common/ImageModal/const.js +24 -0
  422. package/lib/common/ImageModal/index.js +750 -0
  423. package/lib/common/ImageModal/index.less +21 -0
  424. package/lib/common/ImagePicker/index.js +164 -0
  425. package/lib/common/ImagePicker/index.less +104 -0
  426. package/lib/common/InputNumber/index.js +91 -0
  427. package/lib/common/InputNumber/index.less +33 -0
  428. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  429. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  430. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  431. package/lib/common/LayoutSelector/index.js +111 -0
  432. package/lib/common/LayoutSelector/index.less +37 -0
  433. package/lib/common/LinkModal/BundleCampaign/index.js +390 -0
  434. package/lib/common/LinkModal/BundleCampaign/index.less +17 -0
  435. package/lib/common/LinkModal/CatgTable/index.js +234 -0
  436. package/lib/common/LinkModal/CouponTable/index.js +302 -0
  437. package/lib/common/LinkModal/CustomTable/index.js +228 -0
  438. package/lib/common/LinkModal/FilteredProductModal/index.js +692 -0
  439. package/lib/common/LinkModal/FilteredProductModal/index.less +126 -0
  440. package/lib/common/LinkModal/FunctionTable/index.js +224 -0
  441. package/lib/common/LinkModal/ProductDetailPage/index.js +496 -0
  442. package/lib/common/LinkModal/ProductDetailPage/index.less +12 -0
  443. package/lib/common/LinkModal/index.js +144 -0
  444. package/lib/common/LinkModal/index.less +103 -0
  445. package/lib/common/MessageModal/index.less +86 -0
  446. package/lib/common/NewImg/index.js +165 -0
  447. package/lib/common/NewImg/index.less +0 -0
  448. package/lib/common/ProductModal/index.js +793 -0
  449. package/lib/common/ProductModal/index.less +140 -0
  450. package/lib/common/ProductSource/index.js +254 -0
  451. package/lib/common/ProductSource/index.less +14 -0
  452. package/lib/common/RcCollapse/Collapse.js +240 -0
  453. package/lib/common/RcCollapse/Panel.js +193 -0
  454. package/lib/common/RcCollapse/PanelContent.js +59 -0
  455. package/lib/common/RcCollapse/index.js +15 -0
  456. package/lib/common/RcCollapse/index.less +108 -0
  457. package/lib/common/RcCollapse/interface.js +1 -0
  458. package/lib/common/RcCollapse/motion.less +12 -0
  459. package/lib/common/RcCollapse/motionUtil.js +44 -0
  460. package/lib/common/Slider/index.js +151 -0
  461. package/lib/common/Slider/index.less +45 -0
  462. package/lib/common/SwitchCollapse/index.js +216 -0
  463. package/lib/common/SwitchCollapse/index.less +40 -0
  464. package/lib/common/UrlPicker/index.js +121 -0
  465. package/lib/common/UrlPicker/index.less +72 -0
  466. package/lib/common/index.js +127 -0
  467. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  468. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  469. package/lib/composite-comp/bol/components/Banner/index.js +89 -0
  470. package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  471. package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  472. package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
  473. package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
  474. package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  475. package/lib/composite-comp/bol/components/Button/index.js +103 -0
  476. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  477. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  478. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  479. package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
  480. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +257 -0
  481. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +79 -0
  482. package/lib/composite-comp/bol/components/Carousel/pc/index.js +261 -0
  483. package/lib/composite-comp/bol/components/Carousel/pc/index.less +89 -0
  484. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  485. package/lib/composite-comp/bol/components/Divider/index.js +101 -0
  486. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  487. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  488. package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
  489. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  490. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  491. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  492. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  493. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +193 -0
  494. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  495. package/lib/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  496. package/lib/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  497. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  498. package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
  499. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  500. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  501. package/lib/composite-comp/bol/components/Tag/index.js +107 -0
  502. package/lib/composite-comp/bol/components/Tag/index.less +34 -0
  503. package/lib/composite-comp/bol/components/Text/defaultJSON.js +155 -0
  504. package/lib/composite-comp/bol/components/Text/index.js +123 -0
  505. package/lib/composite-comp/bol/components/Text/index.less +61 -0
  506. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  507. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +128 -0
  508. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  509. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +227 -0
  510. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  511. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  512. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +101 -0
  513. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  514. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  515. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  516. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  517. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +146 -0
  518. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  519. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  520. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  521. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  522. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  523. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  524. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  525. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  526. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  527. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  528. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +146 -0
  529. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  530. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  531. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +59 -0
  532. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +128 -0
  533. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  534. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +187 -0
  535. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  536. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  537. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  538. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  539. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  540. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  541. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  542. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  543. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  544. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +140 -0
  545. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  546. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  547. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  548. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  549. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  550. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  551. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +164 -0
  552. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  553. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +186 -0
  554. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +101 -0
  555. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  556. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +92 -0
  557. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  558. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  559. package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
  560. package/lib/composite-comp/common/components/ProductItem/index.js +209 -0
  561. package/lib/composite-comp/common/components/ProductItem/index.less +157 -0
  562. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +111 -0
  563. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +254 -0
  564. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  565. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +173 -0
  566. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  567. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  568. package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
  569. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  570. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  571. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  572. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +454 -0
  573. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +100 -0
  574. package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +92 -0
  575. package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  576. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +117 -0
  577. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +37 -0
  578. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +294 -0
  579. package/lib/composite-comp/dito/components/Recommend/index.js +91 -0
  580. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  581. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  582. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  583. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +664 -0
  584. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +80 -0
  585. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  586. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  587. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  588. package/lib/composite-comp/dito/components/Recommend/pc/index.js +653 -0
  589. package/lib/composite-comp/dito/components/Recommend/pc/index.less +80 -0
  590. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  591. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  592. package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
  593. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +291 -0
  594. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  595. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +145 -0
  596. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  597. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +127 -0
  598. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  599. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  600. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +64 -0
  601. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +126 -0
  602. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +184 -0
  603. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  604. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  605. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +145 -0
  606. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  607. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  608. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +127 -0
  609. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +140 -0
  610. package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +111 -0
  611. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +423 -0
  612. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +213 -0
  613. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  614. package/lib/constants/component-types.js +93 -0
  615. package/lib/constants/index.js +152 -0
  616. package/lib/constants/layout.js +162 -0
  617. package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
  618. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  619. package/lib/core/Designer/CompListPanel/index.js +158 -0
  620. package/lib/core/Designer/CompListPanel/index.less +69 -0
  621. package/lib/core/Designer/ConfigPanel/index.js +300 -0
  622. package/lib/core/Designer/ConfigPanel/index.less +139 -0
  623. package/lib/core/Designer/History/index.js +91 -0
  624. package/lib/core/Designer/PageCompList/index.js +268 -0
  625. package/lib/core/Designer/PageCompList/index.less +139 -0
  626. package/lib/core/Designer/QuickMenuBar/index.js +192 -0
  627. package/lib/core/Designer/QuickMenuBar/index.less +76 -0
  628. package/lib/core/Designer/ViewArea/index.js +150 -0
  629. package/lib/core/Designer/ViewArea/index.less +53 -0
  630. package/lib/core/Designer/index.js +482 -0
  631. package/lib/core/Designer/index.less +6 -0
  632. package/lib/core/Renderer/index.js +82 -0
  633. package/lib/decorator/compositeDecorator.js +130 -0
  634. package/lib/decorator/index.js +23 -0
  635. package/lib/decorator/metaDecorator.js +199 -0
  636. package/lib/index.js +29 -0
  637. package/lib/locale/en/en.json +129 -0
  638. package/lib/locale/es/es.json +129 -0
  639. package/lib/locale/id/id.json +129 -0
  640. package/lib/locale/index.js +45 -0
  641. package/lib/meta-comp/components/Button/index.js +193 -0
  642. package/lib/meta-comp/components/Button/index.less +20 -0
  643. package/lib/meta-comp/components/Image/image/default-img.png +0 -0
  644. package/lib/meta-comp/components/Image/index.js +199 -0
  645. package/lib/meta-comp/components/Image/index.less +21 -0
  646. package/lib/meta-comp/components/Text/index.js +478 -0
  647. package/lib/meta-comp/components/Text/index.less +38 -0
  648. package/lib/meta-comp/components/index.js +31 -0
  649. package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
  650. package/lib/meta-comp/config-panels/ButtonConfig/index.js +368 -0
  651. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  652. package/lib/meta-comp/config-panels/ImageConfig/index.js +406 -0
  653. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  654. package/lib/meta-comp/config-panels/TextConfig/index.js +362 -0
  655. package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
  656. package/lib/mobx/Store.js +102 -0
  657. package/lib/mobx/index.js +36 -0
  658. package/lib/utils/androidUtil.js +113 -0
  659. package/lib/utils/businessUtil.js +235 -0
  660. package/lib/utils/commonUtil.js +289 -0
  661. package/lib/utils/compJsonUtil.js +240 -0
  662. package/lib/utils/coreUtil.js +362 -0
  663. package/lib/utils/currencyUtil.js +190 -0
  664. package/lib/utils/dataTreeUtils.js +134 -0
  665. package/lib/utils/dateUtil.js +70 -0
  666. package/lib/utils/storeUtil.js +258 -0
  667. package/package.json +1 -86
  668. package/README.md +0 -320
@@ -0,0 +1,199 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _classnames = _interopRequireDefault(require("classnames"));
11
+
12
+ require("./index.less");
13
+
14
+ var _coreUtil = require("../../../utils/coreUtil");
15
+
16
+ var _decorator = require("../../../decorator");
17
+
18
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
+
20
+ 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); }
21
+
22
+ var __extends = void 0 && (void 0).__extends || function () {
23
+ var _extendStatics = function extendStatics(d, b) {
24
+ _extendStatics = Object.setPrototypeOf || {
25
+ __proto__: []
26
+ } instanceof Array && function (d, b) {
27
+ d.__proto__ = b;
28
+ } || function (d, b) {
29
+ for (var p in b) {
30
+ if (b.hasOwnProperty(p)) d[p] = b[p];
31
+ }
32
+ };
33
+
34
+ return _extendStatics(d, b);
35
+ };
36
+
37
+ return function (d, b) {
38
+ _extendStatics(d, b);
39
+
40
+ function __() {
41
+ this.constructor = d;
42
+ }
43
+
44
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
45
+ };
46
+ }();
47
+
48
+ var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
49
+ var c = arguments.length,
50
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
51
+ d;
52
+ if ((typeof Reflect === "undefined" ? "undefined" : _typeof(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) {
53
+ if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
54
+ }
55
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
56
+ };
57
+
58
+ var Image =
59
+ /** @class */
60
+ function (_super) {
61
+ __extends(Image, _super);
62
+
63
+ function Image() {
64
+ var _this = _super !== null && _super.apply(this, arguments) || this;
65
+
66
+ _this.state = {
67
+ // 当仅作为一个图片时,鼠标移上去,hover状态
68
+ hoverImgSrc: false
69
+ };
70
+
71
+ _this.getStyle = function () {
72
+ var _a = _this.props,
73
+ data = _a.data,
74
+ hoverState = _a.hoverState,
75
+ maxHeight = _a.maxHeight,
76
+ maxWidth = _a.maxWidth,
77
+ minWidth = _a.minWidth,
78
+ limitWidthHeight = _a.limitWidthHeight,
79
+ scale = _a.scale;
80
+ var hoverImgSrc = _this.state.hoverImgSrc;
81
+ var obj = {};
82
+
83
+ if (data.hover.open && data.hover.backgroundType === 'enlarge' && (hoverState || hoverImgSrc)) {
84
+ // return { transform: `scale(${data.hover.magnification})` };
85
+ obj.transform = "scale(" + data.hover.magnification / 2 + ")";
86
+ }
87
+
88
+ if (maxHeight) {
89
+ obj.maxHeight = maxHeight;
90
+ }
91
+
92
+ if (maxWidth) {
93
+ obj.maxWidth = maxWidth;
94
+ }
95
+
96
+ if (minWidth) {
97
+ obj.minWidth = minWidth;
98
+ }
99
+
100
+ if (limitWidthHeight) {
101
+ if ((0, _coreUtil.isPc)()) {
102
+ if (data.content.pcImgWidth) obj.width = data.content.pcImgWidth * scale;
103
+
104
+ if (data.content.pcImgWidth > data.content.pcImgHeight) {
105
+ obj.height = 'auto';
106
+ } else if (data.content.pcImgHeight) obj.height = data.content.pcImgHeight * scale;
107
+ } else {
108
+ if (data.content.h5ImgWidth) obj.width = data.content.h5ImgWidth * scale; // if (data.content.h5ImgHeight) obj.height = data.content.h5ImgHeight * scale;
109
+
110
+ if (data.content.h5ImgWidth > data.content.h5ImgHeight) {
111
+ obj.height = 'auto';
112
+ } else if (data.content.h5ImgHeight) obj.height = data.content.h5ImgHeight * scale;
113
+ }
114
+ }
115
+
116
+ return obj;
117
+ };
118
+
119
+ _this.mouseEnterImg = function () {
120
+ var _a = _this.props,
121
+ data = _a.data,
122
+ isBackground = _a.isBackground;
123
+
124
+ if (data.hover.open && !isBackground) {
125
+ _this.setState({
126
+ hoverImgSrc: true
127
+ });
128
+ }
129
+ };
130
+
131
+ _this.mouseLeaveImg = function () {
132
+ var _a = _this.props,
133
+ data = _a.data,
134
+ isBackground = _a.isBackground;
135
+
136
+ if (data.hover.open && !isBackground) {
137
+ _this.setState({
138
+ hoverImgSrc: false
139
+ });
140
+ }
141
+ };
142
+
143
+ return _this;
144
+ }
145
+
146
+ Image.prototype.render = function () {
147
+ var _a, _b;
148
+
149
+ var _c = this.props,
150
+ data = _c.data,
151
+ isBackground = _c.isBackground,
152
+ hoverState = _c.hoverState;
153
+ var hoverImgSrc = this.state.hoverImgSrc; // const { hoverSrc } = this.state;
154
+ // console.log('--metaImage ', this.props);
155
+
156
+ var srcImg = (0, _coreUtil.isPc)() ? (_a = data.content) === null || _a === void 0 ? void 0 : _a.pcImgSrc : (_b = data.content) === null || _b === void 0 ? void 0 : _b.h5ImgSrc;
157
+
158
+ if (data.hover.open && data.hover.backgroundType === 'new' && (hoverState || hoverImgSrc)) {
159
+ srcImg = (0, _coreUtil.isPc)() ? data.hover.pcImgHoverUrl : data.hover.h5ImgHoverUrl;
160
+ }
161
+
162
+ if (window.magicDesign.isShop && (srcImg === null || srcImg === void 0 ? void 0 : srcImg.includes('ecommerce/static'))) {
163
+ srcImg = srcImg.replace('ecommerce/static', 'static');
164
+ } // if (!srcImg) {
165
+ // srcImg = defaultImg;
166
+ // }
167
+
168
+
169
+ return /*#__PURE__*/_react["default"].createElement("div", {
170
+ className: (0, _classnames["default"])('m-meta-image', {
171
+ backgroundImg: isBackground
172
+ }),
173
+ onClick: function onClick() {
174
+ (0, _coreUtil.clickUrl)(data.content.clickUrl);
175
+ }
176
+ }, srcImg && /*#__PURE__*/_react["default"].createElement("img", {
177
+ onMouseEnter: this.mouseEnterImg,
178
+ onMouseLeave: this.mouseLeaveImg,
179
+ src: srcImg,
180
+ style: this.getStyle()
181
+ }));
182
+ };
183
+
184
+ Image.defaultProps = {
185
+ data: {
186
+ content: {},
187
+ hover: {}
188
+ },
189
+ isBackground: false,
190
+ hoverState: false,
191
+ limitWidthHeight: false,
192
+ scale: 1
193
+ };
194
+ Image = __decorate([_decorator.metaDecorator], Image);
195
+ return Image;
196
+ }(_react["default"].Component);
197
+
198
+ var _default = Image;
199
+ exports["default"] = _default;
@@ -0,0 +1,21 @@
1
+ .m-meta-image {
2
+ width: 100%;
3
+ height: 100%;
4
+ display: flex;
5
+ align-items: center;
6
+ justify-content: center;
7
+
8
+ &>img {
9
+ width: 100%;
10
+ height: 100%;
11
+ object-fit: contain;
12
+ transition: all .2s linear;
13
+ vertical-align: initial;
14
+ }
15
+
16
+ &.backgroundImg {
17
+ &>img {
18
+ object-fit: cover;
19
+ }
20
+ }
21
+ }
@@ -0,0 +1,478 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = exports.contentStyle = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _classnames = _interopRequireDefault(require("classnames"));
11
+
12
+ var _lodash = require("lodash");
13
+
14
+ require("./index.less");
15
+
16
+ var _Iconfont = require("../../../common/Iconfont");
17
+
18
+ var _decorator = require("../../../decorator");
19
+
20
+ var _businessUtil = require("../../../utils/businessUtil");
21
+
22
+ var _coreUtil = require("../../../utils/coreUtil");
23
+
24
+ var _mobx = require("../../../mobx");
25
+
26
+ var _commonUtil = require("../../../utils/commonUtil");
27
+
28
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
+
30
+ 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); }
31
+
32
+ var __extends = void 0 && (void 0).__extends || function () {
33
+ var _extendStatics = function extendStatics(d, b) {
34
+ _extendStatics = Object.setPrototypeOf || {
35
+ __proto__: []
36
+ } instanceof Array && function (d, b) {
37
+ d.__proto__ = b;
38
+ } || function (d, b) {
39
+ for (var p in b) {
40
+ if (b.hasOwnProperty(p)) d[p] = b[p];
41
+ }
42
+ };
43
+
44
+ return _extendStatics(d, b);
45
+ };
46
+
47
+ return function (d, b) {
48
+ _extendStatics(d, b);
49
+
50
+ function __() {
51
+ this.constructor = d;
52
+ }
53
+
54
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
55
+ };
56
+ }();
57
+
58
+ var __assign = void 0 && (void 0).__assign || function () {
59
+ __assign = Object.assign || function (t) {
60
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
61
+ s = arguments[i];
62
+
63
+ for (var p in s) {
64
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
65
+ }
66
+ }
67
+
68
+ return t;
69
+ };
70
+
71
+ return __assign.apply(this, arguments);
72
+ };
73
+
74
+ var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
75
+ var c = arguments.length,
76
+ r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
77
+ d;
78
+ if ((typeof Reflect === "undefined" ? "undefined" : _typeof(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) {
79
+ if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
80
+ }
81
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
82
+ };
83
+
84
+ var __spreadArrays = void 0 && (void 0).__spreadArrays || function () {
85
+ for (var s = 0, i = 0, il = arguments.length; i < il; i++) {
86
+ s += arguments[i].length;
87
+ }
88
+
89
+ for (var r = Array(s), k = 0, i = 0; i < il; i++) {
90
+ for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++) {
91
+ r[k] = a[j];
92
+ }
93
+ }
94
+
95
+ return r;
96
+ };
97
+
98
+ var contentStyle = function contentStyle(content) {
99
+ return {
100
+ fontSize: window.magicDesign.device == 'pc' ? content.pcFontSize : content.fontSize,
101
+ fontFamily: content.fontFamily,
102
+ fontWeight: content.fontWeight,
103
+ fontStyle: content.fontStyle,
104
+ color: content.color,
105
+ backgroundColor: content.backgroundColor,
106
+ textAlign: content.textAlign,
107
+ width: window.magicDesign.device == 'mobile' ? '100%' : content.width || 'fit-content'
108
+ };
109
+ };
110
+ /** 从父级数组中 分离出 片段数组 */
111
+
112
+
113
+ exports.contentStyle = contentStyle;
114
+
115
+ var calcSplitRange = function calcSplitRange(parentRange, splitRange) {
116
+ if (parentRange[0] == splitRange[0]) {
117
+ if (parentRange[1] == splitRange[1]) {
118
+ return parentRange;
119
+ } else {
120
+ return [[parentRange[0], splitRange[1]], [splitRange[1], parentRange[1]]];
121
+ }
122
+ }
123
+
124
+ if (parentRange[1] == splitRange[1]) {
125
+ return [[parentRange[0], splitRange[0]], [splitRange[0], parentRange[1]]];
126
+ }
127
+
128
+ return [[parentRange[0], splitRange[0]], [splitRange[0], splitRange[1]], [splitRange[1], parentRange[1]]];
129
+ };
130
+ /** 驱动配置面板渲染 */
131
+
132
+
133
+ var triggerTextConfigRender = function triggerTextConfigRender() {
134
+ window.document.dispatchEvent(new Event('text-render', {
135
+ bubbles: false
136
+ }));
137
+ };
138
+ /** 初始化监听事件 */
139
+
140
+
141
+ var initSelectionEvent = function initSelectionEvent() {
142
+ if (!window.document.onselectionchange) {
143
+ window.document.onselectionchange = (0, _lodash.debounce)(function (e) {
144
+ var _a;
145
+
146
+ var _b, _c, _d, _e;
147
+ /** 找到选中的text区域 并且注册过事件 */
148
+
149
+
150
+ var findSelectionTarget = window._selectionTarget.find(function (_a) {
151
+ var target = _a.target;
152
+ return target == e.target.activeElement;
153
+ });
154
+ /** 所有选中状态清楚 */
155
+
156
+
157
+ var clearSelection = function clearSelection() {
158
+ _mobx.store.setState({
159
+ textSelection: null
160
+ });
161
+
162
+ triggerTextConfigRender();
163
+ };
164
+
165
+ if (findSelectionTarget) {
166
+ var range = window.getSelection().getRangeAt(0);
167
+ var startOffset = range.startOffset,
168
+ endOffset = range.endOffset,
169
+ startContainer_1 = range.startContainer,
170
+ endContainer = range.endContainer;
171
+ /** 起始点=终点 取消 */
172
+
173
+ if (startOffset == endOffset) {
174
+ clearSelection();
175
+ return;
176
+ }
177
+ /** 如果全部选中 取消 */
178
+
179
+
180
+ if (startOffset == 0 && endOffset == findSelectionTarget.data.text.length) {
181
+ clearSelection();
182
+ return;
183
+ }
184
+ /** 判断起始点和结束点是否相同 */
185
+
186
+
187
+ if (startContainer_1 == endContainer) {
188
+ /** 如果还没有选中区域 */
189
+ if (findSelectionTarget.data.specialContent.length == 0) {
190
+ var nowRange_1 = [startOffset, endOffset].sort(function (a, b) {
191
+ return a - b;
192
+ });
193
+ var rangeList = calcSplitRange([0, findSelectionTarget.data.text.length], nowRange_1);
194
+ findSelectionTarget.data.specialContent = rangeList.map(function (range) {
195
+ return {
196
+ range: range,
197
+ content: {}
198
+ };
199
+ });
200
+ var findSelectionRange = (_b = findSelectionTarget.data.specialContent) === null || _b === void 0 ? void 0 : _b.find(function (c) {
201
+ return JSON.stringify(c.range) == JSON.stringify(nowRange_1);
202
+ });
203
+
204
+ _mobx.store.setState({
205
+ textSelection: findSelectionRange.content
206
+ });
207
+ } else {
208
+ /** 如果已有选中区域 */
209
+ var nowRange_2 = [startOffset, endOffset].sort(function (a, b) {
210
+ return a - b;
211
+ });
212
+ var selectionRangeJSON_1 = Object.keys(findSelectionTarget.selectionRefMap).find(function (rangeTarget) {
213
+ return findSelectionTarget.selectionRefMap[rangeTarget] == startContainer_1.parentNode;
214
+ });
215
+ var findSelectionRangeTarget_1 = (_c = findSelectionTarget.data.specialContent) === null || _c === void 0 ? void 0 : _c.find(function (c) {
216
+ return JSON.stringify(c.range) == selectionRangeJSON_1;
217
+ });
218
+ /** 选中没配置过的区域 可以进行拆分 */
219
+
220
+ if ((0, _lodash.isEmpty)(findSelectionRangeTarget_1.content)) {
221
+ /** 计算偏移值 */
222
+ nowRange_2[0] += findSelectionRangeTarget_1.range[0];
223
+ nowRange_2[1] += findSelectionRangeTarget_1.range[0];
224
+ /** 补充新的选中区域 */
225
+
226
+ if (JSON.stringify(findSelectionRangeTarget_1.range) != JSON.stringify(nowRange_2)) {
227
+ var rangeList = calcSplitRange(findSelectionRangeTarget_1.range, nowRange_2);
228
+ var nowContentIndex = (_d = findSelectionTarget.data.specialContent) === null || _d === void 0 ? void 0 : _d.findIndex(function (c) {
229
+ return c == findSelectionRangeTarget_1;
230
+ });
231
+
232
+ (_a = findSelectionTarget.data.specialContent).splice.apply(_a, __spreadArrays([nowContentIndex, 1], rangeList.map(function (range) {
233
+ return {
234
+ range: range,
235
+ content: {}
236
+ };
237
+ })));
238
+ }
239
+
240
+ var findSelectionRange = (_e = findSelectionTarget.data.specialContent) === null || _e === void 0 ? void 0 : _e.find(function (c) {
241
+ return JSON.stringify(c.range) == JSON.stringify(nowRange_2);
242
+ });
243
+
244
+ _mobx.store.setState({
245
+ textSelection: findSelectionRange.content
246
+ });
247
+ } else {
248
+ /** 选中已经配置过的区域 不能拆分 */
249
+ _mobx.store.setState({
250
+ textSelection: findSelectionRangeTarget_1.content
251
+ });
252
+ }
253
+ }
254
+ } else {
255
+ _mobx.store.setState({
256
+ textSelection: null
257
+ });
258
+ }
259
+
260
+ findSelectionTarget.refresh();
261
+ }
262
+
263
+ triggerTextConfigRender();
264
+ }, 500);
265
+ }
266
+ };
267
+ /** 添加选择区域监听目标 */
268
+
269
+
270
+ var appendSelectionTarget = function appendSelectionTarget(data) {
271
+ if (!window._selectionTarget) {
272
+ window._selectionTarget = [__assign({}, data)];
273
+ } else {
274
+ window._selectionTarget.push(__assign({}, data));
275
+ }
276
+ };
277
+ /** 删除监听目标 */
278
+
279
+
280
+ var deleteSelectionTarget = function deleteSelectionTarget(deleteTarget) {
281
+ window._selectionTarget = window._selectionTarget.filter(function (_a) {
282
+ var target = _a.target;
283
+ return target != deleteTarget;
284
+ });
285
+ };
286
+
287
+ var Text =
288
+ /** @class */
289
+ function (_super) {
290
+ __extends(Text, _super);
291
+
292
+ function Text() {
293
+ var _this = _super !== null && _super.apply(this, arguments) || this;
294
+
295
+ _this.state = {};
296
+ /** 分割区域dom映射 */
297
+
298
+ _this.selectionRefMap = {};
299
+ _this.textRef = /*#__PURE__*/_react["default"].createRef();
300
+ /** 备份历史数据 比对不一致时渲染 */
301
+
302
+ _this.preData = '';
303
+ _this.preTextSelection = null;
304
+ /** 创建关闭图标按钮 */
305
+
306
+ _this.createHoverClose = function (node, onCloseClick) {
307
+ if (onCloseClick === void 0) {
308
+ onCloseClick = function onCloseClick() {};
309
+ }
310
+
311
+ node.className = 'select-container';
312
+ var closeNode = document.createElement('span');
313
+ closeNode.className = 'close-wrap';
314
+ closeNode.contentEditable = 'false';
315
+ var iconNode = document.createElement('span');
316
+ iconNode.contentEditable = 'false';
317
+ iconNode.className = (0, _Iconfont.convertIconClass)('icon-close-circle');
318
+ iconNode.onclick = onCloseClick;
319
+ closeNode.appendChild(iconNode);
320
+ node.appendChild(closeNode);
321
+ };
322
+
323
+ _this.renderText = function (data) {
324
+ if (!_this.textRef.current) return;
325
+
326
+ _this.textRef.current.blur();
327
+ /** 保留历史数据 */
328
+
329
+
330
+ _this.preData = JSON.stringify(data);
331
+ _this.preTextSelection = _mobx.store.textSelection;
332
+ _this.preDevice = window.magicDesign.device;
333
+ /** 渲染html */
334
+
335
+ if (data.specialContent.length == 0) {
336
+ _this.textRef.current.innerHTML = data.text;
337
+ } else {
338
+ _this.textRef.current.innerHTML = '';
339
+ data.specialContent.forEach(function (c, index) {
340
+ var _a;
341
+
342
+ var node = document.createElement('span');
343
+ node.style = (0, _commonUtil.styleStringify)(contentStyle(c.content));
344
+ node.innerText = (_a = data.text).slice.apply(_a, c.range);
345
+ _this.selectionRefMap[JSON.stringify(c.range)] = node;
346
+
347
+ _this.textRef.current.appendChild(node);
348
+ /** 找到当前选中的区域 */
349
+
350
+
351
+ if (_mobx.store.textSelection == c.content) {
352
+ /** 添加删除按钮 */
353
+ _this.createHoverClose(node, function () {
354
+ /** 第一步去除选中区域 */
355
+ _mobx.store.setState({
356
+ textSelection: null
357
+ });
358
+ /** 清空区间配置 */
359
+
360
+
361
+ data.specialContent[index].content = {};
362
+ /** 合并区间无配置区间 */
363
+
364
+ for (var i = 0; i < data.specialContent.length - 1;) {
365
+ /** 如果本级和下级都是空值 那么合并 */
366
+ if ((0, _lodash.isEmpty)(data.specialContent[i].content) && (0, _lodash.isEmpty)(data.specialContent[i + 1].content)) {
367
+ data.specialContent[i].range = [data.specialContent[i].range[0], data.specialContent[i + 1].range[1]];
368
+ data.specialContent.splice(i + 1, 1);
369
+ } else {
370
+ i += 1;
371
+ }
372
+ }
373
+
374
+ triggerTextConfigRender();
375
+ });
376
+ }
377
+ });
378
+ }
379
+ /** 清除无用的node */
380
+
381
+
382
+ Object.keys(_this.selectionRefMap).forEach(function (key) {
383
+ if (!data.specialContent.find(function (c) {
384
+ return JSON.stringify(c.range) == key;
385
+ })) {
386
+ Reflect.deleteProperty(_this.selectionRefMap, key);
387
+ }
388
+ });
389
+ };
390
+
391
+ return _this;
392
+ }
393
+
394
+ Text.prototype.componentDidMount = function () {
395
+ var _this = this;
396
+
397
+ this.renderText(this.props.data);
398
+ initSelectionEvent();
399
+ appendSelectionTarget({
400
+ target: this.textRef.current,
401
+ data: this.props.data,
402
+ selectionRefMap: this.selectionRefMap,
403
+ refresh: function refresh() {
404
+ _this.renderText(_this.props.data);
405
+ }
406
+ });
407
+ };
408
+
409
+ Text.prototype.shouldComponentUpdate = function (nextProps) {
410
+ var should1 = JSON.stringify(nextProps.data) != this.preData;
411
+ var should2 = _mobx.store.textSelection != this.preTextSelection;
412
+ var should3 = window.magicDesign.device != this.preDevice;
413
+ var result = should1 || should2 || should3;
414
+
415
+ if (result) {
416
+ this.renderText(nextProps.data);
417
+ }
418
+
419
+ return result;
420
+ };
421
+
422
+ Text.prototype.componentWillUnmount = function () {
423
+ deleteSelectionTarget(this.textRef.current);
424
+ };
425
+
426
+ Text.prototype.render = function () {
427
+ var _this = this;
428
+
429
+ var _a = this.props,
430
+ data = _a.data,
431
+ className = _a.className,
432
+ readonly = _a.readonly,
433
+ onTextInput = _a.onTextInput;
434
+
435
+ var style = __assign(__assign({}, contentStyle(data.content)), {
436
+ textDecorationLine: data.underline.open ? 'underline' : 'none',
437
+ textDecorationColor: data.underline.textDecorationColor,
438
+ textDecorationStyle: data.underline.textDecorationStyle
439
+ });
440
+
441
+ var wrapStyle = (0, _businessUtil.computeStyle)(data, window.magicDesign.device);
442
+ return /*#__PURE__*/_react["default"].createElement("div", {
443
+ ref: this.textRef,
444
+ className: (0, _classnames["default"])('m-meta-text', className),
445
+ contentEditable: (0, _coreUtil.isDesignMode)() && !readonly,
446
+ onInput: function onInput(e) {
447
+ var text = e.target.textContent;
448
+ data.text = text;
449
+ /** 毁灭吧 累了 */
450
+
451
+ data.specialContent = [];
452
+ /** 主动更新历史数据避免render */
453
+
454
+ _this.preData = JSON.stringify(__assign(__assign({}, JSON.parse(_this.preData)), {
455
+ text: text
456
+ }));
457
+ /** 通知变更 */
458
+
459
+ onTextInput(text);
460
+ },
461
+ onKeyDown: function onKeyDown(e) {
462
+ e.stopPropagation();
463
+ },
464
+ style: __assign(__assign({}, style), wrapStyle),
465
+ suppressContentEditableWarning: true
466
+ });
467
+ };
468
+
469
+ Text.defaultProps = {
470
+ readonly: false,
471
+ onTextInput: function onTextInput() {}
472
+ };
473
+ Text = __decorate([_decorator.metaDecorator], Text);
474
+ return Text;
475
+ }(_react["default"].Component);
476
+
477
+ var _default = Text;
478
+ exports["default"] = _default;