@fonixtree/magic-design 0.0.11 → 0.0.16

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 (591) 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/magic-box-iconfont.css +299 -0
  10. package/es/assets/fonts/magic-box-iconfont.css.bak +299 -0
  11. package/es/assets/fonts/magic-box-iconfont.js +1 -0
  12. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -0
  13. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  14. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  15. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  16. package/es/assets/images/icon/index.js +68 -0
  17. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  18. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  19. package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
  20. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  21. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  22. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  23. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  24. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  25. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  26. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  27. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  28. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  29. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  30. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  31. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  32. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  33. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  34. package/es/assets/images/layout-icon/layout-search.png +0 -0
  35. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  36. package/es/assets/less/button.less +9 -0
  37. package/es/assets/less/common.less +82 -0
  38. package/es/assets/less/cylon-antd.less +32534 -0
  39. package/es/assets/less/font.less +50 -0
  40. package/es/assets/less/global.less +8 -0
  41. package/es/assets/less/index.less +11 -0
  42. package/es/assets/less/input.less +8 -0
  43. package/es/assets/less/menu.less +21 -0
  44. package/es/assets/less/modal.less +16 -0
  45. package/es/assets/less/select.less +19 -0
  46. package/es/assets/less/slider.less +21 -0
  47. package/es/assets/less/switch.less +20 -0
  48. package/es/assets/less/table.less +40 -0
  49. package/es/assets/less/variables.less +4 -0
  50. package/es/common/AlignSelector/index.js +104 -0
  51. package/es/common/AlignSelector/index.less +28 -0
  52. package/es/common/Button/index.js +134 -0
  53. package/es/common/Button/index.less +68 -0
  54. package/es/common/ButtonIconLayout/index.js +103 -0
  55. package/es/common/ButtonIconLayout/index.less +53 -0
  56. package/{src/components → es}/common/Collapse/index.js +97 -36
  57. package/es/common/Collapse/index.less +97 -0
  58. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  59. package/{src/components → es}/common/ColorPicker/index.js +50 -13
  60. package/es/common/ColorPicker/index.less +26 -0
  61. package/es/common/ColorPickerInput/imgs/code.png +0 -0
  62. package/es/common/ColorPickerInput/index.js +114 -0
  63. package/es/common/ColorPickerInput/index.less +50 -0
  64. package/es/common/CountDown/index.js +151 -0
  65. package/es/common/CountDown/index.less +23 -0
  66. package/es/common/Field/index.js +80 -0
  67. package/es/common/Field/index.less +37 -0
  68. package/es/common/FontStyles/index.js +178 -0
  69. package/es/common/FontStyles/index.less +63 -0
  70. package/es/common/GroupList/defaultImg.png +0 -0
  71. package/{src/components → es}/common/GroupList/index.js +76 -36
  72. package/es/common/GroupList/index.less +85 -0
  73. package/es/common/IconPicker/index.js +147 -0
  74. package/es/common/IconPicker/index.less +46 -0
  75. package/es/common/Iconfont/index.js +148 -0
  76. package/es/common/Iconfont/index.less +20 -0
  77. package/{src/components → es}/common/ImageModal/CommonModal/const.js +14 -8
  78. package/es/common/ImageModal/CommonModal/index.js +46 -0
  79. package/es/common/ImageModal/CommonSelPicCard/index.js +80 -0
  80. package/es/common/ImageModal/CommonSelPicCard/index.less +40 -0
  81. package/es/common/ImageModal/const.js +24 -0
  82. package/es/common/ImageModal/index.js +748 -0
  83. package/es/common/ImageModal/index.less +21 -0
  84. package/es/common/ImagePicker/index.js +162 -0
  85. package/es/common/ImagePicker/index.less +104 -0
  86. package/es/common/InputNumber/index.js +91 -0
  87. package/es/common/InputNumber/index.less +33 -0
  88. package/es/common/LayoutSelector/imgs/center.png +0 -0
  89. package/es/common/LayoutSelector/imgs/left.png +0 -0
  90. package/es/common/LayoutSelector/imgs/right.png +0 -0
  91. package/es/common/LayoutSelector/index.js +111 -0
  92. package/es/common/LayoutSelector/index.less +34 -0
  93. package/es/common/LinkModal/CatgTable/index.js +234 -0
  94. package/es/common/LinkModal/CouponTable/index.js +299 -0
  95. package/es/common/LinkModal/CustomTable/index.js +227 -0
  96. package/es/common/LinkModal/FilteredProductModal/index.js +640 -0
  97. package/es/common/LinkModal/FilteredProductModal/index.less +113 -0
  98. package/es/common/LinkModal/FunctionTable/index.js +221 -0
  99. package/es/common/LinkModal/ProductDetailPage/index.js +433 -0
  100. package/es/common/LinkModal/ProductDetailPage/index.less +21 -0
  101. package/es/common/LinkModal/index.js +136 -0
  102. package/es/common/LinkModal/index.less +108 -0
  103. package/es/common/NewImg/index.js +165 -0
  104. package/es/common/NewImg/index.less +0 -0
  105. package/es/common/ProductModal/index.js +760 -0
  106. package/es/common/ProductModal/index.less +238 -0
  107. package/es/common/ProductSource/index.js +250 -0
  108. package/es/common/ProductSource/index.less +12 -0
  109. package/{src/components → es}/common/RcCollapse/Collapse.js +81 -17
  110. package/es/common/RcCollapse/Panel.js +193 -0
  111. package/es/common/RcCollapse/PanelContent.js +59 -0
  112. package/es/common/RcCollapse/index.js +15 -0
  113. package/es/common/RcCollapse/index.less +108 -0
  114. package/es/common/RcCollapse/interface.js +1 -0
  115. package/es/common/RcCollapse/motion.less +12 -0
  116. package/{src/components → es}/common/RcCollapse/motionUtil.js +13 -6
  117. package/es/common/Slider/index.js +151 -0
  118. package/es/common/Slider/index.less +45 -0
  119. package/{src/components → es}/common/SwitchCollapse/index.js +74 -20
  120. package/es/common/SwitchCollapse/index.less +40 -0
  121. package/es/common/UrlPicker/index.js +119 -0
  122. package/es/common/UrlPicker/index.less +72 -0
  123. package/es/common/index.js +127 -0
  124. package/{src/components → es}/composite-comp/bol/components/Banner/defaultJSON.js +30 -20
  125. package/es/composite-comp/bol/components/Banner/index.js +89 -0
  126. package/{src/components → es}/composite-comp/bol/components/Button/defaultJSON.js +31 -10
  127. package/es/composite-comp/bol/components/Button/index.js +0 -0
  128. package/{src/components → es}/composite-comp/bol/components/Carousel/defaultJSON.js +36 -27
  129. package/{src/components → es}/composite-comp/bol/components/Divider/defaultJSON.js +11 -4
  130. package/{src/components → es}/composite-comp/bol/components/ImageGallery/defaultJSON.js +18 -8
  131. package/{src/components → es}/composite-comp/bol/components/ImageText/defaultJSON.js +31 -20
  132. package/{src/components → es}/composite-comp/bol/components/Newsletter/defaultJSON.js +35 -14
  133. package/{src/components → es}/composite-comp/bol/components/Tag/defaultJSON.js +32 -11
  134. package/{src/components → es}/composite-comp/bol/components/Text/defaultJSON.js +38 -14
  135. package/{src/components → es}/composite-comp/dito/components/FlashDeal/defaultJSON.js +17 -10
  136. package/{src/components → es}/composite-comp/dito/components/Recommend/defaultJSON.js +24 -14
  137. package/{src/components → es}/composite-comp/dito/components/SearchBar/defaultJSON.js +19 -7
  138. package/es/constants/component-types.js +87 -0
  139. package/es/constants/index.js +144 -0
  140. package/es/constants/layout.js +120 -0
  141. package/es/core/Designer/CompListPanel/index.js +156 -0
  142. package/es/core/Designer/CompListPanel/index.less +69 -0
  143. package/es/core/Designer/ConfigPanel/index.js +294 -0
  144. package/es/core/Designer/ConfigPanel/index.less +139 -0
  145. package/{src/components → es}/core/Designer/History/index.js +29 -20
  146. package/es/core/Designer/PageCompList/index.js +266 -0
  147. package/es/core/Designer/PageCompList/index.less +114 -0
  148. package/es/core/Designer/QuickMenuBar/index.js +176 -0
  149. package/es/core/Designer/QuickMenuBar/index.less +67 -0
  150. package/es/core/Designer/ViewArea/index.js +150 -0
  151. package/es/core/Designer/ViewArea/index.less +53 -0
  152. package/{src/components → es}/core/Designer/index.js +156 -66
  153. package/es/core/Designer/index.less +6 -0
  154. package/es/core/Renderer/index.js +82 -0
  155. package/es/decorator/compositeDecorator.js +130 -0
  156. package/es/decorator/index.js +23 -0
  157. package/{src/components → es}/decorator/metaDecorator.js +68 -19
  158. package/es/index.js +27 -0
  159. package/es/meta-comp/components/Button/index.js +189 -0
  160. package/es/meta-comp/components/Button/index.less +19 -0
  161. package/es/meta-comp/components/Image/index.js +183 -0
  162. package/{src/components → es}/meta-comp/components/Text/index.js +141 -48
  163. package/es/meta-comp/components/index.js +31 -0
  164. package/es/meta-comp/config-panels/BaseConfig.js +87 -0
  165. package/es/meta-comp/config-panels/ButtonConfig/index.js +356 -0
  166. package/es/meta-comp/config-panels/ImageConfig/index.js +395 -0
  167. package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
  168. package/{src/components → es}/mobx/Store.js +23 -16
  169. package/es/mobx/index.js +36 -0
  170. package/es/utils/androidUtil.js +113 -0
  171. package/{src/components → es}/utils/businessUtil.js +48 -27
  172. package/{src/components → es}/utils/commonUtil.js +108 -42
  173. package/es/utils/compJsonUtil.js +240 -0
  174. package/es/utils/coreUtil.js +156 -0
  175. package/es/utils/currencyUtil.js +190 -0
  176. package/{src/components → es}/utils/dataTreeUtils.js +36 -24
  177. package/es/utils/dateUtil.js +70 -0
  178. package/es/utils/storeUtil.js +258 -0
  179. package/lib/assets/fonts/.DS_Store +0 -0
  180. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  181. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  182. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  183. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  184. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  185. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  186. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  187. package/lib/assets/fonts/magic-box-iconfont.css +299 -0
  188. package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
  189. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  190. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  191. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  192. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  193. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  194. package/lib/assets/images/icon/index.js +68 -0
  195. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  196. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  197. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  198. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  199. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  200. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  201. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  202. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  203. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  204. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  205. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  206. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  207. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  208. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  209. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  210. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  211. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  212. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  213. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  214. package/lib/assets/less/button.less +9 -0
  215. package/lib/assets/less/common.less +82 -0
  216. package/lib/assets/less/cylon-antd.less +32534 -0
  217. package/lib/assets/less/font.less +50 -0
  218. package/lib/assets/less/global.less +8 -0
  219. package/lib/assets/less/index.less +11 -0
  220. package/lib/assets/less/input.less +8 -0
  221. package/lib/assets/less/menu.less +21 -0
  222. package/lib/assets/less/modal.less +16 -0
  223. package/lib/assets/less/select.less +19 -0
  224. package/lib/assets/less/slider.less +21 -0
  225. package/lib/assets/less/switch.less +20 -0
  226. package/lib/assets/less/table.less +40 -0
  227. package/lib/assets/less/variables.less +4 -0
  228. package/lib/common/AlignSelector/index.js +104 -0
  229. package/lib/common/AlignSelector/index.less +28 -0
  230. package/lib/common/Button/index.js +134 -0
  231. package/lib/common/Button/index.less +68 -0
  232. package/lib/common/ButtonIconLayout/index.js +103 -0
  233. package/lib/common/ButtonIconLayout/index.less +53 -0
  234. package/lib/common/Collapse/index.js +384 -0
  235. package/lib/common/Collapse/index.less +97 -0
  236. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  237. package/lib/common/ColorPicker/index.js +131 -0
  238. package/lib/common/ColorPicker/index.less +26 -0
  239. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  240. package/lib/common/ColorPickerInput/index.js +114 -0
  241. package/lib/common/ColorPickerInput/index.less +50 -0
  242. package/lib/common/CountDown/index.js +151 -0
  243. package/lib/common/CountDown/index.less +23 -0
  244. package/lib/common/Field/index.js +80 -0
  245. package/lib/common/Field/index.less +37 -0
  246. package/lib/common/FontStyles/index.js +178 -0
  247. package/lib/common/FontStyles/index.less +63 -0
  248. package/lib/common/GroupList/defaultImg.png +0 -0
  249. package/lib/common/GroupList/index.js +210 -0
  250. package/lib/common/GroupList/index.less +85 -0
  251. package/lib/common/IconPicker/index.js +147 -0
  252. package/lib/common/IconPicker/index.less +46 -0
  253. package/lib/common/Iconfont/index.js +148 -0
  254. package/lib/common/Iconfont/index.less +20 -0
  255. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  256. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  257. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  258. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  259. package/lib/common/ImageModal/const.js +24 -0
  260. package/lib/common/ImageModal/index.js +748 -0
  261. package/lib/common/ImageModal/index.less +21 -0
  262. package/lib/common/ImagePicker/index.js +162 -0
  263. package/lib/common/ImagePicker/index.less +104 -0
  264. package/lib/common/InputNumber/index.js +91 -0
  265. package/lib/common/InputNumber/index.less +33 -0
  266. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  267. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  268. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  269. package/lib/common/LayoutSelector/index.js +111 -0
  270. package/lib/common/LayoutSelector/index.less +34 -0
  271. package/lib/common/LinkModal/CatgTable/index.js +234 -0
  272. package/lib/common/LinkModal/CouponTable/index.js +299 -0
  273. package/lib/common/LinkModal/CustomTable/index.js +227 -0
  274. package/lib/common/LinkModal/FilteredProductModal/index.js +640 -0
  275. package/lib/common/LinkModal/FilteredProductModal/index.less +113 -0
  276. package/lib/common/LinkModal/FunctionTable/index.js +221 -0
  277. package/lib/common/LinkModal/ProductDetailPage/index.js +433 -0
  278. package/lib/common/LinkModal/ProductDetailPage/index.less +21 -0
  279. package/lib/common/LinkModal/index.js +136 -0
  280. package/lib/common/LinkModal/index.less +108 -0
  281. package/lib/common/NewImg/index.js +165 -0
  282. package/lib/common/NewImg/index.less +0 -0
  283. package/lib/common/ProductModal/index.js +760 -0
  284. package/lib/common/ProductModal/index.less +238 -0
  285. package/lib/common/ProductSource/index.js +250 -0
  286. package/lib/common/ProductSource/index.less +12 -0
  287. package/lib/common/RcCollapse/Collapse.js +240 -0
  288. package/lib/common/RcCollapse/Panel.js +193 -0
  289. package/lib/common/RcCollapse/PanelContent.js +59 -0
  290. package/lib/common/RcCollapse/index.js +15 -0
  291. package/lib/common/RcCollapse/index.less +108 -0
  292. package/lib/common/RcCollapse/interface.js +1 -0
  293. package/lib/common/RcCollapse/motion.less +12 -0
  294. package/lib/common/RcCollapse/motionUtil.js +44 -0
  295. package/lib/common/Slider/index.js +151 -0
  296. package/lib/common/Slider/index.less +45 -0
  297. package/lib/common/SwitchCollapse/index.js +216 -0
  298. package/lib/common/SwitchCollapse/index.less +40 -0
  299. package/lib/common/UrlPicker/index.js +119 -0
  300. package/lib/common/UrlPicker/index.less +72 -0
  301. package/lib/common/index.js +127 -0
  302. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  303. package/lib/composite-comp/bol/components/Banner/index.js +89 -0
  304. package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  305. package/lib/composite-comp/bol/components/Button/index.js +103 -0
  306. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +295 -0
  307. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  308. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  309. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +546 -0
  310. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  311. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  312. package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
  313. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  314. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
  315. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  316. package/lib/constants/component-types.js +87 -0
  317. package/lib/constants/index.js +144 -0
  318. package/lib/constants/layout.js +120 -0
  319. package/lib/core/Designer/CompListPanel/index.js +156 -0
  320. package/lib/core/Designer/CompListPanel/index.less +69 -0
  321. package/lib/core/Designer/ConfigPanel/index.js +294 -0
  322. package/lib/core/Designer/ConfigPanel/index.less +139 -0
  323. package/lib/core/Designer/History/index.js +91 -0
  324. package/lib/core/Designer/PageCompList/index.js +266 -0
  325. package/lib/core/Designer/PageCompList/index.less +114 -0
  326. package/lib/core/Designer/QuickMenuBar/index.js +176 -0
  327. package/lib/core/Designer/QuickMenuBar/index.less +67 -0
  328. package/lib/core/Designer/ViewArea/index.js +150 -0
  329. package/lib/core/Designer/ViewArea/index.less +53 -0
  330. package/lib/core/Designer/index.js +454 -0
  331. package/lib/core/Designer/index.less +6 -0
  332. package/lib/core/Renderer/index.js +82 -0
  333. package/lib/decorator/compositeDecorator.js +130 -0
  334. package/lib/decorator/index.js +23 -0
  335. package/lib/decorator/metaDecorator.js +199 -0
  336. package/lib/index.js +27 -0
  337. package/lib/meta-comp/components/Button/index.js +189 -0
  338. package/lib/meta-comp/components/Button/index.less +0 -0
  339. package/lib/meta-comp/components/Image/index.js +183 -0
  340. package/lib/meta-comp/components/Text/index.js +478 -0
  341. package/lib/meta-comp/components/index.js +31 -0
  342. package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
  343. package/lib/meta-comp/config-panels/ButtonConfig/index.js +356 -0
  344. package/lib/meta-comp/config-panels/ImageConfig/index.js +395 -0
  345. package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
  346. package/lib/mobx/Store.js +95 -0
  347. package/lib/mobx/index.js +36 -0
  348. package/lib/utils/androidUtil.js +113 -0
  349. package/lib/utils/businessUtil.js +235 -0
  350. package/lib/utils/commonUtil.js +289 -0
  351. package/lib/utils/compJsonUtil.js +240 -0
  352. package/lib/utils/coreUtil.js +156 -0
  353. package/lib/utils/currencyUtil.js +190 -0
  354. package/lib/utils/dataTreeUtils.js +105 -0
  355. package/lib/utils/dateUtil.js +70 -0
  356. package/lib/utils/storeUtil.js +258 -0
  357. package/package.json +45 -6
  358. package/_virtual/__node-resolve_empty.js +0 -6
  359. package/_virtual/_cloneBuffer.js +0 -3
  360. package/_virtual/_commonjsHelpers.js +0 -24
  361. package/_virtual/_node-resolve_empty.js +0 -3
  362. package/_virtual/_nodeUtil.js +0 -3
  363. package/_virtual/_rollupPluginBabelHelpers.js +0 -18
  364. package/_virtual/index.js +0 -3
  365. package/_virtual/index2.js +0 -3
  366. package/_virtual/index3.js +0 -3
  367. package/_virtual/index4.js +0 -3
  368. package/_virtual/index5.js +0 -5
  369. package/_virtual/interopRequireDefault.js +0 -3
  370. package/_virtual/isBuffer.js +0 -3
  371. package/_virtual/react-is.development.js +0 -3
  372. package/_virtual/react-is.production.min.js +0 -3
  373. package/_virtual/rng-browser.js +0 -3
  374. package/_virtual/toArray.js +0 -3
  375. package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
  376. package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
  377. package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
  378. package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
  379. package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
  380. package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
  381. package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
  382. package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
  383. package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
  384. package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
  385. package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
  386. package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
  387. package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
  388. package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
  389. package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
  390. package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
  391. package/src/components/assets/less/cylon-antd.less.js +0 -3
  392. package/src/components/assets/less/index.less.js +0 -4
  393. package/src/components/common/AlignSelector/index.js +0 -65
  394. package/src/components/common/AlignSelector/index.less.js +0 -4
  395. package/src/components/common/Button/index.js +0 -75
  396. package/src/components/common/Button/index.less.js +0 -4
  397. package/src/components/common/ButtonIconLayout/index.js +0 -66
  398. package/src/components/common/ButtonIconLayout/index.less.js +0 -4
  399. package/src/components/common/Collapse/index.less.js +0 -4
  400. package/src/components/common/ColorPicker/index.less.js +0 -4
  401. package/src/components/common/ColorPickerInput/index.js +0 -76
  402. package/src/components/common/ColorPickerInput/index.less.js +0 -4
  403. package/src/components/common/CountDown/index.js +0 -110
  404. package/src/components/common/CountDown/index.less.js +0 -4
  405. package/src/components/common/Field/index.js +0 -43
  406. package/src/components/common/Field/index.less.js +0 -4
  407. package/src/components/common/FontStyles/index.js +0 -124
  408. package/src/components/common/FontStyles/index.less.js +0 -4
  409. package/src/components/common/GroupList/defaultImg.png.js +0 -3
  410. package/src/components/common/GroupList/index.less.js +0 -4
  411. package/src/components/common/IconPicker/index.js +0 -93
  412. package/src/components/common/IconPicker/index.less.js +0 -4
  413. package/src/components/common/Iconfont/index.js +0 -74
  414. package/src/components/common/Iconfont/index.less.js +0 -4
  415. package/src/components/common/ImageModal/CommonModal/index.js +0 -33
  416. package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
  417. package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -4
  418. package/src/components/common/ImageModal/const.js +0 -18
  419. package/src/components/common/ImageModal/index.js +0 -547
  420. package/src/components/common/ImageModal/index.less.js +0 -4
  421. package/src/components/common/ImagePicker/index.js +0 -124
  422. package/src/components/common/ImagePicker/index.less.js +0 -4
  423. package/src/components/common/InputNumber/index.js +0 -54
  424. package/src/components/common/InputNumber/index.less.js +0 -4
  425. package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
  426. package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
  427. package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
  428. package/src/components/common/LayoutSelector/index.js +0 -70
  429. package/src/components/common/LayoutSelector/index.less.js +0 -4
  430. package/src/components/common/LinkModal/CatgTable/index.js +0 -78
  431. package/src/components/common/LinkModal/CouponTable/index.js +0 -111
  432. package/src/components/common/LinkModal/CustomTable/index.js +0 -72
  433. package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
  434. package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -4
  435. package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
  436. package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
  437. package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -4
  438. package/src/components/common/LinkModal/index.js +0 -112
  439. package/src/components/common/LinkModal/index.less.js +0 -4
  440. package/src/components/common/NewImg/index.js +0 -91
  441. package/src/components/common/ProductModal/index.js +0 -556
  442. package/src/components/common/ProductModal/index.less.js +0 -4
  443. package/src/components/common/ProductSource/index.js +0 -91
  444. package/src/components/common/ProductSource/index.less.js +0 -4
  445. package/src/components/common/RcCollapse/Panel.js +0 -146
  446. package/src/components/common/RcCollapse/PanelContent.js +0 -41
  447. package/src/components/common/RcCollapse/index.js +0 -6
  448. package/src/components/common/RcCollapse/index.less.js +0 -4
  449. package/src/components/common/Slider/index.js +0 -95
  450. package/src/components/common/Slider/index.less.js +0 -4
  451. package/src/components/common/SwitchCollapse/index.less.js +0 -4
  452. package/src/components/common/UrlPicker/index.js +0 -81
  453. package/src/components/common/UrlPicker/index.less.js +0 -4
  454. package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
  455. package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
  456. package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
  457. package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -4
  458. package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
  459. package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -4
  460. package/src/components/composite-comp/bol/components/Button/index.js +0 -48
  461. package/src/components/composite-comp/bol/components/Button/index.less.js +0 -4
  462. package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
  463. package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
  464. package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
  465. package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -4
  466. package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
  467. package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -4
  468. package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
  469. package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
  470. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
  471. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -4
  472. package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
  473. package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -143
  474. package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -4
  475. package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -112
  476. package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -4
  477. package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
  478. package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -4
  479. package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
  480. package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -4
  481. package/src/components/composite-comp/bol/components/Text/index.js +0 -68
  482. package/src/components/composite-comp/bol/components/Text/index.less.js +0 -4
  483. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
  484. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -4
  485. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
  486. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -4
  487. package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
  488. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
  489. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
  490. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
  491. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
  492. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
  493. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
  494. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -4
  495. package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
  496. package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
  497. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
  498. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
  499. package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
  500. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
  501. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
  502. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
  503. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
  504. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
  505. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
  506. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
  507. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
  508. package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
  509. package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
  510. package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
  511. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
  512. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
  513. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -4
  514. package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
  515. package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
  516. package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
  517. package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
  518. package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -116
  519. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
  520. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
  521. package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
  522. package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -4
  523. package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
  524. package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -4
  525. package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
  526. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
  527. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -4
  528. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
  529. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -4
  530. package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
  531. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
  532. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
  533. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
  534. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
  535. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -4
  536. package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
  537. package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
  538. package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -4
  539. package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
  540. package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
  541. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
  542. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -4
  543. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
  544. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
  545. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
  546. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
  547. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
  548. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
  549. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -4
  550. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
  551. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
  552. package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
  553. package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
  554. package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
  555. package/src/components/constants/component-types.js +0 -48
  556. package/src/components/constants/index.js +0 -74
  557. package/src/components/constants/layout.js +0 -90
  558. package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
  559. package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -4
  560. package/src/components/core/Designer/CompListPanel/index.js +0 -109
  561. package/src/components/core/Designer/CompListPanel/index.less.js +0 -4
  562. package/src/components/core/Designer/ConfigPanel/index.js +0 -246
  563. package/src/components/core/Designer/ConfigPanel/index.less.js +0 -4
  564. package/src/components/core/Designer/PageCompList/index.js +0 -248
  565. package/src/components/core/Designer/PageCompList/index.less.js +0 -4
  566. package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
  567. package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -4
  568. package/src/components/core/Designer/ViewArea/index.js +0 -86
  569. package/src/components/core/Designer/ViewArea/index.less.js +0 -4
  570. package/src/components/core/Designer/index.less.js +0 -4
  571. package/src/components/core/Renderer/index.js +0 -55
  572. package/src/components/decorator/compositeDecorator.js +0 -94
  573. package/src/components/index.js +0 -4
  574. package/src/components/meta-comp/components/Button/index.js +0 -113
  575. package/src/components/meta-comp/components/Button/index.less.js +0 -4
  576. package/src/components/meta-comp/components/Image/index.js +0 -121
  577. package/src/components/meta-comp/components/Image/index.less.js +0 -4
  578. package/src/components/meta-comp/components/Text/index.less.js +0 -4
  579. package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
  580. package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -308
  581. package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -4
  582. package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -179
  583. package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -4
  584. package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
  585. package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -4
  586. package/src/components/mobx/index.js +0 -12
  587. package/src/components/utils/androidUtil.js +0 -22
  588. package/src/components/utils/coreUtil.js +0 -108
  589. package/src/components/utils/currencyUtil.js +0 -110
  590. package/src/components/utils/dateUtil.js +0 -30
  591. package/src/components/utils/storeUtil.js +0 -113
@@ -0,0 +1,234 @@
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"] = CatgTable;
9
+
10
+ var _react = _interopRequireWildcard(require("react"));
11
+
12
+ var _antd = require("antd");
13
+
14
+ var _commonUtil = require("../../../utils/commonUtil");
15
+
16
+ var _businessUtil = require("../../../utils/businessUtil");
17
+
18
+ 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); }
19
+
20
+ 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; }
21
+
22
+ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
23
+ function adopt(value) {
24
+ return value instanceof P ? value : new P(function (resolve) {
25
+ resolve(value);
26
+ });
27
+ }
28
+
29
+ return new (P || (P = Promise))(function (resolve, reject) {
30
+ function fulfilled(value) {
31
+ try {
32
+ step(generator.next(value));
33
+ } catch (e) {
34
+ reject(e);
35
+ }
36
+ }
37
+
38
+ function rejected(value) {
39
+ try {
40
+ step(generator["throw"](value));
41
+ } catch (e) {
42
+ reject(e);
43
+ }
44
+ }
45
+
46
+ function step(result) {
47
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
48
+ }
49
+
50
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
51
+ });
52
+ };
53
+
54
+ var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
55
+ var _ = {
56
+ label: 0,
57
+ sent: function sent() {
58
+ if (t[0] & 1) throw t[1];
59
+ return t[1];
60
+ },
61
+ trys: [],
62
+ ops: []
63
+ },
64
+ f,
65
+ y,
66
+ t,
67
+ g;
68
+ return g = {
69
+ next: verb(0),
70
+ "throw": verb(1),
71
+ "return": verb(2)
72
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
73
+ return this;
74
+ }), g;
75
+
76
+ function verb(n) {
77
+ return function (v) {
78
+ return step([n, v]);
79
+ };
80
+ }
81
+
82
+ function step(op) {
83
+ if (f) throw new TypeError("Generator is already executing.");
84
+
85
+ while (_) {
86
+ try {
87
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
88
+ if (y = 0, t) op = [op[0] & 2, t.value];
89
+
90
+ switch (op[0]) {
91
+ case 0:
92
+ case 1:
93
+ t = op;
94
+ break;
95
+
96
+ case 4:
97
+ _.label++;
98
+ return {
99
+ value: op[1],
100
+ done: false
101
+ };
102
+
103
+ case 5:
104
+ _.label++;
105
+ y = op[1];
106
+ op = [0];
107
+ continue;
108
+
109
+ case 7:
110
+ op = _.ops.pop();
111
+
112
+ _.trys.pop();
113
+
114
+ continue;
115
+
116
+ default:
117
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
118
+ _ = 0;
119
+ continue;
120
+ }
121
+
122
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
123
+ _.label = op[1];
124
+ break;
125
+ }
126
+
127
+ if (op[0] === 6 && _.label < t[1]) {
128
+ _.label = t[1];
129
+ t = op;
130
+ break;
131
+ }
132
+
133
+ if (t && _.label < t[2]) {
134
+ _.label = t[2];
135
+
136
+ _.ops.push(op);
137
+
138
+ break;
139
+ }
140
+
141
+ if (t[2]) _.ops.pop();
142
+
143
+ _.trys.pop();
144
+
145
+ continue;
146
+ }
147
+
148
+ op = body.call(thisArg, _);
149
+ } catch (e) {
150
+ op = [6, e];
151
+ y = 0;
152
+ } finally {
153
+ f = t = 0;
154
+ }
155
+ }
156
+
157
+ if (op[0] & 5) throw op[1];
158
+ return {
159
+ value: op[0] ? op[1] : void 0,
160
+ done: true
161
+ };
162
+ }
163
+ };
164
+
165
+ function CatgTable(props) {
166
+ var _this = this;
167
+
168
+ var _onChange = props.onChange;
169
+
170
+ var _a = (0, _react.useState)([]),
171
+ catgList = _a[0],
172
+ setCatgList = _a[1];
173
+
174
+ var _b = (0, _react.useState)(false),
175
+ loading = _b[0],
176
+ setLoading = _b[1];
177
+
178
+ var queryCategory = function queryCategory() {
179
+ return __awaiter(_this, void 0, void 0, function () {
180
+ var res;
181
+ return __generator(this, function (_a) {
182
+ switch (_a.label) {
183
+ case 0:
184
+ setLoading(true);
185
+ return [4
186
+ /*yield*/
187
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/offercatgs/list", {}, 'GET')];
188
+
189
+ case 1:
190
+ res = _a.sent();
191
+ setCatgList((0, _businessUtil.listToTree)(res));
192
+ setLoading(false);
193
+ return [2
194
+ /*return*/
195
+ ];
196
+ }
197
+ });
198
+ });
199
+ };
200
+
201
+ (0, _react.useEffect)(function () {
202
+ queryCategory();
203
+ }, []);
204
+ var columns = [{
205
+ title: 'Category',
206
+ dataIndex: 'catgName',
207
+ render: function render(catgName) {
208
+ return /*#__PURE__*/_react["default"].createElement("span", {
209
+ className: "productName"
210
+ }, catgName);
211
+ }
212
+ }];
213
+ var rowSelection = {
214
+ onChange: function onChange(selectedRowKeys) {
215
+ _onChange("catg-" + selectedRowKeys[0]);
216
+ },
217
+ type: 'radio'
218
+ };
219
+ return /*#__PURE__*/_react["default"].createElement(_antd.Table, {
220
+ bordered: false,
221
+ columns: columns,
222
+ dataSource: catgList,
223
+ defaultExpandAllRows: true,
224
+ loading: loading,
225
+ pagination: false,
226
+ rowKey: function rowKey(record) {
227
+ return record && record.key;
228
+ },
229
+ rowSelection: rowSelection,
230
+ scroll: {
231
+ y: 450
232
+ }
233
+ });
234
+ }
@@ -0,0 +1,299 @@
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"] = CouponTable;
9
+
10
+ var _antd = require("antd");
11
+
12
+ var _moment = _interopRequireDefault(require("moment"));
13
+
14
+ var _react = _interopRequireWildcard(require("react"));
15
+
16
+ var _commonUtil = require("../../../utils/commonUtil");
17
+
18
+ var _currencyUtil = require("../../../utils/currencyUtil");
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 __assign = void 0 && (void 0).__assign || function () {
27
+ __assign = Object.assign || function (t) {
28
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
29
+ s = arguments[i];
30
+
31
+ for (var p in s) {
32
+ if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
33
+ }
34
+ }
35
+
36
+ return t;
37
+ };
38
+
39
+ return __assign.apply(this, arguments);
40
+ };
41
+
42
+ var __awaiter = void 0 && (void 0).__awaiter || function (thisArg, _arguments, P, generator) {
43
+ function adopt(value) {
44
+ return value instanceof P ? value : new P(function (resolve) {
45
+ resolve(value);
46
+ });
47
+ }
48
+
49
+ return new (P || (P = Promise))(function (resolve, reject) {
50
+ function fulfilled(value) {
51
+ try {
52
+ step(generator.next(value));
53
+ } catch (e) {
54
+ reject(e);
55
+ }
56
+ }
57
+
58
+ function rejected(value) {
59
+ try {
60
+ step(generator["throw"](value));
61
+ } catch (e) {
62
+ reject(e);
63
+ }
64
+ }
65
+
66
+ function step(result) {
67
+ result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
68
+ }
69
+
70
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
71
+ });
72
+ };
73
+
74
+ var __generator = void 0 && (void 0).__generator || function (thisArg, body) {
75
+ var _ = {
76
+ label: 0,
77
+ sent: function sent() {
78
+ if (t[0] & 1) throw t[1];
79
+ return t[1];
80
+ },
81
+ trys: [],
82
+ ops: []
83
+ },
84
+ f,
85
+ y,
86
+ t,
87
+ g;
88
+ return g = {
89
+ next: verb(0),
90
+ "throw": verb(1),
91
+ "return": verb(2)
92
+ }, typeof Symbol === "function" && (g[Symbol.iterator] = function () {
93
+ return this;
94
+ }), g;
95
+
96
+ function verb(n) {
97
+ return function (v) {
98
+ return step([n, v]);
99
+ };
100
+ }
101
+
102
+ function step(op) {
103
+ if (f) throw new TypeError("Generator is already executing.");
104
+
105
+ while (_) {
106
+ try {
107
+ if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
108
+ if (y = 0, t) op = [op[0] & 2, t.value];
109
+
110
+ switch (op[0]) {
111
+ case 0:
112
+ case 1:
113
+ t = op;
114
+ break;
115
+
116
+ case 4:
117
+ _.label++;
118
+ return {
119
+ value: op[1],
120
+ done: false
121
+ };
122
+
123
+ case 5:
124
+ _.label++;
125
+ y = op[1];
126
+ op = [0];
127
+ continue;
128
+
129
+ case 7:
130
+ op = _.ops.pop();
131
+
132
+ _.trys.pop();
133
+
134
+ continue;
135
+
136
+ default:
137
+ if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
138
+ _ = 0;
139
+ continue;
140
+ }
141
+
142
+ if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
143
+ _.label = op[1];
144
+ break;
145
+ }
146
+
147
+ if (op[0] === 6 && _.label < t[1]) {
148
+ _.label = t[1];
149
+ t = op;
150
+ break;
151
+ }
152
+
153
+ if (t && _.label < t[2]) {
154
+ _.label = t[2];
155
+
156
+ _.ops.push(op);
157
+
158
+ break;
159
+ }
160
+
161
+ if (t[2]) _.ops.pop();
162
+
163
+ _.trys.pop();
164
+
165
+ continue;
166
+ }
167
+
168
+ op = body.call(thisArg, _);
169
+ } catch (e) {
170
+ op = [6, e];
171
+ y = 0;
172
+ } finally {
173
+ f = t = 0;
174
+ }
175
+ }
176
+
177
+ if (op[0] & 5) throw op[1];
178
+ return {
179
+ value: op[0] ? op[1] : void 0,
180
+ done: true
181
+ };
182
+ }
183
+ };
184
+
185
+ var __rest = void 0 && (void 0).__rest || function (s, e) {
186
+ var t = {};
187
+
188
+ for (var p in s) {
189
+ if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) t[p] = s[p];
190
+ }
191
+
192
+ if (s != null && typeof Object.getOwnPropertySymbols === "function") for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
193
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) t[p[i]] = s[p[i]];
194
+ }
195
+ return t;
196
+ };
197
+
198
+ function CouponTable(props) {
199
+ var _this = this;
200
+
201
+ var _onChange = props.onChange;
202
+
203
+ var _a = (0, _react.useState)([]),
204
+ data = _a[0],
205
+ setData = _a[1];
206
+
207
+ var _b = (0, _react.useState)(false),
208
+ loading = _b[0],
209
+ setLoading = _b[1];
210
+
211
+ var _c = (0, _react.useState)({
212
+ pageSize: 20,
213
+ pageIndex: 1,
214
+ total: 0
215
+ }),
216
+ paginationParams = _c[0],
217
+ setPaginationParams = _c[1];
218
+
219
+ var columns = [{
220
+ title: 'Coupon Name',
221
+ dataIndex: 'name'
222
+ }, {
223
+ title: 'Coupon Value',
224
+ dataIndex: 'value'
225
+ }, {
226
+ title: 'Period of Vaildity',
227
+ dataIndex: 'date'
228
+ }];
229
+ var rowSelection = {
230
+ type: 'radio',
231
+ onChange: function onChange(selectedRowKeys, selectedRows) {
232
+ _onChange("coupons-" + selectedRows[0].couponId);
233
+ }
234
+ };
235
+
236
+ var handleValue = function handleValue(obj) {
237
+ if (obj.thAmount) {
238
+ return obj.discountMethod === 'AMT' ? "Over " + (0, _currencyUtil.currencyToFont)(obj.thAmount) + " Minus " + (0, _currencyUtil.currencyToFont)(obj.discountAmount) : Number(obj.discountAmount) / 100 + "% off " + (0, _currencyUtil.currencyToFont)(obj.thAmount);
239
+ }
240
+
241
+ return obj.discountMethod === 'AMT' ? "Minus " + (0, _currencyUtil.currencyToFont)(obj.discountAmount) : Number(obj.discountAmount) / 100 + "% off";
242
+ };
243
+
244
+ var getCoupons = function getCoupons(params) {
245
+ return __awaiter(_this, void 0, void 0, function () {
246
+ var res, list;
247
+ return __generator(this, function (_a) {
248
+ switch (_a.label) {
249
+ case 0:
250
+ setLoading(true);
251
+ return [4
252
+ /*yield*/
253
+ , (0, _commonUtil.commonFetch)(window.magicDesign.MBaseUrl + "/coupons/couponList/page?tableFlag=effective&isPublic=Y&state=A&pageTotal=false", params, 'GET')];
254
+
255
+ case 1:
256
+ res = _a.sent();
257
+ list = res.list;
258
+ paginationParams.total = res.total;
259
+ setData(list && list.map(function (v, i) {
260
+ v.key = i + 1;
261
+ v.name = v.couponName;
262
+ v.date = v.getOffsetExp ? "Valid within " + v.getOffsetExp + " days after collection" : (0, _moment["default"])(v.effDate).format('YYYY-MM-DD') + "~" + (0, _moment["default"])(v.expDate).format('YYYY-MM-DD');
263
+ v.value = handleValue(v);
264
+ return v;
265
+ }));
266
+ setLoading(false);
267
+ return [2
268
+ /*return*/
269
+ ];
270
+ }
271
+ });
272
+ });
273
+ };
274
+
275
+ var loadCouponsList = function loadCouponsList() {
276
+ var total = paginationParams.total,
277
+ params = __rest(paginationParams, ["total"]);
278
+
279
+ getCoupons(params);
280
+ };
281
+
282
+ (0, _react.useEffect)(function () {
283
+ loadCouponsList();
284
+ }, []);
285
+ return /*#__PURE__*/_react["default"].createElement("div", {
286
+ className: "coupons_modal"
287
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Table, {
288
+ columns: columns,
289
+ dataSource: data,
290
+ loading: loading,
291
+ pagination: __assign(__assign({}, paginationParams), {
292
+ onChange: function onChange(page) {
293
+ paginationParams.pageIndex = page;
294
+ loadCouponsList();
295
+ }
296
+ }),
297
+ rowSelection: rowSelection
298
+ }));
299
+ }