@golstats/gsc-reports 1.0.77 → 1.0.79

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": "@golstats/gsc-reports",
3
- "version": "1.0.77",
3
+ "version": "1.0.79",
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.110",
50
+ "@golstats/gsc-template-report-maker": "^1.0.112",
51
51
  "axios": "^1.10.0",
52
52
  "gridstack": "^12.1.1",
53
53
  "tiny-emitter": "^2.1.0",
package/src/App.vue CHANGED
@@ -27,13 +27,13 @@ function handleModalNext(options) {
27
27
  <template>
28
28
  <div class="container-reports">
29
29
  <GSCReports
30
- :team="1"
31
- :user-id="24254"
32
- token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6MjQyNTQsIm5hbWUiOiJHb2xTdGF0cyIsInVzZXJuYW1lIjoiZ29sdGVzdGluZyIsImVtYWlsIjoiIiwicHJvdmlkZXJfaWQiOjEsImxvZ2luX2dvbHN0YXRzIjoxLCJpYXQiOjE3NTIwNDY4NTQsImV4cCI6MTc4MzU4Mjg1NH0.cs9r3OnlIh-H0G0yxjKFFYiJoA70PAbvehjcVe4y7jE"
30
+ :team="950"
31
+ :user-id="481"
32
+ token="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6NDgxLCJuYW1lIjoiR29sU3RhdHMiLCJ1c2VybmFtZSI6ImdvbHNhbWNoaXZhcyIsImVtYWlsIjoiIiwicHJvdmlkZXJfaWQiOjEsImxvZ2luX2dvbHN0YXRzIjoxLCJpYXQiOjE3NjI1NDQwMDUsImV4cCI6MTc5NDA4MDAwNX0.SGWoxQjwtNKmYVSX0j-0yivKHECqu-C_0Fu-Iae1XEY"
33
33
  @toHome="handleToHome"
34
34
  />
35
35
 
36
- <!-- Modal de configuración de contenido
36
+ <!-- Modal de configuración de contenido
37
37
  <ModalConfigurarContenido
38
38
  v-if="showModal"
39
39
  :has-rival="true"