@everymatrix/bonus-elevate-shop 1.47.2 → 1.48.0
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/dist/bonus-elevate-shop/bonus-elevate-shop.esm.js +1 -1
- package/dist/bonus-elevate-shop/p-135a1cfb.entry.js +1 -0
- package/dist/bonus-elevate-shop/p-2c8cdf05.entry.js +1 -0
- package/dist/bonus-elevate-shop/p-67465a46.js +2 -0
- package/dist/bonus-elevate-shop/p-cfc8ddec.js +1 -0
- package/dist/bonus-elevate-shop/p-eaad379c.entry.js +5431 -0
- package/dist/cjs/bonus-elevate-shop.cjs.js +2 -2
- package/dist/cjs/bonus-elevate-shop_17.cjs.entry.js +37263 -0
- package/dist/cjs/{index-950597be.js → index-69a0dfb7.js} +35 -6
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{player-elevate-card-items-5a947e18.js → player-elevate-card-items-0d4d7d6e.js} +131 -104
- package/dist/cjs/player-elevate-card.cjs.entry.js +2 -2
- package/dist/cjs/player-elevate-loyaltycard.cjs.entry.js +9 -4
- package/dist/collection/collection-manifest.json +23 -0
- package/dist/collection/components/bonus-elevate-shop/bonus-elevate-shop.css +28 -0
- package/dist/collection/components/bonus-elevate-shop/bonus-elevate-shop.js +133 -6
- package/dist/collection/renders/renderGifts.js +2 -5
- package/dist/collection/utils/translation.js +2 -0
- package/dist/esm/bonus-elevate-shop.js +3 -3
- package/dist/esm/bonus-elevate-shop_17.entry.js +37243 -0
- package/dist/esm/{index-a343bbd8.js → index-73211e60.js} +35 -7
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{player-elevate-card-items-f8f33075.js → player-elevate-card-items-f80657b8.js} +117 -105
- package/dist/esm/player-elevate-card.entry.js +2 -2
- package/dist/esm/player-elevate-loyaltycard.entry.js +9 -4
- package/dist/types/components/bonus-elevate-shop/bonus-elevate-shop.d.ts +23 -0
- package/dist/types/components.d.ts +24 -0
- package/dist/types/utils/translation.d.ts +2 -0
- package/package.json +4 -2
- package/dist/bonus-elevate-shop/p-248310cb.js +0 -2
- package/dist/bonus-elevate-shop/p-55bd3db5.js +0 -1
- package/dist/bonus-elevate-shop/p-60765cf8.entry.js +0 -1
- package/dist/bonus-elevate-shop/p-87af6879.entry.js +0 -1
- package/dist/bonus-elevate-shop/p-d6e4c7cf.entry.js +0 -1
- package/dist/cjs/bonus-elevate-shop_4.cjs.entry.js +0 -824
- package/dist/esm/bonus-elevate-shop_4.entry.js +0 -817
|
@@ -13,6 +13,11 @@ svg circle {
|
|
|
13
13
|
width: 100%;
|
|
14
14
|
height: 220px;
|
|
15
15
|
}
|
|
16
|
+
.MainContainer .ShopBottom {
|
|
17
|
+
display: flex;
|
|
18
|
+
flex-direction: row;
|
|
19
|
+
justify-content: space-between;
|
|
20
|
+
}
|
|
16
21
|
|
|
17
22
|
.Gifts {
|
|
18
23
|
display: flex;
|
|
@@ -36,6 +41,7 @@ svg circle {
|
|
|
36
41
|
display: flex;
|
|
37
42
|
margin-top: 17px;
|
|
38
43
|
justify-content: space-between;
|
|
44
|
+
flex-direction: column;
|
|
39
45
|
}
|
|
40
46
|
|
|
41
47
|
.Gift {
|
|
@@ -83,6 +89,28 @@ svg circle {
|
|
|
83
89
|
width: var(--emfe-w-elevate-avaliable-button-size, 46px);
|
|
84
90
|
}
|
|
85
91
|
|
|
92
|
+
.RedeemButton {
|
|
93
|
+
width: 100%;
|
|
94
|
+
padding: 5px 0px;
|
|
95
|
+
border: 2px solid var(--emw--button-border-color, rgba(8, 59, 23, 0.1098039216));
|
|
96
|
+
text-align: center;
|
|
97
|
+
color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
|
|
98
|
+
font-size: var(--emw--font-size-small, 12px);
|
|
99
|
+
font-weight: var(--emw--font-weight-bold, 700);
|
|
100
|
+
line-height: var(--emw--font-size-medium, 14px);
|
|
101
|
+
text-transform: uppercase;
|
|
102
|
+
border-radius: var(--emw--border-radius-medium, 20px);
|
|
103
|
+
}
|
|
104
|
+
.RedeemButton.active {
|
|
105
|
+
background: var(--emw--color-primary, #18CE51);
|
|
106
|
+
}
|
|
107
|
+
.RedeemButton.active:hover {
|
|
108
|
+
background: var(--mmw--color-main-button-hover, #24B24E);
|
|
109
|
+
}
|
|
110
|
+
.RedeemButton.deactive {
|
|
111
|
+
background: var(--mmw--color-disabled, rgba(153, 153, 153, 0.5019607843));
|
|
112
|
+
}
|
|
113
|
+
|
|
86
114
|
.NoContent {
|
|
87
115
|
font-size: 16px;
|
|
88
116
|
color: var(--emfe-w-color-black-100, #afafaf);
|
|
@@ -5,6 +5,8 @@ import { renderGifts } from "../../renders/renderGifts";
|
|
|
5
5
|
import "../../../../../general-styling-wrapper/dist/types/index";
|
|
6
6
|
import "../../../../../../svelte/general-animation-loading/es2015/general-animation-loading";
|
|
7
7
|
import "../../../../../player-elevate-card/dist/types/index";
|
|
8
|
+
import "../../../../../bonus-pagination-nav/dist/types/index";
|
|
9
|
+
import "../../../../../general-input/dist/types/index";
|
|
8
10
|
export class BonusElevateShop {
|
|
9
11
|
constructor() {
|
|
10
12
|
this.bindedHandler = this.handleMessage.bind(this);
|
|
@@ -14,18 +16,30 @@ export class BonusElevateShop {
|
|
|
14
16
|
this.clientStyling = '';
|
|
15
17
|
this.clientStylingUrl = '';
|
|
16
18
|
this.translationUrl = '';
|
|
19
|
+
this.limit = 10;
|
|
20
|
+
this.navItemAccount = 5;
|
|
21
|
+
this.pageLimitOptions = '10,25,50';
|
|
17
22
|
this.locale = translation['en'];
|
|
18
23
|
this.gifts = [];
|
|
24
|
+
this.total = 0;
|
|
25
|
+
this.offset = 0;
|
|
26
|
+
this.shopListId = 'elevateShopList';
|
|
19
27
|
this.isLoading = true;
|
|
28
|
+
this.pageLimitSelectOptions = [];
|
|
20
29
|
}
|
|
21
30
|
async updateGifts() {
|
|
22
31
|
this.isLoading = true;
|
|
23
32
|
if (this.session) {
|
|
24
|
-
const
|
|
25
|
-
|
|
33
|
+
const { data, total } = await fetchNorwayApi.bind(this, '/v1/elevate/shop', {
|
|
34
|
+
offset: this.offset,
|
|
35
|
+
limit: this.limit
|
|
36
|
+
}).call();
|
|
37
|
+
this.gifts = data || [];
|
|
38
|
+
this.total = total;
|
|
26
39
|
}
|
|
27
40
|
else {
|
|
28
41
|
this.gifts = [];
|
|
42
|
+
this.total = 0;
|
|
29
43
|
}
|
|
30
44
|
this.isLoading = false;
|
|
31
45
|
}
|
|
@@ -43,7 +57,7 @@ export class BonusElevateShop {
|
|
|
43
57
|
method: 'PUT',
|
|
44
58
|
body: JSON.stringify({ giftID: id }),
|
|
45
59
|
headers: {
|
|
46
|
-
'Content-Type': 'application/json-patch+json'
|
|
60
|
+
'Content-Type': 'application/json-patch+json'
|
|
47
61
|
}
|
|
48
62
|
}).call();
|
|
49
63
|
if (res.success) {
|
|
@@ -67,11 +81,51 @@ export class BonusElevateShop {
|
|
|
67
81
|
}
|
|
68
82
|
}
|
|
69
83
|
}
|
|
84
|
+
setLimit() {
|
|
85
|
+
try {
|
|
86
|
+
const pageLimits = this.pageLimitOptions.split(',').map((item) => {
|
|
87
|
+
return parseInt(item);
|
|
88
|
+
});
|
|
89
|
+
if (!pageLimits.includes(this.limit)) {
|
|
90
|
+
this.limit = pageLimits[0];
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
catch (e) {
|
|
94
|
+
console.error('Error when parse PageLimitOptions', e);
|
|
95
|
+
this.limit = 10;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
onPageLimitChangedHandler(event) {
|
|
99
|
+
var _a;
|
|
100
|
+
if (((_a = event.detail) === null || _a === void 0 ? void 0 : _a.name) === 'pageLimits') {
|
|
101
|
+
this.limit = parseInt(event.detail.value || '10');
|
|
102
|
+
this.offset = 0;
|
|
103
|
+
this.updateGifts();
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
reloadPageByTypeHandler(event) {
|
|
107
|
+
var _a;
|
|
108
|
+
if (((_a = event.detail) === null || _a === void 0 ? void 0 : _a.tableId) != this.shopListId) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
const { limit, offset } = event.detail;
|
|
112
|
+
this.limit = limit;
|
|
113
|
+
this.offset = offset || 0;
|
|
114
|
+
this.updateGifts();
|
|
115
|
+
}
|
|
116
|
+
componentWillLoad() {
|
|
117
|
+
this.setLimit();
|
|
118
|
+
this.pageLimitSelectOptions = this.pageLimitOptions.split(',')
|
|
119
|
+
.map((limit) => ({
|
|
120
|
+
label: limit,
|
|
121
|
+
value: limit
|
|
122
|
+
}));
|
|
123
|
+
}
|
|
70
124
|
render() {
|
|
71
|
-
return (h("main", { key: '
|
|
125
|
+
return (h("main", { key: '6ae090529a141cba9eacf46eec87ec70aaa3ac9a', class: "MainContainer" }, h("general-styling-wrapper", { key: '8223fc8488321753fe15c9c713d78bef3455b1c9', clientStyling: this.clientStyling, clientStylingUrl: this.clientStylingUrl, targetTranslations: translation, translationUrl: this.translationUrl }), h("player-elevate-pointcard", { key: 'da11ffd5024cee11f0ffe85c6d6bc9556c3427f5', endpoint: this.endpoint, session: this.session, language: this.language, clientStylingUrl: this.clientStylingUrl, clientStyling: this.clientStyling, translationUrl: this.translationUrl }), this.loadGifts(renderGifts.bind(this, this.gifts, this.locale, this.redeemGiftConfirm.bind(this))), h("div", { key: '2658262e6c6ba257b114662f3173cca8865dfa95', class: "ShopBottom" }, h("bonus-pagination-nav", { key: '4e0608b320f2ebacec5abe92864a9e840f7704c7', total: 81, offset: this.offset, limit: this.limit, tableId: this.shopListId, "nav-item-account": 7, arrowsActive: false, "display-page-numbers": "true" }), h("general-input", { key: '847d62316c59392722758900bfcdea1544748abb', type: "dropdown", name: "pageLimits", displayName: this.locale.perPage, defaultValue: this.limit, validation: { mandatory: false }, options: this.pageLimitSelectOptions, emitValue: true, language: this.language }))));
|
|
72
126
|
}
|
|
73
127
|
handleMessage(message) {
|
|
74
|
-
if (message.data.type ===
|
|
128
|
+
if (message.data.type === 'bee-redeem-confirmed' && message.data.id) {
|
|
75
129
|
this.redeemGift(message.data.id);
|
|
76
130
|
}
|
|
77
131
|
}
|
|
@@ -199,6 +253,60 @@ export class BonusElevateShop {
|
|
|
199
253
|
"attribute": "translation-url",
|
|
200
254
|
"reflect": true,
|
|
201
255
|
"defaultValue": "''"
|
|
256
|
+
},
|
|
257
|
+
"limit": {
|
|
258
|
+
"type": "number",
|
|
259
|
+
"mutable": true,
|
|
260
|
+
"complexType": {
|
|
261
|
+
"original": "number",
|
|
262
|
+
"resolved": "number",
|
|
263
|
+
"references": {}
|
|
264
|
+
},
|
|
265
|
+
"required": false,
|
|
266
|
+
"optional": false,
|
|
267
|
+
"docs": {
|
|
268
|
+
"tags": [],
|
|
269
|
+
"text": "The item account showed on per page"
|
|
270
|
+
},
|
|
271
|
+
"attribute": "limit",
|
|
272
|
+
"reflect": true,
|
|
273
|
+
"defaultValue": "10"
|
|
274
|
+
},
|
|
275
|
+
"navItemAccount": {
|
|
276
|
+
"type": "number",
|
|
277
|
+
"mutable": false,
|
|
278
|
+
"complexType": {
|
|
279
|
+
"original": "number",
|
|
280
|
+
"resolved": "number",
|
|
281
|
+
"references": {}
|
|
282
|
+
},
|
|
283
|
+
"required": false,
|
|
284
|
+
"optional": false,
|
|
285
|
+
"docs": {
|
|
286
|
+
"tags": [],
|
|
287
|
+
"text": "The nav items count on pagination, default 5"
|
|
288
|
+
},
|
|
289
|
+
"attribute": "nav-item-account",
|
|
290
|
+
"reflect": true,
|
|
291
|
+
"defaultValue": "5"
|
|
292
|
+
},
|
|
293
|
+
"pageLimitOptions": {
|
|
294
|
+
"type": "string",
|
|
295
|
+
"mutable": true,
|
|
296
|
+
"complexType": {
|
|
297
|
+
"original": "string",
|
|
298
|
+
"resolved": "string",
|
|
299
|
+
"references": {}
|
|
300
|
+
},
|
|
301
|
+
"required": false,
|
|
302
|
+
"optional": false,
|
|
303
|
+
"docs": {
|
|
304
|
+
"tags": [],
|
|
305
|
+
"text": "Customize page list options, default: 10,25,50"
|
|
306
|
+
},
|
|
307
|
+
"attribute": "page-limit-options",
|
|
308
|
+
"reflect": true,
|
|
309
|
+
"defaultValue": "'10,25,50'"
|
|
202
310
|
}
|
|
203
311
|
};
|
|
204
312
|
}
|
|
@@ -206,7 +314,11 @@ export class BonusElevateShop {
|
|
|
206
314
|
return {
|
|
207
315
|
"locale": {},
|
|
208
316
|
"gifts": {},
|
|
209
|
-
"
|
|
317
|
+
"total": {},
|
|
318
|
+
"offset": {},
|
|
319
|
+
"shopListId": {},
|
|
320
|
+
"isLoading": {},
|
|
321
|
+
"pageLimitSelectOptions": {}
|
|
210
322
|
};
|
|
211
323
|
}
|
|
212
324
|
static get events() {
|
|
@@ -244,4 +356,19 @@ export class BonusElevateShop {
|
|
|
244
356
|
"methodName": "updateGifts"
|
|
245
357
|
}];
|
|
246
358
|
}
|
|
359
|
+
static get listeners() {
|
|
360
|
+
return [{
|
|
361
|
+
"name": "sendInputValue",
|
|
362
|
+
"method": "onPageLimitChangedHandler",
|
|
363
|
+
"target": "body",
|
|
364
|
+
"capture": false,
|
|
365
|
+
"passive": false
|
|
366
|
+
}, {
|
|
367
|
+
"name": "reloadPageByType",
|
|
368
|
+
"method": "reloadPageByTypeHandler",
|
|
369
|
+
"target": undefined,
|
|
370
|
+
"capture": false,
|
|
371
|
+
"passive": false
|
|
372
|
+
}];
|
|
373
|
+
}
|
|
247
374
|
}
|
|
@@ -1,19 +1,15 @@
|
|
|
1
1
|
import { h } from "@stencil/core";
|
|
2
|
-
import avaliableTrueSvg from "../static/avaliable.true.svg";
|
|
3
|
-
import avaliableFalseSvg from "../static/avaliable.false.svg";
|
|
4
2
|
const getStatusData = (gift, redeem) => {
|
|
5
3
|
switch (gift.available) {
|
|
6
4
|
case "true":
|
|
7
5
|
return {
|
|
8
6
|
extraClass: ' active',
|
|
9
7
|
onClick: () => redeem(gift.id),
|
|
10
|
-
icon: avaliableTrueSvg
|
|
11
8
|
};
|
|
12
9
|
case "false":
|
|
13
10
|
return {
|
|
14
11
|
extraClass: ' deactive',
|
|
15
12
|
onClick: () => { },
|
|
16
|
-
icon: avaliableFalseSvg
|
|
17
13
|
};
|
|
18
14
|
}
|
|
19
15
|
};
|
|
@@ -25,6 +21,7 @@ export const renderGifts = (gifts, locale, redeem) => {
|
|
|
25
21
|
const getPropForBackgroundImage = (asset) => asset ?
|
|
26
22
|
{ backgroundImage: `url('${asset}')` } :
|
|
27
23
|
{};
|
|
28
|
-
|
|
24
|
+
// @ts-ignore
|
|
25
|
+
return (h("div", { class: "Gift" }, h("div", { class: "ImgContainer", onClick: () => window.postMessage({ type: 'BEEShopImgClicked', itemId: gift.id }, window.location.href), style: Object.assign({}, getPropForBackgroundImage(((_a = presentation.assets) === null || _a === void 0 ? void 0 : _a.length) > 0 ? presentation.assets[0] : '')) }), h("div", { class: "InfoContainer" }, h("div", null, h("div", { class: "Point" }, gift.points, " ", gift.points === 1 ? locale.Point : locale.Points), h("div", { class: "Title" }, (presentation === null || presentation === void 0 ? void 0 : presentation.displayName) || gift.displayName), h("div", { class: "Description" }, (presentation === null || presentation === void 0 ? void 0 : presentation.description) || '')), h("div", { class: `AvaliableWrap RedeemButton ${statusData.extraClass}`, onClick: statusData.onClick }, locale.redeemGift))));
|
|
29
26
|
})));
|
|
30
27
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { p as promiseResolve, b as bootstrapLazy } from './index-
|
|
2
|
-
export { s as setNonce } from './index-
|
|
1
|
+
import { p as promiseResolve, b as bootstrapLazy } from './index-73211e60.js';
|
|
2
|
+
export { s as setNonce } from './index-73211e60.js';
|
|
3
3
|
import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -16,5 +16,5 @@ var patchBrowser = () => {
|
|
|
16
16
|
|
|
17
17
|
patchBrowser().then(async (options) => {
|
|
18
18
|
await globalScripts();
|
|
19
|
-
return bootstrapLazy([["bonus-elevate-
|
|
19
|
+
return bootstrapLazy([["bonus-elevate-shop_17",[[1,"bonus-elevate-shop",{"session":[513],"endpoint":[513],"language":[513],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"limit":[1538],"navItemAccount":[514,"nav-item-account"],"pageLimitOptions":[1537,"page-limit-options"],"locale":[32],"gifts":[32],"total":[32],"offset":[32],"shopListId":[32],"isLoading":[32],"pageLimitSelectOptions":[32]},[[16,"sendInputValue","onPageLimitChangedHandler"],[0,"reloadPageByType","reloadPageByTypeHandler"]],{"endpoint":["updateGifts"],"language":["updateGifts"],"session":["updateGifts"]}],[1,"player-elevate-pointcard",{"endpoint":[513],"theme":[513],"session":[513],"playerAvatarUrl":[513,"player-avatar-url"],"language":[513],"playerName":[513,"player-name"],"cardTitle":[513,"card-title"],"buttonType":[513,"button-type"],"dateFormat":[513,"date-format"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"pointExpireString":[32],"playerElevateLevel":[32],"elevateWalletTotal":[32],"elevateSPTotal":[32]},[[0,"playerElevateLeveLoaded","playerElevateLeveLoadedHandler"]],{"session":["onSessionOrEndpointChange"],"endpoint":["onSessionOrEndpointChange"],"language":["onSessionOrEndpointChange"]}],[0,"bonus-pagination-nav",{"total":[1538],"limit":[1538],"offset":[1538],"tableId":[1537,"table-id"],"language":[1537],"translationUrl":[513,"translation-url"],"arrowsActive":[1540,"arrows-active"],"secondaryArrowsActive":[1540,"secondary-arrows-active"],"displayPageNumbers":[1540,"display-page-numbers"],"displayRangeOfTotal":[1540,"display-range-of-total"],"navItemAccount":[1538,"nav-item-account"],"endPageIndex":[32],"pagesArray":[32],"currentPage":[32],"showAsEllipsisMid":[32]},[[8,"paginationReset","pageLimitChangedHandler"],[8,"pageLimitChanged","pageLimitChangedHandler"]]],[1,"general-input",{"type":[513],"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"action":[513],"validation":[16],"options":[520],"language":[513],"autofilled":[516],"tooltip":[513],"defaultValue":[520,"default-value"],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[520,"client-styling"],"dateFormat":[513,"date-format"],"translationUrl":[513,"translation-url"],"emitOnClick":[516,"emit-on-click"]}],[1,"toggle-checkbox-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"options":[16],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32],"showFields":[32]},[[4,"click","handleClickOutside"]]],[1,"checkbox-group-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"options":[16],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32],"selectedValues":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"selectedValues":["setValue"],"emitValue":["emitValueHandler"]}],[1,"checkbox-input",{"name":[513],"displayName":[513,"display-name"],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"date-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"dateFormat":[513,"date-format"],"emitOnClick":[516,"emit-on-click"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"email-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"number-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"password-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32],"passwordComplexity":[32],"showPopup":[32],"value":[32]},[[16,"sendOriginalValidityState","originalValidityChangedHandler"],[16,"sendInputValue","valueChangedHandler"],[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"value":["valueChanged"],"emitValue":["emitValueHandler"]}],[1,"radio-input",{"name":[513],"displayName":[513,"display-name"],"optionsGroup":[16],"validation":[16],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"select-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"action":[513],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"options":[16],"validation":[16],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"errorMessage":[32],"isValid":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"tel-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"showLabels":[516,"show-labels"],"action":[513],"validation":[16],"defaultValue":[520,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"emitValue":[516,"emit-value"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[1,"text-input",{"name":[513],"displayName":[513,"display-name"],"placeholder":[513],"validation":[16],"defaultValue":[513,"default-value"],"autofilled":[516],"tooltip":[513],"language":[513],"checkValidity":[516,"check-validity"],"emitValue":[516,"emit-value"],"isDuplicateInput":[516,"is-duplicate-input"],"clientStyling":[513,"client-styling"],"isValid":[32],"errorMessage":[32],"limitStylingAppends":[32],"showTooltip":[32]},[[4,"click","handleClickOutside"],[16,"sendInputValue","valueChangedHandler"]],{"isValid":["validityChanged"],"emitValue":["emitValueHandler"]}],[0,"player-elevate-card-data",{"params":[8],"playerElevateLevel":[32],"pointExpireString":[32]},[[9,"resize","handleWindowResizs"]],{"params":["onParamsChanged"]}],[4,"general-styling-wrapper",{"clientStyling":[1,"client-styling"],"clientStylingUrl":[1,"client-styling-url"],"translationUrl":[1,"translation-url"],"targetTranslations":[16]}]]],["player-elevate-card",[[1,"player-elevate-card",{"endpoint":[513],"theme":[513],"session":[513],"playerAvatarUrl":[513,"player-avatar-url"],"language":[513],"playerName":[513,"player-name"],"dateFormat":[513,"date-format"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"pointExpireString":[32],"playerLevelFlag":[32],"playerElevateLevel":[32],"elevateWalletTotal":[32]},[[0,"playerElevateLeveLoaded","playerElevateLeveLoadedHandler"]],{"session":["onSessionOrEndpointChange"],"endpoint":["onSessionOrEndpointChange"],"language":["onSessionOrEndpointChange"]}]]],["player-elevate-loyaltycard",[[1,"player-elevate-loyaltycard",{"endpoint":[513],"theme":[513],"session":[513],"playerAvatarUrl":[513,"player-avatar-url"],"language":[513],"playerName":[513,"player-name"],"dateFormat":[513,"date-format"],"clientStyling":[513,"client-styling"],"clientStylingUrl":[513,"client-styling-url"],"translationUrl":[513,"translation-url"],"pointExpireString":[32],"playerElevateLevel":[32],"elevateWalletTotal":[32]},[[0,"playerElevateLeveLoaded","playerElevateLeveLoadedHandler"]],{"session":["onSessionOrEndpointChange"],"endpoint":["onSessionOrEndpointChange"],"language":["onSessionOrEndpointChange"]}]]]], options);
|
|
20
20
|
});
|