@everymatrix/casino-page 0.0.92 → 0.0.96
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-page.js +753 -610
- package/dist/casino-page.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoPage.svelte +62 -61
- package/src/translations.js +49 -7
package/dist/casino-page.js
CHANGED
|
@@ -4533,23 +4533,23 @@
|
|
|
4533
4533
|
const CasinoPageTranslations = {
|
|
4534
4534
|
en: {
|
|
4535
4535
|
casinoPage: {
|
|
4536
|
-
search: 'Search
|
|
4537
|
-
loading: 'Loading
|
|
4536
|
+
search: 'Search',
|
|
4537
|
+
loading: 'Loading',
|
|
4538
4538
|
searchMobile: 'Search'
|
|
4539
4539
|
}
|
|
4540
4540
|
},
|
|
4541
4541
|
de: {
|
|
4542
4542
|
casinoPage: {
|
|
4543
|
-
search: '
|
|
4544
|
-
loading: '
|
|
4543
|
+
search: 'Suche',
|
|
4544
|
+
loading: 'Loading',
|
|
4545
4545
|
searchMobile: 'Suche'
|
|
4546
4546
|
}
|
|
4547
4547
|
},
|
|
4548
4548
|
it: {
|
|
4549
4549
|
casinoPage: {
|
|
4550
|
-
search: 'Cerca
|
|
4551
|
-
loading: '
|
|
4552
|
-
searchMobile: '
|
|
4550
|
+
search: 'Cerca',
|
|
4551
|
+
loading: 'Loading',
|
|
4552
|
+
searchMobile: 'Cerca'
|
|
4553
4553
|
}
|
|
4554
4554
|
},
|
|
4555
4555
|
fr: {
|
|
@@ -4586,6 +4586,48 @@
|
|
|
4586
4586
|
loading: 'Se incarca ...',
|
|
4587
4587
|
searchMobile: 'Cauta'
|
|
4588
4588
|
}
|
|
4589
|
+
},
|
|
4590
|
+
hr: {
|
|
4591
|
+
casinoPage: {
|
|
4592
|
+
search: 'Pretraži',
|
|
4593
|
+
loading: 'Učitavanje',
|
|
4594
|
+
searchMobile: 'Pretraži'
|
|
4595
|
+
}
|
|
4596
|
+
},
|
|
4597
|
+
hu: {
|
|
4598
|
+
casinoPage: {
|
|
4599
|
+
search: 'Keresés',
|
|
4600
|
+
loading: 'betöltés',
|
|
4601
|
+
searchMobile: 'Keresés'
|
|
4602
|
+
}
|
|
4603
|
+
},
|
|
4604
|
+
pl: {
|
|
4605
|
+
casinoPage: {
|
|
4606
|
+
search: 'Szukaj',
|
|
4607
|
+
loading: 'Ładowanie',
|
|
4608
|
+
searchMobile: 'Szukaj'
|
|
4609
|
+
}
|
|
4610
|
+
},
|
|
4611
|
+
pt: {
|
|
4612
|
+
casinoPage: {
|
|
4613
|
+
search: 'Procurar',
|
|
4614
|
+
loading: 'A carregar',
|
|
4615
|
+
searchMobile: 'Procurar'
|
|
4616
|
+
}
|
|
4617
|
+
},
|
|
4618
|
+
sl: {
|
|
4619
|
+
casinoPage: {
|
|
4620
|
+
search: 'Iskanje',
|
|
4621
|
+
loading: 'Loading',
|
|
4622
|
+
searchMobile: 'Iskanje'
|
|
4623
|
+
}
|
|
4624
|
+
},
|
|
4625
|
+
sr: {
|
|
4626
|
+
casinoPage: {
|
|
4627
|
+
search: 'Pretraži',
|
|
4628
|
+
loading: 'Loading',
|
|
4629
|
+
searchMobile: 'Pretraži'
|
|
4630
|
+
}
|
|
4589
4631
|
}
|
|
4590
4632
|
};
|
|
4591
4633
|
|
|
@@ -4596,29 +4638,29 @@
|
|
|
4596
4638
|
const GamesCategorySectionTranslations = {
|
|
4597
4639
|
en: {
|
|
4598
4640
|
gamesCategorySection: {
|
|
4599
|
-
showMore: '
|
|
4600
|
-
viewAll: '
|
|
4601
|
-
searchedItems: '
|
|
4602
|
-
recentSearchedItems: '
|
|
4603
|
-
noResults: 'Sorry, no results found. Please try again'
|
|
4641
|
+
showMore: 'More',
|
|
4642
|
+
viewAll: 'Show all',
|
|
4643
|
+
searchedItems: 'Search result',
|
|
4644
|
+
recentSearchedItems: 'Recently searched',
|
|
4645
|
+
noResults: 'Sorry, no results found. Please try again.'
|
|
4604
4646
|
}
|
|
4605
4647
|
},
|
|
4606
4648
|
de: {
|
|
4607
4649
|
gamesCategorySection: {
|
|
4608
|
-
showMore: '
|
|
4609
|
-
viewAll: 'Alle
|
|
4610
|
-
searchedItems: '
|
|
4611
|
-
recentSearchedItems: 'Zuletzt
|
|
4612
|
-
noResults: '
|
|
4650
|
+
showMore: 'Mehr',
|
|
4651
|
+
viewAll: 'Alle anzeigen',
|
|
4652
|
+
searchedItems: 'Suchergebnis',
|
|
4653
|
+
recentSearchedItems: 'Zuletzt gesucht',
|
|
4654
|
+
noResults: 'Sorry, kein Treffer. Bitte erneut versuchen.'
|
|
4613
4655
|
}
|
|
4614
4656
|
},
|
|
4615
4657
|
it: {
|
|
4616
4658
|
gamesCategorySection: {
|
|
4617
|
-
showMore: '
|
|
4659
|
+
showMore: 'Altro',
|
|
4618
4660
|
viewAll: 'Mostra tutto',
|
|
4619
|
-
searchedItems: '
|
|
4620
|
-
recentSearchedItems: '
|
|
4621
|
-
noResults: 'Spiacenti, nessun risultato
|
|
4661
|
+
searchedItems: 'risultato',
|
|
4662
|
+
recentSearchedItems: 'Ricerche recenti',
|
|
4663
|
+
noResults: 'Spiacenti, nessun risultato. Si prega di riprovare.'
|
|
4622
4664
|
}
|
|
4623
4665
|
},
|
|
4624
4666
|
fr: {
|
|
@@ -4665,6 +4707,60 @@
|
|
|
4665
4707
|
recentSearchedItems: 'Cautari recente',
|
|
4666
4708
|
noResults: 'Ne pare rau, nu s-au gasit rezultate. Va rugam sa incercati din nou'
|
|
4667
4709
|
}
|
|
4710
|
+
},
|
|
4711
|
+
hr: {
|
|
4712
|
+
gamesCategorySection: {
|
|
4713
|
+
showMore: 'Više',
|
|
4714
|
+
viewAll: 'Pokaži sve',
|
|
4715
|
+
searchedItems: 'Pretraži rezultat',
|
|
4716
|
+
recentSearchedItems: 'Zadnje pretrage',
|
|
4717
|
+
noResults: 'Žao nam je, nema rezultata. Molimo pokušajte ponovno.'
|
|
4718
|
+
}
|
|
4719
|
+
},
|
|
4720
|
+
hu: {
|
|
4721
|
+
gamesCategorySection: {
|
|
4722
|
+
showMore: 'Több',
|
|
4723
|
+
viewAll: 'Az összes megjelenítése',
|
|
4724
|
+
searchedItems: 'Keresés eredménye',
|
|
4725
|
+
recentSearchedItems: 'Legutóbb keresett',
|
|
4726
|
+
noResults: 'Sajnos nincs találat. Kérjük próbálja újra.'
|
|
4727
|
+
}
|
|
4728
|
+
},
|
|
4729
|
+
pl: {
|
|
4730
|
+
gamesCategorySection: {
|
|
4731
|
+
showMore: 'Więcej',
|
|
4732
|
+
viewAll: 'Pokaż wszystkie',
|
|
4733
|
+
searchedItems: 'Wynik wyszukiwania',
|
|
4734
|
+
recentSearchedItems: 'Ostatnio wyszukiwane',
|
|
4735
|
+
noResults: 'Przepraszamy, brak wyników. Prosimy spróbować ponownie.'
|
|
4736
|
+
}
|
|
4737
|
+
},
|
|
4738
|
+
pt: {
|
|
4739
|
+
gamesCategorySection: {
|
|
4740
|
+
showMore: 'Mais',
|
|
4741
|
+
viewAll: 'Mostrar tudo',
|
|
4742
|
+
searchedItems: 'Procurar resultado',
|
|
4743
|
+
recentSearchedItems: 'Pesquisado recentemente',
|
|
4744
|
+
noResults: 'Desculpe, sem qualquer correspondência. Por favor, tente novamente.'
|
|
4745
|
+
}
|
|
4746
|
+
},
|
|
4747
|
+
sl: {
|
|
4748
|
+
gamesCategorySection: {
|
|
4749
|
+
showMore: 'Več',
|
|
4750
|
+
viewAll: 'Prikaži vse',
|
|
4751
|
+
searchedItems: 'Rezultati iskanja',
|
|
4752
|
+
recentSearchedItems: 'Nedavno iskanje',
|
|
4753
|
+
noResults: 'Oprostite, ni rezultata. Prosimo poizkusite ponovno.'
|
|
4754
|
+
}
|
|
4755
|
+
},
|
|
4756
|
+
sr: {
|
|
4757
|
+
gamesCategorySection: {
|
|
4758
|
+
showMore: 'Više',
|
|
4759
|
+
viewAll: 'Prikaži sve',
|
|
4760
|
+
searchedItems: 'Pretraži rezultat',
|
|
4761
|
+
recentSearchedItems: 'Zadnja pretraga',
|
|
4762
|
+
noResults: 'Žao nam je, nema pogodaka. Pokušaj ponovo.'
|
|
4763
|
+
}
|
|
4668
4764
|
}
|
|
4669
4765
|
};
|
|
4670
4766
|
|
|
@@ -4675,23 +4771,23 @@
|
|
|
4675
4771
|
const GameThumbnailTranslations = {
|
|
4676
4772
|
en: {
|
|
4677
4773
|
gameThumbnail: {
|
|
4678
|
-
playNow: '
|
|
4774
|
+
playNow: 'Start now!',
|
|
4679
4775
|
new: 'NEW',
|
|
4680
|
-
hot: '
|
|
4776
|
+
hot: 'Hot'
|
|
4681
4777
|
}
|
|
4682
4778
|
},
|
|
4683
4779
|
de: {
|
|
4684
4780
|
gameThumbnail: {
|
|
4685
|
-
playNow: 'Jetzt
|
|
4781
|
+
playNow: 'Jetzt starten!',
|
|
4686
4782
|
new: 'NEU',
|
|
4687
|
-
hot: '
|
|
4783
|
+
hot: 'Hot'
|
|
4688
4784
|
}
|
|
4689
4785
|
},
|
|
4690
4786
|
it: {
|
|
4691
4787
|
gameThumbnail: {
|
|
4692
|
-
playNow: '
|
|
4693
|
-
new: '
|
|
4694
|
-
hot: '
|
|
4788
|
+
playNow: 'Inizia ora!',
|
|
4789
|
+
new: 'NOVITÀ',
|
|
4790
|
+
hot: 'HOT'
|
|
4695
4791
|
}
|
|
4696
4792
|
},
|
|
4697
4793
|
fr: {
|
|
@@ -4728,15 +4824,57 @@
|
|
|
4728
4824
|
new: 'NOU',
|
|
4729
4825
|
hot: 'POPULAR'
|
|
4730
4826
|
}
|
|
4827
|
+
},
|
|
4828
|
+
hr: {
|
|
4829
|
+
gameThumbnail: {
|
|
4830
|
+
playNow: 'Započnite sada!',
|
|
4831
|
+
new: 'NOVO',
|
|
4832
|
+
hot: 'Vruće'
|
|
4833
|
+
}
|
|
4834
|
+
},
|
|
4835
|
+
hu: {
|
|
4836
|
+
gameThumbnail: {
|
|
4837
|
+
playNow: 'Játsszon most!',
|
|
4838
|
+
new: 'ÚJ',
|
|
4839
|
+
hot: 'Hot'
|
|
4840
|
+
}
|
|
4841
|
+
},
|
|
4842
|
+
pl: {
|
|
4843
|
+
gameThumbnail: {
|
|
4844
|
+
playNow: 'Rozpocznij teraz!',
|
|
4845
|
+
new: 'NOWOŚĆ',
|
|
4846
|
+
hot: 'Hot'
|
|
4847
|
+
}
|
|
4848
|
+
},
|
|
4849
|
+
pt: {
|
|
4850
|
+
gameThumbnail: {
|
|
4851
|
+
playNow: 'Comece agora!',
|
|
4852
|
+
new: 'NOVO',
|
|
4853
|
+
hot: 'Hot'
|
|
4854
|
+
}
|
|
4855
|
+
},
|
|
4856
|
+
sl: {
|
|
4857
|
+
gameThumbnail: {
|
|
4858
|
+
playNow: 'Začnite zdaj!',
|
|
4859
|
+
new: 'NOVO',
|
|
4860
|
+
hot: 'Vroče'
|
|
4861
|
+
}
|
|
4862
|
+
},
|
|
4863
|
+
sr: {
|
|
4864
|
+
gameThumbnail: {
|
|
4865
|
+
playNow: 'Započnite sada!',
|
|
4866
|
+
new: 'NOVO',
|
|
4867
|
+
hot: 'Vruće'
|
|
4868
|
+
}
|
|
4731
4869
|
}
|
|
4732
4870
|
};
|
|
4733
4871
|
|
|
4734
4872
|
/* ../casino-game-thumbnail/src/CasinoGameThumbnail.svelte generated by Svelte v3.37.0 */
|
|
4735
4873
|
|
|
4736
|
-
const { Object: Object_1$2
|
|
4874
|
+
const { Object: Object_1$2 } = globals;
|
|
4737
4875
|
const file$2 = "../casino-game-thumbnail/src/CasinoGameThumbnail.svelte";
|
|
4738
4876
|
|
|
4739
|
-
// (
|
|
4877
|
+
// (142:8) {#if fav}
|
|
4740
4878
|
function create_if_block_5$2(ctx) {
|
|
4741
4879
|
let show_if = !isMobile(/*userAgent*/ ctx[16]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[9];
|
|
4742
4880
|
let if_block_anchor;
|
|
@@ -4777,14 +4915,14 @@
|
|
|
4777
4915
|
block,
|
|
4778
4916
|
id: create_if_block_5$2.name,
|
|
4779
4917
|
type: "if",
|
|
4780
|
-
source: "(
|
|
4918
|
+
source: "(142:8) {#if fav}",
|
|
4781
4919
|
ctx
|
|
4782
4920
|
});
|
|
4783
4921
|
|
|
4784
4922
|
return block;
|
|
4785
4923
|
}
|
|
4786
4924
|
|
|
4787
|
-
// (
|
|
4925
|
+
// (143:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
|
|
4788
4926
|
function create_if_block_6$2(ctx) {
|
|
4789
4927
|
let div;
|
|
4790
4928
|
let svg;
|
|
@@ -4798,8 +4936,8 @@
|
|
|
4798
4936
|
svg = svg_element("svg");
|
|
4799
4937
|
path = svg_element("path");
|
|
4800
4938
|
set_style(path, "fill", "white");
|
|
4801
|
-
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
|
|
4802
|
-
add_location(path, file$2,
|
|
4939
|
+
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");
|
|
4940
|
+
add_location(path, file$2, 145, 112, 5027);
|
|
4803
4941
|
attr_dev(svg, "version", "1.1");
|
|
4804
4942
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
4805
4943
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -4809,9 +4947,9 @@
|
|
|
4809
4947
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
4810
4948
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
4811
4949
|
attr_dev(svg, "xml:space", "preserve");
|
|
4812
|
-
add_location(svg, file$2,
|
|
4950
|
+
add_location(svg, file$2, 144, 14, 4778);
|
|
4813
4951
|
attr_dev(div, "class", "FavIconContainer");
|
|
4814
|
-
add_location(div, file$2,
|
|
4952
|
+
add_location(div, file$2, 143, 12, 4687);
|
|
4815
4953
|
},
|
|
4816
4954
|
m: function mount(target, anchor) {
|
|
4817
4955
|
insert_dev(target, div, anchor);
|
|
@@ -4835,14 +4973,14 @@
|
|
|
4835
4973
|
block,
|
|
4836
4974
|
id: create_if_block_6$2.name,
|
|
4837
4975
|
type: "if",
|
|
4838
|
-
source: "(
|
|
4976
|
+
source: "(143:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
|
|
4839
4977
|
ctx
|
|
4840
4978
|
});
|
|
4841
4979
|
|
|
4842
4980
|
return block;
|
|
4843
4981
|
}
|
|
4844
4982
|
|
|
4845
|
-
// (
|
|
4983
|
+
// (171:77)
|
|
4846
4984
|
function create_if_block_4$2(ctx) {
|
|
4847
4985
|
let div;
|
|
4848
4986
|
let svg;
|
|
@@ -4855,16 +4993,16 @@
|
|
|
4855
4993
|
path = svg_element("path");
|
|
4856
4994
|
set_style(path, "fill", "white");
|
|
4857
4995
|
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");
|
|
4858
|
-
add_location(path, file$2,
|
|
4996
|
+
add_location(path, file$2, 173, 10, 7509);
|
|
4859
4997
|
attr_dev(svg, "version", "1.1");
|
|
4860
4998
|
attr_dev(svg, "class", "FavoredIcon");
|
|
4861
4999
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4862
5000
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
4863
5001
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
4864
5002
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
4865
|
-
add_location(svg, file$2,
|
|
5003
|
+
add_location(svg, file$2, 172, 8, 7311);
|
|
4866
5004
|
attr_dev(div, "class", "FavIconContainer");
|
|
4867
|
-
add_location(div, file$2,
|
|
5005
|
+
add_location(div, file$2, 171, 6, 7272);
|
|
4868
5006
|
},
|
|
4869
5007
|
m: function mount(target, anchor) {
|
|
4870
5008
|
insert_dev(target, div, anchor);
|
|
@@ -4881,14 +5019,14 @@
|
|
|
4881
5019
|
block,
|
|
4882
5020
|
id: create_if_block_4$2.name,
|
|
4883
5021
|
type: "if",
|
|
4884
|
-
source: "(
|
|
5022
|
+
source: "(171:77) ",
|
|
4885
5023
|
ctx
|
|
4886
5024
|
});
|
|
4887
5025
|
|
|
4888
5026
|
return block;
|
|
4889
5027
|
}
|
|
4890
5028
|
|
|
4891
|
-
// (
|
|
5029
|
+
// (165:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
|
|
4892
5030
|
function create_if_block_3$2(ctx) {
|
|
4893
5031
|
let div;
|
|
4894
5032
|
let svg;
|
|
@@ -4903,16 +5041,16 @@
|
|
|
4903
5041
|
path = svg_element("path");
|
|
4904
5042
|
set_style(path, "fill", "white");
|
|
4905
5043
|
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");
|
|
4906
|
-
add_location(path, file$2,
|
|
5044
|
+
add_location(path, file$2, 167, 10, 6821);
|
|
4907
5045
|
attr_dev(svg, "version", "1.1");
|
|
4908
5046
|
attr_dev(svg, "class", "FavoredIcon");
|
|
4909
5047
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4910
5048
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
4911
5049
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
4912
5050
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
4913
|
-
add_location(svg, file$2,
|
|
5051
|
+
add_location(svg, file$2, 166, 8, 6623);
|
|
4914
5052
|
attr_dev(div, "class", "FavIconContainer");
|
|
4915
|
-
add_location(div, file$2,
|
|
5053
|
+
add_location(div, file$2, 165, 6, 6538);
|
|
4916
5054
|
},
|
|
4917
5055
|
m: function mount(target, anchor) {
|
|
4918
5056
|
insert_dev(target, div, anchor);
|
|
@@ -4936,14 +5074,14 @@
|
|
|
4936
5074
|
block,
|
|
4937
5075
|
id: create_if_block_3$2.name,
|
|
4938
5076
|
type: "if",
|
|
4939
|
-
source: "(
|
|
5077
|
+
source: "(165:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
|
|
4940
5078
|
ctx
|
|
4941
5079
|
});
|
|
4942
5080
|
|
|
4943
5081
|
return block;
|
|
4944
5082
|
}
|
|
4945
5083
|
|
|
4946
|
-
// (
|
|
5084
|
+
// (179:6) {#if gameisnew}
|
|
4947
5085
|
function create_if_block_2$2(ctx) {
|
|
4948
5086
|
let span;
|
|
4949
5087
|
let t_value = /*$_*/ ctx[15]("gameThumbnail.new") + "";
|
|
@@ -4954,7 +5092,7 @@
|
|
|
4954
5092
|
span = element("span");
|
|
4955
5093
|
t = text(t_value);
|
|
4956
5094
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
4957
|
-
add_location(span, file$2,
|
|
5095
|
+
add_location(span, file$2, 179, 8, 7948);
|
|
4958
5096
|
},
|
|
4959
5097
|
m: function mount(target, anchor) {
|
|
4960
5098
|
insert_dev(target, span, anchor);
|
|
@@ -4972,14 +5110,14 @@
|
|
|
4972
5110
|
block,
|
|
4973
5111
|
id: create_if_block_2$2.name,
|
|
4974
5112
|
type: "if",
|
|
4975
|
-
source: "(
|
|
5113
|
+
source: "(179:6) {#if gameisnew}",
|
|
4976
5114
|
ctx
|
|
4977
5115
|
});
|
|
4978
5116
|
|
|
4979
5117
|
return block;
|
|
4980
5118
|
}
|
|
4981
5119
|
|
|
4982
|
-
// (
|
|
5120
|
+
// (182:6) {#if (parseInt(gamepopularity) > 0)}
|
|
4983
5121
|
function create_if_block_1$2(ctx) {
|
|
4984
5122
|
let span;
|
|
4985
5123
|
let t_value = /*$_*/ ctx[15]("gameThumbnail.hot") + "";
|
|
@@ -4990,7 +5128,7 @@
|
|
|
4990
5128
|
span = element("span");
|
|
4991
5129
|
t = text(t_value);
|
|
4992
5130
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
4993
|
-
add_location(span, file$2,
|
|
5131
|
+
add_location(span, file$2, 182, 8, 8088);
|
|
4994
5132
|
},
|
|
4995
5133
|
m: function mount(target, anchor) {
|
|
4996
5134
|
insert_dev(target, span, anchor);
|
|
@@ -5008,14 +5146,14 @@
|
|
|
5008
5146
|
block,
|
|
5009
5147
|
id: create_if_block_1$2.name,
|
|
5010
5148
|
type: "if",
|
|
5011
|
-
source: "(
|
|
5149
|
+
source: "(182:6) {#if (parseInt(gamepopularity) > 0)}",
|
|
5012
5150
|
ctx
|
|
5013
5151
|
});
|
|
5014
5152
|
|
|
5015
5153
|
return block;
|
|
5016
5154
|
}
|
|
5017
5155
|
|
|
5018
|
-
// (
|
|
5156
|
+
// (187:2) {#if showgamename}
|
|
5019
5157
|
function create_if_block$2(ctx) {
|
|
5020
5158
|
let p;
|
|
5021
5159
|
let t;
|
|
@@ -5026,7 +5164,7 @@
|
|
|
5026
5164
|
t = text(/*gamename*/ ctx[3]);
|
|
5027
5165
|
attr_dev(p, "class", "GameNameBelow");
|
|
5028
5166
|
attr_dev(p, "title", /*gamename*/ ctx[3]);
|
|
5029
|
-
add_location(p, file$2,
|
|
5167
|
+
add_location(p, file$2, 187, 4, 8226);
|
|
5030
5168
|
},
|
|
5031
5169
|
m: function mount(target, anchor) {
|
|
5032
5170
|
insert_dev(target, p, anchor);
|
|
@@ -5048,7 +5186,7 @@
|
|
|
5048
5186
|
block,
|
|
5049
5187
|
id: create_if_block$2.name,
|
|
5050
5188
|
type: "if",
|
|
5051
|
-
source: "(
|
|
5189
|
+
source: "(187:2) {#if showgamename}",
|
|
5052
5190
|
ctx
|
|
5053
5191
|
});
|
|
5054
5192
|
|
|
@@ -5056,6 +5194,7 @@
|
|
|
5056
5194
|
}
|
|
5057
5195
|
|
|
5058
5196
|
function create_fragment$2(ctx) {
|
|
5197
|
+
let div4;
|
|
5059
5198
|
let div3;
|
|
5060
5199
|
let img;
|
|
5061
5200
|
let img_src_value;
|
|
@@ -5083,7 +5222,6 @@
|
|
|
5083
5222
|
let t9;
|
|
5084
5223
|
let show_if = parseInt(/*gamepopularity*/ ctx[7]) > 0;
|
|
5085
5224
|
let t10;
|
|
5086
|
-
let if_block4_anchor;
|
|
5087
5225
|
let mounted;
|
|
5088
5226
|
let dispose;
|
|
5089
5227
|
let if_block0 = /*fav*/ ctx[14] && create_if_block_5$2(ctx);
|
|
@@ -5103,6 +5241,7 @@
|
|
|
5103
5241
|
|
|
5104
5242
|
const block = {
|
|
5105
5243
|
c: function create() {
|
|
5244
|
+
div4 = element("div");
|
|
5106
5245
|
div3 = element("div");
|
|
5107
5246
|
img = element("img");
|
|
5108
5247
|
t0 = space();
|
|
@@ -5127,34 +5266,35 @@
|
|
|
5127
5266
|
if (if_block3) if_block3.c();
|
|
5128
5267
|
t10 = space();
|
|
5129
5268
|
if (if_block4) if_block4.c();
|
|
5130
|
-
if_block4_anchor = empty();
|
|
5131
5269
|
this.c = noop$1;
|
|
5132
5270
|
if (img.src !== (img_src_value = /*gamethumbnail*/ ctx[2])) attr_dev(img, "src", img_src_value);
|
|
5133
5271
|
attr_dev(img, "class", img_class_value = "GameBg " + (/*hover*/ ctx[10] ? "GameContainerHovered" : "") + " " + (/*loaded*/ ctx[11] ? "Loaded" : ""));
|
|
5134
5272
|
attr_dev(img, "alt", "game thumbnail");
|
|
5135
5273
|
attr_dev(img, "loading", "lazy");
|
|
5136
|
-
add_location(img, file$2,
|
|
5274
|
+
add_location(img, file$2, 138, 4, 4276);
|
|
5137
5275
|
attr_dev(p, "class", "GameInfoName");
|
|
5138
5276
|
attr_dev(p, "title", /*gamename*/ ctx[3]);
|
|
5139
|
-
add_location(p, file$2,
|
|
5277
|
+
add_location(p, file$2, 157, 8, 6167);
|
|
5140
5278
|
attr_dev(button, "class", "GameInfoBtn");
|
|
5141
|
-
add_location(button, file$2,
|
|
5279
|
+
add_location(button, file$2, 158, 8, 6233);
|
|
5142
5280
|
attr_dev(div0, "class", div0_class_value = "GameInfo " + (/*hover*/ ctx[10] ? "GameHovered" : ""));
|
|
5143
|
-
add_location(div0, file$2,
|
|
5281
|
+
add_location(div0, file$2, 140, 6, 4537);
|
|
5144
5282
|
attr_dev(span, "class", "GameInfoVendor");
|
|
5145
|
-
add_location(span, file$2,
|
|
5283
|
+
add_location(span, file$2, 160, 6, 6362);
|
|
5146
5284
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
5147
|
-
add_location(div1, file$2,
|
|
5285
|
+
add_location(div1, file$2, 139, 4, 4441);
|
|
5148
5286
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
5149
|
-
add_location(div2, file$2,
|
|
5287
|
+
add_location(div2, file$2, 177, 4, 7890);
|
|
5150
5288
|
attr_dev(div3, "class", "GameContainer");
|
|
5151
|
-
add_location(div3, file$2,
|
|
5289
|
+
add_location(div3, file$2, 137, 2, 4136);
|
|
5290
|
+
add_location(div4, file$2, 136, 0, 4093);
|
|
5152
5291
|
},
|
|
5153
5292
|
l: function claim(nodes) {
|
|
5154
5293
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
5155
5294
|
},
|
|
5156
5295
|
m: function mount(target, anchor) {
|
|
5157
|
-
insert_dev(target,
|
|
5296
|
+
insert_dev(target, div4, anchor);
|
|
5297
|
+
append_dev(div4, div3);
|
|
5158
5298
|
append_dev(div3, img);
|
|
5159
5299
|
/*img_binding*/ ctx[34](img);
|
|
5160
5300
|
append_dev(div3, t0);
|
|
@@ -5177,10 +5317,9 @@
|
|
|
5177
5317
|
if (if_block2) if_block2.m(div2, null);
|
|
5178
5318
|
append_dev(div2, t9);
|
|
5179
5319
|
if (if_block3) if_block3.m(div2, null);
|
|
5180
|
-
|
|
5181
|
-
|
|
5182
|
-
|
|
5183
|
-
insert_dev(target, if_block4_anchor, anchor);
|
|
5320
|
+
append_dev(div4, t10);
|
|
5321
|
+
if (if_block4) if_block4.m(div4, null);
|
|
5322
|
+
/*div4_binding*/ ctx[40](div4);
|
|
5184
5323
|
|
|
5185
5324
|
if (!mounted) {
|
|
5186
5325
|
dispose = [
|
|
@@ -5278,7 +5417,7 @@
|
|
|
5278
5417
|
} else {
|
|
5279
5418
|
if_block4 = create_if_block$2(ctx);
|
|
5280
5419
|
if_block4.c();
|
|
5281
|
-
if_block4.m(
|
|
5420
|
+
if_block4.m(div4, null);
|
|
5282
5421
|
}
|
|
5283
5422
|
} else if (if_block4) {
|
|
5284
5423
|
if_block4.d(1);
|
|
@@ -5288,7 +5427,7 @@
|
|
|
5288
5427
|
i: noop$1,
|
|
5289
5428
|
o: noop$1,
|
|
5290
5429
|
d: function destroy(detaching) {
|
|
5291
|
-
if (detaching) detach_dev(
|
|
5430
|
+
if (detaching) detach_dev(div4);
|
|
5292
5431
|
/*img_binding*/ ctx[34](null);
|
|
5293
5432
|
if (if_block0) if_block0.d();
|
|
5294
5433
|
|
|
@@ -5298,10 +5437,8 @@
|
|
|
5298
5437
|
|
|
5299
5438
|
if (if_block2) if_block2.d();
|
|
5300
5439
|
if (if_block3) if_block3.d();
|
|
5301
|
-
|
|
5302
|
-
|
|
5303
|
-
if (if_block4) if_block4.d(detaching);
|
|
5304
|
-
if (detaching) detach_dev(if_block4_anchor);
|
|
5440
|
+
if (if_block4) if_block4.d();
|
|
5441
|
+
/*div4_binding*/ ctx[40](null);
|
|
5305
5442
|
mounted = false;
|
|
5306
5443
|
run_all(dispose);
|
|
5307
5444
|
}
|
|
@@ -5449,20 +5586,6 @@
|
|
|
5449
5586
|
$$invalidate(9, isLoggedIn = true);
|
|
5450
5587
|
sessionID = session;
|
|
5451
5588
|
playerID = userid;
|
|
5452
|
-
|
|
5453
|
-
if (endpoint) {
|
|
5454
|
-
checkSession(endpoint, session).then(
|
|
5455
|
-
res => {
|
|
5456
|
-
sessionID = res.data.Guid;
|
|
5457
|
-
playerID = res.data.UserID;
|
|
5458
|
-
$$invalidate(9, isLoggedIn = true);
|
|
5459
|
-
},
|
|
5460
|
-
err => {
|
|
5461
|
-
$$invalidate(9, isLoggedIn = false);
|
|
5462
|
-
console.error("err on session", err);
|
|
5463
|
-
}
|
|
5464
|
-
);
|
|
5465
|
-
}
|
|
5466
5589
|
};
|
|
5467
5590
|
|
|
5468
5591
|
const setOnLoad = () => {
|
|
@@ -5496,19 +5619,14 @@
|
|
|
5496
5619
|
|
|
5497
5620
|
const setClientStylingURL = () => {
|
|
5498
5621
|
let cssFile = document.createElement("style");
|
|
5499
|
-
cssFile.innerHTML = `@import ${clientstylingurl}`;
|
|
5500
5622
|
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
cssFile.innerHTML = data;
|
|
5623
|
+
fetch(new URL(clientstylingurl)).then(res => res.text()).then(data => {
|
|
5624
|
+
cssFile.innerHTML = data;
|
|
5504
5625
|
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
customStylingContainer.appendChild(cssFile);
|
|
5508
|
-
});
|
|
5509
|
-
}
|
|
5626
|
+
setTimeout(() => {
|
|
5627
|
+
customStylingContainer.appendChild(cssFile);
|
|
5510
5628
|
});
|
|
5511
|
-
}
|
|
5629
|
+
});
|
|
5512
5630
|
};
|
|
5513
5631
|
|
|
5514
5632
|
onMount(() => {
|
|
@@ -5541,7 +5659,7 @@
|
|
|
5541
5659
|
];
|
|
5542
5660
|
|
|
5543
5661
|
Object_1$2.keys($$props).forEach(key => {
|
|
5544
|
-
if (!~writable_props.indexOf(key) && key.slice(0, 2) !== "$$")
|
|
5662
|
+
if (!~writable_props.indexOf(key) && key.slice(0, 2) !== "$$") console.warn(`<undefined> was created with unknown prop '${key}'`);
|
|
5545
5663
|
});
|
|
5546
5664
|
|
|
5547
5665
|
function img_binding($$value) {
|
|
@@ -5557,7 +5675,7 @@
|
|
|
5557
5675
|
const mouseleave_handler = () => leave();
|
|
5558
5676
|
const click_handler_2 = () => toggleFavoriteGame(gameid);
|
|
5559
5677
|
|
|
5560
|
-
function
|
|
5678
|
+
function div4_binding($$value) {
|
|
5561
5679
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
5562
5680
|
customStylingContainer = $$value;
|
|
5563
5681
|
$$invalidate(13, customStylingContainer);
|
|
@@ -5736,7 +5854,7 @@
|
|
|
5736
5854
|
mouseenter_handler,
|
|
5737
5855
|
mouseleave_handler,
|
|
5738
5856
|
click_handler_2,
|
|
5739
|
-
|
|
5857
|
+
div4_binding
|
|
5740
5858
|
];
|
|
5741
5859
|
}
|
|
5742
5860
|
|
|
@@ -6004,13 +6122,13 @@
|
|
|
6004
6122
|
return child_ctx;
|
|
6005
6123
|
}
|
|
6006
6124
|
|
|
6007
|
-
// (
|
|
6125
|
+
// (445:4) {:else}
|
|
6008
6126
|
function create_else_block_3(ctx) {
|
|
6009
6127
|
let div;
|
|
6010
6128
|
|
|
6011
6129
|
function select_block_type_4(ctx, dirty) {
|
|
6012
|
-
if (/*categoryData*/ ctx[
|
|
6013
|
-
if (/*showFavGamesCategory*/ ctx[
|
|
6130
|
+
if (/*categoryData*/ ctx[8]) return create_if_block_7$1;
|
|
6131
|
+
if (/*showFavGamesCategory*/ ctx[19]) return create_if_block_11$1;
|
|
6014
6132
|
}
|
|
6015
6133
|
|
|
6016
6134
|
let current_block_type = select_block_type_4(ctx);
|
|
@@ -6020,7 +6138,7 @@
|
|
|
6020
6138
|
c: function create() {
|
|
6021
6139
|
div = element("div");
|
|
6022
6140
|
if (if_block) if_block.c();
|
|
6023
|
-
add_location(div, file$1,
|
|
6141
|
+
add_location(div, file$1, 445, 6, 16591);
|
|
6024
6142
|
},
|
|
6025
6143
|
m: function mount(target, anchor) {
|
|
6026
6144
|
insert_dev(target, div, anchor);
|
|
@@ -6052,22 +6170,22 @@
|
|
|
6052
6170
|
block,
|
|
6053
6171
|
id: create_else_block_3.name,
|
|
6054
6172
|
type: "else",
|
|
6055
|
-
source: "(
|
|
6173
|
+
source: "(445:4) {:else}",
|
|
6056
6174
|
ctx
|
|
6057
6175
|
});
|
|
6058
6176
|
|
|
6059
6177
|
return block;
|
|
6060
6178
|
}
|
|
6061
6179
|
|
|
6062
|
-
// (
|
|
6180
|
+
// (394:4) {#if searched}
|
|
6063
6181
|
function create_if_block_2$1(ctx) {
|
|
6064
6182
|
let div1;
|
|
6065
6183
|
let div0;
|
|
6066
6184
|
let t;
|
|
6067
6185
|
|
|
6068
6186
|
function select_block_type_2(ctx, dirty) {
|
|
6069
|
-
if (/*recentSearched*/ ctx[
|
|
6070
|
-
if (!/*shownCategoryData*/ ctx[
|
|
6187
|
+
if (/*recentSearched*/ ctx[12]) return create_if_block_5$1;
|
|
6188
|
+
if (!/*shownCategoryData*/ ctx[9].length) return create_if_block_6$1;
|
|
6071
6189
|
return create_else_block_2;
|
|
6072
6190
|
}
|
|
6073
6191
|
|
|
@@ -6075,7 +6193,7 @@
|
|
|
6075
6193
|
let if_block0 = current_block_type(ctx);
|
|
6076
6194
|
|
|
6077
6195
|
function select_block_type_3(ctx, dirty) {
|
|
6078
|
-
if (/*shownCategoryData*/ ctx[
|
|
6196
|
+
if (/*shownCategoryData*/ ctx[9]) return create_if_block_3$1;
|
|
6079
6197
|
return create_else_block_1$1;
|
|
6080
6198
|
}
|
|
6081
6199
|
|
|
@@ -6090,9 +6208,9 @@
|
|
|
6090
6208
|
t = space();
|
|
6091
6209
|
if_block1.c();
|
|
6092
6210
|
attr_dev(div0, "class", "CasinoGamesHeader Searched");
|
|
6093
|
-
add_location(div0, file$1,
|
|
6211
|
+
add_location(div0, file$1, 395, 8, 14715);
|
|
6094
6212
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
6095
|
-
add_location(div1, file$1,
|
|
6213
|
+
add_location(div1, file$1, 394, 6, 14672);
|
|
6096
6214
|
},
|
|
6097
6215
|
m: function mount(target, anchor) {
|
|
6098
6216
|
insert_dev(target, div1, anchor);
|
|
@@ -6137,19 +6255,19 @@
|
|
|
6137
6255
|
block,
|
|
6138
6256
|
id: create_if_block_2$1.name,
|
|
6139
6257
|
type: "if",
|
|
6140
|
-
source: "(
|
|
6258
|
+
source: "(394:4) {#if searched}",
|
|
6141
6259
|
ctx
|
|
6142
6260
|
});
|
|
6143
6261
|
|
|
6144
6262
|
return block;
|
|
6145
6263
|
}
|
|
6146
6264
|
|
|
6147
|
-
// (
|
|
6265
|
+
// (386:2) {#if hasErrors}
|
|
6148
6266
|
function create_if_block$1(ctx) {
|
|
6149
6267
|
let if_block_anchor;
|
|
6150
6268
|
|
|
6151
6269
|
function select_block_type_1(ctx, dirty) {
|
|
6152
|
-
if (/*filteresPresent*/ ctx[
|
|
6270
|
+
if (/*filteresPresent*/ ctx[14]) return create_if_block_1$1;
|
|
6153
6271
|
return create_else_block$1;
|
|
6154
6272
|
}
|
|
6155
6273
|
|
|
@@ -6186,26 +6304,26 @@
|
|
|
6186
6304
|
block,
|
|
6187
6305
|
id: create_if_block$1.name,
|
|
6188
6306
|
type: "if",
|
|
6189
|
-
source: "(
|
|
6307
|
+
source: "(386:2) {#if hasErrors}",
|
|
6190
6308
|
ctx
|
|
6191
6309
|
});
|
|
6192
6310
|
|
|
6193
6311
|
return block;
|
|
6194
6312
|
}
|
|
6195
6313
|
|
|
6196
|
-
// (
|
|
6314
|
+
// (493:39)
|
|
6197
6315
|
function create_if_block_11$1(ctx) {
|
|
6198
6316
|
let div1;
|
|
6199
6317
|
let div0;
|
|
6200
6318
|
let h3;
|
|
6201
|
-
let t0_value = /*favoriteGamesData*/ ctx[
|
|
6319
|
+
let t0_value = /*favoriteGamesData*/ ctx[21].name + "";
|
|
6202
6320
|
let t0;
|
|
6203
6321
|
let t1;
|
|
6204
6322
|
let ul;
|
|
6205
6323
|
let ul_class_value;
|
|
6206
6324
|
|
|
6207
6325
|
function select_block_type_6(ctx, dirty) {
|
|
6208
|
-
if (/*favoriteGamesData*/ ctx[
|
|
6326
|
+
if (/*favoriteGamesData*/ ctx[21]) return create_if_block_12$1;
|
|
6209
6327
|
return create_else_block_7;
|
|
6210
6328
|
}
|
|
6211
6329
|
|
|
@@ -6222,17 +6340,17 @@
|
|
|
6222
6340
|
ul = element("ul");
|
|
6223
6341
|
if_block.c();
|
|
6224
6342
|
attr_dev(h3, "class", "CategoryName");
|
|
6225
|
-
add_location(h3, file$1,
|
|
6343
|
+
add_location(h3, file$1, 495, 16, 18880);
|
|
6226
6344
|
attr_dev(div0, "class", "CasinoGamesHeader");
|
|
6227
|
-
add_location(div0, file$1,
|
|
6345
|
+
add_location(div0, file$1, 494, 12, 18832);
|
|
6228
6346
|
|
|
6229
|
-
attr_dev(ul, "class", ul_class_value = "" + ((/*favoriteGamesData*/ ctx[
|
|
6347
|
+
attr_dev(ul, "class", ul_class_value = "" + ((/*favoriteGamesData*/ ctx[21].items.length != 0
|
|
6230
6348
|
? "CasinoGamesGrid"
|
|
6231
6349
|
: "") + " 'GamesListIncreasedGap'}"));
|
|
6232
6350
|
|
|
6233
|
-
add_location(ul, file$1,
|
|
6351
|
+
add_location(ul, file$1, 499, 12, 19029);
|
|
6234
6352
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
6235
|
-
add_location(div1, file$1,
|
|
6353
|
+
add_location(div1, file$1, 493, 10, 18785);
|
|
6236
6354
|
},
|
|
6237
6355
|
m: function mount(target, anchor) {
|
|
6238
6356
|
insert_dev(target, div1, anchor);
|
|
@@ -6246,7 +6364,7 @@
|
|
|
6246
6364
|
/*ul_binding_1*/ ctx[39](ul);
|
|
6247
6365
|
},
|
|
6248
6366
|
p: function update(ctx, dirty) {
|
|
6249
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6367
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && t0_value !== (t0_value = /*favoriteGamesData*/ ctx[21].name + "")) set_data_dev(t0, t0_value);
|
|
6250
6368
|
|
|
6251
6369
|
if (current_block_type === (current_block_type = select_block_type_6(ctx)) && if_block) {
|
|
6252
6370
|
if_block.p(ctx, dirty);
|
|
@@ -6260,7 +6378,7 @@
|
|
|
6260
6378
|
}
|
|
6261
6379
|
}
|
|
6262
6380
|
|
|
6263
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6381
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && ul_class_value !== (ul_class_value = "" + ((/*favoriteGamesData*/ ctx[21].items.length != 0
|
|
6264
6382
|
? "CasinoGamesGrid"
|
|
6265
6383
|
: "") + " 'GamesListIncreasedGap'}"))) {
|
|
6266
6384
|
attr_dev(ul, "class", ul_class_value);
|
|
@@ -6278,26 +6396,26 @@
|
|
|
6278
6396
|
block,
|
|
6279
6397
|
id: create_if_block_11$1.name,
|
|
6280
6398
|
type: "if",
|
|
6281
|
-
source: "(
|
|
6399
|
+
source: "(493:39) ",
|
|
6282
6400
|
ctx
|
|
6283
6401
|
});
|
|
6284
6402
|
|
|
6285
6403
|
return block;
|
|
6286
6404
|
}
|
|
6287
6405
|
|
|
6288
|
-
// (
|
|
6406
|
+
// (447:8) {#if categoryData}
|
|
6289
6407
|
function create_if_block_7$1(ctx) {
|
|
6290
6408
|
let div1;
|
|
6291
6409
|
let div0;
|
|
6292
6410
|
let h3;
|
|
6293
|
-
let t0_value = /*categoryData*/ ctx[
|
|
6411
|
+
let t0_value = /*categoryData*/ ctx[8].name + "";
|
|
6294
6412
|
let t0;
|
|
6295
6413
|
let t1;
|
|
6296
6414
|
let t2;
|
|
6297
|
-
let if_block0 = /*showLoadCategory*/ ctx[
|
|
6415
|
+
let if_block0 = /*showLoadCategory*/ ctx[10] && create_if_block_10$1(ctx);
|
|
6298
6416
|
|
|
6299
6417
|
function select_block_type_5(ctx, dirty) {
|
|
6300
|
-
if (/*shownCategoryData*/ ctx[
|
|
6418
|
+
if (/*shownCategoryData*/ ctx[9].length !== 0) return create_if_block_8$1;
|
|
6301
6419
|
return create_else_block_4;
|
|
6302
6420
|
}
|
|
6303
6421
|
|
|
@@ -6315,11 +6433,11 @@
|
|
|
6315
6433
|
t2 = space();
|
|
6316
6434
|
if_block1.c();
|
|
6317
6435
|
attr_dev(h3, "class", "CategoryName");
|
|
6318
|
-
add_location(h3, file$1,
|
|
6436
|
+
add_location(h3, file$1, 449, 16, 16729);
|
|
6319
6437
|
attr_dev(div0, "class", "CasinoGamesHeader");
|
|
6320
|
-
add_location(div0, file$1,
|
|
6438
|
+
add_location(div0, file$1, 448, 12, 16681);
|
|
6321
6439
|
attr_dev(div1, "class", "CasinoGamesContainer");
|
|
6322
|
-
add_location(div1, file$1,
|
|
6440
|
+
add_location(div1, file$1, 447, 10, 16634);
|
|
6323
6441
|
},
|
|
6324
6442
|
m: function mount(target, anchor) {
|
|
6325
6443
|
insert_dev(target, div1, anchor);
|
|
@@ -6333,9 +6451,9 @@
|
|
|
6333
6451
|
if_block1.m(div1, null);
|
|
6334
6452
|
},
|
|
6335
6453
|
p: function update(ctx, dirty) {
|
|
6336
|
-
if (dirty[0] & /*categoryData*/
|
|
6454
|
+
if (dirty[0] & /*categoryData*/ 256 && t0_value !== (t0_value = /*categoryData*/ ctx[8].name + "")) set_data_dev(t0, t0_value);
|
|
6337
6455
|
|
|
6338
|
-
if (/*showLoadCategory*/ ctx[
|
|
6456
|
+
if (/*showLoadCategory*/ ctx[10]) {
|
|
6339
6457
|
if (if_block0) {
|
|
6340
6458
|
if_block0.p(ctx, dirty);
|
|
6341
6459
|
} else {
|
|
@@ -6372,14 +6490,14 @@
|
|
|
6372
6490
|
block,
|
|
6373
6491
|
id: create_if_block_7$1.name,
|
|
6374
6492
|
type: "if",
|
|
6375
|
-
source: "(
|
|
6493
|
+
source: "(447:8) {#if categoryData}",
|
|
6376
6494
|
ctx
|
|
6377
6495
|
});
|
|
6378
6496
|
|
|
6379
6497
|
return block;
|
|
6380
6498
|
}
|
|
6381
6499
|
|
|
6382
|
-
// (
|
|
6500
|
+
// (575:14) {:else}
|
|
6383
6501
|
function create_else_block_7(ctx) {
|
|
6384
6502
|
let p;
|
|
6385
6503
|
|
|
@@ -6387,7 +6505,7 @@
|
|
|
6387
6505
|
c: function create() {
|
|
6388
6506
|
p = element("p");
|
|
6389
6507
|
p.textContent = "Waiting";
|
|
6390
|
-
add_location(p, file$1,
|
|
6508
|
+
add_location(p, file$1, 575, 16, 24570);
|
|
6391
6509
|
},
|
|
6392
6510
|
m: function mount(target, anchor) {
|
|
6393
6511
|
insert_dev(target, p, anchor);
|
|
@@ -6402,17 +6520,17 @@
|
|
|
6402
6520
|
block,
|
|
6403
6521
|
id: create_else_block_7.name,
|
|
6404
6522
|
type: "else",
|
|
6405
|
-
source: "(
|
|
6523
|
+
source: "(575:14) {:else}",
|
|
6406
6524
|
ctx
|
|
6407
6525
|
});
|
|
6408
6526
|
|
|
6409
6527
|
return block;
|
|
6410
6528
|
}
|
|
6411
6529
|
|
|
6412
|
-
// (
|
|
6530
|
+
// (501:14) {#if favoriteGamesData}
|
|
6413
6531
|
function create_if_block_12$1(ctx) {
|
|
6414
6532
|
let each_1_anchor;
|
|
6415
|
-
let each_value_2 = /*favoriteGamesData*/ ctx[
|
|
6533
|
+
let each_value_2 = /*favoriteGamesData*/ ctx[21].items;
|
|
6416
6534
|
validate_each_argument(each_value_2);
|
|
6417
6535
|
let each_blocks = [];
|
|
6418
6536
|
|
|
@@ -6450,8 +6568,8 @@
|
|
|
6450
6568
|
}
|
|
6451
6569
|
},
|
|
6452
6570
|
p: function update(ctx, dirty) {
|
|
6453
|
-
if (dirty[0] & /*favoriteGamesData, session, userid, lang, favorites, showFavGamesCategory, clientstyling, endpoint, userAgent, intersecting, nativeLoading*/
|
|
6454
|
-
each_value_2 = /*favoriteGamesData*/ ctx[
|
|
6571
|
+
if (dirty[0] & /*favoriteGamesData, session, userid, lang, favorites, showFavGamesCategory, clientstyling, clientstylingurl, endpoint, userAgent, intersecting, nativeLoading*/ 27852927) {
|
|
6572
|
+
each_value_2 = /*favoriteGamesData*/ ctx[21].items;
|
|
6455
6573
|
validate_each_argument(each_value_2);
|
|
6456
6574
|
let i;
|
|
6457
6575
|
|
|
@@ -6496,14 +6614,14 @@
|
|
|
6496
6614
|
block,
|
|
6497
6615
|
id: create_if_block_12$1.name,
|
|
6498
6616
|
type: "if",
|
|
6499
|
-
source: "(
|
|
6617
|
+
source: "(501:14) {#if favoriteGamesData}",
|
|
6500
6618
|
ctx
|
|
6501
6619
|
});
|
|
6502
6620
|
|
|
6503
6621
|
return block;
|
|
6504
6622
|
}
|
|
6505
6623
|
|
|
6506
|
-
// (
|
|
6624
|
+
// (555:16) {:else}
|
|
6507
6625
|
function create_else_block_5(ctx) {
|
|
6508
6626
|
let p;
|
|
6509
6627
|
let svg;
|
|
@@ -6514,7 +6632,7 @@
|
|
|
6514
6632
|
let t3;
|
|
6515
6633
|
|
|
6516
6634
|
function select_block_type_8(ctx, dirty) {
|
|
6517
|
-
if (isMobile(/*userAgent*/ ctx[
|
|
6635
|
+
if (isMobile(/*userAgent*/ ctx[23])) return create_if_block_19$1;
|
|
6518
6636
|
return create_else_block_6;
|
|
6519
6637
|
}
|
|
6520
6638
|
|
|
@@ -6534,7 +6652,7 @@
|
|
|
6534
6652
|
t3 = space();
|
|
6535
6653
|
set_style(path, "fill", "white");
|
|
6536
6654
|
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");
|
|
6537
|
-
add_location(path, file$1,
|
|
6655
|
+
add_location(path, file$1, 557, 116, 22883);
|
|
6538
6656
|
attr_dev(svg, "version", "1.1");
|
|
6539
6657
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
6540
6658
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -6544,15 +6662,15 @@
|
|
|
6544
6662
|
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
6545
6663
|
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
6546
6664
|
attr_dev(svg, "xml:space", "preserve");
|
|
6547
|
-
add_location(svg, file$1,
|
|
6665
|
+
add_location(svg, file$1, 556, 20, 22630);
|
|
6548
6666
|
attr_dev(span, "class", "NoFavoriteText NoFavoriteTextHighlight");
|
|
6549
|
-
add_location(span, file$1,
|
|
6667
|
+
add_location(span, file$1, 566, 20, 23986);
|
|
6550
6668
|
|
|
6551
|
-
attr_dev(p, "class", "NoFavoriteGames " + (isMobile(/*userAgent*/ ctx[
|
|
6669
|
+
attr_dev(p, "class", "NoFavoriteGames " + (isMobile(/*userAgent*/ ctx[23])
|
|
6552
6670
|
? "NoFavoriteGamesMobile"
|
|
6553
6671
|
: ""));
|
|
6554
6672
|
|
|
6555
|
-
add_location(p, file$1,
|
|
6673
|
+
add_location(p, file$1, 555, 18, 22529);
|
|
6556
6674
|
},
|
|
6557
6675
|
m: function mount(target, anchor) {
|
|
6558
6676
|
insert_dev(target, p, anchor);
|
|
@@ -6575,14 +6693,14 @@
|
|
|
6575
6693
|
block,
|
|
6576
6694
|
id: create_else_block_5.name,
|
|
6577
6695
|
type: "else",
|
|
6578
|
-
source: "(
|
|
6696
|
+
source: "(555:16) {:else}",
|
|
6579
6697
|
ctx
|
|
6580
6698
|
});
|
|
6581
6699
|
|
|
6582
6700
|
return block;
|
|
6583
6701
|
}
|
|
6584
6702
|
|
|
6585
|
-
// (
|
|
6703
|
+
// (570:20) {:else}
|
|
6586
6704
|
function create_else_block_6(ctx) {
|
|
6587
6705
|
let span;
|
|
6588
6706
|
|
|
@@ -6591,7 +6709,7 @@
|
|
|
6591
6709
|
span = element("span");
|
|
6592
6710
|
span.textContent = "You can now add games to favorites by clicking on the star icon located on the game thumbnail.";
|
|
6593
6711
|
attr_dev(span, "class", "NoFavoriteText");
|
|
6594
|
-
add_location(span, file$1,
|
|
6712
|
+
add_location(span, file$1, 570, 22, 24328);
|
|
6595
6713
|
},
|
|
6596
6714
|
m: function mount(target, anchor) {
|
|
6597
6715
|
insert_dev(target, span, anchor);
|
|
@@ -6605,14 +6723,14 @@
|
|
|
6605
6723
|
block,
|
|
6606
6724
|
id: create_else_block_6.name,
|
|
6607
6725
|
type: "else",
|
|
6608
|
-
source: "(
|
|
6726
|
+
source: "(570:20) {:else}",
|
|
6609
6727
|
ctx
|
|
6610
6728
|
});
|
|
6611
6729
|
|
|
6612
6730
|
return block;
|
|
6613
6731
|
}
|
|
6614
6732
|
|
|
6615
|
-
// (
|
|
6733
|
+
// (568:20) {#if isMobile(userAgent)}
|
|
6616
6734
|
function create_if_block_19$1(ctx) {
|
|
6617
6735
|
let span;
|
|
6618
6736
|
|
|
@@ -6621,7 +6739,7 @@
|
|
|
6621
6739
|
span = element("span");
|
|
6622
6740
|
span.textContent = "You can now add games to favorites by tapping on the star icon located on the game page.";
|
|
6623
6741
|
attr_dev(span, "class", "NoFavoriteText");
|
|
6624
|
-
add_location(span, file$1,
|
|
6742
|
+
add_location(span, file$1, 568, 22, 24153);
|
|
6625
6743
|
},
|
|
6626
6744
|
m: function mount(target, anchor) {
|
|
6627
6745
|
insert_dev(target, span, anchor);
|
|
@@ -6635,14 +6753,14 @@
|
|
|
6635
6753
|
block,
|
|
6636
6754
|
id: create_if_block_19$1.name,
|
|
6637
6755
|
type: "if",
|
|
6638
|
-
source: "(
|
|
6756
|
+
source: "(568:20) {#if isMobile(userAgent)}",
|
|
6639
6757
|
ctx
|
|
6640
6758
|
});
|
|
6641
6759
|
|
|
6642
6760
|
return block;
|
|
6643
6761
|
}
|
|
6644
6762
|
|
|
6645
|
-
// (
|
|
6763
|
+
// (503:18) {#if gameprops.gameModel}
|
|
6646
6764
|
function create_if_block_13$1(ctx) {
|
|
6647
6765
|
let if_block_anchor;
|
|
6648
6766
|
let if_block = /*gameprops*/ ctx[68].gameModel.isFavorite && create_if_block_14$1(ctx);
|
|
@@ -6680,17 +6798,17 @@
|
|
|
6680
6798
|
block,
|
|
6681
6799
|
id: create_if_block_13$1.name,
|
|
6682
6800
|
type: "if",
|
|
6683
|
-
source: "(
|
|
6801
|
+
source: "(503:18) {#if gameprops.gameModel}",
|
|
6684
6802
|
ctx
|
|
6685
6803
|
});
|
|
6686
6804
|
|
|
6687
6805
|
return block;
|
|
6688
6806
|
}
|
|
6689
6807
|
|
|
6690
|
-
// (
|
|
6808
|
+
// (504:20) {#if gameprops.gameModel.isFavorite}
|
|
6691
6809
|
function create_if_block_14$1(ctx) {
|
|
6692
6810
|
let if_block_anchor;
|
|
6693
|
-
let if_block = (/*intersecting*/ ctx[
|
|
6811
|
+
let if_block = (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) && create_if_block_15$1(ctx);
|
|
6694
6812
|
|
|
6695
6813
|
const block = {
|
|
6696
6814
|
c: function create() {
|
|
@@ -6702,7 +6820,7 @@
|
|
|
6702
6820
|
insert_dev(target, if_block_anchor, anchor);
|
|
6703
6821
|
},
|
|
6704
6822
|
p: function update(ctx, dirty) {
|
|
6705
|
-
if (/*intersecting*/ ctx[
|
|
6823
|
+
if (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) {
|
|
6706
6824
|
if (if_block) {
|
|
6707
6825
|
if_block.p(ctx, dirty);
|
|
6708
6826
|
} else {
|
|
@@ -6725,23 +6843,23 @@
|
|
|
6725
6843
|
block,
|
|
6726
6844
|
id: create_if_block_14$1.name,
|
|
6727
6845
|
type: "if",
|
|
6728
|
-
source: "(
|
|
6846
|
+
source: "(504:20) {#if gameprops.gameModel.isFavorite}",
|
|
6729
6847
|
ctx
|
|
6730
6848
|
});
|
|
6731
6849
|
|
|
6732
6850
|
return block;
|
|
6733
6851
|
}
|
|
6734
6852
|
|
|
6735
|
-
// (
|
|
6853
|
+
// (505:22) {#if intersecting || nativeLoading}
|
|
6736
6854
|
function create_if_block_15$1(ctx) {
|
|
6737
6855
|
let show_if;
|
|
6738
6856
|
let show_if_1;
|
|
6739
6857
|
let if_block_anchor;
|
|
6740
6858
|
|
|
6741
6859
|
function select_block_type_7(ctx, dirty) {
|
|
6742
|
-
if (show_if == null) show_if = !!isMobile(/*userAgent*/ ctx[
|
|
6860
|
+
if (show_if == null) show_if = !!isMobile(/*userAgent*/ ctx[23]);
|
|
6743
6861
|
if (show_if) return create_if_block_16$1;
|
|
6744
|
-
if (show_if_1 == null || dirty[0] & /*favoriteGamesData*/
|
|
6862
|
+
if (show_if_1 == null || dirty[0] & /*favoriteGamesData*/ 2097152) show_if_1 = !!/*gameprops*/ ctx[68].gameModel.platform.includes("PC");
|
|
6745
6863
|
if (show_if_1) return create_if_block_18$1;
|
|
6746
6864
|
}
|
|
6747
6865
|
|
|
@@ -6783,14 +6901,14 @@
|
|
|
6783
6901
|
block,
|
|
6784
6902
|
id: create_if_block_15$1.name,
|
|
6785
6903
|
type: "if",
|
|
6786
|
-
source: "(
|
|
6904
|
+
source: "(505:22) {#if intersecting || nativeLoading}",
|
|
6787
6905
|
ctx
|
|
6788
6906
|
});
|
|
6789
6907
|
|
|
6790
6908
|
return block;
|
|
6791
6909
|
}
|
|
6792
6910
|
|
|
6793
|
-
// (
|
|
6911
|
+
// (529:78)
|
|
6794
6912
|
function create_if_block_18$1(ctx) {
|
|
6795
6913
|
let casino_game_thumbnail;
|
|
6796
6914
|
let casino_game_thumbnail_class_value;
|
|
@@ -6825,16 +6943,17 @@
|
|
|
6825
6943
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].gameModel.id);
|
|
6826
6944
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].gameModel.hasFunMode);
|
|
6827
6945
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].gameModel.isFavorite);
|
|
6828
|
-
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[
|
|
6946
|
+
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
6829
6947
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
6948
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
6830
6949
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
6831
|
-
add_location(casino_game_thumbnail, file$1,
|
|
6950
|
+
add_location(casino_game_thumbnail, file$1, 530, 28, 21183);
|
|
6832
6951
|
},
|
|
6833
6952
|
m: function mount(target, anchor) {
|
|
6834
6953
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
6835
6954
|
},
|
|
6836
6955
|
p: function update(ctx, dirty) {
|
|
6837
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6956
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[68].cellSize
|
|
6838
6957
|
? /*gameprops*/ ctx[68].cellSize
|
|
6839
6958
|
: "1x1")))) {
|
|
6840
6959
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
@@ -6856,50 +6975,54 @@
|
|
|
6856
6975
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
6857
6976
|
}
|
|
6858
6977
|
|
|
6859
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6978
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[68].gameModel.thumbnail)) {
|
|
6860
6979
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
6861
6980
|
}
|
|
6862
6981
|
|
|
6863
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6982
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[68].gameModel.name)) {
|
|
6864
6983
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
6865
6984
|
}
|
|
6866
6985
|
|
|
6867
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6986
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[68].gameModel.vendor.name)) {
|
|
6868
6987
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
6869
6988
|
}
|
|
6870
6989
|
|
|
6871
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6990
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[68].gameModel.isNew)) {
|
|
6872
6991
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
6873
6992
|
}
|
|
6874
6993
|
|
|
6875
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6994
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[68].gameModel.popularity)) {
|
|
6876
6995
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
6877
6996
|
}
|
|
6878
6997
|
|
|
6879
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
6998
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[68].gameModel.cellSize)) {
|
|
6880
6999
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
6881
7000
|
}
|
|
6882
7001
|
|
|
6883
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7002
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].gameModel.id)) {
|
|
6884
7003
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
6885
7004
|
}
|
|
6886
7005
|
|
|
6887
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7006
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].gameModel.hasFunMode)) {
|
|
6888
7007
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
6889
7008
|
}
|
|
6890
7009
|
|
|
6891
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7010
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].gameModel.isFavorite)) {
|
|
6892
7011
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
6893
7012
|
}
|
|
6894
7013
|
|
|
6895
|
-
if (dirty[0] & /*showFavGamesCategory*/
|
|
6896
|
-
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[
|
|
7014
|
+
if (dirty[0] & /*showFavGamesCategory*/ 524288) {
|
|
7015
|
+
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
6897
7016
|
}
|
|
6898
7017
|
|
|
6899
7018
|
if (dirty[0] & /*clientstyling*/ 32) {
|
|
6900
7019
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
6901
7020
|
}
|
|
6902
7021
|
|
|
7022
|
+
if (dirty[0] & /*clientstylingurl*/ 64) {
|
|
7023
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7024
|
+
}
|
|
7025
|
+
|
|
6903
7026
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
6904
7027
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
6905
7028
|
}
|
|
@@ -6913,14 +7036,14 @@
|
|
|
6913
7036
|
block,
|
|
6914
7037
|
id: create_if_block_18$1.name,
|
|
6915
7038
|
type: "if",
|
|
6916
|
-
source: "(
|
|
7039
|
+
source: "(529:78) ",
|
|
6917
7040
|
ctx
|
|
6918
7041
|
});
|
|
6919
7042
|
|
|
6920
7043
|
return block;
|
|
6921
7044
|
}
|
|
6922
7045
|
|
|
6923
|
-
// (
|
|
7046
|
+
// (506:24) {#if isMobile(userAgent)}
|
|
6924
7047
|
function create_if_block_16$1(ctx) {
|
|
6925
7048
|
let show_if = /*gameprops*/ ctx[68].gameModel.platform.includes("iPad") || /*gameprops*/ ctx[68].gameModel.platform.includes("iPhone") || /*gameprops*/ ctx[68].gameModel.platform.includes("Android");
|
|
6926
7049
|
let if_block_anchor;
|
|
@@ -6936,7 +7059,7 @@
|
|
|
6936
7059
|
insert_dev(target, if_block_anchor, anchor);
|
|
6937
7060
|
},
|
|
6938
7061
|
p: function update(ctx, dirty) {
|
|
6939
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7062
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152) show_if = /*gameprops*/ ctx[68].gameModel.platform.includes("iPad") || /*gameprops*/ ctx[68].gameModel.platform.includes("iPhone") || /*gameprops*/ ctx[68].gameModel.platform.includes("Android");
|
|
6940
7063
|
|
|
6941
7064
|
if (show_if) {
|
|
6942
7065
|
if (if_block) {
|
|
@@ -6961,14 +7084,14 @@
|
|
|
6961
7084
|
block,
|
|
6962
7085
|
id: create_if_block_16$1.name,
|
|
6963
7086
|
type: "if",
|
|
6964
|
-
source: "(
|
|
7087
|
+
source: "(506:24) {#if isMobile(userAgent)}",
|
|
6965
7088
|
ctx
|
|
6966
7089
|
});
|
|
6967
7090
|
|
|
6968
7091
|
return block;
|
|
6969
7092
|
}
|
|
6970
7093
|
|
|
6971
|
-
// (
|
|
7094
|
+
// (507:26) {#if (gameprops.gameModel.platform.includes("iPad") || gameprops.gameModel.platform.includes("iPhone") || gameprops.gameModel.platform.includes("Android"))}
|
|
6972
7095
|
function create_if_block_17$1(ctx) {
|
|
6973
7096
|
let casino_game_thumbnail;
|
|
6974
7097
|
let casino_game_thumbnail_class_value;
|
|
@@ -7003,16 +7126,17 @@
|
|
|
7003
7126
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].gameModel.id);
|
|
7004
7127
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].gameModel.hasFunMode);
|
|
7005
7128
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].gameModel.isFavorite);
|
|
7006
|
-
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[
|
|
7129
|
+
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
7007
7130
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7131
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7008
7132
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7009
|
-
add_location(casino_game_thumbnail, file$1,
|
|
7133
|
+
add_location(casino_game_thumbnail, file$1, 507, 26, 19679);
|
|
7010
7134
|
},
|
|
7011
7135
|
m: function mount(target, anchor) {
|
|
7012
7136
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
7013
7137
|
},
|
|
7014
7138
|
p: function update(ctx, dirty) {
|
|
7015
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7139
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[68].cellSize
|
|
7016
7140
|
? /*gameprops*/ ctx[68].cellSize
|
|
7017
7141
|
: "1x1")))) {
|
|
7018
7142
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
@@ -7034,50 +7158,54 @@
|
|
|
7034
7158
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
7035
7159
|
}
|
|
7036
7160
|
|
|
7037
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7161
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[68].gameModel.thumbnail)) {
|
|
7038
7162
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
7039
7163
|
}
|
|
7040
7164
|
|
|
7041
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7165
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[68].gameModel.name)) {
|
|
7042
7166
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
7043
7167
|
}
|
|
7044
7168
|
|
|
7045
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7169
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[68].gameModel.vendor.name)) {
|
|
7046
7170
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
7047
7171
|
}
|
|
7048
7172
|
|
|
7049
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7173
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[68].gameModel.isNew)) {
|
|
7050
7174
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
7051
7175
|
}
|
|
7052
7176
|
|
|
7053
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7177
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[68].gameModel.popularity)) {
|
|
7054
7178
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
7055
7179
|
}
|
|
7056
7180
|
|
|
7057
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7181
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[68].gameModel.cellSize)) {
|
|
7058
7182
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
7059
7183
|
}
|
|
7060
7184
|
|
|
7061
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7185
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].gameModel.id)) {
|
|
7062
7186
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
7063
7187
|
}
|
|
7064
7188
|
|
|
7065
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7189
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].gameModel.hasFunMode)) {
|
|
7066
7190
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
7067
7191
|
}
|
|
7068
7192
|
|
|
7069
|
-
if (dirty[0] & /*favoriteGamesData*/
|
|
7193
|
+
if (dirty[0] & /*favoriteGamesData*/ 2097152 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].gameModel.isFavorite)) {
|
|
7070
7194
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
7071
7195
|
}
|
|
7072
7196
|
|
|
7073
|
-
if (dirty[0] & /*showFavGamesCategory*/
|
|
7074
|
-
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[
|
|
7197
|
+
if (dirty[0] & /*showFavGamesCategory*/ 524288) {
|
|
7198
|
+
set_custom_element_data(casino_game_thumbnail, "showfavoredcategory", /*showFavGamesCategory*/ ctx[19]);
|
|
7075
7199
|
}
|
|
7076
7200
|
|
|
7077
7201
|
if (dirty[0] & /*clientstyling*/ 32) {
|
|
7078
7202
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7079
7203
|
}
|
|
7080
7204
|
|
|
7205
|
+
if (dirty[0] & /*clientstylingurl*/ 64) {
|
|
7206
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7207
|
+
}
|
|
7208
|
+
|
|
7081
7209
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
7082
7210
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7083
7211
|
}
|
|
@@ -7091,14 +7219,14 @@
|
|
|
7091
7219
|
block,
|
|
7092
7220
|
id: create_if_block_17$1.name,
|
|
7093
7221
|
type: "if",
|
|
7094
|
-
source: "(
|
|
7222
|
+
source: "(507:26) {#if (gameprops.gameModel.platform.includes(\\\"iPad\\\") || gameprops.gameModel.platform.includes(\\\"iPhone\\\") || gameprops.gameModel.platform.includes(\\\"Android\\\"))}",
|
|
7095
7223
|
ctx
|
|
7096
7224
|
});
|
|
7097
7225
|
|
|
7098
7226
|
return block;
|
|
7099
7227
|
}
|
|
7100
7228
|
|
|
7101
|
-
// (
|
|
7229
|
+
// (502:16) {#each favoriteGamesData.items as gameprops, index}
|
|
7102
7230
|
function create_each_block_2(ctx) {
|
|
7103
7231
|
let if_block_anchor;
|
|
7104
7232
|
let if_block = /*gameprops*/ ctx[68].gameModel && create_if_block_13$1(ctx);
|
|
@@ -7136,21 +7264,21 @@
|
|
|
7136
7264
|
block,
|
|
7137
7265
|
id: create_each_block_2.name,
|
|
7138
7266
|
type: "each",
|
|
7139
|
-
source: "(
|
|
7267
|
+
source: "(502:16) {#each favoriteGamesData.items as gameprops, index}",
|
|
7140
7268
|
ctx
|
|
7141
7269
|
});
|
|
7142
7270
|
|
|
7143
7271
|
return block;
|
|
7144
7272
|
}
|
|
7145
7273
|
|
|
7146
|
-
// (
|
|
7274
|
+
// (454:14) {#if showLoadCategory}
|
|
7147
7275
|
function create_if_block_10$1(ctx) {
|
|
7148
7276
|
let a;
|
|
7149
7277
|
let h3;
|
|
7150
|
-
let t0_value = /*$_*/ ctx[
|
|
7278
|
+
let t0_value = /*$_*/ ctx[22]("gamesCategorySection.viewAll") + "";
|
|
7151
7279
|
let t0;
|
|
7152
7280
|
let t1;
|
|
7153
|
-
let t2_value = /*categoryData*/ ctx[
|
|
7281
|
+
let t2_value = /*categoryData*/ ctx[8].games.total + "";
|
|
7154
7282
|
let t2;
|
|
7155
7283
|
let t3;
|
|
7156
7284
|
let mounted;
|
|
@@ -7165,9 +7293,9 @@
|
|
|
7165
7293
|
t2 = text(t2_value);
|
|
7166
7294
|
t3 = text(")");
|
|
7167
7295
|
attr_dev(h3, "class", "CategoryLoadMore");
|
|
7168
|
-
add_location(h3, file$1,
|
|
7296
|
+
add_location(h3, file$1, 456, 16, 17061);
|
|
7169
7297
|
attr_dev(a, "class", "CategoryNameLink");
|
|
7170
|
-
add_location(a, file$1,
|
|
7298
|
+
add_location(a, file$1, 455, 14, 16954);
|
|
7171
7299
|
},
|
|
7172
7300
|
m: function mount(target, anchor) {
|
|
7173
7301
|
insert_dev(target, a, anchor);
|
|
@@ -7183,8 +7311,8 @@
|
|
|
7183
7311
|
}
|
|
7184
7312
|
},
|
|
7185
7313
|
p: function update(ctx, dirty) {
|
|
7186
|
-
if (dirty[0] & /*$_*/
|
|
7187
|
-
if (dirty[0] & /*categoryData*/
|
|
7314
|
+
if (dirty[0] & /*$_*/ 4194304 && t0_value !== (t0_value = /*$_*/ ctx[22]("gamesCategorySection.viewAll") + "")) set_data_dev(t0, t0_value);
|
|
7315
|
+
if (dirty[0] & /*categoryData*/ 256 && t2_value !== (t2_value = /*categoryData*/ ctx[8].games.total + "")) set_data_dev(t2, t2_value);
|
|
7188
7316
|
},
|
|
7189
7317
|
d: function destroy(detaching) {
|
|
7190
7318
|
if (detaching) detach_dev(a);
|
|
@@ -7197,14 +7325,14 @@
|
|
|
7197
7325
|
block,
|
|
7198
7326
|
id: create_if_block_10$1.name,
|
|
7199
7327
|
type: "if",
|
|
7200
|
-
source: "(
|
|
7328
|
+
source: "(454:14) {#if showLoadCategory}",
|
|
7201
7329
|
ctx
|
|
7202
7330
|
});
|
|
7203
7331
|
|
|
7204
7332
|
return block;
|
|
7205
7333
|
}
|
|
7206
7334
|
|
|
7207
|
-
// (
|
|
7335
|
+
// (489:12) {:else}
|
|
7208
7336
|
function create_else_block_4(ctx) {
|
|
7209
7337
|
let p;
|
|
7210
7338
|
|
|
@@ -7213,7 +7341,7 @@
|
|
|
7213
7341
|
p = element("p");
|
|
7214
7342
|
p.textContent = "You don't have any games in this category.";
|
|
7215
7343
|
attr_dev(p, "class", "NoSearchResults");
|
|
7216
|
-
add_location(p, file$1,
|
|
7344
|
+
add_location(p, file$1, 489, 14, 18626);
|
|
7217
7345
|
},
|
|
7218
7346
|
m: function mount(target, anchor) {
|
|
7219
7347
|
insert_dev(target, p, anchor);
|
|
@@ -7228,18 +7356,18 @@
|
|
|
7228
7356
|
block,
|
|
7229
7357
|
id: create_else_block_4.name,
|
|
7230
7358
|
type: "else",
|
|
7231
|
-
source: "(
|
|
7359
|
+
source: "(489:12) {:else}",
|
|
7232
7360
|
ctx
|
|
7233
7361
|
});
|
|
7234
7362
|
|
|
7235
7363
|
return block;
|
|
7236
7364
|
}
|
|
7237
7365
|
|
|
7238
|
-
// (
|
|
7366
|
+
// (463:12) {#if shownCategoryData.length !== 0}
|
|
7239
7367
|
function create_if_block_8$1(ctx) {
|
|
7240
7368
|
let ul;
|
|
7241
7369
|
let ul_class_value;
|
|
7242
|
-
let each_value_1 = /*shownCategoryData*/ ctx[
|
|
7370
|
+
let each_value_1 = /*shownCategoryData*/ ctx[9];
|
|
7243
7371
|
validate_each_argument(each_value_1);
|
|
7244
7372
|
let each_blocks = [];
|
|
7245
7373
|
|
|
@@ -7255,11 +7383,11 @@
|
|
|
7255
7383
|
each_blocks[i].c();
|
|
7256
7384
|
}
|
|
7257
7385
|
|
|
7258
|
-
attr_dev(ul, "class", ul_class_value = "" + ((/*favoriteGamesData*/ ctx[
|
|
7386
|
+
attr_dev(ul, "class", ul_class_value = "" + ((/*favoriteGamesData*/ ctx[21].items.length === 0 && /*showFavGamesCategory*/ ctx[19]
|
|
7259
7387
|
? ""
|
|
7260
7388
|
: "CasinoGamesGrid") + " GamesListIncreasedGap"));
|
|
7261
7389
|
|
|
7262
|
-
add_location(ul, file$1,
|
|
7390
|
+
add_location(ul, file$1, 463, 12, 17316);
|
|
7263
7391
|
},
|
|
7264
7392
|
m: function mount(target, anchor) {
|
|
7265
7393
|
insert_dev(target, ul, anchor);
|
|
@@ -7271,8 +7399,8 @@
|
|
|
7271
7399
|
/*ul_binding*/ ctx[37](ul);
|
|
7272
7400
|
},
|
|
7273
7401
|
p: function update(ctx, dirty) {
|
|
7274
|
-
if (dirty[0] & /*session, userid, lang, shownCategoryData, favorites, clientstyling, endpoint, intersecting, nativeLoading*/
|
|
7275
|
-
each_value_1 = /*shownCategoryData*/ ctx[
|
|
7402
|
+
if (dirty[0] & /*session, userid, lang, shownCategoryData, favorites, clientstyling, clientstylingurl, endpoint, intersecting, nativeLoading*/ 16843391) {
|
|
7403
|
+
each_value_1 = /*shownCategoryData*/ ctx[9];
|
|
7276
7404
|
validate_each_argument(each_value_1);
|
|
7277
7405
|
let i;
|
|
7278
7406
|
|
|
@@ -7295,7 +7423,7 @@
|
|
|
7295
7423
|
each_blocks.length = each_value_1.length;
|
|
7296
7424
|
}
|
|
7297
7425
|
|
|
7298
|
-
if (dirty[0] & /*favoriteGamesData, showFavGamesCategory*/
|
|
7426
|
+
if (dirty[0] & /*favoriteGamesData, showFavGamesCategory*/ 2621440 && ul_class_value !== (ul_class_value = "" + ((/*favoriteGamesData*/ ctx[21].items.length === 0 && /*showFavGamesCategory*/ ctx[19]
|
|
7299
7427
|
? ""
|
|
7300
7428
|
: "CasinoGamesGrid") + " GamesListIncreasedGap"))) {
|
|
7301
7429
|
attr_dev(ul, "class", ul_class_value);
|
|
@@ -7312,14 +7440,14 @@
|
|
|
7312
7440
|
block,
|
|
7313
7441
|
id: create_if_block_8$1.name,
|
|
7314
7442
|
type: "if",
|
|
7315
|
-
source: "(
|
|
7443
|
+
source: "(463:12) {#if shownCategoryData.length !== 0}",
|
|
7316
7444
|
ctx
|
|
7317
7445
|
});
|
|
7318
7446
|
|
|
7319
7447
|
return block;
|
|
7320
7448
|
}
|
|
7321
7449
|
|
|
7322
|
-
// (
|
|
7450
|
+
// (466:18) {#if intersecting || nativeLoading}
|
|
7323
7451
|
function create_if_block_9$1(ctx) {
|
|
7324
7452
|
let casino_game_thumbnail;
|
|
7325
7453
|
let casino_game_thumbnail_class_value;
|
|
@@ -7355,8 +7483,9 @@
|
|
|
7355
7483
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].hasFunMode);
|
|
7356
7484
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].isFavorite);
|
|
7357
7485
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7486
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7358
7487
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7359
|
-
add_location(casino_game_thumbnail, file$1,
|
|
7488
|
+
add_location(casino_game_thumbnail, file$1, 466, 20, 17599);
|
|
7360
7489
|
},
|
|
7361
7490
|
m: function mount(target, anchor) {
|
|
7362
7491
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
@@ -7374,7 +7503,7 @@
|
|
|
7374
7503
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
7375
7504
|
}
|
|
7376
7505
|
|
|
7377
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7506
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[68].cellSize
|
|
7378
7507
|
? /*gameprops*/ ctx[68].cellSize
|
|
7379
7508
|
: "1x1")))) {
|
|
7380
7509
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
@@ -7384,39 +7513,39 @@
|
|
|
7384
7513
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
7385
7514
|
}
|
|
7386
7515
|
|
|
7387
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7516
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[68].thumbnail)) {
|
|
7388
7517
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
7389
7518
|
}
|
|
7390
7519
|
|
|
7391
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7520
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[68].name)) {
|
|
7392
7521
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
7393
7522
|
}
|
|
7394
7523
|
|
|
7395
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7524
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[68].vendor.name)) {
|
|
7396
7525
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
7397
7526
|
}
|
|
7398
7527
|
|
|
7399
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7528
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[68].isNew)) {
|
|
7400
7529
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
7401
7530
|
}
|
|
7402
7531
|
|
|
7403
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7532
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[68].popularity)) {
|
|
7404
7533
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
7405
7534
|
}
|
|
7406
7535
|
|
|
7407
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7536
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[68].cellSize)) {
|
|
7408
7537
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
7409
7538
|
}
|
|
7410
7539
|
|
|
7411
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7540
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].id)) {
|
|
7412
7541
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
7413
7542
|
}
|
|
7414
7543
|
|
|
7415
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7544
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].hasFunMode)) {
|
|
7416
7545
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
7417
7546
|
}
|
|
7418
7547
|
|
|
7419
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7548
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].isFavorite)) {
|
|
7420
7549
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
7421
7550
|
}
|
|
7422
7551
|
|
|
@@ -7424,6 +7553,10 @@
|
|
|
7424
7553
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7425
7554
|
}
|
|
7426
7555
|
|
|
7556
|
+
if (dirty[0] & /*clientstylingurl*/ 64) {
|
|
7557
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7558
|
+
}
|
|
7559
|
+
|
|
7427
7560
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
7428
7561
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7429
7562
|
}
|
|
@@ -7437,17 +7570,17 @@
|
|
|
7437
7570
|
block,
|
|
7438
7571
|
id: create_if_block_9$1.name,
|
|
7439
7572
|
type: "if",
|
|
7440
|
-
source: "(
|
|
7573
|
+
source: "(466:18) {#if intersecting || nativeLoading}",
|
|
7441
7574
|
ctx
|
|
7442
7575
|
});
|
|
7443
7576
|
|
|
7444
7577
|
return block;
|
|
7445
7578
|
}
|
|
7446
7579
|
|
|
7447
|
-
// (
|
|
7580
|
+
// (465:16) {#each shownCategoryData as gameprops, index}
|
|
7448
7581
|
function create_each_block_1(ctx) {
|
|
7449
7582
|
let if_block_anchor;
|
|
7450
|
-
let if_block = (/*intersecting*/ ctx[
|
|
7583
|
+
let if_block = (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) && create_if_block_9$1(ctx);
|
|
7451
7584
|
|
|
7452
7585
|
const block = {
|
|
7453
7586
|
c: function create() {
|
|
@@ -7459,7 +7592,7 @@
|
|
|
7459
7592
|
insert_dev(target, if_block_anchor, anchor);
|
|
7460
7593
|
},
|
|
7461
7594
|
p: function update(ctx, dirty) {
|
|
7462
|
-
if (/*intersecting*/ ctx[
|
|
7595
|
+
if (/*intersecting*/ ctx[16] || /*nativeLoading*/ ctx[24]) {
|
|
7463
7596
|
if (if_block) {
|
|
7464
7597
|
if_block.p(ctx, dirty);
|
|
7465
7598
|
} else {
|
|
@@ -7482,17 +7615,17 @@
|
|
|
7482
7615
|
block,
|
|
7483
7616
|
id: create_each_block_1.name,
|
|
7484
7617
|
type: "each",
|
|
7485
|
-
source: "(
|
|
7618
|
+
source: "(465:16) {#each shownCategoryData as gameprops, index}",
|
|
7486
7619
|
ctx
|
|
7487
7620
|
});
|
|
7488
7621
|
|
|
7489
7622
|
return block;
|
|
7490
7623
|
}
|
|
7491
7624
|
|
|
7492
|
-
// (
|
|
7625
|
+
// (406:12) {:else}
|
|
7493
7626
|
function create_else_block_2(ctx) {
|
|
7494
7627
|
let h3;
|
|
7495
|
-
let t_value = /*$_*/ ctx[
|
|
7628
|
+
let t_value = /*$_*/ ctx[22]("gamesCategorySection.searchedItems") + "";
|
|
7496
7629
|
let t;
|
|
7497
7630
|
|
|
7498
7631
|
const block = {
|
|
@@ -7500,14 +7633,14 @@
|
|
|
7500
7633
|
h3 = element("h3");
|
|
7501
7634
|
t = text(t_value);
|
|
7502
7635
|
attr_dev(h3, "class", "StatusText");
|
|
7503
|
-
add_location(h3, file$1,
|
|
7636
|
+
add_location(h3, file$1, 406, 14, 15107);
|
|
7504
7637
|
},
|
|
7505
7638
|
m: function mount(target, anchor) {
|
|
7506
7639
|
insert_dev(target, h3, anchor);
|
|
7507
7640
|
append_dev(h3, t);
|
|
7508
7641
|
},
|
|
7509
7642
|
p: function update(ctx, dirty) {
|
|
7510
|
-
if (dirty[0] & /*$_*/
|
|
7643
|
+
if (dirty[0] & /*$_*/ 4194304 && t_value !== (t_value = /*$_*/ ctx[22]("gamesCategorySection.searchedItems") + "")) set_data_dev(t, t_value);
|
|
7511
7644
|
},
|
|
7512
7645
|
d: function destroy(detaching) {
|
|
7513
7646
|
if (detaching) detach_dev(h3);
|
|
@@ -7518,17 +7651,17 @@
|
|
|
7518
7651
|
block,
|
|
7519
7652
|
id: create_else_block_2.name,
|
|
7520
7653
|
type: "else",
|
|
7521
|
-
source: "(
|
|
7654
|
+
source: "(406:12) {:else}",
|
|
7522
7655
|
ctx
|
|
7523
7656
|
});
|
|
7524
7657
|
|
|
7525
7658
|
return block;
|
|
7526
7659
|
}
|
|
7527
7660
|
|
|
7528
|
-
// (
|
|
7661
|
+
// (402:12) {#if !shownCategoryData.length}
|
|
7529
7662
|
function create_if_block_6$1(ctx) {
|
|
7530
7663
|
let h3;
|
|
7531
|
-
let t_value = /*$_*/ ctx[
|
|
7664
|
+
let t_value = /*$_*/ ctx[22]("gamesCategorySection.noResults") + "";
|
|
7532
7665
|
let t;
|
|
7533
7666
|
|
|
7534
7667
|
const block = {
|
|
@@ -7536,14 +7669,14 @@
|
|
|
7536
7669
|
h3 = element("h3");
|
|
7537
7670
|
t = text(t_value);
|
|
7538
7671
|
attr_dev(h3, "class", "StatusText");
|
|
7539
|
-
add_location(h3, file$1,
|
|
7672
|
+
add_location(h3, file$1, 402, 12, 14978);
|
|
7540
7673
|
},
|
|
7541
7674
|
m: function mount(target, anchor) {
|
|
7542
7675
|
insert_dev(target, h3, anchor);
|
|
7543
7676
|
append_dev(h3, t);
|
|
7544
7677
|
},
|
|
7545
7678
|
p: function update(ctx, dirty) {
|
|
7546
|
-
if (dirty[0] & /*$_*/
|
|
7679
|
+
if (dirty[0] & /*$_*/ 4194304 && t_value !== (t_value = /*$_*/ ctx[22]("gamesCategorySection.noResults") + "")) set_data_dev(t, t_value);
|
|
7547
7680
|
},
|
|
7548
7681
|
d: function destroy(detaching) {
|
|
7549
7682
|
if (detaching) detach_dev(h3);
|
|
@@ -7554,17 +7687,17 @@
|
|
|
7554
7687
|
block,
|
|
7555
7688
|
id: create_if_block_6$1.name,
|
|
7556
7689
|
type: "if",
|
|
7557
|
-
source: "(
|
|
7690
|
+
source: "(402:12) {#if !shownCategoryData.length}",
|
|
7558
7691
|
ctx
|
|
7559
7692
|
});
|
|
7560
7693
|
|
|
7561
7694
|
return block;
|
|
7562
7695
|
}
|
|
7563
7696
|
|
|
7564
|
-
// (
|
|
7697
|
+
// (397:10) {#if recentSearched}
|
|
7565
7698
|
function create_if_block_5$1(ctx) {
|
|
7566
7699
|
let h3;
|
|
7567
|
-
let t_value = /*$_*/ ctx[
|
|
7700
|
+
let t_value = /*$_*/ ctx[22]("gamesCategorySection.recentSearchedItems") + "";
|
|
7568
7701
|
let t;
|
|
7569
7702
|
|
|
7570
7703
|
const block = {
|
|
@@ -7572,14 +7705,14 @@
|
|
|
7572
7705
|
h3 = element("h3");
|
|
7573
7706
|
t = text(t_value);
|
|
7574
7707
|
attr_dev(h3, "class", "StatusText");
|
|
7575
|
-
add_location(h3, file$1,
|
|
7708
|
+
add_location(h3, file$1, 397, 12, 14799);
|
|
7576
7709
|
},
|
|
7577
7710
|
m: function mount(target, anchor) {
|
|
7578
7711
|
insert_dev(target, h3, anchor);
|
|
7579
7712
|
append_dev(h3, t);
|
|
7580
7713
|
},
|
|
7581
7714
|
p: function update(ctx, dirty) {
|
|
7582
|
-
if (dirty[0] & /*$_*/
|
|
7715
|
+
if (dirty[0] & /*$_*/ 4194304 && t_value !== (t_value = /*$_*/ ctx[22]("gamesCategorySection.recentSearchedItems") + "")) set_data_dev(t, t_value);
|
|
7583
7716
|
},
|
|
7584
7717
|
d: function destroy(detaching) {
|
|
7585
7718
|
if (detaching) detach_dev(h3);
|
|
@@ -7590,14 +7723,14 @@
|
|
|
7590
7723
|
block,
|
|
7591
7724
|
id: create_if_block_5$1.name,
|
|
7592
7725
|
type: "if",
|
|
7593
|
-
source: "(
|
|
7726
|
+
source: "(397:10) {#if recentSearched}",
|
|
7594
7727
|
ctx
|
|
7595
7728
|
});
|
|
7596
7729
|
|
|
7597
7730
|
return block;
|
|
7598
7731
|
}
|
|
7599
7732
|
|
|
7600
|
-
// (
|
|
7733
|
+
// (441:8) {:else}
|
|
7601
7734
|
function create_else_block_1$1(ctx) {
|
|
7602
7735
|
let p;
|
|
7603
7736
|
|
|
@@ -7606,7 +7739,7 @@
|
|
|
7606
7739
|
p = element("p");
|
|
7607
7740
|
p.textContent = "Waiting";
|
|
7608
7741
|
attr_dev(p, "class", "SearchWaiting");
|
|
7609
|
-
add_location(p, file$1,
|
|
7742
|
+
add_location(p, file$1, 441, 10, 16509);
|
|
7610
7743
|
},
|
|
7611
7744
|
m: function mount(target, anchor) {
|
|
7612
7745
|
insert_dev(target, p, anchor);
|
|
@@ -7621,19 +7754,19 @@
|
|
|
7621
7754
|
block,
|
|
7622
7755
|
id: create_else_block_1$1.name,
|
|
7623
7756
|
type: "else",
|
|
7624
|
-
source: "(
|
|
7757
|
+
source: "(441:8) {:else}",
|
|
7625
7758
|
ctx
|
|
7626
7759
|
});
|
|
7627
7760
|
|
|
7628
7761
|
return block;
|
|
7629
7762
|
}
|
|
7630
7763
|
|
|
7631
|
-
// (
|
|
7764
|
+
// (413:8) {#if shownCategoryData}
|
|
7632
7765
|
function create_if_block_3$1(ctx) {
|
|
7633
7766
|
let t;
|
|
7634
7767
|
let ul;
|
|
7635
|
-
let if_block = !/*showItems*/ ctx[
|
|
7636
|
-
let each_value = /*shownCategoryData*/ ctx[
|
|
7768
|
+
let if_block = !/*showItems*/ ctx[15] && create_if_block_4$1(ctx);
|
|
7769
|
+
let each_value = /*shownCategoryData*/ ctx[9];
|
|
7637
7770
|
validate_each_argument(each_value);
|
|
7638
7771
|
let each_blocks = [];
|
|
7639
7772
|
|
|
@@ -7652,7 +7785,7 @@
|
|
|
7652
7785
|
}
|
|
7653
7786
|
|
|
7654
7787
|
attr_dev(ul, "class", "CasinoGamesGrid");
|
|
7655
|
-
add_location(ul, file$1,
|
|
7788
|
+
add_location(ul, file$1, 416, 10, 15487);
|
|
7656
7789
|
},
|
|
7657
7790
|
m: function mount(target, anchor) {
|
|
7658
7791
|
if (if_block) if_block.m(target, anchor);
|
|
@@ -7664,7 +7797,7 @@
|
|
|
7664
7797
|
}
|
|
7665
7798
|
},
|
|
7666
7799
|
p: function update(ctx, dirty) {
|
|
7667
|
-
if (!/*showItems*/ ctx[
|
|
7800
|
+
if (!/*showItems*/ ctx[15]) {
|
|
7668
7801
|
if (if_block) ; else {
|
|
7669
7802
|
if_block = create_if_block_4$1(ctx);
|
|
7670
7803
|
if_block.c();
|
|
@@ -7675,8 +7808,8 @@
|
|
|
7675
7808
|
if_block = null;
|
|
7676
7809
|
}
|
|
7677
7810
|
|
|
7678
|
-
if (dirty[0] & /*shownCategoryData, session, userid, lang, searchItem, favorites, clientstyling, endpoint*/
|
|
7679
|
-
each_value = /*shownCategoryData*/ ctx[
|
|
7811
|
+
if (dirty[0] & /*shownCategoryData, session, userid, lang, searchItem, favorites, clientstyling, clientstylingurl, endpoint*/ 8831) {
|
|
7812
|
+
each_value = /*shownCategoryData*/ ctx[9];
|
|
7680
7813
|
validate_each_argument(each_value);
|
|
7681
7814
|
let i;
|
|
7682
7815
|
|
|
@@ -7711,14 +7844,14 @@
|
|
|
7711
7844
|
block,
|
|
7712
7845
|
id: create_if_block_3$1.name,
|
|
7713
7846
|
type: "if",
|
|
7714
|
-
source: "(
|
|
7847
|
+
source: "(413:8) {#if shownCategoryData}",
|
|
7715
7848
|
ctx
|
|
7716
7849
|
});
|
|
7717
7850
|
|
|
7718
7851
|
return block;
|
|
7719
7852
|
}
|
|
7720
7853
|
|
|
7721
|
-
// (
|
|
7854
|
+
// (414:10) {#if !showItems}
|
|
7722
7855
|
function create_if_block_4$1(ctx) {
|
|
7723
7856
|
let p;
|
|
7724
7857
|
let b;
|
|
@@ -7730,9 +7863,9 @@
|
|
|
7730
7863
|
b = element("b");
|
|
7731
7864
|
b.textContent = "No recent searches yet.";
|
|
7732
7865
|
t1 = text(" Search for any of our games.");
|
|
7733
|
-
add_location(b, file$1,
|
|
7866
|
+
add_location(b, file$1, 414, 79, 15397);
|
|
7734
7867
|
attr_dev(p, "class", "NoSearchResults NoRecentSearches NoRecentSearchesCenter");
|
|
7735
|
-
add_location(p, file$1,
|
|
7868
|
+
add_location(p, file$1, 414, 12, 15330);
|
|
7736
7869
|
},
|
|
7737
7870
|
m: function mount(target, anchor) {
|
|
7738
7871
|
insert_dev(target, p, anchor);
|
|
@@ -7748,14 +7881,14 @@
|
|
|
7748
7881
|
block,
|
|
7749
7882
|
id: create_if_block_4$1.name,
|
|
7750
7883
|
type: "if",
|
|
7751
|
-
source: "(
|
|
7884
|
+
source: "(414:10) {#if !showItems}",
|
|
7752
7885
|
ctx
|
|
7753
7886
|
});
|
|
7754
7887
|
|
|
7755
7888
|
return block;
|
|
7756
7889
|
}
|
|
7757
7890
|
|
|
7758
|
-
// (
|
|
7891
|
+
// (418:12) {#each shownCategoryData as gameprops, index}
|
|
7759
7892
|
function create_each_block$1(ctx) {
|
|
7760
7893
|
let casino_game_thumbnail;
|
|
7761
7894
|
let casino_game_thumbnail_class_value;
|
|
@@ -7780,7 +7913,7 @@
|
|
|
7780
7913
|
set_custom_element_data(casino_game_thumbnail, "session", /*session*/ ctx[2]);
|
|
7781
7914
|
set_custom_element_data(casino_game_thumbnail, "userid", /*userid*/ ctx[3]);
|
|
7782
7915
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
7783
|
-
set_custom_element_data(casino_game_thumbnail, "searchitem", /*searchItem*/ ctx[
|
|
7916
|
+
set_custom_element_data(casino_game_thumbnail, "searchitem", /*searchItem*/ ctx[13]);
|
|
7784
7917
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
7785
7918
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[68].thumbnail);
|
|
7786
7919
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[68].name);
|
|
@@ -7792,14 +7925,15 @@
|
|
|
7792
7925
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].hasFunMode);
|
|
7793
7926
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].isFavorite);
|
|
7794
7927
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7928
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
7795
7929
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7796
|
-
add_location(casino_game_thumbnail, file$1,
|
|
7930
|
+
add_location(casino_game_thumbnail, file$1, 418, 14, 15588);
|
|
7797
7931
|
},
|
|
7798
7932
|
m: function mount(target, anchor) {
|
|
7799
7933
|
insert_dev(target, casino_game_thumbnail, anchor);
|
|
7800
7934
|
},
|
|
7801
7935
|
p: function update(ctx, dirty) {
|
|
7802
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7936
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_class_value !== (casino_game_thumbnail_class_value = "" + (MASONRY_CLASS_PREFIX + (/*gameprops*/ ctx[68].cellSize
|
|
7803
7937
|
? /*gameprops*/ ctx[68].cellSize
|
|
7804
7938
|
: "1x1")))) {
|
|
7805
7939
|
set_custom_element_data(casino_game_thumbnail, "class", casino_game_thumbnail_class_value);
|
|
@@ -7817,47 +7951,47 @@
|
|
|
7817
7951
|
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
7818
7952
|
}
|
|
7819
7953
|
|
|
7820
|
-
if (dirty[0] & /*searchItem*/
|
|
7821
|
-
set_custom_element_data(casino_game_thumbnail, "searchitem", /*searchItem*/ ctx[
|
|
7954
|
+
if (dirty[0] & /*searchItem*/ 8192) {
|
|
7955
|
+
set_custom_element_data(casino_game_thumbnail, "searchitem", /*searchItem*/ ctx[13]);
|
|
7822
7956
|
}
|
|
7823
7957
|
|
|
7824
7958
|
if (dirty[0] & /*favorites*/ 16) {
|
|
7825
7959
|
set_custom_element_data(casino_game_thumbnail, "favorites", /*favorites*/ ctx[4]);
|
|
7826
7960
|
}
|
|
7827
7961
|
|
|
7828
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7962
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*gameprops*/ ctx[68].thumbnail)) {
|
|
7829
7963
|
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
7830
7964
|
}
|
|
7831
7965
|
|
|
7832
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7966
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*gameprops*/ ctx[68].name)) {
|
|
7833
7967
|
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
7834
7968
|
}
|
|
7835
7969
|
|
|
7836
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7970
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*gameprops*/ ctx[68].vendor.name)) {
|
|
7837
7971
|
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
7838
7972
|
}
|
|
7839
7973
|
|
|
7840
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7974
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*gameprops*/ ctx[68].isNew)) {
|
|
7841
7975
|
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
7842
7976
|
}
|
|
7843
7977
|
|
|
7844
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7978
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamepopularity_value !== (casino_game_thumbnail_gamepopularity_value = /*gameprops*/ ctx[68].popularity)) {
|
|
7845
7979
|
set_custom_element_data(casino_game_thumbnail, "gamepopularity", casino_game_thumbnail_gamepopularity_value);
|
|
7846
7980
|
}
|
|
7847
7981
|
|
|
7848
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7982
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*gameprops*/ ctx[68].cellSize)) {
|
|
7849
7983
|
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
7850
7984
|
}
|
|
7851
7985
|
|
|
7852
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7986
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*gameprops*/ ctx[68].id)) {
|
|
7853
7987
|
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
7854
7988
|
}
|
|
7855
7989
|
|
|
7856
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7990
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*gameprops*/ ctx[68].hasFunMode)) {
|
|
7857
7991
|
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
7858
7992
|
}
|
|
7859
7993
|
|
|
7860
|
-
if (dirty[0] & /*shownCategoryData*/
|
|
7994
|
+
if (dirty[0] & /*shownCategoryData*/ 512 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*gameprops*/ ctx[68].isFavorite)) {
|
|
7861
7995
|
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
7862
7996
|
}
|
|
7863
7997
|
|
|
@@ -7865,6 +7999,10 @@
|
|
|
7865
7999
|
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
7866
8000
|
}
|
|
7867
8001
|
|
|
8002
|
+
if (dirty[0] & /*clientstylingurl*/ 64) {
|
|
8003
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
8004
|
+
}
|
|
8005
|
+
|
|
7868
8006
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
7869
8007
|
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
7870
8008
|
}
|
|
@@ -7878,14 +8016,14 @@
|
|
|
7878
8016
|
block,
|
|
7879
8017
|
id: create_each_block$1.name,
|
|
7880
8018
|
type: "each",
|
|
7881
|
-
source: "(
|
|
8019
|
+
source: "(418:12) {#each shownCategoryData as gameprops, index}",
|
|
7882
8020
|
ctx
|
|
7883
8021
|
});
|
|
7884
8022
|
|
|
7885
8023
|
return block;
|
|
7886
8024
|
}
|
|
7887
8025
|
|
|
7888
|
-
// (
|
|
8026
|
+
// (390:4) {:else}
|
|
7889
8027
|
function create_else_block$1(ctx) {
|
|
7890
8028
|
let p;
|
|
7891
8029
|
|
|
@@ -7894,7 +8032,7 @@
|
|
|
7894
8032
|
p = element("p");
|
|
7895
8033
|
p.textContent = "500 Error - Internal Server Error.";
|
|
7896
8034
|
attr_dev(p, "class", "SearchLoading");
|
|
7897
|
-
add_location(p, file$1,
|
|
8035
|
+
add_location(p, file$1, 390, 6, 14563);
|
|
7898
8036
|
},
|
|
7899
8037
|
m: function mount(target, anchor) {
|
|
7900
8038
|
insert_dev(target, p, anchor);
|
|
@@ -7908,14 +8046,14 @@
|
|
|
7908
8046
|
block,
|
|
7909
8047
|
id: create_else_block$1.name,
|
|
7910
8048
|
type: "else",
|
|
7911
|
-
source: "(
|
|
8049
|
+
source: "(390:4) {:else}",
|
|
7912
8050
|
ctx
|
|
7913
8051
|
});
|
|
7914
8052
|
|
|
7915
8053
|
return block;
|
|
7916
8054
|
}
|
|
7917
8055
|
|
|
7918
|
-
// (
|
|
8056
|
+
// (388:4) {#if filteresPresent}
|
|
7919
8057
|
function create_if_block_1$1(ctx) {
|
|
7920
8058
|
let p;
|
|
7921
8059
|
|
|
@@ -7924,7 +8062,7 @@
|
|
|
7924
8062
|
p = element("p");
|
|
7925
8063
|
p.textContent = "404 Error - No result found.";
|
|
7926
8064
|
attr_dev(p, "class", "SearchLoading");
|
|
7927
|
-
add_location(p, file$1,
|
|
8065
|
+
add_location(p, file$1, 388, 6, 14487);
|
|
7928
8066
|
},
|
|
7929
8067
|
m: function mount(target, anchor) {
|
|
7930
8068
|
insert_dev(target, p, anchor);
|
|
@@ -7938,7 +8076,7 @@
|
|
|
7938
8076
|
block,
|
|
7939
8077
|
id: create_if_block_1$1.name,
|
|
7940
8078
|
type: "if",
|
|
7941
|
-
source: "(
|
|
8079
|
+
source: "(388:4) {#if filteresPresent}",
|
|
7942
8080
|
ctx
|
|
7943
8081
|
});
|
|
7944
8082
|
|
|
@@ -7949,8 +8087,8 @@
|
|
|
7949
8087
|
let div;
|
|
7950
8088
|
|
|
7951
8089
|
function select_block_type(ctx, dirty) {
|
|
7952
|
-
if (/*hasErrors*/ ctx[
|
|
7953
|
-
if (/*searched*/ ctx[
|
|
8090
|
+
if (/*hasErrors*/ ctx[7]) return create_if_block$1;
|
|
8091
|
+
if (/*searched*/ ctx[11]) return create_if_block_2$1;
|
|
7954
8092
|
return create_else_block_3;
|
|
7955
8093
|
}
|
|
7956
8094
|
|
|
@@ -7963,7 +8101,7 @@
|
|
|
7963
8101
|
if_block.c();
|
|
7964
8102
|
this.c = noop$1;
|
|
7965
8103
|
attr_dev(div, "class", "CasinoGamesCategorySectionContainer");
|
|
7966
|
-
add_location(div, file$1,
|
|
8104
|
+
add_location(div, file$1, 384, 0, 14308);
|
|
7967
8105
|
},
|
|
7968
8106
|
l: function claim(nodes) {
|
|
7969
8107
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -8011,7 +8149,7 @@
|
|
|
8011
8149
|
function instance$1($$self, $$props, $$invalidate) {
|
|
8012
8150
|
let $_;
|
|
8013
8151
|
validate_store(X, "_");
|
|
8014
|
-
component_subscribe($$self, X, $$value => $$invalidate(
|
|
8152
|
+
component_subscribe($$self, X, $$value => $$invalidate(22, $_ = $$value));
|
|
8015
8153
|
let { $$slots: slots = {}, $$scope } = $$props;
|
|
8016
8154
|
validate_slots("undefined", slots, []);
|
|
8017
8155
|
|
|
@@ -8026,6 +8164,11 @@
|
|
|
8026
8164
|
let { categoryid = "" } = $$props;
|
|
8027
8165
|
let { categoryindex = 0 } = $$props;
|
|
8028
8166
|
let { categorygames = 0 } = $$props;
|
|
8167
|
+
let { once = true } = $$props;
|
|
8168
|
+
let { top = 0 } = $$props;
|
|
8169
|
+
let { bottom = 0 } = $$props;
|
|
8170
|
+
let { left = 0 } = $$props;
|
|
8171
|
+
let { right = 0 } = $$props;
|
|
8029
8172
|
|
|
8030
8173
|
// CasinoPage loading state
|
|
8031
8174
|
let isLoading = false;
|
|
@@ -8047,12 +8190,10 @@
|
|
|
8047
8190
|
let searchItem = false;
|
|
8048
8191
|
let filteresPresent = false;
|
|
8049
8192
|
let showItems = true;
|
|
8050
|
-
|
|
8051
|
-
|
|
8052
|
-
let { bottom = 0 } = $$props;
|
|
8053
|
-
let { left = 0 } = $$props;
|
|
8054
|
-
let { right = 0 } = $$props;
|
|
8193
|
+
|
|
8194
|
+
/* Start Lazy Loading */
|
|
8055
8195
|
let nativeLoading = true;
|
|
8196
|
+
|
|
8056
8197
|
let intersecting = false;
|
|
8057
8198
|
let container;
|
|
8058
8199
|
let maxTotal;
|
|
@@ -8068,9 +8209,6 @@
|
|
|
8068
8209
|
let getFavoredGamesCache = undefined;
|
|
8069
8210
|
let mostPlayedScreen = false;
|
|
8070
8211
|
let customStylingContainer;
|
|
8071
|
-
|
|
8072
|
-
// const operatorCategoryVisibleGames:number = operatorDetail.categoryStyles.numberOfVisibleGames;
|
|
8073
|
-
// const operatorFavoritesURL:string = operatorConfig.favoritesUrl;
|
|
8074
8212
|
let favoriteGamesData = { items: [], count: 0, name: "" };
|
|
8075
8213
|
|
|
8076
8214
|
/* End Lazy Loading */
|
|
@@ -8098,8 +8236,8 @@
|
|
|
8098
8236
|
});
|
|
8099
8237
|
|
|
8100
8238
|
let aux = shownCategoryData;
|
|
8101
|
-
$$invalidate(
|
|
8102
|
-
$$invalidate(
|
|
8239
|
+
$$invalidate(9, shownCategoryData = undefined);
|
|
8240
|
+
$$invalidate(9, shownCategoryData = aux);
|
|
8103
8241
|
resolve(favoriteGames);
|
|
8104
8242
|
}).catch(err => {
|
|
8105
8243
|
console.error(err);
|
|
@@ -8128,7 +8266,7 @@
|
|
|
8128
8266
|
if (vendorFilters[categoryid]) {
|
|
8129
8267
|
if (vendorFilters[categoryid].length && lobbyView === false && showFavGamesCategory === false) {
|
|
8130
8268
|
let queryParamVendorId = "";
|
|
8131
|
-
$$invalidate(
|
|
8269
|
+
$$invalidate(14, filteresPresent = true);
|
|
8132
8270
|
|
|
8133
8271
|
vendorFilters[categoryid].forEach(vendorId => {
|
|
8134
8272
|
queryParamVendorId = queryParamVendorId + (queryParamVendorId
|
|
@@ -8138,19 +8276,19 @@
|
|
|
8138
8276
|
|
|
8139
8277
|
url.searchParams.append("filter", `games(vendor(${queryParamVendorId}))`);
|
|
8140
8278
|
} else {
|
|
8141
|
-
$$invalidate(
|
|
8279
|
+
$$invalidate(14, filteresPresent = false);
|
|
8142
8280
|
}
|
|
8143
8281
|
}
|
|
8144
8282
|
}
|
|
8145
8283
|
|
|
8146
8284
|
fetch(url).then(res => res.json()).then(
|
|
8147
8285
|
data => {
|
|
8148
|
-
$$invalidate(
|
|
8286
|
+
$$invalidate(7, hasErrors = false);
|
|
8149
8287
|
maxTotal = data.games.total;
|
|
8150
8288
|
resolve(data);
|
|
8151
8289
|
},
|
|
8152
8290
|
err => {
|
|
8153
|
-
$$invalidate(
|
|
8291
|
+
$$invalidate(7, hasErrors = true);
|
|
8154
8292
|
console.error(err);
|
|
8155
8293
|
reject(err);
|
|
8156
8294
|
}
|
|
@@ -8162,12 +8300,12 @@
|
|
|
8162
8300
|
if (e.data) {
|
|
8163
8301
|
switch (e.data.type) {
|
|
8164
8302
|
case "MostPlayedData":
|
|
8165
|
-
$$invalidate(
|
|
8303
|
+
$$invalidate(11, searched = false);
|
|
8166
8304
|
lobbyView = false;
|
|
8167
|
-
$$invalidate(
|
|
8305
|
+
$$invalidate(10, showLoadCategory = false);
|
|
8168
8306
|
mostPlayedScreen = true;
|
|
8169
|
-
$$invalidate(
|
|
8170
|
-
$$invalidate(
|
|
8307
|
+
$$invalidate(9, shownCategoryData = e.data.mostPlayedGames);
|
|
8308
|
+
$$invalidate(8, categoryData = {
|
|
8171
8309
|
id: "MOSTPLAYED",
|
|
8172
8310
|
name: "Most Played Games",
|
|
8173
8311
|
games: {
|
|
@@ -8181,12 +8319,12 @@
|
|
|
8181
8319
|
operatorSpecifications = e.data.operatordetail;
|
|
8182
8320
|
break;
|
|
8183
8321
|
case "RecentSearchData":
|
|
8184
|
-
$$invalidate(
|
|
8322
|
+
$$invalidate(11, searched = true);
|
|
8185
8323
|
mostPlayedScreen = false;
|
|
8186
|
-
$$invalidate(
|
|
8324
|
+
$$invalidate(12, recentSearched = true);
|
|
8187
8325
|
if (e.data.searchData.length > 0) {
|
|
8188
|
-
$$invalidate(
|
|
8189
|
-
$$invalidate(
|
|
8326
|
+
$$invalidate(9, shownCategoryData = e.data.searchData);
|
|
8327
|
+
$$invalidate(15, showItems = true);
|
|
8190
8328
|
|
|
8191
8329
|
if (shownCategoryData) {
|
|
8192
8330
|
shownCategoryData.forEach(item => {
|
|
@@ -8194,19 +8332,19 @@
|
|
|
8194
8332
|
});
|
|
8195
8333
|
}
|
|
8196
8334
|
} else {
|
|
8197
|
-
$$invalidate(
|
|
8335
|
+
$$invalidate(15, showItems = false);
|
|
8198
8336
|
}
|
|
8199
8337
|
break;
|
|
8200
8338
|
case "OutOfRecentSearches":
|
|
8201
|
-
$$invalidate(
|
|
8202
|
-
$$invalidate(
|
|
8339
|
+
$$invalidate(11, searched = false);
|
|
8340
|
+
$$invalidate(12, recentSearched = false);
|
|
8203
8341
|
break;
|
|
8204
8342
|
case "SearchData":
|
|
8205
|
-
$$invalidate(
|
|
8343
|
+
$$invalidate(11, searched = true);
|
|
8206
8344
|
mostPlayedScreen = false;
|
|
8207
|
-
$$invalidate(
|
|
8208
|
-
$$invalidate(
|
|
8209
|
-
$$invalidate(
|
|
8345
|
+
$$invalidate(12, recentSearched = false);
|
|
8346
|
+
$$invalidate(9, shownCategoryData = e.data.searchData.items || []);
|
|
8347
|
+
$$invalidate(13, searchItem = true);
|
|
8210
8348
|
if (e.data.receivedFavoriteResults) {
|
|
8211
8349
|
favoriteGames = e.data.receivedFavoriteResults.items;
|
|
8212
8350
|
}
|
|
@@ -8217,17 +8355,17 @@
|
|
|
8217
8355
|
}
|
|
8218
8356
|
break;
|
|
8219
8357
|
case `CategoryData_${categoryid}`:
|
|
8220
|
-
$$invalidate(
|
|
8358
|
+
$$invalidate(11, searched = false);
|
|
8221
8359
|
lobbyView = true;
|
|
8222
|
-
$$invalidate(
|
|
8223
|
-
$$invalidate(
|
|
8360
|
+
$$invalidate(10, showLoadCategory = true);
|
|
8361
|
+
$$invalidate(13, searchItem = false);
|
|
8224
8362
|
mostPlayedScreen = false;
|
|
8225
8363
|
if (e.data.receivedFavoriteResults) {
|
|
8226
8364
|
favoriteGames = e.data.receivedFavoriteResults.items;
|
|
8227
8365
|
}
|
|
8228
8366
|
getData(e.data.categoryId, 0, e.data.visiblegames).then(res => {
|
|
8229
|
-
$$invalidate(
|
|
8230
|
-
$$invalidate(
|
|
8367
|
+
$$invalidate(8, categoryData = res);
|
|
8368
|
+
$$invalidate(9, shownCategoryData = categoryData.games.items);
|
|
8231
8369
|
|
|
8232
8370
|
if (shownCategoryData) {
|
|
8233
8371
|
shownCategoryData.forEach(item => {
|
|
@@ -8240,21 +8378,21 @@
|
|
|
8240
8378
|
limit = 20;
|
|
8241
8379
|
break;
|
|
8242
8380
|
case "CategoryUpdate":
|
|
8243
|
-
$$invalidate(
|
|
8381
|
+
$$invalidate(11, searched = false);
|
|
8244
8382
|
lobbyView = false;
|
|
8245
|
-
$$invalidate(
|
|
8383
|
+
$$invalidate(13, searchItem = false);
|
|
8246
8384
|
mostPlayedScreen = false;
|
|
8247
|
-
$$invalidate(
|
|
8248
|
-
$$invalidate(
|
|
8385
|
+
$$invalidate(10, showLoadCategory = false);
|
|
8386
|
+
$$invalidate(26, categoryid = e.data.itemId);
|
|
8249
8387
|
getData(categoryid, 0, limit).then(res => {
|
|
8250
|
-
$$invalidate(
|
|
8388
|
+
$$invalidate(8, categoryData = res);
|
|
8251
8389
|
|
|
8252
8390
|
categoryData.games.items.forEach(item => {
|
|
8253
8391
|
item.isFavorite = checkFavorite(item.id);
|
|
8254
8392
|
});
|
|
8255
8393
|
|
|
8256
|
-
$$invalidate(
|
|
8257
|
-
$$invalidate(
|
|
8394
|
+
$$invalidate(9, shownCategoryData = categoryData.games.items);
|
|
8395
|
+
$$invalidate(10, showLoadCategory = false);
|
|
8258
8396
|
}).then(() => {
|
|
8259
8397
|
// after the category page is populated with games, scroll to the the top of the widget
|
|
8260
8398
|
scrollTop = true;
|
|
@@ -8263,14 +8401,14 @@
|
|
|
8263
8401
|
});
|
|
8264
8402
|
break;
|
|
8265
8403
|
case "FavoriteUpdate":
|
|
8266
|
-
$$invalidate(
|
|
8404
|
+
$$invalidate(11, searched = false);
|
|
8267
8405
|
mostPlayedScreen = false;
|
|
8268
8406
|
lobbyView = true;
|
|
8269
|
-
$$invalidate(
|
|
8407
|
+
$$invalidate(9, shownCategoryData = categoryData.games.items);
|
|
8270
8408
|
shownCategoryData.forEach(item => {
|
|
8271
8409
|
item.isFavorite = checkFavorite(item.id);
|
|
8272
8410
|
});
|
|
8273
|
-
$$invalidate(
|
|
8411
|
+
$$invalidate(10, showLoadCategory = true);
|
|
8274
8412
|
break;
|
|
8275
8413
|
case "UpdateCategoryFavoriteGames":
|
|
8276
8414
|
if (e.data.receivedFavoriteResults) {
|
|
@@ -8302,16 +8440,18 @@
|
|
|
8302
8440
|
});
|
|
8303
8441
|
}
|
|
8304
8442
|
|
|
8305
|
-
$$invalidate(
|
|
8306
|
-
$$invalidate(
|
|
8307
|
-
$$invalidate(
|
|
8443
|
+
$$invalidate(21, favoriteGamesData.items = platformFavorite(favGameArray, favoriteGamesData.items), favoriteGamesData);
|
|
8444
|
+
$$invalidate(21, favoriteGamesData.name = "Favorites", favoriteGamesData);
|
|
8445
|
+
$$invalidate(19, showFavGamesCategory = true);
|
|
8308
8446
|
}
|
|
8309
8447
|
break;
|
|
8310
8448
|
case "UserSessionID":
|
|
8311
8449
|
sessionID = e.data.session;
|
|
8312
8450
|
playerID = e.data.userID;
|
|
8313
|
-
if (
|
|
8314
|
-
|
|
8451
|
+
if (favorites == "true") {
|
|
8452
|
+
if (playerID && playerID.length && sessionID && sessionID.length > 0) {
|
|
8453
|
+
getFavoredGames(`${endpoint}/player/${playerID}/favorites/`, sessionID);
|
|
8454
|
+
}
|
|
8315
8455
|
}
|
|
8316
8456
|
break;
|
|
8317
8457
|
}
|
|
@@ -8324,10 +8464,10 @@
|
|
|
8324
8464
|
|
|
8325
8465
|
if (limit <= maxTotal) {
|
|
8326
8466
|
getData(categoryId, offset, limit).then(res => {
|
|
8327
|
-
$$invalidate(
|
|
8467
|
+
$$invalidate(8, categoryData = res);
|
|
8328
8468
|
|
|
8329
8469
|
// @TODO categoryData type fix
|
|
8330
|
-
$$invalidate(
|
|
8470
|
+
$$invalidate(9, shownCategoryData = categoryData.games.items);
|
|
8331
8471
|
|
|
8332
8472
|
shownCategoryData.forEach(item => {
|
|
8333
8473
|
item.isFavorite = checkFavorite(item.id);
|
|
@@ -8390,7 +8530,9 @@
|
|
|
8390
8530
|
cssFile.innerHTML = `@import ${clientstylingurl}`;
|
|
8391
8531
|
|
|
8392
8532
|
if (clientstylingurl) {
|
|
8393
|
-
|
|
8533
|
+
let url = new URL(clientstylingurl);
|
|
8534
|
+
|
|
8535
|
+
fetch(url).then(res => res.text()).then(data => {
|
|
8394
8536
|
cssFile.innerHTML = data;
|
|
8395
8537
|
|
|
8396
8538
|
if (customStylingContainer) {
|
|
@@ -8410,7 +8552,7 @@
|
|
|
8410
8552
|
const handler = () => {
|
|
8411
8553
|
if (container) {
|
|
8412
8554
|
const containerDimensions = container.getBoundingClientRect();
|
|
8413
|
-
$$invalidate(
|
|
8555
|
+
$$invalidate(16, intersecting = containerDimensions.bottom + bottom > 0 && containerDimensions.right + right > 0 && containerDimensions.top - top < window.innerHeight && containerDimensions.left - left < window.innerWidth);
|
|
8414
8556
|
|
|
8415
8557
|
if (intersecting && once && !lobbyView) {
|
|
8416
8558
|
loadMoreGames(categoryid);
|
|
@@ -8452,7 +8594,7 @@
|
|
|
8452
8594
|
function h3_binding($$value) {
|
|
8453
8595
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
8454
8596
|
categoryName = $$value;
|
|
8455
|
-
$$invalidate(
|
|
8597
|
+
$$invalidate(18, categoryName);
|
|
8456
8598
|
});
|
|
8457
8599
|
}
|
|
8458
8600
|
|
|
@@ -8461,41 +8603,41 @@
|
|
|
8461
8603
|
function ul_binding($$value) {
|
|
8462
8604
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
8463
8605
|
container = $$value;
|
|
8464
|
-
$$invalidate(
|
|
8606
|
+
$$invalidate(17, container);
|
|
8465
8607
|
});
|
|
8466
8608
|
}
|
|
8467
8609
|
|
|
8468
8610
|
function h3_binding_1($$value) {
|
|
8469
8611
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
8470
8612
|
categoryName = $$value;
|
|
8471
|
-
$$invalidate(
|
|
8613
|
+
$$invalidate(18, categoryName);
|
|
8472
8614
|
});
|
|
8473
8615
|
}
|
|
8474
8616
|
|
|
8475
8617
|
function ul_binding_1($$value) {
|
|
8476
8618
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
8477
8619
|
container = $$value;
|
|
8478
|
-
$$invalidate(
|
|
8620
|
+
$$invalidate(17, container);
|
|
8479
8621
|
});
|
|
8480
8622
|
}
|
|
8481
8623
|
|
|
8482
8624
|
function div_binding($$value) {
|
|
8483
8625
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
8484
8626
|
customStylingContainer = $$value;
|
|
8485
|
-
$$invalidate(
|
|
8627
|
+
$$invalidate(20, customStylingContainer);
|
|
8486
8628
|
});
|
|
8487
8629
|
}
|
|
8488
8630
|
|
|
8489
8631
|
$$self.$$set = $$props => {
|
|
8490
8632
|
if ("endpoint" in $$props) $$invalidate(0, endpoint = $$props.endpoint);
|
|
8491
|
-
if ("datasource" in $$props) $$invalidate(
|
|
8633
|
+
if ("datasource" in $$props) $$invalidate(27, datasource = $$props.datasource);
|
|
8492
8634
|
if ("lang" in $$props) $$invalidate(1, lang = $$props.lang);
|
|
8493
8635
|
if ("session" in $$props) $$invalidate(2, session = $$props.session);
|
|
8494
8636
|
if ("userid" in $$props) $$invalidate(3, userid = $$props.userid);
|
|
8495
8637
|
if ("favorites" in $$props) $$invalidate(4, favorites = $$props.favorites);
|
|
8496
8638
|
if ("clientstyling" in $$props) $$invalidate(5, clientstyling = $$props.clientstyling);
|
|
8497
|
-
if ("clientstylingurl" in $$props) $$invalidate(
|
|
8498
|
-
if ("categoryid" in $$props) $$invalidate(
|
|
8639
|
+
if ("clientstylingurl" in $$props) $$invalidate(6, clientstylingurl = $$props.clientstylingurl);
|
|
8640
|
+
if ("categoryid" in $$props) $$invalidate(26, categoryid = $$props.categoryid);
|
|
8499
8641
|
if ("categoryindex" in $$props) $$invalidate(28, categoryindex = $$props.categoryindex);
|
|
8500
8642
|
if ("categorygames" in $$props) $$invalidate(29, categorygames = $$props.categorygames);
|
|
8501
8643
|
if ("once" in $$props) $$invalidate(30, once = $$props.once);
|
|
@@ -8525,6 +8667,11 @@
|
|
|
8525
8667
|
categoryid,
|
|
8526
8668
|
categoryindex,
|
|
8527
8669
|
categorygames,
|
|
8670
|
+
once,
|
|
8671
|
+
top,
|
|
8672
|
+
bottom,
|
|
8673
|
+
left,
|
|
8674
|
+
right,
|
|
8528
8675
|
isLoading,
|
|
8529
8676
|
hasErrors,
|
|
8530
8677
|
playerID,
|
|
@@ -8543,11 +8690,6 @@
|
|
|
8543
8690
|
searchItem,
|
|
8544
8691
|
filteresPresent,
|
|
8545
8692
|
showItems,
|
|
8546
|
-
once,
|
|
8547
|
-
top,
|
|
8548
|
-
bottom,
|
|
8549
|
-
left,
|
|
8550
|
-
right,
|
|
8551
8693
|
nativeLoading,
|
|
8552
8694
|
intersecting,
|
|
8553
8695
|
container,
|
|
@@ -8580,46 +8722,46 @@
|
|
|
8580
8722
|
|
|
8581
8723
|
$$self.$inject_state = $$props => {
|
|
8582
8724
|
if ("endpoint" in $$props) $$invalidate(0, endpoint = $$props.endpoint);
|
|
8583
|
-
if ("datasource" in $$props) $$invalidate(
|
|
8725
|
+
if ("datasource" in $$props) $$invalidate(27, datasource = $$props.datasource);
|
|
8584
8726
|
if ("lang" in $$props) $$invalidate(1, lang = $$props.lang);
|
|
8585
8727
|
if ("session" in $$props) $$invalidate(2, session = $$props.session);
|
|
8586
8728
|
if ("userid" in $$props) $$invalidate(3, userid = $$props.userid);
|
|
8587
8729
|
if ("favorites" in $$props) $$invalidate(4, favorites = $$props.favorites);
|
|
8588
8730
|
if ("clientstyling" in $$props) $$invalidate(5, clientstyling = $$props.clientstyling);
|
|
8589
|
-
if ("clientstylingurl" in $$props) $$invalidate(
|
|
8590
|
-
if ("categoryid" in $$props) $$invalidate(
|
|
8731
|
+
if ("clientstylingurl" in $$props) $$invalidate(6, clientstylingurl = $$props.clientstylingurl);
|
|
8732
|
+
if ("categoryid" in $$props) $$invalidate(26, categoryid = $$props.categoryid);
|
|
8591
8733
|
if ("categoryindex" in $$props) $$invalidate(28, categoryindex = $$props.categoryindex);
|
|
8592
8734
|
if ("categorygames" in $$props) $$invalidate(29, categorygames = $$props.categorygames);
|
|
8735
|
+
if ("once" in $$props) $$invalidate(30, once = $$props.once);
|
|
8736
|
+
if ("top" in $$props) $$invalidate(31, top = $$props.top);
|
|
8737
|
+
if ("bottom" in $$props) $$invalidate(32, bottom = $$props.bottom);
|
|
8738
|
+
if ("left" in $$props) $$invalidate(33, left = $$props.left);
|
|
8739
|
+
if ("right" in $$props) $$invalidate(34, right = $$props.right);
|
|
8593
8740
|
if ("isLoading" in $$props) isLoading = $$props.isLoading;
|
|
8594
|
-
if ("hasErrors" in $$props) $$invalidate(
|
|
8741
|
+
if ("hasErrors" in $$props) $$invalidate(7, hasErrors = $$props.hasErrors);
|
|
8595
8742
|
if ("playerID" in $$props) playerID = $$props.playerID;
|
|
8596
8743
|
if ("lobbyView" in $$props) lobbyView = $$props.lobbyView;
|
|
8597
|
-
if ("userAgent" in $$props) $$invalidate(
|
|
8744
|
+
if ("userAgent" in $$props) $$invalidate(23, userAgent = $$props.userAgent);
|
|
8598
8745
|
if ("operatorSpecifications" in $$props) operatorSpecifications = $$props.operatorSpecifications;
|
|
8599
|
-
if ("categoryData" in $$props) $$invalidate(
|
|
8600
|
-
if ("shownCategoryData" in $$props) $$invalidate(
|
|
8746
|
+
if ("categoryData" in $$props) $$invalidate(8, categoryData = $$props.categoryData);
|
|
8747
|
+
if ("shownCategoryData" in $$props) $$invalidate(9, shownCategoryData = $$props.shownCategoryData);
|
|
8601
8748
|
if ("categoryIndex" in $$props) categoryIndex = $$props.categoryIndex;
|
|
8602
|
-
if ("showLoadCategory" in $$props) $$invalidate(
|
|
8749
|
+
if ("showLoadCategory" in $$props) $$invalidate(10, showLoadCategory = $$props.showLoadCategory);
|
|
8603
8750
|
if ("offset" in $$props) offset = $$props.offset;
|
|
8604
8751
|
if ("limit" in $$props) limit = $$props.limit;
|
|
8605
|
-
if ("searched" in $$props) $$invalidate(
|
|
8606
|
-
if ("recentSearched" in $$props) $$invalidate(
|
|
8752
|
+
if ("searched" in $$props) $$invalidate(11, searched = $$props.searched);
|
|
8753
|
+
if ("recentSearched" in $$props) $$invalidate(12, recentSearched = $$props.recentSearched);
|
|
8607
8754
|
if ("scrollTop" in $$props) scrollTop = $$props.scrollTop;
|
|
8608
|
-
if ("searchItem" in $$props) $$invalidate(
|
|
8609
|
-
if ("filteresPresent" in $$props) $$invalidate(
|
|
8610
|
-
if ("showItems" in $$props) $$invalidate(
|
|
8611
|
-
if ("
|
|
8612
|
-
if ("
|
|
8613
|
-
if ("
|
|
8614
|
-
if ("left" in $$props) $$invalidate(33, left = $$props.left);
|
|
8615
|
-
if ("right" in $$props) $$invalidate(34, right = $$props.right);
|
|
8616
|
-
if ("nativeLoading" in $$props) $$invalidate(23, nativeLoading = $$props.nativeLoading);
|
|
8617
|
-
if ("intersecting" in $$props) $$invalidate(15, intersecting = $$props.intersecting);
|
|
8618
|
-
if ("container" in $$props) $$invalidate(16, container = $$props.container);
|
|
8755
|
+
if ("searchItem" in $$props) $$invalidate(13, searchItem = $$props.searchItem);
|
|
8756
|
+
if ("filteresPresent" in $$props) $$invalidate(14, filteresPresent = $$props.filteresPresent);
|
|
8757
|
+
if ("showItems" in $$props) $$invalidate(15, showItems = $$props.showItems);
|
|
8758
|
+
if ("nativeLoading" in $$props) $$invalidate(24, nativeLoading = $$props.nativeLoading);
|
|
8759
|
+
if ("intersecting" in $$props) $$invalidate(16, intersecting = $$props.intersecting);
|
|
8760
|
+
if ("container" in $$props) $$invalidate(17, container = $$props.container);
|
|
8619
8761
|
if ("maxTotal" in $$props) maxTotal = $$props.maxTotal;
|
|
8620
|
-
if ("categoryName" in $$props) $$invalidate(
|
|
8762
|
+
if ("categoryName" in $$props) $$invalidate(18, categoryName = $$props.categoryName);
|
|
8621
8763
|
if ("favoriteGames" in $$props) favoriteGames = $$props.favoriteGames;
|
|
8622
|
-
if ("showFavGamesCategory" in $$props) $$invalidate(
|
|
8764
|
+
if ("showFavGamesCategory" in $$props) $$invalidate(19, showFavGamesCategory = $$props.showFavGamesCategory);
|
|
8623
8765
|
if ("receivedFavoriteResults" in $$props) receivedFavoriteResults = $$props.receivedFavoriteResults;
|
|
8624
8766
|
if ("activeCategory" in $$props) activeCategory = $$props.activeCategory;
|
|
8625
8767
|
if ("operatorConfig" in $$props) operatorConfig = $$props.operatorConfig;
|
|
@@ -8628,8 +8770,8 @@
|
|
|
8628
8770
|
if ("userId" in $$props) userId = $$props.userId;
|
|
8629
8771
|
if ("getFavoredGamesCache" in $$props) getFavoredGamesCache = $$props.getFavoredGamesCache;
|
|
8630
8772
|
if ("mostPlayedScreen" in $$props) mostPlayedScreen = $$props.mostPlayedScreen;
|
|
8631
|
-
if ("customStylingContainer" in $$props) $$invalidate(
|
|
8632
|
-
if ("favoriteGamesData" in $$props) $$invalidate(
|
|
8773
|
+
if ("customStylingContainer" in $$props) $$invalidate(20, customStylingContainer = $$props.customStylingContainer);
|
|
8774
|
+
if ("favoriteGamesData" in $$props) $$invalidate(21, favoriteGamesData = $$props.favoriteGamesData);
|
|
8633
8775
|
};
|
|
8634
8776
|
|
|
8635
8777
|
if ($$props && "$$inject" in $$props) {
|
|
@@ -8643,7 +8785,7 @@
|
|
|
8643
8785
|
clientstyling && setClientStyling();
|
|
8644
8786
|
}
|
|
8645
8787
|
|
|
8646
|
-
if ($$self.$$.dirty[0] & /*clientstylingurl*/
|
|
8788
|
+
if ($$self.$$.dirty[0] & /*clientstylingurl*/ 64) {
|
|
8647
8789
|
clientstylingurl && setClientStylingURL();
|
|
8648
8790
|
}
|
|
8649
8791
|
};
|
|
@@ -8655,6 +8797,7 @@
|
|
|
8655
8797
|
userid,
|
|
8656
8798
|
favorites,
|
|
8657
8799
|
clientstyling,
|
|
8800
|
+
clientstylingurl,
|
|
8658
8801
|
hasErrors,
|
|
8659
8802
|
categoryData,
|
|
8660
8803
|
shownCategoryData,
|
|
@@ -8676,7 +8819,6 @@
|
|
|
8676
8819
|
showCategory,
|
|
8677
8820
|
categoryid,
|
|
8678
8821
|
datasource,
|
|
8679
|
-
clientstylingurl,
|
|
8680
8822
|
categoryindex,
|
|
8681
8823
|
categorygames,
|
|
8682
8824
|
once,
|
|
@@ -8710,14 +8852,14 @@
|
|
|
8710
8852
|
safe_not_equal,
|
|
8711
8853
|
{
|
|
8712
8854
|
endpoint: 0,
|
|
8713
|
-
datasource:
|
|
8855
|
+
datasource: 27,
|
|
8714
8856
|
lang: 1,
|
|
8715
8857
|
session: 2,
|
|
8716
8858
|
userid: 3,
|
|
8717
8859
|
favorites: 4,
|
|
8718
8860
|
clientstyling: 5,
|
|
8719
|
-
clientstylingurl:
|
|
8720
|
-
categoryid:
|
|
8861
|
+
clientstylingurl: 6,
|
|
8862
|
+
categoryid: 26,
|
|
8721
8863
|
categoryindex: 28,
|
|
8722
8864
|
categorygames: 29,
|
|
8723
8865
|
once: 30,
|
|
@@ -8772,7 +8914,7 @@
|
|
|
8772
8914
|
}
|
|
8773
8915
|
|
|
8774
8916
|
get datasource() {
|
|
8775
|
-
return this.$$.ctx[
|
|
8917
|
+
return this.$$.ctx[27];
|
|
8776
8918
|
}
|
|
8777
8919
|
|
|
8778
8920
|
set datasource(datasource) {
|
|
@@ -8826,7 +8968,7 @@
|
|
|
8826
8968
|
}
|
|
8827
8969
|
|
|
8828
8970
|
get clientstylingurl() {
|
|
8829
|
-
return this.$$.ctx[
|
|
8971
|
+
return this.$$.ctx[6];
|
|
8830
8972
|
}
|
|
8831
8973
|
|
|
8832
8974
|
set clientstylingurl(clientstylingurl) {
|
|
@@ -8835,7 +8977,7 @@
|
|
|
8835
8977
|
}
|
|
8836
8978
|
|
|
8837
8979
|
get categoryid() {
|
|
8838
|
-
return this.$$.ctx[
|
|
8980
|
+
return this.$$.ctx[26];
|
|
8839
8981
|
}
|
|
8840
8982
|
|
|
8841
8983
|
set categoryid(categoryid) {
|
|
@@ -8916,12 +9058,12 @@
|
|
|
8916
9058
|
|
|
8917
9059
|
function get_each_context(ctx, list, i) {
|
|
8918
9060
|
const child_ctx = ctx.slice();
|
|
8919
|
-
child_ctx[
|
|
8920
|
-
child_ctx[
|
|
9061
|
+
child_ctx[105] = list[i];
|
|
9062
|
+
child_ctx[107] = i;
|
|
8921
9063
|
return child_ctx;
|
|
8922
9064
|
}
|
|
8923
9065
|
|
|
8924
|
-
// (
|
|
9066
|
+
// (677:0) {:else}
|
|
8925
9067
|
function create_else_block(ctx) {
|
|
8926
9068
|
let section;
|
|
8927
9069
|
let show_if_1 = getDevice(/*userAgent*/ ctx[32]) !== "PC" && /*alternativesearch*/ ctx[8] === "false" && /*mobileSearchViewActive*/ ctx[27];
|
|
@@ -8963,7 +9105,7 @@
|
|
|
8963
9105
|
t2 = space();
|
|
8964
9106
|
if (if_block3) if_block3.c();
|
|
8965
9107
|
attr_dev(section, "class", "CategoriesLobby");
|
|
8966
|
-
add_location(section, file,
|
|
9108
|
+
add_location(section, file, 677, 2, 23300);
|
|
8967
9109
|
},
|
|
8968
9110
|
m: function mount(target, anchor) {
|
|
8969
9111
|
insert_dev(target, section, anchor);
|
|
@@ -8974,7 +9116,7 @@
|
|
|
8974
9116
|
if_block2.m(section, null);
|
|
8975
9117
|
append_dev(section, t2);
|
|
8976
9118
|
if (if_block3) if_block3.m(section, null);
|
|
8977
|
-
/*section_binding*/ ctx[
|
|
9119
|
+
/*section_binding*/ ctx[59](section);
|
|
8978
9120
|
},
|
|
8979
9121
|
p: function update(ctx, dirty) {
|
|
8980
9122
|
if (dirty[0] & /*alternativesearch, mobileSearchViewActive*/ 134217984) show_if_1 = getDevice(/*userAgent*/ ctx[32]) !== "PC" && /*alternativesearch*/ ctx[8] === "false" && /*mobileSearchViewActive*/ ctx[27];
|
|
@@ -9039,7 +9181,7 @@
|
|
|
9039
9181
|
if_block3.d();
|
|
9040
9182
|
}
|
|
9041
9183
|
|
|
9042
|
-
/*section_binding*/ ctx[
|
|
9184
|
+
/*section_binding*/ ctx[59](null);
|
|
9043
9185
|
}
|
|
9044
9186
|
};
|
|
9045
9187
|
|
|
@@ -9047,14 +9189,14 @@
|
|
|
9047
9189
|
block,
|
|
9048
9190
|
id: create_else_block.name,
|
|
9049
9191
|
type: "else",
|
|
9050
|
-
source: "(
|
|
9192
|
+
source: "(677:0) {:else}",
|
|
9051
9193
|
ctx
|
|
9052
9194
|
});
|
|
9053
9195
|
|
|
9054
9196
|
return block;
|
|
9055
9197
|
}
|
|
9056
9198
|
|
|
9057
|
-
// (
|
|
9199
|
+
// (675:0) {#if hasErrors}
|
|
9058
9200
|
function create_if_block(ctx) {
|
|
9059
9201
|
let p;
|
|
9060
9202
|
|
|
@@ -9063,7 +9205,7 @@
|
|
|
9063
9205
|
p = element("p");
|
|
9064
9206
|
p.textContent = "500 Error - Internal Server Error";
|
|
9065
9207
|
attr_dev(p, "class", "SearchLoading");
|
|
9066
|
-
add_location(p, file,
|
|
9208
|
+
add_location(p, file, 675, 2, 23227);
|
|
9067
9209
|
},
|
|
9068
9210
|
m: function mount(target, anchor) {
|
|
9069
9211
|
insert_dev(target, p, anchor);
|
|
@@ -9078,14 +9220,14 @@
|
|
|
9078
9220
|
block,
|
|
9079
9221
|
id: create_if_block.name,
|
|
9080
9222
|
type: "if",
|
|
9081
|
-
source: "(
|
|
9223
|
+
source: "(675:0) {#if hasErrors}",
|
|
9082
9224
|
ctx
|
|
9083
9225
|
});
|
|
9084
9226
|
|
|
9085
9227
|
return block;
|
|
9086
9228
|
}
|
|
9087
9229
|
|
|
9088
|
-
// (
|
|
9230
|
+
// (679:4) {#if (getDevice(userAgent) !== 'PC') && (alternativesearch === 'false') && mobileSearchViewActive}
|
|
9089
9231
|
function create_if_block_21(ctx) {
|
|
9090
9232
|
let div;
|
|
9091
9233
|
|
|
@@ -9093,7 +9235,7 @@
|
|
|
9093
9235
|
c: function create() {
|
|
9094
9236
|
div = element("div");
|
|
9095
9237
|
attr_dev(div, "class", "SearchBarPlaceholder");
|
|
9096
|
-
add_location(div, file,
|
|
9238
|
+
add_location(div, file, 679, 6, 23478);
|
|
9097
9239
|
},
|
|
9098
9240
|
m: function mount(target, anchor) {
|
|
9099
9241
|
insert_dev(target, div, anchor);
|
|
@@ -9107,14 +9249,14 @@
|
|
|
9107
9249
|
block,
|
|
9108
9250
|
id: create_if_block_21.name,
|
|
9109
9251
|
type: "if",
|
|
9110
|
-
source: "(
|
|
9252
|
+
source: "(679:4) {#if (getDevice(userAgent) !== 'PC') && (alternativesearch === 'false') && mobileSearchViewActive}",
|
|
9111
9253
|
ctx
|
|
9112
9254
|
});
|
|
9113
9255
|
|
|
9114
9256
|
return block;
|
|
9115
9257
|
}
|
|
9116
9258
|
|
|
9117
|
-
// (
|
|
9259
|
+
// (682:4) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && numberOfFilters && getDevice(userAgent) !== 'PC'}
|
|
9118
9260
|
function create_if_block_20(ctx) {
|
|
9119
9261
|
let div1;
|
|
9120
9262
|
let div0;
|
|
@@ -9135,7 +9277,7 @@
|
|
|
9135
9277
|
polygon = svg_element("polygon");
|
|
9136
9278
|
set_style(polygon, "fill", "#FD2839");
|
|
9137
9279
|
attr_dev(polygon, "points", "378.303,28.285 350.018,0 189.151,160.867 28.285,0 0,28.285 160.867,189.151 0,350.018\n 28.285,378.302 189.151,217.436 350.018,378.302 378.303,350.018 217.436,189.151 ");
|
|
9138
|
-
add_location(polygon, file,
|
|
9280
|
+
add_location(polygon, file, 687, 14, 24082);
|
|
9139
9281
|
attr_dev(svg, "version", "1.1");
|
|
9140
9282
|
attr_dev(svg, "id", "Layer_1");
|
|
9141
9283
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -9145,13 +9287,13 @@
|
|
|
9145
9287
|
attr_dev(svg, "viewBox", "0 0 378.303 378.303");
|
|
9146
9288
|
set_style(svg, "enable-background", "new 0 0 378.303 378.303");
|
|
9147
9289
|
attr_dev(svg, "xml:space", "preserve");
|
|
9148
|
-
add_location(svg, file,
|
|
9290
|
+
add_location(svg, file, 685, 12, 23827);
|
|
9149
9291
|
attr_dev(span, "class", "ClearIcon");
|
|
9150
|
-
add_location(span, file,
|
|
9292
|
+
add_location(span, file, 684, 10, 23790);
|
|
9151
9293
|
attr_dev(div0, "class", "ClearButton");
|
|
9152
|
-
add_location(div0, file,
|
|
9294
|
+
add_location(div0, file, 683, 8, 23749);
|
|
9153
9295
|
attr_dev(div1, "class", "ClearFilterMobileButtonWrapper");
|
|
9154
|
-
add_location(div1, file,
|
|
9296
|
+
add_location(div1, file, 682, 6, 23657);
|
|
9155
9297
|
},
|
|
9156
9298
|
m: function mount(target, anchor) {
|
|
9157
9299
|
insert_dev(target, div1, anchor);
|
|
@@ -9162,7 +9304,7 @@
|
|
|
9162
9304
|
append_dev(svg, polygon);
|
|
9163
9305
|
|
|
9164
9306
|
if (!mounted) {
|
|
9165
|
-
dispose = listen_dev(div1, "click", /*click_handler*/ ctx[
|
|
9307
|
+
dispose = listen_dev(div1, "click", /*click_handler*/ ctx[46], false, false, false);
|
|
9166
9308
|
mounted = true;
|
|
9167
9309
|
}
|
|
9168
9310
|
},
|
|
@@ -9178,14 +9320,14 @@
|
|
|
9178
9320
|
block,
|
|
9179
9321
|
id: create_if_block_20.name,
|
|
9180
9322
|
type: "if",
|
|
9181
|
-
source: "(
|
|
9323
|
+
source: "(682:4) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && numberOfFilters && getDevice(userAgent) !== 'PC'}",
|
|
9182
9324
|
ctx
|
|
9183
9325
|
});
|
|
9184
9326
|
|
|
9185
9327
|
return block;
|
|
9186
9328
|
}
|
|
9187
9329
|
|
|
9188
|
-
// (
|
|
9330
|
+
// (753:4) {:else}
|
|
9189
9331
|
function create_else_block_1(ctx) {
|
|
9190
9332
|
let div2;
|
|
9191
9333
|
let div1;
|
|
@@ -9223,7 +9365,7 @@
|
|
|
9223
9365
|
if (if_block2) if_block2.c();
|
|
9224
9366
|
attr_dev(label, "for", "search");
|
|
9225
9367
|
attr_dev(label, "class", "SrOnly");
|
|
9226
|
-
add_location(label, file,
|
|
9368
|
+
add_location(label, file, 757, 10, 29433);
|
|
9227
9369
|
attr_dev(input, "id", "SearchField");
|
|
9228
9370
|
attr_dev(input, "class", "SearchInput");
|
|
9229
9371
|
|
|
@@ -9232,15 +9374,15 @@
|
|
|
9232
9374
|
: /*$_*/ ctx[30]("casinoPage.searchMobile"));
|
|
9233
9375
|
|
|
9234
9376
|
attr_dev(input, "type", "search");
|
|
9235
|
-
add_location(input, file,
|
|
9377
|
+
add_location(input, file, 766, 12, 29989);
|
|
9236
9378
|
attr_dev(div0, "class", "SearchWrapper");
|
|
9237
|
-
add_location(div0, file,
|
|
9379
|
+
add_location(div0, file, 758, 10, 29506);
|
|
9238
9380
|
|
|
9239
9381
|
attr_dev(div1, "class", div1_class_value = "SearchContainer " + (!/*lobbyScreen*/ ctx[19] && !/*favoritesScreen*/ ctx[15] && !/*mostPlayedScreen*/ ctx[20] && !/*lobbyViewAux*/ ctx[18]
|
|
9240
9382
|
? "SearchTruncated"
|
|
9241
9383
|
: ""));
|
|
9242
9384
|
|
|
9243
|
-
add_location(div1, file,
|
|
9385
|
+
add_location(div1, file, 756, 8, 29291);
|
|
9244
9386
|
|
|
9245
9387
|
attr_dev(div2, "class", div2_class_value = "CategoriesHeaderSection CategoriesHeaderSectionAltDesign " + (getDevice(/*userAgent*/ ctx[32]) !== "PC"
|
|
9246
9388
|
? "CategoriesHeaderMobileSection"
|
|
@@ -9256,7 +9398,7 @@
|
|
|
9256
9398
|
? scrollOffset + "px"
|
|
9257
9399
|
: "");
|
|
9258
9400
|
|
|
9259
|
-
add_location(div2, file,
|
|
9401
|
+
add_location(div2, file, 754, 6, 28772);
|
|
9260
9402
|
},
|
|
9261
9403
|
m: function mount(target, anchor) {
|
|
9262
9404
|
insert_dev(target, div2, anchor);
|
|
@@ -9267,19 +9409,19 @@
|
|
|
9267
9409
|
if (if_block0) if_block0.m(div0, null);
|
|
9268
9410
|
append_dev(div0, t2);
|
|
9269
9411
|
append_dev(div0, input);
|
|
9270
|
-
/*input_binding_1*/ ctx[
|
|
9412
|
+
/*input_binding_1*/ ctx[53](input);
|
|
9271
9413
|
set_input_value(input, /*searchValue*/ ctx[10]);
|
|
9272
9414
|
append_dev(div0, t3);
|
|
9273
9415
|
if (if_block1) if_block1.m(div0, null);
|
|
9274
9416
|
append_dev(div2, t4);
|
|
9275
9417
|
if (if_block2) if_block2.m(div2, null);
|
|
9276
|
-
/*div2_binding_1*/ ctx[
|
|
9418
|
+
/*div2_binding_1*/ ctx[58](div2);
|
|
9277
9419
|
|
|
9278
9420
|
if (!mounted) {
|
|
9279
9421
|
dispose = [
|
|
9280
9422
|
listen_dev(input, "focus", /*onFocus*/ ctx[34], false, false, false),
|
|
9281
9423
|
listen_dev(input, "blur", /*onBlur*/ ctx[35], false, false, false),
|
|
9282
|
-
listen_dev(input, "input", /*input_input_handler_1*/ ctx[
|
|
9424
|
+
listen_dev(input, "input", /*input_input_handler_1*/ ctx[54]),
|
|
9283
9425
|
listen_dev(input, "focus", /*searchActivated*/ ctx[36], false, false, false)
|
|
9284
9426
|
];
|
|
9285
9427
|
|
|
@@ -9363,10 +9505,10 @@
|
|
|
9363
9505
|
d: function destroy(detaching) {
|
|
9364
9506
|
if (detaching) detach_dev(div2);
|
|
9365
9507
|
if (if_block0) if_block0.d();
|
|
9366
|
-
/*input_binding_1*/ ctx[
|
|
9508
|
+
/*input_binding_1*/ ctx[53](null);
|
|
9367
9509
|
if (if_block1) if_block1.d();
|
|
9368
9510
|
if (if_block2) if_block2.d();
|
|
9369
|
-
/*div2_binding_1*/ ctx[
|
|
9511
|
+
/*div2_binding_1*/ ctx[58](null);
|
|
9370
9512
|
mounted = false;
|
|
9371
9513
|
run_all(dispose);
|
|
9372
9514
|
}
|
|
@@ -9376,14 +9518,14 @@
|
|
|
9376
9518
|
block,
|
|
9377
9519
|
id: create_else_block_1.name,
|
|
9378
9520
|
type: "else",
|
|
9379
|
-
source: "(
|
|
9521
|
+
source: "(753:4) {:else}",
|
|
9380
9522
|
ctx
|
|
9381
9523
|
});
|
|
9382
9524
|
|
|
9383
9525
|
return block;
|
|
9384
9526
|
}
|
|
9385
9527
|
|
|
9386
|
-
// (
|
|
9528
|
+
// (696:4) {#if alternativesearch === 'false'}
|
|
9387
9529
|
function create_if_block_7(ctx) {
|
|
9388
9530
|
let div2;
|
|
9389
9531
|
let div1;
|
|
@@ -9421,7 +9563,7 @@
|
|
|
9421
9563
|
if (if_block2) if_block2.c();
|
|
9422
9564
|
attr_dev(label, "for", "search");
|
|
9423
9565
|
attr_dev(label, "class", "SrOnly");
|
|
9424
|
-
add_location(label, file,
|
|
9566
|
+
add_location(label, file, 700, 10, 25090);
|
|
9425
9567
|
attr_dev(input, "id", "SearchField");
|
|
9426
9568
|
attr_dev(input, "class", "SearchInput");
|
|
9427
9569
|
|
|
@@ -9430,15 +9572,15 @@
|
|
|
9430
9572
|
: /*$_*/ ctx[30]("casinoPage.searchMobile"));
|
|
9431
9573
|
|
|
9432
9574
|
attr_dev(input, "type", "search");
|
|
9433
|
-
add_location(input, file,
|
|
9575
|
+
add_location(input, file, 709, 12, 25646);
|
|
9434
9576
|
attr_dev(div0, "class", "SearchWrapper");
|
|
9435
|
-
add_location(div0, file,
|
|
9577
|
+
add_location(div0, file, 701, 10, 25163);
|
|
9436
9578
|
|
|
9437
9579
|
attr_dev(div1, "class", div1_class_value = "SearchContainer " + (!/*lobbyScreen*/ ctx[19] && !/*favoritesScreen*/ ctx[15] && !/*mostPlayedScreen*/ ctx[20] && !/*lobbyViewAux*/ ctx[18]
|
|
9438
9580
|
? "SearchTruncated"
|
|
9439
9581
|
: ""));
|
|
9440
9582
|
|
|
9441
|
-
add_location(div1, file,
|
|
9583
|
+
add_location(div1, file, 699, 8, 24948);
|
|
9442
9584
|
|
|
9443
9585
|
attr_dev(div2, "class", div2_class_value = "CategoriesHeaderSection " + (getDevice(/*userAgent*/ ctx[32]) !== "PC"
|
|
9444
9586
|
? "CategoriesHeaderMobileSection"
|
|
@@ -9454,7 +9596,7 @@
|
|
|
9454
9596
|
? scrollOffset + "px"
|
|
9455
9597
|
: "");
|
|
9456
9598
|
|
|
9457
|
-
add_location(div2, file,
|
|
9599
|
+
add_location(div2, file, 697, 6, 24461);
|
|
9458
9600
|
},
|
|
9459
9601
|
m: function mount(target, anchor) {
|
|
9460
9602
|
insert_dev(target, div2, anchor);
|
|
@@ -9465,21 +9607,20 @@
|
|
|
9465
9607
|
if (if_block0) if_block0.m(div0, null);
|
|
9466
9608
|
append_dev(div0, t2);
|
|
9467
9609
|
append_dev(div0, input);
|
|
9468
|
-
/*input_binding*/ ctx[
|
|
9610
|
+
/*input_binding*/ ctx[47](input);
|
|
9469
9611
|
set_input_value(input, /*searchValue*/ ctx[10]);
|
|
9470
9612
|
append_dev(div0, t3);
|
|
9471
9613
|
if (if_block1) if_block1.m(div0, null);
|
|
9472
9614
|
append_dev(div2, t4);
|
|
9473
9615
|
if (if_block2) if_block2.m(div2, null);
|
|
9474
|
-
/*div2_binding*/ ctx[
|
|
9616
|
+
/*div2_binding*/ ctx[52](div2);
|
|
9475
9617
|
|
|
9476
9618
|
if (!mounted) {
|
|
9477
9619
|
dispose = [
|
|
9478
9620
|
listen_dev(input, "focus", /*onFocus*/ ctx[34], false, false, false),
|
|
9479
9621
|
listen_dev(input, "blur", /*onBlur*/ ctx[35], false, false, false),
|
|
9480
|
-
listen_dev(input, "input", /*input_input_handler*/ ctx[
|
|
9481
|
-
listen_dev(input, "focus", /*searchActivated*/ ctx[36], false, false, false)
|
|
9482
|
-
listen_dev(input, "keypress", /*searchOngoing*/ ctx[37], false, false, false)
|
|
9622
|
+
listen_dev(input, "input", /*input_input_handler*/ ctx[48]),
|
|
9623
|
+
listen_dev(input, "focus", /*searchActivated*/ ctx[36], false, false, false)
|
|
9483
9624
|
];
|
|
9484
9625
|
|
|
9485
9626
|
mounted = true;
|
|
@@ -9562,10 +9703,10 @@
|
|
|
9562
9703
|
d: function destroy(detaching) {
|
|
9563
9704
|
if (detaching) detach_dev(div2);
|
|
9564
9705
|
if (if_block0) if_block0.d();
|
|
9565
|
-
/*input_binding*/ ctx[
|
|
9706
|
+
/*input_binding*/ ctx[47](null);
|
|
9566
9707
|
if (if_block1) if_block1.d();
|
|
9567
9708
|
if (if_block2) if_block2.d();
|
|
9568
|
-
/*div2_binding*/ ctx[
|
|
9709
|
+
/*div2_binding*/ ctx[52](null);
|
|
9569
9710
|
mounted = false;
|
|
9570
9711
|
run_all(dispose);
|
|
9571
9712
|
}
|
|
@@ -9575,14 +9716,14 @@
|
|
|
9575
9716
|
block,
|
|
9576
9717
|
id: create_if_block_7.name,
|
|
9577
9718
|
type: "if",
|
|
9578
|
-
source: "(
|
|
9719
|
+
source: "(696:4) {#if alternativesearch === 'false'}",
|
|
9579
9720
|
ctx
|
|
9580
9721
|
});
|
|
9581
9722
|
|
|
9582
9723
|
return block;
|
|
9583
9724
|
}
|
|
9584
9725
|
|
|
9585
|
-
// (
|
|
9726
|
+
// (760:12) {#if !mobileSearchViewActive}
|
|
9586
9727
|
function create_if_block_19(ctx) {
|
|
9587
9728
|
let div;
|
|
9588
9729
|
let svg;
|
|
@@ -9596,14 +9737,14 @@
|
|
|
9596
9737
|
attr_dev(path, "fill-rule", "evenodd");
|
|
9597
9738
|
attr_dev(path, "d", "M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z");
|
|
9598
9739
|
attr_dev(path, "clip-rule", "evenodd");
|
|
9599
|
-
add_location(path, file,
|
|
9740
|
+
add_location(path, file, 762, 18, 29749);
|
|
9600
9741
|
attr_dev(svg, "role", "presentation");
|
|
9601
9742
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
9602
9743
|
attr_dev(svg, "viewBox", "0 0 20 20");
|
|
9603
9744
|
attr_dev(svg, "aria-hidden", "true");
|
|
9604
|
-
add_location(svg, file,
|
|
9745
|
+
add_location(svg, file, 761, 16, 29631);
|
|
9605
9746
|
attr_dev(div, "class", "SearchIcon");
|
|
9606
|
-
add_location(div, file,
|
|
9747
|
+
add_location(div, file, 760, 14, 29590);
|
|
9607
9748
|
},
|
|
9608
9749
|
m: function mount(target, anchor) {
|
|
9609
9750
|
insert_dev(target, div, anchor);
|
|
@@ -9619,14 +9760,14 @@
|
|
|
9619
9760
|
block,
|
|
9620
9761
|
id: create_if_block_19.name,
|
|
9621
9762
|
type: "if",
|
|
9622
|
-
source: "(
|
|
9763
|
+
source: "(760:12) {#if !mobileSearchViewActive}",
|
|
9623
9764
|
ctx
|
|
9624
9765
|
});
|
|
9625
9766
|
|
|
9626
9767
|
return block;
|
|
9627
9768
|
}
|
|
9628
9769
|
|
|
9629
|
-
// (
|
|
9770
|
+
// (768:12) {#if ((getDevice(userAgent) === 'PC') && searchValue.length) || (getDevice(userAgent) !== 'PC') }
|
|
9630
9771
|
function create_if_block_18(ctx) {
|
|
9631
9772
|
let span;
|
|
9632
9773
|
let div2;
|
|
@@ -9642,17 +9783,17 @@
|
|
|
9642
9783
|
div1 = element("div");
|
|
9643
9784
|
div0 = element("div");
|
|
9644
9785
|
attr_dev(div0, "class", "CloseIcon");
|
|
9645
|
-
add_location(div0, file,
|
|
9786
|
+
add_location(div0, file, 771, 20, 30649);
|
|
9646
9787
|
attr_dev(div1, "class", "CloseIconWrapper");
|
|
9647
|
-
add_location(div1, file,
|
|
9788
|
+
add_location(div1, file, 770, 18, 30598);
|
|
9648
9789
|
attr_dev(div2, "class", "CloseIconContainer");
|
|
9649
|
-
add_location(div2, file,
|
|
9790
|
+
add_location(div2, file, 769, 16, 30547);
|
|
9650
9791
|
|
|
9651
9792
|
attr_dev(span, "class", "" + ((getDevice(/*userAgent*/ ctx[32]) === "PC"
|
|
9652
9793
|
? "ClearSearchButton"
|
|
9653
9794
|
: "ClearSearchButtonMobile") + " "));
|
|
9654
9795
|
|
|
9655
|
-
add_location(span, file,
|
|
9796
|
+
add_location(span, file, 768, 14, 30395);
|
|
9656
9797
|
},
|
|
9657
9798
|
m: function mount(target, anchor) {
|
|
9658
9799
|
insert_dev(target, span, anchor);
|
|
@@ -9661,7 +9802,7 @@
|
|
|
9661
9802
|
append_dev(div1, div0);
|
|
9662
9803
|
|
|
9663
9804
|
if (!mounted) {
|
|
9664
|
-
dispose = listen_dev(span, "click", /*click_handler_4*/ ctx[
|
|
9805
|
+
dispose = listen_dev(span, "click", /*click_handler_4*/ ctx[55], false, false, false);
|
|
9665
9806
|
mounted = true;
|
|
9666
9807
|
}
|
|
9667
9808
|
},
|
|
@@ -9677,14 +9818,14 @@
|
|
|
9677
9818
|
block,
|
|
9678
9819
|
id: create_if_block_18.name,
|
|
9679
9820
|
type: "if",
|
|
9680
|
-
source: "(
|
|
9821
|
+
source: "(768:12) {#if ((getDevice(userAgent) === 'PC') && searchValue.length) || (getDevice(userAgent) !== 'PC') }",
|
|
9681
9822
|
ctx
|
|
9682
9823
|
});
|
|
9683
9824
|
|
|
9684
9825
|
return block;
|
|
9685
9826
|
}
|
|
9686
9827
|
|
|
9687
|
-
// (
|
|
9828
|
+
// (779:8) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && !mostPlayedScreen && !recentSearches && !searched && !lobbyViewAux}
|
|
9688
9829
|
function create_if_block_14(ctx) {
|
|
9689
9830
|
let div;
|
|
9690
9831
|
let t;
|
|
@@ -9698,7 +9839,7 @@
|
|
|
9698
9839
|
t = space();
|
|
9699
9840
|
if (if_block1) if_block1.c();
|
|
9700
9841
|
attr_dev(div, "class", "FiltersButtonsContainer");
|
|
9701
|
-
add_location(div, file,
|
|
9842
|
+
add_location(div, file, 779, 10, 30953);
|
|
9702
9843
|
},
|
|
9703
9844
|
m: function mount(target, anchor) {
|
|
9704
9845
|
insert_dev(target, div, anchor);
|
|
@@ -9744,14 +9885,14 @@
|
|
|
9744
9885
|
block,
|
|
9745
9886
|
id: create_if_block_14.name,
|
|
9746
9887
|
type: "if",
|
|
9747
|
-
source: "(
|
|
9888
|
+
source: "(779:8) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && !mostPlayedScreen && !recentSearches && !searched && !lobbyViewAux}",
|
|
9748
9889
|
ctx
|
|
9749
9890
|
});
|
|
9750
9891
|
|
|
9751
9892
|
return block;
|
|
9752
9893
|
}
|
|
9753
9894
|
|
|
9754
|
-
// (
|
|
9895
|
+
// (781:12) {#if numberOfFilters}
|
|
9755
9896
|
function create_if_block_17(ctx) {
|
|
9756
9897
|
let div1;
|
|
9757
9898
|
let div0;
|
|
@@ -9773,7 +9914,7 @@
|
|
|
9773
9914
|
polygon = svg_element("polygon");
|
|
9774
9915
|
set_style(polygon, "fill", "#FD2839");
|
|
9775
9916
|
attr_dev(polygon, "points", "378.303,28.285 350.018,0 189.151,160.867 28.285,0 0,28.285 160.867,189.151 0,350.018\n 28.285,378.302 189.151,217.436 350.018,378.302 378.303,350.018 217.436,189.151 ");
|
|
9776
|
-
add_location(polygon, file,
|
|
9917
|
+
add_location(polygon, file, 786, 22, 31543);
|
|
9777
9918
|
attr_dev(svg, "version", "1.1");
|
|
9778
9919
|
attr_dev(svg, "id", "Layer_1");
|
|
9779
9920
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -9783,13 +9924,13 @@
|
|
|
9783
9924
|
attr_dev(svg, "viewBox", "0 0 378.303 378.303");
|
|
9784
9925
|
set_style(svg, "enable-background", "new 0 0 378.303 378.303");
|
|
9785
9926
|
attr_dev(svg, "xml:space", "preserve");
|
|
9786
|
-
add_location(svg, file,
|
|
9927
|
+
add_location(svg, file, 784, 20, 31268);
|
|
9787
9928
|
attr_dev(span, "class", "ClearIcon");
|
|
9788
|
-
add_location(span, file,
|
|
9929
|
+
add_location(span, file, 783, 18, 31223);
|
|
9789
9930
|
attr_dev(div0, "class", "ClearButton");
|
|
9790
|
-
add_location(div0, file,
|
|
9931
|
+
add_location(div0, file, 782, 16, 31174);
|
|
9791
9932
|
attr_dev(div1, "class", div1_class_value = "ClearFilterButtonWrapper " + (/*numberOfFilters*/ ctx[28] ? "FiltersActive" : ""));
|
|
9792
|
-
add_location(div1, file,
|
|
9933
|
+
add_location(div1, file, 781, 14, 31039);
|
|
9793
9934
|
},
|
|
9794
9935
|
m: function mount(target, anchor) {
|
|
9795
9936
|
insert_dev(target, div1, anchor);
|
|
@@ -9800,7 +9941,7 @@
|
|
|
9800
9941
|
append_dev(svg, polygon);
|
|
9801
9942
|
|
|
9802
9943
|
if (!mounted) {
|
|
9803
|
-
dispose = listen_dev(div1, "click", /*click_handler_5*/ ctx[
|
|
9944
|
+
dispose = listen_dev(div1, "click", /*click_handler_5*/ ctx[56], false, false, false);
|
|
9804
9945
|
mounted = true;
|
|
9805
9946
|
}
|
|
9806
9947
|
},
|
|
@@ -9820,14 +9961,14 @@
|
|
|
9820
9961
|
block,
|
|
9821
9962
|
id: create_if_block_17.name,
|
|
9822
9963
|
type: "if",
|
|
9823
|
-
source: "(
|
|
9964
|
+
source: "(781:12) {#if numberOfFilters}",
|
|
9824
9965
|
ctx
|
|
9825
9966
|
});
|
|
9826
9967
|
|
|
9827
9968
|
return block;
|
|
9828
9969
|
}
|
|
9829
9970
|
|
|
9830
|
-
// (
|
|
9971
|
+
// (794:12) {#if !searched || !recentSearches}
|
|
9831
9972
|
function create_if_block_15(ctx) {
|
|
9832
9973
|
let if_block_anchor;
|
|
9833
9974
|
let if_block = !/*mostPlayedScreen*/ ctx[20] && !/*numberOfFilters*/ ctx[28] && create_if_block_16(ctx);
|
|
@@ -9865,14 +10006,14 @@
|
|
|
9865
10006
|
block,
|
|
9866
10007
|
id: create_if_block_15.name,
|
|
9867
10008
|
type: "if",
|
|
9868
|
-
source: "(
|
|
10009
|
+
source: "(794:12) {#if !searched || !recentSearches}",
|
|
9869
10010
|
ctx
|
|
9870
10011
|
});
|
|
9871
10012
|
|
|
9872
10013
|
return block;
|
|
9873
10014
|
}
|
|
9874
10015
|
|
|
9875
|
-
// (
|
|
10016
|
+
// (795:14) {#if !mostPlayedScreen && !numberOfFilters}
|
|
9876
10017
|
function create_if_block_16(ctx) {
|
|
9877
10018
|
let div3;
|
|
9878
10019
|
let div0;
|
|
@@ -9907,26 +10048,26 @@
|
|
|
9907
10048
|
span = element("span");
|
|
9908
10049
|
t4 = text(/*numberOfFilters*/ ctx[28]);
|
|
9909
10050
|
attr_dev(div0, "class", "FilterButton");
|
|
9910
|
-
add_location(div0, file,
|
|
9911
|
-
add_location(style, file,
|
|
9912
|
-
add_location(defs, file,
|
|
10051
|
+
add_location(div0, file, 796, 18, 32102);
|
|
10052
|
+
add_location(style, file, 798, 109, 32303);
|
|
10053
|
+
add_location(defs, file, 798, 103, 32297);
|
|
9913
10054
|
attr_dev(path, "class", "a");
|
|
9914
10055
|
attr_dev(path, "d", "M16.7,32.2a1.654,1.654,0,0,1-.636-.148,1.526,1.526,0,0,1-.867-1.393V20.578L5.433,10.588A1.543,1.543,0,0,1,5,9.491V7.742A1.512,1.512,0,0,1,6.5,6.2h23A1.512,1.512,0,0,1,31,7.742V9.491a1.543,1.543,0,0,1-.433,1.1L20.8,20.578v7.738a1.594,1.594,0,0,1-.52,1.156l-2.6,2.312A1.461,1.461,0,0,1,16.7,32.2ZM6.618,9.431l9.764,10.02a1.543,1.543,0,0,1,.433,1.1v9.813l2.34-2.075V20.519a1.543,1.543,0,0,1,.433-1.1L29.353,9.4V7.831H6.618Z");
|
|
9915
10056
|
attr_dev(path, "transform", "translate(-5 -6.2)");
|
|
9916
|
-
add_location(path, file,
|
|
10057
|
+
add_location(path, file, 798, 145, 32339);
|
|
9917
10058
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
9918
10059
|
attr_dev(svg, "width", "20");
|
|
9919
10060
|
attr_dev(svg, "height", "20");
|
|
9920
10061
|
attr_dev(svg, "viewBox", "0 0 26 26");
|
|
9921
|
-
add_location(svg, file,
|
|
10062
|
+
add_location(svg, file, 798, 20, 32214);
|
|
9922
10063
|
attr_dev(span, "class", "NumberOfFilters");
|
|
9923
|
-
add_location(span, file,
|
|
10064
|
+
add_location(span, file, 800, 22, 32900);
|
|
9924
10065
|
attr_dev(div1, "class", "NumberOfFiltersContainer");
|
|
9925
|
-
add_location(div1, file,
|
|
10066
|
+
add_location(div1, file, 799, 20, 32839);
|
|
9926
10067
|
attr_dev(div2, "class", "FilterIconContainer");
|
|
9927
|
-
add_location(div2, file,
|
|
10068
|
+
add_location(div2, file, 797, 18, 32160);
|
|
9928
10069
|
attr_dev(div3, "class", "FilterButtonWrapper");
|
|
9929
|
-
add_location(div3, file,
|
|
10070
|
+
add_location(div3, file, 795, 16, 32010);
|
|
9930
10071
|
},
|
|
9931
10072
|
m: function mount(target, anchor) {
|
|
9932
10073
|
insert_dev(target, div3, anchor);
|
|
@@ -9944,7 +10085,7 @@
|
|
|
9944
10085
|
append_dev(span, t4);
|
|
9945
10086
|
|
|
9946
10087
|
if (!mounted) {
|
|
9947
|
-
dispose = listen_dev(div3, "click", /*click_handler_6*/ ctx[
|
|
10088
|
+
dispose = listen_dev(div3, "click", /*click_handler_6*/ ctx[57], false, false, false);
|
|
9948
10089
|
mounted = true;
|
|
9949
10090
|
}
|
|
9950
10091
|
},
|
|
@@ -9962,14 +10103,14 @@
|
|
|
9962
10103
|
block,
|
|
9963
10104
|
id: create_if_block_16.name,
|
|
9964
10105
|
type: "if",
|
|
9965
|
-
source: "(
|
|
10106
|
+
source: "(795:14) {#if !mostPlayedScreen && !numberOfFilters}",
|
|
9966
10107
|
ctx
|
|
9967
10108
|
});
|
|
9968
10109
|
|
|
9969
10110
|
return block;
|
|
9970
10111
|
}
|
|
9971
10112
|
|
|
9972
|
-
// (
|
|
10113
|
+
// (703:12) {#if !mobileSearchViewActive}
|
|
9973
10114
|
function create_if_block_13(ctx) {
|
|
9974
10115
|
let div;
|
|
9975
10116
|
let svg;
|
|
@@ -9983,14 +10124,14 @@
|
|
|
9983
10124
|
attr_dev(path, "fill-rule", "evenodd");
|
|
9984
10125
|
attr_dev(path, "d", "M8 4a4 4 0 100 8 4 4 0 000-8zM2 8a6 6 0 1110.89 3.476l4.817 4.817a1 1 0 01-1.414 1.414l-4.816-4.816A6 6 0 012 8z");
|
|
9985
10126
|
attr_dev(path, "clip-rule", "evenodd");
|
|
9986
|
-
add_location(path, file,
|
|
10127
|
+
add_location(path, file, 705, 18, 25406);
|
|
9987
10128
|
attr_dev(svg, "role", "presentation");
|
|
9988
10129
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
9989
10130
|
attr_dev(svg, "viewBox", "0 0 20 20");
|
|
9990
10131
|
attr_dev(svg, "aria-hidden", "true");
|
|
9991
|
-
add_location(svg, file,
|
|
10132
|
+
add_location(svg, file, 704, 16, 25288);
|
|
9992
10133
|
attr_dev(div, "class", "SearchIcon");
|
|
9993
|
-
add_location(div, file,
|
|
10134
|
+
add_location(div, file, 703, 14, 25247);
|
|
9994
10135
|
},
|
|
9995
10136
|
m: function mount(target, anchor) {
|
|
9996
10137
|
insert_dev(target, div, anchor);
|
|
@@ -10006,14 +10147,14 @@
|
|
|
10006
10147
|
block,
|
|
10007
10148
|
id: create_if_block_13.name,
|
|
10008
10149
|
type: "if",
|
|
10009
|
-
source: "(
|
|
10150
|
+
source: "(703:12) {#if !mobileSearchViewActive}",
|
|
10010
10151
|
ctx
|
|
10011
10152
|
});
|
|
10012
10153
|
|
|
10013
10154
|
return block;
|
|
10014
10155
|
}
|
|
10015
10156
|
|
|
10016
|
-
// (
|
|
10157
|
+
// (711:12) {#if ((getDevice(userAgent) === 'PC') && searchValue.length) || (getDevice(userAgent) !== 'PC') }
|
|
10017
10158
|
function create_if_block_12(ctx) {
|
|
10018
10159
|
let span;
|
|
10019
10160
|
let div2;
|
|
@@ -10029,17 +10170,17 @@
|
|
|
10029
10170
|
div1 = element("div");
|
|
10030
10171
|
div0 = element("div");
|
|
10031
10172
|
attr_dev(div0, "class", "CloseIcon");
|
|
10032
|
-
add_location(div0, file,
|
|
10173
|
+
add_location(div0, file, 714, 20, 26306);
|
|
10033
10174
|
attr_dev(div1, "class", "CloseIconWrapper");
|
|
10034
|
-
add_location(div1, file,
|
|
10175
|
+
add_location(div1, file, 713, 18, 26255);
|
|
10035
10176
|
attr_dev(div2, "class", "CloseIconContainer");
|
|
10036
|
-
add_location(div2, file,
|
|
10177
|
+
add_location(div2, file, 712, 16, 26204);
|
|
10037
10178
|
|
|
10038
10179
|
attr_dev(span, "class", "" + ((getDevice(/*userAgent*/ ctx[32]) === "PC"
|
|
10039
10180
|
? "ClearSearchButton"
|
|
10040
10181
|
: "ClearSearchButtonMobile") + " "));
|
|
10041
10182
|
|
|
10042
|
-
add_location(span, file,
|
|
10183
|
+
add_location(span, file, 711, 14, 26052);
|
|
10043
10184
|
},
|
|
10044
10185
|
m: function mount(target, anchor) {
|
|
10045
10186
|
insert_dev(target, span, anchor);
|
|
@@ -10048,7 +10189,7 @@
|
|
|
10048
10189
|
append_dev(div1, div0);
|
|
10049
10190
|
|
|
10050
10191
|
if (!mounted) {
|
|
10051
|
-
dispose = listen_dev(span, "click", /*click_handler_1*/ ctx[
|
|
10192
|
+
dispose = listen_dev(span, "click", /*click_handler_1*/ ctx[49], false, false, false);
|
|
10052
10193
|
mounted = true;
|
|
10053
10194
|
}
|
|
10054
10195
|
},
|
|
@@ -10064,14 +10205,14 @@
|
|
|
10064
10205
|
block,
|
|
10065
10206
|
id: create_if_block_12.name,
|
|
10066
10207
|
type: "if",
|
|
10067
|
-
source: "(
|
|
10208
|
+
source: "(711:12) {#if ((getDevice(userAgent) === 'PC') && searchValue.length) || (getDevice(userAgent) !== 'PC') }",
|
|
10068
10209
|
ctx
|
|
10069
10210
|
});
|
|
10070
10211
|
|
|
10071
10212
|
return block;
|
|
10072
10213
|
}
|
|
10073
10214
|
|
|
10074
|
-
// (
|
|
10215
|
+
// (722:8) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && !mostPlayedScreen && !recentSearches && !searched && !lobbyViewAux}
|
|
10075
10216
|
function create_if_block_8(ctx) {
|
|
10076
10217
|
let div;
|
|
10077
10218
|
let t;
|
|
@@ -10085,7 +10226,7 @@
|
|
|
10085
10226
|
t = space();
|
|
10086
10227
|
if (if_block1) if_block1.c();
|
|
10087
10228
|
attr_dev(div, "class", "FiltersButtonsContainer");
|
|
10088
|
-
add_location(div, file,
|
|
10229
|
+
add_location(div, file, 722, 10, 26610);
|
|
10089
10230
|
},
|
|
10090
10231
|
m: function mount(target, anchor) {
|
|
10091
10232
|
insert_dev(target, div, anchor);
|
|
@@ -10131,14 +10272,14 @@
|
|
|
10131
10272
|
block,
|
|
10132
10273
|
id: create_if_block_8.name,
|
|
10133
10274
|
type: "if",
|
|
10134
|
-
source: "(
|
|
10275
|
+
source: "(722:8) {#if !favoritesScreen && !lobbyScreen && !mobileSearchViewActive && !mostPlayedScreen && !recentSearches && !searched && !lobbyViewAux}",
|
|
10135
10276
|
ctx
|
|
10136
10277
|
});
|
|
10137
10278
|
|
|
10138
10279
|
return block;
|
|
10139
10280
|
}
|
|
10140
10281
|
|
|
10141
|
-
// (
|
|
10282
|
+
// (724:12) {#if numberOfFilters}
|
|
10142
10283
|
function create_if_block_11(ctx) {
|
|
10143
10284
|
let div1;
|
|
10144
10285
|
let div0;
|
|
@@ -10159,7 +10300,7 @@
|
|
|
10159
10300
|
polygon = svg_element("polygon");
|
|
10160
10301
|
set_style(polygon, "fill", "#FD2839");
|
|
10161
10302
|
attr_dev(polygon, "points", "378.303,28.285 350.018,0 189.151,160.867 28.285,0 0,28.285 160.867,189.151 0,350.018\n 28.285,378.302 189.151,217.436 350.018,378.302 378.303,350.018 217.436,189.151 ");
|
|
10162
|
-
add_location(polygon, file,
|
|
10303
|
+
add_location(polygon, file, 729, 22, 27159);
|
|
10163
10304
|
attr_dev(svg, "version", "1.1");
|
|
10164
10305
|
attr_dev(svg, "id", "Layer_1");
|
|
10165
10306
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
@@ -10169,13 +10310,13 @@
|
|
|
10169
10310
|
attr_dev(svg, "viewBox", "0 0 378.303 378.303");
|
|
10170
10311
|
set_style(svg, "enable-background", "new 0 0 378.303 378.303");
|
|
10171
10312
|
attr_dev(svg, "xml:space", "preserve");
|
|
10172
|
-
add_location(svg, file,
|
|
10313
|
+
add_location(svg, file, 727, 20, 26884);
|
|
10173
10314
|
attr_dev(span, "class", "ClearIcon");
|
|
10174
|
-
add_location(span, file,
|
|
10315
|
+
add_location(span, file, 726, 18, 26839);
|
|
10175
10316
|
attr_dev(div0, "class", "ClearButton");
|
|
10176
|
-
add_location(div0, file,
|
|
10317
|
+
add_location(div0, file, 725, 16, 26790);
|
|
10177
10318
|
attr_dev(div1, "class", "ClearFilterButtonWrapper");
|
|
10178
|
-
add_location(div1, file,
|
|
10319
|
+
add_location(div1, file, 724, 14, 26696);
|
|
10179
10320
|
},
|
|
10180
10321
|
m: function mount(target, anchor) {
|
|
10181
10322
|
insert_dev(target, div1, anchor);
|
|
@@ -10186,7 +10327,7 @@
|
|
|
10186
10327
|
append_dev(svg, polygon);
|
|
10187
10328
|
|
|
10188
10329
|
if (!mounted) {
|
|
10189
|
-
dispose = listen_dev(div1, "click", /*click_handler_2*/ ctx[
|
|
10330
|
+
dispose = listen_dev(div1, "click", /*click_handler_2*/ ctx[50], false, false, false);
|
|
10190
10331
|
mounted = true;
|
|
10191
10332
|
}
|
|
10192
10333
|
},
|
|
@@ -10202,14 +10343,14 @@
|
|
|
10202
10343
|
block,
|
|
10203
10344
|
id: create_if_block_11.name,
|
|
10204
10345
|
type: "if",
|
|
10205
|
-
source: "(
|
|
10346
|
+
source: "(724:12) {#if numberOfFilters}",
|
|
10206
10347
|
ctx
|
|
10207
10348
|
});
|
|
10208
10349
|
|
|
10209
10350
|
return block;
|
|
10210
10351
|
}
|
|
10211
10352
|
|
|
10212
|
-
// (
|
|
10353
|
+
// (737:12) {#if !searched || !recentSearches}
|
|
10213
10354
|
function create_if_block_9(ctx) {
|
|
10214
10355
|
let if_block_anchor;
|
|
10215
10356
|
let if_block = !/*mostPlayedScreen*/ ctx[20] && create_if_block_10(ctx);
|
|
@@ -10247,14 +10388,14 @@
|
|
|
10247
10388
|
block,
|
|
10248
10389
|
id: create_if_block_9.name,
|
|
10249
10390
|
type: "if",
|
|
10250
|
-
source: "(
|
|
10391
|
+
source: "(737:12) {#if !searched || !recentSearches}",
|
|
10251
10392
|
ctx
|
|
10252
10393
|
});
|
|
10253
10394
|
|
|
10254
10395
|
return block;
|
|
10255
10396
|
}
|
|
10256
10397
|
|
|
10257
|
-
// (
|
|
10398
|
+
// (738:14) {#if !mostPlayedScreen}
|
|
10258
10399
|
function create_if_block_10(ctx) {
|
|
10259
10400
|
let div3;
|
|
10260
10401
|
let div0;
|
|
@@ -10289,26 +10430,26 @@
|
|
|
10289
10430
|
span = element("span");
|
|
10290
10431
|
t4 = text(/*numberOfFilters*/ ctx[28]);
|
|
10291
10432
|
attr_dev(div0, "class", "FilterButton");
|
|
10292
|
-
add_location(div0, file,
|
|
10293
|
-
add_location(style, file,
|
|
10294
|
-
add_location(defs, file,
|
|
10433
|
+
add_location(div0, file, 739, 18, 27698);
|
|
10434
|
+
add_location(style, file, 741, 109, 27899);
|
|
10435
|
+
add_location(defs, file, 741, 103, 27893);
|
|
10295
10436
|
attr_dev(path, "class", "a");
|
|
10296
10437
|
attr_dev(path, "d", "M16.7,32.2a1.654,1.654,0,0,1-.636-.148,1.526,1.526,0,0,1-.867-1.393V20.578L5.433,10.588A1.543,1.543,0,0,1,5,9.491V7.742A1.512,1.512,0,0,1,6.5,6.2h23A1.512,1.512,0,0,1,31,7.742V9.491a1.543,1.543,0,0,1-.433,1.1L20.8,20.578v7.738a1.594,1.594,0,0,1-.52,1.156l-2.6,2.312A1.461,1.461,0,0,1,16.7,32.2ZM6.618,9.431l9.764,10.02a1.543,1.543,0,0,1,.433,1.1v9.813l2.34-2.075V20.519a1.543,1.543,0,0,1,.433-1.1L29.353,9.4V7.831H6.618Z");
|
|
10297
10438
|
attr_dev(path, "transform", "translate(-5 -6.2)");
|
|
10298
|
-
add_location(path, file,
|
|
10439
|
+
add_location(path, file, 741, 145, 27935);
|
|
10299
10440
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
10300
10441
|
attr_dev(svg, "width", "20");
|
|
10301
10442
|
attr_dev(svg, "height", "20");
|
|
10302
10443
|
attr_dev(svg, "viewBox", "0 0 26 26");
|
|
10303
|
-
add_location(svg, file,
|
|
10444
|
+
add_location(svg, file, 741, 20, 27810);
|
|
10304
10445
|
attr_dev(span, "class", "NumberOfFilters");
|
|
10305
|
-
add_location(span, file,
|
|
10446
|
+
add_location(span, file, 743, 22, 28496);
|
|
10306
10447
|
attr_dev(div1, "class", "NumberOfFiltersContainer");
|
|
10307
|
-
add_location(div1, file,
|
|
10448
|
+
add_location(div1, file, 742, 20, 28435);
|
|
10308
10449
|
attr_dev(div2, "class", "FilterIconContainer");
|
|
10309
|
-
add_location(div2, file,
|
|
10450
|
+
add_location(div2, file, 740, 18, 27756);
|
|
10310
10451
|
attr_dev(div3, "class", "FilterButtonWrapper");
|
|
10311
|
-
add_location(div3, file,
|
|
10452
|
+
add_location(div3, file, 738, 16, 27606);
|
|
10312
10453
|
},
|
|
10313
10454
|
m: function mount(target, anchor) {
|
|
10314
10455
|
insert_dev(target, div3, anchor);
|
|
@@ -10326,7 +10467,7 @@
|
|
|
10326
10467
|
append_dev(span, t4);
|
|
10327
10468
|
|
|
10328
10469
|
if (!mounted) {
|
|
10329
|
-
dispose = listen_dev(div3, "click", /*click_handler_3*/ ctx[
|
|
10470
|
+
dispose = listen_dev(div3, "click", /*click_handler_3*/ ctx[51], false, false, false);
|
|
10330
10471
|
mounted = true;
|
|
10331
10472
|
}
|
|
10332
10473
|
},
|
|
@@ -10344,14 +10485,14 @@
|
|
|
10344
10485
|
block,
|
|
10345
10486
|
id: create_if_block_10.name,
|
|
10346
10487
|
type: "if",
|
|
10347
|
-
source: "(
|
|
10488
|
+
source: "(738:14) {#if !mostPlayedScreen}",
|
|
10348
10489
|
ctx
|
|
10349
10490
|
});
|
|
10350
10491
|
|
|
10351
10492
|
return block;
|
|
10352
10493
|
}
|
|
10353
10494
|
|
|
10354
|
-
// (
|
|
10495
|
+
// (880:10) {#if !recentSearches}
|
|
10355
10496
|
function create_if_block_6(ctx) {
|
|
10356
10497
|
let casino_games_category_section;
|
|
10357
10498
|
|
|
@@ -10369,7 +10510,7 @@
|
|
|
10369
10510
|
set_custom_element_data(casino_games_category_section, "class", "CategoryContainer");
|
|
10370
10511
|
set_custom_element_data(casino_games_category_section, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
10371
10512
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10372
|
-
add_location(casino_games_category_section, file,
|
|
10513
|
+
add_location(casino_games_category_section, file, 880, 12, 35386);
|
|
10373
10514
|
},
|
|
10374
10515
|
m: function mount(target, anchor) {
|
|
10375
10516
|
insert_dev(target, casino_games_category_section, anchor);
|
|
@@ -10420,14 +10561,14 @@
|
|
|
10420
10561
|
block,
|
|
10421
10562
|
id: create_if_block_6.name,
|
|
10422
10563
|
type: "if",
|
|
10423
|
-
source: "(
|
|
10564
|
+
source: "(880:10) {#if !recentSearches}",
|
|
10424
10565
|
ctx
|
|
10425
10566
|
});
|
|
10426
10567
|
|
|
10427
10568
|
return block;
|
|
10428
10569
|
}
|
|
10429
10570
|
|
|
10430
|
-
// (
|
|
10571
|
+
// (864:35)
|
|
10431
10572
|
function create_if_block_5(ctx) {
|
|
10432
10573
|
let casino_games_category_section;
|
|
10433
10574
|
|
|
@@ -10446,7 +10587,7 @@
|
|
|
10446
10587
|
set_custom_element_data(casino_games_category_section, "class", "CategoryContainer");
|
|
10447
10588
|
set_custom_element_data(casino_games_category_section, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
10448
10589
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10449
|
-
add_location(casino_games_category_section, file,
|
|
10590
|
+
add_location(casino_games_category_section, file, 864, 10, 34905);
|
|
10450
10591
|
},
|
|
10451
10592
|
m: function mount(target, anchor) {
|
|
10452
10593
|
insert_dev(target, casino_games_category_section, anchor);
|
|
@@ -10493,14 +10634,14 @@
|
|
|
10493
10634
|
block,
|
|
10494
10635
|
id: create_if_block_5.name,
|
|
10495
10636
|
type: "if",
|
|
10496
|
-
source: "(
|
|
10637
|
+
source: "(864:35) ",
|
|
10497
10638
|
ctx
|
|
10498
10639
|
});
|
|
10499
10640
|
|
|
10500
10641
|
return block;
|
|
10501
10642
|
}
|
|
10502
10643
|
|
|
10503
|
-
// (
|
|
10644
|
+
// (850:34)
|
|
10504
10645
|
function create_if_block_4(ctx) {
|
|
10505
10646
|
let casino_games_category_section;
|
|
10506
10647
|
let showFavoriteGames_action;
|
|
@@ -10520,7 +10661,7 @@
|
|
|
10520
10661
|
set_custom_element_data(casino_games_category_section, "class", "CategoryContainer");
|
|
10521
10662
|
set_custom_element_data(casino_games_category_section, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
10522
10663
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10523
|
-
add_location(casino_games_category_section, file,
|
|
10664
|
+
add_location(casino_games_category_section, file, 850, 10, 34420);
|
|
10524
10665
|
},
|
|
10525
10666
|
m: function mount(target, anchor) {
|
|
10526
10667
|
insert_dev(target, casino_games_category_section, anchor);
|
|
@@ -10576,14 +10717,14 @@
|
|
|
10576
10717
|
block,
|
|
10577
10718
|
id: create_if_block_4.name,
|
|
10578
10719
|
type: "if",
|
|
10579
|
-
source: "(
|
|
10720
|
+
source: "(850:34) ",
|
|
10580
10721
|
ctx
|
|
10581
10722
|
});
|
|
10582
10723
|
|
|
10583
10724
|
return block;
|
|
10584
10725
|
}
|
|
10585
10726
|
|
|
10586
|
-
// (
|
|
10727
|
+
// (831:8) {#if lobbyScreen}
|
|
10587
10728
|
function create_if_block_3(ctx) {
|
|
10588
10729
|
let each_1_anchor;
|
|
10589
10730
|
let each_value = /*shownCategories*/ ctx[23];
|
|
@@ -10644,14 +10785,14 @@
|
|
|
10644
10785
|
block,
|
|
10645
10786
|
id: create_if_block_3.name,
|
|
10646
10787
|
type: "if",
|
|
10647
|
-
source: "(
|
|
10788
|
+
source: "(831:8) {#if lobbyScreen}",
|
|
10648
10789
|
ctx
|
|
10649
10790
|
});
|
|
10650
10791
|
|
|
10651
10792
|
return block;
|
|
10652
10793
|
}
|
|
10653
10794
|
|
|
10654
|
-
// (
|
|
10795
|
+
// (816:6) {#if searched}
|
|
10655
10796
|
function create_if_block_2(ctx) {
|
|
10656
10797
|
let casino_games_category_section;
|
|
10657
10798
|
let sendSearchData_action;
|
|
@@ -10671,13 +10812,13 @@
|
|
|
10671
10812
|
set_custom_element_data(casino_games_category_section, "categoryindex", "0");
|
|
10672
10813
|
set_custom_element_data(casino_games_category_section, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
10673
10814
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10674
|
-
add_location(casino_games_category_section, file,
|
|
10815
|
+
add_location(casino_games_category_section, file, 816, 8, 33290);
|
|
10675
10816
|
},
|
|
10676
10817
|
m: function mount(target, anchor) {
|
|
10677
10818
|
insert_dev(target, casino_games_category_section, anchor);
|
|
10678
10819
|
|
|
10679
10820
|
if (!mounted) {
|
|
10680
|
-
dispose = action_destroyer(sendSearchData_action = /*sendSearchData*/ ctx[
|
|
10821
|
+
dispose = action_destroyer(sendSearchData_action = /*sendSearchData*/ ctx[41].call(null, casino_games_category_section, /*searchArray*/ ctx[22]));
|
|
10681
10822
|
mounted = true;
|
|
10682
10823
|
}
|
|
10683
10824
|
},
|
|
@@ -10727,14 +10868,14 @@
|
|
|
10727
10868
|
block,
|
|
10728
10869
|
id: create_if_block_2.name,
|
|
10729
10870
|
type: "if",
|
|
10730
|
-
source: "(
|
|
10871
|
+
source: "(816:6) {#if searched}",
|
|
10731
10872
|
ctx
|
|
10732
10873
|
});
|
|
10733
10874
|
|
|
10734
10875
|
return block;
|
|
10735
10876
|
}
|
|
10736
10877
|
|
|
10737
|
-
// (
|
|
10878
|
+
// (813:4) {#if isLoading}
|
|
10738
10879
|
function create_if_block_1(ctx) {
|
|
10739
10880
|
let p;
|
|
10740
10881
|
let t_value = /*$_*/ ctx[30]("casinoPage.loading") + "";
|
|
@@ -10745,7 +10886,7 @@
|
|
|
10745
10886
|
p = element("p");
|
|
10746
10887
|
t = text(t_value);
|
|
10747
10888
|
attr_dev(p, "class", "SearchLoading");
|
|
10748
|
-
add_location(p, file,
|
|
10889
|
+
add_location(p, file, 813, 6, 33193);
|
|
10749
10890
|
},
|
|
10750
10891
|
m: function mount(target, anchor) {
|
|
10751
10892
|
insert_dev(target, p, anchor);
|
|
@@ -10763,14 +10904,14 @@
|
|
|
10763
10904
|
block,
|
|
10764
10905
|
id: create_if_block_1.name,
|
|
10765
10906
|
type: "if",
|
|
10766
|
-
source: "(
|
|
10907
|
+
source: "(813:4) {#if isLoading}",
|
|
10767
10908
|
ctx
|
|
10768
10909
|
});
|
|
10769
10910
|
|
|
10770
10911
|
return block;
|
|
10771
10912
|
}
|
|
10772
10913
|
|
|
10773
|
-
// (
|
|
10914
|
+
// (832:10) {#each shownCategories as category, index}
|
|
10774
10915
|
function create_each_block(ctx) {
|
|
10775
10916
|
let casino_games_category_section;
|
|
10776
10917
|
let casino_games_category_section_categoryid_value;
|
|
@@ -10786,25 +10927,25 @@
|
|
|
10786
10927
|
set_custom_element_data(casino_games_category_section, "endpoint", /*endpoint*/ ctx[0]);
|
|
10787
10928
|
set_custom_element_data(casino_games_category_section, "datasource", /*datasource*/ ctx[1]);
|
|
10788
10929
|
set_custom_element_data(casino_games_category_section, "lang", /*lang*/ ctx[2]);
|
|
10789
|
-
set_custom_element_data(casino_games_category_section, "categoryid", casino_games_category_section_categoryid_value = /*category*/ ctx[
|
|
10790
|
-
set_custom_element_data(casino_games_category_section, "categoryindex", /*index*/ ctx[
|
|
10930
|
+
set_custom_element_data(casino_games_category_section, "categoryid", casino_games_category_section_categoryid_value = /*category*/ ctx[105]);
|
|
10931
|
+
set_custom_element_data(casino_games_category_section, "categoryindex", /*index*/ ctx[107]);
|
|
10791
10932
|
set_custom_element_data(casino_games_category_section, "categorygames", "9");
|
|
10792
10933
|
set_custom_element_data(casino_games_category_section, "favorites", /*favorites*/ ctx[9]);
|
|
10793
10934
|
set_custom_element_data(casino_games_category_section, "class", "CategoryContainer");
|
|
10794
10935
|
|
|
10795
|
-
set_style(casino_games_category_section, "background-color", /*index*/ ctx[
|
|
10936
|
+
set_style(casino_games_category_section, "background-color", /*index*/ ctx[107] % 2 !== 0
|
|
10796
10937
|
? /*categorybackground*/ ctx[7]
|
|
10797
10938
|
: "transparent");
|
|
10798
10939
|
|
|
10799
10940
|
set_custom_element_data(casino_games_category_section, "clientstyling", /*clientstyling*/ ctx[5]);
|
|
10800
10941
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10801
|
-
add_location(casino_games_category_section, file,
|
|
10942
|
+
add_location(casino_games_category_section, file, 832, 12, 33765);
|
|
10802
10943
|
},
|
|
10803
10944
|
m: function mount(target, anchor) {
|
|
10804
10945
|
insert_dev(target, casino_games_category_section, anchor);
|
|
10805
10946
|
|
|
10806
10947
|
if (!mounted) {
|
|
10807
|
-
dispose = action_destroyer(sendCategoryData_action = /*sendCategoryData*/ ctx[
|
|
10948
|
+
dispose = action_destroyer(sendCategoryData_action = /*sendCategoryData*/ ctx[40].call(null, casino_games_category_section, /*category*/ ctx[105]));
|
|
10808
10949
|
mounted = true;
|
|
10809
10950
|
}
|
|
10810
10951
|
},
|
|
@@ -10831,7 +10972,7 @@
|
|
|
10831
10972
|
set_custom_element_data(casino_games_category_section, "lang", /*lang*/ ctx[2]);
|
|
10832
10973
|
}
|
|
10833
10974
|
|
|
10834
|
-
if (dirty[0] & /*shownCategories*/ 8388608 && casino_games_category_section_categoryid_value !== (casino_games_category_section_categoryid_value = /*category*/ ctx[
|
|
10975
|
+
if (dirty[0] & /*shownCategories*/ 8388608 && casino_games_category_section_categoryid_value !== (casino_games_category_section_categoryid_value = /*category*/ ctx[105])) {
|
|
10835
10976
|
set_custom_element_data(casino_games_category_section, "categoryid", casino_games_category_section_categoryid_value);
|
|
10836
10977
|
}
|
|
10837
10978
|
|
|
@@ -10840,7 +10981,7 @@
|
|
|
10840
10981
|
}
|
|
10841
10982
|
|
|
10842
10983
|
if (dirty[0] & /*categorybackground*/ 128) {
|
|
10843
|
-
set_style(casino_games_category_section, "background-color", /*index*/ ctx[
|
|
10984
|
+
set_style(casino_games_category_section, "background-color", /*index*/ ctx[107] % 2 !== 0
|
|
10844
10985
|
? /*categorybackground*/ ctx[7]
|
|
10845
10986
|
: "transparent");
|
|
10846
10987
|
}
|
|
@@ -10853,7 +10994,7 @@
|
|
|
10853
10994
|
set_custom_element_data(casino_games_category_section, "clientstylingurl", /*clientstylingurl*/ ctx[6]);
|
|
10854
10995
|
}
|
|
10855
10996
|
|
|
10856
|
-
if (sendCategoryData_action && is_function(sendCategoryData_action.update) && dirty[0] & /*shownCategories*/ 8388608) sendCategoryData_action.update.call(null, /*category*/ ctx[
|
|
10997
|
+
if (sendCategoryData_action && is_function(sendCategoryData_action.update) && dirty[0] & /*shownCategories*/ 8388608) sendCategoryData_action.update.call(null, /*category*/ ctx[105]);
|
|
10857
10998
|
},
|
|
10858
10999
|
d: function destroy(detaching) {
|
|
10859
11000
|
if (detaching) detach_dev(casino_games_category_section);
|
|
@@ -10866,7 +11007,7 @@
|
|
|
10866
11007
|
block,
|
|
10867
11008
|
id: create_each_block.name,
|
|
10868
11009
|
type: "each",
|
|
10869
|
-
source: "(
|
|
11010
|
+
source: "(832:10) {#each shownCategories as category, index}",
|
|
10870
11011
|
ctx
|
|
10871
11012
|
});
|
|
10872
11013
|
|
|
@@ -11033,7 +11174,8 @@
|
|
|
11033
11174
|
$$invalidate(24, activeCategory = "");
|
|
11034
11175
|
break;
|
|
11035
11176
|
case "MOSTPLAYED":
|
|
11036
|
-
|
|
11177
|
+
if (mostplayed == "true") {
|
|
11178
|
+
/*getMostPlayedGames({
|
|
11037
11179
|
limit: 10,
|
|
11038
11180
|
device: getDevice(userAgent),
|
|
11039
11181
|
rounds: 25 //50
|
|
@@ -11044,29 +11186,34 @@
|
|
|
11044
11186
|
res.items = [{gameId: '15786'}, {gameId: '15788'}];
|
|
11045
11187
|
res.items.forEach((item:any) => {
|
|
11046
11188
|
let url = new URL(getGameUrl + `/${item.gameId}`);
|
|
11047
|
-
|
|
11189
|
+
|
|
11048
11190
|
promises.push(xhrFetch(url));
|
|
11049
11191
|
});
|
|
11050
|
-
|
|
11192
|
+
|
|
11051
11193
|
Promise.all(promises).then((values:any) => {
|
|
11052
11194
|
mostPlayedGames = values.map((item:any) => item[0]);
|
|
11053
11195
|
window.postMessage({ type: 'MostPlayedData', mostPlayedGames }, window.location.href);
|
|
11054
11196
|
});
|
|
11055
11197
|
}
|
|
11056
11198
|
});*/
|
|
11057
|
-
|
|
11058
|
-
|
|
11059
|
-
|
|
11060
|
-
|
|
11061
|
-
|
|
11062
|
-
|
|
11063
|
-
|
|
11064
|
-
|
|
11065
|
-
|
|
11066
|
-
|
|
11067
|
-
|
|
11068
|
-
|
|
11069
|
-
|
|
11199
|
+
let mostPlayedGames = getMostPlayedGamesFromCookie();
|
|
11200
|
+
|
|
11201
|
+
let promises = [];
|
|
11202
|
+
|
|
11203
|
+
mostPlayedGames.forEach(item => {
|
|
11204
|
+
let url = new URL(`${endpoint}/casino/games/${item.gameId}`);
|
|
11205
|
+
promises.push(fetch(url).then(res => res.json()));
|
|
11206
|
+
});
|
|
11207
|
+
|
|
11208
|
+
Promise.all(promises).then(values => {
|
|
11209
|
+
mostPlayedGames = values.map(item => item[0]);
|
|
11210
|
+
window.postMessage({ type: "MostPlayedData", mostPlayedGames }, window.location.href);
|
|
11211
|
+
});
|
|
11212
|
+
|
|
11213
|
+
$$invalidate(24, activeCategory = "");
|
|
11214
|
+
$$invalidate(19, lobbyScreen = false);
|
|
11215
|
+
$$invalidate(20, mostPlayedScreen = true);
|
|
11216
|
+
}
|
|
11070
11217
|
break;
|
|
11071
11218
|
default:
|
|
11072
11219
|
$$invalidate(19, lobbyScreen = false);
|
|
@@ -11203,34 +11350,36 @@
|
|
|
11203
11350
|
// --- START of Favorites section
|
|
11204
11351
|
//
|
|
11205
11352
|
let getFavoredGames = (url, sessionID, playerID) => {
|
|
11206
|
-
if (
|
|
11207
|
-
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11212
|
-
|
|
11213
|
-
|
|
11353
|
+
if (favorites == "true") {
|
|
11354
|
+
if (session && playerID) {
|
|
11355
|
+
let options = {
|
|
11356
|
+
method: "GET",
|
|
11357
|
+
headers: { "X-SessionID": sessionID }
|
|
11358
|
+
};
|
|
11359
|
+
|
|
11360
|
+
fetch(`${url}/player/${playerID}/favorites/`, options).then(res => res.json()).then(updatedArray => {
|
|
11361
|
+
receivedFavoriteResults = updatedArray;
|
|
11362
|
+
|
|
11363
|
+
if (receivedFavoriteResults) {
|
|
11364
|
+
window.postMessage(
|
|
11365
|
+
{
|
|
11366
|
+
type: "UpdateCategoryFavoriteGames",
|
|
11367
|
+
receivedFavoriteResults
|
|
11368
|
+
},
|
|
11369
|
+
window.location.href
|
|
11370
|
+
);
|
|
11371
|
+
|
|
11372
|
+
updatedFavoriteResultsIds = getGamesIds(receivedFavoriteResults.items);
|
|
11373
|
+
}
|
|
11214
11374
|
|
|
11215
|
-
|
|
11216
|
-
|
|
11217
|
-
|
|
11218
|
-
|
|
11219
|
-
receivedFavoriteResults
|
|
11220
|
-
},
|
|
11221
|
-
window.location.href
|
|
11222
|
-
);
|
|
11375
|
+
return receivedFavoriteResults;
|
|
11376
|
+
}).catch(err => {
|
|
11377
|
+
console.error(err);
|
|
11378
|
+
});
|
|
11223
11379
|
|
|
11224
|
-
|
|
11380
|
+
if (favoritesScreen) {
|
|
11381
|
+
showFavoriteGames();
|
|
11225
11382
|
}
|
|
11226
|
-
|
|
11227
|
-
return receivedFavoriteResults;
|
|
11228
|
-
}).catch(err => {
|
|
11229
|
-
console.error(err);
|
|
11230
|
-
});
|
|
11231
|
-
|
|
11232
|
-
if (favoritesScreen) {
|
|
11233
|
-
showFavoriteGames();
|
|
11234
11383
|
}
|
|
11235
11384
|
}
|
|
11236
11385
|
};
|
|
@@ -11299,7 +11448,7 @@
|
|
|
11299
11448
|
window.postMessage({ type: `AddFavoriteThumbnail_${gameID}` }, window.location.href);
|
|
11300
11449
|
updateFavoredList(url, sessionID, playerID);
|
|
11301
11450
|
}).catch(err => {
|
|
11302
|
-
console.
|
|
11451
|
+
console.error("Err", err);
|
|
11303
11452
|
});
|
|
11304
11453
|
};
|
|
11305
11454
|
|
|
@@ -11524,12 +11673,8 @@
|
|
|
11524
11673
|
window.postMessage({ type: "scroll" }, window.location.href);
|
|
11525
11674
|
};
|
|
11526
11675
|
|
|
11527
|
-
const searchOngoing = () => {
|
|
11528
|
-
console.log("searchValue ", searchValue);
|
|
11529
|
-
};
|
|
11530
|
-
|
|
11531
11676
|
const clearSearchbar = () => {
|
|
11532
|
-
$$invalidate(
|
|
11677
|
+
$$invalidate(45, searchBarCleared = true);
|
|
11533
11678
|
$$invalidate(10, searchValue = "");
|
|
11534
11679
|
$$invalidate(22, searchArray = []);
|
|
11535
11680
|
$$invalidate(16, recentSearches = false);
|
|
@@ -11810,10 +11955,10 @@
|
|
|
11810
11955
|
if ("clientstyling" in $$props) $$invalidate(5, clientstyling = $$props.clientstyling);
|
|
11811
11956
|
if ("clientstylingurl" in $$props) $$invalidate(6, clientstylingurl = $$props.clientstylingurl);
|
|
11812
11957
|
if ("categorybackground" in $$props) $$invalidate(7, categorybackground = $$props.categorybackground);
|
|
11813
|
-
if ("visiblegames" in $$props) $$invalidate(
|
|
11958
|
+
if ("visiblegames" in $$props) $$invalidate(42, visiblegames = $$props.visiblegames);
|
|
11814
11959
|
if ("alternativesearch" in $$props) $$invalidate(8, alternativesearch = $$props.alternativesearch);
|
|
11815
11960
|
if ("favorites" in $$props) $$invalidate(9, favorites = $$props.favorites);
|
|
11816
|
-
if ("mostplayed" in $$props) $$invalidate(
|
|
11961
|
+
if ("mostplayed" in $$props) $$invalidate(43, mostplayed = $$props.mostplayed);
|
|
11817
11962
|
};
|
|
11818
11963
|
|
|
11819
11964
|
$$self.$capture_state = () => ({
|
|
@@ -11898,7 +12043,6 @@
|
|
|
11898
12043
|
addSearchedItem,
|
|
11899
12044
|
setFilterNumberValue,
|
|
11900
12045
|
searchActivated,
|
|
11901
|
-
searchOngoing,
|
|
11902
12046
|
clearSearchbar,
|
|
11903
12047
|
sendMostPlayed,
|
|
11904
12048
|
submitFilters,
|
|
@@ -11926,10 +12070,10 @@
|
|
|
11926
12070
|
if ("clientstyling" in $$props) $$invalidate(5, clientstyling = $$props.clientstyling);
|
|
11927
12071
|
if ("clientstylingurl" in $$props) $$invalidate(6, clientstylingurl = $$props.clientstylingurl);
|
|
11928
12072
|
if ("categorybackground" in $$props) $$invalidate(7, categorybackground = $$props.categorybackground);
|
|
11929
|
-
if ("visiblegames" in $$props) $$invalidate(
|
|
12073
|
+
if ("visiblegames" in $$props) $$invalidate(42, visiblegames = $$props.visiblegames);
|
|
11930
12074
|
if ("alternativesearch" in $$props) $$invalidate(8, alternativesearch = $$props.alternativesearch);
|
|
11931
12075
|
if ("favorites" in $$props) $$invalidate(9, favorites = $$props.favorites);
|
|
11932
|
-
if ("mostplayed" in $$props) $$invalidate(
|
|
12076
|
+
if ("mostplayed" in $$props) $$invalidate(43, mostplayed = $$props.mostplayed);
|
|
11933
12077
|
if ("isLoading" in $$props) $$invalidate(11, isLoading = $$props.isLoading);
|
|
11934
12078
|
if ("hasErrors" in $$props) $$invalidate(12, hasErrors = $$props.hasErrors);
|
|
11935
12079
|
if ("isLoggedIn" in $$props) isLoggedIn = $$props.isLoggedIn;
|
|
@@ -11937,7 +12081,7 @@
|
|
|
11937
12081
|
if ("sessionID" in $$props) $$invalidate(14, sessionID = $$props.sessionID);
|
|
11938
12082
|
if ("favoritesScreen" in $$props) $$invalidate(15, favoritesScreen = $$props.favoritesScreen);
|
|
11939
12083
|
if ("recentSearches" in $$props) $$invalidate(16, recentSearches = $$props.recentSearches);
|
|
11940
|
-
if ("initialLoaded" in $$props) $$invalidate(
|
|
12084
|
+
if ("initialLoaded" in $$props) $$invalidate(44, initialLoaded = $$props.initialLoaded);
|
|
11941
12085
|
if ("searched" in $$props) $$invalidate(17, searched = $$props.searched);
|
|
11942
12086
|
if ("gameFocus" in $$props) gameFocus = $$props.gameFocus;
|
|
11943
12087
|
if ("lobbyViewAux" in $$props) $$invalidate(18, lobbyViewAux = $$props.lobbyViewAux);
|
|
@@ -11946,7 +12090,7 @@
|
|
|
11946
12090
|
if ("lobbyScreen" in $$props) $$invalidate(19, lobbyScreen = $$props.lobbyScreen);
|
|
11947
12091
|
if ("mostPlayedScreen" in $$props) $$invalidate(20, mostPlayedScreen = $$props.mostPlayedScreen);
|
|
11948
12092
|
if ("adjustingScroll" in $$props) $$invalidate(21, adjustingScroll = $$props.adjustingScroll);
|
|
11949
|
-
if ("searchBarCleared" in $$props) $$invalidate(
|
|
12093
|
+
if ("searchBarCleared" in $$props) $$invalidate(45, searchBarCleared = $$props.searchBarCleared);
|
|
11950
12094
|
if ("gamesArray" in $$props) gamesArray = $$props.gamesArray;
|
|
11951
12095
|
if ("searchArray" in $$props) $$invalidate(22, searchArray = $$props.searchArray);
|
|
11952
12096
|
if ("categories" in $$props) categories = $$props.categories;
|
|
@@ -11983,7 +12127,7 @@
|
|
|
11983
12127
|
}
|
|
11984
12128
|
|
|
11985
12129
|
$$self.$$.update = () => {
|
|
11986
|
-
if ($$self.$$.dirty[0] & /*searchValue, endpoint, datasource*/ 1027 | $$self.$$.dirty[1] & /*searchBarCleared, initialLoaded*/
|
|
12130
|
+
if ($$self.$$.dirty[0] & /*searchValue, endpoint, datasource*/ 1027 | $$self.$$.dirty[1] & /*searchBarCleared, initialLoaded*/ 24576) {
|
|
11987
12131
|
if (searchValue.length >= 2) {
|
|
11988
12132
|
$$invalidate(17, searched = true);
|
|
11989
12133
|
let searchUrl = new URL(`${endpoint}/casino/games`);
|
|
@@ -12005,7 +12149,7 @@
|
|
|
12005
12149
|
}
|
|
12006
12150
|
|
|
12007
12151
|
if (initialLoaded) {
|
|
12008
|
-
$$invalidate(
|
|
12152
|
+
$$invalidate(44, initialLoaded = false);
|
|
12009
12153
|
}
|
|
12010
12154
|
}
|
|
12011
12155
|
}
|
|
@@ -12065,7 +12209,6 @@
|
|
|
12065
12209
|
onFocus,
|
|
12066
12210
|
onBlur,
|
|
12067
12211
|
searchActivated,
|
|
12068
|
-
searchOngoing,
|
|
12069
12212
|
clearSearchbar,
|
|
12070
12213
|
openFiltersModal,
|
|
12071
12214
|
clearVendorFilter,
|
|
@@ -12116,10 +12259,10 @@
|
|
|
12116
12259
|
clientstyling: 5,
|
|
12117
12260
|
clientstylingurl: 6,
|
|
12118
12261
|
categorybackground: 7,
|
|
12119
|
-
visiblegames:
|
|
12262
|
+
visiblegames: 42,
|
|
12120
12263
|
alternativesearch: 8,
|
|
12121
12264
|
favorites: 9,
|
|
12122
|
-
mostplayed:
|
|
12265
|
+
mostplayed: 43
|
|
12123
12266
|
},
|
|
12124
12267
|
[-1, -1, -1, -1]
|
|
12125
12268
|
);
|
|
@@ -12226,7 +12369,7 @@
|
|
|
12226
12369
|
}
|
|
12227
12370
|
|
|
12228
12371
|
get visiblegames() {
|
|
12229
|
-
return this.$$.ctx[
|
|
12372
|
+
return this.$$.ctx[42];
|
|
12230
12373
|
}
|
|
12231
12374
|
|
|
12232
12375
|
set visiblegames(visiblegames) {
|
|
@@ -12253,7 +12396,7 @@
|
|
|
12253
12396
|
}
|
|
12254
12397
|
|
|
12255
12398
|
get mostplayed() {
|
|
12256
|
-
return this.$$.ctx[
|
|
12399
|
+
return this.$$.ctx[43];
|
|
12257
12400
|
}
|
|
12258
12401
|
|
|
12259
12402
|
set mostplayed(mostplayed) {
|