@everymatrix/casino-search-nd 1.37.8 → 1.37.10
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-nd.js
CHANGED
|
@@ -12555,7 +12555,7 @@
|
|
|
12555
12555
|
"dealer": "Dealer"
|
|
12556
12556
|
},
|
|
12557
12557
|
"hr": {
|
|
12558
|
-
"playNow": "
|
|
12558
|
+
"playNow": "Igraj",
|
|
12559
12559
|
"new": "NOVO",
|
|
12560
12560
|
"hot": "Hot",
|
|
12561
12561
|
"opens": "Otvara se",
|
|
@@ -12794,10 +12794,10 @@
|
|
|
12794
12794
|
'ZWD': 'Z$',
|
|
12795
12795
|
};
|
|
12796
12796
|
|
|
12797
|
-
/* ../casino-game-thumbnail/src/
|
|
12797
|
+
/* ../casino-game-thumbnail-nd/src/CasinoGameThumbnailNd.svelte generated by Svelte v3.59.2 */
|
|
12798
12798
|
|
|
12799
12799
|
const { Object: Object_1$1, console: console_1$1 } = globals;
|
|
12800
|
-
const file$1 = "../casino-game-thumbnail/src/
|
|
12800
|
+
const file$1 = "../casino-game-thumbnail-nd/src/CasinoGameThumbnailNd.svelte";
|
|
12801
12801
|
|
|
12802
12802
|
function get_each_context_1(ctx, list, i) {
|
|
12803
12803
|
const child_ctx = ctx.slice();
|
|
@@ -12812,24 +12812,35 @@
|
|
|
12812
12812
|
return child_ctx;
|
|
12813
12813
|
}
|
|
12814
12814
|
|
|
12815
|
-
// (
|
|
12816
|
-
function
|
|
12815
|
+
// (539:8) {#if lang}
|
|
12816
|
+
function create_if_block_14(ctx) {
|
|
12817
12817
|
let button;
|
|
12818
|
-
let
|
|
12819
|
-
let
|
|
12818
|
+
let show_if = !isMobile(/*userAgent*/ ctx[36]);
|
|
12819
|
+
let t0;
|
|
12820
|
+
let span;
|
|
12821
|
+
let t1_value = /*$_*/ ctx[35]('playNow') + "";
|
|
12822
|
+
let t1;
|
|
12820
12823
|
let mounted;
|
|
12821
12824
|
let dispose;
|
|
12825
|
+
let if_block = show_if && create_if_block_15(ctx);
|
|
12822
12826
|
|
|
12823
12827
|
const block = {
|
|
12824
12828
|
c: function create() {
|
|
12825
12829
|
button = element("button");
|
|
12826
|
-
|
|
12830
|
+
if (if_block) if_block.c();
|
|
12831
|
+
t0 = space();
|
|
12832
|
+
span = element("span");
|
|
12833
|
+
t1 = text(t1_value);
|
|
12834
|
+
add_location(span, file$1, 551, 12, 21176);
|
|
12827
12835
|
attr_dev(button, "class", "GameInfoBtn");
|
|
12828
|
-
add_location(button, file$1,
|
|
12836
|
+
add_location(button, file$1, 539, 10, 18823);
|
|
12829
12837
|
},
|
|
12830
12838
|
m: function mount(target, anchor) {
|
|
12831
12839
|
insert_dev(target, button, anchor);
|
|
12832
|
-
|
|
12840
|
+
if (if_block) if_block.m(button, null);
|
|
12841
|
+
append_dev(button, t0);
|
|
12842
|
+
append_dev(button, span);
|
|
12843
|
+
append_dev(span, t1);
|
|
12833
12844
|
|
|
12834
12845
|
if (!mounted) {
|
|
12835
12846
|
dispose = listen_dev(button, "click", /*click_handler*/ ctx[63], false, false, false, false);
|
|
@@ -12837,10 +12848,11 @@
|
|
|
12837
12848
|
}
|
|
12838
12849
|
},
|
|
12839
12850
|
p: function update(ctx, dirty) {
|
|
12840
|
-
if (dirty[1] & /*$_*/ 16 &&
|
|
12851
|
+
if (dirty[1] & /*$_*/ 16 && t1_value !== (t1_value = /*$_*/ ctx[35]('playNow') + "")) set_data_dev(t1, t1_value);
|
|
12841
12852
|
},
|
|
12842
12853
|
d: function destroy(detaching) {
|
|
12843
12854
|
if (detaching) detach_dev(button);
|
|
12855
|
+
if (if_block) if_block.d();
|
|
12844
12856
|
mounted = false;
|
|
12845
12857
|
dispose();
|
|
12846
12858
|
}
|
|
@@ -12848,17 +12860,86 @@
|
|
|
12848
12860
|
|
|
12849
12861
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12850
12862
|
block,
|
|
12851
|
-
id:
|
|
12863
|
+
id: create_if_block_14.name,
|
|
12852
12864
|
type: "if",
|
|
12853
|
-
source: "(
|
|
12865
|
+
source: "(539:8) {#if lang}",
|
|
12854
12866
|
ctx
|
|
12855
12867
|
});
|
|
12856
12868
|
|
|
12857
12869
|
return block;
|
|
12858
12870
|
}
|
|
12859
12871
|
|
|
12860
|
-
// (
|
|
12861
|
-
function
|
|
12872
|
+
// (541:12) {#if !isMobile(userAgent)}
|
|
12873
|
+
function create_if_block_15(ctx) {
|
|
12874
|
+
let svg;
|
|
12875
|
+
let g1;
|
|
12876
|
+
let g0;
|
|
12877
|
+
let path0;
|
|
12878
|
+
let path1;
|
|
12879
|
+
let path2;
|
|
12880
|
+
|
|
12881
|
+
const block = {
|
|
12882
|
+
c: function create() {
|
|
12883
|
+
svg = svg_element("svg");
|
|
12884
|
+
g1 = svg_element("g");
|
|
12885
|
+
g0 = svg_element("g");
|
|
12886
|
+
path0 = svg_element("path");
|
|
12887
|
+
path1 = svg_element("path");
|
|
12888
|
+
path2 = svg_element("path");
|
|
12889
|
+
attr_dev(path0, "d", "M 14 27 C 10.52756977081299 27 7.26298999786377 25.64776039123535 4.807610034942627 23.19239044189453 C 2.352240085601807 20.73700904846191 1 17.4724292755127 1 14 C 1 10.52756977081299 2.352240085601807 7.26298999786377 4.807610034942627 4.807610034942627 C 7.26298999786377 2.352240085601807 10.52756977081299 1 14 1 C 17.4724292755127 1 20.73700904846191 2.352240085601807 23.19239044189453 4.807610034942627 C 25.64776039123535 7.26298999786377 27 10.52756977081299 27 14 C 27 17.4724292755127 25.64776039123535 20.73700904846191 23.19239044189453 23.19239044189453 C 20.73700904846191 25.64776039123535 17.4724292755127 27 14 27 Z");
|
|
12890
|
+
attr_dev(path0, "stroke", "none");
|
|
12891
|
+
add_location(path0, file$1, 544, 20, 19269);
|
|
12892
|
+
attr_dev(path1, "d", "M 14 2 C 10.79467964172363 2 7.781219482421875 3.248220443725586 5.514720916748047 5.514720916748047 C 3.248220443725586 7.781219482421875 2 10.79467964172363 2 14 C 2 17.2053108215332 3.248220443725586 20.21878051757812 5.514720916748047 22.48527908325195 C 7.781219482421875 24.75177955627441 10.79467964172363 26 14 26 C 17.2053108215332 26 20.21878051757812 24.75177955627441 22.48527908325195 22.48527908325195 C 24.75177955627441 20.21878051757812 26 17.2053108215332 26 14 C 26 10.79467964172363 24.75177955627441 7.781219482421875 22.48527908325195 5.514720916748047 C 20.21878051757812 3.248220443725586 17.2053108215332 2 14 2 M 14 0 C 21.73197937011719 0 28 6.268009185791016 28 14 C 28 21.73197937011719 21.73197937011719 28 14 28 C 6.268009185791016 28 0 21.73197937011719 0 14 C 0 6.268009185791016 6.268009185791016 0 14 0 Z");
|
|
12893
|
+
attr_dev(path1, "stroke", "none");
|
|
12894
|
+
attr_dev(path1, "fill", "#fff");
|
|
12895
|
+
add_location(path1, file$1, 545, 20, 19951);
|
|
12896
|
+
attr_dev(g0, "id", "Ellipse_664_copy");
|
|
12897
|
+
attr_dev(g0, "data-name", "Ellipse 664 copy");
|
|
12898
|
+
attr_dev(g0, "transform", "translate(26 13)");
|
|
12899
|
+
attr_dev(g0, "fill", "rgba(249,165,2,0)");
|
|
12900
|
+
add_location(g0, file$1, 543, 18, 19140);
|
|
12901
|
+
attr_dev(path2, "id", "Rounded_Rectangle_683");
|
|
12902
|
+
attr_dev(path2, "data-name", "Rounded Rectangle 683");
|
|
12903
|
+
attr_dev(path2, "d", "M1139,917.587V906.4a1.4,1.4,0,0,1,1.976,0l4.61,4.608a1.4,1.4,0,0,1,0,1.975l-4.61,4.607A1.4,1.4,0,0,1,1139,917.587Z");
|
|
12904
|
+
attr_dev(path2, "transform", "translate(-1102 -885)");
|
|
12905
|
+
attr_dev(path2, "fill", "#fff");
|
|
12906
|
+
add_location(path2, file$1, 547, 18, 20870);
|
|
12907
|
+
attr_dev(g1, "id", "Group_5260");
|
|
12908
|
+
attr_dev(g1, "data-name", "Group 5260");
|
|
12909
|
+
attr_dev(g1, "transform", "translate(-26 -13)");
|
|
12910
|
+
add_location(g1, file$1, 542, 16, 19048);
|
|
12911
|
+
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12912
|
+
attr_dev(svg, "width", "28");
|
|
12913
|
+
attr_dev(svg, "height", "28");
|
|
12914
|
+
attr_dev(svg, "viewBox", "0 0 28 28");
|
|
12915
|
+
add_location(svg, file$1, 541, 14, 18948);
|
|
12916
|
+
},
|
|
12917
|
+
m: function mount(target, anchor) {
|
|
12918
|
+
insert_dev(target, svg, anchor);
|
|
12919
|
+
append_dev(svg, g1);
|
|
12920
|
+
append_dev(g1, g0);
|
|
12921
|
+
append_dev(g0, path0);
|
|
12922
|
+
append_dev(g0, path1);
|
|
12923
|
+
append_dev(g1, path2);
|
|
12924
|
+
},
|
|
12925
|
+
d: function destroy(detaching) {
|
|
12926
|
+
if (detaching) detach_dev(svg);
|
|
12927
|
+
}
|
|
12928
|
+
};
|
|
12929
|
+
|
|
12930
|
+
dispatch_dev("SvelteRegisterBlock", {
|
|
12931
|
+
block,
|
|
12932
|
+
id: create_if_block_15.name,
|
|
12933
|
+
type: "if",
|
|
12934
|
+
source: "(541:12) {#if !isMobile(userAgent)}",
|
|
12935
|
+
ctx
|
|
12936
|
+
});
|
|
12937
|
+
|
|
12938
|
+
return block;
|
|
12939
|
+
}
|
|
12940
|
+
|
|
12941
|
+
// (559:8) {#if gameisnew}
|
|
12942
|
+
function create_if_block_13(ctx) {
|
|
12862
12943
|
let span;
|
|
12863
12944
|
let t_value = /*$_*/ ctx[35]('new') + "";
|
|
12864
12945
|
let t;
|
|
@@ -12868,7 +12949,7 @@
|
|
|
12868
12949
|
span = element("span");
|
|
12869
12950
|
t = text(t_value);
|
|
12870
12951
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
12871
|
-
add_location(span, file$1,
|
|
12952
|
+
add_location(span, file$1, 559, 10, 21372);
|
|
12872
12953
|
},
|
|
12873
12954
|
m: function mount(target, anchor) {
|
|
12874
12955
|
insert_dev(target, span, anchor);
|
|
@@ -12884,17 +12965,17 @@
|
|
|
12884
12965
|
|
|
12885
12966
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12886
12967
|
block,
|
|
12887
|
-
id:
|
|
12968
|
+
id: create_if_block_13.name,
|
|
12888
12969
|
type: "if",
|
|
12889
|
-
source: "(
|
|
12970
|
+
source: "(559:8) {#if gameisnew}",
|
|
12890
12971
|
ctx
|
|
12891
12972
|
});
|
|
12892
12973
|
|
|
12893
12974
|
return block;
|
|
12894
12975
|
}
|
|
12895
12976
|
|
|
12896
|
-
// (
|
|
12897
|
-
function
|
|
12977
|
+
// (562:8) {#if gametag}
|
|
12978
|
+
function create_if_block_12(ctx) {
|
|
12898
12979
|
let span;
|
|
12899
12980
|
let t;
|
|
12900
12981
|
|
|
@@ -12903,7 +12984,7 @@
|
|
|
12903
12984
|
span = element("span");
|
|
12904
12985
|
t = text(/*gametag*/ ctx[8]);
|
|
12905
12986
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
12906
|
-
add_location(span, file$1,
|
|
12987
|
+
add_location(span, file$1, 562, 10, 21481);
|
|
12907
12988
|
},
|
|
12908
12989
|
m: function mount(target, anchor) {
|
|
12909
12990
|
insert_dev(target, span, anchor);
|
|
@@ -12919,24 +13000,24 @@
|
|
|
12919
13000
|
|
|
12920
13001
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12921
13002
|
block,
|
|
12922
|
-
id:
|
|
13003
|
+
id: create_if_block_12.name,
|
|
12923
13004
|
type: "if",
|
|
12924
|
-
source: "(
|
|
13005
|
+
source: "(562:8) {#if gametag}",
|
|
12925
13006
|
ctx
|
|
12926
13007
|
});
|
|
12927
13008
|
|
|
12928
13009
|
return block;
|
|
12929
13010
|
}
|
|
12930
13011
|
|
|
12931
|
-
// (
|
|
12932
|
-
function
|
|
13012
|
+
// (565:8) {#if livegamedata}
|
|
13013
|
+
function create_if_block_5$1(ctx) {
|
|
12933
13014
|
let t;
|
|
12934
13015
|
let if_block1_anchor;
|
|
12935
|
-
let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] &&
|
|
13016
|
+
let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] && create_if_block_11(ctx);
|
|
12936
13017
|
|
|
12937
13018
|
function select_block_type(ctx, dirty) {
|
|
12938
|
-
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return
|
|
12939
|
-
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return
|
|
13019
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return create_if_block_6$1;
|
|
13020
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return create_if_block_8$1;
|
|
12940
13021
|
}
|
|
12941
13022
|
|
|
12942
13023
|
let current_block_type = select_block_type(ctx);
|
|
@@ -12960,7 +13041,7 @@
|
|
|
12960
13041
|
if (if_block0) {
|
|
12961
13042
|
if_block0.p(ctx, dirty);
|
|
12962
13043
|
} else {
|
|
12963
|
-
if_block0 =
|
|
13044
|
+
if_block0 = create_if_block_11(ctx);
|
|
12964
13045
|
if_block0.c();
|
|
12965
13046
|
if_block0.m(t.parentNode, t);
|
|
12966
13047
|
}
|
|
@@ -12995,17 +13076,17 @@
|
|
|
12995
13076
|
|
|
12996
13077
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12997
13078
|
block,
|
|
12998
|
-
id:
|
|
13079
|
+
id: create_if_block_5$1.name,
|
|
12999
13080
|
type: "if",
|
|
13000
|
-
source: "(
|
|
13081
|
+
source: "(565:8) {#if livegamedata}",
|
|
13001
13082
|
ctx
|
|
13002
13083
|
});
|
|
13003
13084
|
|
|
13004
13085
|
return block;
|
|
13005
13086
|
}
|
|
13006
13087
|
|
|
13007
|
-
// (
|
|
13008
|
-
function
|
|
13088
|
+
// (566:10) {#if !isopen && starttime && timeformat}
|
|
13089
|
+
function create_if_block_11(ctx) {
|
|
13009
13090
|
let div1;
|
|
13010
13091
|
let div0;
|
|
13011
13092
|
let t0_value = /*$_*/ ctx[35]('opens') + "";
|
|
@@ -13033,13 +13114,13 @@
|
|
|
13033
13114
|
html_tag = new HtmlTag(false);
|
|
13034
13115
|
t4 = space();
|
|
13035
13116
|
html_tag_1 = new HtmlTag(false);
|
|
13036
|
-
add_location(span, file$1,
|
|
13117
|
+
add_location(span, file$1, 569, 16, 21768);
|
|
13037
13118
|
attr_dev(div0, "class", "ClosedGame");
|
|
13038
|
-
add_location(div0, file$1,
|
|
13119
|
+
add_location(div0, file$1, 567, 14, 21697);
|
|
13039
13120
|
html_tag.a = t4;
|
|
13040
13121
|
html_tag_1.a = null;
|
|
13041
13122
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
13042
|
-
add_location(div1, file$1,
|
|
13123
|
+
add_location(div1, file$1, 566, 12, 21650);
|
|
13043
13124
|
},
|
|
13044
13125
|
m: function mount(target, anchor) {
|
|
13045
13126
|
insert_dev(target, div1, anchor);
|
|
@@ -13066,17 +13147,17 @@
|
|
|
13066
13147
|
|
|
13067
13148
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13068
13149
|
block,
|
|
13069
|
-
id:
|
|
13150
|
+
id: create_if_block_11.name,
|
|
13070
13151
|
type: "if",
|
|
13071
|
-
source: "(
|
|
13152
|
+
source: "(566:10) {#if !isopen && starttime && timeformat}",
|
|
13072
13153
|
ctx
|
|
13073
13154
|
});
|
|
13074
13155
|
|
|
13075
13156
|
return block;
|
|
13076
13157
|
}
|
|
13077
13158
|
|
|
13078
|
-
// (
|
|
13079
|
-
function
|
|
13159
|
+
// (599:70)
|
|
13160
|
+
function create_if_block_8$1(ctx) {
|
|
13080
13161
|
let div1;
|
|
13081
13162
|
let div0;
|
|
13082
13163
|
let t0;
|
|
@@ -13107,11 +13188,11 @@
|
|
|
13107
13188
|
t1 = space();
|
|
13108
13189
|
html_tag_1 = new HtmlTag(false);
|
|
13109
13190
|
attr_dev(div0, "class", "LiveIcons");
|
|
13110
|
-
add_location(div0, file$1,
|
|
13191
|
+
add_location(div0, file$1, 600, 14, 23619);
|
|
13111
13192
|
html_tag.a = t1;
|
|
13112
13193
|
html_tag_1.a = null;
|
|
13113
13194
|
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
13114
|
-
add_location(div1, file$1,
|
|
13195
|
+
add_location(div1, file$1, 599, 12, 23562);
|
|
13115
13196
|
},
|
|
13116
13197
|
m: function mount(target, anchor) {
|
|
13117
13198
|
insert_dev(target, div1, anchor);
|
|
@@ -13170,17 +13251,17 @@
|
|
|
13170
13251
|
|
|
13171
13252
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13172
13253
|
block,
|
|
13173
|
-
id:
|
|
13254
|
+
id: create_if_block_8$1.name,
|
|
13174
13255
|
type: "if",
|
|
13175
|
-
source: "(
|
|
13256
|
+
source: "(599:70) ",
|
|
13176
13257
|
ctx
|
|
13177
13258
|
});
|
|
13178
13259
|
|
|
13179
13260
|
return block;
|
|
13180
13261
|
}
|
|
13181
13262
|
|
|
13182
|
-
// (
|
|
13183
|
-
function
|
|
13263
|
+
// (578:10) {#if isopen && displaytype && displaytype === BLACKJACK}
|
|
13264
|
+
function create_if_block_6$1(ctx) {
|
|
13184
13265
|
let div1;
|
|
13185
13266
|
let div0;
|
|
13186
13267
|
let t0;
|
|
@@ -13191,7 +13272,7 @@
|
|
|
13191
13272
|
let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
|
|
13192
13273
|
|
|
13193
13274
|
function select_block_type_1(ctx, dirty) {
|
|
13194
|
-
if (/*istablefull*/ ctx[32]) return
|
|
13275
|
+
if (/*istablefull*/ ctx[32]) return create_if_block_7$1;
|
|
13195
13276
|
return create_else_block$1;
|
|
13196
13277
|
}
|
|
13197
13278
|
|
|
@@ -13208,12 +13289,12 @@
|
|
|
13208
13289
|
t1 = space();
|
|
13209
13290
|
html_tag_1 = new HtmlTag(false);
|
|
13210
13291
|
attr_dev(div0, "class", "LiveIcons");
|
|
13211
|
-
add_location(div0, file$1,
|
|
13292
|
+
add_location(div0, file$1, 579, 14, 22225);
|
|
13212
13293
|
html_tag.a = t1;
|
|
13213
13294
|
html_tag_1.a = null;
|
|
13214
13295
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
13215
13296
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
13216
|
-
add_location(div1, file$1,
|
|
13297
|
+
add_location(div1, file$1, 578, 12, 22118);
|
|
13217
13298
|
},
|
|
13218
13299
|
m: function mount(target, anchor) {
|
|
13219
13300
|
insert_dev(target, div1, anchor);
|
|
@@ -13248,21 +13329,21 @@
|
|
|
13248
13329
|
|
|
13249
13330
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13250
13331
|
block,
|
|
13251
|
-
id:
|
|
13332
|
+
id: create_if_block_6$1.name,
|
|
13252
13333
|
type: "if",
|
|
13253
|
-
source: "(
|
|
13334
|
+
source: "(578:10) {#if isopen && displaytype && displaytype === BLACKJACK}",
|
|
13254
13335
|
ctx
|
|
13255
13336
|
});
|
|
13256
13337
|
|
|
13257
13338
|
return block;
|
|
13258
13339
|
}
|
|
13259
13340
|
|
|
13260
|
-
// (
|
|
13261
|
-
function
|
|
13341
|
+
// (603:18) {#if roulleteresults && roulleteresults[i]}
|
|
13342
|
+
function create_if_block_9$1(ctx) {
|
|
13262
13343
|
let if_block_anchor;
|
|
13263
13344
|
|
|
13264
13345
|
function select_block_type_2(ctx, dirty) {
|
|
13265
|
-
if (/*isdouble*/ ctx[29]) return
|
|
13346
|
+
if (/*isdouble*/ ctx[29]) return create_if_block_10;
|
|
13266
13347
|
return create_else_block_1;
|
|
13267
13348
|
}
|
|
13268
13349
|
|
|
@@ -13299,16 +13380,16 @@
|
|
|
13299
13380
|
|
|
13300
13381
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13301
13382
|
block,
|
|
13302
|
-
id:
|
|
13383
|
+
id: create_if_block_9$1.name,
|
|
13303
13384
|
type: "if",
|
|
13304
|
-
source: "(
|
|
13385
|
+
source: "(603:18) {#if roulleteresults && roulleteresults[i]}",
|
|
13305
13386
|
ctx
|
|
13306
13387
|
});
|
|
13307
13388
|
|
|
13308
13389
|
return block;
|
|
13309
13390
|
}
|
|
13310
13391
|
|
|
13311
|
-
// (
|
|
13392
|
+
// (609:20) {:else}
|
|
13312
13393
|
function create_else_block_1(ctx) {
|
|
13313
13394
|
let html_tag;
|
|
13314
13395
|
let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, /*i*/ ctx[106], /*roulleteresults*/ ctx[14][/*i*/ ctx[106]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]]]) + "";
|
|
@@ -13337,15 +13418,15 @@
|
|
|
13337
13418
|
block,
|
|
13338
13419
|
id: create_else_block_1.name,
|
|
13339
13420
|
type: "else",
|
|
13340
|
-
source: "(
|
|
13421
|
+
source: "(609:20) {:else}",
|
|
13341
13422
|
ctx
|
|
13342
13423
|
});
|
|
13343
13424
|
|
|
13344
13425
|
return block;
|
|
13345
13426
|
}
|
|
13346
13427
|
|
|
13347
|
-
// (
|
|
13348
|
-
function
|
|
13428
|
+
// (604:20) {#if isdouble}
|
|
13429
|
+
function create_if_block_10(ctx) {
|
|
13349
13430
|
let div;
|
|
13350
13431
|
let html_tag;
|
|
13351
13432
|
let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]]) + "";
|
|
@@ -13364,7 +13445,7 @@
|
|
|
13364
13445
|
html_tag.a = t0;
|
|
13365
13446
|
html_tag_1.a = t1;
|
|
13366
13447
|
attr_dev(div, "class", "Double");
|
|
13367
|
-
add_location(div, file$1,
|
|
13448
|
+
add_location(div, file$1, 604, 22, 23861);
|
|
13368
13449
|
},
|
|
13369
13450
|
m: function mount(target, anchor) {
|
|
13370
13451
|
insert_dev(target, div, anchor);
|
|
@@ -13384,19 +13465,19 @@
|
|
|
13384
13465
|
|
|
13385
13466
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13386
13467
|
block,
|
|
13387
|
-
id:
|
|
13468
|
+
id: create_if_block_10.name,
|
|
13388
13469
|
type: "if",
|
|
13389
|
-
source: "(
|
|
13470
|
+
source: "(604:20) {#if isdouble}",
|
|
13390
13471
|
ctx
|
|
13391
13472
|
});
|
|
13392
13473
|
|
|
13393
13474
|
return block;
|
|
13394
13475
|
}
|
|
13395
13476
|
|
|
13396
|
-
// (
|
|
13477
|
+
// (602:16) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
13397
13478
|
function create_each_block_1(ctx) {
|
|
13398
13479
|
let if_block_anchor;
|
|
13399
|
-
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]] &&
|
|
13480
|
+
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]] && create_if_block_9$1(ctx);
|
|
13400
13481
|
|
|
13401
13482
|
const block = {
|
|
13402
13483
|
c: function create() {
|
|
@@ -13412,7 +13493,7 @@
|
|
|
13412
13493
|
if (if_block) {
|
|
13413
13494
|
if_block.p(ctx, dirty);
|
|
13414
13495
|
} else {
|
|
13415
|
-
if_block =
|
|
13496
|
+
if_block = create_if_block_9$1(ctx);
|
|
13416
13497
|
if_block.c();
|
|
13417
13498
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
13418
13499
|
}
|
|
@@ -13431,14 +13512,14 @@
|
|
|
13431
13512
|
block,
|
|
13432
13513
|
id: create_each_block_1.name,
|
|
13433
13514
|
type: "each",
|
|
13434
|
-
source: "(
|
|
13515
|
+
source: "(602:16) {#each new Array(numberofdisplayedresults) as garbage, i}",
|
|
13435
13516
|
ctx
|
|
13436
13517
|
});
|
|
13437
13518
|
|
|
13438
13519
|
return block;
|
|
13439
13520
|
}
|
|
13440
13521
|
|
|
13441
|
-
// (
|
|
13522
|
+
// (585:16) {:else}
|
|
13442
13523
|
function create_else_block$1(ctx) {
|
|
13443
13524
|
let each_1_anchor;
|
|
13444
13525
|
let each_value = /*seats*/ ctx[24];
|
|
@@ -13501,15 +13582,15 @@
|
|
|
13501
13582
|
block,
|
|
13502
13583
|
id: create_else_block$1.name,
|
|
13503
13584
|
type: "else",
|
|
13504
|
-
source: "(
|
|
13585
|
+
source: "(585:16) {:else}",
|
|
13505
13586
|
ctx
|
|
13506
13587
|
});
|
|
13507
13588
|
|
|
13508
13589
|
return block;
|
|
13509
13590
|
}
|
|
13510
13591
|
|
|
13511
|
-
// (
|
|
13512
|
-
function
|
|
13592
|
+
// (581:16) {#if istablefull}
|
|
13593
|
+
function create_if_block_7$1(ctx) {
|
|
13513
13594
|
let span;
|
|
13514
13595
|
let t_value = /*$_*/ ctx[35]('full') + "";
|
|
13515
13596
|
let t;
|
|
@@ -13519,7 +13600,7 @@
|
|
|
13519
13600
|
span = element("span");
|
|
13520
13601
|
t = text(t_value);
|
|
13521
13602
|
attr_dev(span, "class", "FullTable");
|
|
13522
|
-
add_location(span, file$1,
|
|
13603
|
+
add_location(span, file$1, 581, 18, 22301);
|
|
13523
13604
|
},
|
|
13524
13605
|
m: function mount(target, anchor) {
|
|
13525
13606
|
insert_dev(target, span, anchor);
|
|
@@ -13535,16 +13616,16 @@
|
|
|
13535
13616
|
|
|
13536
13617
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13537
13618
|
block,
|
|
13538
|
-
id:
|
|
13619
|
+
id: create_if_block_7$1.name,
|
|
13539
13620
|
type: "if",
|
|
13540
|
-
source: "(
|
|
13621
|
+
source: "(581:16) {#if istablefull}",
|
|
13541
13622
|
ctx
|
|
13542
13623
|
});
|
|
13543
13624
|
|
|
13544
13625
|
return block;
|
|
13545
13626
|
}
|
|
13546
13627
|
|
|
13547
|
-
// (
|
|
13628
|
+
// (586:18) {#each seats as seatData}
|
|
13548
13629
|
function create_each_block$1(ctx) {
|
|
13549
13630
|
let span;
|
|
13550
13631
|
let svg;
|
|
@@ -13561,20 +13642,20 @@
|
|
|
13561
13642
|
path1 = svg_element("path");
|
|
13562
13643
|
t = space();
|
|
13563
13644
|
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");
|
|
13564
|
-
add_location(path0, file$1,
|
|
13645
|
+
add_location(path0, file$1, 588, 24, 22698);
|
|
13565
13646
|
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");
|
|
13566
|
-
add_location(path1, file$1,
|
|
13647
|
+
add_location(path1, file$1, 589, 24, 23076);
|
|
13567
13648
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13568
13649
|
attr_dev(svg, "width", "13");
|
|
13569
13650
|
attr_dev(svg, "height", "14");
|
|
13570
13651
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13571
|
-
add_location(svg, file$1,
|
|
13652
|
+
add_location(svg, file$1, 587, 22, 22590);
|
|
13572
13653
|
|
|
13573
13654
|
attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[101].toString())
|
|
13574
13655
|
? 'ClosedSeat'
|
|
13575
13656
|
: 'OpenSeat');
|
|
13576
13657
|
|
|
13577
|
-
add_location(span, file$1,
|
|
13658
|
+
add_location(span, file$1, 586, 20, 22473);
|
|
13578
13659
|
},
|
|
13579
13660
|
m: function mount(target, anchor) {
|
|
13580
13661
|
insert_dev(target, span, anchor);
|
|
@@ -13599,15 +13680,15 @@
|
|
|
13599
13680
|
block,
|
|
13600
13681
|
id: create_each_block$1.name,
|
|
13601
13682
|
type: "each",
|
|
13602
|
-
source: "(
|
|
13683
|
+
source: "(586:18) {#each seats as seatData}",
|
|
13603
13684
|
ctx
|
|
13604
13685
|
});
|
|
13605
13686
|
|
|
13606
13687
|
return block;
|
|
13607
13688
|
}
|
|
13608
13689
|
|
|
13609
|
-
// (
|
|
13610
|
-
function
|
|
13690
|
+
// (638:56)
|
|
13691
|
+
function create_if_block_4$1(ctx) {
|
|
13611
13692
|
let div;
|
|
13612
13693
|
let svg;
|
|
13613
13694
|
let path;
|
|
@@ -13617,18 +13698,18 @@
|
|
|
13617
13698
|
div = element("div");
|
|
13618
13699
|
svg = svg_element("svg");
|
|
13619
13700
|
path = svg_element("path");
|
|
13620
|
-
set_style(path, "fill", "var(--
|
|
13701
|
+
set_style(path, "fill", "var(--emw--casino-thumbnail-animation-color, #FFFFFF)");
|
|
13621
13702
|
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");
|
|
13622
|
-
add_location(path, file$1,
|
|
13703
|
+
add_location(path, file$1, 640, 12, 27649);
|
|
13623
13704
|
attr_dev(svg, "version", "1.1");
|
|
13624
13705
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13625
13706
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13626
13707
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13627
13708
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13628
13709
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13629
|
-
add_location(svg, file$1,
|
|
13710
|
+
add_location(svg, file$1, 639, 10, 27449);
|
|
13630
13711
|
attr_dev(div, "class", "FavIconContainer");
|
|
13631
|
-
add_location(div, file$1,
|
|
13712
|
+
add_location(div, file$1, 638, 8, 27408);
|
|
13632
13713
|
},
|
|
13633
13714
|
m: function mount(target, anchor) {
|
|
13634
13715
|
insert_dev(target, div, anchor);
|
|
@@ -13643,17 +13724,86 @@
|
|
|
13643
13724
|
|
|
13644
13725
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13645
13726
|
block,
|
|
13646
|
-
id:
|
|
13727
|
+
id: create_if_block_4$1.name,
|
|
13647
13728
|
type: "if",
|
|
13648
|
-
source: "(
|
|
13729
|
+
source: "(638:56) ",
|
|
13649
13730
|
ctx
|
|
13650
13731
|
});
|
|
13651
13732
|
|
|
13652
13733
|
return block;
|
|
13653
13734
|
}
|
|
13654
13735
|
|
|
13655
|
-
// (
|
|
13656
|
-
function
|
|
13736
|
+
// (621:6) {#if !isMobile(userAgent)}
|
|
13737
|
+
function create_if_block_1$1(ctx) {
|
|
13738
|
+
let div;
|
|
13739
|
+
let span;
|
|
13740
|
+
let t;
|
|
13741
|
+
|
|
13742
|
+
function select_block_type_4(ctx, dirty) {
|
|
13743
|
+
if (/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]) return create_if_block_2$1;
|
|
13744
|
+
if (!/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16]) return create_if_block_3$1;
|
|
13745
|
+
}
|
|
13746
|
+
|
|
13747
|
+
let current_block_type = select_block_type_4(ctx);
|
|
13748
|
+
let if_block = current_block_type && current_block_type(ctx);
|
|
13749
|
+
|
|
13750
|
+
const block = {
|
|
13751
|
+
c: function create() {
|
|
13752
|
+
div = element("div");
|
|
13753
|
+
span = element("span");
|
|
13754
|
+
t = space();
|
|
13755
|
+
if (if_block) if_block.c();
|
|
13756
|
+
attr_dev(span, "class", "GameInfoVendor");
|
|
13757
|
+
set_style(span, "background-image", "url(" + /*gamevendor*/ ctx[5] + ")");
|
|
13758
|
+
add_location(span, file$1, 622, 10, 24810);
|
|
13759
|
+
attr_dev(div, "class", "GameTopContainer");
|
|
13760
|
+
add_location(div, file$1, 621, 8, 24769);
|
|
13761
|
+
},
|
|
13762
|
+
m: function mount(target, anchor) {
|
|
13763
|
+
insert_dev(target, div, anchor);
|
|
13764
|
+
append_dev(div, span);
|
|
13765
|
+
append_dev(div, t);
|
|
13766
|
+
if (if_block) if_block.m(div, null);
|
|
13767
|
+
},
|
|
13768
|
+
p: function update(ctx, dirty) {
|
|
13769
|
+
if (dirty[0] & /*gamevendor*/ 32) {
|
|
13770
|
+
set_style(span, "background-image", "url(" + /*gamevendor*/ ctx[5] + ")");
|
|
13771
|
+
}
|
|
13772
|
+
|
|
13773
|
+
if (current_block_type === (current_block_type = select_block_type_4(ctx)) && if_block) {
|
|
13774
|
+
if_block.p(ctx, dirty);
|
|
13775
|
+
} else {
|
|
13776
|
+
if (if_block) if_block.d(1);
|
|
13777
|
+
if_block = current_block_type && current_block_type(ctx);
|
|
13778
|
+
|
|
13779
|
+
if (if_block) {
|
|
13780
|
+
if_block.c();
|
|
13781
|
+
if_block.m(div, null);
|
|
13782
|
+
}
|
|
13783
|
+
}
|
|
13784
|
+
},
|
|
13785
|
+
d: function destroy(detaching) {
|
|
13786
|
+
if (detaching) detach_dev(div);
|
|
13787
|
+
|
|
13788
|
+
if (if_block) {
|
|
13789
|
+
if_block.d();
|
|
13790
|
+
}
|
|
13791
|
+
}
|
|
13792
|
+
};
|
|
13793
|
+
|
|
13794
|
+
dispatch_dev("SvelteRegisterBlock", {
|
|
13795
|
+
block,
|
|
13796
|
+
id: create_if_block_1$1.name,
|
|
13797
|
+
type: "if",
|
|
13798
|
+
source: "(621:6) {#if !isMobile(userAgent)}",
|
|
13799
|
+
ctx
|
|
13800
|
+
});
|
|
13801
|
+
|
|
13802
|
+
return block;
|
|
13803
|
+
}
|
|
13804
|
+
|
|
13805
|
+
// (630:48)
|
|
13806
|
+
function create_if_block_3$1(ctx) {
|
|
13657
13807
|
let div;
|
|
13658
13808
|
let svg;
|
|
13659
13809
|
let path;
|
|
@@ -13665,22 +13815,20 @@
|
|
|
13665
13815
|
div = element("div");
|
|
13666
13816
|
svg = svg_element("svg");
|
|
13667
13817
|
path = svg_element("path");
|
|
13668
|
-
|
|
13669
|
-
attr_dev(path, "
|
|
13670
|
-
|
|
13671
|
-
attr_dev(
|
|
13672
|
-
attr_dev(
|
|
13673
|
-
|
|
13818
|
+
attr_dev(path, "id", "Subtraction_3");
|
|
13819
|
+
attr_dev(path, "data-name", "Subtraction 3");
|
|
13820
|
+
attr_dev(path, "d", "M1911-7475a16.89,16.89,0,0,1-12.021-4.979A16.889,16.889,0,0,1,1894-7492a16.889,16.889,0,0,1,4.979-12.021A16.889,16.889,0,0,1,1911-7509a16.889,16.889,0,0,1,12.021,4.979A16.888,16.888,0,0,1,1928-7492a16.889,16.889,0,0,1-4.979,12.021A16.89,16.89,0,0,1,1911-7475Zm.009-9.883h0l5.7,3.008a.909.909,0,0,0,.405.087.779.779,0,0,0,.492-.173.892.892,0,0,0,.347-.811l-1.1-6.335,4.6-4.483a.8.8,0,0,0,.2-.869.768.768,0,0,0-.665-.579l-6.364-.925-2.864-5.786a.836.836,0,0,0-.752-.463.832.832,0,0,0-.752.463l-2.864,5.786-6.366.925a.887.887,0,0,0-.693.579.873.873,0,0,0,.2.869l4.63,4.483-1.1,6.335a.8.8,0,0,0,.349.811.765.765,0,0,0,.476.161.944.944,0,0,0,.419-.1l5.7-2.979Zm-5.672,1.678v0l1.072-6.306-4.572-4.483,6.336-.925,2.836-5.757,2.834,5.757,6.336.925-4.57,4.483,1.07,6.305-5.67-2.977-5.671,2.979Z");
|
|
13821
|
+
attr_dev(path, "transform", "translate(-1893.999 7509)");
|
|
13822
|
+
attr_dev(path, "opacity", "0.6");
|
|
13823
|
+
add_location(path, file$1, 632, 16, 26377);
|
|
13674
13824
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13675
|
-
attr_dev(svg, "
|
|
13676
|
-
attr_dev(svg, "
|
|
13677
|
-
attr_dev(svg, "
|
|
13678
|
-
attr_dev(svg, "viewBox", "0 0
|
|
13679
|
-
|
|
13680
|
-
attr_dev(svg, "xml:space", "preserve");
|
|
13681
|
-
add_location(svg, file$1, 620, 12, 23484);
|
|
13825
|
+
attr_dev(svg, "class", "UnfavoredIcon");
|
|
13826
|
+
attr_dev(svg, "width", "34");
|
|
13827
|
+
attr_dev(svg, "height", "34");
|
|
13828
|
+
attr_dev(svg, "viewBox", "0 0 34 34");
|
|
13829
|
+
add_location(svg, file$1, 631, 14, 26255);
|
|
13682
13830
|
attr_dev(div, "class", "FavIconContainer");
|
|
13683
|
-
add_location(div, file$1,
|
|
13831
|
+
add_location(div, file$1, 630, 12, 26164);
|
|
13684
13832
|
},
|
|
13685
13833
|
m: function mount(target, anchor) {
|
|
13686
13834
|
insert_dev(target, div, anchor);
|
|
@@ -13702,17 +13850,17 @@
|
|
|
13702
13850
|
|
|
13703
13851
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13704
13852
|
block,
|
|
13705
|
-
id:
|
|
13853
|
+
id: create_if_block_3$1.name,
|
|
13706
13854
|
type: "if",
|
|
13707
|
-
source: "(
|
|
13855
|
+
source: "(630:48) ",
|
|
13708
13856
|
ctx
|
|
13709
13857
|
});
|
|
13710
13858
|
|
|
13711
13859
|
return block;
|
|
13712
13860
|
}
|
|
13713
13861
|
|
|
13714
|
-
// (
|
|
13715
|
-
function
|
|
13862
|
+
// (624:10) {#if gamefavorite && isLoggedIn && favorites}
|
|
13863
|
+
function create_if_block_2$1(ctx) {
|
|
13716
13864
|
let div;
|
|
13717
13865
|
let svg;
|
|
13718
13866
|
let path;
|
|
@@ -13724,18 +13872,20 @@
|
|
|
13724
13872
|
div = element("div");
|
|
13725
13873
|
svg = svg_element("svg");
|
|
13726
13874
|
path = svg_element("path");
|
|
13727
|
-
|
|
13728
|
-
attr_dev(path, "
|
|
13729
|
-
|
|
13730
|
-
attr_dev(
|
|
13731
|
-
attr_dev(
|
|
13875
|
+
attr_dev(path, "id", "Subtraction_4");
|
|
13876
|
+
attr_dev(path, "data-name", "Subtraction 4");
|
|
13877
|
+
attr_dev(path, "d", "M1911-7475a16.89,16.89,0,0,1-12.021-4.979A16.889,16.889,0,0,1,1894-7492a16.889,16.889,0,0,1,4.979-12.021A16.889,16.889,0,0,1,1911-7509a16.889,16.889,0,0,1,12.021,4.979A16.888,16.888,0,0,1,1928-7492a16.889,16.889,0,0,1-4.979,12.021A16.89,16.89,0,0,1,1911-7475Zm.009-9.883h0l5.7,3.008a.909.909,0,0,0,.405.087.779.779,0,0,0,.492-.173.892.892,0,0,0,.347-.811l-1.1-6.335,4.6-4.483a.8.8,0,0,0,.2-.869.768.768,0,0,0-.665-.579l-6.364-.925-2.864-5.786a.836.836,0,0,0-.752-.463.832.832,0,0,0-.752.463l-2.864,5.786-6.366.925a.887.887,0,0,0-.693.579.873.873,0,0,0,.2.869l4.63,4.483-1.1,6.335a.8.8,0,0,0,.349.811.765.765,0,0,0,.476.161.944.944,0,0,0,.419-.1l5.7-2.979Zm-5.672,1.678v0l1.072-6.306-4.572-4.483,6.336-.925,2.836-5.757,2.834,5.757,6.336.925-4.57,4.483,1.07,6.305-5.67-2.977-5.671,2.979Z");
|
|
13878
|
+
attr_dev(path, "transform", "translate(-1893.999 7509)");
|
|
13879
|
+
attr_dev(path, "fill", "#fff");
|
|
13880
|
+
add_location(path, file$1, 626, 16, 25170);
|
|
13732
13881
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13733
|
-
attr_dev(svg, "
|
|
13734
|
-
attr_dev(svg, "
|
|
13735
|
-
attr_dev(svg, "
|
|
13736
|
-
|
|
13882
|
+
attr_dev(svg, "class", "FavoredIcon");
|
|
13883
|
+
attr_dev(svg, "width", "34");
|
|
13884
|
+
attr_dev(svg, "height", "34");
|
|
13885
|
+
attr_dev(svg, "viewBox", "0 0 34 34");
|
|
13886
|
+
add_location(svg, file$1, 625, 14, 25050);
|
|
13737
13887
|
attr_dev(div, "class", "FavIconContainer");
|
|
13738
|
-
add_location(div, file$1,
|
|
13888
|
+
add_location(div, file$1, 624, 12, 24959);
|
|
13739
13889
|
},
|
|
13740
13890
|
m: function mount(target, anchor) {
|
|
13741
13891
|
insert_dev(target, div, anchor);
|
|
@@ -13757,16 +13907,16 @@
|
|
|
13757
13907
|
|
|
13758
13908
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13759
13909
|
block,
|
|
13760
|
-
id:
|
|
13910
|
+
id: create_if_block_2$1.name,
|
|
13761
13911
|
type: "if",
|
|
13762
|
-
source: "(
|
|
13912
|
+
source: "(624:10) {#if gamefavorite && isLoggedIn && favorites}",
|
|
13763
13913
|
ctx
|
|
13764
13914
|
});
|
|
13765
13915
|
|
|
13766
13916
|
return block;
|
|
13767
13917
|
}
|
|
13768
13918
|
|
|
13769
|
-
// (
|
|
13919
|
+
// (647:2) {#if showgamename === 'true'}
|
|
13770
13920
|
function create_if_block$1(ctx) {
|
|
13771
13921
|
let p;
|
|
13772
13922
|
let t;
|
|
@@ -13777,7 +13927,7 @@
|
|
|
13777
13927
|
t = text(/*gamename*/ ctx[4]);
|
|
13778
13928
|
attr_dev(p, "class", "GameNameBelow");
|
|
13779
13929
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13780
|
-
add_location(p, file$1,
|
|
13930
|
+
add_location(p, file$1, 647, 4, 28137);
|
|
13781
13931
|
},
|
|
13782
13932
|
m: function mount(target, anchor) {
|
|
13783
13933
|
insert_dev(target, p, anchor);
|
|
@@ -13799,7 +13949,7 @@
|
|
|
13799
13949
|
block,
|
|
13800
13950
|
id: create_if_block$1.name,
|
|
13801
13951
|
type: "if",
|
|
13802
|
-
source: "(
|
|
13952
|
+
source: "(647:2) {#if showgamename === 'true'}",
|
|
13803
13953
|
ctx
|
|
13804
13954
|
});
|
|
13805
13955
|
|
|
@@ -13815,43 +13965,28 @@
|
|
|
13815
13965
|
let t0;
|
|
13816
13966
|
let div1;
|
|
13817
13967
|
let div0;
|
|
13818
|
-
let p;
|
|
13819
13968
|
let t1;
|
|
13969
|
+
let div3;
|
|
13970
|
+
let div2;
|
|
13820
13971
|
let t2;
|
|
13821
13972
|
let t3;
|
|
13822
|
-
let span;
|
|
13823
|
-
let t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "";
|
|
13824
13973
|
let t4;
|
|
13825
|
-
let t5;
|
|
13826
|
-
let div3;
|
|
13827
|
-
let div2;
|
|
13828
|
-
let t6;
|
|
13829
|
-
let t7;
|
|
13830
|
-
let t8;
|
|
13831
13974
|
let show_if;
|
|
13832
|
-
let show_if_1;
|
|
13833
|
-
let show_if_2;
|
|
13834
13975
|
let div4_class_value;
|
|
13835
|
-
let
|
|
13976
|
+
let t5;
|
|
13836
13977
|
let div5_class_value;
|
|
13837
|
-
let if_block0 = /*lang*/ ctx[1] &&
|
|
13838
|
-
let if_block1 = /*gameisnew*/ ctx[7] &&
|
|
13839
|
-
let if_block2 = /*gametag*/ ctx[8] &&
|
|
13840
|
-
let if_block3 = /*livegamedata*/ ctx[13] &&
|
|
13978
|
+
let if_block0 = /*lang*/ ctx[1] && create_if_block_14(ctx);
|
|
13979
|
+
let if_block1 = /*gameisnew*/ ctx[7] && create_if_block_13(ctx);
|
|
13980
|
+
let if_block2 = /*gametag*/ ctx[8] && create_if_block_12(ctx);
|
|
13981
|
+
let if_block3 = /*livegamedata*/ ctx[13] && create_if_block_5$1(ctx);
|
|
13841
13982
|
|
|
13842
13983
|
function select_block_type_3(ctx, dirty) {
|
|
13843
|
-
if (
|
|
13844
|
-
if (dirty[0] & /*gamefavorite, isLoggedIn*/ 65537) show_if_1 = null;
|
|
13845
|
-
if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if_2 = null;
|
|
13846
|
-
if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13984
|
+
if (show_if == null) show_if = !!!isMobile(/*userAgent*/ ctx[36]);
|
|
13847
13985
|
if (show_if) return create_if_block_1$1;
|
|
13848
|
-
if (
|
|
13849
|
-
if (show_if_1) return create_if_block_2$1;
|
|
13850
|
-
if (show_if_2 == null) show_if_2 = !!(isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13851
|
-
if (show_if_2) return create_if_block_3$1;
|
|
13986
|
+
if (/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]) return create_if_block_4$1;
|
|
13852
13987
|
}
|
|
13853
13988
|
|
|
13854
|
-
let current_block_type = select_block_type_3(ctx
|
|
13989
|
+
let current_block_type = select_block_type_3(ctx);
|
|
13855
13990
|
let if_block4 = current_block_type && current_block_type(ctx);
|
|
13856
13991
|
let if_block5 = /*showgamename*/ ctx[10] === 'true' && create_if_block$1(ctx);
|
|
13857
13992
|
|
|
@@ -13863,57 +13998,46 @@
|
|
|
13863
13998
|
t0 = space();
|
|
13864
13999
|
div1 = element("div");
|
|
13865
14000
|
div0 = element("div");
|
|
13866
|
-
p = element("p");
|
|
13867
|
-
t1 = text(/*gamename*/ ctx[4]);
|
|
13868
|
-
t2 = space();
|
|
13869
14001
|
if (if_block0) if_block0.c();
|
|
13870
|
-
|
|
13871
|
-
span = element("span");
|
|
13872
|
-
t4 = text(t4_value);
|
|
13873
|
-
t5 = space();
|
|
14002
|
+
t1 = space();
|
|
13874
14003
|
div3 = element("div");
|
|
13875
14004
|
div2 = element("div");
|
|
13876
14005
|
if (if_block1) if_block1.c();
|
|
13877
|
-
|
|
14006
|
+
t2 = space();
|
|
13878
14007
|
if (if_block2) if_block2.c();
|
|
13879
|
-
|
|
14008
|
+
t3 = space();
|
|
13880
14009
|
if (if_block3) if_block3.c();
|
|
13881
|
-
|
|
14010
|
+
t4 = space();
|
|
13882
14011
|
if (if_block4) if_block4.c();
|
|
13883
|
-
|
|
14012
|
+
t5 = space();
|
|
13884
14013
|
if (if_block5) if_block5.c();
|
|
13885
14014
|
this.c = noop$1;
|
|
13886
14015
|
if (!src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) attr_dev(img, "src", img_src_value);
|
|
13887
14016
|
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
|
|
13888
|
-
attr_dev(img, "alt", "");
|
|
14017
|
+
attr_dev(img, "alt", "Game thumbnail");
|
|
13889
14018
|
attr_dev(img, "loading", "lazy");
|
|
13890
|
-
add_location(img, file$1,
|
|
13891
|
-
attr_dev(p, "class", "GameInfoName");
|
|
13892
|
-
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13893
|
-
add_location(p, file$1, 539, 8, 18769);
|
|
14019
|
+
add_location(img, file$1, 535, 4, 18583);
|
|
13894
14020
|
attr_dev(div0, "class", "GameInfo");
|
|
13895
|
-
add_location(div0, file$1,
|
|
13896
|
-
attr_dev(span, "class", "GameInfoVendor");
|
|
13897
|
-
add_location(span, file$1, 544, 6, 18985);
|
|
14021
|
+
add_location(div0, file$1, 537, 6, 18771);
|
|
13898
14022
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
13899
|
-
add_location(div1, file$1,
|
|
14023
|
+
add_location(div1, file$1, 536, 4, 18735);
|
|
13900
14024
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
13901
|
-
add_location(div2, file$1,
|
|
14025
|
+
add_location(div2, file$1, 557, 6, 21310);
|
|
13902
14026
|
attr_dev(div3, "class", "GameExtraInfoContainer");
|
|
13903
|
-
add_location(div3, file$1,
|
|
14027
|
+
add_location(div3, file$1, 556, 4, 21267);
|
|
13904
14028
|
|
|
13905
14029
|
attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[32]
|
|
13906
14030
|
? 'GameInnerContainerUnavailable'
|
|
13907
14031
|
: ''));
|
|
13908
14032
|
|
|
13909
|
-
add_location(div4, file$1,
|
|
14033
|
+
add_location(div4, file$1, 534, 2, 18426);
|
|
13910
14034
|
|
|
13911
14035
|
attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[33]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
13912
14036
|
? 'CasinoGamesGridSlider'
|
|
13913
14037
|
: ''}`);
|
|
13914
14038
|
|
|
13915
14039
|
toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
|
|
13916
|
-
add_location(div5, file$1,
|
|
14040
|
+
add_location(div5, file$1, 533, 0, 18237);
|
|
13917
14041
|
},
|
|
13918
14042
|
l: function claim(nodes) {
|
|
13919
14043
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -13926,24 +14050,18 @@
|
|
|
13926
14050
|
append_dev(div4, t0);
|
|
13927
14051
|
append_dev(div4, div1);
|
|
13928
14052
|
append_dev(div1, div0);
|
|
13929
|
-
append_dev(div0, p);
|
|
13930
|
-
append_dev(p, t1);
|
|
13931
|
-
append_dev(div0, t2);
|
|
13932
14053
|
if (if_block0) if_block0.m(div0, null);
|
|
13933
|
-
append_dev(
|
|
13934
|
-
append_dev(div1, span);
|
|
13935
|
-
append_dev(span, t4);
|
|
13936
|
-
append_dev(div4, t5);
|
|
14054
|
+
append_dev(div4, t1);
|
|
13937
14055
|
append_dev(div4, div3);
|
|
13938
14056
|
append_dev(div3, div2);
|
|
13939
14057
|
if (if_block1) if_block1.m(div2, null);
|
|
13940
|
-
append_dev(div2,
|
|
14058
|
+
append_dev(div2, t2);
|
|
13941
14059
|
if (if_block2) if_block2.m(div2, null);
|
|
13942
|
-
append_dev(div2,
|
|
14060
|
+
append_dev(div2, t3);
|
|
13943
14061
|
if (if_block3) if_block3.m(div2, null);
|
|
13944
|
-
append_dev(div3,
|
|
14062
|
+
append_dev(div3, t4);
|
|
13945
14063
|
if (if_block4) if_block4.m(div3, null);
|
|
13946
|
-
append_dev(div5,
|
|
14064
|
+
append_dev(div5, t5);
|
|
13947
14065
|
if (if_block5) if_block5.m(div5, null);
|
|
13948
14066
|
/*div5_binding*/ ctx[67](div5);
|
|
13949
14067
|
},
|
|
@@ -13956,17 +14074,11 @@
|
|
|
13956
14074
|
attr_dev(img, "class", img_class_value);
|
|
13957
14075
|
}
|
|
13958
14076
|
|
|
13959
|
-
if (dirty[0] & /*gamename*/ 16) set_data_dev(t1, /*gamename*/ ctx[4]);
|
|
13960
|
-
|
|
13961
|
-
if (dirty[0] & /*gamename*/ 16) {
|
|
13962
|
-
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13963
|
-
}
|
|
13964
|
-
|
|
13965
14077
|
if (/*lang*/ ctx[1]) {
|
|
13966
14078
|
if (if_block0) {
|
|
13967
14079
|
if_block0.p(ctx, dirty);
|
|
13968
14080
|
} else {
|
|
13969
|
-
if_block0 =
|
|
14081
|
+
if_block0 = create_if_block_14(ctx);
|
|
13970
14082
|
if_block0.c();
|
|
13971
14083
|
if_block0.m(div0, null);
|
|
13972
14084
|
}
|
|
@@ -13975,15 +14087,13 @@
|
|
|
13975
14087
|
if_block0 = null;
|
|
13976
14088
|
}
|
|
13977
14089
|
|
|
13978
|
-
if (dirty[0] & /*gamevendor*/ 32 && t4_value !== (t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t4, t4_value);
|
|
13979
|
-
|
|
13980
14090
|
if (/*gameisnew*/ ctx[7]) {
|
|
13981
14091
|
if (if_block1) {
|
|
13982
14092
|
if_block1.p(ctx, dirty);
|
|
13983
14093
|
} else {
|
|
13984
|
-
if_block1 =
|
|
14094
|
+
if_block1 = create_if_block_13(ctx);
|
|
13985
14095
|
if_block1.c();
|
|
13986
|
-
if_block1.m(div2,
|
|
14096
|
+
if_block1.m(div2, t2);
|
|
13987
14097
|
}
|
|
13988
14098
|
} else if (if_block1) {
|
|
13989
14099
|
if_block1.d(1);
|
|
@@ -13994,9 +14104,9 @@
|
|
|
13994
14104
|
if (if_block2) {
|
|
13995
14105
|
if_block2.p(ctx, dirty);
|
|
13996
14106
|
} else {
|
|
13997
|
-
if_block2 =
|
|
14107
|
+
if_block2 = create_if_block_12(ctx);
|
|
13998
14108
|
if_block2.c();
|
|
13999
|
-
if_block2.m(div2,
|
|
14109
|
+
if_block2.m(div2, t3);
|
|
14000
14110
|
}
|
|
14001
14111
|
} else if (if_block2) {
|
|
14002
14112
|
if_block2.d(1);
|
|
@@ -14007,7 +14117,7 @@
|
|
|
14007
14117
|
if (if_block3) {
|
|
14008
14118
|
if_block3.p(ctx, dirty);
|
|
14009
14119
|
} else {
|
|
14010
|
-
if_block3 =
|
|
14120
|
+
if_block3 = create_if_block_5$1(ctx);
|
|
14011
14121
|
if_block3.c();
|
|
14012
14122
|
if_block3.m(div2, null);
|
|
14013
14123
|
}
|
|
@@ -14016,7 +14126,7 @@
|
|
|
14016
14126
|
if_block3 = null;
|
|
14017
14127
|
}
|
|
14018
14128
|
|
|
14019
|
-
if (current_block_type === (current_block_type = select_block_type_3(ctx
|
|
14129
|
+
if (current_block_type === (current_block_type = select_block_type_3(ctx)) && if_block4) {
|
|
14020
14130
|
if_block4.p(ctx, dirty);
|
|
14021
14131
|
} else {
|
|
14022
14132
|
if (if_block4) if_block4.d(1);
|
|
@@ -14456,7 +14566,7 @@
|
|
|
14456
14566
|
} // default case
|
|
14457
14567
|
};
|
|
14458
14568
|
|
|
14459
|
-
//Revert manually, commented changes are the current ones, will undo after deploy
|
|
14569
|
+
// Revert manually, commented changes are the current ones, will undo after deploy
|
|
14460
14570
|
const setLiveLobbyData = () => {
|
|
14461
14571
|
let url = new URL(`${livelobbyendpoint.split('?')[0]}`);
|
|
14462
14572
|
url.searchParams.append("platform", getDevice(userAgent));
|
|
@@ -14521,7 +14631,7 @@
|
|
|
14521
14631
|
|
|
14522
14632
|
if (numberofplayers) {
|
|
14523
14633
|
rightSideContent = `
|
|
14524
|
-
<svg fill="var(--
|
|
14634
|
+
<svg fill="var(--emw--casino-thumbnail-animation-color, #FFFFFF);" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>
|
|
14525
14635
|
<span class="NrOfPlayers">${numberofplayers}</span>`;
|
|
14526
14636
|
}
|
|
14527
14637
|
|
|
@@ -15127,11 +15237,11 @@
|
|
|
15127
15237
|
];
|
|
15128
15238
|
}
|
|
15129
15239
|
|
|
15130
|
-
class
|
|
15240
|
+
class CasinoGameThumbnailNd extends SvelteElement {
|
|
15131
15241
|
constructor(options) {
|
|
15132
15242
|
super();
|
|
15133
15243
|
const style = document.createElement('style');
|
|
15134
|
-
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;padding:8px 25px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.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:flex;justify-content:flex-end;align-items:center;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfoContainer{position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;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:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer:hover .UnfavoredIcon,.GameInnerContainer:active .UnfavoredIcon{display:flex}.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}.UnfavoredIcon{display:none}.FavIconContainer{display:flex;justify-content:center;align-items:center;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: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:12px;padding:2px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:8px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .UnfavoredIcon{width:14px;height:14px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:8px}}`;
|
|
15244
|
+
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:10px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--emw--border-radius-medium, 20px)}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:cover;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameTopContainer{display:flex;gap:10px}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top, var(--emw--casino-thumbnail-color-contrast, #000000), hsla(var(--emw--casino-thumbnail-color-h, 120), var(--emw--casino-thumbnail-color-s, 100%), var(--emw--casino-thumbnail-color-l, 50%), 0.7));z-index:15;padding:8px 12px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:var(--emw--color-typography, #FFFFFF);text-align:center;font-size:var(--emw--font-size-small, 14px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:10px;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-color-contrast, #000000) 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 30%));color:var(--emw--button-typography, #FFFFFF);font-size:var(--emw--font-size-small, 14px);border:2px solid var(--emw--button-border-color, #073B17);border-radius:var(--emw--border-radius-large, 20px);cursor:pointer;transition:border 1s ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emw--button-border-highlight-color, #FFF)}.GameInnerContainer .GameExtraInfoContainer{position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:0 4px 4px 4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:15}.GameInnerContainer .GameExtraInfoLabel{font-size:var(--emw--font-size-2x-small, 10px);padding:5px;background-color:transparent;color:var(--emw--button-typography, #FFFFFF);text-transform:uppercase;border-radius:var(--emw--border-radius-medium, 10px);border:1px solid var(--emw--button-typography, #FFFFFF)}.GameInnerContainer:hover,.GameInnerContainer:active{transition:2s;cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1);transition:1s}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{display:flex;align-items:center;gap:8px}.GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:var(--emw--color-typography, #FFFFFF);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400);width:40px;height:40px;background-size:contain;background-repeat:no-repeat;z-index:15}.GameNameBelow{color:var(--emw--casino-typography, #FFFFFF);position:relative;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:24px;height:24px}.FavIconContainer{display:flex;justify-content:center;align-items:center;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;transition:2s;background-image:linear-gradient(to top, var(--emw--casino-thumbnail-animation-color-contrast, #000000), rgba(0, 191, 114, 0.7))}.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(--emw--casino-thumbnail-animation-color, #FFFFFF);fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;border-radius:var(--emw--border-radius-small, 5px)}.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(--emw--casino-thumbnail-animation-color, #FFFFFF);fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;border-radius:var(--emw--border-radius-small, 5px)}.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(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;font-size:var(--emw--font-size-small, 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(--emw--casino-thumbnail-animation-color, #FFFFFF);border:1px solid var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:var(--emw--font-size-small, 14px);text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{margin:0 2px;margin-right:5px}}.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}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);border:1px solid var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.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(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .LiveIcons .Red{color:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .LiveIcons .Green{color:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.ListGame .GameInnerContainer .Blue{color:var(--emw--casino-thumbnail-animation-color-type-f, #4d90a7)}.ListGame .GameInnerContainer .Red{background-color:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .Black{background-color:var(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .Green{background-color:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.ListGame .GameInnerContainer .White{background-color:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:var(--emw--casino-thumbnail-animation-color-type-b, #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(--emw--casino-thumbnail-animation-color, #FFFFFF);background-image:linear-gradient(135deg, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 25%, transparent 25%, transparent 50%, var(--emw--casino-thumbnail-animation-color-type-a, #212121) 50%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 75%, transparent 75%, var(--emw--casino-thumbnail-animation-color, #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(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:var(--emw--border-radius-small, 5px);font-size:var(--emw--font-size-x-small, 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(--emw--casino-thumbnail-animation-color, #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(--emw--casino-thumbnail-animation-color, #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(--emw--casino-thumbnail-animation-color, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);font-size:var(--emw--font-size-medium, 16px)}.ListGame .GameInnerContainer .ClosedGame span{font-size:inherit}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emw--casino-thumbnail-animation-color-contrast, #000000);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-x-small, 12px)}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:inherit}.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 var(--emw--casino-thumbnail-animation-color, #FFFFFF);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: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:var(--emw--font-size-x-small, 12px)}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{padding:6px 8px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .UnfavoredIcon{width:25px;height:25px}.GameInfoVendor{width:45px;height:45px}.GameInnerContainer .GameExtraInfoContainer{padding-top:5px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 768px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:var(--emw--font-size-x-small, 12px);padding:6px}.GameInnerContainer .GameInfoWrapper{padding:8px 10px}}`;
|
|
15135
15245
|
this.shadowRoot.appendChild(style);
|
|
15136
15246
|
|
|
15137
15247
|
init(
|
|
@@ -15507,12 +15617,12 @@
|
|
|
15507
15617
|
}
|
|
15508
15618
|
}
|
|
15509
15619
|
|
|
15510
|
-
!customElements.get('casino-game-thumbnail') && customElements.define('casino-game-thumbnail',
|
|
15620
|
+
!customElements.get('casino-game-thumbnail-nd') && customElements.define('casino-game-thumbnail-nd', CasinoGameThumbnailNd);
|
|
15511
15621
|
|
|
15512
|
-
/* src/
|
|
15622
|
+
/* src/CasinoSearchNd.svelte generated by Svelte v3.59.2 */
|
|
15513
15623
|
|
|
15514
15624
|
const { Object: Object_1, console: console_1 } = globals;
|
|
15515
|
-
const file = "src/
|
|
15625
|
+
const file = "src/CasinoSearchNd.svelte";
|
|
15516
15626
|
|
|
15517
15627
|
function get_each_context(ctx, list, i) {
|
|
15518
15628
|
const child_ctx = ctx.slice();
|
|
@@ -15534,7 +15644,7 @@
|
|
|
15534
15644
|
small = element("small");
|
|
15535
15645
|
t = text(t_value);
|
|
15536
15646
|
attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[12] ? 'NotVisible' : ''));
|
|
15537
|
-
add_location(small, file, 312, 10,
|
|
15647
|
+
add_location(small, file, 312, 10, 10908);
|
|
15538
15648
|
},
|
|
15539
15649
|
m: function mount(target, anchor) {
|
|
15540
15650
|
insert_dev(target, small, anchor);
|
|
@@ -15596,7 +15706,7 @@
|
|
|
15596
15706
|
t1 = space();
|
|
15597
15707
|
if (if_block2) if_block2.c();
|
|
15598
15708
|
attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[16] == true ? '' : 'NotVisible'));
|
|
15599
|
-
add_location(div, file, 344, 6,
|
|
15709
|
+
add_location(div, file, 344, 6, 12898);
|
|
15600
15710
|
},
|
|
15601
15711
|
m: function mount(target, anchor) {
|
|
15602
15712
|
if (if_block0) if_block0.m(target, anchor);
|
|
@@ -15683,7 +15793,7 @@
|
|
|
15683
15793
|
p = element("p");
|
|
15684
15794
|
t = text(t_value);
|
|
15685
15795
|
attr_dev(p, "class", "LoadingContent");
|
|
15686
|
-
add_location(p, file, 320, 6,
|
|
15796
|
+
add_location(p, file, 320, 6, 11216);
|
|
15687
15797
|
},
|
|
15688
15798
|
m: function mount(target, anchor) {
|
|
15689
15799
|
insert_dev(target, p, anchor);
|
|
@@ -15719,7 +15829,7 @@
|
|
|
15719
15829
|
p = element("p");
|
|
15720
15830
|
t = text(t_value);
|
|
15721
15831
|
attr_dev(p, "class", "SearchMessage");
|
|
15722
|
-
add_location(p, file, 342, 8,
|
|
15832
|
+
add_location(p, file, 342, 8, 12830);
|
|
15723
15833
|
},
|
|
15724
15834
|
m: function mount(target, anchor) {
|
|
15725
15835
|
insert_dev(target, p, anchor);
|
|
@@ -15821,7 +15931,7 @@
|
|
|
15821
15931
|
p = element("p");
|
|
15822
15932
|
t = text(t_value);
|
|
15823
15933
|
attr_dev(p, "class", "SearchMessage");
|
|
15824
|
-
add_location(p, file, 324, 10,
|
|
15934
|
+
add_location(p, file, 324, 10, 11382);
|
|
15825
15935
|
},
|
|
15826
15936
|
m: function mount(target, anchor) {
|
|
15827
15937
|
insert_dev(target, p, anchor);
|
|
@@ -15864,9 +15974,9 @@
|
|
|
15864
15974
|
p = element("p");
|
|
15865
15975
|
t1 = text(t1_value);
|
|
15866
15976
|
attr_dev(p, "class", "SearchMessage");
|
|
15867
|
-
add_location(p, file, 338, 12,
|
|
15977
|
+
add_location(p, file, 338, 12, 12694);
|
|
15868
15978
|
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
15869
|
-
add_location(div, file, 327, 10,
|
|
15979
|
+
add_location(div, file, 327, 10, 11498);
|
|
15870
15980
|
},
|
|
15871
15981
|
m: function mount(target, anchor) {
|
|
15872
15982
|
insert_dev(target, div, anchor);
|
|
@@ -15933,32 +16043,32 @@
|
|
|
15933
16043
|
attr_dev(rect, "rx", "80");
|
|
15934
16044
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
15935
16045
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
15936
|
-
add_location(rect, file, 331, 16,
|
|
16046
|
+
add_location(rect, file, 331, 16, 11784);
|
|
15937
16047
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
15938
16048
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
15939
16049
|
attr_dev(path0, "stroke-width", "3");
|
|
15940
16050
|
attr_dev(path0, "stroke-linecap", "square");
|
|
15941
16051
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
15942
|
-
add_location(path0, file, 332, 16,
|
|
16052
|
+
add_location(path0, file, 332, 16, 11912);
|
|
15943
16053
|
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");
|
|
15944
16054
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
15945
16055
|
attr_dev(path1, "stroke-width", "3");
|
|
15946
16056
|
attr_dev(path1, "stroke-linecap", "round");
|
|
15947
16057
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
15948
|
-
add_location(path1, file, 333, 16,
|
|
16058
|
+
add_location(path1, file, 333, 16, 12068);
|
|
15949
16059
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
15950
16060
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
15951
16061
|
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");
|
|
15952
16062
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
15953
|
-
add_location(path2, file, 334, 16,
|
|
16063
|
+
add_location(path2, file, 334, 16, 12333);
|
|
15954
16064
|
attr_dev(svg, "width", "");
|
|
15955
16065
|
attr_dev(svg, "height", "");
|
|
15956
16066
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
15957
16067
|
attr_dev(svg, "fill", "none");
|
|
15958
16068
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
15959
|
-
add_location(svg, file, 330, 14,
|
|
16069
|
+
add_location(svg, file, 330, 14, 11674);
|
|
15960
16070
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
15961
|
-
add_location(div, file, 329, 12,
|
|
16071
|
+
add_location(div, file, 329, 12, 11630);
|
|
15962
16072
|
},
|
|
15963
16073
|
m: function mount(target, anchor) {
|
|
15964
16074
|
insert_dev(target, div, anchor);
|
|
@@ -16056,146 +16166,146 @@
|
|
|
16056
16166
|
|
|
16057
16167
|
// (347:10) {#each searchArray as game}
|
|
16058
16168
|
function create_each_block(ctx) {
|
|
16059
|
-
let
|
|
16060
|
-
let
|
|
16061
|
-
let
|
|
16062
|
-
let
|
|
16063
|
-
let
|
|
16064
|
-
let
|
|
16065
|
-
let
|
|
16066
|
-
let
|
|
16067
|
-
let
|
|
16068
|
-
let
|
|
16069
|
-
let
|
|
16070
|
-
let
|
|
16169
|
+
let casino_game_thumbnail_nd;
|
|
16170
|
+
let casino_game_thumbnail_nd_gamethumbnail_value;
|
|
16171
|
+
let casino_game_thumbnail_nd_gamename_value;
|
|
16172
|
+
let casino_game_thumbnail_nd_gamevendor_value;
|
|
16173
|
+
let casino_game_thumbnail_nd_gamelaunchurl_value;
|
|
16174
|
+
let casino_game_thumbnail_nd_gameisnew_value;
|
|
16175
|
+
let casino_game_thumbnail_nd_gametag_value;
|
|
16176
|
+
let casino_game_thumbnail_nd_gamecellsize_value;
|
|
16177
|
+
let casino_game_thumbnail_nd_gameid_value;
|
|
16178
|
+
let casino_game_thumbnail_nd_gamefunmode_value;
|
|
16179
|
+
let casino_game_thumbnail_nd_gamefavorite_value;
|
|
16180
|
+
let casino_game_thumbnail_nd_livelobbyendpoint_value;
|
|
16071
16181
|
|
|
16072
16182
|
const block = {
|
|
16073
16183
|
c: function create() {
|
|
16074
|
-
|
|
16075
|
-
set_custom_element_data(
|
|
16076
|
-
set_custom_element_data(
|
|
16077
|
-
set_custom_element_data(
|
|
16078
|
-
set_custom_element_data(
|
|
16079
|
-
set_custom_element_data(
|
|
16080
|
-
set_custom_element_data(
|
|
16081
|
-
set_custom_element_data(
|
|
16082
|
-
set_custom_element_data(
|
|
16083
|
-
set_custom_element_data(
|
|
16084
|
-
set_custom_element_data(
|
|
16085
|
-
set_custom_element_data(
|
|
16086
|
-
set_custom_element_data(
|
|
16087
|
-
set_custom_element_data(
|
|
16088
|
-
set_custom_element_data(
|
|
16089
|
-
set_custom_element_data(
|
|
16090
|
-
set_custom_element_data(
|
|
16091
|
-
|
|
16092
|
-
set_custom_element_data(
|
|
16184
|
+
casino_game_thumbnail_nd = element("casino-game-thumbnail-nd");
|
|
16185
|
+
set_custom_element_data(casino_game_thumbnail_nd, "endpoint", /*endpoint*/ ctx[0]);
|
|
16186
|
+
set_custom_element_data(casino_game_thumbnail_nd, "session", /*sessionID*/ ctx[18]);
|
|
16187
|
+
set_custom_element_data(casino_game_thumbnail_nd, "userid", /*playerID*/ ctx[19]);
|
|
16188
|
+
set_custom_element_data(casino_game_thumbnail_nd, "favorites", /*showfavorites*/ ctx[8]);
|
|
16189
|
+
set_custom_element_data(casino_game_thumbnail_nd, "lang", /*lang*/ ctx[1]);
|
|
16190
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamethumbnail", casino_game_thumbnail_nd_gamethumbnail_value = /*game*/ ctx[54].thumbnail);
|
|
16191
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamename", casino_game_thumbnail_nd_gamename_value = /*game*/ ctx[54].name);
|
|
16192
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamevendor", casino_game_thumbnail_nd_gamevendor_value = /*game*/ ctx[54].vendor.name);
|
|
16193
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamelaunchurl", casino_game_thumbnail_nd_gamelaunchurl_value = /*game*/ ctx[54].launchUrl);
|
|
16194
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gameisnew", casino_game_thumbnail_nd_gameisnew_value = /*game*/ ctx[54].isNew);
|
|
16195
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gametag", casino_game_thumbnail_nd_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags));
|
|
16196
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamecellsize", casino_game_thumbnail_nd_gamecellsize_value = /*game*/ ctx[54].cellSize);
|
|
16197
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gameid", casino_game_thumbnail_nd_gameid_value = /*game*/ ctx[54].id);
|
|
16198
|
+
set_custom_element_data(casino_game_thumbnail_nd, "showgamename", /*showgamename*/ ctx[6]);
|
|
16199
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamefunmode", casino_game_thumbnail_nd_gamefunmode_value = /*game*/ ctx[54].hasFunMode);
|
|
16200
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamefavorite", casino_game_thumbnail_nd_gamefavorite_value = /*game*/ ctx[54].isFavorite);
|
|
16201
|
+
|
|
16202
|
+
set_custom_element_data(casino_game_thumbnail_nd, "livelobbyendpoint", casino_game_thumbnail_nd_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16093
16203
|
? /*game*/ ctx[54].launchUrl
|
|
16094
16204
|
: '');
|
|
16095
16205
|
|
|
16096
|
-
set_custom_element_data(
|
|
16097
|
-
set_custom_element_data(
|
|
16098
|
-
set_custom_element_data(
|
|
16099
|
-
set_custom_element_data(
|
|
16100
|
-
set_custom_element_data(
|
|
16101
|
-
add_location(
|
|
16206
|
+
set_custom_element_data(casino_game_thumbnail_nd, "integratedgameframedesktop", /*integratedgameframedesktop*/ ctx[4]);
|
|
16207
|
+
set_custom_element_data(casino_game_thumbnail_nd, "integratedgameframemobile", /*integratedgameframemobile*/ ctx[5]);
|
|
16208
|
+
set_custom_element_data(casino_game_thumbnail_nd, "clientstyling", /*clientstyling*/ ctx[2]);
|
|
16209
|
+
set_custom_element_data(casino_game_thumbnail_nd, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16210
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16211
|
+
add_location(casino_game_thumbnail_nd, file, 347, 12, 13067);
|
|
16102
16212
|
},
|
|
16103
16213
|
m: function mount(target, anchor) {
|
|
16104
|
-
insert_dev(target,
|
|
16214
|
+
insert_dev(target, casino_game_thumbnail_nd, anchor);
|
|
16105
16215
|
},
|
|
16106
16216
|
p: function update(ctx, dirty) {
|
|
16107
16217
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
16108
|
-
set_custom_element_data(
|
|
16218
|
+
set_custom_element_data(casino_game_thumbnail_nd, "endpoint", /*endpoint*/ ctx[0]);
|
|
16109
16219
|
}
|
|
16110
16220
|
|
|
16111
16221
|
if (dirty[0] & /*sessionID*/ 262144) {
|
|
16112
|
-
set_custom_element_data(
|
|
16222
|
+
set_custom_element_data(casino_game_thumbnail_nd, "session", /*sessionID*/ ctx[18]);
|
|
16113
16223
|
}
|
|
16114
16224
|
|
|
16115
16225
|
if (dirty[0] & /*playerID*/ 524288) {
|
|
16116
|
-
set_custom_element_data(
|
|
16226
|
+
set_custom_element_data(casino_game_thumbnail_nd, "userid", /*playerID*/ ctx[19]);
|
|
16117
16227
|
}
|
|
16118
16228
|
|
|
16119
16229
|
if (dirty[0] & /*showfavorites*/ 256) {
|
|
16120
|
-
set_custom_element_data(
|
|
16230
|
+
set_custom_element_data(casino_game_thumbnail_nd, "favorites", /*showfavorites*/ ctx[8]);
|
|
16121
16231
|
}
|
|
16122
16232
|
|
|
16123
16233
|
if (dirty[0] & /*lang*/ 2) {
|
|
16124
|
-
set_custom_element_data(
|
|
16234
|
+
set_custom_element_data(casino_game_thumbnail_nd, "lang", /*lang*/ ctx[1]);
|
|
16125
16235
|
}
|
|
16126
16236
|
|
|
16127
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16128
|
-
set_custom_element_data(
|
|
16237
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamethumbnail_value !== (casino_game_thumbnail_nd_gamethumbnail_value = /*game*/ ctx[54].thumbnail)) {
|
|
16238
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamethumbnail", casino_game_thumbnail_nd_gamethumbnail_value);
|
|
16129
16239
|
}
|
|
16130
16240
|
|
|
16131
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16132
|
-
set_custom_element_data(
|
|
16241
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamename_value !== (casino_game_thumbnail_nd_gamename_value = /*game*/ ctx[54].name)) {
|
|
16242
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamename", casino_game_thumbnail_nd_gamename_value);
|
|
16133
16243
|
}
|
|
16134
16244
|
|
|
16135
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16136
|
-
set_custom_element_data(
|
|
16245
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamevendor_value !== (casino_game_thumbnail_nd_gamevendor_value = /*game*/ ctx[54].vendor.name)) {
|
|
16246
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamevendor", casino_game_thumbnail_nd_gamevendor_value);
|
|
16137
16247
|
}
|
|
16138
16248
|
|
|
16139
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16140
|
-
set_custom_element_data(
|
|
16249
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamelaunchurl_value !== (casino_game_thumbnail_nd_gamelaunchurl_value = /*game*/ ctx[54].launchUrl)) {
|
|
16250
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamelaunchurl", casino_game_thumbnail_nd_gamelaunchurl_value);
|
|
16141
16251
|
}
|
|
16142
16252
|
|
|
16143
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16144
|
-
set_custom_element_data(
|
|
16253
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gameisnew_value !== (casino_game_thumbnail_nd_gameisnew_value = /*game*/ ctx[54].isNew)) {
|
|
16254
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gameisnew", casino_game_thumbnail_nd_gameisnew_value);
|
|
16145
16255
|
}
|
|
16146
16256
|
|
|
16147
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16148
|
-
set_custom_element_data(
|
|
16257
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gametag_value !== (casino_game_thumbnail_nd_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags))) {
|
|
16258
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gametag", casino_game_thumbnail_nd_gametag_value);
|
|
16149
16259
|
}
|
|
16150
16260
|
|
|
16151
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16152
|
-
set_custom_element_data(
|
|
16261
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamecellsize_value !== (casino_game_thumbnail_nd_gamecellsize_value = /*game*/ ctx[54].cellSize)) {
|
|
16262
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamecellsize", casino_game_thumbnail_nd_gamecellsize_value);
|
|
16153
16263
|
}
|
|
16154
16264
|
|
|
16155
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16156
|
-
set_custom_element_data(
|
|
16265
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gameid_value !== (casino_game_thumbnail_nd_gameid_value = /*game*/ ctx[54].id)) {
|
|
16266
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gameid", casino_game_thumbnail_nd_gameid_value);
|
|
16157
16267
|
}
|
|
16158
16268
|
|
|
16159
16269
|
if (dirty[0] & /*showgamename*/ 64) {
|
|
16160
|
-
set_custom_element_data(
|
|
16270
|
+
set_custom_element_data(casino_game_thumbnail_nd, "showgamename", /*showgamename*/ ctx[6]);
|
|
16161
16271
|
}
|
|
16162
16272
|
|
|
16163
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16164
|
-
set_custom_element_data(
|
|
16273
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamefunmode_value !== (casino_game_thumbnail_nd_gamefunmode_value = /*game*/ ctx[54].hasFunMode)) {
|
|
16274
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamefunmode", casino_game_thumbnail_nd_gamefunmode_value);
|
|
16165
16275
|
}
|
|
16166
16276
|
|
|
16167
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16168
|
-
set_custom_element_data(
|
|
16277
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_gamefavorite_value !== (casino_game_thumbnail_nd_gamefavorite_value = /*game*/ ctx[54].isFavorite)) {
|
|
16278
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamefavorite", casino_game_thumbnail_nd_gamefavorite_value);
|
|
16169
16279
|
}
|
|
16170
16280
|
|
|
16171
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16281
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_nd_livelobbyendpoint_value !== (casino_game_thumbnail_nd_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16172
16282
|
? /*game*/ ctx[54].launchUrl
|
|
16173
16283
|
: '')) {
|
|
16174
|
-
set_custom_element_data(
|
|
16284
|
+
set_custom_element_data(casino_game_thumbnail_nd, "livelobbyendpoint", casino_game_thumbnail_nd_livelobbyendpoint_value);
|
|
16175
16285
|
}
|
|
16176
16286
|
|
|
16177
16287
|
if (dirty[0] & /*integratedgameframedesktop*/ 16) {
|
|
16178
|
-
set_custom_element_data(
|
|
16288
|
+
set_custom_element_data(casino_game_thumbnail_nd, "integratedgameframedesktop", /*integratedgameframedesktop*/ ctx[4]);
|
|
16179
16289
|
}
|
|
16180
16290
|
|
|
16181
16291
|
if (dirty[0] & /*integratedgameframemobile*/ 32) {
|
|
16182
|
-
set_custom_element_data(
|
|
16292
|
+
set_custom_element_data(casino_game_thumbnail_nd, "integratedgameframemobile", /*integratedgameframemobile*/ ctx[5]);
|
|
16183
16293
|
}
|
|
16184
16294
|
|
|
16185
16295
|
if (dirty[0] & /*clientstyling*/ 4) {
|
|
16186
|
-
set_custom_element_data(
|
|
16296
|
+
set_custom_element_data(casino_game_thumbnail_nd, "clientstyling", /*clientstyling*/ ctx[2]);
|
|
16187
16297
|
}
|
|
16188
16298
|
|
|
16189
16299
|
if (dirty[0] & /*clientstylingurl*/ 8) {
|
|
16190
|
-
set_custom_element_data(
|
|
16300
|
+
set_custom_element_data(casino_game_thumbnail_nd, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16191
16301
|
}
|
|
16192
16302
|
|
|
16193
16303
|
if (dirty[0] & /*gamepagemodalurl*/ 128) {
|
|
16194
|
-
set_custom_element_data(
|
|
16304
|
+
set_custom_element_data(casino_game_thumbnail_nd, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16195
16305
|
}
|
|
16196
16306
|
},
|
|
16197
16307
|
d: function destroy(detaching) {
|
|
16198
|
-
if (detaching) detach_dev(
|
|
16308
|
+
if (detaching) detach_dev(casino_game_thumbnail_nd);
|
|
16199
16309
|
}
|
|
16200
16310
|
};
|
|
16201
16311
|
|
|
@@ -16235,10 +16345,10 @@
|
|
|
16235
16345
|
p1 = element("p");
|
|
16236
16346
|
t3 = text(t3_value);
|
|
16237
16347
|
attr_dev(p0, "class", "SearchMessage");
|
|
16238
|
-
add_location(p0, file, 385, 12,
|
|
16239
|
-
add_location(p1, file, 386, 12,
|
|
16348
|
+
add_location(p0, file, 385, 12, 15360);
|
|
16349
|
+
add_location(p1, file, 386, 12, 15418);
|
|
16240
16350
|
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
16241
|
-
add_location(div, file, 374, 10,
|
|
16351
|
+
add_location(div, file, 374, 10, 14148);
|
|
16242
16352
|
},
|
|
16243
16353
|
m: function mount(target, anchor) {
|
|
16244
16354
|
insert_dev(target, div, anchor);
|
|
@@ -16309,32 +16419,32 @@
|
|
|
16309
16419
|
attr_dev(rect, "rx", "80");
|
|
16310
16420
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
16311
16421
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
16312
|
-
add_location(rect, file, 378, 18,
|
|
16422
|
+
add_location(rect, file, 378, 18, 14440);
|
|
16313
16423
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
16314
16424
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16315
16425
|
attr_dev(path0, "stroke-width", "3");
|
|
16316
16426
|
attr_dev(path0, "stroke-linecap", "square");
|
|
16317
16427
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16318
|
-
add_location(path0, file, 379, 18,
|
|
16428
|
+
add_location(path0, file, 379, 18, 14570);
|
|
16319
16429
|
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");
|
|
16320
16430
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16321
16431
|
attr_dev(path1, "stroke-width", "3");
|
|
16322
16432
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16323
16433
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16324
|
-
add_location(path1, file, 380, 18,
|
|
16434
|
+
add_location(path1, file, 380, 18, 14728);
|
|
16325
16435
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
16326
16436
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
16327
16437
|
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");
|
|
16328
16438
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
16329
|
-
add_location(path2, file, 381, 18,
|
|
16439
|
+
add_location(path2, file, 381, 18, 14995);
|
|
16330
16440
|
attr_dev(svg, "width", "");
|
|
16331
16441
|
attr_dev(svg, "height", "");
|
|
16332
16442
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
16333
16443
|
attr_dev(svg, "fill", "none");
|
|
16334
16444
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
16335
|
-
add_location(svg, file, 377, 16,
|
|
16445
|
+
add_location(svg, file, 377, 16, 14328);
|
|
16336
16446
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
16337
|
-
add_location(div, file, 376, 14,
|
|
16447
|
+
add_location(div, file, 376, 14, 14282);
|
|
16338
16448
|
},
|
|
16339
16449
|
m: function mount(target, anchor) {
|
|
16340
16450
|
insert_dev(target, div, anchor);
|
|
@@ -16421,50 +16531,50 @@
|
|
|
16421
16531
|
attr_dev(path0, "stroke-linecap", "round");
|
|
16422
16532
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16423
16533
|
attr_dev(path0, "d", "m10.48 10.985 2.21 2.373");
|
|
16424
|
-
add_location(path0, file, 301, 10,
|
|
16534
|
+
add_location(path0, file, 301, 10, 10002);
|
|
16425
16535
|
attr_dev(circle, "cx", "6.5");
|
|
16426
16536
|
attr_dev(circle, "cy", "6.5");
|
|
16427
16537
|
attr_dev(circle, "r", "5.75");
|
|
16428
16538
|
attr_dev(circle, "stroke", "#FFF");
|
|
16429
16539
|
attr_dev(circle, "stroke-width", "1.5");
|
|
16430
|
-
add_location(circle, file, 302, 10,
|
|
16540
|
+
add_location(circle, file, 302, 10, 10127);
|
|
16431
16541
|
attr_dev(svg0, "width", "14");
|
|
16432
16542
|
attr_dev(svg0, "height", "15");
|
|
16433
16543
|
attr_dev(svg0, "fill", "none");
|
|
16434
16544
|
attr_dev(svg0, "xmlns", "http://www.w3.org/2000/svg");
|
|
16435
|
-
add_location(svg0, file, 300, 8,
|
|
16545
|
+
add_location(svg0, file, 300, 8, 9916);
|
|
16436
16546
|
attr_dev(div0, "class", "SearchIcon");
|
|
16437
|
-
add_location(div0, file, 299, 6,
|
|
16547
|
+
add_location(div0, file, 299, 6, 9883);
|
|
16438
16548
|
attr_dev(input, "class", "SearchInput");
|
|
16439
16549
|
attr_dev(input, "type", "search");
|
|
16440
16550
|
attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[20]('placeHolderSearchGames'));
|
|
16441
16551
|
attr_dev(input, "maxlength", /*searchInputMaxLength*/ ctx[22]);
|
|
16442
|
-
add_location(input, file, 305, 10,
|
|
16552
|
+
add_location(input, file, 305, 10, 10235);
|
|
16443
16553
|
attr_dev(path1, "d", "m1.45 1.5 8.1 8M1.45 9.5l8.1-8");
|
|
16444
16554
|
attr_dev(path1, "stroke", "#717171");
|
|
16445
16555
|
attr_dev(path1, "stroke-width", "2");
|
|
16446
16556
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16447
16557
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16448
|
-
add_location(path1, file, 308, 14,
|
|
16558
|
+
add_location(path1, file, 308, 14, 10697);
|
|
16449
16559
|
attr_dev(svg1, "width", "11");
|
|
16450
16560
|
attr_dev(svg1, "height", "11");
|
|
16451
16561
|
attr_dev(svg1, "fill", "none");
|
|
16452
16562
|
attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
|
|
16453
|
-
add_location(svg1, file, 307, 12,
|
|
16563
|
+
add_location(svg1, file, 307, 12, 10607);
|
|
16454
16564
|
attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*cancelbutton*/ ctx[9] != 'true' ? 'WithoutCancel' : '') + " " + (/*searchValue*/ ctx[11].length != 0 ? '' : 'NotVisible'));
|
|
16455
|
-
add_location(span, file, 306, 10,
|
|
16565
|
+
add_location(span, file, 306, 10, 10435);
|
|
16456
16566
|
attr_dev(div1, "class", div1_class_value = "Search " + (/*searchCancelled*/ ctx[12] ? '' : 'SearchAnimation'));
|
|
16457
|
-
add_location(div1, file, 298, 4,
|
|
16567
|
+
add_location(div1, file, 298, 4, 9812);
|
|
16458
16568
|
attr_dev(div2, "class", "SearchWrap");
|
|
16459
|
-
add_location(div2, file, 297, 2,
|
|
16569
|
+
add_location(div2, file, 297, 2, 9783);
|
|
16460
16570
|
attr_dev(div3, "class", div3_class_value = /*cancelbutton*/ ctx[9] != 'true' ? 'OverlayCancel' : '');
|
|
16461
|
-
add_location(div3, file, 318, 2,
|
|
16571
|
+
add_location(div3, file, 318, 2, 11095);
|
|
16462
16572
|
|
|
16463
16573
|
attr_dev(div4, "class", "" + ((getDevice(/*userAgent*/ ctx[21]) !== 'PC'
|
|
16464
16574
|
? ''
|
|
16465
16575
|
: 'Desktop') + " CasinoSearch"));
|
|
16466
16576
|
|
|
16467
|
-
add_location(div4, file, 296, 0,
|
|
16577
|
+
add_location(div4, file, 296, 0, 9668);
|
|
16468
16578
|
},
|
|
16469
16579
|
l: function claim(nodes) {
|
|
16470
16580
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -17133,11 +17243,11 @@
|
|
|
17133
17243
|
];
|
|
17134
17244
|
}
|
|
17135
17245
|
|
|
17136
|
-
class
|
|
17246
|
+
class CasinoSearchNd extends SvelteElement {
|
|
17137
17247
|
constructor(options) {
|
|
17138
17248
|
super();
|
|
17139
17249
|
const style = document.createElement('style');
|
|
17140
|
-
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input{font-family:inherit}.CasinoSearch{margin:30px 40px;position:relative}.SearchWrap{width:100%;margin:auto}.OverlayCancel{width:100%;height:100vh;position:absolute;translate:0 -100px;z-index:2}.LoadingContent{color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))}.Search{display:flex;align-items:center;position:relative;margin-bottom:20px;z-index:5}.SearchIcon{position:absolute;left:15px;top:50%;z-index:1;transform:translateY(-50%)}.SearchIcon svg{height:14px;width:13px}.SearchInput{border-radius:4px;color:var(--emfe-w-color-gray-100, #E6E6E6);border:none;background:-webkit-linear-gradient(to left, 90deg, rgb(35, 172, 77) 0%, rgb(18, 62, 33) 100%);background:linear-gradient(90deg, rgb(35, 172, 77) 0%, rgb(18, 62, 33) 100%);border-radius:var(--emw--border-radius-medium, 20px);display:block;font-size:16px;font-weight:300;padding:14px 5px 14px 46px;width:100%;transition:3s}.SearchInput::placeholder{color:var(--emfe-w-color-white, #FFF);font-size:16px;font-weight:300}.SearchInput:focus{outline:1px solid var(--emfe-w-color-white, #FFF);background:var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #23B04E))}.SearchInput::-webkit-search-decoration,.SearchInput::-webkit-search-cancel-button,.SearchInput::-webkit-search-results-button,.SearchInput::-webkit-search-results-decoration{-webkit-appearance:none}.SearchClearButton{position:absolute;top:30%;right:65px;cursor:pointer}.SearchClearButton.WithoutCancel{right:18px}.SearchCancelButton{color:var(--emfe-w-color-contrast, #E6E6E6);font-weight:300;margin-left:8px;cursor:pointer}.SearchMessage{font-size:18px;font-weight:600;margin:24px 0;color:var(--emfe-w-color-contrast, #000000)}.SearchErrorIcon{height:170px;filter:drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1))}.SearchResultsContainer{display:grid;gap:28px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}@media screen and (max-width: 480px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}}@media screen and (max-width: 385px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}}@media screen and (min-width: 1100px){.SearchResultsContainer{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}@media screen and (max-width: 1300px){.SearchResultsContainer{padding:0 2.4%}}.ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}
|
|
17250
|
+
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input{font-family:inherit}.CasinoSearch{margin:30px 40px;position:relative}.SearchWrap{width:100%;margin:auto}.OverlayCancel{width:100%;height:100vh;position:absolute;translate:0 -100px;z-index:2}.LoadingContent{color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))}.Search{display:flex;align-items:center;position:relative;margin-bottom:20px;z-index:5}.SearchIcon{position:absolute;left:15px;top:50%;z-index:1;transform:translateY(-50%)}.SearchIcon svg{height:14px;width:13px}.SearchInput{border-radius:4px;color:var(--emfe-w-color-gray-100, #E6E6E6);border:none;background:-webkit-linear-gradient(to left, 90deg, rgb(35, 172, 77) 0%, rgb(18, 62, 33) 100%);background:linear-gradient(90deg, rgb(35, 172, 77) 0%, rgb(18, 62, 33) 100%);border-radius:var(--emw--border-radius-medium, 20px);display:block;font-size:16px;font-weight:300;padding:14px 5px 14px 46px;width:100%;transition:3s}.SearchInput::placeholder{color:var(--emfe-w-color-white, #FFF);font-size:16px;font-weight:300}.SearchInput:focus{outline:1px solid var(--emfe-w-color-white, #FFF);background:var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #23B04E))}.SearchInput::-webkit-search-decoration,.SearchInput::-webkit-search-cancel-button,.SearchInput::-webkit-search-results-button,.SearchInput::-webkit-search-results-decoration{-webkit-appearance:none}.SearchClearButton{position:absolute;top:30%;right:65px;cursor:pointer}.SearchClearButton.WithoutCancel{right:18px}.SearchCancelButton{color:var(--emfe-w-color-contrast, #E6E6E6);font-weight:300;margin-left:8px;cursor:pointer}.SearchMessage{font-size:18px;font-weight:600;margin:24px 0;color:var(--emfe-w-color-contrast, #000000)}.SearchErrorIcon{height:170px;filter:drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1))}.SearchResultsContainer{display:grid;gap:28px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}@media screen and (max-width: 480px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}}@media screen and (max-width: 385px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}}@media screen and (min-width: 1100px){.SearchResultsContainer{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}@media screen and (max-width: 1300px){.SearchResultsContainer{padding:0 2.4%}}.ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}.NotVisible{display:none}.Desktop .NotVisible{opacity:0;visibility:hidden;display:inline}.Desktop .SearchWrap{width:50%;margin:auto}.Desktop.CasinoSearch{margin:30px auto;position:relative}.Desktop .ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}.Desktop .ResultsContainerError.WithIcon{top:60%}.Desktop .Search{display:flex;align-items:center;justify-content:center;transition:all 0.2s cubic-bezier(1, 0, 0.46, 1.03)}.Desktop .SearchIcon{position:relative;top:0;left:0;transform:translateY(0);margin-right:-28px}.Desktop .SearchClearButton{position:relative;top:0;right:0;margin-left:-23px}.Desktop .SearchCancelButton{margin-left:20px}.Desktop .SearchAnimation{transform:scaleX(110%)}.Desktop .SearchAnimation Input{outline:none;box-shadow:0 5px 7px rgba(0, 0, 0, 0.25);background:var(--emfe-w-pam-color-primary, var(--emfe-w-color-primary, #23B04E))}.Desktop .SearchMessage{font-size:18px;font-weight:600;margin:24px 0;margin-top:90px}.Desktop .SearchErrorIcon{height:190px;margin-bottom:-70px}.Desktop .OverlayCancel{height:90vh;z-index:2}`;
|
|
17141
17251
|
this.shadowRoot.appendChild(style);
|
|
17142
17252
|
|
|
17143
17253
|
init(
|
|
@@ -17339,9 +17449,9 @@
|
|
|
17339
17449
|
}
|
|
17340
17450
|
}
|
|
17341
17451
|
|
|
17342
|
-
!customElements.get('casino-search-nd') && customElements.define('casino-search-nd',
|
|
17452
|
+
!customElements.get('casino-search-nd') && customElements.define('casino-search-nd', CasinoSearchNd);
|
|
17343
17453
|
|
|
17344
|
-
return
|
|
17454
|
+
return CasinoSearchNd;
|
|
17345
17455
|
|
|
17346
17456
|
}));
|
|
17347
17457
|
//# sourceMappingURL=casino-search-nd.js.map
|