@fonixtree/magic-design 0.0.70 → 0.0.72

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 (313) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +12 -24
  2. package/es/assets/fonts/magic-box-iconfont.css.bak +12 -24
  3. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  4. package/es/assets/fonts/magic-box-iconfont.js.bak +1 -1
  5. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  6. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  7. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  8. package/es/assets/less/modal.less +2 -7
  9. package/es/common/Button/index.js +1 -2
  10. package/es/common/Button/index.less +0 -5
  11. package/es/common/ButtonIconLayout/index.less +2 -4
  12. package/es/common/Collapse/index.js +4 -14
  13. package/es/common/GroupList/index.js +3 -2
  14. package/es/common/ImageModal/index.js +24 -29
  15. package/es/common/ImageModal/index.less +1 -6
  16. package/es/common/LinkModal/BundleCampaign/index.js +17 -17
  17. package/es/common/LinkModal/CustomTable/index.js +1 -2
  18. package/es/common/LinkModal/ProductDetailPage/index.js +3 -3
  19. package/es/common/LinkModal/index.less +1 -1
  20. package/es/common/UrlPicker/index.js +2 -6
  21. package/es/common/UrlPicker/index.less +1 -12
  22. package/es/common/index.js +0 -8
  23. package/es/composite-comp/bol/components/Banner/defaultJSON.js +10 -10
  24. package/es/composite-comp/bol/components/Banner/mobile/index.js +10 -4
  25. package/es/composite-comp/bol/components/Banner/pc/index.js +6 -3
  26. package/es/composite-comp/bol/components/Button/defaultJSON.js +70 -40
  27. package/es/composite-comp/bol/components/Button/index.js +14 -8
  28. package/es/composite-comp/bol/components/Button/index.less +0 -1
  29. package/es/composite-comp/bol/components/Carousel/defaultJSON.js +16 -12
  30. package/es/composite-comp/bol/components/Carousel/index.js +6 -1
  31. package/es/composite-comp/bol/components/Carousel/mobile/index.js +7 -3
  32. package/es/composite-comp/bol/components/Carousel/pc/index.js +2 -2
  33. package/es/composite-comp/bol/components/ImageGallery/defaultJSON.js +2 -2
  34. package/es/composite-comp/bol/components/ImageText/defaultJSON.js +166 -26
  35. package/es/composite-comp/bol/components/ImageText/mobile/index.js +5 -2
  36. package/es/composite-comp/bol/components/ImageText/mobile/index.less +8 -8
  37. package/es/composite-comp/bol/components/ImageText/pc/index.js +18 -46
  38. package/es/composite-comp/bol/components/Newsletter/defaultJSON.js +2 -2
  39. package/es/composite-comp/bol/components/Newsletter/index.js +6 -1
  40. package/es/composite-comp/bol/components/Tag/defaultJSON.js +48 -38
  41. package/es/composite-comp/bol/components/Tag/index.js +14 -8
  42. package/es/composite-comp/bol/components/Tag/index.less +0 -1
  43. package/es/composite-comp/bol/components/Text/defaultJSON.js +4 -4
  44. package/es/composite-comp/bol/components/Text/index.js +8 -4
  45. package/es/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +1 -3
  46. package/{lib/composite-comp/bol/second-config-panels/TagSecondConfig → es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent}/index.js +38 -40
  47. package/es/composite-comp/bol/config-panels/ButtonCompConfig/index.js +3 -3
  48. package/es/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +2 -4
  49. package/es/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -1
  50. package/es/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +1 -3
  51. package/es/composite-comp/bol/config-panels/ImageTextConfig/index.js +1 -2
  52. package/es/composite-comp/bol/config-panels/NewsletterConfig/index.js +4 -6
  53. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +17 -9
  54. package/es/composite-comp/bol/config-panels/TagCompConfig/index.js +4 -7
  55. package/es/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +1 -3
  56. package/es/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  57. package/es/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +13 -8
  58. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +5 -10
  59. package/es/composite-comp/common/components/ImageLabel/index.js +2 -2
  60. package/es/composite-comp/common/components/ImageLabel/index.less +2 -6
  61. package/es/composite-comp/common/components/ProductItem/index.less +10 -9
  62. package/es/composite-comp/common/config-panels/CustomizeConfig/index.js +13 -24
  63. package/es/composite-comp/common/config-panels/SpacingConfig/index.js +8 -8
  64. package/es/composite-comp/dito/components/FlashDeal/defaultJSON.js +2 -62
  65. package/es/composite-comp/dito/components/FlashDeal/index.js +1 -5
  66. package/es/composite-comp/dito/components/FlashDeal/mobile/index.less +1 -0
  67. package/es/composite-comp/dito/components/MobileNavigation/defaultJSON.js +4 -5
  68. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.js +3 -13
  69. package/es/composite-comp/dito/components/MobileNavigation/mobile/index.less +2 -3
  70. package/es/composite-comp/dito/components/Recommend/defaultJSON.js +12 -30
  71. package/es/composite-comp/dito/components/Recommend/index.js +6 -5
  72. package/es/composite-comp/dito/components/Recommend/mobile/index.js +33 -39
  73. package/es/composite-comp/dito/components/Recommend/mobile/index.less +6 -13
  74. package/es/composite-comp/dito/components/Recommend/pc/index.js +17 -122
  75. package/es/composite-comp/dito/components/Recommend/pc/index.less +15 -56
  76. package/es/composite-comp/dito/components/SearchBar/defaultJSON.js +2 -26
  77. package/es/composite-comp/dito/components/SearchBar/index.js +2 -7
  78. package/es/composite-comp/dito/components/SearchBar/mobile/index.js +23 -26
  79. package/es/composite-comp/dito/components/SearchBar/mobile/index.less +3 -13
  80. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +6 -16
  81. package/es/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -20
  82. package/es/composite-comp/dito/config-panels/FlashDealConfig/index.js +3 -21
  83. package/es/composite-comp/dito/config-panels/RecommendConfig/index.js +3 -17
  84. package/es/composite-comp/dito/config-panels/SearchBarConfig/index.js +5 -42
  85. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +29 -39
  86. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +49 -80
  87. package/es/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +1 -13
  88. package/es/constants/component-types.js +3 -13
  89. package/es/constants/index.js +2 -20
  90. package/es/constants/layout.js +8 -34
  91. package/es/core/Designer/CompListPanel/index.js +33 -8
  92. package/es/core/Designer/ConfigPanel/index.js +23 -72
  93. package/es/core/Designer/ConfigPanel/index.less +0 -4
  94. package/es/core/Designer/History/index.js +28 -34
  95. package/es/core/Designer/PageCompList/index.js +1 -9
  96. package/es/core/Designer/PageCompList/index.less +10 -10
  97. package/es/core/Designer/QuickMenuBar/index.js +1 -1
  98. package/es/core/Designer/ViewArea/index.js +6 -20
  99. package/es/core/Designer/index.js +37 -42
  100. package/es/core/Renderer/index.js +2 -17
  101. package/es/decorator/compositeDecorator.js +12 -45
  102. package/es/decorator/index.js +0 -8
  103. package/es/decorator/metaDecorator.js +2 -2
  104. package/es/locale/en/en.json +1 -14
  105. package/es/locale/es/es.json +1 -14
  106. package/es/locale/id/id.json +1 -14
  107. package/es/meta-comp/components/Button/index.js +13 -32
  108. package/es/meta-comp/components/Button/index.less +2 -10
  109. package/es/meta-comp/components/Image/index.js +7 -38
  110. package/es/meta-comp/components/Image/index.less +0 -2
  111. package/es/meta-comp/components/Text/index.js +11 -27
  112. package/es/meta-comp/config-panels/BaseConfig.js +10 -8
  113. package/es/meta-comp/config-panels/ButtonConfig/index.js +2 -2
  114. package/es/meta-comp/config-panels/ImageConfig/index.js +4 -17
  115. package/es/meta-comp/config-panels/TextConfig/index.js +3 -10
  116. package/es/mobx/Store.js +10 -6
  117. package/es/utils/coreUtil.js +3 -17
  118. package/lib/assets/fonts/magic-box-iconfont.css +12 -24
  119. package/lib/assets/fonts/magic-box-iconfont.css.bak +12 -24
  120. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  121. package/lib/assets/fonts/magic-box-iconfont.js.bak +1 -1
  122. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  123. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  124. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  125. package/lib/assets/less/modal.less +2 -7
  126. package/lib/common/Button/index.js +1 -2
  127. package/lib/common/Button/index.less +0 -5
  128. package/lib/common/ButtonIconLayout/index.less +2 -4
  129. package/lib/common/Collapse/index.js +4 -14
  130. package/lib/common/GroupList/index.js +3 -2
  131. package/lib/common/ImageModal/index.js +24 -29
  132. package/lib/common/ImageModal/index.less +1 -6
  133. package/lib/common/LinkModal/BundleCampaign/index.js +17 -17
  134. package/lib/common/LinkModal/CustomTable/index.js +1 -2
  135. package/lib/common/LinkModal/ProductDetailPage/index.js +3 -3
  136. package/lib/common/LinkModal/index.less +1 -1
  137. package/lib/common/UrlPicker/index.js +2 -6
  138. package/lib/common/UrlPicker/index.less +1 -12
  139. package/lib/common/index.js +0 -8
  140. package/lib/composite-comp/bol/components/Banner/defaultJSON.js +10 -10
  141. package/lib/composite-comp/bol/components/Banner/mobile/index.js +10 -4
  142. package/lib/composite-comp/bol/components/Banner/pc/index.js +6 -3
  143. package/lib/composite-comp/bol/components/Button/defaultJSON.js +70 -40
  144. package/lib/composite-comp/bol/components/Button/index.js +14 -8
  145. package/lib/composite-comp/bol/components/Button/index.less +0 -1
  146. package/lib/composite-comp/bol/components/Carousel/defaultJSON.js +16 -12
  147. package/lib/composite-comp/bol/components/Carousel/index.js +6 -1
  148. package/lib/composite-comp/bol/components/Carousel/mobile/index.js +7 -3
  149. package/lib/composite-comp/bol/components/Carousel/pc/index.js +2 -2
  150. package/lib/composite-comp/bol/components/ImageGallery/defaultJSON.js +2 -2
  151. package/lib/composite-comp/bol/components/ImageText/defaultJSON.js +166 -26
  152. package/lib/composite-comp/bol/components/ImageText/mobile/index.js +5 -2
  153. package/lib/composite-comp/bol/components/ImageText/mobile/index.less +8 -8
  154. package/lib/composite-comp/bol/components/ImageText/pc/index.js +18 -46
  155. package/lib/composite-comp/bol/components/Newsletter/defaultJSON.js +2 -2
  156. package/lib/composite-comp/bol/components/Newsletter/index.js +6 -1
  157. package/lib/composite-comp/bol/components/Tag/defaultJSON.js +48 -38
  158. package/lib/composite-comp/bol/components/Tag/index.js +14 -8
  159. package/lib/composite-comp/bol/components/Tag/index.less +0 -1
  160. package/lib/composite-comp/bol/components/Text/defaultJSON.js +4 -4
  161. package/lib/composite-comp/bol/components/Text/index.js +8 -4
  162. package/lib/composite-comp/bol/config-panels/BannerConfig/BannerConfigGroup/index.js +1 -3
  163. package/{es/composite-comp/bol/second-config-panels/TagSecondConfig → lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigContent}/index.js +38 -40
  164. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/index.js +3 -3
  165. package/lib/composite-comp/bol/config-panels/CarouselConfig/CarouselConfigImageGroup/index.js +2 -4
  166. package/lib/composite-comp/bol/config-panels/CarouselConfig/index.js +0 -1
  167. package/lib/composite-comp/bol/config-panels/ImageTextConfig/ImageTextConfigGroup/index.js +1 -3
  168. package/lib/composite-comp/bol/config-panels/ImageTextConfig/index.js +1 -2
  169. package/lib/composite-comp/bol/config-panels/NewsletterConfig/index.js +4 -6
  170. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigContent/index.js +17 -9
  171. package/lib/composite-comp/bol/config-panels/TagCompConfig/index.js +4 -7
  172. package/lib/composite-comp/bol/config-panels/TextCompConfig/TextConfigGroup/index.js +1 -3
  173. package/lib/composite-comp/bol/config-panels/TextCompConfig/imgs/layout1.png +0 -0
  174. package/lib/composite-comp/bol/second-config-panels/CarouselSecondConfig/index.js +13 -8
  175. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.js +5 -10
  176. package/lib/composite-comp/common/components/ImageLabel/index.js +2 -2
  177. package/lib/composite-comp/common/components/ImageLabel/index.less +2 -6
  178. package/lib/composite-comp/common/components/ProductItem/index.less +10 -9
  179. package/lib/composite-comp/common/config-panels/CustomizeConfig/index.js +13 -24
  180. package/lib/composite-comp/common/config-panels/SpacingConfig/index.js +8 -8
  181. package/lib/composite-comp/dito/components/FlashDeal/defaultJSON.js +2 -62
  182. package/lib/composite-comp/dito/components/FlashDeal/index.js +1 -5
  183. package/lib/composite-comp/dito/components/FlashDeal/mobile/index.less +1 -0
  184. package/lib/composite-comp/dito/components/MobileNavigation/defaultJSON.js +4 -5
  185. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.js +3 -13
  186. package/lib/composite-comp/dito/components/MobileNavigation/mobile/index.less +2 -3
  187. package/lib/composite-comp/dito/components/Recommend/defaultJSON.js +12 -30
  188. package/lib/composite-comp/dito/components/Recommend/index.js +6 -5
  189. package/lib/composite-comp/dito/components/Recommend/mobile/index.js +33 -39
  190. package/lib/composite-comp/dito/components/Recommend/mobile/index.less +6 -13
  191. package/lib/composite-comp/dito/components/Recommend/pc/index.js +17 -122
  192. package/lib/composite-comp/dito/components/Recommend/pc/index.less +15 -56
  193. package/lib/composite-comp/dito/components/SearchBar/defaultJSON.js +2 -26
  194. package/lib/composite-comp/dito/components/SearchBar/index.js +2 -7
  195. package/lib/composite-comp/dito/components/SearchBar/mobile/index.js +23 -26
  196. package/lib/composite-comp/dito/components/SearchBar/mobile/index.less +3 -13
  197. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.js +6 -16
  198. package/lib/composite-comp/dito/config-panels/FlashDealConfig/FlashDealConfigContent/index.less +0 -20
  199. package/lib/composite-comp/dito/config-panels/FlashDealConfig/index.js +3 -21
  200. package/lib/composite-comp/dito/config-panels/RecommendConfig/index.js +3 -17
  201. package/lib/composite-comp/dito/config-panels/SearchBarConfig/index.js +5 -42
  202. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/AIRecommendation/index.js +29 -39
  203. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.js +49 -80
  204. package/lib/composite-comp/dito/second-config-panels/RecommendSecondConfig/index.less +1 -13
  205. package/lib/constants/component-types.js +3 -13
  206. package/lib/constants/index.js +2 -20
  207. package/lib/constants/layout.js +8 -34
  208. package/lib/core/Designer/CompListPanel/index.js +33 -8
  209. package/lib/core/Designer/ConfigPanel/index.js +23 -72
  210. package/lib/core/Designer/ConfigPanel/index.less +0 -4
  211. package/lib/core/Designer/History/index.js +28 -34
  212. package/lib/core/Designer/PageCompList/index.js +1 -9
  213. package/lib/core/Designer/PageCompList/index.less +10 -10
  214. package/lib/core/Designer/QuickMenuBar/index.js +1 -1
  215. package/lib/core/Designer/ViewArea/index.js +6 -20
  216. package/lib/core/Designer/index.js +37 -42
  217. package/lib/core/Renderer/index.js +2 -17
  218. package/lib/decorator/compositeDecorator.js +12 -45
  219. package/lib/decorator/index.js +0 -8
  220. package/lib/decorator/metaDecorator.js +2 -2
  221. package/lib/locale/en/en.json +1 -14
  222. package/lib/locale/es/es.json +1 -14
  223. package/lib/locale/id/id.json +1 -14
  224. package/lib/meta-comp/components/Button/index.js +13 -32
  225. package/lib/meta-comp/components/Button/index.less +2 -10
  226. package/lib/meta-comp/components/Image/index.js +7 -38
  227. package/lib/meta-comp/components/Image/index.less +0 -2
  228. package/lib/meta-comp/components/Text/index.js +11 -27
  229. package/lib/meta-comp/config-panels/BaseConfig.js +10 -8
  230. package/lib/meta-comp/config-panels/ButtonConfig/index.js +2 -2
  231. package/lib/meta-comp/config-panels/ImageConfig/index.js +4 -17
  232. package/lib/meta-comp/config-panels/TextConfig/index.js +3 -10
  233. package/lib/mobx/Store.js +10 -6
  234. package/lib/utils/coreUtil.js +3 -17
  235. package/package.json +3 -5
  236. package/es/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  237. package/es/common/ImgArea/components/Crop.js +0 -267
  238. package/es/common/ImgArea/components/Icons.js +0 -44
  239. package/es/common/ImgArea/components/MultiCrops.js +0 -210
  240. package/es/common/ImgArea/index.js +0 -11
  241. package/es/common/MagicLink/index.js +0 -89
  242. package/es/common/MagicLink/index.less +0 -0
  243. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +0 -141
  244. package/es/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +0 -16
  245. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +0 -141
  246. package/es/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +0 -16
  247. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +0 -103
  248. package/es/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +0 -3
  249. package/es/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +0 -8
  250. package/es/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +0 -3
  251. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  252. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  253. package/es/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  254. package/es/composite-comp/dito/components/FlashDeal/pc/index.js +0 -578
  255. package/es/composite-comp/dito/components/FlashDeal/pc/index.less +0 -121
  256. package/es/composite-comp/dito/components/PcNavigation/defaultJSON.js +0 -131
  257. package/es/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +0 -6
  258. package/es/composite-comp/dito/components/PcNavigation/index.js +0 -85
  259. package/es/composite-comp/dito/components/PcNavigation/pc/index.js +0 -478
  260. package/es/composite-comp/dito/components/PcNavigation/pc/index.less +0 -98
  261. package/es/composite-comp/dito/components/SearchBar/pc/index.js +0 -151
  262. package/es/composite-comp/dito/components/SearchBar/pc/index.less +0 -59
  263. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +0 -130
  264. package/es/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +0 -128
  265. package/es/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +0 -222
  266. package/es/composite-comp/dito/config-panels/PcNavigationConfig/index.js +0 -195
  267. package/es/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +0 -102
  268. package/es/core/Designer/ConfigPanel/TerminalSelect/index.js +0 -73
  269. package/es/core/Designer/ConfigPanel/TerminalSelect/index.less +0 -29
  270. package/es/decorator/updateConfigDecorator.js +0 -76
  271. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +0 -164
  272. package/es/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +0 -26
  273. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +0 -133
  274. package/es/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +0 -17
  275. package/lib/assets/images/layout-icon/layout-navigation-normal.png +0 -0
  276. package/lib/common/ImgArea/components/Crop.js +0 -267
  277. package/lib/common/ImgArea/components/Icons.js +0 -44
  278. package/lib/common/ImgArea/components/MultiCrops.js +0 -210
  279. package/lib/common/ImgArea/index.js +0 -11
  280. package/lib/common/MagicLink/index.js +0 -89
  281. package/lib/common/MagicLink/index.less +0 -0
  282. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.js +0 -141
  283. package/lib/composite-comp/bol/config-panels/ButtonCompConfig/ButtonConfigGroup/index.less +0 -16
  284. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.js +0 -141
  285. package/lib/composite-comp/bol/config-panels/TagCompConfig/TagConfigGroup/index.less +0 -16
  286. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.js +0 -103
  287. package/lib/composite-comp/bol/second-config-panels/ButtonSecondConfig/index.less +0 -3
  288. package/lib/composite-comp/bol/second-config-panels/ImageTextSecondConfig/index.less +0 -8
  289. package/lib/composite-comp/bol/second-config-panels/TagSecondConfig/index.less +0 -3
  290. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg1.png +0 -0
  291. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg2.png +0 -0
  292. package/lib/composite-comp/dito/components/FlashDeal/pc/imgs/defImg3.png +0 -0
  293. package/lib/composite-comp/dito/components/FlashDeal/pc/index.js +0 -578
  294. package/lib/composite-comp/dito/components/FlashDeal/pc/index.less +0 -121
  295. package/lib/composite-comp/dito/components/PcNavigation/defaultJSON.js +0 -131
  296. package/lib/composite-comp/dito/components/PcNavigation/images/menu-icon.svg +0 -6
  297. package/lib/composite-comp/dito/components/PcNavigation/index.js +0 -85
  298. package/lib/composite-comp/dito/components/PcNavigation/pc/index.js +0 -478
  299. package/lib/composite-comp/dito/components/PcNavigation/pc/index.less +0 -98
  300. package/lib/composite-comp/dito/components/SearchBar/pc/index.js +0 -151
  301. package/lib/composite-comp/dito/components/SearchBar/pc/index.less +0 -59
  302. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavConfigCategory/index.js +0 -130
  303. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/PcNavigationConfigGroup/index.js +0 -128
  304. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/TextOnlyFontConfig/index.js +0 -222
  305. package/lib/composite-comp/dito/config-panels/PcNavigationConfig/index.js +0 -195
  306. package/lib/composite-comp/dito/second-config-panels/PcNavigationSecondConfig/index.js +0 -102
  307. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.js +0 -73
  308. package/lib/core/Designer/ConfigPanel/TerminalSelect/index.less +0 -29
  309. package/lib/decorator/updateConfigDecorator.js +0 -76
  310. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.js +0 -164
  311. package/lib/meta-comp/config-panels/ImageConfig/AreaConfigModal/index.less +0 -26
  312. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.js +0 -133
  313. package/lib/meta-comp/config-panels/ImageConfig/HotAreaConfig/index.less +0 -17
@@ -7,8 +7,6 @@ exports["default"] = void 0;
7
7
 
8
8
  var _cloneDeep = _interopRequireDefault(require("lodash/cloneDeep"));
9
9
 
10
- var _lodash = require("lodash");
11
-
12
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
13
11
 
14
12
  /**
@@ -16,25 +14,24 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "d
16
14
  * 有新的操作时存入数组的0位置,游标设置为0
17
15
  *
18
16
  */
17
+ var debug = require('debug')('worker:History');
18
+
19
19
  var History =
20
20
  /** @class */
21
21
  function () {
22
22
  function History(hist) {
23
23
  var _this = this;
24
24
  /**
25
- * 游标位置
26
- */
25
+ * 游标位置
26
+ */
27
27
 
28
28
 
29
29
  this.cursor = 0;
30
30
  /**
31
- * 历史数据
32
- */
31
+ * 历史数据
32
+ */
33
33
 
34
34
  this.list = [];
35
- /** 前进或者后退步数 */
36
-
37
- this.step = 0;
38
35
 
39
36
  this.redoAble = function () {
40
37
  return _this.cursor !== 0;
@@ -44,50 +41,47 @@ function () {
44
41
  return _this.cursor !== _this.list.length - 1;
45
42
  };
46
43
  /**
47
- * 清空0~cursor之间的数据,将data插入 位置0
48
- */
44
+ * 清空0~cursor之间的数据,将data插入 位置0
45
+ */
49
46
 
50
47
 
51
48
  this.push = function (data) {
49
+ debug('push data', data);
52
50
  var cloneData = (0, _cloneDeep["default"])(data);
53
51
 
54
52
  _this.list.splice(0, _this.cursor, cloneData);
55
53
 
56
- _this.cursor = 0;
57
54
  return data;
58
55
  };
59
56
  /**
60
- * redu操作只修改当前游标-1
61
- * 并且返回后一步的json对象
62
- */
63
-
57
+ * redu操作只修改当前游标-1
58
+ * 并且返回后一步的json对象
59
+ */
64
60
 
65
- this.redo = function (callback) {
66
- _this.step -= 1;
67
61
 
68
- _this.doAction(callback);
62
+ this.redo = function () {
63
+ debug('redo click');
64
+ var newCursor = _this.cursor - 1;
65
+ _this.cursor = newCursor;
66
+ var newData = _this.list[newCursor];
67
+ return newData;
69
68
  };
70
69
  /**
71
- * undo操作只修改当前的游标+1
72
- * 并且返回前一步的json对象
73
- */
74
-
70
+ * undo操作只修改当前的游标+1
71
+ * 并且返回前一步的json对象
72
+ */
75
73
 
76
- this.undo = function (callback) {
77
- _this.step += 1;
78
74
 
79
- _this.doAction(callback);
75
+ this.undo = function () {
76
+ debug('undo click');
77
+ var newCursor = _this.cursor + 1;
78
+ _this.cursor = newCursor;
79
+ var newData = _this.list[newCursor];
80
+ return newData;
80
81
  };
81
82
 
82
- this.doAction = (0, _lodash.debounce)(function (callback) {
83
- var newCursor = _this.cursor + _this.step;
84
- _this.cursor = newCursor;
85
- var newData = (0, _cloneDeep["default"])(_this.list[newCursor]);
86
- _this.step = 0;
87
- callback(newData);
88
- }, 300);
89
83
  this.cursor = 0;
90
- this.list = [(0, _cloneDeep["default"])(hist)];
84
+ this.list = [hist];
91
85
  }
92
86
 
93
87
  return History;
@@ -245,14 +245,6 @@ function PageCompList(_a) {
245
245
  })));
246
246
  };
247
247
 
248
- var getActiveComponents = function getActiveComponents() {
249
- var filter = components.filter(function (comp) {
250
- return (0, _coreUtil.isActiveFloor)(comp.activeTerminal);
251
- });
252
- return filter;
253
- };
254
-
255
- var activeComponents = getActiveComponents();
256
248
  return /*#__PURE__*/_react["default"].createElement("div", {
257
249
  className: "page-comp-wrap"
258
250
  }, /*#__PURE__*/_react["default"].createElement("div", {
@@ -270,7 +262,7 @@ function PageCompList(_a) {
270
262
  className: "list mt16"
271
263
  }, /*#__PURE__*/_react["default"].createElement("div", {
272
264
  className: "inner-list"
273
- }, /*#__PURE__*/_react["default"].createElement("div", null, activeComponents.length > 0 && activeComponents.map(function (comp, i) {
265
+ }, /*#__PURE__*/_react["default"].createElement("div", null, components.length > 0 && components.map(function (comp, i) {
274
266
  return renderCard(comp, i);
275
267
  }))))));
276
268
  }
@@ -121,19 +121,19 @@
121
121
  display: block;
122
122
  }
123
123
  }
124
+ }
124
125
 
125
- &.active {
126
- background: #E9F0FF;
127
- color: #2F54EB;
126
+ .active {
127
+ background: #E9F0FF;
128
+ color: #2F54EB;
128
129
 
129
- .left {
130
- .card-title {
131
- font-weight: 600;
132
- }
130
+ .left {
131
+ .card-title {
132
+ font-weight: 600;
133
133
  }
134
+ }
134
135
 
135
- .more-btn {
136
- display: block;
137
- }
136
+ .more-btn {
137
+ display: block;
138
138
  }
139
139
  }
@@ -82,7 +82,7 @@ function (_super) {
82
82
  var _this = _super !== null && _super.apply(this, arguments) || this;
83
83
 
84
84
  _this.onBtnClick = function (event) {
85
- var code = event.currentTarget.dataset.code; // 保存和发布时需要清空组件和元组件的选中状态,否则截图中会看到选中状态
85
+ var code = event.currentTarget.dataset.code;
86
86
 
87
87
  if (code === _constants.quickMenuCode.SAVE || code === _constants.quickMenuCode.PUBLISH) {
88
88
  _mobx.store.setState({
@@ -17,12 +17,10 @@ var _constants = require("../../../constants");
17
17
 
18
18
  var _componentTypes = require("../../../constants/component-types");
19
19
 
20
- var _mobx = require("../../../mobx");
21
-
22
- var _coreUtil = require("../../../utils/coreUtil");
23
-
24
20
  require("./index.less");
25
21
 
22
+ var _mobx = require("../../../mobx");
23
+
26
24
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
27
25
 
28
26
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
@@ -88,22 +86,10 @@ function (_super) {
88
86
  _this.isPhoneEdit = function () {
89
87
  var device = _this.props.device;
90
88
  return device === _constants.deviceTypeMap.PHONE && !(0, _isEmpty["default"])(_this.state.clickedFloor);
91
- }; // renderView = () => {
92
- // this.setState({});
93
- // }
94
- // 根据楼层展示设备进行过滤
95
-
96
-
97
- _this.filterCompFloor = function (dataSource) {
98
- var source = [];
99
-
100
- if (dataSource && dataSource.length) {
101
- source = dataSource.filter(function (node) {
102
- return (0, _coreUtil.isActiveFloor)(node.activeTerminal);
103
- });
104
- }
89
+ };
105
90
 
106
- return source;
91
+ _this.renderView = function () {
92
+ _this.setState({});
107
93
  };
108
94
 
109
95
  return _this;
@@ -139,7 +125,7 @@ function (_super) {
139
125
  style: {
140
126
  background: window.magicDesign.pageBackground
141
127
  }
142
- }, this.filterCompFloor(pageData).map(function (nodeData) {
128
+ }, pageData && pageData.map(function (nodeData) {
143
129
  var Clazz = _componentTypes.componentMap[nodeData.type];
144
130
 
145
131
  if (!Clazz) {
@@ -97,13 +97,11 @@ var __spreadArrays = void 0 && (void 0).__spreadArrays || function () {
97
97
  return r;
98
98
  };
99
99
 
100
- window.magicDesign = {
101
- mode: 'designer',
102
- device: _constants.deviceTypeMap.PHONE
103
- };
104
-
105
100
  var setDesignConfig = function setDesignConfig(data) {
106
- window.magicDesign = __assign(__assign(__assign({}, window.magicDesign), data), {
101
+ window.magicDesign = __assign(__assign({
102
+ mode: 'designer',
103
+ device: _constants.deviceTypeMap.PHONE
104
+ }, data), {
107
105
  MBaseUrl: data.MBaseUrl || ''
108
106
  });
109
107
  };
@@ -171,16 +169,14 @@ function (_super) {
171
169
  _this.configRef.current.closeMobileConfig();
172
170
  };
173
171
 
174
- _this.reRenderViewArea = function (e) {
175
- if (e.changeHistory) {
176
- _this.history.push(_this.state.MPageData);
172
+ _this.reRenderViewArea = function () {
173
+ if (!_this.viewAreaRef || !_this.viewAreaRef.current) {
174
+ return;
177
175
  }
178
176
 
179
- _mobx.store.setState({
180
- MPageData: _this.state.MPageData
181
- });
177
+ _this.history.push(_this.state.MPageData);
182
178
 
183
- _this.setState({});
179
+ _this.viewAreaRef.current.renderView();
184
180
  };
185
181
 
186
182
  _this.componentClick = function (event) {
@@ -190,12 +186,12 @@ function (_super) {
190
186
  };
191
187
  /**
192
188
  * 楼层 的 新增、删除、拷贝、顺序调整、属性修改时调用
193
- * @param {*} newPageData 模版信息
189
+ * @param {*} pageData 模版信息
194
190
  */
195
191
 
196
192
 
197
- _this.setPageData = function (newPageData) {
198
- var MPageData = _this.history.push(newPageData);
193
+ _this.setPageData = function (pageData) {
194
+ var MPageData = _this.history.push(pageData);
199
195
 
200
196
  _this.setState({
201
197
  MPageData: MPageData
@@ -251,8 +247,7 @@ function (_super) {
251
247
  };
252
248
 
253
249
  _this.addComponent = function (_a) {
254
- var type = _a.type,
255
- terminalType = _a.terminalType;
250
+ var type = _a.type;
256
251
  var MPageData = _this.state.MPageData;
257
252
  var compType = _componentTypes.componentMap[type];
258
253
 
@@ -263,10 +258,7 @@ function (_super) {
263
258
 
264
259
  var compInst = compType.getDefaultJSON();
265
260
 
266
- var newData = __spreadArrays(MPageData, [__assign(__assign({}, compInst), {
267
- terminalType: terminalType,
268
- activeTerminal: terminalType
269
- })]);
261
+ var newData = __spreadArrays(MPageData, [compInst]);
270
262
 
271
263
  _this.history.push(newData);
272
264
 
@@ -306,24 +298,18 @@ function (_super) {
306
298
  device: device
307
299
  };
308
300
 
309
- var callback = function callback(newPageData) {
310
- _mobx.store.setState({
311
- MPageData: newPageData
312
- });
313
-
314
- _this.setState({
315
- MPageData: newPageData
316
- });
317
- };
318
-
319
301
  switch (code) {
320
302
  case _constants.quickMenuCode.UNDO:
321
- _this.history.undo(callback);
303
+ _this.setState({
304
+ MPageData: _this.history.undo()
305
+ });
322
306
 
323
307
  break;
324
308
 
325
309
  case _constants.quickMenuCode.REDO:
326
- _this.history.redo(callback);
310
+ _this.setState({
311
+ MPageData: _this.history.redo()
312
+ });
327
313
 
328
314
  break;
329
315
 
@@ -349,6 +335,8 @@ function (_super) {
349
335
 
350
336
  break;
351
337
  }
338
+
339
+ console.log(JSON.stringify(handleParams.pageData));
352
340
  };
353
341
 
354
342
  _this.renderHeader = function () {
@@ -365,20 +353,27 @@ function (_super) {
365
353
  config = props.config,
366
354
  locale = props.locale;
367
355
  var MPageData = pageData.childNodes || [];
368
- _this.configRef = /*#__PURE__*/_react["default"].createRef(); // this.viewAreaRef = React.createRef();
369
356
 
370
- _this.compListRef = /*#__PURE__*/_react["default"].createRef();
371
- _this.history = new _History["default"](MPageData);
357
+ _mobx.store.setState({
358
+ MPageData: MPageData
359
+ });
360
+ /** 使用默认国际化 */
361
+ // if (!store.locale) {
362
+
372
363
 
373
364
  _mobx.store.setState({
374
- MPageData: MPageData,
375
365
  locale: locale
376
- });
366
+ }); // }
367
+
377
368
 
369
+ _this.configRef = /*#__PURE__*/_react["default"].createRef();
370
+ _this.viewAreaRef = /*#__PURE__*/_react["default"].createRef();
371
+ _this.compListRef = /*#__PURE__*/_react["default"].createRef();
378
372
  _this.state = {
379
373
  MPageData: MPageData,
380
374
  device: _constants.deviceTypeMap.PHONE
381
375
  };
376
+ _this.history = new _History["default"](MPageData);
382
377
  setDesignConfig(config);
383
378
  return _this;
384
379
  }
@@ -403,7 +398,6 @@ function (_super) {
403
398
  var pageData = nextProps.pageData,
404
399
  config = nextProps.config;
405
400
  var MPageData = pageData.childNodes || [];
406
- this.history = new _History["default"](MPageData);
407
401
  this.setState({
408
402
  MPageData: MPageData
409
403
  });
@@ -412,6 +406,7 @@ function (_super) {
412
406
  MPageData: MPageData
413
407
  });
414
408
 
409
+ this.history = new _History["default"](MPageData);
415
410
  setDesignConfig(config);
416
411
  };
417
412
 
@@ -472,8 +467,8 @@ function (_super) {
472
467
  device: device,
473
468
  onClose: this.onPropsPanelClose,
474
469
  pageData: MPageData
475
- }), /*#__PURE__*/_react["default"].createElement(_ViewArea["default"] // ref={this.viewAreaRef}
476
- , {
470
+ }), /*#__PURE__*/_react["default"].createElement(_ViewArea["default"], {
471
+ ref: this.viewAreaRef,
477
472
  device: device,
478
473
  pageData: MPageData,
479
474
  renderHeader: this.renderHeader
@@ -9,8 +9,6 @@ var _react = _interopRequireDefault(require("react"));
9
9
 
10
10
  var _componentTypes = require("../../constants/component-types");
11
11
 
12
- var _coreUtil = require("../../utils/coreUtil");
13
-
14
12
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
13
 
16
14
  var __assign = void 0 && (void 0).__assign || function () {
@@ -50,27 +48,14 @@ var setDesignConfig = function setDesignConfig(props) {
50
48
 
51
49
  var Renderer = function Renderer(props) {
52
50
  var pageData = props.pageData;
53
- setDesignConfig(props); // 根据楼层展示设备进行过滤
54
-
55
- var filterCompFloor = function filterCompFloor() {
56
- var source = [];
57
-
58
- if (pageData && pageData.childNodes && pageData.childNodes.length) {
59
- source = pageData.childNodes.filter(function (node) {
60
- return (0, _coreUtil.isActiveFloor)(node.activeTerminal);
61
- });
62
- }
63
-
64
- return source;
65
- };
66
-
51
+ setDesignConfig(props);
67
52
  return /*#__PURE__*/_react["default"].createElement("div", {
68
53
  className: "render_wrap",
69
54
  magic_design: "",
70
55
  style: {
71
56
  background: window.magicDesign.pageBackground
72
57
  }
73
- }, filterCompFloor().map(function (nodeData) {
58
+ }, pageData && pageData.childNodes && pageData.childNodes.map(function (nodeData) {
74
59
  var Clazz = _componentTypes.componentMap[nodeData.type];
75
60
 
76
61
  if (!Clazz) {
@@ -41,22 +41,6 @@ var __extends = void 0 && (void 0).__extends || function () {
41
41
  };
42
42
  }();
43
43
 
44
- var __assign = void 0 && (void 0).__assign || function () {
45
- __assign = Object.assign || function (t) {
46
- for (var s, i = 1, n = arguments.length; i < n; i++) {
47
- s = arguments[i];
48
-
49
- for (var p in s) {
50
- if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
51
- }
52
- }
53
-
54
- return t;
55
- };
56
-
57
- return __assign.apply(this, arguments);
58
- };
59
-
60
44
  function compositeDecorator(WrappedComponent) {
61
45
  var Wrapper =
62
46
  /** @class */
@@ -90,43 +74,26 @@ function compositeDecorator(WrappedComponent) {
90
74
  };
91
75
 
92
76
  _this.getStyle = function () {
93
- var wrapStyle = {
77
+ var style = {
94
78
  border: 'none'
95
- };
96
- var _a = window.magicDesign,
97
- device = _a.device,
98
- mode = _a.mode;
99
- var nodeData = _this.props.nodeData;
100
- var spacing = nodeData.spacing,
101
- background = nodeData.background; // 处理复合组件的选中状态
102
-
103
- if (mode === 'designer') {
79
+ }; // 处理复合组件的选中状态
80
+
81
+ if (window.magicDesign.mode === 'designer') {
104
82
  // style.border = '1px solid transparent';
105
- wrapStyle.border = 'none';
83
+ style.border = 'none';
106
84
 
107
- if (nodeData.id === _this.state.clickedFloor) {
108
- wrapStyle.border = '1px dashed red';
85
+ if (_this.props.nodeData.id === _this.state.clickedFloor) {
86
+ style.border = '1px dashed red';
109
87
  }
110
- } // 边距
111
-
88
+ } // 处理复合组件的下边距
112
89
 
113
- if (spacing && spacing[device]) {
114
- wrapStyle = __assign(__assign({}, wrapStyle), spacing[device]);
115
- } // 背景
116
90
 
117
-
118
- if (background) {
119
- if (background.bgType === 'color') {
120
- wrapStyle.backgroundColor = background.color;
121
- wrapStyle.opacity = background.opacity ? background.opacity : 1;
122
- } else {
123
- wrapStyle.backgroundImage = "url(" + background.image + ")";
124
- wrapStyle.backgroundPosition = 'center';
125
- wrapStyle.backgroundSize = 'cover';
126
- }
91
+ if (Wrapper.type !== 'DIVIDER') {
92
+ var rate = window.magicDesign.device === 'pc' ? 1.5 : 1;
93
+ style.marginBottom = Number(window.magicDesign.compSpacing) * rate + "px";
127
94
  }
128
95
 
129
- return wrapStyle;
96
+ return style;
130
97
  };
131
98
 
132
99
  return _this;
@@ -15,17 +15,9 @@ Object.defineProperty(exports, "metaDecorator", {
15
15
  return _metaDecorator["default"];
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "updateConfigDecorator", {
19
- enumerable: true,
20
- get: function get() {
21
- return _updateConfigDecorator["default"];
22
- }
23
- });
24
18
 
25
19
  var _compositeDecorator = _interopRequireDefault(require("./compositeDecorator"));
26
20
 
27
21
  var _metaDecorator = _interopRequireDefault(require("./metaDecorator"));
28
22
 
29
- var _updateConfigDecorator = _interopRequireDefault(require("./updateConfigDecorator"));
30
-
31
23
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
@@ -69,7 +69,7 @@ function metaDecorator(WrappedComponent) {
69
69
  }; // 元组件点击事件
70
70
 
71
71
  _this.onMetaClick = function (event) {
72
- var _a, _b;
72
+ var _a, _b, _c;
73
73
 
74
74
  if (window.magicDesign.mode === 'renderer') {
75
75
  return;
@@ -90,7 +90,7 @@ function metaDecorator(WrappedComponent) {
90
90
  }
91
91
 
92
92
  _mobx.store.setState({
93
- clickedMeta: metaId,
93
+ clickedMeta: (_c = _this.props.data) === null || _c === void 0 ? void 0 : _c.id,
94
94
  clickedGroup: parentId,
95
95
  clickedFloor: floorId
96
96
  });
@@ -1,18 +1,4 @@
1
1
  {
2
- "SEARCH_BOX": "Search Box",
3
- "PLEASE_INPUT_KEYWORDS": "Please input keywords",
4
- "SHOPPING_CART": "Shopping Cart",
5
- "ADD_BUTTON": "Add Button",
6
- "BUTTON_TAG": "Button Tag",
7
- "ADD_TAG": "Add Tag",
8
- "LAST_CATEGORY": "Last Category",
9
- "SECONDARY_CATEGORY": "Secondary Category",
10
- "FIRST_CATEGORY": "First Category",
11
- "ALL_CATEGORY": "All Category",
12
- "HOME": "Home",
13
- "ADD_CLICKABLE_AREA": "Add Clickable Area",
14
- "ADD_AREA": "Add Area",
15
- "CLICKABLE_AREA": "Clickable Area",
16
2
  "NAVIGATION_NAME": "Navigation Name",
17
3
  "ADD_NAVIGATION": "Add Navigation",
18
4
  "SAVE": "Save",
@@ -98,6 +84,7 @@
98
84
  "INPUT_FIELD": "Input Field",
99
85
  "CONFIRMATION": "Confirmation",
100
86
  "IMAGE_TAG": "Image Tag",
87
+ "BUTTON_TAG": "Button Tag",
101
88
  "SECONDARY_BUTTON_TAG": "Secondary Button Tag",
102
89
  "TITLE": "Title",
103
90
  "HOVER": "Hover",
@@ -1,18 +1,4 @@
1
1
  {
2
- "SEARCH_BOX": "Search Box",
3
- "PLEASE_INPUT_KEYWORDS": "Please input keywords",
4
- "SHOPPING_CART": "Shopping Cart",
5
- "ADD_BUTTON": "Add Button",
6
- "BUTTON_TAG": "Etiqueta de botón",
7
- "ADD_TAG": "Add Tag",
8
- "LAST_CATEGORY": "Last Category",
9
- "SECONDARY_CATEGORY": "Secondary Category",
10
- "FIRST_CATEGORY": "First Category",
11
- "ALL_CATEGORY": "All Category",
12
- "HOME": "Home",
13
- "ADD_CLICKABLE_AREA": "Add Clickable Area",
14
- "ADD_AREA": "Add Area",
15
- "CLICKABLE_AREA": "Clickable Area",
16
2
  "NAVIGATION_NAME": "Navigation Name",
17
3
  "ADD_NAVIGATION": "Add Navigation",
18
4
  "SAVE": "Guardar",
@@ -98,6 +84,7 @@
98
84
  "INPUT_FIELD": "Campo de entrada",
99
85
  "CONFIRMATION": "Confirmación",
100
86
  "IMAGE_TAG": "Etiqueta de imagen",
87
+ "BUTTON_TAG": "Etiqueta de botón",
101
88
  "SECONDARY_BUTTON_TAG": "Etiqueta de botón secundario",
102
89
  "TITLE": "Título",
103
90
  "HOVER": "Hover",
@@ -1,18 +1,4 @@
1
1
  {
2
- "SEARCH_BOX": "Search Box",
3
- "PLEASE_INPUT_KEYWORDS": "Please input keywords",
4
- "SHOPPING_CART": "Shopping Cart",
5
- "ADD_BUTTON": "Add Button",
6
- "BUTTON_TAG": "Button Tag",
7
- "ADD_TAG": "Add Tag",
8
- "LAST_CATEGORY": "Last Category",
9
- "SECONDARY_CATEGORY": "Secondary Category",
10
- "FIRST_CATEGORY": "First Category",
11
- "ALL_CATEGORY": "All Category",
12
- "HOME": "Home",
13
- "ADD_CLICKABLE_AREA": "Add Clickable Area",
14
- "ADD_AREA": "Add Area",
15
- "CLICKABLE_AREA": "Clickable Area",
16
2
  "NAVIGATION_NAME": "Navigation Name",
17
3
  "ADD_NAVIGATION": "Add Navigation",
18
4
  "SAVE": "Save",
@@ -98,6 +84,7 @@
98
84
  "INPUT_FIELD": "Input Field",
99
85
  "CONFIRMATION": "Confirmation",
100
86
  "IMAGE_TAG": "Image Tag",
87
+ "BUTTON_TAG": "Button Tag",
101
88
  "SECONDARY_BUTTON_TAG": "Secondary Button Tag",
102
89
  "TITLE": "Title",
103
90
  "HOVER": "Hover",