@fonixtree/magic-design 0.0.7 → 0.0.10

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 (262) hide show
  1. package/_virtual/__node-resolve_empty.js +6 -0
  2. package/_virtual/_cloneBuffer.js +3 -0
  3. package/_virtual/_commonjsHelpers.js +24 -0
  4. package/_virtual/_node-resolve_empty.js +3 -0
  5. package/_virtual/_nodeUtil.js +3 -0
  6. package/_virtual/_rollupPluginBabelHelpers.js +18 -0
  7. package/_virtual/index.js +3 -0
  8. package/_virtual/index2.js +3 -0
  9. package/_virtual/index3.js +3 -0
  10. package/_virtual/index4.js +3 -0
  11. package/_virtual/index5.js +5 -0
  12. package/_virtual/interopRequireDefault.js +3 -0
  13. package/_virtual/isBuffer.js +3 -0
  14. package/_virtual/react-is.development.js +3 -0
  15. package/_virtual/react-is.production.min.js +3 -0
  16. package/_virtual/rng-browser.js +3 -0
  17. package/_virtual/toArray.js +3 -0
  18. package/package.json +22 -3
  19. package/src/components/assets/images/layout-icon/carouselLayout1.png.js +3 -0
  20. package/src/components/assets/images/layout-icon/carouselLayout2.png.js +3 -0
  21. package/src/components/assets/images/layout-icon/dividerLayout.svg.js +3 -0
  22. package/src/components/assets/images/layout-icon/imageGalleryLayout1.png.js +3 -0
  23. package/src/components/assets/images/layout-icon/imageGalleryLayout2.png.js +3 -0
  24. package/src/components/assets/images/layout-icon/imageGalleryLayout3.png.js +3 -0
  25. package/src/components/assets/images/layout-icon/layout-imagetext-m1-1.png.js +3 -0
  26. package/src/components/assets/images/layout-icon/layout-imagetext-m1-2.png.js +3 -0
  27. package/src/components/assets/images/layout-icon/layout-imagetext-m1-3.png.js +3 -0
  28. package/src/components/assets/images/layout-icon/layout-imagetext-m2.png.js +3 -0
  29. package/src/components/assets/images/layout-icon/layout-imagetext-m3.png.js +3 -0
  30. package/src/components/assets/images/layout-icon/layout-imagetext-p1.png.js +3 -0
  31. package/src/components/assets/images/layout-icon/layout-imagetext-p2.png.js +3 -0
  32. package/src/components/assets/images/layout-icon/layout-imagetext-p4.png.js +3 -0
  33. package/src/components/assets/images/layout-icon/layout-search.png.js +3 -0
  34. package/src/components/assets/images/layout-icon/newsletter.svg.js +3 -0
  35. package/src/components/assets/less/cylon-antd.less.js +3 -0
  36. package/src/components/assets/less/index.less.js +4 -0
  37. package/src/components/common/AlignSelector/index.js +65 -0
  38. package/src/components/common/AlignSelector/index.less.js +4 -0
  39. package/src/components/common/Button/index.js +75 -0
  40. package/src/components/common/Button/index.less.js +4 -0
  41. package/src/components/common/ButtonIconLayout/index.js +66 -0
  42. package/src/components/common/ButtonIconLayout/index.less.js +4 -0
  43. package/src/components/common/Collapse/index.js +323 -0
  44. package/src/components/common/Collapse/index.less.js +4 -0
  45. package/src/components/common/ColorPicker/index.js +94 -0
  46. package/src/components/common/ColorPicker/index.less.js +4 -0
  47. package/src/components/common/ColorPickerInput/index.js +76 -0
  48. package/src/components/common/ColorPickerInput/index.less.js +4 -0
  49. package/src/components/common/CountDown/index.js +110 -0
  50. package/src/components/common/CountDown/index.less.js +4 -0
  51. package/src/components/common/Field/index.js +43 -0
  52. package/src/components/common/Field/index.less.js +4 -0
  53. package/src/components/common/FontStyles/index.js +124 -0
  54. package/src/components/common/FontStyles/index.less.js +4 -0
  55. package/src/components/common/GroupList/defaultImg.png.js +3 -0
  56. package/src/components/common/GroupList/index.js +170 -0
  57. package/src/components/common/GroupList/index.less.js +4 -0
  58. package/src/components/common/IconPicker/index.js +93 -0
  59. package/src/components/common/IconPicker/index.less.js +4 -0
  60. package/src/components/common/Iconfont/index.js +74 -0
  61. package/src/components/common/Iconfont/index.less.js +4 -0
  62. package/src/components/common/ImageModal/CommonModal/const.js +16 -0
  63. package/src/components/common/ImageModal/CommonModal/index.js +33 -0
  64. package/src/components/common/ImageModal/CommonSelPicCard/index.js +66 -0
  65. package/src/components/common/ImageModal/CommonSelPicCard/index.less.js +4 -0
  66. package/src/components/common/ImageModal/const.js +18 -0
  67. package/src/components/common/ImageModal/index.js +547 -0
  68. package/src/components/common/ImageModal/index.less.js +4 -0
  69. package/src/components/common/ImagePicker/index.js +124 -0
  70. package/src/components/common/ImagePicker/index.less.js +4 -0
  71. package/src/components/common/InputNumber/index.js +54 -0
  72. package/src/components/common/InputNumber/index.less.js +4 -0
  73. package/src/components/common/LayoutSelector/imgs/center.png.js +3 -0
  74. package/src/components/common/LayoutSelector/imgs/left.png.js +3 -0
  75. package/src/components/common/LayoutSelector/imgs/right.png.js +3 -0
  76. package/src/components/common/LayoutSelector/index.js +70 -0
  77. package/src/components/common/LayoutSelector/index.less.js +4 -0
  78. package/src/components/common/LinkModal/CatgTable/index.js +78 -0
  79. package/src/components/common/LinkModal/CouponTable/index.js +111 -0
  80. package/src/components/common/LinkModal/CustomTable/index.js +72 -0
  81. package/src/components/common/LinkModal/FilteredProductModal/index.js +463 -0
  82. package/src/components/common/LinkModal/FilteredProductModal/index.less.js +4 -0
  83. package/src/components/common/LinkModal/FunctionTable/index.js +66 -0
  84. package/src/components/common/LinkModal/ProductDetailPage/index.js +241 -0
  85. package/src/components/common/LinkModal/ProductDetailPage/index.less.js +4 -0
  86. package/src/components/common/LinkModal/index.js +112 -0
  87. package/src/components/common/LinkModal/index.less.js +4 -0
  88. package/src/components/common/NewImg/index.js +91 -0
  89. package/src/components/common/ProductModal/index.js +556 -0
  90. package/src/components/common/ProductModal/index.less.js +4 -0
  91. package/src/components/common/ProductSource/index.js +91 -0
  92. package/src/components/common/ProductSource/index.less.js +4 -0
  93. package/src/components/common/RcCollapse/Collapse.js +176 -0
  94. package/src/components/common/RcCollapse/Panel.js +146 -0
  95. package/src/components/common/RcCollapse/PanelContent.js +41 -0
  96. package/src/components/common/RcCollapse/index.js +6 -0
  97. package/src/components/common/RcCollapse/index.less.js +4 -0
  98. package/src/components/common/RcCollapse/motionUtil.js +37 -0
  99. package/src/components/common/Slider/index.js +95 -0
  100. package/src/components/common/Slider/index.less.js +4 -0
  101. package/src/components/common/SwitchCollapse/index.js +162 -0
  102. package/src/components/common/SwitchCollapse/index.less.js +4 -0
  103. package/src/components/common/UrlPicker/index.js +81 -0
  104. package/src/components/common/UrlPicker/index.less.js +4 -0
  105. package/src/components/composite-comp/bol/components/Banner/defaultJSON.js +258 -0
  106. package/src/components/composite-comp/bol/components/Banner/imgs/banner.png.js +3 -0
  107. package/src/components/composite-comp/bol/components/Banner/index.js +34 -0
  108. package/src/components/composite-comp/bol/components/Banner/mobile/index.js +176 -0
  109. package/src/components/composite-comp/bol/components/Banner/mobile/index.less.js +4 -0
  110. package/src/components/composite-comp/bol/components/Banner/pc/index.js +254 -0
  111. package/src/components/composite-comp/bol/components/Banner/pc/index.less.js +4 -0
  112. package/src/components/composite-comp/bol/components/Button/defaultJSON.js +93 -0
  113. package/src/components/composite-comp/bol/components/Button/index.js +48 -0
  114. package/src/components/composite-comp/bol/components/Button/index.less.js +4 -0
  115. package/src/components/composite-comp/bol/components/Carousel/defaultJSON.js +286 -0
  116. package/src/components/composite-comp/bol/components/Carousel/imgs/defaultImg.png.js +3 -0
  117. package/src/components/composite-comp/bol/components/Carousel/index.js +37 -0
  118. package/src/components/composite-comp/bol/components/Carousel/mobile/index.js +217 -0
  119. package/src/components/composite-comp/bol/components/Carousel/mobile/index.less.js +4 -0
  120. package/src/components/composite-comp/bol/components/Carousel/pc/index.js +208 -0
  121. package/src/components/composite-comp/bol/components/Carousel/pc/index.less.js +4 -0
  122. package/src/components/composite-comp/bol/components/Divider/defaultJSON.js +40 -0
  123. package/src/components/composite-comp/bol/components/Divider/index.js +48 -0
  124. package/src/components/composite-comp/bol/components/ImageGallery/defaultJSON.js +64 -0
  125. package/src/components/composite-comp/bol/components/ImageGallery/index.js +30 -0
  126. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.js +47 -0
  127. package/src/components/composite-comp/bol/components/ImageGallery/mobile/index.less.js +4 -0
  128. package/src/components/composite-comp/bol/components/ImageText/defaultJSON.js +535 -0
  129. package/src/components/composite-comp/bol/components/ImageText/index.js +33 -0
  130. package/src/components/composite-comp/bol/components/ImageText/mobile/index.js +143 -0
  131. package/src/components/composite-comp/bol/components/ImageText/mobile/index.less.js +4 -0
  132. package/src/components/composite-comp/bol/components/ImageText/pc/index.js +112 -0
  133. package/src/components/composite-comp/bol/components/ImageText/pc/index.less.js +4 -0
  134. package/src/components/composite-comp/bol/components/Newsletter/defaultJSON.js +114 -0
  135. package/src/components/composite-comp/bol/components/Newsletter/index.js +65 -0
  136. package/src/components/composite-comp/bol/components/Newsletter/index.less.js +4 -0
  137. package/src/components/composite-comp/bol/components/Tag/defaultJSON.js +91 -0
  138. package/src/components/composite-comp/bol/components/Tag/index.js +52 -0
  139. package/src/components/composite-comp/bol/components/Tag/index.less.js +4 -0
  140. package/src/components/composite-comp/bol/components/Text/defaultJSON.js +125 -0
  141. package/src/components/composite-comp/bol/components/Text/index.js +68 -0
  142. package/src/components/composite-comp/bol/components/Text/index.less.js +4 -0
  143. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +73 -0
  144. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.less.js +4 -0
  145. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.js +200 -0
  146. package/src/components/composite-comp/bol/config-panels/BannerConfig/BannerConfigSetting/index.less.js +4 -0
  147. package/src/components/composite-comp/bol/config-panels/BannerConfig/index.js +35 -0
  148. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent/index.js +79 -0
  149. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout1.png.js +3 -0
  150. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/imgs/layout2.png.js +3 -0
  151. package/src/components/composite-comp/bol/config-panels/ButtonCompConfig/index.js +53 -0
  152. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +91 -0
  153. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.js +175 -0
  154. package/src/components/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigSetting/index.less.js +4 -0
  155. package/src/components/composite-comp/bol/config-panels/CarouselConfig/imgs/defaultImg.png.js +3 -0
  156. package/src/components/composite-comp/bol/config-panels/CarouselConfig/index.js +54 -0
  157. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerContentSetting/index.js +153 -0
  158. package/src/components/composite-comp/bol/config-panels/DividerConfig/DividerSpacingSetting/index.js +66 -0
  159. package/src/components/composite-comp/bol/config-panels/DividerConfig/index.js +44 -0
  160. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/ImageGalleryConfigImageGroup/index.js +91 -0
  161. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/imgs/defaultImg.png.js +3 -0
  162. package/src/components/composite-comp/bol/config-panels/ImageGalleryConfig/index.js +44 -0
  163. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +74 -0
  164. package/src/components/composite-comp/bol/config-panels/ImageTextConfig/index.js +170 -0
  165. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/InputField/index.js +143 -0
  166. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/NewsletterContentSetting/index.js +89 -0
  167. package/src/components/composite-comp/bol/config-panels/NewsletterConfig/index.js +44 -0
  168. package/src/components/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +88 -0
  169. package/src/components/composite-comp/bol/config-panels/TagCompConfig/imgs/layout1.png.js +3 -0
  170. package/src/components/composite-comp/bol/config-panels/TagCompConfig/index.js +48 -0
  171. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigContent/index.js +79 -0
  172. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +85 -0
  173. package/src/components/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.less.js +4 -0
  174. package/src/components/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png.js +3 -0
  175. package/src/components/composite-comp/bol/config-panels/TextCompConfig/index.js +55 -0
  176. package/src/components/composite-comp/bol/second-config-panels/BannerSecondConfig/index.js +109 -0
  177. package/src/components/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +107 -0
  178. package/src/components/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +116 -0
  179. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/TextContentConfigContent/index.js +79 -0
  180. package/src/components/composite-comp/bol/second-config-panels/TextSecondConfig/index.js +70 -0
  181. package/src/components/composite-comp/common/components/ImageLabel/index.js +47 -0
  182. package/src/components/composite-comp/common/components/ImageLabel/index.less.js +4 -0
  183. package/src/components/composite-comp/common/components/ProductItem/index.js +121 -0
  184. package/src/components/composite-comp/common/components/ProductItem/index.less.js +4 -0
  185. package/src/components/composite-comp/common/config-panels/BackgroundConfig/index.js +89 -0
  186. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.js +182 -0
  187. package/src/components/composite-comp/common/config-panels/CustomizeConfig/index.less.js +4 -0
  188. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.js +133 -0
  189. package/src/components/composite-comp/common/config-panels/SpacingConfig/index.less.js +4 -0
  190. package/src/components/composite-comp/dito/components/FlashDeal/defaultJSON.js +176 -0
  191. package/src/components/composite-comp/dito/components/FlashDeal/index.js +31 -0
  192. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg1.png.js +3 -0
  193. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg2.png.js +3 -0
  194. package/src/components/composite-comp/dito/components/FlashDeal/mobile/imgs/defImg3.png.js +3 -0
  195. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.js +233 -0
  196. package/src/components/composite-comp/dito/components/FlashDeal/mobile/index.less.js +4 -0
  197. package/src/components/composite-comp/dito/components/Recommend/defaultJSON.js +210 -0
  198. package/src/components/composite-comp/dito/components/Recommend/index.js +31 -0
  199. package/src/components/composite-comp/dito/components/Recommend/mobile/index.js +317 -0
  200. package/src/components/composite-comp/dito/components/Recommend/mobile/index.less.js +4 -0
  201. package/src/components/composite-comp/dito/components/SearchBar/defaultJSON.js +44 -0
  202. package/src/components/composite-comp/dito/components/SearchBar/imgs/dito-logo.svg.js +3 -0
  203. package/src/components/composite-comp/dito/components/SearchBar/index.js +31 -0
  204. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.js +89 -0
  205. package/src/components/composite-comp/dito/components/SearchBar/mobile/index.less.js +4 -0
  206. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +121 -0
  207. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigTitle/index.js +102 -0
  208. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/imgs/layout1.png.js +3 -0
  209. package/src/components/composite-comp/dito/config-panels/FlashDealConfig/index.js +49 -0
  210. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigContent/index.js +97 -0
  211. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.js +89 -0
  212. package/src/components/composite-comp/dito/config-panels/RecommendConfig/RecommendConfigGroup/index.less.js +4 -0
  213. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/defaultImg.png.js +3 -0
  214. package/src/components/composite-comp/dito/config-panels/RecommendConfig/imgs/layout1.png.js +3 -0
  215. package/src/components/composite-comp/dito/config-panels/RecommendConfig/index.js +49 -0
  216. package/src/components/composite-comp/dito/config-panels/SearchBarConfig/index.js +115 -0
  217. package/src/components/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +156 -0
  218. package/src/components/constants/component-types.js +48 -0
  219. package/src/components/constants/index.js +74 -0
  220. package/src/components/constants/layout.js +90 -0
  221. package/src/components/core/Designer/CompListPanel/CompCard/index.js +33 -0
  222. package/src/components/core/Designer/CompListPanel/CompCard/index.less.js +4 -0
  223. package/src/components/core/Designer/CompListPanel/index.js +109 -0
  224. package/src/components/core/Designer/CompListPanel/index.less.js +4 -0
  225. package/src/components/core/Designer/ConfigPanel/index.js +246 -0
  226. package/src/components/core/Designer/ConfigPanel/index.less.js +4 -0
  227. package/src/components/core/Designer/History/index.js +82 -0
  228. package/src/components/core/Designer/PageCompList/index.js +248 -0
  229. package/src/components/core/Designer/PageCompList/index.less.js +4 -0
  230. package/src/components/core/Designer/QuickMenuBar/index.js +130 -0
  231. package/src/components/core/Designer/QuickMenuBar/index.less.js +4 -0
  232. package/src/components/core/Designer/ViewArea/index.js +86 -0
  233. package/src/components/core/Designer/ViewArea/index.less.js +4 -0
  234. package/src/components/core/Designer/index.js +364 -0
  235. package/src/components/core/Designer/index.less.js +4 -0
  236. package/src/components/core/Renderer/index.js +55 -0
  237. package/src/components/decorator/compositeDecorator.js +94 -0
  238. package/src/components/decorator/metaDecorator.js +150 -0
  239. package/src/components/index.js +4 -0
  240. package/src/components/meta-comp/components/Button/index.js +113 -0
  241. package/src/components/meta-comp/components/Button/index.less.js +4 -0
  242. package/src/components/meta-comp/components/Image/index.js +121 -0
  243. package/src/components/meta-comp/components/Image/index.less.js +4 -0
  244. package/src/components/meta-comp/components/Text/index.js +385 -0
  245. package/src/components/meta-comp/components/Text/index.less.js +4 -0
  246. package/src/components/meta-comp/config-panels/BaseConfig.js +47 -0
  247. package/src/components/meta-comp/config-panels/ButtonConfig/index.js +308 -0
  248. package/src/components/meta-comp/config-panels/ButtonConfig/index.less.js +4 -0
  249. package/src/components/meta-comp/config-panels/ImageConfig/index.js +179 -0
  250. package/src/components/meta-comp/config-panels/ImageConfig/index.less.js +4 -0
  251. package/src/components/meta-comp/config-panels/TextConfig/index.js +310 -0
  252. package/src/components/meta-comp/config-panels/TextConfig/index.less.js +4 -0
  253. package/src/components/mobx/Store.js +88 -0
  254. package/src/components/mobx/index.js +12 -0
  255. package/src/components/utils/androidUtil.js +22 -0
  256. package/src/components/utils/businessUtil.js +214 -0
  257. package/src/components/utils/commonUtil.js +223 -0
  258. package/src/components/utils/coreUtil.js +108 -0
  259. package/src/components/utils/currencyUtil.js +110 -0
  260. package/src/components/utils/dataTreeUtils.js +93 -0
  261. package/src/components/utils/dateUtil.js +30 -0
  262. package/src/components/utils/storeUtil.js +113 -0
@@ -0,0 +1,115 @@
1
+ import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import { searchLayout } from '../../../../constants/layout.js';
4
+ import ImageConfig from '../../../../meta-comp/config-panels/ImageConfig/index.js';
5
+ import '../../../../common/LayoutSelector/index.js';
6
+ import Field from '../../../../common/Field/index.js';
7
+ import '../../../../common/UrlPicker/index.js';
8
+ import '../../../../common/Iconfont/index.js';
9
+ import '../../../../common/Button/index.js';
10
+ import '../../../../common/AlignSelector/index.js';
11
+ import CommonCollapse from '../../../../common/Collapse/index.js';
12
+ import ColorPickerInput from '../../../../common/ColorPickerInput/index.js';
13
+ import '../../../../common/ImagePicker/index.js';
14
+ import '../../../../common/IconPicker/index.js';
15
+ import '../../../../common/SwitchCollapse/index.js';
16
+ import '../../../../common/Slider/index.js';
17
+ import '../../../../common/FontStyles/index.js';
18
+ import '../../../../common/ButtonIconLayout/index.js';
19
+ import 'axios';
20
+ import '../../../../../../node_modules/qs/lib/stringify.js';
21
+ import '../../../../../../node_modules/qs/lib/utils.js';
22
+ import '../../../../common/ProductModal/index.js';
23
+ import '../../../../common/ProductSource/index.less.js';
24
+ import BackgroundConfig from '../../../common/config-panels/BackgroundConfig/index.js';
25
+ import CustomizeConfig from '../../../common/config-panels/CustomizeConfig/index.js';
26
+ import { renderPreview } from '../../../../utils/coreUtil.js';
27
+
28
+ var SearchBarConfig =
29
+ /** @class */
30
+ function (_super) {
31
+ __extends(SearchBarConfig, _super);
32
+
33
+ function SearchBarConfig() {
34
+ var _this = _super !== null && _super.apply(this, arguments) || this;
35
+
36
+ _this.selfRender = function () {
37
+ renderPreview();
38
+
39
+ _this.setState({});
40
+ };
41
+
42
+ _this.getContentPanel = function () {
43
+ var data = _this.props.data;
44
+ var source = [{
45
+ key: 'search1',
46
+ name: 'Logo',
47
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
48
+ data: data.logo
49
+ }),
50
+ metaOption: data.logo,
51
+ toggleType: 'switch'
52
+ }, {
53
+ key: 'search2',
54
+ name: 'Icon',
55
+ value: /*#__PURE__*/React__default.createElement(Field, {
56
+ title: "Color"
57
+ }, /*#__PURE__*/React__default.createElement(ColorPickerInput, {
58
+ onChange: function (v) {
59
+ data.icon.color = v;
60
+
61
+ _this.selfRender();
62
+ },
63
+ value: data.icon.color
64
+ })),
65
+ metaOption: data.icon,
66
+ toggleType: 'switch'
67
+ }];
68
+ return /*#__PURE__*/React__default.createElement(CommonCollapse, {
69
+ headerSize: "middle",
70
+ onRefresh: function () {
71
+ return renderPreview();
72
+ },
73
+ showActiveColor: true,
74
+ source: source,
75
+ type: "switch"
76
+ });
77
+ };
78
+
79
+ return _this;
80
+ }
81
+
82
+ SearchBarConfig.prototype.render = function () {
83
+ var data = this.props.data;
84
+ return /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(CommonCollapse, {
85
+ divider: "bold",
86
+ headerSize: "large",
87
+ source: [{
88
+ key: 'searchBar1',
89
+ name: 'Content',
90
+ value: this.getContentPanel()
91
+ }, {
92
+ key: 'searchBar2',
93
+ name: 'Customize',
94
+ value: /*#__PURE__*/React__default.createElement(CustomizeConfig, {
95
+ data: data.customize,
96
+ isHideAlign: true,
97
+ layoutSource: searchLayout
98
+ })
99
+ }, {
100
+ key: 'searchBar3',
101
+ name: 'Background',
102
+ value: /*#__PURE__*/React__default.createElement(BackgroundConfig, {
103
+ data: data.background
104
+ })
105
+ }]
106
+ }));
107
+ };
108
+
109
+ SearchBarConfig.defaultProps = {
110
+ data: {}
111
+ };
112
+ return SearchBarConfig;
113
+ }(React__default.Component);
114
+
115
+ export { SearchBarConfig as default };
@@ -0,0 +1,156 @@
1
+ import { __extends } from '../../../../../../node_modules/tslib/tslib.es6.js';
2
+ import React__default from 'react';
3
+ import { Select } from 'antd';
4
+ import '../../../../common/LayoutSelector/index.js';
5
+ import Field from '../../../../common/Field/index.js';
6
+ import '../../../../common/UrlPicker/index.js';
7
+ import '../../../../common/Iconfont/index.js';
8
+ import '../../../../common/Button/index.js';
9
+ import '../../../../common/AlignSelector/index.js';
10
+ import CommonCollapse from '../../../../common/Collapse/index.js';
11
+ import '../../../../common/ColorPickerInput/index.js';
12
+ import '../../../../common/ImagePicker/index.js';
13
+ import '../../../../common/IconPicker/index.js';
14
+ import '../../../../common/SwitchCollapse/index.js';
15
+ import '../../../../common/Slider/index.js';
16
+ import '../../../../common/FontStyles/index.js';
17
+ import '../../../../common/ButtonIconLayout/index.js';
18
+ import ProductSource from '../../../../common/ProductSource/index.js';
19
+ import ImageConfig from '../../../../meta-comp/config-panels/ImageConfig/index.js';
20
+ import TextConfig from '../../../../meta-comp/config-panels/TextConfig/index.js';
21
+ import BaseConfig from '../../../../meta-comp/config-panels/BaseConfig.js';
22
+ import { renderPreview } from '../../../../utils/coreUtil.js';
23
+
24
+ require('debug')('worker:RecommendSecondConfig');
25
+
26
+ var RecommendSecondConfig =
27
+ /** @class */
28
+ function (_super) {
29
+ __extends(RecommendSecondConfig, _super);
30
+
31
+ function RecommendSecondConfig() {
32
+ var _this = _super !== null && _super.apply(this, arguments) || this;
33
+
34
+ _this.state = {};
35
+
36
+ _this.onSourceTypeChange = function (value) {
37
+ _this.props.panelProps.sourceType = value;
38
+
39
+ _this.selfRender();
40
+ };
41
+
42
+ _this.getContentPanel = function () {
43
+ var panelProps = _this.props.panelProps;
44
+
45
+ if (!panelProps.hover) {
46
+ panelProps.hover = {
47
+ open: false,
48
+ image: JSON.parse(JSON.stringify(panelProps.image)),
49
+ groupName: JSON.parse(JSON.stringify(panelProps.groupName))
50
+ };
51
+ }
52
+
53
+ var defaultSource = [{
54
+ key: 'defaultSource_1',
55
+ name: 'Image',
56
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
57
+ data: panelProps.image
58
+ }),
59
+ metaOption: panelProps.image
60
+ }, {
61
+ key: 'defaultSource_2',
62
+ name: 'Group Name',
63
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
64
+ data: panelProps.groupName
65
+ }),
66
+ metaOption: panelProps.groupName
67
+ }];
68
+ var hoverSetting = /*#__PURE__*/React__default.createElement(CommonCollapse, {
69
+ source: [{
70
+ key: 'hoverSetting_1',
71
+ name: 'Image',
72
+ value: /*#__PURE__*/React__default.createElement(ImageConfig, {
73
+ data: panelProps.hover.image
74
+ }),
75
+ toggleType: 'checkbox',
76
+ metaOption: panelProps.hover.image
77
+ }, {
78
+ key: 'hoverSetting_2',
79
+ name: 'Group Name',
80
+ value: /*#__PURE__*/React__default.createElement(TextConfig, {
81
+ data: panelProps.hover.groupName
82
+ }),
83
+ toggleType: 'checkbox',
84
+ metaOption: panelProps.hover.groupName
85
+ }],
86
+ type: "checkbox"
87
+ });
88
+ var hoverSource = [{
89
+ key: 'hoverSource_1',
90
+ name: 'Hover',
91
+ value: hoverSetting,
92
+ metaOption: panelProps.hover
93
+ }];
94
+ return /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(CommonCollapse, {
95
+ headerSize: "middle",
96
+ onRefresh: function () {
97
+ return renderPreview();
98
+ },
99
+ showActiveColor: true,
100
+ source: defaultSource,
101
+ type: "switch"
102
+ }), /*#__PURE__*/React__default.createElement(Field, {
103
+ split: "bold",
104
+ title: "Source Of Product"
105
+ }, /*#__PURE__*/React__default.createElement(Select, {
106
+ onChange: _this.onSourceTypeChange,
107
+ style: {
108
+ marginBottom: '20px'
109
+ },
110
+ value: panelProps.sourceType
111
+ }, /*#__PURE__*/React__default.createElement(Select.Option, {
112
+ value: "select"
113
+ }, "Select Product"), /*#__PURE__*/React__default.createElement(Select.Option, {
114
+ value: "recommend"
115
+ }, "AI Recommendation")), panelProps.sourceType === 'select' && /*#__PURE__*/React__default.createElement(ProductSource, {
116
+ onChange: function (v) {
117
+ panelProps.prodIds = v;
118
+
119
+ _this.selfRender();
120
+ },
121
+ value: panelProps.prodIds
122
+ })), /*#__PURE__*/React__default.createElement(CommonCollapse, {
123
+ headerSize: "middle",
124
+ onRefresh: function () {
125
+ return renderPreview();
126
+ },
127
+ showActiveColor: true,
128
+ source: hoverSource,
129
+ type: "switch"
130
+ }));
131
+ };
132
+
133
+ return _this;
134
+ }
135
+
136
+ RecommendSecondConfig.prototype.render = function () {
137
+ return /*#__PURE__*/React__default.createElement("div", {
138
+ className: "recommend_second_conf_wrap"
139
+ }, /*#__PURE__*/React__default.createElement(CommonCollapse, {
140
+ divider: "bold",
141
+ headerSize: "large",
142
+ source: [{
143
+ key: '1',
144
+ name: 'Content',
145
+ value: this.getContentPanel()
146
+ }]
147
+ }));
148
+ };
149
+
150
+ RecommendSecondConfig.defaultProps = {
151
+ panelProps: {}
152
+ };
153
+ return RecommendSecondConfig;
154
+ }(BaseConfig);
155
+
156
+ export { RecommendSecondConfig as default };
@@ -0,0 +1,48 @@
1
+ import Banner from '../composite-comp/bol/components/Banner/index.js';
2
+ import Text from '../composite-comp/bol/components/Text/index.js';
3
+ import ImageText from '../composite-comp/bol/components/ImageText/index.js';
4
+ import Banner$1 from '../composite-comp/bol/components/Divider/index.js';
5
+ import ImageGallery from '../composite-comp/bol/components/ImageGallery/index.js';
6
+ import Newsletter from '../composite-comp/bol/components/Newsletter/index.js';
7
+ import Carousel from '../composite-comp/bol/components/Carousel/index.js';
8
+ import Button from '../composite-comp/bol/components/Button/index.js';
9
+ import Tag from '../composite-comp/bol/components/Tag/index.js';
10
+ import FlashDeal from '../composite-comp/dito/components/FlashDeal/index.js';
11
+ import SearchBar from '../composite-comp/dito/components/SearchBar/index.js';
12
+ import Recommend from '../composite-comp/dito/components/Recommend/index.js';
13
+ import BannerConfig from '../composite-comp/bol/config-panels/BannerConfig/index.js';
14
+ import DividerConfig from '../composite-comp/bol/config-panels/DividerConfig/index.js';
15
+ import TextConfig from '../composite-comp/bol/config-panels/TextCompConfig/index.js';
16
+ import ImageTextConfig from '../composite-comp/bol/config-panels/ImageTextConfig/index.js';
17
+ import NewsletterConfig from '../composite-comp/bol/config-panels/NewsletterConfig/index.js';
18
+ import CarouselConfig from '../composite-comp/bol/config-panels/CarouselConfig/index.js';
19
+ import ImageGalleryConfig from '../composite-comp/bol/config-panels/ImageGalleryConfig/index.js';
20
+ import ButtonConfig from '../composite-comp/bol/config-panels/ButtonCompConfig/index.js';
21
+ import TagCompConfig from '../composite-comp/bol/config-panels/TagCompConfig/index.js';
22
+ import FlashDealConfig from '../composite-comp/dito/config-panels/FlashDealConfig/index.js';
23
+ import SearchBarConfig from '../composite-comp/dito/config-panels/SearchBarConfig/index.js';
24
+ import FlashDealConfig$1 from '../composite-comp/dito/config-panels/RecommendConfig/index.js';
25
+ import BannerSecondConfig from '../composite-comp/bol/second-config-panels/BannerSecondConfig/index.js';
26
+ import TextSecondConfig from '../composite-comp/bol/second-config-panels/TextSecondConfig/index.js';
27
+ import ImageTextSecondConfig from '../composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js';
28
+ import CarouselSecondConfig from '../composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js';
29
+ import RecommendSecondConfig from '../composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js';
30
+
31
+ var _a, _b, _c; // 组件
32
+ /**
33
+ * 渲染组件索引
34
+ */
35
+
36
+ var componentMap = (_a = {}, _a[Banner.type] = Banner, _a[Text.type] = Text, _a[FlashDeal.type] = FlashDeal, _a[SearchBar.type] = SearchBar, _a[ImageText.type] = ImageText, _a[Recommend.type] = Recommend, _a[Banner$1.type] = Banner$1, _a[ImageGallery.type] = ImageGallery, _a[Newsletter.type] = Newsletter, _a[Carousel.type] = Carousel, _a[Button.type] = Button, _a[Tag.type] = Tag, _a);
37
+ /**
38
+ * 一级配置面板索引
39
+ */
40
+
41
+ var configPanelMap = (_b = {}, _b[Banner.type] = BannerConfig, _b[Text.type] = TextConfig, _b[FlashDeal.type] = FlashDealConfig, _b[SearchBar.type] = SearchBarConfig, _b[ImageText.type] = ImageTextConfig, _b[Recommend.type] = FlashDealConfig$1, _b[Banner$1.type] = DividerConfig, _b[ImageGallery.type] = ImageGalleryConfig, _b[Newsletter.type] = NewsletterConfig, _b[Carousel.type] = CarouselConfig, _b[Button.type] = ButtonConfig, _b[Tag.type] = TagCompConfig, _b);
42
+ /**
43
+ * 二级配置面板索引
44
+ */
45
+
46
+ var secondConfigPanelMap = (_c = {}, _c[Banner.type] = BannerSecondConfig, _c[Text.type] = TextSecondConfig, _c[ImageText.type] = ImageTextSecondConfig, _c[Recommend.type] = RecommendSecondConfig, _c[Carousel.type] = CarouselSecondConfig, _c);
47
+
48
+ export { componentMap, configPanelMap, secondConfigPanelMap };
@@ -0,0 +1,74 @@
1
+ var urlType = {
2
+ PRODUCT_DETAIL: 'proDetail',
3
+ CATG_PROD_LIST: 'catg',
4
+ GIVEAWAY_MISSION: 'specialMission',
5
+ CUSTOMIZED: 'customized',
6
+ PROD_FILTER: 'filter',
7
+ ANCHOR: 'anchor',
8
+ GET_COUPON: 'coupons'
9
+ };
10
+ var deviceTypeMap = {
11
+ PC: 'pc',
12
+ PHONE: 'mobile'
13
+ };
14
+ var quickMenuCode = {
15
+ UNDO: 'UNDO',
16
+ REDO: 'REDO',
17
+ PREVIEW: 'PREVIEW',
18
+ SAVE: 'SAVE',
19
+ PUBLISH: 'PUBLISH',
20
+ MODE_PC: 'MODE_PC',
21
+ MODE_PHONE: 'MODE_PHONE'
22
+ };
23
+ var compInfoMap = {
24
+ BANNER: {
25
+ name: 'Banner',
26
+ icon: 'icon-carousel'
27
+ },
28
+ BUTTON: {
29
+ name: 'Button',
30
+ icon: 'icon-button'
31
+ },
32
+ TAG: {
33
+ name: 'Tag',
34
+ icon: 'icon-tags'
35
+ },
36
+ NEWSLETTER: {
37
+ name: 'Newsletter',
38
+ icon: 'icon-newsletter'
39
+ },
40
+ TEXT: {
41
+ name: 'Text',
42
+ icon: 'icon-text'
43
+ },
44
+ FLASH_DEAL: {
45
+ name: 'Flash Deal',
46
+ icon: 'icon-flash-deal'
47
+ },
48
+ SEARCH: {
49
+ name: 'Search',
50
+ icon: 'icon-search'
51
+ },
52
+ IMAGE_TEXT: {
53
+ name: 'Image and Text',
54
+ icon: 'icon-filled-image'
55
+ },
56
+ RECOMMEND: {
57
+ name: 'Recommend',
58
+ icon: 'icon-forms'
59
+ },
60
+ DIVIDER: {
61
+ name: 'Divider',
62
+ icon: 'icon-divider-1'
63
+ },
64
+ IMAGE_GALLERY: {
65
+ name: 'ImageGallery',
66
+ icon: 'icon-image-gallery'
67
+ },
68
+ CAROUSEL: {
69
+ name: 'Carousel',
70
+ icon: 'icon-carousel'
71
+ }
72
+ };
73
+
74
+ export { compInfoMap, deviceTypeMap, quickMenuCode, urlType };
@@ -0,0 +1,90 @@
1
+ import img from '../assets/images/layout-icon/dividerLayout.svg.js';
2
+ import img$1 from '../assets/images/layout-icon/layout-search.png.js';
3
+ import img$2 from '../assets/images/layout-icon/imageGalleryLayout1.png.js';
4
+ import img$3 from '../assets/images/layout-icon/imageGalleryLayout2.png.js';
5
+ import img$4 from '../assets/images/layout-icon/imageGalleryLayout3.png.js';
6
+ import img$a from '../assets/images/layout-icon/layout-imagetext-m1-1.png.js';
7
+ import img$b from '../assets/images/layout-icon/layout-imagetext-m1-2.png.js';
8
+ import img$c from '../assets/images/layout-icon/layout-imagetext-m1-3.png.js';
9
+ import img$d from '../assets/images/layout-icon/layout-imagetext-m2.png.js';
10
+ import img$e from '../assets/images/layout-icon/layout-imagetext-m3.png.js';
11
+ import img$5 from '../assets/images/layout-icon/carouselLayout1.png.js';
12
+ import img$6 from '../assets/images/layout-icon/carouselLayout2.png.js';
13
+ import img$7 from '../assets/images/layout-icon/layout-imagetext-p1.png.js';
14
+ import img$8 from '../assets/images/layout-icon/layout-imagetext-p2.png.js';
15
+ import img$9 from '../assets/images/layout-icon/layout-imagetext-p4.png.js';
16
+ import img$f from '../assets/images/layout-icon/newsletter.svg.js';
17
+
18
+ var dividerLayout = [{
19
+ id: 'layout1',
20
+ name: 'layout1',
21
+ image: img
22
+ }];
23
+ var searchLayout = [{
24
+ id: 'layout1',
25
+ name: 'left',
26
+ image: img$1
27
+ }];
28
+ var imageGalleryLayout = [{
29
+ id: 'layout1',
30
+ name: 'layout1',
31
+ image: img$2
32
+ }, {
33
+ id: 'layout2',
34
+ name: 'layout2',
35
+ image: img$3
36
+ }, {
37
+ id: 'layout3',
38
+ name: 'layout3',
39
+ image: img$4
40
+ }];
41
+ var carouselLayout = [{
42
+ id: 'layout1',
43
+ name: 'layout1',
44
+ image: img$5
45
+ }, {
46
+ id: 'layout2',
47
+ name: 'layout2',
48
+ image: img$6
49
+ }];
50
+ var imageTextLayoutPc = [{
51
+ id: 'layout1',
52
+ name: 'normal',
53
+ image: img$7
54
+ }, {
55
+ id: 'layout2',
56
+ name: 'outside',
57
+ image: img$8
58
+ }, {
59
+ id: 'layout3',
60
+ name: 'center',
61
+ image: img$9
62
+ }];
63
+ var imageTextLayoutMobile = [{
64
+ id: 'layout1',
65
+ name: 'normal1',
66
+ image: img$a
67
+ }, {
68
+ id: 'layout1',
69
+ name: 'normal2',
70
+ image: img$b
71
+ }, {
72
+ id: 'layout1',
73
+ name: 'normal3',
74
+ image: img$c
75
+ }, {
76
+ id: 'layout2',
77
+ name: 'outsideM',
78
+ image: img$d
79
+ }, {
80
+ id: 'layout3',
81
+ name: 'centerM',
82
+ image: img$e
83
+ }];
84
+ var newsletterLayout = [{
85
+ id: 'layout1',
86
+ name: 'layout1',
87
+ image: img$f
88
+ }];
89
+
90
+ export { carouselLayout, dividerLayout, imageGalleryLayout, imageTextLayoutMobile, imageTextLayoutPc, newsletterLayout, searchLayout };
@@ -0,0 +1,33 @@
1
+ import React__default from 'react';
2
+ import Iconfont from '../../../../common/Iconfont/index.js';
3
+ import './index.less.js';
4
+
5
+ function CompCard(_a) {
6
+ var label = _a.label,
7
+ onAdd = _a.onAdd,
8
+ type = _a.type,
9
+ icon = _a.icon;
10
+ return /*#__PURE__*/React__default.createElement("div", {
11
+ className: "compCard"
12
+ }, /*#__PURE__*/React__default.createElement("div", {
13
+ className: "comp-info"
14
+ }, /*#__PURE__*/React__default.createElement("span", null, /*#__PURE__*/React__default.createElement(Iconfont, {
15
+ className: "comp-icon",
16
+ type: icon
17
+ }), /*#__PURE__*/React__default.createElement("span", {
18
+ className: "comp-name"
19
+ }, label)), /*#__PURE__*/React__default.createElement(Iconfont, {
20
+ className: "hover-icon",
21
+ color: "#2F54EB",
22
+ onClick: function () {
23
+ return onAdd({
24
+ type: type,
25
+ label: label,
26
+ icon: icon
27
+ });
28
+ },
29
+ type: "icon-add"
30
+ })));
31
+ }
32
+
33
+ export { CompCard as default };
@@ -0,0 +1,4 @@
1
+ import styleInject from '../../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
+
3
+ var css_248z = ".index_compCard__2SdI2 {\n position: relative;\n padding: 24px;\n background: #F5F6F7;\n border-radius: 8px;\n margin-bottom: 10px;\n}\n.index_compCard__2SdI2:hover {\n background: #E9F0FF;\n}\n.index_compCard__2SdI2:hover .index_comp-info__47BtN .index_hover-icon__RQLYA {\n display: block;\n}\n.index_compCard__2SdI2.index_cardActive__yD-E3 {\n background: #E9F0FF;\n}\n.index_compCard__2SdI2 .index_comp-info__47BtN {\n height: 16px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.index_compCard__2SdI2 .index_comp-info__47BtN .index_comp-name__KOk5M {\n margin-left: 16px;\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n color: #232F46;\n}\n.index_compCard__2SdI2 .index_comp-info__47BtN .index_hover-icon__RQLYA {\n display: none;\n cursor: pointer;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO {\n max-height: 0;\n transition: all 0.4s ease;\n opacity: 0;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO .index_layout_wrap__M6WrZ {\n display: flex;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO .index_layout_wrap__M6WrZ .index_icon_wrap__fnJ3z {\n background: #FFFFFF;\n border: 2px solid #FFFFFF;\n box-sizing: border-box;\n border-radius: 6px;\n height: 57px;\n width: 78px;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO .index_layout_wrap__M6WrZ .index_icon_wrap__fnJ3z:nth-child(3n +2) {\n margin-left: 12px;\n margin-right: 12px;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO .index_layout_wrap__M6WrZ .index_layout_actice__Eidhf {\n border-color: #597EF7;\n}\n.index_compCard__2SdI2 .index_comp-layout-panel__QGzIO .index_btn_wrap__7lJ-e {\n display: flex;\n}\n.index_compCard__2SdI2 .index_panel-visible__0rb3o {\n max-height: 200px;\n opacity: 1;\n}\n";
4
+ styleInject(css_248z);
@@ -0,0 +1,109 @@
1
+ import { extends as _extends } from '../../../../../_virtual/_rollupPluginBabelHelpers.js';
2
+ import { __extends } from '../../../../../node_modules/tslib/tslib.es6.js';
3
+ import classNames from '../../../../../node_modules/classnames/index.js';
4
+ import React__default, { Component } from 'react';
5
+ import CompCard from './CompCard/index.js';
6
+ import Button from '../../../common/Button/index.js';
7
+ import './index.less.js';
8
+
9
+ var CompListPanel =
10
+ /** @class */
11
+ function (_super) {
12
+ __extends(CompListPanel, _super);
13
+
14
+ function CompListPanel() {
15
+ var _this = _super.call(this) || this;
16
+
17
+ _this.open = false;
18
+
19
+ _this.animation = function (type) {
20
+ document.getElementsByClassName('list_panel')[0].setAttribute('style', "animation-name:".concat(type, ";animation-duration: 0.3s;animation-fill-mode:both"));
21
+ };
22
+
23
+ _this.onClose = function () {
24
+ _this.open = false;
25
+
26
+ _this.animation('onListClose');
27
+ };
28
+
29
+ _this.onOpen = function () {
30
+ _this.open = true;
31
+
32
+ _this.animation('onListOpen');
33
+ };
34
+
35
+ _this.onAddClick = function (data) {
36
+ var onAdd = _this.props.onAdd;
37
+
38
+ _this.onClose();
39
+
40
+ onAdd(data);
41
+ };
42
+
43
+ _this.open = false;
44
+ return _this;
45
+ }
46
+
47
+ CompListPanel.prototype.render = function () {
48
+ var _this = this;
49
+
50
+ var compSource = this.props.compSource;
51
+ return /*#__PURE__*/React__default.createElement("div", {
52
+ className: classNames('list_panel')
53
+ }, /*#__PURE__*/React__default.createElement("header", {
54
+ className: "header"
55
+ }, /*#__PURE__*/React__default.createElement(Button, {
56
+ icon: "icon-close",
57
+ onClick: this.onClose,
58
+ type: "icon"
59
+ })), /*#__PURE__*/React__default.createElement("h2", {
60
+ className: "title"
61
+ }, "Add Component"), /*#__PURE__*/React__default.createElement("div", {
62
+ className: "component-list"
63
+ }, Object.keys(compSource).map(function (compCat) {
64
+ return /*#__PURE__*/React__default.createElement("div", {
65
+ key: compCat,
66
+ className: "cat-list"
67
+ }, /*#__PURE__*/React__default.createElement("h5", {
68
+ className: "cat-name"
69
+ }, compCat, "(", "".concat(compSource[compCat].length), ")"), compSource[compCat].map(function (comp) {
70
+ return /*#__PURE__*/React__default.createElement(CompCard, _extends({}, comp, {
71
+ key: comp.moduleId,
72
+ onAdd: _this.onAddClick
73
+ }));
74
+ }));
75
+ })));
76
+ };
77
+
78
+ return CompListPanel;
79
+ }(Component);
80
+ // useEffect(() => {
81
+ // if (visible) {
82
+ // document.getElementsByClassName('component-list')[0].scrollTop = 0;
83
+ // }
84
+ // }, [visible]);
85
+ // return (
86
+ // <div className={classNames('compListPanel', { visible })}>
87
+ // <header className="header">
88
+ // <Button icon="icon-close" onClick={onClose} type="icon" />
89
+ // </header>
90
+ // <h2 className="title">Add Component</h2>
91
+ // <div className="component-list">
92
+ // {
93
+ // Object.keys(compSource).map(compCat => (
94
+ // <div key={compCat} className="cat-list">
95
+ // <h5 className="cat-name">{compCat}({`${compSource[compCat].length}`})</h5>
96
+ // {
97
+ // compSource[compCat].map(comp => (
98
+ // <CompCard {...comp} key={comp.moduleId} onAdd={onAdd} />
99
+ // ))
100
+ // }
101
+ // </div>
102
+ // ))
103
+ // }
104
+ // </div>
105
+ // </div>
106
+ // );
107
+ // }
108
+
109
+ export { CompListPanel as default };
@@ -0,0 +1,4 @@
1
+ import styleInject from '../../../../../node_modules/style-inject/dist/style-inject.es.js';
2
+
3
+ var css_248z = ".index_list_panel__Ik0VD {\n position: fixed;\n left: -354px;\n top: 0;\n bottom: 0;\n width: 354px;\n background: #FFFFFF;\n box-shadow: inset -1px 0px 0px #EDF0F4;\n transition: all 0.3s ease;\n z-index: 200;\n}\n.index_list_panel__Ik0VD .index_header__cvSCP {\n height: 80px;\n display: flex;\n padding: 16px 24px;\n}\n.index_list_panel__Ik0VD .index_title__bRU59 {\n padding: 12px 24px;\n font-family: 'OpenSans-Bold';\n font-size: 26px;\n line-height: 32px;\n color: #232F46;\n}\n.index_list_panel__Ik0VD .index_component-list__08Lqm {\n height: calc(100vh - 136px);\n overflow-y: auto;\n padding: 0 24px;\n}\n.index_list_panel__Ik0VD .index_component-list__08Lqm::-webkit-scrollbar {\n width: 8px;\n}\n.index_list_panel__Ik0VD .index_component-list__08Lqm::-webkit-scrollbar-thumb {\n background-color: #C1C9D7;\n background-clip: padding-box;\n border-radius: 100px;\n}\n.index_list_panel__Ik0VD .index_component-list__08Lqm .index_cat-list__C15zF {\n padding-bottom: 24px;\n}\n.index_list_panel__Ik0VD .index_component-list__08Lqm .index_cat-list__C15zF .index_cat-name__iMsCL {\n font-family: 'Open Sans';\n font-style: normal;\n font-weight: 400;\n font-size: 16px;\n line-height: 24px;\n color: #8493AF;\n}\n@keyframes index_onListOpen__saD1n {\n from {\n left: -354px;\n }\n to {\n left: 0px;\n }\n}\n@keyframes index_onListClose__MhlFI {\n from {\n left: 0px;\n }\n to {\n left: -354px;\n }\n}\n";
4
+ styleInject(css_248z);