@everymatrix/casino-tournaments-table 0.0.149 → 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,22 @@
|
|
|
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',
|
|
4497
|
+
}
|
|
4498
|
+
},
|
|
4499
|
+
el: {
|
|
4500
|
+
tournamentsTable: {
|
|
4501
|
+
leaderboard: 'Βαθμολογία',
|
|
4502
|
+
score: 'Σκορ',
|
|
4503
|
+
betcounts: 'Αριθμός Πονταρισμάτων',
|
|
4504
|
+
qualified: 'Προκρίθηκε',
|
|
4505
|
+
nowinners: 'Δεν υπάρχουν νικητές ακόμα.',
|
|
4506
|
+
Position: 'Θέση',
|
|
4507
|
+
Name: 'Ονομα',
|
|
4508
|
+
Score: 'Σκορ',
|
|
4491
4509
|
}
|
|
4492
4510
|
},
|
|
4493
4511
|
};
|
|
@@ -4557,16 +4575,16 @@
|
|
|
4557
4575
|
tr1 = element("tr");
|
|
4558
4576
|
td = element("td");
|
|
4559
4577
|
t1 = text(t1_value);
|
|
4560
|
-
add_location(tr0, file, 232, 12,
|
|
4561
|
-
add_location(thead, file, 231, 10,
|
|
4578
|
+
add_location(tr0, file, 232, 12, 7959);
|
|
4579
|
+
add_location(thead, file, 231, 10, 7939);
|
|
4562
4580
|
attr_dev(td, "colspan", "3");
|
|
4563
|
-
add_location(td, file, 248, 14,
|
|
4564
|
-
add_location(tr1, file, 247, 12,
|
|
4565
|
-
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);
|
|
4566
4584
|
attr_dev(table, "class", "LeftTable");
|
|
4567
|
-
add_location(table, file, 230, 8,
|
|
4585
|
+
add_location(table, file, 230, 8, 7903);
|
|
4568
4586
|
attr_dev(div, "class", "TournamentsTable");
|
|
4569
|
-
add_location(div, file, 229, 6,
|
|
4587
|
+
add_location(div, file, 229, 6, 7864);
|
|
4570
4588
|
},
|
|
4571
4589
|
m: function mount(target, anchor) {
|
|
4572
4590
|
insert_dev(target, div, anchor);
|
|
@@ -4664,13 +4682,13 @@
|
|
|
4664
4682
|
if (if_block1) if_block1.c();
|
|
4665
4683
|
if_block1_anchor = empty();
|
|
4666
4684
|
attr_dev(div0, "class", "Leaderboard");
|
|
4667
|
-
add_location(div0, file, 207, 6,
|
|
4685
|
+
add_location(div0, file, 207, 6, 6879);
|
|
4668
4686
|
attr_dev(div1, "class", "CollapseButton");
|
|
4669
|
-
add_location(div1, file, 209, 8,
|
|
4687
|
+
add_location(div1, file, 209, 8, 7032);
|
|
4670
4688
|
attr_dev(div2, "class", "RightButton " + (isMobile(/*userAgent*/ ctx[9]) ? "MobileClass" : ""));
|
|
4671
|
-
add_location(div2, file, 208, 6,
|
|
4689
|
+
add_location(div2, file, 208, 6, 6953);
|
|
4672
4690
|
attr_dev(div3, "class", "LeaderboardContainer");
|
|
4673
|
-
add_location(div3, file, 206, 4,
|
|
4691
|
+
add_location(div3, file, 206, 4, 6838);
|
|
4674
4692
|
},
|
|
4675
4693
|
m: function mount(target, anchor) {
|
|
4676
4694
|
insert_dev(target, div3, anchor);
|
|
@@ -4789,7 +4807,7 @@
|
|
|
4789
4807
|
p = element("p");
|
|
4790
4808
|
t = text(t_value);
|
|
4791
4809
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
4792
|
-
add_location(p, file, 240, 20,
|
|
4810
|
+
add_location(p, file, 240, 20, 8253);
|
|
4793
4811
|
},
|
|
4794
4812
|
m: function mount(target, anchor) {
|
|
4795
4813
|
insert_dev(target, p, anchor);
|
|
@@ -4835,7 +4853,7 @@
|
|
|
4835
4853
|
button = element("button");
|
|
4836
4854
|
t = text(t_value);
|
|
4837
4855
|
attr_dev(button, "data-sort", /*sort*/ ctx[7]);
|
|
4838
|
-
add_location(button, file, 236, 20,
|
|
4856
|
+
add_location(button, file, 236, 20, 8088);
|
|
4839
4857
|
},
|
|
4840
4858
|
m: function mount(target, anchor) {
|
|
4841
4859
|
insert_dev(target, button, anchor);
|
|
@@ -4890,7 +4908,7 @@
|
|
|
4890
4908
|
th = element("th");
|
|
4891
4909
|
if_block.c();
|
|
4892
4910
|
t = space();
|
|
4893
|
-
add_location(th, file, 234, 16,
|
|
4911
|
+
add_location(th, file, 234, 16, 8020);
|
|
4894
4912
|
},
|
|
4895
4913
|
m: function mount(target, anchor) {
|
|
4896
4914
|
insert_dev(target, th, anchor);
|
|
@@ -4937,7 +4955,7 @@
|
|
|
4937
4955
|
svg = svg_element("svg");
|
|
4938
4956
|
path = svg_element("path");
|
|
4939
4957
|
attr_dev(path, "d", "M6 9l6 6 6-6");
|
|
4940
|
-
add_location(path, file, 216, 14,
|
|
4958
|
+
add_location(path, file, 216, 14, 7591);
|
|
4941
4959
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4942
4960
|
attr_dev(svg, "width", "24");
|
|
4943
4961
|
attr_dev(svg, "height", "24");
|
|
@@ -4947,7 +4965,7 @@
|
|
|
4947
4965
|
attr_dev(svg, "stroke-width", "2");
|
|
4948
4966
|
attr_dev(svg, "stroke-linecap", "round");
|
|
4949
4967
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
4950
|
-
add_location(svg, file, 215, 12,
|
|
4968
|
+
add_location(svg, file, 215, 12, 7400);
|
|
4951
4969
|
},
|
|
4952
4970
|
m: function mount(target, anchor) {
|
|
4953
4971
|
insert_dev(target, svg, anchor);
|
|
@@ -4979,7 +4997,7 @@
|
|
|
4979
4997
|
svg = svg_element("svg");
|
|
4980
4998
|
path = svg_element("path");
|
|
4981
4999
|
attr_dev(path, "d", "M18 15l-6-6-6 6");
|
|
4982
|
-
add_location(path, file, 212, 14,
|
|
5000
|
+
add_location(path, file, 212, 14, 7323);
|
|
4983
5001
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
4984
5002
|
attr_dev(svg, "width", "24");
|
|
4985
5003
|
attr_dev(svg, "height", "24");
|
|
@@ -4989,7 +5007,7 @@
|
|
|
4989
5007
|
attr_dev(svg, "stroke-width", "2");
|
|
4990
5008
|
attr_dev(svg, "stroke-linecap", "round");
|
|
4991
5009
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
4992
|
-
add_location(svg, file, 211, 12,
|
|
5010
|
+
add_location(svg, file, 211, 12, 7132);
|
|
4993
5011
|
},
|
|
4994
5012
|
m: function mount(target, anchor) {
|
|
4995
5013
|
insert_dev(target, svg, anchor);
|
|
@@ -5025,11 +5043,11 @@
|
|
|
5025
5043
|
div0 = element("div");
|
|
5026
5044
|
p = element("p");
|
|
5027
5045
|
t = text(t_value);
|
|
5028
|
-
add_location(p, file, 225, 31,
|
|
5046
|
+
add_location(p, file, 225, 31, 7775);
|
|
5029
5047
|
attr_dev(div0, "class", "TableUser");
|
|
5030
|
-
add_location(div0, file, 225, 8,
|
|
5048
|
+
add_location(div0, file, 225, 8, 7752);
|
|
5031
5049
|
attr_dev(div1, "class", "TableContent");
|
|
5032
|
-
add_location(div1, file, 224, 6,
|
|
5050
|
+
add_location(div1, file, 224, 6, 7717);
|
|
5033
5051
|
},
|
|
5034
5052
|
m: function mount(target, anchor) {
|
|
5035
5053
|
insert_dev(target, div1, anchor);
|
|
@@ -5111,13 +5129,13 @@
|
|
|
5111
5129
|
if_block2.c();
|
|
5112
5130
|
add_location(tr, file, 156, 10, 4973);
|
|
5113
5131
|
add_location(thead, file, 155, 8, 4955);
|
|
5114
|
-
add_location(tbody, file, 170, 8,
|
|
5132
|
+
add_location(tbody, file, 170, 8, 5439);
|
|
5115
5133
|
attr_dev(table, "class", "LeftTable");
|
|
5116
5134
|
add_location(table, file, 154, 6, 4921);
|
|
5117
5135
|
attr_dev(div0, "class", "CollapseButton");
|
|
5118
|
-
add_location(div0, file, 190, 8,
|
|
5136
|
+
add_location(div0, file, 190, 8, 6124);
|
|
5119
5137
|
attr_dev(div1, "class", "RightButton");
|
|
5120
|
-
add_location(div1, file, 189, 6,
|
|
5138
|
+
add_location(div1, file, 189, 6, 6090);
|
|
5121
5139
|
attr_dev(div2, "class", "TournamentsTable");
|
|
5122
5140
|
add_location(div2, file, 153, 4, 4884);
|
|
5123
5141
|
},
|
|
@@ -5147,7 +5165,7 @@
|
|
|
5147
5165
|
}
|
|
5148
5166
|
},
|
|
5149
5167
|
p: function update(ctx, dirty) {
|
|
5150
|
-
if (dirty[0] & /*sort, sortBy, columns, sortable*/
|
|
5168
|
+
if (dirty[0] & /*sort, sortBy, columns, $_, sortable*/ 1417) {
|
|
5151
5169
|
each_value_2 = /*columns*/ ctx[3];
|
|
5152
5170
|
validate_each_argument(each_value_2);
|
|
5153
5171
|
let i;
|
|
@@ -5362,7 +5380,7 @@
|
|
|
5362
5380
|
// (164:16) {:else}
|
|
5363
5381
|
function create_else_block_3(ctx) {
|
|
5364
5382
|
let p;
|
|
5365
|
-
let t_value = /*column*/ ctx[12] + "";
|
|
5383
|
+
let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
|
|
5366
5384
|
let t;
|
|
5367
5385
|
|
|
5368
5386
|
const block = {
|
|
@@ -5370,14 +5388,14 @@
|
|
|
5370
5388
|
p = element("p");
|
|
5371
5389
|
t = text(t_value);
|
|
5372
5390
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
5373
|
-
add_location(p, file, 164, 18,
|
|
5391
|
+
add_location(p, file, 164, 18, 5277);
|
|
5374
5392
|
},
|
|
5375
5393
|
m: function mount(target, anchor) {
|
|
5376
5394
|
insert_dev(target, p, anchor);
|
|
5377
5395
|
append_dev(p, t);
|
|
5378
5396
|
},
|
|
5379
5397
|
p: function update(ctx, dirty) {
|
|
5380
|
-
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);
|
|
5381
5399
|
|
|
5382
5400
|
if (dirty[0] & /*sort*/ 128) {
|
|
5383
5401
|
attr_dev(p, "data-sort", /*sort*/ ctx[7]);
|
|
@@ -5402,7 +5420,7 @@
|
|
|
5402
5420
|
// (160:16) {#if sortable == 'true'}
|
|
5403
5421
|
function create_if_block_8(ctx) {
|
|
5404
5422
|
let button;
|
|
5405
|
-
let t_value = /*column*/ ctx[12] + "";
|
|
5423
|
+
let t_value = /*$_*/ ctx[8](`tournamentsTable.${/*column*/ ctx[12]}`) + "";
|
|
5406
5424
|
let t;
|
|
5407
5425
|
let mounted;
|
|
5408
5426
|
let dispose;
|
|
@@ -5429,7 +5447,7 @@
|
|
|
5429
5447
|
},
|
|
5430
5448
|
p: function update(new_ctx, dirty) {
|
|
5431
5449
|
ctx = new_ctx;
|
|
5432
|
-
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);
|
|
5433
5451
|
|
|
5434
5452
|
if (dirty[0] & /*sort*/ 128) {
|
|
5435
5453
|
attr_dev(button, "data-sort", /*sort*/ ctx[7]);
|
|
@@ -5542,15 +5560,15 @@
|
|
|
5542
5560
|
td2 = element("td");
|
|
5543
5561
|
div = element("div");
|
|
5544
5562
|
t5 = text(t5_value);
|
|
5545
|
-
add_location(em, file, 173, 26,
|
|
5546
|
-
add_location(strong, file, 173, 18,
|
|
5547
|
-
add_location(td0, file, 173, 14,
|
|
5548
|
-
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);
|
|
5549
5567
|
attr_dev(div, "class", "Flex");
|
|
5550
|
-
add_location(div, file, 175, 18,
|
|
5551
|
-
add_location(td2, file, 175, 14,
|
|
5568
|
+
add_location(div, file, 175, 18, 5668);
|
|
5569
|
+
add_location(td2, file, 175, 14, 5664);
|
|
5552
5570
|
attr_dev(tr, "class", "FirstRow");
|
|
5553
|
-
add_location(tr, file, 172, 12,
|
|
5571
|
+
add_location(tr, file, 172, 12, 5510);
|
|
5554
5572
|
},
|
|
5555
5573
|
m: function mount(target, anchor) {
|
|
5556
5574
|
insert_dev(target, tr, anchor);
|
|
@@ -5692,14 +5710,14 @@
|
|
|
5692
5710
|
div = element("div");
|
|
5693
5711
|
t5 = text(t5_value);
|
|
5694
5712
|
t6 = space();
|
|
5695
|
-
add_location(em, file, 181, 28,
|
|
5696
|
-
add_location(strong, file, 181, 20,
|
|
5697
|
-
add_location(td0, file, 181, 16,
|
|
5698
|
-
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);
|
|
5699
5717
|
attr_dev(div, "class", "Flex");
|
|
5700
|
-
add_location(div, file, 183, 20,
|
|
5701
|
-
add_location(td2, file, 183, 16,
|
|
5702
|
-
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);
|
|
5703
5721
|
},
|
|
5704
5722
|
m: function mount(target, anchor) {
|
|
5705
5723
|
insert_dev(target, tr, anchor);
|
|
@@ -5748,7 +5766,7 @@
|
|
|
5748
5766
|
svg = svg_element("svg");
|
|
5749
5767
|
path = svg_element("path");
|
|
5750
5768
|
attr_dev(path, "d", "M6 9l6 6 6-6");
|
|
5751
|
-
add_location(path, file, 197, 14,
|
|
5769
|
+
add_location(path, file, 197, 14, 6683);
|
|
5752
5770
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
5753
5771
|
attr_dev(svg, "width", "24");
|
|
5754
5772
|
attr_dev(svg, "height", "24");
|
|
@@ -5758,7 +5776,7 @@
|
|
|
5758
5776
|
attr_dev(svg, "stroke-width", "2");
|
|
5759
5777
|
attr_dev(svg, "stroke-linecap", "round");
|
|
5760
5778
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
5761
|
-
add_location(svg, file, 196, 12,
|
|
5779
|
+
add_location(svg, file, 196, 12, 6492);
|
|
5762
5780
|
},
|
|
5763
5781
|
m: function mount(target, anchor) {
|
|
5764
5782
|
insert_dev(target, svg, anchor);
|
|
@@ -5790,7 +5808,7 @@
|
|
|
5790
5808
|
svg = svg_element("svg");
|
|
5791
5809
|
path = svg_element("path");
|
|
5792
5810
|
attr_dev(path, "d", "M18 15l-6-6-6 6");
|
|
5793
|
-
add_location(path, file, 193, 14,
|
|
5811
|
+
add_location(path, file, 193, 14, 6415);
|
|
5794
5812
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
5795
5813
|
attr_dev(svg, "width", "24");
|
|
5796
5814
|
attr_dev(svg, "height", "24");
|
|
@@ -5800,7 +5818,7 @@
|
|
|
5800
5818
|
attr_dev(svg, "stroke-width", "2");
|
|
5801
5819
|
attr_dev(svg, "stroke-linecap", "round");
|
|
5802
5820
|
attr_dev(svg, "stroke-linejoin", "round");
|
|
5803
|
-
add_location(svg, file, 192, 12,
|
|
5821
|
+
add_location(svg, file, 192, 12, 6224);
|
|
5804
5822
|
},
|
|
5805
5823
|
m: function mount(target, anchor) {
|
|
5806
5824
|
insert_dev(target, svg, anchor);
|