@everymatrix/casino-tournaments-table 0.0.163 → 0.0.167

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.
@@ -4578,9 +4578,9 @@
4578
4578
  add_location(tr0, file, 232, 12, 7959);
4579
4579
  add_location(thead, file, 231, 10, 7939);
4580
4580
  attr_dev(td, "colspan", "3");
4581
- add_location(td, file, 248, 14, 8440);
4582
- add_location(tr1, file, 247, 12, 8421);
4583
- add_location(tbody, file, 246, 10, 8401);
4581
+ add_location(td, file, 248, 14, 8492);
4582
+ add_location(tr1, file, 247, 12, 8473);
4583
+ add_location(tbody, file, 246, 10, 8453);
4584
4584
  attr_dev(table, "class", "LeftTable");
4585
4585
  add_location(table, file, 230, 8, 7903);
4586
4586
  attr_dev(div, "class", "TournamentsTable");
@@ -4603,7 +4603,7 @@
4603
4603
  append_dev(td, t1);
4604
4604
  },
4605
4605
  p: function update(ctx, dirty) {
4606
- if (dirty[0] & /*sort, sortBy, columns, sortable*/ 1161) {
4606
+ if (dirty[0] & /*sort, sortBy, columns, $_, sortable*/ 1417) {
4607
4607
  each_value_3 = /*columns*/ ctx[3];
4608
4608
  validate_each_argument(each_value_3);
4609
4609
  let i;
@@ -4799,7 +4799,7 @@
4799
4799
  // (240:18) {:else}
4800
4800
  function create_else_block_6(ctx) {
4801
4801
  let p;
4802
- let t_value = /*column*/ ctx[12] + "";
4802
+ let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
4803
4803
  let t;
4804
4804
 
4805
4805
  const block = {
@@ -4807,14 +4807,14 @@
4807
4807
  p = element("p");
4808
4808
  t = text(t_value);
4809
4809
  attr_dev(p, "data-sort", /*sort*/ ctx[7]);
4810
- add_location(p, file, 240, 20, 8253);
4810
+ add_location(p, file, 240, 20, 8279);
4811
4811
  },
4812
4812
  m: function mount(target, anchor) {
4813
4813
  insert_dev(target, p, anchor);
4814
4814
  append_dev(p, t);
4815
4815
  },
4816
4816
  p: function update(ctx, dirty) {
4817
- if (dirty[0] & /*columns*/ 8 && t_value !== (t_value = /*column*/ ctx[12] + "")) set_data_dev(t, t_value);
4817
+ if (dirty[0] & /*$_, columns*/ 264 && t_value !== (t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "")) set_data_dev(t, t_value);
4818
4818
 
4819
4819
  if (dirty[0] & /*sort*/ 128) {
4820
4820
  attr_dev(p, "data-sort", /*sort*/ ctx[7]);
@@ -4839,7 +4839,7 @@
4839
4839
  // (236:18) {#if sortable == 'true'}
4840
4840
  function create_if_block_12(ctx) {
4841
4841
  let button;
4842
- let t_value = /*column*/ ctx[12] + "";
4842
+ let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
4843
4843
  let t;
4844
4844
  let mounted;
4845
4845
  let dispose;
@@ -4866,7 +4866,7 @@
4866
4866
  },
4867
4867
  p: function update(new_ctx, dirty) {
4868
4868
  ctx = new_ctx;
4869
- if (dirty[0] & /*columns*/ 8 && t_value !== (t_value = /*column*/ ctx[12] + "")) set_data_dev(t, t_value);
4869
+ if (dirty[0] & /*$_, columns*/ 264 && t_value !== (t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "")) set_data_dev(t, t_value);
4870
4870
 
4871
4871
  if (dirty[0] & /*sort*/ 128) {
4872
4872
  attr_dev(button, "data-sort", /*sort*/ ctx[7]);