@everymatrix/casino-footer 0.0.124 → 0.0.125
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-footer.js +175 -503
- package/dist/casino-footer.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoFooter.svelte +4 -25
package/dist/casino-footer.js
CHANGED
|
@@ -2572,17 +2572,17 @@
|
|
|
2572
2572
|
const { console: console_1 } = globals;
|
|
2573
2573
|
const file = "src/CasinoFooter.svelte";
|
|
2574
2574
|
|
|
2575
|
-
// (
|
|
2575
|
+
// (56:2) {:else}
|
|
2576
2576
|
function create_else_block(ctx) {
|
|
2577
2577
|
let div;
|
|
2578
2578
|
let t0;
|
|
2579
2579
|
let t1;
|
|
2580
2580
|
let t2;
|
|
2581
2581
|
let div_class_value;
|
|
2582
|
-
let if_block0 = /*sponsorsRepeater*/ ctx[
|
|
2583
|
-
let if_block1 = (/*paymentMethodsRepeater*/ ctx[
|
|
2584
|
-
let if_block2 = (/*helpLinksRepeater*/ ctx[
|
|
2585
|
-
let if_block3 = (/*licenseDesc*/ ctx[
|
|
2582
|
+
let if_block0 = /*sponsorsRepeater*/ ctx[3] && create_if_block_10(ctx);
|
|
2583
|
+
let if_block1 = (/*paymentMethodsRepeater*/ ctx[2] || /*gameVendorsRepeater*/ ctx[1]) && create_if_block_7(ctx);
|
|
2584
|
+
let if_block2 = (/*helpLinksRepeater*/ ctx[4] || /*licensesRepeater*/ ctx[5]) && create_if_block_4(ctx);
|
|
2585
|
+
let if_block3 = (/*licenseDesc*/ ctx[8] || /*copyright*/ ctx[7]) && create_if_block_2(ctx);
|
|
2586
2586
|
|
|
2587
2587
|
const block = {
|
|
2588
2588
|
c: function create() {
|
|
@@ -2594,8 +2594,8 @@
|
|
|
2594
2594
|
if (if_block2) if_block2.c();
|
|
2595
2595
|
t2 = space();
|
|
2596
2596
|
if (if_block3) if_block3.c();
|
|
2597
|
-
attr_dev(div, "class", div_class_value = "FooterGrid " + (/*sponsorsRepeater*/ ctx[
|
|
2598
|
-
add_location(div, file,
|
|
2597
|
+
attr_dev(div, "class", div_class_value = "FooterGrid " + (/*sponsorsRepeater*/ ctx[3] ? "" : "NoSponsorSpacing"));
|
|
2598
|
+
add_location(div, file, 56, 4, 1809);
|
|
2599
2599
|
},
|
|
2600
2600
|
m: function mount(target, anchor) {
|
|
2601
2601
|
insert_dev(target, div, anchor);
|
|
@@ -2606,14 +2606,14 @@
|
|
|
2606
2606
|
if (if_block2) if_block2.m(div, null);
|
|
2607
2607
|
append_dev(div, t2);
|
|
2608
2608
|
if (if_block3) if_block3.m(div, null);
|
|
2609
|
-
/*div_binding*/ ctx[
|
|
2609
|
+
/*div_binding*/ ctx[20](div);
|
|
2610
2610
|
},
|
|
2611
2611
|
p: function update(ctx, dirty) {
|
|
2612
|
-
if (/*sponsorsRepeater*/ ctx[
|
|
2612
|
+
if (/*sponsorsRepeater*/ ctx[3]) {
|
|
2613
2613
|
if (if_block0) {
|
|
2614
2614
|
if_block0.p(ctx, dirty);
|
|
2615
2615
|
} else {
|
|
2616
|
-
if_block0 =
|
|
2616
|
+
if_block0 = create_if_block_10(ctx);
|
|
2617
2617
|
if_block0.c();
|
|
2618
2618
|
if_block0.m(div, t0);
|
|
2619
2619
|
}
|
|
@@ -2622,11 +2622,11 @@
|
|
|
2622
2622
|
if_block0 = null;
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
2625
|
-
if (/*paymentMethodsRepeater*/ ctx[
|
|
2625
|
+
if (/*paymentMethodsRepeater*/ ctx[2] || /*gameVendorsRepeater*/ ctx[1]) {
|
|
2626
2626
|
if (if_block1) {
|
|
2627
2627
|
if_block1.p(ctx, dirty);
|
|
2628
2628
|
} else {
|
|
2629
|
-
if_block1 =
|
|
2629
|
+
if_block1 = create_if_block_7(ctx);
|
|
2630
2630
|
if_block1.c();
|
|
2631
2631
|
if_block1.m(div, t1);
|
|
2632
2632
|
}
|
|
@@ -2635,11 +2635,11 @@
|
|
|
2635
2635
|
if_block1 = null;
|
|
2636
2636
|
}
|
|
2637
2637
|
|
|
2638
|
-
if (/*helpLinksRepeater*/ ctx[
|
|
2638
|
+
if (/*helpLinksRepeater*/ ctx[4] || /*licensesRepeater*/ ctx[5]) {
|
|
2639
2639
|
if (if_block2) {
|
|
2640
2640
|
if_block2.p(ctx, dirty);
|
|
2641
2641
|
} else {
|
|
2642
|
-
if_block2 =
|
|
2642
|
+
if_block2 = create_if_block_4(ctx);
|
|
2643
2643
|
if_block2.c();
|
|
2644
2644
|
if_block2.m(div, t2);
|
|
2645
2645
|
}
|
|
@@ -2648,7 +2648,7 @@
|
|
|
2648
2648
|
if_block2 = null;
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
if (/*licenseDesc*/ ctx[
|
|
2651
|
+
if (/*licenseDesc*/ ctx[8] || /*copyright*/ ctx[7]) {
|
|
2652
2652
|
if (if_block3) {
|
|
2653
2653
|
if_block3.p(ctx, dirty);
|
|
2654
2654
|
} else {
|
|
@@ -2661,7 +2661,7 @@
|
|
|
2661
2661
|
if_block3 = null;
|
|
2662
2662
|
}
|
|
2663
2663
|
|
|
2664
|
-
if (dirty & /*sponsorsRepeater*/
|
|
2664
|
+
if (dirty & /*sponsorsRepeater*/ 8 && div_class_value !== (div_class_value = "FooterGrid " + (/*sponsorsRepeater*/ ctx[3] ? "" : "NoSponsorSpacing"))) {
|
|
2665
2665
|
attr_dev(div, "class", div_class_value);
|
|
2666
2666
|
}
|
|
2667
2667
|
},
|
|
@@ -2671,7 +2671,7 @@
|
|
|
2671
2671
|
if (if_block1) if_block1.d();
|
|
2672
2672
|
if (if_block2) if_block2.d();
|
|
2673
2673
|
if (if_block3) if_block3.d();
|
|
2674
|
-
/*div_binding*/ ctx[
|
|
2674
|
+
/*div_binding*/ ctx[20](null);
|
|
2675
2675
|
}
|
|
2676
2676
|
};
|
|
2677
2677
|
|
|
@@ -2679,14 +2679,14 @@
|
|
|
2679
2679
|
block,
|
|
2680
2680
|
id: create_else_block.name,
|
|
2681
2681
|
type: "else",
|
|
2682
|
-
source: "(
|
|
2682
|
+
source: "(56:2) {:else}",
|
|
2683
2683
|
ctx
|
|
2684
2684
|
});
|
|
2685
2685
|
|
|
2686
2686
|
return block;
|
|
2687
2687
|
}
|
|
2688
2688
|
|
|
2689
|
-
// (
|
|
2689
|
+
// (54:2) {#if isLoading}
|
|
2690
2690
|
function create_if_block_1(ctx) {
|
|
2691
2691
|
let p;
|
|
2692
2692
|
|
|
@@ -2695,7 +2695,7 @@
|
|
|
2695
2695
|
p = element("p");
|
|
2696
2696
|
p.textContent = "Loading ...";
|
|
2697
2697
|
attr_dev(p, "class", "SearchLoading");
|
|
2698
|
-
add_location(p, file,
|
|
2698
|
+
add_location(p, file, 54, 4, 1754);
|
|
2699
2699
|
},
|
|
2700
2700
|
m: function mount(target, anchor) {
|
|
2701
2701
|
insert_dev(target, p, anchor);
|
|
@@ -2710,14 +2710,14 @@
|
|
|
2710
2710
|
block,
|
|
2711
2711
|
id: create_if_block_1.name,
|
|
2712
2712
|
type: "if",
|
|
2713
|
-
source: "(
|
|
2713
|
+
source: "(54:2) {#if isLoading}",
|
|
2714
2714
|
ctx
|
|
2715
2715
|
});
|
|
2716
2716
|
|
|
2717
2717
|
return block;
|
|
2718
2718
|
}
|
|
2719
2719
|
|
|
2720
|
-
// (
|
|
2720
|
+
// (51:0) {#if hasErrors}
|
|
2721
2721
|
function create_if_block(ctx) {
|
|
2722
2722
|
let p;
|
|
2723
2723
|
|
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
p = element("p");
|
|
2727
2727
|
p.textContent = "500 Error - Internal Server Error";
|
|
2728
2728
|
attr_dev(p, "class", "SearchLoading");
|
|
2729
|
-
add_location(p, file,
|
|
2729
|
+
add_location(p, file, 51, 2, 1661);
|
|
2730
2730
|
},
|
|
2731
2731
|
m: function mount(target, anchor) {
|
|
2732
2732
|
insert_dev(target, p, anchor);
|
|
@@ -2741,35 +2741,35 @@
|
|
|
2741
2741
|
block,
|
|
2742
2742
|
id: create_if_block.name,
|
|
2743
2743
|
type: "if",
|
|
2744
|
-
source: "(
|
|
2744
|
+
source: "(51:0) {#if hasErrors}",
|
|
2745
2745
|
ctx
|
|
2746
2746
|
});
|
|
2747
2747
|
|
|
2748
2748
|
return block;
|
|
2749
2749
|
}
|
|
2750
2750
|
|
|
2751
|
-
// (
|
|
2752
|
-
function
|
|
2751
|
+
// (58:6) {#if sponsorsRepeater}
|
|
2752
|
+
function create_if_block_10(ctx) {
|
|
2753
2753
|
let div;
|
|
2754
|
-
let if_block = /*sponsorsRepeater*/ ctx[
|
|
2754
|
+
let if_block = /*sponsorsRepeater*/ ctx[3] && create_if_block_11(ctx);
|
|
2755
2755
|
|
|
2756
2756
|
const block = {
|
|
2757
2757
|
c: function create() {
|
|
2758
2758
|
div = element("div");
|
|
2759
2759
|
if (if_block) if_block.c();
|
|
2760
2760
|
attr_dev(div, "class", "GridRow");
|
|
2761
|
-
add_location(div, file,
|
|
2761
|
+
add_location(div, file, 58, 8, 1941);
|
|
2762
2762
|
},
|
|
2763
2763
|
m: function mount(target, anchor) {
|
|
2764
2764
|
insert_dev(target, div, anchor);
|
|
2765
2765
|
if (if_block) if_block.m(div, null);
|
|
2766
2766
|
},
|
|
2767
2767
|
p: function update(ctx, dirty) {
|
|
2768
|
-
if (/*sponsorsRepeater*/ ctx[
|
|
2768
|
+
if (/*sponsorsRepeater*/ ctx[3]) {
|
|
2769
2769
|
if (if_block) {
|
|
2770
2770
|
if_block.p(ctx, dirty);
|
|
2771
2771
|
} else {
|
|
2772
|
-
if_block =
|
|
2772
|
+
if_block = create_if_block_11(ctx);
|
|
2773
2773
|
if_block.c();
|
|
2774
2774
|
if_block.m(div, null);
|
|
2775
2775
|
}
|
|
@@ -2786,119 +2786,73 @@
|
|
|
2786
2786
|
|
|
2787
2787
|
dispatch_dev("SvelteRegisterBlock", {
|
|
2788
2788
|
block,
|
|
2789
|
-
id:
|
|
2789
|
+
id: create_if_block_10.name,
|
|
2790
2790
|
type: "if",
|
|
2791
|
-
source: "(
|
|
2791
|
+
source: "(58:6) {#if sponsorsRepeater}",
|
|
2792
2792
|
ctx
|
|
2793
2793
|
});
|
|
2794
2794
|
|
|
2795
2795
|
return block;
|
|
2796
2796
|
}
|
|
2797
2797
|
|
|
2798
|
-
// (
|
|
2799
|
-
function
|
|
2798
|
+
// (61:10) {#if sponsorsRepeater}
|
|
2799
|
+
function create_if_block_11(ctx) {
|
|
2800
2800
|
let div;
|
|
2801
|
-
let
|
|
2801
|
+
let p;
|
|
2802
|
+
let t1;
|
|
2802
2803
|
let casino_footer_section;
|
|
2803
|
-
let if_block = /*sponsorsLinksTitle*/ ctx[5] && create_if_block_17(ctx);
|
|
2804
2804
|
|
|
2805
2805
|
const block = {
|
|
2806
2806
|
c: function create() {
|
|
2807
2807
|
div = element("div");
|
|
2808
|
-
|
|
2809
|
-
|
|
2808
|
+
p = element("p");
|
|
2809
|
+
p.textContent = "Μεγάλος Χορηγός";
|
|
2810
|
+
t1 = space();
|
|
2810
2811
|
casino_footer_section = element("casino-footer-section");
|
|
2812
|
+
attr_dev(p, "class", "FooterTitle");
|
|
2813
|
+
add_location(p, file, 62, 12, 2082);
|
|
2811
2814
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
2812
2815
|
set_custom_element_data(casino_footer_section, "sponsorflag", "1");
|
|
2813
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2816
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
2814
2817
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2815
|
-
add_location(casino_footer_section, file,
|
|
2818
|
+
add_location(casino_footer_section, file, 63, 12, 2137);
|
|
2816
2819
|
attr_dev(div, "class", "GridCol");
|
|
2817
|
-
add_location(div, file,
|
|
2820
|
+
add_location(div, file, 61, 10, 2048);
|
|
2818
2821
|
},
|
|
2819
2822
|
m: function mount(target, anchor) {
|
|
2820
2823
|
insert_dev(target, div, anchor);
|
|
2821
|
-
|
|
2822
|
-
append_dev(div,
|
|
2824
|
+
append_dev(div, p);
|
|
2825
|
+
append_dev(div, t1);
|
|
2823
2826
|
append_dev(div, casino_footer_section);
|
|
2824
2827
|
},
|
|
2825
2828
|
p: function update(ctx, dirty) {
|
|
2826
|
-
if (/*sponsorsLinksTitle*/ ctx[5]) {
|
|
2827
|
-
if (if_block) {
|
|
2828
|
-
if_block.p(ctx, dirty);
|
|
2829
|
-
} else {
|
|
2830
|
-
if_block = create_if_block_17(ctx);
|
|
2831
|
-
if_block.c();
|
|
2832
|
-
if_block.m(div, t);
|
|
2833
|
-
}
|
|
2834
|
-
} else if (if_block) {
|
|
2835
|
-
if_block.d(1);
|
|
2836
|
-
if_block = null;
|
|
2837
|
-
}
|
|
2838
|
-
|
|
2839
2829
|
if (dirty & /*target*/ 1) {
|
|
2840
2830
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2841
2831
|
}
|
|
2842
2832
|
},
|
|
2843
2833
|
d: function destroy(detaching) {
|
|
2844
2834
|
if (detaching) detach_dev(div);
|
|
2845
|
-
if (if_block) if_block.d();
|
|
2846
|
-
}
|
|
2847
|
-
};
|
|
2848
|
-
|
|
2849
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
2850
|
-
block,
|
|
2851
|
-
id: create_if_block_16.name,
|
|
2852
|
-
type: "if",
|
|
2853
|
-
source: "(67:10) {#if sponsorsRepeater}",
|
|
2854
|
-
ctx
|
|
2855
|
-
});
|
|
2856
|
-
|
|
2857
|
-
return block;
|
|
2858
|
-
}
|
|
2859
|
-
|
|
2860
|
-
// (69:12) {#if sponsorsLinksTitle}
|
|
2861
|
-
function create_if_block_17(ctx) {
|
|
2862
|
-
let p;
|
|
2863
|
-
let t;
|
|
2864
|
-
|
|
2865
|
-
const block = {
|
|
2866
|
-
c: function create() {
|
|
2867
|
-
p = element("p");
|
|
2868
|
-
t = text(/*sponsorsLinksTitle*/ ctx[5]);
|
|
2869
|
-
attr_dev(p, "class", "FooterTitle");
|
|
2870
|
-
add_location(p, file, 69, 14, 2407);
|
|
2871
|
-
},
|
|
2872
|
-
m: function mount(target, anchor) {
|
|
2873
|
-
insert_dev(target, p, anchor);
|
|
2874
|
-
append_dev(p, t);
|
|
2875
|
-
},
|
|
2876
|
-
p: function update(ctx, dirty) {
|
|
2877
|
-
if (dirty & /*sponsorsLinksTitle*/ 32) set_data_dev(t, /*sponsorsLinksTitle*/ ctx[5]);
|
|
2878
|
-
},
|
|
2879
|
-
d: function destroy(detaching) {
|
|
2880
|
-
if (detaching) detach_dev(p);
|
|
2881
2835
|
}
|
|
2882
2836
|
};
|
|
2883
2837
|
|
|
2884
2838
|
dispatch_dev("SvelteRegisterBlock", {
|
|
2885
2839
|
block,
|
|
2886
|
-
id:
|
|
2840
|
+
id: create_if_block_11.name,
|
|
2887
2841
|
type: "if",
|
|
2888
|
-
source: "(
|
|
2842
|
+
source: "(61:10) {#if sponsorsRepeater}",
|
|
2889
2843
|
ctx
|
|
2890
2844
|
});
|
|
2891
2845
|
|
|
2892
2846
|
return block;
|
|
2893
2847
|
}
|
|
2894
2848
|
|
|
2895
|
-
// (
|
|
2896
|
-
function
|
|
2849
|
+
// (70:6) {#if paymentMethodsRepeater || gameVendorsRepeater}
|
|
2850
|
+
function create_if_block_7(ctx) {
|
|
2897
2851
|
let div;
|
|
2898
2852
|
let t;
|
|
2899
2853
|
let div_class_value;
|
|
2900
|
-
let if_block0 = /*paymentMethodsRepeater*/ ctx[
|
|
2901
|
-
let if_block1 = /*gameVendorsRepeater*/ ctx[
|
|
2854
|
+
let if_block0 = /*paymentMethodsRepeater*/ ctx[2] && create_if_block_9(ctx);
|
|
2855
|
+
let if_block1 = /*gameVendorsRepeater*/ ctx[1] && create_if_block_8(ctx);
|
|
2902
2856
|
|
|
2903
2857
|
const block = {
|
|
2904
2858
|
c: function create() {
|
|
@@ -2907,11 +2861,11 @@
|
|
|
2907
2861
|
t = space();
|
|
2908
2862
|
if (if_block1) if_block1.c();
|
|
2909
2863
|
|
|
2910
|
-
attr_dev(div, "class", div_class_value = "GridRow " + (/*paymentMethodsRepeater*/ ctx[
|
|
2864
|
+
attr_dev(div, "class", div_class_value = "GridRow " + (/*paymentMethodsRepeater*/ ctx[2] && /*gameVendorsRepeater*/ ctx[1]
|
|
2911
2865
|
? "SplitRow"
|
|
2912
2866
|
: ""));
|
|
2913
2867
|
|
|
2914
|
-
add_location(div, file,
|
|
2868
|
+
add_location(div, file, 70, 8, 2435);
|
|
2915
2869
|
},
|
|
2916
2870
|
m: function mount(target, anchor) {
|
|
2917
2871
|
insert_dev(target, div, anchor);
|
|
@@ -2920,11 +2874,11 @@
|
|
|
2920
2874
|
if (if_block1) if_block1.m(div, null);
|
|
2921
2875
|
},
|
|
2922
2876
|
p: function update(ctx, dirty) {
|
|
2923
|
-
if (/*paymentMethodsRepeater*/ ctx[
|
|
2877
|
+
if (/*paymentMethodsRepeater*/ ctx[2]) {
|
|
2924
2878
|
if (if_block0) {
|
|
2925
2879
|
if_block0.p(ctx, dirty);
|
|
2926
2880
|
} else {
|
|
2927
|
-
if_block0 =
|
|
2881
|
+
if_block0 = create_if_block_9(ctx);
|
|
2928
2882
|
if_block0.c();
|
|
2929
2883
|
if_block0.m(div, t);
|
|
2930
2884
|
}
|
|
@@ -2933,11 +2887,11 @@
|
|
|
2933
2887
|
if_block0 = null;
|
|
2934
2888
|
}
|
|
2935
2889
|
|
|
2936
|
-
if (/*gameVendorsRepeater*/ ctx[
|
|
2890
|
+
if (/*gameVendorsRepeater*/ ctx[1]) {
|
|
2937
2891
|
if (if_block1) {
|
|
2938
2892
|
if_block1.p(ctx, dirty);
|
|
2939
2893
|
} else {
|
|
2940
|
-
if_block1 =
|
|
2894
|
+
if_block1 = create_if_block_8(ctx);
|
|
2941
2895
|
if_block1.c();
|
|
2942
2896
|
if_block1.m(div, null);
|
|
2943
2897
|
}
|
|
@@ -2946,7 +2900,7 @@
|
|
|
2946
2900
|
if_block1 = null;
|
|
2947
2901
|
}
|
|
2948
2902
|
|
|
2949
|
-
if (dirty & /*paymentMethodsRepeater, gameVendorsRepeater*/
|
|
2903
|
+
if (dirty & /*paymentMethodsRepeater, gameVendorsRepeater*/ 6 && div_class_value !== (div_class_value = "GridRow " + (/*paymentMethodsRepeater*/ ctx[2] && /*gameVendorsRepeater*/ ctx[1]
|
|
2950
2904
|
? "SplitRow"
|
|
2951
2905
|
: ""))) {
|
|
2952
2906
|
attr_dev(div, "class", div_class_value);
|
|
@@ -2961,216 +2915,124 @@
|
|
|
2961
2915
|
|
|
2962
2916
|
dispatch_dev("SvelteRegisterBlock", {
|
|
2963
2917
|
block,
|
|
2964
|
-
id:
|
|
2918
|
+
id: create_if_block_7.name,
|
|
2965
2919
|
type: "if",
|
|
2966
|
-
source: "(
|
|
2920
|
+
source: "(70:6) {#if paymentMethodsRepeater || gameVendorsRepeater}",
|
|
2967
2921
|
ctx
|
|
2968
2922
|
});
|
|
2969
2923
|
|
|
2970
2924
|
return block;
|
|
2971
2925
|
}
|
|
2972
2926
|
|
|
2973
|
-
// (
|
|
2974
|
-
function
|
|
2927
|
+
// (73:10) {#if paymentMethodsRepeater}
|
|
2928
|
+
function create_if_block_9(ctx) {
|
|
2975
2929
|
let div;
|
|
2976
|
-
let
|
|
2930
|
+
let p;
|
|
2931
|
+
let t1;
|
|
2977
2932
|
let casino_footer_section;
|
|
2978
|
-
let if_block = /*paymentLinksTitle*/ ctx[3] && create_if_block_14(ctx);
|
|
2979
2933
|
|
|
2980
2934
|
const block = {
|
|
2981
2935
|
c: function create() {
|
|
2982
2936
|
div = element("div");
|
|
2983
|
-
|
|
2984
|
-
|
|
2937
|
+
p = element("p");
|
|
2938
|
+
p.textContent = "Μέθοδοι Πληρωμής";
|
|
2939
|
+
t1 = space();
|
|
2985
2940
|
casino_footer_section = element("casino-footer-section");
|
|
2941
|
+
attr_dev(p, "class", "PaymentsTitle");
|
|
2942
|
+
add_location(p, file, 74, 14, 2653);
|
|
2986
2943
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
2987
2944
|
set_custom_element_data(casino_footer_section, "paymentflag", "1");
|
|
2988
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2945
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
2989
2946
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2990
|
-
add_location(casino_footer_section, file,
|
|
2947
|
+
add_location(casino_footer_section, file, 75, 14, 2713);
|
|
2991
2948
|
attr_dev(div, "class", "GridCol");
|
|
2992
|
-
add_location(div, file,
|
|
2949
|
+
add_location(div, file, 73, 12, 2617);
|
|
2993
2950
|
},
|
|
2994
2951
|
m: function mount(target, anchor) {
|
|
2995
2952
|
insert_dev(target, div, anchor);
|
|
2996
|
-
|
|
2997
|
-
append_dev(div,
|
|
2953
|
+
append_dev(div, p);
|
|
2954
|
+
append_dev(div, t1);
|
|
2998
2955
|
append_dev(div, casino_footer_section);
|
|
2999
2956
|
},
|
|
3000
2957
|
p: function update(ctx, dirty) {
|
|
3001
|
-
if (/*paymentLinksTitle*/ ctx[3]) {
|
|
3002
|
-
if (if_block) {
|
|
3003
|
-
if_block.p(ctx, dirty);
|
|
3004
|
-
} else {
|
|
3005
|
-
if_block = create_if_block_14(ctx);
|
|
3006
|
-
if_block.c();
|
|
3007
|
-
if_block.m(div, t);
|
|
3008
|
-
}
|
|
3009
|
-
} else if (if_block) {
|
|
3010
|
-
if_block.d(1);
|
|
3011
|
-
if_block = null;
|
|
3012
|
-
}
|
|
3013
|
-
|
|
3014
2958
|
if (dirty & /*target*/ 1) {
|
|
3015
2959
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3016
2960
|
}
|
|
3017
2961
|
},
|
|
3018
2962
|
d: function destroy(detaching) {
|
|
3019
2963
|
if (detaching) detach_dev(div);
|
|
3020
|
-
if (if_block) if_block.d();
|
|
3021
2964
|
}
|
|
3022
2965
|
};
|
|
3023
2966
|
|
|
3024
2967
|
dispatch_dev("SvelteRegisterBlock", {
|
|
3025
2968
|
block,
|
|
3026
|
-
id:
|
|
3027
|
-
type: "if",
|
|
3028
|
-
source: "(81:10) {#if paymentMethodsRepeater}",
|
|
3029
|
-
ctx
|
|
3030
|
-
});
|
|
3031
|
-
|
|
3032
|
-
return block;
|
|
3033
|
-
}
|
|
3034
|
-
|
|
3035
|
-
// (83:14) {#if paymentLinksTitle}
|
|
3036
|
-
function create_if_block_14(ctx) {
|
|
3037
|
-
let p;
|
|
3038
|
-
let t;
|
|
3039
|
-
|
|
3040
|
-
const block = {
|
|
3041
|
-
c: function create() {
|
|
3042
|
-
p = element("p");
|
|
3043
|
-
t = text(/*paymentLinksTitle*/ ctx[3]);
|
|
3044
|
-
attr_dev(p, "class", "FooterTitle");
|
|
3045
|
-
add_location(p, file, 83, 16, 3041);
|
|
3046
|
-
},
|
|
3047
|
-
m: function mount(target, anchor) {
|
|
3048
|
-
insert_dev(target, p, anchor);
|
|
3049
|
-
append_dev(p, t);
|
|
3050
|
-
},
|
|
3051
|
-
p: function update(ctx, dirty) {
|
|
3052
|
-
if (dirty & /*paymentLinksTitle*/ 8) set_data_dev(t, /*paymentLinksTitle*/ ctx[3]);
|
|
3053
|
-
},
|
|
3054
|
-
d: function destroy(detaching) {
|
|
3055
|
-
if (detaching) detach_dev(p);
|
|
3056
|
-
}
|
|
3057
|
-
};
|
|
3058
|
-
|
|
3059
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
3060
|
-
block,
|
|
3061
|
-
id: create_if_block_14.name,
|
|
2969
|
+
id: create_if_block_9.name,
|
|
3062
2970
|
type: "if",
|
|
3063
|
-
source: "(
|
|
2971
|
+
source: "(73:10) {#if paymentMethodsRepeater}",
|
|
3064
2972
|
ctx
|
|
3065
2973
|
});
|
|
3066
2974
|
|
|
3067
2975
|
return block;
|
|
3068
2976
|
}
|
|
3069
2977
|
|
|
3070
|
-
// (
|
|
3071
|
-
function
|
|
2978
|
+
// (81:10) {#if gameVendorsRepeater}
|
|
2979
|
+
function create_if_block_8(ctx) {
|
|
3072
2980
|
let div;
|
|
3073
|
-
let
|
|
2981
|
+
let p;
|
|
2982
|
+
let t1;
|
|
3074
2983
|
let casino_footer_section;
|
|
3075
|
-
let if_block = /*gameVendorsLinksTitle*/ ctx[1] && create_if_block_12(ctx);
|
|
3076
2984
|
|
|
3077
2985
|
const block = {
|
|
3078
2986
|
c: function create() {
|
|
3079
2987
|
div = element("div");
|
|
3080
|
-
|
|
3081
|
-
|
|
2988
|
+
p = element("p");
|
|
2989
|
+
p.textContent = "Πάροχοι";
|
|
2990
|
+
t1 = space();
|
|
3082
2991
|
casino_footer_section = element("casino-footer-section");
|
|
2992
|
+
attr_dev(p, "class", "VendorsTitle");
|
|
2993
|
+
add_location(p, file, 82, 14, 3045);
|
|
3083
2994
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3084
2995
|
set_custom_element_data(casino_footer_section, "vendorflag", "1");
|
|
3085
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2996
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3086
2997
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3087
|
-
add_location(casino_footer_section, file,
|
|
2998
|
+
add_location(casino_footer_section, file, 83, 14, 3095);
|
|
3088
2999
|
attr_dev(div, "class", "GridCol");
|
|
3089
|
-
add_location(div, file,
|
|
3000
|
+
add_location(div, file, 81, 12, 3009);
|
|
3090
3001
|
},
|
|
3091
3002
|
m: function mount(target, anchor) {
|
|
3092
3003
|
insert_dev(target, div, anchor);
|
|
3093
|
-
|
|
3094
|
-
append_dev(div,
|
|
3004
|
+
append_dev(div, p);
|
|
3005
|
+
append_dev(div, t1);
|
|
3095
3006
|
append_dev(div, casino_footer_section);
|
|
3096
3007
|
},
|
|
3097
3008
|
p: function update(ctx, dirty) {
|
|
3098
|
-
if (/*gameVendorsLinksTitle*/ ctx[1]) {
|
|
3099
|
-
if (if_block) {
|
|
3100
|
-
if_block.p(ctx, dirty);
|
|
3101
|
-
} else {
|
|
3102
|
-
if_block = create_if_block_12(ctx);
|
|
3103
|
-
if_block.c();
|
|
3104
|
-
if_block.m(div, t);
|
|
3105
|
-
}
|
|
3106
|
-
} else if (if_block) {
|
|
3107
|
-
if_block.d(1);
|
|
3108
|
-
if_block = null;
|
|
3109
|
-
}
|
|
3110
|
-
|
|
3111
3009
|
if (dirty & /*target*/ 1) {
|
|
3112
3010
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3113
3011
|
}
|
|
3114
3012
|
},
|
|
3115
3013
|
d: function destroy(detaching) {
|
|
3116
3014
|
if (detaching) detach_dev(div);
|
|
3117
|
-
if (if_block) if_block.d();
|
|
3118
3015
|
}
|
|
3119
3016
|
};
|
|
3120
3017
|
|
|
3121
3018
|
dispatch_dev("SvelteRegisterBlock", {
|
|
3122
3019
|
block,
|
|
3123
|
-
id:
|
|
3124
|
-
type: "if",
|
|
3125
|
-
source: "(91:10) {#if gameVendorsRepeater}",
|
|
3126
|
-
ctx
|
|
3127
|
-
});
|
|
3128
|
-
|
|
3129
|
-
return block;
|
|
3130
|
-
}
|
|
3131
|
-
|
|
3132
|
-
// (93:14) {#if gameVendorsLinksTitle}
|
|
3133
|
-
function create_if_block_12(ctx) {
|
|
3134
|
-
let p;
|
|
3135
|
-
let t;
|
|
3136
|
-
|
|
3137
|
-
const block = {
|
|
3138
|
-
c: function create() {
|
|
3139
|
-
p = element("p");
|
|
3140
|
-
t = text(/*gameVendorsLinksTitle*/ ctx[1]);
|
|
3141
|
-
attr_dev(p, "class", "FooterTitle");
|
|
3142
|
-
add_location(p, file, 93, 16, 3498);
|
|
3143
|
-
},
|
|
3144
|
-
m: function mount(target, anchor) {
|
|
3145
|
-
insert_dev(target, p, anchor);
|
|
3146
|
-
append_dev(p, t);
|
|
3147
|
-
},
|
|
3148
|
-
p: function update(ctx, dirty) {
|
|
3149
|
-
if (dirty & /*gameVendorsLinksTitle*/ 2) set_data_dev(t, /*gameVendorsLinksTitle*/ ctx[1]);
|
|
3150
|
-
},
|
|
3151
|
-
d: function destroy(detaching) {
|
|
3152
|
-
if (detaching) detach_dev(p);
|
|
3153
|
-
}
|
|
3154
|
-
};
|
|
3155
|
-
|
|
3156
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
3157
|
-
block,
|
|
3158
|
-
id: create_if_block_12.name,
|
|
3020
|
+
id: create_if_block_8.name,
|
|
3159
3021
|
type: "if",
|
|
3160
|
-
source: "(
|
|
3022
|
+
source: "(81:10) {#if gameVendorsRepeater}",
|
|
3161
3023
|
ctx
|
|
3162
3024
|
});
|
|
3163
3025
|
|
|
3164
3026
|
return block;
|
|
3165
3027
|
}
|
|
3166
3028
|
|
|
3167
|
-
// (
|
|
3168
|
-
function
|
|
3029
|
+
// (90:6) {#if helpLinksRepeater || licensesRepeater}
|
|
3030
|
+
function create_if_block_4(ctx) {
|
|
3169
3031
|
let div;
|
|
3170
3032
|
let t;
|
|
3171
3033
|
let div_class_value;
|
|
3172
|
-
let if_block0 = /*helpLinksRepeater*/ ctx[
|
|
3173
|
-
let if_block1 = /*licensesRepeater*/ ctx[
|
|
3034
|
+
let if_block0 = /*helpLinksRepeater*/ ctx[4] && create_if_block_6(ctx);
|
|
3035
|
+
let if_block1 = /*licensesRepeater*/ ctx[5] && create_if_block_5(ctx);
|
|
3174
3036
|
|
|
3175
3037
|
const block = {
|
|
3176
3038
|
c: function create() {
|
|
@@ -3179,11 +3041,11 @@
|
|
|
3179
3041
|
t = space();
|
|
3180
3042
|
if (if_block1) if_block1.c();
|
|
3181
3043
|
|
|
3182
|
-
attr_dev(div, "class", div_class_value = "GridRow " + (/*helpLinksRepeater*/ ctx[
|
|
3044
|
+
attr_dev(div, "class", div_class_value = "GridRow " + (/*helpLinksRepeater*/ ctx[4] && /*licensesRepeater*/ ctx[5]
|
|
3183
3045
|
? "SplitRow"
|
|
3184
3046
|
: ""));
|
|
3185
3047
|
|
|
3186
|
-
add_location(div, file,
|
|
3048
|
+
add_location(div, file, 90, 8, 3385);
|
|
3187
3049
|
},
|
|
3188
3050
|
m: function mount(target, anchor) {
|
|
3189
3051
|
insert_dev(target, div, anchor);
|
|
@@ -3192,11 +3054,11 @@
|
|
|
3192
3054
|
if (if_block1) if_block1.m(div, null);
|
|
3193
3055
|
},
|
|
3194
3056
|
p: function update(ctx, dirty) {
|
|
3195
|
-
if (/*helpLinksRepeater*/ ctx[
|
|
3057
|
+
if (/*helpLinksRepeater*/ ctx[4]) {
|
|
3196
3058
|
if (if_block0) {
|
|
3197
3059
|
if_block0.p(ctx, dirty);
|
|
3198
3060
|
} else {
|
|
3199
|
-
if_block0 =
|
|
3061
|
+
if_block0 = create_if_block_6(ctx);
|
|
3200
3062
|
if_block0.c();
|
|
3201
3063
|
if_block0.m(div, t);
|
|
3202
3064
|
}
|
|
@@ -3205,11 +3067,11 @@
|
|
|
3205
3067
|
if_block0 = null;
|
|
3206
3068
|
}
|
|
3207
3069
|
|
|
3208
|
-
if (/*licensesRepeater*/ ctx[
|
|
3070
|
+
if (/*licensesRepeater*/ ctx[5]) {
|
|
3209
3071
|
if (if_block1) {
|
|
3210
3072
|
if_block1.p(ctx, dirty);
|
|
3211
3073
|
} else {
|
|
3212
|
-
if_block1 =
|
|
3074
|
+
if_block1 = create_if_block_5(ctx);
|
|
3213
3075
|
if_block1.c();
|
|
3214
3076
|
if_block1.m(div, null);
|
|
3215
3077
|
}
|
|
@@ -3218,7 +3080,7 @@
|
|
|
3218
3080
|
if_block1 = null;
|
|
3219
3081
|
}
|
|
3220
3082
|
|
|
3221
|
-
if (dirty & /*helpLinksRepeater, licensesRepeater*/
|
|
3083
|
+
if (dirty & /*helpLinksRepeater, licensesRepeater*/ 48 && div_class_value !== (div_class_value = "GridRow " + (/*helpLinksRepeater*/ ctx[4] && /*licensesRepeater*/ ctx[5]
|
|
3222
3084
|
? "SplitRow"
|
|
3223
3085
|
: ""))) {
|
|
3224
3086
|
attr_dev(div, "class", div_class_value);
|
|
@@ -3233,210 +3095,100 @@
|
|
|
3233
3095
|
|
|
3234
3096
|
dispatch_dev("SvelteRegisterBlock", {
|
|
3235
3097
|
block,
|
|
3236
|
-
id:
|
|
3098
|
+
id: create_if_block_4.name,
|
|
3237
3099
|
type: "if",
|
|
3238
|
-
source: "(
|
|
3100
|
+
source: "(90:6) {#if helpLinksRepeater || licensesRepeater}",
|
|
3239
3101
|
ctx
|
|
3240
3102
|
});
|
|
3241
3103
|
|
|
3242
3104
|
return block;
|
|
3243
3105
|
}
|
|
3244
3106
|
|
|
3245
|
-
// (
|
|
3246
|
-
function
|
|
3107
|
+
// (93:10) {#if helpLinksRepeater}
|
|
3108
|
+
function create_if_block_6(ctx) {
|
|
3247
3109
|
let div;
|
|
3248
|
-
let t;
|
|
3249
3110
|
let casino_footer_section;
|
|
3250
|
-
let if_block = /*helpLinksTitle*/ ctx[7] && create_if_block_9(ctx);
|
|
3251
3111
|
|
|
3252
3112
|
const block = {
|
|
3253
3113
|
c: function create() {
|
|
3254
3114
|
div = element("div");
|
|
3255
|
-
if (if_block) if_block.c();
|
|
3256
|
-
t = space();
|
|
3257
3115
|
casino_footer_section = element("casino-footer-section");
|
|
3258
3116
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3259
3117
|
set_custom_element_data(casino_footer_section, "helperflag", "1");
|
|
3260
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3118
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3261
3119
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3262
|
-
add_location(casino_footer_section, file,
|
|
3120
|
+
add_location(casino_footer_section, file, 94, 14, 3588);
|
|
3263
3121
|
attr_dev(div, "class", "GridCol");
|
|
3264
|
-
add_location(div, file,
|
|
3122
|
+
add_location(div, file, 93, 12, 3552);
|
|
3265
3123
|
},
|
|
3266
3124
|
m: function mount(target, anchor) {
|
|
3267
3125
|
insert_dev(target, div, anchor);
|
|
3268
|
-
if (if_block) if_block.m(div, null);
|
|
3269
|
-
append_dev(div, t);
|
|
3270
3126
|
append_dev(div, casino_footer_section);
|
|
3271
3127
|
},
|
|
3272
3128
|
p: function update(ctx, dirty) {
|
|
3273
|
-
if (/*helpLinksTitle*/ ctx[7]) {
|
|
3274
|
-
if (if_block) {
|
|
3275
|
-
if_block.p(ctx, dirty);
|
|
3276
|
-
} else {
|
|
3277
|
-
if_block = create_if_block_9(ctx);
|
|
3278
|
-
if_block.c();
|
|
3279
|
-
if_block.m(div, t);
|
|
3280
|
-
}
|
|
3281
|
-
} else if (if_block) {
|
|
3282
|
-
if_block.d(1);
|
|
3283
|
-
if_block = null;
|
|
3284
|
-
}
|
|
3285
|
-
|
|
3286
3129
|
if (dirty & /*target*/ 1) {
|
|
3287
3130
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3288
3131
|
}
|
|
3289
3132
|
},
|
|
3290
3133
|
d: function destroy(detaching) {
|
|
3291
3134
|
if (detaching) detach_dev(div);
|
|
3292
|
-
if (if_block) if_block.d();
|
|
3293
|
-
}
|
|
3294
|
-
};
|
|
3295
|
-
|
|
3296
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
3297
|
-
block,
|
|
3298
|
-
id: create_if_block_8.name,
|
|
3299
|
-
type: "if",
|
|
3300
|
-
source: "(105:10) {#if helpLinksRepeater}",
|
|
3301
|
-
ctx
|
|
3302
|
-
});
|
|
3303
|
-
|
|
3304
|
-
return block;
|
|
3305
|
-
}
|
|
3306
|
-
|
|
3307
|
-
// (107:14) {#if helpLinksTitle}
|
|
3308
|
-
function create_if_block_9(ctx) {
|
|
3309
|
-
let p;
|
|
3310
|
-
let t;
|
|
3311
|
-
|
|
3312
|
-
const block = {
|
|
3313
|
-
c: function create() {
|
|
3314
|
-
p = element("p");
|
|
3315
|
-
t = text(/*helpLinksTitle*/ ctx[7]);
|
|
3316
|
-
attr_dev(p, "class", "FooterTitle");
|
|
3317
|
-
add_location(p, file, 107, 16, 4113);
|
|
3318
|
-
},
|
|
3319
|
-
m: function mount(target, anchor) {
|
|
3320
|
-
insert_dev(target, p, anchor);
|
|
3321
|
-
append_dev(p, t);
|
|
3322
|
-
},
|
|
3323
|
-
p: function update(ctx, dirty) {
|
|
3324
|
-
if (dirty & /*helpLinksTitle*/ 128) set_data_dev(t, /*helpLinksTitle*/ ctx[7]);
|
|
3325
|
-
},
|
|
3326
|
-
d: function destroy(detaching) {
|
|
3327
|
-
if (detaching) detach_dev(p);
|
|
3328
3135
|
}
|
|
3329
3136
|
};
|
|
3330
3137
|
|
|
3331
3138
|
dispatch_dev("SvelteRegisterBlock", {
|
|
3332
3139
|
block,
|
|
3333
|
-
id:
|
|
3140
|
+
id: create_if_block_6.name,
|
|
3334
3141
|
type: "if",
|
|
3335
|
-
source: "(
|
|
3142
|
+
source: "(93:10) {#if helpLinksRepeater}",
|
|
3336
3143
|
ctx
|
|
3337
3144
|
});
|
|
3338
3145
|
|
|
3339
3146
|
return block;
|
|
3340
3147
|
}
|
|
3341
3148
|
|
|
3342
|
-
// (
|
|
3343
|
-
function
|
|
3149
|
+
// (100:10) {#if licensesRepeater}
|
|
3150
|
+
function create_if_block_5(ctx) {
|
|
3344
3151
|
let div;
|
|
3345
|
-
let t;
|
|
3346
3152
|
let casino_footer_section;
|
|
3347
|
-
let if_block = /*licensesLinksTitle*/ ctx[9] && create_if_block_7(ctx);
|
|
3348
3153
|
|
|
3349
3154
|
const block = {
|
|
3350
3155
|
c: function create() {
|
|
3351
3156
|
div = element("div");
|
|
3352
|
-
if (if_block) if_block.c();
|
|
3353
|
-
t = space();
|
|
3354
3157
|
casino_footer_section = element("casino-footer-section");
|
|
3355
3158
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3356
3159
|
set_custom_element_data(casino_footer_section, "licenseflag", "1");
|
|
3357
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3160
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3358
3161
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3359
|
-
add_location(casino_footer_section, file,
|
|
3162
|
+
add_location(casino_footer_section, file, 101, 14, 3914);
|
|
3360
3163
|
attr_dev(div, "class", "GridCol");
|
|
3361
|
-
add_location(div, file,
|
|
3164
|
+
add_location(div, file, 100, 12, 3878);
|
|
3362
3165
|
},
|
|
3363
3166
|
m: function mount(target, anchor) {
|
|
3364
3167
|
insert_dev(target, div, anchor);
|
|
3365
|
-
if (if_block) if_block.m(div, null);
|
|
3366
|
-
append_dev(div, t);
|
|
3367
3168
|
append_dev(div, casino_footer_section);
|
|
3368
3169
|
},
|
|
3369
3170
|
p: function update(ctx, dirty) {
|
|
3370
|
-
if (/*licensesLinksTitle*/ ctx[9]) {
|
|
3371
|
-
if (if_block) {
|
|
3372
|
-
if_block.p(ctx, dirty);
|
|
3373
|
-
} else {
|
|
3374
|
-
if_block = create_if_block_7(ctx);
|
|
3375
|
-
if_block.c();
|
|
3376
|
-
if_block.m(div, t);
|
|
3377
|
-
}
|
|
3378
|
-
} else if (if_block) {
|
|
3379
|
-
if_block.d(1);
|
|
3380
|
-
if_block = null;
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
3171
|
if (dirty & /*target*/ 1) {
|
|
3384
3172
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3385
3173
|
}
|
|
3386
3174
|
},
|
|
3387
3175
|
d: function destroy(detaching) {
|
|
3388
3176
|
if (detaching) detach_dev(div);
|
|
3389
|
-
if (if_block) if_block.d();
|
|
3390
3177
|
}
|
|
3391
3178
|
};
|
|
3392
3179
|
|
|
3393
3180
|
dispatch_dev("SvelteRegisterBlock", {
|
|
3394
3181
|
block,
|
|
3395
|
-
id:
|
|
3396
|
-
type: "if",
|
|
3397
|
-
source: "(115:10) {#if licensesRepeater}",
|
|
3398
|
-
ctx
|
|
3399
|
-
});
|
|
3400
|
-
|
|
3401
|
-
return block;
|
|
3402
|
-
}
|
|
3403
|
-
|
|
3404
|
-
// (117:14) {#if licensesLinksTitle}
|
|
3405
|
-
function create_if_block_7(ctx) {
|
|
3406
|
-
let p;
|
|
3407
|
-
let t;
|
|
3408
|
-
|
|
3409
|
-
const block = {
|
|
3410
|
-
c: function create() {
|
|
3411
|
-
p = element("p");
|
|
3412
|
-
t = text(/*licensesLinksTitle*/ ctx[9]);
|
|
3413
|
-
attr_dev(p, "class", "FooterTitle");
|
|
3414
|
-
add_location(p, file, 117, 16, 4558);
|
|
3415
|
-
},
|
|
3416
|
-
m: function mount(target, anchor) {
|
|
3417
|
-
insert_dev(target, p, anchor);
|
|
3418
|
-
append_dev(p, t);
|
|
3419
|
-
},
|
|
3420
|
-
p: function update(ctx, dirty) {
|
|
3421
|
-
if (dirty & /*licensesLinksTitle*/ 512) set_data_dev(t, /*licensesLinksTitle*/ ctx[9]);
|
|
3422
|
-
},
|
|
3423
|
-
d: function destroy(detaching) {
|
|
3424
|
-
if (detaching) detach_dev(p);
|
|
3425
|
-
}
|
|
3426
|
-
};
|
|
3427
|
-
|
|
3428
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
3429
|
-
block,
|
|
3430
|
-
id: create_if_block_7.name,
|
|
3182
|
+
id: create_if_block_5.name,
|
|
3431
3183
|
type: "if",
|
|
3432
|
-
source: "(
|
|
3184
|
+
source: "(100:10) {#if licensesRepeater}",
|
|
3433
3185
|
ctx
|
|
3434
3186
|
});
|
|
3435
3187
|
|
|
3436
3188
|
return block;
|
|
3437
3189
|
}
|
|
3438
3190
|
|
|
3439
|
-
// (
|
|
3191
|
+
// (108:6) {#if licenseDesc || copyright}
|
|
3440
3192
|
function create_if_block_2(ctx) {
|
|
3441
3193
|
let div3;
|
|
3442
3194
|
let div2;
|
|
@@ -3448,7 +3200,7 @@
|
|
|
3448
3200
|
let setContent_action_1;
|
|
3449
3201
|
let mounted;
|
|
3450
3202
|
let dispose;
|
|
3451
|
-
let if_block = /*socialLinksRepeater*/ ctx[
|
|
3203
|
+
let if_block = /*socialLinksRepeater*/ ctx[6] && create_if_block_3(ctx);
|
|
3452
3204
|
|
|
3453
3205
|
const block = {
|
|
3454
3206
|
c: function create() {
|
|
@@ -3460,38 +3212,38 @@
|
|
|
3460
3212
|
t1 = space();
|
|
3461
3213
|
div1 = element("div");
|
|
3462
3214
|
attr_dev(div0, "class", "DetailedLicenses");
|
|
3463
|
-
add_location(div0, file,
|
|
3215
|
+
add_location(div0, file, 112, 14, 4368);
|
|
3464
3216
|
attr_dev(div1, "class", "CopyrightAreaRights CopyrightArea");
|
|
3465
|
-
add_location(div1, file,
|
|
3217
|
+
add_location(div1, file, 118, 14, 4798);
|
|
3466
3218
|
attr_dev(div2, "class", "GridCol");
|
|
3467
|
-
add_location(div2, file,
|
|
3219
|
+
add_location(div2, file, 110, 12, 4277);
|
|
3468
3220
|
attr_dev(div3, "class", "GridRow LicenseRow");
|
|
3469
|
-
add_location(div3, file,
|
|
3221
|
+
add_location(div3, file, 108, 8, 4192);
|
|
3470
3222
|
},
|
|
3471
3223
|
m: function mount(target, anchor) {
|
|
3472
3224
|
insert_dev(target, div3, anchor);
|
|
3473
3225
|
append_dev(div3, div2);
|
|
3474
3226
|
append_dev(div2, div0);
|
|
3475
|
-
/*div0_binding*/ ctx[
|
|
3227
|
+
/*div0_binding*/ ctx[18](div0);
|
|
3476
3228
|
append_dev(div2, t0);
|
|
3477
3229
|
if (if_block) if_block.m(div2, null);
|
|
3478
3230
|
append_dev(div2, t1);
|
|
3479
3231
|
append_dev(div2, div1);
|
|
3480
|
-
/*div1_binding*/ ctx[
|
|
3232
|
+
/*div1_binding*/ ctx[19](div1);
|
|
3481
3233
|
|
|
3482
3234
|
if (!mounted) {
|
|
3483
3235
|
dispose = [
|
|
3484
|
-
action_destroyer(setContent_action = /*setContent*/ ctx[
|
|
3485
|
-
action_destroyer(setContent_action_1 = /*setContent*/ ctx[
|
|
3236
|
+
action_destroyer(setContent_action = /*setContent*/ ctx[15].call(null, div0, /*licenseDesc*/ ctx[8])),
|
|
3237
|
+
action_destroyer(setContent_action_1 = /*setContent*/ ctx[15].call(null, div1, /*copyright*/ ctx[7]))
|
|
3486
3238
|
];
|
|
3487
3239
|
|
|
3488
3240
|
mounted = true;
|
|
3489
3241
|
}
|
|
3490
3242
|
},
|
|
3491
3243
|
p: function update(ctx, dirty) {
|
|
3492
|
-
if (setContent_action && is_function(setContent_action.update) && dirty & /*licenseDesc*/
|
|
3244
|
+
if (setContent_action && is_function(setContent_action.update) && dirty & /*licenseDesc*/ 256) setContent_action.update.call(null, /*licenseDesc*/ ctx[8]);
|
|
3493
3245
|
|
|
3494
|
-
if (/*socialLinksRepeater*/ ctx[
|
|
3246
|
+
if (/*socialLinksRepeater*/ ctx[6]) {
|
|
3495
3247
|
if (if_block) {
|
|
3496
3248
|
if_block.p(ctx, dirty);
|
|
3497
3249
|
} else {
|
|
@@ -3504,13 +3256,13 @@
|
|
|
3504
3256
|
if_block = null;
|
|
3505
3257
|
}
|
|
3506
3258
|
|
|
3507
|
-
if (setContent_action_1 && is_function(setContent_action_1.update) && dirty & /*copyright*/
|
|
3259
|
+
if (setContent_action_1 && is_function(setContent_action_1.update) && dirty & /*copyright*/ 128) setContent_action_1.update.call(null, /*copyright*/ ctx[7]);
|
|
3508
3260
|
},
|
|
3509
3261
|
d: function destroy(detaching) {
|
|
3510
3262
|
if (detaching) detach_dev(div3);
|
|
3511
|
-
/*div0_binding*/ ctx[
|
|
3263
|
+
/*div0_binding*/ ctx[18](null);
|
|
3512
3264
|
if (if_block) if_block.d();
|
|
3513
|
-
/*div1_binding*/ ctx[
|
|
3265
|
+
/*div1_binding*/ ctx[19](null);
|
|
3514
3266
|
mounted = false;
|
|
3515
3267
|
run_all(dispose);
|
|
3516
3268
|
}
|
|
@@ -3520,56 +3272,35 @@
|
|
|
3520
3272
|
block,
|
|
3521
3273
|
id: create_if_block_2.name,
|
|
3522
3274
|
type: "if",
|
|
3523
|
-
source: "(
|
|
3275
|
+
source: "(108:6) {#if licenseDesc || copyright}",
|
|
3524
3276
|
ctx
|
|
3525
3277
|
});
|
|
3526
3278
|
|
|
3527
3279
|
return block;
|
|
3528
3280
|
}
|
|
3529
3281
|
|
|
3530
|
-
// (
|
|
3282
|
+
// (115:14) {#if socialLinksRepeater}
|
|
3531
3283
|
function create_if_block_3(ctx) {
|
|
3532
|
-
let t;
|
|
3533
3284
|
let casino_footer_section;
|
|
3534
|
-
let if_block = /*socialLinksTitle*/ ctx[11] && create_if_block_4(ctx);
|
|
3535
3285
|
|
|
3536
3286
|
const block = {
|
|
3537
3287
|
c: function create() {
|
|
3538
|
-
if (if_block) if_block.c();
|
|
3539
|
-
t = space();
|
|
3540
3288
|
casino_footer_section = element("casino-footer-section");
|
|
3541
3289
|
set_custom_element_data(casino_footer_section, "class", "FooterSection SocialSection");
|
|
3542
3290
|
set_custom_element_data(casino_footer_section, "socialflag", "1");
|
|
3543
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3291
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3544
3292
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3545
|
-
add_location(casino_footer_section, file,
|
|
3293
|
+
add_location(casino_footer_section, file, 115, 16, 4572);
|
|
3546
3294
|
},
|
|
3547
3295
|
m: function mount(target, anchor) {
|
|
3548
|
-
if (if_block) if_block.m(target, anchor);
|
|
3549
|
-
insert_dev(target, t, anchor);
|
|
3550
3296
|
insert_dev(target, casino_footer_section, anchor);
|
|
3551
3297
|
},
|
|
3552
3298
|
p: function update(ctx, dirty) {
|
|
3553
|
-
if (/*socialLinksTitle*/ ctx[11]) {
|
|
3554
|
-
if (if_block) {
|
|
3555
|
-
if_block.p(ctx, dirty);
|
|
3556
|
-
} else {
|
|
3557
|
-
if_block = create_if_block_4(ctx);
|
|
3558
|
-
if_block.c();
|
|
3559
|
-
if_block.m(t.parentNode, t);
|
|
3560
|
-
}
|
|
3561
|
-
} else if (if_block) {
|
|
3562
|
-
if_block.d(1);
|
|
3563
|
-
if_block = null;
|
|
3564
|
-
}
|
|
3565
|
-
|
|
3566
3299
|
if (dirty & /*target*/ 1) {
|
|
3567
3300
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3568
3301
|
}
|
|
3569
3302
|
},
|
|
3570
3303
|
d: function destroy(detaching) {
|
|
3571
|
-
if (if_block) if_block.d(detaching);
|
|
3572
|
-
if (detaching) detach_dev(t);
|
|
3573
3304
|
if (detaching) detach_dev(casino_footer_section);
|
|
3574
3305
|
}
|
|
3575
3306
|
};
|
|
@@ -3578,42 +3309,7 @@
|
|
|
3578
3309
|
block,
|
|
3579
3310
|
id: create_if_block_3.name,
|
|
3580
3311
|
type: "if",
|
|
3581
|
-
source: "(
|
|
3582
|
-
ctx
|
|
3583
|
-
});
|
|
3584
|
-
|
|
3585
|
-
return block;
|
|
3586
|
-
}
|
|
3587
|
-
|
|
3588
|
-
// (134:16) {#if socialLinksTitle}
|
|
3589
|
-
function create_if_block_4(ctx) {
|
|
3590
|
-
let p;
|
|
3591
|
-
let t;
|
|
3592
|
-
|
|
3593
|
-
const block = {
|
|
3594
|
-
c: function create() {
|
|
3595
|
-
p = element("p");
|
|
3596
|
-
t = text(/*socialLinksTitle*/ ctx[11]);
|
|
3597
|
-
attr_dev(p, "class", "FooterTitle");
|
|
3598
|
-
add_location(p, file, 134, 18, 5339);
|
|
3599
|
-
},
|
|
3600
|
-
m: function mount(target, anchor) {
|
|
3601
|
-
insert_dev(target, p, anchor);
|
|
3602
|
-
append_dev(p, t);
|
|
3603
|
-
},
|
|
3604
|
-
p: function update(ctx, dirty) {
|
|
3605
|
-
if (dirty & /*socialLinksTitle*/ 2048) set_data_dev(t, /*socialLinksTitle*/ ctx[11]);
|
|
3606
|
-
},
|
|
3607
|
-
d: function destroy(detaching) {
|
|
3608
|
-
if (detaching) detach_dev(p);
|
|
3609
|
-
}
|
|
3610
|
-
};
|
|
3611
|
-
|
|
3612
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
3613
|
-
block,
|
|
3614
|
-
id: create_if_block_4.name,
|
|
3615
|
-
type: "if",
|
|
3616
|
-
source: "(134:16) {#if socialLinksTitle}",
|
|
3312
|
+
source: "(115:14) {#if socialLinksRepeater}",
|
|
3617
3313
|
ctx
|
|
3618
3314
|
});
|
|
3619
3315
|
|
|
@@ -3624,8 +3320,8 @@
|
|
|
3624
3320
|
let if_block_anchor;
|
|
3625
3321
|
|
|
3626
3322
|
function select_block_type(ctx, dirty) {
|
|
3627
|
-
if (/*hasErrors*/ ctx[
|
|
3628
|
-
if (/*isLoading*/ ctx[
|
|
3323
|
+
if (/*hasErrors*/ ctx[12]) return create_if_block;
|
|
3324
|
+
if (/*isLoading*/ ctx[13]) return create_if_block_1;
|
|
3629
3325
|
return create_else_block;
|
|
3630
3326
|
}
|
|
3631
3327
|
|
|
@@ -3683,17 +3379,11 @@
|
|
|
3683
3379
|
let { endpoint = "" } = $$props;
|
|
3684
3380
|
let { clientstyling = "" } = $$props;
|
|
3685
3381
|
let { target = "" } = $$props;
|
|
3686
|
-
let gameVendorsLinksTitle = "";
|
|
3687
3382
|
let gameVendorsRepeater = [];
|
|
3688
|
-
let paymentLinksTitle = "";
|
|
3689
3383
|
let paymentMethodsRepeater = [];
|
|
3690
|
-
let sponsorsLinksTitle = "";
|
|
3691
3384
|
let sponsorsRepeater = [];
|
|
3692
|
-
let helpLinksTitle = "";
|
|
3693
3385
|
let helpLinksRepeater = [];
|
|
3694
|
-
let licensesLinksTitle = "";
|
|
3695
3386
|
let licensesRepeater = [];
|
|
3696
|
-
let socialLinksTitle = "";
|
|
3697
3387
|
let socialLinksRepeater = [];
|
|
3698
3388
|
let copyright = "";
|
|
3699
3389
|
let licenseDesc = "";
|
|
@@ -3706,12 +3396,12 @@
|
|
|
3706
3396
|
let customStyling = "";
|
|
3707
3397
|
|
|
3708
3398
|
const getData = () => {
|
|
3709
|
-
$$invalidate(
|
|
3399
|
+
$$invalidate(13, isLoading = true);
|
|
3710
3400
|
|
|
3711
3401
|
fetch(endpoint).then(res => res.json()).then(data => {
|
|
3712
|
-
$$invalidate(
|
|
3402
|
+
$$invalidate(13, isLoading = false);
|
|
3713
3403
|
receivedFooterData = data;
|
|
3714
|
-
$$invalidate(1, {
|
|
3404
|
+
$$invalidate(1, { gameVendorsRepeater, paymentMethodsRepeater, sponsorsRepeater, helpLinksRepeater, licensesRepeater, socialLinksRepeater, copyright, licenseDesc } = receivedFooterData, gameVendorsRepeater, $$invalidate(2, paymentMethodsRepeater), $$invalidate(3, sponsorsRepeater), $$invalidate(4, helpLinksRepeater), $$invalidate(5, licensesRepeater), $$invalidate(6, socialLinksRepeater), $$invalidate(7, copyright), $$invalidate(8, licenseDesc));
|
|
3715
3405
|
|
|
3716
3406
|
window.postMessage(
|
|
3717
3407
|
{
|
|
@@ -3726,8 +3416,8 @@
|
|
|
3726
3416
|
window.location.href
|
|
3727
3417
|
);
|
|
3728
3418
|
}).catch(err => {
|
|
3729
|
-
$$invalidate(
|
|
3730
|
-
$$invalidate(
|
|
3419
|
+
$$invalidate(12, hasErrors = true);
|
|
3420
|
+
$$invalidate(13, isLoading = false);
|
|
3731
3421
|
console.error(err);
|
|
3732
3422
|
});
|
|
3733
3423
|
};
|
|
@@ -3753,27 +3443,27 @@
|
|
|
3753
3443
|
function div0_binding($$value) {
|
|
3754
3444
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3755
3445
|
licenseContainer = $$value;
|
|
3756
|
-
$$invalidate(
|
|
3446
|
+
$$invalidate(9, licenseContainer);
|
|
3757
3447
|
});
|
|
3758
3448
|
}
|
|
3759
3449
|
|
|
3760
3450
|
function div1_binding($$value) {
|
|
3761
3451
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3762
3452
|
copyrightContainer = $$value;
|
|
3763
|
-
$$invalidate(
|
|
3453
|
+
$$invalidate(10, copyrightContainer);
|
|
3764
3454
|
});
|
|
3765
3455
|
}
|
|
3766
3456
|
|
|
3767
3457
|
function div_binding($$value) {
|
|
3768
3458
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3769
3459
|
footerWidget = $$value;
|
|
3770
|
-
$$invalidate(
|
|
3460
|
+
$$invalidate(11, footerWidget);
|
|
3771
3461
|
});
|
|
3772
3462
|
}
|
|
3773
3463
|
|
|
3774
3464
|
$$self.$$set = $$props => {
|
|
3775
|
-
if ("endpoint" in $$props) $$invalidate(
|
|
3776
|
-
if ("clientstyling" in $$props) $$invalidate(
|
|
3465
|
+
if ("endpoint" in $$props) $$invalidate(16, endpoint = $$props.endpoint);
|
|
3466
|
+
if ("clientstyling" in $$props) $$invalidate(17, clientstyling = $$props.clientstyling);
|
|
3777
3467
|
if ("target" in $$props) $$invalidate(0, target = $$props.target);
|
|
3778
3468
|
};
|
|
3779
3469
|
|
|
@@ -3781,17 +3471,11 @@
|
|
|
3781
3471
|
endpoint,
|
|
3782
3472
|
clientstyling,
|
|
3783
3473
|
target,
|
|
3784
|
-
gameVendorsLinksTitle,
|
|
3785
3474
|
gameVendorsRepeater,
|
|
3786
|
-
paymentLinksTitle,
|
|
3787
3475
|
paymentMethodsRepeater,
|
|
3788
|
-
sponsorsLinksTitle,
|
|
3789
3476
|
sponsorsRepeater,
|
|
3790
|
-
helpLinksTitle,
|
|
3791
3477
|
helpLinksRepeater,
|
|
3792
|
-
licensesLinksTitle,
|
|
3793
3478
|
licensesRepeater,
|
|
3794
|
-
socialLinksTitle,
|
|
3795
3479
|
socialLinksRepeater,
|
|
3796
3480
|
copyright,
|
|
3797
3481
|
licenseDesc,
|
|
@@ -3808,30 +3492,24 @@
|
|
|
3808
3492
|
});
|
|
3809
3493
|
|
|
3810
3494
|
$$self.$inject_state = $$props => {
|
|
3811
|
-
if ("endpoint" in $$props) $$invalidate(
|
|
3812
|
-
if ("clientstyling" in $$props) $$invalidate(
|
|
3495
|
+
if ("endpoint" in $$props) $$invalidate(16, endpoint = $$props.endpoint);
|
|
3496
|
+
if ("clientstyling" in $$props) $$invalidate(17, clientstyling = $$props.clientstyling);
|
|
3813
3497
|
if ("target" in $$props) $$invalidate(0, target = $$props.target);
|
|
3814
|
-
if ("
|
|
3815
|
-
if ("
|
|
3816
|
-
if ("
|
|
3817
|
-
if ("
|
|
3818
|
-
if ("
|
|
3819
|
-
if ("
|
|
3820
|
-
if ("
|
|
3821
|
-
if ("
|
|
3822
|
-
if ("
|
|
3823
|
-
if ("
|
|
3824
|
-
if ("
|
|
3825
|
-
if ("
|
|
3826
|
-
if ("
|
|
3827
|
-
if ("licenseDesc" in $$props) $$invalidate(14, licenseDesc = $$props.licenseDesc);
|
|
3828
|
-
if ("licenseContainer" in $$props) $$invalidate(15, licenseContainer = $$props.licenseContainer);
|
|
3829
|
-
if ("copyrightContainer" in $$props) $$invalidate(16, copyrightContainer = $$props.copyrightContainer);
|
|
3830
|
-
if ("footerWidget" in $$props) $$invalidate(17, footerWidget = $$props.footerWidget);
|
|
3831
|
-
if ("hasErrors" in $$props) $$invalidate(18, hasErrors = $$props.hasErrors);
|
|
3832
|
-
if ("isLoading" in $$props) $$invalidate(19, isLoading = $$props.isLoading);
|
|
3498
|
+
if ("gameVendorsRepeater" in $$props) $$invalidate(1, gameVendorsRepeater = $$props.gameVendorsRepeater);
|
|
3499
|
+
if ("paymentMethodsRepeater" in $$props) $$invalidate(2, paymentMethodsRepeater = $$props.paymentMethodsRepeater);
|
|
3500
|
+
if ("sponsorsRepeater" in $$props) $$invalidate(3, sponsorsRepeater = $$props.sponsorsRepeater);
|
|
3501
|
+
if ("helpLinksRepeater" in $$props) $$invalidate(4, helpLinksRepeater = $$props.helpLinksRepeater);
|
|
3502
|
+
if ("licensesRepeater" in $$props) $$invalidate(5, licensesRepeater = $$props.licensesRepeater);
|
|
3503
|
+
if ("socialLinksRepeater" in $$props) $$invalidate(6, socialLinksRepeater = $$props.socialLinksRepeater);
|
|
3504
|
+
if ("copyright" in $$props) $$invalidate(7, copyright = $$props.copyright);
|
|
3505
|
+
if ("licenseDesc" in $$props) $$invalidate(8, licenseDesc = $$props.licenseDesc);
|
|
3506
|
+
if ("licenseContainer" in $$props) $$invalidate(9, licenseContainer = $$props.licenseContainer);
|
|
3507
|
+
if ("copyrightContainer" in $$props) $$invalidate(10, copyrightContainer = $$props.copyrightContainer);
|
|
3508
|
+
if ("footerWidget" in $$props) $$invalidate(11, footerWidget = $$props.footerWidget);
|
|
3509
|
+
if ("hasErrors" in $$props) $$invalidate(12, hasErrors = $$props.hasErrors);
|
|
3510
|
+
if ("isLoading" in $$props) $$invalidate(13, isLoading = $$props.isLoading);
|
|
3833
3511
|
if ("receivedFooterData" in $$props) receivedFooterData = $$props.receivedFooterData;
|
|
3834
|
-
if ("customStyling" in $$props) $$invalidate(
|
|
3512
|
+
if ("customStyling" in $$props) $$invalidate(14, customStyling = $$props.customStyling);
|
|
3835
3513
|
};
|
|
3836
3514
|
|
|
3837
3515
|
if ($$props && "$$inject" in $$props) {
|
|
@@ -3839,28 +3517,22 @@
|
|
|
3839
3517
|
}
|
|
3840
3518
|
|
|
3841
3519
|
$$self.$$.update = () => {
|
|
3842
|
-
if ($$self.$$.dirty & /*clientstyling*/
|
|
3520
|
+
if ($$self.$$.dirty & /*clientstyling*/ 131072) {
|
|
3843
3521
|
clientstyling && setClientStyling();
|
|
3844
3522
|
}
|
|
3845
3523
|
|
|
3846
|
-
if ($$self.$$.dirty & /*endpoint*/
|
|
3524
|
+
if ($$self.$$.dirty & /*endpoint*/ 65536) {
|
|
3847
3525
|
endpoint && getData();
|
|
3848
3526
|
}
|
|
3849
3527
|
};
|
|
3850
3528
|
|
|
3851
3529
|
return [
|
|
3852
3530
|
target,
|
|
3853
|
-
gameVendorsLinksTitle,
|
|
3854
3531
|
gameVendorsRepeater,
|
|
3855
|
-
paymentLinksTitle,
|
|
3856
3532
|
paymentMethodsRepeater,
|
|
3857
|
-
sponsorsLinksTitle,
|
|
3858
3533
|
sponsorsRepeater,
|
|
3859
|
-
helpLinksTitle,
|
|
3860
3534
|
helpLinksRepeater,
|
|
3861
|
-
licensesLinksTitle,
|
|
3862
3535
|
licensesRepeater,
|
|
3863
|
-
socialLinksTitle,
|
|
3864
3536
|
socialLinksRepeater,
|
|
3865
3537
|
copyright,
|
|
3866
3538
|
licenseDesc,
|
|
@@ -3882,7 +3554,7 @@
|
|
|
3882
3554
|
class CasinoFooter extends SvelteElement {
|
|
3883
3555
|
constructor(options) {
|
|
3884
3556
|
super();
|
|
3885
|
-
this.shadowRoot.innerHTML = `<style>.SearchLoading{color:#fff;text-align:center}.FooterGrid{font-family:'Arial';display:flex;padding:10px 40px;background-color:#212529;color:#fff;flex-direction:column;align-items:center;justify-content:center}.FooterGrid.NoSponsorSpacing{padding-top:30px}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;padding:20px 0;align-items:flex-start;justify-content:center}.FooterGrid .GridRow:first-child{padding-top:0}.FooterGrid .GridRow:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.LicenseRow{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child{flex-basis:45%}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:calc(55% - 1px);border-left:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow .GridCol{width:100%;flex:1}.FooterGrid .GridRow .GridCol p{text-align:center}.FooterGrid .GridRow .GridCol p.FooterTitle{font-size:12px;font-weight:700}.FooterGrid .DetailedLicenses{margin:30px 50px 20px;font-size:10px;text-align:center;color:#828282}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:#828282;font-size:9.008px}@media only screen and (max-width: 768px){.FooterGrid{padding:5.008px 20px}.FooterGrid .FooterTitle{margin-top:0}.FooterGrid .GridRow{padding:0}.FooterGrid .GridRow:not(:last-child){border-bottom:0}.FooterGrid .GridRow:last-child .GridCol:last-child{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child,.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:unset}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){border-left:none}.FooterGrid .GridRow .GridCol{border-bottom:1px solid rgba(255, 255, 255, 0.1);padding:15.008px 0}}</style>`;
|
|
3557
|
+
this.shadowRoot.innerHTML = `<style>.SearchLoading{color:#fff;text-align:center}.FooterGrid{font-family:'Arial';display:flex;padding:10px 40px;background-color:#212529;color:#fff;flex-direction:column;align-items:center;justify-content:center}.FooterGrid.NoSponsorSpacing{padding-top:30px}.FooterGrid .GridRow{display:flex;flex-flow:row wrap;width:100%;padding:20px 0;align-items:flex-start;justify-content:center}.FooterGrid .GridRow:first-child{padding-top:0}.FooterGrid .GridRow:not(:last-child){border-bottom:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow.LicenseRow{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child{flex-basis:45%}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:calc(55% - 1px);border-left:1px solid rgba(255, 255, 255, 0.1)}.FooterGrid .GridRow .GridCol{width:100%;flex:1}.FooterGrid .GridRow .GridCol p{text-align:center}.FooterGrid .GridRow .GridCol p.FooterTitle{font-size:12px;font-weight:700}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:0 auto 20px;font-size:10px;font-weight:700}.FooterGrid .DetailedLicenses{margin:30px 50px 20px;font-size:10px;text-align:center;color:#828282}.FooterGrid .CopyrightAreaRights{margin-top:10px}.FooterGrid .CopyrightTextArea p,.FooterGrid .CopyrightArea p{margin:0;color:#828282;font-size:9.008px}@media only screen and (max-width: 768px){.FooterGrid{padding:5.008px 20px}.FooterGrid .FooterTitle{margin-top:0}.FooterGrid .GridRow{padding:0}.FooterGrid .GridRow:not(:last-child){border-bottom:0}.FooterGrid .GridRow:last-child .GridCol:last-child{border-bottom:0}.FooterGrid .GridRow.SplitRow .GridCol:first-child,.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){flex-basis:unset}.FooterGrid .GridRow.SplitRow .GridCol:nth-child(2){border-left:none}.FooterGrid .GridRow .GridCol{border-bottom:1px solid rgba(255, 255, 255, 0.1);padding:15.008px 0}.FooterGrid .GridRow .GridCol .PaymentsTitle,.FooterGrid .GridRow .GridCol .VendorsTitle{margin:10px auto}}</style>`;
|
|
3886
3558
|
|
|
3887
3559
|
init(
|
|
3888
3560
|
this,
|
|
@@ -3895,8 +3567,8 @@
|
|
|
3895
3567
|
create_fragment,
|
|
3896
3568
|
safe_not_equal,
|
|
3897
3569
|
{
|
|
3898
|
-
endpoint:
|
|
3899
|
-
clientstyling:
|
|
3570
|
+
endpoint: 16,
|
|
3571
|
+
clientstyling: 17,
|
|
3900
3572
|
target: 0
|
|
3901
3573
|
}
|
|
3902
3574
|
);
|
|
@@ -3918,7 +3590,7 @@
|
|
|
3918
3590
|
}
|
|
3919
3591
|
|
|
3920
3592
|
get endpoint() {
|
|
3921
|
-
return this.$$.ctx[
|
|
3593
|
+
return this.$$.ctx[16];
|
|
3922
3594
|
}
|
|
3923
3595
|
|
|
3924
3596
|
set endpoint(endpoint) {
|
|
@@ -3927,7 +3599,7 @@
|
|
|
3927
3599
|
}
|
|
3928
3600
|
|
|
3929
3601
|
get clientstyling() {
|
|
3930
|
-
return this.$$.ctx[
|
|
3602
|
+
return this.$$.ctx[17];
|
|
3931
3603
|
}
|
|
3932
3604
|
|
|
3933
3605
|
set clientstyling(clientstyling) {
|