@fonixtree/magic-design 2.0.98 → 2.0.100
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.
- package/es/assets/fonts/magic-box-iconfont.css +23 -3
- package/es/assets/fonts/magic-box-iconfont.js +1 -1
- package/es/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff +0 -0
- package/es/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/es/common/PopUpModal/index.js +349 -0
- package/es/common/PopUpModal/index.less +79 -0
- package/es/common/PopUpModal1/index.js +164 -0
- package/es/common/PopUpModal1/style.less +56 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/imgs/notFound.png +0 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.js +244 -0
- package/es/common/ProductFilterModal/components/FilterSearchModal/index.less +129 -0
- package/es/common/ProductFilterModal/index.js +366 -0
- package/es/common/ProductFilterModal/index.less +72 -0
- package/es/common/Tag/index.js +46 -0
- package/es/common/Tag/index.less +16 -0
- package/es/common/index.js +16 -0
- package/es/composite-comp/common/components/MonpayProductItem/index.js +1 -1
- package/es/composite-comp/monpay/components/Bundle/defaultJSON.js +77 -0
- package/es/composite-comp/monpay/components/Bundle/index.js +86 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +119 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.less +107 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +51 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.less +61 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/img/card.png +0 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/index.js +493 -0
- package/es/composite-comp/monpay/components/Bundle/mobile/index.less +7 -0
- package/es/composite-comp/monpay/components/InterestProducts/defaultJSON.js +80 -0
- package/es/composite-comp/monpay/components/InterestProducts/index.js +86 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +192 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +159 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/img/card.png +0 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/index.js +348 -0
- package/es/composite-comp/monpay/components/InterestProducts/mobile/index.less +21 -0
- package/es/composite-comp/monpay/components/MerchantSales/defaultJSON.js +99 -0
- package/es/composite-comp/monpay/components/MerchantSales/index.js +86 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/ProductItem/index.js +104 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/ProductItem/index.less +34 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/img/card.png +0 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/img/sale.png +0 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/index.js +302 -0
- package/es/composite-comp/monpay/components/MerchantSales/mobile/index.less +14 -0
- package/es/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.less +1 -1
- package/es/composite-comp/monpay/components/MonpayFlashDeal/pc/index.less +1 -1
- package/es/composite-comp/monpay/components/MonpayRecommend/defaultJSON.js +7 -3
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +144 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.less +49 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/card.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +143 -35
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/imgs/card.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/index.js +59 -5
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/index.less +5 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +114 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +95 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/imgs/layout.png +0 -0
- package/es/composite-comp/monpay/config-panels/BundleConfig/index.js +73 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +114 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +101 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/imgs/layout.png +0 -0
- package/es/composite-comp/monpay/config-panels/InterestProductsConfig/index.js +73 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +109 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +95 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/imgs/layout.png +0 -0
- package/es/composite-comp/monpay/config-panels/MerchantSalesConfig/index.js +73 -0
- package/es/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/AIRecommendation/index.js +5 -1
- package/es/constants/component-types.js +14 -2
- package/es/constants/index.js +34 -3
- package/es/locale/en/en.json +10 -0
- package/es/locale/es/es.json +10 -0
- package/es/locale/id/id.json +10 -0
- package/lib/assets/fonts/magic-box-iconfont.css +23 -3
- package/lib/assets/fonts/magic-box-iconfont.js +1 -1
- package/lib/assets/fonts/magic-box-iconfont.ttf +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff +0 -0
- package/lib/assets/fonts/magic-box-iconfont.woff2 +0 -0
- package/lib/common/PopUpModal/index.js +349 -0
- package/lib/common/PopUpModal/index.less +79 -0
- package/lib/common/PopUpModal1/index.js +164 -0
- package/lib/common/PopUpModal1/style.less +56 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/imgs/notFound.png +0 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.js +244 -0
- package/lib/common/ProductFilterModal/components/FilterSearchModal/index.less +129 -0
- package/lib/common/ProductFilterModal/index.js +366 -0
- package/lib/common/ProductFilterModal/index.less +72 -0
- package/lib/common/Tag/index.js +46 -0
- package/lib/common/Tag/index.less +16 -0
- package/lib/common/index.js +16 -0
- package/lib/composite-comp/common/components/MonpayProductItem/index.js +1 -1
- package/lib/composite-comp/monpay/components/Bundle/defaultJSON.js +77 -0
- package/lib/composite-comp/monpay/components/Bundle/index.js +86 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.js +119 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleItem/index.less +107 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.js +51 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/BundleProdItem/index.less +61 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/img/card.png +0 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/index.js +493 -0
- package/lib/composite-comp/monpay/components/Bundle/mobile/index.less +7 -0
- package/lib/composite-comp/monpay/components/InterestProducts/defaultJSON.js +80 -0
- package/lib/composite-comp/monpay/components/InterestProducts/index.js +86 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.js +192 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/ProductItem/index.less +159 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/img/card.png +0 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.js +348 -0
- package/lib/composite-comp/monpay/components/InterestProducts/mobile/index.less +21 -0
- package/lib/composite-comp/monpay/components/MerchantSales/defaultJSON.js +99 -0
- package/lib/composite-comp/monpay/components/MerchantSales/index.js +86 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/ProductItem/index.js +104 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/ProductItem/index.less +34 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/img/card.png +0 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/img/sale.png +0 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/index.js +302 -0
- package/lib/composite-comp/monpay/components/MerchantSales/mobile/index.less +14 -0
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/mobile/index.less +1 -1
- package/lib/composite-comp/monpay/components/MonpayFlashDeal/pc/index.less +1 -1
- package/lib/composite-comp/monpay/components/MonpayRecommend/defaultJSON.js +7 -3
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.js +144 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/SearchCondition/index.less +49 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/card.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/index.js +143 -35
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/imgs/card.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/index.js +59 -5
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/index.less +5 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.js +114 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.js +95 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/imgs/layout.png +0 -0
- package/lib/composite-comp/monpay/config-panels/BundleConfig/index.js +73 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.js +114 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.js +101 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/imgs/layout.png +0 -0
- package/lib/composite-comp/monpay/config-panels/InterestProductsConfig/index.js +73 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.js +109 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigContent/index.less +41 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.js +95 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/ConfigTitle/index.less +7 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/imgs/layout.png +0 -0
- package/lib/composite-comp/monpay/config-panels/MerchantSalesConfig/index.js +73 -0
- package/lib/composite-comp/monpay/second-config-panels/MonpayRecommendSecondConfig/AIRecommendation/index.js +5 -1
- package/lib/constants/component-types.js +14 -2
- package/lib/constants/index.js +34 -3
- package/lib/locale/en/en.json +10 -0
- package/lib/locale/es/es.json +10 -0
- package/lib/locale/id/id.json +10 -0
- package/package.json +1 -1
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg1.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg2.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg3.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg1.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg2.png +0 -0
- package/es/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg3.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg1.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg2.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/mobile/imgs/defImg3.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg1.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg2.png +0 -0
- package/lib/composite-comp/monpay/components/MonpayRecommend/pc/imgs/defImg3.png +0 -0
|
@@ -0,0 +1,109 @@
|
|
|
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("antd");
|
|
11
|
+
|
|
12
|
+
var _coreUtil = require("../../../../../utils/coreUtil");
|
|
13
|
+
|
|
14
|
+
var _common = require("../../../../../common");
|
|
15
|
+
|
|
16
|
+
var _TextConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/TextConfig"));
|
|
17
|
+
|
|
18
|
+
require("./index.less");
|
|
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 _this = this;
|
|
69
|
+
|
|
70
|
+
var panelProps = this.props.panelProps;
|
|
71
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
72
|
+
className: "monpay_merchant_sales_content"
|
|
73
|
+
}, /*#__PURE__*/_react["default"].createElement(_common.Field, {
|
|
74
|
+
title: "Source of Activity"
|
|
75
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select, {
|
|
76
|
+
onChange: function onChange(v) {
|
|
77
|
+
panelProps.sourceType = v;
|
|
78
|
+
|
|
79
|
+
_this.reRender();
|
|
80
|
+
},
|
|
81
|
+
value: panelProps.sourceType
|
|
82
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Select.Option, {
|
|
83
|
+
value: "1"
|
|
84
|
+
}, "Sales"))), /*#__PURE__*/_react["default"].createElement(_common.Collapse, {
|
|
85
|
+
divider: "bold",
|
|
86
|
+
headerSize: "middle",
|
|
87
|
+
source: [{
|
|
88
|
+
key: '1',
|
|
89
|
+
name: 'Merchant Name',
|
|
90
|
+
value: /*#__PURE__*/_react["default"].createElement(_TextConfig["default"], {
|
|
91
|
+
data: panelProps.merchantName
|
|
92
|
+
}),
|
|
93
|
+
metaOption: panelProps.merchantName
|
|
94
|
+
}],
|
|
95
|
+
type: "switch"
|
|
96
|
+
}));
|
|
97
|
+
};
|
|
98
|
+
|
|
99
|
+
AComponent.defaultProps = {
|
|
100
|
+
panelProps: {
|
|
101
|
+
sourceType: '1',
|
|
102
|
+
maxProdNum: 4
|
|
103
|
+
}
|
|
104
|
+
};
|
|
105
|
+
return AComponent;
|
|
106
|
+
}(_react["default"].Component);
|
|
107
|
+
|
|
108
|
+
var _default = AComponent;
|
|
109
|
+
exports["default"] = _default;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
.monpay_flash_sale_content {
|
|
2
|
+
|
|
3
|
+
.sales_progress_wrap {
|
|
4
|
+
border-top: 1px solid #EDF0F4;
|
|
5
|
+
padding-top: 20px;
|
|
6
|
+
padding-bottom: 10px;
|
|
7
|
+
|
|
8
|
+
.title {
|
|
9
|
+
display: flex;
|
|
10
|
+
justify-content: space-between;
|
|
11
|
+
|
|
12
|
+
.label {
|
|
13
|
+
font-size: 16px !important;
|
|
14
|
+
line-height: 24px !important;
|
|
15
|
+
height: 24px !important;
|
|
16
|
+
font-weight: 600 !important;
|
|
17
|
+
color: hsl(219, 33%, 21%);
|
|
18
|
+
font-family: 'Open Sans';
|
|
19
|
+
font-style: normal;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.content {
|
|
24
|
+
position: relative;
|
|
25
|
+
background-color: #F5F6F7;
|
|
26
|
+
border-radius: 6px;
|
|
27
|
+
padding: 12px;
|
|
28
|
+
margin-top: 20px;
|
|
29
|
+
|
|
30
|
+
.name {
|
|
31
|
+
font-size: 14px;
|
|
32
|
+
font-family: 'Open Sans';
|
|
33
|
+
font-weight: 600;
|
|
34
|
+
color: #232F46;
|
|
35
|
+
margin-bottom: 10px;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
}
|
|
41
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
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 _ImageConfig = _interopRequireDefault(require("../../../../../meta-comp/config-panels/ImageConfig"));
|
|
11
|
+
|
|
12
|
+
var _coreUtil = require("../../../../../utils/coreUtil");
|
|
13
|
+
|
|
14
|
+
var _common = require("../../../../../common");
|
|
15
|
+
|
|
16
|
+
var _locale = require("../../../../../locale");
|
|
17
|
+
|
|
18
|
+
require("./index.less");
|
|
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: "monpay_merchant_sales_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)('HEADLINE'),
|
|
77
|
+
value: /*#__PURE__*/_react["default"].createElement(_ImageConfig["default"], {
|
|
78
|
+
data: panelProps.headerImage
|
|
79
|
+
}),
|
|
80
|
+
metaOption: panelProps.headerImage
|
|
81
|
+
}],
|
|
82
|
+
type: "switch"
|
|
83
|
+
}));
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
AComponent.defaultProps = {
|
|
87
|
+
panelProps: {
|
|
88
|
+
headerImage: {}
|
|
89
|
+
}
|
|
90
|
+
};
|
|
91
|
+
return AComponent;
|
|
92
|
+
}(_react["default"].Component);
|
|
93
|
+
|
|
94
|
+
var _default = AComponent;
|
|
95
|
+
exports["default"] = _default;
|
|
Binary file
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = MerchantSalesConfig;
|
|
7
|
+
|
|
8
|
+
var _react = _interopRequireDefault(require("react"));
|
|
9
|
+
|
|
10
|
+
var _ConfigTitle = _interopRequireDefault(require("./ConfigTitle"));
|
|
11
|
+
|
|
12
|
+
var _ConfigContent = _interopRequireDefault(require("./ConfigContent"));
|
|
13
|
+
|
|
14
|
+
var _layout = _interopRequireDefault(require("./imgs/layout.png"));
|
|
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
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
27
|
+
|
|
28
|
+
function MerchantSalesConfig(props) {
|
|
29
|
+
var data = props.data;
|
|
30
|
+
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_Collapse["default"], {
|
|
31
|
+
divider: "bold",
|
|
32
|
+
headerSize: "large",
|
|
33
|
+
source: [{
|
|
34
|
+
key: '1',
|
|
35
|
+
name: (0, _locale.i18n)('TITLE'),
|
|
36
|
+
value: /*#__PURE__*/_react["default"].createElement(_ConfigTitle["default"], {
|
|
37
|
+
panelProps: data.title
|
|
38
|
+
})
|
|
39
|
+
}, {
|
|
40
|
+
key: '2',
|
|
41
|
+
name: (0, _locale.i18n)('CONTENT'),
|
|
42
|
+
value: /*#__PURE__*/_react["default"].createElement(_ConfigContent["default"], {
|
|
43
|
+
panelProps: data.content
|
|
44
|
+
})
|
|
45
|
+
}, {
|
|
46
|
+
key: '3',
|
|
47
|
+
name: (0, _locale.i18n)('SPACING'),
|
|
48
|
+
value: /*#__PURE__*/_react["default"].createElement(_SpacingConfig["default"], {
|
|
49
|
+
configCompSpace: true,
|
|
50
|
+
data: data.spacing
|
|
51
|
+
})
|
|
52
|
+
}, {
|
|
53
|
+
key: '4',
|
|
54
|
+
name: (0, _locale.i18n)('CUSTOMIZE'),
|
|
55
|
+
value: /*#__PURE__*/_react["default"].createElement(_CustomizeConfig["default"], {
|
|
56
|
+
data: data.customize,
|
|
57
|
+
isHideAlign: true,
|
|
58
|
+
layoutSource: [{
|
|
59
|
+
id: 'layout1',
|
|
60
|
+
name: 'layout1',
|
|
61
|
+
image: _layout["default"]
|
|
62
|
+
}]
|
|
63
|
+
})
|
|
64
|
+
}, {
|
|
65
|
+
key: '5',
|
|
66
|
+
name: (0, _locale.i18n)('BACKGROUND'),
|
|
67
|
+
value: /*#__PURE__*/_react["default"].createElement(_BackgroundConfig["default"], {
|
|
68
|
+
data: data.background
|
|
69
|
+
})
|
|
70
|
+
}],
|
|
71
|
+
type: "triangle"
|
|
72
|
+
}));
|
|
73
|
+
}
|
|
@@ -365,7 +365,11 @@ function (_super) {
|
|
|
365
365
|
value: "Brand"
|
|
366
366
|
}, (0, _locale.i18n)('BRAND')), /*#__PURE__*/_react["default"].createElement(Option, {
|
|
367
367
|
value: "Label"
|
|
368
|
-
}, (0, _locale.i18n)('LABEL'))
|
|
368
|
+
}, (0, _locale.i18n)('LABEL')), /*#__PURE__*/_react["default"].createElement(Option, {
|
|
369
|
+
value: "Recently"
|
|
370
|
+
}, (0, _locale.i18n)('RECENTLY')), /*#__PURE__*/_react["default"].createElement(Option, {
|
|
371
|
+
value: "coupon"
|
|
372
|
+
}, (0, _locale.i18n)('COUPON')))), intelligentType === 'Category' && /*#__PURE__*/_react["default"].createElement(_common.Field, null, /*#__PURE__*/_react["default"].createElement(_antd.TreeSelect, {
|
|
369
373
|
allowClear: true,
|
|
370
374
|
dropdownStyle: {
|
|
371
375
|
maxHeight: 400,
|
|
@@ -63,6 +63,12 @@ var _MonpayRecommend = _interopRequireDefault(require("../composite-comp/monpay/
|
|
|
63
63
|
|
|
64
64
|
var _MonpayFlashDeal = _interopRequireDefault(require("../composite-comp/monpay/components/MonpayFlashDeal"));
|
|
65
65
|
|
|
66
|
+
var _InterestProducts = _interopRequireDefault(require("../composite-comp/monpay/components/InterestProducts"));
|
|
67
|
+
|
|
68
|
+
var _Bundle = _interopRequireDefault(require("../composite-comp/monpay/components/Bundle"));
|
|
69
|
+
|
|
70
|
+
var _MerchantSales = _interopRequireDefault(require("../composite-comp/monpay/components/MerchantSales"));
|
|
71
|
+
|
|
66
72
|
var _BannerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/BannerConfig"));
|
|
67
73
|
|
|
68
74
|
var _DividerConfig = _interopRequireDefault(require("../composite-comp/bol/config-panels/DividerConfig"));
|
|
@@ -121,6 +127,12 @@ var _MonpayRecommendConfig = _interopRequireDefault(require("../composite-comp/m
|
|
|
121
127
|
|
|
122
128
|
var _MonpayFlashDealConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/MonpayFlashDealConfig"));
|
|
123
129
|
|
|
130
|
+
var _InterestProductsConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/InterestProductsConfig"));
|
|
131
|
+
|
|
132
|
+
var _BundleConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/BundleConfig"));
|
|
133
|
+
|
|
134
|
+
var _MerchantSalesConfig = _interopRequireDefault(require("../composite-comp/monpay/config-panels/MerchantSalesConfig"));
|
|
135
|
+
|
|
124
136
|
var _BannerSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/BannerSecondConfig"));
|
|
125
137
|
|
|
126
138
|
var _TextSecondConfig = _interopRequireDefault(require("../composite-comp/bol/second-config-panels/TextSecondConfig"));
|
|
@@ -169,13 +181,13 @@ var _a, _b, _c; // 组件
|
|
|
169
181
|
/**
|
|
170
182
|
* 渲染组件索引
|
|
171
183
|
*/
|
|
172
|
-
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[_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);
|
|
184
|
+
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);
|
|
173
185
|
/**
|
|
174
186
|
* 一级配置面板索引
|
|
175
187
|
*/
|
|
176
188
|
|
|
177
189
|
exports.componentMap = componentMap;
|
|
178
|
-
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[_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);
|
|
190
|
+
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);
|
|
179
191
|
/**
|
|
180
192
|
* 二级配置面板索引
|
|
181
193
|
*/
|
package/lib/constants/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.walletType = exports.urlTypeMap = exports.urlType = exports.tempTypeMap = exports.respCodeMap = exports.quickMenuCode = exports.personalInfoType = exports.partyTypeMap = exports.orderStatusType = exports.metaType = exports.metaInst = exports.metaInsType = exports.magicMode = exports.eventType = exports.deviceTypeWidthMap = exports.deviceTypeMap = exports.compInfoMap = exports.STORE_KEY = exports.STORAGE_KEY = exports.CREDIT_STATE = void 0;
|
|
6
|
+
exports.walletType = exports.urlTypeMap = exports.urlType = exports.tempTypeMap = exports.respCodeMap = exports.quickMenuCode = exports.personalInfoType = exports.partyTypeMap = exports.orderStatusType = exports.metaType = exports.metaInst = exports.metaInsType = exports.magicMode = exports.eventType = exports.deviceTypeWidthMap = exports.deviceTypeMap = exports.compInfoMap = exports.STORE_KEY = exports.STORAGE_KEY = exports.ORDER_TYPE = exports.CREDIT_STATE = void 0;
|
|
7
7
|
var STORAGE_KEY = {
|
|
8
8
|
LOCALE: 'magicLocale',
|
|
9
9
|
MAGIC_RENDER_HTML: 'MAGIC_RENDER_HTML',
|
|
@@ -186,6 +186,18 @@ var compInfoMap = {
|
|
|
186
186
|
name: 'Monpay Recommend',
|
|
187
187
|
icon: 'icon-forms'
|
|
188
188
|
},
|
|
189
|
+
INTEREST_PRODUCTS: {
|
|
190
|
+
name: 'Interest Products',
|
|
191
|
+
icon: 'icon-interests'
|
|
192
|
+
},
|
|
193
|
+
BUNDLE: {
|
|
194
|
+
name: 'Bundle',
|
|
195
|
+
icon: 'icon-bundle'
|
|
196
|
+
},
|
|
197
|
+
MERCHANT_SALES: {
|
|
198
|
+
name: 'Merchant Sales',
|
|
199
|
+
icon: 'icon-sale'
|
|
200
|
+
},
|
|
189
201
|
DIVIDER: {
|
|
190
202
|
name: 'Divider',
|
|
191
203
|
icon: 'icon-divider-1'
|
|
@@ -318,6 +330,25 @@ var tempTypeMap = {
|
|
|
318
330
|
exports.tempTypeMap = tempTypeMap;
|
|
319
331
|
var STORE_KEY = {
|
|
320
332
|
// 是否从sf app跳转
|
|
321
|
-
IS_FROM_SF: 'isFromSf'
|
|
333
|
+
IS_FROM_SF: 'isFromSf',
|
|
334
|
+
|
|
335
|
+
/** 订单来源 */
|
|
336
|
+
SOURCE_TYPE: 'SOURCE_TYPE',
|
|
337
|
+
|
|
338
|
+
/** 确认订单商品信息 */
|
|
339
|
+
CHECKOUT_ORDER: 'orderItems'
|
|
340
|
+
};
|
|
341
|
+
/** 订单来源 */
|
|
342
|
+
|
|
343
|
+
exports.STORE_KEY = STORE_KEY;
|
|
344
|
+
var ORDER_TYPE = {
|
|
345
|
+
GWCGM: {
|
|
346
|
+
KEY: 'GWCGM',
|
|
347
|
+
VALUE: '购物车购买'
|
|
348
|
+
},
|
|
349
|
+
LJGM: {
|
|
350
|
+
KEY: 'LJGM',
|
|
351
|
+
VALUE: '商品详情购买'
|
|
352
|
+
}
|
|
322
353
|
};
|
|
323
|
-
exports.
|
|
354
|
+
exports.ORDER_TYPE = ORDER_TYPE;
|
package/lib/locale/en/en.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"SORT_BY": "Sort by",
|
|
3
|
+
"PROMOTION": "Promotion",
|
|
4
|
+
"HIGHEST_RATED": "Highest rated",
|
|
5
|
+
"MOST_SOLD": "Most sold",
|
|
6
|
+
"LOWEST_PRICE": "Lowest price",
|
|
7
|
+
"EARLIEST": "Earliest",
|
|
8
|
+
"BUY_NOW": "Buy Now",
|
|
9
|
+
"TOTAL": "Total",
|
|
10
|
+
"RECENTLY": "Recently",
|
|
11
|
+
"COUPON": "Coupon",
|
|
2
12
|
"HEADER_IMAGE": "Header Image",
|
|
3
13
|
"ACTIVITY_LABEL": "Activity Label",
|
|
4
14
|
"STOCK": "Stock",
|
package/lib/locale/es/es.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"SORT_BY": "Sort by",
|
|
3
|
+
"PROMOTION": "Promotion",
|
|
4
|
+
"HIGHEST_RATED": "Highest rated",
|
|
5
|
+
"MOST_SOLD": "Most sold",
|
|
6
|
+
"LOWEST_PRICE": "Lowest price",
|
|
7
|
+
"EARLIEST": "Earliest",
|
|
8
|
+
"BUY_NOW": "Buy Now",
|
|
9
|
+
"TOTAL": "Total",
|
|
10
|
+
"RECENTLY": "Recently",
|
|
11
|
+
"COUPON": "Coupon",
|
|
2
12
|
"HEADER_IMAGE": "Header Image",
|
|
3
13
|
"ACTIVITY_LABEL": "Activity Label",
|
|
4
14
|
"STOCK": "Stock",
|
package/lib/locale/id/id.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"SORT_BY": "Sort by",
|
|
3
|
+
"PROMOTION": "Promotion",
|
|
4
|
+
"HIGHEST_RATED": "Highest rated",
|
|
5
|
+
"MOST_SOLD": "Most sold",
|
|
6
|
+
"LOWEST_PRICE": "Lowest price",
|
|
7
|
+
"EARLIEST": "Earliest",
|
|
8
|
+
"BUY_NOW": "Buy Now",
|
|
9
|
+
"TOTAL": "Total",
|
|
10
|
+
"RECENTLY": "Recently",
|
|
11
|
+
"COUPON": "Coupon",
|
|
2
12
|
"HEADER_IMAGE": "Header Image",
|
|
3
13
|
"ACTIVITY_LABEL": "Activity Label",
|
|
4
14
|
"STOCK": "Stock",
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|