@everymatrix/casino-search 1.22.11 → 1.23.1
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-search.js +310 -280
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoSearch.svelte +2 -0
package/dist/casino-search.js
CHANGED
|
@@ -121,6 +121,9 @@
|
|
|
121
121
|
node.style.setProperty(key, value, important ? 'important' : '');
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
+
function toggle_class(element, name, toggle) {
|
|
125
|
+
element.classList[toggle ? 'add' : 'remove'](name);
|
|
126
|
+
}
|
|
124
127
|
function custom_event(type, detail, { bubbles = false, cancelable = false } = {}) {
|
|
125
128
|
const e = document.createEvent('CustomEvent');
|
|
126
129
|
e.initCustomEvent(type, bubbles, cancelable, detail);
|
|
@@ -12832,10 +12835,10 @@
|
|
|
12832
12835
|
div2 = element("div");
|
|
12833
12836
|
div0 = element("div");
|
|
12834
12837
|
div1 = element("div");
|
|
12835
|
-
add_location(div0, file$1, 554, 38,
|
|
12836
|
-
add_location(div1, file$1, 554, 49,
|
|
12838
|
+
add_location(div0, file$1, 554, 38, 20425);
|
|
12839
|
+
add_location(div1, file$1, 554, 49, 20436);
|
|
12837
12840
|
attr_dev(div2, "class", "LoaderRipple");
|
|
12838
|
-
add_location(div2, file$1, 554, 12,
|
|
12841
|
+
add_location(div2, file$1, 554, 12, 20399);
|
|
12839
12842
|
},
|
|
12840
12843
|
m: function mount(target, anchor) {
|
|
12841
12844
|
insert_dev(target, div2, anchor);
|
|
@@ -12874,7 +12877,7 @@
|
|
|
12874
12877
|
path = svg_element("path");
|
|
12875
12878
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
12876
12879
|
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");
|
|
12877
|
-
add_location(path, file$1, 543, 116,
|
|
12880
|
+
add_location(path, file$1, 543, 116, 19237);
|
|
12878
12881
|
attr_dev(svg, "version", "1.1");
|
|
12879
12882
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
12880
12883
|
attr_dev(svg, "part", "UnfavoredIcon");
|
|
@@ -12885,9 +12888,9 @@
|
|
|
12885
12888
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
12886
12889
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
12887
12890
|
attr_dev(svg, "xml:space", "preserve");
|
|
12888
|
-
add_location(svg, file$1, 542, 14,
|
|
12891
|
+
add_location(svg, file$1, 542, 14, 18963);
|
|
12889
12892
|
attr_dev(div, "class", "FavIconContainer");
|
|
12890
|
-
add_location(div, file$1, 541, 12,
|
|
12893
|
+
add_location(div, file$1, 541, 12, 18872);
|
|
12891
12894
|
},
|
|
12892
12895
|
m: function mount(target, anchor) {
|
|
12893
12896
|
insert_dev(target, div, anchor);
|
|
@@ -12931,7 +12934,7 @@
|
|
|
12931
12934
|
button = element("button");
|
|
12932
12935
|
t = text(t_value);
|
|
12933
12936
|
attr_dev(button, "class", "GameInfoBtn");
|
|
12934
|
-
add_location(button, file$1, 559, 10,
|
|
12937
|
+
add_location(button, file$1, 559, 10, 20579);
|
|
12935
12938
|
},
|
|
12936
12939
|
m: function mount(target, anchor) {
|
|
12937
12940
|
insert_dev(target, button, anchor);
|
|
@@ -12976,16 +12979,16 @@
|
|
|
12976
12979
|
path = svg_element("path");
|
|
12977
12980
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
12978
12981
|
attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
|
|
12979
|
-
add_location(path, file$1, 575, 10,
|
|
12982
|
+
add_location(path, file$1, 575, 10, 21885);
|
|
12980
12983
|
attr_dev(svg, "version", "1.1");
|
|
12981
12984
|
attr_dev(svg, "class", "FavoredIcon");
|
|
12982
12985
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12983
12986
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
12984
12987
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
12985
12988
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
12986
|
-
add_location(svg, file$1, 574, 8,
|
|
12989
|
+
add_location(svg, file$1, 574, 8, 21687);
|
|
12987
12990
|
attr_dev(div, "class", "FavIconContainer");
|
|
12988
|
-
add_location(div, file$1, 573, 6,
|
|
12991
|
+
add_location(div, file$1, 573, 6, 21648);
|
|
12989
12992
|
},
|
|
12990
12993
|
m: function mount(target, anchor) {
|
|
12991
12994
|
insert_dev(target, div, anchor);
|
|
@@ -13024,16 +13027,16 @@
|
|
|
13024
13027
|
path = svg_element("path");
|
|
13025
13028
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13026
13029
|
attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
|
|
13027
|
-
add_location(path, file$1, 569, 10,
|
|
13030
|
+
add_location(path, file$1, 569, 10, 21167);
|
|
13028
13031
|
attr_dev(svg, "version", "1.1");
|
|
13029
13032
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13030
13033
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13031
13034
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13032
13035
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13033
13036
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13034
|
-
add_location(svg, file$1, 568, 8,
|
|
13037
|
+
add_location(svg, file$1, 568, 8, 20969);
|
|
13035
13038
|
attr_dev(div, "class", "FavIconContainer");
|
|
13036
|
-
add_location(div, file$1, 567, 6,
|
|
13039
|
+
add_location(div, file$1, 567, 6, 20884);
|
|
13037
13040
|
},
|
|
13038
13041
|
m: function mount(target, anchor) {
|
|
13039
13042
|
insert_dev(target, div, anchor);
|
|
@@ -13075,7 +13078,7 @@
|
|
|
13075
13078
|
span = element("span");
|
|
13076
13079
|
t = text(t_value);
|
|
13077
13080
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
13078
|
-
add_location(span, file$1, 581, 8,
|
|
13081
|
+
add_location(span, file$1, 581, 8, 22354);
|
|
13079
13082
|
},
|
|
13080
13083
|
m: function mount(target, anchor) {
|
|
13081
13084
|
insert_dev(target, span, anchor);
|
|
@@ -13110,7 +13113,7 @@
|
|
|
13110
13113
|
span = element("span");
|
|
13111
13114
|
t = text(/*gametag*/ ctx[8]);
|
|
13112
13115
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
13113
|
-
add_location(span, file$1, 584, 8,
|
|
13116
|
+
add_location(span, file$1, 584, 8, 22457);
|
|
13114
13117
|
},
|
|
13115
13118
|
m: function mount(target, anchor) {
|
|
13116
13119
|
insert_dev(target, span, anchor);
|
|
@@ -13240,13 +13243,13 @@
|
|
|
13240
13243
|
html_tag = new HtmlTag(false);
|
|
13241
13244
|
t4 = space();
|
|
13242
13245
|
html_tag_1 = new HtmlTag(false);
|
|
13243
|
-
add_location(span, file$1, 591, 14,
|
|
13246
|
+
add_location(span, file$1, 591, 14, 22730);
|
|
13244
13247
|
attr_dev(div0, "class", "ClosedGame");
|
|
13245
|
-
add_location(div0, file$1, 589, 12,
|
|
13248
|
+
add_location(div0, file$1, 589, 12, 22663);
|
|
13246
13249
|
html_tag.a = t4;
|
|
13247
13250
|
html_tag_1.a = null;
|
|
13248
13251
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
13249
|
-
add_location(div1, file$1, 588, 10,
|
|
13252
|
+
add_location(div1, file$1, 588, 10, 22618);
|
|
13250
13253
|
},
|
|
13251
13254
|
m: function mount(target, anchor) {
|
|
13252
13255
|
insert_dev(target, div1, anchor);
|
|
@@ -13314,11 +13317,11 @@
|
|
|
13314
13317
|
t1 = space();
|
|
13315
13318
|
html_tag_1 = new HtmlTag(false);
|
|
13316
13319
|
attr_dev(div0, "class", "LiveIcons");
|
|
13317
|
-
add_location(div0, file$1, 622, 12,
|
|
13320
|
+
add_location(div0, file$1, 622, 12, 24519);
|
|
13318
13321
|
html_tag.a = t1;
|
|
13319
13322
|
html_tag_1.a = null;
|
|
13320
13323
|
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[31]);
|
|
13321
|
-
add_location(div1, file$1, 621, 10,
|
|
13324
|
+
add_location(div1, file$1, 621, 10, 24464);
|
|
13322
13325
|
},
|
|
13323
13326
|
m: function mount(target, anchor) {
|
|
13324
13327
|
insert_dev(target, div1, anchor);
|
|
@@ -13415,12 +13418,12 @@
|
|
|
13415
13418
|
t1 = space();
|
|
13416
13419
|
html_tag_1 = new HtmlTag(false);
|
|
13417
13420
|
attr_dev(div0, "class", "LiveIcons");
|
|
13418
|
-
add_location(div0, file$1, 601, 12,
|
|
13421
|
+
add_location(div0, file$1, 601, 12, 23167);
|
|
13419
13422
|
html_tag.a = t1;
|
|
13420
13423
|
html_tag_1.a = null;
|
|
13421
13424
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
13422
13425
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
13423
|
-
add_location(div1, file$1, 600, 10,
|
|
13426
|
+
add_location(div1, file$1, 600, 10, 23062);
|
|
13424
13427
|
},
|
|
13425
13428
|
m: function mount(target, anchor) {
|
|
13426
13429
|
insert_dev(target, div1, anchor);
|
|
@@ -13571,7 +13574,7 @@
|
|
|
13571
13574
|
html_tag.a = t0;
|
|
13572
13575
|
html_tag_1.a = t1;
|
|
13573
13576
|
attr_dev(div, "class", "Double");
|
|
13574
|
-
add_location(div, file$1, 626, 20,
|
|
13577
|
+
add_location(div, file$1, 626, 20, 24753);
|
|
13575
13578
|
},
|
|
13576
13579
|
m: function mount(target, anchor) {
|
|
13577
13580
|
insert_dev(target, div, anchor);
|
|
@@ -13726,7 +13729,7 @@
|
|
|
13726
13729
|
span = element("span");
|
|
13727
13730
|
t = text(t_value);
|
|
13728
13731
|
attr_dev(span, "class", "FullTable");
|
|
13729
|
-
add_location(span, file$1, 603, 16,
|
|
13732
|
+
add_location(span, file$1, 603, 16, 23239);
|
|
13730
13733
|
},
|
|
13731
13734
|
m: function mount(target, anchor) {
|
|
13732
13735
|
insert_dev(target, span, anchor);
|
|
@@ -13768,20 +13771,20 @@
|
|
|
13768
13771
|
path1 = svg_element("path");
|
|
13769
13772
|
t = space();
|
|
13770
13773
|
attr_dev(path0, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z");
|
|
13771
|
-
add_location(path0, file$1, 610, 22,
|
|
13774
|
+
add_location(path0, file$1, 610, 22, 23622);
|
|
13772
13775
|
attr_dev(path1, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z");
|
|
13773
|
-
add_location(path1, file$1, 611, 22,
|
|
13776
|
+
add_location(path1, file$1, 611, 22, 23998);
|
|
13774
13777
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13775
13778
|
attr_dev(svg, "width", "13");
|
|
13776
13779
|
attr_dev(svg, "height", "14");
|
|
13777
13780
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13778
|
-
add_location(svg, file$1, 609, 20,
|
|
13781
|
+
add_location(svg, file$1, 609, 20, 23516);
|
|
13779
13782
|
|
|
13780
13783
|
attr_dev(span, "class", span_class_value = /*contains*/ ctx[40](/*currentoccupiedseats*/ ctx[29], /*seatData*/ ctx[100].toString())
|
|
13781
13784
|
? 'ClosedSeat'
|
|
13782
13785
|
: 'OpenSeat');
|
|
13783
13786
|
|
|
13784
|
-
add_location(span, file$1, 608, 18,
|
|
13787
|
+
add_location(span, file$1, 608, 18, 23401);
|
|
13785
13788
|
},
|
|
13786
13789
|
m: function mount(target, anchor) {
|
|
13787
13790
|
insert_dev(target, span, anchor);
|
|
@@ -13813,7 +13816,7 @@
|
|
|
13813
13816
|
return block;
|
|
13814
13817
|
}
|
|
13815
13818
|
|
|
13816
|
-
// (644:2) {#if showgamename}
|
|
13819
|
+
// (644:2) {#if showgamename === 'true'}
|
|
13817
13820
|
function create_if_block$1(ctx) {
|
|
13818
13821
|
let p;
|
|
13819
13822
|
let t;
|
|
@@ -13824,7 +13827,7 @@
|
|
|
13824
13827
|
t = text(/*gamename*/ ctx[4]);
|
|
13825
13828
|
attr_dev(p, "class", "GameNameBelow");
|
|
13826
13829
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13827
|
-
add_location(p, file$1, 644, 4,
|
|
13830
|
+
add_location(p, file$1, 644, 4, 25635);
|
|
13828
13831
|
},
|
|
13829
13832
|
m: function mount(target, anchor) {
|
|
13830
13833
|
insert_dev(target, p, anchor);
|
|
@@ -13846,7 +13849,7 @@
|
|
|
13846
13849
|
block,
|
|
13847
13850
|
id: create_if_block$1.name,
|
|
13848
13851
|
type: "if",
|
|
13849
|
-
source: "(644:2) {#if showgamename}",
|
|
13852
|
+
source: "(644:2) {#if showgamename === 'true'}",
|
|
13850
13853
|
ctx
|
|
13851
13854
|
});
|
|
13852
13855
|
|
|
@@ -13898,7 +13901,7 @@
|
|
|
13898
13901
|
let if_block3 = /*gameisnew*/ ctx[7] && create_if_block_9(ctx);
|
|
13899
13902
|
let if_block4 = /*gametag*/ ctx[8] && create_if_block_8$1(ctx);
|
|
13900
13903
|
let if_block5 = /*livegamedata*/ ctx[13] && create_if_block_1$1(ctx);
|
|
13901
|
-
let if_block6 = /*showgamename*/ ctx[10] && create_if_block$1(ctx);
|
|
13904
|
+
let if_block6 = /*showgamename*/ ctx[10] === 'true' && create_if_block$1(ctx);
|
|
13902
13905
|
|
|
13903
13906
|
const block = {
|
|
13904
13907
|
c: function create() {
|
|
@@ -13933,30 +13936,31 @@
|
|
|
13933
13936
|
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[18] ? 'Loaded' : ''}`);
|
|
13934
13937
|
attr_dev(img, "alt", "");
|
|
13935
13938
|
attr_dev(img, "loading", "lazy");
|
|
13936
|
-
add_location(img, file$1, 536, 4,
|
|
13939
|
+
add_location(img, file$1, 536, 4, 18577);
|
|
13937
13940
|
attr_dev(p, "class", "GameInfoName");
|
|
13938
13941
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13939
|
-
add_location(p, file$1, 557, 8,
|
|
13942
|
+
add_location(p, file$1, 557, 8, 20492);
|
|
13940
13943
|
attr_dev(div0, "class", "GameInfo");
|
|
13941
|
-
add_location(div0, file$1, 538, 6,
|
|
13944
|
+
add_location(div0, file$1, 538, 6, 18751);
|
|
13942
13945
|
attr_dev(span, "class", "GameInfoVendor");
|
|
13943
|
-
add_location(span, file$1, 562, 6,
|
|
13946
|
+
add_location(span, file$1, 562, 6, 20708);
|
|
13944
13947
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
13945
|
-
add_location(div1, file$1, 537, 4,
|
|
13948
|
+
add_location(div1, file$1, 537, 4, 18715);
|
|
13946
13949
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
13947
|
-
add_location(div2, file$1, 579, 4,
|
|
13950
|
+
add_location(div2, file$1, 579, 4, 22296);
|
|
13948
13951
|
|
|
13949
13952
|
attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[23] && /*openhours*/ ctx[24].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[33]
|
|
13950
13953
|
? 'GameInnerContainerUnavailable'
|
|
13951
13954
|
: ''));
|
|
13952
13955
|
|
|
13953
|
-
add_location(div3, file$1, 535, 2,
|
|
13956
|
+
add_location(div3, file$1, 535, 2, 18420);
|
|
13954
13957
|
|
|
13955
13958
|
attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[34]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
13956
13959
|
? 'CasinoGamesGridSlider'
|
|
13957
13960
|
: ''}`);
|
|
13958
13961
|
|
|
13959
|
-
|
|
13962
|
+
toggle_class(div4, "WithGameName", /*showgamename*/ ctx[10]);
|
|
13963
|
+
add_location(div4, file$1, 534, 0, 18231);
|
|
13960
13964
|
},
|
|
13961
13965
|
l: function claim(nodes) {
|
|
13962
13966
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -14093,7 +14097,7 @@
|
|
|
14093
14097
|
attr_dev(div3, "class", div3_class_value);
|
|
14094
14098
|
}
|
|
14095
14099
|
|
|
14096
|
-
if (/*showgamename*/ ctx[10]) {
|
|
14100
|
+
if (/*showgamename*/ ctx[10] === 'true') {
|
|
14097
14101
|
if (if_block6) {
|
|
14098
14102
|
if_block6.p(ctx, dirty);
|
|
14099
14103
|
} else {
|
|
@@ -14111,6 +14115,10 @@
|
|
|
14111
14115
|
: ''}`)) {
|
|
14112
14116
|
attr_dev(div4, "class", div4_class_value);
|
|
14113
14117
|
}
|
|
14118
|
+
|
|
14119
|
+
if (dirty[0] & /*casinogamesgridslider, showgamename*/ 3072 | dirty[1] & /*extraclassname*/ 8) {
|
|
14120
|
+
toggle_class(div4, "WithGameName", /*showgamename*/ ctx[10]);
|
|
14121
|
+
}
|
|
14114
14122
|
},
|
|
14115
14123
|
i: noop$1,
|
|
14116
14124
|
o: noop$1,
|
|
@@ -14174,7 +14182,7 @@
|
|
|
14174
14182
|
let { gamefavorite = false } = $$props;
|
|
14175
14183
|
let { gamecellsize = '' } = $$props;
|
|
14176
14184
|
let { showfavoredcategory = false } = $$props;
|
|
14177
|
-
let { showgamename =
|
|
14185
|
+
let { showgamename = '' } = $$props;
|
|
14178
14186
|
let { currency = '' } = $$props;
|
|
14179
14187
|
let { gamepagemodalurl = 'false' } = $$props;
|
|
14180
14188
|
let { endpoint = '' } = $$props;
|
|
@@ -15191,7 +15199,7 @@
|
|
|
15191
15199
|
constructor(options) {
|
|
15192
15200
|
super();
|
|
15193
15201
|
const style = document.createElement('style');
|
|
15194
|
-
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 375px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{margin-bottom:5px;font-size:12px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 410px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}`;
|
|
15202
|
+
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:center}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;margin-bottom:10px;text-align:center;font-size:14px}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:block;position:absolute;bottom:8px;right:8px;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfo{display:block;position:absolute;width:100%;height:100%;top:8px;left:8px;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:block}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{position:absolute;top:10px;right:10px;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 375px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{margin-bottom:5px;font-size:12px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 410px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:14px;padding:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px}}`;
|
|
15195
15203
|
this.shadowRoot.appendChild(style);
|
|
15196
15204
|
|
|
15197
15205
|
init(
|
|
@@ -15565,14 +15573,14 @@
|
|
|
15565
15573
|
|
|
15566
15574
|
function get_each_context(ctx, list, i) {
|
|
15567
15575
|
const child_ctx = ctx.slice();
|
|
15568
|
-
child_ctx[
|
|
15576
|
+
child_ctx[54] = list[i];
|
|
15569
15577
|
return child_ctx;
|
|
15570
15578
|
}
|
|
15571
15579
|
|
|
15572
|
-
// (
|
|
15580
|
+
// (312:10) {#if cancelbutton === 'true'}
|
|
15573
15581
|
function create_if_block_8(ctx) {
|
|
15574
15582
|
let small;
|
|
15575
|
-
let t_value = /*$_*/ ctx[
|
|
15583
|
+
let t_value = /*$_*/ ctx[20]('cancel') + "";
|
|
15576
15584
|
let t;
|
|
15577
15585
|
let small_class_value;
|
|
15578
15586
|
let mounted;
|
|
@@ -15582,22 +15590,22 @@
|
|
|
15582
15590
|
c: function create() {
|
|
15583
15591
|
small = element("small");
|
|
15584
15592
|
t = text(t_value);
|
|
15585
|
-
attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[
|
|
15586
|
-
add_location(small, file,
|
|
15593
|
+
attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[12] ? 'NotVisible' : ''));
|
|
15594
|
+
add_location(small, file, 312, 10, 10911);
|
|
15587
15595
|
},
|
|
15588
15596
|
m: function mount(target, anchor) {
|
|
15589
15597
|
insert_dev(target, small, anchor);
|
|
15590
15598
|
append_dev(small, t);
|
|
15591
15599
|
|
|
15592
15600
|
if (!mounted) {
|
|
15593
|
-
dispose = listen_dev(small, "click", /*click_handler_1*/ ctx[
|
|
15601
|
+
dispose = listen_dev(small, "click", /*click_handler_1*/ ctx[36], false, false, false, false);
|
|
15594
15602
|
mounted = true;
|
|
15595
15603
|
}
|
|
15596
15604
|
},
|
|
15597
15605
|
p: function update(ctx, dirty) {
|
|
15598
|
-
if (dirty[0] & /*$_*/
|
|
15606
|
+
if (dirty[0] & /*$_*/ 1048576 && t_value !== (t_value = /*$_*/ ctx[20]('cancel') + "")) set_data_dev(t, t_value);
|
|
15599
15607
|
|
|
15600
|
-
if (dirty[0] & /*searchCancelled*/
|
|
15608
|
+
if (dirty[0] & /*searchCancelled*/ 4096 && small_class_value !== (small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[12] ? 'NotVisible' : ''))) {
|
|
15601
15609
|
attr_dev(small, "class", small_class_value);
|
|
15602
15610
|
}
|
|
15603
15611
|
},
|
|
@@ -15612,14 +15620,14 @@
|
|
|
15612
15620
|
block,
|
|
15613
15621
|
id: create_if_block_8.name,
|
|
15614
15622
|
type: "if",
|
|
15615
|
-
source: "(
|
|
15623
|
+
source: "(312:10) {#if cancelbutton === 'true'}",
|
|
15616
15624
|
ctx
|
|
15617
15625
|
});
|
|
15618
15626
|
|
|
15619
15627
|
return block;
|
|
15620
15628
|
}
|
|
15621
15629
|
|
|
15622
|
-
// (
|
|
15630
|
+
// (322:4) {:else}
|
|
15623
15631
|
function create_else_block(ctx) {
|
|
15624
15632
|
let t0;
|
|
15625
15633
|
let div;
|
|
@@ -15627,14 +15635,14 @@
|
|
|
15627
15635
|
let div_class_value;
|
|
15628
15636
|
|
|
15629
15637
|
function select_block_type_1(ctx, dirty) {
|
|
15630
|
-
if (/*searchActive*/ ctx[
|
|
15631
|
-
if (/*searchArray*/ ctx[
|
|
15638
|
+
if (/*searchActive*/ ctx[16] == true && /*searchValue*/ ctx[11].length < 2) return create_if_block_4;
|
|
15639
|
+
if (/*searchArray*/ ctx[14].length != 0) return create_if_block_7;
|
|
15632
15640
|
}
|
|
15633
15641
|
|
|
15634
15642
|
let current_block_type = select_block_type_1(ctx);
|
|
15635
15643
|
let if_block0 = current_block_type && current_block_type(ctx);
|
|
15636
|
-
let if_block1 = /*searchCancelled*/ ctx[
|
|
15637
|
-
let if_block2 = /*searchValue*/ ctx[
|
|
15644
|
+
let if_block1 = /*searchCancelled*/ ctx[12] === false && create_if_block_3(ctx);
|
|
15645
|
+
let if_block2 = /*searchValue*/ ctx[11].length >= 2 && /*searchArray*/ ctx[14].length == 0 && create_if_block_1(ctx);
|
|
15638
15646
|
|
|
15639
15647
|
const block = {
|
|
15640
15648
|
c: function create() {
|
|
@@ -15644,8 +15652,8 @@
|
|
|
15644
15652
|
if (if_block1) if_block1.c();
|
|
15645
15653
|
t1 = space();
|
|
15646
15654
|
if (if_block2) if_block2.c();
|
|
15647
|
-
attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[
|
|
15648
|
-
add_location(div, file,
|
|
15655
|
+
attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[16] == true ? '' : 'NotVisible'));
|
|
15656
|
+
add_location(div, file, 342, 6, 12846);
|
|
15649
15657
|
},
|
|
15650
15658
|
m: function mount(target, anchor) {
|
|
15651
15659
|
if (if_block0) if_block0.m(target, anchor);
|
|
@@ -15668,7 +15676,7 @@
|
|
|
15668
15676
|
}
|
|
15669
15677
|
}
|
|
15670
15678
|
|
|
15671
|
-
if (/*searchCancelled*/ ctx[
|
|
15679
|
+
if (/*searchCancelled*/ ctx[12] === false) {
|
|
15672
15680
|
if (if_block1) {
|
|
15673
15681
|
if_block1.p(ctx, dirty);
|
|
15674
15682
|
} else {
|
|
@@ -15681,7 +15689,7 @@
|
|
|
15681
15689
|
if_block1 = null;
|
|
15682
15690
|
}
|
|
15683
15691
|
|
|
15684
|
-
if (/*searchValue*/ ctx[
|
|
15692
|
+
if (/*searchValue*/ ctx[11].length >= 2 && /*searchArray*/ ctx[14].length == 0) {
|
|
15685
15693
|
if (if_block2) {
|
|
15686
15694
|
if_block2.p(ctx, dirty);
|
|
15687
15695
|
} else {
|
|
@@ -15694,7 +15702,7 @@
|
|
|
15694
15702
|
if_block2 = null;
|
|
15695
15703
|
}
|
|
15696
15704
|
|
|
15697
|
-
if (dirty[0] & /*searchActive*/
|
|
15705
|
+
if (dirty[0] & /*searchActive*/ 65536 && div_class_value !== (div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[16] == true ? '' : 'NotVisible'))) {
|
|
15698
15706
|
attr_dev(div, "class", div_class_value);
|
|
15699
15707
|
}
|
|
15700
15708
|
},
|
|
@@ -15714,17 +15722,17 @@
|
|
|
15714
15722
|
block,
|
|
15715
15723
|
id: create_else_block.name,
|
|
15716
15724
|
type: "else",
|
|
15717
|
-
source: "(
|
|
15725
|
+
source: "(322:4) {:else}",
|
|
15718
15726
|
ctx
|
|
15719
15727
|
});
|
|
15720
15728
|
|
|
15721
15729
|
return block;
|
|
15722
15730
|
}
|
|
15723
15731
|
|
|
15724
|
-
// (
|
|
15732
|
+
// (320:4) {#if isLoading}
|
|
15725
15733
|
function create_if_block(ctx) {
|
|
15726
15734
|
let p;
|
|
15727
|
-
let t_value = /*$_*/ ctx[
|
|
15735
|
+
let t_value = /*$_*/ ctx[20]('loading') + "";
|
|
15728
15736
|
let t;
|
|
15729
15737
|
|
|
15730
15738
|
const block = {
|
|
@@ -15732,14 +15740,14 @@
|
|
|
15732
15740
|
p = element("p");
|
|
15733
15741
|
t = text(t_value);
|
|
15734
15742
|
attr_dev(p, "class", "LoadingContent");
|
|
15735
|
-
add_location(p, file,
|
|
15743
|
+
add_location(p, file, 320, 6, 11219);
|
|
15736
15744
|
},
|
|
15737
15745
|
m: function mount(target, anchor) {
|
|
15738
15746
|
insert_dev(target, p, anchor);
|
|
15739
15747
|
append_dev(p, t);
|
|
15740
15748
|
},
|
|
15741
15749
|
p: function update(ctx, dirty) {
|
|
15742
|
-
if (dirty[0] & /*$_*/
|
|
15750
|
+
if (dirty[0] & /*$_*/ 1048576 && t_value !== (t_value = /*$_*/ ctx[20]('loading') + "")) set_data_dev(t, t_value);
|
|
15743
15751
|
},
|
|
15744
15752
|
d: function destroy(detaching) {
|
|
15745
15753
|
if (detaching) detach_dev(p);
|
|
@@ -15750,17 +15758,17 @@
|
|
|
15750
15758
|
block,
|
|
15751
15759
|
id: create_if_block.name,
|
|
15752
15760
|
type: "if",
|
|
15753
|
-
source: "(
|
|
15761
|
+
source: "(320:4) {#if isLoading}",
|
|
15754
15762
|
ctx
|
|
15755
15763
|
});
|
|
15756
15764
|
|
|
15757
15765
|
return block;
|
|
15758
15766
|
}
|
|
15759
15767
|
|
|
15760
|
-
// (
|
|
15768
|
+
// (340:40)
|
|
15761
15769
|
function create_if_block_7(ctx) {
|
|
15762
15770
|
let p;
|
|
15763
|
-
let t_value = /*$_*/ ctx[
|
|
15771
|
+
let t_value = /*$_*/ ctx[20]('searchResult') + "";
|
|
15764
15772
|
let t;
|
|
15765
15773
|
|
|
15766
15774
|
const block = {
|
|
@@ -15768,14 +15776,14 @@
|
|
|
15768
15776
|
p = element("p");
|
|
15769
15777
|
t = text(t_value);
|
|
15770
15778
|
attr_dev(p, "class", "SearchMessage");
|
|
15771
|
-
add_location(p, file,
|
|
15779
|
+
add_location(p, file, 340, 8, 12777);
|
|
15772
15780
|
},
|
|
15773
15781
|
m: function mount(target, anchor) {
|
|
15774
15782
|
insert_dev(target, p, anchor);
|
|
15775
15783
|
append_dev(p, t);
|
|
15776
15784
|
},
|
|
15777
15785
|
p: function update(ctx, dirty) {
|
|
15778
|
-
if (dirty[0] & /*$_*/
|
|
15786
|
+
if (dirty[0] & /*$_*/ 1048576 && t_value !== (t_value = /*$_*/ ctx[20]('searchResult') + "")) set_data_dev(t, t_value);
|
|
15779
15787
|
},
|
|
15780
15788
|
d: function destroy(detaching) {
|
|
15781
15789
|
if (detaching) detach_dev(p);
|
|
@@ -15786,21 +15794,21 @@
|
|
|
15786
15794
|
block,
|
|
15787
15795
|
id: create_if_block_7.name,
|
|
15788
15796
|
type: "if",
|
|
15789
|
-
source: "(
|
|
15797
|
+
source: "(340:40) ",
|
|
15790
15798
|
ctx
|
|
15791
15799
|
});
|
|
15792
15800
|
|
|
15793
15801
|
return block;
|
|
15794
15802
|
}
|
|
15795
15803
|
|
|
15796
|
-
// (
|
|
15804
|
+
// (323:6) {#if searchActive == true && searchValue.length < 2}
|
|
15797
15805
|
function create_if_block_4(ctx) {
|
|
15798
15806
|
let p;
|
|
15799
|
-
let t0_value = /*$_*/ ctx[
|
|
15807
|
+
let t0_value = /*$_*/ ctx[20]('recentSearch') + "";
|
|
15800
15808
|
let t0;
|
|
15801
15809
|
let t1;
|
|
15802
15810
|
let if_block_anchor;
|
|
15803
|
-
let if_block = /*searchArray*/ ctx[
|
|
15811
|
+
let if_block = /*searchArray*/ ctx[14].length == 0 && create_if_block_5(ctx);
|
|
15804
15812
|
|
|
15805
15813
|
const block = {
|
|
15806
15814
|
c: function create() {
|
|
@@ -15810,7 +15818,7 @@
|
|
|
15810
15818
|
if (if_block) if_block.c();
|
|
15811
15819
|
if_block_anchor = empty();
|
|
15812
15820
|
attr_dev(p, "class", "SearchMessage");
|
|
15813
|
-
add_location(p, file,
|
|
15821
|
+
add_location(p, file, 323, 8, 11344);
|
|
15814
15822
|
},
|
|
15815
15823
|
m: function mount(target, anchor) {
|
|
15816
15824
|
insert_dev(target, p, anchor);
|
|
@@ -15820,9 +15828,9 @@
|
|
|
15820
15828
|
insert_dev(target, if_block_anchor, anchor);
|
|
15821
15829
|
},
|
|
15822
15830
|
p: function update(ctx, dirty) {
|
|
15823
|
-
if (dirty[0] & /*$_*/
|
|
15831
|
+
if (dirty[0] & /*$_*/ 1048576 && t0_value !== (t0_value = /*$_*/ ctx[20]('recentSearch') + "")) set_data_dev(t0, t0_value);
|
|
15824
15832
|
|
|
15825
|
-
if (/*searchArray*/ ctx[
|
|
15833
|
+
if (/*searchArray*/ ctx[14].length == 0) {
|
|
15826
15834
|
if (if_block) {
|
|
15827
15835
|
if_block.p(ctx, dirty);
|
|
15828
15836
|
} else {
|
|
@@ -15847,22 +15855,22 @@
|
|
|
15847
15855
|
block,
|
|
15848
15856
|
id: create_if_block_4.name,
|
|
15849
15857
|
type: "if",
|
|
15850
|
-
source: "(
|
|
15858
|
+
source: "(323:6) {#if searchActive == true && searchValue.length < 2}",
|
|
15851
15859
|
ctx
|
|
15852
15860
|
});
|
|
15853
15861
|
|
|
15854
15862
|
return block;
|
|
15855
15863
|
}
|
|
15856
15864
|
|
|
15857
|
-
// (
|
|
15865
|
+
// (325:10) {#if searchArray.length == 0}
|
|
15858
15866
|
function create_if_block_5(ctx) {
|
|
15859
15867
|
let div;
|
|
15860
15868
|
let t0;
|
|
15861
15869
|
let p;
|
|
15862
|
-
let t1_value = /*$_*/ ctx[
|
|
15870
|
+
let t1_value = /*$_*/ ctx[20]('noRecentSearches') + "";
|
|
15863
15871
|
let t1;
|
|
15864
15872
|
let div_class_value;
|
|
15865
|
-
let if_block = /*notfoundicon*/ ctx[
|
|
15873
|
+
let if_block = /*notfoundicon*/ ctx[10] === 'true' && create_if_block_6(ctx);
|
|
15866
15874
|
|
|
15867
15875
|
const block = {
|
|
15868
15876
|
c: function create() {
|
|
@@ -15872,9 +15880,9 @@
|
|
|
15872
15880
|
p = element("p");
|
|
15873
15881
|
t1 = text(t1_value);
|
|
15874
15882
|
attr_dev(p, "class", "SearchMessage");
|
|
15875
|
-
add_location(p, file,
|
|
15876
|
-
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[
|
|
15877
|
-
add_location(div, file,
|
|
15883
|
+
add_location(p, file, 336, 12, 12640);
|
|
15884
|
+
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
15885
|
+
add_location(div, file, 325, 10, 11444);
|
|
15878
15886
|
},
|
|
15879
15887
|
m: function mount(target, anchor) {
|
|
15880
15888
|
insert_dev(target, div, anchor);
|
|
@@ -15884,7 +15892,7 @@
|
|
|
15884
15892
|
append_dev(p, t1);
|
|
15885
15893
|
},
|
|
15886
15894
|
p: function update(ctx, dirty) {
|
|
15887
|
-
if (/*notfoundicon*/ ctx[
|
|
15895
|
+
if (/*notfoundicon*/ ctx[10] === 'true') {
|
|
15888
15896
|
if (if_block) ; else {
|
|
15889
15897
|
if_block = create_if_block_6(ctx);
|
|
15890
15898
|
if_block.c();
|
|
@@ -15895,9 +15903,9 @@
|
|
|
15895
15903
|
if_block = null;
|
|
15896
15904
|
}
|
|
15897
15905
|
|
|
15898
|
-
if (dirty[0] & /*$_*/
|
|
15906
|
+
if (dirty[0] & /*$_*/ 1048576 && t1_value !== (t1_value = /*$_*/ ctx[20]('noRecentSearches') + "")) set_data_dev(t1, t1_value);
|
|
15899
15907
|
|
|
15900
|
-
if (dirty[0] & /*notfoundicon*/
|
|
15908
|
+
if (dirty[0] & /*notfoundicon*/ 1024 && div_class_value !== (div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''))) {
|
|
15901
15909
|
attr_dev(div, "class", div_class_value);
|
|
15902
15910
|
}
|
|
15903
15911
|
},
|
|
@@ -15911,14 +15919,14 @@
|
|
|
15911
15919
|
block,
|
|
15912
15920
|
id: create_if_block_5.name,
|
|
15913
15921
|
type: "if",
|
|
15914
|
-
source: "(
|
|
15922
|
+
source: "(325:10) {#if searchArray.length == 0}",
|
|
15915
15923
|
ctx
|
|
15916
15924
|
});
|
|
15917
15925
|
|
|
15918
15926
|
return block;
|
|
15919
15927
|
}
|
|
15920
15928
|
|
|
15921
|
-
// (
|
|
15929
|
+
// (327:12) {#if notfoundicon === 'true'}
|
|
15922
15930
|
function create_if_block_6(ctx) {
|
|
15923
15931
|
let div;
|
|
15924
15932
|
let svg;
|
|
@@ -15941,32 +15949,32 @@
|
|
|
15941
15949
|
attr_dev(rect, "rx", "80");
|
|
15942
15950
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
15943
15951
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
15944
|
-
add_location(rect, file,
|
|
15952
|
+
add_location(rect, file, 329, 16, 11730);
|
|
15945
15953
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
15946
15954
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
15947
15955
|
attr_dev(path0, "stroke-width", "3");
|
|
15948
15956
|
attr_dev(path0, "stroke-linecap", "square");
|
|
15949
15957
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
15950
|
-
add_location(path0, file,
|
|
15958
|
+
add_location(path0, file, 330, 16, 11858);
|
|
15951
15959
|
attr_dev(path1, "d", "M116 104C131.464 104 144 91.464 144 76C144 60.536 131.464 48 116 48C100.536 48 88 60.536 88 76C88 91.464 100.536 104 116 104Z");
|
|
15952
15960
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
15953
15961
|
attr_dev(path1, "stroke-width", "3");
|
|
15954
15962
|
attr_dev(path1, "stroke-linecap", "round");
|
|
15955
15963
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
15956
|
-
add_location(path1, file,
|
|
15964
|
+
add_location(path1, file, 331, 16, 12014);
|
|
15957
15965
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
15958
15966
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
15959
15967
|
attr_dev(path2, "d", "M116.001 78.1221L121.88 84.0009L124.001 81.8796L118.122 76.0008L124.002 70.1214L121.88 68L116.001 73.8795L110.121 68L108 70.1214L113.879 76.0008L108.001 81.8796L110.122 84.0009L116.001 78.1221Z");
|
|
15960
15968
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
15961
|
-
add_location(path2, file,
|
|
15969
|
+
add_location(path2, file, 332, 16, 12279);
|
|
15962
15970
|
attr_dev(svg, "width", "");
|
|
15963
15971
|
attr_dev(svg, "height", "");
|
|
15964
15972
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
15965
15973
|
attr_dev(svg, "fill", "none");
|
|
15966
15974
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
15967
|
-
add_location(svg, file,
|
|
15975
|
+
add_location(svg, file, 328, 14, 11620);
|
|
15968
15976
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
15969
|
-
add_location(div, file,
|
|
15977
|
+
add_location(div, file, 327, 12, 11576);
|
|
15970
15978
|
},
|
|
15971
15979
|
m: function mount(target, anchor) {
|
|
15972
15980
|
insert_dev(target, div, anchor);
|
|
@@ -15985,17 +15993,17 @@
|
|
|
15985
15993
|
block,
|
|
15986
15994
|
id: create_if_block_6.name,
|
|
15987
15995
|
type: "if",
|
|
15988
|
-
source: "(
|
|
15996
|
+
source: "(327:12) {#if notfoundicon === 'true'}",
|
|
15989
15997
|
ctx
|
|
15990
15998
|
});
|
|
15991
15999
|
|
|
15992
16000
|
return block;
|
|
15993
16001
|
}
|
|
15994
16002
|
|
|
15995
|
-
// (
|
|
16003
|
+
// (344:8) {#if searchCancelled === false}
|
|
15996
16004
|
function create_if_block_3(ctx) {
|
|
15997
16005
|
let each_1_anchor;
|
|
15998
|
-
let each_value = /*searchArray*/ ctx[
|
|
16006
|
+
let each_value = /*searchArray*/ ctx[14];
|
|
15999
16007
|
validate_each_argument(each_value);
|
|
16000
16008
|
let each_blocks = [];
|
|
16001
16009
|
|
|
@@ -16021,8 +16029,8 @@
|
|
|
16021
16029
|
insert_dev(target, each_1_anchor, anchor);
|
|
16022
16030
|
},
|
|
16023
16031
|
p: function update(ctx, dirty) {
|
|
16024
|
-
if (dirty[0] & /*endpoint, sessionID, playerID, showfavorites, lang, searchArray, addGameTag, integratedgameframedesktop, integratedgameframemobile, clientstyling, clientstylingurl, gamepagemodalurl*/
|
|
16025
|
-
each_value = /*searchArray*/ ctx[
|
|
16032
|
+
if (dirty[0] & /*endpoint, sessionID, playerID, showfavorites, lang, searchArray, addGameTag, showgamename, integratedgameframedesktop, integratedgameframemobile, clientstyling, clientstylingurl, gamepagemodalurl*/ 34357759) {
|
|
16033
|
+
each_value = /*searchArray*/ ctx[14];
|
|
16026
16034
|
validate_each_argument(each_value);
|
|
16027
16035
|
let i;
|
|
16028
16036
|
|
|
@@ -16055,14 +16063,14 @@
|
|
|
16055
16063
|
block,
|
|
16056
16064
|
id: create_if_block_3.name,
|
|
16057
16065
|
type: "if",
|
|
16058
|
-
source: "(
|
|
16066
|
+
source: "(344:8) {#if searchCancelled === false}",
|
|
16059
16067
|
ctx
|
|
16060
16068
|
});
|
|
16061
16069
|
|
|
16062
16070
|
return block;
|
|
16063
16071
|
}
|
|
16064
16072
|
|
|
16065
|
-
// (
|
|
16073
|
+
// (345:10) {#each searchArray as game}
|
|
16066
16074
|
function create_each_block(ctx) {
|
|
16067
16075
|
let casino_game_thumbnail;
|
|
16068
16076
|
let casino_game_thumbnail_gamethumbnail_value;
|
|
@@ -16081,31 +16089,32 @@
|
|
|
16081
16089
|
c: function create() {
|
|
16082
16090
|
casino_game_thumbnail = element("casino-game-thumbnail");
|
|
16083
16091
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
16084
|
-
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[
|
|
16085
|
-
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[
|
|
16086
|
-
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[
|
|
16092
|
+
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[18]);
|
|
16093
|
+
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[19]);
|
|
16094
|
+
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[8]);
|
|
16087
16095
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
16088
|
-
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[
|
|
16089
|
-
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*game*/ ctx[
|
|
16090
|
-
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*game*/ ctx[
|
|
16091
|
-
set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[
|
|
16092
|
-
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*game*/ ctx[
|
|
16093
|
-
set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value = /*game*/ ctx[
|
|
16094
|
-
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*game*/ ctx[
|
|
16095
|
-
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*game*/ ctx[
|
|
16096
|
-
set_custom_element_data(casino_game_thumbnail, "
|
|
16097
|
-
set_custom_element_data(casino_game_thumbnail, "
|
|
16098
|
-
|
|
16099
|
-
|
|
16100
|
-
|
|
16096
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[54].thumbnail);
|
|
16097
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*game*/ ctx[54].name);
|
|
16098
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name);
|
|
16099
|
+
set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[54].launchUrl);
|
|
16100
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*game*/ ctx[54].isNew);
|
|
16101
|
+
set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags));
|
|
16102
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*game*/ ctx[54].cellSize);
|
|
16103
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*game*/ ctx[54].id);
|
|
16104
|
+
set_custom_element_data(casino_game_thumbnail, "showgamename", /*showgamename*/ ctx[6]);
|
|
16105
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*game*/ ctx[54].hasFunMode);
|
|
16106
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*game*/ ctx[54].isFavorite);
|
|
16107
|
+
|
|
16108
|
+
set_custom_element_data(casino_game_thumbnail, "livelobbyendpoint", casino_game_thumbnail_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16109
|
+
? /*game*/ ctx[54].launchUrl
|
|
16101
16110
|
: '');
|
|
16102
16111
|
|
|
16103
16112
|
set_custom_element_data(casino_game_thumbnail, "integratedgameframedesktop", /*integratedgameframedesktop*/ ctx[4]);
|
|
16104
16113
|
set_custom_element_data(casino_game_thumbnail, "integratedgameframemobile", /*integratedgameframemobile*/ ctx[5]);
|
|
16105
16114
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[2]);
|
|
16106
16115
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16107
|
-
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[
|
|
16108
|
-
add_location(casino_game_thumbnail, file,
|
|
16116
|
+
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16117
|
+
add_location(casino_game_thumbnail, file, 345, 12, 13015);
|
|
16109
16118
|
},
|
|
16110
16119
|
m: function mount(target, anchor) {
|
|
16111
16120
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
@@ -16115,64 +16124,68 @@
|
|
|
16115
16124
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
16116
16125
|
}
|
|
16117
16126
|
|
|
16118
|
-
if (dirty[0] & /*sessionID*/
|
|
16119
|
-
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[
|
|
16127
|
+
if (dirty[0] & /*sessionID*/ 262144) {
|
|
16128
|
+
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[18]);
|
|
16120
16129
|
}
|
|
16121
16130
|
|
|
16122
|
-
if (dirty[0] & /*playerID*/
|
|
16123
|
-
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[
|
|
16131
|
+
if (dirty[0] & /*playerID*/ 524288) {
|
|
16132
|
+
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[19]);
|
|
16124
16133
|
}
|
|
16125
16134
|
|
|
16126
|
-
if (dirty[0] & /*showfavorites*/
|
|
16127
|
-
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[
|
|
16135
|
+
if (dirty[0] & /*showfavorites*/ 256) {
|
|
16136
|
+
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[8]);
|
|
16128
16137
|
}
|
|
16129
16138
|
|
|
16130
16139
|
if (dirty[0] & /*lang*/ 2) {
|
|
16131
16140
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
16132
16141
|
}
|
|
16133
16142
|
|
|
16134
|
-
if (dirty[0] & /*searchArray*/
|
|
16143
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[54].thumbnail)) {
|
|
16135
16144
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
16136
16145
|
}
|
|
16137
16146
|
|
|
16138
|
-
if (dirty[0] & /*searchArray*/
|
|
16147
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*game*/ ctx[54].name)) {
|
|
16139
16148
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
16140
16149
|
}
|
|
16141
16150
|
|
|
16142
|
-
if (dirty[0] & /*searchArray*/
|
|
16151
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name)) {
|
|
16143
16152
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
16144
16153
|
}
|
|
16145
16154
|
|
|
16146
|
-
if (dirty[0] & /*searchArray*/
|
|
16155
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamelaunchurl_value !== (casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[54].launchUrl)) {
|
|
16147
16156
|
set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value);
|
|
16148
16157
|
}
|
|
16149
16158
|
|
|
16150
|
-
if (dirty[0] & /*searchArray*/
|
|
16159
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*game*/ ctx[54].isNew)) {
|
|
16151
16160
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
16152
16161
|
}
|
|
16153
16162
|
|
|
16154
|
-
if (dirty[0] & /*searchArray*/
|
|
16163
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gametag_value !== (casino_game_thumbnail_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags))) {
|
|
16155
16164
|
set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value);
|
|
16156
16165
|
}
|
|
16157
16166
|
|
|
16158
|
-
if (dirty[0] & /*searchArray*/
|
|
16167
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*game*/ ctx[54].cellSize)) {
|
|
16159
16168
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
16160
16169
|
}
|
|
16161
16170
|
|
|
16162
|
-
if (dirty[0] & /*searchArray*/
|
|
16171
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*game*/ ctx[54].id)) {
|
|
16163
16172
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
16164
16173
|
}
|
|
16165
16174
|
|
|
16166
|
-
if (dirty[0] & /*
|
|
16175
|
+
if (dirty[0] & /*showgamename*/ 64) {
|
|
16176
|
+
set_custom_element_data(casino_game_thumbnail, "showgamename", /*showgamename*/ ctx[6]);
|
|
16177
|
+
}
|
|
16178
|
+
|
|
16179
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*game*/ ctx[54].hasFunMode)) {
|
|
16167
16180
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
16168
16181
|
}
|
|
16169
16182
|
|
|
16170
|
-
if (dirty[0] & /*searchArray*/
|
|
16183
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*game*/ ctx[54].isFavorite)) {
|
|
16171
16184
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
16172
16185
|
}
|
|
16173
16186
|
|
|
16174
|
-
if (dirty[0] & /*searchArray*/
|
|
16175
|
-
? /*game*/ ctx[
|
|
16187
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_livelobbyendpoint_value !== (casino_game_thumbnail_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16188
|
+
? /*game*/ ctx[54].launchUrl
|
|
16176
16189
|
: '')) {
|
|
16177
16190
|
set_custom_element_data(casino_game_thumbnail, "livelobbyendpoint", casino_game_thumbnail_livelobbyendpoint_value);
|
|
16178
16191
|
}
|
|
@@ -16193,8 +16206,8 @@
|
|
|
16193
16206
|
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16194
16207
|
}
|
|
16195
16208
|
|
|
16196
|
-
if (dirty[0] & /*gamepagemodalurl*/
|
|
16197
|
-
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[
|
|
16209
|
+
if (dirty[0] & /*gamepagemodalurl*/ 128) {
|
|
16210
|
+
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16198
16211
|
}
|
|
16199
16212
|
},
|
|
16200
16213
|
d: function destroy(detaching) {
|
|
@@ -16206,26 +16219,26 @@
|
|
|
16206
16219
|
block,
|
|
16207
16220
|
id: create_each_block.name,
|
|
16208
16221
|
type: "each",
|
|
16209
|
-
source: "(
|
|
16222
|
+
source: "(345:10) {#each searchArray as game}",
|
|
16210
16223
|
ctx
|
|
16211
16224
|
});
|
|
16212
16225
|
|
|
16213
16226
|
return block;
|
|
16214
16227
|
}
|
|
16215
16228
|
|
|
16216
|
-
// (
|
|
16229
|
+
// (372:8) {#if searchValue.length >= 2 && searchArray.length == 0}
|
|
16217
16230
|
function create_if_block_1(ctx) {
|
|
16218
16231
|
let div;
|
|
16219
16232
|
let t0;
|
|
16220
16233
|
let p0;
|
|
16221
|
-
let t1_value = /*$_*/ ctx[
|
|
16234
|
+
let t1_value = /*$_*/ ctx[20]('notFound') + "";
|
|
16222
16235
|
let t1;
|
|
16223
16236
|
let t2;
|
|
16224
16237
|
let p1;
|
|
16225
|
-
let t3_value = /*$_*/ ctx[
|
|
16238
|
+
let t3_value = /*$_*/ ctx[20]('notFoundText') + "";
|
|
16226
16239
|
let t3;
|
|
16227
16240
|
let div_class_value;
|
|
16228
|
-
let if_block = /*notfoundicon*/ ctx[
|
|
16241
|
+
let if_block = /*notfoundicon*/ ctx[10] === 'true' && create_if_block_2(ctx);
|
|
16229
16242
|
|
|
16230
16243
|
const block = {
|
|
16231
16244
|
c: function create() {
|
|
@@ -16238,10 +16251,10 @@
|
|
|
16238
16251
|
p1 = element("p");
|
|
16239
16252
|
t3 = text(t3_value);
|
|
16240
16253
|
attr_dev(p0, "class", "SearchMessage");
|
|
16241
|
-
add_location(p0, file,
|
|
16242
|
-
add_location(p1, file,
|
|
16243
|
-
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[
|
|
16244
|
-
add_location(div, file,
|
|
16254
|
+
add_location(p0, file, 383, 12, 15302);
|
|
16255
|
+
add_location(p1, file, 384, 12, 15360);
|
|
16256
|
+
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
16257
|
+
add_location(div, file, 372, 10, 14090);
|
|
16245
16258
|
},
|
|
16246
16259
|
m: function mount(target, anchor) {
|
|
16247
16260
|
insert_dev(target, div, anchor);
|
|
@@ -16254,7 +16267,7 @@
|
|
|
16254
16267
|
append_dev(p1, t3);
|
|
16255
16268
|
},
|
|
16256
16269
|
p: function update(ctx, dirty) {
|
|
16257
|
-
if (/*notfoundicon*/ ctx[
|
|
16270
|
+
if (/*notfoundicon*/ ctx[10] === 'true') {
|
|
16258
16271
|
if (if_block) ; else {
|
|
16259
16272
|
if_block = create_if_block_2(ctx);
|
|
16260
16273
|
if_block.c();
|
|
@@ -16265,10 +16278,10 @@
|
|
|
16265
16278
|
if_block = null;
|
|
16266
16279
|
}
|
|
16267
16280
|
|
|
16268
|
-
if (dirty[0] & /*$_*/
|
|
16269
|
-
if (dirty[0] & /*$_*/
|
|
16281
|
+
if (dirty[0] & /*$_*/ 1048576 && t1_value !== (t1_value = /*$_*/ ctx[20]('notFound') + "")) set_data_dev(t1, t1_value);
|
|
16282
|
+
if (dirty[0] & /*$_*/ 1048576 && t3_value !== (t3_value = /*$_*/ ctx[20]('notFoundText') + "")) set_data_dev(t3, t3_value);
|
|
16270
16283
|
|
|
16271
|
-
if (dirty[0] & /*notfoundicon*/
|
|
16284
|
+
if (dirty[0] & /*notfoundicon*/ 1024 && div_class_value !== (div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''))) {
|
|
16272
16285
|
attr_dev(div, "class", div_class_value);
|
|
16273
16286
|
}
|
|
16274
16287
|
},
|
|
@@ -16282,14 +16295,14 @@
|
|
|
16282
16295
|
block,
|
|
16283
16296
|
id: create_if_block_1.name,
|
|
16284
16297
|
type: "if",
|
|
16285
|
-
source: "(
|
|
16298
|
+
source: "(372:8) {#if searchValue.length >= 2 && searchArray.length == 0}",
|
|
16286
16299
|
ctx
|
|
16287
16300
|
});
|
|
16288
16301
|
|
|
16289
16302
|
return block;
|
|
16290
16303
|
}
|
|
16291
16304
|
|
|
16292
|
-
// (
|
|
16305
|
+
// (374:12) {#if notfoundicon === 'true'}
|
|
16293
16306
|
function create_if_block_2(ctx) {
|
|
16294
16307
|
let div;
|
|
16295
16308
|
let svg;
|
|
@@ -16312,32 +16325,32 @@
|
|
|
16312
16325
|
attr_dev(rect, "rx", "80");
|
|
16313
16326
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
16314
16327
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
16315
|
-
add_location(rect, file,
|
|
16328
|
+
add_location(rect, file, 376, 18, 14382);
|
|
16316
16329
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
16317
16330
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16318
16331
|
attr_dev(path0, "stroke-width", "3");
|
|
16319
16332
|
attr_dev(path0, "stroke-linecap", "square");
|
|
16320
16333
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16321
|
-
add_location(path0, file,
|
|
16334
|
+
add_location(path0, file, 377, 18, 14512);
|
|
16322
16335
|
attr_dev(path1, "d", "M116 104C131.464 104 144 91.464 144 76C144 60.536 131.464 48 116 48C100.536 48 88 60.536 88 76C88 91.464 100.536 104 116 104Z");
|
|
16323
16336
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16324
16337
|
attr_dev(path1, "stroke-width", "3");
|
|
16325
16338
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16326
16339
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16327
|
-
add_location(path1, file,
|
|
16340
|
+
add_location(path1, file, 378, 18, 14670);
|
|
16328
16341
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
16329
16342
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
16330
16343
|
attr_dev(path2, "d", "M116.001 78.1221L121.88 84.0009L124.001 81.8796L118.122 76.0008L124.002 70.1214L121.88 68L116.001 73.8795L110.121 68L108 70.1214L113.879 76.0008L108.001 81.8796L110.122 84.0009L116.001 78.1221Z");
|
|
16331
16344
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
16332
|
-
add_location(path2, file,
|
|
16345
|
+
add_location(path2, file, 379, 18, 14937);
|
|
16333
16346
|
attr_dev(svg, "width", "");
|
|
16334
16347
|
attr_dev(svg, "height", "");
|
|
16335
16348
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
16336
16349
|
attr_dev(svg, "fill", "none");
|
|
16337
16350
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
16338
|
-
add_location(svg, file,
|
|
16351
|
+
add_location(svg, file, 375, 16, 14270);
|
|
16339
16352
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
16340
|
-
add_location(div, file,
|
|
16353
|
+
add_location(div, file, 374, 14, 14224);
|
|
16341
16354
|
},
|
|
16342
16355
|
m: function mount(target, anchor) {
|
|
16343
16356
|
insert_dev(target, div, anchor);
|
|
@@ -16356,7 +16369,7 @@
|
|
|
16356
16369
|
block,
|
|
16357
16370
|
id: create_if_block_2.name,
|
|
16358
16371
|
type: "if",
|
|
16359
|
-
source: "(
|
|
16372
|
+
source: "(374:12) {#if notfoundicon === 'true'}",
|
|
16360
16373
|
ctx
|
|
16361
16374
|
});
|
|
16362
16375
|
|
|
@@ -16387,10 +16400,10 @@
|
|
|
16387
16400
|
let t4;
|
|
16388
16401
|
let mounted;
|
|
16389
16402
|
let dispose;
|
|
16390
|
-
let if_block0 = /*cancelbutton*/ ctx[
|
|
16403
|
+
let if_block0 = /*cancelbutton*/ ctx[9] === 'true' && create_if_block_8(ctx);
|
|
16391
16404
|
|
|
16392
16405
|
function select_block_type(ctx, dirty) {
|
|
16393
|
-
if (/*isLoading*/ ctx[
|
|
16406
|
+
if (/*isLoading*/ ctx[17]) return create_if_block;
|
|
16394
16407
|
return create_else_block;
|
|
16395
16408
|
}
|
|
16396
16409
|
|
|
@@ -16424,50 +16437,50 @@
|
|
|
16424
16437
|
attr_dev(path0, "stroke-linecap", "round");
|
|
16425
16438
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16426
16439
|
attr_dev(path0, "d", "m10.48 10.985 2.21 2.373");
|
|
16427
|
-
add_location(path0, file,
|
|
16440
|
+
add_location(path0, file, 301, 10, 9999);
|
|
16428
16441
|
attr_dev(circle, "cx", "6.5");
|
|
16429
16442
|
attr_dev(circle, "cy", "6.5");
|
|
16430
16443
|
attr_dev(circle, "r", "5.75");
|
|
16431
16444
|
attr_dev(circle, "stroke", "#212121");
|
|
16432
16445
|
attr_dev(circle, "stroke-width", "1.5");
|
|
16433
|
-
add_location(circle, file,
|
|
16446
|
+
add_location(circle, file, 302, 10, 10127);
|
|
16434
16447
|
attr_dev(svg0, "width", "14");
|
|
16435
16448
|
attr_dev(svg0, "height", "15");
|
|
16436
16449
|
attr_dev(svg0, "fill", "none");
|
|
16437
16450
|
attr_dev(svg0, "xmlns", "http://www.w3.org/2000/svg");
|
|
16438
|
-
add_location(svg0, file,
|
|
16451
|
+
add_location(svg0, file, 300, 8, 9913);
|
|
16439
16452
|
attr_dev(div0, "class", "SearchIcon");
|
|
16440
|
-
add_location(div0, file,
|
|
16453
|
+
add_location(div0, file, 299, 6, 9880);
|
|
16441
16454
|
attr_dev(input, "class", "SearchInput");
|
|
16442
16455
|
attr_dev(input, "type", "search");
|
|
16443
|
-
attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[
|
|
16444
|
-
attr_dev(input, "maxlength", /*searchInputMaxLength*/ ctx[
|
|
16445
|
-
add_location(input, file,
|
|
16456
|
+
attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[20]('placeHolderSearchGames'));
|
|
16457
|
+
attr_dev(input, "maxlength", /*searchInputMaxLength*/ ctx[22]);
|
|
16458
|
+
add_location(input, file, 305, 10, 10238);
|
|
16446
16459
|
attr_dev(path1, "d", "m1.45 1.5 8.1 8M1.45 9.5l8.1-8");
|
|
16447
16460
|
attr_dev(path1, "stroke", "#717171");
|
|
16448
16461
|
attr_dev(path1, "stroke-width", "2");
|
|
16449
16462
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16450
16463
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16451
|
-
add_location(path1, file,
|
|
16464
|
+
add_location(path1, file, 308, 14, 10700);
|
|
16452
16465
|
attr_dev(svg1, "width", "11");
|
|
16453
16466
|
attr_dev(svg1, "height", "11");
|
|
16454
16467
|
attr_dev(svg1, "fill", "none");
|
|
16455
16468
|
attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
|
|
16456
|
-
add_location(svg1, file,
|
|
16457
|
-
attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*cancelbutton*/ ctx[
|
|
16458
|
-
add_location(span, file,
|
|
16459
|
-
attr_dev(div1, "class", div1_class_value = "Search " + (/*searchCancelled*/ ctx[
|
|
16460
|
-
add_location(div1, file,
|
|
16469
|
+
add_location(svg1, file, 307, 12, 10610);
|
|
16470
|
+
attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*cancelbutton*/ ctx[9] != 'true' ? 'WithoutCancel' : '') + " " + (/*searchValue*/ ctx[11].length != 0 ? '' : 'NotVisible'));
|
|
16471
|
+
add_location(span, file, 306, 10, 10438);
|
|
16472
|
+
attr_dev(div1, "class", div1_class_value = "Search " + (/*searchCancelled*/ ctx[12] ? '' : 'SearchAnimation'));
|
|
16473
|
+
add_location(div1, file, 298, 4, 9809);
|
|
16461
16474
|
attr_dev(div2, "class", "SearchWrap");
|
|
16462
|
-
add_location(div2, file,
|
|
16463
|
-
attr_dev(div3, "class", div3_class_value = /*cancelbutton*/ ctx[
|
|
16464
|
-
add_location(div3, file,
|
|
16475
|
+
add_location(div2, file, 297, 2, 9780);
|
|
16476
|
+
attr_dev(div3, "class", div3_class_value = /*cancelbutton*/ ctx[9] != 'true' ? 'OverlayCancel' : '');
|
|
16477
|
+
add_location(div3, file, 318, 2, 11098);
|
|
16465
16478
|
|
|
16466
|
-
attr_dev(div4, "class", "" + ((getDevice(/*userAgent*/ ctx[
|
|
16479
|
+
attr_dev(div4, "class", "" + ((getDevice(/*userAgent*/ ctx[21]) !== 'PC'
|
|
16467
16480
|
? ''
|
|
16468
16481
|
: 'Desktop') + " CasinoSearch"));
|
|
16469
16482
|
|
|
16470
|
-
add_location(div4, file,
|
|
16483
|
+
add_location(div4, file, 296, 0, 9665);
|
|
16471
16484
|
},
|
|
16472
16485
|
l: function claim(nodes) {
|
|
16473
16486
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -16482,8 +16495,8 @@
|
|
|
16482
16495
|
append_dev(svg0, circle);
|
|
16483
16496
|
append_dev(div1, t0);
|
|
16484
16497
|
append_dev(div1, input);
|
|
16485
|
-
set_input_value(input, /*searchValue*/ ctx[
|
|
16486
|
-
/*input_binding*/ ctx[
|
|
16498
|
+
set_input_value(input, /*searchValue*/ ctx[11]);
|
|
16499
|
+
/*input_binding*/ ctx[34](input);
|
|
16487
16500
|
append_dev(div1, t1);
|
|
16488
16501
|
append_dev(div1, span);
|
|
16489
16502
|
append_dev(span, svg1);
|
|
@@ -16494,33 +16507,33 @@
|
|
|
16494
16507
|
append_dev(div4, div3);
|
|
16495
16508
|
append_dev(div4, t4);
|
|
16496
16509
|
if_block1.m(div4, null);
|
|
16497
|
-
/*div4_binding*/ ctx[
|
|
16510
|
+
/*div4_binding*/ ctx[37](div4);
|
|
16498
16511
|
|
|
16499
16512
|
if (!mounted) {
|
|
16500
16513
|
dispose = [
|
|
16501
|
-
listen_dev(input, "input", /*input_input_handler*/ ctx[
|
|
16502
|
-
listen_dev(input, "focus", /*onFocus*/ ctx[
|
|
16503
|
-
listen_dev(span, "click", /*click_handler*/ ctx[
|
|
16504
|
-
listen_dev(div3, "click", /*handleOverlay*/ ctx[
|
|
16514
|
+
listen_dev(input, "input", /*input_input_handler*/ ctx[33]),
|
|
16515
|
+
listen_dev(input, "focus", /*onFocus*/ ctx[23], false, false, false, false),
|
|
16516
|
+
listen_dev(span, "click", /*click_handler*/ ctx[35], false, false, false, false),
|
|
16517
|
+
listen_dev(div3, "click", /*handleOverlay*/ ctx[24], false, false, false, false)
|
|
16505
16518
|
];
|
|
16506
16519
|
|
|
16507
16520
|
mounted = true;
|
|
16508
16521
|
}
|
|
16509
16522
|
},
|
|
16510
16523
|
p: function update(ctx, dirty) {
|
|
16511
|
-
if (dirty[0] & /*$_*/
|
|
16524
|
+
if (dirty[0] & /*$_*/ 1048576 && input_placeholder_value !== (input_placeholder_value = /*$_*/ ctx[20]('placeHolderSearchGames'))) {
|
|
16512
16525
|
attr_dev(input, "placeholder", input_placeholder_value);
|
|
16513
16526
|
}
|
|
16514
16527
|
|
|
16515
|
-
if (dirty[0] & /*searchValue*/
|
|
16516
|
-
set_input_value(input, /*searchValue*/ ctx[
|
|
16528
|
+
if (dirty[0] & /*searchValue*/ 2048 && input.value !== /*searchValue*/ ctx[11]) {
|
|
16529
|
+
set_input_value(input, /*searchValue*/ ctx[11]);
|
|
16517
16530
|
}
|
|
16518
16531
|
|
|
16519
|
-
if (dirty[0] & /*cancelbutton, searchValue*/
|
|
16532
|
+
if (dirty[0] & /*cancelbutton, searchValue*/ 2560 && span_class_value !== (span_class_value = "SearchClearButton " + (/*cancelbutton*/ ctx[9] != 'true' ? 'WithoutCancel' : '') + " " + (/*searchValue*/ ctx[11].length != 0 ? '' : 'NotVisible'))) {
|
|
16520
16533
|
attr_dev(span, "class", span_class_value);
|
|
16521
16534
|
}
|
|
16522
16535
|
|
|
16523
|
-
if (/*cancelbutton*/ ctx[
|
|
16536
|
+
if (/*cancelbutton*/ ctx[9] === 'true') {
|
|
16524
16537
|
if (if_block0) {
|
|
16525
16538
|
if_block0.p(ctx, dirty);
|
|
16526
16539
|
} else {
|
|
@@ -16533,11 +16546,11 @@
|
|
|
16533
16546
|
if_block0 = null;
|
|
16534
16547
|
}
|
|
16535
16548
|
|
|
16536
|
-
if (dirty[0] & /*searchCancelled*/
|
|
16549
|
+
if (dirty[0] & /*searchCancelled*/ 4096 && div1_class_value !== (div1_class_value = "Search " + (/*searchCancelled*/ ctx[12] ? '' : 'SearchAnimation'))) {
|
|
16537
16550
|
attr_dev(div1, "class", div1_class_value);
|
|
16538
16551
|
}
|
|
16539
16552
|
|
|
16540
|
-
if (dirty[0] & /*cancelbutton*/
|
|
16553
|
+
if (dirty[0] & /*cancelbutton*/ 512 && div3_class_value !== (div3_class_value = /*cancelbutton*/ ctx[9] != 'true' ? 'OverlayCancel' : '')) {
|
|
16541
16554
|
attr_dev(div3, "class", div3_class_value);
|
|
16542
16555
|
}
|
|
16543
16556
|
|
|
@@ -16557,10 +16570,10 @@
|
|
|
16557
16570
|
o: noop$1,
|
|
16558
16571
|
d: function destroy(detaching) {
|
|
16559
16572
|
if (detaching) detach_dev(div4);
|
|
16560
|
-
/*input_binding*/ ctx[
|
|
16573
|
+
/*input_binding*/ ctx[34](null);
|
|
16561
16574
|
if (if_block0) if_block0.d();
|
|
16562
16575
|
if_block1.d();
|
|
16563
|
-
/*div4_binding*/ ctx[
|
|
16576
|
+
/*div4_binding*/ ctx[37](null);
|
|
16564
16577
|
mounted = false;
|
|
16565
16578
|
run_all(dispose);
|
|
16566
16579
|
}
|
|
@@ -16580,7 +16593,7 @@
|
|
|
16580
16593
|
function instance($$self, $$props, $$invalidate) {
|
|
16581
16594
|
let $_;
|
|
16582
16595
|
validate_store($format, '_');
|
|
16583
|
-
component_subscribe($$self, $format, $$value => $$invalidate(
|
|
16596
|
+
component_subscribe($$self, $format, $$value => $$invalidate(20, $_ = $$value));
|
|
16584
16597
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
16585
16598
|
validate_slots('undefined', slots, []);
|
|
16586
16599
|
let { endpoint = '' } = $$props;
|
|
@@ -16592,6 +16605,7 @@
|
|
|
16592
16605
|
let { clientstylingurl = '' } = $$props;
|
|
16593
16606
|
let { integratedgameframedesktop = 'false' } = $$props;
|
|
16594
16607
|
let { integratedgameframemobile = 'false' } = $$props;
|
|
16608
|
+
let { showgamename = '' } = $$props;
|
|
16595
16609
|
let { gamepagemodalurl = 'true' } = $$props;
|
|
16596
16610
|
let { translationurl = '' } = $$props;
|
|
16597
16611
|
let { showfavorites = '' } = $$props;
|
|
@@ -16635,9 +16649,9 @@
|
|
|
16635
16649
|
}
|
|
16636
16650
|
|
|
16637
16651
|
if (e.data.type == 'UserSessionID') {
|
|
16638
|
-
$$invalidate(
|
|
16639
|
-
$$invalidate(
|
|
16640
|
-
$$invalidate(
|
|
16652
|
+
$$invalidate(18, sessionID = e.data.session);
|
|
16653
|
+
$$invalidate(19, playerID = e.data.userid);
|
|
16654
|
+
$$invalidate(32, isLoggedIn = true);
|
|
16641
16655
|
}
|
|
16642
16656
|
|
|
16643
16657
|
if (e.data.type == 'CategoryChange') {
|
|
@@ -16646,12 +16660,12 @@
|
|
|
16646
16660
|
};
|
|
16647
16661
|
|
|
16648
16662
|
const onFocus = () => {
|
|
16649
|
-
$$invalidate(
|
|
16650
|
-
$$invalidate(
|
|
16663
|
+
$$invalidate(12, searchCancelled = false);
|
|
16664
|
+
$$invalidate(16, searchActive = true);
|
|
16651
16665
|
|
|
16652
16666
|
if (endpoint && datasource && lang) {
|
|
16653
16667
|
if (searchValue.length < 2) {
|
|
16654
|
-
$$invalidate(
|
|
16668
|
+
$$invalidate(14, searchArray = []);
|
|
16655
16669
|
let recentSearchedGames = localStorage.getItem(`searchedGamesWds_casino`);
|
|
16656
16670
|
let recentSearchedGamesArray = [];
|
|
16657
16671
|
|
|
@@ -16677,7 +16691,7 @@
|
|
|
16677
16691
|
return !!element;
|
|
16678
16692
|
});
|
|
16679
16693
|
|
|
16680
|
-
$$invalidate(
|
|
16694
|
+
$$invalidate(14, searchArray = res.map(item => {
|
|
16681
16695
|
item.isFavorite = checkFavorite(item.id);
|
|
16682
16696
|
return item;
|
|
16683
16697
|
}));
|
|
@@ -16717,13 +16731,13 @@
|
|
|
16717
16731
|
|
|
16718
16732
|
const getGames = url => {
|
|
16719
16733
|
return new Promise((resolve, reject) => {
|
|
16720
|
-
$$invalidate(
|
|
16734
|
+
$$invalidate(17, isLoading = true);
|
|
16721
16735
|
|
|
16722
16736
|
fetch(url.href).then(res => res.json()).then(games => {
|
|
16723
|
-
$$invalidate(
|
|
16737
|
+
$$invalidate(17, isLoading = false);
|
|
16724
16738
|
resolve(games);
|
|
16725
16739
|
}).catch(err => {
|
|
16726
|
-
$$invalidate(
|
|
16740
|
+
$$invalidate(17, isLoading = false);
|
|
16727
16741
|
console.error(err);
|
|
16728
16742
|
reject(err);
|
|
16729
16743
|
});
|
|
@@ -16732,14 +16746,14 @@
|
|
|
16732
16746
|
|
|
16733
16747
|
const getGame = (url, gameId) => {
|
|
16734
16748
|
return new Promise((resolve, reject) => {
|
|
16735
|
-
$$invalidate(
|
|
16749
|
+
$$invalidate(17, isLoading = true);
|
|
16736
16750
|
|
|
16737
16751
|
if (gameId && Object.keys(gamesCache).indexOf(gameId) >= 0) {
|
|
16738
|
-
$$invalidate(
|
|
16752
|
+
$$invalidate(17, isLoading = false);
|
|
16739
16753
|
resolve(gamesCache[gameId]);
|
|
16740
16754
|
} else {
|
|
16741
16755
|
fetch(url).then(fetchRes => fetchRes.json()).then(gameData => {
|
|
16742
|
-
$$invalidate(
|
|
16756
|
+
$$invalidate(17, isLoading = false);
|
|
16743
16757
|
|
|
16744
16758
|
if (!gameData.error) {
|
|
16745
16759
|
gamesCache[gameData[0].gameId] = gameData[0];
|
|
@@ -16747,7 +16761,7 @@
|
|
|
16747
16761
|
|
|
16748
16762
|
resolve(gameData[0]);
|
|
16749
16763
|
}).catch(err => {
|
|
16750
|
-
$$invalidate(
|
|
16764
|
+
$$invalidate(17, isLoading = false);
|
|
16751
16765
|
console.error(err);
|
|
16752
16766
|
reject(err);
|
|
16753
16767
|
});
|
|
@@ -16757,7 +16771,7 @@
|
|
|
16757
16771
|
|
|
16758
16772
|
const getFavoriteGames = () => {
|
|
16759
16773
|
const url = new URL(`${endpoint}/v1/player/${playerID}/favorites/`);
|
|
16760
|
-
$$invalidate(
|
|
16774
|
+
$$invalidate(17, isLoading = true);
|
|
16761
16775
|
|
|
16762
16776
|
let options = {
|
|
16763
16777
|
method: "GET",
|
|
@@ -16765,15 +16779,15 @@
|
|
|
16765
16779
|
};
|
|
16766
16780
|
|
|
16767
16781
|
fetch(url.href, options).then(res => res.json()).then(favoriteGames => {
|
|
16768
|
-
$$invalidate(
|
|
16782
|
+
$$invalidate(17, isLoading = false);
|
|
16769
16783
|
favoriteGamesIds = favoriteGames.items.map(favoriteGame => favoriteGame.id);
|
|
16770
16784
|
});
|
|
16771
16785
|
};
|
|
16772
16786
|
|
|
16773
16787
|
const setSession = () => {
|
|
16774
|
-
$$invalidate(
|
|
16775
|
-
$$invalidate(
|
|
16776
|
-
$$invalidate(
|
|
16788
|
+
$$invalidate(32, isLoggedIn = true);
|
|
16789
|
+
$$invalidate(18, sessionID = session);
|
|
16790
|
+
$$invalidate(19, playerID = userid);
|
|
16777
16791
|
};
|
|
16778
16792
|
|
|
16779
16793
|
const checkFavorite = gameId => {
|
|
@@ -16826,16 +16840,16 @@
|
|
|
16826
16840
|
};
|
|
16827
16841
|
|
|
16828
16842
|
const cancelSearch = () => {
|
|
16829
|
-
$$invalidate(
|
|
16830
|
-
$$invalidate(
|
|
16831
|
-
$$invalidate(
|
|
16832
|
-
$$invalidate(
|
|
16833
|
-
$$invalidate(
|
|
16843
|
+
$$invalidate(11, searchValue = '');
|
|
16844
|
+
$$invalidate(12, searchCancelled = true);
|
|
16845
|
+
$$invalidate(17, isLoading = false);
|
|
16846
|
+
$$invalidate(14, searchArray = []);
|
|
16847
|
+
$$invalidate(16, searchActive = false);
|
|
16834
16848
|
sendSearchStatus(searchActive);
|
|
16835
16849
|
};
|
|
16836
16850
|
|
|
16837
16851
|
const clearSearch = () => {
|
|
16838
|
-
$$invalidate(
|
|
16852
|
+
$$invalidate(11, searchValue = '');
|
|
16839
16853
|
searchElement.focus();
|
|
16840
16854
|
};
|
|
16841
16855
|
|
|
@@ -16896,6 +16910,7 @@
|
|
|
16896
16910
|
'clientstylingurl',
|
|
16897
16911
|
'integratedgameframedesktop',
|
|
16898
16912
|
'integratedgameframemobile',
|
|
16913
|
+
'showgamename',
|
|
16899
16914
|
'gamepagemodalurl',
|
|
16900
16915
|
'translationurl',
|
|
16901
16916
|
'showfavorites',
|
|
@@ -16909,13 +16924,13 @@
|
|
|
16909
16924
|
|
|
16910
16925
|
function input_input_handler() {
|
|
16911
16926
|
searchValue = this.value;
|
|
16912
|
-
$$invalidate(
|
|
16927
|
+
$$invalidate(11, searchValue);
|
|
16913
16928
|
}
|
|
16914
16929
|
|
|
16915
16930
|
function input_binding($$value) {
|
|
16916
16931
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
16917
16932
|
searchElement = $$value;
|
|
16918
|
-
$$invalidate(
|
|
16933
|
+
$$invalidate(15, searchElement);
|
|
16919
16934
|
});
|
|
16920
16935
|
}
|
|
16921
16936
|
|
|
@@ -16925,25 +16940,26 @@
|
|
|
16925
16940
|
function div4_binding($$value) {
|
|
16926
16941
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
16927
16942
|
customStylingContainer = $$value;
|
|
16928
|
-
$$invalidate(
|
|
16943
|
+
$$invalidate(13, customStylingContainer);
|
|
16929
16944
|
});
|
|
16930
16945
|
}
|
|
16931
16946
|
|
|
16932
16947
|
$$self.$$set = $$props => {
|
|
16933
16948
|
if ('endpoint' in $$props) $$invalidate(0, endpoint = $$props.endpoint);
|
|
16934
|
-
if ('datasource' in $$props) $$invalidate(
|
|
16935
|
-
if ('session' in $$props) $$invalidate(
|
|
16936
|
-
if ('userid' in $$props) $$invalidate(
|
|
16949
|
+
if ('datasource' in $$props) $$invalidate(28, datasource = $$props.datasource);
|
|
16950
|
+
if ('session' in $$props) $$invalidate(29, session = $$props.session);
|
|
16951
|
+
if ('userid' in $$props) $$invalidate(30, userid = $$props.userid);
|
|
16937
16952
|
if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
|
|
16938
16953
|
if ('clientstyling' in $$props) $$invalidate(2, clientstyling = $$props.clientstyling);
|
|
16939
16954
|
if ('clientstylingurl' in $$props) $$invalidate(3, clientstylingurl = $$props.clientstylingurl);
|
|
16940
16955
|
if ('integratedgameframedesktop' in $$props) $$invalidate(4, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
16941
16956
|
if ('integratedgameframemobile' in $$props) $$invalidate(5, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
16942
|
-
if ('
|
|
16943
|
-
if ('
|
|
16944
|
-
if ('
|
|
16945
|
-
if ('
|
|
16946
|
-
if ('
|
|
16957
|
+
if ('showgamename' in $$props) $$invalidate(6, showgamename = $$props.showgamename);
|
|
16958
|
+
if ('gamepagemodalurl' in $$props) $$invalidate(7, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
16959
|
+
if ('translationurl' in $$props) $$invalidate(31, translationurl = $$props.translationurl);
|
|
16960
|
+
if ('showfavorites' in $$props) $$invalidate(8, showfavorites = $$props.showfavorites);
|
|
16961
|
+
if ('cancelbutton' in $$props) $$invalidate(9, cancelbutton = $$props.cancelbutton);
|
|
16962
|
+
if ('notfoundicon' in $$props) $$invalidate(10, notfoundicon = $$props.notfoundicon);
|
|
16947
16963
|
};
|
|
16948
16964
|
|
|
16949
16965
|
$$self.$capture_state = () => ({
|
|
@@ -16963,6 +16979,7 @@
|
|
|
16963
16979
|
clientstylingurl,
|
|
16964
16980
|
integratedgameframedesktop,
|
|
16965
16981
|
integratedgameframemobile,
|
|
16982
|
+
showgamename,
|
|
16966
16983
|
gamepagemodalurl,
|
|
16967
16984
|
translationurl,
|
|
16968
16985
|
showfavorites,
|
|
@@ -17006,33 +17023,34 @@
|
|
|
17006
17023
|
|
|
17007
17024
|
$$self.$inject_state = $$props => {
|
|
17008
17025
|
if ('endpoint' in $$props) $$invalidate(0, endpoint = $$props.endpoint);
|
|
17009
|
-
if ('datasource' in $$props) $$invalidate(
|
|
17010
|
-
if ('session' in $$props) $$invalidate(
|
|
17011
|
-
if ('userid' in $$props) $$invalidate(
|
|
17026
|
+
if ('datasource' in $$props) $$invalidate(28, datasource = $$props.datasource);
|
|
17027
|
+
if ('session' in $$props) $$invalidate(29, session = $$props.session);
|
|
17028
|
+
if ('userid' in $$props) $$invalidate(30, userid = $$props.userid);
|
|
17012
17029
|
if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
|
|
17013
17030
|
if ('clientstyling' in $$props) $$invalidate(2, clientstyling = $$props.clientstyling);
|
|
17014
17031
|
if ('clientstylingurl' in $$props) $$invalidate(3, clientstylingurl = $$props.clientstylingurl);
|
|
17015
17032
|
if ('integratedgameframedesktop' in $$props) $$invalidate(4, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
17016
17033
|
if ('integratedgameframemobile' in $$props) $$invalidate(5, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
17017
|
-
if ('
|
|
17018
|
-
if ('
|
|
17019
|
-
if ('
|
|
17020
|
-
if ('
|
|
17021
|
-
if ('
|
|
17022
|
-
if ('
|
|
17023
|
-
if ('
|
|
17034
|
+
if ('showgamename' in $$props) $$invalidate(6, showgamename = $$props.showgamename);
|
|
17035
|
+
if ('gamepagemodalurl' in $$props) $$invalidate(7, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
17036
|
+
if ('translationurl' in $$props) $$invalidate(31, translationurl = $$props.translationurl);
|
|
17037
|
+
if ('showfavorites' in $$props) $$invalidate(8, showfavorites = $$props.showfavorites);
|
|
17038
|
+
if ('cancelbutton' in $$props) $$invalidate(9, cancelbutton = $$props.cancelbutton);
|
|
17039
|
+
if ('notfoundicon' in $$props) $$invalidate(10, notfoundicon = $$props.notfoundicon);
|
|
17040
|
+
if ('userAgent' in $$props) $$invalidate(21, userAgent = $$props.userAgent);
|
|
17041
|
+
if ('searchArray' in $$props) $$invalidate(14, searchArray = $$props.searchArray);
|
|
17024
17042
|
if ('searchedValues' in $$props) searchedValues = $$props.searchedValues;
|
|
17025
17043
|
if ('gamesCache' in $$props) gamesCache = $$props.gamesCache;
|
|
17026
|
-
if ('searchValue' in $$props) $$invalidate(
|
|
17027
|
-
if ('searchElement' in $$props) $$invalidate(
|
|
17028
|
-
if ('searchCancelled' in $$props) $$invalidate(
|
|
17029
|
-
if ('searchActive' in $$props) $$invalidate(
|
|
17030
|
-
if ('searchInputMaxLength' in $$props) $$invalidate(
|
|
17031
|
-
if ('isLoading' in $$props) $$invalidate(
|
|
17032
|
-
if ('customStylingContainer' in $$props) $$invalidate(
|
|
17033
|
-
if ('isLoggedIn' in $$props) $$invalidate(
|
|
17034
|
-
if ('sessionID' in $$props) $$invalidate(
|
|
17035
|
-
if ('playerID' in $$props) $$invalidate(
|
|
17044
|
+
if ('searchValue' in $$props) $$invalidate(11, searchValue = $$props.searchValue);
|
|
17045
|
+
if ('searchElement' in $$props) $$invalidate(15, searchElement = $$props.searchElement);
|
|
17046
|
+
if ('searchCancelled' in $$props) $$invalidate(12, searchCancelled = $$props.searchCancelled);
|
|
17047
|
+
if ('searchActive' in $$props) $$invalidate(16, searchActive = $$props.searchActive);
|
|
17048
|
+
if ('searchInputMaxLength' in $$props) $$invalidate(22, searchInputMaxLength = $$props.searchInputMaxLength);
|
|
17049
|
+
if ('isLoading' in $$props) $$invalidate(17, isLoading = $$props.isLoading);
|
|
17050
|
+
if ('customStylingContainer' in $$props) $$invalidate(13, customStylingContainer = $$props.customStylingContainer);
|
|
17051
|
+
if ('isLoggedIn' in $$props) $$invalidate(32, isLoggedIn = $$props.isLoggedIn);
|
|
17052
|
+
if ('sessionID' in $$props) $$invalidate(18, sessionID = $$props.sessionID);
|
|
17053
|
+
if ('playerID' in $$props) $$invalidate(19, playerID = $$props.playerID);
|
|
17036
17054
|
if ('favoriteGamesIds' in $$props) favoriteGamesIds = $$props.favoriteGamesIds;
|
|
17037
17055
|
};
|
|
17038
17056
|
|
|
@@ -17041,7 +17059,7 @@
|
|
|
17041
17059
|
}
|
|
17042
17060
|
|
|
17043
17061
|
$$self.$$.update = () => {
|
|
17044
|
-
if ($$self.$$.dirty[0] & /*searchValue, endpoint, datasource, lang, searchCancelled*/
|
|
17062
|
+
if ($$self.$$.dirty[0] & /*searchValue, endpoint, datasource, lang, searchCancelled*/ 268441603) {
|
|
17045
17063
|
if (searchValue.length >= 2) {
|
|
17046
17064
|
const searchUrl = new URL(`${endpoint}/v1/casino/games`);
|
|
17047
17065
|
searchUrl.searchParams.append("datasource", datasource);
|
|
@@ -17052,7 +17070,7 @@
|
|
|
17052
17070
|
searchUrl.searchParams.append("filter", `name=${searchValue}`);
|
|
17053
17071
|
|
|
17054
17072
|
getGames(searchUrl).then(searchData => {
|
|
17055
|
-
$$invalidate(
|
|
17073
|
+
$$invalidate(14, searchArray = searchData.items.map(item => {
|
|
17056
17074
|
item.isFavorite = checkFavorite(item.id);
|
|
17057
17075
|
return item;
|
|
17058
17076
|
}));
|
|
@@ -17068,23 +17086,23 @@
|
|
|
17068
17086
|
lang && setActiveLanguage();
|
|
17069
17087
|
}
|
|
17070
17088
|
|
|
17071
|
-
if ($$self.$$.dirty[
|
|
17089
|
+
if ($$self.$$.dirty[1] & /*translationurl*/ 1) {
|
|
17072
17090
|
translationurl && setTranslationUrl();
|
|
17073
17091
|
}
|
|
17074
17092
|
|
|
17075
|
-
if ($$self.$$.dirty[0] & /*session, userid*/
|
|
17093
|
+
if ($$self.$$.dirty[0] & /*session, userid*/ 1610612736) {
|
|
17076
17094
|
session && userid && setSession();
|
|
17077
17095
|
}
|
|
17078
17096
|
|
|
17079
|
-
if ($$self.$$.dirty[0] & /*showfavorites*/
|
|
17097
|
+
if ($$self.$$.dirty[0] & /*showfavorites*/ 256 | $$self.$$.dirty[1] & /*isLoggedIn*/ 2) {
|
|
17080
17098
|
showfavorites && isLoggedIn && getFavoriteGames();
|
|
17081
17099
|
}
|
|
17082
17100
|
|
|
17083
|
-
if ($$self.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
17101
|
+
if ($$self.$$.dirty[0] & /*clientstyling, customStylingContainer*/ 8196) {
|
|
17084
17102
|
clientstyling && customStylingContainer && setClientStyling();
|
|
17085
17103
|
}
|
|
17086
17104
|
|
|
17087
|
-
if ($$self.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
17105
|
+
if ($$self.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/ 8200) {
|
|
17088
17106
|
clientstylingurl && customStylingContainer && setClientStylingURL();
|
|
17089
17107
|
}
|
|
17090
17108
|
};
|
|
@@ -17096,6 +17114,7 @@
|
|
|
17096
17114
|
clientstylingurl,
|
|
17097
17115
|
integratedgameframedesktop,
|
|
17098
17116
|
integratedgameframemobile,
|
|
17117
|
+
showgamename,
|
|
17099
17118
|
gamepagemodalurl,
|
|
17100
17119
|
showfavorites,
|
|
17101
17120
|
cancelbutton,
|
|
@@ -17149,19 +17168,20 @@
|
|
|
17149
17168
|
safe_not_equal,
|
|
17150
17169
|
{
|
|
17151
17170
|
endpoint: 0,
|
|
17152
|
-
datasource:
|
|
17153
|
-
session:
|
|
17154
|
-
userid:
|
|
17171
|
+
datasource: 28,
|
|
17172
|
+
session: 29,
|
|
17173
|
+
userid: 30,
|
|
17155
17174
|
lang: 1,
|
|
17156
17175
|
clientstyling: 2,
|
|
17157
17176
|
clientstylingurl: 3,
|
|
17158
17177
|
integratedgameframedesktop: 4,
|
|
17159
17178
|
integratedgameframemobile: 5,
|
|
17160
|
-
|
|
17161
|
-
|
|
17162
|
-
|
|
17163
|
-
|
|
17164
|
-
|
|
17179
|
+
showgamename: 6,
|
|
17180
|
+
gamepagemodalurl: 7,
|
|
17181
|
+
translationurl: 31,
|
|
17182
|
+
showfavorites: 8,
|
|
17183
|
+
cancelbutton: 9,
|
|
17184
|
+
notfoundicon: 10
|
|
17165
17185
|
},
|
|
17166
17186
|
null,
|
|
17167
17187
|
[-1, -1]
|
|
@@ -17190,6 +17210,7 @@
|
|
|
17190
17210
|
"clientstylingurl",
|
|
17191
17211
|
"integratedgameframedesktop",
|
|
17192
17212
|
"integratedgameframemobile",
|
|
17213
|
+
"showgamename",
|
|
17193
17214
|
"gamepagemodalurl",
|
|
17194
17215
|
"translationurl",
|
|
17195
17216
|
"showfavorites",
|
|
@@ -17208,7 +17229,7 @@
|
|
|
17208
17229
|
}
|
|
17209
17230
|
|
|
17210
17231
|
get datasource() {
|
|
17211
|
-
return this.$$.ctx[
|
|
17232
|
+
return this.$$.ctx[28];
|
|
17212
17233
|
}
|
|
17213
17234
|
|
|
17214
17235
|
set datasource(datasource) {
|
|
@@ -17217,7 +17238,7 @@
|
|
|
17217
17238
|
}
|
|
17218
17239
|
|
|
17219
17240
|
get session() {
|
|
17220
|
-
return this.$$.ctx[
|
|
17241
|
+
return this.$$.ctx[29];
|
|
17221
17242
|
}
|
|
17222
17243
|
|
|
17223
17244
|
set session(session) {
|
|
@@ -17226,7 +17247,7 @@
|
|
|
17226
17247
|
}
|
|
17227
17248
|
|
|
17228
17249
|
get userid() {
|
|
17229
|
-
return this.$$.ctx[
|
|
17250
|
+
return this.$$.ctx[30];
|
|
17230
17251
|
}
|
|
17231
17252
|
|
|
17232
17253
|
set userid(userid) {
|
|
@@ -17279,17 +17300,26 @@
|
|
|
17279
17300
|
flush$1();
|
|
17280
17301
|
}
|
|
17281
17302
|
|
|
17282
|
-
get
|
|
17303
|
+
get showgamename() {
|
|
17283
17304
|
return this.$$.ctx[6];
|
|
17284
17305
|
}
|
|
17285
17306
|
|
|
17307
|
+
set showgamename(showgamename) {
|
|
17308
|
+
this.$$set({ showgamename });
|
|
17309
|
+
flush$1();
|
|
17310
|
+
}
|
|
17311
|
+
|
|
17312
|
+
get gamepagemodalurl() {
|
|
17313
|
+
return this.$$.ctx[7];
|
|
17314
|
+
}
|
|
17315
|
+
|
|
17286
17316
|
set gamepagemodalurl(gamepagemodalurl) {
|
|
17287
17317
|
this.$$set({ gamepagemodalurl });
|
|
17288
17318
|
flush$1();
|
|
17289
17319
|
}
|
|
17290
17320
|
|
|
17291
17321
|
get translationurl() {
|
|
17292
|
-
return this.$$.ctx[
|
|
17322
|
+
return this.$$.ctx[31];
|
|
17293
17323
|
}
|
|
17294
17324
|
|
|
17295
17325
|
set translationurl(translationurl) {
|
|
@@ -17298,7 +17328,7 @@
|
|
|
17298
17328
|
}
|
|
17299
17329
|
|
|
17300
17330
|
get showfavorites() {
|
|
17301
|
-
return this.$$.ctx[
|
|
17331
|
+
return this.$$.ctx[8];
|
|
17302
17332
|
}
|
|
17303
17333
|
|
|
17304
17334
|
set showfavorites(showfavorites) {
|
|
@@ -17307,7 +17337,7 @@
|
|
|
17307
17337
|
}
|
|
17308
17338
|
|
|
17309
17339
|
get cancelbutton() {
|
|
17310
|
-
return this.$$.ctx[
|
|
17340
|
+
return this.$$.ctx[9];
|
|
17311
17341
|
}
|
|
17312
17342
|
|
|
17313
17343
|
set cancelbutton(cancelbutton) {
|
|
@@ -17316,7 +17346,7 @@
|
|
|
17316
17346
|
}
|
|
17317
17347
|
|
|
17318
17348
|
get notfoundicon() {
|
|
17319
|
-
return this.$$.ctx[
|
|
17349
|
+
return this.$$.ctx[10];
|
|
17320
17350
|
}
|
|
17321
17351
|
|
|
17322
17352
|
set notfoundicon(notfoundicon) {
|