@everymatrix/player-account-gaming-limits-wrapper-2 1.28.4 → 1.28.7
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/player-account-gaming-limits-wrapper-2",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.7",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-wrapper-2.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "4be294aae17b0e8d5a7eec74883137c4b34bc12e"
|
|
39
39
|
}
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
export let tablabels:string = '';
|
|
20
20
|
export let historyenabled:string = "true";
|
|
21
|
+
export let enablecompliancetext:string = 'false';
|
|
21
22
|
|
|
22
23
|
export let deletelimit:string = '';
|
|
23
24
|
export let limitsamount:string = '';
|
|
@@ -168,8 +169,10 @@
|
|
|
168
169
|
{currency}
|
|
169
170
|
amountsconfig = {amountsArray[i]}
|
|
170
171
|
periodsconfig = {periodsArray[i]}
|
|
172
|
+
limittabindex = {i + 1}
|
|
171
173
|
{userid}
|
|
172
174
|
{deletelimit}
|
|
175
|
+
{enablecompliancetext}
|
|
173
176
|
{session}
|
|
174
177
|
{endpoint}
|
|
175
178
|
{apiversion}
|