@everymatrix/casino-tournaments-controller 0.0.166 → 0.0.170
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.
|
@@ -16718,7 +16718,7 @@
|
|
|
16718
16718
|
set_custom_element_data(casino_tournaments_list_controller, "registerevent", /*registerevent*/ ctx[7]);
|
|
16719
16719
|
set_custom_element_data(casino_tournaments_list_controller, "lang", /*lang*/ ctx[3]);
|
|
16720
16720
|
set_custom_element_data(casino_tournaments_list_controller, "currency", /*currency*/ ctx[10]);
|
|
16721
|
-
add_location(casino_tournaments_list_controller, file, 193, 10,
|
|
16721
|
+
add_location(casino_tournaments_list_controller, file, 193, 10, 6521);
|
|
16722
16722
|
},
|
|
16723
16723
|
m: function mount(target, anchor) {
|
|
16724
16724
|
insert_dev(target, casino_tournaments_list_controller, anchor);
|
|
@@ -16834,17 +16834,22 @@
|
|
|
16834
16834
|
// (190:10) {:else}
|
|
16835
16835
|
function create_else_block_1(ctx) {
|
|
16836
16836
|
let p;
|
|
16837
|
+
let t_value = /*$_*/ ctx[18]("tournamentsController.noTournaments") + "";
|
|
16838
|
+
let t;
|
|
16837
16839
|
|
|
16838
16840
|
const block = {
|
|
16839
16841
|
c: function create() {
|
|
16840
16842
|
p = element("p");
|
|
16841
|
-
|
|
16843
|
+
t = text(t_value);
|
|
16842
16844
|
add_location(p, file, 190, 12, 6428);
|
|
16843
16845
|
},
|
|
16844
16846
|
m: function mount(target, anchor) {
|
|
16845
16847
|
insert_dev(target, p, anchor);
|
|
16848
|
+
append_dev(p, t);
|
|
16849
|
+
},
|
|
16850
|
+
p: function update(ctx, dirty) {
|
|
16851
|
+
if (dirty[0] & /*$_*/ 262144 && t_value !== (t_value = /*$_*/ ctx[18]("tournamentsController.noTournaments") + "")) set_data_dev(t, t_value);
|
|
16846
16852
|
},
|
|
16847
|
-
p: noop$1,
|
|
16848
16853
|
d: function destroy(detaching) {
|
|
16849
16854
|
if (detaching) detach_dev(p);
|
|
16850
16855
|
}
|
|
@@ -16914,11 +16919,11 @@
|
|
|
16914
16919
|
t = text(t_value);
|
|
16915
16920
|
attr_dev(button, "class", "ShowMoreButton");
|
|
16916
16921
|
attr_dev(button, "title", "Show More");
|
|
16917
|
-
add_location(button, file, 210, 12,
|
|
16922
|
+
add_location(button, file, 210, 12, 7140);
|
|
16918
16923
|
attr_dev(div0, "class", "CenterButton");
|
|
16919
|
-
add_location(div0, file, 209, 10,
|
|
16924
|
+
add_location(div0, file, 209, 10, 7101);
|
|
16920
16925
|
attr_dev(div1, "class", "ThirdRow");
|
|
16921
|
-
add_location(div1, file, 208, 8,
|
|
16926
|
+
add_location(div1, file, 208, 8, 7068);
|
|
16922
16927
|
},
|
|
16923
16928
|
m: function mount(target, anchor) {
|
|
16924
16929
|
insert_dev(target, div1, anchor);
|