@everymatrix/casino-footer 0.0.120 → 0.0.121
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 +129 -162
- package/dist/casino-footer.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoFooter.svelte +4 -10
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,10 +2606,10 @@
|
|
|
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 {
|
|
@@ -2622,7 +2622,7 @@
|
|
|
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 {
|
|
@@ -2635,7 +2635,7 @@
|
|
|
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 {
|
|
@@ -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,31 +2741,31 @@
|
|
|
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
|
-
// (
|
|
2751
|
+
// (58:6) {#if sponsorsRepeater}
|
|
2752
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 {
|
|
@@ -2788,18 +2788,17 @@
|
|
|
2788
2788
|
block,
|
|
2789
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
|
-
// (
|
|
2798
|
+
// (61:10) {#if sponsorsRepeater}
|
|
2799
2799
|
function create_if_block_11(ctx) {
|
|
2800
2800
|
let div;
|
|
2801
2801
|
let p;
|
|
2802
|
-
let t0;
|
|
2803
2802
|
let t1;
|
|
2804
2803
|
let casino_footer_section;
|
|
2805
2804
|
|
|
@@ -2807,29 +2806,26 @@
|
|
|
2807
2806
|
c: function create() {
|
|
2808
2807
|
div = element("div");
|
|
2809
2808
|
p = element("p");
|
|
2810
|
-
|
|
2809
|
+
p.textContent = "Μεγάλος Χορηγός";
|
|
2811
2810
|
t1 = space();
|
|
2812
2811
|
casino_footer_section = element("casino-footer-section");
|
|
2813
2812
|
attr_dev(p, "class", "FooterTitle");
|
|
2814
|
-
add_location(p, file,
|
|
2813
|
+
add_location(p, file, 62, 12, 2082);
|
|
2815
2814
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
2816
2815
|
set_custom_element_data(casino_footer_section, "sponsorflag", "1");
|
|
2817
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2816
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
2818
2817
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2819
|
-
add_location(casino_footer_section, file,
|
|
2818
|
+
add_location(casino_footer_section, file, 63, 12, 2137);
|
|
2820
2819
|
attr_dev(div, "class", "GridCol");
|
|
2821
|
-
add_location(div, file,
|
|
2820
|
+
add_location(div, file, 61, 10, 2048);
|
|
2822
2821
|
},
|
|
2823
2822
|
m: function mount(target, anchor) {
|
|
2824
2823
|
insert_dev(target, div, anchor);
|
|
2825
2824
|
append_dev(div, p);
|
|
2826
|
-
append_dev(p, t0);
|
|
2827
2825
|
append_dev(div, t1);
|
|
2828
2826
|
append_dev(div, casino_footer_section);
|
|
2829
2827
|
},
|
|
2830
2828
|
p: function update(ctx, dirty) {
|
|
2831
|
-
if (dirty & /*sponsorsLinksTitle*/ 32) set_data_dev(t0, /*sponsorsLinksTitle*/ ctx[5]);
|
|
2832
|
-
|
|
2833
2829
|
if (dirty & /*target*/ 1) {
|
|
2834
2830
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2835
2831
|
}
|
|
@@ -2843,20 +2839,20 @@
|
|
|
2843
2839
|
block,
|
|
2844
2840
|
id: create_if_block_11.name,
|
|
2845
2841
|
type: "if",
|
|
2846
|
-
source: "(
|
|
2842
|
+
source: "(61:10) {#if sponsorsRepeater}",
|
|
2847
2843
|
ctx
|
|
2848
2844
|
});
|
|
2849
2845
|
|
|
2850
2846
|
return block;
|
|
2851
2847
|
}
|
|
2852
2848
|
|
|
2853
|
-
// (
|
|
2849
|
+
// (70:6) {#if paymentMethodsRepeater || gameVendorsRepeater}
|
|
2854
2850
|
function create_if_block_7(ctx) {
|
|
2855
2851
|
let div;
|
|
2856
2852
|
let t;
|
|
2857
2853
|
let div_class_value;
|
|
2858
|
-
let if_block0 = /*paymentMethodsRepeater*/ ctx[
|
|
2859
|
-
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);
|
|
2860
2856
|
|
|
2861
2857
|
const block = {
|
|
2862
2858
|
c: function create() {
|
|
@@ -2865,11 +2861,11 @@
|
|
|
2865
2861
|
t = space();
|
|
2866
2862
|
if (if_block1) if_block1.c();
|
|
2867
2863
|
|
|
2868
|
-
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]
|
|
2869
2865
|
? "SplitRow"
|
|
2870
2866
|
: ""));
|
|
2871
2867
|
|
|
2872
|
-
add_location(div, file,
|
|
2868
|
+
add_location(div, file, 70, 8, 2435);
|
|
2873
2869
|
},
|
|
2874
2870
|
m: function mount(target, anchor) {
|
|
2875
2871
|
insert_dev(target, div, anchor);
|
|
@@ -2878,7 +2874,7 @@
|
|
|
2878
2874
|
if (if_block1) if_block1.m(div, null);
|
|
2879
2875
|
},
|
|
2880
2876
|
p: function update(ctx, dirty) {
|
|
2881
|
-
if (/*paymentMethodsRepeater*/ ctx[
|
|
2877
|
+
if (/*paymentMethodsRepeater*/ ctx[2]) {
|
|
2882
2878
|
if (if_block0) {
|
|
2883
2879
|
if_block0.p(ctx, dirty);
|
|
2884
2880
|
} else {
|
|
@@ -2891,7 +2887,7 @@
|
|
|
2891
2887
|
if_block0 = null;
|
|
2892
2888
|
}
|
|
2893
2889
|
|
|
2894
|
-
if (/*gameVendorsRepeater*/ ctx[
|
|
2890
|
+
if (/*gameVendorsRepeater*/ ctx[1]) {
|
|
2895
2891
|
if (if_block1) {
|
|
2896
2892
|
if_block1.p(ctx, dirty);
|
|
2897
2893
|
} else {
|
|
@@ -2904,7 +2900,7 @@
|
|
|
2904
2900
|
if_block1 = null;
|
|
2905
2901
|
}
|
|
2906
2902
|
|
|
2907
|
-
if (dirty & /*paymentMethodsRepeater, gameVendorsRepeater*/
|
|
2903
|
+
if (dirty & /*paymentMethodsRepeater, gameVendorsRepeater*/ 6 && div_class_value !== (div_class_value = "GridRow " + (/*paymentMethodsRepeater*/ ctx[2] && /*gameVendorsRepeater*/ ctx[1]
|
|
2908
2904
|
? "SplitRow"
|
|
2909
2905
|
: ""))) {
|
|
2910
2906
|
attr_dev(div, "class", div_class_value);
|
|
@@ -2921,18 +2917,17 @@
|
|
|
2921
2917
|
block,
|
|
2922
2918
|
id: create_if_block_7.name,
|
|
2923
2919
|
type: "if",
|
|
2924
|
-
source: "(
|
|
2920
|
+
source: "(70:6) {#if paymentMethodsRepeater || gameVendorsRepeater}",
|
|
2925
2921
|
ctx
|
|
2926
2922
|
});
|
|
2927
2923
|
|
|
2928
2924
|
return block;
|
|
2929
2925
|
}
|
|
2930
2926
|
|
|
2931
|
-
// (
|
|
2927
|
+
// (73:10) {#if paymentMethodsRepeater}
|
|
2932
2928
|
function create_if_block_9(ctx) {
|
|
2933
2929
|
let div;
|
|
2934
2930
|
let p;
|
|
2935
|
-
let t0;
|
|
2936
2931
|
let t1;
|
|
2937
2932
|
let casino_footer_section;
|
|
2938
2933
|
|
|
@@ -2940,29 +2935,26 @@
|
|
|
2940
2935
|
c: function create() {
|
|
2941
2936
|
div = element("div");
|
|
2942
2937
|
p = element("p");
|
|
2943
|
-
|
|
2938
|
+
p.textContent = "Μέθοδοι Πληρωμής";
|
|
2944
2939
|
t1 = space();
|
|
2945
2940
|
casino_footer_section = element("casino-footer-section");
|
|
2946
2941
|
attr_dev(p, "class", "PaymentsTitle");
|
|
2947
|
-
add_location(p, file,
|
|
2942
|
+
add_location(p, file, 74, 14, 2653);
|
|
2948
2943
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
2949
2944
|
set_custom_element_data(casino_footer_section, "paymentflag", "1");
|
|
2950
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2945
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
2951
2946
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2952
|
-
add_location(casino_footer_section, file,
|
|
2947
|
+
add_location(casino_footer_section, file, 75, 14, 2713);
|
|
2953
2948
|
attr_dev(div, "class", "GridCol");
|
|
2954
|
-
add_location(div, file,
|
|
2949
|
+
add_location(div, file, 73, 12, 2617);
|
|
2955
2950
|
},
|
|
2956
2951
|
m: function mount(target, anchor) {
|
|
2957
2952
|
insert_dev(target, div, anchor);
|
|
2958
2953
|
append_dev(div, p);
|
|
2959
|
-
append_dev(p, t0);
|
|
2960
2954
|
append_dev(div, t1);
|
|
2961
2955
|
append_dev(div, casino_footer_section);
|
|
2962
2956
|
},
|
|
2963
2957
|
p: function update(ctx, dirty) {
|
|
2964
|
-
if (dirty & /*paymentLinksTitle*/ 8) set_data_dev(t0, /*paymentLinksTitle*/ ctx[3]);
|
|
2965
|
-
|
|
2966
2958
|
if (dirty & /*target*/ 1) {
|
|
2967
2959
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
2968
2960
|
}
|
|
@@ -2976,18 +2968,17 @@
|
|
|
2976
2968
|
block,
|
|
2977
2969
|
id: create_if_block_9.name,
|
|
2978
2970
|
type: "if",
|
|
2979
|
-
source: "(
|
|
2971
|
+
source: "(73:10) {#if paymentMethodsRepeater}",
|
|
2980
2972
|
ctx
|
|
2981
2973
|
});
|
|
2982
2974
|
|
|
2983
2975
|
return block;
|
|
2984
2976
|
}
|
|
2985
2977
|
|
|
2986
|
-
// (
|
|
2978
|
+
// (81:10) {#if gameVendorsRepeater}
|
|
2987
2979
|
function create_if_block_8(ctx) {
|
|
2988
2980
|
let div;
|
|
2989
2981
|
let p;
|
|
2990
|
-
let t0;
|
|
2991
2982
|
let t1;
|
|
2992
2983
|
let casino_footer_section;
|
|
2993
2984
|
|
|
@@ -2995,29 +2986,26 @@
|
|
|
2995
2986
|
c: function create() {
|
|
2996
2987
|
div = element("div");
|
|
2997
2988
|
p = element("p");
|
|
2998
|
-
|
|
2989
|
+
p.textContent = "Πάροχοι";
|
|
2999
2990
|
t1 = space();
|
|
3000
2991
|
casino_footer_section = element("casino-footer-section");
|
|
3001
2992
|
attr_dev(p, "class", "VendorsTitle");
|
|
3002
|
-
add_location(p, file,
|
|
2993
|
+
add_location(p, file, 82, 14, 3045);
|
|
3003
2994
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3004
2995
|
set_custom_element_data(casino_footer_section, "vendorflag", "1");
|
|
3005
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
2996
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3006
2997
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3007
|
-
add_location(casino_footer_section, file,
|
|
2998
|
+
add_location(casino_footer_section, file, 83, 14, 3095);
|
|
3008
2999
|
attr_dev(div, "class", "GridCol");
|
|
3009
|
-
add_location(div, file,
|
|
3000
|
+
add_location(div, file, 81, 12, 3009);
|
|
3010
3001
|
},
|
|
3011
3002
|
m: function mount(target, anchor) {
|
|
3012
3003
|
insert_dev(target, div, anchor);
|
|
3013
3004
|
append_dev(div, p);
|
|
3014
|
-
append_dev(p, t0);
|
|
3015
3005
|
append_dev(div, t1);
|
|
3016
3006
|
append_dev(div, casino_footer_section);
|
|
3017
3007
|
},
|
|
3018
3008
|
p: function update(ctx, dirty) {
|
|
3019
|
-
if (dirty & /*gameVendorsLinksTitle*/ 2) set_data_dev(t0, /*gameVendorsLinksTitle*/ ctx[1]);
|
|
3020
|
-
|
|
3021
3009
|
if (dirty & /*target*/ 1) {
|
|
3022
3010
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3023
3011
|
}
|
|
@@ -3031,20 +3019,20 @@
|
|
|
3031
3019
|
block,
|
|
3032
3020
|
id: create_if_block_8.name,
|
|
3033
3021
|
type: "if",
|
|
3034
|
-
source: "(
|
|
3022
|
+
source: "(81:10) {#if gameVendorsRepeater}",
|
|
3035
3023
|
ctx
|
|
3036
3024
|
});
|
|
3037
3025
|
|
|
3038
3026
|
return block;
|
|
3039
3027
|
}
|
|
3040
3028
|
|
|
3041
|
-
// (
|
|
3029
|
+
// (90:6) {#if helpLinksRepeater || licensesRepeater}
|
|
3042
3030
|
function create_if_block_4(ctx) {
|
|
3043
3031
|
let div;
|
|
3044
3032
|
let t;
|
|
3045
3033
|
let div_class_value;
|
|
3046
|
-
let if_block0 = /*helpLinksRepeater*/ ctx[
|
|
3047
|
-
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);
|
|
3048
3036
|
|
|
3049
3037
|
const block = {
|
|
3050
3038
|
c: function create() {
|
|
@@ -3053,11 +3041,11 @@
|
|
|
3053
3041
|
t = space();
|
|
3054
3042
|
if (if_block1) if_block1.c();
|
|
3055
3043
|
|
|
3056
|
-
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]
|
|
3057
3045
|
? "SplitRow"
|
|
3058
3046
|
: ""));
|
|
3059
3047
|
|
|
3060
|
-
add_location(div, file,
|
|
3048
|
+
add_location(div, file, 90, 8, 3385);
|
|
3061
3049
|
},
|
|
3062
3050
|
m: function mount(target, anchor) {
|
|
3063
3051
|
insert_dev(target, div, anchor);
|
|
@@ -3066,7 +3054,7 @@
|
|
|
3066
3054
|
if (if_block1) if_block1.m(div, null);
|
|
3067
3055
|
},
|
|
3068
3056
|
p: function update(ctx, dirty) {
|
|
3069
|
-
if (/*helpLinksRepeater*/ ctx[
|
|
3057
|
+
if (/*helpLinksRepeater*/ ctx[4]) {
|
|
3070
3058
|
if (if_block0) {
|
|
3071
3059
|
if_block0.p(ctx, dirty);
|
|
3072
3060
|
} else {
|
|
@@ -3079,7 +3067,7 @@
|
|
|
3079
3067
|
if_block0 = null;
|
|
3080
3068
|
}
|
|
3081
3069
|
|
|
3082
|
-
if (/*licensesRepeater*/ ctx[
|
|
3070
|
+
if (/*licensesRepeater*/ ctx[5]) {
|
|
3083
3071
|
if (if_block1) {
|
|
3084
3072
|
if_block1.p(ctx, dirty);
|
|
3085
3073
|
} else {
|
|
@@ -3092,7 +3080,7 @@
|
|
|
3092
3080
|
if_block1 = null;
|
|
3093
3081
|
}
|
|
3094
3082
|
|
|
3095
|
-
if (dirty & /*helpLinksRepeater, licensesRepeater*/
|
|
3083
|
+
if (dirty & /*helpLinksRepeater, licensesRepeater*/ 48 && div_class_value !== (div_class_value = "GridRow " + (/*helpLinksRepeater*/ ctx[4] && /*licensesRepeater*/ ctx[5]
|
|
3096
3084
|
? "SplitRow"
|
|
3097
3085
|
: ""))) {
|
|
3098
3086
|
attr_dev(div, "class", div_class_value);
|
|
@@ -3109,14 +3097,14 @@
|
|
|
3109
3097
|
block,
|
|
3110
3098
|
id: create_if_block_4.name,
|
|
3111
3099
|
type: "if",
|
|
3112
|
-
source: "(
|
|
3100
|
+
source: "(90:6) {#if helpLinksRepeater || licensesRepeater}",
|
|
3113
3101
|
ctx
|
|
3114
3102
|
});
|
|
3115
3103
|
|
|
3116
3104
|
return block;
|
|
3117
3105
|
}
|
|
3118
3106
|
|
|
3119
|
-
// (
|
|
3107
|
+
// (93:10) {#if helpLinksRepeater}
|
|
3120
3108
|
function create_if_block_6(ctx) {
|
|
3121
3109
|
let div;
|
|
3122
3110
|
let casino_footer_section;
|
|
@@ -3127,11 +3115,11 @@
|
|
|
3127
3115
|
casino_footer_section = element("casino-footer-section");
|
|
3128
3116
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3129
3117
|
set_custom_element_data(casino_footer_section, "helperflag", "1");
|
|
3130
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3118
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3131
3119
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3132
|
-
add_location(casino_footer_section, file,
|
|
3120
|
+
add_location(casino_footer_section, file, 94, 14, 3588);
|
|
3133
3121
|
attr_dev(div, "class", "GridCol");
|
|
3134
|
-
add_location(div, file,
|
|
3122
|
+
add_location(div, file, 93, 12, 3552);
|
|
3135
3123
|
},
|
|
3136
3124
|
m: function mount(target, anchor) {
|
|
3137
3125
|
insert_dev(target, div, anchor);
|
|
@@ -3151,14 +3139,14 @@
|
|
|
3151
3139
|
block,
|
|
3152
3140
|
id: create_if_block_6.name,
|
|
3153
3141
|
type: "if",
|
|
3154
|
-
source: "(
|
|
3142
|
+
source: "(93:10) {#if helpLinksRepeater}",
|
|
3155
3143
|
ctx
|
|
3156
3144
|
});
|
|
3157
3145
|
|
|
3158
3146
|
return block;
|
|
3159
3147
|
}
|
|
3160
3148
|
|
|
3161
|
-
// (
|
|
3149
|
+
// (100:10) {#if licensesRepeater}
|
|
3162
3150
|
function create_if_block_5(ctx) {
|
|
3163
3151
|
let div;
|
|
3164
3152
|
let casino_footer_section;
|
|
@@ -3169,11 +3157,11 @@
|
|
|
3169
3157
|
casino_footer_section = element("casino-footer-section");
|
|
3170
3158
|
set_custom_element_data(casino_footer_section, "class", "FooterSection");
|
|
3171
3159
|
set_custom_element_data(casino_footer_section, "licenseflag", "1");
|
|
3172
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3160
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3173
3161
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3174
|
-
add_location(casino_footer_section, file,
|
|
3162
|
+
add_location(casino_footer_section, file, 101, 14, 3914);
|
|
3175
3163
|
attr_dev(div, "class", "GridCol");
|
|
3176
|
-
add_location(div, file,
|
|
3164
|
+
add_location(div, file, 100, 12, 3878);
|
|
3177
3165
|
},
|
|
3178
3166
|
m: function mount(target, anchor) {
|
|
3179
3167
|
insert_dev(target, div, anchor);
|
|
@@ -3193,14 +3181,14 @@
|
|
|
3193
3181
|
block,
|
|
3194
3182
|
id: create_if_block_5.name,
|
|
3195
3183
|
type: "if",
|
|
3196
|
-
source: "(
|
|
3184
|
+
source: "(100:10) {#if licensesRepeater}",
|
|
3197
3185
|
ctx
|
|
3198
3186
|
});
|
|
3199
3187
|
|
|
3200
3188
|
return block;
|
|
3201
3189
|
}
|
|
3202
3190
|
|
|
3203
|
-
// (
|
|
3191
|
+
// (108:6) {#if licenseDesc || copyright}
|
|
3204
3192
|
function create_if_block_2(ctx) {
|
|
3205
3193
|
let div3;
|
|
3206
3194
|
let div2;
|
|
@@ -3212,7 +3200,7 @@
|
|
|
3212
3200
|
let setContent_action_1;
|
|
3213
3201
|
let mounted;
|
|
3214
3202
|
let dispose;
|
|
3215
|
-
let if_block = /*socialLinksRepeater*/ ctx[
|
|
3203
|
+
let if_block = /*socialLinksRepeater*/ ctx[6] && create_if_block_3(ctx);
|
|
3216
3204
|
|
|
3217
3205
|
const block = {
|
|
3218
3206
|
c: function create() {
|
|
@@ -3224,38 +3212,38 @@
|
|
|
3224
3212
|
t1 = space();
|
|
3225
3213
|
div1 = element("div");
|
|
3226
3214
|
attr_dev(div0, "class", "DetailedLicenses");
|
|
3227
|
-
add_location(div0, file,
|
|
3215
|
+
add_location(div0, file, 112, 14, 4368);
|
|
3228
3216
|
attr_dev(div1, "class", "CopyrightAreaRights CopyrightArea");
|
|
3229
|
-
add_location(div1, file,
|
|
3217
|
+
add_location(div1, file, 118, 14, 4798);
|
|
3230
3218
|
attr_dev(div2, "class", "GridCol");
|
|
3231
|
-
add_location(div2, file,
|
|
3219
|
+
add_location(div2, file, 110, 12, 4277);
|
|
3232
3220
|
attr_dev(div3, "class", "GridRow LicenseRow");
|
|
3233
|
-
add_location(div3, file,
|
|
3221
|
+
add_location(div3, file, 108, 8, 4192);
|
|
3234
3222
|
},
|
|
3235
3223
|
m: function mount(target, anchor) {
|
|
3236
3224
|
insert_dev(target, div3, anchor);
|
|
3237
3225
|
append_dev(div3, div2);
|
|
3238
3226
|
append_dev(div2, div0);
|
|
3239
|
-
/*div0_binding*/ ctx[
|
|
3227
|
+
/*div0_binding*/ ctx[18](div0);
|
|
3240
3228
|
append_dev(div2, t0);
|
|
3241
3229
|
if (if_block) if_block.m(div2, null);
|
|
3242
3230
|
append_dev(div2, t1);
|
|
3243
3231
|
append_dev(div2, div1);
|
|
3244
|
-
/*div1_binding*/ ctx[
|
|
3232
|
+
/*div1_binding*/ ctx[19](div1);
|
|
3245
3233
|
|
|
3246
3234
|
if (!mounted) {
|
|
3247
3235
|
dispose = [
|
|
3248
|
-
action_destroyer(setContent_action = /*setContent*/ ctx[
|
|
3249
|
-
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]))
|
|
3250
3238
|
];
|
|
3251
3239
|
|
|
3252
3240
|
mounted = true;
|
|
3253
3241
|
}
|
|
3254
3242
|
},
|
|
3255
3243
|
p: function update(ctx, dirty) {
|
|
3256
|
-
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]);
|
|
3257
3245
|
|
|
3258
|
-
if (/*socialLinksRepeater*/ ctx[
|
|
3246
|
+
if (/*socialLinksRepeater*/ ctx[6]) {
|
|
3259
3247
|
if (if_block) {
|
|
3260
3248
|
if_block.p(ctx, dirty);
|
|
3261
3249
|
} else {
|
|
@@ -3268,13 +3256,13 @@
|
|
|
3268
3256
|
if_block = null;
|
|
3269
3257
|
}
|
|
3270
3258
|
|
|
3271
|
-
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]);
|
|
3272
3260
|
},
|
|
3273
3261
|
d: function destroy(detaching) {
|
|
3274
3262
|
if (detaching) detach_dev(div3);
|
|
3275
|
-
/*div0_binding*/ ctx[
|
|
3263
|
+
/*div0_binding*/ ctx[18](null);
|
|
3276
3264
|
if (if_block) if_block.d();
|
|
3277
|
-
/*div1_binding*/ ctx[
|
|
3265
|
+
/*div1_binding*/ ctx[19](null);
|
|
3278
3266
|
mounted = false;
|
|
3279
3267
|
run_all(dispose);
|
|
3280
3268
|
}
|
|
@@ -3284,14 +3272,14 @@
|
|
|
3284
3272
|
block,
|
|
3285
3273
|
id: create_if_block_2.name,
|
|
3286
3274
|
type: "if",
|
|
3287
|
-
source: "(
|
|
3275
|
+
source: "(108:6) {#if licenseDesc || copyright}",
|
|
3288
3276
|
ctx
|
|
3289
3277
|
});
|
|
3290
3278
|
|
|
3291
3279
|
return block;
|
|
3292
3280
|
}
|
|
3293
3281
|
|
|
3294
|
-
// (
|
|
3282
|
+
// (115:14) {#if socialLinksRepeater}
|
|
3295
3283
|
function create_if_block_3(ctx) {
|
|
3296
3284
|
let casino_footer_section;
|
|
3297
3285
|
|
|
@@ -3300,9 +3288,9 @@
|
|
|
3300
3288
|
casino_footer_section = element("casino-footer-section");
|
|
3301
3289
|
set_custom_element_data(casino_footer_section, "class", "FooterSection SocialSection");
|
|
3302
3290
|
set_custom_element_data(casino_footer_section, "socialflag", "1");
|
|
3303
|
-
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[
|
|
3291
|
+
set_custom_element_data(casino_footer_section, "clientstyling", /*customStyling*/ ctx[14]);
|
|
3304
3292
|
set_custom_element_data(casino_footer_section, "target", /*target*/ ctx[0]);
|
|
3305
|
-
add_location(casino_footer_section, file,
|
|
3293
|
+
add_location(casino_footer_section, file, 115, 16, 4572);
|
|
3306
3294
|
},
|
|
3307
3295
|
m: function mount(target, anchor) {
|
|
3308
3296
|
insert_dev(target, casino_footer_section, anchor);
|
|
@@ -3321,7 +3309,7 @@
|
|
|
3321
3309
|
block,
|
|
3322
3310
|
id: create_if_block_3.name,
|
|
3323
3311
|
type: "if",
|
|
3324
|
-
source: "(
|
|
3312
|
+
source: "(115:14) {#if socialLinksRepeater}",
|
|
3325
3313
|
ctx
|
|
3326
3314
|
});
|
|
3327
3315
|
|
|
@@ -3332,8 +3320,8 @@
|
|
|
3332
3320
|
let if_block_anchor;
|
|
3333
3321
|
|
|
3334
3322
|
function select_block_type(ctx, dirty) {
|
|
3335
|
-
if (/*hasErrors*/ ctx[
|
|
3336
|
-
if (/*isLoading*/ ctx[
|
|
3323
|
+
if (/*hasErrors*/ ctx[12]) return create_if_block;
|
|
3324
|
+
if (/*isLoading*/ ctx[13]) return create_if_block_1;
|
|
3337
3325
|
return create_else_block;
|
|
3338
3326
|
}
|
|
3339
3327
|
|
|
@@ -3391,19 +3379,13 @@
|
|
|
3391
3379
|
let { endpoint = "" } = $$props;
|
|
3392
3380
|
let { clientstyling = "" } = $$props;
|
|
3393
3381
|
let { target = "" } = $$props;
|
|
3394
|
-
let gameVendorsLinksTitle = "";
|
|
3395
3382
|
let gameVendorsRepeater = [];
|
|
3396
|
-
let paymentLinksTitle = "";
|
|
3397
3383
|
let paymentMethodsRepeater = [];
|
|
3398
|
-
let sponsorsLinksTitle = "";
|
|
3399
3384
|
let sponsorsRepeater = [];
|
|
3400
|
-
let helpLinksTitle = "";
|
|
3401
3385
|
let helpLinksRepeater = [];
|
|
3402
3386
|
let licensesRepeater = [];
|
|
3403
|
-
let socialLinksTitle = "";
|
|
3404
3387
|
let socialLinksRepeater = [];
|
|
3405
3388
|
let copyright = "";
|
|
3406
|
-
let licensesLinksTitle = "";
|
|
3407
3389
|
let licenseDesc = "";
|
|
3408
3390
|
let licenseContainer;
|
|
3409
3391
|
let copyrightContainer;
|
|
@@ -3414,12 +3396,12 @@
|
|
|
3414
3396
|
let customStyling = "";
|
|
3415
3397
|
|
|
3416
3398
|
const getData = () => {
|
|
3417
|
-
$$invalidate(
|
|
3399
|
+
$$invalidate(13, isLoading = true);
|
|
3418
3400
|
|
|
3419
3401
|
fetch(endpoint).then(res => res.json()).then(data => {
|
|
3420
|
-
$$invalidate(
|
|
3402
|
+
$$invalidate(13, isLoading = false);
|
|
3421
3403
|
receivedFooterData = data;
|
|
3422
|
-
$$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));
|
|
3423
3405
|
|
|
3424
3406
|
window.postMessage(
|
|
3425
3407
|
{
|
|
@@ -3434,8 +3416,8 @@
|
|
|
3434
3416
|
window.location.href
|
|
3435
3417
|
);
|
|
3436
3418
|
}).catch(err => {
|
|
3437
|
-
$$invalidate(
|
|
3438
|
-
$$invalidate(
|
|
3419
|
+
$$invalidate(12, hasErrors = true);
|
|
3420
|
+
$$invalidate(13, isLoading = false);
|
|
3439
3421
|
console.error(err);
|
|
3440
3422
|
});
|
|
3441
3423
|
};
|
|
@@ -3461,27 +3443,27 @@
|
|
|
3461
3443
|
function div0_binding($$value) {
|
|
3462
3444
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3463
3445
|
licenseContainer = $$value;
|
|
3464
|
-
$$invalidate(
|
|
3446
|
+
$$invalidate(9, licenseContainer);
|
|
3465
3447
|
});
|
|
3466
3448
|
}
|
|
3467
3449
|
|
|
3468
3450
|
function div1_binding($$value) {
|
|
3469
3451
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3470
3452
|
copyrightContainer = $$value;
|
|
3471
|
-
$$invalidate(
|
|
3453
|
+
$$invalidate(10, copyrightContainer);
|
|
3472
3454
|
});
|
|
3473
3455
|
}
|
|
3474
3456
|
|
|
3475
3457
|
function div_binding($$value) {
|
|
3476
3458
|
binding_callbacks[$$value ? "unshift" : "push"](() => {
|
|
3477
3459
|
footerWidget = $$value;
|
|
3478
|
-
$$invalidate(
|
|
3460
|
+
$$invalidate(11, footerWidget);
|
|
3479
3461
|
});
|
|
3480
3462
|
}
|
|
3481
3463
|
|
|
3482
3464
|
$$self.$$set = $$props => {
|
|
3483
|
-
if ("endpoint" in $$props) $$invalidate(
|
|
3484
|
-
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);
|
|
3485
3467
|
if ("target" in $$props) $$invalidate(0, target = $$props.target);
|
|
3486
3468
|
};
|
|
3487
3469
|
|
|
@@ -3489,19 +3471,13 @@
|
|
|
3489
3471
|
endpoint,
|
|
3490
3472
|
clientstyling,
|
|
3491
3473
|
target,
|
|
3492
|
-
gameVendorsLinksTitle,
|
|
3493
3474
|
gameVendorsRepeater,
|
|
3494
|
-
paymentLinksTitle,
|
|
3495
3475
|
paymentMethodsRepeater,
|
|
3496
|
-
sponsorsLinksTitle,
|
|
3497
3476
|
sponsorsRepeater,
|
|
3498
|
-
helpLinksTitle,
|
|
3499
3477
|
helpLinksRepeater,
|
|
3500
3478
|
licensesRepeater,
|
|
3501
|
-
socialLinksTitle,
|
|
3502
3479
|
socialLinksRepeater,
|
|
3503
3480
|
copyright,
|
|
3504
|
-
licensesLinksTitle,
|
|
3505
3481
|
licenseDesc,
|
|
3506
3482
|
licenseContainer,
|
|
3507
3483
|
copyrightContainer,
|
|
@@ -3516,30 +3492,24 @@
|
|
|
3516
3492
|
});
|
|
3517
3493
|
|
|
3518
3494
|
$$self.$inject_state = $$props => {
|
|
3519
|
-
if ("endpoint" in $$props) $$invalidate(
|
|
3520
|
-
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);
|
|
3521
3497
|
if ("target" in $$props) $$invalidate(0, target = $$props.target);
|
|
3522
|
-
if ("
|
|
3523
|
-
if ("
|
|
3524
|
-
if ("
|
|
3525
|
-
if ("
|
|
3526
|
-
if ("
|
|
3527
|
-
if ("
|
|
3528
|
-
if ("
|
|
3529
|
-
if ("
|
|
3530
|
-
if ("
|
|
3531
|
-
if ("
|
|
3532
|
-
if ("
|
|
3533
|
-
if ("
|
|
3534
|
-
if ("
|
|
3535
|
-
if ("licenseDesc" in $$props) $$invalidate(11, licenseDesc = $$props.licenseDesc);
|
|
3536
|
-
if ("licenseContainer" in $$props) $$invalidate(12, licenseContainer = $$props.licenseContainer);
|
|
3537
|
-
if ("copyrightContainer" in $$props) $$invalidate(13, copyrightContainer = $$props.copyrightContainer);
|
|
3538
|
-
if ("footerWidget" in $$props) $$invalidate(14, footerWidget = $$props.footerWidget);
|
|
3539
|
-
if ("hasErrors" in $$props) $$invalidate(15, hasErrors = $$props.hasErrors);
|
|
3540
|
-
if ("isLoading" in $$props) $$invalidate(16, 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);
|
|
3541
3511
|
if ("receivedFooterData" in $$props) receivedFooterData = $$props.receivedFooterData;
|
|
3542
|
-
if ("customStyling" in $$props) $$invalidate(
|
|
3512
|
+
if ("customStyling" in $$props) $$invalidate(14, customStyling = $$props.customStyling);
|
|
3543
3513
|
};
|
|
3544
3514
|
|
|
3545
3515
|
if ($$props && "$$inject" in $$props) {
|
|
@@ -3547,22 +3517,19 @@
|
|
|
3547
3517
|
}
|
|
3548
3518
|
|
|
3549
3519
|
$$self.$$.update = () => {
|
|
3550
|
-
if ($$self.$$.dirty & /*clientstyling*/
|
|
3520
|
+
if ($$self.$$.dirty & /*clientstyling*/ 131072) {
|
|
3551
3521
|
clientstyling && setClientStyling();
|
|
3552
3522
|
}
|
|
3553
3523
|
|
|
3554
|
-
if ($$self.$$.dirty & /*endpoint*/
|
|
3524
|
+
if ($$self.$$.dirty & /*endpoint*/ 65536) {
|
|
3555
3525
|
endpoint && getData();
|
|
3556
3526
|
}
|
|
3557
3527
|
};
|
|
3558
3528
|
|
|
3559
3529
|
return [
|
|
3560
3530
|
target,
|
|
3561
|
-
gameVendorsLinksTitle,
|
|
3562
3531
|
gameVendorsRepeater,
|
|
3563
|
-
paymentLinksTitle,
|
|
3564
3532
|
paymentMethodsRepeater,
|
|
3565
|
-
sponsorsLinksTitle,
|
|
3566
3533
|
sponsorsRepeater,
|
|
3567
3534
|
helpLinksRepeater,
|
|
3568
3535
|
licensesRepeater,
|
|
@@ -3600,8 +3567,8 @@
|
|
|
3600
3567
|
create_fragment,
|
|
3601
3568
|
safe_not_equal,
|
|
3602
3569
|
{
|
|
3603
|
-
endpoint:
|
|
3604
|
-
clientstyling:
|
|
3570
|
+
endpoint: 16,
|
|
3571
|
+
clientstyling: 17,
|
|
3605
3572
|
target: 0
|
|
3606
3573
|
}
|
|
3607
3574
|
);
|
|
@@ -3623,7 +3590,7 @@
|
|
|
3623
3590
|
}
|
|
3624
3591
|
|
|
3625
3592
|
get endpoint() {
|
|
3626
|
-
return this.$$.ctx[
|
|
3593
|
+
return this.$$.ctx[16];
|
|
3627
3594
|
}
|
|
3628
3595
|
|
|
3629
3596
|
set endpoint(endpoint) {
|
|
@@ -3632,7 +3599,7 @@
|
|
|
3632
3599
|
}
|
|
3633
3600
|
|
|
3634
3601
|
get clientstyling() {
|
|
3635
|
-
return this.$$.ctx[
|
|
3602
|
+
return this.$$.ctx[17];
|
|
3636
3603
|
}
|
|
3637
3604
|
|
|
3638
3605
|
set clientstyling(clientstyling) {
|