@fonixtree/magic-design 2.0.53 → 2.0.55

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 (1328) hide show
  1. package/es/assets/fonts/.DS_Store +0 -0
  2. package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
  3. package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
  4. package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
  5. package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  6. package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
  7. package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
  8. package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  9. package/es/assets/fonts/Trueno-Light.otf +0 -0
  10. package/es/assets/fonts/Trueno-Regular.otf +0 -0
  11. package/es/assets/fonts/TruenoBd.otf +0 -0
  12. package/es/assets/fonts/magic-box-iconfont.css +507 -0
  13. package/es/assets/fonts/magic-box-iconfont.css.bak +516 -0
  14. package/es/assets/fonts/magic-box-iconfont.js +5 -0
  15. package/es/assets/fonts/magic-box-iconfont.js.bak +5 -0
  16. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  17. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  18. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  19. package/es/assets/images/base64/index.js +18 -0
  20. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  21. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  22. package/es/assets/images/layout-icon/carouselLayout3.png +0 -0
  23. package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
  24. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  25. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  26. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  27. package/es/assets/images/layout-icon/imageTextLeft.svg +6 -0
  28. package/es/assets/images/layout-icon/imageTextRight.svg +6 -0
  29. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  30. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  31. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  32. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  33. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  34. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  35. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  36. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  37. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  38. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  39. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  40. package/es/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  41. package/es/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  42. package/es/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  43. package/es/assets/images/layout-icon/layout-recommend-1.png +0 -0
  44. package/es/assets/images/layout-icon/layout-recommend-2.png +0 -0
  45. package/es/assets/images/layout-icon/layout-recommend-3.png +0 -0
  46. package/es/assets/images/layout-icon/layout-recommend-4.png +0 -0
  47. package/es/assets/images/layout-icon/layout-recommend-5.png +0 -0
  48. package/es/assets/images/layout-icon/layout-search.png +0 -0
  49. package/es/assets/images/layout-icon/layout-video-h5-1.png +0 -0
  50. package/es/assets/images/layout-icon/layout-video-h5-2.png +0 -0
  51. package/es/assets/images/layout-icon/layout-video-h5-3.png +0 -0
  52. package/es/assets/images/layout-icon/layout-video-pc-1.png +0 -0
  53. package/es/assets/images/layout-icon/layout-video-pc-2.png +0 -0
  54. package/es/assets/images/layout-icon/layout-video-pc-3.png +0 -0
  55. package/es/assets/images/layout-icon/layout-video-pc-4.png +0 -0
  56. package/es/assets/images/layout-icon/layout-video-pc-5.png +0 -0
  57. package/es/assets/images/layout-icon/locationLayout.png +0 -0
  58. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  59. package/es/assets/images/layout-icon/walletLayout1.png +0 -0
  60. package/es/assets/images/layout-icon/walletLayout2.png +0 -0
  61. package/es/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  62. package/es/assets/less/button.less +32 -0
  63. package/es/assets/less/common.less +82 -0
  64. package/es/assets/less/cylon-antd.less +32456 -0
  65. package/es/assets/less/datepicker.less +13 -0
  66. package/es/assets/less/font.less +70 -0
  67. package/es/assets/less/form.less +10 -0
  68. package/es/assets/less/global.less +8 -0
  69. package/es/assets/less/index.less +13 -0
  70. package/es/assets/less/input.less +26 -0
  71. package/es/assets/less/menu.less +21 -0
  72. package/es/assets/less/modal.less +25 -0
  73. package/es/assets/less/select.less +32 -0
  74. package/es/assets/less/slider.less +69 -0
  75. package/es/assets/less/switch.less +20 -0
  76. package/es/assets/less/table.less +52 -0
  77. package/es/assets/less/variables.less +4 -0
  78. package/es/common/AffiliateProductModal/index.js +582 -0
  79. package/es/common/AffiliateProductModal/index.less +146 -0
  80. package/es/common/AlignSelector/index.js +120 -0
  81. package/es/common/AlignSelector/index.less +28 -0
  82. package/es/common/Button/index.js +135 -0
  83. package/es/common/Button/index.less +73 -0
  84. package/es/common/ButtonIconLayout/index.js +105 -0
  85. package/es/common/ButtonIconLayout/index.less +55 -0
  86. package/es/common/CardCarousel/index.js +171 -0
  87. package/es/common/CardCarousel/index.less +28 -0
  88. package/es/common/Carousel/index.js +69 -0
  89. package/es/common/Carousel/index.less +0 -0
  90. package/es/common/Collapse/index.js +398 -0
  91. package/es/common/Collapse/index.less +100 -0
  92. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  93. package/es/common/ColorPicker/index.js +134 -0
  94. package/es/common/ColorPicker/index.less +26 -0
  95. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  96. package/es/common/ColorPickerInput/index.js +114 -0
  97. package/es/common/ColorPickerInput/index.less +50 -0
  98. package/es/common/CountDown/index.js +151 -0
  99. package/es/common/CountDown/index.less +23 -0
  100. package/es/common/Field/index.js +97 -0
  101. package/es/common/Field/index.less +37 -0
  102. package/es/common/FontStyles/index.js +197 -0
  103. package/es/common/FontStyles/index.less +64 -0
  104. package/es/common/GroupList/defaultImg.png +0 -0
  105. package/es/common/GroupList/index.js +211 -0
  106. package/es/common/GroupList/index.less +88 -0
  107. package/es/common/IconPicker/index.js +147 -0
  108. package/es/common/IconPicker/index.less +46 -0
  109. package/es/common/Iconfont/index.js +148 -0
  110. package/es/common/Iconfont/index.less +20 -0
  111. package/es/common/ImageLazy/index.js +172 -0
  112. package/es/common/ImageLazy/index.less +0 -0
  113. package/es/common/ImageModal/CommonModal/const.js +22 -0
  114. package/es/common/ImageModal/CommonModal/index.js +46 -0
  115. package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
  116. package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
  117. package/es/common/ImageModal/const.js +24 -0
  118. package/es/common/ImageModal/index.js +815 -0
  119. package/es/common/ImageModal/index.less +34 -0
  120. package/es/common/ImageModal/utils.js +609 -0
  121. package/es/common/ImagePicker/index.js +317 -0
  122. package/es/common/ImagePicker/index.less +206 -0
  123. package/es/common/ImgArea/components/Crop.js +270 -0
  124. package/es/common/ImgArea/components/Icons.js +44 -0
  125. package/es/common/ImgArea/components/MultiCrops.js +217 -0
  126. package/es/common/ImgArea/index.js +11 -0
  127. package/es/common/InputNumber/index.js +91 -0
  128. package/es/common/InputNumber/index.less +38 -0
  129. package/es/common/LayoutSelector/imgs/center.png +0 -0
  130. package/es/common/LayoutSelector/imgs/left.png +0 -0
  131. package/es/common/LayoutSelector/imgs/right.png +0 -0
  132. package/es/common/LayoutSelector/index.js +111 -0
  133. package/es/common/LayoutSelector/index.less +37 -0
  134. package/es/common/LinkModal/AffiliateProductTable/index.js +348 -0
  135. package/es/common/LinkModal/BundleCampaign/index.js +412 -0
  136. package/es/common/LinkModal/BundleCampaign/index.less +19 -0
  137. package/es/common/LinkModal/CatgTable/index.js +244 -0
  138. package/es/common/LinkModal/CouponTable/index.js +315 -0
  139. package/es/common/LinkModal/CustomTable/index.js +237 -0
  140. package/es/common/LinkModal/FilteredProductModal/index.js +706 -0
  141. package/es/common/LinkModal/FilteredProductModal/index.less +127 -0
  142. package/es/common/LinkModal/FunctionTable/index.js +233 -0
  143. package/es/common/LinkModal/MiniAppTable/index.js +250 -0
  144. package/es/common/LinkModal/ProductDetailPage/index.js +504 -0
  145. package/es/common/LinkModal/ProductDetailPage/index.less +10 -0
  146. package/es/common/LinkModal/SelectVideoModal/index.js +212 -0
  147. package/es/common/LinkModal/SelectVideoModal/index.less +112 -0
  148. package/es/common/LinkModal/ShareUrl/index.js +33 -0
  149. package/es/common/LinkModal/ShareUrl/index.less +3 -0
  150. package/es/common/LinkModal/StoreCatgTable/index.js +244 -0
  151. package/es/common/LinkModal/StoreTable/index.js +328 -0
  152. package/es/common/LinkModal/index.js +368 -0
  153. package/es/common/LinkModal/index.less +104 -0
  154. package/es/common/MagicLink/index.js +89 -0
  155. package/es/common/MagicLink/index.less +0 -0
  156. package/es/common/MessageModal/index.js +73 -0
  157. package/es/common/MessageModal/index.less +86 -0
  158. package/es/common/MyModal/index.js +417 -0
  159. package/es/common/MyModal/index.less +74 -0
  160. package/es/common/NewImg/index.js +165 -0
  161. package/es/common/NewImg/index.less +0 -0
  162. package/es/common/ProductModal/index.js +790 -0
  163. package/es/common/ProductModal/index.less +146 -0
  164. package/es/common/ProductSource/index.js +286 -0
  165. package/es/common/ProductSource/index.less +14 -0
  166. package/es/common/RcCollapse/Collapse.js +240 -0
  167. package/es/common/RcCollapse/Panel.js +193 -0
  168. package/es/common/RcCollapse/PanelContent.js +59 -0
  169. package/es/common/RcCollapse/index.js +15 -0
  170. package/es/common/RcCollapse/index.less +108 -0
  171. package/es/common/RcCollapse/interface.js +1 -0
  172. package/es/common/RcCollapse/motion.less +12 -0
  173. package/es/common/RcCollapse/motionUtil.js +44 -0
  174. package/es/common/Slider/index.js +151 -0
  175. package/es/common/Slider/index.less +45 -0
  176. package/es/common/SwiperBan/index.js +94 -0
  177. package/es/common/SwiperBan/index.less +25 -0
  178. package/es/common/SwitchCollapse/index.js +216 -0
  179. package/es/common/SwitchCollapse/index.less +40 -0
  180. package/es/common/SystemNotification/Confirm/index.js +263 -0
  181. package/es/common/SystemNotification/Confirm/index.less +33 -0
  182. package/es/common/SystemNotification/index.js +115 -0
  183. package/es/common/UrlPicker/index.js +135 -0
  184. package/es/common/UrlPicker/index.less +86 -0
  185. package/es/common/Video/background.png +0 -0
  186. package/es/common/Video/closeImg.png +0 -0
  187. package/es/common/Video/components/index.js +100 -0
  188. package/es/common/Video/components/index.less +62 -0
  189. package/es/common/Video/cover.png +0 -0
  190. package/es/common/Video/index.js +748 -0
  191. package/es/common/Video/index.less +70 -0
  192. package/es/common/VideoUpload/index.js +156 -0
  193. package/es/common/VideoUpload/index.less +114 -0
  194. package/es/common/VideoUpload/video-upload-icon.png +0 -0
  195. package/es/common/index.js +191 -0
  196. package/es/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
  197. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  198. package/es/composite-comp/bol/components/Banner/index.js +103 -0
  199. package/es/composite-comp/bol/components/Banner/mobile/index.js +302 -0
  200. package/es/composite-comp/bol/components/Banner/mobile/index.less +54 -0
  201. package/es/composite-comp/bol/components/Banner/pc/index.js +356 -0
  202. package/es/composite-comp/bol/components/Banner/pc/index.less +85 -0
  203. package/es/composite-comp/bol/components/Button/defaultJSON.js +94 -0
  204. package/es/composite-comp/bol/components/Button/index.js +122 -0
  205. package/es/composite-comp/bol/components/Button/index.less +47 -0
  206. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
  207. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  208. package/es/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
  209. package/es/composite-comp/bol/components/Carousel/index.js +112 -0
  210. package/es/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
  211. package/es/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
  212. package/es/composite-comp/bol/components/Carousel/pc/index.js +362 -0
  213. package/es/composite-comp/bol/components/Carousel/pc/index.less +117 -0
  214. package/es/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
  215. package/es/composite-comp/bol/components/CustomCode/index.js +138 -0
  216. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  217. package/es/composite-comp/bol/components/Divider/index.js +103 -0
  218. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
  219. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  220. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
  221. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
  222. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
  223. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
  224. package/es/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
  225. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
  226. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
  227. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
  228. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
  229. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
  230. package/es/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
  231. package/es/composite-comp/bol/components/ImageGallery/index.js +88 -0
  232. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
  233. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
  234. package/es/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
  235. package/es/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
  236. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
  237. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  238. package/es/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
  239. package/es/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
  240. package/es/composite-comp/bol/components/ImageText/pc/index.js +338 -0
  241. package/es/composite-comp/bol/components/ImageText/pc/index.less +150 -0
  242. package/es/composite-comp/bol/components/Location/defaultJSON.js +60 -0
  243. package/es/composite-comp/bol/components/Location/index.js +100 -0
  244. package/es/composite-comp/bol/components/Location/index.less +15 -0
  245. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
  246. package/es/composite-comp/bol/components/Newsletter/index.js +141 -0
  247. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  248. package/es/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
  249. package/es/composite-comp/bol/components/Tag/index.js +127 -0
  250. package/es/composite-comp/bol/components/Tag/index.less +35 -0
  251. package/es/composite-comp/bol/components/Text/defaultJSON.js +151 -0
  252. package/es/composite-comp/bol/components/Text/index.js +161 -0
  253. package/es/composite-comp/bol/components/Text/index.less +58 -0
  254. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  255. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
  256. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
  257. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
  258. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
  259. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
  260. package/es/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
  261. package/es/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
  262. package/es/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
  263. package/es/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
  264. package/es/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
  265. package/es/composite-comp/bol/components/Video/defaultJSON.js +239 -0
  266. package/es/composite-comp/bol/components/Video/imgs/banner.png +0 -0
  267. package/es/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
  268. package/es/composite-comp/bol/components/Video/index.js +111 -0
  269. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
  270. package/es/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
  271. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
  272. package/es/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
  273. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
  274. package/es/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
  275. package/es/composite-comp/bol/components/Video/mobile/index.js +79 -0
  276. package/es/composite-comp/bol/components/Video/mobile/index.less +3 -0
  277. package/es/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
  278. package/es/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
  279. package/es/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
  280. package/es/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
  281. package/es/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
  282. package/es/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
  283. package/es/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
  284. package/es/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
  285. package/es/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
  286. package/es/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
  287. package/es/composite-comp/bol/components/Video/pc/index.js +139 -0
  288. package/es/composite-comp/bol/components/Video/pc/index.less +4 -0
  289. package/es/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
  290. package/es/composite-comp/bol/components/Wallet/index.js +84 -0
  291. package/es/composite-comp/bol/components/Wallet/mobile/index.js +611 -0
  292. package/es/composite-comp/bol/components/Wallet/mobile/index.less +103 -0
  293. package/es/composite-comp/bol/components/Wallet/pc/index.js +361 -0
  294. package/es/composite-comp/bol/components/Wallet/pc/index.less +40 -0
  295. package/es/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
  296. package/es/composite-comp/bol/components/WalletNuri/index.js +84 -0
  297. package/es/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
  298. package/es/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
  299. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -0
  300. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  301. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +228 -0
  302. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  303. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  304. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +143 -0
  305. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  306. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  307. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  308. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  309. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  310. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +148 -0
  311. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  312. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  313. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  314. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  315. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  316. package/es/composite-comp/bol/config-panels/CustomCodeConfig/MyEditor/index.js +42 -0
  317. package/es/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -0
  318. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  319. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  320. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  321. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  322. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  323. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +148 -0
  324. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  325. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  326. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +75 -0
  327. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
  328. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
  329. package/es/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
  330. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
  331. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  332. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
  333. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
  334. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
  335. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  336. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  337. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  338. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  339. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +64 -0
  340. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  341. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  342. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +142 -0
  343. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  344. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  345. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  346. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  347. package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
  348. package/es/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
  349. package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
  350. package/es/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
  351. package/es/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
  352. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
  353. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
  354. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
  355. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
  356. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
  357. package/es/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
  358. package/es/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  359. package/es/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
  360. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  361. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
  362. package/es/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
  363. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
  364. package/es/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  365. package/es/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  366. package/es/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -0
  367. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  368. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  369. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  370. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  371. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
  372. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
  373. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
  374. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
  375. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
  376. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  377. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -0
  378. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  379. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +93 -0
  380. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  381. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
  382. package/es/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
  383. package/es/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
  384. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +188 -0
  385. package/es/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
  386. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
  387. package/es/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
  388. package/es/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
  389. package/es/composite-comp/common/components/AffiliateProductItem/index.less +113 -0
  390. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  391. package/es/composite-comp/common/components/ImageLabel/index.less +45 -0
  392. package/es/composite-comp/common/components/ProductItem/index.js +248 -0
  393. package/es/composite-comp/common/components/ProductItem/index.less +168 -0
  394. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
  395. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
  396. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
  397. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
  398. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  399. package/es/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
  400. package/es/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
  401. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +659 -0
  402. package/es/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
  403. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.js +727 -0
  404. package/es/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
  405. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
  406. package/es/composite-comp/dito/components/FlashDeal/index.js +90 -0
  407. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -0
  408. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  409. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  410. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  411. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +439 -0
  412. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
  413. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
  414. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  415. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  416. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  417. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
  418. package/es/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
  419. package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
  420. package/es/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  421. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
  422. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
  423. package/es/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
  424. package/es/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  425. package/es/composite-comp/dito/components/PcNavigation/index.js +84 -0
  426. package/es/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
  427. package/es/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
  428. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
  429. package/es/composite-comp/dito/components/Recommend/index.js +90 -0
  430. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  431. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  432. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  433. package/es/composite-comp/dito/components/Recommend/mobile/index.js +694 -0
  434. package/es/composite-comp/dito/components/Recommend/mobile/index.less +76 -0
  435. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  436. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  437. package/es/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  438. package/es/composite-comp/dito/components/Recommend/pc/index.js +762 -0
  439. package/es/composite-comp/dito/components/Recommend/pc/index.less +124 -0
  440. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
  441. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  442. package/es/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
  443. package/es/composite-comp/dito/components/SearchBar/index.js +91 -0
  444. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
  445. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
  446. package/es/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
  447. package/es/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
  448. package/es/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
  449. package/es/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
  450. package/es/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
  451. package/es/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
  452. package/es/composite-comp/dito/components/SignBoard/index.js +91 -0
  453. package/es/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
  454. package/es/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
  455. package/es/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
  456. package/es/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
  457. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
  458. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  459. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +148 -0
  460. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
  461. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  462. package/es/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
  463. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
  464. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
  465. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -0
  466. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  467. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  468. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +73 -0
  469. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
  470. package/es/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
  471. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
  472. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
  473. package/es/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  474. package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -0
  475. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  476. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  477. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +149 -0
  478. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  479. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  480. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +141 -0
  481. package/es/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
  482. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
  483. package/es/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
  484. package/es/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
  485. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
  486. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
  487. package/es/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
  488. package/es/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
  489. package/es/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  490. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
  491. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
  492. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
  493. package/es/constants/component-types.js +141 -0
  494. package/es/constants/index.js +257 -0
  495. package/es/constants/layout.js +315 -0
  496. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  497. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  498. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  499. package/es/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  500. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  501. package/es/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  502. package/es/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  503. package/es/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  504. package/es/core/Designer/AiImageGenerator/History/index.js +147 -0
  505. package/es/core/Designer/AiImageGenerator/History/index.less +75 -0
  506. package/es/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
  507. package/es/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
  508. package/es/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
  509. package/es/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
  510. package/es/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  511. package/es/core/Designer/AiImageGenerator/index.js +752 -0
  512. package/es/core/Designer/AiImageGenerator/index.less +136 -0
  513. package/es/core/Designer/AppointmentModal/index.js +87 -0
  514. package/es/core/Designer/AppointmentModal/index.less +23 -0
  515. package/es/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  516. package/es/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  517. package/es/core/Designer/ChatRobot/index.js +343 -0
  518. package/es/core/Designer/ChatRobot/index.less +138 -0
  519. package/es/core/Designer/ChatRobot/markdown.less +1 -0
  520. package/es/core/Designer/CompListPanel/CompCard/index.js +50 -0
  521. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  522. package/es/core/Designer/CompListPanel/index.js +149 -0
  523. package/es/core/Designer/CompListPanel/index.less +69 -0
  524. package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  525. package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  526. package/es/core/Designer/ConfigPanel/index.js +390 -0
  527. package/es/core/Designer/ConfigPanel/index.less +148 -0
  528. package/es/core/Designer/FonixtreeGpt/index.js +160 -0
  529. package/es/core/Designer/History/index.js +97 -0
  530. package/es/core/Designer/LeftTitle/index.js +66 -0
  531. package/es/core/Designer/LeftTitle/index.less +9 -0
  532. package/es/core/Designer/PageCompList/index.js +328 -0
  533. package/es/core/Designer/PageCompList/index.less +139 -0
  534. package/es/core/Designer/QuickMenuBar/index.js +236 -0
  535. package/es/core/Designer/QuickMenuBar/index.less +121 -0
  536. package/es/core/Designer/RenderHtml/index.js +99 -0
  537. package/es/core/Designer/RenderHtml/index.less +5 -0
  538. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
  539. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
  540. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +40 -0
  541. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +40 -0
  542. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +40 -0
  543. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
  544. package/es/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
  545. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
  546. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
  547. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
  548. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
  549. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
  550. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +117 -0
  551. package/es/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
  552. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +77 -0
  553. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
  554. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +136 -0
  555. package/es/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
  556. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
  557. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
  558. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
  559. package/es/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
  560. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
  561. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
  562. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
  563. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
  564. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
  565. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
  566. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
  567. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
  568. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +126 -0
  569. package/es/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
  570. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +40 -0
  571. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +40 -0
  572. package/es/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +40 -0
  573. package/es/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
  574. package/es/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
  575. package/es/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
  576. package/es/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
  577. package/es/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
  578. package/es/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
  579. package/es/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
  580. package/es/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
  581. package/es/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
  582. package/es/core/Designer/ToolBarModal/ToolBtn/index.js +176 -0
  583. package/es/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
  584. package/es/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
  585. package/es/core/Designer/ToolBarModal/index.js +411 -0
  586. package/es/core/Designer/ToolBarModal/index.less +33 -0
  587. package/es/core/Designer/ViewArea/index.js +191 -0
  588. package/es/core/Designer/ViewArea/index.less +89 -0
  589. package/es/core/Designer/index.js +812 -0
  590. package/es/core/Designer/index.less +6 -0
  591. package/es/core/Renderer/index.js +184 -0
  592. package/es/decorator/compositeDecorator.js +276 -0
  593. package/es/decorator/index.js +68 -0
  594. package/es/decorator/lazyLoadDecorator.js +75 -0
  595. package/es/decorator/metaDecorator.js +241 -0
  596. package/es/decorator/updateConfigDecorator.js +76 -0
  597. package/es/index.js +29 -0
  598. package/es/locale/en/en.json +184 -0
  599. package/es/locale/es/es.json +184 -0
  600. package/es/locale/id/id.json +184 -0
  601. package/es/locale/index.js +45 -0
  602. package/es/meta-comp/components/Button/editable.js +123 -0
  603. package/es/meta-comp/components/Button/editable.less +6 -0
  604. package/es/meta-comp/components/Button/index.js +183 -0
  605. package/es/meta-comp/components/Button/index.less +21 -0
  606. package/es/meta-comp/components/Image/image/default-img.png +0 -0
  607. package/es/meta-comp/components/Image/image/h5DefImg.png +0 -0
  608. package/es/meta-comp/components/Image/image/h5Img.png +0 -0
  609. package/es/meta-comp/components/Image/image/pcDefImg.png +0 -0
  610. package/es/meta-comp/components/Image/image/pcImg.png +0 -0
  611. package/es/meta-comp/components/Image/index.js +262 -0
  612. package/es/meta-comp/components/Image/index.less +25 -0
  613. package/es/meta-comp/components/Text/formats/fontFamily.js +58 -0
  614. package/es/meta-comp/components/Text/formats/fontStyle.js +58 -0
  615. package/es/meta-comp/components/Text/formats/fontWeight.js +58 -0
  616. package/es/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
  617. package/es/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
  618. package/es/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
  619. package/es/meta-comp/components/Text/index.js +306 -0
  620. package/es/meta-comp/components/Text/index.less +103 -0
  621. package/es/meta-comp/components/index.js +31 -0
  622. package/es/meta-comp/config-panels/BaseConfig.js +85 -0
  623. package/es/meta-comp/config-panels/ButtonConfig/index.js +397 -0
  624. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  625. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
  626. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
  627. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
  628. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
  629. package/es/meta-comp/config-panels/ImageConfig/index.js +448 -0
  630. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  631. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  632. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  633. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  634. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  635. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  636. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  637. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  638. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  639. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  640. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  641. package/es/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  642. package/es/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  643. package/es/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
  644. package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
  645. package/es/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
  646. package/es/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
  647. package/es/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
  648. package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
  649. package/es/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
  650. package/es/meta-comp/config-panels/TextConfig/index.js +379 -0
  651. package/es/meta-comp/config-panels/TextConfig/index.less +20 -0
  652. package/es/mobx/Frame.js +85 -0
  653. package/es/mobx/Store.js +104 -0
  654. package/es/mobx/index.js +42 -0
  655. package/es/utils/androidUtil.js +134 -0
  656. package/es/utils/businessUtil.js +464 -0
  657. package/es/utils/commonUtil.js +951 -0
  658. package/es/utils/compJsonUtil.js +240 -0
  659. package/es/utils/coreUtil.js +394 -0
  660. package/es/utils/currencyUtil.js +216 -0
  661. package/es/utils/dataTreeUtils.js +134 -0
  662. package/es/utils/dateUtil.js +70 -0
  663. package/es/utils/storeUtil.js +258 -0
  664. package/lib/assets/fonts/.DS_Store +0 -0
  665. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  666. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  667. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  668. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  669. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  670. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  671. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  672. package/lib/assets/fonts/Trueno-Light.otf +0 -0
  673. package/lib/assets/fonts/Trueno-Regular.otf +0 -0
  674. package/lib/assets/fonts/TruenoBd.otf +0 -0
  675. package/lib/assets/fonts/magic-box-iconfont.css +507 -0
  676. package/lib/assets/fonts/magic-box-iconfont.css.bak +516 -0
  677. package/lib/assets/fonts/magic-box-iconfont.js +5 -0
  678. package/lib/assets/fonts/magic-box-iconfont.js.bak +5 -0
  679. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  680. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  681. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  682. package/lib/assets/images/base64/index.js +18 -0
  683. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  684. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  685. package/lib/assets/images/layout-icon/carouselLayout3.png +0 -0
  686. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  687. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  688. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  689. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  690. package/lib/assets/images/layout-icon/imageTextLeft.svg +6 -0
  691. package/lib/assets/images/layout-icon/imageTextRight.svg +6 -0
  692. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  693. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  694. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  695. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  696. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  697. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  698. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  699. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  700. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  701. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  702. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  703. package/lib/assets/images/layout-icon/layout-navigation-newline.png +0 -0
  704. package/lib/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  705. package/lib/assets/images/layout-icon/layout-navigation-tile.png +0 -0
  706. package/lib/assets/images/layout-icon/layout-recommend-1.png +0 -0
  707. package/lib/assets/images/layout-icon/layout-recommend-2.png +0 -0
  708. package/lib/assets/images/layout-icon/layout-recommend-3.png +0 -0
  709. package/lib/assets/images/layout-icon/layout-recommend-4.png +0 -0
  710. package/lib/assets/images/layout-icon/layout-recommend-5.png +0 -0
  711. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  712. package/lib/assets/images/layout-icon/layout-video-h5-1.png +0 -0
  713. package/lib/assets/images/layout-icon/layout-video-h5-2.png +0 -0
  714. package/lib/assets/images/layout-icon/layout-video-h5-3.png +0 -0
  715. package/lib/assets/images/layout-icon/layout-video-pc-1.png +0 -0
  716. package/lib/assets/images/layout-icon/layout-video-pc-2.png +0 -0
  717. package/lib/assets/images/layout-icon/layout-video-pc-3.png +0 -0
  718. package/lib/assets/images/layout-icon/layout-video-pc-4.png +0 -0
  719. package/lib/assets/images/layout-icon/layout-video-pc-5.png +0 -0
  720. package/lib/assets/images/layout-icon/locationLayout.png +0 -0
  721. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  722. package/lib/assets/images/layout-icon/walletLayout1.png +0 -0
  723. package/lib/assets/images/layout-icon/walletLayout2.png +0 -0
  724. package/lib/assets/images/layout-icon/walletNuriLayout1.png +0 -0
  725. package/lib/assets/less/button.less +32 -0
  726. package/lib/assets/less/common.less +82 -0
  727. package/lib/assets/less/cylon-antd.less +32456 -0
  728. package/lib/assets/less/datepicker.less +13 -0
  729. package/lib/assets/less/font.less +70 -0
  730. package/lib/assets/less/form.less +10 -0
  731. package/lib/assets/less/global.less +8 -0
  732. package/lib/assets/less/index.less +13 -0
  733. package/lib/assets/less/input.less +26 -0
  734. package/lib/assets/less/menu.less +21 -0
  735. package/lib/assets/less/modal.less +25 -0
  736. package/lib/assets/less/select.less +32 -0
  737. package/lib/assets/less/slider.less +69 -0
  738. package/lib/assets/less/switch.less +20 -0
  739. package/lib/assets/less/table.less +52 -0
  740. package/lib/assets/less/variables.less +4 -0
  741. package/lib/common/AffiliateProductModal/index.js +582 -0
  742. package/lib/common/AffiliateProductModal/index.less +146 -0
  743. package/lib/common/AlignSelector/index.js +120 -0
  744. package/lib/common/AlignSelector/index.less +28 -0
  745. package/lib/common/Button/index.js +135 -0
  746. package/lib/common/Button/index.less +73 -0
  747. package/lib/common/ButtonIconLayout/index.js +105 -0
  748. package/lib/common/ButtonIconLayout/index.less +55 -0
  749. package/lib/common/CardCarousel/index.js +171 -0
  750. package/lib/common/CardCarousel/index.less +28 -0
  751. package/lib/common/Carousel/index.js +69 -0
  752. package/lib/common/Carousel/index.less +0 -0
  753. package/lib/common/Collapse/index.js +398 -0
  754. package/lib/common/Collapse/index.less +100 -0
  755. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  756. package/lib/common/ColorPicker/index.js +134 -0
  757. package/lib/common/ColorPicker/index.less +26 -0
  758. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  759. package/lib/common/ColorPickerInput/index.js +114 -0
  760. package/lib/common/ColorPickerInput/index.less +50 -0
  761. package/lib/common/CountDown/index.js +151 -0
  762. package/lib/common/CountDown/index.less +23 -0
  763. package/lib/common/Field/index.js +97 -0
  764. package/lib/common/Field/index.less +37 -0
  765. package/lib/common/FontStyles/index.js +197 -0
  766. package/lib/common/FontStyles/index.less +64 -0
  767. package/lib/common/GroupList/defaultImg.png +0 -0
  768. package/lib/common/GroupList/index.js +211 -0
  769. package/lib/common/GroupList/index.less +88 -0
  770. package/lib/common/IconPicker/index.js +147 -0
  771. package/lib/common/IconPicker/index.less +46 -0
  772. package/lib/common/Iconfont/index.js +148 -0
  773. package/lib/common/Iconfont/index.less +20 -0
  774. package/lib/common/ImageLazy/index.js +172 -0
  775. package/lib/common/ImageLazy/index.less +0 -0
  776. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  777. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  778. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  779. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  780. package/lib/common/ImageModal/const.js +24 -0
  781. package/lib/common/ImageModal/index.js +815 -0
  782. package/lib/common/ImageModal/index.less +34 -0
  783. package/lib/common/ImageModal/utils.js +609 -0
  784. package/lib/common/ImagePicker/index.js +317 -0
  785. package/lib/common/ImagePicker/index.less +206 -0
  786. package/lib/common/ImgArea/components/Crop.js +270 -0
  787. package/lib/common/ImgArea/components/Icons.js +44 -0
  788. package/lib/common/ImgArea/components/MultiCrops.js +217 -0
  789. package/lib/common/ImgArea/index.js +11 -0
  790. package/lib/common/InputNumber/index.js +91 -0
  791. package/lib/common/InputNumber/index.less +38 -0
  792. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  793. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  794. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  795. package/lib/common/LayoutSelector/index.js +111 -0
  796. package/lib/common/LayoutSelector/index.less +37 -0
  797. package/lib/common/LinkModal/AffiliateProductTable/index.js +348 -0
  798. package/lib/common/LinkModal/BundleCampaign/index.js +412 -0
  799. package/lib/common/LinkModal/BundleCampaign/index.less +19 -0
  800. package/lib/common/LinkModal/CatgTable/index.js +244 -0
  801. package/lib/common/LinkModal/CouponTable/index.js +315 -0
  802. package/lib/common/LinkModal/CustomTable/index.js +237 -0
  803. package/lib/common/LinkModal/FilteredProductModal/index.js +706 -0
  804. package/lib/common/LinkModal/FilteredProductModal/index.less +127 -0
  805. package/lib/common/LinkModal/FunctionTable/index.js +233 -0
  806. package/lib/common/LinkModal/MiniAppTable/index.js +250 -0
  807. package/lib/common/LinkModal/ProductDetailPage/index.js +504 -0
  808. package/lib/common/LinkModal/ProductDetailPage/index.less +10 -0
  809. package/lib/common/LinkModal/SelectVideoModal/index.js +212 -0
  810. package/lib/common/LinkModal/SelectVideoModal/index.less +112 -0
  811. package/lib/common/LinkModal/ShareUrl/index.js +33 -0
  812. package/lib/common/LinkModal/ShareUrl/index.less +3 -0
  813. package/lib/common/LinkModal/StoreCatgTable/index.js +244 -0
  814. package/lib/common/LinkModal/StoreTable/index.js +328 -0
  815. package/lib/common/LinkModal/index.js +368 -0
  816. package/lib/common/LinkModal/index.less +104 -0
  817. package/lib/common/MagicLink/index.js +89 -0
  818. package/lib/common/MagicLink/index.less +0 -0
  819. package/lib/common/MessageModal/index.js +73 -0
  820. package/lib/common/MessageModal/index.less +86 -0
  821. package/lib/common/MyModal/index.js +417 -0
  822. package/lib/common/MyModal/index.less +74 -0
  823. package/lib/common/NewImg/index.js +165 -0
  824. package/lib/common/NewImg/index.less +0 -0
  825. package/lib/common/ProductModal/index.js +790 -0
  826. package/lib/common/ProductModal/index.less +146 -0
  827. package/lib/common/ProductSource/index.js +286 -0
  828. package/lib/common/ProductSource/index.less +14 -0
  829. package/lib/common/RcCollapse/Collapse.js +240 -0
  830. package/lib/common/RcCollapse/Panel.js +193 -0
  831. package/lib/common/RcCollapse/PanelContent.js +59 -0
  832. package/lib/common/RcCollapse/index.js +15 -0
  833. package/lib/common/RcCollapse/index.less +108 -0
  834. package/lib/common/RcCollapse/interface.js +1 -0
  835. package/lib/common/RcCollapse/motion.less +12 -0
  836. package/lib/common/RcCollapse/motionUtil.js +44 -0
  837. package/lib/common/Slider/index.js +151 -0
  838. package/lib/common/Slider/index.less +45 -0
  839. package/lib/common/SwiperBan/index.js +94 -0
  840. package/lib/common/SwiperBan/index.less +25 -0
  841. package/lib/common/SwitchCollapse/index.js +216 -0
  842. package/lib/common/SwitchCollapse/index.less +40 -0
  843. package/lib/common/SystemNotification/Confirm/index.js +263 -0
  844. package/lib/common/SystemNotification/Confirm/index.less +33 -0
  845. package/lib/common/SystemNotification/index.js +115 -0
  846. package/lib/common/UrlPicker/index.js +135 -0
  847. package/lib/common/UrlPicker/index.less +86 -0
  848. package/lib/common/Video/background.png +0 -0
  849. package/lib/common/Video/closeImg.png +0 -0
  850. package/lib/common/Video/components/index.js +100 -0
  851. package/lib/common/Video/components/index.less +62 -0
  852. package/lib/common/Video/cover.png +0 -0
  853. package/lib/common/Video/index.js +748 -0
  854. package/lib/common/Video/index.less +70 -0
  855. package/lib/common/VideoUpload/index.js +156 -0
  856. package/lib/common/VideoUpload/index.less +114 -0
  857. package/lib/common/VideoUpload/video-upload-icon.png +0 -0
  858. package/lib/common/index.js +191 -0
  859. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +276 -0
  860. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  861. package/lib/composite-comp/bol/components/Banner/index.js +103 -0
  862. package/lib/composite-comp/bol/components/Banner/mobile/index.js +302 -0
  863. package/lib/composite-comp/bol/components/Banner/mobile/index.less +54 -0
  864. package/lib/composite-comp/bol/components/Banner/pc/index.js +356 -0
  865. package/lib/composite-comp/bol/components/Banner/pc/index.less +85 -0
  866. package/lib/composite-comp/bol/components/Button/defaultJSON.js +94 -0
  867. package/lib/composite-comp/bol/components/Button/index.js +122 -0
  868. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  869. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +291 -0
  870. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  871. package/lib/composite-comp/bol/components/Carousel/imgs/pcDefImg1.png +0 -0
  872. package/lib/composite-comp/bol/components/Carousel/index.js +112 -0
  873. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +309 -0
  874. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +84 -0
  875. package/lib/composite-comp/bol/components/Carousel/pc/index.js +362 -0
  876. package/lib/composite-comp/bol/components/Carousel/pc/index.less +117 -0
  877. package/lib/composite-comp/bol/components/CustomCode/defaultJSON.js +39 -0
  878. package/lib/composite-comp/bol/components/CustomCode/index.js +138 -0
  879. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  880. package/lib/composite-comp/bol/components/Divider/index.js +103 -0
  881. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +83 -0
  882. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  883. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg1.png +0 -0
  884. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg2.png +0 -0
  885. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg3.png +0 -0
  886. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg4.png +0 -0
  887. package/lib/composite-comp/bol/components/ImageGallery/imgs/defImg5.png +0 -0
  888. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg1.png +0 -0
  889. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg2.png +0 -0
  890. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg3.png +0 -0
  891. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg4.png +0 -0
  892. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg5.png +0 -0
  893. package/lib/composite-comp/bol/components/ImageGallery/imgs/pcDefImg6.png +0 -0
  894. package/lib/composite-comp/bol/components/ImageGallery/index.js +88 -0
  895. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +165 -0
  896. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +15 -0
  897. package/lib/composite-comp/bol/components/ImageGallery/pc/index.js +185 -0
  898. package/lib/composite-comp/bol/components/ImageGallery/pc/index.less +23 -0
  899. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +431 -0
  900. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  901. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +243 -0
  902. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +234 -0
  903. package/lib/composite-comp/bol/components/ImageText/pc/index.js +338 -0
  904. package/lib/composite-comp/bol/components/ImageText/pc/index.less +150 -0
  905. package/lib/composite-comp/bol/components/Location/defaultJSON.js +60 -0
  906. package/lib/composite-comp/bol/components/Location/index.js +100 -0
  907. package/lib/composite-comp/bol/components/Location/index.less +15 -0
  908. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +149 -0
  909. package/lib/composite-comp/bol/components/Newsletter/index.js +141 -0
  910. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  911. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +115 -0
  912. package/lib/composite-comp/bol/components/Tag/index.js +127 -0
  913. package/lib/composite-comp/bol/components/Tag/index.less +35 -0
  914. package/lib/composite-comp/bol/components/Text/defaultJSON.js +151 -0
  915. package/lib/composite-comp/bol/components/Text/index.js +161 -0
  916. package/lib/composite-comp/bol/components/Text/index.less +58 -0
  917. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  918. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/arrow-right.png +0 -0
  919. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/facebook-icon.png +0 -0
  920. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/link-icon.png +0 -0
  921. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/linked-in-icon.png +0 -0
  922. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/twitter-icon.png +0 -0
  923. package/lib/composite-comp/bol/components/Video/components/ShareBtn/imgs/video-share.png +0 -0
  924. package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.js +163 -0
  925. package/lib/composite-comp/bol/components/Video/components/ShareBtn/index.less +51 -0
  926. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.js +184 -0
  927. package/lib/composite-comp/bol/components/Video/components/VideoTag/index.less +88 -0
  928. package/lib/composite-comp/bol/components/Video/defaultJSON.js +239 -0
  929. package/lib/composite-comp/bol/components/Video/imgs/banner.png +0 -0
  930. package/lib/composite-comp/bol/components/Video/imgs/play-circle.png +0 -0
  931. package/lib/composite-comp/bol/components/Video/index.js +111 -0
  932. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.js +186 -0
  933. package/lib/composite-comp/bol/components/Video/mobile/Layout1/index.less +24 -0
  934. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.js +226 -0
  935. package/lib/composite-comp/bol/components/Video/mobile/Layout2/index.less +40 -0
  936. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.js +194 -0
  937. package/lib/composite-comp/bol/components/Video/mobile/Layout3/index.less +46 -0
  938. package/lib/composite-comp/bol/components/Video/mobile/index.js +79 -0
  939. package/lib/composite-comp/bol/components/Video/mobile/index.less +3 -0
  940. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.js +186 -0
  941. package/lib/composite-comp/bol/components/Video/pc/Layout1/index.less +40 -0
  942. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.js +243 -0
  943. package/lib/composite-comp/bol/components/Video/pc/Layout2/index.less +68 -0
  944. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.js +188 -0
  945. package/lib/composite-comp/bol/components/Video/pc/Layout3/index.less +41 -0
  946. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.js +196 -0
  947. package/lib/composite-comp/bol/components/Video/pc/Layout4/index.less +54 -0
  948. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.js +196 -0
  949. package/lib/composite-comp/bol/components/Video/pc/Layout5/index.less +52 -0
  950. package/lib/composite-comp/bol/components/Video/pc/index.js +139 -0
  951. package/lib/composite-comp/bol/components/Video/pc/index.less +4 -0
  952. package/lib/composite-comp/bol/components/Wallet/defaultJSON.js +248 -0
  953. package/lib/composite-comp/bol/components/Wallet/index.js +84 -0
  954. package/lib/composite-comp/bol/components/Wallet/mobile/index.js +611 -0
  955. package/lib/composite-comp/bol/components/Wallet/mobile/index.less +103 -0
  956. package/lib/composite-comp/bol/components/Wallet/pc/index.js +361 -0
  957. package/lib/composite-comp/bol/components/Wallet/pc/index.less +40 -0
  958. package/lib/composite-comp/bol/components/WalletNuri/defaultJSON.js +148 -0
  959. package/lib/composite-comp/bol/components/WalletNuri/index.js +84 -0
  960. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.js +366 -0
  961. package/lib/composite-comp/bol/components/WalletNuri/mobile/index.less +22 -0
  962. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +160 -0
  963. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  964. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +228 -0
  965. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  966. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +48 -0
  967. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +143 -0
  968. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +16 -0
  969. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  970. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  971. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  972. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +69 -0
  973. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +148 -0
  974. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  975. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +201 -0
  976. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  977. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  978. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +71 -0
  979. package/lib/composite-comp/bol/config-panels/CustomCodeConfig/MyEditor/index.js +42 -0
  980. package/lib/composite-comp/bol/config-panels/CustomCodeConfig/index.js +111 -0
  981. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +100 -0
  982. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  983. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +179 -0
  984. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +91 -0
  985. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +59 -0
  986. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +148 -0
  987. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  988. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  989. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +75 -0
  990. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +146 -0
  991. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +198 -0
  992. package/lib/composite-comp/bol/config-panels/LocationConfig/index.js +149 -0
  993. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +189 -0
  994. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +113 -0
  995. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +59 -0
  996. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +101 -0
  997. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +143 -0
  998. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +16 -0
  999. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  1000. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  1001. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  1002. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +64 -0
  1003. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +101 -0
  1004. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  1005. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +142 -0
  1006. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  1007. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  1008. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  1009. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +71 -0
  1010. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.js +137 -0
  1011. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoConfigGroup/index.less +16 -0
  1012. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.js +131 -0
  1013. package/lib/composite-comp/bol/config-panels/VideoConfig/VideoShareConfig/index.less +9 -0
  1014. package/lib/composite-comp/bol/config-panels/VideoConfig/index.js +168 -0
  1015. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.js +93 -0
  1016. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent/index.less +0 -0
  1017. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.js +145 -0
  1018. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup/index.less +0 -0
  1019. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.js +201 -0
  1020. package/lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigSetting/index.less +9 -0
  1021. package/lib/composite-comp/bol/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  1022. package/lib/composite-comp/bol/config-panels/WalletConfig/index.js +77 -0
  1023. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  1024. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
  1025. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
  1026. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
  1027. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  1028. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  1029. package/lib/composite-comp/bol/config-panels/WalletNuriConfig/index.js +61 -0
  1030. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +153 -0
  1031. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  1032. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +103 -0
  1033. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +3 -0
  1034. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +340 -0
  1035. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +183 -0
  1036. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +302 -0
  1037. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +8 -0
  1038. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.js +103 -0
  1039. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +3 -0
  1040. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +105 -0
  1041. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  1042. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +93 -0
  1043. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  1044. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.js +375 -0
  1045. package/lib/composite-comp/bol/second-config-panels/VideoSecondConfig/index.less +79 -0
  1046. package/lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
  1047. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.js +188 -0
  1048. package/lib/composite-comp/bol/second-config-panels/WalletSecondConfig/index.less +9 -0
  1049. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Balance2.svg +9 -0
  1050. package/lib/composite-comp/common/components/AffiliateProductItem/imgs/icon-Koin.svg +40 -0
  1051. package/lib/composite-comp/common/components/AffiliateProductItem/index.js +177 -0
  1052. package/lib/composite-comp/common/components/AffiliateProductItem/index.less +113 -0
  1053. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  1054. package/lib/composite-comp/common/components/ImageLabel/index.less +45 -0
  1055. package/lib/composite-comp/common/components/ProductItem/index.js +248 -0
  1056. package/lib/composite-comp/common/components/ProductItem/index.less +168 -0
  1057. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +119 -0
  1058. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +303 -0
  1059. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +27 -0
  1060. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +183 -0
  1061. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  1062. package/lib/composite-comp/dito/components/AffiliateRecommend/defaultJSON.js +243 -0
  1063. package/lib/composite-comp/dito/components/AffiliateRecommend/index.js +90 -0
  1064. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.js +659 -0
  1065. package/lib/composite-comp/dito/components/AffiliateRecommend/mobile/index.less +95 -0
  1066. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.js +727 -0
  1067. package/lib/composite-comp/dito/components/AffiliateRecommend/pc/index.less +124 -0
  1068. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +244 -0
  1069. package/lib/composite-comp/dito/components/FlashDeal/index.js +90 -0
  1070. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg.png +0 -0
  1071. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  1072. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  1073. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  1074. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +439 -0
  1075. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +86 -0
  1076. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg.png +0 -0
  1077. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  1078. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  1079. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  1080. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +566 -0
  1081. package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +122 -0
  1082. package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +93 -0
  1083. package/lib/composite-comp/dito/components/MobileNavigation/index.js +84 -0
  1084. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +126 -0
  1085. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +21 -0
  1086. package/lib/composite-comp/dito/components/PcNavigation/defaultJSON.js +133 -0
  1087. package/lib/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +6 -0
  1088. package/lib/composite-comp/dito/components/PcNavigation/index.js +84 -0
  1089. package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +491 -0
  1090. package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +127 -0
  1091. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +312 -0
  1092. package/lib/composite-comp/dito/components/Recommend/index.js +90 -0
  1093. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  1094. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  1095. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  1096. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +694 -0
  1097. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +76 -0
  1098. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg1.png +0 -0
  1099. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg2.png +0 -0
  1100. package/lib/composite-comp/dito/components/Recommend/pc/imgs/defImg3.png +0 -0
  1101. package/lib/composite-comp/dito/components/Recommend/pc/index.js +762 -0
  1102. package/lib/composite-comp/dito/components/Recommend/pc/index.less +124 -0
  1103. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +87 -0
  1104. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  1105. package/lib/composite-comp/dito/components/SearchBar/imgs/xt-logo.png +0 -0
  1106. package/lib/composite-comp/dito/components/SearchBar/index.js +91 -0
  1107. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +363 -0
  1108. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +51 -0
  1109. package/lib/composite-comp/dito/components/SearchBar/pc/index.js +150 -0
  1110. package/lib/composite-comp/dito/components/SearchBar/pc/index.less +64 -0
  1111. package/lib/composite-comp/dito/components/SignBoard/defaultJSON.js +83 -0
  1112. package/lib/composite-comp/dito/components/SignBoard/imgs/logo.png +0 -0
  1113. package/lib/composite-comp/dito/components/SignBoard/imgs/star.svg +4 -0
  1114. package/lib/composite-comp/dito/components/SignBoard/imgs/storeLogo.png +0 -0
  1115. package/lib/composite-comp/dito/components/SignBoard/index.js +91 -0
  1116. package/lib/composite-comp/dito/components/SignBoard/mobile/index.js +408 -0
  1117. package/lib/composite-comp/dito/components/SignBoard/mobile/index.less +64 -0
  1118. package/lib/composite-comp/dito/components/SignBoard/pc/index.js +413 -0
  1119. package/lib/composite-comp/dito/components/SignBoard/pc/index.less +158 -0
  1120. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.js +102 -0
  1121. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigContent/index.less +0 -0
  1122. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.js +148 -0
  1123. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/RecommendConfigGroup/index.less +16 -0
  1124. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/imgs/defaultImg.png +0 -0
  1125. package/lib/composite-comp/dito/config-panels/AffiliateRecommendConfig/index.js +141 -0
  1126. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +155 -0
  1127. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +20 -0
  1128. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +126 -0
  1129. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  1130. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  1131. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +73 -0
  1132. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/MobileNavigationConfigGroup/index.js +128 -0
  1133. package/lib/composite-comp/dito/config-panels/MobileNavigationConfig/index.js +182 -0
  1134. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +129 -0
  1135. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +128 -0
  1136. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +222 -0
  1137. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +191 -0
  1138. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +120 -0
  1139. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  1140. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +149 -0
  1141. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  1142. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  1143. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +141 -0
  1144. package/lib/composite-comp/dito/config-panels/SearchBarConfig/SearchBarConfigContent/index.js +172 -0
  1145. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +105 -0
  1146. package/lib/composite-comp/dito/config-panels/SignBoardConfig/SignBoardConfigContent/index.js +104 -0
  1147. package/lib/composite-comp/dito/config-panels/SignBoardConfig/index.js +101 -0
  1148. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/AIRecommendation/index.js +431 -0
  1149. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.js +214 -0
  1150. package/lib/composite-comp/dito/second-config-panels/AffiliateRecommendSecondConfig/index.less +15 -0
  1151. package/lib/composite-comp/dito/second-config-panels/MobileNavigationSecondConfig/index.js +178 -0
  1152. package/lib/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +102 -0
  1153. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +431 -0
  1154. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +256 -0
  1155. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +15 -0
  1156. package/lib/constants/component-types.js +141 -0
  1157. package/lib/constants/index.js +257 -0
  1158. package/lib/constants/layout.js +315 -0
  1159. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back1.png +0 -0
  1160. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back2.png +0 -0
  1161. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back3.png +0 -0
  1162. package/lib/core/Designer/AiImageGenerator/GenerateArtist/images/back4.png +0 -0
  1163. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.js +72 -0
  1164. package/lib/core/Designer/AiImageGenerator/GenerateArtist/index.less +41 -0
  1165. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.js +43 -0
  1166. package/lib/core/Designer/AiImageGenerator/GenerateSize/index.less +3 -0
  1167. package/lib/core/Designer/AiImageGenerator/History/index.js +147 -0
  1168. package/lib/core/Designer/AiImageGenerator/History/index.less +75 -0
  1169. package/lib/core/Designer/AiImageGenerator/NumberSlider/index.js +31 -0
  1170. package/lib/core/Designer/AiImageGenerator/NumberSlider/index.less +8 -0
  1171. package/lib/core/Designer/AiImageGenerator/UploadReference/index.js +55 -0
  1172. package/lib/core/Designer/AiImageGenerator/UploadReference/index.less +45 -0
  1173. package/lib/core/Designer/AiImageGenerator/images/nodata.png +0 -0
  1174. package/lib/core/Designer/AiImageGenerator/index.js +752 -0
  1175. package/lib/core/Designer/AiImageGenerator/index.less +136 -0
  1176. package/lib/core/Designer/AppointmentModal/index.js +87 -0
  1177. package/lib/core/Designer/AppointmentModal/index.less +23 -0
  1178. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.js +49 -0
  1179. package/lib/core/Designer/ChatRobot/components/CopyBtn/index.less +0 -0
  1180. package/lib/core/Designer/ChatRobot/index.js +343 -0
  1181. package/lib/core/Designer/ChatRobot/index.less +138 -0
  1182. package/lib/core/Designer/ChatRobot/markdown.less +1 -0
  1183. package/lib/core/Designer/CompListPanel/CompCard/index.js +50 -0
  1184. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  1185. package/lib/core/Designer/CompListPanel/index.js +149 -0
  1186. package/lib/core/Designer/CompListPanel/index.less +69 -0
  1187. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +73 -0
  1188. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +29 -0
  1189. package/lib/core/Designer/ConfigPanel/index.js +390 -0
  1190. package/lib/core/Designer/ConfigPanel/index.less +148 -0
  1191. package/lib/core/Designer/FonixtreeGpt/index.js +160 -0
  1192. package/lib/core/Designer/History/index.js +97 -0
  1193. package/lib/core/Designer/LeftTitle/index.js +66 -0
  1194. package/lib/core/Designer/LeftTitle/index.less +9 -0
  1195. package/lib/core/Designer/PageCompList/index.js +328 -0
  1196. package/lib/core/Designer/PageCompList/index.less +139 -0
  1197. package/lib/core/Designer/QuickMenuBar/index.js +236 -0
  1198. package/lib/core/Designer/QuickMenuBar/index.less +121 -0
  1199. package/lib/core/Designer/RenderHtml/index.js +99 -0
  1200. package/lib/core/Designer/RenderHtml/index.less +5 -0
  1201. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.js +99 -0
  1202. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/AlignSelectPicker/index.less +54 -0
  1203. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignCenterSVG.js +40 -0
  1204. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignLeftSVG.js +40 -0
  1205. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/images/AlignRightSVG.js +40 -0
  1206. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.js +96 -0
  1207. package/lib/core/Designer/ToolBarModal/ToolBtn/components/AlignPicker/index.less +26 -0
  1208. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.js +101 -0
  1209. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/IconSelectPicker/index.less +60 -0
  1210. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/CircleSVG.js +52 -0
  1211. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/InitialSVG.js +51 -0
  1212. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/images/SquareSVG.js +58 -0
  1213. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.js +117 -0
  1214. package/lib/core/Designer/ToolBarModal/ToolBtn/components/BulletPicker/index.less +10 -0
  1215. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.js +77 -0
  1216. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/UnderlineSelectPicker/index.less +27 -0
  1217. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.js +136 -0
  1218. package/lib/core/Designer/ToolBarModal/ToolBtn/components/ColorPickerBtn/index.less +27 -0
  1219. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.js +99 -0
  1220. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/LinkInputPicker/index.less +39 -0
  1221. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.js +93 -0
  1222. package/lib/core/Designer/ToolBarModal/ToolBtn/components/LinkBtn/index.less +26 -0
  1223. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.js +133 -0
  1224. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/IconSelectPicker/index.less +60 -0
  1225. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/CJLDecimalSVG.js +46 -0
  1226. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/DecimalSVG.js +46 -0
  1227. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerAlphaSVG.js +46 -0
  1228. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/LowerRomanSVG.js +46 -0
  1229. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperAlphaSVG.js +46 -0
  1230. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/images/UpperRomanSVG.js +46 -0
  1231. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.js +126 -0
  1232. package/lib/core/Designer/ToolBarModal/ToolBtn/components/OrderedPicker/index.less +10 -0
  1233. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignCenterSVG.js +40 -0
  1234. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignLeftSVG.js +40 -0
  1235. package/lib/core/Designer/ToolBarModal/ToolBtn/images/AlignRightSVG.js +40 -0
  1236. package/lib/core/Designer/ToolBarModal/ToolBtn/images/BackgroundSVG.js +29 -0
  1237. package/lib/core/Designer/ToolBarModal/ToolBtn/images/BoldSVG.js +29 -0
  1238. package/lib/core/Designer/ToolBarModal/ToolBtn/images/FontColorSVG.js +49 -0
  1239. package/lib/core/Designer/ToolBarModal/ToolBtn/images/ItalicSVG.js +29 -0
  1240. package/lib/core/Designer/ToolBarModal/ToolBtn/images/LinkSVG.js +26 -0
  1241. package/lib/core/Designer/ToolBarModal/ToolBtn/images/OrderSVG.js +27 -0
  1242. package/lib/core/Designer/ToolBarModal/ToolBtn/images/StrikeSVG.js +31 -0
  1243. package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnderlineSVG.js +36 -0
  1244. package/lib/core/Designer/ToolBarModal/ToolBtn/images/UnorderSVG.js +41 -0
  1245. package/lib/core/Designer/ToolBarModal/ToolBtn/index.js +176 -0
  1246. package/lib/core/Designer/ToolBarModal/ToolBtn/index.less +26 -0
  1247. package/lib/core/Designer/ToolBarModal/ToolBtn/type.js +1 -0
  1248. package/lib/core/Designer/ToolBarModal/index.js +411 -0
  1249. package/lib/core/Designer/ToolBarModal/index.less +33 -0
  1250. package/lib/core/Designer/ViewArea/index.js +191 -0
  1251. package/lib/core/Designer/ViewArea/index.less +89 -0
  1252. package/lib/core/Designer/index.js +812 -0
  1253. package/lib/core/Designer/index.less +6 -0
  1254. package/lib/core/Renderer/index.js +184 -0
  1255. package/lib/decorator/compositeDecorator.js +276 -0
  1256. package/lib/decorator/index.js +68 -0
  1257. package/lib/decorator/lazyLoadDecorator.js +75 -0
  1258. package/lib/decorator/metaDecorator.js +241 -0
  1259. package/lib/decorator/updateConfigDecorator.js +76 -0
  1260. package/lib/index.js +29 -0
  1261. package/lib/locale/en/en.json +184 -0
  1262. package/lib/locale/es/es.json +184 -0
  1263. package/lib/locale/id/id.json +184 -0
  1264. package/lib/locale/index.js +45 -0
  1265. package/lib/meta-comp/components/Button/editable.js +123 -0
  1266. package/lib/meta-comp/components/Button/editable.less +6 -0
  1267. package/lib/meta-comp/components/Button/index.js +183 -0
  1268. package/lib/meta-comp/components/Button/index.less +21 -0
  1269. package/lib/meta-comp/components/Image/image/default-img.png +0 -0
  1270. package/lib/meta-comp/components/Image/image/h5DefImg.png +0 -0
  1271. package/lib/meta-comp/components/Image/image/h5Img.png +0 -0
  1272. package/lib/meta-comp/components/Image/image/pcDefImg.png +0 -0
  1273. package/lib/meta-comp/components/Image/image/pcImg.png +0 -0
  1274. package/lib/meta-comp/components/Image/index.js +262 -0
  1275. package/lib/meta-comp/components/Image/index.less +25 -0
  1276. package/lib/meta-comp/components/Text/formats/fontFamily.js +58 -0
  1277. package/lib/meta-comp/components/Text/formats/fontStyle.js +58 -0
  1278. package/lib/meta-comp/components/Text/formats/fontWeight.js +58 -0
  1279. package/lib/meta-comp/components/Text/formats/listStyleTypeStyle.js +58 -0
  1280. package/lib/meta-comp/components/Text/formats/textDecorationColor.js +58 -0
  1281. package/lib/meta-comp/components/Text/formats/textDecorationStyle.js +58 -0
  1282. package/lib/meta-comp/components/Text/index.js +306 -0
  1283. package/lib/meta-comp/components/Text/index.less +103 -0
  1284. package/lib/meta-comp/components/index.js +31 -0
  1285. package/lib/meta-comp/config-panels/BaseConfig.js +85 -0
  1286. package/lib/meta-comp/config-panels/ButtonConfig/index.js +397 -0
  1287. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  1288. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +164 -0
  1289. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +26 -0
  1290. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +133 -0
  1291. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +17 -0
  1292. package/lib/meta-comp/config-panels/ImageConfig/index.js +448 -0
  1293. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  1294. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-01.svg +4 -0
  1295. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-02.svg +4 -0
  1296. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-03.svg +4 -0
  1297. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-04.svg +4 -0
  1298. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/dark-playicon-05.svg +3 -0
  1299. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-01.svg +4 -0
  1300. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-02.svg +4 -0
  1301. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-03.svg +4 -0
  1302. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-04.svg +4 -0
  1303. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/images/light-playicon-05.svg +3 -0
  1304. package/lib/meta-comp/config-panels/PlayIconConfig/PlaySvg/index.js +63 -0
  1305. package/lib/meta-comp/config-panels/PlayIconConfig/index.js +211 -0
  1306. package/lib/meta-comp/config-panels/PlayIconConfig/index.less +39 -0
  1307. package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.js +100 -0
  1308. package/lib/meta-comp/config-panels/TextConfig/TextEditModal/index.less +25 -0
  1309. package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.js +92 -0
  1310. package/lib/meta-comp/config-panels/TextConfig/TextLabel/index.less +25 -0
  1311. package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.js +108 -0
  1312. package/lib/meta-comp/config-panels/TextConfig/UnderlineSelect/index.less +26 -0
  1313. package/lib/meta-comp/config-panels/TextConfig/index.js +379 -0
  1314. package/lib/meta-comp/config-panels/TextConfig/index.less +20 -0
  1315. package/lib/mobx/Frame.js +85 -0
  1316. package/lib/mobx/Store.js +104 -0
  1317. package/lib/mobx/index.js +42 -0
  1318. package/lib/utils/androidUtil.js +134 -0
  1319. package/lib/utils/businessUtil.js +464 -0
  1320. package/lib/utils/commonUtil.js +951 -0
  1321. package/lib/utils/compJsonUtil.js +240 -0
  1322. package/lib/utils/coreUtil.js +394 -0
  1323. package/lib/utils/currencyUtil.js +216 -0
  1324. package/lib/utils/dataTreeUtils.js +134 -0
  1325. package/lib/utils/dateUtil.js +70 -0
  1326. package/lib/utils/storeUtil.js +258 -0
  1327. package/package.json +2 -86
  1328. package/README.md +0 -122
@@ -0,0 +1,270 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports["default"] = exports.coordinateType = void 0;
9
+
10
+ var _interactjs = _interopRequireDefault(require("interactjs"));
11
+
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
13
+
14
+ var _ramda = require("ramda");
15
+
16
+ var _react = _interopRequireWildcard(require("react"));
17
+
18
+ var _Icons = require("./Icons");
19
+
20
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
+
22
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
+
26
+ var __extends = void 0 && (void 0).__extends || function () {
27
+ var _extendStatics = function extendStatics(d, b) {
28
+ _extendStatics = Object.setPrototypeOf || {
29
+ __proto__: []
30
+ } instanceof Array && function (d, b) {
31
+ d.__proto__ = b;
32
+ } || function (d, b) {
33
+ for (var p in b) {
34
+ if (b.hasOwnProperty(p)) d[p] = b[p];
35
+ }
36
+ };
37
+
38
+ return _extendStatics(d, b);
39
+ };
40
+
41
+ return function (d, b) {
42
+ _extendStatics(d, b);
43
+
44
+ function __() {
45
+ this.constructor = d;
46
+ }
47
+
48
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
49
+ };
50
+ }();
51
+
52
+ var __assign = void 0 && (void 0).__assign || function () {
53
+ __assign = Object.assign || function (t) {
54
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
55
+ s = arguments[i];
56
+
57
+ for (var p in s) {
58
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
59
+ }
60
+ }
61
+
62
+ return t;
63
+ };
64
+
65
+ return __assign.apply(this, arguments);
66
+ };
67
+
68
+ var Crop =
69
+ /** @class */
70
+ function (_super) {
71
+ __extends(Crop, _super);
72
+
73
+ function Crop() {
74
+ var _this = _super !== null && _super.apply(this, arguments) || this; // shouldComponentUpdate(nextProps) {
75
+ // // reduce uncessary update
76
+ // return !equals(nextProps.coordinate.inputVal, this.state.inputVal)||!equals(nextProps.coordinate, this.props.coordinate)
77
+ // || (nextProps.index !== this.props.index)
78
+ // }
79
+
80
+
81
+ _this.handleResizeMove = function (e) {
82
+ var _a = _this.props,
83
+ index = _a.index,
84
+ coordinate = _a.coordinate,
85
+ _b = _a.coordinate,
86
+ x = _b.x,
87
+ y = _b.y,
88
+ coordinates = _a.coordinates,
89
+ onResize = _a.onResize,
90
+ onChange = _a.onChange,
91
+ onSave = _a.onSave;
92
+ console.log(e);
93
+ var _c = e.rect,
94
+ width = _c.width,
95
+ height = _c.height;
96
+ var _d = e.deltaRect,
97
+ left = _d.left,
98
+ top = _d.top; // console.log(x, left, y, top);
99
+ // if (x + left < 0 || y + top < 0 || x + left + width > 500 || y + top + height > 500) {
100
+
101
+ if (x + left < 0 || y + top < 0 || x + left + width > 600 || y + top + height > _this.props.maxHeight) {
102
+ return;
103
+ }
104
+
105
+ var nextCoordinate = __assign(__assign({}, coordinate), {
106
+ x: x + left,
107
+ y: y + top,
108
+ width: width,
109
+ height: height
110
+ });
111
+
112
+ var nextCoordinates = (0, _ramda.update)(index, nextCoordinate)(coordinates);
113
+
114
+ if ((0, _ramda.is)(Function, onResize)) {
115
+ onResize(nextCoordinate, index, nextCoordinates);
116
+ }
117
+
118
+ if ((0, _ramda.is)(Function, onChange)) {
119
+ onChange(nextCoordinate, index, nextCoordinates);
120
+ }
121
+ };
122
+
123
+ _this.handleDragMove = function (e) {
124
+ var _a = _this.props,
125
+ index = _a.index,
126
+ coordinate = _a.coordinate,
127
+ _b = _a.coordinate,
128
+ x = _b.x,
129
+ y = _b.y,
130
+ coordinates = _a.coordinates,
131
+ onDrag = _a.onDrag,
132
+ onChange = _a.onChange;
133
+ var dx = e.dx,
134
+ dy = e.dy;
135
+
136
+ var nextCoordinate = __assign(__assign({}, coordinate), {
137
+ x: x + dx,
138
+ y: y + dy
139
+ });
140
+
141
+ var nextCoordinates = (0, _ramda.update)(index, nextCoordinate)(coordinates);
142
+
143
+ if ((0, _ramda.is)(Function, onDrag)) {
144
+ onDrag(nextCoordinate, index, nextCoordinates);
145
+ }
146
+
147
+ if ((0, _ramda.is)(Function, onChange)) {
148
+ onChange(nextCoordinate, index, nextCoordinates);
149
+ }
150
+ };
151
+
152
+ _this.handleDelete = function () {
153
+ var _a = _this.props,
154
+ index = _a.index,
155
+ coordinate = _a.coordinate,
156
+ onDelete = _a.onDelete,
157
+ coordinates = _a.coordinates;
158
+ var nextCoordinates = (0, _ramda.remove)(index, 1)(coordinates);
159
+
160
+ if ((0, _ramda.is)(Function, onDelete)) {
161
+ onDelete(coordinate, index, nextCoordinates);
162
+ }
163
+ };
164
+
165
+ _this.state = {
166
+ inputVal: _this.props.coordinate && _this.props.coordinate.inputVal || ''
167
+ };
168
+
169
+ _this.handleSave = function () {
170
+ var _a = _this.props,
171
+ coordinate = _a.coordinate,
172
+ _b = _a.coordinate,
173
+ x = _b.x,
174
+ y = _b.y,
175
+ coordinates = _a.coordinates,
176
+ index = _a.index,
177
+ onSave = _a.onSave;
178
+
179
+ var nextCoordinate = __assign(__assign({}, coordinate), {
180
+ x: x,
181
+ y: y,
182
+ inputVal: _this.state.inputVal
183
+ });
184
+
185
+ var nextCoordinates = (0, _ramda.update)(index, nextCoordinate)(coordinates);
186
+ onSave && onSave(coordinate, index, nextCoordinates);
187
+ (0, _interactjs["default"])(_this.crop).unset();
188
+ };
189
+
190
+ return _this;
191
+ }
192
+
193
+ Crop.prototype.componentDidMount = function () {
194
+ (0, _interactjs["default"])(this.crop).draggable({
195
+ modifiers: [_interactjs["default"].modifiers.restrictRect({
196
+ restriction: 'parent'
197
+ })]
198
+ }).resizable({
199
+ edges: {
200
+ left: true,
201
+ right: true,
202
+ bottom: true,
203
+ top: true
204
+ }
205
+ }).on('dragmove', this.handleDragMove).on('resizemove', this.handleResizeMove);
206
+ };
207
+
208
+ Crop.prototype.componentWillUnmount = function () {
209
+ (0, _interactjs["default"])(this.crop).unset();
210
+ };
211
+
212
+ Crop.prototype.render = function () {
213
+ var _this = this;
214
+
215
+ var _a = this.props,
216
+ coordinate = _a.coordinate,
217
+ index = _a.index,
218
+ onSave = _a.onSave;
219
+ return /*#__PURE__*/_react["default"].createElement("div", {
220
+ ref: function ref(crop) {
221
+ return _this.crop = crop;
222
+ },
223
+ style: Crop.cropStyle(coordinate)
224
+ }, /*#__PURE__*/_react["default"].createElement(_Icons.NumberIcon, {
225
+ number: index + 1
226
+ }), /*#__PURE__*/_react["default"].createElement(_Icons.DeleteIcon, {
227
+ onClick: this.handleDelete
228
+ }));
229
+ };
230
+
231
+ Crop.cropStyle = function (coordinate) {
232
+ var x = coordinate.x,
233
+ y = coordinate.y,
234
+ width = coordinate.width,
235
+ height = coordinate.height;
236
+ return {
237
+ display: 'inline-block',
238
+ position: 'absolute',
239
+ width: width,
240
+ height: height,
241
+ top: y,
242
+ left: x,
243
+ border: '1px dashed #2F54EB',
244
+ background: 'rgba(47, 84, 235, 0.15)'
245
+ };
246
+ };
247
+
248
+ return Crop;
249
+ }(_react.Component);
250
+
251
+ var coordinateType = _propTypes["default"].shape({
252
+ x: _propTypes["default"].number.isRequired,
253
+ y: _propTypes["default"].number.isRequired,
254
+ width: _propTypes["default"].number.isRequired,
255
+ height: _propTypes["default"].number.isRequired
256
+ });
257
+
258
+ exports.coordinateType = coordinateType;
259
+ Crop.propTypes = {
260
+ coordinate: coordinateType.isRequired,
261
+ index: _propTypes["default"].number.isRequired,
262
+ onResize: _propTypes["default"].func,
263
+ onDrag: _propTypes["default"].func,
264
+ onDelete: _propTypes["default"].func,
265
+ onChange: _propTypes["default"].func,
266
+ coordinates: _propTypes["default"].array,
267
+ onSave: _propTypes["default"].func
268
+ };
269
+ var _default = Crop;
270
+ exports["default"] = _default;
@@ -0,0 +1,44 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.NumberIcon = exports.DeleteIcon = void 0;
7
+
8
+ var _propTypes = _interopRequireDefault(require("prop-types"));
9
+
10
+ var _react = _interopRequireDefault(require("react"));
11
+
12
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
+
14
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
15
+
16
+ var DeleteIcon = function DeleteIcon(props) {
17
+ return /*#__PURE__*/_react["default"].createElement("div", _extends({
18
+ className: "rmc-icon-container"
19
+ }, props), /*#__PURE__*/_react["default"].createElement("div", {
20
+ className: "rmc-remove"
21
+ }), /*#__PURE__*/_react["default"].createElement("style", {
22
+ jsx: "true"
23
+ }, "\n .rmc-icon-container {\n width: 15px;\n height: 15px;\n cursor: pointer;\n float: right;\n background:#2F54EB;\n opacity: 0.8;\n }\n .rmc-remove {\n color: white;\n position: absolute;\n margin-top: 6px;\n }\n\n .rmc-remove:hover {\n cursor: pointer;\n }\n\n .rmc-remove:before {\n content: '';\n position: absolute;\n width: 15px;\n height: 1px;\n background-color: currentColor;\n -webkit-transform: rotate(45deg);\n transform: rotate(45deg);\n }\n\n .rmc-remove:after {\n content: '';\n position: absolute;\n width: 15px;\n height: 1px;\n background-color: currentColor;\n -webkit-transform: rotate(-45deg);\n transform: rotate(-45deg);\n }\n "));
24
+ };
25
+
26
+ exports.DeleteIcon = DeleteIcon;
27
+
28
+ var NumberIcon = function NumberIcon(_a) {
29
+ var number = _a.number;
30
+ return /*#__PURE__*/_react["default"].createElement("div", {
31
+ className: "rmc-number"
32
+ }, number, /*#__PURE__*/_react["default"].createElement("style", {
33
+ jsx: "true"
34
+ }, "\n .rmc-number {\n height: 15px;\n width: 15px;\n float: left;\n font-size: 12px;\n background:#2F54EB;\n text-align: center;\n line-height: 15px;\n color: white;\n opacity: 0.8;\n }\n "));
35
+ };
36
+
37
+ exports.NumberIcon = NumberIcon;
38
+ var number = _propTypes["default"].number;
39
+ NumberIcon.propTypes = {
40
+ number: number
41
+ };
42
+ NumberIcon.defaultProps = {
43
+ number: ''
44
+ };
@@ -0,0 +1,217 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+
5
+ Object.defineProperty(exports, "__esModule", {
6
+ value: true
7
+ });
8
+ exports.MultiCrops = void 0;
9
+
10
+ var _propTypes = _interopRequireDefault(require("prop-types"));
11
+
12
+ var _ramda = require("ramda");
13
+
14
+ var _react = _interopRequireWildcard(require("react"));
15
+
16
+ var _shortid = _interopRequireDefault(require("shortid"));
17
+
18
+ var _Crop = _interopRequireWildcard(require("./Crop"));
19
+
20
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
+
22
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
23
+
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
+
26
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
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 isValidPoint = function isValidPoint(point) {
55
+ if (point === void 0) {
56
+ point = {};
57
+ }
58
+
59
+ var strictNumber = function strictNumber(number) {
60
+ return (0, _ramda.both)((0, _ramda.is)(Number), (0, _ramda.complement)((0, _ramda.equals)(NaN)))(number);
61
+ };
62
+
63
+ return strictNumber(point.x) && strictNumber(point.y);
64
+ };
65
+
66
+ var MultiCrops =
67
+ /** @class */
68
+ function (_super) {
69
+ __extends(MultiCrops, _super);
70
+
71
+ function MultiCrops() {
72
+ var _this = _super !== null && _super.apply(this, arguments) || this;
73
+
74
+ _this.drawingIndex = -1;
75
+ _this.pointA = {};
76
+ _this.maxHeight = 100;
77
+ _this.id = _shortid["default"].generate();
78
+
79
+ _this.renderCrops = function (props) {
80
+ var indexedMap = (0, _ramda.addIndex)(_ramda.map);
81
+ return indexedMap(function (coor, index) {
82
+ return /*#__PURE__*/_react["default"].createElement(_Crop["default"] // improve performance when delet crop in middle array
83
+ , _extends({
84
+ key: coor.id || index,
85
+ coordinate: coor,
86
+ index: index
87
+ }, props, {
88
+ maxHeight: _this.maxHeight
89
+ }));
90
+ })(props.coordinates);
91
+ };
92
+
93
+ _this.getCursorPosition = function (e) {
94
+ var _a = _this.container.getBoundingClientRect(),
95
+ left = _a.left,
96
+ top = _a.top;
97
+
98
+ return {
99
+ x: e.clientX - left,
100
+ y: e.clientY - top
101
+ };
102
+ };
103
+
104
+ _this.handleMouseDown = function (e) {
105
+ var coordinates = _this.props.coordinates;
106
+
107
+ if (e.target === _this.img || e.target === _this.container) {
108
+ var _a = _this.getCursorPosition(e),
109
+ x = _a.x,
110
+ y = _a.y;
111
+
112
+ _this.drawingIndex = coordinates.length;
113
+ _this.pointA = {
114
+ x: x,
115
+ y: y
116
+ };
117
+ _this.id = _shortid["default"].generate();
118
+ }
119
+ };
120
+
121
+ _this.handleMouseMove = function (e) {
122
+ var _a = _this.props,
123
+ onDraw = _a.onDraw,
124
+ onChange = _a.onChange,
125
+ coordinates = _a.coordinates;
126
+ var pointA = _this.pointA;
127
+
128
+ if (isValidPoint(pointA)) {
129
+ var pointB = _this.getCursorPosition(e); // get the drawing coordinate
130
+
131
+
132
+ var coordinate = {
133
+ x: Math.min(pointA.x, pointB.x),
134
+ y: Math.min(pointA.y, pointB.y),
135
+ width: Math.abs(pointA.x - pointB.x),
136
+ height: Math.abs(pointA.y - pointB.y),
137
+ id: _this.id
138
+ };
139
+ var nextCoordinates = (0, _ramda.clone)(coordinates);
140
+ nextCoordinates[_this.drawingIndex] = coordinate;
141
+
142
+ if ((0, _ramda.is)(Function, onDraw)) {
143
+ onDraw(coordinate, _this.drawingIndex, nextCoordinates);
144
+ }
145
+
146
+ if ((0, _ramda.is)(Function, onChange)) {
147
+ onChange(coordinate, _this.drawingIndex, nextCoordinates);
148
+ }
149
+ }
150
+ };
151
+
152
+ _this.handlMouseUp = function () {
153
+ _this.pointA = {};
154
+ };
155
+
156
+ _this.imgOnLoad = function (e) {
157
+ _this.maxHeight = e.target.height || 100; // console.log(e.target.height);
158
+
159
+ _this.props.onLoad(e);
160
+ };
161
+
162
+ return _this;
163
+ }
164
+
165
+ MultiCrops.prototype.render = function () {
166
+ var _this = this;
167
+
168
+ var _a = this.props,
169
+ src = _a.src,
170
+ width = _a.width,
171
+ height = _a.height;
172
+ return /*#__PURE__*/_react["default"].createElement("div", {
173
+ ref: function ref(container) {
174
+ return _this.container = container;
175
+ },
176
+ onMouseDown: this.handleMouseDown,
177
+ onMouseMove: this.handleMouseMove,
178
+ onMouseUp: this.handlMouseUp,
179
+ style: {
180
+ display: 'inline-block',
181
+ position: 'relative',
182
+ width: '600px'
183
+ }
184
+ }, /*#__PURE__*/_react["default"].createElement("img", {
185
+ ref: function ref(img) {
186
+ return _this.img = img;
187
+ },
188
+ alt: "",
189
+ draggable: false,
190
+ height: height,
191
+ onLoad: this.imgOnLoad,
192
+ src: src,
193
+ width: width
194
+ }), this.renderCrops(this.props));
195
+ };
196
+
197
+ return MultiCrops;
198
+ }(_react.Component);
199
+
200
+ exports.MultiCrops = MultiCrops;
201
+ var string = _propTypes["default"].string,
202
+ arrayOf = _propTypes["default"].arrayOf,
203
+ number = _propTypes["default"].number,
204
+ func = _propTypes["default"].func;
205
+ MultiCrops.propTypes = {
206
+ coordinates: arrayOf(_Crop.coordinateType),
207
+ src: string,
208
+ width: number,
209
+ height: number,
210
+ onDraw: func,
211
+ onChange: func,
212
+ onLoad: func
213
+ };
214
+ MultiCrops.defaultProps = {
215
+ coordinates: [],
216
+ src: ''
217
+ };
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _MultiCrops = require("./components/MultiCrops");
9
+
10
+ var _default = _MultiCrops.MultiCrops;
11
+ exports["default"] = _default;
@@ -0,0 +1,91 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _antd = require("antd");
11
+
12
+ require("./index.less");
13
+
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
+
16
+ var __extends = void 0 && (void 0).__extends || function () {
17
+ var _extendStatics = function extendStatics(d, b) {
18
+ _extendStatics = Object.setPrototypeOf || {
19
+ __proto__: []
20
+ } instanceof Array && function (d, b) {
21
+ d.__proto__ = b;
22
+ } || function (d, b) {
23
+ for (var p in b) {
24
+ if (b.hasOwnProperty(p)) d[p] = b[p];
25
+ }
26
+ };
27
+
28
+ return _extendStatics(d, b);
29
+ };
30
+
31
+ return function (d, b) {
32
+ _extendStatics(d, b);
33
+
34
+ function __() {
35
+ this.constructor = d;
36
+ }
37
+
38
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
39
+ };
40
+ }();
41
+
42
+ var NewInputNumber =
43
+ /** @class */
44
+ function (_super) {
45
+ __extends(NewInputNumber, _super);
46
+
47
+ function NewInputNumber() {
48
+ return _super !== null && _super.apply(this, arguments) || this;
49
+ }
50
+
51
+ NewInputNumber.prototype.render = function () {
52
+ var _a = this.props,
53
+ value = _a.value,
54
+ _onChange = _a.onChange,
55
+ min = _a.min,
56
+ max = _a.max,
57
+ step = _a.step,
58
+ unit = _a.unit;
59
+ return /*#__PURE__*/_react["default"].createElement("div", {
60
+ className: "m-input-number"
61
+ }, /*#__PURE__*/_react["default"].createElement(_antd.InputNumber, {
62
+ className: "input",
63
+ controls: false,
64
+ max: max,
65
+ min: min,
66
+ onChange: function onChange(v) {
67
+ return _onChange(v);
68
+ },
69
+ step: step,
70
+ style: {
71
+ width: unit ? '30px' : '100%'
72
+ },
73
+ value: value
74
+ }), unit && /*#__PURE__*/_react["default"].createElement("span", {
75
+ className: "unit"
76
+ }, unit));
77
+ };
78
+
79
+ NewInputNumber.defaultProps = {
80
+ value: '',
81
+ onChange: function onChange() {},
82
+ min: 1,
83
+ max: 100,
84
+ step: 0,
85
+ unit: ''
86
+ };
87
+ return NewInputNumber;
88
+ }(_react["default"].Component);
89
+
90
+ var _default = NewInputNumber;
91
+ exports["default"] = _default;
@@ -0,0 +1,38 @@
1
+ .m-input-number {
2
+ width: 60px;
3
+ height: 34px;
4
+ background: #FFFFFF;
5
+ border: 1px solid #D2D9E5;
6
+ border-radius: 8px;
7
+ padding: 0 7px;
8
+ position: relative;
9
+ display: flex;
10
+ align-items: center;
11
+ padding-top: 1px;
12
+
13
+ .cylon-input-number-focused {
14
+ box-shadow: none;
15
+ }
16
+
17
+ .input {
18
+ height: 100%;
19
+ border-radius: 8px;
20
+ border: none;
21
+
22
+ input {
23
+ width: 100%;
24
+ padding: 0;
25
+ text-align: center;
26
+ border: none;
27
+ }
28
+ }
29
+
30
+ .unit {
31
+ color: #7988a5;
32
+ position: absolute;
33
+ top: 50%;
34
+ transform: translateY(-50%);
35
+ font-size: 14px;
36
+ right: 4px;
37
+ }
38
+ }