@fonixtree/magic-design 0.0.16 → 0.0.19

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 (850) hide show
  1. package/_virtual/__node-resolve_empty.js +6 -0
  2. package/_virtual/_cloneBuffer.js +3 -0
  3. package/_virtual/_commonjsHelpers.js +24 -0
  4. package/_virtual/_node-resolve_empty.js +3 -0
  5. package/_virtual/_nodeUtil.js +3 -0
  6. package/_virtual/_rollupPluginBabelHelpers.js +18 -0
  7. package/_virtual/index.js +3 -0
  8. package/_virtual/index2.js +3 -0
  9. package/_virtual/index3.js +3 -0
  10. package/_virtual/index4.js +3 -0
  11. package/_virtual/index5.js +5 -0
  12. package/_virtual/interopRequireDefault.js +3 -0
  13. package/_virtual/isBuffer.js +3 -0
  14. package/_virtual/react-is.development.js +3 -0
  15. package/_virtual/react-is.production.min.js +3 -0
  16. package/_virtual/rng-browser.js +3 -0
  17. package/_virtual/toArray.js +3 -0
  18. package/my_node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +11 -0
  19. package/my_node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +5 -0
  20. package/my_node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +9 -0
  21. package/my_node_modules/@babel/runtime/helpers/esm/classCallCheck.js +7 -0
  22. package/my_node_modules/@babel/runtime/helpers/esm/createClass.js +20 -0
  23. package/my_node_modules/@babel/runtime/helpers/esm/createSuper.js +22 -0
  24. package/my_node_modules/@babel/runtime/helpers/esm/defineProperty.js +16 -0
  25. package/my_node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +8 -0
  26. package/my_node_modules/@babel/runtime/helpers/esm/inherits.js +21 -0
  27. package/my_node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +14 -0
  28. package/my_node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +31 -0
  29. package/my_node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +5 -0
  30. package/my_node_modules/@babel/runtime/helpers/esm/objectSpread2.js +29 -0
  31. package/my_node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +14 -0
  32. package/my_node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +9 -0
  33. package/my_node_modules/@babel/runtime/helpers/esm/slicedToArray.js +10 -0
  34. package/my_node_modules/@babel/runtime/helpers/esm/typeof.js +11 -0
  35. package/my_node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +12 -0
  36. package/my_node_modules/@babel/runtime/helpers/interopRequireDefault.js +11 -0
  37. package/my_node_modules/call-bind/callBound.js +19 -0
  38. package/my_node_modules/call-bind/index.js +52 -0
  39. package/my_node_modules/classnames/index.js +61 -0
  40. package/my_node_modules/function-bind/implementation.js +52 -0
  41. package/my_node_modules/function-bind/index.js +7 -0
  42. package/my_node_modules/get-intrinsic/index.js +338 -0
  43. package/my_node_modules/has/src/index.js +7 -0
  44. package/my_node_modules/has-symbols/index.js +15 -0
  45. package/my_node_modules/has-symbols/shams.js +42 -0
  46. package/my_node_modules/lodash/_DataView.js +12 -0
  47. package/my_node_modules/lodash/_Hash.js +40 -0
  48. package/my_node_modules/lodash/_ListCache.js +40 -0
  49. package/my_node_modules/lodash/_Map.js +12 -0
  50. package/my_node_modules/lodash/_MapCache.js +40 -0
  51. package/my_node_modules/lodash/_Promise.js +12 -0
  52. package/my_node_modules/lodash/_Set.js +12 -0
  53. package/my_node_modules/lodash/_SetCache.js +33 -0
  54. package/my_node_modules/lodash/_Stack.js +36 -0
  55. package/my_node_modules/lodash/_Symbol.js +10 -0
  56. package/my_node_modules/lodash/_Uint8Array.js +10 -0
  57. package/my_node_modules/lodash/_WeakMap.js +12 -0
  58. package/my_node_modules/lodash/_arrayEach.js +25 -0
  59. package/my_node_modules/lodash/_arrayFilter.js +28 -0
  60. package/my_node_modules/lodash/_arrayLikeKeys.js +59 -0
  61. package/my_node_modules/lodash/_arrayMap.js +24 -0
  62. package/my_node_modules/lodash/_arrayPush.js +23 -0
  63. package/my_node_modules/lodash/_arraySome.js +26 -0
  64. package/my_node_modules/lodash/_assignValue.js +33 -0
  65. package/my_node_modules/lodash/_assocIndexOf.js +25 -0
  66. package/my_node_modules/lodash/_baseAssign.js +22 -0
  67. package/my_node_modules/lodash/_baseAssignIn.js +22 -0
  68. package/my_node_modules/lodash/_baseAssignValue.js +29 -0
  69. package/my_node_modules/lodash/_baseClone.js +193 -0
  70. package/my_node_modules/lodash/_baseCreate.js +34 -0
  71. package/my_node_modules/lodash/_baseFindIndex.js +27 -0
  72. package/my_node_modules/lodash/_baseFor.js +20 -0
  73. package/my_node_modules/lodash/_baseForOwn.js +21 -0
  74. package/my_node_modules/lodash/_baseGet.js +29 -0
  75. package/my_node_modules/lodash/_baseGetAllKeys.js +25 -0
  76. package/my_node_modules/lodash/_baseGetTag.js +34 -0
  77. package/my_node_modules/lodash/_baseHasIn.js +16 -0
  78. package/my_node_modules/lodash/_baseIsArguments.js +23 -0
  79. package/my_node_modules/lodash/_baseIsEqual.js +33 -0
  80. package/my_node_modules/lodash/_baseIsEqualDeep.js +95 -0
  81. package/my_node_modules/lodash/_baseIsMap.js +23 -0
  82. package/my_node_modules/lodash/_baseIsMatch.js +67 -0
  83. package/my_node_modules/lodash/_baseIsNative.js +54 -0
  84. package/my_node_modules/lodash/_baseIsSet.js +23 -0
  85. package/my_node_modules/lodash/_baseIsTypedArray.js +66 -0
  86. package/my_node_modules/lodash/_baseIteratee.js +39 -0
  87. package/my_node_modules/lodash/_baseKeys.js +35 -0
  88. package/my_node_modules/lodash/_baseKeysIn.js +39 -0
  89. package/my_node_modules/lodash/_baseMatches.js +28 -0
  90. package/my_node_modules/lodash/_baseMatchesProperty.js +43 -0
  91. package/my_node_modules/lodash/_baseProperty.js +17 -0
  92. package/my_node_modules/lodash/_basePropertyDeep.js +20 -0
  93. package/my_node_modules/lodash/_baseTimes.js +23 -0
  94. package/my_node_modules/lodash/_baseToNumber.js +28 -0
  95. package/my_node_modules/lodash/_baseToString.js +44 -0
  96. package/my_node_modules/lodash/_baseTrim.js +23 -0
  97. package/my_node_modules/lodash/_baseUnary.js +17 -0
  98. package/my_node_modules/lodash/_cacheHas.js +16 -0
  99. package/my_node_modules/lodash/_castPath.js +28 -0
  100. package/my_node_modules/lodash/_cloneArrayBuffer.js +20 -0
  101. package/my_node_modules/lodash/_cloneBuffer.js +40 -0
  102. package/my_node_modules/lodash/_cloneDataView.js +20 -0
  103. package/my_node_modules/lodash/_cloneRegExp.js +20 -0
  104. package/my_node_modules/lodash/_cloneSymbol.js +22 -0
  105. package/my_node_modules/lodash/_cloneTypedArray.js +20 -0
  106. package/my_node_modules/lodash/_copyArray.js +23 -0
  107. package/my_node_modules/lodash/_copyObject.js +45 -0
  108. package/my_node_modules/lodash/_copySymbols.js +21 -0
  109. package/my_node_modules/lodash/_copySymbolsIn.js +21 -0
  110. package/my_node_modules/lodash/_coreJsData.js +10 -0
  111. package/my_node_modules/lodash/_createBaseFor.js +28 -0
  112. package/my_node_modules/lodash/_createMathOperation.js +43 -0
  113. package/my_node_modules/lodash/_defineProperty.js +15 -0
  114. package/my_node_modules/lodash/_equalArrays.js +90 -0
  115. package/my_node_modules/lodash/_equalByTag.js +121 -0
  116. package/my_node_modules/lodash/_equalObjects.js +94 -0
  117. package/my_node_modules/lodash/_freeGlobal.js +9 -0
  118. package/my_node_modules/lodash/_getAllKeys.js +22 -0
  119. package/my_node_modules/lodash/_getAllKeysIn.js +23 -0
  120. package/my_node_modules/lodash/_getMapData.js +22 -0
  121. package/my_node_modules/lodash/_getMatchData.js +29 -0
  122. package/my_node_modules/lodash/_getNative.js +22 -0
  123. package/my_node_modules/lodash/_getPrototype.js +10 -0
  124. package/my_node_modules/lodash/_getRawTag.js +50 -0
  125. package/my_node_modules/lodash/_getSymbols.js +35 -0
  126. package/my_node_modules/lodash/_getSymbolsIn.js +32 -0
  127. package/my_node_modules/lodash/_getTag.js +68 -0
  128. package/my_node_modules/lodash/_getValue.js +16 -0
  129. package/my_node_modules/lodash/_hasPath.js +48 -0
  130. package/my_node_modules/lodash/_hashClear.js +19 -0
  131. package/my_node_modules/lodash/_hashDelete.js +20 -0
  132. package/my_node_modules/lodash/_hashGet.js +34 -0
  133. package/my_node_modules/lodash/_hashHas.js +27 -0
  134. package/my_node_modules/lodash/_hashSet.js +27 -0
  135. package/my_node_modules/lodash/_initCloneArray.js +29 -0
  136. package/my_node_modules/lodash/_initCloneByTag.js +85 -0
  137. package/my_node_modules/lodash/_initCloneObject.js +24 -0
  138. package/my_node_modules/lodash/_isIndex.js +28 -0
  139. package/my_node_modules/lodash/_isKey.js +34 -0
  140. package/my_node_modules/lodash/_isKeyable.js +18 -0
  141. package/my_node_modules/lodash/_isMasked.js +24 -0
  142. package/my_node_modules/lodash/_isPrototype.js +21 -0
  143. package/my_node_modules/lodash/_isStrictComparable.js +19 -0
  144. package/my_node_modules/lodash/_listCacheClear.js +16 -0
  145. package/my_node_modules/lodash/_listCacheDelete.js +39 -0
  146. package/my_node_modules/lodash/_listCacheGet.js +23 -0
  147. package/my_node_modules/lodash/_listCacheHas.js +20 -0
  148. package/my_node_modules/lodash/_listCacheSet.js +30 -0
  149. package/my_node_modules/lodash/_mapCacheClear.js +27 -0
  150. package/my_node_modules/lodash/_mapCacheDelete.js +22 -0
  151. package/my_node_modules/lodash/_mapCacheGet.js +20 -0
  152. package/my_node_modules/lodash/_mapCacheHas.js +20 -0
  153. package/my_node_modules/lodash/_mapCacheSet.js +26 -0
  154. package/my_node_modules/lodash/_mapToArray.js +21 -0
  155. package/my_node_modules/lodash/_matchesStrictComparable.js +23 -0
  156. package/my_node_modules/lodash/_memoizeCapped.js +30 -0
  157. package/my_node_modules/lodash/_nativeCreate.js +10 -0
  158. package/my_node_modules/lodash/_nativeKeys.js +10 -0
  159. package/my_node_modules/lodash/_nativeKeysIn.js +23 -0
  160. package/my_node_modules/lodash/_nodeUtil.js +35 -0
  161. package/my_node_modules/lodash/_objectToString.js +25 -0
  162. package/my_node_modules/lodash/_overArg.js +18 -0
  163. package/my_node_modules/lodash/_root.js +13 -0
  164. package/my_node_modules/lodash/_setCacheAdd.js +22 -0
  165. package/my_node_modules/lodash/_setCacheHas.js +17 -0
  166. package/my_node_modules/lodash/_setToArray.js +21 -0
  167. package/my_node_modules/lodash/_stackClear.js +19 -0
  168. package/my_node_modules/lodash/_stackDelete.js +21 -0
  169. package/my_node_modules/lodash/_stackGet.js +17 -0
  170. package/my_node_modules/lodash/_stackHas.js +17 -0
  171. package/my_node_modules/lodash/_stackSet.js +40 -0
  172. package/my_node_modules/lodash/_stringToPath.js +31 -0
  173. package/my_node_modules/lodash/_toKey.js +25 -0
  174. package/my_node_modules/lodash/_toSource.js +29 -0
  175. package/my_node_modules/lodash/_trimmedEndIndex.js +22 -0
  176. package/my_node_modules/lodash/cloneDeep.js +33 -0
  177. package/my_node_modules/lodash/divide.js +26 -0
  178. package/my_node_modules/lodash/eq.js +40 -0
  179. package/my_node_modules/lodash/findIndex.js +61 -0
  180. package/my_node_modules/lodash/get.js +37 -0
  181. package/my_node_modules/lodash/hasIn.js +39 -0
  182. package/my_node_modules/lodash/identity.js +24 -0
  183. package/my_node_modules/lodash/isArguments.js +41 -0
  184. package/my_node_modules/lodash/isArray.js +29 -0
  185. package/my_node_modules/lodash/isArrayLike.js +38 -0
  186. package/my_node_modules/lodash/isBuffer.js +44 -0
  187. package/my_node_modules/lodash/isEmpty.js +89 -0
  188. package/my_node_modules/lodash/isFunction.js +42 -0
  189. package/my_node_modules/lodash/isLength.js +38 -0
  190. package/my_node_modules/lodash/isMap.js +34 -0
  191. package/my_node_modules/lodash/isObject.js +34 -0
  192. package/my_node_modules/lodash/isObjectLike.js +32 -0
  193. package/my_node_modules/lodash/isSet.js +34 -0
  194. package/my_node_modules/lodash/isSymbol.js +34 -0
  195. package/my_node_modules/lodash/isTypedArray.js +34 -0
  196. package/my_node_modules/lodash/keys.js +43 -0
  197. package/my_node_modules/lodash/keysIn.js +38 -0
  198. package/my_node_modules/lodash/mapKeys.js +42 -0
  199. package/my_node_modules/lodash/memoize.js +77 -0
  200. package/my_node_modules/lodash/property.js +39 -0
  201. package/my_node_modules/lodash/stubArray.js +26 -0
  202. package/my_node_modules/lodash/stubFalse.js +21 -0
  203. package/my_node_modules/lodash/toFinite.js +46 -0
  204. package/my_node_modules/lodash/toInteger.js +40 -0
  205. package/my_node_modules/lodash/toNumber.js +70 -0
  206. package/my_node_modules/lodash/toString.js +32 -0
  207. package/my_node_modules/object-assign/index.js +99 -0
  208. package/my_node_modules/object-inspect/index.js +516 -0
  209. package/my_node_modules/prop-types/checkPropTypes.js +115 -0
  210. package/my_node_modules/prop-types/factoryWithThrowingShims.js +74 -0
  211. package/my_node_modules/prop-types/factoryWithTypeCheckers.js +625 -0
  212. package/my_node_modules/prop-types/index.js +27 -0
  213. package/my_node_modules/prop-types/lib/ReactPropTypesSecret.js +21 -0
  214. package/my_node_modules/prop-types/lib/has.js +11 -0
  215. package/my_node_modules/qs/lib/formats.js +23 -0
  216. package/my_node_modules/qs/lib/index.js +15 -0
  217. package/my_node_modules/qs/lib/parse.js +265 -0
  218. package/my_node_modules/qs/lib/stringify.js +330 -0
  219. package/my_node_modules/qs/lib/utils.js +254 -0
  220. package/my_node_modules/rc-motion/es/CSSMotion.js +149 -0
  221. package/my_node_modules/rc-motion/es/DomWrapper.js +28 -0
  222. package/my_node_modules/rc-motion/es/hooks/useDomMotionEvents.js +45 -0
  223. package/my_node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js +6 -0
  224. package/my_node_modules/rc-motion/es/hooks/useNextFrame.js +36 -0
  225. package/my_node_modules/rc-motion/es/hooks/useStatus.js +232 -0
  226. package/my_node_modules/rc-motion/es/hooks/useStepQueue.js +69 -0
  227. package/my_node_modules/rc-motion/es/index.js +4 -0
  228. package/my_node_modules/rc-motion/es/interface.js +11 -0
  229. package/my_node_modules/rc-motion/es/util/motion.js +85 -0
  230. package/my_node_modules/rc-util/es/Dom/canUseDom.js +5 -0
  231. package/my_node_modules/rc-util/es/Dom/findDOMNode.js +15 -0
  232. package/my_node_modules/rc-util/es/hooks/useState.js +36 -0
  233. package/my_node_modules/rc-util/es/raf.js +57 -0
  234. package/my_node_modules/rc-util/es/ref.js +30 -0
  235. package/my_node_modules/rc-util/lib/Children/toArray.js +39 -0
  236. package/my_node_modules/react-is/cjs/react-is.development.js +190 -0
  237. package/my_node_modules/react-is/cjs/react-is.production.min.js +26 -0
  238. package/my_node_modules/react-is/index.js +21 -0
  239. package/my_node_modules/shallowequal/index.js +48 -0
  240. package/my_node_modules/side-channel/index.js +128 -0
  241. package/my_node_modules/slick-carousel/slick/slick-theme.css.js +6 -0
  242. package/my_node_modules/slick-carousel/slick/slick.css.js +6 -0
  243. package/my_node_modules/style-inject/dist/style-inject.es.js +28 -0
  244. package/my_node_modules/tslib/tslib.es6.js +110 -0
  245. package/my_node_modules/uuid/index.js +13 -0
  246. package/my_node_modules/uuid/lib/bytesToUuid.js +29 -0
  247. package/my_node_modules/uuid/lib/rng-browser.js +39 -0
  248. package/my_node_modules/uuid/v1.js +115 -0
  249. package/my_node_modules/uuid/v4.js +35 -0
  250. package/package.json +6 -44
  251. package/src/components/assets/images/layout-icon/carouselLayout1.png.js +3 -0
  252. package/src/components/assets/images/layout-icon/carouselLayout2.png.js +3 -0
  253. package/src/components/assets/images/layout-icon/dividerLayout.svg.js +3 -0
  254. package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +3 -0
  255. package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +3 -0
  256. package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +3 -0
  257. package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +3 -0
  258. package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +3 -0
  259. package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +3 -0
  260. package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +3 -0
  261. package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +3 -0
  262. package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +3 -0
  263. package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +3 -0
  264. package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +3 -0
  265. package/src/components/assets/images/layout-icon/layout-search.png.js +3 -0
  266. package/src/components/assets/images/layout-icon/newsletter.svg.js +3 -0
  267. package/src/components/assets/less/cylon-antd.less.js +5 -0
  268. package/src/components/assets/less/index.less.js +6 -0
  269. package/src/components/common/AlignSelector/index.js +65 -0
  270. package/src/components/common/AlignSelector/index.less.js +6 -0
  271. package/src/components/common/Button/index.js +75 -0
  272. package/src/components/common/Button/index.less.js +6 -0
  273. package/src/components/common/ButtonIconLayout/index.js +66 -0
  274. package/src/components/common/ButtonIconLayout/index.less.js +6 -0
  275. package/src/components/common/Collapse/index.js +323 -0
  276. package/src/components/common/Collapse/index.less.js +6 -0
  277. package/src/components/common/ColorPicker/index.js +94 -0
  278. package/src/components/common/ColorPicker/index.less.js +6 -0
  279. package/src/components/common/ColorPickerInput/index.js +76 -0
  280. package/src/components/common/ColorPickerInput/index.less.js +6 -0
  281. package/src/components/common/CountDown/index.js +110 -0
  282. package/src/components/common/CountDown/index.less.js +6 -0
  283. package/src/components/common/Field/index.js +43 -0
  284. package/src/components/common/Field/index.less.js +6 -0
  285. package/src/components/common/FontStyles/index.js +124 -0
  286. package/src/components/common/FontStyles/index.less.js +6 -0
  287. package/src/components/common/GroupList/defaultImg.png.js +3 -0
  288. package/src/components/common/GroupList/index.js +170 -0
  289. package/src/components/common/GroupList/index.less.js +6 -0
  290. package/src/components/common/IconPicker/index.js +93 -0
  291. package/src/components/common/IconPicker/index.less.js +6 -0
  292. package/src/components/common/Iconfont/index.js +74 -0
  293. package/src/components/common/Iconfont/index.less.js +6 -0
  294. package/src/components/common/ImageModal/CommonModal/const.js +16 -0
  295. package/src/components/common/ImageModal/CommonModal/index.js +33 -0
  296. package/src/components/common/ImageModal/CommonSelPicCard/index.js +66 -0
  297. package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +6 -0
  298. package/src/components/common/ImageModal/const.js +18 -0
  299. package/src/components/common/ImageModal/index.js +547 -0
  300. package/src/components/common/ImageModal/index.less.js +6 -0
  301. package/src/components/common/ImagePicker/index.js +124 -0
  302. package/src/components/common/ImagePicker/index.less.js +6 -0
  303. package/src/components/common/InputNumber/index.js +54 -0
  304. package/src/components/common/InputNumber/index.less.js +6 -0
  305. package/src/components/common/LayoutSelector/imgs/center.png.js +3 -0
  306. package/src/components/common/LayoutSelector/imgs/left.png.js +3 -0
  307. package/src/components/common/LayoutSelector/imgs/right.png.js +3 -0
  308. package/src/components/common/LayoutSelector/index.js +70 -0
  309. package/src/components/common/LayoutSelector/index.less.js +6 -0
  310. package/src/components/common/LinkModal/CatgTable/index.js +78 -0
  311. package/src/components/common/LinkModal/CouponTable/index.js +111 -0
  312. package/src/components/common/LinkModal/CustomTable/index.js +72 -0
  313. package/src/components/common/LinkModal/FilteredProductModal/index.js +463 -0
  314. package/src/components/common/LinkModal/FilteredProductModal/index.less.js +6 -0
  315. package/src/components/common/LinkModal/FunctionTable/index.js +66 -0
  316. package/src/components/common/LinkModal/ProductDetailPage/index.js +241 -0
  317. package/src/components/common/LinkModal/ProductDetailPage/index.less.js +6 -0
  318. package/src/components/common/LinkModal/index.js +112 -0
  319. package/src/components/common/LinkModal/index.less.js +6 -0
  320. package/src/components/common/NewImg/index.js +91 -0
  321. package/src/components/common/ProductModal/index.js +556 -0
  322. package/src/components/common/ProductModal/index.less.js +6 -0
  323. package/src/components/common/ProductSource/index.js +91 -0
  324. package/src/components/common/ProductSource/index.less.js +6 -0
  325. package/src/components/common/RcCollapse/Collapse.js +176 -0
  326. package/src/components/common/RcCollapse/Panel.js +146 -0
  327. package/src/components/common/RcCollapse/PanelContent.js +41 -0
  328. package/src/components/common/RcCollapse/index.js +6 -0
  329. package/src/components/common/RcCollapse/index.less.js +6 -0
  330. package/src/components/common/RcCollapse/motionUtil.js +37 -0
  331. package/src/components/common/Slider/index.js +95 -0
  332. package/src/components/common/Slider/index.less.js +6 -0
  333. package/src/components/common/SwitchCollapse/index.js +162 -0
  334. package/src/components/common/SwitchCollapse/index.less.js +6 -0
  335. package/src/components/common/UrlPicker/index.js +81 -0
  336. package/src/components/common/UrlPicker/index.less.js +6 -0
  337. package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +258 -0
  338. package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +3 -0
  339. package/src/components/composite-comp/bol/components/Banner/index.js +34 -0
  340. package/src/components/composite-comp/bol/components/Banner/mobile/index.js +176 -0
  341. package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +6 -0
  342. package/src/components/composite-comp/bol/components/Banner/pc/index.js +254 -0
  343. package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +6 -0
  344. package/src/components/composite-comp/bol/components/Button/defaultJSON.js +93 -0
  345. package/src/components/composite-comp/bol/components/Button/index.js +48 -0
  346. package/src/components/composite-comp/bol/components/Button/index.less.js +6 -0
  347. package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +287 -0
  348. package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +3 -0
  349. package/src/components/composite-comp/bol/components/Carousel/index.js +37 -0
  350. package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +217 -0
  351. package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +6 -0
  352. package/src/components/composite-comp/bol/components/Carousel/pc/index.js +208 -0
  353. package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +6 -0
  354. package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +40 -0
  355. package/src/components/composite-comp/bol/components/Divider/index.js +48 -0
  356. package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +64 -0
  357. package/src/components/composite-comp/bol/components/ImageGallery/index.js +30 -0
  358. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +47 -0
  359. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +6 -0
  360. package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +537 -0
  361. package/src/components/composite-comp/bol/components/ImageText/index.js +33 -0
  362. package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +145 -0
  363. package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +6 -0
  364. package/src/components/composite-comp/bol/components/ImageText/pc/index.js +126 -0
  365. package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +6 -0
  366. package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +114 -0
  367. package/src/components/composite-comp/bol/components/Newsletter/index.js +65 -0
  368. package/src/components/composite-comp/bol/components/Newsletter/index.less.js +6 -0
  369. package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +91 -0
  370. package/src/components/composite-comp/bol/components/Tag/index.js +52 -0
  371. package/src/components/composite-comp/bol/components/Tag/index.less.js +6 -0
  372. package/src/components/composite-comp/bol/components/Text/defaultJSON.js +125 -0
  373. package/src/components/composite-comp/bol/components/Text/index.js +68 -0
  374. package/src/components/composite-comp/bol/components/Text/index.less.js +6 -0
  375. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +73 -0
  376. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +6 -0
  377. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +200 -0
  378. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +6 -0
  379. package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +35 -0
  380. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +79 -0
  381. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +3 -0
  382. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +3 -0
  383. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +53 -0
  384. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +91 -0
  385. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +175 -0
  386. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +6 -0
  387. package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +3 -0
  388. package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +54 -0
  389. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +153 -0
  390. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +66 -0
  391. package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +44 -0
  392. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +91 -0
  393. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +3 -0
  394. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +44 -0
  395. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +74 -0
  396. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +170 -0
  397. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +143 -0
  398. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +89 -0
  399. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +44 -0
  400. package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +88 -0
  401. package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +3 -0
  402. package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +48 -0
  403. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +79 -0
  404. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +85 -0
  405. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +6 -0
  406. package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +3 -0
  407. package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +55 -0
  408. package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +109 -0
  409. package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +107 -0
  410. package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +118 -0
  411. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +79 -0
  412. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +70 -0
  413. package/src/components/composite-comp/common/components/ImageLabel/index.js +47 -0
  414. package/src/components/composite-comp/common/components/ImageLabel/index.less.js +6 -0
  415. package/src/components/composite-comp/common/components/ProductItem/index.js +121 -0
  416. package/src/components/composite-comp/common/components/ProductItem/index.less.js +6 -0
  417. package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +89 -0
  418. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +182 -0
  419. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +6 -0
  420. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +133 -0
  421. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +6 -0
  422. package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +176 -0
  423. package/src/components/composite-comp/dito/components/FlashDeal/index.js +31 -0
  424. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +3 -0
  425. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +3 -0
  426. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +3 -0
  427. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +233 -0
  428. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +6 -0
  429. package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +210 -0
  430. package/src/components/composite-comp/dito/components/Recommend/index.js +31 -0
  431. package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +317 -0
  432. package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +6 -0
  433. package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +44 -0
  434. package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +3 -0
  435. package/src/components/composite-comp/dito/components/SearchBar/index.js +31 -0
  436. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +89 -0
  437. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +6 -0
  438. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +121 -0
  439. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +102 -0
  440. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +3 -0
  441. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +49 -0
  442. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +97 -0
  443. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +89 -0
  444. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +6 -0
  445. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +3 -0
  446. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +3 -0
  447. package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +49 -0
  448. package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +115 -0
  449. package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +156 -0
  450. package/src/components/constants/component-types.js +48 -0
  451. package/src/components/constants/index.js +74 -0
  452. package/src/components/constants/layout.js +90 -0
  453. package/src/components/core/Designer/CompListPanel/CompCard/index.js +33 -0
  454. package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +6 -0
  455. package/src/components/core/Designer/CompListPanel/index.js +109 -0
  456. package/src/components/core/Designer/CompListPanel/index.less.js +6 -0
  457. package/src/components/core/Designer/ConfigPanel/index.js +246 -0
  458. package/src/components/core/Designer/ConfigPanel/index.less.js +6 -0
  459. package/src/components/core/Designer/History/index.js +82 -0
  460. package/src/components/core/Designer/PageCompList/index.js +248 -0
  461. package/src/components/core/Designer/PageCompList/index.less.js +6 -0
  462. package/src/components/core/Designer/QuickMenuBar/index.js +130 -0
  463. package/src/components/core/Designer/QuickMenuBar/index.less.js +6 -0
  464. package/src/components/core/Designer/ViewArea/index.js +86 -0
  465. package/src/components/core/Designer/ViewArea/index.less.js +6 -0
  466. package/src/components/core/Designer/index.js +364 -0
  467. package/src/components/core/Designer/index.less.js +6 -0
  468. package/src/components/core/Renderer/index.js +55 -0
  469. package/src/components/decorator/compositeDecorator.js +94 -0
  470. package/src/components/decorator/metaDecorator.js +150 -0
  471. package/src/components/index.js +4 -0
  472. package/src/components/meta-comp/components/Button/index.js +121 -0
  473. package/src/components/meta-comp/components/Button/index.less.js +6 -0
  474. package/src/components/meta-comp/components/Image/index.js +133 -0
  475. package/src/components/meta-comp/components/Image/index.less.js +6 -0
  476. package/src/components/meta-comp/components/Text/index.js +385 -0
  477. package/src/components/meta-comp/components/Text/index.less.js +6 -0
  478. package/src/components/meta-comp/config-panels/BaseConfig.js +47 -0
  479. package/src/components/meta-comp/config-panels/ButtonConfig/index.js +310 -0
  480. package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +6 -0
  481. package/src/components/meta-comp/config-panels/ImageConfig/index.js +224 -0
  482. package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +6 -0
  483. package/src/components/meta-comp/config-panels/TextConfig/index.js +310 -0
  484. package/src/components/meta-comp/config-panels/TextConfig/index.less.js +6 -0
  485. package/src/components/mobx/Store.js +88 -0
  486. package/src/components/mobx/index.js +12 -0
  487. package/src/components/utils/androidUtil.js +22 -0
  488. package/src/components/utils/businessUtil.js +214 -0
  489. package/src/components/utils/commonUtil.js +240 -0
  490. package/src/components/utils/coreUtil.js +108 -0
  491. package/src/components/utils/currencyUtil.js +110 -0
  492. package/src/components/utils/dataTreeUtils.js +93 -0
  493. package/src/components/utils/dateUtil.js +30 -0
  494. package/src/components/utils/storeUtil.js +113 -0
  495. package/es/assets/fonts/.DS_Store +0 -0
  496. package/es/assets/fonts/Montserrat-Bold.ttf +0 -0
  497. package/es/assets/fonts/Montserrat-Medium.ttf +0 -0
  498. package/es/assets/fonts/Montserrat-Regular.ttf +0 -0
  499. package/es/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  500. package/es/assets/fonts/OpenSans-Bold.ttf +0 -0
  501. package/es/assets/fonts/OpenSans-Regular.ttf +0 -0
  502. package/es/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  503. package/es/assets/fonts/magic-box-iconfont.css +0 -299
  504. package/es/assets/fonts/magic-box-iconfont.css.bak +0 -299
  505. package/es/assets/fonts/magic-box-iconfont.js +0 -1
  506. package/es/assets/fonts/magic-box-iconfont.js.bak +0 -1
  507. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  508. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  509. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  510. package/es/assets/images/icon/index.js +0 -68
  511. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  512. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  513. package/es/assets/images/layout-icon/dividerLayout.svg +0 -4
  514. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  515. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  516. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  517. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  518. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  519. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  520. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  521. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +0 -18
  522. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +0 -9
  523. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  524. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  525. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  526. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  527. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  528. package/es/assets/images/layout-icon/layout-search.png +0 -0
  529. package/es/assets/images/layout-icon/newsletter.svg +0 -7
  530. package/es/assets/less/button.less +0 -9
  531. package/es/assets/less/common.less +0 -82
  532. package/es/assets/less/cylon-antd.less +0 -32534
  533. package/es/assets/less/font.less +0 -50
  534. package/es/assets/less/global.less +0 -8
  535. package/es/assets/less/index.less +0 -11
  536. package/es/assets/less/input.less +0 -8
  537. package/es/assets/less/menu.less +0 -21
  538. package/es/assets/less/modal.less +0 -16
  539. package/es/assets/less/select.less +0 -19
  540. package/es/assets/less/slider.less +0 -21
  541. package/es/assets/less/switch.less +0 -20
  542. package/es/assets/less/table.less +0 -40
  543. package/es/assets/less/variables.less +0 -4
  544. package/es/common/AlignSelector/index.js +0 -104
  545. package/es/common/AlignSelector/index.less +0 -28
  546. package/es/common/Button/index.js +0 -134
  547. package/es/common/Button/index.less +0 -68
  548. package/es/common/ButtonIconLayout/index.js +0 -103
  549. package/es/common/ButtonIconLayout/index.less +0 -53
  550. package/es/common/Collapse/index.js +0 -384
  551. package/es/common/Collapse/index.less +0 -97
  552. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  553. package/es/common/ColorPicker/index.js +0 -131
  554. package/es/common/ColorPicker/index.less +0 -26
  555. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  556. package/es/common/ColorPickerInput/index.js +0 -114
  557. package/es/common/ColorPickerInput/index.less +0 -50
  558. package/es/common/CountDown/index.js +0 -151
  559. package/es/common/CountDown/index.less +0 -23
  560. package/es/common/Field/index.js +0 -80
  561. package/es/common/Field/index.less +0 -37
  562. package/es/common/FontStyles/index.js +0 -178
  563. package/es/common/FontStyles/index.less +0 -63
  564. package/es/common/GroupList/defaultImg.png +0 -0
  565. package/es/common/GroupList/index.js +0 -210
  566. package/es/common/GroupList/index.less +0 -85
  567. package/es/common/IconPicker/index.js +0 -147
  568. package/es/common/IconPicker/index.less +0 -46
  569. package/es/common/Iconfont/index.js +0 -148
  570. package/es/common/Iconfont/index.less +0 -20
  571. package/es/common/ImageModal/CommonModal/const.js +0 -22
  572. package/es/common/ImageModal/CommonModal/index.js +0 -46
  573. package/es/common/ImageModal/CommonSelPicCard/index.js +0 -80
  574. package/es/common/ImageModal/CommonSelPicCard/index.less +0 -40
  575. package/es/common/ImageModal/const.js +0 -24
  576. package/es/common/ImageModal/index.js +0 -748
  577. package/es/common/ImageModal/index.less +0 -21
  578. package/es/common/ImagePicker/index.js +0 -162
  579. package/es/common/ImagePicker/index.less +0 -104
  580. package/es/common/InputNumber/index.js +0 -91
  581. package/es/common/InputNumber/index.less +0 -33
  582. package/es/common/LayoutSelector/imgs/center.png +0 -0
  583. package/es/common/LayoutSelector/imgs/left.png +0 -0
  584. package/es/common/LayoutSelector/imgs/right.png +0 -0
  585. package/es/common/LayoutSelector/index.js +0 -111
  586. package/es/common/LayoutSelector/index.less +0 -34
  587. package/es/common/LinkModal/CatgTable/index.js +0 -234
  588. package/es/common/LinkModal/CouponTable/index.js +0 -299
  589. package/es/common/LinkModal/CustomTable/index.js +0 -227
  590. package/es/common/LinkModal/FilteredProductModal/index.js +0 -640
  591. package/es/common/LinkModal/FilteredProductModal/index.less +0 -113
  592. package/es/common/LinkModal/FunctionTable/index.js +0 -221
  593. package/es/common/LinkModal/ProductDetailPage/index.js +0 -433
  594. package/es/common/LinkModal/ProductDetailPage/index.less +0 -21
  595. package/es/common/LinkModal/index.js +0 -136
  596. package/es/common/LinkModal/index.less +0 -108
  597. package/es/common/NewImg/index.js +0 -165
  598. package/es/common/NewImg/index.less +0 -0
  599. package/es/common/ProductModal/index.js +0 -760
  600. package/es/common/ProductModal/index.less +0 -238
  601. package/es/common/ProductSource/index.js +0 -250
  602. package/es/common/ProductSource/index.less +0 -12
  603. package/es/common/RcCollapse/Collapse.js +0 -240
  604. package/es/common/RcCollapse/Panel.js +0 -193
  605. package/es/common/RcCollapse/PanelContent.js +0 -59
  606. package/es/common/RcCollapse/index.js +0 -15
  607. package/es/common/RcCollapse/index.less +0 -108
  608. package/es/common/RcCollapse/interface.js +0 -1
  609. package/es/common/RcCollapse/motion.less +0 -12
  610. package/es/common/RcCollapse/motionUtil.js +0 -44
  611. package/es/common/Slider/index.js +0 -151
  612. package/es/common/Slider/index.less +0 -45
  613. package/es/common/SwitchCollapse/index.js +0 -216
  614. package/es/common/SwitchCollapse/index.less +0 -40
  615. package/es/common/UrlPicker/index.js +0 -119
  616. package/es/common/UrlPicker/index.less +0 -72
  617. package/es/common/index.js +0 -127
  618. package/es/composite-comp/bol/components/Banner/defaultJSON.js +0 -268
  619. package/es/composite-comp/bol/components/Banner/index.js +0 -89
  620. package/es/composite-comp/bol/components/Button/defaultJSON.js +0 -114
  621. package/es/composite-comp/bol/components/Button/index.js +0 -0
  622. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +0 -295
  623. package/es/composite-comp/bol/components/Divider/defaultJSON.js +0 -47
  624. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +0 -74
  625. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +0 -546
  626. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +0 -135
  627. package/es/composite-comp/bol/components/Tag/defaultJSON.js +0 -112
  628. package/es/composite-comp/bol/components/Text/defaultJSON.js +0 -149
  629. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +0 -183
  630. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +0 -220
  631. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +0 -56
  632. package/es/constants/component-types.js +0 -87
  633. package/es/constants/index.js +0 -144
  634. package/es/constants/layout.js +0 -120
  635. package/es/core/Designer/CompListPanel/index.js +0 -156
  636. package/es/core/Designer/CompListPanel/index.less +0 -69
  637. package/es/core/Designer/ConfigPanel/index.js +0 -294
  638. package/es/core/Designer/ConfigPanel/index.less +0 -139
  639. package/es/core/Designer/History/index.js +0 -91
  640. package/es/core/Designer/PageCompList/index.js +0 -266
  641. package/es/core/Designer/PageCompList/index.less +0 -114
  642. package/es/core/Designer/QuickMenuBar/index.js +0 -176
  643. package/es/core/Designer/QuickMenuBar/index.less +0 -67
  644. package/es/core/Designer/ViewArea/index.js +0 -150
  645. package/es/core/Designer/ViewArea/index.less +0 -53
  646. package/es/core/Designer/index.js +0 -454
  647. package/es/core/Designer/index.less +0 -6
  648. package/es/core/Renderer/index.js +0 -82
  649. package/es/decorator/compositeDecorator.js +0 -130
  650. package/es/decorator/index.js +0 -23
  651. package/es/decorator/metaDecorator.js +0 -199
  652. package/es/index.js +0 -27
  653. package/es/meta-comp/components/Button/index.js +0 -189
  654. package/es/meta-comp/components/Button/index.less +0 -19
  655. package/es/meta-comp/components/Image/index.js +0 -183
  656. package/es/meta-comp/components/Text/index.js +0 -478
  657. package/es/meta-comp/components/index.js +0 -31
  658. package/es/meta-comp/config-panels/BaseConfig.js +0 -87
  659. package/es/meta-comp/config-panels/ButtonConfig/index.js +0 -356
  660. package/es/meta-comp/config-panels/ImageConfig/index.js +0 -395
  661. package/es/meta-comp/config-panels/TextConfig/index.js +0 -358
  662. package/es/mobx/Store.js +0 -95
  663. package/es/mobx/index.js +0 -36
  664. package/es/utils/androidUtil.js +0 -113
  665. package/es/utils/businessUtil.js +0 -235
  666. package/es/utils/commonUtil.js +0 -289
  667. package/es/utils/compJsonUtil.js +0 -240
  668. package/es/utils/coreUtil.js +0 -156
  669. package/es/utils/currencyUtil.js +0 -190
  670. package/es/utils/dataTreeUtils.js +0 -105
  671. package/es/utils/dateUtil.js +0 -70
  672. package/es/utils/storeUtil.js +0 -258
  673. package/lib/assets/fonts/.DS_Store +0 -0
  674. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  675. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  676. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  677. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  678. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  679. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  680. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  681. package/lib/assets/fonts/magic-box-iconfont.css +0 -299
  682. package/lib/assets/fonts/magic-box-iconfont.css.bak +0 -299
  683. package/lib/assets/fonts/magic-box-iconfont.js +0 -1
  684. package/lib/assets/fonts/magic-box-iconfont.js.bak +0 -1
  685. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  686. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  687. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  688. package/lib/assets/images/icon/index.js +0 -68
  689. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  690. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  691. package/lib/assets/images/layout-icon/dividerLayout.svg +0 -4
  692. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  693. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  694. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  695. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  696. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  697. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  698. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  699. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +0 -18
  700. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +0 -9
  701. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  702. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  703. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  704. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  705. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  706. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  707. package/lib/assets/images/layout-icon/newsletter.svg +0 -7
  708. package/lib/assets/less/button.less +0 -9
  709. package/lib/assets/less/common.less +0 -82
  710. package/lib/assets/less/cylon-antd.less +0 -32534
  711. package/lib/assets/less/font.less +0 -50
  712. package/lib/assets/less/global.less +0 -8
  713. package/lib/assets/less/index.less +0 -11
  714. package/lib/assets/less/input.less +0 -8
  715. package/lib/assets/less/menu.less +0 -21
  716. package/lib/assets/less/modal.less +0 -16
  717. package/lib/assets/less/select.less +0 -19
  718. package/lib/assets/less/slider.less +0 -21
  719. package/lib/assets/less/switch.less +0 -20
  720. package/lib/assets/less/table.less +0 -40
  721. package/lib/assets/less/variables.less +0 -4
  722. package/lib/common/AlignSelector/index.js +0 -104
  723. package/lib/common/AlignSelector/index.less +0 -28
  724. package/lib/common/Button/index.js +0 -134
  725. package/lib/common/Button/index.less +0 -68
  726. package/lib/common/ButtonIconLayout/index.js +0 -103
  727. package/lib/common/ButtonIconLayout/index.less +0 -53
  728. package/lib/common/Collapse/index.js +0 -384
  729. package/lib/common/Collapse/index.less +0 -97
  730. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  731. package/lib/common/ColorPicker/index.js +0 -131
  732. package/lib/common/ColorPicker/index.less +0 -26
  733. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  734. package/lib/common/ColorPickerInput/index.js +0 -114
  735. package/lib/common/ColorPickerInput/index.less +0 -50
  736. package/lib/common/CountDown/index.js +0 -151
  737. package/lib/common/CountDown/index.less +0 -23
  738. package/lib/common/Field/index.js +0 -80
  739. package/lib/common/Field/index.less +0 -37
  740. package/lib/common/FontStyles/index.js +0 -178
  741. package/lib/common/FontStyles/index.less +0 -63
  742. package/lib/common/GroupList/defaultImg.png +0 -0
  743. package/lib/common/GroupList/index.js +0 -210
  744. package/lib/common/GroupList/index.less +0 -85
  745. package/lib/common/IconPicker/index.js +0 -147
  746. package/lib/common/IconPicker/index.less +0 -46
  747. package/lib/common/Iconfont/index.js +0 -148
  748. package/lib/common/Iconfont/index.less +0 -20
  749. package/lib/common/ImageModal/CommonModal/const.js +0 -22
  750. package/lib/common/ImageModal/CommonModal/index.js +0 -46
  751. package/lib/common/ImageModal/CommonSelPicCard/index.js +0 -80
  752. package/lib/common/ImageModal/CommonSelPicCard/index.less +0 -40
  753. package/lib/common/ImageModal/const.js +0 -24
  754. package/lib/common/ImageModal/index.js +0 -748
  755. package/lib/common/ImageModal/index.less +0 -21
  756. package/lib/common/ImagePicker/index.js +0 -162
  757. package/lib/common/ImagePicker/index.less +0 -104
  758. package/lib/common/InputNumber/index.js +0 -91
  759. package/lib/common/InputNumber/index.less +0 -33
  760. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  761. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  762. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  763. package/lib/common/LayoutSelector/index.js +0 -111
  764. package/lib/common/LayoutSelector/index.less +0 -34
  765. package/lib/common/LinkModal/CatgTable/index.js +0 -234
  766. package/lib/common/LinkModal/CouponTable/index.js +0 -299
  767. package/lib/common/LinkModal/CustomTable/index.js +0 -227
  768. package/lib/common/LinkModal/FilteredProductModal/index.js +0 -640
  769. package/lib/common/LinkModal/FilteredProductModal/index.less +0 -113
  770. package/lib/common/LinkModal/FunctionTable/index.js +0 -221
  771. package/lib/common/LinkModal/ProductDetailPage/index.js +0 -433
  772. package/lib/common/LinkModal/ProductDetailPage/index.less +0 -21
  773. package/lib/common/LinkModal/index.js +0 -136
  774. package/lib/common/LinkModal/index.less +0 -108
  775. package/lib/common/NewImg/index.js +0 -165
  776. package/lib/common/NewImg/index.less +0 -0
  777. package/lib/common/ProductModal/index.js +0 -760
  778. package/lib/common/ProductModal/index.less +0 -238
  779. package/lib/common/ProductSource/index.js +0 -250
  780. package/lib/common/ProductSource/index.less +0 -12
  781. package/lib/common/RcCollapse/Collapse.js +0 -240
  782. package/lib/common/RcCollapse/Panel.js +0 -193
  783. package/lib/common/RcCollapse/PanelContent.js +0 -59
  784. package/lib/common/RcCollapse/index.js +0 -15
  785. package/lib/common/RcCollapse/index.less +0 -108
  786. package/lib/common/RcCollapse/interface.js +0 -1
  787. package/lib/common/RcCollapse/motion.less +0 -12
  788. package/lib/common/RcCollapse/motionUtil.js +0 -44
  789. package/lib/common/Slider/index.js +0 -151
  790. package/lib/common/Slider/index.less +0 -45
  791. package/lib/common/SwitchCollapse/index.js +0 -216
  792. package/lib/common/SwitchCollapse/index.less +0 -40
  793. package/lib/common/UrlPicker/index.js +0 -119
  794. package/lib/common/UrlPicker/index.less +0 -72
  795. package/lib/common/index.js +0 -127
  796. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +0 -268
  797. package/lib/composite-comp/bol/components/Banner/index.js +0 -89
  798. package/lib/composite-comp/bol/components/Button/defaultJSON.js +0 -114
  799. package/lib/composite-comp/bol/components/Button/index.js +0 -103
  800. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +0 -295
  801. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +0 -47
  802. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +0 -74
  803. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +0 -546
  804. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +0 -135
  805. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +0 -112
  806. package/lib/composite-comp/bol/components/Text/defaultJSON.js +0 -149
  807. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +0 -183
  808. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +0 -220
  809. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +0 -56
  810. package/lib/constants/component-types.js +0 -87
  811. package/lib/constants/index.js +0 -144
  812. package/lib/constants/layout.js +0 -120
  813. package/lib/core/Designer/CompListPanel/index.js +0 -156
  814. package/lib/core/Designer/CompListPanel/index.less +0 -69
  815. package/lib/core/Designer/ConfigPanel/index.js +0 -294
  816. package/lib/core/Designer/ConfigPanel/index.less +0 -139
  817. package/lib/core/Designer/History/index.js +0 -91
  818. package/lib/core/Designer/PageCompList/index.js +0 -266
  819. package/lib/core/Designer/PageCompList/index.less +0 -114
  820. package/lib/core/Designer/QuickMenuBar/index.js +0 -176
  821. package/lib/core/Designer/QuickMenuBar/index.less +0 -67
  822. package/lib/core/Designer/ViewArea/index.js +0 -150
  823. package/lib/core/Designer/ViewArea/index.less +0 -53
  824. package/lib/core/Designer/index.js +0 -454
  825. package/lib/core/Designer/index.less +0 -6
  826. package/lib/core/Renderer/index.js +0 -82
  827. package/lib/decorator/compositeDecorator.js +0 -130
  828. package/lib/decorator/index.js +0 -23
  829. package/lib/decorator/metaDecorator.js +0 -199
  830. package/lib/index.js +0 -27
  831. package/lib/meta-comp/components/Button/index.js +0 -189
  832. package/lib/meta-comp/components/Button/index.less +0 -0
  833. package/lib/meta-comp/components/Image/index.js +0 -183
  834. package/lib/meta-comp/components/Text/index.js +0 -478
  835. package/lib/meta-comp/components/index.js +0 -31
  836. package/lib/meta-comp/config-panels/BaseConfig.js +0 -87
  837. package/lib/meta-comp/config-panels/ButtonConfig/index.js +0 -356
  838. package/lib/meta-comp/config-panels/ImageConfig/index.js +0 -395
  839. package/lib/meta-comp/config-panels/TextConfig/index.js +0 -358
  840. package/lib/mobx/Store.js +0 -95
  841. package/lib/mobx/index.js +0 -36
  842. package/lib/utils/androidUtil.js +0 -113
  843. package/lib/utils/businessUtil.js +0 -235
  844. package/lib/utils/commonUtil.js +0 -289
  845. package/lib/utils/compJsonUtil.js +0 -240
  846. package/lib/utils/coreUtil.js +0 -156
  847. package/lib/utils/currencyUtil.js +0 -190
  848. package/lib/utils/dataTreeUtils.js +0 -105
  849. package/lib/utils/dateUtil.js +0 -70
  850. package/lib/utils/storeUtil.js +0 -258
@@ -0,0 +1,79 @@
1
+ import { __extends } from '../../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import TextConfig from '../../../../../meta-comp/config-panels/TextConfig/index.js';
4
+ import { renderPreview } from '../../../../../utils/coreUtil.js';
5
+ import '../../../../../common/LayoutSelector/index.js';
6
+ import '../../../../../common/Field/index.js';
7
+ import '../../../../../common/UrlPicker/index.js';
8
+ import '../../../../../common/Iconfont/index.js';
9
+ import '../../../../../common/Button/index.js';
10
+ import '../../../../../common/AlignSelector/index.js';
11
+ import CommonCollapse from '../../../../../common/Collapse/index.js';
12
+ import '../../../../../common/ColorPickerInput/index.js';
13
+ import '../../../../../common/ImagePicker/index.js';
14
+ import '../../../../../common/IconPicker/index.js';
15
+ import '../../../../../common/SwitchCollapse/index.js';
16
+ import '../../../../../common/Slider/index.js';
17
+ import '../../../../../common/FontStyles/index.js';
18
+ import '../../../../../common/ButtonIconLayout/index.js';
19
+ import 'axios';
20
+ import '../../../../../../../my_node_modules/qs/lib/stringify.js';
21
+ import '../../../../../../../my_node_modules/qs/lib/utils.js';
22
+ import '../../../../../common/ProductModal/index.js';
23
+ import '../../../../../common/ProductSource/index.less.js';
24
+
25
+ var AComponent =
26
+ /** @class */
27
+ function (_super) {
28
+ __extends(AComponent, _super);
29
+
30
+ function AComponent() {
31
+ var _this = _super !== null && _super.apply(this, arguments) || this;
32
+
33
+ _this.state = {};
34
+
35
+ _this.reRender = function () {
36
+ renderPreview();
37
+
38
+ _this.setState({});
39
+ };
40
+
41
+ return _this;
42
+ }
43
+
44
+ AComponent.prototype.render = function () {
45
+ var panelProps = this.props.panelProps;
46
+ return /*#__PURE__*/React__default.createElement("div", {
47
+ className: "recommend_content"
48
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
49
+ headerSize: "middle",
50
+ onRefresh: this.reRender,
51
+ source: [{
52
+ key: '1',
53
+ name: 'Headline',
54
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
55
+ data: panelProps.headline
56
+ }),
57
+ metaOption: panelProps.headline
58
+ }, {
59
+ key: '2',
60
+ name: 'Subtitle',
61
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
62
+ data: panelProps.subtitle
63
+ }),
64
+ metaOption: panelProps.subtitle
65
+ }],
66
+ type: "switch"
67
+ }));
68
+ };
69
+
70
+ AComponent.defaultProps = {
71
+ panelProps: {
72
+ headline: {},
73
+ subTitle: {}
74
+ }
75
+ };
76
+ return AComponent;
77
+ }(React__default.Component);
78
+
79
+ export { AComponent as default };
@@ -0,0 +1,85 @@
1
+ import { __extends, __decorate } from '../../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import { inject, observer } from 'mobx-react';
4
+ import Button from '../../../../../common/Button/index.js';
5
+ import GroupList from '../../../../../common/GroupList/index.js';
6
+ import { renderPreview } from '../../../../../utils/coreUtil.js';
7
+ import { textGroupSourceJSON } from '../../../components/Text/defaultJSON.js';
8
+ import './index.less.js';
9
+
10
+ var notice = '';
11
+
12
+ var default_1 =
13
+ /** @class */
14
+ function (_super) {
15
+ __extends(default_1, _super);
16
+
17
+ function default_1() {
18
+ var _this = _super !== null && _super.apply(this, arguments) || this;
19
+
20
+ _this.state = {};
21
+
22
+ _this.onClickItem = function (node) {
23
+ _this.props.store.setState({
24
+ clickedGroup: node.id
25
+ });
26
+ };
27
+
28
+ _this.onAddClick = function () {
29
+ var json = textGroupSourceJSON();
30
+
31
+ _this.props.source.push(json);
32
+
33
+ _this.setState({});
34
+
35
+ renderPreview();
36
+ };
37
+
38
+ _this.reRender = function () {
39
+ _this.setState({});
40
+ };
41
+
42
+ return _this;
43
+ }
44
+
45
+ default_1.prototype.render = function () {
46
+ var source = this.props.source;
47
+
48
+ var renderCard = function (src) {
49
+ return /*#__PURE__*/React__default.createElement("div", {
50
+ className: "card_wrap"
51
+ }, /*#__PURE__*/React__default.createElement("div", {
52
+ className: "name"
53
+ }, src.content.title.text));
54
+ };
55
+
56
+ return /*#__PURE__*/React__default.createElement("div", {
57
+ className: "group_wrap"
58
+ }, /*#__PURE__*/React__default.createElement("div", {
59
+ className: "node_list"
60
+ }, source.length === 0 ? /*#__PURE__*/React__default.createElement("span", {
61
+ className: "notice"
62
+ }, notice) : /*#__PURE__*/React__default.createElement(GroupList, {
63
+ onClickItem: this.onClickItem,
64
+ renderCard: function (v) {
65
+ return renderCard(v);
66
+ },
67
+ reRender: this.reRender,
68
+ source: source
69
+ })), /*#__PURE__*/React__default.createElement("div", {
70
+ className: "btn_wrap"
71
+ }, /*#__PURE__*/React__default.createElement(Button, {
72
+ icon: "icon-add",
73
+ onClick: this.onAddClick,
74
+ type: "primary"
75
+ }, "Add Group")));
76
+ };
77
+
78
+ default_1.defaultProps = {
79
+ source: []
80
+ };
81
+ default_1 = __decorate([inject('store'), observer], default_1);
82
+ return default_1;
83
+ }(React__default.Component);
84
+
85
+ export { default_1 as default };
@@ -0,0 +1,6 @@
1
+ import styleInject from '../../../../../../../my_node_modules/style-inject/dist/style-inject.es.js';
2
+
3
+ var css_248z = ".group_wrap {\n margin-bottom: 20px;\n}\n.group_wrap .node_list {\n margin-bottom: 12px;\n}\n.group_wrap .node_list .notice {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n color: #232F46;\n}\n";
4
+ styleInject(css_248z);
5
+
6
+ export { css_248z as default };
@@ -0,0 +1,3 @@
1
+ var img = "data:image/png;base64,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";
2
+
3
+ export { img as default };
@@ -0,0 +1,55 @@
1
+ import React__default from 'react';
2
+ import default_1 from './TextConfigGroup/index.js';
3
+ import AComponent from './TextConfigContent/index.js';
4
+ import img from './imgs/layout1.png.js';
5
+ import BackgroundConfig from '../../../common/config-panels/BackgroundConfig/index.js';
6
+ import CustomizeConfig from '../../../common/config-panels/CustomizeConfig/index.js';
7
+ import CommonCollapse from '../../../../common/Collapse/index.js';
8
+ import SpacingConfig from '../../../common/config-panels/SpacingConfig/index.js';
9
+
10
+ function TextConfig(props) {
11
+ var data = props.data;
12
+ return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(CommonCollapse, {
13
+ divider: "bold",
14
+ headerSize: "large",
15
+ source: [{
16
+ key: '1',
17
+ name: 'Title',
18
+ value: /*#__PURE__*/React__default.createElement(AComponent, {
19
+ panelProps: data.title
20
+ })
21
+ }, {
22
+ key: '2',
23
+ name: 'Group',
24
+ value: /*#__PURE__*/React__default.createElement(default_1, {
25
+ source: data.groupSource
26
+ })
27
+ }, {
28
+ key: '3',
29
+ name: 'Spacing',
30
+ value: /*#__PURE__*/React__default.createElement(SpacingConfig, {
31
+ data: data.spacing
32
+ })
33
+ }, {
34
+ key: '4',
35
+ name: 'Customize',
36
+ value: /*#__PURE__*/React__default.createElement(CustomizeConfig, {
37
+ data: data.customize,
38
+ layoutSource: [{
39
+ id: 'layout1',
40
+ name: 'left',
41
+ image: img
42
+ }]
43
+ })
44
+ }, {
45
+ key: '5',
46
+ name: 'Background',
47
+ value: /*#__PURE__*/React__default.createElement(BackgroundConfig, {
48
+ data: data.background
49
+ })
50
+ }],
51
+ type: "triangle"
52
+ }));
53
+ }
54
+
55
+ export { TextConfig as default };
@@ -0,0 +1,109 @@
1
+ import { __extends } from '../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import { renderPreview } from '../../../../utils/coreUtil.js';
4
+ import CommonCollapse from '../../../../common/Collapse/index.js';
5
+ import ImageConfig from '../../../../meta-comp/config-panels/ImageConfig/index.js';
6
+ import ButtonConfig from '../../../../meta-comp/config-panels/ButtonConfig/index.js';
7
+ import TextConfig from '../../../../meta-comp/config-panels/TextConfig/index.js';
8
+ import BackgroundConfig from '../../../common/config-panels/BackgroundConfig/index.js';
9
+ import CustomizeConfig from '../../../common/config-panels/CustomizeConfig/index.js';
10
+
11
+ require('debug')('worker:BannerSecondConfig');
12
+
13
+ var BannerSecondConfig =
14
+ /** @class */
15
+ function (_super) {
16
+ __extends(BannerSecondConfig, _super);
17
+
18
+ function BannerSecondConfig() {
19
+ var _this = _super !== null && _super.apply(this, arguments) || this;
20
+
21
+ _this.state = {};
22
+
23
+ _this.getContentPanel = function () {
24
+ var panelProps = _this.props.panelProps;
25
+ var source = [{
26
+ key: '1',
27
+ name: 'Image',
28
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
29
+ data: panelProps.image
30
+ }),
31
+ metaOption: panelProps.image
32
+ }, {
33
+ key: '2',
34
+ name: 'Title',
35
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
36
+ data: panelProps.title
37
+ }),
38
+ metaOption: panelProps.title
39
+ }, {
40
+ key: '3',
41
+ name: 'Text',
42
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
43
+ data: panelProps.text
44
+ }),
45
+ metaOption: panelProps.text
46
+ }, {
47
+ key: '4',
48
+ name: 'Button',
49
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
50
+ data: panelProps.button
51
+ }),
52
+ metaOption: panelProps.button
53
+ }, {
54
+ key: '5',
55
+ name: 'Secondary Button',
56
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
57
+ data: panelProps.secondButton
58
+ }),
59
+ metaOption: panelProps.secondButton
60
+ }];
61
+ return /*#__PURE__*/React__default.createElement(CommonCollapse, {
62
+ headerSize: "middle",
63
+ onRefresh: function () {
64
+ return renderPreview();
65
+ },
66
+ showActiveColor: true,
67
+ source: source,
68
+ type: "switch"
69
+ });
70
+ };
71
+
72
+ return _this;
73
+ }
74
+
75
+ BannerSecondConfig.prototype.render = function () {
76
+ var panelProps = this.props.panelProps; // console.log('---banner second,', panelProps);
77
+
78
+ return /*#__PURE__*/React__default.createElement("div", {
79
+ className: "banner_second_conf_wrap"
80
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
81
+ divider: "bold",
82
+ headerSize: "large",
83
+ source: [{
84
+ key: '1',
85
+ name: 'Content',
86
+ value: this.getContentPanel()
87
+ }, {
88
+ key: '2',
89
+ name: 'Customize',
90
+ value: /*#__PURE__*/React__default.createElement(CustomizeConfig, {
91
+ data: panelProps.customize
92
+ })
93
+ }, {
94
+ key: '3',
95
+ name: 'Background',
96
+ value: /*#__PURE__*/React__default.createElement(BackgroundConfig, {
97
+ data: panelProps.background
98
+ })
99
+ }]
100
+ }));
101
+ };
102
+
103
+ BannerSecondConfig.defaultProps = {
104
+ panelProps: {}
105
+ };
106
+ return BannerSecondConfig;
107
+ }(React__default.Component);
108
+
109
+ export { BannerSecondConfig as default };
@@ -0,0 +1,107 @@
1
+ import { __extends, __spreadArray } from '../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import { renderPreview } from '../../../../utils/coreUtil.js';
4
+ import CommonCollapse from '../../../../common/Collapse/index.js';
5
+ import ImageConfig from '../../../../meta-comp/config-panels/ImageConfig/index.js';
6
+ import ButtonConfig from '../../../../meta-comp/config-panels/ButtonConfig/index.js';
7
+ import TextConfig from '../../../../meta-comp/config-panels/TextConfig/index.js';
8
+ import { store } from '../../../../mobx/index.js';
9
+
10
+ require('debug')('worker:CarouselSecondConfig');
11
+
12
+ var CarouselSecondConfig =
13
+ /** @class */
14
+ function (_super) {
15
+ __extends(CarouselSecondConfig, _super);
16
+
17
+ function CarouselSecondConfig() {
18
+ var _this = _super !== null && _super.apply(this, arguments) || this;
19
+
20
+ _this.state = {};
21
+ return _this;
22
+ }
23
+
24
+ CarouselSecondConfig.prototype.render = function () {
25
+ var panelProps = this.props.panelProps;
26
+ var textSource = [{
27
+ key: '2',
28
+ name: 'Title',
29
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
30
+ data: panelProps.title
31
+ }),
32
+ metaOption: panelProps.title,
33
+ toggleType: 'switch'
34
+ }, {
35
+ key: '3',
36
+ name: 'Text',
37
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
38
+ data: panelProps.text
39
+ }),
40
+ metaOption: panelProps.text,
41
+ toggleType: 'switch'
42
+ }, {
43
+ key: '4',
44
+ name: 'Image Tag',
45
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
46
+ data: panelProps.imageTag
47
+ }),
48
+ metaOption: panelProps.imageTag,
49
+ toggleType: 'switch'
50
+ }, {
51
+ key: '5',
52
+ name: 'Button Tag',
53
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
54
+ data: panelProps.buttonTag
55
+ }),
56
+ metaOption: panelProps.buttonTag,
57
+ toggleType: 'switch'
58
+ }, {
59
+ key: '6',
60
+ name: 'Secondary Button Tag',
61
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
62
+ data: panelProps.secondButtonTag
63
+ }),
64
+ metaOption: panelProps.secondButtonTag,
65
+ toggleType: 'switch'
66
+ }];
67
+
68
+ var _textSource = store.CarouselStore[panelProps.compId] === 'layout2' ? textSource : [];
69
+
70
+ var getConfig = function () {
71
+ return /*#__PURE__*/React__default.createElement(CommonCollapse, {
72
+ onRefresh: function () {
73
+ return renderPreview();
74
+ },
75
+ source: __spreadArray([{
76
+ key: '1',
77
+ name: 'Image',
78
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
79
+ data: panelProps.image
80
+ }),
81
+ metaOption: panelProps.image,
82
+ toggleType: 'switch'
83
+ }], _textSource, true)
84
+ });
85
+ };
86
+
87
+ return /*#__PURE__*/React__default.createElement("div", {
88
+ className: "carousel_second_conf_wrap"
89
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
90
+ divider: "bold",
91
+ headerSize: "large",
92
+ source: [{
93
+ key: '1',
94
+ name: 'Content',
95
+ value: getConfig()
96
+ }],
97
+ type: "triangle"
98
+ }));
99
+ };
100
+
101
+ CarouselSecondConfig.defaultProps = {
102
+ panelProps: {}
103
+ };
104
+ return CarouselSecondConfig;
105
+ }(React__default.Component);
106
+
107
+ export { CarouselSecondConfig as default };
@@ -0,0 +1,118 @@
1
+ import { __extends } from '../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import CommonCollapse from '../../../../common/Collapse/index.js';
4
+ import ImageConfig from '../../../../meta-comp/config-panels/ImageConfig/index.js';
5
+ import ButtonConfig from '../../../../meta-comp/config-panels/ButtonConfig/index.js';
6
+ import TextConfig from '../../../../meta-comp/config-panels/TextConfig/index.js';
7
+ import BackgroundConfig from '../../../common/config-panels/BackgroundConfig/index.js';
8
+ import '../../../../common/LayoutSelector/index.js';
9
+ import Field from '../../../../common/Field/index.js';
10
+ import '../../../../common/UrlPicker/index.js';
11
+ import '../../../../common/Iconfont/index.js';
12
+ import '../../../../common/Button/index.js';
13
+ import '../../../../common/AlignSelector/index.js';
14
+ import '../../../../common/ColorPickerInput/index.js';
15
+ import '../../../../common/ImagePicker/index.js';
16
+ import '../../../../common/IconPicker/index.js';
17
+ import '../../../../common/SwitchCollapse/index.js';
18
+ import '../../../../common/Slider/index.js';
19
+ import '../../../../common/FontStyles/index.js';
20
+ import '../../../../common/ButtonIconLayout/index.js';
21
+ import 'axios';
22
+ import '../../../../../../my_node_modules/qs/lib/stringify.js';
23
+ import '../../../../../../my_node_modules/qs/lib/utils.js';
24
+ import '../../../../common/ProductModal/index.js';
25
+ import '../../../../common/ProductSource/index.less.js';
26
+ import { renderPreview } from '../../../../utils/coreUtil.js';
27
+
28
+ var ImageTextSecondConfig =
29
+ /** @class */
30
+ function (_super) {
31
+ __extends(ImageTextSecondConfig, _super);
32
+
33
+ function ImageTextSecondConfig() {
34
+ var _this = _super !== null && _super.apply(this, arguments) || this;
35
+
36
+ _this.state = {};
37
+
38
+ _this.getContentPanel = function (data) {
39
+ var source = [{
40
+ key: 'imageTextSecondContent1',
41
+ name: 'Image',
42
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
43
+ data: data.image
44
+ }),
45
+ metaOption: data.image
46
+ }, {
47
+ key: 'imageTextSecondContent2',
48
+ name: 'Title',
49
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
50
+ data: data.title
51
+ }),
52
+ metaOption: data.title
53
+ }, {
54
+ key: 'imageTextSecondContent3',
55
+ name: 'Text',
56
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
57
+ data: data.text
58
+ }),
59
+ metaOption: data.text
60
+ }, {
61
+ key: 'imageTextSecondContent4',
62
+ name: 'Button',
63
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
64
+ data: data.button
65
+ }),
66
+ metaOption: data.button
67
+ }, {
68
+ key: 'imageTextSecondContent5',
69
+ name: 'Secondary Button',
70
+ value: /*#__PURE__*/React__default.createElement(ButtonConfig, {
71
+ data: data.secondButton
72
+ }),
73
+ metaOption: data.secondButton
74
+ }];
75
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(CommonCollapse, {
76
+ headerSize: "middle",
77
+ onRefresh: function () {
78
+ return renderPreview();
79
+ },
80
+ showActiveColor: true,
81
+ source: source,
82
+ type: "switch"
83
+ }), /*#__PURE__*/React__default.createElement(Field, null, /*#__PURE__*/React__default.createElement(BackgroundConfig, {
84
+ data: data.background
85
+ })));
86
+ };
87
+
88
+ return _this;
89
+ }
90
+
91
+ ImageTextSecondConfig.prototype.render = function () {
92
+ var panelProps = this.props.panelProps;
93
+ return /*#__PURE__*/React__default.createElement("div", {
94
+ className: "banner_second_conf_wrap"
95
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
96
+ divider: "bold",
97
+ headerSize: "large",
98
+ source: [{
99
+ key: 'imageTextSecondConfig1',
100
+ name: 'Content',
101
+ value: this.getContentPanel(panelProps)
102
+ }, {
103
+ key: 'imageTextSecondConfig2',
104
+ name: 'Hover',
105
+ value: this.getContentPanel(panelProps.hover),
106
+ metaOption: panelProps.hover,
107
+ toggleType: 'switch'
108
+ }]
109
+ }));
110
+ };
111
+
112
+ ImageTextSecondConfig.defaultProps = {
113
+ panelProps: {}
114
+ };
115
+ return ImageTextSecondConfig;
116
+ }(React__default.Component);
117
+
118
+ export { ImageTextSecondConfig as default };
@@ -0,0 +1,79 @@
1
+ import { __extends } from '../../../../../../../my_node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import TextConfig from '../../../../../meta-comp/config-panels/TextConfig/index.js';
4
+ import { renderPreview } from '../../../../../utils/coreUtil.js';
5
+ import '../../../../../common/LayoutSelector/index.js';
6
+ import '../../../../../common/Field/index.js';
7
+ import '../../../../../common/UrlPicker/index.js';
8
+ import '../../../../../common/Iconfont/index.js';
9
+ import '../../../../../common/Button/index.js';
10
+ import '../../../../../common/AlignSelector/index.js';
11
+ import CommonCollapse from '../../../../../common/Collapse/index.js';
12
+ import '../../../../../common/ColorPickerInput/index.js';
13
+ import '../../../../../common/ImagePicker/index.js';
14
+ import '../../../../../common/IconPicker/index.js';
15
+ import '../../../../../common/SwitchCollapse/index.js';
16
+ import '../../../../../common/Slider/index.js';
17
+ import '../../../../../common/FontStyles/index.js';
18
+ import '../../../../../common/ButtonIconLayout/index.js';
19
+ import 'axios';
20
+ import '../../../../../../../my_node_modules/qs/lib/stringify.js';
21
+ import '../../../../../../../my_node_modules/qs/lib/utils.js';
22
+ import '../../../../../common/ProductModal/index.js';
23
+ import '../../../../../common/ProductSource/index.less.js';
24
+
25
+ var AComponent =
26
+ /** @class */
27
+ function (_super) {
28
+ __extends(AComponent, _super);
29
+
30
+ function AComponent() {
31
+ var _this = _super !== null && _super.apply(this, arguments) || this;
32
+
33
+ _this.state = {};
34
+
35
+ _this.reRender = function () {
36
+ renderPreview();
37
+
38
+ _this.setState({});
39
+ };
40
+
41
+ return _this;
42
+ }
43
+
44
+ AComponent.prototype.render = function () {
45
+ var source = this.props.source;
46
+ return /*#__PURE__*/React__default.createElement("div", {
47
+ className: "recommend_content"
48
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
49
+ headerSize: "middle",
50
+ onRefresh: this.reRender,
51
+ source: [{
52
+ key: '1',
53
+ name: 'Title',
54
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
55
+ data: source.title
56
+ }),
57
+ metaOption: source.title
58
+ }, {
59
+ key: '2',
60
+ name: 'Text',
61
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
62
+ data: source.text
63
+ }),
64
+ metaOption: source.text
65
+ }],
66
+ type: "switch"
67
+ }));
68
+ };
69
+
70
+ AComponent.defaultProps = {
71
+ source: {
72
+ title: {},
73
+ text: {}
74
+ }
75
+ };
76
+ return AComponent;
77
+ }(React__default.Component);
78
+
79
+ export { AComponent as default };