@everymatrix/casino-tournaments-controller 0.0.164 → 0.0.168
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.
|
@@ -4635,7 +4635,9 @@
|
|
|
4635
4635
|
showMore: 'Show more',
|
|
4636
4636
|
Scheduled: 'Scheduled',
|
|
4637
4637
|
Ongoing: 'OnGoing',
|
|
4638
|
-
Finished: 'Finished'
|
|
4638
|
+
Finished: 'Finished',
|
|
4639
|
+
loading: 'Loading, please wait ...',
|
|
4640
|
+
noTournaments: 'No tournaments found'
|
|
4639
4641
|
}
|
|
4640
4642
|
},
|
|
4641
4643
|
tr: {
|
|
@@ -4644,7 +4646,9 @@
|
|
|
4644
4646
|
showMore: 'Daha fazla',
|
|
4645
4647
|
Scheduled: 'Scheduledddddd',
|
|
4646
4648
|
Ongoing: 'OnGoingggggg',
|
|
4647
|
-
Finished: 'Finisheddddddd'
|
|
4649
|
+
Finished: 'Finisheddddddd',
|
|
4650
|
+
loading: 'Yükelniyor, lütfen bekleyin ...',
|
|
4651
|
+
noTournaments: 'Herhangi bir turnuva bulunamadı.'
|
|
4648
4652
|
}
|
|
4649
4653
|
},
|
|
4650
4654
|
el: {
|
|
@@ -4653,7 +4657,9 @@
|
|
|
4653
4657
|
showMore: 'Περισσότερα',
|
|
4654
4658
|
Scheduled: 'ΠΡΟΓΡΑΜΜΑΤΙΣΜΕΝΑ',
|
|
4655
4659
|
Ongoing: 'ΤΡΕΧΟΝΤΑ',
|
|
4656
|
-
Finished: 'ΟΛΟΚΛΗΡΩΜΕΝΑ'
|
|
4660
|
+
Finished: 'ΟΛΟΚΛΗΡΩΜΕΝΑ',
|
|
4661
|
+
loading: 'Φορτώνει, παρακαλούμε περιμένετε ...',
|
|
4662
|
+
noTournaments: 'Δεν βρέθηκαν τουρνουά'
|
|
4657
4663
|
}
|
|
4658
4664
|
},
|
|
4659
4665
|
};
|
|
@@ -16712,7 +16718,7 @@
|
|
|
16712
16718
|
set_custom_element_data(casino_tournaments_list_controller, "registerevent", /*registerevent*/ ctx[7]);
|
|
16713
16719
|
set_custom_element_data(casino_tournaments_list_controller, "lang", /*lang*/ ctx[3]);
|
|
16714
16720
|
set_custom_element_data(casino_tournaments_list_controller, "currency", /*currency*/ ctx[10]);
|
|
16715
|
-
add_location(casino_tournaments_list_controller, file, 193, 10,
|
|
16721
|
+
add_location(casino_tournaments_list_controller, file, 193, 10, 6498);
|
|
16716
16722
|
},
|
|
16717
16723
|
m: function mount(target, anchor) {
|
|
16718
16724
|
insert_dev(target, casino_tournaments_list_controller, anchor);
|
|
@@ -16796,7 +16802,9 @@
|
|
|
16796
16802
|
insert_dev(target, if_block_anchor, anchor);
|
|
16797
16803
|
},
|
|
16798
16804
|
p: function update(ctx, dirty) {
|
|
16799
|
-
if (current_block_type
|
|
16805
|
+
if (current_block_type === (current_block_type = select_block_type_2(ctx)) && if_block) {
|
|
16806
|
+
if_block.p(ctx, dirty);
|
|
16807
|
+
} else {
|
|
16800
16808
|
if_block.d(1);
|
|
16801
16809
|
if_block = current_block_type(ctx);
|
|
16802
16810
|
|
|
@@ -16831,11 +16839,12 @@
|
|
|
16831
16839
|
c: function create() {
|
|
16832
16840
|
p = element("p");
|
|
16833
16841
|
p.textContent = "No tournaments found";
|
|
16834
|
-
add_location(p, file, 190, 12,
|
|
16842
|
+
add_location(p, file, 190, 12, 6428);
|
|
16835
16843
|
},
|
|
16836
16844
|
m: function mount(target, anchor) {
|
|
16837
16845
|
insert_dev(target, p, anchor);
|
|
16838
16846
|
},
|
|
16847
|
+
p: noop$1,
|
|
16839
16848
|
d: function destroy(detaching) {
|
|
16840
16849
|
if (detaching) detach_dev(p);
|
|
16841
16850
|
}
|
|
@@ -16855,15 +16864,21 @@
|
|
|
16855
16864
|
// (188:10) {#if isLoading}
|
|
16856
16865
|
function create_if_block_3(ctx) {
|
|
16857
16866
|
let p;
|
|
16867
|
+
let t_value = /*$_*/ ctx[18]("tournamentsController.loading") + "";
|
|
16868
|
+
let t;
|
|
16858
16869
|
|
|
16859
16870
|
const block = {
|
|
16860
16871
|
c: function create() {
|
|
16861
16872
|
p = element("p");
|
|
16862
|
-
|
|
16873
|
+
t = text(t_value);
|
|
16863
16874
|
add_location(p, file, 188, 12, 6353);
|
|
16864
16875
|
},
|
|
16865
16876
|
m: function mount(target, anchor) {
|
|
16866
16877
|
insert_dev(target, p, anchor);
|
|
16878
|
+
append_dev(p, t);
|
|
16879
|
+
},
|
|
16880
|
+
p: function update(ctx, dirty) {
|
|
16881
|
+
if (dirty[0] & /*$_*/ 262144 && t_value !== (t_value = /*$_*/ ctx[18]("tournamentsController.loading") + "")) set_data_dev(t, t_value);
|
|
16867
16882
|
},
|
|
16868
16883
|
d: function destroy(detaching) {
|
|
16869
16884
|
if (detaching) detach_dev(p);
|
|
@@ -16899,11 +16914,11 @@
|
|
|
16899
16914
|
t = text(t_value);
|
|
16900
16915
|
attr_dev(button, "class", "ShowMoreButton");
|
|
16901
16916
|
attr_dev(button, "title", "Show More");
|
|
16902
|
-
add_location(button, file, 210, 12,
|
|
16917
|
+
add_location(button, file, 210, 12, 7117);
|
|
16903
16918
|
attr_dev(div0, "class", "CenterButton");
|
|
16904
|
-
add_location(div0, file, 209, 10,
|
|
16919
|
+
add_location(div0, file, 209, 10, 7078);
|
|
16905
16920
|
attr_dev(div1, "class", "ThirdRow");
|
|
16906
|
-
add_location(div1, file, 208, 8,
|
|
16921
|
+
add_location(div1, file, 208, 8, 7045);
|
|
16907
16922
|
},
|
|
16908
16923
|
m: function mount(target, anchor) {
|
|
16909
16924
|
insert_dev(target, div1, anchor);
|