@golstats/gsc-lineups-reports 1.0.2 → 1.0.3

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-lineups-reports",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "main": "dist/gsc-lineups-reports.umd.js",
5
5
  "module": "dist/gsc-lineups-reports.es.js",
6
6
  "exports": {
package/src/App.vue CHANGED
@@ -5,6 +5,7 @@ import GSCMatchSummary from './components/gsc-lineups-reports.vue'
5
5
  <template>
6
6
  <div style="max-width: 968px; height: auto">
7
7
  <GSCMatchSummary
8
+ selected-option="Prematch"
8
9
  :game="{ game_id: 90572, season_id: 2015, prematch: true }"
9
10
  :gamehome="{ game_id: 90564, season_id: 2015, prematch: true }"
10
11
  :gameaway="{ game_id: 90565, season_id: 2015, prematch: true }"
@@ -22,6 +22,10 @@ defineProps({
22
22
  type: Object,
23
23
  default: () => {},
24
24
  },
25
+ selectedOption: {
26
+ type: String,
27
+ default: 'Prematch',
28
+ },
25
29
  })
26
30
 
27
31
  // Función para manejar el evento onOpenProfile
@@ -848,7 +848,7 @@ export default {
848
848
  this.getLineUpProbablesAway3D(this.gameaway.game_id)
849
849
 
850
850
  this.lastSection = newValue
851
- }, 300)
851
+ }, 1000)
852
852
  }
853
853
  if (newValue === 'Historicos') {
854
854
  if (this.gamesHistoric[0]) {