@golstats/gsc-reports 1.0.71 → 1.0.72

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.
@@ -112337,11 +112337,11 @@ const _N = {
112337
112337
  },
112338
112338
  setup(r) {
112339
112339
  const a = r, y = Uv(
112340
- () => import("./FilterSubcategories-a9b32cc9-_h5FCZ4r-6JcqVnpH-CyLxoSVs.js")
112340
+ () => import("./FilterSubcategories-a9b32cc9-_h5FCZ4r-DONMEjqg-DuVYNg8C.js")
112341
112341
  ), D = Uv(
112342
- () => import("./FilterConditions-55d68355-DMqzcKBO-DK952YDo-Cij_NZg6.js")
112342
+ () => import("./FilterConditions-55d68355-DMqzcKBO-BDPZ_sNw-Ckfw9Gtc.js")
112343
112343
  ), J = Uv(
112344
- () => import("./FilterField-59a73e38-CNaE03Ge-Bmj2gWhm-CBB7KZLF.js")
112344
+ () => import("./FilterField-59a73e38-CNaE03Ge-CLG54zqa-C4gBnorS.js")
112345
112345
  ), M = [
112346
112346
  {
112347
112347
  name: "Sub categorías",
@@ -137398,7 +137398,7 @@ const B3 = /* @__PURE__ */ H1(xle, [["render", _le], ["__scopeId", "data-v-7550c
137398
137398
  [3, "antepenúltimo"]
137399
137399
  ]);
137400
137400
  function e(h) {
137401
- return y.isPostMatch ? h.title : `${h.title} ${u.get(h.componentProps.gameNumber) || ""}`;
137401
+ return y.isPostMatch ? h.title : `${h.title} ${u.get(h.componentProps.gameNumber) + " partido" || ""}`;
137402
137402
  }
137403
137403
  function _() {
137404
137404
  v(), J("edit");
@@ -137466,7 +137466,7 @@ const B3 = /* @__PURE__ */ H1(xle, [["render", _le], ["__scopeId", "data-v-7550c
137466
137466
  ])
137467
137467
  ]));
137468
137468
  }
137469
- }, Ile = /* @__PURE__ */ oh(Ple, [["__scopeId", "data-v-2771e36b"]]);
137469
+ }, Ile = /* @__PURE__ */ oh(Ple, [["__scopeId", "data-v-be05694d"]]);
137470
137470
  function Ole(r) {
137471
137471
  return r && r.__esModule && Object.prototype.hasOwnProperty.call(r, "default") ? r.default : r;
137472
137472
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golstats/gsc-reports",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "main": "dist/gsc-reports.umd.js",
5
5
  "module": "dist/gsc-reports.es.js",
6
6
  "exports": {
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@golstats/gsc-checkbox": "^1.0.13",
50
- "@golstats/gsc-template-report-maker": "^1.0.98",
50
+ "@golstats/gsc-template-report-maker": "^1.0.99",
51
51
  "axios": "^1.10.0",
52
52
  "gridstack": "^12.1.1",
53
53
  "tiny-emitter": "^2.1.0",
package/src/App.vue CHANGED
@@ -10,7 +10,7 @@ function handleToHome() {
10
10
  <div class="container-reports">
11
11
  <GSCReports
12
12
  :team="1"
13
- :user-id="34047"
13
+ :user-id="24254"
14
14
  token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjQyNTQsIm5hbWUiOiJHb2xTdGF0cyIsInVzZXJuYW1lIjoiZ29sdGVzdGluZyIsImVtYWlsIjoiIiwicHJvdmlkZXJfaWQiOjEsImxvZ2luX2dvbHN0YXRzIjoxLCJpYXQiOjE3NTIwNDY4NTQsImV4cCI6MTc4MzU4Mjg1NH0.cs9r3OnlIh-H0G0yxjKFFYiJoA70PAbvehjcVe4y7jE"
15
15
  @toHome="handleToHome"
16
16
  />