@everymatrix/casino-tournaments-table 0.0.153 → 0.0.154
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.
|
@@ -4478,7 +4478,10 @@
|
|
|
4478
4478
|
score: 'Score',
|
|
4479
4479
|
betcounts: 'Bet Counts',
|
|
4480
4480
|
qualified: 'Qualified',
|
|
4481
|
-
nowinners: 'No winners for the time being. Be one of them!'
|
|
4481
|
+
nowinners: 'No winners for the time being. Be one of them!',
|
|
4482
|
+
Position: 'Position',
|
|
4483
|
+
Name: 'Name',
|
|
4484
|
+
Score: 'Score',
|
|
4482
4485
|
}
|
|
4483
4486
|
},
|
|
4484
4487
|
tr: {
|
|
@@ -4487,7 +4490,10 @@
|
|
|
4487
4490
|
score: 'Skor',
|
|
4488
4491
|
betcounts: 'Bahis Sayısı',
|
|
4489
4492
|
qualified: 'Tur atlamış',
|
|
4490
|
-
nowinners: 'Kazanan yok. Kazananlardan birisi ol!'
|
|
4493
|
+
nowinners: 'Kazanan yok. Kazananlardan birisi ol!',
|
|
4494
|
+
Position: 'Pozisyon',
|
|
4495
|
+
Name: 'İsim',
|
|
4496
|
+
Score: 'Skor',
|
|
4491
4497
|
}
|
|
4492
4498
|
},
|
|
4493
4499
|
el: {
|
|
@@ -4496,7 +4502,10 @@
|
|
|
4496
4502
|
score: 'Σκορ',
|
|
4497
4503
|
betcounts: 'Αριθμός Πονταρισμάτων',
|
|
4498
4504
|
qualified: 'Προκρίθηκε',
|
|
4499
|
-
nowinners: 'Δεν υπάρχουν νικητές ακόμα.'
|
|
4505
|
+
nowinners: 'Δεν υπάρχουν νικητές ακόμα.',
|
|
4506
|
+
Position: 'Θέση',
|
|
4507
|
+
Name: 'Ονομα',
|
|
4508
|
+
Score: 'Σκορ',
|
|
4500
4509
|
}
|
|
4501
4510
|
},
|
|
4502
4511
|
};
|
|
@@ -4566,16 +4575,16 @@
|
|
|
4566
4575
|
tr1 = element("tr");
|
|
4567
4576
|
td = element("td");
|
|
4568
4577
|
t1 = text(t1_value);
|
|
4569
|
-
add_location(tr0, file, 232, 12,
|
|
4570
|
-
add_location(thead, file, 231, 10,
|
|
4578
|
+
add_location(tr0, file, 232, 12, 7959);
|
|
4579
|
+
add_location(thead, file, 231, 10, 7939);
|
|
4571
4580
|
attr_dev(td, "colspan", "3");
|
|
4572
|
-
add_location(td, file, 248, 14,
|
|
4573
|
-
add_location(tr1, file, 247, 12,
|
|
4574
|
-
add_location(tbody, file, 246, 10,
|
|
4581
|
+
add_location(td, file, 248, 14, 8440);
|
|
4582
|
+
add_location(tr1, file, 247, 12, 8421);
|
|
4583
|
+
add_location(tbody, file, 246, 10, 8401);
|
|
4575
4584
|
attr_dev(table, "class", "LeftTable");
|
|
4576
|
-
add_location(table, file, 230, 8,
|
|
4585
|
+
add_location(table, file, 230, 8, 7903);
|
|
4577
4586
|
attr_dev(div, "class", "TournamentsTable");
|
|
4578
|
-
add_location(div, file, 229, 6,
|
|
4587
|
+
add_location(div, file, 229, 6, 7864);
|
|
4579
4588
|
},
|
|
4580
4589
|
m: function mount(target, anchor) {
|
|
4581
4590
|
insert_dev(target, div, anchor);
|
|
@@ -4673,13 +4682,13 @@
|
|
|
4673
4682
|
if (if_block1) if_block1.c();
|
|
4674
4683
|
if_block1_anchor = empty();
|
|
4675
4684
|
attr_dev(div0, "class", "Leaderboard");
|
|
4676
|
-
add_location(div0, file, 207, 6,
|
|
4685
|
+
add_location(div0, file, 207, 6, 6879);
|
|
4677
4686
|
attr_dev(div1, "class", "CollapseButton");
|
|
4678
|
-
add_location(div1, file, 209, 8,
|
|
4687
|
+
add_location(div1, file, 209, 8, 7032);
|
|
4679
4688
|
attr_dev(div2, "class", "RightButton " + (isMobile(/*userAgent*/ ctx[9]) ? "MobileClass" : ""));
|
|
4680
|
-
add_location(div2, file, 208, 6,
|
|
4689
|
+
add_location(div2, file, 208, 6, 6953);
|
|
4681
4690
|
attr_dev(div3, "class", "LeaderboardContainer");
|
|
4682
|
-
add_location(div3, file, 206, 4,
|
|
4691
|
+
add_location(div3, file, 206, 4, 6838);
|
|
4683
4692
|
},
|
|
4684
4693
|
m: function mount(target, anchor) {
|
|
4685
4694
|
insert_dev(target, div3, anchor);
|
|
@@ -4798,7 +4807,7 @@
|
|
|
4798
4807
|
p = element("p");
|
|
4799
4808
|
t = text(t_value);
|
|
4800
4809
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
4801
|
-
add_location(p, file, 240, 20,
|
|
4810
|
+
add_location(p, file, 240, 20, 8253);
|
|
4802
4811
|
},
|
|
4803
4812
|
m: function mount(target, anchor) {
|
|
4804
4813
|
insert_dev(target, p, anchor);
|
|
@@ -4844,7 +4853,7 @@
|
|
|
4844
4853
|
button = element("button");
|
|
4845
4854
|
t = text(t_value);
|
|
4846
4855
|
attr_dev(button, "data-sort", /*sort*/ ctx[7]);
|
|
4847
|
-
add_location(button, file, 236, 20,
|
|
4856
|
+
add_location(button, file, 236, 20, 8088);
|
|
4848
4857
|
},
|
|
4849
4858
|
m: function mount(target, anchor) {
|
|
4850
4859
|
insert_dev(target, button, anchor);
|
|
@@ -4899,7 +4908,7 @@
|
|
|
4899
4908
|
th = element("th");
|
|
4900
4909
|
if_block.c();
|
|
4901
4910
|
t = space();
|
|
4902
|
-
add_location(th, file, 234, 16,
|
|
4911
|
+
add_location(th, file, 234, 16, 8020);
|
|
4903
4912
|
},
|
|
4904
4913
|
m: function mount(target, anchor) {
|
|
4905
4914
|
insert_dev(target, th, anchor);
|
|
@@ -4946,7 +4955,7 @@
|
|
|
4946
4955
|
svg = svg_element("svg");
|
|
4947
4956
|
path = svg_element("path");
|
|
4948
4957
|
attr_dev(path, "d", "M6 9l6 6 6-6");
|
|
4949
|
-
add_location(path, file, 216, 14,
|
|
4958
|
+
add_location(path, file, 216, 14, 7591);
|
|
4950
4959
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4951
4960
|
attr_dev(svg, "width", "24");
|
|
4952
4961
|
attr_dev(svg, "height", "24");
|
|
@@ -4956,7 +4965,7 @@
|
|
|
4956
4965
|
attr_dev(svg, "stroke-width", "2");
|
|
4957
4966
|
attr_dev(svg, "stroke-linecap", "round");
|
|
4958
4967
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
4959
|
-
add_location(svg, file, 215, 12,
|
|
4968
|
+
add_location(svg, file, 215, 12, 7400);
|
|
4960
4969
|
},
|
|
4961
4970
|
m: function mount(target, anchor) {
|
|
4962
4971
|
insert_dev(target, svg, anchor);
|
|
@@ -4988,7 +4997,7 @@
|
|
|
4988
4997
|
svg = svg_element("svg");
|
|
4989
4998
|
path = svg_element("path");
|
|
4990
4999
|
attr_dev(path, "d", "M18 15l-6-6-6 6");
|
|
4991
|
-
add_location(path, file, 212, 14,
|
|
5000
|
+
add_location(path, file, 212, 14, 7323);
|
|
4992
5001
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4993
5002
|
attr_dev(svg, "width", "24");
|
|
4994
5003
|
attr_dev(svg, "height", "24");
|
|
@@ -4998,7 +5007,7 @@
|
|
|
4998
5007
|
attr_dev(svg, "stroke-width", "2");
|
|
4999
5008
|
attr_dev(svg, "stroke-linecap", "round");
|
|
5000
5009
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
5001
|
-
add_location(svg, file, 211, 12,
|
|
5010
|
+
add_location(svg, file, 211, 12, 7132);
|
|
5002
5011
|
},
|
|
5003
5012
|
m: function mount(target, anchor) {
|
|
5004
5013
|
insert_dev(target, svg, anchor);
|
|
@@ -5034,11 +5043,11 @@
|
|
|
5034
5043
|
div0 = element("div");
|
|
5035
5044
|
p = element("p");
|
|
5036
5045
|
t = text(t_value);
|
|
5037
|
-
add_location(p, file, 225, 31,
|
|
5046
|
+
add_location(p, file, 225, 31, 7775);
|
|
5038
5047
|
attr_dev(div0, "class", "TableUser");
|
|
5039
|
-
add_location(div0, file, 225, 8,
|
|
5048
|
+
add_location(div0, file, 225, 8, 7752);
|
|
5040
5049
|
attr_dev(div1, "class", "TableContent");
|
|
5041
|
-
add_location(div1, file, 224, 6,
|
|
5050
|
+
add_location(div1, file, 224, 6, 7717);
|
|
5042
5051
|
},
|
|
5043
5052
|
m: function mount(target, anchor) {
|
|
5044
5053
|
insert_dev(target, div1, anchor);
|
|
@@ -5120,13 +5129,13 @@
|
|
|
5120
5129
|
if_block2.c();
|
|
5121
5130
|
add_location(tr, file, 156, 10, 4973);
|
|
5122
5131
|
add_location(thead, file, 155, 8, 4955);
|
|
5123
|
-
add_location(tbody, file, 170, 8,
|
|
5132
|
+
add_location(tbody, file, 170, 8, 5439);
|
|
5124
5133
|
attr_dev(table, "class", "LeftTable");
|
|
5125
5134
|
add_location(table, file, 154, 6, 4921);
|
|
5126
5135
|
attr_dev(div0, "class", "CollapseButton");
|
|
5127
|
-
add_location(div0, file, 190, 8,
|
|
5136
|
+
add_location(div0, file, 190, 8, 6124);
|
|
5128
5137
|
attr_dev(div1, "class", "RightButton");
|
|
5129
|
-
add_location(div1, file, 189, 6,
|
|
5138
|
+
add_location(div1, file, 189, 6, 6090);
|
|
5130
5139
|
attr_dev(div2, "class", "TournamentsTable");
|
|
5131
5140
|
add_location(div2, file, 153, 4, 4884);
|
|
5132
5141
|
},
|
|
@@ -5156,7 +5165,7 @@
|
|
|
5156
5165
|
}
|
|
5157
5166
|
},
|
|
5158
5167
|
p: function update(ctx, dirty) {
|
|
5159
|
-
if (dirty[0] & /*sort, sortBy, columns, sortable*/
|
|
5168
|
+
if (dirty[0] & /*sort, sortBy, columns, $_, sortable*/ 1417) {
|
|
5160
5169
|
each_value_2 = /*columns*/ ctx[3];
|
|
5161
5170
|
validate_each_argument(each_value_2);
|
|
5162
5171
|
let i;
|
|
@@ -5371,7 +5380,7 @@
|
|
|
5371
5380
|
// (164:16) {:else}
|
|
5372
5381
|
function create_else_block_3(ctx) {
|
|
5373
5382
|
let p;
|
|
5374
|
-
let t_value = /*column*/ ctx[12] + "";
|
|
5383
|
+
let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
|
|
5375
5384
|
let t;
|
|
5376
5385
|
|
|
5377
5386
|
const block = {
|
|
@@ -5379,14 +5388,14 @@
|
|
|
5379
5388
|
p = element("p");
|
|
5380
5389
|
t = text(t_value);
|
|
5381
5390
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
5382
|
-
add_location(p, file, 164, 18,
|
|
5391
|
+
add_location(p, file, 164, 18, 5277);
|
|
5383
5392
|
},
|
|
5384
5393
|
m: function mount(target, anchor) {
|
|
5385
5394
|
insert_dev(target, p, anchor);
|
|
5386
5395
|
append_dev(p, t);
|
|
5387
5396
|
},
|
|
5388
5397
|
p: function update(ctx, dirty) {
|
|
5389
|
-
if (dirty[0] &
|
|
5398
|
+
if (dirty[0] & /*$_, columns*/ 264 && t_value !== (t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "")) set_data_dev(t, t_value);
|
|
5390
5399
|
|
|
5391
5400
|
if (dirty[0] & /*sort*/ 128) {
|
|
5392
5401
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
@@ -5411,7 +5420,7 @@
|
|
|
5411
5420
|
// (160:16) {#if sortable == 'true'}
|
|
5412
5421
|
function create_if_block_8(ctx) {
|
|
5413
5422
|
let button;
|
|
5414
|
-
let t_value = /*column*/ ctx[12] + "";
|
|
5423
|
+
let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
|
|
5415
5424
|
let t;
|
|
5416
5425
|
let mounted;
|
|
5417
5426
|
let dispose;
|
|
@@ -5438,7 +5447,7 @@
|
|
|
5438
5447
|
},
|
|
5439
5448
|
p: function update(new_ctx, dirty) {
|
|
5440
5449
|
ctx = new_ctx;
|
|
5441
|
-
if (dirty[0] &
|
|
5450
|
+
if (dirty[0] & /*$_, columns*/ 264 && t_value !== (t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "")) set_data_dev(t, t_value);
|
|
5442
5451
|
|
|
5443
5452
|
if (dirty[0] & /*sort*/ 128) {
|
|
5444
5453
|
attr_dev(button, "data-sort", /*sort*/ ctx[7]);
|
|
@@ -5551,15 +5560,15 @@
|
|
|
5551
5560
|
td2 = element("td");
|
|
5552
5561
|
div = element("div");
|
|
5553
5562
|
t5 = text(t5_value);
|
|
5554
|
-
add_location(em, file, 173, 26,
|
|
5555
|
-
add_location(strong, file, 173, 18,
|
|
5556
|
-
add_location(td0, file, 173, 14,
|
|
5557
|
-
add_location(td1, file, 174, 14,
|
|
5563
|
+
add_location(em, file, 173, 26, 5559);
|
|
5564
|
+
add_location(strong, file, 173, 18, 5551);
|
|
5565
|
+
add_location(td0, file, 173, 14, 5547);
|
|
5566
|
+
add_location(td1, file, 174, 14, 5621);
|
|
5558
5567
|
attr_dev(div, "class", "Flex");
|
|
5559
|
-
add_location(div, file, 175, 18,
|
|
5560
|
-
add_location(td2, file, 175, 14,
|
|
5568
|
+
add_location(div, file, 175, 18, 5668);
|
|
5569
|
+
add_location(td2, file, 175, 14, 5664);
|
|
5561
5570
|
attr_dev(tr, "class", "FirstRow");
|
|
5562
|
-
add_location(tr, file, 172, 12,
|
|
5571
|
+
add_location(tr, file, 172, 12, 5510);
|
|
5563
5572
|
},
|
|
5564
5573
|
m: function mount(target, anchor) {
|
|
5565
5574
|
insert_dev(target, tr, anchor);
|
|
@@ -5701,14 +5710,14 @@
|
|
|
5701
5710
|
div = element("div");
|
|
5702
5711
|
t5 = text(t5_value);
|
|
5703
5712
|
t6 = space();
|
|
5704
|
-
add_location(em, file, 181, 28,
|
|
5705
|
-
add_location(strong, file, 181, 20,
|
|
5706
|
-
add_location(td0, file, 181, 16,
|
|
5707
|
-
add_location(td1, file, 182, 16,
|
|
5713
|
+
add_location(em, file, 181, 28, 5860);
|
|
5714
|
+
add_location(strong, file, 181, 20, 5852);
|
|
5715
|
+
add_location(td0, file, 181, 16, 5848);
|
|
5716
|
+
add_location(td1, file, 182, 16, 5915);
|
|
5708
5717
|
attr_dev(div, "class", "Flex");
|
|
5709
|
-
add_location(div, file, 183, 20,
|
|
5710
|
-
add_location(td2, file, 183, 16,
|
|
5711
|
-
add_location(tr, file, 180, 14,
|
|
5718
|
+
add_location(div, file, 183, 20, 5955);
|
|
5719
|
+
add_location(td2, file, 183, 16, 5951);
|
|
5720
|
+
add_location(tr, file, 180, 14, 5827);
|
|
5712
5721
|
},
|
|
5713
5722
|
m: function mount(target, anchor) {
|
|
5714
5723
|
insert_dev(target, tr, anchor);
|
|
@@ -5757,7 +5766,7 @@
|
|
|
5757
5766
|
svg = svg_element("svg");
|
|
5758
5767
|
path = svg_element("path");
|
|
5759
5768
|
attr_dev(path, "d", "M6 9l6 6 6-6");
|
|
5760
|
-
add_location(path, file, 197, 14,
|
|
5769
|
+
add_location(path, file, 197, 14, 6683);
|
|
5761
5770
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
5762
5771
|
attr_dev(svg, "width", "24");
|
|
5763
5772
|
attr_dev(svg, "height", "24");
|
|
@@ -5767,7 +5776,7 @@
|
|
|
5767
5776
|
attr_dev(svg, "stroke-width", "2");
|
|
5768
5777
|
attr_dev(svg, "stroke-linecap", "round");
|
|
5769
5778
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
5770
|
-
add_location(svg, file, 196, 12,
|
|
5779
|
+
add_location(svg, file, 196, 12, 6492);
|
|
5771
5780
|
},
|
|
5772
5781
|
m: function mount(target, anchor) {
|
|
5773
5782
|
insert_dev(target, svg, anchor);
|
|
@@ -5799,7 +5808,7 @@
|
|
|
5799
5808
|
svg = svg_element("svg");
|
|
5800
5809
|
path = svg_element("path");
|
|
5801
5810
|
attr_dev(path, "d", "M18 15l-6-6-6 6");
|
|
5802
|
-
add_location(path, file, 193, 14,
|
|
5811
|
+
add_location(path, file, 193, 14, 6415);
|
|
5803
5812
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
5804
5813
|
attr_dev(svg, "width", "24");
|
|
5805
5814
|
attr_dev(svg, "height", "24");
|
|
@@ -5809,7 +5818,7 @@
|
|
|
5809
5818
|
attr_dev(svg, "stroke-width", "2");
|
|
5810
5819
|
attr_dev(svg, "stroke-linecap", "round");
|
|
5811
5820
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
5812
|
-
add_location(svg, file, 192, 12,
|
|
5821
|
+
add_location(svg, file, 192, 12, 6224);
|
|
5813
5822
|
},
|
|
5814
5823
|
m: function mount(target, anchor) {
|
|
5815
5824
|
insert_dev(target, svg, anchor);
|