@everymatrix/player-account-gaming-limits-wrapper-2 0.0.400 → 0.0.401
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": "0.0.
|
|
3
|
+
"version": "0.0.401",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-wrapper-2.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"typescript": "^3.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@everymatrix/player-account-gaming-limits-history-2": "^0.0.
|
|
33
|
-
"@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.
|
|
34
|
-
"@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.
|
|
32
|
+
"@everymatrix/player-account-gaming-limits-history-2": "^0.0.401",
|
|
33
|
+
"@everymatrix/player-account-gaming-limits-page-2-gm16": "^0.0.401",
|
|
34
|
+
"@everymatrix/player-account-gaming-limits-page-2-gmcore": "^0.0.401",
|
|
35
35
|
"cross-env": "^7.0.3",
|
|
36
36
|
"sirv-cli": "^1.0.0",
|
|
37
37
|
"svelte": "^3.0.0"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "b3bbda8a314a8c6a5f05d45b471a2995556e9fad"
|
|
43
43
|
}
|
|
@@ -98,43 +98,41 @@
|
|
|
98
98
|
</div>
|
|
99
99
|
{/if}
|
|
100
100
|
|
|
101
|
-
<div class="
|
|
102
|
-
|
|
103
|
-
{#
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
></player-account-gaming-limits-history-2>
|
|
135
|
-
{/if}
|
|
136
|
-
</div>
|
|
101
|
+
<div class="player-account-gaming-limits-wrapper-2" bind:this={mainContainer}>
|
|
102
|
+
{#each limitTabs as limits}
|
|
103
|
+
{#if apiversion == 'gmcore'}
|
|
104
|
+
<player-account-gaming-limits-page-2-gm16 class="hidden selected"
|
|
105
|
+
{lang}
|
|
106
|
+
{currency}
|
|
107
|
+
{limits}
|
|
108
|
+
{userid}
|
|
109
|
+
{session}
|
|
110
|
+
{endpoint}
|
|
111
|
+
{apiversion}
|
|
112
|
+
></player-account-gaming-limits-page-2-gm16>
|
|
113
|
+
{:else}
|
|
114
|
+
<player-account-gaming-limits-page-2-gm16 class="hidden selected"
|
|
115
|
+
{lang}
|
|
116
|
+
{currency}
|
|
117
|
+
{limits}
|
|
118
|
+
{userid}
|
|
119
|
+
{session}
|
|
120
|
+
{endpoint}
|
|
121
|
+
{apiversion}
|
|
122
|
+
></player-account-gaming-limits-page-2-gm16>
|
|
123
|
+
{/if}
|
|
124
|
+
{/each}
|
|
125
|
+
</div>
|
|
126
|
+
{#if historyenabled === 'true'}
|
|
127
|
+
<player-account-gaming-limits-history-2
|
|
128
|
+
{lang}
|
|
129
|
+
{userid}
|
|
130
|
+
{session}
|
|
131
|
+
{endpoint}
|
|
132
|
+
{apiversion}
|
|
133
|
+
></player-account-gaming-limits-history-2>
|
|
137
134
|
{/if}
|
|
135
|
+
{/if}
|
|
138
136
|
</div>
|
|
139
137
|
<style lang="scss">
|
|
140
138
|
:host {
|