@everymatrix/casino-game-page 0.0.101 → 0.0.102
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-game-page.js +163 -142
- package/dist/casino-game-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoGamePage.svelte +7 -1
package/dist/casino-game-page.js
CHANGED
@@ -10272,7 +10272,7 @@
|
|
10272
10272
|
const { Object: Object_1, console: console_1 } = globals;
|
10273
10273
|
const file = "src/CasinoGamePage.svelte";
|
10274
10274
|
|
10275
|
-
// (
|
10275
|
+
// (330:2) {:else}
|
10276
10276
|
function create_else_block(ctx) {
|
10277
10277
|
let div;
|
10278
10278
|
let if_block = /*detailsObtained*/ ctx[6] && create_if_block_2(ctx);
|
@@ -10282,12 +10282,12 @@
|
|
10282
10282
|
div = element("div");
|
10283
10283
|
if (if_block) if_block.c();
|
10284
10284
|
attr_dev(div, "class", "CasinoGamePageContainer");
|
10285
|
-
add_location(div, file,
|
10285
|
+
add_location(div, file, 330, 4, 11403);
|
10286
10286
|
},
|
10287
10287
|
m: function mount(target, anchor) {
|
10288
10288
|
insert_dev(target, div, anchor);
|
10289
10289
|
if (if_block) if_block.m(div, null);
|
10290
|
-
/*div_binding*/ ctx[
|
10290
|
+
/*div_binding*/ ctx[63](div);
|
10291
10291
|
},
|
10292
10292
|
p: function update(ctx, dirty) {
|
10293
10293
|
if (/*detailsObtained*/ ctx[6]) {
|
@@ -10306,7 +10306,7 @@
|
|
10306
10306
|
d: function destroy(detaching) {
|
10307
10307
|
if (detaching) detach_dev(div);
|
10308
10308
|
if (if_block) if_block.d();
|
10309
|
-
/*div_binding*/ ctx[
|
10309
|
+
/*div_binding*/ ctx[63](null);
|
10310
10310
|
}
|
10311
10311
|
};
|
10312
10312
|
|
@@ -10314,14 +10314,14 @@
|
|
10314
10314
|
block,
|
10315
10315
|
id: create_else_block.name,
|
10316
10316
|
type: "else",
|
10317
|
-
source: "(
|
10317
|
+
source: "(330:2) {:else}",
|
10318
10318
|
ctx
|
10319
10319
|
});
|
10320
10320
|
|
10321
10321
|
return block;
|
10322
10322
|
}
|
10323
10323
|
|
10324
|
-
// (
|
10324
|
+
// (328:2) {#if hasErrors}
|
10325
10325
|
function create_if_block_1(ctx) {
|
10326
10326
|
let p;
|
10327
10327
|
|
@@ -10330,7 +10330,7 @@
|
|
10330
10330
|
p = element("p");
|
10331
10331
|
p.textContent = "500 Error - Internal Server Error.";
|
10332
10332
|
attr_dev(p, "class", "SearchLoading");
|
10333
|
-
add_location(p, file,
|
10333
|
+
add_location(p, file, 328, 4, 11325);
|
10334
10334
|
},
|
10335
10335
|
m: function mount(target, anchor) {
|
10336
10336
|
insert_dev(target, p, anchor);
|
@@ -10345,14 +10345,14 @@
|
|
10345
10345
|
block,
|
10346
10346
|
id: create_if_block_1.name,
|
10347
10347
|
type: "if",
|
10348
|
-
source: "(
|
10348
|
+
source: "(328:2) {#if hasErrors}",
|
10349
10349
|
ctx
|
10350
10350
|
});
|
10351
10351
|
|
10352
10352
|
return block;
|
10353
10353
|
}
|
10354
10354
|
|
10355
|
-
// (
|
10355
|
+
// (325:0) {#if isLoading}
|
10356
10356
|
function create_if_block(ctx) {
|
10357
10357
|
let p;
|
10358
10358
|
|
@@ -10361,7 +10361,7 @@
|
|
10361
10361
|
p = element("p");
|
10362
10362
|
p.textContent = "Loading, please wait ...";
|
10363
10363
|
attr_dev(p, "class", "SearchLoading");
|
10364
|
-
add_location(p, file,
|
10364
|
+
add_location(p, file, 325, 2, 11241);
|
10365
10365
|
},
|
10366
10366
|
m: function mount(target, anchor) {
|
10367
10367
|
insert_dev(target, p, anchor);
|
@@ -10376,14 +10376,14 @@
|
|
10376
10376
|
block,
|
10377
10377
|
id: create_if_block.name,
|
10378
10378
|
type: "if",
|
10379
|
-
source: "(
|
10379
|
+
source: "(325:0) {#if isLoading}",
|
10380
10380
|
ctx
|
10381
10381
|
});
|
10382
10382
|
|
10383
10383
|
return block;
|
10384
10384
|
}
|
10385
10385
|
|
10386
|
-
// (
|
10386
|
+
// (332:6) {#if detailsObtained}
|
10387
10387
|
function create_if_block_2(ctx) {
|
10388
10388
|
let if_block_anchor;
|
10389
10389
|
|
@@ -10429,14 +10429,14 @@
|
|
10429
10429
|
block,
|
10430
10430
|
id: create_if_block_2.name,
|
10431
10431
|
type: "if",
|
10432
|
-
source: "(
|
10432
|
+
source: "(332:6) {#if detailsObtained}",
|
10433
10433
|
ctx
|
10434
10434
|
});
|
10435
10435
|
|
10436
10436
|
return block;
|
10437
10437
|
}
|
10438
10438
|
|
10439
|
-
// (
|
10439
|
+
// (431:12) {:else}
|
10440
10440
|
function create_else_block_5(ctx) {
|
10441
10441
|
let div1;
|
10442
10442
|
let h3;
|
@@ -10477,21 +10477,21 @@
|
|
10477
10477
|
t6 = space();
|
10478
10478
|
p = element("p");
|
10479
10479
|
t7 = text(/*time*/ ctx[0]);
|
10480
|
-
add_location(h3, file,
|
10480
|
+
add_location(h3, file, 432, 16, 20351);
|
10481
10481
|
if (img.src !== (img_src_value = /*game*/ ctx[5].thumbnail)) attr_dev(img, "src", img_src_value);
|
10482
10482
|
attr_dev(img, "class", "GameThumbnail");
|
10483
10483
|
attr_dev(img, "alt", "game thumbnail");
|
10484
10484
|
attr_dev(img, "loading", "lazy");
|
10485
|
-
add_location(img, file,
|
10485
|
+
add_location(img, file, 433, 16, 20388);
|
10486
10486
|
attr_dev(button0, "class", "LoginButton");
|
10487
|
-
add_location(button0, file,
|
10487
|
+
add_location(button0, file, 435, 18, 20541);
|
10488
10488
|
attr_dev(button1, "class", "RegisterButton");
|
10489
|
-
add_location(button1, file,
|
10489
|
+
add_location(button1, file, 436, 18, 20653);
|
10490
10490
|
attr_dev(div0, "class", "ButtonsContainer");
|
10491
|
-
add_location(div0, file,
|
10492
|
-
add_location(p, file,
|
10491
|
+
add_location(div0, file, 434, 16, 20492);
|
10492
|
+
add_location(p, file, 438, 16, 20794);
|
10493
10493
|
attr_dev(div1, "class", "GameDetails");
|
10494
|
-
add_location(div1, file,
|
10494
|
+
add_location(div1, file, 431, 14, 20309);
|
10495
10495
|
},
|
10496
10496
|
m: function mount(target, anchor) {
|
10497
10497
|
insert_dev(target, div1, anchor);
|
@@ -10512,8 +10512,8 @@
|
|
10512
10512
|
|
10513
10513
|
if (!mounted) {
|
10514
10514
|
dispose = [
|
10515
|
-
listen_dev(button0, "click", /*click_handler_16*/ ctx[
|
10516
|
-
listen_dev(button1, "click", /*click_handler_17*/ ctx[
|
10515
|
+
listen_dev(button0, "click", /*click_handler_16*/ ctx[61], false, false, false),
|
10516
|
+
listen_dev(button1, "click", /*click_handler_17*/ ctx[62], false, false, false)
|
10517
10517
|
];
|
10518
10518
|
|
10519
10519
|
mounted = true;
|
@@ -10541,14 +10541,14 @@
|
|
10541
10541
|
block,
|
10542
10542
|
id: create_else_block_5.name,
|
10543
10543
|
type: "else",
|
10544
|
-
source: "(
|
10544
|
+
source: "(431:12) {:else}",
|
10545
10545
|
ctx
|
10546
10546
|
});
|
10547
10547
|
|
10548
10548
|
return block;
|
10549
10549
|
}
|
10550
10550
|
|
10551
|
-
// (
|
10551
|
+
// (409:12) {#if funMode}
|
10552
10552
|
function create_if_block_9(ctx) {
|
10553
10553
|
let div3;
|
10554
10554
|
let div2;
|
@@ -10603,18 +10603,18 @@
|
|
10603
10603
|
attr_dev(iframe_1, "class", "GamesContainer");
|
10604
10604
|
attr_dev(iframe_1, "aria-hidden", "false");
|
10605
10605
|
if (iframe_1.src !== (iframe_1_src_value = /*game*/ ctx[5].launchUrl)) attr_dev(iframe_1, "src", iframe_1_src_value);
|
10606
|
-
add_location(iframe_1, file,
|
10606
|
+
add_location(iframe_1, file, 411, 18, 18391);
|
10607
10607
|
attr_dev(button0, "class", "LoginButton");
|
10608
|
-
add_location(button0, file,
|
10608
|
+
add_location(button0, file, 414, 22, 18614);
|
10609
10609
|
attr_dev(button1, "class", "RegisterButton");
|
10610
|
-
add_location(button1, file,
|
10610
|
+
add_location(button1, file, 415, 22, 18730);
|
10611
10611
|
attr_dev(div0, "class", "ButtonsContainer");
|
10612
|
-
add_location(div0, file,
|
10613
|
-
add_location(span, file,
|
10612
|
+
add_location(div0, file, 413, 20, 18561);
|
10613
|
+
add_location(span, file, 417, 36, 18895);
|
10614
10614
|
attr_dev(p, "class", "Time");
|
10615
|
-
add_location(p, file,
|
10615
|
+
add_location(p, file, 417, 20, 18879);
|
10616
10616
|
attr_dev(div1, "class", "BottomGame");
|
10617
|
-
add_location(div1, file,
|
10617
|
+
add_location(div1, file, 412, 18, 18516);
|
10618
10618
|
attr_dev(div2, "id", "IframeGame");
|
10619
10619
|
|
10620
10620
|
set_style(div2, "width", /*isFullscreen*/ ctx[11]
|
@@ -10633,18 +10633,18 @@
|
|
10633
10633
|
? "none"
|
10634
10634
|
: /*game*/ ctx[5].height + 100 + "px");
|
10635
10635
|
|
10636
|
-
add_location(div2, file,
|
10636
|
+
add_location(div2, file, 410, 16, 18077);
|
10637
10637
|
attr_dev(div3, "id", "IframeContainer");
|
10638
10638
|
set_style(div3, "width", /*modalFrameWidth*/ ctx[12]);
|
10639
10639
|
set_style(div3, "height", /*modalFrameHeight*/ ctx[13]);
|
10640
10640
|
toggle_class(div3, "FullsScreenLayout", /*isFullscreen*/ ctx[11]);
|
10641
|
-
add_location(div3, file,
|
10641
|
+
add_location(div3, file, 409, 14, 17903);
|
10642
10642
|
},
|
10643
10643
|
m: function mount(target, anchor) {
|
10644
10644
|
insert_dev(target, div3, anchor);
|
10645
10645
|
append_dev(div3, div2);
|
10646
10646
|
append_dev(div2, iframe_1);
|
10647
|
-
/*iframe_1_binding_1*/ ctx[
|
10647
|
+
/*iframe_1_binding_1*/ ctx[54](iframe_1);
|
10648
10648
|
append_dev(div2, t0);
|
10649
10649
|
append_dev(div2, div1);
|
10650
10650
|
append_dev(div1, div0);
|
@@ -10659,13 +10659,13 @@
|
|
10659
10659
|
append_dev(span, t5);
|
10660
10660
|
append_dev(div1, t6);
|
10661
10661
|
if_block.m(div1, null);
|
10662
|
-
/*div2_binding_1*/ ctx[
|
10663
|
-
/*div3_binding*/ ctx[
|
10662
|
+
/*div2_binding_1*/ ctx[59](div2);
|
10663
|
+
/*div3_binding*/ ctx[60](div3);
|
10664
10664
|
|
10665
10665
|
if (!mounted) {
|
10666
10666
|
dispose = [
|
10667
|
-
listen_dev(button0, "click", /*click_handler_12*/ ctx[
|
10668
|
-
listen_dev(button1, "click", /*click_handler_13*/ ctx[
|
10667
|
+
listen_dev(button0, "click", /*click_handler_12*/ ctx[55], false, false, false),
|
10668
|
+
listen_dev(button1, "click", /*click_handler_13*/ ctx[56], false, false, false)
|
10669
10669
|
];
|
10670
10670
|
|
10671
10671
|
mounted = true;
|
@@ -10730,10 +10730,10 @@
|
|
10730
10730
|
},
|
10731
10731
|
d: function destroy(detaching) {
|
10732
10732
|
if (detaching) detach_dev(div3);
|
10733
|
-
/*iframe_1_binding_1*/ ctx[
|
10733
|
+
/*iframe_1_binding_1*/ ctx[54](null);
|
10734
10734
|
if_block.d();
|
10735
|
-
/*div2_binding_1*/ ctx[
|
10736
|
-
/*div3_binding*/ ctx[
|
10735
|
+
/*div2_binding_1*/ ctx[59](null);
|
10736
|
+
/*div3_binding*/ ctx[60](null);
|
10737
10737
|
mounted = false;
|
10738
10738
|
run_all(dispose);
|
10739
10739
|
}
|
@@ -10743,14 +10743,14 @@
|
|
10743
10743
|
block,
|
10744
10744
|
id: create_if_block_9.name,
|
10745
10745
|
type: "if",
|
10746
|
-
source: "(
|
10746
|
+
source: "(409:12) {#if funMode}",
|
10747
10747
|
ctx
|
10748
10748
|
});
|
10749
10749
|
|
10750
10750
|
return block;
|
10751
10751
|
}
|
10752
10752
|
|
10753
|
-
// (
|
10753
|
+
// (389:10) {#if isLoggedIn}
|
10754
10754
|
function create_if_block_7(ctx) {
|
10755
10755
|
let div2;
|
10756
10756
|
let div1;
|
@@ -10797,14 +10797,14 @@
|
|
10797
10797
|
attr_dev(iframe_1, "class", "GamesContainer");
|
10798
10798
|
attr_dev(iframe_1, "aria-hidden", "false");
|
10799
10799
|
if (iframe_1.src !== (iframe_1_src_value = /*game*/ ctx[5].launchUrl)) attr_dev(iframe_1, "src", iframe_1_src_value);
|
10800
|
-
add_location(iframe_1, file,
|
10800
|
+
add_location(iframe_1, file, 391, 16, 16096);
|
10801
10801
|
attr_dev(button, "class", "DepositButton");
|
10802
|
-
add_location(button, file,
|
10803
|
-
add_location(span, file,
|
10802
|
+
add_location(button, file, 393, 18, 16278);
|
10803
|
+
add_location(span, file, 394, 34, 16411);
|
10804
10804
|
attr_dev(p, "class", "Time");
|
10805
|
-
add_location(p, file,
|
10805
|
+
add_location(p, file, 394, 18, 16395);
|
10806
10806
|
attr_dev(div0, "class", "BottomGame");
|
10807
|
-
add_location(div0, file,
|
10807
|
+
add_location(div0, file, 392, 16, 16235);
|
10808
10808
|
attr_dev(div1, "id", "IframeGame");
|
10809
10809
|
|
10810
10810
|
set_style(div1, "width", /*isFullscreen*/ ctx[11]
|
@@ -10823,18 +10823,18 @@
|
|
10823
10823
|
? "none"
|
10824
10824
|
: /*game*/ ctx[5].height + 100 + "px");
|
10825
10825
|
|
10826
|
-
add_location(div1, file,
|
10826
|
+
add_location(div1, file, 390, 12, 15784);
|
10827
10827
|
attr_dev(div2, "id", "IframeContainer");
|
10828
10828
|
set_style(div2, "width", /*modalFrameWidth*/ ctx[12]);
|
10829
10829
|
set_style(div2, "height", /*modalFrameHeight*/ ctx[13]);
|
10830
10830
|
toggle_class(div2, "FullsScreenLayout", /*isFullscreen*/ ctx[11]);
|
10831
|
-
add_location(div2, file,
|
10831
|
+
add_location(div2, file, 389, 12, 15614);
|
10832
10832
|
},
|
10833
10833
|
m: function mount(target, anchor) {
|
10834
10834
|
insert_dev(target, div2, anchor);
|
10835
10835
|
append_dev(div2, div1);
|
10836
10836
|
append_dev(div1, iframe_1);
|
10837
|
-
/*iframe_1_binding*/ ctx[
|
10837
|
+
/*iframe_1_binding*/ ctx[48](iframe_1);
|
10838
10838
|
append_dev(div1, t0);
|
10839
10839
|
append_dev(div1, div0);
|
10840
10840
|
append_dev(div0, button);
|
@@ -10845,11 +10845,11 @@
|
|
10845
10845
|
append_dev(span, t3);
|
10846
10846
|
append_dev(div0, t4);
|
10847
10847
|
if_block.m(div0, null);
|
10848
|
-
/*div1_binding*/ ctx[
|
10849
|
-
/*div2_binding*/ ctx[
|
10848
|
+
/*div1_binding*/ ctx[52](div1);
|
10849
|
+
/*div2_binding*/ ctx[53](div2);
|
10850
10850
|
|
10851
10851
|
if (!mounted) {
|
10852
|
-
dispose = listen_dev(button, "click", /*click_handler_9*/ ctx[
|
10852
|
+
dispose = listen_dev(button, "click", /*click_handler_9*/ ctx[49], false, false, false);
|
10853
10853
|
mounted = true;
|
10854
10854
|
}
|
10855
10855
|
},
|
@@ -10911,10 +10911,10 @@
|
|
10911
10911
|
},
|
10912
10912
|
d: function destroy(detaching) {
|
10913
10913
|
if (detaching) detach_dev(div2);
|
10914
|
-
/*iframe_1_binding*/ ctx[
|
10914
|
+
/*iframe_1_binding*/ ctx[48](null);
|
10915
10915
|
if_block.d();
|
10916
|
-
/*div1_binding*/ ctx[
|
10917
|
-
/*div2_binding*/ ctx[
|
10916
|
+
/*div1_binding*/ ctx[52](null);
|
10917
|
+
/*div2_binding*/ ctx[53](null);
|
10918
10918
|
mounted = false;
|
10919
10919
|
dispose();
|
10920
10920
|
}
|
@@ -10924,14 +10924,14 @@
|
|
10924
10924
|
block,
|
10925
10925
|
id: create_if_block_7.name,
|
10926
10926
|
type: "if",
|
10927
|
-
source: "(
|
10927
|
+
source: "(389:10) {#if isLoggedIn}",
|
10928
10928
|
ctx
|
10929
10929
|
});
|
10930
10930
|
|
10931
10931
|
return block;
|
10932
10932
|
}
|
10933
10933
|
|
10934
|
-
// (
|
10934
|
+
// (333:8) {#if mobileView}
|
10935
10935
|
function create_if_block_3(ctx) {
|
10936
10936
|
let if_block_anchor;
|
10937
10937
|
|
@@ -10976,14 +10976,14 @@
|
|
10976
10976
|
block,
|
10977
10977
|
id: create_if_block_3.name,
|
10978
10978
|
type: "if",
|
10979
|
-
source: "(
|
10979
|
+
source: "(333:8) {#if mobileView}",
|
10980
10980
|
ctx
|
10981
10981
|
});
|
10982
10982
|
|
10983
10983
|
return block;
|
10984
10984
|
}
|
10985
10985
|
|
10986
|
-
// (
|
10986
|
+
// (423:20) {:else}
|
10987
10987
|
function create_else_block_4(ctx) {
|
10988
10988
|
let button;
|
10989
10989
|
let svg;
|
@@ -10997,14 +10997,14 @@
|
|
10997
10997
|
svg = svg_element("svg");
|
10998
10998
|
path = svg_element("path");
|
10999
10999
|
attr_dev(path, "d", "M21.414 18.586l2.586-2.586v8h-8l2.586-2.586-5.172-5.172 2.828-2.828 5.172 5.172zm-13.656-8l2.828-2.828-5.172-5.172 2.586-2.586h-8v8l2.586-2.586 5.172 5.172zm10.828-8l-2.586-2.586h8v8l-2.586-2.586-5.172 5.172-2.828-2.828 5.172-5.172zm-8 13.656l-2.828-2.828-5.172 5.172-2.586-2.586v8h8l-2.586-2.586 5.172-5.172z");
|
11000
|
-
add_location(path, file,
|
11000
|
+
add_location(path, file, 424, 107, 19820);
|
11001
11001
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11002
11002
|
attr_dev(svg, "width", "24");
|
11003
11003
|
attr_dev(svg, "height", "24");
|
11004
11004
|
attr_dev(svg, "viewBox", "0 0 24 24");
|
11005
|
-
add_location(svg, file,
|
11005
|
+
add_location(svg, file, 424, 24, 19737);
|
11006
11006
|
attr_dev(button, "class", "FullscreenButton");
|
11007
|
-
add_location(button, file,
|
11007
|
+
add_location(button, file, 423, 22, 19641);
|
11008
11008
|
},
|
11009
11009
|
m: function mount(target, anchor) {
|
11010
11010
|
insert_dev(target, button, anchor);
|
@@ -11012,7 +11012,7 @@
|
|
11012
11012
|
append_dev(svg, path);
|
11013
11013
|
|
11014
11014
|
if (!mounted) {
|
11015
|
-
dispose = listen_dev(button, "click", /*click_handler_15*/ ctx[
|
11015
|
+
dispose = listen_dev(button, "click", /*click_handler_15*/ ctx[58], false, false, false);
|
11016
11016
|
mounted = true;
|
11017
11017
|
}
|
11018
11018
|
},
|
@@ -11028,14 +11028,14 @@
|
|
11028
11028
|
block,
|
11029
11029
|
id: create_else_block_4.name,
|
11030
11030
|
type: "else",
|
11031
|
-
source: "(
|
11031
|
+
source: "(423:20) {:else}",
|
11032
11032
|
ctx
|
11033
11033
|
});
|
11034
11034
|
|
11035
11035
|
return block;
|
11036
11036
|
}
|
11037
11037
|
|
11038
|
-
// (
|
11038
|
+
// (419:20) {#if isFullscreen}
|
11039
11039
|
function create_if_block_10(ctx) {
|
11040
11040
|
let button;
|
11041
11041
|
let svg;
|
@@ -11056,22 +11056,22 @@
|
|
11056
11056
|
polygon3 = svg_element("polygon");
|
11057
11057
|
set_style(polygon0, "fill", "#fff");
|
11058
11058
|
attr_dev(polygon0, "points", "24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 \t\t\t");
|
11059
|
-
add_location(polygon0, file,
|
11059
|
+
add_location(polygon0, file, 420, 72, 19124);
|
11060
11060
|
set_style(polygon1, "fill", "#fff");
|
11061
11061
|
attr_dev(polygon1, "points", "0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 \t\t\t");
|
11062
|
-
add_location(polygon1, file,
|
11062
|
+
add_location(polygon1, file, 420, 180, 19232);
|
11063
11063
|
set_style(polygon2, "fill", "#fff");
|
11064
11064
|
attr_dev(polygon2, "points", "0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 \t\t\t");
|
11065
|
-
add_location(polygon2, file,
|
11065
|
+
add_location(polygon2, file, 420, 286, 19338);
|
11066
11066
|
set_style(polygon3, "fill", "#fff");
|
11067
11067
|
attr_dev(polygon3, "points", "20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 \t\t\t");
|
11068
|
-
add_location(polygon3, file,
|
11068
|
+
add_location(polygon3, file, 420, 389, 19441);
|
11069
11069
|
attr_dev(svg, "width", "24");
|
11070
11070
|
attr_dev(svg, "height", "24");
|
11071
11071
|
attr_dev(svg, "viewBox", "0 0 31 31");
|
11072
|
-
add_location(svg, file,
|
11072
|
+
add_location(svg, file, 420, 24, 19076);
|
11073
11073
|
attr_dev(button, "class", "FullscreenButton");
|
11074
|
-
add_location(button, file,
|
11074
|
+
add_location(button, file, 419, 22, 18980);
|
11075
11075
|
},
|
11076
11076
|
m: function mount(target, anchor) {
|
11077
11077
|
insert_dev(target, button, anchor);
|
@@ -11082,7 +11082,7 @@
|
|
11082
11082
|
append_dev(svg, polygon3);
|
11083
11083
|
|
11084
11084
|
if (!mounted) {
|
11085
|
-
dispose = listen_dev(button, "click", /*click_handler_14*/ ctx[
|
11085
|
+
dispose = listen_dev(button, "click", /*click_handler_14*/ ctx[57], false, false, false);
|
11086
11086
|
mounted = true;
|
11087
11087
|
}
|
11088
11088
|
},
|
@@ -11098,14 +11098,14 @@
|
|
11098
11098
|
block,
|
11099
11099
|
id: create_if_block_10.name,
|
11100
11100
|
type: "if",
|
11101
|
-
source: "(
|
11101
|
+
source: "(419:20) {#if isFullscreen}",
|
11102
11102
|
ctx
|
11103
11103
|
});
|
11104
11104
|
|
11105
11105
|
return block;
|
11106
11106
|
}
|
11107
11107
|
|
11108
|
-
// (
|
11108
|
+
// (400:18) {:else}
|
11109
11109
|
function create_else_block_3(ctx) {
|
11110
11110
|
let button;
|
11111
11111
|
let svg;
|
@@ -11119,14 +11119,14 @@
|
|
11119
11119
|
svg = svg_element("svg");
|
11120
11120
|
path = svg_element("path");
|
11121
11121
|
attr_dev(path, "d", "M21.414 18.586l2.586-2.586v8h-8l2.586-2.586-5.172-5.172 2.828-2.828 5.172 5.172zm-13.656-8l2.828-2.828-5.172-5.172 2.586-2.586h-8v8l2.586-2.586 5.172 5.172zm10.828-8l-2.586-2.586h8v8l-2.586-2.586-5.172 5.172-2.828-2.828 5.172-5.172zm-8 13.656l-2.828-2.828-5.172 5.172-2.586-2.586v8h8l-2.586-2.586 5.172-5.172z");
|
11122
|
-
add_location(path, file,
|
11122
|
+
add_location(path, file, 401, 105, 17400);
|
11123
11123
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11124
11124
|
attr_dev(svg, "width", "24");
|
11125
11125
|
attr_dev(svg, "height", "24");
|
11126
11126
|
attr_dev(svg, "viewBox", "0 0 24 24");
|
11127
|
-
add_location(svg, file,
|
11127
|
+
add_location(svg, file, 401, 22, 17317);
|
11128
11128
|
attr_dev(button, "class", "FullscreenButton");
|
11129
|
-
add_location(button, file,
|
11129
|
+
add_location(button, file, 400, 20, 17223);
|
11130
11130
|
},
|
11131
11131
|
m: function mount(target, anchor) {
|
11132
11132
|
insert_dev(target, button, anchor);
|
@@ -11134,7 +11134,7 @@
|
|
11134
11134
|
append_dev(svg, path);
|
11135
11135
|
|
11136
11136
|
if (!mounted) {
|
11137
|
-
dispose = listen_dev(button, "click", /*click_handler_11*/ ctx[
|
11137
|
+
dispose = listen_dev(button, "click", /*click_handler_11*/ ctx[51], false, false, false);
|
11138
11138
|
mounted = true;
|
11139
11139
|
}
|
11140
11140
|
},
|
@@ -11150,14 +11150,14 @@
|
|
11150
11150
|
block,
|
11151
11151
|
id: create_else_block_3.name,
|
11152
11152
|
type: "else",
|
11153
|
-
source: "(
|
11153
|
+
source: "(400:18) {:else}",
|
11154
11154
|
ctx
|
11155
11155
|
});
|
11156
11156
|
|
11157
11157
|
return block;
|
11158
11158
|
}
|
11159
11159
|
|
11160
|
-
// (
|
11160
|
+
// (396:18) {#if isFullscreen}
|
11161
11161
|
function create_if_block_8(ctx) {
|
11162
11162
|
let button;
|
11163
11163
|
let svg;
|
@@ -11178,24 +11178,24 @@
|
|
11178
11178
|
polygon3 = svg_element("polygon");
|
11179
11179
|
set_style(polygon0, "fill", "#fff");
|
11180
11180
|
attr_dev(polygon0, "points", "24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 \t\t\t");
|
11181
|
-
add_location(polygon0, file,
|
11181
|
+
add_location(polygon0, file, 397, 148, 16712);
|
11182
11182
|
set_style(polygon1, "fill", "#fff");
|
11183
11183
|
attr_dev(polygon1, "points", "0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 \t\t\t");
|
11184
|
-
add_location(polygon1, file,
|
11184
|
+
add_location(polygon1, file, 397, 256, 16820);
|
11185
11185
|
set_style(polygon2, "fill", "#fff");
|
11186
11186
|
attr_dev(polygon2, "points", "0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 \t\t\t");
|
11187
|
-
add_location(polygon2, file,
|
11187
|
+
add_location(polygon2, file, 397, 362, 16926);
|
11188
11188
|
set_style(polygon3, "fill", "#fff");
|
11189
11189
|
attr_dev(polygon3, "points", "20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 \t\t\t");
|
11190
|
-
add_location(polygon3, file,
|
11190
|
+
add_location(polygon3, file, 397, 465, 17029);
|
11191
11191
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11192
11192
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
11193
11193
|
attr_dev(svg, "width", "24");
|
11194
11194
|
attr_dev(svg, "height", "24");
|
11195
11195
|
attr_dev(svg, "viewBox", "0 0 31 31");
|
11196
|
-
add_location(svg, file,
|
11196
|
+
add_location(svg, file, 397, 22, 16586);
|
11197
11197
|
attr_dev(button, "class", "FullscreenButton");
|
11198
|
-
add_location(button, file,
|
11198
|
+
add_location(button, file, 396, 20, 16492);
|
11199
11199
|
},
|
11200
11200
|
m: function mount(target, anchor) {
|
11201
11201
|
insert_dev(target, button, anchor);
|
@@ -11206,7 +11206,7 @@
|
|
11206
11206
|
append_dev(svg, polygon3);
|
11207
11207
|
|
11208
11208
|
if (!mounted) {
|
11209
|
-
dispose = listen_dev(button, "click", /*click_handler_10*/ ctx[
|
11209
|
+
dispose = listen_dev(button, "click", /*click_handler_10*/ ctx[50], false, false, false);
|
11210
11210
|
mounted = true;
|
11211
11211
|
}
|
11212
11212
|
},
|
@@ -11222,14 +11222,14 @@
|
|
11222
11222
|
block,
|
11223
11223
|
id: create_if_block_8.name,
|
11224
11224
|
type: "if",
|
11225
|
-
source: "(
|
11225
|
+
source: "(396:18) {#if isFullscreen}",
|
11226
11226
|
ctx
|
11227
11227
|
});
|
11228
11228
|
|
11229
11229
|
return block;
|
11230
11230
|
}
|
11231
11231
|
|
11232
|
-
// (
|
11232
|
+
// (377:10) {:else}
|
11233
11233
|
function create_else_block_2(ctx) {
|
11234
11234
|
let div1;
|
11235
11235
|
let h3;
|
@@ -11270,21 +11270,21 @@
|
|
11270
11270
|
t6 = space();
|
11271
11271
|
p = element("p");
|
11272
11272
|
t7 = text(/*time*/ ctx[0]);
|
11273
|
-
add_location(h3, file,
|
11273
|
+
add_location(h3, file, 378, 14, 15079);
|
11274
11274
|
if (img.src !== (img_src_value = /*game*/ ctx[5].thumbnail)) attr_dev(img, "src", img_src_value);
|
11275
11275
|
attr_dev(img, "class", "GameThumbnail");
|
11276
11276
|
attr_dev(img, "alt", "game thumbnail");
|
11277
11277
|
attr_dev(img, "loading", "lazy");
|
11278
|
-
add_location(img, file,
|
11278
|
+
add_location(img, file, 379, 14, 15114);
|
11279
11279
|
attr_dev(button0, "class", "LoginButton");
|
11280
|
-
add_location(button0, file,
|
11280
|
+
add_location(button0, file, 381, 16, 15263);
|
11281
11281
|
attr_dev(button1, "class", "RegisterButton");
|
11282
|
-
add_location(button1, file,
|
11282
|
+
add_location(button1, file, 382, 16, 15373);
|
11283
11283
|
attr_dev(div0, "class", "ButtonsContainer");
|
11284
|
-
add_location(div0, file,
|
11285
|
-
add_location(p, file,
|
11284
|
+
add_location(div0, file, 380, 14, 15216);
|
11285
|
+
add_location(p, file, 384, 14, 15510);
|
11286
11286
|
attr_dev(div1, "class", "GameDetails");
|
11287
|
-
add_location(div1, file,
|
11287
|
+
add_location(div1, file, 377, 12, 15039);
|
11288
11288
|
},
|
11289
11289
|
m: function mount(target, anchor) {
|
11290
11290
|
insert_dev(target, div1, anchor);
|
@@ -11305,8 +11305,8 @@
|
|
11305
11305
|
|
11306
11306
|
if (!mounted) {
|
11307
11307
|
dispose = [
|
11308
|
-
listen_dev(button0, "click", /*click_handler_7*/ ctx[
|
11309
|
-
listen_dev(button1, "click", /*click_handler_8*/ ctx[
|
11308
|
+
listen_dev(button0, "click", /*click_handler_7*/ ctx[46], false, false, false),
|
11309
|
+
listen_dev(button1, "click", /*click_handler_8*/ ctx[47], false, false, false)
|
11310
11310
|
];
|
11311
11311
|
|
11312
11312
|
mounted = true;
|
@@ -11334,14 +11334,14 @@
|
|
11334
11334
|
block,
|
11335
11335
|
id: create_else_block_2.name,
|
11336
11336
|
type: "else",
|
11337
|
-
source: "(
|
11337
|
+
source: "(377:10) {:else}",
|
11338
11338
|
ctx
|
11339
11339
|
});
|
11340
11340
|
|
11341
11341
|
return block;
|
11342
11342
|
}
|
11343
11343
|
|
11344
|
-
// (
|
11344
|
+
// (365:37)
|
11345
11345
|
function create_if_block_6(ctx) {
|
11346
11346
|
let div1;
|
11347
11347
|
let h3;
|
@@ -11389,23 +11389,23 @@
|
|
11389
11389
|
t8 = space();
|
11390
11390
|
p = element("p");
|
11391
11391
|
t9 = text(/*time*/ ctx[0]);
|
11392
|
-
add_location(h3, file,
|
11392
|
+
add_location(h3, file, 366, 14, 14419);
|
11393
11393
|
if (img.src !== (img_src_value = /*game*/ ctx[5].thumbnail)) attr_dev(img, "src", img_src_value);
|
11394
11394
|
attr_dev(img, "class", "GameThumbnail");
|
11395
11395
|
attr_dev(img, "alt", "game thumbnail");
|
11396
11396
|
attr_dev(img, "loading", "lazy");
|
11397
|
-
add_location(img, file,
|
11397
|
+
add_location(img, file, 367, 14, 14454);
|
11398
11398
|
attr_dev(button0, "class", "LoginButton");
|
11399
|
-
add_location(button0, file,
|
11399
|
+
add_location(button0, file, 369, 16, 14603);
|
11400
11400
|
attr_dev(button1, "class", "RegisterButton");
|
11401
|
-
add_location(button1, file,
|
11401
|
+
add_location(button1, file, 370, 16, 14713);
|
11402
11402
|
attr_dev(div0, "class", "ButtonsContainer");
|
11403
|
-
add_location(div0, file,
|
11403
|
+
add_location(div0, file, 368, 14, 14556);
|
11404
11404
|
attr_dev(button2, "class", "FullWidthButton");
|
11405
|
-
add_location(button2, file,
|
11406
|
-
add_location(p, file,
|
11405
|
+
add_location(button2, file, 372, 14, 14850);
|
11406
|
+
add_location(p, file, 373, 14, 14975);
|
11407
11407
|
attr_dev(div1, "class", "GameDetails");
|
11408
|
-
add_location(div1, file,
|
11408
|
+
add_location(div1, file, 365, 12, 14379);
|
11409
11409
|
},
|
11410
11410
|
m: function mount(target, anchor) {
|
11411
11411
|
insert_dev(target, div1, anchor);
|
@@ -11429,9 +11429,9 @@
|
|
11429
11429
|
|
11430
11430
|
if (!mounted) {
|
11431
11431
|
dispose = [
|
11432
|
-
listen_dev(button0, "click", /*click_handler_4*/ ctx[
|
11433
|
-
listen_dev(button1, "click", /*click_handler_5*/ ctx[
|
11434
|
-
listen_dev(button2, "click", /*click_handler_6*/ ctx[
|
11432
|
+
listen_dev(button0, "click", /*click_handler_4*/ ctx[43], false, false, false),
|
11433
|
+
listen_dev(button1, "click", /*click_handler_5*/ ctx[44], false, false, false),
|
11434
|
+
listen_dev(button2, "click", /*click_handler_6*/ ctx[45], false, false, false)
|
11435
11435
|
];
|
11436
11436
|
|
11437
11437
|
mounted = true;
|
@@ -11460,14 +11460,14 @@
|
|
11460
11460
|
block,
|
11461
11461
|
id: create_if_block_6.name,
|
11462
11462
|
type: "if",
|
11463
|
-
source: "(
|
11463
|
+
source: "(365:37) ",
|
11464
11464
|
ctx
|
11465
11465
|
});
|
11466
11466
|
|
11467
11467
|
return block;
|
11468
11468
|
}
|
11469
11469
|
|
11470
|
-
// (
|
11470
|
+
// (334:10) {#if isLoggedIn}
|
11471
11471
|
function create_if_block_4(ctx) {
|
11472
11472
|
let t0;
|
11473
11473
|
let div1;
|
@@ -11519,21 +11519,21 @@
|
|
11519
11519
|
t7 = space();
|
11520
11520
|
p = element("p");
|
11521
11521
|
t8 = text(/*time*/ ctx[0]);
|
11522
|
-
add_location(h3, file,
|
11522
|
+
add_location(h3, file, 355, 14, 13855);
|
11523
11523
|
if (img.src !== (img_src_value = /*game*/ ctx[5].thumbnail)) attr_dev(img, "src", img_src_value);
|
11524
11524
|
attr_dev(img, "class", "GameThumbnail");
|
11525
11525
|
attr_dev(img, "alt", "game thumbnail");
|
11526
11526
|
attr_dev(img, "loading", "lazy");
|
11527
|
-
add_location(img, file,
|
11527
|
+
add_location(img, file, 356, 14, 13890);
|
11528
11528
|
attr_dev(button0, "class", "DepositButton");
|
11529
|
-
add_location(button0, file,
|
11529
|
+
add_location(button0, file, 358, 16, 14039);
|
11530
11530
|
attr_dev(button1, "class", "PlayNowButton");
|
11531
|
-
add_location(button1, file,
|
11531
|
+
add_location(button1, file, 359, 16, 14154);
|
11532
11532
|
attr_dev(div0, "class", "ButtonsContainer");
|
11533
|
-
add_location(div0, file,
|
11534
|
-
add_location(p, file,
|
11533
|
+
add_location(div0, file, 357, 14, 13992);
|
11534
|
+
add_location(p, file, 361, 14, 14295);
|
11535
11535
|
attr_dev(div1, "class", "GameDetails");
|
11536
|
-
add_location(div1, file,
|
11536
|
+
add_location(div1, file, 354, 12, 13815);
|
11537
11537
|
},
|
11538
11538
|
m: function mount(target, anchor) {
|
11539
11539
|
if_block.m(target, anchor);
|
@@ -11556,8 +11556,8 @@
|
|
11556
11556
|
|
11557
11557
|
if (!mounted) {
|
11558
11558
|
dispose = [
|
11559
|
-
listen_dev(button0, "click", /*click_handler_2*/ ctx[
|
11560
|
-
listen_dev(button1, "click", /*click_handler_3*/ ctx[
|
11559
|
+
listen_dev(button0, "click", /*click_handler_2*/ ctx[41], false, false, false),
|
11560
|
+
listen_dev(button1, "click", /*click_handler_3*/ ctx[42], false, false, false)
|
11561
11561
|
];
|
11562
11562
|
|
11563
11563
|
mounted = true;
|
@@ -11599,14 +11599,14 @@
|
|
11599
11599
|
block,
|
11600
11600
|
id: create_if_block_4.name,
|
11601
11601
|
type: "if",
|
11602
|
-
source: "(
|
11602
|
+
source: "(334:10) {#if isLoggedIn}",
|
11603
11603
|
ctx
|
11604
11604
|
});
|
11605
11605
|
|
11606
11606
|
return block;
|
11607
11607
|
}
|
11608
11608
|
|
11609
|
-
// (
|
11609
|
+
// (341:12) {:else}
|
11610
11610
|
function create_else_block_1(ctx) {
|
11611
11611
|
let div;
|
11612
11612
|
let svg;
|
@@ -11621,7 +11621,7 @@
|
|
11621
11621
|
path = svg_element("path");
|
11622
11622
|
set_style(path, "fill", "white");
|
11623
11623
|
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");
|
11624
|
-
add_location(path, file,
|
11624
|
+
add_location(path, file, 343, 114, 12665);
|
11625
11625
|
attr_dev(svg, "version", "1.1");
|
11626
11626
|
attr_dev(svg, "class", "UnfavoredIcon");
|
11627
11627
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
@@ -11631,9 +11631,9 @@
|
|
11631
11631
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
11632
11632
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
11633
11633
|
attr_dev(svg, "xml:space", "preserve");
|
11634
|
-
add_location(svg, file,
|
11634
|
+
add_location(svg, file, 342, 16, 12414);
|
11635
11635
|
attr_dev(div, "class", "FavIconContainer");
|
11636
|
-
add_location(div, file,
|
11636
|
+
add_location(div, file, 341, 14, 12320);
|
11637
11637
|
},
|
11638
11638
|
m: function mount(target, anchor) {
|
11639
11639
|
insert_dev(target, div, anchor);
|
@@ -11641,7 +11641,7 @@
|
|
11641
11641
|
append_dev(svg, path);
|
11642
11642
|
|
11643
11643
|
if (!mounted) {
|
11644
|
-
dispose = listen_dev(div, "click", /*click_handler_1*/ ctx[
|
11644
|
+
dispose = listen_dev(div, "click", /*click_handler_1*/ ctx[40], false, false, false);
|
11645
11645
|
mounted = true;
|
11646
11646
|
}
|
11647
11647
|
},
|
@@ -11657,14 +11657,14 @@
|
|
11657
11657
|
block,
|
11658
11658
|
id: create_else_block_1.name,
|
11659
11659
|
type: "else",
|
11660
|
-
source: "(
|
11660
|
+
source: "(341:12) {:else}",
|
11661
11661
|
ctx
|
11662
11662
|
});
|
11663
11663
|
|
11664
11664
|
return block;
|
11665
11665
|
}
|
11666
11666
|
|
11667
|
-
// (
|
11667
|
+
// (335:12) {#if game.isFavored}
|
11668
11668
|
function create_if_block_5(ctx) {
|
11669
11669
|
let div;
|
11670
11670
|
let svg;
|
@@ -11679,16 +11679,16 @@
|
|
11679
11679
|
path = svg_element("path");
|
11680
11680
|
set_style(path, "fill", "white");
|
11681
11681
|
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");
|
11682
|
-
add_location(path, file,
|
11682
|
+
add_location(path, file, 337, 18, 11903);
|
11683
11683
|
attr_dev(svg, "version", "1.1");
|
11684
11684
|
attr_dev(svg, "class", "FavoredIcon");
|
11685
11685
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
11686
11686
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
11687
11687
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
11688
11688
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
11689
|
-
add_location(svg, file,
|
11689
|
+
add_location(svg, file, 336, 16, 11697);
|
11690
11690
|
attr_dev(div, "class", "FavIconContainer");
|
11691
|
-
add_location(div, file,
|
11691
|
+
add_location(div, file, 335, 14, 11603);
|
11692
11692
|
},
|
11693
11693
|
m: function mount(target, anchor) {
|
11694
11694
|
insert_dev(target, div, anchor);
|
@@ -11696,7 +11696,7 @@
|
|
11696
11696
|
append_dev(svg, path);
|
11697
11697
|
|
11698
11698
|
if (!mounted) {
|
11699
|
-
dispose = listen_dev(div, "click", /*click_handler*/ ctx[
|
11699
|
+
dispose = listen_dev(div, "click", /*click_handler*/ ctx[39], false, false, false);
|
11700
11700
|
mounted = true;
|
11701
11701
|
}
|
11702
11702
|
},
|
@@ -11712,7 +11712,7 @@
|
|
11712
11712
|
block,
|
11713
11713
|
id: create_if_block_5.name,
|
11714
11714
|
type: "if",
|
11715
|
-
source: "(
|
11715
|
+
source: "(335:12) {#if game.isFavored}",
|
11716
11716
|
ctx
|
11717
11717
|
});
|
11718
11718
|
|
@@ -11795,6 +11795,7 @@
|
|
11795
11795
|
let { loginevent = "" } = $$props;
|
11796
11796
|
let { registerevent = "" } = $$props;
|
11797
11797
|
let { depositevent = "" } = $$props;
|
11798
|
+
let { clockformat = "" } = $$props;
|
11798
11799
|
let time;
|
11799
11800
|
let iframe;
|
11800
11801
|
let isLoggedIn = false;
|
@@ -12081,7 +12082,11 @@
|
|
12081
12082
|
};
|
12082
12083
|
|
12083
12084
|
const refreshTime = () => {
|
12084
|
-
|
12085
|
+
if (clockformat) {
|
12086
|
+
$$invalidate(0, time = moment().format(clockformat));
|
12087
|
+
} else {
|
12088
|
+
$$invalidate(0, time = moment().format("LTS"));
|
12089
|
+
}
|
12085
12090
|
};
|
12086
12091
|
|
12087
12092
|
const timeInterval = setInterval(
|
@@ -12160,7 +12165,8 @@
|
|
12160
12165
|
"depositurl",
|
12161
12166
|
"loginevent",
|
12162
12167
|
"registerevent",
|
12163
|
-
"depositevent"
|
12168
|
+
"depositevent",
|
12169
|
+
"clockformat"
|
12164
12170
|
];
|
12165
12171
|
|
12166
12172
|
Object_1.keys($$props).forEach(key => {
|
@@ -12260,6 +12266,7 @@
|
|
12260
12266
|
if ("loginevent" in $$props) $$invalidate(35, loginevent = $$props.loginevent);
|
12261
12267
|
if ("registerevent" in $$props) $$invalidate(36, registerevent = $$props.registerevent);
|
12262
12268
|
if ("depositevent" in $$props) $$invalidate(37, depositevent = $$props.depositevent);
|
12269
|
+
if ("clockformat" in $$props) $$invalidate(38, clockformat = $$props.clockformat);
|
12263
12270
|
};
|
12264
12271
|
|
12265
12272
|
$$self.$capture_state = () => ({
|
@@ -12283,6 +12290,7 @@
|
|
12283
12290
|
loginevent,
|
12284
12291
|
registerevent,
|
12285
12292
|
depositevent,
|
12293
|
+
clockformat,
|
12286
12294
|
time,
|
12287
12295
|
iframe,
|
12288
12296
|
isLoggedIn,
|
@@ -12342,6 +12350,7 @@
|
|
12342
12350
|
if ("loginevent" in $$props) $$invalidate(35, loginevent = $$props.loginevent);
|
12343
12351
|
if ("registerevent" in $$props) $$invalidate(36, registerevent = $$props.registerevent);
|
12344
12352
|
if ("depositevent" in $$props) $$invalidate(37, depositevent = $$props.depositevent);
|
12353
|
+
if ("clockformat" in $$props) $$invalidate(38, clockformat = $$props.clockformat);
|
12345
12354
|
if ("time" in $$props) $$invalidate(0, time = $$props.time);
|
12346
12355
|
if ("iframe" in $$props) $$invalidate(1, iframe = $$props.iframe);
|
12347
12356
|
if ("isLoggedIn" in $$props) $$invalidate(2, isLoggedIn = $$props.isLoggedIn);
|
@@ -12431,6 +12440,7 @@
|
|
12431
12440
|
loginevent,
|
12432
12441
|
registerevent,
|
12433
12442
|
depositevent,
|
12443
|
+
clockformat,
|
12434
12444
|
click_handler,
|
12435
12445
|
click_handler_1,
|
12436
12446
|
click_handler_2,
|
@@ -12487,7 +12497,8 @@
|
|
12487
12497
|
depositurl: 34,
|
12488
12498
|
loginevent: 35,
|
12489
12499
|
registerevent: 36,
|
12490
|
-
depositevent: 37
|
12500
|
+
depositevent: 37,
|
12501
|
+
clockformat: 38
|
12491
12502
|
},
|
12492
12503
|
[-1, -1, -1]
|
12493
12504
|
);
|
@@ -12518,7 +12529,8 @@
|
|
12518
12529
|
"depositurl",
|
12519
12530
|
"loginevent",
|
12520
12531
|
"registerevent",
|
12521
|
-
"depositevent"
|
12532
|
+
"depositevent",
|
12533
|
+
"clockformat"
|
12522
12534
|
];
|
12523
12535
|
}
|
12524
12536
|
|
@@ -12638,6 +12650,15 @@
|
|
12638
12650
|
this.$set({ depositevent });
|
12639
12651
|
flush();
|
12640
12652
|
}
|
12653
|
+
|
12654
|
+
get clockformat() {
|
12655
|
+
return this.$$.ctx[38];
|
12656
|
+
}
|
12657
|
+
|
12658
|
+
set clockformat(clockformat) {
|
12659
|
+
this.$set({ clockformat });
|
12660
|
+
flush();
|
12661
|
+
}
|
12641
12662
|
}
|
12642
12663
|
|
12643
12664
|
!customElements.get('casino-game-page') && customElements.define('casino-game-page', CasinoGamePage);
|