@everymatrix/casino-games-category-section 0.0.289 → 0.0.292
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-games-category-section",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.292",
|
|
4
4
|
"main": "dist/casino-games-category-section.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": "c69fc04487b15c7c69d2a7c8943340d2a8b78c4f"
|
|
40
40
|
}
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
export let currency:string = '';
|
|
23
23
|
|
|
24
24
|
export let categoryid:string = '';
|
|
25
|
-
export let categoryindex:number = 0;
|
|
26
25
|
export let categorygames:number = 0;
|
|
27
26
|
export let livecasino:string = 'false';
|
|
28
27
|
export let visiblegames:string = '';
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
let operatorSpecifications:Object;
|
|
48
47
|
let categoryData:CategoryData;
|
|
49
48
|
let shownCategoryData = [];
|
|
50
|
-
let categoryIndex:number;
|
|
51
49
|
let showLoadCategory:boolean = true;
|
|
52
50
|
let offset:number = 0;
|
|
53
51
|
let limit:number = 40;
|