@fonixtree/magic-design 2.0.170 → 2.0.171

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 (177) hide show
  1. package/es/assets/fonts/magic-box-iconfont.css +39 -3
  2. package/es/assets/fonts/magic-box-iconfont.js +1 -1
  3. package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
  4. package/es/assets/fonts/magic-box-iconfont.woff +0 -0
  5. package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
  6. package/es/assets/images/base64/index.js +8 -2
  7. package/es/assets/images/common/product.png +0 -0
  8. package/es/assets/images/layout-icon/locationLayout.png +0 -0
  9. package/es/assets/images/layout-icon/storesLayout1.png +0 -0
  10. package/es/assets/images/layout-icon/storesLayout2.png +0 -0
  11. package/es/assets/less/common.less +40 -3
  12. package/es/common/Field/index.js +5 -2
  13. package/es/common/Field/index.less +5 -0
  14. package/es/common/MyModal/index.less +12 -4
  15. package/{lib/composite-comp/bol/components/Wallet → es/composite-comp/ashita/components/WalletAshita}/defaultJSON.js +1 -1
  16. package/es/composite-comp/ashita/components/WalletAshita/index.js +84 -0
  17. package/{lib/composite-comp/bol/config-panels/WalletConfig → es/composite-comp/ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.js +1 -1
  18. package/es/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
  19. package/es/composite-comp/public/components/Location/defaultJSON.js +104 -0
  20. package/es/composite-comp/public/components/Location/index.js +86 -0
  21. package/es/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
  22. package/es/composite-comp/public/components/Location/mobile/index.js +353 -0
  23. package/es/composite-comp/public/components/Location/mobile/index.less +90 -0
  24. package/es/composite-comp/public/components/Stores/defaultJSON.js +348 -0
  25. package/es/composite-comp/public/components/Stores/index.js +86 -0
  26. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.js +275 -0
  27. package/es/composite-comp/public/components/Stores/mobile/StoreItem/index.less +81 -0
  28. package/es/composite-comp/public/components/Stores/mobile/index.js +198 -0
  29. package/es/composite-comp/public/components/Stores/mobile/index.less +37 -0
  30. package/es/composite-comp/public/components/Wallet/defaultJSON.js +149 -0
  31. package/es/composite-comp/public/components/Wallet/mobile/index.js +350 -0
  32. package/es/composite-comp/public/components/Wallet/mobile/index.less +22 -0
  33. package/es/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +153 -0
  34. package/{lib/composite-comp/bol → es/composite-comp/public}/config-panels/LocationConfig/index.js +10 -52
  35. package/es/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
  36. package/es/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +176 -0
  37. package/es/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +103 -0
  38. package/es/composite-comp/public/config-panels/StoresConfig/index.js +134 -0
  39. package/es/constants/component-types.js +23 -13
  40. package/es/constants/index.js +9 -1
  41. package/es/constants/layout.js +18 -4
  42. package/es/locale/en/en.json +15 -1
  43. package/es/locale/es/es.json +15 -1
  44. package/es/locale/index.js +5 -1
  45. package/es/locale/mn/mn.json +15 -1
  46. package/es/meta-comp/components/Text/index.less +6 -0
  47. package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +207 -0
  48. package/es/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
  49. package/es/meta-comp/config-panels/ButtonConfig/index.js +7 -8
  50. package/es/utils/commonUtil.js +21 -9
  51. package/lib/assets/fonts/magic-box-iconfont.css +39 -3
  52. package/lib/assets/fonts/magic-box-iconfont.js +1 -1
  53. package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
  54. package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
  55. package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
  56. package/lib/assets/images/base64/index.js +8 -2
  57. package/lib/assets/images/common/product.png +0 -0
  58. package/lib/assets/images/layout-icon/locationLayout.png +0 -0
  59. package/lib/assets/images/layout-icon/storesLayout1.png +0 -0
  60. package/lib/assets/images/layout-icon/storesLayout2.png +0 -0
  61. package/lib/assets/less/common.less +40 -3
  62. package/lib/common/Field/index.js +5 -2
  63. package/lib/common/Field/index.less +5 -0
  64. package/lib/common/MyModal/index.less +12 -4
  65. package/{es/composite-comp/bol/components/Wallet → lib/composite-comp/ashita/components/WalletAshita}/defaultJSON.js +1 -1
  66. package/lib/composite-comp/ashita/components/WalletAshita/index.js +84 -0
  67. package/{es/composite-comp/bol/config-panels/WalletConfig → lib/composite-comp/ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.js +1 -1
  68. package/lib/composite-comp/ashita/config-panels/WalletAshitaConfig/WalletConfigImageGroup/index.less +0 -0
  69. package/lib/composite-comp/dito/config-panels/BargainConfig/FlashDealConfigContent/index.js +1 -1
  70. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  71. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.js +100 -0
  72. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/GroupList/index.less +72 -0
  73. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +123 -0
  74. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  75. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  76. package/lib/composite-comp/nuri/config-panels/WalletNuriConfig/index.js +61 -0
  77. package/lib/composite-comp/nuri/second-config-panels/WalletNuriSecondConfig/index.js +152 -0
  78. package/lib/composite-comp/public/components/Location/defaultJSON.js +104 -0
  79. package/lib/composite-comp/public/components/Location/index.js +86 -0
  80. package/lib/composite-comp/public/components/Location/mobile/img/img-circle.png +0 -0
  81. package/lib/composite-comp/public/components/Location/mobile/index.js +353 -0
  82. package/lib/composite-comp/public/components/Location/mobile/index.less +90 -0
  83. package/lib/composite-comp/public/components/Stores/defaultJSON.js +348 -0
  84. package/lib/composite-comp/public/components/Stores/index.js +86 -0
  85. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.js +275 -0
  86. package/lib/composite-comp/public/components/Stores/mobile/StoreItem/index.less +81 -0
  87. package/lib/composite-comp/public/components/Stores/mobile/index.js +198 -0
  88. package/lib/composite-comp/public/components/Stores/mobile/index.less +37 -0
  89. package/lib/composite-comp/public/components/Wallet/defaultJSON.js +149 -0
  90. package/lib/composite-comp/public/components/Wallet/mobile/index.js +350 -0
  91. package/lib/composite-comp/public/components/Wallet/mobile/index.less +22 -0
  92. package/lib/composite-comp/public/config-panels/LocationConfig/ConfigContent/index.js +153 -0
  93. package/{es/composite-comp/bol → lib/composite-comp/public}/config-panels/LocationConfig/index.js +10 -52
  94. package/lib/composite-comp/public/config-panels/LocationConfig/index.less +17 -0
  95. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.js +176 -0
  96. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigContent/index.less +0 -0
  97. package/lib/composite-comp/public/config-panels/StoresConfig/ConfigTitle/index.js +103 -0
  98. package/lib/composite-comp/public/config-panels/StoresConfig/index.js +134 -0
  99. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/defaultImg.png +0 -0
  100. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.js +100 -0
  101. package/lib/composite-comp/public/config-panels/WalletConfig/GroupList/index.less +72 -0
  102. package/lib/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup/index.js +123 -0
  103. package/lib/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup/index.less +0 -0
  104. package/lib/composite-comp/public/config-panels/WalletConfig/imgs/defaultImg.png +0 -0
  105. package/lib/composite-comp/public/config-panels/WalletConfig/index.js +61 -0
  106. package/lib/composite-comp/public/second-config-panels/WalletSecondConfig/index.js +152 -0
  107. package/lib/constants/component-types.js +23 -13
  108. package/lib/constants/index.js +9 -1
  109. package/lib/constants/layout.js +18 -4
  110. package/lib/locale/en/en.json +15 -1
  111. package/lib/locale/es/es.json +15 -1
  112. package/lib/locale/index.js +5 -1
  113. package/lib/locale/mn/mn.json +15 -1
  114. package/lib/meta-comp/components/Text/index.less +6 -0
  115. package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.js +207 -0
  116. package/lib/meta-comp/config-panels/ButtonConfig/BorderRadiusInput/index.less +81 -0
  117. package/lib/meta-comp/config-panels/ButtonConfig/index.js +7 -8
  118. package/lib/utils/commonUtil.js +21 -9
  119. package/package.json +1 -1
  120. package/es/composite-comp/bol/components/Location/defaultJSON.js +0 -60
  121. package/es/composite-comp/bol/components/Location/index.js +0 -102
  122. package/es/composite-comp/bol/components/Location/index.less +0 -15
  123. package/lib/composite-comp/bol/components/Location/defaultJSON.js +0 -60
  124. package/lib/composite-comp/bol/components/Location/index.js +0 -102
  125. package/lib/composite-comp/bol/components/Location/index.less +0 -15
  126. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.js +0 -0
  127. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.less +0 -0
  128. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.js +0 -0
  129. /package/es/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.less +0 -0
  130. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.js +0 -0
  131. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.less +0 -0
  132. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigImageGroup/index.less +0 -0
  133. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.js +0 -0
  134. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.less +0 -0
  135. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/imgs/defaultImg.png +0 -0
  136. /package/es/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/index.js +0 -0
  137. /package/es/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.js +0 -0
  138. /package/es/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.less +0 -0
  139. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/defaultJSON.js +0 -0
  140. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/index.js +0 -0
  141. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.js +0 -0
  142. /package/es/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.less +0 -0
  143. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/defaultImg.png +0 -0
  144. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/index.js +0 -0
  145. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/GroupList/index.less +0 -0
  146. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.js +0 -0
  147. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup/index.less +0 -0
  148. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/imgs/defaultImg.png +0 -0
  149. /package/es/composite-comp/{bol → nuri}/config-panels/WalletNuriConfig/index.js +0 -0
  150. /package/es/composite-comp/{bol → nuri}/second-config-panels/WalletNuriSecondConfig/index.js +0 -0
  151. /package/es/composite-comp/{bol → public}/components/Wallet/index.js +0 -0
  152. /package/{lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigContent → es/composite-comp/public/config-panels/StoresConfig/ConfigContent}/index.less +0 -0
  153. /package/{lib/composite-comp/bol/config-panels/WalletConfig/imgs → es/composite-comp/public/config-panels/WalletConfig/GroupList}/defaultImg.png +0 -0
  154. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/GroupList/index.js +0 -0
  155. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/GroupList/index.less +0 -0
  156. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/WalletNuriConfigImageGroup/index.js +0 -0
  157. /package/{lib/composite-comp/bol/config-panels/WalletConfig/WalletConfigImageGroup → es/composite-comp/public/config-panels/WalletConfig/WalletNuriConfigImageGroup}/index.less +0 -0
  158. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig/GroupList → es/composite-comp/public/config-panels/WalletConfig/imgs}/defaultImg.png +0 -0
  159. /package/{lib/composite-comp/bol/config-panels/WalletNuriConfig → es/composite-comp/public/config-panels/WalletConfig}/index.js +0 -0
  160. /package/{lib/composite-comp/bol/second-config-panels/WalletNuriSecondConfig → es/composite-comp/public/second-config-panels/WalletSecondConfig}/index.js +0 -0
  161. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.js +0 -0
  162. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/mobile/index.less +0 -0
  163. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.js +0 -0
  164. /package/lib/composite-comp/{bol/components/Wallet → ashita/components/WalletAshita}/pc/index.less +0 -0
  165. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigContent/index.js +0 -0
  166. /package/lib/composite-comp/{bol/config-panels/WalletNuriConfig/WalletNuriConfigImageGroup → ashita/config-panels/WalletAshitaConfig/WalletConfigContent}/index.less +0 -0
  167. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.js +0 -0
  168. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/WalletConfigSetting/index.less +0 -0
  169. /package/lib/composite-comp/{bol/config-panels/WalletNuriConfig → ashita/config-panels/WalletAshitaConfig}/imgs/defaultImg.png +0 -0
  170. /package/lib/composite-comp/{bol/config-panels/WalletConfig → ashita/config-panels/WalletAshitaConfig}/index.js +0 -0
  171. /package/lib/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.js +0 -0
  172. /package/lib/composite-comp/{bol/second-config-panels/WalletSecondConfig → ashita/second-config-panels/WalletAshitaSecondConfig}/index.less +0 -0
  173. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/defaultJSON.js +0 -0
  174. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/index.js +0 -0
  175. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.js +0 -0
  176. /package/lib/composite-comp/{bol → nuri}/components/WalletNuri/mobile/index.less +0 -0
  177. /package/lib/composite-comp/{bol → public}/components/Wallet/index.js +0 -0
@@ -0,0 +1,176 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _antd = require("antd4");
11
+
12
+ var _ButtonConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/ButtonConfig"));
13
+
14
+ var _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
15
+
16
+ var _coreUtil = require("../../../../../utils/coreUtil");
17
+
18
+ var _common = require("../../../../../common");
19
+
20
+ var _locale = require("../../../../../locale");
21
+
22
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
23
+
24
+ var __extends = void 0 && (void 0).__extends || function () {
25
+ var _extendStatics = function extendStatics(d, b) {
26
+ _extendStatics = Object.setPrototypeOf || {
27
+ __proto__: []
28
+ } instanceof Array && function (d, b) {
29
+ d.__proto__ = b;
30
+ } || function (d, b) {
31
+ for (var p in b) {
32
+ if (b.hasOwnProperty(p)) d[p] = b[p];
33
+ }
34
+ };
35
+
36
+ return _extendStatics(d, b);
37
+ };
38
+
39
+ return function (d, b) {
40
+ _extendStatics(d, b);
41
+
42
+ function __() {
43
+ this.constructor = d;
44
+ }
45
+
46
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
47
+ };
48
+ }();
49
+
50
+ var AComponent =
51
+ /** @class */
52
+ function (_super) {
53
+ __extends(AComponent, _super);
54
+
55
+ function AComponent() {
56
+ var _this = _super !== null && _super.apply(this, arguments) || this;
57
+
58
+ _this.state = {};
59
+
60
+ _this.reRender = function () {
61
+ (0, _coreUtil.renderPreview)();
62
+
63
+ _this.setState({});
64
+ };
65
+
66
+ return _this;
67
+ }
68
+
69
+ AComponent.prototype.render = function () {
70
+ var _this = this;
71
+
72
+ var panelProps = this.props.panelProps;
73
+ return /*#__PURE__*/_react["default"].createElement("div", {
74
+ className: "stores_content"
75
+ }, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
76
+ headerSize: "middle",
77
+ onRefresh: this.reRender,
78
+ source: [{
79
+ key: '1',
80
+ name: (0, _locale.i18n)('STORE_NAME'),
81
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
82
+ data: panelProps.storeName
83
+ }),
84
+ metaOption: panelProps.storeName
85
+ }, {
86
+ key: '2',
87
+ name: (0, _locale.i18n)('STORE_DESCRIPTION'),
88
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
89
+ data: panelProps.storeDesc
90
+ }),
91
+ metaOption: panelProps.storeDesc
92
+ }, {
93
+ key: '3',
94
+ name: (0, _locale.i18n)('FREE_DELIVERY_LABEL'),
95
+ value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
96
+ data: panelProps.freeDeliveryLabel
97
+ }),
98
+ metaOption: panelProps.freeDeliveryLabel
99
+ }, {
100
+ key: '4',
101
+ name: (0, _locale.i18n)('MIN_ORDER'),
102
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
103
+ data: panelProps.minOrder
104
+ }),
105
+ metaOption: panelProps.minOrder
106
+ }, {
107
+ key: '5',
108
+ name: (0, _locale.i18n)('EVALUATE_SCORE'),
109
+ value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
110
+ data: panelProps.evaluateScore
111
+ }),
112
+ metaOption: panelProps.evaluateScore
113
+ }, {
114
+ key: '6',
115
+ name: (0, _locale.i18n)('SOLD'),
116
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
117
+ data: panelProps.sold
118
+ }),
119
+ metaOption: panelProps.sold
120
+ }, {
121
+ key: '7',
122
+ name: (0, _locale.i18n)('DELIVERY_TIME'),
123
+ value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
124
+ data: panelProps.deliveryTime
125
+ }),
126
+ metaOption: panelProps.deliveryTime
127
+ }, {
128
+ key: '8',
129
+ name: (0, _locale.i18n)('DISTANCE'),
130
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
131
+ data: panelProps.distance
132
+ }),
133
+ metaOption: panelProps.distance
134
+ }],
135
+ type: "switch"
136
+ }), /*#__PURE__*/_react["default"].createElement(_common.Field, {
137
+ title: (0, _locale.i18n)('SOURCE_OF_ACTIVITY'),
138
+ topSplit: true
139
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
140
+ onChange: function onChange(v) {
141
+ panelProps.sourceType = v;
142
+
143
+ _this.reRender();
144
+ },
145
+ value: panelProps.sourceType
146
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
147
+ value: "1"
148
+ }, (0, _locale.i18n)('FREE_SHIPPING_STORES')))), /*#__PURE__*/_react["default"].createElement(_common.Field, {
149
+ title: (0, _locale.i18n)('PRODUCT_QUANTITY'),
150
+ topSplit: true
151
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Radio.Group, {
152
+ onChange: function onChange(e) {
153
+ panelProps.maxProdNum = e.target.value;
154
+
155
+ _this.selfRender();
156
+ },
157
+ value: panelProps.maxProdNum
158
+ }, /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
159
+ value: 5
160
+ }, "5"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
161
+ value: 10
162
+ }, "\u226410"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
163
+ value: 20
164
+ }, "\u226420"), /*#__PURE__*/_react["default"].createElement(_antd.Radio, {
165
+ value: 50
166
+ }, "\u226450"))));
167
+ };
168
+
169
+ AComponent.defaultProps = {
170
+ panelProps: {}
171
+ };
172
+ return AComponent;
173
+ }(_react["default"].Component);
174
+
175
+ var _default = AComponent;
176
+ exports["default"] = _default;
@@ -0,0 +1,103 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _coreUtil = require("../../../../../utils/coreUtil");
11
+
12
+ var _common = require("../../../../../common");
13
+
14
+ var _locale = require("../../../../../locale");
15
+
16
+ var _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
17
+
18
+ var _ButtonConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/ButtonConfig"));
19
+
20
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
+
22
+ var __extends = void 0 && (void 0).__extends || function () {
23
+ var _extendStatics = function extendStatics(d, b) {
24
+ _extendStatics = Object.setPrototypeOf || {
25
+ __proto__: []
26
+ } instanceof Array && function (d, b) {
27
+ d.__proto__ = b;
28
+ } || function (d, b) {
29
+ for (var p in b) {
30
+ if (b.hasOwnProperty(p)) d[p] = b[p];
31
+ }
32
+ };
33
+
34
+ return _extendStatics(d, b);
35
+ };
36
+
37
+ return function (d, b) {
38
+ _extendStatics(d, b);
39
+
40
+ function __() {
41
+ this.constructor = d;
42
+ }
43
+
44
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
45
+ };
46
+ }();
47
+
48
+ var AComponent =
49
+ /** @class */
50
+ function (_super) {
51
+ __extends(AComponent, _super);
52
+
53
+ function AComponent() {
54
+ var _this = _super !== null && _super.apply(this, arguments) || this;
55
+
56
+ _this.state = {};
57
+
58
+ _this.reRender = function () {
59
+ (0, _coreUtil.renderPreview)();
60
+
61
+ _this.setState({});
62
+ };
63
+
64
+ return _this;
65
+ }
66
+
67
+ AComponent.prototype.render = function () {
68
+ var panelProps = this.props.panelProps;
69
+ return /*#__PURE__*/_react["default"].createElement("div", {
70
+ className: "stores_title"
71
+ }, /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
72
+ headerSize: "middle",
73
+ onRefresh: this.reRender,
74
+ source: [{
75
+ key: '1',
76
+ name: (0, _locale.i18n)('NAME'),
77
+ value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
78
+ data: panelProps.name
79
+ }),
80
+ metaOption: panelProps.name
81
+ }, {
82
+ key: '2',
83
+ name: (0, _locale.i18n)('SEE_ALL'),
84
+ value: /*#__PURE__*/_react["default"].createElement(_ButtonConfig["default"], {
85
+ data: panelProps.seeAll
86
+ }),
87
+ metaOption: panelProps.seeAll
88
+ }],
89
+ type: "switch"
90
+ }));
91
+ };
92
+
93
+ AComponent.defaultProps = {
94
+ panelProps: {
95
+ name: {},
96
+ seeAll: {}
97
+ }
98
+ };
99
+ return AComponent;
100
+ }(_react["default"].Component);
101
+
102
+ var _default = AComponent;
103
+ exports["default"] = _default;
@@ -0,0 +1,134 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+
8
+ var _react = _interopRequireDefault(require("react"));
9
+
10
+ var _ConfigContent = _interopRequireDefault(require("./ConfigContent"));
11
+
12
+ var _ConfigTitle = _interopRequireDefault(require("./ConfigTitle"));
13
+
14
+ var _coreUtil = require("../../../../utils/coreUtil");
15
+
16
+ var _SpacingConfig = _interopRequireDefault(require("../../../common/config-panels/SpacingConfig"));
17
+
18
+ var _BackgroundConfig = _interopRequireDefault(require("../../../common/config-panels/BackgroundConfig"));
19
+
20
+ var _CustomizeConfig = _interopRequireDefault(require("../../../common/config-panels/CustomizeConfig"));
21
+
22
+ var _Collapse = _interopRequireDefault(require("../../../../common/Collapse"));
23
+
24
+ var _locale = require("../../../../locale");
25
+
26
+ var _layout = require("../../../../constants/layout");
27
+
28
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
29
+
30
+ var __extends = void 0 && (void 0).__extends || function () {
31
+ var _extendStatics = function extendStatics(d, b) {
32
+ _extendStatics = Object.setPrototypeOf || {
33
+ __proto__: []
34
+ } instanceof Array && function (d, b) {
35
+ d.__proto__ = b;
36
+ } || function (d, b) {
37
+ for (var p in b) {
38
+ if (b.hasOwnProperty(p)) d[p] = b[p];
39
+ }
40
+ };
41
+
42
+ return _extendStatics(d, b);
43
+ };
44
+
45
+ return function (d, b) {
46
+ _extendStatics(d, b);
47
+
48
+ function __() {
49
+ this.constructor = d;
50
+ }
51
+
52
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
53
+ };
54
+ }();
55
+
56
+ var RecommendConfig =
57
+ /** @class */
58
+ function (_super) {
59
+ __extends(RecommendConfig, _super);
60
+
61
+ function RecommendConfig() {
62
+ var _this = _super !== null && _super.apply(this, arguments) || this;
63
+
64
+ _this.selfRender = function () {
65
+ (0, _coreUtil.renderPreview)();
66
+
67
+ _this.setState({});
68
+ };
69
+
70
+ _this.getLayout = function (v) {
71
+ var data = _this.props.data;
72
+
73
+ if ((0, _coreUtil.isPc)()) {
74
+ data.customize.layout.pcLayout = v;
75
+ } else {
76
+ data.customize.layout.h5Layout = v;
77
+ }
78
+
79
+ _this.selfRender();
80
+ };
81
+
82
+ return _this;
83
+ }
84
+
85
+ RecommendConfig.prototype.render = function () {
86
+ var data = this.props.data;
87
+ return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
88
+ divider: "bold",
89
+ headerSize: "large",
90
+ source: [{
91
+ key: '1',
92
+ name: (0, _locale.i18n)('TITLE'),
93
+ value: /*#__PURE__*/_react["default"].createElement(_ConfigTitle["default"], {
94
+ panelProps: data.title
95
+ })
96
+ }, {
97
+ key: '2',
98
+ name: (0, _locale.i18n)('CONTENT'),
99
+ value: /*#__PURE__*/_react["default"].createElement(_ConfigContent["default"], {
100
+ panelProps: data.content
101
+ })
102
+ }, {
103
+ key: '3',
104
+ name: (0, _locale.i18n)('SPACING'),
105
+ value: /*#__PURE__*/_react["default"].createElement(_SpacingConfig["default"], {
106
+ configCompSpace: true,
107
+ data: data.spacing
108
+ })
109
+ }, {
110
+ key: '4',
111
+ name: (0, _locale.i18n)('CUSTOMIZE'),
112
+ value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
113
+ data: data.customize,
114
+ layoutSource: _layout.storesLayout
115
+ })
116
+ }, {
117
+ key: '5',
118
+ name: (0, _locale.i18n)('BACKGROUND'),
119
+ value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
120
+ data: data.background
121
+ })
122
+ }],
123
+ type: "triangle"
124
+ }));
125
+ };
126
+
127
+ RecommendConfig.defaultProps = {
128
+ data: {}
129
+ };
130
+ return RecommendConfig;
131
+ }(_react["default"].Component);
132
+
133
+ var _default = RecommendConfig;
134
+ exports["default"] = _default;
@@ -25,14 +25,12 @@ var _Tag = _interopRequireDefault(require("../composite-comp/bol/components/Tag"
25
25
 
26
26
  var _Video = _interopRequireDefault(require("../composite-comp/bol/components/Video"));
27
27
 
28
- var _Wallet = _interopRequireDefault(require("../composite-comp/bol/components/Wallet"));
28
+ var _WalletAshita = _interopRequireDefault(require("../composite-comp/ashita/components/WalletAshita"));
29
29
 
30
- var _WalletNuri = _interopRequireDefault(require("../composite-comp/bol/components/WalletNuri"));
30
+ var _WalletNuri = _interopRequireDefault(require("../composite-comp/nuri/components/WalletNuri"));
31
31
 
32
32
  var _CustomCode = _interopRequireDefault(require("../composite-comp/bol/components/CustomCode"));
33
33
 
34
- var _Location = _interopRequireDefault(require("../composite-comp/bol/components/Location"));
35
-
36
34
  var _FlashDeal = _interopRequireDefault(require("../composite-comp/dito/components/FlashDeal"));
37
35
 
38
36
  var _GroupBuy = _interopRequireDefault(require("../composite-comp/dito/components/GroupBuy"));
@@ -73,6 +71,12 @@ var _MerchantSales = _interopRequireDefault(require("../composite-comp/monpay/co
73
71
 
74
72
  var _MonpaySignBoard = _interopRequireDefault(require("../composite-comp/monpay/components/MonpaySignBoard"));
75
73
 
74
+ var _Location = _interopRequireDefault(require("../composite-comp/public/components/Location"));
75
+
76
+ var _Stores = _interopRequireDefault(require("../composite-comp/public/components/Stores"));
77
+
78
+ var _Wallet = _interopRequireDefault(require("../composite-comp/public/components/Wallet"));
79
+
76
80
  var _BannerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/BannerConfig"));
77
81
 
78
82
  var _DividerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/DividerConfig"));
@@ -95,11 +99,9 @@ var _VideoConfig = _interopRequireDefault(require("../composite-comp/bol/config-
95
99
 
96
100
  var _CustomCodeConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/CustomCodeConfig"));
97
101
 
98
- var _LocationConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/LocationConfig"));
99
-
100
- var _WalletConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/WalletConfig"));
102
+ var _WalletAshitaConfig = _interopRequireDefault(require("../composite-comp/ashita/config-panels/WalletAshitaConfig"));
101
103
 
102
- var _WalletNuriConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/WalletNuriConfig"));
104
+ var _WalletNuriConfig = _interopRequireDefault(require("../composite-comp/nuri/config-panels/WalletNuriConfig"));
103
105
 
104
106
  var _FlashDealConfig = _interopRequireDefault(require("../composite-comp/dito/config-panels/FlashDealConfig"));
105
107
 
@@ -141,6 +143,12 @@ var _MerchantSalesConfig = _interopRequireDefault(require("../composite-comp/mon
141
143
 
142
144
  var _MonpaySignBoardConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/MonpaySignBoardConfig"));
143
145
 
146
+ var _LocationConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/LocationConfig"));
147
+
148
+ var _StoresConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/StoresConfig"));
149
+
150
+ var _WalletConfig = _interopRequireDefault(require("../composite-comp/public/config-panels/WalletConfig"));
151
+
144
152
  var _BannerSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/BannerSecondConfig"));
145
153
 
146
154
  var _TextSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/TextSecondConfig"));
@@ -157,9 +165,9 @@ var _ButtonSecondConfig = _interopRequireDefault(require("../composite-comp/bol/
157
165
 
158
166
  var _VideoSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/VideoSecondConfig"));
159
167
 
160
- var _WalletSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/WalletSecondConfig"));
168
+ var _WalletAshitaSecondConfig = _interopRequireDefault(require("../composite-comp/ashita/second-config-panels/WalletAshitaSecondConfig"));
161
169
 
162
- var _WalletNuriSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/WalletNuriSecondConfig"));
170
+ var _WalletNuriSecondConfig = _interopRequireDefault(require("../composite-comp/nuri/second-config-panels/WalletNuriSecondConfig"));
163
171
 
164
172
  var _RecommendSecondConfig = _interopRequireDefault(require("../composite-comp/dito/second-config-panels/RecommendSecondConfig"));
165
173
 
@@ -181,6 +189,8 @@ var _CommonFunctionsSecondConfig = _interopRequireDefault(require("../composite-
181
189
 
182
190
  var _MonpayRecommendSecondConfig = _interopRequireDefault(require("../composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig"));
183
191
 
192
+ var _WalletSecondConfig = _interopRequireDefault(require("../composite-comp/public/second-config-panels/WalletSecondConfig"));
193
+
184
194
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
185
195
 
186
196
  var _a, _b, _c; // 组件
@@ -189,17 +199,17 @@ var _a, _b, _c; // 组件
189
199
  /**
190
200
  * 渲染组件索引
191
201
  */
192
- var componentMap = (_a = {}, _a[_Banner["default"].type] = _Banner["default"], _a[_Video["default"].type] = _Video["default"], _a[_Text["default"].type] = _Text["default"], _a[_FlashDeal["default"].type] = _FlashDeal["default"], _a[_MonpayFlashDeal["default"].type] = _MonpayFlashDeal["default"], _a[_GroupBuy["default"].type] = _GroupBuy["default"], _a[_SearchBar["default"].type] = _SearchBar["default"], _a[_SignBoard["default"].type] = _SignBoard["default"], _a[_MenuNavigation["default"].type] = _MenuNavigation["default"], _a[_HeadNavigation["default"].type] = _HeadNavigation["default"], _a[_PersonalInformation["default"].type] = _PersonalInformation["default"], _a[_Orders["default"].type] = _Orders["default"], _a[_CommonFunctions["default"].type] = _CommonFunctions["default"], _a[_ImageText["default"].type] = _ImageText["default"], _a[_Recommend["default"].type] = _Recommend["default"], _a[_AffiliateRecommend["default"].type] = _AffiliateRecommend["default"], _a[_MonpayRecommend["default"].type] = _MonpayRecommend["default"], _a[_InterestProducts["default"].type] = _InterestProducts["default"], _a[_Bundle["default"].type] = _Bundle["default"], _a[_MerchantSales["default"].type] = _MerchantSales["default"], _a[_MobileNavigation["default"].type] = _MobileNavigation["default"], _a[_PcNavigation["default"].type] = _PcNavigation["default"], _a[_Divider["default"].type] = _Divider["default"], _a[_ImageGallery["default"].type] = _ImageGallery["default"], _a[_Newsletter["default"].type] = _Newsletter["default"], _a[_Carousel["default"].type] = _Carousel["default"], _a[_Button["default"].type] = _Button["default"], _a[_Tag["default"].type] = _Tag["default"], _a[_Wallet["default"].type] = _Wallet["default"], _a[_WalletNuri["default"].type] = _WalletNuri["default"], _a[_CustomCode["default"].type] = _CustomCode["default"], _a[_Location["default"].type] = _Location["default"], _a[_Bargain["default"].type] = _Bargain["default"], _a[_MonpaySignBoard["default"].type] = _MonpaySignBoard["default"], _a);
202
+ var componentMap = (_a = {}, _a[_Banner["default"].type] = _Banner["default"], _a[_Video["default"].type] = _Video["default"], _a[_Text["default"].type] = _Text["default"], _a[_FlashDeal["default"].type] = _FlashDeal["default"], _a[_MonpayFlashDeal["default"].type] = _MonpayFlashDeal["default"], _a[_GroupBuy["default"].type] = _GroupBuy["default"], _a[_SearchBar["default"].type] = _SearchBar["default"], _a[_SignBoard["default"].type] = _SignBoard["default"], _a[_MenuNavigation["default"].type] = _MenuNavigation["default"], _a[_HeadNavigation["default"].type] = _HeadNavigation["default"], _a[_PersonalInformation["default"].type] = _PersonalInformation["default"], _a[_Orders["default"].type] = _Orders["default"], _a[_CommonFunctions["default"].type] = _CommonFunctions["default"], _a[_ImageText["default"].type] = _ImageText["default"], _a[_Recommend["default"].type] = _Recommend["default"], _a[_AffiliateRecommend["default"].type] = _AffiliateRecommend["default"], _a[_MonpayRecommend["default"].type] = _MonpayRecommend["default"], _a[_InterestProducts["default"].type] = _InterestProducts["default"], _a[_Bundle["default"].type] = _Bundle["default"], _a[_MerchantSales["default"].type] = _MerchantSales["default"], _a[_MobileNavigation["default"].type] = _MobileNavigation["default"], _a[_PcNavigation["default"].type] = _PcNavigation["default"], _a[_Divider["default"].type] = _Divider["default"], _a[_ImageGallery["default"].type] = _ImageGallery["default"], _a[_Newsletter["default"].type] = _Newsletter["default"], _a[_Carousel["default"].type] = _Carousel["default"], _a[_Button["default"].type] = _Button["default"], _a[_Tag["default"].type] = _Tag["default"], _a[_WalletAshita["default"].type] = _WalletAshita["default"], _a[_WalletNuri["default"].type] = _WalletNuri["default"], _a[_Wallet["default"].type] = _Wallet["default"], _a[_CustomCode["default"].type] = _CustomCode["default"], _a[_Location["default"].type] = _Location["default"], _a[_Stores["default"].type] = _Stores["default"], _a[_Bargain["default"].type] = _Bargain["default"], _a[_MonpaySignBoard["default"].type] = _MonpaySignBoard["default"], _a);
193
203
  /**
194
204
  * 一级配置面板索引
195
205
  */
196
206
 
197
207
  exports.componentMap = componentMap;
198
- var configPanelMap = (_b = {}, _b[_Banner["default"].type] = _BannerConfig["default"], _b[_Video["default"].type] = _VideoConfig["default"], _b[_Text["default"].type] = _TextCompConfig["default"], _b[_FlashDeal["default"].type] = _FlashDealConfig["default"], _b[_MonpayFlashDeal["default"].type] = _MonpayFlashDealConfig["default"], _b[_GroupBuy["default"].type] = _GroupBuyConfig["default"], _b[_SearchBar["default"].type] = _SearchBarConfig["default"], _b[_SignBoard["default"].type] = _SignBoardConfig["default"], _b[_MenuNavigation["default"].type] = _MenuNavigationConfig["default"], _b[_HeadNavigation["default"].type] = _HeadNavigationConfig["default"], _b[_PersonalInformation["default"].type] = _PersonalInformationConfig["default"], _b[_Orders["default"].type] = _OrdersConfig["default"], _b[_CommonFunctions["default"].type] = _CommonFunctionsConfig["default"], _b[_ImageText["default"].type] = _ImageTextConfig["default"], _b[_Recommend["default"].type] = _RecommendConfig["default"], _b[_AffiliateRecommend["default"].type] = _AffiliateRecommendConfig["default"], _b[_MonpayRecommend["default"].type] = _MonpayRecommendConfig["default"], _b[_InterestProducts["default"].type] = _InterestProductsConfig["default"], _b[_Bundle["default"].type] = _BundleConfig["default"], _b[_MerchantSales["default"].type] = _MerchantSalesConfig["default"], _b[_MobileNavigation["default"].type] = _MobileNavigationConfig["default"], _b[_PcNavigation["default"].type] = _PcNavigationConfig["default"], _b[_Divider["default"].type] = _DividerConfig["default"], _b[_ImageGallery["default"].type] = _ImageGalleryConfig["default"], _b[_Newsletter["default"].type] = _NewsletterConfig["default"], _b[_Carousel["default"].type] = _CarouselConfig["default"], _b[_Button["default"].type] = _ButtonCompConfig["default"], _b[_Tag["default"].type] = _TagCompConfig["default"], _b[_Wallet["default"].type] = _WalletConfig["default"], _b[_WalletNuri["default"].type] = _WalletNuriConfig["default"], _b[_CustomCode["default"].type] = _CustomCodeConfig["default"], _b[_Location["default"].type] = _LocationConfig["default"], _b[_Bargain["default"].type] = _BargainConfig["default"], _b[_MonpaySignBoard["default"].type] = _MonpaySignBoardConfig["default"], _b);
208
+ var configPanelMap = (_b = {}, _b[_Banner["default"].type] = _BannerConfig["default"], _b[_Video["default"].type] = _VideoConfig["default"], _b[_Text["default"].type] = _TextCompConfig["default"], _b[_FlashDeal["default"].type] = _FlashDealConfig["default"], _b[_MonpayFlashDeal["default"].type] = _MonpayFlashDealConfig["default"], _b[_GroupBuy["default"].type] = _GroupBuyConfig["default"], _b[_SearchBar["default"].type] = _SearchBarConfig["default"], _b[_SignBoard["default"].type] = _SignBoardConfig["default"], _b[_MenuNavigation["default"].type] = _MenuNavigationConfig["default"], _b[_HeadNavigation["default"].type] = _HeadNavigationConfig["default"], _b[_PersonalInformation["default"].type] = _PersonalInformationConfig["default"], _b[_Orders["default"].type] = _OrdersConfig["default"], _b[_CommonFunctions["default"].type] = _CommonFunctionsConfig["default"], _b[_ImageText["default"].type] = _ImageTextConfig["default"], _b[_Recommend["default"].type] = _RecommendConfig["default"], _b[_AffiliateRecommend["default"].type] = _AffiliateRecommendConfig["default"], _b[_MonpayRecommend["default"].type] = _MonpayRecommendConfig["default"], _b[_InterestProducts["default"].type] = _InterestProductsConfig["default"], _b[_Bundle["default"].type] = _BundleConfig["default"], _b[_MerchantSales["default"].type] = _MerchantSalesConfig["default"], _b[_MobileNavigation["default"].type] = _MobileNavigationConfig["default"], _b[_PcNavigation["default"].type] = _PcNavigationConfig["default"], _b[_Divider["default"].type] = _DividerConfig["default"], _b[_ImageGallery["default"].type] = _ImageGalleryConfig["default"], _b[_Newsletter["default"].type] = _NewsletterConfig["default"], _b[_Carousel["default"].type] = _CarouselConfig["default"], _b[_Button["default"].type] = _ButtonCompConfig["default"], _b[_Tag["default"].type] = _TagCompConfig["default"], _b[_WalletAshita["default"].type] = _WalletAshitaConfig["default"], _b[_WalletNuri["default"].type] = _WalletNuriConfig["default"], _b[_Wallet["default"].type] = _WalletConfig["default"], _b[_CustomCode["default"].type] = _CustomCodeConfig["default"], _b[_Location["default"].type] = _LocationConfig["default"], _b[_Stores["default"].type] = _StoresConfig["default"], _b[_Bargain["default"].type] = _BargainConfig["default"], _b[_MonpaySignBoard["default"].type] = _MonpaySignBoardConfig["default"], _b);
199
209
  /**
200
210
  * 二级配置面板索引
201
211
  */
202
212
 
203
213
  exports.configPanelMap = configPanelMap;
204
- var secondConfigPanelMap = (_c = {}, _c[_Banner["default"].type] = _BannerSecondConfig["default"], _c[_Video["default"].type] = _VideoSecondConfig["default"], _c[_Text["default"].type] = _TextSecondConfig["default"], _c[_ImageText["default"].type] = _ImageTextSecondConfig["default"], _c[_Recommend["default"].type] = _RecommendSecondConfig["default"], _c[_AffiliateRecommend["default"].type] = _AffiliateRecommendSecondConfig["default"], _c[_MonpayRecommend["default"].type] = _MonpayRecommendSecondConfig["default"], _c[_MobileNavigation["default"].type] = _MobileNavigationSecondConfig["default"], _c[_PcNavigation["default"].type] = _PcNavigationSecondConfig["default"], _c[_MenuNavigation["default"].type] = _MenuNavigationSecondConfig["default"], _c[_HeadNavigation["default"].type] = _HeadNavigationSecondConfig["default"], _c[_PersonalInformation["default"].type] = _PersonalInformationSecondConfig["default"], _c[_Orders["default"].type] = _OrdersSecondConfig["default"], _c[_CommonFunctions["default"].type] = _CommonFunctionsSecondConfig["default"], _c[_Carousel["default"].type] = _CarouselSecondConfig["default"], _c[_ImageGallery["default"].type] = _ImageGallerySecondConfig["default"], _c[_Tag["default"].type] = _TagSecondConfig["default"], _c[_Button["default"].type] = _ButtonSecondConfig["default"], _c[_Wallet["default"].type] = _WalletSecondConfig["default"], _c[_WalletNuri["default"].type] = _WalletNuriSecondConfig["default"], _c);
214
+ var secondConfigPanelMap = (_c = {}, _c[_Banner["default"].type] = _BannerSecondConfig["default"], _c[_Video["default"].type] = _VideoSecondConfig["default"], _c[_Text["default"].type] = _TextSecondConfig["default"], _c[_ImageText["default"].type] = _ImageTextSecondConfig["default"], _c[_Recommend["default"].type] = _RecommendSecondConfig["default"], _c[_AffiliateRecommend["default"].type] = _AffiliateRecommendSecondConfig["default"], _c[_MonpayRecommend["default"].type] = _MonpayRecommendSecondConfig["default"], _c[_MobileNavigation["default"].type] = _MobileNavigationSecondConfig["default"], _c[_PcNavigation["default"].type] = _PcNavigationSecondConfig["default"], _c[_MenuNavigation["default"].type] = _MenuNavigationSecondConfig["default"], _c[_HeadNavigation["default"].type] = _HeadNavigationSecondConfig["default"], _c[_PersonalInformation["default"].type] = _PersonalInformationSecondConfig["default"], _c[_Orders["default"].type] = _OrdersSecondConfig["default"], _c[_CommonFunctions["default"].type] = _CommonFunctionsSecondConfig["default"], _c[_Carousel["default"].type] = _CarouselSecondConfig["default"], _c[_ImageGallery["default"].type] = _ImageGallerySecondConfig["default"], _c[_Tag["default"].type] = _TagSecondConfig["default"], _c[_Button["default"].type] = _ButtonSecondConfig["default"], _c[_WalletAshita["default"].type] = _WalletAshitaSecondConfig["default"], _c[_WalletNuri["default"].type] = _WalletNuriSecondConfig["default"], _c[_Wallet["default"].type] = _WalletSecondConfig["default"], _c);
205
215
  exports.secondConfigPanelMap = secondConfigPanelMap;
@@ -257,6 +257,10 @@ var compInfoMap = {
257
257
  name: 'Location',
258
258
  icon: 'icon-location'
259
259
  },
260
+ STORES: {
261
+ name: 'Stores',
262
+ icon: 'icon-Storefront'
263
+ },
260
264
  CUSTOM_CODE: {
261
265
  name: 'Custom Code',
262
266
  icon: 'icon-html'
@@ -309,7 +313,7 @@ var compInfoMap = {
309
313
  name: 'Video',
310
314
  icon: 'icon-video'
311
315
  },
312
- WALLET: {
316
+ WALLET_ASHITA: {
313
317
  name: 'Wallet',
314
318
  icon: 'icon-cards_fill'
315
319
  },
@@ -317,6 +321,10 @@ var compInfoMap = {
317
321
  name: 'Wallet',
318
322
  icon: 'icon-Wallet'
319
323
  },
324
+ WALLET: {
325
+ name: 'Wallet',
326
+ icon: 'icon-Wallet'
327
+ },
320
328
  HEAD_NAVIGATION: {
321
329
  name: 'Head Navigation',
322
330
  icon: 'icon-header'
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.videoPCLayout = exports.videoH5Layout = exports.textLayout = exports.tagLayout = exports.searchLayout = exports.recommendLayoutPc = exports.recommendLayoutMobile = exports.pcNavigationLayout = exports.newsletterLayout = exports.monpaySignBoardLayout = exports.monpayRecommendLayoutMobile = exports.monpayFlashDealLayout = exports.mobileNavigationLayout = exports.merchantSalesLayout = exports.locationLayout = exports.interestLayout = exports.imageTextLayoutPc = exports.imageTextLayoutMobile = exports.imageGalleryLayout = exports.groupBuyLayout = exports.flashDealLayout = exports.dividerLayout = exports.defaultLayout = exports.carouselLayout = exports.buttonLayout = exports.bundleLayout = exports.bargainLayout = exports.bannerSlideLayout = exports.affiliateLayoutPc = exports.affiliateLayoutMobile = exports.WalletNuriLayout = exports.WalletLayout = void 0;
6
+ exports.videoPCLayout = exports.videoH5Layout = exports.textLayout = exports.tagLayout = exports.storesLayout = exports.searchLayout = exports.recommendLayoutPc = exports.recommendLayoutMobile = exports.pcNavigationLayout = exports.newsletterLayout = exports.monpaySignBoardLayout = exports.monpayRecommendLayoutMobile = exports.monpayFlashDealLayout = exports.mobileNavigationLayout = exports.merchantSalesLayout = exports.locationLayout = exports.interestLayout = exports.imageTextLayoutPc = exports.imageTextLayoutMobile = exports.imageGalleryLayout = exports.groupBuyLayout = exports.flashDealLayout = exports.dividerLayout = exports.defaultLayout = exports.carouselLayout = exports.buttonLayout = exports.bundleLayout = exports.bargainLayout = exports.bannerSlideLayout = exports.affiliateLayoutPc = exports.affiliateLayoutMobile = exports.WalletNuriLayout = exports.WalletLayout = void 0;
7
7
 
8
8
  var _dividerLayout = _interopRequireDefault(require("../assets/images/layout-icon/dividerLayout.svg"));
9
9
 
@@ -115,6 +115,10 @@ var _interestLayout = _interopRequireDefault(require("../assets/images/layout-ic
115
115
 
116
116
  var _merchantSalesLayout = _interopRequireDefault(require("../assets/images/layout-icon/merchantSalesLayout1.png"));
117
117
 
118
+ var _storesLayout = _interopRequireDefault(require("../assets/images/layout-icon/storesLayout1.png"));
119
+
120
+ var _storesLayout2 = _interopRequireDefault(require("../assets/images/layout-icon/storesLayout2.png"));
121
+
118
122
  var _left = _interopRequireDefault(require("../assets/images/layout-icon/left.png"));
119
123
 
120
124
  var _center = _interopRequireDefault(require("../assets/images/layout-icon/center.png"));
@@ -150,8 +154,8 @@ var searchLayout = [{
150
154
  }];
151
155
  exports.searchLayout = searchLayout;
152
156
  var locationLayout = [{
153
- id: 'top',
154
- name: 'top',
157
+ id: 'layout1',
158
+ name: 'layout1',
155
159
  image: _locationLayout["default"]
156
160
  }];
157
161
  exports.locationLayout = locationLayout;
@@ -466,4 +470,14 @@ var merchantSalesLayout = [{
466
470
  name: 'layout1',
467
471
  image: _merchantSalesLayout["default"]
468
472
  }];
469
- exports.merchantSalesLayout = merchantSalesLayout;
473
+ exports.merchantSalesLayout = merchantSalesLayout;
474
+ var storesLayout = [{
475
+ id: 'layout1',
476
+ name: 'layout1',
477
+ image: _storesLayout["default"]
478
+ }, {
479
+ id: 'layout2',
480
+ name: 'layout2',
481
+ image: _storesLayout2["default"]
482
+ }];
483
+ exports.storesLayout = storesLayout;
@@ -1,4 +1,19 @@
1
1
  {
2
+ "SEARCH_FOR_PRODUCT_OR_SHOP": "Search for product or shop",
3
+ "MIN_ORDER": "Min Order",
4
+ "FREE_SHIPPING_STORES": "Free shipping stores",
5
+ "SOURCE_OF_STORE": "Source of store",
6
+ "DISTANCE": "Distance",
7
+ "DELIVERY_TIME": "Delivery Time",
8
+ "EVALUATE_SCORE": "Evaluate Score",
9
+ "FREE_DELIVERY_LABEL": "Free Delivery Label",
10
+ "STORE_DESCRIPTION": "Store Description",
11
+ "STORE_NAME": "Store Name",
12
+ "MIXED": "Mixed",
13
+ "CUSTOMER_NAME_AND_PHONE_NUMBER": "Customer name and phone number",
14
+ "LOCATION_BACKGROUND": "Location Background",
15
+ "ARROW_ICON": "Arrow Icon",
16
+ "CUSTOMER": "Customer",
2
17
  "BOLD": "Bold",
3
18
  "SEMIBOLD": "Semibold",
4
19
  "MEDIUM": "Medium",
@@ -88,7 +103,6 @@
88
103
  "FOLLOWED": "Followed",
89
104
  "VERIFIED": "Verified",
90
105
  "RATING": "Rating",
91
- "STORE_NAME": "Store Name",
92
106
  "RATING_DETAILS": "Rating Details",
93
107
  "FOLLOWERS": "Followers",
94
108
  "FOLLOW_BUTTON": "Follow Button",
@@ -1,4 +1,19 @@
1
1
  {
2
+ "SEARCH_FOR_PRODUCT_OR_SHOP": "Search for product or shop",
3
+ "MIN_ORDER": "Min Order",
4
+ "FREE_SHIPPING_STORES": "Free shipping stores",
5
+ "SOURCE_OF_STORE": "Source of store",
6
+ "DISTANCE": "Distance",
7
+ "DELIVERY_TIME": "Delivery Time",
8
+ "EVALUATE_SCORE": "Evaluate Score",
9
+ "FREE_DELIVERY_LABEL": "Free Delivery Label",
10
+ "STORE_DESCRIPTION": "Store Description",
11
+ "STORE_NAME": "Store Name",
12
+ "MIXED": "Mixed",
13
+ "CUSTOMER_NAME_AND_PHONE_NUMBER": "Customer name and phone number",
14
+ "LOCATION_BACKGROUND": "Location Background",
15
+ "ARROW_ICON": "Arrow Icon",
16
+ "CUSTOMER": "Customer",
2
17
  "BOLD": "Bold",
3
18
  "SEMIBOLD": "Semibold",
4
19
  "MEDIUM": "Medio",
@@ -88,7 +103,6 @@
88
103
  "FOLLOWED": "Followed",
89
104
  "VERIFIED": "Verified",
90
105
  "RATING": "Rating",
91
- "STORE_NAME": "Store Name",
92
106
  "RATING_DETAILS": "Rating Details",
93
107
  "FOLLOWERS": "Followers",
94
108
  "FOLLOW_BUTTON": "Follow Button",