@golstats/gsc-players-tracking 1.0.11 → 1.0.12
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/dist/{FilterConditions-f436f48a-4e867909-BZxOQU2C.js → FilterConditions-f436f48a-8af95591-_UF0W-Bn.js} +1 -1
- package/dist/{FilterConditions-f436f48a-alpw6tWd-2uOCfw4Y.js → FilterConditions-f436f48a-alpw6tWd-DWUGhI1-.js} +1 -1
- package/dist/{FilterField-af3df2fc-51476982-BVNIYfs3.js → FilterField-af3df2fc-868c7a77-0aG2uZ4C.js} +1 -1
- package/dist/{FilterField-af3df2fc-DxVoLBzp-CfKORJoZ.js → FilterField-af3df2fc-DxVoLBzp-E0tjD4w4.js} +1 -1
- package/dist/{FilterSubcategories-d857c595-DwGQfQux-DUZ74b2F.js → FilterSubcategories-d857c595-DwGQfQux-Bs-LxSIG.js} +1 -1
- package/dist/{FilterSubcategories-d857c595-341a7deb-DeHL370R.js → FilterSubcategories-d857c595-de6eca13-CalOP_6g.js} +1 -1
- package/dist/gsc-players-tracking.es.js +1 -1
- package/dist/gsc-players-tracking.umd.js +1 -1
- package/dist/{index-Cu9GG7Fq.js → index-B7jcNM5X.js} +7 -7
- package/package.json +2 -2
|
@@ -11591,11 +11591,11 @@ const y_ = { class: "dropdown" }, m_ = { class: "selected-item" }, g_ = {
|
|
|
11591
11591
|
},
|
|
11592
11592
|
setup(e) {
|
|
11593
11593
|
const a = e, t = ga(
|
|
11594
|
-
() => import("./FilterSubcategories-d857c595-DwGQfQux-
|
|
11594
|
+
() => import("./FilterSubcategories-d857c595-DwGQfQux-Bs-LxSIG.js")
|
|
11595
11595
|
), i = ga(
|
|
11596
|
-
() => import("./FilterConditions-f436f48a-alpw6tWd-
|
|
11596
|
+
() => import("./FilterConditions-f436f48a-alpw6tWd-DWUGhI1-.js")
|
|
11597
11597
|
), s = ga(
|
|
11598
|
-
() => import("./FilterField-af3df2fc-DxVoLBzp-
|
|
11598
|
+
() => import("./FilterField-af3df2fc-DxVoLBzp-E0tjD4w4.js")
|
|
11599
11599
|
), o = [
|
|
11600
11600
|
{
|
|
11601
11601
|
name: "Sub categorías",
|
|
@@ -33739,11 +33739,11 @@ const nj = { class: "dropdown" }, dj = { class: "selected-item" }, cj = {
|
|
|
33739
33739
|
},
|
|
33740
33740
|
setup(e) {
|
|
33741
33741
|
const a = e, t = ga(
|
|
33742
|
-
() => import("./FilterSubcategories-d857c595-
|
|
33742
|
+
() => import("./FilterSubcategories-d857c595-de6eca13-CalOP_6g.js")
|
|
33743
33743
|
), i = ga(
|
|
33744
|
-
() => import("./FilterConditions-f436f48a-
|
|
33744
|
+
() => import("./FilterConditions-f436f48a-8af95591-_UF0W-Bn.js")
|
|
33745
33745
|
), s = ga(
|
|
33746
|
-
() => import("./FilterField-af3df2fc-
|
|
33746
|
+
() => import("./FilterField-af3df2fc-868c7a77-0aG2uZ4C.js")
|
|
33747
33747
|
), o = [
|
|
33748
33748
|
{
|
|
33749
33749
|
name: "Sub categorías",
|
|
@@ -50606,7 +50606,7 @@ const Kle = /* @__PURE__ */ He(jl, [["render", Zle], ["__scopeId", "data-v-ace3d
|
|
|
50606
50606
|
const s = {
|
|
50607
50607
|
id: e.id,
|
|
50608
50608
|
player_name: i.stringFullName,
|
|
50609
|
-
position:
|
|
50609
|
+
position: e.position,
|
|
50610
50610
|
is_female: (i == null ? void 0 : i.is_female) || 0,
|
|
50611
50611
|
team_id: (t = i == null ? void 0 : i.teamName[0]) == null ? void 0 : t.team_id,
|
|
50612
50612
|
nationality: i.stringNationalityName,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golstats/gsc-players-tracking",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@golstats/gsc-lists": "^1.0.5",
|
|
27
27
|
"@golstats/gsc-season-select": "^1.0.9",
|
|
28
28
|
"@golstats/gsc-switch-component": "^1.0.14",
|
|
29
|
-
"@golstats/gsc-tops": "^1.0.
|
|
29
|
+
"@golstats/gsc-tops": "^1.0.98",
|
|
30
30
|
"@golstats/gsc-tournament-select": "^1.0.15",
|
|
31
31
|
"vue": "3.3.4"
|
|
32
32
|
},
|