@everymatrix/casino-search 1.31.1 → 1.31.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/casino-search.js +413 -522
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
package/dist/casino-search.js
CHANGED
|
@@ -12811,158 +12811,10 @@
|
|
|
12811
12811
|
return child_ctx;
|
|
12812
12812
|
}
|
|
12813
12813
|
|
|
12814
|
-
// (
|
|
12814
|
+
// (541:8) {#if lang}
|
|
12815
12815
|
function create_if_block_13(ctx) {
|
|
12816
|
-
let if_block_anchor;
|
|
12817
|
-
|
|
12818
|
-
function select_block_type(ctx, dirty) {
|
|
12819
|
-
if (/*fav*/ ctx[17]) return create_if_block_14;
|
|
12820
|
-
return create_else_block_2;
|
|
12821
|
-
}
|
|
12822
|
-
|
|
12823
|
-
let current_block_type = select_block_type(ctx);
|
|
12824
|
-
let if_block = current_block_type(ctx);
|
|
12825
|
-
|
|
12826
|
-
const block = {
|
|
12827
|
-
c: function create() {
|
|
12828
|
-
if_block.c();
|
|
12829
|
-
if_block_anchor = empty();
|
|
12830
|
-
},
|
|
12831
|
-
m: function mount(target, anchor) {
|
|
12832
|
-
if_block.m(target, anchor);
|
|
12833
|
-
insert_dev(target, if_block_anchor, anchor);
|
|
12834
|
-
},
|
|
12835
|
-
p: function update(ctx, dirty) {
|
|
12836
|
-
if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block) {
|
|
12837
|
-
if_block.p(ctx, dirty);
|
|
12838
|
-
} else {
|
|
12839
|
-
if_block.d(1);
|
|
12840
|
-
if_block = current_block_type(ctx);
|
|
12841
|
-
|
|
12842
|
-
if (if_block) {
|
|
12843
|
-
if_block.c();
|
|
12844
|
-
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
12845
|
-
}
|
|
12846
|
-
}
|
|
12847
|
-
},
|
|
12848
|
-
d: function destroy(detaching) {
|
|
12849
|
-
if_block.d(detaching);
|
|
12850
|
-
if (detaching) detach_dev(if_block_anchor);
|
|
12851
|
-
}
|
|
12852
|
-
};
|
|
12853
|
-
|
|
12854
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
12855
|
-
block,
|
|
12856
|
-
id: create_if_block_13.name,
|
|
12857
|
-
type: "if",
|
|
12858
|
-
source: "(540:8) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
|
|
12859
|
-
ctx
|
|
12860
|
-
});
|
|
12861
|
-
|
|
12862
|
-
return block;
|
|
12863
|
-
}
|
|
12864
|
-
|
|
12865
|
-
// (554:10) {:else}
|
|
12866
|
-
function create_else_block_2(ctx) {
|
|
12867
|
-
let div2;
|
|
12868
|
-
let div0;
|
|
12869
|
-
let div1;
|
|
12870
|
-
|
|
12871
|
-
const block = {
|
|
12872
|
-
c: function create() {
|
|
12873
|
-
div2 = element("div");
|
|
12874
|
-
div0 = element("div");
|
|
12875
|
-
div1 = element("div");
|
|
12876
|
-
add_location(div0, file$1, 554, 38, 20425);
|
|
12877
|
-
add_location(div1, file$1, 554, 49, 20436);
|
|
12878
|
-
attr_dev(div2, "class", "LoaderRipple");
|
|
12879
|
-
add_location(div2, file$1, 554, 12, 20399);
|
|
12880
|
-
},
|
|
12881
|
-
m: function mount(target, anchor) {
|
|
12882
|
-
insert_dev(target, div2, anchor);
|
|
12883
|
-
append_dev(div2, div0);
|
|
12884
|
-
append_dev(div2, div1);
|
|
12885
|
-
},
|
|
12886
|
-
p: noop$1,
|
|
12887
|
-
d: function destroy(detaching) {
|
|
12888
|
-
if (detaching) detach_dev(div2);
|
|
12889
|
-
}
|
|
12890
|
-
};
|
|
12891
|
-
|
|
12892
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
12893
|
-
block,
|
|
12894
|
-
id: create_else_block_2.name,
|
|
12895
|
-
type: "else",
|
|
12896
|
-
source: "(554:10) {:else}",
|
|
12897
|
-
ctx
|
|
12898
|
-
});
|
|
12899
|
-
|
|
12900
|
-
return block;
|
|
12901
|
-
}
|
|
12902
|
-
|
|
12903
|
-
// (541:10) {#if fav}
|
|
12904
|
-
function create_if_block_14(ctx) {
|
|
12905
|
-
let div;
|
|
12906
|
-
let svg;
|
|
12907
|
-
let path;
|
|
12908
|
-
let mounted;
|
|
12909
|
-
let dispose;
|
|
12910
|
-
|
|
12911
|
-
const block = {
|
|
12912
|
-
c: function create() {
|
|
12913
|
-
div = element("div");
|
|
12914
|
-
svg = svg_element("svg");
|
|
12915
|
-
path = svg_element("path");
|
|
12916
|
-
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
12917
|
-
attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
|
|
12918
|
-
add_location(path, file$1, 543, 116, 19237);
|
|
12919
|
-
attr_dev(svg, "version", "1.1");
|
|
12920
|
-
attr_dev(svg, "class", "UnfavoredIcon");
|
|
12921
|
-
attr_dev(svg, "part", "UnfavoredIcon");
|
|
12922
|
-
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12923
|
-
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
12924
|
-
attr_dev(svg, "x", "20px");
|
|
12925
|
-
attr_dev(svg, "y", "20px");
|
|
12926
|
-
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
12927
|
-
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
12928
|
-
attr_dev(svg, "xml:space", "preserve");
|
|
12929
|
-
add_location(svg, file$1, 542, 14, 18963);
|
|
12930
|
-
attr_dev(div, "class", "FavIconContainer");
|
|
12931
|
-
add_location(div, file$1, 541, 12, 18872);
|
|
12932
|
-
},
|
|
12933
|
-
m: function mount(target, anchor) {
|
|
12934
|
-
insert_dev(target, div, anchor);
|
|
12935
|
-
append_dev(div, svg);
|
|
12936
|
-
append_dev(svg, path);
|
|
12937
|
-
|
|
12938
|
-
if (!mounted) {
|
|
12939
|
-
dispose = listen_dev(div, "click", /*click_handler*/ ctx[63], false, false, false, false);
|
|
12940
|
-
mounted = true;
|
|
12941
|
-
}
|
|
12942
|
-
},
|
|
12943
|
-
p: noop$1,
|
|
12944
|
-
d: function destroy(detaching) {
|
|
12945
|
-
if (detaching) detach_dev(div);
|
|
12946
|
-
mounted = false;
|
|
12947
|
-
dispose();
|
|
12948
|
-
}
|
|
12949
|
-
};
|
|
12950
|
-
|
|
12951
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
12952
|
-
block,
|
|
12953
|
-
id: create_if_block_14.name,
|
|
12954
|
-
type: "if",
|
|
12955
|
-
source: "(541:10) {#if fav}",
|
|
12956
|
-
ctx
|
|
12957
|
-
});
|
|
12958
|
-
|
|
12959
|
-
return block;
|
|
12960
|
-
}
|
|
12961
|
-
|
|
12962
|
-
// (559:8) {#if lang}
|
|
12963
|
-
function create_if_block_12(ctx) {
|
|
12964
12816
|
let button;
|
|
12965
|
-
let t_value = /*$_*/ ctx[
|
|
12817
|
+
let t_value = /*$_*/ ctx[35]('playNow') + "";
|
|
12966
12818
|
let t;
|
|
12967
12819
|
let mounted;
|
|
12968
12820
|
let dispose;
|
|
@@ -12972,19 +12824,19 @@
|
|
|
12972
12824
|
button = element("button");
|
|
12973
12825
|
t = text(t_value);
|
|
12974
12826
|
attr_dev(button, "class", "GameInfoBtn");
|
|
12975
|
-
add_location(button, file$1,
|
|
12827
|
+
add_location(button, file$1, 541, 10, 18869);
|
|
12976
12828
|
},
|
|
12977
12829
|
m: function mount(target, anchor) {
|
|
12978
12830
|
insert_dev(target, button, anchor);
|
|
12979
12831
|
append_dev(button, t);
|
|
12980
12832
|
|
|
12981
12833
|
if (!mounted) {
|
|
12982
|
-
dispose = listen_dev(button, "click", /*
|
|
12834
|
+
dispose = listen_dev(button, "click", /*click_handler*/ ctx[62], false, false, false, false);
|
|
12983
12835
|
mounted = true;
|
|
12984
12836
|
}
|
|
12985
12837
|
},
|
|
12986
12838
|
p: function update(ctx, dirty) {
|
|
12987
|
-
if (dirty[1] & /*$_*/
|
|
12839
|
+
if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('playNow') + "")) set_data_dev(t, t_value);
|
|
12988
12840
|
},
|
|
12989
12841
|
d: function destroy(detaching) {
|
|
12990
12842
|
if (detaching) detach_dev(button);
|
|
@@ -12995,19 +12847,19 @@
|
|
|
12995
12847
|
|
|
12996
12848
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12997
12849
|
block,
|
|
12998
|
-
id:
|
|
12850
|
+
id: create_if_block_13.name,
|
|
12999
12851
|
type: "if",
|
|
13000
|
-
source: "(
|
|
12852
|
+
source: "(541:8) {#if lang}",
|
|
13001
12853
|
ctx
|
|
13002
12854
|
});
|
|
13003
12855
|
|
|
13004
12856
|
return block;
|
|
13005
12857
|
}
|
|
13006
12858
|
|
|
13007
|
-
// (
|
|
13008
|
-
function
|
|
12859
|
+
// (551:8) {#if gameisnew}
|
|
12860
|
+
function create_if_block_12(ctx) {
|
|
13009
12861
|
let span;
|
|
13010
|
-
let t_value = /*$_*/ ctx[
|
|
12862
|
+
let t_value = /*$_*/ ctx[35]('new') + "";
|
|
13011
12863
|
let t;
|
|
13012
12864
|
|
|
13013
12865
|
const block = {
|
|
@@ -13015,14 +12867,14 @@
|
|
|
13015
12867
|
span = element("span");
|
|
13016
12868
|
t = text(t_value);
|
|
13017
12869
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
13018
|
-
add_location(span, file$1,
|
|
12870
|
+
add_location(span, file$1, 551, 10, 19201);
|
|
13019
12871
|
},
|
|
13020
12872
|
m: function mount(target, anchor) {
|
|
13021
12873
|
insert_dev(target, span, anchor);
|
|
13022
12874
|
append_dev(span, t);
|
|
13023
12875
|
},
|
|
13024
12876
|
p: function update(ctx, dirty) {
|
|
13025
|
-
if (dirty[1] & /*$_*/
|
|
12877
|
+
if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('new') + "")) set_data_dev(t, t_value);
|
|
13026
12878
|
},
|
|
13027
12879
|
d: function destroy(detaching) {
|
|
13028
12880
|
if (detaching) detach_dev(span);
|
|
@@ -13031,17 +12883,17 @@
|
|
|
13031
12883
|
|
|
13032
12884
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13033
12885
|
block,
|
|
13034
|
-
id:
|
|
12886
|
+
id: create_if_block_12.name,
|
|
13035
12887
|
type: "if",
|
|
13036
|
-
source: "(
|
|
12888
|
+
source: "(551:8) {#if gameisnew}",
|
|
13037
12889
|
ctx
|
|
13038
12890
|
});
|
|
13039
12891
|
|
|
13040
12892
|
return block;
|
|
13041
12893
|
}
|
|
13042
12894
|
|
|
13043
|
-
// (
|
|
13044
|
-
function
|
|
12895
|
+
// (554:8) {#if gametag}
|
|
12896
|
+
function create_if_block_11(ctx) {
|
|
13045
12897
|
let span;
|
|
13046
12898
|
let t;
|
|
13047
12899
|
|
|
@@ -13050,7 +12902,7 @@
|
|
|
13050
12902
|
span = element("span");
|
|
13051
12903
|
t = text(/*gametag*/ ctx[8]);
|
|
13052
12904
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
13053
|
-
add_location(span, file$1,
|
|
12905
|
+
add_location(span, file$1, 554, 10, 19310);
|
|
13054
12906
|
},
|
|
13055
12907
|
m: function mount(target, anchor) {
|
|
13056
12908
|
insert_dev(target, span, anchor);
|
|
@@ -13066,27 +12918,27 @@
|
|
|
13066
12918
|
|
|
13067
12919
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13068
12920
|
block,
|
|
13069
|
-
id:
|
|
12921
|
+
id: create_if_block_11.name,
|
|
13070
12922
|
type: "if",
|
|
13071
|
-
source: "(
|
|
12923
|
+
source: "(554:8) {#if gametag}",
|
|
13072
12924
|
ctx
|
|
13073
12925
|
});
|
|
13074
12926
|
|
|
13075
12927
|
return block;
|
|
13076
12928
|
}
|
|
13077
12929
|
|
|
13078
|
-
// (
|
|
13079
|
-
function
|
|
12930
|
+
// (557:8) {#if livegamedata}
|
|
12931
|
+
function create_if_block_4$1(ctx) {
|
|
13080
12932
|
let t;
|
|
13081
12933
|
let if_block1_anchor;
|
|
13082
|
-
let if_block0 = !/*isopen*/ ctx[
|
|
12934
|
+
let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] && create_if_block_10(ctx);
|
|
13083
12935
|
|
|
13084
|
-
function
|
|
13085
|
-
if (/*isopen*/ ctx[
|
|
13086
|
-
if (/*isopen*/ ctx[
|
|
12936
|
+
function select_block_type(ctx, dirty) {
|
|
12937
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return create_if_block_5$1;
|
|
12938
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return create_if_block_7$1;
|
|
13087
12939
|
}
|
|
13088
12940
|
|
|
13089
|
-
let current_block_type =
|
|
12941
|
+
let current_block_type = select_block_type(ctx);
|
|
13090
12942
|
let if_block1 = current_block_type && current_block_type(ctx);
|
|
13091
12943
|
|
|
13092
12944
|
const block = {
|
|
@@ -13103,11 +12955,11 @@
|
|
|
13103
12955
|
insert_dev(target, if_block1_anchor, anchor);
|
|
13104
12956
|
},
|
|
13105
12957
|
p: function update(ctx, dirty) {
|
|
13106
|
-
if (!/*isopen*/ ctx[
|
|
12958
|
+
if (!/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21]) {
|
|
13107
12959
|
if (if_block0) {
|
|
13108
12960
|
if_block0.p(ctx, dirty);
|
|
13109
12961
|
} else {
|
|
13110
|
-
if_block0 =
|
|
12962
|
+
if_block0 = create_if_block_10(ctx);
|
|
13111
12963
|
if_block0.c();
|
|
13112
12964
|
if_block0.m(t.parentNode, t);
|
|
13113
12965
|
}
|
|
@@ -13116,7 +12968,7 @@
|
|
|
13116
12968
|
if_block0 = null;
|
|
13117
12969
|
}
|
|
13118
12970
|
|
|
13119
|
-
if (current_block_type === (current_block_type =
|
|
12971
|
+
if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block1) {
|
|
13120
12972
|
if_block1.p(ctx, dirty);
|
|
13121
12973
|
} else {
|
|
13122
12974
|
if (if_block1) if_block1.d(1);
|
|
@@ -13142,31 +12994,31 @@
|
|
|
13142
12994
|
|
|
13143
12995
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13144
12996
|
block,
|
|
13145
|
-
id:
|
|
12997
|
+
id: create_if_block_4$1.name,
|
|
13146
12998
|
type: "if",
|
|
13147
|
-
source: "(
|
|
12999
|
+
source: "(557:8) {#if livegamedata}",
|
|
13148
13000
|
ctx
|
|
13149
13001
|
});
|
|
13150
13002
|
|
|
13151
13003
|
return block;
|
|
13152
13004
|
}
|
|
13153
13005
|
|
|
13154
|
-
// (
|
|
13155
|
-
function
|
|
13006
|
+
// (558:10) {#if !isopen && starttime && timeformat}
|
|
13007
|
+
function create_if_block_10(ctx) {
|
|
13156
13008
|
let div1;
|
|
13157
13009
|
let div0;
|
|
13158
|
-
let t0_value = /*$_*/ ctx[
|
|
13010
|
+
let t0_value = /*$_*/ ctx[35]('opens') + "";
|
|
13159
13011
|
let t0;
|
|
13160
13012
|
let t1;
|
|
13161
13013
|
let span;
|
|
13162
|
-
let t2_value = moment.utc(/*starttime*/ ctx[
|
|
13014
|
+
let t2_value = moment.utc(/*starttime*/ ctx[20]).local().format(/*timeformat*/ ctx[21]) + "";
|
|
13163
13015
|
let t2;
|
|
13164
13016
|
let t3;
|
|
13165
13017
|
let html_tag;
|
|
13166
|
-
let raw0_value = /*renderDealerName*/ ctx[
|
|
13018
|
+
let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
|
|
13167
13019
|
let t4;
|
|
13168
13020
|
let html_tag_1;
|
|
13169
|
-
let raw1_value = /*renderBetLimits*/ ctx[
|
|
13021
|
+
let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
|
|
13170
13022
|
|
|
13171
13023
|
const block = {
|
|
13172
13024
|
c: function create() {
|
|
@@ -13180,13 +13032,13 @@
|
|
|
13180
13032
|
html_tag = new HtmlTag(false);
|
|
13181
13033
|
t4 = space();
|
|
13182
13034
|
html_tag_1 = new HtmlTag(false);
|
|
13183
|
-
add_location(span, file$1,
|
|
13035
|
+
add_location(span, file$1, 561, 16, 19597);
|
|
13184
13036
|
attr_dev(div0, "class", "ClosedGame");
|
|
13185
|
-
add_location(div0, file$1,
|
|
13037
|
+
add_location(div0, file$1, 559, 14, 19526);
|
|
13186
13038
|
html_tag.a = t4;
|
|
13187
13039
|
html_tag_1.a = null;
|
|
13188
13040
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
13189
|
-
add_location(div1, file$1,
|
|
13041
|
+
add_location(div1, file$1, 558, 12, 19479);
|
|
13190
13042
|
},
|
|
13191
13043
|
m: function mount(target, anchor) {
|
|
13192
13044
|
insert_dev(target, div1, anchor);
|
|
@@ -13201,10 +13053,10 @@
|
|
|
13201
13053
|
html_tag_1.m(raw1_value, div1);
|
|
13202
13054
|
},
|
|
13203
13055
|
p: function update(ctx, dirty) {
|
|
13204
|
-
if (dirty[1] & /*$_*/
|
|
13205
|
-
if (dirty[0] & /*starttime, timeformat*/
|
|
13206
|
-
if (dirty[1] & /*dealername*/
|
|
13207
|
-
if (dirty[0] & /*min, max, currencySymbol*/
|
|
13056
|
+
if (dirty[1] & /*$_*/ 16 && t0_value !== (t0_value = /*$_*/ ctx[35]('opens') + "")) set_data_dev(t0, t0_value);
|
|
13057
|
+
if (dirty[0] & /*starttime, timeformat*/ 3145728 && t2_value !== (t2_value = moment.utc(/*starttime*/ ctx[20]).local().format(/*timeformat*/ ctx[21]) + "")) set_data_dev(t2, t2_value);
|
|
13058
|
+
if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
|
|
13059
|
+
if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
|
|
13208
13060
|
},
|
|
13209
13061
|
d: function destroy(detaching) {
|
|
13210
13062
|
if (detaching) detach_dev(div1);
|
|
@@ -13213,25 +13065,25 @@
|
|
|
13213
13065
|
|
|
13214
13066
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13215
13067
|
block,
|
|
13216
|
-
id:
|
|
13068
|
+
id: create_if_block_10.name,
|
|
13217
13069
|
type: "if",
|
|
13218
|
-
source: "(
|
|
13070
|
+
source: "(558:10) {#if !isopen && starttime && timeformat}",
|
|
13219
13071
|
ctx
|
|
13220
13072
|
});
|
|
13221
13073
|
|
|
13222
13074
|
return block;
|
|
13223
13075
|
}
|
|
13224
13076
|
|
|
13225
|
-
// (
|
|
13226
|
-
function
|
|
13077
|
+
// (591:70)
|
|
13078
|
+
function create_if_block_7$1(ctx) {
|
|
13227
13079
|
let div1;
|
|
13228
13080
|
let div0;
|
|
13229
13081
|
let t0;
|
|
13230
13082
|
let html_tag;
|
|
13231
|
-
let raw0_value = /*renderDealerName*/ ctx[
|
|
13083
|
+
let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
|
|
13232
13084
|
let t1;
|
|
13233
13085
|
let html_tag_1;
|
|
13234
|
-
let raw1_value = /*renderBetLimits*/ ctx[
|
|
13086
|
+
let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
|
|
13235
13087
|
let each_value_1 = new Array(numberofdisplayedresults);
|
|
13236
13088
|
validate_each_argument(each_value_1);
|
|
13237
13089
|
let each_blocks = [];
|
|
@@ -13254,11 +13106,11 @@
|
|
|
13254
13106
|
t1 = space();
|
|
13255
13107
|
html_tag_1 = new HtmlTag(false);
|
|
13256
13108
|
attr_dev(div0, "class", "LiveIcons");
|
|
13257
|
-
add_location(div0, file$1,
|
|
13109
|
+
add_location(div0, file$1, 592, 14, 21448);
|
|
13258
13110
|
html_tag.a = t1;
|
|
13259
13111
|
html_tag_1.a = null;
|
|
13260
|
-
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[
|
|
13261
|
-
add_location(div1, file$1,
|
|
13112
|
+
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
13113
|
+
add_location(div1, file$1, 591, 12, 21391);
|
|
13262
13114
|
},
|
|
13263
13115
|
m: function mount(target, anchor) {
|
|
13264
13116
|
insert_dev(target, div1, anchor);
|
|
@@ -13270,14 +13122,14 @@
|
|
|
13270
13122
|
}
|
|
13271
13123
|
}
|
|
13272
13124
|
|
|
13273
|
-
/*div0_binding*/ ctx[
|
|
13125
|
+
/*div0_binding*/ ctx[63](div0);
|
|
13274
13126
|
append_dev(div1, t0);
|
|
13275
13127
|
html_tag.m(raw0_value, div1);
|
|
13276
13128
|
append_dev(div1, t1);
|
|
13277
13129
|
html_tag_1.m(raw1_value, div1);
|
|
13278
13130
|
},
|
|
13279
13131
|
p: function update(ctx, dirty) {
|
|
13280
|
-
if (dirty[0] & /*roulleteresults, isdouble*/
|
|
13132
|
+
if (dirty[0] & /*roulleteresults, isdouble*/ 536887296 | dirty[1] & /*renderSpan, colorsourcearray*/ 2049) {
|
|
13281
13133
|
each_value_1 = new Array(numberofdisplayedresults);
|
|
13282
13134
|
validate_each_argument(each_value_1);
|
|
13283
13135
|
let i;
|
|
@@ -13301,48 +13153,48 @@
|
|
|
13301
13153
|
each_blocks.length = each_value_1.length;
|
|
13302
13154
|
}
|
|
13303
13155
|
|
|
13304
|
-
if (dirty[1] & /*dealername*/
|
|
13305
|
-
if (dirty[0] & /*min, max, currencySymbol*/
|
|
13156
|
+
if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
|
|
13157
|
+
if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
|
|
13306
13158
|
|
|
13307
|
-
if (dirty[
|
|
13308
|
-
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[
|
|
13159
|
+
if (dirty[0] & /*roulettecontainerclassname*/ 1073741824) {
|
|
13160
|
+
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
13309
13161
|
}
|
|
13310
13162
|
},
|
|
13311
13163
|
d: function destroy(detaching) {
|
|
13312
13164
|
if (detaching) detach_dev(div1);
|
|
13313
13165
|
destroy_each(each_blocks, detaching);
|
|
13314
|
-
/*div0_binding*/ ctx[
|
|
13166
|
+
/*div0_binding*/ ctx[63](null);
|
|
13315
13167
|
}
|
|
13316
13168
|
};
|
|
13317
13169
|
|
|
13318
13170
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13319
13171
|
block,
|
|
13320
|
-
id:
|
|
13172
|
+
id: create_if_block_7$1.name,
|
|
13321
13173
|
type: "if",
|
|
13322
|
-
source: "(
|
|
13174
|
+
source: "(591:70) ",
|
|
13323
13175
|
ctx
|
|
13324
13176
|
});
|
|
13325
13177
|
|
|
13326
13178
|
return block;
|
|
13327
13179
|
}
|
|
13328
13180
|
|
|
13329
|
-
// (
|
|
13330
|
-
function
|
|
13181
|
+
// (570:10) {#if isopen && displaytype && displaytype === BLACKJACK}
|
|
13182
|
+
function create_if_block_5$1(ctx) {
|
|
13331
13183
|
let div1;
|
|
13332
13184
|
let div0;
|
|
13333
13185
|
let t0;
|
|
13334
13186
|
let html_tag;
|
|
13335
|
-
let raw0_value = /*renderDealerName*/ ctx[
|
|
13187
|
+
let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
|
|
13336
13188
|
let t1;
|
|
13337
13189
|
let html_tag_1;
|
|
13338
|
-
let raw1_value = /*renderBetLimits*/ ctx[
|
|
13190
|
+
let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
|
|
13339
13191
|
|
|
13340
|
-
function
|
|
13341
|
-
if (/*istablefull*/ ctx[
|
|
13192
|
+
function select_block_type_1(ctx, dirty) {
|
|
13193
|
+
if (/*istablefull*/ ctx[32]) return create_if_block_6$1;
|
|
13342
13194
|
return create_else_block$1;
|
|
13343
13195
|
}
|
|
13344
13196
|
|
|
13345
|
-
let current_block_type =
|
|
13197
|
+
let current_block_type = select_block_type_1(ctx);
|
|
13346
13198
|
let if_block = current_block_type(ctx);
|
|
13347
13199
|
|
|
13348
13200
|
const block = {
|
|
@@ -13355,12 +13207,12 @@
|
|
|
13355
13207
|
t1 = space();
|
|
13356
13208
|
html_tag_1 = new HtmlTag(false);
|
|
13357
13209
|
attr_dev(div0, "class", "LiveIcons");
|
|
13358
|
-
add_location(div0, file$1,
|
|
13210
|
+
add_location(div0, file$1, 571, 14, 20054);
|
|
13359
13211
|
html_tag.a = t1;
|
|
13360
13212
|
html_tag_1.a = null;
|
|
13361
13213
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
13362
13214
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
13363
|
-
add_location(div1, file$1,
|
|
13215
|
+
add_location(div1, file$1, 570, 12, 19947);
|
|
13364
13216
|
},
|
|
13365
13217
|
m: function mount(target, anchor) {
|
|
13366
13218
|
insert_dev(target, div1, anchor);
|
|
@@ -13372,7 +13224,7 @@
|
|
|
13372
13224
|
html_tag_1.m(raw1_value, div1);
|
|
13373
13225
|
},
|
|
13374
13226
|
p: function update(ctx, dirty) {
|
|
13375
|
-
if (current_block_type === (current_block_type =
|
|
13227
|
+
if (current_block_type === (current_block_type = select_block_type_1(ctx)) && if_block) {
|
|
13376
13228
|
if_block.p(ctx, dirty);
|
|
13377
13229
|
} else {
|
|
13378
13230
|
if_block.d(1);
|
|
@@ -13384,8 +13236,8 @@
|
|
|
13384
13236
|
}
|
|
13385
13237
|
}
|
|
13386
13238
|
|
|
13387
|
-
if (dirty[1] & /*dealername*/
|
|
13388
|
-
if (dirty[0] & /*min, max, currencySymbol*/
|
|
13239
|
+
if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
|
|
13240
|
+
if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
|
|
13389
13241
|
},
|
|
13390
13242
|
d: function destroy(detaching) {
|
|
13391
13243
|
if (detaching) detach_dev(div1);
|
|
@@ -13395,25 +13247,25 @@
|
|
|
13395
13247
|
|
|
13396
13248
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13397
13249
|
block,
|
|
13398
|
-
id:
|
|
13250
|
+
id: create_if_block_5$1.name,
|
|
13399
13251
|
type: "if",
|
|
13400
|
-
source: "(
|
|
13252
|
+
source: "(570:10) {#if isopen && displaytype && displaytype === BLACKJACK}",
|
|
13401
13253
|
ctx
|
|
13402
13254
|
});
|
|
13403
13255
|
|
|
13404
13256
|
return block;
|
|
13405
13257
|
}
|
|
13406
13258
|
|
|
13407
|
-
// (
|
|
13408
|
-
function
|
|
13259
|
+
// (595:18) {#if roulleteresults && roulleteresults[i]}
|
|
13260
|
+
function create_if_block_8$1(ctx) {
|
|
13409
13261
|
let if_block_anchor;
|
|
13410
13262
|
|
|
13411
|
-
function
|
|
13412
|
-
if (/*isdouble*/ ctx[
|
|
13263
|
+
function select_block_type_2(ctx, dirty) {
|
|
13264
|
+
if (/*isdouble*/ ctx[29]) return create_if_block_9$1;
|
|
13413
13265
|
return create_else_block_1;
|
|
13414
13266
|
}
|
|
13415
13267
|
|
|
13416
|
-
let current_block_type =
|
|
13268
|
+
let current_block_type = select_block_type_2(ctx);
|
|
13417
13269
|
let if_block = current_block_type(ctx);
|
|
13418
13270
|
|
|
13419
13271
|
const block = {
|
|
@@ -13426,7 +13278,7 @@
|
|
|
13426
13278
|
insert_dev(target, if_block_anchor, anchor);
|
|
13427
13279
|
},
|
|
13428
13280
|
p: function update(ctx, dirty) {
|
|
13429
|
-
if (current_block_type === (current_block_type =
|
|
13281
|
+
if (current_block_type === (current_block_type = select_block_type_2(ctx)) && if_block) {
|
|
13430
13282
|
if_block.p(ctx, dirty);
|
|
13431
13283
|
} else {
|
|
13432
13284
|
if_block.d(1);
|
|
@@ -13446,19 +13298,19 @@
|
|
|
13446
13298
|
|
|
13447
13299
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13448
13300
|
block,
|
|
13449
|
-
id:
|
|
13301
|
+
id: create_if_block_8$1.name,
|
|
13450
13302
|
type: "if",
|
|
13451
|
-
source: "(
|
|
13303
|
+
source: "(595:18) {#if roulleteresults && roulleteresults[i]}",
|
|
13452
13304
|
ctx
|
|
13453
13305
|
});
|
|
13454
13306
|
|
|
13455
13307
|
return block;
|
|
13456
13308
|
}
|
|
13457
13309
|
|
|
13458
|
-
// (
|
|
13310
|
+
// (601:20) {:else}
|
|
13459
13311
|
function create_else_block_1(ctx) {
|
|
13460
13312
|
let html_tag;
|
|
13461
|
-
let raw_value = /*renderSpan*/ ctx[
|
|
13313
|
+
let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, /*i*/ ctx[105], /*roulleteresults*/ ctx[14][/*i*/ ctx[105]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]]]) + "";
|
|
13462
13314
|
let html_anchor;
|
|
13463
13315
|
|
|
13464
13316
|
const block = {
|
|
@@ -13472,7 +13324,7 @@
|
|
|
13472
13324
|
insert_dev(target, html_anchor, anchor);
|
|
13473
13325
|
},
|
|
13474
13326
|
p: function update(ctx, dirty) {
|
|
13475
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/
|
|
13327
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, /*i*/ ctx[105], /*roulleteresults*/ ctx[14][/*i*/ ctx[105]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]]]) + "")) html_tag.p(raw_value);
|
|
13476
13328
|
},
|
|
13477
13329
|
d: function destroy(detaching) {
|
|
13478
13330
|
if (detaching) detach_dev(html_anchor);
|
|
@@ -13484,21 +13336,21 @@
|
|
|
13484
13336
|
block,
|
|
13485
13337
|
id: create_else_block_1.name,
|
|
13486
13338
|
type: "else",
|
|
13487
|
-
source: "(
|
|
13339
|
+
source: "(601:20) {:else}",
|
|
13488
13340
|
ctx
|
|
13489
13341
|
});
|
|
13490
13342
|
|
|
13491
13343
|
return block;
|
|
13492
13344
|
}
|
|
13493
13345
|
|
|
13494
|
-
// (
|
|
13495
|
-
function
|
|
13346
|
+
// (596:20) {#if isdouble}
|
|
13347
|
+
function create_if_block_9$1(ctx) {
|
|
13496
13348
|
let div;
|
|
13497
13349
|
let html_tag;
|
|
13498
|
-
let raw0_value = /*renderSpan*/ ctx[
|
|
13350
|
+
let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[105]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]]) + "";
|
|
13499
13351
|
let t0;
|
|
13500
13352
|
let html_tag_1;
|
|
13501
|
-
let raw1_value = /*renderSpan*/ ctx[
|
|
13353
|
+
let raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[105]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1]]) + "";
|
|
13502
13354
|
let t1;
|
|
13503
13355
|
|
|
13504
13356
|
const block = {
|
|
@@ -13511,7 +13363,7 @@
|
|
|
13511
13363
|
html_tag.a = t0;
|
|
13512
13364
|
html_tag_1.a = t1;
|
|
13513
13365
|
attr_dev(div, "class", "Double");
|
|
13514
|
-
add_location(div, file$1,
|
|
13366
|
+
add_location(div, file$1, 596, 22, 21690);
|
|
13515
13367
|
},
|
|
13516
13368
|
m: function mount(target, anchor) {
|
|
13517
13369
|
insert_dev(target, div, anchor);
|
|
@@ -13521,8 +13373,8 @@
|
|
|
13521
13373
|
append_dev(div, t1);
|
|
13522
13374
|
},
|
|
13523
13375
|
p: function update(ctx, dirty) {
|
|
13524
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/
|
|
13525
|
-
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/
|
|
13376
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[105]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][0]]) + "")) html_tag.p(raw0_value);
|
|
13377
|
+
if (dirty[0] & /*roulleteresults*/ 16384 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[105] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[105]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[105]][1]]) + "")) html_tag_1.p(raw1_value);
|
|
13526
13378
|
},
|
|
13527
13379
|
d: function destroy(detaching) {
|
|
13528
13380
|
if (detaching) detach_dev(div);
|
|
@@ -13531,19 +13383,19 @@
|
|
|
13531
13383
|
|
|
13532
13384
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13533
13385
|
block,
|
|
13534
|
-
id:
|
|
13386
|
+
id: create_if_block_9$1.name,
|
|
13535
13387
|
type: "if",
|
|
13536
|
-
source: "(
|
|
13388
|
+
source: "(596:20) {#if isdouble}",
|
|
13537
13389
|
ctx
|
|
13538
13390
|
});
|
|
13539
13391
|
|
|
13540
13392
|
return block;
|
|
13541
13393
|
}
|
|
13542
13394
|
|
|
13543
|
-
// (
|
|
13395
|
+
// (594:16) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
13544
13396
|
function create_each_block_1(ctx) {
|
|
13545
13397
|
let if_block_anchor;
|
|
13546
|
-
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[105]] &&
|
|
13398
|
+
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[105]] && create_if_block_8$1(ctx);
|
|
13547
13399
|
|
|
13548
13400
|
const block = {
|
|
13549
13401
|
c: function create() {
|
|
@@ -13559,7 +13411,7 @@
|
|
|
13559
13411
|
if (if_block) {
|
|
13560
13412
|
if_block.p(ctx, dirty);
|
|
13561
13413
|
} else {
|
|
13562
|
-
if_block =
|
|
13414
|
+
if_block = create_if_block_8$1(ctx);
|
|
13563
13415
|
if_block.c();
|
|
13564
13416
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
13565
13417
|
}
|
|
@@ -13578,17 +13430,17 @@
|
|
|
13578
13430
|
block,
|
|
13579
13431
|
id: create_each_block_1.name,
|
|
13580
13432
|
type: "each",
|
|
13581
|
-
source: "(
|
|
13433
|
+
source: "(594:16) {#each new Array(numberofdisplayedresults) as garbage, i}",
|
|
13582
13434
|
ctx
|
|
13583
13435
|
});
|
|
13584
13436
|
|
|
13585
13437
|
return block;
|
|
13586
13438
|
}
|
|
13587
13439
|
|
|
13588
|
-
// (
|
|
13440
|
+
// (577:16) {:else}
|
|
13589
13441
|
function create_else_block$1(ctx) {
|
|
13590
13442
|
let each_1_anchor;
|
|
13591
|
-
let each_value = /*seats*/ ctx[
|
|
13443
|
+
let each_value = /*seats*/ ctx[24];
|
|
13592
13444
|
validate_each_argument(each_value);
|
|
13593
13445
|
let each_blocks = [];
|
|
13594
13446
|
|
|
@@ -13614,8 +13466,8 @@
|
|
|
13614
13466
|
insert_dev(target, each_1_anchor, anchor);
|
|
13615
13467
|
},
|
|
13616
13468
|
p: function update(ctx, dirty) {
|
|
13617
|
-
if (dirty[0] & /*currentoccupiedseats, seats*/
|
|
13618
|
-
each_value = /*seats*/ ctx[
|
|
13469
|
+
if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 | dirty[1] & /*contains*/ 256) {
|
|
13470
|
+
each_value = /*seats*/ ctx[24];
|
|
13619
13471
|
validate_each_argument(each_value);
|
|
13620
13472
|
let i;
|
|
13621
13473
|
|
|
@@ -13648,17 +13500,17 @@
|
|
|
13648
13500
|
block,
|
|
13649
13501
|
id: create_else_block$1.name,
|
|
13650
13502
|
type: "else",
|
|
13651
|
-
source: "(
|
|
13503
|
+
source: "(577:16) {:else}",
|
|
13652
13504
|
ctx
|
|
13653
13505
|
});
|
|
13654
13506
|
|
|
13655
13507
|
return block;
|
|
13656
13508
|
}
|
|
13657
13509
|
|
|
13658
|
-
// (
|
|
13659
|
-
function
|
|
13510
|
+
// (573:16) {#if istablefull}
|
|
13511
|
+
function create_if_block_6$1(ctx) {
|
|
13660
13512
|
let span;
|
|
13661
|
-
let t_value = /*$_*/ ctx[
|
|
13513
|
+
let t_value = /*$_*/ ctx[35]('full') + "";
|
|
13662
13514
|
let t;
|
|
13663
13515
|
|
|
13664
13516
|
const block = {
|
|
@@ -13666,14 +13518,14 @@
|
|
|
13666
13518
|
span = element("span");
|
|
13667
13519
|
t = text(t_value);
|
|
13668
13520
|
attr_dev(span, "class", "FullTable");
|
|
13669
|
-
add_location(span, file$1,
|
|
13521
|
+
add_location(span, file$1, 573, 18, 20130);
|
|
13670
13522
|
},
|
|
13671
13523
|
m: function mount(target, anchor) {
|
|
13672
13524
|
insert_dev(target, span, anchor);
|
|
13673
13525
|
append_dev(span, t);
|
|
13674
13526
|
},
|
|
13675
13527
|
p: function update(ctx, dirty) {
|
|
13676
|
-
if (dirty[1] & /*$_*/
|
|
13528
|
+
if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('full') + "")) set_data_dev(t, t_value);
|
|
13677
13529
|
},
|
|
13678
13530
|
d: function destroy(detaching) {
|
|
13679
13531
|
if (detaching) detach_dev(span);
|
|
@@ -13682,16 +13534,16 @@
|
|
|
13682
13534
|
|
|
13683
13535
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13684
13536
|
block,
|
|
13685
|
-
id:
|
|
13537
|
+
id: create_if_block_6$1.name,
|
|
13686
13538
|
type: "if",
|
|
13687
|
-
source: "(
|
|
13539
|
+
source: "(573:16) {#if istablefull}",
|
|
13688
13540
|
ctx
|
|
13689
13541
|
});
|
|
13690
13542
|
|
|
13691
13543
|
return block;
|
|
13692
13544
|
}
|
|
13693
13545
|
|
|
13694
|
-
// (
|
|
13546
|
+
// (578:18) {#each seats as seatData}
|
|
13695
13547
|
function create_each_block$1(ctx) {
|
|
13696
13548
|
let span;
|
|
13697
13549
|
let svg;
|
|
@@ -13708,20 +13560,20 @@
|
|
|
13708
13560
|
path1 = svg_element("path");
|
|
13709
13561
|
t = space();
|
|
13710
13562
|
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");
|
|
13711
|
-
add_location(path0, file$1,
|
|
13563
|
+
add_location(path0, file$1, 580, 24, 20527);
|
|
13712
13564
|
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");
|
|
13713
|
-
add_location(path1, file$1,
|
|
13565
|
+
add_location(path1, file$1, 581, 24, 20905);
|
|
13714
13566
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13715
13567
|
attr_dev(svg, "width", "13");
|
|
13716
13568
|
attr_dev(svg, "height", "14");
|
|
13717
13569
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13718
|
-
add_location(svg, file$1,
|
|
13570
|
+
add_location(svg, file$1, 579, 22, 20419);
|
|
13719
13571
|
|
|
13720
|
-
attr_dev(span, "class", span_class_value = /*contains*/ ctx[
|
|
13572
|
+
attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[100].toString())
|
|
13721
13573
|
? 'ClosedSeat'
|
|
13722
13574
|
: 'OpenSeat');
|
|
13723
13575
|
|
|
13724
|
-
add_location(span, file$1,
|
|
13576
|
+
add_location(span, file$1, 578, 20, 20302);
|
|
13725
13577
|
},
|
|
13726
13578
|
m: function mount(target, anchor) {
|
|
13727
13579
|
insert_dev(target, span, anchor);
|
|
@@ -13731,7 +13583,7 @@
|
|
|
13731
13583
|
append_dev(span, t);
|
|
13732
13584
|
},
|
|
13733
13585
|
p: function update(ctx, dirty) {
|
|
13734
|
-
if (dirty[0] & /*currentoccupiedseats, seats*/
|
|
13586
|
+
if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[100].toString())
|
|
13735
13587
|
? 'ClosedSeat'
|
|
13736
13588
|
: 'OpenSeat')) {
|
|
13737
13589
|
attr_dev(span, "class", span_class_value);
|
|
@@ -13746,15 +13598,15 @@
|
|
|
13746
13598
|
block,
|
|
13747
13599
|
id: create_each_block$1.name,
|
|
13748
13600
|
type: "each",
|
|
13749
|
-
source: "(
|
|
13601
|
+
source: "(578:18) {#each seats as seatData}",
|
|
13750
13602
|
ctx
|
|
13751
13603
|
});
|
|
13752
13604
|
|
|
13753
13605
|
return block;
|
|
13754
13606
|
}
|
|
13755
13607
|
|
|
13756
|
-
// (
|
|
13757
|
-
function
|
|
13608
|
+
// (632:79)
|
|
13609
|
+
function create_if_block_3$1(ctx) {
|
|
13758
13610
|
let div;
|
|
13759
13611
|
let svg;
|
|
13760
13612
|
let path;
|
|
@@ -13766,25 +13618,84 @@
|
|
|
13766
13618
|
path = svg_element("path");
|
|
13767
13619
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13768
13620
|
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");
|
|
13769
|
-
add_location(path, file$1,
|
|
13621
|
+
add_location(path, file$1, 634, 12, 25212);
|
|
13770
13622
|
attr_dev(svg, "version", "1.1");
|
|
13771
13623
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13772
13624
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13773
13625
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13774
13626
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13775
13627
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13776
|
-
add_location(svg, file$1,
|
|
13628
|
+
add_location(svg, file$1, 633, 10, 25012);
|
|
13629
|
+
attr_dev(div, "class", "FavIconContainer");
|
|
13630
|
+
add_location(div, file$1, 632, 8, 24971);
|
|
13631
|
+
},
|
|
13632
|
+
m: function mount(target, anchor) {
|
|
13633
|
+
insert_dev(target, div, anchor);
|
|
13634
|
+
append_dev(div, svg);
|
|
13635
|
+
append_dev(svg, path);
|
|
13636
|
+
},
|
|
13637
|
+
p: noop$1,
|
|
13638
|
+
d: function destroy(detaching) {
|
|
13639
|
+
if (detaching) detach_dev(div);
|
|
13640
|
+
}
|
|
13641
|
+
};
|
|
13642
|
+
|
|
13643
|
+
dispatch_dev("SvelteRegisterBlock", {
|
|
13644
|
+
block,
|
|
13645
|
+
id: create_if_block_3$1.name,
|
|
13646
|
+
type: "if",
|
|
13647
|
+
source: "(632:79) ",
|
|
13648
|
+
ctx
|
|
13649
|
+
});
|
|
13650
|
+
|
|
13651
|
+
return block;
|
|
13652
|
+
}
|
|
13653
|
+
|
|
13654
|
+
// (619:68)
|
|
13655
|
+
function create_if_block_2$1(ctx) {
|
|
13656
|
+
let div;
|
|
13657
|
+
let svg;
|
|
13658
|
+
let path;
|
|
13659
|
+
let mounted;
|
|
13660
|
+
let dispose;
|
|
13661
|
+
|
|
13662
|
+
const block = {
|
|
13663
|
+
c: function create() {
|
|
13664
|
+
div = element("div");
|
|
13665
|
+
svg = svg_element("svg");
|
|
13666
|
+
path = svg_element("path");
|
|
13667
|
+
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13668
|
+
attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
|
|
13669
|
+
add_location(path, file$1, 621, 114, 23769);
|
|
13670
|
+
attr_dev(svg, "version", "1.1");
|
|
13671
|
+
attr_dev(svg, "class", "UnfavoredIcon");
|
|
13672
|
+
attr_dev(svg, "part", "UnfavoredIcon");
|
|
13673
|
+
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13674
|
+
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13675
|
+
attr_dev(svg, "x", "20px");
|
|
13676
|
+
attr_dev(svg, "y", "20px");
|
|
13677
|
+
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
13678
|
+
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
13679
|
+
attr_dev(svg, "xml:space", "preserve");
|
|
13680
|
+
add_location(svg, file$1, 620, 12, 23497);
|
|
13777
13681
|
attr_dev(div, "class", "FavIconContainer");
|
|
13778
|
-
add_location(div, file$1,
|
|
13682
|
+
add_location(div, file$1, 619, 10, 23408);
|
|
13779
13683
|
},
|
|
13780
13684
|
m: function mount(target, anchor) {
|
|
13781
13685
|
insert_dev(target, div, anchor);
|
|
13782
13686
|
append_dev(div, svg);
|
|
13783
13687
|
append_dev(svg, path);
|
|
13688
|
+
|
|
13689
|
+
if (!mounted) {
|
|
13690
|
+
dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[65], false, false, false, false);
|
|
13691
|
+
mounted = true;
|
|
13692
|
+
}
|
|
13784
13693
|
},
|
|
13785
13694
|
p: noop$1,
|
|
13786
13695
|
d: function destroy(detaching) {
|
|
13787
13696
|
if (detaching) detach_dev(div);
|
|
13697
|
+
mounted = false;
|
|
13698
|
+
dispose();
|
|
13788
13699
|
}
|
|
13789
13700
|
};
|
|
13790
13701
|
|
|
@@ -13792,14 +13703,14 @@
|
|
|
13792
13703
|
block,
|
|
13793
13704
|
id: create_if_block_2$1.name,
|
|
13794
13705
|
type: "if",
|
|
13795
|
-
source: "(
|
|
13706
|
+
source: "(619:68) ",
|
|
13796
13707
|
ctx
|
|
13797
13708
|
});
|
|
13798
13709
|
|
|
13799
13710
|
return block;
|
|
13800
13711
|
}
|
|
13801
13712
|
|
|
13802
|
-
// (
|
|
13713
|
+
// (613:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
|
|
13803
13714
|
function create_if_block_1$1(ctx) {
|
|
13804
13715
|
let div;
|
|
13805
13716
|
let svg;
|
|
@@ -13814,16 +13725,16 @@
|
|
|
13814
13725
|
path = svg_element("path");
|
|
13815
13726
|
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13816
13727
|
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");
|
|
13817
|
-
add_location(path, file$1,
|
|
13728
|
+
add_location(path, file$1, 615, 12, 22928);
|
|
13818
13729
|
attr_dev(svg, "version", "1.1");
|
|
13819
13730
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13820
13731
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13821
13732
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13822
13733
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13823
13734
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13824
|
-
add_location(svg, file$1,
|
|
13735
|
+
add_location(svg, file$1, 614, 10, 22728);
|
|
13825
13736
|
attr_dev(div, "class", "FavIconContainer");
|
|
13826
|
-
add_location(div, file$1,
|
|
13737
|
+
add_location(div, file$1, 613, 8, 22641);
|
|
13827
13738
|
},
|
|
13828
13739
|
m: function mount(target, anchor) {
|
|
13829
13740
|
insert_dev(target, div, anchor);
|
|
@@ -13831,7 +13742,7 @@
|
|
|
13831
13742
|
append_dev(svg, path);
|
|
13832
13743
|
|
|
13833
13744
|
if (!mounted) {
|
|
13834
|
-
dispose = listen_dev(div, "click", /*
|
|
13745
|
+
dispose = listen_dev(div, "click", /*click_handler_1*/ ctx[64], false, false, false, false);
|
|
13835
13746
|
mounted = true;
|
|
13836
13747
|
}
|
|
13837
13748
|
},
|
|
@@ -13847,14 +13758,14 @@
|
|
|
13847
13758
|
block,
|
|
13848
13759
|
id: create_if_block_1$1.name,
|
|
13849
13760
|
type: "if",
|
|
13850
|
-
source: "(
|
|
13761
|
+
source: "(613:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
|
|
13851
13762
|
ctx
|
|
13852
13763
|
});
|
|
13853
13764
|
|
|
13854
13765
|
return block;
|
|
13855
13766
|
}
|
|
13856
13767
|
|
|
13857
|
-
// (
|
|
13768
|
+
// (641:2) {#if showgamename === 'true'}
|
|
13858
13769
|
function create_if_block$1(ctx) {
|
|
13859
13770
|
let p;
|
|
13860
13771
|
let t;
|
|
@@ -13865,7 +13776,7 @@
|
|
|
13865
13776
|
t = text(/*gamename*/ ctx[4]);
|
|
13866
13777
|
attr_dev(p, "class", "GameNameBelow");
|
|
13867
13778
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13868
|
-
add_location(p, file$1,
|
|
13779
|
+
add_location(p, file$1, 641, 4, 25681);
|
|
13869
13780
|
},
|
|
13870
13781
|
m: function mount(target, anchor) {
|
|
13871
13782
|
insert_dev(target, p, anchor);
|
|
@@ -13887,7 +13798,7 @@
|
|
|
13887
13798
|
block,
|
|
13888
13799
|
id: create_if_block$1.name,
|
|
13889
13800
|
type: "if",
|
|
13890
|
-
source: "(
|
|
13801
|
+
source: "(641:2) {#if showgamename === 'true'}",
|
|
13891
13802
|
ctx
|
|
13892
13803
|
});
|
|
13893
13804
|
|
|
@@ -13903,44 +13814,45 @@
|
|
|
13903
13814
|
let t0;
|
|
13904
13815
|
let div1;
|
|
13905
13816
|
let div0;
|
|
13906
|
-
let show_if_2 = !isMobile(/*userAgent*/ ctx[37]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16];
|
|
13907
|
-
let t1;
|
|
13908
13817
|
let p;
|
|
13818
|
+
let t1;
|
|
13909
13819
|
let t2;
|
|
13910
13820
|
let t3;
|
|
13911
|
-
let t4;
|
|
13912
13821
|
let span;
|
|
13913
|
-
let
|
|
13822
|
+
let t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "";
|
|
13823
|
+
let t4;
|
|
13914
13824
|
let t5;
|
|
13915
|
-
let t6;
|
|
13916
13825
|
let div3;
|
|
13917
13826
|
let div2;
|
|
13827
|
+
let t6;
|
|
13918
13828
|
let t7;
|
|
13919
13829
|
let t8;
|
|
13920
|
-
let t9;
|
|
13921
13830
|
let show_if;
|
|
13922
13831
|
let show_if_1;
|
|
13832
|
+
let show_if_2;
|
|
13923
13833
|
let div4_class_value;
|
|
13924
|
-
let
|
|
13834
|
+
let t9;
|
|
13925
13835
|
let div5_class_value;
|
|
13926
|
-
let if_block0 =
|
|
13927
|
-
let if_block1 = /*
|
|
13928
|
-
let if_block2 = /*
|
|
13929
|
-
let if_block3 = /*
|
|
13930
|
-
let if_block4 = /*livegamedata*/ ctx[13] && create_if_block_3$1(ctx);
|
|
13836
|
+
let if_block0 = /*lang*/ ctx[1] && create_if_block_13(ctx);
|
|
13837
|
+
let if_block1 = /*gameisnew*/ ctx[7] && create_if_block_12(ctx);
|
|
13838
|
+
let if_block2 = /*gametag*/ ctx[8] && create_if_block_11(ctx);
|
|
13839
|
+
let if_block3 = /*livegamedata*/ ctx[13] && create_if_block_4$1(ctx);
|
|
13931
13840
|
|
|
13932
|
-
function
|
|
13841
|
+
function select_block_type_3(ctx, dirty) {
|
|
13933
13842
|
if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if = null;
|
|
13934
|
-
if (dirty[0] & /*gamefavorite, isLoggedIn
|
|
13935
|
-
if (
|
|
13843
|
+
if (dirty[0] & /*gamefavorite, isLoggedIn*/ 65537) show_if_1 = null;
|
|
13844
|
+
if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if_2 = null;
|
|
13845
|
+
if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13936
13846
|
if (show_if) return create_if_block_1$1;
|
|
13937
|
-
if (show_if_1 == null) show_if_1 = !!(isMobile(/*userAgent*/ ctx[
|
|
13847
|
+
if (show_if_1 == null) show_if_1 = !!(!isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16]);
|
|
13938
13848
|
if (show_if_1) return create_if_block_2$1;
|
|
13849
|
+
if (show_if_2 == null) show_if_2 = !!(isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13850
|
+
if (show_if_2) return create_if_block_3$1;
|
|
13939
13851
|
}
|
|
13940
13852
|
|
|
13941
|
-
let current_block_type =
|
|
13942
|
-
let
|
|
13943
|
-
let
|
|
13853
|
+
let current_block_type = select_block_type_3(ctx, [-1, -1, -1, -1]);
|
|
13854
|
+
let if_block4 = current_block_type && current_block_type(ctx);
|
|
13855
|
+
let if_block5 = /*showgamename*/ ctx[10] === 'true' && create_if_block$1(ctx);
|
|
13944
13856
|
|
|
13945
13857
|
const block = {
|
|
13946
13858
|
c: function create() {
|
|
@@ -13950,18 +13862,18 @@
|
|
|
13950
13862
|
t0 = space();
|
|
13951
13863
|
div1 = element("div");
|
|
13952
13864
|
div0 = element("div");
|
|
13953
|
-
if (if_block0) if_block0.c();
|
|
13954
|
-
t1 = space();
|
|
13955
13865
|
p = element("p");
|
|
13956
|
-
|
|
13866
|
+
t1 = text(/*gamename*/ ctx[4]);
|
|
13867
|
+
t2 = space();
|
|
13868
|
+
if (if_block0) if_block0.c();
|
|
13957
13869
|
t3 = space();
|
|
13958
|
-
if (if_block1) if_block1.c();
|
|
13959
|
-
t4 = space();
|
|
13960
13870
|
span = element("span");
|
|
13961
|
-
|
|
13962
|
-
|
|
13871
|
+
t4 = text(t4_value);
|
|
13872
|
+
t5 = space();
|
|
13963
13873
|
div3 = element("div");
|
|
13964
13874
|
div2 = element("div");
|
|
13875
|
+
if (if_block1) if_block1.c();
|
|
13876
|
+
t6 = space();
|
|
13965
13877
|
if (if_block2) if_block2.c();
|
|
13966
13878
|
t7 = space();
|
|
13967
13879
|
if (if_block3) if_block3.c();
|
|
@@ -13969,35 +13881,33 @@
|
|
|
13969
13881
|
if (if_block4) if_block4.c();
|
|
13970
13882
|
t9 = space();
|
|
13971
13883
|
if (if_block5) if_block5.c();
|
|
13972
|
-
t10 = space();
|
|
13973
|
-
if (if_block6) if_block6.c();
|
|
13974
13884
|
this.c = noop$1;
|
|
13975
13885
|
if (!src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) attr_dev(img, "src", img_src_value);
|
|
13976
|
-
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[
|
|
13886
|
+
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
|
|
13977
13887
|
attr_dev(img, "alt", "");
|
|
13978
13888
|
attr_dev(img, "loading", "lazy");
|
|
13979
13889
|
add_location(img, file$1, 536, 4, 18577);
|
|
13980
13890
|
attr_dev(p, "class", "GameInfoName");
|
|
13981
13891
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13982
|
-
add_location(p, file$1,
|
|
13892
|
+
add_location(p, file$1, 539, 8, 18782);
|
|
13983
13893
|
attr_dev(div0, "class", "GameInfo");
|
|
13984
13894
|
add_location(div0, file$1, 538, 6, 18751);
|
|
13985
13895
|
attr_dev(span, "class", "GameInfoVendor");
|
|
13986
|
-
add_location(span, file$1,
|
|
13896
|
+
add_location(span, file$1, 544, 6, 18998);
|
|
13987
13897
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
13988
13898
|
add_location(div1, file$1, 537, 4, 18715);
|
|
13989
13899
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
13990
|
-
add_location(div2, file$1,
|
|
13900
|
+
add_location(div2, file$1, 549, 6, 19139);
|
|
13991
13901
|
attr_dev(div3, "class", "GameExtraInfoContainer");
|
|
13992
|
-
add_location(div3, file$1,
|
|
13902
|
+
add_location(div3, file$1, 548, 2, 19096);
|
|
13993
13903
|
|
|
13994
|
-
attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[
|
|
13904
|
+
attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[32]
|
|
13995
13905
|
? 'GameInnerContainerUnavailable'
|
|
13996
13906
|
: ''));
|
|
13997
13907
|
|
|
13998
13908
|
add_location(div4, file$1, 535, 2, 18420);
|
|
13999
13909
|
|
|
14000
|
-
attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[
|
|
13910
|
+
attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[33]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
14001
13911
|
? 'CasinoGamesGridSlider'
|
|
14002
13912
|
: ''}`);
|
|
14003
13913
|
|
|
@@ -14011,79 +13921,75 @@
|
|
|
14011
13921
|
insert_dev(target, div5, anchor);
|
|
14012
13922
|
append_dev(div5, div4);
|
|
14013
13923
|
append_dev(div4, img);
|
|
14014
|
-
/*img_binding*/ ctx[
|
|
13924
|
+
/*img_binding*/ ctx[61](img);
|
|
14015
13925
|
append_dev(div4, t0);
|
|
14016
13926
|
append_dev(div4, div1);
|
|
14017
13927
|
append_dev(div1, div0);
|
|
14018
|
-
if (if_block0) if_block0.m(div0, null);
|
|
14019
|
-
append_dev(div0, t1);
|
|
14020
13928
|
append_dev(div0, p);
|
|
14021
|
-
append_dev(p,
|
|
14022
|
-
append_dev(div0,
|
|
14023
|
-
if (
|
|
14024
|
-
append_dev(div1,
|
|
13929
|
+
append_dev(p, t1);
|
|
13930
|
+
append_dev(div0, t2);
|
|
13931
|
+
if (if_block0) if_block0.m(div0, null);
|
|
13932
|
+
append_dev(div1, t3);
|
|
14025
13933
|
append_dev(div1, span);
|
|
14026
|
-
append_dev(span,
|
|
14027
|
-
append_dev(div4,
|
|
13934
|
+
append_dev(span, t4);
|
|
13935
|
+
append_dev(div4, t5);
|
|
14028
13936
|
append_dev(div4, div3);
|
|
14029
13937
|
append_dev(div3, div2);
|
|
13938
|
+
if (if_block1) if_block1.m(div2, null);
|
|
13939
|
+
append_dev(div2, t6);
|
|
14030
13940
|
if (if_block2) if_block2.m(div2, null);
|
|
14031
13941
|
append_dev(div2, t7);
|
|
14032
13942
|
if (if_block3) if_block3.m(div2, null);
|
|
14033
|
-
append_dev(
|
|
14034
|
-
if (if_block4) if_block4.m(
|
|
14035
|
-
append_dev(
|
|
14036
|
-
if (if_block5) if_block5.m(
|
|
14037
|
-
|
|
14038
|
-
if (if_block6) if_block6.m(div5, null);
|
|
14039
|
-
/*div5_binding*/ ctx[67](div5);
|
|
13943
|
+
append_dev(div3, t8);
|
|
13944
|
+
if (if_block4) if_block4.m(div3, null);
|
|
13945
|
+
append_dev(div5, t9);
|
|
13946
|
+
if (if_block5) if_block5.m(div5, null);
|
|
13947
|
+
/*div5_binding*/ ctx[66](div5);
|
|
14040
13948
|
},
|
|
14041
13949
|
p: function update(ctx, dirty) {
|
|
14042
13950
|
if (dirty[0] & /*gamethumbnail*/ 8 && !src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) {
|
|
14043
13951
|
attr_dev(img, "src", img_src_value);
|
|
14044
13952
|
}
|
|
14045
13953
|
|
|
14046
|
-
if (dirty[0] & /*gamecellsize, loaded*/
|
|
13954
|
+
if (dirty[0] & /*gamecellsize, loaded*/ 131584 && img_class_value !== (img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`)) {
|
|
14047
13955
|
attr_dev(img, "class", img_class_value);
|
|
14048
13956
|
}
|
|
14049
13957
|
|
|
14050
|
-
if (dirty[0] & /*
|
|
13958
|
+
if (dirty[0] & /*gamename*/ 16) set_data_dev(t1, /*gamename*/ ctx[4]);
|
|
13959
|
+
|
|
13960
|
+
if (dirty[0] & /*gamename*/ 16) {
|
|
13961
|
+
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13962
|
+
}
|
|
14051
13963
|
|
|
14052
|
-
if (
|
|
13964
|
+
if (/*lang*/ ctx[1]) {
|
|
14053
13965
|
if (if_block0) {
|
|
14054
13966
|
if_block0.p(ctx, dirty);
|
|
14055
13967
|
} else {
|
|
14056
13968
|
if_block0 = create_if_block_13(ctx);
|
|
14057
13969
|
if_block0.c();
|
|
14058
|
-
if_block0.m(div0,
|
|
13970
|
+
if_block0.m(div0, null);
|
|
14059
13971
|
}
|
|
14060
13972
|
} else if (if_block0) {
|
|
14061
13973
|
if_block0.d(1);
|
|
14062
13974
|
if_block0 = null;
|
|
14063
13975
|
}
|
|
14064
13976
|
|
|
14065
|
-
if (dirty[0] & /*
|
|
14066
|
-
|
|
14067
|
-
if (dirty[0] & /*gamename*/ 16) {
|
|
14068
|
-
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
14069
|
-
}
|
|
13977
|
+
if (dirty[0] & /*gamevendor*/ 32 && t4_value !== (t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t4, t4_value);
|
|
14070
13978
|
|
|
14071
|
-
if (/*
|
|
13979
|
+
if (/*gameisnew*/ ctx[7]) {
|
|
14072
13980
|
if (if_block1) {
|
|
14073
13981
|
if_block1.p(ctx, dirty);
|
|
14074
13982
|
} else {
|
|
14075
13983
|
if_block1 = create_if_block_12(ctx);
|
|
14076
13984
|
if_block1.c();
|
|
14077
|
-
if_block1.m(
|
|
13985
|
+
if_block1.m(div2, t6);
|
|
14078
13986
|
}
|
|
14079
13987
|
} else if (if_block1) {
|
|
14080
13988
|
if_block1.d(1);
|
|
14081
13989
|
if_block1 = null;
|
|
14082
13990
|
}
|
|
14083
13991
|
|
|
14084
|
-
if (
|
|
14085
|
-
|
|
14086
|
-
if (/*gameisnew*/ ctx[7]) {
|
|
13992
|
+
if (/*gametag*/ ctx[8]) {
|
|
14087
13993
|
if (if_block2) {
|
|
14088
13994
|
if_block2.p(ctx, dirty);
|
|
14089
13995
|
} else {
|
|
@@ -14096,70 +14002,57 @@
|
|
|
14096
14002
|
if_block2 = null;
|
|
14097
14003
|
}
|
|
14098
14004
|
|
|
14099
|
-
if (/*
|
|
14005
|
+
if (/*livegamedata*/ ctx[13]) {
|
|
14100
14006
|
if (if_block3) {
|
|
14101
14007
|
if_block3.p(ctx, dirty);
|
|
14102
14008
|
} else {
|
|
14103
|
-
if_block3 =
|
|
14009
|
+
if_block3 = create_if_block_4$1(ctx);
|
|
14104
14010
|
if_block3.c();
|
|
14105
|
-
if_block3.m(div2,
|
|
14011
|
+
if_block3.m(div2, null);
|
|
14106
14012
|
}
|
|
14107
14013
|
} else if (if_block3) {
|
|
14108
14014
|
if_block3.d(1);
|
|
14109
14015
|
if_block3 = null;
|
|
14110
14016
|
}
|
|
14111
14017
|
|
|
14112
|
-
if (
|
|
14113
|
-
|
|
14114
|
-
if_block4.p(ctx, dirty);
|
|
14115
|
-
} else {
|
|
14116
|
-
if_block4 = create_if_block_3$1(ctx);
|
|
14117
|
-
if_block4.c();
|
|
14118
|
-
if_block4.m(div2, null);
|
|
14119
|
-
}
|
|
14120
|
-
} else if (if_block4) {
|
|
14121
|
-
if_block4.d(1);
|
|
14122
|
-
if_block4 = null;
|
|
14123
|
-
}
|
|
14124
|
-
|
|
14125
|
-
if (current_block_type === (current_block_type = select_block_type_4(ctx, dirty)) && if_block5) {
|
|
14126
|
-
if_block5.p(ctx, dirty);
|
|
14018
|
+
if (current_block_type === (current_block_type = select_block_type_3(ctx, dirty)) && if_block4) {
|
|
14019
|
+
if_block4.p(ctx, dirty);
|
|
14127
14020
|
} else {
|
|
14128
|
-
if (
|
|
14129
|
-
|
|
14021
|
+
if (if_block4) if_block4.d(1);
|
|
14022
|
+
if_block4 = current_block_type && current_block_type(ctx);
|
|
14130
14023
|
|
|
14131
|
-
if (
|
|
14132
|
-
|
|
14133
|
-
|
|
14024
|
+
if (if_block4) {
|
|
14025
|
+
if_block4.c();
|
|
14026
|
+
if_block4.m(div3, null);
|
|
14134
14027
|
}
|
|
14135
14028
|
}
|
|
14136
14029
|
|
|
14137
|
-
if (dirty[0] & /*livegamedata, isopen, openhours*/
|
|
14030
|
+
if (dirty[0] & /*livegamedata, isopen, openhours*/ 12591104 | dirty[1] & /*istablefull*/ 2 && div4_class_value !== (div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[32]
|
|
14138
14031
|
? 'GameInnerContainerUnavailable'
|
|
14139
14032
|
: ''))) {
|
|
14140
14033
|
attr_dev(div4, "class", div4_class_value);
|
|
14141
14034
|
}
|
|
14142
14035
|
|
|
14143
14036
|
if (/*showgamename*/ ctx[10] === 'true') {
|
|
14144
|
-
if (
|
|
14145
|
-
|
|
14037
|
+
if (if_block5) {
|
|
14038
|
+
if_block5.p(ctx, dirty);
|
|
14146
14039
|
} else {
|
|
14147
|
-
|
|
14148
|
-
|
|
14149
|
-
|
|
14040
|
+
if_block5 = create_if_block$1(ctx);
|
|
14041
|
+
if_block5.c();
|
|
14042
|
+
if_block5.m(div5, null);
|
|
14150
14043
|
}
|
|
14151
|
-
} else if (
|
|
14152
|
-
|
|
14153
|
-
|
|
14044
|
+
} else if (if_block5) {
|
|
14045
|
+
if_block5.d(1);
|
|
14046
|
+
if_block5 = null;
|
|
14154
14047
|
}
|
|
14155
14048
|
|
|
14156
|
-
if (dirty[0] & /*casinogamesgridslider*/ 2048 | dirty[1] & /*extraclassname*/
|
|
14049
|
+
if (dirty[0] & /*casinogamesgridslider*/ 2048 | dirty[1] & /*extraclassname*/ 4 && div5_class_value !== (div5_class_value = `GameContainer ${/*extraclassname*/ ctx[33]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
14157
14050
|
? 'CasinoGamesGridSlider'
|
|
14158
14051
|
: ''}`)) {
|
|
14159
14052
|
attr_dev(div5, "class", div5_class_value);
|
|
14160
14053
|
}
|
|
14161
14054
|
|
|
14162
|
-
if (dirty[0] & /*casinogamesgridslider, showgamename*/ 3072 | dirty[1] & /*extraclassname*/
|
|
14055
|
+
if (dirty[0] & /*casinogamesgridslider, showgamename*/ 3072 | dirty[1] & /*extraclassname*/ 4) {
|
|
14163
14056
|
toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
|
|
14164
14057
|
}
|
|
14165
14058
|
},
|
|
@@ -14167,19 +14060,18 @@
|
|
|
14167
14060
|
o: noop$1,
|
|
14168
14061
|
d: function destroy(detaching) {
|
|
14169
14062
|
if (detaching) detach_dev(div5);
|
|
14170
|
-
/*img_binding*/ ctx[
|
|
14063
|
+
/*img_binding*/ ctx[61](null);
|
|
14171
14064
|
if (if_block0) if_block0.d();
|
|
14172
14065
|
if (if_block1) if_block1.d();
|
|
14173
14066
|
if (if_block2) if_block2.d();
|
|
14174
14067
|
if (if_block3) if_block3.d();
|
|
14175
|
-
if (if_block4) if_block4.d();
|
|
14176
14068
|
|
|
14177
|
-
if (
|
|
14178
|
-
|
|
14069
|
+
if (if_block4) {
|
|
14070
|
+
if_block4.d();
|
|
14179
14071
|
}
|
|
14180
14072
|
|
|
14181
|
-
if (
|
|
14182
|
-
/*div5_binding*/ ctx[
|
|
14073
|
+
if (if_block5) if_block5.d();
|
|
14074
|
+
/*div5_binding*/ ctx[66](null);
|
|
14183
14075
|
}
|
|
14184
14076
|
};
|
|
14185
14077
|
|
|
@@ -14204,7 +14096,7 @@
|
|
|
14204
14096
|
function instance$1($$self, $$props, $$invalidate) {
|
|
14205
14097
|
let $_;
|
|
14206
14098
|
validate_store($format, '_');
|
|
14207
|
-
component_subscribe($$self, $format, $$value => $$invalidate(
|
|
14099
|
+
component_subscribe($$self, $format, $$value => $$invalidate(35, $_ = $$value));
|
|
14208
14100
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
14209
14101
|
validate_slots('undefined', slots, []);
|
|
14210
14102
|
let { session = '' } = $$props;
|
|
@@ -14464,9 +14356,9 @@
|
|
|
14464
14356
|
const setOnLoad = () => {
|
|
14465
14357
|
if (image) {
|
|
14466
14358
|
$$invalidate(
|
|
14467
|
-
|
|
14359
|
+
18,
|
|
14468
14360
|
image.onload = () => {
|
|
14469
|
-
$$invalidate(
|
|
14361
|
+
$$invalidate(17, loaded = true);
|
|
14470
14362
|
},
|
|
14471
14363
|
image
|
|
14472
14364
|
);
|
|
@@ -14494,7 +14386,7 @@
|
|
|
14494
14386
|
|
|
14495
14387
|
const setFavorites = () => {
|
|
14496
14388
|
if (favorites == 'true') {
|
|
14497
|
-
|
|
14389
|
+
fav = true;
|
|
14498
14390
|
}
|
|
14499
14391
|
};
|
|
14500
14392
|
|
|
@@ -14524,7 +14416,7 @@
|
|
|
14524
14416
|
case 'SeatsUpdated':
|
|
14525
14417
|
{
|
|
14526
14418
|
if (Seats && Array.isArray(Seats)) {
|
|
14527
|
-
$$invalidate(
|
|
14419
|
+
$$invalidate(28, currentoccupiedseats = Seats);
|
|
14528
14420
|
$$invalidate(13, livegamedata.currentOccupiedSeats = Seats, livegamedata);
|
|
14529
14421
|
await tick();
|
|
14530
14422
|
}
|
|
@@ -14553,14 +14445,14 @@
|
|
|
14553
14445
|
}
|
|
14554
14446
|
case 'TableOpened':
|
|
14555
14447
|
{
|
|
14556
|
-
$$invalidate(
|
|
14448
|
+
$$invalidate(22, isopen = Open);
|
|
14557
14449
|
$$invalidate(13, livegamedata.isOpen = Open, livegamedata);
|
|
14558
14450
|
await tick();
|
|
14559
14451
|
break;
|
|
14560
14452
|
}
|
|
14561
14453
|
case 'TableClosed':
|
|
14562
14454
|
{
|
|
14563
|
-
$$invalidate(
|
|
14455
|
+
$$invalidate(22, isopen = Open);
|
|
14564
14456
|
$$invalidate(13, livegamedata.isOpen = Open, livegamedata);
|
|
14565
14457
|
await tick();
|
|
14566
14458
|
break;
|
|
@@ -14670,7 +14562,7 @@
|
|
|
14670
14562
|
|
|
14671
14563
|
const createDisplayData = livegamedata => {
|
|
14672
14564
|
totalseats = livegamedata.totalSeats || DEFAULT_BLACKJACK_TOTAL_SEATS;
|
|
14673
|
-
$$invalidate(
|
|
14565
|
+
$$invalidate(28, currentoccupiedseats = livegamedata.currentOccupiedSeats || []);
|
|
14674
14566
|
const seats = [];
|
|
14675
14567
|
|
|
14676
14568
|
for (let i = 1; i <= totalseats; i++) {
|
|
@@ -14720,69 +14612,69 @@
|
|
|
14720
14612
|
|
|
14721
14613
|
const updateComponent = () => {
|
|
14722
14614
|
if (livegamedata) {
|
|
14723
|
-
$$invalidate(
|
|
14615
|
+
$$invalidate(22, isopen = livegamedata.isOpen);
|
|
14724
14616
|
betlimit = livegamedata.betLimit || {};
|
|
14725
|
-
$$invalidate(
|
|
14726
|
-
$$invalidate(
|
|
14617
|
+
$$invalidate(23, openhours = livegamedata.openHours);
|
|
14618
|
+
$$invalidate(24, seats = createDisplayData(livegamedata).seats);
|
|
14727
14619
|
|
|
14728
14620
|
if (openhours && openhours.value) {
|
|
14729
14621
|
const { value: { startTime: starttimeRaw, originalTimeFormat } } = openhours; /* , timeFormat: timeFormatRaw */
|
|
14730
|
-
$$invalidate(
|
|
14731
|
-
$$invalidate(
|
|
14622
|
+
$$invalidate(20, starttime = starttimeRaw);
|
|
14623
|
+
$$invalidate(21, timeformat = originalTimeFormat || timeformat);
|
|
14732
14624
|
}
|
|
14733
14625
|
|
|
14734
14626
|
if (isopen) {
|
|
14735
|
-
$$invalidate(
|
|
14627
|
+
$$invalidate(19, displaytype = getGameComponent(livegamedata));
|
|
14736
14628
|
}
|
|
14737
14629
|
|
|
14738
|
-
$$invalidate(
|
|
14739
|
-
$$invalidate(
|
|
14740
|
-
$$invalidate(
|
|
14630
|
+
$$invalidate(25, currencySymbol = currenciesSymbols[currency]);
|
|
14631
|
+
$$invalidate(26, min = (betlimit.min || {})[currency]);
|
|
14632
|
+
$$invalidate(27, max = (betlimit.max || {})[currency]);
|
|
14741
14633
|
currentroulettenumbers = livegamedata.currentRouletteNumbers;
|
|
14742
14634
|
currentdoubleballroulettenumbers = livegamedata.currentDoubleBallRouletteNumbers;
|
|
14743
14635
|
vendorcategory = livegamedata.vendorCategory;
|
|
14744
|
-
$$invalidate(
|
|
14636
|
+
$$invalidate(29, isdouble = vendorcategory.toLowerCase() === DOUBLE_ROULETTE);
|
|
14745
14637
|
|
|
14746
14638
|
$$invalidate(14, roulleteresults = (isdouble
|
|
14747
14639
|
? currentdoubleballroulettenumbers
|
|
14748
14640
|
: currentroulettenumbers) || []);
|
|
14749
14641
|
|
|
14750
|
-
$$invalidate(
|
|
14751
|
-
$$invalidate(
|
|
14642
|
+
$$invalidate(30, roulettecontainerclassname = 'GameProp LiveProps RoulleteProps');
|
|
14643
|
+
$$invalidate(30, roulettecontainerclassname += isdouble ? ' Double' : '');
|
|
14752
14644
|
|
|
14753
|
-
$$invalidate(
|
|
14645
|
+
$$invalidate(31, colorsourcearray = contains(roulettecategory, vendorcategory.toLowerCase())
|
|
14754
14646
|
? ROULETTE_COLOR_MAP
|
|
14755
14647
|
: MONEY_WHEEL_COLOR_MAP);
|
|
14756
14648
|
|
|
14757
14649
|
oldistablefull = istablefull;
|
|
14758
|
-
$$invalidate(
|
|
14650
|
+
$$invalidate(32, istablefull = Array.isArray(currentoccupiedseats) && currentoccupiedseats.length === totalseats);
|
|
14759
14651
|
|
|
14760
14652
|
if (livegamedata.dealer) {
|
|
14761
|
-
$$invalidate(
|
|
14653
|
+
$$invalidate(34, dealername = livegamedata.dealer.DealerName);
|
|
14762
14654
|
}
|
|
14763
14655
|
|
|
14764
14656
|
numberofplayers = livegamedata.numberOfPlayers;
|
|
14765
|
-
$$invalidate(
|
|
14657
|
+
$$invalidate(33, extraclassname = 'ListGame');
|
|
14766
14658
|
|
|
14767
14659
|
if (livegamedata.isOpen && livegamedata.currentRouletteNumbers) {
|
|
14768
|
-
$$invalidate(
|
|
14660
|
+
$$invalidate(33, extraclassname += ' GameBackdrop');
|
|
14769
14661
|
}
|
|
14770
14662
|
|
|
14771
14663
|
if (isopen && istablefull && min && max && livegamedata.currentOccupiedSeats) {
|
|
14772
|
-
$$invalidate(
|
|
14664
|
+
$$invalidate(33, extraclassname += ' GameContainerDimmed');
|
|
14773
14665
|
} else {
|
|
14774
14666
|
if (isopen === false && starttime) {
|
|
14775
|
-
$$invalidate(
|
|
14667
|
+
$$invalidate(33, extraclassname += ' GameContainerFullyDimmed');
|
|
14776
14668
|
}
|
|
14777
14669
|
}
|
|
14778
14670
|
|
|
14779
14671
|
if (customStylingContainer) {
|
|
14780
14672
|
if (!oldistablefull && istablefull) {
|
|
14781
|
-
$$invalidate(
|
|
14782
|
-
$$invalidate(
|
|
14673
|
+
$$invalidate(33, extraclassname += ' PulsatingRedShadow');
|
|
14674
|
+
$$invalidate(33, extraclassname = extraclassname.replace(' PulsatingGreenShadow', ''));
|
|
14783
14675
|
} else if (oldistablefull && !istablefull) {
|
|
14784
|
-
$$invalidate(
|
|
14785
|
-
$$invalidate(
|
|
14676
|
+
$$invalidate(33, extraclassname += ' PulsatingGreenShadow');
|
|
14677
|
+
$$invalidate(33, extraclassname = extraclassname.replace(' PulsatingRedShadow', ''));
|
|
14786
14678
|
}
|
|
14787
14679
|
}
|
|
14788
14680
|
}
|
|
@@ -14876,12 +14768,11 @@
|
|
|
14876
14768
|
function img_binding($$value) {
|
|
14877
14769
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
14878
14770
|
image = $$value;
|
|
14879
|
-
$$invalidate(
|
|
14771
|
+
$$invalidate(18, image);
|
|
14880
14772
|
});
|
|
14881
14773
|
}
|
|
14882
14774
|
|
|
14883
|
-
const click_handler = () =>
|
|
14884
|
-
const click_handler_1 = () => toggleGameFrame(gameid);
|
|
14775
|
+
const click_handler = () => toggleGameFrame(gameid);
|
|
14885
14776
|
|
|
14886
14777
|
function div0_binding($$value) {
|
|
14887
14778
|
binding_callbacks[$$value ? 'unshift' : 'push'](() => {
|
|
@@ -14890,6 +14781,7 @@
|
|
|
14890
14781
|
});
|
|
14891
14782
|
}
|
|
14892
14783
|
|
|
14784
|
+
const click_handler_1 = () => toggleFavoriteGame(gameid);
|
|
14893
14785
|
const click_handler_2 = () => toggleFavoriteGame(gameid);
|
|
14894
14786
|
|
|
14895
14787
|
function div5_binding($$value) {
|
|
@@ -14900,33 +14792,33 @@
|
|
|
14900
14792
|
}
|
|
14901
14793
|
|
|
14902
14794
|
$$self.$$set = $$props => {
|
|
14903
|
-
if ('session' in $$props) $$invalidate(
|
|
14904
|
-
if ('userid' in $$props) $$invalidate(
|
|
14795
|
+
if ('session' in $$props) $$invalidate(43, session = $$props.session);
|
|
14796
|
+
if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
|
|
14905
14797
|
if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
|
|
14906
|
-
if ('clientstyling' in $$props) $$invalidate(
|
|
14907
|
-
if ('clientstylingurl' in $$props) $$invalidate(
|
|
14908
|
-
if ('translationurl' in $$props) $$invalidate(
|
|
14798
|
+
if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
|
|
14799
|
+
if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
|
|
14800
|
+
if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
|
|
14909
14801
|
if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
|
|
14910
14802
|
if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
|
|
14911
14803
|
if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
|
|
14912
14804
|
if ('gamevendor' in $$props) $$invalidate(5, gamevendor = $$props.gamevendor);
|
|
14913
|
-
if ('gamelaunchurl' in $$props) $$invalidate(
|
|
14805
|
+
if ('gamelaunchurl' in $$props) $$invalidate(48, gamelaunchurl = $$props.gamelaunchurl);
|
|
14914
14806
|
if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
|
|
14915
14807
|
if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
|
|
14916
14808
|
if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
|
|
14917
|
-
if ('gamefunmode' in $$props) $$invalidate(
|
|
14809
|
+
if ('gamefunmode' in $$props) $$invalidate(49, gamefunmode = $$props.gamefunmode);
|
|
14918
14810
|
if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
|
|
14919
14811
|
if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
|
|
14920
|
-
if ('showfavoredcategory' in $$props) $$invalidate(
|
|
14812
|
+
if ('showfavoredcategory' in $$props) $$invalidate(50, showfavoredcategory = $$props.showfavoredcategory);
|
|
14921
14813
|
if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
|
|
14922
|
-
if ('currency' in $$props) $$invalidate(
|
|
14923
|
-
if ('gamepagemodalurl' in $$props) $$invalidate(
|
|
14924
|
-
if ('endpoint' in $$props) $$invalidate(
|
|
14925
|
-
if ('livelobbyendpoint' in $$props) $$invalidate(
|
|
14926
|
-
if ('connectlive' in $$props) $$invalidate(
|
|
14927
|
-
if ('visibilityconnect' in $$props) $$invalidate(
|
|
14928
|
-
if ('integratedgameframedesktop' in $$props) $$invalidate(
|
|
14929
|
-
if ('integratedgameframemobile' in $$props) $$invalidate(
|
|
14814
|
+
if ('currency' in $$props) $$invalidate(51, currency = $$props.currency);
|
|
14815
|
+
if ('gamepagemodalurl' in $$props) $$invalidate(52, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
14816
|
+
if ('endpoint' in $$props) $$invalidate(53, endpoint = $$props.endpoint);
|
|
14817
|
+
if ('livelobbyendpoint' in $$props) $$invalidate(54, livelobbyendpoint = $$props.livelobbyendpoint);
|
|
14818
|
+
if ('connectlive' in $$props) $$invalidate(55, connectlive = $$props.connectlive);
|
|
14819
|
+
if ('visibilityconnect' in $$props) $$invalidate(56, visibilityconnect = $$props.visibilityconnect);
|
|
14820
|
+
if ('integratedgameframedesktop' in $$props) $$invalidate(57, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
14821
|
+
if ('integratedgameframemobile' in $$props) $$invalidate(58, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
14930
14822
|
if ('casinogamesgridslider' in $$props) $$invalidate(11, casinogamesgridslider = $$props.casinogamesgridslider);
|
|
14931
14823
|
};
|
|
14932
14824
|
|
|
@@ -15044,68 +14936,68 @@
|
|
|
15044
14936
|
});
|
|
15045
14937
|
|
|
15046
14938
|
$$self.$inject_state = $$props => {
|
|
15047
|
-
if ('session' in $$props) $$invalidate(
|
|
15048
|
-
if ('userid' in $$props) $$invalidate(
|
|
14939
|
+
if ('session' in $$props) $$invalidate(43, session = $$props.session);
|
|
14940
|
+
if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
|
|
15049
14941
|
if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
|
|
15050
|
-
if ('clientstyling' in $$props) $$invalidate(
|
|
15051
|
-
if ('clientstylingurl' in $$props) $$invalidate(
|
|
15052
|
-
if ('translationurl' in $$props) $$invalidate(
|
|
14942
|
+
if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
|
|
14943
|
+
if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
|
|
14944
|
+
if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
|
|
15053
14945
|
if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
|
|
15054
14946
|
if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
|
|
15055
14947
|
if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
|
|
15056
14948
|
if ('gamevendor' in $$props) $$invalidate(5, gamevendor = $$props.gamevendor);
|
|
15057
|
-
if ('gamelaunchurl' in $$props) $$invalidate(
|
|
14949
|
+
if ('gamelaunchurl' in $$props) $$invalidate(48, gamelaunchurl = $$props.gamelaunchurl);
|
|
15058
14950
|
if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
|
|
15059
14951
|
if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
|
|
15060
14952
|
if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
|
|
15061
|
-
if ('gamefunmode' in $$props) $$invalidate(
|
|
14953
|
+
if ('gamefunmode' in $$props) $$invalidate(49, gamefunmode = $$props.gamefunmode);
|
|
15062
14954
|
if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
|
|
15063
14955
|
if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
|
|
15064
|
-
if ('showfavoredcategory' in $$props) $$invalidate(
|
|
14956
|
+
if ('showfavoredcategory' in $$props) $$invalidate(50, showfavoredcategory = $$props.showfavoredcategory);
|
|
15065
14957
|
if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
|
|
15066
|
-
if ('currency' in $$props) $$invalidate(
|
|
15067
|
-
if ('gamepagemodalurl' in $$props) $$invalidate(
|
|
15068
|
-
if ('endpoint' in $$props) $$invalidate(
|
|
15069
|
-
if ('livelobbyendpoint' in $$props) $$invalidate(
|
|
15070
|
-
if ('connectlive' in $$props) $$invalidate(
|
|
15071
|
-
if ('visibilityconnect' in $$props) $$invalidate(
|
|
15072
|
-
if ('integratedgameframedesktop' in $$props) $$invalidate(
|
|
15073
|
-
if ('integratedgameframemobile' in $$props) $$invalidate(
|
|
14958
|
+
if ('currency' in $$props) $$invalidate(51, currency = $$props.currency);
|
|
14959
|
+
if ('gamepagemodalurl' in $$props) $$invalidate(52, gamepagemodalurl = $$props.gamepagemodalurl);
|
|
14960
|
+
if ('endpoint' in $$props) $$invalidate(53, endpoint = $$props.endpoint);
|
|
14961
|
+
if ('livelobbyendpoint' in $$props) $$invalidate(54, livelobbyendpoint = $$props.livelobbyendpoint);
|
|
14962
|
+
if ('connectlive' in $$props) $$invalidate(55, connectlive = $$props.connectlive);
|
|
14963
|
+
if ('visibilityconnect' in $$props) $$invalidate(56, visibilityconnect = $$props.visibilityconnect);
|
|
14964
|
+
if ('integratedgameframedesktop' in $$props) $$invalidate(57, integratedgameframedesktop = $$props.integratedgameframedesktop);
|
|
14965
|
+
if ('integratedgameframemobile' in $$props) $$invalidate(58, integratedgameframemobile = $$props.integratedgameframemobile);
|
|
15074
14966
|
if ('casinogamesgridslider' in $$props) $$invalidate(11, casinogamesgridslider = $$props.casinogamesgridslider);
|
|
15075
14967
|
if ('isLoggedIn' in $$props) $$invalidate(16, isLoggedIn = $$props.isLoggedIn);
|
|
15076
14968
|
if ('sessionID' in $$props) sessionID = $$props.sessionID;
|
|
15077
14969
|
if ('playerID' in $$props) playerID = $$props.playerID;
|
|
15078
|
-
if ('fav' in $$props)
|
|
15079
|
-
if ('loaded' in $$props) $$invalidate(
|
|
15080
|
-
if ('image' in $$props) $$invalidate(
|
|
15081
|
-
if ('userAgent' in $$props) $$invalidate(
|
|
14970
|
+
if ('fav' in $$props) fav = $$props.fav;
|
|
14971
|
+
if ('loaded' in $$props) $$invalidate(17, loaded = $$props.loaded);
|
|
14972
|
+
if ('image' in $$props) $$invalidate(18, image = $$props.image);
|
|
14973
|
+
if ('userAgent' in $$props) $$invalidate(36, userAgent = $$props.userAgent);
|
|
15082
14974
|
if ('customStylingContainer' in $$props) $$invalidate(12, customStylingContainer = $$props.customStylingContainer);
|
|
15083
14975
|
if ('livegamedata' in $$props) $$invalidate(13, livegamedata = $$props.livegamedata);
|
|
15084
14976
|
if ('liveLobbyConnection' in $$props) liveLobbyConnection = $$props.liveLobbyConnection;
|
|
15085
|
-
if ('displaytype' in $$props) $$invalidate(
|
|
15086
|
-
if ('starttime' in $$props) $$invalidate(
|
|
15087
|
-
if ('timeformat' in $$props) $$invalidate(
|
|
15088
|
-
if ('isopen' in $$props) $$invalidate(
|
|
14977
|
+
if ('displaytype' in $$props) $$invalidate(19, displaytype = $$props.displaytype);
|
|
14978
|
+
if ('starttime' in $$props) $$invalidate(20, starttime = $$props.starttime);
|
|
14979
|
+
if ('timeformat' in $$props) $$invalidate(21, timeformat = $$props.timeformat);
|
|
14980
|
+
if ('isopen' in $$props) $$invalidate(22, isopen = $$props.isopen);
|
|
15089
14981
|
if ('betlimit' in $$props) betlimit = $$props.betlimit;
|
|
15090
|
-
if ('openhours' in $$props) $$invalidate(
|
|
15091
|
-
if ('seats' in $$props) $$invalidate(
|
|
15092
|
-
if ('currencySymbol' in $$props) $$invalidate(
|
|
15093
|
-
if ('min' in $$props) $$invalidate(
|
|
15094
|
-
if ('max' in $$props) $$invalidate(
|
|
14982
|
+
if ('openhours' in $$props) $$invalidate(23, openhours = $$props.openhours);
|
|
14983
|
+
if ('seats' in $$props) $$invalidate(24, seats = $$props.seats);
|
|
14984
|
+
if ('currencySymbol' in $$props) $$invalidate(25, currencySymbol = $$props.currencySymbol);
|
|
14985
|
+
if ('min' in $$props) $$invalidate(26, min = $$props.min);
|
|
14986
|
+
if ('max' in $$props) $$invalidate(27, max = $$props.max);
|
|
15095
14987
|
if ('totalseats' in $$props) totalseats = $$props.totalseats;
|
|
15096
|
-
if ('currentoccupiedseats' in $$props) $$invalidate(
|
|
14988
|
+
if ('currentoccupiedseats' in $$props) $$invalidate(28, currentoccupiedseats = $$props.currentoccupiedseats);
|
|
15097
14989
|
if ('currentroulettenumbers' in $$props) currentroulettenumbers = $$props.currentroulettenumbers;
|
|
15098
14990
|
if ('currentdoubleballroulettenumbers' in $$props) currentdoubleballroulettenumbers = $$props.currentdoubleballroulettenumbers;
|
|
15099
14991
|
if ('vendorcategory' in $$props) vendorcategory = $$props.vendorcategory;
|
|
15100
|
-
if ('isdouble' in $$props) $$invalidate(
|
|
14992
|
+
if ('isdouble' in $$props) $$invalidate(29, isdouble = $$props.isdouble);
|
|
15101
14993
|
if ('roulleteresults' in $$props) $$invalidate(14, roulleteresults = $$props.roulleteresults);
|
|
15102
|
-
if ('roulettecontainerclassname' in $$props) $$invalidate(
|
|
15103
|
-
if ('colorsourcearray' in $$props) $$invalidate(
|
|
15104
|
-
if ('istablefull' in $$props) $$invalidate(
|
|
14994
|
+
if ('roulettecontainerclassname' in $$props) $$invalidate(30, roulettecontainerclassname = $$props.roulettecontainerclassname);
|
|
14995
|
+
if ('colorsourcearray' in $$props) $$invalidate(31, colorsourcearray = $$props.colorsourcearray);
|
|
14996
|
+
if ('istablefull' in $$props) $$invalidate(32, istablefull = $$props.istablefull);
|
|
15105
14997
|
if ('oldistablefull' in $$props) oldistablefull = $$props.oldistablefull;
|
|
15106
|
-
if ('extraclassname' in $$props) $$invalidate(
|
|
14998
|
+
if ('extraclassname' in $$props) $$invalidate(33, extraclassname = $$props.extraclassname);
|
|
15107
14999
|
if ('roulletteref' in $$props) $$invalidate(15, roulletteref = $$props.roulletteref);
|
|
15108
|
-
if ('dealername' in $$props) $$invalidate(
|
|
15000
|
+
if ('dealername' in $$props) $$invalidate(34, dealername = $$props.dealername);
|
|
15109
15001
|
if ('numberofplayers' in $$props) numberofplayers = $$props.numberofplayers;
|
|
15110
15002
|
};
|
|
15111
15003
|
|
|
@@ -15114,11 +15006,11 @@
|
|
|
15114
15006
|
}
|
|
15115
15007
|
|
|
15116
15008
|
$$self.$$.update = () => {
|
|
15117
|
-
if ($$self.$$.dirty[1] & /*connectlive*/
|
|
15009
|
+
if ($$self.$$.dirty[1] & /*connectlive*/ 16777216) {
|
|
15118
15010
|
connectlive && toggleConnect();
|
|
15119
15011
|
}
|
|
15120
15012
|
|
|
15121
|
-
if ($$self.$$.dirty[1] & /*visibilityconnect*/
|
|
15013
|
+
if ($$self.$$.dirty[1] & /*visibilityconnect*/ 33554432) {
|
|
15122
15014
|
visibilityconnect && toggleVisibilityConnect();
|
|
15123
15015
|
}
|
|
15124
15016
|
|
|
@@ -15126,7 +15018,7 @@
|
|
|
15126
15018
|
lang && setActiveLanguage();
|
|
15127
15019
|
}
|
|
15128
15020
|
|
|
15129
|
-
if ($$self.$$.dirty[1] & /*session, userid, endpoint*/
|
|
15021
|
+
if ($$self.$$.dirty[1] & /*session, userid, endpoint*/ 4206592) {
|
|
15130
15022
|
session && userid && endpoint && setSession();
|
|
15131
15023
|
}
|
|
15132
15024
|
|
|
@@ -15134,11 +15026,11 @@
|
|
|
15134
15026
|
gamethumbnail && setOnLoad();
|
|
15135
15027
|
}
|
|
15136
15028
|
|
|
15137
|
-
if ($$self.$$.dirty[0] & /*customStylingContainer*/ 4096 | $$self.$$.dirty[1] & /*clientstyling*/
|
|
15029
|
+
if ($$self.$$.dirty[0] & /*customStylingContainer*/ 4096 | $$self.$$.dirty[1] & /*clientstyling*/ 16384) {
|
|
15138
15030
|
clientstyling && customStylingContainer && setClientStyling();
|
|
15139
15031
|
}
|
|
15140
15032
|
|
|
15141
|
-
if ($$self.$$.dirty[0] & /*customStylingContainer*/ 4096 | $$self.$$.dirty[1] & /*clientstylingurl*/
|
|
15033
|
+
if ($$self.$$.dirty[0] & /*customStylingContainer*/ 4096 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
|
|
15142
15034
|
clientstylingurl && customStylingContainer && setClientStylingURL();
|
|
15143
15035
|
}
|
|
15144
15036
|
|
|
@@ -15146,15 +15038,15 @@
|
|
|
15146
15038
|
favorites && setFavorites();
|
|
15147
15039
|
}
|
|
15148
15040
|
|
|
15149
|
-
if ($$self.$$.dirty[1] & /*translationurl*/
|
|
15041
|
+
if ($$self.$$.dirty[1] & /*translationurl*/ 65536) {
|
|
15150
15042
|
translationurl && setTranslationUrl();
|
|
15151
15043
|
}
|
|
15152
15044
|
|
|
15153
|
-
if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/
|
|
15045
|
+
if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
|
|
15154
15046
|
gamecellsize && clientstylingurl && setClientStylingURL();
|
|
15155
15047
|
}
|
|
15156
15048
|
|
|
15157
|
-
if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/
|
|
15049
|
+
if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 12582912) {
|
|
15158
15050
|
endpoint && livelobbyendpoint && setLiveLobbyData();
|
|
15159
15051
|
}
|
|
15160
15052
|
|
|
@@ -15185,7 +15077,6 @@
|
|
|
15185
15077
|
roulleteresults,
|
|
15186
15078
|
roulletteref,
|
|
15187
15079
|
isLoggedIn,
|
|
15188
|
-
fav,
|
|
15189
15080
|
loaded,
|
|
15190
15081
|
image,
|
|
15191
15082
|
displaytype,
|
|
@@ -15232,8 +15123,8 @@
|
|
|
15232
15123
|
ROULETTE_COLOR_MAP,
|
|
15233
15124
|
img_binding,
|
|
15234
15125
|
click_handler,
|
|
15235
|
-
click_handler_1,
|
|
15236
15126
|
div0_binding,
|
|
15127
|
+
click_handler_1,
|
|
15237
15128
|
click_handler_2,
|
|
15238
15129
|
div5_binding
|
|
15239
15130
|
];
|
|
@@ -15243,7 +15134,7 @@
|
|
|
15243
15134
|
constructor(options) {
|
|
15244
15135
|
super();
|
|
15245
15136
|
const style = document.createElement('style');
|
|
15246
|
-
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}.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)}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.FavIconContainer{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}.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}}`;
|
|
15137
|
+
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}}`;
|
|
15247
15138
|
this.shadowRoot.appendChild(style);
|
|
15248
15139
|
|
|
15249
15140
|
init(
|
|
@@ -15257,36 +15148,36 @@
|
|
|
15257
15148
|
create_fragment$1,
|
|
15258
15149
|
safe_not_equal,
|
|
15259
15150
|
{
|
|
15260
|
-
session:
|
|
15261
|
-
userid:
|
|
15151
|
+
session: 43,
|
|
15152
|
+
userid: 44,
|
|
15262
15153
|
lang: 1,
|
|
15263
|
-
clientstyling:
|
|
15264
|
-
clientstylingurl:
|
|
15265
|
-
translationurl:
|
|
15154
|
+
clientstyling: 45,
|
|
15155
|
+
clientstylingurl: 46,
|
|
15156
|
+
translationurl: 47,
|
|
15266
15157
|
favorites: 2,
|
|
15267
15158
|
gamethumbnail: 3,
|
|
15268
15159
|
gamename: 4,
|
|
15269
15160
|
gamevendor: 5,
|
|
15270
|
-
gamelaunchurl:
|
|
15161
|
+
gamelaunchurl: 48,
|
|
15271
15162
|
gameid: 6,
|
|
15272
15163
|
gameisnew: 7,
|
|
15273
15164
|
gametag: 8,
|
|
15274
|
-
gamefunmode:
|
|
15165
|
+
gamefunmode: 49,
|
|
15275
15166
|
gamefavorite: 0,
|
|
15276
15167
|
gamecellsize: 9,
|
|
15277
|
-
showfavoredcategory:
|
|
15168
|
+
showfavoredcategory: 50,
|
|
15278
15169
|
showgamename: 10,
|
|
15279
|
-
currency:
|
|
15280
|
-
gamepagemodalurl:
|
|
15281
|
-
endpoint:
|
|
15282
|
-
livelobbyendpoint:
|
|
15283
|
-
connectlive:
|
|
15284
|
-
visibilityconnect:
|
|
15285
|
-
integratedgameframedesktop:
|
|
15286
|
-
integratedgameframemobile:
|
|
15170
|
+
currency: 51,
|
|
15171
|
+
gamepagemodalurl: 52,
|
|
15172
|
+
endpoint: 53,
|
|
15173
|
+
livelobbyendpoint: 54,
|
|
15174
|
+
connectlive: 55,
|
|
15175
|
+
visibilityconnect: 56,
|
|
15176
|
+
integratedgameframedesktop: 57,
|
|
15177
|
+
integratedgameframemobile: 58,
|
|
15287
15178
|
casinogamesgridslider: 11,
|
|
15288
|
-
MONEY_WHEEL_COLOR_MAP:
|
|
15289
|
-
ROULETTE_COLOR_MAP:
|
|
15179
|
+
MONEY_WHEEL_COLOR_MAP: 59,
|
|
15180
|
+
ROULETTE_COLOR_MAP: 60
|
|
15290
15181
|
},
|
|
15291
15182
|
null,
|
|
15292
15183
|
[-1, -1, -1, -1]
|
|
@@ -15340,7 +15231,7 @@
|
|
|
15340
15231
|
}
|
|
15341
15232
|
|
|
15342
15233
|
get session() {
|
|
15343
|
-
return this.$$.ctx[
|
|
15234
|
+
return this.$$.ctx[43];
|
|
15344
15235
|
}
|
|
15345
15236
|
|
|
15346
15237
|
set session(session) {
|
|
@@ -15349,7 +15240,7 @@
|
|
|
15349
15240
|
}
|
|
15350
15241
|
|
|
15351
15242
|
get userid() {
|
|
15352
|
-
return this.$$.ctx[
|
|
15243
|
+
return this.$$.ctx[44];
|
|
15353
15244
|
}
|
|
15354
15245
|
|
|
15355
15246
|
set userid(userid) {
|
|
@@ -15367,7 +15258,7 @@
|
|
|
15367
15258
|
}
|
|
15368
15259
|
|
|
15369
15260
|
get clientstyling() {
|
|
15370
|
-
return this.$$.ctx[
|
|
15261
|
+
return this.$$.ctx[45];
|
|
15371
15262
|
}
|
|
15372
15263
|
|
|
15373
15264
|
set clientstyling(clientstyling) {
|
|
@@ -15376,7 +15267,7 @@
|
|
|
15376
15267
|
}
|
|
15377
15268
|
|
|
15378
15269
|
get clientstylingurl() {
|
|
15379
|
-
return this.$$.ctx[
|
|
15270
|
+
return this.$$.ctx[46];
|
|
15380
15271
|
}
|
|
15381
15272
|
|
|
15382
15273
|
set clientstylingurl(clientstylingurl) {
|
|
@@ -15385,7 +15276,7 @@
|
|
|
15385
15276
|
}
|
|
15386
15277
|
|
|
15387
15278
|
get translationurl() {
|
|
15388
|
-
return this.$$.ctx[
|
|
15279
|
+
return this.$$.ctx[47];
|
|
15389
15280
|
}
|
|
15390
15281
|
|
|
15391
15282
|
set translationurl(translationurl) {
|
|
@@ -15430,7 +15321,7 @@
|
|
|
15430
15321
|
}
|
|
15431
15322
|
|
|
15432
15323
|
get gamelaunchurl() {
|
|
15433
|
-
return this.$$.ctx[
|
|
15324
|
+
return this.$$.ctx[48];
|
|
15434
15325
|
}
|
|
15435
15326
|
|
|
15436
15327
|
set gamelaunchurl(gamelaunchurl) {
|
|
@@ -15466,7 +15357,7 @@
|
|
|
15466
15357
|
}
|
|
15467
15358
|
|
|
15468
15359
|
get gamefunmode() {
|
|
15469
|
-
return this.$$.ctx[
|
|
15360
|
+
return this.$$.ctx[49];
|
|
15470
15361
|
}
|
|
15471
15362
|
|
|
15472
15363
|
set gamefunmode(gamefunmode) {
|
|
@@ -15493,7 +15384,7 @@
|
|
|
15493
15384
|
}
|
|
15494
15385
|
|
|
15495
15386
|
get showfavoredcategory() {
|
|
15496
|
-
return this.$$.ctx[
|
|
15387
|
+
return this.$$.ctx[50];
|
|
15497
15388
|
}
|
|
15498
15389
|
|
|
15499
15390
|
set showfavoredcategory(showfavoredcategory) {
|
|
@@ -15511,7 +15402,7 @@
|
|
|
15511
15402
|
}
|
|
15512
15403
|
|
|
15513
15404
|
get currency() {
|
|
15514
|
-
return this.$$.ctx[
|
|
15405
|
+
return this.$$.ctx[51];
|
|
15515
15406
|
}
|
|
15516
15407
|
|
|
15517
15408
|
set currency(currency) {
|
|
@@ -15520,7 +15411,7 @@
|
|
|
15520
15411
|
}
|
|
15521
15412
|
|
|
15522
15413
|
get gamepagemodalurl() {
|
|
15523
|
-
return this.$$.ctx[
|
|
15414
|
+
return this.$$.ctx[52];
|
|
15524
15415
|
}
|
|
15525
15416
|
|
|
15526
15417
|
set gamepagemodalurl(gamepagemodalurl) {
|
|
@@ -15529,7 +15420,7 @@
|
|
|
15529
15420
|
}
|
|
15530
15421
|
|
|
15531
15422
|
get endpoint() {
|
|
15532
|
-
return this.$$.ctx[
|
|
15423
|
+
return this.$$.ctx[53];
|
|
15533
15424
|
}
|
|
15534
15425
|
|
|
15535
15426
|
set endpoint(endpoint) {
|
|
@@ -15538,7 +15429,7 @@
|
|
|
15538
15429
|
}
|
|
15539
15430
|
|
|
15540
15431
|
get livelobbyendpoint() {
|
|
15541
|
-
return this.$$.ctx[
|
|
15432
|
+
return this.$$.ctx[54];
|
|
15542
15433
|
}
|
|
15543
15434
|
|
|
15544
15435
|
set livelobbyendpoint(livelobbyendpoint) {
|
|
@@ -15547,7 +15438,7 @@
|
|
|
15547
15438
|
}
|
|
15548
15439
|
|
|
15549
15440
|
get connectlive() {
|
|
15550
|
-
return this.$$.ctx[
|
|
15441
|
+
return this.$$.ctx[55];
|
|
15551
15442
|
}
|
|
15552
15443
|
|
|
15553
15444
|
set connectlive(connectlive) {
|
|
@@ -15556,7 +15447,7 @@
|
|
|
15556
15447
|
}
|
|
15557
15448
|
|
|
15558
15449
|
get visibilityconnect() {
|
|
15559
|
-
return this.$$.ctx[
|
|
15450
|
+
return this.$$.ctx[56];
|
|
15560
15451
|
}
|
|
15561
15452
|
|
|
15562
15453
|
set visibilityconnect(visibilityconnect) {
|
|
@@ -15565,7 +15456,7 @@
|
|
|
15565
15456
|
}
|
|
15566
15457
|
|
|
15567
15458
|
get integratedgameframedesktop() {
|
|
15568
|
-
return this.$$.ctx[
|
|
15459
|
+
return this.$$.ctx[57];
|
|
15569
15460
|
}
|
|
15570
15461
|
|
|
15571
15462
|
set integratedgameframedesktop(integratedgameframedesktop) {
|
|
@@ -15574,7 +15465,7 @@
|
|
|
15574
15465
|
}
|
|
15575
15466
|
|
|
15576
15467
|
get integratedgameframemobile() {
|
|
15577
|
-
return this.$$.ctx[
|
|
15468
|
+
return this.$$.ctx[58];
|
|
15578
15469
|
}
|
|
15579
15470
|
|
|
15580
15471
|
set integratedgameframemobile(integratedgameframemobile) {
|
|
@@ -15592,7 +15483,7 @@
|
|
|
15592
15483
|
}
|
|
15593
15484
|
|
|
15594
15485
|
get MONEY_WHEEL_COLOR_MAP() {
|
|
15595
|
-
return this.$$.ctx[
|
|
15486
|
+
return this.$$.ctx[59];
|
|
15596
15487
|
}
|
|
15597
15488
|
|
|
15598
15489
|
set MONEY_WHEEL_COLOR_MAP(value) {
|
|
@@ -15600,7 +15491,7 @@
|
|
|
15600
15491
|
}
|
|
15601
15492
|
|
|
15602
15493
|
get ROULETTE_COLOR_MAP() {
|
|
15603
|
-
return this.$$.ctx[
|
|
15494
|
+
return this.$$.ctx[60];
|
|
15604
15495
|
}
|
|
15605
15496
|
|
|
15606
15497
|
set ROULETTE_COLOR_MAP(value) {
|