@everymatrix/casino-categories-slider 0.0.365 → 0.0.368
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/casino-categories-slider",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.368",
|
|
4
4
|
"main": "dist/casino-categories-slider.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8de3cc787cc97aec99916dfedb01ec69ac55ba98"
|
|
40
40
|
}
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
export let activecategory:string = '';
|
|
23
23
|
export let actionevent:string = '';
|
|
24
24
|
export let sessioncheck:string = '';
|
|
25
|
+
export let showsubgroups:string = '';
|
|
25
26
|
|
|
26
27
|
export let subgroups: string= '';
|
|
27
28
|
|
|
@@ -282,7 +283,7 @@
|
|
|
282
283
|
<p class="SearchLoading" part="SearchLoading">500 Error - Internal Server Error.</p>
|
|
283
284
|
{:else}
|
|
284
285
|
<div class="CasinoCategoriesContainer" part="CasinoCategoriesContainer">
|
|
285
|
-
<casino-slider {identity} favoritesnumber={numberOfFavoredGames} use:sendSliderData {
|
|
286
|
+
<casino-slider {identity} favoritesnumber={numberOfFavoredGames} use:sendSliderData {showsubgroups} {clientstyling} {clientstylingurl} {containermaxwidth} activeindex={activeIndex} {actionevent} />
|
|
286
287
|
</div>
|
|
287
288
|
{/if}
|
|
288
289
|
{/if}
|