@everymatrix/casino-tournaments-table 0.0.83 → 0.0.87
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-tournaments-table",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.87",
|
|
4
4
|
"main": "dist/casino-tournaments-table.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "ff5bb389f6c29c7e27bbb52672d7cf841068f976"
|
|
40
40
|
}
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
|
|
96
96
|
onMount(() => {
|
|
97
97
|
window.addEventListener('message', messageHandler, false);
|
|
98
|
-
|
|
98
|
+
console.log("first row data ", firstRowData)
|
|
99
99
|
return () => {
|
|
100
100
|
window.removeEventListener('message', messageHandler);
|
|
101
101
|
}
|
|
@@ -130,14 +130,14 @@
|
|
|
130
130
|
<p>Score</p>
|
|
131
131
|
<p>{firstRowData.Score}</p>
|
|
132
132
|
</div>
|
|
133
|
-
<div>
|
|
133
|
+
<!-- <div>
|
|
134
134
|
<p>Bet Counts</p>
|
|
135
135
|
<p>{firstRowData.Score}</p>
|
|
136
136
|
</div>
|
|
137
137
|
<div>
|
|
138
138
|
<p>Qualified</p>
|
|
139
139
|
<p>{firstRowData.Score}</p>
|
|
140
|
-
</div>
|
|
140
|
+
</div> -->
|
|
141
141
|
</div>
|
|
142
142
|
|
|
143
143
|
</div>
|
|
@@ -152,14 +152,14 @@
|
|
|
152
152
|
<p>Score</p>
|
|
153
153
|
<p>{row.Score}</p>
|
|
154
154
|
</div>
|
|
155
|
-
<div>
|
|
155
|
+
<!-- <div>
|
|
156
156
|
<p>Bet Counts</p>
|
|
157
157
|
<p>{row.Score}</p>
|
|
158
|
-
</div>
|
|
159
|
-
<div>
|
|
158
|
+
</div> -->
|
|
159
|
+
<!-- <div>
|
|
160
160
|
<p>Qualified</p>
|
|
161
161
|
<p>{row.Score}</p>
|
|
162
|
-
</div>
|
|
162
|
+
</div> -->
|
|
163
163
|
</div>
|
|
164
164
|
|
|
165
165
|
</div>
|