@everymatrix/casino-lobby 0.0.118 → 0.0.119
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/casino-lobby.js +208 -206
- package/dist/casino-lobby.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoLobby.svelte +1 -1
package/dist/casino-lobby.js
CHANGED
|
@@ -5588,9 +5588,9 @@
|
|
|
5588
5588
|
set_custom_element_data(casino_slider, "clientstyling", /*clientstyling*/ ctx[0]);
|
|
5589
5589
|
set_custom_element_data(casino_slider, "clientstylingurl", /*clientstylingurl*/ ctx[1]);
|
|
5590
5590
|
set_custom_element_data(casino_slider, "onclickeventname", "CategoryChange");
|
|
5591
|
-
add_location(casino_slider, file$8, 187, 8,
|
|
5591
|
+
add_location(casino_slider, file$8, 187, 8, 6019);
|
|
5592
5592
|
attr_dev(div, "class", "CasinoCategoriesContainer");
|
|
5593
|
-
add_location(div, file$8, 186, 6,
|
|
5593
|
+
add_location(div, file$8, 186, 6, 5971);
|
|
5594
5594
|
},
|
|
5595
5595
|
m: function mount(target, anchor) {
|
|
5596
5596
|
insert_dev(target, div, anchor);
|
|
@@ -5638,7 +5638,7 @@
|
|
|
5638
5638
|
p = element("p");
|
|
5639
5639
|
p.textContent = "500 Error - Internal Server Error.";
|
|
5640
5640
|
attr_dev(p, "class", "SearchLoading");
|
|
5641
|
-
add_location(p, file$8, 184, 6,
|
|
5641
|
+
add_location(p, file$8, 184, 6, 5889);
|
|
5642
5642
|
},
|
|
5643
5643
|
m: function mount(target, anchor) {
|
|
5644
5644
|
insert_dev(target, p, anchor);
|
|
@@ -5668,7 +5668,7 @@
|
|
|
5668
5668
|
c: function create() {
|
|
5669
5669
|
p = element("p");
|
|
5670
5670
|
p.textContent = "Please wait ...";
|
|
5671
|
-
add_location(p, file$8, 181, 4,
|
|
5671
|
+
add_location(p, file$8, 181, 4, 5830);
|
|
5672
5672
|
},
|
|
5673
5673
|
m: function mount(target, anchor) {
|
|
5674
5674
|
insert_dev(target, p, anchor);
|
|
@@ -5707,7 +5707,7 @@
|
|
|
5707
5707
|
div = element("div");
|
|
5708
5708
|
if_block.c();
|
|
5709
5709
|
this.c = noop$1;
|
|
5710
|
-
add_location(div, file$8, 179, 0,
|
|
5710
|
+
add_location(div, file$8, 179, 0, 5767);
|
|
5711
5711
|
},
|
|
5712
5712
|
l: function claim(nodes) {
|
|
5713
5713
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -5801,11 +5801,10 @@
|
|
|
5801
5801
|
}
|
|
5802
5802
|
|
|
5803
5803
|
isLoggedIn = true;
|
|
5804
|
-
sessionID = session;
|
|
5805
|
-
playerID = userID;
|
|
5806
5804
|
}
|
|
5807
5805
|
break;
|
|
5808
|
-
}
|
|
5806
|
+
} // sessionID = session;
|
|
5807
|
+
// playerID = userID;
|
|
5809
5808
|
}
|
|
5810
5809
|
};
|
|
5811
5810
|
|
|
@@ -7805,26 +7804,26 @@
|
|
|
7805
7804
|
|
|
7806
7805
|
function get_each_context_2(ctx, list, i) {
|
|
7807
7806
|
const child_ctx = ctx.slice();
|
|
7808
|
-
child_ctx[
|
|
7809
|
-
child_ctx[
|
|
7807
|
+
child_ctx[69] = list[i];
|
|
7808
|
+
child_ctx[71] = i;
|
|
7810
7809
|
return child_ctx;
|
|
7811
7810
|
}
|
|
7812
7811
|
|
|
7813
7812
|
function get_each_context_1(ctx, list, i) {
|
|
7814
7813
|
const child_ctx = ctx.slice();
|
|
7815
|
-
child_ctx[
|
|
7816
|
-
child_ctx[
|
|
7814
|
+
child_ctx[69] = list[i];
|
|
7815
|
+
child_ctx[71] = i;
|
|
7817
7816
|
return child_ctx;
|
|
7818
7817
|
}
|
|
7819
7818
|
|
|
7820
7819
|
function get_each_context$2(ctx, list, i) {
|
|
7821
7820
|
const child_ctx = ctx.slice();
|
|
7822
|
-
child_ctx[
|
|
7823
|
-
child_ctx[
|
|
7821
|
+
child_ctx[69] = list[i];
|
|
7822
|
+
child_ctx[71] = i;
|
|
7824
7823
|
return child_ctx;
|
|
7825
7824
|
}
|
|
7826
7825
|
|
|
7827
|
-
// (
|
|
7826
|
+
// (438:4) {:else}
|
|
7828
7827
|
function create_else_block_3$1(ctx) {
|
|
7829
7828
|
let div;
|
|
7830
7829
|
|
|
@@ -7840,7 +7839,7 @@
|
|
|
7840
7839
|
c: function create() {
|
|
7841
7840
|
div = element("div");
|
|
7842
7841
|
if (if_block) if_block.c();
|
|
7843
|
-
add_location(div, file$6,
|
|
7842
|
+
add_location(div, file$6, 438, 6, 16166);
|
|
7844
7843
|
},
|
|
7845
7844
|
m: function mount(target, anchor) {
|
|
7846
7845
|
insert_dev(target, div, anchor);
|
|
@@ -7872,14 +7871,14 @@
|
|
|
7872
7871
|
block,
|
|
7873
7872
|
id: create_else_block_3$1.name,
|
|
7874
7873
|
type: "else",
|
|
7875
|
-
source: "(
|
|
7874
|
+
source: "(438:4) {:else}",
|
|
7876
7875
|
ctx
|
|
7877
7876
|
});
|
|
7878
7877
|
|
|
7879
7878
|
return block;
|
|
7880
7879
|
}
|
|
7881
7880
|
|
|
7882
|
-
// (
|
|
7881
|
+
// (387:4) {#if searched}
|
|
7883
7882
|
function create_if_block_2$3(ctx) {
|
|
7884
7883
|
let div1;
|
|
7885
7884
|
let div0;
|
|
@@ -7910,9 +7909,9 @@
|
|
|
7910
7909
|
t = space();
|
|
7911
7910
|
if_block1.c();
|
|
7912
7911
|
attr_dev(div0, "class", "CasinoGamesHeader Searched");
|
|
7913
|
-
add_location(div0, file$6,
|
|
7912
|
+
add_location(div0, file$6, 388, 8, 14306);
|
|
7914
7913
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
7915
|
-
add_location(div1, file$6,
|
|
7914
|
+
add_location(div1, file$6, 387, 6, 14263);
|
|
7916
7915
|
},
|
|
7917
7916
|
m: function mount(target, anchor) {
|
|
7918
7917
|
insert_dev(target, div1, anchor);
|
|
@@ -7957,14 +7956,14 @@
|
|
|
7957
7956
|
block,
|
|
7958
7957
|
id: create_if_block_2$3.name,
|
|
7959
7958
|
type: "if",
|
|
7960
|
-
source: "(
|
|
7959
|
+
source: "(387:4) {#if searched}",
|
|
7961
7960
|
ctx
|
|
7962
7961
|
});
|
|
7963
7962
|
|
|
7964
7963
|
return block;
|
|
7965
7964
|
}
|
|
7966
7965
|
|
|
7967
|
-
// (
|
|
7966
|
+
// (379:2) {#if hasErrors}
|
|
7968
7967
|
function create_if_block$6(ctx) {
|
|
7969
7968
|
let if_block_anchor;
|
|
7970
7969
|
|
|
@@ -8006,14 +8005,14 @@
|
|
|
8006
8005
|
block,
|
|
8007
8006
|
id: create_if_block$6.name,
|
|
8008
8007
|
type: "if",
|
|
8009
|
-
source: "(
|
|
8008
|
+
source: "(379:2) {#if hasErrors}",
|
|
8010
8009
|
ctx
|
|
8011
8010
|
});
|
|
8012
8011
|
|
|
8013
8012
|
return block;
|
|
8014
8013
|
}
|
|
8015
8014
|
|
|
8016
|
-
// (
|
|
8015
|
+
// (486:39)
|
|
8017
8016
|
function create_if_block_11$1(ctx) {
|
|
8018
8017
|
let div1;
|
|
8019
8018
|
let div0;
|
|
@@ -8042,17 +8041,17 @@
|
|
|
8042
8041
|
ul = element("ul");
|
|
8043
8042
|
if_block.c();
|
|
8044
8043
|
attr_dev(h3, "class", "CategoryName");
|
|
8045
|
-
add_location(h3, file$6,
|
|
8044
|
+
add_location(h3, file$6, 488, 16, 18455);
|
|
8046
8045
|
attr_dev(div0, "class", "CasinoGamesHeader");
|
|
8047
|
-
add_location(div0, file$6,
|
|
8046
|
+
add_location(div0, file$6, 487, 12, 18407);
|
|
8048
8047
|
|
|
8049
8048
|
attr_dev(ul, "class", ul_class_value = "" + ((/*favoriteGamesData*/ ctx[21].items.length != 0
|
|
8050
8049
|
? "CasinoGamesGrid"
|
|
8051
8050
|
: "") + " 'GamesListIncreasedGap'}"));
|
|
8052
8051
|
|
|
8053
|
-
add_location(ul, file$6,
|
|
8052
|
+
add_location(ul, file$6, 492, 12, 18604);
|
|
8054
8053
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
8055
|
-
add_location(div1, file$6,
|
|
8054
|
+
add_location(div1, file$6, 486, 10, 18360);
|
|
8056
8055
|
},
|
|
8057
8056
|
m: function mount(target, anchor) {
|
|
8058
8057
|
insert_dev(target, div1, anchor);
|
|
@@ -8098,14 +8097,14 @@
|
|
|
8098
8097
|
block,
|
|
8099
8098
|
id: create_if_block_11$1.name,
|
|
8100
8099
|
type: "if",
|
|
8101
|
-
source: "(
|
|
8100
|
+
source: "(486:39) ",
|
|
8102
8101
|
ctx
|
|
8103
8102
|
});
|
|
8104
8103
|
|
|
8105
8104
|
return block;
|
|
8106
8105
|
}
|
|
8107
8106
|
|
|
8108
|
-
// (
|
|
8107
|
+
// (440:8) {#if categoryData}
|
|
8109
8108
|
function create_if_block_7$2(ctx) {
|
|
8110
8109
|
let div1;
|
|
8111
8110
|
let div0;
|
|
@@ -8135,11 +8134,11 @@
|
|
|
8135
8134
|
t2 = space();
|
|
8136
8135
|
if_block1.c();
|
|
8137
8136
|
attr_dev(h3, "class", "CategoryName");
|
|
8138
|
-
add_location(h3, file$6,
|
|
8137
|
+
add_location(h3, file$6, 442, 16, 16304);
|
|
8139
8138
|
attr_dev(div0, "class", "CasinoGamesHeader");
|
|
8140
|
-
add_location(div0, file$6,
|
|
8139
|
+
add_location(div0, file$6, 441, 12, 16256);
|
|
8141
8140
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
8142
|
-
add_location(div1, file$6,
|
|
8141
|
+
add_location(div1, file$6, 440, 10, 16209);
|
|
8143
8142
|
},
|
|
8144
8143
|
m: function mount(target, anchor) {
|
|
8145
8144
|
insert_dev(target, div1, anchor);
|
|
@@ -8192,14 +8191,14 @@
|
|
|
8192
8191
|
block,
|
|
8193
8192
|
id: create_if_block_7$2.name,
|
|
8194
8193
|
type: "if",
|
|
8195
|
-
source: "(
|
|
8194
|
+
source: "(440:8) {#if categoryData}",
|
|
8196
8195
|
ctx
|
|
8197
8196
|
});
|
|
8198
8197
|
|
|
8199
8198
|
return block;
|
|
8200
8199
|
}
|
|
8201
8200
|
|
|
8202
|
-
// (
|
|
8201
|
+
// (568:14) {:else}
|
|
8203
8202
|
function create_else_block_7(ctx) {
|
|
8204
8203
|
let p;
|
|
8205
8204
|
|
|
@@ -8207,7 +8206,7 @@
|
|
|
8207
8206
|
c: function create() {
|
|
8208
8207
|
p = element("p");
|
|
8209
8208
|
p.textContent = "Waiting";
|
|
8210
|
-
add_location(p, file$6,
|
|
8209
|
+
add_location(p, file$6, 568, 16, 24145);
|
|
8211
8210
|
},
|
|
8212
8211
|
m: function mount(target, anchor) {
|
|
8213
8212
|
insert_dev(target, p, anchor);
|
|
@@ -8222,14 +8221,14 @@
|
|
|
8222
8221
|
block,
|
|
8223
8222
|
id: create_else_block_7.name,
|
|
8224
8223
|
type: "else",
|
|
8225
|
-
source: "(
|
|
8224
|
+
source: "(568:14) {:else}",
|
|
8226
8225
|
ctx
|
|
8227
8226
|
});
|
|
8228
8227
|
|
|
8229
8228
|
return block;
|
|
8230
8229
|
}
|
|
8231
8230
|
|
|
8232
|
-
// (
|
|
8231
|
+
// (494:14) {#if favoriteGamesData}
|
|
8233
8232
|
function create_if_block_12$1(ctx) {
|
|
8234
8233
|
let each_1_anchor;
|
|
8235
8234
|
let each_value_2 = /*favoriteGamesData*/ ctx[21].items;
|
|
@@ -8316,14 +8315,14 @@
|
|
|
8316
8315
|
block,
|
|
8317
8316
|
id: create_if_block_12$1.name,
|
|
8318
8317
|
type: "if",
|
|
8319
|
-
source: "(
|
|
8318
|
+
source: "(494:14) {#if favoriteGamesData}",
|
|
8320
8319
|
ctx
|
|
8321
8320
|
});
|
|
8322
8321
|
|
|
8323
8322
|
return block;
|
|
8324
8323
|
}
|
|
8325
8324
|
|
|
8326
|
-
// (
|
|
8325
|
+
// (548:16) {:else}
|
|
8327
8326
|
function create_else_block_5$1(ctx) {
|
|
8328
8327
|
let p;
|
|
8329
8328
|
let svg;
|
|
@@ -8354,7 +8353,7 @@
|
|
|
8354
8353
|
t3 = space();
|
|
8355
8354
|
set_style(path, "fill", "white");
|
|
8356
8355
|
attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
|
|
8357
|
-
add_location(path, file$6,
|
|
8356
|
+
add_location(path, file$6, 550, 116, 22458);
|
|
8358
8357
|
attr_dev(svg, "version", "1.1");
|
|
8359
8358
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
8360
8359
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -8364,15 +8363,15 @@
|
|
|
8364
8363
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
8365
8364
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
8366
8365
|
attr_dev(svg, "xml:space", "preserve");
|
|
8367
|
-
add_location(svg, file$6,
|
|
8366
|
+
add_location(svg, file$6, 549, 20, 22205);
|
|
8368
8367
|
attr_dev(span, "class", "NoFavoriteText NoFavoriteTextHighlight");
|
|
8369
|
-
add_location(span, file$6,
|
|
8368
|
+
add_location(span, file$6, 559, 20, 23561);
|
|
8370
8369
|
|
|
8371
8370
|
attr_dev(p, "class", "NoFavoriteGames " + (isMobile(/*userAgent*/ ctx[23])
|
|
8372
8371
|
? "NoFavoriteGamesMobile"
|
|
8373
8372
|
: ""));
|
|
8374
8373
|
|
|
8375
|
-
add_location(p, file$6,
|
|
8374
|
+
add_location(p, file$6, 548, 18, 22104);
|
|
8376
8375
|
},
|
|
8377
8376
|
m: function mount(target, anchor) {
|
|
8378
8377
|
insert_dev(target, p, anchor);
|
|
@@ -8395,14 +8394,14 @@
|
|
|
8395
8394
|
block,
|
|
8396
8395
|
id: create_else_block_5$1.name,
|
|
8397
8396
|
type: "else",
|
|
8398
|
-
source: "(
|
|
8397
|
+
source: "(548:16) {:else}",
|
|
8399
8398
|
ctx
|
|
8400
8399
|
});
|
|
8401
8400
|
|
|
8402
8401
|
return block;
|
|
8403
8402
|
}
|
|
8404
8403
|
|
|
8405
|
-
// (
|
|
8404
|
+
// (563:20) {:else}
|
|
8406
8405
|
function create_else_block_6(ctx) {
|
|
8407
8406
|
let span;
|
|
8408
8407
|
|
|
@@ -8411,7 +8410,7 @@
|
|
|
8411
8410
|
span = element("span");
|
|
8412
8411
|
span.textContent = "You can now add games to favorites by clicking on the star icon located on the game thumbnail.";
|
|
8413
8412
|
attr_dev(span, "class", "NoFavoriteText");
|
|
8414
|
-
add_location(span, file$6,
|
|
8413
|
+
add_location(span, file$6, 563, 22, 23903);
|
|
8415
8414
|
},
|
|
8416
8415
|
m: function mount(target, anchor) {
|
|
8417
8416
|
insert_dev(target, span, anchor);
|
|
@@ -8425,14 +8424,14 @@
|
|
|
8425
8424
|
block,
|
|
8426
8425
|
id: create_else_block_6.name,
|
|
8427
8426
|
type: "else",
|
|
8428
|
-
source: "(
|
|
8427
|
+
source: "(563:20) {:else}",
|
|
8429
8428
|
ctx
|
|
8430
8429
|
});
|
|
8431
8430
|
|
|
8432
8431
|
return block;
|
|
8433
8432
|
}
|
|
8434
8433
|
|
|
8435
|
-
// (
|
|
8434
|
+
// (561:20) {#if isMobile(userAgent)}
|
|
8436
8435
|
function create_if_block_19$1(ctx) {
|
|
8437
8436
|
let span;
|
|
8438
8437
|
|
|
@@ -8441,7 +8440,7 @@
|
|
|
8441
8440
|
span = element("span");
|
|
8442
8441
|
span.textContent = "You can now add games to favorites by tapping on the star icon located on the game page.";
|
|
8443
8442
|
attr_dev(span, "class", "NoFavoriteText");
|
|
8444
|
-
add_location(span, file$6,
|
|
8443
|
+
add_location(span, file$6, 561, 22, 23728);
|
|
8445
8444
|
},
|
|
8446
8445
|
m: function mount(target, anchor) {
|
|
8447
8446
|
insert_dev(target, span, anchor);
|
|
@@ -8455,17 +8454,17 @@
|
|
|
8455
8454
|
block,
|
|
8456
8455
|
id: create_if_block_19$1.name,
|
|
8457
8456
|
type: "if",
|
|
8458
|
-
source: "(
|
|
8457
|
+
source: "(561:20) {#if isMobile(userAgent)}",
|
|
8459
8458
|
ctx
|
|
8460
8459
|
});
|
|
8461
8460
|
|
|
8462
8461
|
return block;
|
|
8463
8462
|
}
|
|
8464
8463
|
|
|
8465
|
-
// (
|
|
8464
|
+
// (496:18) {#if gameprops.gameModel}
|
|
8466
8465
|
function create_if_block_13$1(ctx) {
|
|
8467
8466
|
let if_block_anchor;
|
|
8468
|
-
let if_block = /*gameprops*/ ctx[
|
|
8467
|
+
let if_block = /*gameprops*/ ctx[69].gameModel.isFavorite && create_if_block_14$1(ctx);
|
|
8469
8468
|
|
|
8470
8469
|
const block = {
|
|
8471
8470
|
c: function create() {
|
|
@@ -8477,7 +8476,7 @@
|
|
|
8477
8476
|
insert_dev(target, if_block_anchor, anchor);
|
|
8478
8477
|
},
|
|
8479
8478
|
p: function update(ctx, dirty) {
|
|
8480
|
-
if (/*gameprops*/ ctx[
|
|
8479
|
+
if (/*gameprops*/ ctx[69].gameModel.isFavorite) {
|
|
8481
8480
|
if (if_block) {
|
|
8482
8481
|
if_block.p(ctx, dirty);
|
|
8483
8482
|
} else {
|
|
@@ -8500,14 +8499,14 @@
|
|
|
8500
8499
|
block,
|
|
8501
8500
|
id: create_if_block_13$1.name,
|
|
8502
8501
|
type: "if",
|
|
8503
|
-
source: "(
|
|
8502
|
+
source: "(496:18) {#if gameprops.gameModel}",
|
|
8504
8503
|
ctx
|
|
8505
8504
|
});
|
|
8506
8505
|
|
|
8507
8506
|
return block;
|
|
8508
8507
|
}
|
|
8509
8508
|
|
|
8510
|
-
// (
|
|
8509
|
+
// (497:20) {#if gameprops.gameModel.isFavorite}
|
|
8511
8510
|
function create_if_block_14$1(ctx) {
|
|
8512
8511
|
let if_block_anchor;
|
|
8513
8512
|
let if_block = (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) && create_if_block_15$1(ctx);
|
|
@@ -8545,14 +8544,14 @@
|
|
|
8545
8544
|
block,
|
|
8546
8545
|
id: create_if_block_14$1.name,
|
|
8547
8546
|
type: "if",
|
|
8548
|
-
source: "(
|
|
8547
|
+
source: "(497:20) {#if gameprops.gameModel.isFavorite}",
|
|
8549
8548
|
ctx
|
|
8550
8549
|
});
|
|
8551
8550
|
|
|
8552
8551
|
return block;
|
|
8553
8552
|
}
|
|
8554
8553
|
|
|
8555
|
-
// (
|
|
8554
|
+
// (498:22) {#if intersecting || nativeLoading}
|
|
8556
8555
|
function create_if_block_15$1(ctx) {
|
|
8557
8556
|
let show_if;
|
|
8558
8557
|
let show_if_1;
|
|
@@ -8561,7 +8560,7 @@
|
|
|
8561
8560
|
function select_block_type_7(ctx, dirty) {
|
|
8562
8561
|
if (show_if == null) show_if = !!isMobile(/*userAgent*/ ctx[23]);
|
|
8563
8562
|
if (show_if) return create_if_block_16$1;
|
|
8564
|
-
if (show_if_1 == null || dirty[0] & /*favoriteGamesData*/ 2097152) show_if_1 = !!/*gameprops*/ ctx[
|
|
8563
|
+
if (show_if_1 == null || dirty[0] & /*favoriteGamesData*/ 2097152) show_if_1 = !!/*gameprops*/ ctx[69].gameModel.platform.includes("PC");
|
|
8565
8564
|
if (show_if_1) return create_if_block_18$1;
|
|
8566
8565
|
}
|
|
8567
8566
|
|
|
@@ -8603,14 +8602,14 @@
|
|
|
8603
8602
|
block,
|
|
8604
8603
|
id: create_if_block_15$1.name,
|
|
8605
8604
|
type: "if",
|
|
8606
|
-
source: "(
|
|
8605
|
+
source: "(498:22) {#if intersecting || nativeLoading}",
|
|
8607
8606
|
ctx
|
|
8608
8607
|
});
|
|
8609
8608
|
|
|
8610
8609
|
return block;
|
|
8611
8610
|
}
|
|
8612
8611
|
|
|
8613
|
-
// (
|
|
8612
|
+
// (522:78)
|
|
8614
8613
|
function create_if_block_18$1(ctx) {
|
|
8615
8614
|
let casino_game_thumbnail;
|
|
8616
8615
|
let casino_game_thumbnail_class_value;
|
|
@@ -8628,35 +8627,35 @@
|
|
|
8628
8627
|
c: function create() {
|
|
8629
8628
|
casino_game_thumbnail = element("casino-game-thumbnail");
|
|
8630
8629
|
|
|
8631
|
-
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
8632
|
-
? /*gameprops*/ ctx[
|
|
8630
|
+
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
8631
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
8633
8632
|
: "1x1")));
|
|
8634
8633
|
|
|
8635
8634
|
set_custom_element_data(casino_game_thumbnail, "session", /*session*/ ctx[2]);
|
|
8636
8635
|
set_custom_element_data(casino_game_thumbnail, "userid", /*userid*/ ctx[3]);
|
|
8637
8636
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
8638
8637
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
8639
|
-
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
8640
|
-
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
8641
|
-
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
8642
|
-
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
8643
|
-
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
8644
|
-
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
8645
|
-
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
8646
|
-
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
8647
|
-
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
8638
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].gameModel.thumbnail);
|
|
8639
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].gameModel.name);
|
|
8640
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].gameModel.vendor.name);
|
|
8641
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].gameModel.isNew);
|
|
8642
|
+
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].gameModel.popularity);
|
|
8643
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].gameModel.cellSize);
|
|
8644
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].gameModel.id);
|
|
8645
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].gameModel.hasFunMode);
|
|
8646
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].gameModel.isFavorite);
|
|
8648
8647
|
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
8649
8648
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
8650
8649
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
8651
8650
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
8652
|
-
add_location(casino_game_thumbnail, file$6,
|
|
8651
|
+
add_location(casino_game_thumbnail, file$6, 523, 28, 20758);
|
|
8653
8652
|
},
|
|
8654
8653
|
m: function mount(target, anchor) {
|
|
8655
8654
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
8656
8655
|
},
|
|
8657
8656
|
p: function update(ctx, dirty) {
|
|
8658
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
8659
|
-
? /*gameprops*/ ctx[
|
|
8657
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
8658
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
8660
8659
|
: "1x1")))) {
|
|
8661
8660
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
8662
8661
|
}
|
|
@@ -8677,39 +8676,39 @@
|
|
|
8677
8676
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
8678
8677
|
}
|
|
8679
8678
|
|
|
8680
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
8679
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].gameModel.thumbnail)) {
|
|
8681
8680
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
8682
8681
|
}
|
|
8683
8682
|
|
|
8684
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
8683
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].gameModel.name)) {
|
|
8685
8684
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
8686
8685
|
}
|
|
8687
8686
|
|
|
8688
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
8687
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].gameModel.vendor.name)) {
|
|
8689
8688
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
8690
8689
|
}
|
|
8691
8690
|
|
|
8692
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
8691
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].gameModel.isNew)) {
|
|
8693
8692
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
8694
8693
|
}
|
|
8695
8694
|
|
|
8696
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
8695
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].gameModel.popularity)) {
|
|
8697
8696
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
8698
8697
|
}
|
|
8699
8698
|
|
|
8700
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
8699
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].gameModel.cellSize)) {
|
|
8701
8700
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
8702
8701
|
}
|
|
8703
8702
|
|
|
8704
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
8703
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].gameModel.id)) {
|
|
8705
8704
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
8706
8705
|
}
|
|
8707
8706
|
|
|
8708
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
8707
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].gameModel.hasFunMode)) {
|
|
8709
8708
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
8710
8709
|
}
|
|
8711
8710
|
|
|
8712
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
8711
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].gameModel.isFavorite)) {
|
|
8713
8712
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
8714
8713
|
}
|
|
8715
8714
|
|
|
@@ -8738,16 +8737,16 @@
|
|
|
8738
8737
|
block,
|
|
8739
8738
|
id: create_if_block_18$1.name,
|
|
8740
8739
|
type: "if",
|
|
8741
|
-
source: "(
|
|
8740
|
+
source: "(522:78) ",
|
|
8742
8741
|
ctx
|
|
8743
8742
|
});
|
|
8744
8743
|
|
|
8745
8744
|
return block;
|
|
8746
8745
|
}
|
|
8747
8746
|
|
|
8748
|
-
// (
|
|
8747
|
+
// (499:24) {#if isMobile(userAgent)}
|
|
8749
8748
|
function create_if_block_16$1(ctx) {
|
|
8750
|
-
let show_if = /*gameprops*/ ctx[
|
|
8749
|
+
let show_if = /*gameprops*/ ctx[69].gameModel.platform.includes("iPad") || /*gameprops*/ ctx[69].gameModel.platform.includes("iPhone") || /*gameprops*/ ctx[69].gameModel.platform.includes("Android");
|
|
8751
8750
|
let if_block_anchor;
|
|
8752
8751
|
let if_block = show_if && create_if_block_17$1(ctx);
|
|
8753
8752
|
|
|
@@ -8761,7 +8760,7 @@
|
|
|
8761
8760
|
insert_dev(target, if_block_anchor, anchor);
|
|
8762
8761
|
},
|
|
8763
8762
|
p: function update(ctx, dirty) {
|
|
8764
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152) show_if = /*gameprops*/ ctx[
|
|
8763
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152) show_if = /*gameprops*/ ctx[69].gameModel.platform.includes("iPad") || /*gameprops*/ ctx[69].gameModel.platform.includes("iPhone") || /*gameprops*/ ctx[69].gameModel.platform.includes("Android");
|
|
8765
8764
|
|
|
8766
8765
|
if (show_if) {
|
|
8767
8766
|
if (if_block) {
|
|
@@ -8786,14 +8785,14 @@
|
|
|
8786
8785
|
block,
|
|
8787
8786
|
id: create_if_block_16$1.name,
|
|
8788
8787
|
type: "if",
|
|
8789
|
-
source: "(
|
|
8788
|
+
source: "(499:24) {#if isMobile(userAgent)}",
|
|
8790
8789
|
ctx
|
|
8791
8790
|
});
|
|
8792
8791
|
|
|
8793
8792
|
return block;
|
|
8794
8793
|
}
|
|
8795
8794
|
|
|
8796
|
-
// (
|
|
8795
|
+
// (500:26) {#if (gameprops.gameModel.platform.includes("iPad") || gameprops.gameModel.platform.includes("iPhone") || gameprops.gameModel.platform.includes("Android"))}
|
|
8797
8796
|
function create_if_block_17$1(ctx) {
|
|
8798
8797
|
let casino_game_thumbnail;
|
|
8799
8798
|
let casino_game_thumbnail_class_value;
|
|
@@ -8811,35 +8810,35 @@
|
|
|
8811
8810
|
c: function create() {
|
|
8812
8811
|
casino_game_thumbnail = element("casino-game-thumbnail");
|
|
8813
8812
|
|
|
8814
|
-
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
8815
|
-
? /*gameprops*/ ctx[
|
|
8813
|
+
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
8814
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
8816
8815
|
: "1x1")));
|
|
8817
8816
|
|
|
8818
8817
|
set_custom_element_data(casino_game_thumbnail, "session", /*session*/ ctx[2]);
|
|
8819
8818
|
set_custom_element_data(casino_game_thumbnail, "userid", /*userid*/ ctx[3]);
|
|
8820
8819
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
8821
8820
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
8822
|
-
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
8823
|
-
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
8824
|
-
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
8825
|
-
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
8826
|
-
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
8827
|
-
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
8828
|
-
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
8829
|
-
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
8830
|
-
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
8821
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].gameModel.thumbnail);
|
|
8822
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].gameModel.name);
|
|
8823
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].gameModel.vendor.name);
|
|
8824
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].gameModel.isNew);
|
|
8825
|
+
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].gameModel.popularity);
|
|
8826
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].gameModel.cellSize);
|
|
8827
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].gameModel.id);
|
|
8828
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].gameModel.hasFunMode);
|
|
8829
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].gameModel.isFavorite);
|
|
8831
8830
|
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
8832
8831
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
8833
8832
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
8834
8833
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
8835
|
-
add_location(casino_game_thumbnail, file$6,
|
|
8834
|
+
add_location(casino_game_thumbnail, file$6, 500, 26, 19254);
|
|
8836
8835
|
},
|
|
8837
8836
|
m: function mount(target, anchor) {
|
|
8838
8837
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
8839
8838
|
},
|
|
8840
8839
|
p: function update(ctx, dirty) {
|
|
8841
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
8842
|
-
? /*gameprops*/ ctx[
|
|
8840
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
8841
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
8843
8842
|
: "1x1")))) {
|
|
8844
8843
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
8845
8844
|
}
|
|
@@ -8860,39 +8859,39 @@
|
|
|
8860
8859
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
8861
8860
|
}
|
|
8862
8861
|
|
|
8863
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
8862
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].gameModel.thumbnail)) {
|
|
8864
8863
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
8865
8864
|
}
|
|
8866
8865
|
|
|
8867
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
8866
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].gameModel.name)) {
|
|
8868
8867
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
8869
8868
|
}
|
|
8870
8869
|
|
|
8871
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
8870
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].gameModel.vendor.name)) {
|
|
8872
8871
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
8873
8872
|
}
|
|
8874
8873
|
|
|
8875
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
8874
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].gameModel.isNew)) {
|
|
8876
8875
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
8877
8876
|
}
|
|
8878
8877
|
|
|
8879
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
8878
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].gameModel.popularity)) {
|
|
8880
8879
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
8881
8880
|
}
|
|
8882
8881
|
|
|
8883
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
8882
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].gameModel.cellSize)) {
|
|
8884
8883
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
8885
8884
|
}
|
|
8886
8885
|
|
|
8887
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
8886
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].gameModel.id)) {
|
|
8888
8887
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
8889
8888
|
}
|
|
8890
8889
|
|
|
8891
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
8890
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].gameModel.hasFunMode)) {
|
|
8892
8891
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
8893
8892
|
}
|
|
8894
8893
|
|
|
8895
|
-
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
8894
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].gameModel.isFavorite)) {
|
|
8896
8895
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
8897
8896
|
}
|
|
8898
8897
|
|
|
@@ -8921,17 +8920,17 @@
|
|
|
8921
8920
|
block,
|
|
8922
8921
|
id: create_if_block_17$1.name,
|
|
8923
8922
|
type: "if",
|
|
8924
|
-
source: "(
|
|
8923
|
+
source: "(500:26) {#if (gameprops.gameModel.platform.includes(\\\"iPad\\\") || gameprops.gameModel.platform.includes(\\\"iPhone\\\") || gameprops.gameModel.platform.includes(\\\"Android\\\"))}",
|
|
8925
8924
|
ctx
|
|
8926
8925
|
});
|
|
8927
8926
|
|
|
8928
8927
|
return block;
|
|
8929
8928
|
}
|
|
8930
8929
|
|
|
8931
|
-
// (
|
|
8930
|
+
// (495:16) {#each favoriteGamesData.items as gameprops, index}
|
|
8932
8931
|
function create_each_block_2(ctx) {
|
|
8933
8932
|
let if_block_anchor;
|
|
8934
|
-
let if_block = /*gameprops*/ ctx[
|
|
8933
|
+
let if_block = /*gameprops*/ ctx[69].gameModel && create_if_block_13$1(ctx);
|
|
8935
8934
|
|
|
8936
8935
|
const block = {
|
|
8937
8936
|
c: function create() {
|
|
@@ -8943,7 +8942,7 @@
|
|
|
8943
8942
|
insert_dev(target, if_block_anchor, anchor);
|
|
8944
8943
|
},
|
|
8945
8944
|
p: function update(ctx, dirty) {
|
|
8946
|
-
if (/*gameprops*/ ctx[
|
|
8945
|
+
if (/*gameprops*/ ctx[69].gameModel) {
|
|
8947
8946
|
if (if_block) {
|
|
8948
8947
|
if_block.p(ctx, dirty);
|
|
8949
8948
|
} else {
|
|
@@ -8966,14 +8965,14 @@
|
|
|
8966
8965
|
block,
|
|
8967
8966
|
id: create_each_block_2.name,
|
|
8968
8967
|
type: "each",
|
|
8969
|
-
source: "(
|
|
8968
|
+
source: "(495:16) {#each favoriteGamesData.items as gameprops, index}",
|
|
8970
8969
|
ctx
|
|
8971
8970
|
});
|
|
8972
8971
|
|
|
8973
8972
|
return block;
|
|
8974
8973
|
}
|
|
8975
8974
|
|
|
8976
|
-
// (
|
|
8975
|
+
// (447:14) {#if showLoadCategory}
|
|
8977
8976
|
function create_if_block_10$2(ctx) {
|
|
8978
8977
|
let a;
|
|
8979
8978
|
let h3;
|
|
@@ -8995,9 +8994,9 @@
|
|
|
8995
8994
|
t2 = text(t2_value);
|
|
8996
8995
|
t3 = text(")");
|
|
8997
8996
|
attr_dev(h3, "class", "CategoryLoadMore");
|
|
8998
|
-
add_location(h3, file$6,
|
|
8997
|
+
add_location(h3, file$6, 449, 16, 16636);
|
|
8999
8998
|
attr_dev(a, "class", "CategoryNameLink");
|
|
9000
|
-
add_location(a, file$6,
|
|
8999
|
+
add_location(a, file$6, 448, 14, 16529);
|
|
9001
9000
|
},
|
|
9002
9001
|
m: function mount(target, anchor) {
|
|
9003
9002
|
insert_dev(target, a, anchor);
|
|
@@ -9027,14 +9026,14 @@
|
|
|
9027
9026
|
block,
|
|
9028
9027
|
id: create_if_block_10$2.name,
|
|
9029
9028
|
type: "if",
|
|
9030
|
-
source: "(
|
|
9029
|
+
source: "(447:14) {#if showLoadCategory}",
|
|
9031
9030
|
ctx
|
|
9032
9031
|
});
|
|
9033
9032
|
|
|
9034
9033
|
return block;
|
|
9035
9034
|
}
|
|
9036
9035
|
|
|
9037
|
-
// (
|
|
9036
|
+
// (482:12) {:else}
|
|
9038
9037
|
function create_else_block_4$1(ctx) {
|
|
9039
9038
|
let p;
|
|
9040
9039
|
|
|
@@ -9043,7 +9042,7 @@
|
|
|
9043
9042
|
p = element("p");
|
|
9044
9043
|
p.textContent = "You don't have any games in this category.";
|
|
9045
9044
|
attr_dev(p, "class", "NoSearchResults");
|
|
9046
|
-
add_location(p, file$6,
|
|
9045
|
+
add_location(p, file$6, 482, 14, 18201);
|
|
9047
9046
|
},
|
|
9048
9047
|
m: function mount(target, anchor) {
|
|
9049
9048
|
insert_dev(target, p, anchor);
|
|
@@ -9058,14 +9057,14 @@
|
|
|
9058
9057
|
block,
|
|
9059
9058
|
id: create_else_block_4$1.name,
|
|
9060
9059
|
type: "else",
|
|
9061
|
-
source: "(
|
|
9060
|
+
source: "(482:12) {:else}",
|
|
9062
9061
|
ctx
|
|
9063
9062
|
});
|
|
9064
9063
|
|
|
9065
9064
|
return block;
|
|
9066
9065
|
}
|
|
9067
9066
|
|
|
9068
|
-
// (
|
|
9067
|
+
// (456:12) {#if shownCategoryData.length !== 0}
|
|
9069
9068
|
function create_if_block_8$2(ctx) {
|
|
9070
9069
|
let ul;
|
|
9071
9070
|
let ul_class_value;
|
|
@@ -9089,7 +9088,7 @@
|
|
|
9089
9088
|
? ""
|
|
9090
9089
|
: "CasinoGamesGrid") + " GamesListIncreasedGap"));
|
|
9091
9090
|
|
|
9092
|
-
add_location(ul, file$6,
|
|
9091
|
+
add_location(ul, file$6, 456, 12, 16891);
|
|
9093
9092
|
},
|
|
9094
9093
|
m: function mount(target, anchor) {
|
|
9095
9094
|
insert_dev(target, ul, anchor);
|
|
@@ -9142,14 +9141,14 @@
|
|
|
9142
9141
|
block,
|
|
9143
9142
|
id: create_if_block_8$2.name,
|
|
9144
9143
|
type: "if",
|
|
9145
|
-
source: "(
|
|
9144
|
+
source: "(456:12) {#if shownCategoryData.length !== 0}",
|
|
9146
9145
|
ctx
|
|
9147
9146
|
});
|
|
9148
9147
|
|
|
9149
9148
|
return block;
|
|
9150
9149
|
}
|
|
9151
9150
|
|
|
9152
|
-
// (
|
|
9151
|
+
// (459:18) {#if intersecting || nativeLoading}
|
|
9153
9152
|
function create_if_block_9$2(ctx) {
|
|
9154
9153
|
let casino_game_thumbnail;
|
|
9155
9154
|
let casino_game_thumbnail_class_value;
|
|
@@ -9170,24 +9169,24 @@
|
|
|
9170
9169
|
set_custom_element_data(casino_game_thumbnail, "userid", /*userid*/ ctx[3]);
|
|
9171
9170
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
9172
9171
|
|
|
9173
|
-
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
9174
|
-
? /*gameprops*/ ctx[
|
|
9172
|
+
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
9173
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
9175
9174
|
: "1x1")));
|
|
9176
9175
|
|
|
9177
9176
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
9178
|
-
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
9179
|
-
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
9180
|
-
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
9181
|
-
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
9182
|
-
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
9183
|
-
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
9184
|
-
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
9185
|
-
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
9186
|
-
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
9177
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].thumbnail);
|
|
9178
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].name);
|
|
9179
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].vendor.name);
|
|
9180
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].isNew);
|
|
9181
|
+
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].popularity);
|
|
9182
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].cellSize);
|
|
9183
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].id);
|
|
9184
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].hasFunMode);
|
|
9185
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].isFavorite);
|
|
9187
9186
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
9188
9187
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
9189
9188
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
9190
|
-
add_location(casino_game_thumbnail, file$6,
|
|
9189
|
+
add_location(casino_game_thumbnail, file$6, 459, 20, 17174);
|
|
9191
9190
|
},
|
|
9192
9191
|
m: function mount(target, anchor) {
|
|
9193
9192
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
@@ -9205,8 +9204,8 @@
|
|
|
9205
9204
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
9206
9205
|
}
|
|
9207
9206
|
|
|
9208
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
9209
|
-
? /*gameprops*/ ctx[
|
|
9207
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
9208
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
9210
9209
|
: "1x1")))) {
|
|
9211
9210
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
9212
9211
|
}
|
|
@@ -9215,39 +9214,39 @@
|
|
|
9215
9214
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
9216
9215
|
}
|
|
9217
9216
|
|
|
9218
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
9217
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].thumbnail)) {
|
|
9219
9218
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
9220
9219
|
}
|
|
9221
9220
|
|
|
9222
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
9221
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].name)) {
|
|
9223
9222
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
9224
9223
|
}
|
|
9225
9224
|
|
|
9226
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
9225
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].vendor.name)) {
|
|
9227
9226
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
9228
9227
|
}
|
|
9229
9228
|
|
|
9230
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
9229
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].isNew)) {
|
|
9231
9230
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
9232
9231
|
}
|
|
9233
9232
|
|
|
9234
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
9233
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].popularity)) {
|
|
9235
9234
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
9236
9235
|
}
|
|
9237
9236
|
|
|
9238
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
9237
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].cellSize)) {
|
|
9239
9238
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
9240
9239
|
}
|
|
9241
9240
|
|
|
9242
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
9241
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].id)) {
|
|
9243
9242
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
9244
9243
|
}
|
|
9245
9244
|
|
|
9246
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
9245
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].hasFunMode)) {
|
|
9247
9246
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
9248
9247
|
}
|
|
9249
9248
|
|
|
9250
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
9249
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].isFavorite)) {
|
|
9251
9250
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
9252
9251
|
}
|
|
9253
9252
|
|
|
@@ -9272,14 +9271,14 @@
|
|
|
9272
9271
|
block,
|
|
9273
9272
|
id: create_if_block_9$2.name,
|
|
9274
9273
|
type: "if",
|
|
9275
|
-
source: "(
|
|
9274
|
+
source: "(459:18) {#if intersecting || nativeLoading}",
|
|
9276
9275
|
ctx
|
|
9277
9276
|
});
|
|
9278
9277
|
|
|
9279
9278
|
return block;
|
|
9280
9279
|
}
|
|
9281
9280
|
|
|
9282
|
-
// (
|
|
9281
|
+
// (458:16) {#each shownCategoryData as gameprops, index}
|
|
9283
9282
|
function create_each_block_1(ctx) {
|
|
9284
9283
|
let if_block_anchor;
|
|
9285
9284
|
let if_block = (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) && create_if_block_9$2(ctx);
|
|
@@ -9317,14 +9316,14 @@
|
|
|
9317
9316
|
block,
|
|
9318
9317
|
id: create_each_block_1.name,
|
|
9319
9318
|
type: "each",
|
|
9320
|
-
source: "(
|
|
9319
|
+
source: "(458:16) {#each shownCategoryData as gameprops, index}",
|
|
9321
9320
|
ctx
|
|
9322
9321
|
});
|
|
9323
9322
|
|
|
9324
9323
|
return block;
|
|
9325
9324
|
}
|
|
9326
9325
|
|
|
9327
|
-
// (
|
|
9326
|
+
// (399:12) {:else}
|
|
9328
9327
|
function create_else_block_2$2(ctx) {
|
|
9329
9328
|
let h3;
|
|
9330
9329
|
let t_value = /*$_*/ ctx[22]("gamesCategorySection.searchedItems") + "";
|
|
@@ -9335,7 +9334,7 @@
|
|
|
9335
9334
|
h3 = element("h3");
|
|
9336
9335
|
t = text(t_value);
|
|
9337
9336
|
attr_dev(h3, "class", "StatusText");
|
|
9338
|
-
add_location(h3, file$6,
|
|
9337
|
+
add_location(h3, file$6, 399, 14, 14698);
|
|
9339
9338
|
},
|
|
9340
9339
|
m: function mount(target, anchor) {
|
|
9341
9340
|
insert_dev(target, h3, anchor);
|
|
@@ -9353,14 +9352,14 @@
|
|
|
9353
9352
|
block,
|
|
9354
9353
|
id: create_else_block_2$2.name,
|
|
9355
9354
|
type: "else",
|
|
9356
|
-
source: "(
|
|
9355
|
+
source: "(399:12) {:else}",
|
|
9357
9356
|
ctx
|
|
9358
9357
|
});
|
|
9359
9358
|
|
|
9360
9359
|
return block;
|
|
9361
9360
|
}
|
|
9362
9361
|
|
|
9363
|
-
// (
|
|
9362
|
+
// (395:12) {#if !shownCategoryData.length}
|
|
9364
9363
|
function create_if_block_6$2(ctx) {
|
|
9365
9364
|
let h3;
|
|
9366
9365
|
let t_value = /*$_*/ ctx[22]("gamesCategorySection.noResults") + "";
|
|
@@ -9371,7 +9370,7 @@
|
|
|
9371
9370
|
h3 = element("h3");
|
|
9372
9371
|
t = text(t_value);
|
|
9373
9372
|
attr_dev(h3, "class", "StatusText");
|
|
9374
|
-
add_location(h3, file$6,
|
|
9373
|
+
add_location(h3, file$6, 395, 12, 14569);
|
|
9375
9374
|
},
|
|
9376
9375
|
m: function mount(target, anchor) {
|
|
9377
9376
|
insert_dev(target, h3, anchor);
|
|
@@ -9389,14 +9388,14 @@
|
|
|
9389
9388
|
block,
|
|
9390
9389
|
id: create_if_block_6$2.name,
|
|
9391
9390
|
type: "if",
|
|
9392
|
-
source: "(
|
|
9391
|
+
source: "(395:12) {#if !shownCategoryData.length}",
|
|
9393
9392
|
ctx
|
|
9394
9393
|
});
|
|
9395
9394
|
|
|
9396
9395
|
return block;
|
|
9397
9396
|
}
|
|
9398
9397
|
|
|
9399
|
-
// (
|
|
9398
|
+
// (390:10) {#if recentSearched}
|
|
9400
9399
|
function create_if_block_5$2(ctx) {
|
|
9401
9400
|
let h3;
|
|
9402
9401
|
let t_value = /*$_*/ ctx[22]("gamesCategorySection.recentSearchedItems") + "";
|
|
@@ -9407,7 +9406,7 @@
|
|
|
9407
9406
|
h3 = element("h3");
|
|
9408
9407
|
t = text(t_value);
|
|
9409
9408
|
attr_dev(h3, "class", "StatusText");
|
|
9410
|
-
add_location(h3, file$6,
|
|
9409
|
+
add_location(h3, file$6, 390, 12, 14390);
|
|
9411
9410
|
},
|
|
9412
9411
|
m: function mount(target, anchor) {
|
|
9413
9412
|
insert_dev(target, h3, anchor);
|
|
@@ -9425,14 +9424,14 @@
|
|
|
9425
9424
|
block,
|
|
9426
9425
|
id: create_if_block_5$2.name,
|
|
9427
9426
|
type: "if",
|
|
9428
|
-
source: "(
|
|
9427
|
+
source: "(390:10) {#if recentSearched}",
|
|
9429
9428
|
ctx
|
|
9430
9429
|
});
|
|
9431
9430
|
|
|
9432
9431
|
return block;
|
|
9433
9432
|
}
|
|
9434
9433
|
|
|
9435
|
-
// (
|
|
9434
|
+
// (434:8) {:else}
|
|
9436
9435
|
function create_else_block_1$2(ctx) {
|
|
9437
9436
|
let p;
|
|
9438
9437
|
|
|
@@ -9441,7 +9440,7 @@
|
|
|
9441
9440
|
p = element("p");
|
|
9442
9441
|
p.textContent = "Waiting";
|
|
9443
9442
|
attr_dev(p, "class", "SearchWaiting");
|
|
9444
|
-
add_location(p, file$6,
|
|
9443
|
+
add_location(p, file$6, 434, 10, 16084);
|
|
9445
9444
|
},
|
|
9446
9445
|
m: function mount(target, anchor) {
|
|
9447
9446
|
insert_dev(target, p, anchor);
|
|
@@ -9456,14 +9455,14 @@
|
|
|
9456
9455
|
block,
|
|
9457
9456
|
id: create_else_block_1$2.name,
|
|
9458
9457
|
type: "else",
|
|
9459
|
-
source: "(
|
|
9458
|
+
source: "(434:8) {:else}",
|
|
9460
9459
|
ctx
|
|
9461
9460
|
});
|
|
9462
9461
|
|
|
9463
9462
|
return block;
|
|
9464
9463
|
}
|
|
9465
9464
|
|
|
9466
|
-
// (
|
|
9465
|
+
// (406:8) {#if shownCategoryData}
|
|
9467
9466
|
function create_if_block_3$3(ctx) {
|
|
9468
9467
|
let t;
|
|
9469
9468
|
let ul;
|
|
@@ -9487,7 +9486,7 @@
|
|
|
9487
9486
|
}
|
|
9488
9487
|
|
|
9489
9488
|
attr_dev(ul, "class", "CasinoGamesGrid");
|
|
9490
|
-
add_location(ul, file$6,
|
|
9489
|
+
add_location(ul, file$6, 409, 10, 15062);
|
|
9491
9490
|
},
|
|
9492
9491
|
m: function mount(target, anchor) {
|
|
9493
9492
|
if (if_block) if_block.m(target, anchor);
|
|
@@ -9548,14 +9547,14 @@
|
|
|
9548
9547
|
block,
|
|
9549
9548
|
id: create_if_block_3$3.name,
|
|
9550
9549
|
type: "if",
|
|
9551
|
-
source: "(
|
|
9550
|
+
source: "(406:8) {#if shownCategoryData}",
|
|
9552
9551
|
ctx
|
|
9553
9552
|
});
|
|
9554
9553
|
|
|
9555
9554
|
return block;
|
|
9556
9555
|
}
|
|
9557
9556
|
|
|
9558
|
-
// (
|
|
9557
|
+
// (407:10) {#if !showItems}
|
|
9559
9558
|
function create_if_block_4$3(ctx) {
|
|
9560
9559
|
let p;
|
|
9561
9560
|
let t_value = /*$_*/ ctx[22]("gamesCategorySection.noRecentSearch") + "";
|
|
@@ -9566,7 +9565,7 @@
|
|
|
9566
9565
|
p = element("p");
|
|
9567
9566
|
t = text(t_value);
|
|
9568
9567
|
attr_dev(p, "class", "NoSearchResults NoRecentSearches NoRecentSearchesCenter");
|
|
9569
|
-
add_location(p, file$6,
|
|
9568
|
+
add_location(p, file$6, 407, 12, 14921);
|
|
9570
9569
|
},
|
|
9571
9570
|
m: function mount(target, anchor) {
|
|
9572
9571
|
insert_dev(target, p, anchor);
|
|
@@ -9584,14 +9583,14 @@
|
|
|
9584
9583
|
block,
|
|
9585
9584
|
id: create_if_block_4$3.name,
|
|
9586
9585
|
type: "if",
|
|
9587
|
-
source: "(
|
|
9586
|
+
source: "(407:10) {#if !showItems}",
|
|
9588
9587
|
ctx
|
|
9589
9588
|
});
|
|
9590
9589
|
|
|
9591
9590
|
return block;
|
|
9592
9591
|
}
|
|
9593
9592
|
|
|
9594
|
-
// (
|
|
9593
|
+
// (411:12) {#each shownCategoryData as gameprops, index}
|
|
9595
9594
|
function create_each_block$2(ctx) {
|
|
9596
9595
|
let casino_game_thumbnail;
|
|
9597
9596
|
let casino_game_thumbnail_class_value;
|
|
@@ -9609,8 +9608,8 @@
|
|
|
9609
9608
|
c: function create() {
|
|
9610
9609
|
casino_game_thumbnail = element("casino-game-thumbnail");
|
|
9611
9610
|
|
|
9612
|
-
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
9613
|
-
? /*gameprops*/ ctx[
|
|
9611
|
+
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
9612
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
9614
9613
|
: "1x1")));
|
|
9615
9614
|
|
|
9616
9615
|
set_custom_element_data(casino_game_thumbnail, "session", /*session*/ ctx[2]);
|
|
@@ -9618,26 +9617,26 @@
|
|
|
9618
9617
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
9619
9618
|
set_custom_element_data(casino_game_thumbnail, "searchitem", /*searchItem*/ ctx[13]);
|
|
9620
9619
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
9621
|
-
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
9622
|
-
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
9623
|
-
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
9624
|
-
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
9625
|
-
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
9626
|
-
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
9627
|
-
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
9628
|
-
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
9629
|
-
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
9620
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].thumbnail);
|
|
9621
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].name);
|
|
9622
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].vendor.name);
|
|
9623
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].isNew);
|
|
9624
|
+
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].popularity);
|
|
9625
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].cellSize);
|
|
9626
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].id);
|
|
9627
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].hasFunMode);
|
|
9628
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].isFavorite);
|
|
9630
9629
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
9631
9630
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
9632
9631
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
9633
|
-
add_location(casino_game_thumbnail, file$6,
|
|
9632
|
+
add_location(casino_game_thumbnail, file$6, 411, 14, 15163);
|
|
9634
9633
|
},
|
|
9635
9634
|
m: function mount(target, anchor) {
|
|
9636
9635
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
9637
9636
|
},
|
|
9638
9637
|
p: function update(ctx, dirty) {
|
|
9639
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[
|
|
9640
|
-
? /*gameprops*/ ctx[
|
|
9638
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[69].cellSize
|
|
9639
|
+
? /*gameprops*/ ctx[69].cellSize
|
|
9641
9640
|
: "1x1")))) {
|
|
9642
9641
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
9643
9642
|
}
|
|
@@ -9662,39 +9661,39 @@
|
|
|
9662
9661
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
9663
9662
|
}
|
|
9664
9663
|
|
|
9665
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[
|
|
9664
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[69].thumbnail)) {
|
|
9666
9665
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
9667
9666
|
}
|
|
9668
9667
|
|
|
9669
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[
|
|
9668
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[69].name)) {
|
|
9670
9669
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
9671
9670
|
}
|
|
9672
9671
|
|
|
9673
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[
|
|
9672
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[69].vendor.name)) {
|
|
9674
9673
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
9675
9674
|
}
|
|
9676
9675
|
|
|
9677
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[
|
|
9676
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[69].isNew)) {
|
|
9678
9677
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
9679
9678
|
}
|
|
9680
9679
|
|
|
9681
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[
|
|
9680
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[69].popularity)) {
|
|
9682
9681
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
9683
9682
|
}
|
|
9684
9683
|
|
|
9685
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[
|
|
9684
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[69].cellSize)) {
|
|
9686
9685
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
9687
9686
|
}
|
|
9688
9687
|
|
|
9689
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[
|
|
9688
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[69].id)) {
|
|
9690
9689
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
9691
9690
|
}
|
|
9692
9691
|
|
|
9693
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[
|
|
9692
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[69].hasFunMode)) {
|
|
9694
9693
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
9695
9694
|
}
|
|
9696
9695
|
|
|
9697
|
-
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[
|
|
9696
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[69].isFavorite)) {
|
|
9698
9697
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
9699
9698
|
}
|
|
9700
9699
|
|
|
@@ -9719,14 +9718,14 @@
|
|
|
9719
9718
|
block,
|
|
9720
9719
|
id: create_each_block$2.name,
|
|
9721
9720
|
type: "each",
|
|
9722
|
-
source: "(
|
|
9721
|
+
source: "(411:12) {#each shownCategoryData as gameprops, index}",
|
|
9723
9722
|
ctx
|
|
9724
9723
|
});
|
|
9725
9724
|
|
|
9726
9725
|
return block;
|
|
9727
9726
|
}
|
|
9728
9727
|
|
|
9729
|
-
// (
|
|
9728
|
+
// (383:4) {:else}
|
|
9730
9729
|
function create_else_block$4(ctx) {
|
|
9731
9730
|
let p;
|
|
9732
9731
|
|
|
@@ -9735,7 +9734,7 @@
|
|
|
9735
9734
|
p = element("p");
|
|
9736
9735
|
p.textContent = "500 Error - Internal Server Error.";
|
|
9737
9736
|
attr_dev(p, "class", "SearchLoading");
|
|
9738
|
-
add_location(p, file$6,
|
|
9737
|
+
add_location(p, file$6, 383, 6, 14154);
|
|
9739
9738
|
},
|
|
9740
9739
|
m: function mount(target, anchor) {
|
|
9741
9740
|
insert_dev(target, p, anchor);
|
|
@@ -9749,14 +9748,14 @@
|
|
|
9749
9748
|
block,
|
|
9750
9749
|
id: create_else_block$4.name,
|
|
9751
9750
|
type: "else",
|
|
9752
|
-
source: "(
|
|
9751
|
+
source: "(383:4) {:else}",
|
|
9753
9752
|
ctx
|
|
9754
9753
|
});
|
|
9755
9754
|
|
|
9756
9755
|
return block;
|
|
9757
9756
|
}
|
|
9758
9757
|
|
|
9759
|
-
// (
|
|
9758
|
+
// (381:4) {#if filteresPresent}
|
|
9760
9759
|
function create_if_block_1$3(ctx) {
|
|
9761
9760
|
let p;
|
|
9762
9761
|
|
|
@@ -9765,7 +9764,7 @@
|
|
|
9765
9764
|
p = element("p");
|
|
9766
9765
|
p.textContent = "404 Error - No result found.";
|
|
9767
9766
|
attr_dev(p, "class", "SearchLoading");
|
|
9768
|
-
add_location(p, file$6,
|
|
9767
|
+
add_location(p, file$6, 381, 6, 14078);
|
|
9769
9768
|
},
|
|
9770
9769
|
m: function mount(target, anchor) {
|
|
9771
9770
|
insert_dev(target, p, anchor);
|
|
@@ -9779,7 +9778,7 @@
|
|
|
9779
9778
|
block,
|
|
9780
9779
|
id: create_if_block_1$3.name,
|
|
9781
9780
|
type: "if",
|
|
9782
|
-
source: "(
|
|
9781
|
+
source: "(381:4) {#if filteresPresent}",
|
|
9783
9782
|
ctx
|
|
9784
9783
|
});
|
|
9785
9784
|
|
|
@@ -9804,7 +9803,7 @@
|
|
|
9804
9803
|
if_block.c();
|
|
9805
9804
|
this.c = noop$1;
|
|
9806
9805
|
attr_dev(div, "class", "CasinoGamesCategorySectionContainer");
|
|
9807
|
-
add_location(div, file$6,
|
|
9806
|
+
add_location(div, file$6, 377, 0, 13899);
|
|
9808
9807
|
},
|
|
9809
9808
|
l: function claim(nodes) {
|
|
9810
9809
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -9877,6 +9876,7 @@
|
|
|
9877
9876
|
let isLoading = false;
|
|
9878
9877
|
|
|
9879
9878
|
let hasErrors = false;
|
|
9879
|
+
let sessionID;
|
|
9880
9880
|
let playerID;
|
|
9881
9881
|
let lobbyView = true;
|
|
9882
9882
|
let userAgent = window.navigator.userAgent;
|
|
@@ -10370,6 +10370,7 @@
|
|
|
10370
10370
|
right,
|
|
10371
10371
|
isLoading,
|
|
10372
10372
|
hasErrors,
|
|
10373
|
+
sessionID,
|
|
10373
10374
|
playerID,
|
|
10374
10375
|
lobbyView,
|
|
10375
10376
|
userAgent,
|
|
@@ -10435,6 +10436,7 @@
|
|
|
10435
10436
|
if ("right" in $$props) $$invalidate(34, right = $$props.right);
|
|
10436
10437
|
if ("isLoading" in $$props) isLoading = $$props.isLoading;
|
|
10437
10438
|
if ("hasErrors" in $$props) $$invalidate(7, hasErrors = $$props.hasErrors);
|
|
10439
|
+
if ("sessionID" in $$props) sessionID = $$props.sessionID;
|
|
10438
10440
|
if ("playerID" in $$props) playerID = $$props.playerID;
|
|
10439
10441
|
if ("lobbyView" in $$props) lobbyView = $$props.lobbyView;
|
|
10440
10442
|
if ("userAgent" in $$props) $$invalidate(23, userAgent = $$props.userAgent);
|
|
@@ -25240,7 +25242,7 @@
|
|
|
25240
25242
|
() => {
|
|
25241
25243
|
$$invalidate(12, displayNone = false);
|
|
25242
25244
|
},
|
|
25243
|
-
|
|
25245
|
+
500
|
|
25244
25246
|
);
|
|
25245
25247
|
}
|
|
25246
25248
|
});
|