@fonixtree/magic-design 1.0.64 → 1.0.66

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 (419) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/assets/fonts/magic-box-iconfont.css +6 -62
  3. package/es/assets/fonts/magic-box-iconfont.css.bak +3 -35
  4. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  5. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
  6. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  8. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  9. package/es/assets/images/base64/index.js +2 -36
  10. package/es/assets/less/button.less +0 -5
  11. package/es/assets/less/cylon-antd.less +1686 -7246
  12. package/es/assets/less/font.less +0 -22
  13. package/es/common/Button/index.less +1 -0
  14. package/es/common/CountDown/index.js +11 -20
  15. package/es/common/GroupList/index.js +2 -7
  16. package/es/common/ImagePicker/index.js +3 -1
  17. package/es/common/LinkModal/CouponTable/index.js +3 -3
  18. package/es/common/LinkModal/CustomTable/index.js +0 -1
  19. package/es/common/LinkModal/FunctionTable/index.js +1 -2
  20. package/es/common/LinkModal/index.js +2 -14
  21. package/es/common/MagicLink/index.js +2 -2
  22. package/es/common/ProductModal/index.js +3 -38
  23. package/es/common/ProductSource/index.js +18 -59
  24. package/es/common/UrlPicker/index.js +10 -62
  25. package/es/common/index.js +0 -24
  26. package/es/composite-comp/bol/components/Banner/mobile/index.js +2 -1
  27. package/es/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  28. package/es/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  29. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  30. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  31. package/es/composite-comp/bol/components/Video/index.js +2 -1
  32. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -21
  33. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -36
  34. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +54 -43
  35. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -2
  36. package/es/composite-comp/bol/components/Wallet/defaultJSON.js +88 -112
  37. package/es/composite-comp/bol/components/Wallet/index.js +15 -11
  38. package/es/composite-comp/bol/components/Wallet/mobile/index.js +64 -314
  39. package/es/composite-comp/bol/components/Wallet/mobile/index.less +40 -103
  40. package/es/composite-comp/bol/components/Wallet/pc/index.js +2 -0
  41. package/es/composite-comp/bol/components/Wallet/pc/index.less +40 -1
  42. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +6 -1
  43. package/es/composite-comp/bol/config-panels/WalletConfig/index.js +2 -11
  44. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -2
  45. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +82 -58
  46. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +0 -2
  47. package/es/composite-comp/common/components/ProductItem/index.js +20 -22
  48. package/es/composite-comp/common/components/ProductItem/index.less +12 -2
  49. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -13
  50. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +2 -3
  51. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  52. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +6 -8
  53. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  54. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +6 -8
  55. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  56. package/es/composite-comp/dito/components/Recommend/mobile/index.js +5 -6
  57. package/es/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  58. package/es/composite-comp/dito/components/Recommend/pc/index.js +5 -6
  59. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  60. package/es/composite-comp/dito/components/SignBoard/mobile/index.js +9 -6
  61. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +66 -62
  62. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +9 -10
  63. package/es/constants/component-types.js +3 -45
  64. package/es/constants/index.js +5 -74
  65. package/es/constants/layout.js +1 -48
  66. package/es/core/Designer/ChatRobot/index.js +17 -84
  67. package/es/core/Designer/ChatRobot/index.less +28 -69
  68. package/es/core/Designer/ConfigPanel/index.js +3 -14
  69. package/es/core/Designer/FonixtreeGpt/index.js +29 -222
  70. package/es/core/Designer/PageCompList/index.js +5 -6
  71. package/es/core/Designer/QuickMenuBar/index.js +5 -11
  72. package/es/core/Designer/QuickMenuBar/index.less +0 -4
  73. package/es/core/Designer/RenderHtml/index.js +15 -18
  74. package/es/core/Designer/RenderHtml/index.less +1 -1
  75. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +6 -19
  76. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +6 -19
  77. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +6 -19
  78. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +6 -27
  79. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +20 -4
  80. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +5 -36
  81. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +16 -17
  82. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +6 -27
  83. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +20 -4
  84. package/es/core/Designer/ToolBarModal/ToolBtn/index.js +3 -28
  85. package/es/core/Designer/ToolBarModal/ToolBtn/index.less +1 -2
  86. package/es/core/Designer/ToolBarModal/index.js +27 -69
  87. package/es/core/Designer/ToolBarModal/index.less +2 -3
  88. package/es/core/Designer/index.js +2 -26
  89. package/es/core/Renderer/index.js +29 -74
  90. package/es/decorator/compositeDecorator.js +6 -33
  91. package/es/decorator/metaDecorator.js +1 -1
  92. package/es/locale/en/en.json +3 -17
  93. package/es/locale/es/es.json +3 -17
  94. package/es/locale/id/id.json +3 -17
  95. package/es/meta-comp/components/Image/index.js +25 -31
  96. package/es/meta-comp/components/Text/index.js +1 -4
  97. package/es/meta-comp/components/Text/index.less +0 -8
  98. package/es/meta-comp/config-panels/ImageConfig/index.js +44 -48
  99. package/es/mobx/Frame.js +2 -17
  100. package/es/mobx/index.js +3 -9
  101. package/es/utils/androidUtil.js +2 -13
  102. package/es/utils/businessUtil.js +3 -25
  103. package/es/utils/commonUtil.js +22 -177
  104. package/es/utils/coreUtil.js +2 -45
  105. package/es/utils/currencyUtil.js +2 -9
  106. package/lib/assets/fonts/.DS_Store +0 -0
  107. package/lib/assets/fonts/magic-box-iconfont.css +6 -62
  108. package/lib/assets/fonts/magic-box-iconfont.css.bak +3 -35
  109. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  110. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  111. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  112. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  113. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  114. package/lib/assets/images/base64/index.js +2 -36
  115. package/lib/assets/less/button.less +0 -5
  116. package/lib/assets/less/cylon-antd.less +1686 -7246
  117. package/lib/assets/less/font.less +0 -22
  118. package/lib/common/Button/index.less +1 -0
  119. package/lib/common/CountDown/index.js +11 -20
  120. package/lib/common/GroupList/index.js +2 -7
  121. package/lib/common/ImagePicker/index.js +3 -1
  122. package/lib/common/LinkModal/CouponTable/index.js +3 -3
  123. package/lib/common/LinkModal/CustomTable/index.js +0 -1
  124. package/lib/common/LinkModal/FunctionTable/index.js +1 -2
  125. package/lib/common/LinkModal/index.js +2 -14
  126. package/lib/common/MagicLink/index.js +2 -2
  127. package/lib/common/ProductModal/index.js +3 -38
  128. package/lib/common/ProductSource/index.js +18 -59
  129. package/lib/common/UrlPicker/index.js +10 -62
  130. package/lib/common/index.js +0 -24
  131. package/lib/composite-comp/bol/components/Banner/mobile/index.js +2 -1
  132. package/lib/composite-comp/bol/components/Banner/mobile/index.less +78 -52
  133. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +100 -81
  134. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +22 -15
  135. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -233
  136. package/lib/composite-comp/bol/components/Video/index.js +2 -1
  137. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +27 -21
  138. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +45 -36
  139. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +54 -43
  140. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -2
  141. package/lib/composite-comp/bol/components/Wallet/defaultJSON.js +88 -112
  142. package/lib/composite-comp/bol/components/Wallet/index.js +15 -11
  143. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +64 -314
  144. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +40 -103
  145. package/lib/composite-comp/bol/components/Wallet/pc/index.js +2 -0
  146. package/lib/composite-comp/bol/components/Wallet/pc/index.less +40 -1
  147. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +6 -1
  148. package/lib/composite-comp/bol/config-panels/WalletConfig/index.js +2 -11
  149. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +2 -2
  150. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +82 -58
  151. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +0 -2
  152. package/lib/composite-comp/common/components/ProductItem/index.js +20 -22
  153. package/lib/composite-comp/common/components/ProductItem/index.less +12 -2
  154. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -13
  155. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +2 -3
  156. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +0 -1
  157. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +6 -8
  158. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +97 -83
  159. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +6 -8
  160. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +35 -18
  161. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +5 -6
  162. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +86 -73
  163. package/lib/composite-comp/dito/components/Recommend/pc/index.js +5 -6
  164. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +52 -45
  165. package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +9 -6
  166. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +66 -62
  167. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +9 -10
  168. package/lib/constants/component-types.js +3 -45
  169. package/lib/constants/index.js +5 -74
  170. package/lib/constants/layout.js +1 -48
  171. package/lib/core/Designer/ChatRobot/index.js +17 -84
  172. package/lib/core/Designer/ChatRobot/index.less +28 -69
  173. package/lib/core/Designer/ConfigPanel/index.js +3 -14
  174. package/lib/core/Designer/FonixtreeGpt/index.js +29 -222
  175. package/lib/core/Designer/PageCompList/index.js +5 -6
  176. package/lib/core/Designer/QuickMenuBar/index.js +5 -11
  177. package/lib/core/Designer/QuickMenuBar/index.less +0 -4
  178. package/lib/core/Designer/RenderHtml/index.js +15 -18
  179. package/lib/core/Designer/RenderHtml/index.less +1 -1
  180. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +6 -19
  181. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +6 -19
  182. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +6 -19
  183. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +6 -27
  184. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +20 -4
  185. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +5 -36
  186. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +16 -17
  187. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +6 -27
  188. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +20 -4
  189. package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +3 -28
  190. package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +1 -2
  191. package/lib/core/Designer/ToolBarModal/index.js +27 -69
  192. package/lib/core/Designer/ToolBarModal/index.less +2 -3
  193. package/lib/core/Designer/index.js +2 -26
  194. package/lib/core/Renderer/index.js +29 -74
  195. package/lib/decorator/compositeDecorator.js +6 -33
  196. package/lib/decorator/metaDecorator.js +1 -1
  197. package/lib/locale/en/en.json +3 -17
  198. package/lib/locale/es/es.json +3 -17
  199. package/lib/locale/id/id.json +3 -17
  200. package/lib/meta-comp/components/Image/index.js +25 -31
  201. package/lib/meta-comp/components/Text/index.js +1 -4
  202. package/lib/meta-comp/components/Text/index.less +0 -8
  203. package/lib/meta-comp/config-panels/ImageConfig/index.js +44 -48
  204. package/lib/mobx/Frame.js +2 -17
  205. package/lib/mobx/index.js +3 -9
  206. package/lib/utils/androidUtil.js +2 -13
  207. package/lib/utils/businessUtil.js +3 -25
  208. package/lib/utils/commonUtil.js +22 -177
  209. package/lib/utils/coreUtil.js +2 -45
  210. package/lib/utils/currencyUtil.js +2 -9
  211. package/package.json +1 -2
  212. package/es/assets/fonts/Trueno-Light.otf +0 -0
  213. package/es/assets/fonts/Trueno-Regular.otf +0 -0
  214. package/es/assets/fonts/TruenoBd.otf +0 -0
  215. package/es/assets/images/layout-icon/walletLayout2.png +0 -0
  216. package/es/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  217. package/es/common/AffiliateProductModal/index.js +0 -582
  218. package/es/common/AffiliateProductModal/index.less +0 -146
  219. package/es/common/CardCarousel/index.js +0 -171
  220. package/es/common/CardCarousel/index.less +0 -28
  221. package/es/common/CropperModal/index.js +0 -126
  222. package/es/common/CropperModal/index.less +0 -29
  223. package/es/common/MyModal/index.js +0 -417
  224. package/es/common/MyModal/index.less +0 -74
  225. package/es/common/UrlPicker/AnchorModal/index.js +0 -170
  226. package/es/common/UrlPicker/AnchorModal/index.less +0 -21
  227. package/es/composite-comp/bol/components/WalletNuri/defaultJSON.js +0 -148
  228. package/es/composite-comp/bol/components/WalletNuri/index.js +0 -84
  229. package/es/composite-comp/bol/components/WalletNuri/mobile/index.js +0 -366
  230. package/es/composite-comp/bol/components/WalletNuri/mobile/index.less +0 -22
  231. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +0 -201
  232. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +0 -9
  233. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  234. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +0 -100
  235. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +0 -72
  236. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -123
  237. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  238. package/es/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  239. package/es/composite-comp/bol/config-panels/WalletNuriConfig/index.js +0 -61
  240. package/es/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +0 -152
  241. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +0 -9
  242. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +0 -40
  243. package/es/composite-comp/common/components/AffiliateProductItem/index.js +0 -168
  244. package/es/composite-comp/common/components/AffiliateProductItem/index.less +0 -129
  245. package/es/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +0 -243
  246. package/es/composite-comp/dito/components/AffiliateRecommend/index.js +0 -90
  247. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +0 -660
  248. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +0 -84
  249. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +0 -728
  250. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.less +0 -124
  251. package/es/composite-comp/dito/components/CommonFunctions/defaultJSON.js +0 -92
  252. package/es/composite-comp/dito/components/CommonFunctions/index.js +0 -84
  253. package/es/composite-comp/dito/components/CommonFunctions/mobile/index.js +0 -107
  254. package/es/composite-comp/dito/components/CommonFunctions/mobile/index.less +0 -30
  255. package/es/composite-comp/dito/components/HeadNavigation/defaultJSON.js +0 -102
  256. package/es/composite-comp/dito/components/HeadNavigation/index.js +0 -84
  257. package/es/composite-comp/dito/components/HeadNavigation/mobile/index.js +0 -112
  258. package/es/composite-comp/dito/components/HeadNavigation/mobile/index.less +0 -34
  259. package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +0 -206
  260. package/es/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +0 -25
  261. package/es/composite-comp/dito/components/MenuNavigation/defaultJSON.js +0 -107
  262. package/es/composite-comp/dito/components/MenuNavigation/index.js +0 -84
  263. package/es/composite-comp/dito/components/MenuNavigation/mobile/index.js +0 -87
  264. package/es/composite-comp/dito/components/MenuNavigation/mobile/index.less +0 -8
  265. package/es/composite-comp/dito/components/Orders/defaultJSON.js +0 -89
  266. package/es/composite-comp/dito/components/Orders/index.js +0 -84
  267. package/es/composite-comp/dito/components/Orders/mobile/index.js +0 -345
  268. package/es/composite-comp/dito/components/Orders/mobile/index.less +0 -82
  269. package/es/composite-comp/dito/components/PersonalInformation/defaultJSON.js +0 -95
  270. package/es/composite-comp/dito/components/PersonalInformation/index.js +0 -84
  271. package/es/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  272. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.js +0 -568
  273. package/es/composite-comp/dito/components/PersonalInformation/mobile/index.less +0 -133
  274. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +0 -102
  275. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  276. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +0 -148
  277. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +0 -16
  278. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  279. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +0 -141
  280. package/es/composite-comp/dito/config-panels/CommonFunctionsConfig/ConfigGroup/index.js +0 -128
  281. package/es/composite-comp/dito/config-panels/CommonFunctionsConfig/index.js +0 -113
  282. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +0 -203
  283. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +0 -72
  284. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/HeadNavConfigImageGroup/index.js +0 -142
  285. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +0 -121
  286. package/es/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +0 -23
  287. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +0 -203
  288. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +0 -72
  289. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +0 -137
  290. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +0 -6
  291. package/es/composite-comp/dito/config-panels/MenuNavigationConfig/index.js +0 -40
  292. package/es/composite-comp/dito/config-panels/OrdersConfig/ConfigGroup/index.js +0 -131
  293. package/es/composite-comp/dito/config-panels/OrdersConfig/index.js +0 -114
  294. package/es/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigGroup/index.js +0 -131
  295. package/es/composite-comp/dito/config-panels/PersonalInformationConfig/index.js +0 -118
  296. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +0 -431
  297. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +0 -214
  298. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +0 -15
  299. package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +0 -122
  300. package/es/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.less +0 -0
  301. package/es/composite-comp/dito/second-config-panels/HeadNavigationSecondConfig/index.js +0 -127
  302. package/es/composite-comp/dito/second-config-panels/MenuNavigationSecondConfig/index.js +0 -127
  303. package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +0 -148
  304. package/es/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.less +0 -9
  305. package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +0 -143
  306. package/es/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +0 -9
  307. package/es/core/Designer/ChatRobot/components/SearchCondition/index.js +0 -128
  308. package/es/core/Designer/ChatRobot/components/SearchCondition/index.less +0 -33
  309. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +0 -77
  310. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +0 -27
  311. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +0 -40
  312. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +0 -40
  313. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +0 -40
  314. package/es/meta-comp/components/Text/formats/textAlign.js +0 -58
  315. package/es/mobx/UserState.js +0 -144
  316. package/lib/assets/fonts/Trueno-Light.otf +0 -0
  317. package/lib/assets/fonts/Trueno-Regular.otf +0 -0
  318. package/lib/assets/fonts/TruenoBd.otf +0 -0
  319. package/lib/assets/images/layout-icon/walletLayout2.png +0 -0
  320. package/lib/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  321. package/lib/common/AffiliateProductModal/index.js +0 -582
  322. package/lib/common/AffiliateProductModal/index.less +0 -146
  323. package/lib/common/CardCarousel/index.js +0 -171
  324. package/lib/common/CardCarousel/index.less +0 -28
  325. package/lib/common/CropperModal/index.js +0 -126
  326. package/lib/common/CropperModal/index.less +0 -29
  327. package/lib/common/MyModal/index.js +0 -417
  328. package/lib/common/MyModal/index.less +0 -74
  329. package/lib/common/UrlPicker/AnchorModal/index.js +0 -170
  330. package/lib/common/UrlPicker/AnchorModal/index.less +0 -21
  331. package/lib/composite-comp/bol/components/WalletNuri/defaultJSON.js +0 -148
  332. package/lib/composite-comp/bol/components/WalletNuri/index.js +0 -84
  333. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.js +0 -366
  334. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.less +0 -22
  335. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +0 -201
  336. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +0 -9
  337. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  338. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +0 -100
  339. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +0 -72
  340. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -123
  341. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  342. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  343. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/index.js +0 -61
  344. package/lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +0 -152
  345. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +0 -9
  346. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +0 -40
  347. package/lib/composite-comp/common/components/AffiliateProductItem/index.js +0 -168
  348. package/lib/composite-comp/common/components/AffiliateProductItem/index.less +0 -129
  349. package/lib/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +0 -243
  350. package/lib/composite-comp/dito/components/AffiliateRecommend/index.js +0 -90
  351. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +0 -660
  352. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +0 -84
  353. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +0 -728
  354. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.less +0 -124
  355. package/lib/composite-comp/dito/components/CommonFunctions/defaultJSON.js +0 -92
  356. package/lib/composite-comp/dito/components/CommonFunctions/index.js +0 -84
  357. package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.js +0 -107
  358. package/lib/composite-comp/dito/components/CommonFunctions/mobile/index.less +0 -30
  359. package/lib/composite-comp/dito/components/HeadNavigation/defaultJSON.js +0 -102
  360. package/lib/composite-comp/dito/components/HeadNavigation/index.js +0 -84
  361. package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.js +0 -112
  362. package/lib/composite-comp/dito/components/HeadNavigation/mobile/index.less +0 -34
  363. package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.js +0 -206
  364. package/lib/composite-comp/dito/components/MenuNavigation/MenuNavMetaImage/index.less +0 -25
  365. package/lib/composite-comp/dito/components/MenuNavigation/defaultJSON.js +0 -107
  366. package/lib/composite-comp/dito/components/MenuNavigation/index.js +0 -84
  367. package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.js +0 -87
  368. package/lib/composite-comp/dito/components/MenuNavigation/mobile/index.less +0 -8
  369. package/lib/composite-comp/dito/components/Orders/defaultJSON.js +0 -89
  370. package/lib/composite-comp/dito/components/Orders/index.js +0 -84
  371. package/lib/composite-comp/dito/components/Orders/mobile/index.js +0 -345
  372. package/lib/composite-comp/dito/components/Orders/mobile/index.less +0 -82
  373. package/lib/composite-comp/dito/components/PersonalInformation/defaultJSON.js +0 -95
  374. package/lib/composite-comp/dito/components/PersonalInformation/index.js +0 -84
  375. package/lib/composite-comp/dito/components/PersonalInformation/mobile/images/avatar.png +0 -0
  376. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.js +0 -568
  377. package/lib/composite-comp/dito/components/PersonalInformation/mobile/index.less +0 -133
  378. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +0 -102
  379. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  380. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +0 -148
  381. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +0 -16
  382. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  383. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +0 -141
  384. package/lib/composite-comp/dito/config-panels/CommonFunctionsConfig/ConfigGroup/index.js +0 -128
  385. package/lib/composite-comp/dito/config-panels/CommonFunctionsConfig/index.js +0 -113
  386. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.js +0 -203
  387. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/GroupList/index.less +0 -72
  388. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/HeadNavConfigImageGroup/index.js +0 -142
  389. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.js +0 -121
  390. package/lib/composite-comp/dito/config-panels/HeadNavigationConfig/index.less +0 -23
  391. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.js +0 -203
  392. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/GroupList/index.less +0 -72
  393. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.js +0 -137
  394. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/MenuNavConfigImageGroup/index.less +0 -6
  395. package/lib/composite-comp/dito/config-panels/MenuNavigationConfig/index.js +0 -40
  396. package/lib/composite-comp/dito/config-panels/OrdersConfig/ConfigGroup/index.js +0 -131
  397. package/lib/composite-comp/dito/config-panels/OrdersConfig/index.js +0 -114
  398. package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/ConfigGroup/index.js +0 -131
  399. package/lib/composite-comp/dito/config-panels/PersonalInformationConfig/index.js +0 -118
  400. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +0 -431
  401. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +0 -214
  402. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +0 -15
  403. package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.js +0 -122
  404. package/lib/composite-comp/dito/second-config-panels/CommonFunctionsSecondConfig/index.less +0 -0
  405. package/lib/composite-comp/dito/second-config-panels/HeadNavigationSecondConfig/index.js +0 -127
  406. package/lib/composite-comp/dito/second-config-panels/MenuNavigationSecondConfig/index.js +0 -127
  407. package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.js +0 -148
  408. package/lib/composite-comp/dito/second-config-panels/OrdersSecondConfig/index.less +0 -9
  409. package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.js +0 -143
  410. package/lib/composite-comp/dito/second-config-panels/PersonalInformationSecondConfig/index.less +0 -9
  411. package/lib/core/Designer/ChatRobot/components/SearchCondition/index.js +0 -128
  412. package/lib/core/Designer/ChatRobot/components/SearchCondition/index.less +0 -33
  413. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +0 -77
  414. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +0 -27
  415. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +0 -40
  416. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +0 -40
  417. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +0 -40
  418. package/lib/meta-comp/components/Text/formats/textAlign.js +0 -58
  419. package/lib/mobx/UserState.js +0 -144
@@ -1,133 +0,0 @@
1
- .personal-information-mobile {
2
- height: 3.24rem;
3
- padding: 0.32rem;
4
- box-sizing: border-box;
5
- }
6
- .personal-information-mobile .top {
7
- display: flex;
8
- justify-content: space-between;
9
- align-items: start;
10
- }
11
- .personal-information-mobile .top .pInfoWrap {
12
- display: flex;
13
- align-items: center;
14
- }
15
- .personal-information-mobile .top .pInfoWrap .photoWrap {
16
- position: relative;
17
- display: inline-block;
18
- vertical-align: middle;
19
- margin-right: 0.3rem;
20
- height: 0.88rem;
21
- width: 0.88rem;
22
- }
23
- .personal-information-mobile .top .pInfoWrap .photoWrap > input {
24
- position: absolute;
25
- z-index: 1;
26
- top: 0;
27
- left: 0;
28
- width: 100%;
29
- height: 100%;
30
- opacity: 0;
31
- }
32
- .personal-information-mobile .top .pInfoWrap .userInfo {
33
- display: inline-block;
34
- vertical-align: middle;
35
- }
36
- .personal-information-mobile .top .pInfoWrap .userInfo p {
37
- margin: 0;
38
- }
39
- .personal-information-mobile .top .pInfoWrap .userInfo .name {
40
- font-size: 0.28rem;
41
- font-weight: 500;
42
- color: #ffffff;
43
- max-width: 2.96rem;
44
- white-space: nowrap;
45
- text-overflow: ellipsis;
46
- overflow: hidden;
47
- word-break: break-all;
48
- }
49
- .personal-information-mobile .top .pInfoWrap .userInfo .phone {
50
- font-size: 0.28rem;
51
- font-weight: 400;
52
- color: #ffffff;
53
- margin-top: 0.1rem;
54
- }
55
- .personal-information-mobile .top .pInfoWrap .photo {
56
- display: inline-block;
57
- width: 0.88rem;
58
- height: 0.88rem;
59
- line-height: 1.2rem;
60
- text-align: center;
61
- background: #7b7b7b;
62
- margin-right: 0.3rem;
63
- border-radius: 50%;
64
- }
65
- .personal-information-mobile .top .pInfoWrap .btnLogin {
66
- font-size: 0.28rem;
67
- font-weight: 400;
68
- color: #ffffff;
69
- font-family: Montserrat;
70
- }
71
- .personal-information-mobile .top .btnGroup .iconWrap {
72
- display: inline-block;
73
- margin-left: 0.3rem;
74
- position: relative;
75
- }
76
- .personal-information-mobile .top .btnGroup .num {
77
- position: absolute;
78
- top: -0.04rem;
79
- left: 0.28rem;
80
- display: inline-block;
81
- padding: 0 0.08rem;
82
- border-radius: 50%;
83
- text-align: center;
84
- min-width: 0.32rem;
85
- height: 0.32rem;
86
- line-height: 0.32rem;
87
- background: #ce1126;
88
- font-size: 0.12rem;
89
- color: #ffffff;
90
- }
91
- .personal-information-mobile .bottom {
92
- display: flex;
93
- flex-direction: row;
94
- justify-content: space-around;
95
- width: 100%;
96
- margin-top: 0.48rem;
97
- }
98
- .personal-information-mobile .bottom .item {
99
- display: flex;
100
- flex-direction: column;
101
- justify-content: flex-start;
102
- align-items: center;
103
- flex: 1;
104
- position: relative;
105
- }
106
- .personal-information-mobile .bottom .item:after {
107
- content: '';
108
- display: inline-block;
109
- width: 0.02rem;
110
- height: 0.9rem;
111
- position: absolute;
112
- right: 0;
113
- top: 0.12rem;
114
- background: #ccc;
115
- }
116
- .personal-information-mobile .bottom .item:last-child:after {
117
- display: none;
118
- }
119
- .personal-information-mobile .bottom .item .number {
120
- width: 70% !important;
121
- font-size: 0.36rem;
122
- font-weight: 600;
123
- color: #ffffff;
124
- text-align: center;
125
- }
126
- .personal-information-mobile .bottom .item .title {
127
- width: 70% !important;
128
- font-size: 0.24rem;
129
- font-weight: 400;
130
- color: #ffffff;
131
- line-height: 0.32rem;
132
- text-align: center;
133
- }
@@ -1,102 +0,0 @@
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 _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
11
-
12
- var _coreUtil = require("../../../../../utils/coreUtil");
13
-
14
- var _common = require("../../../../../common");
15
-
16
- var _locale = require("../../../../../locale");
17
-
18
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
19
-
20
- var __extends = void 0 && (void 0).__extends || function () {
21
- var _extendStatics = function extendStatics(d, b) {
22
- _extendStatics = Object.setPrototypeOf || {
23
- __proto__: []
24
- } instanceof Array && function (d, b) {
25
- d.__proto__ = b;
26
- } || function (d, b) {
27
- for (var p in b) {
28
- if (b.hasOwnProperty(p)) d[p] = b[p];
29
- }
30
- };
31
-
32
- return _extendStatics(d, b);
33
- };
34
-
35
- return function (d, b) {
36
- _extendStatics(d, b);
37
-
38
- function __() {
39
- this.constructor = d;
40
- }
41
-
42
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
43
- };
44
- }();
45
-
46
- var AComponent =
47
- /** @class */
48
- function (_super) {
49
- __extends(AComponent, _super);
50
-
51
- function AComponent() {
52
- var _this = _super !== null && _super.apply(this, arguments) || this;
53
-
54
- _this.state = {};
55
-
56
- _this.reRender = function () {
57
- (0, _coreUtil.renderPreview)();
58
-
59
- _this.setState({});
60
- };
61
-
62
- return _this;
63
- }
64
-
65
- AComponent.prototype.render = function () {
66
- var panelProps = this.props.panelProps;
67
- return /*#__PURE__*/_react["default"].createElement("div", {
68
- className: "recommend_content"
69
- }, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
70
- headerSize: "middle",
71
- onRefresh: this.reRender,
72
- source: [{
73
- key: panelProps.productName.id,
74
- name: (0, _locale.i18n)('PRODUCT_NAME'),
75
- value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
76
- data: panelProps.productName
77
- }),
78
- metaOption: panelProps.productName
79
- }, {
80
- key: panelProps.salesPrice.id,
81
- name: (0, _locale.i18n)('SALES_PRICE'),
82
- value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
83
- data: panelProps.salesPrice
84
- }),
85
- metaOption: panelProps.salesPrice
86
- }],
87
- type: "switch"
88
- }));
89
- };
90
-
91
- AComponent.defaultProps = {
92
- panelProps: {
93
- sortType: '1',
94
- productName: {},
95
- salesPrice: {}
96
- }
97
- };
98
- return AComponent;
99
- }(_react["default"].Component);
100
-
101
- var _default = AComponent;
102
- exports["default"] = _default;
@@ -1,148 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _mobxReact = require("mobx-react");
11
-
12
- var _defaultImg = _interopRequireDefault(require("../imgs/defaultImg.png"));
13
-
14
- var _Button = _interopRequireDefault(require("../../../../../common/Button"));
15
-
16
- var _GroupList = _interopRequireDefault(require("../../../../../common/GroupList"));
17
-
18
- var _defaultJSON = require("../../../components/Recommend/defaultJSON");
19
-
20
- var _coreUtil = require("../../../../../utils/coreUtil");
21
-
22
- require("./index.less");
23
-
24
- var _locale = require("../../../../../locale");
25
-
26
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
27
-
28
- 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); }
29
-
30
- var __extends = void 0 && (void 0).__extends || function () {
31
- var _extendStatics = function extendStatics(d, b) {
32
- _extendStatics = Object.setPrototypeOf || {
33
- __proto__: []
34
- } instanceof Array && function (d, b) {
35
- d.__proto__ = b;
36
- } || function (d, b) {
37
- for (var p in b) {
38
- if (b.hasOwnProperty(p)) d[p] = b[p];
39
- }
40
- };
41
-
42
- return _extendStatics(d, b);
43
- };
44
-
45
- return function (d, b) {
46
- _extendStatics(d, b);
47
-
48
- function __() {
49
- this.constructor = d;
50
- }
51
-
52
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53
- };
54
- }();
55
-
56
- var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
57
- var c = arguments.length,
58
- r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
59
- d;
60
- 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--) {
61
- if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
62
- }
63
- return c > 3 && r && Object.defineProperty(target, key, r), r;
64
- };
65
-
66
- var notice = '';
67
-
68
- var AComponent =
69
- /** @class */
70
- function (_super) {
71
- __extends(AComponent, _super);
72
-
73
- function AComponent() {
74
- var _this = _super !== null && _super.apply(this, arguments) || this;
75
-
76
- _this.state = {};
77
-
78
- _this.onClickItem = function (node) {
79
- _this.props.store.setState({
80
- clickedGroup: node.id
81
- });
82
- };
83
-
84
- _this.onAddClick = function () {
85
- var json = (0, _defaultJSON.recommendGroupSourceJSON)(_this.props.id, '', 'Tab');
86
-
87
- _this.props.source.push(json);
88
-
89
- _this.setState({});
90
-
91
- (0, _coreUtil.renderPreview)();
92
- };
93
-
94
- _this.reRender = function () {
95
- _this.setState({});
96
- };
97
-
98
- return _this;
99
- }
100
-
101
- AComponent.prototype.render = function () {
102
- var source = this.props.source;
103
-
104
- var _renderCard = function renderCard(src) {
105
- return /*#__PURE__*/_react["default"].createElement("div", {
106
- className: "card_wrap"
107
- }, /*#__PURE__*/_react["default"].createElement("img", {
108
- alt: "",
109
- src: ((0, _coreUtil.isPc)() ? src.image.content.pcImgSrc : src.image.content.h5ImgSrc) || _defaultImg["default"]
110
- }), /*#__PURE__*/_react["default"].createElement("div", {
111
- className: "name",
112
- dangerouslySetInnerHTML: {
113
- __html: src.groupName.text
114
- }
115
- }));
116
- };
117
-
118
- return /*#__PURE__*/_react["default"].createElement("div", {
119
- className: "group_wrap"
120
- }, /*#__PURE__*/_react["default"].createElement("div", {
121
- className: "node_list"
122
- }, source.length === 0 ? /*#__PURE__*/_react["default"].createElement("span", {
123
- className: "notice"
124
- }, notice) : /*#__PURE__*/_react["default"].createElement(_GroupList["default"], {
125
- onClickItem: this.onClickItem,
126
- renderCard: function renderCard(v) {
127
- return _renderCard(v);
128
- },
129
- reRender: this.reRender,
130
- source: source
131
- })), /*#__PURE__*/_react["default"].createElement("div", {
132
- className: "btn_wrap"
133
- }, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
134
- icon: "icon-add",
135
- onClick: this.onAddClick,
136
- type: "primary"
137
- }, (0, _locale.i18n)('ADD_GROUP'))));
138
- };
139
-
140
- AComponent.defaultProps = {
141
- source: []
142
- };
143
- AComponent = __decorate([(0, _mobxReact.inject)('store'), _mobxReact.observer], AComponent);
144
- return AComponent;
145
- }(_react["default"].Component);
146
-
147
- var _default = AComponent;
148
- exports["default"] = _default;
@@ -1,16 +0,0 @@
1
- .group_wrap {
2
- margin-bottom: 20px;
3
-
4
- .node_list {
5
- margin-bottom: 12px;
6
-
7
- .notice {
8
- font-family: 'Open Sans';
9
- font-style: normal;
10
- font-weight: 400;
11
- font-size: 16px;
12
- line-height: 24px;
13
- color: #232F46;
14
- }
15
- }
16
- }
@@ -1,141 +0,0 @@
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 _RecommendConfigGroup = _interopRequireDefault(require("./RecommendConfigGroup"));
11
-
12
- var _RecommendConfigContent = _interopRequireDefault(require("./RecommendConfigContent"));
13
-
14
- var _coreUtil = require("../../../../utils/coreUtil");
15
-
16
- var _layout = require("../../../../constants/layout");
17
-
18
- var _SpacingConfig = _interopRequireDefault(require("../../../common/config-panels/SpacingConfig"));
19
-
20
- var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
21
-
22
- var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
23
-
24
- var _Collapse = _interopRequireDefault(require("../../../../common/Collapse"));
25
-
26
- var _locale = require("../../../../locale");
27
-
28
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
-
30
- var __extends = void 0 && (void 0).__extends || function () {
31
- var _extendStatics = function extendStatics(d, b) {
32
- _extendStatics = Object.setPrototypeOf || {
33
- __proto__: []
34
- } instanceof Array && function (d, b) {
35
- d.__proto__ = b;
36
- } || function (d, b) {
37
- for (var p in b) {
38
- if (b.hasOwnProperty(p)) d[p] = b[p];
39
- }
40
- };
41
-
42
- return _extendStatics(d, b);
43
- };
44
-
45
- return function (d, b) {
46
- _extendStatics(d, b);
47
-
48
- function __() {
49
- this.constructor = d;
50
- }
51
-
52
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53
- };
54
- }();
55
-
56
- var RecommendConfig =
57
- /** @class */
58
- function (_super) {
59
- __extends(RecommendConfig, _super);
60
-
61
- function RecommendConfig() {
62
- var _this = _super !== null && _super.apply(this, arguments) || this;
63
-
64
- _this.selfRender = function () {
65
- (0, _coreUtil.renderPreview)();
66
-
67
- _this.setState({});
68
- };
69
-
70
- _this.getLayout = function (v) {
71
- var data = _this.props.data;
72
-
73
- if ((0, _coreUtil.isPc)()) {
74
- data.customize.layout.pcLayout = v;
75
- } else {
76
- data.customize.layout.h5Layout = v;
77
- }
78
-
79
- _this.selfRender();
80
- };
81
-
82
- return _this;
83
- }
84
-
85
- RecommendConfig.prototype.render = function () {
86
- var _this = this;
87
-
88
- var data = this.props.data;
89
- return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
90
- divider: "bold",
91
- headerSize: "large",
92
- source: [{
93
- key: data.id,
94
- name: (0, _locale.i18n)('GROUP'),
95
- value: /*#__PURE__*/_react["default"].createElement(_RecommendConfigGroup["default"], {
96
- id: data.id,
97
- source: data.groupSource
98
- })
99
- }, {
100
- key: 'content',
101
- name: (0, _locale.i18n)('CONTENT'),
102
- value: /*#__PURE__*/_react["default"].createElement(_RecommendConfigContent["default"], {
103
- panelProps: data.content
104
- })
105
- }, {
106
- key: 'spacing',
107
- name: (0, _locale.i18n)('SPACING'),
108
- value: /*#__PURE__*/_react["default"].createElement(_SpacingConfig["default"], {
109
- configCompSpace: true,
110
- data: data.spacing
111
- })
112
- }, {
113
- key: 'customize',
114
- name: (0, _locale.i18n)('CUSTOMIZE'),
115
- value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
116
- data: data.customize,
117
- isHideAlign: true,
118
- layoutSource: (0, _coreUtil.isPc)() ? _layout.affiliateLayoutPc : _layout.affiliateLayoutMobile,
119
- selectedLayoutFun: function selectedLayoutFun(v) {
120
- _this.getLayout(v);
121
- }
122
- })
123
- }, {
124
- key: 'background',
125
- name: (0, _locale.i18n)('BACKGROUND'),
126
- value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
127
- data: data.background
128
- })
129
- }],
130
- type: "triangle"
131
- }));
132
- };
133
-
134
- RecommendConfig.defaultProps = {
135
- data: {}
136
- };
137
- return RecommendConfig;
138
- }(_react["default"].Component);
139
-
140
- var _default = RecommendConfig;
141
- exports["default"] = _default;
@@ -1,128 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
-
8
- var _react = _interopRequireDefault(require("react"));
9
-
10
- var _mobxReact = require("mobx-react");
11
-
12
- var _GroupList = _interopRequireDefault(require("../../../../../common/GroupList"));
13
-
14
- var _coreUtil = require("../../../../../utils/coreUtil");
15
-
16
- var _Button = _interopRequireDefault(require("../../../../../common/Button"));
17
-
18
- var _defaultJSON = require("../../../components/CommonFunctions/defaultJSON");
19
-
20
- var _locale = require("../../../../../locale");
21
-
22
- var _decorator = require("../../../../../decorator");
23
-
24
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
-
26
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
27
-
28
- var __extends = void 0 && (void 0).__extends || function () {
29
- var _extendStatics = function extendStatics(d, b) {
30
- _extendStatics = Object.setPrototypeOf || {
31
- __proto__: []
32
- } instanceof Array && function (d, b) {
33
- d.__proto__ = b;
34
- } || function (d, b) {
35
- for (var p in b) {
36
- if (b.hasOwnProperty(p)) d[p] = b[p];
37
- }
38
- };
39
-
40
- return _extendStatics(d, b);
41
- };
42
-
43
- return function (d, b) {
44
- _extendStatics(d, b);
45
-
46
- function __() {
47
- this.constructor = d;
48
- }
49
-
50
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
51
- };
52
- }();
53
-
54
- var __decorate = void 0 && (void 0).__decorate || function (decorators, target, key, desc) {
55
- var c = arguments.length,
56
- r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc,
57
- d;
58
- if ((typeof Reflect === "undefined" ? "undefined" : _typeof(Reflect)) === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);else for (var i = decorators.length - 1; i >= 0; i--) {
59
- if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
60
- }
61
- return c > 3 && r && Object.defineProperty(target, key, r), r;
62
- };
63
-
64
- var notice = 'Please add some Item';
65
-
66
- var ImageTextConfigGroup =
67
- /** @class */
68
- function (_super) {
69
- __extends(ImageTextConfigGroup, _super);
70
-
71
- function ImageTextConfigGroup() {
72
- var _this = _super !== null && _super.apply(this, arguments) || this;
73
-
74
- _this.state = {};
75
-
76
- _this.onClickItem = function (node) {
77
- _this.props.store.setState({
78
- clickedGroup: node.id
79
- });
80
- };
81
-
82
- _this.onAddClick = function () {
83
- var json = (0, _defaultJSON.CommonFunctionsGroupSourceJSON)();
84
-
85
- _this.props.source.push(json);
86
-
87
- _this.setState({});
88
-
89
- (0, _coreUtil.renderPreview)();
90
- };
91
-
92
- _this.reRender = function () {
93
- _this.setState({});
94
- };
95
-
96
- return _this;
97
- }
98
-
99
- ImageTextConfigGroup.prototype.render = function () {
100
- var source = this.props.source;
101
- return /*#__PURE__*/_react["default"].createElement("div", {
102
- className: "banner_group"
103
- }, /*#__PURE__*/_react["default"].createElement("div", {
104
- className: "node_list"
105
- }, source.length === 0 ? /*#__PURE__*/_react["default"].createElement("span", {
106
- className: "notice"
107
- }, notice) : /*#__PURE__*/_react["default"].createElement(_GroupList["default"], {
108
- onClickItem: this.onClickItem,
109
- reRender: this.reRender,
110
- source: source
111
- })), /*#__PURE__*/_react["default"].createElement("div", {
112
- className: "btn_wrap"
113
- }, /*#__PURE__*/_react["default"].createElement(_Button["default"], {
114
- icon: "icon-add",
115
- onClick: this.onAddClick,
116
- type: "primary"
117
- }, (0, _locale.i18n)('ADD'))));
118
- };
119
-
120
- ImageTextConfigGroup.defaultProps = {
121
- source: []
122
- };
123
- ImageTextConfigGroup = __decorate([(0, _mobxReact.inject)('store'), _mobxReact.observer, _decorator.updateConfigDecorator], ImageTextConfigGroup);
124
- return ImageTextConfigGroup;
125
- }(_react["default"].Component);
126
-
127
- var _default = ImageTextConfigGroup;
128
- exports["default"] = _default;