@fonixtree/magic-design 0.0.20 → 0.0.23

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 (1107) hide show
  1. package/{src/components → es}/assets/fonts/Montserrat-Bold.ttf +0 -0
  2. package/{src/components → es}/assets/fonts/Montserrat-Medium.ttf +0 -0
  3. package/{src/components → es}/assets/fonts/Montserrat-Regular.ttf +0 -0
  4. package/{src/components → es}/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  5. package/{src/components → es}/assets/fonts/OpenSans-Bold.ttf +0 -0
  6. package/{src/components → es}/assets/fonts/OpenSans-Regular.ttf +0 -0
  7. package/{src/components → es}/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  8. package/{src/components → es}/assets/fonts/magic-box-iconfont.css +0 -0
  9. package/{src/components → es}/assets/fonts/magic-box-iconfont.css.bak +0 -0
  10. package/{src/components → es}/assets/fonts/magic-box-iconfont.js +0 -0
  11. package/{src/components → es}/assets/fonts/magic-box-iconfont.js.bak +0 -0
  12. package/{src/components → es}/assets/fonts/magic-box-iconfont.ttf +0 -0
  13. package/{src/components → es}/assets/fonts/magic-box-iconfont.woff +0 -0
  14. package/{src/components → es}/assets/fonts/magic-box-iconfont.woff2 +0 -0
  15. package/es/assets/images/icon/index.js +68 -0
  16. package/es/assets/images/layout-icon/carouselLayout1.png +0 -0
  17. package/es/assets/images/layout-icon/carouselLayout2.png +0 -0
  18. package/es/assets/images/layout-icon/dividerLayout.svg +4 -0
  19. package/es/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  20. package/es/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  21. package/es/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  22. package/es/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  23. package/es/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  24. package/es/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  25. package/es/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  26. package/es/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  27. package/es/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  28. package/es/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  29. package/es/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  30. package/es/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  31. package/es/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  32. package/es/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  33. package/es/assets/images/layout-icon/layout-search.png +0 -0
  34. package/es/assets/images/layout-icon/newsletter.svg +7 -0
  35. package/es/assets/less/button.less +9 -0
  36. package/es/assets/less/common.less +82 -0
  37. package/es/assets/less/cylon-antd.less +32534 -0
  38. package/es/assets/less/font.less +48 -0
  39. package/es/assets/less/form.less +9 -0
  40. package/es/assets/less/global.less +8 -0
  41. package/es/assets/less/index.less +12 -0
  42. package/es/assets/less/input.less +19 -0
  43. package/es/assets/less/menu.less +21 -0
  44. package/es/assets/less/modal.less +19 -0
  45. package/es/assets/less/select.less +32 -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 +52 -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/es/common/Collapse/index.js +384 -0
  57. package/es/common/Collapse/index.less +97 -0
  58. package/es/common/ColorPicker/imgs/no-color.png +0 -0
  59. package/es/common/ColorPicker/index.js +131 -0
  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/es/common/GroupList/index.js +210 -0
  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/es/common/ImageModal/CommonModal/const.js +22 -0
  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 +37 -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 +642 -0
  97. package/es/common/LinkModal/FilteredProductModal/index.less +121 -0
  98. package/es/common/LinkModal/FunctionTable/index.js +221 -0
  99. package/es/common/LinkModal/ProductDetailPage/index.js +421 -0
  100. package/es/common/LinkModal/ProductDetailPage/index.less +12 -0
  101. package/es/common/LinkModal/index.js +136 -0
  102. package/es/common/LinkModal/index.less +101 -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 +752 -0
  106. package/es/common/ProductModal/index.less +140 -0
  107. package/es/common/ProductSource/index.js +250 -0
  108. package/es/common/ProductSource/index.less +12 -0
  109. package/es/common/RcCollapse/Collapse.js +240 -0
  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/es/common/RcCollapse/motionUtil.js +44 -0
  117. package/es/common/Slider/index.js +151 -0
  118. package/es/common/Slider/index.less +45 -0
  119. package/es/common/SwitchCollapse/index.js +216 -0
  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/es/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  125. package/es/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  126. package/es/composite-comp/bol/components/Banner/index.js +89 -0
  127. package/es/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  128. package/es/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  129. package/es/composite-comp/bol/components/Banner/pc/index.js +278 -0
  130. package/es/composite-comp/bol/components/Banner/pc/index.less +78 -0
  131. package/es/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  132. package/es/composite-comp/bol/components/Button/index.js +103 -0
  133. package/es/composite-comp/bol/components/Button/index.less +47 -0
  134. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  135. package/es/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  136. package/es/composite-comp/bol/components/Carousel/index.js +93 -0
  137. package/es/composite-comp/bol/components/Carousel/mobile/index.js +255 -0
  138. package/es/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
  139. package/es/composite-comp/bol/components/Carousel/pc/index.js +252 -0
  140. package/es/composite-comp/bol/components/Carousel/pc/index.less +81 -0
  141. package/es/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  142. package/es/composite-comp/bol/components/Divider/index.js +101 -0
  143. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  144. package/es/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  145. package/es/composite-comp/bol/components/ImageGallery/index.js +84 -0
  146. package/es/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  147. package/es/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  148. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  149. package/es/composite-comp/bol/components/ImageText/index.js +88 -0
  150. package/es/composite-comp/bol/components/ImageText/mobile/index.js +185 -0
  151. package/es/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  152. package/es/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  153. package/es/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  154. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  155. package/es/composite-comp/bol/components/Newsletter/index.js +127 -0
  156. package/es/composite-comp/bol/components/Newsletter/index.less +75 -0
  157. package/es/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  158. package/es/composite-comp/bol/components/Tag/index.js +107 -0
  159. package/es/composite-comp/bol/components/Tag/index.less +34 -0
  160. package/es/composite-comp/bol/components/Text/defaultJSON.js +149 -0
  161. package/es/composite-comp/bol/components/Text/index.js +123 -0
  162. package/es/composite-comp/bol/components/Text/index.less +61 -0
  163. package/es/composite-comp/bol/components/Text/slice.svg +1 -0
  164. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
  165. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  166. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
  167. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  168. package/es/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
  169. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
  170. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  171. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  172. package/es/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  173. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
  174. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
  175. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  176. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
  177. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  178. package/es/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  179. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +68 -0
  180. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
  181. package/es/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  182. package/es/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
  183. package/es/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
  184. package/es/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
  185. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
  186. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  187. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  188. package/es/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
  189. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
  190. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  191. package/es/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
  192. package/es/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
  193. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  194. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  195. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  196. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  197. package/es/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  198. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  199. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
  200. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  201. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
  202. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  203. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  204. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  205. package/es/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
  206. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
  207. package/es/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  208. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +162 -0
  209. package/es/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  210. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +146 -0
  211. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
  212. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  213. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
  214. package/es/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  215. package/es/composite-comp/common/components/ImageLabel/index.js +90 -0
  216. package/es/composite-comp/common/components/ImageLabel/index.less +35 -0
  217. package/es/composite-comp/common/components/ProductItem/index.js +191 -0
  218. package/es/composite-comp/common/components/ProductItem/index.less +121 -0
  219. package/es/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
  220. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +235 -0
  221. package/es/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  222. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
  223. package/es/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  224. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  225. package/es/composite-comp/dito/components/FlashDeal/index.js +86 -0
  226. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  227. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  228. package/es/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  229. package/es/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
  230. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
  231. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
  232. package/es/composite-comp/dito/components/Recommend/index.js +86 -0
  233. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  234. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  235. package/es/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  236. package/es/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
  237. package/es/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
  238. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  239. package/es/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  240. package/es/composite-comp/dito/components/SearchBar/index.js +86 -0
  241. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
  242. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  243. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
  244. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  245. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
  246. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  247. package/es/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  248. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
  249. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
  250. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  251. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
  252. package/es/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  253. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  254. package/es/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
  255. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
  256. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
  257. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +189 -0
  258. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  259. package/es/constants/component-types.js +87 -0
  260. package/es/constants/index.js +144 -0
  261. package/es/constants/layout.js +120 -0
  262. package/es/core/Designer/CompListPanel/CompCard/index.js +42 -0
  263. package/es/core/Designer/CompListPanel/CompCard/index.less +69 -0
  264. package/es/core/Designer/CompListPanel/index.js +156 -0
  265. package/es/core/Designer/CompListPanel/index.less +69 -0
  266. package/es/core/Designer/ConfigPanel/index.js +294 -0
  267. package/es/core/Designer/ConfigPanel/index.less +139 -0
  268. package/es/core/Designer/History/index.js +91 -0
  269. package/es/core/Designer/PageCompList/index.js +266 -0
  270. package/es/core/Designer/PageCompList/index.less +114 -0
  271. package/es/core/Designer/QuickMenuBar/index.js +176 -0
  272. package/es/core/Designer/QuickMenuBar/index.less +67 -0
  273. package/es/core/Designer/ViewArea/index.js +150 -0
  274. package/es/core/Designer/ViewArea/index.less +53 -0
  275. package/es/core/Designer/index.js +464 -0
  276. package/es/core/Designer/index.less +6 -0
  277. package/es/core/Renderer/index.js +82 -0
  278. package/es/decorator/compositeDecorator.js +130 -0
  279. package/es/decorator/index.js +23 -0
  280. package/es/decorator/metaDecorator.js +199 -0
  281. package/es/index.js +29 -0
  282. package/es/meta-comp/components/Button/index.js +193 -0
  283. package/es/meta-comp/components/Button/index.less +19 -0
  284. package/es/meta-comp/components/Image/index.js +185 -0
  285. package/es/meta-comp/components/Image/index.less +21 -0
  286. package/es/meta-comp/components/Text/index.js +478 -0
  287. package/es/meta-comp/components/Text/index.less +38 -0
  288. package/es/meta-comp/components/index.js +31 -0
  289. package/es/meta-comp/config-panels/BaseConfig.js +87 -0
  290. package/es/meta-comp/config-panels/ButtonConfig/index.js +365 -0
  291. package/es/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  292. package/es/meta-comp/config-panels/ImageConfig/index.js +404 -0
  293. package/es/meta-comp/config-panels/ImageConfig/index.less +16 -0
  294. package/es/meta-comp/config-panels/TextConfig/index.js +358 -0
  295. package/es/meta-comp/config-panels/TextConfig/index.less +24 -0
  296. package/es/mobx/Store.js +95 -0
  297. package/es/mobx/index.js +36 -0
  298. package/es/utils/androidUtil.js +113 -0
  299. package/es/utils/businessUtil.js +235 -0
  300. package/es/utils/commonUtil.js +289 -0
  301. package/es/utils/compJsonUtil.js +240 -0
  302. package/es/utils/coreUtil.js +156 -0
  303. package/es/utils/currencyUtil.js +190 -0
  304. package/es/utils/dataTreeUtils.js +134 -0
  305. package/es/utils/dateUtil.js +70 -0
  306. package/es/utils/storeUtil.js +258 -0
  307. package/lib/assets/fonts/Montserrat-Bold.ttf +0 -0
  308. package/lib/assets/fonts/Montserrat-Medium.ttf +0 -0
  309. package/lib/assets/fonts/Montserrat-Regular.ttf +0 -0
  310. package/lib/assets/fonts/Montserrat-SemiBold.ttf +0 -0
  311. package/lib/assets/fonts/OpenSans-Bold.ttf +0 -0
  312. package/lib/assets/fonts/OpenSans-Regular.ttf +0 -0
  313. package/lib/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  314. package/lib/assets/fonts/magic-box-iconfont.css +299 -0
  315. package/lib/assets/fonts/magic-box-iconfont.css.bak +299 -0
  316. package/lib/assets/fonts/magic-box-iconfont.js +1 -0
  317. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -0
  318. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  319. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  320. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  321. package/lib/assets/images/icon/index.js +68 -0
  322. package/lib/assets/images/layout-icon/carouselLayout1.png +0 -0
  323. package/lib/assets/images/layout-icon/carouselLayout2.png +0 -0
  324. package/lib/assets/images/layout-icon/dividerLayout.svg +4 -0
  325. package/lib/assets/images/layout-icon/imageGalleryLayout1.png +0 -0
  326. package/lib/assets/images/layout-icon/imageGalleryLayout2.png +0 -0
  327. package/lib/assets/images/layout-icon/imageGalleryLayout3.png +0 -0
  328. package/lib/assets/images/layout-icon/layout-imagetext-m1-1.png +0 -0
  329. package/lib/assets/images/layout-icon/layout-imagetext-m1-2.png +0 -0
  330. package/lib/assets/images/layout-icon/layout-imagetext-m1-3.png +0 -0
  331. package/lib/assets/images/layout-icon/layout-imagetext-m2.png +0 -0
  332. package/lib/assets/images/layout-icon/layout-imagetext-m3-1.svg +18 -0
  333. package/lib/assets/images/layout-icon/layout-imagetext-m3-2.svg +9 -0
  334. package/lib/assets/images/layout-icon/layout-imagetext-m3.png +0 -0
  335. package/lib/assets/images/layout-icon/layout-imagetext-p1.png +0 -0
  336. package/lib/assets/images/layout-icon/layout-imagetext-p2.png +0 -0
  337. package/lib/assets/images/layout-icon/layout-imagetext-p3.png +0 -0
  338. package/lib/assets/images/layout-icon/layout-imagetext-p4.png +0 -0
  339. package/lib/assets/images/layout-icon/layout-search.png +0 -0
  340. package/lib/assets/images/layout-icon/newsletter.svg +7 -0
  341. package/lib/assets/less/button.less +9 -0
  342. package/lib/assets/less/common.less +82 -0
  343. package/lib/assets/less/cylon-antd.less +32534 -0
  344. package/lib/assets/less/font.less +48 -0
  345. package/lib/assets/less/form.less +9 -0
  346. package/lib/assets/less/global.less +8 -0
  347. package/lib/assets/less/index.less +12 -0
  348. package/lib/assets/less/input.less +19 -0
  349. package/lib/assets/less/menu.less +21 -0
  350. package/lib/assets/less/modal.less +19 -0
  351. package/lib/assets/less/select.less +32 -0
  352. package/lib/assets/less/slider.less +21 -0
  353. package/lib/assets/less/switch.less +20 -0
  354. package/lib/assets/less/table.less +52 -0
  355. package/lib/assets/less/variables.less +4 -0
  356. package/lib/common/AlignSelector/index.js +104 -0
  357. package/lib/common/AlignSelector/index.less +28 -0
  358. package/lib/common/Button/index.js +134 -0
  359. package/lib/common/Button/index.less +68 -0
  360. package/lib/common/ButtonIconLayout/index.js +103 -0
  361. package/lib/common/ButtonIconLayout/index.less +53 -0
  362. package/lib/common/Collapse/index.js +384 -0
  363. package/lib/common/Collapse/index.less +97 -0
  364. package/lib/common/ColorPicker/imgs/no-color.png +0 -0
  365. package/lib/common/ColorPicker/index.js +131 -0
  366. package/lib/common/ColorPicker/index.less +26 -0
  367. package/lib/common/ColorPickerInput/imgs/code.png +0 -0
  368. package/lib/common/ColorPickerInput/index.js +114 -0
  369. package/lib/common/ColorPickerInput/index.less +50 -0
  370. package/lib/common/CountDown/index.js +151 -0
  371. package/lib/common/CountDown/index.less +23 -0
  372. package/lib/common/Field/index.js +80 -0
  373. package/lib/common/Field/index.less +37 -0
  374. package/lib/common/FontStyles/index.js +178 -0
  375. package/lib/common/FontStyles/index.less +63 -0
  376. package/lib/common/GroupList/defaultImg.png +0 -0
  377. package/lib/common/GroupList/index.js +210 -0
  378. package/lib/common/GroupList/index.less +85 -0
  379. package/lib/common/IconPicker/index.js +147 -0
  380. package/lib/common/IconPicker/index.less +46 -0
  381. package/lib/common/Iconfont/index.js +148 -0
  382. package/lib/common/Iconfont/index.less +20 -0
  383. package/lib/common/ImageModal/CommonModal/const.js +22 -0
  384. package/lib/common/ImageModal/CommonModal/index.js +46 -0
  385. package/lib/common/ImageModal/CommonSelPicCard/index.js +80 -0
  386. package/lib/common/ImageModal/CommonSelPicCard/index.less +40 -0
  387. package/lib/common/ImageModal/const.js +24 -0
  388. package/lib/common/ImageModal/index.js +748 -0
  389. package/lib/common/ImageModal/index.less +21 -0
  390. package/lib/common/ImagePicker/index.js +162 -0
  391. package/lib/common/ImagePicker/index.less +104 -0
  392. package/lib/common/InputNumber/index.js +91 -0
  393. package/lib/common/InputNumber/index.less +33 -0
  394. package/lib/common/LayoutSelector/imgs/center.png +0 -0
  395. package/lib/common/LayoutSelector/imgs/left.png +0 -0
  396. package/lib/common/LayoutSelector/imgs/right.png +0 -0
  397. package/lib/common/LayoutSelector/index.js +111 -0
  398. package/lib/common/LayoutSelector/index.less +37 -0
  399. package/lib/common/LinkModal/CatgTable/index.js +234 -0
  400. package/lib/common/LinkModal/CouponTable/index.js +299 -0
  401. package/lib/common/LinkModal/CustomTable/index.js +227 -0
  402. package/lib/common/LinkModal/FilteredProductModal/index.js +642 -0
  403. package/lib/common/LinkModal/FilteredProductModal/index.less +121 -0
  404. package/lib/common/LinkModal/FunctionTable/index.js +221 -0
  405. package/lib/common/LinkModal/ProductDetailPage/index.js +421 -0
  406. package/lib/common/LinkModal/ProductDetailPage/index.less +12 -0
  407. package/lib/common/LinkModal/index.js +136 -0
  408. package/lib/common/LinkModal/index.less +101 -0
  409. package/lib/common/NewImg/index.js +165 -0
  410. package/lib/common/NewImg/index.less +0 -0
  411. package/lib/common/ProductModal/index.js +752 -0
  412. package/lib/common/ProductModal/index.less +140 -0
  413. package/lib/common/ProductSource/index.js +250 -0
  414. package/lib/common/ProductSource/index.less +12 -0
  415. package/lib/common/RcCollapse/Collapse.js +240 -0
  416. package/lib/common/RcCollapse/Panel.js +193 -0
  417. package/lib/common/RcCollapse/PanelContent.js +59 -0
  418. package/lib/common/RcCollapse/index.js +15 -0
  419. package/lib/common/RcCollapse/index.less +108 -0
  420. package/lib/common/RcCollapse/interface.js +1 -0
  421. package/lib/common/RcCollapse/motion.less +12 -0
  422. package/lib/common/RcCollapse/motionUtil.js +44 -0
  423. package/lib/common/Slider/index.js +151 -0
  424. package/lib/common/Slider/index.less +45 -0
  425. package/lib/common/SwitchCollapse/index.js +216 -0
  426. package/lib/common/SwitchCollapse/index.less +40 -0
  427. package/lib/common/UrlPicker/index.js +119 -0
  428. package/lib/common/UrlPicker/index.less +72 -0
  429. package/lib/common/index.js +127 -0
  430. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +268 -0
  431. package/lib/composite-comp/bol/components/Banner/imgs/banner.png +0 -0
  432. package/lib/composite-comp/bol/components/Banner/index.js +89 -0
  433. package/lib/composite-comp/bol/components/Banner/mobile/index.js +216 -0
  434. package/lib/composite-comp/bol/components/Banner/mobile/index.less +73 -0
  435. package/lib/composite-comp/bol/components/Banner/pc/index.js +278 -0
  436. package/lib/composite-comp/bol/components/Banner/pc/index.less +78 -0
  437. package/lib/composite-comp/bol/components/Button/defaultJSON.js +114 -0
  438. package/lib/composite-comp/bol/components/Button/index.js +103 -0
  439. package/lib/composite-comp/bol/components/Button/index.less +47 -0
  440. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +294 -0
  441. package/lib/composite-comp/bol/components/Carousel/imgs/defaultImg.png +0 -0
  442. package/lib/composite-comp/bol/components/Carousel/index.js +93 -0
  443. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +255 -0
  444. package/lib/composite-comp/bol/components/Carousel/mobile/index.less +81 -0
  445. package/lib/composite-comp/bol/components/Carousel/pc/index.js +252 -0
  446. package/lib/composite-comp/bol/components/Carousel/pc/index.less +81 -0
  447. package/lib/composite-comp/bol/components/Divider/defaultJSON.js +47 -0
  448. package/lib/composite-comp/bol/components/Divider/index.js +101 -0
  449. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +74 -0
  450. package/lib/composite-comp/bol/components/ImageGallery/imgs/banner.png +0 -0
  451. package/lib/composite-comp/bol/components/ImageGallery/index.js +84 -0
  452. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.js +83 -0
  453. package/lib/composite-comp/bol/components/ImageGallery/mobile/index.less +73 -0
  454. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +544 -0
  455. package/lib/composite-comp/bol/components/ImageText/index.js +88 -0
  456. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +185 -0
  457. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +292 -0
  458. package/lib/composite-comp/bol/components/ImageText/pc/index.js +186 -0
  459. package/lib/composite-comp/bol/components/ImageText/pc/index.less +116 -0
  460. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +135 -0
  461. package/lib/composite-comp/bol/components/Newsletter/index.js +127 -0
  462. package/lib/composite-comp/bol/components/Newsletter/index.less +75 -0
  463. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +112 -0
  464. package/lib/composite-comp/bol/components/Tag/index.js +107 -0
  465. package/lib/composite-comp/bol/components/Tag/index.less +34 -0
  466. package/lib/composite-comp/bol/components/Text/defaultJSON.js +149 -0
  467. package/lib/composite-comp/bol/components/Text/index.js +123 -0
  468. package/lib/composite-comp/bol/components/Text/index.less +61 -0
  469. package/lib/composite-comp/bol/components/Text/slice.svg +1 -0
  470. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +126 -0
  471. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less +16 -0
  472. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +225 -0
  473. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less +9 -0
  474. package/lib/composite-comp/bol/config-panels/BannerConfig/index.js +46 -0
  475. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +99 -0
  476. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/defaultImg.png +0 -0
  477. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png +0 -0
  478. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png +0 -0
  479. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +67 -0
  480. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +144 -0
  481. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.less +0 -0
  482. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +199 -0
  483. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less +9 -0
  484. package/lib/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png +0 -0
  485. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +68 -0
  486. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.js +98 -0
  487. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerConfigSetting/index.less +9 -0
  488. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +177 -0
  489. package/lib/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +89 -0
  490. package/lib/composite-comp/bol/config-panels/DividerConfig/index.js +57 -0
  491. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +144 -0
  492. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.less +0 -0
  493. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png +0 -0
  494. package/lib/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +57 -0
  495. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +126 -0
  496. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +199 -0
  497. package/lib/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +185 -0
  498. package/lib/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +111 -0
  499. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +57 -0
  500. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +109 -0
  501. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/defaultImg.png +0 -0
  502. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png +0 -0
  503. package/lib/composite-comp/bol/config-panels/TagCompConfig/imgs/layout2.png +0 -0
  504. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +61 -0
  505. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +99 -0
  506. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.less +0 -0
  507. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +138 -0
  508. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less +16 -0
  509. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/defaultImg.png +0 -0
  510. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  511. package/lib/composite-comp/bol/config-panels/TextCompConfig/index.js +69 -0
  512. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +151 -0
  513. package/lib/composite-comp/bol/second-config-panels/BannerSecondConfig/index.less +3 -0
  514. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +162 -0
  515. package/lib/composite-comp/bol/second-config-panels/ImageGallerySecondConfig/index.js +82 -0
  516. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +146 -0
  517. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +99 -0
  518. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.less +0 -0
  519. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +90 -0
  520. package/lib/composite-comp/bol/second-config-panels/TextSecondConfig/index.less +3 -0
  521. package/lib/composite-comp/common/components/ImageLabel/index.js +90 -0
  522. package/lib/composite-comp/common/components/ImageLabel/index.less +35 -0
  523. package/lib/composite-comp/common/components/ProductItem/index.js +191 -0
  524. package/lib/composite-comp/common/components/ProductItem/index.less +121 -0
  525. package/lib/composite-comp/common/config-panels/BackgroundConfig/index.js +109 -0
  526. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +235 -0
  527. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.less +21 -0
  528. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +154 -0
  529. package/lib/composite-comp/common/config-panels/SpacingConfig/index.less +17 -0
  530. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +183 -0
  531. package/lib/composite-comp/dito/components/FlashDeal/index.js +86 -0
  532. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png +0 -0
  533. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png +0 -0
  534. package/lib/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png +0 -0
  535. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.js +436 -0
  536. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +94 -0
  537. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +220 -0
  538. package/lib/composite-comp/dito/components/Recommend/index.js +86 -0
  539. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg1.png +0 -0
  540. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg2.png +0 -0
  541. package/lib/composite-comp/dito/components/Recommend/mobile/imgs/defImg3.png +0 -0
  542. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +530 -0
  543. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +79 -0
  544. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +56 -0
  545. package/lib/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg +6 -0
  546. package/lib/composite-comp/dito/components/SearchBar/index.js +86 -0
  547. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +108 -0
  548. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +38 -0
  549. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +143 -0
  550. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -0
  551. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +125 -0
  552. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.less +0 -0
  553. package/lib/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png +0 -0
  554. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +62 -0
  555. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +118 -0
  556. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.less +0 -0
  557. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +143 -0
  558. package/lib/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less +16 -0
  559. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png +0 -0
  560. package/lib/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png +0 -0
  561. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +62 -0
  562. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +138 -0
  563. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +189 -0
  564. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +3 -0
  565. package/lib/constants/component-types.js +87 -0
  566. package/lib/constants/index.js +144 -0
  567. package/lib/constants/layout.js +120 -0
  568. package/lib/core/Designer/CompListPanel/CompCard/index.js +42 -0
  569. package/lib/core/Designer/CompListPanel/CompCard/index.less +69 -0
  570. package/lib/core/Designer/CompListPanel/index.js +156 -0
  571. package/lib/core/Designer/CompListPanel/index.less +69 -0
  572. package/lib/core/Designer/ConfigPanel/index.js +294 -0
  573. package/lib/core/Designer/ConfigPanel/index.less +139 -0
  574. package/lib/core/Designer/History/index.js +91 -0
  575. package/lib/core/Designer/PageCompList/index.js +266 -0
  576. package/lib/core/Designer/PageCompList/index.less +114 -0
  577. package/lib/core/Designer/QuickMenuBar/index.js +176 -0
  578. package/lib/core/Designer/QuickMenuBar/index.less +67 -0
  579. package/lib/core/Designer/ViewArea/index.js +150 -0
  580. package/lib/core/Designer/ViewArea/index.less +53 -0
  581. package/lib/core/Designer/index.js +464 -0
  582. package/lib/core/Designer/index.less +6 -0
  583. package/lib/core/Renderer/index.js +82 -0
  584. package/lib/decorator/compositeDecorator.js +130 -0
  585. package/lib/decorator/index.js +23 -0
  586. package/lib/decorator/metaDecorator.js +199 -0
  587. package/lib/index.js +29 -0
  588. package/lib/meta-comp/components/Button/index.js +193 -0
  589. package/lib/meta-comp/components/Button/index.less +19 -0
  590. package/lib/meta-comp/components/Image/index.js +185 -0
  591. package/lib/meta-comp/components/Image/index.less +21 -0
  592. package/lib/meta-comp/components/Text/index.js +478 -0
  593. package/lib/meta-comp/components/Text/index.less +38 -0
  594. package/lib/meta-comp/components/index.js +31 -0
  595. package/lib/meta-comp/config-panels/BaseConfig.js +87 -0
  596. package/lib/meta-comp/config-panels/ButtonConfig/index.js +365 -0
  597. package/lib/meta-comp/config-panels/ButtonConfig/index.less +4 -0
  598. package/lib/meta-comp/config-panels/ImageConfig/index.js +404 -0
  599. package/lib/meta-comp/config-panels/ImageConfig/index.less +16 -0
  600. package/lib/meta-comp/config-panels/TextConfig/index.js +358 -0
  601. package/lib/meta-comp/config-panels/TextConfig/index.less +24 -0
  602. package/lib/mobx/Store.js +95 -0
  603. package/lib/mobx/index.js +36 -0
  604. package/lib/utils/androidUtil.js +113 -0
  605. package/lib/utils/businessUtil.js +235 -0
  606. package/lib/utils/commonUtil.js +289 -0
  607. package/lib/utils/compJsonUtil.js +240 -0
  608. package/lib/utils/coreUtil.js +156 -0
  609. package/lib/utils/currencyUtil.js +190 -0
  610. package/lib/utils/dataTreeUtils.js +134 -0
  611. package/lib/utils/dateUtil.js +70 -0
  612. package/lib/utils/storeUtil.js +258 -0
  613. package/package.json +44 -6
  614. package/_virtual/__node-resolve_empty.js +0 -6
  615. package/_virtual/_cloneBuffer.js +0 -3
  616. package/_virtual/_commonjsHelpers.js +0 -24
  617. package/_virtual/_node-resolve_empty.js +0 -3
  618. package/_virtual/_nodeUtil.js +0 -3
  619. package/_virtual/_rollupPluginBabelHelpers.js +0 -18
  620. package/_virtual/index.js +0 -3
  621. package/_virtual/index2.js +0 -3
  622. package/_virtual/index3.js +0 -3
  623. package/_virtual/index4.js +0 -3
  624. package/_virtual/index5.js +0 -5
  625. package/_virtual/interopRequireDefault.js +0 -3
  626. package/_virtual/isBuffer.js +0 -3
  627. package/_virtual/react-is.development.js +0 -3
  628. package/_virtual/react-is.production.min.js +0 -3
  629. package/_virtual/rng-browser.js +0 -3
  630. package/_virtual/toArray.js +0 -3
  631. package/my_node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +0 -11
  632. package/my_node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js +0 -5
  633. package/my_node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +0 -9
  634. package/my_node_modules/@babel/runtime/helpers/esm/classCallCheck.js +0 -7
  635. package/my_node_modules/@babel/runtime/helpers/esm/createClass.js +0 -20
  636. package/my_node_modules/@babel/runtime/helpers/esm/createSuper.js +0 -22
  637. package/my_node_modules/@babel/runtime/helpers/esm/defineProperty.js +0 -16
  638. package/my_node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +0 -8
  639. package/my_node_modules/@babel/runtime/helpers/esm/inherits.js +0 -21
  640. package/my_node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +0 -14
  641. package/my_node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js +0 -31
  642. package/my_node_modules/@babel/runtime/helpers/esm/nonIterableRest.js +0 -5
  643. package/my_node_modules/@babel/runtime/helpers/esm/objectSpread2.js +0 -29
  644. package/my_node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +0 -14
  645. package/my_node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +0 -9
  646. package/my_node_modules/@babel/runtime/helpers/esm/slicedToArray.js +0 -10
  647. package/my_node_modules/@babel/runtime/helpers/esm/typeof.js +0 -11
  648. package/my_node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +0 -12
  649. package/my_node_modules/@babel/runtime/helpers/interopRequireDefault.js +0 -11
  650. package/my_node_modules/call-bind/callBound.js +0 -19
  651. package/my_node_modules/call-bind/index.js +0 -52
  652. package/my_node_modules/classnames/index.js +0 -61
  653. package/my_node_modules/function-bind/implementation.js +0 -52
  654. package/my_node_modules/function-bind/index.js +0 -7
  655. package/my_node_modules/get-intrinsic/index.js +0 -338
  656. package/my_node_modules/has/src/index.js +0 -7
  657. package/my_node_modules/has-symbols/index.js +0 -15
  658. package/my_node_modules/has-symbols/shams.js +0 -42
  659. package/my_node_modules/lodash/_DataView.js +0 -12
  660. package/my_node_modules/lodash/_Hash.js +0 -40
  661. package/my_node_modules/lodash/_ListCache.js +0 -40
  662. package/my_node_modules/lodash/_Map.js +0 -12
  663. package/my_node_modules/lodash/_MapCache.js +0 -40
  664. package/my_node_modules/lodash/_Promise.js +0 -12
  665. package/my_node_modules/lodash/_Set.js +0 -12
  666. package/my_node_modules/lodash/_SetCache.js +0 -33
  667. package/my_node_modules/lodash/_Stack.js +0 -36
  668. package/my_node_modules/lodash/_Symbol.js +0 -10
  669. package/my_node_modules/lodash/_Uint8Array.js +0 -10
  670. package/my_node_modules/lodash/_WeakMap.js +0 -12
  671. package/my_node_modules/lodash/_arrayEach.js +0 -25
  672. package/my_node_modules/lodash/_arrayFilter.js +0 -28
  673. package/my_node_modules/lodash/_arrayLikeKeys.js +0 -59
  674. package/my_node_modules/lodash/_arrayMap.js +0 -24
  675. package/my_node_modules/lodash/_arrayPush.js +0 -23
  676. package/my_node_modules/lodash/_arraySome.js +0 -26
  677. package/my_node_modules/lodash/_assignValue.js +0 -33
  678. package/my_node_modules/lodash/_assocIndexOf.js +0 -25
  679. package/my_node_modules/lodash/_baseAssign.js +0 -22
  680. package/my_node_modules/lodash/_baseAssignIn.js +0 -22
  681. package/my_node_modules/lodash/_baseAssignValue.js +0 -29
  682. package/my_node_modules/lodash/_baseClone.js +0 -193
  683. package/my_node_modules/lodash/_baseCreate.js +0 -34
  684. package/my_node_modules/lodash/_baseFindIndex.js +0 -27
  685. package/my_node_modules/lodash/_baseFor.js +0 -20
  686. package/my_node_modules/lodash/_baseForOwn.js +0 -21
  687. package/my_node_modules/lodash/_baseGet.js +0 -29
  688. package/my_node_modules/lodash/_baseGetAllKeys.js +0 -25
  689. package/my_node_modules/lodash/_baseGetTag.js +0 -34
  690. package/my_node_modules/lodash/_baseHasIn.js +0 -16
  691. package/my_node_modules/lodash/_baseIsArguments.js +0 -23
  692. package/my_node_modules/lodash/_baseIsEqual.js +0 -33
  693. package/my_node_modules/lodash/_baseIsEqualDeep.js +0 -95
  694. package/my_node_modules/lodash/_baseIsMap.js +0 -23
  695. package/my_node_modules/lodash/_baseIsMatch.js +0 -67
  696. package/my_node_modules/lodash/_baseIsNative.js +0 -54
  697. package/my_node_modules/lodash/_baseIsSet.js +0 -23
  698. package/my_node_modules/lodash/_baseIsTypedArray.js +0 -66
  699. package/my_node_modules/lodash/_baseIteratee.js +0 -39
  700. package/my_node_modules/lodash/_baseKeys.js +0 -35
  701. package/my_node_modules/lodash/_baseKeysIn.js +0 -39
  702. package/my_node_modules/lodash/_baseMatches.js +0 -28
  703. package/my_node_modules/lodash/_baseMatchesProperty.js +0 -43
  704. package/my_node_modules/lodash/_baseProperty.js +0 -17
  705. package/my_node_modules/lodash/_basePropertyDeep.js +0 -20
  706. package/my_node_modules/lodash/_baseTimes.js +0 -23
  707. package/my_node_modules/lodash/_baseToNumber.js +0 -28
  708. package/my_node_modules/lodash/_baseToString.js +0 -44
  709. package/my_node_modules/lodash/_baseTrim.js +0 -23
  710. package/my_node_modules/lodash/_baseUnary.js +0 -17
  711. package/my_node_modules/lodash/_cacheHas.js +0 -16
  712. package/my_node_modules/lodash/_castPath.js +0 -28
  713. package/my_node_modules/lodash/_cloneArrayBuffer.js +0 -20
  714. package/my_node_modules/lodash/_cloneBuffer.js +0 -40
  715. package/my_node_modules/lodash/_cloneDataView.js +0 -20
  716. package/my_node_modules/lodash/_cloneRegExp.js +0 -20
  717. package/my_node_modules/lodash/_cloneSymbol.js +0 -22
  718. package/my_node_modules/lodash/_cloneTypedArray.js +0 -20
  719. package/my_node_modules/lodash/_copyArray.js +0 -23
  720. package/my_node_modules/lodash/_copyObject.js +0 -45
  721. package/my_node_modules/lodash/_copySymbols.js +0 -21
  722. package/my_node_modules/lodash/_copySymbolsIn.js +0 -21
  723. package/my_node_modules/lodash/_coreJsData.js +0 -10
  724. package/my_node_modules/lodash/_createBaseFor.js +0 -28
  725. package/my_node_modules/lodash/_createMathOperation.js +0 -43
  726. package/my_node_modules/lodash/_defineProperty.js +0 -15
  727. package/my_node_modules/lodash/_equalArrays.js +0 -90
  728. package/my_node_modules/lodash/_equalByTag.js +0 -121
  729. package/my_node_modules/lodash/_equalObjects.js +0 -94
  730. package/my_node_modules/lodash/_freeGlobal.js +0 -9
  731. package/my_node_modules/lodash/_getAllKeys.js +0 -22
  732. package/my_node_modules/lodash/_getAllKeysIn.js +0 -23
  733. package/my_node_modules/lodash/_getMapData.js +0 -22
  734. package/my_node_modules/lodash/_getMatchData.js +0 -29
  735. package/my_node_modules/lodash/_getNative.js +0 -22
  736. package/my_node_modules/lodash/_getPrototype.js +0 -10
  737. package/my_node_modules/lodash/_getRawTag.js +0 -50
  738. package/my_node_modules/lodash/_getSymbols.js +0 -35
  739. package/my_node_modules/lodash/_getSymbolsIn.js +0 -32
  740. package/my_node_modules/lodash/_getTag.js +0 -68
  741. package/my_node_modules/lodash/_getValue.js +0 -16
  742. package/my_node_modules/lodash/_hasPath.js +0 -48
  743. package/my_node_modules/lodash/_hashClear.js +0 -19
  744. package/my_node_modules/lodash/_hashDelete.js +0 -20
  745. package/my_node_modules/lodash/_hashGet.js +0 -34
  746. package/my_node_modules/lodash/_hashHas.js +0 -27
  747. package/my_node_modules/lodash/_hashSet.js +0 -27
  748. package/my_node_modules/lodash/_initCloneArray.js +0 -29
  749. package/my_node_modules/lodash/_initCloneByTag.js +0 -85
  750. package/my_node_modules/lodash/_initCloneObject.js +0 -24
  751. package/my_node_modules/lodash/_isIndex.js +0 -28
  752. package/my_node_modules/lodash/_isKey.js +0 -34
  753. package/my_node_modules/lodash/_isKeyable.js +0 -18
  754. package/my_node_modules/lodash/_isMasked.js +0 -24
  755. package/my_node_modules/lodash/_isPrototype.js +0 -21
  756. package/my_node_modules/lodash/_isStrictComparable.js +0 -19
  757. package/my_node_modules/lodash/_listCacheClear.js +0 -16
  758. package/my_node_modules/lodash/_listCacheDelete.js +0 -39
  759. package/my_node_modules/lodash/_listCacheGet.js +0 -23
  760. package/my_node_modules/lodash/_listCacheHas.js +0 -20
  761. package/my_node_modules/lodash/_listCacheSet.js +0 -30
  762. package/my_node_modules/lodash/_mapCacheClear.js +0 -27
  763. package/my_node_modules/lodash/_mapCacheDelete.js +0 -22
  764. package/my_node_modules/lodash/_mapCacheGet.js +0 -20
  765. package/my_node_modules/lodash/_mapCacheHas.js +0 -20
  766. package/my_node_modules/lodash/_mapCacheSet.js +0 -26
  767. package/my_node_modules/lodash/_mapToArray.js +0 -21
  768. package/my_node_modules/lodash/_matchesStrictComparable.js +0 -23
  769. package/my_node_modules/lodash/_memoizeCapped.js +0 -30
  770. package/my_node_modules/lodash/_nativeCreate.js +0 -10
  771. package/my_node_modules/lodash/_nativeKeys.js +0 -10
  772. package/my_node_modules/lodash/_nativeKeysIn.js +0 -23
  773. package/my_node_modules/lodash/_nodeUtil.js +0 -35
  774. package/my_node_modules/lodash/_objectToString.js +0 -25
  775. package/my_node_modules/lodash/_overArg.js +0 -18
  776. package/my_node_modules/lodash/_root.js +0 -13
  777. package/my_node_modules/lodash/_setCacheAdd.js +0 -22
  778. package/my_node_modules/lodash/_setCacheHas.js +0 -17
  779. package/my_node_modules/lodash/_setToArray.js +0 -21
  780. package/my_node_modules/lodash/_stackClear.js +0 -19
  781. package/my_node_modules/lodash/_stackDelete.js +0 -21
  782. package/my_node_modules/lodash/_stackGet.js +0 -17
  783. package/my_node_modules/lodash/_stackHas.js +0 -17
  784. package/my_node_modules/lodash/_stackSet.js +0 -40
  785. package/my_node_modules/lodash/_stringToPath.js +0 -31
  786. package/my_node_modules/lodash/_toKey.js +0 -25
  787. package/my_node_modules/lodash/_toSource.js +0 -29
  788. package/my_node_modules/lodash/_trimmedEndIndex.js +0 -22
  789. package/my_node_modules/lodash/cloneDeep.js +0 -33
  790. package/my_node_modules/lodash/divide.js +0 -26
  791. package/my_node_modules/lodash/eq.js +0 -40
  792. package/my_node_modules/lodash/findIndex.js +0 -61
  793. package/my_node_modules/lodash/get.js +0 -37
  794. package/my_node_modules/lodash/hasIn.js +0 -39
  795. package/my_node_modules/lodash/identity.js +0 -24
  796. package/my_node_modules/lodash/isArguments.js +0 -41
  797. package/my_node_modules/lodash/isArray.js +0 -29
  798. package/my_node_modules/lodash/isArrayLike.js +0 -38
  799. package/my_node_modules/lodash/isBuffer.js +0 -44
  800. package/my_node_modules/lodash/isEmpty.js +0 -89
  801. package/my_node_modules/lodash/isFunction.js +0 -42
  802. package/my_node_modules/lodash/isLength.js +0 -38
  803. package/my_node_modules/lodash/isMap.js +0 -34
  804. package/my_node_modules/lodash/isObject.js +0 -34
  805. package/my_node_modules/lodash/isObjectLike.js +0 -32
  806. package/my_node_modules/lodash/isSet.js +0 -34
  807. package/my_node_modules/lodash/isSymbol.js +0 -34
  808. package/my_node_modules/lodash/isTypedArray.js +0 -34
  809. package/my_node_modules/lodash/keys.js +0 -43
  810. package/my_node_modules/lodash/keysIn.js +0 -38
  811. package/my_node_modules/lodash/mapKeys.js +0 -42
  812. package/my_node_modules/lodash/memoize.js +0 -77
  813. package/my_node_modules/lodash/property.js +0 -39
  814. package/my_node_modules/lodash/stubArray.js +0 -26
  815. package/my_node_modules/lodash/stubFalse.js +0 -21
  816. package/my_node_modules/lodash/toFinite.js +0 -46
  817. package/my_node_modules/lodash/toInteger.js +0 -40
  818. package/my_node_modules/lodash/toNumber.js +0 -70
  819. package/my_node_modules/lodash/toString.js +0 -32
  820. package/my_node_modules/object-assign/index.js +0 -99
  821. package/my_node_modules/object-inspect/index.js +0 -516
  822. package/my_node_modules/prop-types/checkPropTypes.js +0 -115
  823. package/my_node_modules/prop-types/factoryWithThrowingShims.js +0 -74
  824. package/my_node_modules/prop-types/factoryWithTypeCheckers.js +0 -625
  825. package/my_node_modules/prop-types/index.js +0 -27
  826. package/my_node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -21
  827. package/my_node_modules/prop-types/lib/has.js +0 -11
  828. package/my_node_modules/qs/lib/formats.js +0 -23
  829. package/my_node_modules/qs/lib/index.js +0 -15
  830. package/my_node_modules/qs/lib/parse.js +0 -265
  831. package/my_node_modules/qs/lib/stringify.js +0 -330
  832. package/my_node_modules/qs/lib/utils.js +0 -254
  833. package/my_node_modules/rc-motion/es/CSSMotion.js +0 -149
  834. package/my_node_modules/rc-motion/es/DomWrapper.js +0 -28
  835. package/my_node_modules/rc-motion/es/hooks/useDomMotionEvents.js +0 -45
  836. package/my_node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.js +0 -6
  837. package/my_node_modules/rc-motion/es/hooks/useNextFrame.js +0 -36
  838. package/my_node_modules/rc-motion/es/hooks/useStatus.js +0 -232
  839. package/my_node_modules/rc-motion/es/hooks/useStepQueue.js +0 -69
  840. package/my_node_modules/rc-motion/es/index.js +0 -4
  841. package/my_node_modules/rc-motion/es/interface.js +0 -11
  842. package/my_node_modules/rc-motion/es/util/motion.js +0 -85
  843. package/my_node_modules/rc-util/es/Dom/canUseDom.js +0 -5
  844. package/my_node_modules/rc-util/es/Dom/findDOMNode.js +0 -15
  845. package/my_node_modules/rc-util/es/hooks/useState.js +0 -36
  846. package/my_node_modules/rc-util/es/raf.js +0 -57
  847. package/my_node_modules/rc-util/es/ref.js +0 -30
  848. package/my_node_modules/rc-util/lib/Children/toArray.js +0 -39
  849. package/my_node_modules/react-is/cjs/react-is.development.js +0 -190
  850. package/my_node_modules/react-is/cjs/react-is.production.min.js +0 -26
  851. package/my_node_modules/react-is/index.js +0 -21
  852. package/my_node_modules/shallowequal/index.js +0 -48
  853. package/my_node_modules/side-channel/index.js +0 -128
  854. package/my_node_modules/slick-carousel/slick/slick-theme.css.js +0 -6
  855. package/my_node_modules/slick-carousel/slick/slick.css.js +0 -6
  856. package/my_node_modules/style-inject/dist/style-inject.es.js +0 -28
  857. package/my_node_modules/tslib/tslib.es6.js +0 -110
  858. package/my_node_modules/uuid/index.js +0 -13
  859. package/my_node_modules/uuid/lib/bytesToUuid.js +0 -29
  860. package/my_node_modules/uuid/lib/rng-browser.js +0 -39
  861. package/my_node_modules/uuid/v1.js +0 -115
  862. package/my_node_modules/uuid/v4.js +0 -35
  863. package/src/components/assets/fonts/.DS_Store +0 -0
  864. package/src/components/assets/images/layout-icon/carouselLayout1.png.js +0 -3
  865. package/src/components/assets/images/layout-icon/carouselLayout2.png.js +0 -3
  866. package/src/components/assets/images/layout-icon/dividerLayout.svg.js +0 -3
  867. package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +0 -3
  868. package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +0 -3
  869. package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +0 -3
  870. package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +0 -3
  871. package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +0 -3
  872. package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +0 -3
  873. package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +0 -3
  874. package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +0 -3
  875. package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +0 -3
  876. package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +0 -3
  877. package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +0 -3
  878. package/src/components/assets/images/layout-icon/layout-search.png.js +0 -3
  879. package/src/components/assets/images/layout-icon/newsletter.svg.js +0 -3
  880. package/src/components/assets/less/cylon-antd.less.js +0 -5
  881. package/src/components/assets/less/index.less.js +0 -6
  882. package/src/components/common/AlignSelector/index.js +0 -65
  883. package/src/components/common/AlignSelector/index.less.js +0 -6
  884. package/src/components/common/Button/index.js +0 -75
  885. package/src/components/common/Button/index.less.js +0 -6
  886. package/src/components/common/ButtonIconLayout/index.js +0 -66
  887. package/src/components/common/ButtonIconLayout/index.less.js +0 -6
  888. package/src/components/common/Collapse/index.js +0 -323
  889. package/src/components/common/Collapse/index.less.js +0 -6
  890. package/src/components/common/ColorPicker/index.js +0 -94
  891. package/src/components/common/ColorPicker/index.less.js +0 -6
  892. package/src/components/common/ColorPickerInput/index.js +0 -76
  893. package/src/components/common/ColorPickerInput/index.less.js +0 -6
  894. package/src/components/common/CountDown/index.js +0 -110
  895. package/src/components/common/CountDown/index.less.js +0 -6
  896. package/src/components/common/Field/index.js +0 -43
  897. package/src/components/common/Field/index.less.js +0 -6
  898. package/src/components/common/FontStyles/index.js +0 -124
  899. package/src/components/common/FontStyles/index.less.js +0 -6
  900. package/src/components/common/GroupList/defaultImg.png.js +0 -3
  901. package/src/components/common/GroupList/index.js +0 -170
  902. package/src/components/common/GroupList/index.less.js +0 -6
  903. package/src/components/common/IconPicker/index.js +0 -93
  904. package/src/components/common/IconPicker/index.less.js +0 -6
  905. package/src/components/common/Iconfont/index.js +0 -74
  906. package/src/components/common/Iconfont/index.less.js +0 -6
  907. package/src/components/common/ImageModal/CommonModal/const.js +0 -16
  908. package/src/components/common/ImageModal/CommonModal/index.js +0 -33
  909. package/src/components/common/ImageModal/CommonSelPicCard/index.js +0 -66
  910. package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +0 -6
  911. package/src/components/common/ImageModal/const.js +0 -18
  912. package/src/components/common/ImageModal/index.js +0 -547
  913. package/src/components/common/ImageModal/index.less.js +0 -6
  914. package/src/components/common/ImagePicker/index.js +0 -124
  915. package/src/components/common/ImagePicker/index.less.js +0 -6
  916. package/src/components/common/InputNumber/index.js +0 -54
  917. package/src/components/common/InputNumber/index.less.js +0 -6
  918. package/src/components/common/LayoutSelector/imgs/center.png.js +0 -3
  919. package/src/components/common/LayoutSelector/imgs/left.png.js +0 -3
  920. package/src/components/common/LayoutSelector/imgs/right.png.js +0 -3
  921. package/src/components/common/LayoutSelector/index.js +0 -70
  922. package/src/components/common/LayoutSelector/index.less.js +0 -6
  923. package/src/components/common/LinkModal/CatgTable/index.js +0 -78
  924. package/src/components/common/LinkModal/CouponTable/index.js +0 -111
  925. package/src/components/common/LinkModal/CustomTable/index.js +0 -72
  926. package/src/components/common/LinkModal/FilteredProductModal/index.js +0 -463
  927. package/src/components/common/LinkModal/FilteredProductModal/index.less.js +0 -6
  928. package/src/components/common/LinkModal/FunctionTable/index.js +0 -66
  929. package/src/components/common/LinkModal/ProductDetailPage/index.js +0 -241
  930. package/src/components/common/LinkModal/ProductDetailPage/index.less.js +0 -6
  931. package/src/components/common/LinkModal/index.js +0 -112
  932. package/src/components/common/LinkModal/index.less.js +0 -6
  933. package/src/components/common/NewImg/index.js +0 -91
  934. package/src/components/common/ProductModal/index.js +0 -556
  935. package/src/components/common/ProductModal/index.less.js +0 -6
  936. package/src/components/common/ProductSource/index.js +0 -91
  937. package/src/components/common/ProductSource/index.less.js +0 -6
  938. package/src/components/common/RcCollapse/Collapse.js +0 -176
  939. package/src/components/common/RcCollapse/Panel.js +0 -146
  940. package/src/components/common/RcCollapse/PanelContent.js +0 -41
  941. package/src/components/common/RcCollapse/index.js +0 -6
  942. package/src/components/common/RcCollapse/index.less.js +0 -6
  943. package/src/components/common/RcCollapse/motionUtil.js +0 -37
  944. package/src/components/common/Slider/index.js +0 -95
  945. package/src/components/common/Slider/index.less.js +0 -6
  946. package/src/components/common/SwitchCollapse/index.js +0 -162
  947. package/src/components/common/SwitchCollapse/index.less.js +0 -6
  948. package/src/components/common/UrlPicker/index.js +0 -81
  949. package/src/components/common/UrlPicker/index.less.js +0 -6
  950. package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +0 -258
  951. package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +0 -3
  952. package/src/components/composite-comp/bol/components/Banner/index.js +0 -34
  953. package/src/components/composite-comp/bol/components/Banner/mobile/index.js +0 -176
  954. package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +0 -6
  955. package/src/components/composite-comp/bol/components/Banner/pc/index.js +0 -254
  956. package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +0 -6
  957. package/src/components/composite-comp/bol/components/Button/defaultJSON.js +0 -93
  958. package/src/components/composite-comp/bol/components/Button/index.js +0 -48
  959. package/src/components/composite-comp/bol/components/Button/index.less.js +0 -6
  960. package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +0 -287
  961. package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +0 -3
  962. package/src/components/composite-comp/bol/components/Carousel/index.js +0 -37
  963. package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +0 -217
  964. package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +0 -6
  965. package/src/components/composite-comp/bol/components/Carousel/pc/index.js +0 -208
  966. package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +0 -6
  967. package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +0 -40
  968. package/src/components/composite-comp/bol/components/Divider/index.js +0 -48
  969. package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +0 -64
  970. package/src/components/composite-comp/bol/components/ImageGallery/index.js +0 -30
  971. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +0 -47
  972. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +0 -6
  973. package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +0 -537
  974. package/src/components/composite-comp/bol/components/ImageText/index.js +0 -33
  975. package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +0 -145
  976. package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +0 -6
  977. package/src/components/composite-comp/bol/components/ImageText/pc/index.js +0 -126
  978. package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +0 -6
  979. package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +0 -114
  980. package/src/components/composite-comp/bol/components/Newsletter/index.js +0 -65
  981. package/src/components/composite-comp/bol/components/Newsletter/index.less.js +0 -6
  982. package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +0 -91
  983. package/src/components/composite-comp/bol/components/Tag/index.js +0 -52
  984. package/src/components/composite-comp/bol/components/Tag/index.less.js +0 -6
  985. package/src/components/composite-comp/bol/components/Text/defaultJSON.js +0 -125
  986. package/src/components/composite-comp/bol/components/Text/index.js +0 -68
  987. package/src/components/composite-comp/bol/components/Text/index.less.js +0 -6
  988. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +0 -73
  989. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +0 -6
  990. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +0 -200
  991. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +0 -6
  992. package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +0 -35
  993. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +0 -79
  994. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +0 -3
  995. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +0 -3
  996. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +0 -53
  997. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +0 -91
  998. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +0 -175
  999. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +0 -6
  1000. package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +0 -3
  1001. package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -54
  1002. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +0 -153
  1003. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +0 -66
  1004. package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +0 -44
  1005. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +0 -91
  1006. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +0 -3
  1007. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +0 -44
  1008. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +0 -74
  1009. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +0 -170
  1010. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +0 -143
  1011. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +0 -89
  1012. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +0 -44
  1013. package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +0 -88
  1014. package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +0 -3
  1015. package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +0 -48
  1016. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +0 -79
  1017. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +0 -85
  1018. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +0 -6
  1019. package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +0 -3
  1020. package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +0 -55
  1021. package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +0 -109
  1022. package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +0 -107
  1023. package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +0 -118
  1024. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +0 -79
  1025. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +0 -70
  1026. package/src/components/composite-comp/common/components/ImageLabel/index.js +0 -47
  1027. package/src/components/composite-comp/common/components/ImageLabel/index.less.js +0 -6
  1028. package/src/components/composite-comp/common/components/ProductItem/index.js +0 -121
  1029. package/src/components/composite-comp/common/components/ProductItem/index.less.js +0 -6
  1030. package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +0 -89
  1031. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +0 -182
  1032. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +0 -6
  1033. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +0 -133
  1034. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +0 -6
  1035. package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +0 -176
  1036. package/src/components/composite-comp/dito/components/FlashDeal/index.js +0 -31
  1037. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +0 -3
  1038. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +0 -3
  1039. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +0 -3
  1040. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +0 -233
  1041. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +0 -6
  1042. package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +0 -210
  1043. package/src/components/composite-comp/dito/components/Recommend/index.js +0 -31
  1044. package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +0 -317
  1045. package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +0 -6
  1046. package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +0 -44
  1047. package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +0 -3
  1048. package/src/components/composite-comp/dito/components/SearchBar/index.js +0 -31
  1049. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +0 -89
  1050. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +0 -6
  1051. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +0 -121
  1052. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +0 -102
  1053. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +0 -3
  1054. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +0 -49
  1055. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +0 -97
  1056. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +0 -89
  1057. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +0 -6
  1058. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +0 -3
  1059. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +0 -3
  1060. package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +0 -49
  1061. package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +0 -115
  1062. package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +0 -156
  1063. package/src/components/constants/component-types.js +0 -48
  1064. package/src/components/constants/index.js +0 -74
  1065. package/src/components/constants/layout.js +0 -90
  1066. package/src/components/core/Designer/CompListPanel/CompCard/index.js +0 -33
  1067. package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +0 -6
  1068. package/src/components/core/Designer/CompListPanel/index.js +0 -109
  1069. package/src/components/core/Designer/CompListPanel/index.less.js +0 -6
  1070. package/src/components/core/Designer/ConfigPanel/index.js +0 -246
  1071. package/src/components/core/Designer/ConfigPanel/index.less.js +0 -6
  1072. package/src/components/core/Designer/History/index.js +0 -82
  1073. package/src/components/core/Designer/PageCompList/index.js +0 -248
  1074. package/src/components/core/Designer/PageCompList/index.less.js +0 -6
  1075. package/src/components/core/Designer/QuickMenuBar/index.js +0 -130
  1076. package/src/components/core/Designer/QuickMenuBar/index.less.js +0 -6
  1077. package/src/components/core/Designer/ViewArea/index.js +0 -86
  1078. package/src/components/core/Designer/ViewArea/index.less.js +0 -6
  1079. package/src/components/core/Designer/index.js +0 -364
  1080. package/src/components/core/Designer/index.less.js +0 -6
  1081. package/src/components/core/Renderer/index.js +0 -55
  1082. package/src/components/decorator/compositeDecorator.js +0 -94
  1083. package/src/components/decorator/metaDecorator.js +0 -150
  1084. package/src/components/index.js +0 -4
  1085. package/src/components/meta-comp/components/Button/index.js +0 -121
  1086. package/src/components/meta-comp/components/Button/index.less.js +0 -6
  1087. package/src/components/meta-comp/components/Image/index.js +0 -133
  1088. package/src/components/meta-comp/components/Image/index.less.js +0 -6
  1089. package/src/components/meta-comp/components/Text/index.js +0 -385
  1090. package/src/components/meta-comp/components/Text/index.less.js +0 -6
  1091. package/src/components/meta-comp/config-panels/BaseConfig.js +0 -47
  1092. package/src/components/meta-comp/config-panels/ButtonConfig/index.js +0 -310
  1093. package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +0 -6
  1094. package/src/components/meta-comp/config-panels/ImageConfig/index.js +0 -224
  1095. package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +0 -6
  1096. package/src/components/meta-comp/config-panels/TextConfig/index.js +0 -310
  1097. package/src/components/meta-comp/config-panels/TextConfig/index.less.js +0 -6
  1098. package/src/components/mobx/Store.js +0 -88
  1099. package/src/components/mobx/index.js +0 -12
  1100. package/src/components/utils/androidUtil.js +0 -22
  1101. package/src/components/utils/businessUtil.js +0 -214
  1102. package/src/components/utils/commonUtil.js +0 -240
  1103. package/src/components/utils/coreUtil.js +0 -108
  1104. package/src/components/utils/currencyUtil.js +0 -110
  1105. package/src/components/utils/dataTreeUtils.js +0 -93
  1106. package/src/components/utils/dateUtil.js +0 -30
  1107. package/src/components/utils/storeUtil.js +0 -113
@@ -1,74 +0,0 @@
1
- import { __require as requireReactPropTypesSecret } from './lib/ReactPropTypesSecret.js';
2
-
3
- /**
4
- * Copyright (c) 2013-present, Facebook, Inc.
5
- *
6
- * This source code is licensed under the MIT license found in the
7
- * LICENSE file in the root directory of this source tree.
8
- */
9
-
10
- var factoryWithThrowingShims;
11
- var hasRequiredFactoryWithThrowingShims;
12
-
13
- function requireFactoryWithThrowingShims () {
14
- if (hasRequiredFactoryWithThrowingShims) return factoryWithThrowingShims;
15
- hasRequiredFactoryWithThrowingShims = 1;
16
-
17
- var ReactPropTypesSecret = requireReactPropTypesSecret();
18
-
19
- function emptyFunction() {}
20
- function emptyFunctionWithReset() {}
21
- emptyFunctionWithReset.resetWarningCache = emptyFunction;
22
-
23
- factoryWithThrowingShims = function() {
24
- function shim(props, propName, componentName, location, propFullName, secret) {
25
- if (secret === ReactPropTypesSecret) {
26
- // It is still safe when called from React.
27
- return;
28
- }
29
- var err = new Error(
30
- 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
31
- 'Use PropTypes.checkPropTypes() to call them. ' +
32
- 'Read more at http://fb.me/use-check-prop-types'
33
- );
34
- err.name = 'Invariant Violation';
35
- throw err;
36
- } shim.isRequired = shim;
37
- function getShim() {
38
- return shim;
39
- } // Important!
40
- // Keep this list in sync with production version in `./factoryWithTypeCheckers.js`.
41
- var ReactPropTypes = {
42
- array: shim,
43
- bigint: shim,
44
- bool: shim,
45
- func: shim,
46
- number: shim,
47
- object: shim,
48
- string: shim,
49
- symbol: shim,
50
-
51
- any: shim,
52
- arrayOf: getShim,
53
- element: shim,
54
- elementType: shim,
55
- instanceOf: getShim,
56
- node: shim,
57
- objectOf: getShim,
58
- oneOf: getShim,
59
- oneOfType: getShim,
60
- shape: getShim,
61
- exact: getShim,
62
-
63
- checkPropTypes: emptyFunctionWithReset,
64
- resetWarningCache: emptyFunction
65
- };
66
-
67
- ReactPropTypes.PropTypes = ReactPropTypes;
68
-
69
- return ReactPropTypes;
70
- };
71
- return factoryWithThrowingShims;
72
- }
73
-
74
- export { requireFactoryWithThrowingShims as __require };
@@ -1,625 +0,0 @@
1
- import { __require as requireReactIs } from '../react-is/index.js';
2
- import { __require as requireObjectAssign } from '../object-assign/index.js';
3
- import { __require as requireReactPropTypesSecret } from './lib/ReactPropTypesSecret.js';
4
- import { __require as requireHas } from './lib/has.js';
5
- import { __require as requireCheckPropTypes } from './checkPropTypes.js';
6
-
7
- /**
8
- * Copyright (c) 2013-present, Facebook, Inc.
9
- *
10
- * This source code is licensed under the MIT license found in the
11
- * LICENSE file in the root directory of this source tree.
12
- */
13
-
14
- var factoryWithTypeCheckers;
15
- var hasRequiredFactoryWithTypeCheckers;
16
-
17
- function requireFactoryWithTypeCheckers () {
18
- if (hasRequiredFactoryWithTypeCheckers) return factoryWithTypeCheckers;
19
- hasRequiredFactoryWithTypeCheckers = 1;
20
-
21
- var ReactIs = requireReactIs();
22
- var assign = requireObjectAssign();
23
-
24
- var ReactPropTypesSecret = requireReactPropTypesSecret();
25
- var has = requireHas();
26
- var checkPropTypes = requireCheckPropTypes();
27
-
28
- var printWarning = function() {};
29
-
30
- if (process.env.NODE_ENV !== 'production') {
31
- printWarning = function(text) {
32
- var message = 'Warning: ' + text;
33
- if (typeof console !== 'undefined') {
34
- console.error(message);
35
- }
36
- try {
37
- // --- Welcome to debugging React ---
38
- // This error was thrown as a convenience so that you can use this stack
39
- // to find the callsite that caused this warning to fire.
40
- throw new Error(message);
41
- } catch (x) {}
42
- };
43
- }
44
-
45
- function emptyFunctionThatReturnsNull() {
46
- return null;
47
- }
48
-
49
- factoryWithTypeCheckers = function(isValidElement, throwOnDirectAccess) {
50
- /* global Symbol */
51
- var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
52
- var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.
53
-
54
- /**
55
- * Returns the iterator method function contained on the iterable object.
56
- *
57
- * Be sure to invoke the function with the iterable as context:
58
- *
59
- * var iteratorFn = getIteratorFn(myIterable);
60
- * if (iteratorFn) {
61
- * var iterator = iteratorFn.call(myIterable);
62
- * ...
63
- * }
64
- *
65
- * @param {?object} maybeIterable
66
- * @return {?function}
67
- */
68
- function getIteratorFn(maybeIterable) {
69
- var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
70
- if (typeof iteratorFn === 'function') {
71
- return iteratorFn;
72
- }
73
- }
74
-
75
- /**
76
- * Collection of methods that allow declaration and validation of props that are
77
- * supplied to React components. Example usage:
78
- *
79
- * var Props = require('ReactPropTypes');
80
- * var MyArticle = React.createClass({
81
- * propTypes: {
82
- * // An optional string prop named "description".
83
- * description: Props.string,
84
- *
85
- * // A required enum prop named "category".
86
- * category: Props.oneOf(['News','Photos']).isRequired,
87
- *
88
- * // A prop named "dialog" that requires an instance of Dialog.
89
- * dialog: Props.instanceOf(Dialog).isRequired
90
- * },
91
- * render: function() { ... }
92
- * });
93
- *
94
- * A more formal specification of how these methods are used:
95
- *
96
- * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
97
- * decl := ReactPropTypes.{type}(.isRequired)?
98
- *
99
- * Each and every declaration produces a function with the same signature. This
100
- * allows the creation of custom validation functions. For example:
101
- *
102
- * var MyLink = React.createClass({
103
- * propTypes: {
104
- * // An optional string or URI prop named "href".
105
- * href: function(props, propName, componentName) {
106
- * var propValue = props[propName];
107
- * if (propValue != null && typeof propValue !== 'string' &&
108
- * !(propValue instanceof URI)) {
109
- * return new Error(
110
- * 'Expected a string or an URI for ' + propName + ' in ' +
111
- * componentName
112
- * );
113
- * }
114
- * }
115
- * },
116
- * render: function() {...}
117
- * });
118
- *
119
- * @internal
120
- */
121
-
122
- var ANONYMOUS = '<<anonymous>>';
123
-
124
- // Important!
125
- // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.
126
- var ReactPropTypes = {
127
- array: createPrimitiveTypeChecker('array'),
128
- bigint: createPrimitiveTypeChecker('bigint'),
129
- bool: createPrimitiveTypeChecker('boolean'),
130
- func: createPrimitiveTypeChecker('function'),
131
- number: createPrimitiveTypeChecker('number'),
132
- object: createPrimitiveTypeChecker('object'),
133
- string: createPrimitiveTypeChecker('string'),
134
- symbol: createPrimitiveTypeChecker('symbol'),
135
-
136
- any: createAnyTypeChecker(),
137
- arrayOf: createArrayOfTypeChecker,
138
- element: createElementTypeChecker(),
139
- elementType: createElementTypeTypeChecker(),
140
- instanceOf: createInstanceTypeChecker,
141
- node: createNodeChecker(),
142
- objectOf: createObjectOfTypeChecker,
143
- oneOf: createEnumTypeChecker,
144
- oneOfType: createUnionTypeChecker,
145
- shape: createShapeTypeChecker,
146
- exact: createStrictShapeTypeChecker,
147
- };
148
-
149
- /**
150
- * inlined Object.is polyfill to avoid requiring consumers ship their own
151
- * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
152
- */
153
- /*eslint-disable no-self-compare*/
154
- function is(x, y) {
155
- // SameValue algorithm
156
- if (x === y) {
157
- // Steps 1-5, 7-10
158
- // Steps 6.b-6.e: +0 != -0
159
- return x !== 0 || 1 / x === 1 / y;
160
- } else {
161
- // Step 6.a: NaN == NaN
162
- return x !== x && y !== y;
163
- }
164
- }
165
- /*eslint-enable no-self-compare*/
166
-
167
- /**
168
- * We use an Error-like object for backward compatibility as people may call
169
- * PropTypes directly and inspect their output. However, we don't use real
170
- * Errors anymore. We don't inspect their stack anyway, and creating them
171
- * is prohibitively expensive if they are created too often, such as what
172
- * happens in oneOfType() for any type before the one that matched.
173
- */
174
- function PropTypeError(message, data) {
175
- this.message = message;
176
- this.data = data && typeof data === 'object' ? data: {};
177
- this.stack = '';
178
- }
179
- // Make `instanceof Error` still work for returned errors.
180
- PropTypeError.prototype = Error.prototype;
181
-
182
- function createChainableTypeChecker(validate) {
183
- if (process.env.NODE_ENV !== 'production') {
184
- var manualPropTypeCallCache = {};
185
- var manualPropTypeWarningCount = 0;
186
- }
187
- function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
188
- componentName = componentName || ANONYMOUS;
189
- propFullName = propFullName || propName;
190
-
191
- if (secret !== ReactPropTypesSecret) {
192
- if (throwOnDirectAccess) {
193
- // New behavior only for users of `prop-types` package
194
- var err = new Error(
195
- 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
196
- 'Use `PropTypes.checkPropTypes()` to call them. ' +
197
- 'Read more at http://fb.me/use-check-prop-types'
198
- );
199
- err.name = 'Invariant Violation';
200
- throw err;
201
- } else if (process.env.NODE_ENV !== 'production' && typeof console !== 'undefined') {
202
- // Old behavior for people using React.PropTypes
203
- var cacheKey = componentName + ':' + propName;
204
- if (
205
- !manualPropTypeCallCache[cacheKey] &&
206
- // Avoid spamming the console because they are often not actionable except for lib authors
207
- manualPropTypeWarningCount < 3
208
- ) {
209
- printWarning(
210
- 'You are manually calling a React.PropTypes validation ' +
211
- 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +
212
- 'and will throw in the standalone `prop-types` package. ' +
213
- 'You may be seeing this warning due to a third-party PropTypes ' +
214
- 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'
215
- );
216
- manualPropTypeCallCache[cacheKey] = true;
217
- manualPropTypeWarningCount++;
218
- }
219
- }
220
- }
221
- if (props[propName] == null) {
222
- if (isRequired) {
223
- if (props[propName] === null) {
224
- return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));
225
- }
226
- return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));
227
- }
228
- return null;
229
- } else {
230
- return validate(props, propName, componentName, location, propFullName);
231
- }
232
- }
233
-
234
- var chainedCheckType = checkType.bind(null, false);
235
- chainedCheckType.isRequired = checkType.bind(null, true);
236
-
237
- return chainedCheckType;
238
- }
239
-
240
- function createPrimitiveTypeChecker(expectedType) {
241
- function validate(props, propName, componentName, location, propFullName, secret) {
242
- var propValue = props[propName];
243
- var propType = getPropType(propValue);
244
- if (propType !== expectedType) {
245
- // `propValue` being instance of, say, date/regexp, pass the 'object'
246
- // check, but we can offer a more precise error message here rather than
247
- // 'of type `object`'.
248
- var preciseType = getPreciseType(propValue);
249
-
250
- return new PropTypeError(
251
- 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),
252
- {expectedType: expectedType}
253
- );
254
- }
255
- return null;
256
- }
257
- return createChainableTypeChecker(validate);
258
- }
259
-
260
- function createAnyTypeChecker() {
261
- return createChainableTypeChecker(emptyFunctionThatReturnsNull);
262
- }
263
-
264
- function createArrayOfTypeChecker(typeChecker) {
265
- function validate(props, propName, componentName, location, propFullName) {
266
- if (typeof typeChecker !== 'function') {
267
- return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');
268
- }
269
- var propValue = props[propName];
270
- if (!Array.isArray(propValue)) {
271
- var propType = getPropType(propValue);
272
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));
273
- }
274
- for (var i = 0; i < propValue.length; i++) {
275
- var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);
276
- if (error instanceof Error) {
277
- return error;
278
- }
279
- }
280
- return null;
281
- }
282
- return createChainableTypeChecker(validate);
283
- }
284
-
285
- function createElementTypeChecker() {
286
- function validate(props, propName, componentName, location, propFullName) {
287
- var propValue = props[propName];
288
- if (!isValidElement(propValue)) {
289
- var propType = getPropType(propValue);
290
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));
291
- }
292
- return null;
293
- }
294
- return createChainableTypeChecker(validate);
295
- }
296
-
297
- function createElementTypeTypeChecker() {
298
- function validate(props, propName, componentName, location, propFullName) {
299
- var propValue = props[propName];
300
- if (!ReactIs.isValidElementType(propValue)) {
301
- var propType = getPropType(propValue);
302
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));
303
- }
304
- return null;
305
- }
306
- return createChainableTypeChecker(validate);
307
- }
308
-
309
- function createInstanceTypeChecker(expectedClass) {
310
- function validate(props, propName, componentName, location, propFullName) {
311
- if (!(props[propName] instanceof expectedClass)) {
312
- var expectedClassName = expectedClass.name || ANONYMOUS;
313
- var actualClassName = getClassName(props[propName]);
314
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));
315
- }
316
- return null;
317
- }
318
- return createChainableTypeChecker(validate);
319
- }
320
-
321
- function createEnumTypeChecker(expectedValues) {
322
- if (!Array.isArray(expectedValues)) {
323
- if (process.env.NODE_ENV !== 'production') {
324
- if (arguments.length > 1) {
325
- printWarning(
326
- 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +
327
- 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'
328
- );
329
- } else {
330
- printWarning('Invalid argument supplied to oneOf, expected an array.');
331
- }
332
- }
333
- return emptyFunctionThatReturnsNull;
334
- }
335
-
336
- function validate(props, propName, componentName, location, propFullName) {
337
- var propValue = props[propName];
338
- for (var i = 0; i < expectedValues.length; i++) {
339
- if (is(propValue, expectedValues[i])) {
340
- return null;
341
- }
342
- }
343
-
344
- var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {
345
- var type = getPreciseType(value);
346
- if (type === 'symbol') {
347
- return String(value);
348
- }
349
- return value;
350
- });
351
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));
352
- }
353
- return createChainableTypeChecker(validate);
354
- }
355
-
356
- function createObjectOfTypeChecker(typeChecker) {
357
- function validate(props, propName, componentName, location, propFullName) {
358
- if (typeof typeChecker !== 'function') {
359
- return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');
360
- }
361
- var propValue = props[propName];
362
- var propType = getPropType(propValue);
363
- if (propType !== 'object') {
364
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));
365
- }
366
- for (var key in propValue) {
367
- if (has(propValue, key)) {
368
- var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
369
- if (error instanceof Error) {
370
- return error;
371
- }
372
- }
373
- }
374
- return null;
375
- }
376
- return createChainableTypeChecker(validate);
377
- }
378
-
379
- function createUnionTypeChecker(arrayOfTypeCheckers) {
380
- if (!Array.isArray(arrayOfTypeCheckers)) {
381
- process.env.NODE_ENV !== 'production' ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : void 0;
382
- return emptyFunctionThatReturnsNull;
383
- }
384
-
385
- for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
386
- var checker = arrayOfTypeCheckers[i];
387
- if (typeof checker !== 'function') {
388
- printWarning(
389
- 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +
390
- 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'
391
- );
392
- return emptyFunctionThatReturnsNull;
393
- }
394
- }
395
-
396
- function validate(props, propName, componentName, location, propFullName) {
397
- var expectedTypes = [];
398
- for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
399
- var checker = arrayOfTypeCheckers[i];
400
- var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);
401
- if (checkerResult == null) {
402
- return null;
403
- }
404
- if (checkerResult.data && has(checkerResult.data, 'expectedType')) {
405
- expectedTypes.push(checkerResult.data.expectedType);
406
- }
407
- }
408
- var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';
409
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));
410
- }
411
- return createChainableTypeChecker(validate);
412
- }
413
-
414
- function createNodeChecker() {
415
- function validate(props, propName, componentName, location, propFullName) {
416
- if (!isNode(props[propName])) {
417
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));
418
- }
419
- return null;
420
- }
421
- return createChainableTypeChecker(validate);
422
- }
423
-
424
- function invalidValidatorError(componentName, location, propFullName, key, type) {
425
- return new PropTypeError(
426
- (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +
427
- 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'
428
- );
429
- }
430
-
431
- function createShapeTypeChecker(shapeTypes) {
432
- function validate(props, propName, componentName, location, propFullName) {
433
- var propValue = props[propName];
434
- var propType = getPropType(propValue);
435
- if (propType !== 'object') {
436
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
437
- }
438
- for (var key in shapeTypes) {
439
- var checker = shapeTypes[key];
440
- if (typeof checker !== 'function') {
441
- return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
442
- }
443
- var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
444
- if (error) {
445
- return error;
446
- }
447
- }
448
- return null;
449
- }
450
- return createChainableTypeChecker(validate);
451
- }
452
-
453
- function createStrictShapeTypeChecker(shapeTypes) {
454
- function validate(props, propName, componentName, location, propFullName) {
455
- var propValue = props[propName];
456
- var propType = getPropType(propValue);
457
- if (propType !== 'object') {
458
- return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
459
- }
460
- // We need to check all keys in case some are required but missing from props.
461
- var allKeys = assign({}, props[propName], shapeTypes);
462
- for (var key in allKeys) {
463
- var checker = shapeTypes[key];
464
- if (has(shapeTypes, key) && typeof checker !== 'function') {
465
- return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
466
- }
467
- if (!checker) {
468
- return new PropTypeError(
469
- 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +
470
- '\nBad object: ' + JSON.stringify(props[propName], null, ' ') +
471
- '\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')
472
- );
473
- }
474
- var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
475
- if (error) {
476
- return error;
477
- }
478
- }
479
- return null;
480
- }
481
-
482
- return createChainableTypeChecker(validate);
483
- }
484
-
485
- function isNode(propValue) {
486
- switch (typeof propValue) {
487
- case 'number':
488
- case 'string':
489
- case 'undefined':
490
- return true;
491
- case 'boolean':
492
- return !propValue;
493
- case 'object':
494
- if (Array.isArray(propValue)) {
495
- return propValue.every(isNode);
496
- }
497
- if (propValue === null || isValidElement(propValue)) {
498
- return true;
499
- }
500
-
501
- var iteratorFn = getIteratorFn(propValue);
502
- if (iteratorFn) {
503
- var iterator = iteratorFn.call(propValue);
504
- var step;
505
- if (iteratorFn !== propValue.entries) {
506
- while (!(step = iterator.next()).done) {
507
- if (!isNode(step.value)) {
508
- return false;
509
- }
510
- }
511
- } else {
512
- // Iterator will provide entry [k,v] tuples rather than values.
513
- while (!(step = iterator.next()).done) {
514
- var entry = step.value;
515
- if (entry) {
516
- if (!isNode(entry[1])) {
517
- return false;
518
- }
519
- }
520
- }
521
- }
522
- } else {
523
- return false;
524
- }
525
-
526
- return true;
527
- default:
528
- return false;
529
- }
530
- }
531
-
532
- function isSymbol(propType, propValue) {
533
- // Native Symbol.
534
- if (propType === 'symbol') {
535
- return true;
536
- }
537
-
538
- // falsy value can't be a Symbol
539
- if (!propValue) {
540
- return false;
541
- }
542
-
543
- // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'
544
- if (propValue['@@toStringTag'] === 'Symbol') {
545
- return true;
546
- }
547
-
548
- // Fallback for non-spec compliant Symbols which are polyfilled.
549
- if (typeof Symbol === 'function' && propValue instanceof Symbol) {
550
- return true;
551
- }
552
-
553
- return false;
554
- }
555
-
556
- // Equivalent of `typeof` but with special handling for array and regexp.
557
- function getPropType(propValue) {
558
- var propType = typeof propValue;
559
- if (Array.isArray(propValue)) {
560
- return 'array';
561
- }
562
- if (propValue instanceof RegExp) {
563
- // Old webkits (at least until Android 4.0) return 'function' rather than
564
- // 'object' for typeof a RegExp. We'll normalize this here so that /bla/
565
- // passes PropTypes.object.
566
- return 'object';
567
- }
568
- if (isSymbol(propType, propValue)) {
569
- return 'symbol';
570
- }
571
- return propType;
572
- }
573
-
574
- // This handles more types than `getPropType`. Only used for error messages.
575
- // See `createPrimitiveTypeChecker`.
576
- function getPreciseType(propValue) {
577
- if (typeof propValue === 'undefined' || propValue === null) {
578
- return '' + propValue;
579
- }
580
- var propType = getPropType(propValue);
581
- if (propType === 'object') {
582
- if (propValue instanceof Date) {
583
- return 'date';
584
- } else if (propValue instanceof RegExp) {
585
- return 'regexp';
586
- }
587
- }
588
- return propType;
589
- }
590
-
591
- // Returns a string that is postfixed to a warning about an invalid type.
592
- // For example, "undefined" or "of type array"
593
- function getPostfixForTypeWarning(value) {
594
- var type = getPreciseType(value);
595
- switch (type) {
596
- case 'array':
597
- case 'object':
598
- return 'an ' + type;
599
- case 'boolean':
600
- case 'date':
601
- case 'regexp':
602
- return 'a ' + type;
603
- default:
604
- return type;
605
- }
606
- }
607
-
608
- // Returns class name of the object, if any.
609
- function getClassName(propValue) {
610
- if (!propValue.constructor || !propValue.constructor.name) {
611
- return ANONYMOUS;
612
- }
613
- return propValue.constructor.name;
614
- }
615
-
616
- ReactPropTypes.checkPropTypes = checkPropTypes;
617
- ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;
618
- ReactPropTypes.PropTypes = ReactPropTypes;
619
-
620
- return ReactPropTypes;
621
- };
622
- return factoryWithTypeCheckers;
623
- }
624
-
625
- export { requireFactoryWithTypeCheckers as __require };