ts-glitter 21.5.3 → 21.5.5
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/lowcode/Entry.js +1 -1
- package/lowcode/Entry.ts +1 -1
- package/lowcode/cms-plugin/account-info.js +79 -67
- package/lowcode/cms-plugin/account-info.ts +327 -311
- package/lowcode/cms-plugin/information/information-module.ts +3 -1
- package/lowcode/cms-plugin/list-header-option.js +1 -0
- package/lowcode/cms-plugin/list-header-option.ts +1 -0
- package/lowcode/cms-plugin/shopping-information.js +468 -0
- package/lowcode/cms-plugin/shopping-information.ts +557 -0
- package/lowcode/cms-plugin/shopping-market-shopee.js +283 -231
- package/lowcode/cms-plugin/shopping-market-shopee.ts +401 -361
- package/lowcode/cms-plugin/shopping-order-manager.js +16 -4
- package/lowcode/cms-plugin/shopping-order-manager.ts +18 -3
- package/lowcode/glitter-base/global/language.js +4 -1
- package/lowcode/glitter-base/global/language.ts +4 -2
- package/lowcode/glitter-base/route/shopee.js +48 -11
- package/lowcode/glitter-base/route/shopee.ts +119 -80
- package/lowcode/glitterBundle/plugins/html-render.js +121 -90
- package/lowcode/glitterBundle/plugins/html-render.ts +367 -318
- package/lowcode/modules/image-library.js +2 -3
- package/lowcode/modules/image-library.ts +21 -7
- package/lowcode/public-components/checkout/index.js +90 -41
- package/lowcode/public-components/checkout/index.ts +101 -49
- package/lowcode/public-components/footer/footer-initial.js +11 -2
- package/lowcode/public-components/footer/footer-initial.ts +29 -18
- package/lowcode/public-components/headers/header-class.js +47 -35
- package/lowcode/public-components/headers/header-class.ts +54 -38
- package/lowcode/public-components/layout-plugin/social-links-01.js +122 -3
- package/lowcode/public-components/layout-plugin/social-links-01.ts +135 -10
- package/lowcode/public-components/product/pd-card-01.js +23 -14
- package/lowcode/public-components/product/pd-card-01.ts +25 -14
- package/lowcode/public-components/product/pd-card-02.js +23 -16
- package/lowcode/public-components/product/pd-card-02.ts +25 -16
- package/lowcode/public-components/product/pd-card-03.js +25 -16
- package/lowcode/public-components/product/pd-card-03.ts +27 -16
- package/lowcode/public-components/terms-related/index.js +13 -2
- package/lowcode/public-components/terms-related/index.ts +15 -2
- package/lowcode/public-components/user-manager/um-class.js +490 -501
- package/lowcode/public-components/user-manager/um-class.ts +872 -882
- package/lowcode/public-components/user-manager/um-info.js +41 -40
- package/lowcode/public-components/user-manager/um-info.ts +54 -56
- package/lowcode/public-components/user-manager/um-login.js +10 -13
- package/lowcode/public-components/user-manager/um-login.ts +15 -23
- package/lowcode/public-components/user-manager/um-orderlist.js +60 -51
- package/lowcode/public-components/user-manager/um-orderlist.ts +289 -275
- package/lowcode/public-components/user-manager/um-rebate.js +104 -82
- package/lowcode/public-components/user-manager/um-rebate.ts +294 -267
- package/lowcode/public-components/user-manager/um-receive.js +582 -0
- package/lowcode/public-components/user-manager/um-receive.ts +599 -0
- package/lowcode/public-components/user-manager/um-wishlist.js +72 -68
- package/lowcode/public-components/user-manager/um-wishlist.ts +240 -230
- package/package.json +1 -1
- package/src/api-public/controllers/shopee.js +17 -0
- package/src/api-public/controllers/shopee.js.map +1 -1
- package/src/api-public/controllers/shopee.ts +32 -0
- package/src/api-public/services/monitor.d.ts +1 -0
- package/src/api-public/services/post.js +17 -7
- package/src/api-public/services/post.js.map +1 -1
- package/src/api-public/services/rebate.js +2 -11
- package/src/api-public/services/rebate.js.map +1 -1
- package/src/api-public/services/rebate.ts +5 -12
- package/src/api-public/services/shopee.d.ts +23 -2
- package/src/api-public/services/shopee.js +230 -111
- package/src/api-public/services/shopee.js.map +1 -1
- package/src/api-public/services/shopee.ts +1012 -838
- package/src/api-public/services/user.js +2 -2
- package/src/api-public/services/user.js.map +1 -1
- package/src/api-public/services/user.ts +3 -3
- package/src/index.js +17 -7
- package/src/index.js.map +1 -1
- package/src/modules/tool.d.ts +4 -4
- package/src/modules/tool.js +2 -1
- package/src/modules/tool.js.map +1 -1
- package/src/services/backend-service.js +17 -7
- package/src/services/backend-service.js.map +1 -1
- package/src/services/template.d.ts +1 -1
- package/src/services/template.js +24 -18
- package/src/services/template.js.map +1 -1
- package/src/services/template.ts +34 -37
|
@@ -13,6 +13,7 @@ import { GlobalUser } from '../../glitter-base/global/global-user.js';
|
|
|
13
13
|
import { FirstBanner } from '../../public-components/banner/first-banner.js';
|
|
14
14
|
import { Language } from '../../glitter-base/global/language.js';
|
|
15
15
|
import { ApplicationConfig } from '../../application-config.js';
|
|
16
|
+
const html = String.raw;
|
|
16
17
|
init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
17
18
|
var _a, _b, _c, _d;
|
|
18
19
|
glitter.share.htmlExtension = (_a = glitter.share.htmlExtension) !== null && _a !== void 0 ? _a : {};
|
|
@@ -28,64 +29,62 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
28
29
|
function load() {
|
|
29
30
|
var _a;
|
|
30
31
|
return __awaiter(this, void 0, void 0, function* () {
|
|
31
|
-
yield
|
|
32
|
+
yield new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
|
|
32
33
|
var _b;
|
|
33
34
|
for (const b of (_b = gBundle.app_config.initialList) !== null && _b !== void 0 ? _b : []) {
|
|
34
35
|
try {
|
|
35
36
|
yield TriggerEvent.trigger({
|
|
36
|
-
gvc: gvc,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
})
|
|
40
|
-
|
|
41
|
-
|
|
37
|
+
gvc: gvc,
|
|
38
|
+
widget: b,
|
|
39
|
+
clickEvent: b.src.event,
|
|
40
|
+
})
|
|
41
|
+
.then(() => { })
|
|
42
|
+
.catch(() => { });
|
|
42
43
|
}
|
|
44
|
+
catch (e) { }
|
|
43
45
|
}
|
|
44
46
|
resolve(true);
|
|
45
|
-
}))
|
|
46
|
-
yield
|
|
47
|
+
}));
|
|
48
|
+
yield new Promise((resolve) => __awaiter(this, void 0, void 0, function* () {
|
|
47
49
|
var _c;
|
|
48
50
|
((_c = gBundle.page_config.initialList) !== null && _c !== void 0 ? _c : []).map((dd) => {
|
|
49
51
|
if (dd.when === 'initial') {
|
|
50
52
|
if (dd.type === 'script') {
|
|
51
53
|
try {
|
|
52
54
|
TriggerEvent.trigger({
|
|
53
|
-
gvc: gvc,
|
|
55
|
+
gvc: gvc,
|
|
56
|
+
widget: undefined,
|
|
57
|
+
clickEvent: dd,
|
|
54
58
|
});
|
|
55
59
|
}
|
|
56
|
-
catch (e) {
|
|
57
|
-
}
|
|
60
|
+
catch (e) { }
|
|
58
61
|
}
|
|
59
62
|
else {
|
|
60
63
|
try {
|
|
61
64
|
eval(dd.src.official);
|
|
62
65
|
}
|
|
63
|
-
catch (e) {
|
|
64
|
-
}
|
|
66
|
+
catch (e) { }
|
|
65
67
|
}
|
|
66
68
|
}
|
|
67
69
|
});
|
|
68
70
|
resolve(true);
|
|
69
|
-
}))
|
|
71
|
+
}));
|
|
70
72
|
((_a = gBundle.page_config.initialStyleSheet) !== null && _a !== void 0 ? _a : []).map((data) => __awaiter(this, void 0, void 0, function* () {
|
|
71
73
|
if (data.type === 'script') {
|
|
72
74
|
try {
|
|
73
75
|
gvc.addStyleLink(data);
|
|
74
76
|
}
|
|
75
|
-
catch (e) {
|
|
76
|
-
}
|
|
77
|
+
catch (e) { }
|
|
77
78
|
}
|
|
78
79
|
else {
|
|
79
80
|
try {
|
|
80
81
|
gvc.addStyle(data.src.official);
|
|
81
82
|
}
|
|
82
|
-
catch (e) {
|
|
83
|
-
}
|
|
83
|
+
catch (e) { }
|
|
84
84
|
}
|
|
85
85
|
}));
|
|
86
86
|
});
|
|
87
87
|
}
|
|
88
|
-
;
|
|
89
88
|
if (!gBundle.data) {
|
|
90
89
|
gBundle.data = {};
|
|
91
90
|
}
|
|
@@ -93,7 +92,7 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
93
92
|
onCreateView: () => {
|
|
94
93
|
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
95
94
|
FirstBanner.main({ gvc: gvc });
|
|
96
|
-
if (gBundle.page_config.seo &&
|
|
95
|
+
if (gBundle.page_config.seo && gBundle.page_config.seo.type === 'custom' && gBundle.page_config.seo.title) {
|
|
97
96
|
glitter.setUrlParameter('', undefined, [
|
|
98
97
|
(_a = gBundle.page_config.seo.title_prefix) !== null && _a !== void 0 ? _a : '',
|
|
99
98
|
(_b = gBundle.page_config.seo.title) !== null && _b !== void 0 ? _b : '',
|
|
@@ -109,16 +108,17 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
109
108
|
}
|
|
110
109
|
if (gvc.glitter.getUrlParameter('page') === 'account_userinfo' && !GlobalUser.token) {
|
|
111
110
|
gvc.glitter.href = '/login';
|
|
112
|
-
return
|
|
111
|
+
return '';
|
|
113
112
|
}
|
|
114
|
-
document.querySelector('body').style.background =
|
|
113
|
+
document.querySelector('body').style.background =
|
|
114
|
+
gBundle.app_config._background || glitter.share.globalValue[`theme_color.0.background`];
|
|
115
115
|
console.log(`onCreateView-time:`, window.renderClock.stop());
|
|
116
116
|
const mainId = glitter.getUUID();
|
|
117
117
|
let map = [];
|
|
118
118
|
if (gBundle.page_config.resource_from !== 'own') {
|
|
119
119
|
map.push(new glitter.htmlGenerate((_g = gBundle.app_config.globalScript) !== null && _g !== void 0 ? _g : [], [], gBundle.data, true).render(gvc, {
|
|
120
|
-
class:
|
|
121
|
-
style:
|
|
120
|
+
class: '',
|
|
121
|
+
style: '',
|
|
122
122
|
jsFinish: () => {
|
|
123
123
|
console.log(`jsFinish-time:`, window.renderClock.stop());
|
|
124
124
|
load().then(() => {
|
|
@@ -130,16 +130,16 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
130
130
|
});
|
|
131
131
|
},
|
|
132
132
|
}));
|
|
133
|
-
let globalStyleLink = ((_h = gBundle.app_config.globalStyle) !== null && _h !== void 0 ? _h : []).filter((dd) =>
|
|
134
|
-
return dd.data.elem === 'link';
|
|
135
|
-
});
|
|
133
|
+
let globalStyleLink = ((_h = gBundle.app_config.globalStyle) !== null && _h !== void 0 ? _h : []).filter((dd) => dd.data.elem === 'link');
|
|
136
134
|
let check = globalStyleLink.length;
|
|
137
135
|
globalStyleLink.map((dd) => {
|
|
138
136
|
try {
|
|
139
137
|
$('#glitterPage').hide();
|
|
140
|
-
glitter
|
|
138
|
+
glitter
|
|
139
|
+
.addStyleLink(dd.data.attr.find((dd) => {
|
|
141
140
|
return dd.attr === 'href';
|
|
142
|
-
}).value)
|
|
141
|
+
}).value)
|
|
142
|
+
.then(() => {
|
|
143
143
|
check--;
|
|
144
144
|
if (check === 0) {
|
|
145
145
|
$('#glitterPage').show();
|
|
@@ -147,12 +147,12 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
147
147
|
});
|
|
148
148
|
}
|
|
149
149
|
catch (e) {
|
|
150
|
-
return
|
|
150
|
+
return '';
|
|
151
151
|
}
|
|
152
152
|
});
|
|
153
153
|
map.push(new glitter.htmlGenerate(gBundle.app_config.globalStyle, [], gBundle.data, true).render(gvc, {
|
|
154
|
-
class:
|
|
155
|
-
style:
|
|
154
|
+
class: '',
|
|
155
|
+
style: '',
|
|
156
156
|
app_config: gBundle.app_config,
|
|
157
157
|
page_config: gBundle.page_config,
|
|
158
158
|
onCreate: () => {
|
|
@@ -168,11 +168,11 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
168
168
|
bind: mainId,
|
|
169
169
|
view: () => {
|
|
170
170
|
if (vm.loading) {
|
|
171
|
-
return
|
|
171
|
+
return '';
|
|
172
172
|
}
|
|
173
|
-
return new Promise((resolve
|
|
173
|
+
return new Promise((resolve) => __awaiter(void 0, void 0, void 0, function* () {
|
|
174
174
|
console.log(`Render-time:`, window.renderClock.stop());
|
|
175
|
-
|
|
175
|
+
gBundle.config.formData = gBundle.page_config.formData;
|
|
176
176
|
if (gBundle.page_config.template) {
|
|
177
177
|
window.glitterInitialHelper.getPageData(gBundle.page_config.template, (data) => {
|
|
178
178
|
const template_config = JSON.parse(JSON.stringify(data.response.result[0].config));
|
|
@@ -187,23 +187,25 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
187
187
|
else {
|
|
188
188
|
if (gBundle.editMode) {
|
|
189
189
|
set[index].type = 'widget';
|
|
190
|
-
set[index].data.inner =
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
190
|
+
set[index].data.inner =
|
|
191
|
+
gBundle.editMode &&
|
|
192
|
+
gBundle.editMode.render(gvc, {
|
|
193
|
+
class: '',
|
|
194
|
+
style: '',
|
|
195
|
+
app_config: gBundle.app_config,
|
|
196
|
+
page_config: gBundle.page_config,
|
|
197
|
+
});
|
|
196
198
|
}
|
|
197
199
|
else {
|
|
198
200
|
set[index].type = 'container';
|
|
199
201
|
set[index].data = {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
202
|
+
setting: gBundle.config,
|
|
203
|
+
elem: 'div',
|
|
204
|
+
style_from: set[index].style_from,
|
|
205
|
+
class: set[index].class,
|
|
206
|
+
style: set[index].style,
|
|
207
|
+
classDataType: set[index].classDataType,
|
|
208
|
+
dataType: set[index].dataType,
|
|
207
209
|
};
|
|
208
210
|
}
|
|
209
211
|
function loopFormData(dd) {
|
|
@@ -224,8 +226,8 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
224
226
|
}
|
|
225
227
|
findContainer(template_config);
|
|
226
228
|
resolve(new glitter.htmlGenerate(template_config, [], gBundle.data, true).render(gvc, {
|
|
227
|
-
class:
|
|
228
|
-
style:
|
|
229
|
+
class: '',
|
|
230
|
+
style: '',
|
|
229
231
|
app_config: gBundle.app_config,
|
|
230
232
|
page_config: gBundle.page_config,
|
|
231
233
|
}));
|
|
@@ -234,29 +236,33 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
234
236
|
else {
|
|
235
237
|
function editorView() {
|
|
236
238
|
return gBundle.editMode.render(gvc, {
|
|
237
|
-
class:
|
|
238
|
-
style:
|
|
239
|
+
class: '',
|
|
240
|
+
style: '',
|
|
239
241
|
containerID: `MainView`,
|
|
240
242
|
app_config: gBundle.app_config,
|
|
241
243
|
page_config: gBundle.page_config,
|
|
242
244
|
});
|
|
243
245
|
}
|
|
244
|
-
resolve((
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
})));
|
|
246
|
+
resolve((gBundle.editMode && editorView()) ||
|
|
247
|
+
new glitter.htmlGenerate(gBundle.config, [], gBundle.data, true).render(gvc, {
|
|
248
|
+
class: '',
|
|
249
|
+
style: '',
|
|
250
|
+
app_config: gBundle.app_config,
|
|
251
|
+
page_config: gBundle.page_config,
|
|
252
|
+
is_page: true,
|
|
253
|
+
}));
|
|
253
254
|
}
|
|
254
255
|
}));
|
|
255
256
|
},
|
|
256
257
|
divCreate: () => {
|
|
257
258
|
return {
|
|
258
|
-
class: glitter.htmlGenerate.styleEditor(gBundle.page_config).class() + (
|
|
259
|
-
style: `
|
|
259
|
+
class: glitter.htmlGenerate.styleEditor(gBundle.page_config).class() + (toggle_d_none ? ' d-none' : ''),
|
|
260
|
+
style: `
|
|
261
|
+
overflow-x: hidden;
|
|
262
|
+
min-height: 100%;
|
|
263
|
+
min-width: 100%;
|
|
264
|
+
${glitter.htmlGenerate.styleEditor(gBundle.page_config).style()}
|
|
265
|
+
`,
|
|
260
266
|
};
|
|
261
267
|
},
|
|
262
268
|
onCreate: () => {
|
|
@@ -266,8 +272,7 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
266
272
|
try {
|
|
267
273
|
eval(dd.src.official);
|
|
268
274
|
}
|
|
269
|
-
catch (e) {
|
|
270
|
-
}
|
|
275
|
+
catch (e) { }
|
|
271
276
|
}
|
|
272
277
|
});
|
|
273
278
|
toggle_d_none = false;
|
|
@@ -281,48 +286,74 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
281
286
|
const gtag = window.gtag;
|
|
282
287
|
if (gtag) {
|
|
283
288
|
gtag('consent', 'default', {
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
+
ad_storage: 'granted',
|
|
290
|
+
analytics_storage: 'granted',
|
|
291
|
+
personalization_storage: 'granted',
|
|
292
|
+
security_storage: 'granted',
|
|
293
|
+
functionality_storage: 'granted',
|
|
289
294
|
});
|
|
290
295
|
}
|
|
291
296
|
}
|
|
292
297
|
if (ApplicationConfig.is_application) {
|
|
293
298
|
localStorage.setItem('cookie_accept', 'true');
|
|
294
299
|
}
|
|
295
|
-
if (
|
|
300
|
+
if (localStorage.getItem('cookie_accept') == 'true') {
|
|
296
301
|
acceptAd();
|
|
297
302
|
}
|
|
298
|
-
if (
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
"
|
|
303
|
+
if (localStorage.getItem('cookie_accept') != 'true' &&
|
|
304
|
+
window.store_info.cookie_check &&
|
|
305
|
+
!glitter.htmlGenerate.isEditMode()) {
|
|
306
|
+
map.push(html `
|
|
307
|
+
<div
|
|
308
|
+
class="position-fixed rounded-3 d-flex align-items-center flex-column flex-sm-row p-3 privacy-notice shadow"
|
|
309
|
+
style="
|
|
310
|
+
width: 852px;
|
|
311
|
+
max-width: calc(100vw - 30px);
|
|
312
|
+
background: ${glitter.share.globalValue['theme_color.0.solid-button-bg']};
|
|
313
|
+
color: ${glitter.share.globalValue['theme_color.0.solid-button-text']};
|
|
314
|
+
z-index: 99999;
|
|
315
|
+
bottom: 30px;
|
|
316
|
+
transform: translateX(-50%);
|
|
317
|
+
left: 50%;
|
|
318
|
+
"
|
|
319
|
+
>
|
|
320
|
+
<div style="font-size: 14px;">${Language.text('cookie_use')}</div>
|
|
305
321
|
<div class="d-sm-none w-100 border-top my-3"></div>
|
|
306
|
-
<div
|
|
322
|
+
<div
|
|
323
|
+
class="d-flex align-items-center justify-content-center fw-bold"
|
|
324
|
+
style="min-width: 150px;cursor: pointer;"
|
|
325
|
+
onclick="${gvc.event(() => {
|
|
307
326
|
localStorage.setItem('cookie_accept', 'true');
|
|
308
327
|
for (const b of document.querySelectorAll('.privacy-notice')) {
|
|
309
328
|
b.remove();
|
|
310
329
|
}
|
|
311
330
|
acceptAd();
|
|
312
|
-
})}"
|
|
313
|
-
|
|
314
|
-
|
|
331
|
+
})}"
|
|
332
|
+
>
|
|
333
|
+
${Language.text('i_known')}
|
|
334
|
+
</div>
|
|
335
|
+
</div>
|
|
336
|
+
`);
|
|
315
337
|
}
|
|
316
|
-
if (window.store_info.chat_toggle &&
|
|
317
|
-
|
|
318
|
-
|
|
338
|
+
if (window.store_info.chat_toggle &&
|
|
339
|
+
!glitter.share.is_application &&
|
|
340
|
+
!(document.body.clientWidth < 800 &&
|
|
341
|
+
[
|
|
342
|
+
'account_userinfo',
|
|
343
|
+
'recipient_info',
|
|
344
|
+
'account_edit',
|
|
345
|
+
'order_list',
|
|
346
|
+
'voucher-list',
|
|
347
|
+
'rebate',
|
|
348
|
+
'wishlist',
|
|
349
|
+
].includes(gvc.glitter.getUrlParameter('page')))) {
|
|
319
350
|
map.push(gvc.bindView(() => {
|
|
320
351
|
return {
|
|
321
352
|
bind: gvc.glitter.getUUID(),
|
|
322
353
|
view: () => {
|
|
323
|
-
return new Promise(
|
|
354
|
+
return new Promise(resolve => {
|
|
324
355
|
const url = new URL('./cms-plugin/customer-message-user.js', gvc.glitter.root_path);
|
|
325
|
-
gvc.glitter.getModule(url.href,
|
|
356
|
+
gvc.glitter.getModule(url.href, CustomerMessageUser => {
|
|
326
357
|
resolve(CustomerMessageUser.showCustomerMessage({
|
|
327
358
|
gvc: gvc,
|
|
328
359
|
userID: (() => {
|
|
@@ -338,8 +369,8 @@ init(import.meta.url, (gvc, glitter, gBundle) => {
|
|
|
338
369
|
});
|
|
339
370
|
},
|
|
340
371
|
divCreate: {
|
|
341
|
-
class: `customer-message
|
|
342
|
-
}
|
|
372
|
+
class: `customer-message`,
|
|
373
|
+
},
|
|
343
374
|
};
|
|
344
375
|
}));
|
|
345
376
|
}
|